@charset "utf-8";
/*
* index.html
*/

/*各コンテンツ　設定*/
.gallery_category,.gallery_goods,.sale{
    background: #f5f5f5;
    margin: 30px 0px;
    padding: 10px;
}

/*各エリア 設定*/
.gallery_category_area,.gallery_goods_area,.sale_area{
    margin: 10px;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}
/*gallery_top_category 設定*/
.gallery_top_category{
    padding-top: 20px;
}
.gallery_top_category ul{
    display: flex;
    list-style: none;
}
.gallery_top_category li{
    margin: 0px 5px;
}
.gallery_top_category li a{
    display: inline-block;
    background: #f5f5f5;
    text-align: center;
    font-weight: bold;
    color: #666;
    text-decoration: none;
    padding: 10px 0px;
    width: 110px;
}
.gallery_top_category li a:hover{
    cursor: pointer;
	/*transform: scale(1.1);*/
}
.gallery_top_category li .now_a{
    color: #83C7CE;
    border-bottom: solid 2px #83C7CE;
}
.gallery_top_text{
    margin-left: 5px;
}
.gallery_top_text_child{
    padding: 10px;
    background: #fff;
    margin: 0px 10px 10px 10px;
}
/*gallery_category 設定*/
.gallery_category_area{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.gallery_category_box,.gallery_category_box2{
    width: calc(95%/3);
    border: solid 2px #dcdcdc;
    margin: 10px 5px;
    background: #fff;
    position:relative;
}
.gallery_category_box .box_link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;   
}
.gallery_category_box:hover{
    border: solid 2px #666;
}
.gallery_category_box2 .box_link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;   
}
.gallery_category_box2:hover{
    border: solid 2px #666;
}
.gallery_category_images img{
    width: 100%;
}

.gallery_goods_area{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.goods_box{
    width: 260px;
    border: solid 2px #dcdcdc;
    margin: 10px 5px;
    background: #fff;   
}
.goods_image img{
    width: 100%;
}
/*テーブル装飾*/
.div_table_2column_goods{
    margin: 10px;
}
.div_table_goods_box{
    display: flex;
    border: solid 1px #ddd;
}
.div_table_goods_th{
    background: #f4f4f4;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.div_table_goods_th p{
    font-weight: bold;
    color: #666;
}
.table_p_center{
    text-align: center;
}
.div_table_goods_td{
    flex: 1;
}
.div_table_goods_td p{
    color: #666;
    padding-left: 15px;
    font-size: 14px;
}
.div_table_goods_td ul{
    padding-left: 30px;
    color: #666;
    font-size: 14px;
}
.goods_price{
    font-size: 12px;
    font-weight: 600;
}
/*sale_area*/
.sale_box{
    background: #83C7CE;
    padding: 20px;
    margin: 10px 20px;
    border-radius: 10px;
}
.sale_text{
    padding-top: 10px;
}
.sale_text p{
    color: #fff;
    font-weight: bold;
    text-shadow:  1px 1px #666;
}
.sale_link p{
    background: #fff;
    width: 180px;
    margin: 30px auto 10px auto;
    border-radius: 10px;
    text-align: center;
}
.sale_link a{
    display: block;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 20px;
}
.sale_link a:hover{
    color: #3489CA;
}

/*衣装*/

/*outfit.html*/
.photograph_gallery_category_list{
    display: flex;
}
.photograph_gallery_category_box{
    width: calc(100%/3);
}
.photograph_gallery_category_box img{
    width: 100%;
}
.gallery_button{
    width: 120px;
    margin: 5px 0px 5px auto;
}
.gallery_button a{
    display: block;
    background: #666;
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

/*outfit 下層ページ*/
.gallery_title{
    font-size: 22px;
    font-weight: bold;
    color: #666;
    border-left: solid 5px #666;
    padding: 5px 10px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.photograph_gallery_area{
    display: flex;
    flex-wrap: wrap;
}
.photograph_gallery_box{
    width: calc(100%/3);
    padding-bottom: 10px;
}
.photograph_gallery_box img{
    width: 100%;
}
.photograph_gallery_box p{
    font-size: 14px;
    color: #666;
    text-align: center;
}




@media screen and (min-width:480px) and ( max-width:700px){
    /*index.html gallery_category*/

    .gallery_category_area{
        flex-direction: column;
    }
    .gallery_category_box,.gallery_category_box2{
        width: 98%;
        display: flex;
        padding: 10px;
    }
    .gallery_category_images{
        width: 50%;
        order: 1;
        display: flex;
        align-items: center;
    }
    .gallery_category_text_area{
        flex: 1;
        order: 2;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .gallery_category_box2 .gallery_category_images{
        order: 2;
    }
    .gallery_category_box2 .gallery_category_text_area{
        order: 1;
    }
    /*beach,regular,toropical*/
    .gallery_goods_area{
        flex-direction: column;
    }
    .goods_box{
        margin: 10px auto;
    }

    /*sale*/
    .sale_text p{
        font-size: 14px;
    }
    .sale_botoom{
        margin-top: 10px;
        text-align: center;
    }
}
@media screen and (max-width: 480px) {
    .gallery_category_area{
        flex-direction: column;
    }
    .gallery_category_box,.gallery_category_box2{
        width: 100%;
    }

    /*gallery_top_category*/
    .gallery_top_category li a{
        font-size: 14px;
        width: 100px;
    }
}