@charset "utf-8";

/* メインビジュアル */
.mv {
    width: 80%;
    /* height: calc(100vh - 200px); */
}

.mv_wrapper {
    position: relative;
    height: inherit;
}

.swiper,
.swiper-slide picture {
    height: inherit;
}

.swiper-slide img {
    height: inherit;
    object-fit: cover;
}

.swiper-pagination-bullet {
    /*ドットの色を変更*/
    background-color: #5A1918;
}

/*ページネーションの位置をデフォルトの位置から下に指定 */
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -92px;
    top: auto;
}

/* Instagramへリンクする */
.mv_accent_01 {
    position: absolute;
    left: -170px;
    top: 0;
    z-index: 1;
    transition: filter 0.3s ease;
}

.mv_accent_01:hover {
    filter: brightness(1.1);
}

/* Google Calendarへリンクする */
.mv_accent_02 {
    position: absolute;
    bottom: -40px;
    right: -155px;
    z-index: 1;
    transition: filter 0.3s ease;
}

.mv_accent_02:hover {
    filter: brightness(1.1);
}

/* コンセプトセクション */
.concept {
    margin-top: 212px;
}

.concept_bg {
    position: relative;
    background-image: url(..//img/concept_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 1118px;
}

.concept_bg::before {
    position: absolute;
    background-color: #fff;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}

/* .wrapper {
    padding: 50px;
} */

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

.concept_textTitle {
    letter-spacing: 0.06em;
    font-size: 20px;
    margin-top: 52px;
    z-index: 1;
}

.concept_text {
    letter-spacing: 0.06em;
    font-size: 14px;
    line-height: 1.7;
    margin-top: 40px;
    text-align: center;
    z-index: 1;
}


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


/* ランチセクション */
.top-lunch {
    margin-top: 190px;
}

.top-lunch_box {
    margin-top: 60px;
}

.top-lunch_inner {
    display: flex;
    gap: 40px;
    margin-top: 60px;
}

.top-lunch_menuTitle {
    letter-spacing: 0.05em;
    font-size: 20px;
    align-items: center;
}

.top-lunch_menuTitle span {
    margin-left: 50px;
}

.top-lunch_menuText {
    /* font-family: "Yu Gothic"; */
    font-size: 16px;
    letter-spacing: 0.08em;
    margin-top: 30px;
    line-height: 1.6;
}



/* ディナーセクション */
.top-dinner_items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 44px;
    margin-top: 60px;
}

.top-dinner_item {
    /* font-family: "Yu Gothic"; */
    letter-spacing: 0.05em;
}

.top-dinner_menuTitle {
    margin-top: 20px;
}

.top-dinner_menuPrice {
    margin-top: 10px;
}

.dinner_button_space {
    margin-top: 46px;
}


/* ドリンクセクション */
.title_drinnk {
    display: flex;
    justify-content: center;
}

.title_drinnk:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #1F0A0A;
    position: absolute;
}

.top-drink_items {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.top-drink_item_01 {
    width: 25%;
}

.top-drink_item_02 {
    width: 33%;
}

.top-drink_item_03 {
    width: 25%;
}

.drink_itemText {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    align-items: end;
}

.top-drink_itemTitle {
    font-size: 20px;
    letter-spacing: 0.1em;
}

.drink_itemSmalltext {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.7;
    margin-top: 55px;
}

.drink_itemImg {
    margin-top: 182px;
    margin-left: 73px;
}

/* アフターヌーンティーセクション */
.top-afternoontea_box {
    display: flex;
    gap: 83px;
    margin-top: 60px;
}

.top-afternoontea_menuTitle {
    letter-spacing: 0.05em;
    font-size: 20px;
    align-items: center;
}

.top-afternoontea_menuTitle span {
    margin-left: 50px;
}

.top-afternoontea_menuText {
    font-size: 16px;
    letter-spacing: 0.08em;
    margin-top: 30px;
    line-height: 1.6;
}


/* テイクアウトセクション */
.wrapper_bg {
    padding: 30px 20px;
}

.takeout_bg {
    background-image: url(../img/takeout_bg_middle.png);
    background-size: cover;
}

.takeout_bg::before {
    content: "";
    background-image: url(../img/takeout_bg_top.png);
    background-repeat: repeat;
    display: block;
    width: auto;
    height: 35px;
}

.takeout_bg::after {
    content: "";
    background-image: url(../img/takeout_bg_bottom.png);
    background-repeat: repeat;
    display: block;
    width: auto;
    height: 35px;
}

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

.top-takeout_innner {
    display: flex;
    justify-content: space-around;
    margin-top: 52px;
}

.top-takeout_box {
    text-align: center;
}

.top-takeout_head {
    min-height: 150px;
}

.takeout_img {
    margin-top: 51px;
}

.top-takeout_menuTitle {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.1em;
}

.top-takeout_price {
    letter-spacing: 0.05em;
    margin-top: 25px;
}

.top-takeout_text {
    font-size: 14px;
    letter-spacing: 0.05em;
    margin-top: 25px;
}


/* アクセスセクション */
.access_button.SP_button {
    display: none;
}

.access_wrapper {
    background-image: url(../img/access_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 80px 100px;
}

.title_access {
    margin-bottom: 40px;
    font-size: 28px;
}

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

.top-access_left {
    width: 50%;
    letter-spacing: 0.05em;
}

.top-access_leftText {
    display: flex;
    margin-top: 55px;
}

.top-access_leftText span {
    font-size: 14px;
}

.access_title {
    width: 20%;
    flex-shrink: 0;
}

.top-access_image {
    display: flex;
    margin-top: 20px;
}

.accessImg02 {
    margin-top: 12px;
}

.accessImg03 {
    margin-left: 12px;
}

.top-access_right {
    text-align: center;
}

.top-access_rightText {
    position: relative;
    display: inline-block;
}

.top-access_right p {
    line-height: 1.8;
    letter-spacing: 0.16em;
}

.top-access_rightText::before {
    background-image: url(../img/access_accent.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    display: inline-block;
    bottom: 10px;
    left: -40px;
    width: 25px;
    height: 25px;
}

.top-access_rightText::after {
    background-image: url(../img/access_accent.png);
    transform: scale(-1, 1);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    display: inline-block;
    bottom: 8px;
    right: -32px;
    width: 25px;
    height: 25px;
}

.access_button_box {
    margin-top: 80px;

}

.access_button {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 375px;
    margin-inline: auto;
    font-size: 14px;
    letter-spacing: 0.05em;
    border: 1px solid #fff;
    padding: 21px 49px;
    position: relative;
    transition: .3s;
}

.access_button:hover {
    color: #5A1918;
    background: #fff;
}

.access_button:hover .arrowW {
    display: none;
}

.access_button img {
    width: 6px;
    margin-left: 10px;
}

.access_button img.arrowR {
    display: none;
}

.access_button:hover .arrowR {
    display: block;
}

.access_button.SP {
    display: none;
}


/* 矢印を擬似要素で表現したボタン
.access_button::after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .3s;
}

.access_button:hover {
    color: #5A1918;
    background: #fff;
    font-weight: 500;
}

.access_button:hover::after {
    color: #5A1918;
    border-top: solid 1px #5A1918;
    border-right: solid 1px #5A1918;
} */

.googlemap {
    margin-top: 60px;
}

.googlemap iframe {
    width: 100%;
    height: 450px;
}

/* Instagramセクション */
.Instagram_space {
    margin-top: 145px;
}

.section_titleInstagram {
    font-size: 28px;
    letter-spacing: 0.1em;
}

.section_titleInstagram::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../img/Instagram_icon.svg);
    margin: 0 10px 0 0;
}

.title_smallInstagram {
    font-size: 12px;
    letter-spacing: 0.1em;
    margin-top: 20px;
}

.Instagram_img {
    margin-top: 50px;
}


/* Newsセクション */
.news_lists {
    margin-top: 50px;
    margin-bottom: 50px;
}

.news_list {
    display: flex;
    padding: 50px 0;
    gap: 53px;
}

.news_list:nth-of-type(1),
.news_list:nth-of-type(2),
.news_list:nth-of-type(3),
.news_list:nth-of-type(4),
.news_list:nth-of-type(5),
.news_list:nth-of-type(6) {
    border-bottom: 1px solid #1F0A0A;
}

.news_list dt {
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1.6;
}

.news_list dd {
    letter-spacing: 0.04em;
    line-height: 1.6;
}

.news_img {
    display: flex;
    gap: 20px;

}

.news_imglist {
    display: flex;
        gap: 20px;
}

.news_list_link {
    transition: color .3s;
    text-decoration: underline;
}

.news_list_link:hover {
    color: #A8A7A7
}

.title_smallNews {
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.6;
    margin-top: 20px;
}

.section_titleNews {
    font-size: 28px;
    letter-spacing: 0.1em;
}

.section_titleNews::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 23px;
    background-image: url(../img/news_icon.svg);
    margin: 0 10px 0 0;
}

/* スマホ対応 */

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

    /* メインビジュアル */
    .mv {
        width: 100%;
        padding: 0;
        /* height: 100%; */
    }

    .swiper-slide img {
        width: 100%;
    }

    .mv_accent_01 {
        display: none;
    }

    .mv_accent_02 {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 98px;
    }

    .mv_accent_02 img {
        margin: auto;
        margin-top: 100px;
    }

    .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 0;
        top: auto;
    }

    /* コンセプトセクション */
    .concept_bg {
        margin-inline: calc(50% - 50vw);
        background-size: 190%;
        background-position: 50% 95%;
    }

    .concept_bg::before {
        top: 10%;
        height: 95%;
    }

    .concept {
        margin-top: 100px;
    }


    .concept_textTitle {
        font-size: 16px;
    }

    .concept_text {
        margin-top: 30px;
        line-height: 1.6;
    }

    /* ランチセクション */
    .top-lunch {
        margin-top: 83px;
    }

    .top-lunch_inner {
        flex-direction: column;
    }

    .top-lunch_menuTitle {
        font-size: 16px;
    }

    .top-lunch_menuTitle span {
        margin-left: 30px;
    }

    .top-lunch_menuText {
        font-size: 14px;
    }

    .top-lunch_right img {
        width: 100%;
        align-items: center;
    }

    /* ディナーセクション */
    .top-dinner_items {
        grid-template-columns: 1fr;
    }

    .top-dinner_menuTitle {
        font-size: 16px;
    }

    .top-dinner_menuPrice {
        font-size: 14px;
    }

    .top-dinner_item img {
        width: 100%;
        align-items: center;
    }

    /* ドリンクセクション */
    .top-drink_items {
        flex-direction: column;
        align-items: center;
        margin-top: 0;
    }

    .top-drink_item_01,
    .top-drink_item_02,
    .top-drink_item_03 {
        width: 83%;
        margin-top: 60px;
    }

    .top-drink_itemTitle {
        font-size: 18px;
    }

    .drink_itemText {
        font-size: 14px;
        margin-top: 40px;
        align-items: end;
    }

    .drink_itemSmalltext {
        font-size: 12px;
        margin-top: 35px;
    }

    .drink_itemImg {
        display: none;
    }

    /* アフターヌーンティーセクション */
    .top-afternoontea_box {
        flex-direction: column;
    }

    .top-afternoontea_menuTitle {
        font-size: 16px;
    }

    .top-afternoontea_menuTitle span {
        margin-left: 30px;
    }

    .top-afternoontea_menuText {
        font-size: 14px;
        margin-top: 30px;
        line-height: 1.4;
    }

    .top-afternoontea_box {
        gap: 30px;
    }

    .top-afternoontea_right img {
        width: 100%;
        align-items: center;
    }

    /* テイクアウトセクション */
    .takeout_wrapper {
        padding: 0;
    }

    .top-takeout_innner {
        flex-direction: column;
        gap: 70px;
        margin-top: 50px;
    }


    .top-takeout_head {
        min-height: auto;
    }

    .top-takeout_menuTitle {
        font-size: 16px;
    }

    .top-takeout_price {
        font-size: 14px;
        margin-top: 18px;
    }

    .top-takeout_text {
        font-size: 14px;
        margin-top: 18px;
    }

    .takeout_img {
        margin-top: 30px;
    }

    /* アクセスセクション */
    .access_wrapper {
        padding: 50px 0;
    }

    .title_access {
        font-size: 24px;
        margin-bottom: 0;
    }

    .googlemap {
        display: none;
    }

    .top-access_inner {
        flex-direction: column;
        width: 100%;
        gap: 60px;
    }

    .top-access_leftText {
        font-size: 16px;
        flex-direction: column;
        line-height: 1.6;
    }

    .top-access_leftText span {
        font-size: 14px;
    }

    .top-access_left {
        width: 100%;
    }

    .access_title {
        width: 100%;
        margin-bottom: 10px;
    }

    /* .top-access_leftText span {
        display: block;
        margin-top: 12px;
    } */

    .top-access_imageLeft {
        display: none;
    }

    .top-access_image {
        justify-content: center;
    }

    .top-access_right p {
        font-size: 14px;
    }

    .accessImg03 {
        margin: 0 auto;
    }

    .access_button_box {
        margin-top: 60px;
    }

    .access_button {
        font-size: 14px;
        padding: 20px 28px;
    }

    /* .SP_button {
        display: flex;
    } */

    /* .SP_button::after {
        content: '';
        width: 8px;
        height: 8px;
        border: 0;
        border-top: solid 1px #ffffff;
        border-right: solid 1px #ffffff;
        transform: rotate(45deg);
        position: absolute;
        top: 0;
        right: 60px;
        bottom: 0;
        margin: auto;
    } */

    .access_button.SP_button {
        display: flex;
    }


    /* Instagramセクション */
    .Instagram_space {
        margin-top: 100px;
    }

    .section_titleInstagram {
        font-size: 20px;
    }

    .section_titleInstagram::before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url(../img/Instagram_icon_SP.svg);
        margin: 0 6px 0 0;
    }

    .title_smallInstagram {
        display: none;
    }

    /* ニュースセクション */
    .section_titleNews {
        font-size: 20px;
    }

    .section_titleNews::before {
        content: "";
        display: inline-block;
        width: 27px;
        height: 21px;
        background-image: url(../img/news_icon_SP.svg);
        margin: 0 7px 0 0;
    }

    .title_smallNews {
        font-size: 12px;
        margin-left: 20px;
    }

    .titleNews_wrapper {
        display: flex;
        align-items: flex-end;
    }

    .news_lists {
        margin-top: 0;
    }

    .news_list dt {
        font-size: 14px;
    }

    .news_list dd {
        font-size: 14px;
    }

    .news_list {
        flex-direction: column;
        padding: 35px 0;
        gap: 20px;
    }

}