@media screen and (max-device-width: 480px) {
body {
	-webkit-text-size-adjust: none; /* iPhone */
}
}
/* ============ RESET ============ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
article,aside,audio,bb,canvas,datagrid,datalist,details,dialog,eventsource,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,time,video{display:block; margin:0; padding:0;}
.clearfix:after{content:"."; display:block; clear:both; height:0; visibility:hidden;}
.clearfix{ min-height:1px;}
a {
	color: #fff;
	text-decoration: none;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
	-o-transition:0.5s all;
	transition:0.5s all;
	}
img { vertical-align:bottom;}

.ls { letter-spacing: -1.5px; }

/* ============ common ============ */
body {
	background:url(../img/common/bg.png) repeat;
	}

#wrapper {
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	box-sizing: border-box;
	text-align:justify;
	line-height:22px;
	font-size:16px;
	width:960px;
	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
 	border-radius: 5px;
	background:#FAF4E9;
	margin:20px auto;
	box-shadow:rgba(0, 0, 0, 0.6) 0px 0px 17px -3px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.6) 0px 0px 17px -3px;
	-moz-box-shadow:rgba(0, 0, 0, 0.6) 0px 0px 17px -3px;
	}
header { padding:15px 20px; color:#fff;}
.HeadLeft { float:left;}
h1 { margin:0 0 0 105px; font-size:12px;}
.h1 { color:#595757;}
.logo { margin:-23px 0 0;}
nav { float:right; font-size:13px;}
.subNav { text-align:right;}
.subNav li { display:inline-block; padding:0 10px; border-right: 1px solid #fff;}	
.subNav li:last-child { padding:0 0 0 10px; border:none;}
.subNav li a:hover { color:#030;}
.subNav02 a{ color:#595757;}
.subNav02 li { display:inline-block; padding:0 10px; border-right: 1px solid #595757; color:#595757;}	
.subNav02 li:last-child { padding:0 0 0 10px; border:none;}
.subNav02 li a:hover { color:#030;}
.MainNav  {
	background:#fff;
	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
 	border-radius: 5px;
	margin:10px 0 0;
	}
.MainNav li { float:left; text-indent:-9999px;}
.MainNav li a { padding:8px 15px;}
.nav01 { background:url(../img/common/about_on.png) center center no-repeat; display:block; }
.nav02 { background:url(../img/common/service_on.png)  center center no-repeat; display:block; }
.nav03 { background:url(../img/common/company_on.png)  center center no-repeat; display:block; }
.nav04 { background:url(../img/common/collabo_on.png)  center center no-repeat; display:block; }
.nav01 a { background:url(../img/common/about_off.png)  center center no-repeat; display:block; width:47px;}
.nav02 a { background:url(../img/common/service_off.png)  center center no-repeat; display:block; width:63px;}
.nav03 a { background:url(../img/common/company_off.png)  center center no-repeat; display:block; width:77px;}
.nav04 a { background:url(../img/common/collabo_off.png)  center center no-repeat; display:block; width:113px;}
.nav01 a:hover { background:url(../img/common/about_on.png)  center center no-repeat; display:block; width:47px;}
.nav02 a:hover { background:url(../img/common/service_on.png)  center center no-repeat; display:block; width:63px;}
.nav03 a:hover { background:url(../img/common/company_on.png)  center center no-repeat; display:block; width:77px;}
.nav04 a:hover { background:url(../img/common/collabp_on.png)  center center no-repeat; display:block; width:113px;}


.inner { padding:0 30px;}
.inner02 {
	
	border-top: 4px dotted #8D5F17;
	/* border-bottom: 4px dotted #8D5F17; */
	background: url(../img/index/cont_bg.png) center center no-repeat;
	text-align:center;
	padding:35px 0;
	margin:50px 20px;
	}
.inner03 {
	border-top: 4px dotted #8D5F17;
	border-bottom: 4px dotted #8D5F17;
	padding:35px 0;
	margin:30px 20px 40px;
	}
.inner03 ul { text-align:center;}
.inner03 ul li { display:inline-block; margin:0 15px;}
.inner03 ul li a:hover { opacity:0.6;}

.contents {
	background:#fff;
	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
 	border-radius: 5px;
	margin:10px 20px;
	padding:20px;
	}

.footLogo { text-align:center; margin:0 0 30px;}
.footNav {
	text-align:center;
	float:none;
	font-size:13px;
	background:#fff;
	padding:10px;
	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
 	border-radius: 10px;
	}
.footNav ul {
	margin: 0 auto;
	width: 430px;
}
.footNav li { display:inline-block; margin:2px 0;}
.footNav li a { padding:0 14.5px; border-right: 1px solid #000; color:#000;}
.footNav li:last-child a { border:none;}
.footNav li a:hover { color:#E8412F;}
.copy { text-align:center; font-size:12px; padding:30px 0;}






/* ============ index ============ */
#HeadCont {
	position:relative;
	background: url(../img/index/main_v.jpg) no-repeat;
	border-top-left-radius: 5px; 
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	height:595px;
	}
.recruit a {
	display:block;
	position:absolute;
	top:425px;
	left:30px;
	box-shadow:rgba(0, 0, 0, 0.6) 0px 0px 10px -3px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.6) 0px 0px 10px -3px;
	-moz-box-shadow:rgba(0, 0, 0, 0.6) 0px 0px 10px -3px;
	}
.recruit a:hover { box-shadow: none; opacity:0.8;}
.nr {
	background:url(../img/index/nr.png) left center no-repeat;
	padding:10px 0 10px 230px;
	margin:20px 0 5px;
	}
.nrLi { }
.nrLi li {
	width: 210px;
	float:left;
	background:#fff;
	margin:0 20px 0 0;
	text-align:center;
	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
 	border-radius: 10px;
	position:relative;
	}
.nrLi li a { display:block;}
.nrLi li a:hover { opacity:0.8;}
.nrLi li figure { display:block;text-align:center; padding:20px 0;}
.nrLi li span {
	background:#8D5F17;
	display:block;
	color:#fff;
	font-size:13px;
	padding:15px 0 10px;
	line-height:20px;
	border-bottom-left-radius: 10px; 
	border-bottom-right-radius: 10px; 
	-webkit-border-bottom-left-radius: 10px; 
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	}
.nrLi li span b { font-size:17px; display:block; margin:0 0 -13px;}
.nrLi li:last-child { margin:0;}
/* .nrLi li:last-child span b  { margin:12px 0 -5px;} */
.nrLi .arrow { position:absolute; right:10px; top:170px;}

.news { margin:20px 0;}
.news,.catalog {
	background:#fff;
	border:1px solid #8D5F17;
	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
 	border-radius: 10px;
	padding:10px;
	}
.news_img { float:left; margin:0 20px 0 0;}
.news_li { float:left; border: none; height:79px; overflow:hidden; width:740px;}
.catalog {
	padding:20px;
	margin:0 19px 0 0;
	position: relative;
	}
.cata_right { margin:0;}
.cataR { width:625px; float:right;}
.cataR dt { font-weight:bold; margin:5px 0 2px; font-size:30px; line-height: 1.3;}
.cataR dd { font-size:16px;line-height:1.4; margin: 0 0 10px; color: #231815;}
.cataR dd:nth-of-type(1) {
	padding-bottom: 10px;
	border-bottom: 2px dotted #8D5F17;
}
.catalog figure { float:left; width: 190px;}
.catalog figure img {
	width: 100%;
}
.cata_bt a{
	clear:both;
	font-size:13px;
	display:block;
	background:#E8412F;
	color:#fff;
	text-align:center;
	padding:5px 0;
	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
 	border-radius: 5px;
	border:2px solid #E8412F;
	}
.cata_bt a:hover {
	background:#fff;
	color:#E8412F;
	}
	
.inner02 {
	border-top: 4px dotted #8D5F17;
	/* border-bottom: 4px dotted #8D5F17; */
	background: url(../img/index/cont_bg.png) center center no-repeat;
	text-align:center;
	padding:35px 0;
	margin:50px 20px;
	}
.inner02 .txt01 {
	font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	color:#8D5F17;
	font-size:23px;
	line-height:35px;
	margin:50px 0 35px;
	}
.inner02 p { margin:0 0 20px; line-height:25px;}

.aboutBt li {text-indent:-9999px; display:inline-block; width:213px; height:35px; margin:30px 10px 0;}
.a_bt01 {background:url(../img/index/about_bt01_off.png) no-repeat; }
.a_bt02 {background:url(../img/index/about_bt02_off.png) no-repeat; }
.a_bt01 a {background:url(../img/index/about_bt01_off.png) no-repeat; display:block;width:213px; height:35px;}
.a_bt02 a {background:url(../img/index/about_bt02_off.png) no-repeat; display:block;width:213px; height:35px;}
.a_bt01 a:hover {background:url(../img/index/about_bt01_on.png) no-repeat; display:block;width:213px; height:35px;}
.a_bt02 a:hover {background:url(../img/index/about_bt02_on.png) no-repeat; display:block;width:213px; height:35px;}



.av_box { border:1px solid #9FA0A0; background:#fff; padding:5px;}
.box_inn { background:url(../img/index/av_bg.png) repeat; padding:20px;}
.box_inn figure { float:left; margin:0 20px 0 0;}
.box_inn dl { float: left; width:480px;}
.box_inn dt { color:#727171; font-size:13px; font-weight:bold;}
.box_inn dd { margin:5px 0 10px;}
.box_inn dd:nth-last-child(2) {
	margin:0 0 12px;
	font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size:14px;
	}
.box_inn dd:last-child a {
	font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	color:#00391A;
	display:block;
	padding:7px 0 5px;
	text-align:center;
	background:#fff;
	width:360px;
	font-size:14px;
	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
 	border-radius: 5px;
	margin:0;
	}
.box_inn dd:last-child a:hover {
	background:#00391A;
	color:#fff;
	}

/* ============ company ============ */
.company_main { margin:10px 20px -20px 20px;}
.history {
	background:url(../img/company/history.png) left center no-repeat;
	padding:10px 0 10px 290px;
	color:#40220F;
	border-bottom:1px solid #000;
	margin:20px 0 5px;
	}
.hisLi { margin:30px 0 0 15px; font-size:15px;}
.hisLi span { display:inline-block; color:#A71915; width:200px; font-weight:bold;}
.hisLi li { margin:0 0 10px;}

.profile {
	background:url(../img/company/profile.png) left center no-repeat;
	padding:10px 0 10px 280px;
	color:#40220F;
	border-bottom:1px solid #000;
	margin:50px 0 5px;
	}
.profile_ta { margin:50px auto; width:860px; font-size:15px;}
.profile_ta tr {border:1px solid #E8DFCE;}
.profile_ta tr td { padding:20px 0 20px 20px;}
.profile_ta tr .left {
	width:200px;
	text-align:center;
	background:#F1EFE3;
	padding:0;
	color:#40220F;
	font-weight:bold;
	}
.profile_ta tr .color { background:#E8DFCE;}

/* ============ contact ============ */

.contact {
	background:url(../img/contact/contact.png) left center no-repeat;
	padding:10px 0 10px 180px;
	margin:10px 0 30px;
	color:#40220F;
	}
.tel_area {
	background:#E8DFCE;
	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
 	border-radius: 5px;
	padding:20px;
	}
.tel {
	background:url(../img/contact/phone.png) left center no-repeat;
	padding:10px 0 10px 115px;
	color:#40220F;
	margin:0 0 5px;
	}

.tel_inn {
	background:#fff;
	padding:10px 20px;
	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
 	border-radius: 5px;
	color:#40220F;
	position:relative;
	}
.telNum { line-height:30px; margin:10px 0 0;}
.tel_inn span {
	color:#fff;
	background:#E8412F;
	padding:2px 20px;
	-webkit-border-radius: 3px;
  	-moz-border-radius: 3px;
 	border-radius: 3px;
	font-size:18px;
	display:block;
	float:left;
	}
.tel_inn b {
	font-size:45px;
	color:#E8412F;
	padding:4px 0 0 15px;
	display:block;
	float:left;
	}
.tel_inn em { display:block; float:left; margin:10px 0 0;}
.illust { position:absolute; right:-10px; top:-5px;}

.mail {
	background:url(../img/contact/mail.png) 20px center no-repeat;
	padding:10px 0 10px 105px;
	margin:55px 0 20px;
	color:#40220F;
	border-bottom:1px solid #000;
	float:left;
	display: inline-block;
	width:88%;
	}
.mail span { display: block; float:right; color:#E8412F;}
.co_txt01 { padding:0 20px;}

form table { margin:50px 0; width:100%;}
form table tr { border-bottom:1px dotted #55533D; vertical-align:top;}
form table .noborder { border:none;}
form table tr .Left span { color:#E8412F;}
form table tr .Left {width:200px; padding:15px 20px; font-weight:bold;}
form table tr .Right { padding:15px 20px;}
form table tr input { border:1px solid #B5B5B6; padding:5px; width:480px;}
form table tr .radio input { width:20px;}
form table tr .Right .comment {
	border:1px solid #B5B5B6;
	width:530px;
	height:250px;
	padding:5px;
	}
.kiyaku {
	text-align:center;
	font-weight:bold;
	font-size:18px;
	color:#40220F;
	}
.kiyaku_txt {
	border:1px solid #B5B5B6;
	padding:20px;
	height:195px;
	overflow-y:scroll;
	font-size:14px; 
	line-height:18px;
	margin:20px 0;
	}
.kiyaku_txt p { margin:0 0 10px;}
#text { text-align:center;}
.button {
	background:#E8412F;
	width:300px;
	text-align:center;
	border:none;
	color:#fff;
	padding:10px 0;
	-webkit-border-radius: 50px;
  	-moz-border-radius: 50px;
 	border-radius: 50px;
	margin:30px auto;
	display:block;
	}
	
.nrLi figcaption {
	font-size: 8px;
}

#comp {
    line-height: 20px;
    padding: 50px 50px 400px;
    clear: both;
    text-align: left;
}
#about_error,
#name_error,
#about_01_error,
#mail_01_error,
#mail_02_error,
#comment_error,
#agree_error{
	font-size:90%;
	padding-top:5px;
}

#service {
	text-align: center;
}

#service hr {
	margin: 30px auto;
	width: 170px;
	height: 11px;
	background: url(../img/service/hr.svg) no-repeat center;
	background-size: 100%;
	border: none;
}

#service h2,#collabo h2 {
	margin-bottom: 40px;
	text-align: justify;
	font-size: 12px;
}
#collabo {
	padding-bottom: 30px;
	box-sizing: border-box;
	padding-top: 20px;
}
#collabo h2 {
	padding-left: 20px;
}

#service h2 img,#collabo h2 img {
	margin-right: 15px;
	display: inline-block;
}
#service h3 {
	margin-bottom: 15px;
}
#service h3 + p {
	margin-bottom: 60px;
}

#service dl {
	margin-bottom: 60px;
}
#service dt {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #40220F;
}

.item-box figure {
	margin-bottom: 25px;
}
.item-box h4 {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
}
.item-box h4 img {
	margin: 0 auto 10px;
	display: block;
}
.item-box h4 + p {
	font-size: 12px;
}

.catch-text {
	width: 100%;
	display: table;
	margin: 45px 0 60px;
}
.catch-text p {
	display: table-cell;
	vertical-align: middle;
	background: url(../img/service/background.png) no-repeat center;
	font-size: 16px;
	letter-spacing: 3px;
	line-height: 35px;
	height: 196px;
}

.beuty-wrap {
	margin: 0 auto 65px;
	width: 715px;
}

.beuty-wrap figure {
	margin-right: 20px;
	float: left;
}

.beuty-wrap p {
	text-align: justify;
	line-height: 27px;
	float: left;
	letter-spacing: 1.5px;
}

#cidre-wrap {
	margin: 0 auto;
	width: 715px;
}

.cidre-box {
	float: left;
	width: 330px;
	text-align: justify;
	color: #40220F;
}
.cidre-box + .cidre-box {
	margin-left: 55px;
}
.cidre-box h4 {
	margin: 0 0 15px -10px;
	font-size: 24px;
	color: #A71915;
	border-bottom: 1px solid #231815;
	font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
.cidre-box h4 span {
	margin: 5px 0;
	font-size: 16px;
	color: #40220F;
	display: block;
}
.cidre-box h4 + p {
	font-size: 14.5px;
	line-height: 25px;
}

.cidre-box h4 + p span {
	margin-bottom: 5px;
	display: block;
	font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
.cidre-box h4 + p span:nth-of-type(2) {
	margin-bottom: 30px;
}

.huuuuu {
	margin-bottom: 60px;
	line-height: 30px;
	letter-spacing: 3px;
}
.huuuuu + figure {
	margin-bottom: 80px;
}
.collabo-contents {
	margin: 0 auto;
	width: 920px;
	background: #fff;
}

.collabo-wrap {
	margin-bottom: 100px;
	font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size: 14px;
}


.sub-colmn {
	width: 295px;
	box-sizing: border-box;
	padding: 0 30px;
	float: left;
}
.titlle-colmn {
	margin-bottom: 30px;
	height: 420px;
	position: relative;
}
.titlle-colmn P {
	position: absolute;
	bottom: 0;
	left: 0;
}
.titlle-colmn P a {
	color: #988078;
	text-decoration: underline;
}
.main-colmn {
	float: left;
	width: 625px;
}
.main-colmn img {
	width: 100%;
}
.main-colmn figure {
	margin-bottom: 45px;
}

.pl30 {
	padding-left: 30px;
}
.pr30 {
	padding-right: 30px;
}


.buner-d2 {
	margin: 35px 0 0 0;
	text-align: center;
}

.buner-d2 a:hover {
	opacity: 0.8;
}

.pdfbox {
	margin-top: 50px;
}
.cata_pdf a {
	margin-top: 10px;
	display: block;
	width: 255px;
	background: #8D5F17;
	text-align: center;
	font-size: 12px;
	line-height: 35px;
	border-radius: 3px;
	position: relative;
}

.official-link a {
	display: block;
	width: 255px;
	background: #DE6876;
	text-align: center;
	font-size: 12px;
	line-height: 35px;
	border-radius: 3px;
	position: relative;
}

.cata_pdf a:hover,.official-link a:hover {
	opacity: 0.8;
}

.cata_pdf a:after,.official-link a:after {
	content: '';
	width: 5.5px;
	height: 6px;
	display: block;
	background: url(../img/index/arrow-right.svg) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.cata-con {
	margin: 35px auto 0;
	width: 480px;
	position: relative;
}
.cata-con a {
	display: block;
	background: #40220F;
	text-align: center;
	line-height: 55px;
	font-size: 16px;
	color: #fff;
}

.cata-con a:after {
	content: '';
	width: 9px;
	height: 10px;
	display: block;
	background: url(../img/index/arrow-right.svg) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.cata-con a:hover {
	opacity: 0.8;
}

#spLinkBlockInPc{
	display:none;
	color: #fff;
	background: #E8412F;
	text-align: center;
	line-height: 3;
	font-size: 20px;
}


