@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

.ja {
  font-optical-sizing: auto;
  font-style: normal;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

.en {
  font-optical-sizing: auto;
  font-style: normal;
  font-family: "Philosopher", serif;
  font-weight: 400;
}

html {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1080px) {
  html {
    font-size: 16px;
  }
}

h3 {
  font-size: 32px;
}
@media screen and (max-width: 1080px) {
  h3 {
    font-size: 24px;
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  animation: zoomUp 12s linear 0s normal both;
}

.swiper-slide {
  height: 100vh;
}
.swiper-slide .swiper-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.fade-in {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

.fade-in.is-active {
  opacity: 1;
  transform: translateY(0);
}

.c-pick:before {
  content: "オススメ!!";
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  padding: 6px 0;
  background: #78b1a9;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 1080px) {
  .c-pick:before {
    font-size: 18px;
    top: -50px;
  }
}
.c-pick:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #78b1a9;
}
.c-hover {
  position: relative;
}
.c-hover:before {
  content: "";
  position: absolute;
  bottom: -0.5em;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 2px;
  opacity: 0;
  background-color: #78b1a9;
  transition: all 0.3s;
}
.c-hover:hover:before {
  opacity: 1;
}

.inner {
  max-width: 1080px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .inner {
    max-width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 90%;
  }
}

.sponly {
  display: none;
}
@media screen and (max-width: 1080px) {
  .sponly {
    display: block;
  }
}

.pconly {
  display: block;
}
@media screen and (max-width: 1080px) {
  .pconly {
    display: none;
  }
}

.l-main {
  padding: 60px 0 160px;
  background-color: #464646;
}

.l-header nav ul {
  display: grid;
  justify-content: start;
  grid-template-columns: repeat(4, auto);
  gap: 50px;
  color: #fff;
}
@media screen and (max-width: 1080px) {
  .l-header nav ul {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-header nav ul {
    gap: 20px;
  }
}

.l-footer {
  background-color: #78b1a9;
  text-align: center;
  padding: 6px 0;
}

.p-top__fv {
  position: relative;
}
.p-top__fv_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.p-top__fv h1 {
  text-align: center;
}
.p-top__fv h1 img {
  width: 50vw;
  -webkit-filter: drop-shadow(0px 0px 10px rgb(37, 37, 37));
  filter: drop-shadow(0px 0px 10px rgb(37, 37, 37));
}
@media screen and (max-width: 1080px) {
  .p-top__fv h1 img {
    width: 80vw;
  }
}
.p-top__fv h2 {
  margin-top: 100px;
  color: #fff;
  text-align: center;
  font-size: 38px;
  white-space: nowrap;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .p-top__fv h2 {
    margin-top: 60px;
    font-size: clamp(1.5rem, 1.035rem + 1.986vw, 2.375rem);
  }
}
.p-top__fv h2::before {
  content: "";
  width: 80%;
  height: 2px;
  display: block;
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}
.p-top__about {
  padding: 120px 0;
}
@media screen and (max-width: 1080px) {
  .p-top__about {
    padding: 120px 0 0;
    overflow-x: hidden;
  }
}
.p-top__about_wrap {
  display: grid;
  grid-template-columns: 500px 1fr;
  gap: 100px;
  align-items: end;
}
@media screen and (max-width: 1080px) {
  .p-top__about_wrap {
    grid-template-columns: auto;
    gap: 0;
    margin-left: calc(50% - 50vw);
    width: 100vw;
  }
}
.p-top__about_left {
  height: 600px;
  background: url(../images/about001.webp) no-repeat center center/cover;
}
@media screen and (max-width: 1080px) {
  .p-top__about_left {
    height: auto;
    background: none;
  }
}
.p-top__about_right {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  height: 100%;
}
@media screen and (max-width: 1080px) {
  .p-top__about_right {
    background: url(../images/about001.webp) no-repeat center center/cover;
    padding: 100px 0;
  }
}
.p-top__about_right h2 {
  font-size: 106px;
  color: #78b1a9;
  position: absolute;
  top: 40px;
  left: -200px;
}
@media screen and (max-width: 1080px) {
  .p-top__about_right h2 {
    left: 0;
    top: -50px;
    font-size: clamp(4rem, 2.604rem + 5.957vw, 6.625rem);
  }
}
@media screen and (max-width: 1080px) {
  .p-top__about_right_text {
    padding: 0 20px;
  }
}
.p-top__about_right_text h3 {
  color: #fff;
}
@media screen and (max-width: 1080px) {
  .p-top__about_right_text h3 {
    color: #000;
  }
}
.p-top__about_right_text_main {
  color: #fff;
  margin-top: 36px;
  line-height: 1.8;
}
@media screen and (max-width: 1080px) {
  .p-top__about_right_text_main {
    color: #000;
  }
}
.p-top__about_right_text_sub {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #78b1a9;
  margin-top: 28px;
}
@media screen and (max-width: 1080px) {
  .p-top__about_right_text_sub {
    color: #000;
  }
}
.p-top__about_right_text_sub::before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #78b1a9;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .p-top__about_right_text_sub::before {
    background-color: #000;
  }
}
.p-top__about2 {
  padding: 180px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url(../images/about002.webp) center/cover no-repeat;
}
.p-top__about2 h3 {
  color: #fff;
  text-align: center;
}
.p-top__about2 p {
  color: #fff;
  text-align: center;
  max-width: 710px;
  margin: 36px auto 0;
  line-height: 1.8;
}
.p-top__about3 {
  padding: 110px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url(../images/about003.webp) center/cover no-repeat;
}
.p-top__about3 h3 {
  color: #fff;
  text-align: center;
}
.p-top__about3 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 50px;
  margin: 60px auto 0;
}
@media screen and (max-width: 1080px) {
  .p-top__about3 ul {
    flex-direction: column;
  }
}
.p-top__about3 ul li {
  background: #fff;
  text-align: center;
  padding: 10px;
  flex: 0 0 20%;
}
.p-top__about3 p {
  color: #fff;
  text-align: center;
  max-width: 710px;
  margin: 60px auto 0;
  line-height: 1.8;
}
.p-top__service {
  padding-top: 150px;
}
.p-top__service h3 {
  color: #fff;
  text-align: center;
}
.p-top__service_voice {
  margin-top: 100px;
}
@media screen and (max-width: 1080px) {
  .p-top__service_voice {
    margin-top: 60px;
  }
}
.p-top__service_voice li {
  position: relative;
  background: #78b1a9;
  padding: 40px 0;
}
.p-top__service_voice li:not(:first-of-type) {
  margin-top: 110px;
}
.p-top__service_voice li p:nth-of-type(1) {
  font-size: 24px;
}
@media screen and (max-width: 1080px) {
  .p-top__service_voice li p:nth-of-type(1) {
    font-size: 20px;
  }
}
.p-top__service_voice li p:nth-of-type(2) {
  margin-top: 20px;
  line-height: 1.8;
}
.p-top__service_voice_inner {
  max-width: 800px;
}
.p-top__service_voice_img {
  position: absolute;
  max-height: 320px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1080px) {
  .p-top__service_voice_img {
    max-height: 90px;
    top: -5%;
  }
}
.p-top__service2 {
  padding-top: 150px;
}
.p-top__service2 h3 {
  color: #fff;
  text-align: center;
}
.p-top__service2_place {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 55px;
  justify-content: space-between;
  margin-top: 100px;
  color: #fff;
}
@media screen and (max-width: 1080px) {
  .p-top__service2_place {
    grid-template-columns: auto;
    margin-top: 60px;
  }
}
.p-top__service2_place li img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.p-top__service2_place li h4 {
  font-size: 24px;
  margin-top: 20px;
}
@media screen and (max-width: 1080px) {
  .p-top__service2_place li h4 {
    font-size: 20px;
  }
}
.p-top__service2_place li p {
  margin-top: 20px;
  line-height: 1.8;
}
.p-top__service2_place_text {
  background-color: #757575;
  margin-top: 40px;
  line-height: 1.8;
  color: #fff;
  padding: 1em;
  text-align: center;
}
.p-top__price {
  padding-top: 150px;
}
.p-top__price h3 {
  color: #fff;
  text-align: center;
}
.p-top__price_list {
  margin-top: 110px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px 27px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .p-top__price_list {
    margin-top: 60px;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
}
.p-top__price_item {
  position: relative;
  background-color: #fff;
  padding: 32px 16px;
}
.p-top__price_amount {
  margin-top: 12px;
}
.p-top__price_amount span {
  font-size: 32px;
  font-weight: bold;
  padding-right: 0.2em;
}
@media screen and (max-width: 1080px) {
  .p-top__price_amount span {
    font-size: 24px;
  }
}
.p-top__price_description {
  margin-top: 24px;
  text-align: left;
  line-height: 1.8;
}
.p-top__access {
  padding-top: 150px;
}
.p-top__access h3 {
  color: #fff;
  text-align: center;
}
.p-top__access_info {
  display: grid;
  grid-template-columns: 2fr 3fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
}
@media screen and (max-width: 1080px) {
  .p-top__access_info {
    grid-template-columns: auto;
    justify-content: inherit;
    margin-top: 60px;
    gap: 40px;
  }
}
.p-top__access_info_left {
  color: #fff;
  order: 1;
}
.p-top__access_info_left > :not(:first-of-type) {
  margin-top: 16px;
}
@media screen and (max-width: 1080px) {
  .p-top__access_info_left {
    order: 2;
  }
}
.p-top__access_info_right {
  order: 2;
}
@media screen and (max-width: 1080px) {
  .p-top__access_info_right {
    order: 1;
  }
}
.p-top__access_info_right iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}/*# sourceMappingURL=style.css.map */