@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    index_sp.css
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px;
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
header{
    height: 50px;
    box-sizing: border-box;
    background-color: #ff7bac;
    text-align: center;
    position: relative;
    z-index: 1;
}

header h1{
    position: relative;
    top: 2px;
}

header h1 img{
    width: auto;
    height: 60px;
}

#contents_area{
    height: 100%;
    min-height: 100%;
    margin: 0 10px 60px 10px;
    box-sizing: border-box;    text-align: center;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, .6);
    position: relative;
    z-index: 2;
}

/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}


#mv .inner{
    width: 100%;
    padding: 7.5% 35px 0 35px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

#mv .mv_inner{
    display: inline-block;
    text-align: left;
}

#mv .inner h1{
    margin: 0 0 10% 0;
}

#mv .inner h1 img{
    width: 100%;
    max-width: 360px;
}

#mv .inner .hobo img{
    width: 70%;
    max-width: 269px;
}

#mv .bg img{
    width: 100%;
}


/* --------------------------------------------------
*
    #yodogawa
*
-------------------------------------------------- */
#yodogawa{
    margin: -15px 0 0 0;
    padding: 50px 15px 40px 15px;
    text-align: center;
}

#yodogawa .col_l{
    margin: 0 0 40px 0;
    text-align: left;
    vertical-align: top;
}

#yodogawa .col_l p{
    margin: -10px 0 0 0;
    font-size: 15px;
    line-height: 1.8125em;
}

#yodogawa .col_r{
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
    vertical-align: top;
}

#yodogawa .col_r .banner{
    margin: 0 0 20px 0;
}

#yodogawa .col_r img{
    width: 100%;
}

#yodogawa .col_r .btn_about a{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    box-sizing: border-box;
    display: block;
    border-radius: 10px;
    font-size: 16px;
    letter-spacing: .025em;
    background-color: #00323c;
    color: #fff;
    transition: opacity .1s ease .0s;
}

.is_pc #yodogawa .col_r .btn_about a:hover,
.is_sp #yodogawa .col_r .btn_about a.touch{
    opacity: .7;
    transition: opacity .15s ease .05s;
}

/* --------------------------------------------------
*
    #index_nav
*
-------------------------------------------------- */
#index_nav{
    padding: 0 15px;
    margin: 0 0 50px 0;
}

#index_nav li{
    padding: 20px 0 35px 0;
    border-top: 1px dashed #666;
}

#index_nav li:last-child{
    border-bottom: 1px dashed #666;
}

#index_nav li a{
    display: inline-block;
}

#index_nav li h2{
    margin: 0 0 25px 0;
}

#index_nav li h2 span{
    display: block;
    font-size: 18px;
    text-indent: .5em;
    white-space: nowrap;
    transition: opacity .1s ease .0s;
}

#index_nav li h2 img{
    opacity: 1 !important;
    width: 130px;
    transition: transform .35s ease .0s;
    -webkit-transition: transform .35s ease .0s;
}

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

.is_pc #index_nav li a:hover h2 img,
.is_sp #index_nav li a.touch h2 img{
    transform: scale(1.05);
    transition: transform .15s ease .05s;
    -webkit-transform: scale(1.05);
    -webkit-transition: transform .15s ease .05s;
}

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

#index_nav li.disabled{ opacity: .5 !important;}
#index_nav li.disabled h2 img{ transform: inherit !important;}
#index_nav li.disabled h2 span{ opacity: 1 !important;}


/* --------------------------------------------------
*
    #btm_info
*
-------------------------------------------------- */
#btm_info{
    padding: 0 15px;
    text-align: center;
    color: #1A1A1A;
    overflow: hidden;
}

#btm_info .inner{
    display: inline-block;
    text-align: left
}

#btm_info h3{
    margin: 0 0 30px 0;
    text-align: center;
}

#btm_info h3 img{
    width: 90%;
    max-width: 373px;
}

#btm_info p{
    font-size: 14px;
    line-height: 1.8125em;
}

#btm_info .pic{
    margin: 20px 0 50px 0;
}

#btm_info .pic img{
    width: 100%;
    max-width: 420px;
}


/* --------------------------------------------------
*
    .talk_nav
*
-------------------------------------------------- */
.talk_nav{
    padding: 0 15px;
    position: relative;
}

.talk_nav.btm{
    margin-bottom: 55px;
}

.talk_nav ul{
    padding: 20px 0;
    border-top: 1px dashed #666;
    border-bottom: 1px dashed #666;
    position: relative;
}

.talk_nav li{
    display: inline-block;
}

.talk_nav li.prev{
    position: absolute;
    top: 19px;
    left: 3%;
}

.talk_nav li.next{
    position: absolute;
    top: 19px;
    right: 3%;
}

.talk_nav img{
    width: auto;
    height: 60px;
}

.talk_nav li.disabled{
    visibility: hidden;
}


/* --------------------------------------------------
*
    #content_body
*
-------------------------------------------------- */
#content_body{
    padding: 40px 0 0 0;
}

#content_body h2{
    margin: 0 0 30px 0;
}

#content_body h2 span{
    display: block;
    font-size: 18px;
    text-indent: .5em;
    white-space: nowrap;
    transition: opacity .1s ease .0s;
}

#content_body h2 img{
    opacity: 1 !important;
    width: 130px;
}

#content_body .pic{
    margin: 0 0 20px 0;
    padding: 10px;
    display: inline-block;
    background-color: #fff;
}

#content_body .pic img{
    width: 100%;
    max-width: 420px;
}


#content_body .conv dl{
    clear: both;
    padding: 0 10px;
    text-align: left;
    font-size: 15px;
    line-height: 2em;
}

#content_body .conv dl:after{
    content: '';
    display: block;
    clear: both;
    font-size: 0;
}

#content_body .conv dt{
    display: block;
    font-size: 13px;
}

#content_body .conv dt:after{
    content: '：';
}

#content_body .conv dd{
    margin: 0 0 35px 0;
    padding: 0 5px;
}

#content_body .conv dd + dd{
    margin-top: -20px;
}

#content_body .conv dl + .pic{
    margin-top: -10px;
}

#content_body .continue{
    margin: 0 0 10px 0;
    padding: 20px 0;
}

#content_body .continue .txt{
    margin: 0 0 55px 0;
    font-size: 15px;
}

#content_body .continue .date{
    font-size: 12px;
}


/* --------------------------------------------------
*
    footer
*
-------------------------------------------------- */
footer{
    overflow: hidden;
}

footer .foot_inner{
    margin: 0 25px 35px 25px;
    border-top: 1px dashed #666;
    text-align: center;
    padding: 30px 0 0 0;
    position: relative;
}

footer .foot_inner ul{
    margin: 0 0 35px 0;
    letter-spacing: -.40em;
}

footer .foot_inner li{
    margin: 0 10px;
    display: inline-block;
}

footer .foot_inner li img{
    width: 40px;
}

footer .foot_inner .logo{
    display: block;
}

footer .foot_inner .logo img{
    width: 180px;
}


.modal_profile{
    margin: 0 15px;
    padding: 30px 15px 25px 15px;
    box-sizing: border-box;
    display: inline-block;
    text-align: left;
    border-radius: 10px;
    background-color: #fff;
    color: #00323C;
    box-shadow: 0 0 4px rgba(0, 0, 0, .6);
    position: relative;
}

.modal_profile h3{
    margin: 0 0 25px 0;
    text-align: center;
    font-size: 23px;
}

.modal_profile .pic{
    margin: 0 0 10px 0;
}

.modal_profile .pic img{
    width: 100%;
}

.modal_profile p{
    font-size: 13px;
    line-height: 2em;
    white-space: nowrap;
}

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