@charset "UTF-8";
body {
  font-family: "lausanne", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #333333;
}

p {
  margin: 0;
}

h2 {
  font-size: 6.25rem;
  margin-bottom: 50px;
  padding: 16px 0;
  font-weight: 300;
}

#header #logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
}

.category_information h3 {
  margin-bottom: 28px;
  font-size: 1.875rem;
  line-height: 1.6666666667;
}

.allstreets_text_area h2 {
  margin-bottom: 25px;
  font-family: "lausanne", sans-serif !important;
  font-size: 100px;
  font-weight: 300;
}

.base_gray {
  background-color: #F5F5F5;
}

.basic_section {
  padding: 12px 36px;
}

.basic_container {
  max-width: 1270px;
  margin: 0 auto;
}

.alldayplace_shibuya_main {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 768px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.alldayplace_shibuya_main .swiper_hero {
  width: 100%;
  height: 768px;
  position: relative;
  overflow: hidden; /* コンテナからはみ出した部分を非表示にする */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* フレックスボックスで画像を調整 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 垂直方向の中央揃え */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 水平方向の中央揃え */
}
.alldayplace_shibuya_main .swiper_hero .swiper-slide {
  width: 100%; /* スライドの幅を全体に設定 */
  height: 100%; /* 親要素の高さに合わせる */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 画像を中央揃え */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 垂直方向の中央揃え */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 水平方向の中央揃え */
  overflow: hidden; /* はみ出した部分を非表示 */
}
.alldayplace_shibuya_main .swiper_hero .swiper-slide img {
  width: 100%; /* 幅をスライドいっぱいに設定 */
  height: 100%; /* 高さをスライドいっぱいに設定 */
  -o-object-fit: cover;
     object-fit: cover; /* コンテナを埋めるように画像を拡大/縮小 */
  -o-object-position: center;
     object-position: center; /* 画像を中央に配置 */
}

.alldayplace_shibuya_text img {
  position: absolute;
  max-width: 684px;
  height: 100%;
  top: 50%;
  left: 50%;
  right: 0;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.hotel_concept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 211px auto 190px;
  padding: 12px 24px;
  max-width: 1270px;
}

.text_container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-right: 16px;
  padding-bottom: 39px;
}

.description {
  margin-top: 42px;
  margin-bottom: 32px;
  font-size: 1.85rem;
  line-height: 1.6666666667;
}

.note {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.875;
  max-width: 600px;
  text-align: justify;
}

.hotel_name {
  margin-top: 50px;
  margin-bottom: 12px;
  text-align: left;
  font-size: 1.875rem;
  font-weight: 300;
}

.hotel_function img {
  max-width: 100%;
  height: auto;
}

.hotel_address {
  margin-bottom: 30px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.rooms_section {
  background: #f7f6f2 !important;
}
.rooms_section .heading {
  width: 100%;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
}
.rooms_section .heading img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rooms_section .heading h2 {
  position: absolute;
  color: #FFFFFF;
  font-size: 120px;
  font-weight: 300;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}
.rooms_section .room_area {
  padding: 12px 0 211px;
}
.rooms_section .room_area h3 {
  margin-top: 100px;
  padding: 12px;
  font-size: 90px;
  font-weight: 300;
}
.rooms_section .room_area .rooms_type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.rooms_section .room_area .rooms_type .rooms_info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 12px 12px 80px 12px;
}
.rooms_section .room_area .rooms_type .rooms_info ul {
  padding-left: 0;
}
.rooms_section .room_area .rooms_type .rooms_info ul li {
  list-style: none;
  font-size: 14px;
  font-weight: 200;
  line-height: 25px;
  letter-spacing: 0.8px;
}
.rooms_section .room_area .rooms_type .rooms_info .rooms_type_swiper .swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 300px;
}
.rooms_section .room_area .rooms_type .rooms_info .rooms_type_swiper .swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 300px;
  text-align: center;
}
.rooms_section .room_area .rooms_type .rooms_info .rooms_type_swiper .swiper-slide:nth-child(3n+1) {
  background-color: #de4439;
}
.rooms_section .room_area .rooms_type .rooms_info .rooms_type_swiper .swiper-slide:nth-child(3n+2) {
  background-color: #fcd500;
}
.rooms_section .room_area .rooms_type .rooms_info .rooms_type_swiper .swiper-slide:nth-child(3n+3) {
  background-color: #53c638;
}
.rooms_section .room_area .rooms_type .rooms_info .rooms_type_swiper .swiper-pagination-bullets {
  position: static;
  margin-top: 16px;
}
.rooms_section .room_area .rooms_type .rooms_info .rooms_type_swiper .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 0 0 10px !important;
  background: #333 !important;
}
.rooms_section .room_area .rooms_type .rooms_info .rooms_type_swiper .swiper-pagination-bullet:first-child {
  margin: 0 !important;
}
.rooms_section .room_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: 1px solid #e1e1e1;
  margin: 0;
}
.rooms_section .room_name img {
  width: 40px;
  height: 20px;
}
.rooms_section .room_name p {
  padding: 8px 10px;
  font-size: 30px;
  font-weight: 300;
  margin: 0;
}

.restaurant_section {
  margin-bottom: 185px;
  /* アニメーション */
}
.restaurant_section .heading {
  width: 100%;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.restaurant_section .heading img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.restaurant_section .heading h2 {
  position: absolute;
  color: #FFFFFF;
  font-size: 120px;
  font-weight: 300;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}
.restaurant_section .basic_container {
  max-width: 1246px;
  margin: 214px auto 0 auto;
}
.restaurant_section .marquee_container {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 13px;
}
.restaurant_section .marquee_container .marquee_track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: marquee 100s linear infinite;
          animation: marquee 100s linear infinite;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  will-change: transform;
}
.restaurant_section .marquee_container .marquee_track img {
  width: auto;
  aspect-ratio: auto 429/285;
  height: 285px;
  margin-right: 42px;
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.image_container img {
  width: 100%;
  height: auto;
  max-height: 860px;
  -o-object-fit: cover;
     object-fit: cover;
}

.rooms_section .category,
.restaurant_section .category {
  position: relative;
  margin-bottom: 60px;
}
.rooms_section .category h2,
.restaurant_section .category h2 {
  position: absolute;
  color: #FFFFFF;
  font-weight: 300;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}

.detail_button {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 150px;
  padding: 10px 16px;
  color: #000000;
  background-color: #FFFFFF;
  font-size: 14px;
  border-radius: 100vh;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.detail_button:hover {
  background: #cccccc;
}

.room_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.room_price_small {
  font-size: 12px;
}

.room_price_large {
  margin: 0 15px;
  font-size: 30px;
}

.alldayplace_row_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 214px auto 0;
  padding: 0 36px;
}

.category_image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-bottom: 32px;
  padding: 12px;
  max-width: 600px;
}

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

.category_information {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 12px;
  max-width: 590px;
}

.category_description {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.875;
  color: #333333;
  line-height: 30px;
  letter-spacing: 0.8px;
}

.category_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #cccccc;
  line-height: 24px;
}

.link_arrow {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 2px;
  margin: 5.7px 0;
  border-radius: 9999px;
  background-color: #cccccc;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.link_arrow::before,
.link_arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #cccccc;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}

.link_arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.link_arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.link_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.link_icon a {
  min-width: 36px;
  min-height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link_icon a:hover {
  opacity: 0.4;
}

.officialsite_url {
  margin-right: 8px;
  text-decoration: none;
  color: #333333;
}

.allstreets_area {
  width: 100%;
  padding: 76px 12px 88px;
}
.allstreets_area .allstreets_info_area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.allstreets_area .allstreets_info_area .allstreets_text_area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.allstreets_area .allstreets_info_area .allstreets_text_area h2 {
  color: #000000;
  font-weight: 300;
}
.allstreets_area .allstreets_info_area .allstreets_text_area p {
  padding-right: 66px;
  margin-bottom: 36px;
  color: #333333;
  line-height: 30px;
  letter-spacing: 0.8;
}
.allstreets_area .allstreets_image_area {
  width: 50%;
}
.allstreets_area .allstreets_image_area img {
  width: 100%;
  height: 390px;
  -o-object-fit: cover;
     object-fit: cover;
}

.allstreets_button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 36px;
  padding: 0px 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333333;
  background-color: #FFFFFF;
  font-size: 14px;
  border-radius: 100vh;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.allstreets_button a:hover {
  background: #cccccc;
}

.allstreets_bk_area {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.allstreets_bk_area div.allstreets_bk {
  width: calc(33% - 38px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.allstreets_bk_area div.allstreets_bk:hover {
  opacity: 0.5;
}

.allstreets_bk_image {
  position: relative;
  overflow: hidden;
  padding-top: 79%;
}

.allstreets_bk_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.allstreets_bk_text h3 {
  margin: 24px 0 12px;
  font-weight: 200;
  color: #333333;
  font-size: 1.25rem;
  line-height: 1.05;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.bk_name, .bk_date {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 0;
}

.bk_date {
  color: #999999;
}

.shibuya_information_area {
  padding: 80px 12px;
}

ul.news_list {
  padding-left: 0;
}

ul.news_list li {
  background: url("../assets/images/alldayplace_shibuya/shibuya_arrow.png") left 0px top 18px no-repeat;
  background-size: 40px 20px;
  padding-left: 73px;
  list-style: none;
}

.news_list_item {
  padding: 16px 0;
  border-bottom: 1px solid #E6E6E6;
  width: 100%;
}

.news_list_item:first-child {
  border-top: 1px solid #E6E6E6;
}

.news_list_item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  text-decoration: none;
  color: #333333;
  font-size: 14px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.news_list_item a span {
  width: 138px;
  color: #999999;
}

.access_section {
  padding: 84px 0 120px;
}
.access_section .basic_section {
  padding: 0 12px;
}
.access_section .basic_section .access_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.access_section .basic_section .access_detail .access_text_area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 12px 8px;
  margin-bottom: 32px;
}
.access_section .basic_section .access_detail .access_text_area .access_text {
  text-align: left;
  font-size: 30px;
  font-weight: 300;
  margin: 9px 0 24px 0;
}
.access_section .basic_section .access_detail .access_text_area .hotel_address {
  color: #333333;
  font-size: 16px;
}
.access_section .basic_section .access_detail .access_text_area .hotel_address a {
  color: #999999;
  text-decoration: none;
}
.access_section .basic_section .access_detail .access_text_area .hotel_address a .link_arrow_access {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 2px;
  margin: 5.7px 0;
  border-radius: 9999px;
  background-color: #999999;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.access_section .basic_section .access_detail .access_image_area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  padding: 0 8px;
  max-width: 800px;
}
.access_section .basic_section .access_detail .access_image_area a img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

.link_arrow_access::before,
.link_arrow_access::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #999999;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}

.link_arrow_access::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.link_arrow_access::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.contact_button {
  margin: 49px 0 67px;
}

.contact_button a {
  display: inline-block;
  text-align: center;
  width: 216px;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  background-color: #F5F5F5;
  border: solid 1px #E1E1E1;
  color: #333333;
}

.sns_link_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}

.sns_link_button a {
  display: inline-block;
  text-align: center;
  width: 216px;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  background-color: #FFFFFF;
  color: #333333;
}

.sns_link_button a:hover {
  background-color: #cccccc;
}

.access_hr {
  margin-top: 151px;
  margin-bottom: 107px;
  border: solid 1px #E0E0E0;
}

.info_title {
  margin-bottom: 31px;
  color: #333333;
  font-size: 30px;
  font-weight: 400;
}

.info_text_area p {
  color: #333333;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.875;
  letter-spacing: 0.05em;
}

.info_space {
  margin-bottom: 32px;
}

.footer_container_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer_container_list {
  padding-left: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 66.6666666667%;
          flex: 0 66.6666666667%;
  max-width: 66.6666666667%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer_container_list li {
  font-size: 14px;
  color: #333333;
  padding: 0 16px;
  list-style: none;
  border-left: 1px solid #333333;
}

.footer_container_list li:first-child {
  padding-left: 0;
  padding-right: 16px;
  border: none;
}

.footer_container_copyright {
  font-size: 14px;
  color: #333333;
}

/* swiper関連 */
.main_visual_swiper img {
  width: 100%;
  height: 768px;
}

.main_visual_swiper .swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
}

.main_visual_swiper .swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 300px;
  text-align: center;
}

.main_visual_swiper .swiper-pagination-bullets {
  position: static;
  margin-top: 16px;
}

.main_visual_swiper .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 0 0 10px !important;
  background: #333 !important;
}

.main_visual_swiper .swiper-pagination-bullet:first-child {
  margin: 0 !important;
}

.basic_pagination_swiper {
  margin-bottom: 16px;
}

.basic_pagination_swiper .swiper-wrapper .swiper-slide {
  position: relative;
  overflow: hidden;
  height: 290px;
}

.basic_pagination_swiper .swiper-wrapper .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.basic_pagination_swiper .swiper-pagination {
  position: static;
  margin-top: 8px;
}

.basic_pagination_swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background-color: #333;
}

.info_modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "lausanne", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out, visibility 0.2s;
  transition: opacity 0.2s ease-out, visibility 0.2s;
  z-index: 100;
}
.info_modal .modal_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* 半透明の黒背景 */
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
.info_modal .modal_container {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.info_modal .modal_container .modal_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f5f5f5;
  padding: 28px;
  border-radius: 10px;
  width: 100%;
  max-width: 920px;
  max-height: 90vh;
  overflow: hidden;
}
.info_modal .modal_container .modal_content .modal_header {
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.info_modal .modal_container .modal_content .modal_header .modal_title {
  font-size: 14px;
  line-height: 1.16;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.info_modal .modal_container .modal_content .modal_header .close_btn {
  line-height: 1;
  font-size: 36px;
  cursor: pointer;
  color: #000;
  z-index: 10;
}
.info_modal .modal_container .modal_content .modal_body {
  overflow-y: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 12px;
}
.info_modal .modal_container .modal_content .modal_body .section_container {
  padding-top: 16px;
  margin-bottom: 48px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.04em;
  line-height: 1.75;
  /* グリッドレイアウト */
}
.info_modal .modal_container .modal_content .modal_body .section_container .grid {
  display: grid;
  grid-template-areas: "header image" "info image" "none amenities";
  grid-template-columns: 1fr 1fr; /* 画像とテキストで2分割 */
  grid-template-rows: auto auto auto;
  /* 各エリアのスタイル */
}
.info_modal .modal_container .modal_content .modal_body .section_container .grid .section_title {
  grid-area: header;
  margin-top: 8px;
  font-size: 3.125rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 300;
}
.info_modal .modal_container .modal_content .modal_body .section_container .grid .section_image {
  grid-area: image;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 490px;
}
.info_modal .modal_container .modal_content .modal_body .section_container .grid .section_image .basic_pagination_swiper .swiper-wrapper .swiper-slide {
  height: 370px;
}
.info_modal .modal_container .modal_content .modal_body .section_container .grid .section_info {
  grid-area: info;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin: 0;
  padding-bottom: 51px;
  font-family: "lausanne", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 200;
  font-size: 14px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: #333;
}
.info_modal .modal_container .modal_content .modal_body .section_container .grid .none {
  grid-area: none;
}
.info_modal .modal_container .modal_content .modal_body .section_container .grid .section_amenities {
  grid-area: amenities;
  font-size: 14px;
  color: #555;
}
.info_modal .modal_container .modal_content .modal_body .section_container .grid .section_amenities .amenities_title {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
}
.info_modal .modal_container .modal_content .modal_body .section_container .grid .section_amenities .amenities_detail {
  margin-bottom: 11px;
  font-family: "lausanne", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 200;
  font-size: 14px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.75;
  letter-spacing: 0.04em;
}
.info_modal.show {
  visibility: visible;
  opacity: 1;
}
.info_modal.show .modal_overlay {
  opacity: 1;
}
.info_modal.show .modal_container {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media screen and (max-width: 1183px) {
  .category_information h3 {
    margin-bottom: 22px;
    font-family: "lausanne", sans-serif !important;
    font-size: 31.2px;
    line-height: 1;
    font-weight: 300 !important;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .basic_section {
    padding: 12px 36px;
  }
  .basic_container {
    max-width: 100%;
    margin: 0 auto;
  }
  .hotel_concept {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 211px 24px 151px;
    padding: 12px;
  }
  .room_area {
    padding: 12px 30px 211px;
  }
  .allstreets_area {
    padding: 76px 12px 88px;
  }
}
@media screen and (max-width: 648px) {
  h2 {
    font-size: 54px;
  }
  .alldayplace_shibuya_main {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 521px;
  }
  .alldayplace_shibuya_main .swiper_hero {
    width: 100%;
    height: 521px;
  }
  .alldayplace_shibuya_text img {
    position: absolute;
    max-width: 88%;
    height: 100%;
    top: 50%;
    left: 50%;
    right: 0;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .hotel_concept {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 52px auto 100px;
    padding: 12px 24px;
    max-width: 100%;
  }
  .text_container {
    padding: 0 0px 39px 0px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
  .description {
    margin-top: 64px;
    margin-bottom: 32px;
    font-size: 25px;
    line-height: 1.6666666667;
    letter-spacing: 0.03em;
    font-family: "lausanne", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
  }
  .note {
    margin-bottom: 0;
    max-width: 100%;
    width: 100%;
    font-size: 3.4666666667vw;
    line-height: 1.9230769231;
    letter-spacing: 0.05em;
  }
  .hotel_name {
    margin-top: 64px;
    margin-bottom: 11px;
    text-align: left;
    font-size: 1.875rem;
    font-weight: 300;
  }
  .hotel_function img {
    max-width: 100%;
    height: auto;
  }
  .hotel_address {
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
    letter-spacing: 0.05em;
    margin-bottom: 41px;
    padding: 0 5px;
  }
  .rooms_section {
    background: #f7f6f2 !important;
  }
  .rooms_section .heading {
    width: 100%;
    height: 312px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    position: relative;
  }
  .rooms_section .heading img {
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .rooms_section .heading h2 {
    position: absolute;
    color: #FFFFFF;
    font-size: 54px;
    font-weight: 300;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
  }
  .rooms_section .room_area {
    padding: 12px 0 100px;
  }
  .rooms_section .room_area h3 {
    text-align: center;
    margin-top: 24px;
    padding: 12px;
    font-size: 42px;
    font-weight: 300;
  }
  .rooms_section .room_area .rooms_type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .rooms_section .room_area .rooms_type .rooms_info {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    padding: 12px 24px;
  }
  /* swiper関連 */
}
@media screen and (max-width: 648px) and (max-width: 768px) {
  .rooms_section .room_area .rooms_type .rooms_info .section_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    margin: 30px 0 40px 0;
    list-style: none;
  }
  .rooms_section .room_area .rooms_type .rooms_info .section_info li {
    font-size: 3.43vw;
    line-height: 1.7857142857;
    letter-spacing: 0.05rem;
    display: inline;
    position: relative;
  }
  .rooms_section .room_area .rooms_type .rooms_info .section_info li::after {
    content: "／";
  }
  .rooms_section .room_area .rooms_type .rooms_info .section_info li:last-child::after {
    content: "";
  }
}
@media screen and (max-width: 648px) {
  .rooms_section .room_area .rooms_type .rooms_info .rooms_type_swiper .swiper-wrapper {
    /* wrapperのサイズを調整 */
    width: 100%;
    height: 300px;
  }
  .rooms_section .room_area .rooms_type .rooms_info .rooms_type_swiper .swiper-slide {
    /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
    color: #ffffff;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 300px;
    text-align: center;
  }
  .rooms_section .room_area .rooms_type .rooms_info .rooms_type_swiper .swiper-slide:nth-child(3n+1) {
    background-color: #de4439;
  }
  .rooms_section .room_area .rooms_type .rooms_info .rooms_type_swiper .swiper-slide:nth-child(3n+2) {
    background-color: #fcd500;
  }
  .rooms_section .room_area .rooms_type .rooms_info .rooms_type_swiper .swiper-slide:nth-child(3n+3) {
    background-color: #53c638;
  }
  .rooms_section .room_area .rooms_type .rooms_info .rooms_type_swiper .swiper-pagination-bullets {
    position: static;
    margin-top: 16px;
  }
  .rooms_section .room_area .rooms_type .rooms_info .rooms_type_swiper .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    margin: 0 0 0 10px !important;
    background: #333 !important;
  }
  .rooms_section .room_area .rooms_type .rooms_info .rooms_type_swiper .swiper-pagination-bullet:first-child {
    margin: 0 !important;
  }
  .rooms_section .room_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    border-bottom: 1px solid #e1e1e1;
    margin: 0;
    padding: 10px 0;
  }
  .rooms_section .room_name img {
    width: 26px;
    height: 13px;
  }
  .rooms_section .room_name p {
    padding-left: 8px;
    font-size: 5.3333333333vw !important;
    font-weight: 300;
    margin: 0;
  }
  .restaurant_section {
    margin-bottom: 172px;
  }
  .restaurant_section .heading {
    width: 100%;
    height: 312px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
  }
  .restaurant_section .heading img {
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .restaurant_section .heading h2 {
    position: absolute;
    color: #FFFFFF;
    font-size: 54px;
    font-weight: 300;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
  }
  .restaurant_section .basic_container {
    max-width: 100%;
    margin: 70px auto 62px auto;
    padding: 0 31px;
  }
  .image_container img {
    width: 100%;
    height: auto;
    max-height: 860px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .rooms_section .category,
  .restaurant_section .category {
    position: relative;
    margin-bottom: 60px;
  }
  .rooms_section .category h2,
  .restaurant_section .category h2 {
    position: absolute;
    color: #FFFFFF;
    font-weight: 300;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
  }
  .detail_button {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 10px 16px;
    color: #000000;
    background-color: #FFFFFF;
    font-size: 14px;
    border-radius: 100vh;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
  .detail_button:hover {
    background: #cccccc;
  }
  .room_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .room_price_small {
    font-size: 12px;
  }
  .room_price_large {
    margin: 0 15px;
    font-size: 30px;
  }
  .alldayplace_row_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 214px auto 0;
    padding: 0 36px;
  }
  .category_image {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin-bottom: 56px;
    padding: 0;
    max-width: 100%;
  }
  .category_image img {
    width: 100%;
    height: auto;
  }
  .category_information {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    padding: 12px 5px;
    max-width: 100%;
  }
  .category_description {
    margin-bottom: 12px;
    font-size: 3.75vw;
    font-family: "lausanne", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-weight: 200;
    color: #333333;
    line-height: 30px;
    letter-spacing: 0.8px;
  }
  .category_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    color: #cccccc;
    line-height: 24px;
  }
  .link_arrow {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 2px;
    margin: 5.7px 0;
    border-radius: 9999px;
    background-color: #cccccc;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .link_arrow::before,
  .link_arrow::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 10px;
    height: 2px;
    border-radius: 9999px;
    background-color: #cccccc;
    -webkit-transform-origin: calc(100% - 1px) 50%;
            transform-origin: calc(100% - 1px) 50%;
  }
  .link_arrow::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .link_arrow::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .link_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .link_icon a {
    min-width: 36px;
    min-height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-top: 2px;
  }
  .officialsite_url {
    margin-right: 8px;
    text-decoration: none;
    color: #333333;
  }
  .allstreets_area {
    width: 100%;
    padding: 32px 31px 36px;
  }
  .allstreets_area .allstreets_info_area {
    width: 100%;
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .allstreets_area .allstreets_info_area .allstreets_text_area {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  .allstreets_area .allstreets_info_area .allstreets_text_area h2 {
    font-family: "lausanne", sans-serif !important;
    font-size: 52px;
    letter-spacing: -0.015em;
    color: #000000;
    font-weight: 500;
  }
  .allstreets_area .allstreets_info_area .allstreets_text_area p {
    font-size: 13.52px;
    padding-right: 0;
    margin-top: 24px;
    margin-bottom: 16px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 1.9230769231;
    letter-spacing: 0.05em;
  }
  .allstreets_area .allstreets_image_area {
    width: 100%;
  }
  .allstreets_area .allstreets_image_area img {
    width: 100%;
    height: 213px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .allstreets_button a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 36px;
    padding: 0px 16px;
    color: #333333;
    background-color: #FFFFFF;
    font-size: 14px;
    border-radius: 100vh;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .allstreets_button a:hover {
    background: #cccccc;
  }
  .allstreets_bk_area {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 36px;
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .allstreets_bk_area div.allstreets_bk {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 28px;
  }
  .allstreets_bk_image {
    position: relative;
    overflow: hidden;
    padding-top: 30%;
    width: 127px;
    height: 106px;
    padding-left: 20px;
  }
  .allstreets_bk_image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .allstreets_bk_text {
    width: 180px;
  }
  .allstreets_bk_text h3 {
    margin: 0 0 4px;
    font-weight: 200;
    color: #333333;
    font-size: 13.52px;
    line-height: 1.5384615385;
  }
  .allstreets_bk_text .bk_name, .allstreets_bk_text .bk_date {
    font-size: 0.7rem;
    line-height: 1.4285714286;
    letter-spacing: 0.05em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .bk_date {
    color: #999999;
  }
  .shibuya_information_area {
    padding: 40px 31px;
  }
  ul.news_list {
    padding-left: 0;
  }
  ul.news_list li {
    background-position: left;
    background: url("../assets/images/alldayplace_shibuya/shibuya_arrow.png") left 0px top 50% no-repeat;
    background-size: 40px 20px;
    padding-left: 60px;
    list-style: none;
  }
  .news_list_item {
    padding: 22px 0;
    border-bottom: 1px solid #E6E6E6;
  }
  .news_list_item:first-child {
    border-top: 1px solid #E6E6E6;
  }
  .news_list_item a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 30px;
    text-decoration: none;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
  }
  .news_list_item a span {
    width: 200px;
    color: #999999;
    font-weight: 200 !important;
  }
  .access_section {
    padding: 40px 0 120px;
  }
  .access_section .basic_section {
    padding: 0;
  }
  .access_section .basic_section h2 {
    padding-left: 30px;
    margin-bottom: 24px;
  }
  .access_section .basic_section .access_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .access_section .basic_section .access_detail .access_text_area {
    padding-left: 31px;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    padding: 12px 31px;
    margin-bottom: 78px;
  }
  .access_section .basic_section .access_detail .access_text_area .access_text {
    text-align: left;
    font-size: 30px;
    font-weight: 300;
    margin: 9px 0 24px 0;
  }
  .access_section .basic_section .access_detail .access_text_area .hotel_address {
    color: #333333;
    font-size: 3.4666666667vw;
    margin-bottom: 10px;
  }
  .access_section .basic_section .access_detail .access_text_area .hotel_address a {
    color: #999999;
    text-decoration: none;
  }
  .access_section .basic_section .access_detail .access_text_area .hotel_address a .link_arrow_access {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 2px;
    margin: 5.7px 0;
    border-radius: 9999px;
    background-color: #999999;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .access_section .basic_section .access_detail .access_image_area {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    padding: 0;
    max-width: 100%;
    height: 48vh;
  }
  .access_section .basic_section .access_detail .access_image_area a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .link_arrow_access::before,
  .link_arrow_access::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 10px;
    height: 2px;
    border-radius: 9999px;
    background-color: #999999;
    -webkit-transform-origin: calc(100% - 1px) 50%;
            transform-origin: calc(100% - 1px) 50%;
  }
  .link_arrow_access::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .link_arrow_access::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .contact_button {
    margin: 21px 0 32px;
  }
  .contact_button a {
    display: inline-block;
    text-align: center;
    width: 216px;
    padding: 13px 20px;
    border-radius: 25px;
    text-decoration: none;
    background-color: #F5F5F5;
    border: solid 1px #E1E1E1;
    color: #333333;
  }
  .sns_link_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
  }
  .sns_link_button a {
    display: inline-block;
    text-align: center;
    width: 216px;
    padding: 13px 20px;
    border-radius: 25px;
    text-decoration: none;
    background-color: #FFFFFF;
    color: #333333;
  }
  .sns_link_button a:hover {
    background-color: #cccccc;
  }
  .access_hr {
    width: 80%;
    padding: 0 31px;
    margin-top: 135px;
    margin-bottom: 130px;
    border: solid 1px #E0E0E0;
  }
  .info_title {
    padding-left: 42px;
    margin-bottom: 40px;
    color: #333333;
    font-size: 30px;
    font-weight: 400;
  }
  .info_text_area {
    padding: 0 42px;
    color: #333333;
    font-weight: 200;
    font-size: 3.4666666667vw;
    line-height: 1.875;
    letter-spacing: 0.05em;
  }
  .info_text_area p {
    color: #333333;
    font-weight: 200;
    font-size: 3.4666666667vw;
    line-height: 1.875;
    letter-spacing: 0.05em;
  }
  .info_space {
    margin-bottom: 32px;
  }
  .category-all-day-place_news .news_list_container,
  .category-en_all-day-place_news .news_list_container {
    padding: 0;
  }
  .category-all-day-place_news .news_list_container .news_item,
  .category-en_all-day-place_news .news_list_container .news_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 8vw;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    max-width: 100%;
  }
  .category-all-day-place_news .news_list_container .news_item .news_thumbnail,
  .category-en_all-day-place_news .news_list_container .news_item .news_thumbnail {
    width: 37.5%;
    height: auto;
  }
  .category-all-day-place_news .news_list_container .news_item .news_description,
  .category-en_all-day-place_news .news_list_container .news_item .news_description {
    width: 62.5%;
    padding-left: 5.3vw;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .category-all-day-place_news .news_list_container .news_item .news_description .news_title,
  .category-en_all-day-place_news .news_list_container .news_item .news_description .news_title {
    margin: 0;
    font-size: 3.4vw;
    line-height: 1.5;
    font-weight: 400;
  }
  .category-all-day-place_news .news_list_container .news_item .news_description .news_date,
  .category-en_all-day-place_news .news_list_container .news_item .news_description .news_date {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .footer_container_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer_container_list {
    padding-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 66.6666666667%;
            flex: 0 66.6666666667%;
    max-width: 66.6666666667%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer_container_list li {
    font-size: 14px;
    color: #333333;
    padding: 0 16px;
    list-style: none;
    border-left: 1px solid #333333;
  }
  .footer_container_list li:first-child {
    padding-left: 0;
    padding-right: 16px;
    border: none;
  }
  .footer_container_copyright {
    font-size: 14px;
    color: #333333;
  }
  .main_visual_swiper img {
    width: 100%;
    height: 768px;
  }
  .main_visual_swiper .swiper-wrapper {
    /* wrapperのサイズを調整 */
    width: 100%;
  }
  .main_visual_swiper .swiper-slide {
    /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
    color: #ffffff;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 300px;
    text-align: center;
  }
  .main_visual_swiper .swiper-pagination-bullets {
    position: static;
    margin-top: 16px;
  }
  .main_visual_swiper .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    margin: 0 0 0 10px !important;
    background: #333 !important;
  }
  .main_visual_swiper .swiper-pagination-bullet:first-child {
    margin: 0 !important;
  }
  .basic_pagination_swiper {
    margin-bottom: 16px;
  }
  .basic_pagination_swiper .swiper-wrapper .swiper-slide {
    position: relative;
    overflow: hidden;
    height: 247px;
  }
  .basic_pagination_swiper .swiper-wrapper .swiper-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    cursor: pointer;
  }
  .basic_pagination_swiper .swiper-pagination {
    position: static;
    margin-top: 8px;
  }
  .basic_pagination_swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background-color: #333;
  }
  .info_modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out, visibility 0.2s;
    transition: opacity 0.2s ease-out, visibility 0.2s;
    z-index: 100;
  }
  .info_modal .modal_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* 半透明の黒背景 */
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
  }
  .info_modal .modal_container {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  .info_modal .modal_container .modal_content {
    border-radius: 10px;
    margin: 0 auto;
    width: 88%;
    height: 87vh;
    max-height: 95vh;
    max-width: 390px;
    padding: 0;
    overscroll-behavior-y: none;
    border-radius: 4px;
  }
}
@media screen and (max-width: 648px) and (max-width: 768px) {
  .info_modal .modal_container .modal_content .section_info {
    padding: 0;
    margin: 30px 0 40px 0;
    list-style: none;
  }
  .info_modal .modal_container .modal_content .section_info li {
    font-size: 3.43vw;
    line-height: 1.7857142857;
    letter-spacing: 0.05rem;
    display: inline;
    white-space: nowrap;
    position: relative;
  }
  .info_modal .modal_container .modal_content .section_info li::after {
    content: "" !important;
  }
  .info_modal .modal_container .modal_content .section_info li:last-child::after {
    content: "" !important;
  }
}
@media screen and (max-width: 648px) {
  .info_modal .modal_container .modal_content .modal_header {
    padding: 8px 16px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .info_modal .modal_container .modal_content .modal_header .modal_title {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 13px;
    line-height: 1.2727272727;
    font-weight: 400;
    letter-spacing: 0.04em;
    word-wrap: break-word;
    white-space: normal;
  }
  .info_modal .modal_container .modal_content .modal_header .modal_title img {
    width: 145px;
  }
  .info_modal .modal_container .modal_content .modal_header .close_btn {
    font-size: 40px;
    font-weight: 300;
  }
  .info_modal .modal_container .modal_content .modal_body {
    overflow-y: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0;
  }
  .info_modal .modal_container .modal_content .modal_body .section_container {
    padding-top: 24px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    letter-spacing: 0.04em;
    line-height: 1.75;
    /* グリッドレイアウト */
  }
  .info_modal .modal_container .modal_content .modal_body .section_container .grid {
    display: block;
    /* 各エリアのスタイル */
  }
  .info_modal .modal_container .modal_content .modal_body .section_container .grid .section_title {
    text-align: center;
    margin-top: 12px;
    font-size: 31.2px;
    font-family: "lausanne", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 500;
  }
  .info_modal .modal_container .modal_content .modal_body .section_container .grid .section_image {
    margin-top: 20px;
    max-width: 390px;
  }
  .info_modal .modal_container .modal_content .modal_body .section_container .grid .section_image .basic_pagination_swiper .swiper-wrapper .swiper-slide {
    height: 265px;
  }
  .info_modal .modal_container .modal_content .modal_body .section_container .grid .section_info {
    padding: 0 16.4px;
    margin: 0;
    padding-bottom: 32px;
    font-family: "lausanne", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 200;
    font-size: 0.83rem;
    line-height: 1.6153846154;
    letter-spacing: 0.05em;
  }
  .info_modal .modal_container .modal_content .modal_body .section_container .grid .none {
    grid-area: none;
  }
  .info_modal .modal_container .modal_content .modal_body .section_container .grid .section_amenities {
    padding: 0 16.4px;
    font-size: 13.52px;
    color: #1a1a1a;
  }
  .info_modal .modal_container .modal_content .modal_body .section_container .grid .section_amenities .amenities_title {
    font-size: 13.52px;
    font-weight: 200;
    line-height: 1.6153846154;
    letter-spacing: 0.05em;
  }
  .info_modal .modal_container .modal_content .modal_body .section_container .grid .section_amenities .amenities_detail {
    margin-bottom: 2px;
    font-family: "lausanne", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 200;
    font-size: 14px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 1.75;
    letter-spacing: 0.04em;
  }
  .info_modal.show {
    visibility: visible;
    opacity: 1;
  }
  .info_modal.show .modal_overlay {
    opacity: 1;
  }
  .info_modal.show .modal_container {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (min-width: 1306px) {
  .hotel_concept {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 140px auto 190px;
    padding: 0;
    max-width: 1270px;
  }
  .category_image {
    padding: 0;
  }
  .alldayplace_row_container {
    padding: 0 12px;
  }
}
@media only screen and (max-width: 648px) {
  #header #logo {
    -webkit-box-flex: 100% !important;
        -ms-flex: 100% !important;
            flex: 100% !important;
  }
  #header #logo a {
    font-size: 13px !important;
  }
  .menu_logo {
    margin-top: -35px;
    height: 234px;
  }
  .menu_logo .inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu_logo .inner img {
    width: 100%;
  }
  #menu_btn p {
    color: #FFFFFF;
  }
  #menu_btn p > span svg {
    fill: #FFFFFF;
  }
  .category-all-day-place_news #menu_btn p {
    color: #000000;
  }
  .category-all-day-place_news #menu_btn p > span svg {
    fill: #000000;
  }
  #nav li a {
    font-family: "CircularStd", sans-serif !important;
    font-weight: lighter;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.12em;
  }
  .mdi-chevron-down::before {
    opacity: 0.54 !important;
  }
  .nav_sns_area {
    padding: 12px 0;
    margin-bottom: 40px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .langage_item {
    width: 192px;
  }
  .langage_item a {
    font-family: "CircularStd", sans-serif !important;
  }
}
.container {
  right: 0;
  bottom: 360px;
  position: fixed;
}

.container a {
  text-decoration: none;
}

.reserve_right_bt {
  font-family: "lausanne", sans-serif !important;
  background: #333333;
  color: #FFFFFF;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  padding: 20px 5px;
  border-radius: 10px 0 0 10px;
  right: 0;
  bottom: 370px;
  position: fixed;
  z-index: 100;
}
.reserve_right_bt a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 100 !important;
}
.reserve_right_bt a .arrow-pc {
  font-size: 1.3125rem;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.reserve_right_bt .arrow-sp {
  display: none;
}

@media screen and (max-width: 648px) {
  .reserve_right_bt {
    bottom: 100px !important;
    left: 49%;
    right: auto;
    text-align: center;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    position: fixed;
    height: 32px !important;
    width: 120px;
    caret-color: rgb(51, 51, 51);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 !important;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    min-width: 120px !important;
    max-width: 120px;
    border-radius: 16px;
    z-index: 10;
    padding: 0;
  }
  .reserve_right_bt a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 100 !important;
  }
  .reserve_right_bt a .btn-font {
    font-family: "lausanne", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1;
    font-weight: 100 !important;
  }
  .reserve_right_bt a .arrow-pc {
    font-size: 1.3125rem;
    line-height: 1.4285714286;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
  }
  .reserve_right_bt .arrow-pc {
    display: none;
  }
  .reserve_right_bt .arrow-sp {
    display: inline-block;
    margin-left: 5px;
  }
}
@media screen and (max-width: 648px) {
  .category-en_all-day-place .location_footer ul,
  .category-en_all-day-place_all-streets .location_footer ul,
  .category-en_all-day-place_agreement .location_footer ul,
  .category-en_all-day-place_terms .location_footer ul,
  .category-en_all-day-place_law .location_footer ul,
  .single-en_vols .location_footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}/*# sourceMappingURL=alldayplaceShibuya.css.map */