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

#index .section_inner{
    margin: 0 auto;
    padding: 0 15px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

#talk #section_yodogawa .section_inner{
    margin: 0 auto;
    padding: 0 15px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
#header{
    height: 35px;
    background-color: #000;
    text-align: center;
    position: relative;
    overflow: hidden;
}

#header .logo_tokyo{
    margin: 3px 0 0 0;
}

#header .logo_tokyo img{
    width: 150px;
    height: auto;
}

#header .logo_hobonichi{
    position: absolute;
    top: 22px;
    right: 15px;
}

/* --------------------------------------------------
*
    #main_visual
*
-------------------------------------------------- */
#main_visual{
    position: relative;
    text-align: center;
    background-color: #000;
}

#talk #main_visual{
	    border-bottom: 10px solid #231815;
}

#main_visual .pic{
    line-height: 0;
}

#main_visual .pic img{
    width: 100%;
    height: auto;
}

#main_visual .logo_hobonichi{
    position: absolute;
    bottom: 13px;
    left: 13px;
}

#main_visual .logo_hobonichi img{
    width: 102px;
    height: auto;
    transition: inherit !important;
}

/* --------------------------------------------------
*
    #section_yodogawa
*
-------------------------------------------------- */
#section_yodogawa{
    padding: 20px 0;
    position: relative;
}

#section_yodogawa h2{
    padding: 0 0 5px 0;
    margin: 0 0 15px 0;
    text-align: center;
    border-radius: 2px;
    border-bottom: 2px solid #b28829;
}

#section_yodogawa h2 img{
    width: 100%;
    max-width: 480px;
    height: auto;
}

#section_yodogawa p{
    font-size: 18px;
    line-height: 2em;
    letter-spacing: .05em;
}


/* --------------------------------------------------
*
    #section_index_nav
*
-------------------------------------------------- */
#section_index_nav{
    padding: 20px 0 5px 0;
    position: relative;
    background-color:#b28829;
}

#section_index_nav h2{
    padding: 0 0 5px 0;
    margin: 0 0 35px 0;
    text-align: center;
    border-radius: 2px;
    border-bottom: 2px solid #fff;
}

#section_index_nav h2 img{
    width: 100%;
    max-width: 480px;
    height: auto;
}

#section_index_nav ul{
    max-width: 420px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
}

#section_index_nav li{
    width: 100%;
    margin: 0 auto 35px auto;
    background-repeat: no-repeat;
    transition: opacity .15s ease .0s;
    background-repeat: no-repeat;
    background-size: 100%;
}

#section_index_nav li img{
    width: 100%;
    max-width: 560px;
    height: auto;
}

#section_index_nav li.disabled img{ opacity: 1 !important; cursor: default;}
#section_index_nav li.disabled a{ opacity: 1 !important; cursor: default;}
#section_index_nav li.on img{ opacity: 0;}

#section_index_nav li.n01.on{ background-image:url(../images/parts_index_nav_01_sp_on.png);}
#section_index_nav li.n02.on{ background-image:url(../images/parts_index_nav_02_sp_on.png);}
#section_index_nav li.n03.on{ background-image:url(../images/parts_index_nav_03_sp_on.png);}
#section_index_nav li.n04.on{ background-image:url(../images/parts_index_nav_04_sp_on.png);}

.is_sp #section_index_nav li.on.touch,
.is_pc #section_index_nav li.on:hover{ opacity: .7; transition: opacity .15s ease .0s;}


/* --------------------------------------------------
*
    #section_yodogawa
*
-------------------------------------------------- */
#section_profile{
    padding: 20px 0 30px 0;
    position: relative;
}

#section_profile h2{
    padding: 0 0 5px 0;
    margin: 0 0 15px 0;
    text-align: center;
    border-radius: 2px;
    border-bottom: 2px solid #b28829;
}

#section_profile h2 img{
    width: 100%;
    max-width: 480px;
    height: auto;
}

#section_profile h3{
    margin: 20px 0 15px 0;
    font-size: 18px;
    letter-spacing: .115em;
    text-align: center;
}

#section_profile h3 span{
    margin: 0 0 0 10px;
    font-size: 12px;
    letter-spacing: .075em;
    display: inline-block;
}

#section_profile .pic{
    margin: 0 0 5px 0;
    text-align: center;
}

#section_profile .pic img{
    width: 100%;
    max-width: 320px;
    height: auto;
}

#section_profile .desc{
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}

#section_profile p{
    font-size: 13px;
    line-height: 2em;
    letter-spacing: .075em;
}


/* --------------------------------------------------
*
    .talk_nav
*
-------------------------------------------------- */
.talk_nav{
    padding: 20px 20px;
    overflow: hidden;
    border-top: 10px solid #231815;
    background-image:url(../images/pic_bg_nav.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.talk_nav.btm{
    border: none;
    background-image: none;
    background-color: #b08629;
}

.talk_nav.disabled{
    display: none;
}

.talk_nav ul{
    max-width: 420px;
    height: 56px;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 0;
    position: relative;
    text-align: center;
}

.talk_nav li{
    display: inline-block;
}

.talk_nav li.disabled{
    visibility: hidden;
}

.talk_nav li img{
    width: auto;
    height: 56px;
    opacity: 1;
    transition: opacity .15s ease 0s;
}

.is_sp .talk_nav li a.touch img,
.is_pc .talk_nav li a:hover img{
    opacity: .5;
    transition: opacity .15s ease .05s;
}

.talk_nav li.btn_prev{
    position: absolute;
    bottom: 0;
    left: 0;
    transition: left .15s ease .0s;
}

.talk_nav li.btn_index{
    position: relative;
    transition: margin .15s ease .0s;
}

.talk_nav li.btn_next{
    position: absolute;
    bottom: 0;
    right: 0;
    transition: right .15s ease .0s;
}



/* --------------------------------------------------
*
    #talk_body
*
-------------------------------------------------- */
#talk_body{
    margin: 0 auto;
    overflow: hidden;
    padding: 25px 0 60px 0;
}

#talk_body .section_inner{
    padding: 0;
}

#talk_body h3{
    margin: 0 0 30px 0;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #b28829;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#talk_body h3 img{
    width: 85px;
    margin: 0 auto 15px auto;
    height: auto;
    display: block;
}

#talk_body .conv{
    padding: 0 15px;
    font-size: 16px;
}

#talk_body .conv dl{
    line-height: 2em;
    overflow: hidden;
}

#talk_body .conv dt{
    clear: both;
    font-weight: bold;
    width: 60px;
}

#talk_body .conv dd{
    margin: 0 0 25px 0;
    padding: 0 5px;
}

#talk_body .conv dd + dd{
    margin-top: -10px;
}

#talk_body .conv .img{
    clear: both;
    text-align: center;
    margin: 0 0 30px 0;
    position: relative;
}

#talk_body .conv .img img{
    width: 100%;
    max-width: 480px;
    height: auto;
}

#talk_body .conv .img.vertical img{
    max-width: 360px;
}

#talk_body .continue{
    clear: both;
    margin: 25px 0;
    text-align: center;
    line-height: 1.8em;
}

#talk_body .img.center{
    margin: 0 0 30px 0;
    text-align: center;
}

#talk_body .talk_date{
    text-align: center;
    font-size: 12px;
    color: #b28829;
    letter-spacing: .35em;
}

/* --------------------------------------------------
*
    #banner
*
-------------------------------------------------- */
#banner{
	background-color:#262626;
	padding:40px;
}
#banner p{
	margin:0 auto;
	text-align:center;
}
#banner img{
	width:60%;
	height:auto;
}
/* --------------------------------------------------
*
    #foot_share
*
-------------------------------------------------- */
#foot_share{
    width: 100%;
    padding: 40px 0 30px 0;
    text-align: center;
    background-image:url(../images/pic_bg_btm.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

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

#foot_share li{
    width: 25%;
    text-align: center;
    display: inline-block;
    letter-spacing: normal;
}

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

#foot_share .copyright img{
    width: 180px;
    height: auto;
}



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