@charset "UTF-8";
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  color: #333;
  overflow-y: scroll;
  overflow-x: hidden;
  min-width: 320px;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
body.no-scroll {
  overflow: hidden;
}

main {
  display: block;
  max-width: 1440px;
  margin: 0 auto;
}

* {
  background-repeat: no-repeat;
}

*::before,
*::after {
  background-repeat: no-repeat;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  border: none;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: inherit;
  word-break: break-all;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

input,
button,
textarea {
  outline: 0;
  margin: 0;
  font-family: inherit;
  padding: 0;
  border: none;
  border-radius: 0;
  background: 0 0;
}

address {
  font-style: normal;
}

button::-moz-focus-inner {
  border: 0;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.txt {
  margin-top: 1em;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.txt.--right {
  text-align: right;
}
.txt.--center {
  text-align: center;
}

br.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  br.pc {
    display: block;
  }
}

.btn {
  margin-top: 2.4rem;
}
.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33rem;
  margin: 0 auto;
  padding: 1.4rem 2rem 1rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #8FB3C3));
  background: linear-gradient(to right, #fff 50%, #8FB3C3 50%);
  background-size: 200% 100.5%;
  background-position: right bottom;
  border-radius: 50vh;
  border: 0.2rem solid #8FB3C3;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (min-width: 768px) {
  .btn a {
    width: 34.8rem;
    padding: 1.6rem 2rem;
  }
  .btn a:hover {
    background-position: left bottom;
    color: #8FB3C3;
  }
  .btn a:hover svg {
    fill: #8FB3C3;
  }
}
.btn a span {
  display: inline-block;
  margin-left: 1.6rem;
}
.btn svg {
  width: 2.1rem;
  height: 2.1rem;
  fill: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (min-width: 768px) {
  .btn svg {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.section-ttl {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #a69987;
  font-size: 2rem;
  padding-bottom: 1.6rem;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .section-ttl {
    font-size: 2.4rem;
  }
}
.section-ttl::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50vw;
  background: #8FB3C3;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}

.small-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6rem;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  color: #a69987;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .small-ttl {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 1.8rem;
  }
}
.small-ttl::before, .small-ttl::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 0.2rem;
  background: #8FB3C3;
}
@media screen and (min-width: 768px) {
  .small-ttl::before, .small-ttl::after {
    width: 3.2rem;
  }
}
.small-ttl::before {
  margin-right: 1.2rem;
}
@media screen and (min-width: 768px) {
  .small-ttl::before {
    margin-right: 1.6rem;
  }
}
.small-ttl::after {
  margin-left: 1.2rem;
}
@media screen and (min-width: 768px) {
  .small-ttl::after {
    margin-left: 1.6rem;
  }
}

.list {
  margin-top: 1em;
}
.list__item {
  padding-left: 1em;
  position: relative;
  color: #555;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .list__item {
    font-size: 1.5rem;
  }
}
.list__item a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .list__item a:hover {
    text-decoration: none;
  }
}
.list.--dot .list__item::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50vh;
  background: #8FB3C3;
  position: absolute;
  top: 0.8rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .list.--dot .list__item::after {
    width: 0.7rem;
    height: 0.7rem;
  }
}

.icon--out::after {
  content: "";
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  background: url(../images/icon-out.png) no-repeat;
  background-size: contain;
  margin-left: 0.4rem;
  margin-bottom: -0.1rem;
}
@media screen and (min-width: 768px) {
  .icon--out::after {
    width: 1.4rem;
    height: 1.4rem;
  }
}

.container {
  width: 100%;
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1086px;
    margin: 0 auto;
  }
}

.container--l {
  width: 100%;
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .container--l {
    padding-left: 30px;
    padding-right: 30px;
    max-width: calc(1200px + (30px * 2));
    margin: 0 auto;
  }
}

.header {
  width: 100%;
  background: #B1C6CF;
  -webkit-box-shadow: 0 0.3rem 0.8rem 0 rgba(37, 55, 62, 0.16);
          box-shadow: 0 0.3rem 0.8rem 0 rgba(37, 55, 62, 0.16);
  position: fixed;
  top: -120%;
  left: 0;
  z-index: 99;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header.is-show {
  top: 0;
}
@media screen and (min-width: 1100px) {
  .header.is-show .header-logo {
    opacity: 1;
    pointer-events: auto;
  }
  .header.is-show .header-logo path {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header.is-show .header-logo:hover path {
    fill: #a69987;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 5.6rem;
  padding: 0 2rem;
  position: relative;
}
@media screen and (min-width: 1100px) {
  .header__inner {
    max-width: 128rem;
    height: 8.8rem;
    margin: 0 auto;
  }
}
.header-logo {
  width: 10.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 1100px) {
  .header-logo {
    width: 14.8rem;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
  }
}
.header-logo svg {
  width: 100%;
}
.header-nav__trigger {
  width: 3.2rem;
  height: 1.6rem;
  position: relative;
}
@media screen and (min-width: 1100px) {
  .header-nav__trigger {
    display: none;
  }
}
.header-nav__trigger span {
  display: block;
  width: 100%;
  height: 0.1rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header-nav__trigger span:first-of-type {
  top: 0;
}
.header-nav__trigger span:nth-of-type(2) {
  top: 50%;
}
.header-nav__trigger span:nth-of-type(3) {
  top: 100%;
}
.header-nav__trigger.active span:first-of-type {
  -webkit-transform: rotate(-30deg) translateX(-50%);
          transform: rotate(-30deg) translateX(-50%);
}
.header-nav__trigger.active span:nth-of-type(2) {
  left: 100%;
  opacity: 0;
}
.header-nav__trigger.active span:nth-of-type(3) {
  -webkit-transform: rotate(30deg) translateX(-50%);
          transform: rotate(30deg) translateX(-50%);
}
.header-nav__container {
  display: none;
  width: 100%;
  height: calc(100vh - 5.6rem);
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 5.6rem;
  left: 0;
  right: 0;
}
@media screen and (min-width: 1100px) {
  .header-nav__container {
    display: block;
    height: auto;
    background: none;
    position: static;
  }
}
.header-nav__container__inner {
  padding: 6.4rem 2rem;
  overflow-y: scroll;
  color: #8FB3C3;
}
@media screen and (min-width: 1100px) {
  .header-nav__container__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 0;
    overflow-y: hidden;
    color: #fff;
  }
}
.header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}
@media screen and (min-width: 1100px) {
  .header-nav__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1rem 4.4rem;
  }
}
.header-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (min-width: 1100px) {
  .header-nav__item::after {
    content: "";
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50vh;
    background: #a69987;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -1.2rem;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header-nav__item:hover {
    color: #a69987;
  }
  .header-nav__item:hover::after {
    opacity: 1;
  }
  .header-nav__item:hover.--ig svg {
    fill: #a69987;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
  }
}
.header-nav__item.--ig a {
  line-height: 1;
}
.header-nav__item.--ig svg {
  width: 2.4rem;
  height: 2.4rem;
  fill: #8FB3C3;
}
@media screen and (min-width: 1100px) {
  .header-nav__item.--ig svg {
    fill: #fff;
  }
}
.header-nav__item.--ig svg .icon-ig {
  width: 2.4rem;
}
.header-nav__item a {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
}
.header-info {
  margin-top: 7.2rem;
}
@media screen and (min-width: 1100px) {
  .header-info {
    margin-top: 0;
  }
}
.header-info__open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}
@media screen and (min-width: 1100px) {
  .header-info__open {
    font-size: 1.3rem;
    gap: 0.4rem;
  }
}
.header-info__list {
  width: 21rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 500;
}
.header-info__list dt {
  width: 7.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header-info__list dt.font-en {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.header-info__list dd {
  width: calc(100% - 7.2rem);
}
.header-info__location {
  margin-top: 1.2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .header-info__location {
    display: none;
  }
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 5rem;
  background: #888;
}
@media screen and (min-width: 768px) {
  .footer {
    height: 6.4rem;
  }
}
.footer p {
  text-align: center;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .footer p {
    font-size: 1.1rem;
  }
}

.loading {
  width: 100%;
  height: 100%;
  background: #E6EFF4;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.loading .logo {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40%;
  max-width: 20rem;
}
.loading .logo img {
  width: 100%;
}

.fade {
  -webkit-animation-name: fadeAnime;
          animation-name: fadeAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(120vh);
            transform: translateY(120vh);
  }
}

@keyframes fadeAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(120vh);
            transform: translateY(120vh);
  }
}
.mv {
  width: 100%;
  max-width: 160rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv {
    padding: 2rem 3rem;
  }
}
.mv::before {
  content: "";
  display: block;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  border: 0.2rem solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
}
@media screen and (min-width: 768px) {
  .mv::before {
    width: calc(100% - 8rem);
    height: calc(100% - 6rem);
  }
}
.mv_ttl {
  width: 41%;
  max-width: 16rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 33%;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .mv_ttl {
    width: 15.71%;
    max-width: 22rem;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.mv_ttl img {
  width: 100%;
}
.mv-info__open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 4rem;
  z-index: 9;
}
@media screen and (min-width: 768px) {
  .mv-info__open {
    top: 6rem;
    left: 8rem;
    -webkit-transform: none;
            transform: none;
  }
}
.mv-info__list {
  width: 21rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .mv-info__list {
    width: 23rem;
  }
}
.mv-info__list dt {
  width: 7.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mv-info__list dt.font-en {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.mv-info__list dd {
  width: calc(100% - 7.2rem);
}

.top-news {
  width: calc(100% - 3.2rem);
  max-width: 80rem;
  margin: 1.6rem auto 0;
  padding: 0.8rem;
  background: #B1C6CF;
}
@media screen and (min-width: 768px) {
  .top-news {
    width: 100%;
    margin-top: -3rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: relative;
    z-index: 10;
  }
}
.top-news__inner {
  padding: 0.8rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .top-news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.6rem 3.4rem;
  }
}
.top-news .section-ttl {
  padding-bottom: 0.8rem;
  font-size: 1.8rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .top-news .section-ttl {
    padding-bottom: 0;
    font-size: 2.4rem;
  }
}
.top-news .section-ttl::after {
  content: none;
}
.top-news__link {
  display: block;
  color: #555;
}
@media screen and (min-width: 768px) {
  .top-news__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.2rem;
  }
  .top-news__link:hover .top-news__ttl {
    text-decoration: none;
  }
}
.top-news__link:nth-of-type(n + 2) {
  margin-top: 0.8rem;
}
.top-news__date {
  letter-spacing: 0.04em;
}
.top-news__ttl {
  text-decoration: underline;
  letter-spacing: 0.04em;
}

.about {
  padding-top: 4.4rem;
}
.about__heading {
  text-align: center;
  color: #8FB3C3;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.about__heading span {
  display: inline-block;
}
.about__heading + .txt {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .about .txt {
    text-align: center;
  }
}
.about-img {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.about-img__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 3.2rem;
}
@media screen and (min-width: 768px) {
  .about-img__wrap {
    margin-top: 4.8rem;
  }
}
.about-img__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: infinity-scroll-left 40s infinite linear 0.5s both;
          animation: infinity-scroll-left 40s infinite linear 0.5s both;
}
.about-img__item {
  width: 60vw;
  max-width: 34rem;
  margin: 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .about-img__item {
    margin: 0 1rem;
  }
}
.about-img__item img {
  width: 100%;
}
.about-img + .txt {
  margin-top: 3.2rem;
}
@media screen and (min-width: 768px) {
  .about-img + .txt {
    margin-top: 4.8rem;
  }
}
.about-info__open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .about-info__open {
    margin-top: 4.4rem;
  }
}
.about-info__list {
  width: 21rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .about-info__list {
    width: 23rem;
  }
}
.about-info__list dt {
  width: 7.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.about-info__list dd {
  width: calc(100% - 7.2rem);
}
.about-info__location {
  margin-top: 0.8rem;
  text-align: center;
}

/*
右から左へ
----------------------------*/
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.photo {
  margin: 5.6rem calc(-50vw + 50%) 0;
  padding: 5.2rem 0;
  background: #E6EFF4;
}
@media screen and (min-width: 768px) {
  .photo {
    margin-top: 9.6rem;
    padding: 8rem 0;
  }
}
.photo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 2rem;
}
.photo-list__wrap {
  margin-top: 4.4rem;
  padding: 0 1rem;
}
@media screen and (min-width: 600px) {
  .photo-list__wrap {
    margin-top: 7.2rem;
    padding: 0;
  }
}
.photo-list__item {
  width: calc((100% - 2rem) / 2);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .photo-list__item {
    width: calc((100% - 4rem) / 3);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
  }
  .photo-list__item:hover {
    -webkit-box-shadow: 0.3rem 0.3rem 1.6rem rgba(77, 112, 131, 0.62);
            box-shadow: 0.3rem 0.3rem 1.6rem rgba(77, 112, 131, 0.62);
  }
  .photo-list__item:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (min-width: 1100px) {
  .photo-list__item {
    width: calc((100% - 6rem) / 4);
  }
}
.photo-list__item img {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.photo .btn {
  margin-top: 3.2rem;
}
@media screen and (min-width: 768px) {
  .photo .btn {
    margin-top: 6.4rem;
  }
}
.photo-modal {
  opacity: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: -1000rem;
  z-index: 999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .photo-modal {
    padding: 30px;
  }
}
.photo-modal.is-active {
  opacity: 1;
  pointer-events: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.photo-modal__inner {
  opacity: 0;
  width: 100%;
  max-width: 110rem;
  padding: 1.6rem 3.2rem;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .photo-modal__inner {
    padding: 3.2rem 10rem;
  }
}
.photo-modal__slide {
  width: 100%;
  position: relative;
}
.photo-modal__slide::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66.625%;
}
.photo-modal__slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.photo-modal__close {
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .photo-modal__close {
    width: 4.4rem;
    height: 4.4rem;
    top: 1.4rem;
    right: 1.4rem;
  }
}
.photo-modal__close::before, .photo-modal__close::after {
  content: "";
  display: block;
  width: 2rem;
  height: 0.1rem;
  background: #555;
  pointer-events: none;
  position: absolute;
  top: 1.4rem;
  right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .photo-modal__close::before, .photo-modal__close::after {
    width: 4rem;
    top: 2rem;
  }
}
.photo-modal__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.photo-modal__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.photo-modal .swiper {
  max-width: 80rem;
}
.photo-modal .swiper-button-prev,
.photo-modal .swiper-button-next {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50vh;
  background: #8FB3C3;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .photo-modal .swiper-button-prev,
  .photo-modal .swiper-button-next {
    width: 6.4rem;
    height: 6.4rem;
  }
}
.photo-modal .swiper-button-prev::after,
.photo-modal .swiper-button-next::after {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .photo-modal .swiper-button-prev::after,
  .photo-modal .swiper-button-next::after {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .photo-modal .swiper-button-prev {
    left: auto;
    right: 89%;
  }
}
@media screen and (min-width: 768px) {
  .photo-modal .swiper-button-next {
    left: 89%;
    right: auto;
  }
}

.info {
  padding: 5.2rem 0 8rem;
}
@media screen and (min-width: 768px) {
  .info {
    padding: 8rem 0 10.4rem;
  }
}
@media screen and (min-width: 768px) {
  .info__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 8.8rem;
    margin-top: 6.4rem;
  }
}
.info__map {
  width: 100vw;
  margin: 4.8rem -1.6rem 0;
}
@media screen and (min-width: 768px) {
  .info__map {
    width: 50%;
    margin: 0;
  }
}
.info__map iframe {
  width: 100%;
  aspect-ratio: 4/3;
}
.info__wrap {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .info__wrap {
    width: calc(50% - 8.8rem);
    text-align: left;
  }
  .info__wrap > *:first-child {
    margin-top: 0;
  }
}
.info__wrap .txt span {
  display: inline-block;
}
.info__wrap .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .info__wrap .list {
    display: block;
  }
}
.info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4rem;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .info__item {
    margin-top: 3.2rem;
    display: block;
  }
}
.info__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .info__item a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.info__item svg, .info__item path {
  fill: #a69987;
}
.info__item span {
  margin-left: 1.2rem;
}
@media screen and (min-width: 768px) {
  .info__item span {
    margin-left: 1.6rem;
  }
}
.info__tel svg {
  width: 1.75rem;
  height: 1.45rem;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  .info__tel svg {
    width: 2.34rem;
    height: 1.94rem;
  }
}
.info__ig svg {
  width: 2rem;
  height: 2rem;
}
@media screen and (min-width: 768px) {
  .info__ig svg {
    width: 2.4rem;
    height: 2.4rem;
  }
}/*# sourceMappingURL=style.css.map */