@charset 'utf-8';

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

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

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

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

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

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

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

/* =========================================================
 PC用
========================================================= */
@media screen and (min-width: 769px) {
  #rightContents>section article:not(#hotelGuide) {
    position: relative;
  }
  
  .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: #fffdeb;
    color: #333333;
  }

  .hotelList dt {
    /* width: 238px; */
    /* width: 220px; */
    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 .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.price.center span {
    text-align: left;
    text-indent: 5px;
  }

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

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

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

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

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

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

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

  #love.hotelList dd p:last-of-type, 
  #business.hotelList dd p:last-of-type {
    width: 100px;
  }

  .flatBtn {
    background: linear-gradient(-19deg, #fff7ef 50%, white 50%);
    background-size: 100% 100%;
    border: 1px solid #ff7f0d;
    box-shadow: 0 2px 3px -2px rgb(130 130 130 / 65%);
    box-sizing: border-box;
    color: #ff7f0d;
    display: inline-block;
    font-size: 12px;
    height: 31px;
    line-height: 31px;
    text-decoration: none;
    width: 100%;
    text-align: center;
    border-radius: 1px;
    margin: 20px auto 30px;
  }

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

  .flatBtn p::before {
    content: "▶";
    font-size: 11px;
    padding-right: 7px;
  }

  .flatBtn:hover {
    color: #ff7f0d;
    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;
  }
}

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

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

  .storeAttention {
    font-size: 100%;
  }

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

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

  #rental .disnoneWrap dl.rentalRoom.disnone01:first-of-type dt, 
  #business .disnoneWrap dl.businessHotel.disnone03:first-of-type dt {
    border-bottom: none;
  }

  dl:last-of-type dt {
    border-bottom: 1px solid #c4c4c4;
  }

  #rental dl:nth-of-type(2), 
  #love dl:nth-of-type(2), 
  #business dl:nth-of-type(2) {
    border-top: 1px solid #c4c4c4;
  }

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

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

  .number {
    color: #232323;
    bottom: 0;
    height: 100%;
    padding: 0 8.5%;
    position: absolute;
    top: 0;
    font-size: 5vw;
  }

  dt span {
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 0 3%;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    /* background: #ffa8db; */
    display: table;
    padding: 3vw 4vw;
  }

  .loveHotel dt span {
    background: #ffa8db;
  }

  .rentalRoom dt span {
    background: #ffd700;
  }

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

  .name {
    display: table-cell;
    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;
    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;
    border-bottom: 1px solid #c4c4c4;
  }

  dl:last-of-type dd p:last-child {
    border-bottom: 1px solid #cccccc;
  }

  .disnoneWrap {
    display: none;
  }

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

  .flatBtn.img {
    width: 95%;
    margin: 7vw auto 7vw;
    padding: 0;
    background-image: linear-gradient(161deg, #ffffff 50%, #fff7ef 50%);
    background-size: 100% 100%;
    border: 1px solid #ff7f0d;
    box-sizing: border-box;
  }

  .flatBtn.img p {
    color: #ff7f0d;
  }

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


  .mapImage {
      background: url(/s/img/map/img_mapHotel.jpg?v=181112) no-repeat center;
      background-size: contain;
      width: 100%;
      height: 80vw;
      margin-bottom: 3%;
  }

  .mapNotes.forSp p {
    font-size: 85.5%;
    margin: 0 auto;
    margin-top: 0;
    font-weight: bold;
  }

  .mapNotes.forSp p.storeAttention {
    font-weight: normal;
  }
}

/* ホテル検索 */
.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%;
  }
}
