@charset "UTF-8";

/**メインビジュアル**/
.mv_inner {
	position: relative;
}
.mv_inner_video {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: center;
		justify-content: center;
		align-items: center;
		width: 100%;
}
.mv_inner_video video {
		width: 100%;
}
.mv_inner_title {	
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: flex-start;
	position: absolute;
	left: 32px;
	bottom: 24px;
}
.mv_inner_title_en {
	color: #fff;
	font-family: Jost;
	font-size: 64px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 6.4px;
	margin: 0 0 8px;
}
.mv_inner_title_jp {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
}
@media screen and (max-width:767px) {
	.mv_inner_title {
		left: 20px;
		bottom: 16px;
	}
	.mv_inner_title_en {
		font-size: 48px;
		letter-spacing: 2.4px;
	}
	.mv_inner_title_jp {
		font-size: 18px;
	}
}

/**ヘッドスパ**/
#headspacontent {
	padding: 120px 20px 200px;
}
.headspacontent_inner {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.headspacontent_inner_wrap + .headspacontent_inner_wrap {
	margin: 120px 0 0;
}
.headspacontent_inner_wrap_title {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: center;
	align-items: flex-start;
	margin: 0 0 40px;
}
.headspacontent_inner_wrap_title_en {
	color: #fff;
	font-family: Jost;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 2px;
	margin: 0 0 12px;
}
.headspacontent_inner_wrap_title_jp {
	color: #FFF;
	font-size: 40px;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: 4px;
}
.headspacontent_inner_wrap_content1 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-between;
	align-items: flex-start;
}
.headspacontent_inner_wrap_content1_item {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	width: 30%;
}
.headspacontent_inner_wrap_content1_item_num {
	width: 100%;
	color: #fff;
	font-family: Jost;
	font-size: 32px;
	line-height: 1;
}
.headspacontent_inner_wrap_content1_item_img {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	width: 144px;
	height: 144px;
	background: #fff;
	border-radius: 300px;
	margin: 0 0 24px;
}
.headspacontent_inner_wrap_content1_item_text {
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 1.6;
}
.headspacontent_inner_wrap_content2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: flex-start;
	background: #fff;
	border-radius: 10px;
	padding: 48px 0;
}
.headspacontent_inner_wrap_content2_item {
	width: 30%;
	text-align: center;
	margin: 0 1% 24px;
}
.headspacontent_inner_wrap_content2_item_img {
	margin: 0 0 20px;
}
.headspacontent_inner_wrap_content2_item_text {
	line-height: 1.6;
}
.headspacontent_inner_wrap_content3 p {
	color: #fff;
	font-size: 18px;
	line-height: 2.4;
}
.headspacontent_inner_wrap_content3 p + p {
	margin: 32px 0 0;
}
@media screen and (max-width:767px) {
	#headspacontent {
		padding: 64px 20px 96px;
	}
	.headspacontent_inner_wrap + .headspacontent_inner_wrap {
		margin: 80px 0 0;
	}
	.headspacontent_inner_wrap_title {
		margin: 0 0 32px;
	}
	.headspacontent_inner_wrap_title_en {
	}
	.headspacontent_inner_wrap_title_jp {
	}
	.headspacontent_inner_wrap_content1 {
		flex-direction: column;
		align-items: center;
	}
	.headspacontent_inner_wrap_content1_item {
		width: 100%;
		max-width: 270px;
	}
	.headspacontent_inner_wrap_content1_item + .headspacontent_inner_wrap_content1_item {
		margin: 24px 0 0;
	}
	.headspacontent_inner_wrap_content2_item {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: center;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		max-width: 276px;
		margin: 0;
	}
	.headspacontent_inner_wrap_content2_item + .headspacontent_inner_wrap_content2_item {
		margin: 24px 0 0;
	}
	.headspacontent_inner_wrap_content2_item_img {
		width: 64px;
		margin: 0;
	}
	.headspacontent_inner_wrap_content2_item_text {
		width: calc(100% - 84px);
		text-align: left;
	}	
	.headspacontent_inner_wrap_content3 p {
		font-size: 16px;
		line-height: 2;
	}
	.headspacontent_inner_wrap_content3 p + p {
		margin: 20px 0 0;
	}
}


/**動画セクション**/
.videosection_inner_content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-height: 800px;
	overflow: hidden;
}
.videosection_inner_content video {
				width: 100%;
}


/**ヘッドスパメニュー**/
#headspamenu {
	padding: 40px 20px 120px;
}
.headspamenu_inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.headspamenu_inner_title {
	color: #000;
	font-size: 32px;
	line-height: 1;
	margin: 0 0 32px;
}
.headspamenu_inner_text {
	color: #000;
	line-height: 2;
	margin: 0 0 120px;
}
.headspamenu_inner_content {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.headspamenu_inner_content_item + .headspamenu_inner_content_item {
	border-top: 1px solid #DBDBDB;
	margin: 64px 0 0;
	padding: 64px 0 0;
}
.headspamenu_inner_content_item_top {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-between;
	align-items: flex-end;
	margin: 0 0 40px;
}
.headspamenu_inner_content_item_top_text_title {
	color: #000;
	font-size: 24px;
	line-height: 1;
	margin: 0 0 24px;
}
.headspamenu_inner_content_item_top_text_description {
	color: #000;
	font-size: 16px;
	line-height: 2;
}
.headspamenu_inner_content_item_top_price_num {
	font-family: Jost;
	font-size: 32px;
	line-height: 1;
}
.headspamenu_inner_content_item_top_price_num:before {
	content: "¥";
	font-size: 20px;
	margin: 0 .5em 0 0;
}
.headspamenu_inner_content_item_flow {
	margin: 0 0 32px;
}
.headspamenu_inner_content_item_flow_step {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-between;
	align-items: center;
}

.headspamenu_inner_content_item_flow_step + .headspamenu_inner_content_item_flow_step {
	margin: 16px 0 0;
}
.headspamenu_inner_content_item_flow_step_num {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid #DBDBDB;
	border-radius: 300px;
	color: #0075C1;
	font-family: Jost;
	line-height: 1;
}
.headspamenu_inner_content_item_flow_step_text {
	width: calc(100% - 56px);
	color: #000;
}
.headspamenu_inner_content_item_time {
	margin: 0 0 40px;
}
.headspamenu_inner_content_item_time_deta {
	display: inline-block;
	border-radius: 2px;
	border: 1px solid #DBDBDB;
	line-height: 1;
	margin: 0 0 8px;
	padding: 8px;
}
.headspamenu_inner_content_item_time_annotation {
	font-size: 12px;
	line-height: 1.6;
}
.headspamenu_inner_content_item_btn {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}
.headspamenu_inner_content_item_btn_catch {
	display: inline-block;
	color: #0075C1;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 3px;
	position: relative;
}
.headspamenu_inner_content_item_btn_catch:before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 14px;
	background: #0075C1;
	transform: rotateZ(-30deg);
	position: absolute;
	left: -10px;
	bottom: -1px;
}
.headspamenu_inner_content_item_btn_catch:after {
	content: "";
	display: inline-block;
	width: 2px;
	height: 14px;
	background: #0075C1;
	transform: rotateZ(30deg);
	position: absolute;
	right: -10px;
	bottom: -1px;
}
.headspamenu_inner_content_item_btn a {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 40px;
	background-image: url(../images/common/oin_white.png);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: right 11px center;
	background-color: #0075C1;
	border: 1px solid #0075C1;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	font-family: Jost;
	font-size: 18px;
	line-height: 1;
}
@media screen and (min-width: 768px) {
	.headspamenu_inner_content_item_btn a:hover {
		background-image: url(../images/common/oin_black.png);
		background-color: #fff;
		color: #0075C1;
	}
}
@media screen and (max-width:767px) {
	#headspamenu {
		padding: 12px 20px 144px;
	}
	.headspamenu_inner_title {
		font-size: 20px;
		line-height: 1.6;
		margin: 0 0 12px;
	}
	.headspamenu_inner_text {
		line-height: 1.8;
		margin: 0 0 80px;
	}
	.headspamenu_inner_content_item_top {
		margin: 0 0 24px;
	}
	.headspamenu_inner_content_item_top_text {
		width: 100%;
		margin: 0 0 12px;
	}
	.headspamenu_inner_content_item_top_text_title {
		font-size: 20px;
		margin: 0 0 20px;
	}
	.headspamenu_inner_content_item_top_price {
		width: 100%;
		text-align: right;
	}
	.headspamenu_inner_content_item_top_price_num {
		font-size: 28px;
	}
	.headspamenu_inner_content_item_top_price_num:before {
		font-size: 18px;
	}
	.headspamenu_inner_content_item_flow {
		margin: 0 0 24px;
	}
	.headspamenu_inner_content_item_flow_step + .headspamenu_inner_content_item_flow_step {
		margin: 20px 0 0;
	}
	.headspamenu_inner_content_item_flow_step_num {
		width: 32px;
		height: 32px;
	}
	.headspamenu_inner_content_item_flow_step_text {
		width: calc(100% - 44px);
	}
	.headspamenu_inner_content_item_time {
		margin: 0 0 32px;
	}
	.headspamenu_inner_content_item_time_deta {
		padding: 6px;
	}
}