@charset("UTF-8");

*{
	box-sizing:border-box;
	margin:0;
	padding:0;
}

body{
	font-family:游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo,  sans-serif;
	font-size:16px;
	color:#434343;
	font-weight:500;
	text-align:justify;
}

img{
	border:none;
}

ul,ol{
	list-style:none;
}

a{
	text-decoration:none;
	color:#434343;
}
table{
	border-collapse:collapse;
	width:100%;
	border-top:1px solid #434343;;
}

.sp{
	display:none !important;
}
.sp-menu{
	display:none;
}

.inner{
	width:1100px;
	margin:0 auto;
	position:relative;	
	padding:0;
}
.outer{
	width:100%;
	min-width:1100px;
	margin:auto;
}
.f-left{
	float:left;
}
.f-right{
	float:right;
}
.ov-hidden{
	overflow:hidden;
}
.clear{
	clear:both;
}

.hover{
	transition:0.3s all ease;
}
.hover:hover{
	opacity:0.6;
	filter:alpha(opacity=60);
}

.mincho{
	font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝B" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight:400;
}
.tc{
	text-align:center;
}
.tr{
	text-align:right;
}

/* ***********************header************************** */
header{
	padding-top:10px;
	padding-bottom:10px;
	height:90px;
	background:#fff;
	z-index:999999;
	box-shadow:0 1px 1px 0 rgba(0,0,0,0.2);
}
header h1{
	font-size:12px;
	font-weight:500;
	line-height:1.1;
	padding-bottom:5px;
}
nav{
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	bottom:5px;
}
nav li{
	display:inline-block;
	font-size:0;
	margin:0 20px;
}
nav a{
	font-size:16px;
	line-height:1.1;
	display:block;
	letter-spacing:0.05em;
	color:#60c4b0;
}
nav a span{
	display:block;
	color:#87827a;
	font-size:18px;
	margin-bottom:3px;
}
header .logo{
	position:absolute;
	left:0;
	bottom:5px;
	display:block;
	z-index:999;
	width:100px;
}
header .logo img{
	display:block;
	width:100%;
}
.salon-data{
	position:absolute;
	right:0;
	top:0;
	font-size:14px;
	line-height:1.3;
	color:#6f5043;
}
header .inner{
	height:100%;
}
header .tel{
	position:absolute;
	right:0;
	bottom:5px;
	text-align:right;
	display:block;
	font-size:22px;
	line-height:1.1;
}
header .tel a{
	letter-spacing:0.1em;
	color:#60c4b0;
}
header .tel a:before{
	content:"\f095";
	font-family: "Font Awesome 5 Free";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	vertical-align:baseline;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-weight: bold;
	font-size:90%;
	padding-right:0.3em;
}
header .caution{
	display:block;
	font-size:12px;
	padding-top:0.5em;
	letter-spacing:0.1em;
}
header.scroller {
	height:60px;
	padding:5px 0;
	position:fixed;
	left:0;
	right:0;
	top:-60px;
	background:rgba(255,255,255,1);
}
header.scroller h1,header.scroller .salon-data{
	display:none;
}
header.scroller .logo{
	//width:140px;
	bottom:7px;
}

/* ************************bread crumb********************** */
.bread-crumb{
	margin-bottom:40px;
}
.bread-crumb li{
	line-height:3;
}
.bread-crumb li::after{
	content:">";	
	display:inline;
	margin-left:0.5em;
	margin-right:0.5em;
}
.bread-crumb li:last-of-type::after{
	display:none;
}
.bread-crumb a{
    color: #60c4b0;
	text-decoration:underline;
}
.bread-crumb a:hover{
	text-decoration:none;
}

/* ************************main********************** */
main{
	display:block;
}

.sec{
	padding-top:80px;
	//padding-bottom:40px;
}

.sec-title{
	line-height:1.1;
	margin-bottom:40px;
	font-weight:600;
	font-size:14px;
	color:#60c4b0;
}
.sec-title span{
	font-size:36px;
	display:block;
	padding-bottom:0.2em;
}
p{
	line-height:2;
}

footer{
	background:#f8f8f7;
	padding:32px 0;
}
#copyrights{
	font-size:12px;
	padding-top:2em;
}
footer .logo{
	margin:auto;
	max-width:100px;
	display:block;
}
footer .logo img{
	display:block;
	width:100%;
}
footer .salon-name{
	font-size:24px;
	line-height:1.1;
	padding-bottom:32px;
	font-weight:400;
}

footer .address{
	line-height:1.5;
	padding:2rem 0 0.5rem;
}
.tel-btn{
	margin:0 auto 10px;
	border:1px solid #434343;
	font-weight:400;
	display:block;
	width:375px;
	line-height:69px;
	font-size:28px;
	letter-spacing:0.05em;
	transition:0.3s all ease;
}
.tel-btn:hover{
	background:#434343;
	color:#fff;
}
.tel-btn:before{
    content: "\f095";
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    vertical-align: baseline;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: bold;
    font-size: 90%;
    padding-right: 0.3em;
}





























/* ********************************************** */
/* **************レスポンシブスタイル************ */
/* ********************************************** */
@media screen and (max-width:767px){
    html {
        font-size: 62.5%;
    }
	

body{
	font-size:1.4rem;
}



.sp{
	display:block !important;
}
.sp-menu{
	display:block;
}
.pc{
	display:none !important;
}

.inner{
	width:100%;
	margin:0 auto;
	position:relative;	
	padding:0 1.5rem;
}
.outer{
	width:100%;
	min-width:100%;
	margin:auto;
}


/* ***********************header************************** */
header{
	padding-top:5px;
	padding-bottom:0;
	height:70px;
}
header .inner:after{
	content:"";
	display:block;
	width:0;
	height:0;
	clear:both;
}
header .inner{
	//overflow:hidden;
	height:100%;
	padding-bottom:10px;
	position:relative;
}
header h1{
	font-size:1.0rem;
	line-height:1.4;
}
header .logo {
	width: 8.5rem;
    display: block;
    top: 32px;
    bottom: auto;
    left: 1.5rem;
    z-index: 9;
    position: absolute;
}
header .logo img{
	display:block;
	width:100%;
}

.sp-menu{
	width:25px;
	position:fixed;
	right:15px;
	top:43px;
	z-index:9999999;
}
.sp-menu span{
	display:block;
	width:100%;
	height:1px;
	position:relative;
	background:#635f59;
}
.sp-menu span:nth-of-type(2){
	margin-top:0.6rem;
}
.sp-menu span:nth-of-type(3){
	margin-top:0.6rem;
}

header .tel{
    background-position: center;
    padding-left: 0;
    width: 30px;
    height: 30px;
    background-color: #434343;
	color:#fff;
	bottom: 7px;
    right: 55px;
}
header .tel a{
	color:#fff;
	display:block;
	width:100%;
	height:100%;
	text-align:center;
}
header .tel a:before {
    vertical-align: middle;
    padding-right: 0;
}

header .caution{
    font-size: 1rem;
    position: absolute;
    bottom: auto;
    right: 1.5rem;
    top: 3rem;
}

nav{
	position:fixed;
	right:-100%;
	left:auto;
	top:0;
	bottom:0;
	background:rgba(255,255,255,0.95);
	width:100%;
	opacity:0;
	filter:alpha(opacity=0);
	height:100%;
	overflow:auto;
	padding:0 1.5rem;
	z-index:999999;
}
nav ul{
	padding-top:8.4rem;
}
nav li{
	margin-left:0;
	float:none;
	width:100%;
	padding:1.5rem 0;
	border-bottom:1px solid #dfdfdf;
}
nav a{
	line-height:1.1;
	width:100%;
	display:block;
	font-size:1.4rem;
}
nav a span {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
}
nav .tel-btn{
	margin-bottom:0;
}

/* ************************footer********************** */

footer .inner{
	padding-bottom:1.5rem;
	font-size:1.2rem;
}
footer .logo{
	width:8rem;
	display:block;
	margin:auto;
	float:none;
}
footer .logo img{
	display:block;
	width:100%;
}
.tel-btn{
	color:#fff;
	margin:0 auto 1rem;
	width:90%;
	line-height:4.8rem;
	font-size:2.4rem;
	background:#434343;
}
footer .salon-name {
    font-size: 2rem;
    padding-bottom: 3rem;
}


/* ************************bread crumb********************** */
.bread-crumb li{
	line-height:1.5;
	font-size:1.2rem;
	padding-bottom:0.5em;
}

/* ************************main********************** */
main.inner,main.outer{
	margin-bottom:8rem;
}

.sec{
	padding-top:6rem;
}
.sec-title{
	margin-bottom:3rem;
}
.p-txt01{
	line-height:2;
}



.sec-title span {
    font-size: 3rem;
}
.sec-title {
    font-size: 1.5rem;
}

/* ************************contact banners********************** */

.contact-banners p{
	font-size:1.5rem;
	line-height:1.5;
	padding-bottom:0;
}
.contact-banners ul{
	font-size:0;
	padding-top:1.5rem;
}
.contact-banners li{
	display:block;
	padding:0 0 1.5rem;
	width:100%;
	height:auto;

}
.contact-banners a{
	display:block;
	width:100%;
	line-height:5rem;
	font-size:1.4rem;	
}

.bread-crumb {
    margin-bottom: 2rem;
}
}