/*
Theme Name: marujyu
Author: N designing
Author URI: https://n-designing.net/

*/



@charset "utf-8";
/* CSS Document */


/*==============================
共通
==============================*/


.titleBox h2{  
  font-size: 80px;
  line-height: 80px;
  font-weight: bold;
  letter-spacing: 10px;
  margin-bottom: 10px;
  color: #37386b;
}

.titleBox hr{
  display: block;
  border-bottom: none;
  width: 100px;
  height: 2px;
  margin-bottom: 10px;  
  background-color: #37386b;
}

.titleBox h3{
  font-weight: 400;  
  color: #37386b;
}

#headWrap{
  width: 100%;
  height: 400px;
  z-index: 1;
  background-image: url("img/headBack.jpg");
  background-position: center center;
  background-size: cover;
  border: 10px solid #37386b;
}

#headWrap > .titleBox{
  padding-top: 120px;
  padding-left: 100px;
}

#headWrap > .titleBox h2{
  color: #fff;
}

#headWrap > .titleBox hr{ 
  background-color: #fff;
}

#headWrap > .titleBox h3{
  color: #fff;
}


@media screen and (max-width: 600px){  
  .titleBox h2{  
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 4px;
  }
  
  #headWrap{
    height: 250px;
  }
  
  #headWrap > .titleBox {
    padding-top: 70px;
    padding-left: 40px;
  }
}

/*==============================
コンテンツ
==============================*/

.widget-container p{
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 3px;
  font-weight: bold;
  border-bottom: 4px solid #000;
  padding: 5px 10px;
}

h2{
  font-size: 36px;
  line-height: 50px;
}

h3{
  font-size: 18px;
  line-height: 40px;
  font-weight: 400;
}

hr.titleBar{
  width: 45px;
  border:1.5px solid #869e46;
}

.btn{
  display: block;
  text-align: center;
  background-color: #687a36;
  width: 135px;
  padding: 8px 0;
  color: #fff;
  transition: .2s;
  margin: 35px auto 0;
}

.btn:hover{
  opacity: .7;  
}

/*==============================
下層共通
==============================*/

a{
  transition: .2s;
}

article{
  padding: 0 15px;
}

#headTitle{
  padding: 0;
}

#headTitle{
  position: relative;
  display: flex;
	justify-content: center;
	align-items: center;
  width: 100%;
  height: 400px;
  background: url(img/infoBack.jpg);
  background-size: cover;
}

#headTitle h2{
  color: #fff;
  text-shadow:0px 0px 20px #000,0px 0px 20px #000,0px 0px 20px #000;
  font-size: 50px;
}

#mainTitle{
  padding: 90px 0px 0;
}

.mainTitlebox{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.mainTitlebox h3{
  color: #687a36;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}

.mainTitlebox p{
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 30px;
}
.flexBox{
  display: flex;
  flex-wrap: nowrap;
  justify-content:space-between;  
}

@media screen and (max-width: 800px){
  #headTitle{
    height: 300px;
  }
  
  #headTitle h2{
    font-size: 40px;
  }
  
  #mainTitle{
    padding-top: 40px;
  }
}

@media screen and (max-width: 800px){ 
  #headTitle{
    height: 230px;
  }   
  #headTitle h2{
    font-size: 30px;
  }
  .mainTitlebox h3{
    font-size: 30px;
  }
}

@media screen and (max-width: 414px){
  #headTitle{
    height: 150px;
  }  
  #headTitle h2{
    font-size: 24px;
  }
  #mainTitle{
    padding-top: 40px;
  }
  
  .mainTitlebox h3{
    font-size: 24px;
  }
}
/*==============================
メイン
==============================*/

#contents{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding: 80px 15px 60px;
}

#main{
	width: calc(75% - 20px);
	margin-right: 20px;
	margin-bottom: 30px;
}

#side{
	width: 25%;
}

.postList{
  position: relative;
  align-self: flex-start;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  z-index: 2;  
}

.postList li{
  width: 48%;
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 0 10px 0px rgba(0,0,0,.2);
}

.postList li a{
  position: relative;
  display: block;
  background-color: #fff;
  z-index: 2;
}

.postList li img{
  width: 100%;
}

.postList li div{
  padding: 20px;
}

.postList li div h4{
  font-size: 14px;
  letter-spacing: 0;
  font-weight: bold;
}

.post h4{
	font-size: 14px;
	color: #323232;
	font-weight: 600;
  padding-left: 10px;
}

.post .title{
	font-size: 20px;
	color: #323232;
	font-weight: 500;
  border-bottom: 1px solid #000;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.post p{
	text-align: justify;
	text-justify: inter-ideograph;
}

.post img{
	max-width: 100%;
	height: auto;
	align-self: flex-start;
}

.post-categories{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  margin-bottom: 10px;
}

.post-categories li{
  margin-right: 5px;
}

.post-categories li a{
  display: inline-block;
  font-size: 14px;
  background-color: #323232;
  color: #fff;
  padding: 5px 10px;  
}


.widget-container h3{
	border-left: 3px solid #687a36;
	font-size: 21px;
	padding: 5px 15px 8px;
	margin-bottom: 10px;
}

.widget-container{
}

.widget-container li{
	display: flex;
	flex-direction: column;
	padding: 10px 10px;
	border-bottom: 1px solid #323232;
}

.widget-container li{
  border-bottom: none;
}

.widget-container li a{
	color: #323232;
	font-size: 16px;
	line-height: 25px;
  border-bottom: 1px solid #ccc;
}
 
.widget-container li span{
	color: #323232;
	font-size: 16px;
	line-height: 20px;
}

.wp-pagenavi {
	clear: both;
	text-align: center;
	margin-bottom: 60px;
}

.wp-pagenavi .current,
.wp-pagenavi .larger,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .smaller,
.wp-pagenavi .previouspostslink{
  font-family: 'Montserrat', sans-serif;
	display: inline-block;
  color: #323232;
	border-bottom: 4px solid #323232;
	font-size: 21px;
	padding: 4px;
	width: 30px;
	height: 40px;
  line-height: 34px;
  font-weight: 400;
  margin-right: 5px;
}
.wp-pagenavi .larger:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .smaller:hover,
.wp-pagenavi .previouspostslink:hover{
  background-color: #323232;
  color: #fff;
  opacity: 1;
}

.wp-pagenavi .current{
  font-family: 'Montserrat', sans-serif;
	background-color: #323232;
	color: #fff;
  font-weight: 400;
}

#rpwwt-recent-posts-widget-with-thumbnails-2 img{
  max-width: 100%;
  height: auto;
}

/*==============================
レスポンシブ
==============================*/

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

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

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

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

	#main{
		width: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}

	#side{
    max-width: 400px;
    margin: 0 auto;
		width: 100%;
		flex-basis: 100%;
	}
  
  .widget-container li span{
    display: block;
  }
}

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

@media screen and (max-width: 600px){
  
  #main{
    margin-bottom: 60px;
  }
  #side{
    max-width: 300px;
  }
  .postList li{
    width: 100%;
  }

  .postList li:nth-of-type(2) a,
  .postList li:nth-of-type(3) a{
    border-top: none;
  }
  .postList li a > img{
    width: 100%;
    margin-right: 0;
  }
  
  .postList li a{
    display: block;
  }
}

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

	.post .title{
		font-size: 21px;
		line-height: 25px;
	}
	
}