@charset "UTF-8";
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
.pageTitle .titleArea h1 {
  font-size: min(5.5vw, 4.2rem);
}

.bg {
  background: #f8f8f8;
}

.textWrap {
  padding: 60px 0;
}

.normalBtn.color a {
  background: #CEBB6F;
  border-color: #CEBB6F;
  max-width: 600px;
  font-size: min(5vw, 2.5rem);
  margin: 50px auto 0;
  text-align: center;
}
.normalBtn:not(.color) a {
  max-width: 450px;
}

ul.anchor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin: 50px 0;
}
ul.anchor li {
  transition: 0.5s;
}
ul.anchor li a {
  position: relative;
  padding-bottom: 35px;
  font-size: min(4vw, 2rem);
}
ul.anchor li a::after {
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f0d7";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.5rem;
  color: #CEBB6F;
}
ul.anchor li:hover {
  transform: translateY(5px);
}

.normal_smallTitle {
  margin-top: 30px;
}
.normal_smallTitle + p, .normal_smallTitle + ul {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(3.5vw, 1.6rem);
  margin-top: 10px;
}

p.normalTxt, ul.normalTxt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(3.5vw, 1.6rem);
  margin-top: 10px;
}
p.normal_small_Txt, ul.normal_small_Txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(3.5vw, 1.5rem);
  margin-top: 10px;
}

ul.normalTxt li {
  padding-left: 1em;
  text-indent: -1em;
}
ul.normalTxt li span.tel {
  margin-left: 1em;
}
@media all and (max-width: 480px) {
  ul.normalTxt li span.tel {
    display: block;
    margin-left: 1.8em;
  }
}
ul.normalTxt li span.tel a {
  font-weight: 500;
  pointer-events: none;
}
@media all and (max-width: 896px) {
  ul.normalTxt li span.tel a {
    pointer-events: auto;
  }
}
@media all and (max-width: 896px) {
  ul.normalTxt li span.tel + br.pconly {
    display: block;
  }
}
@media all and (max-width: 480px) {
  ul.normalTxt li span.tel + br.pconly {
    display: none;
  }
}

.accordion_button {
  position: relative;
  cursor: pointer;
  margin-bottom: 30px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 5px;
}
.accordion_button::after {
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f0d7";
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  font-size: 3rem;
}
.accordion_button:hover {
  opacity: 0.7;
  transition: 0.5s;
}
.accordion_button.active::after {
  transform: translateY(-50%) scaleY(-1);
}

.accordion_box {
  display: none;
}
.accordion_box .textArea {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1.5px;
}
.accordion_box .textArea p {
  font-size: min(3.5vw, 1.6rem);
  font-weight: 400;
}
.accordion_box .textArea ul {
  font-size: min(3.2vw, 1.4rem);
  margin-top: 10px;
}
.accordion_box .textArea ul li {
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 400;
}

table {
  width: 100%;
  border: 1px solid #3C3C3C;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 400;
}
@media all and (max-width: 896px) {
  table {
    width: 890px;
  }
}
table.price th, table.price td {
  width: 16.6666666667%;
}
table.viala {
  max-width: 900px;
}
@media all and (max-width: 896px) {
  table.viala {
    width: 600px;
  }
}
table.viala th, table.viala td {
  width: 33.3333333333%;
}
table.viala th:not(.color1, .color2) {
  font-size: 1.8rem;
}
@media all and (max-width: 896px) {
  table.viala th:not(.color1, .color2) {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 480px) {
  table.viala th:not(.color1, .color2) {
    font-size: 3vw;
  }
}
table.bathingtax {
  max-width: 900px;
  margin-top: 5px;
}
@media all and (max-width: 896px) {
  table.bathingtax {
    width: 467px;
  }
}
table.bathingtax th, table.bathingtax td {
  width: 25%;
}
table.bathingtax06 {
  max-width: 900px;
  margin-top: 5px;
}
@media all and (max-width: 896px) {
  table.bathingtax06 {
    width: 700px;
  }
}
table.bathingtax06 th, table.bathingtax06 td {
  width: 16.6666666667%;
}
table.bathingtax07 {
  max-width: 1000px;
  margin-top: 5px;
}
@media all and (max-width: 896px) {
  table.bathingtax07 {
    width: 700px;
  }
}
table.bathingtax07 th, table.bathingtax07 td {
  width: 14.2857142857%;
}
table.cancel th, table.cancel td {
  width: 16.6666666667%;
}
table tbody {
  -webkit-text-size-adjust: 100%;
}
table tr th {
  padding: 15px 5px;
  border-bottom: 1px solid #3C3C3C;
  border-right: 1px solid #3C3C3C;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  font-size: 1.6rem;
}
@media all and (max-width: 896px) {
  table tr th {
    font-size: 1.3rem;
  }
}
@media all and (max-width: 480px) {
  table tr th {
    padding: 10px 5px;
    font-size: 3vw;
  }
}
table tr th.color1 {
  background: #ddd;
}
table tr th.color2 {
  background: #e8dbc8;
}
table tr th span.small {
  font-size: 1.4rem;
}
@media all and (max-width: 480px) {
  table tr th span.small {
    font-size: 2.3vw;
  }
}
table tr td {
  padding: 8px 15px;
  border-bottom: 1px solid #3C3C3C;
  border-right: 1px solid #3C3C3C;
  text-align: center;
  vertical-align: middle;
}
@media all and (max-width: 1367px) {
  table tr td {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 896px) {
  table tr td {
    font-size: 1.3rem;
  }
}
@media all and (max-width: 480px) {
  table tr td {
    padding: 5px 0;
    font-size: 3vw;
  }
}
@media all and (max-width: 1025px) {
  table tr td br {
    display: none;
  }
}
@media all and (max-width: 480px) {
  table tr td br {
    display: block;
  }
}
table tr td span.moresmall {
  font-size: min(2.5vw, 1.4rem);
}
table tr td span.small {
  font-size: min(3vw, 1.5rem);
  font-weight: 500;
}
table tr td span.price {
  font-size: min(4.2vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.5px;
}

.hotelList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 30px;
  margin-top: 50px;
}
@media all and (max-width: 1200px) {
  .hotelList {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 896px) {
  .hotelList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 480px) {
  .hotelList {
    gap: 30px 15px;
  }
}
.hotelList .hotelCard {
  background-color: #fff;
}
.hotelList .hotelCard > div {
  padding: 20px 15px;
  line-height: 1.5;
}
@media all and (max-width: 480px) {
  .hotelList .hotelCard > div {
    padding: 10px;
  }
}
.hotelList .hotelCard p.photo {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-top: 56%;
  display: block;
}
.hotelList .hotelCard p.pet {
  position: relative;
  font-size: min(3vw, 1.3rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  padding-left: 2em;
  margin-top: 5px;
}
@media all and (max-width: 480px) {
  .hotelList .hotelCard p.pet {
    min-height: 3em;
  }
}
.hotelList .hotelCard p.pet::before {
  position: absolute;
  content: "";
  top: 9px;
  transform: translateY(-50%);
  left: 3px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2219%22%20viewBox%3D%220%200%2020%2019%22%3E%3Cpath%20d%3D%22M19.375%2C4.783h-2.5l-.28-.566a1.248%2C1.248%2C0%2C0%2C0-1.118-.7H13.383l-1.066-1.08a.624.624%2C0%2C0%2C0-1.067.448V8.816l5%2C1.809V9.217H17.5A2.517%2C2.517%2C0%2C0%2C0%2C20%2C6.683V5.417A.629.629%2C0%2C0%2C0%2C19.375%2C4.783ZM15%2C6.683a.633.633%2C0%2C1%2C1%2C.625-.633A.629.629%2C0%2C0%2C1%2C15%2C6.683ZM3.75%2C9.85A1.26%2C1.26%2C0%2C0%2C1%2C2.5%2C8.583%2C1.259%2C1.259%2C0%2C0%2C0%2C1.25%2C7.317%2C1.259%2C1.259%2C0%2C0%2C0%2C0%2C8.583%2C3.79%2C3.79%2C0%2C0%2C0%2C2.5%2C12.15v8.467a.629.629%2C0%2C0%2C0%2C.625.633h2.5a.629.629%2C0%2C0%2C0%2C.625-.633V16.183H12.5v4.433a.629.629%2C0%2C0%2C0%2C.625.633h2.5a.629.629%2C0%2C0%2C0%2C.625-.633V11.97L10.393%2C9.85Z%22%20transform%3D%22translate(0%20-2.25)%22%20fill%3D%22%234b4b4b%22%2F%3E%3C%2Fsvg%3E");
  width: 16px;
  height: 16px;
}
.hotelList .hotelCard p.pet.none::before {
  content: none;
}
@media all and (max-width: 480px) {
  .hotelList .hotelCard p.tel {
    margin-top: 3px;
  }
}
.hotelList .hotelCard p.tel a {
  letter-spacing: 2px;
  pointer-events: none;
}
@media all and (max-width: 896px) {
  .hotelList .hotelCard p.tel a {
    pointer-events: auto;
  }
}
.hotelList .hotelCard p.tel a::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 10px 0 3px;
  margin-top: 5px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M14.572%2C10.6%2C11.291%2C9.194a.7.7%2C0%2C0%2C0-.82.2L9.017%2C11.171A10.859%2C10.859%2C0%2C0%2C1%2C3.826%2C5.98L5.6%2C4.527a.7.7%2C0%2C0%2C0%2C.2-.82L4.4.425A.708.708%2C0%2C0%2C0%2C3.592.018L.545.721A.7.7%2C0%2C0%2C0%2C0%2C1.407%2C13.592%2C13.592%2C0%2C0%2C0%2C13.594%2C15a.7.7%2C0%2C0%2C0%2C.686-.545l.7-3.047a.712.712%2C0%2C0%2C0-.41-.809Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%234b4b4b%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
}
@media all and (max-width: 480px) {
  .hotelList .hotelCard p.tel a::before {
    margin: 0 8px -3px 3px;
  }
}
.hotelList .hotelCard p.normalBtn {
  margin-top: 10px;
}
@media all and (max-width: 480px) {
  .hotelList .hotelCard p.normalBtn a {
    padding: 11px;
    font-size: 1.3rem;
  }
}
.hotelList .hotelCard h3.name {
  font-size: min(3.8vw, 1.8rem);
  font-weight: 500;
  margin-bottom: 5px;
  min-height: 3em;
}
.hotelList .hotelCard address {
  font-style: normal;
  font-size: min(3vw, 1.4rem);
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  margin-top: 10px;
  min-height: 5em;
}

.footer .footertextLink ul li.shareholder {
  display: block;
}

.news_area {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news_area .contentsBlock {
  width: calc(100% - 30px) !important;
  max-width: 1250px;
  margin-top: 50px;
  border: 2px solid black;
  padding: 0 20px 20px 20px;
}
.news_area .contentsBlock .infoTitle {
  width: 100%;
}
.news_area .contentsBlock .infoTitle div {
  text-align: left;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.news_area .contentsBlock .infoTitle div p {
  font-size: 2.2rem;
  padding: 20px 20px 0 20px;
}
.news_area .contentsBlock .contentsSet .newsBox-txt .txt {
  padding: 20px;
}
.news_area .contentsBlock .contentsSet .newsBox-txt .txt a {
  text-decoration: underline;
  text-underline-offset: 5px;
}

@media (max-width: 480px) {
  .contentsBlock {
    padding: 0 14px 14px 14px !important;
  }
  .contentsBlock .infoTitle div {
    padding-bottom: 14px !important;
  }
  .contentsBlock .infoTitle div p {
    padding: 14px 14px 0 14px !important;
  }
  .contentsBlock .contentsSet .newsBox-txt .txt {
    padding: 14px !important;
  }
}
.pt20 {
  padding-top: 20px;
}