@charset "utf-8";
/* CSS Document */


/*　自然派健康住宅
--------------------------------------------*/

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 100%;
    min-width: 1020px;
}



/*　header
--------------------------------------------*/

#header {
    background: url(../new-img/nh_img/head_bg1.jpg) repeat-x;
    height: 124px;
}

#header-inner,
#g-navi,
#main,
#se,
#bottom {
    width: 995px;
    margin: 0 auto;
    overflow: hidden;
}

#header-l {
    float: left;
}

#header-r {
    width: 350px;
    float: right;
    padding-top: 26px;
}

#header-r span {
    float: right;
}

#header-r span.otoiawase {
    padding: 5px 0 0;
}

#header-r span.otoiawase a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    cursor: pointer;
}

#header #header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header #header-inner:after {
    display: none !important;
}

#header #header-r {
    display: flex;
    justify-content: space-between;
    padding-top: 0;
    width: auto;
}

#header #header-r span {
    float: none;
}

#header #header-r .addresses {
    display: flex;
    justify-content: space-between;
    width: 380px;
    color: #703f07;
    font-size: 1em;
    line-height: 1.2;
    margin: 16px 0 4px 0;
}

#header #header-r .addresses .tel {
    font-weight: bold;
}

#header #header-r .addresses > p > span {
    display: block;
}

#header #header-r .addresses > p:first-child > span:last-of-type {
    margin-top: 4px;
    display: flex;
    align-items: center;
    height: 25px;
}

#header #header-r .addresses > p:nth-child(2) > a img {
    margin-top: 4px;
}

#header #header-r .addresses > p:first-child > span:last-of-type a {
    font-size: 0.85em;
    text-decoration: none;
    color: #703f07;
}

/*#header #header-r .addresses > p:first-child > span:last-of-type a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-right: 0.5em;
}*/

/*　g-navi
--------------------------------------------*/

#g-navi ul {
    float: right;
    padding: 15px 0 60px 0;

}

#g-navi li {
    float: left;
    padding: 0 5px;
    border-right: 1px solid;
    color: #2C2C2C;
}

#g-navi li.navi-r {
    border-right: none;
}

#g-navi li a {
    text-decoration: none;
    color: #2C2C2C;
}

/*　main
--------------------------------------------*/
#main_text1 {
    margin-top: 30px;
}

#main_text2 {
    margin-top: 60px;
}

#main_text3 {
    margin-top: 60px;
}

.main_text-l {
    width: 525px;
    float: left;
    padding-right: 20px;
}

.main_text-l p {
    padding-top: 20px;
    line-height: 1.8em;
    font-size: 16px;
}


.main_text-r {}

#main span.main-bottom img {
    clear: both;
    padding-top: 29px;
}

/*　se
--------------------------------------------*/
#se {
    margin-top: 95px;
}

#se .se_text-l-1 {
    width: 600px;
    float: left;
    padding-top: 10px;
    padding-bottom: 65px;
}

#se_text1 {
    margin-top: 23px;
}

#se_text1 span {
    padding-left: 20px;
    padding-right: 20px;
    float: left;
}

#se #se-kouhou {
    width: 380px;
    float: right;
    margin-right: 10px;
}

#se .se_text-l {
    width: 690px;
    float: left;
    padding-top: 10px;
    padding-bottom: 70px;
}

#se .se_text-l h3 {
    padding-bottom: 10px;
}

#se .se_text-r img {
    padding-left: 20px;
    padding-top: 35px;
}

#se .se_text-r p {
    text-align: right;
    padding-right: 65px;
}

#se_text4 {
    position: relative;
}

#se p.sanshou {
    font-size: 11px;
    clear: both;
    position: absolute;
    right: 5px;
    bottom: 70px;
}

/*　bottom
--------------------------------------------*/
#bottom {
    margin-bottom: 30px;
}

#bottom_img {
    padding-bottom: 100px;
}

#bottom_img span.banner_l {
    float: left;
    padding-left: 20px;
}

#bottom_img span.banner_r {
    float: right;
    padding-right: 20px;
}

#bottom_banner span.banner_l {
    float: left;
}

#bottom_banner span.banner_r {
    float: right;
}

#bottom #bottom_banner {
    display: flex;
    justify-content: center;
}

#bottom .contact {
    display: flex;
    flex-wrap: wrap;
    width: 600px;
    padding: 10px 6px;
    align-content: space-between;
    border: 3px solid #ccc;
    box-sizing: border-box;
}

#bottom .contact > * {
    width: 100%;
}

#bottom .contact .address {
    display: flex;
    font-size: .85em;
    line-height: 1.3;
    margin-top: 5px;
}

#bottom .contact .address > p {
    width: 50%;
}

#bottom .contact .address > p > span {
    display: block;
}

#bottom .contact .address > p > span > a,
#bottom .contact .address > p > span > a:visited {
    text-decoration: none;
    color: #000;
}


#bottom .contact .type {
    font-weight: bold;
}

#bottom .contact .name {
    font-weight: bold;
    font-style: italic;
    border-bottom: 1px solid #aaa;
}

#bottom .contact .tel {
    font-weight: bold;
    font-size: 1.3em;
}

/*　bottom_navi
--------------------------------------------*/
#bottom_navi {
    height: 270px;
    background: #EEEEEE;
}

#b_navi_inner {
    width: 1020px;
    padding: 40px 0;
    margin: 0 auto;
}

#b_navi_inner li p {
    float: left;
    padding-left: 13px;
    padding-bottom: 30px;
}

/*　footer
--------------------------------------------*/


#footer {
    height: 160px;
    background: url(../new-img/nh_img/footer_bg1.jpg) repeat-x;
}

#footer p.logo {
    text-align: center;
    padding-top: 2px;
}

#footer p.cc {
    text-align: center;
    padding: 18px 0 10px;
    font-size: 11px;
    color: #734414;
}


/* Pagetop
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#page_top {
    position: fixed;
    bottom: 35px;
    right: 30px;
    font-size: 80%;
}

#page_top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 88px;
    text-align: center;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding-top: 24px;
    padding-right: 0;
    padding-bottom: 24px;
    padding-left: 0;
}

#page_top a:hover {
    text-decoration: none;
    background: #888;
}

.pagetop {
    text-align: right;
}

.pagetop a {
    font-size: 13px;
    line-height: 20px;
    color: #333333;
    text-decoration: none;
}

.pagetop a:hover {
    color: #666666;
    text-decoration: underline;
}
