@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+Serif+JP:wght@400;500&display=swap');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');

/* CSS Document */
html {
	scroll-behavior: smooth;
}

#wrapper {
	width: 100%;
	font-size: 14px;
	line-height: 1.6;
	font-family: 'Noto Serif JP', serif;
	overflow: hidden;
	background: #000000;
	color: #FFFFFF;
}

#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 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;
	}
}

.disnon {
	display: none;
}

.text_red {
	color: #E7180F;
}

.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 {
	font-size: 90%;
	text-indent: -1em;
	margin-left: 1em;
}

.mgn_btm20 {
	margin-bottom: 20px;
}

.marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}

a.godetail {
	height: 60px;
	padding-bottom: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-decoration: none;
	background: url("../images/button.png") no-repeat center bottom;
	background-size: 100%;
	/* z-index: 1000; */
	color: #FFFFFF;
}

a.godetail span {
	font-size: 120%;
	font-weight: bold;
}

a.godetail.chubu {
	background: url("../images/button_chubu.png") no-repeat center bottom;
	background-size: 100%;
}

a.godetail:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
	opacity: 0.8;
}

a.godetail.gray {
	background: url("../images/button_gray.png") no-repeat center bottom;
	background-size: 100%;
	pointer-events: none;
}

.bookquickly {
	color: #E7180F;
	font-weight: 600;
	/* text-decoration: underline; */
}

.slash span {
	display: inline-block;
	padding: 0 20px;
	background: url("../images/slash_left.svg") no-repeat center left, url("../images/slash_right.svg") no-repeat center right;
	background-size: 12px;
}

@media screen and (max-width: 759.9px) {
	a.godetail {
		height: 60px;
	}

	.slash span {
		padding: 0 18px;
		background: url("../images/slash_left.svg") no-repeat center left, url("../images/slash_right.svg") no-repeat center right;
		background-size: 12px;
	}
}

/*--------.page_roof-------------*/
.page_roof {
	width: 100%;
	margin-bottom: 30px;
}

.page_roof .inner {
	width: 95%;
	max-width: 950px;
	margin: 0 auto;
}

.page_roof .img_unit {
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	background: #FFFFFF;
}

.page_roof .img_unit .photo {
	width: 25%;
}

.page_roof .img_unit .logo {
	width: 75%;
	text-align: center;
}

.page_roof .img_unit .photo img {
	width: 100%;
	vertical-align: bottom;
}

.page_roof .img_unit .logo img {
	width: 70%;
}

.page_roof .toplead {
	width: 90%;
	margin: 0 auto;
}

.page_roof .toplead p {
	font-size: 140%;
	line-height: 1.8;
}

@media screen and (max-width: 759.9px) {
	.page_roof .toplead p {
		font-size: 110%;
	}
}

/*-------------ナビ-   --------------*/
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}

@media screen and (min-width: 760px) {
	#pageNav nav {
		width: 100%;
		z-index: 9999;
		margin: 0 0 30px;
		padding: 10px 0;
		background: #000000;
	}

	#pageNav nav ul a,
	#pageNav nav ul a:hover {
		color: #FFFFFF !important;
		text-decoration: none !important;
	}

	#pageNav nav ul {
		width: 100%;
		max-width: 950px;
		margin: 0 auto;
		padding: 0;
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		font-family: 'Noto Sans JP', sans-serif;
	}

	#pageNav nav ul a {
		flex-grow: 1;
		height: 55px;
		background: url("../images/menu_line.svg") no-repeat center right;
		background-size: 8px;
	}

	#pageNav nav ul a:lastt-child {
		background: none;
	}

	#pageNav nav ul a li {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}

	#pageNav nav ul a li p {
		text-align: center;
	}

	#pageNav .nav_btnOpen {
		display: none;
	}
}

/****スマホメニュー****/
@media screen and (max-width: 759.9px) {
	#pageNav nav {
		display: none;
	}

	.nav_btnOpen {
		width: 100%;
		margin: 0;
		text-align: center;
		cursor: pointer;
		position: relative;
		padding: 15px 0;
		background: #000000;
		color: #FFFFFF;
	}

	.nav_btnOpen:after {
		content: "▼　MENU ▼";
	}

	.nav_btnClose {
		width: 100%;
		margin: 0;
		text-align: center;
		cursor: pointer;
		position: relative;
		padding: 15px 0;
		background: #000000;
		color: #FFFFFF;
	}

	.nav_btnClose:after {
		content: "▲　CLOSE　▲";
	}

	#pageNav nav {
		background: #000000;
		width: 100%;
		z-index: 9999;
		margin: 0;
		padding: 0;
	}

	#pageNav nav ul a,
	#pageNav nav ul a:hover {
		color: #FFFFFF !important;
		text-decoration: none !important;
	}

	#pageNav nav ul {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	#pageNav nav ul a {
		width: 100%;
	}

	#pageNav nav ul a li {
		width: 100%;
		border-bottom: 1px solid #FFFFFF;
		padding: 15px 0;
		text-align: center;
	}
}

/*-------------ページコンテンツ   --------------*/
.pageContent {
	width: 100%;
	margin: 0;
}

.pageContent .inner {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	padding: 60px 0;
}

@media screen and (max-width: 759.9px) {
	.pageContent {}
}

/*-------------title--------------*/
.title {
	margin-bottom: 60px;
}

.title h2 {
	font-size: 220%;
	color: #FFFFFF;
	text-decoration: underline;
	text-underline-offset: 15px;
	text-decoration-thickness: 1px;
	text-align: center;
}

@media screen and (max-width: 759.9px) {
	.title h2 {
		font-size: 150%;
	}
}

/*-------------CAST--------------*/
#cast .cast_unit {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#cast .cast_unit .cast {
	width: 60%;
	padding-left: 10px;
}

#cast .cast_unit .photo {
	width: 40%;
}

#cast img {
	width: 100%;
}

#cast .cast dl {
	display: flex;
	margin-bottom: 10px;
	font-size: 130%;
}

#cast .cast dl dd {
	flex-grow: 1;
}

@media screen and (max-width: 759.9px) {
	#cast .cast_unit .cast {
		width: 75%;
		display: flex;
		flex-direction: column;
		margin-bottom: 20px;
	}

	#cast .cast dl {
		display: flex;
		font-size: 120%;
	}

	#cast .cast_unit .photo {
		width: 70%;
	}
}

/*-------OVERVIEW--------------*/
#overview {}

#overview #movie {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 56.25%;
	position: relative;
}

#overview #movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 560px;
	margin: 0 auto;
	height: 100%;
}

#overview p.hp {
	text-align: center;
	margin-bottom: 20px;
	font-size: 110%;
}

#overview p.hp a {
	color: #C50B0E;
	font-weight: bold;
}

#overview .comment {
	margin-bottom: 30px;
}

#overview .comment p {
	font-size: 120%;
}

@media screen and (max-width: 759.9px) {
	#overview #movie iframe {
		width: 100%;
	}

	#overview p.hp {
		font-size: 100%;
	}

	#overview .comment p {
		font-size: 110%;
	}
}

/*-------ツアー-------------*/
#tour h3 {
	font-size: 160%;
	margin-bottom: 15px;
	text-align: center;
}

#tour h3+p {
	font-size: 150%;
	margin-bottom: 50px;
	text-align: center;
}

#tour .calendar {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0 50px;
}

#tour .calendar li {
	width: 12%;
	margin: 0 2px 15px;
	position: relative;
}

#tour .calendar .date {
	font-size: 120%;
	padding: 5px 0;
	text-align: center;
	border: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#tour .calendar .time {
	font-size: 120%;
	padding: 5px 0;
	text-align: center;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.remaining {
	color: #ff0000;
	font-size: 120%;
	font-weight: 600;
	text-align: center;
}

.soldout::before {
	position: absolute;
	transform: rotate(10deg);
	background-color: #C50B0E;
	opacity: 0.9;
	padding: 5px 18px;
	color: #FFFFFF;
	content: "soldout";
	font-size: 110%;
	top: 30%;
	left: 8%;
	z-index: 100;
}

@media screen and (max-width: 759.9px) {
	#tour h3 {
		font-size: 130%;
	}

	#tour p {
		font-size: 100%;
	}

	#tour .calendar li {
		width: 24%;
		margin: 0 1px 15px;
	}
}

/*------------plan--------------*/
#plan p.attention {
	display: flex;
	justify-content: center;
}

#plan h3 {
	font-size: 140%;
	text-align: center;
	margin-bottom: 20px;
}

@media screen and (max-width: 759.9px) {
	#plan h3 {
		font-size: 120%;
	}
}


/*--------予約--------------*/
.yoyaku_unit {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.yoyaku_unit a.godetail {
	width: 30.3%;
	margin: 0 1.5% 20px;
}

@media screen and (max-width: 759.9px) {
	.yoyaku_unit a.godetail {
		width: 90%;
		margin: 0 auto 20px;
	}
}

/*------------tour--------------*/
/*-----案内----*/
#guidance {
	font-size: 100%;
}

#guidance h3 {
	font-size: 120%;
	margin-bottom: 10px;
}

#guidance ul {
	margin: 0 0 30px 10px;
}

#guidance ul li {
	font-size: 100%;
	margin-bottom: 5px;
	text-indent: -1em;
	margin-left: 1em;
}

#guidance ul li::before {
	content: "●";
	font-size: 90%;
	margin-right: 3px;
}

#guidance a {
	color: #C50B0E;
	font-weight: bold;
	font-size: 110%;
}