@charset "utf-8";
/*reset*/
*{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	font-weight: normal;
	border: none;
	text-decoration: none;
	line-height: 1.2;
	color: #000000;
    font-family: dnp-shuei-ymincho-std, sans-serif;
}
*,*::after,*::before{
	box-sizing: border-box;
}
/*
font-family: a-otf-gothic-bbb-pr6n, sans-serif;
font-family: dnp-shuei-ymincho-std, sans-serif;
*/

/*共通*/
.clearfix::after{
	content: "";
	display: block;
	clear: both;
}
.clear{
	clear: both;
}
a:hover,a:active{
	opacity: 0.5;
}
.btn2 a{
    display: block;
    border-radius: 5px;
    width: 352px;
    height: 80px;
    background-image: url("../images/btn02.png");
    background-repeat: no-repeat;
    background-position: 15px center;
    background-color: #444;
    color: #fff;
    text-align: center;
    padding: 22px 0 0 20px;
    font-size: 26px;
    -webkit-box-shadow: 1px 1px 10px 4px hsla(18,91%,9%,0.21);
    box-shadow: 1px 1px 10px 4px hsla(18,91%,9%,0.21);
}
.btn2 a:hover{
    background-image: url("../images/btn03.png");
    background-color: #fff;
    color: #000;
    border: solid 1px #000;
    opacity: 1;
}
.btn2 [type="submit"]{
    display: block;
    border-radius: 5px;
    width: 352px;
    height: 80px;
    background-image: url("../images/btn02.png");
    background-repeat: no-repeat;
    background-position: 310px center;
    background-color: #444;
    color: #fff;
    text-align: center;
    font-size: 26px;
    -webkit-box-shadow: 1px 1px 10px 4px hsla(18,91%,9%,0.21);
    box-shadow: 1px 1px 10px 4px hsla(18,91%,9%,0.21);
}
.btn2 [type="submit"]:hover{
    background-image: url("../images/btn03.png");
    background-color: #fff;
    color: #000;
    border: solid 1px #000;
    opacity: 1;
}
.btn3 a{
    display: block;
    border: solid 1px #000;
    border-radius: 5px;
    width:352px;
    height: 80px;
    background-image: url("../images/btn03.png");
    background-repeat: no-repeat;
    background-position: 20px center;
    text-align: center;
    padding: 22px 0 0 20px;
    font-size: 26px;
}
.btn3 a:hover{
    background-image: url("../images/btn02.png");
    background-color: #444;
    color: #fff;
    border: none;
    opacity: 1;
}
.btn4 a{
    display: block;
    border: solid 1px #000;
    border-radius: 5px;
    width:352px;
    height: 80px;
    background-image: url("../images/btn04.png");
    background-repeat: no-repeat;
    background-position: 20px center;
    text-align: center;
    padding: 22px 0 0 20px;
    font-size: 26px;
}
.btn4 a:hover{
    background-image: url("../images/btn04.png");
    background-color: #444;
    color: #fff;
    border: none;
    opacity: 1;
}
.btn4 [type="button"]{
    display: block;
    border: solid 1px #000;
    border-radius: 5px;
    width:352px;
    height: 80px;
    background-image: url("../images/btn04.png");
    background-repeat: no-repeat;
    background-position: 20px center;
    text-align: center;
    font-size: 26px;
}
.btn4 [type="button"]:hover{
    background-image: url("../images/btn04.png");
    background-color: #444;
    color: #fff;
    border: none;
    opacity: 1;
}
.back_btn{
    text-align: center;
    margin: 0 auto;
}
.back_btn a{
    display: block;
    background-color: #434343;
    background-image: url("../images/topback_btn.png");
    background-repeat: no-repeat;
    background-position: center;
    width:88px;
    height: 88px;
    border-radius: 44px;
    text-indent: -9999em;
    margin: 25px auto 0;
}

/*header*/
header{
    background-image: url("../images/mainview.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0 0 40px;
}
header a{
    color: #fff;
}
header .label{
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 1.3em;
    padding: 5px 0;
}
header .txt01{
    color: #fff;
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
}
header .txt02{
    color: #fff;
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
}
header .copy_txt{
    text-align: center;
    clear: both;
    color: #fff;
    font-size: 3em;
    text-shadow: 1px 1px 23px hsla(18,91%,9%,1.00);
}
header .copy_txt span{
    display: block;
    font-size: 8em;
    text-align: center;
    color: hsla(0,0%,100%,0.83);
    margin: -25px 0 0 0;
    text-shadow: 1px 1px 23px hsla(18,91%,9%,1.00);
}
header .siteName{
    text-align: center;
    color: #fff;
    font-size: 1.2em;
    text-shadow: 1px 1px 23px hsla(18,91%,9%,1.00);
}
header .siteName span{
    display: block;
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    width:273px;
    height: 35px;
    margin: 12px auto 0;
    text-indent: -9999em;
}

header dl{
    font-size: 1.15em;
    text-align: center;
}
header dd{
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    margin: 0 20px;
}
header dd a{
    background-image: url("../images/btn02.png");
    background-repeat: no-repeat;
}
header .top_nav{
    text-align: center;
    margin: 50px 0 0;
}
header .top_nav li{
    display: inline-block;
    background-repeat: no-repeat;
    background-color: #ddd;
    text-shadow: 1px 1px 23px hsla(18,91%,9%,1.00);
}
header .top_nav li a{
    display: block;
    border: solid 5px #fff;
}
header .top_nav li:nth-of-type(1) a{
    background-image: url("../images/house_nav.jpg");
}
header .top_nav li:nth-of-type(2) a{
    background-image: url("../images/old_house_nav.jpg");
}
header .top_nav li:nth-of-type(3) a{
    background-image: url("../images/reform_nav.jpg");
}

/*top_news*/
.top_news{
    margin: 0 auto;
}
.top_news h2{
    font-size: 2.1em;
    margin: 0 0 45px;
}
.top_news h2 span{
    font-size: 0.5em;
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    vertical-align: middle;
    margin: 0 0 0 15px;
}
.top_news article{
    border:solid 1px #c9c9c9;
    float: left;
    overflow: hidden;
}
.top_news article a {
    display: block;
    width: 100%;
    padding: 22px 32px;
}
.top_news article .category{
    text-align: center;
    margin: 0 0 15px;
}
.top_news article .news_img{
    margin: 0 auto 15px;
    width: 173px;
    height: 173px;
    overflow: hidden;
    border: solid 1px #c9c9c9;
}
.top_news article img{
    display: block;
    max-height: 100%;
    margin: 0 auto;
}
.top_news article .other{
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    font-weight: bold;
    height: 1.2em;
}
.top_news article h3{
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    margin: 15px 0 auto;
    height: 3.8em;
    overflow: hidden;
}

/*top_point*/
.top_point{
    padding: 40px 0;
    border-top: dotted 1px #c9c9c9;
}
.top_point h2{
    font-size: 2.1em;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 2px;
    margin: 0 0 50px;
}
.top_point h2 span{
    font-size: 0.8em;
    vertical-align: middle;
    letter-spacing: -1px;
}
.top_point article{
    width:100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 0 5px;
}
.top_point article h3{
    font-size: 2em;
    letter-spacing: 2px;
    line-height: 1.4;
}
.top_point article p{
    background-repeat: no-repeat;
    background-position: center;
    font-family: 'Noto Sans Japanese';
    font-weight: 200;
    font-size: 1.1em;
    text-align: justify;
    line-height: 1.6;
}
.top_point .point01{
    background-image: url("../images/point01.jpg");
}
.point01 h3{
    color: #fff;
    text-shadow: 1px 1px 23px hsla(18,91%,9%,1.00);
}
.point01 p{
    background-image: url("../images/point01_txt.png");
}
.top_point .point02{
    background-image: url("../images/point02.jpg");
}
.point02 p{
    background-image: url("../images/point02_txt.png");
}
.top_point .point03{
    background-image: url("../images/point03.jpg");
}
.point03 p{
    background-image: url("../images/point03_txt.png");
}
.top_point .btn3 a{
    margin: 40px auto 0;
}

/*top_contact*/
.top_contact{
    padding: 40px 0;
    margin: 0 auto;
    border-top: dotted 1px #c9c9c9;
}
.top_contact h2{
    font-size: 2.1em;
    text-align: center;
    letter-spacing: 2px;
    margin: 0 0 50px;
}
.top_contact article{
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    padding: 75px 15px 0;
    margin: 0 3px 0 0;
    text-align: center;
}
.top_contact article h3{
    font-size: 1.75em;
    color: #fff;
    text-shadow: 1px 1px 4px hsla(18,91%,9%,0.60);
}
.top_contact article p{
     line-height: 1.4;
}
.top_contact article p{
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
}
.top_contact article:nth-of-type(1){
    background-image: url("../images/consultation01.png");
}
.top_contact article:nth-of-type(2){
    background-image: url("../images/consultation02.png");
}
.top_contact article:nth-of-type(3){
    background-image: url("../images/consultation03.png");
}
.top_contact article:nth-of-type(4){
    background-image: url("../images/consultation04.png");
    margin-right: 0;
}
.tel{
    margin: 55px auto 0;
    border: dotted 1px #000;
    border-radius: 10px;
    background-color: #eee;
}
.tel address{
    font-size: 2.8em;
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    font-style: normal;
    letter-spacing: 1px;
}
.tel address a{
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
}
.tel address+p{
    margin: 10px 0 0;
    text-align: center;
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
}
.tel .btn2{
    width: 352px;
    height: 80px;
}

/*footer*/
footer{
    text-align: center;
    padding: 0 0 40px;
}
.footer_main{
    padding: 40px 0;
    background-image: url("../images/footer_back.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
}
.footer_main h2{
    text-align: center;
    color: #fff;
    font-size: 1em;
    text-shadow: 1px 1px 23px hsla(18,91%,9%,1.00);
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
}
.footer_main h2 span{
    display: block;
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    background-size: contain;
    width:234px;
    height: 45px;
    margin: 15px auto 0;
    text-indent: -9999em;
}
.footer_main p{
    color: #fff;
    margin: 0 0 5px;
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
}
.footer_main iframe{
    margin: 20px auto 25px;
}
.footer_main li{
    display: inline-block;
    font-size: 1em;
    border-right: solid 1px #fff;
}
.footer_main li a{
    color: #fff;
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    padding: 0 32px;
}
.footer_main li:first-of-type{
    border-left: solid 1px #fff;
}
footer .area{
    background-color: #eeeeee;
    border: dotted 1px #c9c9c9;
    padding: 45px 0;
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
}
footer .area p{
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    line-height: 1.6;
    text-align: justify;
    margin: 0 auto;
}
footer .ban_list{
    padding: 40px 0;
    margin: 0 auto;
    text-align: center;
}
footer .ban_list li{
    display: inline-block;
}
footer .ban_list li:nth-of-type(3n){
    margin-right: 0;
}
footer small{
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
}

@media (min-width:641px){
    body{
        font-size: 16px;
    }
    .box{
        width:1100px;
        margin: 0 auto;
    }
    .tablet{
        display: none;
    }
    .top_hide{
        display: none;
    }
    
    /*header*/
    header .txt01{
        float: left;
        margin: 10px 0 75px 0;
    }
    header .txt02{
        float: right;
        margin: 10px 0 75px 0;
    }
    header dl{
    margin: 50px 0 0;
    }
    header dd{
    display: inline-block;
    }
    header dd a{
    padding: 0 0 0 30px;
    background-position: left center;
    }
    header .top_nav li{
    width: 362px;
    height: 224px;
    font-size: 2.25em;
    }
    header .top_nav li a{
    width: 100%;
    height: 100%;
    padding: 88px 0 0 0;
    }
    
    /*top_news*/
    .top_news{
        width:1100px;
        padding: 40px 0;
    }
    .top_news h2{
    margin: 0 0 35px;
    }
    .top_news article{
    width:239px;
    height: 362px;
    margin: 0 48px 0 0;
    }
    .top_news article a{
    height: 362px;
    }
    .top_news article:last-of-type{
    margin-right: 0;
    }
    
    /*top_point*/
    .top_point article{
    height: 560px;
    }
    .top_point article h3{
    writing-mode: vertical-rl;
    padding: 0 160px;
    margin: 140px 0 0;
    }
    .top_point article p{
    writing-mode: vertical-rl;
    width:420px;
    height: 421px;
    padding: 58px 160px;
    margin: 63px 0 0;
    }
    .point01 h3{
    float: right;
    }
    .point01 p{
    float: left;
    }
    .point02 h3{
    float: left;
    }
    .point02 p{
    float: right;
    }
    .point03 h3{
    float: right;
    }
    .point03 p{
    float: left;
    padding: 45px 160px;
    }
    
    /*top_contact*/
    .top_contact{
        padding: 40px 0;
    }
    .top_contact article{
    width:272px;
    height: 272px;
    }
    .top_contact article h3{
    margin: 0 0 28px;
    }
    .tel{
    width: 1100px;
    padding: 35px;
    }
    .tel .tel_txt{
    float: left;
    margin: 0 0 0 105px;
    }
    .tel .btn2{
    margin: 0 0 0 auto;
    }
    
    /*footer*/
    footer .area p{
    width:1100px;
    }
    footer .ban_list{
    width:1100px;
    }
    footer .ban_list li{
    margin: 0 50px 25px 0;
    }
    .footer_main iframe{
    width:646px;
    height:240px;
    }
}

@media (max-width:640px){
    body{
        font-size: 20px;
    }
    .box{
        width:100%;
        margin: 0 auto;
    }
    .pc{
        display: none;
    }
    
    /*header*/
    header .txt01{
        font-size: 0.7em;
        margin: 5px 0 5px 5px;
    }
    header .txt02{
        font-size: 0.75em;
        margin: 5px 0 50px 5px;
    }
    /*Toggle*/
	.menu{
    z-index: 5;
	position: fixed;
	top: 50px;
	right: 15px;
	background-color: hsla(0,0%,0%,0.85);
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 70%;
	border-radius: 10px;
	width:77px;
	height: 77px;
	text-indent: -9999px;
    -webkit-box-shadow: 1px 1px 5px 0px hsla(18,91%,9%,0.21);
    box-shadow: 1px 1px 5px 0px hsla(18,91%,9%,0.21);
	}
    
    header nav{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: hsla(0,0%,0%,0.50);
    width:100%;
	}
    header dl{
    width: 100%;
    margin: 25px 0 0;
    }
    header dd{
    border-top: dotted 1px #fff;
    color: #fff;
    margin: 5px 0;
    }
    header dd a,header dd span{
    display: block;
    padding: 15px 0 15px 30px;
    color: #fff;
    background-position: 160px center;
    }
    header .top_nav li{
    width: 32%;
    height: 124px;
    font-size: 1.5em;
    }
    header .top_nav li a{
    width: 100%;
    height: 100%;
    padding: 40px 0 0 0;
    background-size: cover;
    }
    
    /*top_news*/
    .top_news{
        width:95%;
        padding: 40px 0;
    }
    .top_news article{
    width:259px;
    height: 402px;
    margin: 0 15px 30px;
    }
    .top_news article a{
    height: 402px;
    }
    .top_news article:nth-of-type(2n){
    margin-right: 0;
    }
    
    /*top_point*/
    .top_point article{
    padding: 25px 45px;
    }
    .top_point article h3{
    padding: 0 0 15px;
    }
    .top_point article p{
    width:100%;
    background-size: cover;
    background-position: top;
    margin: 0 auto;
    padding: 40px 150px 40px 10px;
    }
    .point02 h3{
    text-shadow: 1px 1px 23px hsla(0,0%,100%,1.00);
    }
    
    /*top_contact*/
    .top_contact article{
    width:295px;
    height: 295px;
    }
    .top_contact article h3{
    margin: 0 0 25px;
    }
    .tel{
    width: 95%;
    padding: 35px 0;
    }
    .tel .tel_txt address{
    text-align: center;
    }
    .tel .btn2{
    margin: 25px auto 0;
    }
    
    /*footer*/
    footer .area p{
    width:95%;
    }
    footer .ban_list{
    width:100%;
    }
    .footer_main iframe{
    width:95%;
    height:240px;
    }
    .footer_main li{
    margin-bottom: 10px;
    }
    .footer_main li:nth-of-type(4){
    border-left: solid 1px #fff;
    }
}