@charset "UTF-8";
header.sc_h01{
	height: auto;
}
.header_h{
	height: auto!important;
}
header h1{
	position: relative;
}
header h1::before {
	content: "現地案内図 ";
	line-height: 1;
	margin: 4px 0 0;
}

.headerbody {
    text-align: center;
    justify-content: center;
    /* height: 60px; */
}
.headerbody .snav {
    display: none;
}
.gnav_container {
    display: none;
}
.nav_btn{
	display: none;
}
.spnavi{
	display: none !important;
}
.txtNav{
	display: none;
}

.wrapper{
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.wrapper{
	max-width: 1240px;
	margin: 130px auto 0px;
	padding: 0px 20px;
	box-sizing: border-box;
}
.wrapper h2{
	text-align: center;
    font-size: 26px;
    margin-bottom: 30px;
    font-weight: 400;
    letter-spacing: 0.05em;
	line-height: 1.3em;
}
.wrapper p{
	font-size: 30px;
	border: 1px solid #000;
	line-height: 1;
	padding: 16px 5px 17px;
	text-align: center;
	margin-bottom: 30px;
}
.wrapper p span{
	color: #9f0810;
    font-size: 140%;
}

.print_box{
}

.map_flex{
	display: flex;
	justify-content: space-between;
}
.map_flex img{
	width: 100%;
}
.map_flex .kouiki{
	width: 100%;
}
.g-map a {
    border: 1px solid #000;
    padding: 20px 5px;
    font-size: 20px;
    letter-spacing: 0.095em;
    text-align: center;
    margin-bottom: 30px;
    display: block;
    margin-top: 50px;
    color: #000;
    text-decoration: none;
}
.print-btn{
	width: 48%;
}
.print-btn a {
	width: 100%;
	margin: 0px auto 30px;
	background-color: #a4a194;
	padding: 15px 5px;
	text-align: center;
	display: block;
	margin-bottom: 0;
	color: #fff;
	position: relative;
	text-decoration: none;
	box-sizing: border-box;
}
.map_btn_box{
	display: flex;
    justify-content: space-between;
    max-width: 100%;
    margin: 30px auto;
}
.map02{
	text-align: center;
    max-width: 500px;
    margin: 0 auto 60px;
}

.genchi_h{
	margin: 60px auto 30px;
}
.genchi_box{
	max-width: 700px;
	width: 80%;
	margin: 0 auto;
}

.btn_box{
	display: flex;
	justify-content: center;
	/* padding-bottom: 80px; */
}

.btn_box > div{
	width: 48%;
	max-width: 300px;
}

.btn_box > div a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
	letter-spacing: 0.1em;
	font-weight: 500;
	color: #fff;
	font-size: 20px;
	transition-duration: 0.6s;
	border: 1px solid #fff;
	box-shadow: 3px 3px 17px rgb(0 0 0 / 80%);
	border-radius: 25px;
}

.btn_res a{
	background: #e91e63;
}
.btn_res a:hover{
    opacity:0.5
}

.btn_entry a{
	background: #e95513;
}

.btn_entry a:hover{
	opacity:0.5
	
}



@media screen and (max-width: 1150px) {
	.headerbody h2 {
		padding: 0;
	}
}
@media screen and (max-width:767px) {
	.wrapper h2{
		margin-bottom: 20px;
	}
	.map_flex{
		flex-wrap: wrap;
	}
	.map_flex div,.map_flex .kouiki{
		width: 100%;
		margin: 0 0 20px 0;
	}
	.map_btn_box{
		margin: 30px auto 20px;
	}
	.wrapper p{
		font-size: 17px;
		padding: 15px 5px 15px;
	}
	.g-map a {
		padding: 15px 5px;
		font-size: 17px;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.wrapper{
		margin: 100px auto 0px;
		padding: 0 20px 20px;
	}
	.genchi_h{
		margin: 40px auto 20px;
	}
	.btn_box{
		flex-wrap: wrap;
	}
	.btn_box > div{
		width: 100%;
	}
	.btn_res{
		margin: 20px auto 0;
	}
	.btn_box > div  a{
		height: 70px;
		font-size: 18px;
	}

}
@media screen and (max-width:650px) {
	.sp_entry {
		display: flex!important;
	}

}

@media print{
	h2{
		margin: 20px auto 20px !important;
		font-size: 15px !important;
	}
	header{
		position:  relative !important;
	}
	header h1,.gnav_container,.g-map,.map_btn_box,.freedial,.btn_box,.entry_btn,.footer_cap{
		display: none !important;
	}
	.wrapper{
		margin:0 auto !important;
		padding:0 0 0px !important;
	}
	.headerbody h2 img,.headerbody{
		height: 30px !important;
	}
	.print_box{
		display: flex;
		justify-content: space-between;
		width: 60%;
		margin: 0 auto 40px;
	}
	.genchi_box{
		width: 30%;
	}
	.print_l{
		width:58%;
	}
	.map02{
		width:40%;
	}
	.company{
		margin: 0 auto 0px !important;
	}

}
 /* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}