@charset "UTF-8";

/* =============================================
 INDEX CSS
============================================= */

/* ====== メイン画像　スライダー ====== */

.main{padding: 10px;}

.main_images > div,
.main_images p{
    width: 100%;
    height: 60vh;
    max-height: 300px;
    display: block;
}

.main_images { max-width: 100%; margin: 0 auto; padding: 0; height: auto;}

.main_images p{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.img01{
    background-image: url(../img/top_img01.jpg);
}
.img02{
    background-image: url(../img/top_img02.jpg);
}
.img03{
    background-image: url(../img/top_img03.jpg);
}

.main_images .slick-slide{ padding: 0; }


/* ====== トップページコンセプト ====== */

.top_concept{
    padding: 10% 0;
}

.top_concept h3{
    font-size: 150%;
}

.top_concept h3 span{
    font-size: 125%;
}

.top_concept p{
    text-align: center;
    line-height: 2.8;
    letter-spacing: 1px;
}

/* ====== 店舗一覧 ====== */

.top_shop_article{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 10;
    height: 200px;
    max-width: 350px;
    margin: 0 auto 20px;
    transition: .3s;
}
.top_shop_article a{
    display: block;
    height: 100%;
    width: 100%;
}
.top_shop_article:hover{
    opacity: .7;
    transition: .3s;
}
.top_shop_article p{
    position: absolute;
    z-index: 11;
    bottom:0;
    width: 100%;
    background-color: rgba(255, 255, 255, .8);
    line-height: 40px;
    text-align: center;
    font-weight: bold;
}

.top_shop_txt{
    font-size: 16px;
    position: relative;
}

.top_shop_txt::after{
    content: "";
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    border-left: 5px solid #000;
    z-index: 12;
}

/* ====== イントロ ====== */

.intro{
    background-image: url(/img/top_intro_bg.jpg);
    background-repeat: no-repeat;
    background-position: right top; 
    background-size: cover;
}

.intro_article{
    justify-content: center;
    align-items: center;
}
.intro_article > div{
    width: 50%;
}

.intro_article h2.contents_title{
    text-align: left;
    margin-bottom: 20px;
}
.intro_article h2.contents_title span{
    border-top: solid 1px #DDD;
    padding-top: 10px;
    max-width: 15rem;
}

.intro_txt{
    font-size: 90%;
}

/* ====== 初めての方へ ====== */

.top_first{
    text-align: center;
}

.top_first h2.contents_title{
    padding: 20px 0;
    position: relative;
}
.top_first h2.contents_title:after{
    content: "";
    position: absolute;
    border-bottom: 1px solid #DDD;
    width: 60px;
    left: 50%;
    bottom: 0;
      transform: translateX(-50%);
      -webkit- transform: translateX(-50%);
}

.top_first .clearfix.col3{
    margin: 30px auto 40px;
}

.top_first_article{
    margin: 0 auto;
    position: relative;
    width: 140px;
    height: 140px;
    background-color: #EEE;
    border-radius: 50%;
}
.top_first_article a{
    display: block;
    width: 100%;
    height: 100%;
}
.top_first .top_first_article p{
    text-align: center;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit- transform: translateX(-50%) translateY(-50%);
}

.youtube{
    margin: 0 auto 30px;
    text-align: center;
}
.youtube iframe{
    width: 290px;
    height: 170px;
    border-top: 10px solid #e9dcc9;
    border-bottom: 10px solid #e9dcc9;
    border-radius: 10px;
    box-sizing: border-box;
}


@media only screen and (max-width: 500px) {
    .top_first_article{
        font-size: 90%;
    }

    .top_first .clearfix.col3 > .float_box{
        width: 50%;
        margin-bottom: 0;
    }
    .top_first .clearfix.col3 > .float_box:nth-child(3n){
        width: 100%;
    }
}

/* ============================ MD ============================ */

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

    .main{
        padding: 15px;
    }

    /* ================  ================ */
    .main_images > div,
    .main_images p{
        max-height: 800px;
    }

    /* ================  ================ */
    /* ================  ================ */
    .top_shop_article {
        height: 250px;
        max-width: 95%;
    }
    /* ================  ================ */
    .intro_txt{
        font-size: 100%;
    }

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

    .top_first h2.contents_title{
        border-right: 1px solid #DDD;
        margin-right: 25%;
    }
    .top_first h3.contents_title,
    .top_first p{
        text-align: left;
    }
    .top_first h2.contents_title:after{
        content: none;
    }

    .top_first_article{
        width: 200px;
        height: 200px;
    }

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

    .youtube iframe{
        width: 510px;
        height: 305px;
    }

}
/* ============================ PC ============================ */

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

    .main_images > div,
    .main_images p{
        height: 80vh;
        min-height: 600px;
    }

    /* ================ container ================ */
    .top_shop_article {
        max-width: 95%;
    }

    /* ================ text ================ */


}

/* ============================ SP ============================ */

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


}


/*20191018追加*/
/* ================ top　youtube ================ */


@media(min-width:768px){
    .retsu ul{
    display:flex;
    justify-content: space-around;
    }
    
    .retsu ul li{
    width: 48%;
    padding: 1%;   
    }
}
