@charset "UTF-8";

.open {
	display: flex;
	justify-content: center;
	align-items: center;
	align-items: center;
	margin-bottom: 15px;
	padding: 15px 0;
	background: #e0dcc3;
	font-size: 13px;
	line-height: 1;
}

.open_col {
	padding: 10px 15px;
}

.open_col.-date {
}

.open_col.-open {
	border-left: 1px solid #ffffff;
}

.open_date {
}

.open_date > span {
	vertical-align: middle;
}

.open_date > span.-year {
}

.open_date > span.-date {
	font-size: 24px;
}

.open_date > span.-week {
}

.open_status {
	font-style: normal;
	font-size: 16px;
	line-height: 1.3;
}

.open_status span {
	font-size: 18px;
}

.secImpo {
	display: none;
	margin-bottom: 40px;
	overflow: hidden;
}

.secImpo_ttl {
	float: left;
}

.secImpo_list {
	list-style-type: none;
	margin-left: 150px;
}

.secImpo_list > li {
}

.secImpo_list > li a {
	display: flex;
	flex-wrap: nowrap;
	text-decoration: none !important;
}

.secImpo_list > li a time {
	display: inline-block;
	flex-shrink: 0;
	width: 7em;
	margin-top: 0.2em;
	color: #444444;
	font-size: 12px;
	white-space: nowrap;
}

.secImpo_list > li a span {
	flex: 1;
	color: #ba2020;
	font-size: 14px;
	text-decoration: underline;
}

.secImpo_list > li a:hover span {
	text-decoration: none;
}

.slide {
	position: relative;
	z-index: 1;
	border-top: 1px solid #cac6bb;
	border-bottom: 1px solid #cac6bb;
	background: #eeeddc;
}

.slide_loading {
	position: absolute;
	top: 50%;
	z-index: 0;
	width: 100%;
	margin-top: -25px;
	text-align: center;
}

.slide_list {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.slide_item {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 120%;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide_item.is-current {
	z-index: 2;
}

.slide_item-no1 {
	background-image: url(../img_new/pt-slide01.jpg);
}

.slide_item-no2 {
	background-image: url(../img_new/pt-slide02.jpg);
}

.slide_item-no3 {
	background-image: url(../img_new/pt-slide03.jpg);
}

.slide_item > img {
	visibility: hidden;
}

.hero {
}

.hero img {
	width: 100%;
	max-height: 400px;
	object-fit: cover;
}

/* インデックスナビ */
.indexNavi {
	margin: 30px 0 50px;
}

html[lang="en"] .indexNavi {
	margin-bottom: 20px;
}

.indexNavi_list {
	list-style: none;
}

.indexNavi_item {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	float: left;
	width: 320px;
	margin: 0 20px 18px 0;
	        box-shadow: 0 0 3px 3px rgba(212, 198, 156, 0.2);
	background-position: right;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-color: #f8f7f1;

	-webkit-box-shadow: 0 0 3px 3px rgba(212, 198, 156, 0.2);
	   -moz-box-shadow: 0 0 3px 3px rgba(212, 198, 156, 0.2);
	-webkit-transition: opacity 0.3s;
}

.indexNavi_item:hover {
	opacity: 0.7;
}

.indexNavi_item > a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.indexNavi_list > li:nth-child(3n) {
	margin-right: 0;
}

.indexNavi_list > li:nth-child(3n + 1) {
	clear: both;
}

.indexNavi_item_inner {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100px;
	padding: 5px 15px;
}

html[lang="en"] .indexNavi_item_inner {
	padding: 10px 15px;
}

.indexNavi_item_inner h4 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 28px;
}

.indexNavi_item-no1 {
	background-image: url(../img_new/bg-index-navi01.jpg);
}

.indexNavi_item-no2 {
	background-image: url(../img_new/bg-index-navi02.jpg);
}

.indexNavi_item-no3 {
	background-image: url(../img_new/bg-index-navi03.jpg);
}

.indexNavi_item-no4 {
	background-image: url(../img_new/bg-index-navi04.jpg);
}

.indexNavi_item-no5 {
	background-image: url(../img_new/bg-index-navi05.jpg);
}

.indexNavi_item-no6 {
	background-image: url(../img_new/bg-index-navi06.jpg);
}

.indexNavi_item-no7 {
	background-image: url(../img_new/bg-index-navi07.jpg);
}

.indexNavi_item-no8 {
	background-image: url(../img_new/bg-index-navi08.jpg);
}

.indexNavi_item-no9 {
	background-image: url(../img_new/bg-index-navi09.jpg);
}

.indexNavi_item-no10 {
	background-image: url(../img_new/bg-index-navi10.jpg);
}

.indexNavi_item-no11 {
	background-image: url(../img_new/bg-index-navi11.jpg);
}

.indexNavi_item-no12 {
	background-image: url(../img_new/bg-index-navi12.jpg);
}

.indexNavi_item-no13 {
	background-image: url(../img_new/bg-index-navi13.jpg);
}

html[lang="en"] .indexNavi_headline {
	min-height: 2em;
	line-height: 2;	/* margin: 0 0 11px; */
}

html[lang="en"] .indexNavi_headline-multiline {
	line-height: 1;
}

.indexNavi_text {
	color: #4a391f;
	font-size: 12px;
	line-height: 1.5;
}

html[lang="en"] .indexNavi_text {
	min-height: 4.8em;
	font-size: 10px;
	line-height: 1.2;
}

.pageBody {
	padding-top: 42px;
	background: url(../img_new/bg-body.png) center top repeat-x;
}

/* ダイアリー */
.secDiary {
	position: relative;
	z-index: 1;
	margin: 0 0 30px;
}

.secDiary_title {
	margin-bottom: 1em;
}

.secDiary_moreLink {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.entry {
	font-size: 12px;
	line-height: 1.6;
}

.entry_title {
	margin: 0.3em 0 0.5em;
	color: #514025;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.3;
	text-decoration: underline;
}

a:hover .entry_title {
	text-decoration: none;
}

.entry_imgCol {
	visibility: hidden;
}

.entry_date {
	margin-top: 15px;
	overflow: hidden;
	font-weight: normal;
	font-size: 14px;
}

.entry_date dt {
	float: left;
}

.entry_date dd {
	display: block;
	margin-left: 7em;
}

.entry_date img {
	vertical-align: middle;
}

.entry a {
	color: inherit;
	text-decoration: none;
}

/* お知らせ */
.secInfo {
	position: relative;
	z-index: 1;
	margin: 0 0 30px;
}

.secInfo_moreLink {
	position: absolute;
	top: 5px;
	right: 0;
	z-index: 1;
}

.secInfo_title {
	margin-bottom: 1em;
}

.secInfo_list {
	list-style: none;	/* line-height: 1.3; */
}

.secInfo_list > li > a {
	display: block;
	overflow: hidden;
	color: inherit;
	text-decoration: none;
	white-space: nowrap;

	text-overflow: ellipsis;
}

.secInfo_list > li time {
}

.secInfo_list_title {
	margin: 0 0 0 1em;
	color: #514025;
	text-decoration: underline;
}

a:hover .secInfo_list_title {
	text-decoration: none;
}

.contact {
	padding: 12px;
	background: url(../img_new/bg-contact.jpg) repeat;
	background-size: 100% 100%;
	font-size: 12px;
}

.contact_list dt {
	color: #493a1f;
	font-weight: bold;
}

.homeNavi {
	margin: 25px 0 0;
}

.homeNavi_list {
	list-style: none;
}

.homeNavi_list > li {
}

.homeNavi_list > li > a {
	display: block;
	border-bottom: 1px solid #b4b2a4;
	color: inherit;
	line-height: 32px;
	text-decoration: none;
	        transition: background-color 0.3s;

	-webkit-transition: background-color 0.3s;
}

.homeNavi_list > li > a:hover {
	background: #e2dfc6;
}

.homeNavi_list > li > a:before {
	content: ">";
	margin: 0 5px 0 0;
}

.homeNavi_list > li > a .icon-blank {
	margin: 0 0 0 5px;
	font-size: 90%;
}

/* つべ */

.movie {
	margin: 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.movie > iframe {
	display: block;
	width: 100%;
	max-width: 472px;
	margin: 0 auto;
}

/* ライトアップバナー */
.bnrRightup {
	width: 660px;
	margin: 22px auto;
	text-align: center;
}

.bnrRightup > a {
	display: block;
	position: relative;
	z-index: 1;
	min-height: 130px;
	padding: 0 0 0 300px;
	border: 1px solid #c3bfb1;
	background: #ffffff url(../gyokusen-in/img/bg-bnr-rightup.png) right center no-repeat;
	        transition: opacity 0.3s;

	-webkit-transition: opacity 0.3s;
}

.bnrRightup > a:hover {
	opacity: 0.8;
}

.bnrRightUp_txt {
	padding: 34px 27px 0;
}

html[lang="ja"] .bnrRightUp_txt,
html[lang="en"] .bnrRightUp_txt {
	padding-top: 28px;
}

.bnrRightUp_title {
}

.bnrRightUp_title > img {
}

.bnrRightUp_image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.bnrRightUp_image > img {
}

.ticketLink {
	margin-bottom: 15px;
}

.ticketLink > a {
	display: inline-block;
	box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.2);
}

.ticketLink > a img {
	width: 100%;
	height: auto;
}

.arLink {
	margin: 0 0 16px;
}

.arLink > a {
	font-size: 19px;
	line-height: 52px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.arLink > a img {
	vertical-align: middle;
}

.arLink > a .icon {
	margin: 0 8px 0 0;
}

.appLink {
	margin: 0 0 16px;
}

/* .appLink > a {
	display: block;
	box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.2);
	background: linear-gradient(45deg,  #5781bf 0%,#2e5c9f 100%);
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	line-height: 52px;
	font-family: serif;
	text-decoration: none;
	text-align: center;
	transition: opacity 0.3s;
} */

.appLink > a:hover {
	opacity: 0.8;
}

.appLink > a .icon {
	margin: 0 8px 0 0;
}

/* タブレット以下設定 */
@media screen and (max-width:999px) {
	.slide_item {
		background-size: auto 100%;
	}

	/* インデックスナビ */
	.indexNavi {
		margin: 0 0 5%;
	}

	.indexNavi_item {
		width: 49%;
		margin: 0 2% 18px 0;
		background-position: right center;
		background-size: auto 100%;
	}

	.indexNavi_list > li:nth-child(3n) {
		margin-right: 2%;
	}

	.indexNavi_list > li:nth-child(2n) {
		margin-right: 0;
	}

	.indexNavi_list > li:nth-child(3n + 1) {
		clear: none;
	}

	.indexNavi_list > li:nth-child(2n + 1) {
		clear: both;
	}

	.indexNavi_item_inner {
		padding: 13px;
	}

	.pageBody {
		padding-top: 4.2%;
	}

	/* ダイアリー */
	.secDiary {
		margin: 0 0 20px;
	}

	.entry_txtCol {
		width: 100%;
		padding-right: 110px;
		        box-sizing: border-box;

		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
	}

	.entry_imgCol {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
		width: 100px;
	}

	.entry {
		position: relative;
		z-index: 1;
	}

	.entry_title {
		font-size: 15px;
	}

	/* お知らせ */
	.contact {
		padding: 5px;
	}

	.homeNavi {
		margin: 20px 0 0;
	}

	/* ライトアップバナー */
	.bnrRightup {
		width: 640px;
		margin: 12px auto;
	}

	.bnrRightup-jp {
		margin: -22px auto 32px;
	}

	.bnrRightup > a {
	}

	.bnrRightup > a:hover {
	}

	.bnrRightUp_txt {
	}

	.bnrRightUp_title {
	}

	.bnrRightUp_title > img {
	}

	.bnrRightUp_image {
	}

	.bnrRightUp_image > img {
	}

	.arLink {
		margin: 0 0 10px;
	}

	.arLink > a {
		font-size: 15px;
		line-height: 42px;
	}

	.arLink > a .icon {
		margin: 0 5px 0 0;
	}

	.arLink > a img {
		width: 100px;
	}
}

/* All SP */
@media screen and (max-width:639px) {
	.secImpo {
		margin-bottom: 20px;
	}

	.secImpo_ttl {
		float: none;
	}

	.secImpo_list {
		margin-top: 5px;
		margin-left: 0;
	}

	.secImpo_list > li {
	}

	.secImpo_list > li a {
		display: block;
		padding: 4px 6px;
	}

	.secImpo_list > li a time {
		margin-top: 0;
		margin-right: 0;
		font-size: 10px;
	}

	.secImpo_list > li a span {
		display: block;
		font-size: 12px;
	}

	.secImpo_list > li a:hover span {
	}

	.indexNavi {
		margin-bottom: 30px;
	}

	.indexNavi_item {
		float: none;
		width: 100%;
		margin: 0 0 10px;
	}

	.indexNavi_headline {
		margin-bottom: 0;
	}

	.indexNavi_text {
		display: none;
	}

	.indexNavi_item_inner {
		min-height: auto;
		padding: 10px;
	}

	.secInfo_list > li > a {
		padding: 4px 0;
		font-size: 12px;
	}

	.secInfo_list > li time {
		display: block;
		font-size: 10px;
		line-height: 1;
	}

	.secInfo_list_title {
		margin: 0;
	}

	.entry {
		font-size: 10px;
	}

	.entry_title {
		margin: 0.3em 0;
		font-size: 14px;
	}

	.entry_date {
		font-size: 13px;
	}

	.entry_date dt {
		float: none;
	}

	.entry_date dd {
		margin-left: 0;
	}

	.contents_rightCol {
		margin: 20px 0 0;
	}

	.contact {
		padding: 10px;
	}

	.homeNavi {
		margin-top: 15px;
		margin-bottom: 30px;
	}

	.homeNavi_list > li > a {
		position: relative;
		z-index: 1;
		border-bottom: 1px dashed #b4b2a4;
	}

	.homeNavi_list > li > a:before {
		display: none;
	}

	.homeNavi_list > li > a:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 10px;
		z-index: 1;
		width: 6px;
		height: 6px;
		margin-top: -4px;
		border: 2px solid #49391e;
		border-bottom: none;
		border-left: none;
		        transform: rotate(45deg);

		-webkit-transform: rotate(45deg);
	}

	/* ライトアップバナー */
	.bnrRightup {
		width: 100%;		/* margin: 12px auto 0; */
	}

	.bnrRightup-jp {
		width: 102%;
		margin-left: -1%;
	}

	.bnrRightup > a {
		min-height: 0;
		padding: 20px;
		background-size: 100% 100%;
		text-align: center;
	}

	.bnrRightup > a:hover {
	}

	.bnrRightUp_txt {
		margin: 0 0 11px;
		padding: 0 !important;
	}

	.bnrRightUp_title {
	}

	.bnrRightUp_title > img {
		/* width: 149px; */
	}

	.bnrRightUp_image {
		position: static;
	}

	.bnrRightUp_image > img {
	}

	.ticketLink {
		margin: 0 0 10px;
	}

	.arLink {
		margin: 0 0 10px;
	}

	.arLink > a {
		font-size: 14px;
		line-height: 36px;
	}

	.arLink > a .icon {
	}

	/* .movie {
		flex-flow: column;
	} */
}
