/*
Theme Name:     toyo
Author:         Morimon
Template:       twentyseventeen
*/

@import url('twentyseventeen_style.css');
@import url('../../../pickup/pickup.css');

html{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

small{
	font-size: smaller;
}



.entry-content{
	font-size:14px;
}

.page-numbers,
.page-numbers {
	background-color: #333;
	display: inline-block;
	padding: 5px;
	box-sizing: border-box;
}

.pagination .nav-links > span.page-numbers.dots{
	/* background-color: transparent !important; */
    background-color: #3587da;
	color: #333;
	border:none;
	
}

#post-list a.page-numbers{
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.prev.page-numbers:focus,
.prev.page-numbers:hover,
.next.page-numbers:focus,
.next.page-numbers:hover {
    background: #f3f3f7;
    transition: .1s;
    //transform: scale(1.0);
}

.prev.page-numbers {
	float: left;
}

.next.page-numbers {
	float: right;
}


.prev.page-numbers svg,
.next.page-numbers svg{
	display: none;
}



.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .next.page-numbers .screen-reader-text{
	font-size: 15px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
}

.no-svg a.page-numbers{
	text-decoration: none !important;
}

.widget {
    padding-bottom: 0;
}



form.search-form{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 0;
}


#side .widget ul li, .widget ol li {
	border-top: none;
	border-bottom:none;
	padding: 0;
}

#side .widget .btn_more {
	margin: 0 5px 5px;
	text-align: center;
}

#side .widget .btn_more a {
	display: block;
	font-weight: normal;
	font-size: 90%;
	background: #DFA8A8 url(../../../../images/blog_parts/arrow_btn01.png) no-repeat 95% center;
	color: #fff;
	text-decoration: none !important;
	padding: 8px 5px ;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	transition: background 0.2s;
}


#contents .entry-content h1 {
	color: #333;
	background: none;
}

#contents .entry-content .link-more {
	text-align: right;
}

.entry-content a,
.entry-summary a,
.widget a,
.site-footer .widget-area a,
.posts-navigation a,
.widget_authors a strong {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.entry-title a,
.entry-meta a,
.page-links a,
.page-links a .page-number,
.entry-footer a,
.entry-footer .cat-links a,
.entry-footer .tags-links a,
.edit-link a,
.post-navigation a,
.logged-in-as a,
.comment-navigation a,
.comment-metadata a,
.comment-metadata a.comment-edit-link,
.comment-reply-link,
a .nav-title,
.pagination a,
.comments-pagination a,
.site-info a,
.widget .widget-title a,
.widget ul li a,
.site-footer .widget-area ul li a,
.site-footer .widget-area ul li a {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.post-navigation a:focus,
.post-navigation a:hover,
.pagination a:not(.prev):not(.next):focus,
.pagination a:not(.prev):not(.next):hover,
.comments-pagination a:not(.prev):not(.next):focus,
.comments-pagination a:not(.prev):not(.next):hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.entry-content a img,
.widget a img {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.post-navigation .nav-links {
    padding: 1em 2em;
}

dd {
    margin: 0;
}

img, video {
    max-width: none;
}

a {
    text-decoration: underline;
}

.navigation.pagination{
	padding:50px 0;
	overflow: hidden;
	text-align:center;
	width: 100% !important;
}
.pagination .nav-links{
	list-style: none;
	position: relative;
	left: 50%;
	float: left;
}

.pagination .next.page-numbers,
.pagination .prev.page-numbers {
    width: 80px;
}
.pagination .nav-links>.next.page-numbers a,
.pagination .nav-links>.prev.page-numbers a {
    color: #fff;
}


.pagination .nav-links>.prev.page-numbers .screen-reader-text,
.pagination .nav-links>.next.page-numbers .screen-reader-text {
	font-size: 15px;
	color: inherit;
	clip-path: none;
	font-weight: 500 !important;
}

.pagination .nav-links>span,
.pagination .nav-links>a {
	margin: 4px;
	position: relative;
	left: -50%;
	float: left;
	display: block;
	font-size: 15px;
	line-height:30px;
	padding: 4px 15px !important;
	border-radius: 40px;
	background: #3587da !important;
	color: #fff !important;
	text-decoration: none;
	font-weight: 500 !important;
	transition: 0.6s;
}

.pagination .nav-links>span.current{
	background: #0691FF !important;
	color: #fff !important;
	font-weight: 700 !important;
}

.pagination .nav-links>span.current .screen-reader-text{
	display:none;
}


.search-submit .screen-reader-text{
-webkit-clip-path: none;
clip-path: none;
margin:0;
}


.pagination .nav-links>a:hover {
	background: #81B4E7 !important;
	transition: 0.1s !important;
	transform: none !important;
}

.pagination, .comments-pagination {
    border-top: none;
}

.entry-content p img, .entry-content pre img{
	max-width: 100%;
	padding: 0.5em 0;
}

/*================================form================================*/
.widget_search .search-form input[type="search"] {
font-size: 16px;
-webkit-appearance: none;
appearance: none;
outline: none;
position: relative;
width: 100%;
height: 50px;
padding: 12px;
border: 3px solid #e5e5e5;
background: linear-gradient(to bottom, #f7f7f7 0%, #ffffff 100%);
}

.widget_search .search-form input[type="search"]:focus::placeholder {
color: #e5e5e5;
}

.widget_search .search-form input[type="search"]:focus::-ms-input-placeholder {
color: #e5e5e5;
}
    
.widget_search .search-form input[type="search"]:focus{
position: relative;
width: 100%;
height: 50px;
padding: 12px;
border: 3px solid #ddd;
background: #fff;
}
.widget_search .search-form button[type="submit"] {
font-size: 14px;
position: absolute;
right: 5px;
top: 0;
height: 50px;
width: 50px;
border: none;
background: url(../../../../images/blog/btn_search.svg) no-repeat center center;
background-size: 32px;
transition: 0.1s;
}
.widget_search .search-form button[type="submit"]:hover {
opacity: 0.7;
cursor: pointer;
}
.widget_search .search-form button[type="submit"]>*{
	display:none;
}
.widget_search .search-form input::placeholder {
color: #e5e5e5;
    }
.widget_search .search-form input::-ms-input-placeholder {
color: #e5e5e5;
    }
    
.search-form{
	width:100%;
}

.search-form .search-submit{
	top: 3px;
}
.search-form .search-submit>svg{
	display:none;
}


/*==SP==*/
@media (max-width: 767px) {

main form.search-form {
	display:none;
}

form.search-form{
	margin-bottom: 30px;
}

.navigation.pagination{
	padding: 15px 0 0;
}

.pagination .next.page-numbers,
.pagination .prev.page-numbers {
    width: 60px;
    padding: 9px 11px !important;
}

.pagination .nav-links>.prev.page-numbers .screen-reader-text,
.pagination .nav-links>.next.page-numbers .screen-reader-text {
	font-size: 12px;
	line-height: 1;
}

.pagination .nav-links > span, .pagination .nav-links > a {
	font-size: 12px;
	line-height: 1;
	min-width:30px;
	padding: 9px 11px !important;
	margin:2px;
}

.widget_search .search-form{
	padding: 0;
}

.widget_search .search-form input[type="search"] {
    width:100%;
    }
.widget_search .search-form input[type="search"]:focus{
    width:100%;
    height:50px;
    }
.widget_search .search-form button[type="submit"] {
    position:absolute;
    right:10px;
    top:0;
    }
    
aside section section{
  margin-left: 0;
  margin-right: 0;
}
    
}
/*================================aside================================*/

aside #side .widget.widget_search{
	background: transparent;
}

aside #side .widget{
	background: #fff;
	margin-bottom: 30px;
}

aside #side h2.widget-title{
    position: relative;
color: #333;
display: block;
font-weight: bold;
font-size: 16px;
line-height: 1.3;
padding: 15px 20px 15px 60px;
box-sizing: border-box;
background-size: 40px auto !important;
background-repeat: no-repeat,repeat !important;
background-position: left 10px center, center !important;
border-bottom: 1px dotted #ddd;
border-radius: 10px 10px 0 0;
margin-bottom:0;
    }
    
aside #side h2.widget-title:before {
	letter-spacing: 1px;
	color: #0691FF;
	display: block;
	font-size: 11px;
	font-weight: bold;
}
	
aside #side h2.widget-title:after{
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	top: 1px;
	bottom: 0;
	right: 10px;
	margin: auto;
	transition: 0.5s;
    	background: url(../../../../images/blog/icon_arrow2.svg) no-repeat center;
	background-size: 100% auto;
}

aside #side .open h2.widget-title:after{
	transform: rotate(180deg);
	}

aside #side .widget_recent_entries h2.widget-title{
	background-image: url(../../../../images/blog/icon_post.svg) !important;
}
aside #side .widget_recent_entries h2.widget-title:before {
	content: "RECENT POSTS";
}
	
aside #side .widget_categories h2.widget-title{
	background-image: url(../../../../images/blog/icon_category.svg) !important;;
}
aside #side .widget_categories h2.widget-title:before {
	content: "CATEGORY";
	}
aside #side .widget_archive h2.widget-title{
	background-image: url(../../../../images/blog/icon_archive.svg) !important;
}
aside #side .widget_archive h2.widget-title:before {
	content: "ARCHIVE";
}
aside #side .widget.widget_archive ul{
	display: none;
}
aside #side .widget.widget_archive h2.widget-title::after{
	transform: rotate(180deg);
}

aside #side .widget.widget_archive.open h2.widget-title::after{
	transform: rotate(0deg);
}

aside #side .widget ul{
	border-bottom: 1px dotted #ddd;
}

aside #side .widget ul li{
    list-style:none;
    border-top: 1px dotted #ddd;
color: #333;
  margin: auto;
  display: block;
  font-size: 14px;
  padding: 15px 40px 15px 15px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.1s;
  text-decoration: none;
  background: url(../../../../images/arrow_more_b.svg) no-repeat right 10px center;
    background-size: auto;
  background-size: 18px auto;
  text-decoration: none;
	}

aside #side .widget ul li:first-child {
    border-top:none;
}

aside .widget ul li a{
	transition: .3s;
}

aside .widget ul li a:hover {
	transition: .1s;
}


.widget:not(.widget_tag_cloud) ul li + li {
    margin-top: 0px;
}


/*==SP==*/
@media (max-width: 767px) {
	aside{
		width:100%;
		}
	.accordion i {
		transform: rotate(180deg);
		}
	.accordion .open i {
		transform: rotate(0deg);
		}
	aside #side .widget ul {
		display: none;
		}
		
	aside #side h2.widget-title:after{
		transform: rotate(180deg);
		}	
		
	aside #side .open h2.widget-title:after{
		transform: rotate(0deg);
		}	
		

	aside #side h2.widget-title{
	}
	aside #side h2.widget-title::before {
	}
	aside #side .widget {
	margin-bottom: 0;
	}
}


#archive-list .tag_category {
    max-width: 84%;
}

/*================================tag-list タグ検索結果ページ================================*/
#tag-list{
    display:flex;
    flex-wrap: wrap;
    }
#tag-list article{
    display: flex;
    margin: 8px;
    width: calc(100% / 3 - 16px);
    transition: 1.0s;
    background-size: auto 10px;
    padding: 0 0 10px;
    border: solid 1px #ededed;
    box-sizing: border-box;
	box-shadow: 5px 5px rgb(238 238 243 / 80%);
    }
#tag-list a{
    width:100%;
    color: #353b41;
    display:block;
    text-decoration:none;
    background: #fff;
    transition: .5s;
    padding: 10px;
    box-sizing: border-box;
}
#tag-list a:hover{
    opacity: 0.7;
    transition: .5s;
}
#tag-list h2{
    padding:10px 10px 0 10px;
    font-size:90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
#tag-list p{
    font-size:80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
#tag-list p.title {
	font-weight: bold;
}
#tag-list .thumb{
    background: #fff;
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
    }
#tag-list .thumb::before{
    content: "";
    display: block;
    padding-top: 67%;
    }
#tag-list img{
    object-fit: contain;
    width:100%;
    height: 100%;
    line-height: 0;
    position: absolute;
    top: 0;
    transition: .5s;
    }
#tag-list a .date{
    color: #1056a6;
    font-size: 80%;
    font-weight: 500;
    display: block;
    text-align: left;
    }
#tag-list .tag_category{
    position: absolute;
    bottom: 115px;
    left: 0;
    font-size: 60%;
    color: #353b41;;
    background: rgb(226,194,238,0.8);
    padding: 5px 15px;
    line-height: 1.3em;
    }
#tag-list #h_title{
    background:#fafafc url(images/icon_archive.svg) no-repeat left 20px center;
    background-size:50px;
    width: 100%;
    margin-bottom: 20px;
    font-size: 150%;
    line-height: 1.3;
    padding: 30px 20px 30px 80px;
    box-sizing: border-box;
    box-shadow: 0 2px rgb(238 238 243 / 80%);
    }
#tag-list #h_title span{
    color:#666666;
    display:block;
    font-size:50%;
    letter-spacing: 1px;
    font-size: 12px;
    }

/*==SP==*/
@media (max-width: 767px) {
#tag-list article{
    margin:3px;
    width:calc(100% / 2 - 6px);
    transition: 1.0s;
    box-sizing: border-box;
    }
}

#post-list .tag_category {
    max-width: 87%;
}

#post-list img, #archive-list img {
    object-fit: contain !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: auto !important;
    max-height:100%;
}

#contents article h1::after {
    content: "";
    display: block;
    margin-top: 0;
}


#contents article .tag_category {
	padding: 10px;
	margin: 35px 0 0;
	display: inline-block;
	font-size: 12px;
	background: #dee996;
}

#contents article .entry-footer{
	clear:both;
	border:none;
	padding:0;
}


.header .inner .headerNav ul li:nth-child(2) a {
  letter-spacing: 0 !important;
}

@media (max-width: 767px) {
#contents article .entry-content p {
    font-size: small;
    }
}
#archive_h_title {
	width: 100%;
	margin-bottom: 20px;
	border-radius: 10px;
	background: #fafaf2 url(images/icon_archive.svg) no-repeat left 20px center;
	background-size: 50px;
	font-size: 150%;
	line-height: 1.3;
	padding: 30px 20px 30px 80px;
	border-bottom: 1px dotted #cfb5a9;
	font-family: 'Kosugi Maru', sans-serif;
}

#archive_h_title.category{
	background: #fafaf2 url(images/icon_category.svg) no-repeat left 20px center;
	background-size: 50px;
}

#archive_h_title span {
	font-family: 'Kosugi Maru', sans-serif;
    color: #be971f;
    display: block;
    font-size: 50%;
}

#search_h_title {
	width: 100%;
	margin-bottom: 20px;
	border-radius: 10px;
	background: #fafaf2 url(images/icon_search.svg) no-repeat left 20px center;
	background-size: 50px;
	font-size: 150%;
	line-height: 1.3;
	padding: 30px 20px 30px 80px;
	border-bottom: 1px dotted #cfb5a9;
	font-family: 'Kosugi Maru', sans-serif;
}

#search_h_title span {
	font-family: 'Kosugi Maru', sans-serif;
    color: #be971f;
    display: block;
    font-size: 50%;
}

img.emoji {
	position: static !important;
}

/*===============================.post-navigation .nav-links================================*/
.post-navigation {
	font-weight: 400;
	margin: 50px 0 0;
}


.post-navigation .nav-links{
	list-style:none;
	display:block;
	transition: 1.0s;
	padding:0;
	}
	
.post-navigation .nav-links::before{
	content:none;
}
.post-navigation .nav-links>div{
	width: calc(100% / 2 - 8px);
	box-sizing: border-box;
}
	
.post-navigation .nav-links>div.nav-previous {
	float: right;
	text-align: left;
}

.post-navigation .nav-links>div.nav-next {
	float: left;
	text-align: left;
}

.post-navigation .nav-links>div.nav-next a::before{
	font-size: 18px;
	display:block;
	content:"次の記事";
	padding-bottom: 10px;
	font-weight:bold;
}
.post-navigation .nav-links>div.nav-previous a::before{
	font-size: 18px;
	display:block;
	content:"前の記事";
	font-weight:bold;
	padding-bottom: 10px;
}

.post-navigation .nav-links>div a{
	color: #333;
	width:100%;
	display:block;
	text-decoration:none;
	padding: 20px 15px 12px 20px;
	box-sizing: border-box;
	transition: .5s;
	background: #fff;
	border: 3px solid #004da9;
	border-radius: 8px;
}
	
.post-navigation .nav-links>div a::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.post-navigation .nav-links>div h2{
display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding: 0 10px;
  margin: 0;
    margin-bottom: 0px;
  font-size: 15px;
  line-height: 1.4;
  text-align: left;
  border: none;
  margin-bottom: 10px;
}
.post-navigation .nav-links>div p{
font-weight: 400;
  font-size: 13px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  margin-bottom: 22px;
	padding:0 10px;
	min-height:63px;
}
.post-navigation .nav-links>div .thumb{
	width:100px;
	position: relative;
	float:left;
}
.post-navigation .nav-links>div .thumb::before{
	content: "";
	display: block;
	padding-top: 100%;
	}
.post-navigation .nav-links>div img{
	object-fit: cover;
	width:100%;
	height: 100%;
	line-height: 0;
	position: absolute;
	top: 0;
	transition: .5s;
	border-radius: 8px;
	}
.post-navigation .nav-links>div a time{
	color: #353b41;
    font-size: 12px;
    display: block;
    text-align: right;
    padding-left: 130px;
    line-height: 1.5;
  font-weight: bold;
	}
.post-navigation .nav-links>div a .tag_category{
	display: inline-block;
	margin: 5px 0 5px 10px;
	font-size: 12px;
	color: #fff;
	background: #243f97;
	padding: 4px 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 240px;
}
.post-navigation .nav-links>div a .tag_category span {

}

.post-navigation .nav-links>div a:hover{
	border: 3px solid #fb984b;
}

.post-navigation .nav-links>div a:hover img{
	color:#282828;
	opacity:0.7;
	transition: .5s;
	}

/*==SP==*/
@media (max-width: 767px) {
.post-navigation {
  margin-top: 22px;
}

.post-navigation .nav-links > div.nav-previous a::before, .post-navigation .nav-links > div.nav-next a::before{
	font-size: 16px;
	padding-bottom: 10px;
}

.post-navigation .nav-links ul{
	display:block;
	margin-bottom:26px;
	}
.post-navigation .nav-links>div{
	width:100%;
	margin:8px 0 0;
	}

.post-navigation .nav-links>div p{
	margin-bottom:8px;
}

.post-navigation .nav-links>div a{
	padding: 10px 15px 12px 10px;
}
.post-navigation .nav-links>div .thumb{
	width:80px;
	position: relative;
	}

.post-navigation .nav-links>div a time{
	padding-left:90px;
	}
.post-navigation .nav-links>div a .tag_category{
  width: calc(55% + 20px);
  font-size: small;
  }
}

pre {
	background: #fff;
}

footer #sub_menu ul li a span {
	letter-spacing: 1px !important;
}

footer .contact_navi li a {
    letter-spacing: 0.15em !important;
    }
    
h2,
.home.blog .entry-title {
    color:#3b1f13;
}

.header p.catch {
    letter-spacing: -1px !important;
}

.header p.catch span {
    letter-spacing: -1px !important;
}

/*==SP==*/
@media (max-width: 767px) {
  
#contents article h1 {
	font-size: 14px;
	padding: 10px 15px;
}

#contents article .tag_category {
	font-size:small;
}

#contents article time {
	font-size:small;
	padding: 0;
}

#contents article .entry-content{
	padding:0;
}
   
img, video {
    max-width: 100%;
    margin:0;
}
 
}


main .contents_sub_navi01 {
  clear:both;
}
.location .freeword .searchBox input[type="text"] {
    height:49px;
}

.location .freeword .searchBox input[type="submit"] {
    height:47px;
}

li > ul.submenu {
    margin-left: 0;
}

.news #col2_list article a {
    position: relative;
}

.news #col3_list article a {
    position: relative;
}



#post_box footer ul {
    list-style: none;
    text-align: right;
    padding: 15px 0;
    color: #6c6c6c;
    font-size: 14px;
    background: #fff;
    border-bottom: 1px dotted #eee;
}


#blogproperty main {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
#blogproperty #post-list article {
  width: calc(95% / 3 - 10px);
	box-sizing: border-box;
    box-shadow: 8px 8px rgb(238 238 243 / 80%);
	margin: 0 10px 20px 10px;

}

#blogproperty #post-list .thumb{
	background-color: transparent;
}

#blogproperty #post-list .thumb::before, #blogproperty #archive-list .thumb::before {
  padding-top: 64.5%;
}
#blogproperty .tag {
  width: 100%;
  margin-top: 10px;
}
#blogproperty .tag object {
  min-width: 40px;
  display: inline-block;
  margin: 0 6px 6px 0;
}
#blogproperty .tag object a {
  display: block;
  color: #243f97;
  font-size: 10px;
  text-align: center;
  border: solid 1px #ededed;
  border-radius: 20px;
  background: #ededed;
  padding: 2px 6px 4px;
  box-sizing: border-box;
  margin-right: 10px;
}
#blogproperty .tag object a:hover {
  color: #1056a6;
  border: solid 1px #1056a6;
  background: #edf4f8;
}


#blogproperty main .contents_sub_navi01 {

    clear: both;
    background: #ededed;
    padding: 50px 0 30px;
    margin: 50px auto 0;

}

#blogproperty main .contents_sub_navi01 .inner dl {
  background: transparent;
}

#blogproperty main .contents_sub_navi01 .inner ul li a {
  color: #243f97;
  border: solid 1px #ededed;
  background: #fafafc;

}

#blogproperty #post-list > article > a {
  padding-bottom:0;
}

#blogproperty #post_main {
    margin:10px 0 30px;
    background:#fff;
	padding:20px 30px 30px;
	border: solid 1px #ededed;
	box-shadow: 8px 8px rgb(238 238 243 / 80%);
    }
#blogproperty #post_main p{
    line-height:2.0;
    padding:0.5em 0;
    }
#blogproperty #post_main img{
    width: 100%;
    height: auto;
	max-width: 800px;
    }
#blogproperty #post_main .tag_category span {
    display: inline-block;
    color: #243f97;
    border-radius: 25px;
    background: #eeedf2;
    padding: 4px 20px 6px;
    margin: 0 0 0 12px;
}


main .contents_sub_navi01 .inner ul li a:hover {
    border: solid 1px #1056a6;
}


/*-------------- contents_sub_navi01 --------------*/
main .contents_sub_navi01 {
    clear: both;
    background: #fff;
    padding: 50px 0;
    margin: 50px auto 0;
}
main .contents_sub_navi01 .inner {
    width: 1200px;
    position: relative;
    text-align: center;
    padding: 0 30px;
    box-sizing: border-box;
    margin: auto;
}
main .contents_sub_navi01 .inner dl {
    background: #fff;
}
main .contents_sub_navi01 .inner dl dt {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    margin: auto;
}
main .contents_sub_navi01 .inner ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 30px;
}
main .contents_sub_navi01 .inner ul li {
    width: calc(100% / 5 - 8px);
    position: relative;
    line-height: 1.5;
    margin: 4px;
}
main .contents_sub_navi01 .inner ul li a {
    display: block;
    position: relative;
    color: #1056a6;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    text-decoration: none;
    outline-style: none;
    border: solid 1px #edf4f8;
    border-radius: 50px;
    background: #edf4f8;
    padding: 15px 10px;
}
main .contents_sub_navi01 .inner ul li a:hover {
    border: solid 1px #1056a6;
}




/*==SP==*/
@media (max-width: 767px) {
  #blogproperty main {
    width: 100%;
	  padding:0;
  }
  #blogproperty #post-list article {
    width: calc(95% / 1 - 10px);
	  margin:0 auto 20px;
  }
  #blogproperty #post_main {
	padding: 20px;
  }

    main .contents_sub_navi01 {
        padding: 20px 0;
        margin: 0 5px 30px;
    }
    main .contents_sub_navi01 .inner {
        width: 100%;
        padding: 0 20px;
    }
    main .contents_sub_navi01 .inner dl dt {
        font-size: 14px;
    }
    main .contents_sub_navi01 .inner ul {
        padding: 0;
    }
    main .contents_sub_navi01 .inner ul li {
        width: auto;
	    display: flex;
        margin: 0 3px 5px;
    }
    main .contents_sub_navi01 .inner ul li a {
        width: 100%;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    font-size: 10px;
	    padding: 2px 6px 4px;
    }
}


/*================================form================================*/
#blogproperty #searchform {
    width: 500px;
    position: relative;
    margin: 30px auto;
    padding-bottom:0;
}
#blogproperty #searchform input[type="search"] {
    font-size: 16px;
    -webkit-appearance: none;
    outline: none;
    position:relative;
    width: 500px;
    /* width:100%; */
    height:50px;
    padding:12px;
    border:3px solid #e5e5e5;
    background: linear-gradient(to bottom, #f7f7f7 0%,#ffffff 100%);
    }
#blogproperty #searchform input[type="search"]:focus{
    position:relative;
    width:100%;
    height:50px;
    padding:12px;
    border:3px solid #1056a6;
    background:#fff;
    }
#blogproperty #searchform input[type="submit"] {
    font-size:14px;
    position:absolute;
    right:10px;
    top:0;
    height:50px;
    width:50px;
    border:none;
    background-size:32px;
    transition: .1s;
    }
#blogproperty #searchform input[type="submit"]:hover {
    background-size:34px;
    transition: .1s;
    cursor : pointer;
    }
#blogproperty #searchform input::placeholder {
    color:#ddd;
    }
#blogproperty #searchform input::-ms-input-placeholder {
    color:#ddd;
    }
#blogproperty #searchform input[type="search"]:focus::placeholder {
    color:#1056a6;
    }
#blogproperty #searchform input[type="search"]:focus::-ms-input-placeholder {
    color:#1056a6;
    }

/*==SP==*/
@media (max-width: 767px) {
    #blogproperty #searchform {
        width: 100%;
        margin: 15px auto;
    }
    #blogproperty #searchform input[type="search"] {
        width:100%;
        height: 40px;
        padding: 9px 8px 7px;
    }
    #blogproperty #searchform input[type="search"]:focus{
        width:100%;
        height:50px;
    }
    #blogproperty #searchform input[type="submit"] {
        width: 25px;
        height: 25px;
	box-sizing: content-box;
	padding:0;
        position:absolute;
        right:10px;
        top:50%;
        transform: translateY(-50%);
        background-size: contain;
    }
}

/*=================== case_picup ===================*/
#blogproperty main .case_picup {
    max-width: 1920px;
    margin: auto;
}
#blogproperty main .case_picup h3 {
    display: block;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    line-height: 1.3;
    border-bottom: solid 3px #1056a6;
    padding: 0 0 10px;
    margin: 100px 0 20px;
}
#blogproperty main .case_picup ul {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    list-style: none;
}
#blogproperty main .case_picup ul li {
    width: calc(100% / 4 - 20px);
    margin: 10px;
}
#blogproperty main .case_picup ul li a {
    display: block;
    position: relative;
    color: #222;
    text-decoration: none;
}
#blogproperty main .case_picup ul li a .image_wrap {
    position: relative;
    background: #e2eef7;
}
#blogproperty main .case_picup ul li a .image_wrap img {
    position: relative;
    display: block;
    z-index: 1;
    width: 100%;
    height: auto;
}
#blogproperty main .case_picup ul li a .image_wrap {
    margin-bottom: 5px;
}
#blogproperty main .case_picup ul li a p {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#blogproperty main .case_picup ul li a .title {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}
#blogproperty main .case_picup .tag {
    width: 100%;
}
#blogproperty main .case_picup .tag object {
    min-width: 40px;
    display: inline-block;
    margin: 0 6px 6px 0;
}
#blogproperty main .case_picup .tag object a {
    display: block;
    color: #1056a6;
    font-size: 10px;
    text-align: center;
    border: solid 1px #fff;
    border-radius: 20px;
    background: #fff;
    padding: 2px 6px 4px;
    box-sizing: border-box;
    margin-right:0;
}
#blogproperty main .case_picup .tag object a:hover {
    color: #1056a6;
    border: solid 1px #1056a6;
    background: #fff;
}
#blogproperty main .case_picup .tag_category{
    position: absolute;
    bottom: 115px;
    left: 0;
    font-size: 60%;
    color: #353b41;;
    background: rgb(226,194,238,0.8);
    padding: 5px 15px;
    line-height: 1.3em;
}
@media screen and (max-width: 768px) {
    #blogproperty main .case_picup {
        max-width: 100%;
    }
    #blogproperty main .case_picup h3 {
        font-size: 1.2em;
        border-bottom: solid 3px #1056a6;
        padding: 0 0 10px;
        margin: 50px 0 20px;
    }
    #blogproperty main .case_picup ul li {
        width: calc(100% / 2 - 8px);
        margin: 4px 4px 15px;
    }
    #blogproperty main .case_picup ul li a {
        display: block;
        position: relative;
        color: #222;
        text-decoration: none;
    }
    #blogproperty main .case_picup ul li a .image_wrap img {
        position: relative;
        display: block;
        z-index: 1;
        width: 100%;
        height: auto;
    }
    #blogproperty main .case_picup ul li a .image_wrap {
        margin-bottom: 5px;
    }
    #blogproperty main .case_picup ul li a p {
        margin: 0 0 10px;
        font-size: 13px;
    }
    #blogproperty main .case_picup ul li a .title {
        font-size: 14px;
    }
    #blogproperty main .case_picup .tag {
        width: 100%;
        display: block;
    }
    #blogproperty main .case_picup .tag object {
        margin: 0 3px 3px 0;
    }
}


@media print, screen and (max-width: 767px) {
	#contact_area .adress_area .bld_L {
		margin-bottom: 0 !important;
	}
}

.wp-block-gallery {
	display: flex;
    flex-wrap: wrap;
    list-style-type: none;
	justify-content:center;
    padding: 0;
    margin: 0;
	gap: 10px;
}
#blogproperty #post_main img {
	width:100%;
	height:auto;
	margin:0 auto;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img {
	max-width: 800px!important;
}
.wp-block-image {
	    text-align: center;
}

@media print, screen and (max-width: 767px) { 
	.wp-block-gallery.has-nested-images figure.wp-block-image img {
	max-width:100%!important;
	}
	.wp-block-gallery {
		flex-direction:column;
		gap: 10px;
	}
	.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
		width:100%;
	}
}
	