@charset "UTF-8";
html {
  color: var(--fontcolor0);
  font-size: 62.5%;
  font-weight: 400;
  height: 100%;
  scroll-padding-top: 80px;
  scroll-margin-top: 80px;
  scroll-behavior: smooth;
}
html[lang=en] {
  word-break: break-word;
}

a {
  color: var(--fontcolor3);
  text-decoration: underline;
}
a:visited {
  color: var(--fontcolor_av);
}

.visuallyHidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

a[href*="tel:"] {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    color: var(--fontcolor0);
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }
  a[href*="tel:"]:focus-visible {
    outline: none;
  }
}

::-webkit-input-placeholder {
  color: var(--fontcolor13);
}

::-moz-placeholder {
  color: var(--fontcolor13);
}

:-ms-input-placeholder {
  color: var(--fontcolor13);
}

::-ms-input-placeholder {
  color: var(--fontcolor13);
}

::placeholder {
  color: var(--fontcolor13);
}

::-ms-input-placeholder {
  color: var(--fontcolor13);
}

:-ms-input-placeholder {
  color: var(--fontcolor13);
}

@media print {
  .no-print {
    display: none;
  }
  tr, p, img {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
}
@media print {
  .no-print {
    display: none;
  }
}
@media all and (-ms-high-contrast: none) {
  /*objyect-coverIE11用*/
  .thumb {
    background: no-repeat center center/cover;
    height: 100%;
  }
}
*:focus-visible {
  outline: 4px solid #2174c2;
  outline-offset: -1px;
  z-index: 99;
}

:-moz-focusring {
  outline: 4px solid #2174c2;
}

.slick-dots li button:focus-visible {
  outline: 4px solid #2174c2;
  outline-offset: 0;
  z-index: 99;
}

@media all and (-ms-high-contrast: none) {
  :focus {
    outline: 4px solid #2174c2;
  }
}
.slick-slide a:-moz-focusring {
  outline: 4px auto #2174c2;
}

@media all and (-ms-high-contrast: none) {
  .slick-slide a:focus {
    outline: 4px auto #2174c2;
  }
}
body {
  background: #faf8f1;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-break: strict; /* 禁則処理を厳格に適用 */
  line-height: 1;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  overflow-x: hidden;
}
body#onlord {
  visibility: hidden;
}

img {
  height: auto;
  max-width: 100%;
}

#wrapper {
  margin: 0 auto;
  width: 100vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  #wrapper {
    width: 100%;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1.6rem;
  font-weight: 400;
}

:-moz-focusring {
  outline: 4px solid #2174c2;
}

.slick-dots li button:focus-visible {
  outline: 4px solid #2174c2;
  outline-offset: 0;
  z-index: 99;
}

@media all and (-ms-high-contrast: none) {
  :focus {
    outline: 4px solid #2174c2;
  }
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/NotoSansJP-VariableFont_wght.ttf") format("TrueType");
}
@font-face {
  font-family: "Avenir-Black";
  src: url("../font/Avenir-Black.ttf") format("TrueType");
}
@font-face {
  font-family: "Avenir-Roman";
  src: url("../font/Avenir-Roman.ttf") format("TrueType");
}
@font-face {
  font-family: "Avenir-Medium";
  src: url("../font/Avenir-Medium.ttf") format("TrueType");
}
#goog-gt-tt {
  display: none !important;
}

.goog-te-banner-frame {
  display: none !important;
}

.goog-te-menu-value:hover {
  text-decoration: none !important;
}

.pagetop_btn {
  bottom: 80px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: fixed;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  right: 12px;
  width: 80px;
  visibility: hidden;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .pagetop_btn {
    bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .pagetop_btn {
    bottom: 100px;
    height: 100px;
    width: 100px;
  }
  .pagetop_btn:hover .pagetop .pagetop-text {
    background: var(--bgcolor1);
    border-color: var(--bgcolor2);
    color: var(--fontcolor2);
  }
  .pagetop_btn:hover .pagetop .pagetop-text .arrow {
    border-top-color: var(--bgcolor2);
    border-right-color: var(--bgcolor2);
  }
}
.pagetop_btn.hide {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  pointer-events: none;
}
.pagetop_btn:not(.hide) {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 1024px) {
  .pagetop_btn:hover .pagetop {
    color: var(--fontcolor0);
  }
}
@media screen and (min-width: 1024px) {
  .pagetop_btn:hover .pagetop svg {
    fill: var(--fontcolor0);
  }
}
.pagetop_btn .pagetop {
  display: block;
  height: 100%;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  width: 100%;
}
.pagetop_btn .pagetop span {
  display: block;
}
.pagetop_btn .pagetop .icon-kaeru {
  position: absolute;
  text-align: center;
  top: 5px;
  width: 100%;
  z-index: 1;
}
.pagetop_btn .pagetop .icon-kaeru img {
  width: 85%;
}
@media screen and (min-width: 1024px) {
  .pagetop_btn .pagetop .icon-kaeru {
    top: 10px;
  }
}
.pagetop_btn .pagetop .pagetop-text {
  background: var(--bgcolor2);
  border-radius: 50%;
  color: var(--fontcolor1);
  display: block;
  height: 80px;
  font-family: "Avenir-Black";
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 0.1rem;
  line-height: 1;
  margin-top: 45px;
  padding-top: 25px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .pagetop_btn .pagetop .pagetop-text {
    font-size: 2rem;
    height: 100px;
    margin-top: 60px;
    padding-top: 30px;
  }
}
.pagetop_btn .pagetop .pagetop-text .arrow {
  bottom: 5px;
  border-top: 2px solid var(--bgcolor1);
  border-right: 2px solid var(--bgcolor1);
  height: 12px;
  position: absolute;
  left: 50%;
  width: 12px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (min-width: 1024px) {
  .pagetop_btn .pagetop .pagetop-text .arrow {
    border-top-width: 3px;
    border-right-width: 3px;
    height: 16px;
    width: 16px;
  }
}

.header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding: 0 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.header.is-scrolled {
  background-color: hsla(0, 0%, 100%, 0.8);
  backdrop-filter: blur(8px);
}
.header .logo {
  width: 160px;
}
@media screen and (min-width: 1024px) {
  .header {
    display: grid;
    gap: 0 min(3vw, 50px);
    grid-template-columns: 218px 1fr;
    padding: 10px;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: transparent; /* 最初は透明 */
    -webkit-transition: background-color 0.3s, -webkit-box-shadow 0.3s;
    transition: background-color 0.3s, -webkit-box-shadow 0.3s;
    transition: background-color 0.3s, box-shadow 0.3s;
    transition: background-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s; /* ふわっと変化させる */
    z-index: 10;
  }
  .header .logo {
    width: 218px;
  }
}

.download-file {
  display: none;
}
@media screen and (min-width: 1024px) {
  .download-file {
    background: #38bbce;
    border-radius: 10px 0 0 10px;
    display: block;
    font-weight: 400;
    height: 160px;
    position: fixed;
    right: 0;
    top: 140px;
    -ms-writing-mode: tb-rl; /* IE用 */
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl; /* 右から左へ流れる縦書き */
    width: 53px;
    z-index: 10;
  }
  .download-file a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    width: 100%;
  }
}

.menu-ctr {
  margin: 0 0 0 auto;
  z-index: 100;
}
@media screen and (min-width: 1024px) {
  .menu-ctr {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0;
    padding: 0 20px 0 0;
    position: relative;
  }
}

.menu-btn {
  height: 4rem;
  margin-right: 20px;
  position: fixed;
  right: 0;
  width: 6rem;
  top: 22px;
  z-index: 1;
}
.menu-btn .btn-bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* ボタンのサイズに合わせる */
  border-radius: 20px;
  background-color: var(--bgcolor2); /* 初期色 */
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; /* ここで滑らかに動かす */
  z-index: -1;
}
.menu-btn.is-open .btn-bg-layer {
  background-color: var(--bgcolor1);
}
@media screen and (min-width: 1024px) {
  .menu-btn {
    display: none;
  }
}
.menu-btn .mobile-btn,
.menu-btn .more-vertical-solid {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-btn .mobile-btn {
  position: absolute;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
}
.menu-btn .mobile-btn.open {
  color: var(--fontcolor1);
}
.menu-btn .mobile-btn.open .btn-text.open {
  display: block !important;
}
.menu-btn .mobile-btn.open .btn-text.close {
  display: none !important;
}
.menu-btn .mobile-btn.close {
  color: var(--fontcolor2);
  opacity: 0;
  visibility: hidden;
}
.menu-btn .mobile-btn.close-enter .more-vertical-solid {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
  border-radius: 4px;
}
.menu-btn .mobile-btn.close-enter .more-vertical-solid:nth-of-type(1) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-25deg);
          transform: translate(-50%, -50%) rotate(-25deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.menu-btn .mobile-btn.close-enter .more-vertical-solid:nth-of-type(2) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(25deg);
          transform: translate(-50%, -50%) rotate(25deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.menu-btn .mobile-btn.close-enter .btn-text.open {
  display: none !important;
}
.menu-btn .mobile-btn.close-enter .btn-text.close {
  display: block !important;
}
.menu-btn .mobile-btn.close-exit .more-vertical-solid {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
.menu-btn .more-vertical-solid {
  height: 50px;
  position: absolute;
  width: 50px;
}
.menu-btn .more-vertical-solid.icon {
  text-indent: unset;
  padding: 0;
  position: absolute;
  width: 24px;
  height: 2px;
  border-radius: 3px;
  border: solid 1px currentColor;
  background-color: currentColor;
}
.menu-btn .more-vertical-solid.icon:nth-of-type(1) {
  top: calc(50% - 5px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
}
.menu-btn .more-vertical-solid.icon:nth-of-type(2) {
  top: calc(50% + 4px);
  left: 50%;
  -webkit-transform: translate(-50%, -51%);
          transform: translate(-50%, -51%);
  content: "";
}

.slide {
  background: var(--bgcolor2);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0 20px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  overflow-y: auto;
  visibility: hidden;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .slide {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
    opacity: 1;
    padding: 0;
    pointer-events: auto;
    position: static;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
}
.slide .site-name {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 85px;
  margin-left: 0;
  position: absolute;
  top: 0;
  width: 160px;
}
.slide .site-name a {
  color: var(--fontcolor1);
}
@media screen and (min-width: 1024px) {
  .slide .site-name {
    display: none;
  }
}
.slide .menu-mobile {
  font-size: clamp(1.4rem, 4vw, 1.6rem);
  font-weight: 400;
  margin-top: max(70px, 15vw);
}
@media screen and (min-width: 768px) {
  .slide .menu-mobile .nav-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.slide .menu-mobile .nav-item {
  border-bottom: 1px solid var(--bgcolor1);
  height: min(60px, 13vw);
}
@media screen and (min-width: 768px) {
  .slide .menu-mobile .nav-item {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .slide .menu-mobile .nav-item {
    border-bottom: none;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-bottom: 0;
  }
  .slide .menu-mobile .nav-item.area, .slide .menu-mobile .nav-item.ns {
    display: none;
  }
}
.slide .menu-mobile .nav-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/arrow_w.svg) no-repeat right 10px center/5px;
  color: var(--fontcolor1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0 10px;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .slide .menu-mobile .nav-link {
    background: none;
    color: var(--fontcolor0);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
  .slide .menu-mobile .nav-link::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background: var(--bgcolor2);
    border-radius: 2px;
    bottom: 10px;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  .slide .menu-mobile .nav-link:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.slide .menu-mobile .contact-menu .btn-s {
  border-bottom: 1px solid var(--bgcolor1);
  height: min(60px, 13vw);
}
.slide .menu-mobile .contact-menu .btn-s a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/arrow_w.svg) no-repeat right 10px center/5px;
  color: var(--fontcolor1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0 10px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .slide .menu-mobile .contact-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .slide .menu-mobile .contact-menu::after {
    content: "";
    width: 30%;
  }
  .slide .menu-mobile .contact-menu .btn-s {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}
@media screen and (min-width: 1024px) {
  .slide .menu-mobile .contact-menu {
    display: inline-block;
  }
  .slide .menu-mobile .contact-menu::after {
    content: none;
  }
  .slide .menu-mobile .contact-menu .btn-s {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.slide .menu-mobile .sns-area {
  margin: min(40px, 5vw) 0 20px;
}
.slide .menu-mobile .sns-area ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
}
.slide .menu-mobile .sns-area a {
  color: var(--fontcolor1);
}
@media screen and (min-width: 768px) {
  .slide .menu-mobile .sns-area {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .slide .menu-mobile {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    margin-top: 0;
  }
  .slide .menu-mobile .nav-container {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .slide .menu-mobile .nav-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .slide .menu-mobile .contact-menu {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: min(1vw, 50px);
  }
  .slide .menu-mobile .contact-menu .btn-s {
    border-radius: 25px;
    border-bottom: none;
    display: inline-block;
    height: 50px;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    width: clamp(100px, 10.5vw, 120px);
  }
  .slide .menu-mobile .contact-menu .btn-s a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    text-decoration: none;
  }
  .slide .menu-mobile .contact-menu .btn-s.reservMethod {
    background: #fff;
    border: 2px solid #41a621;
    margin-right: 10px;
  }
  .slide .menu-mobile .contact-menu .btn-s.reservMethod a {
    color: #41a621;
  }
  .slide .menu-mobile .contact-menu .btn-s.reservMethod:hover {
    background: var(--bgcolor2);
  }
  .slide .menu-mobile .contact-menu .btn-s.reservMethod:hover a {
    color: var(--fontcolor1);
  }
  .slide .menu-mobile .contact-menu .btn-s.inquiry {
    background: #f3831c;
    border: 2px solid #f3831c;
  }
  .slide .menu-mobile .contact-menu .btn-s.inquiry a {
    color: #fff;
  }
  .slide .menu-mobile .contact-menu .btn-s.inquiry:hover {
    background: #fff;
  }
  .slide .menu-mobile .contact-menu .btn-s.inquiry:hover a {
    color: #f3831c;
  }
  .slide .menu-mobile .sns-area {
    display: none;
  }
}
.slide .download-file.mobile {
  background: #fff;
  border-radius: 10px;
  display: block;
  font-weight: 600;
  height: min(60px, 13vw);
  margin: 20px auto 0;
  width: 80%;
}
.slide .download-file.mobile a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--fontcolor2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .slide .download-file.mobile {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .slide .download-file.mobile {
    display: none;
  }
}

#hmb-menu {
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
#hmb-menu.open .close {
  opacity: 1;
  visibility: visible;
}
#hmb-menu.open .slide {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: visible;
  right: 0;
}

.footer-ctr {
  padding: 60px 0 80px;
}
.footer-ctr .footer-cont {
  margin: 0 auto;
  width: 90%;
}
.footer-ctr .footer-cont h2 {
  text-align: center;
}
.footer-ctr .footer-nav {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 40px 0 0;
  max-width: 400px;
}
.footer-ctr .footer-nav ul li {
  margin-bottom: 30px;
}
.footer-ctr .footer-nav a {
  background: url(../img/footer_arrow.svg) no-repeat left center/5px;
  color: #000;
  padding-left: 0.75em;
  text-decoration: none;
}
.footer-ctr .address-area {
  font-size: 1.3rem;
  margin-top: 40px;
}
.footer-ctr .address-area dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}
.footer-ctr .address-area dt, .footer-ctr .address-area dd {
  font-weight: 500;
}
.footer-ctr .address-area dd {
  margin-right: 1em;
}
.footer-ctr .contact-btn-area {
  margin-top: 30px;
  width: 100%;
}
.footer-ctr .contact-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 auto;
  max-width: 340px;
  height: 100px;
  width: 100%;
}
.footer-ctr .contact-btn a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--bgcolor2);
  border-radius: 15px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  width: 100%;
}
.footer-ctr .contact-btn .contact-figtree {
  font-family: "Avenir-Black", sans-serif;
  font-size: 3rem;
  margin-bottom: 5px;
}
.footer-ctr .footer-nav,
.footer-ctr .sns-area {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.footer-ctr .copyright {
  font-size: 1.2rem;
  text-align: center;
}
.footer-ctr .sns-area {
  font-size: 1.4rem;
  font-weight: 400;
  margin: 40px 0 50px;
}
.footer-ctr .sns-area ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 35px;
}
.footer-ctr .sns-area a {
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .footer-ctr {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-ctr {
    padding: 60px 0 20px;
  }
  .footer-ctr .footer-cont {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    display: grid;
    gap: 65px min(7vw, 100px);
    grid-template-columns: 300px 1fr;
    max-width: 1000px;
  }
  .footer-ctr h2 {
    grid-row: 1/2;
  }
  .footer-ctr .contact-btn-area {
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 40px;
    grid-row: 1/2;
  }
  .footer-ctr .contact-btn {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .footer-ctr .footer-nav,
  .footer-ctr .sns-area {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .footer-ctr .footer-nav {
    align-self: center;
    font-size: 1.4rem;
    font-weight: 400;
    grid-row: 1/2;
    margin-top: 0;
    width: 100%;
  }
  .footer-ctr .footer-nav ul {
    display: grid;
    gap: 20px min(1vw, 90px);
    grid-auto-flow: column;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    grid-template-rows: repeat(3, 20px);
  }
  .footer-ctr .footer-nav li {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .footer-ctr .footer-nav a {
    background: url(../img/footer_arrow.svg) no-repeat left center/5px;
    color: #000;
    padding-left: 0.75em;
    text-decoration: none;
  }
  .footer-ctr .address-area {
    margin-top: 20px;
  }
  .footer-ctr .address-area dt, .footer-ctr .address-area dd {
    font-weight: 400;
  }
  .footer-ctr .sns-area {
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0;
  }
  .footer-ctr .sns-area ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-ctr .sns-area a {
    color: #000;
    text-decoration: none;
  }
  .footer-ctr .copyright {
    font-size: 1.2rem;
    margin-right: 40px;
    text-align: right;
  }
}

.mobile-access {
  bottom: 10px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 100;
}
.mobile-access li {
  border-radius: 25px;
  display: inline-block;
  height: 50px;
  margin: 0 5px;
  max-width: 250px;
  overflow: hidden;
  text-align: center;
  width: 45%;
}
.mobile-access a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f3831c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
}
.mobile-access img {
  height: 32px;
  width: 32px;
}
@media screen and (min-width: 768px) {
  .mobile-access {
    display: none;
  }
}/*# sourceMappingURL=common.css.map */