@charset "UTF-8";
body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 16px;
	color: #000;
}
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 {
	--oyellow: #f8d224;
	--oyellow2: #fbdb357a;
	--oblue: #1ccadb;
	--oblue2: #1ccadb17;
	--opink: #f88cd3;
	--oyellow: #f8d224;
	--subFont: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	--yellow: #ffff00;
	--yellowRGB: 255 255 0;
}
.yellow {
	color: var(--yellow)
}
article img {
	width: 100%;
}
section {
	position: relative;
}
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;
}
.space {
	margin-right: .5em;
}
/*ボタンの非活性用*/
/*.glayLayout {
	position: relative;
}
.glayLayout::before {
	content: "";
	position: absolute;
	width: 102%;
	height: 108%;
	top: -1%;
	left: -1%;
	background: #333333a1;
	z-index: 50;
}*/
.inner {
	max-width: 970px;
	margin: 0 auto;
	padding: clamp(2.5rem, 1.269rem + 6.15vw, 5rem) clamp(0.8rem, 0.702rem + 0.49vw, 1rem);
}
.innerWrapper {
	margin-top: 1em;
	padding: 1px clamp(0.8rem, 0.455rem + 1.72vw, 1.5rem) 1em;
	background: #fff;
}
/*背景色設定*/
section:nth-of-type(odd) {
	background: var(--oyellow2);
}
article::after {
	content: "";
	background: url(../images/bg.jpg) no-repeat center/cover;
	position: fixed;
	inset: 0;
	z-index: -1;
}
article .top{
	margin: -5px 0;
	background: #fff;
}
/*メインタイトル*/
section h3 {
	font-family: var(--subFont);
	font-size: clamp(1.6rem, 1.058rem + 2.71vw, 2.7rem);
	font-weight: 900;
	text-align: center;
	color: #000;
	-webkit-text-fill-color: #fff;
	text-fill-color: #fff;
	letter-spacing: .1em;
	text-shadow:
		2px 2px 1px #000, -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000;
}
.oblueBox {
	border: solid 1px var(--oblue);
	border-radius: 20px 0;
	box-shadow: 3px 3px 0 var(--oblue);
	background: #fff;
}
.noteBox {
	background: #ffffffa3;
	padding: .3em .6em .6em .6em;
}
/*ナビゲーション*/
article nav {
	position: sticky;
	top: 0;
	z-index: 500;
	background: #fff;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.topNav {
	max-width: fit-content;
	margin: auto;
	padding: .3em;
}
.topNav a {
	color: #000;
	padding-right: .5em;
}
.topNav a::after {
	content: '|';
	padding-left: .5em;
}
.topNav a:last-of-type {
	font-size: 1.1em;
	display: inline-block;
	background: var(--opink);
	color: #fff;
	padding: .1em .4em .2em .4em;
	border-radius: 10px 0;
	text-shadow: 2px 2px 0 #222, -1px -1px 1px #222, 1px -1px 1px #222, -1px 1px 1px #222, 1px 1px 1px #222;
	letter-spacing: .1em;
}
.topNav a:last-of-type::after {
	content: '';
	padding: 0;
}
/*設定日・行程#schedule*/
.introBox {
	margin: 0 auto 3em;
	padding: 1.5em;
	background: #fffcb1;
	box-shadow: 5px 5px 0 var(--oyellow);
	max-width: 880px;
	border-radius: 20px 0;
	text-align: center;
	border: 2px solid var(--oyellow);
}
.introBox strong {
	font-size: 1.1em;
}
#schedule h4 {
	font-weight: 700;
	position: relative;
	margin: 2.5em 0 .6em;
	font-size: 1.2em;
	color: var(--oblue);
}
#schedule h4::before {
	content: '■';
	padding-right: .2em;
}
/*工程表*/
#timetable dl {
	margin-top: .2em;
}
#timetable dt {
	padding: .8em .5em 0 .5em;
}
#timetable dd {
	padding: .2em 1em .8em;
	line-height: 2;
}
#timetable dd:first-of-type {
	border-bottom: dashed 1px var(--oblue);
}
#timetable b {
	margin: .25em;
}
.trainicon::after {
	content: '';
	display: inline-block;
	background: url(../images/train.png) no-repeat center bottom / contain;
	width: 1.5em;
	height: 1em;
	margin-left: .1em;
}
.hotelicon::after {
	content: '';
	display: inline-block;
	background: url(../images/hotel.png) no-repeat center bottom / contain;
	width: 2em;
	height: 1.5em;
	margin: auto -.5em -.2em -.1em;
}
/*ご利用ホテル*/
#hotel ol {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(262px, 1fr));
	gap: 1.5em;
}
#hotel li {
	padding: 1em;
}
#hotel h5 {
	text-align: center;
	font-weight: 700;
	font-size: 1.5em;
}
#hotel dl {
	display: grid;
	grid-template-columns: 3em 1fr;
	width: fit-content;
	margin: .5em auto 0;
}
/*旅行代金*/
#travelFee caption {
	font-size: 1.05em;
	font-weight: 700;
}
#travelFee table {
	width: 100%;
	border-collapse: collapse;
}
#travelFee th {
	color: #fff;
	padding: .2em;
	background: var(--oblue);
	border: solid 1px #fff;
	align-content: center;
	text-align: center;
}
#travelFee td {
	border: solid 1px var(--oblue);
	align-content: center;
	width: 30%;
	text-align: center;
}
#travelFee td:first-child {
	width: 40%;
	text-align: left;
	padding: 0 2px;
}
/*お申込みの流れ#process1,#process2*/
.inner#process1 {
	padding: clamp(2.5rem, 1.269rem + 6.15vw, 5rem) clamp(0.8rem, 0.702rem + 0.49vw, 1rem) 0;
}
.processList {
	display: flex;
	flex-wrap: wrap;
	column-gap: 1rem;
	margin: .5em 0 2em;
}
.processList li {
	flex: 1;
	min-width: 256px;
	position: relative;
	margin: 3.2em 0 0 .5em;
	background: #fff;
}
.processList h4 {
	line-height: 1.1;
	font-size: 1.3em;
	font-weight: 900;
	color: #fff;
	background: var(--oblue);
	border-radius: 50%;
	padding: 14px 13px 10px;
	position: absolute;
	top: -2rem;
	left: -.7em;
	text-align: center;
	z-index: 3;
}
.processList h4:after {
	content: "";
	border: solid transparent;
	border-width: 10px;
	border-top-color: var(--oblue);
	position: absolute;
	bottom: -13%;
	left: 44.5%;
	transform: rotate(50deg);
	z-index: 2;
}
.processList dl {
	padding: 1em;
}
.processList dt {
	font-weight: 700;
	color: var(--oblue);
	font-size: 1.5em;
	text-align: center;
}
.processList dd {
	background: var(--oblue2);
	line-height: 1.5;
	padding: .5em .8em;
}
.processList dd b {
	display: block;
	text-align: center;
	padding-bottom: .5em;
}
.date {
	font-size: 1.05em;
	font-weight: bold;
	background: linear-gradient(transparent 70%, var(--yellow) 70%);
}
/*応募要項#requirements*/
#requirements h4 {
	text-align: center;
	position: relative;
	margin: 1em 0;
}
#requirements h4 span {
	display: inline-block;
	padding: .8em .5em .6em;
	font-size: 1.4em;
	letter-spacing: .08em;
	color: var(--oblue);
	font-weight: 700;
	background: #fff;
	position: relative;
	z-index: 2;
}
#requirements h4::after {
	content: '';
	background: var(--oblue);
	width: min(400px, 100%);
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0)
}
#requirements h5 {
	font-size: 1.1em;
	letter-spacing: .08em;
	color: var(--oblue);
	font-weight: 700;
}
ul.square > li {
	line-height: 1.4;
	padding-bottom: .5em;
	text-indent: -1.1em;
	margin-left: 1em;
}
ul.square > li:before {
	content: '◆';
	padding-right: .1em;
}
ul.midpoint > li, ul.kome > li {
	line-height: 1.4;
	padding-top: .25em;
	text-indent: -1em;
	margin-left: 1em;
}
ul.kome > li:before {
	content: '※';
}
ul.midpoint > li:before {
	content: '・';
}
/*ご応募#apply*/
#apply p {
	text-align: center;
	font-weight: 700;
	font-size: 1.5em;
	margin: 1em 0;
}
#apply ul.kome {
	max-width: 700px;
	margin: 1em auto 0;
}
/*ボタン共通*/
a.Btn {
	max-width: 700px;
	margin: auto;
	color: #fff;
	text-align: center;
	position: relative;
	display: block;
	border-radius: 30px;
	font-size: 1.5em;
	font-weight: 900;
	padding: .5rem .8rem .5rem 2rem;
	background: var(--opink);
	transition: all .2s;
	transform: scale(1);
	text-shadow: 0 0 2px #000;
	box-shadow: 1px 1px 2px #000;
}
a.Btn:hover {
	transform: scale(1.05);
}
a.Btn::after {
	content: "▶";
	position: absolute;
	top: 50%;
	left: 15%;
	transform: translateY(-50%);
}
@media screen and (max-width: 759.9px) {
	.spnone {
		display: none !important;
	}
	article nav, section {
		font-size: 14px;
		line-height: 1.4;
	}
	/*メインビジュアル*/
	.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;
	}
	section {
		line-height: 1.6;
	}
	/*メインビジュアル*/
	.titlePc {
		max-width: 970px;
		margin: 5px auto 0;
	}
	.titleSp {
		display: none !important;
	}
	/*メインタイトル*/
	section h3 {
		text-shadow:
			3px 3px 1px #000, -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000;
		letter-spacing: .05em;
	}
	/*ご利用ホテル*/
	#hotel ol {
		gap: 2em;
	}
	#travelFee td:first-child {
		padding: 0 0 0 4%;
	}
	#requirements h5 {
		text-align: center;
	}
	/*以下削除不可==================================================== */
	/*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 (max-width: 280px) { /*Galaxy Fold*/
	body {
		font-size: 14px;
	}
}