@charset "UTF-8";

/* ▼▼▼ TASTING ROOM
=====================================*/
#tasting_news .wrapper {
    display: flex;
    align-items: center;
}

#tasting_news .wrapper .img {
    flex: 3;
}

#tasting_room .wrapper .text_area {
    flex: 1;
    padding: 0 60px;
}

#tasting_room .text_area>div {
    width: 280px;
    margin: 0 auto 50px;
}

#tasting_news .text_area>div {
    margin-bottom: 150px;
}

h2.roboto {
    padding-top: 62px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
    position: relative;
}

h2.roboto::before {
    content: "";
    width: 1px;
    height: 50px;
    background: #707070;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

#tasting_room .text_area .news_area {
    margin-bottom: 30px;
}

#tasting_room .text_area .news_area .date {
    margin-bottom: 12px;
    font-size: 12px;
    text-align: center;
}

#tasting_room .text_area .news_area {
    width: 100%;
}

#tasting_room .text_area .news_area .txt_box {
    padding: 0 20px;
}

#tasting_room .btn_white {
    position: relative;
}

#tasting_room .btn_white::before {
    content: "";
    width: 1px;
    height: 50px;
    background: #707070;
    margin: auto;
    position: absolute;
    top: -100px;
    ;
    right: 0;
    left: 0;
}

#tasting_room .btn_white a {
    display: flex;
    width: 100%;
    max-width: 268px;
    margin: 0 auto;
    height: 60px;
    background: #fff;
    border: 1px solid #707070;
    align-items: center;
    justify-content: center;
}

#about {
    padding: 37px 0 0px;
}

#about .wrapper {
    padding: 0 80px;
}

#about .title_tate {
    width: 60px;
    margin: 60px auto 0;
}

#about .text_area .NotoSerif {
    padding: 28px 15px 64px;
    text-align: center;
    line-height: 2;
}

#about .text_area .NotoSerif span {
    font-size: 14px;
}

#about li {
    width: 33.2%;
}

#course {
    margin-bottom: 60px;
}

#course .container {
    max-width: 860px;
}

#course .container h2 {
    margin-bottom: 50px;
}

#course .container>.flex_box {
    margin-bottom: 26px;
}

#course .container .flex_box>p {
    width: 47%;
    line-height: 2.1;
}

#course .container .flex_box>div {
    width: 47%;
    background: #FAFAFA;
    padding: 24px 30px;
}

.large {
    font-size: 18px;
}

.small {
    font-size: 14px;
}

.x-small {
    font-size: 12px;
}

#course .course_wrap {
    display: flex;
    border: 1px solid #CCCCCC;
    padding: 34px;
    margin-bottom: 35px;
    align-items: center;
}

#course .photo_area {
    width: 51%;
    max-width: 372px;
}

#course .thumb_box {
    margin-bottom: 10px;
}

#course .change {
    display: flex;
    width: 80%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
}

#course .slideThumb {
    width: 24%;
    cursor: pointer;
}

#course .text_area {
    width: 49%;
    padding: 0 80px 0 60px;
}

#course .text_area .large {
    font-weight: bold;
    margin-bottom: 10px;
}

#course .text_area .mb10 {
    font-weight: bold;
}

#reservation {
    background: #FAFAFA;
    padding: 63px 0 93px;
}

#reservation .btn_black a {
    display: flex;
    width: 100%;
    max-width: 408px;
    height: 80px;
    background: #2F2F2F;
    color: #fff;
    margin: 0 auto 40px;
    font-size: 24px;
    align-items: center;
    justify-content: center;
}

#reservation .contact {
    text-align: center;
}

#reservation .contact p {
    text-align: center;
    margin-bottom: 10px;
}

#access {
    padding: 55px 0 0;
}

#access h2 {
    margin-bottom: 50px;
}

#access .wrapper {
    width: 45%;
    margin: 0 auto 64px;
}

#access p {
    line-height: 2;
}

#access a {
    display: inline;
    text-decoration: underline;
}

#access ul li {
    text-indent: -1em;
    padding-left: 1em;
    line-height: 2;
}

/* ▼▼▼ 480px〜768px
=====================================*/
@media screen and (max-width: 768px) {
    #tasting_news .wrapper {
        display: block;
    }

    #about .wrapper {
        padding: 0;
    }

    #tasting_news .text_area>div {
        margin-bottom: 50px;
    }

    #tasting_room .btn_white::before {
        display: none;
    }

    #tasting_room .wrapper .text_area {
        padding: 30px 40px 20px;
    }

    #tasting_news .wrapper .text_area {
        padding-bottom: 50px;
    }

    #about .title_tate {
        margin: 60px auto 0;
    }

    #about .text_area .NotoSerif span {
        font-size: 12px;
    }

    #course .container>.flex_box {
        display: block;
    }

    #course .container .flex_box>p {
        width: 100%;
        margin-bottom: 30px;
    }

    #course .container .flex_box>div {
        width: 100%;
    }

    #course .course_wrap {
        display: block;
        padding: 24px;
        margin-bottom: 25px;
    }

    #course .photo_area {
        width: auto;
    }

    #course .text_area {
        width: auto;
        padding: 20px 0 0;
    }

    #reservation {
        background: #FAFAFA;
        padding: 43px 0 63px;
    }

    #reservation .btn_black a {
        width: 80%;
        height: 60px;
        margin: 0 auto 20px;
        font-size: 20px;
    }

    #access .wrapper {
        width: 80%;
    }

}
