


/*----ブログ------------------*/

#subpage_head #subpage_headimage{
	background-image: url(../img/blog/head_image.jpg);
}

#blog_main{
	margin-top: 124px;
	display: flex;
	justify-content: space-between;
}

#blog_main #left_col{
	width: 780px;
}

#blog_main #right_col{
	width: 297px;
}

@media screen and (min-width:1025px) and (max-width:1440px) {
#blog_main #left_col{
	width: 65.5%;
}
#blog_main #right_col{
	width: 25%;
}
}

@media screen and (max-width:640px) {
#blog_main{
	margin-top: 40px;
	display: block;
}

#blog_main #left_col,#blog_main #right_col{
	width: 96%;
	margin: 0 auto;
}


}



/*----ブログメイン（左カラム）------------------*/

#blog_list article a{
	display: flex;
	justify-content: space-between;
	padding: 40px 0;
	border-bottom: solid 1px #b1b1b1;
	width: 100%;
	text-decoration: none;
	color: #151515;
}
#blog_list article a:hover{
	background-color: #f6f8fb;
}
#blog_list article:first-cjild{
	padding: 0 0 40px 0;
}

#blog_list article .list_img{
	width: 190px;
	height: 190px;
	overflow: hidden;
	text-align: center;
	position: relative;

}
#blog_list article .list_img img{
	height: 100%;
	width: auto;
	max-width: 9999px;

	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#blog_list article .blog_info{
	width: 514px;
	margin-right: 30px;
}
.blog_info_head{
	display: flex;
	align-items: center;
}

.blog_info_head .category_tag{
	border: solid 1px #151515;
	padding: 2px 6px;
	font-size: 16px;
	margin-right: 10px;
}

.blog_info_head .blog_date{
	font-size: 15px;
}
#blog_list article .blog_info .blog_title{
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0 24px 0;
}
#blog_list article .blog_info p{
	font-size: 16px;
}

#page_navi{
	margin-top: 95px;
	width: 100%;
	text-align: center;
	margin-bottom: 175px;
}
#page_navi #pager{

	
}
.wp-pagenavi{
		display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: center;
}
#page_navi #pager .pages{
	color: #4e6995;
	padding: 5px 10px;
	font-size: 14px;
	margin-bottom: 6px;
	margin-right: 12px;
}
#page_navi #pager .current{
	background-color: #4e6995;
	padding: 5px 10px;
	margin-right: 6px;
	color: #fff;
	font-size: 12px;
	margin-bottom: 6px
}
#page_navi #pager a.page,#page_navi #pager .extend,#page_navi #pager .previouspostslink,#page_navi #pager .first,#page_navi #pager .nextpostslink,#page_navi #pager .last{
	display: block;
	padding: 5px 10px;
	background-color: #e6edf8;
	text-decoration: none;
	color: #4e6995;
	margin-right: 6px;
	font-size: 12px;
	margin-bottom: 6px;
}
#page_navi #pager a:hover{
	background-color: #4e6995;
	color: #fff;
}

@media screen and (min-width:1025px) and (max-width:1440px) {
#blog_list article .list_img{
	width: 24.3%;
	height: 0;
	padding-top: 24.3%;
}
#blog_list article .blog_info{
	width: 65.9%;
}
}


@media screen and (max-width:640px) {
#blog_list article a{
	padding: 25px 0;
}
#blog_list article .list_img{
	width: 75px;
	height: 75px;
}

#blog_list article .blog_info{
	width: 65%;
	margin-right: 1%;
	margin-left: 2%;
}
.blog_info_head .category_tag{
	font-size: 12px;
	padding: 1px 6px;
}
.blog_info_head .blog_date{
	font-size: 12px;
}
#blog_list article .blog_info .blog_title{
	font-size: 16px;
	margin: 12px 0 18px 0;
}
#blog_list article .blog_info p{
	font-size: 14px;
}


#page_navi{
	margin-top: 50px;
	margin-bottom: 90px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

}


/*----ブログサイド（右カラム）------------------*/

#category{
	margin-bottom: 70px;
}
.blog_side_title span{
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid 4px #282828;
	padding-bottom: 6px;
	display: inline-block;
	margin-bottom: 30px;
}
.category_list li{
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
.category_list li a{
	text-decoration: none;
}
.category_list li a:before{
	content: ">";
	margin-right: 5px;
}

#newarrival{
	margin-bottom: 110px;
}
#newarrival article a{
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
}
#newarrival .newarrival_image{
	width: 85px;
	height: 85px;
	overflow: hidden;
	text-align: center;
	position: relative;
}
#newarrival .newarrival_image img{
	height: 100%;
	width: auto;
	max-width: 9999px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#newarrival .newarrival_info{
	width: 196px;
}
#newarrival .newarrival_info .newarrival_date{
	font-size: 12px;
}
#newarrival .newarrival_info .newarrival_title{
	font-size: 14px;
	margin-top: 6px;
	line-height: 135%;
}
@media screen and (min-width:1025px) and (max-width:1440px) {
#newarrival .newarrival_image{
	width: 28.6%;
	height: 0;
	padding-top: 28.6%;
}
#newarrival .newarrival_info{
	width: 66%;
}
}

@media screen and (max-width:640px) {
#newarrival .newarrival_image{
	width: 75px;
	height: 75px;
}
#newarrival .newarrival_info{
	width: 65%;
}

}


/*----ブログ個別記事------------------*/

.blog_article_head{
	border-bottom: solid 1px #151515;
	margin-bottom: 55px;
}
.article_title{
	padding: 28px 0;
	font-size: 23px;
	font-weight: bold;
}
#blog_article p{
	color: #424242;
	font-size: 16px;
	line-height: 180%;
	letter-spacing: 0.2em;
	margin-bottom: 40px;
	margin-top: 40px;
}
#blog_article img{
	max-width: 100%;
	height: auto;
	display:block;
	margin:10px auto;
}

#article_page_navi{
	width: 100%;
	margin: 95px 0 155px 0;
	border-top: solid 1px #b1b1b1;
	border-bottom: solid 1px #b1b1b1;
	padding: 42px 0;
	display: flex;
	justify-content: space-between;
}

#article_page_navi li a{
	font-size: 16px;
}

#blog_article h2{
	padding: 24px 0;
	font-size: 30px;
	margin: 85px 0 40px 0;
	border-bottom: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
}
#blog_article h3{
	margin: 85px 0 40px 0;
	font-size: 22px;
	font-weight: bold;
}
#blog_article h4{
	margin: 60px 0 40px 0;
	font-size: 18px;
	font-weight: bold;
}
#blog_article strong{
	font-weight: bold;
}
#blog_article .small{
	font-size: 80%;
}


@media screen and (max-width:640px) {
.blog_article_head{
	margin-bottom: 35px;
}
.article_title{
	padding: 15px 0 25px 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 130%;
}
#blog_article p{
	font-size: 15px;
	margin-bottom: 30px;
	margin-top: 30px;
	letter-spacing: 0.1em;
}
#article_page_navi{
	margin: 70px 0 75px 0;
	padding: 25px 0;
}
#blog_article h2{
	padding: 20px 0;
	font-size: 24px;
	margin: 60px 0 30px 0;
	border-bottom: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
	line-height: 130%;
}
#blog_article h3{
	margin: 60px 0 30px 0;
	font-size: 20px;
	
}
#blog_article h4{
	margin: 50px 0 30px 0;
	font-size: 16px;
}
}



/*----記事を書いた人------------------*/

#blog_main .writter{
	margin-bottom: 60px;
}
#blog_main .writter .wrapper{
	display: flex;
	justify-content: space-between;
	border: 1px solid #b1b1b1;
	padding: 40px 60px;
}
#blog_main .writter .wrapper{
	border: 1px solid #b1b1b1;
	padding: 40px 60px;
}
#blog_main .writter .wrapper p{
	margin: 0;
}
#blog_main .writter .wrapper .img{
	width: 150px;
}
#blog_main .writter .wrapper .img p{
	font-size: 15px;
	margin-bottom: 10px;
	letter-spacing: .01em;
	font-weight: bold;
	color: #767676;
	text-align: center;
}
#blog_main .writter .wrapper .txt{
	position: relative;
	width: calc(100% - 200px);
}

#blog_main .writter .wrapper .txt .name{
	font-size: 14px;
	letter-spacing: .05em;
	margin-bottom: 30px;
}
#blog_main .writter .wrapper .txt .name span{
	font-size: 18px;
	font-weight: bold;
	margin-left: 15px;
}
#blog_main .writter .wrapper .txt .inner_ttl{
	font-size: 16px;
	font-weight: bold;
	color: #6f5430;
	margin-bottom: 10px;
}
#blog_main .writter .wrapper .txt p{
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: .05em;
}
#blog_main .writter .wrapper .txt .inner{
	position: relative;
}
#blog_main .writter .wrapper .txt .inner .sns{
	display: flex;
	margin-top: 30px;
}
#blog_main .writter .wrapper .txt .inner .sns .insta{
	display: inline-block;
	border: 1px solid #e60c66;
	border-radius: 5px;
	padding: 6px 12px;
	margin-right: 10px;
}
#blog_main .writter .wrapper .txt .inner .sns .insta p{
	color:#e60c66;
	font-weight: bold;
}
#blog_main .writter .wrapper .txt .inner .sns .line{
	display: inline-block;
	border: 1px solid #09bf53;
	border-radius: 5px;
	padding: 6px 12px;
}
#blog_main .writter .wrapper .txt .inner .sns .line p{
	color:#09bf53;
	font-weight: bold;
}
#blog_main .writter .wrapper .txt .inner .sns a img{
	width: 14px;
	display: inline-block;
	margin: 0 8px 0 0;
	transform: translateY(1px);
}

@media screen and (min-width:1025px) and (max-width:1440px) {

}

@media screen and (max-width:640px) {
	#blog_main .writter .wrapper{
		display: block;
		padding: 20px 30px;
	}
	#blog_main .writter .wrapper .img{
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}
	#blog_main .writter .wrapper .txt{
		width: 100%;
	}
	#blog_main .writter .wrapper .txt .name{
		text-align: center;
	}
	#blog_main .writter .wrapper .txt .name span{
		display: block;
		margin-left: 0;
	}
	#blog_main .writter .wrapper .txt .inner .sns{
		display: block;
		padding-bottom: 50px;
	}
	#blog_main .writter .wrapper .txt .inner .sns .insta{
		margin-bottom: 10px;
	}
	#blog_main .writter .wrapper .txt .inner .more_link {
		margin-right: 0;
	}
}


/*----リンク・バナー------------------*/
.passive_banner{
	text-align: center;
	margin-top: 82px;
}
.passive_banner a{
	position: relative;
	color: #fff;
	display: block;
	width: 660px;
	height: 160px;
	margin: 0 auto;
	background-image: url('../img/blog/passive_banner.jpg');
	background-size: cover;
	background-position: center;
}
.passive_banner a .txt{
	position: absolute;
	left: 30px;
	bottom: 20px;
	text-align: left;
}
.passive_banner a .txt p{
	font-size: 14px;
}
.passive_banner a .txt p.ttl{
	font-size: 40px;
	line-height: .9;
	font-weight: bold;
	margin-bottom: 10px;
}
.document_banner{
	text-align: center;
	margin-top: 30px;
    margin-bottom: 40px;
}
.document_banner a{
	color: #fff;
	display: block;
	width: 660px;
	margin: 0 auto;
}

.document_request{
	margin: 0 auto;
	display: flex;
	justify-content: center;
	width: 660px;
}
.request_img{
	width: 235px;
	overflow: hidden;
	height: auto;
	position: relative;
}
.request_img img{
	height: 100%;
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.request_info{
	width: 425px;
	color: #fff;
	padding: 35px 0;
	text-align: center;
	background-color: #3f5b8d;
}
.request_info div{
	width:82%;
	margin: 0 auto;
	text-align: left;
}
.request_info .request_title{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.request_info .request_title::before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 12.1px;
	border-color: transparent transparent transparent #5db7e8;
	display:  inline-block;
    vertical-align:  middle;
    position:  relative;
    top: -2px;
    margin-right: 6px;
}
.request_info p{
	font-size:13px;
	line-height: 160%;
}
#modelroom_link {
    display: flex;
    justify-content: center;
}
#modelroom_link div {
    margin: 0 17px;
}
#modelroom_link .link_btn3 a {
    width: 310px;
    font-size: 16px;
    padding: 26px 0;
    background-color: #fff;
}
#modelroom_link .link_btn1 a span {
    background-image: url(../img/common/icon_hbtn1.png);
    display: inline-block;
    margin-top: 0px;
    background-size: 22px auto;
    background-repeat: no-repeat;
    background-position: left 2px;
    padding-left: 26px;
    padding-top: 1px;
    font-size: 16px;
}

@media screen and (max-width:640px) {
	.passive_banner{
		margin-top: 65px;
	}
	.passive_banner a{
		width: 260px;
	    height: auto;
	    aspect-ratio: 1/1;
	}
	.passive_banner a .txt{
		left: 20px;
		bottom: 20px;
	}
	.passive_banner a .txt p{
		font-size: 13px;
	}
	.document_banner{
		margin-top: 40px;
		padding-bottom: 20px;
	}
	.document_banner a{
		width: 260px;
	}
	.document_request{
		display: block;
		width: 260px;
	}
	.request_img{
		width: 260px;
		height: 175px;
	}
	.request_img img{
		width: 100%;
		height: auto;
		position: relative;
	}

	.request_info{
		width: 260px;
		padding: 20px 0;

	}

	.request_info .request_title{
		font-size: 16px
		margin-bottom: 10px;
	}
	.request_info p{
		font-size:13px;
		line-height: 160%;
	}
	#modelroom_link {
	    display: block;
	}
	#modelroom_link div {
	    margin: 0 17px;
	}
	#modelroom_link .link_btn1 a,
	#modelroom_link .link_btn3 a{
	    width: 86%;
	    font-size: 14px;
	    padding: 22px 0;
	    margin: 18px auto;
	}
	#modelroom_link .link_btn1 a span{
	    font-size: 12px;
	}
}


/*----ワードプレス：ギャラリーのキャプション修正------------------*/

#blog_article .blocks-gallery-item{
}
#blog_article .blocks-gallery-item img{
	margin: 0 auto;
}
#blog_article .blocks-gallery-item .blocks-gallery-item__caption{
	width: 95%;
	padding: 4% 2.5% 3% 2.5%;
}


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



