@charset "utf-8";

/* CSS Document */
.c-pageBlock.pageBlock-intro {
	margin-top: 0;
}

.c-categoryMv {
	display: none;
}

.pageBlock-intro_heading {
	display: none;
}

.pageBlock-intro_txt {
	display: none;
}

.section.cmsArea01 {
	width: 100%;
}

/*地図の表示・非表示*/
.c-pageBlock.pageBlock-season {
	display: none;
}

.g-header-telIcon.u-visible-sp {
	display: none !important;
}

.t_pc {
	display: none;
}

/*KV*/
.lead {
	overflow: hidden;
}

.lead h1 {
	background-image: url("https://static.yukoyuko.net/aso/special_t00212/kv_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left: -50px;
	margin-right: -50px;
	padding-left: 50px;
	padding-right: 50px;
	border-bottom-left-radius: 50% 25%;
	border-bottom-right-radius: 50% 25%;
}

.lead h1 img {
	display: block;
	max-width: 80%;
	margin: 0 auto;

}

.lead p {
	font-size: 14px;
	width: 95%;
	margin: 0 auto;
	margin-top: 36px;
	line-height: 1.6em;
}

/*nav*/
.t_nav {
	width: 95%;
	margin: 64px auto;
}

.t_nav h2 {
	font-size: 24px;
	font-weight: bold;
	color: #FF85C8;
	text-align: center;
}

.t_nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 8px;
}

.t_nav ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background-color: #FF85C8;
	border-radius: 15px;
	line-height: 40px;
	width: 100px;
	margin-top: 12px;
	transition: 0.3s;
}

.t_nav ul li a:hover {
	background-color: #E03392;
	transition: 0.3s;
}

.t_nav>a {
	display: block;
	font-size: 14px;
	text-decoration: none;
	color: #FF85C8;
	border: solid 2px #FF85C8;
	border-radius: 25px;
	line-height: 32px;
	width: 194px;
	text-align: center;
	margin-top: 12px;
	margin: 12px 0 0 auto;
	transition: 0.3s;
}

.t_nav>a:hover {
	background-color: #FFE4F2;
	transition: 0.3s;
}

/*area*/
.area {
	padding: 106px 0 106px;
}

.area:nth-of-type(odd) {
	background-color: #FFEEF9;
}

.area h2 {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: #FF85C8;
	position: relative;
}

.area h2::after {
	content: '';
	display: block;
	width: 342px;
	height: 84px;
	max-width: 95%;
	background-image: url("https://static.yukoyuko.net/aso/special_t00212/titledeco.png");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
}

/*yado*/
.yado {
	position: relative;
	margin-top: 70px;
	box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.3);
	padding-bottom: 24px;
	background: #fff;
}

.y_spot {
	font-size: 12px;
	text-align: center;
	color: #FF85C8;
	border: solid 2px #FF85C8;
	border-radius: 27px;
	padding: 8px 24px;
	min-width: 120px;
	position: absolute;
	background: #fff;
	top: -28px;
	left: 24px;
}

.y_spot::after {
	content: '';
	display: block;
	width: 46px;
	height: 46px;
	background: url("https://static.yukoyuko.net/aso/special_t00212/spotdeco.png");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: -8px;
	left: -24px;
}

.yado img {
	width: 100%;
}

.y_text {
	width: 95%;
	margin: 24px auto 0;
	line-height: 1.6em;
}

.y_catch {
	display: inline;
	font-size: 18px;
	font-weight: bold;
	background: linear-gradient(transparent 60%, rgba(255, 22, 153, 0.14)75%);
	line-height: 1.6em;
}

.y_area {
	font-size: 14px;
	margin-top: 24px;
}

.y_text h3 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 8px;
}

.y_plan {
	font-size: 14px;
	margin-top: 24px;
}

.y_price {
	color: #EF3D34;
	font-weight: bold;
	font-size: 14px;
	margin-top: 16px;
}

.y_price span {
	font-size: 28px;
}

.y_text a {
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 16px;
	margin: 24px auto 0;
	color: #FF85C8;
	font-weight: bold;
	border: solid 2px #FF85C8;
	border-radius: 25px;
	line-height: 32px;
	width: 80%;
	transition: 0.3s;
}

.y_text a:hover {
	background-color: #FFE4F2;
	transition: 0.3s;
}

/*大エリアもっと見る*/
.area .area_more {
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	background-color: #FF85C8;
	line-height: 48px;
	border-radius: 25px;
	text-align: center;
	color: #fff;
	margin: 40px auto 0;
	width: 95%;
	position: relative;
	transition: 0.3s;
}

.area_more::after {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(https://www.yukoyuko.net/images/common/icon_arw_r_white.svg);
	background-size: contain;
	position: relative;
	top: 3px;
	right: -4px;
}

.area_more:hover {
	background-color: #E03392;
	transition: 0.3s;
}

/*yukotabi*/
.yukotabi {
	width: 95%;
	box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.3);
	border-radius: 30px;
	margin: 64px auto 0;
	padding: 24px;
	background: #fff;
}

.yukotabi img {
	display: block;
	margin: 0 auto 18px;
	;
}

.yukotabi h3 {
	display: inline;
	color: #FF85C8;
	font-size: 18px;
	font-weight: bold;
	background: linear-gradient(transparent 60%, rgba(255, 22, 153, 0.14)75%);

}

.yukotabi p {
	font-size: 16px;
	margin-top: 24px;
}

.yukotabi a {
	font-size: 16px;
	display: block;
	width: 100px;
	text-align: right;
	text-decoration: none;
	border-bottom: solid 1px #3e3e3e;
	line-height: 1.6;
	margin: 24px 0 0 auto;
	transition: 0.3s;
}

.yukotabi a:hover {
	width: 130px;
	transition: 0.3s;
	color: #FF85C8;
	border-bottom: solid 1px #FF85C8;
}

/*navfix*/
.t_nav_fix {
	position: fixed;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0 rgba(62, 62, 62, 0.7);
	top: 0;
	width: 100%;
	z-index: 98;
	transform: translateY(-300%);
	transition: 0.3s;
	border-top: solid 2px #FF85C8;
	border-bottom: solid 2px #FF85C8;

}

.t_nav_fix.visible {
	transform: translateY(0);
}

.t_nav_fix ul {
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	overflow-x: auto;
	margin: 0 auto;
	position: relative;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	/* IE, Edge 対応 */
	scrollbar-width: none;
	/* Firefox 対応 */

}

.t_nav_fix ul::-webkit-scrollbar {
	display: none;
}

.t_nav_fix ul li a {
	text-decoration: none;
	display: block;
	color: #FF85C8;
	white-space: nowrap;
	line-height: 40px;
	padding: 0 16px;
	transition: 0.3s;
}

.t_nav_fix ul li a:hover {
	background-color: #FFE4F2;
	transition: 0.3s;
}

.t_nav_fix ul span::after {
	content: '';
	display: block;
	width: 1px;
	height: 14px;
	background-color: #FF85C8;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

/*フェードイン*/
.yado {
	opacity: 0;
	transform: translate(0, 50px);
	transition: 1.2s;
}

.yado.effect-scroll {
	opacity: 1;
	transform: translate(0, 0);
}


/*pc*/
@media screen and (min-width:768px) {
	.t_pc {
		display: none;
	}

	.t_sp {
		display: block;
	}

	.lead p,
	.t_nav,
	.t_nav_fix ul,
	.area_inner {
		max-width: 1080px;
	}

	.t_nav_fix {
		top: 64px;
	}

	.area_inner {
		margin: 0 auto;
	}

	.yado_wrapper {
		display: flex;
		justify-content: space-around;
	}

	.yado {
		width: 470px;
	}

	.y_text {
		width: 80%;
	}

	.area .area_more {
		width: 600px;
	}

	.yukotabi img {
		width: 310px;
		margin: 0;
	}

	.yukotabi {
		width: 720px;
		display: flex;
		justify-content: center;
	}

	.yukotabi div {
		width: 310px;
		padding-left: 24px;
	}

	.t_nav_fix ul {
		justify-content: center;
	}

	.t_nav_fix ul li a {
		padding: 0 24px;
	}
}
