/* CSS Document */
/* -------------------------------------------------

Reset.css

------------------------------------------------- */
@media print {
  html,
  body {
    zoom: 0.8;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

html {
  font-size: 62.5%;
}

body {
  color: #231815;
  background-color: #eae6da;
  font-size: clamp(14px, 1.3333333333vw, 16px);
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}
body * {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

a {
  color: #231815;
  outline: none;
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
}
a img {
  border-style: none;
  transition: 0.3s;
}
a:hover {
  transform: translateY(-5px);
}

img {
  width: 100%;
  vertical-align: middle;
}

:root {
  --fz-20: clamp(16px, calc(100vw * 20 / 1200), 20px);
  --fz-25: clamp(18px, calc(100vw * 25 / 1200), 25px);
  --fz-30: clamp(20px, calc(100vw * 30 / 1200), 30px);
  --fz-35: clamp(23px, calc(100vw * 35 / 1200), 35px);
  --fz-40: clamp(25px, calc(100vw * 40 / 1200), 40px);
  --fz-45: clamp(30px, calc(100vw * 45 / 1200), 45px);
}

@media screen {
  .fade__0 {
    opacity: 0;
    transition: 1s;
  }
  .fade__B {
    opacity: 0;
    transition: 1s;
    transform: translate(0, 30px);
  }
  .fade__L {
    opacity: 0;
    transition: 1s;
    transform: translate(-20px, 0);
  }
  .fadeReset {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@media all and (min-width: 669px) {
  .sp {
    display: none;
  }
}
@media all and (min-width: 801px) {
  .md {
    display: none;
  }
}
@media all and (min-width: 961px) {
  .tb {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 668px) {
  .ns {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .np {
    display: none;
  }
}
header {
  min-height: 100vh;
  background: url(../images/main_bg.jpg) no-repeat center/cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
@media screen and (max-width: 960px) {
  header {
    min-height: 700px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  header {
    min-height: 550px;
  }
}
header .read {
  position: absolute;
  left: 0;
  top: clamp(25px, 5.2vw, 100px);
  width: 100%;
}
header .read p {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) {
  header .read p {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  header .read p {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
header .read p span {
  writing-mode: vertical-rl;
  font-size: var(--fz-40);
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 668px) {
  header .read p span {
    line-height: 1.5;
    font-size: 2.2rem;
  }
}
header h1 {
  width: 450px;
  max-width: 60%;
}
@media screen and (max-width: 960px) {
  header h1 {
    width: 300px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  header h1 {
    padding-top: 100px;
  }
}
header .link {
  position: fixed;
  right: 0;
  top: 0;
  height: 95px;
  border-left: 1px solid #231815;
  border-bottom: 1px solid #231815;
  display: flex;
}
header .link.blur {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(3px);
}
@media screen and (max-width: 668px) {
  header .link.blur {
    border-top: 1px solid #231815;
  }
}
@media screen and (max-width: 960px) {
  header .link {
    height: 60px;
  }
}
header .link p a {
  height: 100%;
  display: block;
}
header .link p.search a {
  width: 250px;
  font-size: var(--fz-25);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  header .link p.search a {
    width: 140px;
  }
}
header .link p.search a span {
  display: block;
  letter-spacing: 0.15em;
}
header .link p.menuBtn {
  border-left: 1px solid #231815;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95px;
}
@media screen and (max-width: 960px) {
  header .link p.menuBtn {
    width: 60px;
  }
}
header .link p.menuBtn button {
  position: relative;
  width: 55px;
  height: 30px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  header .link p.menuBtn button {
    width: 40px;
    height: 22px;
  }
}
header .link p.menuBtn button span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #231815;
  transition: 0.35s ease;
  transform-origin: center;
}
header .link p.menuBtn button span:nth-child(1) {
  top: 0;
}
header .link p.menuBtn button span:nth-child(2) {
  top: 50%;
}
header .link p.menuBtn button span:nth-child(3) {
  bottom: 0;
}
header .link p.menuBtn button.on span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
header .link p.menuBtn button.on span:nth-child(2) {
  opacity: 0;
}
header .link p.menuBtn button.on span:nth-child(3) {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

nav {
  display: none;
  position: fixed;
  right: 20px;
  top: 110px;
  z-index: 100;
}
@media screen and (max-width: 960px) {
  nav {
    top: 70px;
    right: 15px;
  }
}
nav ul li a {
  padding: 2px 0;
  display: block;
  text-align: right;
  font-size: var(--fz-20);
  text-shadow: 1px 1px 2px white;
}

main .conceptArea {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}
main .conceptArea > div {
  width: 50%;
  aspect-ratio: 960/1080;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main .conceptArea > div {
    width: 100%;
  }
}
main .conceptArea > div.photo {
  background: url(../images/photo_concept.jpg) no-repeat center/cover;
  padding: clamp(25px, 6vw, 120px) 0 0 clamp(20px, 8vw, 200px);
}
main .conceptArea > div.photo p {
  color: #fff;
  writing-mode: vertical-rl;
  font-size: var(--fz-45);
  line-height: 1.7;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 668px) {
  main .conceptArea > div.photo p {
    font-size: 2.3rem;
  }
}
main .conceptArea > div.text {
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .conceptArea > div.text > section h2 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-style: italic;
  margin-bottom: 40px;
  font-size: var(--fz-20);
}
@media screen and (max-width: 960px) {
  main .conceptArea > div.text > section h2 {
    margin-bottom: 20px;
  }
}
main .conceptArea > div.text > section p {
  line-height: 2.2;
}
@media screen and (max-width: 960px) {
  main .conceptArea > div.text > section p {
    line-height: 1.7;
  }
}
main .aboutArea {
  max-width: 1520px;
  margin: 0 auto;
}
@media screen and (max-width: 1580px) {
  main .aboutArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main .aboutArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
main .aboutArea {
  padding: clamp(40px, 5.2vw, 100px) 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main .aboutArea {
    gap: 40px;
  }
}
main .aboutArea > section {
  width: 30%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  main .aboutArea > section {
    width: calc(33.3333333333% - 5px);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main .aboutArea > section {
    width: 100%;
  }
}
main .aboutArea > section .read {
  width: 28%;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main .aboutArea > section .read {
    left: -10px;
    top: -10px;
  }
}
main .aboutArea > section .read span, main .aboutArea > section .read strong {
  display: block;
  line-height: 100%;
}
main .aboutArea > section .read span {
  font-size: clamp(10px, 1vw, 12px);
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main .aboutArea > section .read span {
    font-size: 12px;
  }
}
main .aboutArea > section .read strong {
  font-size: clamp(20px, 3.3333333333vw, 40px);
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main .aboutArea > section .read strong {
    font-size: 35px;
  }
}
main .aboutArea > section .photo {
  margin: 20px 0 clamp(30px, 2.5vw, 50px) 20px;
}
@media screen and (max-width: 800px) {
  main .aboutArea > section .photo {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main .aboutArea > section .photo {
    margin: 0 0 15px;
  }
}
main .aboutArea > section h2 {
  font-size: var(--fz-25);
  margin-bottom: 30px;
  text-align: center;
  line-height: 120%;
}
@media screen and (max-width: 800px) {
  main .aboutArea > section h2 {
    margin-bottom: 15px;
  }
}
main .aboutArea > section h2 br {
  display: none;
}
@media screen and (max-width: 1367px) {
  main .aboutArea > section h2 br {
    display: block;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main .aboutArea > section h2 br {
    display: none;
  }
}
main .aboutArea > section .comment {
  margin-left: 20px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main .aboutArea > section .comment {
    margin-left: 0;
  }
}
main .roomArea {
  max-width: 1450px;
  margin: 0 auto;
}
@media screen and (max-width: 1510px) {
  main .roomArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main .roomArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
main .roomArea {
  padding: clamp(40px, 5.2vw, 100px) 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
main .roomArea .text {
  width: calc(30% - 30px);
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  main .roomArea .text {
    width: calc(45% - 20px);
  }
}
@media screen and (max-width: 668px) {
  main .roomArea .text {
    width: 100%;
    display: block;
    margin-bottom: 25px;
  }
}
main .roomArea .text > section h2 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-style: italic;
  font-size: var(--fz-20);
  margin-bottom: 30px;
}
main .roomArea .text > section p {
  line-height: 200%;
}
main .roomArea .photo {
  width: 70%;
}
@media screen and (max-width: 960px) {
  main .roomArea .photo {
    width: 55%;
  }
}
@media screen and (max-width: 668px) {
  main .roomArea .photo {
    width: 100%;
  }
}
main .roomSubArea {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) {
  main .roomSubArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main .roomSubArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
main .roomSubArea {
  padding-bottom: clamp(40px, 5.2vw, 100px);
}
main .roomSubArea p {
  width: 50%;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main .roomSubArea p {
    width: 70%;
  }
}
main .priceArea {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1060px) {
  main .priceArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main .priceArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
main .priceArea {
  text-align: center;
}
main .priceArea h2 {
  font-size: var(--fz-40);
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-style: italic;
  margin-bottom: 10px;
}
main .priceArea .titJp {
  font-size: var(--fz-25);
  margin-bottom: 20px;
}
main .priceArea .read {
  font-size: var(--fz-20);
}
main .priceArea > section {
  margin-top: 50px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main .priceArea > section {
    margin-top: 20px;
  }
}
main .priceArea > section h3 {
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  font-size: var(--fz-40);
  padding: 10px 0;
}
main .priceArea > section > div.course {
  display: flex;
  justify-content: space-around;
  padding: 70px 0;
}
@media screen and (max-width: 960px) {
  main .priceArea > section > div.course {
    padding: 30px 0;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main .priceArea > section > div.course {
    display: block;
  }
}
main .priceArea > section > div.course.border {
  border-bottom: 1px dashed #231815;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main .priceArea > section > div.course > section:not(:first-child) {
    margin-top: 35px;
  }
}
main .priceArea > section > div.course > section * {
  letter-spacing: 0.1em;
  line-height: 120%;
}
main .priceArea > section > div.course > section h4 {
  font-size: var(--fz-30);
  margin-bottom: 15px;
}
main .priceArea > section > div.course > section h4 br {
  display: none;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main .priceArea > section > div.course > section h4 br {
    display: block;
  }
}
main .priceArea > section > div.course > section .text {
  font-size: var(--fz-20);
  margin-bottom: 20px;
}
main .priceArea > section > div.course > section .price {
  font-size: var(--fz-25);
  margin-bottom: 10px;
}
main .priceArea > section > div.course > section .price strong {
  font-size: var(--fz-35);
}
main .priceArea > section > div.course > section .time {
  font-size: var(--fz-25);
}
main .detilArea {
  padding: clamp(40px, 5.2vw, 100px) 0;
}
main .detilArea .slideArea .thumb {
  padding-bottom: 130px;
  position: relative;
}
@media screen and (max-width: 960px) {
  main .detilArea .slideArea .thumb {
    padding-bottom: 60px;
  }
}
main .detilArea .slideArea .thumb .slick-track {
  margin-left: calc(50vw - 75px);
}
@media screen and (max-width: 960px) {
  main .detilArea .slideArea .thumb .slick-track {
    margin-left: calc(50vw - 40px);
  }
}
main .detilArea .slideArea .thumb::after {
  content: "";
  display: block;
  left: 50%;
  bottom: -50px;
  width: 1px;
  height: 150px;
  background-color: #231815;
  position: absolute;
}
@media screen and (max-width: 960px) {
  main .detilArea .slideArea .thumb::after {
    height: 100px;
  }
}
main .detilArea .slideArea .thumb ul li {
  width: 150px;
  margin: 0;
  padding-top: 5px;
  cursor: pointer;
  transition: 0.3s;
}
main .detilArea .slideArea .thumb ul li:hover {
  transform: translateY(-5px);
}
@media screen and (max-width: 960px) {
  main .detilArea .slideArea .thumb ul li {
    width: 80px;
  }
}
main .detilArea .slideArea .thumb ul li span, main .detilArea .slideArea .thumb ul li strong, main .detilArea .slideArea .thumb ul li small {
  display: block;
  text-align: center;
}
main .detilArea .slideArea .thumb ul li span {
  width: 80px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 960px) {
  main .detilArea .slideArea .thumb ul li span {
    width: 50px;
  }
}
main .detilArea .slideArea .thumb ul li strong {
  font-size: var(--fz-30);
}
main .detilArea .slideArea .thumb ul li small.jp {
  font-size: 1.3rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
  main .detilArea .slideArea .thumb ul li small.jp {
    margin-bottom: 7px;
  }
}
main .detilArea .slideArea .thumb ul li small.en {
  font-size: var(--fz-20);
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-style: italic;
}
main .detilArea .slideArea .main section.menu {
  width: 550px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 960px) {
  main .detilArea .slideArea .main section.menu {
    width: 400px;
  }
}
main .detilArea .slideArea .main section.menu.slick-slide {
  margin: 0 25px;
}
@media screen and (max-width: 960px) {
  main .detilArea .slideArea .main section.menu.slick-slide {
    margin: 0 15px;
  }
}
main .detilArea .slideArea .main section.menu .tag {
  display: block;
  width: 225px;
  margin-left: auto;
  padding: 10px 5px 5px 15px;
  background-color: #fff;
  text-align: center;
  font-size: var(--fz-30);
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-style: italic;
  line-height: 100%;
  clip-path: polygon(25px 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 960px) {
  main .detilArea .slideArea .main section.menu .tag {
    width: 140px;
  }
}
main .detilArea .slideArea .main section.menu .w {
  flex-grow: 2;
  background-color: #fff;
  padding: clamp(20px, 2.5vw, 50px);
}
main .detilArea .slideArea .main section.menu .w .tit {
  display: flex;
  border-bottom: 1px solid #231815;
  padding-bottom: 30px;
}
main .detilArea .slideArea .main section.menu .w .tit h3 {
  white-space: nowrap;
  width: 35%;
  border-right: 1px solid #231815;
}
@media screen and (max-width: 960px) {
  main .detilArea .slideArea .main section.menu .w .tit h3 {
    width: 90px;
  }
}
main .detilArea .slideArea .main section.menu .w .tit h3 strong,
main .detilArea .slideArea .main section.menu .w .tit h3 span {
  display: block;
  line-height: 130%;
}
main .detilArea .slideArea .main section.menu .w .tit h3 strong {
  font-size: var(--fz-40);
}
main .detilArea .slideArea .main section.menu .w .tit h3 span {
  font-size: var(--fz-20);
}
main .detilArea .slideArea .main section.menu .w .tit p {
  padding-left: clamp(20px, 2vw, 40px);
  line-height: 2;
  width: 65%;
}
@media screen and (max-width: 960px) {
  main .detilArea .slideArea .main section.menu .w .tit p {
    width: calc(100% - 90px);
  }
}
main .detilArea .slideArea .main section.menu .w dl dt {
  margin-top: 30px;
  display: inline-block;
  background-color: #231815;
  color: #fff;
  padding: 2px 5px 2px 15px;
  margin-bottom: 10px;
  letter-spacing: 10px;
}
main .detilArea .slideArea .main section.menu .w dl dt.kitai {
  letter-spacing: 0;
  padding-right: 15px;
}
main .detilArea .slideArea .main section.menu .w dl dd {
  display: block;
}
main .detilArea .slideArea .main section.menu .w dl dd.disc {
  display: list-item;
  list-style: disc;
  margin-left: 1.5em;
}
main .detilArea .slideArea .main section.menu .w section {
  margin-top: 30px;
}
main .detilArea .slideArea .main section.menu .w section h4 strong {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-style: italic;
  font-size: var(--fz-20);
  margin-right: 10px;
}
main .detilArea .slideArea .main section.menu .w section ul li {
  margin-top: 10px;
  font-size: var(--fz-20);
}
main .detilArea .slideArea .main section.menu .w section ul li span {
  width: 320px;
  padding: 6px 10px 6px 40px;
  margin-right: 10px;
  display: inline-block;
  background-color: #eae6da;
  position: relative;
}
@media screen and (max-width: 960px) {
  main .detilArea .slideArea .main section.menu .w section ul li span {
    width: 250px;
  }
}
main .detilArea .slideArea .main section.menu .w section ul li span::before {
  content: "";
  display: block;
  width: 17px;
  height: 30px;
  background: url(../images/check.svg) no-repeat center/contain;
  position: absolute;
  left: 10px;
  top: 8px;
}
main .detilArea .notice {
  margin: 50px 20px 0;
}
@media screen and (max-width: 960px) {
  main .detilArea .notice {
    margin-top: 30px;
  }
}
main .detilArea .notice {
  text-align: center;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  main .detilArea .notice {
    text-align: left;
  }
}
main .detilArea .notice li {
  margin-bottom: 5px;
  text-indent: -1em;
  padding-left: 1em;
}

footer {
  background-color: #fff;
  padding: clamp(40px, 5.2vw, 100px) 25px;
  text-align: center;
}
footer .banner a {
  display: block;
  max-width: 550px;
  padding: clamp(30px, 2.5vw, 50px) 10px;
  margin: 0 auto clamp(40px, 5.5vw, 130px);
  background-color: rgba(35, 24, 21, 0.8);
  color: #fff;
}
footer .banner a small {
  display: block;
  font-size: var(--fz-25);
}
footer .banner a strong {
  display: block;
  font-size: var(--fz-45);
}
footer .tit {
  font-size: var(--fz-25);
}
footer h6 {
  font-size: var(--fz-30);
  margin: 30px 0;
}
footer address {
  font-style: normal;
  margin-bottom: 15px;
}
footer .mail {
  margin-bottom: 10px;
}
footer .tel {
  margin-bottom: 30px;
}
footer .insta {
  max-width: 36px;
  margin: 0 auto;
}
footer .insta a {
  display: block;
}