@charset "UTF-8";
/* CSS Document */

html {font-size:62.5%;}
body{
	font-size:15px;
	font-size:1.5rem;
	color:#231815;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-rendering: optimizeLegibility;
	margin:0;
}
h1,h2,h3,h4,h5,h6,p,th,td,li,dt,dd,dl,span {  
    line-height:2; 
	font-weight: 500;
}  
img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
    height: auto;
}
a{
	color:#231815;
	text-decoration:none;
	font-weight: 500;
}
a img { 
	border: none;
    -webkit-transition: opacity 0.3s ease-in-out; 
    -moz-transition: opacity 0.3s ease-in-out; 
    -o-transition: opacity 0.3s ease-in-out; 
    transition: opacity 0.3s ease-in-out;  
}
a:hover img{
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
ul {
	list-style-type: none;
}
.clearfix:before,
.clearfix:after {
	content: "";
	display: block;
	overflow: hidden;
}
.clearfix:after {
	clear: both;
	overflow: hidden;
}
.width{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	box-sizing: border-box;
}
table{
	border-collapse:collapse;
}
.left-box{
	float:left;
}
.right-box{
	float:right;
}
.center{
	text-align:center;
}
.mobile{
	display:none !important;
}
.mb10{
	margin-bottom:10px !important;
}
.mb20{
	margin-bottom:20px !important;
}
.mb30{
	margin-bottom:30px !important;
}
.mb40{
	margin-bottom:40px !important;
}
.mb50{
	margin-bottom:50px !important;
}
.mb60{
	margin-bottom:60px !important;
}
.mb70{
	margin-bottom:70px !important;
}
.mb80{
	margin-bottom:80px !important;
}
.mb90{
	margin-bottom:90px !important;
}
.mb100{
	margin-bottom:100px !important;
}
@media (max-width: 740px) {
.width{
	width:100%;
	padding:0 5%;
}
.section{
	margin:50px auto;
}
.pc{
	display:none !important;
}
.mobile{
	display:block !important;
}
.left-box{
	float:none;
}
.right-box{
	float:none;
}
}

/*--------------------------------------
    header
--------------------------------------*/

.header{
	background: url("../images/bg_header_001.jpg") no-repeat center center;
	background-size:cover;
	height:114px;
	width:100%;
	position: relative;
}
.header .logo{
	position: absolute;
	top:50%;
	left:200px;
	transform: translate(0,-50%);
}
.header .pcnav{
	position: absolute;
	bottom:20px;
	right:200px;
}
.header .pcnav li{
	line-height: 1.1;
	float:left;
	margin:0 15px;
}
.header .pcnav li a{
	font-weight: bold;
}
.form-box{
	position: fixed;
	top:224px;
	right:0;
	z-index: 10000;
}
.form-box li{
	margin-bottom: 20px;
}

/*--------------------------------------
    pagetop
--------------------------------------*/

.pagetop{
	position: fixed;
	right:50px;
	bottom:50px;
	z-index: 9999;
}

/*--------------------------------------
    footer
--------------------------------------*/

.footer{
	margin-top: 80px;
	width:100%;
	padding:70px 0 40px;
	position: relative;
}
.footer:after{
	display: block;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:7px;
	background: url("../images/bg_header_001.jpg") no-repeat center center;
	background-size:cover;
	content: "";
}
.footer .width{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer .width .information{
	width:260px;
}
.footer .width .information .address{
	margin-top: 30px;
	font-size:14px;
	font-size:1.4rem;
	line-height: 1.5;
}
.footer .width .information .tel{
	margin-top: 30px;
	font-size:17px;
	font-size:1.7rem;
	line-height: 1.5;
	padding-bottom: 30px;
	width:204px;
	border-bottom:1px solid #231815;
}
.footer .width .information .tel span{
	font-size:14px;
	font-size:1.4rem;
}
.footer .width .information .contactbtn{
	width:204px;
	height:27px;
	margin:20px 0 30px;
}
.footer .width .information .contactbtn a{
	display: inline-block;
	padding:0 20px 0 10px;
	border:1px solid #D88597;
	border-radius: 5px;
	line-height: 25px;
	color:#D88597;
	position: relative;
}
.footer .width .information .contactbtn a:after{
	position: absolute;
	top:50%;
	right:5px;
	transform: translate(0,-50%);
	background: url("../images/icon_list_002.png") no-repeat center center;
	width:8px;
	height:8px;
	content: "";
}
.footer .width .information .text{
	font-size:10px;
	font-size:1.0rem;
}
.footer .width .information .btn{
	margin: 10px 0 0 0;
}
.footer .width .ftnav002{
	margin-bottom: 20px;
}
.footer .width .ftnav001 li{
	padding-left:20px;
	background: url("../images/icon_list_001.png") no-repeat left center;
	font-size:14px;
	font-size:1.4rem;
}
.footer .width .ftnav002 li{
	padding-left:34px;
	background: url("../images/icon_list_002.png") no-repeat 22px center;
	font-size:12px;
	font-size:1.2rem;
}
