@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
a:link,
a:visited,
a:hover,
a:active,
a {
  text-decoration: none !important;
  color: inherit;
}

h1,
.h1-like {
  font-size: 36px;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 400;
}
h1.front-h1,
.h1-like.front-h1 {
  font-size: 24px;
}

h2,
.h2-like {
  font-size: 28px;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 400;
  color: #D0AE00;
}

h3,
.h3-like {
  font-size: 20px;
  font-weight: 700;
}

h4,
.h4-like {
  font-size: 16px;
  font-weight: 700;
  font-weight: bold;
}

p,
.p-like {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05rem;
  line-height: 180%;
}

.p-small {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.05rem;
  line-height: 180%;
}

ul li, ol li {
  font-size: 14px;
  letter-spacing: 0.05rem;
  font-weight: 400;
}

.p-28 {
  font-size: 24px;
}

@media screen and (min-width: 500px) {
  h1,
.h1-like {
    font-size: 48px;
  }
  h1.front-h1,
.h1-like.front-h1 {
    font-size: 28px;
  }

  h2,
.h2-like {
    font-size: 32px;
  }

  h3,
.h3-like {
    font-size: 20px;
  }

  h4,
.h4-like {
    font-size: 16px;
  }

  p,
.p-like {
    font-size: 14px;
  }

  .p-small {
    font-size: 10px;
  }

  ul li, ol li {
    font-size: 14px;
  }

  .p-28 {
    font-size: 24px;
  }
}
@media screen and (min-width: 800px) {
  h1,
.h1-like {
    font-size: 64px;
  }
  h1.front-h1,
.h1-like.front-h1 {
    font-size: 32px;
  }

  h2,
.h2-like {
    font-size: 36px;
  }

  h3,
.h3-like {
    font-size: 24px;
  }

  h4,
.h4-like {
    font-size: 18px;
  }

  p,
.p-like {
    font-size: 16px;
    line-height: 200%;
  }

  .p-small {
    font-size: 11px;
  }

  ul li, ol li {
    font-size: 16px;
  }

  .p-28 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  h1,
.h1-like {
    font-size: 80px;
  }
  h1.front-h1,
.h1-like.front-h1 {
    font-size: 35px;
  }

  h2,
.h2-like {
    font-size: 40px;
  }

  h3,
.h3-like {
    font-size: 24px;
  }

  h4,
.h4-like {
    font-size: 18px;
  }

  p,
.p-like {
    font-size: 16px;
  }

  .p-small {
    font-size: 12px;
  }

  ul li, ol li {
    font-size: 16px;
  }

  .p-28 {
    font-size: 28px;
  }
}
.font-shuei-l {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font-yugothic {
  font-family: yu-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.vm-section {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: flex-end;
  margin: clamp(120px, 20vw, 200px) auto 0 auto;
}
.vm-section.hotel {
  margin: clamp(60px, 16vw, 300px) auto 0 auto;
}
.vm-section .bg-bar {
  display: block;
  position: absolute;
  background-color: #FAEFAD;
  width: 1724px;
  max-width: 100%;
  height: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.vm-section .bg-bar.bg-bar-green {
  background-color: #85C7B8;
}
.vm-section .content-section {
  width: 1548px;
  max-width: 96%;
}
.vm-section .content-section .top-row {
  width: 100%;
  justify-content: flex-end;
  align-items: flex-start;
  z-index: 2;
}
.vm-section .content-section .top-row .two-img {
  width: 1240px;
  max-width: 82%;
}
.vm-section .content-section .top-row .two-img img {
  width: 50%;
  height: clamp(360px, 30vw, 500px);
  object-fit: cover;
  object-position: center;
}
.vm-section .content-section .top-row .circle {
  width: clamp(100px, 8vw, 144px);
  margin: 80px auto 0 0;
}
.vm-section .content-section .bottom-row {
  width: 1000px;
  max-width: 85.5%;
}
.vm-section .content-section .bottom-row .text-block {
  box-sizing: border-box;
  width: 650px;
  max-width: 100%;
  background-color: #ffffff;
  margin-top: calc(clamp(35px, 5vw, 70px) * -1);
  padding: clamp(35px, 5vw, 70px) clamp(20px, 10vw, 100px);
}
.vm-section .content-section .bottom-row .text-block .h2-group {
  margin-bottom: clamp(16px, 3.2vw, 32px);
}
.vm-section .content-section .bottom-row .text-block h3 {
  max-width: 100%;
  line-height: 180%;
  margin-bottom: 24px;
}
.vm-section .content-section .bottom-row .text-block .text-body {
  text-align: justify;
  margin-bottom: 2em;
}
.vm-section .content-section .bottom-row .text-block .view-more-btn {
  align-self: flex-end;
}
.vm-section.vms-reverse {
  align-items: flex-start;
}
.vm-section.vms-reverse .content-section .top-row {
  flex-direction: row-reverse;
  justify-content: flex-start;
}
.vm-section.vms-reverse .content-section .top-row .circle {
  margin: 80px 0 0 auto;
}
.vm-section.vms-reverse .content-section .bottom-row {
  margin-left: auto;
}
.vm-section.vms-reverse .content-section .bottom-row .text-block {
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  .vm-section .content-section {
    max-width: 100%;
  }
  .vm-section .content-section .top-row {
    width: 85.5%;
    margin: 0 auto;
    flex-direction: column;
  }
  .vm-section .content-section .top-row .circle {
    margin: 0 -3.5vw -32px 0;
    align-self: flex-end;
    z-index: 4;
  }
  .vm-section .content-section .top-row .two-img {
    max-width: 100%;
  }
  .vm-section .content-section .top-row .two-img img {
    height: clamp(160px, 36vw, 360px);
  }
  .vm-section .content-section .bottom-row {
    width: 650px;
    max-width: 100%;
    margin: 0 auto;
  }
  .vm-section.vms-reverse .content-section {
    max-width: 100%;
  }
  .vm-section.vms-reverse .content-section .top-row {
    width: 85.5%;
    margin: 0 auto;
    flex-direction: column;
  }
  .vm-section.vms-reverse .content-section .top-row .circle {
    margin: 0 0 -32px -3.5vw;
    align-self: flex-start;
    z-index: 4;
  }
  .vm-section.vms-reverse .content-section .top-row .two-img {
    max-width: 100%;
  }
  .vm-section.vms-reverse .content-section .top-row .two-img img {
    height: clamp(160px, 36vw, 360px);
  }
  .vm-section.vms-reverse .content-section .bottom-row {
    width: 650px;
    max-width: 100%;
    margin: 0 auto;
  }
}

.top-landing {
  width: 100%;
  box-sizing: border-box;
  min-height: 100vh;
  background: url(../img/top/landing-banner.webp) center no-repeat;
  background-size: cover;
  justify-content: flex-end;
  padding-bottom: 20vh;
}
.top-landing .landing-text {
  background: url(../img/top/landing-flower.svg) bottom left no-repeat;
  background-size: clamp(80px, 33%, 340px);
  margin: 0 auto;
  color: #ffffff;
  padding-bottom: clamp(60px, 10vw, 100px);
  padding-top: clamp(120px, 15vw, 200px);
}
.top-landing .landing-text h1 {
  margin-bottom: 1em;
  max-width: 90%;
}
.top-landing .landing-text p {
  max-width: 30em;
  margin-bottom: clamp(20px, 4vw, 40px);
  max-width: 60%;
}
.top-landing .landing-text img {
  margin-left: 9%;
  max-width: 70%;
  max-height: 25vh;
}
@media screen and (max-width: 600px) {
  .top-landing {
    background: url(../img/top/landing-banner-mobile.webp) center no-repeat;
    background-size: cover;
    background-position: left;
  }
}
@media screen and (min-width: 601px) and (max-height: 800px) {
  .top-landing {
    padding-bottom: 10vh;
  }
  .top-landing .landing-text {
    background-size: 200px;
    padding-bottom: 5vh;
  }
}

section.about {
  padding: clamp(140px, 16vw, 280px) 0 0 0;
  background: url(../img/top/about-flower-1.svg) top clamp(140px, 16vw, 280px) right 3% no-repeat, url(../img/top/about-flower-2.svg) bottom 60px left 1.6% no-repeat;
  background-size: 16.7%, 16.7%;
}
section.about .content-grid {
  display: grid;
  box-sizing: border-box;
  width: 1474px;
  max-width: 96%;
  grid-template-columns: 62.4% 37.6%;
  grid-template-rows: auto auto auto;
}
section.about .content-grid .img-group-1 {
  box-sizing: border-box;
  width: 100%;
  grid-column: 1/2;
  grid-row: 1/2;
  padding: clamp(80px, 9vw, 160px) 2.8% clamp(16px, 2vw, 32px) 8.7%;
  position: relative;
  margin-bottom: clamp(32px, 3vw, 55px);
}
section.about .content-grid .img-group-1 .about-img {
  z-index: 1;
}
section.about .content-grid .img-group-1 .about-text {
  position: absolute;
  top: 0;
  left: 86px;
  max-width: calc(96% - 86px);
  z-index: 2;
}
section.about .content-grid .img-group-1 .green-bg {
  position: absolute;
  display: block;
  width: 88%;
  height: 65%;
  right: 0;
  bottom: 0;
  background-color: #A8D7CC;
  z-index: -1;
}
section.about .content-grid .img-group-2 {
  grid-column: 1/2;
  grid-row: 2/4;
}
section.about .content-grid .img-group-2 .fx-row {
  width: 100%;
  align-items: center;
}
section.about .content-grid .img-group-2 .fx-row .tate-text {
  align-items: center;
  margin-left: auto;
}
section.about .content-grid .img-group-2 .fx-row .tate-text p {
  writing-mode: vertical-lr;
  line-height: 100%;
}
section.about .content-grid .img-group-2 .fx-row .tate-text:before {
  content: "";
  display: block;
  background-color: #727272;
  width: 1px;
  height: clamp(40px, 10vw, 95px);
  margin-bottom: 10px;
}
section.about .content-grid .img-group-2 .about-img-2 {
  width: clamp(240px, 49.8%, 458px);
  margin: 0 9.8% 0 24px;
}
section.about .content-grid .img-group-2 .about-img-3 {
  width: clamp(180px, 32%, 291px);
  margin: -40px 4.9% 0 auto;
}
section.about .content-grid .text-group {
  grid-column: 2/3;
  grid-row: 1/3;
  width: 92%;
  max-width: 420px;
  margin: 0 0 0 auto;
  padding: 160px 0 0 0;
}
section.about .content-grid .text-group .h2-group {
  align-self: flex-end;
  margin-bottom: clamp(60px, 9vw, 145px);
}
section.about .content-grid .text-group .h2-group h2 {
  text-align: end;
}
section.about .content-grid .text-group .h2-group h4 {
  text-align: end;
}
section.about .content-grid .text-group .h2-group .bottom-line {
  align-self: flex-end;
}
section.about .content-grid .text-group p {
  text-align: justify;
}
section.about .content-grid .text-body-2 {
  grid-column: 2/3;
  grid-row: 3/4;
  width: 92%;
  max-width: 420px;
  margin: 2em 0 clamp(100px, 14vw, 214px) auto;
}
@media screen and (max-width: 1000px) {
  section.about .content-grid {
    width: 800px;
    max-width: 92%;
    margin: 0 auto;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto;
  }
  section.about .content-grid .img-group-1 {
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 160px 2.5% clamp(16px, 2vw, 32px) 2.5%;
  }
  section.about .content-grid .text-group {
    grid-column: 1/2;
    grid-row: 2/3;
    width: 85.5%;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 0 0 0;
  }
  section.about .content-grid .text-group .h2-group {
    margin-bottom: 32px;
  }
  section.about .content-grid .img-group-2 {
    grid-column: 1/2;
    grid-row: 3/4;
    margin: 40px auto;
  }
  section.about .content-grid .img-group-2 .fx-row {
    width: fit-content;
    max-width: 90%;
  }
  section.about .content-grid .img-group-2 .fx-row .about-img-2 {
    margin: 0 auto;
  }
  section.about .content-grid .text-body-2 {
    grid-column: 1/2;
    grid-row: 4/5;
    width: 85.5%;
    max-width: 600px;
    margin: 0px auto clamp(32px, 8vw, 80px) auto;
  }
}
@media screen and (max-width: 600px) {
  section.about .content-grid .img-group-2 {
    margin-top: 24px;
  }
  section.about .content-grid .img-group-2 .fx-row .tate-text {
    display: none;
  }
  section.about .content-grid .img-group-2 .fx-row .about-img-2 {
    margin-left: auto;
  }
}

section.recruit {
  position: relative;
  box-sizing: border-box;
  margin: clamp(60px, 10vw, 100px) auto;
  padding: clamp(40px, 10vw, 80px) 0;
  align-items: center;
  justify-content: flex-end;
}
section.recruit .bg-img {
  position: absolute;
  height: 100%;
  width: 87.8%;
  left: 0;
  top: 0;
  z-index: -1;
  object-fit: cover;
  object-position: center;
  min-height: 780px;
}
section.recruit .bg-img img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
section.recruit .content-container {
  position: relative;
  box-sizing: border-box;
  width: clamp(500px, 50vw, 820px);
  max-width: 100%;
  min-height: clamp(480px, 100vw, 600px);
  padding: clamp(40px, 10vw, 80px) 6% clamp(80px, 20vw, 160px) 6%;
  background-color: #F8E78E;
  background-image: url(../img/top/about-flower-1.svg);
  background-position: top right -20px;
  background-repeat: no-repeat;
  background-size: 36%;
  align-items: flex-start;
}
section.recruit .content-container .h2-group h2, section.recruit .content-container .h2-group h4 {
  color: #464646;
}
section.recruit .content-container .h2-group .bottom-line {
  background-color: #464646;
}
section.recruit .content-container .text-body {
  width: 360px;
  max-width: 100%;
  margin: 2em 0 1.5em 0;
}
section.recruit .content-container .view-more-btn {
  align-self: center;
  z-index: 2;
}
section.recruit .content-container .recruit-catch {
  position: absolute;
  width: clamp(200px, 33vw, 600px);
  left: calc(clamp(200px, 33vw, 600px) * -0.28);
  bottom: 20px;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  section.recruit {
    padding: 0;
  }
  section.recruit .bg-img {
    display: none;
  }
  section.recruit .content-container {
    width: 100%;
    padding: clamp(40px, 10vw, 80px) 7.25% clamp(60px, 15vw, 120px) 7.25%;
    margin: 0 auto;
  }
  section.recruit .content-container .text-body {
    margin: 4em auto 3em auto;
  }
  section.recruit .content-container .recruit-catch {
    left: 20px;
    width: clamp(200px, 50vw, 600px);
  }
}

section.information {
  margin: clamp(80px, 16vw, 160px) auto 80px auto;
  padding-bottom: clamp(100px, 22vw, 220px);
  background: url(../img/top/info-bg.webp) bottom 20px left 12.5% no-repeat;
  background-size: clamp(240px, 33%, 620px);
}
@media screen and (max-width: 1000px) {
  section.information {
    background: unset;
  }
}
section.information .h2-group {
  margin-bottom: clamp(32px, 7vw, 70px);
}
section.information .content-container {
  justify-content: space-between;
}
section.information .content-container .info-container {
  box-sizing: border-box;
  width: 49%;
  background-color: #F2F2F2;
  padding: clamp(40px, 9vw, 90px) clamp(20px, 8vw, 100px);
  margin-bottom: auto;
}
section.information .content-container .info-container p {
  margin-bottom: 32px;
}
section.information .content-container .info-container .gmaps-button {
  margin: 24px 0 0 0;
  border: 2px solid #D3B311;
  color: #D3B311;
}
section.information .content-container .info-container .gmaps-button:hover {
  opacity: 0.6;
}
section.information .content-container .g-maps-container {
  width: 49%;
  margin-top: clamp(60px, 10vw, 120px);
}
section.information .content-container .g-maps-container iframe {
  width: 100%;
  height: clamp(400px, 50vw, 587px);
}
@media screen and (max-width: 1000px) {
  section.information .content-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  section.information .content-container .info-container {
    width: 100%;
  }
  section.information .content-container .g-maps-container {
    width: 100%;
  }
}

/*# sourceMappingURL=top.css.map */
