/**************
	共通
****************/

.red{
	color: #E51A05;
}

.logoArea{
	text-align: center;
}

.gnavArea{
	text-align: center;
}

.gnavArea nav ul li a{
	color: #000;
}

header{
	width: 100%;
	border-bottom: 3px solid #E51A05;
}

footer{
	width: 100%;
	background-color: #E51A05;
	color: #fff;
}

footer ul li a{
	color: #fff;
}

.copyright{
	width: 100%;
	background-color: #fff;
	
}

.copyright small{
	display: block;
	text-align: center;
	font-size: 0.75em;
	padding: 20px 0;
}

.top_linkArea ul li{
	margin-bottom: 30px;
}

.top_linkArea ul li a{
	border-bottom: solid 1px #E51A05;
	padding-bottom: 5px;
}

/*各ページ共通*/
.inner{
	width: 90%;
	margin: 0 auto;
}

/**************
	pc
****************/
@media screen and (min-width: 769px) {

/*header*/
.logoArea{
	max-width: 90px;
	height: auto;
	padding: 30px 0;
	margin: 0 auto;	
}

.gnavArea{
	display: block !important;
}


.gnavArea nav{
	
}

.gnavArea nav ul{
	padding-bottom: 20px;
}

.gnavArea nav ul li{
	display: inline-block;
	margin: auto 50px;
}



.gnavArea nav ul li a{
	font-size: 0.9em;
	font-weight: bold;
}



/*footer*/

.ft_rdArea{
	max-width: 640px;
	margin: 0 auto;
	padding: 80px 0;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-pack:justify;
    -moz-box-pack:justify;
    -webkit-flex-pack:justify;
    -moz-flex-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    justify-content:space-between;
}

.stmpBox .stmp_hl{
	font-size: 0.9em;
	margin-bottom: 30px;
}
.stmpBox ul li{
	font-size: 0.85em;
	margin-bottom: 10px;
}

.stmp_adress{
	font-size: 0.85em;
	line-height: 1.5em;
	margin-bottom: 30px
}

.stmp_adress span{
	font-size: 0.82em;
}

.tomap{
	font-size: 0.85em;
	
}

.tomap a{
	padding: 2px 3px;
	border-bottom: solid 1px #fff;
}

.tomap a:hover{
	border-bottom: none;
}


/*link*/

.top_linkArea{
	margin-bottom: 140px;
}

.top_linkArea .contact_link{
	max-width: 207px;
}

.top_linkArea .visit_link{
	max-width: 236px;
}


/*各ページ共通*/
.inner{
	max-width: 1000px;
	margin: 0 auto;
}

.w_btn{
	width: 195px;
	margin: 0 auto 100px;
}

.w_btn a{
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	color: #E51A05;
	background-color: #fff;
	border: solid 1px #E51A05;
	padding: 15px 0;
	font-size: 0.7em;
	
	
}

.btn a{
	transition-property: all;
	transition: 0.3s linear;
}

.w_btn a:hover{
	background-color: #E51A05;
	color: #fff;
}

}

/**************
	sp
****************/
@media screen and (max-width: 768px) {

/*header*/

header{
	position: fixed;
	top: 0;
	background-color: #fff;
	height: 66px;
	z-index: 1000;
}

.logoArea{
	width: 90px;
	height: auto;
	padding: 20px 0;
	margin: 0 auto;	
}

.gnavArea{
	width: 100%;
	height: 100vh;
	min-height: 100%;
	background-color: #fff;
	position: relative;
	z-index: 100;
	display: none;
}

.gnavArea nav{
	width: 100%;
	
}

.gnavArea nav ul{
	padding-top: 100px;
}

.gnavArea nav ul li{
	margin-bottom: 60px;
}



.gnavArea nav ul li a{
	font-size: 1em;
	font-weight: bold;
}

/*ハンバーガーメニュー*/
.openTgl{
		display: block;
		width: 25px;
		height: 20px;
		position: absolute;
		top: 20px;
		left: 5%;
		z-index: 100;
	}
	
.openTgl p{
	position: relative;
	width: 100%;
	height: 100%;
}

.openTgl span{
		display: block;
		height: 1px;
		background: #000;
		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;	
	}
.openTgl span:nth-child(1){
		top:0px;
	}
.openTgl span:nth-child(2){
		top:9px;
	}
.openTgl span:nth-child(3){
		top:19px;
	}

/*開閉ボタンopen時*/
.open .openTgl span:nth-child(1) {
			top: 9px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
.open .openTgl span:nth-child(2) {
			width: 0;
			left: 50%;
		}
.open .openTgl span:nth-child(3) {
			top: 9px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}

main{
	margin-top: 66px;
}

/*footer*/

.ft_rdArea{
	width: 90%;
	margin: 0 auto;
	padding: 60px 0 20px;
}

.stmpBox{
	margin-bottom: 40px;
}

.stmpBox .stmp_hl{
	font-size: 0.9em;
	margin-bottom: 20px;
}
.stmpBox ul li{
	font-size: 0.85em;
	margin-bottom: 10px;
}

.stmp_adress{
	font-size: 0.85em;
	line-height: 1.5em;
	margin-bottom: 30px
}

.stmp_adress span{
	font-size: 0.82em;
}

.tomap{
	font-size: 0.85em;
	
}

.tomap a{
	padding: 2px 0px;
	border-bottom: solid 1px #fff;
}


/*link*/

.top_linkArea{
	width: 90%;
	margin: 0 auto;
	margin-bottom: 130px;
}

.top_linkArea .contact_link{
	max-width: 207px;
}

.top_linkArea .visit_link{
	max-width: 236px;
}

.w_btn{
	width: 90%;
	margin: 0 auto 100px;
}

.w_btn a{
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	color: #E51A05;
	background-color: #fff;
	border: solid 1px #E51A05;
	padding: 20px 0;
	font-size: 0.7em;
	box-sizing: border-box;
	
	
}
	
}