@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    home_sp.css
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px;
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {

#wrap{
    margin: 0 auto;
    padding: 0 0 0 0;
}

header{
    padding: 25px 10%;
    text-align: center;
}

header img{
    width: 100%;
    max-width: 320px;
}

.mov img{
    width: 100%;
}

#head_mov{
    margin: 0 0 30px 0;
}

/* --------------------------------------------------
*
    #yodogawa
*
-------------------------------------------------- */
#yodogawa{
    margin: 0 auto;
    text-align: left;
    position: relative;
}

#yodogawa br{ display: none;}

#yodogawa .badge{
    padding: 0 !important;
    margin: 0 auto 25px auto !important;
    text-align: center;
    position: relative;
    line-height: 0 !important;
}

#yodogawa .badge img{
    width: 180px !important;
}

#yodogawa .desc p{
    margin: 0 0 2em 0;
    padding: 0 5%;
    font-size: 14px;
    font-weight: bold;
    line-height: 2em;
    text-justfy: inter-ideograph;
    text-align: justify;
    line-break: strict;
}    

#yodogawa .img{
    margin: -10px 0 15px 0 !important;
    text-align: center;
}

#yodogawa .img img{
    width: 100%;
    max-width: 420px;
    display: block;
    margin: 0 auto;
}

#yodogawa_mov{
    margin: 0 0 40px 0;
    text-align: center;
}

#yodogawa_mov .inner{
    box-sizing: border-box;
    border: 2px solid #fff;
    margin: 0 0 20px 0;
}

#yodogawa_mov img{
    width: 100%;
}

#yodogawa_mov .caption{
    font-size: 12px;
    line-height: 1.7em;
    font-weight: bold;
    color: #603813;
}

#yodogawa_mov .caption br{ display: inherit !important;}

#yodogawa .btn_detail{
    margin: 0 0 60px 0;
    text-align: center;
}

#yodogawa .btn_detail img{
    width: 80%;
    max-width: 360px;
    opacity: 1 !important;
    background: transparent;
    transition: background .15s ease .0s;
}

.is_pc #yodogawa .btn_detail img:hover,
.is_sp #yodogawa .btn_detail img.touch{
    background: #fff;
    transition: background .2s ease .05s;
}


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

#teaser_list h1{
    margin: 0 0 20px 0;
    position: relative;
    text-align: center;
}

#teaser_list h1 img{
    width: 90%;
    max-width: 320px;
}

#teaser_list ul{
    max-width: 420px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 5%;
    letter-spacing: -.40em;
}

#teaser_list li{
    width: 100%;
    margin: 0 0 15px 0;
    text-align: left;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    white-space: nowrap;
}

#teaser_list li a{
    width: 100%;
    min-height: 110px;
    padding: 45px 10px 10px 10px;
    display: block;
    box-sizing: border-box;
    border-radius: 5px;
    border: 3px solid #023E21;
    color: #023E21;
    background-color: rgba(255, 255, 255, .6);
    position: relative;
    transition: background .15s ease .0s;
}

#teaser_list li.disabled a{
    background-color: rgba(255, 255, 255, .6) !important;
    border: 3px solid transparent !important;
}

#teaser_list li a:before{
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 30px;
    line-height: 24px;
    border: 2px solid #023E21;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background-color: #023E21;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 5px;
    left: 5px;
}

#teaser_list li.disabled a:before{ color: #023E21; background-color: transparent; border: 2px solid #023E21;}

#teaser_list li#n01 a:before{ background-image:url(../images/teaser/parts_num_01_w.png);}
#teaser_list li#n02 a:before{ background-image:url(../images/teaser/parts_num_02_w.png);}
#teaser_list li#n03 a:before{ background-image:url(../images/teaser/parts_num_03_w.png);}
#teaser_list li#n04 a:before{ background-image:url(../images/teaser/parts_num_04_w.png);}
#teaser_list li#n05 a:before{ background-image:url(../images/teaser/parts_num_05_w.png);}
#teaser_list li#n06 a:before{ background-image:url(../images/teaser/parts_num_06_w.png);}
#teaser_list li#n07 a:before{ background-image:url(../images/teaser/parts_num_07_w.png);}
#teaser_list li#n08 a:before{ background-image:url(../images/teaser/parts_num_08_w.png);}
#teaser_list li#n09 a:before{ background-image:url(../images/teaser/parts_num_09_w.png);}
#teaser_list li#n10 a:before{ background-image:url(../images/teaser/parts_num_10_w.png);}
#teaser_list li#n11 a:before{ background-image:url(../images/teaser/parts_num_11_w.png);}
#teaser_list li#n12 a:before{ background-image:url(../images/teaser/parts_num_12_w.png);}

#teaser_list li.disabled#n01 a:before{ background-image:url(../images/teaser/parts_num_01.png);}
#teaser_list li.disabled#n02 a:before{ background-image:url(../images/teaser/parts_num_02.png);}
#teaser_list li.disabled#n03 a:before{ background-image:url(../images/teaser/parts_num_03.png);}
#teaser_list li.disabled#n04 a:before{ background-image:url(../images/teaser/parts_num_04.png);}
#teaser_list li.disabled#n05 a:before{ background-image:url(../images/teaser/parts_num_05.png);}
#teaser_list li.disabled#n06 a:before{ background-image:url(../images/teaser/parts_num_06.png);}
#teaser_list li.disabled#n07 a:before{ background-image:url(../images/teaser/parts_num_07.png);}
#teaser_list li.disabled#n08 a:before{ background-image:url(../images/teaser/parts_num_08.png);}
#teaser_list li.disabled#n09 a:before{ background-image:url(../images/teaser/parts_num_09.png);}
#teaser_list li.disabled#n10 a:before{ background-image:url(../images/teaser/parts_num_10.png);}
#teaser_list li.disabled#n11 a:before{ background-image:url(../images/teaser/parts_num_11.png);}
#teaser_list li.disabled#n12 a:before{ background-image:url(../images/teaser/parts_num_12.png);}

#teaser_list li a:after{
    content: '';
    display: block;
    width: 22px;
    height: 25px;
    background-repeat: no-repeat;
    background-image:url(../images/teaser/parts_ico_arrow_dr.png);
    background-repeat: no-repeat;
    background-size: 22px;
    position: absolute;
    top: 13px;
    right: 8px;
    transition: right .15s ease .0s;
}

#teaser_list li.disabled a:after{ display: none;}

.is_pc #teaser_list li a:hover,
.is_sp #teaser_list li a.touch{
    background-color: rgba(255, 255, 255, .8);
    transition: background .2s ease .05s;
}

.is_pc #teaser_list li a:hover:after,
.is_sp #teaser_list li a.touch:after{
    right: 4px;
    transition: right .2s ease .05s;
}

#teaser_list li .date{
    font-size: 17px;
    letter-spacing: .1em;
    font-weight: bold;
    position: absolute;
    top: 15px;
    left: 45px;
}

#teaser_list li .date span{
    position: relative;
    z-index: 2;
}

#teaser_list .date:before{
    content: '';
    display: block;
    width: 110px;
    height: 6px;
    background-image:url(../images/teaser/parts_bg_y.png);
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 0;
}

#teaser_list .disabled .date:before{ display: none;}

#teaser_list li .date span.s{
    font-size: 14px;
    margin: 0 0 0 -.5em;
    display: inline-block;
}

#teaser_list li h2{
    font-size: 13px;
    line-height: 1.3888em;
    font-weight: bold;
}

#teaser_list li h2.s{
    font-size: 12px;
}

#teaser_list li .sub{
    margin: 2px 0;
    font-size: 12px;
    line-height: 1.571em;
}

.btn_bnr_online{ margin: 0 0 50px 0; padding: 0 5%; text-align: center;}
.btn_bnr_online img{ width: 100%; max-width: 370px;}


/* --------------------------------------------------
*
    #information
*
-------------------------------------------------- */
#information{
    margin: 0 5% 50px 5%;
    border: 5px solid #023E21;
    background-color: #fff;
    text-align: left;
}

#information .inner{
    padding: 25px 5%;
}

#information h2{
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: bold;
}

#information .inner .img{
    margin: 10px 0 0 0;
    text-align: center;
}

#information .inner .img img{
    width: 100%;
    max-width: 420px;
    margin: 10px auto -5px auto;
    display: block;
}

#information .inner .img.li{
    margin: -10px 0 -40px 0 !important;
}

#information .inner .img.btm{
    margin: 0 0 30px 0 !important;
}

#information .inner .img.li p{
    margin: 0 !important;
}

#information .inner .txt,
#information .inner .desc,
#information .inner dl{
    font-size: 14px;
    line-height: 2em;
}

#information .inner .i_list{
    margin: 0 0 4.5em 0;
}

#information .inner dt{
    margin: 2em 0 0 0;
    font-weight: bold;
}

#information .inner dd p{
    margin: 0 0 2em 0;
}

#information .inner .s_list{
    margin: 2.5em 0 2em 0;
}

#information .inner .s_list dt{
    color: #E95532;
}

#information .inner .s_list dd{
    text-indent: -1em;
    padding-left: 1em;
}

#information .inner a{
    text-decoration: underline;
}

.is_pc #information .inner a:hover,
.is_sp #information .inner a.touch{
    text-decoration: none;
}

#information .inner .afterword{
    font-size: 14px;
    margin: 0 0 1em 0;
    line-height: 2em;
}

.btn_pagetop{
    text-align: center;
    cursor: pointer;
}

.btn_pagetop img{
    width: auto;
    height: 14px;
    transition: opacity .15s ease .0s;
}

.is_pc .btn_pagetop img:hover,
.is_sp .btn_pagetop img.touch{
    opacity: .7;
    transition: opacity .2s ease .05s;
}



/* --------------------------------------------------
*
    #notice
*
-------------------------------------------------- */
#notice{
    margin: 0 0 50px 0;
    padding: 0 5%;
    text-align: center;
}

#notice p{
    margin: 0 0 20px 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 2em;
}

#notice .btn img{
    width: 90%;
    max-width: 320px;
    opacity: 1 !important;
    background-color: transparent;
    transition: background .15s ease .0s;
}

.is_pc #notice .btn img:hover,
.is_sp #notice .btn img.touch{
    background-color: #fff;
    transition: background .2s ease .05s;
}


/* --------------------------------------------------
*
    footer
*
-------------------------------------------------- */
footer{
    margin: 0 auto;
    margin: 0 5%;
    padding: 30px 0 40px 0;
    background-image:url(../images/teaser/parts_line.png);
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
    overflow: hidden;
}

footer:after{
    content: '';
    display: block;
    clear: both;
    font-size: 0;
}

footer .col_l{
    margin: 0 0 40px 0;
}

footer .col_r{
    font-size: 13px;
}

footer .col_l img{
    width: 240px;
}

footer .col_l p{
    margin: 0 0 10px 0;
}

footer .col_r .contact{
    margin: 0 0 20px 0;
}

footer .col_r .contact li{
    line-height: 2.23em;
}

footer .col_r a:hover,
footer .col_r a.touch{
    text-decoration: underline;
}

footer .col_r .share{
    margin: 30px 0 20px 0;
}

footer .col_r .share p{
    margin: 0 0 5px 0;
    display: inline-block;
    vertical-align: top;
}

footer .col_r .share ul{
    margin: -10px 0 0 5px;
    display: inline-block;
    vertical-align: top;
}

footer .col_r .share img{
    width: 29px;
}

footer .col_r .share li{
    margin: 0 3px 0 0;
    display: inline-block;
    vertical-align: middle;
}

footer .col_r .r p{
    line-height: 2.23em;
}

footer .col_r .credit{
    padding: 10px 0 0 0;
}

footer .col_r .hobo{
    display: inline-block;
    margin: 0 15px;
    line-height: 1em !important;
    vertical-align: middle;
}

footer .col_r .copyright{
    margin: 0 15px;
    line-height: 1em !important;
    display: inline-block;
    vertical-align: middle;
}

footer .col_r .hobo img{
    width: 101px;
}



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