/*=================================
メインビジュアル画像
=================================*/
#access {
background: url("../img/page_main_access.jpg") no-repeat center center;
background-size: cover;
}

/*=================================
ページコンテンツ
=================================*/
.none {
display: none;
}

/*============
アクセスマップタブ
=============*/
#access_map {
padding-bottom: 0.3rem;
}

#access_map_list ul {
display: flex;
justify-content: space-between;
border-bottom: 5px solid #603813;
}
#access_map_list li {
width: 50%;
}
#access_map_list li a{
display: block;
text-align: center;
font-size: 0.2rem;
background: #E6E6E6;
padding-top: 0.2rem;
padding-bottom: 0.2rem;
cursor: pointer;
transition: none;
}

@media(max-width: 767px){
#access_map_list li a{
font-size: 0.18rem;
padding-top: 0.14rem;
padding-bottom: 0.14rem;
}
}

#access_map_list li a:hover {
background: #CCC;
}
#access_map_list li.Now a{
background: #603813;
color: #fff;
}

/*============
アクセスマップコンテンツ
=============*/
.access_map_cont {
padding-top: 0.1rem;
margin-bottom: 0.4rem;
}

/* アクセスマップボタン */
.access_map_cont_btn a {
width: 250px;
display: block;
font-size: 0.18rem;
text-align: center;
background: #009245;
box-shadow: 0 2px 0 rgba(0,146,69,0.3);
color: #fff;
padding-top: 0.15rem;
padding-bottom: 0.15rem;
margin: 0 auto;
text-decoration: none;
border-radius: 0.05rem;
transition: all 0.3s ease;
}
.access_map_cont_btn a:hover {
opacity: 0.8;
}
.access_map_cont_btn a i {
padding-left: 0.05rem;
}

/*============
路線バス
=============*/
#access_bus {
position: relative;
background: rgba(41,171,226,0.1);
padding-top: 0.6rem;
padding-bottom: 0.6rem;
z-index: 0;
margin-bottom: 0.4rem;
}

#access_bus .inner_box {
position: relative;
}

#access_bus .slant_top {
position: absolute;
top: -2px;
left: 0;
width: 100%;
height: 30px;
background: url(../img/slant_top.png) no-repeat 0 0;
background-size: 100% 100%;
z-index: 1;
}

#access_bus .slant_bottom {
position: absolute;
bottom: -2px;
left: 0;
width: 100%;
height: 30px;
background: url(../img/slant_right.png) no-repeat 0 0;
background-size: 100% 100%;
z-index: 1;
}


/*============
路線バスタブ
=============*/
#access_bus_list ul {
display: flex;
justify-content: space-between;
border-bottom: 5px solid #0071BC;
}
#access_bus_list li {
width: 50%;
}
#access_bus_list li a{
display: block;
text-align: center;
font-size: 0.2rem;
background: #E6E6E6;
padding-top: 0.2rem;
padding-bottom: 0.2rem;
cursor: pointer;
transition: none;
}
#access_bus_list li a:hover {
background: #CCC;
}
#access_bus_list li.Now a{
background: #0071BC;
color: #fff;
}

/*============
路線バスコンテンツ
=============*/
.access_bus_cont {
padding-top: 0.1rem;
margin-bottom: 0.4rem;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

@media(max-width: 767px){
.access_bus_cont {
display: block;
}
.access_map_cont iframe {
height: 300px;
}
}

.access_bus_box {
width: 49%;
}

@media(max-width: 767px){
.access_bus_box {
width: 100%;
padding-bottom: 0.3rem;
}
.access_bus_box:last-child {
padding-bottom: 0;
}
}

/* 路線バスリンク */
.access_bus_cont_link  {
font-size: 0.1rem;
padding-top: 0.2rem;
padding-bottom: 0.15rem;
}

.access_bus_cont_link a {
font-size: 0.2rem;
color: #222;
}

.access_bus_cont_link a i {
padding-left: 5px;
opacity: 0.5;
}

.access_bus_cont_tel {
padding-bottom: 0.15rem;
}
.access_bus_cont_tel ul {
}
.access_bus_cont_tel li {
font-size: 0.16rem;
line-height: 1.7;
}
.access_bus_cont_tel li:first-child {
padding-right: 0.2rem;
}
.access_bus_cont_tel li a {
color: #000;
text-decoration: none;
}
/* 路線バスボタン */
.access_bus_cont_btn a {
width: 3.4rem;
display: block;
font-size: 0.16rem;
text-align: center;
background: #00A99D;
box-shadow: 0 2px 0 rgba(0,169,157,0.3);
color: #fff;
padding-top: 0.15rem;
padding-bottom: 0.15rem;
text-decoration: none;
border-radius: 0.05rem;
transition: all 0.3s ease;
}
.access_bus_cont_btn a:hover {
opacity: 0.8;
}
.access_bus_cont_btn a i {
padding-left: 0.05rem;
}



/* ハイヤー */
#access_higher {
padding-bottom: 0.3rem;
}
.access_higher_table01 {
margin-bottom: 0.3rem;
}
.access_higher_table01 table {
font-size: 0.18rem;
line-height: 1.8;
}

@media(max-width: 767px){
.access_higher_table01 table {
width: 100%;
}
}

.access_higher_table01 th {
width: 2.15rem;
text-align: left;
font-weight: 400;
}
.access_higher_table01 th a{
color: #000;
}
.access_higher_table01 th span {
color: #754C24;
}
.access_higher_table01 th img {
padding-left: 0.05rem;
}
.access_higher_table01 td a{
color: #000;
text-decoration: none;
}


.access_higher_table02 table {
max-width: 660px;
width: 100%;
border-collapse: collapse ;
margin-bottom: 0.15rem;
}
.access_higher_table02 tr:nth-child(odd) {
background: #F2F2F2;
}
.access_higher_table02 tr:first-child {
background: #C7B299;
border-bottom: 1px solid #000;
}
.access_higher_table02 tr:last-child {
border-bottom: 1px solid #000;
}
.access_higher_table02 th {
width: 25%;
font-size: 0.15rem;
padding-top: 0.2rem;
padding-bottom: 0.2rem;
font-weight: 400;
}
.access_higher_table02 td {
width: 25%;
font-size: 0.16rem;
text-align: center;
padding-top: 0.2rem;
padding-bottom: 0.2rem;
}
.access_higher_table02 p {
font-size: 0.14rem;
}

/*============
駐車場
=============*/
#access_parking {
position: relative;
padding-top: 0.6rem;
background: rgba(251,176,59,0.1);
}

#access_parking  ul {
padding-bottom: 0.5rem;
}
#access_parking  li{
font-size: 0.23rem;
line-height: 1.8;
}
#access_parking  li span {
color: #754C24;
font-size: 0.18rem;
}
#access_parking  li small {
font-size: 0.18rem;
}
@media(max-width: 767px){
#access_parking  li small {
font-size: 0.16rem;
display: block;
padding-left: 0.15rem;
}
}

#access_parking .slant_top {
position: absolute;
top: -2px;
left: 0;
width: 100%;
height: 30px;
background: url(../img/slant_top.png) no-repeat 0 0;
background-size: 100% 100%;
z-index: 1;
}

#access_parking .slant_bottom {
position: absolute;
bottom: -2px;
left: 0;
width: 100%;
height: 30px;
background: url(../img/slant_right.png) no-repeat 0 0;
background-size: 100% 100%;
z-index: 1;
}

/*============
周辺観光情報
=============*/
#access_sightseeing {
position: relative;
padding-top: 0.6rem;
z-index: 0;
margin-bottom: 0.4rem;
}
#access_sightseeing .slant_top {
position: absolute;
top: -2px;
left: 0;
width: 100%;
height: 30px;
background: url(../img/slant_top.png) no-repeat 0 0;
background-size: 100% 100%;
z-index: 1;
}
#access_sightseeing .slant_bottom {
position: absolute;
bottom: -2px;
left: 0;
width: 100%;
height: 30px;
background: url(../img/slant_right.png) no-repeat 0 0;
background-size: 100% 100%;
z-index: 1;
}

/* 周辺観光情報BOX */
.access_sightseeing_box {
display: flex;
flex-wrap: wrap;
}

@media(max-width: 767px){
.access_sightseeing_box {
display: block;
}
}

.access_sightseeing_text {
padding-left: 0.3rem;
font-size: 0.1rem;
}

@media(max-width: 767px){
.access_sightseeing_img img {
width: 100%;
}
.access_sightseeing_text {
padding-left:0;
font-size: 0.1rem;
}
}

.access_sightseeing_text h4 {
font-size: 0.2rem;
padding-bottom: 0.15rem;
}
.access_sightseeing_text a {
font-size: 0.18rem;
color: #C1272D;
text-decoration: none;
padding-bottom: 0.15rem;
display: inline-block;
}
.access_sightseeing_text a:hover {
text-decoration: underline;
}
.access_sightseeing_text p {
font-size: 0.16rem;
}



#floor_wait .floor_shop_box {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#floor_wait .floor_shop_box .floor_box{
width: 48%;
margin-bottom: 0.3rem;
}
#floor_wait .floor_shop_box .floor_box.w100{
width: 100%;
}
.floor_shop_btn_box {
display: flex;
justify-content: center;
}
.floor_shop_btn a {
width: 250px;
display: block;
font-size: 0.18rem;
text-align: center;
color: #fff;
padding-top: 0.15rem;
padding-bottom: 0.15rem;
margin-right: 10px;
text-decoration: none;
border-radius: 0.05rem;
transition: all 0.3s ease;
}
.floor_shop_btn a:hover {
opacity: 0.8;
}
.floor_shop_btn_price a {
border-radius: 0.05rem;
background: #8C6239;
box-shadow: 0 2px 0 rgba(140,98,57,0.3);
margin-right: 10px;
}
.floor_shop_btn_reserve a {
border-radius: 0.05rem;
background: #00A99D;
box-shadow: 0 2px 0 rgba(0,169,157,0.3);
margin-left: 10px;
}

/* 質問 */
.faq_box dt {
font-size: 0.2rem;
font-weight: 700;
background: url("../img/faq_icon01.png") no-repeat left center;
background-size: 0.38rem;
padding-left: 0.5rem;
padding-top: 0.1rem;
padding-bottom: 0.1rem;
margin-bottom: 0.1rem;
}

/* 回答 */
.faq_box dd {
font-size: 0.18rem;
background: url("../img/faq_icon02.png") no-repeat left 0.05rem;
background-size: 0.38rem;
padding-left: 0.5rem;
padding-top: 0.1rem;
padding-bottom: 0.1rem;
}


