@charset "utf-8";

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

/*============================
イントロ
============================*/

.intoroduction .intro_box {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	max-width: 10.80rem;
	margin: 0 auto 1.30rem;
	position: relative;
}

@media screen and (max-width: 640px) {
	.intoroduction .intro_box {
		margin: 0 auto 0.80rem;
	}
}


.intoroduction .intro_box::before {
	content: "";
	width: calc(100% + 2.80rem);
	height: calc(100% - 1.80rem);
	background-color: rgba(200, 214, 163, 0.4);
	position: absolute;
	left: -0.40rem;
	top: 0.50rem;
	z-index: 0;
	border-radius: 0.10rem;
}

.intoroduction .intro_box .ph_wrap {
	width: 100%;
	max-width: 5.00rem;
	height: 6.70rem;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 640px) {
	.intoroduction .intro_box .ph_wrap {
		height: auto;
	}
}


.intoroduction .intro_box .ph_wrap .ph_box {
	border-radius: 0.14rem;
	overflow: hidden;
}

.intoroduction .intro_box .textbox {
	width: 100%;
	max-width: 5.20rem;
	font-family: 'Noto Serif JP', serif;
	position: relative;
	z-index: 1;
	padding-top: 0.50rem;
}

@media screen and (max-width: 640px) {
	.intoroduction .intro_box .textbox {
		padding-top: 0;
	}
}


.intoroduction .intro_box .textbox .title {
	font-size: 0.26rem;
	font-weight: 600;
	color: #264526;
	line-height: 1.65;
	padding: 0.50rem 0 0.20rem;
}

@media screen and (max-width: 640px) {
	.intoroduction .intro_box .textbox .title {
		font-size: 0.18rem;
		padding: 0.20rem 0 0.18rem;
	}
}

.intoroduction .intro_box .textbox .text {
	font-size: 0.16rem;
	line-height: 2;
}

@media screen and (max-width: 640px) {
	.intoroduction .intro_box .textbox .text {
		font-size: 0.14rem;
	}
}


.intoroduction .intro_box .textbox .ph_sub {
	width: 6.00rem;
	height: 2.70rem;
	border-radius: 0.10rem;
	overflow: hidden;
	position: relative;
	margin-top: 0.40rem;
	left: -0.80rem;
}

@media screen and (max-width: 640px) {
	.intoroduction .intro_box .textbox .ph_sub {
		width: 100%;
		height: 2rem;
		left: 0;
		margin-top: 0.20rem;
	}

	.intoroduction .intro_box .textbox .ph_sub img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}



/*============================
アクティビティ
============================*/
.activity_list .in {
	max-width: 11.60rem;
}

.activity_list .activity_box {
	padding: 0.50rem 0;
	position: relative;
	margin-bottom: 0.90rem;
}

@media screen and (max-width: 640px) {
	.activity_list .activity_box {
		margin-bottom: 0.60rem;
	}
}


.activity_list .activity_box::before {
	content: "";
	width: calc(100% + 2.60rem);
	height: 100%;
	border-radius: 0.10rem;
	position: absolute;
	top: 0;
	z-index: 0;
}

.activity_list .activity_box .cat_title {
	text-align: center;
	font-size: 0.48rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	position: relative;
	top: 0.10rem;
}

@media screen and (max-width: 640px) {
	.activity_list .activity_box .cat_title {
		font-size: 0.28rem;
	}
}


.activity_list .activity_box .list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.10rem;
	width: 100%;
	position: relative;
}

@media screen and (max-width: 640px) {
	.activity_list .activity_box .list {
		margin: 0 0;
	}
}

.activity_list .activity_box .list .detail {
	width: 100%;
	max-width: 3.40rem;
	margin: 0.60rem 0.10rem 0;
}

@media screen and (max-width: 640px) {
	.activity_list .activity_box .list .detail {
		max-width: 100%;
		margin: 0.47rem 0 0;
	}
}


.activity_list .activity_box .list .detail a {
	display: block;
	color: #1A1A1A;
	text-align: center;
}

.activity_list .activity_box .list .detail .ph_wrap {
	width: 100%;
	height: 2.20rem;
	border-radius: 0.10rem;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 640px) {
	.activity_list .activity_box .list .detail .ph_wrap {
		height: 2rem;
	}
}


.activity_list .activity_box .list .detail .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 0;
	transition: all 0.3s;
}

.activity_list .activity_box .list .detail a:hover .ph_wrap img {
	transform: scale(1.04);
}

.activity_list .activity_box .list .detail .title {
	font-size: 0.20rem;
	font-weight: 500;
	padding: 0.15rem 0 0.20rem;
	transition: all 0.3s;
}

.activity_list .activity_box .list .detail .more_btn {
	width: 100%;
	max-width: 1.90rem;
	margin: auto;
	border-radius: 0.40rem;
	line-height: 0;
	padding: 0.19rem 0 0.21rem;
	position: relative;
	background-color: #FFF;
	transition: all 0.3s;
}

.activity_list .activity_box .list .detail .more_btn span {
	font-size: 0.15rem;
	transition: all 0.3s;
}

@media screen and (max-width: 640px) {
	.activity_list .activity_box .list .detail .more_btn span {
		font-size: 0.14rem;
	}
}

.activity_list .activity_box a:hover .more_btn span {
	color: #FFF;
}

.activity_list .activity_box .more_btn span::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.06rem 0.05rem 0 0.05rem;
	position: absolute;
	right: 0.15rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

.activity_list .activity_box a:hover .more_btn span::after {
	border-color: #FFF transparent transparent transparent;
}

/* ---------------- カテゴリごとの設定 ---------------- */
/* 川遊び */
.activity_list .activity_box.cat01::before {
	background-color: rgba(71, 159, 180, 0.15);
	left: -0.60rem;
}

.activity_list .activity_box.cat01 .cat_title {
	color: #479FB4;
}

.activity_list .activity_box.cat01 .list .detail a:hover .title {
	color: #479FB4;
}

.activity_list .activity_box.cat01 .more_btn {
	border: 1px solid #479FB4;
}

.activity_list .activity_box.cat01 a:hover .more_btn {
	background-color: #479FB4;
}

.activity_list .activity_box.cat01 .more_btn span {
	color: #479FB4;
}

.activity_list .activity_box.cat01 .more_btn span::after {
	border-color: #479FB4 transparent transparent transparent;
}

/* 野あそび */
.activity_list .activity_box.cat02::before {
	background-color: rgba(14, 163, 60, 0.15);
	left: auto;
	right: -0.60rem;
}

.activity_list .activity_box.cat02 .cat_title {
	color: #0EA33C;
}

.activity_list .activity_box.cat02 .list .detail a:hover .title {
	color: #0EA33C;
}

.activity_list .activity_box.cat02 .more_btn {
	border: 1px solid #0EA33C;
}

.activity_list .activity_box.cat02 a:hover .more_btn {
	background-color: #0EA33C;
}

.activity_list .activity_box.cat02 .more_btn span {
	color: #0EA33C;
}

.activity_list .activity_box.cat02 .more_btn span::after {
	border-color: #0EA33C transparent transparent transparent;
}

/* ものづくり */
.activity_list .activity_box.cat03::before {
	background-color: rgba(224, 129, 0, 0.10);
	left: -0.60rem;
}

.activity_list .activity_box.cat03 .cat_title {
	color: #E08100;
}

.activity_list .activity_box.cat03 .list .detail a:hover .title {
	color: #E08100;
}

.activity_list .activity_box.cat03 .more_btn {
	border: 1px solid #E08100;
}

.activity_list .activity_box.cat03 a:hover .more_btn {
	background-color: #E08100;
}

.activity_list .activity_box.cat03 .more_btn span {
	color: #E08100;
}

.activity_list .activity_box.cat03 .more_btn span::after {
	border-color: #E08100 transparent transparent transparent;
}

/*============================
アクティビティ詳細
============================*/
.activity_detail_wrap .activity_detail_box {
	padding: 0.60rem 0;
}

.activity_detail_wrap .activity_detail_box:nth-child(even) {
	background-color: rgba(200, 214, 163, 0.3);
}

.activity_detail_wrap .activity_detail_box .in {
	width: 100%;
	max-width: 11.60rem;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.activity_detail_wrap .activity_detail_box .in .ph_wrap {
	width: 100%;
	height: 100%;
	max-width: 4.80rem;
	max-height: 4.40rem;
	border-radius: 0.10rem;
	overflow: hidden;
	position: relative;
}

@media screen and (max-width: 640px) {
	.activity_detail_wrap .activity_detail_box .in .ph_wrap {
		max-height: 3.20rem;
	}
}

.activity_detail_wrap .activity_detail_box .in .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* アイコン */
.activity_detail_wrap .activity_detail_box .in .ph_wrap .seal_wrap {
	position: absolute;
	left: 0.20rem;
	bottom: 0.20rem;
	z-index: 1;
	display: flex;
	width: calc(100% - 0.40rem);
}

.activity_detail_wrap .activity_detail_box .in .ph_wrap .seal_wrap .seal {
	padding: 0.14rem 0.15rem 0.16rem;
	line-height: 0;
	font-size: 0.13rem;
	font-weight: 600;
	background-color: #FFF;
	border-radius: 0.30rem;
	margin-right: 0.15rem;
}

.activity_detail_wrap .activity_detail_box .in .textbox {
	max-width: 5.60rem;
}

@media screen and (max-width: 640px) {
	.activity_detail_wrap .activity_detail_box .in .textbox {
		margin-top: 0.2rem;
	}
}


.activity_detail_wrap .activity_detail_box .in .textbox .cat span {
	display: inline-block;
	font-size: 0.15rem;
	color: #FFF;
	line-height: 0;
	padding: 0.13rem 0.20rem 0.15rem;
	border-radius: 0.30rem;
}

.activity_detail_wrap .activity_detail_box .in .textbox .title {
	font-size: 0.26rem;
	font-weight: 600;
	letter-spacing: 0.075em;
	padding: 0.15rem 0 0.10rem;
}

@media screen and (max-width: 640px) {
	.activity_detail_wrap .activity_detail_box .in .textbox .title {
		font-size: 0.18rem;
	}
}

.activity_detail_wrap .activity_detail_box .in .textbox .text {
	font-size: 0.16rem;
	line-height: 1.875;
	text-align: justify;
	font-family: 'Noto Serif JP', serif;
	padding-bottom: 0.20rem;
}

@media screen and (max-width: 640px) {
	.activity_detail_wrap .activity_detail_box .in .textbox .text {
		font-size: 0.14rem;
	}
}

.activity_detail_wrap .activity_detail_box .in .textbox .info_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 0.16rem;
	line-height: 1.75;
	border-top: 1px solid #707070;
}

@media screen and (max-width: 640px) {
	.activity_detail_wrap .activity_detail_box .in .textbox .info_list {
		font-size: 0.14rem;
	}
}


.activity_detail_wrap .activity_detail_box .in .textbox .info_list .info_title {
	width: 1.25rem;
	padding: 0.10rem 0;
	border-bottom: 1px solid #707070;
	font-weight: 600;
}

@media screen and (max-width: 640px) {
	.activity_detail_wrap .activity_detail_box .in .textbox .info_list .info_title {
		width: 1rem;
	}
}

.activity_detail_wrap .activity_detail_box .in .textbox .info_list .info_text {
	width: calc(100% - 1.25rem);
	padding: 0.10rem 0;
	border-bottom: 1px solid #707070;
}

@media screen and (max-width: 640px) {
	.activity_detail_wrap .activity_detail_box .in .textbox .info_list .info_text {
		width: calc(100% - 1.00rem);
	}
}


.activity_detail_wrap .activity_detail_box .in .textbox .info_list .info_text table {
	width: 100%;
}

.activity_detail_wrap .activity_detail_box .in .textbox .info_list .info_text table th {
	width: 1.70rem;
	font-weight: 400;
	text-align: left;
}

@media screen and (max-width: 640px) {
	.activity_detail_wrap .activity_detail_box .in .textbox .info_list .info_text table th {
		display: block;
		width: 100%;
	}
}


.activity_detail_wrap .activity_detail_box .in .textbox .info_list .info_text .caption {
	font-size: 0.13rem;
}

.activity_detail_wrap .activity_detail_box .in .more_btn {
	padding-top: 0.40rem;
	width: 100%;
}

.activity_detail_wrap .activity_detail_box .in .more_btn a {
	display: block;
	width: 100%;
	max-width: 4.90rem;
	margin: auto;
	line-height: 0;
	padding: 0.31rem 0 0.33rem;
	border-radius: 0.10rem;
	text-align: center;
	font-size: 0.20rem;
	font-weight: 600;
	color: #FFF;
	background-color: #0EA392;
}

@media screen and (max-width: 640px) {
	.activity_detail_wrap .activity_detail_box .in .more_btn a {
		font-size: 0.18rem;
	}
}


.activity_detail_wrap .activity_detail_box .in .more_btn a:hover {
	opacity: 0.7;
}

/* カテゴリの色 */
.activity_detail_wrap .activity_detail_box.cat01 .in .textbox .cat span {
	background-color: #479FB4;
}

.activity_detail_wrap .activity_detail_box.cat02 .in .textbox .cat span {
	background-color: #0EA33C;
}

.activity_detail_wrap .activity_detail_box.cat03 .in .textbox .cat span {
	background-color: #E08100;
}

/*============================
FAQ
============================*/
.faq {
	background-color: rgba(226, 218, 184, 0.3);
	padding: 0.70rem 0;
}

.faq .faq_box {
	width: 100%;
	max-width: 9.00rem;
	margin: auto;
	font-family: 'Noto Serif JP', serif;
}

.faq .faq_box .title {
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	color: #264526;
	padding: 0.20rem 0.10rem 0.22rem;
	font-size: 0.18rem;
	font-weight: 600;
}

@media screen and (max-width: 640px) {
	.faq .faq_box .title {
		font-size: 0.14rem;
		line-height: 1.5;
		padding: 0.15rem 0.50rem 0.15rem 0.40rem;
		position: relative;
		border-top: 0;
	}
	.faq .faq_box:nth-of-type(1) .title {
		border-top: 1px solid #707070;
	}
}

.faq .faq_box .title::before {
	content: "Q.";
	color: #4D7E4D;
	display: inline-block;
	padding-right: 0.08rem;
}

@media screen and (max-width: 640px) {
	.faq .faq_box .title::before {
		position: absolute;
		left: 0.10rem;
	}

	.faq .faq_box .title .acc_icon::before,
	.faq .faq_box .title .acc_icon::after {
		content: '';
		display: block;
		width: 0.15rem;
		height: 0.02rem;
		border-radius: 5px;
		background: #0EA33C;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
	}

	.faq .faq_box .title .acc_icon::after {
		background: #0EA33C;
		transform: translateY(-50%) rotate(90deg);
		transition: 0.5s;
	}

	.faq .faq_box .title.open .acc_icon::after {
		transform: rotate(0);
		transition: 0.5s;
	}

}

.faq .faq_box .textbox {
	padding: 0.20rem 0.10rem 0.35rem 0.40rem;
	position: relative;
}

@media screen and (max-width: 640px) {
	.faq .faq_box .textbox {
		display: none;
		border-bottom: 1px solid #707070;
	}
}

.faq .faq_box:last-child .textbox {
	padding-bottom: 0;
}

.faq .faq_box .textbox .text {
	font-size: 0.16rem;
	line-height: 2;
}

@media screen and (max-width: 640px) {
	.faq .faq_box .textbox .text {
		font-size: 0.14rem;
	}
}

.faq .faq_box .textbox::before {
	content: "A.";
	color: #E08100;
	position: absolute;
	left: 0.10rem;
	top: 0.18rem;
	font-size: 0.18rem;
	font-weight: 600;
	line-height: 2;
}
@media screen and (max-width: 640px) {
	.faq .faq_box .textbox::before {
		font-size: 0.14rem;
	}
}


/*============================
店舗情報
============================*/
.information .in::after {
	background-image: url(../img/friluftsliv/info_illust.png);
}