.kaipage {
  display: block;
  padding: 10px 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  text-align: center;
  color: #fff;
}
.kaipage a {
  margin: 5px 10px;
}
.page {
  display: block;
  padding: 10px 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.page a {
  margin: 0 10px;
}
.page.koe a {
  margin: 0 5px;
}
.konopage {
  color: #333;
  text-decoration: none;
}
.serv {
  margin-top: 36px;
}
.service-list .img {
  margin-top: 10px;
  margin-bottom: 10px;
}
.service-list .txt {
  margin-bottom: 10px;
}
.service-list ul li.whitebox {
  background-color: white;
  margin: 0;
  padding: 0;
}
.service {
  width: 100%;
  text-align: center;
}
.service th {
  height: 35px;
  padding: 0 10px;
  color: #fff;
  background-color: #0068b7;
  border: solid 1px #b3b3b3;
}
.service td {
  padding: 10px;
  color: #000;
  background-color: #fff;
  border: solid 1px #b3b3b3;
}
th.bikou {
  width: 360px;
}
.ryoukin {
  width: 120px;
}
td.bikou {
  text-align: left;
}
.service._2column td:not(.bikou) {
  background-color: #eee;
  min-width: 186px;
}
.zeinuki {
  font-size: 11px;
  text-align: right;
  margin-top: 10px;
}
.top section h2.adjust {
  font-size: 27px;
  margin-bottom: 20px;
}
#indexSearchArea #indexContentsLeft .contents-block.aisatu {
  padding-top: 5px;
}
#light1year {
  padding-left: 1px;
  padding-right: 1px;
}
.lightyeraprice {
  background-color: #f3f3f3;
  padding: 7px 0px 7px 0px;
  margin: 0px 0px 0px 0px;
  border: #cccccc solid 1px;
  text-align: center;
  vertical-align: middle;
}

.koumoku {
  background-color: #0068b7;
  padding: 7px 0px 7px 0px;
  margin: 0px 0px 0px 0px;
  border: #b3b3b3 solid 1px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  color: #fff;
}
.tanka {
  width: 120px !important;
}
.tanka.aka {
  color: #e40037;
}
.priceimg-room {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.priceimg-room img {
  width: 334px;
  padding-right: -2px;
}
.hikaku-hd {
  margin-top: 50px;
}
#hikaku {
  width: 100%;
  text-align: center;
}
#hikaku th {
  background-color: #f3f3f3;
  width: 300px;
  border: solid 1px #cccccc;
}

#hikaku .hikaku-koumoku {
  font-weight: bold;
  background-color: #e7e2de;
  border: solid 1px #cccccc;
  width: 300px;
  padding: 7px 0;
}
#hikaku .hikaku-koumoku.stup {
  background-color: #f12626;
  color: #ffffff;
  letter-spacing: -0.1em;
}
.hikaku1 {
  background-color: #fff;
  border: solid 1px #cccccc;
  padding: 15px;
}
.hikaku2 {
  background-color: #fff;
  border: solid 1px #cccccc;
  padding: 15px;
}
.hikaku1.stup,
.hikaku2.stup {
  background-color: #fff8db;
}
.hikaku-hd .zeinuki {
  margin-top: 15px;
}
/* アイコン+文字カード */
.list-card {
  display: -ms-grid;
  display: grid;
  grid: auto / 1fr 1fr 1fr;
  gap: 2px;
  padding: 30px;
  background-color: #c7e9f8;
}

.list-card-item {
  display: block;
  padding: 20px;
  background-color: #fff;
}

.list-card-item-img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.list-card-item-description {
  display: block;
}

.list-card-item-title {
  font-weight: 700;
  letter-spacing: 1px;
  color: #000;
  margin: 10px 0 5px;
  text-align: center;
}

.list-card-item-txt {
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  .list-card {
    display: block;
    grid: unset;
    gap: unset;
  }
  .list-card-item {
    display: -ms-grid;
    display: grid;
    grid: auto / 30% 1fr;
    gap: 10px;
  }
  .list-card-item:not(:last-of-type) {
    margin-bottom: 2px;
  }
  .list-card-item-img {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .list-card-item-title {
    text-align: left;
  }
  .service._2column td:not(.bikou) {
    min-width: initial;
    width: 9%;
  }
}
