:root {
    --color-accent: #a73c24;
    --color-accent2: #e8b94d;
    --color-white: #fff;
    --color-text: #431515;
    --font-serif: "Noto Serif JP", serif;
    --font-sans: "Noto Sans JP", sans-serif;
    --font-size-14: 14px;
    --font-size-18: 18px;
    --font-size-20: 20px;
    --font-size-24: 24px;
    --font-size-28: 28px;
    --font-size-36: 36px;
    --font-size-12-sp: 3.2vw;
    --font-size-14-sp: 3.73vw;
    --font-size-16-sp: 4.26vw;
    --font-size-18-sp: 4.8vw;
    --font-size-20-sp: 5.33vw;
    --font-size-26-sp: 6.93vw;
    --font-size-28-sp: 7.46vw;
    --width-pc: 1050px;
    --size-0: 0;
    --size-10: 10px;
    --size-20: 20px;
    --size-30: 30px;
    --size-40: 40px;
    --size-50: 50px;
    --size-60: 60px;
    --size-70: 70px;
    --size-80: 80px;
    --size-90: 90px;
    --size-100: 100px;
    --size-p-100: 100%;
    --size-p-90: 90%;
    --size-p-80: 80%;
    --size-p-70: 70%;
    --size-p-60: 60%;
    --size-p-40: 40%;
    --size-p-30: 30%;
    --size-p-10: 10%;
    --size-p-5: 5%;
    --size-p-3: 3%;
}

body {
	background-color: var(--color-white);
	font-family: var(--font-serif);
	font-size: var(--font-size-18);
	color: var(--color-text);
}
@media only screen and (max-width:769px){

	body {
		font-size: var(--font-size-16-sp);
	}
}

sup {
	font-size: 50%;
	vertical-align: top;
	position: relative;
	top: -0.5em;
}

header {
	background-image: url('../img/main.jpg');
	background-size: cover;
	position: relative;
	padding: 0 0 740px 0;
}
header > h1 {
	position: absolute;
	width: 100%;
}
header > h1 > picture {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 285px 0 0 0;
}
header > h1 > picture > img {
	width: 926px;
}
header > .main-logo {
	position: absolute;
	width: 100%;
}
header > .main-logo > picture {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 50px 0 0 0;
}
header > .main-logo > picture > img {
	width: 185px;
}
header > .main-btn {
	position: absolute;
	width: 100%;
}
header > .main-btn > div {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 545px 0 0 0;
}
header > .main-btn > div > a {
	display: block;
	background-image: url('../img/main-btn.png');
	background-size: cover;
	width: 384px;
	text-align: center;
	line-height: 92px;
	color: var(--color-accent);
	font-family: var(--font-sans);
	font-size: var(--font-size-20);
	font-weight: 700;
	text-decoration: none;
}


@media only screen and (max-width:769px){
	header {
		background-image: url('../img/main-sp.jpg');
		padding: 0 0 164% 0;
	}
	header > h1 {
	}
	header > h1 > picture {
		padding: 44% 0 0 0;
	}
	header > h1 > picture > img {
		width: 94.66%;
	}
	header > .main-logo {
	}
	header > .main-logo > picture {
		padding: 7% 0 0 0;
	}
	header > .main-logo > picture > img {
		width: 24.8%;
	}
	header > .main-btn {
		position: absolute;
		width: 100%;
	}
	header > .main-btn > div {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		padding: 130% 0 0 0;
	}
	header > .main-btn > div > a {
		width: 76.8%;
		line-height: 4.25em;
		font-size: var(--font-size-16-sp);
	}
}

.cont-1 {
	padding: 100px 0 170px 0;
	background-image: url('../img/line-bg.png');
	background-position: center bottom;
	background-repeat: repeat-x;
	background-size: 50% auto;
	background-color: var(--color-white);
}
.cont-1 > div {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 0 40px;
}
.cont-1 > div > div {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.cont-1 > div > div > picture {
	width: 300px;
}
.cont-1 > div > div > picture > img {
	width: 100%;
	vertical-align: top;
}
.cont-1 > div > div > h1 {
	font-size: var(--font-size-36);
	font-weight: 700;
	line-height: 1;
	margin: 0 0 1em 0;
	text-align: center;
}
.cont-1 > div > div > p {
	font-size: var(--font-size-24);
	line-height: 1.5em;
	text-align: center;
}
.cont-1 > div > div > p > span {
	font-size: var(--font-size-18);
}



@media only screen and (max-width:769px){
	.cont-1 {
		padding: 10% 0 20% 0;
	}
	.cont-1 > div {
		flex-direction: column;
		gap: 30px 0;
	}
	.cont-1 > div > div {
	}
	.cont-1 > div > div > picture {
		width: 42.66%;
	}
	.cont-1 > div > div > picture > img {
	}
	.cont-1 > div > div > h1 {
		font-size: var(--font-size-26-sp);
	}
	.cont-1 > div > div > p {
		font-size: var(--font-size-16-sp);
	}
	.cont-1 > div > div > p > span {
		font-size: var(--font-size-14-sp);
	}
}

.cont-2 {
	background-color: var(--color-accent);
	padding: 150px 0 150px 0;
}
.cont-2 > h1 {
	text-align: center;
	margin: 0 0 90px 0;
	color: var(--color-accent2);
	font-size: var(--font-size-36);
	font-weight: 700;
	padding: 0 50px;
	white-space: nowrap;
}
.cont-2 > h1::before {
	content: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2031.32%2045.52%27%3E%3Cpath%20fill%3D%27%23e8b94d%27%20d%3D%27M2.18%2C17c2.25%2C3.92%2C6.27%2C5.46%2C8.44%2C5.91%2C2.12.44%2C3.7.56%2C4.36%2C1.71l10.17%2C19.64c.32.57.85%2C1%2C1.48%2C1.17.63.18%2C1.31.09%2C1.87-.23l1.59-.91c.57-.33.98-.87%2C1.15-1.5.17-.63.07-1.31-.27-1.87l-11.83-18.68c-.67-1.16.03-2.58.72-4.63.71-2.1%2C1.4-6.35-.85-10.27C15.08.49%2C8.25-1.38%2C4.16.96.08%2C3.31-1.75%2C10.15%2C2.18%2C17Z%27%2F%3E%3C%2Fsvg%3E");
	width: 3%;
	height: auto;
	display: inline-block;
	margin-right: 2%;
	vertical-align: middle;
}
.cont-2 > h1::after {
	content: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2031.32%2045.52%27%3E%3Cpath%20fill%3D%27%23e8b94d%27%20d%3D%27M27.16.96c-4.08-2.35-10.92-.48-14.85%2C6.37-2.25%2C3.92-1.56%2C8.17-.85%2C10.27.69%2C2.05%2C1.38%2C3.47.72%2C4.63L.35%2C40.91c-.34.56-.43%2C1.24-.27%2C1.87.16.63.58%2C1.17%2C1.15%2C1.5l1.59.91c.57.33%2C1.24.41%2C1.87.23.63-.18%2C1.16-.6%2C1.48-1.17l10.17-19.64c.67-1.16%2C2.24-1.28%2C4.36-1.71%2C2.17-.45%2C6.19-1.99%2C8.44-5.91%2C3.93-6.85%2C2.1-13.69-1.98-16.03Z%27%2F%3E%3C%2Fsvg%3E");
	width: 3%;
	height: auto;
	display: inline-block;
	margin-left: 1.25%;
	vertical-align: middle;
}
.cont-2 > .menu-list {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 0 20px;
	max-width: 1000px;
	margin: 0 auto;
}
.cont-2 > .menu-list > a {
	text-decoration: none;
}
.cont-2 > .menu-list > a > div {
}
.cont-2 > .menu-list > a > div > p {
	color: var(--color-accent2);
	font-weight: 700;
}
.cont-2 > .menu-list > a > div > p > span {
	font-size: var(--font-size-14);
	font-weight: 400;
}
.cont-2 > .menu-btn {
	display: flex;
	justify-content: center;
	align-items: stretch;
}
.cont-2 > .menu-btn > a {
	width: 870px;
	background-color: var(--color-white);
	color: var(--color-accent);
	font-family: var(--font-sans);
	font-size: var(--font-size-24);
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	margin: 100px 0 130px 0;
	line-height: 90px;
	position: relative;
	padding: 0 40px;
}
.cont-2 > .menu-btn > a::after {
	content: "";
	display: inline-block;
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	width: 15px;
	height: 15px;
	border-right: 2px solid var(--color-accent);
	border-bottom: 2px solid var(--color-accent);
}
.cont-2 > .menu-btn > a > div {
	position: absolute;
	right: -10px;
	bottom: -10px;
	border-right: solid 2px var(--color-white);
	border-bottom: solid 2px var(--color-white);
	width: 100%;
	height: 100%;
}
.cont-2 > .menu-btn > a:hover {
	background-color: var(--color-accent2);
	color: var(--color-white);
}
.cont-2 > .menu-btn > a:hover::after {
	border-right: 2px solid var(--color-white);
	border-bottom: 2px solid var(--color-white);
}


@media only screen and (max-width:769px){
	.cont-2 {
		padding: 10% 0 10% 0;
	}
	.cont-2 > h1 {
		margin: 0 0 10% 0;
		padding: 0 0.5em;
		font-size: var(--font-size-28-sp);
	}
	.cont-2 > h1::before {
		width: 6.5%;
		margin-right: 2%;
	}
	.cont-2 > h1::after {
		width: 6.5%;
		margin-left: 1.25%;
	}
	.cont-2 > .menu-list {
		flex-wrap: wrap;
		gap: 20px 20px;
		max-width: 100%;
		margin: 0 0 0 5%;
		width: 95%;
	}
	.cont-2 > .menu-list > a {
		width: calc(50% - 10px);
	}
	.cont-2 > .menu-list > a > div > p {
	}
	.cont-2 > .menu-list > a > div > p > span {
		font-size: var(--font-size-14-sp);
	}
	.cont-2 > .menu-btn {
		display: flex;
		justify-content: center;
		align-items: stretch;
	}
	.cont-2 > .menu-btn > a {
		width: 90%;
		font-size: var(--font-size-18-sp);
		line-height: 4.5em;
		margin: 10% 0 15% 0;
		padding: 0 5%;
	}
}





.cont-3 {
	background-image: url('../img/cont3.jpg');
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: var(--color-white);
	padding: 720px 0 0 0;
}
.cont-3 > h1 {
	text-align: center;
	margin: 0 0 90px 0;
	color: var(--color-text);
	font-size: var(--font-size-36);
	font-weight: 700;
	padding: 0 50px;
	white-space: nowrap;
}
.cont-3 > h1::before {
	content: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2031.32%2045.52%27%3E%3Cpath%20fill%3D%27%23431515%27%20d%3D%27M2.18%2C17c2.25%2C3.92%2C6.27%2C5.46%2C8.44%2C5.91%2C2.12.44%2C3.7.56%2C4.36%2C1.71l10.17%2C19.64c.32.57.85%2C1%2C1.48%2C1.17.63.18%2C1.31.09%2C1.87-.23l1.59-.91c.57-.33.98-.87%2C1.15-1.5.17-.63.07-1.31-.27-1.87l-11.83-18.68c-.67-1.16.03-2.58.72-4.63.71-2.1%2C1.4-6.35-.85-10.27C15.08.49%2C8.25-1.38%2C4.16.96.08%2C3.31-1.75%2C10.15%2C2.18%2C17Z%27%2F%3E%3C%2Fsvg%3E");
	width: 3%;
	height: auto;
	display: inline-block;
	margin-right: 2%;
	vertical-align: middle;
}
.cont-3 > h1::after {
	content: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2031.32%2045.52%27%3E%3Cpath%20fill%3D%27%23431515%27%20d%3D%27M27.16.96c-4.08-2.35-10.92-.48-14.85%2C6.37-2.25%2C3.92-1.56%2C8.17-.85%2C10.27.69%2C2.05%2C1.38%2C3.47.72%2C4.63L.35%2C40.91c-.34.56-.43%2C1.24-.27%2C1.87.16.63.58%2C1.17%2C1.15%2C1.5l1.59.91c.57.33%2C1.24.41%2C1.87.23.63-.18%2C1.16-.6%2C1.48-1.17l10.17-19.64c.67-1.16%2C2.24-1.28%2C4.36-1.71%2C2.17-.45%2C6.19-1.99%2C8.44-5.91%2C3.93-6.85%2C2.1-13.69-1.98-16.03Z%27%2F%3E%3C%2Fsvg%3E");
	width: 3%;
	height: auto;
	display: inline-block;
	margin-left: 1.25%;
	vertical-align: middle;
}
.cont-3 > .text-1 {
	text-align: center;
	margin: 0 0 50px 0;
	color: var(--color-text);
	font-family: var(--font-sans);
	font-size: var(--font-size-18);
}
.cont-3 > .text-2 {
	text-align: center;
	margin: 0 0 90px 0;
	color: var(--color-text);
	font-size: var(--font-size-24);
}
.cont-3 iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 1.5;
	border: 0;
	max-width: 100%;
}
.cont-3 .sp {
	display: none;
}


@media only screen and (max-width:769px){
	.cont-3 {
		background-image: url('../img/cont3.jpg');
		background-size: 100% auto;
		background-position: center top;
		background-repeat: no-repeat;
		padding: 50% 0 0 0;
	}
	.cont-3 > h1 {
		margin: 0 0 10% 0;
		padding: 0 0.5em;
		font-size: var(--font-size-28-sp);
	}
	.cont-3 > h1::before {
		width: 6.5%;
		margin-right: 2%;
	}
	.cont-3 > h1::after {
		width: 6.5%;
		margin-left: 1.25%;
	}
	.cont-3 > .text-1 {
		margin: 0 0 1em 0;
		font-size: var(--font-size-14-sp);
	}
	.cont-3 > .text-2 {
		margin: 0 0 2.5em 0;
		font-size: var(--font-size-18-sp);
	}
	.cont-3 iframe {
		aspect-ratio: 4 / 4;
	}
	.cont-3 .sp {
		display: block;
	}
}





.cont-4 {
	background-image: url('../img/cont4.jpg');
	background-size: 100px auto;
	background-position: center top;
	background-color: var(--color-white);
	padding: 100px 0 100px 0;
}
.cont-4 > h1 {
	text-align: center;
	margin: 0 0 45px 0;
	color: var(--color-text);
	font-size: var(--font-size-36);
	font-weight: 700;
	padding: 0 50px;
	white-space: nowrap;
}
.cont-4 > h1::before {
	content: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2031.32%2045.52%27%3E%3Cpath%20fill%3D%27%23431515%27%20d%3D%27M2.18%2C17c2.25%2C3.92%2C6.27%2C5.46%2C8.44%2C5.91%2C2.12.44%2C3.7.56%2C4.36%2C1.71l10.17%2C19.64c.32.57.85%2C1%2C1.48%2C1.17.63.18%2C1.31.09%2C1.87-.23l1.59-.91c.57-.33.98-.87%2C1.15-1.5.17-.63.07-1.31-.27-1.87l-11.83-18.68c-.67-1.16.03-2.58.72-4.63.71-2.1%2C1.4-6.35-.85-10.27C15.08.49%2C8.25-1.38%2C4.16.96.08%2C3.31-1.75%2C10.15%2C2.18%2C17Z%27%2F%3E%3C%2Fsvg%3E");
	width: 3%;
	height: auto;
	display: inline-block;
	margin-right: 2%;
	vertical-align: middle;
}
.cont-4 > h1::after {
	content: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2031.32%2045.52%27%3E%3Cpath%20fill%3D%27%23431515%27%20d%3D%27M27.16.96c-4.08-2.35-10.92-.48-14.85%2C6.37-2.25%2C3.92-1.56%2C8.17-.85%2C10.27.69%2C2.05%2C1.38%2C3.47.72%2C4.63L.35%2C40.91c-.34.56-.43%2C1.24-.27%2C1.87.16.63.58%2C1.17%2C1.15%2C1.5l1.59.91c.57.33%2C1.24.41%2C1.87.23.63-.18%2C1.16-.6%2C1.48-1.17l10.17-19.64c.67-1.16%2C2.24-1.28%2C4.36-1.71%2C2.17-.45%2C6.19-1.99%2C8.44-5.91%2C3.93-6.85%2C2.1-13.69-1.98-16.03Z%27%2F%3E%3C%2Fsvg%3E");
	width: 3%;
	height: auto;
	display: inline-block;
	margin-left: 1.25%;
	vertical-align: middle;
}
.cont-4 > .text-1 {
	text-align: center;
	margin: 0 0 50px 0;
	color: var(--color-text);
	font-size: var(--font-size-24);
}
.cont-4 > .time-list {
	display: flex;
	justify-content: center;
	align-items: stretch;
	max-width: 1000px;
	margin: 0 auto;
}
.cont-4 > .time-list > [class^="time-block"] {
	display: flex;
	align-items: center;
	gap: 0 20px;
	width: 420px;
}
.cont-4 > .time-list > [class*="time-block2"] {
	margin: 0 0 0 100px;
}
.cont-4 > .time-list > [class^="time-block"] > picture {
	width: 200px;
}
.cont-4 > .time-list > [class^="time-block"] > picture > img {
	width: 100%;
}
.cont-4 > .time-list > div > div > h2 {
	font-size: var(--font-size-28);
}
.cont-4 > .time-list > div > div > p {
	font-size: var(--font-size-24);
	font-family: var(--font-sans);
}
.cont-4 > .time-list > div > div > p > span {
	font-size: var(--font-size-20);
}

.cont-4 > .reserv-btn {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 130px 0 0 0;
}
.cont-4 > .reserv-btn > a {
	display: block;
	background-image: url('../img/reserv-btn.png');
	background-size: cover;
	width: 585px;
	text-align: center;
	line-height: 92px;
	color: var(--color-accent);
	font-family: var(--font-sans);
	font-size: var(--font-size-20);
	font-weight: 700;
	text-decoration: none;
}


@media only screen and (max-width:769px){
	.cont-4 {
		background-size: 50px auto;
		padding: 10% 0 10% 0;
	}
	.cont-4 > h1 {
		margin: 0 0 5% 0;
		padding: 0 0.5em;
		font-size: var(--font-size-28-sp);
	}
	.cont-4 > h1::before {
		width: 6.5%;
		margin-right: 2%;
	}
	.cont-4 > h1::after {
		width: 6.5%;
		margin-left: 1.25%;
	}
	.cont-4 > .text-1 {
		text-align: center;
		margin: 0 0 8% 0;
		font-size: var(--font-size-18-sp);
	}
	.cont-4 > .time-list {
		display: flex;
		justify-content: center;
		align-items: stretch;
		max-width: 90%;
		margin: 0 auto;
		gap: 0 10%;
	}
	.cont-4 > .time-list > [class^="time-block"] {
		flex-direction: column;
		align-items: stretch;
		gap: 0 0;
		width: 45%;
	}
	.cont-4 > .time-list > [class*="time-block2"] {
		margin: 0 0 0 0;
	}
	.cont-4 > .time-list > [class^="time-block"] > picture {
		width: 100%;
	}
	.cont-4 > .time-list > [class^="time-block"] > picture > img {
	}
	.cont-4 > .time-list > div > div > h2 {
		font-size: var(--font-size-20-sp);
		line-height: 1.5em;
	}
	.cont-4 > .time-list > div > div > p {
		font-size: var(--font-size-16-sp);
		line-height: 1.5em;
	}
	.cont-4 > .time-list > div > div > p > span {
		font-size: var(--font-size-14-sp);
	}

	.cont-4 > .reserv-btn {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		padding: 10% 0 0 0;
	}
	.cont-4 > .reserv-btn > a {
		background-image: url('../img/main-btn.png');
		width: 76.8%;
		line-height: 4.25em;
		font-size: var(--font-size-16-sp);
	}
}






.cont-5 {
	background-image: url('../img/line-bg.png');
	background-position: center bottom;
	background-repeat: repeat-x;
	background-size: 50% auto;
	background-color: var(--color-white);
	padding: 100px 0 100px 0;
}
.cont-5 > h1 {
	text-align: center;
	margin: 0 0 45px 0;
	color: var(--color-text);
	font-size: var(--font-size-36);
	font-weight: 700;
	padding: 0 50px;
	white-space: nowrap;
}
.cont-5 > h1::before {
	content: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2031.32%2045.52%27%3E%3Cpath%20fill%3D%27%23431515%27%20d%3D%27M2.18%2C17c2.25%2C3.92%2C6.27%2C5.46%2C8.44%2C5.91%2C2.12.44%2C3.7.56%2C4.36%2C1.71l10.17%2C19.64c.32.57.85%2C1%2C1.48%2C1.17.63.18%2C1.31.09%2C1.87-.23l1.59-.91c.57-.33.98-.87%2C1.15-1.5.17-.63.07-1.31-.27-1.87l-11.83-18.68c-.67-1.16.03-2.58.72-4.63.71-2.1%2C1.4-6.35-.85-10.27C15.08.49%2C8.25-1.38%2C4.16.96.08%2C3.31-1.75%2C10.15%2C2.18%2C17Z%27%2F%3E%3C%2Fsvg%3E");
	width: 3%;
	height: auto;
	display: inline-block;
	margin-right: 2%;
	vertical-align: middle;
}
.cont-5 > h1::after {
	content: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2031.32%2045.52%27%3E%3Cpath%20fill%3D%27%23431515%27%20d%3D%27M27.16.96c-4.08-2.35-10.92-.48-14.85%2C6.37-2.25%2C3.92-1.56%2C8.17-.85%2C10.27.69%2C2.05%2C1.38%2C3.47.72%2C4.63L.35%2C40.91c-.34.56-.43%2C1.24-.27%2C1.87.16.63.58%2C1.17%2C1.15%2C1.5l1.59.91c.57.33%2C1.24.41%2C1.87.23.63-.18%2C1.16-.6%2C1.48-1.17l10.17-19.64c.67-1.16%2C2.24-1.28%2C4.36-1.71%2C2.17-.45%2C6.19-1.99%2C8.44-5.91%2C3.93-6.85%2C2.1-13.69-1.98-16.03Z%27%2F%3E%3C%2Fsvg%3E");
	width: 3%;
	height: auto;
	display: inline-block;
	margin-left: 1.25%;
	vertical-align: middle;
}
.cont-5 > div {
	display: flex;
	justify-content: center;
	margin: 0 0 45px 0;
}
.cont-5 > div > a {
	width: 70px;
}
.cont-5 > div > a > picture {
}
.cont-5 > div > a > picture > img {
	width: 100%;
}
.cont-5 > .text-1 {
	text-align: center;
	margin: 0 0 50px 0;
	color: var(--color-text);
	font-size: var(--font-size-24);
}
.cont-5 .sp {
	display: none;
}


@media only screen and (max-width:769px){
	.cont-5 {
		padding: 10% 0 10% 0;
	}
	.cont-5 > h1 {
		margin: 0 0 10% 0;
		padding: 0 0.5em;
		font-size: var(--font-size-28-sp);
	}
	.cont-5 > h1::before {
		width: 6.5%;
		margin-right: 2%;
	}
	.cont-5 > h1::after {
		width: 6.5%;
		margin-left: 1.25%;
	}
	.cont-5 > div {
		display: flex;
		justify-content: center;
		margin: 0 0 5% 0;
	}
	.cont-5 > div > a {
		width: 14.93%;
	}
	.cont-5 > div > a > picture {
	}
	.cont-5 > div > a > picture > img {
	}
	.cont-5 > .text-1 {
		margin: 0 0 10% 0;
	}
	.cont-5 .sp {
		display: block;
	}
}




footer {
	padding: 40px 0 40px 0;
	background-color: var(--color-accent);
}
footer p {
	color: var(--color-white);
	font-size: var(--font-size-16);
	text-align: center;
	font-family: var(--font-sans);
}

@media only screen and (max-width:769px){
	footer {
		padding: 5% 0 5% 0;
	}
	footer p {
		font-size: var(--font-size-12-sp);
	}
}

/* Modal base styles */
.modal {
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
}

.modal.show {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

.modal-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 80%;
}

.modal-content img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 90vw;
  max-height: 80vh;
}

@media screen and (max-width: 768px) {
  .modal-content img {
    width: 100%;
    height: auto;
  }
}

.close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}