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

    /* topのヘッダー部分にあるロゴ */
    .hd_icon {
        margin-top: 70px;
    }

    /* ナビゲーションメニューの箱 */
    .GN {
        position: relative;
        top: 100px;
    }

    /* スライダー表示欄のcss */
    .slider {
        width: 70%;
        margin: 0 auto 80px;
    }

    .slick-slide img {
        width: 1100px;
        height: auto;
        margin: 0 auto;
    }

    .slick-slide {
        width: 1100px !important;
        margin: 0 40px 0 40px !important;
    }

    .mypattern {
        width: 100%;
    }

    .slider_sp {
        display:none !important;
    }

    .mypattern .slick-slide {
        margin: 0 auto;
    }


    /* slick setting */
    .mypattern .slick-slide:not(.slick-center) {
        -webkit-filter: opacity(70%);
        -moz-filter: opacity(70%);
        -o-filter: opacity(70%);
        -ms-filter: opacity(70%);
        filter: opacity(70%);
        transition: 0.2s linear;
    }

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

    /* おいしいだけがこだわり　のところ */
    .explain {
        width: 100%;
        min-width: 1100px;
        margin-top: 120px;
        background-position: 30vw 0px;
        background-image: url("../img/top/con01_bg.png");
        background-repeat: no-repeat;
        height: 1010px;
    }

    .inner {
        width: 1100px;
        margin: auto;
    }

    .con01_logo {
        margin: 80px 0;
    }

        .textContent_explain > h1 {
            display: inline;
            
            font-weight: bold;
            font-size: 50px;
        }
        .textContent_explain > h2 {
            display: inline;
            
            font-weight: bold;
            font-size: 35px;
        }
        .textContent_explain > p {
            font-weight: bold;
            font-size: 1.2rem;
            margin-top: 40px;
        }

    /* とことん手間をかけた　の部分 */

    .commitment {
        margin-top: 120px;
        width: 100%;
    }

    .top_content {
        text-align: center;
        margin: auto;
    }
        .top_content h2 {
            color: gray;
            font-size: 30px;
            letter-spacing: 5px;
        }
        .top_content h1 {
            font-size: 30px;
            letter-spacing: 5px;
        }
        .top_content h1:hover {
            opacity: 0.5;
        }

    .down_content {
        display: flex;
        justify-content: space-between;
        width: 1100px;
        margin: auto;
    }

    .down_content div {
        min-width: 330px;
    }

    .down_content p{
        text-align: center;
        font-size: 20px;
        font-weight: bold;
    }

    .down_content div {
        width: 20%;
        height:auto;
        margin: auto;
    }

    /* フレファクのくだもり欄 */
    .introduction {
        min-width: 1100px;
        background-image: url("../img/top/con03_bg.jpg");
        background-repeat: no-repeat;
        margin-top: 120px;
        margin-bottom: 120px;
        padding-top:  80px;
        padding-bottom: 80px;
    }
    
    .insta_id {
        width: 87%;
        text-align: left;
        height: 55px;
    }

    .top_instagram {
        width: 1100px;
        margin: auto;
        text-align: center;
    }


    /* インスタの画像 */
    .kudamori_img {
        width: 220px;
        height: 220px;
        margin: 12px 12px 0 12px;
    }

    .infomation_text {
        text-align: center;
        padding-bottom: 50px;
        min-width: 1100px;
    }

    .instagram {
        min-width: 1100px;
    }

    /* インスタのアイコンのcss */


    /* ボタン全体 */
    .flowbtn17{
        border-radius:50%;
        position:relative;
        display:inline-block;
        width:50px;
        height:50px;
        font-size:30px;
        text-decoration:none;
        transition:.5s;
        background-color:#444;
        color:#fff;
    }
    /* ボタンマウスホバー時のテキスト指定 */
    .flowbtn17:hover{
        text-decoration:none;
    }
    /* アイコンをど真ん中に */
    .flowbtn17 i{
        position:absolute;
        top:50%;
        left:50%;
        -ms-transform:translate(-50%,-50%);
        -webkit-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
    }

    .id_text {
        width: 180px;
        font-weight: 600;
        position: relative;
        font-size: 1.2rem;
        top: -47px;
        left: 60px;
    }
    /* Instagramマウスホバー時 */
    .flowbtn17.insta_btn2:hover{
        background:-webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
        background:linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;		
    }

    .id_text:hover {
        background: -webkit-linear-gradient(top, #427eff 0%, #f13f79 70%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

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

    .infomation_text h1 {
        letter-spacing: 5px;
    }

    .subTitle {
        color: #585858;
        font-size: 15px;
        font-weight: 900;
    }

    .subTitle:hover {
        opacity: 0.5;
    }

    .subTxtContent {
        font-size: 20px;
        font-weight: bold;
        letter-spacing:3px;
        text-align: center;
    }

    /* moreボタンが入っている箱 */
    .moreButton {
        text-align: center;
        margin: 50px auto;
        width: 142px;
    }

    .moreTxt {
        text-align: center;
        margin: 0;
        padding-left: 10px;
    }
        .moreButton a{
            display: flex;
            justify-content: space-around;
            align-items: center;
            padding: 5px 25px;
            width: 90px;
            color: #000;
            font-size: 16px;
            background-color: #fff;
            border-radius: 20px;
            border: solid 1px;
            border-color: #000;
        }

        .moreButton a::after {
            content: '';
            width: 5px;
            height: 5px;
            border-top: 1px solid #000;
            border-right: 1px solid #000;
            transform: rotate(45deg);
        }

        .moreButton a:hover {
            text-decoration: none;
            background-color: #bbbbbb;
        }

    /* 店舗情報の欄 */
    .shopInfomation {
        background-image: url("../img/top/con04_bg.png");
        background-repeat: no-repeat;
        height: 660px;
        padding-bottom: 80px;
        width: 100%;
        min-width: 1100px;
        background-color: #ffffff;
    }

        .shopInfo_title {
            position:relative;
            top: 100px;
            text-align: center;
        }

        .shopInfo_title h1 {
            letter-spacing: 5px;
            font-size: 35px;
        }
        .shopInfo_title p {
            font-size: 20px;
            letter-spacing: 1px;
        }

    .shopInfoTable {
        position: relative;
        /*margin-left: 21%;*/
        top: 100px;

        display: flex;
        justify-content: center;

    }
        
    /* ショップ名のフォントなどの指定 */
    .shopInfoTable p {
        text-align: center;
        font-size: 17px;
        font-weight: bold;
        letter-spacing: 2px;
    }

    /* ショップのロゴのアイコンの変更 */
    .shopInfoTable img {
        margin-right: 10px;
        border-radius: 20px;
    }
        

    /* Facebookの表示エリア */
    .FaceBook_BOX {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .sp_facebook {
        display: none;
    }

    .fb_bk {
        padding-bottom: 80px;
        background-color: #ffffff;
    }

    .fadeUp{
        animation-name:fadeUpAnime;
        animation-duration:2s;
        animation-fill-mode:forwards;
        opacity:0;
    }
}

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

    .slider_pc {
        display: none !important;
    }

    .slider_sp {
        margin-top: 10px !important;
        margin-bottom: 80px !important;
    }

    /* スライダー表示欄のcss */
    .slider {
        width: 70%;
        margin: 0 auto 30px;
    }

    .slick-slide img {
        width: 100%;
        height: auto;
        border-radius: 5%;
    }

    .slick-slide {
        width: 360px !important;
    }

    .mypattern {
        width: 100%;
    }

    .mypattern .slick-slide {
        margin: 10px;
    }
    /* slick setting */
    .mypattern .slick-slide:not(.slick-center) {
        -webkit-filter: opacity(70%);
        -moz-filter: opacity(70%);
        -o-filter: opacity(70%);
        -ms-filter: opacity(70%);
        filter: opacity(70%);
        transition: 0.2s linear;
    }

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

    /* inner幅の指定 */
    .inner {
        width: 90%;
        margin: auto;
    }
    
    /* Explain */
    .explain {
        width: 100%;
        background-image: url("../img/top/sp_bg.jpg");
        background-position: -20px -300px;
        background-repeat: no-repeat;
        padding-top: 80px;
        padding-bottom: 80px;
        margin-bottom: 80px;
    }

    .explainImg {
        text-align: left;
    }

    .con01_logo {
        width: 60%;
        height: auto;
        margin: 30px auto;
    }

    .textContent_explain {
        text-align: left;
        padding-bottom: 30px;
        text-shadow: 0 0 1px white;

    }

    .textContent_explain h1,
    .textContent_explain h2 {
        text-align: left;
        margin: 0;   
    }

    .sp_txt {
        display: inline-block;
    }

    .textContent_explain h2 {
        font-size: 18px;
        padding-right: 6px;
    }

    .textContent_explain h1 {
        /* padding-left: 30px;
        margin: 15px 5px 20px 5px; */
        font-size: 27px;
    }

    .textContent_explain p {
        font-size: 16px;
        font-weight: bold;
        margin: 30px 0;
    }

    /* commitment */
    .commitment {
        width: 100%;
        margin-top: 80px;
        margin-bottom: 80px;
    }   

    .top_content {
        text-align: center;
        font-size: 12px;
    }

    .top_content h2 {
        color: gray;
        letter-spacing: 3px;
    }

    .down_content {
        width: 100%;
        display: block;
        text-align: center;
    }

    .down_content p {
        font-size: 16px;
        font-weight: bold;
    }

    .top_instagram {
        text-align: center;
    }

    /* instagram */
    .kudamori_img {
        width: 20%;
        height: 20%;
        margin: 2% 2% 0 2%;
    }

    .introduction {
        width: 100%;
        background-image: url("../img/top/con03_bg.jpg");
        background-repeat: no-repeat;
        margin-top: 80px;
        margin-bottom: 80px;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .infomation_text {
        text-align: center;
        padding-top: 50px;
    }

    .infomation_text h1 {
        margin-bottom: 0;
    }

    .subTitle {
        font-size: 12px;
        margin: 0;
        color: #585858;
        font-weight: 900;
    }

    .subTxtContent {
        margin-top: 30px;
        font-size: 12px;
        font-weight: 900;
    }

    .instagram {
        width: 100%;
    }

    .insta_id {
        width: 170px;
    }

    .flowbtn17 {
        border-radius: 50%;
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        font-size: 14px;
        text-decoration: none;
        transition: .5s;
        background-color: #444;
        color: #fff;
        text-align: center;
    }

    .id_text {
        width: 145px;
        font-weight: 600;
        font-size: 14px;
    }

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

    /* morebutton欄 */
    .moreButton {
        text-align: center;
        margin: 30px auto 0 auto;
        padding-bottom: 30px;
        width: 85px;
    }

    .moreButton a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px 15px;
        width: 50px;
        height: 30px;
        color: #000;
        font-size: 12px;
        background-color: #fff;
        border-radius: 5vh;
        border: solid 1px;
        border-color: #000;
        margin: 0 auto;
    }

    .moreButton a::after {
        content: '';
        width: 5px;
        height: 5px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        transform: rotate(45deg);
    }

    .moreTxt {
        text-align: center;
        margin: 0;
    }

    .shopInfomation {
        width: 100%;
        text-align: center;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .shopInfo_title h1 {
        margin:30px auto 0 auto;
    }

    .shopInfo_title p {
        margin: 0 auto 30px auto;
    }

    .shopInfoTable {
        width: 100%;
    }

    .shop_box {
        margin-bottom: 30px;
    }

    .shop_box > p {
        margin-top: 0;
    }

    .shop_box > div > img {
        width: 100%;
        height: auto;
        border-radius: 20px;
    }

    /* Facebookの表示エリア */
    .FaceBook_BOX {
        text-align: center;
    }
    
    .facebook_wrap{
        margin: 30px auto 30px auto;
    }

    .pc_facebook {
        display: none;
    }

    .fadeUp{
        animation-name:fadeUpAnime;
        animation-duration:2s;
        animation-fill-mode:forwards;
        opacity:0;
    }
    
    
}

#SITE_BOX {
    -webkit-text-size-adjust: 100%;
    margin: 0;
    background-color: #f5f5f5;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

/* 全体で使用している設定 */
a{
    text-decoration: none;
    color: black;
}
.flex {
    list-style: none;
    display : flex;
}
.alpha {
    font-weight:bold;
    text-align: center;
    justify-content: end;
    flex-direction: row-reverse;
}
.hd_right {
    font-weight:bold;
    text-align: center;
    justify-content: end;
    flex-direction: row-reverse;
}

.shop_box>div>a>img:hover{
    box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
	transform: translateY(-4px);
}