/*
Theme Name: Eury dike
Version: 1.3
*/


/* Sidebar Style */
#homeSidebar {
	width: 100%;
	margin-top: 20px;
}
#homeSidebar li {
	border: none;
	padding: 12px 0; 
}
#homeSidebar li img {
	padding: 0;
}

#homeSidebar li ul li {
	padding: 5px 0;
}
#homeSidebar li ul li:first-child {
	padding-top: 8px;
}
#homeSidebar li ul li:last-child {
	padding-bottom: 0;
}



/* Blog List Style */
.listBlog {
	width: 100%;
	overflow: hidden;
}
.listBlog * {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.listBlog .blogItem {
	width: 210px;
	float: left;
	padding: 7px;
	border: solid 1px #CCCCCC;
	margin-right: 20px;
	margin-bottom: 20px;
}
.listBlog .blogItem:nth-child(3n) {
	margin-right: 0;
}
.listBlog .blogItem .blogPhoto {
	display: block;
	width: 100%;
	height: 134px;
	overflow: hidden;
	text-align: center;
}
.listBlog .blogItem .blogPhoto img {
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
	height: auto;
}
.listBlog .blogItem .blogDate {
	margin-bottom: 5px;
}
.listBlog .blogItem .blogTitle {
	font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 12px;
    margin-top: 3px;
    height: 34px;
    overflow: hidden;
}
.listBlog .blogItem .blogDesc {
	min-height: 72px;
}
.listBlog .blogItem .blogDesc .more-link {
	display: none;
}

.listBlog .blogItem .blogMore {
	display: block;
	margin-top: 10px;
}

.navigation.blogListNav {
	width: 670px;
}
.blogListNav.pagination .next, .blogListNav.pagination .prev {
	background-color: #3f312b;
}
.blogListNav.pagination .current {
	color: #3f312b;
}
/*関連記事*/
.yarpp-related.yarpp h3{
    border-left: 6px solid #666;
    padding: 0 0 0 10px;
    border-bottom: 1px solid #666;
    margin-bottom: 15px;
    line-height: 1.8;
    margin-top: 30px;
}
.yarpp-thumbnails-horizontal{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.yarpp-thumbnails-horizontal a.yarpp-thumbnail{
    width: 16%;
    height: auto;
    margin: 0;
    display: block;
    box-sizing: border-box;
}
.yarpp-thumbnail > img.size-thumbnail, .yarpp-thumbnail-default {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 5px;
}
.yarpp-related span.yarpp-thumbnail-title {
    width: 100%;
    overflow: initial;
    padding: 3px 8px 8px;
    font-size: 1.2rem;
    box-sizing: border-box;
    margin: 0;
    max-height: initial;
    display: block;
	font-weight:400;
}
@media (max-width: 991px){
.yarpp-thumbnails-horizontal a.yarpp-thumbnail{
    width: 32%;
	margin-bottom:15px;
}	
}

#header_mail {
  float: right;
  color: #fff;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  text-align: center;
  display: none;
}

#header_mail a {
  color: #fff;
}

#header_mail a .fa-envelope {
  text-align: center;
  font-size: 21px;
  /* line-height: 1; */
}

#header_mail a span {
  display: block;
  font-size: 7px;
}

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

  /* ヘッダーコンタクトのリンク */
  #header_mail {
    display: block !important;
  }
}
/* インスタグラムページ用 */
.page-id-7 header,.page-id-7 footer{
    display:none;
}
/*お問い合わせボックス*/
#contact_part {
  margin: 40px auto;
}

#contact_part #contact_inner {
  display: flex;
  justify-content: center;
}

#contact_part .contact_box {
  margin: 0 20px;
}

#contact_part .contact-image {
  width: 300px;
  aspect-ratio: 60 / 33;
  position: relative;
}

#contact_part .contact-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#contact_part .contact-text {
  text-align: center;
  margin: 20px auto;
  font-weight: 600;
  color: #111;
}
@media (max-width: 767px) {
#contact_part {
    margin: 20px auto;
}
#contact_part .contact-image {
    width: 150px;
  }
}
/*サイド*/
.wpp-list {
    padding: 0;
}
.widget-title{
    text-align: center;
    border: none;
    padding: 0 5px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
}
.widget-title span{
    font-size: 0.875em;
}