@charset "UTF-8";
/* CSS Document */

/*==========================
　　　　　　COMMON
==========================*/

html{
	overflow-X: hidden;
	overflow-y: auto;
}

body{
	overflow-X: hidden;
	overflow-y: auto;
	font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
	font-size: 15px;
	color: #333;
}

h1, h2, h3, h4, h5{
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: 400;
}

img{
	max-width: 100%;
}

ul, ol{
	margin: 0;
	padding: 0;
}

li{
	list-style-type: none;
}

p{
	margin: 0;
	padding: 0;
	line-height: 1.7em;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
	box-sizing:border-box;
}

th{
	font-weight: 400;
}

a{
	text-decoration: none;
	cursor: pointer;
	transition: .3s ease-in-out;
}

a:link, a:visited, a:active{
	color: #333;
}

a:hover{
	opacity: 0.8;
}

.red{
	color: #C40025;
}

.blue{
	color: #0b318f;
}

.btn a{
	display: block;
	width: 200px;
	height: 45px;
	margin: 20px auto;
	background: #2c79bf;
	border-radius: 6px;
	box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, .2);
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-size: 19px;
	font-weight: 400;
}

.bold{
	font-weight: 700;
}

.mt0{
	margin-top: 0;
}


/*==========================
　　　　　　HEADER
==========================*/

header{
	width: 100vw;
	top:0;
	z-index: 100;
}

.head-inner{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.leaf{
	width: 200px;
	height: 145px;
	position: absolute;
	top: 0;
	left: -50px;
	z-index: 110;
}

.head-info{
	display: flex;
	height: 125px;
}

h1{
	width: 465px;
	margin: 20px 0 0 0;
	line-height: 40px;
	text-align: left;
	letter-spacing: 0;
	font-size: 40px;
	font-weight: 700;
	z-index: 130;
}

.salon{
	vertical-align: middle;
	font-size: 23px;
}

.contact{
	width:210px;
	height: 65px;
	margin: 10px 15px 0 0;
	padding: 10px 0 0 0;
	background: #21348c;
	border-radius: 10px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.tel, .m-tel{
	margin: 10px 0 0 0;
	font-family: 'Cardo', serif;
	font-size: 35px;
	font-weight: 700;
	color: #c73956;
}

.tel p, .m-tel p{
	line-height: 1.2em;
}

.tel-txt{
	font-size: 23px;
}

.time{
	line-height: 1.5em;
	color: #333;
	font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
	font-size: 17px;
	font-weight: 400;
}


/*==========================
　　　　　　MAIN
==========================*/

.bx-wrapper {
	margin: 0 !important;
	box-shadow: none !important;
	border: none !important;
	background: none !important;
}

.bxslider img{
	width: 100% !important;
	height: auto !important;
}

.news-title, .visit-title, .info{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.news-title .leaf-s{
	width: 165px;
	height: 120px;
	position: absolute;
	top:30px;
	left: 30%;
	z-index: -1;
}

.visit-title .leaf-s, .menu-title .leaf-s{
	width: 165px;
	height: 120px;
	position: absolute;
	top:30px;
	left: 200px;
	z-index: -1;
}

h2{
	line-height: 100px;
	margin: 20px auto 0 auto;
	padding: 40px 0 0 0;
	font-size: 40px;
	font-weight: 700;
}

.nenshi{
	display: block;
	width: 900px;
	height: auto;
	margin: 40px auto;
}

#news p{
	margin: 30px auto 60px auto;
	text-align: center;
	font-size: 20px;
}

#hygiene p{
	margin: 30px auto 60px auto;
	text-align: center;
	font-size: 20px;
}


#visit-service .reserve{
	width: 125px;
	margin: 0 auto 40px auto;
	padding: 0 0 0 5px;
	position: static;
	background: #21348c;
	border-radius: 8px;
	letter-spacing: 5px;
	color: #fff;
	font-size: 24px;
}

.visit-3700{
	widows: 100vw;
	margin: 0 auto 60px auto;
	background: url("../images/bg-blue.jpg");
}

.visit-3700-inner{
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0;
}

.visit-3700 img{
	width: 950px;
	height: 300px;
	margin: 0 auto;
	padding-bottom: 40px;
}

#visit-service .price{
	padding: 40px 0 0 0;
	font-size: 70px;
	line-height: 70px;
	letter-spacing: 2px;
	font-weight: 700;
}

#visit-service .price span{
	font-size: 35px;
}

#visit-service h3{
	color: #4c8383;
	font-size: 30px;
	font-weight: 700;
}

#visit-service h3 span{
	font-size: 45px;
}

.ryoukin-henkou {
	margin: 40px 0 0 0;
	padding: 10px;
	background-color: white;
}

.arrow{
	display: block;
	width: 30px;
	margin: 30px auto 80px auto;
}

.point-container{
	display: flex;
	justify-content: space-between;
	width: 800px;
	height: 80px;
	margin: 60px auto 40px auto;
}

#visit-service .poit-no{
	width: 80px;
	margin: 0;
}

.poit-no img{
	width: 80px;
	height: 80px;
}

h4{
	width: 710px;
	height: 40px;
	padding: 40px 0 0 0;
	border-bottom: #333 1px solid;
	text-align: left;
	text-indent: 10px;
	color: #8f732a;
	font-size: 30px;
	font-weight: 700;
}

#visit-service p{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
}

.care{
	display: flex;
	justify-content: space-between;
	width: 800px;
	margin: 0 auto 60px auto;
}

.care-txt{
	width: 650px;
}

#visit-service .care-txt p{
	width: 650px;
	text-align: left;
}

.care img{
	width: 150px;
	height: 143px;
}

.service{
	width: 1000px;
	margin: 0 auto 60px auto;
	background: #daecfa;
	border: #21348c 3px solid;
	border-radius: 15px;
}

#visit-service .service h3{
	width: 900px;
	margin: 25px auto 40px auto;
	background:linear-gradient(90deg,#daecfa 0%,#21348c 50%,#daecfa 100%);
	line-height: 40px;
	color: #fff;
	font-size: 30px;
}

.service-inner{
	width: 800px;
	margin: 0 auto;
}

.service-inner dt{
	margin: 0 0 10px 0;
	color: #21348c;
	font-size: 24px;
	font-weight: 700;
}

.service-inner dd{
	line-height: 30px;
	font-size: 19px;
	font-weight: 700;
}

.service-inner dd span{
	font-size: 24px;
}

.service-target{
	display: flex;
	justify-content: space-between;
}

.service-target table{
	width: 380px;
	margin: 0 0 20px 0;
}

.service-target th{
	line-height: 60px;
	text-align: left;
	color: #21348c;
	font-size: 20px;
	font-weight: 700;
}

.service-target td{
	margin: 0 0 10px 0;
	line-height: 30px;
	font-size: 18px;
}

#menu{
	width: 100vw;
	background: url("../images/bg-wood.jpg");
	position: relative;
	z-index: -2;
}

.menu-title{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.menu-title .leaf-s{
	left: 280px;
	opacity: 0.8;
}

#menu h2{
	margin: 20px auto 0 auto;
	line-height: 80px;
}

#menu p{
	margin: 10px 0 20px 0;
	text-align: center;
}

#menu h3{
	width: 500px;
	margin: 0 auto;
	border-bottom: #a57700 2px solid;
	line-height: 40px;
	color: #42210b;
	font-size: 28px;
	font-weight: 700;
}

.visit-menu{
	width: 800px;
	margin: 0 auto 40px auto;
	padding: 20px 100px;
	background-color:rgba(255,255,255,0.4);
}

#menu .visit-menu table{
	width: 500px;
	margin: 20px auto;
	line-height: 40px;
	text-align: left;
	font-size: 18px;
}

.mw-menu{
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
}

.menu-table{
	width: 460px;
	margin: 0 0 40px 0;
	padding: 20px 10px;
	background-color:rgba(255,255,255,0.4);
}

#menu .menu-table h3{
	width: 440px;
	margin: 0 auto;
}

#menu .menu-table table{
	width: 400px;
	margin: 20px auto ;
	line-height: 30px;
	text-align: left;
	font-size: 18px;
}

#menu .menu-table table tr{
	border-bottom: #888 1px solid;
}

#menu .menu-table table th{
	width: 380px;
	padding: 8px 0;
}

#menu .menuimage{
	display: block;
	width: 1000px;
	height: 500px;
	margin: 0 auto;
	padding: 0 0 60px 0;
}


/*==========================
　　　　　　FOOTER
==========================*/


footer{
	width: 100vw;
}

.foot-inner{
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
}

.store{
	width: 400px;
}

.store p{
	margin: 20px 0;
	line-height: 40px;
	letter-spacing: 0;
	font-size: 40px;
	font-weight: 700;
}

footer .access{
	line-height: 30px;
	font-size: 20px;
	font-weight: 400;
}

footer .access span{
	font-size: 22px;
	font-weight: bold;
	color: #008c78
}

address{
	font-style:normal;
	font-size: 17px;
}

.foot-info{
	display: flex;
	position: relative;
}

.foot-info img{
	width: 300px;
	height: 135px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.copy{
	background: #2c79bf;
}

.copy p{
	text-align: center;
	color: #fff;
	font-size: 12px;
}

.totop{
	display:none;
}

.totop a{
	padding: 0;
	position: fixed;
	vertical-align: bottom;
	right: 3%;
	bottom: 3%;
	z-index: 500;
}

.totop a img{
	widows: 70px;
	height: 70px;
}