@charset "utf-8";
form,table,input,textarea,dl,dt,dd { margin:0; padding:0; width: 100%;}

.spOnly{
	display: block;
}
.pcOnly{
	display: none;	
}

*{
box-sizing:border-box
}

.inr {
    width: 100%;
    margin: 3% auto;
    padding: 0 3%;
}

#header{
	overflow: visible !important;
	
}
#logo{
	width: 100%;
}
#logo_area img{
	display: block;
	margin: 0 auto;
	max-width: 250px;
}

.sp_topbnr{
	width: 100%;
}
.sp_topbnr img{
	max-width: 100%;
	width: 100%;
}

#main_col{
	position: relative !important;
	z-index: 0;
}

#header_wrap {
    width: 100%;
    min-width: 100%;
    height: 77px;
    margin: 0 0 1px 0;
}
#header {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    z-index: 30;
    position: relative;
    overflow: hidden;
}

#main_content {
    width: 100% !important;
    margin: 20px auto;
}

#main_col {
    width: 100% !important;
    float: none;
    padding:0 3%;
}
#side_col {
    width: 100% !important;
    float: none;
    padding:0 3%;
}

.slider-wrapper img{
	width: 100%;
}

.ul_event_img {
    margin-right: 5%;
    width: 20%;
    height: 80px;
    overflow: hidden !important;
    display: inline-block;
}
.ul_event .ul_event_right {
    width: 73%;
    display: inline-block;
}
#pickup ul {
    position: relative;
    margin: 0px 8px 0 0;
    overflow: hidden;
}

#pickup li{
width: 48%;
    display: inline-block;
    margin: 0;
    margin-right: 3%;
    height: auto !important;
}
#pickup li:nth-child(2n){
	margin-right: 0;
}
#pickup li img{
	width: 100% !important;
	height: auto !important;
	
}

.post_list li span {
	float: none;
    display: block;
    width: 165px;
    margin-bottom: 5px;
}

.link_box a{
	margin-bottom: 10px;
}


#single_post_title .title{
	width: auto;
	padding: 0 3%;
}

#bread_crumb{
	padding: 0 3%;
}

.post table{
	width:100%;
}
.scroll{
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}

form{
	max-width:   100%;
}

#single_post form{
	width: 100% !important;
}
.contact_table table{
	width: 100%;
}
form table th,form table td{
	display: block;
	width: 100%;
}

form table th,form table td{
	display: block;
	width: 100%;	
}

.archive_tit{
	width: 100%;
}