@charset "UTF-8";
/* -------------------------------- */
/* responsive set                   */
/* -------------------------------- */
/* -------------------------------- */
/* common                      */
/* -------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@600&family=Noto+Serif+JP:wght@300;400&family=Playfair:opsz@5..1200&display=swap");
body, h1, h2, h3, h4, h5, p, ul, li, ol, figure {
  margin: 0;
  padding: 0;
  display: block;
}
body {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 1115px) {
  body {
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 375px) {
  body {
    letter-spacing: 0em;
  }
}
.wrap {
  width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1115px) {
  .wrap {
    padding: 0px 5%;
  }
}
@media screen and (max-width: 430px) {
  .wrap {
    width: 100%;
    padding: 0px 5%;
  }
}
.pc {
  display: block;
}
@media screen and (max-width: 430px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}
@media screen and (max-width: 430px) {
  .sp {
    display: block;
  }
}
.pagenavi a {
  color: #000;
  text-decoration: none;
  display: block;
  position: relative;
}
.pagenavi a::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0%;
  width: 100%;
  height: 1px;
  background: #000;
  transition: all 0.3s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.pagenavi a:hover::after {
  transform: scale(1, 1);
}
@media screen and (max-width: 1115px) {
  .pagenavi a:hover::after {
    transform: scale(0, 0);
  }
}
.btn-more {
  width: 100%;
  display: flex;
}
.btn-more a {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: 0.5s;
  letter-spacing: 0.1em;
  font-size: 0.9rem;
}
.btn-more a svg {
  mix-blend-mode: difference;
  fill: #fff;
  transition: 0.3s;
  margin-right: 0.5rem;
}
.btn-more a:hover svg {
  transform: scale(10, 10);
}
/* -------------------------------- */
/* header                           */
/* -------------------------------- */
header {
  z-index: 998;
}
@media screen and (max-width: 1115px) {
  header {
    display: block;
  }
}
header h1 {
  position: fixed;
  top: 60px;
  left: 60px;
  z-index: 98;
  mix-blend-mode: difference;
}
@media screen and (max-width: 430px) {
  header h1 {
    top: 30px;
    left: 5%;
  }
}
header h1 img {
  width: 180px;
  height: auto;
  display: block;
}
@media screen and (max-width: 430px) {
  header h1 img {
    width: 100px;
  }
}
header aside {
  z-index: 98;
  position: fixed;
  top: 90px;
  right: 385px;
  mix-blend-mode: difference;
}
@media screen and (max-width: 430px) {
  header aside {
    top: 40px;
    right: 180px;
  }
}
header aside img {
  width: 25px;
  height: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
header .btn-resev {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 200px;
  height: 200px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #80805e;
  text-decoration: none;
  color: #fff;
  z-index: 98;
  transition: 0.5s;
}
@media screen and (max-width: 430px) {
  header .btn-resev {
    width: 100px;
    height: 100px;
  }
}
header .btn-resev h3 {
  width: 100%;
}
header .btn-resev h3 strong {
  display: block;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 0.9rem;
}
@media screen and (max-width: 430px) {
  header .btn-resev h3 strong {
    font-size: 0.7rem;
    letter-spacing: 0em;
  }
}
header .btn-resev h3 span {
  display: block;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.3em;
  font-size: 0.9rem;
}
@media screen and (max-width: 430px) {
  header .btn-resev h3 span {
    font-size: 0.9rem;
    letter-spacing: 0em;
  }
}
header .btn-resev:hover {
  background: #999874;
}
#panel-btn {
  display: block;
  text-align: center;
  width: 100px;
  height: 50px;
  position: fixed;
  text-decoration: none;
  top: 75px;
  right: 270px;
  cursor: pointer;
  z-index: 98;
  mix-blend-mode: difference;
}
@media screen and (max-width: 430px) {
  #panel-btn {
    right: 110px;
    top: 25px;
    width: 60px;
  }
}
#panel-btn-icon strong {
  transition: 0.3s ease;
  font-weight: 400;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  display: block;
  padding: 1em;
  color: #fff;
}
@media screen and (max-width: 430px) {
  #panel-btn-icon strong {
    padding: 1em 0;
  }
}
#panel-btn-icon.close {
  content: "";
  display: block;
  transition: 3.3s;
  background: transparent;
}
#panel-btn-icon.close strong {
  animation-name: FadeAnime01;
  animation-duration: 0.1s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  opacity: 0;
}
#panel-btn-icon.close:before, #panel-btn-icon.close:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100px;
  height: 1px;
  margin-top: 0;
  background: #fff;
  animation-name: FadeAnime;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 430px) {
  #panel-btn-icon.close:before, #panel-btn-icon.close:after {
    width: 60px;
  }
}
#panel-btn .close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-30deg);
}
#panel-btn .close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-150deg);
}
#panel {
  height: 100vh;
  width: 100%;
  display: none;
  background: url("../images/bg07.png") no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 97;
}
#panel ul {
  opacity: 0;
  width: 700px;
  margin: 0 auto;
  list-style: none;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 430px) {
  #panel ul {
    top: 140px;
    width: 90%;
    display: block;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
  }
}
@media screen and (max-width: 375px) {
  #panel ul {
    top: 120px;
    width: 90%;
  }
}
#panel ul li {
  width: 50%;
  margin: 20px 20% 20px 0;
}
@media screen and (max-width: 430px) {
  #panel ul li {
    width: 100%;
    text-align: center;
    margin: 0 0 18px 0;
  }
}
@media screen and (max-width: 375px) {
  #panel ul li {
    margin: 0 0 10px 0;
  }
}
#panel ul li a {
  color: #fff;
  text-decoration: none;
  margin: 0 0px;
  font-family: "Playfair", serif;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.02em;
  transition: 0.5s;
}
@media screen and (max-width: 430px) {
  #panel ul li a {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 375px) {
  #panel ul li a {
    font-size: 2.3rem;
  }
}
#panel ul li a strong {
  font-weight: 300;
  font-family: "Noto Serif JP", serif;
  font-size: 0.9rem;
  display: block;
  margin-top: 5px;
}
@media screen and (max-width: 430px) {
  #panel ul li a strong {
    font-size: 0.8rem;
    margin-top: 5px;
  }
}
@media screen and (max-width: 375px) {
  #panel ul li a strong {
    font-size: 0.8rem;
    margin-top: 3px;
  }
}
#panel ul li a:hover, #panel ul li a.current {
  opacity: 0.2;
}
#panel ul li:nth-of-type(odd) {
  margin-right: 0;
  width: 30%;
}
@media screen and (max-width: 430px) {
  #panel ul li:nth-of-type(odd) {
    width: 100%;
  }
}
#panel ul li:nth-of-type(1) {
  width: 100%;
}
.navi-disp {
  animation-name: FadeAnime;
  animation-duration: 0.8s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  opacity: 0;
}
body .cursor__ball {
  position: fixed;
  top: 0;
  left: 0;
  mix-blend-mode: difference;
  z-index: 1000;
}
body .cursor__ball circle {
  fill: #fff;
}
/* -------------------------------- */
/* footer                           */
/* -------------------------------- */
#wrap-footer {
  background: url("../images/bg07.png") no-repeat;
  background-size: cover;
  padding: 400px 0 200px 0;
}
@media screen and (max-width: 430px) {
  #wrap-footer {
    padding: 100px 0;
  }
}
#wrap-footer .wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 430px) {
  #wrap-footer .wrap {
    display: block;
    padding: 0 15%;
  }
}
#wrap-footer .wrap h1 img {
  width: 180px;
  height: auto;
  display: block;
}
@media screen and (max-width: 430px) {
  #wrap-footer .wrap h1 img {
    margin: 0 auto;
  }
}
#wrap-footer .wrap div {
  width: 60%;
}
@media screen and (max-width: 430px) {
  #wrap-footer .wrap div {
    width: 100%;
  }
}
#wrap-footer .wrap div ul.pc {
  display: flex;
}
@media screen and (max-width: 430px) {
  #wrap-footer .wrap div ul.pc {
    display: none;
  }
}
#wrap-footer .wrap div ul.sp {
  display: none;
}
@media screen and (max-width: 430px) {
  #wrap-footer .wrap div ul.sp {
    display: block;
  }
}
#wrap-footer .wrap div ul {
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 430px) {
  #wrap-footer .wrap div ul {
    font-size: 0.9rem;
    margin-top: 50px;
  }
}
#wrap-footer .wrap div ul li {
  width: calc(100% / 3);
  margin-bottom: 0.5em;
}
@media screen and (max-width: 430px) {
  #wrap-footer .wrap div ul li {
    width: 100%;
    text-align: center;
  }
}
#wrap-footer .wrap div ul li a {
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.05em;
}
#wrap-footer .wrap div ul li img {
  width: 30px;
  height: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#wrap-footer .wrap div ul li ol {
  list-style: none;
}
@media screen and (max-width: 430px) {
  #wrap-footer .wrap div ul li ol {
    margin: 0 20%;
  }
}
#wrap-footer .wrap div ul li ol li {
  margin: 0.5em 0 0 0;
  position: relative;
  padding-left: 1.52em;
}
@media screen and (max-width: 430px) {
  #wrap-footer .wrap div ul li ol li {
    width: auto;
    padding-left: 0;
  }
}
#wrap-footer .wrap div ul li ol li a {
  color: #808080;
  letter-spacing: 0.1em;
}
#wrap-footer .wrap div ul li ol li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1px;
  background: #808080;
}
@media screen and (max-width: 430px) {
  #wrap-footer .wrap div ul li ol li::after {
    display: none;
  }
}
#wrap-footer .wrap div ul li ol li:nth-last-of-type(1) {
  margin-top: 0px;
}
#wrap-footer .wrap div ul li:nth-last-of-type(1) {
  margin-top: -130px;
}
@media screen and (max-width: 430px) {
  #wrap-footer .wrap div ul li:nth-last-of-type(1) {
    margin-top: 20px;
  }
}
#wrap-footer .wrap div h2 {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 2;
  border-top: 1px solid #808080;
  margin-top: 1em;
  padding-top: 1em;
}
@media screen and (max-width: 430px) {
  #wrap-footer .wrap div h2 {
    font-size: 0.9rem;
    margin-top: 2em;
    padding-top: 2em;
  }
}
#wrap-footer .wrap div h2 br:nth-of-type(1) {
  display: none;
}
@media screen and (max-width: 430px) {
  #wrap-footer .wrap div h2 br:nth-of-type(1) {
    display: block;
  }
}
#wrap-footer .wrap div h2 a {
  text-decoration: none;
  color: #fff;
}
#wrap-footer .wrap div p {
  margin-top: 40px;
  text-align: right;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 430px) {
  #wrap-footer .wrap div p {
    text-align: center;
    border-top: 1px solid #808080;
    margin-top: 2em;
    padding-top: 2em;
    font-size: 0.8rem;
  }
}
#wrap-footer .wrap div p a {
  color: #808080;
  text-decoration: none;
}
#wrap-footer .wrap div small {
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  display: block;
  text-align: right;
  color: #808080;
  margin-top: 40px;
}
@media screen and (max-width: 430px) {
  #wrap-footer .wrap div small {
    font-size: 0.8rem;
    text-align: center;
    margin-top: 2em;
  }
}
#wrap-pagetop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
}
@media screen and (max-width: 430px) {
  #wrap-pagetop {
    display: none;
    bottom: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
  }
}
#wrap-pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#wrap-pagetop a img {
  width: auto;
  height: 25px;
  display: block;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 430px) {
  #wrap-pagetop a img {
    height: 15px;
  }
}
.breadcrumbs {
  font-size: 0.8rem;
  margin: 40px 0 0 0;
  padding-bottom: 20px;
  border-bottom: solid black 1px;
}
.breadcrumbs a {
  text-decoration: none;
  color: black;
}
.breadcrumbs span span {
  margin: 0 1em;
}
.breadcrumbs span:nth-of-type(1) span {
  margin: 0 1em 0 0;
}
/* -------------------------------- */
/* top                              */
/* -------------------------------- */
#top #wrap01 {
  width: calc(100% - 120px);
  margin: 0 60px;
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 1115px) {
  #top #wrap01 {
    width: 90%;
    margin: 0 5%;
  }
}
#top #wrap01 h2 {
  opacity: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  position: absolute;
  top: 150px;
  left: 300px;
  font-weight: 300;
  left: 20%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}
@media screen and (max-width: 430px) {
  #top #wrap01 h2 {
    color: #fff;
    position: absolute;
    top: 330px;
    left: 50%;
  }
}
#top #wrap01 h3 {
  opacity: 0;
  width: 80%;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}
@media screen and (max-width: 430px) {
  #top #wrap01 h3 {
    top: 200px;
  }
}
#top #wrap01 h3 img {
  display: block;
  width: 100%;
  height: auto;
}
#top #wrap01 figure {
  padding-top: 400px;
}
@media screen and (max-width: 430px) {
  #top #wrap01 figure {
    padding-top: 260px;
  }
}
#top #wrap01 figure img {
  display: block;
  width: 100%;
  height: auto;
}
.main01_disp {
  animation-name: Main01_disp;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  nimation-timing-function: ease-in;
  opacity: 0;
}
.main02_disp {
  animation-name: Main02_disp;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  nimation-timing-function: ease-in;
  opacity: 0;
}
@keyframes Main01_disp {
  0% {
    transform: translate(-50%, 0px);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50px);
    opacity: 1;
  }
}
@keyframes Main02_disp {
  0% {
    transform: translate(-50%, 0px);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -30px);
    opacity: 1;
  }
}
#top #wrap02 {
  background: url("../images/bg01.png") no-repeat;
  background-size: cover;
  padding: 200px 0;
}
@media screen and (max-width: 430px) {
  #top #wrap02 {
    padding: 100px 0;
  }
}
#top #wrap02 .wrap {
  background: url("../images/top11.png") no-repeat center center;
  background-size: contain;
  height: 605px;
  position: relative;
}
@media screen and (max-width: 430px) {
  #top #wrap02 .wrap {
    background: none;
    padding: 0px 15%;
    height: auto;
  }
}
#top #wrap02 .wrap h2 {
  line-height: 1;
  color: #fff;
  font-size: 10rem;
  font-family: "Playfair", serif;
  font-weight: 400;
  width: 650px;
  top: 50%;
  left: 50%;
  margin-top: -0.2em;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 430px) {
  #top #wrap02 .wrap h2 {
    letter-spacing: 0em;
    font-size: 23vw;
    z-index: 95;
    width: auto;
  }
}
#top #wrap02 .wrap h2 em {
  display: flex;
}
#top #wrap02 .wrap h2 strong {
  font-weight: 300;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  display: block;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 2.5em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 430px) {
  #top #wrap02 .wrap h2 strong {
    margin-bottom: 0.5em;
  }
}
#top #wrap02 .wrap h2 strong::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  height: 1px;
  width: 2em;
  opacity: 0.5;
  background: #fff;
}
#top #wrap02 .btn-more {
  margin: 100px auto 0 auto;
  justify-content: center;
}
@media screen and (max-width: 430px) {
  #top #wrap02 .btn-more {
    margin: 20px auto 0 auto;
  }
}
#top #wrap02 .btn-more a {
  color: #000;
}
.swiper.mySwiper02 {
  padding-bottom: 30px !important;
  display: none;
}
@media screen and (max-width: 430px) {
  .swiper.mySwiper02 {
    display: block;
  }
  .swiper.mySwiper02 .swiper-wrapper .swiper-slide {
    position: relative;
  }
  .swiper.mySwiper02 .swiper-wrapper .swiper-slide a {
    color: #fff;
    text-decoration: none;
  }
  .swiper.mySwiper02 .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .swiper.mySwiper02 .swiper-pagination {
    right: 0;
    text-align: center;
  }
  .swiper.mySwiper02 .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
  }
}
#top #wrap03 {
  background: url("../images/bg02.png") no-repeat;
  background-size: cover;
  padding: 200px 0;
}
@media screen and (max-width: 430px) {
  #top #wrap03 {
    padding: 100px 0;
  }
}
#top #wrap03 .wrap {
  position: relative;
  padding-bottom: 270px;
}
@media screen and (max-width: 430px) {
  #top #wrap03 .wrap {
    padding: 0 0 0 0;
  }
}
#top #wrap03 .wrap #wrap_rooms {
  width: 80%;
  position: absolute;
  top: 600px;
  z-index: 95;
  padding-left: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 430px) {
  #top #wrap03 .wrap #wrap_rooms {
    display: block;
    padding-left: 0;
    top: 45vw;
    width: 100%;
  }
}
#top #wrap03 .wrap #wrap_rooms h2 {
  line-height: 1;
  color: #fff;
  font-size: 10rem;
  font-family: "Playfair", serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 430px) {
  #top #wrap03 .wrap #wrap_rooms h2 {
    letter-spacing: 0em;
    font-size: 23vw;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
  }
}
#top #wrap03 .wrap #wrap_rooms em {
  display: flex;
}
#top #wrap03 .wrap #wrap_rooms strong {
  font-weight: 300;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  display: block;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 2.5em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 430px) {
  #top #wrap03 .wrap #wrap_rooms strong {
    margin-bottom: 0.5em;
  }
}
#top #wrap03 .wrap #wrap_rooms strong::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  height: 1px;
  width: 2em;
  opacity: 0.5;
  background: #fff;
}
#top #wrap03 .wrap #wrap_rooms p {
  color: #fff;
  font-size: 1rem;
  font-family: "Playfair", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 430px) {
  #top #wrap03 .wrap #wrap_rooms p {
    display: none;
  }
}
#top #wrap03 .wrap #wrap_rooms p br {
  display: none;
}
@media screen and (max-width: 430px) {
  #top #wrap03 .wrap #wrap_rooms p br {
    display: block;
  }
}
#top #wrap03 .wrap #wrap_rooms .btn-more.pc {
  margin: 10px 0;
}
@media screen and (max-width: 430px) {
  #top #wrap03 .wrap #wrap_rooms .btn-more.pc {
    display: none;
  }
}
#top #wrap03 .wrap #wrap_rooms .btn-more.pc a {
  color: #fff;
}
#top #wrap03 .wrap figure.pc {
  width: 30%;
  position: absolute;
  bottom: 0;
  right: 0;
}
#top #wrap03 .wrap figure.pc img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 430px) {
  #top #wrap03 .wrap figure.sp {
    padding: 0 15%;
    box-sizing: border-box;
    width: 100%;
    margin-top: 10vw;
  }
}
#top #wrap03 .wrap figure.sp img {
  display: block;
  width: 100%;
  height: auto;
}
#top #wrap03 .wrap .btn-more.sp {
  display: none;
}
@media screen and (max-width: 430px) {
  #top #wrap03 .wrap .btn-more.sp {
    display: flex;
    margin: 30px auto 0 auto;
    justify-content: center;
  }
}
#top #wrap03 .wrap .btn-more.sp a {
  color: #fff;
}
.swiper.mySwiper {
  padding-bottom: 30px !important;
}
@media screen and (max-width: 430px) {
  .swiper.mySwiper {
    padding-bottom: 100px !important;
  }
}
.swiper.mySwiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.swiper.mySwiper .swiper-wrapper .swiper-slide a {
  color: #fff;
  text-decoration: none;
}
.swiper.mySwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}
.swiper.mySwiper .swiper-wrapper .swiper-slide p {
  opacity: 0;
  position: absolute;
  bottom: 1.5em;
  right: 2em;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  font-weight: 300;
}
@media screen and (max-width: 430px) {
  .swiper.mySwiper .swiper-wrapper .swiper-slide p {
    bottom: -14vw;
    right: auto;
    left: 19vw;
  }
}
.swiper.mySwiper .swiper-wrapper .swiper-slide-active p {
  animation-name: FadeAnime;
  animation-duration: 2.8s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.swiper.mySwiper .swiper-pagination {
  right: 0;
  text-align: right;
}
@media screen and (max-width: 430px) {
  .swiper.mySwiper .swiper-pagination {
    text-align: center;
  }
}
.swiper.mySwiper .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
}
#top #wrap04 {
  background: url("../images/bg03.png") no-repeat;
  background-size: cover;
  padding: 340px 0 200px 0;
}
@media screen and (max-width: 430px) {
  #top #wrap04 {
    padding: 195px 0 100px 0;
  }
}
#top #wrap04 .wrap {
  background: url("../images/top10.png") no-repeat center center;
  background-size: contain;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 430px) {
  #top #wrap04 .wrap {
    height: 300px;
  }
}
#top #wrap04 .wrap h2 {
  line-height: 1;
  color: #000;
  font-size: 10rem;
  font-family: "Playfair", serif;
  font-weight: 400;
  top: -140px;
  left: 170px;
  margin-top: -0.2em;
  position: absolute;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 430px) {
  #top #wrap04 .wrap h2 {
    letter-spacing: 0em;
    font-size: 23vw;
    left: 15%;
    top: -80px;
  }
}
#top #wrap04 .wrap h2 strong {
  font-weight: 300;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  display: block;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 2.5em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 430px) {
  #top #wrap04 .wrap h2 strong {
    margin-bottom: 0.5em;
  }
}
#top #wrap04 .wrap h2 strong::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  height: 1px;
  width: 2em;
  opacity: 0.5;
  background: #000;
}
#top #wrap04 .btn-more {
  justify-content: center;
  margin: 100px auto 0 auto;
  justify-content: center;
}
@media screen and (max-width: 430px) {
  #top #wrap04 .btn-more {
    margin-top: 30px;
  }
}
#top #wrap04 .btn-more a {
  color: #000;
}
#top #wrap05 {
  background: url("../images/bg04.png") no-repeat;
  background-size: cover;
  padding: 200px 0;
}
@media screen and (max-width: 430px) {
  #top #wrap05 {
    padding: 100px 0;
  }
}
@media screen and (max-width: 430px) {
  #top #wrap05 .wrap {
    padding: 0 15%;
  }
}
#top #wrap05 .wrap h2 {
  line-height: 1;
  color: #fff;
  font-size: 5rem;
  font-family: "Playfair", serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 430px) {
  #top #wrap05 .wrap h2 {
    font-size: 4rem;
  }
}
#top #wrap05 .wrap h2 strong {
  font-weight: 300;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  display: block;
  letter-spacing: 0.1em;
  position: relative;
  margin-top: 1.5em;
}
@media screen and (max-width: 430px) {
  #top #wrap05 .wrap h2 strong {
    margin-top: 1em;
    font-size: 1rem;
  }
}
#top #wrap05 .wrap ul {
  list-style: none;
  margin-top: 3em;
}
#top #wrap05 .wrap ul li {
  display: flex;
  border-bottom: 1px solid #898989;
  padding: 2em 0;
  box-sizing: border-box;
}
#top #wrap05 .wrap ul li p {
  color: #fff;
  font-size: 0.8rem;
  width: 80%;
  letter-spacing: 0.05em;
}
#top #wrap05 .wrap ul li p a {
  color: #fff;
  text-decoration: none;
}
#top #wrap05 .wrap ul li time {
  font-size: 0.8rem;
  color: #fff;
  width: 20%;
  letter-spacing: 0.1em;
  box-sizing: border-box;
}
@media screen and (max-width: 430px) {
  #top #wrap05 .wrap ul li time {
    width: 45%;
    padding-right: 1em;
  }
}
#top #wrap05 .wrap ul li:nth-of-type(1) {
  border-top: 1px solid #898989;
}
#top #wrap05 .wrap .btn-more {
  margin: 100px auto 0 auto;
  justify-content: flex-end;
}
@media screen and (max-width: 430px) {
  #top #wrap05 .wrap .btn-more {
    margin: 30px auto 0 auto;
  }
}
#top #wrap05 .wrap .btn-more a {
  color: #fff;
}
#top #wrap06 {
  background: url("../images/bg05.png") no-repeat;
  background-size: cover;
  padding: 200px 0 400px 0;
  display: flex;
  position: relative;
}
@media screen and (max-width: 430px) {
  #top #wrap06 {
    position: static;
    padding: 0px;
    display: block;
  }
}
#top #wrap06 #address {
  background: #938180;
  width: 35%;
  height: 600px;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 430px) {
  #top #wrap06 #address {
    position: static;
    width: 100%;
    height: auto;
    padding: 100px 15%;
  }
}
#top #wrap06 #address div {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 430px) {
  #top #wrap06 #address div {
    position: static;
    transform: translate(0);
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
  }
}
#top #wrap06 #address div h2 {
  line-height: 1;
  color: #fff;
  font-size: 5rem;
  font-family: "Playfair", serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 430px) {
  #top #wrap06 #address div h2 {
    font-size: 4rem;
  }
}
#top #wrap06 #address div h2 strong {
  font-weight: 300;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  display: block;
  letter-spacing: 0.05em;
  margin-top: 1em;
}
@media screen and (max-width: 430px) {
  #top #wrap06 #address div h2 strong {
    font-size: 1rem;
    margin-top: 0.5em;
  }
}
#top #wrap06 #address div address {
  font-style: normal;
  color: #fff;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  margin-top: 3em;
}
#top #wrap06 .google-map {
  width: 65%;
}
@media screen and (max-width: 430px) {
  #top #wrap06 .google-map {
    width: 100%;
    height: 100vw;
  }
}
#top #wrap06 .google-map iframe {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
#top #wrap07 {
  background: #fff;
  padding: 130px 0 70px 0;
  position: absolute;
  bottom: -400px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 430px) {
  #top #wrap07 {
    position: static;
    transform: translate(0);
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    padding: 100px 0;
  }
}
#top #wrap07 h2 {
  line-height: 1;
  color: #000;
  font-size: 5rem;
  font-family: "Playfair", serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 50px;
  top: -40px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}
@media screen and (max-width: 430px) {
  #top #wrap07 h2 {
    margin-bottom: 20px;
    font-size: 4rem;
    position: static;
    transform: translate(0);
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
  }
}
#top #wrap07 h2 strong {
  font-weight: 300;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  display: block;
  letter-spacing: 0.1em;
  position: relative;
  margin-top: 1.5em;
}
@media screen and (max-width: 430px) {
  #top #wrap07 h2 strong {
    margin-top: 1em;
  }
}
#top #wrap07 #wrap-contact {
  display: flex;
}
@media screen and (max-width: 430px) {
  #top #wrap07 #wrap-contact {
    display: block;
  }
}
#top #wrap07 #wrap-contact div {
  width: 50%;
  padding: 30px 7.5%;
  box-sizing: border-box;
}
@media screen and (max-width: 430px) {
  #top #wrap07 #wrap-contact div {
    width: 70%;
    padding: 30px 0;
    margin: 0 15%;
  }
}
#top #wrap07 #wrap-contact div h3 {
  font-weight: 300;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  display: block;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
#top #wrap07 #wrap-contact div p:nth-of-type(1) {
  display: flex;
  letter-spacing: 0.05em;
  line-height: 1;
}
#top #wrap07 #wrap-contact div:nth-of-type(1) {
  border-right: 1px solid #000;
}
@media screen and (max-width: 430px) {
  #top #wrap07 #wrap-contact div:nth-of-type(1) {
    border-bottom: 1px solid #000;
    border-right: none;
  }
}
#top #wrap07 #wrap-contact div:nth-of-type(1) p:nth-of-type(1) {
  font-size: 2.5rem;
  align-items: flex-end;
}
@media screen and (max-width: 430px) {
  #top #wrap07 #wrap-contact div:nth-of-type(1) p:nth-of-type(1) {
    font-size: 1.5rem;
  }
}
#top #wrap07 #wrap-contact div:nth-of-type(1) p:nth-of-type(1) span:nth-of-type(1) {
  font-size: 2.4rem;
  padding: 0 30px 0 0;
}
@media screen and (max-width: 430px) {
  #top #wrap07 #wrap-contact div:nth-of-type(1) p:nth-of-type(1) span:nth-of-type(1) {
    font-size: 1.6rem;
    padding: 0 20px 0 0;
  }
}
#top #wrap07 #wrap-contact div:nth-of-type(1) p:nth-of-type(1) span:nth-of-type(2) {
  font-size: 1rem;
}
#top #wrap07 #wrap-contact div:nth-of-type(1) p:nth-of-type(2) {
  font-size: 1rem;
  letter-spacing: 0.05em;
  margin: 10px 0 0 67px;
}
@media screen and (max-width: 430px) {
  #top #wrap07 #wrap-contact div:nth-of-type(1) p:nth-of-type(2) {
    margin: 10px 0 0 47px;
  }
}
#top #wrap07 #wrap-contact div:nth-of-type(1) a {
  text-decoration: none;
  color: #000;
}
#top #wrap07 #wrap-contact div:nth-of-type(2) p {
  align-items: center;
}
#top #wrap07 #wrap-contact div:nth-of-type(2) p span {
  font-size: 2.4rem;
  padding: 0 30px 0 0;
}
@media screen and (max-width: 430px) {
  #top #wrap07 #wrap-contact div:nth-of-type(2) p span {
    font-size: 1.6rem;
    padding: 0 20px 0 0;
  }
}
#top #wrap07 #wrap-contact div:nth-of-type(2) p a {
  text-decoration: none;
  color: #000;
  position: relative;
}
#top #wrap07 #wrap-contact div:nth-of-type(2) p a::after {
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  content: "";
  height: 1px;
  background: #000;
}
#top #wrap07 #wrap-contact div:nth-of-type(2) a {
  text-decoration: none;
  color: #000;
}
/* --------------------------------- */
/* facilities                        */
/* --------------------------------- */
#facilities, #rooms, #food, #topics {
  padding-top: 250px;
}
@media screen and (max-width: 430px) {
  #facilities, #rooms, #food, #topics {
    padding-top: 150px;
  }
}
#facilities #wrap-pagenavi h2, #rooms #wrap-pagenavi h2, #food #wrap-pagenavi h2, #topics #wrap-pagenavi h2 {
  line-height: 1;
  color: #000;
  font-size: 8rem;
  font-family: "Playfair", serif;
  font-weight: 400;
}
@media screen and (max-width: 430px) {
  #facilities #wrap-pagenavi h2, #rooms #wrap-pagenavi h2, #food #wrap-pagenavi h2, #topics #wrap-pagenavi h2 {
    font-size: 5rem;
  }
}
#facilities #wrap-pagenavi h2 strong, #rooms #wrap-pagenavi h2 strong, #food #wrap-pagenavi h2 strong, #topics #wrap-pagenavi h2 strong {
  font-weight: 300;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  padding-left: 1em;
}
@media screen and (max-width: 430px) {
  #facilities #wrap-pagenavi h2 strong, #rooms #wrap-pagenavi h2 strong, #food #wrap-pagenavi h2 strong, #topics #wrap-pagenavi h2 strong {
    display: block;
    padding-left: 0em;
    margin-top: 5px;
  }
}
#facilities #wrap-pagenavi ul, #rooms #wrap-pagenavi ul, #food #wrap-pagenavi ul, #topics #wrap-pagenavi ul {
  margin-top: 50px;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 430px) {
  #facilities #wrap-pagenavi ul, #rooms #wrap-pagenavi ul, #food #wrap-pagenavi ul, #topics #wrap-pagenavi ul {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
#facilities #wrap-pagenavi ul li, #rooms #wrap-pagenavi ul li, #food #wrap-pagenavi ul li, #topics #wrap-pagenavi ul li {
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 430px) {
  #facilities #wrap-pagenavi ul li, #rooms #wrap-pagenavi ul li, #food #wrap-pagenavi ul li, #topics #wrap-pagenavi ul li {
    font-size: 0.75rem;
    width: calc(100% / 3);
    margin-bottom: 2em;
  }
}
#facilities #wrap-pagenavi ul li a strong, #rooms #wrap-pagenavi ul li a strong, #food #wrap-pagenavi ul li a strong, #topics #wrap-pagenavi ul li a strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 300;
}
#facilities #wrap01, #facilities #wrap03, #facilities #wrap05, #facilities #wrap02, #facilities #wrap04 {
  padding: 100px 0 200px 0;
}
@media screen and (max-width: 430px) {
  #facilities #wrap01, #facilities #wrap03, #facilities #wrap05, #facilities #wrap02, #facilities #wrap04 {
    padding: 100px 0;
  }
}
#facilities #wrap01 .wrap, #facilities #wrap03 .wrap, #facilities #wrap05 .wrap, #facilities #wrap02 .wrap, #facilities #wrap04 .wrap {
  position: relative;
}
@media screen and (max-width: 430px) {
  #facilities #wrap01 .wrap, #facilities #wrap03 .wrap, #facilities #wrap05 .wrap, #facilities #wrap02 .wrap, #facilities #wrap04 .wrap {
    padding: 0;
  }
}
#facilities #wrap01 h2, #facilities #wrap03 h2, #facilities #wrap05 h2, #facilities #wrap02 h2, #facilities #wrap04 h2 {
  line-height: 1;
  font-size: 8rem;
  font-family: "Playfair", serif;
  font-weight: 400;
  margin: -0.6em 0 20px 0;
}
@media screen and (max-width: 430px) {
  #facilities #wrap01 h2, #facilities #wrap03 h2, #facilities #wrap05 h2, #facilities #wrap02 h2, #facilities #wrap04 h2 {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 375px) {
  #facilities #wrap01 h2, #facilities #wrap03 h2, #facilities #wrap05 h2, #facilities #wrap02 h2, #facilities #wrap04 h2 {
    font-size: 3.3rem;
  }
}
#facilities #wrap01 h2 strong, #facilities #wrap03 h2 strong, #facilities #wrap05 h2 strong, #facilities #wrap02 h2 strong, #facilities #wrap04 h2 strong {
  display: block;
  font-weight: 300;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
}
@media screen and (max-width: 430px) {
  #facilities #wrap01 h2 strong, #facilities #wrap03 h2 strong, #facilities #wrap05 h2 strong, #facilities #wrap02 h2 strong, #facilities #wrap04 h2 strong {
    font-size: 1.2rem;
    margin-top: 5px;
  }
}
#facilities #wrap01 h3, #facilities #wrap03 h3, #facilities #wrap05 h3, #facilities #wrap02 h3, #facilities #wrap04 h3 {
  font-weight: 300;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 430px) {
  #facilities #wrap01 h3, #facilities #wrap03 h3, #facilities #wrap05 h3, #facilities #wrap02 h3, #facilities #wrap04 h3 {
    font-size: 1.2rem;
  }
}
#facilities #wrap01 p, #facilities #wrap03 p, #facilities #wrap05 p, #facilities #wrap02 p, #facilities #wrap04 p {
  font-size: 1rem;
}
@media screen and (max-width: 430px) {
  #facilities #wrap01 p, #facilities #wrap03 p, #facilities #wrap05 p, #facilities #wrap02 p, #facilities #wrap04 p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 430px) {
  #facilities #wrap01 p br, #facilities #wrap03 p br, #facilities #wrap05 p br, #facilities #wrap02 p br, #facilities #wrap04 p br {
    display: none;
  }
}
#facilities #wrap01 figure img, #facilities #wrap03 figure img, #facilities #wrap05 figure img, #facilities #wrap02 figure img, #facilities #wrap04 figure img {
  width: 100%;
  height: auto;
  display: block;
}
#facilities #wrap01 .wrap div:nth-of-type(1), #facilities #wrap03 .wrap div:nth-of-type(1), #facilities #wrap05 .wrap div:nth-of-type(1) {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 430px) {
  #facilities #wrap01 .wrap div:nth-of-type(1), #facilities #wrap03 .wrap div:nth-of-type(1), #facilities #wrap05 .wrap div:nth-of-type(1) {
    padding: 0 10%;
    position: static;
  }
}
#facilities #wrap01 .wrap div:nth-of-type(2), #facilities #wrap03 .wrap div:nth-of-type(2), #facilities #wrap05 .wrap div:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#facilities #wrap01 .wrap div:nth-of-type(2) figure:nth-of-type(1), #facilities #wrap03 .wrap div:nth-of-type(2) figure:nth-of-type(1), #facilities #wrap05 .wrap div:nth-of-type(2) figure:nth-of-type(1) {
  width: 30%;
}
@media screen and (max-width: 430px) {
  #facilities #wrap01 .wrap div:nth-of-type(2) figure:nth-of-type(1), #facilities #wrap03 .wrap div:nth-of-type(2) figure:nth-of-type(1), #facilities #wrap05 .wrap div:nth-of-type(2) figure:nth-of-type(1) {
    width: 70%;
    margin-left: 5%;
  }
}
#facilities #wrap01 .wrap div:nth-of-type(2) figure:nth-of-type(2), #facilities #wrap03 .wrap div:nth-of-type(2) figure:nth-of-type(2), #facilities #wrap05 .wrap div:nth-of-type(2) figure:nth-of-type(2) {
  width: 75%;
  margin: 40px 0 0 25%;
}
#facilities #wrap01 .wrap div:nth-of-type(3) div:nth-of-type(1), #facilities #wrap03 .wrap div:nth-of-type(3) div:nth-of-type(1), #facilities #wrap05 .wrap div:nth-of-type(3) div:nth-of-type(1) {
  position: static;
}
#facilities #wrap01 .wrap div:nth-of-type(3) figure:nth-of-type(1), #facilities #wrap03 .wrap div:nth-of-type(3) figure:nth-of-type(1), #facilities #wrap05 .wrap div:nth-of-type(3) figure:nth-of-type(1) {
  width: 100%;
}
@media screen and (max-width: 430px) {
  #facilities #wrap02 .wrap div:nth-of-type(1) div, #facilities #wrap04 .wrap div:nth-of-type(1) div {
    padding: 0 10%;
  }
}
#facilities #wrap02 .wrap div:nth-of-type(2), #facilities #wrap04 .wrap div:nth-of-type(2) {
  position: absolute;
}
#facilities #wrap02 .wrap div:nth-of-type(3), #facilities #wrap04 .wrap div:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#facilities #wrap02 .wrap div:nth-of-type(3) figure:nth-of-type(1), #facilities #wrap04 .wrap div:nth-of-type(3) figure:nth-of-type(1) {
  width: 65%;
}
@media screen and (max-width: 430px) {
  #facilities #wrap02 .wrap div:nth-of-type(3) figure:nth-of-type(1), #facilities #wrap04 .wrap div:nth-of-type(3) figure:nth-of-type(1) {
    width: 100%;
  }
}
#facilities #wrap02 .wrap div:nth-of-type(3) figure:nth-of-type(2), #facilities #wrap04 .wrap div:nth-of-type(3) figure:nth-of-type(2) {
  width: 25%;
}
@media screen and (max-width: 430px) {
  #facilities #wrap02 .wrap div:nth-of-type(3) figure:nth-of-type(2), #facilities #wrap04 .wrap div:nth-of-type(3) figure:nth-of-type(2) {
    width: 30%;
    margin: 0px 0 0 65%;
  }
}
#facilities #wrap01 .wrap div:nth-of-type(2) {
  padding-bottom: 175px;
}
@media screen and (max-width: 430px) {
  #facilities #wrap01 .wrap div:nth-of-type(2) {
    padding-bottom: 20px;
  }
}
#facilities #wrap02 {
  background: url("../images/bg01.png") no-repeat;
  background-size: cover;
}
#facilities #wrap02 .wrap div:nth-of-type(1) {
  color: #fff;
}
#facilities #wrap02 .wrap div:nth-of-type(2) {
  top: 575px;
  right: 0;
  color: #fff;
}
#facilities #wrap02 .wrap div:nth-of-type(3) {
  padding-bottom: 70px;
}
@media screen and (max-width: 430px) {
  #facilities #wrap02 .wrap div:nth-of-type(3) {
    padding-bottom: 0;
  }
}
#facilities #wrap03 {
  background: url("../images/bg06.png") no-repeat;
  background-size: cover;
}
#facilities #wrap03 .wrap div:nth-of-type(1) {
  color: #fff;
}
#facilities #wrap03 .wrap div:nth-of-type(2) {
  padding-bottom: 155px;
}
@media screen and (max-width: 430px) {
  #facilities #wrap03 .wrap div:nth-of-type(2) {
    padding-bottom: 20px;
  }
}
#facilities #wrap03 h2 {
  margin-top: -1.6em;
}
#facilities #wrap03 h2 br {
  display: none;
}
@media screen and (max-width: 430px) {
  #facilities #wrap03 h2 br {
    display: block;
  }
}
#facilities #wrap04 {
  background: url("../images/bg08.png") no-repeat;
  background-size: cover;
}
#facilities #wrap04 .wrap div:nth-of-type(2) {
  top: 575px;
  right: 0;
}
#facilities #wrap04 .wrap div:nth-of-type(3) {
  padding-bottom: 280px;
}
@media screen and (max-width: 430px) {
  #facilities #wrap04 .wrap div:nth-of-type(3) {
    padding-bottom: 0;
  }
}
#facilities #wrap04 .wrap h2 {
  margin-top: -1.6em;
}
#facilities #wrap04 .wrap h2 strong {
  margin-top: 5px;
}
#facilities #wrap05 {
  background: url("../images/bg09.png") no-repeat;
  background-size: cover;
}
#facilities #wrap05 .wrap div:nth-of-type(1) {
  color: #fff;
}
#facilities #wrap05 .wrap div:nth-of-type(2) {
  padding-bottom: 155px;
}
@media screen and (max-width: 430px) {
  #facilities #wrap05 .wrap div:nth-of-type(2) {
    padding-bottom: 20px;
  }
}
/* --------------------------------- */
/* rooms                             */
/* --------------------------------- */
@media screen and (max-width: 430px) {
  #rooms #wrap-pagenavi ul {
    padding: 0 15%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 430px) {
  #rooms #wrap-pagenavi ul li {
    width: 50%;
    text-align: left;
  }
}
#rooms #wrap01, #rooms #wrap02, #rooms #wrap03, #rooms #wrap04 {
  padding: 200px 0;
}
@media screen and (max-width: 430px) {
  #rooms #wrap01, #rooms #wrap02, #rooms #wrap03, #rooms #wrap04 {
    padding: 100px 0;
  }
}
#rooms #wrap01 .wrap, #rooms #wrap02 .wrap, #rooms #wrap03 .wrap, #rooms #wrap04 .wrap {
  background: #fff;
}
@media screen and (max-width: 430px) {
  #rooms #wrap01 .wrap, #rooms #wrap02 .wrap, #rooms #wrap03 .wrap, #rooms #wrap04 .wrap {
    padding: 0 0 20px 0;
  }
}
#rooms #wrap01 .wrap img, #rooms #wrap02 .wrap img, #rooms #wrap03 .wrap img, #rooms #wrap04 .wrap img {
  width: 100%;
  height: auto;
  display: block;
}
#rooms #wrap01 .wrap .swiper, #rooms #wrap02 .wrap .swiper, #rooms #wrap03 .wrap .swiper, #rooms #wrap04 .wrap .swiper {
  padding: 50px 50px 0px 50px;
}
#rooms #wrap01 .wrap h2, #rooms #wrap02 .wrap h2, #rooms #wrap03 .wrap h2, #rooms #wrap04 .wrap h2 {
  line-height: 1;
  font-size: 8rem;
  font-family: "Playfair", serif;
  font-weight: 400;
  margin: -0.5em 0 20px 0;
  padding: 0 50px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 430px) {
  #rooms #wrap01 .wrap h2, #rooms #wrap02 .wrap h2, #rooms #wrap03 .wrap h2, #rooms #wrap04 .wrap h2 {
    font-size: 3rem;
    padding: 0 10%;
  }
}
#rooms #wrap01 .wrap h3, #rooms #wrap02 .wrap h3, #rooms #wrap03 .wrap h3, #rooms #wrap04 .wrap h3 {
  font-weight: 300;
  font-size: 1.2rem;
  margin: 0 0 40px 0;
  padding: 0 50px;
}
@media screen and (max-width: 430px) {
  #rooms #wrap01 .wrap h3, #rooms #wrap02 .wrap h3, #rooms #wrap03 .wrap h3, #rooms #wrap04 .wrap h3 {
    font-size: 1rem;
    padding: 0 10%;
  }
}
#rooms #wrap01 .wrap dl, #rooms #wrap02 .wrap dl, #rooms #wrap03 .wrap dl, #rooms #wrap04 .wrap dl {
  padding: 0 50px;
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 0.9rem;
}
@media screen and (max-width: 430px) {
  #rooms #wrap01 .wrap dl, #rooms #wrap02 .wrap dl, #rooms #wrap03 .wrap dl, #rooms #wrap04 .wrap dl {
    display: block;
    padding: 0 10%;
  }
}
#rooms #wrap01 .wrap dl dt, #rooms #wrap02 .wrap dl dt, #rooms #wrap03 .wrap dl dt, #rooms #wrap04 .wrap dl dt {
  font-family: "Noto Sans JP", sans-serif;
  width: 15%;
}
@media screen and (max-width: 430px) {
  #rooms #wrap01 .wrap dl dt, #rooms #wrap02 .wrap dl dt, #rooms #wrap03 .wrap dl dt, #rooms #wrap04 .wrap dl dt {
    width: 100%;
  }
}
#rooms #wrap01 .wrap dl dd, #rooms #wrap02 .wrap dl dd, #rooms #wrap03 .wrap dl dd, #rooms #wrap04 .wrap dl dd {
  width: 85%;
  margin: 0;
}
@media screen and (max-width: 430px) {
  #rooms #wrap01 .wrap dl dd, #rooms #wrap02 .wrap dl dd, #rooms #wrap03 .wrap dl dd, #rooms #wrap04 .wrap dl dd {
    width: 100%;
  }
}
#rooms #wrap01 .wrap dl:nth-of-type(2), #rooms #wrap02 .wrap dl:nth-of-type(2), #rooms #wrap03 .wrap dl:nth-of-type(2), #rooms #wrap04 .wrap dl:nth-of-type(2) {
  border: #000 solid;
  border-width: 1px 0;
  margin: 20px 0;
  padding: 20px 50px;
}
@media screen and (max-width: 430px) {
  #rooms #wrap01 .wrap dl:nth-of-type(2), #rooms #wrap02 .wrap dl:nth-of-type(2), #rooms #wrap03 .wrap dl:nth-of-type(2), #rooms #wrap04 .wrap dl:nth-of-type(2) {
    display: block;
    padding: 20px 0;
    margin: 20px 10%;
  }
}
#rooms #wrap01 {
  margin-top: 100px;
  background: url("../images/bg03.png") no-repeat;
  background-size: cover;
}
#rooms #wrap02 {
  background: url("../images/bg10.png") no-repeat;
  background-size: cover;
}
#rooms #wrap03 {
  background: url("../images/bg03.png") no-repeat;
  background-size: cover;
}
#rooms #wrap04 {
  background: url("../images/bg10.png") no-repeat;
  background-size: cover;
}
.swiper.mySwiper03 {
  padding-bottom: 40px !important;
  display: block;
}
.swiper.mySwiper03 .swiper-pagination {
  right: 0;
  text-align: center;
}
.swiper.mySwiper03 .swiper-pagination .swiper-pagination-bullet {
  background: #000;
}
/* --------------------------------- */
/* food                              */
/* --------------------------------- */
#food #wrap01 {
  margin-top: 100px;
}
#food #wrap01 .wrap {
  background: #282828;
  height: 830px;
  position: relative;
  overflow: hidden;
}
#food #wrap01 .wrap img {
  opacity: 0;
  position: absolute;
}
#food #wrap01 .wrap img:nth-of-type(1) {
  width: 60%;
  height: auto;
  top: 0;
  right: -50px;
}
#food #wrap01 .wrap img:nth-of-type(2) {
  bottom: 0;
  left: -50px;
  width: 80%;
  height: auto;
}
#food #wrap01 .wrap h2 {
  opacity: 0;
  color: #fff;
  line-height: 1.3;
  font-size: 2.6rem;
  font-weight: 300;
  padding: 130px 0 0 50px;
}
#food #wrap01 .wrap h3 {
  opacity: 0;
  color: #fff;
  line-height: 1.5;
  font-size: 0.9rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  padding: 20px 0 0 50px;
  width: 52%;
}
#food #wrap01 .wrap h3 span {
  display: block;
  font-size: 0.8rem;
}
.food01_01 {
  animation-name: Food01_01;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  nimation-timing-function: ease-in;
  opacity: 0;
}
.food01_02 {
  animation-name: Food01_02;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  nimation-timing-function: ease-in;
  opacity: 0;
}
.food01_h2 {
  animation-name: Food01_h2;
  animation-duration: 1.5s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  nimation-timing-function: ease-in;
  opacity: 0;
}
@keyframes Food01_01 {
  0% {
    transform: translate(0px, 0px);
    opacity: 0;
  }
  100% {
    transform: translate(-50px, 0px);
    opacity: 1;
  }
}
@keyframes Food01_02 {
  0% {
    transform: translate(0px, 0px);
    opacity: 0;
  }
  100% {
    transform: translate(50px, 0px);
    opacity: 1;
  }
}
@keyframes Food01_h2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#food #wrap02 {
  margin: 100px 0;
}
#food #wrap02 .wrap ul {
  display: flex;
  flex-wrap: wrap;
}
#food #wrap02 .wrap ul li {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-bottom: 20px;
}
#food #wrap02 .wrap ul li img {
  width: 100%;
  height: auto;
  display: block;
}
#food #wrap02 .wrap ul li:nth-of-type(3n) {
  margin-right: 0;
}
#food #wrap03 {
  margin-top: 100px;
  background: #282828;
}
#food #wrap03 figure:nth-of-type(1) {
  position: relative;
  width: 90%;
  margin-right: 10%;
}
#food #wrap03 figure:nth-of-type(1) img {
  position: absolute;
  right: 0;
  opacity: 0;
  width: 45%;
  height: auto;
  display: block;
}
#food #wrap03 figure:nth-of-type(2) img {
  opacity: 0;
  width: 100%;
  height: auto;
  display: block;
}
#food #wrap03 h2 {
  opacity: 0;
  color: #fff;
  line-height: 1.3;
  font-size: 1.5rem;
  font-weight: 300;
  padding: 130px 10% 0 10%;
}
#food #wrap03 h3 {
  opacity: 0;
  color: #fff;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 300;
  padding: 20px 9% 50px 10%;
}
.food_sp01 {
  animation-name: Food01_h2;
  animation-duration: 1.5s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  nimation-timing-function: ease-in;
  opacity: 0;
}
.food_sp02 {
  animation-name: Food01_h2;
  animation-duration: 1.5s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  nimation-timing-function: ease-in;
  opacity: 0;
}
.food_sp03 {
  animation-name: Food01_h2;
  animation-duration: 1.5s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  nimation-timing-function: ease-in;
  opacity: 0;
}
#food #wrap04 {
  padding: 50px 0 100px 0;
}
.swiper.mySwiper04 {
  padding-bottom: 40px !important;
  display: none;
}
@media screen and (max-width: 430px) {
  .swiper.mySwiper04 {
    display: block;
  }
  .swiper.mySwiper04 img {
    width: 100%;
    height: auto;
  }
  .swiper.mySwiper04 .swiper-pagination {
    right: 0;
    text-align: center;
  }
  .swiper.mySwiper04 .swiper-pagination .swiper-pagination-bullet {
    background: #000;
  }
}
/* --------------------------------- */
/* topics                            */
/* --------------------------------- */
#topics #wrap01 {
  margin-top: 100px;
}
#topics #wrap01 ol {
  display: flex;
}
#topics #wrap01 ol li {
  margin-right: 1em;
  font-size: 0.9rem;
  line-height: 1;
}
#topics #wrap01 ol li a {
  background: #bfbfbf;
  color: #808080;
  padding: 2px 10px;
  text-decoration: none;
}
#topics #wrap02 {
  margin-bottom: 100px;
}
#topics #wrap02 ul {
  list-style: none;
  margin-top: 3em;
}
#topics #wrap02 ul li {
  border-bottom: 1px solid #898989;
  padding: 2em 0;
  box-sizing: border-box;
}
#topics #wrap02 ul li p {
  color: #000;
  letter-spacing: 0.05em;
}
#topics #wrap02 ul li p a {
  color: #000;
  text-decoration: none;
}
#topics #wrap02 ul li time {
  color: #000;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  box-sizing: border-box;
}
@media screen and (max-width: 430px) {
  #topics #wrap02 ul li time {
    width: 45%;
    padding-right: 1em;
  }
}
#topics #wrap03 {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 430px) {
  #topics #wrap03 {
    margin-bottom: 50px;
  }
}
#topics #wrap03 h2 {
  line-height: 1.3;
  font-size: 1.5rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  margin-bottom: 0.5em;
  padding: 0.8em 0;
}
@media screen and (max-width: 430px) {
  #topics #wrap03 h2 {
    font-size: 1.3rem;
  }
}
#topics #wrap03 div p {
  color: #000;
  letter-spacing: 0.05em;
  margin-bottom: 1.5em;
}
#topics #wrap03 div p a {
  color: #000;
  text-decoration: none;
}
#topics #wrap03 time {
  color: #000;
  font-size: 1rem;
  letter-spacing: 0.1em;
  box-sizing: border-box;
}
@media screen and (max-width: 430px) {
  #topics #wrap03 time {
    width: 45%;
    padding-right: 1em;
  }
}
#topics #wrap04 {
  margin-top: 0px;
  margin-bottom: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 430px) {
  #topics #wrap04 {
    margin-bottom: 100px;
    font-size: 0.8rem;
  }
}
#topics #wrap04 div {
  padding: 0px 50px;
  line-height: 1;
}
@media screen and (max-width: 430px) {
  #topics #wrap04 div {
    padding: 0px 15px;
  }
}
#topics #wrap04 div a {
  color: #000;
  text-decoration: none;
}
#topics #wrap04 div img {
  height: 1em;
  width: auto;
  margin: 0 15px;
}
/* --------------------------------- */
/* page navi                      */
/* --------------------------------- */
.wp-pagenavi {
  display: flex;
  justify-content: center;
  font-size: 1rem;
  margin-bottom: 100px;
}
.wp-pagenavi a, .wp-pagenavi span {
  padding: 0 1px;
  margin: 0 8px;
  text-decoration: none;
  line-height: 1;
  font-weight: 400;
  color: #000;
}
.wp-pagenavi span.current {
  position: relative;
}
.wp-pagenavi span.current::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  background: #000;
  height: 1px;
  content: "";
  width: 100%;
}
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
  display: block;
  vertical-align: middle;
  color: #000;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  margin: 3px 3rem 0 3rem;
}
.previouspostslink {
  background: url("../images/arrow01.png") no-repeat;
  background-size: contain;
}
.nextpostslink {
  background: url("../images/arrow02.png") no-repeat;
  background-size: contain;
}
/* --------------------------------- */
/* disp slide                        */
/* --------------------------------- */
/* ローディング */
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #333;
  text-align: center;
  color: #fff;
}
#splash_text {
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
}
@media screen and (max-width: 430px) {
  #splash_text {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
/*画面遷移 初期設定*/
.splashbg {
  display: none;
}
body.appear .splashbg {
  display: block;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: scaleX(0);
  background-color: black;
  animation-name: PageAnime;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
/*画面遷移 コンテンツ設定*/
#container {
  background: url("../images/bg00.png") no-repeat top center;
}
body.appear #container {
  animation-name: FadeAnime;
  animation-duration: 0.5s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes PageAnime {
  0% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
  50% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: top;
  }
  100% {
    transform-origin: top;
    transform: scaleY(0);
    display: none;
  }
}
@keyframes PageAnime02 {
  0% {
    transform-origin: top;
    transform: scaleY(1);
  }
  100% {
    transform-origin: top;
    transform: scaleY(0);
    display: none;
  }
}
@keyframes FadeAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeAnime02 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.eachTextAnime {
  font-style: normal;
}
.eachTextAnime span {
  opacity: 0;
  display: inline-block;
  transform: translate(0px, 20px);
  min-width: 0.15em;
}
.eachTextAnime.appeartext span {
  animation: text_anime_on 0.5s ease-out forwards;
}
@keyframes text_anime_on {
  0% {
    opacity: 0;
    transform: translate(0px, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
