@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');
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 {
	--Jnavy: #01499d;
	--Jsky: #00a8e7;
	--Jblue: #00499f;
	--navy: #1b1464;
	--ngreen: #02a19a;
	--ngreen2: #00c1bb;
	--nrgreen: #d5f5f4;
	--nrgreen2: #e5f9f8;
	----nrblue: #f2fcfc;
	--nblue: #3366cc;
	--nrblue2: #E1E8F7;
	--subFont1: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	--subFont2: "M PLUS Rounded 1c", 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;
}
.small {
	font-size: .7em;
}
article {
	background: var(--nrgreen);
}
article .inner {
	max-width: 970px;
	margin: 0 auto;
	padding: 2em clamp(0.8rem, 0.702rem + 0.49vw, 1rem) 2em;
}
article .innerWrapper {
	padding: 1.5em clamp(0.8rem, 0.455rem + 1.72vw, 1.5rem) 1em;
	background: #fff;
}
article figcaption {
	font-size: .7em;
	text-align: right;
	margin-bottom: .8em;
}
ul.midpoint > li, ul.kome > li, ul.square > li {
	line-height: 1.4;
	padding-top: .3em;
	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: .1em;
}
/*メインタイトル*/
.mainTitle {
	font-family: var(--subFont2);
	font-size: 2em;
	font-weight: 800;
	color: #fff;
	text-align: center;
	width: max-content;
	margin: auto;
	background: var(--ngreen2);
	padding: 0 1em;
	position: relative;
}
.mainTitle:before, .mainTitle:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
}
.mainTitle:before {
	top: 0;
	left: 0;
	border-width: 18.5px 0px 18.5px 12px;
	border-color: transparent transparent transparent var(--nrgreen);
	border-style: solid;
}
.mainTitle:after {
	top: 0;
	right: 0;
	border-width: 18.5px 12px 18.5px 0px;
	border-color: transparent var(--nrgreen) transparent transparent;
	border-style: solid;
}
/*ナビゲーション*/
article nav {
	/*	position: sticky;
	top: 0;
*/ z-index: 500;
	background: var(--ngreen);
}
.topNav {
	max-width: fit-content;
	margin: auto;
	padding: .3em 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[href="#entry"] span {
	padding: 1px .3em;
	background: #fff;
	color: var(--ngreen);
	font-weight: 700;
	margin: 1px .4em;
}
.topNav a:not(:last-of-type)::after {
	content: '|';
	color: #fff;
	font-size: 1.2em;
	vertical-align: top;
}
/*プロフィール#profile*/
#profile h2 {
	width: min(400px, 70%);
	margin: auto;
}
#profile h2 + div {
	padding: 1.5em;
	background: repeating-linear-gradient(-140deg, var(--nrgreen2), var(--nrgreen2) 18px, var(----nrblue) 18px, var(----nrblue) 36px);
}
.profileText1 {
	font-family: var(--subFont2);
	font-size: 2em;
	font-weight: 800;
	color: var(--ngreen);
	text-align: center;
	width: fit-content;
	margin: 0 auto;
	border-bottom: 2px solid;
	-webkit-text-stroke: 5px #fff;
	text-stroke: 2px var(--ngreen);
	paint-order: stroke;
}
.profileText2 {
	width: fit-content;
	margin: .5em auto 0;
	font-size: 1.1em;
	font-weight: 700;
	color: var(--ngreen);
	line-height: 2;
	-webkit-text-stroke: 5px #fff;
	text-stroke: 2px var(--ngreen);
	paint-order: stroke;
}
.profileText3 {
	text-align: center;
}
.profileText3 a {
	font-weight: 700;
	text-align: center;
	color: var(--ngreen);
	line-height: 2;
	text-decoration-line: underline;
}
.profileText4 {
	color: #fff;
	max-width: 800px;
	margin: 1em auto 0;
	font-size: 1.1em;
	font-weight: 700;
	text-align: center;
	background: linear-gradient(to right, var(--ngreen) 0%, var(--ngreen2) 20%, var(--ngreen2) 80%, var(--ngreen) 100%);
	line-height: 2;
	padding: 1em;
	border: solid 5px #fff;
	outline: solid 2px #999;
	outline-offset: -7px;
	box-shadow: 0px 0px 3px #999;
	-webkit-text-stroke: 2px var(--ngreen);
	text-stroke: 2px var(--ngreen);
	paint-order: stroke;
	border-radius: 20px;
}
.profileText4 b {
	display: block;
	text-align: center;
	font-size: 1.3em;
	color: var(--yellow);
}
/*モデルコース#modelCourse*/
#modelCourse .inner {
	padding: 2em clamp(0.8rem, 0.702rem + 0.49vw, 1rem) 0;
}
.NotEqualMeicontop {
	display: inline-block;
	vertical-align: -.5em;
	padding-right: .2em;
	width: 100px;
}
.tabiwaicontop {
	display: inline-block;
	vertical-align: -.3em;
	padding-right: .2em;
	width: 150px;
}
.explanation {
	font-size: 1.5em;
	font-family: var(--subFont2);
	font-weight: 800;
	color: var(--ngreen);
	margin-top: .6em;
}
.plandetail {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 0;
}
.tab-label {
	font-size: 1.3em;
	line-height: 1.2;
	color: var(--ngreen);
	font-weight: 700;
	background: var(--nrgreen2);
	text-align: center;
	padding: .5em .3em;
	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: .8%;
}
.tab-content {
	height: 0;
	overflow: hidden;
	line-height: 1.5;
}
.tab-switch:checked + .tab-label {
	background: var(--ngreen);
	color: #fff;
}
.tab-switch:checked + .tab-label::after {
	position: absolute;
	content: '';
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	border: 15px solid transparent;
	border-top: 15px solid var(--ngreen);
	width: 0;
	height: 0;
}
.tab-switch:checked + .tab-label + .tab-content {
	width: 100%;
	height: auto;
	overflow: auto;
}
/*モデルコース内*/
.comment {
	width: min(410px, 90%);
	margin: .2em auto;
}
.traffic {
	display: flex;
	position: relative;
	margin: 10px 0 10px 12px;
}
.traffic::before {
	content: "";
	width: 4px;
	height: 100%;
	background-color: #0066cc;
	position: absolute;
	border-radius: 10px;
}
.traffic img {
	display: inline-block;
	width: 30px;
	margin: 5px 10px;
}
.traffic span {
	display: block;
	align-content: center;
}
.trafficBlanc {
	height: 30px;
}
img.tabiwaicon {
	width: 110px !important;
	vertical-align: middle !important;
}
.modelBox1 {
	margin-top: 5px;
}
.modelBox2 ul {
	display: grid;
	grid-template-columns: 45% 45%;
	justify-content: space-evenly;
}
.modelBox1 .photo {
	width: min(500px, 70%);
	margin: 0 0 1em 0;
}
.locationName {
	font-size: 20px;
	font-weight: 700;
}
.SublocationName {
	font-size: .9em;
	font-weight: 700;
	margin-bottom: .2em;
}
.locationText {
	font-size: 16.2px;
	margin-top: .2em;
}
.locationName img {
	width: 26px;
	height: auto;
	display: inline-block;
	vertical-align: text-bottom;
}
.locationData {
	margin-top: 5px;
}
.locationData dl {
	width: min(660px, 100%);
	display: grid;
	grid-template-columns: 5em 1fr;
	margin-top: 2px;
}
.locationData dt {
	background: var(--nblue);
	color: #FFF;
	padding: 4px;
	text-align: center;
}
.locationData dd {
	background: var(--nrblue2);
	padding: 4px 10px;
}
/*お申込み#entry */
#entry .inner {
	padding: 0 clamp(0.8rem, 0.702rem + 0.49vw, 1rem) 2em;
}
#entry .innerWrapper > div {
	background: repeating-linear-gradient(-140deg, var(--nrgreen2), var(--nrgreen2) 18px, var(----nrblue) 18px, var(----nrblue) 36px);
	padding: 1em;
}
#entry h2 {
	font-family: var(--subFont2);
	font-size: clamp(1.063rem, 0.601rem + 2.31vw, 2rem);
	font-weight: 800;
	width: fit-content;
	margin: auto;
	color: var(--ngreen);
	background: linear-gradient(transparent 60%, var(--yellow) 60% 90%, transparent 90%);
}
#entry h2::before, #entry h2::after {
	content: '/';
}
#entry h2::before {
	display: inline-block;
	transform: scale(-1, 1);
}
#entry h2 + ul {
	padding: .5em .8em .8em .8em;
	border-radius: 5px;
	border: solid 3px var(--red);
	outline: solid 2px var(--red);
	outline-offset: -8px;
	background: #fff;
}
/*デジタルチケット#digitalTicket*/
#digitalTicket p {
	font-size: 1.5em;
	width: fit-content;
	margin: .8em auto;
	font-family: var(--subFont2);
	font-weight: 800;
	color: var(--ngreen)
}
.ticketBox {
	display: grid;
	gap: 1.5em 3%;
	line-height: 1.5;
	margin-top: .5em;
}
.ticketBox dt {
	background: repeating-linear-gradient(-140deg, var(--nrgreen2), var(--nrgreen2) 18px, var(----nrblue) 18px, var(----nrblue) 36px);
	font-size: 1.2em;
	color: var(--ngreen);
	padding: .5em;
	-webkit-text-stroke: 5px #fff;
	text-stroke: 2px var(--ngreen);
	paint-order: stroke;
}
.ticketBox dl {
	background: #fff;
}
.ticketBox dd {
	padding: 1em;
}
/*キャンペーン情報#campain*/
#campain ul {
	width: min(700px, 90%);
	margin: 2em auto 0;
	line-height: 1.5;
}
#campain li:first-of-type {
	margin-bottom: 1em;
}
#campain li a {
	display: block;
	margin-bottom: .2em;
}
/*WeSTER IDをお持ちでないお客様*/
.westerIDBox {
	border: solid 2px var(--ngreen);
	padding: 1em;
	background: #fff;
}
#westerID h2 {
	font-size: 1.2em;
	text-decoration-line: underline;
	font-weight: 700;
	text-align: center;
	color: var(--ngreen);
}
/*その他おすすめ情報#other*/
#other ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 1em 3%;
	margin-top: 2em;
}
/*ボタン共通*/
.Btn a {
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: block;
	text-align: center;
	letter-spacing: 0.1em;
	color: #fff;
	border-radius: 5px;
	padding: .8em .4em;
	font-size: 1.4em;
	align-content: center;
	border: solid 1px var(--ngreen);
	outline: solid 6px #fff;
	outline-offset: -7px;
	box-shadow: 2px 2px 1px var(--ngreen);
	-webkit-text-stroke: 2px var(--ngreen);
	text-stroke: 2px var(--ngreen);
	paint-order: stroke;
	background: linear-gradient(to right, var(--ngreen) 0%, var(--ngreen2) 20%, var(--ngreen2) 80%, var(--ngreen) 100%);
	transform: translate(0, 0);
	transition: all 0.2s;
}
.Btn a::after {
	content: "";
	border-top: solid 2px;
	border-right: solid 2px;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 4%;
	transform: rotate(45deg);
	translate: 0 -50%;
	transition: all .2s;
}
.Btn a:hover {
	transform: translate(2px, 2px);
	box-shadow: 0px 0px 0px var(--ngreen);
}
.btnWrap {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 2em;
	max-width: 95%;
	margin: 1.5em auto .5em;
}
/*販売前ボタン＋ボタン非活性コード　・・・該当ボタンを含むタブに class="beforeSale"付与する*/
.beforeSale .Btn a {
	pointer-events: none;
}
.beforeSale .Btn a::before {
	display: grid;
	place-items: center;
	position: absolute;
	font-size: 1.5em;
	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;
	}
	.limited {
		margin: 0 auto .3em;
	}
	/*	以下削除不可====================================================*/
	#dirPathBlock, #anchorLinkBlock {
		font-size: 12px;
		margin: 1%;
	}
	/*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;
	}
	#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;
	}
	img.titleSp {
		display: none !important;
	}
	img.titlePc {
		display: block;
		min-height: 450px;
		object-fit: cover;
		object-position: center;
	}
	.topNav a span {
		padding: 0 .8em 1px;
	}
	.topNav a[href="#entry"] span {
		padding: 1px .3em 2px;
		margin: 1px .6em;
	}
	.profileText2 {
		text-align: center;
	}
	section {
		line-height: 1.6;
	}
	.mainTitle:before {
		top: 0;
		left: 0;
		border-width: 26px 0px 26px 15px;
		border-color: transparent transparent transparent var(--nrgreen);
		border-style: solid;
	}
	.mainTitle:after {
		top: 0;
		right: 0;
		border-width: 26px 15px 26px 0px;
		border-color: transparent var(--nrgreen) transparent transparent;
		border-style: solid;
	}
	.detailsBox2 {
		text-align: center;
	}
	.plandetail h4 {
		padding: 1em 0 0;
	}
	/*モデルコース*/
	.modelBox1 {
		display: grid;
		grid-template-columns: 30% 1fr;
		gap: 1em;
	}
	.modelBox1 .photo {
		width: 100%;
		margin: 0;
	}
	.modelBox2 {
		display: grid;
		grid-template-columns: 45% 1fr;
	}
	.ticketBox {
		grid-template-columns: 1fr 1fr;
	}
	/*以下削除不可==================================================== */
	#dirPathBlock, #anchorLinkBlock {
		width: 100%;
		max-width: 970px;
		min-width: 760px;
		margin: auto;
	}
	/*panlist&back*/
	#dirPathBlock, #anchorLinkBlock {
		width: 100%;
		margin: 0 auto;
		display: block;
		font-size: 12px;
	}
	/*news*/
	#newsImportant {
		width: 100%;
		max-width: 970px;
		min-width: 760px;
		margin: 5px auto;
		display: flex;
		font-size: 12px;
	}
	#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;
	}
	#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 #555;
		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;
	}
}