/* CSS Document */

.content {
	margin-top:40px;
}
.content img{
  width: auto;
  height: auto;
}
.wp-pagenavi{
  margin:30px 0;
  text-align:center;
}
.wp-pagenavi a{
  display:inline-block;
  margin:0 2px;
  padding:8px 10px 8px;
  background:#fff;
  color:#333;
  font-size:12px;
  line-height:1.0;
  border:1px solid #7e7e7e;
}
.wp-pagenavi span{
  border:1px solid #7e7e7e;
  font-size:12px;
  line-height:1.0;
  display:inline-block;
  margin:0 2px;
  padding:8px 10px 8px;
  background:#7e7e7e;
  color:#fff;
}
.cate{
	padding:3px 6px;
	background:#9c958a;
	color:#fff;
	border-radius: 5px;
	font-size:13px;
	display:inline-block;
	margin:0 5px 0 0;
}
.openhouse{
	background:#3ab1c9;
}
.counsel{
	background:#ffa200;
}
.event-detail{
	background:#71bd20;
}
.blog{
	background:#f36767;
}
.entry-list li a{
	color:#298cb1;
	text-decoration:underline;
}
.entry-list li .date{
	font-size:12px;
	text-align:right;
	color:#868686;
}
.content .detail .head .date{
	font-size:12px;
	color:#868686;
}
.entry-body h1,
.entry-body h2,
.entry-body h3,
.entry-body h4,
.entry-body h5,
.entry-body h6,
.entry-body strong{
	font-weight:bold;
}
.entry-body h2{
	font-size:24px;
}
.entry-body h3{
	font-size:20px;
}
.entry-body h4{
	font-size:18px;
}
.entry-body h5{
	font-size:16px;
}
.entry-body p+p{
    margin: 5px 0;
}
.cate{
	margin:0 2px 2px 0;
}

/*　前の記事へ表示　*/
.content .prev img{
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.content .prev a{
    
}

.content .prev{
   
}

/*　次の記事へ表示　*/
.content .next img{
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.content .next{
   
}
.prevnext{
  float: none;
  margin-top: 10px;
  display: flex; 
  justify-content: space-between;    
}
.prevnext::after{
    content: none;
}
@media screen and (max-width: 768px) {
.content img{
  max-width: 100%;
  height: auto;
}
.entry-list li{
	display:table;
	padding:30px 0;
	border-bottom:1px solid #c1c1c1;
}
.entry-list .tit{
	margin:12px 0;
}
.entry-list li figure{
	margin:0 0 15px;
}
.content .detail .head{
	margin:20px 0 0;
}
.content .detail .head h1{
	margin:15px 0;
	padding:15px;
	font-size:20px;
	font-weight:bold;
	background:#ebebeb;
}
.content .detail{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:4px solid #ccc;
}
.content h2{
	margin:0 0 10px;
	font-weight:bold;
}

.content .detail .entry-body{
	margin:15px 0 0;
}
.content .detail .entry-body img,
.content .detail .entry-body iframe{
	max-width:100% !important;
	height:auto !important;
}

.content aside ul{
	display:block;
}
.content aside li ul{
	margin:10px 0 0;
}
.content aside li {
	margin:0 10px 10px 5px;
}
.content aside li a{
	background:url(../../common/images/i_arr2.png) 0 5px no-repeat;
	background-size:5px auto;
	padding:0 0 0 15px;
	font-size:14px;
}
.content aside li li{
	display:inline-block;
}
.content aside li ul{
	margin-left:10px;
}
#map_canvas{
	margin:20px 0;
	width:100%;
	height:200px;
}
 .content .prev img{
    width: 50px;
}
.content .next img{
    width: 50px;
}
}
@media print, screen and (min-width: 769px) {


.entry-list li{
	display:table;
	padding:30px 0;
	border-bottom:1px solid #c1c1c1;
}
.entry-list li figure{
	display:table-cell;
	width:225px;
	vertical-align:top;
	padding-right:30px;
}
.entry-list li figure img{
	width:100%;
	height:auto;
}
.entry-list li dl{
	display:table-cell;
	width:435px;
	vertical-align:top;
}

.entry-list li .tit{
	margin:10px 0;
}

.content .detail,
.content .article{
	float:left;
	width:660px;
	margin:0 40px 0 0;
	padding:0 40px 0 0;
	border-right:1px solid #c2c2c2;
}
.content .detail._eventpage-body{
    float: none;
    width: 100%;
    border-right: none;
    z-index: 1;
}
.content .detail .entry-body img{
	max-width:100%;
	height:auto;
}

.content .category{
	float:right;
	width:235px;
}

.content .category a{
	background:url(../../common/images/i_arr2.png) 0 8px no-repeat;
	background-size:5px auto;
	padding:0 0 0 15px;
}

.content .detail .head{
	margin:0 0 30px;
}

.content .detail .head h1{
	margin:15px 0;
	padding:20px;
	font-size:24px;
	font-weight:bold;
	background:#ebebeb;
}
.content aside h3{
	font-weight:bold;
}
.content aside li{
	margin:10px 0 0;
}

.content aside li a{
	font-size:14px;
}

.content aside li li{
	margin-left:15px;
}

.map_tit{
	margin:20px 0 0;
	font-size:24px;
}

#map_canvas{
	margin:10px 0 20px;
	width:100%;
	height:400px;
}

}

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

}
._eventpage{
    padding: 0 12px;
    margin-top: 0 !important;
    margin-bottom: 30px;
}
._eventpage .content{
    position: relative;
    z-index: 2;
    background:rgba(255,255,255,0.9);
}
._eventpage::before {
  background-position:top center;
  background-repeat: no-repeat;
  background-size:100% auto;
  content: "";
  height: 100vh;
  left: 0;
  position: fixed;
  margin-top: 0 !important;
  width: 100%;
  z-index: -1;
}
.eventHeader{
    text-align: center;
    color: #fff;
    height: 100vh;
}
    /*
.eventHeader .eventHeader_heading{
    margin-bottom: 20px;
    font-size: 20px; 
    letter-spacing: 3px;
    line-height: 1.4;
}
.eventHeader .eventHeader_date{
    margin-bottom: 10px;
    font-size: 18px; 
}
.eventHeader .eventHeader_area{
    margin-bottom: 10px;
    font-size: 14px; 
}*/
._eventpage .main{
    background: #fff;
    padding-bottom: 20px;
}
._eventpage .main .box .tit{

}


}
@media print, screen and (min-width: 769px) {
._event .contact{
    /*margin-top: 0 !important;*/
}
._eventpage::before {
  top: 0 !important;
  background-position:center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100vh;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: -1;
} 
.eventHeader{
    text-align: center;
    color: #fff;
    height: 100vh;
}
._eventpage .content{
    padding: 22px;
    background:rgba(255,255,255,0.9);
    margin-bottom: 0 !important;
    }
}