@charset "UTF-8";
/*
Theme Name:Switch child
Theme URI:https://tcd-theme.com/tcd063
Description:WordPressテーマ「Switch」の子テーマ
Template:switch_tcd063
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.0
*/

/*
  ここから下にCSSを追記してください。
*/

/*
予約番検索モジュール設置
**********************************************/

.search_489ban-wrap .ttl-wrap{
  text-align: center;
  margin-bottom: 30px;
}

.search_489ban-wrap .main-ttl{
  font-size: 1.2rem;
  margin-bottom: 10px;
  text-align: center;
}

.search_489ban-wrap .sub-ttl{
  display: block;
  padding-top: 4px;
  font-size: 0.8rem;
}

#search_489ban {
  margin: 0 auto;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* フォーム全体のレイアウト */
#search_489ban form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

#search_489ban .main_489ban {
  display: flex;
  flex-wrap: wrap;
  width: 84%;
  gap: 15px 4px;
}

#search_489ban .main_489ban {
  display: flex;
  flex-wrap: wrap;
  width: 84%;
  gap: 15px 4px;
}

.search_489ban-wrap .main-ttl{
  font-size: 1.2rem;
  margin-bottom: 10px;
  text-align: center;
}

.search_489ban-wrap .sub-ttl{
  display: block;
  padding-top: 4px;
  font-size: 0.8rem;
}

/* 各セクションの基本スタイル */
#search_489ban dl {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#search_489ban dt {
  margin: 0;
  padding: 0 0 5px 0;
  font-weight: bold;
  font-size: 14px;
  color: #000;
}

#search_489ban dd {
  margin: 0;
  padding: 0;
}

/* セレクトボックスとインプットの共通スタイル */
#search_489ban select,
#search_489ban input[type="checkbox"] {
  padding: 6px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
  min-width: 50px;
  max-width: 100%;
}

#search_489ban select#area {
  min-width: 120px;
}

#search_489ban select:focus {
  border-color: #000;
  outline: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
}

/* エリアセクション */
#search_489ban .area_489ban {
  width: 19%;
}

#search_489ban .area_489ban select {
  width: 30%;
}

/* 宿泊日セクション */
#search_489ban .date_489ban {
  width: 42%;
}

#search_489ban .date_489ban select {
  margin-right: 5px;
}

#search_489ban .date_489ban label {
  display: flex;
  align-items: center;
  font-size: 14px;
  justify-content: flex-start;
}

/* インボックスセクション */
/*1番目だけ*/
#search_489ban .inbox_489ban:nth-of-type(1) {
  width: 12%;
}
#search_489ban .inbox_489ban {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  width: 25%;
  margin-bottom: 10px;
}

/* 泊数と部屋数セクション */
#search_489ban .stay_489ban {
  width: 44%;
}

#search_489ban .room_489ban {
  width: 100%;
}

/* 大人と子供のセクション */
#search_489ban .person_489ban {
  width: 50%;
}

#search_489ban .person_489ban span,
#search_489ban .room_489ban span {
  margin-left: 3px;
  font-size: 14px;
}

/* 検索ボタン */
#search_489ban button {
  padding: 10px 20px;
  width: auto;
  min-width: 100px;
  background: #000;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.2s;
  margin: auto;
}

#search_489ban button:hover {
  background-color: #333;
}

/* 日付セレクトボックスのレイアウト調整 */
#search_489ban #date_ym,
#search_489ban #date_d {
  width: auto;
  display: inline-block;
}

#search_489ban #date_ym {
  width: 110px;
}

#search_489ban #date_d {
  width: 70px;
}

/* チェックボックス調整 */
#search_489ban input[type="checkbox"] {
  margin-right: 5px;
  min-width: 16px;
  accent-color: #000;
}

/* セレクトボックスの高さを統一 */
#search_489ban select {
  height: 38px;
  border-color: #555;
}

.search_489ban-wrap {
  max-width: 1000px;
  margin: 0 auto 20px;
  box-sizing: border-box;
}

.search_489ban-wrap .link-wrap {
  width: 100%;
}

.search_489ban-wrap .link-wrap ul {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  margin: 0;
}

.search_489ban-wrap .link-wrap ul li {
  list-style: none;
}

.search_489ban-wrap .link-wrap ul li a {
  font-size: 90%;
  text-decoration: none;
}

.search_489ban-wrap .link-wrap ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

#js-cb .search_489ban-wrap .link-wrap ul li {
  padding-right: 0;
}

#search_489ban .date_489ban dd input[type="date"] {
  padding: 6px;
  border: 1px solid #555;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
  min-width: 50px;
  max-width: 100%;
  height: 38px;
}

/* タブ切り替え部分 */

.tabs {
  margin: 0;
}

.tab-list {
  display: flex;
}

.search_489ban-wrap .tabs a {
  color: #000;
}

.search_489ban-wrap .tabs .tab-list {
  margin: 0;
}

.search_489ban-wrap .tabs .tab-list li {
  list-style-type: none;
  width: calc(100% / 3);
  line-height: 1.5em;
  text-align: center;
}

.tab-item {
  border-radius: 5px 5px 0 0;
  background-color: #fff;
  border: solid 1px #000;
  padding: 0.5em 1.2em;
  cursor: pointer;
}

.tab-content {
  background-color: #f5f5f5;
}

.tab-panel {
  display: none;
}

.tab-item.active {
  background-color: #000;
  color: #fff;
  font-weight: bold;
}

.tab-panel.active {
  display: block;
  padding: 3%;
}

.tab-panel.active h2 {
  font-size: 20px;
  font-weight: bold;
}

.tab-panel.active .linkA,
.tab-panel.active .linkB {
  margin: 30px 0 20px;
}

.tab-panel.active .linkA a {
  font-size: 20px;
  font-weight: bold;
  display: block;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  padding: 0.5em;
  background-color: #666;
  max-width: 24em;
  border-radius: 15px;
}

.tab-panel.active .linkA a:hover {
  background-color: #999;
}

.tab-panel.active .linkB a {
  font-size: 20px;
  font-weight: bold;
  display: block;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  padding: 0.5em;
  background-color: #666;
  max-width: 24em;
  border-radius: 15px;
}

.tab-panel.active .linkB a:hover {
  background-color: #999;
}

.tab-panel.active p {
  font-size: 16px;
  line-height: 1.8em;
}

.tab-panel.active dl {
  margin: 30px auto 0px;
  width: 18em;
}

.tab-panel.active dt {
  font-size: 16px;
  line-height: 2em;
  margin: 0 0 -2em;
}

.tab-panel.active dd {
  font-size: 16px;
  line-height: 2em;
  margin: 0 0 0 6em;
}

@media (max-width: 1046px) {
  #search_489ban .main_489ban {
    width: 85%;
  }
}

@media (max-width: 1035px) {
  #search_489ban .area_489ban {
    width: 22%;
  }
  #search_489ban .date_489ban {
    width: 30%;
  }
  #search_489ban .inbox_489ban:nth-of-type(1) {
    width: 15%;
  }
  #search_489ban .inbox_489ban {
    width: 27%;
  }
}

/* レスポンシブ対応 */
@media (max-width: 946px) {
  #search_489ban {
    width: 85%;
    padding: 15px;
  }

  .search_489ban-wrap .ttl-wrap {
    margin: 0 auto;
  }

  #search_489ban .main_489ban {
    width: 75%;
    gap: 10px;
  }

  #search_489ban .area_489ban {
    width: 23%;
  }

  #search_489ban .date_489ban {
    width: 23%;
  }

  #search_489ban .inbox_489ban:nth-of-type(1) {
    width: 14%;
  }

  #search_489ban .inbox_489ban {
    width: 30%;
    gap: 10px;
  }

  #search_489ban .stay_489ban {
    width: 37%;
  }

  #search_489ban .person_489ban {
    width: 45%;
  }

  #search_489ban button {
    width: 20%;
    margin: 38px auto 0;
  }
}

@media (max-width: 906px) {
  .search_489ban-wrap .ttl-wrap {
    width: calc(20% - 20px);
    text-align: center;
  }

  #search_489ban {
    width: 80%;
  }

  #search_489ban .area_489ban {
    width: 30%;
  }

  #search_489ban .inbox_489ban {
    width: 34%;
  }

  #search_489ban .date_489ban {
    width: 66%;
  }

  #search_489ban .inbox_489ban:nth-of-type(1) {
    width: 19%;
  }

  #search_489ban .inbox_489ban {
    width: 40%;
  }

  .date_489ban input[type="date"] {
    margin-bottom: 6px;
  }
}

@media (max-width: 878px) {
  #search_489ban .main_489ban {
    width: 85%;
  }

  .search_489ban-wrap .ttl-wrap {
    width: 100%;
  }

  .search_489ban-wrap .main-ttl {
    font-size: 1.5rem;
    margin-bottom: 24.2px;
  }

  #search_489ban {
    width: 100%;
  }

  #search_489ban .area_489ban {
    width: 20%;
  }

  #search_489ban .date_489ban {
    width: 23%;
  }

  #search_489ban .inbox_489ban:nth-of-type(1) {
    width: 14%;
  }
  #search_489ban .inbox_489ban {
    width: 29%;
  }
  #search_489ban button {
    width: 15%;
  }
}

@media (max-width: 830px) {
  #search_489ban .main_489ban {
    width: 100%;
  }

  #search_489ban .area_489ban {
    width: 18%;
  }

  #search_489ban .date_489ban {
    width: 41%;
  }

  .date_489ban input[type="date"] {
    margin-bottom: 0;
  }

  #search_489ban .inbox_489ban:nth-of-type(1) {
    width: 11.1%;
  }

  #search_489ban .inbox_489ban {
    width: 24.5%;
  }
  #search_489ban button {
    margin: 0 auto 0;
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  #search_489ban .area_489ban,
  #search_489ban .date_489ban,
  #search_489ban .inbox_489ban {
    width: 48%;
  }

  #search_489ban .area_489ban select {
    width: 100%;
  }

  #search_489ban #date_ym {
    width: 50%;
  }

  #search_489ban #date_d {
    width: 30%;
  }

  #search_489ban select {
    width: 78%;
  }

  #search_489ban button {
    width: 30%;
    margin: 16px auto 0;
  }
}

@media (max-width: 540px) {
  .tab-panel.active .linkA a,
  .tab-panel.active .linkB a {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .search_489ban-wrap {
    padding: 0;
  }

  #search_489ban {
    width: 100%;
  }

  #search_489ban .main_489ban {
    gap: 10px;
    width: 100%;
  }

  #search_489ban .area_489ban,
  #search_489ban .date_489ban {
    width: 100%;
  }

  #search_489ban .area_489ban select {
    width: 100%;
  }

  #search_489ban .inbox_489ban {
    width: 66%;
    gap: 5px;
  }

  #search_489ban .inbox_489ban:nth-of-type(1) {
    width: 30%;
  }

  #search_489ban select {
    width: 70%;
  }

  #search_489ban button {
    width: 100%;
    margin-top: 8px;
  }

  .search_489ban-wrap .link-wrap ul {
    flex-direction: column;
    gap: 0;
    margin: 8px 0 0 0;
    padding: 0;
  }
}

@media (max-width: 320px) {
  #search_489ban .inbox_489ban:nth-of-type(1),
  #search_489ban .inbox_489ban {
    width: 100%;
  }
}

/* ----------------------
自社予約システムしようできるようになるまで
-----------------------------------------------*/

/* 現在、オンライン予約システムを準備中です */
.rsv-banner {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 2rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background: #fff;
}
.rsv-left {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.rsv-icon {
  font-size: 28px;
  color: #999;
  flex-shrink: 0;
  margin-top: 2px;
}
.rsv-label {
  font-size: 11px !important;
  letter-spacing: .08em !important;
  color: #aaa !important;
  margin: 0 0 4px !important;
}
.rsv-title {
  font-size: 17px !important;
  font-weight: 500 !important;
  color: #333 !important;
  margin: 0 0 6px !important;
}
.rsv-desc {
  font-size: 14px !important;
  color: #666 !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}
.rsv-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border: 1px solid #333;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #333 !important;
  background: transparent;
  text-decoration: none;
  white-space: nowrap;
}
.rsv-btn:hover {
  background: #f5f5f5;
}
@media (max-width: 600px) {
  .rsv-banner {
    flex-direction: column;
    align-items: flex-start;
  }
  .rsv-btn {
    width: 100%;
    justify-content: center;
  }
}

/* ご予約、お問い合せは24時間受け付けております(ご予約はこちら　を一時非表示) */
.l-footer .p-footer-link__list > li:nth-child(2) {
    display: none;
}