@charset "UTF-8";
/*----------
カラー
----------*/
/* グラデーション */
/* 福袋2025用 */
body .planItem__wrapper div.fuku2025-ryokan {
  --plan-color: #DD1E20;
}

body .planItem__wrapper div.fuku2025-6 {
  --plan-color: #007F00;
}

body .planItem__wrapper div.fuku2025-waDore {
  --plan-color: #0096D8;
}

/* 福袋2026用 */
body .planItem__wrapper div.fuku2025-ryokan {
  --plan-color: #DD1E20;
}

body .planItem__wrapper div.fuku2025-6 {
  --plan-color: #007F00;
}

body .planItem__wrapper div.fuku2025-waDore {
  --plan-color: #0096D8;
}

/*----------
画面幅
----------*/
/* 共通 */
/*----------
フォント
----------*/
/* テキスト共通 */
.size-large {
  font-size: 1.2em;
}

.size-small {
  font-size: 0.8em;
}

/*----------
区分け線
----------*/
/*----------
余白
----------*/
/*==========
2026　福袋用
==========*/
/*----------
汎用
----------*/
@media screen and (min-width: 576px) {
  .none_up_sm {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .none_up_md {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .none_down_sm {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .none_down_md {
    display: none;
  }
}

/*----------
サイトのベース関連
----------*/
body {
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #414141;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  body {
    font-size: 13px;
  }
}

.cp_fuku2026 .pageContents-inner {
  padding-right: 0;
  padding-left: 0;
  max-width: initial;
}
@media screen and (max-width: 767px) {
  .cp_fuku2026 .pageContents-inner {
    padding-top: 84px;
  }
}

.cp_fuku2026 .footer-contact {
  display: none;
}

.cp_fuku2026 .footer-main {
  background-color: #BE0000;
}

.cp_fuku2026 section.topicsBnr {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .cp_fuku2026 section.topicsBnr {
    margin-top: 26px;
  }
}

.cp_fuku2026 .topicsBnr__imgWrap {
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .cp_fuku2026 .topicsBnr__imgWrap {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.cp_fuku2026 .topicsBnr__imgWrap picture {
  text-align: center;
}
.cp_fuku2026 .topicsBnr__imgWrap img {
  max-width: 870px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .cp_fuku2026 .topicsBnr__imgWrap img {
    max-width: 88%;
  }
}

.pageContents {
  width: 100%;
}

.pageContents-inner {
  overflow-x: hidden;
  background-color: #e2c4f7;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .pageContents-inner {
    margin-bottom: 0;
  }
}

.pageContents-inner > section + section {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .pageContents-inner > section + section {
    margin-top: 48px;
  }
}

/* 共通 */
.heading-md {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  color: #7239FF;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.2em;
}
@media screen and (max-width: 767px) {
  .heading-md {
    font-size: 22px;
  }
}
.heading-md::after {
  content: "";
  background: linear-gradient(to right, #7239FF 0, #FF1DD4 100%);
  width: 120px;
  height: 4px;
  display: block;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  .heading-md::after {
    width: 100px;
    height: 3px;
  }
}

/* ヒーロー画像 */
.intro__wrapper {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .intro__wrapper {
    padding-left: 4%;
    padding-right: 4%;
  }
}

.intro__heroImg {
  max-width: 1140px;
}

.intro__catch {
  font-size: 40px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 500;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  line-height: 1.4;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .intro__catch {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .intro__catch {
    font-size: 24px;
    margin-bottom: 1rem;
  }
}

.period {
  padding-left: 40px;
  padding-right: 40px;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .period {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .period {
    margin-top: 2.6em;
  }
}

.periodItem {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1em;
}
.periodItem__head {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  background: linear-gradient(to right, #7239FF 0, #FF1DD4 100%);
  padding: 0.6em 1.6em;
  border-radius: 5px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .periodItem__head {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .periodItem__head {
    padding: 0.2em 1em;
  }
}
.periodItem__container {
  font-weight: 500;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .periodItem__container {
    font-size: 15px;
  }
}

.periodItem + .periodItem,
.usagePeriod {
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 2px solid #A678FF;
}

.introLead__container {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .introLead__container {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.introLead__mainText {
  max-width: 870px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1.6em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .introLead__mainText {
    text-align: justify;
  }
}
.introLead__modelnote {
  margin-top: 1em;
  background: #7239FF;
  color: #ffffff;
  text-align: center;
  width: fit-content;
  padding: 0.6em 1.6em;
  border-radius: 100vh;
  font-size: 15px;
  line-height: 1.6;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .introLead__modelnote {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .introLead__modelnote {
    font-size: 12px;
  }
}

/*----------
プラン詳細
----------*/
.planItem__wrapper > .planItem + .planItem {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .planItem__wrapper > .planItem + .planItem {
    margin-top: 60px;
  }
}

.planItem {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .planItem {
    padding-left: 4%;
    padding-right: 4%;
  }
}

/* アコーディオンタイプB
含まれる内容のアコーディオン　*/
.accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
}

.accordion-container .article-title {
  display: inline-block;
  position: relative;
  margin: 0;
  padding-left: 50px;
  color: #000000;
  font-weight: 500;
  font-size: 24px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .accordion-container .article-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .accordion-container .article-title {
    padding-left: 32px;
  }
}
.accordion-container .article-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 18px;
  height: 18px;
  border-top: solid 4px #000000;
  border-right: solid 4px #000000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .accordion-container .article-title::after {
    content: "";
    position: absolute;
    left: 0;
    top: 10%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 14px;
    height: 14px;
    border-top: solid 3px #000000;
    border-right: solid 3px #000000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
.accordion-container .article-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-container .article-title:hover,
.accordion-container .article-title:active,
.accordion-container .content-entry.open .article-title {
  opacity: 0.6;
}

.accordion-content {
  display: none;
  margin-top: 24px;
  padding-left: 3%;
  padding-right: 3%;
}
@media screen and (max-width: 767px) {
  .accordion-content {
    padding-left: 3%;
    padding-right: 3%;
  }
}

.planDetail {
  padding: 30px 0 30px;
  text-align: center;
  background: linear-gradient(to right, #c694fa 0, #f38ced 100%);
  color: #414141;
}
@media screen and (max-width: 767px) {
  .planDetail {
    padding: 18px 0 18px;
  }
}

.planDetail__description {
  max-width: 870px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  margin-bottom: 2rem;
  padding-top: 0.8em;
  border-top: 1px solid #7239FF;
  color: #000000;
}

.planDetail__itemWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 4%;
}

.detailItem {
  background: #ffffff;
  border-radius: 4px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .detailItem {
    padding-left: 4%;
    padding-right: 4%;
  }
}

.planDress__caption {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  letter-spacing: 0;
  margin-top: 0.3em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .planDress__caption {
    font-size: 10px;
  }
}
@media screen and (max-width: 575px) {
  .planDress__caption {
    font-size: 9px;
  }
}

.pDetail {
  background: #ffffff;
  border-radius: 4px;
  padding: 1.2rem 1.6rem;
  box-sizing: border-box;
}
.pDetail__head {
  margin-bottom: 0.7rem;
}
.pDetail__head-label {
  background: #7239FF;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  padding: 0.5em 1em;
  margin-bottom: 0.8em;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .pDetail__head-label {
    font-size: 13px;
  }
}
.pDetail__head-title {
  color: #7239FF;
  font-weight: 500;
  font-size: 24px;
  font-weight: 800;
  text-align: left;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .pDetail__head-title {
    font-size: 18px;
  }
}
.pDetail__head-title .font-sm {
  font-weight: 500;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .pDetail__head-title .font-sm {
    font-size: 13px;
  }
}
.pDetail__head-title + .pDetail__head-title {
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 1px solid #E1E1CF;
}
.pDetail__head-subText {
  color: #414141;
  font-weight: 500;
  font-size: 16px;
  display: block;
  font-weight: 600;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .pDetail__head-subText {
    font-size: 13px;
  }
}
.pDetail__textMain {
  text-align: justify;
  letter-spacing: 0;
}
.pDetail__noteList {
  font-size: 15px;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
  background: #EFEFE9;
  padding: 0.2rem 1rem 0.3rem 1.4rem;
  border-radius: 6px;
  margin-top: 0.5rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .pDetail__noteList {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .pDetail__noteList {
    font-size: 12px;
  }
}
.pDetail__noteList li + li {
  margin-top: 0.4em;
}
.pDetail__textContainer {
  display: flex;
  column-gap: 6%;
}
.pDetail__textWrap {
  flex: 1;
}
.pDetail__subImgWrap {
  width: 28%;
  max-width: 128px;
  min-width: 96px;
}
.pDetail__subImgWrap img {
  width: 100%;
}
.pDetail__imgWrap {
  margin-top: 1em;
}

.pDetail__half {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .pDetail__half {
    width: 100%;
  }
}

.pDetail__halfDress {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .pDetail__halfDress {
    flex-direction: column;
  }
}
.pDetail__halfDress .pDetail__halfWrap-text {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .pDetail__halfDress .pDetail__halfWrap-text {
    width: 100%;
  }
}
.pDetail__halfDress .pDetail__halfWrap-img {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .pDetail__halfDress .pDetail__halfWrap-img {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 1em;
  }
}
.pDetail__halfDress .pDetail__fullWrap-img {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .pDetail__halfDress .pDetail__fullWrap-img {
    width: 96%;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 1em;
  }
}
.pDetail__halfDress .pDetail__dressWrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, 47%);
  row-gap: 12px;
  justify-content: space-between;
}

.planCostume-full {
  width: 100%;
}
.planCostume-full .planCostume__head {
  display: flex;
  align-items: center;
  background: #7239FF;
  color: #ffffff;
  padding: 1.2em 1em;
  font-weight: 500;
  font-size: 20px;
  font-weight: 700;
  border-radius: 4px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .planCostume-full .planCostume__head {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .planCostume-full .planCostume__head {
    flex-direction: column;
    padding: 0.8rem 1rem;
  }
}
.planCostume-full .planCostume__head .titleSub {
  font-weight: 500;
  font-size: 14px;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .planCostume-full .planCostume__head .titleSub {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .planCostume-full .planCostume__head .titleSub {
    padding-top: 0;
    padding-bottom: 0.5rem;
  }
}
.planCostume-full .planCostume__head .titleMain {
  padding-left: 1em;
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  margin-left: 1rem;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .planCostume-full .planCostume__head .titleMain {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    padding-top: 0.5rem;
  }
}
.planCostume-full .planCostume__head .font-sm {
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .planCostume-full .planCostume__head .font-sm {
    font-size: 13px;
  }
}
.planCostume-full .planCostume__description {
  max-width: 870px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1em;
}
.planCostume-full .planDress {
  margin-top: 1em;
  display: grid;
  grid-template-columns: repeat(auto-fill, 23%);
  row-gap: 12px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .planCostume-full .planDress {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
    grid-template-columns: repeat(auto-fill, 47%);
  }
}
@media screen and (max-width: 379px) {
  .planCostume-full .planDress {
    grid-template-columns: repeat(auto-fill, 47%);
  }
}

.detailItem-sm__wrap {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, 32%);
  row-gap: 12px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .detailItem-sm__wrap {
    grid-template-columns: repeat(auto-fill, 48%);
  }
}

.detailItem-sm {
  padding: 1em 1.6em;
  border-radius: 4px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.detailItem-sm .detailItem__title {
  font-weight: 500;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .detailItem-sm .detailItem__title {
    font-size: 13px;
  }
}
.detailItem-sm .detailItem__title.font-em {
  font-weight: 800;
  color: #7239FF;
}
.detailItem-sm .detailItem__title .font-lg {
  font-weight: 500;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .detailItem-sm .detailItem__title .font-lg {
    font-size: 13px;
  }
}

.detailItem__btnMore {
  display: block;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-weight: 600;
  color: #86763B;
  background: #EFEFE9;
  padding: 0.2em 0.8em;
  text-decoration: none;
  border-radius: 8px;
  margin-top: 0.4em;
}
@media screen and (max-width: 767px) {
  .detailItem__btnMore {
    font-size: 9px;
  }
}
@media screen and (max-width: 575px) {
  .detailItem__btnMore {
    font-size: 8px;
  }
}

.requiredTime {
  width: 100%;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  border: 2px solid #000000;
  padding: 0.6em 1em;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .requiredTime {
    font-size: 13px;
  }
}

.planRankup {
  background: #FF6EDD;
  color: #ffffff;
  padding: 1rem 24px;
  margin-top: 24px;
  text-align: center;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .planRankup {
    text-align: justify;
  }
}
@media screen and (max-width: 767px) {
  .planRankup {
    padding: 0.6rem 16px;
  }
}
.planRankup__head {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.7rem;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .planRankup__head {
    font-size: 15px;
  }
}
.planRankup__textMain {
  color: #ffffff;
}
.planRankup__textNote {
  font-size: 15px;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .planRankup__textNote {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .planRankup__textNote {
    font-size: 12px;
  }
}
.planRankup__textNote li + li {
  margin-top: 0.4em;
}

/* ---------
tokuten
特典
---------*/
.tokutenItem__warpper {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 4%;
}
@media screen and (max-width: 767px) {
  .tokutenItem__warpper {
    padding-left: 4%;
    padding-right: 4%;
  }
}

.tokutenItem {
  width: 48%;
  background-color: #ffffff;
  padding: 16px 24px;
  box-sizing: border-box;
  color: #414141;
}
@media screen and (max-width: 767px) {
  .tokutenItem {
    width: 100%;
  }
}
.tokutenItem__head::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #7239FF 0, #FF1DD4 100%);
  margin-top: 0.2em;
}
.tokutenItem__head-catch {
  font-weight: 500;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .tokutenItem__head-catch {
    font-size: 13px;
  }
}
.tokutenItem__head-mainTitle {
  font-weight: 500;
  font-size: 30px;
  color: #7239FF;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .tokutenItem__head-mainTitle {
    font-size: 22px;
  }
}
.tokutenItem__container {
  display: flex;
  column-gap: 2em;
  margin-top: 1em;
}
.tokutenItem__textWrap {
  flex: 1;
  text-align: justify;
}
.tokutenItem__textNote {
  font-size: 15px;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
  background: #EFEFE9;
  padding: 0.2rem 1rem 0.3rem 1.4rem;
  border-radius: 6px;
  margin-top: 0.5rem;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  padding: 0.5rem 0.7rem;
  text-indent: 0;
}
@media screen and (max-width: 767px) {
  .tokutenItem__textNote {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .tokutenItem__textNote {
    font-size: 12px;
  }
}
.tokutenItem__textNote li + li {
  margin-top: 0.4em;
}
@media screen and (max-width: 767px) {
  .tokutenItem__textNote {
    font-size: 11px;
  }
}
@media screen and (max-width: 575px) {
  .tokutenItem__textNote {
    font-size: 10px;
  }
}
.tokutenItem__textNote .flexWrap {
  display: flex;
  row-gap: 12px;
  align-items: center;
  justify-content: space-between;
}
.tokutenItem__textNote .flexWrap .mainText {
  width: 48%;
}
.tokutenItem__textNote .flexWrap img {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .tokutenItem__textNote .flexWrap {
    flex-direction: column;
    row-gap: 3px;
  }
  .tokutenItem__textNote .flexWrap .mainText {
    width: 100%;
  }
  .tokutenItem__textNote .flexWrap img {
    width: 72%;
  }
}
.tokutenItem__imgWrap {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .tokutenItem__imgWrap {
    width: auto;
    max-width: 112px;
  }
}
.tokutenItem__imgWrap img {
  width: 100%;
}

/* ---------
option
オプション
---------*/
.option {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .option {
    padding-left: 4%;
    padding-right: 4%;
  }
}

.option__container {
  background: #ffffff;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 1.6em;
  padding-bottom: 1.2rem;
  color: #414141;
}
@media screen and (max-width: 767px) {
  .option__container {
    padding-left: 4%;
    padding-right: 4%;
  }
}

.opOther__listWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 2rem;
  row-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .opOther__listWrap {
    flex-direction: column;
    padding: 1rem 4% 0.7rem;
    row-gap: 0.6rem;
  }
}

.opOtherList__item {
  width: 44%;
  border-bottom: 1px solid #E1E1CF;
  padding-bottom: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .opOtherList__item {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .opOtherList__item {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .opOtherList__item {
    width: 100%;
    padding-bottom: 0.5rem;
  }
}

.opOtherList__itemName {
  flex: 1;
}

.opOtherList__price {
  color: #7239FF;
  font-weight: bold;
  margin-left: 0.8em;
  width: 5em;
  text-align: right;
}

#option .text_note {
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  margin-top: 0.7rem;
}
@media screen and (max-width: 767px) {
  #option .text_note {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  #option .text_note {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #option .text_note {
    margin-top: 0.3rem;
  }
}

/* ---------
注意事項
notes
---------*/
.notes {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .notes {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.notes__container {
  background: #ffffff;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 2em;
  padding-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .notes__container {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.notes__noteItemWrap {
  font-size: 15px;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .notes__noteItemWrap {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .notes__noteItemWrap {
    font-size: 12px;
  }
}
.notes__noteItemWrap li + li {
  margin-top: 0.4em;
}
.notes__noteItemWrap li + li {
  margin-top: 1.2em;
  border-top: 1px solid #E1E1CF;
  padding-top: 1.2em;
}

.color-pri2026 {
  color: #FF1DD4;
}

/* ---------
お問い合わせ
contact
---------*/
#contact {
  color: #ffffff;
}

#contact h4 {
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #contact h4 {
    font-size: 15px;
  }
}

.contact-contents {
  text-align: center;
}

.contact-btn {
  margin-bottom: 2rem;
}
.contact-btn .font_em-s {
  font-weight: 500;
  font-size: 20px;
  color: #414141;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .contact-btn .font_em-s {
    font-size: 15px;
  }
}
.contact-btn .font_em-m {
  background: #FF1DD4;
  color: #ffffff;
  border: 6px solid #ffffff;
  border-radius: 10px;
}

.contact-btn .txt-hd {
  margin-bottom: 0.4rem;
  font-size: 14px;
  color: #000;
}

.contact-btn a {
  display: inline-block;
  background: #ffffff;
  color: #BE0000;
  text-decoration: none;
  position: relative;
  padding: 1.6rem 6rem;
  font-weight: 500;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .contact-btn a {
    font-size: 18px;
  }
}

.contact-btn a:hover {
  opacity: 0.8;
}

.contact-tel .txt-hd {
  font-weight: 500;
  font-size: 20px;
  color: #414141;
}
@media screen and (max-width: 767px) {
  .contact-tel .txt-hd {
    font-size: 15px;
  }
}
.contact-tel .txt-tel {
  font-size: 60px;
  color: #FF1DD4;
  font-weight: bold;
  text-decoration: none;
}
.contact-tel .text_note {
  color: #414141;
}

/* お問い合わせ */
@media screen and (max-width: 480px) {
  .contact-btn .txt-hd {
    margin-bottom: 0.2rem;
    font-size: 13px;
  }
  .contact-btn a {
    padding: 1rem 0;
    font-size: 14px;
    width: 88%;
  }
  .contact-tel .txt-tel {
    font-size: 36px;
  }
}
@media (min-width: 751px) {
  .contact-tel a.txt-tel[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* ---------
combi
プランの組合せ
---------*/
.combi__container {
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media screen and (max-width: 767px) {
  .combi__container {
    padding-left: 4%;
    padding-right: 4%;
  }
}

.combiItem {
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 4%;
  border: 8px solid #7239FF;
  box-sizing: border-box;
  color: #7239FF;
  font-weight: 700;
}
.combiItem__head {
  font-weight: 500;
  font-size: 30px;
  color: #7239FF;
  font-weight: 800;
  text-align: center;
  margin-bottom: 0.8em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .combiItem__head {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .combiItem__head {
    text-align: justify;
  }
}
.combiItem__container {
  display: flex;
  column-gap: 36px;
}
@media screen and (max-width: 767px) {
  .combiItem__container {
    flex-direction: column-reverse;
    row-gap: 24px;
  }
}
.combiItem__textWrap {
  flex: 1;
}
.combiItem__noteList {
  font-size: 15px;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 0.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .combiItem__noteList {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .combiItem__noteList {
    font-size: 12px;
  }
}
.combiItem__noteList li + li {
  margin-top: 0.4em;
}
.combiItem__imgWrap {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .combiItem__imgWrap {
    width: 100%;
    text-align: center;
  }
  .combiItem__imgWrap img {
    width: 80%;
  }
}/*# sourceMappingURL=lp_fuku2026.css.map */