@charset "utf-8";

/* ========================================================
	contents.css => 
======================================================== */
#top_main {
    padding-top: 65px;
}
#top_main .slider li {
    height: 27vw;
}
#top_main .slider img {
    width: 100%;
    height: 100%;
}
.slick-slider {
    margin-bottom: 0 !important;
}
@media screen and (max-width: 1000px) {
	#top_main {
		padding-top: 53px;
	}
}
@media screen and (max-width: 768px) {
    #top_main .slider li {
        height: 100vw;
    }
}


/* top_contents_box 
============================================================================================================ */
.top_catch {
    font-size: 3.3rem;
    text-align: center;
    padding: 0.2em 1em;
}
.catch {
    font-size: 3.3rem;
    text-align: center;
    padding: 0.2em 1em;
    border-bottom: 1px solid #CCCCCC;
}
.top_contents_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.top_contents_box li:first-child,
.top_contents_box li:nth-child(2) {
    width: 49.7%;
}
.top_contents_box li:nth-child(3) {
    width: 100%;
}
.top_contents_box li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    color: #fff;
    height: 100%;
    text-align: center;
    font-size: 1.5rem;
}
.top_contents_box li:first-child a:before,
.top_contents_box li:nth-child(2) a:before{
    content:"";
    display: inline-block;
    background: rgba(0,0,0,0.70);
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    z-index:1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.top_contents_box li a:hover {
    opacity: 1 !important;
}
.top_contents_box li a:hover:before {
    background: none;
}
.top_contents_box li p {
    z-index: 2;
    position: relative;
}

.top_contents_box .usedcar a {
    display: block;
    height: 180px;
    padding-top: 40px;
}
.top_contents_box .usedcar a:hover {
    color: #000 !important;
}
.top_contents_box .usedcar {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.top_contents_box .usedcar:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}
@media screen and (max-width: 1000px) {
    .top_catch {
        font-size: 2.5rem;
    }
    .catch {
        font-size: 2.5rem;
    }
}
@media screen and (max-width: 768px) {
    .top_catch {
        font-size: 2rem;
        line-height: 1.3;
        padding: 0.5em 1em;
    }
    .catch {
        font-size: 1.8rem;
        line-height: 1.3;
        padding: 0.3em 1em;
        border-bottom: 1px solid #CCCCCC;
    }
    .top_contents_box {
        display: block;
    }
    .top_contents_box li:first-child,
    .top_contents_box li:nth-child(2) {
        width: 100%;
    }
    .top_contents_box li{
        margin-bottom: 3px;
    }
    .top_contents_box li p:first-child,
    .top_contents_box h1 {
        font-size: 3.2rem;
    }
    .top_contents_box .event,
    .top_contents_box .column{
        height: 53vw;
    }
    .top_contents_box li:first-child a:before,
    .top_contents_box li:nth-child(2) a:before{
        height: 53vw;
    }
}


/* Column (blog)
============================================================================================================ */
.blog_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.main_area {
    width: -webkit-calc(100% - 39%);
    width: calc(100% - 33%);
    margin-right: -15px;
    margin-left: -15px;
}
.side_area {
    width: 320px;
}
.article_box {
    margin-bottom: 50px;
    display: -ms-flexbox;
     display: flex; 
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.article_box article {
    /*margin-bottom: 7%;*/
    padding-bottom: 3rem!important;
    padding-right: 15px;
    padding-left: 15px;
        position: relative!important;
        -ms-flex-direction: column!important;
    flex-direction: column!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;    
}
.article_box a {
    padding-bottom: 0;
    -webkit-box-shadow: 2px 2px 7px rgba(51,51,51,0.2);
    -moz-box-shadow: 2px 2px 7px rgba(51,51,51,0.2);
    -ms-box-shadow: 2px 2px 7px rgba(51,51,51,0.2);
    box-shadow: 2px 2px 7px rgba(51,51,51,0.2);
        border-radius: 5px;
}
.article_box a > p {
    width: 100%;
    height: auto;
}

.article_box a > p img {
    width: 100%;
    height: 200px;
    border-radius: 5px 5px 0 0;
}

.article_box a > div {
    width: 100%;
    position: relative;
    padding: 8%;
}

.article_box a > div .title {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 1.5em 0;
}

.article_box a > div dl {
    display: -ms-flexbox!important;
    display: flex!important;
}

.article_box a > div dl dt {
    margin-right: 10px;
    background: #606060;
    padding: 0 10px;
    border-radius: 5px;
    color: #FFF;
}

.article_box a > div dl .cate_kitchen{
    background-color: #ec449c;
}
.article_box a > div dl .cate_washrooms{
   /* background-color: #ec449c;*/
}
.article_box a > div dl .cate_bathrooms{
    background-color: #258acc;
}
.article_box a > div dl .cate_living{
    background-color: #f06b40;
}
.article_box a > div dl .cate_corridor{
    background-color: #01b47c;
}
.article_box a > div dl .cate_toilet{
    background-color: #42c2d0;
}


.article_box a > div dl dd::before {
  content: "#";
}

.article_box a.readmore:after {
    opacity: 1;
    left: 45%;
}
.article_box a:hover {
    opacity: 0.8 !important;
}

/*サイド----------*/

.side_area aside .sidebox {
    padding: 8%;
    -webkit-box-shadow: 2px 2px 7px rgba(51,51,51,0.2);
    -moz-box-shadow: 2px 2px 7px rgba(51,51,51,0.2);
    -ms-box-shadow: 2px 2px 7px rgba(51,51,51,0.2);
    box-shadow: 2px 2px 7px rgba(51,51,51,0.2);
    margin-bottom: 20px;

}

.side_area aside .sidebox .title_ss{
    font-weight: bold;
    border-bottom: 1px solid #333333;
}

.side_area aside .side_bnr{
    margin-bottom: 20px;
}

.side_area .side_blog_list li,
.bottom_blog_list li {
    margin-bottom: 25px;
    position: relative;
}
.side_area .side_blog_list li a,
.bottom_blog_list li a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.3rem;
    line-height: 1.5;
}

.side_area .side_blog_list li:after {
    height: 17px;
    width: 17px;
    display: block;
    position: absolute;
    top: -4px;
    left: -5px;
    margin: auto;
    font-size: 10px;
    border-radius: 13px;
    background-color: #999999;
    color: #FFF;
    text-align:center;
  line-height: 17px;
}

.side_area .side_blog_list li:first-child:after{
    content: '1';
    background-color: #fff100;
    color: #333333;
}
.side_area .side_blog_list li:nth-child(2):after{
    content: '2';
    background-color: #fff100;
    color: #333333;
}
.side_area .side_blog_list li:nth-child(3):after{
    content: '3';
    background-color: #fff100;
    color: #333333;
}
.side_area .side_blog_list li:nth-child(4):after{
    content: '4';
}
.side_area .side_blog_list li:nth-child(5):after{
    content: '5';
}


.side_area .side_blog_list li a > p {
    width: 80px;
    height: 55px;
}
.bottom_blog_list li a > p{
    width: 100px;
    height: 65px;
}
.side_area .side_blog_list li a > p img,
.bottom_blog_list li a > p img {
    width: 100%;
    height: 100%;
}
.side_area .side_blog_list li a > div {
    width: -webkit-calc(100% - 95px);
    width: calc(100% - 95px);
    position: relative;
}
.bottom_blog_list li a > div {
    width: -webkit-calc(100% - 115px);
    width: calc(100% - 115px);
    position: relative;
}
.side_area .side_blog_list li a > div .date,
.bottom_blog_list li a > div .date {
    margin-bottom: 0.5em;
}
.side_area ol li a > div .lank {
    color: #fff;
    font-size: 1.05rem;
    text-align: center;
    margin-bottom: 5px;
}
.side_area ol li a > div .lank span {
    font-size: 1.4rem;
}
.side_area ol li:first-child a > div .lank {
    background: #B79168;
}
.side_area ol li:nth-child(2) a > div .lank {
    background: #999999;
}
.side_area ol li:nth-child(3) a > div .lank {
    background: #BE7859;
}
.side_area .side_cate_list li a {
    display: block;
    padding: 0.5em 0;
    color:#666666;
    position: relative;
}

.side_area .side_cate_list li a:after {
    content: '';
    width: 5px;
    height: 5px;
    display: block;
    border-bottom: solid 2px #1d2088;
    border-right: solid 2px #1d2088;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0px;
    right: 20px;
    margin: auto;
}

.side_area .side_cate_list li a{}

#page-navi{
    display: -ms-flexbox;
     display: flex; 
     -ms-flex-pack: center!important;
    justify-content: center!important;
}

.page-numbers.current {
    background-color: #1d2088;
    border-radius: 50%;
    color: #fff;
}

.page-numbers {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 23px -6px grey;
    text-align: center;
    line-height:3;
    margin: 0 5px;
}
@media screen and (max-width: 768px) {
    .blog_area {
        display: block;
    }
    .main_area {
    width: 100%;
    margin: 0 0 40px;
}
    .side_area {
        width: 90%;
        margin: 10px auto;
    }

        .article_box {
    display: block;
    margin-bottom: 20px;
}
    .article_box article {
    margin-bottom: 0;
    max-width: 100%;
}

    .article_box a {
        display: block;
    }
    .article_box a > p:first-child {
        width: 100%;
    }
    .article_box article:first-child a > p:first-child {
        width: 100%;
    }
    .article_box a > div {
        width: 100%;
        padding: 1em 1em 2em;
    }
    .article_box article:first-child a > div {
        width: 100%;
    }
    .article_box article:first-child a.readmore:after {
        left: 0;
    }
    .article_box a.readmore:after {
        left: 0;
    }
    .side_area ol li a > div .lank {
        width: 11em;
    }

    .page-numbers {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 23px -6px grey;
    text-align: center;
    line-height: 2.5;
    margin: 0 5px;
}
}

/* Event Column (blog-detail)
============================================================================================================ */
.blog_detail {
    margin-top: 30px;
}
.blog_title {
    font-size: 3.6rem;
    line-height: 1.5;
    margin: 0.2em 0;
    text-align: justify;
    text-justify: inter-ideograph;
}
.blog_detail{
    width: calc(100% - 7%);}

.detail_cate{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: right;
    margin:40px 0;
}

.detail_cate dt{
    margin-right:20px;
    padding-right: 20px;
    border-right:solid 1px #cccccc;  
}
.detail_cate dd{margin-right:10px ; }
.detail_cate dd:before{
    content: "#";
}

.detail_cate dt span {
    margin-right: 10px;
    background: #606060;
    padding: 4px 10px;
    border-radius: 5px;
    color: #FFF;
}

.detail_cate dt .cate_kitchen{
    background-color: #ec449c;
}
.detail_cate dt .cate_washrooms{
   /* background-color: #ec449c;*/
}
.detail_cate dt .cate_bathrooms{
    background-color: #258acc;
}
.detail_cate dt .cate_living{
    background-color: #f06b40;
}
.detail_cate dt .cate_corridor{
    background-color: #01b47c;
}
.detail_cate dt .cate_toilet{
    background-color: #b07e49;
}

/*flex*/

div#sns_container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 20px;
}

a.sns_list {
    color: #fff !important;
    padding: 8px 5px 5px;
    display: block;
    border-radius: 5px;
    font-size: 1.2vw;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    width: 31%;
    height: auto;
}

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

    .detail_cate {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: right;
    margin: 40px 0;
}
.detail_cate dt {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    border-bottom: solid 1px #cccccc;
    margin-bottom: 10px;
    width: 100%;
    padding-bottom: 10px;
}

a.sns_list {
    width: 32%;
}
}


/*æŠ¼ã—è¾¼ã¿è¦ç´ */

a.sns_list:active {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    border-bottom: none;
}

@media only screen and (max-width: 630px) {
    a.sns_list {
        font-size: 0;
    }
}


/*twitter*/

a.twitter {
    background-color: #1da1f2;
    border-bottom: 4px solid #2B8ABA;
}

img.tw_icon {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}


/*facebook*/

a.fb {
    background-color: #3B5996;
    border-bottom: 4px solid #2B4066;
}

img.fb_icon {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}


/*line*/

a.line {
    background-color: #00b900;
    border-bottom: 4px solid #2B7F19;
}

img.line_icon {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

/*関連記事----------*/

.related_area{
margin-top: 50px;
}

.related_area h2 {
    margin: 20px 0 40px;
    font-size: 32px;
    font-size: 3.2rem;
    padding-bottom: 10px;
    border-bottom: solid 1px #cacaca;
}
.related_area h2:before{
    content:"";
    border-left: solid 4px #1d2087;
    padding-left: 10px;
        


}


.related_area .article{
    max-width: 33.333%;
}

.paging {
    margin: 40px 0;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.paging li {
    width: 33%;
    position: relative;
}
.paging li.prev {
    padding-left: 25px;
}
.paging li.next {
    padding-right: 25px;
    margin-left: auto;
}
.paging li a {
    display: block;
}
.paging li.prev:after,
.paging li.next:after {
	content: '';
	display: inline-block;
	padding: 0;
	width: 10px;
	height: 10px;
    position: absolute;
}
.paging li.prev:after {
	border-top: solid 2px #000;
	border-left: solid 2px #000;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
    left: 2px;
    top: 50%;
    margin-top: -6px;
}
.paging li.next:after {
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
    right: 2px;
    top: 50%;
    margin-top: -6px;
}
@media screen and (max-width: 980px) {
    .blog_shop_list ul:first-child {
        width: 100%;
        padding: 1em 0 0;
    }
    .blog_shop_list ul:nth-child(2) {
        width: 100%;
        padding: 0;
    }
}
@media screen and (max-width: 768px) {

    .related_area .article {
    max-width: 100%;
}
    .blog_detail .main_area  {
        width: 90%;
        margin: 0 auto;
    }
    .blog_detail {
        margin-top: 20px;
        width: 100%;
        padding: 20px;
    }
    .blog_title {
        font-size: 2.6rem;
        font-weight: bold;
        line-height: 1.5;
        margin: 0.2em 0;
    }
    .social ul {
        float: none;
    }
    .blog_text {
        padding: 20px 0;
        font-size: 1.6rem;
            line-height: 3rem;
    }
    .blog_text h2 {
        font-size: 2.2rem;
        padding: 0 0 0.5em;
    }
    .blog_text h3 {
        font-size: 2rem;
    }
    .blog_text h4 {
        font-size: 2.0rem;
    }
    .blog_text hr {
        margin: 30px 0;
    }
    .blog_detail .author_box {
        display: block;
    }
    .blog_detail .author_box > div {
        width: 100%;
    }
    .blog_detail .author_box > div p {
        padding-left: 0;
    }
    .blog_detail .author_box .photo_icon {
        float: left;
        margin-right: 1em;
        width: 100px;
        height: 100px;
    }
    .blog_detail .author_box .name {
        border-bottom: none;
    }
    .blog_detail .author_box .name:before {
        content:"";
        display: inline-block;
        border-bottom: 1px solid #C1272D;
        width: -webkit-calc(100% - 90px);
        width: calc(100% - 90px);
        position: absolute;
        left: 90px;
        bottom: 0;
        z-index: -1;
    }
    .blog_detail .author_box .name span {
        font-size: 1.8rem;
        margin-right: 0.5em;
    }
    .paging {
        margin: 40px -5%;
    }
    .paging li {
        width: 45%;
        position: relative;
    }
}

