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

/*各コンテンツ　設定*/
.photograph_category,.photograph,.shoot,.shoot_event,.shoot_schedule,.shoot_booth{
    background: #f5f5f5;
    margin: 30px 0px;
    padding: 10px;
}

/*photo_images*/
.photo_images{
    display: flex;
}
.photo_images_box{
    width: calc(100%/3);
}
.photo_images_box img{
    width: 100%;
}

/*各エリア 設定*/
.photograph_category_area,.shoot_area,.shoot_booth_area{
    margin: 10px;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}
.photograph_category_area,.shoot_event_area{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.photograph_category_box,.photograph_category_box2,.shoot_event_box{
    width: calc(95%/3);
    border: solid 2px #dcdcdc;
    margin: 10px 5px;
    background: #fff;
    position:relative;
}
.photograph_category_box .box_link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;   
}

.photograph_category_box2 .box_link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;   
}
.photograph_category_box:hover{
    border: solid 2px #666;
}
.photograph_category_box2:hover{
    border: solid 2px #666;
}
.photograph_category_images img{
    width: 100%;
}

/*shoot_event*/
.shoot_event{
    display: flex;
    padding: 10px;
    background: #fff;
    border: solid 2px #dcdcdc;
    position:relative;
}
.shoot_event .box_link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.shoot_event:hover{
    border: solid 2px #666;
}
.shoot_event_images img{
    width: 100%;
}

/*gallery*/

/*gallery index.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;
}

/*
* 下層ページ設定
*/
/*各コンテンツ 設定*/
.shoot_schedule,.shoot,.shoot_booth,.{
    background: #f5f5f5;
    margin: 30px 0px;
    padding: 10px;
}

/*各エリア 設定*/
.shoot_schedule_area,.shoot_area,.shoot_booth_area,{
    margin: 10px;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}

/*
* shoot.html
*/
/*shoot_top 設定*/
.shoot_top p{
    padding: 20px 10px 0px;
}
.span_bold{
    font-weight: bold;
}
/*shoot_schedule 設定*/
.shoot_h3{
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    border-bottom: solid 2px #666;
    padding: 10px 0px;
}
.schedule_box{
    margin: 5px;
    display: flex;
    background: #fff;
    padding-top: 10px;
    align-items: center;
    border-bottom: solid 1px #999;
}
.schedule_box:first-of-type{
    margin-top: 23px;
}
.schedule_th{
    width: 80px;
    text-align: center;
    padding: 5px;
}
.schedule_th p{
    font-weight: bold;
    font-size: 16px;
}
.schedule_td{
    flex: 1;
    padding: 5px;
}
.schedule_td p{
    font-weight: bold;
    font-size: 16px;
}
/*shoot 設定*/
.shoot_box{
    display: flex;
}

.shoot_img_right{
    order: 2;
}
.shoot_text_left{
    order: 1;
}

/*shoot_box 設定*/
.shoot_box{
    margin-bottom: 40px;
}

.shoot_box:last-child{
    margin-bottom: 0px;
}

.shoot_img,.shoot_img_right{
    width: 70%;
}
.shoot_img img,.shoot_img_right img{
    width: 100%;
}

.shoot_text{
    margin-left: 30px;
    padding-top: 30px;
}
.shoot_text_left{
    margin-right: 30px;
    padding-top: 50px;
}
.shoot_sub_h3{
    font-size: 22px;
    color: #666;
    border-bottom: solid 3px #666;
    font-weight: bold;
    text-align: center;
}
.shoot_text .shoot_text_p_top{
    padding-top: 20px;
}
.shoot_text_left .shoot_text_p_top{
    padding-top: 20px;
}

/*shoot_booth設定*/
.shoot_booth_area{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.booth_box{
    width: calc(95%/3);
    border: solid 2px #999;
    margin: 10px 3px;
    background: #fff;
    position:relative;
    padding: 10px 0px;
}

.booth_title_h3{
    font-weight: bold;
    text-align: center;
    padding: 5px 0px;
}
.booth_image{
    text-align: center;
}
.booth_image img{
    width: 90%;
}
.booth_store{
    padding-top: 5px;
}
.booth_store ul{
    display: flex;
    list-style: none;
    margin: 0px 3px;
}
.booth_store .season_li{
    width: 50%;
    border: solid 2px #d6cece;
    color: #666;
    font-weight: bold;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;

}
.booth_store .store_name{
    flex: 1;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}
.booth_store .store_name a{
    color: #666;
    font-weight: bold;
}
.booth_store .store_name a:hover{
    color: #999;
}

/*gallery 下層ページ*/
.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 photograph_category*/
    .photograph_category_box,.photograph_category_box2{
        display: flex;
        width: 98%;
        padding: 10px;
    }
    .photograph_category_area{
        flex-direction: column;
    }
    .photograph_category_text_area{
        order: 2;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;

    }
    .photograph_category_images{
        order: 1;
        width: 50%;
    }
    .photograph_category_box2 .photograph_category_text_area{
        order: 1;
        flex: 1;
    }
    .photograph_category_box2 .photograph_category_images{
        order: 2;
    }
    
    /*shoot*/
    .shoot_img,.shoot_img_right{
        display: flex;
        align-items: center;
    }
    .shoot_img,.shoot_img_right{
        padding-top: 20px;
    }
    .shoot_text,.shoot_text_left{
        padding-top: 0px;
    }
    .shoot_booth_area{
        flex-direction: column;
    }
    .booth_box{
        width: 98%;
        display: flex;
        padding: 10px;
    }
    .booth_image{
        width: 200px;
    }
    .booth_text{
        display: flex;
        flex-direction: column;
        flex: 1;
        justify-content: center;
    }
    .booth_store{
        width: 200px;
        margin: 0px auto;
    }
}
@media screen and (max-width: 480px) {
    .photograph_category_area{
        flex-direction: column;
    }
    .photograph_category_box,.photograph_category_box2{
        width: 100%;
    }
    
    /*schedule 設定*/
    .shoot_schedule,.shoot,.shoot_booth{
        margin-top: 10px;
        padding: 0px;
    }

    .shoot_schedule_area,.shoot_area,.shoot_booth_area{
        margin: 0px;
        padding: 10px 0px;
    }
    .tabs{
        padding-bottom: 10px;
    }
    .tab_content{
        padding: 10px;
        margin: 0px;
    }
    .schedule_th{
        width: 50px;
    }
    .schedule_td p{
        font-size: 14px;
    }

@media screen and (max-width: 480px) {    
    /*shoot*/
    .shoot_box{
        flex-direction: column;
    }
    .shoot_img{
        margin: 0px auto;
    }
    .shoot_text{
        margin: 0px;
        padding: 0px;
    }
    .shoot_img_right{
        margin: 0px auto;
        order: 1;
    }
    .shoot_text_left{
        margin: 0px;
        padding: 0px;
        order: 2;
    }
    .shoot_booth_area{
        flex-direction: column;
    }
    .booth_box{
        width: 100%;
    }
    .booth_store{
        padding: 0px 10px;
    }
}