@charset "UTF-8";
/* CSS Document */

#access_hed {
	background:url(../img/category/access/hed_img.png) center center no-repeat;
	background-size: cover;
	width:100%;
	height:400px;
	position:relative;
	z-index:1;
}

.access_tit {
	background:#f2f2f2;
	width:1100px;
	margin:0 auto 30px;
	padding:15px 0 5px;
	text-align:center;
}

.access_list {
	width:1100px;
	margin:0 auto 30px;
	padding:0;
	list-style-type:none;
}

.access_list li {
	width:258px;
	float:left;
	margin-right:20px;
}

.access_list li:nth-child(4) { margin-right:0 }

.access_list li div {
	border:double #9c701a;
	width:258px;
	height:40px;
}

.access_list li div h3 {
	font-size:1em;
	line-height:0.4em;
	text-align:center;
	letter-spacing:3px;
	transform: scale( 0.95 , 1 ); 
}

.access_list a  {
	color:#000000;
	text-decoration:none;
}
.access_list a:hover  {
	text-decoration: underline;
}

.bg_rooms {
	width:100%;
	background:#F2F2F2;
	padding:20px 0;
	margin:0 auto 30px;
}


.access_name {
	background: url(../img/category/access/name_box01.png) 0 0 no-repeat;
	width:260px;
	height:40px;
	margin:0 auto 30px;
	padding:0;
	letter-spacing:5px;
	text-align:center;
	
	font-size:1.2em;
	font-weight:bold;
	line-height:1.8em;
	transform: scale( 0.95 , 1 );
}

.bg_bk_name {
	background:#000000;
	color:#FFFFFF;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:normal;
	font-size:1em;
	margin:0 auto 30px;
	padding:5px 0;
}

.access_l {
	width:700px;
	float:left;
	margin:0;
}

.access_r {
	background:#f8f2de;
	width:350px;
	float:right;
	margin:0;
	padding:10px;
}


.access_r h4 {
	font-size:1.2em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:normal;
	margin:0 auto 5px;
}

.access_r p {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.6em;
}

.access_img_map {
	text-align:center;
}



.bus_img {
	width: 600px;
	float: left;
	margin-bottom: 0;
}
.bus_txt {
	width:450px;
	float: right;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.bus_ttl {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.1em;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

.com_table_tag02 {
    border-top: 1px solid #e6e6e7;
    border-left: 1px solid #e6e6e7;
    margin: 0 0 0;
    width: 100%;
}
.com_table_tag02 th {
    background: #f0f0f0 none repeat scroll 0 0;
    border-bottom: 1px dotted #cccccc;
    border-right: 1px dotted #cccccc;	
    padding: 10px;
}
.com_table_tag02 td {
    border-bottom: 1px dotted #cccccc;
    border-right: 1px dotted #cccccc;	
    padding: 10px;
	text-align: center;
}

.bus_jikoku {
	text-align: center;
	padding: 5px;
	font-weight: bold;
	color: #564419;
	/*background-color: #362409;
	color: #fff;*/
}

#a, #b, #c, #d {
    margin-top: -158px;
    padding-top: 158px;
}

.btn_res01 {
	text-align: center;
}
.btn_res01 a {
	display: inline-block;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 80%;
}
.btn_res01 a {
	background: #0054B9;
	border: #0054B9 2px solid;
	color: #FFFFFF;
	padding: 10px 20px;
	margin-bottom: 40px;
	border-radius: 6px;
	transition: 0.6s;
}

.btn_res01 a:hover {
	background: #FFFFFF;
	border: #0054B9 2px solid;
	color: #1c1c1c;
	padding: 10px 30px;
	margin-bottom: 40px;
	border-radius: 6px;
}



/*　▼スマホ用▼　*/
@media screen and (max-width: 768px) {

#access_hed {
	background:none;
	width:100%;
	height:60px;
	position:relative;
	overflow: hidden;
    z-index: -1;
}

.access_tit {
	background:#f2f2f2;
	width:100%;
	margin:0 auto 30px;
	padding:5px 0;
	text-align:center;
}

.access_list {
	width:300px;
	margin:0 auto 30px;
	padding:0;
	list-style-type:none;
}

.access_list li {
	width:300px;
	float:none;
	margin:0 auto 20px;
}

.access_list li:nth-child(3) { margin-right:0 }

.access_list li div {
	border:double #9c701a;
	width:300px;
	height:40px;
}

.access_list li div h3 {
	font-size:1.1em;
	line-height:0.4em;
	text-align:center;
	letter-spacing:3px;
	transform: scale( 0.95 , 1 ); 
}

.access_list a  {
	color:#000000;
	text-decoration:none;
}

.bg_rooms {
	width:100%;
	background:#F2F2F2;
	padding:20px 0;
	margin:0 auto 30px;
}


.access_name {
	background: url(../img/category/access/name_box01.png) 0 0 no-repeat;
	width:260px;
	height:40px;
	margin:0 auto 30px;
	padding:0;
	letter-spacing:5px;
	text-align:center;
	
	font-size:1.2em;
	font-weight:bold;
	line-height:1.8em;
	transform: scale( 0.95 , 1 );
}

.bg_bk_name {
	background:#000000;
	color:#FFFFFF;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:normal;
	font-size:0.9em;
	margin:0 auto 30px;
	padding:5px 0;
}

.access_l {
	width:98%;
	float:none;
	margin:0 auto 20px;
}

.access_l img {
	width:100%;
	height:auto;
}

.access_r {
	background:#f8f2de;
	width:98%;
	float:none;
	margin:0 auto 20px;
	padding:1%;
}

.access_r img {
	width:100%;
	height:auto;
}

.access_r h4 {
	font-size:1em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:normal;
	margin:0 auto 5px;
}

.access_r p {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.6em;
}


.access_img_map {
	text-align:center;
}

.access_img_map img {
	width:100%;
	height:auto;
}

.bus_img {
	width: 100%;
	float: none;
	margin-bottom: 30px;
}
.bus_txt {
	width: 100%;
	float: none;
}

#a, #b, #c, #d {
    margin-top: -58px;
    padding-top: 58px;
}

.btn_res01 {
	text-align: center;
}
.btn_res01 a {
	display: inline-block;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 80%;
}
.btn_res01 a {
	background: #0054B9;
	border: #0054B9 2px solid;
	color: #FFFFFF;
	padding: 10px 10px;
	margin-bottom: 40px;
	border-radius: 6px;
	transition: 0.6s;
}

.btn_res01 a:hover {
	background: #FFFFFF;
	border: #0054B9 2px solid;
	color: #1c1c1c;
	padding: 10px 10px;
	margin-bottom: 40px;
	border-radius: 6px;
}


}