@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#plan .travel {
	padding-top: 90px;
}
#plan .travel::before {
	background: #fff url(../img/bg.png) no-repeat center top / cover;
}
#plan .travel .msg {
	font-size: 18px;
}
#plan .travel .msg .pri {
	font-size: 34px;
}
#plan .travel .list {
	margin-top: 80px;
	gap: 50px 20px;
	align-items: center;
	justify-content: center;
}
#plan .travel .box {
	position: relative;
	width: 260px;
	height: 250px;
	background-image: url("../img/plan/img01.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}
#plan .travel .box:nth-of-type(1) {
	margin-left: 140px;
}
#plan .travel .box:nth-of-type(2) {
	background-image: url("../img/plan/img02.jpg");
}
#plan .travel .box:nth-of-type(3) {
	background-image: url("../img/plan/img03.jpg");
	margin-right: 140px;
}
#plan .travel .box:nth-of-type(4) {
	background-image: url("../img/plan/img04.jpg");
}
#plan .travel .box:nth-of-type(5) {
	background-image: url("../img/plan/img05.jpg");
}
#plan .travel .box:nth-of-type(6) {
	background-image: url("../img/plan/img06.jpg");
}
#plan .travel .box:nth-of-type(7) {
	background-image: url("../img/plan/img07.jpg");
}
#plan .travel .box::before {
	position: absolute;
	inset: 0;
	background: rgba(19, 24, 52, 0.6);
	content: "";
	z-index: 1;
	border-radius: 5px;
}
#plan .travel .box::after {
	position: absolute;
	inset: 30px 30px;
	border: 1px solid #999;
	content: "";
	z-index: 2;
	border-radius: 5px;
}
#plan .travel .box .txt {
	position: relative;
	color: #fff;
	font-size: 23px;
	line-height: 1.85;
	text-align: center;
	z-index: 3;
	letter-spacing : 2.3px;
}
#plan .travel .box .wind {
	position: absolute;
	right: 20px;
	bottom: 40px;
	z-index: 1;
	font-size: 39px;
	line-height: 1;
	color: rgba(255,255,255,0.5);
	transform: rotate(-5deg);
}
#plan .price {
	padding-top: 90px;
}
#plan .price::before {
	background: #fff url(../img/bg.png) no-repeat center top / cover;
}
#plan .price::after {
	background: url("../img/plan/bg.jpg") no-repeat center / cover;
	height: 232px;
}
#plan .price .msg {
	margin: 80px 0 40px;
}
#plan .price dl {
	background: #fff;
	width: 615px;
	margin: 0 auto;
	padding: 50px;
}
#plan .price dl dt {
	text-align: center;
	font-size: 33px;
	border-bottom: 1px solid #131834;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#plan .price dl dd .yen {
	font-size: 35px;
	margin-bottom: 20px;
}
#plan .price dl dd .txt {
	font-size: 110%;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#plan .travel, #plan .price {
		padding-top: 50px;
	}
	#plan .travel .msg {
		font-size: 16px;
	}
	#plan .travel .msg .pri {
		font-size: 25px;
	}
	#plan .travel .list {
		gap: 20px;
	}
	#plan .travel .box:nth-of-type(1) {
		margin-left: 0;
	}
	#plan .travel .box:nth-of-type(3) {
		margin-right: 0;
	}
	#plan .price::after{
		height: 160px;
	}
	#plan .price .msg {
		margin: 60px 0 40px;
	}
	#plan .price dl {
		width: 100%;
		padding: 30px;
	}
	#plan .price dl dt {
		font-size: 28px;
	}
	#plan .price dl dd .yen {
		font-size: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#plan .travel .msg {
		font-size: 15px;
	}
	#plan .travel .msg .pri {
		font-size: 23px;
	}
	#plan .travel .list {
		gap: 10px 0;
		justify-content: space-between;
		margin: 40px 0;
	}
	#plan .travel .box {
		width: 48%;
		height: auto;
		aspect-ratio: 2.6 / 2.5;
	}
	#plan .travel .box:last-of-type {
		margin: 0 auto;
	}
	#plan .travel .box::after {
		inset: 10px;
	}
	#plan .travel .box:nth-of-type(1) {
		margin-left: 0;
	}
	#plan .travel .box:nth-of-type(3) {
		margin-right: 0;
	}
	#plan .travel .box .txt {
		font-size: 20px;
		line-height: 1.3;
	}
	#plan .travel .box .wind {
		font-size: 20px;
		bottom: 20px;
	}
	#plan .price dl {
		padding: 20px;
	}
	#plan .price dl dt {
		font-size: 23px;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	#plan .price dl dd .yen {
		font-size: 25px;
	}
}
@media only screen and (max-width: 320px){ /* スマホ */
	#plan .price .msg {
		font-size: 14px;
	}
	#plan .price dl dt {
		font-size: 20px;
	}
}