@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);
*/
/* -----------------------------------------------------------------------------

plan詳細ページ 共通パーツ

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

共通パーツ

----------------------------------------------------------------------------- */
.mod_nav .navWrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  .mod_nav .navWrap {
    max-width: 7.58rem;
    margin-top: -0.05rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_nav .navWrap {
    margin-top: -0.03rem;
  }
}
.mod_nav .navWrap .navList {
  box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  .mod_nav .navWrap .navList {
    width: calc((100% - 0.3rem) / 3);
    margin: 0.05rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_nav .navWrap .navList {
    width: calc((100% - 0.12rem) / 2);
    margin: 0.03rem;
  }
}
.mod_nav .navWrap .navLink {
  position: relative;
  display: block;
  text-align: center;
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'HG明朝E',
    'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-weight: 500;
  color: #0d6e51;
  letter-spacing: 0.11em;
  background-color: rgba(120, 169, 140, 0.25);
  border: 1px solid #78a98c;
  transition: opacity 0.3s;
}
.os-android .mod_nav .navWrap .navLink {
  font-family: 'Noto Serif JP', serif;
}
@media print, screen and (min-width: 641px) {
  .mod_nav .navWrap .navLink {
    padding: 0.14rem 0 0.12rem;
    padding-right: 0.35rem;
    padding-left: 0.2rem;
    font-size: 0.17rem;
    line-height: 1.4;
  }
  .mod_nav .navWrap .navLink:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 640px) {
  .mod_nav .navWrap .navLink {
    padding: 0.11rem 0 0.09rem;
    padding-left: 0.15rem;
    padding-right: 0.35rem;
    font-size: 0.15rem;
  }
}
.mod_nav .navWrap .navLink::before {
  position: absolute;
  content: '';
  display: block;
  right: 0.15rem;
  top: -0.02rem;
  bottom: 0;
  margin: auto 0;
  width: 0;
  height: 0;
  border-left: 0.05rem solid transparent;
  border-right: 0.05rem solid transparent;
  border-top: 0.06rem solid #0d6e51;
}
.mod_nav .navWrap._one {
  justify-content: center;
}
.mod_nav .navWrap._one .navList {
  width: calc(100% - 4.5rem);
}
@media screen and (max-width: 640px) {
  .mod_nav .navWrap._one .navList {
    width: calc(100% - 1rem);
  }
}

.mod_columns > .in > .link {
  margin-top: 0.3rem;
}
@media screen and (max-width: 640px) {
  .mod_columns > .in > .link {
    width: calc(100% - 0.6rem);
    margin: 0 auto;
    margin-top: 0.22rem;
  }
}
.mod_columns > .in > .mod_title {
  margin: 0 auto;
  color: #473933;
  letter-spacing: 0.15em;
}
@media print, screen and (min-width: 641px) {
  .mod_columns > .in > .mod_title {
    max-width: 10rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_columns > .in > .mod_title {
    max-width: calc(100% - 0.3rem);
  }
}
.mod_columns .columnBox {
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .mod_columns .columnBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 10rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_columns .columnBox {
    max-width: calc(100% - 0.3rem);
  }
}
.mod_columns .columnBox .column {
  width: 100%;
  border-bottom: 2px solid #e3e3e3;
}
@media print, screen and (min-width: 641px) {
  .mod_columns .columnBox .column {
    max-width: 49%;
  }
}
.mod_columns .columnBox .column .columnLink {
  position: relative;
  display: flex;
  align-items: center;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 641px) {
  .mod_columns .columnBox .column .columnLink {
    padding: 0.27rem 0;
  }
}
@media screen and (max-width: 640px) {
  .mod_columns .columnBox .column .columnLink {
    padding: 0.15rem 0;
  }
}
.mod_columns .columnBox .column .columnLink:before {
  content: '';
  position: absolute;
  top: calc(50% - 0.1rem);
  right: 0.2rem;
  display: block;
  width: 0.16rem;
  height: 0.2rem;
  background-image: url('../common/img/list_arrow.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: right 0.3s;
}
@media screen and (max-width: 640px) {
  .mod_columns .columnBox .column .columnLink:before {
    top: calc(50% - 0.05rem);
    right: 0.03rem;
    width: 0.08rem;
    height: 0.11rem;
  }
}
.no-touchevents .mod_columns .columnBox .column .columnLink:hover {
  opacity: 0.5;
}
.no-touchevents .mod_columns .columnBox .column .columnLink:hover:before {
  right: 0.05rem;
}
.mod_columns .columnBox .column .title {
  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;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 641px) {
  .mod_columns .columnBox .column .title {
    width: 59%;
  }
}
@media screen and (max-width: 640px) {
  .mod_columns .columnBox .column .title {
    width: 62.62vw;
    font-size: 0.15rem;
    line-height: 1.46;
  }
}
.mod_columns .columnBox .column .title > span {
  display: inline-block;
}
@media print, screen and (min-width: 641px) {
  .mod_columns .columnBox .column .title > span {
    width: 83.5%;
  }
}
@media screen and (max-width: 640px) {
  .mod_columns .columnBox .column .title > span {
    width: 56.94vw;
  }
}
.mod_columns .columnBox .column .ph {
  display: block;
}
@media print, screen and (min-width: 641px) {
  .mod_columns .columnBox .column .ph {
    width: 1.6rem;
    height: 1.2rem;
    margin-right: 5.3%;
  }
}
@media screen and (max-width: 640px) {
  .mod_columns .columnBox .column .ph {
    width: 24.93vw;
    height: 18.7vw;
    margin-right: 3.82vw;
  }
  .mod_columns .columnBox .column .ph + .ph {
    margin-top: 0.15rem;
  }
}
.mod_columns .columnBox .column .ph img {
  border-radius: 0.11rem;
}
@media screen and (max-width: 640px) {
  .mod_columns .columnBox .column .ph img {
    border-radius: 6px;
  }
}

.sec_price .includeWrap {
  width: calc(100% - 0.3rem);
  padding: 0.26rem 0 0.1rem;
  margin: 0 auto;
  margin-top: 0.6rem;
  background-color: #ebe4d9;
  border-radius: 0.2rem;
}
@media print, screen and (min-width: 641px) {
  .sec_price .includeWrap {
    width: 100%;
    max-width: 10.8rem;
    padding: 0.34rem 0 0.4rem;
    margin-top: 0.8rem;
  }
}
.sec_price .includeWrap > .title {
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'HG明朝E',
    'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-weight: 600;
  text-align: center;
  font-size: 0.18rem;
}
.os-android .sec_price .includeWrap > .title {
  font-family: 'Noto Serif JP', serif;
}
@media print, screen and (min-width: 641px) {
  .sec_price .includeWrap > .title {
    font-size: 0.22rem;
  }
}
.sec_price .includeWrap .includeBox {
  margin: 0 auto;
  margin-top: 0.12rem;
}
@media print, screen and (min-width: 641px) {
  .sec_price .includeWrap .includeBox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 10rem;
    margin-top: 0.2rem;
  }
}
.sec_price .includeWrap .item {
  position: relative;
  display: flex;
  border-radius: 0.2rem;
  transition: opacity 0.3s;
  z-index: 1;
}
@media print, screen and (min-width: 641px) {
  .sec_price .includeWrap .item {
    width: 3.2rem;
    height: 0.7rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_price .includeWrap .item {
    width: calc(100% - 0.4rem);
    margin: 0 auto;
  }
}
.no-touchevents .sec_price .includeWrap .item:hover {
  opacity: 0.8;
}
.sec_price .includeWrap .item::before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  bottom: 0;
  right: 0.1rem;
  margin: auto 0;
  width: 4.72vw;
  height: 4.72vw;
  background-image: url(../common/img/plan_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.c-before::before {
  display: none !important;
}

@media print, screen and (min-width: 641px) {
  .sec_price .includeWrap .item::before {
    width: 0.24rem;
    height: 0.24rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_price .includeWrap .item + .item {
    margin-left: 0.2rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_price .includeWrap .item + .item {
    margin-top: 0.05rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_price .includeWrap .item:nth-of-type(n + 4) {
    margin-top: 0.2rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_price .includeWrap .item:nth-of-type(3n + 1) {
    margin-left: 0;
  }
}
.sec_price .includeWrap .item > .itemLink {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.sec_price .includeWrap .item .ph {
  width: 31%;
  height: auto;
  margin: 0;
}
@media print, screen and (min-width: 641px) {
  .sec_price .includeWrap .item .ph {
    width: 1.05rem;
    height: 100%;
  }
}
.sec_price .includeWrap .item .txt {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 69%;
  padding-left: 0.13rem;
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'HG明朝E',
    'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 0.16rem;
  line-height: 1.33;
  color: #473933;
  background-color: #fff;
  box-sizing: border-box;
}
.os-android .sec_price .includeWrap .item .txt {
  font-family: 'Noto Serif JP', serif;
}
@media print, screen and (min-width: 641px) {
  .sec_price .includeWrap .item .txt {
    width: 2.15rem;
    padding-right: 0.35rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_price .includeWrap .item .txt .min {
    font-size: 0.14rem;
  }
}
.sec_price .includeWrap .item .txt .min._br {
  width: 100%;
}
.sec_price .includeWrap .more {
  display: block;
  width: 100%;
  padding: 0.1rem 0;
  margin-top: 0.05rem;
  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: 500;
  font-feature-settings: 'palt';
  font-weight: 700;
  font-size: 0.16rem;
  letter-spacing: 0.05em;
}
.sec_price .includeWrap .more span {
  position: relative;
  display: inline-block;
  padding-right: 0.21rem;
  color: #473933;
}
.sec_price .includeWrap .more span::before {
  position: absolute;
  content: '';
  display: block;
  top: -0.03rem;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 4.72vw;
  height: 4.72vw;
  background-image: url(../common/img/plan_more_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.sec_price .includeWrap .more span.close::before {
  background-image: url(../common/img/plan_more_close.svg);
}
.sec_price .includeNote {
  width: calc(100% - 0.3rem);
  margin: 0 auto;
  margin-top: 0.3rem;
}
@media print, screen and (min-width: 641px) {
  .sec_price .includeNote {
    width: 100%;
    max-width: 10rem;
  }
}
.sec_price .includeNote .note {
  position: relative;
  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.08em;
  line-height: 1.33;
  color: #473933;
}
@media print, screen and (min-width: 641px) {
  .sec_price .includeNote .note {
    font-size: 0.14rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 640px) {
  .sec_price .includeNote .note + .note {
    margin-top: 0.1rem;
  }
}
.sec_price [data-inlinemodalsimple02] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.sec_price [data-inlinemodalsimple02-area] {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  opacity: 0;
  pointer-events: none;
  z-index: 10000;
  perspective: 500px;
  box-sizing: border-box;
  transition: 1s;
}
@media print, screen and (min-width: 641px) {
  .sec_price [data-inlinemodalsimple02-area] {
    padding: 40px;
  }
}
.sec_price [data-inlinemodalsimple02-area].active {
  opacity: 1;
  pointer-events: auto;
}
.sec_price [data-inlinemodalsimple02-area].active .wrap {
  transform: none;
  opacity: 1;
}
.sec_price [data-inlinemodalsimple02-area].disabled {
  pointer-events: none;
}
.sec_price [data-inlinemodalsimple02-area].modalone .pager,
.sec_price [data-inlinemodalsimple02-area].modalone .prev,
.sec_price [data-inlinemodalsimple02-area].modalone .next {
  display: none;
}
.sec_price [data-inlinemodalsimple02-area] .close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  z-index: 10001;
}
.sec_price [data-inlinemodalsimple02-area] .wrap {
  max-width: 6rem;
  width: 100%;
  margin: auto;
  z-index: 10001;
  transform-style: preserve-3d;
  padding: 0.55rem 0 0;
  box-sizing: border-box;
  opacity: 0;
  transition: 1s;
}
.sec_price [data-inlinemodalsimple02-area] .content {
  position: relative;
  z-index: 10001;
  background-color: #fff;
}
.sec_price
  [data-inlinemodalsimple02-area]
  .content
  [data-inlinemodalsimple-inline] {
  position: relative;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  display: none;
}
.sec_price
  [data-inlinemodalsimple02-area]
  .content
  [data-inlinemodalsimple-inline].active {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.sec_price
  [data-inlinemodalsimple02-area]
  .content
  [data-inlinemodalsimple-inline]
  img {
  width: 100%;
  height: auto;
  display: block;
}
.sec_price [data-inlinemodalsimple02-area] .content .txtBox {
  padding: 0.34rem 0.3rem 0.33rem;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .sec_price [data-inlinemodalsimple02-area] .content .txtBox {
    padding-top: 0.28rem;
  }
}
.sec_price [data-inlinemodalsimple02-area] .content .txtBox .title {
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'HG明朝E',
    'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-weight: 700;
  font-size: 0.19rem;
  letter-spacing: 0.05em;
}
.os-android .sec_price [data-inlinemodalsimple02-area] .content .txtBox .title {
  font-family: 'Noto Serif JP', serif;
}
.sec_price [data-inlinemodalsimple02-area] .content .txtBox .txt {
  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';
  font-size: 0.15rem;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .sec_price [data-inlinemodalsimple02-area] .content .txtBox .txt {
    margin-top: 0.1rem;
    font-size: 0.14rem;
  }
}
.sec_price [data-inlinemodalsimple02-area] .contentclose {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.01rem 0;
  z-index: 10001;
  cursor: pointer;
  transition: 0.3s;
  /*&:after ,
  &:before {
  	content: "";
  	display: block;
  	width: 18px;
  	height: 1px;
  	background-color: #000;
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	margin: auto;
  	transition: 0.2s;
  }
  &:after {
  	transform: rotate(45deg);
  }
  &:before {
  	transform: rotate(-45deg);
  }*/
}
@media screen and (max-width: 640px) {
  .sec_price [data-inlinemodalsimple02-area] .contentclose {
    right: 0.17rem;
  }
}
.sec_price [data-inlinemodalsimple02-area] .contentclose > p {
  position: relative;
  display: inline-block;
  padding-right: 0.38rem;
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'HG明朝E',
    'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-weight: 700;
  font-size: 0.16rem;
  letter-spacing: 0.03em;
  color: #473933;
}
.os-android .sec_price [data-inlinemodalsimple02-area] .contentclose > p {
  font-family: 'Noto Serif JP', serif;
}
.sec_price [data-inlinemodalsimple02-area] .contentclose > p::before {
  position: absolute;
  content: '';
  display: block;
  top: -0.01rem;
  bottom: 0;
  right: 0;
  margin: auto 0;
  width: 0.28rem;
  height: 0.28rem;
  background-image: url(../common/img/plan_close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .sec_price [data-inlinemodalsimple02-area] .contentclose > p::before {
    width: 0.25rem;
    height: 0.25rem;
  }
}
.no-touchevents .sec_price [data-inlinemodalsimple02-area] .contentclose:hover,
.sec_price [data-inlinemodalsimple02-area] .contentclose.active {
  opacity: 0.8;
  /*&:after ,
  &:before {
  	background-color: #FFF;
  }*/
} /*# sourceMappingURL=plan_common.css.map */
