@charset "UTF-8";

/* CSS Document */
@media all and (min-width: 481px) and (max-width: 768px) {
}

@media all and (max-width: 768px) {
}

@media all and (max-width: 480px) {
}

/*===============================================
CONTAINER
===============================================*/
@media all and (max-width: 768px) {
  #CONTAINER {
  }
  .side_bnr {
    /* display: none; */
    top: auto;
    bottom: 40px;
  }
}
/*===============================================
HEADER
===============================================*/
@media all and (max-width: 768px) {
  #HEADER_WRAP {
    height: 4px;
  }
  #HEADER {
    display: none;
  }
  #HEADER02 {
    height: 60px;
    width: auto;
    padding: 0 0 0 10px;
  }
  #HEADER02 .leftBox {
    margin: 15px 0 0 0;
  }
  #HEADER02 .leftBox img {
    height: 30px;
    width: 100px;
  }
  #HEADER02 .language {
    border: 2px solid #111;
    margin: 15px 10px 0 0;
  }
  #HEADER02 .language a {
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    padding: 2px 8px;
  }
  #HEADER02 .language span.this {
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background: #000;
    padding: 2px 10px;
  }
  /*スマホ時店舗一覧*/
  #acMenu {
    display: inherit;
  }
  /*スマホ時ナビゲーション*/
  #acMenu2 {
    display: inherit;
    margin: 0 0 15px 0;
  }
  /*スマホ時Facebookアイコン*/
  #fb_sp {
    float: right;
    width: 28px;
    margin: 15px 10px 0 0;
  }
  #insta_sp {
    float: right;
    width: 28px;
    margin: 15px 10px 0 0;
  }
  #fbin_sp {
    display: flex;
    float: right;
    width: 57px;
    margin: 17px 0 0;
  }
  #fbin_sp a {
    margin-right: 4px;
  }
  #fbin_sp a:last-child {
    margin-right: 8px;
  }
}

/*===============================================
GNAVI
===============================================*/
@media all and (max-width: 768px) {
  #GNAVI {
    display: none;
  }
  #GNAVI02 {
    display: none;
  }
}

/*===============================================
KEYVISUAL
===============================================*/
@media all and (max-width: 768px) {
  #KEYVISUAL {
    width: auto;
  }
  .bx-wrapper:first-child {
    display: none;
  }
}

/*===============================================
MAIN
===============================================*/
.about_btn img {
  width: 100%;
  max-width: 270px !important;
}
@media all and (max-width:768px) {
  .hostel_list {
    width: auto;
    margin: 20px 10px 30px 10px;
  }
  .hostel_list li {
    width: 48%;
    text-align: center;
    margin: 0 1% 2% 1%;
  }
  .hostel_list li:nth-child(4n) {
    margin: 0 1% 2% 1%;
  }
  .hostel_list li img {
    height: auto;
    width /****/: auto;
    max-width: 100%;
  }
  #MAIN {
    width: auto;
    margin: 30px 10px 0 10px;
  }
  .MAIN_LEFT {
    float: none;
    width: auto;
  }
  .MAIN_RIGHT {
    float: none;
    width: auto;
    margin: 30px 0 0 0;
  }
  .map_box {
    display: none;
  }
  .news_list li,
  .topics_list li {
    height: auto;
  }
  .about_btn {
    margin: 0 auto;
  }


  .access_left {
    float: none;
    width: auto;
    /* height: 220px; */
    margin: 0 0 30px 0;
  }
  #map {
    height: 220px;
    width: 100%;
  }
  .access_left iframe {
    height: 220px;
    width: 100%;
  }

  .access_right {
    float: none;
    width: auto;
    /* margin: 30px 0 0 0; */
    padding: 30px 0 0 0;
    /* background: url(../img/bdr01.png) repeat-x top; */
  }
  .access_right img {
    display: block;
    margin: 0 auto;
  }

  .facility_box table th {
    width: 20%;
  }
  .facility_box .first table tr:last-child th,
  .facility_box .first table tr:last-child td {
    border-bottom: none !important;
  }
}

/*===============================================
PAGE
===============================================*/
@media all and (max-width: 768px) {
  #PAGE {
  }
}

/*===============================================
SIDE
===============================================*/
@media all and (max-width: 768px) {
  #SIDE {
  }
}

/*===============================================
FOOTER
===============================================*/
@media all and (max-width: 768px) {
  #FOOTER01 {
    width: auto;
  }
  #FOOTER01_WRAP {
    padding: 25px 0 10px 0;
  }
  .footer_title {
    display: none;
  }
  .footer01_list {
    display: none;
  }
  #FOOTER02_WRAP {
    padding: 10px 0;
  }
  #FOOTER02 {
    width: auto;
  }
  #FOOTER02 .footer_l {
    float: none;
    width: auto;
    text-align: center;
    padding: 5px 0 0 0;
  }
  #FOOTER02 .footer_r {
    display: none;
  }
  #COPYRIGHT {
    font-size: 12px;
    text-align: center;
    margin: 10px 0 0 0;
  }
}

/*===============================================
sp , pc
===============================================*/
@media all and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: inherit !important;
  }
}

/*===============================================
common
===============================================*/
@media all and (max-width: 768px) {
  .column2>div,
  .column2_37>div,
  .column2_73>div,
  .column2_46>div,
  .column2_64>div,
  .column3>div,
  .column2_28>div,
  .column2_82>div {
    display: inherit;
    float: none;
    width: 100% !important;
    margin: 15px 0 0 0;
  }
/*富士ツアーバナー非表示用一時的にコメントアウトここから*/
/*.column4>div>div {
    width: 48% !important;
  }*/
/*富士ツアーバナー非表示用一時的にコメントアウトここまで*/
  .column4.-three>div>div:first-child {
    margin-left: 1%;
  }
  .column4>div {
    clear: both;
  }
  .column6>div>div {
    width: 31.33% !important;
  }
  .column6>div {
    clear: both;
  }
}

/*富士ツアーバナー非表示用ここから*/
@media all and (max-width: 820px) {
  .column4>div>div {
    width: 38% !important;
    padding: 0 0 10px;
  }}
/*富士ツアーバナー非表示用ここまで*/