@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');


.loading_container {
    position: fixed;
    z-index: 999999999;
    width: 100vw;
    height: 100vh;
    background: #000;
}

.loading_container_inner {
    position: relative;
    width: 100vw;
    height: 100vh;
}

.loading_container .img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 24rem;
    z-index: 99;
}

.top-video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}



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

wrap

----------------------------------------------------------  */
.top-wrap-1 .wrap,
.top-wrap-2 .wrap {
    display: flex;
}

.top-wrap-1 .wrap>div:first-of-type,
.top-wrap-2 .wrap>div:first-of-type {
    width: 25.8%;
}

.top-wrap-1 .wrap>div:last-of-type,
.top-wrap-2 .wrap>div:last-of-type {
    width: 74.2%;
}

.top-wrap-1 {
    background: url(../img/bg-menu.jpg) repeat top center / 100% auto;
}

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

    .top-wrap-1 .wrap,
    .top-wrap-2 .wrap {
        display: block;
    }

    .top-wrap-1 .wrap>div:first-of-type,
    .top-wrap-2 .wrap>div:first-of-type {
        width: 100%;
    }

    .top-wrap-1 .wrap>div:last-of-type,
    .top-wrap-2 .wrap>div:last-of-type {
        width: 100%;
        padding-top: 4rem;
    }
}



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

kv

----------------------------------------------------------  */
#main {
    position: relative;
    width: 100%;
    height: 67.5rem;
    max-height: 80vh;
    background: #000;
}
#main:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg-fv.png) no-repeat top center / cover;
    z-index: 1;
}
#main:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg-fv2.png) no-repeat top center / cover;
    z-index: 2;
}

#main span {
    font-family: "Cinzel", serif;
    position: absolute;
    bottom: -1.5rem;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.1em;
    background: url(../img/arrow-2.png) no-repeat center bottom;
    background-size: 1rem auto;
    padding-bottom: 3.5rem;
}

@media screen and (max-width: 767px) {
    #main {
        height: 36rem;
    }
}



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

policy

----------------------------------------------------------  */
.top-policy {
    background:
        url(../img/bg-policy.jpg) no-repeat center;
    background-size:
        cover;
    padding: 16.8rem 11.25rem 14.7rem;
    position: relative;
}
.policy-deco-1 {
    position: absolute;
    width: 18.1rem;
    right: 0;
    top: 8.05rem;
    z-index: 1;
    pointer-events: none;
}
.policy-deco-2 {
    position: absolute;
    width: 37.5rem;
    right:  0;
    bottom: -28.15rem;
    z-index: 0;
    pointer-events: none;
}

.top-policy h3 {
    font-size: 2.1rem;
    font-weight: normal;
    margin-bottom: 2rem;
}

.top-policy p {
    line-height: 3;
    margin-bottom: 2.5rem;
}

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

    .top-policy p {
        line-height: 2.4;
    }
    .policy-deco-2 {
        width: 22.5rem;
        bottom: -9.15rem;
    }
}



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

menu

----------------------------------------------------------  */
.top-menu {
    padding: 13.4rem 11.25rem 11.5rem;
    position: relative;
}
.top-menu.food {
    padding: 0 11.25rem 10rem;
}
.top-menu.drink {
    padding: 0 11.25rem 8.95rem;
}
.menu-deco-1 {
    position: absolute;
    width: 22.2rem;
    left: 0;
    bottom: -1.2rem;
    z-index: 1;
    pointer-events: none;
}
.menu-deco-2 {
    position: absolute;
    width: 25.8rem;
    left: 0;
    bottom: -6.5rem;
    z-index: 1;
    pointer-events: none;
}

.top-menu figure {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 4rem;
}

.top-menu figure>img:first-of-type {
    width: 90.8%;
}

.top-menu p {
    line-height: 3;
    margin-bottom: 2.5rem;
    letter-spacing: 0;
}
.top-menu h3 {
    display: flex;
    writing-mode: vertical-rl;
    
}
.top-menu h3 .jp {
    font-size: 2.25rem;
    line-height: 1;
}
.top-menu h3 .en {
    margin-top: 3.15rem;
    color: #dd752d;
    font-size: 1.7rem;
    line-height: 1;
    letter-spacing: 0.16em;
}

@media screen and (max-width: 767px) {
    .top-menu {
        padding: 5rem 3rem;
    }
    .top-menu.food {
        padding: 0 3rem 5rem;
    }
    .top-menu.drink {
        padding: 0 3rem 5rem;
    }

    .top-menu figure {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 4rem;
    }

    .top-menu figure>img:first-of-type {
        width: 88%;
    }
    .top-menu p {
        line-height: 2.4;
    }
    .menu-deco-2 {
        width: 11.8rem;
        bottom: -2.5rem;
    }
}



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

course

----------------------------------------------------------  */
.top-course {
    padding: 0 10rem 10rem 10rem;
}

.top-course figure {
    margin-bottom: 4rem;
}

.top-course p {
    line-height: 3;
    margin-bottom: 2.5rem;
}

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

    .top-course figure {
        margin-bottom: 4rem;
    }

    .top-course p {
        line-height: 2.4;
    }
}



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

gallery

----------------------------------------------------------  */
.top-gallery {
    background:
        url(../img/bg-gallery.png) no-repeat top center / cover;
    padding: 8.9rem 11.5rem 8.65rem;
    position: relative;
}
.top-gallery ul {
    display: flex;
    margin-bottom: 4rem;
    flex-wrap: wrap;
    justify-content: space-between;
}

.top-gallery ul li {
    width: 48.814%;
}

.top-gallery ul li:nth-child(n + 3) {
    margin-top: 3%;
}

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

    .top-gallery::before {
        right: 0;
    }

    .top-gallery::after {
        left: -4rem;
    }
}



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

access

----------------------------------------------------------  */
.top-access {
    padding: 11.2rem 11.5rem 8rem;
    background: url(../img/bg-gallery.png) no-repeat top center / cover;
    position: relative;
}
.access-deco {
    position: absolute;
    width: 30.05rem;
    right: 0;
    bottom: -25.1rem;
    z-index: 0;
    pointer-events: none;
}
.top-access .more {
    margin-top: 4rem;
}

.top-access dl {
    display: flex;
    flex-wrap: wrap;
}

.top-access dl dt {
    width: 30%;
}

.top-access dl dd {
    width: 70%;
}

.top-access dl dt:not(:last-of-type),
.top-access dl dd:not(:last-of-type) {
    margin-bottom: 2rem;
}

.gmap span a {
    text-decoration: underline;
    font-family: "Cinzel", serif;
    display: inline-block;
    margin-bottom: 2rem;
}

.gmap iframe {
    width: 100%;
    height: 40rem;
}

.gmap address {
    display: inline-block;
    margin: 2rem 0 3rem 0;
}

@media screen and (max-width: 767px) {
    .top-access {
        padding: 8rem 3rem;
    }
    .access-deco {
        width: 13.05rem;
        bottom: -9.1rem;
    }
}



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

insta

----------------------------------------------------------  */
.CMS-INSTAGRAM-LIST {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 2.2rem;
    position: relative;
}
.CMS-INSTAGRAM-LIST a {
    width: 31%;
}
.CMS-INSTAGRAM-LIST a:nth-child(n + 7) {
    display: none;
}
.top-insta {
    padding: 11.5rem 11.5rem 12.8rem;
}
.top-insta .heading .jp {
    letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
    .top-insta {
        padding: 5rem 3rem;
    }
}






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

Retty

----------------------------------------------------------  */
.CMS-FORM-GROUP {
    margin-bottom: 2rem;
}

.CMS-FORM-INPUT-LABEL,
.CMS-FORM-EMAIL-LABEL,
.CMS-FORM-TEXTAREA-LABEL {
    display: block;
    font-weight: 600;
}

.CMS-FORM-INPUT,
.CMS-FORM-TEXTAREA,
.CMS-FORM-EMAIL {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: solid 1px #d4d4d4;
}

.CMS-FORM-RADIO-LABEL {
    font-weight: 600;
}

.content__title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 0 1rem;
    border-bottom: 2px solid #d5d5d8;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 2.5rem;
    position: relative;
}

.restaurant-detail__menu:nth-child(n+2) {
    margin-top: 1.5rem;
}

.menu-price-list:last-of-type {
    border-bottom: 1px solid #eaeaeb;
}

.menu-price-list__row {
    display: flex;
    border-top: 1px solid #eaeaeb;
    font-size: 1.4rem;
    line-height: 2.2rem;
}

.menu-price-list__name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    padding: 16px 24px;
    font-weight: 700;
}

.menu-price-list__price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    align-items: flex-end;
    padding: 16px 0 16px 24px;
}

@media screen and (max-width: 767px) {
    .menu-price-list__row {
        display: block;
    }

    .menu-price-list__name {
        padding: 16px 24px 0;
    }

    .menu-price-list__price {
        padding: 0px 0 16px 24px;
    }
}


.course-list-heading {
    display: flex;
    align-items: center;
    padding: 0 0 12px;
}

.course-list-heading__title {
    flex-shrink: 0;
    max-width: calc(100% - 300px);
    font-size: 24px;
    font-weight: 700
}

.course-list-heading__supplement {
    align-self: flex-end;
    margin-left: auto;
    padding-left: 10px;
    color: #6c6c75;
    font-size: 14px;
    font-weight: 400
}

.course-list__item {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #d5d5d8
}

.course-list__item:first-child {
    border-top: 1px solid #d5d5d8;
    position: relative;
}

.course-list-item {
    display: flex;
    width: 100%;
    min-height: 80px;
    align-items: center;
    padding: 16px 0
}

.course-list-item__thumbnail {
    flex-shrink: 0;
    display: none;
}

.course-list-item__thumbnail img {
    font-family: "object-fit: cover;";
    object-fit: cover;
    width: 80px;
    height: 80px;
    background-color: #f4f4f5
}

.course-list-item__detail {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.course-list-item__detail:nth-child(n + 2) {
    margin-left: 12px
}

.course-list-item__title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.course-list-item__title:nth-child(n + 2) {
    margin-top: 6px
}

.course-list-item__description {
    font-size: 12px;
    margin-bottom: 10px;
}

.course-list-item__footer {
    display: flex
}

.course-list-item__price {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700
}

.course-list-item__label {
    display: inline-block;
    padding: 5px 11px;
    border: 1px solid #ffa014;
    background-color: #fff;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    color: #ffa014;
    vertical-align: top;
    margin-right: 5px;
}

.course-list-item__label--discount {
    background: #d70025;
    border-color: #d70025;
    color: #fff
}

.course-list-item__before-discount {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    text-decoration: line-through
}

.course-list-item__discount-arrow {
    margin: 0 4px;
    color: #fff;
    font-weight: 400;
    text-decoration: none
}

.course-list-item__tax {
    display: inline;
    align-self: auto;
    color: #d70025;
    font-size: 20px;
}

.course-list-item__term {
    margin-left: 12px;
    display: flex;
    align-items: center;
    font-size: 16px
}

.course-list-item__actions-list {
    display: flex;
    flex: 0 0 150px;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.course-list-item__action {
    width: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
}

.course-list-item__action:nth-child(n + 2) {
    margin-top: 12px
}

.course-list-item__button {
    width: 96px;
    padding: 6px 0;
    text-align: center;
}

.course-summary {
    display: flex
}

.course-summary:nth-child(n + 2) {
    margin-top: 10px
}

.course-summary__label {
    width: 100%;
    flex: 0 0 100%
}

.course-summary__photo {
    font-family: "object-fit: cover;";
    object-fit: cover;
    width: 184px;
    height: 184px;
    flex: 0 0 184px;
    align-self: flex-start
}

.course-summary__body:nth-child(n + 2) {
    margin-left: 16px;
    font-size: 1.07692rem
}

.course-summary-label {
    display: block
}

.course-info-list {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #eaeaeb;
    font-size: 1.07692rem
}

.course-info-list__description,
.course-info-list__title {
    border-top: 1px solid #eaeaeb
}

.course-info-list__title {
    box-sizing: border-box;
    padding: 16px 24px;
    max-width: 216px;
    flex: 0 0 216px;
    background-color: #fafbfc
}

.course-info-list__description {
    box-sizing: border-box;
    padding: 16px 24px;
    max-width: calc(100% - 216px);
    flex-basis: calc(100% - 216px);
    flex-grow: 1;
    flex-shrink: 0
}

.course-info-list__description--pre {
    white-space: pre-line;
    word-break: break-all
}

.course-info-list__description--strong {
    font-weight: 700;
    color: #d70025;
    font-size: 1.23077rem
}

.course-info-list__before-discount {
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-size: 1.07692rem;
    font-weight: 400;
    text-decoration: line-through
}

.course-info-list__discount-arrow {
    margin: 0 4px;
    color: #fff;
    font-weight: 400;
    text-decoration: none
}

.course-info-list__tax {
    display: inline;
    align-self: auto;
    color: #d70025;
    font-size: .92308rem
}

.restaurant-coupon-heading {
    display: flex;
    align-items: center;
    padding: 0 0 12px;
    border-bottom: 1px solid #d5d5d8
}

.restaurant-coupon-heading__title {
    flex-shrink: 0;
    max-width: calc(100% - 300px);
    color: #fff;
    font-size: 1.38462rem;
    font-weight: 700
}

.restaurant-coupon-heading__supplement {
    align-self: flex-end;
    margin-left: auto;
    padding-left: 10px;
    color: #6c6c75;
    font-size: .92308rem;
    font-weight: 400
}

.restaurant-coupon-list {
    border: 1px solid #d5d5d8
}

.restaurant-coupon-list:nth-child(n + 2) {
    margin-top: 20px
}

.restaurant-coupon-list__item:nth-child(n + 2) {
    border-top: 1px dashed #d5d5d8
}

.restaurant-coupon {
    display: flex
}

.restaurant-coupon:before {
    display: block;
    min-height: 80px;
    flex: 0 0 48px;
    background: url("https://assets.retty.me/v-202103090658-master-5faacc28934ec9ceed6332f40621248775413203/images/pancake/ic_coupon.svg") #ffa014;
    background-position: 50%;
    background-repeat: no-repeat;
    content: ""
}

.restaurant-coupon--marked {
    position: relative
}

.restaurant-coupon--marked:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    border-color: #ffc814 transparent transparent #ffc814;
    border-style: solid;
    border-width: 8px;
    content: ""
}

.restaurant-coupon__body {
    flex: 1 1 auto;
    padding: 18px 20px
}

.restaurant-coupon__title {
    color: #fff;
    font-size: 1.23077rem;
    font-weight: 700
}

.restaurant-coupon__description {
    color: #6c6c75;
    font-size: .84615rem
}

.restaurant-coupon__description:nth-child(n + 2) {
    margin-top: 4px
}

.restaurant-coupon__supplement {
    display: flex;
    box-sizing: border-box;
    flex: 0 0 200px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 16px
}

.restaurant-coupon__supplement:nth-child(n + 2) {
    border-left: 1px dashed #d5d5d8
}

.restaurant-coupon__expiration {
    color: #6c6c75;
    font-size: .92308rem
}

.restaurant-coupon__link {
    cursor: pointer;
    color: #2d88d9;
    font-size: .92308rem
}

.restaurant-coupon__link:hover {
    opacity: .8
}

.restaurant-coupon__link--external {
    display: flex;
    align-items: center
}

.restaurant-coupon__link--external:after {
    content: "\EA0C";
    font-size: 1.23077rem
}

@keyframes show-sticky-actions {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.restaurant-sidebar {
    width: 300px;
    flex-direction: column
}

.restaurant-sidebar__prepare-stuck {
    z-index: 90;
    display: none
}

.restaurant-sidebar__prepare-stuck[data-stuck=true] {
    display: flex;
    animation: show-sticky-actions .1s ease-out
}

.restaurant-sidebar__campaign-banner {
    z-index: 90;
    padding-top: 12px
}

.menu-description__text {
    color: #fff;
    font-size: 1.07692rem;
    line-height: 1.5;
}

.menu-price-list {
    font-size: 1.07692rem
}

.menu-price-list:last-of-type {
    border-bottom: 1px solid #eaeaeb
}

.menu-price-list__row {
    display: flex;
    border-top: 1px solid #eaeaeb
}

.menu-price-list__name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    padding: 16px 24px;
    font-weight: 700
}

.menu-price-list__supplement {
    font-weight: 400
}

.menu-price-list__price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    align-items: flex-end;
    padding: 16px 0 16px 24px
}

.photo-menu {
    display: flex;
    flex-wrap: wrap;
    margin-left: -36px;
    margin-bottom: 4rem;
}

.photo-menu__item {
    width: calc((100% - 108px) / 3);
    margin-left: 35px
}

.photo-menu__item:nth-child(n + 4) {
    margin-top: 36px
}

.photo-menu__figure {
    width: 100%;
    height: auto
}

.photo-menu__image {
    position: relative;
    height: auto
}

.photo-menu__image:before {
    display: block;
    padding-top: 100%;
    content: ""
}

.photo-menu__image img {
    font-family: "object-fit: cover;";
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f4f4f5
}

.photo-menu__caption {
    display: flex;
    flex-direction: column
}

.photo-menu__caption:nth-child(n + 2) {
    margin-top: 16px
}

.photo-menu__reporter:nth-child(n + 2) {
    margin-top: 8px
}

.photo-menu__title {
    font-size: 1.6rem;
    font-weight: 700
}

.photo-menu__price {
    align-self: flex-end;
    font-size: 1.2rem
}

.photo-menu__price:nth-child(n + 2) {
    margin-top: 8px
}

@media screen and (max-width: 767px) {
    .photo-menu {
        display: block;
        margin-left: 0;
    }

    .photo-menu__item {
        width: 100%;
        margin-left: 0;
        margin-bottom: 40px;
    }

    .photo-menu__figure {
        width: auto;
        height: auto
    }

}


@media screen and (max-width: 767px) {
    .course-list-heading {
        display: flex;
        align-items: center;
        padding: 0 0 12px;
    }

    .course-list-heading__title {
        flex-shrink: 0;
        max-width: 100%;
        font-size: 24px;
        font-weight: 700
    }

    .course-list-heading__supplement {
        align-self: flex-end;
        margin-left: auto;
        padding-left: 10px;
        color: #6c6c75;
        font-size: 14px;
        font-weight: 400
    }

    .course-list__item {
        display: block;
        flex-direction: column;
        border-bottom: 1px solid #d5d5d8
    }

    .course-list__item:first-child {
        border-top: 1px solid #d5d5d8
    }

    .course-list-item {
        display: block;
        width: 100%;
        min-height: 80px;
        align-items: center;
        padding: 16px 0
    }

    .course-list-item__thumbnail {
        flex-shrink: 0
    }

    .course-list-item__thumbnail img {
        font-family: "object-fit: cover;";
        object-fit: cover;
        width: 60%;
        height: 60%;
        background-color: #f4f4f5;
        display: block;
        margin: 0 auto 20px auto;
    }

    .course-list-item__detail {
        flex: 1 1 auto
    }

    .course-list-item__detail:nth-child(n + 2) {
        margin-left: 12px
    }

    .course-list-item__title {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .course-list-item__title:nth-child(n + 2) {
        margin-top: 6px
    }

    .course-list-item__description {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .course-list-item__footer {
        justify-content: end;
    }

    .course-list-item__detail {
        flex-direction: column;
    }

    .course-list-item__price {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 18px;
        font-weight: 700
    }

    .course-list-item__label {
        display: inline-block;
        padding: 5px 11px;
        border: 1px solid #ffa014;
        background-color: #fff;
        border-radius: 2px;
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        color: #ffa014;
        vertical-align: top;
        margin-right: 5px;
    }

    .course-list-item__label--discount {
        background: #d70025;
        border-color: #d70025;
        color: #fff
    }

    .course-list-item__before-discount {
        display: inline-flex;
        align-items: center;
        font-size: 16px;
        font-weight: 400;
        text-decoration: line-through
    }

    .course-list-item__discount-arrow {
        margin: 0 4px;
        color: #fff;
        font-weight: 400;
        text-decoration: none
    }

    .course-list-item__tax {
        display: inline;
        align-self: auto;
        color: #d70025;
        font-size: 20px;
    }

    .course-list-item__term {
        margin-left: 12px;
        display: flex;
        align-items: center;
        font-size: 16px
    }

    .course-list-item__actions-list {
        display: flex;
        flex: 0 0 150px;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .course-list-item__action {
        width: 96px;
        display: flex;
        justify-content: center;
        /* display: none; */
        margin-top: 10px;
    }

    .course-list-item__action:nth-child(n + 2) {
        margin-top: 12px
    }

    .course-list-item__button {
        width: 96px;
        padding: 6px 0
    }

    .course-summary {
        display: flex
    }

    .course-summary:nth-child(n + 2) {
        margin-top: 10px
    }

    .course-summary__label {
        width: 100%;
        flex: 0 0 100%
    }

    .course-summary__photo {
        font-family: "object-fit: cover;";
        object-fit: cover;
        width: 184px;
        height: 184px;
        flex: 0 0 184px;
        align-self: flex-start
    }

    .course-summary__body:nth-child(n + 2) {
        margin-left: 16px;
        font-size: 1.07692rem
    }

    .course-summary-label {
        display: block
    }

    .course-info-list {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #eaeaeb;
        font-size: 1.07692rem
    }

    .course-info-list__description,
    .course-info-list__title {
        border-top: 1px solid #eaeaeb
    }

    .course-info-list__title {
        box-sizing: border-box;
        padding: 16px 24px;
        max-width: 216px;
        flex: 0 0 216px;
        background-color: #fafbfc
    }

    .course-info-list__description {
        box-sizing: border-box;
        padding: 16px 24px;
        max-width: calc(100% - 216px);
        flex-basis: calc(100% - 216px);
        flex-grow: 1;
        flex-shrink: 0
    }

    .course-info-list__description--pre {
        white-space: pre-line;
        word-break: break-all
    }

    .course-info-list__description--strong {
        font-weight: 700;
        color: #d70025;
        font-size: 1.23077rem
    }

    .course-info-list__before-discount {
        display: inline-flex;
        align-items: center;
        color: #fff;
        font-size: 1.07692rem;
        font-weight: 400;
        text-decoration: line-through
    }

    .course-info-list__discount-arrow {
        margin: 0 4px;
        color: #fff;
        font-weight: 400;
        text-decoration: none
    }

    .course-info-list__tax {
        display: inline;
        align-self: auto;
        color: #d70025;
        font-size: .92308rem
    }
}

.zs-enabled .zs-slideshow .zs-slides .zs-slide {
    transition: transform 8000ms ease-out 0s, opacity 800ms ease 3000ms !important;
}


/* 共通・PC用 */
table.menulist {
    width: 98%;
    border-spacing: 0;
    margin: 0px auto 50px;
}

table.menulist th {
    border-bottom: solid 1px #ddd;
    padding: 30px 10px 10px 0;
    text-align: left;
    font-weight: normal;
}

table.menulist td {
    border-bottom: solid 1px #ddd;
    padding: 30px 0 10px;
    text-align: right;
    width: 30%;
}

table.menulist th span {
    font-size: 80%;
    display: block;
}

table.menulist td span {
    font-size: 70%;
}

table.menulist figure {
    text-align: left;
}

table.menulist td.vertival_bottom {
    vertical-align: bottom;
}



/* PC用 */
@media screen and (min-width: 768px) {
    table.menulist figure img {
        width: 300px;
    }

    .top_news {
        background: none;
        padding: 11rem 11.5rem 10.8rem;
    }
}

/* スマホ用 */
@media screen and (max-width: 767px) {

    .top_news {
        background: none;
    }

    table.menulist {
        width: 100%;
    }

    table.menulist th {
        display: block;
        width: 100%;
        padding: 10px 10px 0 0;
        border-bottom: none;
    }

    table.menulist th.botborder {
        border-bottom: solid 1px #ddd;
        margin: 10px 0 10px;
        padding: 5px 0 15px;
    }

    table.menulist td {
        display: block;
        width: 100%;
        padding: 0 10px 10px 0;
    }
}

.course-list__item:first-child::after {
    top: -2%;
    content: " ";
    display: block;
    position: absolute;
    width: 25%;
    border-bottom: solid 3px #ba7a1e;

}

.content__title::after {
    top: 100%;
    content: " ";
    display: block;
    position: absolute;
    width: 25%;
    border-bottom: solid 3px #ba7a1e;
}

@media screen and (max-width: 767px) {
    .course-list__item:first-child::after {
        top: -0.6%;
    }

    .reserve {
        display: flex;
        justify-content: center;
    }
}


.float {
    position: fixed;
    z-index: 999;
}

.float a {
    background: #C5B358;
    color: #000;
    display: block;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.8rem;
    font-family: 'Yuji Syuku', serif;
}

@media screen and (min-width: 768px) {
    .float {
        right: 0;
        top: 180px;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }

    .float a {
        padding: 30px 0;
        width: 50px;
        line-height: 50px;
    }
}

@media screen and (max-width: 767px) {
    .float {
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        height: 60px;
        line-height: 60px;
    }

    .float a {
        padding: 0;
    }

    .top-access dl:nth-of-type(3) {
        flex-direction: column;
    }

    .top-access dl:nth-of-type(3) dt {
        width: 100%;
        font-size: 2rem;
        margin-top: 1rem;
        border-bottom: 1px solid #fff;
    }

    .top-access dl:nth-of-type(3) dd {
        width: 100%;
        margin-top: 1rem;
    }
}

.sns_img {
    width: 1.8rem;
    height: 100%;
    object-fit: contain;
}

.fa-brands {
    font-size: 4.4rem;
}


.google_translate img {
    width: auto;
}

.google_translate{
        position: absolute;
        left: 0;
    top: 0;
    }
    

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

    .google_translate{
        position: absolute;
        left: 0;
    }
    
}