@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;400;500&family=Noto+Serif+JP:wght@400;700&display=swap');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');

/* CSS Document */
html {
	scroll-behavior: smooth;
	scroll-padding-top: 80px;
}

#wrapper {
	width: 100%;
	font-size: 14px;
	line-height: 1.6;
	overflow: hidden;
	font-family: 'Noto Serif JP', serif;
	background: url("../images/bg_page_top.png") repeat-x top center,
		url("../images/bg_page_bottom.png") repeat-x bottom center;
	padding: 30px 0 10px;
	background-color: #09096d;
}

#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;
	}

	#wrapper {
		background-size: auto 12%, auto 12%, 100% auto;
	}
}

@media screen and (max-width: 759.9px) {
	.sp_none {
		display: none;
	}

	#wrapper {
		background-size: auto 10%, auto 10%, 100% auto;
	}
}

.disnon {
	display: none;
}

.text_red {
	color: #B20202;
	border-bottom: 1px solid #B20202;
}

.text_bold {
	font-weight: bold;
}

.text_normal {
	font-weight: normal;
}

.text_center {
	text-align: center;
}

.text_font_sans {
	font-family: 'Noto Sans JP', sans-serif;
}

.attention {
	text-indent: -1em;
	margin-left: 1em;
	text-align: center;
	background-color: #e5f1ff;
	padding: 10px 20px;
	font-size: 18px;
	border-radius: 20px;
}

.marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}

.slash {
	width: fit-content;
	margin: 60px auto 20px;
	padding: 0 22px;
	background: url("../images/slash_left.svg") no-repeat center left, url("../images/slash_right.svg") no-repeat center right;
	background-size: 15px, 15px;
	color: #fff;
}

@media screen and (max-width: 759.9px) {
	.slash {
		padding: 0 14px;
		background: url("../images/slash_left.svg") no-repeat center left, url("../images/slash_right.svg") no-repeat center right;
		background-size: 10px, 10px;
	}
}

a.godetail {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 55px;
	text-align: center;
	text-decoration: none;
	background: #A72126;
	color: #FFFFFF;
	font-size: 120%;
	line-height: 1.4;
	z-index: 10;
	box-shadow: 5px 5px 0 #cd93ae;
	transition: 0.2s;
}

@media screen and (max-width: 759.9px) {
	a.godetail {
		height: 50px;
		/* width: 46%; */
		font-size: 100%;
		padding-bottom: 3px;
		box-shadow: 3px 3px 0 #cd93ae;
		line-height: 1.2;
	}

	.attention {
		font-size: 14px;
	}
}

a.godetail:hover {
	text-decoration: none;
	background-color: #cd93ae;
	box-shadow: none;
	opacity: 1;
	transform: translateX(5px) translateY(5px);
}

a.godetail.gray {
	background-color: #9C9C9C;
	box-shadow: none;
	pointer-events: none;
}

a.godetail.gray:hover {
	transform: none;
}

.app_qr {
	max-width: 400px;
	text-align: center;
	margin: 0 auto;
	display: block;
}




/*--------.page_roof-------------*/
.page_roof {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}

.page_roof .inner {
	width: 95%;
	max-width: 950px;
	margin: 0 auto;
}

.page_roof .inner img {
	width: 100%;
	height: auto;
}


@media screen and (max-width: 759.9px) {}

/*-------------ページコンテンツ   --------------*/
.pageContent {
	width: 100%;
	margin-bottom: 60px;
}

.pageContent .inner {
	width: 95%;
	max-width: 950px;
	margin: 0 auto;
	position: relative;
}

.pageContent .inner img {
	margin: 20px auto;
}

/*------yoyaku----------*/
.yoyaku_wrap>p {
	font-size: 150%;
	font-weight: bold;
}

.yoyaku_wrap>h3 {
	font-size: 160%;
	text-align: center;
}

.yoyaku_unit {
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 10px auto 30px;
	gap: 20px;
}

@media screen and (min-width: 760px) {
	.yoyaku_unit a {
		flex-grow: 1;
		max-width: 45;
	}
}

@media screen and (max-width: 759.9px) {
	.yoyaku_wrap>h3 {
		font-size: 140%;
	}

	.yoyaku_unit {
		gap: 15px;
	}

	.yoyaku_unit a {
		min-width: 47%;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
	}
}

/*ｰｰｰｰ告知----*/
.kokuchi {
	width: 100%;
	padding: 15px 0 20px;
	background: #F8DE00;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.kokuchi .tag {
	position: absolute;
	top: -75px;
	left: -75px;
	width: 150px;
	height: 150px;
	background: #F2030A;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding: 5px;
	transform: rotate(-45deg);
}

.kokuchi h2 {
	font-size: 200%;
	text-align: center;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: 10px;
	line-height: 1.5;
}

.kokuchi p.attention {
	width: fit-content;
	margin: 0 auto;
	font-size: 130%;
}

.kokuchi p.slash {
	font-size: 160%;
}

.kokuchi h3 {
	font-size: 180%;
	text-align: center;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: 15px;
}

.kokuchi dl {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80%;
	margin: 0 auto 15px;
}

.kokuchi dl dt {
	font-weight: bold;
	font-size: 160%;
	padding-right: 15px;
}

.kokuchi dl dd {
	font-size: 140%;
}

.kokuchi .price {
	font-size: 150%;
	color: #ED041A;
	font-weight: bold;
	/*letter-spacing: -0.05em;*/
	line-height: 1;
	font-family: 'Roboto Condensed', sans-serif;
	text-shadow: 0 0 5px #FFFFFF, 0 0 5px #FFFFFF, 0 0 5px #FFFFFF, 0 0 5px #FFFFFF, 0 0 5px #FFFFFF, 0 0 5px #FFFFFF, 0 0 5px #FFFFFF, 0 0 5px #FFFFFF, 0 0 5px #FFFFFF, 0 0 5px #FFFFFF, 0 0 5px #FFFFFF, 0 0 5px #FFFFFF, 0 0 5px #FFFFFF, 0 0 5px #FFFFFF, 0 0 5px #FFFFFF, 0 0 5px #FFFFFF;
	padding-left: 10px;
}


@media screen and (max-width: 759.9px) {
	.kokuchi .tag {
		position: absolute;
		top: -60px;
		left: -60px;
		width: 120px;
		height: 120px;
		background: #F2030A;
		color: #FFFFFF;
		font-size: 15px;
		font-weight: bold;
		font-family: 'Noto Sans JP', sans-serif;
		display: flex;
		justify-content: center;
		align-items: flex-end;
		padding: 5px;
		transform: rotate(-45deg);
	}

	.kokuchi h2 {
		font-size: 150%;
	}

	.kokuchi p.attention {
		width: fit-content;
		margin: 0 auto;
		font-size: 100%;
		padding-left: 1em;
	}

	.kokuchi p.slash {
		font-size: 140%;
	}

	.kokuchi h3 {
		font-size: 140%;
		margin-bottom: 15px;
	}

	.kokuchi dl {
		width: fit-content;
		display: block;
		margin: 0 auto 10px;
	}

	.kokuchi dl dt {
		font-weight: bold;
		font-size: 130%;
		text-align: center;
		padding-bottom: 10px;
	}

	.kokuchi dl dd {
		font-size: 110%;
	}

	.kokuchi .price {
		font-weight: bold;
		font-size: 150%;
	}

}



/*ｰｰｰｰ詳細----*/
@media screen and (min-width: 760px) {
	#detail .inner {
		width: 90%;
		max-width: 850px;
		margin: 0 auto;
		padding: 0 0 15px;
		border-radius: 10px;
		box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1), -2px -2px 4px rgba(0, 0, 0, 0.1);
	}

	.detailDay {
		width: 100%;
		max-width: 810px;
		min-width: 760px;
		margin: 10px auto;
		padding: 25px;
		background: #fff;
		border-radius: 10px;
		font-size: 120%;
	}

	.detailDay h2 {
		width: fit-content;
		border-bottom: 3px solid #A72126;
		color: #333;
		font-weight: 700;
		text-align: center;
		font-size: 20px;
		margin: 0 auto 15px;
		padding: 5px 0
	}

	.detailDay h2.title {
		width: 100%;
		border: none;
		font-size: 28px;
		font-weight: 700;
		margin-bottom: 25px;
		padding: 0;
		text-align: center;
		line-height: 2.5;
		background: #ebebf9;
		position: relative
	}

	.detailDay h2.title:after {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 8px solid transparent;
		border-left: 8px solid transparent;
		border-top: 12px solid #ebebf9;
		border-bottom: 0;
		position: absolute;
		bottom: -10px;
		left: calc((100% - 12px)/2)
	}

	.detailDay li {
		font-size: 16px;
		overflow: hidden;
		line-height: 1.8
	}

	.detailDay dl {
		margin: 0 0 5px;
		display: flex
	}

	.detailDay dl dt {
		width: 25%;
		padding: 1%;
		display: grid;
		align-items: center;
		text-align: center;
		background: #f6f6f6;
		border-radius: 5px
	}

	.detailDay dl dd {
		width: 72%;
		padding: 1%;
		line-height: 1.5
	}

	.detailDay small {
		text-indent: -1em;
		margin-left: 1em;
	}

}

@media screen and (max-width: 759.9px) {
	#detail .inner {
		padding: 0 0 15px;
		width: 90%;
		margin: 0 auto;
		border-radius: 10px;
		box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1), -2px -2px 4px rgba(0, 0, 0, 0.1);
	}

	.detailDay {
		margin: 10px;
		padding: 10px 5px;
		background: #fff;
		border-radius: 10px;
		font-size: 100%;
	}

	.detailDay h2 {
		width: fit-content;
		border-bottom: 3px solid #A72126;
		color: #333;
		font-weight: 700;
		text-align: center;
		font-size: 16px;
		margin: 0 auto 10px;
		padding: 5px 0
	}

	.detailDay h2.title {
		width: 94%;
		border: none;
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 15px;
		padding: 0;
		text-align: center;
		line-height: 2.5;
		background: #ebebf9;
		position: relative
	}

	.detailDay h2.title:after {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 8px solid transparent;
		border-left: 8px solid transparent;
		border-top: 12px solid #ebebf9;
		border-bottom: 0;
		position: absolute;
		bottom: -10px;
		left: calc((100% - 12px)/2)
	}


	.detailDay li {
		margin-bottom: 10px;
		line-height: 1.8
	}

	.detailDay dl {
		margin: 0 0 5px;
		display: flex;
		gap: 10px;
	}

	.detailDay dl dt {
		width: 24%;
		padding: 1%;
		display: grid;
		align-items: center;
		text-align: center;
		background: #f6f6f6;
		border-radius: 5px;
		line-height: 1.5;
		font-size: 90%;
	}

	.detailDay dl dd {
		width: 75%;
		padding: 1% 0 1% 1%;
		align-self: center;
	}

	.detailDay p.attenton {
		text-indent: -1em;
		margin-left: 1em;
		font-size: 11px;
	}

}