@charset "UTF-8";

/********************

 共通部分

 ********************/
.cfix:after {
	content: "";
	clear: both;
	display: block;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	overflow-y: scroll;
	font-size: 62.5%; /* 10px */
}
body {
	color: #444;
	font-size: 1.2em; /* 12px */
	line-height: 1;
	font-family:"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
	-webkit-text-size-adjust: 100%;
	word-wrap:break-word;
}
#page {
	position:relative;
	overflow:hidden;
}
img {
	max-width:100%;
	height: auto;
	vertical-align: bottom;
}
a {
	color: #796339;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
h2, h3, h4, h5, h6 {
	line-height:1.3;
}
.img {
	width:100%;
}
p {
	line-height:1.5;
}
p.link, p.back {
	margin-top:.5em;
	text-align: right;
}
p.link + p.link {
	margin-top:.5em;
}
p.link a::after {
	content:">";
	display:inline-block;
	margin-left:.3em;
	color: inherit;
	font-weight:normal;
	font-size: inherit;
}
p.back {
	text-align: left;
}
p.back a::before {
	content:"<";
	display:inline-block;
	margin-right:.3em;
	color: inherit;
	font-weight:normal;
	font-size: inherit;
}

li {
	line-height:1.5;
}
ul.list li,
dl.list dd {
	position:relative;
	margin-bottom:.5em;
	padding-left:1em;
}
ul.list li::before,
dl.list dd::before {
	content:"・";
	position:absolute;
	top:0;
	left:0;
}
dt {
	line-height:1.2;
}
dd {
	line-height:1.5;
}
.serif {
	font-family:"游明朝","YuMincho","ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E",serif;
}

.float_l {
	float:left;
}
.float_r {
	float:right;
}

p.prof {
	margin-top:.5em;
	text-align:right;
}

.img_bg {
	overflow:hidden;
	height:0;
	line-height:2;
	background-repeat: no-repeat;
	background-position:center top;
	background-size:contain;
}
p.contact_btn {
	width:290px;
	margin:0 auto;
	text-align:center;
}
p.contact_btn a {
	display:block;
	height:40px;
	position:relative;
	padding:15px 0 0 40px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
p.contact_btn a::before {
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:40px;
	height:40px;
}
p.contact_btn.tel a {
	background:#D2A524;
}
p.contact_btn.tel a::before {
	border-right:solid 1px #B49030;
	background:url(../img/common/tel_icon.png) no-repeat center center;
	background-size:13px auto;
}
p.contact_btn.web a {
	background:#FF9ABD;
}
p.contact_btn.web a::before {
	border-right:solid 1px #FF6B9F;
	background:url(../img/common/arrow.png) no-repeat center center;
	background-size:16px;
}
p.contact_btn.tel a span {
	display:block;
	padding-top:12px;
	background-image:url(../img/common/contact_tel.png);
}
p.contact_btn.web a span {
	display:block;
	padding-top:12px;
	background-image:url(../img/common/contact_web.png);
}
section.contact h2 {
	text-align:center;
}
section.contact p.pontact_btn {
	margin:1em 0;
}

dl.sns {
	height:50px;
	background:#2A0A03;
	text-align:center;
}
dl.sns dt {
	display:inline-block;
	width:98px;
	margin:0 10px;
	padding-top:50px;
	background-image:url(../img/common/sns_tit.png);
	background-position:center center;
}
dl.sns dd {
	display:inline-block;
	width:30px;
	height:50px;
	margin:0 5px;
	padding-top:10px;
	vertical-align:top;
}
dl.sns dd.instagram {

}
dl.sns dd a {
	display:inline-block;
	overflow:hidden;
	width:30px;
	height:0;
	padding-top:30px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
}
dl.sns dd.twitter a {
	background-image:url(../img/common/twitter.png);
}
dl.sns dd.facebook a {
	background-image:url(../img/common/facebook.png);
}
dl.sns dd.instagram a {
	background-image:url(../img/common/instagram.png);
}
dl.sns dd.line a {
	background-image:url(../img/common/line.png);
}

ul.slider ul.slick-dots li {
}
.twitter-timeline.twitter-timeline-rendered {
    height: 430px !important;
    width: 480px !important;
}
#sns .instagram {
    border: 1px solid #e9ebee;
}
#sns .twitter {
    border: 1px solid #e9ebee;
}

 
@media screen and (max-width: 768px) {
	.sp_none {
		display:none;
	}

	.facebook > iframe {
	    width: 100% !important;
	    border: 1px solid #e9ebee;
	}
	.instagram > iframe {
	    width: 100% !important;
	    height: 220px!important;
	}
	.twitter > iframe {
	    width: 100% !important;
	}
	h4.ttlfb,h4.ttlig,h4.ttltw {
	    width: auto;
	    margin:0 0 10px;
	}

}

@media screen and (min-width: 768px) {
	body {
		min-width:1000px;
		font-size:14px;
		width:100%;
	}
	a {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	a:visited {
		color: #78C7C7;
	}
	a:hover,
	a:focus,
	a:active {
		color: #45ABAB;
		outline: 0;
	}
	a:hover {
		filter: alpha(opacity=70 finishopacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
	}
	.pc_none {
		display:none;
	}
	.tel a {
		pointer-events: none;
	}
	p.contact_btn {
		width:360px;
	}
	p.contact_btn a {
		position:relative;
		height:80px;
		padding:28px 0 0 80px;
	}
	p.contact_btn a:hover {
		filter: alpha(opacity=100 finishopacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
	p.contact_btn a::before {
		width:80px;
		height:80px;
	}
	p.contact_btn.tel a {
		padding-top:18px;
	}
	p.contact_btn.tel a::before {
		background-size:26px auto;
	}
	p.contact_btn.web a::before {
		background-size:32px;
	}
	p.contact_btn.web a:hover {
		background:#FF6B9F;
		color:#fff;
	}
	p.contact_btn.web a:hover::before {
		border-color:#E83775;
	}
	p.contact_btn.tel a span {
		margin-bottom:5px;
		padding-top:24px;
	}
	p.contact_btn.web a span {
		padding-top:22px;
		background-image:url(../img/common/contact_web_pc.png);
	}
	p.contact_btn.web a span.img_bg.new_bg {
	    background-image: url(../img/common/contact_web_pc_footer.png?0);
		padding-top: 46px;
	}
	p.contact_btn.web a {
	    padding: 17px 0 0 80px;
	}
	p.contact_btn.web.add1 a {
	    padding: 28px 0 0 80px;
	}
	.pc_wrap {
		width:1000px;
		margin:0 auto;
	}
	section.contact h2 {
		padding-top:30px;
		font-size:18px;
	}
	section.contact > div {
		display:table;
		overflow:hidden;
/*		width:760px;*/
		width:480px;
		margin:15px auto 35px;
	}
	section.contact p.contact_btn {
		display:table-cell;
		margin:0;
		padding:0 10px;
		vertical-align:top;
	}
	
}


/************ ヘッダー ************/
header {
	position:relative;
	border-bottom:solid 2px #FFCC33
}
header > div {
	padding:10px 15px;
}
header a {
	text-decoration:none;
}
header h1 {
/*	width:102px;*/
    width: 50%;
    margin: 0 auto;
}
header h1 a span {
	display:none;
}
p._header_add {
    background: #FFCC33;
    text-align: center;
    color: #7C6339;
}
header p.menu_btn {
	position: absolute;
	top:50%;
	right:0px;
	z-index:999;
	width:40px;
	height:40px;
	margin-top:-20px;
	background:#7C6339;
	text-align:center;
	line-height:1;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}
header p.menu_btn span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 25px;
	height: 2px;
	margin-top:-1px;
	margin-left: -12.5px;
	background: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
header p.menu_btn span:before,
header p.menu_btn span:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 25px;
	height: 2px;
	background: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
header p.menu_btn span:before {
	top:-8px;
}
header p.menu_btn span:after {
	top:8px;
}
header p.menu_btn.active span {
	width:5px;
	background:#7C6339;
}
header p.menu_btn.active span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
header p.menu_btn.active span::after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#gnav {
	display:none;
	position:absolute;
	z-index:2;
	top:100%;
	left:0;
	width:100%;
	background:#7C6339;
}
#gnav div.contact {
	display:none;
}
#gnav li {
	margin:0;
	border-bottom: solid 1px #333;
}
#gnav li:last-of-type {
	border-bottom:none;
}
#gnav li a {
	display:block;
	position:relative;
	padding:1em 1em 1em 1.5em;
	color:#fff;
	font-size:12px;
}
#gnav li a::before {
	content:"";
	display:inline-block;
	margin:-2px 1em 0 0;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	border-left: 6px solid #D2A524;
	vertical-align:middle;
}

@media screen and (min-width: 768px) {
	header {
		background: #1f0b03;
		background: -moz-linear-gradient(left,  #1f0b03 0%, #1f0b03 50%, #ffffff 50%, #ffffff 100%);
		background: -webkit-linear-gradient(left,  #1f0b03 0%,#1f0b03 50%,#ffffff 50%,#ffffff 100%);
		background: linear-gradient(to right,  #1f0b03 0%,#1f0b03 50%,#ffffff 50%,#ffffff 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f0b03', endColorstr='#ffffff',GradientType=1 );
	}
	header {
		position:relative;
		border-bottom:solid 1px #333;
	}
	header > div {
		overflow:hidden;
		position: relative;
		width:1000px;
		margin:0 auto;
		padding:17px 0 20px;
		background: url(../img/common/header_bg.png) no-repeat left top #fff;
		background-size:contain;

	}
	header h1 {
		width:152px;
		margin: 0;
	}
	header h1 a span {
	    color: #fff;
	    font-size: 10px;
	    display: block;
	    margin: 0 auto 5px;
	    font-family:"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
	}
	header p.menu_btn {
		display:none;
	}
	p._header_add {
		display:none;
	}
	#gnav {
		display:block;
		top:15px;
		right:0;
		left:auto;
		width:800px;
		background:none;
	}
	#gnav div.contact {
		display:block;
		float:right;
		overflow:hidden;
		width:494px;
	}
	header div.contact p.tel {
		float:left;
		width:302px;
		color:#D2A524;
		font-size:13px;
		display: none;
	}
	header div.contact p.tel span {
		display:block;
		padding-top:32px;
		background:url(../img/common/header_tel.png) no-repeat left 7px;
	}
	header div.contact p.contact_btn.web {
		float:right;
		width:190px;
	}
	header div.contact p.contact_btn.web a {
		height:50px;
		padding:8px 0 0 50px;
		font-size:18px;
		line-height:1.2;
	}
	header div.contact p.contact_btn.web a:first-line {
		font-size:13px;
	}
	header div.contact p.contact_btn.web a::before {
		width:50px;
		height:50px;
		background-size:26px;
	}
	#gnav ul {
		display:table;
		width:100%;
		margin-left:8px;
		padding-top:14px;
	}
	#gnav li {
		display:table-cell;
		border-bottom:none;
	}
	#gnav li a {
		display:block;
		padding:0;
		color:#1F0B03;
		font-weight:bold;
		font-size:12px;
		text-align:center;
	}
	#gnav li a::before {
		margin:-3px .5em 0 0;
	}
	#gnav li a:visited {
		color:#1F0B03;
	}
	#gnav li a:hover {
		color:#D2A524;
	}
	#gnav li:nth-child(7),#gnav li:nth-child(8){
		display:none;
	}
	h4.ttlfb,h4.ttlig,h4.ttltw {
	    width: auto;
	    margin:0 0 10px;
	}
	section#end_pish {
	    background: #330000;
	    margin: 0px auto;
	    color: #ffffff;
	}
	.add_9.cfix {
	    max-width: 1025px;
	    margin: 0 auto;
	    width: 100%;
	    padding: 30px 0;
	}
	.add_9 figure {
	    float: left;
	        margin-right: 25px;
	}
	.ls_box {
	    float: left;
	    margin: 25px 0 0;
	    max-width: 500px;
	}
	#end_pish h3 {
	    margin: 15px auto;
	    text-align: left;
	}
	.ls_box p {
	    font-size: 13px;
		font-family:"Meiryo", "メイリオ", sans-serif;
	}
	.btn a {
	    color: #ffffff;
	    text-decoration: none;
	    font-size: 20px;
	    font-weight: bold;
	    text-align: center;
	    display: block;
	    margin: 30px auto 0;
	    padding: 20px 0;
	    background:#D2A524 url("../img/apply/arrow.png") no-repeat 22% center/4.1% auto;
	}
}


/********** フッター **********/
footer {
	position:relative;
	padding:0 0 70px;
}
footer a {
	text-decoration:none;
}
footer p.pagetop a {
	display:block;
	margin:25px 0 15px;
	background:#fff;
	text-align:center;
}
footer p.pagetop a img {
	width:22.5px;
}

footer section h2 {
	width:136px;
	margin:0 auto 15px;
}
footer nav ul {
	overflow:hidden;
	padding-top:.5em;
	border-top:solid 1px #FFCC33;
	background:#2A0A03;
}
footer div.sub ul {
	overflow:hidden;
	padding-bottom:.5em;
	border-bottom:solid 1px #FFCC33;
}
footer nav li,
footer div.sub li {
	float:left;
	width:50%;
	padding:0.5em 1em 0.0em;
}
footer nav a,
footer div.sub a {
	display:block;
	color:#fff;
	font-size:12px;
}
footer nav a::before,
footer div.sub a::before {
	content:"";
	display:inline-block;
	margin:-2px 1em 0 0;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	border-left: 6px solid #D2A524;
	vertical-align:middle;
}
footer div.sub {
	background:#2A0A03;
}
footer p.attention {
	padding:1em 0;
	color:#FFCC33;
	font-size:9px;
	text-align:center;
}
#contact_fix {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
}
#contact_fix h2 {
	padding:6px 0 7px;
	background:#330000;
	text-align:center;
	line-height:1;
}
#contact_fix h2 img {
	width:54px;
}
#contact_fix > div {
	display:table;
	width:100%;
	height:45px;
	background:#FFCC33;
}
#contact_fix p {
	display:table-cell;
	height:45px;
	text-align:center;
	line-height:1.4;
	vertical-align:middle;
}
#contact_fix p img {
	height:15px;
}
#contact_fix p.mail,
#contact_fix p.line {
	width:45px;
	border-left:solid 1px #C29201;
}
#contact_fix a {
	display:block;
	position:relative;
	color:#330000;
	text-decoration:none;
}
#contact_fix p.tel span {
	display:inline-block;
	position:relative;
	width:190px;
	padding-left:35px;
	font-size:10px;
}
#contact_fix p.tel span:first-line {
	font-weight:bold;
	font-size:15px;
}
#contact_fix p.tel a span::before {
	content:"";
	display:inline-block;
	position:absolute;
	top:50%;
	left:0;
	width:30px;
	height:30px;
	margin-top:-15px;
	background:url(../img/common/contact_fix_tel.png) no-repeat left top;
	background-size:contain;
}
#sns {
	margin:25px 15px;
}
#sns div.facebook,
#sns div.twitter {
	margin-bottom:15px;
}
h4.ttlfb,h4.ttlig,h4.ttltw {
    width: 490px;
    margin:0 0 10px;
}
@media screen and (min-width: 768px) {
	footer {
		padding:0;
	}
	footer div.contact {
		background:#FFCC33;
	}
	footer div.contact > div {
		display:table;
		width:1000px;
		margin:0 auto;
		padding:26px 36px;
	}
	footer div.contact > div > * {
		display:table-cell;
		vertical-align:middle;
	}
	footer div.contact p.tel {
		margin-bottom:10px;
	}
	footer section h2 {
		float:left;
		width:200px;
		margin:0 26px;
		padding:40px 0 30px;
	}
	footer section nav {
		float:left;
		width:500px;
		border-top:none;
	}
	footer nav ul {
		padding:28px 26px 0 30px;
		border-top:none;
	}
	footer nav a {
		display:inline-block;
		position:relative;
		overflow:hidden;
		height:0;
		padding-top:14px;
		background-position:20px top;
		background-repeat:no-repeat;
		font-size:1.4em;
		line-height:2;
	}
	footer nav li:nth-of-type(1) a {
		background-image: url(../img/common/footer_nav_about.png);
	}
	footer nav li:nth-of-type(2) a {
		background-image: url(../img/common/footer_nav_apply.png);
	}
	footer nav li:nth-of-type(3) a {
		background-image: url(../img/common/footer_nav_appeal.png);
	}
	footer nav li:nth-of-type(4) a {
		background-image: url(../img/common/footer_nav_massage.png);
	}
	footer nav li:nth-of-type(5) a {
		background-image: url(../img/common/footer_nav_staff.png);
	}
	footer nav li:nth-of-type(6) a {
		background-image: url(../img/common/footer_nav_blog.png);
	}
	footer nav li:nth-of-type(7) a {
		background-image: url(../img/common/footer_nav_access.png);
	}
	footer nav li:nth-of-type(8) a {
		background-image: url(../img/common/footer_nav_company.png);
	}
	footer nav a::before {
		position:absolute;
		top:4px;
		left:0;
		margin:0;
		border-top: 3px solid transparent;
		border-bottom: 3px solid transparent;
		border-left: 8px solid #D2A524;
	}
	footer div.sub {
		border-top:solid 2px #FFCC33;
	}
	footer div.sub > div {
		overflow:hidden;
		width:1000px;
		margin:0 auto;
	}
	footer div.sub ul {
		display:inline-block;
		padding: 1em 0 1em 26px;
		border-bottom: none;
	}
	footer div.sub li {
		width: auto;
		padding:0;
	}
	footer div.sub li:first-of-type::after {
		content:"|";
		margin:0 .5em;
		color:#fff;
	}
	footer div.sub a {
		display:inline;
		font-size:14px;
	}
	
	footer div.sub a::before {
		display: none;
	}
	footer p.attention {
		float:right;
		padding-top:1.2em;
		font-size:13px;
	}
	footer p.pagetop,
	#contact_fix {
		display:none;
	}
	#sns {
		overflow:hidden;
		width:1000px;
		margin:70px auto;
	}
	#sns div.facebook {
		float:left;
	}
	#sns div.facebook + div {
		float:right;
	}
	#sns div.twitter {
		margin-bottom:30px;
	}
	footer section {
		background:#2A0A03;
	}
	footer section > div {
		position:relative;
		overflow:hidden;
		width:1000px;
		margin:0 auto;
	}
	
	footer section div.sns {
		position:absolute;
		top:0;
		right:0;
		padding:20px 20px 0 0;
	}
	dl.sns dt {
		margin-left:3px;
	}
	dl.sns dd {
		margin:0 3px;
	}
	dl.sns dd a:hover {
		filter: alpha(opacity=100 finishopacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
	dl.sns dd.twitter a:hover {
		background-image: url(../img/common/twitter_hov.png);
	}
	dl.sns dd.facebook a:hover {
		background-image: url(../img/common/facebook_hov.png);
	}
	dl.sns dd.instagram a:hover {
		background-image: url(../img/common/instagram_hov.png);
	}
	footer section div.sns dd.line {
		display:none;
	}
	footer section div.sns p.contact_btn.web {
		width:230px;
		height:60px;
	}
	footer section div.sns p.contact_btn.web a {
		height:60px;
		padding:13px 0 0 57px;
		font-size:16px;
		line-height:1.3;
	}
	footer section div.sns p.contact_btn.web a::before {
		width:60px;
		height:60px;
	}
}
@media screen and (max-width: 768px) {
	h4.ttlfb,h4.ttlig,h4.ttltw {
	    width: auto;
	    margin:0 0 10px;
	}
	section#end_pish {
	    background: #330000;
	    margin: 5% auto;
	    color: #ffffff;
	}
	#end_pish .add_9 .ls_box h3 {
	    margin: 3% auto;
	}
	.add_9.cfix figure {
	    width: 80%;
	    margin: 0 auto;
	    padding: 7% 0 0px;
	}
	.ls_box {
	    width: 90%;
	    margin: 6% auto;
	    padding: 0 0 8%;
	}
	.btn a {
	    color: #ffffff;
	    text-decoration: none;
	    font-size: 20px;
	    font-weight: bold;
	    text-align: center;
	    display: block;
	    margin: 20px auto 0;
	    padding: 20px 0;
	    background:#D2A524 url("../img/apply/arrow.png") no-repeat 10% center/4.1% auto;
	}
	
}
/*2018.3.21 add*/
.bnr2018 {
	margin: 32px 0;
	padding: 0 12px;
	text-align: center;
}

.btnlink {
    max-width: 500px;
    width: 90%;
    margin: 0 auto 50px;
}
@media screen and (min-width: 768px) {
	.bnr2018 {
		width: 1000px;
		margin: 48px auto;
		padding: 0;
	}
}