@charset 'utf-8';

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

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

/* =========================================================
 ホテルガイド専用
========================================================= */
/* 見出し
--------------------------------------------------------- */
#qrWrapper {
  position: absolute;
  top: 0;
  right: 0;
}

.qrIcon {
  position: absolute;
  right: 0px;
  top: 30px;
  z-index: 10;
}

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

#rightContents h3 {
  margin-top: 10px;
}

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

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

/* =========================================================
 PC用
========================================================= */
@media screen and (min-width: 769px) {
  #rightContents h3 {
    color: #511500;
  }

  h3.hotelHeading::before {
    content: url("https://cinimg.awscf.net/tsuma-parade.jp/img/common/bg_heading_medium.png?v=151117");
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

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

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

  .hotelList dl.title {
    height: 33px;
    text-align: center;
    border-bottom: 1px solid #b9bdc2;
    background-color: #313131;
    color: #ffffff;
    font-weight: bold;
  }

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

  .hotelList dd {
    width: 520px;
    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;
  }

  .hotelList p.number {
    padding: 0;
  }

  .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.price.center span {
    text-align: left;
    text-indent: 5px;
  }

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

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

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

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

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

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

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

  .flatBtn {
    border: solid 1px #c5ae8b;
    background-color: #c5ae8b;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    height: 35px;
    letter-spacing: 0.05em;
    line-height: 35px;
    text-align: center;
    width: 80%;
    margin: 10px auto;
    box-sizing: border-box;
    box-shadow: 0 3px 0 #887962;
    border-radius: 2px;
    position: relative;
    transition: all .3s ease;
  }

  .flatBtn p {
    font-weight: bold;
    line-height: 33px;
  }

  .flatBtn:hover {
    background-color: #ffffff;
    color: #c5ae8b;
    box-shadow: none;
    top: 3px;
    transition: all .3s ease;
  }

  .disnoneWrap {
    display: none;
  }

  .hotelList dt {
    pointer-events: none;
  }

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

  #rentalRoom {
    margin-top: 10px;
  }

  .loveHotel .number {
    background: #ffa8db;
  }

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

  #rightContents h3::before {
    content: url("https://cinimg.awscf.net/tsuma-parade.jp/img/common/bg_heading_medium.png?v=151117");
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    margin: 0 0 10px;
  }

  p.supplementText {
    font-size: 14px;
    padding-bottom: 1%;
    line-height: 1.4em;
    color: #1d1e1f;
  }
}

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

  h3  {
    background: url("https://cinimg.awscf.net/tsuma-parade.jp/s/img/common/bg_subTitle.png?v=151117");
    background-repeat: repeat-x;
    background-size: contain;
    width: 100%;
    padding: 3% 3%;
    color: #511500;
    font-size: 130%;
    font-weight: bold;
  }

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

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

  .storeAttention {
    font-size: 100%;
    color: #ff1f1f;
  }

  /* =========================================================
	 ホテルガイド
	========================================================= */
  dt {
    /* background: #6a6f73 url(../img/map/icon_close.png) no-repeat 94% center; */
    background-color: #6a6f73;
    position: relative;
    display: table;
    width: 100%;
    height: 15vw;
    cursor: pointer;
    border-bottom: 1px solid #2c2c2c;
    color: #ffffff;
  }

  dt:before {
    content: "";
    position: absolute;
    background: url("https://cinimg.awscf.net/tsuma-parade.jp/s/img/map/icon_close.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    margin: auto; 
    right: 2.8%;
    top: 0;
    bottom: 0;
    transition: all .3s ease;
  }

  dt.open::before {
    transform: rotate(90deg);
  }

  /* 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;
    text-align: center;
  }

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

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

  .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;
  }
  
  dd {
    display: none;
    font-size: 4.5vw;
    background-color: #ffffff;
    /* padding-bottom: 4%; */
    flex-wrap: wrap;
    flex-direction: column;
  }

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

  p.supplementText {
    padding: 0px 10px 20px 10px;
  }

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

  .disnoneWrap {
    display: none;
  }

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

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