/* pc用 */
@media screen and (min-width:780px) {

    div {
        font-size:16px;
    }

    .sp_sv {
        display: none;
    }

    .sec01_hd {
        position: relative;
        text-align: center;
        top: -160px;
        letter-spacing: 5px;
        font-size: 30px;
        font-weight: 900;
        margin: 0;
        text-shadow: 0 0 1px #000, 1px 1px 7px #fff7f2,1px 1px 7px #fff7f2,1px 1px 7px #fff7f2;
    }

    .kudamori_sec02  img{
        border-radius: 20px;
        width: 1100px;
    }

    .sec04_con01 {
        width: 1100px;
        display: flex;
        justify-content: space-evenly;
        margin: 90px auto 0 auto;
    }

    .sec04_con02 {
        display: flex;
        justify-content: space-around;
        border: 1px solid black;
        border-radius: 10px;
        margin: 0 auto 0 auto;
        width: 1100px;
        height: 380px;
    }

    .sec04_con03 {
        display: flex;
        justify-content: space-around;
        border: 1px solid black;
        border-radius: 10px;
        margin: 0 auto 0 auto;
        width: 1100px;
        height: 360px;
    }

    .sec04_con03-1 {
        text-align: left;
        margin-top: 60px;
        margin-left: 20px;
        width: 510px;
    }

    .sec04_con01-1 {
        border: 1px solid black;
        border-radius: 10px;
        width: 530px;
        height: 740px;
        margin-right: 20px;
    }
    
    .sec04_con01-2 {
        border: 1px solid black;
        border-radius: 10px;
        width: 530px;
        height: 740px;
        margin-left: 20px;
    }
    
    .sec04_con02-1 {
        margin: 10px 0 0 20px;
        width: 510px;
        text-align: left;
    }
    
    .sec04_con02-2 {
        margin-top: 50px;
        width: 510px;
    }

    .sec04_con03-2 {
        margin-top: 50px;
        width:510px;
    }

    .tel_box_kudamori {
        position: relative;
        text-align: center;
        width: 360px;
        height: 60px;
        border: 1px solid #000;
        border-radius: 45px;
        background-color: #ffffff;
        top: 15px;
        margin: 0 auto;
    }


    /* フレファクのくだもり欄 */
    .kudamori_sec01 {
        margin: 0;
        text-align: left;
        width:100%;
        height: 240px;
        margin-bottom: 80px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        min-width: 1100px;
    }

    .sec01_text {
        position: relative;
        text-align: center;
        top: -160px;
        font-size: 12px;
        font-weight: 900;
        letter-spacing: 1.5px;
        margin: 0;
        text-shadow: 1px 1px 6px #fff7f2,1px 1px 6px #fff7f2,1px 1px 6px #fff7f2,1px 1px 7px #fff7f2;
    }

    /* 四季の果物ギフト欄 */
    .kudamori_sec02 {
        width: 100%;
        text-align: center;
        margin-bottom: 80px;
        min-width: 1100px;
    }

    .explain_txt {
        margin-top: 65px;
    }

    .explain_hd {
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 4px;
        margin-bottom: 0;
        text-shadow: 0 0 0.5px black;

    }

    .explain_txt {
        font-size: 15px;
        font-weight: 400;
    }

    /* インスタグラム埋め込み欄 */
    .kudamori_sec03 {
        background-image: url("../img/kudamori/con02_bg.jpg");
        background-repeat: no-repeat;
        margin-top: 80px;
        padding: 120px 0;
        min-width: 1100px;
    }

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


    /* ボタン全体 */
    .flowbtn17{
        border-radius:50%;
        position:relative;
        display:inline-block;
        width:40px;
        height:40px;
        font-size:30px;
        text-decoration:none;
        transition:.5s;
        background-color:#000;
        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: 20px;
        top: -43px;
        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;
        /*
        background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
        */
    }

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

    /* インスタ埋め込みのCSS */
    .unity_images {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .unity_images > li {
        position: relative;
        padding-top: 24%;
        width: 24%;
        overflow: hidden;
        text-align: center;
        margin-bottom: 15px;
    }

    .unity_images > li > a {
        display:block;
    }

    .unity_images > li > a > img {
        position: absolute;
        top: -5%;
        left: -10%;
        transform: translateX(-55%) translateY(-50%);
        width: 110%;
        height: auto;
    }
    /************************/

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

    .sec03_instagram_sp {
        display:none;
    }

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

    /* 注文方法の説明欄 */
    .kudamori_sec04 {
        text-align: center;
        width: 100%;
        min-width: 1100px;
        padding-top: 80px;
        padding-bottom: 80px;
        background-color: #ffffff;
    }

    .order_txt {
        position: relative;
        top: -20px;
        margin-bottom: 0;
    }

    .sec04_con01-1 > p {
        text-shadow: 0 0 1px #000,0 0 1px #000;
        font-size: 1.2rem;
        text-align:left;
        margin-left: 100px;
    }
    .sec04_con01-1 > h2,
    .sec04_con01-2 > h2{
        margin-top: 40px;
    }

    .sec04_con01-1 > h3,
    .sec04_con01-2 > h3{
        text-align: left;
        margin-left: 75px;
    }

    .sec04_con01-2 > p {
        text-shadow: 0 0 1px #000,0 0 1px #000;
        font-size: 1.2rem;
        margin-left: 100px;
        text-align:left;
    }

    .sec04_con02-1 > p {
        margin: 5px;
    }
    .sec04_con02-1 > h3 {
        margin: 10px;
    }


    .sec04_con02-2 img {
        border-radius: 10px;
    }

    .sec04_con03-1 > p {
        margin: 5px;
    }
    .sec04_con03-1 > h2 {
        margin-bottom: 40px;
    }
    .sec04_con03-1 > h3 {
        margin: 10px;
    }

    .tel_txt_kudamori {
        font-size: 20px;
        font-weight: 100;
    }

    .tel_num_kudamori {
        font-size: 30px;
        font-weight: 550;
    }

    .tel_box_kudamori > p {
        display: inline-block;
        margin: 0;
        margin-top: 10px;
    }

    /* 三角形 */
    .triangle{
        border-top: 25px solid #000;
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        width: 0;
        height: 0;
        margin:30px auto 30px auto;
    }

    /* 丸の中に数字 */
    .circle_1 {
        position: relative;
        top: 45px;
        left: 40px;
        height:25px;
        width:25px;
        border-radius:50%;
        text-align:center;
        background: black;
        color: white;
    }

    .circle_2 {
        position: relative;
        top: 45px;
        left: 40px;
        height:25px;
        width:25px;
        border-radius:50%;
        text-align:center;
        background: black;
        color: white;
    }
}

/* sp用 */
@media screen and (max-width:779px) {
/*---------------- kudamori_sec01 ----------------*/
    .kudamori_sec01{
        width:100%;
        height: 240px;
        margin-bottom: 80px;
        margin-top: 80px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center; 
    }

    .pc_sv  {
        display: none;
    }

    .sec01_hd {
        position: relative;
        text-align: center;
        top: -160px;
        letter-spacing: 5px;
        font-size: 1.5rem;
        font-weight: 900;
        margin: 0;
        text-shadow: 0 0 0.5px #000, 1px 1px 7px #fff7f2,1px 1px 7px #fff7f2,1px 1px 7px #fff7f2,1px 1px 7px #fff7f2;
    }

    .sec01_text {
        position: relative;
        text-align: center;
        top: -160px;
        letter-spacing: 2px;
        font-size: 10px;
        font-weight: 600;
        margin: 0;
        text-shadow: 0 0 0.5px #000, 1px 1px 7px #fff7f2,1px 1px 7px #fff7f2,1px 1px 7px #fff7f2,1px 1px 7px #fff7f2;
    }

    /*---------------- kudamori_sec02 ----------------*/
    .kudamori_sec02 {
        width:100%;
        text-align: center;
        margin-bottom: 80px;
        margin-top: 80px;
    }

    .kudamori_sec02  img {
        border-radius: 20px;
        width: 90%;
        margin: auto;
    }
    
    .explain_txt {
        width: 90%;
        margin: 5%;
    }

    .explain_hd {
        font-size: 1.3rem;
        font-weight: bold;
        width: 90%;
        margin: auto;
    }

    .explain_text {
        font-size: 14px;
        width: 85%;
        margin: auto;
    }

    /*---------------- kudamori_sec03 ----------------*/
    .kudamori_sec03 {
        background-image: url("../img/kudamori/con02_bg.jpg");
        background-repeat: no-repeat;
        padding-top: 80px;
        padding-bottom: 80px;
        margin-bottom: 80px;
        margin-top: 80px;
    }

    .sec03_instagram {
        display: none;
    }

    .sec03_instagram_sp {
        width: 100%;
        margin: auto;
        text-align: center;
    }

    /* インスタの画像 */
    .kudamori_img {
        width: 20%;
        height: 20%;
        margin: 2% 2% 0 2%;
    }
    
    /*---------------- kudamori_sec04 ----------------*/
    .kudamori_sec04 {
        
        text-align: center;
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .order_txt {
        position: relative;
        top: -15px;
        margin-bottom: 0;
    }

    .sec04_con01 {
        margin: 20px 0 0 0;
    }

    .sec04_con01-1 {
        border: 1px solid black;
        border-radius: 10px;
        width: 90%;
        height: auto;
        margin: 0 auto 10px auto;
        font-size: 12px;
    }

    .sec04_con01-1 img {
        width: 90%;
    }
    
    .sec04_con01-2 {
        border: 1px solid black;
        border-radius: 10px;
        width: 90%;
        height: auto;
        margin: 0 auto 10px auto;
        font-size: 12px;
    }

    .sec04_con01-2 img {
        width: 90%;
    }


    .tel_box_kudamori > p {
        display: inline-block;
        margin: 0;
        margin-top: 10px;
    }

    .tel_box_kudamori {
        text-align: center;
        width: 90%;
        margin: 0 auto 40px auto;
        height: 60px;
        border: 1px solid #000;
        border-radius: 45px;
        background-color: #f5f5f5;
    }

    .tel_txt_kudamori {
        font-size: 15px;
        font-weight: 100;
    }

    .tel_num_kudamori {
        font-size: 25px;
        font-weight: 500;
    }
    
    
    .sec04_con02 {
        border: 1px solid black;
        border-radius: 10px;
        width: 90%;
        height: auto;
        margin: 20px auto 10px auto;
        font-size: 14px;
        text-align: center;
    }

    .sec04_con02-1 {
        width: 90%;
        text-align: center;
        margin:auto;
    }
    
    .sec04_con02-2 {
        text-align: center;
        width: 90%;
        height: auto;
        margin: 30px 5% 3.4% 5%;
    }

    .sec04_con02-2 img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }

    .sec04_con03 {
        border: 1px solid black;
        border-radius: 10px;
        margin: 0 auto 0 auto;
        width: 90%;
    }

    .sec04_con03-1 {
        font-size: 14px;
        width: 90%;
        text-align: center;
        margin:auto;
    }

    .sec04_con03-2 {
        text-align: center;
        width: 90%;
        height: auto;
        margin: 30px 5% 3.4% 5%;
    }

    .sec04_con03 img {
        width: 100%;
    }

    /* インスタ埋め込みのCSS */
    .unity_images {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .unity_images > li {
        position: relative;
        padding-top: 24%;
        width: 24%;
        overflow: hidden;
        text-align: center;
        margin-bottom: 15px;
    }
    .unity_images > li > a {
        display:block;
    }

    .unity_images > li > a > img {
        position: absolute;
        top: -5%;
        left: -10%;
        transform: translateX(-55%) translateY(-50%);
        width: 110%;
        height: auto;
    }
    /************************/
    
    /*----------- 装飾系 ----------*/
    /* 三角形 */
    .triangle{
        border-top: 25px solid #000;
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        width: 0;
        height: 0;
        margin:30px auto 30px auto;
    }

    /* 丸の中に数字 */
    .circle_1 {
        height:20px;
        width:20px;
        border-radius:50%;
        text-align:center;
        background: black;
        color: white;
        margin: 14px auto;
    }

    .circle_2 {
        height:20px;
        width:20px;
        border-radius:50%;
        text-align:center;
        background: black;
        color: white;
        margin: auto;
    }
}


