@charset "UTF-8";

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

kv

----------------------------------------------------------  */
.top-kv {
    position: relative;
    background: url(../img/texture-1.jpg) center top;
    background-size: 100% auto;
}
.top-kv::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 40%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .6), transparent);
    content: "";
}
.top-kv::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 30%;
    background: linear-gradient(to top, rgba(0, 0, 0, .6), transparent);
    content: "";
}
#main {
    position: relative;
    width: 100%;
    height: 59vw;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .top-kv-slider > * {
        height: 40rem;
    }
    #main {
        height: 40rem;
    }
    .top-kv::before {
        display: none;
    }
    .top-kv::after {
        display: none;
    }
}

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

about

----------------------------------------------------------  */
.top-about {
    position: relative;
    padding: 10rem 0;
    background: url(../img/deco-1.png) no-repeat right 6rem top 6rem,
    url(../img/deco-2.png) no-repeat left 5rem bottom 6rem,
    url(../img/texture-1.jpg) center top;
    background-size: 24rem auto, 24rem auto, 100% auto;
}
.top-about .img-1 {
    position: absolute;
    top: 14rem;
    left: 0;
    width: 36rem;
}
.top-about .img-2 {
    position: absolute;
    right: 0;
    bottom: -5rem;
    width: 36rem;
}
.top-about h2 {
    width: 48rem;
    margin: 0 auto 3rem auto;
    text-align: center;
}
.top-about h2 > img:last-of-type {
    display: block;
    width: 28rem;
    margin: 0 auto;
}
.top-about h2 span {
    display: block;
    margin: 1rem 0 4rem 0;
    padding-bottom: 2rem;
    background: url(../img/dot.png) repeat-x center bottom;
    background-size: 1.3rem auto;
    font-size: 3.6rem;
    line-height: 1.4;
}
.top-about h3 {
    margin-bottom: 2.5rem;
    font-size: 2rem;
    text-align: center;
}
.top-about p {
    width: 64rem;
    margin: 0 auto 2rem auto;
}
.top-about .more {
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .top-about {
        padding: 3rem 0;
    }
    .top-about .img-1 {
        position: relative;
        top: auto;
        left: auto;
        width: 95%;
        margin-bottom: 2rem;
    }
    .top-about .img-2 {
        position: relative;
        right: auto;
        bottom: auto;
        width: 95%;
        margin-top: 2rem;
    }
    .top-about h2 {
        width: 32rem;
        margin: 0 auto 3rem auto;
    }
    .top-about h2 > img:last-of-type {
        width: 24rem;
    }
    .top-about h2 span {
        margin: 1rem 0 2rem 0;
        background-size: 1.1rem auto;
        font-size: 2.3rem;
    }
    .top-about h3 {
        padding: 0 3rem;
        text-align: left;
    }
    .top-about p {
        width: 100%;
        margin: 0 auto 2rem auto;
        padding: 0 3rem;
    }
}

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

menu

----------------------------------------------------------  */
.top-menu {
    padding: 10rem 0;
    background: url(../img/deco-3.png) no-repeat right top 4rem,
    url(../img/deco-4.png) no-repeat left top 36rem,
    url(../img/texture-2.jpg) center top;
    background-size: 15rem auto, 20rem auto, 100% auto;
}
/* 共通 */
.top-menu dl {
    margin-bottom: 1.5rem;
}
.top-menu dl dt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: .5rem;
    font-weight: bold;
    font-size: 2.2rem;
    letter-spacing: .3em;
}
.top-menu ul li dl dt span {
    display: flex;
    align-items: center;
}
.top-menu dl dt span i {
    margin-bottom: 1rem;
    padding: 0 .8rem;
    background: linear-gradient(to top, #c1d7dd 50%, transparent 50%);
    font-weight: normal;
    font-size: 1.4rem;
    letter-spacing: .1em;
}
/* フード */
.top-menu ul li:nth-child(1) {
    display: flex;
    flex-direction: row-reverse;
    padding: 0 10rem 0 20rem;
}
.top-menu ul li:nth-child(1) > figure {
    width: 45%;
}
.top-menu ul li:nth-child(1) > div {
    width: 55%;
    padding-top: 2rem;
    padding-right: 5rem;
}
.top-menu ul li:nth-child(1) dl dt span::before {
    width: 5rem;
    height: 5rem;
    margin-bottom: 1rem;
    background: url(../img/ico-1.png) no-repeat;
    background-size: 5rem;
    content: "";
}
/* ドリンク */
.top-menu ul li:nth-child(2) {
    display: flex;
    padding: 0 20rem 0 12rem;
}
.top-menu ul li:nth-child(2) > figure {
    width: 45%;
}
.top-menu ul li:nth-child(2) > div {
    width: 55%;
    padding-top: 3rem;
    padding-left: 5rem;
}
.top-menu ul li:nth-child(2) dl dt span::before {
    width: 6rem;
    height: 6rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    background: url(../img/ico-2.png) no-repeat;
    background-size: 6rem;
    content: "";
}
@media screen and (max-width: 767px) {
    .top-menu {
        padding: 8rem 3rem;
        background: url(../img/deco-3.png) no-repeat right top 4rem,
        url(../img/deco-4.png) no-repeat left top 36rem,
        url(../img/texture-2.jpg) center top;
        background-size: 15rem auto, 20rem auto, 100% auto;
    }
    /* 共通 */
    .top-menu dl {
        margin-bottom: 2rem;
    }
    .top-menu .more {
        margin: 0 auto;
    }
    .top-menu dl dt {
        margin-bottom: 1rem;
    }
    /* フード */
    .top-menu ul li:nth-child(1) {
        display: block;
        margin-bottom: 8rem;
        padding: 0;
    }
    .top-menu ul li:nth-child(1) > figure {
        width: 100%;
        margin-bottom: 2rem;
    }
    .top-menu ul li:nth-child(1) > div {
        width: 100%;
        padding-top: 0;
        padding-right: 0;
    }
    /* ドリンク */
    .top-menu ul li:nth-child(2) {
        display: block;
        padding: 0;
    }
    .top-menu ul li:nth-child(2) > figure {
        width: 100%;
        margin-bottom: 2rem;
    }
    .top-menu ul li:nth-child(2) > div {
        width: 100%;
        padding-top: 0;
        padding-left: 0;
    }
    .top-menu ul li:nth-child(2) dl dt {
        overflow: hidden;
    }
    .top-menu ul li:nth-child(2) dl dt i {
        font-size: 1.2rem;
        white-space: nowrap;
    }
    .top-menu ul li:nth-child(2) dl dt span::before {
        width: 2.5rem;
        height: 2.5rem;
        margin-right: .5rem;
        background-size: 2.5rem;
    }
}

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

lunch

----------------------------------------------------------  */
.top-lunch {
    position: relative;
    padding: 10rem 15rem 15rem 15rem;
    background: url(../img/deco-5.png) no-repeat left top,
    url(../img/deco-6.png) no-repeat right bottom 3rem,
    url(../img/texture-3.jpg) no-repeat center;
    background-size: 32rem auto, 28rem auto, cover;
}
.top-lunch h2 {
    width: 36rem;
    margin-bottom: 1rem;
}
.top-lunch .img-1 {
    position: relative;
    width: 56rem;
}
.top-lunch .img-2 {
    position: relative;
    z-index: 999;
    width: 44rem;
    margin: -6rem 0 0 -4rem;
}
.top-lunch figcaption {
    display: flex;
    flex-direction: column;
    background: url(../img/texture-4.jpg) no-repeat center / cover;
    color: #ffffff;
    font-weight: bold;
    font-size: 2rem;
}
.top-lunch figcaption > span:first-of-type {
    color: var(--blue);
}
.top-lunch figcaption > span:last-of-type {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.top-lunch figcaption > span:last-of-type i {
    font-weight: normal;
    font-size: 1rem;
}
.top-lunch .img-1 figcaption {
    position: absolute;
    top: 4rem;
    right: -24rem;
    z-index: 99;
    width: 36rem;
    padding: 1.5rem 2rem;
}
.top-lunch .img-2 figcaption {
    position: absolute;
    right: -3rem;
    bottom: -4rem;
    z-index: 99;
    width: 30rem;
    padding: 1.5rem 2rem;
}
.top-lunch .wrap {
    display: flex;
    align-items: center;
    position: absolute;
    right: 13rem;
    bottom: 5rem;
    width: 44rem;
    height: 45.3rem;
    padding: 2.2rem 7rem 0 7rem;
    background: url(../img/frame-1.png) no-repeat;
    background-size: 44rem 45.3rem;
}
.top-lunch .more {
    margin: 0 auto;
}
.top-lunch h3 {
    padding-top: 3rem;
    background: url(../img/ico-3.png) no-repeat center top;
    background-size: 6rem auto;
    color: var(--navy);
    font-size: 2rem;
    letter-spacing: .1em;
    text-align: center;
}
.top-lunch p {
    margin: 1rem 0 2rem 0;
}
@media screen and (min-width: 1401px) {
    .top-lunch .wrap {
        display: flex;
        align-items: center;
        right: 22rem;
        bottom: 5rem;
        width: 56rem;
        height: 57.7rem;
        padding: 0 7rem 0 7rem;
        background-size: 56rem 57.7rem;
    }
}
@media screen and (max-width: 767px) {
    .top-lunch {
        padding: 8rem 3rem;
        background: url(../img/deco-5.png) no-repeat left top,
        url(../img/deco-6.png) no-repeat right bottom 3rem,
        url(../img/texture-3.jpg) no-repeat center;
        background-size: 32rem auto, 28rem auto, cover;
    }
    .top-lunch h2 {
        width: 24rem;
        margin: 0 auto 2rem auto;
    }
    .top-lunch .img-1 {
        width: 100%;
        margin-bottom: 2rem;
    }
    .top-lunch .img-2 {
        width: 100%;
        margin: 0;
    }
    .top-lunch figcaption {
        display: flex;
        flex-direction: column;
        background: url(../img/texture-4.jpg) no-repeat center / cover;
        color: #ffffff;
        font-weight: bold;
        font-size: 2rem;
    }
    .top-lunch figcaption > span:first-of-type {
        color: var(--blue);
    }
    .top-lunch figcaption > span:last-of-type {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .top-lunch figcaption > span:last-of-type i {
        font-weight: normal;
        font-size: 1rem;
    }
    .top-lunch .img-1 figcaption {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        padding: 1.5rem 2rem;
    }
    .top-lunch .img-2 figcaption {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        padding: 1.5rem 2rem;
    }
    .top-lunch .wrap {
        display: block;
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        height: auto;
        margin-top: 3rem;
        padding: 3rem 4rem;
        background: #ffffff;
    }
    .top-lunch figcaption > span:last-of-type i {
        margin-top: .7rem;
    }
}

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

gallery

----------------------------------------------------------  */
.top-gallery {
    display: flex;
    align-items: center;
    padding: 10rem 15rem;
    background: url(../img/top-bg-1.jpg) no-repeat center / cover;
    color: #ffffff;
}
.top-gallery > div {
    width: 40%;
    padding-right: 3rem;
}
.top-gallery > figure {
    width: 60%;
}
.top-gallery h3 {
    margin-top: 4rem;
    margin-bottom: 1rem;
    color: #9cc2cd;
    font-size: 2rem;
    letter-spacing: .2em;
}
.top-gallery p {
    margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
    .top-gallery {
        display: block;
        padding: 8rem 3rem;
    }
    .top-gallery > div {
        width: 100%;
        margin-bottom: 2rem;
        padding-right: 0;
    }
    .top-gallery > figure {
        width: 100%;
    }
    .top-gallery .more {
        margin: 0 auto;
    }
}

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

parallax

----------------------------------------------------------  */
.bg-parallax {
    height: 36rem;
}
.bg-parallax::before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url(../img/bg-pa.jpg) no-repeat center / cover;
    content: "";
}
@media screen and (max-width: 767px) {
    .bg-parallax::before {
        background: url(../img/bg-pa-sp.jpg) no-repeat center / cover;
    }
}

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

news thumbnail

----------------------------------------------------------  */
.top-news {
    padding: 10rem 15rem;
    background: url(../img/deco-7.png) no-repeat left bottom,
    url(../img/deco-8.png) no-repeat right top,
    url(../img/texture-1.jpg) center top;
    background-size: 22rem auto, 18rem auto, 100% auto;
}
.top-news h2 {
    width: 35rem;
    margin: 0 auto 4rem auto;
}
.top-news .more {
    margin: 4rem auto 0 auto;
}
.top-news .CMS-NEWS-MORE-READ {
    display: none;
}
.top-news .CMS-NEWS-INDEX {
    padding-bottom: 0;
}
.CMS-NEWS-INDEX {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 10rem;
}
.CMS-NEWS-INDEX > * {
    width: 31%;
    margin-right: 3.5%;
}
.CMS-NEWS-INDEX > *:nth-of-type(3n) {
    margin-right: 0;
}
.CMS-NEWS-INDEX > *:nth-of-type(n + 4) {
    margin-top: 3.5rem;
}
.CMS-NEWS-ITEM a {
    display: block;
    transition: all .3s;
}
.CMS-NEWS-ITEM a:hover {
    opacity: .6;
}
.CMS-NEWS-TIME {
    margin: 1.8rem 0 .6rem 0;
    color: #FFF;
    line-height: 1;
    border-bottom: 1px solid #FFF;
    padding-bottom: 1rem;

}
.CMS-NEWS-LINK {
    color: #FFF;
    line-height: 1.8;
}
.CMS-NEWS-INDEX > * img {
    width: 100%;
    height: 15vw;
    background: url(../img/stripe.png) center;
    background-size: 1.2rem auto;

    object-fit: cover;
}
/* read more */
.CMS-NEWS-MORE-READ {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
            transform: translate(-50%, 0);
    width: 31%;
    margin: 0 auto;
    padding: 2rem 0 2.2rem;
    border: none;
    background-image: linear-gradient(45deg, rgba(0, 0, 213, 1), rgba(0, 0, 90, 1) 90%);
    color: #ffffff;
    font-size: 1.2rem;
    text-align: center;
    transition: all .3s;

    -webkit-transform: translate(-50%, 0);
}
.CMS-NEWS-MORE-READ:hover {
    opacity: .6;
    cursor: pointer;
}
/* detail */
.CMS-NEWS-TITLE {
    position: relative;
    margin-bottom: 3rem;
    padding: 1rem 0 1.5rem 0;
    border-bottom: solid 1px rgba(0, 0, 0, .2);
    font-weight: bold;
    font-size: 2.2rem;
}
.CMS-NEWS-TITLE:after {
    display: block;
    position: absolute;
    bottom: -4px;
    width: 25%;
    border-bottom: solid 4px var(--navy);
    content: " ";
}
.CMS-NEWS-CONTENT img {
    display: block;
    width: 80%;
    height: auto;
    margin: 0 auto 3rem auto;
}
@media screen and (max-width: 767px) {
    .top-news {
        padding: 8rem 3rem;
    }
    .top-news h2 {
        width: 32rem;
        margin: 0 auto 4rem auto;
    }
    .CMS-NEWS-INDEX {
        display: block;
    }
    .CMS-NEWS-INDEX > * {
        width: 100%;
        margin-right: 0;
    }
    .CMS-NEWS-INDEX > *:nth-of-type(n + 4) {
        margin-top: 0;
    }
    .CMS-NEWS-INDEX > *:nth-of-type(n + 2) {
        margin-top: 3.5rem;
    }
    .CMS-NEWS-TIME {
        margin: 1.5rem 0 .3rem 0;
    }
    .CMS-NEWS-INDEX > * img {
        height: auto;
    }
    .CMS-NEWS-CONTENT img {
        width: 100%;
    }
}

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

access

----------------------------------------------------------  */
.top-access {
    padding: 10rem 15rem;
    background: url(../img/texture-2.jpg) center top;
    background-size: 100% auto;
}
.top-access h2 {
    display: flex;
    justify-content: center;
    margin-bottom: 4rem;
}
.top-access .wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 8rem;
}
.top-access .wrap > div {
    width: 36rem;
    margin-right: 4rem;
}
.top-access .wrap > dl {
    width: 48rem;
}
.top-access .wrap .logo {
    width: 20rem;
    margin: 0 auto 2rem auto;
}
.top-access .wrap .more {
    margin: 2rem auto 0 auto;
}
@media screen and (max-width: 767px) {
    .top-access {
        padding: 8rem 3rem;
    }
    .top-access .wrap {
        display: block;
        margin-bottom: 6rem;
    }
    .top-access .wrap > div {
        width: 100%;
        margin-right: 0;
        margin-bottom: 3rem;
    }
    .top-access .wrap > dl {
        width: 100%;
    }
    .top-access .wrap .logo {
        width: 20rem;
        margin: 0 auto 2rem auto;
    }
    .top-access .wrap .more {
        margin: 2rem auto 0 auto;
    }
}

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

sns

----------------------------------------------------------  */
.top-sns {
    padding: 6rem 0;
    background: url(../img/deco-9.png) no-repeat left bottom,
    url(../img/deco-10.png) no-repeat right top,
    url(../img/texture-1.jpg) center top;
    background-size: 36rem auto, 36rem auto, 100% auto;
}
.top-sns a {
    display: block;
    width: 48rem;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .top-sns {
        padding: 6rem 3rem;
        background-size: 16rem auto, 16rem auto;
    }
    .top-sns a {
        width: 100%;
    }
}

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

form

----------------------------------------------------------  */
.CMS-FORM-GROUP {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}
.CMS-FORM-GROUP label {
    width: 30%;
    font-weight: bold;
}
.CMS-FORM-GROUP input, .CMS-FORM-GROUP textarea {
    width: 70%;
    padding: 1rem;
    border: #dddddd solid 1px;
    box-sizing: border-box;
}
.CMS-FORM-INPUT, .CMS-FORM-EMAIL {
    -webkit-appearance: none;
            appearance: none;
}
.CMS-FORM-GROUP textarea {
    height: 16rem;

    -webkit-appearance: none;
            appearance: none;
}
.CMS-FORM-GROUP input[type="submit"] {
    display: block;
    display: block;
    width: 24rem;
    margin: 0 auto;
    padding: 1rem 0;
    border: none;
    background-image: linear-gradient(45deg, rgba(0, 0, 213, 1), rgba(0, 0, 90, 1) 90%);
    color: #ffffff;
    font-weight: bold;
    font-size: 1.4rem;
    transition: all .3s;
}
.CMS-FORM-GROUP input[type="submit"]:hover {
    opacity: .5;
    cursor: pointer;
}
.CMS-FORM-RADIO input[type="radio"] {
    display: block;
    width: 2rem;
    height: 2rem;
    margin-top: .9rem;
    border-radius: 50%;
}
.CMS-FORM-RADIO {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 70%;
}
.CMS-FORM-RADIO label {
    display: block;
    width: calc(100% - 3.5rem);
}
.CMS-FORM-RADIO > label {
    padding-top: .8rem;
    font-weight: normal;
}
.CMS-FORM-RADIO > label:not(:last-of-type) {
    margin-bottom: 1rem;
}
input[type="submit"], input[type="button"] {
    border: none;
    border-radius: 0;

    -webkit-appearance: button;
            appearance: button;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
    display: none;
}
form {
    margin-top: 30px;
}
.recruit__heading {
    font-size: 2rem;
    border-bottom: 1px solid #FFF;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    margin-top: 4rem;
}
@media screen and (max-width: 767px) {
    .CMS-FORM-GROUP {
        display: block;
    }
    .CMS-FORM-GROUP label {
        display: block;
        width: 100%;
        margin-bottom: 1rem;
    }
    .CMS-FORM-GROUP input, .CMS-FORM-GROUP textarea {
        width: 100%;
    }
    .CMS-FORM-RADIO input[type="radio"] {
        width: 2rem;
        height: 2rem;
        margin-top: 0;
        margin-bottom: 1.5rem;
    }
    .CMS-FORM-RADIO {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }
    .CMS-FORM-RADIO label {
        width: calc(100% - 3.5rem);
        margin-top: -.1rem;
        padding-top: 0;
    }
    .CMS-FORM-RADIO > label {
        font-weight: normal;
    }
    .CMS-FORM-RADIO > label:not(:last-of-type) {
        margin-bottom: 0;
    }
    .CMS-FORM-GROUP input[type="submit"] {
        width: 100%;
        padding: 1rem 0;
        font-size: 1.8rem;
    }
}
.his {
    margin-left: 1.6rem;
    padding: .2rem .7rem .3rem .7rem;
    background: rgba(180, 0, 0, 1);
    color: #ffffff;
    font-size: 1rem;
    line-height: 1;
    vertical-align: .1rem;
}
.thanx {
    text-align: center;
}
@media screen and (max-width: 767px) {
    .thanx {
        text-align: left;
    }
}

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

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: solid 1px #d4d4d4;
    border-radius: 4px;
}
.CMS-FORM-RADIO-LABEL {
    font-weight: 600;
}
.content__title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2.5rem;
    padding: 0 0 1rem;
    border-bottom: 2px solid var(--navy);
    font-weight: bold;
    font-size: 2.4rem;
}
.restaurant-detail__menu:nth-child(n + 2) {
    margin-top: 1.5rem;
}
.menu-price-list:last-of-type {
    border-bottom: 1px solid #cccccc;
}
.menu-price-list__row {
    display: flex;
    border-top: 1px solid #cccccc;
    font-size: 16px;
    line-height: 2.2rem;
}
.menu-price-list__name {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    padding: 16px 24px;
    font-weight: 700;
}
.menu-price-list__price {
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    justify-content: center;
    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: 0 0 16px 24px;
    }
}

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

.course-list-heading__title {
    flex-shrink: 0;
    font-weight: 700;
    font-size: 2.4rem;
}

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

.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;
    align-items: center;
    width: 100%;
    min-height: 80px;
    padding: 16px 0;
}

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

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

    object-fit: cover;
}

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

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

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

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

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

.course-list-item__footer {
    display: flex;
}

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

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

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

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

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

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

.course-list-item__term {
    display: flex;
    align-items: center;
    margin-left: 12px;
    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__actions-list li:first-child {
    display: none;
}

.course-list-item__action {
    display: flex;
    justify-content: center;
    width: 96px;
}
.course-list-item__action a {
    background: #000000;
    color: #ffffff;
    font-size: 12px !important;
    text-align: center;
}

.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 {
    flex: 0 0 100%;
    width: 100%;
}

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

    object-fit: cover;
}

.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 #cccccc;
    font-size: 1.07692rem;
}

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

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

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

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

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

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

.course-info-list__discount-arrow {
    margin: 0 4px;
    color: #ffffff;
    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: #ffffff;
    font-weight: 700;
    font-size: 1.38462rem;
}

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

.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;
    flex: 0 0 48px;
    min-height: 80px;
    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 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: #ffc814 transparent transparent #ffc814;
    content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

    to {
        opacity: 1;
    }
}

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

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

.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 {
    margin-bottom: 4rem;
}

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

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

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

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

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

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

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

.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 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f4f4f5;
    font-family: "object-fit: cover;";

    object-fit: cover;
}

.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-weight: 700;
    font-size: 1.6rem;
}

.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-bottom: 40px;
        margin-left: 0;
    }
    .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-weight: 700;
        font-size: 2.2rem;
    }

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

    .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;
        align-items: center;
        width: 100%;
        min-height: 80px;
        padding: 16px 0;
    }

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

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

        object-fit: cover;
    }

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

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

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

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

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

    .course-list-item__footer {
        display: flex;
    }

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

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

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

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

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

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

    .course-list-item__term {
        display: flex;
        align-items: center;
        margin-left: 12px;
        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 {
        display: flex;
        justify-content: center;
        width: 96px;
    }

    .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 {
        flex: 0 0 100%;
        width: 100%;
    }

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

        object-fit: cover;
    }

    .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 #cccccc;
        font-size: 1.07692rem;
    }

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

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

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

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

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

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

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

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

.prepare {
    padding: 8rem 0;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: .2em;
    text-align: center;
}


.his {
          background-image: linear-gradient(45deg, rgba(0, 0, 213, 1), rgba(0, 0, 90, 1) 90%);
  line-height: 1;
  color: #fff;
  font-size: 1rem;
  padding: 0.2rem 0.7rem 0.3rem 0.7rem;
  margin-left: 1.6rem;
  vertical-align: 0.1rem;
}
.thanx {
  text-align: center;
}
.back {
  text-align: center;
  display: block;
  background-image: linear-gradient(45deg, rgba(0, 0, 213, 1), rgba(0, 0, 90, 1) 90%);
  color: #FFF;
  padding: 1rem 3rem;
  width: max-content;
  margin: 4rem auto;
}
.back a {
  color: #000;
}
@media screen and (max-width: 768px) {
  .thanx {
      text-align: left;
  }
}

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

privacy

----------------------------------------------------------  */
.privacy {
  width: auto;
  margin: 0 auto 7rem;
  border: 0.2rem solid #ccc;
  padding: 2rem;
  height: 48rem;
  overflow: auto;
}
.privacy-notes {
  margin: 0 auto 3rem;
}
@media screen and (max-width: 768px) {
  .privacy {
      width: 100%;
      margin: 0px auto 7rem;
  }
}

/*-------------------------
  about
---------------------------*/
.about__contents:not(:last-of-type) {
  margin-bottom: 8rem;
}

.about__ttl {
  border-bottom: solid 1px #FFF;
  font-size: max(14px, 1.6rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 1rem 0 1.5rem 0;
  margin-bottom: 3rem;
  position: relative;
}

.about__ttl::before {
  content: "";
  width: 20%;
  border-bottom: solid 3px var(--navy);
  position: absolute;
  bottom: -3px;
}

.about__wrapper {
  display: flex;
  gap: 2rem 5%;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .about__wrapper {
    flex-direction: column;
  }
}

.about__img {
  width: 35%;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .about__img {
    width: 100%;
  }
}

.about__txt {
  width: 100%;
  letter-spacing: 0.1em;
  line-height: 2;
}
