@charset "UTF-8"; /*
data-sc-sp
data-sc-pc
data-sc-onlyPc
data-sc-tab
data-sc-pcMin
*/
/*
	@include hover() {
		opacity: 0.6;
	}
*/
/*
	$line:イラレの行の値
	$size:イラレの文字の値

	@include lh(38, 15);
*/
/*
	$size:object-fitの値

	@include objectfit();
	@include objectfit('contain');
*/
/*
	@include taJ();
*/
/*
	@extend %rightarr;
*/
/*
	$weight:フォントの太さ
	@include f_min();
	@include f_min(400);Reguler
	@include f_min(600);SemiBold
*/
/*
* "はんなり明朝" licensed under the IPA Font License Agreement v1.0
* https://typingart.net/?p=44（配布元のURL）
* http://ipafont.ipa.go.jp/（IPAフォントのURL）
* http://ipafont.ipa.go.jp/ipa_font_license_v1.html（IPAフォントライセンスv1.0のURL）
*/
@font-face {
  font-family: 'hannari';
  src: url('/common/font/hannari.woff2') format('woff2'),
    url('/common/font/hannari.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/*
	$weight:フォントの太さ

	@include f_min();
	@include f_min(500);
	@include f_min(600);
*/
/*
	$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);
*/
/* -----------------------------------------------------------------------------

common local

----------------------------------------------------------------------------- */
@media print, screen and (min-width: 641px) {
  .planVisual > .in {
    /* display: flex; */ /* justify-content: space-between; */
    background: #f3efe6;
  }
}

@media screen and (max-width: 640px) {
  .planVisual > .in {
    padding-bottom: 0.35rem;
  }
}

.planVisual .mv {
  position: relative;
  /*No1の表示（使用したい場合コメントアウトを外してください）
  .petan {
  	position: absolute;
  	z-index: 1;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	background-image: url('../img/plan_detail_petan_bg.svg');
  	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: contain;
  	@include sc(pc) {
  		top: 0.1rem;
  		left: 0.1rem;
  		width: 1.2rem;
  		height: 1.11rem;
  	}
  	@include sc(sp){
  		top: .1rem;
  		left: .1rem;
  		width: 88px;
  		height: 82px;
  	}
  	span {
  		@include f_min(600);
  		line-height: 1.2;
  		color: $bcff;
  		text-align: center;
  		@include sc(pc) {
  			font-size: 0.21rem;
  			letter-spacing: 0.08em;
  		}
  		@include sc(sp){
  			padding-right: 0.6vw;
  			padding-bottom: 0.8vw;
  			font-size: 0.15rem;//15px;
  			letter-spacing: 0.1em;
  		}
  	}
  	strong {
  		font-size: 1.75em;
  		font-weight: 600;
  		line-height: 1;
  		letter-spacing: -0.07em;
  		@include sc(pc) {

  		}
  	}
  }*/
}

@media print, screen and (min-width: 641px) {
  .planVisual .mv {
    max-width: 496px;
    height: 468px;
  }
}

.planVisual .mv .ph {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .planVisual .mv .ph {
    height: 83.33vw;
  }
}

.planVisual .mv .ph img {
  /* border-radius: 0 0 0.25rem 0.25rem; */
}

@media print, screen and (min-width: 641px) {
  .planVisual .mv .ph img {
    border-radius: 20px;
  }
}

.planVisual .contBox {
  position: relative;
  display: block;
}

@media print, screen and (min-width: 641px) {
  .planVisual .contBox {
    /* margin-top: 0.25rem; */
  }
}

@media screen and (max-width: 640px) {
  /* .planVisual .contBox {
    width: calc(100% - 50px);
    margin: 0 auto;
  } */
}

.planVisual .contBox .title {
  text-align: center;
  background-color: #3e8b8c;
  /* z-index: 3; */
}

@media screen and (max-width: 640px) {
  .planVisual .contBox .title {
    /* margin-top: -0.26rem; */
    padding: 0.09rem 0 0.14rem;
    /* border-radius: 0.05rem; */
  }
}

@media print, screen and (min-width: 641px) {
  .planVisual .contBox .title {
    /* padding: 0.25rem 0 0.32rem; */ /* border-radius: 0.1rem; */
  }
}

.planVisual .contBox .title span {
  font-family: 'hannari';
  font-weight: 400;
  font-size: 0.27rem;
  color: #fff;
}

@media print, screen and (min-width: 641px) {
  .planVisual .contBox .title span {
    font-size: 0.35rem;
  }
}

.planVisual .contBox .detail {
  margin-top: 0.1rem;
}

@media print, screen and (min-width: 641px) {
  .planVisual .contBox .detail {
    margin-top: 0.2rem;
  }
}

.planVisual .contBox .detail dt {
  position: relative;
  text-align: center;
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'HG明朝E',
    'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-weight: 500;
  font-size: 0.12rem;
  color: #7a716e;
  z-index: 1;
}

.os-android .planVisual .contBox .detail dt {
  font-family: 'Noto Serif JP', serif;
}

@media print, screen and (min-width: 641px) {
  .planVisual .contBox .detail dt {
    font-size: 0.15rem;
  }
}

.planVisual .contBox .detail dt::before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 100%;
  height: 1px;
  background-color: rgba(122, 113, 110, 0.5);
  z-index: -1;
}

.planVisual .contBox .detail dt span {
  display: inline-block;
  padding: 0 0.11rem;
  background-color: #fff;
}

@media print, screen and (min-width: 641px) {
  .planVisual .contBox .detail dd {
    margin-top: 0.2rem;
  }
}

.planVisual .contBox .detail dd .price {
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 400;
}

@media screen and (max-width: 640px) {
  .planVisual .contBox .detail dd .price {
    font-feature-settings: 'palt';
  }
}

.planVisual .contBox .detail dd .price .prefix {
  position: relative;
  display: inline-block;
  font-family: '游ゴシック', '游ゴシック体', 'Yu Gothic', YuGothic,
    'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN',
    'Hiragino Kaku Gothic Pro', verdana, 'メイリオ', 'Meiryo', 'Osaka',
    sans-serif;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: 'palt';
  letter-spacing: 0;
  text-align: center;
}

@media print, screen and (min-width: 641px) {
  .planVisual .contBox .detail dd .price .prefix {
    padding-left: 0.25rem;
    margin-right: 0.23rem;
    text-align: left;
    font-size: 0.14rem;
    line-height: 1.68;
  }
}

@media screen and (max-width: 640px) {
  .planVisual .contBox .detail dd .price .prefix {
    top: -0.05rem;
    padding-left: 0.15rem;
    margin-right: 0.18rem;
    font-size: 0.12rem;
    line-height: 1.5;
  }
}

.planVisual .contBox .detail dd .price strong {
  position: relative;
  top: -3px;
  z-index: 0;
  font-size: 3em;
  font-weight: 400;
  letter-spacing: -0.025em;
  font-feature-settings: 'palt';
}

@media print, screen and (min-width: 641px) {
  .planVisual .contBox .detail dd .price strong {
    font-size: 1.95em;
  }
}

.planVisual .contBox .detail dd .price strong.underline::before {
  bottom: 0.05rem;
}

@media screen and (max-width: 640px) {
  .planVisual .contBox .detail dd .price strong.digit1 {
    padding: 0 0.25em;
  }
}

.planVisual .contBox .detail dd .price .suffix {
  display: inline-block;
  position: relative;
  padding-top: 0.13rem;
  margin-left: 0.1rem;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .planVisual .contBox .detail dd .price .suffix {
    padding-top: 0.11rem;
    margin-left: 0.05rem;
  }
}

.planVisual .contBox .detail dd .price .suffix:before {
  content: attr(data-txt);
  position: absolute;
  top: 0;
  font-size: 0.11rem;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
}

@media screen and (max-width: 640px) {
  .planVisual .contBox .detail dd .price .suffix:before {
    font-size: 0.1rem;
  }
}

@media print, screen and (min-width: 641px) {
  .planVisual .contBox .detail dd .price.general {
    margin-top: -0.07rem;
  }
}

.planVisual .contBox .detail dd .price.general .prefix {
  top: -0.08rem;
}

@media print, screen and (min-width: 641px) {
  .planVisual .contBox .detail dd .price.general .prefix {
    top: -0.04rem;
  }
}

.planVisual .contBox .detail dd .price.general strong {
  top: 0;
}

@media print, screen and (min-width: 641px) {
  .planVisual .contBox .detail dd .price.general strong {
    font-size: 0.25rem;
  }
}

.planVisual .contBox .detail dd .price.member {
  color: #03888e;
  margin-top: -0.1rem;
  text-align: center;
}

@media print, screen and (min-width: 641px) {
  .planVisual .contBox .detail dd .price.member {
    margin-top: -0.04rem;
  }
}

.planVisual .contBox .detail dd .price.member strong {
  font-size: 0.49rem;
}

@media print, screen and (min-width: 641px) {
  .planVisual .contBox .detail dd .price.member strong {
    font-size: 0.62rem;
  }
}

.planVisual .contBox .detail dd .price.member .suffix {
  line-height: 1.3;
}

@media screen and (max-width: 640px) {
  .planVisual .contBox .detail dd .price.member .suffix {
    top: -3px;
    font-size: 0.22rem;
    margin-left: 0.07rem;
  }
}

@media print, screen and (min-width: 641px) {
  .planVisual .contBox .detail dd .price.member .suffix {
    font-size: 0.32rem;
  }
}

.planVisual .contBox .detail dd .price.member .suffix:before {
  left: 1px;
  font-size: 0.11rem;
}

@media print, screen and (min-width: 641px) {
  .planVisual .contBox .detail dd .price.member .suffix:before {
    top: 0.04rem;
    font-size: 0.13rem;
  }
}

.planVisual .contBox .detail dd .box {
  margin-top: 0.05rem;
  padding: 0.05rem 0 0.1rem;
  background-color: #f3efec;
  border-radius: 0.1rem;
}

@media print, screen and (min-width: 641px) {
  .planVisual .contBox .detail dd .box {
    margin-top: 0.04rem;
    padding: 0.08rem 0 0.11rem;
  }
}

.planVisual .contBox .detail dd .box .num {
  text-align: center;
  font-family: '游ゴシック', '游ゴシック体', 'Yu Gothic', YuGothic,
    'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN',
    'Hiragino Kaku Gothic Pro', verdana, 'メイリオ', 'Meiryo', 'Osaka',
    sans-serif;
  font-style: normal;
  font-weight: 700;
  font-feature-settings: 'palt';
  font-size: 0.13rem;
  color: #7c7574;
}

@media print, screen and (min-width: 641px) {
  .planVisual .contBox .detail dd .box .num {
    font-size: 0.16rem;
  }
}

.planVisual .contBox .detail dd .box .num strong {
  font-size: 0.2rem;
}

@media print, screen and (min-width: 641px) {
  .planVisual .contBox .detail dd .box .num strong {
    font-size: 0.25rem;
  }
}

.planVisual .contBox .detail dd .box .num strong .min {
  position: relative;
  top: 0px;
  right: -1px;
  font-size: 0.16rem;
}

.planVisual .contBox .detail dd .box .flow {
  text-align: center;
}

@media print, screen and (min-width: 641px) {
  .planVisual .contBox .detail dd .box .flow {
    margin-top: 0.03rem;
  }
}

.planVisual .contBox .detail dd .box .flow .item {
  position: relative;
  display: inline-block;
}

.planVisual .contBox .detail dd .box .flow .item._mask {
  opacity: 0.5;
}

.planVisual .contBox .detail dd .box .flow .item:nth-of-type(n + 2) {
  padding-left: 0.15rem;
}

@media print, screen and (min-width: 641px) {
  .planVisual .contBox .detail dd .box .flow .item:nth-of-type(n + 2) {
    padding-left: 0.2rem;
  }
}

.planVisual .contBox .detail dd .box .flow .item:nth-of-type(n + 2)::before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 0.12rem;
  height: 0.11rem;
  background-image: url(../img/two-day/mv_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media print, screen and (min-width: 641px) {
  .planVisual .contBox .detail dd .box .flow .item:nth-of-type(n + 2)::before {
    width: 0.16rem;
    height: 0.13rem;
  }
}

.planVisual .contBox .detail dd .box .flow .item span {
  display: inline-block;
  min-width: 0.66rem;
  padding: 0.01rem 0.12rem;
  background-color: #fff;
  border-radius: 0.11rem;
  box-sizing: border-box;
  font-family: '游ゴシック', '游ゴシック体', 'Yu Gothic', YuGothic,
    'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN',
    'Hiragino Kaku Gothic Pro', verdana, 'メイリオ', 'Meiryo', 'Osaka',
    sans-serif;
  font-style: normal;
  font-weight: 700;
  font-feature-settings: 'palt';
  white-space: nowrap;
  font-size: 0.13rem;
  color: #03888e;
}

@media print, screen and (min-width: 641px) {
  .planVisual .contBox .detail dd .box .flow .item span {
    min-width: 0.83rem;
    padding: 0.04rem 0.15rem 0.02rem;
    border-radius: 0.2rem;
    font-size: 0.16rem;
  }
}

/* -----------------------------------------------------------------------------

content（rem値修正）

----------------------------------------------------------------------------- */
.sec_intro > .in {
  /* padding: 0.25rem 0.15rem 0.5rem; */
  /* background-color: #f3efec; */
}

.sec_intro > .in > .title {
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'HG明朝E',
    'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-weight: 500;
  text-align: center;
  font-size: 0.16rem;
  line-height: 1.9;
}

.os-android .sec_intro > .in > .title {
  font-family: 'Noto Serif JP', serif;
}

@media print, screen and (min-width: 641px) {
  .sec_intro > .in > .title {
    font-size: 0.18rem;
  }
}

.sec_intro > .in > .title strong.marker {
  background: linear-gradient(transparent 53%, #f8d679 53%);
}

.sec_intro > .in > .txt {
  width: calc(100% - 0.6rem);
  margin: 0 auto;
  margin-top: 0.15rem;
  font-family: '游ゴシック', '游ゴシック体', 'Yu Gothic', YuGothic,
    'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN',
    'Hiragino Kaku Gothic Pro', verdana, 'メイリオ', 'Meiryo', 'Osaka',
    sans-serif;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: 'palt';
}

@media print, screen and (min-width: 641px) {
  .sec_intro > .in > .txt {
    width: 100%;
    text-align: center;
    font-size: 0.15rem;
  }
}

.sec_intro .wel_desc {
  /* max-width: 90%; */
  /* margin: 1em auto; */
  /* padding: 2em; */
  border: 1px dashed #fff;
}

@media print, screen and (min-width: 641px) {
  .sec_intro .wel_desc {
    width: 8rem;
  }
}

.sec_intro .wel_desc .blank_link {
  color: #900 !important;
  text-decoration: underline;
}

.sec_intro .mod_nav {
  margin-top: 0.4rem;
}

@media print, screen and (min-width: 641px) {
  .sec_intro .mod_nav {
    margin-top: 0.7rem;
  }
}

.sec_intro .mod_nav .navWrap .navLink {
  background-color: #dde9e2;
}

.sec_feature > .in {
  padding: 0.66rem 0;
}

@media print, screen and (min-width: 641px) {
  .sec_feature > .in {
    padding: 1.15rem 0 0.7rem;
  }
}

.sec_feature .secTit .title {
  line-height: 1.32;
}

@media print, screen and (min-width: 641px) {
  .sec_feature .secTit .title {
    letter-spacing: 0.25em;
    line-height: 1.46;
  }
}

.sec_feature .itemBox {
  display: flex;
  width: 100%;
}

@media print, screen and (min-width: 641px) {
  .sec_feature .itemBox {
    max-width: 10.8rem;
    margin: auto;
    margin-top: 0.5rem;
    justify-content: space-between;
  }
}

.sec_feature .itemBox .item {
  width: 3.4rem;
}

@media screen and (max-width: 640px) {
  .sec_feature .itemBox .item {
    width: 100%;
  }
}

.sec_feature .itemBox .item > .in {
  position: relative;
  width: 3rem;
  margin: auto;
  padding-bottom: 0.4rem;
}

@media screen and (max-width: 640px) {
  .sec_feature .itemBox .item > .in {
    width: calc(100% - 0.34rem);
    padding-bottom: 0.3rem;
  }
}

.sec_feature .itemBox .item .thumb {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 1.58rem;
  margin: 0;
}

@media screen and (max-width: 640px) {
  .sec_feature .itemBox .item .thumb {
    height: 36.66vw;
  }
}

.sec_feature .itemBox .item .thumb img {
  border-radius: 0.18rem;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .sec_feature .itemBox .item .thumb img {
    border-radius: 0.13rem;
  }
}

.sec_feature .itemBox .item .thumb:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: calc(50% - 0.62rem);
  bottom: -1rem;
  display: block;
  width: 1.24rem;
  height: 1.24rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 640px) {
  .sec_feature .itemBox .item .thumb:before {
    left: calc(50% - 14.165vw);
    bottom: -0.84rem;
    width: 28.33vw;
    height: 28.33vw;
  }
}

.sec_feature .itemBox .item .txtBox {
  position: relative;
  z-index: 1;
  margin-top: 0.35rem;
}

@media screen and (max-width: 640px) {
  .sec_feature .itemBox .item .txtBox {
    margin-top: 8.5vw;
  }
}

.sec_feature .itemBox .item .txtBox:before {
  content: '';
  position: absolute;
  z-index: -1;
  display: block;
  background-image: url('../img/reason_thumb_bg.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.2;
}

@media print, screen and (min-width: 641px) {
  .sec_feature .itemBox .item .txtBox:before {
    top: -0.06rem;
    left: calc(50% - 1.68rem);
    width: 3.36rem;
    height: 1.92rem;
  }
}

@media screen and (max-width: 640px) {
  .sec_feature .itemBox .item .txtBox:before {
    top: 0.08rem;
    left: calc(50% - 1.39rem);
    width: 2.78rem;
    height: 1.58rem;
  }
}

.sec_feature .itemBox .item .txtBox .title {
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1.56;
  color: #78a98c;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .sec_feature .itemBox .item .txtBox .title {
    font-feature-settings: 'palt';
  }
}

@media print, screen and (min-width: 641px) {
  .sec_feature .itemBox .item .txtBox .title {
    width: 130%;
    margin-left: -15%;
    font-size: 0.19rem;
    letter-spacing: 0.08em;
  }
}

@media screen and (max-width: 640px) {
  .sec_feature .itemBox .item .txtBox .title {
    width: 110%;
    margin-left: -5%;
    font-size: 0.21rem;
    letter-spacing: 0.11em;
    line-height: 1.42;
    white-space: nowrap;
  }
}

.sec_feature .itemBox .item .txtBox .txt {
  letter-spacing: 0.08em;
  color: #473933;
  font-feature-settings: 'palt';
}

@media print, screen and (min-width: 641px) {
  .sec_feature .itemBox .item .txtBox .txt {
    margin-top: 0.18rem;
    font-size: 0.15rem;
    line-height: 2;
  }
}

@media screen and (max-width: 640px) {
  .sec_feature .itemBox .item .txtBox .txt {
    margin-top: 0.15rem;
    font-size: 0.14rem;
    line-height: 1.78;
  }
}

.sec_feature [data-slidearea01].type01 {
  padding: 0;
  overflow: hidden;
  margin-top: 0.4rem;
}

.sec_feature [data-slidearea01].type01 .slidearea01_wrap {
  max-width: 11.8rem;
  width: 100%;
  margin: auto;
  position: relative;
}

.sec_feature [data-slidearea01].type01 .slidearea01_btns {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
}

.sec_feature [data-slidearea01].type01 .slidearea01_btns button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.7rem;
  height: 0.7rem;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 640px) {
  .sec_feature [data-slidearea01].type01 .slidearea01_btns button {
    width: 0.5rem;
    height: 0.5rem;
  }
}

.sec_feature [data-slidearea01].type01 .slidearea01_btns button:before,
.sec_feature [data-slidearea01].type01 .slidearea01_btns button:after {
  content: '';
  display: block;
  position: absolute;
  top: -21.7vw;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.2s;
}

.sec_feature [data-slidearea01].type01 .slidearea01_btns button:before {
  width: 0.12rem;
  height: 0.12rem;
  background-color: transparent;
  border-radius: 0;
  border-right: 1px solid #8dad72;
  border-bottom: 1px solid #8dad72;
  transform: rotate(-45deg);
}

.sec_feature [data-slidearea01].type01 .slidearea01_btns button:after {
  content: none;
}

.sec_feature [data-slidearea01].type01 .slidearea01_btns button.next {
  right: -0.3rem;
}

@media screen and (max-width: 640px) {
  .sec_feature [data-slidearea01].type01 .slidearea01_btns button.next {
    right: 0;
  }
}

.sec_feature [data-slidearea01].type01 .slidearea01_btns button.prev {
  left: -0.3rem;
}

@media screen and (max-width: 640px) {
  .sec_feature [data-slidearea01].type01 .slidearea01_btns button.prev {
    left: 0px;
  }

  .sec_feature [data-slidearea01].type01 .slidearea01_btns button.prev:before {
    transform: rotate(135deg);
  }
}

.sec_feature [data-slidearea01].type01 .slidearea01_btns button.disabled {
  pointer-events: none;
  opacity: 0.3;
}

.no-touchevents
  .sec_feature
  [data-slidearea01].type01
  .slidearea01_btns
  button:hover:before {
  background-color: transparent;
}

.sec_feature [data-slidearea01].type01 .slidearea01_wrapin {
  padding: 0 33.33333%;
}

@media screen and (max-width: 640px) {
  .sec_feature [data-slidearea01].type01 .slidearea01_wrapin {
    margin: 0 7.4%;
    padding: 0;
    overflow: hidden;
  }
}

.sec_feature [data-slidearea01].type01 .slidearea01_content {
  position: relative;
  display: flex;
}

.sec_feature [data-slidearea01].type01 .slidearea01_content.disableTrs {
  transition: none !important;
}

.sec_feature [data-slidearea01].type01 .slidearea01_link {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
}

.sec_feature [data-slidearea01].type01 .slidearea01_pager {
  text-align: center;
}

.sec_feature [data-slidearea01].type01 .slidearea01_pager button {
  width: 0.3rem;
  height: 0.3rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.sec_feature [data-slidearea01].type01 .slidearea01_pager button:after,
.sec_feature [data-slidearea01].type01 .slidearea01_pager button:before {
  content: '';
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  background-color: #ddd5ca;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}

@media screen and (max-width: 640px) {
  .sec_feature [data-slidearea01].type01 .slidearea01_pager button:after,
  .sec_feature [data-slidearea01].type01 .slidearea01_pager button:before {
    width: 0.12rem;
    height: 0.12rem;
  }
}

.sec_feature [data-slidearea01].type01 .slidearea01_pager button:after {
  transition: 0.2s;
}

.no-touchevents
  .sec_feature
  [data-slidearea01].type01
  .slidearea01_pager
  button:hover:after,
.sec_feature [data-slidearea01].type01 .slidearea01_pager button.active:after {
  background-color: #03888e;
}

.sec_feature [data-slidearea01].type01 .slidearea01_pager button.active {
  cursor: default;
  pointer-events: none;
}

.sec_flow > .in {
  padding: 0.8rem 0 0.65rem;
  background-color: #ebe4d9;
}

@media print, screen and (min-width: 641px) {
  .sec_flow > .in {
    padding: 1.15rem 0;
  }
}

.sec_flow .secTit .title {
  line-height: 1.3;
}

.sec_flow .flowBox {
  margin: 0 auto;
  padding: 0.62rem 0.6rem 0.3rem 0.6rem;
  width: 100%;
  max-width: 10rem;
  background-color: #fff;
  border-radius: 0.18rem;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .sec_flow .flowBox {
    margin: 0 auto;
    padding: 0.25rem 0.25rem 0;
    width: calc(100% - 0.6rem);
    max-width: 100%;
  }
}

.sec_flow .flowBox > .title {
  text-align: center;
  font-family: 'hannari';
  font-weight: 400;
  font-size: 0.3rem;
  letter-spacing: 0.15em;
  color: #473933;
}

@media screen and (max-width: 640px) {
  .sec_flow .flowBox > .title {
    font-size: 0.25rem;
  }
}

.sec_flow .flowBox > .title span {
  position: relative;
  display: inline-block;
}

.sec_flow .flowBox > .title span::before {
  content: '';
  position: absolute;
  top: calc(50% + 0.35rem);
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0.27rem;
  height: 0.06rem;
  background-image: url(../img/about/flow_title_deco_dot.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media screen and (max-width: 640px) {
  .sec_flow .flowBox > .title span::before {
    top: calc(50% + 0.29rem);
    width: 0.17rem;
    height: 0.04rem;
  }
}

.sec_flow .flowBox + .flowBox {
  margin-top: 0.55rem;
}

@media screen and (max-width: 640px) {
  .sec_flow .flowBox + .flowBox {
    margin-top: 0.28rem;
    padding-bottom: 0.25rem;
  }
}

@media screen and (max-width: 640px) {
  .sec_flow .flowBox:last-of-type {
    padding-bottom: 0.25rem;
  }
}

.sec_flow .flowBox.flow01 {
  margin-top: 0.8rem;
}

@media screen and (max-width: 640px) {
  .sec_flow .flowBox.flow01 {
    margin-top: 0.45rem;
  }
}

.sec_flow .flowBox .flowItem {
  margin-top: 0.15rem;
}

@media screen and (max-width: 640px) {
  .sec_flow .flowBox .flowItem {
    margin-top: 0.15rem;
  }
}

.sec_flow .flowBox .itemWrap {
  position: relative;
  display: block;
}

@media print, screen and (min-width: 641px) {
  .sec_flow .flowBox .itemWrap {
    display: flex;
    padding: 0.55rem 0;
    padding-left: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .sec_flow .flowBox .itemWrap {
    padding: 0.3rem 0 0.32rem;
  }
}

.sec_flow .flowBox .itemWrap::before {
  position: absolute;
  content: '';
}

.sec_flow .flowBox .itemWrap::before {
  top: -0.1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0.36rem;
  height: 0.2rem;
  background-image: url(../img/about/flow_deco_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 640px) {
  .sec_flow .flowBox .itemWrap::before {
    top: -0.1rem;
    width: 0.27rem;
    height: 0.15rem;
  }
}

.sec_flow .flowBox .itemWrap:nth-of-type(1)::before {
  position: static;
  content: unset;
}

.sec_flow .flowBox .itemWrap .dt_ttl {
  padding-left: 0.45rem;
  width: 1.95rem;
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.22rem;
  letter-spacing: 0.11em;
  box-sizing: border-box;
  color: #473933;
}

@media screen and (max-width: 640px) {
  .sec_flow .flowBox .itemWrap .dt_ttl {
    font-feature-settings: 'palt';
  }
}

@media screen and (max-width: 640px) {
  .sec_flow .flowBox .itemWrap .dt_ttl {
    width: 41.66vw;
    padding-left: 0.34rem;
    font-size: 0.17rem;
    letter-spacing: 0.05em;
  }
}

.sec_flow .flowBox .itemWrap .dt_ttl > span {
  position: relative;
}

.sec_flow .flowBox .itemWrap .dt_ttl > span::before {
  position: absolute;
  content: '';
  top: 0.03rem;
  left: -0.45rem;
  width: 0.35rem;
  height: 0.3rem;
  background-image: url(../img/about/flow_title_deco_bg.svg);
  background-repeat: no-repeat;
  opacity: 0.5;
}

@media screen and (max-width: 640px) {
  .sec_flow .flowBox .itemWrap .dt_ttl > span::before {
    top: 1px;
    left: -0.33rem;
    width: 0.28rem;
    height: 0.25rem;
  }
}

.sec_flow .flowBox .itemWrap .dt_ttl > span::after {
  position: absolute;
  top: 0;
  left: -0.34rem;
}

@media screen and (max-width: 640px) {
  .sec_flow .flowBox .itemWrap .dt_ttl > span::after {
    top: 0;
    left: -0.24rem;
  }
}

.sec_flow .flowBox .itemWrap .txt {
  width: 5.3rem;
  font-size: 0.15rem;
}

@media screen and (max-width: 640px) {
  .sec_flow .flowBox .itemWrap .txt {
    margin-top: 0.15rem;
    padding-left: 0;
    width: 41.66vw;
    font-size: 0.14rem;
  }
}

.sec_flow .flowBox .itemWrap .txt .txtLink {
  display: block;
  text-decoration: underline;
}

.sec_flow .flowBox .itemWrap::after {
  position: absolute;
  content: '';
  display: block;
  top: 0.73rem;
  right: 0;
  width: 25vw;
  height: 18.75vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 0.06rem;
}

@media print, screen and (min-width: 641px) {
  .sec_flow .flowBox .itemWrap::after {
    top: 0.2rem;
    left: 0;
    right: auto;
    width: 1.5rem;
    height: 1.1rem;
    border-radius: 0.1rem;
  }
}

.sec_flow .flowBox .itemWrap._01::after {
  background-image: url(../img/two-day/flow_thumb01.jpg);
}

.sec_flow .flowBox .itemWrap._01 .dt_ttl > span::after {
  content: '1';
}

.sec_flow .flowBox .itemWrap._02::after {
  background-image: url(../img/family/flow_thumb02.jpg);
}

.sec_flow .flowBox .itemWrap._02 .dt_ttl > span::after {
  content: '2';
}

.sec_flow .flowBox .itemWrap._03::after {
  background-image: url(../img/two-day/flow_thumb03.jpg);
}

.sec_flow .flowBox .itemWrap._03 .dt_ttl > span::after {
  content: '3';
}

.sec_flow .flowBox .itemWrap._04::after {
  background-image: url(../img/two-day/flow_thumb04.jpg);
}

.sec_flow .flowBox .itemWrap._04 .dt_ttl > span::after {
  content: '4';
}

.sec_flow .flowBox .itemWrap._05::after {
  background-image: url(../img/two-day/flow_thumb05.jpg);
}

.sec_flow .flowBox .itemWrap._05 .dt_ttl > span::after {
  content: '5';
}

.sec_flow .flowBox .itemWrap._06::after {
  background-image: url(../img/two-day/flow_thumb06.jpg);
}

.sec_flow .flowBox .itemWrap._06 .dt_ttl > span::after {
  content: '6';
}

.sec_flow .flowBox .itemWrap._07::after {
  background-image: url(../img/two-day/flow_thumb07.jpg);
}

.sec_flow .flowBox .itemWrap._07 .dt_ttl > span::after {
  content: '7';
}

.sec_flow .flowBox .itemWrap._08::after {
  background-image: url(../img/two-day/flow_thumb08.jpg);
}

.sec_flow .flowBox .itemWrap._08 .dt_ttl > span::after {
  content: '8';
}

.sec_flow .flowBox .itemWrap._09::after {
  background-image: url(../img/two-day/flow_thumb09.jpg);
}

@media print, screen and (min-width: 641px) {
  .sec_flow .flowBox .itemWrap._09 .dt_ttl {
    position: relative;
    top: -0.17rem;
  }
}

.sec_flow .flowBox .itemWrap._09 .dt_ttl > span::after {
  content: '9';
}

.sec_flow .flowBox .itemWrap._10 {
  /*&::after {
  	background-image: url(../img/welfare/flow_thumb10.jpg);
  }*/
}

.sec_flow .flowBox .itemWrap._10 .dt_ttl > span::after {
  content: '10';
  left: -0.4rem;
}

@media screen and (max-width: 640px) {
  .sec_flow .flowBox .itemWrap._10 .dt_ttl > span::after {
    left: -0.29rem;
  }
}

.sec_flow .afterBox {
  width: calc(100% - 0.6rem);
  padding: 0.17rem 0 0.25rem;
  margin: 0 auto;
  margin-top: 0.29rem;
  border-radius: 0.18rem;
  background-color: #f3efec;
  box-sizing: border-box;
}

@media print, screen and (min-width: 641px) {
  .sec_flow .afterBox {
    width: 100%;
    max-width: 10rem;
    margin-top: 0.55rem;
    padding: 0.48rem 0.6rem 0.45rem;
  }
}

.sec_flow .afterBox dl {
  text-align: center;
}

@media print, screen and (min-width: 641px) {
  .sec_flow .afterBox dl {
    display: flex;
  }
}

.sec_flow .afterBox dt {
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'HG明朝E',
    'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-weight: 600;
  font-size: 0.2rem;
  letter-spacing: 0;
  color: #03888e;
}

.os-android .sec_flow .afterBox dt {
  font-family: 'Noto Serif JP', serif;
}

@media print, screen and (min-width: 641px) {
  .sec_flow .afterBox dt {
    margin-right: 0.4rem;
    font-size: 0.24rem;
  }
}

.sec_flow .afterBox dd {
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'HG明朝E',
    'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-weight: 500;
  font-size: 0.17rem;
  letter-spacing: 0;
  line-height: 1.67;
  color: #473933;
}

.os-android .sec_flow .afterBox dd {
  font-family: 'Noto Serif JP', serif;
}

@media print, screen and (min-width: 641px) {
  .sec_flow .afterBox dd {
    font-size: 0.19rem;
  }
}

.sec_price > .in {
  padding: 0.8rem 0 0.65rem;
  background-color: #ecf4f4;
}

@media print, screen and (min-width: 641px) {
  .sec_price > .in {
    padding: 1.25rem 0;
  }
}

.sec_price .secTit .title {
  line-height: 1.3;
}

.sec_price .planBox {
  position: relative;
  letter-spacing: 0;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: auto;
}

@media print, screen and (min-width: 641px) {
  .sec_price .planBox {
    max-width: 10.8rem;
    margin-top: 1.25rem;
  }
}

@media screen and (max-width: 640px) {
  .sec_price .planBox {
    display: block;
    max-width: 100%;
    width: calc(100% - 0.3rem);
    margin-top: 0.45rem;
  }
}

.sec_price .planBox > .item {
  position: relative;
  z-index: 0;
  display: block;
  width: 3.4rem;
  transition: 0.5s;
}

@media print, screen and (min-width: 641px) {
  .sec_price .planBox > .item {
    margin-left: calc((100% - 10.2rem) / 2);
  }
}

.sec_price .planBox > .item:nth-of-type(3n + 1) {
  margin-left: 0;
}

@media screen and (max-width: 640px) {
  .sec_price .planBox > .item {
    width: 100%;
    margin-left: 0;
    margin-top: 0.4rem;
  }

  .sec_price .planBox > .item:nth-of-type(1) {
    margin-top: 0;
  }
}

.sec_price .planBox > .item > .in {
  position: relative;
  width: 100%;
  border-radius: 0.2rem;
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  .sec_price .planBox > .item > .in {
    border-radius: 0.2rem;
  }
}

.sec_price .planBox > .item .detail {
  transition: opacity 0.3s;
  border-radius: 0.2rem;
  overflow: hidden;
}

@media print, screen and (min-width: 641px) {
  .sec_price .planBox > .item .detail {
    box-shadow: 5px 5px 5px rgba(212, 212, 212, 0.3);
  }
}

@media screen and (max-width: 640px) {
  .sec_price .planBox > .item .detail {
    border-radius: 0.1rem;
  }
}

.sec_price .planBox > .item .detail > dt {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 0.65rem;
  background-color: #3e8b8c;
}

@media print, screen and (min-width: 641px) {
  .sec_price .planBox > .item .detail > dt {
    padding-top: 0.31rem;
  }
}

@media screen and (max-width: 640px) {
  .sec_price .planBox > .item .detail > dt {
    padding: 0.35rem 0 0.05rem;
    height: 0.45rem;
  }
}

.sec_price .planBox > .item .detail > dt::after {
  position: absolute;
  content: attr(data-subtxt);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-family: 'hannari';
  font-weight: 400;
  color: #fff;
}

@media print, screen and (min-width: 641px) {
  .sec_price .planBox > .item .detail > dt::after {
    top: 0.1rem;
    font-size: 0.2rem;
  }
}

@media screen and (max-width: 640px) {
  .sec_price .planBox > .item .detail > dt::after {
    top: 0.14rem;
    font-size: 0.19rem;
  }
}

.sec_price .planBox > .item .detail > dt::before {
  position: absolute;
  content: '';
  display: block;
  top: 0.03rem;
  bottom: 0;
  right: 0.16rem;
  margin: auto 0;
  width: 0.28rem;
  height: 0.28rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 640px) {
  .sec_price .planBox > .item .detail > dt::before {
    width: 5.83vw;
    height: 5.83vw;
  }
}

.sec_price .planBox > .item .detail > dt span {
  display: inline-block;
  width: 100%;
  font-family: 'hannari';
  font-weight: 400;
  font-size: 0.32rem;
  letter-spacing: 0.15em;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding-bottom: 0.18rem;
}

@media screen and (max-width: 640px) {
  .sec_price .planBox > .item .detail > dt span {
    font-size: 0.25rem;
    padding-bottom: 0.1rem;
  }
}

.sec_price .planBox > .item .detail > dd {
  line-height: 0;
}

.sec_price .planBox > .item .detail > dd .thumb {
  display: block;
  width: 100%;
}

@media print, screen and (min-width: 641px) {
  .sec_price .planBox > .item .detail > dd .thumb {
    height: 2.21rem;
  }
}

@media screen and (max-width: 640px) {
  .sec_price .planBox > .item .detail > dd .thumb {
    height: 61.11vw;
  }
}

@media print, screen and (min-width: 641px) {
  .sec_price .planBox > .item .detail > dd .thumb + .priceBox .price.member {
    padding-top: 0;
  }
}

.sec_price .planBox > .item .detail > dd .priceBox {
  background-color: #fff;
}

.sec_price .planBox > .item .detail > dd .price {
  position: relative;
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 400;
}

@media screen and (max-width: 640px) {
  .sec_price .planBox > .item .detail > dd .price {
    font-feature-settings: 'palt';
  }
}

.sec_price .planBox > .item .detail > dd .price::before {
  position: absolute;
  content: '';
  display: block;
  width: calc(100% - 0.4rem);
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  background-color: rgba(3, 136, 142, 0.1);
}

.sec_price .planBox > .item .detail > dd .price .prefix {
  position: relative;
  display: inline-block;
  width: 1.1rem;
  top: -0.18rem;
  padding-left: 0.2rem;
  margin-right: 0.18rem;
  font-family: '游ゴシック', '游ゴシック体', 'Yu Gothic', YuGothic,
    'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN',
    'Hiragino Kaku Gothic Pro', verdana, 'メイリオ', 'Meiryo', 'Osaka',
    sans-serif;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: 'palt';
  font-size: 0.12rem;
  letter-spacing: 0;
  line-height: 1.5;
  box-sizing: border-box;
}

@media print, screen and (min-width: 641px) {
  .sec_price .planBox > .item .detail > dd .price .prefix {
    margin-right: 0.1rem;
    font-size: 0.11rem;
    line-height: 1.68;
  }
}

.sec_price .planBox > .item .detail > dd .price strong {
  position: relative;
  top: -3px;
  z-index: 0;
  font-size: 3em;
  font-weight: 400;
  letter-spacing: -0.025em;
  font-feature-settings: 'palt';
}

@media print, screen and (min-width: 641px) {
  .sec_price .planBox > .item .detail > dd .price strong {
    font-size: 1.95em;
  }
}

.sec_price .planBox > .item .detail > dd .price strong.underline::before {
  bottom: 0.05rem;
}

@media screen and (max-width: 640px) {
  .sec_price .planBox > .item .detail > dd .price strong.digit1 {
    padding: 0 0.25em;
  }
}

.sec_price .planBox > .item .detail > dd .price .suffix {
  display: inline-block;
  position: relative;
  padding-top: 0.13rem;
  margin-left: 0.1rem;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .sec_price .planBox > .item .detail > dd .price .suffix {
    padding-top: 0.11rem;
    margin-left: 0.05rem;
    font-size: 0.17rem;
    line-height: 1.1;
  }
}

.sec_price .planBox > .item .detail > dd .price .suffix:before {
  content: attr(data-txt);
  position: absolute;
  top: 0;
  font-size: 0.11rem;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
}

@media screen and (max-width: 640px) {
  .sec_price .planBox > .item .detail > dd .price .suffix:before {
    font-size: 0.1rem;
  }
}

.sec_price .planBox > .item .detail > dd .price.general {
  padding-top: 0.06rem;
  line-height: 1.8;
}

.sec_price .planBox > .item .detail > dd .price.general .prefix {
  top: -0.08rem;
}

.sec_price .planBox > .item .detail > dd .price.general strong {
  top: 0;
  font-size: 0.27rem;
}

.sec_price .planBox > .item .detail > dd .price.general .suffix {
  font-size: 0.16rem;
  line-height: 1.1;
}

.sec_price .planBox > .item .detail > dd .price.member {
  padding-top: 0.07rem;
  color: #03888e;
  line-height: 1.35;
}

@media print, screen and (min-width: 641px) {
  .sec_price .planBox > .item .detail > dd .price.member {
    padding-top: 0.3rem;
    line-height: 2.15;
  }
}

@media screen and (max-width: 640px) {
  .sec_price .planBox > .item .detail > dd .price.member strong {
    top: -7px;
    font-size: 0.42rem;
  }
}

@media print, screen and (min-width: 641px) {
  .sec_price .planBox > .item .detail > dd .price.member strong {
    font-size: 0.49rem;
  }
}

@media print, screen and (min-width: 641px) {
  .sec_price .planBox > .item .detail > dd .price.member strong._fzmin {
    font-size: 0.4rem;
  }
}

.sec_price .planBox > .item .detail > dd .price.member .suffix {
  line-height: 1.3;
}

@media screen and (max-width: 640px) {
  .sec_price .planBox > .item .detail > dd .price.member .suffix {
    position: relative;
    top: -6px;
    font-size: 0.22rem;
  }
}

@media print, screen and (min-width: 641px) {
  .sec_price .planBox > .item .detail > dd .price.member .suffix {
    font-size: 0.26rem;
  }
}

.sec_price .planBox > .item .detail > dd .price.member .suffix:before {
  left: 1px;
  font-size: 0.11rem;
}

@media print, screen and (min-width: 641px) {
  .sec_price .planBox > .item .detail > dd .price.general + .member {
    padding-top: 0.07rem !important;
    line-height: 1.5 !important;
  }
}

.sec_price .planBox > .item .detail > dd .txt {
  padding: 0.18rem 0.19rem 0.16rem;
  font-family: '游ゴシック', '游ゴシック体', 'Yu Gothic', YuGothic,
    'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN',
    'Hiragino Kaku Gothic Pro', verdana, 'メイリオ', 'Meiryo', 'Osaka',
    sans-serif;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: 'palt';
  font-size: 0.16rem;
  letter-spacing: 0.08em;
  line-height: 1.87;
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  .sec_price .planBox > .item .detail > dd .txt {
    font-size: 0.14rem;
  }
}

@media screen and (max-width: 640px) {
  .sec_price .planBox > .item.plan01 .detail > dt span {
    padding-left: 0.1rem;
  }
}

.sec_pay > .in {
  padding: 0.7rem 0 0.48rem;
  background-color: #ebe4d9;
}

@media print, screen and (min-width: 641px) {
  .sec_pay > .in {
    padding: 1.15rem 0 1.27rem;
  }
}

.sec_pay .secTit .title {
  line-height: 1.3;
}

@media print, screen and (min-width: 641px) {
  .sec_pay .secTit .title {
    letter-spacing: 0.35em;
  }
}

.sec_pay .secTit .catch {
  margin-top: 0.27rem;
  text-align: center;
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'HG明朝E',
    'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-weight: 500;
  font-size: 0.16rem;
  line-height: 1.87;
  color: #473933;
}

.os-android .sec_pay .secTit .catch {
  font-family: 'Noto Serif JP', serif;
}

@media print, screen and (min-width: 641px) {
  .sec_pay .secTit .catch {
    margin-top: 0.5rem;
    font-size: 0.18rem;
    letter-spacing: 0.11em;
  }
}

.sec_pay .itemBox {
  width: calc(100% - 0.6rem);
  margin: 0 auto;
}

@media print, screen and (min-width: 641px) {
  .sec_pay .itemBox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 10rem;
    margin-top: 0.5rem;
  }
}

@media screen and (max-width: 640px) {
  .sec_pay .itemBox {
    margin-top: 0.32rem;
  }
}

.sec_pay .itemBox .item {
  position: relative;
  padding: 0.12rem 0;
  padding-left: 21.68vw;
  border-bottom: 2px solid rgba(122, 113, 110, 0.2);
}

@media print, screen and (min-width: 641px) {
  .sec_pay .itemBox .item {
    width: 4.85rem;
    padding: 0.22rem 0.15rem 0.25rem 0;
    padding-left: 1.2rem;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  .sec_pay .itemBox .item:nth-of-type(1) {
    border-top: 2px solid rgba(122, 113, 110, 0.2);
  }
}

@media print, screen and (min-width: 641px) {
  .sec_pay .itemBox .item:nth-of-type(-n + 2) {
    border-top: 2px solid rgba(122, 113, 110, 0.2);
  }
}

@media print, screen and (min-width: 641px) {
  .sec_pay .itemBox .item:nth-of-type(even) {
    margin-left: 0.3rem;
  }
}

.sec_pay .itemBox .item > dt {
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'HG明朝E',
    'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-weight: 600;
  font-size: 0.17rem;
  letter-spacing: -0.02em;
  line-height: 1.78;
  color: #473933;
  white-space: nowrap;
}

.os-android .sec_pay .itemBox .item > dt {
  font-family: 'Noto Serif JP', serif;
}

@media print, screen and (min-width: 641px) {
  .sec_pay .itemBox .item > dt {
    font-size: 0.2rem;
  }
}

.sec_pay .itemBox .item > dd {
  margin-top: 0.03rem;
  font-family: '游ゴシック', '游ゴシック体', 'Yu Gothic', YuGothic,
    'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN',
    'Hiragino Kaku Gothic Pro', verdana, 'メイリオ', 'Meiryo', 'Osaka',
    sans-serif;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: 'palt';
  font-size: 0.14rem;
  letter-spacing: 0.08em;
  line-height: 1.78;
  color: #473933;
}

@media print, screen and (min-width: 641px) {
  .sec_pay .itemBox .item > dd {
    margin-top: 0.09rem;
    font-size: 0.15rem;
  }
}

.sec_pay .itemBox .item .deco {
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.sec_pay .itemBox .item .deco.deco01 {
  top: 4.8vw;
  left: 0.5vw;
  width: 14.16vw;
  height: 12.22vw;
  background-image: url(../common/img/plan_pay_deco01.png);
}

@media print, screen and (min-width: 641px) {
  .sec_pay .itemBox .item .deco.deco01 {
    top: 0.31rem;
    left: 0.21rem;
    width: 0.67rem;
    height: 0.58rem;
  }
}

.sec_pay .itemBox .item .deco.deco02 {
  top: 5.1vw;
  left: 1.8vw;
  width: 13.05vw;
  height: 16.38vw;
  background-image: url(../common/img/plan_pay_deco02.png);
}

@media print, screen and (min-width: 641px) {
  .sec_pay .itemBox .item .deco.deco02 {
    top: 0.3rem;
    left: 0.22rem;
    width: 0.62rem;
    height: 0.78rem;
  }
}

.sec_pay .itemBox .item .deco.deco03 {
  top: 5.6vw;
  left: 0.4vw;
  width: 16.94vw;
  height: 12.77vw;
  background-image: url(../common/img/plan_pay_deco03.png);
}

@media print, screen and (min-width: 641px) {
  .sec_pay .itemBox .item .deco.deco03 {
    top: 0.3rem;
    left: 0.18rem;
    width: 0.79rem;
    height: 0.6rem;
  }
}

.sec_pay .itemBox .item .deco.deco04 {
  top: 4.7vw;
  left: 0.4vw;
  width: 16.94vw;
  height: 15.27vw;
  background-image: url(../common/img/plan_pay_deco04.png);
}

@media print, screen and (min-width: 641px) {
  .sec_pay .itemBox .item .deco.deco04 {
    top: 0.3rem;
    left: 0.12rem;
    width: 0.8rem;
    height: 0.72rem;
  }
}

.sec_lead > .in {
  padding: 1.85rem 0 1.6rem;
}

@media screen and (max-width: 640px) {
  .sec_lead > .in {
    padding: 1.45rem 0 0.95rem;
  }
}

.sec_lead .secTit .title {
  font-size: 0.28rem;
  line-height: 1.64;
}

@media screen and (max-width: 640px) {
  .sec_lead .secTit .title {
    font-size: 0.19rem;
    letter-spacing: 0.09em;
  }
}

.sec_lead .secTit .title::before {
  top: calc(50% - 1.57rem);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1rem;
  height: 0.93rem;
  background-image: url(../img/two-day/lead_title_deco.svg);
  opacity: 1;
}

@media screen and (max-width: 640px) {
  .sec_lead .secTit .title::before {
    top: calc(50% - 1.18rem);
    width: 0.78rem;
    height: 0.73rem;
  }
}

.sec_lead .leadBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0.48rem auto 0;
  width: 100%;
  max-width: 10rem;
}

@media screen and (max-width: 640px) {
  .sec_lead .leadBox {
    margin-top: 0.3rem;
    max-width: calc(100% - 0.6rem);
  }
}

.sec_lead .leadBox .lead {
  padding: 0.4rem 0 0.42rem;
  width: 48%;
  background-color: #f3efec;
  border-radius: 0.18rem;
}

@media print, screen and (min-width: 641px) {
  .sec_lead .leadBox .lead:nth-of-type(n + 3) {
    margin-top: 0.4rem;
  }
}

@media screen and (max-width: 640px) {
  .sec_lead .leadBox .lead {
    width: 100%;
    padding: 0.3rem 0;
  }

  .sec_lead .leadBox .lead + .lead {
    margin-top: 0.3rem;
  }
}

.sec_lead .leadBox .lead .title {
  text-align: center;
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.22rem;
  color: #03888e;
}

@media screen and (max-width: 640px) {
  .sec_lead .leadBox .lead .title {
    font-feature-settings: 'palt';
  }
}

@media screen and (max-width: 640px) {
  .sec_lead .leadBox .lead .title {
    font-size: 0.19rem;
  }
}

.sec_lead .leadBox .lead .txt {
  text-align: center;
  margin-top: 0.12rem;
}

@media screen and (max-width: 640px) {
  .sec_lead .leadBox .lead .txt {
    margin-top: 0.08rem;
  }
}

.sec_lead .leadBox .lead .link {
  margin-top: 0.2rem;
}

@media screen and (max-width: 640px) {
  .sec_lead .leadBox .lead .link {
    margin: 0.15rem auto 0;
    max-width: 83.33%;
  }
}

/* -----------------------------------------------------------------------------
common
----------------------------------------------------------------------------- */
.br-pc {
  display: none;
}

a {
  box-sizing: border-box;
}

:root {
  --yu-go: '游ゴシック', '游ゴシック体', 'Yu Gothic', YuGothic,
    'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN',
    'Hiragino Kaku Gothic Pro', verdana, 'メイリオ', 'Meiryo', 'Osaka',
    sans-serif;
  --yu-min: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝',
    'ＭＳ 明朝', serif;
  --green: #03888e;
  --txt-color: #473933;
  --dark-yellow: #f8d679;
  --bg: rgba(71, 57, 51, 0.1);
  --bg-yellow: #f3efe6;
}

/* *,
::before,
::after {
  box-sizing: border-box;
}
 */
.renewWrap-family .planVisual *,
.renewWrap-family,
::before,
::after {
  box-sizing: border-box;
}

.recommend *,
::before,
::after {
  box-sizing: border-box;
}

.sec_price--family *,
::before,
::after {
  box-sizing: border-box;
}

.about *,
::before,
::after {
  box-sizing: border-box;
}

.includeNote-family {
  padding: 0px 24px;
}

@media (min-width: 641px) {
  .includeNote-family {
    padding: 0px 60px;
  }
}

.includeNote-family .note-family {
  font-size: 10px;
  white-space: nowrap;
  line-height: 2;
  font-family: var(--yu-go);
  font-weight: 600;
}

.includeNote-family--pc {
  display: none;
}

@media (min-width: 641px) {
  .includeNote-family--sp {
    display: none;
  }

  .includeNote-family--pc {
    display: block;
  }

  .option-box .includeNote-family--pc {
    padding-left: 28px;
  }

  .includeNote-family .note-family {
    font-size: 14px;
  }

  .note-indent {
    margin-left: -1.3em;
  }
}

.marker-family {
  position: relative;
  z-index: 0;
  color: var(--green);
}

.marker-family:before {
  content: '';
  position: absolute;
  background: var(--dark-yellow);
  width: 101%;
  height: 11px;
  bottom: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}

.tax-excluded-type2 .marker-family:before {
  bottom: 10px;
}

@media (min-width: 641px) {
  .recommend .marker-family:before {
    bottom: 8px;
  }
}

.fee-box__price .marker-family {
  font-size: clamp(38px, 10.1vw, 51px);
}

.price-large .marker-family:before {
  bottom: 0.2em;
}

.br-pc {
  display: none;
}

@media (min-width: 641px) {
  .br-sp {
    display: none;
  }

  .br-pc {
    display: block;
  }
}

.display-pc {
  display: none;
}

@media (min-width: 641px) {
  .display-sp {
    display: none;
  }

  .display-pc {
    display: block;
  }
}

.circle-type2 {
  background: white;
  width: clamp(18px, 4.8vw, 35px);
  height: clamp(18px, 4.8vw, 35px);
  display: inline-block;
  border-radius: 50%;
  position: relative;
}

/* 十字マーク */
.circle-type2:before,
.circle-type2:after {
  width: clamp(10px, 2.6vw, 15px);
  height: 2px;
  background: var(--green);
  border-radius: 0.1em;
  content: '';
  position: absolute;
}

.circle-type2:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circle-type2:after {
  left: 50%;
  top: 50%;
  transform: translateX(-50%) rotate(90deg);
}

.example {
  font-family: var(--yu-go);
  font-size: clamp(12px, 3.2vw, 22px);
  font-weight: 600;
  display: inline-block;
  font-feature-settings: 'palt';
}

@media (min-width: 641px) {
  .container--fee {
    padding: 0 15px;
  }

  .container--option {
    padding: 0 38px;
  }
}

@media (min-width: 641px) {
  .family-indent {
    margin-left: -25px;
  }
}

/* -----------------------------------------------------------------------------
mv
----------------------------------------------------------------------------- */
.planVisual {
  margin-bottom: clamp(40px, 10.6vw, 86px);
}

.renewWrap-family .planVisual .contBox .title span {
  font-size: clamp(42px, 11.2vw, 43px);
}

.reneWrap-family .planVisual .contBox .title {
  border-radius: none;
}

.renewWrap-family .planVisual .contBox .title {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 0.09rem 0 0.3rem;
  padding: 4px;
  height: 74px;
  margin: 0 25px;
  margin-top: -75px;
}

.detail-family {
  background: #f3efe6;
  width: 100vw;
  margin: calc(50% - 50vw);
}

.container-family {
  width: calc(100% - 39px);
  margin: 0 auto;
  padding-top: 5.3vw;
}

@media screen and (max-width: 640px) {
  .container-family {
    padding-bottom: 5.3vw;
  }
}

.family-title--pc {
  display: none;
}

.family-title {
  text-align: center;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: clamp(15px, 4.2vw, 16px);
  font-weight: 600;
  color: var(--txt-color);
  padding: 13px 0;
  border: 1px #473933 solid;
  border-radius: 8px;
}

.tax-wrap {
  margin-bottom: clamp(24px, 5.3vw, 26px);
}

.family-title span {
  font-size: clamp(13px, 3.7vw, 14px);
  font-weight: normal;
}

.tax-wrapSub-type1 {
  margin-top: 4px;
  font-family: source-han-serif-japanese, serif;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-weight: 600;
}

.tax-wrapSub-type1 .marker:before {
  background: linear-gradient(transparent 80%, #f8d679 80%);
  bottom: 0.2em;
}

.price-large {
  font-size: clamp(58px, 15.2vw, 76px);
  color: #03888e;
  line-height: 1.2;
}

.suffix {
  position: relative;
  font-size: 0.58em;
  font-weight: 600;
}

@media screen and (max-width: 640px) {
  .suffix {
    font-size: 0.5em;
    margin-right: 8px;
  }
}

.suffix:before {
  position: absolute;
  content: attr(data-txt);
  font-size: min(3.2vw, 12px);
  top: -6%;
  left: 3%;
  color: var(--txt-color);
  white-space: nowrap;
}

@media screen and (max-width: 640px) {
  .suffix:before {
    top: -14%;
    left: 0%;
  }
}

.price-small {
  font-size: clamp(22px, 5.8vw, 24px);
  color: #473933;
  margin-bottom: 6px;
}

.en {
  font-size: 0.7em;
  position: relative;
  font-weight: 600;
}

.en:before {
  position: absolute;
  content: attr(data-txt);
  display: block;
  font-size: min(3.2vw, 12px);
  top: -62%;
  right: 28%;
}

.tax-wrapSub-type2 p {
  height: 50px;
  line-height: 50px;
  width: 100% !important;
  background: white;
  text-align: center;
  color: var(--txt-color);
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: 600;
  font-size: clamp(17px, 4.5vw, 18px);
  border-radius: clamp(8px, 2.1vw, 6px);
  position: relative;
}

.tax-wrapSub-type2 {
  gap: 14px;
  /* margin-bottom: clamp(14px, 3.7vw, 22px); */
  display: block;
  width: 170px;
}

@media screen and (max-width: 640px) {
  .tax-wrapSub-type2 {
    gap: 14px;
    display: flex;
    width: 100%;
    margin-top: 34px;
  }
  .tax-wrapSub-type2 p {
    width: 50% !important;
    padding: clamp(19px, 4vw, 17px) 0;
    border-radius: clamp(8px, 2.1vw, 12px);
    height: auto;
    line-height: 1;
  }

  .tax-wrapSub-type2 p:before {
    top: -20px !important;
  }

  .tax-wrapSub-type2 span:before,
  .tax-wrapSub-type2 span:after {
    top: -6px !important;
  }
}

/* 十字マーク */
.tax-wrapSub-type2 span:before,
.tax-wrapSub-type2 span:after {
  width: 10px;
  height: 2px;
  background: #333;
  border-radius: 0.1em;
  content: '';
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
}

.tax-wrapSub-type2 span:after {
  transform: translateX(-50%) rotate(90deg);
  left: 50%;
}

.tax-wrapSub-type2 p:before {
  position: absolute;
  content: '';
  background: white;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
}

.plan-itemsGeneral {
  display: none;
}

.box {
  border-radius: 8px;
  padding: 5vw 0;
  font-family: var(--yu-go);
  margin-bottom: 13.4vw;
}

@media screen and (max-width: 640px) {
  .box {
    background-image: url(../img/plan/bg_pc_3.png);
    margin-bottom: 0;
  }
}

.num {
  text-align: center;
  font-size: clamp(15px, 4.2vw, 16px);
  margin-bottom: 3.7vw;
  color: var(--txt-color);
  font-weight: 600;
}

.num .min {
  font-size: clamp(20px, 5.3vw, 21px);
  font-weight: bold;
  color: var(--green);
  padding-right: 0.3em;
}

.flow {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.flow p {
  background: var(--green);
  writing-mode: vertical-rl;
  font-size: clamp(15px, 4vw, 16px);
  color: white;
  font-weight: 400;
  border-radius: 4px;
  width: 34px;
  height: 71px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow p:first-child {
  position: relative;
}

.flow p:first-child:before {
  content: '';
  position: absolute;
  background: url('../img/family/arrow-1.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 177px;
  height: 20px;
  z-index: 0;
  left: 0;
}

.flow span {
  position: relative;
}

.large {
  font-size: clamp(24px, 6.4vw, 25px);
  color: var(--green);
  font-weight: bold;
}

.renewWrap-family > .min {
  font-size: clamp(20px, 5.3vw, 21px);
  font-weight: revert;
}

.plan-wrap--pc {
  display: none;
}

.plan-wrap {
  position: relative;
  padding-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .plan-wrap {
    padding-top: 50px;
  }
}

.plan-wrap:before {
  position: absolute;
  content: '';
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: url(../img/family/bg-sp-1.png);
  background-size: contain;
  background-position: center top;
  background-size: cover;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .plan-wrap:before {
    height: 92%;
  }
}

.plan-heading {
  text-align: center;
  font-size: clamp(16px, 4.2vw, 28px);
  color: var(--txt-color);
  font-family: var(--yu-min);
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 20px;
  position: relative;
  padding-top: 24px;
  z-index: 1;
}

.plan-items {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .plan-items {
    padding: 0 20px;
  }
}

.plan-item-type1,
.plan-item-type2,
.plan-item-type3 {
  background: white;
  border-radius: 8px;
  display: flex;
  padding: 16px 8px 16px 10px;
  align-items: center;
  font-family: 'source-han-serif-japanese';
  font-weight: 600;
  justify-content: space-between;
}

.plan-item-type1 {
  margin-bottom: 20px;
  position: relative;
}

.plan-item-type1:before {
  content: '';
  position: absolute;
  background: url('../img/family/btn-1.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.plan-feeTitle-type1 {
  color: var(--green);
  font-family: var(--yu-go);
  padding: 10px 0;
  font-weight: bold;
  width: min(40vw, 150px);
  white-space: nowrap;
  text-align: center;
  border-radius: 4px;
  font-size: min(3.4vw, 13px);
  position: relative;
  z-index: 2;
}

.plan-feeTitle-type1:before {
  position: absolute;
  content: '';
  background: url(../img/family/bg-sp-2.png);
  background-size: contain;
  width: 110%;
  height: 48px;
  left: -4px;
  top: -6px;
  z-index: -1;
}

.font-case {
  font-size: min(2.6vw, 11px);
}

.plan-feeTitle-type1:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 6px;
  height: 38px;
  border: 1px solid var(--green);
}

.plan-itemSub-type1,
.plan-itemSub-type2 {
  color: var(--txt-color);
  text-align: right;
}

.tax-excluded-type1 {
  font-size: clamp(24px, 6.4vw, 36px);
  white-space: nowrap;
}

.tax {
  font-size: 12px;
  white-space: nowrap;
  margin-left: -0.6em;
  color: var(--txt-color);
}

.tax-included-type1 {
  font-size: clamp(16px, 4.2vw, 20px);
}

.plan-item-type2 {
  margin-bottom: 48px;
  position: relative;
}

.plan-item-type2:before {
  content: '';
  position: absolute;
  background: url(../img/family/arrow-2-sp.png);
  background-size: contain;
  width: 90px;
  height: 29px;
  bottom: -42px;
  left: 50%;
  transform: translateX(-50%);
}

.plan-item-type3 {
  margin-bottom: 15px;
}

.plan-feeTitle-type2 {
  width: clamp(72px, 19.2vw, 100px);
  height: clamp(72px, 19.2vw, 100px);
  background: var(--dark-yellow);
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  line-height: 1.2;
  justify-content: center;
  font-size: clamp(18px, 4.8vw, 26px);
  font-family: var(--yu-go);
  font-weight: bold;
}

.tax-excluded-type2 {
  font-size: clamp(38px, 10.1vw, 49px);
  color: var(--green);
}

.tax-excluded-type2 .en {
  margin-left: -0.4em;
}

.tax-excluded-type2 .tax {
  margin-left: -1.6em;
}

.tax-included-type2 {
  font-size: clamp(20px, 5.3vw, 28px);
}

.plan-item-type4 {
  font-family: var(--yu-go);
  font-size: clamp(10px, 2.6vw, 14px);
  /* color: var(--txt-color); */
  white-space: nowrap;
  font-weight: 600;
}

.plan-item-type4 p {
  line-height: 1.8;
  color: var(--txt-color);
}

.indent {
  margin-left: 1em;
}

@media (min-width: 641px) {
  .plan-wrap--sp {
    display: none;
  }

  .plan-wrap--pc {
    display: block;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 60px;
  }

  .container-in {
    max-width: 1080px;
    width: 100%;
    padding: 50px 34px 40px;
    margin: auto;
    gap: 60px;
    flex-direction: column;
  }

  .in__wrap {
    display: flex;
    justify-content: space-between;
    gap: 34px;
    /* padding-top: 30px; */
    margin-bottom: 50px;
  }

  .renewWrap-family .planVisual .contBox .title .display-pc {
    font-size: 13px;
    font-family: var(--yu-go);
    display: flex;
    line-height: 1.8;
    position: relative;
    margin-top: 5px;
  }

  .renewWrap-family .planVisual .contBox .title .display-pc:before {
    position: absolute;
    content: '';
    background: url(../img/family/arrow-3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    width: 139px;
    height: 52px;
    left: -17px;
  }

  .renewWrap-family .planVisual .contBox .title {
    padding: 14px 0 20px;
    margin: 0;
    height: 86px;
    letter-spacing: 0.06em;
    gap: 30px;
  }

  .contBox__wrapTitle {
    margin-bottom: 10px;
  }

  .title {
    display: flex;
    justify-content: center;
    font-size: 43px;
    gap: 18px;
    align-items: center;
  }

  .box {
    padding: 0;
    margin-bottom: 0;
    background-color: initial;
    border-radius: initial;
    display: flex;
    align-items: center;
  }

  .detail-family {
    background: none;
    width: initial;
    margin: initial;
  }

  .tax-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 0;
    height: 114px;
  }

  .family-title--sp {
    display: none;
  }

  .family-title--pc {
    display: flex;
    border: none;
    background: url(../img/family/txt-heading.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 18px 0;
    height: 75px;
    background-position: center top;
    text-align: center;
    justify-content: center;
  }

  /* .title {
    height: 86px;
  } */
  .container-family {
    padding-top: 0;
    width: inherit;
    margin: initial;
  }

  .tax-wrapSub-type1 {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: initial;
    justify-content: initial;
    white-space: nowrap;
  }

  .price-large .marker:before {
    bottom: 15px;
    background: linear-gradient(transparent 85%, #f8d679 86%);
  }

  .family-title--pc {
    font-size: 16px;
    display: flex;
    padding: 12px 0 0 0;
    gap: 7px;
  }

  .family-title--pc span {
    padding-top: 2px;
    height: 16px;
  }

  .contBox {
    max-width: 480px;
    width: 100%;
  }

  .price-small {
    margin-bottom: 0;
    text-align: right;
    position: relative;
  }

  .en:before {
    content: none;
  }

  .price-small:before {
    position: absolute;
    content: '(税込)';
    right: 120px;
    top: 34%;
    font-size: 12px;
    color: var(--txt-color);
  }

  .tax-wrapSub-type2 {
    gap: 25px;
    margin-bottom: 0px;
  }

  .tax-wrapSub-type2 p:nth-child(1) {
    margin-bottom: 10px;
  }

  .tax-wrapSub-type2 p {
    width: 94px;
  }

  .tax-wrapSub-type2 p:last-child {
    width: 126px;
  }

  .tax-wrapSub-type2 p:before {
    left: 0;
  }

  .tax-wrapSub-type2 span:before,
  .tax-wrapSub-type2 span:after {
    left: 0;
  }

  .box {
    width: 100%;
    height: 108px;
    display: flex;
    justify-content: space-between;
  }

  .num {
    margin-bottom: 0;
    background: url(../img/plan/bg_pc.png);
    /* height: 100%; */
    width: 40%;
    margin-right: 4px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    padding: 22px 0;
  }

  .flow {
    background: url(../img/plan/bg_pc_2.png);
    width: 60%;
    height: 100%;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    align-items: center;
  }

  .plan-items {
    display: flex;
    padding: 0 24px;
    width: initial;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .plan-item-type4 {
    display: none;
  }

  .plan-wrap:before {
    background: url(../img/family/bg-pc.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    margin: initial;
    width: 100%;
    height: 324px;
  }

  .plan-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: initial;
  }

  .plan-heading p:nth-child(1) {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin-right: 6px;
  }

  .circle-type2 {
    margin-left: -5px;
    margin-top: 2px;
  }

  .circle-type2:before,
  .circle-type2:after {
    height: 4px;
  }

  .circle-type2:after {
    top: 47%;
  }

  .plan-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: initial;
  }

  .example {
    /* display: none; */
    padding-top: 5px;
  }

  .plan-heading p:nth-child(1) {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-right: 6px;
  }

  .circle-type2 {
    margin-left: -1px;
    margin-top: 2px;
  }

  .circle-type2:before,
  .circle-type2:after {
    height: 4px;
  }

  .circle-type2:after {
    top: 47%;
  }

  .plan-item-type1,
  .plan-item-type2,
  .plan-item-type3 {
    border-radius: 16px;
    height: 143px;
  }

  .plan-item-type1,
  .plan-item-type2 {
    width: 241px;
    display: flex;
    flex-direction: column;
  }

  .plan-item-type1 {
    margin-right: 17px;
    padding: 0;
    margin-bottom: 0;
    position: relative;
  }

  .plan-item-type2 {
    margin-bottom: 0;
    margin-right: 57px;
    padding: 0;
  }

  .plan-item-type1::before {
    position: absolute;
    content: '';
    left: initial;
    right: -30px;
    top: 60%;
    transform: translateY(-50%);
  }

  .plan-item-type2:before {
    background: url(../img/family/arrow-2-pc.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 72px;
    height: 72px;
    bottom: initial;
    top: 50%;
    transform: translateY(-50%);
    left: initial;
    right: -89px;
  }

  .plan-item-type3 {
    margin-bottom: 0;
    width: 408px;
    gap: 12px;
    padding: 0 9px 0 21px;
  }

  .tax-excluded-type2,
  .tax-included-type2 {
    white-space: nowrap;
    margin-right: -5px;
  }

  .plan-feeTitle-type1:before {
    content: none;
  }

  .plan-feeTitle-type1:after {
    content: none;
  }

  .plan-feeTitle-type1 {
    background: var(--green);
    color: white;
    font-size: 19px;
    width: 100%;
    border-radius: initial;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 8px 0;
    height: 42px;
  }

  .font-case {
    display: inline-block;
    margin-left: 4px;
    font-size: 11px;
  }

  .plan-feeTitle-type2 {
    line-height: 1.2;
  }

  .plan-itemSub-type1 {
    padding: 0;
    padding-left: 4px;
    margin-bottom: 16px;
    line-height: 1.3;
  }

  .plan-annotation {
    position: relative;
    z-index: 2;
    padding-left: 24px;
    /* line-height: 2.1; */
    font-size: 14px;
    color: var(--txt-color);
    font-weight: 600;
    font-family: var(--yu-go);
  }

  .plan-annotation p {
    color: var(--txt-color);
  }

  .plan-annotation span {
    font-size: 11px;
  }
}

/* -----------------------------------------------------------------------------
recommend
----------------------------------------------------------------------------- */
.recommend {
  margin-bottom: clamp(66px, 17.6vw, 87px);
}

.recommend h2 {
  text-align: center;
  font-family: var(--yu-min);
  color: var(--txt-color);
  font-weight: 400;
  line-height: 1.8;
  font-size: clamp(16px, 4.2vw, 18px);
}

.recommend .marker:before {
  background: linear-gradient(transparent 50%, #f8d679 80%);
}

.recommend__txtSp,
.recommend__txtPc {
  color: var(--green);
  font-weight: 500;
}

.recommend__txtPc {
  display: none;
}

@media (min-width: 641px) {
  .recommend__txtSp {
    display: none;
  }

  .recommend h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .recommend__txtPc {
    display: inline-block;
    max-width: 628px;
    width: 100%;
    white-space: nowrap;
  }
}

/* -----------------------------------------------------------------------------
price
----------------------------------------------------------------------------- */
.sec_price--family > .in {
  padding: 0;
  padding-top: clamp(60px, 16vw, 78px);
}

.option {
  margin-bottom: min(13vw, 50px);
  /* max-width: 946px; */
  margin: auto;
  margin-bottom: min(13vw, 50px);
}

.sec_price--family .title span {
  line-height: 1.6;
}

.sec_price--family .includeWrap {
  background-color: initial;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  margin-top: 0;
  border-radius: 0;
  margin-bottom: clamp(16px, 4.2vw, 26px);
}

.sec_price--family .includeWrap .more,
.sec_price--family .includeWrap .more-type2 {
  display: block;
  border: 1px solid var(--green);
  border-radius: 999px;
  width: 90%;
  margin: auto;
  padding: 10px 0;
  margin-top: min(3.7vw, 14px);
  text-align: center;
  font-family: var(--yu-go);
  font-style: normal;
  font-weight: 500;
  font-feature-settings: 'palt';
  font-weight: 700;
  font-size: 0.16rem;
  letter-spacing: 0.05em;
  margin: auto;
  /* margin: 0px 24px; */
}

.sec_price--family .includeWrap .more span,
.sec_price--family .includeWrap .more-type2 span {
  position: relative;
  display: inline-block;
  padding-right: 0.21rem;
  color: var(--green);
}

.sec_price .includeNote {
  margin-top: clamp(16px, 4.2vw, 20px);
}

.sec_price .includeNote .note {
  font-weight: 600;
  color: var(--txt-color);
}

.sec_price--family .secTit {
  margin-bottom: 32px;
}

.sec_price--family .includeWrap > .title {
  font-size: min(34vw, 15px);
  background: var(--green);
  color: white;
  width: clamp(327px, 87.2vw, 348px);
  margin: auto;
  padding: 10px 12px;
  height: 41px;
  border-radius: 999px;
  position: relative;
  font-weight: bold;
  margin-bottom: 32px;
  font-family: var(--yu-go) !important;
}

.sec_price--family .includeWrap > .title:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid var(--green);
}

.sec_price .includeWrap .item::before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  bottom: 0;
  right: 0.1rem;
  margin: auto 0;
  width: 24px;
  height: 24px;
  background-image: url(../img/family/arrow-4.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.sec_price--family .includeWrap .more span::before,
.sec_price--family .includeWrap .more-type2 span::before {
  position: absolute;
  content: '';
  display: block;
  top: -11%;
  right: -29.3vw;
  bottom: 0;
  margin: auto 0;
  width: min(6.4vw, 24px);
  height: min(6.4vw, 24px);
  background-image: url(../img/family/arrow-5.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.sec_price--family .includeWrap .more span.close::before,
.sec_price--family .includeWrap .more-type2 span.close::before {
  background-image: url(../img/family/arrow-6.svg);
}

.sec_price--family .includeWrap .includeBox {
  margin-top: 0;
}

.sec_price--family .includeWrap .item:not(:last-child) {
  margin-bottom: 14px;
}

.sec_price .includeWrap .item .ph img {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.sec_price .includeWrap .item .txt {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* 会場使用料 */
.fee-box__wrapHole--pc {
  display: none;
}

.fee-box {
  color: var(--txt-color);
  position: relative;
  background: url(../img/family/bg-sp-3.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  z-index: 0;
  padding: clamp(18px, 4.8vw, 35px) 0 35px;
  margin-bottom: clamp(50px, 13.3vw, 60px);
}

/* .fee-box::before {
    position: absolute;
    content: "";
    background: url(../img/family/bg-sp-3.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: -webkit-fill-available;
    z-index: 0;
} */
.feeOption-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: min(4.8vw, 18px);
  gap: 9px;
  position: relative;
}

.feeOption-txtWrap .marker-family {
  font-size: min(5.8vw, 22px);
  font-weight: bold;
}

.feeOption-heading h2 {
  font-family: var(--yu-min);
  font-weight: 600;
  font-size: clamp(24px, 6.4vw, 30px);
}

.feeOption-txtWrap {
  text-align: center;
  line-height: 1.8;
  font-size: min(4.2vw, 16px);
  margin-bottom: clamp(30px, 8vw, 40px);
}

.feeOption-txtWrap p {
  color: var(--txt-color);
  font-weight: 600;
}

.feeOption-txtWrap--pc {
  display: none;
}

.fee-box__wrap {
  background: white;
  margin: 0 25px;
  border-radius: 16px;
}

.fee-box__heading {
  background: var(--green);
  text-align: center;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding: 16px 0;
}

.fee-box__heading p {
  color: white;
  font-family: var(--yu-go);
  font-size: clamp(18px, 4.8vw, 20px);
}

.fee-box__heading p span {
  border: 1px solid white;
  border-radius: 6px;
  padding: 4px;
  display: inline-block;
  margin-right: 3px;
}

.fee-box__wrap {
  background: white;
  margin: 0 25px clamp(16px, 4.2vw, 26px);
  border-radius: 16px;
  padding-bottom: clamp(16px, 4.2vw, 25px);
}

.fee-box__heading {
  background: var(--green);
  text-align: center;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding: 16px 0;
  margin-bottom: 16px;
}

.fee-box__heading p {
  color: white;
  font-family: var(--yu-go);
  font-size: clamp(18px, 4.8vw, 20px);
}

.fee-box__heading p span {
  border: 1px solid white;
  border-radius: 6px;
  padding: 4px;
  display: inline-block;
  margin-right: 3px;
}

.fee-box__price {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-end;
  padding: 0 24px;
  font-family: var(--yu-min);
  font-weight: 600;
  gap: 0px;
}

.fee-box__price p {
  white-space: nowrap;
}

.fee-boxBtn {
  cursor: pointer;
}

.fee-boxBtn:hover {
  opacity: 0.8;
}

.fee-box__price .tax {
  font-size: min(3.2vw, 12px);
  font-feature-settings: 'palt';
  margin-left: -3px;
}

.fee-box__price p:nth-child(1) .sougi {
  font-size: clamp(22px, 5.8vw, 27px);
}

.fee-box__price p:nth-child(1) .marker {
  font-size: clamp(38px, 10.1vw, 51px);
  color: var(--green);
}

.fee-box__price p:nth-child(1) .en {
  font-size: clamp(25px, 6.6vw, 31px);
  color: var(--green);
}

.fee-box__price p:nth-child(2) span:nth-child(1) {
  font-size: clamp(26px, 6.9vw, 28px);
}

.fee-box__price p:nth-child(2) .en {
  font-size: clamp(20px, 5.3vw, 22px);
}

.fee-box__wrapHole {
  margin: 0;
  padding: clamp(8px, 2.1vw, 30px) clamp(15px, 4vw, 20px);
  border-radius: 6px;
  background: var(--bg-yellow);
  margin: 16px;
  font-family: var(--yu-go);
  /* margin-bottom: clamp(16px,4.2vw,21px); */
}

.fee-box__holeHeading p {
  text-align: center;
  font-family: var(--yu-go);
  font-weight: 500;
  color: var(--txt-color);
  font-size: clamp(16px, 4.2vw, 22px);
}

.fee-box__wrapHole--sp .fee-box__holeHeading p {
  position: relative;
  display: inline-block;
}

.fee-box__wrapHole--sp .fee-box__holeHeading p:before {
  position: absolute;
  content: '';
  background: url(../img/family/btn-3.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  right: -1.8em;
}

.fee-box__wrapHole--sp .is-active p:before {
  background: url(../img/family/btn-3-open.svg);
}

.fee-box__holeHeading {
  text-align: center;
}

.fee-box__itemHeading {
  background: white;
  text-align: center;
  border-radius: 6px;
  height: 28px;
  padding: 2px 0;
  margin-bottom: min(3.4vw, 13px);
}

.fee-box__itemHeading p {
  font-size: clamp(16px, 4.2vw, 22px);
  color: var(--txt-color);
  font-family: 'source-han-serif-japanese';
  font-weight: 600;
}

.fee-box__itemHeading h3 {
  font-size: clamp(14px, 3.7vw, 16px);
}

.fee-box__items {
  display: none;
  margin-top: clamp(22px, 5.8vw, 28px);
}

.fee-box__items .fee-box__itemTxt a:hover {
  opacity: 0.8;
}

.fee-box__items .fee-box__item {
  margin-bottom: 22px;
}

.fee-box__items .fee-box__item:nth-child(1) p {
  text-align: left;
}

.fee-box__itemTxt {
  font-size: min(3.7vw, 14px);
  /* line-height: 2.3; */
  text-align: center;
  color: var(--txt-color);
  font-family: var(--yu-go);
  font-weight: 600;
}

/* オプション */
/* オプションのタッチイベント削除 */
.no-touchevents .sec_price--family .option-box .includeWrap .item:hover {
  opacity: initial;
}

.sec_price--family .option-box .includeWrap .item .txt {
  white-space: nowrap;
}

.option-box {
  color: var(--txt-color);
  position: relative;
  background: url(../img/family/bg-sp-4.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  z-index: 0;
  padding: clamp(18px, 4.8vw, 35px) 0 35px;
  /* margin-bottom: clamp(50px, 13.3vw, 60px); */
  margin-bottom: 0;
}

.sec_price .option-box .includeWrap .item::before {
  content: none;
}

.option-box .includeNote-family {
  margin-bottom: min(10.6vw, 40px);
}

.option__contactWrap {
  margin: 0 25px;
  text-align: center;
  border: double 6px var(--green);
  border-radius: 18px;
  padding: 26px 0;
}

.option__contactWrap p {
  font-size: min(4.8vw, 18px);
  font-family: 'source-han-serif-japanese';
  font-weight: 600;
  color: var(--green);
  line-height: 1.7;
}

@media (min-width: 641px) {
  .fee-box__wrapHole--sp {
    display: none;
  }

  .sec_price--family .includeWrap > .title {
    margin-bottom: 38px;
  }

  .sec_price--family .title-indent {
    margin-left: -28px;
  }

  .sec_price--family > .in {
    padding-bottom: 100px;
  }

  .sec_price--family .includeNote .note {
    font-size: 14px;
    font-family: var(--yu-go);
    font-weight: 600;
    color: var(--txt-color);
  }

  .sec_price--family .includeWrap .item:not(:last-child) {
    margin-bottom: 0;
  }

  .fee-box__wrapHole--pc {
    display: block;
    width: 819px;
    margin: 0;
  }

  .feeOption-txtWrap--sp {
    display: none;
  }

  .feeOption-txtWrap--pc {
    display: block;
  }

  .fee-box {
    background: url(../img/family/bg-pc-3.svg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 98px 0 51px;
    max-width: 1000px;
    width: 100%;
    margin: auto;
    margin-bottom: 60px;
  }

  .fee-box__price {
    display: flex;
    flex-direction: row;
    padding: 0;
    align-items: baseline;
    width: 524px;
    gap: 7px;
  }

  .fee-box__headingWrap {
    display: flex;
    height: 58px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
  }

  .fee-box__wrap {
    padding: 20px;
    width: 859px;
    margin: 0 auto;
    margin-bottom: 22px;
  }

  .fee-box__heading {
    margin: 0;
    border-radius: 6px;
    width: 278px;
    height: 58px;
    padding: 10px 0;
    /* margin-right: 13px; */
  }

  .fee-box__heading p span {
    padding: 4px 8px;
  }

  .fee-box__price p {
    height: 58px;
  }

  .fee-box__itemHeading {
    background: none;
    margin-bottom: 0;
  }

  .fee-box__items {
    display: block;
  }

  .fee-box__itemPc {
    display: flex;
  }

  .fee-box__itemSub-large {
    width: 250px;
    height: 144px;
    margin-right: 14px;
  }

  .fee-box__itemSub-large p {
    text-align: left;
  }

  .fee-box__itemSub {
    height: 144px;
  }

  .fee-box__areaBox .fee-box__itemHeading {
    background: white;
    border-radius: 6px;
    height: 32px;
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
    margin-bottom: 13px;
    width: 250px;
  }

  .fee-box__itemSub {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
  }

  .fee-box__itemPc--type2 {
    display: flex;
    flex-direction: row;
  }

  .fee-box__itemPc--type1
    .fee-box__areaWrap
    .fee-box__areaBox:not(:last-child) {
    margin-bottom: 30px;
  }

  .fee-box__itemSub-large .fee-box__itemTxt {
    line-height: 2.3;
  }

  .fee-box__areaWrap {
    display: flex;
    gap: 14px;
  }

  .fee-box__itemPc--type1 {
    margin-bottom: 60px;
  }

  .option-box {
    background: url(../img/family/bg-pc-4.svg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 98px 0 51px;
    max-width: 1000px;
    width: 100%;
    margin: auto;
  }

  .sec_price--family .option-box .includeWrap {
    margin-right: -30px;
  }

  .feeOption-heading img {
    display: none;
  }

  .option__contactWrap {
    width: 95%;
    height: 116px;
    border-radius: 999px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
  }

  .option-box .includeWrap .item {
    max-width: 277px;
    height: 68px;
    width: initial;
  }
}

/* -----------------------------------------------------------------------------
contact
----------------------------------------------------------------------------- */
.contact > .mod_contact {
  padding: 0.3rem 0;
  background: #ebe4d9;
}

@media (min-width: 640px) {
  .contact > .mod_contact {
    padding: 0.9rem 0 0.9rem;
  }
}

/* -----------------------------------------------------------------------------
about
----------------------------------------------------------------------------- */
.about .in .wel_desc {
  border: none;
}

.about .secTit {
  padding-bottom: min(12vw, 45px);
}

.about .intro p {
  font-family: 'Noto Serif JP', serif;
  /* white-space: nowrap; */
}

.about > .in {
  background: #f3efec;
  padding: clamp(58px, 15.4vw, 91px) 24px clamp(66px, 17.6vw, 100px);
}

.about__title.about__title--sp {
  white-space: nowrap;
  line-height: 1.8;
}

p.about__title.about__title--pc {
  white-space: nowrap;
}

.about__title {
  font-size: clamp(16px, 4.2vw, 20px);
  text-align: center;
  padding-bottom: min(5.6vw, 21px);
}

.about__title--pc {
  display: none;
}

.about__txt {
  font-size: clamp(15px, 4.2vw, 16px);
  line-height: 2.2;
}

@media (min-width: 641px) {
  .about__title--sp {
    display: none;
  }

  .about__title--pc {
    display: block;
    padding-bottom: 18px;
  }

  .about__txt {
    text-align: center;
    white-space: nowrap;
  }

  .about .in .wel_desc {
    width: inherit;
  }

  .about .secTit {
    padding-bottom: 50px;
  }
}

/* -----------------------------------------------------------------------------
out_back
----------------------------------------------------------------------------- */
.out_back .secTit .title {
  line-height: 1.7;
}

.out_back .secTit {
  margin-bottom: clamp(43px, 11.4vw, 50px);
}

.out_back {
  padding: 0.9rem 0 0.4rem;
  background-color: #f3efec;
  margin-bottom: 1.4rem;
}

.renewWrap-family .saTitle .small {
  font-style: initial;
}

@media screen and (max-width: 640px) {
  .out_back {
    padding: 0.4rem 0.2rem 0.1rem;
    margin-bottom: 0.4rem;
  }
}

.out_back .saAround .saTitle {
  position: relative;
  font-family: var(--yu-min);
  font-weight: 600;
  font-size: 0.26rem;
  line-height: 1;
  letter-spacing: 0.01rem;
  color: #473933;
  text-align: center;
  margin-bottom: 0.1rem;
}

@media screen and (max-width: 640px) {
  .out_back .saAround .saTitle {
    font-size: 0.19rem;
    line-height: 1.6;
    margin-bottom: 0rem;
    text-align: left;
    letter-spacing: 0rem;
  }
}

.out_back .saAround .sa_inner {
  width: 100%;
  max-width: 10.8rem;
  margin: auto;
  padding-bottom: 0.6rem;
}

@media screen and (max-width: 640px) {
  .out_back .saAround .sa_inner {
    padding-bottom: 0.4rem;
  }
}

.out_back .saAround .sa_inner .sa_Box {
  margin: auto;
  padding: 0.16rem 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .out_back .saAround .sa_inner .sa_Box {
    display: block;
    padding: 0.1rem 0 0;
  }
}

.out_back .saAround .sa_inner .sa_Box > a {
  margin-right: 0.54rem;
  position: relative;
}

@media screen and (max-width: 640px) {
  .out_back .saAround .sa_inner .sa_Box > a {
    margin-right: 0rem;
    display: block;
    width: 100%;
  }
}

.out_back .saAround .sa_inner .sa_Box > a .saLink {
  font-family: '游ゴシック', '游ゴシック体', 'Yu Gothic', YuGothic,
    'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN',
    'Hiragino Kaku Gothic Pro', verdana, 'メイリオ', 'Meiryo', 'Osaka',
    sans-serif;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: 'palt';
  font-size: 0.16rem;
  letter-spacing: 0.05em;
  color: #473933;
  transition: opacity 0.3s;
  border-bottom: 1px solid #473933;
}

@media screen and (max-width: 640px) {
  .out_back .saAround .sa_inner .sa_Box > a .saLink {
    font-weight: 600;
    padding: 0.1rem 0;
    font-size: 0.16rem;
    letter-spacing: 0.02em;
    position: relative;
    border-bottom: 3px solid #ebe4d9;
    font-family: 'Noto Serif JP', serif;
  }
}

.out_back .saAround .sa_inner .sa_Box > a .saLink:hover {
  color: #78a98e;
  border-bottom: 3px solid #78a98e;
}

.out_back .saAround .sa_inner .sa_Box > a::before {
  content: '';
  position: absolute;
  top: 0.05rem;
  right: -0.22rem;
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  background-image: url(../img/sapporo/allow_right_02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 640px) {
  .out_back .saAround .sa_inner .sa_Box > a::before {
    top: 0.15rem;
    right: 0rem;
    width: 0.16rem;
    height: 0.16rem;
  }
}

.out_back .saAround .sa_inner .sa_Box > a:last-child {
  margin-right: 0;
}

.asahikawa_back {
  padding: 1.1rem 0 0.5rem !important;
  margin-bottom: 0rem;
  margin-top: 1.4rem;
}

/* 修正分 */
.tax-wrapSub-type1--add {
  white-space: nowrap;
}

.tax-wrapSub-type1--add .price-small {
  font-size: min(4.2vw, 16px);
  margin-bottom: 5px;
  margin-left: 4px;
}

@media screen and (max-width: 640px) {
  .tax-wrapSub-type1--add .price-small {
    margin-bottom: 3px;
  }
}

.tax-wrapSub-type1--add .tax {
  margin-bottom: 7px;
}

.price-middle__mask {
  font-size: min(4vw, 15px);
  border-radius: 8px;
  height: min(8vw, 30px);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  margin-top: 2px;
  font-family: var(--yu-go);
  font-weight: 600;
}

@media screen and (max-width: 640px) {
  .price-middle__mask {
    background-color: var(--bg);
    padding: 14px 18px;
    margin-right: 8px;
  }
}

.price-middle__txt {
  font-size: 20px;
  margin-bottom: 3px;
}

.tax-wrapSub-type1--add {
  margin-bottom: min(8vw, 10px);
}

.price-middle {
  display: flex;
  align-items: center;
}

.price-middle .suffix:before {
  top: -12px;
}

.price-middle .suffix {
  font-size: 16px;
}

@media (min-width: 641px) {
  .tax-wrapSub-type1--add {
    display: none;
  }

  .plan-itemsGeneral {
    background-color: var(--bg);
    display: flex;
    justify-content: center;
    font-family: source-han-serif-japanese, serif;
    font-weight: 600;
    align-items: center;
    margin-bottom: 3px;
    border-radius: 8px 8px 0 0;
    height: 47px;
    line-height: 47px;
    margin-top: 26px;
  }

  .plan-itemsGenera .price-middle__mask {
    margin-top: 10px;
  }

  .plan-itemsGeneral .price-middle .suffix:before {
    content: none;
    left: 79px;
  }

  .plan-itemsGeneral .price-middle .suffix {
  }

  .plan-itemsGeneral .tax {
    margin-top: 6px;
  }

  .plan-itemsGeneral .price-middle__mask {
  }

  .plan-itemsGeneral .price-small:before {
    content: none;
  }

  .plan-itemsGeneral .price-small {
    font-size: 16px;
    margin-top: 5px;
  }

  .plan-itemGeneral .en-type2 {
    font-size: 19px;
  }
}

.en-type2 {
  font-size: 14px;
}
