@charset "utf-8";

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

/*============================
共通
============================*/
.lead {
	font-size: 0.22rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
	margin-bottom: 0.30rem;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.lead {
		font-size: 0.20rem;
	}
}

/*============================
無料送迎バスのご案内
============================*/
#bus {
	padding-bottom: 1.00rem;
	.bus_box {
		background-color: rgba(255,255,255,0.6);
		padding: 0.30rem 0.30rem 0.50rem;
		border-radius: 0.10rem;
		@media screen and (max-width: 640px) {
			padding: 0.20rem 0.15rem 0.30rem;
		}
		.lead {
			font-weight: 600;
			@media screen and (max-width: 640px) {
				line-height: 1.5;
				margin-bottom: 0.15rem;
			}
			span {
				display: inline-block;
				border: 1px solid #5F2F06;
				color: #5F2F06;
				font-size: 0.16rem;
				border-radius: 0.30rem;
				margin-right: 0.16rem;
				padding: 0.02rem 0.16rem;
				position: relative;
				top: -0.02rem;
				@media screen and (max-width: 640px) {
					display: block;
					margin: auto;
					width: fit-content;
					font-size: 0.14rem;
					margin-bottom: 0.06rem;
				}
			}
		}
		.ph_wrap {
			img {
				width: 100%;
			}
		}
		.route_box {
			padding-top: 0.30rem;
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
			align-items: center;
			.ttl {
				width: 1.20rem;
				background-color: #D0BBAC;
				box-sizing: border-box;
				padding: 0.30rem 0;
				text-align: center;
				font-size: 0.18rem;
				font-weight: 700;
				@media screen and (max-width: 640px) {
					width: 100%;
					padding: 0.10rem 0;
					font-size: 0.16rem;
				}
			}
			.txt_box {
				width: calc(100% - 1.40rem);
				@media screen and (max-width: 640px) {
					width: 100%;
				}
				.route {
					display: flex;
					justify-content: space-between;
					font-size: 0.15rem;
					line-height: 1.75;
					padding: 0.05rem 0;
					@media screen and (max-width: 640px) {
						font-size: 0.14rem;
						display: block;
						text-align: center;
						line-height: 1.55;
						padding: 0.15rem 0;
					}
					.txt {
						span {
							@media screen and (max-width: 640px) {
								display: block;
								font-weight: 600;
							}
							&::before {
								@media screen and (max-width: 640px) {
									content: "《 ";
								}
							}
							&::after {
								content: "／";
								@media screen and (max-width: 640px) {
									content: " 》";
								}
							}
						}
					}
					.link {
						a {
							font-weight: 500;
							text-decoration: underline;
							color: #5F2F06;
							@media screen and (max-width: 640px) {
								display: inline-block;
								padding-top: 0.05rem;
							}
							&:hover {
								color: #B4272D;
								text-decoration: none;
							}
							&::before {
								content: "";
								width: 0.14rem;
								height: 0.14rem;
								background-image: url(../img/access/icon_map_pin.svg);
								background-position: left center;
								background-repeat: no-repeat;
								background-size: contain;
								display: inline-block;
								position: relative;
								top: 0.02rem;
							}
						}
					}
				}
			}
			.caption {
				width: 100%;
				padding: 0.20rem 0 0.30rem;
				text-align: center;
				font-size: 0.13rem;
				@media screen and (max-width: 640px) {
					padding: 0.10rem 0 0.20rem;
					text-align: justify;
					font-size: 0.12rem;
					line-height: 1.75;
				}
			}
			.btn_common {
				width: 100%;
				a {
					max-width: 4.50rem;
					margin: auto;
					position: relative;
					&::after {
						content: "";
						width: 0.14rem;
						height: 0.14rem;
						background-image: url(../common/img/icon_newwin_white.svg);
						background-position: center;
						background-repeat: no-repeat;
						background-size: contain;
						position: absolute;
						right: 0.20rem;
						top: 50%;
						transform: translateY(-50%);
					}
				}
			}
		}
	}
}


/*============================
公共交通機関をご利用の場合
============================*/
#public_transport {
	background: rgb(255, 255, 255, 0.5);
	padding-bottom: 0.80rem;
}
@media screen and (max-width: 640px) {
	#public_transport {
		padding-bottom: 0.60rem;
	}
}


#public_transport .cont_wrap {
	max-width: 8.00rem;
	margin: auto;
}

#public_transport .cont_box {
	padding-bottom: 0.55rem;
}
@media screen and (max-width: 640px) {
	#public_transport .cont_box {
		padding-bottom: 0.45rem;
	}
}

/* タイトル */
#public_transport .cont_box .title_box {
	display: flex;
	align-items: center;
	margin-bottom: 0.30rem;
}

#public_transport .cont_box .title_box .title {
	font-size: 0.22rem;
	display: inline-block;
	word-break: keep-all;
	padding-right: 0.20rem;
}
@media screen and (max-width: 640px) {
	#public_transport .cont_box .title_box .title {
		font-size: 0.20rem;
	}
}


#public_transport .cont_box .title_box .border {
	display: inline-block;
	height: 1px;
	background: #000;
	width: 100%;
}

#public_transport .cont_box .bus_box {
	margin-bottom: 0.45rem;
}

#public_transport .cont_box .bus_name {
	font-size: 0.18rem;
	font-weight: 600;
	line-height: 1.44;
	letter-spacing: 0.05em;
	margin-bottom: 0.10rem;
}
@media screen and (max-width: 640px) {
	#public_transport .cont_box .bus_name {
		font-size: 0.16rem;
		line-height: 1.55;
	}
}

#public_transport .cont_box .list {
	display: flex;
	flex-wrap: wrap;
	list-style: disc inside;
}

#public_transport .cont_box .list .item {
	font-size: 0.14rem;
	line-height: 2;
	letter-spacing: 0.05em;
	padding-right: 0.20rem;
}

#public_transport .cont_box .text {
	font-size: 0.14rem;
	line-height: 2;
	letter-spacing: 0.05em;
	padding-right: 0.20rem;
}

#public_transport .cont_box .link {
	margin-top: 0.20rem;
	display: inline-block;
}

#public_transport .cont_box .link a {
	font-size:0.16rem;
	letter-spacing: 0.05em;
	color: #000;
	position: relative;
	border-bottom: 1px solid #000;
	padding-bottom: 0.10rem;
}

#public_transport .cont_box .link a:hover {
	opacity: 0.7;
}

#public_transport .cont_box .link a::after {
	content: '';
	width: 0.13rem;
	height: 0.11rem;
	background: url(../img/common/icon_btn_link_bk.svg) no-repeat center;
	background-size: contain;
	transform: translateY(-50%);
	display: inline-block;
	margin-left: 0.10rem;
	margin-top: 0.05rem;
	box-sizing: border-box;
	position: relative;
  top: 0.04rem;
}

/*============================
お車でお越しの方
============================*/
#car {
	padding-bottom: 1.00rem;
}

#car table {
	max-width: 5.50rem;
	width: 100%;
	margin: auto;
}


#car table th {
	font-size: 0.20rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.8;
	text-align: left;
	width: 2.10rem;
	vertical-align: top;
	padding: 0.15rem 0;
	box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	#car table th {
		font-size: 0.18rem;
		width: 100%;
		display: block;
		padding: 0
	}
}

#car table td {
	font-size: 0.16rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	padding: 0.15rem 0;
	box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	#car table td {
		display: block;
		width: 100%;
		padding: 0 0 0.15rem 0;
	}
}
