/* reset CSS */
*,*::before,*::after{box-sizing:border-box}*{margin:0}html,body{height:100%}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}
dl,ol,ul{margin-bottom:0;}
body{
    /* font-family: 'Hiragino Kaku Gothic ProN'; */
    font-family: 'YuMincho;';
    /* background-color: #FFFEF2; */
    color: var(--black, #313141);
}
/* カラー定義 */
:root {
    --color-default: #000000;
    --color-primary: #2b4bc2;
    --color-secondary: #004bc4;
    --color-pink: #f7d2db;
    --color-pink2: #f0a9c2;
    --color-pink3: #ffdbfb;
    --color-pink4: #f8bfcc;
    --color-pink5: #e781a0;
    --color-pink6: #dd82a5;
    --color-pink7: #ff3a72;
    --color-pink8: #f0819b;
    --color-pink9: #dd5f9a;
    --color-ochar: #c4a883;
    --color-beige: #faf4e7;
    --color-red: #ff3c00;
    --color-dark: #3e3e3e;
    --color-gray: #707070;
    --color-gray2: #f4f4f4;
    --color-gray3: #d9d9d9;
    --color-gray4: #f3f3f3;
}
.text-default {
    color: var(--color-default) !important;
}

.text-primary {
    color: var(--color-primary) !important;
}

.text-secondary {
    color: var(--color-secondary) !important;
}

.text-pink {
    color: var(--color-pink) !important;
}

.text-pink2 {
    color: var(--color-pink2) !important;
}

.text-pink3 {
    color: var(--color-pink3) !important;
}

.text-pink4 {
    color: var(--color-pink4) !important;
}

.text-pink5 {
    color: var(--color-pink5) !important;
}

.text-pink6 {
    color: var(--color-pink6) !important;
}

.text-pink7 {
    color: var(--color-pink7) !important;
}

.text-pink8 {
    color: var(--color-pink8) !important;
}

.text-pink9 {
    color: var(--color-pink9) !important;
}

.text-ochar {
    color: var(--color-ochar) !important;
}

.text-beige {
    color: var(--color-beige) !important;
}

.text-red {
    color: var(--color-red) !important;
}

.text-dark {
    color: var(--color-dark) !important;
}

.text-gray {
    color: var(--color-gray) !important;
}

.text-gray2 {
    color: var(--color-gray2) !important;
}

.text-gray3 {
    color: var(--color-gray3) !important;
}

.text-gray4 {
    color: var(--color-gray4) !important;
}

.bg-primary {
    background-color: var(--color-primary) !important;
}

.bg-secondary {
    background-color: var(--color-secondary) !important;
}

.container {
    max-width: 750px;
}
:where(.home .section)>.container {
    --bs-gutter-x: 0;
}
.c-fl-menu__container {
    --bs-gutter-x: 0;
}

div, p, ul{
    padding: 0;
    margin: 0;
}

a{
    text-decoration: none;
}
a:hover{
    opacity: 0.8;
}

div{
    max-width: 750px;
    margin: auto;
}
img{
    width: 100%;
}



.shopInfo{
    display: flex;
    justify-content: center;
}
.shopInfo > div:nth-of-type(1){
    width: 58%;
    margin: 0;
    padding: 2%;
}
.shopInfo > div:nth-of-type(1) > p{
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
}
.shopInfo > div:nth-of-type(1) > div{
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.shopInfo > div:nth-of-type(1) > div div{
    margin: 0;
}
.shopInfo > div:nth-of-type(1) > div > p:nth-of-type(1){
    /* width: 80px; */
}
.shopInfo > div:nth-of-type(1) > div p, .shopInfo > div:nth-of-type(1) > div > div{
    padding: 4px;
    width: fit-content;
    font-size: 12px;
    width: 75%;
    word-break: break-all;
}
.shopInfo > div:nth-of-type(2){
    width: 40%;
    height: 350px;
    padding: 2%;
}
.shopInfo > div:nth-of-type(2) iframe{
    width: 100%;
    height: 100%;
}

.midashi{
    background: #EDF2FF;
    border-radius: 12px;
    text-align: center;
    font-weight: 600;
    width: 80px !important;
}

.staffSection{
    padding-top: 50px;
    background-image: url(../img/staff_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 50%;
    background-position-y: -30%;
}

.staff{
    display: flex;
    >img{
        width: 50%;
    }
}
.staff > div{
    margin: 10px 0;
    padding-right: 10px;
    /* margin-left: -10px; */
}
.staff .name{
    font-size: 1.2em;
}
.staff .name span{
    font-size: 0.5em;
}
.staff .comment{
    font-size: 0.8em;
}

footer{
    background: #DDDDDD;
}
.foo {
    padding-top: 20px;
    padding-bottom: clamp(74px, 26dvw, 160px);
}


.foo p {
    color: #434344;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
}

/* ==========================================
 フローティングメニュー
============================================*/
.c-fl-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 8;
    background-color: var(--bs-white);
}

.c-fl-menu__container {
    --bs-gutter-x: 0;
}

.c-fl-menu__content {}

.c-fl-menu__list {
    display: flex;
}

.c-fl-menu__item {
    width: calc(100% / 3);
}

.c-fl-menu__link {
    display: block;
}

.c-fl__img {
    display: block;
}

@media (min-width: 992px) {
    .c-fl-menu__container {
        padding-top: 2px;
        padding-bottom: 2px;
    }
}

/* ==========================================
 ご予約フォーム
============================================*/
.form {
  padding-top: 40px;
}

.form__header {
}

.form__container {
}

.form__heading {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}

.form__description {
  margin-bottom: 20px;
  text-align: center;
}

.form__description .btn {
  max-width: 260px;
  width: 47.46vw;
  display: block;
  margin: 0 auto 15px;
  padding: 0;
}

.form__body {
  background-color: var(--color-gray4);
}

.form__form {
  padding: 20px 25px 40px;
  font-size: clamp(16px, 4.26vw, 18px);
}

.form__group {
}

.form__group + .form__group {
  margin-top: 1.5em;
}

.form-label {
  margin-bottom: 0.2em;
  font-weight: bold;
}

.form-label > span:first-of-type {
  color: var(--color-pink9);
  font-weight: normal;
}

.form-control {
  font-size: inherit;
  border-radius: 0;
}

.form-check {
  background-color: var(--bs-white);
  border: 1px solid #ced4da;
  border-radius: 0.3rem;
  padding: 0.7em;
  padding-left: 2em;
}

.form-check-input:checked {
  background-color: var(--color-gray);
  border-color: var(--color-gray);
}

.form-select {
  font-size: inherit;
  border-radius: 0;
}

.form-select-lg {
}

.form__submit {
  padding: 0;
  border: 0;
  display: block;
  margin: 1em auto 0;
}

/* calendar */
input[type="date"] {
  position: relative;
}

input[type="date"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="date"]::-webkit-clear-button {
  -webkit-appearance: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

@media (min-width: 992px) {
  .form {
    padding-top: 55px;
    padding-bottom: 70px;
  }

  .form__heading {
    margin-bottom: 30px;
  }

  .form__description {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 50px;
  }

  .form__description .btn {
    display: inline-block;
    margin: 0 10px;
  }

  .form__form {
  }

  .form-control {
  }

  :where([for="input_order"]) + .row {
    --bs-gutter-x: 45px;
  }

  .form__submit {
    margin-top: 50px;
  }
}