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

#wrap{
    overflow: hidden;
}

/* --------------------------------------------------
*
    #head
*
-------------------------------------------------- */
#head{
    text-align: center;
}

#head .logo_hobo{
    padding: 5px 0;
    background-color: #f4e701;
    line-height: 0;
}

#head .logo_hobo img{
    width: 60%;
    max-width: 240px;
    line-height: 0;
}

#head .logo_tokyo{
    padding: 5px 0;
}

#head .logo_tokyo img{
    width: 55%;
    max-width: 240px;
}

/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    margin: 0 0 5px 0;
    position: relative;
}

#mv img{
    width: 100%;
}


/* --------------------------------------------------
*
    #sec_yodogawa
*
-------------------------------------------------- */
#sec_yodogawa{
    font-family: 'TBカリグラゴシック E' !important;
    margin: 5px 0 10px 0;
    padding: 0 15px;
}

#sec_yodogawa p{
    line-height: 1.8333em;
}

.is_sp #sec_yodogawa a.touch,
.is_pc #sec_yodogawa a:hover{
    text-decoration: underline;
}

#sec_yodogawa .caution{
    font-family: 'TBカリグラゴシック R' !important;
    margin: 30px 0 0 0;
    font-size: 80%;
    color: #f179af;
    text-align: center;
}

/* --------------------------------------------------
*
    #index_nav
*
-------------------------------------------------- */
#index_nav{
    margin: 50px 0 65px 0;
    text-align: center;
}

#index_nav ul{
    padding: 0 0 40px 0;
    background-image:url(../images/parts_train_nav_line.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 40px;
}

#index_nav li{
    padding: 75px 0 40px 0;
    background-image:url(../images/parts_train_nav_line.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 40px;
}

#index_nav li a{
    display: inline-block;
    transition: opacity .1s ease .0s;
}

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

#index_nav li.disabled a{
    color: #e1e467;
    cursor: default;
    opacity: 1 !important;
}

#index_nav .num{
    margin: 0 0 20px 0;
    font-size: 16px;
}

#index_nav h3{
    margin: 0 0 20px 0;
    font-size: 19px;
    text-indent: .5em;
}

#index_nav .date{
    font-size: 16px;
}


/* --------------------------------------------------
*
    .talk_nav
*
-------------------------------------------------- */
.talk_nav{
    height: 70px;
    padding: 20px 0;
    margin: 0 0 20px 0;
    box-sizing: border-box;
    text-align: center;
    background-color: #49a268;
    position: relative;
}

.talk_nav ul{
    max-width: 420px;
    margin: 0 auto;
    position: relative;
}

.talk_nav a{
    color: #fff;
    font-size: 14px;
    transition: background .15s ease .0s, opacity .15s ease .0s;
}

.is_sp .talk_nav a.touch,
.is_pc .talk_nav a:hover{
    opacity: .7;
    transition: background .15s ease .05s, opacity .15s ease .05s;
}

.talk_nav .prev a{
    padding: 0 0 0 30px;
    height: 30px;
    line-height: 30px;
    background-image:url(../images/parts_ico_arrow_left.png);
    background-repeat: no-repeat;
    background-size: auto 30px;
    background-position: 0 center;
    position: absolute;
    top: 0;
    left: 10px;
}

.talk_nav .next a{
    padding: 0 30px 0 0;
    height: 30px;
    line-height: 30px;
    background-image:url(../images/parts_ico_arrow_right.png);
    background-repeat: no-repeat;
    background-size: auto 30px;
    background-position: 100% center;
    position: absolute;
    top: 0;
    right: 10px;
}

.talk_nav .top a{
    padding: 0 0 0 40px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    background-image:url(../images/parts_ico_arrow_top.png);
    background-repeat: no-repeat;
    background-size: auto 25px;
    background-position: left 0;
}


/* --------------------------------------------------
*
    #talk_body
*
-------------------------------------------------- */
#talk_body{
}

#talk_body .talk_title{
    margin: 30px 0 25px 0;
    color: #49a268;
    text-align: center;
}

#talk_body .talk_title .num{
    margin: 0 0 15px 0;
    padding: 0 0 55px 0;
    background-image:url(../images/parts_train_title_line.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 40px;
    font-size: 16px;
}

#talk_body .talk_title h2{
    font-size: 19px;
    text-indent: .5em;
}

.is_sp #talk_body a.touch,
.is_pc #talk_body a:hover{
    text-decoration: underline;
}

#talk_body dl{
    padding: 0 15px;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.8333em;
}

#talk_body dl:after{
    content: '';
    display: block;
    clear: both;
}

#talk_body dt{
    font-family: 'TBカリグラゴシック E' !important;
    clear: both;
}

#talk_body dt.talker0{
    font-family: '游ゴシック','YuGothic',Meiryo,メイリオ,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif !important;
    font-weight: bold;
    letter-spacing: -.20em;
}

#talk_body dt.talker1{
    color: #49a268;
}

#talk_body dt.talker2{
    color: #5885d3;
}

#talk_body dd{
    margin: 0 0 30px 0;
    padding: 0 10px;
}

#talk_body .img{
    margin: -5px 0 20px 0;
    text-align: left;
    display: inline-block;
}

#talk_body .img.yt{ display: block !important;}
#talk_body iframe{
    width: 100%;
}

#talk_body .img img{
    width: 100%;
}

#talk_body .img .caption{
    margin: 3px 0 0 0;
    display: block;
    font-size: 14px;
    line-height: 1.5em;
    color: #93a076;
    text-align: center;
}

#talk_body .talk_date{
    margin: 30px 0 50px 0;
    font-size: 14px;
    text-align: center;
}

#talk_body .talk_date .continue{
    margin: 0 0 15px 0;
}

#talk_body .caution{
    margin: 0 0 40px 0;
    font-size: 85%;
    color: #f179af;
    text-align: center;
}

/* --------------------------------------------------
*
    #foot_share
*
-------------------------------------------------- */
#foot_share{
    margin: 40px 0 30px 0;
    text-align: center;
}

#foot_share ul{
    max-width: 480px;
    margin: 0 auto;
    letter-spacing: -.40em;
    text-align: center;
}

#foot_share li{
    width: 25%;
    display: inline-block;
    margin: 0 0 40px 0;
    vertical-align: top;
}

#foot_share li img{
    width: auto;
    height: 62px;
}

#foot_share .copyright img{
    width: 220px;
}


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