@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://use.fontawesome.com/releases/v6.7.2/css/all.css');

/* CSS Document */
html {
	scroll-behavior: smooth;
}

#wrapper {
	width: 100%;
	margin: 0 auto 10px;
	padding: 0 0 50px;
	font-size: 14px;
	line-height: 1.6;
	font-family: 'Noto Sans JP', sans-serif;
	overflow: hidden;
}

#wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#wrapper a {
	word-break: break-all;
}

#wrapper img {
	vertical-align: bottom;
}

#wrapper h2,
#wrapper h3,
#wrapper h4 {
	font-weight: bold;
}

@media screen and (min-width: 760px) {
	.pc_none {
		display: none;
	}
}

@media screen and (max-width: 759.9px) {
	.sp_none {
		display: none;
	}
}

.marker {
	background: linear-gradient(transparent 70%, rgba(255, 210, 44, 0.6) 70%);
	font-weight: bold;
	padding-bottom: 0.1em;
}

.slash {
	width: fit-content;
	margin: 0 auto 20px;
	padding: 0 25px;
	background: url("../images/slash_left.svg") no-repeat center left, url("../images/slash_right.svg") no-repeat center right;
	background-size: 20px;
	font-size: 120%;
	color: #ed5603;
}

@media screen and (max-width: 759.9px) {
	.slash {
		padding: 0 20px;
		background-size: 15px;
		font-size: 110%;
	}
}

p.credit {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 10px 2px;
	font-size: 12px;
	background: rgba(0, 0, 0, 0.4);
	color: #FFFFFF;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
	width: fit-content;
	margin: 5px 5px 5px auto;
	border-radius: 15px;
}

/*--------予約ボタン-------------*/
a.godetail {
	background: #db0303;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	transition: 0.2s ease-in-out;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	line-height: 1.4;
	border: solid 2px;
	font-family: 'Noto Sans JP', sans-serif;
	border-radius: 10px;
}

a.godetail:hover {
	opacity: 0.8;
	background-image: linear-gradient(90deg, rgba(253, 177, 170, 1), rgba(240, 226, 226, 1));
	color: #db0303;
	border: solid 2px #db0303;
}

@media screen and (max-width: 759.9px) {
	a.godetail {
		font-size: 14px;
	}
}

.yoyaku {
	width: 90%;
	margin: 0 auto 40px;
}

.yoyaku>p {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-size: 100% !important;
	margin-bottom: 20px;
}

.yoyaku p::before,
.yoyaku p::after {
	content: "";
	width: 50px;
	height: 1px;
	background: #404040;
}

.yoyaku a.godetail {
	width: 90%;
	max-width: 400px;
	height: 60px;
	margin: 0 auto;
}

/*--------.page_roof-------------*/
.page_roof {
	width: 100%;
}

.page_roof .inner {
	width: 100%;
	max-width: 970px;
	margin: 0 auto 30px;
}

.page_roof h2 img {
	width: 100%;
	height: auto;
}

/*--------.toplead-------------*/
.toplead p {
	text-align: center;
	font-size: 160%;
	margin-bottom: 15px;
}

.toplead h2 {
	font-size: 200%;
	text-align: center;
	margin-bottom: 15px;
	line-height: 2;
}

.toplead ul {
	width: fit-content;
	margin: 0 auto 30px;
	font-size: 120%;
}

.toplead ul li {
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 0.25em;
	text-align: left;
}

.toplead p.attention {
	font-size: 100%;
	text-align: center;
	font-weight: normal;
	margin-bottom: 30px;
}

@media screen and (max-width: 759.9px) {
	.toplead p {
		font-size: 140%;
		margin-bottom: 20px;
	}

	.toplead h2 {
		font-size: 150%;
		margin-bottom: 30px;
	}

	.toplead ul {
		font-size: 110%;
		width: 90%;
	}
}

/*------------チャート--------------*/
#chart .inner img {
	max-width: 80%;
	height: auto;
	border: 2px dotted #CCC;
	margin-bottom: 30px;
}

#chart .inner {
	text-align: center;
}