@charset "utf-8";

/* 共通 */
body {
	text-align: center;
	line-height: 1.5;
}

#gHeader {
  display: none!important;
}
@media (min-width: 769px) {
  #gFooter {
    display: none!important;
  }
}

#rec, #hawaii, #guam, #anc-dress, #select, #flow {
  margin-top: clamp(calc(100vw * (-47 / 440)), calc(440px * (-47/ 440)),0px);
  padding-top: clamp(0px, calc(100vw * (47 / 440)), calc(440px * (47/ 440))); 
  position: relative;
}

#hawaii {
  z-index: 1;
}

.wrapper {
  background: #fff;
  width: 440px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .wrapper {
    width: 100%;
  }
  }
img {
	width: 100%;
}
.footGood__img img {
	width: auto;
}

@media screen and (max-width: 768px) {
.footer__bnr.sp.bottomList {
  display: none!important;
}
.sp-footer {
  display: block!important;
}



.sp-footer.sp {
  visibility: hidden;
  padding: 6px;
  position: fixed;
  bottom: 0;
  z-index: 12;
  width: 100%;
  background: rgba(0, 0, 0, .3);
  opacity: 0;
  box-sizing: border-box;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  transition: opacity 1s cubic-bezier(.23, 1, .32, 1), visibility 1s cubic-bezier(.23, 1, .32, 1), transform 1s cubic-bezier(.23, 1, .32, 1);
  font-family: Helvetica, Arial, YuGothic, 游ゴシック, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  animation-name: fade-in-scroll;
    animation-timeline: scroll();
    animation-fill-mode: both;
}
.scrolled .footer__bnr.sp {
  visibility: hidden;
  opacity: 0;
  transform: none;
  -webkit-transform: none
}
@media screen and (max-width:767px) {
  .scrolled.fadeIn .footer__bnr.sp {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0)
  }
}
@keyframes fade-in-scroll {
    /* ページの最上部（スクロール量 0%）の時点 */
    0% {
        visibility: hidden;
        opacity: 0;
    }
    /* スクロールをほんの少し（1%〜2%など）でも開始したら、即座に完全表示 */
    2%, 100% {
        visibility: visible;
        opacity: 1;
    }
}
.sp-footer ul li {
  text-align: center;
  width: 100%;
  display: inline-block;
  background: #fff;
  color: #48322a!important;
  font-size: 15px;
  font-weight: 700;
  padding: 0;
}
.sp-footer .footer__bnr__top {
  background: #48322a;
  color: #fff!important;
  font-size: 16px;
  letter-spacing: 4px;
  margin-bottom: 4px;
  padding: 8px 0
}
.sp-footer ul {
  display: flex;
}
.sp-footer li {
  width: 49%!important;
}
.sp-footer .footer__bnr__bottom li:nth-of-type(1) {
  margin-right: 4px
}
.sp-footer a.footer__bnr__top,
.sp-footer a.footer__bnr__bottom {
  height: 54px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center
}
.sp-footer span.footer__bnr__radius {
  padding: 6px 10px 6px;
  margin-top: 7px;
  margin-bottom: 6px;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0;
  margin-right: 8px
}


.sp-footer ul li:nth-of-type(1) a {
  margin-top: -7px
}
.sp-footer .top__other:before {
  content: "会場や費用・空き状況がわかる!";
  margin-bottom: 12px;
  padding: 5px 12px
}
.sp-footer span.footer__bnr__radius {
  width: 80px;
  background-color: unset;
  padding: 0!important;
  margin: 0 8px 0 0!important
}
.sp-footer span.footer__bnr__radius img {
  width: 80px;
  margin-bottom: -4px
}

.sp-footer .top__other:before {
  content: "来店・オンラインOK！";
  font-size: 12px;
  width: auto;
  display: block;
  margin-top: -24px;
  background: #fff;
  color: #48322a;
  border: 1px solid #48322a;
  border-radius: 20px;
  font-weight: 400
}

.sp-footer {
  height: 70px
}
.sp-footer ul {
  display: flex;
  height: 54px;
  gap: 6px
}
.sp-footer ul li {
  font-size: 11px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}
.sp-footer ul li:nth-of-type(1) {
  background: #deab4e;
  flex: 1;
  font-size: 15px;
  padding-top: 5px;
  font-weight: 700;
  letter-spacing: 1px
}
.sp-footer ul li .top__other {
  font-size: 16px
}
.sp-footer ul li:nth-of-type(1) a {
  color: #fff
}
.sp-footer ul li:nth-of-type(2) {
  flex: .3;
  background: #fff;
  letter-spacing: 2px;
  line-height: 1.2;
  color: #48322a
}
.sp-footer ul li:nth-of-type(3) {
  flex: .3;
  background: #06c755;
  color: #fff
}
.sp-footer ul li:nth-of-type(2) a:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../images/index/_nav-book_brown.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat
}
.sp-footer ul li:nth-of-type(3) a:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../images/index/renewal/__icon_line.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat
}
.sp-footer ul li:nth-of-type(2) p {
  padding-top: 6px
}
.sp-footer ul li:nth-of-type(3) p {
  padding-top: 6px;
  color: #fff
}


.sp-footer span.footer__bnr__radius img {
  margin-bottom: -2px;
}
    .sp-footer ul li:nth-of-type(1) {
        flex: .3;
        background: #fff;
        letter-spacing: 2px;
        line-height: 1.2;
        color: #48322a;
    }
    .sp-footer ul li:nth-of-type(1) a {
        color: #333;
        font-size: 12px;

    }
    .sp-footer ul li:nth-of-type(1) p {
      padding-top: 2px;
    }
    .sp-footer ul li:nth-of-type(1) a:before {
        content: '';
        display: inline-block;
        width: 25px;
        height: 25px;
        background-image: url(/wp-content/themes/arluis/assets/images/index/_nav-book_brown.svg);
        background-size: contain;
        vertical-align: middle;
        background-repeat: no-repeat;
    }
    .sp-footer ul li:nth-of-type(2) {
        background: #deab4e;
        flex: 1;
        font-size: 15px;
        padding-top: 5px;
        font-weight: 700;
        letter-spacing: 1px;
    }
    .sp-footer ul li:nth-of-type(2) a {
        margin-top: -16px;
        color: #fff;
    }
    .sp-footer ul li:nth-of-type(2) a:before {
        content: "今なら割引キャンペーン実施中！";
        background-image: none;
        width: auto;
        height: auto;
        margin-bottom: 0;
    }

}

@media (min-width: 768px) {
  section {
  	width: 440px;
  	margin: 0 auto;
  }
}

/* 全体のベーステキスト（Noto Sans JP） */
body {
  font-family: "Noto Sans JP", sans-serif;
}

/* 太さの指定例 */
.text-small { font-weight: 300; }
.text-regular { font-weight: 400; }
.text-medium  { font-weight: 500; }
.text-semibold{ font-weight: 600; }
.text-bold    { font-weight: 700; }
.text-extrabold { font-weight: 800; }

/* Nova Slim を使う場所（見出しなど） */
.font-nova {
  font-family: "Nova Slim", system-ui;
  font-weight: 400;
}

/* Koulen を使う場所（英語のキャッチコピーなど） */
.font-koulen {
  font-family: "Koulen", system-ui;
  font-weight: 400;
}

.mincho {
    font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

/* CTAボタン */
.cta-box {
	background: #fff;
	padding: 30px;
}
.btn-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 70%;
  max-width: 340px;
  height: 64px;
  background-color: #663300;
  border-radius: 24px;
  text-decoration: none;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .btn-detail {
    width: 100%;
  }
}

.btn-detail span {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.btn-arrow {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: auto;
}

.cta-box-area {
	background: #DFF0F2;
	padding-bottom: 60px;
}
.cta-box-area .btn-detail {
	background-color: #78D0DC;
	border-radius: 0;
}

#hawaii .cta-box-area {
	background: #D2E8FA;
}
#hawaii .cta-box-area .btn-detail {
	background-color: #538DD3;
}

/* SECTION fv */
.fv-fixed {
    position: sticky;
    top: 0;
    z-index: 10;
}
#fv {
  position: relative;
}
#fv .fv-text-yellow {
  color: #EAE318;
  font-size: clamp(0px, calc(100vw * (23 / 375)), calc(440px * (23 / 375)));
  top: clamp(0px, calc(100vw * (38 / 375)), calc(440px * (38 / 375)));
  position: absolute;
  left: clamp(0px, calc(100vw * (9 / 375)), calc(440px * (9/ 375)));
  background: unset;
  padding: 0;
  text-align: left;
  letter-spacing: 0;
}
#fv .fv-text-yellow span.fv-text-normal {
  font-size: clamp(0px, calc(100vw * (28 / 375)), calc(440px * (28 / 375)));
  letter-spacing: clamp(calc(100vw * (-0.8 / 375)), calc(440px * (-0.8 / 375)), 0px);
}
#fv .fv-text-yellow span.fv-text-small {
  font-size: clamp(0px, calc(100vw * (22 / 375)), calc(440px * (22 / 375)));
  letter-spacing: clamp(0px,calc(100vw * (0.7 / 375)), calc(440px * (0.7 / 375)));
}
#fv h2 {
  font-size: calc(100vw * (74 / 375));
  line-height: calc(100vw * (78 / 375));
  letter-spacing: calc(100vw * (-9 / 375));
  position: absolute;
  color: #fff;
  top: calc(100vw * (113 / 375));
  left: calc(100vw * (9 / 375));
  text-shadow: 0px 0px 12px rgba(70, 93, 125, 0.5);
}
#fv h2.fv-guam {
  top: clamp(0px, calc(100vw * (191 / 375)), calc(440px * (191 / 375)));
  letter-spacing: clamp(calc(100vw * (-10 / 375)), calc(440px * (-10 / 375)), 0px);
}
.fv-price-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;

  /* 白枠の設定（2px） */
  border: 2px solid #ffffff;
  
  /* 【可変サイズ指定】画像を元に、丸みと余白を画面幅連動のclampで設定 */
  border-radius: clamp(0px, calc(100vw * (30 / 375)), calc(440px * (30 / 375)));

  /* キャプチャ画像の絶妙な右上がりの傾きを再現 */
  transform: rotate(-7deg);
  
  /* 背景の青透過度などが必要な場合はここで指定（現在は無し） */
  background: #5388D3;
  position: absolute;
  top: clamp(0px, calc(100vw * (143 / 375)), calc(440px * (143 / 375)));
  left: clamp(0px, calc(100vw * (193 / 375)), calc(440px * (193 / 375)));
  padding:clamp(0px, calc(100vw * (2 / 375)), calc(440px * (2 / 375))) 0 clamp(0px, calc(100vw * (2 / 375)), calc(440px * (2 / 375))) clamp(0px, calc(100vw * (8 / 375)), calc(440px * (8 / 375)));
}

.fv-price-badge-guam {
  top: clamp(0px, calc(100vw * (225 / 375)), calc(440px * (225 / 375)));
  left: clamp(0px, calc(100vw * (191 / 375)), calc(440px * (191 / 375)));
  transform: rotate(-7.8deg);
}

/* 78 のスタイル */
.fv-price-badge .num-main {
  color: #EAE318;
  text-align: center;
  line-height: 1;
  font-size: clamp(0px, calc(100vw * (30 / 375)), calc(440px * (30 / 375)));
}

/* .0 のスタイル */
.fv-price-badge .num-sub {
  color: #EAE318;
  text-align: center;
  line-height: 1;
  /* 25pxベースのclamp可変 */
  font-size: clamp(0px, calc(100vw * (25 / 375)), calc(440px * (25 / 375)));
  /* 少しだけ下にずらして数字のベースラインを整えるための調整（必要に応じて外してください） */
  transform: translateY(2%);
}

/* 万円〜 のスタイル */
.fv-price-badge .unit-text {
  color: #EAE318;
  display: block;
  line-height: 1;
  text-align: left;
  font-size: clamp(0px, calc(100vw * (10 / 375)), calc(440px * (10 / 375)));
  
  /* 画像のように、漢字が縦に2行っぽく回り込むように幅を制限 */
  width: clamp(0px, calc(100vw * (20 / 375)), calc(440px * (20 / 375)));
  margin-left: clamp(0px, calc(100vw * (1 / 375)), calc(440px * (1 / 375)));
  margin-bottom: clamp(0px, calc(100vw * (4 / 375)), calc(440px * (4 / 375)));
}

#fv .fv-icon {
  position: absolute;
  top: clamp(0px, calc(100vw * (491 / 375)), calc(440px * (491 / 375)));
  width: clamp(0px, calc(100vw * (208 / 375)), calc(440px * (208 / 375)));
  right: clamp(0px, calc(100vw * (12 / 375)), calc(440px * (12 / 375)));
}
#fv .fv-bnr {
  position: absolute;
  bottom: calc(100vw * (64 / 375));
  left: 0;
  right: 0;
  width: 96%;
  margin: auto;
}
#fv .fv-bnr img {
  margin : clamp(calc(100vw * (-8 / 375)), calc(440px * (-8 / 375)), 0px) 0;
}
@media screen and (min-width: 769px) {
  #fv .fv-bnr img:nth-of-type(3) {
  margin-bottom : clamp(calc(100vw * (-20 / 375)), calc(440px * (-20 / 375)), 0px);
}
}
@media screen and (min-width: 769px) {
#fv h2 {
  font-size: calc(440px * (74 / 375));
  line-height: calc(440px * (78 / 375));
  letter-spacing: calc(440px * (-9 / 375));
  top: calc(440px * (113 / 375));
  left: calc(440px * (9 / 375));
}
#fv h2 span {
  letter-spacing: calc(440px * (-11 / 375));
  margin-left: calc(440px * (-8 / 375));
}
#fv .fv-bnr {
  bottom: calc(440px * (64 / 375));
}
}

#fv img {
  display: block;
}
#fv p {
	position: relative;
	font-size: 12px;
	color: #fff;
	background: #5388D3;
	padding: 14px 0;
}

/* SECTION slide */
#slide {
  position: relative;
  z-index: 1;
}
.wedding-slider-wrapper {
	width: 100%;
	overflow: hidden;
	background: #5388D3;
	padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .wedding-slider-wrapper {
    padding-bottom: 30px;
  }
}

.wedding-swiper {
  width: 100%;
  overflow: visible;
}

.wedding-swiper .swiper-slide {
  width: 100%;
  aspect-ratio: 215 / 180;
  box-sizing: border-box;
  padding: 0;
}

.wedding-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* SECTION rec */
#rec {
	background: #D2E8FA;
	margin-top: -90px;
}
@media screen and (max-width: 767px) {
  #rec {
    margin-top: -80px;
  }
}
#rec .rec_text_top {
	margin-top: 90px;
	width: 60%;
}
#rec .rec_text {
	margin-top: -30px;
	width: 42%;
}
#rec p {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #317FAF;
	padding: 10px 24px;
	border-radius: 9999px;
	white-space: nowrap;
}
.rec-grid-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	width: 90%;
	max-width: 375px;
	margin: 0 auto;
	padding: 20px 0 40px 0;
}

.rec-card img {
	width: 100%;
	height: auto;
	display: block;
}

/* SECTION litestayplan */
.arrow_bottom {
  width: 10%;
  margin-top: -30px;
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  animation: scrollBounce 1.5s ease-in-out infinite;
}

@keyframes scrollBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
}
.litestayplan-jp {
	font-size: 25px;
}
.litestayplan-en {
	font-size: 55px;
	color: #5388D3;
}
.collab-badge-container {
  display: flex;
  align-items: center; 
  justify-content: center;
  gap: 12px;
  width: 100%;
  margin-bottom: 40px;
}

.badge {
	font-size: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #5388D3;
	color: #ffffff;
	padding: 10px 24px 12px 24px;
	border-radius: 9999px;
	white-space: nowrap;
}
.cross-icon img {
	width: 24px;
	height: auto;
	display: block;
}

.y-box-title {
	font-size: 17px;
	background: #538DD3;
	color: #fff;
	margin: 0 20px;
	padding: 4px 0;
}
@media screen and (max-width: 767px) {
  .y-box-title {
    margin: 0 10px;
  }
}
.y-box {
	background: #F8F5B1;
	margin: 10px 20px;
	padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .y-box {
    margin: 10px;
  }
}
.y-box-h {
	font-size: 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #5388D3;
	color: #ffffff;
	padding: 2px 40px 4px 40px;
	border-radius: 9999px;
	white-space: nowrap;
}
.y-box-read {
	font-size: 25px;
	color: #5388D3;
	line-height: 1;
	margin: 14px 0;
}
.y-box-read span {
	font-size: 17px;
	color: #000;
}
.y-box .main-img {
	width: 90%;
}
.y-box .present {
	font-size: 15px;
	display: flex;
	align-items: center;
	text-align: center;
	width: 90%;
	margin: 14px auto;
}

.y-box .present::before,
.y-box .present-wedding::before {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #000;
  margin-right: 16px;
}

.y-box .present::after,
.y-box .present-wedding::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #000;
  margin-left: 16px;
}

.y-box .present-wedding {
	font-size: 12px;
	display: flex;
	align-items: center;
	text-align: center;
	width: 90%;
	margin: 14px auto;
}

.y-box .present-box {
  display: flex;
  margin: 0 auto 20px auto;
  flex-wrap: wrap;
  width: 80%;
  gap: 12px;
  box-sizing: border-box;
  justify-content: center;
}

.present-item {
  width: calc(50% - 6px); 
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 3px 4px 3px;    
  background-color: #B1E3EA;
  color: #5388D3;
  font-size: 17px;
  font-weight: 500;
  border-radius: 9999px;
  white-space: nowrap;
  box-sizing: border-box;
}

.present-item.-full {
  width: 100%;
}

.litestayplan-grid-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  box-sizing: border-box;
  margin: 30px 0;
}

.litestayplan-grid-container > div:nth-child(-n+5) {
  margin-bottom: 20px;
}

.grid-item {
  width: 29%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}

.grid-item img {
  width: 100%;
  height: auto;
  display: block;
}

.grid-item p {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.4;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .grid-item p {
    font-size: 10px;
  }
}

.grid-plus {
  width: 4%;
  margin-left: -2%;
  margin-right: -2%;
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.grid-plus::before {
  content: "+";
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 75%);
}

.y-box .present-wedding-other {
	width: 90%;
    margin: 0 auto;
    text-align: left;
}

.area-plan-text {
	font-size: 17px;
	margin-top: 40px;
	margin-bottom: 5px;
}

/* SECTION area-menu */
#area-menu {
  border-bottom :1px solid #fff;
}
.area-menu-block {
	display: flex;
	justify-content: center;
}
.area-menu-block a {
	display: block;
}
.area-menu-item {
	width: 50%;
	background: #538DD3;
	padding: calc(440px * (10 / 440)) 0;
  position: relative;
  z-index: 2;
}
.area-menu-item:last-child {
	background: #78D0DC;
}
.area-menu-item p {
	font-size: calc(440px * (20 / 440));
    color: #EAE318;
    line-height: 1;
}
.area-menu-item img {
	width: calc(440px * (15 / 440));
}

/* SECTION area */
#guam {
	 background: #DFF0F2;
}
.area .area-name {
	color: #EAE318;
	font-size: 20px;
	background: #78D0DC;
	padding-top: 10px;
	line-height: 1;
}
#hawaii.area .area-name {
	background: #538DD3;
}
.area .area-name-jp {
	color: #fff;
	font-size: 40px;
	background: #78D0DC;
	padding-bottom: 10px;
	letter-spacing: 4px;
}
#hawaii.area .area-name-jp {
	background: #538DD3;
}
.area .select {
	font-size: 20px;
	background: #EAE318;
	padding: 6px 0;
}
.plan {
	background: #DFF0F2;
	padding: 30px 10px;
}
#hawaii .plan {
	background: #D2E8FA;
}
.plan .plan-number {
	font-size: 20px;
	letter-spacing: 5px;
	padding-right: 20px;
	color: #fff;
	width: 30%;
	background-image: url(/wp-content/themes/arluis/assets/images/fair-cp/travel_litestay/bg_plan_guam.svg);
	background-size: cover;
	background-position: center;
  padding-top: 2px;
  line-height: 1.4;
}
#hawaii .plan .plan-number {
	background-image: url(/wp-content/themes/arluis/assets/images/fair-cp/travel_litestay/bg_plan_hawaii.svg);
	background-size: cover;
	background-position: center;	
}
@media screen and (max-width: 767px) {
  .plan .plan-number {
    padding-right: 20px;
    width: 36%;
  }
}
.plan .name-box {
	background: #78D0DC;
	padding: 30px 20px;
}
#hawaii .plan .name-box {
	background: #538DD3;
}
.plan .name-box-inner {
	display: flex;
	align-items: center;
	gap: 10px;
}
.plan .name-cross {
	width: 6%;
	display: flex;
	margin: 7px 0 5px 2px;
}
@media screen and (max-width: 767px) {
  .plan .name-cross {
    margin: 7px 0 5px 3px;
  }
}
.plan .vertical {
	writing-mode: vertical-rl;
    color: #538DD3;
    background: #fff;
    font-size: calc(440px * (15 / 440)) 0;
    letter-spacing: 10px;
    border-radius: 3px;
    padding: 10px 2px 0 2px;
}
@media screen and (max-width: 767px) {
  .plan .vertical {
    font-size: 14px;
  }
}
.plan .name {
	font-size: 22px;
	color: #fff;
	text-align: left;
}
@media screen and (max-width: 767px) {
  .plan .name {
    font-size: 18px;
  }
}
.plan .price-box {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	background: #fff;
	padding: 10px 20px 0 20px;
}
.plan .special-price {
	color: #D67676;
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .plan .special-price {
    font-size: 13px;
  }
}
.plan .price {
	font-size: 50px;
	color: #D67676;
}
@media screen and (max-width: 767px) {
  .plan .price {
    font-size: 46px;
  }
}
.plan .price span {
	font-size: 20px;
	color: #D67676;
}
@media screen and (max-width: 767px) {
  .plan .price span {
    font-size: 16px;
  }
}
.plan .off {
	color: #fff;
	font-size: 30px;
	background: #D67676;
	border-radius: 100px;
	display: inline-block;
	line-height: .8;
	padding: 12px 14px;
}
.plan .off span {
	font-size: 25px;
}
.plan .price-other {
	background: #fff;
	text-align: left;
	padding-left: 20px;
}
.plan .plan-grid-container {
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	padding: 20px;
	gap: 6px;
}
.plan .plan-grid-item {
	color: #538DD3;
	background: #D2E8FA;
	font-size: 15px;
	width: 46%;
	box-sizing: border-box;
	border-radius: 20px;
	padding: 4px 0 5px 0;
}
@media screen and (max-width: 767px) {
  .plan .plan-grid-item {
    font-size: 12px;
  }
}
.plan .plan-img {
	display: block;
	width: 100%;
	height: auto;
  background: #fff;
}
.plan .plan-bottom {
	font-size: 16px;
	text-align: left;
	background: #fff;
	padding: 20px;
}

/* SECTION bnr */
#bnr {
    padding: 40px 20px;
    box-sizing: border-box;
    text-align: left;
    font-size: 12px;
}

.bnr-txt {
  margin-top: 20px;
}

/* アコーディオンのトリガー（ボタン）設定 */
.accordion {
  cursor: pointer;
  display: inline-block;
  user-select: none;
  font-weight: bold;
}

/* 開閉時に「▼」マークを「▲」に反転させる（お好みで調整してください） */
.accordion::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  transition: transform 0.3s ease;
}
.accordion.is-open::after {
  transform: rotate(180deg);
}

/* アコーディオンの中身（初期値：閉じている状態） */
.accordion-inner {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease-out, opacity 0.3s ease-out, padding 0.4s ease-out;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/* 開いた状態のスタイル調整 */
.accordion-inner.is-active {
  opacity: 1;
  padding-top: 15px; /* 開いた時の上の余白（デザインに合わせて微調整してください） */
  padding-bottom: 15px;
}

/* SECTION dress */
.dress {
	margin-bottom: 60px;
}
.dress h4 img {
    width: 80%;
}
.dress p.mincho {
    line-height: 2;
    margin: 30px;
    font-size: 24px;
}
.area-plan-text {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: calc(440px * (14 / 375));
  margin-bottom: 40px;
}

.balloon-deco-left,
.balloon-deco-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: 100%;
}

.balloon-deco-left {
  right: 100%;
  margin-right: 8px;
}

.balloon-deco-right {
  left: 100%;
  margin-left: 8px;
}

.js-image-slider {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.js-image-slider .slick-list {
  overflow: hidden;
}

.js-image-slider .slick-track {
  display: flex;
}

.js-image-slider .slick-slide {
  height: auto;
}

.js-image-slider .slick-slide img {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
}

.image-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.image-modal .modal-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
}

.image-modal img {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
}

.modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}

/* SECTION select */
#select {
	margin-bottom: 60px;
}

/* SECTION flow */
#flow {
  margin-bottom: clamp(0px, calc(100vw * (40 / 440)), calc(440px * (40/ 440)));
}
.flow-slider-container {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  padding: 40px 0;
  box-sizing: border-box;
  background-color: #E8F2F4;
  font-family: 'Noto Sans JP', sans-serif;
}

.flow-title-area {
  text-align: center;
  margin-bottom: 30px;
}

.flow-main-title {
  font-family: 'Koulen', sans-serif;
  font-size: 55px;
  color: #5388D3;
  line-height: 1;
  margin: 0 0 10px 0;
  letter-spacing: 0.03em;
}

.flow-sub-title {
  font-size: 17px;
  color: #000;
  font-weight: bold;
  margin: 0;
}

/* 矢印を配置する「背景の左右余白」を含んだ、スライダー全体のベース領域 */
.flow-swiper-mask {
  position: relative;
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  padding: 0 20px; /* 左右に確保する背景余白 */
  box-sizing: border-box;
}

/* Swiper本体：幅をカンプのデザイン通り335px固定にし、はみ出る次のスライドを強制マスク */
.flow-swiper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden; /* これで左右のスライドが絶対に表示されなくなります */
}

.flow-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
}

.flow-step-num {
  width: 34px;
  height: 34px;
  background-color: #5388D3;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}

.flow-step-title {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin: 0 0 15px 0;
}

.flow-img-box {
  width: 100%;
  aspect-ratio: 335 / 250;
  margin-bottom: 15px;
}

.flow-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.flow-step-text {
  font-size: 14px;
  color: #000;
  line-height: 1.6;
  text-align: left;
  margin: 0;
  width: 100%;
}

/* 矢印ボタンを左右の余白エリア（52pxの空間）の中央に固定 */
.flow-swiper-mask .swiper-button-prev,
.flow-swiper-mask .swiper-button-next {
  color: #000;
  width: 30px;
  height: 30px;
  top: 44%;
  position: absolute;
  z-index: 10;
  margin: 0;
}

.flow-swiper-mask .swiper-button-prev::after,
.flow-swiper-mask .swiper-button-next::after {
  font-size: 22px;
}

.flow-swiper-mask .swiper-button-prev {
  left: 3px;
}

.flow-swiper-mask .swiper-button-next {
  right: 3px;
}

/* 画面幅が非常に狭いスマホ環境でも破綻しないためのクッション */
@media (max-width: 374px) {
  .flow-swiper-mask {
    padding: 0 40px;
  }
  .flow-swiper {
    max-width: 255px;
  }
  .flow-swiper-mask .swiper-button-prev { left: 5px; }
  .flow-swiper-mask .swiper-button-next { right: 5px; }
}

/* SECTION weddingcounter */
#anc-store {
  padding-top :calc(112/750 * 440px);
}
.weddingcounter {
  margin: 0!important;
        padding: 0!Important;
}

@media screen and (min-width: 1000px) {
  .store .store-ttl {
    font-size: 28.16px;
    margin-bottom: 14.08px;
  }
}
@media screen and (max-width: 999px) {
  .store .store-ttl {
    font-size: 6.4vw;
    margin-bottom: 3.2vw;
  }
}
.store_box {
  padding: 30px 0!important;
}
.store_box .__bodoni,
.store_box .__jp {
  display: none!important;
}
.weddingcounter .__lead {
    line-height: 1.5;
}
.store-top {
    display: block;
    font-size: 24px;
    margin-top: 0!important;
}
.store-list {
    margin-bottom: 14.08px!important;
    display: block!important;
}
@media(min-width:769px) {
.store-list {
  width: 393.0666666667px!important;
}
}
.store-list-item {
  width: auto!important;
}

.store-list-q {
  padding: 14.08px 0!important;
    padding-left: 9.3866666667px!important;
    height: 44.5866666667px!important;
}
.store-detail-list-btn,
.store-web-list-btn {
    background: #b2a029!important;
    color: #333!important;
}
.tour-item {
    margin-bottom: calc(23 / 750 * 100vw)!important;
}
@media(min-width:769px) {
.tour-item {
    margin-bottom: calc(7 / 750 * 100vw)!important;
}
    .notes {
        font-size: calc(16 / 750 * 440px)!important;
    }

}

@media screen and (min-width: 1000px) {
  .cv-area {
    text-align: center;
    padding: 22.2px 0 23.4666666667px 0;
  }
}
@media screen and (max-width: 999px) {
  .cv-area {
    text-align: center;
    padding: 8vw 0 5.3333333333vw 0;
  }
}

.cv-area-txt{
  font-weight: 600;
  text-align: center;
  line-height: 1.5em;
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
  padding: 0 calc(40/750 * 100vw);
  font-size: calc(24/750 * 100vw);
  margin-bottom: calc(8/750 * 100vw);
  color: #48322a;
}
@media screen and (min-width: 1000px) {
  .cv-area-txt{
    padding: 0 calc(40/750 * 440px);
    font-size: calc(24/750 * 440px);
    margin-bottom: calc(0/750 * 440px);
  }
}
     
.cv-area-txt:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  border-radius: calc(3/750 * 100vw);
  transform: rotate(-25deg);
}
@media screen and (min-width: 1000px) {
  .cv-area-txt:before {
    border-radius: calc(3/750 * 440px);
  }
}
.cv-area-txt:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #000;
  border-radius: calc(3/750 * 100vw);
  transform: rotate(25deg);
}
@media screen and (min-width: 1000px) {
  .cv-area-txt:after {
    border-radius: calc(3/750 * 440px);
  }
}
.cv-area-stxt{
  font-size: calc(20/750 * 100vw);
  margin-bottom: calc(40/750 * 100vw);
  color: #48322a;
}
@media screen and (min-width: 1000px) {
  .cv-area-stxt{
    font-size: calc(20/750 * 440px);
    margin-bottom: calc(40/750 * 440px);
  }
}
.cv-area .cv-area-box {
  position: relative;
}
.cv-area .cv-area-box .btn-stxt {
  color: #48322a;
  background-color: #fff;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (min-width: 1000px) {
  .cv-area .cv-area-box .btn-stxt {
    font-size: 12px;
    width: 173.0666666667px;
    height: 20px;
    border-radius: 11.7333333333px;
    border: solid #48322a 0.5866666667px;
    top: -10.56px;
  }
}
@media screen and (max-width: 999px) {
  .cv-area .cv-area-box .btn-stxt {
    font-size: 3.4666666667vw;
    width: 39.3333333333vw;
    height: 5.3333333333vw;
    border-radius: 2.6666666667vw;
    border: solid #48322a 0.1333333333vw;
    top: -2.4vw;
  }
}
.cv-area .cv-area-box .cv-btn {
  background-color: #48322a;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 0;
  display: block;
}
@media screen and (min-width: 1000px) {
  .cv-area .cv-area-box .cv-btn {
    font-size: 18.7733333333px;
    width: 393.0666666667px;
    display: flex;
    justify-content: center;
    padding: 14.08px 0;
  }
}
@media screen and (max-width: 999px) {
  .cv-area .cv-area-box .cv-btn {
    font-size: 4.2666666667vw;
    padding: 5.8666666667vw 0;
    width: 89.3333333333vw;
  }
}
.cv-area .cv-area-box .cv-btn .cv-btn-img {
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (min-width: 1000px) {
  .cv-area .cv-area-box .cv-btn .cv-btn-img {
    right: calc(40/750 * 440px);
    width: 8.8px;
  }
}
@media screen and (max-width: 999px) {
  .cv-area .cv-area-box .cv-btn .cv-btn-img {
    right:calc(40/750 * 100vw);
    width: 2vw;
  }
}
.online-btn {
  position: relative;
  display: block;
  background-color: #b2a029;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1000px) {
  .online-btn {
    font-size: 16.4266666667px;
    padding: 14.08px 0;
    width: 393.0666666667px;
  }
}
@media screen and (max-width: 999px) {
  .online-btn {
    font-size: 3.7333333333vw;
    padding: 3.2vw 0;
    width: 89.3333333333vw;
  }
}
.online-btn .cv-btn-img {
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (min-width: 1000px) {
  .online-btn .cv-btn-img {
    right: 22.2933333333px;
    width: 8.8px;
  }
}
@media screen and (max-width: 999px) {
  .online-btn .cv-btn-img {
    right: 5.0666666667vw;
    width: 2vw;
  }
}

.weddingcounter {
  margin: 100px 0 0;
  text-align: center;
  padding-bottom: 100px;
}

.weddingcounter .store_box img {
    width: 80%;
}

.weddingcounter h3 {
  font-size: 30px;
}

.weddingcounter .__jp {
  margin-bottom: 30px;
}

.weddingcounter .__lead {
  line-height: 1.5;
}

.weddingcounter .store_box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0 30px 0;
}

.store-list {
    margin: 0 auto;
}

.store-list-q {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #48322a;
  position: relative;
  line-height: 1.5em;
}

.store-list-q:hover {
  cursor: pointer;
}

.store-list-a {
  display: none;
  background-color: #fff;
  margin: 0 auto;
}

.store-list-q:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 9.3866666667px;
  height: 1.76px;
  border-radius: 5.8666666667px;
  background: #000;
  display: block;
}

.store-list-q:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) rotate(90deg);
  width: 9.3866666667px;
  height: 1.76px;
  border-radius: 5.8666666667px;
  background: #000;
  display: block;
  -webkit-transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
}

.store-list-q.is-open:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.store-top {
    display: block;
    font-size: 24px;
    margin: 40px;
}

.store-list-a {
  display: none;
  background-color: #fff;
  margin: 0 auto;
}

.store-detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-bottom: dotted 3px #d7d7d7;
}

.store-detail-list:last-child {
  border-bottom: inherit;
}
.store-detail-list-area {
  text-align: left;
  width: 60%;
}

.store-detail-list-area-ttl {
  font-weight: 600;
  display: inline-block;
}

.store-detail-list-area-shop-txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.3em;
  letter-spacing: 0.05em;
}

ul.store-list-time {
  width: 100%;
  font-size: 13px;
  margin-top: 10px;
}

ul.store-list-time ul{
  display: flex;
}

ul.store-list-time ul li{
  box-sizing: border-box;
  text-align: left;
  padding: 4px 0;
}

ul.store-list-time ul li.li01 {
  width: 71px;
}

ul.store-list-time ul li.li02 {
  width: 10px;
  margin-right: 4px;
}

ul.store-list-time ul li.li03 {
  width: 180px;
}

.store-detail-list-btn,
.store-web-list-btn {
  color: #fff;
  background-color: #DEAC4E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .weddingcounter {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
  }

  .weddingcounter .store_box {
    display: block;
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .weddingcounter .store_box img {
      width: 80%;
      display: unset;
  }
  
  .store-list {
    margin: 0 auto;
  }

  .weddingcounter .store_box div {
    width: 100%;
  }

  .weddingcounter .__lead {
    margin-bottom: 30px;
  }

  .store-list-q {
    padding: 3.2vw 0;
    padding-left: 2.1333333333vw;
    height: 10.1333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .store-list-q {
    padding: 30px 0;
    padding-left: 9.3866666667px;
    height: 44.5866666667px;
  }
}

@media screen and (min-width: 1000px) {
  .store-list {
    width: 800px;
    margin-bottom: 14.08px;
    display: flex;
    flex-wrap: wrap;
  }

  .store-list-item {
    border-top: solid 0.5866666667px #48322a;
    width: 50%;
  }

  .store-list-item:last-child {
    border-bottom: solid 0.5866666667px #48322a;
  }

  .store-list-a {
    padding: 0 9.9733333333px;
  }

  .store-list-a {
    padding: 0 9.9733333333px;
  }

  .store-detail-list {
    padding-top: 14.08px;
    padding-bottom: 14.08px;
  }

  .store-detail-list-area-ttl {
    margin-bottom: 9.3866666667px;
    border-bottom: solid 0.5866666667px;
    font-size: 14.08px;
    padding-bottom: 5.8666666667px;
  }

  .store-detail-list-area-shop-txt {
    font-size: 14.08px;
  }

  .store-detail-list-btn,
  .store-web-list-btn {
    height: 37.5466666667px;
    font-size: 14.08px;
    width: 137.8666666667px;
  }
}

@media screen and (max-width: 999px) {
  .store-list {
    width: 89.3333333333vw;
    margin-bottom: 3.2vw;
  }

  .store-list-q.is-open {
    border-bottom: solid 0.1333333333vw #48322a;
  }

  .store-list-item {
    border-top: solid 0.1333333333vw #48322a;
  }

  .store-list-item:last-child {
    border-bottom: solid 0.1333333333vw #48322a;
  }

  .store-list-a {
    padding: 0 2.2666666667vw;
    width: 89.3333333333vw;
    box-sizing: border-box;
  }

  .store-list-q:before {
    width: 2.1333333333vw;
    height: 0.4vw;
    border-radius: 1.3333333333vw;
  }

  .store-list-q:after {
    width: 2.1333333333vw;
    height: 0.4vw;
    border-radius: 1.3333333333vw;
  }

  .store-list-a {
    padding: 0 2.2666666667vw;
    width: 89.3333333333vw;
    box-sizing: border-box;
  }

  .store-detail-list {
    padding-top: 3.2vw;
    padding-bottom: 3.2vw;
  }

  .store-detail-list-area {
    width: 62%;
  }

  .store-detail-list-area-ttl {
    margin-bottom: 2.1333333333vw;
    border-bottom: solid 0.1333333333vw;
    font-size: 3.2vw;
    padding-bottom: 1.3333333333vw;
  }

  .store-detail-list-area-shop-txt {
    font-size: 3.2vw;
  }

  .store-detail-list-btn,
  .store-web-list-btn {
    height: 8.5333333333vw;
    font-size: 3.2vw;
    width: 31.3333333333vw;
    right: 0;
  }
}

@media screen and (max-width: 640px) {
  ul.store-list-time{
    font-size: 10px;
  }

  ul.store-list-time ul li.li01 {
    width: 28%;
  }

  ul.store-list-time ul li.li02 {
    width: 5%;
  }

  ul.store-list-time ul li.li03 {
    width: 60%;
  }
}

/* PC対応 */
@media (min-width: 441px) {
  body {
    background-image: url('/wp-content/themes/arluis/assets/images/fair-cp/travel_litestay/bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
}

@media (min-width: 1024px) {
  .pc-side-menu-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    
    position: fixed;
    top: 0;
    z-index: 0;
    box-sizing: border-box;
    
    left: calc((50% - 220px) / 2);
    transform: translateX(-50%);
    height: 100vh;
    width: calc(100vw * (300 / 1440));
    background: rgba(255, 255, 255, 0.8);
    
    padding-left: 30px; 
    padding-right: 20px;
  }

  .side-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: left;
  }

  /* 通常のメニューアイテム */
  .side-menu-item {
    position: relative;
    margin-bottom: 24px;
    text-align: left;
  }

  /* リンクの基本設定（左側に矢印用の余白をあらかじめ確保） */
  .side-menu-item > a,
  .parent-text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
    line-height: 1.4;
    border-bottom: 1px solid transparent;
    text-align: left;
    padding-left: 25px;
    position: relative;
  }

  /* ------------------------------------------------------------------------
     【新規】プランを探す（横並びエリア）のレイアウト
     ------------------------------------------------------------------------ */
  .side-menu-parent-box {
    display: flex;
    align-items: flex-start; /* 上揃えで並列化 */
    gap: 15px;               /* 「プランを探す」と子メニューの間の距離 */
  }

  .parent-text {
    white-space: nowrap;     /* 折り返しを禁止 */
  }

  .side-menu-sub-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;  /* ハワイとグアムは縦に並べる */
    gap: 8px;                /* ハワイとグアムの上下の隙間 */
  }

  .side-menu-sub-item a {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
    line-height: 1.4;
    border-bottom: 1px solid transparent; /* 初期状態の下線を透明に */
    transition: border-color 0.3s;
  }

  /* ------------------------------------------------------------------------
     カレント（現在地）の制御ロジック
     ------------------------------------------------------------------------ */
  /* 通常アイテムがアクティブな場合：テキストに下線を引く */
  .side-menu-item.is-current > a {
    border-color: #333333;
    font-weight: bold;
  }

  /* 通常アイテムがアクティブな場合：左側に矢印を出す */
  .side-menu-item.is-current > a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-image: url('/wp-content/themes/arluis/assets/images/fair-cp/chapel/arrow_brown.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  /* 【仕様再現】ハワイ・グアムのいずれかがアクティブな場合：
     「プランを探す（.parent-text）」の左側にのみ矢印を表示（下線はなし）*/
  .side-menu-item:has(.side-menu-sub-item.is-current) .parent-text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-image: url('/wp-content/themes/arluis/assets/images/fair-cp/chapel/arrow_brown.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  /* 【仕様再現】ハワイ・グアム自体がアクティブな場合：
     文字部分だけにピンポイントで下線を引く */
  .side-menu-sub-item.is-current a {
    border-color: #333333;
    font-weight: bold;
  }
}

@media (max-width: 768px) {
.pc-side-menu-container {
  display: none!important;
}
}
/* ==========================================================================
   SP専用ハンバーガー・オーバーレイメニュー（1023px以下で表示）
   ========================================================================== */
@media (max-width: 1023px) {
  /* --- ハンバーガーボタン（右上固定） --- */
  .sp-menu-trigger {
    position: fixed;
    top: 50px;
    right: 10px;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 4px;
    z-index: 1000;
    cursor: pointer;
    display: flex;
    background-color: unset;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 0;
  }

  .sp-menu-trigger span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #3e2f29;
    transition: transform 0.3s, opacity 0.3s;
  }

  /* ボタンアクティブ時（Xに変形） */
  .sp-menu-trigger.is-active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .sp-menu-trigger.is-active span:nth-child(2) {
    opacity: 0;
  }
  .sp-menu-trigger.is-active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  /* --- オーバーレイメニュー（50%透過白背景） --- */
  .sp-overlay-menu-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.9); /* 90%透過の白 */
    z-index: 999;
    
    /* 完全に上下左右中央に配置するFlexbox */
    display: flex;
    justify-content: center;
    align-items: center;
    
    /* 初期状態は非表示（隠しておく） */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }

  /* メニュー展開時 */
  .sp-overlay-menu-container.is-open {
    opacity: 1;
    visibility: visible;
  }

  /* --- メニューリスト・テキスト装飾 --- */
  .sp-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center; /* センター配置 */
    width: 100%;
    max-width: 85%;    /* 画面端のゆとり */
  }

  .sp-menu-item {
    margin-bottom: 24px;
  }

  .sp-menu-item a,
  .sp-parent-text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }

  /* プランを探す（横並びエリア） */
  .sp-menu-parent-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .sp-menu-sub-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 15px; /* ハワイとグアムの横の隙間 */
  }

  .sp-menu-sub-item a {
    font-size: 14px;
    color: #555555;
  }
}

/* PC環境ではSP用パーツを完全に隠す */
@media (min-width: 1024px) {
  .sp-menu-trigger,
  .sp-overlay-menu-container {
    display: none !important;
  }
}