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

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

.pc-style{
	display: none !important;
}

.m-style{
	display: none !important;
}


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

.leaf{
	width: 138px;
	height: 100px;
	position: absolute;
	top: -10px;
	left: 30%;
	z-index: 0;
}

.head-info{
	height: 80px;
}

h1{
	width: 100vw;
	text-align: center;
	font-size: 27px;
}

.salon{
	font-size: 20px;
}

#gnav.tapped{
	left: 0;
}

#gnav{
	display: block;
	width: 100vw;
	height: 100vh;
	background: #fff;
	position: fixed;
	top: 0;
	left: 150vw;
	z-index: 500;
	transition: 0.6s;
}

#gnav nav{
	margin: 80px auto 0 auto;
}

#gnav nav ul{
	display: block;
}

#gnav nav li{
	width: 80vw;
	margin: 0 auto 10px auto;
	border-bottom: #0b318f 2px solid;
	text-align: center;
	font-size: 20px;
}

#gnav nav li a{
	display: block;
	height: 40px;
	margin: 0 auto 10px auto;
	padding: 40px 0 0 0;
	line-height: 40px;
	text-align: center;
	font-size: 22px;
	border-right: none;
	color: #333;
}

.m-tel{
	width: 80vw;
	margin: 40px auto 0 auto;
	text-align: center;
}
.contact{
	width: 300px;
	height: 60px;
	margin: 0 auto 20px auto;
	font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
	font-size: 16px;
	font-weight: 400;
}

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

.m-tel a{
	color: #0b318f;
}

.time{
	line-height: 1.5em;
	color: #333;
	font-size: 17px;
	font-weight: 400;
}

#navbtn{
	width: 54px;
	height: 54px;
	position: fixed;
	right: 3%;
	top: 0;
	background: #fff;
	z-index: 600;
}

.ham{
	width: 30px;
	height: 2px;
	position: absolute;
	left: 12px;
	background: #0b318f;
	border-radius: 1px;
	transition: 0.5s;
}

.ham:nth-child(1){
	top: 10px;
}

.ham:nth-child(2){
	top: 20px;
}

.ham:nth-child(3){
	top: 30px;
}

.ham-txt{
	position: absolute;
	top:38px;
	left:11px;
	font-size: 10px;
	color: #0b318f;
	transition: 0.5s;
}

.tapped .ham:nth-child(1){
	top: 18px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.tapped .ham:nth-child(2){
	left: 500px;
	opacity: 0;
}

.tapped .ham:nth-child(3){
	top: 18px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


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

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

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

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

h2{
	background-size: contain;
	line-height: 80px;
	font-size: 30px;
	font-family: 'Kosugi Maru', sans-serif;
}

.nenshi{
	width: 80vw;
}

#news p{
	width: 80vw;
	margin: 20px auto 40px auto;
	text-align: left;
	font-size: 17px;
}

#hygiene p{
	width: 80vw;
	margin: 20px auto 40px auto;
	text-align: left;
	font-size: 17px;
}

#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: 20px;
}

.visit-3700-inner{
	display: block;
	width: 90vw;
	margin: 0 auto;
	padding: 40px 0;
}

.visit-3700 img{
	width: 90vw;
	height: 18vw;
	margin: 0 auto;
	object-fit: contain;
}

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

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

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

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

.point-container{
	display: flex;
	justify-content:flex-start;
	width: 80vw;
	height: 80px;
	margin: 40px auto 20px auto;
}

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

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

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

#visit-service p{
	width: 80vw;
	font-size: 16px;
}

.care{
	width: 80vw;
	margin: 0 auto 60px auto;
}

.care-txt{
	width: 60vw;
}

#visit-service .care-txt p{
	width: 60vw;
}

.care img{
	width: 100px;
	height: 95px;
}

.service{
	width: 100vw;
	margin: 0 auto 30px auto;
	border: none;
	border-radius: 0px;
}

#visit-service .service h3{
	width: 100vw;
	margin: 0 auto 40px auto;
	font-size: 23px;
}

.service-inner{
	width: 85vw;
}

.service-inner dt{
	font-size: 20px;
}

.service-inner dd{
	line-height: 28px;
	font-size: 16px;
}

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

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

.service-target th{
	line-height: 30px;
	font-size: 16px;
}

.service-target td{
	line-height: 25px;
	font-size: 15px;
}

.menu-title{
	width: 100vw;
	position: relative;
}

.menu-title .leaf-s{
	left: 30vw;
	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: 80vw;
	margin: 0 auto;
	line-height: 30px;
	font-size: 20px;
}

.visit-menu{
	width: 100vw;
	margin: 0 auto 30px auto;
	padding: 20px 0;
}

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

.mw-menu{
	display: block;
	width: 100vw;
	margin: 0 auto 30px auto;
}

.menu-table{
	width: 100vw;
	margin: 0 0 20px 0;
	padding: 20px 0;
}

#menu .menu-table h3{
	width: 80vw;
	margin: 0 auto;
}

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

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

#menu .menuimage{
	display: block;
	width: 80vw;
	height: 40vw;
	margin: 0 auto;
	padding: 0 0 40px 0;
}


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

.foot-inner{
	display: block;
	justify-content: space-between;
	width: 85vw;
	margin: 0 auto;
}

.store{
	width: 85vw;
}

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

footer .access{
	font-size: 19px;
}

footer .access span{
	font-size: 21px;
}

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

.foot-info{
	display: block;
	position: relative;
	margin: 20px 0 170px 0;
	text-align: center;
}

.foot-info img{
	position: absolute;
	bottom: -170px;
	right: 0;
}

.totop{
	display:none;
}

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

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