@charset "utf-8";
/* CSS Document */

/* 今月のレストラン情報 */
.catch {
    width: 100%;
}
.catch p {
    display: inline-block;
    width: auto;
    padding: 7px 15px;
	margin: 0 0 5px;
    color: #000;
    background-color: #f6e9c9;
    text-align: left;
    text-decoration: none;
    border-radius: 50px;
    transition: background-color 0.3s;
    position: relative;
    z-index: 1;
	font-size: 100%;
	line-height: 150%;
}

/* パーティプランのスライダー */
.partyImages {margin-bottom: 80px!important;}

/* 飲み放題のh5 */
.restaurant_box-two h5 {
	font-weight: 600;
	font-size: 110%;
}

/* 年末なんかに使うカレンダー */
.calendar {background-color: #FFFFFF; padding: 2%;}
.calendar table , .calendar tbody { width: 100%; font-size: 95%; margin-bottom: 10px; }
.calendar th {background-color: #f6e9c9;}
.calendar th , .calendar td { border: #888 1px solid; padding: 5px; width: auto; }

/* リブランドここから */
/* リブランド告知用 */
.rebrand-box {text-align: center;}
.rebrand-box  img {width: 30%;}

/* リブランド客室用 */
.renewal-first-step {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 20px;
  /* background-color: rgba(244,229,190,0.5);*/
  background: linear-gradient(rgba(95,108,107,0.7), rgba(95,108,107,0.7)),
              url(../img/common/fresh-snow.png);
  background-size: cover;
}
.renewal-first-step h2 {color: #bfaa99;}
.renewal-first-step h3 {color: #fff;}
.renewal-first-step_inner {
	max-width: 1200px;
	margin: 0 auto;
}
.renewal-first-step_imageBox {
	width: 100%;
}
.renewal-first-step_imageBox img {
	width: 100%;
}
.renewal-first-step_textBox li {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 10px 0;
	width: 100%;
	background-color: #fff;
}
.renewal-first-step_textBox li h4 {
	width: 30%;
	padding: 15px;
	font-size: 130%;
}
.renewal-first-step_textBox li p {
	width: 70%;
	padding: 10px;
}
#newroom {margin: 5% 0;}
#newroom p.lead-text {
	color: #fff;
	padding: 2% 0 6%;
}
#newroom .section-inner {
	padding: 4% 1% 5%;
}
#newroom .plan-link {
	margin: 30px 0 0;
	color: #fff;
}
#newroom .plan-link dt{
	font-size: 110%;
	margin-bottom: 10px;
}
#newroom .plan-link dd{
	margin-bottom: 5px;
}
#newroom .plan-link a{
	color: #fff;
}
#newroom .plan-link a:hover{
	opacity: 80%;
}

/* 20250815追加 */
.sliderRe-wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.sliderRe .slick-slide {
  height: auto;
  overflow: hidden;
}
.sliderRe .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumbs_list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 5px 0 5px;
}

.thumbs_list li {
  flex: 0 0 25%; /* 横幅固定 */
  height: 80px;
  cursor: pointer;
  transition: opacity 0.3s;
  list-style: none;
}
.thumbs_list li:last-child {
	margin-right: 0;
}

.thumbs_list li img {
  display: block;       /* インライン画像の隙間を消す */
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumbs_list li.slick-active {
  opacity: 1;
}

.renewal-second-step h4 {
	font-size: 140%;
	font-weight: 480;
}

.renewal-second-step .room-box-left {
    padding: 0 0 0 0;
}

.renewal-second-step .room-box-right {
    padding: 8%;
}

/* リブランドここまで */

@media (min-width: 768px) {

/* リブランドここから */
	
.thumbs_list li {
  flex: 0 0 16.6%; /* 横幅固定 */
  height: 90px;
  cursor: pointer;
  transition: opacity 0.3s;
  list-style: none;
}
.renewal-first-step_textBox li h4 {
	width: 30%;
	padding: 30px;
	font-size: 140%;
	align-items: center;
}
.renewal-first-step_textBox li p {
	width: 70%;
	padding: 15px 0 0 10px;
}
.renewal-first-step_textBox li p {
	width: 70%;
	padding: 10px;
}
#newroom p.lead-text {
	color: #fff;
	padding: 2% 5% 6%;
}
/* 20250815追加 */
.thumbs_dots {
  margin: 0 0 60px;
}
.renewal-second-step .room-box-right {
    padding: 4% 3%;
}
/* リブランドここまで */
}



