@charset "UTF-8";
:root {
  --font-base: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  --font-m: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.pane-contents {
  overflow: hidden;
}

#drsnaturalrecipe {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  letter-spacing: 0.075em;
  font-family: var(--font-base);
  /*【PC】*/
  /*【SP】*/
}
#drsnaturalrecipe .boder {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, var(--boder-bottom) 0%);
}
#drsnaturalrecipe .movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#drsnaturalrecipe .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#drsnaturalrecipe .fl {
  display: flex;
}
#drsnaturalrecipe .fl .box {
  width: 100%;
}
#drsnaturalrecipe .fl.rev {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  #drsnaturalrecipe .fl {
    display: block;
  }
  #drsnaturalrecipe .fl .box + .box {
    margin-top: 30px;
  }
  #drsnaturalrecipe .fl.ac {
    display: block;
  }
}
#drsnaturalrecipe .grid_02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#drsnaturalrecipe .grid_03 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
#drsnaturalrecipe .grid_04 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 768px) {
  #drsnaturalrecipe .grid_02,
  #drsnaturalrecipe .grid_03,
  #drsnaturalrecipe .grid_04 {
    display: block;
  }
}
#drsnaturalrecipe .ac {
  display: flex;
  align-items: center;
}
#drsnaturalrecipe .jc {
  justify-content: center;
}
#drsnaturalrecipe .center {
  text-align: center;
}
#drsnaturalrecipe .right {
  text-align: right;
}
#drsnaturalrecipe .left {
  text-align: left;
}
#drsnaturalrecipe .auto {
  margin: auto;
}
#drsnaturalrecipe .block {
  display: block;
}
@media (max-width: 768px) {
  #drsnaturalrecipe .left_sp {
    text-align: left;
  }
}
#drsnaturalrecipe .kome {
  text-indent: -1em;
  padding-left: 1em;
}
#drsnaturalrecipe .bold {
  font-weight: bold;
}
#drsnaturalrecipe sup {
  font-size: 0.7em;
  vertical-align: text-top;
}
#drsnaturalrecipe .mini {
  font-size: 0.8em;
}
#drsnaturalrecipe .big {
  font-size: 1.3em;
}
#drsnaturalrecipe .m {
  font-family: var(--font-m);
}
#drsnaturalrecipe .k {
  font-size: 0.7em;
}
#drsnaturalrecipe .bg {
  background: var(--bg);
}
#drsnaturalrecipe .red {
  color: var(--red);
}
#drsnaturalrecipe .fff {
  color: #fff;
}
#drsnaturalrecipe .c-1 {
  color: var(--c-1);
}
#drsnaturalrecipe .c-2 {
  color: var(--c-2);
}
#drsnaturalrecipe a,
#drsnaturalrecipe :before,
#drsnaturalrecipe :after {
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#drsnaturalrecipe img {
  vertical-align: bottom;
  width: 100%;
}
#drsnaturalrecipe h1,
#drsnaturalrecipe h2,
#drsnaturalrecipe h3,
#drsnaturalrecipe h4 {
  background: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
#drsnaturalrecipe .w0 {
  width: 0%;
}
#drsnaturalrecipe .w10 {
  width: 10%;
}
#drsnaturalrecipe .w15 {
  width: 15%;
}
#drsnaturalrecipe .w20 {
  width: 20%;
}
#drsnaturalrecipe .w25 {
  width: 25%;
}
#drsnaturalrecipe .w30 {
  width: 30%;
}
#drsnaturalrecipe .w35 {
  width: 35%;
}
#drsnaturalrecipe .w40 {
  width: 40%;
}
#drsnaturalrecipe .w45 {
  width: 45%;
}
#drsnaturalrecipe .w50 {
  width: 50%;
}
#drsnaturalrecipe .w55 {
  width: 55%;
}
#drsnaturalrecipe .w60 {
  width: 60%;
}
#drsnaturalrecipe .w65 {
  width: 65%;
}
#drsnaturalrecipe .w70 {
  width: 70%;
}
#drsnaturalrecipe .w75 {
  width: 75%;
}
#drsnaturalrecipe .w80 {
  width: 80%;
}
#drsnaturalrecipe .w85 {
  width: 85%;
}
#drsnaturalrecipe .w90 {
  width: 90%;
}
#drsnaturalrecipe .w95 {
  width: 95%;
}
#drsnaturalrecipe .w100 {
  width: 100%;
}
@media (max-width: 768px) {
  #drsnaturalrecipe .w10,
  #drsnaturalrecipe .w15,
  #drsnaturalrecipe .w20,
  #drsnaturalrecipe .w25,
  #drsnaturalrecipe .w30,
  #drsnaturalrecipe .w35,
  #drsnaturalrecipe .w40,
  #drsnaturalrecipe .w45,
  #drsnaturalrecipe .w50,
  #drsnaturalrecipe .w55,
  #drsnaturalrecipe .w60,
  #drsnaturalrecipe .w65,
  #drsnaturalrecipe .w70,
  #drsnaturalrecipe .w75,
  #drsnaturalrecipe .w80,
  #drsnaturalrecipe .w85,
  #drsnaturalrecipe .w90,
  #drsnaturalrecipe .w95,
  #drsnaturalrecipe .w100 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #drsnaturalrecipe .wsp0 {
    width: 0%;
  }
  #drsnaturalrecipe .wsp10 {
    width: 10%;
  }
  #drsnaturalrecipe .wsp15 {
    width: 15%;
  }
  #drsnaturalrecipe .wsp20 {
    width: 20%;
  }
  #drsnaturalrecipe .wsp25 {
    width: 25%;
  }
  #drsnaturalrecipe .wsp30 {
    width: 30%;
  }
  #drsnaturalrecipe .wsp35 {
    width: 35%;
  }
  #drsnaturalrecipe .wsp40 {
    width: 40%;
  }
  #drsnaturalrecipe .wsp45 {
    width: 45%;
  }
  #drsnaturalrecipe .wsp50 {
    width: 50%;
  }
  #drsnaturalrecipe .wsp55 {
    width: 55%;
  }
  #drsnaturalrecipe .wsp60 {
    width: 60%;
  }
  #drsnaturalrecipe .wsp65 {
    width: 65%;
  }
  #drsnaturalrecipe .wsp70 {
    width: 70%;
  }
  #drsnaturalrecipe .wsp75 {
    width: 75%;
  }
  #drsnaturalrecipe .wsp80 {
    width: 80%;
  }
  #drsnaturalrecipe .wsp85 {
    width: 85%;
  }
  #drsnaturalrecipe .wsp90 {
    width: 90%;
  }
  #drsnaturalrecipe .wsp95 {
    width: 95%;
  }
  #drsnaturalrecipe .wsp100 {
    width: 100%;
  }
}
#drsnaturalrecipe .fs10 {
  font-size: 1em;
}
@media (max-width: 768px) {
  #drsnaturalrecipe .fs10 {
    font-size: max(0.9em, 1em);
  }
}
#drsnaturalrecipe .fs12 {
  font-size: 1.2em;
}
@media (max-width: 768px) {
  #drsnaturalrecipe .fs12 {
    font-size: max(1.08em, 1em);
  }
}
#drsnaturalrecipe .fs14 {
  font-size: 1.4em;
}
@media (max-width: 768px) {
  #drsnaturalrecipe .fs14 {
    font-size: max(1.26em, 1em);
  }
}
#drsnaturalrecipe .fs16 {
  font-size: 1.6em;
}
@media (max-width: 768px) {
  #drsnaturalrecipe .fs16 {
    font-size: max(1.35em, 1em);
  }
}
#drsnaturalrecipe .fs18 {
  font-size: 1.8em;
}
@media (max-width: 768px) {
  #drsnaturalrecipe .fs18 {
    font-size: max(1.35em, 1em);
  }
}
#drsnaturalrecipe .fs20 {
  font-size: 2em;
}
@media (max-width: 768px) {
  #drsnaturalrecipe .fs20 {
    font-size: max(1.35em, 1em);
  }
}
#drsnaturalrecipe .fs22 {
  font-size: 2.2em;
}
@media (max-width: 768px) {
  #drsnaturalrecipe .fs22 {
    font-size: max(1.35em, 1em);
  }
}
#drsnaturalrecipe .fs24 {
  font-size: 2.4em;
}
@media (max-width: 768px) {
  #drsnaturalrecipe .fs24 {
    font-size: max(1.35em, 1em);
  }
}
#drsnaturalrecipe .fs26 {
  font-size: 2.6em;
}
@media (max-width: 768px) {
  #drsnaturalrecipe .fs26 {
    font-size: max(1.35em, 1em);
  }
}
#drsnaturalrecipe .fs28 {
  font-size: 2.8em;
}
@media (max-width: 768px) {
  #drsnaturalrecipe .fs28 {
    font-size: max(1.35em, 1em);
  }
}
#drsnaturalrecipe .fs30 {
  font-size: 3em;
}
@media (max-width: 768px) {
  #drsnaturalrecipe .fs30 {
    font-size: max(1.35em, 1em);
  }
}
#drsnaturalrecipe .lh10 {
  line-height: 1;
}
@media (max-width: 768px) {
  #drsnaturalrecipe .lh10 {
    line-height: 1.5;
  }
}
#drsnaturalrecipe .lh13 {
  line-height: 1.3;
}
@media (max-width: 768px) {
  #drsnaturalrecipe .lh13 {
    line-height: 1.5;
  }
}
#drsnaturalrecipe .lh15 {
  line-height: 1.5;
}
@media (max-width: 768px) {
  #drsnaturalrecipe .lh15 {
    line-height: 1.5;
  }
}
#drsnaturalrecipe .lh18 {
  line-height: 1.8;
}
@media (max-width: 768px) {
  #drsnaturalrecipe .lh18 {
    line-height: 1.5;
  }
}
#drsnaturalrecipe .lh20 {
  line-height: 2;
}
@media (max-width: 768px) {
  #drsnaturalrecipe .lh20 {
    line-height: 1.5;
  }
}
#drsnaturalrecipe .lh22 {
  line-height: 2.2;
}
@media (max-width: 768px) {
  #drsnaturalrecipe .lh22 {
    line-height: 1.5;
  }
}
#drsnaturalrecipe .lh24 {
  line-height: 2.4;
}
@media (max-width: 768px) {
  #drsnaturalrecipe .lh24 {
    line-height: 1.5;
  }
}
#drsnaturalrecipe .gap0 {
  grid-gap: 0px;
}
#drsnaturalrecipe .gap10 {
  grid-gap: 10px;
}
#drsnaturalrecipe .gap20 {
  grid-gap: 20px;
}
#drsnaturalrecipe .gap30 {
  grid-gap: 30px;
}
#drsnaturalrecipe .gap40 {
  grid-gap: 40px;
}
#drsnaturalrecipe .gap50 {
  grid-gap: 50px;
}
#drsnaturalrecipe .gap60 {
  grid-gap: 60px;
}
#drsnaturalrecipe .gap70 {
  grid-gap: 70px;
}
#drsnaturalrecipe .gap80 {
  grid-gap: 80px;
}
#drsnaturalrecipe .gap90 {
  grid-gap: 90px;
}
#drsnaturalrecipe .gap100 {
  grid-gap: 100px;
}
@media (max-width: 768px) {
  #drsnaturalrecipe .gap10 {
    grid-gap: 10px;
  }
  #drsnaturalrecipe .gap20 {
    grid-gap: 10px;
  }
  #drsnaturalrecipe .gap30 {
    grid-gap: 10px;
  }
  #drsnaturalrecipe .gap40 {
    grid-gap: 20px;
  }
  #drsnaturalrecipe .gap50 {
    grid-gap: 20px;
  }
  #drsnaturalrecipe .gap60 {
    grid-gap: 20px;
  }
  #drsnaturalrecipe .gap70 {
    grid-gap: 30px;
  }
  #drsnaturalrecipe .gap80 {
    grid-gap: 30px;
  }
  #drsnaturalrecipe .gap90 {
    grid-gap: 30px;
  }
  #drsnaturalrecipe .gap100 {
    grid-gap: 30px;
  }
}
#drsnaturalrecipe .mt0 {
  margin-top: 0px;
}
#drsnaturalrecipe .mt10 {
  margin-top: 10px;
}
#drsnaturalrecipe .mt20 {
  margin-top: 20px;
}
#drsnaturalrecipe .mt30 {
  margin-top: 30px;
}
#drsnaturalrecipe .mt40 {
  margin-top: 40px;
}
#drsnaturalrecipe .mt50 {
  margin-top: 50px;
}
#drsnaturalrecipe .mt60 {
  margin-top: 60px;
}
#drsnaturalrecipe .mt70 {
  margin-top: 70px;
}
#drsnaturalrecipe .mt80 {
  margin-top: 80px;
}
#drsnaturalrecipe .mt90 {
  margin-top: 90px;
}
#drsnaturalrecipe .mt100 {
  margin-top: 100px;
}
@media (max-width: 768px) {
  #drsnaturalrecipe .mt10 {
    margin-top: 10px;
  }
  #drsnaturalrecipe .mt20 {
    margin-top: 10px;
  }
  #drsnaturalrecipe .mt30 {
    margin-top: 10px;
  }
  #drsnaturalrecipe .mt40 {
    margin-top: 20px;
  }
  #drsnaturalrecipe .mt50 {
    margin-top: 20px;
  }
  #drsnaturalrecipe .mt60 {
    margin-top: 20px;
  }
  #drsnaturalrecipe .mt70 {
    margin-top: 30px;
  }
  #drsnaturalrecipe .mt80 {
    margin-top: 30px;
  }
  #drsnaturalrecipe .mt90 {
    margin-top: 30px;
  }
  #drsnaturalrecipe .mt100 {
    margin-top: 30px;
  }
}
#drsnaturalrecipe .mb0 {
  margin-bottom: 0px;
}
#drsnaturalrecipe .mb10 {
  margin-bottom: 10px;
}
#drsnaturalrecipe .mb20 {
  margin-bottom: 20px;
}
#drsnaturalrecipe .mb30 {
  margin-bottom: 30px;
}
#drsnaturalrecipe .mb40 {
  margin-bottom: 40px;
}
#drsnaturalrecipe .mb50 {
  margin-bottom: 50px;
}
#drsnaturalrecipe .mb60 {
  margin-bottom: 60px;
}
#drsnaturalrecipe .mb70 {
  margin-bottom: 70px;
}
#drsnaturalrecipe .mb80 {
  margin-bottom: 80px;
}
#drsnaturalrecipe .mb90 {
  margin-bottom: 90px;
}
#drsnaturalrecipe .mb100 {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  #drsnaturalrecipe .mb10 {
    margin-bottom: 10px;
  }
  #drsnaturalrecipe .mb20 {
    margin-bottom: 10px;
  }
  #drsnaturalrecipe .mb30 {
    margin-bottom: 10px;
  }
  #drsnaturalrecipe .mb40 {
    margin-bottom: 20px;
  }
  #drsnaturalrecipe .mb50 {
    margin-bottom: 20px;
  }
  #drsnaturalrecipe .mb60 {
    margin-bottom: 20px;
  }
  #drsnaturalrecipe .mb70 {
    margin-bottom: 30px;
  }
  #drsnaturalrecipe .mb80 {
    margin-bottom: 30px;
  }
  #drsnaturalrecipe .mb90 {
    margin-bottom: 30px;
  }
  #drsnaturalrecipe .mb100 {
    margin-bottom: 30px;
  }
}
#drsnaturalrecipe .pt0 {
  padding-top: 0px;
}
#drsnaturalrecipe .pt10 {
  padding-top: 10px;
}
#drsnaturalrecipe .pt20 {
  padding-top: 20px;
}
#drsnaturalrecipe .pt30 {
  padding-top: 30px;
}
#drsnaturalrecipe .pt40 {
  padding-top: 40px;
}
#drsnaturalrecipe .pt50 {
  padding-top: 50px;
}
#drsnaturalrecipe .pt60 {
  padding-top: 60px;
}
#drsnaturalrecipe .pt70 {
  padding-top: 70px;
}
#drsnaturalrecipe .pt80 {
  padding-top: 80px;
}
#drsnaturalrecipe .pt90 {
  padding-top: 90px;
}
#drsnaturalrecipe .pt100 {
  padding-top: 100px;
}
@media (max-width: 768px) {
  #drsnaturalrecipe .pt10 {
    padding-top: 10px;
  }
  #drsnaturalrecipe .pt20 {
    padding-top: 10px;
  }
  #drsnaturalrecipe .pt30 {
    padding-top: 10px;
  }
  #drsnaturalrecipe .pt40 {
    padding-top: 20px;
  }
  #drsnaturalrecipe .pt50 {
    padding-top: 20px;
  }
  #drsnaturalrecipe .pt60 {
    padding-top: 20px;
  }
  #drsnaturalrecipe .pt70 {
    padding-top: 30px;
  }
  #drsnaturalrecipe .pt80 {
    padding-top: 30px;
  }
  #drsnaturalrecipe .pt90 {
    padding-top: 30px;
  }
  #drsnaturalrecipe .pt100 {
    padding-top: 30px;
  }
}
#drsnaturalrecipe .pb0 {
  padding-bottom: 0px;
}
#drsnaturalrecipe .pb10 {
  padding-bottom: 10px;
}
#drsnaturalrecipe .pb20 {
  padding-bottom: 20px;
}
#drsnaturalrecipe .pb30 {
  padding-bottom: 30px;
}
#drsnaturalrecipe .pb40 {
  padding-bottom: 40px;
}
#drsnaturalrecipe .pb50 {
  padding-bottom: 50px;
}
#drsnaturalrecipe .pb60 {
  padding-bottom: 60px;
}
#drsnaturalrecipe .pb70 {
  padding-bottom: 70px;
}
#drsnaturalrecipe .pb80 {
  padding-bottom: 80px;
}
#drsnaturalrecipe .pb90 {
  padding-bottom: 90px;
}
#drsnaturalrecipe .pb100 {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  #drsnaturalrecipe .pb10 {
    padding-bottom: 10px;
  }
  #drsnaturalrecipe .pb20 {
    padding-bottom: 10px;
  }
  #drsnaturalrecipe .pb30 {
    padding-bottom: 10px;
  }
  #drsnaturalrecipe .pb40 {
    padding-bottom: 20px;
  }
  #drsnaturalrecipe .pb50 {
    padding-bottom: 20px;
  }
  #drsnaturalrecipe .pb60 {
    padding-bottom: 20px;
  }
  #drsnaturalrecipe .pb70 {
    padding-bottom: 30px;
  }
  #drsnaturalrecipe .pb80 {
    padding-bottom: 30px;
  }
  #drsnaturalrecipe .pb90 {
    padding-bottom: 30px;
  }
  #drsnaturalrecipe .pb100 {
    padding-bottom: 30px;
  }
}
@media (min-width: 769px) {
  #drsnaturalrecipe {
    font-size: 16px;
  }
  #drsnaturalrecipe .inner {
    min-width: 1000px;
    max-width: 1000px;
    margin: auto;
    width: calc(100% - 50px);
  }
  #drsnaturalrecipe .inner_mini {
    min-width: 700px;
    max-width: 700px;
    margin: auto;
    width: calc(100% - 50px);
  }
  #drsnaturalrecipe .inner_800 {
    min-width: 800px;
    max-width: 800px;
    margin: auto;
    width: calc(100% - 50px);
  }
  #drsnaturalrecipe .sp {
    display: none;
  }
}
@media (max-width: 768px) {
  #drsnaturalrecipe {
    font-size: 15px;
  }
  #drsnaturalrecipe .inner,
  #drsnaturalrecipe .inner_mini,
  #drsnaturalrecipe .inner_800 {
    padding: 0 5%;
  }
  #drsnaturalrecipe .pc {
    display: none;
  }
}/*# sourceMappingURL=common.css.map */