@charset "utf-8";

/* -------------------------------------------------------------------------

		common styles

		サイト内で共通のスタイル

------------------------------------------------------------------------- */

/* font icon
------------------------------------------------- */
@font-face {
    font-family: 'icon';
    src:url('fonts/icon.eot');
    src:url('fonts/icon.eot?#iefix') format('embedded-opentype'),
        url('fonts/icon.woff') format('woff'),
        url('fonts/icon.ttf') format('truetype'),
        url('fonts/icon.svg#icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class*="font_icon_"]:before{
    font-family:'icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height:0;
    -webkit-font-smoothing:antialiased;
    /* ここから下はフォント毎に調整 */
    font-size:1.2em;
    position:relative;
    top:2px;
    padding-right:3px;
}

.font_icon_login:before{ content:"\61"; }
.font_icon_entry:before{ content:"\62"; }
.font_icon_up:before{ content:"\63"; }
.font_icon_link:before{ content:"\64"; }
.font_icon_blank:before{ content:"\65"; }
.font_icon_remove:before{ content:"\66"; }
.font_icon_add:before{ content:"\67"; }
.font_icon_attention:before{ content:"\68"; }
.font_icon_mail:before{ content:"\69"; }
.font_icon_tel:before{ content:"\6a"; }
.font_icon_link_r:before{ content:"\6b"; }
.font_icon_edit:before{ content:"\6c"; }
.font_icon_print:before{ content:"\6d"; }
.font_icon_home:before{ content:"\6e"; }
.font_icon_download:before{ content:"\6f"; }
.font_icon_mypage:before{ content:"\70"; }
.font_icon_search:before{ content:"\71"; }


/* noscript
------------------------------------------------- */
.noscript{
	background-color:#fff9d7;
	padding:10px 0;
	text-align:center;
	font-weight:bold;
}

/* br
------------------------------------------------- */

.sp_none{ display: block;}
.pc_none{ display: none;}

@media screen and (max-width: 742px){
	.sp_none{ display: none;}
	.pc_none{ display: none;}
}

@media screen and (max-width: 479px){
	.sp_none{ display: none;}
	.pc_none{ display: block;}
}

/* body
------------------------------------------------- */

body{
	font-family:verdana, arial,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	-webkit-text-size-adjust:none;
	color:#333;
}


/* text link
------------------------------------------------- */

a .link,
.link{
	text-decoration:none;
}

a:hover .link,
.link:hover{
	border-bottom:1px dotted #333;
}

.link:before,
.link_blank:before{
	font-family:'icon';
    speak: none;
	line-height:0;
    position:relative;
    top:1px;
    padding-right:3px;
}

.link:before{
    font-size:1em;
	content:"\64";
}
.link_blank:before{
	content:"\65";
}

a:link,
a:visited,
a:active,
a:hover {
	overflow: hidden;
}

/* label
------------------------------------------------- */

.small_category{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
}


/* 小カテゴリー別設定 */

.small_category.maintenance{color:#91af29;}
.small_category.interior{color:#f25050;}
.small_category.gourmet{color:#a69e48;}
.small_category.shopping{color:#36a68a;}
.small_category.reform{color:#6C9;}
.small_category.present{color:#569EAB;}
.small_category.other{color:#999;}
.small_category.realestate{color:#e15143;}
.small_category.travel{color:#e4b200;}
.small_category.odekakenavi{color:#960;}
.small_category.cleaning{color:#e35499;}


/* article_item
------------------------------------------------- */

.article_item{
	position:relative;
	padding-bottom:37px;
	background-color:#fff;
}

.article_item .inner_item{
	padding:19px;
}

.article_item .category_label{
	position:absolute;
	left:0;
	top:0;
}

.article_item .item_thumb{
	margin-bottom:20px;
}

.article_item .small_category{
	margin-bottom:5px;
}

.article_item h3{
	font-size:123.1%;
}

.article_item .owner_name{
	margin-top:10px;
}

.article_item p{
	margin-top:20px;
	line-height:1.7;
}

.article_item .read_more{
	text-align:center;
	padding:10px 0;
	border-top:1px solid #e5e5e5;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}

.article_item a{
	color:#333;
}

.article_item_small{
	/* height:238px; */
	background-color:#fff;
	position:relative;
}

.article_item_small .inner_item{
	padding:19px;
}

.article_item_small .category_label{
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}

.article_item_small .overlay_base{
	position:relative;
	overflow:hidden;
}

.article_item_small .item_thumb img{
	vertical-align:bottom;
}

.article_item_small .item_overlay{
	position:absolute;
	width:100%;
	bottom:0;

	background:#000;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.7)), color-stop(100%,rgba(0,0,0,0.7))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%); /* IE10+ */

	padding:10px;
}

.article_item_small .item_overlay:not(:target){
    filter: none; /* for IE9 */
}

.article_item_small h3{
	margin-right:18px;
}

.article_item_small a{
	color:#fff;
}

.article_item a,
.article_item_small a,
.top_main_image a img{
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.article_item > a,
.article_item_small > a{
	display: block;
}

.article_item a:hover,
.article_item_small a:hover,
.top_main_image a:hover img{
	filter:alpha(opacity=70);
	opacity:0.7;
}



/* breadcrumbs
------------------------------------------------- */

.breadcrumbs{
	padding:16px 0;
}

.breadcrumbs li{
	font-size:85%;
	line-height:1;
	color:#888;
	display:inline-block;
	*display:inline;
	*zoom:1;
}

.breadcrumbs a{
	text-decoration:none;
	border-bottom:1px dotted #aaa;
	padding-bottom:1px;
	color:#888;
}

.breadcrumbs a:hover{
	color:#333;
	border-color:#333;
}


/* footer
------------------------------------------------- */

.site_footer{
	background-color:#eee;
	border-top:1px solid #d6d6d6;
	position: relative;
	z-index: 100;
}

.site_footer .breadcrumbs {
    padding: 10px 0;
    border-bottom: solid 1px #000;
}


.footer_link_wrapper{
	border-top:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;
	padding:30px 0;
}

.footer_link{
	font-size:85%;
}

.footer_link .inner{
	display:table;
	width:100%;
}

.footer_link .col{
	padding-right:20px;
	padding-left:20px;
	border-left:1px solid #d6d6d6;
	display:table-cell;
}
.footer_link .col.first{
	padding-left:0;
	border-left:0;
}

.footer_link .col h2{
	margin-bottom:20px;
}

.footer_link .col .sub{
	margin-top:20px;
}

.footer_link .col li{
	margin-top:10px;
}

.corporate_info{
	padding:5px 0 20px 0;
}

.corporate_link{
	position:relative;
	top:-10px;
	padding-left:40px;
	font-size:85%;
}

.footer_link a, .corporate_link a {
    text-decoration: none;
    font-size: 85%;
    line-height: 1;
    color: #888;
    display: inline-block;
}

.footer_link a:hover,
.corporate_link a:hover{
	border-bottom:1px dotted #333;
	padding-bottom:1px;
}

.copyright{
	text-align:center;
	font-size:77%;
	font-family:Arial, sans-serif;
	background-color:#666666;
	padding:12px 0;
	color:#fff;
}

.copyright br{
	display:none;
}

.page_top {
    position: fixed;
    right: -2px;
    bottom: 20px;
    z-index: 256;
    top: 573px;
}

.page_top a{
	display:block;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	overflow:hidden;
	background:#555;
	border-radius:40px;
}

.page_top a span:before{
	top:1px;
	padding:0;
}

.page_top a:hover{
	background-color:#ddd;
}

.page_top a:hover span:before{
	color:#555;
}


.resp_appear{	display: none;}

.send_btn{
	text-align:center;
	margin-top:30px;
	margin-bottom:60px;
}

.send_btn a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:15px 40px;
	border:none;
	color:#fff;
	font-size:123.1%;
	border-radius:4px;
	background:#e85607 url(../img/common/btn_shadow.png) center center no-repeat;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-bottom:none !important;
	text-decoration:none;
}

.send_btn a:hover{
	background-color:#e82107;
}
.send_btn.small a
{
	/* background-color: #75baa9; */
	font-size: 100%;
}

.annotation{
	font-weight: normal;
	text-align:right;
	margin-top:-65px;
	margin-bottom:43px;
	position:relative;
	z-index:1;
}




/* news
------------------------------------------------- */

.news_box{
	overflow:hidden;
	margin:15px 0;
}

.inner_news{
	display:table;
	width:100%;
}

.news_title,
.news_block_wrapper{
	display:table-cell;
	vertical-align:middle;
}

.news_title{
	width:18%;
	text-align:center;
	border-right:1px solid #e5e5e5;
	vertical-align: top;
	padding-top: 48px;
}
.top_news_more{
	font-size: 85%;
	margin-top:10px;
}

.news_block_wrapper{
	padding-left:20px;
	padding-right:20px;
}

.news_block{
	overflow:hidden;
	/* margin:10px 0; */
	margin-bottom:10px;
}

.news_block:last-child{
	margin-bottom:0;
}

.news_date,
.news_icon{
	float:left;
	margin-right:10px;
}

.news_headline{
	overflow: hidden;
	line-height:1.5;
	position:relative;
	top:-2px;
}

.news_headline a{
	/*-moz-text-decoration-style: dotted;*/
	border-bottom:1px dotted #aaa;
    text-decoration:none;
}

.news_headline a[target="_blank"]:before{
	font-family:'icon';
    speak: none;
	line-height:0;
    position:relative;
    top:1px;
    padding-right:3px;
	content:"\65";
}

.news_headline a:hover{
	border-color:#333;
}

.icon_new{
	background-color:#ec7064;
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:2px 3px;
	font-size:8px;
	color:#fff;
	line-height:1;
	font-family:Arial, sans-serif;
	font-weight:bold;
	text-indent: 0;
}

body.mypage .news_icon{
	float: left;
	display: inline;
}
body.mypage .news_headline{
}


/* news list
------------------------------------------------- */
.news_block_wrapper_news{
	border-top: 1px solid #e5e5e5;
}
.news_block_wrapper_news .news_block{
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 0;
	margin: 0;
}
.news_block_wrapper_news a{
	border-bottom: none;
}

.news_title{
	vertical-align: middle;
	padding-top: 0;
}
.news_icon span{
	display: inline-block;
*	zoom: 1;
	width: 50px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
}
.news_icon,
.news_date{
	font-size: 85%;
}
.news_date{
	line-height: 1.5;
}
.news_icon span{
	line-height:1;
	padding:3px 0;
	display: block;
}

.icon_category{	background-color: #e85607;}
.icon_area{	background-color: #5c5c5c;}
span.icon_category{
        width: 75px;
}
span.icon_area{
        width: 75px;
}


/* error message
------------------------------------------------- */
.message{
	clear: both;
}
.error:before{
	font-family:'icon';
    speak: none;
	line-height:0;
    position:relative;
    top:2px;
    padding-right:3px;
    font-size:1.2em;
	content:"\68";
}
.error {
	display: inline-block;
*	display: inline;
*	zoom: 1;
	margin-top: 5px;
	padding:5px 10px;
	color: #fff;
	background-color: #ed5858;
}

@media screen and (max-width: 1019px) { /* 979 + 40（左右の余白）*/

	.annotation{
		font-weight: normal;
		text-align:left;
		margin-top:-20px;
		margin-bottom:20px;
	}
}

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

	.breadcrumbs{
		margin-left: 20px !important;
		margin-right: 20px !important;
	}

	.article_item{
		height: auto;
	}

	.article_item p{
		display:none;
	}

	.footer_link_wrapper{
		padding:0;
	}

	.footer_link{
		font-size:100%;
		margin:0 !important;
	}

	.footer_link .inner{
		display:block;
	}

	.footer_link .col{
		padding:0;
		border:none;
		display:block;
		margin:0;
	}

	.footer_link .col.first{
		border-top:0;
	}

	.footer_link .col h2,
	.footer_link .col ul{
		font-weight:normal;
		margin-bottom:0;
		padding:15px 20px;
		border-top:1px solid #d6d6d6;
	}

	.footer_link .col.first h2{
		border-top:0;
	}

	.footer_link .col ul{
		padding:10px 20px;
	}

	.footer_link .col li{
		margin:0;
		padding:5px 0;
	}

	.footer_link .sub{
		display:none;
	}
	.corporate_info span{
		display:block;
		text-align:center;
	}

	.corporate_info .summary{
		display:none;
	}

	.corporate_link{
		top:0;
		margin-top:10px;
		padding-left:0;
	}

	.copyright{
		text-align:left;
	}

	.copyright br{
		display:block;
	}

	.copyright span{
		display:block;
		margin-left:20px;
		margin-right:60px;
	}

.page_top {
    /* position: relative; */
    /* right: inherit; */
    /* bottom: inherit !important; */
}

	.page_top a{
		position:absolute;
		right:6px;
		top:-42px;
		width:36px;
		height:36px;
		line-height:36px;
	}

	.resp_appear{	display: block}
	.resp_appear_rev{	display: none}

}

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

	.news_date,.news_icon,.news_headline{
		display: inline-block;
*		display: inline;
*		zoom :1;
	}
	.news_headline{
		margin-left: 0 !important;
		margin-top: 5px;
	}

	.inner_news{
		display: block;
	}
	.news_box{
		margin-top: 0;
	}
	.news_title,
	.news_block_wrapper{
		display: block;
		vertical-align:middle;
	}
	.news_title{
		width: 100%;
		position: relative;
		border-right: none;
		border-bottom: 1px solid #e5e5e5;
		text-align: left;
		padding: 11px 0 15px 0;
		margin-bottom: 20px;
		text-indent: 20px;
	}
	.top_news_more{
		position: absolute;
		right: 20px;
		top: 14px;
		line-height:1;
		margin-top:0;
	}

	.send_btn a{
		padding-left:20px;
		padding-right:20px;
	}

	.news_icon span{
		display: inline-block;
*		display: inline;
*		zoom: 1;
	}
	span.icon_area{
		width: 60px;
	}

}

.shame {
    width: 100%;
    height: 410px;
    overflow: hidden;
}

.photo_diary {
    clear: both;
    /* margin-bottom: 0.2em; */
    height: 88px;
    /* margin-bottom: 1em; */
    padding: 1.8px 1em;
    /* border-top: 1px solid #888; */
}

.photo_diary .sum {
    width: 40%;
    margin-right: -22px;
    clear: both;
    height: 94px;
    /* overflow: hidden; */
    float: left;
}

.photo_diary .sum img {
    width: 50%;
    height: 72px;
}

.photo_diary .text {
	    font-size: 11px;
    padding-top: 6px;
}

.photo_diary:last-child {

    border-bottom: 1px solid #888;
}

.nav {
    width: 100%;
    height: 57px;
}

.nav-in {
    width: 100%;
    height: 60px;
    position: inherit;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 10000;
}

.tel {
    width: 100%;
    height: auto;
}


.btn_100 {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f7f7f7), color-stop(1, #e8e8e8) );
    background: -moz-linear-gradient( center top, #f7f7f7 5%, #e8e8e8 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e8e8e8');
    background-color: #f7f7f7;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #dcdcdc;
    height: 37px;
    line-height: 36px;
    width: 50%;
    float: left;
    text-align: -webkit-center;
}

.btn_100 a {
    color: #777777;
    font-family: arial;
    font-size: 9px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #ffffff;
}

.effect i {
  height: 120px;
  padding: 20px;
  font-size: 100px;
  transition: .8s;
}
.effect div {
  margin: auto;
  transition: .8s;
  transition-delay: .8s;
}