@charset "utf-8";

/* CSS Document */


/*	リノベNAVI
--------------------------------------------------------------------------------------- */


/* main image */

#mainHdImg {
    min-width: 980px;
    max-width: 1440px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

#mainHdImg .titleArea {
    position: absolute;
    top: 60px;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
    z-index: 2;
}

#mainHdImg .slider div {
    height: 380px;
    background-color: #efefef;
    background-position: center 0%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#mainHdImg h2 {
    font-size: 1.8em;
    line-height: 1.4em;
    box-sizing: border-box;
    color: #2b84d2;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
}

#mainHdImg h2:before {
    font-family: 'marurino';
    /*    content:'\e917';*/
    text-align: center;
    width: 100%;
    display: block;
    font-size: 2em;
    padding: 0.5em 0;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


@media screen and (max-width:767px) {
	
#mainHdImg {
    min-width:0;

}
	
#m-hd h1 {
    font-size: 2.8vw;

}
	
#mainHdImg{

	}
#mainHdImg .slider div {
    height: 200px;
	    background-size: 167%;
	background-position: 32% 100%;
}
	
	
#mainHdImg h2 {
    letter-spacing: 0.1em;

}
	
#mainHdImg h2:before{
    font-size: 1.3em;
    padding: 0.3em 0;
	display: none;
}
	
#mainHdImg .titleArea {
	
	top:50px;

}
    
}

/*--------------------*/

.arrowNext:before {
    font-family: 'marurino';
    content: '\e93f';
    display: inline-block;
    padding-left: 0.5em;
    font-size: 0.7em;
    vertical-align: middle;
}

.arrowPrev:before {
    font-family: 'marurino';
    content: '\e940';
    display: inline-block;
    padding-left: 0.5em;
    font-size: 0.7em;
    vertical-align: middle;
}

.co {
    padding: 10px 0;
    min-width: 980px;
    max-width: 1200px;
    margin: 10px auto;
}

* {
    box-sizing: border-box;
}

.co h2 {
    font-size: 1.6em;
    letter-spacing: 0.2em;
    margin-bottom: 1em;
    text-align: center;
}

.co h2:before {
    width: 100%;
    font-family: "marurino";
    display: block;
    font-size: 1.6em;
    color: #2b84d2;
    padding: 0.5em 0;
    text-align: center;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



@media screen and (max-width:767px) {
	
#hint.co{
    min-width: 0;
    padding: 10px 10px;
	width: 100%;
	margin: 10px auto;
}

}

.filter {
	margin: 25px 0 0;
}

.filter .title {
	padding: 0.5em 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.filter .ttlCheck {
	font-size: 1.1em;
	display: inline-block;
	color: #004da1;
}

.filter .ttlCheck span {
	display: inline-block;
	margin-right: 0.5em;
}

.filter .ttlResult {
	padding-top: 0.5em;
}

.filter .check {
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px ;
	box-sizing: border-box;
	margin: 30px auto 40px;
/*	display: none;*/
	background-color: #f9f9f9;
}

.filter .check ul {
	flex-wrap: wrap;
	margin-bottom: 20px;
	margin-left: 40px;
	margin-top: 20px;
}


.filter .check ul li {
	width: 24%;
	padding: 4px 10px 5px;
	position: relative;
}

.filter .check label{
	display: inline-block;
}

.filter .check label input[type="checkbox"] {
	display: none;
}

.filter .check label input[type="hidden"] {
	display:none;
	width:0;
	height:0;
	visibility:none;
	position:absolute;
	top:0;
	left:0;
	clip:auto;
	opacity:1;
	border:5px solid skyblue;
	background:azure;
}


.filter .check label span {
	cursor: pointer;
	display: block;
	font-size: 0.9em;
	line-height: 1.5em;
	padding-left:30px;
	vertical-align: middle;
}

.filter .check label span::before {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 6px;
	width: 18px;
	height: 18px;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.filter .check label input[type="checkbox"]:checked + span {
	color: #2b84d2;
}

.filter .check ul li input[type="checkbox"]:checked + span::after {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 12px;
	width: 6px;
	height: 10px;
	transform: rotate(40deg);
	border-bottom: 2px solid #2b84d2;
	border-right: 2px solid #2b84d2;
}

.filter .check .btn {
	text-align: center;
	margin: 20px auto 0;
}

.submitBtn {
/*    display: block;*/
	display: inline-block;
	margin: 0 1px 0;
    border: none;
    background-color: #2b84d2;
    color: #fff;
    padding: 0.5em 3em;
    font-size: 0.94em;
    border-radius: 2em;
    cursor: pointer;
}

.submitBtn:hover {
    background-color: #000;
}

.resetBtn {
	display: inline-block;
	margin: 0;

    background-color: #ffffff;
	border: #2b84d2 solid 2px;
    color: #2b84d2;
    padding: 0.37em 2.8em;
    font-size: 0.94em;
    border-radius: 2em;
    cursor: pointer;
}

.resetBtn:hover {
	border: #000000 solid 2px;
	color: #000000;
}

@media screen and (max-width:767px) {
	
.submitBtn {
    padding: 0.5em 1.4em;
	font-weight: bold;
	font-size: 1em;
}

.filter .title {
	display: block;
}
	
	
.filter .check {
	margin: 20px auto 40px;
	padding: 0;
	border: none;

}

.filter .check ul {
	margin: 0;
}
	
.filter .check ul li {
    width: 49%;
    margin-bottom: 1%;
    padding: 7px 10px 9px;
    border: 1px solid #ccc;
    position: relative;
    background-color: #f9f9f9;
}
	
.filter .check label span {
    font-size: 0.84em;
    padding-left: 24px;
    margin-top: -2px;
}
	
.filter .check label span::before {
    width: 17px;
    height: 17px;
}

.filter .ttlCheck{
		text-align: center;
	width: 100%;
	}
	
.filter .ttlResult {
		text-align: center;
}
	
.resetBtn {
    padding: 0.37em 1.2em;
}

}

/*-------------*/

ul.entry {
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0;

}

ul.entry li {
    width: 31%;
    position: relative;
    border: 1px solid #ccc;
    padding: 30px 30px 40px;
    box-sizing: border-box;
    margin-bottom: 4%;
    background-color: #f9f9f9;
	display: none;
}

ul.entry:after {
    content: '';
    width: 31%;
    display: block;
    height: 0;
}

ul.entry li a {
    color: #000;
}

ul.entry li a .moreTx {
	display: block;
	padding-top: 0.3em;
text-align: right;
	position: absolute;
	right: 8%;
	bottom: 4%;
}

ul.entry li a .moreTx:after {
    font-family: 'marurino';
    content: '\e93f';
    display: inline-block;
    padding-left: 0.5em;
    font-size: 0.7em;
    vertical-align: middle;
}


ul.entry li a.thumb {
    display: block;
    width: 100%;
    height: 68%;
    overflow: hidden;
    margin: 0 auto 30px;
}

ul.entry li a img {
    width: 100%;
    height: auto;
}

ul.entry li .entryTitle {
    margin: 5px auto 10px;
    width: 100%;
    /*	font-weight: bold;*/
    font-size: 1em;
    line-height: 1.6em;
    font-feature-settings: "palt";
    /*	min-height: 4em;*/
}

ul.entry li .entryTxt {
    display: none;
    margin: 5px auto;
    width: 100%;
    font-size: 0.9em;
    line-height: 1.6em;
    font-feature-settings: "palt";
}

ul.entry li .entryTxt a {
    display: block;
}

ul.entry li .new {
    display: inline-block;
}
ul.entry li .new::before{
	content: 'NEW';
	display: inline-block;
	background-color:#de5535;
	color:#fff;
	padding:0.25em 0.5em;
	line-height: 1;
	font-size:0.75em;
	margin-right: 0.5em;
}

ul.seminarList li {
    background: url(../../navi/img/icn_seminarList.png) top left no-repeat;
    padding: 0 0 10px 30px;
    margin: 10px 0;
    border-bottom: 1px #CCC solid;
}

ul.entry li a.more {
    display: block;
    width: 100%;
    margin: 15px auto 0;
    color: #2b84d2;
    border: 1px solid #2b84d2;
    padding: 0.5em 1em;
    box-sizing: border-box;
    text-align: center;
    border-radius: 2em;
    font-size: 0.9em;
    line-height: 1em;
    background-color: #fff;
}

ul.entry li a.more:after {
    font-family: 'marurino';
    content: "\e945";
    display: inline-block;
    padding-left: 0.5em;
    font-size: 1.1em;
    vertical-align: top;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul.entry li a.more:hover {
    background-color: #ff7e00;
    color: #fff;
}

.moreBtn {
	display: block;
	width:15em;
	margin: 0 auto 50px;
	border: none;
	background-color: #2b84d2;
	color: #fff;
	padding: 0.5em 3em;
	font-size: 1.1em;
	border-radius: 2em;
	text-align: center;
	cursor: pointer;
}
.moreBtn:hover{
	background-color:#000;
}
.moreBtn::after{
    font-family: 'marurino';
    content: "\e948";
    display: inline-block;
    padding-left: 0.5em;
    font-size: 1.1em;
    vertical-align: top;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



@media screen and (max-width:767px) {
	
ul.entry {
    margin: 40px auto 40px;
}
	
ul.entry li {
    width: 48%;
	padding: 15px 15px 35px;
}
		
ul.entry li a.thumb {
    height:auto;
	min-height: 12vh;
	margin-bottom: 10px;
}
	
ul.entry li .entryTitle {
	font-weight: bold;
	margin-bottom: 0;
}
	
ul.entry li .new {
    display: inline-block;
}

}



/*	リノベNAVI　情報コンテンツ
--------------------------------------------------------------------------------------- */

.phMain {
    width: 100%;
    text-align: center;
	
}

.phMain img{
	vertical-align: bottom;
}

.entryInfo {
    background: #e1edf8;
    padding: 10px;
    margin-bottom: 20px;
}

.entryInfo .tag {
    padding-bottom: 5px;
    margin-bottom: 5px;
    background: url(../../navi/img/bg_bdr.gif) bottom repeat-x;
    font-size: 93%;
}

.entryInfo .date {
    font-size: 93%;
    font-weight: bold;
}

.entryInfo .entryTitle {
    font-size: 131%;
    font-weight: bold;
    margin: 10px 0 5px;
}

.entryFooter {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px #CCC dotted;
}

#container .left {
    margin-top: 20px;
    margin-bottom: 20px;
}

#container .right {
    margin-top: 20px;
    margin-bottom: 20px;
}


/*

.btnLeft {
    float: left;
    margin-left: 30px;
}

.btnRight {
    float: right;
    margin-right: 30px;
}
*/

.pageTitle {
    text-align: center;
    display: block;
    margin: 22px auto 0;
    color: #2b84d2;
}

.pageTitle h2 {
    font-size: 1.8em;
}

.pageTitle h2 span {
    font-size: 0.6em;
    display: block;
    padding: 0.5em;
    color: #000;
}

.mainimg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    width: 940px;
    /*    max-width:1440px;*/
    /*	padding-bottom:26%;*/
    height: 460px;
    margin: 40px auto;
}

.entrypost {
    width: 760px;
    margin: 0 auto 60px;
}

.entrypost h2 {
    padding: 2em 0;
	margin-bottom: 0;
}

.entrypost h3 {
    font-size: 1.24em;
    padding: 2em 0;
    font-feature-settings: "palt";
    letter-spacing: 0.06em;
}

.entrypost p {
    font-size: 1.06em;
    line-height: 2.2em;
/*    padding-bottom: 2em;*/
	padding-bottom: 0;
    font-feature-settings: "palt";
    text-align: justify;
    text-justify: inter-ideograph;
    letter-spacing: 0.1em;
}


.entrypost p.note {
    font-size: 0.9em;
    line-height: 1.5em;
}

.entrypost .flex {
    flex-wrap: wrap;
    padding: 0;
}

.entrypost .flex figure {
    width: 48%;
    /*	height:300px;*/
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 4%;
    background-color: #f9f9f9;
    /*	border:1px solid #ccc;*/
}

.entrypost figure img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.entrypost figure.w100 {
    width: 100%;
    margin: 0 auto 30px;
    padding: 0;
}

.entrypost .shareBtn {
    display: block;
    width: 100%;
    margin: 40px auto 60px;
    text-align: center;
}

.entrypost .contact {
    border-top: 1px solid #000;
    border-bottom: 1px solid #999;
    position: relative;
    text-align: center;
    margin: 40px auto;
}

.entrypost .contact:before {
    content: '';
    width: 100%;
    border-top: 1px solid #000;
    position: absolute;
    top: -5px;
    left: 0;
}

.entrypost .contact p {
    padding: 0;
    text-align: center;
}

.entrypost .contact a {
    color: #2b84d2;
    text-align: center;
}

.entrypost .contact a:hover {
    color: #666;
}

.entrypost .contact .freedialarea {
    border: 1px solid #ccc;
    padding: 20px 0;
    border-radius: 6px;
    margin: 10px auto 30px;
    width: 80%;
}

.entrypost .contact .freedial {
    font-size: 1.5em;
}

.entrypost .contact .freedial span::before {
    vertical-align: -0.1em;
}

.entrypost .contact .contacthour {
    font-size: 0.9em;
}

.entrypost .case {
    text-align: center;
    border-bottom: 1px solid #000;
    padding: 0 0 20px;
}

.entrypost .case h3 {
    padding: 0 0 1em;
}

.entrypost .case .casebtn {
    text-align: center;
    margin: 10px auto 20px;
}

.entrypost .case a {
    display: inline-block;
    padding: 0.5em 2em;
    /*    border:1px solid #ccc;*/
    background-color: #2b84d2;
    color: #fff;
    border-radius: 2em;
}

.entrypost .case a:hover {
    background-color: #333;
}

.entrypost .navigation {
    padding: 2em;
    text-align: center;
}

.entrypost .navigation a {
    display: inline-block;
    padding: 0.5em 3em;
    border: 1px solid #ccc;
    color: #2b84d2;
    margin: 0 5px;
    position: relative;
}

.entrypost .navigation a span {
    position: absolute;
    top: 50%;
    margin-top: -0.6em;
}

.entrypost a span.arrowPrev {
    left: 10px;
}

.entrypost a span.arrowNext {
    right: 10px;
}

.entrypost .navigation a:hover {
    color: #ccc;
    background-color: #333;
    border: 1px solid #333;
}


@media screen and (max-width:767px) {
	
.entrypost {
    width: 100%;
	padding: 0 20px;
	margin-bottom: 20px;
   
}
	
.phMain img {
    width: 100%;
}
	
.pageTitle h2 {
    font-weight: bold;
}
	
.mainimg {
    width: 100%;
    height: 300px;
	margin: 20px auto;
}
	
.entrypost h2 {
    padding: 1em 0;
	font-weight: bold;
}
	
.entrypost h3 {
    font-size: 1.4em;
    padding: 1.5em 0;
    font-feature-settings: "palt";
    letter-spacing: 0.06em;
	font-weight: bold;
}
	
	.entrypost h3:before{
		display: none;
	}
	
.entrypost .navigation {
    padding: 0;
	text-align: inherit;
	    display: flex;
    justify-content: space-between;

}
	
.entrypost .navigation a {
padding: 0.5em 2em;
	width: 47%;
	text-align: center;

}
	
.entrypost p {
    font-size: 1.2em;
}
	
.entrypost .contact .freedialarea {
    width: 100%;
}
	
.entrypost .contact .freedial .tel:before {
	display: none;
}

.entrypost .case .casebtn a span:before{
	display: none;
}

}

/*--------------------*/

.related {
    background-color: #f9f9f9;
    padding: 40px 0;
}

.related h2 {
    font-size: 1.2em;
    padding-bottom: 2em;
    text-align: center;
}

.related .entry {
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;

}

.related .entry li {
    width: 24%;
    font-size: 0.84rem;
    text-align: left;
}

.related .entry li .thumb {
    height: 150px;
}

.related .viewall {
    text-align: center;
    padding: 20px 0;
}

.related a.viewallbtn {
    border: 1px solid #ccc;
    color: #2b84d2;
    padding: 0.5em 4em;
    position: relative;
}

.related a.viewallbtn span {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -0.6em;
}

.related a.viewallbtn:hover {
    background-color: #333;
    border-color: #333;
    color: #fff;
}

.f_pg {
/*	text-align:center;*/
	font-size:1.06em;
	clear: both;
	margin-bottom: 60px;
	color: #999;
	margin-left: 20%;
}
.f_pg .shTx{
	color: #000;
}

.f_pg a{
	    color: #2b84d2;
}


@media screen and (max-width:767px) {
	
.f_pg {
	text-align: center;
	margin-left: 0;
	font-size: 90%;
	line-height: 2;
}

.related h2 {
	font-weight: bold;
	padding-bottom: 1.5em;
}
	
.related .entry li {
    width: 49%;
    font-size: 0.84rem;
    text-align: left;
	padding: 10px;
}
	
.related .entry li .thumb {
    height: 13vh;
    margin-bottom: 5px;
}

}

/**********************/

.entrypost img{
	max-width: 100%;
	display: block;
	margin:auto;
}

.newest{
	font-size: 90%;
}

.newest span{
	font-size: 140%;
}

.entrypost br + br{
	display: none;
}

.entrypost h2 br:nth-child(2n+1),
.entrypost h3 br:nth-child(2n+1),
.entrypost h4 br:nth-child(2n+1),
.entrypost p br:nth-child(2n+1){
	display: block;
}

.entrypost h2 br:nth-child(2n),
.entrypost h3 br:nth-child(2n),
.entrypost h4 br:nth-child(2n),
.entrypost p br:nth-child(2n){
	display: none;
}

.entrypost a{
	color: #004da1;
    text-decoration: underline;
	font-weight: bold;	
}

/**********************/

.reserveBx {
text-align: center;
	margin: 1rem 0 2rem;
}

.reserveBx p{
	font-weight: bold;
	font-size: 110%;
}

.reserveBx p:before, 
.reserveBx p:after {
position: relative;
display: inline-block;
content: "";
background: #000;
width: 1px;
height: 2em;
margin: 0.5em 0.64em;
vertical-align: -1.5em;
bottom: 5px;
}


.reserveBx p:before {
transform: rotate(-35deg);
}

.reserveBx p:after {
transform: rotate(35deg);
}

.reserveBx .rs01tx {
margin: 0 auto 0.7em;
display: inline-block;
border: #000 solid 1px;
line-height: 1;
padding: 0.5em 1em;
color: #2b84d2;
font-weight: 600;
}

.reserveBx .btn{
	margin: 0;
	padding: 0;	
}

.reserveBx .btn a {
background-color: #2b84d2;
border-radius: 3em;
vertical-align: middle;
display: block;
color: #fff;
font-size: 120%;
line-height: 1.5;
position: relative;
padding: .5em 2em;
font-weight: 600;
	max-width: 280px;
	margin: 0 auto;
}

.reserveBx .btn a:after {
    font-family: 'marurino';
    content: "\e93f";
    display: inline-block;
    padding-left: 0.5em;
    font-size: 1em;
    vertical-align: top;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}


