<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
h2.headline_normal, h2.accordion_button {
  font-size: min(4vw, 2.2rem);
  font-weight: 500;
  border-bottom: 1px solid #3C3C3C;
}

.listArea {
  margin-top: 50px;
}
.listArea h2.accordion_button {
  position: relative;
  cursor: pointer;
  margin-bottom: 30px;
}
.listArea h2.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;
}
.listArea h2.accordion_button:hover {
  opacity: 0.7;
  transition: 0.5s;
}
.listArea h2.accordion_button.active::after {
  transform: translateY(-50%) scaleY(-1);
}
.listArea .box_area .searchArea {
  position: relative;
  width: 100vw;
  max-width: 1250px;
  margin-top: 30px;
  background: #eee;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 5px;
  z-index: 1;
}
@media screen and (max-width: 1250px) {
  .listArea .box_area .searchArea {
    max-width: calc(100vw - 50px);
  }
}
@media all and (max-width: 896px) {
  .listArea .box_area .searchArea {
    position: inherit;
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    padding: 15px;
  }
}
.listArea .box_area .searchArea dl {
  line-height: 1.5;
  margin-bottom: 30px;
}
@media all and (max-width: 896px) {
  .listArea .box_area .searchArea dl {
    font-size: 1.6rem;
  }
}
.listArea .box_area .searchArea dl dt {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: min(4vw, 1.8rem);
}
.listArea .box_area .searchArea dl dd {
  line-height: 2;
  display: flex;
  flex-wrap: wrap;
}
.listArea .box_area .searchArea dl dd label {
  margin: 0 20px 0 0;
  display: flex;
}
@media all and (max-width: 896px) {
  .listArea .box_area .searchArea dl dd label {
    display: block;
  }
}
.listArea .box_area .searchArea dl dd label input {
  margin-right: 10px;
}
.listArea .box_area .searchArea dl dd label, .listArea .box_area .searchArea dl dd input[type='checkbox'] {
  cursor: pointer;
}
.listArea .box_area .searchArea .submitBtn {
  display: flex;
  justify-content: center;
  max-width: 500px;
  margin: 30px auto 0;
}
.listArea .box_area .searchArea .submitBtn input {
  position: relative;
  -webkit-appearance: none;
  display: block;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 6px 20px 8px;
  border-radius: 50px;
  transition: .3s;
  cursor: pointer;
  margin: 0 auto;
  background: #f0f0f0;
  font-weight: normal;
  width: 200px;
  font-family: 'Noto Sans JP', sans-serif;
}
@media all and (max-width: 896px) {
  .listArea .box_area .searchArea .submitBtn input {
    width: 120px;
  }
}
.listArea .box_area .searchArea .submitBtn input.clear {
  background: #fff;
  color: #3C3C3C;
  border: solid 1px #3C3C3C;
  font-size: min(4vw, 1.6rem);
}
.listArea .box_area .searchArea .submitBtn input.clear::before {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2219%22%20viewBox%3D%220%200%2025%2019%22%3E%3Cpath%20d%3D%22M8.491%2C23.2.366%2C14.923a1.291%2C1.291%2C0%2C0%2C1%2C0-1.8l1.768-1.8a1.233%2C1.233%2C0%2C0%2C1%2C1.768%2C0L9.375%2C16.9%2C21.1%2C4.95a1.233%2C1.233%2C0%2C0%2C1%2C1.768%2C0l1.768%2C1.8a1.291%2C1.291%2C0%2C0%2C1%2C0%2C1.8L10.259%2C23.2A1.233%2C1.233%2C0%2C0%2C1%2C8.491%2C23.2Z%22%20transform%3D%22translate(0%20-4.577)%22%20fill%3D%22%23222%22%2F%3E%3C%2Fsvg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 25px;
  height: 19px;
}
.listArea .box_area .searchArea .submitBtn input.send {
  background: #3C3C3C;
  color: #fff;
  border: solid 1px #3C3C3C;
  font-size: min(4vw, 1.6rem);
}
.listArea .box_area .searchArea .submitBtn input.send::before {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230.621%22%20height%3D%2230.621%22%20viewBox%3D%220%200%2030.621%2030.621%22%3E%3Cg%20transform%3D%22translate(-3%20-3)%22%3E%3Cpath%20d%3D%22M28.5%2C16.5a12%2C12%2C0%2C1%2C1-12-12A12%2C12%2C0%2C0%2C1%2C28.5%2C16.5Z%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3Cpath%20d%3D%22M31.5%2C31.5l-6.525-6.525%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3Cpath%20d%3D%22M16.5%2C12v9%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3Cpath%20d%3D%22M12%2C16.5h9%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 25px;
  height: 25px;
}
.listArea .hotelList .map {
  margin: 30px 0 50px;
  text-align: center;
}
@media all and (max-width: 896px) {
  .listArea .hotelList .map {
    margin: 0;
  }
}
.listArea .hotelList .map svg {
  width: 100%;
  max-width: 900px;
}
@media screen and (max-width: 640px) {
  .listArea .hotelList .map svg {
    max-height: 300px;
  }
}
@media all and (max-width: 480px) {
  .listArea .hotelList .map svg {
    max-height: 180px;
  }
}
.listArea .hotelList ul {
  display: none;
}
@media all and (max-width: 896px) {
  .listArea .hotelList ul {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
    padding-bottom: 25px;
  }
}
.listArea .hotelList ul li {
  width: calc(100% / 4);
}
@media all and (max-width: 1025px) {
  .listArea .hotelList ul li {
    width: calc(100% / 2);
  }
}
@media all and (max-width: 640px) {
  .listArea .hotelList ul li {
    width: 100%;
  }
}
.listArea .hotelList ul li a {
  letter-spacing: 1px;
  display: block;
  padding: 6px 0;
  font-size: min(4vw, 1.7rem);
}
.listArea .hotelList dl {
  display: none;
}
@media all and (max-width: 896px) {
  .listArea .hotelList dl {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
    padding-bottom: 25px;
  }
}
.listArea .hotelList dl dt {
  font-size: min(4vw, 2rem);
  width: 100%;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.listArea .hotelList dl dt:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  border-top: 1px solid #3C3C3C;
  vertical-align: middle;
  margin-left: 10px;
  margin-bottom: 8px;
}
.listArea .hotelList dl dd {
  width: calc(100% / 4);
}
@media all and (max-width: 1025px) {
  .listArea .hotelList dl dd {
    width: calc(100% / 2);
  }
}
@media all and (max-width: 640px) {
  .listArea .hotelList dl dd {
    width: 100%;
  }
}
.listArea .hotelList dl dd a {
  letter-spacing: 1px;
  display: block;
  padding: 6px 0;
  font-size: min(4.2vw, 1.7rem);
}

.detailArea {
  background: #eee;
  padding-top: 70px;
  padding-bottom: 10px;
}
@media all and (max-width: 896px) {
  .detailArea {
    padding-top: 40px;
  }
}

div.group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div.group &gt; h3 {
  width: 100%;
  font-size: min(5.2vw, 3.2rem);
  letter-spacing: 5px;
  margin-bottom: 30px;
}
@media all and (max-width: 480px) {
  div.group &gt; h3 {
    margin-bottom: 15px;
  }
}
div.group &gt; section {
  width: calc((100% / 2) - 30px);
  background-color: #fff;
  margin: 0 0 60px;
}
@media all and (max-width: 1025px) {
  div.group &gt; section {
    width: calc((100% / 2) - 15px);
    margin: 0 0 30px;
  }
}
@media all and (max-width: 896px) {
  div.group &gt; section {
    width: 100%;
  }
  div.group &gt; section:nth-of-type(2n) {
    margin-left: 0;
  }
}
div.group &gt; section &gt; p.photo {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-top: 56%;
  display: block;
}
div.group &gt; section &gt; p.photo span {
  position: relative;
}
div.group &gt; section &gt; p.photo span.caption {
  position: absolute;
  color: #fff;
  bottom: 3px;
  right: 10px;
}
@media all and (max-width: 896px) {
  div.group &gt; section &gt; p.photo span.caption {
    font-size: 0.9em;
  }
}
div.group &gt; section &gt; p.photo span.caption.black {
  color: #222;
}
div.group &gt; section &gt; div {
  padding: 30px;
}
@media all and (max-width: 480px) {
  div.group &gt; section &gt; div {
    padding: 20px;
  }
}
div.group &gt; section &gt; div .openingDate {
  color: #CB4B4B;
  border: 1px solid #CB4B4B;
  max-width: 170px;
  text-align: center;
  margin-bottom: 10px;
}
div.group &gt; section &gt; div .name {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
div.group &gt; section &gt; div .name h3 {
  font-size: min(4.6vw, 2.4rem);
  line-height: 160%;
  margin-bottom: 5px;
}
@media all and (max-width: 1367px) {
  div.group &gt; section &gt; div .name h3 {
    font-size: min(4.6vw, 2.3rem);
  }
}
div.group &gt; section &gt; div .name p img {
  max-width: 45px;
  height: 45px;
  margin-top: -5px;
}
@media all and (max-width: 896px) {
  div.group &gt; section &gt; div .name p img {
    max-width: 40px;
    height: 40px;
  }
}
div.group &gt; section &gt; div .normalBtn {
  width: 50%;
  margin-top: 5px;
}
@media all and (max-width: 1025px) {
  div.group &gt; section &gt; div .normalBtn {
    width: 100%;
  }
}
div.group &gt; section &gt; div .normalBtn a {
  padding: 11px 20px;
}

div.viala {
  background-color: #373737;
  padding: 70px 0 50px;
}
@media all and (max-width: 896px) {
  div.viala {
    padding: 40px 0 0;
  }
}
div.viala div.inner &gt; h3 {
  color: #fff;
}

.search_content {
  padding: 30px 20px 15px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 5px;
  max-width: 1200px;
  margin: 50px auto 0;
}
@media screen and (max-width: 1024px) {
  .search_content {
    margin: 50px 25px 0;
  }
}
@media all and (max-width: 896px) {
  .search_content {
    width: calc(100vw - 50px);
    margin: 50px 10px 0;
  }
}
.search_content dl {
  position: relative;
  font-weight: 500;
}
.search_content dl dt {
  position: absolute;
  width: 130px;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 5px;
  background: #3C3C3C;
  color: #fff;
  top: -50px;
  left: 0;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 896px) {
  .search_content dl dt {
    right: 0;
    margin: 0 auto;
    font-size: 1.5rem;
  }
}
.search_content dl dt:before {
  content: "";
  display: block;
  width: 20px;
  height: 22px;
  background: url("../images/search_icon.png") no-repeat center center/100% auto;
  margin: 5px 5px 0 0;
}
.search_content dl dd {
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .search_content dl dd {
    font-size: 1.5rem;
  }
}
.search_content dl dd span:before {
  content: "／";
  margin: 0 3px;
}
.search_content dl dd span:first-child:before {
  display: none;
}

.none {
  margin-bottom: 50px;
}
@media all and (max-width: 896px) {
  .none {
    font-size: 1em;
  }
}

.viala .none {
  color: #fff;
}

.footer {
  margin-top: 0;
}
</pre></body></html>