@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%;
	position: relative;
}

.section.cmsArea01 a {
	text-decoration: none;
}

.section.cmsArea01 p {
	line-height: 1.6em;
}

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

.c-blockHeading_title {
	display: none;
}

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

.t_pc {
	display: none;
}

/*nav_fix*/
.t_area_nav_fix {
	background-color: #A91F28;
	position: fixed;
	box-shadow: 0px 0px 10px 0 rgba(62, 62, 62, 0.7);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 99;
	top: 0;
	width: 100%;
	-webkit-transform: translateY(-300%);
	transform: translateY(-300%);
}

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

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

.t_area_nav_fix ul li a {
	white-space: nowrap;
	padding: 0 24px;
	display: block;
	text-align: center;
	color: #fff;
	line-height: 48px;
}

.t_area_nav_fix.visible {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.t_area_nav_find {
	line-height: 48px;
	color: #fff;
	white-space: nowrap;
	padding-left: 5%;
}

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

.t_area_nav_find::after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url(https://www.yukoyuko.net/images/common/icon_arw_r_white.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	top: 2px;
	left: 4px;

}


/*common*/
h2 {
	text-align: center;
	font-size: 24px;
	color: #FF8C8F;
	font-weight: bold;
	position: relative;
	margin-top: 80px;
	margin-bottom: 32px;
}

h2 span {
	font-size: 16px;
}

h2::before {
	content: '';
	display: block;
	height: 78px;
	width: 310px;
	background: url("https://static.yukoyuko.net/aso/special_t00208/sakura.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

/*key visual*/
.t_kv h1 {
	width: 100%;
	background: url("https://static.yukoyuko.net/aso/special_t00209/kv_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	padding: 40px;
}

.t_kv h1 img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.t_kv p {
	padding-top: 16px;
	font-size: 14px;
	width: 95%;
	margin: 0 auto;
}

/*area nav*/
.t_area_nav ul {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.t_area_nav ul li a {
	display: block;
	background: #A91F28;
	line-height: 48px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	height: 48px;
	border-radius: 13px;
	font-size: 16px;
	width: 150px;
	margin-bottom: 16px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

/*hukidashi*/
.t_pickup .t_pickup_yado .t_hukidashi {
	background: url("https://static.yukoyuko.net/aso/special_t00208/hukidashi.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 67px;
	height: 63px;
	position: absolute;
	top: -39px;
	z-index: 50;
}

.t_hukidashi p {
	color: #fff;
	font-size: 12px;
	text-align: center;
	-webkit-transform: translateY(35%);
	transform: translateY(35%);
}


/*pickup*/
.t_pickup {
	background-color: #FFFCE9;
	padding-bottom: 80px;
}

.t_pickup::before {
	content: '';
	display: block;
	background: url("https://static.yukoyuko.net/aso/special_t00208/hukidashibg.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top;
	width: 100%;
	height: 13vw;
	margin-top: 32px;
}

.t_pickup h2 {
	margin-top: 32px;
}

.t_pickup_yado {
	position: relative;
	margin-top: 64px;
	box-shadow: 0px 0px 10px 0 rgba(62, 62, 62, 0.9);
	background-color: #fff;
	padding-bottom: 24px;
}

.t_pickup_img img {
	width: 100%;
}

.t_pickup_img::after {
	content: '';
	width: 100%;
	height: 100%;
	max-height: 500px;
	display: block;
	position: absolute;
	top: 0;
	background: -moz-linear-gradient(top, rgba(60, 60, 60, 0.99), rgba(60, 60, 60, 0.3) 15%, rgba(0, 0, 0, 0.00)30%);
	background: -webkit-linear-gradient(top, rgba(60, 60, 60, 0.99), rgba(60, 60, 60, 0.3) 15%, rgba(0, 0, 0, 0.00)30%);
	background: linear-gradient(to bottom, rgba(60, 60, 60, 0.99), rgba(60, 60, 60, 0.3) 15%, rgba(0, 0, 0, 0.00)30%)
}

.t_pickup_catch {
	position: absolute;
	top: 24px;
	color: #fff;
	font-size: 18px;
	text-shadow: 0px 0px 6px #3E3E3E;
	width: 95%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.t_pickup_contents {
	margin: 24px auto 24px;
	width: 95%;
	position: relative;
}

.t_pickup_contents li:first-of-type {
	font-size: 16px;
}

.t_pickup_contents li:nth-of-type(3) {
	font-size: 18px;
	font-weight: bold;
	margin-top: 16px;
}

.t_pickup_contents li:nth-of-type(4) {
	font-size: 16px;
	margin-top: 24px;
}

.t_price {
	margin-top: 16px;
}

.t_price_ohitori {
	display: block;
	text-align: center;
	vertical-align: middle;
	border: solid #3E3E3E 1px;
	border-radius: 12px;
	width: 64px;
	padding: 4px 0;
	font-size: 10px;
	float: left;
	margin-right: 8px;
}

.t_price_bf,
.t_price_af {
	display: block;
	font-weight: bold;
	color: #EF3D34;
}

.t_price_bf {
	font-size: 20px;
	display: inline-block;
	position: relative;
}

.t_price_bf::before {
	content: '';
	width: 100%;
	height: 1px;
	border-top: solid 1px #3e3e3e;
	position: absolute;
	left: 0;
	top: calc(50% - 3px);
}

.t_price_bf::after {
	content: '';
	width: 100%;
	height: 1px;
	border-bottom: solid 1px #3e3e3e;
	position: absolute;
	left: 0;
	bottom: calc(50% - 3px);
}

.t_price_af span:first-of-type {
	font-size: 32px;
}

.t_pickup_icon {
	position: absolute;
	top: 0;
	right: 0;
}

.t_pickup_icon span {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-radius: 7px;
	width: 48px;
	line-height: 24px;
}

.t_tokuten {
	background: #FF8C8F;
}

.t_nesage {
	background: #73C6DA;
}

.t_pickup_yado .t_pickup_link {
	display: block;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background: #A91F28;
	width: 260px;
	line-height: 48px;
	border-radius: 21px;
	margin: 0 auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

/*hover button*/
.t_hover:hover,
.t_pickup_link:hover {
	background: #6F141A;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

@media screen and (min-width:768px) {
	.t_pc {
		display: block;
	}

	.t_sp {
		display: none;
	}

	.t_kv p {
		max-width: 1080px;
	}

	.t_kv h1 img {
		max-height: 400px;
	}

	.t_area_nav,
	.t_pickup_yado {
		max-width: 1080px;
		margin: 0 auto;
	}

	.t_area_nav ul li a {
		width: 200px;
	}

	.t_area_nav_fix {
		top: 64px;
	}

	.t_area_nav_find {
		padding: 0;
	}

	.t_area_nav_fix ul {
		width: 1080px;
		-webkit-box-pack: center;
		justify-content: center;
	}

	.t_pickup_imgarea,
	.t_pickup_img::after {
		width: 550px;
	}

	.t_pickup_catch {
		width: 522px;
		left: 14px;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}

	.t_pickup_yado {
		display: -webkit-box;
		display: flex;
		padding-bottom: 0;
		margin-top: 64px;
	}

	.t_pickup_textarea {
		width: 530px;
		padding: 24px;
	}

	.t_pickup_contents {
		margin: 0;
		width: auto;
	}

	.t_pickup_yado .t_pickup_link {
		margin: 24px 0 0 auto;
	}

	.t_pickup_contents li:first-of-type {
		font-size: 18px;
	}

	.t_pickup_contents li:nth-of-type(3) {
		font-size: 24px;
	}

	.t_price_bf {
		font-size: 24px;
	}

	.t_price_af span:first-of-type {
		font-size: 40px;
	}

	.t_price_af {
		padding-top: 8px;
		text-align: center;
	}
}
