@charset  "utf-8";
/* レイアウト */
.mainArea {
	background-color: #e7e2e0;
}

.accessMain {
	padding: 215px 0 0;
	background-color: #000;
}

@media screen and (max-width:640px) {
	.accessMain {
		padding: 75px 0 0;
	}
}

.accessMain div {
	background-image: url(../img/main_bg.jpg);
	background-size: cover;
	padding: 60px 0;
}

.accessMain h2 {
	color: #bea574;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	font-family: serif;
}

.accessMain h2:after {
	content: "";
	display: block;
	border-bottom: solid 2px #fff;
	width: 20px;
	padding-top: 30px;
	margin: 0 auto;
}

/* mapWrap */
.mapWrap #map_canvas ,
.mapWrap iframe {
	max-height: 620px;
	min-height: 400px;
	height: 38vw;
}
.googlelink {
	text-align: right;
	margin-bottom: 20px;
}
.googlelink a {
	padding: 10px 0;
	color: #A18100;
	font-size: 13px;
	font-size: 1.3rem;
	display: inline-block;
}
.no-touchevents .googlelink a:hover,
.googlelink a.hover {
	text-decoration: underline;
}

/* accessBox */
.accessBoxWrap {
	background-color: #1a1a1a;
	padding: 80px 20px;
}
.accessBox {
	max-width: 1180px;
	width: 100%;
	margin: auto;
}

.accessBox .copy {
	color: #fff;
	text-align: center;
	padding: 0 0 80px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 25px;
	line-height: 2.5rem;
}

.accessBox .in {
	max-width: 1600px;
	margin: 0 auto;
	padding: 10px;
	background-color: #fff;
	text-align: center;
}

.accessBox .in2 {
	padding: 20px;
	background-color: #f5f1e8;
	text-align: center;
}
.accessBox .tableWrap {
	background-color: #fff;
	border: solid 1px #ece6cc;
	padding: 10px;
}
.accessBox .in table {
	width: 100%;
}

.accessBox .in table tr {
}

.accessBox .in table th {
	color: #a18100;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 30px 0;
	vertical-align: top;
	border-bottom: solid 1px #ece6cc;
	width: 25%;
}

.accessBox .in table td {
	text-align: left;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 25px;
	line-height: 2.5rem;
	padding: 25px 0;
	border-bottom: solid 1px #ece6cc;
	width: 75%;
}

@media screen and (max-width:640px) {
	.accessBox .in2 {
		padding: 3%;
	}
	.accessBox .copy {
		padding: 0 0 7%;
		font-size: .9rem;
		line-height: 1.7rem;
		text-align: left;
	}
	.accessBox .copy br {
		display: none;
	}
	.accessBoxWrap {
		padding: 10% 4%;
	}
	.accessBox .in table th,.accessBox .in table td {
		display: block;
		width: 100%;
		padding: 5% 0;
	}
	.accessBox .in table td {
		border: none;
		font-size: 1.0rem;
		line-height: 1.8rem;
	}
	.accessBox .tableWrap {
		padding: 5% 5%;
	}

	.mapWrap #map_canvas ,
	.mapWrap iframe {
		min-height: 300px;
		width: 100%;
		height: 16vw;
	}
}

/* accessBus */
.accessBusWrap {
	background-color: #e7e2e0;
	padding: 80px 20px;
}
.accessBus {
	max-width: 1180px;
	width: 100%;
	margin: auto;
}
.accessBus h2 {
	display: block;
	text-align: center;
}

.accessBus h2:after {
	content: "";
	display: block;
	border-bottom: solid 2px #7e6606;
	width: 20px;
	padding-top: 30px;
	margin: 0 auto 45px;
}

.accessBus .in {
	display: block;
	table-layout: fixed;
	margin: 0 auto;
	width: 100%;
}
.accessBus .in.active {
	display: block;
}

.accessBus .accessBusInfo {
	display: table-cell;
	vertical-align: middle;
	background-color: #FDFCFC;
	padding: 20px;
	max-width: 530px;
	clear: both;
}

.accessBus .accessBusInfo h3 {
	font-size: 20px;
	font-size: 2rem;
	color: #a18100;
	text-align: left;
	margin-bottom: 22px;
	font-weight: normal;
}

.accessBus .accessBusInfo h4 {
	background-color: #F8F6EF;
	padding: 25px 20px;
	display: block;
	border-top: solid 1px #d8d0b1;
	text-align: left;
	color: #4C4C4C;
	margin-bottom: 15px;
}

.accessBus .accessBusInfo figure img {
	max-width: 100%;
	height: auto;
}

.accessBus .accessBusInfo figure {
	margin-bottom: 15px;
}

.accessBus .accessBusInfo ul {
	padding-left: 15px;
}

.accessBus .accessBusInfo ul li {
	text-align: left;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.6em;
	text-indent: -13px;
	color: #4C4C4C;
}

.accessBus .accessBusMap {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background-color: #f4f0e9;
}

.accessBus .accessBusMap img {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width:640px) {
	.accessBus .accessBusInfo,.accessBus .accessBusMap {
		display: block;
		max-width: 100%;
	}
	.accessBus .in {
		max-width: 100%;
	}
	.accessBus .in.active {
		display: block;
	}
	
	.accessBusWrap {
		padding: 10% 4%;
	}
	
	.accessBus h2 img {
		width: auto;
		height: 16px;
		height: 5vw;
	}
	.accessBus h2:after {
		padding-top: 7%;
		margin: 0 auto 7%;
	}
	.accessBus .accessBusInfo {
		padding: 10% 3%;
	}
	.accessBus .accessBusInfo h4 {
		padding: 5% 3%;
	}
	.accessBus .accessBusInfo h3 {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 19px;
		line-height: 1.9rem;
	}
	.accessBus .accessBusInfo ul li {
		font-size: 1.0rem;
		line-height: 1.8rem;
	}
}

.tab-area .tab {
	display: -webkit-box;
	display: -ms-flexbox;
	/* display: flex; */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	margin: 0 auto 70px;
}
.tab-area .tab .item.active {
	opacity: 0.6;
	cursor: default;
	pointer-events: none;
}
.tab-area .tab .item+.item {
	margin-left: 140px
}
.tab-area .tab .item .comBtn01 span{
	font-size: 16px;
}
.tab-area .tab .item .comBtn01 strong{
	font-size: 20px;
	font-weight: normal;
}
.tab-area .tab .item a {
	width: 280px;
	height: 50px;
	position: relative;
}
.tab-area .tab a span {
	position: static;
}
@media screen and (max-width:640px) {
	.tab-area .tab {
		margin: 0 auto 30px;
	}
	.tab-area .tab .item+.item {
		margin-left: 15px
	}
	.tab-area .tab .item .comBtn01 span{
		font-size: 12px;

	}
	.tab-area .tab .item .comBtn01 strong{
		font-size: 14px;
		font-weight: normal;
	}
	.tab-area .tab .item a {
		width: 136px;
	}
}

.timetableBox{
	margin-top: 30px;
}

.timetableBox .inner {
	max-width: 1160px;
	padding: 10px;
	background-color: #fff;
	text-align: center;
	box-sizing:border-box;
}
.timetableBox .inner h3{
	margin-bottom: 40px;
}
.timetableBox .in02 {
	padding: 50px 55px;
	background-color: #f5f1e8;
	text-align: center;
}
.timetableBox .in02::after {
  content: "";
  display: block;
  clear: both;
}
.timetableBox .in02 dl{
	text-align: left;
	float: left;
}
.timetableBox .in02 dl + dl{
	float: right;
}
.timetableBox .in02 dl dt{
	margin-bottom: 20px;
}
.timetableBox .about_time{
	font-size: 1.3rem;
	line-height: 1.6em;
	text-align: left;
	margin-bottom: 60px;
}
@media screen and (max-width:640px) {
	.timetableBox .inner h3{
		margin-bottom: 20px;
	}
	.timetableBox .inner h3 img{
		height: 5vw;
		width: auto;
	}
	.timetableBox .in02 {
		padding: 30px 10px;
	}
	.timetableBox .in02 dl dt img{
		height: 4vw;
		width: auto;
	}
	.timetableBox .in02 dl dd img{
		width: 100%;
	}
	.timetableBox .in02 dl + dl{
		margin-top: 40px;
	}
	.timetableBox .in02 dl dt{
		margin-bottom: 10px;
	}
	.timetableBox .about_time{
		font-size: 1.0rem;
		line-height: 1.6em;
		margin-bottom: 30px;
	}
}
.mincho {font-family: source-han-serif-japanese,serif;}
.accessBus h2.mincho {font-size: 27px;text-align: center;font-weight: 700;line-height: 1.7;color: #7e6606;}
.timetableBox .inner h3.mincho {font-size: 27px;text-align: center;font-weight: 700;line-height: 1.7;color: #7e6606;}

@media screen and (max-width:640px) {
	.accessBus h2.mincho {font-size: 4.8vw;text-align: center;font-weight: 700;line-height: 1.7;color: #7e6606;letter-spacing: 0.05em;}
	.timetableBox .inner h3.mincho {font-size: 4.8vw;text-align: center;font-weight: 700;line-height: 1.7;color: #7e6606;letter-spacing: 0.05em;}
}