﻿/* all page */
/*fonts*/


/* color ---------------------------------------------------------------------------------------------*/
.linkStyle{color: #4ae;text-decoration: underline;transition: opacity .3s;}
.linkStyle:hover{opacity: 0.7}
.txt_color1, .hvr_txt_color1:hover{color: #4ae;} /* メインカラー */
.txt_color2, .hvr_txt_color2:hover{color: #e6e6e6} /* サブカラー */
.txt_color3, .hvr_txt_color3:hover{color: #93d8ff;} /* アクセントカラー1 */
.txt_color4, .hvr_txt_color4:hover{color: #c9baa9} /* アクセントカラー2 */

/* background-color */
.bg_color1, .hvr_bg_color1:hover{background-color: #4ae;} /* メインカラー */
.bg_color2, .hvr_bg_color2:hover{background-color: #fff;} /* サブカラー */
.bg_color3, .hvr_bg_color3:hover{background-color: #93d8ff;} /* アクセントカラー1 */
.bg_color4, .hvr_bg_color4:hover{background-color: #c9baa9} /* アクセントカラー2 */

/* border-color ※!important */
.border_color1, .hvr_border_color1:hover{border-color: #4ae;}
.border_color2, .hvr_border_color2:hover{border-color: #e6e6e6}
.border_color3, .hvr_border_color3:hover{border-color: #93d8ff;}
.border_color4, .hvr_border_color4:hover{border-color: #c9baa9}

#main .sns_link li {
    background-color: #4ae;
}
.g-menu {
    background: rgba(68,170,238,0.97);
}

.banner_fixed {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 5;
    max-width: 400px;
}
.banner_fixed a:hover{
    opacity: 0.7;
}
/* header */
#header {
    background-color: rgba(68,170,238,0.7);
}
#header .logo{
    max-width: 300px;
}
.clone-nav {
    z-index: 5;
}

/* top ----------------*/
.back_color {
    background: linear-gradient(rgba(255,255,255,0.4) 0%,  rgba(255,255,255,0.975) 30%, rgba(255,255,255,0.975) 80%,rgba(255,255,255,0.5) 100%);
}

/* main img */
#main .sns_link, #main .main_box, #main .main_box2 {
    z-index: 2;
}
#main .main_box {
    top: 30px;
    left: 30px;
    max-width: 230px;
    transform: none;
}
.catch{
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
}
#main .catch .entry {
    bottom: 50px;
    right: 20px;
    max-width: 300px;
    width: 50%;
}
#main .catch .more a {
    width: 100%;
}
#main .catch.animStart .catch_img {
    animation: heroText_1 600ms 1100ms both;
}
@keyframes heroText_1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* main */

/* intro */
.catch_txt {
    background-color: rgba(0,122,255,0.4);
}
#catch .catch_txt h2 {
    font-size: 50px;
    padding-bottom: 15px;
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.8;
    position: relative;
}
#catch .catch_txt h2::before {
    content: "";
    background-color: #fff;
    width: 100px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* contents */
#contents .box .box_item:after {
    background: linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #4ae 50.5%) no-repeat top left/100% 100%;
}
#contents .box .box_item h2 span {
    color: #93d8ff;
    letter-spacing: 0.5px;
}

/* topcms */
.top_cms_box {
    border: 1px solid #4ae;
}

/* footer */
footer{
    padding-bottom: 100px;
}


/* under page */
#page_title:before {
    background: linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #4ae 50.5%) no-repeat top left/100% 100%;
}
#page_title:after {
    background-color: rgba(255,255,255,0.35);
}
#page_title .sns_link li {
    background-color: #4ae;
}
#page_title .page_title_box {
    color: #fff;
}
.content_wrap {
    background-color: #ffffff;
}

/* cms1 */

/* cms2 */

/* cms3 */

/* cms4 */

/* cms5 */

/* page7 */

/* page8 */

/* page9 */

/* page10 */


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
    #catch .catch_txt h2 {
        font-size: 30px;
    }
    footer{
        padding-bottom: 150px;
    }
    
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
    .banner_fixed {
        right: 0;
        left: 0;
        max-width: 300px;
    }
    #main .sns_link {
        top: auto;
        bottom: 20px;
        right: 0;
        left: 0;
        flex-direction: row;
        width: 100%;
        transform: none;
    }
    #main .sns_link li {
        width: 40px!important;
    }
    #main .main_box {
        max-width: 170px;
    }
    #catch .catch_txt h2 {
        font-size: 40px;
    }
    #contents .box .box_item:after {
        background: linear-gradient(to top left, rgba(255,255,255,0) 50%, #4ae 50.5%) no-repeat top left/100% 100%;
    }
    .shop_info .info, .shop_info .contact {
        padding: 100px 0;
    }
    .shop_info h2{
        font-size: calc(1rem + 10px);
    }
    #page_title p.font_18up_sp span{
        font-size: calc(1rem + 14px);
        letter-spacing: 1px;
    }
    .cate_list li {
        width: 80%;
    }
    .page10 .more a:after {
        width: 10%;
    }
    
}





