/* CSS Document */
.sp_hide{
	display: none!important;
}
#main_img{
	width: 100vw;
	height: 55vw;
	background-image: url("img/main_img.jpg");
	background-size: cover;
	background-position: center;
}
#main_img p{
	font-size: 5.42vw;
	line-height: calc(55vw - 55px);
	padding-top: 55px;
	color: white;
	text-align: center;
}
 /************************************************************/
.sidebar_cont{
	width: 90.97vw;
	margin: 4vw auto 10vw;
}
.sidebar_inner{
	display: flex;
	justify-content: space-between;
}
.cat_box{
	width: 63%;
}
.cat_box select{
	
	text-indent: 1em;
	box-sizing: border-box;
	border: 1px solid #B3B3B3;
	font-size: 3.75vw;
	width: 100%;
	height: 8.33vw;
}
.archive_box{
	width: 32%;

}
.archive_box select{
	text-indent: 1em;
	box-sizing: border-box;
	border: 1px solid #B3B3B3;
	font-size: 3.75vw;
	width:100%;
	height: 8.33vw;
}
.cat_text{
font-weight: 400;
font-style: normal;
	font-size: 4.17vw;

}
.sidebar_inner select::-ms-expand {
    display: none;
}
.sidebar_inner select{
    background-image: url("img/arrow.png");
	background-size: 10px auto;
	background-repeat: no-repeat;
	background-position: center right 5px;
}
.cat_text{
	font-size: 19px;
}
/*-------*/
.listnews{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	border-bottom: 1px solid #333333;
	width: 87.36vw;
	margin: auto;
}
.listnews li{
	width: 46.25%;
	margin-bottom: 20px;
}
/*--*/


.listnews dl{
	padding: 5px 0 9px;
}
.listnews dt{
	float: left;
	font-size: 1.35rem;
	line-height: 21px;
	margin-right: 12px;
}
.listnews dd{
	overflow: hidden;
}
.listnews dd span{
	display: block;
	max-width: 133px;
	text-align: center;
	color: #fff;
	background: #603813;
	line-height: 21px;
	font-size: 1.4rem;
}
.listnews .title{
	font-size: 1.4rem;
	line-height: 1.5;
}
.sec01 .btn{
	display: block;
    font-size: 1.35rem;
    color: #e1e1e1;
    width: 102px;
    margin: 5px auto 0;
    line-height: 38px;
    border: 1px solid #808080;
    text-align: center;
    box-sizing: border-box;
}
.listnews dt{float: none;}
.listnews dd span{max-width: 100%}

/*pager*/

#pager_container{
	border-top:1px solid #919191;
	width: 90.97vw;
	margin: auto;
	padding:4vw 0;
}
.wp-pagenavi{
	overflow:hidden;
	
	text-align:center;

}

.wp-pagenavi span,
.wp-pagenavi a{
	display:inline-block;
	overflow:hidden;
	padding:0px !important;
	background-color:#DADADA;
	color:#fff;
	text-decoration:none;
	border:none;
	line-height:8.84vw;
	width:8.84vw;
	-webkit-border-radius: 8.84vw;
	-moz-border-radius: 8.84vw;
	border-radius: 8.84vw;
	margin-left:5px;
	margin-right:5px;
}
.wp-pagenavi a.previouspostslink{
	background-color:white;
	color:black;
	text-decoration:none;
	border:none;
	line-height:8.54vw;
	width:16vw;
}
.wp-pagenavi a.nextpostslink{
	background-color:white;
	color:black;
	text-decoration:none;
	border:none;
	line-height:8.54vw;
	width:16vw;
}



.wp-pagenavi span.current{
	background-color:#424242;
}

/*------------SINGLE----*/
.title_cont{
	padding:5vw 0 3vw;
	border-bottom: 1px solid #575757;
}
.infor_line{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 3vw;
}
.date{
	font-size: 14px;
	margin-right: 10px;
}
.cate a{
	font-size: 15px;
	display: block;
	color: white;
	width: 50vw;
	height: 21px;
	text-align: center;
	line-height: 21px;
	background-color: #603813;
}
.title_line{
	font-family: source-han-serif-japanese, serif;
	font-weight: 500;
	font-size: 17px;

}
.contents_cont{
	padding: 5vw 0;
}
.form_title{
	color: #603813;
	font-family: source-han-serif-japanese, serif;
	font-weight: 500;
	font-size: 20px;
	text-align: center;
	border-bottom: 2px solid #603813;
	padding-bottom: 3vw;
	margin-bottom: 5vw;
}
.form_subtitle{
	text-align: center;
	font-size: 14px;
	font-family: source-han-serif-japanese, serif;
	margin-bottom: 5vw;
}
form.form{
	padding:0 0 5vw;
}
.form table{
	width: 100%;
}
.form table tr{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	flex-wrap: wrap;
}
.form table th{
	width: 100%;
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.form table td{
	width: 100%;
	text-align: left;
	margin-top: 2vw;
}
.inputname{
	font-size:15px;
	font-weight: 400;
	display: block;
	font-family: source-han-serif-japanese, serif;
}
.must{
	display: block;width: 40px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	background-color: #BC272D;
	color: white;
}
.any{
	display: block;width: 40px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	background-color: #666666;
	color: white;
}
input.textinput{
	border: 0.5px solid black;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
}
select.inputselect{
	border: 0.5px solid black;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	padding-left: 10px;
	background-image: url("img/arrow.png");
	background-size: 10px auto;
	background-repeat: no-repeat;
	background-position: center right 5px;
   	-webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
}
.full{
	width: 100% !important;
}
.half{
	width: 100% !important;
}
.sixty{
	width: 100% !important;
}
.forty{
	width: 100% !important;
}
.quarter{
	width: 100% !important;
}
.ten{
	width: 100% !important;
}
.btnsubmit{
	text-align: center;
	padding: 40px 0;
	margin: 0 auto;
	border-bottom: 1px solid #717171;
}
.btnsubmit input{
	width: 189px;
	height: 53px;
	color: white;
	text-align: center;
	background-color: #535353;
	font-size: 18px;
}
.goback{
	margin: 0 auto 40px;
	text-align: center;
}
.goback a{
	width: 150px;
	height: 62px;
	border: 1px solid #717171;
	text-align: center;
	line-height: 62px;
	display: block;
	margin: auto;
	text-decoration: none;
}
.goback a:hover{
	background-color: #717171;
	color: white;
}
.categ a{
	color: white;
}
.event_date,.event_place{
	font-size: 1.8rem;
}
.listnew .btn{
	padding:  5px 15px;
	border-radius: 20px;
}