@charset "utf-8";
/*----------------------------------------------------------------------------------------------------

  SNS
  
----------------------------------------------------------------------------------------------------*/
.l-sns {
  width: 60px;
  height: 100%;
  background-color: var(--color-red);
  color: #FFF;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 2rem;
}
.l-sns .follow {
  font-size: var(--fs-s);
  font-family: var(--ff-min);
  writing-mode: vertical-rl;
  align-self: center;
  padding-left: 0.3em;
  padding-bottom: 0.5rem;
}
.l-sns a {
  align-self: center;
  width: 1.8em;
  height: 1.8em;
  padding: 0.35em;
  display :flex;
  border: 1px solid rgba(255,255,255,0.7);
  border-radius: 100%;
  margin-top: 1.5rem;
}
.l-sns a.p-icon {
  background-size: 54%;
}
.l-sns a,
.l-sns a:visited,
.l-sns a:hover {
  text-decoration: none;
}
.ua-pc .l-sns a:hover {
  background-color: #FFF;
  border-color: #FFF;
}
.ua-pc .l-sns a.p-icon[icon="insta_white"]:hover {
  background-image: url(../image/icon/insta.svg);
}
.ua-pc .l-sns a.p-icon[icon="fb_white"]:hover {
  background-image: url(../image/icon/fb.svg);
}
@media print, screen and (min-width:1101px) {
  body {
    padding-left: 60px;
  }
}
@media screen and (max-width:1100px) {
  .l-sns {
    display: none;
  }
}

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

  Header
  
----------------------------------------------------------------------------------------------------*/
.l-hd {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media print, screen and (min-width:1101px) {
  .l-hd {
    height: 110px;
  }
  :root {
    --hd-height: 110px;
  }
}
@media screen and (max-width:1100px) {
  .l-hd {
    height: 100px;
  }
  :root {
    --hd-height: 100px;
  }
}
@media screen and (max-width:900px) {
  .l-hd {
    height: 5.5em;
  }
  :root {
    --hd-height: 5.5em;
  }
}
@media screen and (max-width:640px) {
  .l-hd {
    height: 4.75em;
  }
  :root {
    --hd-height: 4.75em;
  }
}

/*--------------------------------------------------------------------------------
  logo
--------------------------------------------------------------------------------*/
.l-hd-logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.l-hd-logo:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #FFF;
}
.l-hd-logo .ttl {
  font-weight: normal;
  display: flex;
}
.l-hd-logo .sub {
  font-family: var(--ff-min);
  font-weight: 500;
  text-align: left;
  margin-top: -0.5em;
}
@media print, screen and (min-width:1101px) {
  body:not(#top) .l-hd-logo {
    padding: var(--box-space-m);
  }
  body:not(#top) .l-hd-logo .sub {
    font-size: var(--fs-2s);
    padding-left: 3rem;
    order: 1;
  }
  body:not(#top) .l-hd-logo .sub__txt {
    line-height: 1;
    width: 2em;
    writing-mode: vertical-rl;
    text-align: left;
    white-space: nowrap;
  }
  body:not(#top) .l-hd-logo .ttl {
    align-items: center;
    justify-content: center;
  }
  body:not(#top) .l-hd-logo .ttl a {
    width: calc(80 / 1200 * 100vw);
    max-width: 80px;
    align-self: center;
  }
}
@media screen and (max-width:1100px) {
  body:not(#top) .l-hd-logo {
    padding: var(--box-space-s) var(--box-space-min);
  }
  body:not(#top) .l-hd-logo .sub {
    font-size: var(--fs-2s);
    padding-bottom: 1.5rem;
  }
  body:not(#top) .l-hd-logo .ttl {
    flex-direction: column;
  }
  body:not(#top) .l-hd-logo .ttl a {
    text-decoration: none;
    flex-shrink: 0;
    width: clamp(80px, calc(120 / 800 * 100vw), 140px);
    height: calc(60 / 800 * 100vw);
    max-height: 60px;
    min-height: 50px;
    background: url("../image/logoX.svg") no-repeat center center;
    background-size: 90% auto;
  }
  body:not(#top) .l-hd-logo .ttl a img {
    display: none;
  }
}
@media screen and (max-width:640px) {
  body:not(#top) .l-hd-logo .sub {
    font-size: var(--fs-3s);
  }
  body:not(#top) .l-hd-logo .ttl a {
    height: calc(50 / 640 * 100vw);
    max-height: 50px;
    min-height: 40px;
  }
}

/*--------------------------------------------------------------------------------
  contact
--------------------------------------------------------------------------------*/
.l-hd-contact {
  flex-grow: 1;
  justify-content: flex-end;
  display: flex;
  line-height: var(--line-height-m);
}
.l-hd-contact .tel {
  align-self: center;
  text-align: right;
  font-size: var(--fs-2s);
  padding-right: 3rem;
}
.l-hd-contact .tel-txt,
.l-hd-contact .tel-no {
  font-family: var(--ff-min);
}
.l-hd-contact .tel-txt {
  font-size: var(--fs-m);
  font-weight: 600;
}
.l-hd-contact .tel-no {
  font-size: var(--fs-3l);
  font-weight: 700;
  display: inline-block;
  margin-right: 1rem;
}
.l-hd-contact a.tel-no,
.l-hd-contact a.tel-no:visited,
.l-hd-contact a.tel-no:hover {
  color: inherit;
}
.l-hd-contact .telBtn {
  text-align: center;
  background-color: var(--color-red);
}
.l-hd-contact .telBtn a {
  width: 100%;
  height: 100%;
  color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 1.25em;
}
.l-hd-contact .telBtn a,
.l-hd-contact .telBtn a:visited,
.l-hd-contact .telBtn a:hover {
  color: #FFF;
  text-decoration: none;
}
.l-hd-contact .telBtn .icon {
  display: block;
}
.l-hd-contact .telBtn .icon:before {
  content: "";
  width: 100%;
  height: 1.8em;
  background: url("../image/icon/tel.svg") no-repeat center center;
  background-size: auto 1.4em;
  display: block;
  margin-top: 0.4em;
  margin-bottom: 0.3em;
}
@media print, screen and (min-width:1101px) {
  .l-hd-contact {
    padding-right: 5.5em;
  }
}
@media print, screen and (min-width:641px) and (max-width:1100px) {
  .l-hd-contact {
    padding-right: 5em;
  }
}
@media print, screen and (min-width:901px) {
  .l-hd-contact .telBtn {
    display: none;
  }
}
@media screen and (max-width:1100px) {
  .l-hd-contact {
    margin-left: auto;
  }
}
@media screen and (max-width:900px) {
  .l-hd-contact .tel {
    display: none;
  }
  .l-hd-contact .telBtn {
    font-size: var(--fs-3s);
  }
}
@media screen and (max-width:640px) {
  .l-hd-contact {
    padding-right: 4em;
  }
  .l-hd-contact .telBtn {
    font-size: var(--fs-min);
  }
}

/*--------------------------------------------------------------------------------
  nav button
--------------------------------------------------------------------------------*/
@media print, screen and (min-width:1101px) {
  .l-gNavBtn {
    width: 5.5em;
  }
  :root {
    --gNavBtn-icon-width: 24px;
    --gNavBtn-icon-height: 20px;
  }
}
@media screen and (max-width:1100px) {
  :root {
    --gNavBtn-icon-width: 20px;
    --gNavBtn-icon-height: 16px;
  }
}
@media print, screen and (min-width:641px) and (max-width:1100px) {
  .l-gNavBtn {
    width: 5em;
  }
}
@media screen and (max-width:640px) {
  .l-gNavBtn {
    width: 4em;
  }
}
.l-gNavBtn {
  height: var(--hd-height);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 3000;
  margin-left: auto;
  line-height: 1;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--color-brown);
  color: #FFF;
  padding: 0 1.25em;
  transition: background 0.15s ease-out;
}
.ua-pc .l-gNavBtn:not(.is-close):hover {
  background-color: #907E79;
}
.l-gNavBtn__icon,
.l-gNavBtn__icon span,
.l-gNavBtn__icon span:before,
.l-gNavBtn__icon span:after {
  display: inline-block;
}
.l-gNavBtn__icon {
  position: relative;
  width: var(--gNavBtn-icon-width);
  height: var(--gNavBtn-icon-height);
  transition: all 0.4s ease-out;
}
.l-gNavBtn__icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.4s ease-out;
}
.l-gNavBtn__icon span {
  background-color: #FFF;
}
.l-gNavBtn.is-close .l-gNavBtn__icon span {
  background-color: var(--color-brown);
}
.l-gNavBtn.is-close {
  background-color: transparent;
}
.l-gNavBtn__icon span:nth-of-type(1) {
  top: 0;
}
.l-gNavBtn__icon span:nth-of-type(2) {
  top: calc((var(--gNavBtn-icon-height) / 2) - 1px);
}
.l-gNavBtn__icon span:nth-of-type(3) {
   bottom: 0;
}
.l-gNavBtn.is-close .l-gNavBtn__icon span:nth-of-type(1) {
  transform: translateY(calc((var(--gNavBtn-icon-height) / 2) - 1px)) rotate(-45deg);
}
.l-gNavBtn.is-close .l-gNavBtn__icon span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: navBtn02 .8s forwards;
}
.l-gNavBtn.is-close .l-gNavBtn__icon span:nth-of-type(3) {
  transform: translateY(calc(-1 * (var(--gNavBtn-icon-height) / 2) + 1px)) rotate(45deg);
}
@keyframes navBtn02 {
  100% { height: 0; }
}

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

  Global navigation
  
----------------------------------------------------------------------------------------------------*/
html.is-gNav-open {
  overflow: hidden;
}
html.is-gNav-open,
html.is-gNav-open body,
html.is-gNav-close,
html.is-gNav-close body {
  height: 100%;
}
.l-gNav {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2000;
  pointer-events: none;
  transition: background 0.5s var(--cubic-bezier);
}
html.is-gNav-open .l-gNav {
  pointer-events :auto;
  background-color: #FFF;
}
.l-gNav-popup-wrap {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: relative;
}
html.is-gNav-open .l-gNav-popup-wrap {
  opacity: 1;
}
html.is-gNav-close .l-gNav-popup-wrap {
  opacity: 0;
}
.l-gNav-popup {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.l-gNav-popup__item {
  position: relative;
  overflow-y: auto;
  opacity: 0;
  padding: 0 var(--side-space);
}
.l-gNav-popup__item {
  opacity: 0;
  transition: opacity 0.8s var(--cubic-bezier);
}
.l-gNav-popup__item.is-open {
  opacity: 1;
}
.l-gNav a,
.l-gNav a:visited,
.l-gNav a:hover,
.uc-pc .l-gNav a:hover {
  text-decoration: none;
}

/*--------------------------------------------------------------------------------
  menu
--------------------------------------------------------------------------------*/
.l-gNav-list {
  font-size: var(--fs-m);
  list-style: none;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 0;
  font-weight: 400;
}
.l-gNav-list li {
  overflow: hidden;
}
.l-gNav-list li:not(:first-child) {
  padding-top: 0.5em;
}
.l-gNav-list li.insta {
  font-size: var(--fs-2s);
  padding-top: 3em;
}
.l-gNav-list li a {
  display: block;
  transform: translateY(100%);
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.l-gNav-popup__item.is-open .l-gNav-list li a {
  animation: gNav-textEffect 0.8s forwards;
}
.l-gNav-list li a,
.l-gNav-list li a:visited,
.l-gNav-list li a:hover {
  color: var(--color-red);
}
.ua-pc .l-gNav-list li a:hover {
  color: var(--color-brown);
}
@keyframes gNav-textEffect {
  0% { transform: translateY(100%); }
  100% { transform: translateY(0); }
}

/*--------------------------------------------------------------------------------
  TEL
--------------------------------------------------------------------------------*/
.l-gNav-tel {
  text-align: center;
  font-size: var(--fs-s);
  color: #FFF;
}
.l-gNav-tel a {
  width: 100%;
  max-width: 400px;
  display: inline-block;
  background-color: var(--color-red);
  padding: var(--box-space-min) var(--box-space-s);
}
.l-gNav-tel a,
.l-gNav-tel a:visited,
.l-gNav-tel a:hover {
  color: #FFF;
}
.l-gNav-tel .tel-txt,
.l-gNav-tel .tel-no {
  font-family: var(--ff-min);
}
.l-gNav-tel .tel-txt {
  font-size: var(--fs-m);
  font-weight: 600;
}
.l-gNav-tel .tel-no {
  font-size: var(--fs-3l);
  font-weight: 700;
}
.l-gNav-tel .tel-time {
  font-size: var(--fs-s);
}
.l-gNav-tel .tel-time {
  display: block;
  margin-left: 1rem;
}
@media screen and (max-width:1100px) {
  .l-gNav-tel .tel-txt {
    margin-left: 1rem;
  }
}
.l-gNav-tel {
  opacity: 0;
  visibility: visible !important;
}
.l-gNav-popup__item.is-open .l-gNav-tel {
  animation: fadeBlock_fadeIn 0.6s forwards;
}

/*--------------------------------------------------------------------------------
  住所・営業
--------------------------------------------------------------------------------*/
.l-gNav-ad {
  padding-top: 2em;
}
.l-gNav-eigyo {
  list-style: none;
  font-size: var(--fs-2s);
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 2em;
  padding-top: 1em;
  padding-bottom: 3em;
}
.l-gNav-ad,
.l-gNav-eigyo {
  opacity: 0;
  visibility: visible !important;
}
.l-gNav-popup__item.is-open .l-gNav-ad,
.l-gNav-popup__item.is-open .l-gNav-eigyo {
  animation: fadeBlock_fadeIn 0.6s forwards;
}

/*--------------------------------------------------------------------------------
  SNS
--------------------------------------------------------------------------------*/
.l-gNav-sns {
  padding-bottom: 2.5em;
  color: var(--color-red);
  font-family: var(--ff-min);
}
.l-gNav-sns ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 1em;
  overflow: hidden;
}
.l-gNav-sns li {
  opacity: 0;
  transform: translateY(100%);
}
.l-gNav-sns li a {
  align-self: center;
  width: 2.4em;
  height: 2.4em;
  padding: 0.4em;
  display :flex;
  border: 1px solid rgba(var(--rgb-red),0.7);
  border-radius: 100%;
}
.l-gNav-sns li a.p-icon {
  background-size: 54%;
}
.l-gNav-sns li a,
.l-gNav-sns li a:visited,
.l-gNav-sns li a:hover {
  text-decoration: none;
}
.ua-pc .l-gNav-sns li a:hover {
  background-color: var(--color-red);
  border-color: var(--color-red);
}
.ua-pc .l-gNav-sns li a.p-icon[icon="insta"]:hover {
  background-image: url(../image/icon/insta_white.svg);
}
.ua-pc .l-gNav-sns li a.p-icon[icon="fb"]:hover {
  background-image: url(../image/icon/fb_white.svg);
}
.l-gNav-popup__item.is-open .l-gNav-sns li {
  animation: gNav-btnEffect 0.6s forwards;
  animation-delay: 0.2s;
}
@keyframes gNav-btnEffect {
  0% { transform: translateY(100%); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}

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

  Contents
  
----------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
  ページタイトル
--------------------------------------------------------------------------------*/
.l-pgTtl {
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-pgTtl__txt {
  display: inline-block;
  line-height: 1;
  color: var(--color-red);
  font-family: var(--ff-min);
  font-weight: 600;
  font-size: var(--fs-4l);
  background-color: #FFF;
  padding: 1.5rem 2.5rem;
}
@media print, screen and (min-width:1101px) {
  .l-pgTtl {
    margin-left: var(--side-space);
  }
}
@media print, screen and (min-width:901px) {
  .l-pgTtl {
    height: 380px;
  }
}
@media screen and (max-width:1100px) {
  .l-pgTtl {
    background-size: cover;
  }
}
@media screen and (max-width:900px) {
  .l-pgTtl {
    height: calc(320 / 800 * 100vw);
    max-height: 320px;
    min-height: 220px;
  }
  .l-pgTtl__txt {
    font-size: var(--fs-3l);
  }
}

/*--------------------------------------------------------------------------------
  パンくずリスト
--------------------------------------------------------------------------------*/
.l-pan {
  padding-top: 1.5em;
  padding-left: var(--side-space);
  padding-right: var(--side-space);
}
.l-pan__list {
  width: 100%;
  max-width: var(--base-width);
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  list-style: none;
  line-height: 2;
  font-size: var(--fs-2s);
}
.l-pan__list li {
  display: inline-block;
}
.l-pan__list li:not(:last-child):after {
  content: "";
  display: inline-block;
  --width: 1rem;
  --border: 1px;
  width: var(--width);
  height: var(--width);
  border-width: 0 var(--border) var(--border) 0;
  border-style: solid;
  border-color: rgba(var(--rgb-brown),0.7);
  transform: rotate(-45deg) scale(0.5);
  margin-left: 0.5rem;
  margin-right: 0.25rem;
}

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

  マップ
  
----------------------------------------------------------------------------------------------------*/
.l-map {
  background-color: #FFF;
  padding-left: var(--side-space);
  padding-right: var(--side-space);
  padding-top: var(--block-space-m);
}
.l-map .gmap {
  height: 70vh;
  max-width: var(--base-width);
  margin-left: auto;
  margin-right: auto;
}
.l-map .gmap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  vertical-align: bottom;
}
@media print,screen and (min-width:641px) {
  .l-map .gmap {
    max-height: 600px;
    min-height: 500px;
  }
}
@media screen and (max-width:640px) {
  .l-map .gmap {
    max-height: 400px;
    min-height: 300px;
  }
}

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

  Footer
  
----------------------------------------------------------------------------------------------------*/
footer {
  background-color: #FFF;
  padding-left: var(--side-space);
  padding-right: var(--side-space);
  padding-top: var(--block-space-m);
}
.l-ft {
  max-width: var(--base-width);
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width:1101px) {
  footer {
    padding-bottom: var(--block-space-m);
  }
}
@media print, screen and (min-width:901px) {
  .l-ft {
    display: flex;
  }
  .l-ft-info {
    flex: 1;
    padding-left: calc(var(--side-space) * 2);
  }
}
@media screen and (max-width:1100px) {
  footer {
    padding-bottom: var(--block-space-l);
  }
}

/*--------------------------------------------------------------------------------
  logo
--------------------------------------------------------------------------------*/
@media print, screen and (min-width:1101px) {
  .l-ft-logo {
    width: calc(90 / 1200 * 100vw);
    max-width: 90px;
  }
}
@media screen and (max-width:1100px) {
  .l-ft-logo img {
    width: calc(90 / 900 * 100vw);
    max-width: 80px;
    min-width: 60px;
  }
}
@media screen and (max-width:900px) {
  .l-ft-logo {
    width: 100%;
    text-align: center;
    padding-top: var(--block-space-min);
    padding-bottom: var(--block-space-m);
  }
}

/*--------------------------------------------------------------------------------
  TEL
--------------------------------------------------------------------------------*/
.l-ft-info .tel-txt,
.l-ft-info .tel-no {
  font-family: var(--ff-min);
}
.l-ft-info .tel-txt,
.l-ft-info .tel-no,
.l-ft-info .tel-time {
  color: var(--color-red);
}
.l-ft-info .tel-txt {
  font-size: var(--fs-m);
  font-weight: 600;
}
.l-ft-info .tel-no {
  font-size: var(--fs-3l);
  font-weight: 700;
}
.l-ft-info a.tel-no,
.l-ft-info a.tel-no:visited,
.l-ft-info a.tel-no:hover {
  color: var(--color-red);
}
.l-ft-info .tel-time {
  font-size: var(--fs-s);
  display: inline-block;
  margin-left: 1rem;
}
@media print, screen and (min-width:901px) {
  .l-ft-info .tel {
    text-align: left;
  }
}
@media screen and (max-width:900px) {
  .l-ft-info .tel {
    text-align: center;
  }
  .l-ft-info .tel-txt {
    margin-left: 1rem;
  }
}

/*--------------------------------------------------------------------------------
  shop info
--------------------------------------------------------------------------------*/
.l-ft-info .shop {
  display: flex;
  column-gap: 5.5em;
  padding-top: 3rem;
  text-align: left;
}
.l-ft-info .shop dt,
.l-ft-info .shop dd {
  margin-top: 1em;
}
.l-ft-info .shop dt {
  width: 5.25em;
  float: left;
  clear: left;
  font-weight: 400;
}
.l-ft-info .shop dd {
  margin-left: 5.5em;
}
@media screen and (max-width:900px) {
  .l-ft-info .shop {
    flex-wrap: wrap;
  }
}

/*--------------------------------------------------------------------------------
  nav
--------------------------------------------------------------------------------*/
.l-ftNav-list {
  width: 100%;
  font-size: var(--fs-s);
  padding-top: var(--block-space-min);
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.l-ftNav-list li:not(:last-of-type):after {
  content: "";
  width: 1em;
  height: 0.8em;
  border-left: 1px solid rgba(var(--rgb-brown),0.3);
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
}
@media screen and (max-width:900px) {
  .l-ftNav-list {
    padding-top: var(--block-space-m);
  }
}
