@charset("UTF-8");

*{
	box-sizing:border-box;
	margin: 0;
	padding: 0;
	letter-spacing: 0.1em;
}
body{
	font-family: "游ゴシック",YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	font-weight: 500;
	color: #333;
	font-size: 14px;
	padding: 0 40px 40px;
	min-width: 1080px;
}
img{
	border: none;
}

ul,ol{
	list-style: none;
}

a{
	text-decoration: none;
	color: #333;
}
a:hover{
	transition :0.3s all ease;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.sp{
	display: none;
}

.inner{
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	position: relative;
}
.outer{
	width: 100%;
	min-width: 1000px;
	position: relative;
}
.mincho{
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝B" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
table{
	border-collapse: collapse;
}
.block{
	display: block !important;
}
.pic img{
	display: block;
	width: 100%;
}
.ov-hidden{
	overflow: hidden;
}
/* ++++++++++++++++header+++++++++++++ */
header{
	font-size: 15px;
	height: 120px;
	margin-bottom: 40px;
}
header h1{
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0;
	padding-top: 5px;
}
header .logo{
	position: absolute;
	left: 0;
	bottom: 0;
}
header .logo img{
	display: block;
}
.global{
	position: absolute;
	right: 0;
	bottom: 0;
}
.global li{
	float: left;
	margin-left: 30px;
}
header .contact-list{
	position: absolute;
	right: 0;
	top: 0;
	line-height: 45px;
}
header .contact-list li{
	float: left;
	margin-left: 30px;
}
header .contact-list li:nth-of-type(1){
	color: #df7a1c;
	font-size: 18px;
}
header .contact-list li:nth-of-type(2){
	text-align: center;
	width: 218px;
	height: 45px;
}
header .contact-list li:nth-of-type(2) a{
	display: block;
	width: 100%;
	height: 100%;
	background: #ffe14c;
}

/* +++++++++++++++++++++++サブページキービジュアル共通スタイル+++++++++++++++++++++++++ */
.key-visual{
	position: relative;
	background: #df7a1c;
	height: 360px;
	color: #fff;
	text-align: center;
}
.page-title{
	font-weight: 400;
	font-size: 48px;
	line-height: 1.1;
	width: 50%;
	height: 100%;
	padding-top: 140px;
}
.page-title span{
	display: block;
	font-size: 16px;
	padding-top: 10px;
	width: 100%;
}
.key-visual:after{
	content: "";
	display: block;
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-repeat: no-repeat;
	background-size: cover;
}

/* +++++++++++++++++++++++パンくずリストスタイル+++++++++++++++++++++++++ */
.bread-crumbs{
	padding: 40px 0;
	border-bottom: 1px solid #eee;
	line-height: 1.1;
	overflow: hidden;
}
.bread-crumbs li{
	float: left;
}
.bread-crumbs li:after{
	content: "/";
	display: inline-block;
	padding: 0 1em;
}
.bread-crumbs li:last-of-type:after{
	display: none;
}
.bread-crumbs a{
	color: #df7a1c;
}

/* +++++++++++++++++++++++見出し共通スタイル+++++++++++++++++++++++++ */
.sec-ttl{
	line-height: 1.1;
	font-size: 16px;
	color: rgba(68,68,68,0.8);
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝B" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	position: relative;
	padding-bottom: 40px;
}
.sec-ttl .en{
	font-size: 48px;
	color: #df7a1c;
	font-weight: 400;
	display: inline-block;
	padding-right: 0.6em;
	background: #fff;
}
.sec-ttl .ja{
	display: block;
	padding-top: 10px;
}
.sec-ttl:after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	top: 23px;
	background: #df7a1c;
	z-index: -1;
}
.sec-ttl03{
	font-size: 30px;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝B" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	position: relative;
	padding-bottom: 40px;
}
.sec-ttl03 span{
	font-weight: 400;
	display: inline-block;
	padding-right: 0.6em;
	background: #fff;
	color: #df7a1c;
}
.sec-ttl03:after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 23px;
	background: #df7a1c;
	z-index: -1;
}

.sec-ttl02{
	font-size: 24px;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝B" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight: 500;
	line-height: 2;
	color: #df7a1c;
	margin-bottom: 40px;
}
.sec-ttl04{
	width: 360px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto 40px;
	background: #fff;
	position: relative;
	text-align: center;
	font-size: 24px;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝B" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight: 400;
	color: #df7a1c;
}
.sec-ttl04:before{
	content: "";
	display: block;
	width: 10px;
	height: 100%;
	border: 1px solid #df7a1c;
	border-right: none;
	position: absolute;
	left: 0;
	top: 0;
}
.sec-ttl04:after{
	content: "";
	display: block;
	width: 10px;
	height: 100%;
	border: 1px solid #df7a1c;
	border-left: none;
	position: absolute;
	right: 0;
	top: 0;
}

.sec-ttl05{
	font-size: 20px;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝B" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight: 500;
	line-height: 2;
	color: #df7a1c;
	margin-bottom: 40px;
}


/* +++++++++++++++++++++++section 共通スタイル+++++++++++++++++++++++++ */
aside{
	padding-bottom: 60px;
}
.sec{
	padding: 60px 0;
}
.btn{
	line-height: 50px;
	height: 50px;
	text-align: center;
	width: 300px;
	position: relative;
	background: #ffe14c;
	display: block;
	margin: auto;
	font-size: 16px;
}
main p{
	line-height: 2;
	font-size: 16px;
}
.narrow{
	max-width: 1000px;
	margin: auto;
}
/* +++++++++++++++++++++++フッターお問い合わせスタイル+++++++++++++++++++ */

#contact-area .msg{
	text-align: center;
	font-size: 15px;
	line-height: 2;
	padding-bottom: 40px;
	font-weight: 600;
}
#contact-area ul{
	text-align: center;
	overflow: hidden;
}
#contact-area li{
	width: 33.333%;
	float: left;
}
#contact-area dl,#contact-area dd a{
	line-height: 50px;
	color: #df7a1c;
}
#contact-area dt,#contact-area dd{
	display: inline-block;
	font-size: 24px;
}
#contact-area li p{
	padding-top: 10px;
	line-height: 2;
	font-size: 14px;
}

/* +++++++++++++++++++++++フッタースタイル+++++++++++++++++++ */
footer{
	border-top: 2px solid #df7a1c;
	border-bottom: 2px solid #df7a1c;
	padding: 40px 0;
	position: relative;
	overflow: hidden;
}

footer .logo{
	display: inline-block;
	vertical-align: top;
}
footer .salon-info p{
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	line-height: 2;
	padding-left: 15px;
}
footer h1,footer p.salon-name{
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0;
	padding: 0;
	padding-bottom: 10px;
	display: block;
}
footer ul{
	position: absolute;
	right: 0;
	top: 40px;
}
footer li{
	float: left;
	margin-left: 20px;
}
.copyright{
	position: absolute;
	right: 0;
	bottom: 40px;
	font-size: 12px;
}


/* ++++++++++++++++++++++++responsive style++++++++++++++++++++++++++ */
@media screen and (max-width: 768px){
	html{
		font-size: 62.5%;
	}
	.pc{
		display: none !important;
	}
	.sp{
		display: block;
	}
	.inner{
		max-width: 100%;
	}
	.outer{
		min-width: 100%;
	}
	body{
		min-width: 100%;
		font-size: 1.4rem;
		padding: 0 0 20px;
	}

/* ++++++++++++++++header+++++++++++++ */
	header{
		font-size: 1.4rem;
		height: 90px;
		margin-bottom: 20px;
		padding: 0 20px;
	}
	header h1{
		font-size: 1rem;
		line-height: 1.3;
	}
	header .logo{
		left: 20px;
		width: 120px;
	}
	nav{
		padding: 80px 30px 30px;
		background: rgba(255,255,255,0.9);
		position: fixed;
		left: 0;	
		top: 0;
		width: 100%;
		height: 100%;
		overflow-y: scroll;
		text-align: center;
		font-size: 1.5rem;
		display: none;
		z-index: 9999;
	}
	.global{
		right: auto;
		bottom: auto;
		position: static;
		max-width: 260px;
		margin: auto;
	}
	.global li{
		float: none;
		margin: 30px 0;
	}
	header .contact-list{
		position: static;
		right: auto;
		top: auto;
		line-height: 45px;
		max-width: 260px;
		margin: auto;
	}
	header .contact-list li{
		float: none;
		margin: 20px 0;
	}
	header .contact-list li:nth-of-type(1),header .contact-list li:nth-of-type(1) a{
		color: #fff;
		background: #df7a1c;
		font-size: 1.5rem;
	}
	header .contact-list li:nth-of-type(2){
		width: 100%;
		height: 45px;
	}
	.menu-btn{
		position: fixed;
		right: 20px;
		top: 50px;
		width: 40px;
		height: 36px;
		z-index:9999;
	}
	.menu-btn span{
		display: block;
		width: 100%;
		height: 2px;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		background: #333;
		transition: 0.2s all ease-out;
	}
	.menu-btn span:nth-of-type(2){
		top: 8px;
	}
	.menu-btn span:nth-of-type(3){
		top: 16px;
	}
	.menu-btn p{
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
		font-size: 1.0rem;
		line-height: 1;
	}
	.menu-btn.opened span:nth-of-type(1){
		top: 8px;
		transform: rotate(40deg);
	}
	.menu-btn.opened span:nth-of-type(2){
		opacity: 0;
		filter: alpha(opacity=0);
	}
	.menu-btn.opened span:nth-of-type(3){
		top: 8px;
		transform: rotate(-40deg);
	}
	header .logo img{
		width: 100%;
	}

/* +++++++++++++++++++++++サブページキービジュアル共通スタイル+++++++++++++++++++++++++ */
	.key-visual{
		height: 200px;
		text-align: left;
	}
	.page-title{
		font-size: 2.4rem;
		width: 75%;
		height: 80px;
		padding-top: 20px;
		padding-left: 20px;
		margin-left: -20px;
		position: absolute;
		left: 0;
		bottom: 0;
		background: #df7a1c;
		z-index:9;
	}
	.page-title span{
		font-size: 1.3rem;
		padding-top: 5px;
	}
	.key-visual:after{
		width: calc(100% + 20px);
		margin-right: -20px;
	}

/* +++++++++++++++++++++++パンくずリストスタイル+++++++++++++++++++++++++ */
	.bread-crumbs{
		padding: 30px 0 10px;
		font-size: 1.2rem;
	}

/* +++++++++++++++++++++++見出し共通スタイル+++++++++++++++++++++++++ */
	.sec-ttl{
		font-size: 1.3rem;
		padding-bottom: 30px;
	}
	.sec-ttl .en{
		font-size: 2.6rem;
		padding-right: 0.4em;
	}
	.sec-ttl .ja{
		display: block;
		padding-top: 5px;
	}
	.sec-ttl:after{
		top: 12px;
	}
	.sec-ttl02{
		font-size: 1.8rem;
		line-height: 1.7;
		margin-bottom: 25px;
	}
	.sec-ttl03{
		font-size: 2.6rem;
		padding-bottom: 30px;
	}
	.sec-ttl03 span{
		padding-right: 0.4em;
	}
	.sec-ttl03:after{
		top: 21px;
	}
	.sec-ttl04{
		width: 260px;
		height: 3.6rem;
		line-height: 3.6rem;
		margin: 0 auto 25px;
		font-size: 1.7rem;
	}

	.sec-ttl05{
		font-size: 1.6rem;
		margin-bottom: 20px;
	}
/* +++++++++++++++++++++++section 共通スタイル+++++++++++++++++++++++++ */
	main{
		padding: 0 20px;
	}
	aside{
		padding-bottom: 40px;
	}
	.sec{
		padding: 40px 0;
	}
	.btn{
		line-height: 45px;
		height: 45px;
		width: 100%;
		max-width: 300px;
		font-size: 1.5rem;
	}
	main p{
		font-size: 1.4rem;
	}
/* +++++++++++++++++++++++フッターお問い合わせスタイル+++++++++++++++++++ */

	#contact-area .msg{
		font-size: 1.3rem;
		line-height: 1.8;
		padding-bottom: 30px;
		letter-spacing: 0;
	}
	#contact-area ul{
		text-align: center;
		overflow: hidden;
	}
	#contact-area li{
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	#contact-area li:last-of-type{
		margin-bottom: 0;
	}
	#contact-area dl{
		line-height: 1.1;
	}
	#contact-area dt,#contact-area dd{
		display: inline-block;
		font-size: 1.8rem;
	}
	#contact-area li p{
		font-size: 1.2rem;
		padding-top: 8px;
		line-height: 1.5;
	}

/* +++++++++++++++++++++++フッタースタイル+++++++++++++++++++ */
	footer.outer{
		padding: 20px 0;
		width: calc(100% - 40px);
		min-width: calc(100% - 40px);
		margin: auto;
	}
	footer .logo{
		display: block;
		width: 120px;
		margin: auto;
	}
	footer .logo img{
		display: block;
		width: 100%;
	}
	footer .salon-info p{
		display: block;
		font-size: 1.2rem;
		line-height: 1.8;
		padding: 10px 0 20px;
	}
	footer h1{
		font-size: 1rem;
		line-height: 1.5;
	}
	.copyright{
		position: static;
		right: auto;
		bottom: auto;
		font-size: 1.1rem;
		text-align: center;
		letter-spacing: 0;
	}
}