@charset "UTF-8";
/* =====================================
■ブログ
===================================== */
/*--------------------------------------
Icon fonts
--------------------------------------*/
@font-face {
  font-family: "icomoon";
  src: url("../img/fonts/icomoon.eot");
  src: url("../img/fonts/icomoon.eot#iefix") format("embedded-opentype"), url("../img/fonts/icomoon.ttf") format("truetype"), url("../img/fonts/icomoon.woff") format("woff"), url("../img/fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class*=icon-]:not([class*=eicon-]):before {
  display: inline-block;
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-blog:before {
  content: "\e900";
}

.icon-category:before {
  content: "\e901";
}

.icon-check:before {
  content: "\e902";
}

.icon-checked:before {
  content: "\e903";
}

.icon-down:before {
  content: "\e904";
}

.icon-facebook:before {
  content: "\e905";
}

.icon-google:before {
  content: "\e906";
}

.icon-line:before {
  content: "\e907";
}

.icon-twitter:before {
  content: "\e908";
}

.icon-arrow02:before {
  content: "\e909";
}

.icon-arrow01:before {
  content: "\e910";
}

.icon-search:before {
  content: "\e911";
}

.icon-tag:before {
  content: "\e912";
}

/*--------------------------------------
POSTS
--------------------------------------*/
#posts {
  float: left;
  width: 65%;
}

#blogDetail,
#blogList {
  margin-top: 40px;
  margin-bottom: 103px;
  min-height: 850px;
}
#blogDetail a,
#blogList a {
  text-decoration: none;
}

/*　blogList　*/
#blogList .post {
  font-size: 16px;
  line-height: 2;
  padding-bottom: 35px;
}

.posts_list li {
  float: left;
  width: 45%;
  margin-left: 10%;
  margin-bottom: 75px;
  position: relative;
}

.posts_list li:nth-child(2n+1) {
  margin-left: 0;
  clear: both;
}

.posts_list li .category {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  line-height: 1;
  z-index: 10;
}

.post .category a,
.posts_list .category a {
  font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
  display: inline-block;
  min-width: 107px;
  height: 25px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  color: #fff;
  line-height: 23px;
  box-sizing: border-box;
  text-transform: uppercase;
  background: #806648;
}

.post .category a:hover,
.posts_list .category a:hover {
  opacity: 0.7;
}

.post .category a.news,
.posts_list .category a.news {
  background: #806648;
}

.post .category a.news:hover,
.posts_list .category a.news:hover {
  background: #3D4C75;
  opacity: 1;
}

.post .category a:before,
.posts_list .category a:before {
  font-size: 10px;
  margin-right: 7px;
  vertical-align: baseline;
}

.posts_list li .post-image {
  position: relative;
  overflow: hidden;
  min-height: 26px;
  margin-bottom: 20px;
}

.posts_list li .post-image a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 54%;
}

.posts_list li .post-image a span {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1);
  transition: ease-in-out 0.2s;
}

.posts_list li .post-image a:hover span {
  transform: scale(1.1);
}

.posts_list li .post-image span.noimage {
  line-height: 0;
  text-indent: 100%;
  overflow: hidden;
}

.posts_list h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 35px;
  letter-spacing: 0;
}
.posts_list h3 a {
  color: #806648;
}
.posts_list h3 a:hover {
  background: #806648;
  color: #fff;
}

#posts .posts_list h3 {
  background: none;
  padding: 0;
}
#posts .posts_list h3 a {
  display: block;
  padding: min(0.45em, 18px);
  background: #DFD6BD;
}
#posts .posts_list h3 a:hover {
  background: #eee8df;
  color: #806648;
}

.posts_list .excerpt {
  color: #72706E;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 16px;
  letter-spacing: 0;
}

/*　blogDetail　*/
#blogDetail .post {
  color: #0F0E0E;
  padding-bottom: 35px;
  font-size: 1.5rem;
}
#blogDetail .post p {
  margin-bottom: 1em;
  line-height: 1.8;
}

.aligncenter {
  text-align: center;
}

img.aligncenter {
  margin: 0 auto;
  display: block;
}

#blogDetail .post-header {
  padding: 0px;
  margin-bottom: 25px;
}

#blogDetail .post-header h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

#blogDetail .post-header .post-meta {
  margin-bottom: 45px;
}

#blogDetail .post-header .post-meta li.date {
  margin-top: 22px;
}

.post .date,
.posts_list .date {
  color: #6e6451;
  font-size: 10px;
  letter-spacing: 0;
}

.post .date span,
.posts_list .date span {
  margin-left: 10px;
}

.post .date span:before,
.posts_list .date span:before {
  font-size: 9px;
  margin-right: 5px;
}

.post .date span a,
.posts_list .date span a {
  color: #6e6451;
  vertical-align: baseline;
}

.post .date span a:hover,
.posts_list .date span a:hover {
  text-decoration: underline;
}

.post-content {
  overflow: hidden;
  line-height: 1.7;
  letter-spacing: 0;
}

div#blogDetail .post-content img {
  width: auto;
  height: auto;
  max-width: 100%;
  box-sizing: border-box;
}

/*
#blogDetail .post-content h3 {
	font-size: 22px;
	letter-spacing: 0;
	background: #e8e8e8;
	padding: 30px 10px 30px 28px;
	line-height: 1.5;
	border-top: 5px solid #f5c6b6;
	margin: 40px 0 30px;
}
#blogDetail .post-content h4 {
	font-size: 20px;
	letter-spacing: 0;
	border-bottom: 5px solid #f5c6b6;
	padding: 10px 0 12px 0;
	line-height: 1.5;
	margin: 30px 0 25px 0;
}
*/
.bloginfo_box {
  display: table;
  width: 100%;
  background: #EBE9E7;
  margin-top: 60px;
}

.bloginfo_box .blog_name {
  display: table-cell;
  width: 50%;
  border-right: 1px solid #BFBEBD;
  box-sizing: border-box;
  padding: 29px 30px;
  vertical-align: middle;
}

.bloginfo_box .blog_name .icon-blog {
  display: block;
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  color: #373431;
  line-height: 1.6;
}

.bloginfo_box .blog_name .icon-blog:before {
  display: block;
  font-size: 15px;
  color: #6e6451;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}

.bloginfo_box .share_btn {
  display: table-cell;
  width: 50%;
  padding: 30px 10px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}

.bloginfo_box .share_btn li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}

.bloginfo_box .share_btn li a {
  display: block;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 0;
  line-height: 1;
}

.bloginfo_box .share_btn li a:before {
  color: #fff;
}

.bloginfo_box .share_btn .icon-facebook {
  background: #4967A3;
}

.bloginfo_box .share_btn .icon-facebook:hover {
  background: #587cc1;
}

.bloginfo_box .share_btn .icon-facebook:before {
  font-size: 26px;
  margin-top: 12px;
}

.bloginfo_box .share_btn .icon-line {
  background: #18BC01;
}

.bloginfo_box .share_btn .icon-line:hover {
  background: #1cde00;
}

.bloginfo_box .share_btn .icon-line:before {
  font-size: 29px;
  margin-top: 11px;
}

.bloginfo_box .share_btn .icon-twitter {
  background: #11BBEF;
}

.bloginfo_box .share_btn .icon-twitter:hover {
  background: #13C7FE;
}

.bloginfo_box .share_btn .icon-twitter:before {
  font-size: 24px;
  margin-top: 14px;
}

.bloginfo_box .share_btn .icon-google {
  background: #E05C4F;
}

.bloginfo_box .share_btn .icon-google:hover {
  background: #fb7468;
}

.bloginfo_box .share_btn .icon-google:before {
  font-size: 20px;
  margin-top: 15px;
}

/* navigation */
.navigation {
  overflow: hidden;
  margin-top: 52px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.navigation .center {
  min-width: 5em;
}

.navigation .prev {
  float: left;
  width: 100px;
}

.navigation .next {
  float: right;
  width: 100px;
}

.navigation a {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 14px;
  background: #BFBEBD;
  color: #373431;
  line-height: 40px;
  letter-spacing: 0.1em;
  border-radius: 5px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  font-weight: bold;
}

.navigation a:hover {
  background: #806648;
  color: #fff;
}

.navigation .prev a span {
  padding-left: 8px;
}

.navigation .next a span {
  padding-right: 8px;
}

.navigation .prev a span:before {
  display: block;
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -5px;
  font-size: 10px;
}

.navigation .next a span:before {
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -5px;
  font-size: 10px;
}

.navigation ul {
  display: flex;
  max-width: 200px;
  margin: 0 auto;
}

.navigation li {
  display: flex;
  margin: 0 1px 0 2px;
  width: 30px;
}

/* pagination */
.pagination {
  overflow: hidden;
  position: relative;
  padding-top: 52px;
  border-top: 1px solid #72706E;
}

.pagination ul {
  text-align: center;
}

.pagination ul li {
  display: inline-block;
  width: 30px;
  font-weight: bold;
}

.pagination ul li a,
.pagination ul li span.dots {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 16px;
  background: #BFBEBD;
  color: #373431;
  line-height: 40px;
  letter-spacing: 0;
  font-weight: 400;
  border-radius: 5px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
}

.pagination ul li span.dots {
  background: none;
}

.pagination ul li a:hover {
  background: #3D4C75;
  color: #806648;
}

.pagination ul li span.current {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 16px;
  background: #3D4C75;
  color: #806648;
  line-height: 40px;
  letter-spacing: 0;
  font-weight: 400;
  border-radius: 5px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
}

.pagination ul li .prev {
  display: block;
  width: 100px;
  position: absolute;
  left: 0;
  top: 52px;
  padding-left: 8px;
  box-sizing: border-box;
}

.pagination ul li .next {
  display: block;
  width: 100px;
  position: absolute;
  right: 0;
  top: 52px;
  padding-right: 8px;
  box-sizing: border-box;
  font-weight: bold;
}

.pagination ul li .prev span:before {
  display: block;
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -5px;
  font-size: 10px;
}

.pagination ul li .next span:before {
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -5px;
  font-size: 10px;
}

@media screen and (max-width: 1000px) {
  .posts_list li {
    width: 48%;
    margin-left: 4%;
  }
  .posts_list li:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .bloginfo_box .share_btn li {
    margin: 0 3px;
  }
  .bloginfo_box .share_btn li a {
    width: 40px;
    height: 40px;
  }
  .bloginfo_box .share_btn .icon-facebook:before {
    font-size: 22px;
    margin-top: 9px;
  }
  .bloginfo_box .share_btn .icon-line:before {
    font-size: 25px;
    margin-top: 8px;
  }
  .bloginfo_box .share_btn .icon-twitter:before {
    font-size: 20px;
    margin-top: 11px;
  }
  .bloginfo_box .share_btn .icon-google:before {
    font-size: 16px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  #posts {
    float: none;
    width: 100%;
  }
  .posts_list li {
    margin-bottom: 50px;
  }
  #blogDetail .post-header {
    margin-bottom: 20px;
  }
  #blogDetail .post-header h2 {
    font-size: 24px;
  }
  #blogDetail .post-header li.category,
  #blogDetail .post-header .post-meta li.date {
    float: none;
  }
  .bloginfo_box {
    display: block;
  }
  .bloginfo_box .blog_name {
    display: block;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #BFBEBD;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
  }
  .bloginfo_box .blog_name .icon-blog {
    display: inline-block;
    text-align: left;
  }
  .bloginfo_box .share_btn {
    display: block;
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
  }
  .navigation {
    margin-top: 35px;
  }
  .navigation ul {
    clear: both;
    padding-top: 20px;
  }
  .pagination {
    padding-top: 95px;
  }
  .pagination ul li .prev,
  .pagination ul li .next {
    top: 30px;
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  .posts_list li {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  #blogDetail .post-header h2 {
    font-size: 22px;
    line-height: 1.4;
  }
  #blogDetail .post-content h3 {
    font-size: 20px;
    padding: 26px 5px 26px 20px;
    line-height: 1.4;
    margin: 35px 0 30px;
  }
  #blogDetail .post-content h4 {
    font-size: 19px;
  }
}
/*--------------------------------------
BLOGSIDE
--------------------------------------*/
.blogside {
  float: right;
  width: 28%;
}

.blogside h2.widgettitle {
  display: none;
}

.blogside h2 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-bottom: 9px;
  margin-bottom: 24px;
  color: #373431;
  border-bottom: 2px solid #373431;
  background: none !important;
}

.blogside h2 span {
  font-size: 14px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #72706E;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 4px;
}

.blogside .searchBox {
  margin-bottom: 40px;
}

.blogside .searchBox label {
  display: none;
}

.blogside .searchBox #searchform {
  position: relative;
}

.blogside .searchBox #s {
  background: #EBE9E7;
  border: none;
  height: 55px;
  width: 100%;
  padding: 0 40px 0 14px;
  box-sizing: border-box;
  color: #72706E;
  font-size: 13px;
}

.blogside .searchBox .icon-search:before {
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -8px;
  color: #6e6451;
}

.blogside .searchBox #searchsubmit {
  background: none;
  border: none;
  position: absolute;
  right: 16px;
  width: 15px;
  height: 15px;
  top: 50%;
  margin-top: -8px;
  font-size: 0;
  cursor: pointer;
}

.blogside .categoryBox {
  margin-bottom: 50px;
}

.blogside .categoryBox ul li {
  border-bottom: 1px solid #b8c2c1;
  padding-bottom: 16px;
  margin-bottom: 18px;
  color: #000;
}

.blogside .categoryBox ul li:last-child {
  margin-bottom: 0;
}

.blogside .categoryBox ul li a {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  color: #373431;
}

.blogside .categoryBox ul li a span {
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  color: #373431;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.blogside .categoryBox ul li a:hover,
.blogside .categoryBox ul li a:hover span {
  color: #DFD6BD;
}

.recentBox {
  margin-bottom: 50px;
}

.recentBox li {
  font-size: 13px;
  border-bottom: 1px solid #BFBEBD;
  padding-bottom: 13px;
  margin-bottom: 22px;
  line-height: 1.3;
}

.recentBox li:last-child {
  margin-bottom: 0;
}

.recentBox li .recent_thumbnail {
  float: right;
  width: 48px;
  height: 48px;
  margin-left: 12px;
  position: relative;
  overflow: hidden;
}

.recentBox li .recent_thumbnail a {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 1;
}

.recentBox li .recent_thumbnail a span {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1);
}

.recentBox li .recent_thumbnail a:hover {
  transform: scale(1.1);
}

.recentBox li h3 {
  margin-bottom: 0;
  padding: 0;
  background: none;
  line-height: 1.2;
}

.recentBox li h3 a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  font-size: 1.8rem;
}
.recentBox li h3 a:hover {
  color: #DFD6BD;
}

.recent_date {
  font-size: 10px;
  margin-top: 5px;
  color: #72706E;
}

.recentBox li .recent_date {
  margin-top: 15px;
}

.blogside .tagBox {
  margin-bottom: 40px;
}

.blogside .tagBox h2 {
  margin-bottom: 12px;
}

.blogside .tagBox .tagcloud a {
  display: inline-block;
  padding: 7px 10px;
  color: #806648;
  font-size: 14px !important;
  line-height: 1;
  border: 1px solid #806648;
  border-radius: 3px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  margin-bottom: 9px;
  letter-spacing: 0;
}

.blogside .tagBox .tagcloud a:hover {
  color: #fff;
  background: #806648;
}

.archiveBox {
  font-size: 14px;
  line-height: 1.4;
}

.archiveBox > ul > li {
  margin-top: 20px;
}

.archiveBox > ul > li:first-child {
  margin: 0;
}

.archiveBox ul li p {
  position: relative;
  margin: 0;
  padding-left: 22px;
  cursor: pointer;
  display: inline-block;
}

.archiveBox ul li p:visited {
  color: #373431;
}

.archiveBox ul li p:hover {
  color: #806648;
}

.archiveBox ul li p.acv_open {
  color: #806648;
}

.archiveBox ul li p:before {
  display: block;
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 8px;
  height: 8px;
  border-right: 1px solid #6e6451;
  border-bottom: 1px solid #6e6451;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}

.archiveBox ul li p.acv_open:before {
  top: 1px;
  left: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.archiveBox ul li a {
  color: #373431;
}

.archiveBox ul li a:link {
  /*color: #FFAEA2;*/
  text-decoration: underline;
}

.archiveBox ul li a:visited {
  color: #373431;
}

.archiveBox ul li a:hover {
  color: #806648;
}

.archiveBox ul li a:active {
  color: #6e6451;
}

.archiveBox ul li ul {
  margin-left: 44px;
}

.archiveBox ul li li {
  margin-top: 10px;
}

.archiveBox ul li ul.hide {
  display: none;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .blogside {
    float: right;
    width: 30%;
  }
  .blogside h2 {
    font-size: 14px;
    letter-spacing: 0;
  }
  .blogside h2 span {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .blogside {
    float: none;
    width: 100%;
    border-top: 1px solid #5D5555;
    padding: 46px 0 0;
    box-sizing: border-box;
    margin-top: 35px;
  }
}
/* =====================================
  GENERAL
===================================== */
.single .post strong {
  font-weight: bold;
}
/*# sourceMappingURL=../sourcemaps/css/blogs.css.map */