@charset "UTF-8";
#index_top {
  width: 100%;
  padding: 0;
  background-color: #fff;
  position: relative;
}
#index_top .splide {
  width: 100%;
  padding-top: 115px;
}
#index_top .splide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#index_top .splide .splide__slider {
  position: relative;
  height: calc(100vh - 120px);
}
#index_top .splide .splide__slider .splide__track, #index_top .splide .splide__slider .simpleParallax {
  height: 100%;
}
#index_top .splide .splide__slider .splide__arrows {
  z-index: 1;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translate(-50%, 50%);
  display: flex;
  width: 250px;
  justify-content: space-between;
}
#index_top .splide .splide__slider .splide__arrows .splide__arrow {
  border: none;
  background-color: transparent;
  fill: #666;
  cursor: pointer;
  line-height: 0;
}
#index_top .splide .splide__slider .splide__arrows .splide__arrow svg {
  width: 20px;
  height: 20px;
}
#index_top .splide .splide__slider .splide__arrows .splide__arrow--prev {
  transform: scaleX(-100%);
}
#index_top .splide .splide__slider .splide__arrows .splide__arrow--next {
  /*transform: translateY(-50%)*/
}
#index_top .splide .splide__slider .splide__pagination {
  z-index: 1;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 50%);
}
#index_top .splide .splide__slider .splide__pagination li {
  line-height: 0;
}
#index_top .splide .splide__slider .splide__pagination .splide__pagination__page.is-active {
  background-color: #555;
}
#index_top .splide .splide__slider .splide__pagination .splide__pagination__page {
  background-color: transparent;
  border: 1px solid #333;
  width: 10px;
  height: 10px;
  border-radius: 6px;
  padding: 0;
  margin: 0 2rem;
  background-blend-mode: multiply;
  cursor: pointer;
}
#index_top .splide .splide__slider .splide__progress {
  bottom: 0;
  position: absolute;
  width: 100%;
}
#index_top .splide .splide__slider .splide__progress .splide__progress__bar {
  background-color: #545454;
  height: 3px;
}
#index_top p {
  position: absolute;
  bottom: 0;
  padding: 10rem;
  color: #fff;
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7rem;
  margin: 0;
  filter: drop-shadow(0 0 10px #000);
}
@media screen and (max-width: 900px) {
  #index_top p {
    padding: 7rem;
    font-size: 5rem;
  }
}
@media screen and (max-width: 600px) {
  #index_top p {
    padding: 5rem;
    padding-bottom: 10rem;
    font-size: 3rem;
  }
}

#about {
  width: 100%;
  background-color: #d4cdc5;
  padding: 12rem 0 55rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  #about {
    padding: 100% 0 140%;
  }
}
#about > div {
  max-width: 950px;
  margin: 0 auto 7rem;
  position: relative;
  padding: 0 2rem;
}
@media screen and (max-width: 600px) {
  #about > div .s_button span, #about > div .s_button2 span {
    display: block;
  }
}
#about .bg_img {
  max-width: 100%;
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 900px) {
  #about .bg_img {
    margin-top: -100%;
  }
}
#about .bg_img picture {
  display: block;
  position: absolute;
}
#about .bg_img picture img {
  width: 100%;
}
#about .bg_img .bi01 {
  width: 29%;
  right: calc((100vw - 950px) / 2 - 8%);
  top: 1.5%;
}
#about .bg_img .bi02 {
  width: 18.14%;
  right: calc((100vw - 950px) / 2 - 9%);
  top: 26%;
}
#about .bg_img .bi03 {
  width: 34%;
  bottom: 19%;
}
#about .bg_img .bi04 {
  width: 22%;
  left: 39%;
  bottom: 26.5%;
}
#about .bg_img .bi05 {
  width: 16.8%;
  left: 66%;
  bottom: 30%;
}
@media screen and (max-width: 1300px) {
  #about .bg_img .bi01 {
    width: 380px;
    right: 8%;
    top: 0;
  }
  #about .bg_img .bi02 {
    width: 280px;
    right: 6%;
    top: 20%;
  }
}
@media screen and (max-width: 900px) {
  #about .bg_img .bi01 {
    width: 60%;
    left: 10%;
    top: 5vw;
    right: inherit;
  }
  #about .bg_img .bi02 {
    width: 43%;
    right: 10%;
    top: 58.8235294118vw;
  }
}
@media screen and (max-width: 768px) {
  #about .bg_img .bi01 {
    width: 60%;
    left: 10%;
    top: 16.6666666667vw;
    right: inherit;
  }
  #about .bg_img .bi02 {
    width: 43%;
    right: 10%;
    top: 58.8235294118vw;
  }
  #about .bg_img .bi03 {
    width: 60%;
    bottom: 95vw;
  }
  #about .bg_img .bi04 {
    width: 45%;
    left: 30%;
    bottom: 50vw;
  }
  #about .bg_img .bi05 {
    width: 35%;
    right: 0;
    bottom: 16vw;
  }
}

#facility {
  width: 100%;
  background-color: #d4cdc5;
  position: relative;
  padding: 0;
  /* テザー用 */
}
#facility .f_title {
  height: 380px;
  position: absolute;
  top: 0;
  width: 100%;
}
#facility .f_title h2 {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 4.5rem;
  color: #fff;
  letter-spacing: 0.25em;
}
#facility .f_bg {
  background-image: url(../images/f_title01.jpg);
  background-position: center;
  background-size: cover;
  height: 380px;
  width: 100%;
}
#facility .f_body {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  padding: 7rem;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 768px) {
  #facility .f_body {
    flex-direction: column;
    align-items: initial;
  }
  #facility .f_body .f_reservation {
    align-self: end;
    margin-top: 2rem;
  }
}
#facility .f_body p {
  margin: 0;
}
#facility .f_body2 {
  padding: 10rem;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 900px) {
  #facility .f_body2 {
    flex-wrap: wrap;
    max-width: 100%;
    padding: 12rem 2rem;
  }
}
#facility .f_body2 h3 {
  margin: 0;
  line-height: 3.6rem;
}
#facility .f_body2 h3:last-of-type, #facility .f_body2 p:last-of-type {
  display: inline-block;
  color: #666;
  margin-top: 8rem;
}
#facility .f_body2 h4 {
  margin-bottom: 1rem;
}
#facility .f_body2 table {
  border-spacing: 0;
  width: 45rem;
  max-width: calc(100vw - 4rem);
}
#facility .f_body2 table td, #facility .f_body2 table th {
  color: #4d4d4d;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  #facility .f_body2 table td span, #facility .f_body2 table th span {
    display: block;
  }
}
#facility .f_body2 table th {
  border-bottom: 1.5px solid #4d4d4d;
  text-align: left;
  line-height: 2.6rem;
  padding-bottom: 1rem;
}
#facility .f_body2 .f_reservation {
  padding-top: 10rem;
}

#access {
  background-color: #e6e6e6;
  padding-right: 2rem;
  padding-left: 2rem;
}
#access .wrapper {
  max-width: 800px;
  /* テザー用 */
}
#access .wrapper img {
  width: 100%;
  padding: 1rem 0 5rem;
}
#access .wrapper > div {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 600px) {
  #access .wrapper > div {
    flex-direction: column;
    align-items: normal;
  }
  #access .wrapper > div .s_button {
    align-self: end;
  }
}
#access .wrapper > div h2 {
  margin: 0;
  letter-spacing: 0.3rem;
}
#access .f_body2 {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap;
  max-width: 100%;
  padding: 0rem 2rem;
}
#access .f_body2 h3 {
  margin: 0;
  line-height: 3.6rem;
}
#access .f_body2 h3:last-of-type, #access .f_body2 p:last-of-type {
  display: inline-block;
  color: #666;
}
#access .f_body2 h4 {
  margin-bottom: 1rem;
}
#access .f_body2 table {
  border-spacing: 0;
  width: 45rem;
  max-width: calc(100vw - 4rem);
}
#access .f_body2 table td, #access .f_body2 table th {
  color: #4d4d4d;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  #access .f_body2 table td span, #access .f_body2 table th span {
    display: block;
  }
}
#access .f_body2 table th {
  border-bottom: 1.5px solid #4d4d4d;
  text-align: left;
  line-height: 2.6rem;
  padding-bottom: 1rem;
}
#access .f_body2 .f_reservation {
  padding-top: 10rem;
}
#access iframe {
  width: 100%;
  height: 450px;
}

#news {
  padding: 8rem 4rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #news {
    padding: 4rem 2rem;
  }
}
#news div {
  max-width: 700px;
  margin: 0 auto;
}
#news dl {
  display: flex;
}
#news dl dt, #news dl dd {
  border-top: 1px solid #333;
  margin: 0;
  padding: 1.5rem 0 0;
  color: #707070;
}
#news dl dt {
  width: 25%;
  padding-left: 1rem;
  letter-spacing: 0.35rem;
  min-width: 120px;
}
#news dl dd {
  width: 75%;
  padding-right: 1rem;
}
#news iframe {
  width: 100%;
  height: 450px;
}

#single_top {
  margin-top: 110px;
  padding-top: 0px;
  width: calc(100% - 2rem);
  background-color: #d4cdc5;
  position: relative;
  overflow: hidden;
  padding-left: 2rem;
}
#single_top .wrapper {
  max-width: 900px;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
}
#single_top .wrapper > picture {
  position: absolute;
  display: block;
  width: 60%;
  right: 0;
}
@media screen and (max-width: 1300px) {
  #single_top .wrapper > picture {
    width: 65%;
  }
}
#single_top .wrapper > picture img {
  width: 100%;
}
#single_top .wrapper h2 {
  margin-top: 10rem;
  margin-bottom: 0;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 900px) {
  #single_top .wrapper h2 {
    font-size: 2.8rem;
  }
}
#single_top .wrapper h3 {
  margin-top: 0;
  line-height: 0.4;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 2rem;
}
@media screen and (max-width: 900px) {
  #single_top .wrapper h3 {
    font-size: 1.7rem;
    line-height: 0.6;
  }
}
#single_top .wrapper p {
  background-color: #fff;
  z-index: 0;
  padding: 7rem 4.5rem 3.5rem;
  margin-top: 8rem;
  margin-left: -4rem;
  margin-right: 8rem;
  border-radius: 1rem;
}
@media screen and (max-width: 600px) {
  #single_top .wrapper p span {
    display: block;
  }
}

#f_room {
  background-color: #d4cdc5;
  padding-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-top: -1px;
  margin-bottom: -1px;
}
@media screen and (max-width: 900px) {
  #f_room {
    padding-top: 0;
  }
}
#f_room .wrapper {
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  #f_room .wrapper {
    flex-wrap: wrap;
  }
}
#f_room .wrapper > div {
  width: 35%;
}
@media screen and (max-width: 900px) {
  #f_room .wrapper > div {
    width: 100%;
  }
}
#f_room .wrapper > div h3 {
  margin: 0;
}
#f_room .wrapper > div ul {
  display: flex;
  justify-content: space-between;
  margin-top: 8rem;
  max-width: 340px;
}
@media screen and (max-width: 900px) {
  #f_room .wrapper > div ul {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
#f_room .wrapper > div ul li {
  display: block;
  width: 20%;
  text-align: center;
}
#f_room .wrapper > div ul li p {
  font-size: 1.45rem;
  line-height: 1.8rem;
}
#f_room .wrapper > div ul li img {
  width: 90%;
}
#f_room .wrapper > img {
  width: 55%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 900px) {
  #f_room .wrapper > img {
    width: 100%;
  }
}

#f_type {
  background-color: #d4cdc5;
  padding-left: 2rem;
  padding-right: 2rem;
}
#f_type .wrapper {
  max-width: 1100px;
}
#f_type .wrapper h3 {
  border-bottom: 1.5px solid #666666;
}
#f_type .wrapper > div {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media screen and (max-width: 900px) {
  #f_type .wrapper > div {
    flex-wrap: wrap;
  }
}
#f_type .wrapper > div > div {
  width: 42%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  #f_type .wrapper > div > div {
    width: 100%;
    padding-bottom: 3rem;
  }
}
#f_type .wrapper > div img {
  width: 100%;
}
#f_type .wrapper > div h4 {
  margin: 0;
}

#f_share {
  background-color: #e6e6e6;
  padding-left: 2rem;
  padding-right: 2rem;
}
#f_share .wrapper {
  max-width: 1100px;
}
#f_share .wrapper h3 {
  border-bottom: 1.5px solid #666666;
}
#f_share .wrapper > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#f_share .wrapper > div > div {
  width: 42%;
}
@media screen and (max-width: 900px) {
  #f_share .wrapper > div > div {
    width: 100%;
  }
}
#f_share .wrapper > div > div img {
  width: 100%;
  max-height: 260px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
#f_share .wrapper > div > div p:first-of-type {
  border-bottom: dashed 2px #bbb;
  margin-top: 1.5rem;
  padding-bottom: 0.7rem;
}
#f_share .wrapper > div > div p {
  margin: 1rem 0;
}
#f_share .wrapper > div > div p small {
  color: #777;
}/*# sourceMappingURL=section.css.map */