/*
cssの記述ですが初めに基本設定（殆どがスマホ設定）
続いてPC表示時に上書きされる設定
最後にIE様の設定になってます。
*/

* {}

html {

    font-size: calc(10px * var(--reit));

    /* 基本フォントサイズ 10px に設定 */
}












/*===========================================*/


/* Gridレイアウト　宣言 */


/*===========================================*/

body {
    display: flex;
    justify-content: center;
    color: #606060;
}

.container {
    background-color: #ffffff;
    max-width: 1920px;
}


.wrap {
    overflow: hidden;
}

header {}

navigation {
    height: max-content;
}












/*=============================================*/


/* 基本設定 */


/*=============================================*/

body {
    background-color: #c6c6c6;
    margin: 0px;
    /*
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    */
    /*
    font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
    */
    /*
    font-family: "Hannari";
    */
    /*
    font-family: 'SM P明朝', 'MS PMincho Regular', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN W3', serif;
    */
    -webkit-text-size-adjust: 100%;
    margin: 0px;
    display: flex;

    /*
    font-family: 'GenJyuuGothic-Medium';
    src: url('../css/ttf/GenJyuuGothicX-Bold.ttf') format('truetype');
    font-weight: 100;
    */
    font-family: 'rounded-mplus-1c';
    src: url('../fnt/MPLUSRounded1c-Thin.ttf') format('truetype');
    font-display: swap;
}


.min-st {
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}




/* --テキスト選択時のオリジナルハイライト色設定-- */

::-moz-selection {
    background-color: var(--text-hilight1);
    color: var(--text-hilight2);
}

::selection {
    background-color: var(--text-hilight1);
    color: var(--text-hilight2);
}












/* --Firefox用-- */

::-moz-selection {
    background-color: var(--text-hilight1);
    color: var(--text-hilight2);
}










/* 配列　基本設定 */

ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

a.go-top {
    background: rgba(223, 163, 163, 0.71);
    position: fixed;
    bottom: 30px;
    right: 10px;
    color: aliceblue;
    border: double 4px #fff;
    border-radius: 20px;
    font-size: 2vw;
    padding: 5px 10px;
    font-weight: 900;
    text-decoration: none;
    z-index: 100;
}

.あいさつ-img {
    width: 80%;
}











/*===========================================*/


/* サイト名 */


/*===========================================*/

.f-wid {
    width: 90vw;
    margin: 0px 5vw;
}

header {
    margin-bottom: 10vw;
}

.logo {
    display: flex;
    flex-direction: row;
    margin: 3vw 0px;
    padding-bottom: 2px;
    border-bottom: double 3px #F2626F;
}

.top-1 {
    width: 35vw;
}

.top-2 {
    width: 65vw;
    display: flex;
    flex-direction: row;
}

.top-2-flex {
    display: flex;
    flex-wrap: wrap;
}

.fb-w {
    width: min(100%, 490px);
}

.top-4img {
    display: none;
}

.abe-logo {
    display: flex;
}

.top-logo-img1 {
    width: 45%;
    height: 70%;
    /*
    aspect-ratio: 1 / 0.9;
    */
    margin: auto 2% 4px 2%;
}

.top-logo-img2 {
    align-content: flex-end;
    width: 30vw;
    height: 100%;
    margin: 0px 2%;
}

.top-logo-img3 {
    width: 45%;
    height: 70%;
    margin: 0px 2%;
}

.logo-00,
.logo-01 {
    display: none;
}

.top-img,
.top-img1 {
    width: 90vw;
}

.top-low {
    display: flex;
    flex-wrap: wrap;
}


.お知らせ {
    margin-top: 10vw:
}









/*===========================================*/


/* メニューボタン */


/*===========================================*/

navigation {
    display: flex;
    width: 60%;
    margin: 0px 0px 0.2rem 0px;
}

navigation a {
    color: #fff;
}

navigation a:hover {
    opacity: 1;
}

navigation a:active {
    opacity: 1;
}

navigation a:focus {
    opacity: 1;
}

.link-box {
    display: flex;
    flex-direction: column;
}

.top-link {
    text-decoration: none;
    font-size: 7vw;
    line-height: 16vw;
    font-weight: 100;
}

.sns-box {
    width: 30%;
}

.sns-w {
    width: 30%;
}

.sns-img {
    width: 80%;
    margin: 10%;
    display: grid;
}

.fb-box {
    width: 100vw;
}

.fb-w {
    width: 100%;
}

.fb-pc {
    display: none;
}

.fb-root1 {
    background-color: #495f95;
    width: 100%;
    padding-bottom: 2px;
}

.fb-page {
    width: calc(100% - 2px);
    height: min(80vh, 600px);
    margin: 1px;
}

.top-info-box {
    background-color: #fef3f4;
    width: auto;
    height: 70vh;
    overflow: auto;
    border-radius: 3%;
    padding: 3vw;
}

.info {
    margin-bottom: 20vw;
}









/*============================================*/


/* メインコンテンツ */


/*============================================*/

.bc-0 {
    background-color: #ffffff;
}

.bc-1 {
    background-color: #ffeac9;
}

.bc-2 {
    background-color: #f8e1f0;
}

.bc-3 {
    background-color: #ffe5d7;
}

.bc-4 {
    background-color: #e2f8ff;
}

.bc-5 {
    background-color: #e2ffe3;
}

.bc-6 {
    background-color: #fcffd2;
}

.bc-7 {
    background-color: #ffd6da;
}



section {
    width: 100%;
}

article {
    margin: 0px;
}



/* Chrome での表示高速化処理 */

.top-img {
    content-visibility: auto;
    /* 表示エリア外では非表示 */
    contain-intrinsic-size: min(25vw, 480px);
    /* 非表示エリアのマテリアルサイズ設定 */
}



.category1 {
    display: flex;
    flex-direction: column;
    /*
    margin-bottom: 10vw;
    */
    margin-top: 5vw;
}

.category2 {
    display: flex;
    flex-direction: column;
}

.category3 {
    /*
    margin-bottom: 10vw;
    */
    margin-top: 5vw;
}

.top-spa {
    margin-top: 10vw;
}

.gl-wid {
    width: 90vw;
    margin: 0px auto;
}

.g-h4 {
    margin-left: 5vw;
    margin-bottom: -4vw;
}

.his-end {
    width: max-content;
    margin: 10px 0px 0px auto;
}

.sub-title {
    /*
    height: 15vw;
    */
    display: flex;
}

.come {
    margin: min(1vw, 10px);
}

.fl-sub {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
}

.add-name {
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}

.end-img0 {
    width: 50vw;
    height: 100%;
    margin: 4vw 19vw;
}


/* GoogleMap設定 */


/*================================*/

.gall-fl {
    display: flex;
    flex-wrap: wrap;
    width: 94%;
    margin: 3%;
}

.gall-img {
    width: 50%;
    height: 100%;
    padding: 2%;
}

.add-box {
    display: flex;
    flex-direction: column;
}

.add-pc {
    display: none;
}

.add-name {
    font-size: 8vw;
    line-height: 10vw;
}

.add-tex {
    font-size: 4vw;
    line-height: 6vw;
}

.map-box {
    width: 100%;
    border-radius: 10px;
}

.calendar-box0 {
    margin-bottom: 20vw;
}

.calendar-box {
    width: 100%;
    border-radius: 10px;
}







/* ページ下部リンク */


/*=================*/

nav {
    display: flex;
    flex-wrap: wrap;
}

.end-l {
    text-decoration: none;
    font-size: 5vw;
    line-height: 14vw;
    font-weight: 100;
    width: 49%;
}







/*============================================*/


/* footer 設定 */


/*============================================*/


/* footer Flex設定 */


/*================================*/

footer {
    background-color: #F2626F;
    padding-top: 4px;
}

.footer-top {
    background-color: #ffffff;
    border-top: solid 1px #F2626F;
    padding-top: 3px;
}

.foot-tex0,
.foot-tex {}

.foot-tex {
    font-size:
}






/*============================================*/


/* 画面サイズ631px以上の時pc & タブレット用画面。*/


/*============================================*/

@media screen and (min-device-width: 641px) {



    /*================================*/
    /*  Top-Grid設定 631px  */
    /*================================*/
    .top-low {
        display: grid;
        grid-template-rows: auto auto auto;
        grid-template-columns: auto 1fr auto;
    }

    .top-4img {
        grid-row: 1 / 2;
        grid-column: 1 / 4;
        display: flex;
        padding-bottom: min(2vw, 30px);
    }

    navigation {
        grid-row: 2 / 4;
        grid-column: 1 / 2;
        width: min(20vw, 380px);
    }

    .info-box {
        grid-row: 2 /3;
        grid-column: 2 /3;
        max-width: 680px;
        margin: 0px auto;
        padding-top: 40px;
        height: min(40vw, 500px);
        height: 450px;
    }

    .info {
        margin-bottom: 10px;
    }

    .sns-box {
        grid-row: 3 / 4;
        grid-column: 2 / 3;
        display: flex;
        justify-content: center;
        width: min(100%, 800px);
        margin: 40px auto 20px auto;
    }

    .fb-box {
        grid-row: 2 / 4;
        grid-column: 3 / 4;
        width: min(35vw, 500px);
        height: min(40vw, 600px);
        padding-top: 90px;
    }

    .fb-page {
        width: calc(100% - 4px);
        height: 99%;
        margin: 0px 2px;
    }

    .fb-sm {
        display: block;
    }

    .fb-pc {
        display: none;
    }



    /*================================*/
    /*  Add-Grid設定 631px  */
    /*================================*/
    .add-box {
        display: grid;
        grid-template-rows: auto auto auto;
        grid-template-columns: min(27vw, 350px) auto;
        width: max-content;
        width: min(100%, 960px);
        margin: 20px auto;
    }

    .abe-end0 {
        grid-row: 1 / 2;
        grid-column: 2 / 3;
        border-left: solid 1px #F2626F;
        padding-left: 20px;
    }

    .address {
        grid-row: 2 / 4;
        grid-column: 2 / 3;
        border-top: solid 1px #F2626F;
        border-left: solid 1px #F2626F;
        padding-left: 20px;
    }

    .abe-end1 {
        grid-row: 2 /3;
        grid-column: 1 /2;
        width: auto;
        border-top: solid 1px #F2626F;
    }

    .abe-end2 {
        grid-row: 3 / 4;
        grid-column: 1 / 2;
        width: auto;
    }



    /*================================*/
    /*  サイト内　設定 631px  */
    /*================================*/
    .wrap {}


    navigation {
        margin-top: 40px;
    }

    .container {
        justify-content: center;
        flex-direction: column;
        max-width: 1920px;
    }

    header {
        margin-bottom: 0px;
    }

    .logo {
        flex-direction: column;
        margin: 0px;
    }

    .top-1 {}

    .top-2 {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        height: 200px;
        margin-top: 10px;
    }

    .abe-logo {
        display: flex;
        justify-content: center;
        width: calc(100% - 400px);
    }

    .logo-01 {
        display: block;
        margin: 0px;
        align-self: flex-end;
    }

    .top-logo-img1,
    .top-logo-img2 {
        width: 200px;
        height: auto;
    }

    .top-logo-img3 {
        width: 355px;
        height: auto;
    }

    .top-info-box {
        height: min(50vw, 320px);
        font-size: min(1.8vw, 18px);
        line-height: min(2vw, 30px);
        overflow: auto;
        padding: 1.5vw 20px;
        margin: 0px 1.5vw;
    }

    section {}



    /* --サイトネーム画像-- */
    /*********************/
    .f-wid {
        width: 100%;
        margin: 0px;
    }

    .top-1 {
        width: min(30%, 300px);
        margin-left: min(2vw, 20px);
        margin-top: auto;
        margin-bottom: min(1vw, 10px);
    }

    .top-low {}

    .top-img0 {
        width: 25%;
        height: 100%;
        padding: 0px;
    }

    .top-img {
        width: 50%;
        height: 100%;
        padding: 0px;
    }

    .top-2-flex {
        display: flex;
        align-content: flex-start;
    }



    /*============================================*/
    /* メニューボタン 631px */
    /*============================================*/
    .link-box {
        width: max-contents;
        margin-left: auto;
        margin-right: 5%;
        margin-top: 42px;
    }

    .top-link {
        font-size: min(2vw, 25px);
        line-height: min(6vw, 60px);
        margin: 0px;
    }

    .sns-w {
        display: flex;
        flex-direction: row;
    }

    .sns-img {
        width: min(5vw, 100px);
        height: min(7vw, 136px);
        margin: 20px 9%;
    }

    .fb-root1 {
        width: min(90%, 400px);
    }

    .fb-box {}

    .info {}



    /*============================================*/
    /* メインコンテンツ 631px */
    /*============================================*/
    div.section1 {
        width: 100%;
        margin: 0px;
    }

    article {
        padding: 0px;
    }

    .sub-title {
        height: 100px;
        display: flex;
    }

    .category1 {
        margin: 0px;
    }

    .category2 {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .category3 {
        display: flex;
        flex-direction: column;
        width: calc(50% - 2px);
        margin: 0px;
    }

    .top-spa {
        margin-top: min(9vw, 90px);
    }

    .full-img {
        display: flex;
        flex-wrap: wrap;
    }

    .half-img {
        margin: auto 0px 0px 0px;
    }

    .gl-wid {
        width: 100%;
    }

    .g-h4 {
        margin-left: 1vw;
        margin-bottom: 0px;
    }

    /*  Gallery設定  */
    /******************/
    .gall-fl {
        width: 100%;
        justify-content: space-between;
        margin: -1% 0px 40px 0px;
    }

    .gall-img {
        width: 23%;
        height: 100%;
        margin: 1% 0px;
        padding: 0px;
    }

    .top-img1 {
        width: 100%;
    }



    /*  歴史　設定  */
    /******************/
    .history {
        margin: 20px auto 80px auto;
    }

    .tex-w {
        width: max-content;
    }



    /*  店舗情報  */
    /*************/
    .add-name {
        font-size: min(3vw, 32px);
        line-height: min(5vw, 50px);
    }

    .add-tex {
        font-size: min(2vw, 20px);
        line-height: min(3vw, 40px);
    }

    .end-img0,
    .end-img {
        width: 100%;
        margin: 0px;
        padding: 10% 15% 0% 15%;
    }



    /*  GoogleMap設定  */
    /******************/
    .map-box0 {
        width: min(100%, 960px);
        margin: 30px auto;
        padding-top: 10px;
    }

    .map-box {
        height: 480px;
    }

    .calendar-box0 {
        width: min(100%, 960px);
        margin: 0px auto 50px auto;
    }

    .calendar-box {
        height: 480px;
        width: min(100%, 1260px)
    }

    .end-link {
        flex-wrap: wrap;
        width: min(80%, 940px);
        margin: 10px auto 0px auto;
    }

    .end-l {
        display: flex;
        font-size: min(1.7vw, 24px);
        line-height: 4vw;
        font-weight: 100;
        width: max-content;
    }



    /*============================================*/
    /* footer 設定 631px  */
    /*============================================*/
    .foot-tex0 {
        font-size: min(2.4vw, 20px);
        line-height: min(3vw, 30px);
        margin-top: 10px;
    }

    .foot-tex {
        letter-spacing: min(0.4vw, 5px);
    }



    @media screen and (min-width: 1027px) {

        .fb-sm {
            display: none;
        }

        .fb-pc {
            display: block;
        }



        @media screen and (min-width: 1180px) {

            .logo-00 {
                display: block;
                display: flex;
                flex-direction: row;
                align-self: flex-end;
                margin: 0px 0px 8px 0px;
            }


        }
    }
}


@media screen and (-ms-high-contrast: none) {


    /*================================*/
    /*  Top-Grid設定 631px  */
    /*================================*/

    .wsnw {
        white-space: normal;
    }

    .top-low {
        display: -ms-grid;
        -ms-grid-rows: 25% auto auto;
        -ms-grid-columns: auto 1fr auto;
        width: 100vw;
    }

    .top-4img {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        display: flex;
        padding-bottom: 2vw;
    }

    navigation {
        -ms-grid-row: 2;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1;
        width: 20vw;
    }

    .info-box {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
        width: 45vw;
        margin: 0px auto;
        padding-top: 40px;
        height: 40vw;
        height: 450px;
    }

    .info {
        margin-bottom: 10px;
    }

    .sns-box {
        -ms-grid-row: 3;
        -ms-grid-column: 2;
        display: flex;
        justify-content: center;
        width: auto;
        margin: 40px auto 20px auto;
    }

    .fb-box {
        -ms-grid-row: 2;
        -ms-grid-row-span: 3;
        -ms-grid-column: 3;
        width: 35vw;
        max-width: 500px;
        height: 40vw;
        padding-top: 90px;
    }


    /*================================*/
    /*  Add-Grid設定 631px  */
    /*================================*/
    .add-box {
        display: -ms-grid;
        -ms-grid-rows: auto auto auto;
        -ms-grid-columns: 27vw 1fr;
        width: max-content;
        /*
        width: 100%;
        */
        max-width: 960px;
        margin: 20px auto;
    }


    .abe-end0 {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
        padding-left: 20px;
    }

    .address {
        -ms-grid-row: 2;
        -ms-grid-row-span: 3;
        -ms-grid-column: 2;
        padding-left: 20px;
    }

    .abe-end1 {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        width: auto;
    }

    .abe-end2 {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        width: auto;
    }


    /*================================*/
    /*  サイト内　設定 631px  */
    /*================================*/

    .top-2 {
        width: 100%;
        height: 180px;
        margin-top: 10px;
    }

    .logo-00,
    .logo-01 {
        display: flex;
        justify-content: center;
        align-self: flex-end;
        font-size: 1.3vw;
        margin-bottom: 5px;

        font-size: 13px;
    }

    h2 {
        font-size: 1.5vw;

        font-size: 15px;
    }

    .logo-01 {
        display: block;
        margin: 0px;
        align-self: flex-end;
    }

    .top-logo-img1 {
        width: 200px;
        height: 160px;
    }

    .top-logo-img2 {
        width: 180px;
        height: 180px;
    }

    .top-logo-img3 {
        width: 355px;
        height: auto;
    }

    .top-info-box {
        height: 50vw;
        max-height: 320px;
        font-size: 1.5vw;
        line-height: 1.8vw;
        overflow: auto;
        padding: 0px 20px;
        margin: 1.5vw;

        font-size: 15px;
        line-height: 18px;
        margin: 15px;

    }


    /* --サイトネーム画像-- */
    /*********************/


    .top-1 {
        align-self: flex-end;
        width: 30%;
        max-width: 270px;
        margin-left: 2vw;
        margin-top: auto;

        margin-left: 20px;
    }

    .top-img0 {
        width: 25vw;
        height: 12.5vw;
    }

    /*============================================*/
    /* メニューボタン 631px */
    /*============================================*/
    .link-box {
        width: max-contents;
        margin-left: auto;
        margin-right: 5%;
        margin-top: 42px;
    }

    .top-link {
        font-size: 2vw;
        line-height: 6vw;
        margin: 0px;

        font-size: 24px;
        line-height: 60px;
    }

    .sns-img {
        width: 5vw;
        max-width: 100px;
        height: 7vw;
        max-height: 136px;
        margin: 20px 9%;
    }

    .fb-root1 {
        width: 90%;
        max-width: 400px;
    }



    /*============================================*/
    /* メインコンテンツ 631px */
    /*============================================*/

    .come {
        margin: .5vw;

        margin: .50px;
    }


    .category1 {
        margin: 0px;
    }

    .category2 {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .category3 {
        display: flex;
        flex-direction: column;
        width: calc(50% - 2px);
        margin: 0px;
    }

    .top-spa {
        margin-top: 5vw;

        margin-top: 100px;
    }

    .full-img {
        display: flex;
        flex-wrap: wrap;
    }

    .half-img {
        margin: auto 0px 0px 0px;
    }


    /*  Gallery設定  */
    /******************/
    .gall-fl {
        width: 100%;
        justify-content: space-between;
        margin: -1% 0px 40px 0px;
    }

    .gall-img {
        width: 23%;
        height: 100%;
        margin: 1% 0px;
        padding: 0px;
    }

    .top-img {
        height: 25vw;
    }

    .top-img1 {
        height: 25vw;
    }



    /*  歴史　設定  */
    /******************/
    .history {
        margin: 20px auto 80px auto;
    }

    .his-end {
        width: 140px;
    }

    .tex-w {
        width: max-content;
        max-width: 700px;
    }



    /*  店舗情報  */
    /*************/

    .add-name {
        font-size: 2.7vw;
        line-height: 5vw;

        font-size: 27px;
        line-height: 50px;
    }

    .add-tex {
        font-size: 1.5vw;
        line-height: 2.3vw;

        font-size: 16px;
        line-height: 26px;
    }



    /*  GoogleMap設定  */
    /******************/
    .map-box0 {
        width: 100%;
        max-width: 960px;
    }

    .map-box {
        height: 480px;
    }

    .calendar-box0 {
        width: 100%;
        max-width: 960px;
    }

    .calendar-box {
        width: 100%;
        max-width: 1260px;
    }

    .end-link {
        justify-content: space-around;
        width: 80%;
        max-width: 940px;
    }

    .end-l {
        display: flex;
        font-size: 1.5vw;
        width: 110px;

        font-size: 16px;
    }



    /*============================================*/
    /* footer 設定 631px  */
    /*============================================*/
    .foot-tex0 {
        font-size: :2.4vw;
        line-height: 3vw;

        font-size: :24px;
        line-height: 30px;
    }

    .foot-tex {
        letter-spacing: 0.4vw;

        letter-spacing: 4px;
    }
}




/*======================================*/


/* CSS　パーツ　各種設定 */


/*======================================*/


/*  text 関係  */


/**************/

.bol {
    font-family: 'GenJyuuGothic-Medium', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'SM Pゴシック', 'MS PGothic', sans-serif;
    font-weight: 900;
}