@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
}

input,
textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

.c-ttl {
  text-align: center;
}
.c-ttl .en {
  display: block;
}
.c-ttl .en img {
  height: 52px;
  width: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .c-ttl .en img {
    height: 32px;
  }
}
.c-ttl .main {
  font-family: "Zen Maru Gothic", serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 28px;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .c-ttl .main {
    font-size: 16px;
    margin-top: 10px;
  }
}
.c-ttl .main .strong01 {
  font-size: 36px;
  color: #f9a3a9;
  letter-spacing: 0.08em;
  padding-bottom: 7px;
  background-image: -webkit-linear-gradient(left, #f9a3a9, #f9a3a9 4px, transparent 4px, transparent 8px);
  background-image: linear-gradient(to right, #f9a3a9, #f9a3a9 4px, transparent 4px, transparent 8px);
  background-size: 8px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-ttl .main .strong01 {
    padding-bottom: 5px;
    font-size: 20px;
  }
}
.c-ttl .main .strong01::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: -webkit-linear-gradient(left, #f9a3a9, #f9a3a9 4px, transparent 4px, transparent 8px);
  background-image: linear-gradient(to right, #f9a3a9, #f9a3a9 4px, transparent 4px, transparent 8px);
  background-size: 8px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
@media only screen and (max-width: 767px) {
  .c-ttl .main .strong01::after {
    bottom: 3px;
  }
}
.c-ttl .main .strong02 {
  background-color: #f9a3a9;
  font-size: 36px;
  color: #fff;
  letter-spacing: 0.08em;
  padding: 0 10px;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .c-ttl .main .strong02 {
    font-size: 20px;
    padding: 4px 8px;
  }
}
.c-ttl .sub {
  display: block;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .c-ttl .sub {
    font-size: 12px;
    margin-top: 10px;
  }
}

.c-btn {
  text-align: center;
  margin-top: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .c-btn {
    margin-top: 20px;
  }
}
.c-btn a span,
.c-btn p span {
  border-bottom: 1px solid #f9a3a9;
  display: inline-block;
  font-size: 20px;
  letter-spacing: 0.14em;
  color: #f9a3a9;
  padding: 0 70px 20px 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-btn a span,
  .c-btn p span {
    font-size: 14px;
    padding: 0 40px 15px 15px;
  }
}
.c-btn a span::after,
.c-btn p span::after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  top: 5px;
  right: 12px;
  background: url(../img/icon_c-btn.png) no-repeat center/contain;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .c-btn a span::after,
  .c-btn p span::after {
    width: 18px;
    height: 18px;
    top: 3px;
    right: 10px;
  }
}
.c-btn a.option-accordion-open span::after,
.c-btn p.option-accordion-open span::after {
  background: none;
  content: "＋";
}
.c-btn a.option-accordion-open.active span::after,
.c-btn p.option-accordion-open.active span::after {
  content: "ー";
}
.c-btn:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-btn02 {
  max-width: 388px;
  display: block;
  margin: 0 auto;
  background-color: #f05644;
  color: white;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-radius: 40px;
  -webkit-box-shadow: 0 7px 0 #d94d3a;
          box-shadow: 0 7px 0 #d94d3a;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media only screen and (max-width: 767px) {
  .c-btn02 {
    max-width: 300px;
    width: 300px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(50%);
            transform: translateX(-50%) translateY(50%);
    height: 50px;
  }
}
.c-btn02 span {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .c-btn02 span {
    font-size: 18px;
  }
}
.c-btn02::after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background: url(../img/icon_arrow_wh.png) no-repeat center/contain;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .c-btn02::after {
    width: 16px;
    height: 16px;
    right: 15px;
  }
}
.c-btn02.btn-reserve::before {
  position: absolute;
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon_reserve.png) no-repeat center/contain;
  left: 30px;
}
@media only screen and (max-width: 767px) {
  .c-btn02.btn-reserve::before {
    width: 21px;
    height: 21px;
    left: 15px;
  }
}

.list-top3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*戻る、次へ矢印の位置*/
}
@media screen and (max-width: 999px) {
  .list-top3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .list-top3 {
    display: block;
  }
}
.list-top3__item {
  width: 32%;
}
@media screen and (max-width: 999px) {
  .list-top3__item {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .list-top3__item {
    width: 100%;
  }
}
.list-top3 .slick-prev,
.list-top3 .slick-next {
  position: absolute; /*絶対配置にする*/
  bottom: -60px;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  height: 40px;
  width: 40px;
  font-size: 12px;
  color: #f9a3a9;
  text-align: center;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.list-top3 .slick-prev::before,
.list-top3 .slick-next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 18px;
  height: 18px;
  background: url(../img/swiper_button_arrow.png) no-repeat center/contain;
}
.list-top3 .slick-prev::before {
  -webkit-transform: translateX(-50%) scaleX(-1);
          transform: translateX(-50%) scaleX(-1);
}
.list-top3 .slick-prev {
  /*戻る矢印の位置と形状*/
  left: 15px;
}
.list-top3 .slick-next {
  /*次へ矢印の位置と形状*/
  right: 15px;
}

.list-otherplan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 28px;
  row-gap: 28px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .list-otherplan {
    gap: 12px;
    margin-top: 22px;
  }
}
.list-otherplan::after {
  content: "";
  width: 32%;
}
@media only screen and (max-width: 767px) {
  .list-otherplan::after {
    display: none;
  }
}
.list-otherplan .accordion-open {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .list-otherplan .accordion-open.active {
    background-color: #ebe892;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.list-otherplan .accordion-open.active::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .list-otherplan .accordion-open.active::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: url(../img/icon_close_other_sp.png) no-repeat center/contain;
  }
}
.list-otherplan__item {
  width: 32%;
}
@media only screen and (max-width: 1023px) {
  .list-otherplan__item {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .list-otherplan__item {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .list-otherplan .txt-wrap {
    background-color: #fff;
  }
}

.plan-item {
  border-radius: 10px;
  position: relative;
}
.plan-item .icon {
  position: absolute;
  width: 83px;
  top: -15px;
  left: -8px;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .plan-item .icon {
    width: 70px;
  }
}
.plan-item .inner {
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}
.plan-item .copy {
  background-color: gray;
  color: #fff;
  padding: 10px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .plan-item .copy {
    font-size: 14px;
    padding: 8px;
  }
}
.plan-item .copy span {
  display: inline-block;
  padding-left: 30px;
}
.plan-item .swiper-top3 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.plan-item .swiper-top3::after {
  content: "";
  bottom: 0;
  left: 0;
  display: block;
  position: absolute;
  content: "";
  background: url(../img/img_top2_layer.png) no-repeat bottom center/100%;
  width: 100%;
  z-index: 9;
  height: 100%;
  pointer-events: none;
}
.plan-item .swiper-top3 .swiper-pagination-bullet {
  margin: 0 5px;
  border: 1px solid #fff;
  opacity: 1 !important;
  background-color: transparent !important;
}
.plan-item .swiper-top3 .swiper-pagination-bullet-active {
  background-color: #fff !important;
}
.plan-item .txt-wrap {
  padding: 20px 15px;
}
@media only screen and (max-width: 767px) {
  .plan-item .txt-wrap {
    padding: 15px;
  }
}
.plan-item .txt-wrap .ttl {
  font-size: 22px;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .plan-item .txt-wrap .ttl {
    font-size: 18px;
    padding-left: 24px;
  }
}
.plan-item .txt-wrap .ttl span {
  font-size: 14px;
}
.plan-item .txt-wrap .ttl::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: " ";
  width: 15px;
  height: 15px;
  background: url(../img/icon_ttl_no2.png) no-repeat center/contain;
}
.plan-item .txt-wrap .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .plan-item .txt-wrap .price {
    font-size: 12px;
    gap: 6px;
  }
}
.plan-item .txt-wrap .price span {
  font-weight: 500;
  display: inline-block;
  font-size: 23px;
  font-family: "Poppins", serif;
  color: #f05644;
}
@media only screen and (max-width: 767px) {
  .plan-item .txt-wrap .price span {
    font-size: 19px;
  }
}
.plan-item .txt-wrap .tag {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .plan-item .txt-wrap .tag {
    margin-top: 8px;
  }
}
.plan-item .txt-wrap .tag span {
  background-color: #fbfaea;
  padding: 3px 10px 4px;
  color: #c4c348;
  border-radius: 20px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .plan-item .txt-wrap .tag span {
    font-size: 12px;
    padding: 3px 7px 4px;
  }
}
.plan-item .txt-wrap .txt {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 15px;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
.plan-item .txt-wrap h4 {
  font-size: 14px;
  color: #c4c348;
}
.plan-item .txt-wrap h4:not(:first-of-type) {
  margin-top: 15px;
}
.plan-item .txt-wrap h5 {
  position: relative;
  font-size: 12px;
  margin-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.plan-item .txt-wrap h5:nth-of-type(2) {
  margin-top: 15px;
}
.plan-item .txt-wrap h5::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 6px 2px;
  background-image: -webkit-radial-gradient(1px center, circle, #c4c348, #c4c348 1px, transparent 1px, transparent 100%);
  background-image: radial-gradient(circle at 1px center, #c4c348, #c4c348 1px, transparent 1px, transparent 100%);
}
.plan-item .txt-wrap .price-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.plan-item .txt-wrap .price-list:not(:first-of-type) {
  margin-top: 20px;
}
.plan-item .txt-wrap .price-list dt,
.plan-item .txt-wrap .price-list dd {
  position: relative;
  padding-bottom: 3px;
}
.plan-item .txt-wrap .price-list dt:not(:last-of-type),
.plan-item .txt-wrap .price-list dd:not(:last-of-type) {
  margin-bottom: 10px;
}
.plan-item .txt-wrap .price-list dt::after,
.plan-item .txt-wrap .price-list dd::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 6px 2px;
  background-image: -webkit-radial-gradient(1px center, circle, #c4c348, #c4c348 1px, transparent 1px, transparent 100%);
  background-image: radial-gradient(circle at 1px center, #c4c348, #c4c348 1px, transparent 1px, transparent 100%);
}
.plan-item .txt-wrap .price-list dt {
  width: 50%;
  font-size: 14px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .plan-item .txt-wrap .price-list dt {
    font-size: 12px;
  }
}
.plan-item .txt-wrap .price-list dd {
  width: 50%;
  text-align: right;
  color: #f05644;
}
.plan-item .txt-wrap .price-list dd s {
  font-size: 15px;
  color: #c4c348;
  display: inline-block;
}
.plan-item .txt-wrap .price-list dd span {
  margin-left: 5px;
  display: inline-block;
  font-size: 19px;
  font-weight: 500;
  font-family: "Poppins", serif;
}
.plan-item .txt-wrap .price-list dd span::after {
  content: "（税込）";
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 10px;
}
@media only screen and (max-width: 767px) {
  .plan-item .txt-wrap .price-list dt {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .plan-item .txt-wrap .price-list dd {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .plan-item .txt-wrap .price-list.price-list-sp dt {
    width: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .plan-item .txt-wrap .price-list.price-list-sp dd {
    width: 45%;
  }
}
.plan-item .txt-wrap .price-note {
  margin-top: 5px;
  font-size: 12px;
}
.plan-item .txt-wrap .note-strong {
  color: #f05644;
  margin-top: 15px;
  font-size: 14px;
}
.plan-item .txt-wrap .set-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-top: 5px;
}
.plan-item .txt-wrap .set-list.list-man {
  grid-template-columns: repeat(6, 1fr);
  gap: 5px;
}
.plan-item .txt-wrap .set-list li {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .plan-item .txt-wrap .set-list li {
    font-size: 10px;
    white-space: nowrap;
  }
}
.plan-item .txt-wrap .set-list li img {
  margin-bottom: 5px;
  display: block;
}
.plan-item .txt-wrap .note {
  font-size: 14px;
  line-height: 1.58333333;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .plan-item .txt-wrap .note {
    font-size: 12px;
  }
}
.plan-item .txt-wrap .btn {
  display: block;
  font-size: 14px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  height: 48px;
  width: 100%;
  border-radius: 12px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .plan-item .txt-wrap .btn {
    height: 40px;
  }
}
.plan-item .txt-wrap .btn::after {
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
}
.plan-item .txt-wrap .btn:nth-of-type(1) {
  background-color: #f05644;
  margin-top: 20px;
}
.plan-item .txt-wrap .btn:nth-of-type(1)::after {
  background: url(../img/icon_btn01.png) no-repeat center/contain;
}
.plan-item .txt-wrap .btn:nth-of-type(2) {
  background-color: #cfce6a;
  margin-top: 10px;
}
.plan-item .txt-wrap .btn:nth-of-type(2)::after {
  background: url(../img/icon_btn02.png) no-repeat center/contain;
}
.plan-item .btn-more {
  border-top: 1px solid #c4c348;
  text-align: center;
  padding: 15px;
  display: block;
  cursor: pointer;
  color: #666666;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .plan-item .btn-more {
    font-size: 14px;
    padding: 10px;
  }
}
.plan-item .btn-more::after {
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 28px;
  width: 21px;
  height: 21px;
  display: block;
  background: url(../img/icon_more_no2.png) no-repeat center/contain;
  position: absolute;
}
.plan-item .accordion-wrap {
  display: none;
}
.plan-item .accordion-wrap .btn-more {
  background-color: #fff;
  border-top: 1px solid #fafae5;
}
.plan-item .accordion-wrap .btn-more::after {
  background: url(../img/icon_accordion_close.png) no-repeat center/contain;
  width: 18px;
  height: 18px;
}
.plan-item.item-plan01 {
  -webkit-box-shadow: 0 0 10px rgba(249, 163, 169, 0.3);
          box-shadow: 0 0 10px rgba(249, 163, 169, 0.3);
}
.plan-item.item-plan01 .copy {
  background-color: #f9a3a9;
}
.plan-item.item-plan01 .txt-wrap .ttl::before {
  background: url(../img/icon_ttl_no1.png) no-repeat center/contain;
}
.plan-item.item-plan01 .txt-wrap .tag span {
  color: #f9a3a9;
  background-color: #fef1f2;
}
.plan-item.item-plan01 .txt-wrap h4 {
  color: #f9a3a9;
}
.plan-item.item-plan01 .txt-wrap .price-list dt::after,
.plan-item.item-plan01 .txt-wrap .price-list dd::after {
  background-image: -webkit-radial-gradient(1px center, circle, #f9a3a9, #f9a3a9 1px, transparent 1px, transparent 100%);
  background-image: radial-gradient(circle at 1px center, #f9a3a9, #f9a3a9 1px, transparent 1px, transparent 100%);
}
.plan-item.item-plan01 .txt-wrap .price-list dd s {
  color: #f9a3a9;
}
.plan-item.item-plan01 .btn-more {
  border-top: 1px solid #feeef0;
}
.plan-item.item-plan01 .btn-more::after {
  background: url(../img/icon_more_no1.png) no-repeat center/contain;
}
.plan-item.item-plan01 .btn-more.modal-close::after {
  background: url(../img/icon_more_no1_close.png) no-repeat center/contain;
}
.plan-item.item-plan01 .btn-more.active::after {
  background: url(../img/icon_more_no1_close_sp.png) no-repeat center/contain;
}
.plan-item.item-plan02 {
  -webkit-box-shadow: 0 0 10px rgba(207, 205, 106, 0.3);
          box-shadow: 0 0 10px rgba(207, 205, 106, 0.3);
}
.plan-item.item-plan02 .copy {
  background-color: #cfce6a;
}
.plan-item.item-plan02 .txt-wrap .ttl::before {
  background: url(../img/icon_ttl_no2.png) no-repeat center/contain;
}
.plan-item.item-plan02 .txt-wrap .tag span {
  color: #cfce6a;
  background-color: #f8f7db;
}
.plan-item.item-plan02 .btn-more {
  border-top: 1px solid #f8f7db;
}
.plan-item.item-plan02 .btn-more::after {
  background: url(../img/icon_more_no2.png) no-repeat center/contain;
}
.plan-item.item-plan02 .btn-more.modal-close::after {
  background: url(../img/icon_more_no2_close.png) no-repeat center/contain;
}
.plan-item.item-plan02 .btn-more.active::after {
  background: url(../img/icon_more_no2_close_sp.png) no-repeat center/contain;
}
.plan-item.item-plan03 {
  -webkit-box-shadow: 0 0 10px rgba(159, 195, 237, 0.3);
          box-shadow: 0 0 10px rgba(159, 195, 237, 0.3);
}
.plan-item.item-plan03 .copy {
  background-color: #9fc3ed;
}
.plan-item.item-plan03 .txt-wrap .ttl::before {
  background: url(../img/icon_ttl_no3.png) no-repeat center/contain;
}
.plan-item.item-plan03 .txt-wrap .tag span {
  color: #9fc3ed;
  background-color: #f1f6fc;
}
.plan-item.item-plan03 .txt-wrap h4 {
  color: #9fc3ed;
}
.plan-item.item-plan03 .txt-wrap h5::after {
  background-image: -webkit-radial-gradient(1px center, circle, #9fc3ed, #9fc3ed 1px, transparent 1px, transparent 100%);
  background-image: radial-gradient(circle at 1px center, #9fc3ed, #9fc3ed 1px, transparent 1px, transparent 100%);
}
.plan-item.item-plan03 .txt-wrap .price-list dt::after,
.plan-item.item-plan03 .txt-wrap .price-list dd::after {
  background-image: -webkit-radial-gradient(1px center, circle, #9fc3ed, #9fc3ed 1px, transparent 1px, transparent 100%);
  background-image: radial-gradient(circle at 1px center, #9fc3ed, #9fc3ed 1px, transparent 1px, transparent 100%);
}
.plan-item.item-plan03 .txt-wrap .price-list dd s {
  color: #9fc3ed;
}
.plan-item.item-plan03 .btn-more {
  border-top: 1px solid #f1f6fc;
}
.plan-item.item-plan03 .btn-more::after {
  background: url(../img/icon_more_no3.png) no-repeat center/contain;
}
.plan-item.item-plan03 .btn-more.modal-close::after {
  background: url(../img/icon_more_no3_close.png) no-repeat center/contain;
}
.plan-item.item-plan03 .btn-more.active::after {
  background: url(../img/icon_more_no3_close_sp.png) no-repeat center/contain;
}
.plan-item .otherplan-inner {
  border-radius: 10px;
  padding: 10px 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(229, 225, 112, 0.3);
          box-shadow: 0 0 6px rgba(229, 225, 112, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000;
  position: relative;
}
.plan-item .otherplan-inner::after {
  position: absolute;
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 28px;
  background: url(../img/icon_more_other.png) no-repeat center/contain;
}
@media only screen and (max-width: 767px) {
  .plan-item .otherplan-inner::after {
    width: 18px;
    height: 18px;
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .plan-item .otherplan-inner.active {
    border-radius: 10px 10px 0 0;
  }
}
.plan-item .otherplan-inner .icon {
  width: 77px;
  position: static;
}
@media only screen and (max-width: 767px) {
  .plan-item .otherplan-inner .icon {
    width: 64px;
  }
}
.plan-item .otherplan-inner > div {
  width: calc(100% - 100px);
}
@media only screen and (max-width: 767px) {
  .plan-item .otherplan-inner > div {
    width: calc(100% - 80px);
  }
}
.plan-item .otherplan-inner .ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .plan-item .otherplan-inner .ttl {
    font-size: 16px;
  }
}
.plan-item .otherplan-inner .ttl span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
@media only screen and (max-width: 767px) {
  .plan-item .otherplan-inner .ttl span {
    font-size: 12px;
  }
}
.plan-item .otherplan-inner .price {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .plan-item .otherplan-inner .price {
    font-size: 12px;
  }
}
.plan-item .otherplan-inner .price span {
  color: #f05644;
  font-family: "Poppins", serif;
  font-size: 20px;
  font-weight: 500;
  margin-left: 6px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .plan-item .otherplan-inner .price span {
    font-size: 19px;
  }
}

.modal-list .modal-wrapper {
  /* 初期状態でモーダルを非表示にする */
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 120px 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* 半透明の背景 */
  overflow: auto;
  text-align: center;
  z-index: 1000;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
@media only screen and (max-width: 767px) {
  .modal-list .modal-wrapper {
    padding: 60px 15px;
  }
}
.modal-list .modal-wrapper.active {
  opacity: 1;
  visibility: visible;
}
.modal-list .modal-wrapper .modal-content {
  position: relative;
  max-width: 440px;
  width: 90%;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 440px;
  width: 90%;
  text-align: left;
  line-height: 1.6;
  z-index: 9999;
}
@media only screen and (max-width: 767px) {
  .modal-list .modal-wrapper .modal-content {
    width: 96%;
  }
}
.modal-list .modal-wrapper .modal-content .close-icon {
  position: absolute;
  top: 0px;
  right: -40px;
  border-radius: 50%;
  cursor: pointer;
  color: #333;
  width: 31px;
  height: 31px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-list .modal-wrapper .modal-content .close-icon:hover {
  color: #000;
}
.modal-list .modal-wrapper .modal-content .otherplan-inner {
  display: block;
  padding: 0;
}
.modal-list .modal-wrapper .modal-content .otherplan-inner > div {
  width: 100%;
}
.modal-list .modal-wrapper .modal-content .otherplan-inner .ttl-wrap {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ebe892;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 15px;
  border-radius: 10px 10px 0 0;
}
.modal-list .modal-wrapper .modal-content .otherplan-inner .ttl-wrap > .icon {
  width: 77px !important;
}
.modal-list .modal-wrapper .modal-content .otherplan-inner .ttl-wrap > div {
  width: calc(100% - 100px);
}
.modal-list .modal-wrapper .modal-content .otherplan-inner::after {
  background: url(../img/icon_more_wh_close.png) no-repeat center/contain;
  top: 39px;
  -webkit-transform: translate(0);
          transform: translate(0);
  display: none;
}
.modal-list .modal-wrapper .modal-content .txt-wrap {
  z-index: 999;
  position: relative;
}
.modal-list .modal-wrapper .modal-content .modal-close:after {
  background: url(../img/icon_more_no2_close_sp.png) no-repeat center/contain;
}
.modal-list .modal-wrapper .modal-reservation {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  max-width: 900px;
  text-align: center;
  -webkit-filter: drop-shadow(0 0 10px rgba(153, 153, 153, 0.2));
          filter: drop-shadow(0 0 10px rgba(153, 153, 153, 0.2));
}
.modal-list .modal-wrapper .modal-reservation .ttl {
  text-align: center;
  background-color: #f05644;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 8px;
}
@media only screen and (max-width: 767px) {
  .modal-list .modal-wrapper .modal-reservation .ttl {
    gap: 20px;
    padding-right: 60px;
  }
}
.modal-list .modal-wrapper .modal-reservation .ttl .jp {
  font-size: 23px;
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .modal-list .modal-wrapper .modal-reservation .ttl .jp {
    font-size: 15px;
  }
}
.modal-list .modal-wrapper .modal-reservation .ttl .jp::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -60px;
  background: url(../img/icon_reserve.png) no-repeat center/contain;
}
@media only screen and (max-width: 767px) {
  .modal-list .modal-wrapper .modal-reservation .ttl .jp::before {
    width: 22px;
    height: 22px;
    left: -50px;
  }
}
.modal-list .modal-wrapper .modal-reservation .ttl .jp::after {
  content: "RESERVATION";
  font-family: "Poppins", serif;
  font-size: 12px;
  position: absolute;
  right: -110px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .modal-list .modal-wrapper .modal-reservation .ttl .jp::after {
    font-size: 10px;
    right: -90px;
  }
}
.modal-list .modal-wrapper .modal-reservation .ttl .en {
  font-family: "Poppins", serif;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .modal-list .modal-wrapper .modal-reservation .ttl .en {
    font-size: 10px;
    letter-spacing: 0;
  }
}
.modal-list .modal-wrapper .modal-reservation .txt-wrap {
  padding: 70px 90px 0;
}
@media only screen and (max-width: 767px) {
  .modal-list .modal-wrapper .modal-reservation .txt-wrap {
    padding: 20px 20px 0;
  }
}
.modal-list .modal-wrapper .modal-reservation .txt-wrap h4 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .modal-list .modal-wrapper .modal-reservation .txt-wrap h4 {
    font-size: 14px;
  }
}
.modal-list .modal-wrapper .modal-reservation .txt-wrap h4 span {
  color: #f9a3a9;
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  .modal-list .modal-wrapper .modal-reservation .txt-wrap h4 span {
    margin: 0 5px;
  }
}
.modal-list .modal-wrapper .modal-reservation .txt-wrap .list-shop {
  margin-top: 20px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 767px) {
  .modal-list .modal-wrapper .modal-reservation .txt-wrap .list-shop {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 10px;
  }
}
.modal-list .modal-wrapper .modal-reservation .txt-wrap .list-shop li a {
  display: block;
  position: relative;
}
.modal-list .modal-wrapper .modal-reservation .txt-wrap .list-shop li a .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
  border-radius: 0 0 8px 8px;
}
.modal-list .modal-wrapper .modal-reservation .txt-wrap .list-shop li a .txt .icon img {
  display: block;
  height: 25px;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .modal-list .modal-wrapper .modal-reservation .txt-wrap .list-shop li a .txt .icon img {
    height: 20px;
  }
}
.modal-list .modal-wrapper .modal-reservation .txt-wrap .list-shop li a .txt .name {
  letter-spacing: 0.14em;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .modal-list .modal-wrapper .modal-reservation .txt-wrap .list-shop li a .txt .name {
    font-size: 14px;
  }
}
.modal-list .modal-wrapper .modal-reservation .txt-wrap .list-shop li.shop-arashiyama .txt {
  background-color: #faf9e1;
}
.modal-list .modal-wrapper .modal-reservation .txt-wrap .list-shop li.shop-gion .txt {
  background-color: #feeced;
}
.modal-list .modal-wrapper .modal-reservation .txt-wrap .list-shop li.shop-kiyomizu .txt {
  background-color: #e1f0fa;
}
.modal-list .modal-wrapper .modal-reservation .txt-wrap .list-shop li.shop-kyoto .txt {
  background-color: #f5eede;
}
.modal-list .modal-wrapper .modal-reservation .txt-wrap .accordion-wrap {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .modal-list .modal-wrapper .modal-reservation .txt-wrap .accordion-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
    gap: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.modal-list .modal-wrapper .modal-reservation .txt-wrap .accordion-wrap .accordion-group {
  position: relative;
}
.modal-list .modal-wrapper .modal-reservation .txt-wrap .accordion-wrap .accordion-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 325px;
  height: 40px;
  border: 1px solid #e6e6e6;
  border-radius: 30px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  font-size: 15px;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .modal-list .modal-wrapper .modal-reservation .txt-wrap .accordion-wrap .accordion-parent {
    width: 271px;
    font-size: 13px;
    letter-spacing: 0;
  }
}
.modal-list .modal-wrapper .modal-reservation .txt-wrap .accordion-wrap .accordion-parent::after {
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 5px;
  background: url(../img/toggle_accordion.png) no-repeat center/contain;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
}
@media only screen and (max-width: 767px) {
  .modal-list .modal-wrapper .modal-reservation .txt-wrap .accordion-wrap .accordion-parent::after {
    right: 10px;
  }
}
.modal-list .modal-wrapper .modal-reservation .txt-wrap .accordion-wrap .accordion-parent.active::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal-list .modal-wrapper .modal-reservation .txt-wrap .accordion-wrap .accordion-child {
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 285px;
  margin: 0 auto;
  display: none;
}
@media only screen and (max-width: 767px) {
  .modal-list .modal-wrapper .modal-reservation .txt-wrap .accordion-wrap .accordion-child {
    position: static;
    width: 234px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.modal-list .modal-wrapper .modal-reservation .txt-wrap .accordion-wrap .accordion-child a {
  background-color: #e6e6e6;
  text-align: center;
  color: #000;
  display: block;
  padding: 5px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .modal-list .modal-wrapper .modal-reservation .txt-wrap .accordion-wrap .accordion-child a {
    font-size: 13px;
    padding-left: 24px;
    text-align: left;
  }
}
.modal-list .modal-wrapper .modal-reservation .txt-wrap .accordion-wrap .accordion-child a::after {
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 7px;
  content: "";
  background: url(../img/icon_accordion_child.png) no-repeat center/contain;
  position: absolute;
}
.modal-list .modal-wrapper .modal-reservation .txt-wrap .accordion-wrap .accordion-child a:not(:last-of-type) {
  border-bottom: 1px solid #606060;
}
.modal-list .modal-wrapper .modal-reservation .modal-close {
  margin-top: 70px;
  display: block;
  cursor: pointer;
  text-align: center;
  padding: 10px;
  border-top: 1px solid #fae1db;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .modal-list .modal-wrapper .modal-reservation .modal-close {
    margin-top: 20px;
    font-size: 14px;
  }
}
.modal-list .modal-wrapper .modal-reservation .modal-close::after {
  top: 50%;
  left: 65%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  background: url(../img/modal_close_reservation.png) no-repeat center/contain;
  content: "";
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .modal-list .modal-wrapper .modal-reservation .modal-close::after {
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 15px;
  }
}

/* モーダルのリンクホバー時のスタイル（オプション） */
/* 必要に応じて他のスタイルもここに追加 */
.list-shopicon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .list-shopicon {
    gap: 10px;
  }
}
.list-shopicon li a {
  position: relative;
  border-radius: 25px;
  padding: 6px 25px 6px 50px;
  background-color: gray;
}
@media only screen and (max-width: 767px) {
  .list-shopicon li a {
    padding-top: 0;
    padding-bottom: 4px;
    padding-left: 30px;
    padding-right: 10px;
    line-height: 1;
  }
}
.list-shopicon li a .icon {
  width: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -5px;
}
@media only screen and (max-width: 767px) {
  .list-shopicon li a .icon {
    width: 27px;
  }
}
.list-shopicon li a span {
  font-weight: 500;
  color: #000;
  font-family: "Zen Maru Gothic", serif;
}
@media only screen and (max-width: 767px) {
  .list-shopicon li a span {
    line-height: 1;
    font-size: 12px;
  }
}
.list-shopicon li.arashiyama a {
  background-color: #f6f4cd;
}
.list-shopicon li.gion a {
  background-color: #fddfe1;
}
.list-shopicon li.kiyomizu a {
  background-color: #ddeaf9;
}
.list-shopicon li.kyoto a {
  background-color: #f3ebd8;
}

/* CSS Document */
html {
  line-height: 1.45;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  color: #000;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (max-width: 767px) {
  body {
    margin-bottom: 64px;
  }
}

* {
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

/*=================================
header
===================================*/
.l-header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}
.l-header__top {
  padding: 5px 0 10px 0;
  background-color: #fef698;
  text-align: center;
  font-size: 21px;
  font-weight: 500;
}
@media only screen and (max-width: 1023px) {
  .l-header__top {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__top {
    font-size: 12px;
    padding: 4px 0 6px 0;
  }
}
.l-header__top span {
  display: inline-block;
}
.l-header__top .num {
  color: #f05644;
  font-size: 29px;
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  .l-header__top .num {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__top .num {
    font-size: 18px;
  }
}
.l-header__top .strong01 {
  color: #f05644;
}
.l-header__top .strong02 {
  color: #f05644;
  font-size: 26px;
}
@media only screen and (max-width: 1023px) {
  .l-header__top .strong02 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__top .strong02 {
    font-size: 16px;
  }
}
.l-header .stalker-btn {
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 1023px) {
  .l-header .stalker-btn {
    top: 15%;
  }
}
@media only screen and (max-width: 767px) {
  .l-header .stalker-btn {
    top: auto;
    bottom: 0;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-header .stalker-btn a {
  width: 77px;
  height: 150px;
  background-color: gray;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 5px;
}
@media only screen and (max-width: 767px) {
  .l-header .stalker-btn a {
    height: 64px;
    width: 33.3333333333%;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.l-header .stalker-btn a span {
  display: block;
}
.l-header .stalker-btn a .en {
  font-size: 12px;
  font-family: "Poppins", serif;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
@media only screen and (max-width: 767px) {
  .l-header .stalker-btn a .en {
    font-size: 10px;
  }
}
.l-header .stalker-btn a .jp {
  font-weight: 500;
  font-size: 18px;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .l-header .stalker-btn a .jp {
    font-size: 15px;
  }
}
.l-header .stalker-btn a.link-plan {
  background-color: #edeb9e;
  border-left: 7px solid #e5e170;
}
@media only screen and (max-width: 767px) {
  .l-header .stalker-btn a.link-plan {
    border-bottom: 5px solid #e5e170;
    border-left: none;
  }
}
.l-header .stalker-btn a.link-plan .en {
  color: #c4c348;
}
.l-header .stalker-btn a.link-shop {
  border-left: 7px solid #fcccd0;
  background-color: #fde4e6;
}
@media only screen and (max-width: 767px) {
  .l-header .stalker-btn a.link-shop {
    border-bottom: 5px solid #fcccd0;
    border-left: none;
  }
}
.l-header .stalker-btn a.link-shop .en {
  color: #f9a3a9;
}
.l-header .stalker-btn a.link-reservation {
  background-color: #f05644;
  border-left: 7px solid #d94d3a;
}
@media only screen and (max-width: 767px) {
  .l-header .stalker-btn a.link-reservation {
    border-bottom: 5px solid #f05644;
    border-left: none;
  }
}
.l-header .stalker-btn a.link-reservation .jp {
  color: #fff;
}
.l-header .stalker-btn a.link-reservation .en {
  color: #f7ccc1;
}

/*=================================
MV
===================================*/
.l-mv {
  background-color: #fefbee;
  overflow: hidden;
}
.l-mv .mv-swiper {
  position: relative;
}
.l-mv .mv-swiper .swiper-slide {
  position: relative;
  background-color: #fefbee;
}
.l-mv .mv-swiper .swiper-slide .img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.l-mv .mv-swiper .swiper-button-prev,
.l-mv .mv-swiper .swiper-button-next {
  top: auto;
  bottom: 55px;
}
@media only screen and (max-width: 1023px) {
  .l-mv .mv-swiper .swiper-button-prev,
  .l-mv .mv-swiper .swiper-button-next {
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .l-mv .mv-swiper .swiper-button-prev,
  .l-mv .mv-swiper .swiper-button-next {
    bottom: -5px;
  }
}
.l-mv .mv-swiper .swiper-button-prev::after,
.l-mv .mv-swiper .swiper-button-next::after {
  content: "";
  background: url(../img/swiper_button_arrow.png) no-repeat center/contain;
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 767px) {
  .l-mv .mv-swiper .swiper-button-prev::after,
  .l-mv .mv-swiper .swiper-button-next::after {
    width: 18px;
    height: 18px;
  }
}
.l-mv .mv-swiper .swiper-button-prev {
  left: 7.8%;
}
@media only screen and (max-width: 1023px) {
  .l-mv .mv-swiper .swiper-button-prev {
    left: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .l-mv .mv-swiper .swiper-button-prev {
    left: 15px;
  }
}
.l-mv .mv-swiper .swiper-button-prev::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.l-mv .mv-swiper .swiper-button-next {
  right: 7.8%;
}
@media only screen and (max-width: 1023px) {
  .l-mv .mv-swiper .swiper-button-next {
    right: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .l-mv .mv-swiper .swiper-button-next {
    right: 15px;
  }
}
.l-mv .mv-slide-contents {
  width: 80%;
  max-width: 1536px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 5%;
  z-index: 999;
}
@media only screen and (max-width: 1023px) {
  .l-mv .mv-slide-contents {
    width: 90%;
  }
}
@media only screen and (max-width: 1023px) {
  .l-mv .mv-slide-contents {
    bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .l-mv .mv-slide-contents {
    width: 93%;
    bottom: 15px;
  }
}
.l-mv .mv-slide-contents .image {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .l-mv .mv-slide-contents .image {
    width: 100%;
  }
}
.l-mv .mv-slide-contents .inner {
  max-width: 545px;
}
.l-mv .mv-slide-contents .inner .label {
  background-color: #fff;
  border-radius: 30px;
  font-weight: 500;
  font-size: 23px;
  text-align: center;
  padding: 8px;
}
@media only screen and (max-width: 767px) {
  .l-mv .mv-slide-contents .inner .label {
    font-size: 13px;
    padding: 4px;
    margin: -5px auto 0;
    width: 90%;
    font-size: clamp(13px, 3.25vw, 20px);
  }
}
.l-mv .mv-slide-contents .inner .label .red {
  display: inline-block;
  margin-right: 10px;
  color: #f05644;
}
@media only screen and (max-width: 767px) {
  .l-mv .mv-slide-contents .inner .label .red {
    margin-right: 5px;
  }
}
.l-mv .mv-slide-contents .inner .price-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .l-mv .mv-slide-contents .inner .price-wrap {
    gap: 10px;
  }
}
.l-mv .mv-slide-contents .inner .price-wrap .stump {
  width: 118px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
@media only screen and (max-width: 767px) {
  .l-mv .mv-slide-contents .inner .price-wrap .stump {
    width: 100%;
    max-width: 70px;
  }
}
.l-mv .mv-slide-contents .inner .price-wrap .price {
  letter-spacing: 0;
  width: calc(100% - 118px - 24px);
}
.l-mv .mv-slide-contents .inner .price-wrap .price .num {
  display: inline-block;
  color: #f05644;
  font-size: 123px;
  font-weight: 500;
  font-family: "Poppins", serif;
  line-height: 1;
  letter-spacing: -0.04em;
  white-space: nowrap;
  background: url(../img/mv_price_strong.png) no-repeat center bottom/100%;
  position: relative;
  padding-right: 80px;
}
@media only screen and (max-width: 767px) {
  .l-mv .mv-slide-contents .inner .price-wrap .price .num {
    padding-right: 40px;
    font-size: clamp(68px, 17.72vw, 100px);
  }
}
.l-mv .mv-slide-contents .inner .price-wrap .price .num::before {
  font-size: 98px;
  content: "¥";
}
@media only screen and (max-width: 767px) {
  .l-mv .mv-slide-contents .inner .price-wrap .price .num::before {
    font-size: clamp(54px, 7.72vw, 150px);
  }
}
.l-mv .mv-slide-contents .inner .price-wrap .price .num::after {
  width: 65px;
  height: 73px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  position: absolute;
  display: block;
}
@media only screen and (max-width: 767px) {
  .l-mv .mv-slide-contents .inner .price-wrap .price .num::after {
    aspect-ratio: 65/73;
    max-width: 100%;
    max-height: 100%;
    width: 35px;
    height: 50px;
  }
}
.l-mv .mv-slide-contents .inner .price-wrap .price .note {
  display: block;
  font-size: 18px;
  margin-top: 10px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .l-mv .mv-slide-contents .inner .price-wrap .price .note {
    font-size: 12px;
    margin-top: 5px;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    width: 100%;
  }
}
.l-mv .mv-slide-contents.gakuwari .label {
  -webkit-filter: drop-shadow(0 0 10px rgba(240, 85, 68, 0.3));
          filter: drop-shadow(0 0 10px rgba(240, 85, 68, 0.3));
}
.l-mv .mv-slide-contents.couple .label {
  -webkit-filter: drop-shadow(0 0 10px rgba(112, 159, 246, 0.3));
          filter: drop-shadow(0 0 10px rgba(112, 159, 246, 0.3));
}
.l-mv .mv-slide-contents.couple .label .blue {
  color: #709ef6;
}
.l-mv .mv-slide-contents.couple .price-wrap .price .num {
  color: #709ef6;
  font-size: 113px;
}
@media only screen and (max-width: 767px) {
  .l-mv .mv-slide-contents.couple .price-wrap .price .num {
    font-size: clamp(63px, 7.72vw, 100px);
  }
}
.l-mv .mv-slide-contents.couple .price-wrap .price .num::after {
  background: url(../img/mv_price_after_couple.png) no-repeat center/contain;
}
.l-mv .mv-slide-contents.gakuwari02 .label {
  -webkit-filter: drop-shadow(0 0 10px rgba(247, 72, 139, 0.3));
          filter: drop-shadow(0 0 10px rgba(247, 72, 139, 0.3));
}
.l-mv .mv-slide-contents.gakuwari02 .label .pink {
  color: #f7488a;
}
.l-mv .mv-slide-contents.gakuwari02 .price-wrap .price .num {
  color: #f7488a;
}
.l-mv .mv-slide-contents.gakuwari02 .price-wrap .price .num::after {
  background: url(../img/mv_price_after_gakuwari02.png) no-repeat center/contain;
}
.l-mv .mv-contents {
  padding: 70px 0 90px 0;
  width: 80%;
  max-width: 1536px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  z-index: 99;
}
@media only screen and (max-width: 1023px) {
  .l-mv .mv-contents {
    width: 90%;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .l-mv .mv-contents {
    width: 100%;
    padding-top: 35px;
    padding-left: 0;
    padding-right: 10px;
  }
}
.l-mv .mv-contents .image {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .l-mv .mv-contents .image {
    width: 100%;
  }
}
.l-mv .mv-contents .list-shopicon {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .l-mv .mv-contents .list-shopicon {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-mv .mv-contents .list-shopicon li a {
  padding-left: 40px;
  padding-right: 20px;
  pointer-events: none;
  background-color: #fff !important;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .l-mv .mv-contents .list-shopicon li a {
    padding-left: 25px;
    padding-right: 15px;
    font-size: 12px;
  }
}
.l-mv .ttl-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .l-mv .ttl-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    margin-top: 10px;
  }
}
.l-mv__logo {
  width: 212px;
}
@media only screen and (max-width: 767px) {
  .l-mv__logo {
    width: 30%;
  }
}
.l-mv__logo img {
  -webkit-filter: drop-shadow(0 0 8px rgba(230, 89, 56, 0.3));
          filter: drop-shadow(0 0 8px rgba(230, 89, 56, 0.3));
}
.l-mv__catch {
  font-size: 53px;
  line-height: 1.41509434;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .l-mv__catch {
    line-height: 1.4;
    font-size: clamp(25px, 7.25vw, 100px);
  }
}
.l-mv__catch span {
  display: inline-block;
  color: #f05644;
  background: url(../img/mv_catch_underline.png) no-repeat bottom -5px center/100%;
}
.l-mv__points {
  width: 545px;
  height: 180px;
  background: url(../img/bg__mv_points.png) no-repeat center/contain;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .l-mv__points {
    display: block;
    width: 94%;
    height: auto;
    aspect-ratio: 324/107;
    margin: 50px auto 0;
  }
}
.l-mv__points li {
  text-align: center;
  padding-top: 24px;
}
@media only screen and (max-width: 767px) {
  .l-mv__points li {
    padding-top: 14px;
  }
}
.l-mv__points li:nth-of-type(1) {
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  .l-mv__points li:nth-of-type(1) {
    padding-left: 10px;
  }
}
.l-mv__points li:nth-of-type(3) {
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  .l-mv__points li:nth-of-type(3) {
    padding-right: 10px;
  }
}
.l-mv__points li:nth-of-type(3) .ttl .sub {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .l-mv__points li:nth-of-type(3) .ttl .sub {
    margin-top: 10px;
  }
}
.l-mv__points li .num {
  display: block;
  color: #fff;
  font-size: 18px;
  font-family: "Poppins", serif;
}
@media only screen and (max-width: 767px) {
  .l-mv__points li .num {
    font-size: clamp(10px, 23.15vw, 10px);
  }
}
.l-mv__points li .ttl {
  letter-spacing: 0.02em;
}
.l-mv__points li .ttl .sub {
  display: block;
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .l-mv__points li .ttl .sub {
    margin-top: 5px;
    font-size: 12px;
  }
}
.l-mv__points li .ttl .main {
  margin-top: 5px;
  display: block;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  font-family: "Zen Maru Gothic", serif;
}
@media only screen and (max-width: 767px) {
  .l-mv__points li .ttl .main {
    font-size: 19px;
  }
}

.p-reserve {
  max-width: 900px;
  background-color: #feeced;
  text-align: center;
  margin: 0 auto;
  padding: 50px 70px 0 70px;
  border-radius: 8px;
  position: relative;
  background-image: url(../img/bg_reserve_left.png), url(../img/bg_reserve.png);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: left 18px center, right 18px center;
  -webkit-box-shadow: 0 0 8px rgba(249, 163, 169, 0.3);
          box-shadow: 0 0 8px rgba(249, 163, 169, 0.3);
}
@media only screen and (max-width: 1023px) {
  .p-reserve {
    max-width: 800px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .p-reserve {
    max-width: 330px;
    background-size: 15px;
    margin: 0 auto;
    padding: 30px 40px 0 40px;
    background-position: left 8px center, right 8px center;
  }
}
.p-reserve.white {
  background-color: #fff;
  background-image: url(../img/bg_reserve_pink_left.png), url(../img/bg_reserve_pink.png);
}
.p-reserve::before {
  position: absolute;
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-35%);
          transform: translateX(-50%) translateY(-35%);
  background: url(../img/icon_heart.png) no-repeat center/contain;
}
@media only screen and (max-width: 767px) {
  .p-reserve::before {
    width: 31px;
    height: 31px;
  }
}
.p-reserve__ttl {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.04em;
  max-width: 385px;
  margin: 0 auto;
  padding-bottom: 30px;
  background: url(../img/ttl_reserve_line.png) no-repeat bottom center/100%;
}
@media only screen and (max-width: 767px) {
  .p-reserve__ttl {
    font-size: 14px;
    padding-bottom: 15px;
    background: url(../img/ttl_reserve_line_sp.png) no-repeat bottom center/100%;
  }
}
.p-reserve__ttl span {
  color: #f9a3a9;
}
.p-reserve__txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .p-reserve__txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
    position: relative;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 60px;
  }
}
.p-reserve__txt .ttl {
  background-color: #fddadd;
  font-size: 21px;
  display: inline-block;
  font-weight: 500;
  padding: 4px 20px 5px 20px;
  border-radius: 20px;
}
@media only screen and (max-width: 1023px) {
  .p-reserve__txt .ttl {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-reserve__txt .ttl {
    position: absolute;
    height: 70px;
    padding: 0 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 10px;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
}
.p-reserve__txt .list {
  display: inline-block;
  padding-left: 50px;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .p-reserve__txt .list {
    font-size: 14px;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .p-reserve__txt .list {
    font-size: 14px;
    padding-left: 20px;
    text-align: left;
  }
}
.p-reserve__txt .list::before {
  width: 25px;
  height: 23px;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  content: "";
  position: absolute;
  background: url(../img/icon_checkbox.png) no-repeat center/contain;
}
@media only screen and (max-width: 1023px) {
  .p-reserve__txt .list::before {
    left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .p-reserve__txt .list::before {
    width: 20px;
    height: 19px;
    left: 0;
  }
}

.p-intro {
  padding: 70px 0 114px 0;
  background: url(../img/bg_intro.png) no-repeat center top 100px/100%;
}
@media only screen and (max-width: 767px) {
  .p-intro {
    padding-top: 35px;
    overflow: hidden;
    padding-bottom: 78px;
    background: url(../img/bg_intro_sp.png) no-repeat center top 260px/100%;
  }
}
.p-intro .c-ttl {
  margin-top: 110px;
}
@media only screen and (max-width: 767px) {
  .p-intro .c-ttl {
    margin-top: 75px;
  }
}
.p-intro .l-container {
  max-width: 1390px;
}
.p-intro .tab-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .p-intro .tab-list {
    margin-top: 20px;
    gap: 6px;
  }
}
.p-intro .tab-list li a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  width: 138px;
  height: 43px;
  border-radius: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Poppins", serif;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-intro .tab-list li a {
    width: 85px;
    font-size: 10px;
    height: 25px;
  }
}
.p-intro .tab-list li a::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 15px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .p-intro .tab-list li a::after {
    width: 3px;
    height: 3px;
    right: 8px;
    -webkit-transform: translateY(-65%) rotate(45deg);
            transform: translateY(-65%) rotate(45deg);
  }
}
.p-intro .tab-list li a.ladies {
  border: 1px solid #f9a3a9;
  color: #f9a3a9;
}
.p-intro .tab-list li a.ladies.active {
  background-color: #f9a3a9;
  color: #fff;
}
.p-intro .tab-list li a.ladies::after {
  border-right: 1px solid #f9a3a9;
  border-bottom: 1px solid #f9a3a9;
}
.p-intro .tab-list li a.men {
  border: 1px solid #9fc3ed;
  color: #9fc3ed;
}
.p-intro .tab-list li a.men.active {
  background-color: #9fc3ed;
  color: #fff;
}
.p-intro .tab-list li a.men::after {
  border-right: 1px solid #9fc3ed;
  border-bottom: 1px solid #9fc3ed;
}
.p-intro .tab-list li a.couple {
  border: 1px solid #c7cd11;
  color: #c7cd11;
}
.p-intro .tab-list li a.couple.active {
  background-color: #c7cd11;
  color: #fff;
}
.p-intro .tab-list li a.couple::after {
  border-right: 1px solid #c7cd11;
  border-bottom: 1px solid #c7cd11;
}
.p-intro .tab-list li a.active::after {
  border-right: 1px solid #fff !important;
  border-bottom: 1px solid #fff !important;
}
.p-intro .tab-group {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .p-intro .tab-group {
    margin-top: 15px;
  }
}
.p-intro .tab-group .tab-content {
  display: none;
  opacity: 0;
  -webkit-animation: fade 0.3s ease forwards;
          animation: fade 0.3s ease forwards;
}
.p-intro .tab-group .tab-content.active {
  display: block;
  opacity: 1;
  -webkit-animation: fade 0.3s ease forwards;
          animation: fade 0.3s ease forwards;
}
@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-intro .tab-group #men {
  max-width: 900px;
  margin: 0 auto;
}
.p-intro .tab-group #couple {
  max-width: 1130px;
  margin: 0 auto;
}
.p-intro .gallery-list {
  position: relative;
}
.p-intro .gallery-list .swiper-navigations {
  position: absolute;
  bottom: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 290px;
  width: 100%;
  height: 18px;
}
.p-intro .gallery-list .swiper-buttons {
  position: absolute;
  left: 0;
  height: 18px;
  width: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-intro .gallery-list .swiper-button-prev,
.p-intro .gallery-list .swiper-button-next {
  display: none;
}
@media only screen and (max-width: 767px) {
  .p-intro .gallery-list .swiper-button-prev,
  .p-intro .gallery-list .swiper-button-next {
    display: block;
    width: auto;
    height: auto;
    -webkit-transform: translate(0);
            transform: translate(0);
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    margin: 0;
    position: relative;
    height: 18px;
  }
}
.p-intro .gallery-list .swiper-button-prev::after,
.p-intro .gallery-list .swiper-button-next::after {
  width: 18px;
  content: "";
  background: url(../img/swiper_button_arrow.png) no-repeat center/contain;
  height: 18px;
  display: block;
}
.p-intro .gallery-list .swiper-button-prev {
  left: 0;
}
.p-intro .gallery-list .swiper-button-prev::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.p-intro .gallery-list .swiper-button-next {
  right: 0;
}
.p-intro .gallery-list .swiper-pagination {
  display: none;
  max-width: 232px;
  position: absolute;
  top: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  border-radius: 6px;
  margin-left: auto;
  left: auto;
  height: 2px;
}
@media only screen and (max-width: 767px) {
  .p-intro .gallery-list .swiper-pagination {
    display: block;
  }
}
.p-intro .gallery-list .swiper-pagination-progressbar {
  background-color: #e6e6e6;
}
.p-intro .gallery-list .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #f9a3a9;
  border-radius: 6px;
}
.p-intro .gallery-list .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.p-intro .gallery-list.couple-swiper .swiper-button-prev::after,
.p-intro .gallery-list.couple-swiper .swiper-button-next::after {
  background: url(../img/swiper_button_arrow_green.png) no-repeat center/contain;
}
.p-intro .gallery-list.couple-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #c7cd11;
}
.p-intro .gallery-list.men-swiper .swiper-button-prev::after,
.p-intro .gallery-list.men-swiper .swiper-button-next::after {
  background: url(../img/swiper_button_arrow_blue.png) no-repeat center/contain;
}
.p-intro .gallery-list.men-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #9fc3ed;
}

.p-top3 {
  padding: 90px 0 110px 0;
  background-image: url(../img/bg_top3.png), url(../img/bg_top3_base.png);
  background-repeat: no-repeat;
  background-size: 95%, cover;
  background-position: center top 30px, center;
}
@media only screen and (max-width: 767px) {
  .p-top3 {
    padding: 35px 0 50px 0;
    overflow: hidden;
    background-image: url(../img/bg_top3_sp.png), url(../img/bg_top3_base_sp.png);
    background-position: center top 15px, center;
    background-size: 100%, cover;
  }
}
.p-top3 .c-ttl {
  margin-bottom: 35px;
}
.p-top3 .c-ttl .main {
  font-size: 38px;
}
@media only screen and (max-width: 767px) {
  .p-top3 .c-ttl .main {
    font-size: 21px;
  }
}
.p-top3 .l-container {
  max-width: 1316px;
}
@media only screen and (max-width: 767px) {
  .p-top3 .list-top3 {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.p-top3 .list-top3 .slick-list {
  overflow: visible;
}
.p-top3 .list-top3 .slick-slide {
  margin: 0 10px;
}

.p-features {
  padding: 100px 0 110px 0;
  background: url(../img/bg_features.png) no-repeat center top/100%;
}
@media only screen and (max-width: 767px) {
  .p-features {
    background: url(../img/bg_features_sp.png) no-repeat center top/100%;
    padding: 30px 0 50px 0;
  }
}
.p-features .c-ttl .en {
  display: inline-block;
  position: relative;
}
.p-features .c-ttl .en::before, .p-features .c-ttl .en::after {
  position: absolute;
  content: " ";
  display: block;
  background: url(../img/ttl_features_dec.png) no-repeat center/contain;
  width: 32px;
  height: 140px;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .p-features .c-ttl .en::before, .p-features .c-ttl .en::after {
    height: 100px;
  }
}
.p-features .c-ttl .en::after {
  right: -140px;
}
@media only screen and (max-width: 767px) {
  .p-features .c-ttl .en::after {
    right: -100px;
  }
}
.p-features .c-ttl .en::before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  left: -140px;
}
@media only screen and (max-width: 767px) {
  .p-features .c-ttl .en::before {
    left: -100px;
  }
}
.p-features .c-ttl .sub {
  font-size: 23px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .p-features .c-ttl .sub {
    font-size: 16px;
  }
}
.p-features .c-ttl .main {
  margin-top: 0;
  line-height: 1.2;
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  .p-features .c-ttl .main {
    font-size: 23px;
  }
}
.p-features__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px auto 0;
  max-width: 985px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 55px 25px;
}
@media only screen and (max-width: 767px) {
  .p-features__list {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-features__list li {
  width: 480px;
  height: 148px;
}
@media only screen and (max-width: 767px) {
  .p-features__list li {
    max-width: 348px;
    width: 100%;
    height: 108px;
  }
}
.p-features__list li .ttl {
  background-color: gray;
  border-radius: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.08em;
  margin: 0 auto;
  padding: 6px 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .p-features__list li .ttl {
    font-size: 15px;
    padding: 4px 20px;
  }
}
.p-features__list li .txt {
  font-size: 18px;
  line-height: 1.60944444;
  letter-spacing: 0.06em;
  margin-top: -5px;
  padding: 0 40px 0 110px;
}
@media only screen and (max-width: 767px) {
  .p-features__list li .txt {
    font-size: 14px;
    display: inline-block;
    line-height: 1.5;
    padding: 0 40px 0 75px;
  }
}
.p-features__list li .note {
  color: #808080;
  margin-top: 5px;
  display: block;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .p-features__list li .note {
    display: inline;
    margin: 0;
    line-height: 1.5;
    font-size: 12px;
    padding: 0;
  }
}
.p-features__list li:nth-of-type(1) {
  background: url(../img/bg_features01.png) no-repeat center/contain;
}
.p-features__list li:nth-of-type(1) .ttl {
  background-color: #f9a3a9;
}
.p-features__list li:nth-of-type(2) {
  background: url(../img/bg_features02.png) no-repeat center/contain;
}
.p-features__list li:nth-of-type(2) .ttl {
  background-color: #c4c348;
}
.p-features__list li:nth-of-type(3) {
  background: url(../img/bg_features03.png) no-repeat center/contain;
}
.p-features__list li:nth-of-type(3) .ttl {
  background-color: #9fc3ed;
}
.p-features__box {
  background-color: #fafae5;
  margin: 66px auto 0;
  padding: 66px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
}
@media only screen and (max-width: 1023px) {
  .p-features__box {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .p-features__box {
    margin-top: 30px;
    padding: 27px 15px;
    display: block;
  }
}
.p-features__box .img-wrap {
  width: 48%;
}
@media only screen and (max-width: 1023px) {
  .p-features__box .img-wrap {
    width: 49%;
  }
}
@media only screen and (max-width: 767px) {
  .p-features__box .img-wrap {
    width: 100%;
    padding: 0 6px;
  }
}
.p-features__box .img-wrap .ttl {
  width: 358px;
  height: 70px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.06em;
  background: url(../img/bg_set_ttl.png) no-repeat center/contain;
}
@media only screen and (max-width: 767px) {
  .p-features__box .img-wrap .ttl {
    font-size: 18px;
    width: 261px;
    height: 51px;
    background: url(../img/bg_set_ttl_sp.png) no-repeat center/contain;
    letter-spacing: 0.02em;
  }
}
.p-features__box .img-wrap .note {
  font-size: 14px;
  text-align: center;
  color: #4d4d4d;
}
@media only screen and (max-width: 767px) {
  .p-features__box .img-wrap .note {
    font-size: 10px;
  }
}
.p-features__box .txt-wrap {
  width: 41%;
}
@media only screen and (max-width: 1023px) {
  .p-features__box .txt-wrap {
    width: 49%;
  }
}
@media only screen and (max-width: 767px) {
  .p-features__box .txt-wrap {
    width: 100%;
    margin-top: 20px;
  }
}
.p-features__box .txt-wrap .tebura .line {
  background: url(../img/line_tebura.png) no-repeat center/100%;
  text-align: center;
  width: 100%;
  min-height: 15px;
}
.p-features__box .txt-wrap .tebura .line span {
  display: inline-block;
  background-color: #fafae5;
  color: #c4c348;
  font-size: 22px;
  letter-spacing: 0.06em;
  padding: 0 12px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .p-features__box .txt-wrap .tebura .line span {
    font-size: 18px;
  }
}
.p-features__box .txt-wrap .tebura .txt {
  margin: 15px 0;
  line-height: 1.725;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
  .p-features__box .txt-wrap .tebura .txt {
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.64285714;
  }
}
.p-features__box .txt-wrap .boukan {
  margin-top: 60px;
  background-color: #fff;
  padding: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-features__box .txt-wrap .boukan {
    border-radius: 12px;
    padding: 30px 30px 20px;
    margin-top: 20px;
  }
}
.p-features__box .txt-wrap .boukan h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #e5e170;
  font-size: 18px;
  letter-spacing: 0.06em;
  font-weight: 500;
  padding: 10px 15px 10px 46px;
  border-radius: 0 30px 30px 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .p-features__box .txt-wrap .boukan h3 {
    font-size: 16px;
    margin-left: -15px;
  }
}
.p-features__box .txt-wrap .boukan h3::before {
  position: absolute;
  left: 10px;
  content: "?";
  font-family: "Poppins", serif;
  font-weight: 600;
  font-size: 20px;
  color: #c4c348;
  background-color: #fff;
  width: 27px;
  height: 27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-features__box .txt-wrap .boukan h4 {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  padding: 0 7px 10px;
  margin-top: 15px;
  background-image: -webkit-linear-gradient(left, #c4c348, #c4c348 4px, transparent 4px, transparent 8px);
  background-image: linear-gradient(to right, #c4c348, #c4c348 4px, transparent 4px, transparent 8px);
  background-size: 8px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-features__box .txt-wrap .boukan h4 {
    padding: 0 0 10px;
    font-size: 16px;
  }
}
.p-features__box .txt-wrap .boukan h4 span {
  color: #c4c348;
}
.p-features__box .txt-wrap .boukan h4::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: -webkit-linear-gradient(left, #c4c348, #c4c348 4px, transparent 4px, transparent 8px);
  background-image: linear-gradient(to right, #c4c348, #c4c348 4px, transparent 4px, transparent 8px);
  background-size: 8px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.p-features__box .txt-wrap .boukan p {
  line-height: 1.575;
  letter-spacing: 0.06em;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .p-features__box .txt-wrap .boukan p {
    font-size: 14px;
    margin-top: 6px;
  }
}

.p-middle {
  background: url(../img/bg_reserve_middle.png) no-repeat center top/100%;
  padding: 50px 0 130px 0;
}
@media only screen and (max-width: 767px) {
  .p-middle {
    padding: 27px 0 70px 0;
    background: url(../img/bg_reserve_middle_sp.png) no-repeat center top/100%;
  }
}
.p-middle__logo {
  width: 113px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-middle__logo {
    width: 63px;
  }
}
.p-middle__txt {
  text-align: center;
  margin-bottom: 70px;
  font-size: 32px;
  line-height: 2;
  font-weight: 500;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .p-middle__txt {
    font-size: 18px;
    margin-top: 10px;
    line-height: 1.85;
    margin-bottom: 50px;
  }
}
.p-middle__txt .num {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-size: 85px;
  color: #f05644;
  display: inline-block;
  padding-left: 12px;
  margin-right: 5px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .p-middle__txt .num {
    font-size: 47px;
  }
}
.p-middle__txt .strong {
  display: inline-block;
  margin-right: 12px;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  color: #f05644;
}
@media only screen and (max-width: 767px) {
  .p-middle__txt .strong {
    font-size: 34px;
  }
}
.p-middle__txt .logo {
  display: inline-block;
  width: 204px;
  margin-right: 15px;
  margin-top: 15px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
@media only screen and (max-width: 767px) {
  .p-middle__txt .logo {
    width: 114px;
    margin-top: 0;
    margin-right: 8px;
  }
}
.p-middle .p-reserve .illust01 {
  left: 20%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  top: -65px;
  width: 83px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .p-middle .p-reserve .illust01 {
    width: 46px;
    left: 15px;
    top: -34px;
  }
}
.p-middle .p-reserve .illust02 {
  position: absolute;
  width: 82px;
  height: 122px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  top: -122px;
  right: 20%;
}
@media only screen and (max-width: 767px) {
  .p-middle .p-reserve .illust02 {
    width: 45px;
    top: -65px;
    right: 20px;
  }
}

.p-plan {
  padding: 100px 0;
  background-color: #fefbee;
  background-image: url(../img/bg_plan01.png), url(../img/bg_plan02.png);
  background-repeat: no-repeat;
  background-size: 95%, 87%;
  background-position: center top 2%, center bottom 31%;
}
@media only screen and (max-width: 767px) {
  .p-plan {
    padding: 50px 0;
    background-image: url(../img/bg_plan01_sp.png), url(../img/bg_plan02_sp.png);
    background-position: center top, center bottom 20%;
    background-size: 100%;
  }
}
.p-plan .l-container {
  max-width: 1316px;
}
.p-plan .c-ttl01 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .p-plan .c-ttl01 {
    margin-bottom: 20px;
  }
}
.p-plan .c-ttl01 .main {
  font-size: 36px;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .p-plan .c-ttl01 .main {
    font-size: 23px;
  }
}
.p-plan .c-ttl02 {
  margin-top: 110px;
}
@media only screen and (max-width: 767px) {
  .p-plan .c-ttl02 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .p-plan .c-ttl02 span {
    white-space: nowrap;
  }
}
.p-plan .c-ttl02 .sub {
  font-size: 23px;
  font-weight: 500;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .p-plan .c-ttl02 .sub {
    font-size: 16px;
  }
}
.p-plan .c-ttl02 .main {
  letter-spacing: 0;
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  .p-plan .c-ttl02 .main {
    font-size: 23px;
  }
}
.p-plan .c-ttl02 .main .strong02 {
  font-size: 36px;
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 767px) {
  .p-plan .c-ttl02 .main .strong02 {
    font-size: 23px;
    padding: 4px;
    margin: 0 5px 0 0;
  }
}
.p-plan .c-ttl02 .main .strong01 {
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .p-plan .c-ttl02 .main .strong01 {
    font-size: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .p-plan .list-top3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.p-plan .list-option {
  max-width: 1000px;
  margin: 40px auto 0;
  display: grid;
  gap: 40px 20px;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1023px) {
  .p-plan .list-option {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .p-plan .list-option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 15px 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 20px;
  }
}
.p-plan .list-option .option-accordion-wrap {
  display: contents;
}
@media only screen and (max-width: 767px) {
  .p-plan .list-option .option-accordion-wrap {
    display: none;
    width: 100%;
  }
}
.p-plan .list-option .option-accordion-wrap .accordion-inner {
  display: contents;
}
@media only screen and (max-width: 767px) {
  .p-plan .list-option .option-accordion-wrap .accordion-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 15px 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.p-plan .list-option__item {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(249, 163, 169, 0.3);
          box-shadow: 0 0 10px rgba(249, 163, 169, 0.3);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-plan .list-option__item {
    border-radius: 12px;
    width: 48%;
  }
}
.p-plan .list-option__item .txt {
  padding: 12px;
}
@media only screen and (max-width: 767px) {
  .p-plan .list-option__item .txt {
    padding: 10px;
  }
}
.p-plan .list-option__item .txt h3 .sub {
  display: block;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .p-plan .list-option__item .txt h3 .sub {
    font-size: 12px;
  }
}
.p-plan .list-option__item .txt h3 .main {
  font-size: 23px;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .p-plan .list-option__item .txt h3 .main {
    font-size: 16px;
  }
}
.p-plan .list-option__item .txt .price {
  font-family: "Poppins", serif;
  font-weight: 500;
  line-height: 1;
  font-size: 27px;
  margin-top: 5px;
  color: #f9a3a9;
}
@media only screen and (max-width: 767px) {
  .p-plan .list-option__item .txt .price {
    font-size: 19px;
  }
}
.p-plan__note {
  font-size: 14px;
  line-height: 1.71428571;
  text-align: center;
  margin-top: 25px;
  color: #666;
}
@media only screen and (max-width: 767px) {
  .p-plan__note {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.41666667;
    text-align: left;
    letter-spacing: 0.04em;
  }
}

.p-shop {
  padding: 100px 0 188px 0;
  overflow: hidden;
  background: url(../img/bg_shop.png) no-repeat top 10% left 45%/65%;
}
@media only screen and (max-width: 767px) {
  .p-shop {
    background: url(../img/bg_shop_sp.png) no-repeat top center/100%;
    padding: 50px 0 120px 0;
  }
}
.p-shop .c-ttl .sub {
  font-size: 23px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .p-shop .c-ttl .sub {
    font-size: 16px;
  }
}
.p-shop .list-shopicon {
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .p-shop .list-shopicon {
    margin-top: 25px;
  }
}
.p-shop .swiper-container-parent {
  margin-top: 60px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-shop .swiper-container-parent {
    margin-top: 20px;
  }
}
.p-shop .swiper-container-parent .swiper-wrapper-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15.6%;
}
@media screen and (max-width: 1399px) {
  .p-shop .swiper-container-parent .swiper-wrapper-parent {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .p-shop .swiper-container-parent .swiper-wrapper-parent {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-shop .swiper-container-parent .swiper-wrapper-parent {
    margin-left: 0;
  }
}
.p-shop .swiper-container-parent .swiper-button-prev,
.p-shop .swiper-container-parent .swiper-button-next {
  bottom: auto;
  top: -8%;
}
@media only screen and (max-width: 767px) {
  .p-shop .swiper-container-parent .swiper-button-prev,
  .p-shop .swiper-container-parent .swiper-button-next {
    top: auto;
    bottom: -17%;
    width: 131px;
    height: 22px;
    display: none;
  }
}
.p-shop .swiper-container-parent .swiper-button-prev::after,
.p-shop .swiper-container-parent .swiper-button-next::after {
  content: "";
  background: url(../img/swiper_button_arrow.png) no-repeat center/contain;
  width: 30px;
  height: 30px;
}
.p-shop .swiper-container-parent .swiper-button-prev {
  left: 8%;
}
@media only screen and (max-width: 767px) {
  .p-shop .swiper-container-parent .swiper-button-prev {
    left: 0;
  }
}
.p-shop .swiper-container-parent .swiper-button-prev::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media only screen and (max-width: 767px) {
  .p-shop .swiper-container-parent .swiper-button-prev::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.p-shop .swiper-container-parent .swiper-button-next {
  right: 8%;
}
@media only screen and (max-width: 767px) {
  .p-shop .swiper-container-parent .swiper-button-next {
    right: 0;
  }
}
.p-shop .swiper-container-parent .swiper-slide-parent {
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-shop .swiper-container-parent .swiper-slide-parent .swiper-button-prev,
.p-shop .swiper-container-parent .swiper-slide-parent .swiper-button-next {
  display: none;
}
@media only screen and (max-width: 767px) {
  .p-shop .swiper-container-parent .swiper-slide-parent .swiper-button-prev,
  .p-shop .swiper-container-parent .swiper-slide-parent .swiper-button-next {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .p-shop .swiper-container-parent .swiper-slide-parent .swiper-button-prev::after,
  .p-shop .swiper-container-parent .swiper-slide-parent .swiper-button-next::after {
    display: block;
    width: 131px;
    height: 22px;
  }
}
.p-shop .swiper-container-parent .swiper-slide-parent.swiper-arashiyama {
  -webkit-box-shadow: 0 0 8px rgba(229, 225, 112, 0.4);
          box-shadow: 0 0 8px rgba(229, 225, 112, 0.4);
}
.p-shop .swiper-container-parent .swiper-slide-parent.swiper-arashiyama .catch {
  color: #c4c348;
}
@media only screen and (max-width: 767px) {
  .p-shop .swiper-container-parent .swiper-slide-parent.swiper-arashiyama .swiper-button-prev::after {
    background: url(../img/swiper_prev_kyoto.png) no-repeat center/contain;
  }
}
@media only screen and (max-width: 767px) {
  .p-shop .swiper-container-parent .swiper-slide-parent.swiper-arashiyama .swiper-button-next::after {
    background: url(../img/swiper_next_gion.png) no-repeat center/contain;
  }
}
.p-shop .swiper-container-parent .swiper-slide-parent.swiper-gion {
  -webkit-box-shadow: 0 0 8px rgba(249, 163, 169, 0.4);
          box-shadow: 0 0 8px rgba(249, 163, 169, 0.4);
}
.p-shop .swiper-container-parent .swiper-slide-parent.swiper-gion .catch {
  color: #f9a3a9;
}
@media only screen and (max-width: 767px) {
  .p-shop .swiper-container-parent .swiper-slide-parent.swiper-gion .swiper-button-prev::after {
    background: url(../img/swiper_prev_arashiyama.png) no-repeat center/contain;
  }
}
@media only screen and (max-width: 767px) {
  .p-shop .swiper-container-parent .swiper-slide-parent.swiper-gion .swiper-button-next::after {
    background: url(../img/swiper_next_kiyomizu.png) no-repeat center/contain;
  }
}
.p-shop .swiper-container-parent .swiper-slide-parent.swiper-kiyomizu {
  -webkit-box-shadow: 0 0 8px rgba(159, 195, 237, 0.4);
          box-shadow: 0 0 8px rgba(159, 195, 237, 0.4);
}
.p-shop .swiper-container-parent .swiper-slide-parent.swiper-kiyomizu .catch {
  color: #9fc3ed;
}
@media only screen and (max-width: 767px) {
  .p-shop .swiper-container-parent .swiper-slide-parent.swiper-kiyomizu .swiper-button-prev::after {
    background: url(../img/swiper_prev_gion.png) no-repeat center/contain;
  }
}
@media only screen and (max-width: 767px) {
  .p-shop .swiper-container-parent .swiper-slide-parent.swiper-kiyomizu .swiper-button-next::after {
    background: url(../img/swiper_next_kyoto.png) no-repeat center/contain;
  }
}
.p-shop .swiper-container-parent .swiper-slide-parent.swiper-kyoto {
  -webkit-box-shadow: 0 0 8px rgba(227, 194, 138, 0.4);
          box-shadow: 0 0 8px rgba(227, 194, 138, 0.4);
}
.p-shop .swiper-container-parent .swiper-slide-parent.swiper-kyoto .catch {
  color: #e3c38a;
}
@media only screen and (max-width: 767px) {
  .p-shop .swiper-container-parent .swiper-slide-parent.swiper-kyoto .swiper-button-prev::after {
    background: url(../img/swiper_prev_kiyomizu.png) no-repeat center/contain;
  }
}
@media only screen and (max-width: 767px) {
  .p-shop .swiper-container-parent .swiper-slide-parent.swiper-kyoto .swiper-button-next::after {
    background: url(../img/swiper_next_arashiyama.png) no-repeat center/contain;
  }
}
.p-shop .swiper-container-parent .swiper-slide-parent img {
  width: 100%;
}
.p-shop .swiper-container-parent .swiper-slide-parent .txt-wrap {
  padding: 35px 42px 60px;
  border-radius: 0 0 10px 10px;
  font-size: 17px;
  position: relative;
  line-height: 1.23529412;
  height: 460px;
}
@media only screen and (max-width: 767px) {
  .p-shop .swiper-container-parent .swiper-slide-parent .txt-wrap {
    padding: 25px 25px 40px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-shop .swiper-container-parent .swiper-slide-parent .txt-wrap .catch {
    font-size: 13px;
    line-height: 1.30769231;
  }
}
.p-shop .swiper-container-parent .swiper-slide-parent .txt-wrap .name {
  font-size: 28px;
  font-weight: bold;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .p-shop .swiper-container-parent .swiper-slide-parent .txt-wrap .name {
    font-size: 20px;
    margin-top: 10px;
  }
}
.p-shop .swiper-container-parent .swiper-slide-parent .txt-wrap .txt {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  .p-shop .swiper-container-parent .swiper-slide-parent .txt-wrap .txt {
    font-size: 14px;
    line-height: 1.42857143;
    margin-top: 10px;
  }
}
.p-shop .swiper-container-parent .swiper-slide-parent .txt-wrap .address,
.p-shop .swiper-container-parent .swiper-slide-parent .txt-wrap .access {
  color: #666666;
  letter-spacing: 0;
  padding-left: 30px;
  line-height: 1.4375;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-shop .swiper-container-parent .swiper-slide-parent .txt-wrap .address,
  .p-shop .swiper-container-parent .swiper-slide-parent .txt-wrap .access {
    font-size: 12px;
    line-height: 1.41666667;
    padding-left: 20px;
  }
}
.p-shop .swiper-container-parent .swiper-slide-parent .txt-wrap .address::before,
.p-shop .swiper-container-parent .swiper-slide-parent .txt-wrap .access::before {
  top: 0;
  left: 0;
  width: 16px;
  height: 23px;
  content: "";
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .p-shop .swiper-container-parent .swiper-slide-parent .txt-wrap .address::before,
  .p-shop .swiper-container-parent .swiper-slide-parent .txt-wrap .access::before {
    width: 10px;
    top: 2px;
    height: 15px;
  }
}
.p-shop .swiper-container-parent .swiper-slide-parent .txt-wrap .access {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .p-shop .swiper-container-parent .swiper-slide-parent .txt-wrap .access {
    margin-top: 20px;
    letter-spacing: 0.06em;
  }
}
.p-shop .swiper-container-parent .swiper-slide-parent .txt-wrap .access::before {
  background: url(../img/icon_access.png) no-repeat center/contain;
}
.p-shop .swiper-container-parent .swiper-slide-parent .txt-wrap .address {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .p-shop .swiper-container-parent .swiper-slide-parent .txt-wrap .address {
    margin-top: 10px;
    letter-spacing: 0.06em;
  }
}
.p-shop .swiper-container-parent .swiper-slide-parent .txt-wrap .address::before {
  background: url(../img/icon_map.png) no-repeat center/contain;
}
.p-shop .swiper-container-parent .swiper-slide-parent .txt-wrap .address a {
  text-decoration: underline;
  color: #666666;
}
.p-shop .swiper-container-parent .swiper-slide-parent .txt-wrap .address a .map {
  font-size: 14px;
  font-family: "Poppins", serif;
  display: inline-block;
  color: #fff;
  padding: 0 8px;
  margin-left: 4px;
  background-color: #666;
}
@media only screen and (max-width: 767px) {
  .p-shop .swiper-container-parent .swiper-slide-parent .txt-wrap .address a .map {
    font-size: 10px;
    padding: 0 4px;
  }
}
.p-shop .swiper-container-parent .swiper-slide-parent .txt-wrap .c-btn02 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
  bottom: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-shop .swiper-container-parent .swiper-slide-parent .txt-wrap .c-btn02 {
    -webkit-transform: translateX(-50%) translateY(55%);
            transform: translateX(-50%) translateY(55%);
  }
}
.p-shop .swiper-container-parent .swiper-container-child {
  position: relative;
}
.p-shop .swiper-container-parent .swiper-container-child::after {
  content: "";
  bottom: 0;
  left: 0;
  display: block;
  position: absolute;
  content: "";
  background: url(../img/img_top2_layer.png) no-repeat bottom center/100%;
  width: 100%;
  z-index: 9;
  height: 100%;
}
.p-shop .swiper-container-parent .swiper-container-child .swiper-pagination-bullet {
  margin: 0 5px;
  border: 1px solid #fff;
  opacity: 1 !important;
  background-color: transparent !important;
}
.p-shop .swiper-container-parent .swiper-container-child .swiper-pagination-bullet-active {
  background-color: #fff !important;
}

.p-point {
  padding: 100px 0;
  background: url(../img/bg_point.png) no-repeat center/cover;
}
@media only screen and (max-width: 767px) {
  .p-point {
    padding: 50px 0;
    background: #fefbee url(../img/bg_point_sp.png) no-repeat center top/100%;
  }
}
.p-point .l-container {
  max-width: 930px;
}
.p-point .c-ttl .main {
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  .p-point .c-ttl .main {
    font-size: 23px;
  }
}
.p-point .flex-wrap {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .p-point .flex-wrap {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding: 0 20px;
  }
}
.p-point .flex-wrap .wrap {
  width: 47.4%;
}
@media only screen and (max-width: 767px) {
  .p-point .flex-wrap .wrap {
    width: 100%;
  }
}
.p-point .flex-wrap .point-swiper {
  position: relative;
}
.p-point .flex-wrap .point-swiper .swiper-pagination {
  bottom: -40px;
}
@media only screen and (max-width: 767px) {
  .p-point .flex-wrap .point-swiper .swiper-pagination {
    bottom: -30px;
  }
}
.p-point .flex-wrap .point-swiper .swiper-pagination-bullet {
  margin: 0 7px;
  border: 1px solid #c4c348;
  opacity: 1 !important;
  background-color: transparent !important;
}
@media only screen and (max-width: 767px) {
  .p-point .flex-wrap .point-swiper .swiper-pagination-bullet {
    margin: 0 5px;
    width: 6px;
    height: 6px;
  }
}
.p-point .flex-wrap .point-swiper .swiper-pagination-bullet-active {
  background-color: #c4c348 !important;
}
.p-point .flex-wrap .ttl {
  margin-top: 50px;
  text-align: center;
  color: #c4c348;
  font-family: "Zen Maru Gothic", serif;
  font-size: 28px;
  letter-spacing: 0.01em;
  font-weight: 500;
}
@media only screen and (max-width: 1023px) {
  .p-point .flex-wrap .ttl {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .p-point .flex-wrap .ttl {
    font-size: 21px;
    margin-top: 30px;
  }
}
.p-point .flex-wrap .txt {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .p-point .flex-wrap .txt {
    font-size: 14px;
    line-height: 1.5;
  }
}

.p-faq {
  padding: 100px 0 110px 0;
  background: #e7f0fa url(../img/bg_faq.png) no-repeat top 100px center/45%;
}
@media only screen and (max-width: 767px) {
  .p-faq {
    background: #e7f0fa url(../img/bg_faq_sp.png) no-repeat top center/100%;
    padding: 50px 0;
  }
}
.p-faq .c-ttl .main {
  letter-spacing: 0.001em;
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  .p-faq .c-ttl .main {
    font-size: 23px;
  }
}
.p-faq .faq-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .p-faq .faq-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    margin-top: 30px;
  }
}
.p-faq .l-container {
  max-width: 1030px;
}
.p-faq .list-faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .p-faq .list-faq {
    display: contents;
  }
}
.p-faq .list-faq .item {
  border-radius: 10px;
  background-color: #fff;
  padding: 30px;
  min-height: 100px;
  -webkit-box-shadow: 0 0 8px rgba(159, 195, 237, 0.4);
          box-shadow: 0 0 8px rgba(159, 195, 237, 0.4);
}
@media only screen and (max-width: 767px) {
  .p-faq .list-faq .item {
    min-height: auto;
    padding: 20px;
  }
}
.p-faq .list-faq .item .question {
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 50px;
  padding-right: 70px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  min-height: 40px;
}
@media only screen and (max-width: 1023px) {
  .p-faq .list-faq .item .question {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq .list-faq .item .question {
    font-size: 14px;
    padding-left: 30px;
    line-height: 1.5;
    min-height: 30px;
    padding-right: 60px;
  }
}
.p-faq .list-faq .item .question::before {
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 23px;
  content: "";
  display: block;
  background: url(../img/icon_q.png) no-repeat center/contain;
}
@media only screen and (max-width: 767px) {
  .p-faq .list-faq .item .question::before {
    width: 18px;
    height: 20px;
  }
}
.p-faq .list-faq .item .question::after {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  right: 0;
  bottom: 0;
  background: url(../img/icon_faq_open.png) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .p-faq .list-faq .item .question::after {
    width: 20px;
    height: 20px;
    bottom: auto;
    top: 5px;
  }
}
.p-faq .list-faq .item .question.active::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url(../img/icon_faq_close.png) no-repeat center/contain;
}
.p-faq .list-faq .item .answer {
  display: none;
  padding-left: 50px;
  line-height: 1.4375;
  padding-top: 20px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .p-faq .list-faq .item .answer {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq .list-faq .item .answer {
    font-size: 12px;
    line-height: 1.41666667;
    padding-top: 10px;
    padding-left: 30px;
  }
}
.p-faq .list-faq .item .answer span {
  display: block;
  font-weight: bold;
  color: #9fc3ed;
  margin-bottom: 10px;
  font-size: 18px;
}
@media only screen and (max-width: 1023px) {
  .p-faq .list-faq .item .answer span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq .list-faq .item .answer span {
    font-size: 14px;
    margin-bottom: 7px;
    line-height: 1.5;
  }
}
.p-faq .list-faq .item .answer a {
  color: #9fc3ed;
  text-decoration: underline;
}
.p-faq .list-faq .item .answer::before {
  position: absolute;
  left: 0;
  top: 24px;
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  background: url(../img/icon_a.png) no-repeat center/contain;
}
@media only screen and (max-width: 767px) {
  .p-faq .list-faq .item .answer::before {
    width: 16px;
    height: 16px;
    top: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq .list-faq .item:nth-of-type(1) {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq .list-faq .item:nth-of-type(2) {
    -webkit-box-ordinal-group: 31;
    -webkit-order: 30;
        -ms-flex-order: 30;
            order: 30;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq .list-faq .item:nth-of-type(3) {
    -webkit-box-ordinal-group: 51;
    -webkit-order: 50;
        -ms-flex-order: 50;
            order: 50;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq .list-faq .item:nth-of-type(4) {
    -webkit-box-ordinal-group: 71;
    -webkit-order: 70;
        -ms-flex-order: 70;
            order: 70;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq .list-faq .item:nth-of-type(5) {
    -webkit-box-ordinal-group: 91;
    -webkit-order: 90;
        -ms-flex-order: 90;
            order: 90;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq .list-faq .item:nth-of-type(6) {
    -webkit-box-ordinal-group: 111;
    -webkit-order: 110;
        -ms-flex-order: 110;
            order: 110;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq .list-faq .item:nth-of-type(7) {
    -webkit-box-ordinal-group: 131;
    -webkit-order: 130;
        -ms-flex-order: 130;
            order: 130;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq .list-faq .item:nth-of-type(8) {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
        -ms-flex-order: 20;
            order: 20;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq .list-faq .item:nth-of-type(9) {
    -webkit-box-ordinal-group: 41;
    -webkit-order: 40;
        -ms-flex-order: 40;
            order: 40;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq .list-faq .item:nth-of-type(10) {
    -webkit-box-ordinal-group: 61;
    -webkit-order: 60;
        -ms-flex-order: 60;
            order: 60;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq .list-faq .item:nth-of-type(11) {
    -webkit-box-ordinal-group: 81;
    -webkit-order: 80;
        -ms-flex-order: 80;
            order: 80;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq .list-faq .item:nth-of-type(12) {
    -webkit-box-ordinal-group: 101;
    -webkit-order: 100;
        -ms-flex-order: 100;
            order: 100;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq .list-faq .item:nth-of-type(13) {
    -webkit-box-ordinal-group: 121;
    -webkit-order: 120;
        -ms-flex-order: 120;
            order: 120;
  }
}

.p-outro {
  background: url(../img/img_footer.png) no-repeat center top 12px/100%;
  padding: 31% 0 110px 0;
}
@media only screen and (max-width: 767px) {
  .p-outro {
    background: url(../img/img_footer_sp.png) no-repeat center top 7px/100%;
    padding-bottom: 40px;
    padding-top: 77%;
  }
}
.p-outro .c-btn {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .p-outro .c-btn {
    margin-top: 60px;
  }
}
.p-outro .c-btn span::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.pageTop {
  position: fixed;
  z-index: 99;
  right: 5.5%;
  cursor: pointer;
  bottom: 5%;
  width: 90px;
}
@media only screen and (max-width: 1023px) {
  .pageTop {
    right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .pageTop {
    width: 50px;
    right: 15px;
    bottom: 70px;
  }
}

.l-footer {
  text-align: center;
  padding: 35px 0 20px 0;
  background: #f9a3a9 url(../img/bg_footer.png) no-repeat center/65%;
}
@media only screen and (max-width: 767px) {
  .l-footer {
    padding: 25px 0 10px 0;
    background: #f9a3a9 url(../img/bg_footer_sp.png) no-repeat top center/100%;
  }
}
.l-footer__logo {
  width: 108px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .l-footer__logo {
    width: 75px;
  }
}
.l-footer__link {
  color: #fff;
  text-decoration: underline;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .l-footer__link {
    font-size: 14px;
  }
}
.l-footer__txt {
  color: #fff;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .l-footer__txt {
    font-size: 12px;
    margin-top: 15px;
  }
}
.l-footer .copyright {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: block;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .l-footer .copyright {
    font-size: 10px;
    margin-top: 5px;
  }
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */