@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap');
/*html{
		scroll-behavior: smooth;

}*/
body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 16px;
	color: #000;
	overflow-x: hidden;
}
a {
	transition: .3s;
}
a:link, a:visited {
	color: #0952a4;
}
a:hover {
	opacity: 0.8;
}
a:hover img {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1, Style=0, Opacity=80);
}
.active {
	opacity: 1;
}
.red {
	color: #FF0000;
}
:root {
	--gblack: #180614;
	--gwhitebk: #eaedf7;
	--gyellowbk: #fefdde;
	--gorange: #ee7948;
	--gblue: #008899;
	--gsky: #387dc0;
	--kyellow: #e7d44a;
	--gbtn: #1e50a2;
	--gtamashi: #ff4a1c;
	--gtamashi2: #ffa31d;
	/*jr*/
	--Jnavy: #01499d;
	--Jsky: #00a8e7;
	--jblue: #00499f;
	--navy: #1b1464;
	--subFont1: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	--subFont2: "Zen Kaku Gothic Antique", sans-serif;
	--subFont3: Arial, Helvetica, "sans-serif";
	--yellow: #ffff00;
	--yellowRGB: 255 255 0;
	--red: #ff0000;
}
.yellow {
	color: var(--yellow)
}
article img {
	width: 100%;
}
section, nav {
	position: relative;
	/*font-feature-settings: "palt";*/
	/*font-weight: 500;*/
}
section b {
	font-size: 1.2em;
}
section mark {
	background: linear-gradient(transparent 48%, var(--yellow) 48% 90%, transparent 90%);
}
.noWrap {
	white-space: nowrap;
}
.breakWord {
	word-break: break-word;
}
.textCenter {
	text-align: center;
}
.space {
	margin-right: .5em;
}
.tab-switch {
	display: none; /* ラジオボタン非表示 */
}
.White {
	color: #fff;
}
article .inner {
	max-width: 970px;
	margin: 0 auto;
	padding: 4em clamp(0.8rem, 0.702rem + 0.49vw, 1rem);
}
article .innerWrapper {
	margin-top: 1em;
	padding: 1px clamp(0.8rem, 0.455rem + 1.72vw, 1.5rem) 1em;
	background: #fff;
}
/*背景色設定*/
section:nth-of-type(even) {
	background: var(--gyellowbk);
}
section:nth-of-type(odd) {
	background-color: var(--gwhitebk);
}
section#title {
	background-color: transparent;
}
/*メインタイトル*/
section h2 {
	max-width: fit-content;
	font-family: var(--subFont2);
	font-size: clamp(1.125rem, 0.448rem + 3.38vw, 2.5rem);
	line-height: 1.4;
	text-align: center;
	color: var(--gtamashi);
	text-shadow: -1px -1px 1px var(--gtamashi2), 1px -1px 1px var(--gtamashi2), -1px 1px 1px var(--gtamashi2), 1px 1px 1px var(--gtamashi2);
	font-weight: 900;
	margin: 0 auto 1.2em;
	position: relative;
}
section h2::before {
	content: "";
	background: url(../images/hitodama1.png) no-repeat center / contain;
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	bottom: 0;
	left: -1.5em;
	animation: float 7s linear infinite 0.3s;
}
section h2::after {
	content: "";
	background: url(../images/hitodama2.png) no-repeat center / contain;
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	bottom: 0;
	right: -1.5em;
	animation: float 7.5s linear infinite 0.3s;
}
/*ナビゲーション*/
article nav {
	position: sticky;
	top: 0;
	z-index: 500;
	background: var(--gsky);
}
.topNav {
	max-width: fit-content;
	margin: auto;
	padding: .5em 0;
	text-align: center;
}
.topNav a span {
	display: inline-block;
	color: #fff;
	padding: 0 .5em 1px;
	margin: 2px 0;
	font-size: 1.2em;
}
.topNav a:nth-child(2) span {
	padding: 1px .3em;
	background: #fff;
	color: var(--gsky);
	font-weight: 700;
	margin: 1px .4em;
}
.topNav a:not(:last-of-type)::after {
	content: '|';
	color: #fff;
	font-size: 1.2em;
	vertical-align: top;
}
/*公演概要#overview*/
#overview .inner {
	padding: 3em clamp(0.8rem, 0.702rem + 0.49vw, 1rem) 4em;
}
#overview a:link, #overview a:visited {
	color: var(--Jsky);
	text-decoration: underline;
	text-underline-offset: 2px;
	font-weight: 700;
}
.intro {
	max-width: fit-content;
	font-family: var(--subFont2);
	font-size: 1.5em;
	line-height: 2;
	text-align: center;
	font-weight: 900;
	margin: -1em auto 2em;
}
.point {
	display: inline-block;
	background: #000;
	padding: 0 5px 1px;
	margin-left: .2em;
	color: #fff;
	font-size: .8em;
}
.detailsBox1 figure {
	width: 60%;
	margin: 0 auto;
}
.detailsBox1 dl {
	font-size: 1.2em;
}
.detailsBox1 dt {
	margin-top: .5em;
	font-weight: 500;
}
.detailsBox1 dt::before {
	content: '■';
	padding-right: .1em;
}
@media screen and (min-width: 600px) {
	.detailsBox1 {
		display: grid;
		grid-template-columns: 33% 1fr;
		line-height: 1.5;
		gap: 1.2em;
	}
	.detailsBox1 figure {
		width: 100%;
	}
	.detailsBox1 dt {
		margin-top: 0;
	}
	.detailsBox1 dl {
		display: grid;
		grid-template-columns: 7em 1fr;
	}
}
h3.guest {
	font-family: var(--subFont2);
	font-size: 1.5em;
	text-align: center;
	font-weight: 900;
	margin: 2em auto 1.5em;
}
.detailsBox2 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	margin: 1.5em auto 3em;
	gap: 1.5em 0;
}
.detailsBox2 li {
	display: flex;
	justify-content: center;
}
.detailsBox2 img {
	display: block;
	width: 50%;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.detailsBox2 p {
	width: 48%;
	padding: 0 1em 0 .5em;
	text-align: center;
	align-content: center;
}
.detailsBox3 {
	display: flex;
	justify-content: space-evenly;
	border: 6px solid var(--kyellow);
	padding: .7em;
	line-height: 1.5;
	background: var(--gblack);
	position: relative;
	margin-top: 2em;
}
.detailsBox4 {
	display: flex;
	justify-content: space-evenly;
	border: 6px solid var(--kyellow);
	padding: .7em;
	line-height: 1.5;
	background: var(--gblack);
	position: relative;
	margin-top: 2em;
}
#overview h4 {
	margin: .5em auto;
	font-size: clamp(0.938rem, 0.568rem + 1.85vw, 1.688rem);
	color: var(--yellow);
	font-weight: 900;
	text-align: center;
}
#overview h4.higaeri {
	color: var(--gtamashi2);
}
.detailsBox3 > ul {
	width: 45%;
}
.detailsBox3 p {
	color: #fff;
	font-size: 1.15em;
}
.detailsBox3 figure {
	flex-basis: 45%;
}
.detailsBox3 > div {
	margin: 0 0 0 1em;
	align-content: center;
	flex-basis: 52%;
}
.detailsBox4 p {
	color: #fff;
	font-size: 1.15em;
}
.detailsBox4 figure {
	flex-basis: 40%;
}
.detailsBox4 > div {
	margin: 0 0 0 1em;
	align-content: center;
	flex-basis: 57%;
}
.limited {
	display: block;
	width: max-content;
	margin: 0 auto .5em;
	font-size: .7em;
	padding: 0 10px;
	background: var(--gtamashi2);
	color: #000;
	border-radius: 20px;
}
/*プラン詳細＆お申込み#entry*/
.slash {
	max-width: max-content;
	margin: -1em auto .8em;
	font-family: var(--subFont2);
	font-size: clamp(1rem, 0.446rem + 2.77vw, 2.125rem);
	font-weight: 900;
	background: linear-gradient(transparent 75%, var(--yellow) 75% 90%, transparent 90%);
}
.slash::before, .slash::after {
	content: '/';
}
.slash::before {
	display: inline-block;
	transform: scale(-1, 1);
}
.plandetail {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
}
.tab-label {
	font-size: 1.4em;
	color: #000;
	font-weight: 700;
	background: var(--gwhitebk);
	text-align: center;
	padding: .3em 0 0;
	order: -1;
	position: relative;
	z-index: 1;
	cursor: pointer;
	border-radius: 2px 2px 0 0;
	flex: 1;
}
.tab-label:not(:last-of-type) {
	margin-right: 3%;
}
.tab-content {
	height: 0;
	overflow: hidden;
}
/* アクティブなタブ */
.tab-switch:checked + .tab-label {
	font-size: 1.5em;
	background: var(--kyellow);
}
.tab-switch:checked + .tab-label + .tab-content {
	background: var(--gblack);
	width: 100%;
	height: auto;
	overflow: auto;
	padding: 0 clamp(0.5rem, 0.254rem + 1.23vw, 1rem) 1em;
	border-top: solid .85em var(--kyellow);
	border-bottom: solid .85em var(--kyellow);
}
.plandetail h3 {
	color: #fff;
	font-size: 1.6em;
	text-align: center;
	margin-top: 15px;
	font-weight: 700;
	line-height: 1.1;
}
.plandetail h3.syukuhaku {
	background: var(--gblue);
	padding: .3em .5em .1em;
}
.plandetail h3.higaeri {
	background: var(--gorange);
	padding: .2em .5em 0;
}
.plandetail h3.higaeri img {
	margin-right: .5em;
	display: inline-block;
	width: 5em;
	vertical-align: -.3em;
}
.plandetail .planBox {
	background: #fff;
	padding: 0 clamp(0.188rem, -0.705rem + 4.46vw, 2rem) 1em;
}
.plandetail h3.syukuhaku + .planBox {
	border: solid 6px var(--gblue);
}
.plandetail h3.higaeri + .planBox {
	border: solid 6px var(--gorange);
}
.plandetail h4 {
	text-align: center;
	font-size: 1.5em;
	padding: 1em 0 .8em;
	line-height: 1.8;
	font-weight: 700;
}
.syukuhaku + .planBox h4:last-of-type {
	border-top: dotted 6px var(--gblue);
}
.higaeri + .planBox h4:last-of-type {
	border-top: dotted 6px var(--gorange);
}
.example {
	font-size: 1.25em;
	text-align: center;
}
.price {
	font-family: var(--subFont3);
	margin: 1em 0;
	color: red;
	white-space: nowrap;
}
.price b {
	font-size: 2.5em;
}
.example + p {
	text-align: center;
}
.planBox .kome {
	width: fit-content;
	margin: auto;
}
/*行程表.schedule*/
.schedule {
	margin-bottom: 1em;
}
.schedule h3 {
	font-family: var(--subFont2);
	font-size: clamp(1.125rem, 0.694rem + 2.15vw, 2rem);
	text-align: center;
	font-weight: 900;
	margin: 1.5em auto 0;
}
.schedule h4 {
	padding: .3em .5em 0;
	color: #fff;
	font-size: 1.5em;
	text-align: center;
	margin-top: .8em;
	font-weight: 700;
	line-height: 1.1;
}
.schedule h4.syukuhaku {
	background: var(--gblue);
}
.schedule h4.higaeri {
	background: var(--gorange);
}
.schedule h4.syukuhaku + .scheduleBox {
	border: solid 6px var(--gblue);
}
.schedule h4.higaeri + .scheduleBox {
	border: solid 6px var(--gorange);
}
.scheduleBox {
	background: #fff;
	padding: 5px;
	font-feature-settings: "palt";
	letter-spacing: .03em;
	line-height: 2.2;
}
.scheduleBox dl {
	border: solid 2px #999;
}
.scheduleBox dt {
	padding: .3em .5em 0;
}
.scheduleBox dd {
	padding: 0 .5em .3em;
}
.scheduleBox dt:nth-of-type(2) {
	border-top: dashed 1px #999;
}
.scheduleBox b {
	margin: .2em;
	font-size: 1.06em;
}
.scheduleBox small {
	font-size: .95em;
}
/*ご案内 #attention*/
#attention .innerWrapper {
	font-size: .95em;
	padding: 1em clamp(0.8rem, 0.455rem + 1.72vw, 1.5rem);
	background: #FFF;
}
.attention {
	padding: .8em;
	border: 2px #F00 solid;
	background: #FFF;
}
#attention h3 {
	background: var(--gblack);
	font-size: 1.1em;
	font-weight: 500;
	color: #fff;
	padding: .2em .5em .2em .5em;
	margin: 1.5em auto .6em;
	text-align: center;
}
#attention summary {
	background: var(--kyellow);
	font-size: 1.25em;
	font-weight: 800;
	color: #000;
	padding: .2em .5em .3em .5em;
	margin-top: .8em;
	cursor: pointer;
	list-style-type: none;
	position: relative;
	text-align: center;
	border: solid #000 4px;
}
#attention summary span {
	margin-right: 1em;
}
#attention summary::marker, #attention summary::-webkit-details-marker {
	display: none;
}
#attention summary::after {
	content: "";
	position: absolute;
	width: .7em;
	height: .7em;
	border-left: solid 3px #000;
	border-bottom: solid 3px #000;
	display: inline-block;
	top: 50%;
	translate: 0 -70%;
	transform-origin: center;
	transform: rotate(-45deg);
	transition: all .4s;
}
#attention details::details-content {
	interpolate-size: allow-keywords;
	height: 0;
	opacity: 0;
	overflow: clip;
	transition: all .4s allow-discrete;
}
#attention details[open]::details-content {
	opacity: 1;
	height: auto;
}
#attention details[open] summary::after {
	translate: 0 -30%;
	transform: rotate(135deg);
}
/* height:0→autoへのアニメーションが対応していない場合は、固定値にアニメーションさせる */
/*@supports not (interpolate-size: allow-keywords) { 
	#attention details[open]::details-content {
		height: 50vh;
		overflow-y: scroll;
	}
}*/
#attention h4 {
	padding-top: 1em;
	font-size: 1.05em;
	font-weight: 700;
	border-bottom: 2px solid #999;
	margin-bottom: 2px;
}
#attention .Btn {
	margin-top: 2em;
}
ul.midpoint > li, ul.kome > li, ul.square > li {
	line-height: 1.4;
	padding-top: .25em;
	text-indent: -1em;
	margin-left: 1em;
}
ul.kome > li:before {
	content: '※';
}
ul.square > li:before {
	content: '■';
	padding-right: .1em;
}
ul.midpoint > li:before {
	content: '●';
	font-size: .8em;
	padding-right: .1em;
	vertical-align: middle;
}
#osusume {
	text-align: center;
}
#osusume p {
	width: min(700px, 85%);
	margin: auto;
}
#osusume img {
	display: block;
	box-shadow: 1px 1px 3px rgb(0 0 0 / 35%);
}
/*ボタン共通*/
.Btn a {
	display: block;
	border-radius: 6px;
	background: var(--gbtn);
	color: #fff;
	font-family: var(--subFont1);
	font-weight: 700;
	padding: .5em .4em;
	position: relative;
	font-size: 1.4em;
	text-align: center;
	align-content: center;
	box-shadow: 3px 2px 3px #000;
	transform: translate(0, 0);
	transition: all .2s;
}
.Btn a:hover {
	transform: translate(3px, 2px);
	box-shadow: 0 0 0 #000;
}
.Btn a::after {
	content: "";
	border-top: solid 2px;
	border-right: solid 2px;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 3%;
	transform: rotate(45deg);
	translate: 0 -50%;
}
.Btn a + span {
	display: block;
	width: fit-content;
	margin: .5em auto 0;
	font-size: 1.2em;
	color: #fff;
}
.btnWrap {
	display: grid;
	gap: 1.7em;
	max-width: 840px;
	margin: 1em auto .5em;
}
/*販売前ボタン＋ボタン非活性コード　・・・該当ボタンを含むタブに class="beforeSale"付与する*/
.beforeSale .Btn a {
	pointer-events: none;
}
.beforeSale .Btn a::before {
	display: grid;
	place-items: center;
	position: absolute;
	font-size: 1.2em;
	background: #999;
	z-index: 100;
	inset: 0px;
	border-radius: 5px;
}
.beforeSale .Btn a::before {
	content: "coming soon!";
}
/*販売終了ボタン含むタブに class="ended"付与する*/
.ended a {
	background: #999;
	pointer-events: none;
}
@media screen and (max-width: 759.9px) {
	.spnone {
		display: none !important;
	}
	/*メインビジュアル*/
	.titlePc {
		display: none;
	}
	article nav, section {
		font-size: 13px;
		line-height: 1.4;
	}
	.meritRight {
		margin: 1em auto 0;
		width: min(300px, 95%);
	}
	#overview h4 {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
	}
	.limited {
		margin: 0 auto .3em;
	}
	.detailsBox3 {
		padding: clamp(3.625rem, 2.64rem + 4.92vw, 5.625rem) .7em 1em;
	}
	.detailsBox4 {
		padding: clamp(3.625rem, 2.64rem + 4.92vw, 5.625rem) .7em 1em;
	}
	@keyframes float {
		0% {
			transform: translate(0%, 0%);
			opacity: 0;
		}
		10% {
			transform: translate(-4%, 4.5%);
			opacity: 1;
		}
		20% {
			transform: translate(-5%, 2.5%);
		}
		30% {
			transform: translate(-5.5%, -3.5%);
		}
		40% {
			transform: translate(-3.5%, -2.5%);
		}
		50% {
			transform: translate(0%, 0%);
		}
		60% {
			transform: translate(3.5%, 3.5%);
		}
		70% {
			transform: translate(5%, 3.5%);
		}
		80% {
			transform: translate(4.5%, -2%);
			opacity: .5;
		}
		90% {
			transform: translate(2.5%, -3.5%);
			opacity: 0;
		}
		100% {
			transform: translate(0%, 0%);
			opacity: 0;
		}
	}
	/*	以下削除不可====================================================*/
	/*news*/
	#newsImportant {
		margin: 5px;
		display: flex;
		font-size: 11px;
	}
	#newsImportant dt {
		width: 72px;
		height: fit-content;
		background: #e62d2d;
		color: #FFF;
		text-align: center;
		border-radius: 3px;
		margin-top: 2px;
		padding: 3px 0;
	}
	#newsImportant dd {
		width: 100%;
		padding: 0 10px;
	}
	#newsImportant li {
		padding: 5px 3px 5px 12px;
		position: relative;
		font-size: 1.1em;
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	}
	#newsImportant li:nth-of-type(n+2) {
		border-top: 1px dotted #ccc;
	}
	#newsImportant li:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 6px solid #555555;
		border-right: 0;
		position: absolute;
		top: 7px;
		left: 0;
	}
	/*pagetop*/
	#pagetop {
		display: none;
		position: fixed;
		right: 10px;
		bottom: 10px;
		z-index: 100;
	}
	#pagetop a {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		width: 3em;
		height: 3em;
		background-color: rgba(255, 255, 255, .5);
		border: solid 1px #152a8c;
		border-radius: 50vh;
	}
	#pagetop a::after {
		content: '';
		width: 7px;
		height: 7px;
		border-style: solid;
		border-width: 0 6px 9px 6px;
		border-color: transparent transparent #152a8c transparent;
	}
}
@media screen and (min-width: 760px), print {
	.pcnone {
		display: none !important;
	}
	.titlePc {
		display: block;
	}
	.titleSp {
		display: none;
	}
	#title {
		max-width: 1000px;
		margin: auto;
	}
	.detailsBox4 figure {
		flex-basis: 35%;
	}
	.detailsBox4 > div {
		margin: 0 0 0 1em;
		align-content: center;
		flex-basis: 62%;
	}
	.topNav {
		padding: .8em 0;
	}
	.topNav a span {
		padding: 0 .8em 1px;
	}
	.topNav a:nth-child(2) span {
		padding: 1px .3em 2px;
		margin: 1px .6em;
	}
	.planPR {
		position: absolute;
		width: 59%;
		right: 0%;
		top: 55%;
	}
	.btnWrap {
		grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	}
	section {
		line-height: 1.6;
	}
	#intro p {
		text-align: center;
		font-size: 1.05em;
	}
	#plan {
		margin-top: 6em;
	}
	#plan::before, #plan::after {
		margin: -40px 2px;
	}
	.plandetail h4 {
		padding: 1em 0 0;
	}
	@keyframes float {
		0% {
			transform: translate(0%, 0%);
			opacity: 0;
		}
		10% {
			transform: translate(-3.5%, 4.5%);
			opacity: 1;
		}
		20% {
			transform: translate(-4.5%, 2%);
		}
		30% {
			transform: translate(-4.5%, -3.5%);
		}
		40% {
			transform: translate(-3.5%, -2.5%);
		}
		50% {
			transform: translate(0%, 0%);
		}
		60% {
			transform: translate(2.5%, 3.5%);
		}
		70% {
			transform: translate(4.5%, 3.5%);
		}
		80% {
			transform: translate(4.5%, -2%);
			opacity: .5;
		}
		90% {
			transform: translate(2.5%, -3.5%);
			opacity: 0;
		}
		100% {
			transform: translate(0%, 0%);
			opacity: 0;
		}
	}
	/*以下削除不可==================================================== */
	/*news*/
	#newsImportant {
		width: 100%;
		max-width: 970px;
		margin: 5px auto;
		display: flex;
		font-size: 12px;
		padding: 8px;
	}
	#newsImportant dt {
		width: 72px;
		height: fit-content;
		background: #e62d2d;
		color: #FFF;
		text-align: center;
		border-radius: 3px;
		margin-top: 1px;
		padding: 3px 0;
	}
	#newsImportant dd {
		width: 100%;
		padding: 0 10px;
	}
	#newsImportant li {
		padding: 3px 3px 3px 12px;
		position: relative;
		font-size: 13px;
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	}
	#newsImportant li:nth-of-type(n + 2) {
		border-top: 1px dotted #ccc;
	}
	#newsImportant li:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 6px solid #555555;
		border-right: 0;
		position: absolute;
		top: 7px;
		left: 0;
	}
	/*pagetop*/
	#pagetop {
		display: none;
		position: fixed;
		right: 50px;
		bottom: 50px;
		cursor: pointer;
		z-index: 100;
	}
	#pagetop a {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		width: 80px;
		height: 80px;
		background-color: rgba(255, 255, 255, .5);
		border: solid 1px #152a8c;
		border-radius: 50vh;
	}
	#pagetop a::after {
		content: '';
		width: 7px;
		height: 7px;
		border-style: solid;
		border-width: 0 6px 9px 6px;
		border-color: transparent transparent #152a8c transparent;
	}
	#pagetop a:hover {
		background-color: #152a8c;
	}
	#pagetop a:hover::after {
		border-width: 0 6px 9px 6px;
		border-color: transparent transparent #fff transparent;
	}
}