@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    teaser_sp.css
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px;
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
header{
    height: 145px;
    margin: 0 0 30px 0;
}

header .open_time{
    margin: -2px 0 10px 0;
    font-size: 12px;
    letter-spacing: .1em;
}

/* --------------------------------------------------
*
    #teaser_yodogawa
*
-------------------------------------------------- */
#teaser_yodogawa{
    margin: 0 0 0 0;
    padding: 0 25px;
    text-align: center;
}

#teaser_yodogawa p{
    max-width: 460px;
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 1.888em;
    display: inline-block;
    text-align: left;
}

#share_nav{
    margin: 0 0 10px 0;
    text-align: center;
}

#share_nav h3{
    margin: 0 0 15px 0;
    letter-spacing: .1em;
    font-size: 13px;
}

#share_nav li{
    margin: 0 10px 15px 10px;
    display: inline-block;
    vertical-align: top;
}

#share_nav li img{
    width: 215px;
}


/*
*
    #teaser_yodogawa.bg
*
*/
#teaser_yodogawa.bg{
    margin: 0 0 20px 0;
    position: relative;
    top: -30px;
}

#teaser_yodogawa.bg .img_slider{
    width: calc(100% + 50px);
    margin: 0 0 20px 0;
    position: relative;
    left: -25px;
}

#teaser_yodogawa.bg .img_slider:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
}


#teaser_yodogawa.bg .txt_wrap{
    height: auto !important;
}




/* --------------------------------------------------
*
    #teaser_list
*
-------------------------------------------------- */
#teaser_list{
}

#teaser_list .indent_half_top{
    display: inline-block !important;
}

#teaser_list .teaser_title{
    position: relative;
}

#teaser_list .teaser_title h2{
    height: 90px;
    line-height: 90px;
    background-image:url(../../images/teaser/parts_bg_stripe_b.png);
    background-position: center;
    background-size: auto 25%;
    font-size: 16px;
    letter-spacing: .2em;
    color: #ff8000;
    text-align: center;
    position: relative;
}

#teaser_list .teaser_title h2 a{
    display: block;
    color: #ff8000;
}

#teaser_list .teaser_title .arrow{
    position: absolute;
    left: calc(50% - 9px);
    bottom: 10px;
    transition: bottom .1s ease .0s;
}

.is_pc #teaser_list .teaser_title:hover .arrow,
.is_sp #teaser_list .teaser_title.touch .arrow{
    bottom: 5px;
    transition: bottom .15s ease .05s;
}

#teaser_list .teaser_title .arrow img{
    width: 18px;
}

#teaser_list li a{
    width: 100%;
    min-height: 90px;
    padding: 15px 0;
    display: table;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    background-color: #ffe9c6;
    transition: background .1s ease .0s;
}

#teaser_list li.even a{
    background-color: #fff3df;
}

#teaser_list li.disabled a{
    background-color: #dadada !important;
}

#teaser_list li.disabled.even a{
    background-color: #eee !important;
}

#teaser_list li.open a{
    background-image:url(../../images/teaser/parts_bg_rect.png);
    background-position: center;
    background-size: auto 100%;
}

#teaser_list li.disabled span{
    color: #cacaca !important;
}

#teaser_list li.today a,
.is_pc #teaser_list li a:hover,
.is_sp #teaser_list li a.touch{
    background-color: #ff8000;
    transition: background .15s ease .05s;
}

#teaser_list li a span.wrap{
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    color: #666;
    letter-spacing: .1em;
    line-height: 1.6em;
    transition: color .1s ease .0s;
    position: relative;
}

#teaser_list li.today a span,
.is_pc #teaser_list li a:hover span,
.is_sp #teaser_list li a.touch span{
    color: #fff;
    transition: color .15s ease .05s;
}

#teaser_list li.open a span{
    color: #fff !important;
}

#teaser_list li a span{

}

#teaser_list li a .num{
    font-size: 24px;
    color: #ff8000;
    display: block;
    letter-spacing: 0;
    white-space: nowrap;
    position: relative;
}

#teaser_list li.today a .num:after{
    content: '';
    display: block;
    width: 67px;
    height: 47px;
    background-image:url(../../images/teaser/parts_ico_today.png);
    background-size: 65px;
    background-repeat: no-repeat;
    position: absolute;
    top: -28px;
    right: calc(50% - 110px);
}

#teaser_list li.disabled a .num{
    border-color: #cacaca;
}

#teaser_list li a .num .s{
    font-size: 12px;
    display: inline-block;
    position: relative;
    top: 0;
}

#teaser_list li a .title{
    display: block;
    text-indent: -.5em;
    padding-left: 2em;
}



/* --------------------------------------------------
*
    #past_event
*
-------------------------------------------------- */
#past_event{
    width: 100%;
    height: 115px;
    text-align: center;
    display: table;
    background-image:url(../../images/teaser/pic_btm.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: background .6s ease .0s;
}

#past_event p{
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

#past_event p span{
    padding: 0 15px;
    height: 40px;
    line-height: 36px;
    margin: 0 auto;
    display: inline-block;
    box-sizing: border-box;
    color: #fff;
    border: 2px solid #fff;
    font-size: 14px;
    letter-spacing: .1em;
    transition: background .1s ease .0s;
}

.is_pc #past_event:hover span,
.is_sp #past_event.touch span{
    background-color: rgba(0, 0, 0, .5);
    transition: background .15s ease .05s;
}



/* --------------------------------------------------
*
    #post_body
*
-------------------------------------------------- */
#post_wrap{
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
}

#post_wrap #teaser_title{
    margin: 0 0 25px 0;
    text-align: center;
    border-bottom: 1px solid #ffc878;
}

#post_wrap #teaser_title .date{
    margin: 0 0 15px 0;
    font-size: 36px;
    color: #ff8200;
}

#post_wrap #teaser_title h1{
    margin: 0 0 40px 0;
    font-size: 18px;
    letter-spacing: .05em;
    line-height: 1.6em;
    right: -.5em;
}

#post_wrap #teaser_title h1.small{
    font-size: 16px;
    letter-spacing: 0;
    white-space: nowrap;
}

#post_body p{
    margin: 0 0 25px 0;
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 2em;
    position: relative;
}

#post_body h4{
    width: 100%;
    border-top: 1px solid #ffc878;
    padding: 30px 0 0 0;
    margin: 30px 0;
    font-size: 18px;
    text-align: center;
    letter-spacing: .1em;
    line-height: 1.6em;
    position: relative;
}

#post_body h4 .s{
    font-size: 16px;
    display: block;
}

#post_body h4 .ti{
    display: block;
    position: relative;
    right: -.5em;
}


#post_body .illust{
    margin: 30px 0 20px 0;
    display: block;
    text-align: center;
    opacity: 1 !important;
    transform: translateY(0) !important;
}

#post_body .illust img{
    width: 50%;
    max-width: 160px !important;
}

#post_body a{
    padding: 0 0 1px 0;
    border-bottom: 1px solid #ff8200;
}

.is_pc #post_body a:hover,
.is_sp #post_body a.touch{
    border-bottom: 1px solid transparent;
}

#post_body .yt_mov{
    margin: 0 0 10px 0;
}

#post_body p img{
    width: 100%;
}

#post_body p.img.v img{
    max-width: 360px;
    display: block;
    margin: 0 auto;
}

#post_body span.caption{
    display: block;
    font-size: 12px;
    line-height: 1.6em;
    text-indent: -1em;
    padding-left: 1em;
    text-justfy: inter-ideograph;
    text-align: justify;
}

#post_body .area{
    margin: 0 0 10px 0;
    padding: 20px 0 15px 0;
    clear: both;
    overflow: hidden;
    border-bottom: 1px dashed #888;
}

#post_body .area.top{
    padding-top: 30px;
    border-top: 1px dashed #888;
}

#post_body .area.btm{
    margin: 0 0 25px 0;
}

#post_body .area h3{
    margin: 0 0 20px 0;
    font-size: 18px;
    color: #ff8200;
}

#post_body .area dl{
    clear: both;
    font-size: 14px;
    line-height: 1.6em;
}

#post_body .area dt{
    clear: both;
    width: 13%;
    float: left;
}

#post_body .area dd{
    width: 87%;
    margin: 0 0 15px 0;
    float: left;
}


#post_body h5{
    margin: 40px 0 15px 0;
    font-size: 18px;
    line-height: 1.6em;
    color: #ff8200;
}

#post_body h5.bd_top{
    padding-top: 25px;
    border-top: 1px solid #ffc878;
}

.btm_txt{
    margin-top: 60px;
    padding-top: 25px;
    border-top: 1px dashed #888;
}


.store_list p{
    margin: 0 0 15px 0 !important;
}

.store_list ul{
    padding: 0 5px 20px 5px;
}

.store_list li{
    margin: 0 0 10px 0;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.7em;
}


.timetable{
    margin: 25px 0 0 0;
    padding: 35px 0 0 0;
    border-top: 1px solid #ffc878;
}

.timetable .head_title{
    margin: 0 0 30px 0;
    text-align: center;
}

.timetable h2{
    margin: 0 0 15px 0;
    font-size: 23px;
    letter-spacing: .1em;
    color: #32b200;
}

.timetable li{
    margin: 0 0 25px 0;
    padding: 35px 15px 15px 15px;
    background-color: #fff;
    border-radius: 10px;
}

.timetable li p{
    font-size: 14px !important;
}

.timetable li .title{
    margin: 0 0 20px 0;
    padding: 0;
}

.timetable h3{
    margin: 0 0 5px 0 !important;
    font-size: 17px;
    line-height: 1.6em;
    letter-spacing: .1em;
    white-space: nowrap;
    color: #ff8200;
    text-align: center;
}

.timetable li .date{
    display: block;
    font-size: 12px !important;
    line-height: 1.6em;
    text-align: center;
    position: relative;
}

.timetable li .pic{
    margin-bottom: 0 !important;
}

.insta_mov{
    overflow: hidden;
}

#instagram-embed-0{
    min-width: 290px !important;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.is_sp #instagram-embed-0{
    width: 90% !important;
    max-width: 90% !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
}

/* --------------------------------------------------
*
    #teaser_nav
*
-------------------------------------------------- */
#teaser_nav{
    margin: 40px 0 0 0;
    padding: 30px 0 10px 0;
    border-top: 1px solid #ffc878;
    overflow: hidden;
    position: relative;
}

#teaser_nav.disabled{
    margin: 0;
    padding: 0;
    border: none;
}

#teaser_nav .disabled{
    visibility: hidden;
}

#teaser_nav p{
    line-height: 1em;
}

#teaser_nav a{
    color: #ff8200;
    font-size: 13px;
    transition: opacity .1s ease 0s;
    border: none !important;
}

#teaser_nav a:hover,
#teaser_nav a.touch{
    opacity: .7;
    transition: opacity .15s ease .05s;
}

#teaser_nav .prev{
    float: left;
    display: inline-block;
    padding: 0 0 0 16px;
    background-image:url(../../images/teaser/parts_ico_arrow_left.png);
    background-repeat: no-repeat;
    background-position: left calc(50% + 1px);
    background-size: 6px;
}

#teaser_nav .next{
    float: right;
    display: inline-block;
    padding: 0 16px 0 0;
    background-image:url(../../images/teaser/parts_ico_arrow_right.png);
    background-repeat: no-repeat;
    background-position: right calc(50% + 1px);
    background-size: 6px;
}

/* --------------------------------------------------
*
    #back_home
*
-------------------------------------------------- */
#back_home{
    clear: both;
    width: 100%;
    height: 90px;
    text-align: center;
    display: table;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: background .6s ease .0s;
}

.is_pc #back_home:hover,
.is_sp #back_home.touch{
    transition: background .8s ease-out .05s;
}

#back_home p{
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

#back_home p span{
    width: 70%;
    max-width: 470px;
    height: 30px;
    line-height: 26px;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    color: #ff8200;
    border: 2px solid #ff8200;
    font-size: 14px;
    letter-spacing: .1em;
    transition: background .1s ease .0s;
}

.is_pc #back_home:hover span,
.is_sp #back_home.touch span{
    background-color: rgba(255, 130, 0, .1);
    transition: background .15s ease .05s;
}


} /* ----- max-width: 640px ----- */

@media screen and (max-width: 420px) {
    .is_sp #instagram-embed-0{
        width: 290px !important;
        max-width: 290px !important;
        margin: 0 auto !important;
        box-sizing: border-box !important;
    }
}
