@charset "utf-8";

/*______________________________________スマホ用CSS_______________________________________________*/
@media print, screen and (max-width: 899px) {
  /*ウィンドウ幅が最大899pxまでの場合に適用*/
  .pc_content {
    display: none;
  }
  .sp_content {
    display: block;
  }

  /*ハンバーガーメニュー*/
  nav.NavMenu {
    position: fixed; /*表示位置を固定*/
    z-index: 2; /*重ね順を変更*/
    top: 0; /*表示位置を指定*/
    right: 0; /*表示位置を指定*/
    background: #256329;
    color: #fff; /*文字色を黒にする*/
    text-align: center; /*テキストを中央揃え*/
    width: 100%; /*全幅表示*/
    min-width: auto;
    height: 100vh;
    transform: translateX(100%); /*ナビを上に隠す*/
    transition: all 0.6s; /*アニメーションの時間を指定*/
  }
  nav.NavMenu ul {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 0;
  }

  nav.NavMenu ul li {
    font-size: 1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
  }

  nav.NavMenu ul li:last-child {
    padding-bottom: 0;
    border-bottom: none; /*最後のメニュー項目のみ下線を消す*/
  }

  nav.NavMenu ul li a {
    display: block; /*クリックできる領域を広げる*/
    color: #fff;
    padding: 1em 0;
    text-decoration: none;
    font-size: 20px;
  }

  nav.NavMenu.active {
    transform: translateY(0%); /*ナビを表示する*/
  }

  .Toggle {
    display: block;
    position: fixed; /* bodyに対しての絶対位置指定 */
    right: 20px;
    top: 20px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 3;
  }

  .Toggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #000;
    -webkit-transition: 0.35s ease-in-out; /*変化の速度を指定*/
    -moz-transition: 0.35s ease-in-out; /*変化の速度を指定*/
    transition: 0.35s ease-in-out; /*変化の速度を指定*/
    left: 6px;
  }

  .Toggle span:nth-child(1) {
    top: 9px;
  }

  .Toggle span:nth-child(2) {
    top: 18px;
  }

  .Toggle span:nth-child(3) {
    top: 27px;
  }

  /* 最初のspanをマイナス45度に */
  .Toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-color: #fff;
  }

  /* 2番目透過 */
  .Toggle.active span:nth-child(2) {
    opacity: 0;
    border-color: #0c743f;
  }
  /* 3番目のspanを45度に */
  .Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: #fff;
  }

  #main_wrapper {
    position: relative;
    background-image: url("../img/mv.jpg");
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 100%;
    height: 400px;
  }
  #main_wrapper .entrance {
    position: absolute;
    bottom: -79px;
    right: 5%;
    max-width: none;
    width: 50%;
  }
  #main_wrapper .mv_txt {
    position: absolute;
    top: 7%;
    left: 5%;
    max-width: none;
    width: 50%;
  }
  header {
    position: relative;
    height: 80px;
    width: 100%;
    box-shadow: 0px 7px 7px -6px rgba(0, 0, 0, 0.1);
  }
  header.scroll {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0px 7px 7px -6px rgba(0, 0, 0, 0.1);
  }

  #head_copy {
    max-width: none;
    width: 90%;
    height: 230px;
    margin: 90px 5% 0;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 2em;
    padding: 4.5% 0;
  }

  #logo {
    float: left;
    width: 250px;
    margin: 30px 0 0 30px;
  }

  /*予約パネル*/
  .reserv_panel {
    width: 100%;
    height: 340px;
    border-top: 1px solid #ccc;
    text-align: center;
    font-size: 20px;
  }
  .yoyaku_dummy {
    margin-top: 18px;
    width: 745px;
  }
  /* 宿泊日・日程未定・人数・客室数の文字色 */
  .directin-sp-form .directin-sp-form-input label .directin-sp-form-label,
  .directin-sp-form .directin-sp-form-input label .directin-sp-form-checkbox-label,
  .directin-sp-form .directin-sp-form-guest-room-input-group .directin-sp-form-guest-room-separator {
    font-size: 20px;
  }

  /* 検索ボタンの文字色と背景色 */
  .directin-sp-form .directin-sp-form-submit-button button {
    font-size: 20px;
  }

  /*スライダー*/
  #main_slider_wrapp {
    width: 100%;
    height: 140px;
  }
  #main_slider_wrapp .main_slider {
    width: 100%;
    height: 140px;
  }
  #main_slider_wrapp img {
    height: 140px;
    padding: 0 3px;
  }

  /*Rooms*/
  #rooms {
    width: 100%;
    height: auto;
    background-color: #e2f8eb;
    padding-bottom: 50px;
  }
  #rooms .rooms_inner {
    position: relative;
    width: 90%;
    height: auto;
    margin: 0 5%;
  }
  #rooms h2.txt01 {
    position: absolute;
    top: 40px;
    left: 0;
    font-size: 100px;
    color: #fff;
    font-weight: 300;
  }
  #rooms h2.txt02 {
    position: absolute;
    top: 80px;
    left: 0;
    font-size: 40px;
    font-weight: 300;
  }
  .rooms_left {
    position: absolute;
    top: 100px;
    left: 0;
    padding: 12% 0 0 0;
    width: 100%;
  }
  .rooms_left span {
    font-size: 20px;
    font-weight: 600;
  }
  .room_photo {
    width: 100%;
    margin: 450px 0 0 0;
  }

  #price {
    background-color: #83bda0;
    width: 100%;
    height: auto;
    color: #fff;
    padding: 6% 6% 7%;
  }
  #price .txt01 {
    font-size: 24px;
  }
  #price .txt01 span {
    font-size: 13px;
  }
  #price .txt02 {
    font-size: 18px;
    margin-top: 2.8%;
  }

  /*Restaurant*/
  #restaurant {
    position: relative;
    width: 90%;
    height: auto;
    margin: 0 5%;
  }
  #restaurant h2.txt01 {
    position: absolute;
    top: 30px;
    left: 0;
    font-size: 80px;
    color: #e2f8eb;
    font-weight: 300;
  }
  #restaurant h2.txt02 {
    position: absolute;
    top: 50px;
    left: 0;
    font-size: 40px;
    font-weight: 300;
  }
  .restaurant_left {
    position: relative;
    top: auto;
    left: auto;
    padding: 120px 0 0 0;
    width: 100%;
  }
  .restaurant_left span {
    font-size: 20px;
    font-weight: 600;
  }
  .restaurant_photo {
    position: relative;
    width: 100%;
    margin: 45px 0 70px;
  }
  /*Access*/
  #access {
    width: 100%;
    height: auto;
    background-color: #e2f8eb;
    overflow: hidden;
  }
  #access .access_inner {
    position: relative;
    width: 90%;
    height: suto;
    margin: 0 5%;
  }
  #access h2.txt01 {
    position: absolute;
    top: 40px;
    left: 5%;
    font-size: 90px;
    color: #fff;
    font-weight: 300;
  }
  #access h2.txt02 {
    position: absolute;
    top: 70px;
    left: 5%;
    font-size: 40px;
    font-weight: 300;
  }
  .access_left {
    float: left;
    padding: 0;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 70px;
  }
  .access_left span {
    font-weight: 600;
  }
  .access_left .access_hr {
    height: 1;
    width: 100%;
    border-bottom: 2px dotted #83b79e;
    margin: 8px 0;
  }
  .access_photo {
    display: none;
  }
  #gmap_wrapp {
    width: 100%;
    position: relative;
    padding-top: 150px;
    z-index: 2;
  }
  #gmap_wrapp iframe {
    width: 100%;

    height: 300px;
  }

  /*Spot*/
  #spot {
    position: relative;
    width: 90%;
    margin: 0 5%;
    clear: both;
  }
  #spot h2.txt01 {
    position: absolute;
    top: 40px;
    left: 0;
    font-size: 110px;
    color: #e2f8eb;
    font-weight: 300;
  }
  #spot h2.txt02 {
    position: absolute;
    top: 55px;
    left: 0;
    font-size: 40px;
    font-weight: 300;
  }
  #spot p.txt03 {
    position: absolute;
    top: 95px;
    left: 0;
    font-size: 20px;
    font-weight: 300;
  }
  .spot_inner {
    width: 100%;
    padding-top: 200px;
    padding-bottom: 40px;
  }
  .spot_box {
    width: 100%;
    background-color: #e2f8eb;
    clear: both;
    margin-bottom: 40px;
    overflow: hidden;
  }
  .spot_photo_left {
    float: left;
    width: 100%;
  }
  .spot_txt_right {
    float: right;
    width: 100%;
    padding: 5%;
    font-size: 13.5px;
    line-height: 1.8em;
  }
  .spot_txt_right .spot_name {
    font-size: 19px;
    border-bottom: 2px solid #3da58f;
    margin-bottom: 12px;
    padding-bottom: 12px;
    color: #000;
  }
  .spot_txt_right a {
    display: inline;
    color: #037f46;
    margin-top: 1em;
  }

  .spot_photo_right {
    float: right;
    width: 100%;
  }
  .spot_txt_left {
    float: left;
    width: 100%;
    padding: 5%;
    font-size: 13.5px;
    line-height: 1.8em;
  }
  .spot_txt_left .spot_name {
    font-size: 19px;
    border-bottom: 2px solid #3da58f;
    margin-bottom: 12px;
    padding-bottom: 12px;
    color: #000;
  }
  .spot_txt_left a {
    display: inline-block;
    color: #037f46;
    margin-top: 1em;
  }

  /*Footer*/

  footer {
    float: left;
    width: 100%;
    height: 140px;
    margin: 0;
    text-align: center;
    padding: 52px 0 0;
    background-color: #307461;
  }
  .copyright {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 13px;
  }
}
