@charset "UTF-8";
/* access.css */

/* -------- heading -------- */
h2.column_title {
	text-align: center;
}
#sec_access h3 {
	font-size: 32px;
	font-size: min(3.121vw,32px);
}

/* ---- タイトル下テキスト ----- */
#sec_access .p_underTitle {
	text-align: center;
	letter-spacing: .08em;
}
#sec_access .p_underTitle .add_blk {
	display: none !important;
}

/* -------- アクセス -------- */
/* flex部分 */
#access_info .flex_box {
	flex-wrap: nowrap;
}
#access_info .left_cont  {
	width: 60%;
}
#access_info .right_cont {
	width: calc(40% - 30px);
	min-width: 340px;
	margin-left: 30px;
}
.ul_address li.note {
	font-size: clamp(12px,1.56vw,14px) !important;
	text-indent: -1.36em;
	line-height: 1.7;
	margin-top:  1.25em;
	padding-left: 1.1em;
}
.ul_address li.note + li.note {
	margin-top: .4em;
}

/* google map */
#access_info .gmap iframe {
	width: 100%;
	height: 40vw;
	max-height: 750px;
	min-height: 420px;
}


@media screen and (max-width:1320px) {
	/* ---- タイトル下テキスト ----- */
	#sec_access .p_underTitle .add_blk {
		display: block !important;
	}
}
@media screen and (max-width:1000px) {
	/* ---- タイトル下テキスト ----- */
	#sec_access .p_underTitle {
		text-align: left;
	}
	#sec_access .p_underTitle .add_blk {
		display: none !important;
	}
}

@media screen and (max-width:768px) {
	/* -------- heading -------- */
	h2.column_title {
		text-align: left;
	}
	#sec_access h3 {
		font-size: 16px;
	}

	/* ---- タイトル下テキスト ----- */

	/* -------- アクセス -------- */
	/* flex部分 */
	#access_info .flex_box {
		flex-wrap: wrap;
	}
	#access_info .left_cont  {
		width: 100%;
	}
	#access_info .right_cont {
		width: 100%;
		min-width: inherit;
		margin-left: 0;
	}
	/* google map */
	#access_info .gmap iframe {
		width: 100%;
		height: 80vw;
		max-height: 500px;
		min-height: 300px;
	}
	/* google map */
}