.mainSlide {
  margin-right: 5vw;
  position: relative;
}
@media screen and (max-width: 960px), (max-height: 650px) {
  .mainSlide {
    margin-right: 0;
  }
}
.mainSlide .slide {
  width: 100%;
  height: 100vh;
  min-height: 550px;
  max-height: 800px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainSlide .slide {
    min-height: 500px;
    max-height: 500px;
  }
}
.mainSlide .slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.mainSlide .copy {
  position: absolute;
  left: 5vw;
  top: 40%;
  font-size: clamp(46.8px, 100vw * 78 / 1200, 78px);
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  color: #fff;
  letter-spacing: 1px;
}

.aboutArea {
  margin: 150px 0 50px;
  padding: 0 5vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .aboutArea {
    margin: 70px 0 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .aboutArea {
    margin: 40px 0 0;
  }
}
.aboutArea .text {
  width: 50%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .aboutArea .text {
    width: 55%;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .aboutArea .text {
    width: 100%;
  }
}
.aboutArea .text > div p {
  margin-bottom: 40px;
  line-height: 200%;
}
@media screen and (max-width: 960px) {
  .aboutArea .text > div p {
    margin-bottom: 20px;
    line-height: 170%;
  }
}
.aboutArea .photo {
  width: 42%;
}
@media screen and (max-width: 960px) {
  .aboutArea .photo {
    width: 40%;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .aboutArea .photo {
    width: 85%;
    margin: 20px auto 0;
  }
}
.aboutArea .photo li:nth-child(1) {
  width: 56%;
  margin: 0 0 80px auto;
}
@media screen and (max-width: 960px) {
  .aboutArea .photo li:nth-child(1) {
    width: 75%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .aboutArea .photo li:nth-child(1) {
    width: 80%;
    margin-bottom: 25px;
  }
}
.aboutArea .photo li:nth-child(2) {
  width: 52%;
}
@media screen and (max-width: 960px) {
  .aboutArea .photo li:nth-child(2) {
    width: 70%;
  }
}

.detailArea {
  position: relative;
  padding: 200px 8vw 100px 5vw;
}
@media screen and (max-width: 960px), (max-height: 650px) {
  .detailArea {
    padding-right: 5vw;
  }
}
@media screen and (max-width: 800px) {
  .detailArea {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .detailArea {
    margin-top: -50px;
  }
}
.detailArea::after {
  content: "";
  width: calc(100% - 5vw);
  height: 100%;
  background: url(../../common/images/bg_pattern.jpg);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  clip-path: polygon(0 0, 100% 200px, 100% 100%, 0 100%);
}
@media screen and (max-width: 960px), (max-height: 650px) {
  .detailArea::after {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .detailArea::after {
    clip-path: polygon(0 0, 100% 100px, 100% 100%, 0 100%);
    background-size: 300px auto;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .detailArea::after {
    clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 100%);
  }
}
.detailArea > div {
  max-width: 1200px;
  margin: 0 auto;
}
.detailArea > div table {
  width: 100%;
  border-collapse: collapse;
}
.detailArea > div table tr th, .detailArea > div table tr td {
  vertical-align: top;
  text-align: left;
  padding: 20px 10px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.4);
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .detailArea > div table tr th, .detailArea > div table tr td {
    padding: 15px 0;
  }
}
.detailArea > div table tr th {
  white-space: nowrap;
  padding-right: 20px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .detailArea > div table tr th {
    padding-right: 20px;
  }
}

.fujiPhoto {
  margin-right: 5vw;
}
@media screen and (max-width: 960px), (max-height: 650px) {
  .fujiPhoto {
    margin-right: 0;
  }
}
.fujiPhoto span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 38%;
  background: url(../images/photo_fuji.jpg) no-repeat center/cover;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .fujiPhoto span {
    padding-top: 50%;
  }
}

.faqArea {
  max-width: 1200px;
  margin: 30px auto 50px;
}
.faqArea > section {
  padding: 50px;
}
@media screen and (max-width: 960px) {
  .faqArea > section {
    padding: 35px;
  }
}
@media screen and (max-width: 668px) {
  .faqArea > section {
    padding: 25px 20px;
  }
}
.faqArea > section:nth-child(2n) {
  background: url(../../common/images/bg_pattern.jpg);
}
@media screen and (max-width: 960px) {
  .faqArea > section:nth-child(2n) {
    background-size: 300px auto;
  }
}
.faqArea > section h4 {
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .faqArea > section h4 {
    margin-bottom: 15px;
  }
}
.faqArea > section h4 .q {
  display: block;
  width: 2em;
  font-size: clamp(16.8px, 100vw * 28 / 1200, 28px);
}
.faqArea > section h4 .qTxt {
  font-size: clamp(15.6px, 100vw * 26 / 1200, 26px);
  width: calc(100% - 2em);
  margin-top: 2px;
}
.faqArea > section > div {
  display: flex;
}
.faqArea > section > div .a {
  display: block;
  width: 2em;
  font-size: clamp(16.8px, 100vw * 28 / 1200, 28px);
}
.faqArea > section > div .aTxt {
  width: calc(100% - 2em);
  margin-top: 4px;
  line-height: 200%;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .faqArea > section > div .aTxt {
    line-height: 170%;
  }
}

.accessArea {
  padding: 0 5vw;
}
.accessArea > section {
  max-width: 1200px;
  margin: 0 auto 80px;
}
.accessArea > section .map iframe {
  width: 100%;
  height: 500px;
  filter: grayscale(1);
}
.accessArea > section h2 {
  margin-top: 30px;
}
.accessArea > section > div {
  margin: 30px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.accessArea > section > div ul {
  margin-right: 30px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .accessArea > section > div ul {
    margin-right: 0;
  }
}
.accessArea > section > div ul li {
  margin-top: 10px;
}
.accessArea > section > div .moreBtn {
  margin-top: 30px;
}

.footerSlide {
  margin-right: 5vw;
}
@media screen and (max-width: 960px), (max-height: 650px) {
  .footerSlide {
    margin-right: 0;
  }
}

footer {
  margin-top: 0;
}/*# sourceMappingURL=index.css.map */