

/* mv */
.mv {
    position: relative;
    height: 100vh;
}

.mv__slider {

}

.mv__img {
    display: block;
    height: 100vh;
}

.mv__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.3);
    transition: all 5s linear;
}

.mv__img.slick-current img {
    transform: scale(1);
}

.mv-slider-dots {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    right: 9.375rem;
    bottom: 2.125rem;
}

.mv-slider-dots li {
    border-radius: 50%;
    background-color: #c54d00;
    width: 0.625rem;
    height: 0.625rem;
}

.mv-slider-dots li.slick-active {
    background-color: white;
}

.mv-slider-dots button {
    display: none;
}

@media screen and (max-width:1024px) {
    .mv {
        max-height: 800px;
    }
    .mv__img {
        max-height: 800px;
    }
    .header {
        max-height: 800px;
    }
}

@media screen and (max-width:768px) {
    .mv {
        height: 400px;
    }
    .mv__img {
        height: 400px;
    }
    .mv-slider-dots {
        right: initial;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* news */
.news {
    /* background: url(../img/bg_gallery.jpg) center center / cover no-repeat; */
    background: url(../img/back-news.jpg) no-repeat center top / cover;
    padding-top: 4rem;
    padding-bottom: 2.7rem;
}

.news__inner.inner {
    max-width: 1050px;
}

.news__wrap {
    display: grid;
    gap: 3rem;
    grid-template-columns: 15.625rem 1fr;

}

.news__title {
    margin-top: 3rem;
}

/* .news .CMS-NEWS-INDEX {
    width: 100%;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.news .CMS-NEWS-ITEM {
    width: 100%;
    margin: 0;
}

.news .CMS-NEWS-ITEM a {
    display: grid;
    width: 100%;
    align-items: center;
    grid-template-columns: 6.875rem 1fr;
    gap: 1.5rem;
    padding: 0;
    padding-block: 0.625rem;
    font-size: 1rem;
}

.news .CMS-NEWS-TIME {
    margin: 0;
    color: #fff;
}

.news .CMS-NEWS-LINK {
    line-height: 1.5;
    color: #fff;
}

.news .CMS-NEWS-MORE-READ {
    display: none;
} */

.news__btn {
    text-align: center;
    /* margin-top: 4.0625rem; */
}

@media screen and (max-width:768px) {
    .news {
    padding-top: 2rem;
    padding-bottom: 4rem;
    }
    .news__title {
        text-align: center;
    }
    .news__wrap {
        display: block;
    }
    /* .news .CMS-NEWS-INDEX {
        margin-top: 1rem;
    }
    .news .CMS-NEWS-ITEM + .CMS-NEWS-ITEM {
        margin-top: 0.5rem;
    } */
}





/* policy */
.policy {
    position: relative;
    /* background: url(../img/bg_policy.jpg) center center / cover no-repeat; */
    background: url(../img/back-policy.jpg) no-repeat center top / cover;
    padding-top: 8.5rem;
    padding-bottom: 5.375rem;
}

/* .policy::before {
    position: absolute;
    content: "";
    width: 37.375rem;
    height: 27.5rem;
    background: url(../img/tai.png) center center / contain no-repeat;
    bottom: -17.625rem;
    right: 0;
    mix-blend-mode: multiply;
} */

.policy__inner.inner {
    max-width: 1200px;
    display: grid;
    grid-template-columns: 57% 33.5%;
    gap: 5.7rem;
}

.policy__gallery {
    position: relative;
}

.policy__img1 {

}

.policy__img2 {
    display: block;
    width: 56%;
    margin-top: -8.2rem;
    margin-right: -4.125rem;
    margin-left: auto;
}

.policy__content {
    /* color: white; */
}

.policy__head {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 2rem;
    padding-right: 1rem;
}

.policy__title {
    /* -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 2.4375rem;
    letter-spacing: 0.15em;
    line-height: calc(70/38); */
}
.policy__title img {
    width: 100%;
    height: auto;
}
.policy__title small {
    display: inline-block;
    color: #c54d00;
    font-size: 0.75rem;
    margin-top: 1em;
}

.policy__title span {
    color: #c54d00;
}

.policy__text {
    font-size: 1em;
    letter-spacing: 0.22em;
    line-height: calc(41/16);
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-right: 2.625rem;
    margin-top: 6.875rem;
}

.policy__btn {
    text-align: center;
    margin-top: 3.625rem;
}

@media screen and (max-width:768px) {
    .policy {
        padding-block: 5rem;
    }
    .policy__inner.inner {
        display: block;
    }
    .policy__img1 {
        display: block;
        width: 90%;
    }
    .policy__img2 {
        width: 50%;
        margin-right: -10px;
    }
    .policy__head {
        justify-content: center;
        margin-top: 3rem;
        padding-right: 20vw;
    }
    .policy__title {
        flex-basis: 40%;
    }
    .policy__text {
        flex-basis: 50%;
        margin-top: 2rem;
    }
    
    /* .policy::before {
        width: 14.93rem;
        height: 11rem;
        bottom: -7.05rem;
    } */
}
@media screen and (max-width:540px) {
    .policy__head {
        padding-right: 10vw;
    }

}

/* menu */
.menu {
    /* background: url(../img/bg_menu.jpg) center top / cover no-repeat; */
    background: url(../img/back-menu.jpg) no-repeat center top / cover;
    padding-top: 5.5rem;
    padding-bottom: 6.9375rem;
    margin-top: -1px;
    overflow: hidden;
}

.menu__inner {
    max-width: 1150px;
}

.menu__title {
    text-align: center;
}

.menu__units {
    margin-top: 8rem;
}

.menu__unit {
    position: relative;
}

.menu__unit:nth-of-type(2) {
    margin-top: 22rem;
}
.menu__unit:nth-of-type(3) {
    margin-top: 22rem;
}

.menu__img {
    position: relative;
    display: block;
    width: 45.2rem;
}

.menu__img--couse::before {
    position: absolute;
    content: "";
    width: 31.5vw;
    width: 30rem;
    height: 24.89vw;
    height: 24.5rem;
    bottom: -13rem;
    left: -8rem;
    /* margin-left: calc(50% - 50vw + 11rem); */
    background: url(../img/menu_02.png) left center / contain no-repeat;
}

.menu__img--food {
    margin-left: auto;
}

.menu__img--food::before {
    position: absolute;
    content: "";
    width: 31.5vw;
    width: 34rem;
    height: 24.89vw;
    height: 22.5rem;
    bottom: -9rem;
    right: calc(50% - 32vw);
    right: -12.5rem;
    background: url(../img/menu_04.png) left center / contain no-repeat;
}

.menu__img--drink {
   
}

.menu__content {
    position: absolute;
    top: -5rem;
}
.menu__content--type1 {
    top: -0.5rem;
}
.menu__content--right {
    right: 0;
}

.menu__content--left {
    left: 0;
}

.menu__content--left .menu__head {
    justify-content: flex-end;
}

.menu__head {
    display: flex;
    align-items: flex-end;
    flex-direction: row-reverse;
}

.menu__content-title {
    width: 5rem;
    margin-left: 3.375rem;
    transform: translateY(-5rem);
}

.menu__unit:nth-child(1) .menu__content-title {
    width: 3.8rem;
    transform: translateY(-10rem);
}

.menu__content-subtitle {
    color: white;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size:2.0625rem;
    letter-spacing: 0.21em;
    line-height: 1.8;
    transform: translateY(5rem);
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
}
.menu__unit:nth-child(1) .menu__content-subtitle {
    transform: translateY(1rem);
}

.menu__text {
    width: 30.625rem;
    margin-top: 6.5rem;
    background: rgba(255, 255, 255, 0.8);
    padding: 1.75rem 1.75rem;
    /* min-height: 14.6875rem; */
}
.menu__unit:nth-child(1) .menu__text {
    margin-top: 2.5rem;
}

.menu__text p {
    font-size: 1.05rem;
    letter-spacing: 0.075em;
    line-height: 1.8;
    font-feature-settings: "palt";
    font-weight: 500;
}

.menu__btn {
    text-align: center;
    margin-top: 19rem;
}

@media screen and (max-width:768px) {
    .menu {
        padding-block: 5rem;
    }
    .menu__units {
        margin-top: 3rem;
    }
    .menu__unit {
        display: flex;
        flex-direction: column;
    }
    .menu__unit:nth-of-type(2) {
        margin-top: 9rem;
    }
    .menu__unit:nth-of-type(3) {
        margin-top: 12rem;
}

    .menu__content {
        position: relative;
        order: -1;
    }
    .menu__head {
        justify-content: center;
    }
    .menu__content--left .menu__head {
        justify-content: center;
    }
    .menu__content-title {
        width: 3.9rem;
    }
    .menu__unit:nth-child(1) .menu__content-title {
        width: 2.7rem;
    }
    .menu__content-subtitle {
        font-size: 1.75rem;
        white-space: nowrap;
        transform: translateY(3rem);
    }
    .menu__text {
        width: 100%;
        padding: 1rem 0.625rem;
        margin-top: 3.5rem;
        min-height: unset;
    }
    .menu__unit:nth-child(2) .menu__text {
        margin-top: 4.5rem;
    }
    .menu__unit:nth-child(3) .menu__text {
        margin-top: 4.5rem;
    }
    .menu__text p {
        font-size: 0.85rem;
        text-align: justify;
    }
    .menu__img {
        width: 100%;
    }
    .menu__img--couse::before {
        margin-left: calc(50% - 50vw);
        width: 11.2rem;
        height: 9rem;
        left: 0;
        bottom: -4.925rem;
    }
    .menu__btn {
        margin-top: 3rem;
    }
     .menu__img--food {
        margin-top: -4.3rem;
     }
    .menu__img--food::before {
        width: 11.2rem;
        height: 9rem;
        bottom: -4.925rem;
        right: -5px;
    }
    .menu__img--drink {
        margin-top: -4.3rem;
     }

}

/* gallery */
.top-gallery {
    padding-top: 5rem;
    padding-bottom: 5.5rem;
    overflow: hidden;
    /* background: url(../img/bg_gallery.jpg) center center / cover no-repeat; */
    background: url(../img/back-gallery.jpg) no-repeat center top / cover;
}

.gallery__inner.inner {

}

.gallery__title {
    text-align: center;
}

.gallery__slider {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: 4.0625rem;
    height: 100%;
}

.gallery__slider picture {
    display: block;
    margin: 0.3125rem;
}

.gallery__slider picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 560/401;
}

.gallery__btn {
    text-align: center;
    margin-top: 4.5rem;
}

@media screen and (max-width:768px) {
    .gallery {
        padding-block: 5rem;
    }
}

/* instagram */
.instagram {
    background: url(../img/bg_instagram.jpg) center center / cover no-repeat;
    padding-top: 8.25rem;
    padding-bottom: 9.5rem;
}

.instagram__inner.inner {

}

.instagram__title {
    position: relative;
    height: 3.4em;
    width: fit-content;
    margin-inline: auto;
}

/* .instagram__title::before {
    position: absolute;
    content: "";
    width: 2.125rem;
    height: 2.125rem;
    background: url(../img/instagra.png) center center / contain no-repeat;
    right: -3.25rem;
    bottom: 0.25rem;
} */

.CMS-INSTAGRAM-LIST {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    max-width: 54.375rem;
    gap: 1rem;
    margin-inline: auto;
    margin-top: 4.625rem;
}
.CMS-INSTAGRAM-LIST a:nth-of-type(7),
.CMS-INSTAGRAM-LIST a:nth-of-type(8),
.CMS-INSTAGRAM-LIST a:last-of-type {
	display: none !important;
}
@media screen and (max-width:768px) {
    .instagram {
        padding-block: 5rem;
    }
}

/* access */
.access {
    /* background: url(../img/bg_access.jpg) center top / cover no-repeat; */
    background: url(../img/back-access.jpg) no-repeat center top / cover;
    padding-top: 7.875rem;
    overflow: hidden;
}

.access__inner {
    max-width: 1150px;
}

.access__title {
    text-align: center;
}

.access__wrap {
    display: grid;
    gap: 2.8125rem;
    grid-template-columns: 43% 1fr;
    margin-top: 6.375rem;
}

.access__info dl {
    display: grid;
    align-items: center;
    grid-template-columns: 5.75rem 1fr;
    border-bottom: 1px solid black;
    padding-left: 1rem;
    padding-block: 1.5rem;
}
.access__info dl:first-of-type {
    padding-top: 0;
}
.access__info dt {
    letter-spacing: 0.05em;
    font-weight: bold;
}

.access__info dd {
    letter-spacing: 0em;
    font-feature-settings: "palt";
    line-height: calc(20/16);
    line-height: 1.6;
}

.access__btn {
    text-align: center;
    margin-top: 4.75rem;
}

.access__map {
    width: 100vw;
    position: relative;
    padding-top: 30%;
    margin-left: calc(50% - 50vw);
    margin-top: 6.5rem;
}

.access__map iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

@media screen and (max-width:768px) {
    .access {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .access__wrap {
        display: block;
        margin-top: 3rem;
    }

    .access__map {
        width: 100%;
        padding-top: 92%;
        margin: 0;
        margin-top: 4.25rem;
    }
    .access__info dl:first-of-type {
        padding-top: 1.5rem;
    }

    .access__info dt {
        font-size: 0.925rem;
    }

    .access__info dd {
        font-size: 0.925rem;
    }
}








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

link

----------------------------------------------------------  */
.top-link {
    background: url(../img/back-gallery.jpg) no-repeat center top / cover;
    padding: 4.2rem 0;
}
.link__inner {
    max-width: 54.375rem;
    padding: 0;
}
.top-link__wrap {
    display: flex;
    justify-content: space-between;
    gap: 0 5rem;
}
@media screen and (max-width:768px) {
    .top-link__wrap {
        padding: 0 1.5rem;
        flex-direction: column;
        gap: 2rem 0;
        max-width: 430px;
        margin: 0 auto;
    }
}



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

reserve

----------------------------------------------------------  */
.top-reservation {
    padding: 3.3rem 0 5rem;
    background: url(../img/back-reserve.jpg) no-repeat center top / cover;
    line-height: 1.7;
}

.top-reservation .inner {
    /* padding: 3rem;
    text-align: center;
    border: 1px solid #9c8e79;
    background: url(../img/texture-3.jpg) repeat; */
}

.top-reservation .inner > p {
    text-align: center;
    font-weight: 500;
    line-height: 1.8;
    margin: 2rem auto 3.5rem;
    max-width: 600px;
}

.top-reservation h2 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
    text-align: center;
}

.top-reserve a {
    display: inline-block;
    margin: 2rem 0 0;
    font-size: 2rem;
    border-bottom: 2px solid #9c8e79;
    padding-bottom: 0.5rem;
}

@media screen and (max-width: 767px) {
    .top-reservation {
        padding: 3.3rem 0 3rem;
    }
}

/* ------------------------------
　calendar
------------------------------ */
.calendar-wrapper {
  position: relative;
  outline: 16px solid #ccc;
  /* max-width: 1000px; */
  width: 83%;
  margin: 50px auto 0 auto;
  display: flex;
  background-color: rgba(255,255,255,1);
}

#calendar {
  text-align: center;
  width: 100%;
}
table {
  outline: 16px solid #ccc;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
.calendar-wrapper th {
  color: #000;
}
.calendar-wrapper th,
.calendar-wrapper td {
  outline: 1px solid #ddd;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  color: #111111;
}

.calendar-wrapper td:nth-child(6) .reservation-date,
.calendar-wrapper td:nth-child(6) .reservation-date a {
  color: #8888ff;
}

.calendar-wrapper td:last-child .reservation-date,
.calendar-wrapper td:last-child .reservation-date a {
  color: #ff8888;
}

.calendar-wrapper td.disabled {
  background-color: #eeeeee;
  color: #aaaaaa;
}

.reservation-date {
  text-decoration: underline;
}

.reservation-seat {
  font-size: 14px;
}

.reservation-seat a {
  color: #dd8866;
}

.reservation-seat-disabled {
  color: #aaaaaa;
}

.calendar-reservation {
  border-collapse: collapse;
  width: 100%;
  word-break: break-all;
  margin-top: 10px;
  margin-left: 1rem;
  padding: 20px;
}
.calendar-reservation form {
  padding-top: 0;
}
.calendar_date {
  font-size: 18px;
}
.calendar_person,
.calendar_time {
  width: 100%;
  font-size: 18px;
  padding: 8px;
  margin-top: 4px;
  margin-bottom: 8px;
}
.calendar_button {
  width: 100%;
  font-size: 18px;
  padding: 12px;
  border-radius: 6px;
  background-color: #aaaaaa;
  color: #ffffff;
  border: 1px solid #aaaaaa;
}
.calendar_button:not([disabled]) {
  cursor: pointer;
}
.calendar_info {
  font-size: 12px;
  margin-top: 20px;
}
.calendar_ok {
  color: #dd8866;
}
.reservation-message {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 16px;
  text-align: center;
  color: #c00000;
}
@media screen and (max-width: 767px) {
  .calendar-wrapper {
    width: 90%;
    margin: 40px auto 60px auto;
    flex-direction: column;
  }
  .calendar-wrapper {
    font-size: 12px;
  }
  .calendar-reservation {
    padding: 0;
    margin-top: 20px;
    margin-left: 0;
  }
  .calendar-reservation form {
    padding: 20px;
  }
  .calendar-reservation form div {
    margin-bottom: 20px;
  }
  .calendar_info {
    padding: 0 20px 20px 20px;
  }

  .calendar_date {
    font-size: 16px;
  }

    .calendar_button {
        font-size: 16px;
    }
}

@media screen and (max-width: 450px) {
  .reservation-date {
    font-size: 2.8vw;
  }
}

/* ------------------------------
　reservation
------------------------------ */
.regform {
    /* max-width: 840px; */
    margin: auto;
}
.form-container {
  width: 100%;
  background-color: rgba(255,255,255,0.5);
}

.form-container input,
.form-container select {
  height: 2rem;
  font-size: 1.2rem;
}

.form-container textarea {
  width: 100%;
  height: 8rem;
}

.form-container .tel-form input,
.form-container .mail-form input {
  width: 100%;
  font-size: 1.2rem;
}

.form-container .pay-form select {
  width: 33%;
  font-size: 1.2rem;
}

.form-container dl {
  display: flex;
}

.form-container dt {
  display: flex;
  align-items: center;
  width: 300px;
  width: 30%;
  background-color: #eeebe4;
  font-weight: bold;
  padding: 5px 15px;
  border: 1px solid #cccccc;
}

.form-container dd {
  padding: 5px 15px;
  flex: 1;
  border: 1px solid #cccccc;
}

.form-container .text_field {
  width: 47.6%;
}

.form-container .text_field:first-child {
  margin-right: 3%;
}

.form-container .date-form,
.form-container .course-form,
.form-container .seat-form,
.form-container .cost-form {
  /* height: 36px; */
}

/* .form-container .date-form dd,
.form-container .course-form dd,
.form-container .seat-form dd,
.form-container .cost-form dd{
  padding: 12px 5px; 
} */

.form-container .blank-area {
  margin-right: 10px;
}

.hissu {
  min-width: 28px;
  height: 20px;
  display: inline-block;
  border: 1px solid #c00;
  padding: 3px;
  margin-left: 14px;
  font-size: 0.75rem;
  line-height: 1;
  color: #c00;
}

.nini {
  min-width: 28px;
  height: 20px;
  display: inline-block;
  border: 1px solid #999;
  padding: 3px;
  margin-left: 14px;
  font-size: 0.75rem;
  line-height: 1;
  color: #333;
}

.btn-container {
  display: flex;
  justify-content: space-evenly;
  justify-content: center;
  margin-top: 2rem;
  gap: 4rem;
}

.btn-container .submit-btn input {
  font-weight: bold;
  background: #f95a6b;
  background: linear-gradient(to bottom, #ff9ba2 0%, #f95a6b 75%, #f85164 100%);
  border: 1px solid #da949b;
  border-radius: 4px;
  box-shadow: inset 1px 1px 3px #f9d8db, inset -1px -1px 3px #ffa6ae;
  color: #ffffff !important;
  padding: 0.4rem 1.6rem;
  text-decoration: none;
  font-size: 1.2rem;
  cursor: pointer;
}

.btn-container .pre-btn input {
  background-color: #ffffff;
  border: solid #cccccc;
  border-radius: 4px;
  border-width: 1px 1px 3px;
  color: #666666 !important;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  padding: 0.4rem 1.6rem;
  text-decoration: none;
  font-size: 1.2rem;
}

.submit-message {
  margin-top: 4rem;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  animation: blink 6s ease-in-out infinite; 
}

@keyframes blink {
    0% {
      opacity: 0.3;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.3;
    }
  }

@media screen and (max-width: 767px) {
  .form-container dl {
    flex-direction: column;
  }
  .form-container dt {
    width: 100%;
  }
  .form-container .date-form,
  .form-container .course-form,
  .form-container .seat-form,
  .form-container .cost-form {
    height: auto;
  }
  .form-container .text_field {
    width: 47.6%;
  }
  .form-container .blank-area {
    margin-right: 8px;
  }
}

/* ローディング */
.loader_container {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.95);
    z-index: 1;
}

.spinner {
    width: 64px;
    height: 64px;
    border: 8px solid;
    border-color: var(--brown) var(--brown) var(--brown) transparent;
    border-radius: 50%;
    animation: spin-animation 1.2s linear infinite;
}

@keyframes spin-animation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loader_container.isLoad{
    animation : fade-out 0.5s;
    animation-fill-mode: both;
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
       opacity: 0;
        visibility: hidden;
    }
}
.reserve-txt{
    text-align: center;
    font-size: 2rem;
}


/* index.html reserve-txt編集 */
.reserve-txt span{
    font-size: 1.5rem;
}
