@charset "utf-8";
/* header {
    height: 70px;
}
header .header .top-box{
    justify-content: center;
}
.header_h{
    height: 70px;
} */

.subhead02{
    background: none;
}

.subhead02_ja,.subhead02_en{
    color: #64747d;
}

.map_bg{
    background: #34373a;
    padding: 80px 0;
}
.map_img{
    max-width: 1000px;
    margin: 0 auto;
}
.map_img:first-of-type{
    margin-bottom: 40px;
}

.gmap_btn{
    width: 100%;
    margin: 60px auto 0;
    max-width: 300px;
    height: 80px;
    color: #64747d;
    border: solid 1px #64747d;
    letter-spacing: 0.1em;
    font-size: 20px;
    transition: 0.5s;
}
.gmap_btn:hover{
    transition: 0.5s;
    background: #64747d;
    /* color: #34373a; */
    color: #fff;
}
.gmap_btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}


@media screen and (max-width: 750px) {
    /* header .header .top-box .logo {
        width: 298px;
    } */
    
    .gmap_btn {
        margin: 40px auto 0;
        max-width: 200px;
        height: 40px;
        font-size: 16px;
    }
    .map_bg {
        padding: 60px 0;
    }
}

/*動画追加*/
.movie_p{
	scroll-margin-top: 140px;
	font-size: 18px;
	text-align: center;
	padding: 20px;
	background: #17737f;
	color: #fff;
	display: block;
	width: 100%;
	margin: 50px auto 0;
}
.movie_wrap{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.movie_box{
	width: 45%;
}
.m_ttl{
	width: 95%;
	display: block;
	margin: 20px auto;
}
.mttl2{
	width: 80%;
}
.movie_map{
	cursor: pointer;
}
.movie_map:hover{
	opacity: 0.7;
}
.modal-video-movie-wrap {
	max-width: 350px !important; 
	margin: 0 auto;
}
.modal-video-inner {
	padding: 0!important;
}
.video-stream.html5-main-video{
	width: 100%!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
}
.m_close{
	font-size: 16px;
	padding: 10px;
	text-align: center;
	width: 200px;
	background: #90bcb1;
	color: #fff;
	display: block;
	margin: 50px auto;
}
.m_close:hover{
	opacity: 0.7;
}
@media (max-width: 767px) {
	.modal-video-movie-wrap {
		/* 横幅に対する高さの比率を 9:16（約177%）または指定のサイズに調整 */
		/* 350x529pxの比率に合わせる場合は 約151% */
		padding-bottom: 151% !important; 
	}

	.modal-video-inner {
		/* SPで横幅がはみ出さないよう、画面幅に合わせる */
		width: 90% !important;
		max-width: 350px !important;
	}
}

 @media screen and (max-width: 650px) {
	 .movie_p{
		scroll-margin-top: 80px;
	 }
	 .movie_wrap{
		 row-gap:30px;
	 }
	 .movie_box{
		 width: 100%;
	 }

}