/* 下層ページに */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2.5641025641vw;
}
@media (min-width: 390px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.8865248227vw;
  }
}
@media (min-width: 1128px) {
  html {
    font-size: 62.5%;
  }
}
html.is-active {
  overflow: hidden;
}
body.is-active {
  overflow: hidden;
}

/* header */

.l-header {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.5;
  font-weight: 500;
  font-size: 2rem;
  color: #444444;

  background-color: #fff;
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin: auto;
  padding: 1.5rem 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (min-width: 768px) {
  .l-header {
    position: static;
    padding: 1rem 0 2.8rem;
    margin-inline: initial;
  }
}
.l-header a:hover {
  text-decoration: none !important;
}

.l-header__inner {
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    padding: 0 1.2rem !important;
  }
}

.l-header__top {
  display: none;
  padding: 0 1.2rem !important;
}
@media screen and (min-width: 768px) {
  .l-header__top {
    padding: 0;
    display: block;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-size: 1.5rem;
  }
}

.l-header__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1.2rem !important;
}
@media screen and (min-width: 768px) {
  .l-header__middle {
    padding: 0;
    margin-top: 0.6rem;
  }
}

.l-header__spDesc {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .l-header__spDesc {
    display: none;
  }
}

.l-header__logo {
  margin-top: 0.2rem;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    margin-top: 0;
  }
}

.l-header__logoLink img {
  width: 21rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .l-header__logoLink img {
    width: 26.2rem;
  }
}

.l-header__info {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 2.4rem;
       -moz-column-gap: 2.4rem;
            column-gap: 2.4rem;
  }
}

.l-header__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3.2rem;
     -moz-column-gap: 3.2rem;
          column-gap: 3.2rem;
}

.l-header__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  font-size: 3.5rem;
  font-weight: 600;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.l-header__tel::before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 3.1rem;
  margin-block: auto;
  background-image: url(../../img/front/icon_tel.png);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.l-header__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  line-height: 1.4;
  font-size: 1.5rem;
}

.l-header__timeText {
  text-align: center;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

.l-header__reserve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
}

.l-header__btn {
  width: 11.5rem;
  height: 5rem;
  border-radius: 0.5rem;
  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;
  font-size: 1.8rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-header__btn:first-of-type {
  color: #fff;
  background-color: #594d4a;
}
.l-header__btn:last-of-type {
  color: #594d4a;
  background-color: #ebe3d5;
}
.l-header__btn:hover {
  opacity: 0.7;
}

.l-header__spBoxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .l-header__spBoxes {
    display: none;
  }
}

.l-header__telBox {
  width: 4.5rem;
  height: 4.5rem;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  row-gap: 0.5rem;
}
.l-header__telBox img {
  width: 1.8rem;
  height: 2.35rem;
}
.l-header__telBox .l-header__telBoxText {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.06em;
}

.l-header__bottom {
  display: none;
  background-color: #fff;
  height: calc(100dvh - 8.55rem);
  overflow: scroll;
  z-index: 10;
  padding: 2.5rem 1.2rem 10rem !important;
}
@media screen and (min-width: 768px) {
  .l-header__bottom {
    overflow: visible;
    padding: 0 !important;
    display: block;
    height: auto;
    height: initial;
    margin-top: 2.4rem;
    background-color: transparent;
  }
}

.l-header__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-header__list {
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }
}

.l-header__itemLink {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 5.7rem;
  padding: 0 2.4rem 0 1.8rem;
  font-size: 1.8rem;
  border-bottom: 0.1rem solid #000;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (min-width: 768px) {
  .l-header__itemLink {
    display: block;
    height: auto;
    height: initial;
    padding: 0;
    padding: initial;
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  .l-header__itemLink::before {
    content: "";
    z-index: 9999;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.3rem;
    width: 100%;
    margin-inline: auto;
    height: 0.2rem;
    background: #594d4a;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .l-header__itemLink:hover::before {
    visibility: visible;
    opacity: 1;
  }
}
.l-header__itemLink::after {
  content: "";
  display: inline-block;
  width: 0.88rem;
  height: 1.52rem;
  background-image: url(../../img/front/icon_arrow_corner.png);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .l-header__itemLink::after {
    display: none;
  }
}

.l-header__navTime {
  margin-top: 3.6rem;
  padding: 0 1.3rem;
}
.l-header__navTime img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-header__navTime {
    display: none;
  }
}


.c-hamburger {
  width: 4.5rem;
  height: 4.5rem;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  cursor: pointer;
}

.c-hamburger__text {
  color: #444444;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-hamburger__text._menu {
  display: block;
}
.c-hamburger__text._menu.is-active {
  display: none;
}
.c-hamburger__text._close {
  display: none;
}
.c-hamburger__text._close.is-active {
  display: block;
}

.c-hamburger__lines {
  width: 3rem;
  height: 1.3rem;
  position: relative;
}
.c-hamburger__lines span {
  position: absolute;
  display: block;
  width: 100%;
  height: 0.15rem;
  background-color: #444444;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-hamburger__lines span:first-child {
  top: 0;
}
.c-hamburger__lines span:last-child {
  bottom: 0;
}
.c-hamburger__lines.is-active span {
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-hamburger__lines.is-active span:first-child {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.c-hamburger__lines.is-active span:last-child {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}


/* --------footer--------- */
.l-footer {
  background-color: #f9f9ee;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  font-weight: 500;
  font-size: 2rem;
  color: #444444;

  background-color: #f9f9ee;
  font-family: "Noto Sans JP", sans-serif;
}

.l-footer__main {
  padding: 3.2rem 0 3.6rem;
  border-top: 0.05rem solid #d4d4cb;
  border-bottom: 0.05rem solid #d4d4cb;
}
@media screen and (min-width: 768px) {
  .l-footer__main {
    padding: 8rem 0 2.2rem;
    border-top: 0.1rem solid #d4d4cb;
    border-bottom: 0.1rem solid #d4d4cb;
  }
}

.l-footer__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;
  row-gap: 3rem;
}

.l-footer__column {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .l-footer__column {
    width: auto;
    width: initial;
  }
  .l-footer__column a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-footer__column a:hover {
    opacity: 1;
    color: #7c6762;
  }
}

.l-footer__box:not(:first-of-type) {
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .l-footer__box:not(:first-of-type) {
    margin-top: 3.6rem;
  }
}

.l-footer__title {
  text-align: left;
  width: 15rem;
  font-size: 0.9rem;
  font-weight: 700;
  padding-bottom: 0.3rem;
  border-bottom: 0.05rem solid #d4d4cb;
}
@media screen and (min-width: 768px) {
  .l-footer__title {
    width: 21rem;
    font-size: 1.8rem;
    padding-bottom: 0.6rem;
    border-bottom: 0.1rem solid #d4d4cb;
  }
}

.l-footer__subbox {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .l-footer__subbox {
    margin-top: 1.5rem;
  }
}
.l-footer__subbox + .l-footer__subbox {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .l-footer__subbox + .l-footer__subbox {
    margin-top: 2rem;
  }
}

.l-footer__subtitle {
  text-align: left;
  font-size: 0.9rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-footer__subtitle {
    font-size: 1.8rem;
  }
}

.l-footer__sublist {
  margin-top: 0.75rem;
  padding-left: 0.75rem;
}
@media screen and (min-width: 768px) {
  .l-footer__sublist {
    margin-top: 1.5rem;
    padding-left: 1.5rem;
  }
}

.l-footer__subitem {
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
}
@media screen and (min-width: 768px) {
  .l-footer__subitem {
    font-size: 1.5rem;
    -webkit-column-gap: 0.8rem;
       -moz-column-gap: 0.8rem;
            column-gap: 0.8rem;
  }
}
.l-footer__subitem:not(:first-of-type) {
  margin-top: 0.6rem;
}
@media screen and (min-width: 768px) {
  .l-footer__subitem:not(:first-of-type) {
    margin-top: 1.3rem;
  }
}
.l-footer__subitem::before {
  content: "–";
  width: auto;
  height: 1lh;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .l-footer__subitem::before {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  ._other .l-footer__subitem {
    margin-right: -2rem;
  }
}

.l-footer__otherTitle {
  text-align: left;
  font-size: 0.9rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-footer__otherTitle {
    font-size: 1.8rem;
  }
}
.l-footer__otherTitle:not(:first-of-type) {
  margin-top: 0.6rem;
}
@media screen and (min-width: 768px) {
  .l-footer__otherTitle:not(:first-of-type) {
    margin-top: 1.3rem;
  }
}

.l-footer__banner {
  margin-top: 4.25rem;
}
@media screen and (min-width: 768px) {
  .l-footer__banner {
    margin-top: 8.5rem;
  }
}

.l-footer__bannerLink {
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-footer__bannerLink img {
  width: 21.6rem;
}
@media screen and (min-width: 768px) {
  .l-footer__bannerLink img {
    width: 32.5rem;
  }
}
.l-footer__bannerLink:hover {
  opacity: 0.6;
}

.l-footer__instaLink {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .l-footer__instaLink {
    margin-top: 4.5rem;
    -webkit-column-gap: 2.2rem;
       -moz-column-gap: 2.2rem;
            column-gap: 2.2rem;
  }
  .l-footer__instaLink:hover {
    opacity: 0.6;
  }
}

.l-footer__instaText {
  font-size: 1.1rem;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .l-footer__instaText {
    font-size: 2.2rem;
  }
}

.l-footer__instaIcon {
  width: 2.1rem;
  height: 2.1rem;
}
@media screen and (min-width: 768px) {
  .l-footer__instaIcon {
    width: 4.2rem;
    height: 4.2rem;
  }
}

.l-footer__copy {
  padding: 4rem 0 8rem;
  font-size: 0.7rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__copy {
    padding: 4rem 0;
    font-size: 1.4rem;
  }
}

.l-footer__fixed {
  display: none;
  position: fixed;
  z-index: 100;
  display: none;
  right: 2.75rem;
  bottom: 1.75rem;
}
@media screen and (min-width: 768px) {
  .l-footer__fixed {
    right: 2.2rem;
    bottom: 2.2rem;
  }
}

.l-footer__fixedLink {
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #594d4a;
  padding: 0.8rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__fixedLink {
    padding: 1.7rem;
    width: 6rem;
    height: 6rem;
  }
}
.l-footer__fixedLink img {
  display: block;
  height: 1.2rem;
  width: auto;
  margin-inline: auto;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (min-width: 768px) {
  .l-footer__fixedLink img {
    height: 2.4rem;
  }
}

.l-footer__spFixed {
  z-index: 9999;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-footer__spFixed {
    display: none;
  }
}

.l-footer__spFixedFlex {
  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;
}

.l-footer__spFixedLink {
  width: 50%;
  height: 5rem;
  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-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.l-footer__spFixedLink:first-of-type {
  background-color: #594d4a;
}
.l-footer__spFixedLink:last-of-type {
  background-color: #ebe3d5;
}

.l-footer__spFixedIcon {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background-color: #fff;
  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;
}
.l-footer__spFixedLink:first-of-type .l-footer__spFixedIcon img {
  width: 1.75rem;
}
.l-footer__spFixedLink:last-of-type .l-footer__spFixedIcon img {
  width: 1.5rem;
}

.l-footer__spFixedText {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.l-footer__spFixedLink:first-of-type .l-footer__spFixedText {
  color: #fff;
}
.l-footer__spFixedLink:last-of-type .l-footer__spFixedText {
  width: #594d4a;
}

.l-min-inner {
  max-width: 102rem;
  padding: 0 3rem;
  margin-inline: auto;
}

.l-inner {
  max-width: 114rem;
  padding: 0 3rem;
  margin-inline: auto;
}

.l-max-inner {
  max-width: 126rem;
  padding: 0 3rem;
  margin-inline: auto;
}

.c-btn {
  position: relative;
  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;
  width: 26.75rem;
  height: 4.75rem;
  background-color: transparent;
  border: 0.1rem solid #594d4a;
  border-radius: 4rem;
  font-weight: 500;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #594d4a;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .c-btn {
    width: 38.2rem;
    height: 6.8rem;
    font-size: 2rem;
    border: 0.1rem solid #594d4a;
  }
}
.c-btn:after {
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 0;
  bottom: 0;
  margin-block: auto;
  display: inline-block;
  width: 1.65rem;
  height: 1rem;
  background-image: url(../../img/front/icon_arrow.png);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .c-btn:after {
    right: 1.8rem;
    width: 2.4rem;
    height: 1.4rem;
  }
}
.c-btn:hover {
  opacity: 0.8;
  text-decoration: none;
}
.c-btn__text {
  position: relative;
  display: block;
}

.secMtimeBtn a {
  margin-inline: auto;
}
