@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : access.css
 author     : Ability Consultant
 style info : アクセス
=================================================================== */
.con_info .box_info, .con_route .route_car, .con_route .route_train, .con_guide ul {
	max-width: 1140px;
	margin: auto;
}

@media only screen and (max-width: 1140px) {
	.con_info .box_info, .con_route .route_car, .con_route .route_train, .con_guide ul {
		width: 95%;
	}
}

.con_intro:after, .con_info:after, .con_info .box_info:after, .con_route:after, .con_route .route_car:after, .con_guide:after, .con_guide ul:after {
	content: "";
	display: table;
	clear: both;
}

#bg_page {
	background-image: url(../access/images/bg_title-pc.jpg);
}

@media only screen and (max-width: 767px) {
	#bg_page {
		background-image: url(../access/images/bg_title-sp.jpg);
	}
}

.st_mid_center {
	margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1140px) {
	.st_mid_center {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.st_mid_center {
		margin-bottom: 25px;
	}
}

.st_sm {
	margin-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 1140px) {
	.st_sm {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.st_sm {
		margin-bottom: 7px;
	}
}

/* -----------------------------------------------------------
.con_intro
----------------------------------------------------------- */
.con_intro .st_high_sec {
	padding-bottom: 0.5em;
}

.con_intro .txt {
	text-align: center;
	padding-bottom: 1em;
}

/* -----------------------------------------------------------
.con_map
----------------------------------------------------------- */
.con_map {
	overflow: hidden;
	background: transparent url(../access/images/bg_brown.png) top left;
	padding-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1140px) {
	.con_map {
		padding-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_map {
		padding-bottom: 15px;
	}
}

.con_map .box_map {
	position: relative;
}

.con_map .box_map:before {
	content: '';
	position: absolute;
	left: 0;
	top: -1px;
	width: 100%;
	height: 6px;
	background: no-repeat url(../access/images/bg_wave02.png) top left;
	z-index: 200;
}

.con_map .box_map:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 100%;
	height: 6px;
	background: no-repeat url(../access/images/bg_wave01.png) top left;
	z-index: 200;
}

.con_map .box_map #map {
	height: 540px;
	z-index: 0;
}

@media only screen and (max-width: 767px) {
	.con_map .box_map #map {
		height: 350px;
	}
}

.con_map .box_btn {
	text-align: center;
	padding-top: 1.5em;
}

.con_map .box_btn .btn {
	display: inline-block;
	padding-right: 0.5em;
	margin-bottom: 3em;
}

@media only screen and (max-width: 767px) {
	.con_map .box_btn .btn {
		padding-right: 0;
		margin-bottom: 1em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1140px) {
	.con_map .box_btn .btn:last-child {
		margin-bottom: 0;
	}
}

/* -----------------------------------------------------------
.con_info
----------------------------------------------------------- */
.con_info {
	background: transparent url(../access/images/bg_brown.png) top left;
	position: relative;
	padding-bottom: 160px;
}

@media only screen and (min-width: 768px) and (max-width: 1140px) {
	.con_info {
		padding-bottom: 120px;
	}
}

@media only screen and (max-width: 767px) {
	.con_info {
		padding-bottom: 30px;
	}
}

.con_info .hotel_name {
	font-family: "Hannari", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	text-align: left;
	color: #2b130c;
	font-size: 165%;
	line-height: 1;
	margin-bottom: 1em;
}

.con_info .hotel_name span {
	font-size: 122%;
}

@media only screen and (max-width: 767px) {
	.con_info .hotel_name {
		text-align: center;
		padding-top: 10px;
	}
}

.con_info .box_info {
	margin: 0 auto;
	display: table;
	table-layout: fixed;
}

@media only screen and (max-width: 767px) {
	.con_info .box_info {
		display: block;
	}
}

.con_info .box_info .box_l, .con_info .box_info .box_r {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}

@media only screen and (max-width: 767px) {
	.con_info .box_info .box_l, .con_info .box_info .box_r {
		display: block;
		width: 100%;
	}
}

.con_info .box_info .box_r {
	position: relative;
	z-index: 100;
	padding-left: 3em;
}

.con_info .box_info .box_r .hotel_name {
	color: #ecdac8;
}

@media only screen and (max-width: 767px) {
	.con_info .box_info .box_r {
		padding-left: 0;
	}
}

.con_info:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 115px;
	background: no-repeat url(../access/images/bg_wave_brown.png) top left;
}

@media only screen and (max-width: 767px) {
	.con_info:before {
		bottom: -100px;
	}
}

/* -----------------------------------------------------------
	.con_route
----------------------------------------------------------- */
.con_route {
	padding-top: 30px;
	margin-bottom: 200px;
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1140px) {
	.con_route {
		padding-top: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.con_route {
		padding-top: 120px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1140px) {
	.con_route {
		margin-bottom: 160px;
	}
}

@media only screen and (max-width: 767px) {
	.con_route {
		margin-bottom: 20px;
	}
}

.con_route:before {
	content: '';
	position: absolute;
	right: 0;
	top: -20%;
	width: 505px;
	height: 352px;
	background: no-repeat url(../access/images/bg_right.png) top left;
}

@media only screen and (max-width: 1140px) {
	.con_route:before {
		background: none;
	}
}

.con_route:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10%;
	width: 505px;
	height: 352px;
	background: no-repeat url(../access/images/bg_left.png) top left;
}

@media only screen and (max-width: 1140px) {
	.con_route:after {
		content: none;
	}
}

.con_route .st_m_lin {
	text-align: center;
	margin-bottom: 30px;
}

.con_route .wrp {
	overflow: hidden;
	position: relative;
	z-index: 100;
}

@media only screen and (max-width: 767px) {
	.con_route .wrp {
		margin: 0 !important;
	}
}

.con_route .box_route {
	width: 32%;
	margin-left: 2%;
	float: left;
}

.con_route .box_route:first-child {
	margin-left: 0;
}

@media only screen and (max-width: 767px) {
	.con_route .box_route {
		float: none !important;
		width: 100% !important;
		margin: 0 !important;
		margin-top: 5px !important;
	}
}

.con_route .box_route dl dt {
	background: #2b130c;
	text-align: center;
	padding: 13px 12px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	color: #fff;
}

.con_route .box_route dl dd {
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
	.con_route .box_route dl dd {
		display: none;
		margin-bottom: 30px;
	}
}

.con_route .box_route dl dd > div {
	overflow: hidden;
}

.con_route .box_route dl dd > div.time {
	text-align: center;
}

.con_route .box_route dl dd > div.time span {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	background-position: center 0;
	background-repeat: no-repeat;
	display: block;
	font-size: 93%;
	position: relative;
	z-index: 2;
	background: url(../images/common/bg_base.png);
}

@media only screen and (max-width: 767px) {
	.con_route .box_route dl dd > div.time span {
		background-size: 30px;
	}
}

.con_route .box_route dl dd > div.time span.dot:before {
	display: none;
	content: " ";
	display: block;
	width: 1px;
	height: 43px;
	border-left: 1px dotted #454545;
	z-index: 1;
	position: absolute;
	top: -1px;
	left: 50%;
}

.con_route .box_route dl dd > div.time > div {
	padding: 17px 0;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.con_route .box_route dl dd > div.time > div {
		padding: 15px 0;
	}
}

.con_route .box_route dl dd > div.time > div:before {
	content: " ";
	display: block;
	width: 1px;
	height: 100%;
	border-left: 1px dotted #454545;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 50%;
}

.con_route .box_route dl dd > div.time ul {
	display: table;
	width: 100%;
}

.con_route .box_route dl dd > div.time ul li {
	display: table-cell;
	width: 50%;
	text-align: center;
	padding: 25px 0;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.con_route .box_route dl dd > div.time ul li {
		padding: 15px 0;
	}
}

.con_route .box_route dl dd > div.time ul li.no-border {
	padding: 0;
}

.con_route .box_route dl dd > div.time ul li.no-border:before {
	display: none;
	height: 0;
}

.con_route .box_route dl dd > div.time ul li:before {
	content: " ";
	display: block;
	width: 1px;
	height: 100%;
	border-left: 1px dotted #454545;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 50%;
}

.con_route .box_route dl dd > div.bg {
	text-align: center;
}

.con_route .box_route dl dd > div.bg span {
	width: 95%;
	margin: 0 auto;
	display: block;
	border: 3px solid #d3bfb9;
	background: #fff;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	text-align: center;
	padding: 13px 12px;
}

.con_route .box_route dl dd > div.bg ul {
	overflow: hidden;
}

.con_route .box_route dl dd > div.bg ul li {
	float: right;
	width: 50%;
	position: relative;
}

.con_route .box_route dl dd > div.bg ul li.dot {
	width: 50%;
}

.con_route .box_route dl dd > div.bg ul li.dot:before {
	display: none;
	content: " ";
	display: block;
	width: 1px;
	height: 86px;
	border-left: 1px dotted #454545;
	z-index: 1;
	position: absolute;
	top: -1px;
	left: 50%;
}

.con_route .box_route dl dd > div.bg ul li:first-child {
	float: left;
}

.con_route .box_route dl dd > div.goal {
	text-align: center;
	color: #fff;
	text-align: center;
	padding: 13px 12px;
	background: #961e23;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
}

.con_route .route_car {
	margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1140px) {
	.con_route .route_car {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_route .route_car {
		margin-bottom: 20px;
	}
}

.con_route .route_train {
	margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1140px) {
	.con_route .route_train {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_route .route_train {
		margin-bottom: 20px;
	}
}

.con_route .route_train .wrp {
	overflow: hidden;
}

.con_route .route_train .wrp .box_route {
	width: 23%;
	margin-left: 2.666%;
}

@media only screen and (max-width: 767px) {
	.con_route .route_train .wrp .box_route {
		margin-left: 0;
	}
}

.con_route .route_train .wrp .box_route:first-child {
	margin-left: 0;
}

/* -----------------------------------------------------------
	.con_guide
----------------------------------------------------------- */
.con_guide {
	padding-bottom: 100px;
	position: relative;
	background: transparent url(../access/images/bg_light_brown.png) top left;
}

@media only screen and (min-width: 768px) and (max-width: 1140px) {
	.con_guide {
		padding-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_guide {
		padding-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_guide {
		padding-top: 150px;
	}
}

.con_guide:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	height: 115px;
	background: no-repeat url(../access/images/bg_wave04.png) top left;
}

.con_guide ul li {
	position: relative;
	float: left;
	width: 30%;
	margin-left: 5%;
	background: #b17969;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	padding: 7em 3em 3em;
	color: #fff;
}

.con_guide ul li:first-child {
	margin-left: 0;
}

@media only screen and (max-width: 767px) {
	.con_guide ul li {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 120px;
	}
}

.con_guide ul li .btn_txt {
	text-align: center;
	margin-top: 1em;
}

.con_guide ul li .btn_txt a {
	color: #fff;
}

.con_guide ul li.bus:before {
	content: '';
	background: url(../access/images/img_bus.png) no-repeat;
	display: block;
	width: 182px;
	height: 185px;
	z-index: 1;
	position: absolute;
	top: -7em;
	right: 25%;
}

@media only screen and (min-width: 768px) and (max-width: 1140px) {
	.con_guide ul li.bus:before {
		right: 9%;
	}
}

@media only screen and (max-width: 767px) {
	.con_guide ul li.bus:before {
		width: 50%;
		background-size: contain;
	}
}

.con_guide ul li.sougei:before {
	content: url(../access/images/img_sougei.png);
	display: block;
	width: 182px;
	height: 185px;
	z-index: 1;
	position: absolute;
	top: -7em;
	right: 25%;
}

@media only screen and (min-width: 768px) and (max-width: 1140px) {
	.con_guide ul li.sougei:before {
		right: 9%;
	}
}

@media only screen and (max-width: 767px) {
	.con_guide ul li.sougei:before {
		width: 50%;
		background-size: contain;
	}
}

.con_guide ul li.parking:before {
	content: url(../access/images/img_parking.png);
	display: block;
	width: 182px;
	height: 185px;
	z-index: 1;
	position: absolute;
	top: -7em;
	right: 25%;
}

@media only screen and (min-width: 768px) and (max-width: 1140px) {
	.con_guide ul li.parking:before {
		right: 9%;
	}
}

@media only screen and (max-width: 767px) {
	.con_guide ul li.parking:before {
		width: 50%;
		background-size: contain;
	}
}

/*# sourceMappingURL=../maps/access.css.map */
