@charset "UTF-8";


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

kv

----------------------------------------------------------  */
.top-kv {
    position: relative;
    margin-top: -3.4rem;
}

.top-kv h1 {
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    font-size: 6.4rem;
    z-index: 999;
    text-align: center;
    text-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.8);
    line-height: 1.3;
    padding-top: 8rem;
}

@media screen and (min-width: 1401px) {
    .top-kv {
        margin-top: -4rem;
    }
}

@media screen and (min-width: 1501px) {
    .top-kv {
        margin-top: -4.3rem;
    }
}

.top-kv h1 span {
    display: block;
}

.top-kv h1 i {
    font-size: 4.8rem;
}

.top-kv figure {
    position: absolute;
    right: 15rem;
    bottom: 1.5rem;
    width: 22rem;
}

.page-ttl01 {
    background: url(../img/mv.jpg) no-repeat center / cover;
    position: relative;
}

.page-ttl01 > div {
    background: rgba(0, 0, 0, 0.5);
}

.page-ttl01 h2 {
    color: #fff;
    font-size: 4.0rem;
    line-height: 1;
    text-align: center;
    padding: 11rem 0 11rem 0;
    font-family: 'Noto Serif JP', serif;
    font-weight: 900;
}

@media screen and (min-width: 768px) {
    .mb60 {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .top-kv {
        margin-top: -4rem;
        background: url(../img/top-kv-1.png) no-repeat center / cover;
        background-color: #151515;
        height: 48rem;
    }

    .top-kv h1 {
        font-size: 4.4rem;
        padding-top: 0;
    }

    .top-kv h1 i {
        font-size: 3.2rem;
    }

    .top-kv figure {
        right: 1.5rem;
        bottom: 1.5rem;
        width: 14rem;
    }

    .mb60 {
        margin-bottom: 30px;
    }

    .page-ttl01 h2 {
        color: #fff;
        font-size: 4.0rem;
        line-height: 1;
        text-align: center;
        padding: 8rem 0 8rem 0;
        font-family: 'Noto Serif JP', serif;
        font-weight: 900;
    }
}



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

news

----------------------------------------------------------  */
.top-news-1 {
    border-top: solid 0.2rem var(--main-color);
    border-bottom: solid 0.2rem var(--main-color);
    background: var(--bg-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 10rem;
}

.top-news-1 h2 {
    color: var(--main-color);
    line-height: 1;
    width: 10.5rem;
    font-weight: normal;
    font-size: 2.4rem;
    border-right: solid 1px #fff;
    padding-bottom: 0.3rem;
}

.top-news-1 > div:first-of-type {
    width: calc(100% - 40rem);
}

.top-news-1 > div:last-of-type {
    width: 24rem;
}

@media screen and (max-width: 767px) {
    .top-news-1 {
        border-top: solid 0.2rem var(--main-color);
        border-bottom: solid 0.2rem var(--main-color);
        background: var(--bg-color);
        display: block;
        justify-content: space-between;
        align-items: center;
        padding: 3rem 3rem;
    }

    .top-news-1 h2 {
        width: auto;
        text-align: center;
        font-size: 2.4rem;
        border-right: none;
        padding-bottom: 0;
        margin-bottom: 2rem;
    }

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

    .top-news-1 > div:last-of-type {
        width: 24rem;
        margin: 2.5rem auto 0 auto;
    }
}



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

concept

----------------------------------------------------------  */
.top-concept {
    background: url(../img/top-bg-1.jpg) no-repeat center / cover;
    padding: 10rem 15rem;
}

.top-concept h2 {
    margin-bottom: 1.5rem;
}

.top-concept p {
    color: #fff;
    text-align: center;
}

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

    .top-concept p {
        text-align: left;
    }
}



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

menu

----------------------------------------------------------  */
.top-menu {
    background: url(../img/top-deco-1.png) no-repeat right top;
    background-size: 25% auto;
    padding: 10rem 5rem;
}

.top-menu h2 {
    width: 65%;
    margin: 0 auto;
}

.top-menu h2 + p {
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    font-size: 3.6rem;
    line-height: 1.5;
    margin-top: -1rem;
    margin-bottom: 6rem;
}

.top-menu .more {
    margin: 0 auto;
}

.top-menu ul li {
    margin-bottom: 4rem;
    background: url(../img/texture-3.jpg) center / cover;
    display: flex;
    align-items: center;
}

.top-menu ul li:nth-child(odd) dl {
    padding-right: 5rem;
    padding-left: 2rem;
}

.top-menu ul li:nth-child(even) {
    flex-direction: row-reverse;
}

.top-menu ul li:nth-child(even) dl {
    padding-left: 5rem;
    padding-right: 2rem;
}

.top-menu ul li figure {
    width: 65%;
}

.top-menu ul li > div {
    width: 35%;
}

.top-menu ul li dl dt {
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    color: #fff;
    font-size: 3.6rem;
    line-height: 1.4;
    margin-bottom: 2rem;
}

.top-menu ul li dl dd {
    color: var(--main-color);
    display: flex;
    justify-content: center;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    font-size: 4rem;
    align-items: center;
    line-height: 1;
    border-top: solid 1px var(--main-color);
    border-bottom: solid 1px var(--main-color);
    padding: 2rem 0 2.4rem 0;
}

.top-menu ul li dl dd i:first-of-type {
    font-size: 2.8rem;
    margin-left: 0.6rem;
    margin-top: 1.1rem;
}

.top-menu ul li dl dd i:last-of-type {
    font-size: 1.6rem;
    font-weight: normal;
    margin-top: 2.2rem;
}

.top-menu ul li dl dd span {
    font-size: 1.2rem;
    font-weight: normal;
    font-family: 'Noto Sans JP', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 8rem;
    height: 8rem;
    line-height: 1.4;
    border: solid 0.1rem var(--main-color);
    border-radius: 50%;
    margin-right: 1.5rem;
    transform: rotate(-10deg);
    margin-top: 0.3rem;
}

@media screen and (max-width: 767px) {
    .top-menu {
        background-size: 40% auto;
        padding: 8rem 3rem;
    }

    .top-menu h2 {
        width: 100%;
        margin: 0 auto;
    }

    .top-menu h2 + p {
        font-size: 2.4rem;
        margin-bottom: 3rem;
    }

    .top-menu .more {
        margin: 0 auto;
    }

    .top-menu ul li {
        display: block;
        padding-bottom: 0;
    }

    .top-menu ul li:nth-child(odd) dl {
        padding: 3rem 3rem 3.7rem 3rem;
    }

    .top-menu ul li:nth-child(even) dl {
        padding: 3rem 3rem 3.7rem 3rem;
    }

    .top-menu ul li figure {
        width: 100%;
        background: rgba(255, 255, 255, 0.1);
    }

    .top-menu ul li > div {
        width: 100%;
    }

}



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

policy

----------------------------------------------------------  */
.top-policy {
    padding: 10rem 5rem 8rem 5rem;
    position: relative;
}

.top-policy::before {
    content: "";
    background: url(../img/texture-2.jpg) center top;
    background-size: 80rem auto;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 52rem;
    z-index: -1;
}

.top-policy h2 {
    text-align: center;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    font-size: 4.8rem;
    line-height: 1;
    margin-bottom: 5rem;
}

.top-policy h2 i {
    font-size: 2.8rem;
    margin-left: 0.8rem;
}

.top-policy h2 span {
    position: relative;
}

.top-policy h2 span img {
    position: absolute;
    left: 6.8rem;
    top: -2.5rem;
    width: 4rem;
}

.top-policy ul {
    display: flex;
    justify-content: space-between;
}

.top-policy ul li {
    width: 31%;
}

.top-policy ul li dl dt {
    margin: 2.5rem 0 2rem 0;
    text-align: center;
    line-height: 1;
    font-size: 4.0rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
}

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

    .top-policy::before {
        height: 40rem;
    }

    .top-policy h2 {
        font-size: 4rem;
    }

    .top-policy h2 span img {
        left: 5.6rem;
    }

    .top-policy ul {
        display: block;
    }

    .top-policy ul li {
        width: 100%;
    }

    .top-policy ul li:not(:last-child) {
        margin-bottom: 4rem;
    }

    .top-policy ul li img {
        width: 100%;
        height: 36rem;
        object-fit: cover;
    }
}





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

gallery

----------------------------------------------------------  */
.top-gallery {

    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}

.top-gallery li:not(:last-child) {
    border-right: solid 1px #fff;
}

@media screen and (max-width: 767px) {
    .top-gallery {
        flex-wrap: wrap;
    }

    .top-gallery li:not(:last-child) {
        border-right: none;
    }

    .top-gallery li {
        width: 50%;
    }
}



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

info

----------------------------------------------------------  */
.top-info {
    background: url(../img/texture-2.jpg) center top;
    background-size: 80rem auto;
    padding: 8rem 10rem;
    display: flex;
    justify-content: space-between;
}

.top-info > * {
    width: 48%;
}

.top-info h2 {
    text-align: center;
    margin-bottom: 3rem;
    line-height: 1;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    font-size: 4rem;
    padding: 1.2rem 0 1.4rem 0;
}

.top-news-2 h2 {
    color: var(--main-color);
    border-bottom: solid 0.1rem var(--main-color);
    border-top: solid 0.1rem var(--main-color);
}

.top-sns h2 {
    color: #01b901;
    border-bottom: solid 0.1rem #01b901;
    border-top: solid 0.1rem #01b901;
}

.top-sns ul li:first-child {
    margin-bottom: 2rem;
}

.top-sns ul li:first-child a {
    background: #01b901;
    display: block;
    padding: 3rem 0;
    position: relative;
    color: #fff;
}

.top-sns ul li:first-child a img {
    width: 12rem;
    display: block;
    margin: 0 auto;
}

.top-sns ul li:first-child a i {
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.top-sns ul li:last-child {
    background: #fff;
    padding: 3rem;
    text-align: center;
    font-weight: bold;
    color: #01b901;
    font-size: 2rem;
}

.top-sns ul li:last-child img {
    width: 16rem;
    margin: 0 auto;
    display: block;
    padding-top: 1.5rem;
}

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

    .top-info > * {
        width: 100%;
    }

    .top-news-2 {
        margin-bottom: 6rem;
    }
}



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

access

----------------------------------------------------------  */
.top-access {
    background: url(../img/top-deco-1.png) no-repeat right top;
    background-size: 25% auto;
    padding: 10rem 15rem;
}

.top-access h2 {
    line-height: 1;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    font-size: 4.8rem;
    margin-bottom: 6rem;
    text-align: center;
}

.top-access figure {
    margin-bottom: 2rem;
    border: solid 0.5rem #ebd9b8;
}

.top-access .wrap {
    display: flex;
    justify-content: space-between;
}

.top-access .wrap > * {
    width: 49%;
}

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

    .top-access h2 {
        line-height: 1;
        font-family: 'Noto Serif JP', serif;
        font-weight: bold;
        font-size: 4.8rem;
        margin-bottom: 6rem;
        text-align: center;
    }

    .top-access .wrap {
        display: block;
    }

    .top-access .wrap > * {
        width: 100%;
    }

    .top-access .wrap dl {
        margin-bottom: 2rem;
    }
}



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

cv

----------------------------------------------------------  */
.cv {
    background: url(../img/top-bg-2.jpg) no-repeat center / cover;
    color: #fff;
    padding: 10rem 0;
}

.cv h2 {
    text-align: center;
    line-height: 1;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    font-size: 3.6rem;
    text-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.6);
    margin-bottom: 3rem;
}

.cv h2 strong {
    font-size: 5.6rem;
}

.cv dl {
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
}

.cv dl dt {
    font-size: 2.8rem;
    margin-bottom: 1rem;
}

.cv dl dt span {
    background:
        url(../img/top-deco-2.png) no-repeat left center,
        url(../img/top-deco-3.png) no-repeat right center;
    background-size: 3.6rem auto;
    padding: 1rem 6rem;
}

.cv dl dd a {
    color: #fff;
    font-size: 7.2rem;
    line-height: 1;
    display: block;
    margin-bottom: 2rem;
}

.cv dl dd span {
    border: solid 0.1rem #fff;
    font-size: 2.0rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
    padding: 0.6rem 8rem 0.8rem 8rem;
}

@media screen and (max-width: 767px) {
    .cv {
        padding: 6rem 3rem;
    }

    .cv h2 {
        line-height: 1.3;
    }

    .cv dl {
        text-align: center;
        font-family: 'Noto Serif JP', serif;
        font-weight: bold;
    }

    .cv dl dt {
        font-size: 2.4rem;
    }

    .cv dl dt span {
        background-size: 3rem auto;
        padding: 1rem 4rem;
    }

    .cv dl dd a {
        font-size: 4.8rem;
    }

    .cv dl dd span {
        padding: 0.6rem 0 0.8rem 0;
        display: block;
        line-height: 1.6;
    }
}



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

news

----------------------------------------------------------  */
.top-news-1 .CMS-NEWS-MORE-READ,
.top-news-2 .CMS-NEWS-MORE-READ {
    display: none;
}

.top-news-1 .CMS-NEWS-ITEM:first-of-type a {
    border-top: none;
}

.top-news-1 .CMS-NEWS-ITEM a {
    border-bottom: none;
    align-items: center;
    padding: 0;
}

.top-news-1 .CMS-NEWS-TIME {
    font-size: 1.2rem;
    width: 25%;
    color: #fff;
}

.top-news-1 .CMS-NEWS-LINK {
    line-height: 1.8;
    width: 75%;
    color: #fff;
}

.top-news-1 .CMS-NEWS-INDEX {
    padding: 0;
}

.top-news-2 .CMS-NEWS-LINK {
    color: #fff;
}

.top-news-2 .CMS-NEWS-INDEX {
    padding-bottom: 4rem;
}

.top-news-2 .more {
    margin: 0 auto;
}

.CMS-NEWS-INDEX {
    position: relative;
    padding-bottom: 10rem;
}

.CMS-NEWS-ITEM a {
    transition: all .3s;
    display: flex;
    align-items: center;
    border-bottom: dotted 1px #aaa;
    padding: 2rem 1.5rem;
}

.container .CMS-NEWS-ITEM a {
    border-bottom: dotted 1px #aaa;
}

.CMS-NEWS-ITEM a:hover {
    opacity: 0.6;
}

.CMS-NEWS-TIME {
    font-size: 1.2rem;
    width: 35%;
    color: var(--main-color);
}

.CMS-NEWS-LINK {
    line-height: 1.8;
    width: 65%;
}

/* read more */
.CMS-NEWS-MORE-READ {
    background: var(--main-color);
    border: none;
    border-radius: 0.2rem;
    text-align: center;
    padding: 2rem 0;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    margin: 4rem auto 0 auto;
    width: 28rem;
    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;
}

.top-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 4px var(--main-color);
    bottom: -4px;
    content: " ";
    display: block;
    position: absolute;
    width: 25%;
}

.CMS-NEWS-CONTENT img {
    width: 70%;
    height: auto;
    display: block;
    margin: 4rem auto;
}

@media screen and (max-width: 767px) {
    .top-news-1 .CMS-NEWS-TIME {
        width: 100%;
    }

    .top-news-1 .CMS-NEWS-LINK {
        width: 100%;
    }

    .CMS-NEWS-ITEM a {
        display: block;
    }

    .CMS-NEWS-TIME {
        width: 100%;
    }

    .CMS-NEWS-LINK {
        width: 100%;
    }

    .CMS-NEWS-CONTENT img {
        width: 100%;
    }

    .CMS-NEWS-INDEX > * img {
        height: auto;
    }


}




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

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-weight: bold;
    margin-bottom: 2.5rem;
    text-indent: -9999px;
}

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

.course-list-item {
    display: flex;
    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: 80px;
    height: 80px;
    background-color: #f4f4f5
}

.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 {
    display: flex
}

.course-list-item__price {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d70025;
    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;
    display: none;
}

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

.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 {
        display: flex
    }

    .course-list-item__price {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #d70025;
        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;
        display: none;
    }

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

@media screen and (min-width: 768px) {
    header#op_btn p {
        position: fixed !important;
        right: 0;
        top: 60px;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-family: 'Sorts Mill Goudy', serif;
        background: var(--main-color);
        line-height: 1;
        margin: 0;
        z-index: 9999;
        font-size: 16px;
    }

    header#op_btn p a {
        display: block;
        color: #fff;
        padding: 30px 11px;
        text-decoration: none;
    }
}

@media screen and (max-width: 768px) {
    header#op_btn p {
        position: fixed !important;
        right: 20%;
        top: 600px;
        width: 60%;
        writing-mode: unset;
        font-family: 'Sorts Mill Goudy', serif;
        background: var(--main-color);
        line-height: 1;
        z-index: 9999;
        font-size: 16px;
    }

    header#op_btn p a {
        display: block;
        color: #fff;
        padding: 20px 0px;
        text-align: center;
        text-decoration: none;
    }
}

/* ------------------------------
top slider
------------------------------ */
#loopslider {
    margin: 0 auto;
    width: 100%;
    height: 240px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

#loopslider ul {
    height: 240px;
    float: left;
    display: inline;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

#loopslider ul li {
    width: 400px;
    height: 240px;
    float: left;
    display: inline;
    overflow: hidden;
}

#loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

#loopslider ul {
    display: inline-block;
    overflow: hidden;
}

#loopslider img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
    #loopslider {
        height: 120px;
    }

    #loopslider ul {
        height: 120px;
    }

    #loopslider ul li {
        width: 200px;
        height: 120px;
    }

    .top_gallery .btn_wrap {
        padding: 0 20px;
    }
}

@media screen and (max-width: 767px) {
    .CMS-NEWS-INDEX {
        display: block;
        margin-bottom: -4rem;
        padding-bottom: 12rem;
    }

    .CMS-NEWS-INDEX > * {
        width: 100%;
        margin-right: 0;
        margin-bottom: 4rem;
    }

    .CMS-NEWS-CONTENT img {
        width: 100%;
    }

    .CMS-NEWS-INDEX > * img {
        height: auto;
    }
}

.menu-img {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.menu-img li {
    width: 32.5%;
}

.menu-img li img {
    width: 100%;
    height: 20rem;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .menu-img li img {
        height: 10rem;
    }
}
