/* 総合 */
.hide{
	display:none;
}

/* トップページ */

#main .t_first-article a img{
	width:100%;
	height:520px;
	object-fit:cover;
}
#main .t_article a img{
	width:100%;
	height:252px;
	object-fit:cover;
}


.t_article .top_main_p_tag{
	display:none;
}
#main ul li h2 a{
	text-decoration:none;
}
.top_main_more_a{
	margin:0 0 0 3.84%;
	font-size:13px;
}
.top3cate_each_wrap2 a{
	text-decoration:none;
}



/* 下層ページ共通 */

.pagetitle h1{
	font-weight:400;
	font-size:32px;
	width:1040px;
	margin:0 auto;
	line-height:1.3em;
}
.pagetitle{
	background-color:#f1f1f1;
	min-height:128px;
    display:flex;
	align-items:center;
	/*margin:0 0 3.84% 0;*/
	margin:0 0 0.76% 0;
	box-shadow: inset 0 0 15px rgba(0,0,0,.3);
}
#breadcrumb{
	margin-bottom:3.07%;
}
#breadcrumb ul{
	margin:0px auto;
	padding:0px;
	list-style-type:none;
	display:flex;
	max-width:1040px;
	
}
#breadcrumb ul li{
	margin:0px 0 0 4px;
	padding:0px 0px 0 0;
	font-size:11px;
	color:#555555;
	
}
#breadcrumb ul li a{
	margin:0px 4px 0 0;
	padding:0 16px 0 0;
	color:#555555;
	text-decoration:none;
	font-weight:400;
	background-image: url(images/arrow_g1.svg);
	background-repeat: no-repeat;
	background-position: right center;
}



.loop_more_p{
	line-height:1.5em;
	font-size:14px;
}
.loop_date {
	font-size:12px;
	color:#666666;
	display:block;
}
.loop_h2 a{
	line-height:1.5em;
	font-weight:500;
	color:#17518c;
	display:block;
	margin:0 0 1.53% 0;
	text-decoration:none;
}



/* 記事詳細 */

.single_thum img{
	margin:0 0 24px 0;
}
.single_date {
	font-size:13px;
	font-family: futura-pt, sans-serif;
	color:#555555;
}

.single_content{
	margin:3.84% 0;
}
.single_content hr{
	margin:0px;
	padding:0px;
	clear:both;
	border:none;
}
.single_content p{
	/*font-size:15px;*/
	line-height:1.8em;
	margin:0 0 3.84% 0;
}

.single_content ol li{
	line-height:1.7em;
}
.single_content ul li{
	line-height:1.7em;
}
.single_content .single_notice1{
	font-size:11px;
	color:#333333;
	margin:2.3% 0 2.3% 0;
}
.single_content h2{
	font-size:24px;
	line-height:1.8em;
	margin:0 0 3.07% 0;
	padding:1.53% 0px;
	color:#333333;
	font-weight:500;
	border-top:6px solid #cccccc;
	border-bottom:2px solid #ec7c91;
}
.single_content h3{
	font-size:22px;
	line-height:1.5em;
	margin:0 0 2.3% 0;
	border-bottom:3px solid #dddddd;
	font-weight:500;
	padding:0 0 0px 0;
	color:#ec7c91;
}
.single_content h4{
	font-size:20px;
	line-height:1.8em;
	margin:0 0 2.3% 0;
	font-weight:500;
	color:#1b6e28;
}

.single_content mark{
	font-size:11px;
	line-height:1.4em;
	margin:24px 0px;
	color:#777777;
	font-family:sans-serif;
	border:none;
	background-color:#ffffff;
}






/* 関連記事系 */
.kanren_flex ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.kanren_flex ul li{
	width:47.69%;
	margin-bottom:2.3%;
}
.related-entry{
display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.related-entry-thumb{
	width:27.69%;
}
.related-entry-thumb img{
	width:100%;
}
.related-entry-content {
	width:68.46%;
}
.kanren_h3{
	font-size:18px;
	margin:0 0 2.3% 0;
	color:#ec7c91;
}
.kanren_wrap {
	border-top:1px #eaeaeb solid;
	margin:7.69% 0 7.69% 0;
	padding:5.38% 0 0 0;
	
}
.related-entry-title a{
	font-weight:500;
	font-size:15px;
	display:block;
	margin:1.53% 0 3.84% 0;
	text-decoration:none;
	line-height:1.5em;
}
.related-entry-snippet{
	font-size:12px;
	line-height:1.5em;
}
.related-entry-read {
	font-size:12px;
	color:#666666;
	display:none;
	margin:3.84% 0 0 0;
	text-decoration:none;
}
.kanren_flex{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}




/* 記事内のお部屋のループ表示 */
.roooom{
	background-color:#f1f1f1;
}
.roooom h2{
	background-color:#ec7c91;
	color:#ffffff;
	font-weight:500;
	padding:1.53%;
}
.roooom ul{
	margin:0px;
	padding:2.3% 2.3% 0 2.3%;
	list-style-type:none;
	display:flex;
	flex-wrap:wrap;
}
.roooom ul li a{
text-decoration:none;
	padding:5.38%;
	display:block;
}
.roooom ul li{
	margin:0px 1.53% 2.69% 0;
	box-sizing:border-box;
	width:32.30%;
	background-color:#ffffff;
  border-radius:4px;
}
.roooom ul li:nth-child(3n){
	margin-right:0px;
}
.roooom ul li a img{
	width:100%;
	
}
.room_loop_area{
	font-size:12px;
	color:#555555;
	margin:0 0 2.3% 0;
}
.room_loop_title{
	font-size:14px;
	color:#333333;
	margin:3.07% 0 0 0;
	line-height:1.5em;
	font-weight:500;
}
.bukken_notice{
	margin:0 2.3% 0 2.3%;
	font-size:11px;
	padding-bottom:2.3%;
	line-height:1.5em;
	color:#333333;
}
.pickup_img_tate{
	object-fit:cover;
	max-height:153px;
}





/* サイドバー系 */

.sidebar .pop_ul{
	margin:0px 0 17.69% 0;
	padding:0px;
	list-style-type:none;
}
.sidebar .pop_ul li{
	margin:0 0 2.3% 0;
	padding:0px 0 2.3% 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:stretch;
	border-bottom:#eaeaeb solid 1px;
}
.pop_loop_eye{
	width:27.69%;
}
.pop_loop_eye img{
	width:100%;
	height:auto;
}
.pop_loop_title{
	width:68.46%;
	padding-top:2.3%;
	
}
.pop_loop_title p a{
	font-size:14px;
	text-decoration:none;
	line-height:1.5em;
	display:block;
	margin:0px;
	padding:0px;
}
.pop_loop_cate{
	font-size:10px;
	font-weight:500;
	color:#17518c;
	margin-bottom:2.3%;
}
.sidebar h3{
	margin:0 0 7.69% 0;
	background-color:#f1f1f1;
	padding:10px 8px 6px 16px;
	color:#222222;
	font-size:17px;
	line-height:1;
	font-weight:500;
	border-left:6px #ec7c91 solid;
}
.sidebar ul{
	margin:0 0 17.69% 0;
	padding:0px;
	list-style-type:none;
}
.sidebar ul li{
	margin: 0 0 3.84% 0;
	padding:0px 0 3.84% 0;
	font-size:13px;
	border-bottom:1px solid #eaeaeb;
}
.sidebar ul li a{
	text-decoration:none;
	display:block;
}



/* 以下スマホ */

@media screen and (max-width:700px){
	#breadcrumb{
		display:none;
	}
	
	#main .t_first-article a img{
	width:100%;
	height:auto;
	object-fit:cover;
}
#main .t_article a img{
	width:100%;
	height:auto;
	object-fit:cover;
}
	
.main_ul {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.main_ul li {
	background-color:#000000;
}
	.pagetitle h1{
	font-weight:400;
	font-size:20px;
	width:1040px;
	margin:0 auto;
	line-height:1.3em;
		padding: 5.38%;
}
.pagetitle{
	background-color:#f1f1f1;
	min-height:96px;
    display:flex;
	align-items:center;
	margin:0 0 5.38% 0;
}
	.w1040{
		margin:0px auto;
		width:89.24%;
	}
	
	.pickup_img_tate{
	object-fit:cover;
	height:20%;
}
	
	
	
	
}