@charset "UTF-8";

.preparation {
    font-size: max(20px, 3.2rem);
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.05em;
}

/*============================
hero
============================*/
.hero {
    background: url("../img/mv_1.jpg") no-repeat center / cover;
    width: 100%;
    height: 50rem;
    display: grid;
    place-content: center;
    position: relative;
}

.hero::before {
    content: "";
    background-color: var(--maincolor);
    opacity: 0.8;
    position: absolute;
    inset: 0;
}

@media (max-width: 767px) {
    .hero {
        height: max(300px, 44rem);
    }
}

.hero__ttl {
    font-size: max(24px, 3.6rem);
    font-weight: 500;
    letter-spacing: 0.1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 3rem;
    color: #fff;
}

@media (max-width: 767px) {
    .hero__ttl {
        padding-top: 0rem;
    }
}

.hero__ttl span {
    font-size: max(12px, 2rem);
    letter-spacing: 0;
}

/*-------------------------
lower_sec
---------------------------*/
.lower_sec {
    padding: 12rem 0 15rem;
    position: relative;
    z-index: 1;
}

.lower_sec-inner {
    width: 80%;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .lower_sec-inner {
        width: 85%;
    }
}

/*-------------------------
policy
---------------------------*/
.policy__contents:not(:last-of-type) {
    margin-bottom: 8rem;
}

.policy__ttl {
    border-bottom: solid 2px var(--maincolor);
    font-size: max(14px, 2.2rem);
    letter-spacing: 0.1em;
    padding: 1rem 0 1.5rem 0;
    margin-bottom: 3rem;
    position: relative;
}

.policy__ttl::before {
    content: "";
    width: 20%;
    border-bottom: solid 5px var(--subcolor);
    position: absolute;
    bottom: -5px;
}

.policy__wrapper {
    display: flex;
    gap: 2rem 5%;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .policy__wrapper {
        flex-direction: column;
    }
}

.policy__img {
    width: 35%;
}

.policy__txt {
    width: 60%;
    letter-spacing: 0.1em;
    line-height: 2;
}

@media (max-width: 767px) {
    .policy__img,
    .policy__txt {
        width: 100%;
    }
}

/*-------------------------
menu
---------------------------*/
.menu__inner {
    width: 110rem;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .menu__inner {
        width: 90%;
    }
}

.menu__inner h4 {
    font-size: max(16px, 2.6rem);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-bottom: 2rem;
    position: relative;
}

.menu__inner h4::after {
    content: "";
    display: block;
    width: 25%;
    border-bottom: solid 3px var(--color-blue);
    position: absolute;
    bottom: -3px;
}

.menu__list {
    display: flex;
    flex-wrap: wrap;
}

.menu__list:not(:last-of-type) {
    margin-bottom: 6rem;
}

.menu__list dt,
.menu__list dd {
    border-bottom: solid 1px var(--text-color);
}

.menu__list dt {
    width: calc(100% - 100px);
    padding: max(10px, 2rem) 0 max(10px, 2rem) 1rem;
}

.menu__list dd {
    width: 100px;
    text-align: right;
    padding: max(10px, 2rem) 1rem max(10px, 2rem) 0;
}

@media (max-width: 767px) {
    .menu__list dt,
    .menu__list dd {
        width: 100%;
    }

    .menu__list dt {
        border-bottom: none;
        padding: max(10px, 2rem) 1rem 0;
    }

    .menu__list dd {
        padding: 0 1rem max(10px, 2rem);
    }
}

.menu__takeout_list {
    display: flex;
    justify-content: space-between;
    margin-top: 6rem;
}
.menu__takeout_list li {
    width: 31%;
    flex-basis: 31%;
}
.menu__takeout_list li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    border: 0.2rem solid var(--text-color);
    border-radius: 1rem;
    text-align: center;
    overflow: hidden;
}
.menu__takeout_list li img {
    height: 7rem;
    width: auto;
    margin: 4rem auto;
    display: block;
}
.menu__takeout_list li .txt {
    color: #fff;
    width: 100%;
    padding: 1rem 0;
}

.menu__takeout_list li.toline a { border-color: #06c755; }
.menu__takeout_list li.toline .txt { background-color: #06c755; }
.menu__takeout_list li.demae a { border-color: #e83434; }
.menu__takeout_list li.demae .txt { background-color: #e83434; }
.menu__takeout_list li.uber a { border-color: #06c167; }
.menu__takeout_list li.uber .txt { background-color: #06c167; }

@media (max-width: 767px) {
    .menu__takeout {
        width: auto;
        flex-direction: column;
        align-items: center;
    }
    .menu__takeout_list {
        flex-direction: column;
        align-items: center;
    }
    .menu__takeout h2 {
        margin-right: 0;
    }
    .menu__takeout_list li {
        width: 40rem;
        flex-basis: 22rem;
        margin-bottom: 3rem;
    }
}

.anchor_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
}
@media screen and (min-width: 767px) {
    .anchor_wrap {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-wrap: nowrap;
        margin-bottom: 5rem;
    }

    .anchor {
        flex: 0 0 33%;
        padding: 0 10px;
    }

    .anchor_link {
        text-decoration: none;
        display: block;
        color: #000;
        font-size: 1.4rem;
        letter-spacing: 0.2rem;
        font-weight: 400;
        position: relative;
        transition: all 0.5s;
        width: 100%;
        padding: 20px 0;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        background-color: initial;
        border: solid 1px #000;
    }
    .anchor_link.current {
        background-color: var(--subcolor);
        color: #FFF;
        border: none;
    }

    .anchor_link::after {
        content: "";
        display: block;
        width: 4px;
        height: 4px;
        border-right: solid 2px #000;
        border-bottom: solid 2px #000;
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        margin: auto;
        transform: rotate(45deg);
        transition: all 0.5s;
    }
    .anchor_link.current::after {
        border-color: #FFF;
    }   

    .anchor_link:hover {
        opacity: 0.7;
    }

    .anchor_link:hover::after {
        bottom: 5px;
    }
}

@media screen and (max-width: 767px) {
    .anchor_wrap {
        margin-bottom: 20px;
    }

    .anchor {
        margin-bottom: 10px;
    }

    .anchor_link {
        text-decoration: none;
        display: block;
        color: #000;
        font-size: 1.4rem;
        letter-spacing: 0.2rem;
        font-weight: 400;
        position: relative;
        transition: all 0.5s;
        width: 100%;
        padding: 15px 0;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        background-color: initial;
        border: solid 1px #000;
    }
    .anchor_link.current {
        background-color: var(--subcolor);
        color: #FFF;
        border: none;
    }

    .anchor_link::after {
        content: "";
        display: block;
        width: 4px;
        height: 4px;
        border-right: solid 2px #000;
        border-bottom: solid 2px #000;
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        margin: auto;
        transform: rotate(45deg);
        transition: all 0.5s;
    }
    .anchor_link.current::after {
        border-color: #FFF;
    }

    .anchor_link:hover {
        opacity: 0.7;
    }

    .anchor_link:hover::after {
        bottom: 5px;
    }
}

/*-------------------------
news
---------------------------*/
.CMS-NEWS-INDEX {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6rem 3rem;
    padding-bottom: 15rem;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .CMS-NEWS-INDEX {
        grid-template-columns: 1fr;
    }
}

.CMS-NEWS-THUMBNAIL {
    width: 100%;
    height: 24rem;
    margin-bottom: 3rem;
}

@media (max-width: 767px) {
    .CMS-NEWS-THUMBNAIL {
        width: 100%;
        height: 40rem;
    }
}

.CMS-NEWS-LINK {
    font-size: max(14px, 1.8rem);
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.44;
    margin-bottom: 2rem;
}

.CMS-NEWS-TIME {
    font-size: max(12px, 1.4rem);
    letter-spacing: 0.08em;
}

.CMS-NEWS-MORE-READ {
    background-color: var(--subcolor);
    width: 38rem;
    height: 7rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.1em;
    display: grid;
    place-content: center;
    position: absolute;
    transform: translateX(-50%);
    bottom: 0;
    left: 50%;
    transition: 0.3s ease-in-out;
}

@media (min-width: 768px) {
    .CMS-NEWS-MORE-READ:hover {
        opacity: 0.6;
    }
}

@media (max-width: 767px) {
    .CMS-NEWS-MORE-READ {
        width: 100%;
        height: 8rem;
    }
}

/*-------------------------
newsdetail
---------------------------*/
.CMS-NEWS-DETAIL {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.CMS-NEWS-TITLE {
    font-size: max(16px, 2.4rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    padding: 1rem 0 1.2rem 0;
    margin-bottom: 3rem;
    position: relative;
}

.CMS-NEWS-TITLE:after {
    content: "";
    display: block;
    width: 25%;
    border-bottom: solid 3px var(--text-color);
    position: absolute;
    bottom: -3px;
}

.CMS-NEWS-CONTENT img {
    display: block;
    width: 80%;
    height: auto;
    margin: 0 auto 2rem auto;
}

/*-------------------------
gallery
---------------------------*/
.gallery__list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}

.gallery__list li {
    margin: 0 1rem 2rem;
}

.gallery__list a {
    display: block;
    width: 14vw;
    height: 14vw;
    border-radius: 50%;
    overflow: hidden;
}

@media (max-width: 767px) {
    .gallery__list a {
        width: 19vw;
        height: 19vw;
    }
}

#swipebox-close {
    right: auto;
    left: 0;
}

@media (min-width: 800px) {
    #swipebox-close {
        right: auto;
        left: 10px;
    }
}

/*-------------------------
shop
---------------------------*/
.map {
    margin: 0 auto 4rem;
}

.shop__list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.shop__list dt,
.shop__list dd {
    border-bottom: solid 1px var(--text-color);
    letter-spacing: 0.08em;
    line-height: 2;
    padding: 2rem;
}

.shop__list dt {
    width: 30%;
    font-weight: 700;
    white-space: nowrap;
}

.shop__list dd {
    width: 70%;
}

@media (max-width: 767px) {
    .shop__list dt,
    .shop__list dd {
        width: 100%;
    }

    .shop__list dt {
        border-bottom: none;
        padding: 2rem 2rem 0;
    }

    .shop__list dd {
        padding: 0 2rem 2rem;
    }
}

.zyunbityu {
    text-align: center;
    margin: 5rem auto;
    font-size: 2.4rem;
}
.childmenu-img {
	margin-bottom: 3rem;
}


.mb100 {
    margin-bottom: 10rem;
}

.mt-50 {
    margin-top: 5rem;
}

.common__btn {
    width: max(200px, 24rem);
    height: max(40px, 5rem);
    margin: 0 auto;
}
.common__btn a {
    background: url("../img/btn_bg.png") no-repeat center / contain;
    width: 100%;
    height: 100%;
    font-size: max(14px, 1.6rem);
    font-weight: 500;
    letter-spacing: 0.1em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
}