@charset "UTF-8";

*:where(:not(iframe, canvas, img, video, svg, svg *, symbol *)) {
  all: unset;
  display: revert
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

a, button {
  cursor: revert
}

b {
  font-weight: 600
}

ol, ul, menu {
  list-style: none;
  padding: 0;
  margin: 0
}

img {
  max-width: 100%
}

table {
  border-collapse: collapse
}

textarea {
  white-space: revert
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert
}

::-webkit-input-placeholder {
  color: unset
}

::-moz-placeholder {
  color: unset
}

:-ms-input-placeholder {
  color: unset
}

::-ms-input-placeholder {
  color: unset
}

::placeholder {
  color: unset
}

:where([hidden]) {
  display: none
}

:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  line-break: after-white-space
}

:where([draggable=true]) {
  -webkit-user-drag: element
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bolder
}

:root {
  --clr-prime: #b80c09;
  --clr-second: #2685e3;
  --clr-gold: #b89f0e;
  --clr-pale-gray: #e1e5ee;
  --clr-blue-gray: #657080;
  --clr-pale-blue: #87929d;
  --clr-thin-gray: #CAD0DF;
  --clr-white: #fff;
  --clr-black: #000;
  --clr-blue: #2685e3;
  --clr-navy: #2a324b;
  --clr-success: #a3ca60;
  --clr-warning: #eaba5d;
  --clr-error: #ff4242;
  --clr-bg: #f5f5f5;
  --clr-text: #2a324b;
  --clr-border: #c1c6c9;
  --fs-sm: .75em;
  --fs-md: 1em;
  --fs-lg: 1.5em;
  --ff-default: sans-serif;
  --ff-en: sans-serif;
  --ff-ja: sans-serif
}

html {
  font-family: var(--ff-default);
  font-size: var(--fs-md)
}

body {
  font-family: Noto Sans JP, sans-serif;
  background-color: var(--clr-white);
  color: var(--clr-text);
  line-height: 1.6
}

a {
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all
}

img {
  height: auto;
  -o-object-fit: contain;
  object-fit: contain
}

i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@font-face {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 100;
  src: url(/fonts/notosansjp/NotoSansJP-Thin.woff2) format("woff2")
}

@font-face {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 200;
  src: url(/fonts/notosansjp/NotoSansJP-Light.woff2) format("woff2")
}

@font-face {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/notosansjp/NotoSansJP-DemiLight.woff2) format("woff2")
}

@font-face {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/notosansjp/NotoSansJP-Regular.woff2) format("woff2")
}

@font-face {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 500;
  src: url(/fonts/notosansjp/NotoSansJP-Medium.woff2) format("woff2")
}

@font-face {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/notosansjp/NotoSansJP-Bold.woff2) format("woff2")
}

@font-face {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 900;
  src: url(/fonts/notosansjp/NotoSansJP-Black.woff2) format("woff2")
}

.footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 450px;
  border-top: 1px solid var(--clr-pale-gray);
  background: var(--clr-white);
  margin: 0 auto;
  padding: 10px 22px;
  z-index: 100
}

.navlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.navlist__item.js-active {
  color: var(--clr-prime)
}

.navlist__item.js-active path {
  fill: var(--clr-prime);
  stroke: var(--clr-prime);
}
.navlist__item.js-active .navlist__icon_coupon path {
  fill: none !important;
}
.navlist__icon_coupon {
  height: 33px;
}


.navlist__item.js-active .navlist__text {
  color: var(--clr-prime)
}

.navlist__link {
  text-align: center
}

.navlist__icon, .navlist__text {
  display: block
}

.navlist__icon {
  fill: var(--clr-blue-gray)
}

.navlist__text {
  color: var(--clr-blue-gray);
  font-size: 12px
}

.header__wrapper.-form {
  margin: 0 auto;
  padding: 16px
}

.header__wrapper .form__item {
  width: 100%
}

.header__wrapper .form__item .selectbox {
  padding: 10px 8px 10px 28px
}



.header__title {
  color: var(-clr--text);
  font-size: 20px;
  font-weight: 700;
  margin: 0 auto;
  padding-right: 20px;
}

.header__wrapper {
  padding: 6px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative
}

.header__logo img {
  margin: 0 auto 0 0;
  display: block;
  width: auto;
  height: 18px;
  -o-object-fit: cover;
  object-fit: cover
}

.header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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
}

.header__btn span {
  color: #2a324b;
  font-size: 10px;
  font-weight: 400
}

.header__btn-speechBubble {
  position: absolute;
  bottom: -40px;
  right: 20px;
  z-index: 99
}

.header__btn-speech {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 6px;
  border: 1px solid #B80C09;
  border-radius: 6px;
  background-color: #fff;
  color: #b80c09;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header__btn-speech:after, .header__btn-speech:before {
  position: absolute;
  top: -11.5px;
  right: 10px;
  width: 15px;
  height: 11px;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  content: ""
}

.header__btn-speech:before {
  background-color: #b80c09
}

.header__btn-speech:after {
  top: -10px;
  background-color: #fff
}

.header__btn-speech svg {
  cursor: pointer
}
.map_wapper {
  padding: 15px
}
.layout {
  color: var(--clr-text);
  position: relative;
  width: 100%;
  max-width: 450px;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  background-color: #fff
}

.layout__header {
  width: 100%;
  border-radius: 0 0 16px 16px;
  background: var(--clr-white);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .16);
  box-shadow: 0 0 8px #00000029;
  z-index: 100
}

.pages .layout__header {
  border-radius: 0
}

.-headerNoShadow .layout__header {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-bottom: 0
}

.header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.layout.pages.-pd-0 .layout__main {
  padding: 0;
  position: unset
}

.layout__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: calc(100vh - 87px);
  overflow-x: auto;
  padding: 0 0 100px
}

.pages .layout__main {
  min-height: calc(100vh - 151px);
  background-color: var(--clr-white);
  padding: 24px 16px 100px
}

.-vh .layout__main {
  padding: 24px 16px 0
}

.layout__footer {
  margin-top: auto
}

.layout__overflow {
  overflow-x: auto;
  padding: 16px;
  /* overflow-y: scroll; */
  /* height: 305px */
}

.layout__item {
  padding: 24px 0
}

.layout__item.-border {
  border-bottom: 1px solid var(--clr-pale-gray)
}

.layout__item.-padT0 {
  padding-top: 0
}
.mg-t-20{
  margin-top: 20px;
}
.close-day {
  background: var(--clr-prime);
  color: var(--clr-white);
  font-weight: 600;
  padding: 13px;
  border-radius: 8px;
}
.hidden {
    display: none;
  }
.flatpickr-calendar.open {
  left: 35% !important;
  top: 52% !important;
}

.policy-box {
    max-height: 140px;   
    overflow-y: scroll;  
    border: 1px solid #ddd;
    background-color: #fafafa;
}
.policy-box p, .policy-box .desc {
    font-size: 12px !important;
    color: #2a324b;
    font-weight: 500;
    line-height: 1.6;
}
.agreement-txt {
    font-size: 12px !important;
    color: #2a324b;
    font-weight: 500;
}
.policy-box .layout__item {
    padding: 0px 10px;
}
.policy-box .desc {
    padding: 10px 0;
}
.policy-box .desc p {
  padding: 0;
}
.policy-box .layout__item .sec-title {
  font-size: 14px ;
}
.policy-box .layout__item .desc .list .list__item {
  padding: 0 ;
}

@media (max-width: 768px) {
  .flatpickr-calendar.open {
    left: 10% !important;
    top: 53% !important;
  }
}
/* Disable link on desktop */
@media (min-width: 1024px) {
    .reserve__phone-wrap {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
        color: inherit;
    }
}
.close-days {
  width: 100%;
  padding: 5px; 
  overflow: hidden;
  height: 0px;
}
.__bold {
  font-weight: bold;
}
.constant-label {
  border: none !important;
  width: 100%;
  background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2217%22%20viewBox%3D%220%200%2016%2017%22%20fill%3D%22none%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.33325%206.67668C3.33325%204.09668%205.41992%202.01001%207.99992%202.01001C10.5799%202.01001%2012.6666%204.09668%2012.6666%206.67668C12.6666%209.45668%209.71992%2013.29%208.51325%2014.75C8.24658%2015.07%207.75992%2015.07%207.49325%2014.75C6.27992%2013.29%203.33325%209.45668%203.33325%206.67668ZM6.33325%206.67668C6.33325%207.59668%207.07992%208.34334%207.99992%208.34334C8.91992%208.34334%209.66658%207.59668%209.66658%206.67668C9.66658%205.75668%208.91992%205.01001%207.99992%205.01001C7.07992%205.01001%206.33325%205.75668%206.33325%206.67668Z%22%20fill%3D%22%239D9D9D%22%2F%3E%3C%2Fsvg%3E) no-repeat left 8px center !important;
  background-size: 16px;
  padding: 0px 28px !important;
  font-weight: bold;
}
.sec-title-inner {
  padding-left: 10px;
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;

}