@charset "UTF-8";
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 {
	--gblue: #003287;
	--ggold: #a88332;
	--navy: #1b1464;
	--sgray: #a1a29d;
	--sgrayRGB: 161 162 157;
	--red2: #c1272d;
	--Jblue: #0074c0;
	--JblueRGB: 0 116 192;
	--yellow: #ffff00;
	--cyellow: #ffffcc;
	--yellowRGB: 255 255 0;
	--red: #ff0000;
	--redRGB: 255 0 0;
	--mainFont: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif; /*bodyに使用*/
	--subFont: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
article img {
	width: 100%;
}
article b {
	font-size: 1.2em;
}
.noWrap {
	white-space: nowrap;
}
.inner {
	max-width: 970px;
	margin: 0 auto;
	padding: clamp(2rem, 0.523rem + 7.38vw, 5rem) clamp(0.3rem, -0.045rem + 1.72vw, 1rem);
}
.innerWrapper {
	padding: 2.5em 1em;
	background-image: linear-gradient(160deg, #fff 0%, var(--yellow) 10%, var(--yellow) 30%, var(--ggold) 60%);
	border-radius: 10px;
}
section {
	position: relative;
	line-height: 1.5;
}
/*ランダム背景色設定*/
section:nth-of-type(even) {
	background-color: var(--gblue);
}
section:nth-of-type(odd) {
	background-color: #000;
}
section:first-of-type {
	background: #fff;
}
.attend3 {
	font-family: var(--subFont);
	font-size: clamp(1.5rem, 1.1rem + 2vw, 2.313rem);
	font-weight: 900;
	text-align: center;
	margin-top: .5em;
}
/*メインビジュアル*/
.titlePc {
	display: none !important;
}
/*導入#intro*/
.price {
	font-family: var(--subFont);
	color: var(--red);
	white-space: nowrap;
}
.price b {
	font-size: 2em;
}
#intro h4 {
	font-size: 1.5em;
	font-weight: 700;
	text-align: center;
	margin-top: 1.5em;
	color: var(--Jblue);
}
#intro li {
	list-style: outside decimal;
	margin: .5em 0 0 1.8em;
}
#intro li::marker {
	font-size: 1.1em;
	font-weight: 700;
	color: var(--Jblue);
}
/*プラン内容.plan*/
.plan h3 {
	color: #000;
	font-family: var(--subFont);
	font-size: clamp(1.6rem, 1.157rem + 2.22vw, 2.5rem);
	font-weight: 900;
	text-align: center;
	text-shadow: 3px 3px 0 #FFF, -3px -3px 0 #FFF, -3px 3px 0 #FFF, 3px -3px 0 #FFF, 0px 3px 0 #FFF, 0 -3px 0 #FFF, -3px 0 0 #FFF, 3px 0 0 #FFF;
}
.plan h3 b, .plan h4 b {
	font-size: 1.3em;
}
.plan .innerWrapper > dl {
	color: #000;
	max-width: 24em;
	margin: .5em auto;
	font-size: clamp(1.1rem, 0.755rem + 1.72vw, 1.8rem);
	font-weight: 700;
	display: grid;
	grid-template-columns: 5.2em 1fr;
}
.plan .innerWrapper > dl > dt {
	padding-right: 1em;
	text-align-last: justify;
	position: relative;
}
.plan .innerWrapper > dl > dt::after {
	position: absolute;
	content: ":";
	right: .5em
}
.plan ol {
	max-width: 44em;
	margin: 0 auto;
	color: #000;
}
.plan li {
	font-size: 1.1em;
	font-weight: 700;
	text-indent: -1em;
	margin: .2em 0 .2em 1em;
}
.plan li::before {
	content: "※"
}
.planBox {
	background: #fff;
	border-radius: 10px;
	padding: 2em 1em;
	margin-top: 1em;
}
.planBox dl {
	text-align: center;
	max-width: 800px;
	margin: 1.5em auto;
}
.planBox dd {
	font-size: .9em;
}
.plan h4 {
	font-family: var(--subFont);
	font-size: clamp(1.4rem, 1.203rem + 0.98vw, 1.8rem);
	font-weight: 900;
	text-align: center;
	position: relative;
}
.plan h4 mark {
	color: #000;
	background: linear-gradient(transparent 48%, var(--yellow) 48%, var(--yellow) 95%);
}
.plan h4:nth-of-type(n + 2) {
	margin-top: 2em;
}
.plan h4:nth-of-type(n + 2)::before {
	content: "";
	position: absolute;
	top: -.8em;
	left: 50%;
	transform: translateX(-50%);
	width: min(750px, 100%);
	margin: 0 auto;
	height: 2px;
	background-color: rgb(var(--sgrayRGB)/.5);
}
/*ご旅行のお申込みについて#guide*/
#guide .innerWrapper {
	background: #fff;
}
#guide h3 {
	padding: .2em;
	font-size: 1.5em;
	background: var(--gblue);
	color: #fff;
	text-align: center;
	margin-bottom: 1.3em;
}
#guide h4 {
	color: var(--red);
	font-weight: 700;
	margin-top: 1.1em;
}
#guide b {
	display: block;
	font-size: 1em;
	margin: .5em 0 0 .5em;
}
.cxl {
	font-weight: 700;
	color: var(--red);
	text-decoration: underline var(--red);
}
.midPoint li {
	list-style: disc;
	text-indent: -.1em;
	margin: .5em 0 0 1.4em;
}
/*ボタン*/
.Btn a {
	display: block;
	max-width: 500px;
	text-align: center;
	margin: 1.5em auto 0;
	border-radius: 10px;
	height: 100px;
	align-content: center;
	background: #b6003d;
	color: #fff;
	font-family: var(--subFont);
	font-weight: 700;
	padding: .8em .5em;
	font-size: clamp(0.875rem, 0.69rem + 0.92vw, 1.25rem);
	letter-spacing: .05em;
	line-height: 1.8;
	position: relative;
	transform: scale(1);
	transition: all .3s;
}
.Btn a small {
	font-size: .8em;
	white-space: nowrap;
	margin-left: .5em;
}
.Btn a:hover {
	transform: scale(1.05);
}
/*.Btn a::after {
	content: "";
	border-top: solid 3px;
	border-right: solid 3px;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: 10%;
	translate: 100% -50%;
	transform: rotate(45deg);
}*/
.btnWrap .Btn /*:last-of-type*/ a {
	background: #000;
}
/*販売前ボタン　該当ボタンを含むinnerタブに class="beforeSale"付与*/
/*完売ボタン　該当ボタン.Btnタブに class="soldOut"付与*/
.beforeSale .Btn a, .Btn.beforeSale a {
	pointer-events: none;
}
.beforeSale .Btn a::before, .Btn.beforeSale a::before {
	display: grid;
	place-items: center;
	position: absolute;
	font-size: 1.4em;
	background: #333333d9;
	z-index: 100;
	inset: -3px;
	border-radius: 12px;
}
.beforeSale .Btn a::before {
	content: "coming soon!";
}
.Btn.beforeSale a::before {
	content: "sold out";
}
@media screen and (max-width: 759.9px) {
	.spnone {
		display: none !important;
	}
	.inner {
		font-size: 14px;
	}
	/*メインビジュアル*/
	.titlePc {
		display: none !important;
	}
	/*	以下削除不可====================================================*/
	/*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;
	}
	/*footer*/
	#footer {
		background-color: #F0F5FA;
	}
	#footer .inner {
		width: 96%;
		margin: 0 auto;
		padding: 2% 2%;
	}
	#footer .inner ul {
		font-size: 11px;
		line-height: 1.4;
		text-align: left;
	}
	#footer .inner ul li {
		display: inline-block;
		width: 46%;
		padding: 2% 0;
	}
	#footer .inner ul li:last-child {
		border-right: none;
	}
	#footer .copy {
		background-color: #0952a4;
		color: #FFFFFF;
		font-size: 9px;
		text-align: center;
		padding: 2% 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;
	}
	/*ボタン*/
	.Btn a {
		width: 18em;
		padding: .8em 1em;
		height: 130px;
	}
	.btnWrap {
		display: flex;
		justify-content: space-evenly;
		gap: .2rem;
	}
	/*以下削除不可==================================================== */
	/*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;
	}
	/*footer*/
	#footer {
		background-color: #F0F5FA;
	}
	#footer .inner {
		max-width: 990px;
		margin: 0 auto;
		padding: 20px 0;
	}
	#footer .inner ul {
		font-size: 13px;
		line-height: 1.4;
		text-align: center;
	}
	#footer .inner ul li {
		display: inline-block;
		padding: 0 6px;
		border-right: 1px solid #CCC;
	}
	#footer .inner ul li:last-child {
		border-right: none;
	}
	#footer .copy {
		background-color: #0952a4;
		color: #FFFFFF;
		font-size: 12px;
		text-align: center;
		padding: 10px 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;
	}
}
@media screen and (min-width: 900px), print {
	/*メインビジュアル*/
	.titlePc {
		display: block !important;
	}
	.titlePc img {
		min-height: 400px;
		object-fit: cover;
		object-position: center;
	}
	.titleSp {
		display: none !important;
	}
}
@media screen and (max-width: 280px) { /*Galaxy Fold*/
	body {
		font-size: 14px;
	}
}