@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;700&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.YuGothic {
  font-family: YuGothic, "Yu Gothic", sans-serif; }
.YuMincho {
  font-family: YuMincho, "Yu Mincho", serif; }
/**
 * Custom media queries
 * @example
 * @media (--mobile) {
 *    styles for mobile viewport
 * }
 */
/**
 * for mobile viewoport
 */
/**
 * for tablet and Pc. large viewport
 */
@custom-media --desktop(min-width: 1280px);
/** http://bourbon.io/docs/#timing-functions */
/** example @include transition(all 5s $ease-in-circ);*/
/**
transition timing-function:
ease - cubic-bezier(0.25, 0.1, 0.25, 1.0) を指定したのと同じ（開始と完了を滑らかにする）（初期値）
linear - cubic-bezier(0.0, 0.0, 1.0, 1.0) を指定したのと同じ（一定）
ease-in - cubic-bezier(0.42, 0, 1.0, 1.0) を指定したのと同じ（ゆっくり始まる）
ease-out - cubic-bezier(0, 0, 0.58, 1.0) を指定したのと同じ（ゆっくり終わる）
ease-in-out - cubic-bezier(0.42, 0, 0.58, 1.0) を指定したのと同じ（ゆっくり始まってゆっくり終わる）
*/
/**
 * text ellipsis for block multiline
 */
/*
 unsupport IE, Edge, Fx

@mixin text-ellipsis-block($rows) {
  display: box;
  box-orient: vertical;
  line-clamp: $rows;
  overflow: hidden;
}
*/
/**
 * element size
 */
/**
 * position layout
 */
/**
 * images
 */
/**
* Variables
*/
/** extend */
/* == @import "../node_modules/normalize.css/normalize.css"; */
[v-cloak] {
  display: none; }
html {
  font-size: 62.5%; }
body {
  font-family: "Lato", sans-serif;
  font-size: 1.0rem;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #6e7373;
  position: relative;
  height: auto; }
a {
  color: #6e7373;
  text-decoration: none; }
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
h1, h2, h3, h4, h5, h6, div, dl, dt, dd, p {
  margin: 0;
  padding: 0; }
ul, ol, li {
  padding: 0;
  margin: 0; }
li {
  list-style: none; }
img {
  vertical-align: bottom;
  max-width: 100%; }
figure {
  margin: 0;
  padding: 0; }
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }
input[type="number"] {
  -moz-appearance: textfield; }
.l-main {
  line-height: 1.2;
  padding-top: 16rem; }
.sp {
  display: none; }
.pc {
  display: block; }
.l-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background-color: #222222;
  color: #FFFFFF; }
.l-footer-contact {
    position: relative;
    width: 100%;
    height: 64rem;
    background: url(../images/top/bg-contact.jpg);
    background-size: cover;
    color: #FFFFFF;
    padding: 15rem 0; }
.l-footer-contact__title {
      font-size: 3.2rem;
      margin-bottom: 3rem;
      text-align: center; }
.l-footer-contact__txt {
      margin-bottom: 7rem; }
.l-footer-contact__txt p {
        font-size: 1.6rem;
        text-align: center; }
.l-footer-contact__content {
      width: 87rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 auto; }
.l-footer-contact__tel {
      border: 5px solid #707070;
      margin-right: 3rem;
      padding: 4rem 5rem; }
.l-footer-contact__tel a {
        font-size: 3.7rem;
        font-weight: bold;
        color: #FFFFFF;
        margin-bottom: 2rem;
        display: block;
        position: relative;
        text-align: center;
        -webkit-transition: .3s opacity;
        transition: .3s opacity; }
.l-footer-contact__tel a span {
          position: relative;
          display: inline-block;
          padding-left: 40px; }
.l-footer-contact__tel a span::before {
            position: absolute;
            display: block;
            content: "";
            background: url(../images/common/icon-tel.svg);
            background-repeat: no-repeat;
            width: 3rem;
            left: 0;
            height: 4rem; }
.l-footer-contact__tel a:hover {
          opacity: 0.6; }
.l-footer-contact__tel p {
        font-size: 1.6rem;
        font-weight: bold; }
.l-footer-contact__tel p span {
          display: block;
          font-weight: normal;
          font-size: 1.4rem;
          margin-top: 0.5rem; }
.l-footer-contact__mail {
      border: 5px solid #707070;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
.l-footer-contact__mail a {
        padding: 4rem 5rem;
        color: #FFFFFF;
        -webkit-transition: .3s opacity;
        transition: .3s opacity; }
.l-footer-contact__mail a:hover {
          opacity: 0.6; }
.l-footer-contact__mail p {
        font-size: 1.6rem;
        font-weight: bold;
        position: relative;
        padding-top: 6rem; }
.l-footer-contact__mail p::before {
          position: absolute;
          display: block;
          content: "";
          background: url(../images/common/icon-mail.svg);
          background-repeat: no-repeat;
          background-size: cover;
          width: 5rem;
          left: 35%;
          height: 3rem;
          top: 0; }
.l-footer-contact__insta {
      position: absolute;
      bottom: 2rem;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      display: block;
      width: 3rem;
      height: 3rem;
      -webkit-transition: .3s;
      transition: .3s; }
.l-footer-contact__insta img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
.l-footer__top {
    position: absolute;
    top: -120px;
    right: 40px;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 60px;
    height: 60px;
    border: 1px solid #000;
    -webkit-transition: all .3s;
    transition: all .3s; }
.l-footer__top:hover {
      background-color: #eee;
      border: 1px solid #eee; }
.l-footer__top img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 5px;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      height: auto; }
.l-footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 2.5rem;
    padding: 2.5rem 8rem 2.5rem; }
.l-footer__logo {
    width: 11rem; }
.l-footer__logo img {
      width: 100%; }
.l-footer__address {
    font-size: 1.3rem;
    margin-bottom: 6rem; }
.l-footer__copyright {
    font-size: 1.1rem;
    text-align: right; }
.l-footer ul.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 3.5rem; }
.l-footer ul.nav li {
      margin-right: 5rem;
      font-size: 1.2rem; }
.l-footer ul.nav li:last-child {
        margin-right: 0; }
.l-footer ul.nav li a {
        color: #FFFFFF;
        -webkit-transition: .3s opacity;
        transition: .3s opacity; }
.l-footer ul.nav li a:hover {
          opacity: 0.6; }
.l-footer ul.contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 5rem; }
.l-footer ul.contact li {
      width: 2rem;
      margin-right: 3rem;
      -webkit-transition: .3s opacity;
      transition: .3s opacity; }
.l-footer ul.contact li:last-child {
        margin-right: 0; }
.l-footer ul.contact li img {
        width: 100%; }
.l-footer ul.contact li:hover {
        opacity: 0.6; }
#page-top {
  position: absolute;
  bottom: 13rem;
  right: 2rem;
  z-index: 99; }
#page-top a {
  width: 5rem;
  display: block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
#page-top a:hover {
  text-decoration: none;
  opacity: .5; }
.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10000;
  background-color: #FFF; }
.l-header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 11rem;
    padding: 0 2rem; }
.l-header__logo {
    width: 13rem;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
.l-header__logo img {
      width: 100%; }
.l-header-nav {
    width: calc(100% - 13rem); }
.l-header-nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
.l-header-nav ul li {
        margin-right: 4rem;
        font-size: 1.4rem;
        position: relative;
        letter-spacing: 0.1rem; }
.l-header-nav ul li:last-child {
          margin-right: 0; }
.l-header-nav ul li a {
          -webkit-transition: .3s opacity;
          transition: .3s opacity;
          color: #333333; }
.l-header-nav ul li a:hover {
            opacity: 0.5; }
.l-header__contact {
    height: 12rem;
    padding-top: 5rem; }
.l-header__contact ul {
      padding-right: 8rem;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 auto;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 10rem; }
.l-header__contact ul li {
        width: 2rem;
        margin-left: 5rem; }
.l-header__contact ul li a {
          -webkit-transition: .3s opacity;
          transition: .3s opacity; }
.l-header__contact ul li a:hover {
            opacity: 0.6; }
.l-header__contact_sp ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
.l-header__contact_sp ul li {
      width: 3rem; }
#toggle {
  position: fixed;
  top: 2.5rem;
  right: 2.5rem; }
#toggle-box {
  position: relative;
  width: 2.6rem;
  height: 2rem;
  cursor: pointer; }
#toggle-box > span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #000;
  position: absolute;
  -webkit-transition: top .5s ease, bottom .5s ease, -webkit-transform .6s ease-in-out;
  transition: top .5s ease, bottom .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease, -webkit-transform .6s ease-in-out; }
#toggle-box > span:nth-child(1) {
  top: 0; }
#toggle-box > span:nth-child(2) {
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%); }
#toggle-box > span:nth-child(3) {
  bottom: 0; }
.is-open #toggle-box > span {
  background: #000; }
.is-open #toggle-box > span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(45deg) translatey(-50%);
          transform: rotate(45deg) translatey(-50%); }
.is-open #toggle-box > span:nth-child(2) {
  width: 0; }
.is-open #toggle-box > span:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg) translatey(-50%);
          transform: rotate(-45deg) translatey(-50%); }
/* z-index */
#toggle {
  z-index: 1000;
  padding-top: 1rem; }
#main {
  position: relative;
  z-index: 990; }
#nav-content {
  padding-top: 10rem;
  z-index: 900;
  overflow: auto;
  width: 100%;
  height: 100%;
  background: #FFF;
  color: #000;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease;
  pointer-events: none; }
#nav-content ul {
  list-style: none; }
#nav-content a {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 3rem 0;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
  pointer-events: none;
  font-size: 1.5rem; }
#nav-content a:hover {
  opacity: 0.6; }
.is-open {
  overflow: hidden; }
.is-open #nav-content {
  z-index: 999;
  visibility: visible;
  opacity: 1; }
.is-open #nav-content a {
  pointer-events: auto; }
.loading_overlay {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background: #fff;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .7s opacity;
  transition: .7s opacity; }
.loading_img {
  width: 25rem; }
.loading_overlay.active {
  opacity: 0;
  pointer-events: none; }
/***************************************************
 * Generated by SVG Artista on 5/30/2022, 10:28:10 AM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
svg .svg-elem-1 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s; }
svg.active .svg-elem-1 {
  fill: #6e7373; }
svg .svg-elem-2 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s; }
svg.active .svg-elem-2 {
  fill: #6e7373; }
svg .svg-elem-3 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s; }
svg.active .svg-elem-3 {
  fill: #6e7373; }
svg .svg-elem-4 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s; }
svg.active .svg-elem-4 {
  fill: #6e7373; }
svg .svg-elem-5 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s; }
svg.active .svg-elem-5 {
  fill: #6e7373; }
svg .svg-elem-6 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s; }
svg.active .svg-elem-6 {
  fill: #6e7373; }
svg .svg-elem-7 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s; }
svg.active .svg-elem-7 {
  fill: #6e7373; }
svg .svg-elem-8 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s; }
svg.active .svg-elem-8 {
  fill: #6e7373; }
svg .svg-elem-9 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s; }
svg.active .svg-elem-9 {
  fill: #6e7373; }
svg .svg-elem-10 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s; }
svg.active .svg-elem-10 {
  fill: #6e7373; }
svg .svg-elem-11 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s; }
svg.active .svg-elem-11 {
  fill: #6e7373; }
svg .svg-elem-12 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s; }
svg.active .svg-elem-12 {
  fill: #6e7373; }
svg .svg-elem-13 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s; }
svg.active .svg-elem-13 {
  fill: #6e7373; }
svg .svg-elem-14 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s; }
svg.active .svg-elem-14 {
  fill: #6e7373; }
svg .svg-elem-15 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s; }
svg.active .svg-elem-15 {
  fill: #6e7373; }
svg .svg-elem-16 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s; }
svg.active .svg-elem-16 {
  fill: #6e7373; }
svg .svg-elem-17 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s; }
svg.active .svg-elem-17 {
  fill: #6e7373; }
svg .svg-elem-18 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s; }
svg.active .svg-elem-18 {
  fill: #6e7373; }
svg .svg-elem-19 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s; }
svg.active .svg-elem-19 {
  fill: #6e7373; }
/**
 * main.scss
 */
.p-news {
  margin: 0 auto; }
.p-news-mv {
    width: 100%;
    text-align: right;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    margin-bottom: 20rem; }
.p-news-mv__img01 {
      width: 60%;
      margin-top: 12rem; }
.p-news-mv__img01 img {
        width: 100%; }
.p-news-mv__img02 {
      width: 15%; }
.p-news-mv__img02 img {
        width: 100%; }
.p-news-mv__text {
      position: absolute;
      font-size: 2.5vw;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      top: 50%;
      left: 40%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: left; }
.p-news-detail {
    width: 108rem;
    margin: 0 auto; }
.p-news-detail__title {
      border-bottom: 1px solid #000;
      padding-bottom: 1rem;
      margin-bottom: 3rem; }
.p-news-detail__title p {
        font-size: 2rem; }
.p-news-detail__data {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      width: 100%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 1rem;
      font-size: 1.2rem; }
.p-news-detail__img {
      width: 100%;
      margin-bottom: 2rem; }
.p-news-detail__img img {
        max-width: 108rem;
        -o-object-fit: cover;
           object-fit: cover; }
.p-news-detail__category ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
.p-news-detail__category ul li {
        margin-right: 1rem;
        border: 1px solid #000;
        padding: 0.5rem; }
.p-news-detail__category ul li:last-child {
          margin-right: 0; }
.p-news-detail__text {
      font-size: 1.2rem;
      line-height: 2.4rem;
      margin-bottom: 5rem; }
.p-news-detail__paging {
      width: 50rem;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      font-size: 1.2rem;
      margin-top: 10rem;
      margin-bottom: 10rem; }
.p-news-list {
    width: 108rem;
    margin: 0 auto 15rem auto; }
.p-news-list ul {
      margin-top: 7rem;
      margin-bottom: 5rem; }
.p-news-list ul li {
        border-top: 1px solid #e8e8e8;
        width: 100%; }
.p-news-list ul li:last-child {
          border-bottom: 1px solid #e8e8e8; }
.p-news-list ul li a {
          padding: 3rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-transition: all .3s;
          transition: all .3s; }
.p-news-list ul li a:hover {
            background-color: #f9f9f9; }
.p-news-list__img {
      margin-right: 10rem; }
.p-news-list__img img {
        width: 18rem;
        height: 18rem;
        -o-object-fit: cover;
           object-fit: cover; }
.p-news-list__content {
      width: calc(100% - 18rem - 10rem);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -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; }
.p-news-list__data {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 2rem; }
.p-news-list__data span.date {
        margin-right: 5rem;
        font-size: 1.5rem; }
.p-news-list__data span.category ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0;
        margin-bottom: 0; }
.p-news-list__data span.category ul li {
          padding: 2px 2px;
          border: 1px solid #000;
          width: auto;
          font-size: 1rem;
          margin-right: 0.5rem; }
.p-news-list__tit {
      margin-bottom: 2rem;
      font-size: 1.4rem; }
.p-news-list__txt {
      width: 80%;
      font-size: 1.2rem;
      line-height: 2.4rem; }
.p-news-list__btn {
      font-size: 1.3rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      position: relative;
      font-family: 'Lato', sans-serif; }
.p-news-list__btn span {
        position: relative;
        padding-bottom: 0.5rem; }
.p-news-list__btn span::after {
        content: '';
        display: inline-block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #000; }
.p-news-list__btn::before {
        position: absolute;
        top: 7px;
        right: 53px;
        content: '';
        display: inline-block;
        width: 9px;
        height: 9px;
        border-top: 1px solid #000;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
.p-news-list__btn::after {
        position: absolute;
        content: '';
        display: inline-block;
        width: 9px;
        height: 9px;
        border-top: 1px solid #000;
        top: 3px;
        right: 61px;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
.p-main {
  width: 100rem;
  margin: 0 auto; }
.p-main .line {
    font-size: 3.2rem;
    letter-spacing: 0.2rem;
    color: #BCBCBC; }
.p-main .left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
.p-main-mv {
    width: 100%;
    text-align: right;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    margin-bottom: 17vw; }
.p-main-mv__img01 {
      width: 60vw;
      height: 35vw;
      background: url(../images/top/img-mv02.jpg) center center/cover no-repeat; }
.p-main-mv__img02 {
      width: 23vw;
      height: 28vw;
      position: absolute;
      top: 22vw;
      left: 0;
      text-align: left; }
.p-main-mv__text {
      position: absolute;
      font-size: 3vw;
      line-height: 3.6vw;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      top: 7vw;
      left: 18vw;
      text-align: left; }
.p-main-mv__text span {
        background-color: #FFF;
        padding: 0 1rem;
        display: inline-block;
        padding: 0.7rem 2.2rem;
        letter-spacing: 0.2em; }
.p-main-concept {
    position: relative;
    padding-left: calc(50% - 48rem);
    padding-top: 12rem;
    padding-bottom: 10rem;
    margin-bottom: 19rem;
    overflow: hidden; }
.p-main-concept__img {
      display: inline-block;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-6rem);
              transform: translateX(-6rem); }
.p-main-concept__img img {
        width: 37rem; }
.p-main-concept__img02 {
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(6rem);
              transform: translateX(6rem);
      width: 56rem; }
.p-main-concept__img02 img {
        width: 56rem; }
.p-main-concept__txt {
      margin-right: 4rem;
      width: 60rem; }
.p-main-concept__title {
      margin-bottom: 5rem;
      font-size: 3.2rem;
      color: #BCBCBC; }
.p-main-concept__copy {
      font-size: 2.6rem;
      letter-spacing: 0.2rem;
      line-height: 4.5rem;
      margin-bottom: 3rem;
      color: #333333;
      letter-spacing: 0.2em; }
.p-main-concept__text {
      font-size: 1.3rem;
      line-height: 3rem;
      width: 45rem;
      letter-spacing: 0.2em; }
.p-main-concept__text p {
        margin-bottom: 5rem; }
.p-main-concept__btn {
      font-size: 1.3rem;
      position: relative;
      padding-left: 3rem; }
.p-main-concept__btn span {
        position: relative;
        padding-bottom: 0.5rem; }
.p-main-concept__btn span::after {
        content: '';
        display: inline-block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #000; }
.p-main-concept__btn::before {
        position: absolute;
        top: 15px;
        left: 5px;
        content: '';
        display: inline-block;
        width: 9px;
        height: 9px;
        border-top: 1px solid #000;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
.p-main-concept__btn::after {
        position: absolute;
        content: '';
        display: inline-block;
        width: 9px;
        height: 9px;
        border-top: 1px solid #000;
        top: 11px;
        left: -3px;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
.p-main-info {
    padding: 0 2rem;
    margin-bottom: 22rem; }
.p-main-info__title {
      margin-bottom: 5rem; }
.p-main-info__detail {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
.p-main-info__img {
      margin-right: 10rem; }
.p-main-info__img01 {
      margin-bottom: 2rem; }
.p-main-info__content {
      width: 100%;
      font-size: 1.5rem;
      line-height: 3rem; }
.p-main-info__content dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        border-top: 1px solid #E3E3E3;
        margin-bottom: 8rem; }
.p-main-info__content dl dt {
          padding: 5rem 0;
          width: 15%;
          margin-bottom: 1rem;
          border-bottom: 1px solid #E3E3E3;
          font-weight: bold; }
.p-main-info__content dl dd {
          width: 85%;
          padding: 5rem 0;
          -webkit-margin-start: 0;
                  margin-inline-start: 0;
          margin-bottom: 1rem;
          border-bottom: 1px solid #E3E3E3; }
.p-main-info__content dl dd a {
            text-decoration: underline; }
.p-main-info .gmap {
      height: 350px;
      overflow: hidden;
      position: relative; }
.p-main-info .gmap iframe {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%; }
.p-main-exterior__img {
    width: 100%;
    margin-bottom: 14rem; }
.p-main-menu {
    margin-bottom: 22rem;
    padding: 0 2rem;
    /* タイトルの背景色 */
    /* コンテンツボックスの枠線 */
    /* 矢印 */ }
.p-main-menu__title {
      margin-bottom: 3rem; }
.p-main-menu .accordion {
      margin-left: auto;
      margin-right: auto;
      margin-top: 3rem;
      position: relative;
      width: 100%;
      display: none; }
.p-main-menu .accordion-title {
      color: #555555;
      cursor: pointer;
      font-size: 1.5rem;
      padding: 1.5rem 0;
      font-weight: normal; }
.p-main-menu .accordion-content {
      display: none;
      padding: 1rem 0rem; }
.p-main-menu .accordion-content dl:first-of-type {
      margin-bottom: 0; }
.p-main-menu .accordion-content p {
      line-height: 2rem;
      margin-top: 1rem; }
.p-main-menu .accordion-item .accordion-title {
      background-color: #FFF; }
.p-main-menu .accordion-item .accordion-content {
      background-color: #FFF; }
.p-main-menu .accordion-title {
      position: relative; }
.p-main-menu .accordion-title::after {
      border-right: solid 1px #555555;
      border-top: solid 1px #555555;
      content: "";
      display: block;
      height: 8px;
      position: absolute;
      right: 0;
      top: 32%;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
      -webkit-transition: top .3s ease-in-out, -webkit-transform .3s ease-in-out;
      transition: top .3s ease-in-out, -webkit-transform .3s ease-in-out;
      transition: transform .3s ease-in-out, top .3s ease-in-out;
      transition: transform .3s ease-in-out, top .3s ease-in-out, -webkit-transform .3s ease-in-out;
      width: 8px; }
.p-main-menu .accordion-title.open::after {
      top: 45%;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
.p-main-menu .tab {
      margin: 5rem auto 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
.p-main-menu button {
      background-color: transparent;
      border: none;
      cursor: pointer;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
.p-main-menu .tab-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 20%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      font-size: 1.8rem; }
.p-main-menu .tab-list-item {
      width: 100%;
      padding: 1.5rem 0;
      cursor: pointer;
      border-bottom: 1px solid #E3E3E3;
      letter-spacing: 0.1em;
      text-align: left;
      color: #555555; }
.p-main-menu .tab-list-item:first-of-type {
        border-top: 1px solid #E3E3E3; }
.p-main-menu .tab-contents-wrap {
      width: 70%; }
.p-main-menu .tab-contents {
      display: none;
      width: 100%; }
.p-main-menu .is-contents-active {
      display: block; }
.p-main-menu dl {
      width: 100%;
      margin-bottom: 6rem;
      font-size: 1.4rem; }
.p-main-menu dl .menu-inner {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 3rem;
        padding: 0.5rem 0;
        color: #555555; }
.p-main-menu dl .menu-inner::after {
          content: "";
          display: block;
          position: absolute;
          top: 1.2rem;
          z-index: 1;
          width: 100%;
          border-bottom: dotted 1px #E3E3E3; }
.p-main-menu dl dt {
        margin: 0;
        padding: 0 0.5rem 0 0;
        background-color: #ffffff;
        z-index: 2;
        text-align: left;
        min-width: 13rem; }
.p-main-menu dl dd {
        margin: 0;
        padding: 0 0 0 0.5rem;
        background-color: #ffffff;
        z-index: 2;
        text-align: right;
        min-width: 9rem; }
.p-main-menu .tab-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
.p-main-menu .tab-content dl {
        width: 48%;
        margin-bottom: 6rem; }
.p-main-menu p {
      font-size: 1.4rem;
      line-height: 2.8rem;
      color: #555555;
      margin-bottom: 1rem; }
.p-main-news {
    padding: 0 2rem;
    margin-bottom: 22rem; }
.p-main-news ul {
      margin-top: 5rem; }
.p-main-news ul li {
        border-top: 1px solid #e8e8e8;
        width: 100%;
        position: relative; }
.p-main-news ul li::after {
          border-right: solid 1px #707070;
          border-top: solid 1px #707070;
          content: "";
          display: block;
          width: 1.8rem;
          height: 1.8rem;
          position: absolute;
          right: 3rem;
          top: 45%;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
.p-main-news ul li:last-child {
          border-bottom: 1px solid #e8e8e8; }
.p-main-news ul li a {
          padding: 5rem 3rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-transition: all .3s;
          transition: all .3s; }
.p-main-news ul li a:hover {
            background-color: #f9f9f9; }
.p-main-news__img {
      margin-right: 10rem; }
.p-main-news__img img {
        width: 18rem;
        height: 18rem;
        -o-object-fit: cover;
           object-fit: cover; }
.p-main-news__content {
      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; }
.p-main-news__data {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 1rem; }
.p-main-news__data span.date {
        margin-right: 5rem;
        font-size: 1.5rem; }
.p-main-news__data span.category ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0;
        margin-bottom: 0; }
.p-main-news__data span.category ul li {
          padding: 0.2rem 0.2rem;
          border: 1px solid #000;
          width: auto;
          font-size: 1rem;
          margin-right: 0.5rem; }
.p-main-news__tit {
      font-size: 1.4rem; }
.p-main-news__txt {
      width: 80%;
      font-size: 1.2rem;
      line-height: 2.4rem; }
.p-main-news__btn {
      font-size: 1.3rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      position: relative; }
.p-main-news__btn span {
        position: relative;
        padding-bottom: 0.5rem; }
.p-main-news__btn span::after {
        content: '';
        display: inline-block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #000; }
.p-main-news__btn::before {
        position: absolute;
        top: 0.7rem;
        right: 5.3rem;
        content: '';
        display: inline-block;
        width: 0.9rem;
        height: 0.9rem;
        border-top: 1px solid #000;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
.p-main-news__btn::after {
        position: absolute;
        content: '';
        display: inline-block;
        width: 0.9rem;
        height: 0.9rem;
        border-top: 1px solid #000;
        top: 0.3rem;
        right: 6.1rem;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
.p-main-title {
    font-size: 3.2rem;
    margin-bottom: 5rem;
    text-align: center;
    letter-spacing: 0.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.p-main-reserve {
    width: 100rem;
    border: 5px solid #E3E3E3;
    padding: 6rem 0;
    margin: 0 auto 13rem auto; }
.p-main-reserve__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 89rem;
      margin: 0 auto;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
.p-main-reserve__icon {
      width: 4.3rem;
      margin-right: 2rem; }
.p-main-reserve__icon img {
        width: 100%; }
.p-main-reserve__text {
      position: relative; }
.p-main-reserve__text p {
        font-size: 1.6rem;
        line-height: 2.8rem;
        padding-left: 10rem; }
.p-main-reserve__text p span {
          font-weight: bold; }
.p-main-reserve__text::before {
        width: 7.9rem;
        height: 7.9rem;
        position: absolute;
        display: block;
        content: "";
        background: url(../images/top/icon-reservation.svg);
        background-repeat: no-repeat;
        background-size: cover; }
.p-main-reserve__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 2rem 0; }
.p-main-reserve__btn {
      width: 43rem;
      font-size: 1.8rem;
      text-align: center;
      position: relative; }
.p-main-reserve__btn::after {
        border-right: solid 3px #707070;
        border-top: solid 3px #707070;
        content: "";
        display: block;
        width: 1.2rem;
        height: 1.2rem;
        position: absolute;
        right: 3rem;
        top: 42%;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
.p-main-reserve__btn a {
        display: block;
        padding: 3.5rem 0;
        border: 3px solid #707070;
        background-color: #fff;
        border-radius: 5rem;
        -webkit-transition: all .3s;
        transition: all .3s; }
.p-main-reserve__btn a:hover {
          background-color: #E3E3E3; }
.c-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.c-google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden; }
.c-google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }
/**
* wordpress
* WYSIWYG compatchble style
*/
.c-wp-post_article strong {
  font-weight: bold; }
.c-wp-post_article em {
  font-style: italic; }
.c-wp-post_article ul {
  margin-left: 1em;
  display: block;
  list-style-type: disc !important;
  margin-before: 1em;
  margin-after: 1em;
  margin-start: 0px;
  margin-end: 0px;
  padding-start: 40px; }
.c-wp-post_article ol {
  display: block;
  list-style-type: decimal !important;
  margin-before: 1em;
  margin-after: 1em;
  margin-start: 0px;
  margin-end: 0px;
  padding-start: 40px; }
.c-wp-post_article li {
  display: list-item;
  text-align: match-parent; }
.c-wp-post_article img {
  width: auto; }
.c-wp-post_article .alignleft {
  display: inline;
  float: left; }
.c-wp-post_article .alignright {
  display: inline;
  float: right; }
.c-wp-post_article .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }
.c-wp-post_article blockquote.alignleft,
.c-wp-post_article .wp-caption.alignleft,
.c-wp-post_article img.alignleft {
  margin: 0.4em 1.6em 1.6em 0; }
.c-wp-post_article blockquote.alignright,
.c-wp-post_article .wp-caption.alignright,
.c-wp-post_article img.alignright {
  margin: 0.4em 0 1.6em 1.6em; }
.c-wp-post_article blockquote.aligncenter,
.c-wp-post_article .wp-caption.aligncenter,
.c-wp-post_article img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em; }
.c-wp-post_article .wp-caption.alignleft,
.c-wp-post_article .wp-caption.alignright,
.c-wp-post_article .wp-caption.aligncenter {
  margin-bottom: 1.2em; }
/**
 * clearfix micro
 */
.clearfix:after {
  content: "";
  clear: both;
  display: block; }
/**
 * text ellipsis., text...
 */
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.u-hide {
  display: none; }
.u-click {
  cursor: pointer; }
/**
 * BrowserSync
 */
#__bs_notify__ {
  display: none !important;
  font-size: 8px !important;
  opacity: .25;
  max-height: 50px; }
.__debug_mihon__ {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto 0 auto;
  z-index: 100000;
  pointer-events: none;
  cursor: none;
  width: 100%;
  overflow: hidden;
  text-align: center;
  -webkit-animation: __debug_mihon__ 1s infinite;
          animation: __debug_mihon__ 1s infinite; }
.__debug_mihon__ {
  padding-top: 0px;
  margin-top: 0px; }
@-webkit-keyframes __debug_mihon__ {
  0% {
    opacity: 0; }
  60% {
    opacity: .5; }
  100% {
    opacity: .5; } }
/*
@example
 <div class="mihon">
  <img src="./images/sample1.png" alt="" class="type_pc">
  <img src="./images/sample2.png" alt="" class="type_sp">
</div>
*/
@media (min-width: 960px) {
  .ex-link {
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
    .ex-link:hover {
      opacity: .5; }
        .l-footer-contact__insta:hover {
          opacity: 0.6; }
    #toggle {
      display: none; }
        .p-main-mv__img02 img {
          height: 100%;
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center center;
             object-position: center center; }
  .for-mobile {
    display: none; } }
@media (max-width: 959px) {
    html {
      font-size: calc(10vw / 375 * 100); }
  html, body {
    width: 100%; }
  h1, h2, h3, h4, h5, h6, div, dl, dt, dd, p {
    margin: 0;
    padding: 0; }
  img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto; }
  .pc {
    display: none; }
  .sp {
    display: block; }
    .l-footer {
      margin-top: 10rem; }
      .l-footer-contact {
        padding: 6rem 0 8rem;
        height: auto;
        background-position: center bottom; }
        .l-footer-contact__title {
          font-size: 2.8rem;
          margin-bottom: 1.5rem; }
        .l-footer-contact__txt {
          margin-bottom: 4rem; }
          .l-footer-contact__txt p {
            line-height: 3.2rem;
            font-size: 1.4rem; }
        .l-footer-contact__content {
          width: 90%;
          display: block; }
        .l-footer-contact__tel {
          margin-right: 0;
          margin-bottom: 2rem;
          padding: 4rem 1rem; }
            .l-footer-contact__tel a span {
              padding-left: 0;
              padding-top: 5rem; }
              .l-footer-contact__tel a span::before {
                width: 2.5rem;
                background-size: cover;
                left: 50%;
                -webkit-transform: translateX(-50%);
                        transform: translateX(-50%);
                top: 0; }
          .l-footer-contact__tel p {
            text-align: center;
            line-height: 3.2rem; }
            .l-footer-contact__tel p span {
              margin-left: 0;
              line-height: 2.2rem;
              display: block; }
        .l-footer-contact__mail {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .l-footer-contact__mail p {
            font-size: 1.4rem; }
        .l-footer-contact__insta {
          bottom: 2.5rem; }
      .l-footer__top {
        position: absolute;
        top: 5px;
        right: 30px;
        display: block;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
      .l-footer__content {
        width: 100%;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -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;
        padding: 5rem 3rem 1rem; }
      .l-footer__logo {
        width: 13rem;
        margin-bottom: 5rem; }
      .l-footer__copyright {
        bottom: 0;
        position: absolute;
        font-size: 1.3rem;
        padding-bottom: 3rem; }
    .l-footer__nav {
      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: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-bottom: 4rem; }
      .l-footer ul.nav {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .l-footer ul.nav li {
          width: 48%;
          margin-bottom: 2rem;
          margin-right: 0;
          font-size: 1.4rem; }
    #page-top {
      bottom: 3rem; }
    .l-header {
      background: #FFF;
      padding-bottom: 3rem; }
      .l-header__content {
        display: block;
        height: 5rem; }
      .l-header__logo {
        width: 8rem;
        z-index: 9;
        position: relative;
        padding-top: 2rem; }
      .l-header-nav {
        display: none; }
      .l-header__contact {
        display: none; }
      .p-news-mv {
        margin-bottom: 6rem; }
        .p-news-mv__img01 {
          width: 50%;
          padding-top: 7rem;
          margin-top: 0; }
        .p-news-mv__img02 {
          width: 20%;
          top: -1rem;
          left: 0;
          position: absolute; }
        .p-news-mv__text {
          font-size: 7vw;
          width: 90%; }
      .p-news-detail {
        width: 100%;
        padding: 0 2rem; }
          .p-news-detail__img img {
            max-width: 100%; }
        .p-news-detail__paging {
          width: 100%; }
      .p-news-list {
        width: 100%;
        padding: 0 2rem;
        margin-bottom: 10rem; }
        .p-news-list ul {
          margin-top: 3rem; }
            .p-news-list ul li a {
              padding: 2rem 0; }
        .p-news-list__img {
          width: 10rem;
          margin-right: 2rem; }
        .p-news-list__content {
          width: calc(100% - 10rem - 2rem); }
        .p-news-list__data {
          display: block; }
          .p-news-list__data span.date {
            font-size: 1.2rem;
            margin-bottom: 1rem;
            display: block; }
        .p-news-list__txt {
          display: none; }
    .p-main {
      width: 100%; }
      .p-main .line {
        font-size: 2.8rem; }
      .p-main .left {
        padding: 0 2rem; }
      .p-main-mv {
        margin-bottom: 12rem; }
        .p-main-mv__img01 {
          width: 26rem;
          position: absolute;
          top: -6rem;
          padding-top: calc(205 / 266 * 100%);
          /* calc(画像高さ ÷ 画像横幅 × 100%) */
          background: url(../images/top/img-mv02-sp.jpg) center center/cover no-repeat; }
        .p-main-mv__img02 {
          width: 9.5rem;
          height: auto;
          top: 7rem;
          left: 0;
          position: absolute; }
        .p-main-mv__text {
          font-size: 2.2rem;
          line-height: 4rem;
          width: 100%;
          left: 0%;
          -webkit-transform: translate(-10%, -40%);
                  transform: translate(-10%, -40%);
          top: 0%; }
          .p-main-mv__text span {
            display: inline-block;
            padding: 0.7rem 2.2rem;
            letter-spacing: 0.2em; }
      .p-main-concept {
        width: 100%;
        display: block;
        padding-top: 27rem;
        padding-bottom: 28rem;
        margin-top: 20rem;
        margin-bottom: 14rem; }
        .p-main-concept__img {
          display: inline-block;
          width: 22rem;
          top: 7rem;
          right: 0;
          left: auto;
          -webkit-transform: none;
                  transform: none; }
        .p-main-concept__img02 {
          width: 30rem;
          bottom: 0;
          right: 0;
          -webkit-transform: none;
                  transform: none;
          left: 0; }
        .p-main-concept__txt {
          padding: 0 2rem;
          width: 100%; }
        .p-main-concept__title {
          font-size: 2.8rem;
          margin-bottom: 3rem; }
        .p-main-concept__copy {
          font-size: 1.8rem;
          line-height: 3.6rem;
          margin-bottom: 1.5rem; }
        .p-main-concept__text {
          width: 100%;
          margin-bottom: 2rem; }
          .p-main-concept__text p {
            margin-bottom: 3rem; }
        .p-main-concept__btn {
          text-align: right;
          margin-bottom: 4rem; }
          .p-main-concept__btn::before {
            left: auto;
            right: 50px; }
          .p-main-concept__btn::after {
            left: auto;
            right: 58px; }
      .p-main-info {
        margin-top: 0;
        margin-bottom: 12rem; }
        .p-main-info__title {
          margin: 0 0rem 3rem 0rem; }
        .p-main-info__detail {
          display: block; }
        .p-main-info__img {
          margin-right: 0; }
        .p-main-info__img01 img {
          width: 100%; }
      .p-main-info__img02 img {
        width: 100%; }
          .p-main-info__content dl {
            display: block; }
            .p-main-info__content dl dt {
              width: 100%;
              font-size: 1.4rem;
              border-bottom: none;
              padding: 3rem 0 2.5rem 0;
              margin-bottom: 0; }
            .p-main-info__content dl dd {
              width: 100%;
              padding-top: 0;
              padding-bottom: 3rem;
              margin-bottom: 0; }
        .p-main-info__content {
          width: 100%;
          background: none;
          margin-top: 4rem; }
      .p-main-exterior__img {
        margin-bottom: 8rem; }
      .p-main-menu {
        padding: 0 2rem;
        margin-bottom: 12rem; }
        .p-main-menu .accordion {
          display: block; }
        .p-main-menu .accordion dt:last-of-type {
          margin-bottom: 0; }
        .p-main-menu .tab {
          width: 100%;
          display: none; }
        .p-main-menu .tab-list {
          width: 100%;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          margin-bottom: 6rem; }
        .p-main-menu .tab-list-item {
          width: 48%;
          padding: 3rem 0; }
        .p-main-menu .tab-list-item:nth-child(2) {
          border-top: 1px solid #E3E3E3; }
        .p-main-menu .tab-contents-wrap {
          width: 100%; }
          .p-main-menu dl dt {
            min-width: 5rem; }
        .p-main-menu .tab-content {
          display: block; }
          .p-main-menu .tab-content dl {
            width: 100%;
            margin-bottom: 0; }
            .p-main-menu .tab-content dl:last-child {
              margin-bottom: 6rem; }
      .p-main-news {
        padding: 0 2rem;
        margin-bottom: 10rem; }
        .p-main-news ul {
          margin-top: 3rem; }
            .p-main-news ul li::after {
              right: 1rem; }
            .p-main-news ul li a {
              padding: 3rem 1rem;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center; }
        .p-main-news__img {
          width: 10rem;
          margin-right: 2rem; }
          .p-main-news__img img {
            width: 10rem;
            height: 10rem; }
        .p-main-news__content {
          display: block; }
        .p-main-news__data {
          display: block; }
          .p-main-news__data span.date {
            font-size: 1.3rem;
            margin-bottom: 1rem;
            display: block; }
        .p-main-news__txt {
          display: none; }
      .p-main-title {
        margin-bottom: 3rem; }
      .p-main-reserve {
        width: 90%;
        margin-bottom: 5rem;
        padding: 15rem 0 5rem 0; }
        .p-main-reserve__inner {
          display: block;
          width: 100%; }
          .p-main-reserve__text p {
            padding-left: 0;
            text-align: center;
            margin-bottom: 4rem;
            font-size: 1.4rem; }
          .p-main-reserve__text::before {
            top: -10rem;
            left: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%); }
        .p-main-reserve__btn {
          width: 90%;
          margin: 0 auto;
          font-size: 1.6rem; }
        .p-main-reserve__btn:nth-of-type(1) a {
          padding: 2.6rem 0; }
  .for-large {
    display: none; } }
@media screen and (max-width: 767px), print {
  .loading_img {
    width: 40vw; } }
/*# sourceMappingURL=../../_cache/_maps/styles.css.map */
