@charset "UTF-8";

/*==================================================================
	page-access.css
===================================================================*/
html {
	scroll-behavior: smooth;
}

/* ------------------------------------------------------------------
	#access
-------------------------------------------------------------------*/
#access {
}

/* ------------------------------------------------------------------
	#access .ttlArea
-------------------------------------------------------------------*/
#access .ttlArea {
	background-image: url(../img/access/bg_access_ttl.jpg);
}

/* ------------------------------------------------------------------
	#access_cont
-------------------------------------------------------------------*/
#access_cont {
	padding: 100px 0 0 0;
}

#access_cont .map {
	margin-bottom: 60px;
}

#access_cont .map .img {
	text-align: center;
}

#access_cont .map .googlemap {
	width: 100%;
	/* height: 400px; */
}

#access_cont .info dl {
	margin-bottom: 40px;
}

#access_cont .info dt {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 10px;
	margin-bottom: 20px;
	position: relative;

    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

#access_cont .info dt i {
	font-size: 20px;
	margin-right: 0.5em;
	color: #8ddcdd;
}

#access_cont .info dt::before,
#access_cont .info dt::after {
	content: '';
	display: block;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#access_cont .info dt::before {
	width: 100%;
	background: #ccc;
}

#access_cont .info dt::after {
	width: 100px;
	background: #8ddcdd;
}

#access_cont .info dd {
	font-size: 16px;
	margin-bottom: 20px;
}

#access_cont .info dd .btnMap {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 58px;
	font-size: 16px;
	font-weight: bold;
	border: solid 1px #333;
	text-align: center;
}

.pc #access_cont .info dd .btnMap:hover {
	border: solid 1px #8ddcdd;
	background: #8ddcdd;
	color: #fff;
}

#access_cont .info dd table {
	width: 100%;
}

#access_cont .info dd th {
	width: 25%;
	vertical-align: top;
}

#access_cont .info dd td {
	width: 75%;
	font-size: 14px;
}

#access_cont .info dd td span {
	font-size: 12px;
}

/* R6.3追加 */
.pagelink-inner {
	margin-top: 50px;
}

.pagelink-inner ul {
	display: flex;
	justify-content: center;
	gap: 10px;
	padding: 0 10px;
}

.pagelink-inner ul li {
	width: 170px;
	background-color: #dcdcdc;
}

.pagelink-inner ul a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 600;
	line-height: 1.2;
	font-size: 1.6rem;
	/* background-color: #dcdcdc; */
	padding: 20px 10px;
	height: 100%;
    word-break: break-all;
}

#sightseeing {
	padding: 100px 10px;
}

#sightseeing ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
	/* display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px; */
}

#sightseeing ul li {
	display: flex;
	flex-direction: column;
	width: 31%;
	margin-bottom: 20px;
}

#sightseeing ul li .spot-title {
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 15px;
}

#sightseeing ul li .spot-info {
	flex-grow: 1;
	margin: 10px 0;
}

#sightseeing ul li .distance {
	margin: 0 0 10px 0;
}

#sightseeing .btnMap {
	width: fit-content;
	min-width: 140px;
	padding: 10px 20px;
	border: 1px solid #333;
}

@media only screen and (max-width: 992px) {
	#sightseeing ul li {
		width: 47%;
	}
}

@media only screen and (max-width: 768px) {
	#access_cont {
		padding: 50px 10px;
	}

	#access_cont .map .img {
		margin-bottom: 10px;
	}

	#sightseeing {
		padding: 0 10px;
	}

	#sightseeing ul {
		display: block;
	}

	#sightseeing ul li {
		width: 100%;
	}

	#sightseeing ul li {
		margin-bottom: 30px;
	}

	#sightseeing ul li img {
		margin-top: 10px;
	}

	#sightseeing ul li .spot-title {
		font-size: 1.6rem;
		margin-top: 20px;
	}

	#sightseeing ul li .spot-info {
		margin-top: 10px;
	}

	#sightseeing ul li .distance {
		font-size: 16px;
		margin: 0 0 10px 0;
	}

	#sightseeing .btnMap {
		display: inline-block;
		font-size: 16px;
		padding: 20px 50px;
		border: 1px solid #333;
		min-width: 225px;
	}
}

/*
------------------------*/
@media only screen and (max-width: 768px) {
}
