@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;

}

body {
    font-size:18px;
    line-height:2em;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",”Meiryo,Osaka”,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    color:#231815;
    -webkit-text-size-adjust: 100%;
    font-weight:normal;
    background:#fff;
}

img {
    vertical-align: middle;
    font-size:0;
    line-height: 0;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display:block;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a{
text-decoration:none;
color:#3E3A39;
}

a:hover{
filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}


li {
    list-style-type: none;
}

.clearfix:after{
    content:".";
    display: block;
    height:0px;
    clear:both;
    line-height:0;
    visibility:hidden;
}



.header{
background:url(../img/main_bk.jpg) no-repeat center center;
background-size:cover;
height:500px;
position:relative;
}

.header h1{
text-align:center;
padding-top:156px;
}
.header h1 img{
margin:0px auto;
}

.header .hobonichi_logo{
    padding:20px 30px;
    position:absolute;
    bottom:0px;
    text-align:right;
    width:100%;
-webkit-appearance: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

.subtitle{
    text-align:center;
    padding:30px 0px 50px;
}

.yodogawa_index{
    background:#E8E8E8;
}

.contents{
    width:900px;
    overflow:hidden;
    margin:0px auto;
    padding:70px 0px 50px;
}

.yodogawa_index .yodogawa{
 float:left;
 width:50%;
 text-align:center;
}

.yodogawa_index .index{
    float:right;
    width:50%;
}
.yodogawa_index .index ul li{
    padding:20px 0px 15px;
    background:url(../img/line.png) no-repeat left bottom;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.yodogawa_index .index ul li.on{
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}    

.yodogawa_index .index ul li:first-child{
padding-top:0px;
}
.profile_btn{
    overflow:hidden;
    width:920px;
    margin:0px auto;
    padding-bottom:50px;
}

.profile_btn .miura{
    float:left;
    width:50%;
}

.profile_btn .gocho{
float:right;
width:50%;
}

.mainphoto{
    background:#3E3A39;
    text-align:center;
    padding:30px 0px 0px;
    
}

.mainphoto .caption{
    width:650px;
    padding:0px;
    text-align:right;
    margin:0px auto;
    color:#fff;
    font-size:13px;
}

.miura_profile,.gocho_profile{
    display:none;
}

h3{
    text-align:center;
    padding:100px 0px 60px;
}

.txt_area dl{
width:520px;
margin:0px auto;
}

.txt_area dt{
    display: inline-block;
    width: 90px;
    vertical-align: top;
}
.txt_area dd{
    display: inline-block;
    vertical-align: top;
    width: 420px;
    margin: 0 0 2em;
}

.btn_area{
padding-bottom:100px;
padding-top:30px;
}

.btn_area ul{
    width:700px;
    margin:0px auto;
    overflow:hidden;
}

.btn_area ul li{
    width:25%;
    text-align:center;
    float:left;
}

.btn_area ul li img{
width:138px;
}

.sns_area{
padding:40px 0px 40px;
}

.sns_area ul{
    overflow:hidden;
    width:630px;  
    margin:0px auto;  
}

.sns_area ul li{
    width:25%;
    text-align:center;
    float:left;
}

.sns_area ul li img{
    height:20px;
}


.event_area{
    background:#e8e8e8;
    padding:100px 0px 100px;
}

.event_info{
    width:580px;
    margin:0px auto;
    padding:0px 60px 80px;
    font-weight:bold;
}

.mt50{
margin-top:50px;
}

.event_detail{
    border:1px solid #D5D6D6;
    background:#fff;
    width:580px;
    padding:60px 60px 100px;
    margin:20px auto;
    border-radius:10px;
	font-weight:bold;

}
h4{
font-size:32px;
padding-bottom:40px;
line-height:1.5em;
}

.event_detail dl{
margin-bottom:100px;
}

.event_detail dt{
display:inline-block;
width:100px;
vertical-align:top;
}
.event_detail dd{
display:inline-block;
width:430px;
vertical-align:top;
}

.footer_navi li{
height:350px;
text-align:center;
position:relative;
}

.footer_navi li img{
position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
     -moz-transform: translate3d(-50%, -50%, 0);
           -ms-transform: translate(-50%, -50%);
          transform: translate3d(-50%, -50%, 0);
}

.footer_navi li.bg1{
background:url(../img/foot_bg01.jpg) no-repeat center center;
background-size:cover;
}
.footer_navi li.bg2{
background:url(../img/foot_bg02.jpg) no-repeat center center;
background-size:cover;
}
.footer_navi li.bg3{
background:url(../img/foot_bg03.jpg) no-repeat center center;
background-size:cover;
}


.pc_only{
display:block!important;
}

.sp_only{
display:none!important;
}

.copyright{
background:#3E3A39;
text-align:center;
padding:20px;
}

.img_area{
padding-bottom:36px;
text-align:center;
}
.profile_area{
width:550px;
margin:0px auto;
padding-bottom:40px;
}

.profile_area h3{
font-size:20px;
text-align:left;
padding:20px 0px;
}

.btn_close{
font-size:2em;
text-align:right;
}
.profile_gocho,.profile_miura{
display:none;
}

.profile_miura_sp{
display:none;
}

.credit{
	font-size:12px;
	text-align:center;
	margin-bottom:30px;
}

@media screen and (max-width:900px){

h1 img{
max-width:90%!important;
height:auto!important;
margin:0px auto;
}
.profile_btn img{
max-width:90%!important;
height:auto!important;
}


.profile_btn,.contents{

-webkit-appearance: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
letter-spacing:0px!important;

width:100%;
padding-left:10px;
padding-right:10px;
}

.event_detail,.event_info,.btn_area ul{

-webkit-appearance: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
letter-spacing:0px!important;

width:100%;
padding-left:10px;
padding-right:10px;
}
.btn_area ul li img{
width:90%;
height:auto;
}

.mainphoto img{
max-width:100%!important;
height:auto!important;
}

.event_detail, .event_info{
-webkit-appearance: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
letter-spacing:0px!important;

padding-left:20px;
padding-right:20px;
}
.event_area{
padding-left:10px;
padding-right:10px;
}
}


/*------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------*/

@media screen and (max-width:640px){
br {
  display: none !important;
}
br.br {
  display: block !important;
}

body{
font-size:16px!important;
word-break: break-all;
    line-height:1.7em;

}

.pc_only{
display:none!important;
}

.sp_only{
display:block!important;
}

* {
-webkit-appearance: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
letter-spacing:0px!important;
}

img{
max-width:100%;
height:auto;
}

.header{
height:350px;
}

.header h1{
	padding-top:90px;
	text-align:center;
}

.header h1 img{
width:85%;
margin: 0px auto;
}

.header .hobonichi_logo{
text-align:center;
}

.header .hobonichi_logo img{
width:135px;
}

h3 {
    text-align: center;
    padding: 50px 10px 30px;
}
.contents,.yodogawa_index .yodogawa,.yodogawa_index .index,.profile_btn,.profile_btn .miura,.profile_btn .gocho,.mainphoto .caption,.txt_area dl,.btn_area ul,.sns_area ul,.sns_area ul li,.event_info,.event_detail,.profile_area{
width:100%;
padding:0px 10px;
}

.yodogawa_index .yodogawa{
padding:30px 10px;
}

.mainphoto .caption{
padding:5px!important;
}

.txt_area dt{
width:20%;
margin: 0 0 1em;
}

.txt_area dd{
width:75%;
margin: 0 0 1em;
}

.event_detail dt{
width:20%;
margin: 0 0 1em;
}

.event_detail dd{
width:78%;
margin: 0 0 1em;
}

.btn_area ul li img{
width:90%;
}

.footer_navi li{
height:150px;
}

.footer_navi li.bg1 img{
	height:83%!important;
	width:auto!important;	
}
.footer_navi li.bg2 img{
	height:63%!important;
	width:auto!important;	
}
.footer_navi li.bg3 img{
	height:88%!important;
	width:auto!important;	
}

.img_area{
padding-left:10px;
padding-right:10px;
}
.img_area{
padding-bottom:26px;
text-align:center;
}

.event_area{
padding:50px 10px 30px;
}

.mt50{
margin-top:30px;
}

h4 {
    font-size: 18px;
    padding-bottom: 20px;
    line-height: 1.7em;
}

.event_detail{
padding: 40px 10px 60px;
}

.event_detail dl{
margin-bottom:20px;
}

.sns_area {
    padding: 10px 0px 0px;
}

.sns_area ul li{
padding:10px 0px!important;
}

.btn_area{
padding-bottom:40px;
}
.profile_btn .miura,.profile_btn .gocho{
padding:10px 10px;
}

.profile_area{
padding:20px 10px;
}


}

@media screen and (max-width:320px){
.header h1 img{
width:85%;
margin: 0px auto;
}
.event_detail dt{
width:24%;
margin: 0 0 1em;
}

.event_detail dd{
width:74%;
margin: 0 0 1em;
}

}