@charset "UTF-8";
/* =================================
Top Page CSS
================================= */
strong { display: block; }

#main { margin: 0 auto 50px; }

.blog h3 { margin: 30px 0; }

.blog {
  width: 100%;
}


.blog_content { width: 680px; }

.blog_sidebar { width: 232px; }

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

.box_content { line-height: 1.7; }




.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;
}

.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;
}

.date_blog { width: 100%; }

.date_blog p {
  display: inline-block;
  vertical-align: top;
  margin: 20px 10px 20px 0;
}

.date_blog p:first-child {
  font-size: 13px;
  color: #757575;
  line-height: 28px;
}

.date_blog p.blog_category {
  background-color: #ededed;
  font-size: 12px;
  color: #555;
  border-radius: 34.5px;
  text-align: center;
  margin-right: 5px;
  padding: 6px 10px;
}

.box_content p {
  font-size: 13px;
  line-height: 1.8em;
  color: #757575;
  margin-bottom: 30px;
}

.t_center { text-align: center; }

.t_left { text-align: left;  }

.box_content strong {
  font-size: 18px;
  color: #EF909B;
  line-height: 28px;
  margin-bottom: 30px;
}


.box_content_02 {
  width: 100%;
  height: 135px;
  background-color: #fff;
  border: 1px solid #cbcbcb;
  padding: 15px;
  position: relative;
}

.box_content_02 .box_ct strong { display: block; }

.box_content_02 .box_ct,
.box_content_02 img,
.box_content_02 > p {
  display: inline-block;
  vertical-align: top;
}


.box_content_02 .box_ct {
  font-size: 14px;
  line-height: 25px;
  color: #757575;
  margin-left: 15px;
}


.box_content_02 .box_ct strong {
  font-size: 18px;
  line-height: 18px;
  color: #757575;
  display: block;
  margin-top: 10px;
}


.box_content_02 > p {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background-color: #8d8d8d;
}

.box_content_02 > p a {
  color: #fff;
  line-height: 31px;
  width: 191px;
  height: 31px;
  font-size: 13px;
  text-align: center;
  display: block;
}

.blog .button_web {
  margin: 30px 0;
}


.contact_blog strong {
   font-size: 18px;
   line-height: 23px;
   color: #757575;
}


.contact_blog p {
   font-size: 13px;
   line-height: 23px;
   color: #757575;
}


.box_content_03 {
  margin-top: 60px;
}
.box_content_03 p:first-child {
  border-top: 1px solid #757575;
  border-bottom: 1px solid #757575;
  font-size: 13px;
  color: #757575;
  margin: 40px 0 20px
}

.box_content_03 p:first-child span {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  padding: 20px 0;
}

.box_content_03 p:first-child span:first-child {
  text-align: left;
  border-right: 1px solid #757575;
}

.box_content_03 p:first-child span:last-child { text-align: right; }

.box_content_03 p:last-child {
  width: 100%;
  text-align: center;
}

h4.blog_bottom { margin-top: 80px; }


.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 only screen and (max-width: 768px) {

  .blog_content { width: 100%; }
  .blog_sidebar{ width: 100%; }

  h4.solid_bottom { font-size: 18px; }

  .date_blog p { margin: 10px 10px 20px 0; }

  .box_content p {
    font-size: 12px;
    line-height: 24px;
  }

  .box_content p img { width: 100%; }

  .box_content strong {
    font-size: 16px;
    color: #757575;
    line-height: 26px;
    margin-bottom: 30px;
    font-weight: normal;
  }


  .box_content_03 p:first-child {
    border: none;
    font-size: 12px;
    color: #757575;
    margin: 40px 0 20px;
  }

  .box_content_03 p:first-child span:first-child {
    text-align: left;
    border-right: none;
  }

  .t_right { text-align: right; margin-top: 20px; margin-bottom: 40px;}

  .box_content_03 p:last-child {
     margin-bottom: 30px;
  }

  h4.blog_bottom { margin-top: 40px; }

  .blog_sidebar form input{ width: 100%; }

  .blog .box .phbox{
    width:90px;
    height:80px;
  }
  .content_img_04 .box_content a {
    width: 100%;
  }
  .content_img_04 .box_content .phbox{
    width: 100%;
  }
  .blog .box img {
    overflow: hidden;
  }

}
























