@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;700&display=swap);
@charset "UTF-8";
/**
* フォント定義
*/
/*
*色定義
*/
/* 背景色 */
/* 枠色 */
/* フォント色 */
/*
 * 幅定義
 *
 */ /**
 * [部屋詳細 お問い合わせ] レイアウト
 */
.contact-box {
  margin-top: 50px;
}
.contact-box__contents {
  margin: 20px 0 30px;
  border: 3px solid #D5D5D5;
}

.shop-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  background-color: #EFEFEF;
  border-bottom: 3px solid #D5D5D5;
}
.shop-data > div {
  display: flex;
  align-items: center;
}
.shop-data > div h4 {
  font-size: 20px;
  font-weight: bold;
  margin-right: 20px;
}
.shop-data > div span {
  display: inline-block;
  background-color: #C57D39;
  padding: 3px 20px;
  font-size: 13px;
  color: #FFF;
}
.shop-data > p {
  font-size: 14px;
}

.roomNo-text {
  font-size: 14px;
  padding: 5px 25px;
}

.shop-detail {
  border-top: 3px solid #D5D5D5;
  background-color: #EFEFEF;
  padding: 25px;
}
.shop-detail__contact {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.shop-detail__contact a {
  display: block;
  transition: all 0.6s;
}
.shop-detail__contact a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.shop-detail__contact a.b-tel {
  color: #FF6633;
  display: flex;
  align-items: center;
  font-size: 40px;
  font-weight: bold;
  margin-right: 30px;
}
.shop-detail__contact a.b-tel img {
  width: 30px;
  vertical-align: top;
  margin-right: 10px;
}
.shop-detail__list {
  margin-bottom: 25px;
}
.shop-detail__list li {
  display: inline-block;
  font-size: 14px;
  margin-right: 15px;
}
.shop-detail__list li:nth-child(3) {
  display: block;
  margin-right: 0;
}
.shop-detail__map {
  text-align: center;
}
.shop-detail__map > h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
}
.shop-detail__map > div {
  height: 200px;
  border: 1px solid #D5D5D5;
}
.shop-detail__map a {
  display: inline-block;
  color: #1D3992;
  font-size: 14px;
  margin: 20px 0 0;
  transition: all 0.6s;
}
.shop-detail__map a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.shop-detail__map a img {
  margin: 3px 5px 0 0;
  width: 25px;
  vertical-align: top;
}
.shop-detail__link {
  margin: 25px 0 10px;
}
.shop-detail__link > h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.shop-detail__link > ul {
  display: flex;
  justify-content: space-between;
}
.shop-detail__link > ul li a {
  display: inline-block;
  transition: all 0.6s;
}
.shop-detail__link > ul li a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/**
 * [検索一覧 サイドバー] レイアウト
 */
.l-sidebar {
  width: 100%;
}
.l-sidebar.list {
  max-width: 200px;
}
.l-sidebar.list .l-sidebar__contents {
  border: 1px solid #D5D5D5;
}

.sidebar-box > h3 {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  padding: 12px 0;
  background-color: var(--theme-color_3);
}
.sidebar-box__contents {
  padding: 12px;
}
.sidebar-box__contents > b {
  display: block;
  margin-bottom: 5px;
}

.selectbox-list {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.btn-list {
  text-align: center;
  margin-top: 30px;
}
.btn-list a {
  display: block;
  padding: 20px;
  transition: all 0.3s;
  margin-bottom: 15px;
  border: 1px solid #D5D5D5;
  color: #000;
  font-weight: 800;
}
.btn-list a:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.btn-list button {
  width: 200px;
  height: 80px;
  outline: none;
  border: none;
  font-size: 15px;
  font-weight: 800;
  color: #FFF;
  background-color: var(--theme-color_1);
  cursor: pointer;
}

.boxBtn-list {
  text-align: center;
}
.boxBtn-list a {
  display: block;
  width: 90%;
  border: 1px solid #D5D5D5;
  padding: 7px 0;
  margin: 10px auto 0;
  font-size: 14px;
  color: #000;
  transition: all 0.3s;
  cursor: pointer;
}
.boxBtn-list a:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

#s-price .sidebar-box__contents,
#s-size .sidebar-box__contents {
  padding: 12px 5px;
}
#s-price .checkbox-list,
#s-size .checkbox-list {
  padding: 0 7px;
}

#s-size .selectbox-list {
  margin-bottom: 0;
}

#s-year {
  text-align: center;
}
#s-year .selectbox {
  width: 70%;
}

#s-structure .checkbox-list label {
  width: 100%;
}

#s-price.sale-price .selectbox-list {
  display: block;
}
#s-price.sale-price .selectbox-list div:last-child {
  margin-bottom: 0;
}
#s-price.sale-price .selectbox {
  width: 60%;
  margin-bottom: 10px;
}

/*****************************************
 *
 * [radio / checkbox / selectbox] スタイル
 *
 *****************************************/
/* 元々のチェックボックス（非表示） */
.checkbox-list input[type=checkbox] {
  display: none;
  /* チェックボックスの代わりを成すラベル */
  /* チェックが入った時のレ点 */
}
.checkbox-list input[type=checkbox] + label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 30px;
  padding-right: 10px;
  margin: 0 0 5px;
  /* ラベルの左に表示させる正方形のボックス□ */
}
.checkbox-list input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 50%;
  border: 1px solid;
  border-color: #D5D5D5; /* 枠の色変更 お好きな色を */
  background-color: #FFF; /* 背景の色変更 お好きな色を */
}
.checkbox-list input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 18px;
  height: 9px;
  margin-top: -9px;
  top: 50%;
  left: 3px;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: var(--theme-color_1); /* チェックの色変更 お好きな色を */
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  padding: 7px;
  box-sizing: border-box;
  font-size: 13px;
  border: #D5D5D5 1px solid;
  border-radius: 0;
  background: #FFF;
}

.selectbox {
  width: 45%;
  position: relative;
  display: inline-block;
}
.selectbox::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  right: 10%;
  top: 34%;
  border-bottom: #333 2px solid;
  border-right: #333 2px solid;
  pointer-events: none;
  transform: rotate(45deg) translateY(-30%);
}

/*****************************************
 *
 * [modal] スタイル
 *
 *****************************************/
.modal {
  /*** [全体] - [チェックボックス] ***/
}
.modal .inline-checkBox {
  display: flex;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #D5D5D5;
  width: 90%;
  margin: auto;
}
.modal .inline-checkBox div {
  position: relative;
  flex: 1;
}
.modal .inline-checkBox div > input {
  width: 100%;
  height: 30px;
  opacity: 0;
}
.modal .inline-checkBox div > label {
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  border-right: 1px solid #333;
}
.modal .inline-checkBox div.disabled > label {
  color: #b6b6b6;
}
.modal .inline-checkBox div:last-child label {
  border-right: 0;
}
.modal .inline-checkBox input:checked + label {
  background: #66DD32;
  font-weight: 500;
  color: #FFF;
}
.modal .b-box h4 {
  font-size: 15px;
  padding: 3px 0 3px 10px;
}
.modal .b-box .inline-checkBox {
  width: 100%;
  flex-wrap: wrap;
  border: none;
  margin: 10px 0 20px;
}
.modal .b-box .inline-checkBox > div {
  max-width: calc((100% - 75px) / 6);
  width: 100%;
  margin: 0 15px 5px 0;
  flex: none;
}
.modal .b-box .inline-checkBox > div:nth-child(6n) {
  margin-right: 0;
}
.modal .b-box .inline-checkBox > div > label {
  border: 1px solid #333;
  border-radius: 5px;
  padding: 5px 0;
  height: auto;
  font-size: 13px;
}
.modal .contents-list__btn {
  max-width: 415px;
  width: 100%;
  margin: 10px auto;
}
.modal .search-btn {
  display: block;
  width: 100%;
  height: 105px;
  margin-bottom: 20px;
  transition: all 0.5s;
}

/**
 * [部屋詳細 サイドバー] レイアウト
 */
.l-sidebar {
  width: 100%;
}
.l-sidebar.detail {
  max-width: 130px;
}
.l-sidebar.ac {
  position: fixed;
  top: 127px;
}

.sideContact-list__item {
  height: 100px;
  margin-bottom: 20px;
  text-align: center;
}
.sideContact-list__item:first-child {
  background-color: var(--theme-color_1);
}
.sideContact-list__item:last-child {
  background-color: var(--theme-color_1);
}
.sideContact-list__item a {
  height: 100%;
  padding-top: 25px;
  display: block;
  transition: all 0.6s;
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
}
.sideContact-list__item a:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.sideContact-list__item img {
  display: block;
  margin: 0 auto 10px;
}

.slider-list {
  max-width: 310px;
  width: 100%;
}
.slider-list .slick-dots li.slick-active button:before {
  color: var(--theme-color_1);
  opacity: 1;
}
.slider-list .slick-dots li button:hover:before,
.slider-list .slick-dots li button:focus:before {
  color: var(--theme-color_1);
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
  width: 310px;
  height: 230px;
}
.slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50%;
  object-position: 50%;
}

.slick-prev,
.slick-next {
  z-index: 1;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: 0.7;
}

/**
 * [部屋詳細] レイアウト
 */
.l-main__contents.detail {
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
}
.l-main__contents.detail .l-contents {
  width: calc(100% - 180px);
  margin-left: auto;
}

/**
 * [部屋詳細] - [概要]
 */
.catch-msg {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-right: 10px;
}

.summary-tableList {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  width: 100%;
  margin-bottom: 15px;
}
.summary-tableList th, .summary-tableList td {
  height: 50px;
  font-size: 14px;
  padding: 10px 15px;
}
.summary-tableList th {
  width: 120px;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  background-color: var(--theme-color_3);
  font-weight: bold;
}
.summary-tableList th > div {
  display: flex;
  align-items: center;
}
.summary-tableList th span {
  font-size: 13px;
  display: inline-block;
  color: #FFF;
  padding: 5px;
  margin-right: 15px;
  background-color: var(--theme-color_1);
}
.summary-tableList th h3 {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
}
.summary-tableList td {
  width: 250px;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
}
.summary-tableList td strong {
  color: #FF6633;
  font-size: 20px;
}

/**
 * [部屋詳細] - [優良会員リスト]
 */
.shop-list {
  background-color: #EFEFEF;
  padding: 20px;
}
.shop-list__contents {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.shop-list__1 {
  width: 115px;
  text-align: center;
}
.shop-list__1 a {
  display: inline-block;
  font-size: 14px;
  margin-top: 5px;
  color: #1D3992;
}
.shop-list__2 {
  width: 400px;
}
.shop-list__2 p {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}
.shop-list__3 {
  width: 200px;
}
.shop-list__3 > p {
  font-size: 14px;
}
.shop-list__3 a {
  display: block;
  margin-top: 15px;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.6s;
}
.shop-list__3 a:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.shop-list__3 a.b-tel {
  color: #FF6633;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.shop-list__3 a.b-tel img {
  width: 22px;
  vertical-align: top;
  margin-right: 10px;
}

.head-border {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.head-border:before, .head-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #333;
}
.head-border:before {
  margin-right: 1rem;
}
.head-border:after {
  margin-left: 1rem;
}

.shop-tableList th, .shop-tableList td {
  padding: 2px 20px 1px 0;
  font-size: 14px;
}
.shop-tableList td a {
  display: inline-block;
  margin-left: 5px;
  color: #1D3992;
  font-size: 14px;
}

/**
 * [部屋詳細] - [スライダー＆動画]
 */
.img-contents {
  margin: 80px 0 0;
}
.img-contents .tab-list {
  width: 100%;
  margin: 0 auto 20px;
  display: flex;
}
.img-contents .tab-list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D5D5D5;
  font-weight: bold;
  border-bottom: 3px solid #D5D5D5;
  margin-right: 4%;
  width: 48%;
  font-size: 20px;
  text-align: center;
  padding: 20px 0;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
}
.img-contents .tab-list__item:hover {
  opacity: 0.6;
}
.img-contents .tab-list__item.ac {
  color: #000;
  border-bottom: 3px solid var(--theme-color_1);
}
.img-contents .tab-list__item.ac:hover {
  opacity: 1;
}
.img-contents .tab-list__item:last-child {
  margin-right: 0;
}
.img-contents .tab-list__item img {
  margin-right: 8px;
}

.image-gallery {
  width: 70%;
  margin: auto;
}
.image-gallery li {
  width: 600px;
  height: 380px;
  padding: 5px 0;
}
.image-gallery img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50%;
  object-position: 50%;
}

.category-gallery li {
  width: 600px;
  height: 30px;
  text-align: center;
}

.choice-btn {
  width: 90%;
  margin: 30px auto;
}
.choice-btn li {
  width: 150px;
  height: 110px;
}
.choice-btn li img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50%;
  object-position: 50%;
}

.image-item {
  position: relative;
  display: inline-block;
  overflow: hidden; /* 縁を超えた要素を隠す */
}

.image-item img {
  display: block;
  width: 100%;
  height: auto;
}

.hover-overlay {
  position: absolute;
  bottom: -50%; /* 初期位置を下に設定 */
  left: 0;
  width: 100%;
  height: 30%; /* 下半分 */
  background-color: rgba(86, 86, 86, 0.7); /* 半透明のグレー */
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: bottom 0.3s ease, opacity 0.3s ease;
  opacity: 0; /* 初期状態は透明 */
}

.image-item:hover .hover-overlay {
  bottom: 0; /* hover時の最終位置 */
  opacity: 1;
}

/*slick setting*/
.slick-prev:before,
.slick-next:before {
  color: #000;
}

.main-movie {
  text-align: center;
}

/**
 * [部屋詳細] - [お問い合わせボタン]
 */
.contact-btn {
  text-align: center;
  margin: 30px auto;
}
.contact-btn a {
  display: inline-block;
  padding: 25px 20px;
  font-weight: 800;
  color: #FFF;
  transition: all 0.6s;
  background-color: var(--theme-color_1);
}
.contact-btn a:hover {
  color: rgba(255, 255, 255, 0.7);
}

/**
 * [部屋詳細] - [部屋詳細]
 */
.room-contents > h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.room-contents__footer {
  display: flex;
  justify-content: space-between;
  margin-top: -25px;
}

.room-tableList {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  width: 100%;
  margin-bottom: 30px;
}
.room-tableList th, .room-tableList td {
  font-size: 14px;
  padding: 12px 15px;
}
.room-tableList th {
  width: 160px;
  background-color: var(--theme-color_3);
  font-weight: bold;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
}
.room-tableList th span {
  font-size: 13px;
  display: inline-block;
  background-color: #66DD32;
  color: #FFF;
  padding: 5px;
  margin-right: 15px;
  position: relative;
  top: -2px;
}
.room-tableList th h3 {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
}
.room-tableList td {
  width: 250px;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
}
.room-tableList td b {
  color: #FF6633;
  font-size: 20px;
}

/**
 * [部屋詳細] - [マップコンテンツ]
 */
.b-map > h3 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}
.b-map__contents > p {
  font-size: 14px;
  margin: 10px 0;
}

.map-icon {
  background-color: var(--theme-color_1);
  padding: 20px;
}
.map-icon .checkbox-list img {
  margin-right: 5px;
  width: 18px;
}
.map-icon .checkbox-list label {
  font-size: 14px;
}

/*****************************************
 *
 * [radio / checkbox / selectbox] スタイル
 *
 *****************************************/
/* 元々のチェックボックス（非表示） */
.checkbox-list input[type=checkbox] {
  display: none;
  /* チェックボックスの代わりを成すラベル */
  /* チェックが入った時のレ点 */
}
.checkbox-list input[type=checkbox] + label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 30px;
  padding-right: 10px;
  margin: 0 0 5px;
  /* ラベルの左に表示させる正方形のボックス□ */
}
.checkbox-list input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 50%;
  border: 1px solid;
  border-color: #333; /* 枠の色変更 お好きな色を */
  background-color: #FFF; /* 背景の色変更 お好きな色を */
}
.checkbox-list input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 18px;
  height: 9px;
  margin-top: -9px;
  top: 50%;
  left: 3px;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #66DD32; /* チェックの色変更 お好きな色を */
}
