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

* {
	line-height: 1;
}

img {
    border: 0;
    vertical-align: top;
}


/*clearfix*/
.clearfix:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .clearfix{
	display: inline-block;
}
/* no ie mac \*/
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
}
.clearfix{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{
  height:1%;
	overflow-x : hidden;
}

* {
	box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
word-wrap: break-word;

	
}

/*body*/

body {
　/*サイトによって変更*/
width: 100%;
	-webkit-text-size-adjust: 100%;
}

img {
    border: 0;
    vertical-align: top;
}

.contents-left {
	float: left;
	vertical-align: top;
	display: inline-block;
}

.contents-right {
	float: right;
	vertical-align: top;
	display: inline-block;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
}


.contents-box {
	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight: 300;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	color: #4d4d4d;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.contents-box p {
	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	color: #4d4d4d;
	line-height: 1;
	letter-spacing: 0.05em;
}

.contents-box a {
}

.contents-box p a {
}

.space-box {
	clear:both;
}


/*header*/

#header {
	width: 100%;
	position: relative;
}


.header {
	width: 100%;
	padding-top: 10px;
	position: absolute;
left: 0px;
top: 0px;
}

.header h1 {
	width: 100%;
	text-align: center;
}


.header .contents-right {
	width: 50%;
	text-align: right;
	position: absolute;
right: 20px;
top: 25px;
}

.header .contents-right h5 {
	font-size: 36px;
color: #ef5a24;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: normal;
	font-family: Helvetica, "sans-serif";
	background-image: url("../images/tel-header.svg");
background-position: left 7px;
background-repeat: no-repeat;
	padding-left: 40px;
	display: inline-block;
}

.header .contents-right p {
	font-size: 12px;
color: #808080;
line-height: 1.2;
letter-spacing: 0.05em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}



nav {
	margin-right: -16px;
	text-align: center;
}

nav ul{
	display: flex;
	padding-top: 160px;
	
}
nav ul li a {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	padding: 14px;
	display: inline-block;
}

/*メニュー部分*/
	nav{
		display:none;
		position: absolute;
		top:0;
		width: 100%;
		height: 100vh;
		background:rgba(0,0,0,0.8);
		left: 0;
		
	}
	nav ul{
		display: block;
		width: 100%;
		height:100%;
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		margin: auto;
	}
	nav ul li{
		margin: 0 auto;
		width: 500px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}
	nav ul li:last-child{
		border: none;
	}

	nav ul li a {
		display: block; 
		color: #FFF;
		font-weight: normal;
		font-size: 21px;
		line-height: 1.2;
		letter-spacing: 0.3em;
	}

nav ul li a span {
	display: inline-block;
	padding-left: 20px;
	font-size: 14px;
	color: #c59b6d;
	letter-spacing: 0.1em;
	}

/*開閉ボタン*/
	#nav_toggle{
		display: inline-block;
		vertical-align: top;
		float: right;
		width: 60px;
		height: 68px;
		position: relative;
		top: 0px;
		z-index: 10000000000;
		background-image: url("../images/menu-nav.svg");
		background-position: left bottom;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		background: #FFF;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:15px;
	}
	#nav_toggle span:nth-child(3){
		top:30px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}



/* main-img-top */

#main-img {
	width:100%;
	overflow:hidden;
	text-align:center;
}

#main-img img {
	width:100%;
	height: auto;
}



/*contents*/
 


.contents {
	width: 100%;
}



/*midashi*/

p.text01 {
	color:#4d4d4d;
	line-height:1.8;
}

/*subcontents-map*/

.subcontents-map {
	width: 100%;
	clear: both;
	text-align:center;
}

.subcontents-map h3 {
	margin: 20px 0px 17px;
	display: inline-block;
	font-size: 15px;
color: #f5911e;
line-height: 1.2;
letter-spacing: 0.1em;
	background-image: url("../images/access.svg");
background-position: left top;
background-repeat: no-repeat;
	padding-left: 160px;
	height: 23px;
	padding-top: 2px;
}

.subcontents-map h4 {
	display: inline-block;
	font-size: 15px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.1em;
	background-image: url("../images/icon.svg");
background-position: left top;
background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.subcontents-map .box-in {
	background-color: #f9ae3b;
	padding: 10px 0px;
}

.subcontents-map .map-box, .subcontents-map iframe {
	width: 100%;
	height: 400px;
}


/*subcontents*/

#subcontents {
	width: 100%;
	clear: both;
	padding: 30px 0px 50px;
}

.subcontents-box {
	width: 870px;
}

.subcontents-box .contents-left {
	width: 400px;
	text-align: center;
}

.subcontents-box .contents-right {
	width: 420px;
	padding-top: 30px;
}

.subcontents-box .contents-right img {
	width: 100%;
height: auto;
}


#subcontents h3 {
	margin-bottom: 15px;
}

#subcontents h4 {
	font-size: 39px;
color: #ef5a24;
line-height: 1.2;
	letter-spacing: 0.05em;
	font-weight: normal;
	font-family: Helvetica, "sans-serif";
	background-image: url("../images/tel-header.svg");
background-position: left 10px;
background-repeat: no-repeat;
	padding-left: 45px;
	display: inline-block;
}



/*footer*/

.footer {
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color:#FFF;
}

.footer p {
	font-size: 14px;
	color: #808080;
}

/**
 * for SmartPhone
 */
@media screen and (min-width: 737px) {
	
	body {
	min-width: 1280px;
	}
	

#header {
	min-width: 1280px;
}
	
		
		
	
.main-img {
	min-width: 1280px;
}		

/*subcontents*/

#subcontentslist {
	min-width: 1280px;
}

#subcontents {
	min-width: 1280px;
}

.subcontents-box {
}


.footer {
}
	
.footer p {
}



}
@media screen and (max-width: 737px) {
    body {
    }

.contents-left {
	float: none;
	display: block;
}

.contents-right {
	float: none;
	display: block;
}


.contents-box {
}

.contents-box p {
}

.contents-box p br.sp-view {
	display: inline-block;
}


/*header*/


#header {
	width: 100%;
	background-size: 40% auto;
}


.header {
	padding-top: 5px;
}

.header h1 {
	width: 100%;
}
	
.header h1 img {
	height: 42px;
	width: auto;
}
	
.header .contents-right {
	display: none;
}
	
	
	
/*開閉ボタン*/
	#nav_toggle{
		width: 40px;
		height: 48px;
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:10px;
	}
	#nav_toggle span:nth-child(3){
		top:20px;
	}

	
	.nav-pc {
		display: none;
	}
	
	
nav ul{
	padding-top: 60px;
	
}
	
nav ul li a {
		font-size: 18px;
	}


	
/*contents*/


.contents {
}



/*subcontents-map*/

.subcontents-map h3 {
	font-size: 14px;
letter-spacing: 0.05em;
background-position: center top;
	padding-left: 0px;
	padding-top: 28px;
	height: auto;
	background-size: auto 18px;
}

.subcontents-map h4 {
	font-size: 13px;
letter-spacing: 0.05em;
	padding-left: 35px;
}


.subcontents-map .map-box, .subcontents-map iframe {
	width: 100%;
	height: 150px;
}


/*subcontents*/

#subcontents {
	width: 92%;
	clear: both;
	padding: 15px 0px 20px;
}

.subcontents-box {
	width: 100%;
	text-align: center;
}

.subcontents-box .contents-left {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.subcontents-box .contents-right {
	width: 100%;
	padding-top: 0px;
}
	
.subcontents-box .contents-right img {
	width: 100%;
	height: auto;
}


#subcontents h3 img {
	height: 50px;
	width: auto;
}

#subcontents h4 {
	font-size: 30px;
background-position: left 5px;
	padding-left: 45px;
}


      
}
