@charset "utf-8";
/*CSS Document*/
body{
    background-color: #ffffff;
    font-family: 'メイリオ','Meiryo','MS ゴシック','Hiragino Kaku Gothic ProN','ヒタギノ角ゴ　ProN W3',sans-serif;
}
a{
    text-decoration: none;
    color: #707070;
}
/*h1{}*/
h2{
    font-size: 30px;
    color: #707070;
}
h3{
    font-size: 24px;
    color: #707070;
}
h4{
    font-size: 22px;
    color: #707070;
}
h5{
    font-size: 18px;
    color: #707070;
}
p{
    font-size: 18px;
    color: #707070;
}
/*wordpress*/

.wagasi-column-flame-left-news li{
    color: #707070;
}
.postLinks-auto{
    margin: 0 auto;
}
.postLink-prev{
    margin-top: 25px;
}
.postLink-next{
    margin-top: 25px;
    margin-left: 50px;
}
.wagasi-column-flame-left{
    width: 204px;
}
.wagasi-column-flame-right-continr-text-p{
    margin-bottom: 25px;
}
.wagasi-column-flame-right-title a{
    color: #ffffff;
}
.wagasi-wagasi-flame-right-continr-title{
    text-align: center;
}
/*wordpressここまで*/

/*---wagasi-homeページここから---*/

/*ヘッダー枠*/
header{
    height: 86px;
}

/*トップロゴ*/
.top-logo{
    text-align: center;
}

/*スライダー全体の枠*/
.layout{
    margin: 0 auto;
    height: 545px;
}
.slider{
    position: relative;/*スライドショーの位置の起点にするためつける*/
    z-index: 1;
    width: 100%;
    height: 545px;
}
.thumbnail{
    position: relative;/*スライドショーの位置の起点にするためつける*/
    z-index: 1;
    width: 100%;
}

/*背景画像設定*/
.slider-item01{
    background: url(../images/wagasiya_01.jpg);
}
.slider-item02{
    background: url(../images/wagasiya_02.jpg);
}
.slider-item03{
    background: url(../images/wagasiya_03.jpg);
}
.slider-item04{
    background: url(../images/wagasiya_04.jpg);
}
.slider-item05{
    background: url(../images/wagasiya_05.jpg);
}

/*slider各スライダー画像調整*/
.slider li{
    width: 100%;/*各スライダー全体の横幅を画面の高さ調整*/
    height: 545px;/*各スライダー全体の縦幅を画面の高さ調整*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央*/
    background-size: cover;/*背景画像画面覆う*/
}

.thumbnail li{
    width: 100%;/*各スライダー全体の横幅を画面の高さ調整*/
    height: 172px;/*各スライダー全体の縦幅を画面の高さ調整*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央*/
    background-size: cover;/*背景画像画面覆う*/
}

/*矢印表示*/
.slick-next{
    right:0;
}
.slick-prev{
    left:0;
}
.slick-arrow{
    z-index: 2;
}
/*thumbnail枠*/
.thumbnail{
    padding-bottom: 52px;
}
/*スライダー下テキスト*/
.slide-under-text{
    text-align: center;
    padding-top: 28px;
    padding-bottom: 38px;
}

/*お知らせ枠*/
.news-article{
    margin: 0 auto;
    padding-top: 23px;
    width: 90vw;
}
.news-text{
    padding-top: 12px;
}
.news-text p{
    line-height: 1.5em;
}
/*お知らせ枠下お知らせボタン*/
.home-news-btn{
    width: 260px;
    text-align: center;
    margin: 58px auto ;
    padding: 20px 0;
    border-width: 1px;
    border-style: solid;
}
/*和菓子屋紹介*/
.home-info-title{
    text-align: center;
}
.home-info-subtitle{
    text-align: center;
}
/*和菓子屋紹介articl枠*/
.home-info-article{
    padding-bottom: 70px;
}
/*和菓子屋紹介画像*/
.home-info-left-image{
    margin-top: 28px;
    max-width: 100%;
    height: 470px;
    background-image: url(../images/wagasiya_01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*和菓子屋紹介画像下テキスト*/
.home-info-right-text{
    width: 95vw;
    margin: 20px auto;
}
.home-info-right-text p{
    line-height: 1.5em;
}
/*和菓子屋紹介テキスト下画像*/
.home-info-down-image{
    margin-top: 50px;
    max-width: 100%;
    height: 205px;
    background-image: url(../images/wagasiya_02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*和菓子屋のお菓子枠*/
/*和菓子屋のお菓子枠バックパララックス*/
.wagasi-shop{
    width: 100%;
    height: 100%;
    padding-bottom: 1px;
    background-image: url(../images/p0523_m.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;/*バック固定*/
}
.wagasi-shop-title{
    padding-top: 71px;
    padding-bottom: 63px;
    text-align: center;
    background-color: transparent;
}
/*お菓子説明枠*/
.wagasi-shop-conteinr{
    background-color: #ffffff;
    margin-bottom: 70px;
}
/*お菓子説明枠上の文字*/
.wagasi-shop-text-header p{
    padding-top: 17px;
    padding-bottom: 11px;
    text-align: center;
}
/*お菓子説明枠タイトルの文字*/
.wagasi-shop-text-header-title{
    text-align: center;
    padding-bottom: 19px;
    font-size: 30px;
}
/*お菓子説明枠画像*/
.wagasi-shop-image-right-01{
    position: relative;
    width: 100%;
    height: 50vw;
}
.wagasi-shop-image-right-11{
    object-fit: cover;
    position: absolute;
    object-position: top 20%;
    width: 100%;
    height: 100%;
}
/*お菓子説明枠画像*/
.wagasi-shop-image-left-01{
    width: 100%;
    height: 223px;
    background-image: url(../images/wagasiya_04.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
/*お菓子説明枠画像*/
.wagasi-shop-image-right-02{
    width: 100%;
    height: 223px;
    background-image: url(../images/wagasiya_05.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
/*お菓子説明枠説明テキスト*/
.wagasi-shop-text-conteiner{
    width: 90vw;
    margin: 0 auto;
    padding-bottom: 40px;
}
.wagasi-shop-text-conteiner p{
    line-height: 1.5em;
}
.wagasi-shop-text-area{
    display: none;
}
/*お問い合わせ枠*/
.home-contact{
    background-color: #DCC3D1;
    margin-top: 30px;
    margin-bottom: 53px;
    padding-top: 30px;
    padding-bottom: 59px;
}
.contact-circle-area{
    margin: 30px auto;
    width: 235px;
    height: 56px;
    text-align: center;
    background-color: #D573AA;
}
.contact-circle-area p{
    font-size: 25px;
    color: #ffffff;
    line-height: 56px;/*text縦中央揃え*/
}
.contact-text-area-text{
    width: 255px;
    margin: 0 auto;
}
.contact-text-area-tel{
    width: 225px;
    height: 44px;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0 0 26px;
    background-image: url(../images/tel.png);
    background-repeat: no-repeat;
    background-position:  20px;
    background-size: 30px;
    line-height: 30px;
}
.contact-text-area-form-area{
    background-color: #ffffff;
    width: 340px;
    height: 54px;
    margin: 0 auto;
}
.contact-text-area-form{
    width: 340px;
    height: 54px;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 0 31px;
    background-image: url(../images/mail.png);
    background-repeat: no-repeat;
    background-position:  3px;
    background-size: 64px;
    line-height: 55px;
    font-size: 15px;
}

/*--我々の想いページ--*/
/*我々の想い枠*/
.page-top-title-continr{
    height: 120px;
    background-image: url(../images/p0523_m.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 45px;
}
.page-top-title{
    text-align: center;
    padding-top: 43.5px;
}
/*我々の想い枠画像*/
.thought-shop-exterior-right-image{
    height: 234px;
    width: 100%;
    background-image: url(../images/libberside.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
}
/*我々の想い枠テキスト*/
.thought-shop-exterior-text{
    width: 100%;
    line-height: 1.5em;
    margin: 0 auto 60px;
}
/*和菓子屋の歴史枠*/
.wagasiya-history-continr{
    background-color: #F2F2F2;
    padding-top: 8px;
    padding-bottom: 143px;
    margin-bottom: 97px;
}
.wagasiya-history-title{
    background-color: #ffffff;
    text-align: center;
    padding-top: 36px;
    padding-bottom: 39px;
}
.wagasiya-history-column-ingerit-title{
    width: 230px;
    margin: 49px auto 35px;
}
.wagasiya-history-column-inherit-top-text{
    width: 95vw;
    line-height: 1.5em;
    margin: 0 auto 35px;
}
.wagasiya-history-column-inherit-top-right-image{
    height: 299px;
    width: 295px;
    margin: 0 auto 35px;
    background-image: url(../images/garden1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.wagasiya-history-column-inherit-down-image{
    height: 93px;
    width: 100%;
    margin: 0 auto 35px;
    background-image: url(../images/koyo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.wagasiya-history-column-inherit-down-text{
    width: 95vw;
    line-height: 1.5em;
    margin: 0 auto 70px;
}
/*店舗の外観枠*/
.wagasiya-history-column-appearance-text{
    text-align: center;
    margin: 0 auto 38px;
}
.wagasiya-history-column-appearance-top-image{
    height: 184px;
    width: 100%;
    margin: 0 auto 35px;
    background-image: url(../images/outface1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.wagasiya-history-column-appearance-down-text{
    width: 95vw;
    line-height: 1.5em;
    margin: 0 auto 70px;
}
.wagasiya-history-column-appearance-down-right-image{
    height: 438px;
    width: 100%;
    margin: 0 auto 0px;
    background-image: url(../images/room1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*--和菓子屋の菓子枠--*/
/*代表的なお菓子の種類タイトル*/
.wagasi-wagasi-continr-title{
    width: 68vw;
    margin: 0 auto 75px;
}
/*お菓子グリット枠*/
.grid-multi-column{
    width: 83vw;
    display: grid;
    gap: 6px;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto 350px;
}
/*お菓子の写真と名前の枠*/
.wagasi-wagasi-flame-overview{
    position: relative;
    width: 40vw;
    height: 38vw;
}
/*お菓子の画像*/
.wagasi-wagasi-flame-image{
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}
/*お菓子の名前*/
.wagasi-wagasi-flame-name{
    text-align: center;
    margin-top: 15px;
}
/*--和菓子屋の菓子枠ここまで--*/
/*--コラム枠--*/
.wagasi-column-flame{
    margin-top: 100px;
}
/*メニュー左サイド枠*/
.wagasi-column-flame-left{
    display: none;
}
/*タイトルコラム*/
.wagasi-column-flame-right{
    margin-bottom: 186px;
}
.wagasi-column-flame-right-title{
    background-color: #000000;
    color: #ffffff;
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 16.5px;
    text-align: center;
    font-size: 20px;
}
.wagasi-column-flame-right-continr-title-continr{
    border-left: 15px solid ;
    color: #cccccc;
}
.wagasi-column-flame-right-continr-title{
    text-align: center;
    padding-top: 23px;
    padding-bottom: 23px;
}
.wagasi-column-flame-right-continr-overview{
    display: flex;
    padding-top: 14px;
    padding-bottom: 13.5px;
    background-color: #E5E5E5;
    margin-bottom: 24px;
}
.wagasi-column-flame-right-continr-overview p{
    margin-right: 15px;
}
.wagasi-column-flame-right-continr-text{
    margin-bottom: 35px;
    line-height: 1.5em;
}

/*--コラム枠ここまで--*/

/*--店舗案内枠--*/
/*トップの画像*/
.wagasi-shop-information-continr-left-image{
    width: 66vw;
    height: 66vw;
    margin: 0 auto 41px;
    background-image: url(../images/room1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.wagasi-shop-information-continr-right-content-title{
    margin: 0 0 42px 47px;
}
/*店舗のご案内table枠*/
.wagasi-shop-information-continr-right-content-table{
    width: 90vw;
    margin: 0 auto 89px;
}
.wagasi-shop-information-continr-right-content-table tr td{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid;
    border-color: #cccccc;
}
/*店舗のご案内tdの前側*/
.front{
    width: 80px;
}
/*アクセステキスト*/
.wagasi-shop-information-continr-access-title{
    text-align: center;
    margin: 0 auto 55px;
}
.wagasi-shop-information-continr-access-map-continr{
    width: 90vw;
    margin: 0 auto 308px;
}
/*--店舗案内枠ここまで--*/

/*--お問い合わせ枠--*/
.wagasi-contact-continr{
    width: 85vw;
    margin: 75px auto 230px;
}
/*トップ上のテキスト*/
.wagasi-contact-continr-text-top{
    margin-bottom: 30px;
    line-height: 1.5em;
}
/*トップ下のテキスト*/
.wagasi-contact-continr-text-down{
    margin-bottom: 75px;
    line-height: 1.5em;
}
/*フォーム枠*/
/*名前*/
.form-name span{
    color: #FF3D54;
}
.form-input-name{
    margin: 5px 0 10px 0;
    width: 100%;
    font-size: 18px;
    background-color: #f2f2f2;
    border-color: #cccccc;
    border-radius: 5px;
    border-style: solid;
    border-width: thin;
}
/*ふりがな*/
.form-ruby span{
    color: #FF3D54;
}
.form-input-ruby{
    margin: 5px 0 10px 0;
    width: 100%;
    font-size: 18px;
    background-color: #f2f2f2;
    border-color: #cccccc;
    border-radius: 5px;
    border-style: solid;
    border-width: thin;
}
/*Eメール*/
.form-email span{
    color: #FF3D54;
}
.form-input-email{
    margin: 5px 0 10px 0;
    width: 100%;
    font-size: 18px;
    background-color: #f2f2f2;
    border-color: #cccccc;
    border-radius: 5px;
    border-style: solid;
    border-width: thin;
}
/*電話番号*/
.form-tel span{
    color: #FF3D54;
}
.form-input-tel{
    margin: 5px 0 10px 0;
    width: 100%;
    font-size: 18px;
    background-color: #f2f2f2;
    border-color: #cccccc;
    border-radius: 5px;
    border-style: solid;
    border-width: thin;
}
/*郵便番号*/
.form-postcode span{
    color: #FF3D54;
}
.form-input-postcode{
    margin: 5px 0 10px 0;
    font-size: 18px;
    background-color: #f2f2f2;
    border-color: #cccccc;
    border-radius: 5px;
    border-style: solid;
    border-width: thin;
}
/*都道府県*/
.form-prefectures span{
    color: #FF3D54;
}
.form-input-prefectures{
    margin: 5px 0 10px 0;
    font-size: 18px;
    background-color: #f2f2f2;
    border-color: #cccccc;
    border-radius: 5px;
    border-style: solid;
    border-width: thin;
}
/*市区町村番地*/
.form-municipality span{
    color: #FF3D54;
}
.form-input-municipality{
    margin: 5px 0 10px 0;
    width: 100%;
    font-size: 18px;
    background-color: #f2f2f2;
    border-color: #cccccc;
    border-radius: 5px;
    border-style: solid;
    border-width: thin;
}
/*お問い合わせ内容*/
.form-inquiry span{
    color: #FF3D54;
}
.form-input-inquiry{
    margin: 5px 0 41px 0;
    width: 100%;
    height: 150px;
    font-size: 18px;
    background-color: #f2f2f2;
    border-color: #cccccc;
    border-radius: 5px;
}
/*送信ボタン*/
.form-input-button{
    font-size: 20px;
    color: #ffffff;
    padding: 5px 37px 4px 38px;
    background-color: #000000;
    border-color: #000000;
    border-radius: 10px;
}
/*--お問い合わせ枠ここまで--*/
/*--お問い合わせチェックページ枠--*/
.contact-check-continr{
    width: 85vw;
    margin: 75px auto 250px;
}
/*ボタン*/
.contact-check-back-button{
    font-size: 20px;
    margin-top: 50px;
    margin-right: 15px;
    color: #ffffff;
    padding: 5px 37px 4px 38px;
    background-color: #707070;
    border-color: #707070;
    border-radius: 10px;
}
/*--お問い合わせチェックページ枠ここまで--*/


/*フッター枠*/
footer{
    background-color: #B77198;
}
footer p, footer a{
    color: #ffffff;
}
.footer-head-nav-conteinr{
    text-align: center;
    padding-top: 32px;
    line-height: 1.5em;
}
.footer-head-logo{
    width: 182px;
    height: 82px;
    margin: 17px auto;
    background-image: url(../images/wagasi_foot_logo.png);
    background-position: center;
    background-repeat: no-repeat;
}
.footer-conteinr{
    width: 164px;
    margin: 0 auto;
    line-height: 1.6em;
}
.footer-conteinr-title{
    text-align: center;
}
.copyright{
    text-align: center;
    padding-top: 46px;
    padding-bottom: 32px;
}


/*--タブレット用--*/
@media screen and (min-width : 767px){
    .global-nav-top{
        display: none;
      }  
    /*homeページ*/
    .side-by-side{/*横並びにする*/
        display: flex;
    }
    /*ヘッダー枠*/
    header{
        height: 106px;
        width: 767px;
        margin: auto;
    }
    .top-logo{/*トップロゴ*/
        text-align: start;
        padding-top: 10px;
    }
    .top-hd-nav{/*ナビゲーション枠*/
        padding-top: 45px;
        padding-left: 10px;
    }
    .top-hd-nav li{/*ナビゲーションのli*/
        padding-left: 10px;
        font-size: 15px;
    }
    .top-hd-store{/*ストア枠*/
        margin: auto;
        padding-left: 10px;
    }
    .top-hd-store-logo{/*ストアロゴ*/
        padding-left: 20px;
    }
    .top-hd-store-text{/*ストア文字*/
        font-size: 8px;
    }

    /*和菓子屋紹介articl枠*/
    .home-info-article{
        margin: 0 auto;
        padding-bottom: 50px;
        width: 723px;
        padding-bottom: 70px;
    }
    /*和菓子屋紹介画像*/
    .home-info-left-image{
        width: 350px;
        margin-right: 24px;
    }
    /*和菓子屋紹介テキスト*/
    .home-info-right-text{
        width: 350px; 
    }
    /*和菓子屋紹介テキスト下画像*/
    .home-info-down-image{
        margin-top: 0px;
    }   
    /*和菓子屋のお菓子枠*/
    .side-by-side-row{
        display: flex;
        flex-direction: row-reverse;
    } 
    /*お菓子説明枠画像*/
    .wagasi-shop-image-right-01{
        width: 340px;
        height: 223px;
        margin: auto 0;
    }
    /*お菓子説明枠画像*/
    .wagasi-shop-image-left-01{
        width: 340px;
        height: 223px;
        margin: auto 0;
    }
    /*お菓子説明枠画像*/
    .wagasi-shop-image-right-02{
        width: 340px;
        height: 223px;
        margin: auto 0;
    }
    /*お菓子説明枠説明テキスト*/
    .wagasi-shop-text-conteiner{
        width: 57vw;
        margin: auto;
    }
    .wagasi-shop-text-area{
        width: 363px;
    }
    /*お問い合わせ枠*/
    .home-contact{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .contact-circle-area{
        margin: 0px 0px;
        width: 235px;
        height: 235px;
    }
    .contact-circle-area p{
        line-height: 235px;
    }
    .contact-text-area{
        width: 464px;
        margin: 0 auto;
    }
    .contact-text-area-text{
        width: 464px;
        margin: 0 auto;
        margin-top: 40px;
    }
    .contact-text-area-tel-form{
        display: inline-block;
    }
    .contact-text-area-tel{
        width: 225px;
        height: 44px;
        text-align: center;
        margin: 0 0;
        padding: 20px 0 0 20px;
        background-image: url(../images/tel.png);
        background-repeat: no-repeat;
        background-position:  13px;
        background-size: 30px;
        line-height: 30px;
    }
    

    /*フッター枠*/
    .footer-head{
        display: block;
    }
    .footer-head-nav{
        margin: 0 auto;
        display: inline-flex;
    }
    .footer-head-nav li{
        margin: 0 10px;
    }
    .footer-head-logo {
        position: relative;
        top: 13px;
        left: -203px;
    }
    .footer-conteinr {
        margin-top: -95px;
    }
    /*---wagasi-homeページここまで---*/

    /*--我々の想いページ--*/
    .thought-shop-exterior-continr{
        width: 95vw;
        margin: auto;
    }
    /*我々の想い枠画像*/
    .thought-shop-exterior-right-image{
        width: 95vw;
    }
    /*我々の想い枠テキスト*/
    .thought-shop-exterior-text{
        padding-right: 15px;
    }
    /*和菓子屋の歴史枠*/
    .wagasiya-history-column-ingerit-title{
        width: 95vw;
        padding-left: 30px;
    }
    .wagasiya-history-column-inherit-top{
        width: 95vw;
        margin: auto;
    }
    .wagasiya-history-column-inherit-top-text{
        width: 60vw;
        padding-left: 15px;
        padding-right: 15px;
    }
    .wagasiya-history-column-inherit-top-right-image{
        width: 40vw;
    }
    .wagasiya-history-column-inherit-down-image{
        height: 205px;
    }
    /*店舗の外観枠*/
        .wagasiya-history-column-appearance-text {
            text-align: start;
            width: 95vw;
            margin: 0 0 38px 0;
            padding-left: 30px;
        }
    .wagasiya-history-column-appearance-top-image{
        height: 408px;
    }
    .wagasiya-history-column-appearance-down{
        width: 95vw;
    }
    .wagasiya-history-column-appearance-down-text{
        padding-left: 25px;
        padding-right: 25px;
    }
    .wagasiya-history-column-appearance-down-right-image{
        height: 369px;
        width: 70vw;
    }
    /*--我々の想いページここまで--*/

    /*--和菓子屋の菓子枠--*/
    /*代表的なお菓子の種類タイトル*/
    .wagasi-wagasi-continr-title{
        width: 100%;
        text-align: center;
        margin: 88px auto 120px;
    }
    /*お菓子グリット枠*/
    .grid-multi-column{
        width: 98vw;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    /*お菓子の写真と名前の枠*/
    .wagasi-wagasi-flame-overview{
        width: 23vw;
        height: 23vw;
    }
    /*--和菓子屋の菓子枠ここまで--*/

    /*--コラム枠--*/
    .wagasi-column-flame{
        margin-top: 76px;
    }
    /*メニュー左サイド枠*/
    .wagasi-column-flame-left{
        display:block;
    }
    .wagasi-column-flame-left-category{
        width: 204px;
        margin-bottom: 150px;
    }
    .wagasi-column-flame-left-category-title{
        text-align: center;
        padding-top: 17px;
        padding-bottom: 16.5px;
        background-color: #E5E5E5;
    }
    .wagasi-column-flame-left-category li{
        padding-top: 10px;
        padding-left: 20px;
        padding-bottom: 10px;
        border-bottom: 2px solid;
        border-color: #E5E5E5;
    }
    .wagasi-column-flame-left-news-title{
        text-align: center;
        margin-top: 100px;
        padding-top: 17px;
        padding-bottom: 16.5px;
        background-color: #E5E5E5;
    }
    .wagasi-column-flame-left-news li{
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 2px solid;
        border-color: #E5E5E5;
    }
    /*--コラム枠ここまで--*/

    /*--店舗案内枠--*/
    .wagasi-shop-information-continr{
        width: 90vw;
        margin: 71px auto 0;
    }
    /*トップの画像*/
    .wagasi-shop-information-continr-left-image{
        width: 40vw;
        height: 30vw;
        margin-top: 80px;
        margin-right: 37px;
    }
    .wagasi-shop-information-continr-right-content-title{
        margin: 0 0 42px 20px;
    }
    /*店舗のご案内table枠*/
    .wagasi-shop-information-continr-right-content-table{
        width: 60vw;
    }
    .wagasi-shop-information-continr-access-map-continr{
        width: 100%;
        margin: 0 auto 193px;
    }
    /*--店舗案内枠ここまで--*/

    /*--お問い合わせ枠--*/
    .wagasi-contact-continr{
        width: 65vw;
    }
    /*トップ下のテキスト*/
    .wagasi-contact-continr-text-down{
        margin-bottom: 150px;
    }
    /*--お問い合わせ枠ここまで--*/

}
/*タブレット用ここまで*/



/*--PC用--*/
@media screen and (min-width : 1000px){
    /*homeページ*/
    /*ヘッダー枠*/
    header{
        height: 106px;
        width: 1000px;
        margin: auto;
    }
    .top-hd-nav{/*ナビゲーション枠*/
        padding-top: 45px;
        padding-left: 57px;
    }
    .top-hd-nav li{/*ナビゲーションのli*/
        padding-left: 32px;
        font-size: 15px;
    }
    .top-hd-store{/*ストア枠*/
        margin: auto;
        padding-left: 62px;
    }
    /*お知らせ枠*/
    .news-article{
        margin: 0 auto;
        padding-top: 23px;
        width: 1000px;
    }
    /*和菓子屋紹介articl枠*/
    .home-info-article{
        width: 1000px;
    }
    /*和菓子屋紹介画像*/
    .home-info-left-image{
        width: 398px;
        margin-right: 59px;
    }
    /*和菓子屋紹介画像下テキスト*/
    .home-info-right-text{
        width: 543px;
        margin: 28px 0 0 2px;
    }
    /*和菓子屋紹介テキスト下画像*/
    .home-info-down-image{
        margin-top: 33px;
    }
    /*和菓子屋のお菓子枠*/
    /*お菓子説明枠*/
    .wagasi-shop-conteinr{
        background-color: #ffffff;
        margin: 0 auto 70px;
        width: 1000px;
    }
    /*お菓子説明枠説明テキスト*/
    .wagasi-shop-text-conteiner{
        width: 400px;
        margin: auto;
    }
    /*お菓子説明枠画像*/
    .wagasi-shop-image-right-01{
        width: 514px;
        height: 300px;
        margin-left: 20px;
        margin-right: 20px;
    }
    /*お菓子説明枠画像*/
    .wagasi-shop-image-left-01{
        width: 514px;
        height: 300px;
        margin-left: 20px;
    }
    /*お菓子説明枠画像*/
    .wagasi-shop-image-right-02{
        width: 514px;
        height: 300px;
        margin-left: 20px;
    }
    /*お問い合わせ枠*/
    .home-contact{
        width: 1000px;
        margin: 100px auto 100px;
    }
    .contact-text-area{
        width: 600px;
    }
    .contact-text-area-tel-form{
        margin-top: 43px;
    }
    .contact-text-area-text{
        width: 592px;
        margin-top: 66px;
    }
    .contact-text-area-tel-form{
        display: flex;
    }
    .contact-text-area-tel{
        width: 225px;
        height: 44px;
        padding: 20px 0 0 27px;
        background-position:  5px;
        background-size: 36px;
        line-height: 30px;
    }
    /*フッター枠*/
    .footer-head-nav-conteinr{
        width: 1000px;
        padding-top: 80px;
        margin: 0 auto;
    }
    .footer-head-nav{
        margin: 0 0 0 76px;
    }
    .footer-head-logo {
        top: -68px;
        left: -384px;
    }
    .footer-conteinr {
        margin-top: -63px;
    }
    /*---wagasi-homeページここまで---*/

    /*--我々の想いページ--*/
    .thought-shop-exterior-continr{
        width: 1000px;
    }
    /*我々の想い枠テキスト*/
    .thought-shop-exterior-text{
        width: 95vw;
    }
    /*和菓子屋の歴史枠*/
    .wagasiya-history-continr{
        width: 1000px;
        margin: 0 auto 97px;
    }
    .wagasiya-history-column-ingerit-title{
        width: 1000px;
        padding-left: 15px;
    }
    .wagasiya-history-column-inherit-top{
        width: 1000px;
    }
    .wagasiya-history-column-inherit-top-right-image{
        margin-right: 15px;
    }
    .wagasiya-history-column-inherit-down-image{
        width: 970px;
        margin: 0 auto 30px;
    }
    .wagasiya-history-column-inherit-down-text{
        width: 970px;
    }
    /*店舗の外観枠*/
    .wagasiya-history-column-appearance-text {
        width: 1000px;
        padding-left: 15px;
    }
    .wagasiya-history-column-appearance-top-image{
        width: 970px;
    }
    .wagasiya-history-column-appearance-down{
        width: 970px;
    }

    /*--和菓子屋の菓子枠--*/
    /*代表的なお菓子の種類タイトル*/
    .wagasi-wagasi-continr-title{
        width: 100%;
        text-align: center;
        margin: 88px auto 120px;
    }
    
    /*お菓子グリット枠*/
    .grid-multi-column{
        width: 1000px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        
    }
    /*お菓子の写真と名前の枠*/
    .wagasi-wagasi-flame-overview{
        width: 244px;
        height: 250px;
    }
    /*--和菓子屋の菓子枠ここまで--*/

    /*--コラム枠--*/
    .wagasi-column-flame{
        width: 1000px;
        margin: auto;
    }
    /*メニュー左サイド枠*/
    .wagasi-column-flame-left{
        display:block;
        margin: 0 auto;
    }
    /*本文右サイド枠*/
    .wagasi-column-flame-right{
        width: 623px;
        margin: 0 auto 186px;
    }
    /*--コラム枠ここまで--*/

    /*--店舗案内枠--*/
    .wagasi-shop-information-continr{
        width: 1000px;
        margin: 71px auto 0;
    }
    /*トップの画像*/
    .wagasi-shop-information-continr-left-image{
        width: 402px;
        height: 424px;
        margin: 0 90px 0 0;
    }
    /*店舗のご案内table枠*/
    .wagasi-shop-information-continr-right-content-table{
        width: 500px;
    }
    .wagasi-shop-information-continr-access-map-continr{
        width: 1000px;
        margin: 0 auto 193px;
    }
    /*--店舗案内枠ここまで--*/

    /*--お問い合わせ枠--*/
    .wagasi-contact-continr{
        width: 650px;
        margin-bottom: 430px;
    }
    /*トップ下のテキスト*/
    .wagasi-contact-continr-text-down{
        margin-bottom: 200px;
    }
    /*--お問い合わせ枠ここまで--*/
    /*--お問い合わせチェックページ枠--*/
.contact-check-continr{
    width: 650px;
}
/*--お問い合わせチェックページ枠ここまで--*/
    


}
/*pc用ここまで*/









