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

.mujihotel_ginza_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;
}
.mujihotel_ginza_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;
}
.mujihotel_ginza_main .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.sp_logo {
  display: none;
}

.shopname_section {
  text-align: center;
  padding: 0 0 82px 0;
  max-width: 990px;
  margin: 0 auto;
}
.shopname_section h1 {
  font-family: "CircularStd", "游ゴシック", "YuGothic", sans-serif;
  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;
  padding-top: 65px;
  margin: 0;
  font-weight: 400;
}

.facility_area {
  width: 1126px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.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: 833px !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.slider_card {
  width: 833px;
  height: 416px;
  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;
}
.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%;
}
.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);
}

/* アクセス情報 */
.ginza_info {
  padding: 93px 0 0 35px;
}
.ginza_info .address {
  font-size: 14px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2;
  letter-spacing: 0.04em;
}
.ginza_info .address i.icon svg {
  fill: rgba(0, 0, 0, 0.54);
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.ginza_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;
}
.ginza_info .tel {
  font-size: 18px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2;
  letter-spacing: 0.04em;
}

.message_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 990px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.08em;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.message_section .l {
  width: 50%;
  padding-right: 40px;
}
.message_section .l p {
  font-size: 32px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.6;
  margin-top: 0;
}
.message_section .r {
  width: 50%;
  border-top: 4px solid #333333;
  padding-top: 35px;
  margin-top: 18px;
}
.message_section .r p {
  font-size: 14px;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 0;
}
.message_section .r img {
  margin-top: 40px;
}

.rooms_section {
  margin-top: 127px;
  width: 990px;
  margin-left: auto;
  margin-right: auto;
}
.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 .message_info {
  padding: 12px 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;
  display: block;
}
.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;
}

.restaurant_section,
.cafe_section,
.shopping_section,
.hotel_information_section {
  width: 990px;
  margin: 0 auto;
}
.restaurant_section .heading h2,
.cafe_section .heading h2,
.shopping_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;
}
.restaurant_section .shop_wrapper,
.cafe_section .shop_wrapper,
.shopping_section .shop_wrapper,
.hotel_information_section .shop_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.restaurant_section .shop_wrapper .image,
.cafe_section .shop_wrapper .image,
.shopping_section .shop_wrapper .image,
.hotel_information_section .shop_wrapper .image {
  width: 600px;
  border-radius: 0 24px 0 24px;
  overflow: hidden;
}
.restaurant_section .shop_wrapper .info,
.cafe_section .shop_wrapper .info,
.shopping_section .shop_wrapper .info,
.hotel_information_section .shop_wrapper .info {
  width: 390px;
  padding-left: 40px;
}
.restaurant_section .shop_wrapper .info .item_title,
.cafe_section .shop_wrapper .info .item_title,
.shopping_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;
}
.restaurant_section .shop_wrapper .info p,
.cafe_section .shop_wrapper .info p,
.shopping_section .shop_wrapper .info p,
.hotel_information_section .shop_wrapper .info p {
  font-size: 14px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2;
  letter-spacing: 0.04em;
}
.restaurant_section .shop_wrapper .info ul,
.cafe_section .shop_wrapper .info ul,
.shopping_section .shop_wrapper .info ul,
.hotel_information_section .shop_wrapper .info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.restaurant_section .shop_wrapper .info ul li,
.cafe_section .shop_wrapper .info ul li,
.shopping_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;
}

.reserve_area {
  margin-top: 150px;
}

.cafe_section, .shopping_section {
  padding-top: 133px;
}

.hotel_information_section {
  padding-top: 137px;
}
.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 {
  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;
}
.hotel_information_section .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;
  position: relative;
}
.hotel_information_section .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 .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;
}

.access_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}
.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;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
.access_row .access_card .access_text {
  font-size: 14px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.7142857143;
  letter-spacing: 0.04em;
  color: grey;
  margin-bottom: 24px;
}

.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 a {
  color: #1a1a1a;
}

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

.category-mujihotel_ginza .restaurant_section .shop_wrapper .info p,
.category-mujihotel_ginza .cafe_section .shop_wrapper .info p,
.category-mujihotel_ginza .shopping_section .shop_wrapper .info p,
.category-mujihotel_ginza .hotel_information_section .shop_wrapper .info p,
.category-mujihotel_ginza .access_text {
  font-weight: 700;
}

@media screen and (max-width: 648px) and (max-width: 640px) {
  #header {
    -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
    background-color: #f5f5f5;
  }
  #header .udstop_menu_trigger span {
    background-color: #000;
  }
  #header #logo a {
    color: #000;
    font-size: 12px;
  }
  #header #logo .for_pc {
    display: block !important;
  }
  #header #logo .for_sp {
    display: none !important;
  }
}
@media only screen and (max-width: 648px) and (max-width: 640px) and (max-width: 648px) {
  #header #logo .for_sp {
    display: inline-block !important;
  }
  #header #logo .for_pc {
    display: none !important;
  }
}
@media screen and (max-width: 648px) and (max-width: 640px) {
  .mujihotel_ginza_main {
    width: 100%;
    aspect-ratio: 1/1;
    height: auto;
    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;
    background: url("../assets/images/mujihotel_ginza/main_sp.jpg") no-repeat 50%;
    background-size: contain;
  }
  .mujihotel_ginza_main .image {
    display: none;
  }
  .mujihotel_ginza_main .sp_logo {
    display: block;
    height: 22vw;
    width: 71%;
    background: url("../assets/images/mujihotel_ginza/main_sp_logo.png") no-repeat 50%;
    background-size: contain;
  }
}
@media screen and (max-width: 648px) {
  .shopname_section {
    text-align: center;
    padding: 15px 0 52px;
    max-width: 100%;
    margin: 0 auto;
  }
  .shopname_section h1 {
    line-height: 2.5;
    padding-bottom: 0px !important;
    padding-top: 22px;
  }
  .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: 30px;
    padding-left: 12px;
    padding-right: 20px;
    padding-bottom: 30px;
    display: block;
  }
  .facility_area .ginza_info {
    width: 100%;
    padding-left: 0;
    margin: 23px 0 0 12px;
    padding-top: 0;
  }
  .facility_area .ginza_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: 14px !important;
  }
  .facility_area .ginza_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 .ginza_info .tel {
    font-size: 19.5px;
    letter-spacing: 0.04em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-weight: 500;
    margin-top: 16px;
    margin-bottom: 0 !important;
  }
  .facility_area .ginza_info .facilities_area {
    margin-top: 50px;
  }
  .facility_area .ginza_info .facilities_area img {
    width: 100%;
  }
  .swiper_wrapper {
    width: 100%;
  }
  .slider_card {
    width: 100%;
    height: 190px;
  }
  .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;
    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: 52px;
    padding: 0 24px;
    letter-spacing: 0.08em;
    font-weight: 700;
  }
  .message_section .l {
    width: 100%;
  }
  .message_section .l p {
    font-size: 21.84px;
    line-height: 1.7777777778;
    margin: 0;
    font-weight: 700;
    font-family: "游ゴシック", "YuGothic", sans-serif;
    letter-spacing: 0.08em;
  }
  .message_section .r {
    width: 100%;
    border-top: 4px solid #333333;
    padding-top: 10px;
    margin-top: 21px;
  }
  .message_section .r p {
    font-size: 0.82rem;
  }
  .message_section .r img {
    width: 100%;
    height: auto;
    margin-top: 40px;
  }
  .rooms_section {
    margin-top: 40px;
    width: 100%;
    padding: 12px;
  }
  .rooms_section .heading h2 {
    font-size: 31px !important;
    line-height: 1.2857142857 !important;
    padding-left: 7px;
  }
  .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: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .rooms_section .room_type_wrapper .room_type_info .message_info {
    margin-top: 455px;
    padding: 0 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;
  }
  .rooms_section .room_type_wrapper .room_type_info .message_info .message {
    width: 100%;
    margin-right: 0;
  }
  .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 {
    margin-top: 20px;
    width: 100%;
  }
  .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;
  }
  .rooms_section .room_type_wrapper .room_type_info .official_bt {
    width: 100%;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 25px;
  }
  .restaurant_section,
  .cafe_section,
  .shopping_section {
    padding: 12px 20px;
  }
  .restaurant_section,
  .cafe_section,
  .shopping_section {
    width: 100%;
    margin: 0 auto;
  }
  .restaurant_section .heading h2,
  .cafe_section .heading h2,
  .shopping_section .heading h2 {
    font-size: 31px !important;
    line-height: 1.2857142857 !important;
  }
  .restaurant_section .shop_wrapper,
  .cafe_section .shop_wrapper,
  .shopping_section .shop_wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .restaurant_section .shop_wrapper .image,
  .cafe_section .shop_wrapper .image,
  .shopping_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,
  .cafe_section .shop_wrapper .image img,
  .shopping_section .shop_wrapper .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .restaurant_section .shop_wrapper .info,
  .cafe_section .shop_wrapper .info,
  .shopping_section .shop_wrapper .info {
    width: 100%;
    padding-left: 0;
  }
  .restaurant_section .shop_wrapper .info .item_title,
  .cafe_section .shop_wrapper .info .item_title,
  .shopping_section .shop_wrapper .info .item_title {
    font-size: 5.6vw;
    line-height: 1.5555555556;
    margin-top: 16px;
    margin-bottom: 15px;
    letter-spacing: 0.04em;
  }
  .restaurant_section .shop_wrapper .info p,
  .cafe_section .shop_wrapper .info p,
  .shopping_section .shop_wrapper .info p {
    font-size: 3.4vw;
    line-height: 2;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
  .restaurant_section .shop_wrapper .info ul li,
  .cafe_section .shop_wrapper .info ul li,
  .shopping_section .shop_wrapper .info ul li {
    font-size: 0.5rem;
  }
  .restaurant_section {
    padding-top: 75px;
  }
  .reserve_area {
    margin-top: 50px;
  }
  .reserve_area .reserve_bt {
    width: 100%;
    height: 48px;
  }
  .cafe_section, .shopping_section {
    padding-top: 110px;
  }
  .hotel_information_section {
    width: 100%;
    margin: 0 auto;
    padding-top: 70px;
  }
  .hotel_information_section .heading h2 {
    padding-left: 31px;
    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: 46.5vh;
    min-height: 390px;
    border-radius: 0 24px 0 24px;
    overflow: hidden;
  }
  .hotel_information_section .shop_wrapper .image img {
    width: 100%;
    height: auto;
    -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: 34px 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-bottom: 23px;
  }
  .hotel_information_section .shop_wrapper .info p {
    font-size: 0.91rem;
    line-height: 2.1818181818;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .hotel_information_section .shop_wrapper .info .contact_bt {
    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;
  }
  .access_row .access_card {
    width: 100%;
    padding: 0;
  }
  .access_row .access_card:first-child {
    padding-left: 0;
  }
  .access_row .access_card .access_title {
    font-size: 4vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 1.8461538462;
    letter-spacing: 0.08em;
    margin-top: 8px;
    margin-bottom: 16px;
  }
  .access_row .access_card .access_text {
    font-size: 3.75vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 1.75;
    letter-spacing: 0.04em;
    color: grey;
    margin-bottom: 58px;
  }
  .basic_section {
    width: 100%;
    margin: 0 auto;
    padding: 22px 24px 4px;
  }
  .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.3rem;
  }
  .basic_section p img {
    width: 100%;
  }
  .sns_area {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 14px;
    padding: 0 20px;
    padding-bottom: 96px !important;
  }
  .sns_area .sns_bt_black {
    width: 165px !important;
    height: 54px !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;
  }
}
@media only screen and (max-width: 648px) {
  #nav {
    padding: 0 0 60px;
  }
  .menu_logo.for_sp {
    height: 150px;
    margin: 8px 16px;
    position: relative;
  }
  .menu_logo.for_sp img {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    left: 50%;
    width: 125px;
  }
  .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;
  }
}
@media screen and (max-width: 648px) {
  .category-en_mujihotel_ginza .facility_area {
    padding-top: 0 !important;
  }
  .en_sp_mb-3 {
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=mujihotelGinza.css.map */