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

header h1{
    position: relative;
    top: -5px;
}

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

/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    width: 100%;
    min-height: 1000px;
    overflow: hidden;
    position: relative;
}

#mv:after{
    content: '';
    display: block;
    width: 100%;
    min-width: 920px;
    min-height: 1000px;
    background-image:url(../images/pic_bg.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center -100px;
    position: absolute;
    top: 0;
    left: 0;
}

#mv .inner{
    width: 900px;
    padding: 80px 0 70px 0;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

#mv .inner h1{
    margin: 0 0 40px 0;
}

#mv .inner h1 img{
    width: 410px;
}

#mv .inner .hobo img{
    width: 269px;
}


/* --------------------------------------------------
*
    #yodogawa
*
-------------------------------------------------- */
#yodogawa{
    padding: 100px 0 90px 0;
    text-align: center;
}

#yodogawa .col_l{
    width: 370px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

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

#yodogawa .col_r{
    width: 290px;
    display: inline-block;
    text-align: left;
    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: 290px;
    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 50px;
    margin: 0 0 100px 0;
}

#index_nav li{
    padding: 40px 0 65px 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: 36px;
    text-indent: .5em;
    transition: opacity .1s ease .0s;
}

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

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

.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{
    text-align: center;
    color: #1A1A1A;
}

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

#btm_info h3{
    margin: 0 0 60px 0;
}

#btm_info h3 img{
    width: 373px;
}

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

#btm_info .pic{
    margin: 70px 0 100px 0;
    padding: 10px;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0 0 13px rgba(0, 0, 0, .5);
}


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

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

.talk_nav ul{
    padding: 30px 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: 30px;
    left: 20px;
}

.talk_nav li.next{
    position: absolute;
    top: 30px;
    right: 20px;
}

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

.talk_nav li.disabled{
    visibility: hidden;
}


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

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

#content_body h2 span{
    display: block;
    font-size: 36px;
    text-indent: .5em;
}

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

#content_body .pic{
    margin: 0 0 50px 0;
    padding: 10px;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0 0 13px rgba(0, 0, 0, .5);
}


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

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

#content_body .conv dt{
    clear: both;
    width: 105px;
    float: left;
}

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

#content_body .conv dd{
    margin: 0 0 35px 0;
    float: left;
}

#content_body .conv dd + dd{
    margin-top: -15px;
    padding: 0 0 0 105px;
}

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

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

#content_body .continue .txt{
    margin: 0 0 105px 0;
    font-size: 18px;
}

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


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

footer .foot_inner{
    width: 800px;
    margin: 0 auto 40px auto;
    border-top: 1px dashed #666;
    padding: 30px 0 0 0;
    position: relative;
}

footer .foot_inner ul{
    letter-spacing: -.40em;
}

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

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

footer .foot_inner .logo{
    position: absolute;
    top: 40px;
    right: 0;
}

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


.modal_profile{
    margin: 40px 0;
    padding: 50px 60px;
    display: inline-block;
    text-align: left;
    border-radius: 20px;
    background-color: #fff;
    color: #00323C;
    box-shadow: 0 0 4px rgba(0, 0, 0, .6);
    position: relative;
}

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

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

.modal_profile p{
    font-size: 16px;
    line-height: 2em;
}

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