@charset "utf-8";

h1,h2{
	font-family: athelas, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	letter-spacing: 2px;
	text-align: center;
}
h2::before{
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 20px;
	height: 1px;
	background: #786956;
	margin-right: 20px;
}
h2::after{
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 20px;
	height: 1px;
	background: #786956;
	margin-left: 20px;
}
.min{
	font-family: kozuka-mincho-pro, serif;
	font-weight: 500;
	font-style: normal;
}

.instagram-placeholder{
	margin:0 25px 25px 0;
	width:180px;
	height:180px;
	float: left;
}
.instagram-placeholder:nth-of-type(5n){
	margin-right: 0;
}
.instagram-placeholder img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.instagram{
	width: 1000px;
	margin: 30px auto 0;
}


/* index.html
===============================================*/
#index .mvBox{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
#index .topConcept{
	padding: 40px 0 0;
	background: url(../img/top/bg_01.png) no-repeat right 80px top 70px;
	margin-bottom: 80px;
}
#index .topConcept h2{
	margin-bottom: 50px;
}
#index .topConcept h2::before,
#index .topConcept h2::after{
	display: none;
}
#index .topConcept p{
	font-size: 14px;
	 line-height: 34px;
	 margin-bottom: 30px;
}
#index .topConcept .more{
	text-align: center;
}
#index .topConcept .more a{
	display: inline-block;
	width: 150px;
	box-sizing: border-box;
	border: 1px solid #786a56;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 26px;
	transition: all 0.5s;
}
#index .topConcept .more a::after{
	display: inline-block;
	content: "";
	width: 7px;
	height: 7px;
	border-top: 1px solid #786956;
	border-right: 1px solid #786956;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: 20px;
	transition: all 0.5s;
}
#index .topConcept .more a:hover{
	background: #786a56;
	color: #fff;
}
#index .topConcept .more a:hover::after{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

area{
border:none;
outline:none;
}


#index .top_line_text{
	font-size: 12px;
	text-align: center;
	padding-top: 10px;

}
#index .contents{
	width: 1000px;
	margin: 0 auto 100px;
}
/*
#index .salonLink ul li:nth-child(1){
	float: left;
}
#index .salonLink ul li:nth-child(2){
	float: right;
}
*/
#index div.ichino{
	width: 480px;
	padding: 15px;
	float: left;
	text-align: center;
	border: 1px #e7e6e4 solid;
	box-sizing: border-box;
}
#index .salonLink a:hover{
	opacity: .5;
    zoom: 1;

}
#index div.oyagi{
	width: 480px;
	padding: 15px;
	float: right;
	text-align: center;
	border: 1px #e7e6e4 solid;
	box-sizing: border-box;
}
#index p.salonName{
	font-size: 20px;
	margin-top: 22px;
	letter-spacing: 2px;
}
#index ul.sns{
	width:120px; 
	margin: 20px auto 0;
}
#index div.ichino ul li:nth-child(1){
	float: left;
}
#index div.ichino ul li:nth-child(2){
	float: right;
}
#index div.oyagi ul li:nth-child(1){
	float: left;
}
#index div.oyagi ul li:nth-child(2){
	float: right;
}
#index div.ichino p.salonTel,.oyagi p.salonTel{
	margin-top: 20px;
}
#index div.ichino p.address,.oyagi p.address{
	font-size: 12px;
	margin-top: 10px;
}
#index .contentsLink ul li{
	transition: all 0.5s;
}
#index .contentsLink ul li:nth-child(1){
	background: url(../img/top/img_03.png) no-repeat center center;
	box-sizing: border-box;
	padding: 12px 20px;
	margin-bottom: 100px;
}
#index .contentsLink ul li:nth-child(1) a{
	display: block;
	width: 100%;
	border: 1px solid #fff;
	font-family: athelas, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	line-height: 190px;
	color: #fff;
	text-align: center;
}
#index .contentsLink ul li:nth-child(2){
	float: left;
	width: 470px;
	background: url(../img/top/img_04.png) no-repeat center center;
	box-sizing: border-box;
	padding: 15px 20px;
	margin-bottom: 100px;
}
#index .contentsLink ul li:nth-child(2) a,
#index .contentsLink ul li:nth-child(3) a{
	display: block;
	width: 100%;
	border: 1px solid #fff;
	font-family: athelas, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	line-height: 265px;
	color: #fff;
	text-align: center;
}
#index .contentsLink ul li:nth-child(3){
	float: right;
	width: 470px;
	background: url(../img/top/img_05.png) no-repeat center center;
	box-sizing: border-box;
	padding: 15px 20px;
	margin-bottom: 100px;
}
#index .contentsLink ul li:nth-child(4){
	background: url(../img/top/img_07.png) no-repeat center center;
	box-sizing: border-box;
	padding: 14px 20px;
	margin-bottom: 100px;
}
#index .contentsLink ul li:nth-child(4) a{
	display: block;
	width: 100%;
	border: 1px solid #e7e6e4;
	font-family: athelas, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
    line-height: 95px;
	color: #fff;
	text-align: right;
}
#index .contentsLink ul li:hover,
#index .contentsLink ul li a:hover{
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity: .5;
	opacity: .5;
	zoom: 1
}
#index .blog{
	background: url(../img/top/img_06.png) no-repeat center center;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 0;
}
#index .blog table{
	width: 100%;
	border: 1px solid #fff;
	color: #fff;
}
#index .blog table th{
	padding: 0 40px;
	font-family: athelas, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
}
#index .blog table td{
	padding: 35px 20px 35px 20px;
    width: 350px;
    box-sizing: border-box;
    vertical-align: top;
}
#index .blog table td p{
	text-align: center;
	padding-bottom:10px
	
}

#index .blog table td ul li{
	padding: 5px 0;
	font-size: 13px;
}
#index .blog table td ul li a{
	font-size: 13px;
	color: #fff;
}
#index .blog table td ul li a:hover{
	text-decoration: underline;
}
#index .blog table td ul li .day{
	display: inline-block;
	width: 90px;
}
#index .newsBox{
	width: 600px;
	margin: auto;
	padding: 30px 0;
	font-size: 14px;
    line-height: 34px;
	text-align: left;
}
#index .newsBox h2{
	margin-bottom: 30px;
}
#index .newsBox h2::before,#index .newsBox h2::after{
	display: none;
}
#index .newsBox p.link{
	padding-bottom: 30px;
	margin-bottom: 30px;
	text-align: center;
	border-bottom: 1px solid #786956;
}
#index .newsBox p.link a{
	text-decoration: underline;
}
#index .newsBox p.bold{
	font-weight: bold;
	margin-bottom: 30px;
}
#index .newsBox p{
	margin-bottom: 30px;
}
#index .newsBox ul{
	margin: 0 auto 30px;
}
#index .newsBox ul li{
	list-style-type: decimal;
	padding-left: 1em;
	text-indent: -1em;
	list-style-position: inside;
}

#index .top_recruit{
	background: url(../img/top/img_08.png) no-repeat center center;
    box-sizing: border-box;
    padding: 14px 20px;
	width: 1000px;
	margin: 100px auto;
	
}
#index .top_recruit a{
display: block;
width: 100%;
border: 1px solid #e7e6e4;
font-family: athelas, serif;
font-weight: 400;
font-style: normal;
font-size: 24px;
line-height: 190px;
color: #fff;
height: auto;
text-align: center;
}
#index .top_recruit:hover{
opacity: .5;
    zoom: 1;
}
/* concept.html
===============================================*/
#concept{
	padding-top: 30px;
}
#concept h1{
	margin-bottom: 45px;	
}
#concept .mv{
	width: 1000px;
	height: 439px;
	margin: 0 auto 65px;
	background: url(../img/concept/mv_concept.png) no-repeat center center;
	position: relative;
}
#concept .mv .mvTitle{
	position: absolute;
	left: 110px;
	bottom: 0;
	width: 280px;
	font-size: 14px;
	text-align: center;
	padding: 45px 0 35px;
	background: #fff;
}
#concept .mv .mvTitle span{
	font-family: athelas, serif;
	font-size: 24px;
}
#concept .mv + p{
	font-size: 19px;
	margin-bottom: 30px;
}
#concept .mv + p span{
	font-size: 24px;
}
#concept .conceptText{
	font-size: 14px;
	line-height: 35px;
	margin-bottom: 150px;
}
#concept .conceptText span{
	font-size: 20px;
}
#concept > figure{
	margin-bottom: 120px;
}

#concept .conceptBox1,#concept .conceptBox2{
	width: 1000px;
	margin: 0 auto 150px;
	position: relative;
}
#concept .conceptBox1 .conceptWrap{
	width: 100%;
	box-sizing: border-box;
	padding: 40px 240px 50px 250px;
	border: 8px solid rgba(178,136,80,0.15);
	margin-left: -250px;
}
#concept .conceptBox2 .conceptWrap{
	width: 100%;
	box-sizing: border-box;
	padding: 40px 350px 50px 105px;
	border: 8px solid rgba(178,136,80,0.15);
	margin-left: 395px;
}
#concept .conceptBox1 .conceptWrap .conceptTitle,
#concept .conceptBox2 .conceptWrap .conceptTitle{
	font-size: 22px;
	margin-bottom: 20px;
}
#concept .conceptBox1 .conceptWrap .conceptDetail,
#concept .conceptBox2 .conceptWrap .conceptDetail{
	font-size: 14px;
	line-height: 32px;
	margin-bottom: 35px;
}
#concept .conceptBox1 .conceptWrap .conceptLink,
#concept .conceptBox2 .conceptWrap .conceptLink{
	width: 175px;
}
#concept .conceptBox1 .conceptWrap .conceptLink a,
#concept .conceptBox2 .conceptWrap .conceptLink a{
	display: block;
	width: 100%;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #786a56;
	transition: all 0.5s;
}
#concept .conceptBox1 .conceptWrap .conceptLink a::after,
#concept .conceptBox2 .conceptWrap .conceptLink a::after{
	display: inline-block;
	content: "";
	vertical-align: middle;
	width: 7px;
	height: 7px;
	border-top: 1px solid #786956;
	border-right: 1px solid #786956;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: 15px;
	margin-top: -3px;
	transition: all 0.5s;
}
#concept .conceptBox1 .conceptWrap .conceptLink a:hover,
#concept .conceptBox2 .conceptWrap .conceptLink a:hover{
	background: #786a56;
	color: #fff;
}
#concept .conceptBox1 .conceptWrap .conceptLink a:hover::after,
#concept .conceptBox2 .conceptWrap .conceptLink a:hover::after{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
#concept .conceptBox1 .conceptImage{
	position: absolute;
	top: 130px;
	right: 0;
}
#concept .conceptBox2 .conceptImage{
	position: absolute;
	top: 90px;
	left: 0;
}

#concept .conceptMassage{
	background: rgba(244,237,229,0.9);
	margin-bottom: 90px;
}
#concept .conceptMassage p{
	width: 1000px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 35px;
	text-align: center;
	background: url(../img/concept/bg_concept_01.png) no-repeat 820px 100px;
	padding: 120px 0 110px;
}

#concept .conceptMark{
	margin-bottom: 105px;
}
#concept .conceptMark p{
	font-size: 14px;
	line-height: 35px;
}
#concept .conceptMark figure{
	padding: 100px 0;
}

#concept .conceptPhoto{
	width: 1000px;
	margin: 0 auto;
}
#concept .conceptPhoto ul{
	text-align: center;
	font-size: 0;
}
#concept .conceptPhoto ul li{
	display: inline-block;
}


/* oyagi.html
===============================================*/
#oyagi{
	padding-top: 30px;
}
#oyagi h1{
	margin-bottom: 10px;
}
#oyagi h1 + p{
	font-size: 14px;
	margin-bottom: 20px;
}
#oyagi h2{
	margin-bottom: 50px;
}
#oyagi .mv{
	font-size: 0;
	text-align: center;
	width: 1000px;
	margin: 0 auto 70px;
}
#oyagi .mv li{
	display: inline-block;
	margin-right: 14px;
	margin-bottom: 30px;
}
#oyagi .mv li:nth-child(4){
	margin-right: 0;
}
#oyagi .oyagiMessage{
	width: 1000px;
	margin: 0 auto 100px;
	box-sizing: border-box;
	padding: 25px 35px;
	font-size: 13px;
	line-height: 35px;
	text-align: center;
	background: #f7f0e5;
}

#oyagi .staff{
	width: 1000px;
	margin: 0 auto;
}
#oyagi .staff ul{
	padding: 0 40px;
	margin-bottom: 65px;
}
#oyagi .staff ul li{
	float: left;
	margin-right: 29px;
	margin-bottom: 80px;
}
#oyagi .staff ul li:nth-child(4n){
	margin-right: 0;
}
#oyagi .staff ul li .image{
	margin-bottom: 5px;
}
#oyagi .staff ul li .position{
	font-size: 12px;
	line-height: 18px;
	text-align: right;
}
#oyagi .staff ul li .name{
	font-size: 14px;
	line-height: 20px;
	text-align: right;
}

#oyagi .access{
	margin-bottom: 75px;
}
#oyagi .access .map{
	width: 1000px;
	margin: 0 auto 25px;
}
#oyagi .access .accessWrap{
	width: 1000px;
	margin: 0 auto 50px;
	box-sizing: border-box;
	padding: 0 50px;
}
#oyagi .access .accessWrap .accessL{
	width: 425px;
	float: left;
}
#oyagi .access .accessWrap .accessL ul li{
	border-bottom: 1px dotted #000;
	padding: 10px 0 10px 3px;
	font-size: 13px;
}
#oyagi .access .accessWrap .accessL ul li a{
	font-size: 18px;
	color: #486a00;
}
#oyagi .access .accessWrap .accessL ul li span{
	display: inline-block;
	width: 75px;
}
#oyagi .access .accessWrap .accessR{
	width: 425px;
	float: right;
}
#oyagi .access .accessWrap .accessR ul li{
	border-bottom: 1px dotted #000;
	padding: 10px 0 10px 3px;
	font-size: 13px;
}
#oyagi .access .accessWrap .accessR ul li span{
	display: inline-block;
	width: 90px;
}
#oyagi .access .accessWrap .accessR ul li span.day,
#oyagi .access .accessWrap .accessR ul li span.day_pc{
	width: 110px;
}

/* ichino.html
===============================================*/
#ichino{
	padding-top: 30px;
}
#ichino h1{
	margin-bottom: 10px;
}
#ichino h1 + p{
	font-size: 14px;
	margin-bottom: 20px;
}
#ichino h2{
	margin-bottom: 50px;
}
#ichino .mv{
	font-size: 0;
	text-align: center;
	width: 1000px;
	margin: 0 auto 70px;
}
#ichino .mv li{
	display: inline-block;
	margin-right: 14px;
	margin-bottom: 30px;
}
#ichino .mv li:nth-child(4){
	margin-right: 0;
}
#ichino .ichinoMessage{
	width: 1000px;
	margin: 0 auto 100px;
	box-sizing: border-box;
	padding: 25px 35px;
	font-size: 13px;
	line-height: 35px;
	text-align: center;
	background: #f7f0e5;
}

#ichino .staff{
	width: 1000px;
	margin: 0 auto;
}
#ichino .staff ul{
	padding: 0 40px;
	margin-bottom: 65px;
}
#ichino .staff ul li{
	float: left;
	margin-right: 29px;
	margin-bottom: 80px;
}
#ichino .staff ul li:nth-child(4n){
	margin-right: 0;
}
#ichino .staff ul li .image{
	margin-bottom: 5px;
}
#ichino .staff ul li .position{
	font-size: 12px;
	line-height: 18px;
	text-align: right;
}
#ichino .staff ul li .name{
	font-size: 14px;
	line-height: 20px;
	text-align: right;
}

#ichino .access{
	margin-bottom: 75px;
}
#ichino .access .map{
	width: 1000px;
	margin: 0 auto 25px;
}
#ichino .access .accessWrap{
	width: 1000px;
	margin: 0 auto 50px;
	box-sizing: border-box;
	padding: 0 50px;
}
#ichino .access .accessWrap .accessL{
	width: 425px;
	float: left;
}
#ichino .access .accessWrap .accessL ul li{
	border-bottom: 1px dotted #000;
	padding: 10px 0 10px 3px;
	font-size: 13px;
}
#ichino .access .accessWrap .accessL ul li a{
	font-size: 18px;
	color: #486a00;
}
#ichino .access .accessWrap .accessL ul li span{
	display: inline-block;
	width: 75px;
}
#ichino .access .accessWrap .accessR{
	width: 425px;
	float: right;
}
#ichino .access .accessWrap .accessR ul li{
	border-bottom: 1px dotted #000;
	padding: 10px 0 10px 3px;
	font-size: 13px;
}
#ichino .access .accessWrap .accessR ul li span{
	display: inline-block;
	width: 90px;
}
#ichino .access .accessWrap .accessR ul li span.day,
#ichino .access .accessWrap .accessR ul li span.day_pc{
	width: 110px;
}


/* menu 
===============================================*/

#menu{
	padding-top:30px;
	padding-bottom: 0px;
	width: 1000px;
	margin: 0 auto;
}
#menu .menutxt{
	font-size: 13px;
	line-height: 35px;
	margin-top: 17px;
}
.menuL{
	width: 500px;
	float: left;
	margin-top: 25px;
}
.menuR{
	width: 478px;
	float: right;
	padding-left: 22px;
	margin-top: 25px;
}
#menu ul{
	width: 474px;
	margin-top: 40px;
}
#menu h3{
	width: 461px;
	height: 50px;
	background: #a6937c;
	padding-left: 13px;
}
#menu h3.ttl{
	font-size: 18px;
	color: #fff;
	font-family: athelas, serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing:2px;
	}
#menu h3 span.jp{
	font-size: 14px;
	line-height: 50px;
	padding-left: 20px;
	color: #fff;
	font-weight: normal;
	font-family: 'Noto Sans Japanese',   sans-serif;
	letter-spacing:0px;
}
#menu h3 span.SB{
	display:block;
	float:right;
	font-size: 12px;
	line-height: 50px;
	padding-right: 12px;
	color: #fff;
	font-weight: normal;
	font-family: 'Noto Sans Japanese',   sans-serif;
	letter-spacing:0px;
}

#menu ul li{
	padding: 10px 0 5px;
	border-width: 0 1px 1px 1px;
	border-color: #dedede;
	border-style: solid;
	

}
#menu ul li:first-child{
	border-width: 0;
	padding: 0;
}
#menu ul li p.name{
	padding-left: 14px;
	font-size: 14px;
	line-height: 20px;
	float: left;
	font-family: 'Noto Sans Japanese',   sans-serif;
	
}
#menu ul li p.price{
	float: right;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	padding-right: 17px;
	letter-spacing:0.5px;
	text-align:right;
}
#menu ul li p.menu_s_txt{
	padding-left: 14px;
	font-size: 12px;
	line-height: 18px;
	color: #cd8760;
	letter-spacing: -0.6px;
	
}
.menuBox{
	width: 429px;
	margin-left: 18px;
	margin-top: 30px;
	background: #a6937c;
	padding: 10px 0 10px 21px;
}
.menuBox p{
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}

/* reccomend.html
===============================================*/
#recommend{
	padding-top:70px;
}#recommend p.recommendMessage{
	font-size: 14px;
	margin-top: 40px;
	}

#recommend p.recommendImg{
	margin-top:0px; 
}
#recommend p.recommendGoal{
	margin-top:45px; 
	font-size:18px;
}
#recommend p.recommendExplain{
	font-size:14px;
	margin:45px auto;
	width: 710px;
	line-height: 2em;
	text-align:left;
}


/* faq.html
===============================================*/
#faq{
	padding-top: 30px;
}
#faq h1{
	margin-bottom: 15px;
}
#faq h1 + p{
	font-size: 14px;
	margin-bottom: 25px;
}

#faq dl{
	width: 1000px;
	margin: 0 auto 80px;
}
#faq dl dt{
	width: 620px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-left: 95px;
	font-size: 14px;
	line-height: 50px;
	color: #fff;
	background: #a6937c;
	position: relative;
}
#faq dl dt:hover{
	cursor: pointer;
}
#faq dl dt::after{
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	border-bottom: 5px solid #d3c9be;
	border-right: 5px solid #d3c9be;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -10px;
	transition: all 0.5s;
}
#faq dl dt.open::after{
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin-top: -5px;
}
#faq dl:nth-of-type(1) dt{
	background-image: url(../img/faq/no_01.png);
	background-repeat: no-repeat;
	background-position: 45px center;
	background-size: auto 19px;
}
#faq dl:nth-of-type(2) dt{
	background-image: url(../img/faq/no_02.png);
	background-repeat: no-repeat;
	background-position: 45px center;
	background-size: auto 19px;
}
#faq dl:nth-of-type(3) dt{
	background-image: url(../img/faq/no_03.png);
	background-repeat: no-repeat;
	background-position: 45px center;
	background-size: auto 19px;
}
#faq dl:nth-of-type(4) dt{
	background-image: url(../img/faq/no_04.png);
	background-repeat: no-repeat;
	background-position: 45px center;
	background-size: auto 19px;
}#faq dl:nth-of-type(5) dt{
	background-image: url(../img/faq/no_05.png);
	background-repeat: no-repeat;
	background-position: 45px center;
	background-size: auto 19px;
}#faq dl:nth-of-type(6) dt{
	background-image: url(../img/faq/no_06.png);
	background-repeat: no-repeat;
	background-position: 45px center;
	background-size: auto 19px;
}
#faq dl dd{
	display: none;
}
#faq dl dd{
	width: 500px;
	margin: 0 auto;
}
#faq dl dd::after{
	display: block;
	content: "";
	width: 245px;
	margin: 0 auto;
	border-top: 1px solid #cfa972;
}
#faq dl dd .answerWrap{
	padding: 35px 0 40px;
}
#faq dl dd .answerWrap .cause{
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
}
#faq dl dd .answerWrap .cause::after{
	display: block;
	content: "";
	width: 245px;
	margin: 5px auto 0;
	border-top: 1px solid #cfa972;
}
#faq dl dd .answerWrap .detail{
	font-size: 14px;
}


/* campaign.html
===============================================*/
#campaign{
	padding-top: 30px;
}
#campaign h1{
	margin-bottom: 45px;
}
#campaign div.campaignBox{
	background:url(../img/campaign/bg.png) no-repeat center center;
	background-size: cover;
	width:1000px;
	margin:0 auto 50px;
	box-sizing:border-box;
	padding:45px 35px;
}
#campaign div.campaignBox div.whiteBox{
	background: rgba(255,255,255,0.9);
	padding:60px 0 60px 0;


}
#campaign div.campaignBox div.whiteBox p.campaign_ttl{
	padding-bottom:30px;;
	margin:0 auto;
}

#campaign div.campaignBox div.whiteBox p.campaign_words{
	font-size:16px;
	margin:0 auto 50px;
}
#campaign div.campaignBox div.whiteBox p.campaign_img{
	margin:0 auto;
}
#campaign div.campaignBox div.whiteBox p.campaign_words02{
	font-size:20px;
	font-weight: bold;
	margin:0 auto 30px;
	line-height: 1.5em;
}
#campaign div.campaignBox div.whiteBox p.campaign_words03{
	font-size:16px;
	line-height: 2.2em;
}
#campaign div.campaignBox div.whiteBox p.campaign_words03 span.txt01{
	font-size: 14px;
	font-weight: bold;
}
#campaign div.campaignBox div.whiteBox p.campaign_words03 span.txt02{
	font-size: 24px;
	font-weight: bold;
	color: #F00;
}
#campaign div.campaignBox div.whiteBox p.campaign_words03 a{
	display: block;
    width: 200px;
	margin: auto;
    line-height: 30px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #786a56;
    transition: all 0.5s;
}
#campaign div.campaignBox div.whiteBox p.campaign_words03 a:hover{
    background: #786a56;
    color: #fff;
}

/* kidsspace.html
===============================================*/
#kidsspace{
	padding-top: 30px;
}
#kidsspace h1{
	margin-bottom: 50px;
}
#kidsspace .mv{
	width: 1000px;
	margin: 0 auto 65px;
	background: url(../img/kidsspace/mv_kidsspace.png) no-repeat center center;
	padding: 110px 0 100px;
}
#kidsspace .mv .mvTitle{
	display: table;
	width: 260px;
	height: 220px;
	margin: auto;
	box-sizing: border-box;
	padding: 10px 0;
	background: rgba(255,255,255,0.8);
}
#kidsspace .mv .mvTitle span{
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	line-height: 35px;
	letter-spacing: 1px;
	text-align: center;
	border-top: 1px solid #786956;
	border-bottom: 1px solid #786956;
}
#kidsspace .mv + p{
	margin-bottom: 45px;
}

#kidsspace .mv + p img{
	margin:auto;
}

#kidsspace .kidsspaceText{
	font-size: 14px;
	line-height: 35px;
	margin-bottom: 110px;
}
#kidsspace .kidsspaceText .min{
	font-size: 18px;
}
#kidsspace .point{
	width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 30px 40px;
}
#kidsspace .point .pointBox1,
#kidsspace .point .pointBox2{
	margin-bottom: 40px;
}
#kidsspace .point .pointBox1 ul li:nth-child(1){
	float: right;
	width: 515px;
	padding-top: 20px;
}
#kidsspace .point .pointBox1 ul li:nth-child(2){
	float: left;
}
#kidsspace .point .pointBox1 ul li .pointTitle{
	width: 375px;
	box-sizing: border-box;
	padding-left: 60px;
	font-size: 16px;
	line-height: 26px;
	color: #107421;
	border-bottom: 1px solid #786956;
	margin-left: -60px;
	margin-bottom: 85px;
	position: relative;
	z-index: 10;
}
#kidsspace .point .pointBox1 ul li .pointTitle span,
#kidsspace .point .pointBox2 ul li .pointTitle span{
	font-family: Arial, Helvetica, sans-serif;
}
#kidsspace .point .pointBox1 ul li .pointText,
#kidsspace .point .pointBox2 ul li .pointText{
	font-size: 14px;
	line-height: 30px;
}
#kidsspace .point .pointBox2 ul li:nth-child(1){
	float: left;
	width: 515px;
	padding-top: 20px;
}
#kidsspace .point .pointBox2 ul li:nth-child(2){
	float: right;
}
#kidsspace .point .pointBox2 ul li .pointTitle{
	width: 375px;
	float: right;
	box-sizing: border-box;
	padding-left: 60px;
	font-size: 16px;
	line-height: 26px;
	color: #107421;
	border-bottom: 1px solid #786956;
	margin-right: -100px;
	margin-bottom: 85px;
	position: relative;
	z-index: 10;
}

#kidsspace .attention{
	padding: 45px 0;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	background: rgba(244,237,229,0.9);
}
	
/* recruit.html
===============================================*/
#recruit{
	padding-top: 30px;
}
#recrui h1 {
    margin-bottom: 50px;
}
#recruit .mv{
	width: 1000px;
    margin: 50px auto 90px;
}
#recruit .recruit_message{
	font-size:20px;
	text-align: center;
	font-family: 'Caveat', cursive;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 75px;
}
#recruit span.recruit_message_samall{

    font-size: 13px;
    display: block;
    margin-top: 5px;
	font-family: 'Noto Sans Japanese', sans-serif;
}
#recruit table {
    text-align: left;
    margin: 0 auto 120px;
    width: 90%;
    max-width: 1000px;
}
#recruit .work {
    width: 240px;
    font-size: 14px;
    border: 1px solid #fff;
    background-color: #a6937c;
	border: 1px solid #dedede;
    padding: 20px 20px 20px 40px;  
	color: #fff;
	font-weight: 300;
}
#recruit .work_detail {
    font-size: 14px;
    border: 1px solid #dedede;
    padding: 20px;
    line-height: 2;
	font-weight: 300;
}
#recruit .recruit_btn_box{
	margin: auto;
	width:520px;
	max-width: 80%;
	border: 1px solid #dedede;
	padding:30px 90px ;
}
#recruit .recruit_btn_text{
	font-size: 14px;
	margin-bottom: 20px;
	text-align: center;
	letter-spacing: 0.5px;
}
#recruit .recruit_btn_text span{
	font-size: 12px;
}
#recruit .recruit_btn_tel a{
	background-color: #a6937c;
    padding: 20px 25px;
    color: #fff;
    width: 220px;
    display: inline-block;
    box-shadow: 3px 3px 3px 1px #917450;
    font-size: 19px;
    letter-spacing: 1.5px;
    padding-left: 25px;
    padding-right: 0px;
}

#recruit .recruit_btn_tel {
	position: relative;
	text-align: center;
}
#recruit .recruit_btn_tel::before {
	position: absolute;
    content: "";
    background-image: url(../img/recruit/icon_tel.png);
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 22px;
    top: 22px;
    left: 177px;
}
#recruit .recruit_btn_tel a:hover{
	opacity: 0.8;
}

@media screen and (max-width: 480px) {
	img{
		max-width: 100%;
		height: auto;
	}
	
	.instagram-placeholder{
		margin:0 2% 15px 0;
		width:49%;
		height:180px;
		float: left;
	}
	.instagram-placeholder:nth-of-type(5n){
		margin-right: 2%;
	}
	.instagram-placeholder:nth-of-type(2n){
		margin-right: 0;
	}
	.instagram-placeholder img{
		width:100%;
		height:100%;
		object-fit: cover;
	}
	.instagram{
		width: 94%;
		margin: 30px auto 0;
	}
	
	/* index.html
	===============================================*/
	#index .mvBox{
		max-width: 480px;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	#index .topConcept{
		padding: 40px 0 0;
		background: url(../img/top/bg_01.png) no-repeat right 80px top 70px;
		margin-bottom: 80px;
	}
	#index .topConcept h2{
		margin-bottom: 30px;
	}
	#index .topConcept h2::before,
	#index .topConcept h2::after{
		display: none;
	}
	#index .topConcept p{
		font-size: 14px;
		 line-height: 34px;
		 margin-bottom: 30px;
	}
	#index .topConcept .more{
		text-align: center;
	}
	#index .topConcept .more a{
		display: inline-block;
		width: 150px;
		box-sizing: border-box;
		border: 1px solid #786a56;
		padding-left: 25px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		height: 26px;
		transition: all 0.5s;
	}
	#index .topConcept .more a::after{
		display: inline-block;
		content: "";
		width: 7px;
		height: 7px;
		border-top: 1px solid #786956;
		border-right: 1px solid #786956;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-left: 20px;
		transition: all 0.5s;
	}
	#index .topConcept .more a:hover{
		background: #786a56;
		color: #fff;
	}
	#index .topConcept .more a:hover::after{
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	
	#index .contents{
		width: 94%;
		margin: 0 auto 50px;
	}
	
	#index div.ichino {
    width: 100%;
    padding: 15px;
    float: none;
    text-align: center;
    border: 1px #e7e6e4 solid;
    box-sizing: border-box;
		margin-bottom: 40px;
}
	#index div.oyagi{
    width: 100%;
    padding: 15px;
    float: none;
    text-align: center;
    border: 1px #e7e6e4 solid;
    box-sizing: border-box;
}
	#index div.ichino p.salonTel, .oyagi p.salonTel {
    margin-top: 0px; 
}
	#index .salonLink ul li:nth-child(1){
		float: none;
		margin-bottom: 00px;
	}
	#index .salonLink ul li:nth-child(2){
		float: none;
	}
	#index .contentsLink ul li{
		transition: all 0.5s;
	}
	#index .contentsLink ul li:nth-child(1){
		background: url(../img/top/img_03.png) no-repeat center center;
		box-sizing: border-box;
		padding: 10px 3%;
		margin-bottom: 20px;
	}
	#index .contentsLink ul li:nth-child(1) a{
		display: block;
		width: 100%;
		border: 1px solid #fff;
		font-family: athelas, serif;
		font-weight: 400;
		font-style: normal;
		font-size: 24px;
		line-height: 190px;
		color: #fff;
		text-align: center;
	}
	#index .contentsLink ul li:nth-child(2){
		float: none;
		width: 100%;
		background: url(../img/top/img_04.png) no-repeat center center;
		box-sizing: border-box;
		padding: 15px 3%;
		margin-bottom: 20px;
	}
	#index .contentsLink ul li:nth-child(2) a,
	#index .contentsLink ul li:nth-child(3) a{
		display: block;
		width: 100%;
		border: 1px solid #fff;
		font-family: athelas, serif;
		font-weight: 400;
		font-style: normal;
		font-size: 24px;
		line-height: 190px;
		color: #fff;
		text-align: center;
	}
	#index .contentsLink ul li:nth-child(3){
		float: none;
		width: 100%;
		background: url(../img/top/img_05.png) no-repeat center center;
		box-sizing: border-box;
		padding: 15px 3%;
		margin-bottom: 20px;
	}
	#index .contentsLink ul li:nth-child(4){
		background: url(../img/top/img_07_sp.png) no-repeat center center;
		background-size: cover;
		box-sizing: border-box;
		padding: 15px 3%;
		margin-bottom: 20px;
	}
	#index .contentsLink ul li:nth-child(4) a{
		display: block;
		width: 100%;
		border: 1px solid #fff;
		font-family: athelas, serif;
		font-weight: 400;
		font-style: normal;
		font-size: 15px;
		line-height: 38px;
		color: #fff;
		text-align: center;
		padding: 60px 0;
	}
	#index .contentsLink ul li:nth-child(4) a span{
		font-size: 24px;
	}
		
	#index .contentsLink ul li:hover,
	#index .contentsLink ul li a:hover{
		filter: alpha(opacity=50);
		-ms-filter: "alpha(opacity=50)";
		-moz-opacity: .5;
		opacity: .5;
		zoom: 1
	}
	#index .blog{
		background: url(../img/top/img_06.png) no-repeat center center;
		background-size:cover;
		box-sizing: border-box;
		padding: 20px 3%;
		margin-bottom: 0;
	}
	#index .blog table{
		display: block;
		width: 100%;
		border: 1px solid #fff;
		color: #fff;
		box-sizing: border-box;
		padding: 15px;
	}
	#index .blog table tbody,
	#index .blog table tbody tr{
		display: block;
	}
	#index .blog table th{
		display: block;
		width: 100%;
		padding: 0 0 20px;
		font-family: athelas, serif;
		font-weight: 400;
		font-style: normal;
		font-size: 24px;
	}
	#index .blog table td{
		display: block;
        padding:10px 0;
		width: 100%;
	}
	#index .blog table td p{
	text-align: center;
}
	#index .blog table td ul li{
		padding: 5px 0;
	}
	#index .blog table td ul li a{
		font-size: 13px;
		color: #fff;
	}
	#index .blog table td ul li a:hover{
		text-decoration: underline;
	}
	#index .blog table td ul li .day{
		display: inline-block;
		width: 80px;
	}
	#index .newsBox{
		width: 90%;
		margin: auto;
		padding: 0;
		font-size: 14px;
		line-height: 34px;
		text-align: left;
	}
	#index .newsBox h2{
		margin-bottom: 20px;
	}
	#index .newsBox h2::before,#index .newsBox h2::after{
		display: none;
	}
	#index .newsBox p{
		margin-bottom: 20px;
	}
	#index .newsBox ul{
		margin: 0 auto 20px;
	}
	#index .newsBox ul li{
		list-style-type: decimal;
		padding-left: 1em;
		text-indent: -1em;
		list-style-position: inside;
		
	}
	#index .top_recruit{
		background: url(../img/top/img_08_sp.png) no-repeat center right;
		box-sizing: border-box;
		padding: 10px 3%;
		margin-bottom: 20px;
		width: 94%;
		margin-top: 13%;
	}
	#index .top_recruit a{
	    display: block;
    width: 100%;
    border: 1px solid #fff;
    font-family: athelas, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 190px;
    color: #fff;
    text-align: center;
	}
	
	/* concept.html
	===============================================*/
	#concept{
		padding-top: 30px;
	}
	#concept h1{
		margin-bottom: 30px;	
	}
	#concept .mv{
		width: 94%;
		height: 250px;
		margin: 0 auto 50px;
		background: url(../img/concept/mv_concept.png) no-repeat center center;
		background-size: cover;
		position: relative;
	}
	#concept .mv .mvTitle{
		position: absolute;
		left: 40px;
		bottom: 0;
		width: 150px;
		font-size: 14px;
		text-align: center;
		padding: 25px 0 20px;
		background: #fff;
	}
	#concept .mv .mvTitle span{
		font-family: athelas, serif;
		font-size: 24px;
	}
	#concept .mv + p{
		font-size: 19px;
		line-height: 40px;
		margin-bottom: 30px;
	}
	#concept .mv + p span{
		font-size: 24px;
	}
	#concept .conceptText{
		font-size: 14px;
		line-height: 28px;
		margin-bottom: 50px;
	}
	#concept .conceptText span{
		font-size: 20px;
	}
	#concept > figure{
		margin-bottom: 50px;
	}
	
	#concept .conceptBox1,#concept .conceptBox2{
		width: 94%;
		margin: 0 auto 60%;
		position: relative;
	}
	#concept .conceptBox1 .conceptWrap{
		width: 94%;
		box-sizing: border-box;
		padding: 30px 5% 50px;
		border: 8px solid rgba(178,136,80,0.15);
		margin-left: 0;
	}
	#concept .conceptBox2 .conceptWrap{
		width: 94%;
		box-sizing: border-box;
		padding: 30px 5% 50px;
		border: 8px solid rgba(178,136,80,0.15);
		margin-left: 6%;
	}
	#concept .conceptBox1 .conceptWrap .conceptTitle,
	#concept .conceptBox2 .conceptWrap .conceptTitle{
		font-size: 22px;
		margin-bottom: 10px;
	}
	#concept .conceptBox1 .conceptWrap .conceptDetail,
	#concept .conceptBox2 .conceptWrap .conceptDetail{
		font-size: 14px;
		line-height: 28px;
		margin-bottom: 20px;
	}
	#concept .conceptBox1 .conceptWrap .conceptLink,
	#concept .conceptBox2 .conceptWrap .conceptLink{
		width: 175px;
	}
	#concept .conceptBox1 .conceptWrap .conceptLink a,
	#concept .conceptBox2 .conceptWrap .conceptLink a{
		display: block;
		width: 100%;
		font-size: 12px;
		line-height: 30px;
		text-align: center;
		box-sizing: border-box;
		border: 1px solid #786a56;
		transition: all 0.5s;
	}
	#concept .conceptBox1 .conceptWrap .conceptLink a::after,
	#concept .conceptBox2 .conceptWrap .conceptLink a::after{
		display: inline-block;
		content: "";
		vertical-align: middle;
		width: 7px;
		height: 7px;
		border-top: 1px solid #786956;
		border-right: 1px solid #786956;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-left: 15px;
		margin-top: -3px;
		transition: all 0.5s;
	}
	#concept .conceptBox1 .conceptWrap .conceptLink a:hover,
	#concept .conceptBox2 .conceptWrap .conceptLink a:hover{
		background: #786a56;
		color: #fff;
	}
	#concept .conceptBox1 .conceptWrap .conceptLink a:hover::after,
	#concept .conceptBox2 .conceptWrap .conceptLink a:hover::after{
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	#concept .conceptBox1 .conceptImage{
		width: 80%;
		position: absolute;
		top: 92%;
		right: 0;
	}
	#concept .conceptBox2 .conceptImage{
		width: 80%;
		position: absolute;
		top: 92%;
		left: 0;
	}
	
	#concept .conceptMassage{
		background: rgba(244,237,229,0.9);
		margin-bottom: 50px;
	}
	#concept .conceptMassage p{
		width: 94%;
		margin: 0 auto;
		font-size: 14px;
		line-height: 28px;
		text-align: center;
		background: url(../img/concept/bg_concept_01.png) no-repeat top 30px right 0;
		padding: 30px 0;
	}
	
	#concept .conceptMark{
		margin-bottom: 50px;
	}
	#concept .conceptMark p{
		font-size: 14px;
		line-height: 28px;
	}
	#concept .conceptMark figure{
		padding: 20px 0;
	}
	
	#concept .conceptPhoto{
		width: 94%;
		margin: 0 auto;
	}
	#concept .conceptPhoto ul{
		text-align: center;
		font-size: 0;
	}
	#concept .conceptPhoto ul li{
		display: block;
		width: 320px;
		margin: 0 auto 10px;
	}	
	#concept .conceptPhoto ul li:last-child{
		margin-bottom: 0;
	}
	
	
	/* oyagi.html
	===============================================*/
	#oyagi{
		padding-top: 30px;
	}
	#oyagi h1{
		margin-bottom: 10px;
	}
	#oyagi h1 + p{
		font-size: 14px;
		margin-bottom: 20px;
	}
	#oyagi h2{
		margin-bottom: 30px;
	}
	#oyagi .mv{
		font-size: 0;
		text-align: center;
		width: 100%;
		margin: 0 auto 10px;
	}
	#oyagi .mv li{
		display: inline-block;
		margin-right: auto;
		margin-bottom: 20px;
	}
	#oyagi .mv li:nth-child(4){
		margin-right: auto;
	}
	#oyagi .oyagiMessage{
		width: 94%;
		margin: 0 auto 50px;
		box-sizing: border-box;
		padding: 20px 0;
		font-size: 13px;
		line-height: 30px;
		text-align: center;
		background: #f7f0e5;
	}
	
	#oyagi .staff{
		width: 94%;
		margin: 0 auto;
	}
	#oyagi .staff ul{
		padding: 0;
		margin-bottom: 30px;
	}
	#oyagi .staff ul li{
		float: left;
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}
	#oyagi .staff ul li:nth-child(2n),
	#oyagi .staff ul li:nth-child(4n){
		margin-right: 0;
	}
	#oyagi .staff ul li .image{
		margin-bottom: 5px;
	}
	#oyagi .staff ul li .position{
		font-size: 12px;
		line-height: 18px;
		text-align: right;
	}
	#oyagi .staff ul li .name{
		font-size: 14px;
		line-height: 20px;
		text-align: right;
	}
	
	#oyagi .access{
		margin-bottom: 50px;
	}
	#oyagi .access .map{
		width: 94%;
		margin: 0 auto 25px;
	}
	#oyagi .access .map iframe{
		width: 100%;
	}
	#oyagi .access .accessWrap{
		width: 94%;
		margin: 0 auto 30px;
		box-sizing: border-box;
		padding: 0;
	}
	#oyagi .access .accessWrap .accessL{
		width: 100%;
		float: none;
	}
	#oyagi .access .accessWrap .accessL ul li{
		border-bottom: 1px dotted #000;
		padding: 10px 0 10px 3px;
		font-size: 13px;
	}
	#oyagi .access .accessWrap .accessL ul li a{
		font-size: 18px;
		color: #486a00;
	}
	#oyagi .access .accessWrap .accessL ul li span{
		display: inline-block;
		width: 75px;
	}
	#oyagi .access .accessWrap .accessR{
		width: 100%;
		float: none;
	}
	#oyagi .access .accessWrap .accessR ul li{
		border-bottom: 1px dotted #000;
		padding: 10px 0 10px 3px;
		font-size: 13px;
	}
	#oyagi .access .accessWrap .accessR ul li span{
		display: block;
		float: left;
		height: 2em;
		width: 90px;
	}
	#oyagi .access .accessWrap .accessR ul li span.day{
		width: 100px;
		font-size: 12px;
	}
	#oyagi .access .accessWrap .accessR ul li span.day_pc{
		display: none;
	}
	
	#oyagi .lineBnr{
		width: 94%;
		margin: 0 auto;
	}
	
	/* ichino.html
	===============================================*/
	#ichino{
		padding-top: 30px;
	}
	#ichino h1{
		margin-bottom: 10px;
	}
	#ichino h1 + p{
		font-size: 14px;
		margin-bottom: 20px;
	}
	#ichino h2{
		margin-bottom: 30px;
	}
	#ichino .mv{
		font-size: 0;
		text-align: center;
		width: 100%;
		margin: 0 auto 10px;
	}
	#ichino .mv li{
		display: inline-block;
		margin-right: auto;
		margin-bottom: 20px;
	}
	#ichino .mv li:nth-child(4){
		margin-right: auto;
	}
	#ichino .ichinoMessage{
		width: 94%;
		margin: 0 auto 50px;
		box-sizing: border-box;
		padding: 20px 0;
		font-size: 13px;
		line-height: 30px;
		text-align: center;
		background: #f7f0e5;
	}
	
	#ichino .staff{
		width: 94%;
		margin: 0 auto;
	}
	#ichino .staff ul{
		padding: 0;
		margin-bottom: 30px;
	}
	#ichino .staff ul li{
		float: left;
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}
	#ichino .staff ul li:nth-child(2n),
	#ichino .staff ul li:nth-child(4n){
		margin-right: 0;
	}
	#ichino .staff ul li .image{
		margin-bottom: 5px;
	}
	#ichino .staff ul li .position{
		font-size: 12px;
		line-height: 18px;
		text-align: right;
	}
	#ichino .staff ul li .name{
		font-size: 14px;
		line-height: 20px;
		text-align: right;
	}
	
	#ichino .access{
		margin-bottom: 50px;
	}
	#ichino .access .map{
		width: 94%;
		margin: 0 auto 25px;
	}
	#ichino .access .map iframe{
		width: 100%;
	}
	#ichino .access .accessWrap{
		width: 94%;
		margin: 0 auto 30px;
		box-sizing: border-box;
		padding: 0;
	}
	#ichino .access .accessWrap .accessL{
		width: 100%;
		float: none;
	}
	#ichino .access .accessWrap .accessL ul li{
		border-bottom: 1px dotted #000;
		padding: 10px 0 10px 3px;
		font-size: 13px;
	}
	#ichino .access .accessWrap .accessL ul li a{
		font-size: 18px;
		color: #486a00;
	}
	#ichino .access .accessWrap .accessL ul li span{
		display: inline-block;
		width: 75px;
	}
	#ichino .access .accessWrap .accessR{
		width: 100%;
		float: none;
	}
	#ichino .access .accessWrap .accessR ul li{
		border-bottom: 1px dotted #000;
		padding: 10px 0 10px 3px;
		font-size: 13px;
	}
	#ichino .access .accessWrap .accessR ul li span{
		display: block;
		float: left;
		height: 2em;
		width: 90px;
	}
	#ichino .access .accessWrap .accessR ul li span.day{
		width: 100px;
		font-size: 12px;
	}
	#ichino .access .accessWrap .accessR ul li span.day_pc{
		display: none;
	}
	
	#ichino .lineBnr{
		width: 94%;
		margin: 0 auto;
	}
	
	/* menu.html */
	
	#menu{
		padding-top: 30px;
		padding-bottom:0px;
		width: 100%;
		margin: 0 auto;
	}
	#menu .menutxt{
		font-size: 12px;
		line-height: 18px;
		margin-top: 17px;
		
	}
	.menuL{
		width: 92%;
		margin: 0 auto;
		float: none;
	}
	.menuR{
		width: 92%;
		float: none;
		padding-left: 0;
		margin: 0 auto;
	}
	#menu ul{
		width: 100%;
		margin-top: 30px;
	}
	#menu h3{
		width: 100%;
		height: auto;
		background: #a6937c;
		padding: 10px 3% 7px 3%;
		box-sizing:border-box;
	}
	#menu h3.ttl{
		font-size: 18px;
		color: #fff;
		font-family: athelas, serif;
		font-weight: 400;
		font-style: normal;
	}
	#menu h3 span.jp{
/*		display: block;*/
		font-size: 12px;
		line-height: 20px;
		padding-left:10px;
		margin-top: 3px;
		color: #fff;
		font-weight: normal;
		font-family: 'Noto Sans Japanese',   sans-serif;
	}
	#menu h3 span.SB{
		font-size: 8px;
		line-height: 20px;
		padding-right: 0;
		color: #fff;
		font-weight: normal;
		font-family: 'Noto Sans Japanese',   sans-serif;
	}
	#menu ul li{
		padding: 10px 0 5px;
		border-width: 0 1px 1px 1px;
		border-color: #dedede;
		border-style: solid;
	}
	#menu ul li:first-child{
		border-width: 0;
		padding: 0;
	}
	#menu ul li p.name{
		padding-left: 10px;
		font-size: 14px;
		line-height: 20px;
		float: left;
	}
	#menu ul li p.price{
		float: right;
		/*width: 80px;*/
		font-size: 14px;
		line-height: 20px;
		padding-right: 5px;
		text-align:right;
	}
	#menu ul li p.menu_s_txt{
		padding-left: 10px;
		padding-right: 5px;
		font-size: 12px;
		line-height: 18px;
		color: #cd8760;
		letter-spacing: -0.6px;
	}
	.menuBox{
		width: 90%;
		margin: 30px auto 0;
		background: #a6937c;
		padding: 10px 0 10px 21px;
	}
	.menuBox p{
		color: #fff;
		font-size: 14px;
		line-height: 30px;
	}
	
	/* reccomend.html
	===============================================*/
	
	#recommend{
		padding-top:90px;
	}
	#recommend p.recommendMessage{
		font-size: 14px;
		margin-top: 20px;
		}
	#recommend p.recommendImg{
		margin-top:20px; 
	}
	#recommend p.recommendGoal{
		margin-top:45px; 
		font-size:17px;
	}
	#recommend p.recommendExplain{
		font-size: 14px;
		margin:45px auto;
		width: 90%;
		line-height: 2em;
		text-align:left;
	}

	

	/* faq.html
	===============================================*/
	#faq{
		padding-top: 30px;
	}
	#faq h1{
		margin-bottom: 15px;
	}
	#faq h1 + p{
		font-size: 14px;
		margin-bottom: 25px;
	}
	
	#faq dl{
		width: 94%;
		margin: 0 auto 50px;
	}
	#faq dl dt{
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 15px 0 15px 50px;
		font-size: 14px;
		line-height: 20px;
		color: #fff;
		background: #a6937c;
		position: relative;
	}
	
	#faq dl dt:hover{
		cursor: pointer;
	}
	#faq dl dt::after{
		display: block;
		content: "";
		width: 10px;
		height: 10px;
		border-bottom: 5px solid #d3c9be;
		border-right: 5px solid #d3c9be;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		right: 30px;
		margin-top: -10px;
		transition: all 0.5s;
	}
	#faq dl dt.open::after{
		-moz-transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		transform: rotate(-135deg);
		margin-top: -5px;
	}
	#faq dl:nth-of-type(1) dt{
		background-image: url(../img/faq/no_01.png);
		background-repeat: no-repeat;
		background-position: 15px center;
		background-size: auto 19px;
	}
	#faq dl:nth-of-type(2) dt{
		background-image: url(../img/faq/no_02.png);
		background-repeat: no-repeat;
		background-position: 15px center;
		background-size: auto 19px;
	}
	#faq dl:nth-of-type(3) dt{
		background-image: url(../img/faq/no_03.png);
		background-repeat: no-repeat;
		background-position: 15px center;
		background-size: auto 19px;
	}
	#faq dl:nth-of-type(4) dt{
		background-image: url(../img/faq/no_04.png);
		background-repeat: no-repeat;
		background-position: 15px center;
		background-size: auto 19px;
	}
	#faq dl:nth-of-type(5) dt{
		background-image: url(../img/faq/no_05.png);
		background-repeat: no-repeat;
		background-position: 15px center;
		background-size: auto 19px;
	}
	#faq dl:nth-of-type(6) dt{
		background-image: url(../img/faq/no_06.png);
		background-repeat: no-repeat;
		background-position: 15px center;
		background-size: auto 19px;
	}
	
	#faq dl dd{
		display: none;
	}
	#faq dl dd{
		width: 90%;
		margin: 0 auto;
	}
	#faq dl dd::after{
		display: block;
		content: "";
		width: 245px;
		margin: 0 auto;
		border-top: 1px solid #cfa972;
	}
	#faq dl dd .answerWrap{
		padding: 25px 0;
	}
	#faq dl dd .answerWrap .cause{
		font-size: 14px;
		text-align: center;
		margin-bottom: 10px;
	}
	#faq dl dd .answerWrap .cause::after{
		display: block;
		content: "";
		width: 245px;
		margin: 5px auto 0;
		border-top: 1px solid #cfa972;
	}
	#faq dl dd .answerWrap .detail{
		font-size: 14px;
	}


	/* campaign.html
	===============================================*/
	#campaign{
		padding-top: 30px;
	}
	#campaign h1{
		margin-bottom: 45px;
	}
	#campaign div.campaignBox{
		background:url(../img/campaign/bg.png) no-repeat center center;
		width:100%;
		margin:0 auto 30px;
		box-sizing:border-box;
		padding:30px 15px;
	}
	#campaign div.campaignBox div.whiteBox{
		background: rgba(255,255,255,0.9);
		padding:30px 3% 20px;
	}
	#campaign div.campaignBox div.whiteBox p.campaign_ttl{
		padding-bottom:30px;
		margin:0 auto;
	}
	#campaign div.campaignBox div.whiteBox p.campaign_words{
		font-size:14px;
		margin:0 auto 20px;
	}
	#campaign div.campaignBox div.whiteBox p.campaign_img{
		margin:0 auto;
	}
	#campaign div.campaignBox div.whiteBox p.campaign_words02{
		font-size:18px;
		font-weight: bold;
		line-height: 1.5em;
		margin:0 auto 20px;
	}
	#campaign div.campaignBox div.whiteBox p.campaign_words03{
		font-size:14px;
		line-height: 2em;
	}
	#campaign div.campaignBox div.whiteBox p.campaign_words03 span.txt01{
		font-size: 14px;
		font-weight: bold;
	}
	#campaign div.campaignBox div.whiteBox p.campaign_words03 span.txt02{
		font-size: 24px;
		font-weight: bold;
		color: #F00;
	}
	#campaign div.campaignBox div.whiteBox p.campaign_words03 a{
		display: block;
		width: 200px;
		margin: auto;
		line-height: 30px;
		text-align: center;
		box-sizing: border-box;
		border: 1px solid #786a56;
		transition: all 0.5s;
	}
	#campaign div.campaignBox div.whiteBox p.campaign_words03 a:hover{
		background: #786a56;
		color: #fff;
	}
	
	/* kidsspace.html
	===============================================*/
	#kidsspace{
		padding-top: 30px;
	}
	#kidsspace h1{
		margin-bottom: 30px;
	}
	#kidsspace .mv{
		width: 100%;
		margin: 0 auto 30px;
		background: url(../img/kidsspace/mv_kidsspace.png) no-repeat center center;
		background-size: cover;
		padding: 45px 0;
	}
	#kidsspace .mv .mvTitle{
		display: table;
		width: 220px;
		height: 150px;
		margin: auto;
		box-sizing: border-box;
		padding: 10px 0;
		background: rgba(255,255,255,0.8);
	}
	#kidsspace .mv .mvTitle span{
		display: table-cell;
		vertical-align: middle;
		font-size: 18px;
		line-height: 35px;
		letter-spacing: 1px;
		text-align: center;
		border-top: 1px solid #786956;
		border-bottom: 1px solid #786956;
	}
	#kidsspace .mv + p{
		width: 94%;
		margin: 0 auto 30px;
	}
	#kidsspace .kidsspaceText{
		font-size: 14px;
		line-height: 35px;
		margin-bottom: 50px;
	}
	#kidsspace .kidsspaceText .min{
		font-size: 18px;
	}
	#kidsspace .point{
		width: 94%;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 0;
	}
	#kidsspace .point .pointBox1,
	#kidsspace .point .pointBox2{
		margin-bottom: 30px;
	}
	#kidsspace .point .pointBox1 ul li:nth-child(1){
		float: none;
		width: 100%;
		padding-top: 0;
		margin-bottom: 10px;
	}
	#kidsspace .point .pointBox1 ul li:nth-child(2){
		float: left;
	}
	#kidsspace .point .pointBox1 ul li .pointTitle{
		width: 100%;
		box-sizing: border-box;
		padding-left: 20px;
		font-size: 16px;
		line-height: 26px;
		color: #107421;
		border-bottom: 1px solid #786956;
		margin-left: 0;
		margin-bottom: 10px;
		position: relative;
		z-index: 10;
	}
	#kidsspace .point .pointBox1 ul li .pointTitle span,
	#kidsspace .point .pointBox2 ul li .pointTitle span{
		font-family: Arial, Helvetica, sans-serif;
	}
	#kidsspace .point .pointBox1 ul li .pointText,
	#kidsspace .point .pointBox2 ul li .pointText{
		font-size: 14px;
		line-height: 26px;
	}
	#kidsspace .point .pointBox2 ul li:nth-child(1){
		float: none;
		width: 100%;
		padding-top: 0;
		margin-bottom: 10px;
	}
	#kidsspace .point .pointBox2 ul li:nth-child(2){
		float: none;
	}
	#kidsspace .point .pointBox2 ul li .pointTitle{
		width: 100%;
		float: none;
		box-sizing: border-box;
		padding-left: 20px;
		font-size: 16px;
		line-height: 26px;
		color: #107421;
		border-bottom: 1px solid #786956;
		margin-right: 0;
		margin-bottom: 10px;
		position: relative;
		z-index: 10;
	}
	
	#kidsspace .attention{
		padding: 30px 0;
		font-size: 14px;
		line-height: 36px;
		text-align: center;
		background: rgba(244,237,229,0.9);
	}
	/* recruit.html
===============================================*/
#recruit{
	padding-top: 30px;
}
#recrui h1 {
    margin-bottom: 50px;
}
#recruit .mv{
	width: 100%;
    margin: 30px auto 40px;
}
#recruit .recruit_message{
	font-size: 15px;
	line-height: 2;
	margin-bottom: 40px;
}
#recruit span.recruit_message_samall{

    font-size: 13px;
    display: block;
    margin-top: 5px;
	font-family: 'Noto Sans Japanese', sans-serif;
}
#recruit table {
    text-align: left;
    margin: 0 auto 40px;
    width: 96%;
    max-width: 1000px;
}
#recruit .work {
    width: 20%;
    font-size: 14px;
    border: 1px solid #fff;
    background-color: #a6937c;
	border: 1px solid #dedede;
    padding: 20px 20px 20px 20px;  
	color: #fff;
	font-weight: 300;
}
#recruit .work_detail {
    font-size: 14px;
    border: 1px solid #dedede;
    padding: 15px;
    line-height: 2;
	font-weight: 300;
}
#recruit .recruit_btn_box{
	margin: 0 auto 70px;
	width:80%;
	max-width: 80%;
	border: 1px solid #dedede;
	padding: 20px 30px;
}
#recruit .recruit_btn_text{
	font-size: 14px;
	margin-bottom: 20px;
	text-align: center;
	letter-spacing: 0.5px;
}
#recruit .recruit_btn_text span{
	font-size: 12px;
	display: block;
}
#recruit .recruit_btn_tel a{
	background-color: #a6937c;
    padding: 20px 25px;
    color: #fff;
    width: 96%;
    display: inline-block;
    box-shadow: 3px 3px 3px 1px #917450;
    font-size: 19px;
    letter-spacing: 1.5px;
    padding-left: 25px;
    padding-right: 0px;
}
#recruit .recruit_btn_tel {
	position: relative;
	text-align: center;
}
#recruit .recruit_btn_tel::before {
	left: 70px;
}
}
