/*
Theme Name: B-DASH
Theme URI: https://b-dash-network.com/
Description: B-DASH NETWORK Wordpressテーマ
Author: koge
Author URI: https://nikko-lab.com/
Template: arkhe
Version: 1.0.0
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;700&display=swap');


* {
	-webkit-font-smoothing: antialiased;
}

a {
	-webkit-transition: .3s;
	transition: .3s;
}

/* header */
.l-header__body {
	padding-left: 3vw;
	padding-right: 3vw;
	border-bottom: 5px solid var(--ark-color_main);
}



/* Google Mapを囲う要素 */
.map {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 50%; /* 比率 */
}

/* Google Mapのiframe */
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





/* その他CSS */
.innerS {
	width: 78%;
	margin-left: auto;
	margin-right: auto;
}
.innerXS {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
}
.text-c { text-align: center; }
br.sp { display: none; }

.ts-pc { display: block; }
.ts-sp { display: none; }

.mb0 { margin-bottom: 0 !important; }


@media screen and (max-width: 782px) {
	.innerS, .innerXS {
		width: 100%;
	}
	br.pc { display: none; }
	br.sp { display: inline; }
	.ts-pc { display: none; }
	.ts-sp { display: block; }

	.map {
		padding-top: 56.25%; /* 比率を4:3に固定 */
	}
}