@charset 'utf-8';

/* =========================================================
 店舗アクセス＆ホテルガイド
========================================================= */
/* ----- 住所＆注意書き ----- */
.mapNotes {
  /* height: 75px; */
  line-height: 1.5;
  position: relative;
  margin-bottom: 13px;
}

.storeAttention {
  color: #ff4055;
  font-size: 14px;
  margin: 3px 0 0;
}

/* =========================================================
 ホテルガイド専用
========================================================= */
/* 見出し
--------------------------------------------------------- */
#rightContents h3 {
  /* width: 760px; */
  /* height: 45px; */
  /* line-height: 54px; */
  /* background-position: left center; */
}

/* #rightContents h3::after {
  content: none;
} */

#boxPlint {
  position: relative;
}

.mapContents {
  position: relative;
}

#qrWrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.qrIcon {
  position: absolute;
  right: 0px;
  top: 0;
}

.qrIcon img {
  display: block;
  width: 81px;
  height: auto;
  margin-top: 76px;
}

/* ※テキスト
--------------------------------------------------------- */
p#hotelTopText {
  line-height: 1.5em;
  margin-bottom: 15px;
}

/* ホテル一覧テーブル
--------------------------------------------------------- */
.title {
  height: 33px;
}

/* =========================================================
 PC用
========================================================= */
@media screen and (min-width: 769px) {
  /* h3::after {
    content: url(/img/common/bg_heading_Access.png?v=160512);
    position: absolute;
    right: 5px;
    top: -17px;
  } */

  .mapImg {
    background-image: url(/img/map/img_mapHotel.jpg);
    width: 760px;
    height: 430px;
  }

  .mapContents p.pinkText {
    font-weight: bold;
    color: #ff697b;
    margin-bottom: 10px;
  }

  .mapContents {
    margin-bottom: 25px;
  }
  
  .qrIcon {
    top: 55px;
  }

  .qrIcon img {
    margin-top: 0;
  }

  .hotelList {
    border: 1px solid #999999;
    border-bottom: none;
    box-sizing: border-box;
    color: #333333;
  }

  .hotelList dl {
    display: flex;
    flex-wrap: wrap;
    background-color: #ffffff;
    border-bottom: 1px solid #999999;
  }

  .hotelList dl.title {
    height: 33px;
    text-align: center;
    border-bottom: 1px solid #999999;
    background-color: #fffdeb;
  }

  .hotelList dt {
    /* width: 230px; */
    display: flex;
    flex-wrap: wrap;
  }

  .hotelList dd {
    /* width: 528px; */
    display: flex !important;
    flex-wrap: wrap;
  }

  .hotelList p {
    box-sizing: border-box;
  }

  .hotelList p {
    font-size: 12px;
    border-right: 1px solid #b9bdc2;
    padding: 6px 5px;
    line-height: 1.5;
    position: relative;
  }

  .hotelList .title p {
    font-weight: bold;
    padding: 0;
    line-height: 33px;
    font-size: 14px;
  }

  .hotelList p.number {
    padding: 0;
    /* background-color: #f1f9ff; */
  }

  .hotelList .rentalRoom p.number {
    background-color: #ffd700;
  }

  .hotelList .loveHotel p.number {
    background-color: #ffa8db;
  }

  .hotelList .businessHotel p.number {
    background-color: #86c2ff;
  }

  .hotelList p.name a {
    pointer-events: auto;
  }

  .hotelList p.center span {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
    text-align: center;
  }

  .hotelList p.name.center span, .hotelList p.price.center span, .hotelList p.hotelType.center span {
    text-align: left;
    text-indent: 5px;
  }

  .hotelList dl p:first-of-type {
    width: 30px;
  }

  .hotelList dl p:last-of-type {
    width: 218px;
  }

  .hotelList dd p.address {
    width: 260px;
  }

  .hotelList dd p.tel {
    width: 150px;
  }

  .hotelList dd p.type {
    width: 100px;
    /* overflow: hidden; */
  }

  .hotelList dd p:last-of-type {
    /* width: 100px; */
    border-right: none;
  }

  .hotelList a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }

  .disnoneWrap {
    display: none;
  }

  .hotelList dt {
    pointer-events: none;
  }

  .mapImage {
    background-image: url(/img/map/img_mapHotel.jpg);
    width: 760px;
    height: 430px;
    margin-bottom: 20px;
  }

  .moreReadBtn {
    float: none;
    width: 198px;
    margin: 10px auto 25px;
  }
}

/* =========================================================
 スマホ用
========================================================= */
@media screen and (max-width: 768px) {

  h2 {
    margin-bottom: 3vw;
  }

  p#hotelTopText {
    width: 94%;
    margin: 0 auto;
    line-height: 1.7;
  }

  .mapContents {
    padding-bottom: 3%;
    padding-left: 3%;
  }

  .mapContents p {
    color: #ff0000;
  }

  .mapNotes {
    width: 94%;
    margin: 2.5vw auto;
    height: auto;
    padding-bottom: 0.5em;
  }

  .storeAttention {
    font-size: 100%;
  }

  /* =========================================================
	 ホテルガイド
	========================================================= */
  dl {
    flex-direction: column;
  }

  dt {
   background: #6a6f73;
   background-size: 3.2% auto;
    position: relative;
    display: table;
    width: 100%;
    height: 15vw;
    cursor: pointer;
    border-bottom: 1px solid #c4c4c4;
    color: #ffffff;
  }

  dt:before {
    bottom: 0;
    content: "▶";
    height: 1em;
    margin: auto;
    position: absolute;
    right: 2.8%;
    top: 0;
    font-size: 6vw;
  }

  dt.open:before {
    content: "▼";
  }

  dt span {
    bottom: 0;
    /* color: #ffffff; */
    height: 1em;
    left: 0;
    margin: auto;
    padding: 20% 3%;
    position: absolute;
    right: 0;
    top: 0;
  }

  dt .number span {
    text-align: center;
    background: #ffa8db;
  }

  .businessHotel .number span {
    background: #86c2ff;
  }

  .rentalRoom .number span {
    background-color: #ffd700;
  }

  #rental .number {background-color: #ffd700;}

  #love .number {
    background-color: #ffa8db;
  }

  #business .number {
    background-color: #86c2ff;
  }

  dt .name span {
    position: static;
    padding: 0;
    font-weight: bold;
}

  .number {
    /* background-color: #ffffff; */
    color: #333333;
    bottom: 0;
    height: 81%;
    margin: auto auto auto 3%;
    padding: 0 6.5%;
    position: absolute;
    top: 0;
    font-size: 5vw;
  }

  .name {
    display: table-cell;
    /* height: 15vw; */
    line-height: 1.2;
    width: 74%;
    position: absolute;
    top: 50%;
    left: 19%;
    transform: translate(0, -50%);
    font-size: 4.5vw;
  }

  .first .name {
  }

  dd {
    display: none;
    font-size: 4.5vw;
    /* background-color: #fffdeb; */
    /* padding-bottom: 4%; */
    flex-wrap: wrap;
    flex-direction: column;
  }

  dd p {
    border-bottom: 1px solid #cccccc;
    padding: 3.5% 2%;
    width: 100%;
    box-sizing: border-box;
  }

  dd p:last-child {
    border-bottom: 0;
  }

  .disnoneWrap {
    display: none;
  }

  #loveHotel, #businessHotel, #rentalRoom {
    margin-bottom: 4%;
    width: 100%;
    margin: 0 auto 5%;
    border-top: 1px solid #ffffff;
    /* border-right: 1px solid #2c2c2c; */
    /* border-left: 1px solid #2c2c2c; */
  }

bor {}

  .flatBtn.img {
    width: 95%;
    margin: 0 auto 7vw;
    padding: 0;
  }

  /* ホテルガイド仕様変更
	--------------------------------------------------------- */
  .hotelList .name a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }


  .mapImage {
      background: url(/img/system/s/img_mapHotel.jpg) no-repeat center;
      background-size: contain;
      width: 100%;
      height: 94vw;
      margin-bottom: 3%;
  }

  .moreReadBtn {
    /* background: url(/s/img/common/bg_subTitle.png) no-repeat center; */
    box-shadow: none;
    background-size: 100%;
    width: 90%;
    height: 12vw;
    line-height: 12vw;
    background-color: #4285f5;
    background-image: none;
    box-shadow: #40639e 0px 1vw 0px 0px;
    border: none;
  }

  .moreReadBtn a {color: #ffffff;}

  #mapTitle {display: flex;flex-wrap: wrap;flex-direction: column-reverse;}

  .mapImg {
    background-image: url(/s/img/map/img_mapHotel.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 0;
    padding-top: 100%;
  }

}

/* ホテル検索 */
.hotelSearch {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .hotelSearch {
    gap: 10px;
    margin: 20px auto 15px;
  }

  .hotelSearch p {
    font-size: 13px;
  }
  
  .hotelSearch input {
    padding: 5px 8px;
    width: 230px;
  }
}

@media screen and (max-width: 768px) {
  .hotelSearch {
    width: 96%;
    margin: 3% auto;
    gap: 0.65em;
  }

  .hotelSearch p {
    font-size: 0.9em;
    width: 42%;
  }
  
  .hotelSearch input {
    font-size: 1.2em;
    padding: 0.25em 0.5em;
    width: 100%;
  }
}
