@charset "utf-8";



/* mv */
.pg_mv {
    background-image: url(../image/aboutus_mv_img.png);
}



/* 喫茶ドニエについて */
.aboutus {
    background-color: rgba(155, 128, 103, 0.6);
}

.aboutus_wrapper {

    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding-top: 216px;
    padding-bottom: 100px;
}

.aboutus_container {
    position: relative;
}

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

.aboutus_box_img {
    width: 55%;
}

.aboutus_box_text {
    display: flex;
    flex-direction: column;

}

.s_aboutus_text {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.aboutus_box_tittle {
    font-size: 42px;
    font-weight: bold;


}

.tittle_text {
    border-left: solid 4px #54371C;
    border-right: solid 4px #54371C;
}


.aboutus_text {
    width: 45%;
    -webkit-text-orientation: upright;
    text-orientation: upright;

    font-size: 18px;
    letter-spacing: 0.5em;

    display: inline-block;
    height: 400px;

    line-height: 250%;
    padding-right: 70px;
}

/* .picture {
    display: flex;

    content: " ";
    position: absolute;
    top: 374px;
    left: -146px;
}

.sab_img1 {
    width: 250px;
    height: 154px;
} */


.google_link_button {
    font-size: 18px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 47px;
    padding-left: 47px;

    display: inline-block;
    color: #54371C;

    background-color: rgba(246, 241, 236, 0.8);
    border-radius: 32px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5), inset 0px -1px 5px -4px;
    margin-top: 50px;
    width: 17.0em;
    position: relative;

    display: inline-block;
    text-decoration: none;
    transition: color .3s;
}

.google_link_button:hover {
    color: rgba(84, 55, 28, 0.6);
}



.google_link_button::after {
    /* くの字の表示設定 */
    position: absolute;
    top: 0;
    bottom: 0;
    right: 45px;
    margin: auto;
    content: "";
    vertical-align: middle;

    /* くの字を山なりに見た時、左側の長さ */
    width: 0.4em;
    /* くの字を山なりに見た時、右側の長さ */
    height: 0.4em;
    /* くの字を山なりに見た時、左側の太さと色 */
    border-top: 1px solid #54371C;
    /* くの字を山なりに見た時、右側の太さと色 */
    border-right: 1px solid #54371C;
    /* くの字の向き */
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

}


/* 喫茶ドニエの名前の由来 */

.originofname {
    position: relative;
    background-color: rgba(116, 94, 74, 0.65);
    padding-bottom: 170px;
}

.originofname_text {
    width: 50%;
    display: flex;
    justify-content: center;
    margin: 0 auto;

    margin-top: 64px;
}

.o_text {
    font-size: 18px;
    line-height: 170%;
    color: #54371C;
}


.originofname_img {
    width: 80%;
    display: flex;
    justify-content: center;
    margin: 0 auto;

    margin-top: 96px;
}

.o_img {
    width: 845px;
    height: 480px;
    object-fit: cover;
}


/* こだわりのメニュー */

.specialmenu {
    background-color: rgba(231, 220, 211, 0.65);

    padding-bottom: 130px;
}

.specialmenu_text {
    width: 48%;
    display: flex;
    justify-content: center;
    margin: 0 auto;

    margin-top: 64px;
}

.s_text {
    font-size: 18px;
    line-height: 170%;
}

.commitment_wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.commitment_container {
    margin-top: 100px;
}

.commitment_box {
    display: flex;
}


.commitment_box_img {
    width: 50%;
}

.commitment_img {
    width: 602px;
    height: 374px;
    object-fit: cover;
}

.commitment_box_text {
    width: 50%;

    display: flex;
    flex-direction: column;
    justify-content: center;

    width: 602px;
    height: 374px;
    background-color: #F6F1EC;

    padding-top: 55px;
    padding-bottom: 55px;
    padding-left: 85px;
    padding-right: 85px;
}

.commitment_tittle {
    font-size: 24px;
    font-weight: bold;
}

.c_tittle {
    border-bottom: 1px solid #54371C;
}

.commitment_text {
    margin-top: 40px;
    font-size: 16px;
    line-height: 170%;
}

/* モーニング一覧ボタン */
.commitment_button {
    margin-top: 40px;

    padding-top: 22px;
    padding-bottom: 22px;
    padding-right: 34px;
    padding-left: 34px;

    display: inline-block;
    background-color: rgba(246, 241, 236, 0.8);
    border-radius: 60px;
    /* box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5), inset 0px -1px 5px -4px; */
    border: solid 1px #54371C;
    margin-top: 50px;
    width: 14.7em;
    position: relative;


    z-index: 1;
    transition: .3s;
}

.commitment_button::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #54371C;
    border-radius: 60px;
    /* box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5), inset 0px -1px 5px -4px; */
    border: solid 1px #54371C;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
}

.commitment_button:hover {
    color: rgba(246, 241, 236, 0.8);
}

.commitment_button:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
}




.commitment_button::after {
    /* くの字の表示設定 */
    position: absolute;
    top: 0;
    bottom: 0;
    right: 34px;
    margin: auto;
    content: "";
    vertical-align: middle;

    /* くの字を山なりに見た時、左側の長さ */
    width: 0.4em;
    /* くの字を山なりに見た時、右側の長さ */
    height: 0.4em;
    /* くの字を山なりに見た時、左側の太さと色 */
    border-top: 1px solid #54371C;
    /* くの字を山なりに見た時、右側の太さと色 */
    border-right: 1px solid #54371C;
    /* くの字の向き */
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.commitment_button_area {
    font-size: 14px;
}


/* サンドイッチ・食事一覧ボタン */

.commitment_button2 {
    margin-top: 40px;

    padding-top: 22px;
    padding-bottom: 22px;
    padding-right: 34px;
    padding-left: 34px;

    display: inline-block;
    background-color: rgba(246, 241, 236, 0.8);
    border-radius: 60px;
    /* box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5), inset 0px -1px 5px -4px; */
    border: solid 1px #54371C;
    margin-top: 50px;
    width: 21.0em;
    position: relative;

    z-index: 1;
    transition: .3s;
}

.commitment_button2::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #54371C;
    border-radius: 60px;
    /* box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5), inset 0px -1px 5px -4px; */
    border: solid 1px #54371C;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
}

.commitment_button2:hover {
    color: rgba(246, 241, 236, 0.8);
}

.commitment_button2:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
}



.commitment_button2::after {
    /* くの字の表示設定 */
    position: absolute;
    top: 0;
    bottom: 0;
    right: 35px;
    margin: auto;
    content: "";
    vertical-align: middle;

    /* くの字を山なりに見た時、左側の長さ */
    width: 0.4em;
    /* くの字を山なりに見た時、右側の長さ */
    height: 0.4em;
    /* くの字を山なりに見た時、左側の太さと色 */
    border-top: 1px solid #54371C;
    /* くの字を山なりに見た時、右側の太さと色 */
    border-right: 1px solid #54371C;
    /* くの字の向き */
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

}


/* ドリンク一覧ボタン */
/* デザート一覧ボタン */

.commitment_button3 {
    margin-top: 40px;

    padding-top: 22px;
    padding-bottom: 22px;
    padding-right: 34px;
    padding-left: 34px;

    display: inline-block;
    background-color: rgba(246, 241, 236, 0.8);
    border-radius: 60px;
    /* box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5), inset 0px -1px 5px -4px; */
    border: solid 1px #54371C;
    margin-top: 50px;
    width: 14em;
    position: relative;

    z-index: 1;
    transition: .3s;
}

.commitment_button3::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #54371C;
    border-radius: 60px;
    /* box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5), inset 0px -1px 5px -4px; */
    border: solid 1px #54371C;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
}

.commitment_button3:hover {
    color: rgba(246, 241, 236, 0.8);
}

.commitment_button3:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
}



.commitment_button3::after {
    /* くの字の表示設定 */
    position: absolute;
    top: 0;
    bottom: 0;
    right: 34px;
    margin: auto;
    content: "";
    vertical-align: middle;

    /* くの字を山なりに見た時、左側の長さ */
    width: 0.4em;
    /* くの字を山なりに見た時、右側の長さ */
    height: 0.4em;
    /* くの字を山なりに見た時、左側の太さと色 */
    border-top: 1px solid #54371C;
    /* くの字を山なりに見た時、右側の太さと色 */
    border-right: 1px solid #54371C;
    /* くの字の向き */
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

}

/* youtube */

.youyube {
    background-color: rgba(155, 128, 103, 0.65);

    padding-bottom: 130px;
}

.youtube_box {


    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.youtube_box iframe {
    padding: 70px;
}




/* sp化 */
@media screen and (max-width:768px) {
    .pg_mv {
        background-image: url(../image/sp_aboutus_mv_img.png);
        height: 198px;
        position: relative;
    }


    /* SP喫茶ドニエについて */
    .aboutus_wrapper {

        max-width: 320px;
        width: 100%;
        margin: auto;
        padding-top: 75px;
        padding-bottom: 60px;
    }

    .aboutus_container {
        position: relative;
    }

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


    .aboutus_box_img {
        width: 100%;
    }

    .aboutus_img {
        width: 320px;
        height: 171px;
        object-fit: cover;
    }


    .s_aboutus_text {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;

        margin-top: 50px;
    }

    .aboutus_box_tittle {
        font-size: 21px;
    }

    .tittle_text {
        border-left: solid 2px #54371C;
        border-right: solid 2px #54371C;
    }


    .aboutus_text {
        width: 45%;
        -webkit-text-orientation: upright;
        text-orientation: upright;
        font-size: 12px;
        letter-spacing: 0.4em;
        display: inline-block;
        height: 246px;
        line-height: 224%;
        padding-right: 35px;
    }

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

    .google_link_button {
        font-size: 12px;
        padding-top: 17px;
        padding-bottom: 17px;
        padding-right: 48px;
        padding-left: 39px;
        display: inline-block;
        color: #54371C;
        background-color: rgba(246, 241, 236, 0.8);
        border-radius: 32px;
        box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5), inset 0px -1px 5px -4px;
        margin-top: 25px;
        width: 18em;
        position: relative;

    }


    .google_link_button::after {
        /* くの字の表示設定 */
        position: absolute;
        top: 0;
        bottom: 0;
        right: 35px;
        margin: auto;
        content: "";
        vertical-align: middle;

        /* くの字を山なりに見た時、左側の長さ */
        width: 0.4em;
        /* くの字を山なりに見た時、右側の長さ */
        height: 0.4em;
        /* くの字を山なりに見た時、左側の太さと色 */
        border-top: 1px solid #54371C;
        /* くの字を山なりに見た時、右側の太さと色 */
        border-right: 1px solid #54371C;
        /* くの字の向き */
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);

    }


    /* SP喫茶ドニエの名前の由来 */

    .originofname {
        position: relative;
        background-color: rgba(116, 94, 74, 0.65);
        padding-bottom: 60px;
    }

    .originofname_text {
        margin-top: 40px;
    }

    .o_text {
        width: 100%;
        font-size: 12px;
        line-height: 170%;
        color: #54371C;
    }


    .originofname_img {
        margin-top: 40px;
    }

    .o_img {
        width: 320px;
        height: 171px;
        object-fit: cover;
    }


    /* SPこだわりのメニュー */

    .specialmenu {
        padding-bottom: 60px;
    }

    .specialmenu_text {
        margin-top: 40px;
        width: 46%;
    }

    .s_text {
        font-size: 12px;
    }

    .commitment_wrapper {
        max-width: 320px;
    }

    .commitment_container {
        margin-top: 40px;
    }

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


    .commitment_box_img {
        width: 100%;
    }

    .commitment_img {
        width: 320px;
        height: 200px;
        object-fit: cover;
    }

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

        width: 320px;
        height: 200px;
        background-color: #F6F1EC;

        padding-top: 23px;
        padding-bottom: 23px;
        padding-left: 45px;
        padding-right: 45px;
    }

    .commitment_tittle {
        font-size: 14px;
        font-weight: bold;
    }

    .commitment_text {
        margin-top: 15px;
        font-size: 12px;
        line-height: 170%;
    }

    /* SPモーニング一覧ボタン */
    .commitment_button {
        margin-top: 13px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 18px;
        padding-left: 18px;
        width: 10em;
    }



    .commitment_button::after {
        /* くの字の表示設定 */
        right: 19px;
        width: 0.3em;
        height: 0.3em;
    }

    .commitment_button_area {
        font-size: 10px;
    }


    /* SPサンドイッチ・食事一覧ボタン */

    .commitment_button2 {
        margin-top: 13px;

        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 18px;
        padding-left: 18px;

        display: inline-block;
        background-color: rgba(246, 241, 236, 0.8);
        border-radius: 60px;
        /* box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5), inset 0px -1px 5px -4px; */
        border: solid 1px #54371C;
        width: 14.3em;
        position: relative;
    }


    .commitment_button2::after {
        /* くの字の表示設定 */
        right: 18px;
        width: 0.3em;
        height: 0.3em;
    }


    /* SPドリンク一覧ボタン */
    /* SPデザート一覧ボタン */

    .commitment_button3 {
        margin-top: 18px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 18px;
        padding-left: 18px;
        width: 9.3em;
    }


    .commitment_button3::after {
        /* くの字の表示設定 */
        right: 19.5px;
        width: 0.3em;
        height: 0.3em;
    }


    /* SPyoutube */
    .youyube {
        padding-bottom: 0px;
    }

    .youtube_box {
        position: relative;
        width: 100%;
        padding-top: 70.25%;
        /* = height ÷ width × 100 */
    }

    .youtube_box iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }






    /* 終わり */
}