@charset "utf-8";




html {
	font-size:62.5%;
}
body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #1F1F1F;
	font-size: 16px;
	font-size: 1.6em;
	font-weight: 500;
	line-height: 2;
}
@media screen and (max-width: 768px){
    body {
		font-size: 14px;
	    font-size: 1.4em;
		line-height: 1.8;
	}
}


a {
    color: #1F1F1F;
	text-decoration: underline;
}

a:hover {
    color: #1F1F1F;
	text-decoration: none;
}

img {
    width: 100%;
	height: auto;
	line-height: 0;
    /*-webkit-backface-visibility: hidden;*/
	image-rendering: -webkit-optimize-contrast;
}
@media screen and (max-width: 641px){
    img {
		image-rendering: auto; 
	}
}

/*==========================================================================

	                       header
	
============================================================================*/

#header {
    background: url(../img/index/main-bg.png) center bottom no-repeat;
    background-color: #D61F1F;
	background-size: 100% auto;
	padding: 6% 3% 6%;
	overflow: hidden;
}
#head-box {
	max-width: 1124px;
	margin: 0 auto;
	position: relative;
}
.main-logo {
    width: 55%;
	max-width: 615px;
	line-height: 0;
	position: relative;
	z-index: 2;
}
.main-area {
    width: 38%;
	max-width: 410px;
	line-height: 0;
	position: absolute;
	top: -6%;
	right: 12%;
	z-index: 1;
}
.main-car {
    width: 53%;
	max-width: 585px;
	line-height: 0;
	position: absolute;
	bottom: -5%;
	right: 0;
	z-index: 3;
}
.main-txt {
    color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: right;
	line-height: 1.5;
	position: absolute;
	bottom: -7%;
	right: 5%;
	z-index: 3;
}
#header .sp {
	display: none;
}
@media screen and (max-width: 641px){
	#header {
		background: url(../img/index/main-bg-sp.png) center bottom no-repeat;
		background-color: #D61F1F;
		background-size: 100% auto;
		padding: 0 0 4%;
	}
	#head-box {
		padding-bottom: 20%;
	}
	.main-logo {
		width: 100%;
	}
	.main-area {
		width: 50%;
		max-width: 360px;
		margin: -10% 0 0 -1%;
		position: inherit;
		top: inherit;
		right: inherit;
	}
	.main-car {
		width: 70%;
		bottom: 0;
		right: 2%;
	}
	.main-txt {
		font-size: 10px;
		font-size: 1.0rem;
		bottom: inherit;
		top: 50%;
		right: 3%;
	}
	#header .pc {
		display: none;
	}
	#header .sp {
		display: block;
	}
}


/*==========================================================================

	                       nav
	
============================================================================*/

#nav-pc {
	position: absolute;
	top: 35px;
	right: 0;
}
#nav-pc ul {
    display: flex;
	flex-wrap: wrap;
}
#nav-pc li {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	margin-right: 50px;
}
#nav-pc li a {
    color: #000;
	position: relative;
    display: inline-block;
    transition: .3s;
	text-decoration: none;
}
#nav-pc li a::after {
    position: absolute;
    bottom: -3px;
    left: 50%;
    content: '';
    width: 0;
    height: 3px;
    background-color: #E50012;
    transition: .3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#nav-pc li a:hover {
    color: #000;
}
#nav-pc li a:hover::after {
    width: 100%;
}


#nav-sp {
    display: none;
}


@media screen and (max-width: 900px){
	#nav-pc  {
	    display: none;
	}
	#nav-sp  {
	    display: block;
	}
}

/*==========================================================================

	                       title
	
============================================================================*/

#title {
	padding: 10% 0;
	margin-bottom: 80px;
	position:relative;
}
.about #title {background: url(../img/about/title-bg.jpg) center center no-repeat;background-size: cover;}
.service #title {background: url(../img/service/title-bg.jpg) center center no-repeat;background-size: cover;}
.recruit #title {background: url(../img/recruit/title-bg.jpg) center center no-repeat;background-size: cover;}
.contact #title {background: url(../img/contact/title-bg.jpg) center center no-repeat;background-size: cover;}
.policy #title {background: url(../img/policy/title-bg.jpg) center center no-repeat;background-size: cover;}

#title h2 {
	width: 90%;
	max-width: 640px;
	margin: 0 auto;
}
@media screen and (max-width: 900px){
	#title  {
	    margin: -3% 0 8%;
		padding: 15% 0;
	}
}


/*==========================================================================

	                  ご依頼・ご予約・お問合わせ
	
============================================================================*/

#sec-tel ,#sec-tel2 {
    background-color: #FEE745;
	padding: 100px 0;
	overflow: hidden;
}

.tel-box {
    max-width: 852px;
	margin: 0 auto;
	line-height: 0;
	position: relative;
}
.tel-box h2 {
    max-width: 438px;
	margin: 0 0 15px 80px;
}
.tel-box h3 {
    max-width: 250px;
	position: absolute;
	top: -70px;
	right: 0;
}
.tel-box .btn {
    max-width: 548px;
}
.tel-box .sp {
	display: none;
}
@media screen and (max-width: 900px){
    #sec-tel ,#sec-tel2 {
		padding: 10% 3%;
	}
	.tel-box h2 {
		width: 80%;
		margin: 0 auto 2%;
	}
	.tel-box h3 {
		max-width: 379px;
		width: 70%;
		margin: 0 auto;
		position: inherit;
		top: inherit;
		right: inherit;
	}
	.tel-box .btn {
		max-width: 500px;
		width: 90%;
		margin: 0 auto;
		position: relative;
		z-index: 2;
	}
	.tel-box .pc {
		display: none;
	}
	.tel-box .sp {
		display: block;
	}
}

/*==========================================================================

	                  店舗情報
	
============================================================================*/

#sec-info {
    background-color: #FBECEC;
	padding: 90px 20px;
	overflow: hidden;
}

.info-box {
    max-width: 1100px;
	margin: 0 auto;
}
.info-box ul {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.info-box ul li {
    max-width: 535px;
	width: 49%;
}
@media screen and (max-width: 768px){
	#sec-info {
		padding: 10% 5% 5%;
	}
	.info-box ul li {
		width: 100%;
		margin: 0 auto 5%;
	}
}

/*==========================================================================

	                  料金表
	
============================================================================*/

#sec-price {
	padding: 100px 20px;
	overflow: hidden;
}

.price-box1 {
    max-width: 1100px;
	margin: 0 auto 80px;
}
.price-box1 h2 {
    max-width: 161px;
	margin: 0 auto 40px;
}
.price-box1 ul {
	border-left: #F5B450 5px solid;
	border-right: #F5B450 5px solid;
	border-bottom: #F5B450 5px solid;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.price-box1 ul li {
	width: 25%;
	border: #F5B450 1px solid;
	box-sizing: border-box;
}
.price-box1 table {
	width: 100%;
	border-collapse: collapse;
	line-height: 1.5;
	box-sizing: border-box;
}
.price-box1 th {
    width: 50%;
	background-color: #F5B450;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding: 1em 0;
}
.price-box1 li:not(:last-child) th:not(:first-child) {
	border-right: #fff 1px solid;
}
.price-box1 li:not(:first-child) th:not(:last-child) {
	border-left: #fff 1px solid;
}
.price-box1 tr:nth-of-type(even) td {
	background-color: #FBF2DD;
}
.price-box1 td {
	text-align: center;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	padding: 0.5em 0;
}
.price-box1 td span {
	font-size: 14px;
	font-size: 1.4rem;
}
.price-box1 td p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
}
@media screen and (max-width: 900px){
    .price-box1 ul {
		border-left: none;
		border-right: none;
		border-bottom: none;
	}
	.price-box1 ul li {
		width: 50%;
		margin-bottom: 5%;
	}
	.price-box1 li:nth-child(odd) {
		border-left: #F5B450 4px solid;
		border-bottom: #F5B450 4px solid;
	}
	.price-box1 li:nth-child(even) {
		border-right: #F5B450 4px solid;
		border-bottom: #F5B450 4px solid;
	}
	.price-box1 li:nth-child(2) th {
		border-right: none!important;
	}
	.price-box1 li:nth-child(3) th {
		border-left: none!important;
	}
}
@media screen and (max-width: 768px){
	#sec-price {
		padding: 10% 5%;
	}
	.price-box1 {
		margin: 0 auto 7%;
	}
	.price-box1 h2 {
		width: 30%;
		margin: 0 auto 5%;
	}
	
	.price-box1 td {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.price-box1 td span {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.price-box1 td p {
		font-size: 12px;
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 641px){
	.price-box1 td {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.price-box1 td span {
		font-size: 11px;
		font-size: 1.1rem;
	}
	.price-box1 td p {
		font-size: 11px;
		font-size: 1.1rem;
	}
}


.price-box2 {
    max-width: 1100px;
	margin: 0 auto;
}
.price-box2 h3 {
    max-width: 877px;
	margin: 0 auto 20px;
}
.price-box2 .sp {
	display: none;
}
@media screen and (max-width: 768px){
	.price-box2 h3 {
		max-width: 503px;
		width: 80%;
		margin: 0 auto 5%;
	}
	.price-box2 .pc {
		display: none;
	}
	.price-box2 .sp {
		display: block;
	}
}


/*==========================================================================

	                  認定
	
============================================================================*/

#sec-nintei {
    background-color: #FCF6E8;
	padding: 90px 20px;
	overflow: hidden;
}

.nintei-box {
    max-width: 1100px;
	margin: 0 auto;
	padding: 80px 20px;
	border: #F2BDBD 6px solid;
	background-color: #fff;
	text-align: center;
	box-sizing: border-box;
	border-radius: 20px;
}
.nintei-box h2 {
    max-width: 550px;
	margin: 0 auto 40px;
}
.nintei-box h3 {
    max-width: 900px;
	margin: 0 auto 40px;
}
.nintei-box h4 {
    max-width: 680px;
	margin: 0 auto 50px;
}
.nintei-box .btn {
    max-width: 354px;
	margin: 0 auto;
}
.nintei-box .btn  a {
	transition: .5s;
}
.nintei-box .btn  a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
	transition: .5s;
}
@media screen and (max-width: 768px){
	#sec-nintei {
		padding: 10% 5%;
	}
	.nintei-box {
		padding: 7% 5%;
		border: #F2BDBD 4px solid;
	}
	.nintei-box h2 {
		width: 90%;
		margin: 0 auto 5%;
	}
	.nintei-box h3 {
		margin: 0 auto 5%;
	}
	.nintei-box h4 {
		width: 90%;
		margin: 0 auto 6%;
	}
	.nintei-box .btn {
		width: 80%;
	}
}

/*==========================================================================

	                       footer
	
============================================================================*/

#footer {
	background-color: #D61F1F;
	padding: 90px 0 40px;
	position: relative;
}

.foot-box {
	padding: 0 20px 50px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
}
.f-logo {
    max-width: 274px;
	margin: 0 auto 30px;
}
.foot-box h5 {
	color: #FEE745;
	margin-bottom: 10px;
}
.f-tel {
    max-width: 356px;
	margin: 0 auto 10px;
}
.foot-box ul {
	line-height: 1.6;
}
.foot-box .sp {
	display: none;
}

.copy-box {
    border-top: #E06165 1px solid;
	padding: 40px 20px 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
}
.copy-box ul {
	line-height: 1.6;
	margin-bottom: 50px;
}
#copy {
    font-size: 13px;
	font-size: 1.3rem;
}

#page-top {
	max-width: 55px;
	line-height: 0;
	position: absolute;
	top: -70px;
	right: 20px;
}
#page-top a {
	transition: .5s;
}
#page-top a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	transition: .5s;
}
#page-top .sp {
	display: none;
}
@media screen and (max-width: 768px){
    #footer {
		padding: 10% 0 8em;
	}
	
	.foot-box {
		padding: 0 3% 5%;
		font-size: 16px;
		font-size: 1.6rem;
	}
	.f-logo {
		width: 55%;
		margin: 0 auto 5%;
	}
	.foot-box h5 {
		margin-bottom: 2%;
	}
	.f-tel {
	    max-width: 360px;
		width: 90%;
		margin: 0 auto 2%;
	}
	.foot-box .pc {
		display: none;
	}
	.foot-box .sp {
		display: block;
	}
	.copy-box {
		padding: 5% 3% 0;
		font-size: 12px;
		font-size: 1.2rem;
	}
	.copy-box ul {
		margin-bottom: 5%;
	}
	#copy {
		font-size: 11px;
		font-size: 1.1rem;
	}
	#page-top {
	    max-width: 56px;
		margin: 8% auto 0;
		position: inherit;
	    top: inherit;
	    right: inherit;
	}
	#page-top .pc {
		display: none;
	}
	#page-top .sp {
		display: block;
	}
}


.sp-f-btn {
    display: none;
}
@media screen and (max-width: 768px){
	.sp-f-btn {
	    display: block;
	    width: 100%;
		padding: 0.5em 0 0.8em;
		background-color: #FEE745;
		overflow: hidden;
	    position: fixed;
		bottom: 0;
		left: 0;
		z-index: 11;
	}
	.sp-f-btn dt {
		text-align: center;
		font-weight: bold;
		margin-bottom: 0.1em;
	}
	.sp-f-btn dd {
		max-width: 284px;
		margin: 0 auto;
		line-height: 0;
	}
}


/*==========================================================================

	                           個別CSS
	
============================================================================*/

.clear{clear: both;}
.bold{font-weight: bold;}

/*text-align*/

.tal{text-align:left;}
.tar{text-align:right;}
.tac{text-align:center;}

/*float*/

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

/*width*/
.w10{width:10px;}
.w20{width:20px;}
.w30{width:30px;}
.w40{width:40px;}
.w50{width:50px;}
.w100{width:100px;}
.w150{width:150px;}
.w200{width:200px;}
.w250{width:250px;}
.w300{width:300px;}
.w655{width:655px;}

/*margin*/

.mar_none{margin: 0;}

/*margin-top*/

.mt0{margin-top:0px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt35{margin-top:35px;}
.mt40{margin-top:40px;}
.mt60{margin-top:60px;}
.mt80{margin-top:80px;}

/*margin-bottom*/

.mb0{margin-bottom:0px;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb35{margin-bottom:35px;}
.mb40{margin-bottom:40px;}
.mb45{margin-bottom:45px;}
.mb50{margin-bottom:50px;}
.mb55{margin-bottom:55px;}
.mb60{margin-bottom:60px;}
.mb80{margin-bottom:80px;}
.mb100{margin-bottom:100px;}

/*margin-left*/

.ml{margin-left: 0;}
.ml5{margin-left: 5px;}
.ml10{margin-left: 10px;}
.ml15{margin-left: 15px;}
.ml20{margin-left: 20px;}
.ml25{margin-left: 25px;}
.ml30{margin-left: 30px;}
.ml35{margin-left: 35px;}
.ml40{margin-left: 40px;}
.ml50{margin-left: 50px;}
.ml60{margin-left: 60px;}
.ml85{margin-left: 85px;}
.ml110{margin-left:110px;}


/*margin-right*/

.mr{margin-right: 0;}
.mr2{margin-right: 2px;}
.mr5{margin-right: 5px;}
.mr7{margin-right: 7px;}
.mr10{margin-right: 10px;}
.mr15{margin-right: 15px;}
.mr20{margin-right: 20px;}
.mr25{margin-right: 25px;}
.mr30{margin-right: 30px;}
.mr35{margin-right: 35px;}
.mr40{margin-right: 40px;}
.mr45{margin-right: 45px;}
.mr50{margin-right: 50px;}

/*padding*/

.padding5{padding:5px;}
.padding10{padding:10px;}
.padding20{padding:20px;}

.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}
.pt50{padding-top:50px;}

.pb0{padding-bottom:0px;}
.pb5{padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb25{padding-bottom:25px;}
.pb30{padding-bottom:30px;}
.pb35{padding-bottom:35px;}
.pb40{padding-bottom:40px;}

/*line-height*/

.lh120{ line-height: 120%;}
.lh130{ line-height: 130%;}
.lh140{ line-height: 140%;}
.lh150{ line-height: 150%;}
.lh160{ line-height: 160%;}
.lh170{ line-height: 170%;}
.lh180{ line-height: 180%;}
.lh190{ line-height: 190%;}
.lh200{ line-height: 200%;}


/* ---------------------------------------- 
									clearfix				
---------------------------------------- */
.clearfix {
	zoom:1;
	/*overflow:hidden;
	min-height: 1px;
	_height:1px;*/
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
