*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
	border: 0;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

ol,
ul {
	list-style: none;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

a {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}

button {
	background: transparent;
	border: none;
	box-shadow: none;
	cursor: pointer;
	font: inherit;
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	color: inherit;
	font: inherit;
	vertical-align: top;
}

html {
	font-size: min(1.8666666667vw, 14.9333333333px);
}

body {
	background-color: #ffffff;
	color: #313131;
	font-family: noto-serif, serif;
	line-height: normal;
	overflow-x: hidden;
	position: relative;
}

img {
	height: auto;
	max-width: 100%;
}

a {
	color: inherit;
}

.noto-sans-jp-thin {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
}

.l-inner {
	height: 100%;
	margin-inline: auto;
	max-width: 800px;
	padding-inline: min(30px, 4vw);
	width: 100%;
}

.l-inner__header {
	align-items: center;
	display: flex;
	gap: 1.5714285714rem;
	justify-content: center;
}

.l-inner__image-container {
	align-items: center;
	display: flex;
	justify-content: center;
}

.l-footer__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.5714285714rem;
	justify-content: center;
}

.c-button__square {
	display: flex;
	height: 5.7142857143rem;
	width: 32.3535714286rem;
}

.c-button__square img {
	display: block;
	height: auto;
	width: 100%;
}

.p-header {
	background-color: #ffffff;
	height: 7.8571428571rem;
	position: fixed;
	width: 100vw;
}

.p-header__logo {
	margin-left: -0.0714285714rem;
	margin-top: 0.1428571429rem;
}

.p-header__logo img {
	width: 15.4285714286rem;
}

.p-image-container__top-margin {
	padding-top: 7.8571428571rem;
}

.p-image-container {
	width: 53.5714285714rem;
}

.p-image-container img {
	display: block;
	height: auto;
	width: 100%;
}

.p-info__map-container {
	height: 30.805rem;
	width: 49.2885714286rem;
}

.p-info__map-container iframe {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-footer {
	background-color: #ea6e6f;
	color: #ffffff;
	padding-bottom: 1rem;
	padding-top: 1.2857142857rem;
}

.p-footer__copyright {
	font-size: 1.1428571429rem;
	letter-spacing: 0.064rem;
	line-height: 1;
}

.p-footer__link a {
	font-size: 1.1428571429rem;
	line-height: 1;
}

.u-hidden {
	display: none;
}

.u-visually-hidden {
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	clip: rect(0, 0, 0, 0);
	border: 0;
	white-space: nowrap;
}

.u-scroll-allowed {
	overflow: hidden;
}

