@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 {
	--Jblue: #0074c0;
	--JblueRGB: 0 116 192;
	--Jnavy: #004a9e;
	--JnavyRGB: 0 74 158;
	--skyBlue: #00BEEB;
	--skyBlueRGB: 0 190 235;
	--yellow: #ffff00;
	--yellowRGB: 255 255 0;
	--red: #ff0000;
	--redRGB: 255 0 0;
	--mainFont: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif; /*bodyに使用*/
	--titleFont: "M PLUS Rounded 1c", sans-serif;
}
article img {
	width: 100%;
}
article b {
	font-size: 1.2em;
}
article mark {
	background: linear-gradient(transparent 60%, var(--yellow) 60% 85%, transparent 85%);
}
.noWrap {
	white-space: nowrap;
}
.inner {
	max-width: 970px;
	margin: 0 auto;
	padding: 5rem clamp(0.3rem, -0.045rem + 1.72vw, 1rem);
}
section {
	position: relative;
}
/*ランダム背景色設定*/
section:nth-of-type(even) {
	background-color: rgba(var(--skyBlueRGB)/ .1);
}
section:nth-of-type(odd) {
	background-color: #FFF;
}
/*タイトル基本*/
h3, h4, h5, h6 {
	font-family: var(--titleFont);
}
.h3main {
	text-align: center;
}
.h3main > span {
	display: inline-block;
	color: var(--Jblue);
	font-size: 1.5rem;
	font-weight: 800;
	position: relative;
	padding: 0 0 1rem;
	margin: 0 .5rem 0;
}
.h3main > span::after {
	content: '';
	border-radius: 50px;
	background: var(--Jblue);
	width: 100%;
	height: 7px;
	position: absolute;
	bottom: 2px;
	left: 0;
}
/*メインビジュアル*/
.order {
	font-family: var(--titleFont);
	font-weight: 600;
	text-align: center;
	font-size: clamp(1rem, 0.065rem + 4.68vw, 2.9rem);
	margin-top: .5em;
}
/*お申込み*/
#entry h3 {
	font-weight: 900;
	text-align: center;
	font-size: clamp(1.7rem, 0.814rem + 4.43vw, 3.5rem);
}
#entry h3 mark {
	color: var(--Jnavy);
}
#entry h3 b {
	color: var(--Jnavy);
	font-size: 1.3em;
}
#entry h3 small {
	display: block;
	color: var(--Jnavy);
	font-size: .5em;
	font-weight: 600;
	margin-top: -.5em;
}
#entry h3 + p {
	width: min(600px, 70%);
	margin: .5rem auto 2rem;
}
#entry h4 {
	margin-top: 1rem;
	text-align: center;
	/*position: sticky;*/
	top: calc(.5rem + 40px);
	z-index: 400;
	background: #fff;
}
#entry h4 > span {
	display: inline-block;
	font-weight: 800;
	font-size: clamp(1.7rem, 1.208rem + 2.46vw, 2.7rem);
	letter-spacing: -.05em;
	line-height: 1;
	position: relative;
	padding: 0 0 1rem;
	margin: 0 .5rem 0;
}
#entry h4 b {
	color: var(--red);
	font-size: 1.5em;
	letter-spacing: .02em;
}
#entry h4 > span::after {
	content: '';
	border-radius: 50px;
	background: var(--red);
	width: 100%;
	height: 7px;
	position: absolute;
	bottom: 4px;
	left: 0;
}
#entry h5, #entry h6 {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	color: #000;
	text-align: center;
}
#entry h5 {
	margin-top: clamp(0.5rem, 0.254rem + 1.23vw, 1rem);
	background-color: var(--yellow);
	padding-top: 1rem;
	position: relative;
}
#entry h6 > span {
	font-size: .7em;
}
.landingBox {
	background-color: var(--yellow);
	padding: 1rem clamp(0.5rem, 0.254rem + 1.23vw, 1rem);
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: clamp(1rem, 0.636rem + 1.82vw, 1.5rem) clamp(0.5rem, 0.254rem + 1.23vw, 1rem);
}
.landingBox a {
	display: block;
	background: #fff;
	padding: clamp(0.5rem, 0.254rem + 1.23vw, 1rem) 0.3rem;
	border-radius: 3px;
	box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, .6);
	opacity: 1;
	transform: translate(0, 0);
	transform-origin: bottom;
	transition: all .2s;
}
.landingBox a:hover {
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .6);
	transform: translate(1px, 1px);
}
.landingBox p {
	text-align: center;
	font-weight: 700;
	position: relative;
	color: var(--Jnavy);
	font-size: 1.2em;
	padding: 1rem 1rem 0 1rem;
}
.landingBox p::before {
	content: '';
	border-radius: 50px;
	background: var(--Jblue);
	width: 90%;
	height: 4px;
	position: absolute;
	top: 6px;
	left: 50%;
	transform: translateX(-50%);
}
/*キャンペーン情報*/
.unit {
	margin: 2rem .5rem 0;
}
.unit dl {
	margin-bottom: 2px;
}
.unit dt {
	color: #fff;
	background: var(--Jnavy);
	padding: .3em .5em .4em;
	font-weight: 400;
}
.unit dd {
	background-color: #fff;
	padding: .3em .5em .4em;
}
.middlePoint, .kome {
	text-indent: -1em;
	margin-left: 1em;
}
.middlePoint:before {
	content: '・';
}
.kome:before {
	content: '※';
}
/*お申込みの流れ*/
.processList {
	display: grid;
	column-gap: 2.5rem;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	margin: 2rem 2rem 0;
}
.processList li {
	position: relative;
	margin-top: 6rem;
	border: var(--Jnavy) solid 3px;
	border-radius: 10px;
	background-color: rgba(var(--skyBlueRGB)/ .05);
	padding: 1.5rem .9rem 1.1rem;
	text-align: center;
}
.processList h4 {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: .04em;
	position: absolute;
	color: #fff;
	top: -4.9rem;
	transform: translateX(-50%);
	left: 50%;
	width: 100px;
	background: var(--Jnavy);
	border-radius: 50%;
	padding: 1rem 0;
}
.processList h4:after {
	content: "";
	border: solid transparent;
	border-width: 8px;
	border-top-color: var(--Jnavy);
	position: absolute;
	top: calc(100% - 2px);
	left: 50%;
	transform: translateX(-50%);
}
.flowBox dt {
	font-size: 1.3rem;
	color: var(--Jnavy);
}
.flowBox dd {
	margin-top: .7rem;
	font-size: 1.05rem;
	font-weight: 650;
	line-height: 1.6;
}
/*おすすめ旅行プラン*/
#suggest ul {
	margin: 3rem .5rem 0;
	display: grid;
	gap: 1.2rem;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}
#entry>.inner>div{
    position: relative;
}
#entry>.inner>div::before{
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #333333a1;
    z-index: 50;
}

/*ボタン*/
.Btn {
	color: #fff;
	text-align: center;
}
.Btn a {
	display: block;
	font-size: 1rem;
	font-weight: 500;
	padding: .5rem .8rem .5rem 1.6rem;
	border-radius: 10px;
	background: var(--Jblue);
	color: #fff;
	box-shadow: 0 4px 0 0 var(--Jnavy);
	transform: translateY(0);
	transition: all .2s;
}
.Btn a:hover {
	box-shadow: 0 1px 0 0 var(--Jnavy);
	transform: translateY(3px);
}
.Btn a::after {
	content: "＞";
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
}
/*ナビゲーション*/
#pNavi {
	margin-top: .5em;
	background: var(--Jnavy);
	position: sticky;
	top: 0;
	z-index: 500;
}
#pNavi ul {
	padding: .5rem .1rem 0;
	max-width: 970px;
	margin: 0 auto;
	display: flex;
}
#pNavi ul li {
	flex-basis: calc(100% / 6);
}
#pNavi ul li a {
	font-family: var(--titleFont);
	letter-spacing: .1em;
	font-weight: 700;
	display: grid;
	place-items: center;
	width: 95%;
	margin: auto;
	padding-left: .85em;
	color: var(--Jnavy);
	background-color: #fff;
	position: relative;
	height: 40px;
	border-radius: 10px 10px 0 0;
	text-align: center;
	opacity: .7;
	transform: scale(1);
	transform-origin: bottom;
	transition: .2s;
}
#pNavi ul li:nth-child(2) a, #pNavi ul li:nth-child(4) a {
	letter-spacing: -.01em;
}
#kansai #pNavi ul li:first-child a, #syutoken #pNavi ul li:nth-child(2) a, #hokuriku #pNavi ul li:nth-child(3) a, #chugoku #pNavi ul li:nth-child(4) a, #kyusyu #pNavi ul li:nth-child(5) a, #chubu #pNavi ul li:nth-child(6) a {
	transform: scale(1.05, 1.1);
	opacity: 1;
}
#pNavi a:hover {
	transform: scale(1.02, 1.05);
	opacity: .9;
}
#pNavi ul a::before {
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f3c5";
	top: 28%;
	left: 5%;
}
@media screen and (max-width: 759.9px) {
	.spnone {
		display: none !important;
	}
	section {
		font-size: 14px;
		line-height: 1.3;
	}
	/*メインビジュアル*/
	.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.4;
	}
	/*メインビジュアル*/
	.titlePc img {
		min-height: 480px;
		object-fit: cover;
		object-position: center;
	}
	.titleSp {
		display: none !important;
	}
	/*タイトル基本*/
	.h3main > span {
		font-size: 1.8rem;
	}
	/*お申込み*/
	#entry h4 {
		margin-top: 2.5rem;
		padding-top: .5rem;
	}
	.landingBox {
		padding: 1rem clamp(0.5rem, 0.254rem + 1.23vw, 1rem) 2rem;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
	}
	/*キャンペーン情報*/
	.unit {
		margin-top: 3rem;
	}
	.unit dl {
		display: grid;
		column-gap: 1px;
		grid-template-columns: 180px 1fr;
	}
	/*おすすめ旅行プラン*/
	#suggest ul {
		grid-template-columns: repeat(4, 1fr);
	}
	/*ナビゲーション*/
	#pNavi ul li a {
		font-size: 1.25em;
		padding-left: .7em;
	}
	#pNavi ul li a::before {
		top: 20%;
		left: 10%;
	}
	/*以下削除不可==================================================== */
	/*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;
	}
}