@charset "UTF-8";

/*
Theme Name: エステハウス2022
Theme URL: 
Description:
Author: HOT Advertising Design
Version: 2021
License: 
License URI: 
最終更新日 2022-02-24
----------------------------------------------------------------------　*/

html {
	font-size: 62.5%;
}

body {
	font-family: "Noto Sans JP","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
	color: #333;
	background: #FFEFEB;
}

img {
	width: 100%;
	height: auto;
}

.sp {
	display: block;
}

.pc {
	display: none;
}

#wrap {
	width: 100%;
	overflow: hidden;
}

.section {
	padding: 20px 0 60px;
}

.inner_section {
	width: 80%;
	margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
}

/*======================================== header ========================================*/
#header {
	background: #FFEFEB;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

#header::after {
	content: "";
	display: block;
	background: url(images/header_after_wave_sp.png) repeat-x center;
	background-size: 320px 50px;
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	z-index: -1;
}

.wrap_header {
	width: 90%;
	margin: 0 auto;
	height: 40px;
	padding-top: 15px;
}

.ttl_h1 {
	width: 134px;
}

/* header TEL PC */
.wrap_header_info_pc {
	display: none;
}

/* ハンバーガーメニュー ここから*/
#nav_toggle {
	height: 55px;
	width: 55px;
	cursor: pointer;
	position: fixed;
	top: 0;
	right: 5%;
	background: #EA826C;
	border-radius: 0 0 10px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1000;
}

#nav_toggle div {
	position: relative;
	height: 20px;
	width: 26px;
	margin: 0 auto;
}

#nav_toggle span {
	width: 100%;
	height: 2px;
	border-radius: 5px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	background: #fff;
	position: absolute;
	-webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
	transition: top .5s ease, -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out, top .5s ease;
	transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}

#nav_toggle span:nth-child(1) {
	top: 0%;
}

#nav_toggle span:nth-child(2) {
	top: 50%;
}

#nav_toggle span:nth-child(3) {
	top: 100%;
}

.open #nav_toggle {
	background: #fff;
}

.open #nav_toggle span {
	background: #EA826C;
}

.open #nav_toggle span:nth-child(1) {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	top: 50%;
}

.open #nav_toggle span:nth-child(2) {
	width: 0;
}

.open #nav_toggle span:nth-child(3) {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	top: 50%;
}

/* header_nav */
.wrap_header_nav {
	background: #EA826C;
	color: #EA826C;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 990;
	width: 100%;
	padding-top: 70px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.ul_nav {
	width: 80%;
	margin: 0 auto;
}

.ul_nav li a {
	color: #fff;
	display: block;
	padding-bottom: 8px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #fff;
	position: relative;
}

.ul_nav li a::after {
	content: "\f138";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 1px;
	right: 0;
}

.ul_nav li a span {
	display: none;
}

/* header_info_sp */
.wrap_header_info_sp {
	background: #fff;
	padding: 20px 0;
}

.header_tel_sp {
	width: 90%;
	height: 70px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #FFEFEB;
	border-radius: 40px;
	font-weight: bold;
}

.header_tel_sp::before {
	content: "";
	display: inline-block;
	background: url(images/icon_tel_sp.png) no-repeat;
	background-size: contain;
	width: 34px;
	height: 38px;
	margin-right: 10px;
}

.header_tel_sp a {
	color: #EA826C;
}

.header_tel_sp span {
	font-weight: 900;
	font-size: 24px;
	font-size: 2.4rem;
}

.open .wrap_header_nav {
	visibility: visible;
	opacity: 1;
}

/*======================================== main ========================================*/
/* キーイメージ */
.wrap_keyimage {
	margin-top: 40px;
	position: relative;
}

.wrap_keyimage::after {
	content: "";
	display: block;
	background: url(images/keyimage_after_wave_sp.png) repeat-x center;
	background-size: 320px 30px;
	width: 100%;
	height: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
}

/* 下層キーイメージ */
.lower .wrap_keyimage {
	height: 210px;
}

.wrap_keytext {
	position: absolute;
	top: 40%;
	left: 10%;
	width: 90%;
}

.ttl_h2_keytext {
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 0.08em;
	color: #EA826C;
}

.keytext_en {
	font-family: 'Caveat', cursive;
	font-weight: bold;
	font-size: 40px;
	color: rgba(234, 130, 108, 0.3);
	line-height: 1;
}

/*======================================== footer ========================================*/
.copyright {
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	padding: 10px 0;
	background: #FFEFEB;
}

@media print, screen and (min-width: 769px) {
	body {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.7;
	}
	.sp {
		display: none;
	}
	.pc {
		display: block;
	}
	.section {
		padding: 40px 0 60px;
	}
	.inner_section {
		width: 95%;
		max-width: 1000px;
	}
	/*======================================== header ========================================*/
	#header::after {
		background: url(images/header_after_wave_pc.png) repeat-x center;
		background-size: 1200px 70px;
		height: 70px;
	}
	.wrap_header {
		width: 100%;
		max-width: 1000px;
		height: 80px;
		padding-top: 20px;
		position: relative;
	}
	.ttl_h1 {
		width: 190px;
	}
	.ttl_h1 a:hover {
		opacity: 0.8;
	}
	/* header TEL PC */
	.wrap_header_info_pc {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: absolute;
		top: 0;
		right: 0;
		background: #EA826C;
		border-radius: 0 0 10px 10px;
		color: #fff;
		width: 467px;
		height: 55px;
		padding-left: 20px;
		font-family: 'Zen Maru Gothic', sans-serif;
		font-weight: bold;
	}
	.header_tel_pc {
		font-weight: 900;
		font-size: 24px;
		font-size: 2.4rem;
		margin-right: 20px;
	}
	.header_tel_pc::before {
		content: "";
		display: inline-block;
		background: url(images/icon_tel_pc.png) no-repeat;
		background-size: contain;
		width: 16px;
		height: 18px;
		margin-right: 5px;
	}
	/* ハンバーガーメニュー ここから*/
	#nav_toggle {
		display: none;
	}
	/* header_nav */
	.wrap_header_nav {
		background: transparent;
		position: static;
		width: 100%;
		padding-top: 0;
		margin-top: 5px;
		visibility: visible;
		opacity: 1;
	}
	.ul_nav {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.ul_nav li {
		min-width: 140px;
	}
	.ul_nav li a {
		color: #333;
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
		text-align: center;
		-webkit-transition: 0.2s;
		transition: 0.2s;
	}
	.ul_nav li a::after {
		content: "";
		top: 60%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 1px;
		height: 32px;
		background: #F4BBAF;
	}
	.ul_nav li a span {
		display: block;
		font-family: 'Caveat', cursive;
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 1;
		color: rgba(244, 187, 175, 0.4);
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
		margin-bottom: -8px;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: 0.2s;
		transition: 0.2s;
	}
	.ul_nav li a:hover {
		color: #EA826C;
	}
	.ul_nav li a:hover span {
		visibility: visible;
		opacity: 1;
	}
	/* header_info_sp */
	.wrap_header_info_sp {
		display: none;
	}
	/*======================================== main ========================================*/
	/* キーイメージ */
	.wrap_keyimage {
		margin-top: 80px;
	}
	.wrap_keyimage::after {
		background: url(images/keyimage_after_wave_pc.png) repeat-x center;
		background-size: 1200px 50px;
		height: 50px;
	}
	/* 下層キーイメージ */
	.lower .wrap_keyimage {
		height: 300px;
	}
	.wrap_keytext {
		position: absolute;
		top: 50%;
		left: calc(50% + 80px);
		width: 95%;
		max-width: 1000px;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.ttl_h2_keytext {
		font-size: 36px;
		font-size: 3.6rem;
	}
	.keytext_en {
		font-size: 60px;
		font-size: 6.0rem;
		margin-left: 15px;
	}
	/*======================================== footer ========================================*/
	.copyright {
		font-size: 14px;
		font-size: 1.4rem;
	}
}