@charset "UTF-8";
@font-face {
  font-family: "游ゴシック体_M";
  src: url(../fonts/YuGothic-Medium.woff);
}
a:hover {
  opacity: 0.7;
}

ul {
  padding-inline-start: 0px;
}

footer {
  background-color: #4c3d35;
  padding: 20px;
}
footer p {
  font-family: "游ゴシック体_M";
  text-align: center;
  color: #fff;
  font-size: 12px;
}
footer .copy {
  text-align: center;
  padding: 20px 0 10px;
  color: #fff;
}

/* PCSP共通*/
.sec33 {
  position: relative;
}

.sec33 .faq_container {
  position: static;
}

.faq_container {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  color: #333333;
  background-color: #f0eade;
}
.faq_container .toggle_wrap {
  font-size: 20px;
  letter-spacing: 2.7px;
  padding: 40px 0;
}
.faq_container .toggle_wrap .faq_contents {
  margin-bottom: 30px;
}
.faq_container .toggle_wrap .faq_contents dd {
  line-height: 1.5;
  letter-spacing: 2px;
  font-size: 18px;
}
.faq_container .toggle_wrap .faq_contents ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.faq_container .toggle_wrap .faq_contents ul li {
  width: 48%;
  margin: 0 2% 3% 0;
}
.faq_container .toggle_wrap .faq_contents ul li:nth-child(2n) {
  margin: 0 0 3% 0;
}
.faq_container .toggle_wrap .toggle_contents:first-of-type dd {
  display: block;
}
.faq_container .toggle_wrap .toggle_switch {
  position: relative;
  display: flex;
  align-items: center;
  background-color: white;
  padding: 40px 45px;
  width: 960px;
  margin: auto;
  font-family: "游ゴシック体_M";
  color: #4c3d35;
}
.faq_container .toggle_wrap .toggle_switch dt {
  font-family: "游ゴシック体_M";
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
}
.faq_container .toggle_wrap .toggle_switch dd {
  color: #4c3d35;
}
.faq_container .toggle_wrap .toggle_switch::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 7.2%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border: 2px solid #c5b592;
  border-radius: 50%;
}
.faq_container .toggle_wrap .toggle_switch::after {
  display: block;
  content: "";
  position: absolute;
  right: 8.2%;
  width: 10px;
  height: 10px;
  top: 44%;
  margin: 0 10px;
  border-bottom: 2px solid #c5b592;
  border-right: 2px solid #c5b592;
  background-color: #fff;
  transform: rotate(45deg);
}
.faq_container .toggle_wrap .open::after {
  display: block;
  content: "";
  position: absolute;
  right: 8.2%;
  top: 51%;
  width: 10px;
  height: 10px;
  top: 47.4%;
  margin: 0 10px;
  border-bottom: 2px solid #c5b592;
  border-right: 2px solid #c5b592;
  background-color: #fff;
  transform: rotate(223deg);
}
.faq_container .toggle_wrap .toggle_contents {
  font-family: "游ゴシック体_M";
  display: none;
  padding: 30px 45px;
  background-color: white;
  width: 960px;
  margin: auto;
  position: relative;
}
.faq_container .toggle_wrap .toggle_contents dl {
  display: flex;
}
.faq_container .toggle_wrap .toggle_contents img {
  margin: auto;
}
.faq_container .toggle_wrap .toggle_contents::after {
  content: "";
  position: absolute;
  top: 0;
  margin: auto;
  width: 90%;
  height: 1px;
  background-color: #c5b592;
  border-bottom: 1px solid #c5b592;
  border-right: 1px solid #c5b592;
  transform: rotate(180deg);
}
.faq_container .toggle_wrap .toggle_contents:first-of-type dd {
  display: block;
  color: #4c3d35;
}

.sec9 p {
  font-family: "游ゴシック体_M";
  position: absolute;
  color: #fff;
  font-size: 27px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 36%;
  letter-spacing: 2px;
}
.sec9 p span {
  font-size: 1.6em;
}

.sec9_2 {
  background: #f0eade;
}
.sec9_2 .faq_container {
  position: static;
}
.sec9_2 .faq_container .toggle_wrap {
  padding: 3% 3% 3%;
  margin: 0;
}
.sec9_2 .faq_container .toggle_wrap .faq_contents dd {
  font-size: 27px;
}
.sec9_2 .faq_container .toggle_wrap .toggle_switch {
  background-color: #4c3d35;
  border-radius: 10px;
  justify-content: center;
  padding: 2%;
}
.sec9_2 .faq_container .toggle_wrap .toggle_switch dd {
  color: #fff;
}
.sec9_2 .faq_container .toggle_wrap .toggle_switch span {
  font-size: 1.6em;
}
.sec9_2 .faq_container .toggle_wrap .open {
  border-radius: 10px 10px 0 0 !important;
}
.sec9_2 .faq_container .toggle_wrap .toggle_switch::before {
  border: none;
}
.sec9_2 .faq_container .toggle_wrap .toggle_switch::after,
.sec9_2 .faq_container .toggle_wrap .open::after {
  background-color: #4c3d35;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 20px;
  height: 20px;
  top: 37%;
}
.sec9_2 .faq_container .toggle_wrap .toggle_contents {
  border-radius: 0 0 10px 10px !important;
  padding: 20px;
}
.sec9_2 .faq_container .toggle_wrap .toggle_contents::after {
  background-color: #fff;
  border-bottom: none;
  border-right: none;
}

.sec9_3 {
  background-color: #f0eade;
  padding: 0 0 70px 0;
}
.sec9_3 .deadline img {
  margin: auto;
}

.video1,
.video2 {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  text-align: center;
}
.video1 iframe,
.video2 iframe {
  width: 960px;
  height: 510px;
}

.video2 {
  top: 33%;
}

/* PCのみ*/
@media only screen and (min-width: 961px) {
  .bg {
    position: relative;
    margin: auto;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .inr {
    margin: auto;
    height: 100%;
    max-width: 960px;
  }
  .cv_area {
    position: absolute;
    bottom: 16%;
    margin: auto;
    right: 0;
    left: 0;
  }
  .cv_area img {
    margin: auto;
  }
  .sec2 .cv_area {
    bottom: 73%;
  }
  .sec2 .cv_area .pc {
    margin: auto;
  }
  .sec11 .pc {
    margin: 50px auto 0;
  }
  .sec12 .pc {
    margin: 50px auto;
  }
  .sec1 {
    background-image: url(../images/pc_001c_0.jpg);
    height: 791px;
  }
  .sec2 {
    background-image: url(../images/pc_02b.jpg); /*300円以下：pc_02b、250円：pc_02*/
    height: 1491px;
  }
  .sec3 {
    background-image: url(../images/pc/pc_03.jpg);
    height: 1059px;
  }
  .sec4 {
    background-image: url(../images/pc_04b.jpg); /*300円以下：pc_04b、250円：pc_04*/
    height: 1276px;
  }
  .sec5 {
    background-image: url(../images/pc/pc_05.jpg);
    height: 1541px;
  }
  .sec6 {
    background-image: url(../images/pc/pc_06.jpg);
    height: 1232px;
  }
  .sec7 {
    background-image: url(../images/pc/pc_07.jpg);
    height: 2792px;
  }
  .sec8 {
    background-image: url(../images/pc_08c_0.jpg);
    height: 1567px;
  }
  .sec9 {
    /*background-image: url(../images/menu_cutmeal_pc_221114.jpg);*/
    height: 1363px;
  }
  .sec10 {
    /*background-image: url(../images/pc/pc_10.jpg);*/
    height: 1311px;
  }
  .sec10b {
    /*background-image: url(../images/pc/pc_10.jpg);*/
    height: 1000px;
  }
  .sec13 {
    background-image: url(../images/pc/pc_13.jpg);
    height: 1978px;
  }
  .sec14 {
    background-image: url(../images/pc/pc_14.jpg);
    height: 490px;
  }
  .sec15 {
    background-image: url(../images/pc/pc_15.jpg);
    height: 1581px;
  }
  .sec16 {
    background-image: url(../images/pc/pc_16.jpg);
    height: 1318px;
  }
  .sec17 {
    background-image: url(../images/pc/pc_17.jpg);
    height: 1303px;
  }
  .sec18 {
    background-image: url(../images/pc_18b.jpg);
    height: 943px;
  }
  .sec19 {
    background-image: url(../images/pc/pc_19.jpg);
    height: 892px;
  }
  .sec20 {
    background-image: url(../images/pc/pc_20b.jpg);
    /*height: 895px;*/
    height: 576px;
  }
  .sec21 {
    background-image: url(../images/pc/pc_21.jpg);
    height: 1415px;
  }
  .sec22 {
    background-image: url(../images/pc/pc_22.jpg);
    height: 1006px;
  }
  .sec23 {
    background-image: url(../images/pc/pc_23.jpg);
    height: 947px;
  }
  .sec24 {
    background-image: url(../images/pc/pc_24.jpg);
    height: 1127px;
  }
  .sec25 {
    background-image: url(../images/pc/pc_25.jpg);
    height: 2652px;
  }
  .sec26 {
    background-image: url(../images/pc/pc_26.jpg);
    height: 2119px;
  }
  .sec27 {
    background-image: url(../images/pc/pc_27.jpg);
    height: 813px;
  }
  .sec28 {
    background-image: url(../images/pc/pc_28.jpg);
    height: 1619px;
  }
  .sec29 {
    background-image: url(../images/pc/pc_29.jpg);
    height: 389px;
  }
  .sec30 {
    background-image: url(../images/pc/pc_30.jpg);
    height: 987px;
  }
  .sec31 {
    background-image: url(../images/pc/pc_31.jpg);
    height: 1486px;
  }
  .sec32 {
    background-image: url(../images/pc/pc_32.jpg);
    height: 891px;
  }
}
/* SPのみ */
@media only screen and (max-width: 961px) {
  .bg {
    position: relative;
  }
  .sec2 .cv_area {
    position: absolute;
    top: 18%;
    margin: auto;
    right: 0;
    left: 0;
  }
  .sec2 .cv_area img {
    width: 90%;
    margin: auto;
  }
  .sec9 p {
    font-size: 4vw;
    top: 30.8%;
  }
  .sec9_2 .faq_container .toggle_wrap .faq_contents dd {
    font-size: 4vw;
  }
  .sec9_2 .deadline {
    position: absolute;
    bottom: 0;
    padding: 5% 3% 8%;
  }
  .sec9_2 .faq_container {
    position: static;
  }
  .sec9_2 .faq_container .toggle_wrap {
    padding: 4% 3% 0;
    margin: 0;
  }
  .sec9_2 .faq_container .toggle_wrap .faq_contents {
    margin-bottom: 3%;
  }
  .sec9_2 .faq_container .toggle_wrap .toggle_switch::after,
  .sec9_2 .faq_container .toggle_wrap .open::after {
    width: 10px;
    height: 10px;
  }
  .sec9_3 {
    padding: 5% 3% 8%;
  }
  .sec11 .cv_area {
    position: absolute;
    bottom: 15.5%;
    margin: auto;
    right: 0;
    left: 0;
  }
  .sec11 .cv_area img {
    width: 90%;
    margin: auto;
  }
  .faq_container {
    position: absolute;
    top: 0%;
    margin: auto;
    right: 0;
    left: 0;
  }
  .faq_container .toggle_wrap {
    font-size: 1em;
    margin: 0 3%;
    letter-spacing: 0.7px;
    padding: 20px 0;
  }
  .faq_container .toggle_wrap .faq_contents {
    margin-bottom: 20px;
  }
  .faq_container .toggle_wrap .faq_contents dd {
    font-size: 3.5vw;
  }
  .faq_container .toggle_wrap .toggle_contents {
    padding: 5% 3%;
    background: #fff;
    width: auto;
  }
  .faq_container .toggle_wrap .toggle_contents::after {
    width: 93%;
  }
  .faq_container .toggle_wrap .toggle_switch {
    width: initial;
    padding: 5% 25% 5% 3%;
  }
  .faq_container .toggle_wrap .toggle_switch::after {
    right: 8.5%;
    top: 42.9%;
  }
  .faq_container .toggle_wrap .toggle_switch::before {
    border: 1px solid #c5b592;
    width: 40px;
    height: 40px;
  }
  .faq_container .toggle_wrap .open::after {
    top: 46.5%;
  }
  .video1,
  .video2 {
    top: 15%;
  }
  .video1 iframe,
  .video2 iframe {
    width: 95%;
    height: 53vw;
  }
  .video2 {
    top: 45%;
  }
  footer p {
    text-align: left;
    line-height: 1rem;
    color: #fff;
  }
  footer .copy {
    color: #fff;
  }
}
/* デバイス別表示非表示 */
@media screen and (min-width: 961px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* SP */
.comming {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  max-width: 960px;
  left: 0;
  right: 0;
  margin: auto;
  top: 9%;
  z-index: 99;
  height: 40%;
  color: #fff;
  text-align: center;
  font-size: 50px;
  border-radius: 10px;
  display: table;
  width: 100%;
}
.comming p {
  display: table-cell;
  vertical-align: middle;
}

.comming:nth-child(2n) {
  top: 51%;
}

@media only screen and (max-width: 961px) {
  .comming {
    padding: 4.5%;
    top: 8.5%;
    max-width: 95%;
  }
  .comming p {
    font-size: 5.5vw;
    font-family: "游ゴシック体_M";
  }
  .comming:nth-child(2n) {
    top: 58%;
  }
}/*# sourceMappingURL=style.css.map */