@charset "UTF-8";
body {
  font-family: "CircularStd", "游ゴシック", "YuGothic", sans-serif;
}

.hamacho_hotel_tokyo_main {
  width: 100%;
  height: 720px;
  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;
}
.hamacho_hotel_tokyo_main .image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  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;
}
.hamacho_hotel_tokyo_main .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hamacho_hotel_tokyo_main .logo {
  width: 200px;
  height: 319px;
  display: block;
  position: absolute;
  z-index: 10;
  background: url("../assets/images/hamachohotel/logo.png") no-repeat 50%;
  background-size: contain;
  text-indent: -9999px;
}

.shopname_section {
  text-align: center;
  padding: 65px 0;
  max-width: 990px;
  margin: 0 auto;
}
.shopname_section h1 {
  font-family: "CircularStd", "游ゴシック", "YuGothic", sans-serif;
  margin-bottom: 55px;
  color: #1a1a1a;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.12em;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding-bottom: 47px;
  margin: 0;
  font-weight: 400;
}

.facility_area {
  width: 1126px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.facility_area .facility_swiper {
  position: relative;
}
.facility_area .facility_swiper .facility_swiper_button_prev,
.facility_area .facility_swiper .facility_swiper_button_next {
  position: absolute;
  margin: 0 16px;
  top: calc(50% - 20px);
  z-index: 10000;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 20px;
  width: 72px;
  height: 72px;
  color: #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #f5f5f5;
  cursor: pointer;
}
.facility_area .facility_swiper .facility_swiper_button_prev:hover,
.facility_area .facility_swiper .facility_swiper_button_next:hover {
  background-color: #eee;
}
.facility_area .facility_swiper .facility_swiper_button_prev .swiper_icon,
.facility_area .facility_swiper .facility_swiper_button_next .swiper_icon {
  width: 17px;
  height: 17px;
  font-size: 17px;
}
.facility_area .facility_swiper .facility_swiper_button_prev {
  left: 0px;
}
.facility_area .facility_swiper .facility_swiper_button_next {
  right: 0px;
}

@-webkit-keyframes scaleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 0.9;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 0.9;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.swiper_wrapper {
  width: 832px !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.slider_card {
  width: 832px !important;
  height: 416px !important;
  border-radius: 0 24px 0 24px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_thumbnail_area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.slider_thumbnail_area .slider_thumbnails {
  width: 24px !important;
  height: 24px;
  margin-right: 30px !important;
  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;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.7;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.slider_thumbnail_area .slider_thumbnails:hover, .slider_thumbnail_area .slider_thumbnails.swiper-slide-thumb-active {
  opacity: 1;
}
.slider_thumbnail_area .slider_thumbnails img {
  height: 100%;
  width: auto;
}
.slider_thumbnail_area .slider_add {
  width: 24px;
  height: 24px;
  position: relative;
}
.slider_thumbnail_area .slider_add .tooltip {
  position: absolute;
  bottom: 35px;
  left: -16px;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.slider_thumbnail_area .slider_add:hover .tooltip {
  opacity: 0.6;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.slider_thumbnail_area .slider_add:not(:hover) .tooltip {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.swiper_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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.swiper_modal .modal_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(229, 229, 229, 0.9); /* 半透明の黒背景 */
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
.swiper_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;
}
.swiper_modal .modal_container .modal_content {
  background: #000;
  padding: 0;
  border-radius: 10px;
  width: 100%;
  height: 70vh;
  max-width: 920px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.swiper_modal .modal_container .modal_content .close_btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
  color: #fff;
  z-index: 10;
}
.swiper_modal .modal_container .modal_content .modal_swiper {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.swiper_modal .modal_container .modal_content .modal_swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiper_modal .modal_container .modal_content .modal_swiper .modal_swiper_button_prev,
.swiper_modal .modal_container .modal_content .modal_swiper .modal_swiper_button_next {
  position: absolute;
  margin: 0 16px;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 20px;
  width: 72px;
  height: 72px;
  color: #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #f5f5f5;
  cursor: pointer;
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.swiper_modal .modal_container .modal_content .modal_swiper .modal_swiper_button_prev:hover,
.swiper_modal .modal_container .modal_content .modal_swiper .modal_swiper_button_next:hover {
  background-color: #eee;
  opacity: 1;
}
.swiper_modal .modal_container .modal_content .modal_swiper .modal_swiper_button_prev .swiper_icon,
.swiper_modal .modal_container .modal_content .modal_swiper .modal_swiper_button_next .swiper_icon {
  width: 17px;
  height: 17px;
  font-size: 17px;
}
.swiper_modal .modal_container .modal_content .modal_swiper .modal_swiper_button_prev {
  left: 0px;
}
.swiper_modal .modal_container .modal_content .modal_swiper .modal_swiper_button_next {
  right: 0px;
}
.swiper_modal .modal_container .modal_thums_area {
  width: 100%;
  max-width: 920px;
  margin-top: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.swiper_modal .modal_container .modal_thums_area > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.swiper_modal .modal_container .modal_thums_area .modal_thums {
  width: auto !important;
  overflow: hidden;
}
.swiper_modal .modal_container .modal_thums_area .modal_thums img {
  width: 80px;
  height: 48px;
  border-radius: 4px;
}
.swiper_modal .modal_container .modal_thums_area .modal_thums.swiper-slide-thumb-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 8px;
}
.swiper_modal.show {
  visibility: visible;
  opacity: 1;
}
.swiper_modal.show .modal_overlay {
  opacity: 1;
}
.swiper_modal.show .modal_container {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* アクセス情報 */
.hamacho_info {
  padding: 93px 0 0 35px;
}
.hamacho_info .address {
  font-size: 14px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2;
  letter-spacing: 0.04em;
  margin-bottom: 28px;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hamacho_info .address i.icon svg {
  fill: rgba(0, 0, 0, 0.54);
  width: 24px;
  height: 24px;
  display: block;
}
.hamacho_info .access {
  font-size: 12px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2;
  letter-spacing: 0.04em;
  color: grey;
  margin-bottom: 50px;
  margin-top: 0;
}
.hamacho_info .tel {
  font-size: 18px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2;
  letter-spacing: 0.04em;
  margin-bottom: 0.5rem;
  margin-top: 0;
}

.message_section {
  width: 990px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "CircularStd", "游ゴシック", "YuGothic", sans-serif;
  padding-top: 160px;
}
.message_section .message {
  width: 50%;
  display: block;
  margin-right: 20px;
}
.message_section .message p {
  letter-spacing: 0.08em;
  font-weight: 600;
  font-size: 32px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.6;
  margin: 0;
}
.message_section .info {
  width: 50%;
  max-width: 475px;
  display: block;
  border-top: 4px solid #333333;
  margin-top: 18px;
}
.message_section .info p {
  padding-top: 35px;
  font-size: 14px;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.message_section .info img {
  margin-top: 40px;
}

.rooms_section {
  width: 990px;
  margin: auto;
  padding-top: 128px;
}
.rooms_section .heading h2 {
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 1.7777777778 !important;
  letter-spacing: 0.02em !important;
  margin-bottom: 22px;
}
.rooms_section .room_type_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rooms_section .room_type_wrapper .room_type {
  padding-left: 27px;
  width: 26%;
}
.rooms_section .room_type_wrapper .room_type ul {
  margin: 0;
  padding: 0;
}
.rooms_section .room_type_wrapper .room_type ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  height: 48px;
  font-family: "CircularStd", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.3333333333;
  letter-spacing: 0.03em;
  padding: 0 0 0 5px !important;
  cursor: pointer;
}
.rooms_section .room_type_wrapper .room_type ul li:hover {
  background: #eeeeee;
}
.rooms_section .room_type_wrapper .room_type ul li.active {
  background: #f2f2f2;
}
.rooms_section .room_type_wrapper .room_type ul li.active .view {
  width: 1px;
  font-weight: 700 !important;
  margin-left: 10px;
}
.rooms_section .room_type_wrapper .room_type ul li.active .view:before {
  position: relative;
  top: 0px;
  left: -10px;
  display: inline-block;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 100%;
  background: #000000;
}
.rooms_section .room_type_wrapper .room_type_info {
  width: 74%;
}
.rooms_section .room_type_wrapper .room_type_info .image {
  width: 100%;
  height: 385px;
  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;
  border-radius: 0 24px 0 24px;
  overflow: hidden;
  margin-bottom: 24px;
}
.rooms_section .room_type_wrapper .room_type_info .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.rooms_section .room_type_wrapper .room_type_info .message_info {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rooms_section .room_type_wrapper .room_type_info .message_info .message {
  width: 50%;
  margin-right: 72px;
}
.rooms_section .room_type_wrapper .room_type_info .message_info .message p {
  font-size: 14px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2;
  letter-spacing: 0.04em;
  margin: 0 0 8px 0;
}
.rooms_section .room_type_wrapper .room_type_info .message_info .info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rooms_section .room_type_wrapper .room_type_info .message_info .info ul li {
  font-size: 12px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2;
  letter-spacing: 0.04em;
  color: grey;
}

.tokyo_craft_section,
.restaurant_section,
.nel_craft_chocolate_tokyo_section,
.hotel_information_section {
  width: 990px;
  margin: 0 auto;
}
.tokyo_craft_section .heading h2,
.restaurant_section .heading h2,
.nel_craft_chocolate_tokyo_section .heading h2,
.hotel_information_section .heading h2 {
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 1.7777777778 !important;
  letter-spacing: 0.02em !important;
  margin-bottom: 22px;
}
.tokyo_craft_section .shop_wrapper,
.restaurant_section .shop_wrapper,
.nel_craft_chocolate_tokyo_section .shop_wrapper,
.hotel_information_section .shop_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tokyo_craft_section .shop_wrapper .image,
.restaurant_section .shop_wrapper .image,
.nel_craft_chocolate_tokyo_section .shop_wrapper .image,
.hotel_information_section .shop_wrapper .image {
  width: 600px;
  height: 360px;
  border-radius: 0 24px 0 24px;
  overflow: hidden;
}
.tokyo_craft_section .shop_wrapper .info,
.restaurant_section .shop_wrapper .info,
.nel_craft_chocolate_tokyo_section .shop_wrapper .info,
.hotel_information_section .shop_wrapper .info {
  width: 390px;
  padding-left: 40px;
}
.tokyo_craft_section .shop_wrapper .info .item_title,
.restaurant_section .shop_wrapper .info .item_title,
.nel_craft_chocolate_tokyo_section .shop_wrapper .info .item_title,
.hotel_information_section .shop_wrapper .info .item_title {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.04em;
  margin-bottom: 15px;
}
.tokyo_craft_section .shop_wrapper .info p,
.restaurant_section .shop_wrapper .info p,
.nel_craft_chocolate_tokyo_section .shop_wrapper .info p,
.hotel_information_section .shop_wrapper .info p {
  font-size: 14px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2;
  letter-spacing: 0.04em;
}
.tokyo_craft_section .shop_wrapper .info ul,
.restaurant_section .shop_wrapper .info ul,
.nel_craft_chocolate_tokyo_section .shop_wrapper .info ul,
.hotel_information_section .shop_wrapper .info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tokyo_craft_section .shop_wrapper .info ul li,
.restaurant_section .shop_wrapper .info ul li,
.nel_craft_chocolate_tokyo_section .shop_wrapper .info ul li,
.hotel_information_section .shop_wrapper .info ul li {
  color: grey;
  font-size: 12px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2;
  letter-spacing: 0.04em;
}

.restaurant_section {
  padding-top: 75px;
}

.more_area {
  margin-top: 50px;
}

.reserve_area {
  margin-top: 150px;
}

.tokyo_craft_section,
.nel_craft_chocolate_tokyo_section {
  padding-top: 133px;
}

.hotel_information_section {
  padding-top: 137px;
}
.hotel_information_section .shop_wrapper .image {
  height: 600px !important;
  position: relative;
}
.hotel_information_section .shop_wrapper .image .contact_bt {
  position: absolute;
  bottom: 10px;
  right: 50px;
  margin-top: 0;
  margin-bottom: 10px;
  height: 38px;
  padding: 0 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "YuGothic", sans-serif;
  border: 1px solid #1a1a1a;
  background-color: #fff;
  letter-spacing: 0.0892857143em;
  font-weight: 700;
  border-radius: 4px;
}
.hotel_information_section .shop_wrapper .image .contact_bt a {
  font-size: 14px;
  text-decoration: none;
  color: #1a1a1a;
  line-height: normal;
  position: relative;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.hotel_information_section .info .hotel_name {
  font-size: 20px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-bottom: 23px;
}
.hotel_information_section .info .contact_bt {
  margin-top: 35px;
  height: 36px;
  padding: 0 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #1a1a1a;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hotel_information_section .info .contact_bt a {
  font-size: 14px;
  text-decoration: none;
  color: #1a1a1a;
  line-height: normal;
  position: relative;
}
.hotel_information_section .info .contact_bt:hover {
  background: #ededed;
}
.hotel_information_section .image {
  border-radius: unset !important;
}

.access_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 53px;
}
.access_row .access_card {
  width: 33.3333%;
  padding: 12px;
}
.access_row .access_card:first-child {
  padding-left: 0;
}
.access_row .access_card .access_title {
  font-size: 16px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2;
  letter-spacing: 0.08em;
  margin-top: 0;
  margin-bottom: 20px;
}
.access_row .access_card .access_type {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.7142857143;
  letter-spacing: 0.04em;
}
.access_row .access_card .access_text {
  margin: 0 0 40px 0;
  font-size: 14px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.7142857143;
  letter-spacing: 0.04em;
  color: grey;
}

.basic_section {
  width: 990px;
  margin: 0 auto;
}
.basic_section .info_title {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 25px;
}
.basic_section p {
  font-size: 14px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.7142857143;
  letter-spacing: 0.04em;
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.basic_section p a {
  color: inherit;
}

.sns_area .sns_bt_black {
  font-size: 1.25rem;
}

@media screen and (max-width: 648px) {
  .menu_logo img {
    width: 15%;
  }
  .hamacho_hotel_tokyo_main {
    width: 100%;
    height: 50.8vh;
    min-height: 428px;
    max-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;
    overflow: hidden;
    position: relative;
  }
  .hamacho_hotel_tokyo_main .logo {
    position: absolute;
    top: 10%;
    width: 31.3%;
    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;
  }
  .hamacho_hotel_tokyo_main .logo img {
    width: 122px;
  }
  .shopname_section {
    text-align: center;
    padding: 0 0 36px;
    max-width: 100%;
    margin: 0 auto;
  }
  .shopname_section h1 {
    line-height: 1.5;
    padding-bottom: 40px;
    padding-top: 32px;
  }
  .facility_area {
    width: 100%;
  }
  .facility_area .facility_swiper {
    position: relative;
  }
  .facility_area .facility_swiper .facility_swiper_button_prev,
  .facility_area .facility_swiper .facility_swiper_button_next {
    position: absolute;
    margin: 0 16px;
    top: calc(50% - 20px);
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0 20px;
    width: 36px;
    height: 36px;
    color: #000;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    background-color: #f5f5f5;
    cursor: pointer;
  }
  .facility_area .facility_swiper .facility_swiper_button_prev:hover,
  .facility_area .facility_swiper .facility_swiper_button_next:hover {
    background-color: #eee;
  }
  .facility_area .facility_swiper .facility_swiper_button_prev .swiper_icon,
  .facility_area .facility_swiper .facility_swiper_button_next .swiper_icon {
    width: 17px;
    height: 17px;
    font-size: 17px;
  }
  .facility_area .facility_swiper .facility_swiper_button_prev {
    left: 0px;
  }
  .facility_area .facility_swiper .facility_swiper_button_next {
    right: 0px;
  }
  .swiper_wrapper {
    width: 100%;
  }
  .slider_card {
    width: 100%;
    height: 21.7vh !important;
    min-height: 183px !important;
    border-radius: 0 24px 0 24px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .slider_card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .slider_thumbnail_area {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 0;
  }
  .slider_thumbnail_area .slider_thumbnails {
    width: 36px !important;
    height: 36px;
    margin-right: 6px !important;
    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;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.7;
  }
  .slider_thumbnail_area .slider_thumbnails:hover, .slider_thumbnail_area .slider_thumbnails.swiper-slide-thumb-active {
    opacity: 1;
  }
  .slider_thumbnail_area .slider_thumbnails img {
    height: 100%;
    width: auto;
  }
  .slider_thumbnail_area .slider_add {
    width: 36px !important;
    height: 36px !important;
  }
  .slider_thumbnail_area .slider_add img {
    width: 36px !important;
    height: 36px !important;
  }
  .facility_area {
    width: 100%;
    margin: 0 auto 0 auto;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    display: block;
  }
  .facility_area .hamacho_info {
    width: 100%;
    padding-left: 0;
    margin: 32px 0 0;
    padding-top: 0;
  }
  .facility_area .hamacho_info .address {
    font-size: 14px;
    line-height: 2;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.04em;
    margin-top: 0;
    margin-bottom: 5px !important;
  }
  .facility_area .hamacho_info .access {
    font-size: 13px;
    line-height: 1.8181818182;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.04em;
    margin-top: 0;
    margin-bottom: 5px !important;
  }
  .facility_area .hamacho_info .tel {
    font-size: 19.5px;
    letter-spacing: 0.04em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-weight: 500;
    margin-top: 11px;
    margin-bottom: 0 !important;
  }
  .facility_area .hamacho_info .facilities_area {
    margin-top: 50px;
  }
  .facility_area .hamacho_info .facilities_area img {
    width: 100%;
  }
  .swiper_wrapper {
    width: 100% !important;
  }
  .slider_card {
    width: 100% !important;
    height: 190px;
  }
  .slider_card img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .slider_thumbnail_area {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 0;
  }
  .slider_thumbnail_area .slider_thumbnails {
    width: 36px;
    height: 36px;
    margin-right: 6px;
  }
  .slider_thumbnail_area .slider_add {
    width: 36px;
    height: 36px;
  }
  .slider_thumbnail_area .slider_add img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .message_section {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
    padding: 0 24px;
    letter-spacing: 0.08em;
    font-weight: 700;
  }
  .message_section .message {
    width: 100%;
    word-break: break-all;
  }
  .message_section .message p {
    font-size: 5.6vw;
    line-height: 1.7777777778;
    margin: 0;
  }
  .message_section .info {
    width: 100%;
    border-top: 4px solid #333333;
    padding-top: 10px;
    margin-top: 21px;
  }
  .message_section .info p {
    padding-top: 0;
    font-size: 0.82rem;
  }
  .message_section .info img {
    margin-top: 28px;
    width: 100%;
    height: auto;
  }
  .rooms_section {
    margin-top: 42px;
    width: 100%;
    padding: 12px;
  }
  .rooms_section .heading h2 {
    padding-left: 7px;
    font-size: 31px !important;
    line-height: 1.2857142857 !important;
  }
  .rooms_section .room_type_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  .rooms_section .room_type_wrapper .room_type {
    padding-left: 0;
    width: 100%;
    position: absolute;
    top: 200px;
  }
  .rooms_section .room_type_wrapper .room_type ul {
    margin: 0;
    padding: 0;
  }
  .rooms_section .room_type_wrapper .room_type ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none;
    height: 48px;
    font-family: "CircularStd", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.3333333333;
    letter-spacing: 0.03em;
    padding: 0 0 0 5px !important;
    cursor: pointer;
  }
  .rooms_section .room_type_wrapper .room_type ul li:hover {
    background: #eeeeee;
  }
  .rooms_section .room_type_wrapper .room_type ul li.active {
    background: #f2f2f2;
  }
  .rooms_section .room_type_wrapper .room_type ul li.active .view {
    width: 1px;
    font-weight: 700 !important;
    margin-left: 10px;
    opacity: 1;
  }
  .rooms_section .room_type_wrapper .room_type ul li.active .view:before {
    position: relative;
    top: 0px;
    left: -10px;
    display: inline-block;
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 100%;
    background: #000000;
  }
  .rooms_section .room_type_wrapper .room_type_info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .rooms_section .room_type_wrapper .room_type_info .image {
    width: 100%;
    height: 192px;
    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;
    border-radius: 0 24px 0 24px;
    overflow: hidden;
    margin-bottom: 24px;
  }
  .rooms_section .room_type_wrapper .room_type_info .image img {
    width: 100%;
    height: 192px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .rooms_section .room_type_wrapper .room_type_info .message_info {
    margin-top: 440px;
    width: 100%;
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .rooms_section .room_type_wrapper .room_type_info .message_info .message {
    margin-top: 20px;
    width: 100%;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .rooms_section .room_type_wrapper .room_type_info .message_info .message p {
    font-size: 14px;
    font-weight: 700;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 2;
    letter-spacing: 0.04em;
    margin: 0;
  }
  .rooms_section .room_type_wrapper .room_type_info .message_info .info {
    margin-top: 20px;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .rooms_section .room_type_wrapper .room_type_info .message_info .info ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .rooms_section .room_type_wrapper .room_type_info .message_info .info ul li {
    font-size: 12px;
    font-weight: 700;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 2;
    letter-spacing: 0.04em;
    color: grey;
  }
  .rooms_section .room_type_wrapper .room_type_info .official_bt {
    width: 100%;
  }
  .restaurant_section,
  .tokyo_craft_section,
  .nel_craft_chocolate_tokyo_section {
    padding: 12px 20px;
  }
  .restaurant_section,
  .tokyo_craft_section,
  .nel_craft_chocolate_tokyo_section {
    width: 100%;
    margin: 0 auto;
    padding-top: 42px;
  }
  .restaurant_section .heading h2,
  .tokyo_craft_section .heading h2,
  .nel_craft_chocolate_tokyo_section .heading h2 {
    font-size: 31px !important;
    line-height: 1.2857142857 !important;
  }
  .restaurant_section .shop_wrapper,
  .tokyo_craft_section .shop_wrapper,
  .nel_craft_chocolate_tokyo_section .shop_wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .restaurant_section .shop_wrapper .image,
  .tokyo_craft_section .shop_wrapper .image,
  .nel_craft_chocolate_tokyo_section .shop_wrapper .image {
    width: 100%;
    height: 21vh;
    min-height: 195px;
    border-radius: 0 24px 0 24px;
    overflow: hidden;
  }
  .restaurant_section .shop_wrapper .image img,
  .tokyo_craft_section .shop_wrapper .image img,
  .nel_craft_chocolate_tokyo_section .shop_wrapper .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .restaurant_section .shop_wrapper .info,
  .tokyo_craft_section .shop_wrapper .info,
  .nel_craft_chocolate_tokyo_section .shop_wrapper .info {
    width: 100%;
    padding-left: 0;
  }
  .restaurant_section .shop_wrapper .info .item_title,
  .tokyo_craft_section .shop_wrapper .info .item_title,
  .nel_craft_chocolate_tokyo_section .shop_wrapper .info .item_title {
    font-size: 1.35rem;
    line-height: 1.5555555556;
    margin-top: 16px;
    margin-bottom: 15px;
  }
  .restaurant_section .shop_wrapper .info p,
  .tokyo_craft_section .shop_wrapper .info p,
  .nel_craft_chocolate_tokyo_section .shop_wrapper .info p {
    font-size: 0.82rem;
  }
  .restaurant_section .shop_wrapper .info ul li,
  .tokyo_craft_section .shop_wrapper .info ul li,
  .nel_craft_chocolate_tokyo_section .shop_wrapper .info ul li {
    font-size: 0.62rem;
  }
  .restaurant_section .shop_wrapper .info .more_area,
  .tokyo_craft_section .shop_wrapper .info .more_area,
  .nel_craft_chocolate_tokyo_section .shop_wrapper .info .more_area {
    margin-top: 12px;
    width: 100%;
  }
  .restaurant_section .shop_wrapper .info .more_area .more_view_bt,
  .tokyo_craft_section .shop_wrapper .info .more_area .more_view_bt,
  .nel_craft_chocolate_tokyo_section .shop_wrapper .info .more_area .more_view_bt {
    width: 100%;
    height: 47px;
  }
  .tokyo_craft_section, .nel_craft_chocolate_tokyo_section {
    margin-top: 64px;
  }
  .hotel_information_section {
    width: 100%;
    margin: 0 auto;
    padding-top: 60px;
  }
  .hotel_information_section .heading h2 {
    padding-left: 20px;
    font-size: 31.2px !important;
    margin-bottom: 28px;
  }
  .hotel_information_section .shop_wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hotel_information_section .shop_wrapper .image {
    width: 100%;
    height: auto !important;
    border-radius: 0 24px 0 24px;
    overflow: hidden;
    position: relative;
  }
  .hotel_information_section .shop_wrapper .image img {
    width: 100%;
    height: auto;
    min-height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hotel_information_section .shop_wrapper .image .contact_bt {
    margin-top: 0;
    margin-bottom: 10px;
    height: 28px;
    padding: 0 26px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #1a1a1a;
    border-radius: 4px;
  }
  .hotel_information_section .shop_wrapper .image .contact_bt a {
    font-size: 14px;
    text-decoration: none;
    color: #1a1a1a;
    line-height: normal;
    position: relative;
    -webkit-transition: inherit;
    transition: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .hotel_information_section .shop_wrapper .info {
    padding: 24px !important;
  }
  .hotel_information_section .shop_wrapper .info .hotel_name {
    font-size: 1.22rem;
    font-weight: 700;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 1.8;
    letter-spacing: 0.08em;
    margin-top: 10px;
    margin-bottom: 23px;
  }
  .hotel_information_section .shop_wrapper .info p {
    font-size: 3.75;
    line-height: 2.181818;
    margin-bottom: 12px;
    padding-bottom: 20px;
    letter-spacing: 0.06em;
    word-break: break-all;
  }
  .hotel_information_section .shop_wrapper .info .contact_bt {
    margin-top: 0;
    margin-bottom: 10px;
    height: 38px;
    padding: 0 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #1a1a1a;
    border-radius: 4px;
  }
  .hotel_information_section .shop_wrapper .info .contact_bt a {
    font-size: 14px;
    text-decoration: none;
    color: #1a1a1a;
    line-height: normal;
    position: relative;
    -webkit-transition: inherit;
    transition: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .hotel_information_section .image {
    border-radius: unset !important;
  }
  .access_row {
    padding: 0 24px;
    display: block;
    margin-top: 10px;
  }
  .access_row .access_card {
    width: 100%;
    padding: 0 0 20px;
  }
  .access_row .access_card:first-child {
    padding-left: 0;
  }
  .access_row .access_card .access_title {
    font-size: 16px;
    font-weight: 700;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 2;
    letter-spacing: 0.08em;
    margin-bottom: 14px;
  }
  .access_row .access_card .access_text {
    font-size: 3.75vw;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.04em;
    color: grey;
    margin-bottom: 40px;
  }
  .basic_section {
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
  }
  .basic_section .info_title {
    font-size: 16px;
    line-height: 2;
    margin-top: 34px;
    margin-bottom: 25px;
  }
  .basic_section p {
    font-size: 14px;
    font-weight: 700;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 1.7142857143;
    letter-spacing: 0.04em;
    color: #1a1a1a;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  .basic_section p img {
    width: 100%;
  }
  img.sp_size {
    width: 180px !important;
  }
  .sns_area {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 14px;
    padding: 0 20px;
    padding-bottom: 100px !important;
  }
  .sns_area .sns_bt_black {
    width: 165px !important;
    height: 51px !important;
    border: 1px solid #1a1a1a;
    margin-right: 0;
  }
  .sns_area .sns_bt_black a {
    font-size: 17px !important;
  }
  .sns_area .sns_bt_black .icon {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    font-size: 15px;
  }
  .sns_area .sns_bt_black i.tripadvisor_icon {
    font-size: 14px;
  }
  .sns_area .sns_bt_black i.tripadvisor_icon:before {
    margin-right: 5px !important;
  }
  .swiper_modal .modal_container {
    width: 100%;
  }
  .swiper_modal .modal_container .modal_content {
    width: 88%;
    height: 28vh;
    max-width: 390px;
    margin: 0 auto;
  }
  .swiper_modal .modal_container .modal_content .close_btn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    font-weight: 700;
  }
  .swiper_modal .modal_container .modal_content .modal_swiper {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 100%;
  }
  .swiper_modal .modal_container .modal_content .modal_swiper img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .swiper_modal .modal_container .modal_content .modal_swiper .modal_swiper_button_prev,
  .swiper_modal .modal_container .modal_content .modal_swiper .modal_swiper_button_next {
    margin: 0 20px;
    width: 43px;
    height: 43px;
    opacity: 0.9;
  }
  .swiper_modal .modal_container .modal_content .modal_swiper .modal_swiper_button_prev .swiper_icon,
  .swiper_modal .modal_container .modal_content .modal_swiper .modal_swiper_button_next .swiper_icon {
    width: 10px;
    height: 10px;
    font-size: 10px;
  }
  .swiper_modal .modal_container .modal_thums_area {
    width: 88%;
    max-width: 390px;
    margin: 8px auto 0;
  }
  .swiper_modal .modal_container .modal_thums_area .modal_thums img {
    width: 64px;
    height: 40px;
    border-radius: 4px;
  }
  .swiper_modal .modal_container .modal_thums_area .modal_thums.swiper-slide-thumb-active::after {
    width: 64px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
  }
  .swiper_modal .modal_container .swiper-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#header {
  font-family: "CircularStd", "游ゴシック", "YuGothic", sans-serif !important;
}

@media only screen and (max-width: 648px) {
  #header {
    font-family: "CircularStd", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
    background: #FFFFFF !important;
    color: #000000 !important;
  }
  #header #logo a {
    color: #000000 !important;
    font-size: 12px;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
  .udstop_menu_trigger span {
    background-color: #000 !important;
  }
  .mdi-chevron-down::before {
    opacity: 0.54 !important;
  }
  .langage_item a {
    color: #8c8c8c !important;
    font-size: 21.84px;
    font-family: Old Standard TT, serif !important;
    letter-spacing: 0.12em;
  }
}
.official_bt a:hover,
.more_view_bt a:hover {
  background: #000000;
  color: #FFFFFF;
  font-weight: 300;
}
.official_bt a:active,
.more_view_bt a:active {
  background: #8c8c8c;
}/*# sourceMappingURL=hamachohotelTokyo.css.map */