@charset("UTF-8");

@font-face {
  font-family: "u-mincho";
  src: url('../font/Harenosora.otf'),
		url("../font/Harenosora.woff2") format('woff2'),
       	url("../font/Harenosora.woff")  format('woff');
}

.u-mincho{
  font-family: "u-mincho";
}

.rounded {
	font-family: "Rounded Mplus 1c";
}

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

body{
	font-family:"游ゴシック",YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	font-weight:500;
	font-size:16px;
	color:#333;
	background:url(../images/body-bg.jpg);
	background-position:center top;
}


img{
	border:none;
}

ul,ol{
	list-style:none;
}
table{
	border-collapse:collapse;
}

a{
	text-decoration:none;
	color:#1d1d1b;
	transition:0.3s all ease;
}
a:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
}


.sp{
	display:none;
}

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

/* ************header************** */
header{
	position:relative;
	padding-bottom:15px;
}
header .inner{
	height:100%;
}
header a{

}
header h1{
	font-size:12px;
	color:#6f5043;
	padding-top:0.3em;
	margin-bottom:15px;
}
header .logo{
	font-weight:600;
	color:#77c444;
	font-size:22px;
	line-height:1.45;
//	text-shadow:1px 1px 0 rgba(79,39,18,1);

}
header .logo img{
	padding-right:12px;
}
header ul{
	position:absolute;
	right:0px;
	top:0;
}
header li{
	width:220px;
	line-height:38px;
	text-align:center;
	margin-left:10px;
	box-shadow:0 1px 5px 0 rgba(0,0,0,0.2);
	background:#fff;
	border-radius:0 0 4px 4px/0 0 4px 4px;
}
header li a{
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	border-radius:0 0 4px 4px/0 0 4px 4px;
	background:url(../images/header-tel-bg.jpg);
}

nav{
	background:url(../images/nav-bg.jpg);	
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.2);
	position:relative;
}
nav>ul{
	height:68px;
	text-align:center;
}
nav:before{
	content:"";
	display:block;
	width:100%;
	border-top:1px dotted #8a7b5c;
	position:absolute;
	left:0;
	right:0;
	top:4px;
	margin:auto;
}
nav:after{
	content:"";
	display:block;
	width:100%;
	border-bottom:1px dotted #8a7b5c;
	position:absolute;
	left:0;
	right:0;
	bottom:4px;
	margin:auto;
}
nav>ul>li{
	position:relative;
	width:16.666%;
}
nav>ul>li>a{
	color:#4f2712;
	font-family: 'Fredericka the Great', cursive;
	font-size:22px;
	line-height:68px;
	display:block;
	width:100%;
	height:100%;
}
nav ul.child{
	position:absolute;
	left:0;
	top:100%;
	width:100%;
	background-position:center;
	margin-top:3px;
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
	overflow:hidden;
	z-index:9999;
	box-shadow:0 1px 5px rgba(0,0,0,0.2);
	display:none;
}
nav ul.child li{
	background:#fff;
}
nav ul.child li:nth-of-type(1){
	border-bottom:1px dotted #fff;
	border-top-right-radius:4px;
	border-top-left-radius:4px;
	overflow:hidden;
}
nav ul.child li a{
	font-size:16px;
	color:#fff;
	line-height:3.2;
	display:block;
	background:url(../images/header-tel-bg.jpg);
	display:block;
	width:100%;
	height:100%;
}

/* *****************footer******************** */
footer{
	background:url(../images/footer-bg.jpg);
	padding:18px 0;
	font-size:16px;
}
footer .inner,header .inner{
	padding-left:0;
	padding-right:0;
}
footer *{
	color:#fff !important;
}
footer h1{
	font-size:14px;
	font-weight:500;
	line-height:1.5;
	margin-bottom:20px;
}
footer li:after{
	content:"|";
	display:inline;
	padding:0 0.8em;
}
footer li:nth-of-type(7):after{
	content:"";
	display:inline;
	padding:0;	
}
footer li a{
	text-decoration:underline;
}
footer li a:hover{
	text-decoration:none;
}
footer .logo{
	display:block;
	width:280px;
	font-weight:600;
	color:#2e6431;
	font-size:22px;
	line-height:1.45;
	clear:both;
	float:left;
}
footer .logo img{
	padding-right:12px;
}
footer dl{
	padding-left:5em;
	font-size:16px;
}
footer dl dd:nth-of-type(2){
	font-size:14px;
}
footer dt{
	padding-right:1em;
}
#copyrights{
	text-align:center;
	clear:both;
	padding-top:4em;
	font-size:12px;
}

footer img{
	vertical-align:bottom;
}
#page-top{

}

.frame{
	position:relative;

}
.frame::before{
	display:block;
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	margin:auto;
	border:4px double #826c5a;
	width:calc(100% - 60px);
	height:calc(100% - 60px);
}
.frame .tl{
	display:block;
	position:absolute;
	left:22px;	
	top:22px;
	background-image:url(../images/frame-tl.png);
	background-repeat:no-repeat;
	width:44px;
	height:44px;
	z-index:1;
}
.frame .tr{
	display:block;
	position:absolute;
	right:22px;	
	top:22px;
	background-image:url(../images/frame-tr.png);
	background-repeat:no-repeat;
	width:44px;
	height:44px;
	z-index:1;
}
.frame .bl{
	display:block;
	position:absolute;
	left:22px;	
	bottom:22px;
	background-image:url(../images/frame-bl.png);
	background-repeat:no-repeat;
	width:44px;
	height:44px;
	z-index:1;
}
.frame .br{
	display:block;
	position:absolute;
	right:22px;	
	bottom:22px;
	background-image:url(../images/frame-br.png);
	background-repeat:no-repeat;
	width:44px;
	height:44px;
	z-index:1;
}
.frame *{
	position:relative;
	z-index:9999;
}


/* //////////////////concept//////////////////////////////// */
#concept-main-visual{
	background-image:url(../images/concept-main-visual.jpg);
}
.concept-content01{
	background: url(../images/index-bg01.jpg);
    padding-top: 40px;
    padding-bottom: 40px;
	margin-top:20px;
}
.concept-content01 h2{
	font-family:"游ゴシック",YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;	
	font-size:30px;
	color:rgb(90, 176, 134);
	margin-bottom:0.8em;
	font-weight:500;
}
.concept-content01 p.outline{
	padding-right:440px;
	background:url(../images/concept-pic01.jpg) no-repeat;
	background-position:670px top;
	line-height:2;
	background-size:360px auto;
	min-height:240px;
}
#contents .concept-content01 h3{
	font-size:28px;
	text-align:center;
	padding-top:2em;
	padding-bottom:0.8em;
	//font-weight:600;
}
#contents .concept-content01 h3 span{
	font-size:36px;
	padding:0 0.2em;
	color:#ff0015;
}
.strength01{
	padding:40px 50px;
	background:url(../images/index-bg04.jpg);
	margin-bottom:40px;
	box-shadow:0 1px 5px rgba(0,0,0,0.2);
}
.strength01 h4{
	color:rgb(90, 176, 134);
	font-size:20px;
	margin-bottom:0.5em;
}
.strength01 p,.recruit-content01 .point>p{
	width:65%;
	line-height:2;
}
.strength01 img,.recruit-content01 .point img{
	display:block;
	width:30%;
}


/* /////////////////////recruit//////////////////// */
.recruit-content01 h2{
    //font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    font-size: 30px;
    color:#68c0a7;
    margin-bottom: 0.8em;
    font-weight: 500;
}
.recruit-content01{
	background: url(../images/nav-bg.jpg);
    padding-top: 40px;
    padding-bottom: 40px;
	margin-top:20px;
}
.point-list{
	padding-bottom:40px;
}
.point-list li{
	width:33.333%;
	text-align:center;
	font-size:28px;
	line-height:1.5;
	font-weight:600;
	padding:0 20px 40px;
}
.point-list li a{
	display:block;
	width:100%;
	height:286.66px;
	background:#68c0a7;
	border-radius:100%;
	padding-top:2.5em;
	color:#fff;
	position:relative;
}
.point-list li a:after{
	content:">";
	display:block;
	font-size:18px;
	line-height:32px;
	color:#68c0a7;
	width:32px;
	height:32px;
	border-radius:100%;
	position:absolute;
	left:0;
	right:0;
	bottom:60px;
	margin:auto;
	background:#fff;
}
#contents .recruit-content01 h3{
    font-size: 28px;
    text-align: center;
    padding-top: 2em;
    padding-bottom: 0.4em;
	font-weight:600;
}
#contents .recruit-content01 .top-msg{
    font-size: 24px;
    text-align: center;
    padding-top: 0;
    padding-bottom: 2em;
	font-weight:600;
	color:#ff6395;
}
#contents .recruit-content01 h3 span {
    font-size: 36px;
    padding: 0 0.2em;
    color: #ff0015;
}
.recruit-content01 .point{
	margin-top:40px;
	background:#fff;
	padding:40px;
	border:4px solid #68c0a7;
	border-radius:4px;
}
.recruit-content01 .point h4{
	//font-family: "Rounded Mplus 1c";
	color:#68c0a7;
	font-weight:600;
	font-size:20px;
	margin-bottom:0.5em;
}
.recruit-content01 .naiyou{
	padding:40px 50px;
	background:#fff;
	margin-top:40px;
}
#contents .recruit-content01 .naiyou h3{
	padding-top:0;
}
#contents .recruit-content01 table,
#recruit table{
	width:100%;
	border-top:1px solid #dfdfdf;
	margin-bottom:50px;
}
#contents .recruit-content01 th{
	border-bottom:1px solid #dfdfdf;
	width:20%;
	padding:15px;
	text-align:left;
	vertical-align:top;
}
#contents .recruit-content01 td{
	border-bottom:1px solid #dfdfdf;
	width:80%;
	padding:15px;
	text-align:left;
}

.naiyou .msg{
	padding:20px;
	background:#7ddcae;
	color:#fff;
	font-weight:600;
	text-align:center;
	margin-top:30px;
	font-size:18px;
	line-height:2;
}
.recruit-content01 .point>div.f-left{
	width:70%;
	position: relative;
}
.strength01 img, .recruit-content01 .point img.rec-pic{
	position: absolute;
    right: 30px;
    top: 0;
    width: 290px;
    z-index: 1;
}
.recruit-content01 .point .red{
	color:#ff6395;
	font-size:18px;
	line-height:1.5;
	font-weight:600;
	margin-bottom:0.8em;
}
.recruit-content01 .point>div.f-left li{
	font-weight:600;
	padding-bottom:0.4em;
}
.recruit-content01 .point>div.f-left li:before{
	content:"★";
	display:inline-block;
	margin-right:0.2em;
	color:#2471c8;
}
.recruit-content01 .point>div.f-left .f-bold{
	font-size:17px;
	font-weight:600;
	padding-top:0.8em;
}

/* //////////////////index style/////////////////////////// */
#index-main-visual{
	width:100%;
	max-width:1280px;
	margin:30px auto 40px;
	box-shadow:0 1px 5px rgba(0,0,0,0.2);
}

#index-content01{
	background:url(../images/index-bg01.jpg);
	padding-top:40px;
	padding-bottom:100px;
}
#index #contents h2,#menu #contents h2,#salon h2{
	color:#4f2712;
	font-family: 'Fredericka the Great', cursive;
	font-size:36px;
	font-weight:500;
	line-height:1;
	padding-bottom:25px;
	z-index:9999;
	position:relative;

}
#index #contents h2 span,#menu #contents h2 span,#salon h2 span{
	font-size:16px;
	padding-left:1em;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-weight:400;
}
#menu h2{
	text-align:center;
}

#menu .homecare-content01 div.f-left,#menu .homecare-content01 div.f-right{
	width:470px;
}

#index-content01 div.inner{

}
#index-content01 .greeting{
	padding:40px 20px;
	background:rgba(255,255,255,0.8);
	position:relative;
	width:745px;
}
#index-content01 p{
	width:390px;
	letter-spacing:0.07em;
	line-height:2;
	padding-bottom:1.5em;
}
#contents h3{
	font-weight:500;
	font-size:18px;
	color:#4f2712;
	line-height:1.666;
	padding-bottom:1.2em;
}
#index-content01 .greeting img{
	position:absolute;
	right:20px;
	top:40px;	
	display:block;
	width:295px;
}
#index-content01 .f-right{
	width:210px;
}
#index-content01 .f-right>*{
	display:block;
	width:100%;
}
#index-content01 .f-right h3{
	font-size:100%;
	font-weight:600;
	line-height:1.3;
	padding-top:0.3em;
	padding-bottom:0.3em;
}
#index-content01 .f-right p{
	font-size:14px;
	line-height:1.8;
}
#index-content01 .f-right p a{
	color:#156eca;
	text-decoration:underline;
}
#index-content01 .f-right p a:hover{
	text-decoration:none;
}
.btn{
	display:block;
	width:240px;
	line-height:56px;	
	border:2px solid #4f2712;
	border-radius:3px;
	text-align:center;
	color:#4f2712;
}
.btn:hover{
	color:#fff;
	background:#4f2712;
}
#index-content01 .btn{
	margin-left:90px;
}
#index-content02{
	margin-top:40px;
	margin-bottom:40px;
	padding:50px;
	background:url(../images/index-bg02.jpg);
	box-shadow:0 1px 5px rgba(0,0,0,0.2);
}
#index-content02 p{
	line-height:2;
	padding-bottom:1em;
}
#index-content02 .salon-info{
	width:440px;
	background:url(../images/index-bg03.jpg);
	padding:12px;
	box-shadow:0 1px 5px rgba(0,0,0,0.2);
}
#index-content02 .salon-info.f-left{
	margin-left:30px;
}
#index-content02 .salon-info.f-right{
	margin-right:30px;
}
#index-content02 .salon-info .pic{
	display:block;
	width:100%;
}
#index-content02 .salon-info .pic a{
	display:block;
	width:100%;
}
#index-content02 .salon-info p{
	line-height:1.5;
	letter-spacing:0;
	padding-bottom:1em;
}
#index-content02 h3{
	font-size:22px;
	border-bottom:2px dotted #4f2712;
	padding-bottom:5px;
	margin-bottom:15px;
}
#index-content02 h3 a{
	color:#4f2712;
	text-decoration:underline;
}
#index-content02 h3 a:hover{
	text-decoration:none;
}
#index-content02 .tel{
	font-size:28px;	
	padding-left:53px;
	background:url(../images/index-icon01.png) no-repeat;
	background-position:left center;
	color:#4f2712;
	height:42px;
	display:inline-block;
}

#index-content03{
	background:url(../images/nav-bg.jpg);
	padding-top:40px;
	padding-bottom:40px;
}
#index-content03 img{
	display:block;
}
#index-content03 h3{
	font-weight:600;
	color:#2471c8;
	font-size:18px;
	line-height:1.5;
	padding-bottom:0.6em;
}
#index-content03 .txt{
	margin-bottom:2em;
}
#index-content03 section.f-left{
	width:300px;
	margin-right:40px;
}
#index-content03 section.f-left:nth-of-type(3){
	margin-right:0;
}
#index-content03 section.f-left h3{
	color:#2471c8;
	padding-bottom:0.3em;
	padding-top:0.4em;
}
#index-content03 div.ov-hidden{
	padding-bottom:40px;
}
#index-content03 .btn{
	margin:auto;
}
#news{
	margin-top:40px;
	margin-bottom:50px;
	padding:50px;
	background:url(../images/index-bg02.jpg);
	box-shadow:0 1px 5px rgba(0,0,0,0.2);
}
#news ul{
	padding-left:40px;
	padding-right:40px;
	height:300px;
}
#news ul li{
	width:100%;
	padding:16px;
	overflow:hidden;
	background:#fff;
}
#news ul li:nth-of-type(odd){
	background:#f3f5f6;
}
#news ul li a{
	float:right;
	width:77%;
	padding-left:1em;
	text-decoration:underline;
	padding-right:1em;
	
}
#news ul li a:hover{
	text-decoration:none;
}
#news ul li .date{
	display:block;
	width:15%;
	float:left;
}
#news ul li .icon-kakamigahara{
	width:8%;
	display:block;
	color:#fff;
	font-size:14px;
	background:#78b2e4;
	text-align:center;
	line-height:2;
	float:left;
	border-radius:2px;
}
#news ul li .icon-unuma{
	width:8%;
	display:block;
	color:#fff;
	font-size:12px;
	background:#a0d468;
	text-align:center;
	line-height:2;
	float:left;
	border-radius:2px;
}

#osusume-menu{
	background:url(../images/index-pickup-bg.jpg);
	padding-top:50px;
}

#contents h3.ichioshi-midashi{
	font-size:28px;
	color:#fff;
	background:url(../images/ichioshi-bg.jpg) no-repeat;
	background-position:center top;
	text-align:center;
	width:597px;
	line-height:66px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	margin:30px auto 0;
	padding-bottom:0.8em;
}
#index #contents #osusume-menu p{
	text-align:center;
	font-size:18px;
	padding-bottom:40px;
	font-weight:600;
}
.ichioshi{
	width:1000px;
	height:209px;
	margin:auto;
	margin-bottom:44px;
	position:relative;
box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.ichioshi:before{
	content:"";
	display:block;
	width:980px;
	height:189px;
	border:1px solid #fff;
	z-index:2;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}
.ichioshi01{
	background:#ecf8fe;
}
.ichioshi:after{
	content:"";
	display:block;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;	
	width:50px;
	height:50px;
	line-height:1.666;
	z-index:999;
	font-size:30px;
	border-radius:3px;
	position:absolute;
	left:-12px;
	top:-12px;
	color:#fff;
	font-weight:600;
	text-align:center;
}
.ichioshi01:after{
	background:#b2ebf5;
	content:"1";
}
.ichioshi02:after{
	background:#fce988;
	content:"2";
}
.ichioshi03:after{
	background:#ff8d9d;
	content:"3";
}
.ichioshi02{
	background:#fffceb;
}
.ichioshi03{
	background:#fff7f8;
}
.ichioshi-txt{
	width:700px;
	position:relative;
	z-index:999;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;	
	font-weight:600;
	padding:10px;
}
#index #contents #osusume-menu .ichioshi-txt p.f-left{
	text-align:left;
	font-size:28px;
	color:#6f5043;
	line-height:1.2;
	padding-top:60px;
	letter-spacing:0.05em;
}
#index #contents #osusume-menu .ichioshi-txt p.f-right{
	text-align:left;
	font-size:18px;
	color:#6f5043;
	line-height:1.2;
	padding-top:90px;
	padding-right:20px;
	letter-spacing:0.05em;
	position:relative;
}
#index #contents #osusume-menu .ichioshi-txt p.f-right span{
	font-size:32px;
	color:#e40012;
}
#index #contents #osusume-menu .ichioshi-txt p.f-right span.fukidashi{
	position:absolute;
	color:#fff;
	font-size:24px;
	background:#c4383d;
	display:block;
	padding:0 20px;
	line-height:2.2;
    right: 52px;
    top: 14px;
}
#index #contents #osusume-menu .ichioshi-txt p.f-right span.fukidashi:after{
	content:"";
	display:block;
	width:0;
	height:0;
	border-top:20px solid #c4383d;
	border-left:14px solid transparent;
	border-right:14px solid transparent;
	position:absolute;
	top:100%;
	left:0;
	right:0;
	margin:auto;
}
#index #contents #osusume-menu .ichioshi-txt p.f-left span{
	font-size:18px;
}
#osusume-menu ul{
	text-align:center;
	padding-top:20px;
}
#osusume-menu li{
	display:inline-block;
	padding:0 10px;
}
#osusume-menu .hasami{
	position:relative;
	padding-bottom:50px;
}
#osusume-menu .hasami>*{
	position:relative;	
	z-index:999;
}
#osusume-menu .hasami:before{
	content:"";
	display:block;
	width:447px;
	height:423px;
	background:url(../images/index-hasami01.jpg) no-repeat;
	position:absolute;
	left:0;
	top:0;
}
#osusume-menu .hasami:after{
	content:"";
	display:block;
	width:167px;
	height:357px;
	background:url(../images/index-hasami02.jpg) no-repeat;
	position:absolute;
	right:0;
	bottom:0;
}





#index-product{
	padding-top:40px;
	padding-bottom:40px;
	background:#f1f4f6;
}
#index-product ul{
	padding:30px 80px;
}
#index-product li{
	width:440px;
}
#index-product li img{
	width:100%;
	display:block;
	padding-bottom:0.8em;
}
#index-product .btn{
	margin:auto;
}















.sub-main-visual{
	width:100%;
	max-width:1280px;
	height:303px;
	margin:30px auto 30px;
	box-shadow:0 1px 5px rgba(0,0,0,0.2);
	position:relative;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	text-align:center;
}
#homecare-main-visual{
	background-image:url(../images/homecare-main-visual2.jpg);
}
#kakamigahara-main-visual{
	background-image:url(../images/kakamigahara-main-visual.jpg);
}
#unuma-main-visual{
	background-image:url(../images/unuma-main-visual.jpg);
}
#recruit-main-visual{
	background-image:url(../images/recruit-main-visual.jpg);
}
.menu#contents,.salon#contents{
	position:relative;
	margin-top:20px;
}
.menu#contents:before,.salon#contents:before{
	position:absolute;
	left:0;	
	right:0;
	margin:auto;	
	top:0;
	height:290px;
	content:"";
	display:block;
	background:url(../images/index-bg01.jpg);
}
.sub-menu{
	padding-top:40px;	
	text-align:center;
	padding-left:0;
	padding-right:0;
}
.sub-menu:after{
	content:"";
	display:block;
	width:0;
	height:0;
	clear:both;
}
.sub-menu li{
	width:520px;
	line-height:70px;
	border-radius:3px;
	font-size:18px;
	color:#fff;
}
.sub-menu li.current{
	width:520px;
	line-height:70px;
	border-radius:3px;
	font-size:18px;
	color:#fff;
	background:url(../images/footer-bg.jpg);
	background-position:center;
	position:relative;
	box-shadow:0 2px 5px rgba(0,0,0,0.2);
	z-index:9999;
}
.sub-menu li.current:before{
	content:"";
	display:block;
	width:50px;
	height:50px;
	border-radius:3px;
	transform:rotate(45deg);
	background:url(../images/footer-bg.jpg);
	position:absolute;
	left:0;
	right:0;
	bottom:-25px;
	margin:auto;
	z-index:-1;
	box-shadow:0 2px 5px rgba(0,0,0,0.3);
}

.sub-menu li a{
	color:#fff;
	text-decoration:underline;
	display:block;
	background:url(../images/header-tel-bg.jpg);
	background-position:center;
	border-radius:3px;
	box-shadow:0 2px 5px rgba(0,0,0,0.2);
}

.sub-main-visual h1{
	color:#fff;
	font-family: 'Fredericka the Great', cursive;
	font-size:36px;
	font-weight:500;
	line-height:1;
	padding-top:115px;
}
.sub-main-visual h1 span{
	font-size:20px;
	padding-top:0.4em;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-weight:400;
	display:block;
}
#homecare-main-visual h1{
	color:#4f2712;
	text-shadow:0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff;
}

.homecare-content01{
	margin-top:40px;
	margin-bottom:40px;
	padding:50px;
	background:url(../images/index-bg02.jpg);
	box-shadow:0 1px 5px rgba(0,0,0,0.2);
}
.homecare-content01:nth-of-type(1){
	margin-top:20px;
}
#homecare #contents h2{
	font-weight:600;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size:28px;
	color:#5ab086;
	padding-bottom:0.5em;
	position:relative;
	z-index:9999;
}
#homecare #contents h2 span{
	font-size:22px;
}
#homecare #contents dl{
	width:470px;
}
#homecare #contents dt,#menu #contents dt{
	float:left;
	display:inline-block;
	font-weight:600;
	font-size:15px;
}
#homecare .price,#menu .price{
	float:right;
	clear:right;
	text-align:right;
	display:inline-block;
}
#homecare .price,#menu .price span{
	font-size:12px;
}
#homecare #contents dl,#menu #contents dl{
	padding-bottom:1.2em;
	padding-top:1.2em;
	border-bottom:1px dotted #beb296;
	line-height:1.8;
	margin-bottom:2em;
}
#homecare .comment,#menu .comment{
	float:left;
	font-size:14px;
	clear:left;
	display:inline-block;
}
#homecare .msg,#menu .msg{
	color:#6f5043;
	font-weight:600;
	padding-bottom:60px;
	font-size:16px;
}
.bread-crumb{
	padding:0;
}
.bread-crumb li:not(:last-child):after{
	content:">";
	padding-left:1em;
	padding-right:1em;
}
.bread-crumb li a{
	color:#6f5043;
	text-decoration:underline;
}
.bread-crumb li a:hover{
	text-decoration:none;
}

#menu #contents h3{
	font-weight:600;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size:28px;
	color:#de8d0c;
	padding-bottom:0.3em;
	padding-top:1.5em;
}
#menu #contents h3:nth-of-type{
	padding-top:0;
}
#menu #contents h3 span{
	color:#333;
	font-family:"游ゴシック",YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	font-size:14px;
	padding-left:1em;
}

/* ////////////////////////サロン情報///////////////////////// */
.salon table{
	text-align:left;
	width:60%;
	border-top:1px dotted #8a7b5c;
	margin-top:1em;
	margin-bottom:40px;
}
.salon th{
	font-weight:500;
	padding:20px;
	border-bottom:1px dotted #8a7b5c;
	vertical-align:top;
}
.salon td{
	font-weight:500;
	padding:20px;
	border-bottom:1px dotted #8a7b5c;
}
.salon .pic{
	width:35%;
	margin-bottom:40px;
}
.salon .pic li{
	margin-bottom:10px;
}
.salon .pic img{
	display:block;
	width:100%;
}
.salon h2.clear{
}
.salon .map{
	height:515px;
	width:60%;
	margin-bottom:20px;
}
.salon .btn.clear{
	margin:auto;
}

.salon ul.news-list{
	padding-left:40px;
	padding-right:40px;
}
.salon ul.news-list li{
	width:100%;
	padding:16px;
	overflow:hidden;
	background:#fff;
}
.salon ul.news-list li:nth-of-type(odd){
	background:#f3f5f6;
}
.salon ul.news-list li a{
	float:right;
	width:85%;
	padding-left:1em;
	text-decoration:underline;
	padding-right:1em;
	
}
.salon ul.news-list li a:hover{
	text-decoration:none;
}
#news ul li .date{
	display:block;
	width:15%;
	float:left;
}

#homecare #contents h2.news-title{
	border-bottom:1px solid #dfdfdf;
	padding-bottom:0.1em;
	line-height:1.4;
	margin-bottom:0.2em;
	color:#6f5043;
	padding-left:0;
	padding-right:0;
}
.post-area{
	margin-top:1em;
}
.post-area p{
	margin-bottom:1em;
}


/* +++++++++++++++++++++++++++エントリーフォーム追加+++++++++++++++++++++ */
input,
select,
textarea{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	border-radius: 0;
	border: none;
}
#name,
#email,
#tel,
#address{
	background: #fafafa;
	height: 40px;
	line-height: 40px;
	padding: 0 0.5em;
	width: 100%;
}
#comment{
	display: block;
	width: 100%;
	height: 15em;
	background: #fafafa;
	line-height: 1.7;
	padding: 0 0.5em;
	font-family:"游ゴシック",YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
#birth01{
	background: #fafafa;
	height: 40px;
	line-height: 40px;
	padding: 0 0.5em;
	width: 25%;
	margin-right: 0.5em;
}
#birth02{
	margin: 0 .5em;
}
#birth03{
	margin: 0 .5em 0 0;
}
select{
	background: #fafafa;
	height: 40px;
	line-height: 40px;
	padding: 0 0.5em;
	width: 15%;
}
#zip{
	background: #fafafa;
	height: 40px;
	line-height: 40px;
	padding: 0 0.5em;
	width: 33%;
	margin-bottom: 1em;	
}
.entry-msg{
	margin-bottom: 1.5em;
	text-align: center;
}
#recruit table:las-of-type{
	margin-bottom: 3em;
}
.check-area{
	background: #fafafa;
	padding: 1em;
	dipslay: flex;
	display: -webkit-flex;
	align-items: flex-start;
}
#agreement{
	width: 25px;
	height: 25px;
	display: block;
	border: 2px solid #ccc;
	background: #fff;
	position: relative;
}
.check-area p{
	width: calc(100% - 25px);
	padding-left: 1em;
}
#agreement:checked:after{
	content: "";
	display: block;
	width: 70%;
	height: 70%;
	background: #2471c8;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.submit-btn{
	width: 250px;
	line-height: 50px;
	height: 50px;
	font-size: 16px;
	font-weight: 600;
	margin: 50px auto 100px;
	display: block;
	background: #68c0a7;
	color: #fff;
	cursor: pointer;
	transition: .3s all ease;
	font-family: "游ゴシック",YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	text-align: center;
}
.submit-btn:hover{
	opacity: 0.7;
	filter: alpha(oapcity=70);
}
th .required{
	background: #f00;
	color: #fff;
	padding: 0.2em 0.5em;
	font-size: 70%;
	margin-left: 1em;
}
















/* **********************これ以下レスポンシブスタイル************************* */
@media screen and (max-width:767px){
	body{
		font-size:4.375vw;
		line-height:1.428;
		background-size:32vw auto;
	}
	.pc{
		display:none !important;
	}
	.sp{
		display:block;
	}
	.inner{
		width:100%;
		margin:0 auto;
		padding-left:3vw;
		padding-right:3vw;
		position:relative;
	}
	.outer{
		min-width:100%;
		margin:auto;
	}
	.bread-crumb{
		font-size:3.75vw;
	}


/* ************header************** */
header{
	position:relative;
	padding-bottom:0;
}
header .inner{
	height:100%;
}
header a{

}
header h1{
	font-size:3.125vw;
	margin-bottom:2vw;
	text-align:center;
}
header .logo{
	font-size:5vw;

}
header .logo img{
	width:39vw;
	padding-right:12px;
}

/* *****************footer******************** */
footer{
	background:url(../images/footer-bg.jpg);
	padding:3vw 0;
	font-size:100%;
}
footer .inner,header .inner{
	padding-left:3vw;
	padding-right:3vw;
}
footer h1{
	font-size:100%;
	margin-bottom:3vw;
}
footer .logo{
	display:block;
	width:60vw;
	font-size:5vw;	
	margin:auto;
	float:none;
	margin-bottom:4vw;
}
footer .logo img{
	padding-right:3vw;	
	display:block;
	width:39vw;
}
footer dl{
	padding-left:0;
	font-size:100%;
	float:none;
	margin-bottom:3vw;
}
footer dl dd:nth-of-type(2){
	font-size:100%;
}
footer dt{
	padding-right:0;
}
#copyrights{
	padding-top:2em;
	font-size:3.75vw;
}

footer img{
	vertical-align:bottom;
}
#page-top{

}

.frame{
	position:relative;

}
.frame::before{
	display:block;
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	margin:auto;
	border:4px double #826c5a;
	width:calc(100% - 9vw);
	height:calc(100% - 9vw);
}
.frame .tl{
	display: block;
    position: absolute;
    left: 2.4vw;
    top: 2.4vw;
    background-image: url(../images/frame-tl.png);
    background-repeat: no-repeat;
    width: 10vw;
    height: 10vw;
    z-index: 1;
    background-size: 100%;
}
.frame .tr{
	display:block;
	position:absolute;
	right:2.4vw;	
	top:2.4vw;
	background-image:url(../images/frame-tr.png);
	background-repeat:no-repeat;
    width: 10vw;
    height: 10vw;
	z-index:1;
    background-size: 100%;
}
.frame .bl{
	display:block;
	position:absolute;
	left:2.4vw;	
	bottom:2.4vw;
	background-image:url(../images/frame-bl.png);
	background-repeat:no-repeat;
	width:10vw;
	height:10vw;
	z-index:1;
    background-size: 100%;
}
.frame .br{
	display:block;
	position:absolute;
	right:2.4vw;	
	bottom:2.4vw;
	background-image:url(../images/frame-br.png);
	background-repeat:no-repeat;
	width:10vw;
	height:10vw;
	z-index:1;
    background-size: 100%;
}
.frame *{
	position:relative;
	z-index:9999;
}





/* //////////////////index style/////////////////////////// */
#index-main-visual{
	width:94vw;
	max-width:94vw;
	margin:3vw auto;
}
#index-main-visual{
	width:94vw !important;
	max-width:94vw !important;
	min-width:94vw !important;
}

#index-content01{
	background:url(../images/index-bg01.jpg);
	padding-top:6vw;
	padding-bottom:8vw;
}
#index #contents h2,#menu #contents h2,#salon h2{
	font-size:7vw;
	padding-bottom:3.7vw;
    padding-top: 5vw;
    padding-left: 3.7vw;
    padding-right: 3.7vw;
}
#index #contents h2 span,#menu #contents h2 span,#salon h2 span{
	font-size:4vw;
}
#menu h2{
	text-align:center;
}

#menu .homecare-content01 div.f-left,#menu .homecare-content01 div.f-right{
	width:100%;
	float:none;
	margin:auto;
}

#index-content01 .greeting{
	padding:4vw;
	background:rgba(255,255,255,0.8);
	position:relative;
	width:100%;
	float:none;
	margin-bottom:4vw;
}
#index-content01 p{
	width:100%;
	line-height:1.5;
	padding-bottom:3vw;
}
#contents h3{
	font-weight:500;
	font-size:5vw;
	color:#4f2712;
	line-height:1.666;
	padding-bottom:1.2em;
}
#index-content01 .greeting img{
	position:static;
	right:auto;
	top:auto;
	margin:5vw auto 0;
	width:80vw;
}
#index-content01 .f-right{
	width:100%;
	float:none;
	margin:auto;
}
#index-content01 .f-right img{
	display:block;
	width:100%;
	max-width:210px;
	margin:auto;
	margin-bottom:3vw;
}
#index-content01 .f-right>*{
	display:block;
	width:100%;
}
#index-content01 .f-right h3{
	font-size:5vw;
}
#index-content01 .f-right p{
	font-size:100%;
	line-height:1.5;
}
.btn{
	display:block;
	width:100%;
	line-height:14vw;	
}
#index-content01 .btn{
	margin-left:0;
}
#index-content02{
	margin-top:0;
	margin-bottom:0;
	padding:3vw;
}
#index-content02 p{
	line-height:1.5;
	padding-bottom:1em;
    padding-top: 0;
    padding-left: 3.7vw;
	padding-right:3.7vw;
}
#index-content02 .salon-info{
	width:86.6vw;
	margin:auto;
	float:none;
	background:url(../images/index-bg03.jpg);
	padding:3vw;
	box-shadow:0 1px 5px rgba(0,0,0,0.2);
	
}
#index-content02 .salon-info.f-left{
	margin:auto;
	margin-bottom:4vw;
}
#index-content02 .salon-info.f-right{
	margin-right:auto;
	margin-bottom:7vw;
}
#index-content02 .salon-info .pic{
	display:block;
	width:100%;
}
#index-content02 .salon-info .pic a,#index-content02 .salon-info .pic img{
	display:block;
	width:100%;
}
#index-content02 .salon-info p{
	line-height:1.5;
	letter-spacing:0;
	padding-bottom:0.6em;
	padding-left:0;
	padding-right:0;
}
#index-content02 h3{
	font-size:5.4vw;
	border-bottom:2px dotted #4f2712;
	margin-top:2vw;
	padding-bottom:2vw;
	margin-bottom:5vw;
}
#index-content02 h3 a{
	color:#4f2712;
	text-decoration:underline;
}
#index-content02 h3 a:hover{
	text-decoration:none;
}
#index-content02 .tel{
	font-size:7vw;	
	padding-left:7.5vw;
	background:url(../images/index-icon01.png) no-repeat;
	background-position:left center;
	background-size:7vw auto;
	color:#4f2712;
	height:auto;
	display:block;
}

#index-content03{
	background:url(../images/nav-bg.jpg);
	padding-top:4vw;
	padding-bottom:4vw;
}
#index-content03 h3{
	font-weight:600;
	color:#2471c8;
	font-size:5vw;
	line-height:1.5;
	padding-bottom:0.6em;
}
#index-content03 .txt{
	margin-bottom:2em;
}
#index-content03 section.f-left{
	width:100%;
	margin-right:0;
	float:none;
	margin-bottom:7vw;
}
#index-content03 div.ov-hidden{
	padding-bottom:4vw;
}
#index-content03 .btn{
	margin:auto;
	width:94vw;
}
#news{
	margin-top:5vw;
	margin-bottom:7vw;
	padding:3vw;
}
#news ul{
	padding-left:3.7vw;
	padding-right:3.7vw;
	margin-bottom:7vw;
}
#news ul li{
	width:100%;
	padding:3vw;
}
#news ul li a{
	float:none;
	width:100%;
	padding-left:0;
	padding-right:0;
	
}
#news ul li a:hover{
	text-decoration:none;
}
#news ul li .date{
	display:block;
	width:100%;
	float:none;
}
#news ul li .icon-kakamigahara,#news ul li .icon-unuma{
	width:30%;
	display:block;
	font-size:100%;
	float:none;
	margin:3vw 0;

}

#osusume-menu{
	background:url(../images/index-pickup-bg.jpg);
	padding-top:5vw;
}

#contents h3.ichioshi-midashi{
	font-size:5.4vw;
	background-size:100% auto;
	width:100%;
	line-height:2;
	margin:4vw auto 4vw;
	padding-bottom:0;
}
#index #contents #osusume-menu p{
	text-align:center;
	font-size:5vw;
	padding-bottom:7vw;
	font-weight:600;
	
}
.ichioshi{
	width:100%;
	height:auto;
	margin-bottom:7vw;
}

.ichioshi:before{
	content:"";
	display:none;
}
.ichioshi img{
	display:block;
	width:100%;
}
.ichioshi div.f-right{
	float:none;
}
.ichioshi01{
	background:#ecf8fe;
}
.ichioshi:after{
	content:"";
	display:block;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;	
	width:12vw;
	height:12vw;
	line-height:12vw;
	z-index:999;
	font-size:8vw;
	border-radius:3px;
	position:absolute;
	left:-2.5vw;
	top:-2.5vw;
}
.ichioshi01:after{
	background:#b2ebf5;
	content:"1";
}
.ichioshi02:after{
	background:#fce988;
	content:"2";
}
.ichioshi03:after{
	background:#ff8d9d;
	content:"3";
}
.ichioshi02{
	background:#fffceb;
}
.ichioshi03{
	background:#fff7f8;
}
.ichioshi-txt{
	width:100%;
	position:relative;
	z-index:999;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;	
	font-weight:600;
	padding:3vw;
}
#index #contents #osusume-menu .ichioshi-txt p.f-left{
	text-align:left;
	font-size:8vw;	
	float:none;
	text-align:center;
	padding-top:4vw;
}
#index #contents #osusume-menu .ichioshi-txt p.f-right{
	text-align:center;
	font-size:5vw;
	padding-top:23vw;
	padding-right:0;
	float:none;
}
#index #contents #osusume-menu .ichioshi-txt p.f-right span{
	font-size:32px;
	color:#e40012;
}
#index #contents #osusume-menu .ichioshi-txt p.f-right span.fukidashi{
position: absolute;
    color: #fff;
    font-size: 7vw;
    background: #c4383d;
    display: block;
    padding: 0 4vw;
    line-height: 2.2;
    right: 0;
    top: 0;
    left: 0;
    margin: auto;
}
#index #contents #osusume-menu .ichioshi-txt p.f-right span.fukidashi:after{
	content:"";
	display:block;
	width:0;
	height:0;
	border-top:20px solid #c4383d;
	border-left:14px solid transparent;
	border-right:14px solid transparent;
	position:absolute;
	top:100%;
	left:0;
	right:0;
	margin:auto;
}
#index #contents #osusume-menu .ichioshi-txt p.f-left span{
	font-size:5vw;
}
#osusume-menu ul{
	text-align:center;
	padding-top:20px;
}
#osusume-menu li{
	display:block;
	padding:0;
	margin-bottom:4vw;
}
#osusume-menu .hasami{
	position:relative;
	padding-bottom:50px;
}
#osusume-menu .hasami>*{
	position:relative;	
	z-index:999;
}
#osusume-menu .hasami:before{
	content:"";
	display:block;
	width: 65vw;
    height: 100vw;
	background:url(../images/index-hasami01.jpg) no-repeat;
	background-size:contain;
}
#osusume-menu .hasami:after{
    content: "";
    display: block;
    width: 40vw;
    height: 100vw;
    background: url(../images/index-hasami02.jpg) no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    background-size: contain;
    background-position: right bottom;
}





#index-product{
	padding-top:4vw;
	padding-bottom:4vw;
}
#index-product ul{
	padding:4vw 3vw;
}
#index-product li{
	width:100%;
	margin-bottom:4vw;
}
#index-product li img{
	width:100%;
	display:block;
	padding-bottom:0.8em;
}
#index-product .btn{
	margin:auto;
	width:94vw;
}

/* //////////////////main-visual//////////////////////////////// */
.sub-main-visual{
	width:100%;
	max-width:100%;
	height:56.25vw;
	margin:3vw auto;
	box-shadow:0 1px 5px rgba(0,0,0,0.2);
	position:relative;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	text-align:center;
}




/* //////////////////concept//////////////////////////////// */
#concept-main-visual{
	background-image:url(../images/concept-main-visual.jpg);
}
.sub-main-visual h1 {
    font-size: 8vw;
    font-weight: 500;
    line-height: 1;
    padding-top: 23vw;
}
.sub-main-visual h1 span {
    font-size: 5vw;
    padding-top: 0.4em;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
    font-weight: 400;
    display: block;
}

.concept-content01{
	background: url(../images/index-bg01.jpg);
    padding-top: 7vw;
    padding-bottom: 7vw;
	margin-top:4vw;
}
.concept-content01 h2{
	font-size:7vw;
}
.concept-content01 p.outline{
	padding-right:3vw;
	background:url(../images/concept-pic01.jpg) no-repeat;
	background-position:center bottom;
	line-height:2;
	background-size:94vw auto;
	min-height:auto;
	padding-bottom:65vw;
}
#contents .concept-content01 h3{
	font-size:7vw;
	text-align:center;
	padding-top:1em;
	padding-bottom:0.4em;
	//font-weight:600;
}
#contents .concept-content01 h3 span{
	font-size:9vw;
	padding:0 0.2em;
	color:#ff0015;
}
.strength01{
	padding:3vw;
	width:94vw;
	margin:0 auto 7vw;
}
.strength01 h4{
	font-size:5.4vw;
}
.strength01 p,.recruit-content01 .point>p{
	width:100%;
	line-height:1.5;
	float:none;
	margin-bottom:4vw;
}
.strength01 img,.recruit-content01 .point img{
	display:block;
	width:100%;
	float:none;
}









.menu#contents,.salon#contents{
	position:relative;
	margin-top:20px;
}
.menu#contents:before,.salon#contents:before{
	position:absolute;
	left:0;	
	right:0;
	margin:auto;	
	top:0;
	height:290px;
	content:"";
	display:block;
	background:url(../images/index-bg01.jpg);
}
.sub-menu{
	padding-top:7vw;	
	text-align:center;
	padding-left:3vw;
	padding-right:3vw;
}
.sub-menu:after{
	content:"";
	display:block;
	width:0;
	height:0;
	clear:both;
}
.sub-menu li{
	width:50%;
	line-height:12vw;
	border-radius:0;
	font-size:4.5vw;
	color:#fff;
}
.sub-menu li.current{
	width:50%;
	line-height:12vw;
	border-radius:0;
	font-size:4.5vw;
	color:#fff;

}
.sub-menu li.current:before{
	content: "";
    display: block;
    width: 4vw;
    height: 4vw;
    border-radius: 3px;
    transform: rotate(45deg);
    background: url(../images/footer-bg.jpg);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    margin: auto;
    z-index: -1;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

.sub-menu li a{
	color:#fff;
	text-decoration:underline;
	display:block;
	background:url(../images/header-tel-bg.jpg);
	background-position:center;
	border-radius:0;
	box-shadow:0 2px 5px rgba(0,0,0,0.2);
}
.homecare-content01:nth-of-type(1) {
    margin-top: 3vw;
	padding:3vw 8vw;
	margin-bottom:5vw;
}



/* ////////////////////////サロン情報///////////////////////// */
.salon table{
	width:86.4vw;
	border-top:1px dotted #8a7b5c;
	margin:0 auto 7vw;
	float:none;
}
.salon th{
	font-weight:600;
	padding:3vw 3vw 0;
	border-bottom:none;
	display:block;
	width:100%;
}
.salon td{
	font-weight:500;
	padding:3vw;
	display:block;
	width:100%;
}
.salon .pic{
	float:none;
	width:86.4vw;
	margin:auto;
	margin-bottom:7vw;
}
.salon .pic li{
	margin-bottom:10px;
}
.salon .pic img{
	display:block;
	width:100%;
}
.salon h2.clear{
}
.salon .map{
	height:100vw;
	width:86.4vw;
	margin:0 auto 5vw;
	float:none;
}
.salon .map>iframe{
	display:block;
	width:100% !important;
	height:100% !important;
}
.salon .btn.clear{
	margin:0 auto 7vw;
	width:86.4vw;
}

.homecare-content01 {
    margin-top: 5vw;
    margin-bottom: 5vw;
	padding:3vw 8vw;
    background: url(../images/index-bg02.jpg);
    box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}


.salon ul{
	padding-left:3.7vw;
	padding-right:3.7vw;
	margin-bottom:7vw;
}
.salon ul.news-list{
	width:100%;
	padding:3vw;
}
.salon ul.news-list li a{
	float:none;
	width:100%;
	padding-left:0;
	padding-right:0;
	
}
.salon ul.news-list li .date{
	display:block;
	width:100%;
	float:none;
}


/* ******************homecare.html***************** */
#homecare-main-visual{
	background:url(../images/sp-home-care-main-visual.png) no-repeat;
	background-position:center;
	background-size:100%;
}

#homecare #contents h2{
	font-weight:600;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size:7vw;
	padding:5vw 0 3.7vw;
}
#homecare #contents h2 span{
	font-size:5vw;
}
#homecare #contents dl{
	width:86.4vw;
	float:none;
	margin:auto;
}
#homecare #contents dt,#menu #contents dt{
	font-size:100%;
}
#homecare .price,#menu .price{

}
#homecare .price,#menu .price span{
	font-size:100%;
}
#homecare #contents dl,#menu #contents dl{
	padding-bottom:0.7em;
	padding-top:0.7em;
	margin-bottom:7vw;
	width:100%;
}
#homecare .comment,#menu .comment{
	float:none;
	font-size:100%;
	clear:both;
	display:block;
	width:100%;
	line-height:1.5;
}
.homecare-content01 div.f-left{
	float:none;
	width:86.4vw;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:7vw;
}


#menu #contents h3{
	font-weight:600;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
    font-size: 7vw;
    padding: 0;
}
#menu #contents h3:nth-of-type{
	padding-top:0;
}
#menu #contents h3 span{
	color:#333;
	font-family:"游ゴシック",YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	font-size:14px;
	padding-left:1em;
}

#homecare .msg,#menu .msg{
	padding-bottom:7vw;
	font-size:100%;
}


.strength01 p,.recruit-content01 .point>p{
	width:100%;
	line-height:2;
}
.strength01 img,.recruit-content01 .point img{
	display:block;
	width:100%;
}

/* /////////////////////recruit//////////////////// */
.recruit-content01 h2{
    font-size: 7vw;
    margin-bottom: 0.8em;
}
.recruit-content01{
	background: url(../images/nav-bg.jpg);
    padding-top: 7vw;
    padding-bottom: 7vw;
    margin-top: 4vw;
}
.point-list{
	padding-bottom:6vw;
}
.point-list li{
	width:50%;
	text-align:center;
	font-size:4.5vw;
	line-height:1.5;
	font-weight:600;
	padding:0 2vw 4vw;
}
.point-list li a{
	display:block;
	width:100%;
	height:43vw;
	background:#68c0a7;
	border-radius:100%;
	padding-top:9vw;
	color:#fff;
	position:relative;
}
.point-list li a:after{
	font-size:5.4vw;
	line-height:10vw;
	width:10vw;
	height:10vw;
	bottom:6vw;
}
#contents .recruit-content01 h3{
    font-size: 6vw;
    text-align: center;
    padding-top: 5vw;
    padding-bottom: 0.4em;
}
#contents .recruit-content01 .top-msg{
    font-size: 7vw;
    text-align: center;
    padding-top: 0;
    padding-bottom: 1em;

}
#contents .recruit-content01 h3 span {
    font-size: 7vw;
    padding: 0 0.2em;
    color: #ff0015;
}
.recruit-content01 .point{
	margin:auto;
	margin-top:2vw;
	margin-bottom:4vw;
	background:#fff;
	padding:3vw;
	border:3px solid #68c0a7;
	width:94vw;
}
.recruit-content01 .point h4{
	//font-family: "Rounded Mplus 1c";
	color:#68c0a7;
	font-weight:600;
	font-size:5.4vw;
	margin-bottom:0.3em;
}
.recruit-content01 .naiyou{
	padding:3vw;
	margin-top:5vw;
}
#contents .recruit-content01 .naiyou h3{
	padding-top:0;
}
#contents .recruit-content01 table{
	width:100%;
	border-top:1px solid #dfdfdf;
	margin-bottom:3em;
}
#contents .recruit-content01 th{
	border-bottom:none;
	width:100%;
	display:block;
	padding:3vw 0 0;
	font-size:5vw;
}
#contents .recruit-content01 td{
	display:block;
	width:100%;
	padding:3vw 0;
}

.naiyou .msg{
	padding:3vw;
	margin-top:7vw;
	font-size:4.8vw;
	line-height:1.8;
}
.recruit-content01 .point>div.f-left{
	width:100%;
	float:none;
}
.recruit-content01 .point .red{

	font-size:5.4vw;
	margin-bottom:0.8em;
}
.recruit-content01 .point>div.f-left li{
	font-weight:600;
	padding-bottom:0.4em;
}

.recruit-content01 .point>div.f-left .f-bold{
	font-size:5vw;
	padding-bottom:4vw;
	padding-top:4vw;
}



/* ***************sp global menu***************** */
.sp-menu-btn{
	position:fixed;
	right:3vw;
	top:14vw;
	width:10.2vw;
	height:10.2vw;
	background:#6f5043;
	padding:3vw 2vw;
	z-index:9999;
}
.sp-menu-btn span{
	display:block;
	width:100%;
	height:0.6vw;
	background:#fff;
	margin-bottom:1.2vw;
}
.sp-menu{
    display: none;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(255,255,255,0.95);
    font-size: 5.4vw;
	padding:3vw;
    padding-top: 33vw;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    line-height: 3;
	color:#6f5043;
}
.sp-menu li{

}
.sp-menu .child{
	display:none;
}
.sp-menu li a{
	display:block;
	position:relative;
	border-bottom:1px solid rgba(0,0,0,0.2);
}
.sp-menu li.parent>a:after{
    content: "+";
    display: block;
    border: 1px solid #6f5043;
    float: right;
    vertical-align: middle;
    width: 5vw;
    height: 5vw;
    line-height: 5vw;
    text-align: center;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 0;
    font-size: 4vw;
}
.sp-menu li .child a{
	padding-left:3vw;
}

#homecare #contents h2.news-title {
    font-size:5vw;
}

.post-area *{
	width:auto;
	max-width:100%;
}
.post-area img{
	display:block;
	max-width:100%;
	height:auto;
}


.strength01 img, .recruit-content01 .point img.rec-pic{
	position: static;
	right: auto;
	top: auto;
	width: 100%;
	z-index: 1;
	margin: 0 auto 15px;
}



/* +++++++++++++++++++++++エントリーフォーム追加+++++++++++++++++++++ */

#name,
#email,
#tel,
#address{
	height: 12vw;
	line-height: 12vw;
}
#comment{
	line-height: 12vw;
}
#birth01{
	height: 12vw;
	line-height: 12vw;
	width: 30%;
}
select{
	background: #fafafa;
	height: 12vw;
	line-height: 12vw;
	padding: 0 0.5em;
	width: 80%;
}
#zip{
	height: 12vw;
	line-height: 12vw;
	width: 50%;	
}
#recruit table:las-of-type{
	margin-bottom: 3em;
}
#agreement{
	width: 6vw;
	height: 6vw;
}
.check-area p{
	width: calc(100% - 25px);
	padding-left: 1em;
}
.submit-btn{
	width: 80%;
	height: 12vw;
	line-height: 12vw;
	font-size: 5vw;
	margin: 2em auto 4em;
}
select#birth02,
select#birth03{
	width: 20%;
}

}

@media screen and (min-width:768px){
	.sp-menu{
		display:none !important;
	}
}
.tax-in{
	font-size: 85% !important;
	margin-left: 1em !important;
}