@charset "utf-8";

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pc{display:block;}
.sp{display:none;}



/*Contents layout
----------------------------------------------------*/
#wrapper{
	height:100%;
	margin:0 auto;
}

section{
	width:100%;
	display:block;
	clear:both;
}

.contents{
	position:relative;
	width:1000px;
	margin:0 auto;
}

#wrapper:after,
#wrapper_contents:after,
section:after,
.contents:after,
dl:after{
	visibility: hidden;
	display: block;
	font-size: 0px;
	content: " ";
	clear: both;
	height: 0;
}


/*header
----------------------------------------------------*/
.header_sp{
	display:none;
}

header{
	height:195px;
	padding-top:40px;
}

header h1{
	margin-bottom:25px;
	font-size:14px;
	color:#808183;
}

header .ttl_logo{
	float:left;
}

header .box_right{
	position:absolute;
	top:0;
	right:0;
	width:300px;
}

header .box_right img{
	float:right;
	margin-left:50px;
}

header .box_right .tel{
	margin-bottom:3px;
	font-size:28px;
	font-family: 'Montserrat', sans-serif;
	color:#00A550;
	line-height:1.0;
}

header .box_right .time{
	font-size:10px;
	color:#808183;
}


/*navigation
----------------------------------------------------*/

/*icon
-----------------------------------*/
.drawer-hamburger {
	display:none;
}

/*navi
-----------------------------------*/
.drawer-nav{
	margin:0 auto;
	background-color: rgba(255,255,255,0.8);
	z-index:99999;
}

#wrapper_contents .drawer-nav{
	border-bottom:1px solid #4296A0;
}

.drawer-menu{
	margin:0 auto;
}

nav ul.gnavi{
	position:absolute;
	top:50px;
	right:0;
	width:auto;
	margin:0 auto;
	line-height:1.2;
	text-align:right;
}

nav ul.gnavi li{
	margin-left:40px;
	display:inline-block;
}

nav ul.gnavi li a{
	display:block;
}


/*mainImage
----------------------------------------------------*/
.mainImage{
	width:100%;
	min-height:435px;
	background:#EEE;
	text-align:center;
}

.mainImage img{
	width:100%;
	height:auto;
}


/*common
----------------------------------------------------*/
section h2{
	margin:0 auto 60px auto;
	padding:0 20px;
	font-size:36px;
	line-height:1.0;
	text-align:center;
	font-family: 'Montserrat', sans-serif;
	transform: scale(0.9, 1);
	color:#FFF;
}

section h2 span{
	margin-top:15px;
	padding-top:20px;
	border-top:4px solid #00A550;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size:18px;
	display:block;
}


/*outline
----------------------------------------------------*/
#outline{
	padding:50px 0;
	background:#EBEADE;
	font-size:22px;
}

#outline h2{
	width:7em;
	color:#333;
}

#outline h2 span{
	border-top:4px solid #D9384B;
}

section table{
	width:1000px;
	margin:0 auto;
	color:#333;
}

section table th,
section table td{
	padding-bottom:8px;
}

section table th{
	width:200px;
	font-weight:normal;
	text-align:left;
}


/*business
----------------------------------------------------*/
#business{
	padding:50px 0 70px 0;
	background:#D9384B;
	font-size:22px;
	color:#FFF;
}

#business h2{
	width:8em;
}

#business h2 span{
	border-top:4px solid #FFF;
}

/*#business .box_left{
	float:left;
	width:560px;
}

#business .box_right{
	float:right;
	width:380px;
}*/


/*access
----------------------------------------------------*/
#access{
	padding:50px 0;
	background:#EBEADE;
	font-size:22px;
}

#access h2{
	width:10em;
	color:#333;
}

#access h2 span{
	border-top:4px solid #D9384B;
}

#access .map{
	width:1000px;
	height:515px;
	margin:0 auto 50px auto;
}

#access p{
	text-align:center;
}


/*inq
----------------------------------------------------*/
#inq{
	padding:50px 0;
	background:#D9384B;
	font-size:18px;
}

#inq h2{
	width:7em;
}

#inq h2 span{
	border-top:4px solid #FFF;
}

#inq dl{
	width:550px;
	margin:0 auto 35px auto;
	line-height:1.0;
	clear:both;
}

#inq dt{
	float:left;
	width:120px;
	margin-right:20px;
	padding:15px;
	background:#FFF;
	color:#D9384B;
	text-align:center;
	font-size:28px;
}

#inq dd{
	float:left;
	width:410px;
	color:#FFF;
}

#inq dd.tel{
	font-size:70px;
	font-family: 'Montserrat', sans-serif;
	transform: scale(0.9, 1);
	line-height:0.8;
}

#inq dd.mail{
	padding-top:15px;
	font-family: 'Montserrat', sans-serif;
	transform: scale(0.9, 1);
	font-size:35px;
}

#inq dd.mail a{
	color:#FFF;
}

#inq p{
	width:670px;
	margin:0 auto;
	color:#FFF;
}

#inq p span{
	margin-right:40px;
}


/*page top
----------------------------------------------------*/
#page-top{
	position: fixed;
	bottom: 20px;
	right: 2%;
	z-index:999;
}

#page-top a:hover{
	opacity:0.70;
	filter: alpha(opacity=70);
}


/*footer
----------------------------------------------------*/
footer{
	padding:50px 0 20px 0;
	font-size:12px;
	text-align:center;
}

footer .ttl_logo{
	margin-bottom:80px;
}