/* CSS Document */


.pageHead {
	background-image: url("../images/access/bg_pagehead.jpg");
}
@media screen and (max-width: 767px) {
	.pageHead {
		background-image: url("../images/access/bg_pagehead_sp.jpg");
	}
}

.headline {
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 42px;
}
.headline span {
	font-size: 1.6rem;
	display: block;
}

@media screen and (max-width: 767px) {
	.headline {
		font-size: 2.3rem;
		margin-bottom: 45px;
	}
	.headline span {
		font-size: 1.3rem;
		letter-spacing: 1px;
	}
}


/* ------------------------------
    lead
------------------------------ */
.lead {
	padding: 55px 0;
}
.lead .headline {
	font-size: 2.6rem;
	margin-bottom: 55px;
}

.lead .map iframe{
	border: none;
	height: 500px;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.lead {
		padding: 45px 0 20px;
	}
	.lead .headline {
		font-size: 2rem;
		margin-bottom: 45px;
	}
	.lead .map iframe{
		height: 150px;
	}
}

/* ------------------------------
    anchor
------------------------------ */
.anchor ul {
	display: flex;
	flex-wrap: wrap;
}
.anchor ul li {
	margin-right: 2%;
	width: 23.5%;
}
.anchor ul li:nth-child(4n) {
	margin-right: 0;
}
.anchor ul li a {
	color: #fff;
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	justify-content: center;
	height: 145px;
	position: relative;
	text-align: center;
	transition: 0.3s;
	width: 100%;
}
.anchor ul li a:hover {
	opacity:0.7;
}
.anchor ul li a:after {
	background: url("../images/ico_arrow_anchor.png") no-repeat center / cover;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 20px;
	height: 12px;
	width: 39px;
}
.anchor ul li a.anc01{
	background: url("../images/access/bg_anchor01.jpg") no-repeat center center / cover;
}
.anchor ul li a.anc02{
	background: url("../images/access/bg_anchor02.jpg") no-repeat center center / cover;
}
.anchor ul li a.anc03{
	background: url("../images/access/bg_anchor03.jpg") no-repeat center center / cover;
}
.anchor ul li a.anc04{
	background: url("../images/access/bg_anchor04.jpg") no-repeat center center / cover;
}
@media screen and (max-width: 767px) {
	.anchor ul li {
		margin: 0 1% 0.8vw 0;
		width: 49.5%;
	}
	.anchor ul li:nth-child(2n) {
		margin-right: 0;
	}
	.anchor ul li a {
		font-size: 1.3rem;
		height: 97.5px;
		padding-bottom: 20px;
	}
	.anchor ul li a:after {
		width: 28px;
		height: 8px;
	}
}

/* ------------------------------
    car, train
------------------------------ */
section.car, section.train {
	padding: 90px 0 0;
}
.flow {
	display: flex;
	justify-content: center;
	padding-top: 15px;
}
.flow figure {
	width: 200px;
}
.flow figure + figure {
	margin-left: 14%;
}
@media screen and (max-width: 767px) {
	section.car, section.train {
		padding: 50px 0 20px;
	}
	.flow {
		padding-top: 0;
		justify-content: space-between;
	}
	.flow figure {
		width: 46%;
	}
	.flow figure + figure {
		margin-left: 0;
	}
}

/* ------------------------------
    pickup
------------------------------ */
section.pickup {
	padding: 90px 0;
}
.pickup .flex {
	margin-top: 60px;
}
.pickup .head {
	width: 410px;
}
.pickup .head .subHeadline {
	font-size: 2.6rem;
	font-weight: bold;
	margin-bottom: 20px;
	padding-left: 15px;
	position: relative;
}
.pickup .head .subHeadline:before {
	background: #93802A;
	content: '';
	display: block;
	height: 30px;
	width: 5px;
	position: absolute;
	left: 0;
	top: 3px;
}
.ie .pickup .head .subHeadline:before {
	top: 0;
}
.pickup .head p {
	line-height: 2;
	margin-bottom: 10px;
}
.pickup .head p.caution {
	color: #9B1E1E;
}
.pickup .body {
	flex: 1;
}
.pickup .body table {
	border-collapse: collapse;
	width: 100%;
}
.pickup .body table th {
	background: #F0EAE0;
}
.pickup .body table th, .pickup .body table td {
	border: 1px solid #C8C9CA;
	padding: 13px;
	text-align: center;
}
.ie .pickup .body table th, .ie .pickup .body table td {
	padding: 16px 10px 10px;
}
.pickup .body table th:nth-child(1) {
	width: 223px;
}

@media screen and (max-width: 1200px) {
	.pickup .body table th:nth-child(1) {
		width: auto;
	}
}
@media screen and (max-width: 960px) {
	.pickup .flex {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	section.pickup {
		padding-bottom: 20px;
	}
	.pickup .flex {
		margin-top: 0;
	}
	.pickup .head { 
		margin-bottom: 10px;
		width: 100%;
	}
	.pickup .head .subHeadline {
		font-size: 2rem;
	}
	.pickup .head .subHeadline:before {
		height: 23px;
		width: 4px;
	}
	.pickup .head p {
		font-size: 1.35rem;
		margin-bottom: 0;
	}
	.pickup .body {
		margin-bottom: 30px;
	}
	.pickup .body table th:nth-child(1) {
		width: auto;
	}
	.pickup .body table th, .pickup .body table td {
		padding: 5px 10px;
	}
}

/* ------------------------------
    sightseeing
------------------------------ */
.sightseeing .head {
	align-items: center;
	background: url("../images/access/bg_sightseeing_head.jpg") no-repeat center / cover;
	display: flex;
	height: 350px;
	margin-bottom: 60px;
}
.sightseeing .head .headline {
	background: #fff;
	margin: 0 auto;
	padding: 80px 0;
	width: 230px;
}
.sightseeing .spotList li {
	margin: 0 2% 60px 0;
	width: 32%;
}
.sightseeing .spotList li:nth-child(3n) {
	margin-right: 0;
}
.sightseeing .spotList li a {
	display: block;
	transition: 0.3s;
}
.sightseeing .spotList li a:hover {
	opacity: 0.6;
}
.sightseeing .spotList li img {
	height: 300px;
}
.sightseeing .spotList li .name {
	font-size: 2rem;
	margin: 20px 0 15px;
}
.sightseeing .spotList li .name span {
	display: inline-block;
	font-size: 1.4rem;
	letter-spacing: 0.5px;
	margin-left: 20px;
}
.sightseeing .spotList li p {
	line-height: 2;
}
.sightseeing .spotList li .btn {
	border: 1px solid #93802A;
	color: #93802A;
	margin-top: 30px;
	width: 226px;
}
.sightseeing .spotList li .btn:after {
	content: '＞';
	color: #93802A;
	background: none;
	top:calc(50% - 10px);
}
.ie .sightseeing .spotList li .btn:after {
	top:calc(50% - 8px);
}
.sightseeing .spotList li:hover .btn {
	background: #93802A;
	color: #fff;
}
.sightseeing .spotList li:hover .btn:after {
	color: #fff;	
}

.sightseeing .note {
	text-align: right;
}
@media screen and (max-width: 767px) {
	.sightseeing .head {
		background: url("../images/access/bg_sightseeing_head_sp.jpg") no-repeat center / cover;
		height: 225px;
		margin-bottom: 40px;
	}
	.sightseeing .head .headline {
		padding: 50px 0;
		width: 150px;
	}
	.sightseeing .spotList li, .sightseeing .spotList li:nth-child(3n) {
		margin: 0 auto 30px;
		width: 90%;
	}
	.sightseeing .spotList li img {
		height:240px; 
	}
	.sightseeing .spotList li .name {
		font-size: 1.6rem;
	}
	.sightseeing .spotList li .name span {
		font-size: 1.2rem;
	}
	.sightseeing .spotList li .btn {
		margin-top: 20px;
		width: 210px;
	}
	.sightseeing .note {
		font-size: 1.2rem;
	}
}