@charset "utf-8";

/*============================
MV
============================*/
#mv {
	background-image: url(../img/time/mv.jpg);
}

#mv .title img {
	max-height: 1.20rem;
}

/*============================
“ふる川”での過ごし方
============================*/
#time {
	padding-bottom: 1.00rem;
}

#time .lead {
	font-size: 0.18rem;
	letter-spacing: 0.05em;
	line-height: 2.2;
	text-align: center;
	margin-bottom: 0.60rem;
}
@media screen and (max-width: 640px) {
	#time .lead {
		font-size: 0.15rem;
		text-align: left;
	}
}


/* リンク */
#time .link_list {
	display: flex;
	justify-content: center;
	margin-bottom: 0.80rem;
}
@media screen and (max-width: 640px) {
	#time .link_list {
		flex-wrap: wrap;
	}
}

#time .link_list .item {
	max-width: 2.50rem;
	width: 100%;
	margin: 0 0.25rem;

}

#time .link_list .item a {
	font-size: 0.16rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-align: center;
	color: #000;
	border-bottom: 1px solid #707070;
	box-sizing: border-box;
	padding-bottom: 0.15rem;
	display: block;
	position: relative;
}

#time .link_list .item.active a {
	border-bottom: 3px solid #B4272D;
	pointer-events: none;
}

#time .link_list .item a::after {
	content: '';
	width: 0.13rem;
	height: 0.10rem;
	background: url(../img/activity/icon_arrow_bottom.svg) no-repeat center;
	background-size: contain;
	transform: translateY(-50%);
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	right: 0.10rem;
	top: 0.10rem;
}

/* コンテンツ */
#time .cont_wrap {
	max-width: 16.00rem;
	margin: auto;
}

#time .cont_box {
	height: 5.40rem;
	position: relative;
	display: flex;
	padding-bottom: 1.00rem;
}
@media screen and (max-width: 640px) {
	#time .cont_box {
		height: auto;
		flex-wrap: wrap;
		padding-bottom: 0.30rem;
	}
}

#time .cont_box::after {
	content: "";
	width: 2.10rem;
	height: 1.60rem;
	background-image: url(../img/time/time_arrow01.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 0;
}
@media screen and (max-width: 640px) {
	#time .cont_box::after {
		content: none;
	}
}

#time .cont_box:nth-child(even):after {
	background-image: url(../img/time/time_arrow02.svg);
	left: 35%;
}

#time .cont_box:last-child::after {
	content: none;
}

#time .cont_box .ph_wrap {
	width: 55%;
	height: 5.40rem;
	position: absolute;
	left: -0.20rem;
	top: 0;
	z-index: 1;
}
@media screen and (max-width: 640px) {
	#time .cont_box .ph_wrap {
		width: 100%;
		height: auto;
		left: -0.20rem;
		position: relative;
	}
}


#time .cont_box:nth-child(even) .ph_wrap {
	left: auto;
	right: -0.20rem;
}

#time .cont_box .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.20rem;
	/* border-radius: 0 0.20rem 0.20rem 0; */
}
@media screen and (max-width: 640px) {
	#time .cont_box .ph_wrap img {
		border-radius: 0.10rem;
	}
}

/* #time .cont_box:nth-child(even) .ph_wrap img {
	border-radius: 0.20rem 0 0 0.20rem;
} */

#time .cont_box .text_wrap {
	max-width: 3.95rem;
	margin-left: auto;
	margin-right: 0;
}
@media screen and (max-width: 640px) {
	#time .cont_box .text_wrap {
		max-width: 100%;
		width: 100%;
	}
}


#time .cont_box:nth-child(even) .text_wrap {
	margin-left: 0;
	margin-right: auto;
}


#time .cont_box .text_wrap .cont_lead_title {
	font-size: 0.16rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	color: #BB916D;
	margin-bottom: 0.15rem;
}
@media screen and (max-width: 640px) {
	#time .cont_box .text_wrap .cont_lead_title {
		font-size: 0.11rem;
		letter-spacing: 0.10em;
		margin-top: 0.20rem;
		margin-bottom: 0.10rem;
	}
}


#time .cont_box .text_wrap .cont_lead {
	font-size: 0.29rem;
	font-weight: 600;
	line-height: 1.66;
	margin-bottom: 0.15rem;
}
@media screen and (max-width: 640px) {
	#time .cont_box .text_wrap .cont_lead {
		font-size: 0.22rem;
		margin-bottom: 0.10rem;
	}
}


#time .cont_box .text_wrap .text {
	font-size: 0.16rem;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-bottom: 0.30rem;
}
@media screen and (max-width: 640px) {
	#time .cont_box .text_wrap .text {
		font-size: 0.14rem;
		letter-spacing: 0;
		text-align: justify;
		margin-bottom: 0.20rem;
	}
}


/* ボタン */
#time .cont_box .text_wrap .btn {
	font-size: 0.14rem;
	width: 1.80rem;
	min-width: 1.80rem;
	max-width: 3.00rem;
	width: fit-content;
	border-bottom: 1px solid #000;
	padding-bottom: 0.15rem;
	padding-right: 0.20rem;
	position: relative;
	box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	#time .cont_box .text_wrap .btn {
		margin-bottom: 0.20rem;
	}
}

#time .cont_box .text_wrap .btn a {
	display: block;
	color: #000;
}

#time .cont_box .text_wrap .btn a:hover {
	opacity: 0.7;
}

#time .cont_box .text_wrap .btn::after {
	content: '';
	width: 0.053rem;
	height: 0.10rem;
	display: inline-block;
	background: url(../img/roomlist/icon_arrow_right.svg) no-repeat;
	background-size: contain;
	transition: all .3s;
	position: absolute;
	right: 0;
	top: 0.03rem;
}

@media screen and (max-width: 640px) {
	#time .cont_box .text_wrap .btn_common {
		padding-bottom: 0.20rem;
	}
}