@charset "UTF-8";
/*
	@include sc(pc) {
		width: 100%;
	}
	@include sc(sp) {
		width: 50%;
	}
*/
/*
	@include hover() {
		opacity: 0.6;
	}
*/
/*
	$line:イラレの行の値
	$size:イラレの文字の値

	@include lh(38, 15);
*/
/*
	$size:object-fitの値

	@include objectfit();
	@include objectfit('contain');
*/
/*
	@include taJ();
*/
/*
	@extend %rightarr;
*/
/*
	@include f_garam();
	@include f_garam(400);
*/
/*
	@include f_min();
	@include f_min(400);
	@include f_min(500);
*/
/*
	@include f_shs();
	@include f_shs(500);
*/
/*
	$color:色指定
	$stripe:線サイズ
	$spacing:線の空きサイズ
	$height:太さ

	@include dotted(#e6e1d2, 4,4,2);
*/
/*
example
@include dotted-y(#COLOR, WidthPX,SpaceingPX,LengthPX,); 横破線
@include dotted-y(#e6e1d2, 4,4,2,10);
*/
/*
単体での使用はできない。必ずコード側に規定の「deco_box」ユニットをwraooerに内包設置の事。
<div class="deco_box_wrapper">
<span class="deco_box">
	<span class="deco_upper">
		<svg class="left"><line x1="100%" y1="0" x2="0" y2="100%"/></svg>
		<svg class="right"><line x1="0" y1="0" x2="100%" y2="100%"/></svg>
	</span>
	<span class="deco_lower">
		<svg class="left"><line x1="0" y1="0" x2="100%" y2="100%"/></svg>
		<svg class="right"><line x1="100%" y1="0" x2="0" y2="100%"/></svg>
	</span>
</span>
</div>


【default値】
@include deco_box($bdc:#818049, bdw:1px, $angle:0.2rem, $upper:$bcff, $lower:$bcff, $inset:null, $spAngle:null, $spInset:null);
【設定値詳細】
@include deco_box([ボーダーカラー], [ボーダーサイズpx], [角欠サイズrem], [上塗り色], [下塗り色], [インセットrem], [sp角欠サイズrem], [spインセットrem]);
【設定例】
//値を飛ばす場合は当該変数箇所に「null」を記述してください。
//背景色は$upper$lowerが同一設定の場合のみ、べた塗りとなります。上下で異なる場合は、別途中央の塗り分けをcssにて設定してください。
・カラー$bcc05・線幅1px・角欠0.2rem・背景$bcff・外枠無し（PC/SP同一）
@include deco_box();
・カラー$bc00・線幅2px・角欠0.1rem・背景無し・外枠無し（PC/SP同一）
@include deco_box($bc00, 2px, 0.1rem, null, null);
・カラー#cc0000・線幅1px・角欠0.2rem・外枠inset0.3rem
@include deco_box(#cc0000, 1px, 0.2rem, null, null, 0.3rem);
・カラー$bcc05・線幅1px・角欠0.2rem・上塗り#fff・下塗り$bcc05
@include deco_box($bcc05, 1px, 0.2rem, #fff, $bcc05);
*/
/*-----------------------------------------------
reset
-----------------------------------------------*/
em {
  font-style: normal;
}

/*-----------------------------------------------
global base LP共通設定
-----------------------------------------------*/
[class*=-en_h] {
  text-transform: uppercase;
  font-family: "eb-garamond", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #808057;
}

[class*=-ja-min] {
  font-family: shippori-mincho-b1, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.-en_heading_1 {
  font-size: clamp(0.38rem, 0.21875rem + 4.6875vw, 0.5rem);
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.-en_heading_2 {
  font-size: clamp(0.32rem, 0.184375rem + 3.90625vw, 0.42rem);
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.-en_heading_3 {
  font-size: clamp(0.26rem, 0.15rem + 3.125vw, 0.34rem);
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.-en_heading_4 {
  font-size: clamp(0.22rem, 0.128125rem + 2.34375vw, 0.28rem);
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.-en_heading_5 {
  font-size: clamp(0.24rem, 0.140625rem + 2.34375vw, 0.3rem);
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.-ja-min_catch_1 {
  font-size: clamp(0.16rem, 0.0921875rem + 1.953125vw, 0.21rem);
  letter-spacing: 0.08em;
  line-height: 2;
}

.-ja-min_catch_2 {
  font-size: clamp(0.19rem, 0.1109375rem + 1.953125vw, 0.24rem);
  letter-spacing: 0.15em;
  line-height: 2.4;
}

.-ja-min_catch_3 {
  font-size: clamp(0.2rem, 0.115625rem + 2.34375vw, 0.26rem);
  letter-spacing: 0.16em;
  line-height: 2.4;
}

.-ja-min_catch_4 {
  font-size: clamp(0.16rem, 0.0921875rem + 1.953125vw, 0.21rem);
  letter-spacing: 0.16em;
  line-height: 2.22;
}

[class*=-ja-min_catch_5] {
  font-size: clamp(0.14rem, 0.08125rem + 1.5625vw, 0.18rem);
  letter-spacing: 0.1em;
  line-height: 2;
}
[class*=-ja-min_catch_5]._typeA {
  letter-spacing: 0.2em;
  line-height: 2.22;
}

[class*=-ja-min_catch_6] {
  font-size: clamp(0.13rem, 0.0765625rem + 1.171875vw, 0.16rem);
  letter-spacing: 0.1em;
  line-height: 2;
}
[class*=-ja-min_catch_6]._typeA {
  letter-spacing: 0.16em;
  line-height: 1.2;
}

.-ja_desc_1 {
  font-size: clamp(0.14rem, 0.08125rem + 1.5625vw, 0.18rem);
  letter-spacing: 0.1em;
  line-height: 2.4;
}

.-ja_desc_2 {
  font-size: clamp(0.12rem, 0.0703125rem + 1.171875vw, 0.15rem);
  letter-spacing: 0.1em;
  line-height: 2;
}

.-tac {
  text-align: center;
}

.-taj {
  text-align: justify;
}

.-tal {
  text-align: left;
}

.-underline {
  text-decoration: underline;
  text-decoration-color: #B39D5A;
  text-underline-offset: 0.4em;
}

.-color_ff {
  color: #fff;
}

.-color_g {
  color: #808057;
}

.-bg_1 {
  background-color: #F4F0E6;
}

.-bg_2 {
  background-color: rgba(237, 244, 250, 0.4);
}

.-bg_3 {
  background-color: #EEF5ED;
}

.-bg_4 {
  background-color: #808057;
}

.-bg_5 {
  background-color: #697780;
}

.-bg_6 {
  background-color: #6F607B;
}

.-bg_7 {
  background-color: #808057;
}

.-deco {
  position: absolute;
  z-index: 1;
}

[class*=pd_i_] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.-pd_i_30 {
  padding-inline: clamp(0.3rem, 0.1734375rem + 3.515625vw, 0.39rem);
}

.-pd_i_20 {
  padding-inline: clamp(0.2rem, 0.115625rem + 2.34375vw, 0.26rem);
}

.-pd_i_25 {
  padding-inline: clamp(0.25rem, 0.1453125rem + 2.734375vw, 0.32rem);
}

.-pl_30 {
  padding-left: clamp(0.3rem, 0.1734375rem + 3.515625vw, 0.39rem);
}

.-pd_b_70_80 {
  padding-block: clamp(0.7rem, 0.4046875rem + 8.203125vw, 0.91rem) clamp(0.8rem, 0.46875rem + 7.8125vw, 1rem);
}

.-pd_b_50_30 {
  padding-block: clamp(0.5rem, 0.2890625rem + 5.859375vw, 0.65rem) clamp(0.3rem, 0.1734375rem + 3.515625vw, 0.39rem);
}

.-pd_b_60 {
  padding-block: clamp(0.6rem, 0.346875rem + 7.03125vw, 0.78rem) clamp(0.6rem, 0.346875rem + 7.03125vw, 0.78rem);
}

.-pd_b_50_60 {
  padding-block: clamp(0.5rem, 0.2890625rem + 5.859375vw, 0.65rem) clamp(0.6rem, 0.346875rem + 7.03125vw, 0.78rem);
}

.-pb_80 {
  padding-bottom: clamp(0.8rem, 0.46875rem + 7.8125vw, 1rem);
}

.-m_i_30 {
  margin-inline: clamp(0.3rem, 0.1734375rem + 3.515625vw, 0.39rem);
}

.-ml_30 {
  margin-left: clamp(0.3rem, 0.1734375rem + 3.515625vw, 0.39rem);
}

.-ml_auto {
  margin-left: auto;
}

.-btn_box {
  display: block;
  margin-top: clamp(0.36rem, 0.2078125rem + 4.296875vw, 0.47rem);
}
.-btn_box a {
  position: relative;
  display: block;
  min-height: clamp(0.8rem, 0.46875rem + 7.8125vw, 1rem);
  padding-block: clamp(0.18rem, 0.1046875rem + 1.953125vw, 0.23rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.-btn_box a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.-btn_box a::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin-block: auto;
  right: clamp(0.19rem, 0.1109375rem + 1.953125vw, 0.24rem);
  width: clamp(0.09rem, 0.053125rem + 0.78125vw, 0.11rem);
  height: clamp(0.09rem, 0.053125rem + 0.78125vw, 0.11rem);
  background-image: url(../../../../common/img/ico_btn01_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.-btn_box a span {
  position: relative;
  display: block;
  color: #FFF;
  font-family: shippori-mincho-b1, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: clamp(0.13rem, 0.0765625rem + 1.171875vw, 0.16rem);
  letter-spacing: 0.25em;
  text-align: center;
  z-index: 1;
}
.-btn_box a span::before {
  position: absolute;
  display: block;
  content: attr(data-txt);
  left: 0;
  right: 0;
  margin-inline: auto;
  bottom: -1.9em;
  font-family: "eb-garamond", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: clamp(0.12rem, 0.0703125rem + 1.171875vw, 0.15rem);
  letter-spacing: 0.11em;
  z-index: 1;
}

.-category {
  display: inline-block;
  min-width: clamp(0.5rem, 0.2890625rem + 5.859375vw, 0.65rem);
  padding-inline: 0.11rem 0.1rem;
  padding-block: 0.03rem;
  border: 1px solid #B39D5A;
  text-align: center;
  font-family: shippori-mincho-b1, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: clamp(0.12rem, 0.0703125rem + 1.171875vw, 0.15rem);
  line-height: 1;
  color: #B39D5A;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*-----------------------------------------------
global layout LP共通  他LPから移植しているため命名ルールなどmainと統一できてないです
-----------------------------------------------*/
/* ヘッダー */
@media print, screen and (min-width: 641px) {
  .mod_header {
    display: none;
    visibility: hidden;
  }
}

@media print, screen and (min-width: 641px) {
  .pc_animation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .pc_animation.is-hide {
    opacity: 0;
    pointer-events: none;
  }
  .pc_animation [class*=animation_layer] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    z-index: 10;
  }
  .pc_animation .animation_layer01.is-hide,
  .pc_animation .animation_layer02.is-hide {
    opacity: 0;
    pointer-events: none;
  }
  .pc_animation .animation_layer02 {
    z-index: 9;
  }
  .pc_animation .animation_layer01 {
    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;
    background-color: #FFF;
    width: 100%;
    height: 100%;
  }
  .pc_animation .animation_layer01 .logo {
    width: 4.26rem;
    height: 100%;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .pc_animation .animation_layer01 .logo > img {
    width: 2.9rem;
    height: auto;
  }
  .pc_animation .animation_layer01 .logo > span {
    position: relative;
    top: 0.03rem;
    font-family: "eb-garamond", serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.16rem;
    letter-spacing: 0.2em;
    line-height: 1;
    color: #808057;
    padding-left: 0.36rem;
  }
  .pc_animation .animation_layer01 .logo > span:before {
    content: "";
    position: absolute;
    left: 0.18rem;
    top: 0.11em;
    width: 1px;
    height: 0.12rem;
    background-color: #878787;
  }
  .pc_animation .animation_layer02 .animation_catch {
    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;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    font-family: "eb-garamond", serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.69rem;
    letter-spacing: 0.1em;
    line-height: 1.2;
    color: #FFF;
  }
  .pc_animation .animation_layer02 .ph {
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  .pc_animation {
    display: none;
  }
}

@media print, screen and (min-width: 641px) {
  .pc_bg {
    position: fixed;
    display: block;
    width: 100%;
    height: 100vh;
    min-height: 7.5rem;
    min-width: 1000px;
    z-index: 1000;
  }
  .pc_bg::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #808057;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 0.8rem;
    z-index: 1;
  }
  .pc_bg .pc_contents {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 1;
  }
  .pc_bg .pc_contents_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: -1;
  }
  .pc_bg .pc_contents_bg .splide__slide .ph {
    height: 100%;
  }
  .pc_bg .upper_wrap {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    max-height: 0.8rem;
    padding-right: 0.4rem;
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .pc_bg .upper_wrap .logo {
    width: 5.6rem;
    height: 100%;
    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;
    background-color: #fff;
  }
  .pc_bg .upper_wrap .logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .pc_bg .upper_wrap .logo a > img {
    width: 2.9rem;
    height: auto;
  }
  .pc_bg .upper_wrap .logo a > span {
    position: relative;
    top: 0.06rem;
    font-family: "eb-garamond", serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.16rem;
    letter-spacing: 0.2em;
    line-height: 1;
    color: #808057;
    padding-left: 0.36rem;
  }
  .pc_bg .upper_wrap .logo a > span:before {
    content: "";
    position: absolute;
    left: 0.18rem;
    top: calc(50% - 0.09rem);
    width: 1px;
    height: 0.12rem;
    background-color: #878787;
  }
  .no-touchevents .pc_bg .upper_wrap .logo a:hover {
    opacity: 0.5;
  }
  .pc_bg .upper_wrap .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #808057;
  }
  .pc_bg .upper_wrap .detail .tel {
    position: relative;
    font-family: "eb-garamond", serif;
    font-weight: 300;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.4rem;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: right;
  }
  .pc_bg .upper_wrap .detail .tel::before {
    content: "TEL.";
    font-size: 0.24rem;
  }
  .pc_bg .upper_wrap .detail .time {
    font-family: shippori-mincho-b1, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.12rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: left;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    padding-left: 0.16rem;
  }
  .pc_bg .main_catch_box {
    position: absolute;
    top: 1.85rem;
    left: calc(50% - 7.6rem);
    z-index: 2;
  }
  .pc_bg [class*=main_catch01] {
    line-height: 2;
  }
  .pc_bg .main_catch01 {
    font-family: "eb-garamond", serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.18rem;
    letter-spacing: 0.5em;
    margin-bottom: 0.23rem;
    color: #fff;
  }
  .pc_bg .main_catch02 {
    font-family: shippori-mincho-b1, sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.22rem;
    letter-spacing: 0.26em;
    color: #fff;
  }
  .pc_bg .lower_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 0.8rem;
    padding-right: 0.4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #FFF;
  }
  .pc_bg .lower_wrap .action_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 2.4rem;
    height: 0.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .pc_bg .lower_wrap .action_link a {
    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;
    width: 33.3333333333%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #f3f2f0;
  }
  .pc_bg .lower_wrap .action_link a span {
    position: relative;
    top: 0.05rem;
    font-family: shippori-mincho-b1, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.13rem;
    letter-spacing: 0.1em;
    line-height: 1.53;
    color: #fff;
    text-align: center;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .pc_bg .lower_wrap .action_link a.-contact {
    background-color: #242c28;
  }
  .pc_bg .lower_wrap .action_link a.-plan {
    border-left: 1px solid #808057;
    border-right: 1px solid #808057;
    background-color: #697780;
  }
  .pc_bg .lower_wrap .action_link a.-fair {
    background-color: #808057;
  }
  .no-touchevents .pc_bg .lower_wrap .action_link a:hover span {
    opacity: 0.3;
  }
  .pc_bg .lower_wrap .copyright {
    font-family: "eb-garamond", serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.1rem;
    letter-spacing: 0.2em;
    line-height: 1.5;
    margin: 0.2rem;
    color: #808057;
    text-align: end;
  }
}
@media screen and (max-width: 640px) {
  .pc_bg {
    display: none;
  }
}

.content_wrap {
  background-color: #fff;
  z-index: 1000;
}
@media print, screen and (min-width: 641px) {
  .content_wrap {
    position: relative;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: 100%;
    min-width: 5rem;
    max-width: 5rem;
    padding-top: 0;
    overflow: hidden;
    -webkit-box-shadow: 0 0 0.1rem rgba(51, 51, 51, 0.3);
            box-shadow: 0 0 0.1rem rgba(51, 51, 51, 0.3);
    border-radius: 0.2rem 0.2rem 0 0;
    padding-bottom: 0.74rem;
  }
}
@media screen and (max-width: 640px) {
  .content_wrap {
    position: static;
    max-width: 100%;
    overflow: visible;
    padding-top: 0.58rem;
    background-color: #fff;
  }
}

@media print, screen and (min-width: 641px) {
  .content_wrap,
  .mod_localnav,
  .breadlist_wrap,
  .mod_contact,
  .mod_footer {
    top: 1.2rem;
  }
}

.-vanish {
  display: block;
  height: 0;
  line-height: 0;
  padding: 0;
  overflow: hidden;
}

[data-imgloop04] {
  height: 3rem;
}

[data-imgloop04] img:nth-child(n+2) {
  margin-left: 0.04rem;
}

/*-----------------------------------------------
global contents 以下LP共通
-----------------------------------------------*/
.sec_tit .title {
  font-size: clamp(0.15rem, 0.0859375rem + 1.953125vw, 0.2rem);
}
.sec_tit .title[data-txt]::before {
  font-size: clamp(0.28rem, 0.1625rem + 3.125vw, 0.36rem);
}

.catch {
  font-size: clamp(0.18rem, 0.103125rem + 2.34375vw, 0.24rem);
}

.btn02 {
  width: clamp(2.3rem, 1.34375rem + 23.4375vw, 2.9rem);
  height: clamp(0.5rem, 0.296875rem + 3.90625vw, 0.6rem);
}
.btn02 > span {
  font-weight: 400;
  font-size: clamp(0.14rem, 0.08125rem + 1.5625vw, 0.18rem);
}
.btn02::after, .btn02::before {
  right: clamp(0.15rem, 0.0859375rem + 1.953125vw, 0.2rem);
  width: clamp(0.24rem, 0.140625rem + 2.34375vw, 0.3rem);
  height: clamp(0.24rem, 0.140625rem + 2.34375vw, 0.3rem);
}
.btn02::after {
  background-size: clamp(0.12rem, 0.0703125rem + 1.171875vw, 0.15rem) auto;
  opacity: 1 !important;
}
.btn02::before {
  -webkit-transform: translateY(-50%) scale(1) !important;
          transform: translateY(-50%) scale(1) !important;
}

/*---------------------------------
sec_access
---------------------------------*/
.sec_access {
  position: relative;
}
.sec_access .in {
  margin: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sec_access .in .txt_box {
  width: 100%;
}
.sec_access .in .txt_box .sec_tit .title {
  text-align: center;
}
.sec_access .in .txt_box .sec_tit .title::before {
  text-align: center;
}
.sec_access .in .txt_box .catch {
  padding-block: clamp(0.25rem, 0.1328125rem + 5.859375vw, 0.4rem);
  text-align: center;
}
.sec_access .in .txt_box .txt {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-weight: 500;
  font-size: clamp(0.15rem, 0.0859375rem + 1.953125vw, 0.2rem);
  letter-spacing: 0.05em;
  line-height: 2.66;
  padding-bottom: clamp(0.5rem, 0.265625rem + 11.71875vw, 0.8rem);
}
.sec_access .in .txt_box .btn02 {
  margin-top: clamp(0.4rem, 0.23125rem + 4.6875vw, 0.52rem);
  margin-inline: auto;
}
.sec_access .in .map_img img {
  max-width: 100%;
}

/*---------------------------------
sec_bridalfair, sec_plan
---------------------------------*/
.sec_bridalfair, .sec_plan {
  position: relative;
  z-index: 1;
}
.sec_bridalfair .sec_tit, .sec_plan .sec_tit {
  margin-bottom: clamp(0.35rem, 0.2109375rem + 1.953125vw, 0.4rem);
}
.sec_bridalfair .sec_tit .title, .sec_plan .sec_tit .title {
  font-size: clamp(0.14rem, 0.08125rem + 1.5625vw, 0.18rem);
}
.sec_bridalfair .sec_tit .title:before, .sec_plan .sec_tit .title:before {
  font-size: clamp(0.28rem, 0.1625rem + 3.125vw, 0.36rem);
  letter-spacing: 0.1em;
  margin-bottom: clamp(0.12rem, 0.06875rem + 1.5625vw, 0.16rem);
}
.sec_bridalfair .txt_box, .sec_plan .txt_box {
  margin-bottom: clamp(0.4rem, 0.234375rem + 3.90625vw, 0.5rem);
}
.sec_bridalfair .txt_box .catch, .sec_plan .txt_box .catch {
  font-size: clamp(0.16rem, 0.09375rem + 1.5625vw, 0.2rem);
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: 500;
  margin-block: clamp(0.2rem, 0.115625rem + 2.34375vw, 0.26rem) clamp(0.15rem, 0.0859375rem + 1.953125vw, 0.2rem);
}
.sec_bridalfair .txt_box .txt, .sec_plan .txt_box .txt {
  font-size: clamp(0.14rem, 0.08125rem + 1.5625vw, 0.18rem);
  line-height: 2.5;
  letter-spacing: 0.05em;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-weight: 500;
  text-align: justify;
}

/*---------------------------------
sec_bridalfair 固有
---------------------------------*/
.sec_bridalfair > .in {
  position: relative;
  width: calc(100% - 0.4rem);
  background-color: #fff;
  margin: 0 auto;
}
.sec_bridalfair .link_wrap {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.no-touchevents .sec_bridalfair .link_wrap:hover {
  opacity: 0.8;
}

/*---------------------------------
sec_plan 固有
---------------------------------*/
.sec_plan {
  padding-top: clamp(0.2rem, 0.115625rem + 2.34375vw, 0.26rem);
}
.sec_plan > .in {
  position: relative;
  width: calc(100% - 0.4rem);
  margin: 0 auto;
  background-color: #fff;
}

/*---------------------------------
banner
---------------------------------*/
.banner_wrap .best_rate {
  margin-top: clamp(0.6rem, 0.34375rem + 7.8125vw, 0.8rem);
  width: 100%;
  max-width: clamp(3.15rem, 1.8671875rem + 25.390625vw, 3.8rem);
  margin-inline: auto;
  border: 1px solid #808057;
  background-color: #F4F2EF;
  letter-spacing: 0.2em;
  font-family: shippori-mincho-b1, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.banner_wrap .best_rate .best_rate_in {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0.14rem 0 0.55rem 0 0.3rem 0 1fr;
  grid-template-rows: 0.14rem 0.55rem 0.3rem 1fr;
  -ms-grid-columns: 0.9rem 0.12rem 1fr;
  grid-template-columns: 0.9rem 1fr;
  -webkit-column-gap: 0.12rem;
     -moz-column-gap: 0.12rem;
          column-gap: 0.12rem;
  row-gap: 0;
  margin: 0.04rem;
  border: 1px solid rgba(128, 128, 87, 0.25);
  padding-inline: 0.125rem;
  padding-block: 0 0.16rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.banner_wrap .best_rate .best_rate_in > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.banner_wrap .best_rate .best_rate_in > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.banner_wrap .best_rate .best_rate_in > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.banner_wrap .best_rate .best_rate_in > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.banner_wrap .best_rate .best_rate_in > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.banner_wrap .best_rate .best_rate_in > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.banner_wrap .best_rate .best_rate_in > *:nth-child(7) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.banner_wrap .best_rate .best_rate_in > *:nth-child(8) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}
.banner_wrap .best_rate .best_rate_in .best_rate-txt_wrap {
  -ms-grid-row: 2;
  grid-row: 2/2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  gap: 0;
}
.banner_wrap .best_rate .best_rate_in .best_rate-txt_wrap .best_rate-title {
  font-size: 0.16rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #808057;
}
.banner_wrap .best_rate .best_rate_in .best_rate-txt_wrap .best_rate-txt {
  font-size: 0.11rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}
.banner_wrap .best_rate .best_rate_in .detail_item {
  grid-row: 3/-1;
  grid-column: 1/-1;
}
.banner_wrap .best_rate .best_rate_in .detail_item .-detail .detail_inner {
  margin-top: 0.15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
  background-color: #fff;
  padding-inline: 0.15rem;
  padding-block: 0.25rem;
}
.banner_wrap .best_rate .best_rate_in .detail_item .-detail .detail_content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 0.18rem auto 0.18rem auto;
  grid-template-rows: repeat(3, auto);
  row-gap: 0.18rem;
  -webkit-column-gap: 0.3rem;
     -moz-column-gap: 0.3rem;
          column-gap: 0.3rem;
}
.banner_wrap .best_rate .best_rate_in .detail_item .-detail .detail_content > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.banner_wrap .best_rate .best_rate_in .detail_item .-detail .detail_content > *:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.banner_wrap .best_rate .best_rate_in .detail_item .-detail .detail_content > *:nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.banner_wrap .best_rate .best_rate_in .detail_item .-detail .detail_content .detail_title {
  font-size: 0.16rem;
  text-align: center;
  font-weight: 500;
  -ms-grid-row: 1;
  grid-row: 1;
}
.banner_wrap .best_rate .best_rate_in .detail_item .-detail .detail_content .detail_txt_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.15rem;
  -ms-grid-row: 3;
  grid-row: 3;
}
.banner_wrap .best_rate .best_rate_in .detail_item .-detail .detail_content .detail_txt_wrap .detail_txt {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-weight: 400;
  font-size: 0.13rem;
  line-height: 1.85;
  letter-spacing: 0.08em;
}
.banner_wrap .best_rate .best_rate_in .detail_item .-detail .detail_content .detail_txt_wrap .detail_txt span {
  color: #808057;
}
.banner_wrap .best_rate .best_rate_in .detail_item .-detail .detail_content .detail_ph_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.04rem;
  -ms-grid-row: 2;
  grid-row: 2;
}
.banner_wrap .best_rate .best_rate_in .detail_item .-detail .link {
  margin-top: 0;
}
.banner_wrap .best_rate .best_rate_in .detail_item .-trigger {
  color: #808057;
  line-height: 1.85;
  letter-spacing: 0.1em;
  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;
  gap: 0.12rem;
  font-size: 0.14rem;
  margin-left: 0.82rem;
  padding-top: 0.12rem;
}
.banner_wrap .best_rate .best_rate_in .detail_item .-trigger::before {
  content: "詳しく見る";
  border-bottom: 1px solid #808057;
  cursor: pointer;
}
.banner_wrap .best_rate .best_rate_in .detail_item .-trigger.-open::before {
  content: "閉じる";
  padding-inline: 0.145rem;
}
.banner_wrap .best_rate .best_rate_in .detail_item .-trigger::after {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(45deg) translate(-0.25em, -0.25em) skew(4deg, 4deg);
          transform: rotate(45deg) translate(-0.25em, -0.25em) skew(4deg, 4deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.banner_wrap .best_rate .best_rate_in .detail_item .-trigger.-open::after {
  -webkit-transform: rotate(45deg) translate(0.1em, 0.1em) skew(4deg, 4deg) scale(-1);
          transform: rotate(45deg) translate(0.1em, 0.1em) skew(4deg, 4deg) scale(-1);
}
.banner_wrap .best_rate .best_rate_in .badge {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
  -ms-grid-column: 1;
  grid-column: 1;
  margin: 0.2rem auto 0;
}
.banner_wrap .best_rate .best_rate_in .badge img {
  width: 0.9rem;
  height: auto;
}

/*---------------------------------
mod_localnav
---------------------------------*/
@media print, screen and (min-width: 641px) {
  .mod_localnav {
    position: relative;
    z-index: 1000;
    width: 5rem;
    left: 0;
    right: 0;
    margin-inline: auto;
  }
}
.mod_localnav > .in {
  padding-top: 0.3rem;
  padding-bottom: 0.6rem;
}
.mod_localnav .nav_box {
  max-width: calc(100% - 0.6rem);
}
.mod_localnav .nav_box .item {
  width: calc((100% - 0.15rem) / 2);
  height: 0.9997rem;
  margin-top: 0.15rem;
}
@media print, screen and (min-width: 641px) {
  .mod_localnav .nav_box .item:nth-of-type(n + 5) {
    width: calc((100% - 0.15rem) / 2);
    height: 0.9997rem;
    margin-top: 0.15rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_localnav .nav_box .item {
    height: 26.66vw;
  }
}
.mod_localnav .nav_box .label {
  position: relative;
  font-family: shippori-mincho-b1, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.14rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  text-align: center;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.mod_localnav .nav_box .label[data-txt]:before {
  content: none;
}

.mod_contact {
  z-index: 1000;
}
@media print, screen and (min-width: 641px) {
  .mod_contact {
    position: relative;
    width: 5rem;
    left: 0;
    right: 0;
    margin-inline: auto;
  }
}
.mod_contact > .in {
  display: block;
  height: auto;
  padding-top: 0.6rem;
  padding-bottom: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod_contact > .in .sec_tit .title::before {
  font-size: 0.36rem;
}
.mod_contact .detail_box {
  display: block;
  text-align: center;
  max-width: calc(100% - 0.4rem);
  height: auto;
  margin: auto;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  background-color: rgba(40, 40, 40, 0.5);
}
.mod_contact .tel_box {
  display: inline-block;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.mod_contact .tel_box dt {
  font-size: 0.18rem;
}
.mod_contact .tel_box dd {
  margin: auto;
  margin-top: 0.15rem;
}
.mod_contact .tel_box .tel {
  font-size: 0.22rem;
}
.mod_contact .tel_box .tel > span {
  font-size: 0.34rem;
  margin-left: 0.25em;
}
.mod_contact .note_box {
  display: block;
  text-align: center;
  margin-top: 0.1rem;
}
.mod_contact .note_box .item {
  font-size: 0.12rem;
  line-height: 2.16;
}
@media print, screen and (min-width: 641px) {
  .mod_contact .note_box .item + .item {
    margin-left: 0;
  }
}
.mod_contact .action_link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2rem 0;
  max-width: calc(100% - 0.5rem);
  width: 100%;
  margin: auto;
  margin-top: 0.2rem;
}
.mod_contact .action_link .btn01 {
  width: 2.8rem;
  height: 0.58rem;
}

.breadlist_wrap {
  z-index: 1000;
}
@media print, screen and (min-width: 641px) {
  .breadlist_wrap {
    position: relative;
    width: 5rem;
    left: 0;
    right: 0;
    margin-inline: auto;
    overflow: auto;
  }
}
.breadlist_wrap .breadlist {
  max-width: calc(100% - 0.6rem);
  padding: 0;
  text-transform: uppercase;
}

.mod_footer {
  z-index: 1000;
}
@media print, screen and (min-width: 641px) {
  .mod_footer {
    width: 5rem;
    left: 0;
    right: 0;
    margin-inline: auto;
  }
  .mod_footer > .in {
    display: block;
    padding-top: 0.6rem;
  }
  .mod_footer .upper {
    width: calc(100% - 0.6rem);
    margin: auto;
    text-align: center;
  }
  .mod_footer .lower {
    display: block;
    width: calc(100% - 0.6rem);
    max-width: 100%;
    margin: auto;
    margin-top: 0.3rem;
  }
  .mod_footer .lower .link {
    margin-top: 0.4rem;
    position: static;
  }
  .mod_footer .footer_logo a > img {
    width: 2.2rem;
  }
  .mod_footer .footer_logo a > span {
    top: 0.03rem;
    font-size: 0.11rem;
    padding-left: 0.22rem;
  }
  .mod_footer .footer_logo a > span:before {
    left: 0.11rem;
    top: calc(50% - 0.05rem);
    height: 0.08rem;
  }
  .mod_footer .signature_box {
    text-align: center;
  }
  .mod_footer .signature_box > dt {
    letter-spacing: 0.2em;
  }
  .mod_footer .signature_box_tel {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .mod_footer .signature_box_tel:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #808057;
  }
  .mod_footer .signature_box_tel > dt {
    font-size: 0.22rem;
    letter-spacing: 0.05em;
    margin-right: 0.25em;
  }
  .mod_footer .signature_box_tel > dd {
    font-size: 0.34rem;
    letter-spacing: 0.1em;
  }
  .mod_footer .signature_box_info {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 0.15rem;
    font-family: "source-han-serif-japanese", serif;
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.12rem;
    letter-spacing: 0.08em;
    line-height: 2;
    color: #393836;
  }
  .mod_footer .signature_box_info > dt {
    min-width: 0;
    margin-right: 1em;
  }
  .mod_footer .signature_box_info > dd:before {
    content: none;
  }
  .mod_footer .signature_box_info.-holyday > dt {
    letter-spacing: 0.08em;
  }
  .mod_footer .signature_box_info.-address {
    margin-top: 0;
    text-decoration: none !important;
  }
  .mod_footer .signature_box_info.-address > * {
    text-decoration: none !important;
  }
  .mod_footer .signature_box_info.-address span {
    margin-right: 1em;
  }
  .mod_footer .link {
    margin-top: 0.2rem;
  }
  .mod_footer .link .btn02 {
    max-width: 1.7rem;
    margin: auto;
  }
  .mod_footer .s_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mod_footer .s_nav > li {
    padding-left: 0.13rem;
    margin-top: 0.2rem;
    width: 50%;
  }
  .mod_footer .s_nav > li:before {
    top: 1.1em;
  }
  .mod_footer .s_nav > li:not([data-sc-sp]) + li {
    margin-top: 0.16rem;
  }
  .mod_footer .s_nav > li > a {
    font-size: 0.13rem;
    line-height: 1.69;
  }
  .mod_footer .s_nav > li .second > dt a {
    font-size: 0.13rem;
  }
  .mod_footer .s_nav > li .second > dd a {
    font-size: 0.12rem;
    line-height: 2.5;
  }
  .mod_footer .copyright_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
    padding-top: 0;
    padding-bottom: 0.15rem;
  }
  .mod_footer .copyright_box .copyright {
    font-size: 0.1rem;
    letter-spacing: 0.05em;
    line-height: 1;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: inline-block;
    white-space: nowrap;
    margin-top: 0.4rem;
    padding: 0 0.2rem;
  }
  .mod_footer .copyright_box .other_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% - 0.6rem);
    margin: auto;
  }
  .mod_footer .copyright_box .other_link li {
    width: 50%;
    margin-top: 0.05rem;
  }
  .mod_footer .copyright_box .other_link li + li {
    margin-left: 0;
  }
  .mod_footer .copyright_box .other_link li a {
    font-size: 0.12rem;
    letter-spacing: 0.1em;
  }
  .mod_footer .copyright_box .sns_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 0.4rem;
  }
  .mod_footer .copyright_box .sns_link li + li {
    margin-left: 0.4rem;
  }
  .mod_footer .copyright_box .sns_link li a {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .no-touchevents .mod_footer .copyright_box .sns_link li a:hover {
    opacity: 0.5;
  }
  .mod_footer .copyright_box .sns_link li svg {
    fill: #808057;
  }
}

@media print, screen and (min-width: 641px) {
  .pagetopbtn {
    bottom: 0.8rem;
  }
  .pagetopbtn.-endline {
    bottom: 0.8rem;
  }
}

.flowbottomSP {
  display: none !important;
}

.fixed_btn {
  position: fixed;
  z-index: 100;
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.state_fewscroll .fixed_btn {
  -webkit-transform: none;
          transform: none;
}
.fixed_btn a {
  position: relative;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.16rem, 0.09375rem + 1.5625vw, 0.2rem);
  width: 100%;
  min-height: clamp(0.5rem, 0.2890625rem + 5.859375vw, 0.65rem);
  padding-inline: clamp(0.3rem, 0.171875rem + 3.90625vw, 0.4rem);
  background-color: #2D3448;
  font-size: clamp(0.15rem, 0.0859375rem + 1.953125vw, 0.2rem);
  letter-spacing: 0.05em;
  line-height: 1;
  color: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fixed_btn a::before {
  display: block;
  content: "";
  width: clamp(0.24rem, 0.1375rem + 3.125vw, 0.32rem);
  height: clamp(0.24rem, 0.1375rem + 3.125vw, 0.32rem);
  background-image: url(../../assets/img/ico_fair.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.fixed_btn .arrow {
  position: absolute;
  display: block;
  height: 100%;
  right: 0;
  bottom: 0;
  width: clamp(0.5rem, 0.2890625rem + 5.859375vw, 0.65rem);
  background-color: #808057;
  z-index: 1;
}
.fixed_btn .arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: clamp(0.12rem, 0.06875rem + 1.5625vw, 0.16rem);
  height: clamp(0.12rem, 0.06875rem + 1.5625vw, 0.16rem);
  background-image: url(../../../../common/img/ico_btn01_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

[data-simplebar] .simplebar-content-wrapper {
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

[data-simplebar] .simplebar-content-wrapper:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.simplebar-track.simplebar-horizontal {
  pointer-events: auto; /* バー上では通常操作可 */
}

.simplebar-scrollbar {
  pointer-events: all;
}

.simplebar-track.simplebar-horizontal::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  height: 4px;
  pointer-events: none; /* この上部余白部分はドラッグが通る */
}

/*-----------------------------------------------
local contents LP固有
.-deco {
	position: absolute;
	display: block;
	z-index: 1;
}
/*---------------------------------
sec_mv intro
---------------------------------*/
.mv_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mv_ph01 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.mv_heading_wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: clamp(0.19rem, 0.109375rem + 2.34375vw, 0.25rem);
  padding-bottom: clamp(0.45rem, 0.2578125rem + 5.859375vw, 0.6rem);
}

.mv_heading_catch01 {
  margin-top: clamp(0.08rem, 0.046875rem + 0.78125vw, 0.1rem);
}

.intro_wrap {
  position: relative;
  display: block;
  z-index: 1;
}

.intro_desc01 {
  margin-top: clamp(0.2rem, 0.115625rem + 2.34375vw, 0.26rem);
}

.intro_ph01 {
  margin-top: clamp(0.6rem, 0.34375rem + 7.8125vw, 0.8rem);
}

.intro_catch01 {
  position: relative;
  display: block;
  padding-top: clamp(0.7rem, 0.4046875rem + 8.203125vw, 0.91rem);
}

.-deco_intro01 {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  z-index: 1;
  width: 1px;
  height: clamp(0.3rem, 0.1734375rem + 3.515625vw, 0.39rem);
  background-color: #808057;
}

.intro_catch02 {
  margin-top: clamp(0.4rem, 0.23125rem + 4.6875vw, 0.52rem);
}

.intro_ph_wrap01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0.04rem, 0.0234375rem + 0.390625vw, 0.05rem);
  margin-top: clamp(0.5rem, 0.2890625rem + 5.859375vw, 0.65rem);
}

.intro_ph02 {
  width: clamp(1.2rem, 0.7rem + 12.5vw, 1.52rem);
}

.intro_ph03 {
  width: clamp(1.8rem, 1.05rem + 18.75vw, 2.28rem);
}

.-deco_intro02 {
  position: absolute;
  display: block;
  z-index: 1;
  right: clamp(0.13rem, 0.075rem + 1.5625vw, 0.17rem);
  bottom: clamp(0.8rem, 0.46875rem + 7.8125vw, 1rem);
}
.-deco_intro02::before {
  display: block;
  content: attr(data-txt);
  bottom: 0;
  right: 0;
  font-family: "eb-garamond", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: clamp(0.22rem, 0.128125rem + 2.34375vw, 0.28rem);
  letter-spacing: 0.1em;
  line-height: 1;
  color: #808057;
  z-index: 1;
}

/*---------------------------------*/
.-scroll_contents .scroll_item_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: clamp(0.25rem, 0.1453125rem + 2.734375vw, 0.32rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  counter-reset: number 0;
}
.-scroll_contents .scroll_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.-scroll_contents .scroll_item:last-child {
  padding-right: 0.2rem;
}
.-scroll_contents .scroll_item_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.04rem;
  padding-bottom: clamp(0.1rem, 0.0578125rem + 1.171875vw, 0.13rem);
}
.-scroll_contents .scroll_item_thumb {
  line-height: 0;
}
.-scroll_contents .scroll_item_thumb img {
  width: 100%;
  height: auto;
}
.-scroll_contents .scroll_item_caption-catch {
  margin-top: clamp(0.22rem, 0.128125rem + 2.34375vw, 0.28rem);
}
.-scroll_contents .scroll_item_caption-desc {
  margin-top: clamp(0.18rem, 0.1046875rem + 1.953125vw, 0.23rem);
  padding-bottom: clamp(0.6rem, 0.34375rem + 7.8125vw, 0.8rem);
}
.-scroll_contents .simplebar-track.simplebar-horizontal {
  left: clamp(0.3rem, 0.1734375rem + 3.515625vw, 0.39rem);
  right: clamp(0.3rem, 0.1734375rem + 3.515625vw, 0.39rem);
  z-index: 2;
}
.-scroll_contents .simplebar-track.simplebar-horizontal::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #D9D9D9;
}
.-scroll_contents .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  height: 0.03rem;
  height: 0.03rem;
  border-radius: 0;
  background-color: #B39D5A;
}

.gallery_scroll .scroll_item {
  min-width: clamp(2.4rem, 1.3875rem + 28.125vw, 3.12rem);
  padding: 0.3rem 0 0.4rem;
}
.gallery_scroll .scroll_item::before {
  position: absolute;
  content: "";
  counter-increment: number 1;
  content: "#" counter(number, decimal-leading-zero);
  display: block;
  top: 0.1em;
  font-family: "eb-garamond", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: clamp(0.16rem, 0.09375rem + 1.5625vw, 0.2rem);
  letter-spacing: 0.1em;
  line-height: 1;
  color: #808057;
}
.gallery_scroll .scroll_item_caption-catch {
  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;
  gap: 20px;
  margin-top: 0.2rem;
  text-align: center;
  font-size: 0.17rem;
}
@media screen and (max-width: 640px) {
  .gallery_scroll .scroll_item_caption-catch {
    font-size: 0.13rem;
  }
}
.gallery_scroll .scroll_item_caption-catch::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #808057;
  border-right: 1px solid #808057;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.feature_scroll {
  position: relative;
  display: block;
  z-index: 1;
}
.feature_scroll::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: clamp(3.55rem, 2.0515625rem + 41.796875vw, 4.62rem);
  height: 100%;
  background-color: #EEF5ED;
  z-index: 0;
}
.feature_scroll .scroll_item_box {
  gap: clamp(0.3rem, 0.1734375rem + 3.515625vw, 0.39rem);
}
.feature_scroll .scroll_item {
  min-width: clamp(2.8rem, 1.61875rem + 32.8125vw, 3.64rem);
}
.feature_scroll .scroll_item_thumb {
  margin-top: clamp(0.25rem, 0.1453125rem + 2.734375vw, 0.32rem);
}
.feature_scroll .scroll_item_caption-catch {
  letter-spacing: 0.2em;
}

.gallery_contents {
  padding-top: clamp(0.8rem, 0.46875rem + 7.8125vw, 1rem);
}

.gallery_heading_catch01 {
  margin-top: clamp(0.14rem, 0.08125rem + 1.5625vw, 0.18rem);
}

.gallery_scroll {
  margin-top: clamp(0.23rem, 0.1328125rem + 2.734375vw, 0.3rem);
}

/*---------------------------------
sec_style chapel party feature
---------------------------------*/
.style_heading_title-en {
  display: block;
  margin-top: clamp(0.1rem, 0.0546875rem + 1.953125vw, 0.15rem);
}

.style_catch01 {
  margin-top: clamp(0.12rem, 0.06875rem + 1.5625vw, 0.16rem);
}

.style_slide_contents .splide_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0.25rem, 0.1453125rem + 2.734375vw, 0.32rem);
  padding-block: clamp(0.14rem, 0.08125rem + 1.5625vw, 0.18rem);
  font-size: clamp(0.12rem, 0.0703125rem + 1.171875vw, 0.15rem);
  letter-spacing: 0.1em;
  line-height: 1;
  white-space: nowrap;
  color: #fff;
  background-color: #808057;
}
.style_slide_contents .splide_detail_title {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
.style_slide_contents .splide_detail_title::after {
  content: attr(data-txt);
  margin-left: clamp(0.05rem, 0.028125rem + 0.78125vw, 0.07rem);
}
.style_slide_contents .splide__pagination {
  gap: clamp(0.1rem, 0.0578125rem + 1.171875vw, 0.13rem);
  right: auto;
  bottom: clamp(0.6rem, 0.34375rem + 7.8125vw, 0.8rem);
  padding: 0 clamp(0.2rem, 0.115625rem + 2.34375vw, 0.26rem);
}
.style_slide_contents .splide__pagination__page {
  opacity: 1;
  margin: 0;
  width: clamp(0.1rem, 0.0578125rem + 1.171875vw, 0.13rem);
  height: clamp(0.1rem, 0.0578125rem + 1.171875vw, 0.13rem);
  background-color: #D9D9D9;
  border: 1px solid #fff;
}
.style_slide_contents .splide__pagination__page.is-active {
  background-color: #B39D5A;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.style_slide_contents .style_detail_heading {
  margin-top: clamp(0.3rem, 0.171875rem + 3.90625vw, 0.4rem);
}
.style_slide_contents .style_detail_heading_catch {
  margin-top: clamp(0.12rem, 0.06875rem + 1.5625vw, 0.16rem);
  letter-spacing: 0.28em;
}
.style_slide_contents .style_detail_desc {
  margin-top: clamp(0.18rem, 0.1046875rem + 1.953125vw, 0.23rem);
}
.style_slide_contents .splide-controller-buttons .splide-btn.is-active {
  background-color: #F0EBDE;
}

.style_chapel_contents {
  margin-top: clamp(0.6rem, 0.34375rem + 7.8125vw, 0.8rem);
}

.style_detail {
  margin-top: clamp(0.3rem, 0.171875rem + 3.90625vw, 0.4rem);
}

.style_party_contents {
  margin-top: clamp(0.8rem, 0.46875rem + 7.8125vw, 1rem);
}
.style_party_contents .splide_detail {
  gap: clamp(0.15rem, 0.0859375rem + 1.953125vw, 0.2rem);
}

.style_party_ph01 {
  margin-top: clamp(0.33rem, 0.1953125rem + 2.734375vw, 0.4rem);
  width: clamp(2.8rem, 1.61875rem + 32.8125vw, 3.64rem);
}

.style_feature_contents {
  padding-top: clamp(0.8rem, 0.46875rem + 7.8125vw, 1rem);
}

/*---------------------------------
sec_cuisine
---------------------------------*/
.sec_cuisine {
  position: relative;
  display: block;
  z-index: 1;
}
.sec_cuisine::before, .sec_cuisine::after {
  position: absolute;
  content: "";
  display: block;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.sec_cuisine::before {
  top: 0;
  left: 0;
  width: clamp(1.43rem, 0.8265625rem + 16.796875vw, 1.86rem);
  height: clamp(1.67rem, 0.965625rem + 19.53125vw, 2.17rem);
  background-image: url(../../assets/img/cuisine_deco01.png);
}
.sec_cuisine::after {
  top: clamp(3.57rem, 2.0671875rem + 41.015625vw, 4.62rem);
  right: 0;
  width: clamp(0.94rem, 0.54375rem + 10.9375vw, 1.22rem);
  height: clamp(1.55rem, 0.896875rem + 17.96875vw, 2.01rem);
  background-image: url(../../assets/img/traditional/cuisine_deco02.png);
}
.sec_cuisine .-btn_box {
  margin-top: clamp(0.6rem, 0.34375rem + 7.8125vw, 0.8rem);
}

.cuisine_heading_wrap {
  width: clamp(1.8rem, 1.040625rem + 21.09375vw, 2.34rem);
  margin-inline: auto;
}

.cuisine_heading_catch01 {
  -webkit-column-gap: clamp(0.17rem, 0.0984375rem + 1.953125vw, 0.22rem);
     -moz-column-gap: clamp(0.17rem, 0.0984375rem + 1.953125vw, 0.22rem);
          column-gap: clamp(0.17rem, 0.0984375rem + 1.953125vw, 0.22rem);
  display: inline-block;
  height: clamp(1.5rem, 0.8671875rem + 17.578125vw, 1.95rem);
  text-align: left;
  white-space: nowrap;
}

.cuisine_heading_title {
  display: block;
  text-wrap: balance;
  margin-top: clamp(0.35rem, 0.203125rem + 3.90625vw, 0.45rem);
}

.cuisine_heading_title-min {
  position: relative;
  display: block;
  z-index: 1;
}
.cuisine_heading_title-min::before, .cuisine_heading_title-min::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  margin-block: auto;
  width: clamp(0.4rem, 0.23125rem + 4.6875vw, 0.52rem);
  height: 1px;
  background-color: #808057;
  z-index: 1;
}
.cuisine_heading_title-min::before {
  left: calc(50% - 0.9rem);
}
.cuisine_heading_title-min::after {
  right: calc(50% - 0.9rem);
}

.cuisine_desc_wrap {
  margin-top: clamp(0.42rem, 0.24375rem + 4.6875vw, 0.54rem);
}

.cuisine_heading_catch02 {
  letter-spacing: 0.15em;
}

.cuisine_heading_desc01 {
  margin-top: clamp(0.18rem, 0.1046875rem + 1.953125vw, 0.23rem);
}

.cuisine_ph01 {
  margin-top: clamp(0.33rem, 0.1953125rem + 2.734375vw, 0.4rem);
}

.cuisine_ph02 {
  margin-top: clamp(0.28rem, 0.1625rem + 3.125vw, 0.36rem);
  width: clamp(1.89rem, 1.0921875rem + 22.265625vw, 2.46rem);
}

/*---------------------------------
sec_mood
---------------------------------*/
.sec_mood {
  position: relative;
  display: block;
  z-index: 1;
}

.mood_heading_wrap {
  position: absolute;
  display: block;
  z-index: 1;
  top: clamp(0.55rem, 0.3203125rem + 5.859375vw, 0.7rem);
  left: 0;
  right: 0;
  margin-inline: auto;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.mood_heading_title {
  font-size: clamp(0.16rem, 0.0921875rem + 1.953125vw, 0.21rem);
  line-height: 1.25;
  letter-spacing: 0.3em;
  color: #fff;
}

.mood_heading_title-sub {
  font-size: clamp(0.17rem, 0.0984375rem + 1.953125vw, 0.22rem);
  letter-spacing: 0.21em;
  color: #FFF;
}

.mood_main_contents {
  position: relative;
  display: block;
  background-image: url(../../assets/img/bg_blur01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 0;
}

[class*=mood_catch] {
  padding-block: clamp(0.43rem, 0.25rem + 4.6875vw, 0.55rem) clamp(0.45rem, 0.2578125rem + 5.859375vw, 0.6rem);
  letter-spacing: 0.2em;
}

.mood_ph01 {
  width: clamp(3.45rem, 1.9953125rem + 40.234375vw, 4.48rem);
}

.mood_ph_wrap01 {
  position: relative;
  display: block;
  padding-bottom: clamp(0.7rem, 0.4046875rem + 8.203125vw, 0.91rem);
}

.mood_ph02 {
  width: clamp(2.3rem, 1.3296875rem + 26.953125vw, 2.99rem);
  margin-left: auto;
}

.mood_ph03 {
  position: absolute;
  width: clamp(1.4rem, 0.809375rem + 16.40625vw, 1.82rem);
  left: clamp(0.3rem, 0.1734375rem + 3.515625vw, 0.39rem);
  bottom: 0;
}

.mood_ph04 {
  margin: 0 auto;
  width: clamp(3.15rem, 1.834375rem + 33.59375vw, 4.01rem);
}

.mood_banner {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*-----------------------------------------------
global contents 以下LP共通 style.scssへ
-----------------------------------------------*/
/*# sourceMappingURL=traditional.css.map */