@charset "UTF-8";
.entry-content {
  margin: 0 0 0;
}

html {
  scroll-padding-top: 90px;
  scroll-behavior: smooth;
}

/* ファーストビュー
--------------------------------------------- */
.entry-header {
  background-image: url(../img/meal/resant_fv.webp);
}
.entry-title::before {
  content: "Restaurant";
}

.meal_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 60px;
}

.btn {
  width: min(100%, 360px);
}

.btn a {
  border: #736357 solid 1px;
    font-size: clamp(10px, 3vw, 18px);
  text-align: center;
  line-height: 56px;
  width: 100%;
  display: block;
}

.btn a:hover {
  border: #452f19 solid 1px;
  background-color: #452f19;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .br_meal_read {
    display: none;
  }
  .btn a {
    line-height: 44px;
  }
  .meal_btn_wrap {
    margin-top: 40px;
  }
}
.sec_intro {
  margin-top: 93px;
  width: min(90%, 1400px);
  margin-inline: auto;
}

@media screen and (max-width: 640px) {
  .sec_intro {
    margin-top: 50px;
  }
}
.h2_ttl {
  font-size: 32px;
  font-size: clamp(25px, 6.6666666667vw, 32px);
  letter-spacing: 1.6px;
  color: #c69c6d;
  text-align: center;
}

.br_ttl {
  display: none;
}

@media screen and (max-width: 640px) {
  .br_ttl {
    display: inline-block;
  }
  .h2_ttl {
    font-size: 23px;
  }
}

.slide_top li {
  padding: 10px 5px 0 5px;
}

.p_read {    font-size: min(4vw, 16px);
  line-height: 44px;
  line-height: 2.75;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 86px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (max-width: 640px) {
  .p_read {
    line-height: 2.375;
    margin-bottom: 70px;
  }
}
.h2_ttl_meal {
  font-size: 74px;
  font-size: clamp(50px, 13.3333333333vw, 74px);
  line-height: 1;
  color: #c69c6d;
  text-align: center;
}

.h3_ttl_meal {
  font-size: 26px;
  font-size: clamp(20.8px, 5.5466666667vw, 26px);
  letter-spacing: 1.3px;
  line-height: 1;
  text-align: center;
  margin-top: 36px;
  margin-bottom: 34px;
}

.p_meal {
  font-size: 14px;
  line-height: 1.8571428571;
  color: #6c6c6c;
  text-align: center;
  margin-bottom: 100px;
}

.br_p_meal {
  display: none;
}

@media screen and (max-width: 640px) {
  .br_p_meal {
    display: inline-block;
  }
  .h3_ttl_meal {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .p_meal {
    margin-bottom: 70px;
  }
}
.sec_spa {
  padding-top: 140px;
  padding-bottom: 35px;
  padding-left: 3.4285714286%;
  padding-right: 3.4285714286%;
  background: url(../img/spa/spa_bg.webp) repeat-y top left/100%;
}

.sec_spa_fle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-column-gap: 6.4%;
  -moz-column-gap: 6.4%;
  column-gap: 6.4%;
  width: 100%;
  width: min(100%, 1000px);
  margin-inline: auto;
  margin-bottom: 93px;
}

.h2_ttl_spa {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: clamp(22.4px, 5.9733333333vw, 32px);
  line-height: 1;
  letter-spacing: 1.6px;
}

.h2_ttl_spa span {
  font-size: clamp(22.4px, 5.9733333333vw, 28px);
  display: inline-block;
  padding-bottom: 16px;
}

.sec_slider {
  width: 90.4%;
}

.slider img {
  aspect-ratio: 904/620; /*横の比率 / 縦の比率*/
  -o-object-fit: cover;
  object-fit: cover;
}

.progress {
  margin-top: 30px;
  width: min(100%, 904px);
}

.bar {
  background: #ebf0e2;
  width: 55.3097345133%;
  height: 3px;
}

.bar::before {
  content: "";
  background: #789941;
  top: 0;
  left: 0;
  height: 3px;
  width: min(30%, 904px);
  display: block;
  z-index: 10;
}

.spa_txt_fle {
  margin-top: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 4.4247787611%;
  -moz-column-gap: 4.4247787611%;
  column-gap: 4.4247787611%;
  text-align: left;
}

.price_wrap {
  width: 29.8672566372%;
}

.price {
  font-size: 20px;
  font-size: clamp(18px, 4.8vw, 20px);
  line-height: 1.6;
}

.price .en {
  font-size: 20px;
  font-size: clamp(18px, 4.8vw, 20px);
  line-height: 1.6;
}

.price .tax {
  font-size: 14px;
}

.price_sub {
  display: inline-block;
  padding-left: 23px;
  line-height: 1;
  margin-top: 20px;
  position: relative;
}

.price_sub::before {
  content: "";
  width: 15px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #2d2d2d;
  height: 1px;
}

.spa_p {
  width: 65.2654867257%;
  line-height: 1.875;
}

@media screen and (max-width: 800px) {
  .spa_p {
    width: 57.5221238938%;
    line-height: 1.875;
  }
  .price_wrap {
    width: 37.610619469%;
  }
}
.br_spa {
  display: none;
}

.sec_spa_fle:last-child {
  margin-bottom: 123px;
}

@media screen and (max-width: 640px) {
  .sec_spa_fle {
    margin-bottom: 70px;
  }
  .sec_spa {
    padding-top: 70px;
    padding-bottom: 0px;
  }
  .br_spa {
    display: inline-block;
  }
  .progress {
    margin-top: 15px;
  }
  .price_wrap {
    width: 100%;
  }
  .spa_txt_fle {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 4.4247787611%;
    -moz-column-gap: 4.4247787611%;
    column-gap: 4.4247787611%;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .spa_p {
    width: 100%;
    margin-top: 20px;
  }
  .sec_spa_fle:last-child {
    margin-bottom: 0;
    padding-bottom: 100px;
  }
}
.o_cource {
  background: url(../img/spa/spa_bg.webp) repeat-y top left/100%;
  padding-bottom: 75px;
}

.o_courses_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 3.4285714286%;
  padding-right: 3.4285714286%;
  -webkit-column-gap: 3.7142857143%;
  -moz-column-gap: 3.7142857143%;
  column-gap: 3.7142857143%;
}

.o_courses_elem {
  width: 30.6748466258%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 100px;
}

.o_courses_img img {
  width: 100%;
  aspect-ratio: 400/268; /*横の比率 / 縦の比率*/
  -o-object-fit: cover;
  object-fit: cover;
}

.h4_o_cource {
  font-size: clamp(0.75rem, 0.476rem + 1.17vw, 1.5rem);
  line-height: 1.4166666667;
  -webkit-font-feature-settings: "pwid";
  font-feature-settings: "pwid";
  margin-top: 35px;
  margin-bottom: 13px;
}

.h4_o_cource span {
  font-size: clamp(0.813rem, 0.698rem + 0.49vw, 1.125rem);
  -webkit-font-feature-settings: "pwid";
  font-feature-settings: "pwid";
}

.price {
  font-size: clamp(0.75rem, 0.567rem + 0.78vw, 1.25rem);
}

.p_o_courses {
  font-size: 14px;
  line-height: 1.5714285714;
  margin-top: 18px;
  text-align: left;
  display: block;
  width: min(100%, 400px);
  margin-inline: auto;
}

.seasonal {
  font-size: clamp(22.1px, 5.8933333333vw, 26px);
  line-height: 1;
  margin-bottom: 50px;
}

@media screen and (max-width: 980px) {
  .o_courses_elem {
    width: 48.0061349693%;
    margin-bottom: 70px;
  }
  .h4_o_cource {
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .p_o_courses {
    margin-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .o_cource {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 500px) {
  .seasonal {
    margin-bottom: 40px;
  }
  .o_courses_wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .o_courses_elem {
    width: 70%;
    margin-bottom: 60px;
  }
  .h4_o_cource {
    font-size: clamp(1.063rem, 0.902rem + 0.68vw, 1.5rem);
  }
}
.sec_quality {
  padding-top: 160px;
  padding-bottom: 150px;
  background-color: #48301c;
  color: #fff;
}

.h2_quality {
  font-size: 32px;
  font-size: clamp(25.6px, 6.8266666667vw, 32px);
  letter-spacing: 1.6px;
  margin-bottom: 45px;
}

.btn_qua_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .sec_quality {
    padding-top: 80px;
    padding-bottom: 70px;
    background-color: #48301c;
    color: #fff;
  }
}
.btn_qua {
  position: relative;
  overflow: hidden;
  width: calc(100% / 3);
  aspect-ratio: 46/50;
}

.btn_qua:first-child::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../img/meal/pursue_fv_commit.webp) no-repeat center center;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn_qua:nth-child(2)::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../img/meal/pursue_fv_brand.webp) no-repeat center center;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn_qua:nth-child(3)::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../img/meal/pursue_fv_water.webp) no-repeat center center;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn_qua:hover:after {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.btn_qua {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  height: 100%;
  color: #fff;
  padding-left: 1%;
  padding-right: 1%;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .btn_qua {
    width: 100%;
    aspect-ratio: 2 / 1;
  }
}
.h3_ttl_qua {
  position: relative;
  font-size: 26px;
  font-size: clamp(1rem, 0.771rem + 0.98vw, 1.625rem);
  line-height: clamp(2rem, 1.886rem + 0.49vw, 2.313rem) /
    clamp(1rem, 0.771rem + 0.98vw, 1.625rem);
  z-index: 2;
  display: block;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.p_qua {
  position: relative;
  font-size: clamp(0.688rem, 0.573rem + 0.49vw, 1rem);
  line-height: clamp(2rem, 1.886rem + 0.49vw, 2.313rem) /
    clamp(0.75rem, 0.659rem + 0.39vw, 1rem);
  margin-top: 15px;
  margin-top: clamp(0.625rem, 0.511rem + 0.49vw, 0.938rem);
  z-index: 2;
  display: block;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.chef_main {
  margin-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-column-gap: 5.370294599%;
  -moz-column-gap: 5.370294599%;
  column-gap: 5.370294599%;
}

@media screen and (max-width: 640px) {
  .chef_main {
    margin-top: 55px;
  }
}
.chef_main_inr {
  width: 35%;
  margin-top: min(4vw, 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20.4081632653%;
  -moz-column-gap: 20.4081632653%;
  column-gap: 20.4081632653%;
}

.h2_ttl_chef {
  text-align: left;
}

.h2_ttl_chef span {
  font-size: clamp(1.125rem, 0.805rem + 1.37vw, 2rem);
  line-height: 1;
  letter-spacing: 1.6px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding-right: 50%;
  border-right: 1px #fff solid;
  display: inline-block;
}

.chef_messe {
  width: 69.387755102%;
}

.h3_ttl_chef {
  text-align: left;
  font-size: 28px;
  font-size: clamp(1rem, 0.726rem + 1.17vw, 1.75rem);
  line-height: 1.75;
  letter-spacing: 1.4px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin-top: min(2.5vw, 36px);
}

.p_chef {
  text-align: left;
  font-size: clamp(12.8px, 3.4133333333vw, 16px);
  line-height: 2.75;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin-top: 36px;
}

.br_chef {
  display: inline-block;
}

@media screen and (max-width: 1150px) {
  .br_chef {
    display: none;
  }
}
.chef_name {
  font-size: 26px;
  font-size: clamp(0.938rem, 0.686rem + 1.07vw, 1.625rem);
  text-align: left;
  margin-top: 31px;
}

.ex_chef {
  font-size: 20px;
  font-size: clamp(0.75rem, 0.567rem + 0.78vw, 1.25rem);
}

.chef_img {
  width: 47.8314238953%;
}

.chef_img img {
  max-width: inherit;
  width: 100%;
}

.headsup {
  font-size: 18px;
  font-size: clamp(14.4px, 3.84vw, 18px);
  line-height: 80px;
  text-align: center;
  border: #fff 1px solid;
  margin-top: 90px;
  width: min(100%, 700px);
  margin-inline: auto;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.headsup:hover {
  background-color: #fff;
  color: #48301c;
  cursor: pointer;
}

@media screen and (max-width: 800px) {
  .headsup_wrap {
    padding-left: 3.4285714286%;
    padding-right: 3.4285714286%;
  }
  .p_chef {
    line-height: 1.875;
    margin-top: 15px;
  }
  .chef_name {
    margin-top: 15px;
  }
  .h3_ttl_chef {
    line-height: 1.4285714286;
  }
}
@media screen and (max-width: 640px) {
  .chef_main_inr {
    width: 75%;
  }
  .chef_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 40px;
  }
  .chef_img {
    width: 55%;
  }
  .headsup {
    line-height: 50px;
    margin-top: 40px;
    width: min(90%, 700px);
  }
}
.sec_daytrip {
  padding-top: 240px;
  padding-bottom: 120px;
  padding-left: 3.4285714286%;
  padding-right: 3.4285714286%;
}

@media screen and (max-width: 800px) {
  .sec_daytrip {
    padding-top: 120px;
  }
}
@media screen and (max-width: 640px) {
  .sec_daytrip {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.daytrip_fv {
  width: min(100%, 1300px);
  margin-inline: auto;
  aspect-ratio: 1300/600;
  background: url(../img/meal/dattrip_fv.webp) no-repeat top center/cover;
  position: relative;
}

.dtrip_fv_txt {
  position: absolute;
  top: 0;
  left: 0;
  padding: min(4vw, 30px);
  text-align: left;
  background-color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.h2_ttl_dtrip {
  display: block;
  line-height: 1;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}

.h2_ttl_sub {
  display: block;
  font-size: 93px;
  font-size: clamp(1.625rem, 0.102rem + 7.61vw, 5.813rem);
  color: #c69c6d;
  line-height: 1;
}

.dtrip_am_rese {
  margin-top: 90px;
  font-size: 20px;
  font-size: clamp(1rem, 0.926rem + 0.37vw, 1.25rem);
  line-height: 36px;
  color: #fff;
  background-color: #9a272d;
  padding-left: 3.5714285714%;
  padding-right: 3.5714285714%;
  display: inline-block;
}

.h3_ttl_dtrip {
  font-size: 26px;
  font-size: clamp(1.125rem, 0.977rem + 0.74vw, 1.625rem);
  line-height: 1.5384615385;
  padding-top: 23px;
  padding-bottom: 23px;
}

.h3_ttl_dtrip span {
  display: inline-block;
  padding-left: clamp(1rem, 0.926rem + 0.37vw, 1.25rem);
}

.p_dtrip {
  line-height: 2.25;
  font-size: clamp(0.875rem, 0.838rem + 0.19vw, 1rem);
}

.drip_attn {
  font-size: 18px;
  font-size: clamp(0.938rem, 0.882rem + 0.28vw, 1.125rem);
  line-height: 2.1666666667;
  letter-spacing: 0.9px;
  color: #736357;
  padding: 20px;
  margin-top: 36px;
  border: #736357 solid 1px;
  display: inline-block;
  padding-left: 6.8571428571%;
  padding-right: 6.8571428571%;
}

.drip_attn span {
  text-decoration: underline;
}

.sec_daytrip small {
  display: block;
  font-size: 14px;
  font-size: clamp(0.813rem, 0.79rem + 0.11vw, 0.875rem);
  line-height: 26px;
  margin-top: 26px;
}

@media screen and (max-width: 640px) {
  .dtrip_am_rese {
    margin-top: 40px;
  }
  .drip_attn {
    margin-top: 20px;
  }
}
.kashikiri {
  padding: 40px;
  background-color: #fff;
  width: 100%;
  margin-top: 60px;
  text-align: left;
}

.h4_ttl_kari {
  line-height: 1;
  letter-spacing: 1px;
  padding-bottom: 20px;
  margin-bottom: 32px;
  border-bottom: 1px #d5d0cd solid;
  font-size: 20px;
  font-weight: normal;
  font-size: 15px;
}

.kari_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6.067961165%;
  -moz-column-gap: 6.067961165%;
  column-gap: 6.067961165%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.kari_L {
  width: 46.359223301%;
  font-weight: normal;
  line-height: 1.875;
}

.kari_R {
  width: 46.359223301%;
  font-weight: normal;
  line-height: 1.875;
}

.h5_ttl_kari {
  line-height: 1;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1em;
  font-weight: normal;
}

.dt_kari_firs {
  letter-spacing: 1px;
  font-weight: normal;
}

.dd_kari_sec {
  letter-spacing: 1px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  padding-left: 1em;
}

.br_kari {
  display: none;
}

@media screen and (max-width: 800px) {
  .kari_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 40px;
  }
  .kari_L {
    width: 100%;
    font-size: 14px;
  }
  .kari_R {
    width: 100%;
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .br_kari {
    display: inline-block;
  }
  .kashikiri {
    margin-top: 40px;
  }
}
.daytrip {
  padding-top: 140px;
  padding-bottom: 130px;
  padding-left: 5%;
  padding-right: 5%;
}

.h2_daytrip {
  font-size: 24px;
  font-size: clamp(16.8px, 4.48vw, 24px);
  line-height: 1;
  text-align: center;
  letter-spacing: 1.2px;
  font-weight: normal;
  margin-bottom: 44px;
}

.daytrip_img {
  width: min(100%, 500px);
  margin-inline: auto;
}

.daytrip_wrap {
  width: min(100%, 800px);
  margin-inline: auto;
  text-align: left;
}

.h3_daytrip {
  font-size: clamp(16px, 4.2666666667vw, 20px);
  font-weight: normal;
  margin-top: 100px;
  line-height: 1;
  padding-bottom: 24px;
  margin-bottom: 28px;
  border-bottom: #d5d0cd solid 1px;
}

.p_daytirp {
  line-height: 1.875;
}

.p_daytirp:nth-of-type(2) {
  margin-top: 16px;
}

.dl_daytrip {
  line-height: 1.875;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dl_daytrip dt {
  width: 17.5%;
}

.dl_daytrip dd {
  width: 82.5%;
}

@media screen and (max-width: 740px) {
  .dl_daytrip dt {
    width: 25%;
  }
  .dl_daytrip dd {
    width: 75%;
  }
}
@media screen and (max-width: 500px) {
  .dl_daytrip dt {
    width: 31.25%;
  }
  .dl_daytrip dd {
    width: 68.75%;
  }
}
@media screen and (max-width: 640px) {
  .daytrip {
    padding-top: 70px;
  }
  .dl_daytrip,
  .p_daytirp {
    font-size: 14px;
  }
  .h3_daytrip {
    margin-top: 70px;
  }
}
.o_cource.new_menu {
  padding-top: 100px;
  background: url(../img/spa/spa_bg.webp) repeat-y top left/100%;
  padding-bottom: 0;
}

@media screen and (max-width: 640px) {
  .o_cource.new_menu {
    padding-top: 70px;
  }
}
.new_menu .o_courses_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 3.4285714286%;
  padding-right: 3.4285714286%;
  -webkit-column-gap: 3.7142857143%;
  -moz-column-gap: 3.7142857143%;
  column-gap: 3.7142857143%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.new_menu .o_courses_elem {
  width: 30.6748466258%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 100px;
}
.new_menu .o_courses_img img {
  width: 100%;
  aspect-ratio: 400/268; /*横の比率 / 縦の比率*/
  -o-object-fit: cover;
  object-fit: cover;
}
.new_menu .h4_o_cource {
  font-size: clamp(0.75rem, 0.476rem + 1.17vw, 1.5rem);
  line-height: 1.4166666667;
  -webkit-font-feature-settings: "pwid";
  font-feature-settings: "pwid";
  margin-top: 35px;
  margin-bottom: 13px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.new_menu .h4_o_cource span {
  font-size: clamp(0.813rem, 0.698rem + 0.49vw, 1.125rem);
  -webkit-font-feature-settings: "pwid";
  font-feature-settings: "pwid";
}
.new_menu .price {
  font-size: clamp(0.75rem, 0.567rem + 0.78vw, 1.25rem);
}
.new_menu .p_o_courses {
  font-size: 14px;
  line-height: 1.5714285714;
  margin-top: 18px;
  text-align: left;
  display: block;
  width: min(100%, 400px);
  margin-inline: auto;
  text-align: center;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.new_menu .seasonal {
  font-size: clamp(22.1px, 5.8933333333vw, 26px);
  line-height: 1;
  margin-bottom: 50px;
}
@media screen and (max-width: 980px) {
  .new_menu .o_courses_elem {
    width: 48.0061349693%;
    margin-bottom: 70px;
  }
  .new_menu .h4_o_cource {
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .new_menu .p_o_courses {
    margin-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .new_menu .o_cource {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 500px) {
  .new_menu .seasonal {
    margin-bottom: 40px;
  }
  .new_menu .o_courses_wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .new_menu .o_courses_elem {
    width: 70%;
    margin-bottom: 60px;
  }
  .new_menu .h4_o_cource {
    font-size: clamp(1.063rem, 0.902rem + 0.68vw, 1.5rem);
  }
}

.o_cource.stand_menu {
  padding-top: 100px;
  background: none;
  padding-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .o_cource.new_menu {
    padding-top: 70px;
  }
}
.o_cource.stand_menu .o_courses_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 3.4285714286%;
  padding-right: 3.4285714286%;
  -webkit-column-gap: 3.7142857143%;
  -moz-column-gap: 3.7142857143%;
  column-gap: 3.7142857143%;
}
.o_cource.stand_menu .o_courses_elem {
  width: 30.6748466258%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 100px;
}
.o_cource.stand_menu .o_courses_img img {
  width: 100%;
  aspect-ratio: 400/268; /*横の比率 / 縦の比率*/
  -o-object-fit: cover;
  object-fit: cover;
}
.o_cource.stand_menu .menu_pri_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  padding-left: 7.5%;
  padding-right: 7.5%;
}
.o_cource.stand_menu .price {
  margin-left: auto;
  margin-top: 23px;
  margin-bottom: 13px;
}
.o_cource.stand_menu .h4_o_cource {
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  line-height: 1.5;
  -webkit-font-feature-settings: "pwid";
  font-feature-settings: "pwid";
  margin-top: 23px;
  margin-bottom: 13px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.o_cource.stand_menu .h4_o_cource span {
  font-size: clamp(0.813rem, 0.698rem + 0.49vw, 1.125rem);
  -webkit-font-feature-settings: "pwid";
  font-feature-settings: "pwid";
}
.o_cource.stand_menu .price .en {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
}
.o_cource.stand_menu .tax {
  font-size: clamp(0.813rem, 0.79rem + 0.11vw, 0.875rem);
}
.o_cource.stand_menu .p_o_courses {
  font-size: 14px;
  line-height: 1.5714285714;
  margin-top: 7px;
  text-align: left;
  display: block;
  width: 100%;
  margin-inline: auto;
  padding-left: 7.5%;
  padding-right: 7.5%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media screen and (max-width: 980px) {
  .o_cource.stand_menu .o_courses_elem {
    width: 48.0061349693%;
    margin-bottom: 70px;
  }
  .o_cource.stand_menu .h4_o_cource {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .o_cource.stand_menu .p_o_courses {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .o_cource.stand_menu .menu_pri_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding-left: 3.75%;
    padding-right: 3.75%;
  }
  .o_cource.stand_menu .price {
    margin-left: inherit;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .o_cource.stand_menu .p_o_courses {
    padding-left: 3.75%;
    padding-right: 3.75%;
  }
}
@media screen and (max-width: 500px) {
  .o_cource.stand_menu .o_courses_wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .o_cource.stand_menu .o_courses_elem {
    width: 70%;
    margin-bottom: 60px;
  }
  .o_cource.stand_menu .h4_o_cource {
    font-size: clamp(1.063rem, 0.902rem + 0.68vw, 1.5rem);
  }
}

.menrui {
  font-size: 18px;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  line-height: 1;
  padding-left: 3.4285714286%;
  padding-right: 3.4285714286%;
}

.limited {
  font-size: 14px;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  line-height: 1.8571428571;
  margin-top: 29px;
  padding-left: 3.4285714286%;
  padding-right: 3.4285714286%;
  margin-bottom: 280px;
}

@media screen and (max-width: 640px) {
  .limited {
    margin-bottom: 140px;
  }
}
/* モーダルCSS */
#openModal {
  cursor: pointer;
}

.modalArea {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.95);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 13.5714285714% 0 11.4285714286% 14.2857142857%;
  height: 100svh;
  overflow: auto;
}

@media screen and (min-width: 1401px) {
  .modalWrapper {
    padding: 190 0 160 14.2857142857%;
  }
}
.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 11.4285714286% 0 11.4285714286% 14.2857142857%;
  background: none;
  overflow: auto;
}

.modalContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-column-gap: 5%;
  -moz-column-gap: 5%;
  column-gap: 5%;
}

.sec_quality_txt {
  text-align: left;
  color: #fff;
  width: 40.6666666667%;
  margin-top: 18px;
}

.h2_ttl_quality {
  font-size: 30px;
  font-size: clamp(1.125rem, 0.903rem + 1.11vw, 1.875rem);
  line-height: 1;
}

.p_quality_read {
  margin-top: 19px;
  margin-bottom: 53px;
  margin-bottom: clamp(1.25rem, 0.639rem + 3.06vw, 3.313rem);
  line-height: 1.875;
  font-size: clamp(0.875rem, 0.838rem + 0.19vw, 1rem);
}

.h3_ttl_quality {
  font-size: 18px;
  font-size: clamp(0.938rem, 0.882rem + 0.28vw, 1.125rem);
  line-height: 1;
  margin-top: 35px;
  margin-top: clamp(1.25rem, 0.972rem + 1.39vw, 2.188rem);
  margin-bottom: 13px;
}

.p_quality {
  line-height: 1.875;
  font-size: clamp(0.875rem, 0.838rem + 0.19vw, 1rem);
}

#modalArea_D .modalWrapper {
  padding-left: 5%;
  padding-right: 5%;
}
#modalArea_D .modalContents {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#modalArea_D .sec_quality_txt {
  width: 900px;
  width: min(100%, 900px);
  margin-top: 0;
}
#modalArea_D .h3_ttl_quality {
  margin-top: 0;
  font-size: 24px;
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  line-height: 1.5;
  margin-bottom: 0;
}
#modalArea_D .p_quality {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  margin-top: 35px;
  margin-bottom: 43px;
}
#modalArea_D table,
#modalArea_D td,
#modalArea_D th {
  color: #fff;
  border: 1px solid #fff;
  border-collapse: collapse;
}
#modalArea_D td,
#modalArea_D th {
  padding: 4px 35px;
  font-weight: normal;
}
#modalArea_D th {
  background: #4c4c4c;
}
#modalArea_D .td {
  background: #1e1e1e;
}
#modalArea_D .divide th {
  background: #4c4c4c;
  width: 30%;
}
#modalArea_D .divide .td {
  background: #1e1e1e;
  width: 70%;
}
@media screen and (max-width: 640px) {
  #modalArea_D .p_quality {
    margin-top: 20px;
    margin-bottom: 25px;
  }
  #modalArea_D td,
  #modalArea_D th {
    padding: 4px 10px;
    font-weight: normal;
  }
}

.quality_img_01 {
  background: url(../img/meal/commit.webp) no-repeat top center/100%;
  aspect-ratio: 648/500;
  width: 54%;
}

@media screen and (min-width: 1401px) {
  .quality_img_01 {
    background: url(../img/meal/commit.webp) no-repeat top center/100%;
    aspect-ratio: 648/500;
    max-width: 800px;
  }
}
.quality_img_02 {
  background: url(../img/meal/brand.webp) no-repeat top center/100%;
  aspect-ratio: 648/500;
  width: 54%;
}

@media screen and (min-width: 1401px) {
  .quality_img_02 {
    background: url(../img/meal/brand.webp) no-repeat top center/100%;
    aspect-ratio: 648/500;
    max-width: 800px;
  }
}
.quality_img_03 {
  background: url(../img/meal/water.webp) no-repeat top center/100%;
  aspect-ratio: 648/500;
  width: 54%;
}

@media screen and (min-width: 1401px) {
  .quality_img_03 {
    background: url(../img/meal/water.webp) no-repeat top center/100%;
    aspect-ratio: 648/500;
    max-width: 800px;
  }
}
.closeModal {
  position: fixed;
  top: 30px;
  right: 38px;
  cursor: pointer;
  color: #fff;
  width: 20px;
}

@media screen and (max-width: 800px) {
  .modalContents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-column-gap: 5%;
    -moz-column-gap: 5%;
    column-gap: 5%;
    flex-direction: column-reverse;
    position: relative;
    padding-top: clamp(2.125rem, 1.903rem + 1.11vw, 2.875rem);
  }
  .modalWrapper {
    padding: 11.4285714286% 5% 11.4285714286% 5%;
  }
  .h2_ttl_quality {
    position: absolute;
    top: 0;
  }
}
@media screen and (max-width: 640px) {
  .closeModal {
    position: fixed;
    top: 15px;
    right: 25px;
    cursor: pointer;
    color: #fff;
    width: 20px;
  }
  .sec_quality_txt {
    text-align: left;
    color: #fff;
    width: 80%;
    margin-top: 0;
  }
  .quality_img_01 {
    width: 80%;
  }
  .quality_img_02 {
    width: 80%;
  }
  .quality_img_03 {
    width: 80%;
  }
}
/* 以下ボタンスタイル */
