@charset "utf-8";

header, footer, nav, section, aside, article{
	box-sizing: border-box;
	display: block;
}

h1,h2,h3,h4,h5,h6,a,img,div,p,form,ul,li,ol {
	box-sizing: border-box;
	margin:0px;
	padding:0px;
	border:none;
	font-weight: normal;
	list-style-type: none;
	font-style: normal;
	text-decoration: none;
}

body{
	box-sizing: border-box;
	display: block;
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;	-webkit-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	color: #000;
	line-height: 1.65;
	overflow-x: hidden;
	overflow-y: auto;
}

h1{
    font-size: 2.4rem;
    font-weight: 600;
}

h2{
    font-size: 2rem;
    font-weight: 600;
}

h3{
    font-size: 1.5rem;
    font-weight: 600;
}

p{
    font-size: 16px;
}

button:hover{
    cursor: pointer;
}

/*****************************************/
/* header */
/*****************************************/

#header{
    position: sticky;
    top: 0;
    width: 100%;
    height: 70px;
    padding: 7px 10px 0;
    z-index: 100;
    background: linear-gradient(to top, #eae073 ,#fff 15%);

    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}

#header .hd_logo{
    display: block;
    width: 23%;
    max-width: 270px;
    text-align: left;
}

#header .hd_logo img{
    width: 100%;
    height: auto;
    max-height: 60px;
    object-fit: contain;
}

#header .pc-menu{
    width: 75%;
    margin-left: auto;
    padding-right: 60px;
}

@media all and (max-width:999px) {
#header .pc-menu{
    display: none;
}
}

#header .pc-menu .pc-kensaku,
#header .pc-menu .pc-hd-btn{
    display: flex;
    justify-content: flex-end;
}

#header .pc-menu .pc-kensaku{
    align-items: stretch;
}

#header .selected{
    width: 150px;
    margin-right: 10px;
}

#header .selected select{
    width: 100%;
    height: 100%;
    padding: 3px 5px;
    border: solid 1px #accd80;
}

#header .kensaku-form{
    border: solid 1px #999;
    border-radius: 3px;
    padding: 0;
}

#header .kensaku-form .form_h{
    border: none;
    padding: 6px 5px;
    width: calc(100% - 25px);
}

#header .kensaku-form .form_btn{
    border: none;
    background-color: transparent;
    width: 20px;
    height: 100%;
    background: url(../image/icon_kensaku.png) no-repeat 0;
}

#header .pc-menu .pc-hd-btn{
    height: 36px;
    align-items: flex-end;
    overflow: hidden;
}

#header .pc-menu .head_por{
    height: 100%;
    width: auto;
    object-fit: contain;
}

#header .pc-menu a,
#header .pc-menu a:visited{
    display: block;
    padding: 5px 15px 2px;
    margin-left: 5px;
    margin-bottom: -3px;

    border-top-right-radius: 5px;
    border-top-left-radius: 5px;

    font-size: 0.95rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.05rem;

    transition: 0.2s;
}

#header .pc-menu a.blue{    background-color: #12a6c7;}
#header .pc-menu a.green{    background-color: #89c070;}
#header .pc-menu a.orange{    background-color: #fea62d;}
#header .pc-menu a.pink{    background-color: #fd5660;}

#header .pc-menu a:hover{
    margin-bottom: 0px;
}

#header .h_menu_back{
    position: absolute;
    bottom: 0;
    right: 5px;
    background-color: #e4001a;
    width: 55px;
    height: 60px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

#header .h_menu_back:hover{
    height: 63px;
    background-color: #ff7800;
}

#header .h_menu_back label:hover{
    cursor: pointer;
}

#header .h-menu-sp .sp-navi{
    position: fixed;
    top: 70px;
    left:100%;
    width: 100%;
    height: calc( 100vh - 70px );
    overflow:auto;
    border-top: solid 1px #cbcf40;
    padding: 20px;
    transition: 0.5s;
    z-index: 800;
    opacity: 0;
 
    background:#f7f6d0 url(../image/logo_face.png) 100% 95% no-repeat;    
}

#header .h-menu-sp .sp-navi .sp-navi2{
    width: 96%;
    max-width: 1280px;
    margin: auto;
}

#header .h-menu-sp .sp-navi .sp-navi2 a,
#header .h-menu-sp .sp-navi .sp-navi2 a:visited{
    color: #8f633e;
    font-weight: 600;
    position: relative;
}

#header .h-menu-sp .sp-menu{
    display: flex;
    align-items: start;
    flex-wrap: wrap;
}

#header .h-menu-sp .sp-menu li{
    width: calc(( 100% - 60px ) / 3 );
    min-width: 265px;   
    margin: 10px 10px 20px 10px;
}

#header .h-menu-sp .sp-menu li a{
    display: flex;
    align-items: center;
    padding: 13px 50px 10px 20px;
    transition: all 0.3s;
    font-size: 20px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    letter-spacing: 0.1rem;
    box-shadow: 0 2px 8px #e1d489;
}

#header .h-menu-sp .sp-menu li a::before{
    position: absolute;
    content: '';
    border: solid 7px transparent;
    border-left: solid 10px #e85222;
    top: 50%;
    transform: translateY(-50%);
    right: 22px;
    transition: all 0.5s;
}

#header .h-menu-sp .sp-menu li a:hover{
    background-color: #ffde95;
    border-radius: 10px;
    box-shadow: 0 0px 2px #e1d489;
}

#header .h-menu-sp .sp-menu li a:hover::before{
    right: 18px;
}

#header .h-menu-sp .sp-menu-subli li{
    width: 100%;
    min-width: auto;
    margin: 0;
}

#header .h-menu-sp .sp-menu-subli li a{
    background-color: transparent;
    padding: 3px 15px 3px 40px;
    font-size: 1rem;
    margin-bottom: 1px;
    letter-spacing: initial;
    box-shadow: none;
}

#header .h-menu-sp .sp-menu-subli li a:hover{
     box-shadow: none;   
}

#header .h-menu-sp .sp-menu-subli li a::before{
    top: 0.4rem;
    transform: translateY(0);
    right: auto;
    left: 19px;
}

#header .h-menu-sp .sp-menu-subli li a:hover::before{
    left: 22px;
}

#header .h-menu-sp .hed_under_menu{
    display: flex;
    flex-wrap: wrap;
    border-top : solid 1px #8f633e;
    padding: 15px 10px;
    width: 100%;
    margin-top: 10px;
}

#header .h-menu-sp .hed_under_menu a{
    display: inline-block;
    margin-right: 10px;
    padding: 8px 20px 8px 40px;
    text-wrap: nowrap;
}

#header .h-menu-sp .hed_under_menu a::before{
    position: absolute;
    content: '';
    border: solid 7px transparent;
    border-left: solid 10px #fd7c7e;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    transition: all 0.4s;
}

#header .h-menu-sp .hed_under_menu a:hover{
    background-color: #ffde95;
    border-radius: 10px
}

#header .h-menu-sp .hed_under_menu a:hover::before{
    left: 22px;
}

#header .h-menu-sp .pc-kensaku.sp-kensaku{
    display: none;
    padding: 5px 20px;
}

#header .h-menu-sp .pc-kensaku.sp-kensaku .kensaku-form,
#header .h-menu-sp .pc-kensaku.sp-kensaku .selected{
    width: 45%;
    background-color: #fff;
    font-size: 1rem;
}

@media all and (max-width:999px) {
    #header .h-menu-sp .pc-kensaku.sp-kensaku{
        display: flex;
        align-items: stretch;
        justify-content: space-between;
    }
}

@media all and (max-width:767px) {
    #header .h-menu-sp .pc-kensaku.sp-kensaku{
        display: block;
    }

    #header .h-menu-sp .pc-kensaku.sp-kensaku .kensaku-form,
    #header .h-menu-sp .pc-kensaku.sp-kensaku .selected{
        width: 100%;
        margin-bottom: 15px;
    }

    #header .h-menu-sp .pc-kensaku.sp-kensaku .kensaku-form .form_h,
    #header .h-menu-sp .pc-kensaku.sp-kensaku .selected select{
        padding: 10px;
    }

    #header .h-menu-sp .pc-kensaku.sp-kensaku .kensaku-form .form_h{
        font-size: 1.2rem;
    }
}


/* ハンバーガー */
#header .h-menu-sp .h-menu-spb{
    position: absolute;
    top: 8%;
    left: 50%;
    translate: -50%;
    width: 30px;
    height: 30px;
}

#header .h-menu-sp .h-menu-spb::after{
    position: absolute;
    content: "MENU";
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    top: 100%;
    left: -2px;
}

#header .h-menu-sp .h-menu-spb span{
    display: block;
    position: absolute;
    left:0;
    width: 30px;
    height: 4px;
    background-color: #ffffff;
    top: 14px;
    transition: 0.5s;
    z-index: 999;
}

#header .h-menu-sp .h-menu-spb span::before,
#header .h-menu-sp .h-menu-spb span::after{
    position: absolute;
    content: '';
    left:0;
    width: 30px;
    height: 4px;
    background-color: #ffffff;
    transition: 0.5s;
}

#header .h-menu-sp .h-menu-spb span::before{
    top: 9px;
}

#header .h-menu-sp .h-menu-spb span::after{
    bottom: 9px;
}

#menusp_open{
    display: none;
}

#menusp_open:checked ~ .h-menu-spb span{
    background-color: rgba(153, 120, 65,0);
}

#menusp_open:checked ~ .h-menu-spb span::before{
    top: 0;
    transform: rotate(225deg);
}

#menusp_open:checked ~ .h-menu-spb span::after{
    bottom: 0;
    transform: rotate(-225deg);
}

#menusp_open:checked ~ .sp-navi{
    left: 0;
    opacity: 1;
}

/*****************************************/
/* matelial */
/*****************************************/

.to_up_btn{
    position: fixed;
    bottom: 10px;
    right: 15px;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.8);
    box-shadow: 0px 0px 5px #686868;
    transition: 0.4s;
}

.to_up_btn:hover{
    background-color: rgba(255,255,255,1);
}

.to_up_btn::after{
    content: '';
    position: absolute;
    border: solid 13px transparent;
    border-bottom: solid 22px #ffa837;
    left: 24%;
}

.anime,
.anime-boun,
.anime-f-in,
.anime_side{
    opacity: 0;
}

.top_img_area .anime-f-in{
    animation-delay: 0.8s;
}

.con-w1280{
    width: 94%;
    max-width: 1280px;
    margin: auto;
}


/* flex要素 */

.flex{
    display: flex;
}

.flex-2,
.flex-3,
.flex-4{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 15px auto;
    justify-items: center;
}

.flex_div{
    padding: 10px 5px;
}

.flex-2 .flex_div,
.flex-2r .flex_div{
    width: calc( ( 100% - 15px ) / 2 );
    margin-right: 15px;
    margin-bottom: 15px;
}

.flex-3 .flex_div{
    width: calc( ( 100% - 30px ) / 3 );
    margin-right: 15px;
    margin-bottom: 15px;
}

.flex-4 .flex_div{
    width: calc( ( 100% - 45px ) / 4 );
    margin-right: 15px;
}

.flex-2 .flex_div:nth-child(2n),
.flex-3 .flex_div:nth-child(3n),
.flex-4 .flex_div:nth-child(4n){
    margin-right: 0;
}

.flex-2 .flex_div.flex1,
.flex-3 .flex_div.flex1{
   width:100%;
   margin-bottom: 0;
}

/* テキスト系 */

.text_r{    text-align: right;}
.text_c{    text-align: center;}
.text_l{    text-align: left;}



/*ボタン*/

a.btn_icon_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: solid 4px #c9c891;
    border-radius: 10px;
    background-color: #fff;
    color: #e95323;
    font-weight: 600;
    padding: 15px;
    box-shadow: 0px 5px 8px rgba(0,0,0,0.1);
    transition: 0.4s;
    margin-bottom: 15px !important;
}

a.btn_icon_flex:hover{
    box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
    background-color: #feffe5;
}

.btn_icon_flex img{
    width: 30%;
    max-width: 90px;
    height: auto;
    max-height: 75px;
    margin-left: 10px;
    object-fit: contain;
}

.btn_icon_flex p{
    flex: 1;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.3;
}

.btn_icon_flex p span{
    display: block;
    color: #000;
    font-size: 0.9rem;
    margin-top: 5px;
    font-weight: normal;
}




.txt_pdf::after,a.txt_pdf::after,
.txt_word::after,a.txt_word::after,
.txt_excel::after,a.txt_excel::after{
    color: #fff;
    font-size: 0.6rem;
    padding: 3px 5px;
    border-radius: 5px;
    margin-bottom: 3px;
    margin-left: 10px;
    text-wrap: nowrap;
}

.txt_pdf::after,a.txt_pdf::after{
    content: "PDF";
    background-color: #b30c00;
}

.txt_word::after,a.txt_word::after{
    content: "Word";
    background-color: #1757b7;
}

.txt_excel::after,a.txt_excel::after{
    content: "Excel";
    background-color: #0f6835;  
}

.txt_gaibu::after,a.txt_gaibu::after{
    content: url(../image/icon_gaibu.png);
    margin-left: 10px;
}

.txt_red{
    color: #e3001b;
    margin-left: 5px;
}

/*****************************************/
/* top */
/*****************************************/

#top_0{
    position: relative;
}

#top_0 .top_img_area{
    height: 85vh;
    overflow: hidden;
    position: relative;
    min-height: 500px;
    z-index: -1;
}

#top_0 .slide_main,
#top_0 .slide_main .slick-list,
#top_0 .slide_div,
#top_0 .slide_main .slick-track{
    height: 100%;
}


#top_0 .slide_div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

#top_0 .top_img_area .top_tema,
#top_0 .top_img_area .top_kaiki{
    position: absolute;
    color: #fff;
    text-shadow: 0 0 5px #000;
}

#top_0 .top_img_area .top_tema {
    top: 30%;
    left: 5%;
}
#top_0 .top_img_area .top_tema h2{
    font-size: clamp(1.7rem, calc(2vw + 1.5rem), 3.5rem);
}

#top_0 .top_img_area .top_kaiki{
    bottom: 13%;
    right: 3%;
}

#top_0 .top_img_area .top_kaiki p{
    font-weight: 600;
    line-height: 1;
}

#top_0 .top_img_area .top_kaiki p.kaiki_nen{
    font-size: 1.5rem;
}

#top_0 .top_img_area .top_kaiki p.kaiki_day{
     font-size: clamp(1.8rem, calc(1.7vw + 1.5rem), 3.5rem);
     letter-spacing: 0.2rem;
}

#top_0 .top_img_area .top_kaiki p.kaiki_day span{
    font-size: 1.2rem;
    color: #000;
    position: relative;
    text-shadow: none;
    z-index: 5;
    margin: 10px;
}

#top_0 .top_img_area .top_kaiki p.kaiki_day span::before{
    position: absolute;
    content: "";
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    translate: -55%;
    background-color: #fff;
    z-index: -1;
    box-shadow: 0 0 5px #000;
}

#top_0 .top_img_area .top_kaiki p.kaijo{
    text-align: right;
    font-size: 1.5rem;
}
#top_0 .top_img_area .top_kaiki p.kaijo span{
    font-size: clamp(1.8rem, calc(1.7vw + 1.5rem), 2.5rem);
}

#top_0 .top_btn_area{
    background: #bbe9e3 url(../image/back_dotto.png) 0% 100% repeat-x ;
    position: relative;
    padding: 100px 10px 50px;
}

#top_0 .title_en{
    position: absolute;
    width: 90%;
    max-width: 850px;
    padding: 10px 10px 20px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    background: #bbe9e3;
    top: -45px;
    left: 50%;
    translate: -50% 0;
}

#top_0 .festa_now{
    position: relative;
    z-index: 10;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#top_0 .festa_now img{
    width: 50%;
    max-width: 400px;
}

#top_0 .festa_now p{
    font-size: clamp(1.8rem, calc(1.7vw + 1.5rem), 3rem);
    color: #065d87;
    -webkit-text-stroke: 2px #FFF;
    text-stroke: 2px #FFF;
    margin: 3px 10px;
    font-family: "Archivo Black", sans-serif;
    font-weight: 600;
}

#top_0 .top_btn_area .flex-4{
    width: 96%;
    max-width: 1280px;
    margin: 5px auto;
    align-items: stretch;
}

#top_0 .top_btn_area a.btn_icon_flex{
    width: calc((100% - 60px) / 4 );
    margin-right: 20px;
    position: relative;
    padding: 1.5rem 65px 1.5rem 20px;
}

#top_0 .top_btn_area a.btn_icon_flex:nth-last-child(1){
    margin-right: 0px;
}

#top_0 .top_btn_area a.btn_icon_flex p{
    font-size: clamp(1.1rem, calc(1.7vw + 0.5rem), 1.65rem);
}

#top_0 .top_btn_area a.btn_icon_flex.font_s p{
    font-size: clamp(1.1rem, calc(1.7vw + 0.5rem), 1.4rem);
}

#top_0 .top_btn_area a.btn_icon_flex span.font_s{
    font-size: clamp(1.1rem, calc(1.7vw + 0.5rem), 1.4rem);
    color: #e95323;
    font-weight: 600;
    margin-top: 0;
}

#top_0 .top_btn_area a.btn_icon_flex img{
    position: absolute;
    bottom: -10px;
    right: -15px;
    transform: rotate(5deg);
}

#top_news{
    padding: 50px 0;
}

#top_news .news_btn{
    display: block;
    color:#12a7c7;
    font-weight: 600;
    text-align: right;
    padding: 10px 30px 10px 10px;
    position: relative
}
#top_news .news_btn:hover{
    background-color: #fffced;
}

#top_news .news_btn::after{
    content: "";
    position: absolute;
    border: solid 7px transparent;
    border-left: solid 11px #12a6c7;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    transition: 0.3s;
}

#top_news .news_btn:hover::after{
    right: -2px;
}

#top_news h2{
    color: #12a7c7;
    text-align: center;
    margin-bottom: 20px;
}

.news_cate_btn{
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.news_cate_btn button{
    border: solid 1px #12a7c7;
    background-color: #fff;
    border-radius: 10px;
    padding: 3px 10px 5px;
    margin: 3px;
    font-size: 1rem;
    font-weight: 600;
    min-width: 95px;
}

.news_cate_btn button.btn_action.cat_info_all{
    background-color: #12a7c7;
    color: #fff;
}

.news_cate_btn button.btn_action.cat_info_news{
    background-color: #12a7c7;
    color: #fff;
}

.news_cate_btn button.btn_action.cat_info_geki{
    background-color: #fdc859;
    color: #fff;
}

.news_cate_btn button.btn_action.cat_info_oubo{
    background-color: #e85421;
    color: #fff;
}

.news_cate_btn button.btn_action{
    background-color: #12a7c7;
    color: #fff;
}

.news_cate_btn button.btn_action_geki{
    background-color: #fdc859;
    color: #fff;
}

.news_cate_btn button.btn_action_oubo{
    background-color: #e85421;
    color: #fff;
}

/*ニュース一覧*/
.news_ul {
     display: none;
}
.news_ul.is-show {
    display: block;
}

.news_ul li{
    padding: 10px 15px;
    border: solid 1px #ccc;
    transition: 0.2s;
}


#top_news .news_ul li{
    border-bottom: none;
}

#top_news .news_ul li:nth-last-child(1){
    border-bottom: solid 1px #ccc;
}

.news_ul li:hover,
.pickup_ul li:hover,
#category .news_ul li:hover{
    background-color: #fffced;
}

.news_ul a, .news_ul a:visited,
.pickup a, .pickup a:visited{
    color: #000;
}

.news_day{
    font-size: 0.9rem;
    color: #777;
    margin-bottom: 5px;
        font-weight: 600;
}

.cate-icon {
    display: inline-block;
    padding: 3px 15px 0px;
    margin-left: 10px;

    border-radius: 7px;
}

.cat_geki{ background-color: #fdc859; color: #68380e;}
.cat_news{ background-color: #12a7c7; color: #fff;}
.cat_oubo{ background-color: #e85421; color: #fff;}

.pickup li{
    border-radius: 10px;
    margin-bottom: 8px;
}

.pickup li span{
    display: block;
}

.pic-cate{
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;

    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    font-weight: 600;
}

li.cat_geki{ background-color: #fff; border: solid 2px #fdc859;}
li.cat_news{ background-color: #fff; border: solid 2px #12a7c7;}
li.cat_oubo{ background-color: #fff; border: solid 2px #e85421;}

.pickup_ul li a{
    display: flex;
}

.pickup_ul li p{
    padding: 10px 15px;
}

.pickup_ul li p:nth-child(2){
    flex: 1;
}

.topic{
    margin-top: 100px;
}

#top_news .topic h2.cate_title{
    color: #68380e;
    position: relative;
    border-bottom: none;
}

.topic .flex-2{
    padding: 30px 25px;
    border-radius: 10px;
    background-color: #faf6ec;
}

#top_news .news_ul,
#top_news .pickup_ul{
    position: relative;
}

#top_news .news_ul::before{
    content: "";
    width: 20%;
    height: 100px;
    max-width: 100px;

    background: url(../image/img_01.png) no-repeat;
    background-size: contain;

    position: absolute;
    top: -8rem;
    left: 0%;
    z-index: -100;
}

#top_news .pickup_ul::before{
    content: "";
    width: 20%;
    height: 80px;
    max-width: 55px;

    background: url(../image/img_02.png) no-repeat;
    background-size: contain;

    position: absolute;
    bottom: 100%;
    right: 0%;
}



/*おすすめ公演ピックアップ*/

#koen_pickup{
    padding: 100px 10px;

    background-color: #6e6e6e;
}

#koen_pickup h2,
#koen_pickup h3{
    text-align: center;
    color: #fff;
}

.koen_flex.flex-4{
    align-items: stretch;
    margin-top: 50px;
}

.koen_flex a.flex_div{
    display: block;
}

.koen_flex .flex_div{
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    margin-bottom: 100px;
    transition: 0.4s;
}

.koen_flex .flex_div::after{
    content: "";
    position: absolute;
    bottom: -50px;
    left: 50%;
    translate: -50% 0;

    width: 90%;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.4);
    filter: blur(6px);
    transition: 0.4s; 
}

.koen_flex .flex_div:hover{
    background-color: #fffced;
    transform: translateY(-2px);
}

.koen_flex .flex_div:hover::after{
    background-color: #fbf9af;
    filter: blur(8px);
    transform: translateY(2px);
}

.koen_flex .div_img{
    width: 100%;
    aspect-ratio: 4 / 2.5;
    overflow: hidden;
    margin-bottom: 10px;
}

.koen_flex .div_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.6s;
}

/*.koen_flex .flex_div:hover .div_img img{
    transform: scale(1.1);
}*/

.koen_flex .flex_div h4{
    font-size: 1.1rem;
    color: #12a6c7;
    font-weight: 600;
}

.koen_flex .flex_div p{
    color: #000;
}

.koen_flex .flex_div p.yuryo::before,
.koen_flex .flex_div p.work::before,
.koen_flex .flex_div p.hatsu::before,
.koen_flex .flex_div p.joint::before,
.koen_flex .flex_div p.koiki::before{
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    font-size: 0.8rem;
    padding: 1px 5px 2px;
    border-radius: 3px;
}

.koen_flex .flex_div p.yuryo::before{
    content: "有料公演";
    background-color: #e95323;
}

.koen_flex .flex_div p.work::before{
    content: "ワークショップ";
    background-color: #1a81aa;
}

.koen_flex .flex_div p.hatsu::before{
    content: "初めて出会う人形劇";
    background-color: #f37ed1;
}

.koen_flex .flex_div p.joint::before{
    content: "ジョイント公演";
    border: solid 2px #f88425 ;
    color: #f88425;
}

.koen_flex .flex_div p.koiki::before{
    content: "広域公演";
    background-color: #3db38b;;
}

.kensaku_btn_flex{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap
}

.kensaku_btn_flex .flex_div{
    width: calc( 50% - 20px ) ;
    margin: 10px 10px 20px;
}


.btn_koen_icon_b,
.btn_koen_icon_w{
    border-radius: 10px;
    padding: 5px;
    box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
    transition: 0.3s;
}

.btn_koen_icon_b:hover,
.btn_koen_icon_w:hover{
    box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
}

.btn_koen_icon_b{
    background-color: #2f98dd;
    color: #fff;
}


.btn_koen_icon_b:hover{
    background-color: #44d0da;   
}

.btn_koen_icon_w{
    background-color: #fff;
    color: #2f98dd;
}

.btn_koen_icon_w:hover{
    background-color: #feffe6;       
}

.in_bk{
    padding: 20px 45px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.btn_koen_icon_b .in_bk{
    border: solid 1px #fff;
}

.btn_koen_icon_w .in_bk{
    border: solid 2px #2f98dd;
}

.btn_koen_icon_b p{
    font-size: clamp(1.2rem, calc(1.7vw + 1.3rem), 2.8rem);
    font-weight: 600;
    flex: 1;
}

.btn_koen_icon_w p{
    font-size: clamp(1.5rem, calc(1.7vw + 0.5rem), 2rem);
    font-weight: 600;
    flex: 1;
}

.btn_koen_icon_b span,
.btn_koen_icon_w span{
    display: block;
    font-size: clamp(1rem, calc(1.7vw + 0.5rem), 1.5rem);
}

.in_bk img{
    width: 25%;
    height: auto;
    max-width: 250px;
    object-fit: contain;
}

.btn_koen_icon_w .in_bk img{
    max-height: 110px;
}


#how-festa{
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

#how-festa .back_img_r{
    position: absolute;
    top:-5%;
    right: 0;
    width: 30%;
    max-width: 350px;
    z-index: -5;
}

.how-festa-flex{
    display: flex;
    flex-wrap: wrap;
}

.festa_pic_div{
    width: 40%;
    height: 90vh;
    overflow: hidden;
    background-color: #eee;

    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.festa_pic_div .festa_pic_slide{
    width: 100%;
    height: 100%;
}

.festa_pic_div .festa_pic_div{
    width: 100%;
    aspect-ratio: 4/3;
}

.festa_pic_div .festa_pic_div img{
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
}

/*スライドCSS*/
#how-festa .slick-slider .slick-track{
    max-width: 50vh;
    
}

#how-festa .slick-vertical .slick-slide{
    width: 100%;

}

.festa_con{
    width: 50%;
    margin: 0 auto 50px 8%;
    max-width: 600px;
    padding: 10px;
}


.festa_con h2{
    color: #a35715;
    font-size: clamp(1.8rem, calc(1.7vw + 0.5rem), 2.3rem);
    margin-bottom: 25px;
}

#allways_festa{
    position: relative;
    padding: 50px 10px 100px;
}

#allways_festa .back_dotto{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;

    width: 100%;
    height: 70%;
    max-height: 340px;
    border-radius: 10px;
    overflow: hidden;

    background: #bbe9e3 url(../image/back_dotto.png) 0% 100% repeat-x ;
}

#allways_festa h2{
    text-align: center;
    color: #68380e;
    margin-bottom: 50px;
}

#allways_festa .flex-marubtn{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

#allways_festa .flex-marubtn .flex_div{
    width: calc(( 100% - 150px) / 3 );
    max-width: 250px;
    min-width: 150px;
    aspect-ratio: 1/1;
    margin: 5px 25px 75px;
    position: relative;
}

#allways_festa .flex-marubtn .flex_div::before{
    content: "";
    position: absolute;
    width: 80%;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.2);
    filter: blur(6px);
    bottom: -35px;
    left: 50%;
    translate: -50%;
    transition: 0.3s;
}

#allways_festa .flex-marubtn .flex_div:hover::before{
    width: 75%;
    background-color: rgba(0,0,0,0.1);
    filter: blur(7px);
}

#allways_festa .flex-marubtn .circle_btn{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    
    background-color: #fff;
    border: solid 1px #aaa;
    border-radius: 50%;
    overflow: hidden;
    transition: 0.3s;
}


#allways_festa .flex-marubtn .flex_div:hover .circle_btn{
    transform: translateY(-3px);
}

#allways_festa .flex-marubtn .circle_btn p{
        display: flex;
        height: 45%;
        justify-content: center;
        align-items: center;
        text-align: center;
        
        font-size: 1.2rem;
        font-weight: 600;
        color: #172d85;
        line-height: 1.4;
}

#allways_festa .flex-marubtn .circle_btn img{
    position: absolute;
    left: 50%;
    top: 45%;
    translate: -50% 0;
    display: block;
    width: 50%;
    max-width: 200px;
    height: auto;
}

#allways_festa .flex-marubtn .circle_btn img{
    top: 40%;
}


/*****************************************/
/* contents page */
/*****************************************/

#content_body{
    background-color: #fffbf2;
}

.cate_title_div{
    padding: 75px 0 50px;
    position: relative;
}

.cate_title_div h2.cate_title{
    color: #e95220;
    padding: 15px 0px;
    background-color: #fff;
    border-bottom: solid 3px #fdc859;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

h2.cate_title{
    width: 94%;
    max-width: 1280px;
    background-color: #fff;
    text-align: center;
    border-bottom: solid 3px #fdc859;
    padding: 5px 10px;
    margin-bottom: 15px;

    position: relative;
}

h2.cate_title img{
    position: absolute;
    width: 50%;
    max-width: 100px;
    bottom: 105%;
    left: 50%;
    translate: -50% 0;
} 

.cate_title_div h2.cate_title img{
    bottom: 120%;
}

.cate_title_div .title_img_l,
.cate_title_div .title_img_r{
    position: absolute;
    top: -20%;
    width: 20%;
    min-width: 160px;
}

.cate_title_div .title_img_l{
    transform: translate(-100%, 0);
    left: 20%;
}
.cate_title_div .title_img_r{
    transform: translate(100%, 0);
    right: 20%;
}


.flex-2.cate-kaiki{
    margin-top: -20px;
}
.cate-kaiki .flex{
    align-items: flex-start;
    color: #7f4e26;
}

.p_midashi{
    background-color: #e9611b;
    color: #fff;
    font-weight: 600;
    width: 120px;
    padding: 5px 20px;
    text-align: center;
    border-radius: 10px;
    margin-right: 15px;
}

.cate-kaiki .p-tema{
    font-size: clamp(1.3rem, calc(1.7vw + 0.5rem), 2.2rem);
    font-weight: 600;
}

.cate-kaiki .p_kaiki p.kaiki_day,
.cate-kaiki .p_kaiki p.kaijo span{
    font-weight: 600;
    font-size: clamp(1.7rem, calc(1.7vw + 0.5rem), 2rem);
    
}

.cate-kaiki .p_kaiki p.kaiki_day span,
.cate-kaiki .p_kaiki p.kaijo{
    font-size: 1.1rem !important;
    margin: 0 5px;
    font-weight: 600;
}

.cate-kaiki .p_kaiki p.kaijo span{
    margin: 0 5px;
}


#content_page{
    padding-bottom: 100px;
}


#content_page h2.page_title{
    background-color: #e56c1d;
    color: #fff;
    padding: 15px 20px 20px;
    position: relative;
}

#content_page h2.page_title::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #fff;
    bottom: 10px;
    left: 0;
}

#content_page h2.page_title span{
    display: block;
    font-size: 1rem;
}

#content_page .page_con{
    background-color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 30px 20px 50px;
    box-shadow: 0 5px 10px #ebe5d3;

    font-size: 16px;
}

#content_page p{
    line-height: 1.72;
    padding: 3px 15px;
}

#content_page a{
    font-weight: 600;
    color: #12a6c7;
    padding: 3px;
    margin: auto 5px;

}

#content_page a:hover{
    background-color: #fffde7;
}

#content_page .page_con h2{
    text-align: center;
    color: #b55c0f;
    margin: 50px auto 50px;

    padding-bottom: 30px;
    position: relative;
}

#content_page .page_con h2::before{
    content: "";
    width: 35px;
    height: 10px;
    background-color: #ffd3a1;
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50%;
    border-radius: 15px;
}

#content_page .page_con h3{
    padding: 15px;
    background-color: #f8f9d0;
    color: #68380e;
    border-left: solid 15px #dbdd37;
    margin: 40px auto 15px;
}

#content_page .page_con h4{
    padding: 8px 15px;
    margin: 30px auto 15px;
    color: #68380e;
    border-left: solid 15px #dbdd37;
    /*border-bottom: solid 1px #aaa;*/
    font-size: 1.2rem;
    font-weight: 600;
}

#content_page .page_con h5{
    padding: 8px 15px;
    margin: 30px auto 15px;
    color: #4d1626;
    background-color: #ffe8e8;
    font-size: 1rem;
    font-weight: 600;
}


#content_page .page_con button{
    background-color: #fff;
    border: none;
    padding: 0;
}

#content_page .page_con button a{
    display: block;
    border: solid 2px #c9c891;
    border-radius: 10px;
    padding: 20px 35px 20px 15px;
    font-size: 1.1rem;
    color: #68380e;
    margin: 0;
        
    color: #68380e;
    font-weight: 600;
    margin: 10px 5px 30px;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.2);
    position: relative;
    transition: 0.3s;
    text-align: left;
}

#content_page .page_con button a::after{
    content: "";
    position: absolute;
    border: solid 8px transparent;
    border-left: solid 10px #c9c891;;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    transition: 0.3s;
}

#content_page .page_con button a:hover{
    box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
    background-color: #fffde7;
}

#content_page .page_con button  a:hover::after{
    right: 2px;
}

#content_page .page_con ul,
#content_page .page_con ol{
    padding: 10px 0px 5px 25px;
}

#content_page .page_con ul li{
    list-style: disc;
    margin-bottom: 5px;
    line-height: 1.72;
}

#content_page .page_con ul li::marker{
 color: #ffa700;
}

#content_page .page_con ol li{
    list-style: decimal;
    margin-bottom: 5px;
    line-height: 1.72;
}

#content_page .page_con img{
    display: block;
    padding: 5px ;
    margin: 25px auto 30px;
    max-width: 100%;
}

#content_page .page_con .wp-block-table{
    padding: 20px 15px;
}


/*Wordpress用ボタン*/

#content_page .page_con .wp-block-buttons.is-layout-flex{
    gap: 0;
    margin: 20px 0 30px;
}

#content_page .page_con .wp-block-button{
    margin: 10px 5px;
}

#content_page .page_con .wp-block-button__link{
    display: block;
    border: solid 2px #c9c891;
    border-radius: 10px;
    padding: 20px 35px 20px 15px;
    font-size: 1.1rem;
    background-color: #fff;        
    color: #68380e;
    font-weight: 600;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.2);
    position: relative;
    transition: 0.3s;
    text-align: left;
}

#content_page .page_con a.wp-block-button__link{
    margin: 0;
}

#content_page .page_con .wp-block-button__link::after{
    content: "";
    position: absolute;
    border: solid 8px transparent;
    border-left: solid 10px #c9c891;;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    transition: 0.3s;
}

#content_page .page_con .wp-block-button__link:hover{
    box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
    background-color: #fffde7;
}

#content_page .page_con .wp-block-button__link:hover::after{
    right: 2px;
}

/*ファイルボタン*/
#content_page .page_con .wp-block-file{
    font-size: 1rem;
    margin-bottom: 5px;
}

#content_page .page_con .wp-block-file a{
    font-weight: normal;
    padding: 8px 3px 8px 20px;
    position: relative;
}

#content_page .page_con .wp-block-file a::before{
    content: "";
    position: absolute;
    top: .5em;
    left: 0;
    border: solid 7px transparent;
    border-left: solid 10px #e7502b;
}

#content_page .page_con .wp-block-file__button{
    background-color: #fff;
    border: solid 2px #1ca7c5;
}

#content_page .page_con .wp-block-file__button:hover{
    background-color: #fffde8;    
}

#content_page .page_con a.wp-block-file__button{
    font-size: 0.7rem;
    padding: 2px 5px;
}
#content_page .page_con a.wp-block-file__button::before{
    content: none;
}

/*list flex*/
#content_page .page_con ul.flex-2 li{
    width: calc( ( 100% - 15px ) / 2 );
    padding-right: 10px;
    margin-right: 15px;
}


#content_page .page_con ul.flex-3 li{
    width: calc( ( 100% - 30px ) / 3 );
    padding-right: 10px;
    margin-right: 15px;
}

#content_page .page_con ul.flex-2 li:nth-child(2n),
#content_page .page_con ul.flex-3 li:nth-child(3n){
    margin-right: 0;
}

/*公演カード*/

#content_page .page_con .kouen-flex,
#content_page .page_con .kouen-flex-mini{
    align-items: stretch;
    flex-wrap: wrap;
    margin: 25px auto 50px;
}

#content_page .page_con .kouen-flex a.kouen-card,
#content_page .page_con .kouen-flex-mini a.kouen-card{
    width: calc(( 100% - 0.5em) / 2 );
    margin: 0;
    margin-bottom: 10px;
}

#content_page .page_con a.kouen-card{
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    padding: 0;
    margin-bottom: 15px;
}

#content_page .page_con a.kouen-card p{
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: #000;
}

#content_page .page_con .kouen-card p.kouen-acter{
    color: #fff;
    background-color: #29a9c1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 5px 10px;
    font-weight: 600;
}

#content_page .page_con .kouen-card .kouen-card-flex{
    display: flex;
    margin: 0;
}
#content_page .page_con .kouen-flex .kouen-card .kouen-card-flex{
    align-items: flex-start;
}

#content_page .page_con a.kouen-card .kouen-card-img{
    width: 30%;
    max-width: 200px;
    aspect-ratio: 1/1;
    overflow: hidden;
}

#content_page .page_con a.kouen-card .kouen-card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    padding: 10px;
    object-position: center;
}

#content_page .page_con a.kouen-card .kouen-card-con{
    flex: 1;
    padding: 10px;
}

#content_page .page_con a.kouen-card:hover .kouen-card-flex{
    background-color: #fffde8;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#content_page .page_con a.kouen-card .kouen-card-con .option p{
    padding: 2px 7px 1px;
    margin-right: 5px;
    color: #fff;
    background-color: #e8512c;
    font-size: 0.85rem;
}

#content_page .page_con a.kouen-card .kouen-card-con p.kouen-title{
    font-size: 1.3rem;
    font-weight: 600;
    margin: 5px 0;
    color: #29a9c1;
}

@media all and (max-width:899px){
    #content_page .page_con a.kouen-card .kouen-card-flex{
        display: block;
    }

    #content_page .page_con .kouen-flex a.kouen-card{
        width: 100%;
        margin-bottom: 20px;
    }

    #content_page .page_con a.kouen-card .kouen-card-img{
        width: 80%;
        max-width: 100%;
        margin: 0 auto;
    }

    #content_page .page_con a.kouen-card .kouen-card-con{
        padding: 10px 10px 20px;
    }

    #content_page .page_con a.kouen-card .kouen-card-con p.kouen-title{
        font-size: 1.1rem;
    }

}


/*****************************************/
/* category page */
/*****************************************/

#category{
    padding: 0 0 100px;
    min-height: 80vh;
}

.cate_flex{
    align-items: stretch;
}

.cate_flex .flex_div{
    display: block;
    background-color: #fff;
    border: solid 3px #c9c891;
    border-radius: 10px;
    padding: 15px 15px 20px;
    margin-bottom: 30px;

    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
    transition: 0.3s;
}

.cate_flex .flex_div:hover{
    background-color: #fffde7;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    border: solid 3px #fcc664;
}

.cate_flex .flex_div .card_img{
    width: 100%;
    aspect-ratio: 4 / 2.8;
    overflow: hidden;
}

.cate_flex .flex_div .card_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cate_flex .flex_div h3{
    color: #fe7327;
    margin: 10px auto;
}

.cate_flex .flex_div p{
    color: #000;
}

#category .news_ul li{
    background-color: #fff;
    margin-bottom: 5px;
    border-radius: 5px;
}

#category .number_flex{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

#category .number_flex a{
    font-size: 1.3rem;
    display: block;
    margin: 0 5px;
    color: #999;
    font-weight: 600;
    transition: 0.3s;
}

#category .number_flex a:hover{
    color: #e95323;
}

#category .number_flex a.a_act{
    color: #e95323;
}

#category .number_flex span.current{
    font-size: 1.3rem;
    display: block;
    margin: 0 5px;
    color: #999;
    font-weight: 600;
    transition: 0.3s;
    color: #e95323;
}


/*劇団・公演検索*/

#category .koen_flex{
    margin-top: 0;
    align-items: stretch;
}

#category .koen_flex .flex_div{
    margin-bottom: 30px;
    border: solid 3px #c9c891;
    box-shadow: 2px 5px 8px rgba(0,0,0,0.2);
    border-radius: 10px;
}

#category .koen_flex .flex_div:hover{
    transform: translateY(0);
    background-color: #fffde7;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: solid 3px #fcc664;
}

#category .koen_flex .flex_div::after{
    content: none;
}

#category .koen_flex p.time{
    margin-bottom: 5px;
}

#category .koen_flex p.time span{
    display: inline-block;
    background: #1ca7c5;
    color: #fff;
    font-weight: 600;
    padding: 3px 8px;
    margin-right: 10px;
    font-size: 1.1rem;
}

#category .koen_flex p.enmoku{
     font-weight: 600;
}

ul.koen-info{
    border-top: dotted 1px #ccc;
    padding: 3px;
    margin-top: 5px;
}


ul.koen-info li{
    display: flex;
    color: #000;
    padding: 5px 0;
}

ul.koen-info li p{
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.koen-info .li_jyoken{
    padding: 3px 8px 1px;
    background-color: #d3e2e5;
    border-radius: 3px;
    margin-right: 10px;
    width: 18%;
    max-width: 120px;
    min-width: 50px;
}

#content_page ul.koen-info{
    border-top: none;
    padding: 5px 15px;
}

#content_page ul.cate-genre{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
}

#content_page ul.cate-genre .genre-li{
    list-style: none;
    padding: 5px 15px 3px;
    color: #fff;
    font-size: 1rem;
    border-radius: 5px;
    margin: 5px;
}

#content_page ul.cate-genre li.cate-yuryo{background-color: #e95323;}
#content_page ul.cate-genre li.cate-work{background-color: #1a81aa;}
#content_page ul.cate-genre li.cate-dento{background-color: #6400a1;}
#content_page ul.cate-genre li.cate-world{background-color: #0015b9;}
#content_page ul.cate-genre li.cate-hatsu{background-color: #f37ed1;}
#content_page ul.cate-genre li.cate-koiki{background-color: #3db38b;}
#content_page ul.cate-genre li.cate-stanp{background-color: #c5b800;}
#content_page ul.cate-genre li.cate-joint{background-color: #ff8800;}
#content_page ul.cate-genre li.cate-kazakoshi{background-color: #528956;}
#content_page ul.cate-genre li.cate-morinokami{background-color: #00ad47;}



/*****************************************/
/* footer */
/*****************************************/

#footer{
    background-color: #fe6431;
    padding:50px 0 0;
    position: relative;
    border-top: solid 30px #ffdbdb;
}


#footer .ft_con{
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin: 0 5px;
}

#footer .flex-2{
    width: 96%;
    margin: 0 auto;
    align-items: stretch;
}

#footer .ft_menu,
#footer .ft_con{
    width: calc(( 100% - 20px ) / 2 );
}

#footer .ft_con.flex-2{
    align-items: center;
}

#footer a.ft_logo{
    flex: 1;
    display: block;
    max-width: 180px;
    margin-right: 15px;
}

#footer .ft_logo img,
#footer .sns_flex img{
    width: 100%;
    height: auto;
    display: block;
}

#footer .ft_info{
    width: 70%;
}

#footer .ft_info p{
    line-height: 1.4;
}

#footer .sns_flex{
    margin-top: 20px;
}

#footer .sns_flex a{
    width: auto;
    max-width: 50px;
    margin-right: 15px;
    transition: 0.3s;
}

#footer .sns_flex a:hover{
    opacity: 0.8;
}

#footer a,
#footer a:visited{
    color: #68380e;
    font-weight: 600;
}

#footer .flex-2.ft_menu{
    margin: 0;
}

#footer .ft_menu li{
    margin: 2px 0;
}

#footer .ft_menu li a{
    display: block;
    padding: 2px 5px 2px 25px;
    position: relative;
    transition: 0.3s;
}

#footer .ft_menu li a::before{
    content: "";
    position: absolute;
    border: solid 8px transparent;
    border-left: solid 10px #fd7c7e;

    top: 0.4rem;
    left: 5px;
    transition: 0.3s;
}

#footer .ft_menu li a:hover{
    background-color: #ffde95;
    border-radius: 10px;
}

#footer .ft_menu li a:hover::before{
    left: 8px;
}

#footer .c_div{
    background-color: #fff;
    margin-top: 50px;
    padding: 10px;
    text-align: center;
}

/****************************/
/* smartphone
/****************************/


@media all and (max-width:960px) {
    .flex-4 .flex_div{
        width: calc( ( 100% - 30px ) / 3 );
        margin-right: 15px;
    }

    .flex-4 .flex_div:nth-child(4n){
        margin-right: 15px;
    }

    .flex-4 .flex_div:nth-child(3n){
        margin-right: 0;
    }

    #header .h-menu-sp .sp-menu li{
        width: calc((100% - 40px) / 2);
    }

    #header .h-menu-sp .sp-menu-subli li{
        width: 100%;
    }

    #top_0 .top_btn_area a.btn_icon_flex{
        width: calc((100% - 60px) / 2 );
    }

    #top_0 .top_btn_area a.btn_icon_flex:nth-last-child(2n+1){
        margin-right: 0px;
    }

    #top_news .flex-2 .flex_div{
        width: 100%;
        margin-right: 0;
    }


    #footer .ft_menu,
    #footer .ft_con{
        width: 100%;
        margin-bottom: 15px;
    }

    #content_page .page_con ul.flex-3 li{
        width: calc( ( 100% - 20px ) / 2 );
    }

    #content_page .page_con ul.flex-3 li:nth-child(3n){
        margin-right: 15px;
    }

    #content_page .page_con ul.flex-3 li:nth-child(2n){
        margin-right: 0;
    }



}

@media all and (max-width:767px) {
    h1{
        font-size: 1.8rem;
        font-weight: 600;
    }
    
    h2{
        font-size: 1.6rem;
        font-weight: 600;
    }
    
    h3{
        font-size: 1.4rem;
    }

    h4,h5{
        font-size: 1.1rem;
    }
    p{
        font-size: 15px;
    }

    .flex-2,
    .flex-3{
        display: block;
    }
    
    .flex-2 .flex_div,
    .flex-3 .flex_div{
        width:100%;
        margin: auto auto 0;
        padding: 15px 0;
    }

    .flex-4 .flex_div{
        width: calc( ( 100% - 15px ) / 2 );
    }
    
    .flex-4 .flex_div:nth-child(3n){
        margin-right: 15px;
    }

    .flex-4 .flex_div:nth-child(2n){
        margin-right: 0;
    }

    .to_up_btn{
        bottom: 8px;
        right: 8px;
    }

    .flex-2 a.flex_div, .flex-3 a.flex_div{
        padding: 15px 20px;
    }

    #header{
        height: 50px;
        padding: 5px 10px;
        z-index: 100;
    
        display: flex;
        justify-content: flex-start;
    }

    #header .hd_logo{
        width: 48%;
        padding-top: 3px;
    }
    
    #header .hd_logo img{
        width: auto;
        max-height: 40px;
    }

    #header .h-menu-sp .sp-navi{
        top: 50px;
        height: calc(100vh - 50px);
        padding:10px 20px 20px 20px;
        background: #f7f6d0 url(../image/logo_face.png) 100% 85% no-repeat;
    }

    #header .h-menu-sp .sp-menu{
        justify-content: center;
    }

    #header .h-menu-sp .sp-menu li{
        width: 96%;
        min-width: auto;
        max-width: 450px;
        margin: 0px auto;
    }

    #header .h-menu-sp .sp-menu li a{
        padding: 15px 50px 15px 20px;
        font-size: 18px;
    }

    #header .h-menu-sp .sp-menu .sp-menu-subli{
        display: none;
    }

    #header .h-menu-sp .hed_under_menu{
        border-top: none;
        margin-top: 0;
    }

    #header .h-menu-sp .hed_under_menu a{
        display: block;
        width: 100%;
    }

    #header .h_menu_back{
        width: 50px;
        height: 48px;
    }

    #header .h_menu_back:hover{
        height: 48px;
    }

    #header .h-menu-sp .h-menu-spb{
        top: 2%;
    }

    #top_0 .top_btn_area{
        padding: 28vw 10px 50px;
    }

    #top_0 .festa_now{
        padding: 25px 5px
    }

    #top_0 .festa_now img{
        width: 80%;
    }

    #top_0 .top_btn_area a.btn_icon_flex{
        width: 100%;
        margin-right: 0px;
        margin-bottom: 25px;
        padding: 1.5rem 65px 1.5rem 15px  !important;
    }

    #top_0 .top_btn_area a.btn_icon_flex p,
    #top_0 .top_btn_area a.btn_icon_flex p span{
        font-size: 1.3rem;
    }

    #top_0 .top_btn_area a.btn_icon_flex p br{
        display: none;
    }
     #top_0 .top_btn_area a.btn_icon_flex.font_s p span{
        display: block;
     }

    #top_0 .top_btn_area a.btn_icon_flex img{
        max-width: 75px;
        bottom: -5%;
    }
    
    .kensaku_btn_flex .flex_div{
        width: 100%;
    }

    .koen_flex .flex_div p.yuryo::before,
    .koen_flex .flex_div p.work::before,
    .koen_flex .flex_div p.hatsu::before,
    .koen_flex .flex_div p.joint::before,
    .koen_flex .flex_div p.koiki::before{
        display: block;
        text-align: center;
        margin-right: 0;
        margin-bottom: 3px;
        font-size: 0.9rem;
    }

    .in_bk{
        padding: 5% 3%;
    }
    
    .flex-3 a.btn_icon_flex{
        padding: 8px 15px;
        margin-bottom: 15px;
    }

    #how-festa .back_img_r{
        top:-10px;
        right: 0;
        width: 45%;
    }

    .festa_pic_div{
        width: 80%;
        height: 500px;
    }

    .festa_con{
        width: 96%;
        margin: 25px auto 50px;
    }
    .festa_con h2{
        text-align: right;
    }
    
    .festa_con h2 span{
        display: none;
    }

    #allways_festa h2 span{
        display: block;
    }
    
    #allways_festa .flex-marubtn .flex_div{
        width: calc( 50% - 30px);
        margin: 5px 5px 55px;
    }

    #allways_festa .flex-marubtn .circle_btn p{
        font-size: 1rem;      
    }

    #footer a.ft_logo{
        margin: 0;
    }

    #footer .ft_logo img{
        text-align: center;
        margin-bottom: 15px;
    }

    #footer .ft_info{
        text-align: center;
        width: 100%;
    }

    #footer .ft_info span{
        display: block;
    }
    
    #footer .sns_flex{
        justify-self: center;
    }

    #footer .sns_flex a{
        margin-right: 0;
        margin: 0 15px;
    }

    .cate_title_div .title_img_l,
    .cate_title_div .title_img_r{
       top: -10%; 
    }

    #content_page .page_con{
        padding:30px 15px 50px;
        font-size: 15px;
    }

    #content_page .tb2_type th,
	#content_page .tb2_type td,
	#content_page .tb2_w_type td{
		display: block;
	}

	#content_page .tb2_type th{
		width: auto;
	}
	
	#content_page .tb2_w_type td{
		padding: 5px;
	}
    
	#content_page ul,
    #content_page ol{
		margin: 10px 0px;
	}

    #content_page .page_con ul.flex-2 li,
    #content_page .page_con ul.flex-3 li{
        width:100%;
        margin: auto auto 5px;

    }

    .txt_red{
        display: block;
        margin-left: 0;
    }

    #category .cate_flex .flex_div{
        width: 90%;
        padding: 15px 15px 20px;
        margin: 15px auto 30px;
    }

    #category .koen_flex .flex_div{
        padding: 10px;
    }
    
    #category .number_flex a{
        margin: 0 10px;
    }
}

@media all and (max-width:349px) {
    #content_page a.btn_icon_flex{
        display: block;
    }

    #category_page .pickup_list li{
        width: 100%;
    }
}


/*******************/
縦スライド
/*******************/
.festa_pic_div {
  width: 100%;     /* 必要に応じて変更 */
  height: auto;
  overflow: hidden;
  position: relative;
}

.festa_pic_slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.festa_pic_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%; /* 初期位置は下 */
  transition: top 0.7s ease-in-out;
}

.festa_pic_img.active {
  top: 0;
}

.festa_pic_img.out {
  top: -100%;
}

.festa_pic_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.festa_pic_img.reset {
  transition: none;   /* 瞬間移動用 */
  top: 100%;          /* 下で待機 */
}

/* 公演検索 */

.dsb-field.free-word,
.dsb-field.time-serch,
.dsb-field.kaijo-serch{
    width: 45%;
}

.dsb-field.check-cate{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.dsb-field.time-serch input{
    padding: 6px 5px;
}

.dsb-field label{
    color: #12a7c7;
}

.dsb-field.check-cate label{
    width: 100%;
}

.dsb-field.check-cate label.dsb-check{
    color: #000;
    width: calc(( 100% -  18px ) / 4);
}

#category .dsb-wrap-front .dsb-actions{
    flex: 1;
    text-align: right;
}

#category .dsb-wrap-front .dsb-actions button{
    background-color: #1ca7c5;
    width: 30%;
    max-width: 150px;
    padding: 8px 25px;
    border: none;
}

@media all and (max-width:900px){
    
    .dsb-field.free-word,
    .dsb-field.time-serch{
        width: 100%;
    }
    .dsb-field.check-cate label.dsb-check{
        width: calc(( 100% -  12px ) / 3);
    }
}

@media all and (max-width:767px) {
    .dsb-field.check-cate label.dsb-check{
        width: calc(( 100% -  6px ) / 2);
    }

    .dsb-field.kaijo-serch{
        width: 100%;    
    }

    #category .dsb-wrap-front .dsb-actions{
        margin-top: 20px;
        text-align: center;
        width: 100%;
    }

    #category .dsb-wrap-front .dsb-actions button{
        width: 50%;
        max-width: 250px;
        padding: 12px 25px;
    }

}

@media all and (max-width:380px){

    .dsb-field.time-serch .dsb-range{
        flex-wrap: wrap;
    }

    .dsb-field.time-serch input{
        width: 80%;
    }
    .dsb-field.check-cate label.dsb-check{
        width: 100%;
    }
} 


.dsb-form #detail-search-btn{
    background: #8da1b7;
}

.dsb-form #detail-search-btn.expanded:after{
        transform: translateY(-50%) rotate(0deg);
}


.dsb-dt .dsb-time-picker{
    padding: 2px;
}

