@charset "UTF-8";
/* ==========================
   Foundation
   ==========================*/
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1.25;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*--------------------------------
  カラー設定（Sass変数）
--------------------------------*/
/*--------------------------------
  フォント
--------------------------------*/
/*--------------------------------
  フォントサイズ（PC / SP）
--------------------------------*/
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: #484848;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.4rem, 0.2363636364rem + 3.6363636364vw, 1.8rem);
  line-height: 1.94;
  letter-spacing: 0;
  font-weight: 400;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-text-size-adjust: 100%;
  min-width: 320px;
}

body.is-open {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

a {
  text-decoration: none;
  color: unset;
  font-size: inherit;
  line-height: inherit;
}

input[type=submit]:hover,
a,
button {
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

input[type=submit]:hover,
a:hover,
button:hover {
  opacity: 0.7;
}

strong,
em {
  font-style: normal;
  font-weight: 300;
}

ul,
li {
  list-style: none;
  word-wrap: break-word;
}

p {
  word-wrap: break-word;
}

img {
  display: block;
  max-width: 100%;
}

address {
  font-style: normal;
}

button,
input[type=submit],
input[type=reset] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}

/* ==========================
   Layout
   ==========================*/
.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10000;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s linear 1s, opacity 1s ease;
  transition: visibility 0s linear 1s, opacity 1s ease;
}
.l-loading.is-loaded {
  opacity: 0;
  visibility: hidden;
}

.l-inr {
  width: 100%;
  margin: 0 auto;
  padding: 0 3vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .l-inr {
    max-width: 1120px;
    padding: 0 20px;
  }
}

.l-inr-large {
  width: 100%;
  margin: 0 auto;
  padding: 0 3vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .l-inr-large {
    max-width: 1280px;
    padding: 0 20px;
  }
}

/* ==========================
   Object
   ==========================*/
.c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.6em 2em;
  min-width: 230px;
  border-radius: 28px;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1;
  color: #fff;
  background-color: #E8825E;
  text-decoration: none;
  white-space: nowrap;
}

.c-btn.c-btn--primary {
  background-color: #2F7B91;
}

.c-btn.c-btn--border {
  border: 2px solid #DEDEDA;
}

.c-btn-tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #987C5A;
  font-size: clamp(1.9rem, 0.4454545455rem + 4.5454545455vw, 2.4rem);
  line-height: 1.15;
  font-weight: 500;
  gap: 0.6em;
  padding: 0.235em 0.5em;
}
.c-btn-tel::before {
  content: "";
  width: 26px;
  height: 33px;
  background: url(../images/icon/icon_tel.svg) no-repeat center;
}
.c-btn-tel span.c-btn-tel__hours {
  display: block;
  font-size: 0.625em;
  text-indent: -0.5em;
}

.c-btn-icon {
  color: #2F7B91;
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.235em 0.65em;
  gap: 3.5%;
  min-height: clamp(5rem, 20vw, 8.3rem);
}
.c-btn-icon__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-btn-icon__content {
  text-align: left;
  line-height: 1.4;
  font-weight: 500;
  font-size: clamp(1.8rem, 0.0545454545rem + 5.4545454545vw, 2.4rem);
}
.c-btn-icon span.c-btn-icon__sub {
  display: block;
  font-weight: bold;
  font-size: 0.625em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.c-ttl {
  font-weight: bold;
  color: #2F7B91;
  line-height: 1.33;
  font-size: clamp(2.4rem, 0.6545454545rem + 5.4545454545vw, 3rem);
}

#page-top {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 10;
  cursor: pointer;
  display: none;
  background: url(../images/common/pagetop.png);
  background-size: contain;
}

#page-top:hover {
  opacity: 0.8;
}

.p-top-mv {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 544px;
  overflow: hidden;
}
.p-top-mv::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/lp/mv.jpg) no-repeat center center;
  background-size: cover;
  -webkit-animation: mvZoom 30s ease-in-out infinite;
          animation: mvZoom 30s ease-in-out infinite;
  will-change: transform;
}
@media screen and (min-width: 1001px) {
  .p-top-mv::after {
    min-height: 850px;
    background: url(../images/lp/mv.jpg) no-repeat center center;
    background-size: cover;
  }
}
.p-top-mv__content {
  position: relative;
  z-index: 1;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  text-align: center;
}
@media screen and (min-width: 1001px) {
  .p-top-mv__content {
    padding-bottom: 30px;
  }
}
.p-top-mv__ttl {
  color: #fff;
  font-weight: bold;
  line-height: 1.66;
  opacity: 0;
  font-size: clamp(1.8rem, -1.6909090909rem + 10.9090909091vw, 3rem);
}
.p-top-mv__logo {
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 1001px) {
  .p-top-mv__logo img {
    width: 271px;
  }
}
.p-top-mv .l-inr {
  height: 100%;
}

.is-loaded .p-top-mv__logo {
  -webkit-animation: mvFadeIn 1s ease-in forwards 0.8s;
          animation: mvFadeIn 1s ease-in forwards 0.8s;
}
.is-loaded .p-top-mv__ttl {
  -webkit-animation: mvFadeIn 1s ease-in forwards 1.8s;
          animation: mvFadeIn 1s ease-in forwards 1.8s;
}

@-webkit-keyframes mvZoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes mvZoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes mvFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mvFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-top-intro {
  text-align: center;
  padding: 28px 0 37px;
}
@media screen and (min-width: 1001px) {
  .p-top-intro {
    padding: 53px 0 50px;
  }
}
.p-top-intro__deco {
  margin-bottom: 32px;
}
.p-top-intro__deco img {
  margin: 0 auto;
}
.p-top-intro .c-ttl {
  margin-bottom: 3px;
}
@media screen and (min-width: 1001px) {
  .p-top-intro .c-ttl {
    margin-bottom: 24px;
  }
}
.p-top-intro__txt {
  margin-bottom: 1.9em;
}
.p-top-intro__txt:last-child {
  margin-bottom: 0;
}

.p-top-about {
  background-color: #E3EBED;
  padding: 27px 0 37px;
  text-align: center;
}
@media screen and (min-width: 1001px) {
  .p-top-about {
    padding: 43px 0 65px;
  }
}
.p-top-about__logo {
  margin-bottom: 35px;
}
@media screen and (min-width: 1001px) {
  .p-top-about__logo {
    margin-bottom: 25px;
  }
}
.p-top-about__logo img {
  margin: 0 auto;
}
.p-top-about .c-ttl {
  margin-bottom: 3px;
}
@media screen and (min-width: 1001px) {
  .p-top-about .c-ttl {
    margin-bottom: 24px;
  }
}
.p-top-about__txt {
  margin-bottom: 1.9em;
}
@media screen and (min-width: 1001px) {
  .p-top-about__txt:last-of-type {
    margin-bottom: 2.3em;
  }
}
.p-top-about__img {
  max-width: 875px;
  margin: 0 auto;
}
.p-top-about__img img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .p-top-about__img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
    aspect-ratio: 130/73;
  }
}

.p-top-bnr {
  padding: 40px 0;
}
.p-top-bnr__list {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (min-width: 1001px) {
  .p-top-bnr__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-top-map {
  /*
  iframe {
      display: block;
      width: 100%;
      height: 352px;
      border: none;
      @include m.mq(pc) {
          height: 643px;
      }
  }
  */
}
.p-top-map img {
  width: 100%;
}

.p-top-footer__inr {
  padding: 40px 0 0;
  background: url(../images/lp/bg_footer_sp.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 1001px) {
  .p-top-footer__inr {
    padding: 40px 0 0;
    background: url(../images/lp/bg_footer.jpg) no-repeat center center;
    background-size: cover;
  }
}
.p-top-footer__logo {
  width: 230px;
  margin: 0 auto 65px;
}
@media screen and (min-width: 1001px) {
  .p-top-footer__logo {
    width: 271px;
    margin-bottom: 27px;
  }
}
.p-top-footer__logo img {
  width: 100%;
}
.p-top-footer__content {
  padding: 24px 0 27px;
  background-color: rgba(0, 0, 0, 0.45);
}
@media screen and (min-width: 1001px) {
  .p-top-footer__content {
    padding: 35px 0;
  }
}
.p-top-footer__address {
  color: #fff;
  line-height: 1.44;
  text-align: center;
  margin-bottom: 19px;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (min-width: 1001px) {
  .p-top-footer__address {
    margin-bottom: 10px;
  }
}
.p-top-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.p-top-footer__copyright {
  color: #fff;
  background-color: #2F7B91;
  text-align: center;
  padding: 12px;
}

.u-main_calor {
  color: var(--main-color);
}

.u-bg-primary {
  background-color: var(--primary-color);
}

.u-bg-primary-light {
  background-color: var(--primary-color-light);
}

.u-text-center {
  text-align: center;
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.u-text-primary {
  color: var(--accent-color);
}

.u-link {
  color: #0058FF;
  text-decoration: underline;
  font-weight: bold;
}

.u-ib {
  display: inline-block;
}

.u-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.u-fw-bold {
  font-weight: bold;
}

.u-va-middle {
  vertical-align: middle;
}

.u-underline {
  text-decoration: underline;
}

.u-w100 {
  width: 100%;
}

.u-maxw-xs {
  max-width: 64px;
}

.u-maxw-sm {
  max-width: 86px;
}

.u-maxw-md {
  max-width: 120px;
}

.u-maxw-lg {
  max-width: 155px;
}

.u-maxw-xl {
  max-width: 640px;
}

.u-tab,
.u-tab-ib {
  display: none !important;
}

@media screen and (min-width: 801px) and (max-width: 1000px) {
  .u-tab {
    display: block !important;
  }
  .u-tab-ib {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1001px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .u-pc {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .u-pc2 {
    display: none !important;
  }
}
.u-mb5 {
  margin-bottom: 5px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb25 {
  margin-bottom: 25px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb35 {
  margin-bottom: 35px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb45 {
  margin-bottom: 45px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb55 {
  margin-bottom: 55px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb65 {
  margin-bottom: 65px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb75 {
  margin-bottom: 75px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb85 {
  margin-bottom: 85px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mb95 {
  margin-bottom: 95px;
}

.u-mb100 {
  margin-bottom: 100px;
}

@-webkit-keyframes click-header-sp-bar-1-close {
  0% {
    -webkit-transform: translateY(5px) rotate(45deg);
    transform: translateX(-50%) translateY(5px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(5px) rotate(0);
    transform: translateX(-50%) translateY(5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateX(-50%) translateY(0) rotate(0);
  }
}
@keyframes click-header-sp-bar-1-close {
  0% {
    -webkit-transform: translateY(5px) rotate(45deg);
    transform: translateX(-50%) translateY(5px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(5px) rotate(0);
    transform: translateX(-50%) translateY(5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateX(-50%) translateY(0) rotate(0);
  }
}
@-webkit-keyframes click-header-sp-bar-2-close {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes click-header-sp-bar-2-close {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes click-header-sp-bar-3-close {
  0% {
    -webkit-transform: translateY(-5px) rotate(-45deg);
    transform: translateX(-50%) translateY(-5px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-5px) rotate(0);
    transform: translateX(-50%) translateY(-5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateX(-50%) translateY(0) rotate(0);
  }
}
@keyframes click-header-sp-bar-3-close {
  0% {
    -webkit-transform: translateY(-5px) rotate(-45deg);
    transform: translateX(-50%) translateY(-5px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-5px) rotate(0);
    transform: translateX(-50%) translateY(-5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateX(-50%) translateY(0) rotate(0);
  }
}
@-webkit-keyframes click-header-sp-bar-1-open {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateX(-50%) translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(5px) rotate(0);
    transform: translateX(-50%) translateY(5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(5px) rotate(45deg);
    transform: translateX(-50%) translateY(5px) rotate(45deg);
  }
}
@keyframes click-header-sp-bar-1-open {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateX(-50%) translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(5px) rotate(0);
    transform: translateX(-50%) translateY(5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(5px) rotate(45deg);
    transform: translateX(-50%) translateY(5px) rotate(45deg);
  }
}
@-webkit-keyframes click-header-sp-bar-2-open {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes click-header-sp-bar-2-open {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes click-header-sp-bar-3-open {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateX(-50%) translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-5px) rotate(0);
    transform: translateX(-50%) translateY(-5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-5px) rotate(-45deg);
    transform: translateX(-50%) translateY(-5px) rotate(-45deg);
  }
}
@keyframes click-header-sp-bar-3-open {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateX(-50%) translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-5px) rotate(0);
    transform: translateX(-50%) translateY(-5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-5px) rotate(-45deg);
    transform: translateX(-50%) translateY(-5px) rotate(-45deg);
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.fadeUp {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.showFadeUp {
  -webkit-animation: showFadeUp 2s forwards;
          animation: showFadeUp 2s forwards;
  opacity: 0;
  will-change: transform, opacity;
}

@-webkit-keyframes showFadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  70% {
    opacity: 0.85;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes showFadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  70% {
    opacity: 0.85;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes icon-float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-8px) rotate(25deg);
            transform: translateY(-8px) rotate(25deg);
  }
  100% {
    -webkit-transform: translateY(-4px) rotate(25deg);
            transform: translateY(-4px) rotate(25deg);
  }
}
@keyframes icon-float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-8px) rotate(25deg);
            transform: translateY(-8px) rotate(25deg);
  }
  100% {
    -webkit-transform: translateY(-4px) rotate(25deg);
            transform: translateY(-4px) rotate(25deg);
  }
}/*# sourceMappingURL=lp.css.map */