@charset "UTF-8";
/* ed.20250205 */

.slider {
  margin: 0 auto 40px;
  overflow: hidden;
  width: 100%;
}
.bxslider {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bxslider img {
  margin: 0 auto;
}
.bx-viewport {
  margin: 0 auto;
  overflow: visible !important;
}
.bx-wrapper:before {
  display: block;
  content: "";
  width: 956px;
  height: 480px;
  display: block;
  background: url(../js/vendor/bxslider/images/overlay.png);
  position: absolute;
  top: 0;
  left: -958px;
  z-index: 100;
}
.bx-viewport:after {
  display: block;
  content: "";
  width: 960px;
  height: 480px;
  display: block;
  background: url(../js/vendor/bxslider/images/overlay.png);
  position: absolute;
  top: 0;
  left: 962px;
  z-index: 100;
}
.bx-custom-pager {
  width: 956px;
  left: 0;
  top: 4px !important;
}
.bx-custom-pager .bx-pager-item {
  width: 235px;
  margin: 0 2px;
}
.bx-pager-link {
  display: block;
  position: relative;
  height: 123px;
}
.bx-pager-item .active img {
  border: 3px solid #d25258;
  position: absolute;
  left: -3px;
  top: -3px;
}
.bx-wrapper:after {
  display: block;
  content: "";
  width: 960px;
  height: 480px;
  display: block;
  background: url(../js/vendor/bxslider/images/deco.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 150;
}
.bx-wrapper .bx-controls-direction a {
  margin-top: -89px !important;
}

.bx-wrapper .bx-caption {
  left: auto !important;
  right: 0;
  background: none !important;
  width: 25% !important;
}

.bx-wrapper .bx-caption span {
  padding: 0 70px 5px 0 !important;
  font-weight: bold;
}

main img {
  display: block;
}
main section {
  width: 460px;
}
.web-reservation {
  margin-bottom: 56px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  a {
    border: 3px solid #39a8ab;
    border-radius: 10px;
    display: flex;
    align-items: center;
    height: 120px;
    font-size: 40px;
    font-weight: 700;
    color: #39a8ab;
    background: #f6f3eb;
    text-decoration: none;
    transition: opacity 0.6s;
    &:hover {
      opacity: 0.75;
    }
    & > img {
      margin-right: 20px;
    }
    &::after {
      content: "";
      margin-right: 40px;
      margin-left: auto;
      display: block;
      height: calc(tan(60deg) * 24px / 2);
      width: 20px;
      clip-path: polygon(0 0, 100% 50%, 0 100%);
      background: #39a8ab;
    }
  }
  strong {
    margin-right: 40px;
    padding-right: 42px;
    padding-left: 39px;
    display: flex;
    align-items: center;
    height: 100%;
    line-height: 1;
    font-size: 32px;
    font-weight: 900;
    color: #ffffff;
    background: #39a8ab;
    & > span {
      margin-left: 10px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      em {
        font-size: 24px;
        font-style: normal;
        span {
          font-size: 48px;
        }
      }
    }
  }
}
.news {
  float: left;
}
.event {
  float: right;
}
h2 {
  font-size: 125%;
  margin: 0;
  border-bottom: 3px solid;
  height: 1.4em;
}
h2 strong {
  margin: 0 0.5em 0 0;
  position: relative;
  height: 1.4em;
  float: left;
}
h2 strong:after {
  display: block;
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
}
.news h2 {
  border-bottom-color: #ecb5b7;
}
.news h2 strong {
  color: #d25258;
}
.news h2 strong:after {
  background: #d25258;
}
.event h2 {
  border-bottom-color: #c7d6ec;
}
.event h2 strong {
  color: #009;
}
.event h2 strong:after {
  background: #009;
}
.news,
.event {
  margin: 0 0 40px;
}
.news div,
.event div {
  padding: 15px 0 0;
  overflow: auto;
  border-bottom: 1px solid #e2dfd4;
}
.news div {
  height: 33em;
}
.event div {
  height: 33em;
}
.news dl,
.event dl {
  margin: 0 0 10px;
  border-bottom: 1px solid #e2dfd4;
  width: 440px;
}
.news dt,
.event dt {
  font-size: 75%;
  font-weight: bold;
  margin: 0 0 5px;
}
.news .date {
  color: #c51d22;
  margin: 0;
}
.event .date {
  color: #009;
  margin: 0;
}
.news dd,
.event dd {
  font-size: 75%;
  margin: 0 0 8px;
}
