@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/*
$serif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$sansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$sansSerifBold: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$msSerif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$msSansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
*/
* {
  box-sizing: border-box;
}

:root,
html {
  font-size: 100px;
  margin-top: 0 !important;
}
@media screen and (max-width: 3840px) and (min-width: 769px) {
  :root,
  html {
    font-size: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  :root,
  html {
    font-size: 26.0416666667vw;
  }
}

body {
  color: #000000;
  font-weight: 500;
  line-height: 1.5;
  min-height: 100vh;
  /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.28rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: url("../images/back-body.webp");
  background-size: 100%;
  background-repeat: repeat-y;
}

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

img[src$="_sp.webp"], img[src$="_sp.webp"], img[src$="_sp.svg"] {
  display: none;
}
@media screen and (max-width: 768px) {
  img[src$="_sp.webp"], img[src$="_sp.webp"], img[src$="_sp.svg"] {
    display: inline-block;
  }
  img[src$="_sp.webp"] + img, img[src$="_sp.webp"] + img, img[src$="_sp.svg"] + img {
    display: none;
  }
}

picture {
  display: block;
}

a[href^="tel:"] {
  pointer-events: initial;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: initial;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

em {
  font-style: normal;
}

/*//////////////////////////////////////////
//  共通設定
//////////////////////////////////////////*/
.inner {
  max-width: 24rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 0.15rem;
  }
}

.picture {
  display: block;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mincho {
  font-family: "Noto Serif JP", serif;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  br.sp {
    display: inline;
  }
}
/*セレクトボックスの設定(全ブラウザ共通にするため)
//設定やアイコンは用途に合わせて書き換え*/
select::-ms-expand {
  display: none;
}

label {
  font-size: 0.3rem;
}

.select-box {
  position: relative;
  display: block;
  padding: 0;
  max-width: 1.4rem;
  width: 100%;
  height: 0.76rem;
}
.select-box:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
  z-index: 2;
  background: url("../images/arrow-select.svg") 0 0 no-repeat;
  pointer-events: none;
}
.select-box select {
  display: block;
  width: 100%;
  height: 0.76rem;
  padding-left: 1.5em;
  margin: 0;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 0.1rem;
  outline: none;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
}

/*//////////////////////////////////////////
//  header
//////////////////////////////////////////*/
#mainHeader {
  width: 100%;
  position: fixed;
  z-index: 10;
  opacity: 0;
  top: 0;
  background-image: url("../images/back-body.webp");
  background-size: 100%;
  background-repeat: repeat-y;
}
#mainHeader.active {
  animation-name: bounce;
  animation-duration: 0.5s;
  animation-delay: 0.2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
#mainHeader .logo {
  width: 3.6rem;
}
@media screen and (max-width: 768px) {
  #mainHeader .logo {
    width: 1.265rem;
  }
  #mainHeader .logo a {
    display: flex;
    justify-content: center;
  }
}
#mainHeader .h-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1.56rem;
  padding: 0 4.7rem 0 0.54rem;
}
@media screen and (max-width: 768px) {
  #mainHeader .h-inner {
    height: 0.5rem;
    padding: 0 0 0 0.15rem;
  }
}
#mainHeader .global-nav {
  display: flex;
  align-items: center;
  gap: 0.36rem;
}
#mainHeader .global-nav nav ul {
  display: flex;
}
#mainHeader .global-nav nav ul li {
  display: flex;
  align-items: flex-end;
}
#mainHeader .global-nav nav ul li:not(:last-child):after {
  content: "/";
  color: #FFA724;
  font-weight: 900;
}
#mainHeader .global-nav nav ul li a {
  font-size: 0.36rem;
  padding: 0 0.32rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.5;
}
#mainHeader .global-nav nav ul li a:before {
  content: "";
  display: inline-block;
  width: 1.0316rem;
  height: 0.3466rem;
}
#mainHeader .global-nav nav ul li a:hover:before {
  content: "";
  display: inline-block;
  width: 1.0316rem;
  height: 0.3466rem;
  background-image: url("../images/icon-nav.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #mainHeader .global-nav nav {
    display: none;
  }
}
#mainHeader .global-nav .call {
  display: flex;
  position: relative;
  gap: 0.52rem;
  margin-bottom: -0.14rem;
}
@media screen and (max-width: 768px) {
  #mainHeader .global-nav .call {
    display: none;
  }
}
#mainHeader .global-nav .call .tel {
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 0.08rem;
}
#mainHeader .global-nav .call .tel a {
  line-height: 1;
}
#mainHeader .global-nav .call .tel:before {
  content: "";
  display: inline-block;
  width: 0.54rem;
  height: 0.54rem;
  background-image: url("../images/icon-tel-o.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#mainHeader .global-nav .call .hours {
  display: flex;
  align-items: center;
  gap: 0.14rem;
}
#mainHeader .global-nav .call .hours .txt {
  width: 1.3rem;
  height: 0.46rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFA724;
  color: #fff;
  font-size: 0.28rem;
  line-height: 1;
}
#mainHeader .global-nav .call .hours .time {
  font-size: 0.28rem;
  line-height: 1.5;
}

.reserve {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 11;
  background: #351000;
  width: 4.04rem;
  height: 2.74rem;
  border-radius: 0 0 0 0.93rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: scale(0);
}
@media screen and (max-width: 768px) {
  .reserve {
    width: 0.75rem;
    height: 0.75rem;
    top: initial;
    right: 0.15rem;
    bottom: 0.15rem;
    border-radius: 50%;
  }
}
.reserve.active {
  animation-name: zoomin;
  animation-duration: 0.5s;
  animation-delay: 0.2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.reserve .en {
  font-size: 0.36rem;
  letter-spacing: 0.3em;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .reserve .en {
    font-size: 0.09rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.05rem;
  }
  .reserve .en:before {
    content: "";
    display: inline-block;
    width: 0.135rem;
    height: 0.13rem;
    background-image: url("../images/icon-reserve.svg");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.reserve .txt {
  margin-top: 0.14rem;
  font-size: 0.48rem;
  letter-spacing: 0.028em;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  gap: 0.1rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .reserve .txt {
    font-size: 0.12rem;
    margin-top: 0.05rem;
    gap: 0;
  }
}
.reserve .txt:before {
  content: "";
  display: inline-block;
  width: 0.54rem;
  height: 0.52rem;
  background-image: url("../images/icon-reserve.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .reserve .txt:before {
    content: none;
  }
}

/*/////////////////////////////////////////
//  footer
/////////////////////////////////////////*/
#mainFooter {
  padding-top: 0.9rem;
  background-image: url("../images/back-footer.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #mainFooter {
    padding-top: 0.375rem;
    background-image: url("../images/back-footer_sp.webp");
  }
}
#mainFooter .inner {
  padding-bottom: 0.7rem;
}
@media screen and (max-width: 768px) {
  #mainFooter .inner {
    padding-bottom: 0.15rem;
  }
}
#mainFooter .f-cta {
  display: flex;
  justify-content: space-between;
  opacity: 0;
}
#mainFooter .f-cta.active {
  animation-name: bounce;
  animation-duration: 0.5s;
  animation-delay: 0.2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 768px) {
  #mainFooter .f-cta {
    flex-direction: column;
    align-items: center;
    margin-top: 0rem;
  }
}
#mainFooter .f-cta .logo {
  width: 5.9758rem;
}
@media screen and (max-width: 768px) {
  #mainFooter .f-cta .logo {
    width: 2.24095rem;
  }
}
#mainFooter .f-cta .tel {
  width: 9.32rem;
  position: relative;
  margin-top: -0.6rem;
  margin-left: 0.8rem;
}
@media screen and (max-width: 768px) {
  #mainFooter .f-cta .tel {
    width: 100%;
    margin-top: 0.15rem;
    margin-left: 0;
  }
}
#mainFooter .f-cta .tel .ttl {
  font-size: 0.32rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #mainFooter .f-cta .tel .ttl {
    font-size: 0.16rem;
  }
}
#mainFooter .f-cta .tel a {
  line-height: 1;
  font-size: 1.0886rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 0.14rem;
  color: #351000;
}
@media screen and (max-width: 768px) {
  #mainFooter .f-cta .tel a {
    font-size: 0.40825rem;
    justify-content: center;
    gap: 0.05rem;
  }
}
#mainFooter .f-cta .tel a:before {
  content: "";
  display: inline-block;
  width: 0.96rem;
  height: 0.96rem;
  background-image: url("../images/icon-tel-o.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #mainFooter .f-cta .tel a:before {
    width: 0.36rem;
    height: 0.36rem;
  }
}
#mainFooter .f-cta .tel .hours {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.14rem;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #mainFooter .f-cta .tel .hours {
    gap: 0.05rem;
    line-height: 1;
  }
}
#mainFooter .f-cta .tel .hours .txt {
  width: 1.56rem;
  height: 0.56rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFA724;
  color: #fff;
  font-size: 0.32rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #mainFooter .f-cta .tel .hours .txt {
    width: 0.705rem;
    height: 0.26rem;
    font-size: 0.16rem;
    margin-top: 0.05rem;
  }
}
#mainFooter .f-cta .tel .hours .time {
  font-size: 0.28rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #mainFooter .f-cta .tel .hours .time {
    font-size: 0.16rem;
    line-height: 1;
  }
}
#mainFooter .f-cta .tel > .txt {
  font-size: 0.28rem;
  margin-top: 0.2rem;
}
@media screen and (max-width: 768px) {
  #mainFooter .f-cta .tel > .txt {
    font-size: 0.14rem;
    margin-top: 0.05rem;
  }
}
#mainFooter .f-cta .btn {
  width: 7.8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #mainFooter .f-cta .btn {
    width: 2.925rem;
    margin-top: 0.385rem;
  }
}
#mainFooter .f-cta .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #351000;
  border-radius: 1rem;
  width: 100%;
  height: 1.8rem;
  font-size: 0.44rem;
  color: #fff;
  font-weight: 700;
  position: relative;
  gap: 0.2rem;
}
@media screen and (max-width: 768px) {
  #mainFooter .f-cta .btn a {
    height: 0.675rem;
    font-size: 0.165rem;
    gap: 0.06935rem;
    margin-top: 0.2rem;
  }
}
#mainFooter .f-cta .btn a:before {
  content: "";
  display: inline-block;
  width: 0.615rem;
  height: 0.5922rem;
  margin-bottom: 0.1rem;
  background-image: url("../images/icon-reserve.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #mainFooter .f-cta .btn a:before {
    width: 0.23065rem;
    height: 0.2221rem;
    margin-bottom: 0;
  }
}
#mainFooter .f-cta .btn a:after {
  content: "";
  display: block;
  width: 0.2832rem;
  height: 0.5014rem;
  position: absolute;
  margin: auto 0;
  right: 0.4784rem;
  top: 0;
  bottom: 0;
  background-image: url("../images/icon-arrow.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #mainFooter .f-cta .btn a:after {
    width: 0.1062rem;
    height: 0.18805rem;
    right: 0.17945rem;
  }
}
#mainFooter .f-nav {
  text-align: center;
  margin-top: 0.9rem;
  opacity: 0;
}
#mainFooter .f-nav.active {
  animation-name: bounce;
  animation-duration: 0.5s;
  animation-delay: 0.2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 768px) {
  #mainFooter .f-nav {
    margin-top: 0.285rem;
  }
}
#mainFooter .f-nav li {
  display: inline-block;
  border-right: 0.08rem solid #FFA724;
}
@media screen and (max-width: 768px) {
  #mainFooter .f-nav li {
    display: block;
    width: 100%;
    border-bottom: 0.03rem solid #FFA724;
    border-right: none;
  }
}
#mainFooter .f-nav li:nth-child(1) {
  border-left: 0.08rem solid #FFA724;
}
@media screen and (max-width: 768px) {
  #mainFooter .f-nav li:nth-child(1) {
    border-top: 0.03rem solid #FFA724;
    border-left: 0;
  }
}
#mainFooter .f-nav li a {
  display: block;
  padding: 0 0.6rem;
  font-size: 0.36rem;
}
@media screen and (max-width: 768px) {
  #mainFooter .f-nav li a {
    padding: 0.125rem 0;
    font-size: 0.16rem;
  }
}
#mainFooter .sub-nav {
  text-align: center;
  margin-top: 0.4rem;
  opacity: 0;
}
#mainFooter .sub-nav.active {
  animation-name: bounce;
  animation-duration: 0.5s;
  animation-delay: 0.2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 768px) {
  #mainFooter .sub-nav {
    margin-top: 0.15rem;
  }
}
#mainFooter .sub-nav li {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #mainFooter .sub-nav li {
    display: block;
  }
}
#mainFooter .sub-nav li:not(:last-child) {
  border-right: 0.02rem solid #000;
}
@media screen and (max-width: 768px) {
  #mainFooter .sub-nav li:not(:last-child) {
    border: none;
  }
}
#mainFooter .sub-nav li a {
  display: block;
  padding: 0 0.6rem;
  font-size: 0.28rem;
}
@media screen and (max-width: 768px) {
  #mainFooter .sub-nav li a {
    text-align: center;
    font-size: 0.14rem;
    padding: 0.05rem 0;
  }
}
#mainFooter .credit {
  background: #351000;
  opacity: 0;
}
#mainFooter .credit.active {
  animation-name: bounce;
  animation-duration: 0.5s;
  animation-delay: 0.2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
#mainFooter .credit ul {
  padding: 0.34rem 0 0.3rem;
  color: #fff;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  font-size: 0.28rem;
}
@media screen and (max-width: 768px) {
  #mainFooter .credit ul {
    font-size: 0.12rem;
    flex-direction: column;
    text-align: center;
    padding: 0.15rem 0;
    gap: 0.05rem;
  }
}
#mainFooter .credit ul small {
  color: #fff !important;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

/*/////////////////////////////////////////
//  side tools
/////////////////////////////////////////*/
#side-tools {
  position: fixed;
  right: 0;
  top: 3.2rem;
  width: 1.4rem;
  z-index: 10;
  opacity: 0;
}
#side-tools.active {
  animation-name: faderight;
  animation-duration: 0.5s;
  animation-delay: 0.2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 768px) {
  #side-tools {
    width: 0.48rem;
    top: 0.65rem;
  }
}
#side-tools .side-tel {
  background: #FFA724;
  border-radius: 0.93rem 0 0 0.93rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.4rem;
  height: 1.48rem;
  padding-left: 0.1rem;
}
@media screen and (max-width: 768px) {
  #side-tools .side-tel {
    width: 0.48rem;
    height: 0.4625rem;
    padding-left: 0.025rem;
  }
}
#side-tools .side-tel img {
  width: 0.54rem;
}
@media screen and (max-width: 768px) {
  #side-tools .side-tel img {
    width: 0.16875rem;
  }
}
#side-tools .side-sns {
  margin-top: 0.46rem;
  background: #497D3C;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.44rem;
  height: 4.62rem;
  padding-top: 0.5486rem;
  text-align: center;
  padding-left: 0.48rem;
  border-radius: 0.93rem 0 0 0.93rem;
}
@media screen and (max-width: 768px) {
  #side-tools .side-sns {
    display: none;
    visibility: hidden;
  }
}
#side-tools .side-sns li {
  width: 0.7rem;
}
#side-tools .side-sns li a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#side-tools .side-sns .ttl {
  font-size: 0.36rem;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.315rem;
  line-height: 1;
}
#side-tools .side-sns .sns-x img {
  width: 0.4rem;
}
#side-tools .side-sns .sns-ig img {
  width: 0.4rem;
}
#side-tools .side-sns .sns-tk img {
  width: 0.3136rem;
}

/*//////////////////////////////////////////
//  drawer
//////////////////////////////////////////*/
.drawer.drawer--right .drawer-hamburger {
  width: 0.545rem;
  height: 0.57rem;
  right: 0;
  top: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 100;
  padding: 0;
  display: none;
  background: #351000;
  border-radius: 0 0 0 0.2325rem;
}
@media screen and (max-width: 768px) {
  .drawer.drawer--right .drawer-hamburger {
    display: flex;
  }
}
.drawer.drawer--right.drawer-open .drawer-hamburger {
  top: 0;
  left: initial;
  right: 0;
  background: transparent;
}
.drawer.drawer--right .drawer-nav {
  right: -100vw;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  background: #351000;
  overflow: scroll;
  top: 0;
  padding: 0.1rem 0.15rem 0;
}
.drawer.drawer--right .drawer-nav .sp-logo {
  width: 1.265rem;
  display: block;
}
.drawer.drawer--right .drawer-nav .drawer-menu {
  max-width: 3rem;
  width: 100%;
  border-top: 1px solid #FFA724;
  margin: 0 auto;
  margin-top: 0.25rem;
  padding: 0.1rem 0;
}
.drawer.drawer--right .drawer-nav .drawer-menu li {
  font-size: 0.15rem;
  width: 100%;
  color: #fff;
  text-align: center;
  font-weight: 500;
  padding: 0.1rem 0;
}
.drawer.drawer--right .drawer-nav .call {
  max-width: 3rem;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #FFA724;
}
.drawer.drawer--right .drawer-nav .call .tel {
  position: relative;
  width: 100%;
  margin-top: 0.2rem;
}
.drawer.drawer--right .drawer-nav .call .tel a {
  line-height: 1;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 0.08rem;
  color: #fff;
  font-size: 0.388rem;
  justify-content: center;
}
.drawer.drawer--right .drawer-nav .call .tel a:before {
  content: "";
  display: inline-block;
  background-image: url("../images/icon-tel-o.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 0.30815rem;
  height: 0.30815rem;
}
.drawer.drawer--right .drawer-nav .call .hours {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.14rem;
  margin-top: 0.1rem;
}
.drawer.drawer--right .drawer-nav .call .hours .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFA724;
  color: #fff;
  line-height: 1;
  width: 0.65rem;
  height: 0.24rem;
  font-size: 0.14rem;
}
.drawer.drawer--right .drawer-nav .call .hours .time {
  line-height: 1.5;
  color: #fff;
  font-size: 0.14rem;
}
.drawer.drawer--right .drawer-nav .sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.365rem;
  margin-top: 0.15rem;
  padding-top: 0.24rem;
  border-top: 1px solid #FFA724;
}
.drawer.drawer--right .drawer-nav .sns .sns-x {
  width: 0.25rem;
}
.drawer.drawer--right .drawer-nav .sns .sns-ig {
  width: 0.25rem;
}
.drawer.drawer--right .drawer-nav .sns .sns-tk {
  width: 0.196rem;
}
.drawer.drawer--right .drawer-overlay {
  z-index: 98;
  background-color: rgba(0, 0, 0, 0.5);
}
.drawer.drawer--right .drawer-hamburger-icon {
  background-color: #fff;
  margin-top: 0;
  width: 0.2rem;
  margin-bottom: 0.05rem;
  margin-left: 0.05rem;
}
.drawer.drawer--right .drawer-hamburger-icon,
.drawer.drawer--right .drawer-hamburger-icon:after,
.drawer.drawer--right .drawer-hamburger-icon:before {
  height: 0.025rem;
  background-color: #fff;
}
.drawer.drawer--right .drawer-hamburger-icon:before {
  width: 100%;
  top: -0.09rem;
}
.drawer.drawer--right .drawer-hamburger-icon:after {
  top: 0.09rem;
  width: 100%;
}
.drawer.drawer--right.drawer-open .drawer-nav {
  right: 0;
}
.drawer.drawer--right.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}
.drawer.drawer--right.drawer-open .drawer-hamburger-icon:before {
  top: 0;
  background: #fff;
}
.drawer.drawer--right.drawer-open .drawer-hamburger-icon:after {
  top: 0;
  background: #fff;
}
.drawer.drawer--right .drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: none;
  border-right: none;
  border-left: none;
  float: right;
}
.drawer.drawer--right .drawer-dropdown.open .drawer-caret {
  transform: rotate(90deg);
}
.drawer.drawer--right ion-icon {
  --ionicon-stroke-width: 16px;
  color: #474747;
}
.drawer.drawer--right .dr-link,
.drawer.drawer--right .drawer-dropdown-menu-item {
  background: #eeeeee;
}
.drawer.drawer--right .dr-link {
  font-size: 0.18rem;
  padding: 0.8em 0 0.8em 0.75rem;
}
.drawer.drawer--right .drawer-dropdown-menu-item {
  font-size: 0.18rem;
  margin: 0.1em 0;
  padding-left: 1.5em;
  font-weight: normal;
  color: #474747;
}
.drawer.drawer--right .drawer-dropdown-menu li a {
  padding-top: 0.3em !important;
  padding-bottom: 0.3em !important;
}

/*//////////////////////////////////////////
//  アニメーション設定
//////////////////////////////////////////*/
.fu {
  transition: 1s;
  opacity: 0;
  transform: translate3d(0, 10%, 0);
}

.fu.fadeup {
  opacity: 1;
  transform: translateZ(0);
}

.fadeIn {
  transition: all 0.9s linear;
  opacity: 1 !important;
}

@keyframes fadeup {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 20%, 0);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateZ(0);
  }
}
@keyframes bounce {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 20%, 0);
  }
  80% {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, -10%, 0);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateZ(0);
  }
}
.on {
  animation-name: zoomin;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes zoomin {
  0% {
    transform: scale(0%);
  }
  50% {
    transform: scale(140%);
  }
  100% {
    transform: scale(100%);
  }
}
.faderight {
  animation-name: faderight;
}

@keyframes faderight {
  0% {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
/*//////////////////////////////////////////
//  slick上書き
//////////////////////////////////////////*/
/* Arrows */
.slick-prev,
.slick-next {
  height: 1.2rem;
  width: 1.2rem;
  line-height: 0;
  font-size: 0;
  background: #fff;
  border-radius: 50%;
  z-index: 10;
  border: 0.06rem solid #000;
}
@media screen and (max-width: 768px) {
  .slick-prev,
  .slick-next {
    width: 0.3rem;
    height: 0.3rem;
    border: 0.015rem solid #000;
  }
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: #fff;
  color: transparent;
}
.slick-prev:before,
.slick-next:before {
  content: "";
}

.slick-prev {
  left: 22%;
}
@media screen and (max-width: 768px) {
  .slick-prev {
    left: 1.5%;
  }
}
.slick-prev:before {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  border-bottom: 0.06rem solid #000;
  border-right: 0.06rem solid #000;
  transform: rotate(135deg);
  margin-left: 0.16rem;
}
@media screen and (max-width: 768px) {
  .slick-prev:before {
    width: 0.075rem;
    height: 0.075rem;
    border-bottom: 0.015rem solid #000;
    border-right: 0.015rem solid #000;
    margin-left: 0.04rem;
  }
}

.slick-next {
  right: 22%;
}
@media screen and (max-width: 768px) {
  .slick-next {
    right: 1.5%;
  }
}
.slick-next:before {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  border-bottom: 0.06rem solid #000;
  border-right: 0.06rem solid #000;
  transform: rotate(-45deg);
  margin-right: 0.16rem;
}
@media screen and (max-width: 768px) {
  .slick-next:before {
    width: 0.075rem;
    height: 0.075rem;
    border-bottom: 0.015rem solid #000;
    border-right: 0.015rem solid #000;
    margin-right: 0.04rem;
  }
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0rem;
}

.slick-dots {
  position: absolute;
  bottom: -0.6rem;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .slick-dots {
    bottom: -0.5rem;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 0.3rem;
  width: 0.3rem;
  margin: 0 0.1rem;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .slick-dots li {
    height: 0.075rem;
    width: 0.075rem;
  }
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 0.3rem;
  width: 0.3rem;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .slick-dots li button {
    height: 0.075rem;
    width: 0.075rem;
  }
}
.slick-dots li button:before {
  content: "";
  background: #9a9a9a;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 0.3rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 768px) {
  .slick-dots li button:before {
    height: 0.075rem;
    width: 0.075rem;
  }
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button:before {
  background: #000;
}/*# sourceMappingURL=common.css.map */