/*
Theme Name: gussuri yamada
Description:
Version: 0.0.0
*/
@charset "utf-8";

.systemContents {
	padding-top:4em;
	/*padding-bottom:5em;*/
	/*margin-bottom:3em;*/
	font-family: "Kosugi Maru", sans-serif;
	color:#2d337a;
	letter-spacing:0.06em;
}
@media only screen and (max-width: 430px) {
	.systemContents {
		font-size:4vw;
	}
}

/*========== 見出し ==========*/
.pageTitle_system {
	margin-bottom:3em;
	text-align:center;
}
.pageTitle_system.travel {
	margin-bottom:1em;
}
.pageTitle_system .title {
	font-size:1.5em;
	background:url(../images/page_title_en_system.png) center bottom no-repeat;
	background-size:70% auto;
	padding-bottom:1.4em;
	/*font-family:'A-OTF-RyuminPro-Light';*/
	font-family: var(--fontMincho);
}
.pageTitle_system.travel .title {/*交通費タイトル*/
	background:url(../images/page_title_en_travel.png) center bottom no-repeat;
	background-size:40% auto;
}
.pageTitle_system.guide .title {/*ご利用ガイドタイトル*/
	background:url(../images/page_title_en_guide.png) center bottom no-repeat;
	background-size:50% auto;
}


/********************************************************************
 *　//料金&ご利用ガイド
********************************************************************/

/*========== 冒頭（ご希望の場所までどこでもお伺い致します！） ==========*/
.system_everywhere {
	position:relative;
	margin-bottom:2.4em;
}
.system_everywhere_object {
	position:absolute;
	top:-15%;
	left:0;
	width:56.67%;
}


/*========== システム料金（完全会員制→深層睡眠メソッドコース） ==========*/
.system_step {
}
.system_step.first {
	/*background:url(../images/system_step_arrow.png) 1em 1em no-repeat;*/
	background:url(../images/system_step_arrow_short.png) 1em 1em no-repeat;
	background-size:2.5em auto;
	padding-left:4%;
	padding-right:4%;
	padding-bottom:3em;
}
.system_step_checkItem {
	display:flex;
	align-items:center;
	margin-bottom:0.8em;
}
.system_step.course {
	margin-bottom:4em;
}
.system_step.course .system_step_checkItem {
	padding-left:4%;
	padding-right:4%;
}
.system_step_check {
	width:2.8em;
}
.system_step_name {
	font-size:1.1em;
	padding-left:0.8em;
}
.course .system_step_name {
	font-size:1.2em;
}
.system_step_name span {
	font-size:0.6em;
	display:block;
}
.system_step_name .r_mark {
	font-size:0.4em;
	position:relative;
	display:inline-block;
	width:1.5em;
	height:100%;
	vertical-align:top;

}


.system_step_price {
	margin-bottom:1.6em;
}
.system_step_price dl {
	display:flex;
	justify-content:space-between;
	align-items:center;
	background: linear-gradient(135deg,  #e2f3ff 38%,#ffffff 72%);
	box-shadow:0 0 1em rgba(138,205,255,0.3);
	border:solid 1px #fff;
	border-radius:2.5em;
	height:5em;
	padding:0 2em 0 3em;
	margin-bottom:0.5em;
}
.system_step_price dl dd {
	text-align:right;
	font-family: "Sawarabi Gothic", sans-serif;
	font-style:italic;
}
.system_step_price dl dd .price {
	font-style:italic;
}
.system_step_price dl dd .price em {
	font-size:1.8em;
	display:inline-block;
	padding-right:0.1em;
	font-style:italic;
	font-weight:500;
	transform:scaleX(1.2);
	transform-origin: right;
	letter-spacing:0;
}
.system_step_price dl dd .includeTax {
	display:block;
	font-size:0.8em;
	padding-top:0.4em;
	font-style:italic;
}

.system_step_beginner {
	margin-bottom:1em;
}

/********************************************************************
 *　//交通費
********************************************************************/
.system_travel {
	padding:0 4%;
	margin-bottom:4em;
}
.system_travel dl {
	display:flex;
	justify-content:space-between;
	align-items:center;
	background: linear-gradient(135deg,  #e2f3ff 38%,#ffffff 72%);
	box-shadow:0 0 1em rgba(138,205,255,0.3);
	border:solid 1px #fff;
	border-radius:2.5em;
	height:5em;
	padding:0 2em;
	margin-bottom:0.5em;
}
.system_travel dl.vertical {/*エリア多い場合*/
	display:block;
	padding-top:1.8em;
	padding-bottom:3.2em;
}
.system_travel dl.vertical dt {/*エリア多い場合*/
	line-height:1.4;
}
.system_travel dl dd {
	text-align:right;
	font-family: "Sawarabi Gothic", sans-serif;
}
.system_travel dl dd .price {
	font-style:italic;
}
.system_travel dl dd .price em {
	font-size:1.8em;
	display:inline-block;
	padding-right:0.1em;
	font-style:italic;
	font-weight:500;
	transform:scaleX(1.2);
	transform-origin: right;
	letter-spacing:0;
}
.system_travel dl.free dd .price em {
	font-size:2.2em;
}
.system_travel dl dd .includeTax {
	display:block;
	font-size:0.8em;
	padding-top:0.4em;
	font-style:italic;
}


/********************************************************************
 *　//ご利用ガイド
********************************************************************/

/*========== ご利用ガイド冒頭（お電話1本でご利用頂けます!） ==========*/
.guide_step_content {
	position:relative;
	aspect-ratio:705/1650;
	aspect-ratio:705/1750;
	background:url(../images/top_flow_content_bg_sp.webp) center top no-repeat;
	background-size:100% auto;
}
.guide_step_title {
	font-size:1.5em;
	line-height:1.3;
	position:absolute;
	top:2em;
	left:42%;
	color:#2d337a;
	/*font-family:'A-OTF-RyuminPro-Light';*/
	font-family: var(--fontMincho);
}
@media only screen and (max-width: 430px) {
	.guide_step_title {
		font-size:6vw;
	}
}

.guide_step_wakaba {
	position:absolute;
	top:-2em;
	left:36%;
	width:54%;
}
.guide_step_lady {
	position:absolute;
	top:-3em;
	left:2%;
	width:45%;
}
.guide_step_step1 {
	position:absolute;
	top:12.91%;
	right:0;
	width:100%;
}
.guide_step_step2 {
	position:absolute;
	top:20.54%;
	left:0;
	width:100%;
}
.guide_step_btn_hotel {/*ホテルご利用方法のボタン*/
	display:block;
	position:absolute;
	/*top:47%;*/
	bottom:-25%;
	/*left:12%;
	width:33.75%;*/
	left:8%;
	/*right:0;*/
	width:37%;
	margin-left:auto;
	margin-right:auto;
	z-index:2;
}

.guide_step_step3 {
	position:absolute;
	top:32.6%;
	right:0;
	width:100%;
}

.guide_step_text1 {
	position:absolute;
	bottom:21%;
	width:100%;
}
.guide_step_text2 {
	position:absolute;
	bottom:13%;
	width:100%;
}
.guide_step_logo {
	position:absolute;
	bottom:8%;
	left:50%;
	transform:translateX(-50%);
	width:31.06%;
}
.guide_step_energy {
	position:absolute;
	bottom:9.9%;
	right:auto;
	width:100%;
}


/*========== 必見！待ち時間ガイド ==========*/
.guide_flow {
	position:relative;
	margin-top:-7.5em;
	z-index:2;
}
@media only screen and (max-width: 430px) {
	.guide_flow {
		font-size:4vw;
	}
}
/* タイトル部分 */
.guide_flow_head {
	aspect-ratio:1200/1062;
	background:url(../images/guide_flow_head_bg.webp) center top no-repeat;
	background-size:100% auto;
	box-sizing:border-box;
	padding-top:20%;
}
.guide_flow_title {
	font-size:1.6em;
	margin-left:40%;
	/*font-family:'A-OTF-RyuminPro-Light';*/
	font-family: var(--fontMincho);
	color:#fff;
}
.guide_flow_title span {
	line-height:1.3;
	display:block;
}
.guide_flow_title .line1 {
	margin-bottom:0.5em;
}
.guide_flow_title .line2 {
	margin-bottom:0.7em;
}


/* 待ち時間ガイドのところ */
.guide_flow_content {
	/*aspect-ratio:1200/5319;*/
	background:url(../images/guide_flow_content_bg.webp) center top no-repeat;
	background-size:100% auto;
	display:flex;
	justify-content:space-between;
	align-items: flex-start;
	padding:0 4%;
}
/* 待ち時間ガイドのところ【左側】 */
.guide_flow_left {
	width:20%;
	margin-bottom:5%;
}
.guide_flow_left .semicircle_top {/*半円上*/
	aspect-ratio:2/1;
	background:#fff;
	border-radius:50% 50% 0 0/100% 100% 0 0;
	width:100%;
}
.semicircle_foot {/*半円下*/
	aspect-ratio:2/1;
	background:#bde8ff;
	border-radius:0 0 50% 50% /0 0 100% 100%;
	width:100%;
}
.flow_left_content {
	background: linear-gradient(to bottom,  #ffffff 14%,#ffd9bd 45%,#ffabaa 76%,#bde8ff 86%);
}
.flow_left_content span {
	display:block;
	text-align:center;
}
.flow_left_content .spot1 {
	margin-bottom:450%;
}
.flow_left_content .spot2 {
	margin-bottom:450%;
}
.flow_left_content .spot3 {
	margin-bottom:700%;
}
.flow_left_content .spot4 {
	margin-bottom:370%;
}
.flow_left_content .spot5 {
	padding-bottom:150%;
}

/* 待ち時間ガイドのところ【右側】 */
.guide_flow_right {
	background: linear-gradient(to bottom,  #ffffff 14%,#ffd9bd 53%,#ffaaaa 90%);
	border-radius:2em;
	box-sizing:border-box;
	width:76%;
	padding-top:1.5em;
	padding-left:3%;
	padding-right:3%;
}
.guide_flow_scene {
	margin-bottom:1.5em;
}
.guide_flow_scene dt {
	display:flex;
	align-items:center;
	background:url(../images/guide_flow_check.png) left center no-repeat;
	background-size:2em auto;
	box-sizing:border-box;
	height:2em;
	padding-left:1em;
	margin-bottom:0.5em;
}
.guide_flow_scene dt span {
	font-size:0.8em;
	width:100%;
	text-align:center
}
.guide_flow_scene dt span em {
	font-size:1.5em;
}

.guide_flow_scene dd {
	padding-left:4%;
	padding-right:4%;
}
.guide_flow_scene dd figure {
	margin-bottom:0.6em;
}




/*========== 最後 ==========*/
.guide_end {
	position:relative;
	aspect-ratio:1200/2726;
	background:url(../images/guide_end_bg.webp) center top no-repeat;
	background-size:100% auto;
}
.guide_end_text {
	position:absolute;
	writing-mode:vertical-rl;
	color:#fff;
}
.guide_end_text span {
	font-size:1.45em;
	/*font-family:'A-OTF-RyuminPro-Light';*/
	font-family: var(--fontMincho);
	text-shadow:0 0 0.4em rgba(108,57,27,1),0 0 0.4em rgba(108,57,27,1),0 0 0.4em rgba(108,57,27,1);
	letter-spacing:0.06em;
}
.guide_end_text1 {
	top:8%;
	right:17%;
}
.guide_end_text1 .line2 {
	line-height:1.9;
	padding-top:5.4em;
}

.guide_end_text2 {
	top:31%;
	left:15.4%;
}
.guide_end_text2 .line2 {
	line-height:1.9;
	padding-top:4em;
}




