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

 file name  : access.css
 author     : Ability Consultant
 style info : アクセス
=================================================================== */
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
.con_access .wrp, .con_route .wrp, .con_useful .wrp {
	max-width: 1180px;
	margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_access .wrp, .con_route .wrp, .con_useful .wrp {
		width: 95%;
  }
}

/* -----------------------------------------------------------
	アクセス
----------------------------------------------------------- */
.con_access {
	padding-bottom: 80px;
	background: #fff url(../access/images/bg_access.png) left 0 no-repeat;
}
@media only screen and (max-width: 1024px) {
  .con_access {
		padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access {
		padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access {
		background: none;
  }
}
.con_access .wrp .wrp_intro {
	margin: 0 auto 60px;
}
@media only screen and (max-width: 767px) {
  .con_access .wrp .wrp_intro {
		margin: 0 auto 30px;
  }
}
.con_access .wrp .wrp_intro .st_blue {
	margin: 0 auto 30px;
}
.con_access .wrp .wrp_intro .st_txt {
	text-align: center;
	font-size: 1.3em;
}
@media only screen and (max-width: 767px) {
  .con_access .wrp .wrp_intro .st_txt {
		text-align: left;
		font-size: 1.1em;
  }
}
.con_access .wrp .con_googlemap {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .con_access .wrp .con_googlemap {
		margin-bottom: 15px;
  }
}
.con_access .wrp .con_googlemap .googlemap {
	width: 100%;
	height: 100%;
}
.con_access .wrp .con_googlemap .googlemap #google_lock {
	position: absolute;
	top: 10px;
	left: 370px;
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 2em;
	line-height: 1em;
	padding: 10px 16px;
}
.con_access .wrp .con_googlemap .googlemap #google_lock:hover {
	cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .con_access .wrp .con_googlemap .googlemap #google_lock {
		top: 72px;
		left: 10px;
		font-size: 1.3em;
		padding: 10px 14px;
  }
}
.con_access .wrp .con_googlemap .googlemap iframe {
	width: 100%;
	height: 500px;
}
@media only screen and (max-width: 1024px) {
  .con_access .wrp .con_googlemap .googlemap iframe {
		height: 360px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .wrp .con_googlemap .googlemap iframe {
		height: 300px;
  }
}
.con_access .wrp .con_googlemap .btn {
	position: absolute;
	bottom: 30px;
	right: 0;
	width: 30%;
}
@media only screen and (max-width: 1024px) {
  .con_access .wrp .con_googlemap .btn {
		right: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .wrp .con_googlemap .btn {
		position: static;
		width: 100%;
		margin: 10px auto 30px;
  }
}
.con_access .wrp .con_googlemap .btn a i {
	margin-right: 3px;
}
.con_access .wrp .con_acc_info {
	margin: 0 auto;
	*zoom: 1;
}
.con_access .wrp .con_acc_info:after {
	content: "";
	display: table;
	clear: both;
}
.con_access .wrp .con_acc_info .box_info {
	text-align: center;
	float: right;
	width: 37%;
}
@media only screen and (max-width: 1024px) {
  .con_access .wrp .con_acc_info .box_info {
		float: none;
		width: 100%;
		margin-bottom: 20px;
  }
}
.con_access .wrp .con_acc_info .box_info h4 {
	font-size: 1.5em;
	margin-bottom: 20px;
	font-weight: normal;
	font-family: "新細明體", Arial, Verdana, serif;
}
@media only screen and (max-width: 1024px) {
  .con_access .wrp .con_acc_info .box_info h4 {
		font-size: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .wrp .con_acc_info .box_info h4 {
		font-size: 1.4em;
  }
}
.con_access .wrp .con_acc_info .box_info h4 span {
	color: #a92526;
	font-size: 1.5em;
	font-family: "Crimson Text", "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
@media only screen and (max-width: 1024px) {
  .con_access .wrp .con_acc_info .box_info h4 span {
		font-size: 1.4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .wrp .con_acc_info .box_info h4 span {
		font-size: 1.3em;
  }
}
.con_access .wrp .con_acc_info .photo {
	text-align: center;
	float: left;
	width: 61%;
}
@media only screen and (max-width: 1024px) {
  .con_access .wrp .con_acc_info .photo {
		float: none;
		width: 100%;
  }
}

/* -----------------------------------------------------------
	.con_route
----------------------------------------------------------- */
.con_route {
	padding: 40px 0;
	overflow: hidden;
	*zoom: 1;
	background: url(../images/common/ic_linewave.png) 0 top repeat-x;
}
@media only screen and (max-width: 1024px) {
  .con_route {
		padding: 30px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_route {
		padding: 20px 10px;
  }
}
.con_route .wrp {
	background: #fff;
}
@media only screen and (max-width: 1024px) {
  .con_route .wrp {
		width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_route .wrp {
		padding-top: 20px;
  }
}
.con_route .wrp .st_about h4 span.train:before {
	content: "\f238";
}
.con_route .wrp .st_about h4 span.plane:before {
	content: "\f072";
}
.con_route .wrp .st_about h4 span.bus:before {
	content: "\f207";
}
.con_route .wrp .caution {
	width: 100%;
	text-align: center;
	font-size: 1.3em;
	padding-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .con_route .wrp .caution {
		font-size: 1.3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_route .wrp .caution {
		font-size: 1.1em;
  }
}
@media only screen and (max-width: 1024px) {
  .con_route .wrp .caution {
		padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_route .wrp .caution {
		padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_route .wrp .caution {
		text-align: left;
  }
}
.con_route .wrp .img {
	padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .con_route .wrp .img {
		display: none;
  }
}
.con_route .wrp .img_bus {
	float: left;
	width: 52%;
}
@media only screen and (max-width: 767px) {
  .con_route .wrp .img_bus {
		width: 100%;
		margin-bottom: 15px;
  }
}
.con_route .wrp .tbl_d {
	width: 100%;
	margin-bottom: 30px;
}
.con_route .wrp .box_sp {
	display: none;
}
@media only screen and (max-width: 767px) {
  .con_route .wrp .box_sp {
		display: block;
  }
  .con_route .wrp .box_sp .box_loot {
		width: 96%;
		margin: 0 auto 15px;
		border-bottom: 1px solid #bd2fa4;
		padding-bottom: 15px;
  }
  .con_route .wrp .box_sp .box_loot:last-child {
		border-bottom: none;
  }
  .con_route .wrp .box_sp .box_loot dl dt {
		color: #fff;
		padding: 5px 10px;
		background: #6d6b67;
		color: #fff;
		border: 1px solid #6d6b67;
		position: relative;
  }
  .con_route .wrp .box_sp .box_loot dl dt:before {
		font-family: 'FontAwesome';
		content: "\f107";
		position: absolute;
		color: #fff;
		right: 10px;
		top: 50%;
		margin-top: -.7em;
  }
  .con_route .wrp .box_sp .box_loot dl dd {
		position: relative;
		padding: 10px 0 10px 50px;
		display: none;
		text-align: left;
  }
  .con_route .wrp .box_sp .box_loot dl dd span {
		color: #a11717;
  }
  .con_route .wrp .box_sp .box_loot dl dd.hotel {
		background: #a92526;
		padding: 5px 10px;
		color: #fff;
		font-size: 1.1em;
  }
  .con_route .wrp .box_sp .box_loot dl dd.hotel span {
		padding-right: 8px;
		color: #fff;
		font-size: .9em;
  }
  .con_route .wrp .box_sp .box_loot dl dd.hotel:after {
		display: none;
  }
  .con_route .wrp .box_sp .box_loot dl dd.basic {
		padding: 5px 10px;
		background-color: #cfd7c9;
		border: 1px solid #ccd0c4;
  }
  .con_route .wrp .box_sp .box_loot dl dd.basic:after {
		display: none;
  }
  .con_route .wrp .box_sp .box_loot dl dd i {
		margin-right: 5px;
  }
  .con_route .wrp .box_sp .box_loot dl dd:after {
		content: " ";
		display: block;
		width: 5px;
		height: 100%;
		background-color: #ccd0c4;
		position: absolute;
		top: 0;
		left: 30px;
  }
  .con_route .wrp .box_sp .box_loot dl dd a {
		display: block;
		padding-top: 6px;
		font-size: .8em;
  }
  .con_route .wrp .box_sp .box_loot dl .gray {
		background: #eeeeee !important;
		color: #242424;
		border: 1px solid #eeeeee;
  }
  .con_route .wrp .box_sp .box_loot .lnks {
		width: 90%;
		margin: 4% auto 2%;
		overflow: hidden;
  }
  .con_route .wrp .box_sp .box_loot .lnks li {
		width: 100%;
  }
  .con_route .wrp .box_sp .box_loot .lnks li a {
		display: block;
		position: relative;
		border: 1px solid #f99c9c;
		text-decoration: none;
		padding: 5px 10px;
		font-size: 1em;
		letter-spacing: .05em;
  }
  .con_route .wrp .box_sp .box_loot .lnks li a:before {
		content: "\f041";
		font-family: 'FontAwesome';
		position: absolute;
		top: 50%;
		margin-top: -.8em;
		right: 10px;
		display: block;
		font-size: 1.1em;
  }
}
.con_route .wrp .con_info {
	margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .con_route .wrp .con_info {
		margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_route .wrp .con_info {
		margin-bottom: 20px;
  }
}
.con_route .wrp .con_info .wrp {
	padding: 20px;
	border: 5px solid #fdeceb;
}
.con_route .wrp .con_info .wrp.parking {
	background: #FFF url(../access/images/bg_parking.png) left bottom no-repeat;
}
.con_route .wrp .con_info .wrp.bus {
	background: #FFF url(../access/images/bg_bus.png) left bottom no-repeat;
}
.con_route .wrp .con_info .wrp .info {
	*zoom: 1;
}
.con_route .wrp .con_info .wrp .info:after {
	content: "";
	display: table;
	clear: both;
}
.con_route .wrp .con_info .wrp .info .box_txt {
	width: 64%;
	display: inline-block;
	margin-right: 5%;
}
@media only screen and (max-width: 767px) {
  .con_route .wrp .con_info .wrp .info .box_txt {
		width: 100%;
		margin-right: 0;
		margin: 0 0 20px 0;
  }
}
.con_route .wrp .con_info .wrp .info .box_txt .txt {
	font-size: 1.3em;
}
@media only screen and (max-width: 1024px) {
  .con_route .wrp .con_info .wrp .info .box_txt .txt {
		font-size: 1.3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_route .wrp .con_info .wrp .info .box_txt .txt {
		font-size: 1.1em;
  }
}
.con_route .wrp .con_info .wrp .info .img_parking {
	width: 30%;
	display: inline-block;
	vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .con_route .wrp .con_info .wrp .info .img_parking {
		width: 100%;
  }
}

.con_useful {
	padding: 40px 0;
	overflow: hidden;
	*zoom: 1;
	background: #fdeceb url(../images/common/ic_linewave.png) 0 top repeat-x;
}
@media only screen and (max-width: 1024px) {
  .con_useful {
		padding: 30px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_useful {
		padding: 20px 10px;
		margin-bottom: 30px;
  }
}
.con_useful .wrp {
	overflow: hidden;
	*zoom: 1;
}
.con_useful .wrp .st_about h4 span.bicycle:before {
	content: "\f206";
	margin-right: 10px;
}
.con_useful .wrp .des {
	font-size: 1.3em;
	text-align: center;
}
@media only screen and (max-width: 1024px) {
  .con_useful .wrp .des {
		font-size: 1.3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_useful .wrp .des {
		font-size: 1.1em;
  }
}
.con_useful .wrp .con_bicycle {
	margin-top: 40px;
	margin-bottom: 60px;
	background: #fff;
	padding: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	*zoom: 1;
}
.con_useful .wrp .con_bicycle:after {
	content: "";
	display: table;
	clear: both;
}
@media only screen and (max-width: 1024px) {
  .con_useful .wrp .con_bicycle {
		margin-bottom: 30px;
		padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_useful .wrp .con_bicycle {
		margin-top: 20px;
		padding: 10px;
  }
}
.con_useful .wrp .con_bicycle .wrp_box {
	margin: auto;
	border: 1px solid #fdeceb;
	padding: 20px;
}
@media only screen and (max-width: 1024px) {
  .con_useful .wrp .con_bicycle .wrp_box {
		width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_useful .wrp .con_bicycle .wrp_box {
		padding: 10px;
  }
}
.con_useful .wrp .con_bicycle .wrp_box .box_parking {
	*zoom: 1;
	margin-bottom: 30px;
}
.con_useful .wrp .con_bicycle .wrp_box .box_parking:after {
	content: "";
	display: table;
	clear: both;
}
@media only screen and (max-width: 1024px) {
  .con_useful .wrp .con_bicycle .wrp_box .box_parking {
		margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_useful .wrp .con_bicycle .wrp_box .box_parking {
		margin-bottom: 20px;
  }
}
.con_useful .wrp .con_bicycle .wrp_box .box_parking .txt_box {
	padding-top: 20px;
	float: left;
	width: 45%;
	margin-left: 20px;
}
@media only screen and (max-width: 1024px) {
  .con_useful .wrp .con_bicycle .wrp_box .box_parking .txt_box {
		padding-top: 0;
		width: 60%;
		margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_useful .wrp .con_bicycle .wrp_box .box_parking .txt_box {
		float: none;
		width: 100%;
		margin-bottom: 10px;
		margin-left: 0;
  }
}
.con_useful .wrp .con_bicycle .wrp_box .box_parking .txt_box .st_bicycle {
	margin-bottom: 10px;
}
.con_useful .wrp .con_bicycle .wrp_box .box_parking .txt_box .st_bicycle h4 {
	color: #a92526;
	overflow: hidden;
	display: inline-block;
	font-weight: normal;
	vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  .con_useful .wrp .con_bicycle .wrp_box .box_parking .txt_box .st_bicycle h4 {
		display: block;
		text-align: center;
		letter-spacing: -.05em;
  }
}
.con_useful .wrp .con_bicycle .wrp_box .box_parking .txt_box .st_bicycle h4 span {
	font-size: 1.7em;
	font-family: "新細明體", Arial, Verdana, serif;
	margin-right: 0.5em;
}
@media only screen and (max-width: 1024px) {
  .con_useful .wrp .con_bicycle .wrp_box .box_parking .txt_box .st_bicycle h4 span {
		font-size: 1.4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_useful .wrp .con_bicycle .wrp_box .box_parking .txt_box .st_bicycle h4 span {
		font-size: 1.35em;
  }
}
@media only screen and (max-width: 767px) {
  .con_useful .wrp .con_bicycle .wrp_box .box_parking .txt_box .st_bicycle h4 span {
		margin-right: 0;
  }
}
.con_useful .wrp .con_bicycle .wrp_box .box_parking .txt_box .txt {
	font-size: 1.3em;
	margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .con_useful .wrp .con_bicycle .wrp_box .box_parking .txt_box .txt {
		font-size: 1.1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_useful .wrp .con_bicycle .wrp_box .box_parking .txt_box .txt .sp {
		display: none;
  }
}
.con_useful .wrp .con_bicycle .wrp_box .box_parking .txt_box .btn_link {
	text-align: right;
	margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .con_useful .wrp .con_bicycle .wrp_box .box_parking .txt_box .btn_link {
		font-size: 1.1em;
		margin-bottom: 20px;
		max-width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .con_useful .wrp .con_bicycle .wrp_box .box_parking .txt_box .btn_link {
		max-width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_useful .wrp .con_bicycle .wrp_box .box_parking .txt_box .btn_link a {
		display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .con_useful .wrp .con_bicycle .wrp_box .box_parking .txt_box .btn_link a {
		font-size: 1em;
  }
}
.con_useful .wrp .con_bicycle .wrp_box .box_parking .txt_box .btn_link a:after {
	background: url("../images/common/ic_blank.png") center no-repeat;
	width: 15px;
	padding-top: 15px;
	height: 0;
	overflow: hidden;
}
.con_useful .wrp .con_bicycle .wrp_box .box_parking .img {
	float: right;
	width: 50%;
}
@media only screen and (max-width: 1024px) {
  .con_useful .wrp .con_bicycle .wrp_box .box_parking .img {
		width: 38%;
  }
}
@media only screen and (max-width: 767px) {
  .con_useful .wrp .con_bicycle .wrp_box .box_parking .img {
		float: none;
		width: 100%;
  }
}
.con_useful .wrp .con_bicycle .wrp_box .box_parking .img img {
	width: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .con_useful .wrp .con_bicycle .wrp_box .box_parking .img img {
		width: 100%;
  }
}
.con_useful .wrp .con_bicycle .wrp_box .box_rentalbike {
	display: block;
	padding: 20px 20px 30px;
	overflow: hidden;
	text-decoration: none;
	width: 95%;
	margin: 0 auto;
	background: #fdeceb url(../access/images/bg_rentalbike.png) right bottom no-repeat;
}
@media only screen and (max-width: 1024px) {
  .con_useful .wrp .con_bicycle .wrp_box .box_rentalbike {
		padding: 20px 20px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_useful .wrp .con_bicycle .wrp_box .box_rentalbike {
		margin-bottom: 10px;
  }
}
.con_useful .wrp .con_bicycle .wrp_box .box_rentalbike .img {
	width: 32%;
	float: left;
	text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_useful .wrp .con_bicycle .wrp_box .box_rentalbike .img {
		float: none;
		width: 100%;
		margin-bottom: 15px;
  }
}
.con_useful .wrp .con_bicycle .wrp_box .box_rentalbike .box_detail {
	width: 68%;
	float: left;
	padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .con_useful .wrp .con_bicycle .wrp_box .box_rentalbike .box_detail {
		float: none;
		width: 100%;
		padding: 0;
  }
}
.con_useful .wrp .con_bicycle .wrp_box .box_rentalbike .box_detail .name {
	font-family: "新細明體", Arial, Verdana, serif;
	color: #a92526;
	margin-bottom: 10px;
	font-size: 1.6em;
}
@media only screen and (max-width: 1024px) {
  .con_useful .wrp .con_bicycle .wrp_box .box_rentalbike .box_detail .name {
		font-size: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_useful .wrp .con_bicycle .wrp_box .box_rentalbike .box_detail .name {
		font-size: 1.2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_useful .wrp .con_bicycle .wrp_box .box_rentalbike .box_detail .name {
		letter-spacing: -.05em;
  }
}
.con_useful .wrp .con_bicycle .wrp_box .box_rentalbike .box_detail .txt {
	font-size: 1.3em;
	margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .con_useful .wrp .con_bicycle .wrp_box .box_rentalbike .box_detail .txt {
		font-size: 1.1em;
  }
}
