@charset "utf-8";
#room_nav{
  padding:80px 0;
}
#room_nav .room_nav >.txt_intro{
  margin-bottom:20px;
  line-height: 2;
}
#room_nav .grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:20px 10px;
  margin-bottom:30px;
}
#room_nav .grid a{
  display: block;
  border:solid 2px var(--color-brown04);
  border-radius: 15px;
  text-align:center;
}
#room_nav .grid a img{
  border-radius: 10px 10px 0 0;
  display: block;
  width: 100%;
}
#room_nav .grid a div{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
}
#room_nav .grid a div:after{
  left:0;
  right:0;
  top: -70px;
  background-color: var(--color-brown01);
  margin: auto;
  border-radius: 20px;
}
#room_nav .room_nav_adj{
  font-size: 12px;
  line-height: 1.4em;
}
.room_cap_small{
  font-size: 12px;
}

@media screen and (min-width: 1020px) {
  #room_nav .grid a{
    max-width:230px;
    overflow: hidden;
  }
}


/* 各ルーム */
.room_sec{
  padding:80px 0;
}
.room_sec:nth-child(2n+1) {
  background: var(--color-brown01);
}
.room_desc{
  font-size: 12px;
}
.room_desc h2 span{
  font-size: 12px;
}
.room_desc .txt_intro{
  line-height: 2;
}
.room_slide{
  margin-bottom:40px;
}
.room_slide .slick-dots {
  position: absolute;
  bottom: -20px;
}
.room_slide .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0 4px;
    border-radius: 5px;
}
.room_slide .slick-dots li button {
    width: 100%;
    height: 100%;
    padding:3px;
    border-radius: 5px;
    background: #E8E4D3;
}
.room_slide .slick-dots li.slick-active button{
    background: var(--color-red01);
}
.room_slide .slick-dots li button:before{
  width: 100%;
  height: 100%;
  content:"　";
}

.room_desc table th{
  color:var(--color-brown03);
  width:70px;
  padding-right:10px;
  text-align: left;
}
.room_desc table th,
.room_desc table td{
  padding:10px 0;
  border-top: solid 1px #000;
}
.room_desc table tr:last-child th,
.room_desc table tr:last-child td{
  border-bottom: solid 1px #000;
}
.room_price{
  font-weight: bold;
  margin-bottom:10px;
}
.room_desc table td a{
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (min-width: 1020px) {
  .room_desc table th {
    width: 100px;
  }
  .room_desc table td{
    padding-left:20px;
  }
}

#halloween_room .room_anno {
  color: var(--color-red01);
} 
/* price end*/

/* 画像キャプション部分 */
.thumb_top{
  position: relative;
}

.thumb_top img{
  width: 100%;
}

.cap_room_img{
  position: absolute;
  bottom: 0;
  color: #fff;
  background: #000000a6;
  width: 100%;
  padding: 5px 0;
  text-align: center;
}

/* 画像キャプション部分end */
