/*===========================
MV
===========================*/
#under_mv .mv_title_wrap {
	padding-top: 1.40rem;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 599px) {
	#under_mv .mv_title_wrap {
		padding-top: 0.50rem;
	}
}

#under_mv .page_name {
	font-size: 0.26rem;
	font-weight: 700;
	letter-spacing: 0.10em;
	color: #FFF;
	padding-bottom: 0.10rem;
}

@media screen and (max-width: 599px) {
	#under_mv .page_name {
		font-size: 0.14rem;
	}
}

#under_mv .page_name span {
	display: inline-block;
	border: 1px solid #FFF;
	padding: 0.08rem 0.10rem 0.10rem;
}

#under_mv .catch {
	font-size: 0.36rem;
	line-height: 1.675;
	font-weight: 700;
	color: #FFF;
	padding-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	#under_mv .catch {
		font-size: 5vw;
		line-height: 1.55;
		padding-bottom: 0.10rem;
	}
}

/*===========================
アクセス方法
===========================*/
#access {
	padding: 0.70rem 0;
	position: relative;
}

@media screen and (max-width: 599px) {
	#access {
		padding: 0.30rem 0;
	}
}


#access .in {
	max-width: 10.80rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#access .in .sec_title {
	width: 100%;
}

#access .text {
	font-size: 0.16rem;
	line-height: 2;
	width: 100%;
	max-width: 6.20rem;
}

@media screen and (max-width: 599px) {
	#access .text {
		font-size: 0.15rem;
		margin-bottom: 0.20rem;
	}
}


/* 外観 */
#access .address {
	width: 100%;
	max-width: 3.50rem;
	text-align: center;
}

#access .address .ph_wrap {
	width: 100%;
	height: 2.32rem;
	overflow: hidden;
	padding-bottom: 0.15rem;
}

#access .address .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#access .address .text {
	font-size: 0.14rem;
	padding-bottom: 0.10rem;
}

@media screen and (max-width: 599px) {
	#access .address .text {
		padding: 0;
		margin-bottom: 0.10rem;
	}
}

#access .address .tel_wrap {
	font-size: 0.17rem;
	font-family: 'Poppins', sans-serif;
	color: #17926f;
}

#access .address .tel_wrap a {
	display: inline-block;
	font-size: 0.36rem;
	text-decoration: none;
	color: #17926f;
}

@media screen and (max-width: 599px) {
	#access .address .tel_wrap a {
		font-size: 0.32rem;
		text-decoration: underline;
	}
}


#access .gmap {
	width: 100%;
	height: 4.00rem;
	padding-top: 0.40rem;
}

@media screen and (max-width: 599px) {
	#access .gmap {
		height: 2.50rem;
	}
}

#access .gmap iframe {
	width: 100%;
	height: 100%;
}

/*===========================
交通機関をご利用の方
===========================*/
#howto {
	padding: 0.70rem 0;
	position: relative;
	background-color: #e7f4f0;
}

@media screen and (max-width: 599px) {
	#howto {
		padding: 0.40rem 0;
	}
}


#howto .in {
	max-width: 10.80rem;
}

#howto .in .howto_box {
	background-color: #FFF;
	padding: 0.30rem;
	border-radius: 0.10rem;
	margin-bottom: 0.40rem;
}

#howto .in .howto_box .title {
	font-size: 0.24rem;
	font-weight: 700;
	color: #17926f;
	border-bottom: 1px solid #17926f;
	padding-bottom: 0.15rem;
	margin-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	#howto .in .howto_box .title {
		font-size: 0.20rem;
	}
}


#howto .in .howto_box .text {
	font-size: 0.16rem;
	line-height: 2;
}

@media screen and (max-width: 599px) {
	#howto .in .howto_box .text {
		font-size: 0.15rem;
	}
}


/*ボタン*/
#howto .in .howto_box .dl_btn {
	max-width: 5.80rem;
	margin-top: 0.30rem;
}

#howto .in .howto_box .dl_btn a {
	background: linear-gradient(to right, #9aca67 0%, #49bbbc 84%);
	display: block;
	padding: 0.22rem 0 0.23rem;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	position: relative;
	font-size: 0.20rem;
	letter-spacing: 0.075em;
	font-weight: 700;
}

@media screen and (max-width: 599px) {
	#howto .in .howto_box .dl_btn a {
		font-size: 0.13rem;
		padding: 0.22rem 0.1rem 0.23rem;
	}
}


#howto .in .howto_box .dl_btn a span {
	display: inline-block;
	font-size: 0.18rem;
	color: #17926f;
	background: #fff;
	padding: 0.02rem 0.10rem 0.05rem;
	margin-right: 0.10rem;
	box-sizing: border-box;
}

@media screen and (max-width: 599px) {
	#howto .in .howto_box .dl_btn a span {
		font-size: 0.12rem;
		padding: 0.02rem;
	}
}


#howto .in .howto_box .dl_btn a:hover {
	opacity: 0.7;
}
