@charset "utf-8";

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

/*============================
service
============================*/
#activity {
	padding-bottom: 1.00rem;
}

#activity .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) {
	#activity .lead {
		font-size: 0.15rem;
		text-align: justify;
		letter-spacing: 0;
	}
}

/* リンク */
#activity .link_list {
	display: flex;
	justify-content: center;
	margin-bottom: 0.80rem;
}

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

}

#activity .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;
}

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

#activity .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;
}


/* アウトドア体験ツアーデスク */
#activity .tourdesk {
	max-width: 11.60rem;
	margin: auto;
	background: rgba(232, 224, 210, 0.5);
	border-radius: 0.20rem;
	box-sizing: border-box;
	padding: 0.45rem 0.80rem;
	position: relative;
}
@media screen and (max-width: 640px) {
	#activity .tourdesk {
		width: 100%;
		background: rgba(232, 224, 210, 0.5);
		padding: 0.45rem 0.20rem;
		border-radius: 0;
	}
}


#activity .tourdesk .title {
	font-size: 0.32rem;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 0.30rem;
}
@media screen and (max-width: 640px) {
	#activity .tourdesk .title {
		font-size: 0.22rem;
	}
}

#activity .tourdesk .tourdesk_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0.42rem;
}
@media screen and (max-width: 640px) {
	#activity .tourdesk .tourdesk_list {
		display: none;
	}
}

#activity .tourdesk .tourdesk_list .item {
	width: 49%;
	position: relative;
}
@media screen and (max-width: 640px) {
	#activity .tourdesk .tourdesk_list .item {
		width: 100%;
		margin-bottom: 0.20rem;
	}
}


#activity .tourdesk .tourdesk_list .item img{
	border-radius: 0.10rem;
}

/* SP時のみ */
#activity .tourdesk .tourdesk_slide_wrap {
	margin: 0 -0.20rem;
	padding-bottom: 0.20rem;
}
#activity .tourdesk .tourdesk_slide_wrap .slick-dotted.slick-slider {
	margin-bottom: 0;
}

#activity .tourdesk .tourdesk_slide_wrap .slides .slide {
	padding: 0 0.05rem;
}

#activity .tourdesk .staff_ph {
	position: absolute;
  right: 0.3rem;
  bottom: 0.25rem;
  width: 2.7rem;
}

#activity .tourdesk .sub_title{
	font-size: 0.30rem;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 0.25rem;
}
@media screen and (max-width: 640px) {
	#activity .tourdesk .sub_title{
		font-size: 0.20rem;
		margin-bottom: 0.15rem;
	}
}

#activity .tourdesk .text{
	font-size: 0.16rem;
	line-height: 2;
}
@media screen and (max-width: 640px) {
	#activity .tourdesk .text{
		font-size: 0.14rem;
		text-align: left;
	}
}


/* アクティビティコンテンツ */
#activity .cont_wrap {
	margin-top: 0.50rem;
}

#activity .cont_box {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
	margin-bottom: 1.00rem;
}

@media screen and (max-width: 640px) {
	#activity .cont_box {
		margin-bottom: 0.90rem;
	}
	#activity .cont_box:last-child {
		margin-bottom: 0;
	}
}

#activity .cont_box::after {
	content: '';
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: -1;
	position: absolute;
	padding: 0.30rem 0.20rem;
	border-radius: 0.10rem;
	top: -0.30rem;
	left: 0.20rem;
}

@media screen and (max-width: 640px) {
	#activity .cont_box::after {
		width: calc(100% + 0.20rem);
		height: calc(100% + 0.50rem);
		padding: 0;
		top: -0.10rem;
		left: -0.10rem;
	}
}

/* 画像 */
#activity .ph_wrap {
	width: 4.90rem;
}
@media screen and (max-width: 640px) {
	#activity .ph_wrap {
		width: 100%;
		margin-bottom: 0.15rem;
		height: 68vw;
		overflow: hidden;
		border-radius: 0.06rem;
	}
}

#activity .ph_wrap img {
	border-radius: 0.10rem;
}
@media screen and (max-width: 640px) {
	#activity .ph_wrap img {
		border-radius:0;
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

/* テキスト */
#activity .text_wrap {
	width: calc(100% - 4.90rem);
	padding-left: 0.25rem;
	box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	#activity .text_wrap {
		width: 100%;
		padding-left: 0;
	}
}


#activity .text_wrap .no {
	font-family: 'Poppins', sans-serif;
	font-size: 0.16rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	color: #BB916D;
	margin-bottom: 0.15rem;
}

@media screen and (max-width: 640px) {
	#activity .text_wrap .no {
		font-size: 0.13rem;
		text-align: center;
		padding-top: 0.05rem;
	}
}

#activity .text_wrap .title {
	font-size: 0.24rem;
	font-weight: 600;
	line-height: 1.66;
	margin-bottom: 0.15rem;
}
@media screen and (max-width: 640px) {
	#activity .text_wrap .title {
		font-size: 0.18rem;
		text-align: center;
	}
}


#activity .text_wrap .tab_list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.15rem;
}

#activity .text_wrap .tab_list .item {
	font-size: 0.14rem;
	box-sizing: border-box;
	padding: 0.05rem 0.15rem 0.08rem;
	border: 1px solid #000;
	border-radius: 0.05rem;
	margin-right: 0.10rem;
	margin-bottom: 0.10rem;
}

@media screen and (max-width: 640px) {
	#activity .text_wrap .tab_list .item {
		font-size: 0.11rem;
		padding: 0.05rem 0.06rem 0.07rem;
		letter-spacing: 0;
		margin-right: 0.06rem;
		margin-bottom: 0.06rem;
	}
}

#activity .text_wrap .text {
	font-size: 0.16rem;
	letter-spacing: 0.05em;
	line-height: 1.75;
	margin-bottom: 0.30rem;
}
@media screen and (max-width: 640px) {
	#activity .text_wrap .text {
		font-size: 0.14rem;
		line-height: 1.875;
	}
}
