@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400&family=Playfair+Display:wght@400;500;600&display=swap");
html,
body,
h1,
h2,
h3,
h4,
h5,
h6 a,
p,
span {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
}

h1,
h3 {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-weight: 600;
}

h2 {
  color: #8e8c8c;
  font-family: "Playfair Display", serif;
  font-weight: 600;
}

p {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline: none;
}

.underline {
  text-align: center;
  position: relative;
}

.underline::after {
  content: "";
  width: 60px;
  height: 2px;
  display: block;
  background-color: #989595;
  position: absolute;
  left: 50%;
  top: 110%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
}

#loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #b2bfb4;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.spinner {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.cube1, .cube2 {
  background-color: #30583c;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

.hero {
  height: 100vh;
}

@media screen and (min-width: 960px) {
  .hero__container {
    padding: 20px 20px 20px 0;
  }
}

.hero__logo {
  width: 100%;
  margin: 9px 15px;
  text-align: start;
}

@media screen and (min-width: 960px) {
  .hero__logo {
    width: 100px;
    margin: 0;
  }
}

@media screen and (min-width: 960px) {
  .hero__logo__box {
    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;
    height: 100%;
  }
}

.hero__logo__box a {
  width: 70px;
}

.hero__logo__box img {
  width: 70px;
}

@media screen and (min-width: 960px) {
  .hero__logo__box img {
    position: fixed;
  }
}

.hero__image {
  width: 100%;
  height: calc(100% - 50px);
}

@media screen and (min-width: 960px) {
  .hero__image {
    height: 100%;
    width: calc(100% - 100px);
  }
}

.hero__image__title {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 60px;
  max-width: 320px;
  width: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media screen and (min-width: 960px) {
  .hero__image__title {
    font-size: 70px;
    left: calc(100% - 34%);
    top: 200px;
  }
}

.hero__image__title span {
  display: block;
  text-align: start;
  font-weight: 700;
}

.hero__image__title span:nth-of-type(2) {
  text-align: center;
}

.hero__image__title span:last-of-type {
  text-align: end;
}

.about {
  margin: 100px 0;
}

@media screen and (min-width: 960px) {
  .about {
    margin-left: 100px;
  }
}

@media screen and (min-width: 960px) {
  .about__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.about__image {
  min-height: 400px;
}

.about__text {
  margin: 50px 0;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 960px) {
  .about__text {
    background-color: #f8f9fa;
    margin: 0;
  }
}

.about__text h2 {
  padding-bottom: 10px;
}

.about__text p {
  color: #8e8c8c;
  margin-top: 50px;
  max-width: 460px;
  margin: 50px auto;
  font-weight: 500;
}

.contents {
  margin: 100px 0;
}

@media screen and (min-width: 960px) {
  .contents {
    margin: 200px 0;
    margin-left: 100px;
  }
}

.contents__container {
  background-color: rgba(180, 188, 183, 0.77);
}

@media screen and (min-width: 960px) {
  .contents__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.contents__container-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
}

@media screen and (min-width: 960px) {
  .contents__container-left {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40%;
  }
}

.contents__container-left h3 {
  padding-left: 30px;
  font-size: 63px;
}

@media screen and (min-width: 960px) {
  .contents__container-left h3 {
    padding-left: 0;
  }
}

.contents__container-right {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (min-width: 480px) {
  .contents__container-right {
    padding: 20px;
  }
}

@media screen and (min-width: 960px) {
  .contents__container-right {
    padding: 0;
    width: 60%;
  }
}

.contents__container__box {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media screen and (min-width: 480px) {
  .contents__container__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 960px) {
  .contents__container__box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.contents__container__box:first-child {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media screen and (min-width: 960px) {
  .contents__container__box:first-child {
    -ms-flex-item-align: inherit;
        -ms-grid-row-align: inherit;
        align-self: inherit;
  }
}

.contents__container__box__image {
  min-width: 270px;
  height: 300px;
}

@media screen and (min-width: 960px) {
  .contents__container__box__image {
    width: 300px;
  }
}

.contents__container__box__image-bg {
  width: 270px;
  height: 360px;
  top: 0;
  opacity: 50%;
}

@media screen and (min-width: 960px) {
  .contents__container__box__image-bg {
    width: 280px;
    height: 400px;
    top: -100px;
  }
}

.contents__container__box__image-bg p {
  font-weight: bold;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.contents__container__box__image .bg2 {
  top: 0;
}

.contents__container__box__text {
  max-width: 320px;
}

@media screen and (min-width: 960px) {
  .contents__container__box__text {
    width: 279px;
  }
}

.contents__container__box__text p {
  padding: 15px;
}

.contents__container__box-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (min-width: 480px) {
  .contents__container__box-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: initial;
            flex-flow: initial;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    width: unset;
  }
}

@media screen and (min-width: 960px) {
  .contents__container__box-left {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.gallery {
  margin: 100px 0;
}

@media screen and (min-width: 960px) {
  .gallery {
    margin: 200px 0;
    margin-left: 100px;
  }
}

.home__contact {
  margin: 100px 0;
  padding: 50px 0;
  background-color: rgba(121, 147, 144, 0.4);
}

@media screen and (min-width: 960px) {
  .home__contact {
    margin: 80px 0;
    margin-left: 100px;
  }
}

.home__contact h2 {
  padding-bottom: 10px;
}

@media screen and (min-width: 960px) {
  .home__contact__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 30px;
  }
}

.home__contact__container__box {
  margin: 50px 0;
}

@media screen and (min-width: 960px) {
  .home__contact__container__box {
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.home__contact__container__box__contents {
  border: 1px solid #fff;
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
  width: 90%;
}

.home__contact__container__box__contents h3 {
  padding-bottom: 10px;
  font-size: 20px;
}

.home__contact__container__box__contents-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.home__contact__container__box__contents-flex .fas {
  padding-right: 5px;
}

.home__contact__container__box__contents-text {
  line-height: 1.4em;
}

.home__contact__container__box__contents-text a {
  text-decoration: none;
  color: #fff;
}

.home__contact__container__box__contents-text a:hover {
  color: #719873;
}

.home__contact__container__box__contents-btn {
  -ms-flex-item-align: end;
      align-self: flex-end;
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 20px;
}

.home__contact__container__box__contents-btn a {
  color: #fff;
  text-decoration: none;
}

.home__contact__container__box__contents-btn a:hover {
  color: rgba(121, 147, 144, 0.4);
}

.home__contact__container__box__contents-btn:hover {
  background-color: #fff;
}

.home__contact__container__box__contents-btn:hover a {
  color: rgba(121, 147, 144, 0.4);
}

.home__contact__image {
  width: 50%;
  text-align: -webkit-center;
}

.home__contact__image img {
  width: 280px;
}

.contact__hero {
  min-height: 100vh;
}

.contact {
  background-color: rgba(121, 147, 144, 0.4);
  width: 100%;
  padding: 40px 10px 5px;
}

@media screen and (min-width: 960px) {
  .contact {
    min-height: 100vh;
    height: 100%;
    width: calc(100% - 100px);
  }
}

.contact .underline::after {
  color: #8e8c8cCC;
}

.contact h1 {
  font-size: 25px;
  font-weight: 700;
}

@media screen and (min-width: 960px) {
  .contact h1 {
    font-size: 30px;
  }
}

.contact__container {
  margin: 100px 0 0;
}

.contact__container h2 {
  padding-bottom: 10px;
  color: #8e8c8cCC;
  font-size: 25px;
  font-weight: 700;
}

@media screen and (min-width: 960px) {
  .contact__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.contact__container__box {
  margin-bottom: 100px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.contact__container__box a {
  text-decoration: none;
  color: #fff;
}

.contact__container__box a:hover {
  color: #719873;
}

.contact__container__box span {
  font-size: 11px;
}

@media screen and (min-width: 960px) {
  .contact__container__box {
    width: 50%;
    padding: 0 15px;
  }
}

@media screen and (min-width: 960px) {
  .contact__container__message {
    width: 50%;
  }
}

.contact__container__message form {
  margin: 50px auto;
  -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;
  max-width: 500px;
}

.contact__container__message form textarea {
  min-height: 300px;
}

.contact__container__message form input,
.contact__container__message form textarea {
  background-color: transparent;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}

.contact__container__message form input:focus,
.contact__container__message form textarea:focus {
  border-color: #fff;
  background-color: transparent;
}

.contact__container__message form input::-webkit-input-placeholder,
.contact__container__message form textarea::-webkit-input-placeholder {
  color: #fff;
}

.contact__container__message form input:-ms-input-placeholder,
.contact__container__message form textarea:-ms-input-placeholder {
  color: #fff;
}

.contact__container__message form input::-ms-input-placeholder,
.contact__container__message form textarea::-ms-input-placeholder {
  color: #fff;
}

.contact__container__message form input::placeholder,
.contact__container__message form textarea::placeholder {
  color: #fff;
}

.contact__container__message form input::-ms-input-placeholder,
.contact__container__message form textarea::-ms-input-placeholder {
  color: #fff;
}

.contact__container__message form input:-ms-input-placeholder,
.contact__container__message form textarea:-ms-input-placeholder {
  color: #fff;
}

.contact__container__message form button {
  -ms-flex-item-align: end;
      align-self: flex-end;
  color: rgba(121, 147, 144, 0.4);
  border: 1px solid #fff;
  padding: 5px 20px;
  background-color: #fff;
  cursor: pointer;
}

.contact__container__message form button:hover {
  color: #fff;
  background-color: transparent;
}

.contact__container__message form .backBtn {
  background-color: transparent;
  color: #fff;
}

.contact__container__message form .backBtn:hover {
  color: rgba(121, 147, 144, 0.4);
  background-color: #fff;
}

.contact__container__message form:-webkit-autofill {
  -webkit-text-fill-color: transparent !important;
  background-color: rgba(121, 147, 144, 0.4) !important;
}

.contact__container__message form .error {
  text-align: start;
  color: #f17676;
  display: block;
  font-size: 13px;
}

.contact__container__message input:-webkit-autofill,
.contact__container__message input:-webkit-autofill:hover,
.contact__container__message input:-webkit-autofill:focus,
.contact__container__message textarea:-webkit-autofill,
.contact__container__message textarea:-webkit-autofill:hover,
.contact__container__message textarea:-webkit-autofill:focus,
.contact__container__message select:-webkit-autofill,
.contact__container__message select:-webkit-autofill:hover,
.contact__container__message select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 10000px #bbcac800 inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.contact__container__message .confirm_textarea {
  min-height: 300px;
}

.contact__container__message .confirm_input,
.contact__container__message .confirm_textarea {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  padding: 8.5px 15px;
}

.contact__container__message .confirm_contact {
  max-width: 500px;
  margin: 50px auto;
}

.contact__container__message .confirm__btns {
  width: 200px;
}

.contact__container__message .error_msg {
  color: #f17676;
}

.contact footer {
  color: #fff;
}

footer {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 10px;
}

.grecaptcha-badge {
  visibility: hidden;
}
/*# sourceMappingURL=style.css.map */