charset "utf-8";
/************
 * Responsive *
*************/
/* 900 - 1280 */
@media only screen and (min-width: 900px) and (max-width: 1280px) {
}

/* 768 - 899 */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
}

/* 320 - 767 */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /******
		SPナビゲーションメニュー
					******/
  header {
    text-align: center;
    margin: auto;
    padding: 12px 12px;
    position: relative;
    overflow: hidden;
    height: 70px;
  }

  .global-nav {
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: auto;
    padding-top: 40px;
    transition: all 0.6s;
    z-index: 20000;
    overflow-y: auto;
    padding: 40px 16px 0 16px;
    box-sizing: border-box;
    text-align: left;
    color: #fff;
  }

  .hamburger {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 100px; /* クリックしやすいようにちゃんと幅を指定する */
    height: 100px; /* クリックしやすいようにちゃんと高さを指定する */
    cursor: pointer;
    z-index: 200000;
    position: fixed;
    background-color: unset;
    border-radius: 50px;
  }
  .global-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
  }
  .global-nav__item {
    text-align: left;
    padding: 0 14px;
    margin: 0 20px;
  }

  .global-nav ul li a {
    color: #fff;
  }

    .global-nav__item a {

  }

  .global-nav__item a:hover {
    background-color: #eee;
  }
  .hamburger__line {
    position: absolute;
    left: 26px;
    width: 50px;
    height: 3px;
    background-color: #d92216;
    transition: all 0.6s;
  }
  .hamburger__line--1 {
    top: 26px;
  }
  .hamburger__line--2 {
    top: 46px;
  }
  .hamburger__line--3 {
    top: 66px;
  }
  .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #202124;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
    cursor: pointer;
  }
  /* 表示された時用のCSS */
  .nav-open .global-nav {
    right: 0;
  }
  .nav-open .black-bg {
    opacity: 0.9;
    visibility: visible;
  }
  .nav-open .hamburger__line--1 {
    transform: rotate(45deg);
    top: 20px;
    background: #fff;
  }
  .nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 20px;
    background: #fff;
  }

  #sp-navi dt {
    display: block;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    text-align: left;
    padding-left: 8px;
    padding-top: 4px;
    font-size: 0.929em !important;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 12px 0;
  }

  #sp-navi dd {
    background: #000;
    line-height: 150%;
    text-align: center;
    display: none;
    text-align: left;
    margin-top: -4px;
    padding-left: 8px;
  }

  #sp-navi dt {
    font-weight: 100;
    font-size: 14px;
  }

  #sp-navi dd ul li a {
    background: #000;
    color: #fff;
    font-size: 0.929em;
    line-height: 200%;
  }

  .none-arrow {
    background: none !important;
  }

  .border-none {
    border-bottom: none !important;
  }

  .hamburger {
    width: 60px;
    height: 60px;
  }

  .header-logo img {
    width: 180px;
  }

  .hamburger__line {
    left: 16px;
    width: 30px;
    height: 2px;
  }

  .hamburger__line--1 {
    top: 20px;
  }

  .hamburger__line--2 {
    top: 30px;
  }

  .hamburger__line--3 {
    top: 40px;
  }

  .nav-open .hamburger__line--1 {
    top: 30px;
  }
  .nav-open .hamburger__line--3 {
    top: 30px;
  }

  /* ココまでハンバーガーメニュー */

  .key-wrap {
    display: block;
    align-items: center;
  }

  .key-top {
    width: 100%;
    padding: 0 24px 0 24px;
  }

  .key-img {
    width: 100%;
    margin-top: 32px;
  }

  .key-text {
    text-align: left;
    margin-top: 40px;
  }

  .key-wrap {
    padding-bottom: 0px;
  }

  .map-inner {
    display: flex;
    padding: 0 24px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .map-sec .sec-head {
    width: 100%;
  }

  .map-sec .sec-head-title {
    font-size: 26px;
  }

  .sec-head-title span {
    font-size: 12px;
    padding-left: 10px;
  }

  .map-img {
    width: 80%;
    margin: auto;
    margin-top: 24px;
  }

  .amenity-top {
    background: url(../img/amenity-bg.png) center center/cover no-repeat;
    height: 320px;
    width: 100%;
  }

  .amenity-main {
    padding: 60px 24px;
  }

  .amenity-name {
    font-size: 16px;
    font-weight: bold;
  }

  .amenity-box {
    width: calc(50% - 8px);
    margin-top: 16px;
  }

  .amenity-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 24px;
    justify-content: center;
    margin-top: 32px;
  }

  .amenity-desc-list {
    text-align: left;
    width: calc(50% - 16px);
    margin-top: 24px;
  }

  .amenity-desc {
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
    margin-top: 16px;
    justify-content: center;
  }

  .amenity-desc-list-label {
    font-size: 16px;
  }

  .amenity-desc-list ul {
    margin-top: 12px;
  }

  .amenity-box-text {
    font-size: 12px;
    line-height: 150%;
    margin-top: 8px;
  }

  .gallery-sec {
    padding: 60px 16px;
  }

  .gallery-list {
    width: 50%;
  }

  .gallery-list img {
    object-fit: cover;
    width: 100%;
    height: 150px;
  }

  .gallery-inner {
    max-width: 1440px;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    margin-top: 24px;
  }

  .sec-head-title {
    font-size: 24px;
  }

  .voice-sec {
    padding: 60px 16px;
  }

  .voice-list-inner {
    flex-wrap: wrap;
  }

  .voice-list {
    padding: 24px;
    width: 100%;
    margin-top: 16px;
  }

  .plan-inner .sec-head {
    padding: 60px 16px 16px 16px;
  }

  .plan-main {
    display: block;
    margin-top: 24px;
  }

  .plan-img {
    width: 100%;
  }

  .plan-desc {
    width: 100%;
    text-align: left;
    padding: 0 16px 60px 16px;
    margin-top: 32px;
  }

  .plan-desc-head-name {
    width: 160px;
  }

  .plan-desc-list {
    margin-top: 16px;
    max-width: 660px;
  }

  .plan-label {
    font-size: 16px;
    padding-bottom: 8px;
  }

  .plan-cost {
    padding: 12px 0px 12px 0;
  }

  .plan-cost-data {
    font-size: 16px;
  }

  .plan-desc-text {
    font-size: 14px;
    margin-top: 16px;
  }

  .plan-note {
    font-size: 12px;
    margin-top: 16px;
  }

  .rule-inner {
    padding: 60px 16px;
  }

  .rule-main ul {
    margin-top: 16px;
  }

  .rule-main ul li {
    font-size: 14px;
    margin-top: 8px;
  }

  .sec-head-text {
    font-size: 14px;
    margin-top: 16px;
  }

  .list-sec {
    padding: 40px 24px;
  }

  .list-main {
    row-gap: 25px;
    margin-top: 32px;
  }

  .list-box {
    display: block;
    flex-wrap: wrap;
    position: relative;
    text-align: left;
    width: 100%;
    height: 340px;
    color: #fff;
    padding: 18px 16px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 15px;
    margin-top: 0px;
  }


  .room-header {
    padding: 36px 10px;
    padding-left: 24px;
}

  .romm-top-logo {
    max-width: 100%;
    width: 180px;
  }

  .room-number {
    font-size: 24px;
  }

  .material-symbols-outlined {
    font-size: 16px;
  }

  .room-data-item {
    margin-top: 16px;
  }

  .room-top-btn a {
    background: #007aff;
    color: #fff;
    width: 100%;
    max-width: 100%;
    text-align: center;
    line-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    border-radius: 50px;
    margin-top: 50px;
  }

  .room-top-btn a img {
    width: 17px;
    margin-right: 10px;
  }

  .room-info-box {
    text-align: left;
    padding: 32px 24px;
    padding-left: 22px;
    width: 100%;
    min-height: 300px;
    border: none;
    border-top: 1px solid #fff;
  }

  .room-name-big {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-top: px;
  }

  .room-name-mini {
    font-size: 12px;
    color: #fff;
    font-weight: 900;
  }

  .equipment-list ul li {
    margin-top: 12px;
    font-size: 14px;
  }
}
