@charset "UTF-8";

/*==================================
SubVisual adjustment
==================================*/
main {
  margin-top: 100px;
}

@media only screen and (max-width: 1199px) {
  main {
    margin-top: 60px;
  }
}

/*==================================
Under Pages - common
==================================*/
.l-minus_inr {
  padding: 300px 0 120px;
  margin-top: -100px;
}

@media only screen and (max-width: 1199px) {
  .l-minus_inr {
    padding: 150px 0 60px;
    margin-top: -50px;
  }
}

/* Page - secTtl */
.p-secTtl_wrap {
  position: relative;
}

.p-secTtl_wrap:after {
  width: 13vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.p-secTtl_wrap .p-secTtl01 {
  letter-spacing: 0.25em;
}

@media only screen and (max-width: 768px) {
  .p-secTtl_wrap:after {
    top: -32px;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
}

.p-secTtl_wrap_left:after {
  left: 100px;
}
.p-secTtl_wrap_right:after {
  right: 100px;
}

@media only screen and (max-width: 1199px) {
  .p-secTtl_wrap_left:after {
    left: 4%;
  }
  .p-secTtl_wrap_right:after {
    right: 4%;
  }
}

.p-secTtl_wrap_man01:after {
  content: url(/assets/images/ill-man01.svg);
  max-width: 110px;
}

.p-secTtl_wrap_man03:after {
  content: url(/assets/images/ill-man03.svg);
  max-width: 110px;
}

.p-secTtl_wrap_man04:after {
  content: url(/assets/images/ill-man04.svg);
  max-width: 110px;
}

.p-secTtl_wrap_woman01:after {
  content: url(/assets/images/ill-woman01.svg);
  max-width: 70px;
}

.p-secTtl_wrap_cart:after {
  content: url(/assets/images/ill-cart.svg);
  max-width: 150px;
}

.p-secTtl_wrap_inr {
  width: 60vw;
  max-width: 700px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .p-secTtl_wrap_inr {
    width: 100%;
    max-width: 500px;
  }
  .p-secTtl_wrap_woman01:after {
    max-width: 22px;
  }
}

/* Red Circle */
.u-circle {
  z-index: 3;
  width: 240px;
  height: 240px;
  padding: 30px;
  position: absolute;
  top: -60px;
  right: -60px;
  transform: rotate(15deg);

  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.5;
}

.u-circle.u-circle__rev {
  right: auto;
  left: -60px;
  transform: rotate(-15deg);
}

@media only screen and (max-width: 1199px) {
  .u-circle {
    width: 180px;
    height: 180px;
    padding: 20px;
    right: -40px;
    font-size: 2.4rem;
  }
  .u-circle.u-circle__rev {
    right: -40px;
    left: auto;
    transform: rotate(15deg);
  }
}

@media only screen and (max-width: 768px) {
  .u-circle {
    width: 120px;
    height: 120px;
    padding: 10px;
    right: -20px;
    font-size: 1.8rem;
  }
  .u-circle.u-circle__rev {
    right: -20px;
  }
}

.c-period {
  background-color: #197d4b;
  padding: 0 1em;
  margin-right: 1em;
  color: #fff;
  display: inline-block;
}

/*==================================
ContentBox
==================================*/
.c-contentBox {
  display: flex;
  position: relative;
  justify-content: flex-end;
  z-index: 2;
  margin-top: 120px;
}

.c-contentBox_det {
  max-width: 480px;
  margin-right: 120px;
}

.c-contentBox_img {
  width: 100%;
  max-width: 840px;
}
.c-contentBox_img > img {
  width: 100%;
}

.c-contentBox.c-contentBox__rev {
  justify-content: flex-start;
}

.c-contentBox.c-contentBox__rev > .c-contentBox_det {
  order: 2;
  margin-left: 120px;
  margin-right: 0;
}
.c-contentBox.c-contentBox__rev > .c-contentBox_img {
  order: 1;
}

.c-contentBox_txt {
  line-height: 2;
}

@media only screen and (max-width: 1199px) {
  .c-contentBox {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  .c-contentBox_det {
    width: 100%;
    max-width: none;
    margin-right: 0;
  }
  .c-contentBox_img {
    max-width: none;
    margin-top: 40px;
  }
  .c-contentBox.c-contentBox__rev > .c-contentBox_det {
    order: 1;
    margin-left: 0;
  }
  .c-contentBox.c-contentBox__rev > .c-contentBox_img {
    order: 2;
  }
}

@media only screen and (max-width: 768px) {
  .c-contentBox {
    margin-top: 60px;
  }
}

/*==================================
PlanBox
==================================*/
.c-planBox {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 120px;
}

.c-planBox.c-planBox__rev > .c-planBox_img {
  order: 2;
}
.c-planBox.c-planBox__rev > .c-planBox_det {
  order: 1;
}

@media only screen and (max-width: 1199px) {
  .c-planBox {
    flex-direction: column;
  }
  .c-planBox.c-planBox__rev > .c-planBox_img {
    order: 1;
  }
  .c-planBox.c-planBox__rev > .c-planBox_det {
    order: 2;
  }
}

@media only screen and (max-width: 768px) {
  .c-planBox {
    margin-top: 60px;
  }
}

.c-planBox_img {
  z-index: 2;

  flex: 1;
  width: 100%;
  max-width: 840px;
}
.c-planBox_img > img {
  width: 100%;
}

.c-planBox_ttl {
  position: relative;
  z-index: 4;
}

.c-planBox_det {
  z-index: 1;
  width: 100%;
  max-width: 780px;
  background: #fff;
  position: relative;
  padding: 80px 100px 80px 160px;
}

.c-planBox.c-planBox__rev > .c-planBox_det {
  padding: 80px 160px 80px 100px;
}

@media only screen and (max-width: 1199px) {
  .c-planBox_img {
    max-width: none;
  }
  .c-planBox_det {
    z-index: 3;
    max-width: none;
    margin: 0 !important;
  }
  .c-planBox > .c-planBox_det,
  .c-planBox.c-planBox__rev > .c-planBox_det {
    padding: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .c-planBox > .c-planBox_det,
  .c-planBox.c-planBox__rev > .c-planBox_det {
    padding: 20px;
  }
}

.c-planBox_pat01 > .c-planBox_det {
  margin-top: 60px;
  margin-left: -60px;
}
.c-planBox_pat02 > .c-planBox_det {
  margin-top: 0;
  margin-right: -60px;
}
.c-planBox_pat03 > .c-planBox_img {
  margin-top: 60px;
}
.c-planBox_pat03 > .c-planBox_det {
  margin-left: -60px;
}
.c-planBox_pat04 > .c-planBox_det {
  margin-top: 60px;
  margin-right: -60px;
}

/* Price Box */
.c-priceBox {
  border-top: 2px solid #197d4b;
  border-bottom: 2px solid #197d4b;
}

.c-priceBox_season_ttl {
  display: inline-block;
  background: #197d4b;
  color: #fff;
  padding: 0 1em;
  margin-right: 1em;
}

/* __pat01 */
.c-priceBoxList {
  display: flex;
  padding: 30px 0;
}
.c-priceBoxList:nth-child(n + 2) {
  border-top: 2px solid #197d4b;
}
.c-priceBoxList_item {
  width: 50%;
  display: flex;
}

.c-priceBox_det {
  margin-left: 20px;
}
.c-priceBox_head,
.c-priceBox_body {
  white-space: nowrap;
}

.c-priceBox_body {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  color: #197d4b;
}

@media only screen and (max-width: 768px) {
  .c-priceBoxList {
    flex-direction: column;
    padding: 15px 0;
  }
  .c-priceBoxList_item {
    width: 100%;
  }
  .c-priceBoxList_item:not(:first-of-type) {
    margin-top: 15px;
  }
}

/* __pat02 */
.c-priceBoxList_item.c-priceBoxList_item__pat02 {
  width: 100%;
}
.c-priceBoxList_item.c-priceBoxList_item__pat02 .c-priceBox_det {
  width: calc(100% - 60px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-priceBoxList_item.c-priceBoxList_item__pat02 .c-priceBox_head {
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .c-priceBoxList_item.c-priceBoxList_item__pat02 .c-priceBox_det {
    flex-direction: column;
    align-items: flex-start;
  }
  .c-priceBoxList_item.c-priceBoxList_item__pat02 .c-priceBox_head {
    padding-bottom: 8px;
  }
}

/*==================================
Illust
==================================*/
.il-common:after {
  position: absolute;
  z-index: 2;
}
.il-stay:after {
  content: url(/assets/images/ill-stay.svg);
  right: -50px;
  bottom: -80px;
  width: 80px;
}

.il-bbq:after {
  content: url(/assets/images/ill-bbq.svg);
  left: -50px;
  bottom: -30px;
  transform: scale(-1, 1);
  width: 140px;
}

.il-tent:after {
  content: url(/assets/images/ill-tent.svg);
  right: -50px;
  bottom: -20px;
  width: 280px;
}

@media only screen and (max-width: 768px) {
  .il-stay:after {
    right: -10px;
    bottom: -45px;
    width: 45px;
  }
  .il-bbq:after {
    left: auto;
    right: -10px;
    transform: none;
    width: 70px;
  }
  .il-tent:after {
    right: -10px;
    width: 140px;
  }
}

.il-woman01:after {
  content: url(/assets/images/ill-woman01.svg);
  right: -40px;
  bottom: -80px;
  width: 80px;
}

.il-man01:after {
  content: url(/assets/images/ill-man01.svg);
  left: -50px;
  bottom: -30px;
  width: 140px;
}

.il-cart:after {
  content: url(/assets/images/ill-cart.svg);
  right: -50px;
  bottom: -20px;
  width: 180px;
}

.il-man03:after {
  content: url(/assets/images/ill-man03.svg);
  left: -50px;
  bottom: -30px;
  width: 140px;
}

@media only screen and (max-width: 768px) {
  .il-woman01:after {
    right: -10px;
    bottom: -45px;
    width: 20px;
  }

  .il-man01:after {
    left: auto;
    right: -10px;
    bottom: -45px;
    width: 45px;
  }

  .il-cart:after {
    right: -10px;
    bottom: -35px;
    width: 65px;
  }

  .il-man03:after {
    left: auto;
    right: -10px;
    bottom: -45px;
    width: 45px;
  }
}

/*==================================
Page - Restaurant
==================================*/

.c-specialBox {
  display: flex;
  padding: 80px;
  margin-top: 120px;
}

.c-specialBox_img {
  width: 100%;
  max-width: 520px;
}

.c-specialBox_det {
  margin-left: 60px;
}

@media only screen and (max-width: 1199px) {
  .c-specialBox {
    flex-direction: column;
  }
  .c-specialBox_img {
    max-width: none;
  }
  .c-specialBox_img > img {
    width: 100%;
  }
  .c-specialBox_det {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .c-specialBox {
    padding: 20px;
    margin-top: 60px;
  }
}

/*==================================
Page - Price
==================================*/
.c-basicPlanBox {
  background: #197d4b;
  color: #fff;
  padding: 80px 100px;
  margin-top: 120px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .c-basicPlanBox {
    padding: 40px;
    margin-top: 60px;
  }
}
.c-noteList_item {
  padding-left: 1.2em;
  position: relative;
}
.c-noteList_item::before {
  content: "\203b";
  position: absolute;
  left: 0;
  top: 0;
}
.c-optionList_def {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
.c-optionList_def dt {
  width: 35%;
  margin-top: 10px;
}
.c-optionList_def dd {
  width: 15%;
  margin-top: 10px;
  text-align: right;
}
.c-optionList_def dt:nth-of-type(even) {
  padding-left: 2em;
}
.c-optionList_def dd:nth-of-type(odd) {
  padding-right: 2em;
}
@media only screen and (max-width: 768px) {
  .c-optionList_def dt {
    width: calc(100% - 5em);
  }
  .c-optionList_def dd {
    width: 5em;
  }
  .c-optionList_def dt:nth-of-type(even) {
    padding-left: 0;
  }
  .c-optionList_def dd:nth-of-type(odd) {
    padding-right: 0;
  }
}

.c-reserveBox {
  border: 10px solid #197d4b;
  padding: 80px 40px;
}
.c-reserveBox .p-priceTxt {
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .c-reserveBox {
    padding: 40px 20px;
  }
}
.c-present {
  border: 2px solid #fff;
  color: #fff;
  padding: 20px;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
.c-present._white {
  border: 2px solid #ff1937;
  color:#ff1937;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .c-present {
    padding: 12px;
    font-size: 1.8rem;
  }
}
/*==================================
Page - Reserve
==================================*/
.p-secTtl_wrap .u-circle.u-circle__rev {
  left: 60px;
}

@media only screen and (max-width: 1199px) {
  .p-secTtl_wrap .u-circle.u-circle__rev {
    top: 0;
    left: 0;
    transform: rotate(-15deg);
  }
}
@media only screen and (max-width: 768px) {
  .p-secTtl_wrap .u-circle.u-circle__rev {
    top: -32px;
  }
}

.c-PhoneBox {
  background: #197d4b;
  color: #fff;
  padding: 80px 120px;
  margin-top: 120px;
  position: relative;
  z-index: 2;
}

.c-PhoneBox_def {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-PhoneBox_ttl {
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 10px 2em;
}

.c-PhoneBox_number {
  margin-left: 1em;
}
.c-PhoneBox_number > a {
  color: #fff;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 6px;
}

@media only screen and (max-width: 1199px) {
  .c-PhoneBox_def {
    flex-direction: column;
  }
  .c-PhoneBox_number {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .c-PhoneBox {
    padding: 40px;
    margin-top: 60px;
  }
  .c-PhoneBox_ttl {
    padding: 10px 30px;
  }
  .c-PhoneBox_number > a {
    font-size: 2.6rem;
  }
}

/*==================================
Page - Course
==================================*/
.c-courseInfo_bg {
  background: url("/assets/images/bg02.jpg") no-repeat bottom center/cover;
  height: 630px;
  margin-top: -100px;
  padding-bottom: 120px;
  display: flex;
  align-items: flex-end;
}
.c-courseInfo_bg > div:first-child {
  width: 100%;
}
.c-courseInfo_bg .p-secTtl01 {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .c-courseInfo_bg {
    height: 430px;
    margin-top: -50px;
  }
}

/* jsタブ */
.c-tabBtnList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.c-tabBtnList_item {
  text-align: center;
  padding: 0 120px;
  color: #c8e1c8;
  font-weight: 700;
  border-radius: 30px 30px 0 0;
  transition: all 0.3s ease;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .c-tabBtnList_item {
    padding: 0 30px;
    display: none;
  }
}

.c-tabBtnList_item span {
  display: inline-block;
  padding: 30px;
  width: 100%;
  font-weight: 700;
}

.c-tabBtnList_item a {
  text-decoration: none;
}

.c-tabBtnList_item.is-active {
  background-color: #f5faeb;
  color: inherit;
}
@media only screen and (max-width: 768px) {
  .c-tabBtnList_item.is-active {
    display: block;
  }
}

.c-tabBtnList_item.is-active span {
  border-bottom: #197d4b 2px solid;
}

.c-tabContent {
  display: none;
}

.c-tabContent.is-active {
  display: block;
}

/* 選択中の画像 */
.c-course_head {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .c-course_head {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
  }
}

.c-course_headItem {
  display: flex;
  padding: 60px;
}

.c-course_headItem > * {
  width: 50%;
}

.c-course_headItem > figure img {
  width: 100%;
}

.c-course_head_photo img {
  width: 100%;
  aspect-ratio: 6 / 5;
  -o-object-fit: cover;
  object-fit: cover;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .c-course_headItem {
    flex-direction: column;
    padding: 30px;
  }
  .c-course_headItem > * {
    width: 100%;
  }
}

/* ページャー */
.c-course_head .slick-dots {
  position: relative;
  bottom: 0;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .c-course_head .slick-list {
    /* order: 2; */
  }
  .c-course_head .slick-dots {
    /* order: 1;
    margin-top: calc(-10px + 30px); */
    margin-top: -10px;
  }
}

.c-course_head .slick-dots li {
  width: 60px;
  height: 60px;
  margin-top: 10px;

  background: #197d4b;
  border: 1px solid #197d4b;
  border-radius: 50px;
  padding: 14px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
  margin-right: 10px;
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  .c-course_head .slick-dots li {
    width: 50px;
    height: 50px;
    padding: 11px;
    margin-right: 5px;
    margin-left: 5px;
  }
}

.c-course_head .slick-dots li.slick-active {
  background: none;
  border: 1px solid #197d4b;
  color: #197d4b;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* 9つの画像 */
.c-course_imgList {
  border-top: 2px solid #197d4b;
  border-bottom: 2px solid #197d4b;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 40px;
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  .c-course_imgList {
    margin: 0;
    padding: 30px 0;
  }
}

.c-course_imgList .c-contImg {
  text-align: center;
  background: #fff;
  margin: 40px;
  min-width: 200px;
  width: calc(100% / 3 - 80px);
  position: relative;
}

@media only screen and (max-width: 768px) {
  .c-course_imgList .c-contImg {
    margin: 40px 20px;
    min-width: auto;
    width: 100%;
  }
}

.c-course_imgList .c-contImg::before {
  position: absolute;
  top: -30px;
  left: calc(50% - 30px);
  border-radius: 50%;
  height: 60px;
  width: 60px;
  text-align: center;
  background: #197d4b;
  color: #fff;
  font-weight: 700;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-course_imgList.out .c-contImg:nth-of-type(1)::before {
  content: "H1";
}

.c-course_imgList.out .c-contImg:nth-of-type(2)::before {
  content: "H2";
}

.c-course_imgList.out .c-contImg:nth-of-type(3)::before {
  content: "H3";
}

.c-course_imgList.out .c-contImg:nth-of-type(4)::before {
  content: "H4";
}

.c-course_imgList.out .c-contImg:nth-of-type(5)::before {
  content: "H5";
}

.c-course_imgList.out .c-contImg:nth-of-type(6)::before {
  content: "H6";
}

.c-course_imgList.out .c-contImg:nth-of-type(7)::before {
  content: "H7";
}

.c-course_imgList.out .c-contImg:nth-of-type(8)::before {
  content: "H8";
}

.c-course_imgList.out .c-contImg:nth-of-type(9)::before {
  content: "H9";
}

.c-course_imgList.in .c-contImg:nth-of-type(1)::before {
  content: "H10";
}

.c-course_imgList.in .c-contImg:nth-of-type(2)::before {
  content: "H11";
}

.c-course_imgList.in .c-contImg:nth-of-type(3)::before {
  content: "H12";
}

.c-course_imgList.in .c-contImg:nth-of-type(4)::before {
  content: "H13";
}

.c-course_imgList.in .c-contImg:nth-of-type(5)::before {
  content: "H14";
}

.c-course_imgList.in .c-contImg:nth-of-type(6)::before {
  content: "H15";
}

.c-course_imgList.in .c-contImg:nth-of-type(7)::before {
  content: "H16";
}

.c-course_imgList.in .c-contImg:nth-of-type(8)::before {
  content: "H17";
}

.c-course_imgList.in .c-contImg:nth-of-type(9)::before {
  content: "H18";
}

/* スコアテーブル */
.c-score {
  width: 100%;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .c-score {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-scoreInr {
  margin: 0 auto;
  padding: 100px 0;
}

.c-crsTblCont {
  overflow-x: auto;
  white-space: nowrap;
}

.c-crsTbl {
  background-color: #f5faeb;
  width: 1200px;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 768px) {
  .c-crsTbl {
    width: 900px;
  }
}
/* 行のスタイル */
.crsTbl_row {
  border-top: 1px solid #000;
}

.crsTbl_row:last-child {
  border-bottom: 1px solid #000;
}

.crsTbl_row.head {
  font-weight: 700;
}

.crsTbl_row.head,
.crsTbl_row.bottom {
  background-color: #c8e1c8;
}

.crsTbl_row.bottom {
  color: #197d4b;
}

/* セルのスタイル */
.crsTbl_row > * {
  white-space: nowrap;
  border-left: 1px solid #000;
}

.crsTbl_row > *:last-child {
  border-right: 1px solid #000;
}

.crsTbl_th,
.crsTbl_td {
  text-align: center;
}

.crsTbl_row > * {
  padding-top: 15px;
  padding-bottom: 15px;
}

.crsTbl_row.head > * {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 3em;
}

.c-slideimg {
  height: 260px;
  background-image: url(/assets/images/course_roleimg.jpg);
  background-size: cover;
  background-repeat: repeat;
  -webkit-animation: cuisine-pictures 120s linear infinite;
  animation: cuisine-pictures 120s linear infinite;
  margin: 120px auto;
}

@media only screen and (max-width: 768px) {
  .c-slideimg {
    height: 130px;
  }
}

@-webkit-keyframes cuisine-pictures {
  0% {
    background-position: 0 center;
  }
  to {
    background-position: -3876px center;
  }
}
@keyframes cuisine-pictures {
  0% {
    background-position: 0 center;
  }
  to {
    background-position: -3876px center;
  }
}
@-webkit-keyframes cuisine-pictures-md {
  0% {
    background-position: 0 center;
  }
  to {
    background-position: -9045px center;
  }
}
@keyframes cuisine-pictures-md {
  0% {
    background-position: 0 center;
  }
  to {
    background-position: -9045px center;
  }
}

  /* 走るカート */
.p-secTtl_wrap_cart:after {
  transform:translate(0px,-50%);
  transition: 1s;
}
.p-secTtl_wrap_cart.standby:after {
  transform:translate(200px,-50%);
}
/* ショットする */
.p-secTtl_wrap_man04:after {
  transition: 1s;
  transform: rotateY(0) translateY(-50%);
}
.p-secTtl_wrap_man04.standby:after {
  transform: rotateY(180deg) translateY(-50%);
}
.p-relatedList:before {
  transition: 1s;
}
.p-relatedList.standby:before {
  transform: rotateY(180deg);
}

/* 240514 ご予約 */
.p-reserve_woman:before {
  display: none;
}