/* 	CSS追加2026年07月※内容追加
	-------------------------*/


/* ========================================
   キャンセル料金テーブル
======================================== */
.cancel-table {
  max-width: 720px;
  border: 1px solid #d8ccb5;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  font-size: 15px;
  color: #555;
  margin: 0 auto;
}

.cancel-table__head {
  background: #ddd8cd;
  color: #555;
  font-weight: 700;
  border-bottom: 1px solid #d8ccb5;
}

.cancel-table__head > div {
  padding: 8px 28px;
}

.cancel-table__row {
  border-bottom: 1px solid #d8ccb5;
}

.cancel-table__row:last-child {
  border-bottom: none;
}

.cancel-table__cell {
  padding: 8px 28px;
  line-height: 1.5;
}

.cancel-table__label {
  position: relative;
  font-weight: 600;
  border-right: 1px solid #d8ccb5;
  padding-left: 44px;
}

.cancel-table__price {
  text-align: center;
  font-weight: 600;
}

/* md未満、つまりsm幅以下で1列 */
@media (max-width: 767.98px) {
  .cancel-table__label {
    border-right: none;
    border-bottom: 1px solid #d8ccb5;
    background: #faf9f6;
  }

  .cancel-table__price {
    text-align: left;
    padding-left: 44px;
  }
}



/* ========================================
   1. ペットホテルの料金表
======================================== */

.hotel-price-section {
  margin: 30px 0 50px;
  color: #555;
}


/* 共通ボックス */

.hotel-block {
  margin-bottom: 25px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d8ccb5;
  border-radius: 6px;
}

.hotel-block-title {
  margin: 0;
  padding: 14px 18px;
  background: #ddd8cd;
  /* =border-bottom: 1px solid #d8ccb5;*/
  color: #555;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
}

/* Bootstrapの2カラム */

.hotel-price-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.hotel-price-row > [class*="col-"] {
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
}

.hotel-price-block {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* 基本情報表 */

.hotel-info-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

.hotel-info-table th,
.hotel-info-table td {
  padding: 15px 18px;
  border-bottom: 1px solid #d8ccb5;
  font-size: 15px;
  line-height: 1.7;
  vertical-align: middle;
}

.hotel-info-table tr:last-child th,
.hotel-info-table tr:last-child td {
  border-bottom: none;
}

.hotel-info-table th {
  width: 30%;
  background: #faf9f6;
  border-right: 1px solid #d8ccb5;
  font-weight: normal;
  text-align: left;
}

.hotel-info-table td {
  width: 70%;
  background: #fff;
  font-weight: bold;
}

/* 料金表 */

.hotel-price-table {
  width: 100%;
  height: 100%;
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

.hotel-price-table th,
.hotel-price-table td {
  padding: 14px 15px;
  border-right: 1px solid #d8ccb5;
  border-bottom: 1px solid #d8ccb5;
  font-size: 15px;
  line-height: 1.7;
  vertical-align: middle;
}

.hotel-price-table th:last-child,
.hotel-price-table td:last-child {
  border-right: none;
}

.hotel-price-table tbody tr:last-child td {
  border-bottom: none;
}

.hotel-price-table thead th {
  background: #f2efe8;
  font-weight: normal;
  text-align: center;
}

.hotel-price-table thead th:first-child {
  width: 68%;
}

.hotel-price-table thead th:last-child {
  width: 32%;
}

.hotel-price-table td {
  background: #fff;
}

.hotel-price-table .price-cell {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

.hotel-price-table .price-note {
  font-size: 15px;
  font-weight: normal;
}

/* 繁忙期・店休日 */

.hotel-notice-content {
  padding: 20px 24px;
  background: #faf9f6;
}

.hotel-notice-content ul {
  margin: 0;
  padding-left: 1.5em;
}

.hotel-notice-content li {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.8;
}

.hotel-notice-content li:last-child {
  margin-bottom: 0;
}

/* Bootstrap 3のmd切り替え幅 */

@media screen and (max-width: 991px) {

  .hotel-price-row {
    display: block;
  }

  .hotel-price-row > [class*="col-"] {
    display: block;
  }

  .hotel-price-block {
    height: auto;
  }

}

/* スマートフォン */

@media screen and (max-width: 767px) {

  .hotel-price-section {
    margin: 20px 0 40px;
  }

  .hotel-section-title {
    margin-bottom: 20px;
    font-size: 23px;
  }

  .hotel-block {
    margin-bottom: 20px;
    border-radius: 4px;
  }

  .hotel-block-title {
    padding: 12px 14px;
    font-size: 16px;
  }

  .hotel-info-table th,
  .hotel-info-table td,
  .hotel-price-table th,
  .hotel-price-table td {
    padding: 12px 10px;
    font-size: 14px;
  }

  .hotel-info-table th {
    width: 35%;
  }

  .hotel-info-table td {
    width: 65%;
  }

  .hotel-price-table thead th:first-child {
    width: 65%;
  }

  .hotel-price-table thead th:last-child {
    width: 35%;
  }

  .hotel-price-table .price-cell {
    font-size: 15px;
  }

  .hotel-notice-content {
    padding: 16px 14px;
  }

  .hotel-notice-content li {
    font-size: 14px;
  }

}





/* ========================================
   2. お泊まり中のお散歩
======================================== */

.hotel-walk-section {
  margin: 30px 0 50px;
  color: #555;
}

/* Bootstrapの2カラム */

.hotel-walk-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.hotel-walk-row > [class*="col-"] {
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
}

/* 各ボックス */

.hotel-walk-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d8ccb5;
  border-radius: 6px;
}

/* お散歩料金表 */

.hotel-walk-table{
    width:100%;
    height:100%;
    table-layout:fixed;
    border-collapse:collapse;
}

.hotel-walk-block{
    display:flex;
    flex-direction:column;
}

.hotel-walk-table{
    flex:1;
}

.hotel-walk-table th,
.hotel-walk-table td {
  padding: 15px;
  border-right: 1px solid #d8ccb5;
  border-bottom: 1px solid #d8ccb5;
  font-size: 15px;
  line-height: 1.7;
  vertical-align: middle;
}

.hotel-walk-table th:last-child,
.hotel-walk-table td:last-child {
  border-right: none;
}

.hotel-walk-table tbody tr:last-child td {
  border-bottom: none;
}

.hotel-walk-table thead th {
  background: #f2efe8;
  font-weight: normal;
  text-align: center;
}

.hotel-walk-table thead th:first-child {
  width: 60%;
}

.hotel-walk-table thead th:last-child {
  width: 40%;
}

.hotel-walk-table td {
  background: #fff;
}

.hotel-walk-table .walk-price-cell {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

/* お散歩について */

.hotel-walk-content {
  flex: 1;
  padding: 20px 24px;
  background: #faf9f6;
}

.hotel-walk-content p {
  margin: 0 0 15px;
  font-size: 15px;
  line-height: 1.9;
}

.hotel-walk-content p:last-child {
  margin-bottom: 0;
}

/* Bootstrap 3のmd切り替え幅 */

@media screen and (max-width: 991px) {

  .hotel-walk-row {
    display: block;
  }

  .hotel-walk-row > [class*="col-"] {
    display: block;
  }

  .hotel-walk-block {
    height: auto;
  }

}

/* スマートフォン */

@media screen and (max-width: 767px) {

  .hotel-walk-section {
    margin: 20px 0 40px;
  }

  .hotel-walk-table th,
  .hotel-walk-table td {
    padding: 12px 10px;
    font-size: 14px;
  }

  .hotel-walk-table thead th:first-child {
    width: 58%;
  }

  .hotel-walk-table thead th:last-child {
    width: 42%;
  }

  .hotel-walk-table .walk-price-cell {
    font-size: 15px;
  }

  .hotel-walk-content {
    padding: 16px 14px;
  }

  .hotel-walk-content p {
    font-size: 14px;
    line-height: 1.8;
  }

}


/*==================================
  ホテル利用条件
==================================*/

.hotel-condition-section{
    margin:30px 0 50px;
    color:#555;
}

.hotel-condition-content{
    padding:25px;
    background:#faf9f6;
}

.condition-lead{
    margin:0 0 20px;
    line-height:1.9;
}

.condition-list{
    margin:0;
    padding-left:25px;
}

.condition-list li{
    margin-bottom:12px;
    line-height:1.8;
}

.condition-note{
    margin-top:20px;
    padding:15px;
    background:#fff;
    border-left:4px solid #ddd8cd;
    line-height:1.9;
}

/*==============================
  スマホ
==============================*/

@media screen and (max-width:767px){

    .hotel-condition-content{
        padding:18px;
    }

    .condition-list{
        padding-left:20px;
    }

    .condition-list li{
        margin-bottom:10px;
        font-size:14px;
    }

    .condition-note{
        margin-top:15px;
        padding:12px;
        font-size:14px;
    }

}