@font-face {
	src: url(../font/FuturaMedium.ttf);
	font-family: "futura";
}

body {
	font-family: zen-maru-gothic, sans-serif;
}

body {
	font-weight: 500;
}

.u-desktop {
	display: none;
}

html.is-fixed {
	overflow: hidden;
}

.l-bus {
	margin-top: 59px;
	margin-top: 3.6875rem;
}

.l-map {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.l-parking {
	margin-top: 49px;
	margin-top: 3.0625rem;
}

/* ============================================================================
バスでお越しの方
============================================================================== */

.p-bus__text {
	border: 1px solid #000000;
	border: 0.0625rem solid #000000;
	border-radius: 0.3125rem;
	margin-top: 46px;
	margin-top: 2.875rem;
	padding: 20px 15px;
	padding: 1.25rem 0.9375rem;
}

/* ============================================================================
近隣の地図
============================================================================== */

.p-map--print {
	-moz-column-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	margin: 0 auto;
	max-width: 710px;
	padding: 100px 0;
	padding: 6.25rem 0;
	page-break-before: avoid;
}

.p-map__wrap {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-map__link {
	display: none;
	text-align: center;
}

.p-map__guide {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-map__comment {
	height: 29px;
	height: 1.8125rem;
	margin: 0 auto;
	width: 165px;
	width: 10.3125rem;
}

.p-map__comment .c-comment {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-map__text {
	color: #666666;
	margin-top: 6px;
	margin-top: 0.375rem;
	text-align: center;
}

.p-map__items {
	gap: 23px 11px;
	gap: 1.4375rem 0.6875rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-map__item a {
	display: block;
}

.p-map__item-text {
	margin-top: 3px;
	margin-top: 0.1875rem;
	text-align: center;
}

.p-map__bottom {
	margin-top: 34px;
	margin-top: 2.125rem;
}

.p-map__googlemap {
	border: 1px solid #000000;
	border: 0.0625rem solid #000000;
	border-radius: 0.3125rem;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.p-map__googlemap::before {
	content: "";
	display: block;
	padding-top: 77.32%;
}

.p-map__googlemap iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-map__bottom-text {
	margin-top: 10px;
	margin-top: 0.625rem;
	text-align: center;
}

.p-map--print .c-title__ja {
	font-size:2rem;
}

.p-map--print .p-map__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 95px;
	margin-top: 5.9375rem;
}

.p-map--print .p-map__figure {
	width: 68.5%;
}

.p-map--print .p-map__link {
	display: block;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-map--print .p-map__guide {
	margin-top: 0;
	padding-left: 60px;
	padding-left: 3.75rem;
	width: 31.5%;
}

.p-map--print .p-map__comment {
	height: 25px;
	min-width: 120px;
	width: 140px;
}

.p-map--print .p-map__comment .c-comment {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: normal;
	padding: 0;
	border-radius:0.5rem;
}

.p-map--print .p-map__comment .c-comment::before {
	width: 0.375rem;
   left: -0.375rem;
   bottom: 0px;
   height: 0.9375rem;
}

.p-map--print .p-map__text {
	color: #666666;
	margin-top: 8px;
	margin-top: 0.5rem;
	text-align: center;
}

.p-map--print .p-map__items {
	gap: 30px;
	gap: 1.875rem;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 27px;
	margin-top: 1.6875rem;
}

.p-map--print .p-map__item a {
	display: block;
}

.p-map--print .p-map__item-text {
	font-size: 12px;
	margin-top: 8px;
	margin-top: 0.5rem;
	text-align: center;
}

/* ============================================================================
駐車場のご案内
============================================================================== */

.p-parking__img {
	margin-top: 45px;
	margin-top: 2.8125rem;
}

.p-parking__items {
	gap: 27px;
	gap: 1.6875rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 38px;
	margin-top: 2.375rem;
}

.p-parking__item-title {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
}

.p-parking__item-img {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.p-parking__item-text {
	margin-top: 3px;
	margin-top: 0.1875rem;
	text-align: center;
}

@media screen and (min-width: 768px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

.l-bus {
	margin-top: 8.1875rem;
}

.l-map {
	margin-top: rem8150;
}

.l-parking {
	margin-top: 8.625rem;
}

.p-bus__inner.l-inner {
	max-width: 1150px;
}

.p-bus__text {
	border-radius: 0.625rem;
	border-width: 0.125rem;
	font-weight: bold;
	margin-top: 5.4375rem;
	padding: 2.375rem 0.625rem;
	text-align: center;
}

.p-map__inner.l-inner {
	max-width: 1470px;
}

.p-map__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 5.9375rem;
}

.p-map__figure {
	width: 68.5%;
}

.p-map__link {
	display: block;
	margin-top: 1.25rem;
}

.p-map__guide {
	margin-top: 0;
	padding-left: 3.75rem;
	width: 31.5%;
}

.p-map__comment {
	height: 3.125rem;
	min-width: 120px;
	width: 16.875rem;
}

.p-map__comment .c-comment {
	border-radius: 0.625rem;
	font-size: 1.375rem;
	letter-spacing: normal;
}

.p-map__comment .c-comment::before {
	bottom: 0.25rem;
	left: -0.9rem;
}

.p-map__text {
	margin-top: 0.5rem;
}

.p-map__items {
	gap: 1.875rem;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 1.6875rem;
}

.p-map__item-text {
	font-size: 1.25rem;
	margin-top: 0.5rem;
}

.p-map__bottom {
	margin-top: 5rem;
}

.p-map__googlemap {
	border-radius: 0.625rem;
	border-width: 0.125rem;
}

.p-map__googlemap::before {
	padding-top: 40.2777%;
}

.p-map__bottom-text {
	font-size: max(1.25rem,16px);
	margin-top: 1.25rem;
}

.p-parking__inner.l-inner {
	max-width: 1150px;
}

.p-parking__img {
	margin-top: 4.6875rem;
}

.p-parking__items {
	gap: 2rem;
	margin-top: 3.75rem;
}

.p-parking__item-title {
	font-size: 1.75rem;
}

.p-parking__item-img {
	margin-top: 1rem;
}

.p-parking__item-text {
	font-size: max(1.25rem,16px);
	letter-spacing: 0.02em;
	margin-top: 0.625rem;
}

}

