@charset "UTF-8";
/* =================================
Top Page CSS
================================= */
#main { margin: 0 auto 50px; }

.blog h3 { margin: 30px 0; }

.blog {
  width: 100%;
}


.blog_content { width: 680px; }

.blog_sidebar { width: 232px; }
@media screen and (max-width: 768px){
.blog_sidebar { width: 100%; }
}

.blog .box {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #999;
}

.blog .box img,
.blog .box .box_content {
  display: inline-block;
  vertical-align: top;
}

.blog .box .phbox{
	position: relative;
	display: inline-block;
	width:171px;
	height:152px;
}
.content_img_04 .box_content .phbox{
	position: relative;
	display: inline-block;
	width:172px;
	height:199px;
}
.blog .box .phbox img,
.content_img_04 .box_content img{
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	transform: translate(-50%,-50%);
}
@media screen and (max-width: 768px){
	.blog .box .phbox{
		width:90px;
		height:80px;
	}
	.content_img_04 .box_content {
	}
	.content_img_04 .box_content a {
		width: 100%;
	}
	.content_img_04 .box_content .phbox{
		width: 100%;
	}
  .blog .box img {
    overflow: hidden;
  }
}

.blog .box .box_content {
  margin-left: 15px;
  position: relative;
  width: 480px;
}

.blog .box .box_content ul li {
  display: inline-block;
  vertical-align: top;
  background-color: #ededed;
  font-size: 11px;
  color: #555;
  border-radius: 34.5px;
  text-align: center;
  line-height: 11px;
  margin-right: 5px;
  padding: 5px 10px;
}

.blog .box .box_content .blog_category {
  display: inline-block;
}
.blog .box .box_content .blog_category span {
  display: inline;
  vertical-align: top;
  background-color: #ededed;
  font-size: 12px;
  color: #555;
  border-radius: 34.5px;
  text-align: center;
  margin-right: 5px;
  padding: 6px 10px;
  margin-bottom: 3px;
}

.blog .box .box_content .news_date {
  display: inline-block;
  width: 90px;
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
  background-color: #AF8843;
  color: #fff;
  text-align: center;
  margin-right: 10px;
  padding: 5px;
  border-radius: 0 0 ;
  margin-bottom: 3px;
}

.blog .box .box_content strong {
  font-size: 17px;
  color: #757575;
  line-height: 28px;
  margin-top: 10px;
  display: block;
  margin-bottom: 30px;
}

.blog .box .box_content p {
  font-size: 12px;
  line-height: 1.8em;
  color: #757575;
  line-height: 26px;

}

.blog .paging {
  margin: 30px 0 60px;
}

.blog_sidebar form {
  position: relative;
  margin-top: 25px;
}


.blog_sidebar form input {
   width: 232px;
   height: 40px;
   padding: 0 50px 0 20px ;
   border: 1px solid #997336;
}

@media screen and (max-width: 768px){
  .blog_sidebar form input {
     width: 100%;
  }
}

.blog_sidebar form input[type="submit"] {
  width: 40px;
  height: 40px;
  background: url(../img/icon_search.png) no-repeat;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  background-color: #af883d;
}

.sidebar {
  width: 100%;
  border: 1px solid #997336;
  margin: 25px 0;
  padding: 5px;
   background-color: #fff;
}

.sidebar p:first-child {
  width: 100%;
  height: 33px;
  line-height: 33px;
  background-color: #F4F1EB;
  margin-bottom: 10px;
  text-indent: 10px;
  font-size: 16px;
  color: #7A5A27;
  font-family: 'Playfair Display SC', serif;
}

.sidebar p:first-child span {
  font-size: 11px;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
  margin-top: -4px;
  display: inline-block;
  color: #AE8743;
  font-weight: 500;
}

.sidebar ul li{
  display: block;
  line-height: 36px;
  font-size: 12px;
  color: #757575;
  border-bottom: 1px dotted #757575;
}

.sidebar ul li a {
  display: block;
  padding: 10px;
  line-height: 1.6;
}

.sidebar ul li:last-child {
   border: none;
}

.calendar {
  text-align: center;
}
.calendar h2 {
  font-size: 16px;
  color: #7A5A27;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
}
.calendar h2:first-letter {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
  font-size: 16px;
  color: #7A5A27;
}
.calendar .month {
  position: relative; 
}
.calendar .btnArrow {
  position: absolute;
  top:  0;
  left: 20px;
}
.calendar .btnNext {
  left: auto;
  right:20px;
}


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

  .blog .box .box_content strong,
  .blog .box .box_content ul li.pc { display: none; }

  .blog_content { width: 100%; }

  .blog_content .box img { width: 26.7%;  }

  .blog .box .box_content { width: 62%; }

  .blog .box .box_content ul li:first-child {
    background: none;
    color: #AE8743;
    text-align: left;
    padding: 0;
  }


  .blog .box .box_content p {
    font-size: 12px;
    line-height: 1.8em;
    color: #757575;
    margin-top: 0;
  }

.blog .box .box_content .blog_category {
  display: none;
}


}



