

/* mv */
.mv {
    position: relative;
    height: 100vh;
}
.mv::after {
    content: "";
    width: 100%;
    height: 11rem;
    /* aspect-ratio: 293/95; */
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.8) 0%,
        rgba(0,0,0,0.6) 40%,
        rgba(0,0,0,0.4) 70%,
        rgba(0,0,0,0) 100%
    );
    z-index: 1;
}

.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/back-news.jpg) no-repeat center bottom / cover;
    padding-top: 5rem;
    padding-bottom: 8.5rem;
    color: #FFF;
}

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


.news__title {

}

.news .CMS-NEWS-INDEX {
    width: 100%;
    margin: 4rem 0 0 0 ;
    padding: 0;
}

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

.news .CMS-NEWS-ITEM a {
    display: grid;
    width: 100%;
    padding: 0;
    font-size: 1rem;
}

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

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

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

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







/* policy */
.policy {
    background: url(../img/back-policy.jpg) no-repeat center top / cover;
    position: relative;
    padding-top: 9.4rem;
    padding-bottom: 6.5rem;
    overflow: hidden;
}

.policy__inner.inner {
    max-width: 1050px;
    max-width: 1140px;
    display: grid;
    grid-template-columns: 67% 1fr;
    gap: 2rem;
}

.policy__gallery {
    position: relative;
    z-index: 1;
}
		.policy__gallery::before {
			content: "";
			background: url(../img/deco-policy1.png) no-repeat center top / contain;
			width: 18.75rem;
			height: 21.5rem;
			/* aspect-ratio: 293/95; */
			position: absolute;
			bottom: -1rem;
			left: -7rem;
			pointer-events: none;
		}

.policy__content {
    color: white;
    position: relative;
}

.policy__head {
    display: flex;
    flex-direction: row-reverse;
}

.policy__title {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.5rem;
    letter-spacing: 0.15em;
    line-height: calc(54/24);
    font-family: "Kaisei Tokumin", serif;
    font-weight: 700;
}

.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: 2rem;
    height: 32rem;
    text-orientation: upright;
}

.policy__btn {
    margin-top: 5rem;
    margin-right: auto;
    margin-left: 2rem;
    width: max-content;
}
@media screen and (max-width:1300px) {
    .policy__inner.inner {
        grid-template-columns: 60% 1fr;
    }
    .policy__head {
        /* justify-content: flex-end; */
        margin-right: 3rem;
    }
    .policy__btn {
        /* margin-right: 7rem; */
    }
}
@media screen and (max-width:768px) {
    .policy {
        background: url(../img/back-policy.jpg) no-repeat left top / cover;
        padding-block: 5rem;
    }
    .policy__inner.inner {
        display: block;
    }
		.policy__gallery::before {
			width: 8rem;
			height: 10rem;
			/* aspect-ratio: 293/95; */
			position: absolute;
			bottom: -1rem;
			left: -1rem;
			pointer-events: none;
		}
    .policy__img1 {
        display: block;
    }
    .policy__head {
        margin-top: 2rem;
        flex-direction: column;
        margin-right: 0rem;
    }
    .policy__title {
        writing-mode: horizontal-tb;
        text-orientation: mixed;
            letter-spacing: 0.1em;
        line-height: 1.8;
        margin-bottom: 1.5rem;
    }

    .policy__text {
        letter-spacing: 0.1em;
        line-height: calc(41/16);
            writing-mode: horizontal-tb;
    text-orientation: mixed;

        margin-right: 0rem;
        height: inherit;
    }
    .policy__btn {
        margin:  2rem auto 0;
    }
}






/* menu */
.menu {
    background: url(../img/back-menu.jpg) no-repeat center top / cover;
    padding-top: 6.5rem;
    padding-bottom: 11.5rem;
    color: #FFF;
    position: relative;
    overflow: hidden;
}
.menu__inner {
    max-width: 1150px;
    position: relative;
    z-index: 1;
}

.menu__units {
    margin-top: 5rem;    
}

.menu__unit {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    gap: 7.5rem;
    justify-content: flex-end;
}
.menu__unit:nth-of-type(2) {
    flex-direction: row;
}
.menu__unit + .menu__unit {
    margin-top: 7.75rem;
}

.menu__img {
    position: relative;
    display: block;
    width: 25rem;
}
.menu__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: initial;
}

.menu__img--drink {
   
}

.menu__content {
    position: relative;
}

.menu__content--right {
    right: 0;
}

.menu__content--left {
    left: 0;
}

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

.menu__head {
    display: flex;
    flex-direction: column;
}

.menu__content-title {
    width: 10.75rem;
    margin-left: 3.5rem;
    margin-bottom: 1.7rem;
}

.menu__content-subtitle {
    color: white;
    font-size:1.5rem;
    letter-spacing: 0.05em;
    line-height: calc(36/24);
    font-family: "Kaisei Tokumin", serif;
    font-weight: 700;
}

.menu__text {
    width: 27rem;
    margin-top: 1.5rem;
    letter-spacing: 0.1em;
}

.menu__text p {
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: calc(34/16);
    font-feature-settings: "palt";
}

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

@media screen and (max-width:768px) {
    .menu {
        padding-block: 4.5rem;
    }
    .menu__units {
        margin-top: 4rem;
    }
    .menu__unit {
        display: flex;
        flex-direction: column;
        gap: 1.8rem;
    }
    .menu__unit:nth-of-type(2) {
        flex-direction: column;
        align-items: flex-start;
    }
    .menu__unit + .menu__unit {
        margin-top: 4rem;
    }
    .menu__content {
        position: relative;
        order: -1;
    }
    .menu__head {
        justify-content: center;
    }
    .menu__content--left .menu__head {
        justify-content: center;
    }
    .menu__content-title {
        margin: 0 auto 1.8rem;
    }
    .menu__content-subtitle {
        font-size: 1.55rem;
    }
    .menu__text {
        width: 100%;
        margin-top: 1.5rem;
        min-height: unset;
    }
    .menu__text p {
        font-size: 0.85rem;
        text-align: justify;
    }
    .menu__img {
        width: 100%;
    }
    .menu__btn {
        margin-top: 3.5rem;
    }
}








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

.gallery__inner.inner {

}

.gallery__title {
    text-align: center;
    color: #FFF;
}

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

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

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

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

@media screen and (max-width:768px) {
    .top-gallery {
        padding-block: 4rem;
    }
    .gallery__slider {
        margin-top: 3rem;
    }
    .gallery__btn {
        margin-top: 3.5rem;
    }
}








/* instagram */
.instagram {
    background: url(../img/back-insta.jpg) no-repeat center top / cover;
    padding-top: 6rem;
    padding-bottom: 11.5rem;
    color: #FFF;
}

.instagram__inner.inner {

}

.instagram__title {
    text-align: center;
    position: relative;
}

.CMS-INSTAGRAM-LIST {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    max-width: 54.375rem;
    gap: 1rem;
    margin-inline: auto;
    margin-top: 5rem;
}
.CMS-INSTAGRAM-LIST a:nth-child(n+7) {
    display: none;
}
@media screen and (max-width:768px) {
    .instagram {
        background: url(../img/back-insta_sp.jpg) no-repeat center top / cover;
        padding-top: 5rem;
        padding-bottom: 6rem;
    }
    .CMS-INSTAGRAM-LIST {
        margin-top: 3.5rem;
    }
}






/* access */
.access {
    background: url(../img/back-access.jpg) no-repeat right bottom / cover;
    padding: 6rem 0 8.5rem;
    overflow: hidden;
    color: #FFF;
		position: relative;
}

		.access::before {
			content: "";
			background: url(../img/deco-access1.png) no-repeat center top / contain;
			width: 12.625rem;
			height: 14.5rem;
			/* aspect-ratio: 293/95; */
			position: absolute;
			bottom: 3rem;
			right: 7rem;
			pointer-events: none;
		}


.access__inner {
    max-width: 1150px;
}

.access__title {
    text-align: center;
}

.access__wrap {
    display: grid;
    gap: 5.988rem;
    grid-template-columns: 42.2% 1fr;
    margin-top: 6.5rem;
}
.access__info {
    margin-top: -1.5rem;
}
.access__info dl {
    display: grid;
    align-items: start;
    grid-template-columns: 5.75rem 1fr;
    border-bottom: 1px solid #FFF;
    padding-left: 1rem;
    padding-block: 1.5rem;
}
.access__info dl:last-of-type {
    border-bottom: none;
}

.access__info dt {
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 1.6;
}

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

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

.access__map {
    width: 100vw;
    position: relative;
    height: 28.75rem;
    margin-left: calc(50% - 50vw);
}

.access__map iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    filter: grayscale(1);
}
.access__img {
    margin-left: -11rem;
}
@media screen and (max-width:1400px) {
    .access__img {
        margin-left: -3rem;
    }
}
@media screen and (max-width:1100px) {
    .access__img {
        margin-left: 0rem;
    }
}
@media screen and (max-width:768px) {
    .access {
        padding-top: 5rem;
        padding-bottom: 6rem;
    }
		.access::before {
			content: none;
		}

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

    .access__map {
        width: 100%;
        height: 23rem;
        margin: 0;
    }
    .access__info {
        margin-top: 1.5rem;
    }

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

    .access__info dd {
        font-size: 0.925rem;
    }
    .access__btn {
        margin-top: 3rem;
    }
}

/*=============== top-yoyaku ===========*/

.top-yoyaku {
  background-image: url(../img/bg-yoyaku.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 7.35rem 2rem 8.4rem;
  color: #000;
}
.top-yoyaku .txt-1 {
  margin: 4rem auto 1rem;
  text-align: center;
  font-size: 1.125rem;
  letter-spacing: 0.09em;
  line-height: 1.75;
}
.top-yoyaku .txt-2 {
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.2;
}


.calendar-wrapper {
  border: 6px solid #ccc;
  width: 100%;
  max-width: 900px;
  margin: 4rem auto 0 auto;
  display: flex;
  background: #fff;
}

.calendar-wrapper a {
  color: #000;
}

.reservation .calendar-wrapper {
  position: relative;
  outline: 1.3rem solid #ccc;
  max-width: 720px;
  width: 90vw;
  margin: 60px auto 0 auto;
  display: flex;
  flex-direction: row;
}

#calendar {
  text-align: center;
  width: 100%;
}

.reservation #calendar {
  text-align: center;
  width: 100%;
  line-height: 1.5;
}

table {
  /* outline: 16px solid #ccc; */
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

.reservation table {
  outline: 16px solid #ccc;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
}

th {
  color: #000;
}

.calendar-wrapper th,
.calendar-wrapper td {
  outline: 1px solid #ddd;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  color: #111111;
  line-height: 1.5;
}

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

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

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

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

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

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

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

.calendar-reservation {
  border-collapse: collapse;
  width: 100%;
  word-break: break-all;
  padding: 20px;
  line-height: 1.8;
  border-left: 1.3rem solid #ccc;
}

.calendar-reservation form {
  padding-top: 0;
  text-align: left;
}

.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: #000;
  color: #fff;
  border: 1px solid #aaaaaa;
  cursor: pointer;
}

.calendar_button:hover {
  opacity: 0.8;
}

.calendar_info {
  font-size: 12px;
  margin: 20px;
  color: #000;
  text-align: left;
}

.calendar_ok {
  color: #dd8866;
}

@media screen and (max-width: 768px) {
  .top-yoyaku {
    padding: 5rem 20px;
  }
  .reserve {
      margin-top: 3rem;
  }

  .reservation .reserve {
      margin-top: 0;
  }

  .calendar-wrapper {
      width: 100%;
      margin: 0 auto 0;
      flex-direction: column;
  }

  .calendar-wrapper {
      font-size: 12px;
  }

  .calendar-reservation {
      padding: 0;
      margin-left: 0;
      border-left: 0;
      border-top: 1.3rem solid #ccc;
  }

  .calendar-reservation form {
      padding: 20px;
  }

  .calendar-reservation form div {
      margin-bottom: 20px;
  }
}

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


.reserve-btn {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 999999;
  transform: translateY(-50%);
}

.reserve-btn a {
  display: inline-block;
  padding: 3rem 2rem;
  color: #fff;
  font-size: 16px;
  background-color: #000;
  writing-mode: vertical-lr;
}

@media screen and (max-width: 768px) {
  .reserve-btn {
      right: auto;
      top: initial;
      bottom: 0;
      width: 100%;
      transform: translateY(0);
  }

  .reserve-btn a {
      writing-mode: initial;
      width: 100%;
      padding: 2rem 0;
      text-align: center;
  }

  .reservation {
      padding-left: 3.5rem;
  }

  .reservation .s-reservation {
      padding: 3rem 3.5rem 3rem 0;
  }

  .reservation .calendar-wrapper {
      flex-direction: column;
      outline: 4px solid #ccc;
  }
}

.s-reservation {
  padding: 12rem 0;
}

.s-reservation__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: start;
  justify-content: center;
}

.s-reservation__ttl {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  margin-right: 1rem;
  position: relative;
}

.s-reservation__ttl__logo {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  width: 24.4rem;
  max-width: 80%;
}

.s-reservation__ttl__txt {
  font-size: 60px;
  font-size: 6rem;
  font-size: 428.57143%;
  margin: 0 auto;
  text-align: center;
  line-height: 1.4;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  font-weight: 400;
  position: relative;
  z-index: 2;
  padding-top: 1rem;
}

.s-reservation__content {
  width: 113rem;
  max-width: 75%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #fff;
  padding: 7.5rem 5.61797753% 14rem;
}

.s-reservation__content__list {
  width: 73rem;
  max-width: 100%;
}

.s-reservation__content__item {
  line-height: 1.85714286;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
}

.calendar_title,
.calendar_date {
  color: #000;
  font-size: 1rem;
}

.takeout_top_ad {
  display: flex;
}

.takeout_img {
  width: 52%;
  margin-right: 3%;
}

.takeout_ad {
  width: 45%;
}

.takeout_top_ad img {
  display: block;
  width: 100%;
  height: auto;
}

.takeout_top_ad dl.detail dt {
  padding: 0.5rem;
}

.takeout_top_ad dl.detail dd {
  padding: 0.5rem;
}

@media screen and (min-width: 768px) {
  .yoyaku {
      padding: 10rem 20rem;
  }
}










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

reserve

----------------------------------------------------------  */
.top-reservation {
    padding: 5.2rem 0 7.3rem;
    background: url(../img/back-reserve.jpg) no-repeat center top / cover;
}

.top-reservation > p {
  text-align: center;
    font-size: 1.125rem;
    line-height: 1.9;
    font-weight: 500;
    margin: 3rem auto 4.5rem;
    width: 90%;
    color: #000;
}
.top-reservation > p span {
  font-size: 0.88em;
  font-weight: 500;
  display: block;
  margin-top: 0.8rem;
}

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

@media screen and (max-width: 768px) {
    .top-reservation {
        padding: 4rem 0rem 1rem;
    }
    .top-reservation > p {
    text-align: center;
        margin: 3rem auto 3rem;
    }
}


/* ------------------------------
　calendar
------------------------------ */
.calendar-wrapper {
  position: relative;
  outline: 16px solid #ccc;
  /* max-width: 1000px; */
  width: 65%;
  margin: 50px auto 0 auto;
  display: flex;
  background-color: rgba(255,255,255,1);
}
@media screen and (max-width: 1000px) {
	.calendar-wrapper {
		width: 90%;
	}
}
#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;
  line-height: 1.8;
  border-left: 1.3rem solid #ccc;
}
.calendar-reservation form {
  padding-top: 0;
}

.calendar_title {
  color: #000;
    font-size: 1rem;
}
.calendar_date {
  font-size: 1rem;
  line-height: 2;
}
.calendar_person,
.calendar_time {
  width: 100%;
  font-size: 1.3rem;
  padding: 8px;
  margin-top: 4px;
  margin-bottom: 8px;
  border: 0.1rem solid #aaaaaa;
}

.calendar_person,
.calendar_time {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23666'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px 6px;

    padding-right: 30px;
}
.calendar_button {
  width: 100%;
  font-size: 1.1rem;
  padding: 12px;
  border-radius: 6px;
  background-color: #000;
  color: #ffffff;
  border: 1px solid #aaaaaa;
}
.calendar_button:not([disabled]) {
  cursor: pointer;
}
.calendar_info {
  font-size: 0.8rem;
  margin-top: 20px;
  line-height: 1.5;
}
.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: 768px) {
  .calendar-wrapper {
    width: 80%;
    margin: 40px auto 60px auto;
    flex-direction: column;
      outline: 8px solid #ccc;
  }
  .calendar-wrapper {
    font-size: 12px;
  }
  .calendar-reservation {
    padding: 0;
    margin-top: 20px;
    margin-left: 0;
    border-left: 0;
        border-top: 1.3rem solid #ccc;
  }
  .calendar-reservation form {
    padding: 20px;
  }
  .calendar-reservation form div {
    margin-bottom: 20px;
  }
  .calendar_info {
    padding: 0 20px 20px 20px;
    font-size: 0.95em;
  }

  .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: 768px) {
  .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;
}


.mce-content-body .mv__slider picture:nth-child(n+2){
    display: none;
}