@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    teaser_pc.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
header{
    height: 240px;
    margin: 0 0 50px 0;
}

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

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

#teaser_yodogawa p{
    font-size: 18px;
    letter-spacing: .1em;
    line-height: 1.888em;
}

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

#share_nav h3{
    margin: 0 0 25px 0;
    letter-spacing: .1em;
}

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

#share_nav li img{
    width: 215px;
}

/*
*
    #teaser_yodogawa.bg
*
*/
#contents_area.m{
    margin: -50px 0 0 0;
}

#teaser_yodogawa.bg{
    position: relative;
}

#teaser_yodogawa.bg .img_slider{
    position: relative;
}

#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 .img_slider img{
}

#teaser_yodogawa.bg .img_slider div{
    max-height: 640px;
    overflow: hidden;
}

#teaser_yodogawa.bg .img_slider .pic{
    overflow: hidden;
}

#teaser_yodogawa.bg .txt_wrap{
    width: 100%;
    display: table;
    position: absolute;
    top: 0;
    left: 0;
}

#teaser_yodogawa.bg .txt_wrap p{
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}


/* --------------------------------------------------
*
    #teaser_list
*
-------------------------------------------------- */
#teaser_list{
    min-width: 960px;
}

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

#teaser_list .teaser_title{
    position: relative;
}

#teaser_list .teaser_title h2{
    height: 150px;
    line-height: 150px;
    background-image:url(../../images/teaser/parts_bg_stripe_b.png);
    background-position: center;
    font-size: 36px;
    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% - 11px);
    bottom: 25px;
    transition: bottom .1s ease .0s;
}

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

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

#teaser_list li a{
    min-height: 150px;
    padding: 38px 0;
    box-sizing: border-box;
    display: block;
    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;
}

#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{
    width: 960px;
    min-width: 960px;
    height: 75px;
    display: table;
    padding: 0 0 0 120px;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 24px;
    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.open a .wrap:after{
    content: '';
    width: 192px;
    height: 131px;
    display: block;
    background-image:url(../../images/teaser/parts_ico_open.png);
    background-repeat: no-repeat;
    background-size: auto 131px;
    background-position: center;
    position: absolute;
    top: -29px;
    right: 0;
}

#teaser_list li a span{
    display: table-cell;
    vertical-align: middle;
}

#teaser_list li a .num{
    width: 160px;
    font-size: 48px;
    color: #ff8000;
    border-right: 1px solid #ffc678;
    letter-spacing: 0;
    white-space: nowrap;
    position: relative;
}

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

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

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

#teaser_list li a .title{
    padding: 0 0 0 35px;
}

#teaser_list li.even .wrap:before{
    content: '';
    width: 141px;
    height: 141px;
    display: block;
    background-repeat: no-repeat;
    background-size: 141px;
    position: absolute;
    top: -110px;
    left: -30px;
}

#teaser_list li.d20 .wrap:before,
#teaser_list li.d24 .wrap:before,
#teaser_list li.d28 .wrap:before{
    left: inherit;
    right: -30px;
}

#teaser_list li.d20 .wrap:before{ background-image:url(../../images/teaser/img_obj_01.png);}
#teaser_list li.d22 .wrap:before{ background-image:url(../../images/teaser/img_obj_02.png);}
#teaser_list li.d24 .wrap:before{ background-image:url(../../images/teaser/img_obj_03.png);}
#teaser_list li.d26 .wrap:before{ background-image:url(../../images/teaser/img_obj_04.png);}
#teaser_list li.d28 .wrap:before{ background-image:url(../../images/teaser/img_obj_05.png);}
#teaser_list li.d30 .wrap:before{ background-image:url(../../images/teaser/img_obj_06.png);}



/* --------------------------------------------------
*
    #past_event
*
-------------------------------------------------- */
#past_event{
    width: 100%;
    height: 260px;
    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;
}

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

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

#past_event p span{
    width: 400px;
    height: 60px;
    line-height: 56px;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    color: #fff;
    border: 2px solid #fff;
    font-size: 20px;
    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{
    width: 960px;
    padding: 0 140px;
    margin: 0 auto;
    box-sizing: border-box;
}

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

#post_wrap #teaser_title .date{
    margin: 5px 0 25px 0;
    font-size: 56px;
    color: #ff8200;
}

#post_wrap #teaser_title h1{
    margin: 0 0 50px 0;
    font-size: 28px;
    letter-spacing: .1em;
    line-height: 1.6em;
    position: relative;
    right: -.5em;
}

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

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

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

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


#post_body .illust{
    width: 260px;
    display: block;
    text-align: right;
    position: absolute;
    top: 45%;
    right: -140px;
}

#post_body .illust.left{
    left: -140px;
    text-align: center;
    right: inherit;
}

#post_body .illust.top{
    top: -10%;
}

#post_body .illust.btm{
    top: inherit;
    bottom: 10%;
}

#post_body .illust img{
    width: auto !important;
    max-width: 230px;
}

#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: 480px;
    display: block;
    margin: 0 auto;
}

#post_body span.caption{
    display: block;
    font-size: 14px;
    line-height: 1.6em;
    text-indent: -1em;
    padding-left: 1em;
}

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

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

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

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

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

#post_body .area dt{
    clear: both;
    width: 60px;
    float: left;
}

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


.t03 #post_body p{
    padding: 0 0 0 120px;
}

.t03 #post_body p.img{
    padding-left: 0 !important;
}

#post_body h5{
    margin: 70px 0 25px 0;
    font-size: 23px;
    line-height: 1.6em;
    color: #ff8200;
}

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

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

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

.store_list ul{
    padding: 0 15px 35px 15px;
}

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

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

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

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

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

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

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

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

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

/* --------------------------------------------------
*
    #teaser_nav
*
-------------------------------------------------- */
#teaser_nav{
    margin: 60px 0 0 0;
    padding: 25px 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: 14px;
    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 !important;
    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 !important;
    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: 160px;
    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: 470px;
    height: 40px;
    line-height: 36px;
    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;
}

} /* ----- min-width : 641px ----- */
