@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:20px;
    line-height:2em;
    font-family: "Midashi Go MB31";
    -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_area{
    width:900px;
    margin:0px auto;
    position:absolute;
    left:0;
    right:0;
    height: 100%;
}

.header h1 img{
margin:10px auto;
}

.header .hobonichi_logo{
    padding:20px 0px;
    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;
}


.yodogawa_area{
    background:#4f6a36;
    text-align:center;
    padding:40px 0px;
}

.yodogawa{
    width:950px;
    margin:0px auto;
    position:relative;
}

.yodogawa_img{
    position:absolute;
    right:0px;
    bottom:0px;
}

.bigimage{
    position:relative;
}

.bigimgillust{
    width:900px;
    margin:0px auto;
    position:absolute;
    z-index:100;
    left:0;
    right:0;
}

.bigimage img.mainimg{
    width:100%;
    height:auto;
}

.profile_btn_area{
    background:#4f6a36;

}

.profile_btn_contents{
    width:700px;
    text-align:center;
    position:relative;
    margin:0px auto;
}
.profile_btn_contents .profile_btn{
    margin: 65px 0px;
}
.profile_btn_contents .illust01{
    position: absolute;
    z-index: 100;
    top: -50px;
    left: 0px;
}

.profile_btn_contents .illust02{
position: absolute;
    z-index: 100;
    right: 10px;
    bottom: 50px;
}

h3{
    text-align:center;
    padding:50px 0px;
    background:#193e00;
}

.txt_area{
    padding-top:50px;
    color:#4f6a36;
    font-weight:bold;
}

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

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

.date{
    font-size:18px;
    font-weight:bold;
    color:#4f6a36;
    text-align:center;
}

.mgc{
    display:block;
    margin:40px auto;
}

.youtube_area{
    width:750px;
    margin:20px auto;
}

.btn_area{
padding-bottom:50px;
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:139px;
}

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

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

.sns_area ul li{
	text-align: center;
    float: left;
    padding: 0px 18px;
}



.mt50{
margin-top:50px;
}



.footer_navi li{
padding:5px 0px;
text-align:center;
position:relative;
}




.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{
    background:#fff;
width:540px;
padding:20px 20px 20px;
margin:0px auto;
position:absolute;
border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
top:10px;
left:0px;
right:0px;

margin:0px auto;
z-index:200;
}

.profile_txt{
    height:500px;
    overflow:auto;
}
.profile_txt::-webkit-scrollbar{width:5px;}/*バーの太さ*/
.profile_txt::-webkit-scrollbar-thumb{background:#999; border-radius: 15px;}/*バーの色*/

.profile_txt p{
    font-size:16px;
    color:#4f6a36;
    margin-bottom:20px;
}

.profile_txt p a{
    color:#4f6a36;
}
.profile_area h3{
font-size:24px;
text-align:left;
padding:20px 0px;
background:#fff;
    color:#4f6a36;
}

.btn_close{
font-size:2em;
text-align:right;
}

.foot_area{
background:#3e3a39;
padding:20px;
text-align:center;
}
.foot_area img{
    margin:5px;
}

.foot_img{
    display:block;
    width:100%;
    height:auto;
    margin-top:50px;
}
.img_area{
width:550px;
margin:0px auto;
}

.img_area img{
width:100%;
}
/*------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------*/

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


body{
font-size:18px!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:320px;
}

.header h1{
	text-align:center;
	margin-top:230px;
}

h1 img{
margin: 0px auto;
max-width:277px;
}

.hobonichi_logo{
text-align:center;
position:relative;
}

.hobonichi_logo img{
width:135px;
padding:0px;

}
.yodogawa{
    color:#fff;
    text-align:left;

}
.yodogawa_area{
        position:relative; 
        height:250px;   
}
.sp_title{
    position:absolute;
    top:-100px;
    z-index:100;
    display:block;
    max-width:100%;
    left:0;
    right:0;
    margin:0px auto;
}
h3 {
    text-align: center;
    padding: 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,.header_area,.yodogawa,.bigimgillust,.profile_btn_contents,.youtube_area,.img_area{
width:100%;
padding:0px 10px;
}

.yodogawa{
padding:30px 10px 30px;
background: #4f6a36;
}

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

.txt_area dt{
width:100%;
margin: 0.5em 0 0em;
}

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

.footer_navi{
    padding:10px;
}
.footer_navi li {
    padding: 3px 0px;
    text-align: center;
    position: relative;
}

iframe{
    width:100%;
    height:auto;
}
.header_area{
    background:none;
}

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




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




.mt50{
margin-top:30px;
}


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

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

.btn_area{
padding-bottom:40px;
}


.profile_area{
padding:20px 10px;
}

.bigimgillust{
    text-align:center;
}

.header .hobonichi_logo{
    position:relative;
}

.profile_btn_contents .profile_btn {
    margin: 25px 0px;
}

.profile_area{
    width:90%;
}

.profile_txt{
    height:300px;
}

.profile_area h3{
    font-size:20px;
}

.prifle_area p{
    font-size:16px;
}

.header{
background:url(../img/main_bk_sp.jpg) no-repeat center center;
background-size:cover;
}
}

