@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;
}

#wrapper {
	width: 100%;
	font-size: 14px;
	line-height: 1.8;
	font-family: 'Noto Serif JP', serif;
	overflow: hidden;
	background: url("../images/bg.png") repeat-y top #0E0B15;
	background-size: 100%;
	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;
}

.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%;
	color: #000000;
	font-size: 120%;
	font-weight: bold;
}

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: #000000 !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: 50px;
		font-size: 100%;
	}

	.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;
	padding-top: 40px;
}

.page_roof .inner {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}

.page_roof h2,
.page_roof h2 img {
	width: 100%;
}

@media screen and (max-width: 759.9px) {
	.page_roof {
		margin-bottom: 20px;
		padding-top: 20px;
	}

}

/*-------------ナビ-   --------------*/
.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;
		padding: 5px 0;
		background: transparent linear-gradient(90deg, #EFD359 0%, #F5E392 12%, #FBE880 26%, #FFF0AD 74%, #FAE678 83%, #EDD15E 100%) 0% 0% no-repeat padding-box;
	}

	#pageNav nav ul a,
	#pageNav nav ul a:hover {
		color: #242424 !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;
		background: url("../images/menu_line.svg") no-repeat center left;
		background-size: 1px;
	}

	#pageNav nav ul a {
		flex-grow: 1;
		height: 40px;
		background: url("../images/menu_line.svg") no-repeat center right;
		background-size: 1px;
	}

	#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;
		font-size: 110%;
		/* font-weight: bold; */
	}

	#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: transparent linear-gradient(90deg, #EFD359 0%, #F5E392 12%, #FBE880 26%, #FFF0AD 74%, #FAE678 83%, #EDD15E 100%) 0% 0% no-repeat padding-box;
		color: #242424;
	}

	.nav_btnOpen:after {
		content: "▼　MENU ▼";
	}

	.nav_btnClose {
		width: 100%;
		margin: 0;
		text-align: center;
		cursor: pointer;
		position: relative;
		padding: 15px 0;
		background: transparent linear-gradient(90deg, #EFD359 0%, #F5E392 12%, #FBE880 26%, #FFF0AD 74%, #FAE678 83%, #EDD15E 100%) 0% 0% no-repeat padding-box;
		color: #242424;
	}

	.nav_btnClose:after {
		content: "▲　CLOSE　▲";
	}

	#pageNav nav {
		background: transparent linear-gradient(90deg, #EFD359 0%, #F5E392 12%, #FBE880 26%, #FFF0AD 74%, #FAE678 83%, #EDD15E 100%) 0% 0% no-repeat padding-box;
		width: 100%;
		z-index: 9999;
		margin: 0;
		padding: 0;
	}

	#pageNav nav ul a,
	#pageNav nav ul a:hover {
		color: #242424 !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 #242424;
		padding: 15px 0;
		text-align: center;
	}
}

/*-------------トップリード   --------------*/
#pageTopLead {
	margin-bottom: 30px;
}

#pageTopLead .inner {
	width: 90%;
	max-width: 950px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

#pageTopLead p {
	font-size: 130%;
	line-height: 1.8;
	text-align: center;
}

@media screen and (max-width: 759.9px) {
	#pageTopLead {
		margin-bottom: 20px;
	}

	#pageTopLead p {
		font-size: 120%;
		text-align: left;
	}
}

/*-------------ページコンテンツ   --------------*/
.pageContent {
	width: 100%;
	margin: 0;
}

.pageContent .inner {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	padding: 40px 0;
}

@media screen and (max-width: 759.9px) {
	.pageContent .inner {
		padding: 30px 0;
	}
}

/*-------------title--------------*/
.title {
	margin-bottom: 20px;
}

.title h2 {
	font-size: 95px;
	color: #C49700;
	text-shadow: 0px 0px 20px #807a50;
	font-family: serif;
	font-weight: normal;
	line-height: 1.2;
	text-align: left;
	margin-bottom: 20px;
}

.title h2 span {
	font-size: 80%;
}

.title p {
	font-size: 26px;
	color: #C49700;
	text-align: right;
	margin-top: -0.8em;
}

@media screen and (max-width: 759.9px) {
	.title h2 {
		font-size: 10vw;
	}

	.title p {
		margin-top: -0.5em;
		font-size: 5vw;
	}

}

/*-------------CAST--------------*/
#cast .cast_unit {
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
}

#cast .cast_unit .photo {
	width: 100%;
	display: flex;
	margin-bottom: 20px;
}

#cast .cast_unit .photo li {
	width: 30%;
	margin: 0 auto;
	text-align: center;
	justify-content: space-between;
}

#cast .cast_unit .photo li img {
	width: 100%;
}

#cast .cast_unit .photo li p {
	font-size: 100%;
	display: none;
}

#cast .cast_unit .cast {
	width: 100%;
	padding-left: 3%;
}

#cast .cast dl {
	display: flex;
	margin-bottom: 10px;
	font-size: 130%;
}

#cast .cast dl dd {
	flex-grow: 1;
}

@media screen and (min-width: 760px) {
	#cast .cast dl dt::after {
		content: "｜";
		margin: 0 1em;
	}
}

@media screen and (max-width: 759.9px) {
	#cast .cast dl {
		display: flex;
		flex-direction: column;
		font-size: 120%;
	}
}

/*-------OVERVIEW--動画------------*/
#overview #movie_wrap {
	width: 100%;
	margin-bottom: 20px;
}

#movie_wrap #movie {
	width: 100%;
	text-align: center;
	padding-top: 56.25%;
	position: relative;
	z-index: 100;
}

#movie_wrap #movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	margin: 0 auto;
	height: 100%;
}

#movie_wrap p.attention {
	text-align: right;
	margin-bottom: 20px;
	font-size: 110%;
}

@media screen and (max-width: 759.9px) {
	#movie_wrap p.attention {
		font-size: 100%;
		text-align: left;
	}
}

/*-------OVERVIEW---会場-----------*/
#overview .venue {
	width: 100%;
	display: flex;
	margin: 40px 0 30px;
	justify-content: center;
}

#overview .venue dt {
	padding-top: 15px;
	width: 15%;
	font-size: 160%;
}

#overview .venue dd h3 {
	font-size: 3vw;
}

#overview .venue dd p {
	font-size: 140%;
}

@media screen and (max-width: 759.9px) {
	#overview .venue {
		margin: 20px 0 20px;
	}

	#overview .venue dt {
		font-size: 110%;
		/* width: auto; */
		padding: 10px 10px 0 0;
	}

	#overview .venue dd h3 {
		font-size: 6vw;
	}

	#overview .venue dd p {
		font-size: 90%;
	}
}

#overview .bg_w100 {
	width: 100%;
	background: transparent linear-gradient(90deg, rgba(62, 60, 68, 0.2) 0%, rgba(63, 60, 68, 0.8) 11%, rgba(63, 60, 68, 0.8) 88%, rgba(62, 60, 68, 0.2) 100%) 0% 0% no-repeat padding-box;
}

#overview .bg_w100 .inner {
	padding: 30px 0 20px;
}

#overview .bg_w100 p {
	font-size: 130%;
	line-height: 1.8;
	margin-bottom: 1em;
}

@media screen and (max-width: 759.9px) {
	#overview .bg_w100 p {
		font-size: 110%;
	}
}

/*------ストーリー-------------*/
#story dl {
	width: 75%;
	margin: 0 auto 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap:20px;
}

#story dl dt {
	width: 50%;
	margin: 0 auto 20px;
	/*display: flex;*/
}
#story dl dt p.credit {
	font-size: 12px;
	text-align: right;
}

#story dl dt img {
	width: 100%;
	margin-bottom: 5px;
}

#story dl dd {
	width: 50%;
}

#story dl dd p {
	font-size: 120%;
}

@media screen and (min-width: 760px) {
	#story dl:nth-child(odd) {
		flex-direction: row-reverse;
	}
}

@media screen and (max-width: 759.9px) {
	#story dl {
		width: 100%;
		flex-direction: column;
		margin-bottom: 30px;
	}

	#story dl dt {
		width: 60%;
	}

	#story dl dd {
		width: 100%;
	}
	#story dl dt p.credit {
		font-size: 10px;
	}

}

/*-------ツアー-------------*/
#tour h3 {
	font-size: 160%;
	margin-bottom: 15px;
	text-align: center;
}

#tour .calendar_unit {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0 50px;
	align-items: self-start;
}

#tour .calendar_unit .calendar {
	width: 32.33%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0.5%;
}

.calendar_unit .calendar ul {
	width: 100%;
}

#tour .calendar li {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

#tour .calendar li p {
	margin: 0 1px 2px;
	background: #848484;
	width: 33%;
	text-align: center;
	font-size: 100%;
	padding: 5px 0;
}

#tour .calendar li.midashi p {
	background: #625D4A;
}

.remaining {
	color: #ff0000;
	font-size: 120%;
	font-weight: 600;
	text-align: center;
}

#tour .calendar li.soldout p {
	background: #3F3F3F;
}

.soldout::before {
	position: absolute;
	/*transform: rotate(10deg);*/
	background-color: #C50B0E;
	opacity: 0.8;
	padding: 2px 20px;
	color: #FFFFFF;
	content: "soldout";
	font-size: 90%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 80%;
	height: 50%;
	margin: auto;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 759.9px) {
	#tour h3 {
		font-size: 130%;
	}

	#tour p {
		font-size: 100%;
	}

	#tour .calendar_unit .calendar {
		width: 100%;
		margin: 0 0 20px;
	}
}

.novelty {
	margin: 20px auto 60px;
}

.novelty_ditail {
	width: 80%;
	margin: 10px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.novelty p {
	width: 40%;
	font-size: 110%;
	margin: 0 10px auto 0;
}

.novelty_ditail > img,
.novelty_ditail > .photo{
	width: 55%;
}
.novelty_ditail > .photo img{
	width: 100%;
}

.novelty_ditail p.credit {
	width: 100%;
	margin: 5px 0;
	text-align: right;
	font-size: 12px;
}
@media screen and (max-width: 759.9px) {
	.novelty_ditail {
		width: 100%;
		margin: 10px auto 50px;
		align-items: center;
		display: block;
	}

	.novelty p {
		width: 100%;
		margin: 0 0 10px 0;
	}

	.novelty_ditail > img,
	.novelty_ditail > .photo{
		width: 100%;
	}
	.novelty_ditail p.credit {
		font-size: 10px;
	}

}
/*------------akasaka--------------*/
.akasaka {
	margin-bottom: 30px;
}
.akasaka .photo_unit {
	width: 100%;
	display: flex;
	gap:20px;
	margin-bottom: 10px;
}

.akasaka .photo_unit li{
	width: 50%;
}
.akasaka .photo_unit li img{
	width: 100%;
}
.akasaka .akasaka_intro{
	text-align: center;
	width: 95%;
	margin: 0 auto;
}

/*------------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_wrap {
	width: 100%;
}

.yoyaku_wrap h3 {
	font-size: 180%;
	color: #E5D55F;
	margin-bottom: 30px;
	text-align: center;
}

.yoyaku_wrap p.attention {
	font-size: 100%;
	display: flex;
	justify-content: center;
}

.yoyaku_unit {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.yoyaku_unit a.godetail {
	width: 46%;
	max-width: 320px;
	margin: 0 2% 20px;
}

@media screen and (max-width: 759.9px) {
	.yoyaku_wrap h3 {
		font-size: 120%;
	}

	.yoyaku_wrap p.attention {
		font-size: 90%;
	}
}

/*------------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: #E5D55F;
	text-decoration: underline;
	font-size: 110%;
}