:root {
    --sub-color: #e7e6e0;
    --main-color: #220000;
    --mainfont:'Noto Serif JP', serif;
    /* --subfont:'EB Garamond', serif; */
}

/* mv */
.mv {
    position: relative;
    height: calc(100vh - 2.5rem);
    height: 100vh;
}

.mv::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,black,transparent,black);
    top: 0;
    left: 0;
    opacity: 0.45;
    z-index: 1;
}

.mv__inner {
    height: 100%;
}

.mv__slider {
    height: 100%;
}

.mv__slider .slick-list {
    height: 100%;
}

.mv__slider .slick-track {
    height: 100%;
}

.mv .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.mv__img {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}

.mv__img img {
    aspect-ratio: 1440/800;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mv__img.slick-current img {
    animation: fadezoom 7s linear forwards;
}

@keyframes fadezoom {
    0% {
      transform: scale(1.3);
    }
    100% {
      transform: scale(1);
    }
  }

.mv-slider-dots {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.4rem;
    right: 3.375rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -2.5rem;
    z-index: 1;
    background-color: #194f00;
    padding: 0.95rem 0;
}

.mv-slider-dots li {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    border: 1px solid #fff;
}

.mv-slider-dots li.slick-active {
    background-color: var(--blue);
    background-color: #fff;
}

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

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

@media screen and (max-width:768px) {
    .mv {
        height: 400px;
        padding-top: 0;
    }
    .mv__inner {
        height: 100%;
    }
    .mv__slider {
        height: 100%;
    }
    .mv__slider .slick-list {
        height: 100%;
    }
    .mv__slider .slick-track {
        height: 100%;
    }
}

/* news */
/* .news {
    padding-block: 5.625rem;
}

.news__main {
    display: grid;
    grid-template-columns: 12.5rem 1fr;
    gap: 2rem;
    background: rgba(255, 255, 255, 0.5);
    padding: 4rem 3.875rem;
}

.news__btn a {
    width: 100%;
    height: 3.375rem;
    font-size: 1rem;
}

.news__btn a img {
    width: 2rem;
}

.news .CMS-NEWS-INDEX {
    display: block;
    border-top: 1px solid #765841;
    border-bottom: 1px solid #765841;
    padding-bottom: 0;
}

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

.news .CMS-NEWS-ITEM:not(:nth-last-child(2)) {
    border-bottom: 1px dashed #765841;
}

.news .CMS-NEWS-LINK-CONTENT {
    width: 100%;
    display: grid;
    grid-template-columns: 8.75rem 1fr;
    padding-block: 1rem;
    padding-left: 2rem;
}

.news .CMS-NEWS-TIME {
    margin-top: 0;
    color: black;
    line-height: 1.5;
}

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

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

.news__btn {
    margin-top: 2rem;
}

@media screen and (max-width:768px) {
    .news__main {
        padding: 2rem 1rem;
        grid-template-columns: 1fr;
    }
    .news__left {
        display: contents;
    }
    .news__btn {
        order: 1;
        margin-top: 0;
    }
    .news .CMS-NEWS-LINK-CONTENT {
        padding: 1rem;
        display: block;
    }
} */



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

news

----------------------------------------------------------  */
.news {
    padding: 8rem 0 8rem;
    background: url(../img/bg.jpg) no-repeat center top / cover;
}
.news .CMS-NEWS-INDEX {
    padding-bottom: 3rem;
    margin-top: 3.5rem;
    margin-bottom: 3rem;
    padding: 0 3%;
}
.CMS-NEWS-INDEX {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 8rem;
    position: relative;
    margin-bottom: 0rem;
    position: relative;
}
.news .CMS-NEWS-INDEX::after {
    content: "";
    width: 31.5%;
    margin-bottom: 1rem;
}
.CMS-NEWS-INDEX::after {
    content: "";
    width: 31.5%;
    margin-bottom: 4rem;
}


.CMS-NEWS-INDEX > * {
    width: 31.5%;
    margin-bottom: 5rem;
}
.news .CMS-NEWS-INDEX > * {
    margin-bottom: 0;
}
.CMS-NEWS-INDEX > *:nth-of-type(3n) {
    margin-right: 0;    
}
.CMS-NEWS-ITEM a {
    transition: all .3s;
    display: block;
}
.CMS-NEWS-ITEM a:hover {
    opacity: 0.6;
}
.CMS-NEWS-TIME {
    font-size: 0.95rem;
    margin: 2rem 0 0.6rem 0;
    line-height: 1;
	color: #000;
    border-bottom: 0.1rem solid #000;
    padding-bottom: 1rem;
}
.CMS-NEWS-LINK {
    font-size: 1.1rem;
    line-height: 1.6;
	color: #000;
}
.CMS-NEWS-INDEX > * img {
    height: 14rem;
    width: 100%;
    object-fit: cover;  
}

/* read more */
.news .CMS-NEWS-MORE-READ {
    display: none;
}
.CMS-NEWS-MORE-READ {
    background: #af7222;
    border:none;
    border-radius: 0.2rem;
    text-align: center;
    padding: 1.8rem 0;
    font-size: 1.3rem;
    font-weight: bold;
	/* font-weight: bold; */
    color: #fff;
    text-align: center;
    /* margin: 4rem auto 0 auto; */
    width: 22rem;
    display: block;
    transition: all .3s;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}
.CMS-NEWS-MORE-READ:hover {
    cursor: pointer;
    opacity: 0.6;
}
.news .CMS-NEWS-MORE-READ {
    display: none;
}

/* detail */
.CMS-NEWS-TITLE {
    border-bottom: solid 1px rgba(0,0,0,0.2);
    font-size: 2.4rem;
    line-height: 1.6;
    margin-bottom: 3rem;
    padding: 1rem 0 1.5rem 0;
    position: relative;
    font-weight: bold;
}
.CMS-NEWS-TITLE:after {
    border-bottom: solid 3px var(--red);
    bottom: -3px;
    content: " ";
    display: block;
    position: absolute;
    width: 25%;
}
.CMS-NEWS-CONTENT img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto 2rem auto;
}

@media screen and (max-width: 768px) {
    .news {
        padding: 5rem 0 5rem;
    }
    .news .CMS-NEWS-INDEX {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }    
    .CMS-NEWS-INDEX {
        display: block;
        margin-bottom: -4rem;
        padding-bottom: 12rem;
    }
    .CMS-NEWS-INDEX > * {
        width: 100%;
        margin-right: 0;
        margin-bottom: 4rem;        
    }
    .news .CMS-NEWS-INDEX > * {
        margin-bottom: 4rem;
    }    
    .CMS-NEWS-CONTENT img {
        width: 100%;
    }
    .CMS-NEWS-INDEX > * img {
        height: auto;
    }
}





/* policy */
.policy {
    padding-top: 8.3rem;
    padding-bottom: 7.7rem;
    background-color: #f0f0ed;
}

.policy__inner {
    position: relative;
}

.policy__title {
    position: absolute;
    top: 38rem;
    left: 0;
    z-index: 1;
    font-size: 6.25rem;
    font-family: "Parisienne", cursive;
    color: #040000;
    transform: rotate(-10deg);
}
.policy .btn {
    position: absolute;
    top: -3.5rem;
    left: 1.5rem;
    z-index: 1;
}

.policy__bigText {
    position: absolute;
    top: -2.725rem;
    right: 5.5rem;
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    width: fit-content;
    gap: 0.7rem;
    z-index: 1;
}

.policy__bigText span {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
/*    background-color: white;*/
    font-size: 1.4rem;
    font-weight: 500;
    padding: 1.3rem 1.4rem;
    letter-spacing: 0.16em;
    color: #fff;
    background-color: #af7222;
    font-weight: bold;
}

.policy__bigText span:nth-child(1) {
}

.policy__bigText span:nth-child(2) {
    margin-top: 1.6rem;
}


.policy__img {
    position: relative;
    display: block;
    width: 100%;
}

.policy__text {
    position: relative;
    width: 48.75rem;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: calc(36/18);
    letter-spacing: 0.1rem;
    margin-left: auto;
    margin-right: -1.5rem;
    margin-top: 3.2rem;
    z-index: 1;
    color: #040000;
}

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

    .policy__title {
        position: relative;
        top: inherit;
        right: initial;
        font-size: 5rem;
        margin-bottom: 3rem;
        text-align: center;
    }

    .policy__bigText {
        position: relative;
        top: inherit;
        right: inherit;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        z-index: 1;
        width: inherit;
        margin-bottom: 2rem;
    }

    .policy__bigText span {
        display: block;
        writing-mode:initial;
        letter-spacing: 0;
        padding: 1.3rem 1.4rem;
        margin-top: 0 !important;
        line-height: 1.5;
    }


    .policy__img::before {
        top: 1rem;
        left: 0.5rem;
    }

    .policy__text {
        width: 100%;
        margin-top: 2rem;
        margin-left: 0;
        margin-right: 0rem;
        background: unset;
    }

    .policy .btn {
        position: relative;
        top: inherit;
        left: inherit;
        z-index: 1;
        margin-top: 2rem;
    }

}

/* reserve */
.reservation {
    background: url(../img/bg_instagram.jpg) center center / cover no-repeat;
    padding: 5rem 0;
}

.reservation__title {
    color: #fff;
}

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

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

.reservation .calendar-wrapper {
    position: relative;
    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 {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    word-break: break-all;
    height: 100%;
}

th {
    color: #000;
}

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

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.4;
}

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

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

.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;
}

.calendar_ok {
    color: #dd8866;
}

@media screen and (max-width: 768px) {

    .reservation {
        padding: 3rem 0 3rem;
    }

    .reserve {
        margin-top: 5rem;
    }

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

    .calendar-wrapper {
        width: 100%;
        margin: 5rem 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;
    }
}

@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 .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: 16px;
}
/* reserve */


/* menu */
.menu {
    background: url(../img/back-menu.jpg) no-repeat center top / cover;
    padding-top: 8rem;
    padding-bottom: 10rem;
}

.menu__inner {
    position: relative;
    z-index: 1;
    max-width: calc(68.75rem + 50px);
    max-width: 1150px;
}

.menu__food {
    position: relative;
}

.menu__wrap {
    display: flex;
    align-items: center;
    gap: 5rem;
    margin: 7rem 0 6rem;
    flex-direction: row-reverse;    
}
.menu__wrap.type2 {
    margin: 6rem 0 7rem;
    flex-direction: row;    
}
.menu__wrap2 {
    display: flex;
    justify-content: space-between;
    gap: 5rem;
}

.menu__content {
    flex-basis: 45%;
    margin-top: -3rem;
}
.menu__wrap.type3 .menu__content {
    padding-right: 4rem;
}
.menu__img{
    flex-basis: 60%;
    position: relative;
    /* padding-top: 3.5rem; */
}

/* TOP: Menu（Drink/Lunch）画像は比率を変えずに表示 */
.menu__wrap2 .menu__img {
    width: 100%;
}
.menu__wrap2 .menu__img img {
    width: 100%;
    height: auto;
    display: block;
}
.menu__img.wide {
    /* padding-top: 7rem; */
}
.menu__img.wide img{
    width: 100%;
    height: auto;
    display: block;
    /* transform: scale(1.3) translateX(12%);
    transform-origin: center; */
}

.menu h3 {
    /* color: #32a000; */
    font-size: 3.5rem;
    transform: rotate(-10deg);
    font-family: "Parisienne", cursive;
    margin-bottom: 2.5rem;
}

.menu__bigText {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    line-height: 1.642;
    letter-spacing: 0.1rem;
}

.menu__text {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.875;
}


@media screen and (max-width:768px) {

    .menu {
        padding-top: 5rem;
        padding-bottom: 6rem;
    }

    .menu__wrap2 {
        display: flex;
        flex-direction: column;            
        gap: 0rem;
        margin-bottom: 3rem;
    }
    .menu__wrap {
        flex-direction: column-reverse !important;
        padding-left: 0;
        gap: 1rem;
        margin: 5rem 0 5rem;
    }
    .menu__wrap.type2 {
        margin: 5rem 0 5rem;
    }
    .menu__wrap.type3 {
        gap: 1.5rem;
        margin-bottom: 0;
    }

    .menu__wrap.type3 .menu__content {
        padding-right: 0;
    }

    .menu__img{
        padding-top: 0rem;
    }
    .menu__img.wide {
        padding-top: 0rem;
    }
    .menu__img.wide img{
        transform: inherit;
    }

    .menu__content {
        width: 100%;
        margin-top: 1rem;
    }
    .menu h3 {
        /* color: #32a000; */
        font-size: 3.5rem;
        transform: rotate(-10deg);
        font-family: "Parisienne", cursive;
        margin-top: 1rem;
        margin-bottom: 2rem;
        display: inline-block;
    }

    .menu__title {
        font-size: 4rem;
    }

    .menu__text {
        width: 100%;
        letter-spacing: 0.025em;
        margin-top: 1rem;
        line-height: 1.5;
    }

    .menu__img1 {
        display: none;
    }
    .menu__bigText {
        letter-spacing: 0;
    }
}
@media screen and (max-width:640px) {
    .menu h3 {
        /* color: #32a000; */
        font-size: 3.5rem;
        transform: rotate(-10deg);
        font-family: "Parisienne", cursive;
        margin-bottom: 2.5rem;
    }
}





/* menu2 */
.menu2 {
    background: url(../img/back-company.jpg) no-repeat center top / cover;
    padding: 4.7rem 0 4.7rem;
    max-width: 2560px;
    margin: 0 auto;
}

.menu2__inner {
    position: relative;
    z-index: 1;
    max-width: calc(68.75rem + 50px);
}

.menu2__food {
    position: relative;
}

.menu2__wrap {
    display: flex;
    align-items: center;
}

.menu2__content {
    width: 43%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 2.0rem 3rem 3rem;
}

.menu2__drink .menu2__content {
    margin-left: auto;
}

.menu2__title {
    position: relative;
    font-size: 8.125rem;
}


.menu2__bigText {
    font-size: 1.125rem;
    font-weight: bold;
    color: #562b08;
    margin-bottom: 1.5rem;
    line-height: 1.35;
    letter-spacing: 0.15rem;
}
.menu2__bigText span {
    font-size: 3.5rem;
    font-weight: normal;
    font-family: "Parisienne", cursive;
    display: block;
}

.menu2__text {
    font-size: 1rem;
    line-height: 1.7;
    color: #040000;
}

.menu2__text--reverse {
    margin-left: auto;
}

.menu2__btn {
    margin-top: 2rem;
}

.menu2__btn--reverse {
    text-align: right;
}

.menu2__slider {
    width: calc(50% + (50vw - 50%));
}

.menu2__slider picture {
    
}

.menu2__slider picture img {
    aspect-ratio: 745/640;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu2__slider .menu2-slider-dots {
    display: flex;
    justify-content: flex-end;
    gap: 2.625rem;
    margin: 0 auto;
    margin-top: 1.875rem;
    margin-right: 10.625rem;
}

.menu2__slider .menu2-slider-dots li {
    list-style: none;
    width: 0.75rem;
    height: 0.75rem;
    background-color: var(--sub-color);
}

.menu2__slider .menu2-slider-dots li.slick-active {
    background-color: black;
}

.menu2__slider .menu2-slider-dots button {
    display: none;
}

.menu2__img1 {
    position: absolute;
    width: 25rem;
    bottom: 5.65rem;
    left: 22rem;
}

.menu2__img2 {
    position: absolute;
    width: 4.75rem;
    top: 18rem;
    right: 34.25rem;
}

.menu2__img3 {
    position: absolute;
    width: 10.8125rem;
    right: 13.125rem;
    bottom: 6.75rem;
}

.menu2__img4 {
    position: absolute;
    width: 15rem;
    right: 2.125rem;
    bottom: 45.75rem;
}

@media screen and (max-width:768px) {

    .menu2 {
        background: url(../img/back-company.jpg) no-repeat left  top / cover;
        padding: 4.7rem 0 4.7rem;
        max-width: 2560px;
        margin: 0 auto;
    }
    .menu2__coimg {
        padding: 0 0 1rem;
    }
    .menu2__food {
    }

    .menu2__wrap {
        display: block;
    }

    .menu2__content {
        width: 100%;
        padding: 2.5rem 2rem 2.5rem;
    }
    
    .menu2__title {
        font-size: 4rem;
    }

    .menu2__title::before {
        width: 80%;
        left: 11rem;
    }

    .menu2__bigText {
        font-size: 1.125rem;
        margin-bottom: 2rem;
    }
    .menu2__bigText span {
        font-size: 3.0rem;
        font-weight: normal;
        font-family: "Parisienne", cursive;
        display: block;
    }

    .menu2__text {
        font-size: 1rem;
        line-height: 1.7;
    }

    .menu2__btn {
        text-align: center;
    }

    .menu2__slider {
        width: 100%;
        margin-top: 2.5rem;
    }

    .menu2__slider .menu2-slider-dots {
        margin-inline: auto;
        justify-content: center;
    }

    .menu2__drink .menu2__inner {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .menu2__title--reverse::before {
        left: initial;
        right: 11rem;
    }

    .menu2__img1 {
        display: none;
    }

    .menu2__img2 {
        top: -5.5rem;
    }

    .menu2__img3 {
        bottom: -5.5rem;
        right: 2rem;
    }

    .menu2__title--reverse::after {
        display: none;
    }
}






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

.gallery__slider {
    max-width: 55.825rem;
    margin-inline: auto;
    margin-top: 1.75rem;
    margin-bottom: 4.5rem;
}

.gallery__slider .slick-list {
    overflow: unset;
    width: 40rem;
}

.gallery__slider picture {
    display: block;
    margin-top: 1.5rem;
}

.gallery__slider img {
    /* aspect-ratio: 430/285; */
    width: 100%;
    height: 100%;
}

.gallery__btn,
.thanx__btn {
    text-align: center;
    margin-top: 4.25rem;
}
@media screen and (max-width:768px) {
    .gallery__slider .slick-list {
        width: 40rem;
    }
}
@media screen and (max-width:640px) {
    .gallery__slider .slick-list {
        width: 20rem;
    }
}

/* access */
.access {
    padding-top: 9rem;
    padding-bottom: 7rem;
    background: url(../img/bg.jpg) no-repeat center top / cover;
}

.access__inner.inner {
    max-width: calc(68.75rem + 50px);
}

.access__title {
    position: relative;
}


.access__wrap {
    display: grid;
    grid-template-columns: 1fr 36rem;
    gap: 2rem;
    margin-top: 4.5rem;
}

.access__tel {

}

.access__tel p {
    font-size: 1.125rem;
    letter-spacing: 0.2em;
}

.access__tel a {
    display: block;
    font-size: 2.5rem;
    font-weight: 400;
    
    letter-spacing: 0.05em;
    margin-top: 0.75rem;
}

.access__tel a img {
    width: 0.75rem;
    vertical-align: middle;
}

.access__img {

}
.access__right img{
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1.3) translateX(12.3%);
    transform-origin: center;
    margin-top: 4.5rem;
}

.access__info {
    /* border-top: 1px solid #765841;
    border-bottom: 1px solid #765841; */
    margin-bottom: 2.5rem;
}

.access__info dl {
    display: grid;
    grid-template-columns: 7.25rem 1fr;
    gap: 1rem;
}

.access__info dl:not(:last-child) {
    border-bottom: 1px solid #765841;
}

.access__info dt {
    text-align: left;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: calc(30/16);
    /* background: rgba(34, 0, 0, 0.25); */
    padding-block: 1.25rem;
}

.access__info dd {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: calc(30/16);
    padding-block: 1.25rem;
}

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

.map {
    background: url(../img/bg.jpg) no-repeat center top / cover;
}
.map iframe {
    aspect-ratio: 1450/455;
    width: 100%;
    height: 100%;
}

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

    .access__wrap {
        display: contents;
    }

    .access__img {
        display: block;
        margin-top: 2.5rem;
    }
    .access__right img{
        width: 100%;
        height: auto;
        display: block;
        transform: inherit;
        margin-top: 4.5rem;
    }

    .access__info {
        margin-top: 3rem;
    }

    .access__info dl {
        grid-template-columns: 4rem 1fr;
    }

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

    .access__info dd {
        font-size: 0.725rem;
        letter-spacing: 0.025em;
    }

    .access__btn {
        margin-top: 3rem;
    }

    .map iframe {
        aspect-ratio: 100/100;
    }

    .access__title::before {
        display: none;
    }
    
    .access__logo {
        margin-inline: auto;
    }

    .access__contact {
        margin-inline: auto;
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-top: 2.5rem;
    }
}


/* instagram */
.instagram {
    position: relative;
    padding-block: 6.5rem 8.75rem;
    overflow: hidden;
    background-color: #f0f0ed;
}

.instagram h2 {
    color: #040000;
}

.instagram .CMS-INSTAGRAM-LIST {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1.2rem;
    margin-inline: auto;
    max-width: 960px;
    margin-top: 2.5rem;
}

.instagram .CMS-INSTAGRAM-LIST a:nth-child(n+7) {
    display: none;
}

.instagram .CMS-INSTAGRAM-LIST img {
    width: 100%;
}

.instagram .btn {
    margin-top: 4rem;
    width: 25.625rem;
}

@media screen and ( max-width:768px) {
    .instagram {
        padding-block: 4rem 5rem;
    }
    .instagram .CMS-INSTAGRAM-LIST {
        gap: 1rem;
    }
    .instagram .btn {
        margin-top: 3rem;
        width: 19rem;
    }
}

/* contact */
.contact {
    background: url(../img/bg_contact.jpg) center center / cover no-repeat;
    padding-block: 4.75rem;
}

.contact__text {
    text-align: center;
    color: white;
    font-size: 1rem;
    letter-spacing: 0.2em;
    margin-top: 1.5rem;
}

.contact__btn {
    text-align: center;
    margin-top: 1.5rem;
}

@media screen and (max-width:768px) {
    .contact__text {
        line-height: 1.5;
    }
}








/* school */
.school {
    padding: 7.5rem 0;
    max-width: 2560px;
    margin: 0 auto;
}

.school__inner {
    position: relative;
    z-index: 1;
    max-width: calc(68.75rem);
    background: url(../img/school.jpg) no-repeat center top / cover;
    padding: 5rem 0;
}

.school__food {
    position: relative;
}

.school__wrap {
    display: flex;
    align-items: center;
}

.school__content {
    width: 33%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 2.5rem 3rem 3rem;
    margin: 0 auto;
}

.school__drink .school__content {
    margin-left: auto;
}

.school__title {
    position: relative;
    font-size: 8.125rem;
}


.school__bigText {
    font-size: 1.125rem;
    font-weight: bold;
    color: #562b08;
    margin-bottom: 3rem;
    line-height: 1.1;
    letter-spacing: 0.15rem;
    text-align: center;
}
.school__bigText span {
    font-size: 3.5rem;
    font-weight: normal;
    font-family: "Parisienne", cursive;
    display: block;
}

.school__text {
    font-size: 1rem;
    line-height: 1.7;
    color: #040000;
}

.school__text--reverse {
    margin-left: auto;
}

.school__btn {
    margin-top: 2rem;
}

.school__btn--reverse {
    text-align: right;
}

.school__slider {
    width: calc(50% + (50vw - 50%));
}

.school__slider picture {
    
}

.school__slider picture img {
    aspect-ratio: 745/640;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.school__slider .school-slider-dots {
    display: flex;
    justify-content: flex-end;
    gap: 2.625rem;
    margin: 0 auto;
    margin-top: 1.875rem;
    margin-right: 10.625rem;
}

.school__slider .school-slider-dots li {
    list-style: none;
    width: 0.75rem;
    height: 0.75rem;
    background-color: var(--sub-color);
}

.school__slider .school-slider-dots li.slick-active {
    background-color: black;
}

.school__slider .school-slider-dots button {
    display: none;
}

.school__img1 {
    position: absolute;
    width: 25rem;
    bottom: 5.65rem;
    left: 22rem;
}

.school__img2 {
    position: absolute;
    width: 4.75rem;
    top: 18rem;
    right: 34.25rem;
}

.school__img3 {
    position: absolute;
    width: 10.8125rem;
    right: 13.125rem;
    bottom: 6.75rem;
}

.school__img4 {
    position: absolute;
    width: 15rem;
    right: 2.125rem;
    bottom: 45.75rem;
}

@media screen and (max-width:768px) {

    .school {
        padding: 4.7rem 0 4.7rem;
        max-width: 2560px;
        margin: 0 auto;
        position: relative;
    }

   .school::before {
        content: "";
        position: absolute;
        inset: 0;
        background: url(../img/school.jpg) no-repeat center bottom / 350%;

        filter: blur(5px);
        transform: scale(1.1); /* 端の切れ防止 */

        z-index: -1;
    }
    .school__coimg {
        padding: 0 0 1rem;
    }
    .school__inner {
        background: none;
        padding: 0 20px;
    }

    .school__food {
    }

    .school__wrap {
        display: block;
    }

    .school__content {
        width: 100%;
        padding: 2.5rem 2rem 2.5rem;
    }
    
    .school__title {
        font-size: 4rem;
    }

    .school__title::before {
        width: 80%;
        left: 11rem;
    }

    .school__bigText {
        font-size: 1.125rem;
        margin-bottom: 2rem;
    }
    .school__bigText span {
        font-size: 3.0rem;
        font-weight: normal;
        font-family: "Parisienne", cursive;
        display: block;
    }

    .school__text {
        font-size: 1rem;
        line-height: 1.7;
    }

    .school__btn {
        text-align: center;
    }

    .school__slider {
        width: 100%;
        margin-top: 2.5rem;
    }

    .school__slider .school-slider-dots {
        margin-inline: auto;
        justify-content: center;
    }

    .school__drink .school__inner {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .school__title--reverse::before {
        left: initial;
        right: 11rem;
    }

    .school__img1 {
        display: none;
    }

    .school__img2 {
        top: -5.5rem;
    }

    .school__img3 {
        bottom: -5.5rem;
        right: 2rem;
    }

    .school__title--reverse::after {
        display: none;
    }
}




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

parallax

----------------------------------------------------------  */
.bg-parallax {
    width: 100%;
    height: 25rem;
    position: relative;
}

.bg-parallax::before {
    background: url(../img/para.jpg) no-repeat center / cover;
    content: "";
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .bg-parallax {
        height: 25rem;
    }
}




