@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*======================================
セッティング
======================================*/
.sp {
  display: none;
}
@media screen and (max-width: 820px) {
  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 820px) {
  .pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .spNone {
    display: none !important;
  }
}

.tabOnly {
  display: none !important;
}
@media (min-width: 821px) and (max-width: 1023px) {
  .tabOnly {
    display: block !important;
  }
}

.pcNone {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .pcNone {
    display: none !important;
  }
}

@media (min-width: 767px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@-webkit-keyframes zoom-fade {
  0% {
    /*transform: scale(1.05);*/
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    /*transform: scale(1);*/
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes zoom-fade {
  0% {
    /*transform: scale(1.05);*/
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    /*transform: scale(1);*/
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
html {
  scroll-behavior: smooth;
  height: -webkit-fill-available;
  font-size: 62.5%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

body {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #fff;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  /* background-image: url(../img/main_bg.jpg);
  background-repeat: repeat;
  background-size: 100%; */
  background-color: #000;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

body.fixed {
  position: fixed;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.5;
}

p {
  line-height: 2;
  letter-spacing: 0.1em;
}

.l-inner {
  max-width: 122rem;
  width: 100%;
  margin: 0 auto;
  padding-left: clamp(2rem, 4.39238653vw, 6rem);
  padding-right: clamp(2rem, 4.39238653vw, 6rem);
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.l-wrapper {
  overflow: hidden;
}

/*======================================
　共通ボタン
======================================*/
.c-btn {
  max-width: 24.5rem;
}
.c-btn.c-btn--type2 {
  max-width: 29.7rem;
}
.c-btn a {
  display: block;
  width: 100%;
}
@media screen and (max-width: 820px) {
    .c-btn {
        width: 20rem;
    }
    .c-btn.c-btn--type2 {
      width: 23rem;
    }
}

/*======================================
　アニメーション : fade
======================================*/
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeUp {
  -webkit-animation: fadeUp 0.5s ease;
  animation: fadeUp 0.5s ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fade {
  opacity: 0;
  -webkit-transform: translateY(2rem);
  transform: translateY(2rem);
}

.delay-1 {
  animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
}

.delay-2 {
  animation-delay: 0.35s;
  -moz-animation-delay: 0.35s;
  -webkit-animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
}

.delay-3 {
  animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
}

.delay-4 {
  animation-delay: 0.65s;
  -moz-animation-delay: 0.65s;
  -webkit-animation-delay: 0.65s;
  -o-animation-delay: 0.65s;
}

.delay-5 {
  animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
}

/*======================================
フッター
======================================*/
footer {
  background-image: url(../img/back-footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
  z-index: 1;
}

.footer_inner {
  padding-top: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 3rem;
}

footer .wrap {
  margin-bottom: 3.5rem;
}

/* logo */
footer .logo {
  width: clamp(20rem, 30.7272727273vw, 33.8rem);
  margin: 0 auto 2.7rem;
}

/* nav */
footer nav {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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;
  gap: clamp(2rem, 5.9090909091vw, 6.5rem);
  margin-bottom: 6.2rem;
}

footer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(2rem, 4.0909090909vw, 4.5rem);
}

footer nav ul a {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(1.5rem, 1.4545454545vw, 1.6rem);
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}


footer nav ul li {
  white-space: nowrap;
  text-align: center;
}

footer nav ul li > a {
  display: inline-block;
  position: relative;
  color: #fff;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: clamp(1.6rem, 1.3111111111vw, 1.8rem);
  font-weight: 400;
  line-height: 1.3;
}
footer nav ul li > a span {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.2rem, 0.9111111111vw, 1.3rem);
}


footer nav .iconBox .icon {
  display: block;
  width: 2.8rem;
}

footer small {
  display: block;
  text-align: center;
  font-size: clamp(1.3rem, 1.4545454545vw, 1.6rem);
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2em;
}

.footer__tel {
    text-align: center;
}
.footer__tel_text {
    font-weight: 300;
}
.footer__tel > a {
    display: inline-block;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 1rem 0;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}
.footer__tel > a img {
    width: 1.7rem;
    margin-right: 1rem;
    vertical-align: -0.2rem;
}
.footer__tel_insta {
    width: 2.1rem;
    margin: 0 auto;
}

@media screen and (max-width: 820px) {
    .footer_inner {
        padding-bottom: 10rem;
    }
  footer .l-inner {
    padding-bottom: 10rem;
  }
  footer .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: 0;
  }
  footer .btnPagetop {
    right: 1rem;
  }
  footer .logo {
    width: 25rem;
    padding-top: 0;
  }
  /* nav */
  footer nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
  }
  footer nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
  }
  footer nav ul li {
    text-align: center;
  }
  footer nav ul li:not(:last-child) {
    margin-right: 0;
  }

    .footer__tel > a {
        font-size: 2rem;
    }
    .footer__tel > a img {
        width: 1.4rem;
    }
    .footer__tel_insta {
        width: 2rem;
    }
  
}
/*======================================
　ヘッダー
======================================*/
header {
  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;
  gap: clamp(1rem, 2.7272727273vw, 3rem);
  padding: 1.5rem clamp(1rem, 6.1944444444vw, 9rem) 2.5rem clamp(2rem, 4.1666666667vw, 6rem);
  position: absolute;
  z-index: 10;
  width: 100%;
}

header h1 {
  width: clamp(20rem, 24vw, 31.8rem);
  line-height: 1;
}

header .gnav {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(2rem, 4.5138888889vw, 6.5rem);
}

header .gnav .iconBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(2rem, 2.0833333333vw, 3rem);
}

header .gnav .icon {
  display: block;
  width: clamp(2rem, 2.0833333333vw, 3rem);
}

@media screen and (max-width: 820px) {
  header {
    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;
    height: 6rem;
    padding: 0;
  }
  header h1 {
    width: 16rem;
  }
}
/*======================================
　nav
======================================*/
ul.gnav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(2rem, 3.125vw, 4.5rem);
}

ul.gnav-menu > li {
  white-space: nowrap;
  text-align: left;
}

ul.gnav-menu > li > a {
  display: inline-block;
  position: relative;
  color: #fff;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: clamp(1.6rem, 1.3111111111vw, 1.8rem);
  font-weight: 400;
  line-height: 1.3;
}
ul.gnav-menu > li > a span {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.2rem, 0.9111111111vw, 1.3rem);
}

ul.gnav-menu .fa-brands {
  font-size: clamp(2.5rem, 2.4305555556vw, 3.5rem);
  color: #1da8c1;
}

/*======================================
　hamburger
======================================*/
.gnav-sp {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  background-color: #000;
}

.gnav-sp .wrap {
  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;
  height: 100%;
}

.gnav-sp-menu li {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 400;
  line-height: 1.4;
}

.gnav-sp-menu li span {
  display: block;
  font-weight: normal;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  font-size: 1.2rem;
}

.gnav-sp-menu li a {
  display: block;
  padding: 1.2rem 0;
  white-space: nowrap;
  letter-spacing: 2px;
  color: #fff;
}

.gnav-sp-menu li .fa-brands {
  font-size: 3.5rem;
}

.gnav-sp .iconBox {
  margin-top: 3rem;
  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;
  gap: 2rem;
}

.gnav-sp .iconBox .icon {
  display: block;
  width: 3rem;
}

/* toggle */
.toggle-btn {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 6rem;
  height: 6rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100000;
  background-color: #000;
}

.toggle-btn span {
  display: block;
  position: absolute;
  left: 2rem;
  width: 2rem;
  height: 0.2rem;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.toggle-btn span:nth-child(1) {
  top: 1.9rem;
}

.toggle-btn span:nth-child(2) {
  top: 2.7rem;
}

.toggle-btn span:nth-child(3) {
  top: 3.5rem;
}

/* open */
.open .gnav-sp {
  top: 0;
  opacity: 1;
  z-index: 99999;
}

.open .toggle-btn span {
  background-color: #fff;
}

.open .toggle-btn span:nth-child(1) {
  -webkit-transform: translateY(0.8rem) rotate(-45deg);
  transform: translateY(0.8rem) rotate(-45deg);
}

.open .toggle-btn span:nth-child(2) {
  opacity: 0;
}

.open .toggle-btn span:nth-child(3) {
  -webkit-transform: translateY(-0.8rem) rotate(45deg);
  transform: translateY(-0.8rem) rotate(45deg);
}

.secHeading {
  width: 23.6rem;
}

/*======================================
　KV : 下層ページタイトル
======================================*/
.pageMv_inner {
  width: 100%;
  height: clamp(20rem, 34.7222222222vw, 50rem);
  background-image: url(../img/page_mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  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;
  position: relative;
  z-index: 1;
}
.pageMv_inner::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.pageMv h1 {
  font-size: clamp(3rem, 3.6603221083vw, 5rem);
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  z-index: 3;
}

/*============================
	hero
============================*/
.top-kv {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .top-kv {
    height: 60vh;
  }
}

.top-kv::before {
  content: "";
  width: 100%;
  height: 14rem;
  background-image: url(../img/header_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

.top-kv-slider > * {
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .top-kv-slider > * {
    height: 60vh;
  }
}

.top-kv-slider > *:nth-of-type(1) {
  background: url(../img/mv_photo01.jpg) no-repeat center/cover;
}

.top-kv-slider > *:nth-of-type(2) {
  background: url(../img/mv_photo02.jpg) no-repeat center/cover;
}

.top-kv-slider > *:nth-of-type(3) {
  background: url(../img/mv_photo03.jpg) no-repeat center/cover;
}

.scroll {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  position: absolute;
  left: 7rem;
  bottom: -2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  letter-spacing: 0.1em;
}

.scroll span {
  width: 0.14rem;
  height: 8rem;
  background: #fff;
  margin-top: 1rem;
  -webkit-animation: scroll infinite 1s;
  animation: scroll infinite 1s;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
@media (max-width: 767px) {
  .top-kv::before {
    height: 8rem;
  }
}
/*======================================
　こだわりページ
======================================*/
.pageSub .about_inner {
  padding: clamp(6rem, 8.3333333333vw, 12rem) 2rem 0;
  max-width: 102rem;
  margin: 0 auto;
}
.pageSub .about_inner--last {
  padding: clamp(6rem, 8.3333333333vw, 12rem) 2rem;
  max-width: 102rem;
  margin: 0 auto;
}

.pageSub .about h2 {
  font-size: clamp(2rem, 2.0833333333vw, 3rem);
  font-weight: 700;
  padding-bottom: 2rem;
  margin-bottom: clamp(3rem, 3.4722222222vw, 5rem);
  position: relative;
  line-height: 1.6;
}
.pageSub .about h2::before {
  content: "";
  width: clamp(10rem, 20.8333333333vw, 30rem);
  height: 0.3rem;
  background-color: #fff;
  position: absolute;
  bottom: -0.05rem;
  left: 0;
  z-index: 2;
}
.pageSub .about h2::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.pageSub .about_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(2rem, 3.4722222222vw, 5rem);
}
@media screen and (max-width: 767px) {
  .pageSub .about_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.pageSub .about_content .photo {
  width: clamp(30rem, 27.7777777778vw, 40rem);
}
@media screen and (max-width: 767px) {
  .pageSub .about_content .photo {
    width: 100%;
  }
}
.pageSub .about_content .detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/*======================================
店舗情報
======================================*/
.pageSub .information_inner {
  padding: clamp(5rem, 10.4166666667vw, 15rem) clamp(2rem, 2.7777777778vw, 4rem);
  max-width: 106rem;
  margin: 0 auto;
}
.pageSub .information_table {
  margin-bottom: 5rem;
}
.pageSub .information_table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .pageSub .information_table dl {
    padding: 1.5rem 1rem;
    gap: 1rem;
  }
}
.pageSub .information_table dl:not(:last-child) {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.pageSub .information_table dt, .pageSub .information_table dd, .pageSub .information_table a {
  line-height: 1.5;
  color: #fff;
}
.pageSub .information_table dt {
  width: 30%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .pageSub .information_table dt {
    width: 100%;
  }
}
.pageSub .information_table dd {
  width: 70%;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .pageSub .information_table dd {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pageSub .information_table a {
    text-decoration: underline;
  }
}
.pageSub .information_map {
  height: 50rem;
}
@media screen and (max-width: 767px) {
  .pageSub .information_map {
    height: 25rem;
  }
}
.pageSub .information_map iframe {
  width: 100%;
  height: 100%;
}

/*======================================
ギャラリー
======================================*/
.pageSub .galleryBox_inner {
  max-width: 100rem;
  padding: clamp(5rem, 10.4166666667vw, 15rem) 2rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pageSub .galleryBox_inner {
    width: 100%;
  }
}
.pageSub .galleryBox_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: clamp(1rem, 1.3888888889vw, 2rem);
}
.pageSub .galleryBox_item {
  list-style-type: none;
}
.pageSub .galleryBox_item img {
  width: clamp(8rem, 12.1527777778vw, 17.5rem);
  height: clamp(8rem, 12.1527777778vw, 17.5rem);
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .pageSub .galleryBox_item img {
    width: clamp(10rem, 19.556714472vw, 15rem);
    height: clamp(10rem, 19.556714472vw, 15rem);
  }
}

/*======================================
商品一覧
======================================*/
.pageSub .menu_inner {
  padding: clamp(5rem, 8.3333333333vw, 12rem) 2rem;
  max-width: 102rem;
  margin: 0 auto;
}
.pageSub .menu_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: clamp(1rem, 1.3888888889vw, 2rem);
  margin-bottom: clamp(5rem, 6.9444444444vw, 10rem);
}
.pageSub .menu_category li {
  width: calc((100% - clamp(1rem, 1.3888888889vw, 2rem)) / 2);
  list-style-type: none;
}
.pageSub .menu_category a {
  display: block;
  width: 100%;
  padding: clamp(2rem, 2.0833333333vw, 3rem);
  font-size: clamp(1.8rem, 1.3888888889vw, 2rem);
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: bold;
  color: #000;
  text-align: center;
  background-color: #fff;
}
.pageSub .menu_category a.active {
  background-color: #000;
  color: #fff;
}
.pageSub .menu .rstdtl-menu-lst__heading {
  margin: 10rem 0 3rem;
}
.pageSub .menu .rstdtl-menu-lst__heading h4 {
  font-size: clamp(1.8rem, 1.3888888889vw, 2rem);
  font-weight: bold;
  padding-left: 1rem;
  border-left: solid 0.5rem #000;
}
.pageSub .menu .rstdtl-menu-lst__contents {
  padding: 1.5rem 0;
}
.pageSub .menu .rstdtl-menu-lst__contents:not(:last-child) {
  border-bottom: dotted 0.1rem #000;
}
.pageSub .menu .rstdtl-menu-lst__contents .rstdtl-menu-lst__info-inner {
  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;
  gap: clamp(2rem, 2.7777777778vw, 4rem);
}
.pageSub .menu .rstdtl-menu-lst__contents .rstdtl-menu-lst__menu-title,
.pageSub .menu .rstdtl-menu-lst__contents .rstdtl-menu-lst__price {
  font-size: clamp(1.6rem, 1.25vw, 1.8rem);
  color: #000;
}
.pageSub .menu .rstdtl-menu-lst__contents .rstdtl-menu-lst__menu-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.pageSub .menu .rstdtl-menu-lst__contents .rstdtl-menu-lst__price {
  width: auto;
}
.pageSub .menu .preparation {
  text-align: center;
  font-size: clamp(2.5rem, 4.1666666667vw, 6rem);
  font-weight: 700;
}




/*======================================
TOPページ
======================================*/
.pageTop .topAbout {
  background-image: url(../img/back-about.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.pageTop .topAbout_inner {
  padding-top: clamp(4rem, 9.1818181818vw, 10.3rem);
  padding-bottom: clamp(9rem, 14vw, 15rem);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 3rem;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .pageTop .topAbout_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
  }
}
.pageTop .topAbout_photo {
  width: clamp(26rem, 45.1818181818vw, 64rem);
  position: relative;
  margin-left: clamp(-8rem, -2vw, -8rem);
}
.pageTop .topAbout_photo::before {
    content: "";
    background: url(../img/deco-policy1.png) no-repeat center top / contain;
    width: clamp(12rem, 12vw, 17rem);
    height: clamp(12rem, 12vw, 17rem);
    position: absolute;
    bottom: -2rem;
    left: -1.6rem;
  }
@media screen and (max-width: 1300px) {
  .pageTop .topAbout_photo {
    margin-left: clamp(-4rem, -2vw, -8rem);
  }
}
@media screen and (max-width: 1100px) {
  .pageTop .topAbout_photo {
      width: clamp(26rem, 38.1818181818vw, 64rem);
  }
}
@media screen and (max-width: 820px) {
  .pageTop .topAbout_photo {
    margin-left: 0;
    width: 100%;
  }
  .pageTop .topAbout_photo::before {
      content: "";
      width: clamp(10rem, 15vw, 20rem);
      height: clamp(10rem, 15vw, 20rem);
    }
}
.pageTop .topAbout_detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: clamp(8rem, 12.0909090909vw, 13rem);
  position: relative;
  margin-right: 6rem;
}
@media screen and (max-width: 820px) {
  .pageTop .topAbout_detail {
    width: 100%;
    padding-top: clamp(8rem, 12.0909090909vw, 13rem);
  }
}
.pageTop .topAbout_detail h2 {
  position: absolute;
  top: -11rem;
  right: -15rem;
  width: 55rem;
}
@media screen and (max-width: 820px) {
  .pageTop .topAbout_detail h2 {
    top: -5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 25rem;
  }
}
@media screen and (max-width: 820px) {
  .pageTop .topAbout_detail h2 img {
    /* margin-left: 4rem; */
  }
}
.pageTop .topAbout_detail h3 {
  font-size: clamp(3.5rem, 3.9090909091vw, 4.2rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 2.0rem;
  text-align: right;
  line-height: 1.7;
}
.pageTop .topAbout_detail h3 span {
  font-size: 0.6em;
  display: block;
}
@media screen and (max-width: 820px) {
  .pageTop .topAbout_detail h3 {
    line-height: 1.6;
    text-align: center;
    font-size: 3rem;
  }
}
.pageTop .topAbout_detail .read {
  font-weight: 300;
  word-break: break-all;
  margin-bottom: clamp(1rem, 3.2727272727vw, 4rem);
}
@media screen and (max-width: 820px) {
  .pageTop .topAbout_detail .c-btn {
    margin: 0 auto;
  }
}
.pageTop .topAbout .decoraBox span {
  position: absolute;
  z-index: -1;
}
.pageTop .topAbout .decoraBox .decora01 {
  width: clamp(15rem, 30.4545454545vw, 33.5rem);
  bottom: 0;
  right: -1rem;
}

.pageTop .topAbout .c-btn {
  margin-left: auto;
}




/* .pageTop .secPhoto {
  height: clamp(20rem, 31.25vw, 45rem);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.pageTop .secPhoto_content {
  background-image: url(../img/secphoto.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position: top center;
  width: 100%;
  height: 100%;
} */





.pageTop .topMenu {
    padding-top: clamp(8rem, 13.1818181818vw, 14.3rem);
    padding-bottom: clamp(9rem, 14vw, 15rem);
    background: url(../img/back-menu.png) no-repeat center top / 100%;
    position: relative;
}
.pageTop .topMenu::before {
    content: "";
    border: 10px solid #fff;
    max-width: 1280px;
    height: 72.7%;
    position: absolute;
    top: clamp(300px, 43vw, 580px);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    opacity: 0.5;
}

/* .pageTop .topMenu_inner {
  padding-top: clamp(5rem, 7.7272727273vw, 8.5rem);
  padding-bottom: clamp(5rem, 10.4545454545vw, 11.5rem);
} */
.pageTop .topMenu .secHeading {
  width: 33rem;
  margin: 0 auto 1rem;
}
.pageTop .topMenu .secHeading_p {
    text-align: center;
    font-size: 3.1rem;
    letter-spacing: 5px;
    text-shadow: 0.3rem 0.3rem 1rem #000; 
    margin-bottom: 8rem;
}

.topMenu__box1 {
  border: 1px solid #363331;
  background-color: #2d2929;
  padding: 0.8rem;
  max-width: 107rem;
  margin: 0 auto 8.5rem;
}
.topMenu__box2 {
  background-color: #b2a199;
  padding: 6rem clamp(6rem, 12vw, 15rem) 8rem clamp(2rem, 4vw, 5rem);
  display: flex;
  justify-content: space-between;
}
.topMenu__box2 > div:nth-of-type(1) {
    flex-basis: 13%;
}
.topMenu__box2 > div:nth-of-type(2) {
    flex-basis: 80%;
    color: #000;
    padding-top: 6rem;
}
.topMenu__tb_ttl {
    font-size: 2.1rem;
    letter-spacing: 3px;
}

.topMenu__box2 div:last-child .topMenu__tb_ttl{
  margin-top: 4.8rem;
}
.topMenu table {
    width: 100%;
    margin: 2rem 0 4rem;
}
.topMenu th {
    border-block: solid 0.15rem #3D1B90;
    text-align: center;
    height: 40px;
    vertical-align: middle;
    padding: 3rem 5px;
    width: 40%;
}
.topMenu__tb_thl {
    border-bottom: solid 0.15rem #ffffff !important;
}
.topMenu td {
    border-block: solid 0.15rem #e1dcd6;
    text-align: left;
    vertical-align: middle;
    padding: 0 20px;
    width: 60%;
    font-size: 2rem;
    letter-spacing: 1px;
    line-height: normal;
}
.topMenu__tb_waku {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 2rem 15px;
    letter-spacing: 1px;
    border-radius: 4rem 0 4rem 0;
    line-height: 1.4;
    margin-bottom: 2.4rem;
}



.topMenu__block {
    display: flex;
    justify-content: space-between;
    padding-left: 18rem;
    max-width: 1440px;
    margin: 0 auto 10rem;
}
.topMenu__block.topMenu__block--rev {
    flex-direction: row-reverse;    
    padding-left: 0;
    padding-right: 18rem;
}
.topMenu__block > div:nth-of-type(1) {
    flex-basis: 38%;
    padding-top: 22rem;
    position: relative;
}
.topMenu__block.topMenu__block--rev > div:nth-of-type(1) {
    padding-top: 24rem;
}
.topMenu__block > div:nth-of-type(1)::before {
    content: "";
    background: url(../img/ttl-drink.png) no-repeat center top / contain;
    width: 30rem;
    height: 15rem;
    position: absolute;
    top: 5rem;
    right: -8rem;
}
.topMenu__block.topMenu__block--rev > div:nth-of-type(1)::before {
    content: "";
    background: url(../img/ttl-food.png) no-repeat center top / contain;
    width: 30rem;
    height: 15rem;
    position: absolute;
    top: 5rem;
    left: -8rem;
}

.topMenu__block > div:nth-of-type(2) {
    flex-basis: 60%;
}
.topMenu__block h3 {
    font-size: clamp(3.5rem, 3.9090909091vw, 4.2rem);
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #fff;
    margin-bottom: 2.0rem;
    text-align: left;
    line-height: 1.7;
}
.topMenu__block h3 span {
    font-size: 0.6em;
    display: block;
}
.topMenu__block p {
    font-weight: 300;
    word-break: break-all;
    margin-bottom: clamp(1rem, 3.2727272727vw, 4rem);
    line-height: 2.3;
}
@media screen and (max-width: 1350px) {
  .pageTop .topMenu::before {
      height: 74%;
      top: clamp(300px, 43vw, 580px);
  }
  .topMenu__block {
      padding-left: 4rem;
  }
  .topMenu__block.topMenu__block--rev {
      padding-left: 0;
      padding-right: 4rem;
  }
  .topMenu__block p {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  .pageTop .topMenu::before {
      height: 74%;
      top: clamp(300px, 53vw, 680px);
  }
  .topMenu__block > div:nth-of-type(1) {
    padding-top: 17rem;
    flex-basis: 48%;
  }
  .topMenu__block.topMenu__block--rev > div:nth-of-type(1) {
      padding-top: 19rem;
  }
  .topMenu__block > div:nth-of-type(2) {
      flex-basis: 50%;
  }

  .topMenu__block > div:nth-of-type(1)::before {
      top: 1rem;
      right: -6rem;
  }
  .topMenu__block.topMenu__block--rev > div:nth-of-type(1)::before {
      top: 1rem;
      left: -6rem;
  }

}
@media screen and (max-width: 820px) {
  .pageTop .topMenu::before {
    content: none;
  }
  .pageTop .topMenu .secHeading {
    width: 25rem;
  }
  .pageTop .topMenu .secHeading_p {
      font-size: 2rem;
      margin-bottom: 3rem;
      padding: 0 2rem;
      line-height: 1.8;
  }

  .topMenu__box2 {
    padding: 3rem clamp(2rem, 4vw, 5rem) 5rem clamp(2rem, 4vw, 5rem);
    flex-direction: column;
  }
  .topMenu__box2 > div:nth-of-type(1) {
      width: 10rem;
      margin: 0 auto;
      padding-left: 2rem;
  }
  .topMenu__box2 > div:nth-of-type(2) {
      flex-basis: 80%;
      color: #000;
      padding-top: 2rem;
  }
  
  .topMenu__tb_ttl {
      font-size: 1.8rem;
  }
  .topMenu table {
      width: 100%;
      margin: 2rem 0 4rem;
  }
  .topMenu th {
      padding: 2.8rem 5px;
      width: 30%;
  }
  .topMenu td {
      padding: 0 10px;
      width: 70%;
      font-size: 1.6rem;
      line-height: 1.4;
  }
  .topMenu__tb_waku {
      background-color: #000;
      color: #fff;
      text-align: center;
      padding: 2rem 8px;
      letter-spacing: 1px;
      line-height: 1.4;
      border-radius: 3rem 0 3rem 0;
  }

  .topMenu__block {
      flex-direction: column;
      padding-left: 3rem;
      padding-right: 3rem;
      margin: 0 auto 3rem;
  }
  .topMenu__block.topMenu__block--rev {
      flex-direction: column;
      padding-left: 3rem;
      padding-right: 3rem;
  }
  .topMenu__block > div:nth-of-type(1) {
    padding-top: 7rem;
    flex-basis: 48%;
  }
  .topMenu__block.topMenu__block--rev > div:nth-of-type(1) {
      padding-top: 14rem;
  }
  .topMenu__block > div:nth-of-type(1)::before {
      top: -5rem;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 20rem;
  }
  .topMenu__block.topMenu__block--rev > div:nth-of-type(1)::before {
      top: 1rem;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 20rem;
  }
  .topMenu__block h3 {
      font-size: 2.8rem;
      line-height: 1.7;
  }
  .topMenu__block h3 span {
    display: block;
  }
}



.pageTop .topMenu_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: clamp(2rem, 7.0909090909vw, 7.8rem);
}
@media screen and (max-width: 767px) {
  .pageTop .topMenu_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3rem;
  }
}
.pageTop .topMenu_content:not(:last-child) {
  margin-bottom: clamp(5rem, 8.6363636364vw, 9.5rem);
}
.pageTop .topMenu_content .detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pageTop .topMenu_content .detail {
    width: 90%;
  }
}
.pageTop .topMenu_content .detail--small .listBox {
  max-width: 30rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pageTop .topMenu_content .detail--small .listBox {
    max-width: 100%;
  }
}
.pageTop .topMenu_content .detail .decora {
  width: clamp(7rem, 12.7272727273vw, 14rem);
  position: absolute;
  top: 3rem;
  left: -10rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .pageTop .topMenu_content .detail .decora {
    display: none;
  }
}
.pageTop .topMenu_content .listBox.mb60 {
  margin-bottom: clamp(3rem, 5.4545454545vw, 6rem);
}
.pageTop .topMenu_content .listBox.mb100 {
  margin-bottom: clamp(3rem, 9.0909090909vw, 10rem);
}
.pageTop .topMenu_content .listBox h3 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-bottom: clamp(1rem, 2.1818181818vw, 2.4rem);
  margin-bottom: clamp(2rem, 2.7272727273vw, 3rem);
  border-bottom: solid 0.1rem #fff;
}
.pageTop .topMenu_content .listBox h3.blue {
  color: #bad2e5;
}
.pageTop .topMenu_content .listBox h3.yellow {
  color: #ffbe41;
}
.pageTop .topMenu_content .listBox h3.green {
  color: #99c075;
}
.pageTop .topMenu_content .listBox h3.purple {
  color: #ffc4ff;
}
.pageTop .topMenu_content .list li {
  font-size: clamp(1.3rem, 1.4545454545vw, 1.6rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  white-space: nowrap;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .pageTop .topMenu_content .list li {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
.pageTop .topMenu_content .list li:not(:last-child) {
  margin-bottom: 2rem;
}
.pageTop .topMenu_content .list li span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  border-bottom: dotted 0.3rem #fff;
  margin: 0 1rem;
}
.pageTop .topMenu_content .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.7rem;
  margin-top: 1.6rem;
}
.pageTop .topMenu_content .tag li {
  list-style-type: none;
  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;
  font-size: 1.2rem;
  font-weight: bold;
  width: 6.3rem;
  height: 2rem;
  border: solid 0.1rem #fff;
  border-radius: 0.2rem;
}
.pageTop .topMenu_content .photo {
  width: clamp(30rem, 50vw, 55rem);
}
@media screen and (max-width: 767px) {
  .pageTop .topMenu_content .photo {
    width: 100%;
  }
}
.pageTop .topMenu_content.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: clamp(5rem, 7.2727272727vw, 8rem);
}
@media screen and (max-width: 767px) {
  .pageTop .topMenu_content.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.pageTop .topMenu .c-btn {
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
    .pageTop .topMenu .c-btn {
       margin: 5rem auto 0;
    }
}




.pageTop .topGallery {
  background-image: url(../img/back-gallery.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.pageTop .topGallery_inner {
  padding-top: clamp(8rem, 14.2727272727vw, 15rem);
  padding-bottom: clamp(8rem, 14.2727272727vw, 15rem);
  position: relative;
  z-index: 1;
}
/* .pageTop .topGallery_inner::before, .pageTop .topGallery_inner::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
} */

.secHeading__wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 3rem;
}
.pageTop .topGallery .secHeading {
  width: 55rem;
  width: clamp(47rem, 48vw, 55rem);
  margin-bottom: 7rem;
  margin-right: auto;
}
.pageTop .topGallery #loopslider {
  width: 100%;
  height: clamp(20rem, 28.6944444444vw, 28.6rem);
  text-align: left;
  position: relative;
  overflow: hidden;
  /* margin-bottom: clamp(3rem, 6.3636363636vw, 7rem); */
}
@media screen and (max-width: 820px) {
    .secHeading__wrap {
        margin: 0 auto;
        padding: 0 0rem;
    }
    .pageTop .topGallery .secHeading {
        width: 30rem;
        margin: 0 auto 6rem;
    }
  .pageTop .topGallery #loopslider {
    height: 20rem;
  }
}
.pageTop .topGallery #loopslider ul {
  float: left;
  display: inline;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.pageTop .topGallery #loopslider ul li {
  width: 35rem;
  float: left;
  display: inline;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .pageTop .topGallery #loopslider ul li {
    width: 25.6rem;
  }
}
.pageTop .topGallery #loopslider ul li img {
  /* padding: 0 0.5rem; */
}
.pageTop .topGallery #loopslider ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.pageTop .topGallery #loopslider ul {
  display: inline-block;
  overflow: hidden;
}
.pageTop .topGallery .c-btn {
  margin: clamp(5rem, 6.3636363636vw, 4rem) auto 0;
}
@media screen and (max-width: 820px) {
    .pageTop .topGallery .c-btn {
    margin: clamp(2rem, 6.3636363636vw, 4rem) auto 0;
    }
}



.pageTop .topRecruit {
  background-image: url(../img/recruit_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.pageTop .topRecruit_inner {
  padding-top: clamp(5rem, 12.2727272727vw, 13.5rem);
  padding-bottom: clamp(5rem, 10.4545454545vw, 11.5rem);
}
.pageTop .topRecruit_content {
  background-image: url(../img/recruit_content_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: clamp(1rem, 1.8181818182vw, 2rem);
  position: relative;
  z-index: 1;
}
.pageTop .topRecruit_content::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.75);
  box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  mix-blend-mode: multiply;
  opacity: 0.75;
}
.pageTop .topRecruit_content .detail {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding-top: 4.2rem;
  padding-bottom: 3.2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  z-index: 1;
}
.pageTop .topRecruit_content .detail::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 0.1rem #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.pageTop .topRecruit_content .secHeading {
  width: clamp(18rem, 19.7272727273vw, 21.7rem);
  margin: 0 auto 1rem;
}
.pageTop .topRecruit_content .desc {
  padding: 1.2rem 3rem;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pageTop .topRecruit_content .desc {
    padding: 1rem;
    margin-bottom: 3rem;
  }
}
.pageTop .topRecruit_content .desc .lineTop {
  position: absolute;
  top: 0;
  right: 0;
}
.pageTop .topRecruit_content .desc .lineTop::before, .pageTop .topRecruit_content .desc .lineTop::after {
  content: "";
  background-color: #fff;
  position: absolute;
}
.pageTop .topRecruit_content .desc .lineTop::before {
  width: clamp(21.1rem, 28.2727272727vw, 31.1rem);
  height: 0.06rem;
  top: 0;
  right: -1rem;
}
@media screen and (max-width: 767px) {
  .pageTop .topRecruit_content .desc .lineTop::before {
    width: 15rem;
  }
}
.pageTop .topRecruit_content .desc .lineTop::after {
  width: 0.06rem;
  height: 4rem;
  top: -1rem;
  right: 0;
}
.pageTop .topRecruit_content .desc .lineBottom {
  position: absolute;
  bottom: 0;
  left: 0;
}
.pageTop .topRecruit_content .desc .lineBottom::before, .pageTop .topRecruit_content .desc .lineBottom::after {
  content: "";
  background-color: #fff;
  position: absolute;
}
.pageTop .topRecruit_content .desc .lineBottom::before {
  width: clamp(14.4rem, 22.1818181818vw, 24.4rem);
  height: 0.06rem;
  bottom: 0;
  left: -1rem;
}
@media screen and (max-width: 767px) {
  .pageTop .topRecruit_content .desc .lineBottom::before {
    width: 10rem;
  }
}
.pageTop .topRecruit_content .desc .lineBottom::after {
  width: 0.06rem;
  height: 4rem;
  bottom: -1rem;
  left: 0;
}
.pageTop .topRecruit_content .c-btn {
  margin: 0 auto;
}





.pageTop .topAccess {
  /* background-image: url(../img/access_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover; */
  background-color: #a1918a;
}
.pageTop .topAccess_inner {
  padding-top: clamp(4rem, 11.2727272727vw, 13rem);
  padding-bottom: clamp(3rem, 8vw, 8.5rem);
  position: relative;
  z-index: 1;
}
/* .pageTop .topAccess_inner::before {
  content: "";
  background-image: url(../img/access_decora_top.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(18.6rem, 44.1818181818vw, 48.6rem);
  height: clamp(10rem, 27.2727272727vw, 30rem);
  position: absolute;
  top: clamp(-8.4rem, -7.6363636364vw, -3rem);
  left: clamp(-8.5rem, -7.7272727273vw, -1rem);
  z-index: -1;
} */
.pageTop .topAccess .secHeading {
  width: 51rem;
  width: clamp(45rem, 45.9090909091vw, 51rem);
  margin: 0 auto clamp(2rem, 4.3636363636vw, 4rem);
  padding-right: 10rem;
}
.pageTop .topAccess_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 clamp(2rem, 5vw, 7.5rem);
}
@media screen and (max-width: 820px) {
    .pageTop .topAccess .secHeading {
        width: 25rem;
        padding-right: 2rem;
    }
  .pageTop .topAccess_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.pageTop .topAccess_content .photo {
  width: clamp(30rem, 38.9090909091vw, 50.6rem);
  /* margin-left: clamp(-17rem, -15.4545454545vw, -2rem); */
}
@media screen and (max-width: 820px) {
  .pageTop .topAccess_content .photo {
    width: 100%;
    margin-left: 0;
  }
}
.pageTop .topAccess_content .detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 820px) {
  .pageTop .topAccess_content .detail {
    width: 100%;
  }
}
.pageTop .topAccess_content .detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .pageTop .topAccess_content .detail dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    gap: 0.5rem;
    padding: 2rem 0;
  }
}
/* .pageTop .topAccess_content .detail dl:not(:last-child)::before {
  content: "";
  width: 9.2rem;
  height: 0.1rem;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
} */
@media screen and (max-width: 820px) {
  .pageTop .topAccess_content .detail dl:not(:last-child)::before {
    display: none;
  }
}
.pageTop .topAccess_content .detail dl:nth-of-type(1)::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}
.pageTop .topAccess_content .detail dl::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}
.pageTop .topAccess_content .detail dt, .pageTop .topAccess_content .detail dd, .pageTop .topAccess_content .detail a {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: #fff;
}
.pageTop .topAccess_content .detail dt.en, .pageTop .topAccess_content .detail dd.en, .pageTop .topAccess_content .detail a.en {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 400;
}
.pageTop .topAccess_content .detail dt {
  width: clamp(9rem, 9vw, 12rem);
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; */
  padding: 2rem 0;
  text-align: center;
  /* padding-left: 1.8rem; */
  background-color: #202020;
}
@media screen and (max-width: 820px) {
  .pageTop .topAccess_content .detail dt {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0;
    font-weight: bold;
      padding: 0.5rem 0;
  }
}
.pageTop .topAccess_content .detail dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.2rem 0;
  padding-left: clamp(1rem, 2.7vw, 2.7rem);
  color: #000;
}
.pageTop .topAccess_content .detail dd a {
  color: #000;
}
@media screen and (max-width: 820px) {
  .pageTop .topAccess_content .detail dd {
      padding: 0.5rem 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 820px) {
  .pageTop .topAccess_content .detail a {
    text-decoration: underline;
  }
}
.pageTop .topAccess .c-btn {
    margin: 0 auto;
    margin-top: 3.6rem;
}
@media screen and (max-width: 820px) {
  .pageTop .topAccess .c-btn {
    margin: 3rem auto 0;
  }
}

.pageTop .gmap iframe {
  width: 100%;
  height: clamp(25rem, 33.6363636364vw, 37rem);
}




.pageTop .snsInsta {
  /* background-image: url(../img/insta_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover; */
  position: relative;
  z-index: 1;
}
.pageTop .snsInsta_inner {
  padding-top: clamp(5rem, 14.5454545455vw, 15.5rem);
  padding-bottom: clamp(5rem, 15.4545454545vw, 15.5rem);
}
.pageTop .snsInsta .secHeading {
  width: 19.5rem;
  margin: 0 auto 3.5rem;
}
.pageTop .snsInsta .CMS-INSTAGRAM-LIST {
  max-width: 89rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: clamp(1rem, 1.8181818182vw, 2rem);
}
.pageTop .snsInsta .CMS-INSTAGRAM-LIST > a {
  display: block;
  width: calc((100% - clamp(1rem, 1.8181818182vw, 2rem) * 2) / 3);
}
.pageTop .snsInsta .CMS-INSTAGRAM-LIST > *:nth-of-type(n + 7) {
  display: none;
}





/*  ----------------------------------------------------------

fixed btn

----------------------------------------------------------  */
.fixed-btn {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	z-index: 999;
	width: 7.9rem;
    width: clamp(6rem, 7vw, 7.9rem);
}
.fixed-btn li {
  list-style: none;
}
.fixed-btn li:nth-child(1) {
	margin-bottom: 2rem;
}
.fixed-btn img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 820px) {
	.fixed-btn {
		top: auto;
		right: auto;
		bottom: 0;
		transform: none;
		-webkit-transform: none;
		width: 100%;
		display: flex;
	}
	.fixed-btn li {
		width: 50%;
    border: 3px solid #1C20BE;
	}
	.fixed-btn li:nth-child(1) {
    border-right: none;
	}
	.fixed-btn a {
		width: 100%;
		padding: 0;
		height: 6rem;
		display: flex;
		align-items: center;
		justify-content: center;
		text-decoration: none !important;
		line-height: 1;
	}
	/* icon */
	.fixed-btn li img {
		width: 2.5rem;
		height: 2.5rem;
		margin-right: 1rem;
	}	
	/* txt */
	.fixed-btn a > span {
		display: flex;
		flex-direction: column;
	}
	.fixed-btn a > span > span:nth-child(1) {
		margin-left: 0;
		margin-bottom: 0.3rem;
		font-size: 1.2rem;
	}
	.fixed-btn a > span > span:nth-child(2) {
		/* font-weight: bold; */
		font-size: 1.3rem;
        text-decoration: underline;
	}		
	.fixed-btn li.tel {
		margin-bottom: 0;
	}	
	.fixed-btn .tel a > span > span:nth-child(2) {
		font-size: 1.4rem;
	}	
	.fixed-btn .tel a {
		background: #000;
		color: #fff;
	}	
	.fixed-btn .reserve a {
		background: #000;
		color: #fff;
	}	
}



.topNews {
  padding-top: clamp(6rem, 12.1818181818vw, 14rem);
  padding-bottom: clamp(5rem, 10vw, 11rem);
  background-color: #000;
}
.topNews_inner {
  border: 1px solid #363331;
  background-color: #2d2929;
  padding: 0.8rem;
  max-width: 107rem;
}
.topNews_innerin {
  background-color: #b2a199;
  padding: 5rem clamp(2rem, 6vw, 8rem) 3rem;
}
.topNews__ttlblock {
  display: flex;
  justify-content: space-between;
  padding: 0 1rem 0rem 3rem;
}
.topNews__ttlblock h2 {
  max-width: 31rem;
}
.topNews__ttlblock > div {
  padding-top: 3rem;
}
@media screen and (max-width: 820px) {
    .topNews__ttlblock {
        flex-direction: column;
    }
    .topNews__ttlblock h2 {
        width: 22rem;
        margin: 0 auto;
    }
    .topNews__ttlblock > div {
        padding-top: 5rem;
        margin: 0 auto -3rem;
    }
}




/*  ----------------------------------------------------------

news

----------------------------------------------------------  */
.topNews .CMS-NEWS-INDEX {
    padding-bottom: 3rem;
    margin-top: 2.7rem;
    margin-bottom: 1rem;
    padding: 0 0%;
}
.CMS-NEWS-INDEX {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 8rem;
    position: relative;
    margin-bottom: 8rem;
    position: relative;
}
.CMS-NEWS-INDEX::after {
    content: "";
    width: 31.5%;
    margin-bottom: 5rem;
}

.CMS-NEWS-INDEX > * {
    width: 31.5%;
    margin-bottom: 5rem;
}
.topNews .CMS-NEWS-INDEX > * {
    margin-bottom: 0;
}
.CMS-NEWS-INDEX > *:nth-of-type(3n) {
    margin-right: 0;    
}
.CMS-NEWS-ITEM a {
    transition: all .3s;
    display: block;
}
.CMS-NEWS-ITEM a:hover {
    opacity: 0.6;
}
.CMS-NEWS-TIME {
    font-size: 1.5rem;
    margin: 2rem 0 0.6rem 0;
    line-height: 1;
    color: #fff;
    /* border-bottom: 0.1rem solid #000; */
    /* padding-bottom: 1rem; */
}
.CMS-NEWS-LINK {
    font-size: 1.7rem;
    line-height: 1.6;
	color: #fff;
}
.topNews .CMS-NEWS-TIME {
    font-size: 1.5rem;
    margin: 2rem 0 0.6rem 0;
    line-height: 1;
    color: #000;
    /* border-bottom: 0.1rem solid #000; */
    /* padding-bottom: 1rem; */
}
.topNews .CMS-NEWS-LINK {
    font-size: 1.7rem;
    line-height: 1.6;
	color: #000;
}
.CMS-NEWS-INDEX > * img {
    height: clamp(15rem, 22vw, 22rem);;
    width: 100%;
    object-fit: cover;  
}
.topNews .CMS-NEWS-INDEX > * img {
    height: clamp(12rem, 18vw, 18rem);;
    width: 100%;
    object-fit: cover;  
}

/* read more */
.CMS-NEWS-MORE-READ {
    background: #fff;
    border:none;
    border-radius: 0.2rem;
    text-align: center;
    padding: 1.8rem 0;
    font-size: 1.5rem;
    font-weight: bold;
	/* font-weight: bold; */
    color: #000;
    text-align: center;
    /* margin: 4rem auto 0 auto; */
    width: 22rem;
    display: block;
    transition: all .3s;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}
.CMS-NEWS-MORE-READ:hover {
    cursor: pointer;
    opacity: 0.6;
}
.topNews .CMS-NEWS-MORE-READ {
    display: none;
}

/* detail */
.CMS-NEWS-TITLE {
    border-bottom: solid 1px rgba(0,0,0,0.2);
    font-size: 2.4rem;
    line-height: 1.6;
    margin-bottom: 3rem;
    padding: 1rem 0 1.5rem 0;
    position: relative;
    font-weight: bold;
}
.CMS-NEWS-TITLE:after {
    border-bottom: solid 3px var(--red);
    bottom: -3px;
    content: " ";
    display: block;
    position: absolute;
    width: 25%;
}
.CMS-NEWS-CONTENT img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto 2rem auto;
}

@media screen and (max-width: 820px) {
    .topNews .CMS-NEWS-INDEX {
        margin-top: 4.5rem;
        margin-bottom: 5rem;
    }    
    .CMS-NEWS-INDEX {
        display: block;
        margin-bottom: -4rem;
        padding-bottom: 12rem;
    }
    .CMS-NEWS-INDEX > * {
        width: 100%;
        margin-right: 0;
        margin-bottom: 4rem;        
    }
    .topNews .CMS-NEWS-INDEX > * {
        margin-bottom: 4rem;
    }    
    .CMS-NEWS-CONTENT img {
        width: 100%;
    }
    .CMS-NEWS-INDEX > * img {
        height: auto;
    }
    .topNews .CMS-NEWS-INDEX > * img {
        height: auto;
    }
}


/*  ----------------------------------------------------------

page-top

----------------------------------------------------------  */
#page-top {
    position: fixed;
    z-index: 999;
    height: auto;
    bottom: 5rem;
    right: 3rem;
}

#page-top a {
    width: 9rem;
    width: clamp(5rem, 8.0909090909vw, 9rem);
    height: 9rem;
    height: clamp(5rem, 8.0909090909vw, 9rem);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    line-height: 1;
    font-size: 1.4rem;
    padding-left: 0.1rem;
}

@media screen and (max-width: 820px) {
    #page-top {
        bottom: 6.5rem;
        right: 1rem;
    }
    #page-top a {
        width: 5rem;
        height: 9rem;
    }
}






/*  ----------------------------------------------------------

local menu

----------------------------------------------------------  */
ul.lcmenu {
	display:flex;
	flex-wrap: wrap;
	margin-bottom: 7rem;
	justify-content: space-between;
}
ul.lcmenu li {
	width: 32%;
	text-align: center;
	color: #000;
	font-weight: 500;
    list-style: none;
}
ul.lcmenu li a {
	display: block;
	padding: 1.8rem 0 2rem 0;
	background: #fff;	
	color: #000;
	white-space: nowrap;
	font-size: 1.8rem;
}
ul.lcmenu li.current a {
	font-weight: 500;
	color: #000;
	background: #F2CF16;	
}
@media screen and (max-width: 820px) {
    ul.lcmenu {
        margin-bottom: 5rem;
    }
	ul.lcmenu li a {
        font-size: 1.5rem;
		padding: 1.2rem 0 1.3rem 0;
	}	
}




.menu_content {
    display: flex;
    flex-direction: column;
    gap: 4rem 0;
}

