@charset "UTF-8";
html {
  background: #EEEDEB;
}

p {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

a {
  transition: all 0.3s;
}

.t-sp {
  display: none;
  text-align: center;
}
@media all and (max-width: 620px) {
  .t-sp {
    display: block;
  }
}

.content-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

section {
  margin-bottom: 160px;
}

.button-basic {
  font-size: 15px;
  font-size: 1.5rem;
  background: #6695AB;
  color: #fff;
  height: 52px;
  line-height: 52px;
  text-align: center;
  min-width: 225px;
  max-width: 225px;
  transition: all 0.3s;
  border-radius: 0;
}

.reserve-btn {
  position: fixed;
  top: 40px;
  right: 30px;
  z-index: 10;
}
@media all and (max-width: 620px) {
  .reserve-btn {
    bottom: 0;
    right: 0;
    top: auto;
  }
  .reserve-btn .button-basic {
    max-width: 100% !important;
    width: 100vw;
  }
}

.top-image {
  position: relative;
  height: 100svh;
}
@media all and (max-width: 620px) {
  .top-image {
    height: calc(100svh - 52px);
  }
}
.top-image img {
  width: 100%;
  height: 100svh;
  object-fit: cover;
}
@media all and (max-width: 620px) {
  .top-image img {
    height: calc(100svh - 52px);
  }
}
.top-image .title {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media all and (max-width: 620px) {
  .top-image .title {
    transform: none;
    top: auto;
    bottom: 80px;
    left: 30px;
  }
}
.top-image .title img {
  width: 100%;
  height: auto;
}
.top-image .title .sub-title1 {
  width: 28px;
  margin: 0 auto 5px;
}
@media all and (max-width: 620px) {
  .top-image .title .sub-title1 {
    margin: 0 0 5px 0;
  }
}
.top-image .title .sub-title2 {
  width: 47px;
  margin: 0 auto 15px;
}
@media all and (max-width: 620px) {
  .top-image .title .sub-title2 {
    margin: 0 0 15px 0;
  }
}
.top-image .title h1 {
  width: 100px;
  margin: 0 auto;
}
.top-image .catch {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
@media all and (max-width: 620px) {
  .top-image .catch {
    top: auto;
    bottom: 30px;
  }
}
.top-image .catch p {
  color: #fff;
  margin: 0;
}
.top-image .catch2 {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}
@media all and (max-width: 620px) {
  .top-image .catch2 {
    bottom: auto;
    top: 40%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}
.top-image .catch2 p {
  color: #fff;
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  writing-mode: vertical-rl;
  height: 225px;
}
@media all and (max-width: 620px) {
  .top-image .catch2 p {
    width: 32px;
  }
}
.top-image .text-box {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 280px;
}
@media all and (max-width: 620px) {
  .top-image .text-box {
    height: 65px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}
.top-image .text-box p {
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  white-space: nowrap;
}
@media all and (max-width: 620px) {
  .top-image .text-box p {
    margin: 0;
  }
}
@media all and (max-width: 620px) {
  .top-image .Line_animated {
    display: none;
  }
}
.top-image .line2 {
  width: 1px;
  background: #fff;
  display: block;
  animation: scroll 2s linear infinite;
  transform-origin: top; /* 上から短くなるように設定 */
  position: relative;
  left: calc(50% - 1px);
}
@keyframes scroll {
  0% {
    height: 0px;
  }
  100% {
    height: 200px;
  }
}

.contents {
  margin: 0 0 160px 0;
  padding: 0;
}
.contents .text-box {
  max-width: 800px;
  margin: 0 auto;
}
.contents h2 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 60px;
}
@media all and (max-width: 620px) {
  .contents h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.secondary {
  padding-top: 200px;
}
.secondary .header .menu-trigger_wrapper span {
  background-color: #333 !important;
}
@media all and (max-width: 620px) {
  .secondary h2 {
    text-align: left;
  }
}

.insta {
  margin-bottom: 100px;
}

.cal-unit {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
}
@media all and (max-width: 620px) {
  .cal-unit {
    display: block;
  }
}
.cal-unit h2 {
  margin-bottom: 55px;
}
.cal-unit .img-unit {
  margin-bottom: 50px;
  max-width: 490px;
  min-width: 490px;
  margin: 0 50px 0 0;
}
@media all and (max-width: 1079px) {
  .cal-unit .img-unit {
    max-width: 50%;
    min-width: 50%;
    margin: 0 20px 0 0;
  }
}
@media all and (max-width: 620px) {
  .cal-unit .img-unit {
    max-width: 100%;
    min-width: 100%;
    margin: 0 0 30px 0;
  }
}
.cal-unit .img-unit img {
  width: 100%;
}
.cal-unit .text-unit {
  width: 100%;
}
@media all and (max-width: 620px) {
  .cal-unit .text-unit h2 {
    display: none;
  }
}
.cal-unit .text-unit p {
  margin-bottom: 30px;
}
.cal-unit .text-unit ul li {
  margin-bottom: 20px;
}
.cal-unit .text-unit ul li p {
  display: flex;
  margin: 0;
}
.cal-unit .text-unit ul li p::before {
  content: "・";
  display: inline-block;
}
@media all and (max-width: 620px) {
  .cal-unit .button-basic {
    margin: 0 auto;
  }
}

.kukan-unit {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 620px) {
  .kukan-unit {
    display: block;
  }
}
.kukan-unit h2 {
  margin-bottom: 55px;
}
.kukan-unit .text-unit {
  margin-right: 50px;
}
@media all and (max-width: 1079px) {
  .kukan-unit .text-unit {
    margin-right: 20px;
  }
}
@media all and (max-width: 620px) {
  .kukan-unit .text-unit h2 {
    display: none;
  }
}
.kukan-unit .text-unit p {
  margin-bottom: 30px;
}
.kukan-unit .text-unit p:last-child {
  margin-bottom: 0;
}
.kukan-unit .img-unit {
  max-width: 490px;
  min-width: 490px;
}
@media all and (max-width: 1079px) {
  .kukan-unit .img-unit {
    max-width: 50%;
    min-width: 50%;
  }
}
@media all and (max-width: 620px) {
  .kukan-unit .img-unit {
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 30px;
  }
}
.kukan-unit .slider {
  line-height: 0;
}
.kukan-unit .slider-img img {
  height: auto;
  width: 100%;
}
.kukan-unit .dots-wrap {
  display: flex;
  align-items: center;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.kukan-unit .dots-wrap li {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0px;
}
.kukan-unit .dots-wrap .slick-active {
  background: #666;
}
.kukan-unit .arrow {
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 48px;
}
.kukan-unit .arrow::before,
.kukan-unit .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 30px;
  height: 1px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 0px) 50%;
}
.kukan-unit .arrow::before {
  transform: rotate(45deg);
}
.kukan-unit .arrow::after {
  transform: rotate(-45deg);
}
.kukan-unit .prev-arrow {
  transform: rotate(180deg);
  top: calc(50% - 20px);
  left: 10px;
  z-index: 10;
}
.kukan-unit .next-arrow {
  top: calc(50% - 20px);
  right: 10px;
}

#map {
  background: #fff;
  height: 350px;
  width: 100%;
  margin-bottom: 30px;
}

.map-unit .access {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1079px) {
  .map-unit .access {
    display: block;
  }
  .map-unit .access .button-basic {
    margin: 0 auto;
  }
}

footer {
  margin: 100px 0 60px;
  width: 100%;
  position: relative;
}
footer p {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 0;
}
@media all and (min-width: 1080px) {
  footer p {
    position: relative;
    left: 60px;
  }
}
@media all and (max-width: 1079px) {
  footer p {
    text-align: center;
  }
}

.insta-unit h2 {
  text-align: center;
}
.insta-unit .ig-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
}
@media all and (max-width: 1079px) {
  .insta-unit .ig-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media all and (max-width: 620px) {
  .insta-unit .ig-list {
    grid-template-columns: 1fr 1fr;
  }
}
.insta-unit .ig-list li a {
  display: block;
  backface-visibility: hidden;
  text-decoration: none;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
.insta-unit .ig-list li .thumbnail {
  padding-top: 133%;
  width: 100%;
  position: relative;
}
.insta-unit .ig-list li .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (min-width: 1080px) {
  .insta-unit .ig-list li:nth-of-type(n + 6) {
    display: none;
  }
}

.top-about {
  padding: 40px 0 140px;
}
@media all and (max-width: 620px) {
  .top-about {
    padding: 0;
  }
}
.top-about h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #666;
}
.top-about h2::after {
  content: "";
  display: block;
  width: 1px;
  height: 90px;
  background: #666;
  margin: 30px auto 0;
}
.top-about .about-text {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
@media all and (max-width: 1079px) {
  .top-about .about-text {
    display: block;
  }
}
.top-about .about-text h3 {
  font-weight: 400;
  letter-spacing: 0.26em;
  writing-mode: vertical-rl;
  margin-left: 80px;
  color: #666;
  height: 222px;
}
@media all and (max-width: 1079px) {
  .top-about .about-text h3 {
    writing-mode: horizontal-tb;
    text-align: center;
    margin: 0 0 30px 0;
    height: auto;
  }
}
.top-about .about-text .text-inner {
  display: flex;
  flex-direction: row-reverse;
}
@media all and (max-width: 1079px) {
  .top-about .about-text .text-inner {
    justify-content: center;
  }
}
.top-about .about-text .text-inner p {
  writing-mode: vertical-rl;
  letter-spacing: 0.26em;
  margin-right: 70px;
  margin-bottom: 0;
  line-height: 50px;
  height: 190px;
  color: #666;
}
@media all and (max-width: 1079px) {
  .top-about .about-text .text-inner p {
    margin-right: 20px;
  }
}
@media all and (max-width: 620px) {
  .top-about .about-text .text-inner p {
    margin-right: 40px;
    line-height: 30px;
  }
}
.top-about .about-text .text-inner p:first-child {
  margin-right: 0;
}

.about p {
  color: #fff;
}
@media all and (max-width: 620px) {
  .about p br {
    display: none;
  }
}
.about h2 {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
}
@media all and (max-width: 620px) {
  .about h2 {
    text-align: left;
  }
}
.about h3 {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 65px;
}
.about .about-on {
  margin-top: 200px;
}
.about .back-image {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
}
@media all and (max-width: 620px) {
  .about .back-image {
    height: calc(100vh - 52px);
  }
}
.about .back-image img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media all and (max-width: 620px) {
  .about .back-image img {
    height: calc(100vh - 52px);
  }
}
.about .about-text {
  max-width: 800px;
  margin: 0 auto;
}
.about .about-text .image-unit {
  max-width: 260px;
  margin: 0 auto 60px;
}
.about .about-text .image-unit img {
  width: 100%;
}
.about .text-inner ul li {
  max-width: 330px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
}
.about .text-inner ul li:nth-child(4) {
  margin-bottom: 30px;
}
.about .text-inner ul li p {
  margin: 0;
}
.about .text-inner ul li a {
  color: #fff;
}

@media all and (max-width: 620px) {
  .menu-unit {
    margin-bottom: 80px;
  }
}
.menu-unit .text-box {
  margin-bottom: 60px;
  max-width: 600px;
}
.menu-unit .text-box ul li {
  margin-bottom: 30px;
}
.menu-unit .text-box ul li p span {
  margin: 0 10px;
}
@media all and (max-width: 1079px) {
  .menu-unit .text-box ul li p span {
    display: none;
  }
}
@media all and (min-width: 1080px) {
  .menu-unit .text-box ul li p br {
    display: none;
  }
}
.menu-unit .text-box ul li p::before {
  content: "・";
  display: inline-block;
}
.menu-unit .text-box p {
  display: flex;
  margin: 0;
}
.menu-unit .menu-info {
  margin-bottom: 60px;
}
.menu-unit .menu-list .flex-unit {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin-bottom: 30px;
}
@media all and (max-width: 1079px) {
  .menu-unit .menu-list .flex-unit {
    display: block;
  }
}
.menu-unit .menu-list .line1 {
  margin-left: 40px;
}
@media all and (max-width: 1079px) {
  .menu-unit .menu-list .line1 {
    margin: 0;
  }
}
.menu-unit .menu-list h3 {
  writing-mode: vertical-rl;
}
.menu-unit .menu-list ul {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  flex-wrap: wrap;
}
.menu-unit .menu-list ul p {
  writing-mode: vertical-rl;
  margin-top: 40px;
  white-space: nowrap;
}
.menu-unit .menu-list ul p span {
  writing-mode: horizontal-tb;
  letter-spacing: 0.01em;
  position: relative;
  top: -5px;
  right: -1px;
}
.menu-unit .menu-list ul p .en {
  writing-mode: vertical-rl;
  position: relative;
  top: auto;
  right: -3px;
}
.menu-unit .menu-list h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  margin-left: 5px;
  position: relative;
}
.menu-unit .menu-list h3::before {
  content: "";
  display: inline-block;
  background: #666;
  width: 1px;
  height: 30px;
  position: relative;
  margin-bottom: 10px;
}
.menu-unit .menu-list h3 .kirari {
  writing-mode: horizontal-tb;
  letter-spacing: 0.01em;
  position: absolute;
  bottom: 115px;
  right: 1px;
}
.menu-unit .menu-list h3 .en {
  writing-mode: vertical-rl;
  position: relative;
  top: auto;
  right: -3px;
  letter-spacing: 0.05em;
}
.menu-unit .menu-list li {
  margin: 0 25px;
  height: 350px;
  display: flex;
  flex-direction: row-reverse;
}
@media all and (max-width: 620px) {
  .menu-unit .menu-list li {
    margin: 0 2%;
  }
}
.menu-unit .menu-list li:last-child {
  margin-left: 0;
}
.menu-unit .button-basic {
  margin: 30px 0 0 0;
}
@media all and (max-width: 620px) {
  .menu-unit .button-basic {
    margin: 30px auto 0px;
  }
}

.shobo-unit {
  margin-top: 90px;
}
.shobo-unit h3 {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 75px;
}
@media all and (max-width: 620px) {
  .shobo-unit h3 {
    margin-bottom: 40px;
    text-align: left;
  }
}
.shobo-unit .shobo-text {
  max-width: 756px;
  margin: 0 auto;
}
@media all and (max-width: 620px) {
  .shobo-unit .shobo-text p br {
    display: none;
  }
}

.slide-unit {
  display: flex;
}
@media all and (max-width: 620px) {
  .slide-unit {
    display: block;
  }
}
.slide-unit .img-unit {
  max-width: 380px;
  min-width: 380px;
  margin-right: 50px;
}
@media all and (max-width: 1079px) {
  .slide-unit .img-unit {
    max-width: 50%;
    min-width: 50%;
    margin-right: 20px;
  }
}
@media all and (max-width: 620px) {
  .slide-unit .img-unit {
    max-width: 100%;
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.slide-unit .slider {
  line-height: 0;
}
.slide-unit .slider-img img {
  height: auto;
  width: 100%;
}
.slide-unit .dots-wrap {
  display: flex;
  align-items: center;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.slide-unit .dots-wrap li {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0px;
}
.slide-unit .dots-wrap .slick-active {
  background: #666;
}
.slide-unit .arrow {
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 48px;
}
.slide-unit .arrow::before,
.slide-unit .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 30px;
  height: 1px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 0px) 50%;
}
.slide-unit .arrow::before {
  transform: rotate(45deg);
}
.slide-unit .arrow::after {
  transform: rotate(-45deg);
}
.slide-unit .prev-arrow {
  transform: rotate(180deg);
  top: calc(50% - 20px);
  left: 10px;
  z-index: 10;
}
.slide-unit .next-arrow {
  top: calc(50% - 20px);
  right: 10px;
}
.slide-unit .text-unit .text-block {
  margin-bottom: 40px;
}

.book-info .title-unit {
  margin-bottom: 20px;
}
.book-info .title-unit p {
  margin: 0;
}
.book-info .title-unit .no {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 5px 0;
}
.book-info .title-unit h2 {
  margin: 0 0 25px 0;
}
@media all and (max-width: 620px) {
  .book-info .title-unit h2 {
    text-align: left;
  }
}
@media all and (max-width: 620px) {
  .book-info .button-basic {
    margin: 0 auto;
  }
}

.contact-form {
  margin-top: 60px;
}
.contact-form input, .contact-form textarea {
  appearance: none;
  background-color: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
.contact-form .form-label {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.contact-form a {
  color: #fff;
  text-decoration: none;
}
.contact-form .form-contents {
  margin: 10px 0 60px 0;
}
@media all and (max-width: 1079px) {
  .contact-form .form-contents {
    width: 100%;
    margin: 20px 0 30px 0;
  }
}
.contact-form .form-input {
  width: 100%;
  height: 70px;
  background: #fff;
  padding-left: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  border: 1px solid #aaa;
}
.contact-form .form-textarea {
  width: 100%;
  height: 250px;
  background: #fff;
  padding-left: 10px;
  padding-top: 10px;
  border: 1px solid #aaa;
}
.contact-form .required {
  color: #df0024;
  border: 1px solid #df0024;
  font-size: 12px;
  font-size: 1.2rem;
  height: 20px;
  width: 45px;
  text-align: center;
  line-height: 18px;
  display: inline-block;
  position: relative;
  top: -1px;
  margin-left: 30px;
}
.contact-form .form-post {
  width: 200px;
  height: 70px;
  background: #fff;
  padding-left: 10px;
  border: 1px solid #aaa;
}
.contact-form ::placeholder {
  color: #acacac;
  font-size: 15px;
  font-size: 1.5rem;
}
.contact-form .red {
  background: #FDECEC;
}
.contact-form .caution-unit {
  border: 1px solid #000;
  padding: 30px 20px;
  margin-bottom: 30px;
}
.contact-form .caution-unit p {
  margin: 0;
}
@media all and (max-width: 620px) {
  .contact-form .caution-unit p br {
    display: none;
  }
}
.contact-form .btn-area .button-send {
  background: #6695AB;
  color: #fff;
  width: 100%;
  height: 100px;
  text-align: center;
  line-height: 100px;
  transition: all 0.3s;
}
.contact-form .btn-area .button-send:hover {
  opacity: 0.6;
}

.thanks {
  position: absolute;
  bottom: 0;
  left: 0;
}

.thank-page {
  min-height: 100vh;
  position: relative;
}

.not-start {
  background: #aaa !important;
  min-width: 250px;
  max-width: 250px;
}
.not-start:hover {
  opacity: 1 !important;
}

.tanzaku {
  padding-top: 50px;
}
.tanzaku .readmore .open {
  display: block;
}
.tanzaku .readmore.on-click .open {
  display: none;
}
.tanzaku .readmore .close {
  display: none;
}
.tanzaku .readmore.on-click .close {
  display: block;
}
.tanzaku .tanzaku-unit .button-basic {
  margin: 0 auto;
}
.tanzaku .tanzaku-img .thumbnail {
  padding-top: 150%;
  width: 100%;
  position: relative;
}
.tanzaku .tanzaku-img .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tanzaku .tanzaku-img ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.tanzaku .tanzaku-history h3 {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 60px;
}
.tanzaku .tanzaku-history .text-unit {
  margin-bottom: 280px;
}
.tanzaku .tanzaku-detail .reed-text {
  margin-bottom: 65px;
}
.tanzaku .tanzaku-detail .reed-text p {
  font-size: 18px;
  font-size: 1.8rem;
}
.tanzaku .tanzaku-detail .img-unit {
  margin-bottom: 55px;
}
.tanzaku .tanzaku-detail .img-unit img {
  width: 100%;
  height: auto;
}

.gallry-unit img {
  width: 100%;
  height: auto;
}
.gallry-unit .main-image {
  margin-bottom: 55px;
}
.gallry-unit .text-image {
  margin-bottom: 160px;
}
.gallry-unit .text-image p:last-child {
  margin-bottom: 0;
}
.gallry-unit .img-list {
  max-width: 533px;
  margin: 0 auto;
}
.gallry-unit .img-list img {
  vertical-align: bottom;
  margin-bottom: 10px;
}