@charset "UTF-8";

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

kv

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

.top-kv-slider>* {
    height: 78rem;
}

.top-kv-slider>*:nth-of-type(1) {
    background: url(../img/top-kv-1.jpg) no-repeat center / cover;
}

.top-kv-slider>*:nth-of-type(2) {
    background: url(../img/top-kv-2.jpg) no-repeat center / cover;
}

.top-kv-slider>*:nth-of-type(3) {
    background: url(../img/top-kv-3.jpg) no-repeat center / cover;
}

@media screen and (max-width: 768px) {
    .top-kv {
        margin-left: 0;
    }

    .top-kv-slider>* {
        height: 36rem;
    }
}

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

news

----------------------------------------------------------  */
.top-news {
    position: relative;
    padding: 12rem 17rem 13rem;
}

.top-news .inner {
    position: relative;
    max-width: inherit;
}
.top-news .inner__wrap {
    padding: 7rem 0;
    position: relative;
}

.top-news .inner::before {
    content: "";
    background: url(../img/deco-news.png) no-repeat center top / contain;
    width: 60rem;
    height: 60rem;
    /* aspect-ratio: 293/95; */
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(-1);
    z-index: -1;
}
.top-news .inner::after {
    content: "";
    background: url(../img/deco-news.png) no-repeat center top / contain;
    width: 60rem;
    height: 60rem;
    /* aspect-ratio: 293/95; */
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.top-news .inner__wrap::before {
    content: "";
    background: url(../img/deco-news.png) no-repeat center top / contain;
    width: 60rem;
    height: 60rem;
    /* aspect-ratio: 293/95; */
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scale(-1);
    z-index: -1;
}
.top-news .inner__wrap::after {
    content: "";
    background: url(../img/deco-news.png) no-repeat center top / contain;
    width: 60rem;
    height: 60rem;
    /* aspect-ratio: 293/95; */
    position: absolute;
    bottom: 0;
    right: 0;
    transform: scaleY(-1);
    z-index: -1;
}

.top-news .inner__twrap::before {
    content: "";
    position: absolute;
    top: 10rem;
    bottom: 10rem;
    left: 0.29rem;
    width: 0.4rem;
    background-color: #c3a078;
}
.top-news .inner__twrap::after {
    content: "";
    position: absolute;
    top: 10rem;
    bottom: 10rem;
    right: 0.3rem;
    width: 0.4rem;
    background-color: #c3a078;
}


.top-news .CMS-NEWS-INDEX {
    flex-direction: column;
    width: 68.75rem;
    margin: 0 auto;
    margin-top: 5.813rem;
    z-index: 1;
    min-height: 21rem;
}

.top-news .CMS-NEWS-ITEM {
    width: 100%;
	position: relative;
}
.top-news .CMS-NEWS-ITEM:not(:last-of-type) {
    border-bottom: 1px solid #000000;
    padding-bottom: .938rem;
}
.top-news .CMS-NEWS-ITEM::before {
	content: "";
	background: url(../img/icon-news.png) no-repeat center top / contain;
	width: 2.3rem;
	height: 2.3rem;
	/* aspect-ratio: 293/95; */
	position: absolute;
	top: 0.3rem;
	right: 0;
    z-index: -1;
}

.top-news .CMS-NEWS-ITEM a {
    display: flex;
}

.top-news .CMS-NEWS-TIME {
    flex: 1;
    margin-top: 0.35rem;
}

.top-news .CMS-NEWS-LINK {
    flex: 3;
    padding-right: 5rem;
}

.news-btn {
    margin-top: 4.688rem;
}

@media screen and (max-width: 768px) {
    .top-news {
        padding: 10rem 5rem;
    }
    .top-news .inner::before {
        width: 35rem;
        height: 35rem;
    }
    .top-news .inner::after {
        width: 35rem;
        height: 35rem;
    }
    .top-news .inner__wrap::before {
        width: 35rem;
        height: 35rem;
    }
    .top-news .inner__wrap::after {
        width: 35rem;
        height: 35rem;
    }

    .top-news .inner__twrap::before {
        content: "";
        position: absolute;
        top: 10rem;
        bottom: 10rem;
        left: 0.15rem;
        width: 0.21rem;
        background-color: #c3a078;
    }
    .top-news .inner__twrap::after {
        content: "";
        position: absolute;
        top: 10rem;
        bottom: 10rem;
        right: 0.15rem;
        width: 0.21rem;
        background-color: #c3a078;
    }

    .top-news .CMS-NEWS-ITEM::before {
        width: 2.3rem;
        height: 2.3rem;
        top: 2.7rem;
    }

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

    .top-news .CMS-NEWS-ITEM a {
        display: flex;
        flex-direction: column;
    }
}
@media screen and (max-width: 540px) {
    .top-news {
        padding: 10rem 1rem;
    }
}

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

concept

----------------------------------------------------------  */
.top-concept {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 12rem 0 14rem;
    background: url(../img/back-concept.jpg) no-repeat center top / cover;
    color: #ffffff;
    z-index: 1;
}


.top-concept__container {
    position: relative;
    width: 100%;
    height: 100%;
}

.top-concept__container::before {
    content: "";
    background: url(../img/deco-concept.png) no-repeat center top / contain;
    width: 43rem;
    height: 43rem;
    /* aspect-ratio: 293/95; */
    position: absolute;
    top: -15rem;
    right: 3rem;
}
.top-concept__container::after {
    content: "";
    background: url(../img/deco-menu.png) no-repeat center top / contain;
    width: 45rem;
    height: 45rem;
    /* aspect-ratio: 293/95; */
    position: absolute;
    bottom: -45rem;
    left: 10rem;
}

.top-concept__inner {
    position: relative;
    z-index: 2;
    width: 67rem;
    margin: 0 auto;
}

.top-concept .section__title--main,
.top-concept .section__title--sub {
    color: #ffffff;
}

.top-concept h3 {
    margin-top: 3rem;
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 0rem;
}
.top-concept p {
    margin-top: 2.5rem;
    margin-bottom: 7rem;
    line-height: 2.2;
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0rem;
}
@media screen and (max-width: 1400px) {
    .top-concept__container::before {
        width: 33rem;
        height: 33rem;
        top: -15rem;
        right: 3rem;
    }
    .top-concept__container::after {
        width: 33rem;
        height: 33rem;
        bottom: -35rem;
        left: 8rem;
    }
}
@media screen and (max-width: 768px) {
    .top-concept {
        padding: 12rem 0;
    }

    .top-concept__container::before {
        width: 16rem;
        height: 16rem;
        top: -13rem;
        right: 1rem;
    }
    .top-concept__container::after {
        width: 18rem;
        height: 18rem;
        bottom: -24rem;
        left: 1rem;
    }

    .top-concept__inner {
        width: 100%;
    }

    .top-concept .logo {
        width: 30rem;
        margin: 0 auto 4rem auto;
    }

    .top-concept h3 {
        padding: 0 2rem;
    }
    .top-concept p {
        margin-bottom: 6rem;
        padding: 0 2rem;
        line-height: 2;
        text-align: left;
    }

    .top-concept>div:last-of-type {
        display: flex;
        align-items: flex-end;
        padding: 0 1rem;
    }

    .top-concept .img-1 {
        position: relative;
        bottom: auto;
        left: auto;
        width: 24rem;
        margin-right: 1.5rem;
    }

    .top-concept .img-2 {
        position: relative;
        right: auto;
        bottom: auto;
        width: 24rem;
    }
}

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

menu

----------------------------------------------------------  */
.top-menu {
    position: relative;
    padding: 11.5rem 0 4.5rem;
    background: url(../img/back-menu.jpg) no-repeat center top / cover;
}

.top-menu ul {
    position: relative;
    z-index: 2;
    margin-top: 3.5rem;
}

.top-menu ul li {
    display: flex;
    position: relative;
    flex-direction: row-reverse;    

}

.top-menu ul li>*:nth-of-type(1) {
    width: 60%;
}
.top-menu ul li>*:nth-of-type(2) {
    width: 40%;
}

.top-menu ul li:nth-child(1) {
    margin-bottom: 15rem;
    padding-top: 8rem;
}


.top-menu ul li:nth-child(1)>figure {
    position: relative;
    padding-left: 0rem;
}
.top-menu ul li:nth-child(1)>figure::before {
    content: "";
    background: url(../img/deco-menu2.png) no-repeat center bottom / contain;
    width: 61rem;
    height: 50rem;
    /* aspect-ratio: 293/95; */
    position: absolute;
    bottom: -18rem;
    left: -25rem;
}

.top-menu ul li:nth-child(1) h2 {
    display: flex;
    width: 48rem;
    margin: 0 7rem 3.5rem auto;
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.5;
}

.top-menu ul li:nth-child(1) p {
    width: 48rem;
    margin: 0 7rem 7rem auto;
    line-height: 2;
    font-size: 1.6rem;
    font-weight: 500;
}

.top-menu ul li:nth-child(1)>div>div {
    width: 48rem;
    margin-left: auto;
    margin: 0 7rem 6rem auto;
}

.food-btn--bottom {
    margin-top: 3.438rem;
}

.menu-banner {
    display: flex;
    position: relative;
    z-index: 2;
    width: 97.188rem;
    margin: 0 auto;
    padding-top: 5.063rem;
    padding-bottom: 5.688rem;
    background: url(../img/tekeout-banner.jpg) no-repeat center / contain;
    color: #ffffff;
}

.menu-banner__inner {
    width: 42.875rem;
    padding-left: 6.875rem;
}

.menu-heading span {
    font-family: "Kaisei Tokumin", serif;
    text-transform: uppercase;
}

.menu-heading h3 {
    font-size: 5rem;
    font-family: "Kaisei Tokumin", serif;
    text-transform: uppercase;
}

.menu-banner__text {
    margin-top: 2.188rem;
}

@media screen and (max-width: 768px) {
    .top-menu {
        padding: 9rem 0 0rem 0;
    }
    .top-menu ul {
        margin-top: 0rem;
    }

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

    .top-menu ul li>* {
        width: 100%;
    }
    .top-menu ul li>*:nth-of-type(1) {
        width: 100%;
    }
    .top-menu ul li>*:nth-of-type(2) {
        width: 100%;
    }

    .top-menu ul li:nth-child(1) {
        margin-bottom: 10rem;
        padding-top: 6rem;
    }

    .top-menu ul li:nth-child(1)::before {
        height: 28rem;
    }

    .top-menu ul li:nth-child(1)::after {
        bottom: -5rem;
        width: 90%;
        height: 8rem;
    }

    .top-menu ul li:nth-child(1)>figure {
        margin-bottom: 8rem;
    }

    .top-menu ul li:nth-child(1)>figure::before {
        width: 31rem;
        height: 30rem;
        bottom: -8rem;
        left: -5rem;
    }

    .top-menu ul li:nth-child(1) h2 {
        padding: 0 3rem;
        width: inherit;
    }
    .top-menu ul li:nth-child(1) p {
        width: auto;
        margin: auto;
        margin-bottom: 5rem;
        padding: 0 3rem;
    }

    .top-menu ul li:nth-child(1) .more {
        margin: 0 auto;
    }

    .top-menu ul li:nth-child(2) {
        padding-top: 6rem;
        padding-bottom: 0;
    }

    .top-menu ul li:nth-child(2)::before {
        height: 25rem;
    }

    .top-menu ul li:nth-child(2)::after {
        width: 90%;
        height: 12rem;
    }

    .top-menu ul li:nth-child(2)>figure {
        position: relative;
        margin-bottom: 6rem;
        padding-left: 3rem;
    }

    .top-menu ul li:nth-child(2)>figure::before {
        bottom: -3rem;
        height: 26rem;
    }

    .top-menu ul li:nth-child(2) h2 {
        justify-content: center;
        width: 100%;
        margin: 0 0 3rem 0;
    }

    .top-menu ul li:nth-child(2) p {
        width: auto;
        margin: 0;
        margin-bottom: 3rem;
        padding: 0 3rem;
    }

    .top-menu ul li:nth-child(1)>div>div {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .menu-banner {
        width: 90%;
        height: 40rem;
        margin-top: 5rem;
        background: url(../img/tekeout-banner-sp.jpg) no-repeat center / contain;
    }

    .menu-banner__inner {
        position: absolute;
        top: 49%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        padding-left: 0;
    }

    .menu-heading {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 3rem;
        text-shadow: 4px 4px 10px #000;
    }

    .menu-heading h3 {
        font-size: 3rem;
    }

    .menu-banner__text {
        margin-top: 15px;
    }
}

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

gallery

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

.top-wrap h2 {
    display: flex;
    justify-content: center;
}

.top-gallery {
    position: relative;
    padding: 9.5rem 0 11rem 0;
    background-color: #ffb445;
    position: relative;
}
.top-gallery::before {
    content: "";
    background: url(../img/deco-gallery.png) no-repeat center top / contain;
    width: 100%;
    height: 2.8rem;
    /* aspect-ratio: 293/95; */
    position: absolute;
    top: 0;
    left: 0;
}
.top-gallery::after {
    content: "";
    background: url(../img/deco-gallery.png) no-repeat center top / contain;
    width: 100%;
    height: 2.8rem;
    /* aspect-ratio: 293/95; */
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleY(-1);
}


.top-gallery .wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80rem;
    margin: 0 auto;
}

.top-gallery .wrap p {
    padding-right: 4rem;
    color: #ffffff;
    line-height: 2;
}

#loopslider {
    position: relative;
    width: 100%;
    height: 220px;
    margin: 5.5rem auto 8rem auto;
    overflow: hidden;
    text-align: left;
}

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

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

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

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

#loopslider img {
    height: 220px;

    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .top-gallery {
        padding: 8rem 0;
    }
    .top-gallery::before {
        content: "";
        background: url(../img/deco-gallery.png) no-repeat center top / 250%;
        width: 100%;
        height: 5rem;
    }
    .top-gallery::after {
        content: "";
        background: url(../img/deco-gallery.png) no-repeat center top / 250%;
        width: 100%;
        height: 5rem;
    }

    .top-gallery .wrap {
        display: block;
        width: auto;
        padding: 0 3rem;
    }

    .top-gallery .wrap p {
        margin-bottom: 2.5rem;
        padding-right: 0;
    }

    #loopslider {
        height: 160px;
    }

    #loopslider ul {
        height: 160px;
    }

    #loopslider ul li {
        width: 218px;
        height: 160px;
    }

    #loopslider img {
        height: 160px;
    }
}

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

instagram

----------------------------------------------------------  */
/* .top-insta .wrap {
    width: 88rem;
    margin: 0 auto;
}

.CMS-INSTAGRAM-LIST {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

.CMS-INSTAGRAM-LIST>* {
    width: calc((100% - 3rem) / 4);
    margin-right: 1rem;
}

.CMS-INSTAGRAM-LIST>*:nth-of-type(4n) {
    margin-right: 0;
}

.CMS-INSTAGRAM-LIST>*:nth-of-type(n + 5) {
    margin-top: 1rem;
}

.CMS-INSTAGRAM-LIST>*:nth-of-type(n + 9) {
    display: none;
}

@media screen and (max-width: 768px) {
    .top-insta .wrap {
        width: auto;
        padding: 0 3rem;
    }
} */

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

access

----------------------------------------------------------  */
.top-access {
    position: relative;
    padding: 10rem 0 11rem;
    background: url(../img/back-access.jpg) no-repeat center top / cover;
}


.top-access .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 107rem;
    margin: 8.8rem auto 9.5rem auto;
}


.top-access .wrap>div {
    width: 47%;
}

.top-access .wrap>dl {
    width: 47%;
    margin-top: -2rem;
}
.top-access .wrap dt {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    color: #b40000;
}
.top-access .wrap dd {
    font-size: 1.4rem;
    font-weight: 500;
}
.top-access .wrap dt:last-of-type {
    border-bottom: none;
}
.top-access .wrap dd:last-of-type {
    border-bottom: none;
}

.top-access .more {
    margin: 4rem auto 0 auto;
}

.top-access figure {
    margin-bottom: 1.5rem;
}

dl.tel {
    display: flex;
    flex-direction: column;
    align-items: center;
}

dl.tel a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--red);
    font-weight: 900;
    font-size: 2.4rem;
    line-height: 1;
}

dl.tel a img {
    width: 2.5rem;
    margin-top: .1rem;
    margin-right: .6rem;
}

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

    .top-access::before {
        background-position: center top;
    }


    .top-access .wrap {
        display: block;
        width: auto;
        margin: 0 auto 4rem auto;
    }

    .top-access .wrap>div {
        width: 100%;
        margin-bottom: 2rem;
    }

    .top-access .wrap>dl {
        width: 100%;
        margin-top: 0;
    }
    .top-access .wrap dt {
        text-align: left;
        padding-bottom: 0.5rem;
    }

    .top-access .more {
        margin: 4rem auto 0 auto;
    }

    .top-access figure {
        margin-top: 5rem;
        margin-bottom: 1.5rem;
    }
}

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

gallery low

----------------------------------------------------------  */
.gallery-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: center;
    width: 90%;
    margin: 8rem auto;
}

.gallery-list li {
    margin: 0 1rem 2rem 1rem;
}

.gallery-list img {
    width: 11vw;
    height: 11vw;
    border-radius: 50%;

    object-fit: cover;
}

.gallery-list span {
    display: block;
    width: 11vw;
    margin: 1.2rem 0 0 0;
    font-size: 1.2rem;
    line-height: 1.7;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .gallery-list {
        width: 95%;
        margin: 4rem auto;
    }

    .gallery-list li {
        margin: 0 .5rem 1.5rem .5rem;
    }

    .gallery-list img {
        width: 17vw;
        height: 17vw;
    }

    .gallery-list span {
        width: 16vw;
        margin: 1rem auto 0 auto;
        font-size: 1rem;
    }
}

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

menu

----------------------------------------------------------  */
/* lcmenu */
ul.lcmenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 4rem;
}

@media screen and (min-width: 767px) {
    ul.lcmenu li {
        width: 23%;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    ul.lcmenu li {
        width: 46%;
        text-align: center;
    }
}

ul.lcmenu li a {
    display: block;
    padding: 1.8rem 0 2rem 0;
    background: #ffffff;
    font-weight: bold;
    white-space: nowrap;
    margin-bottom: 15px;
}

ul.lcmenu li.current a {
    background: var(--red);
    color: #ffffff;
}

@media screen and (max-width: 768px) {
    ul.lcmenu li a {
        padding: 1.2rem 0 1.3rem 0;
    }
}

/* menu list */
dl.menu-list dt,
dl.menu-list dd,
dl.menu-list dt.var,
dl.menu-list dt.var+dd {
    border-bottom: solid 1px rgba(0, 0, 0, .2);
    /* メニュー下線カラー */
}

dl.menu-list dt:first-child,
dl.menu-list dt:first-child+dd {
    border-top: solid 1px rgba(0, 0, 0, .2);
    /* メニュー上線カラー */
}

dl.menu-list dt:nth-of-type(odd),
dl.menu-list dt:nth-of-type(odd)+dd {
    background: rgba(0, 0, 0, .04);
    /* メニュー背景色 */
}

dl.menu-list dt.var+dd dl dt:nth-of-type(odd) {
    background: none !important;
}

dl.menu-list dt.var+dd dl dt:nth-of-type(odd)+dd {
    background: none !important;
}

dl.menu-list {
    display: flex;
    flex-wrap: wrap;
}

dl.menu-list dt {
    width: 70%;
    padding: 1.5rem;
    font-weight: bold;
}

dl.menu-list dt span {
    display: block;
    font-weight: normal;
    font-size: 1.2rem;
}

dl.menu-list dd {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 30%;
    padding: 1.5rem;
    font-weight: bold;
    text-align: right;
}

dl.menu-list dt.thumb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

dl.menu-list dt.thumb i:first-of-type {
    display: block;
    width: 16rem;
}

dl.menu-list dt.thumb i:last-of-type {
    width: calc(100% - 18rem);
}

@media screen and (max-width: 768px) {
    dl.menu-list {
        display: block;
    }

    dl.menu-list dt {
        width: 100%;
        padding: 1.5rem 1.5rem 0 1.5rem;
        border-bottom: none;
    }

    dl.menu-list dd {
        width: 100%;
        padding: 0 1.5rem 1.5rem 1.5rem;
        border-top: none;
    }

    dl.menu-list dt:first-child+dd {
        border-top: none;
    }

    dl.menu-list dt.thumb {
        display: block;
    }

    dl.menu-list dt.thumb i:first-of-type {
        width: 100%;
        margin: .5rem auto 1.5rem auto;
    }

    dl.menu-list dt.thumb i:last-of-type {
        width: 100%;
    }
}

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

parallax

----------------------------------------------------------  */
.bg-parallax-1 {
    width: 100%;
    height: 40rem;
    background: url(../img/bg-pa-1.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
}

.bg-parallax-2 {
    width: 100%;
    height: 40rem;
    background: url(../img/bg-pa-2.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
}

.line {
    position: relative;
}

.line::before,
.line::after {
    position: absolute;
    left: 0;
    z-index: 99;
    width: 100%;
    height: .8rem;
    background: url(../img/texture-3.jpg) no-repeat;
    background-size: 100% auto;
    content: "";
}

.line::before {
    top: 0;
}

.line::after {
    bottom: 0;
}

@media screen and (max-width: 750px) {
    .bg-parallax-1 {
        height: 32rem;
        background: url(../img/bg-pa-1-sp.jpg) no-repeat center top;
        background-size: cover;
        background-attachment: scroll;
    }

    .bg-parallax-2 {
        height: 32rem;
        background: url(../img/bg-pa-2-sp.jpg) no-repeat center top;
        background-size: cover;
        background-attachment: scroll;
    }
}


/* 追加 */
.preparation__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 30vh;
    margin-top: 50px;
}

.preparation-content__text {
    font-size: 36px;
}

@media screen and (max-width: 768px) {
    .preparation-content__text {
        font-size: 24px;
    }
}

.gnav-menu--sub li:not(:first-child) {
    display: none;
}

.gnav .gnav-menu .gnav-menu--sub li i {
    font-size: 4rem;
}

.footer__sns div:not(:first-child) {
    display: none;
}

.footer__sns .fa-instagra {
    font-size: 4rem;
}

@media screen and (max-width: 768px) {
    .second {
        margin-left: 40px;
        margin-right: 40px;
    }
}

@media screen and (min-width: 767px) {
    .second {
        margin: 6rem 10rem 0 10rem;
    }
}

.privacy {
    width: auto;
    margin: 10px auto 5rem;
    border: 2px solid #000000;
    padding: 20px;
    height: 500px;
    overflow: auto;
}

.privacy-takeout {
    margin: 100px auto;
    border: 2px solid #000000;
    padding: 20px;
}

.privacy span,
.privacy-takeout span {
    font-weight: bold;
}

p.privacy_notes {
    padding: 30px 0;
}

.access_stores {
    margin-top: 100px;
}

.access_stores h3 {
    text-align: left;
    font-size: 2.2rem;
    margin-bottom: 20px;
    font-weight: 100;
}

.table {
    width: 100%;
}

.table,
.table_row_inner {
    list-style: none;
}

.table_row_inner {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 10px;
    border-bottom: solid 1px #dadada;
}

.table_row_inner02 {
    padding: 20px 10px;
    border-bottom: solid 1px #dadada;
}

.table_item_left {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: var(--black);
    font-weight: 600;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
}

.table_item_left02 {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: var(--black);
    font-weight: 600;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.table_item_left03 {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: var(--black);
    font-weight: 400;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}

.table_list_content {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: var(--black);
    font-weight: 400;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
}

@media screen and (max-width: 767px) {
    .table_row_inner {
        display: block;
    }
}
.lawer_sec {
    padding: 56px 0;
  }

  .lawer_content_flex01 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .lawer_content_flex01_left,
  .lawer_content_flex01_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 15px;
  }

  .lawer_content_flex01_left {
    margin-bottom: 10px;
  }
  .lawer_content_wrap {
    margin-bottom: 60px;
}

.lawer_content_inner {
    margin-bottom: 40px;
}

.lawer_content_inner:last-child,
.lawer_content_wrap:last-child {
    margin-bottom: 0;
}

.lawer_content_flex01 {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    margin: 0 -15px;
    flex-direction: column;
}

.lawer_content_flex01_left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    padding: 0 15px;
}

.lawer_content_flex01_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 68%;
    flex: 0 0 68%;
    padding: 0 15px;
}

.lawer_content_flex01_left img {
    max-width: 100%;
    height: auto;
}

.lawer_rhythm:not(:last-child) {
    margin-bottom: 30px;
}

.table {
    width: 100%;
}

.table,
.table_row_inner {
    list-style: none;
}

.table_row_inner {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 10px;
    border-bottom: solid 1px #dadada;
}

.table_row_inner02 {
    padding: 20px 10px;
    border-bottom: solid 1px #dadada;
}

.table_item_left {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: var(--black);
    font-weight: 600;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
}

.table_item_left02 {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: var(--black);
    font-weight: 600;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.table_item_left03 {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: var(--black);
    font-weight: 400;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}

.table_list_content {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: var(--black);
    font-weight: 400;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
}

@media screen and (min-width: 768px) {
.table_tel_link {
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: var(--black);
    font-weight: 400;
    }
}

@media screen and (max-width: 767px) {
.table_tel_link {
    text-decoration: underline;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: var(--black);
    font-weight: 400;
    }
}


.table_item_right {
    font-size: 1.8rem;
    color: var(--black);
    font-weight: 600;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    text-align: right;
}

.table_item_left03_wh {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: var(--white);
    font-weight: 400;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    text-align: left;
}

.table_list_content_wh {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: var(--white);
    font-weight: 400;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    text-align: left;
}

.table_tel_link_wh {
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: var(--white);
    font-weight: 400;
}
.heading3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--black);
    border-bottom: solid 2px #d2d2d2;
    padding-bottom: 10px;
    padding-left: 10px;
    position: relative;
    margin-bottom: 30px;
}

.heading3::after {
    content: "";
    display: block;
    width: 18%;
    height: 2px;
    background: var(--primary);
    position: absolute;
    bottom: -2px;
    left: 0;
}




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

sns

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

.top-sns {
    padding: 7rem 0 11.5rem;
    background: url(../img/back-insta.jpg) no-repeat center top / cover;
}

.top_sns_share {
    text-align: center;
    display: block;
    width: 80%;
    max-width: 900px;
    margin: 0px auto;
    padding: 4rem 0 0;
    margin-bottom: 0 !important;
    position: relative;
}
.top_sns_share::before {
    content: "";
    background: url(../img/deco-insta.png) no-repeat center top / contain;
    width: 22.8rem;
    height: 22.8rem;
    /* aspect-ratio: 293/95; */
    position: absolute;
    top: -1.5rem;
    left: -10rem;
}
.top_sns_share::after {
    content: "";
    background: url(../img/deco-insta.png) no-repeat center top / contain;
    width: 22.8rem;
    height: 22.8rem;
    /* aspect-ratio: 293/95; */
    position: absolute;
    bottom: -6.5rem;
    right: -10rem;
    transform: scale(-1);
}

.sns_wrap {
    padding: 4rem 0 0;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;

}
.CMS-INSTAGRAM-LIST {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.CMS-INSTAGRAM-LIST a:nth-of-type(7),
.CMS-INSTAGRAM-LIST a:nth-of-type(8),
.CMS-INSTAGRAM-LIST a:last-of-type {
	display: none !important;
}


@media screen and (min-width: 769px) {
    
    .CMS-INSTAGRAM-LIST::before {
        content: "";
        flex-basis: 31%;
        padding-bottom: 1.2%;
        order:1;
    }
    .CMS-INSTAGRAM-LIST::after {
        content: "";
        flex-basis: 31%;
        padding-bottom: 1.2%;
    }
    .CMS-INSTAGRAM-LIST a {
        flex-basis: 31%;
        padding-bottom: 1.2%;
    }
    .top_sns_share img {
        /* width: auto !important; */
        width: 100% !important;
        height: auto;
        padding-bottom: 0.8%;
        padding: 4% 0.8%;
    }
}

@media screen and (max-width: 768px) {
    .top-sns {
        padding: 8rem 0 3rem;
    }
    .top_sns_share {
        display: block;
        margin: -5rem auto 0px;
    }
    .top_sns_share::before {
        width: 8rem;
        height: 8rem;
        top: 0rem;
        left: -3rem;
    }
    .top_sns_share::after {
        width: 8rem;
        height: 8rem;
        bottom: 0rem;
        right: -3rem;
    }
    .sns_wrap {
        padding: 4rem 0 0;
    }
    .CMS-INSTAGRAM-LIST::before {
        content: "";
        flex-basis: 30%;
        padding-bottom: 4.2%;
        order:1;
    }
    .CMS-INSTAGRAM-LIST::after {
        content: "";
        flex-basis: 30%;
        padding-bottom: 4.2%;
    }
    .CMS-INSTAGRAM-LIST a {
        flex-basis: 30%;
        padding-bottom: 4.2%;
    }
    .top_sns_share img {
        /* width: auto !important; */
        width: 100% !important;
        height: auto;
        padding-bottom: 0.8%;
        padding: 1% 0.8%;
    }
    
    img.instagram-post-image {
        width: 30%;
        padding-bottom: 1%;
    }
}
