@charset 'utf-8';

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

.storeAttention {
  color: #ff0000;
  font-size: 14px;
  font-weight: bold;
  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;
  height: 81px;
}

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

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

.qrIcon img {
  display: block;
  width: 81px;
  height: auto;
}

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

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

/* =========================================================
 PC用
========================================================= */
@media screen and (min-width: 769px) {
  .mapImg {
    background-image: url(/img/map/img_mapHotel.jpg);
    width: 760px;
    height: 430px;
  }

  .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 #979797;
  }

  .hotelList dl.title {
    /* height: auto; */
    text-align: center;
    border-bottom: 1px solid #979797;
    background-color: #494949;
    color: #ffffff;
  }

  .hotelList dt {
    width: 302px;
    display: flex;
    flex-wrap: wrap;
  }

  .hotelList dd {
    width: 456px;
    display: flex !important;
    flex-wrap: wrap;
  }

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

  .hotelList p {
    font-size: 12px;
    border-right: 1px solid #979797;
    padding: 10px 5px;
    line-height: 1.3;
    position: relative;
  }

  .hotelList .title p {
    /* font-weight: bold; */
    padding: 0;
    line-height: 1.3;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
  }

  .hotelList p.number {
    padding: 0;
    background-color: #f0f0f0;
  }

  .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 {
    text-align: left;
    padding-left: 5px;
  }

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

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

  .hotelList dd p:first-of-type {
    width: 261px;
  }

  .hotelList dd p:nth-of-type(2) {
    width: 114px;
  }

  .hotelList dd p:nth-of-type(3) {
    width: 90px;
    overflow: hidden;
  }

  .hotelList dd p:last-of-type {
    width: 81px;
    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: 100%;
    margin: 10px auto;
  }

  .moreReadBtn a {
    font-size: 12px;
  }

  .hotelInfo {
    position: relative;
    padding-bottom: 45px;
  }

  .hotelNotes {line-height: 1.3;font-size: 1.1em;margin: 20px auto 10px;}

  .figLegend {color: #ff0000;text-align: right;}
}

/* =========================================================
 スマホ用
========================================================= */
@media screen and (max-width: 768px) {
  p#hotelTopText {
    width: 94%;
    margin: 0 auto;
    line-height: 1.7;
  }

  .mapNotes {
    width: 96%;
    margin: 0 auto 3%;
    height: auto;
    padding-bottom: 0.5em;
    font-size: 1.1em;
  }

  .storeAttention {
    font-size: 100%;
    color: #ff7a8c;
    font-weight: normal;
  }

  /* =========================================================
	 ホテルガイド
	========================================================= */
  dt {
    background-color: #494949;
    position: relative;
    display: table;
    width: 100%;
    height: 15vw;
    cursor: pointer;
    border-bottom: 1px solid #737373;
    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: 0 3%;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: bold;
  }

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

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

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

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

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

  .number {
    background-color: #2d2d2d;
    color: #ffffff;
    bottom: 0;
    height: 100%;
    /* margin: auto auto auto 3%; */
    padding: 0 7.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; */
    width: 90%;
    margin: 3% auto 4%;
  }

  .moreReadBtn a {/* color: #ffffff; */}

  .mapContents {
    height: auto;
  }

  #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%;
  }

  .hotelInfo {
    
  }

  .hotelNotes {line-height: 1.35;font-size: 1.1em;width: 96%;margin: 4% auto;}

  .figLegend {
    width: 90%;
    margin: 0 auto 4%;
    border: 1px dotted #2d2d2d;
    padding: 2%;
    line-height: 1.3;
  }

}
