@charset "utf-8";

/* CSS Document */

body {
    overflow-x: hidden;
}

.photospace_res ul.thumbs img {
    width: 50px;
    height: 50px;
}

.photospace_res .thumnail_row a.pageLink {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.photospace_res ul.thumbs li {
    margin-bottom: 10px !important;
    margin-right: 10px !important;
}

.photospace_res .next,
.photospace_res .prev {
    margin-right: 10px !important;
    margin-bottom: 10px !important;
}

.header {
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 901;
    background-color: white;
}

@media screen and (min-width: 1367px) {
    .header {
        /*height: 115px;*/
        height: 100px;
    }
}


/*@media screen and (max-width: 1000px) {
    .header {
        height: 60px;
    }
}*/

@media screen and (max-width: 767px) {
    .header {
        height: 60px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1194px) and (orientation: portrait) {
    .header {
        height: 60px;
    }
}

.header .header-title-wrap {
    float: left;
}

@media screen and (min-width: 768px) and (max-width: 1194px) and (orientation: portrait) {
    .header .header-title-wrap a {
        display: block;
    }
}

.header .header-menus .menu {
    line-height: 70px;
    color: black;
    padding: 0 5px;
    position: relative;
}

.header .header-menus .menu a {
    color: inherit;
    text-decoration: none;
    font-size: 10px;
}

.header .header-menus .menu:before {
    position: absolute;
    bottom: 20px;
    left: 0;
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    background: #54bef9;
    transition: 0.6s;
}

.header .header-menus .menu.youtubeicon:before {
    position: absolute;
    bottom: 20px;
    left: 0;
    content: "";
    display: inline-block;
    width: 0;
    height: 0px;
}

.header .header-menus .menu:hover:before {
    width: 100%;
}

#maincont {
    margin-top: 100px;
    background-color: white;
}

#insta {
    background: linear-gradient(to bottom, rgba(88, 86, 201, 1) 0%, rgba(191, 48, 162, 1) 32%, rgba(236, 81, 77, 1) 58%, rgba(237, 136, 99, 1) 82%, rgba(237, 136, 99, 1) 82%, rgba(254, 203, 104, 1) 100%);
    height: 40px;
    margin: 15px 0 0 0;
}

#insta a img {
    width: 20px;
    height: auto;
    margin: -30px auto 0 auto;
}

#insta a img:hover {
    opacity: 0.7;
}

#insta::before {
    display: none;
}

.youtubeicon a {
    display: block;
}

.youtubeicon a img {
    width: 35px;
    height: auto;
}

@media screen and (max-width: 1000px) {
    .header .header-menus .menu {
        list-style: 40px;
    }
    #insta {
        height: auto;
        margin: 0;
        display: inline-block;
    }
    #insta a {
        display: block;
    }
    #insta a img {
        width: 40px;
        height: auto;
        margin: 0 auto;
    }
    .header .header-menus .menu {
        width: 40%;
        display: inline-block;
        vertical-align: top;
    }
}


/* div#maincont, section {
    overflow-x: hidden;
} */

.topics-p {
    width: 90%;
    text-align: center;
    font-size: 15px;
    margin: 0 auto 90px auto;
    display: block;
}

.topics-p span {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}


/* スペック・マルシェページ追加 */

.hovercon {
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

.hovercon:before,
.hovercon:after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.hovercon,
.hovercon:before,
.hovercon:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.spec_3box {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}

.spec_3box-div {
    width: 350px;
    height: 200px;
    margin: 0 10px;
}

.spec_3box-div>a {
    width: 100%;
    display: block;
    position: relative;
}

.spec_3box-div>a:hover {
    opacity: 0.95;
    idth: 100%;
    display: block;
}

.spec_3box-div>a img {
    width: 100%;
    height: 200px;
    display: block;
    object-fit: cover;
}

.spec_3box-div>a p {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 10px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-shadow: 0 0 5px #000000;
}

.width95 {
    width: 95%;
    margin: 80px auto;
    display: block;
    text-align: center;
}

.width95-2 {
    width: 95%;
    margin: 5px auto;
    display: block;
    text-align: center;
}

.width45 {
    width: 45%;
    display: inline-block;
    margin: 0 2%;
}

.width50 {
    width: 50%;
}

.margintop-150 {
    margin-top: 150px;
}

.fontbold20 {
    margin: 10px 0;
    font-size: 20px;
    font-weight: 700;
}

.align-left {
    text-align: left;
}

.displaysp-content {
    display: none;
}

.width80-2 {
    width: 74.5%;
    margin-right: 1%;
}

.width20-2 {
    width: 24%;
}

.margintop-30 {
    margin-top: 30px;
}

.col-sm-3 {
    width: 33%;
    margin-bottom: 20px;
}

.article-wrap .article-title {
    margin: 10px 0;
}

.spec-p-title {
    font-size: 24px;
    font-weight: 700;
}

.spec-p-title span {
    font-size: 24px;
    font-weight: 700;
    color: #00bfff;
}

.spec-maru {
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #00bfff;
}

.spec-maru p {
    display: block;
    color: #ffffff;
    margin: 0 auto;
    padding: 35px 0;
    line-height: 20px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}

.spec-maru p span {
    font-size: 35px;
}

.spec-inlineblock1 {
    display: inline-block;
    margin-left: 20px;
    text-align: left;
}

.margin20auto {
    margin: 20px auto;
}

.spec-sankaku-div {
    width: 350px;
    height: 350px;
    margin: 0 auto;
    position: relative;
}

.spec-sankaku {
    opacity: 0.1;
    border-top: 350px solid #00bfff;
    border-right: 175px solid transparent;
    border-left: 175px solid transparent;
    position: absolute;
}

.spec-sankaku-div p {
    position: absolute;
    font-size: 40px;
    font-weight: 700;
    line-height: 65px;
    margin: 50px auto;
}

.margin60auto {
    margin: 60px auto;
    display: block;
}

.foot5-a {
    display: inline-block;
}

.foot5 {
    display: block;
    width: 200px;
    height: auto;
    margin: 0 5px;
}

.width45-b {
    width: 45%;
    display: inline-block;
    margin: 0 2%;
}

.align-center-p {
    text-align: center;
    display: block;
    margin-bottom: 30px;
}

.marche-map {
    width: 100%;
    height: 500px;
    margin: 50px auto;
    border: none;
}

.marginbottom-100 {
    margin-bottom: 100px;
}

.margintop--50 {
    margin: -50px auto 80px auto;
}

@media screen and (max-width: 1000px) {
    .foot5 {
        margin: 10px;
    }
}

@media screen and (max-width: 768px) {
    .topics-p {
        text-align: left;
        font-size: 14px;
        margin: 0 auto 50px auto;
    }
    .topics-p span {
        font-size: 20px;
    }
    .foot5 {
        width: 140px;
        margin: 0;
    }
    .width45,
    .width50 {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    .width95 {
        margin-top: 30px;
        width: 100%;
    }
    .sm_1_row .col.right-content,
    .sm_1_row .col.left-content {
        float: none;
    }
    .displaypc-content {
        display: none;
    }
    .displaysp-content {
        display: block;
    }
    .spec_3box {
        display: block;
    }
    .spec_3box-div {
        width: 95%;
        margin: 20px auto;
    }
    .margintop-150 {
        margin-top: 90px;
    }
    .tbborder_title {
        margin-bottom: 20px;
    }
    .foot5-sp {
        margin: 5px auto;
    }
    .width80-2 {
        width: 100%;
        margin: 30px auto;
    }
    .width20-2 {
        width: 100%;
    }
    .col-sm-3 {
        margin-bottom: 30px;
    }
    .spec-sankaku-div {
        width: 200px;
        height: 200px;
    }
    .spec-sankaku {
        border-top: 200px solid #00bfff;
        border-right: 100px solid transparent;
        border-left: 100px solid transparent;
    }
    .spec-sankaku-div p {
        font-size: 24px;
        line-height: 35px;
        margin: 35px auto;
    }
    .concept-title .concept-no,
    .point-no {
        display: block;
        margin: 0 auto;
    }
    .spec-p-title,
    .spec-p-title span {
        font-size: 22px;
        line-height: 35px;
    }
    .width45-b {
        width: 90%;
        display: block;
        margin: 0 auto;
    }
    .width95-b {
        margin: 10px auto;
    }
    .margintop--50 {
        margin-bottom: 0px;
    }
}


/* モデルハウス見学会＆住宅設計ワンポイントセミナーページここから */

.display-pc {
    display: block;
}
.display-pc2 {
    display: inline-block;
}

.display-sp {
    display: none;
}

.sem2012-all {
    margin: 50px auto 100px auto;
}

.sem2012-title {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: solid 1px #cccccc;
    margin-bottom: 50px;
}

.sem2012-title .sem2012-title-p {
    font-size: 24px;
    font-weight: 600;
}

.sem2012-title .sem2012-sub-p {
    font-size: 15px;
}

.sem2012-content {
    display: flex;
}

.sem2012-content .sem2012-content-left {
    width: 49%;
    margin-right: 3%;
}

.sem2012-content .sem2012-content-left img {
    width: 100%;
    height: auto;
}

.sem2012-content .sem2012-content-left img:first-child {
    margin-bottom: 20px;
}

.sem2012-content .sem2012-content-right {
    width: 47.5%;
}

.sem2012-content .sem2012-content-right img {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.sem2012-content .sem2012-content-title {
    font-size: 22px;
    font-weight: 600;
}

.sem2012-content .sem2012-content-gray {
    background-color: #efefef;
    padding: 20px;
    margin-top: 20px;
}

.sem2012-content .sem2012-content-gray p {
    margin-bottom: 0 !important;
}

.sem2012-imgs {
    display: flex;
    margin: 50px auto;
}

.sem2012-imgs img {
    width: 32%;
    margin: 0 0.5%;
    height: auto;
}

.sem2012-backblue,
.sem2012-backblue-1,
.sem2012-backblue-2 {
    width: 100%;
    height: auto;
}

.sem2012-backblue {
    background-color: rgba(0, 0, 0, 1);
    margin-bottom: 50px;
}

.sem2012-backblue-1 {
    background-color: rgba(64, 167, 226, 0.6);
    height: 100px;
}

.sem2012-backblue-2 {
    background-color: rgba(84, 187, 246, 0.6);
    display: flex;
    padding: 30px;
}

.sem2012-backblue-left img {
    width: 500px;
    height: auto;
}

.sem2012-backblue-left,
.sem2012-backblue-right {
    margin-top: -100px;
}

.sem2012-backblue-left {
    margin-right: 30px;
}

.sem2012-backblue-right .sem2012-content-title {
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 600;
}

.sem2012-backblue-right table {
    margin: 20px 0 60px 0;
}

.sem2012-backblue-right table tr {
    height: 30px;
}

.sem2012-backblue-right table th {
    width: 80px;
}

.sem2012-backblue-right table th,
.sem2012-backblue-right table td {
    color: #ffffff;
}

.sem2012-backblue-button {
    display: inline-block;
    text-align: center;
    margin-right: 20px;
}

.sem2012-backblue-button a {
    display: block;
    line-height: 45px;
    border: solid 1px #ffffff;
    background-color: rgba(255, 255, 255, 0.2);
    width: 250px;
    height: 45px;
    color: #ffffff;
}

.sem2012-backblue-button a img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.sem2012-whitesquare {
    border: solid 1px #aaaaaa;
    padding: 20px;
}

.sem2012-whitesquare p {
    margin-bottom: 0;
}

_::-webkit-full-page-media,
_:future,
 :root .sem2012-imgs img {
    align-self: flex-start;
}

@media (max-width: 767px) {
    .display-pc,.display-pc2 {
        display: none;
    }
    .display-sp {
        display: block;
    }
    .sem2012-title .sem2012-title-p,
    .sem2012-content .sem2012-content-title {
        font-size: 20px;
    }
    .sem2012-content,
    .sem2012-backblue-2 {
        display: block;
    }
    .sem2012-content .sem2012-content-left,
    .sem2012-content .sem2012-content-right {
        width: 100%;
        margin: 20px auto;
    }
    .sem2012-backblue-right table tr {
        display: block;
        height: auto;
        margin-bottom: 15px;
    }
    .sem2012-backblue-right table th,
    .sem2012-backblue-right table td {
        vertical-align: top;
        display: block;
    }
    .sem2012-backblue-1 {
        height: 200px;
    }
    .sem2012-backblue-left {
        margin: -200px auto 0 auto;
    }
    .sem2012-backblue-right {
        margin: 20px auto 0 auto;
    }
    .sem2012-backblue-right table {
        margin-bottom: 50px;
    }
    .sem2012-backblue-button {
        display: block;
        text-align: center;
        margin: 20px auto 0 auto;
        width: 250px;
    }
}


/* モデルハウス見学会＆住宅設計ワンポイントセミナーページここまで */


/* お客様の声ページ動画追加ここから */

.moviefull article {
    height: 300px !important;
    margin: 10px auto 20px auto;
}

.moviefull article:hover .article-title {
    color: #323232;
    border: none;
}

iframe {
    width: 355px;
    height: 255px;
}

.article-wrap p.voice-subtitle {
    display: block;
    margin: 15px;
    border-left: solid 10px #54bef9;
    padding-left: 10px;
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 1200px) {
    .moviefull article {
        height: 280px !important;
    }
    iframe {
        width: 100%;
        height: 200px;
    }
}

@media (max-width: 767px) {
    .moviefull article {
        height: 360px !important;
    }
    iframe {
        height: 300px;
    }
}

@media (max-width: 450px) {
    .moviefull article {
        height: 235px !important;
    }
    iframe {
        height: 200px;
    }
}


/* お客様の声ページ動画追加ここまで */

@media (max-width: 1000px) {
    .header .header-menus .menu a {
        font-size: 12px;
    }
}

@media (min-width: 1350px) {
    .header .header-menus .menu {
        padding: 0 6px;
    }
    .header .header-menus .menu a {
        font-size: 13px;
    }
}

@media (min-width: 1550px) {
    .header .header-menus .menu {
        padding: 0 10px;
    }
    .header .header-menus .menu a {
        font-size: 14px;
    }
}

.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
}

@media (max-width: 767px) {
    .article-wrap article .img-wrap {
        width: 100%;
        margin-bottom: 10px;
    }
}


/* ラインナップここから */


/* @import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800); */

article.snip1132 {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    float: left;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
}

article.snip1132 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

article.snip1132 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 301;
}

article.snip1132 img {
    width: 100%;
    position: relative;
    opacity: 1;
}

article.snip1132 div.caption-wrap {
    position: absolute;
    top: 20px;
    left: 35px;
    right: 35px;
    bottom: 20px;
    border: 1px solid white;
    border-width: 0 1px;
}

article.snip1132 .heading {
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

article.snip1132 .caption {
    overflow: hidden;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    position: absolute;
    width: 100%;
    bottom: 0;
    color: white;
}

article.snip1132 h3,
article.snip1132 p {
    display: table;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    text-align: center;
    width: auto;
    text-transform: uppercase;
    font-weight: 400;
}

article.snip1132 h3 span,
article.snip1132 p span {
    font-weight: 800;
}

article.snip1132 h3:before,
article.snip1132 p:before,
article.snip1132 h3:after,
article.snip1132 p:after {
    position: absolute;
    display: block;
    width: 1000%;
    height: 1px;
    content: '';
    background: white;
    top: 50%;
}

article.snip1132 h3:before,
article.snip1132 p:before {
    left: -1000%;
}

article.snip1132 h3:after,
article.snip1132 p:after {
    right: -1000%;
}

article .article-inner-wrap {
    overflow: hidden;
}


/* ラインナップここまで */


/* LABELページ追加施工（トップ含む）ここから */

.topics-p2 {
    display: block;
    font-size: 35px;
    line-height: 55px;
    font-weight: 600;
    margin: 50px auto;
    text-align: center;
}

.label-top {
    margin: 100px auto 50px auto;
}

.label-top .container {
    margin-bottom: 30px;
}

.label-top .label-top-imgs {
    margin: 10px auto;
}

.label-top .label-top-imgs2 {
    width: 80%;
    margin: 10px auto;
}

.label-top .label-top-texts {
    margin: 10px auto;
}

.label-text-01 {
    font-size: 21px;
    font-weight: 600;
}

.label-text-02 {
    font-size: 18px;
}

.label-text-03 {
    font-size: 18px;
    text-align: center;
    margin: 50px auto 15px auto;
}

.label-text-03-b {
    width: 80%;
    font-size: 18px;
    text-align: center;
    margin: 50px auto 15px 0;
}

.label-text-03-c {
    font-size: 18px;
    text-align: center;
    margin: 50px auto 15px auto;
}

.label-text-04 {
    font-size: 28px;
    text-align: center;
    margin: 20px auto;
    line-height: 40px;
    font-weight: 600;
}

.label-text-05 {
    font-size: 14px;
    text-align: center;
}

.label-text-05-b {
    display: block;
    font-size: 14px;
    text-align: center;
    margin: 10px auto 50px auto;
}

.label-text-06 {
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    line-height: 40px;
}

.label-text-06:after {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    margin: 25px auto -20px auto;
    border-bottom: solid 1px #4d4d4d;
}

.label-mark {
    width: 180px;
    height: 180px;
    margin: 30px auto 50px auto;
}

.label-main {
    width: 100%;
    margin-bottom: 20px;
}

.label-mark img,
.label-main img {
    width: 100%;
    height: auto;
}

.label-wideimg {
    width: 90%;
    margin: 10px auto 50px auto;
}

.label-wideimg img {
    width: 100%;
    height: auto;
}

.label-top .label-top-texts-category {
    display: flex;
    flex-wrap: wrap;
    margin: 80px auto;
    text-align: center;
}

.label-top .label-top-texts-category .label-categorys {
    width: 19%;
    height: 100px;
    margin: 0.5%;
    background-color: #878788;
}

.label-top .label-top-texts-category .label-categorys p {
    font-weight: 500;
    color: #ffffff;
    line-height: 100px;
}

.label-top .label-top-texts-category .label-categorys-long p {
    line-height: 22px;
    padding: 30px 0;
}

.label-contens {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}

container-label .label-contens {
    margin-top: 50px;
}

.label-contens .label-contens-inner > p {
    margin: 0;
    line-height: 32px;
    letter-spacing: 1px;
}

.label-contens .label-contens-inner {
    width: 33%;
    margin-bottom: 25px;
    text-align: center;
}

.label-contens .label-contens-inner .label-text-02 {
    font-size: 15px !important;
}

.label-contens .label-sankaku {
    display: inline-block;
    border-style: solid;
    border-width: 13px 10px 0 10px;
    border-color: #474747 transparent transparent transparent;
}

.label-contens .label-contens-inner article {
    width: 100% !important;
    height: auto;
    padding: 0 10px;
    float: none;
}

.img-wide {
    width: 110vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
}

.img-wide .sp {
    display: none
}

.container-label {
    overflow-x: visible !important;
}


/* .container-label,.container-label-full {
	overflow-x: visible !important;
}
.container-label-full {
    margin-top: 0 !important;
} */

.container-label {
    margin-bottom: 100px;
}

.label-titlearea {
    margin: 0 auto;
}

.label-titlearea img {
    object-fit: cover;
}

.label-widemax {
    width: 110vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(83, 190, 249, 0.1);
    margin: 70px auto 100px auto;
    padding: 90px 0;
}

.label-contens-kaso {
    margin-bottom: 100px;
}

.label-contens-kaso .label-contens-kaso-img {
    width: 650px;
    height: 450px;
}

.label-contens-kaso .label-contens-kaso-img-1 {
    width: 600px;
}

.label-contens-kaso .label-contens-kaso-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.label-contens-kaso .label-contens-kaso-text {
    width: 600px;
    height: 400px;
    padding: 50px 30px;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    z-index: 100;
    top: 25px;
    right: 0;
}

.label-contens-kaso .label-contens-kaso-text2 {
    background-color: rgba(255, 255, 255, 0);
}

.label-contens-kaso .label-contens-kaso-text2 p {
    text-align: left;
}

.label-contens-kaso .label-contens-kaso-text2 p:after {
    border-bottom: none;
}

.label-contens-kaso .label-contens-kaso-text span {
    display: block;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    padding-bottom: 15px;
}

.label-contens-kaso2 .label-contens-kaso-img {
    text-align: right;
    margin: 0 0 0 auto;
}

.label-contens-kaso2 .label-contens-kaso-text {
    right: auto;
    left: 0;
}

.label-inner {
    position: relative;
    width: 1140px;
    margin: 0 auto;
}

.label-inner2 .label-contens-kaso-img img {
    object-fit: contain;
}

.label-kaso-text {
    margin: 60px auto;
}

.label-kaso-title {
    width: 100%;
    margin: 150px auto 50px auto;
}

.label-kaso-title:before {
    content: '';
    display: block;
    border-bottom: solid 1px #4d4d4d;
    margin-bottom: -50px;
}

.label-kaso-title p {
    display: block;
    width: 320px;
    height: 100px;
    margin: 0 auto;
    background-color: #ffffff;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}

.label-kaso-title p span {
    display: block;
    font-size: 18px;
}

.label-kaso-title2 p {
    width: 460px;
}

.container-label .top_sd02 {
    margin-top: 100px;
}

.top_sd02 h3,
.top_sd04 h3,
.top_sd05 h3,
.top_sd06 h3 {
    letter-spacing: 3px;
    margin-bottom: 45px;
}

.top_sd04 .col-md-6 h3 {
    margin-bottom: 20px;
}

.top_sd02 h3 span,
.top_sd04 h3 span,
.top_sd05 h3 span,
.top_sd06 h3 span {
    font-size: 12px;
    display: block;
    margin: 15px auto -25px auto;
    letter-spacing: 1.5px;
}
.button-001 {
    width: 200px;
    height: 50px;
    text-align: center;
    margin: 10px auto;
}
.button-001 a {
	display: block;
	width: 100%;
	height: 100%;
    padding: 15px 0;
    color: #ffffff;
    font-weight: 600;
    background-color: #54bef9;
}
.button-001 a:hover {
    opacity: 0.8;
}

@media (max-width: 767px) {
    .img-wide {
        width: 100vw;
        margin: 0 auto;
    }
    .img-wide .pc {
        display: none
    }
    .img-wide .pc img {
        width: 100%;
        height: auto;
    }
    .img-wide .sp {
        display: block;
    }
    .label-section {
        margin: auto;
    }
    .label-top {
        margin: 30px auto -0 auto;
    }
    .topics-p2 {
        font-size: 22px;
        line-height: 35px;
        margin: 30px auto 10px auto;
    }
    .label-text-01 {
        font-size: 16px;
    }
    .label-text-02 {
        font-size: 12px;
    }
    .label-text-04 {
        font-size: 20px;
        line-height: 30px;
    }
    .label-text-05-b {
        margin: 10px auto 20px auto;
    }
    .label-text-06 {
        font-size: 20px;
        line-height: 32px !important;
    }
    .label-text-06:after {
        margin: 20px auto -10px auto;
    }
    .label-top .label-top-texts-category {
        margin: 30px auto;
    }
    .label-top .label-top-texts-category .label-categorys {
        width: 48%;
        height: 40px;
        margin: 1%;
        padding: 15px;
    }
    .label-top .label-top-texts-category .label-categorys-long {
        padding: 5px;
    }
    .label-top .label-top-texts-category .label-categorys-long p {
        padding: 0;
    }
    .label-top .label-top-texts-category .label-categorys p {
        font-size: 12px;
        line-height: 15px;
    }
    .label-text-03 {
        width: 100%;
        margin: 30px auto 10px auto;
        font-size: 14px;
    }
    .label-text-03-b {
        width: 100%;
        margin: 0 auto 10px auto;
        font-size: 14px;
    }
    .label-text-03-c {
        width: 100%;
        margin: 10px auto;
        font-size: 14px;
        text-align: left;
    }
    .label-contens {
        display: block;
        margin-top: 15px;
    }
    .label-contens .label-contens-inner {
        width: 100%;
        margin-bottom: 20px;
    }
    .label-contens .label-contens-inner>p {
        line-height: 20px;
    }
    .container-label {
        margin-top: 20px;
        margin-bottom: 50px;
        padding: 0;
    }
    .page-location-label {
        padding: 10px;
    }
    .label-widemax {
        width: 100vw;
        margin: 50px auto;
        padding: 50px 0;
    }
    .label-mark {
        width: 120px;
        height: 120px;
        margin: 20px auto 30px auto;
    }
    .label-inner {
        width: 90%;
    }
    .label-contens-kaso {
        margin-bottom: 20px;
    }
    .label-contens-kaso .label-contens-kaso-img {
        width: 100%;
        height: auto;
    }
    .label-contens-kaso .label-contens-kaso-text {
        width: 100%;
        height: auto;
        padding: 20px 0;
        position: static;
    }
    .label-widemax.label-contens-kaso .label-contens-kaso-text {
        padding: 30px 20px;
    }
    .label-contens-kaso .label-contens-kaso-text p {
        line-height: 25px;
    }
    .label-contens-kaso .label-contens-kaso-text span {
        padding-bottom: 5px;
        font-size: 20px;
        line-height: 20px;
    }
    .label-kaso-text {
        margin: 20px auto;
        display: inline-block;
    }
    .label-kaso-title {
        margin: 50px auto 30px auto;
    }
    .label-kaso-title p {
        width: 200px;
        height: 60px;
        font-size: 20px;
    }
    .label-kaso-title2 p {
        width: 285px;
        height: 60px;
        font-size: 20px;
    }
    .label-kaso-title p span {
        font-size: 14px;
    }
    .label-kaso-title:before {
        margin-bottom: -30px;
    }
    .label-top .container {
        margin-bottom: 10px;
    }
    .container-label .top_sd02 {
        margin-top: 50px;
    }
    .top_sd02 h3,
    .top_sd04 h3,
    .top_sd05 h3,
    .top_sd06 h3 {
        margin-right: 0;
    }
    .container-label .top_sd02 h3 {
        margin-bottom: 0;
    }
    .label-wideimg {
        width: 100%;
        margin: 10px auto 20px auto;
    }
}


/* LABELページ追加施工（トップ含む）ここまで */


/* 平屋クラスページここから */

.label-inner3 {
    width: 90%;
    border-bottom: solid 1px #53bef9;
    margin: 0 auto 50px auto;
    padding-bottom: 50px;
}

.label-inner3:last-of-type {
    border-bottom: none;
}

.label-inner3-01 {}

.label-inner3-01>p {
    display: inline-block;
    font-size: 28px;
    font-weight: 600;
    vertical-align: text-bottom;
}

.label-inner3-01-div1 {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-right: 20px;
    background-color: #53bef9;
    border-radius: 10px;
    padding: 15px 10px;
}

.label-inner3-01-div1 p {
    color: #ffffff;
    text-align: center;
    font-weight: 600;
}

.label-inner3-01-div1 p:first-of-type {
    font-size: 18px;
    border-bottom: solid 1px #ffffff;
}

.label-inner3-01-div1 p:last-of-type {
    font-size: 28px;
    line-height: 25px;
}

.label-inner3-02 {
    margin-bottom: 50px;
}

.label-inner3-02 img {
    width: 100%;
    height: auto;
}

.label-inner3-03-div1 {
    display: inline-block;
    width: 470px;
    height: 100px;
    margin-right: 30px;
    vertical-align: top;
}

.label-inner3-03-div2 {
    display: inline-block;
    width: 500px;
}

.label-inner3-03-div2 .label-inner3-03-div2-1 {
    display: inline-block;
    width: 120px;
    vertical-align: top;
}

.label-inner3-03-div2 .label-inner3-03-div2-1 p:first-of-type {
    display: block;
    font-size: 18px;
    margin-bottom: 0;
    text-align: center;
}

.label-inner3-03-div2 .label-inner3-03-div2-1 p:last-of-type {
    display: block;
    background-color: #53bef9;
    color: #ffffff;
    padding: 2px 10px;
    text-align: center;
    font-weight: 600;
}

.label-inner3-03-div2 .label-inner3-03-div2-2 {
    position: relative;
    display: inline-block;
    width: 365px;
    vertical-align: top;
}

.label-inner3-03-div2 .label-inner3-03-div2-2 p:first-of-type {
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 20px;
    letter-spacing: 1px;
}

.label-inner3-03-div2 .label-inner3-03-div2-2 p:last-of-type {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 70px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -1px;
}

.label-inner3-03-div2 .label-inner3-03-div2-2 p:last-of-type span {
    font-size: 26px;
}

@media (max-width: 767px) {
    .label-inner3 {
        margin: auto;
        padding: 50px 0;
    }
    .label-inner3-01-div1 {
        display: inline-block;
        width: 80px;
        height: 80px;
        margin-right: 10px;
    }
    .label-inner3-01>p {
        width: 65%;
        font-size: 22px;
        line-height: 30px;
        vertical-align: top;
    }
    .label-inner3-01-div1 p:first-of-type {
        font-size: 15px;
        line-height: 20px;
        border-bottom: solid 1px #ffffff;
    }
    .label-inner3-01-div1 p:last-of-type {
        font-size: 20px;
        line-height: 15px;
    }
    .label-inner3-02 {
        margin: 20px auto;
    }
    .label-inner3-03-div1 {
        width: 100%;
        height: auto;
        margin-right: 0;
    }
    .label-inner3-03-div2 {
        display: block;
        width: 100%;
    }
    .label-inner3-03-div2 .label-inner3-03-div2-1 {
        display: block;
        width: 150px;
        margin: auto;
    }
    .label-inner3-03-div2 .label-inner3-03-div2-1 p:first-of-type {
        display: block;
        font-size: 15px;
        margin-bottom: 0;
    }
    .label-inner3-03-div2 .label-inner3-03-div2-1 p:last-of-type {
        display: block;
        margin: 0 10px;
        padding: 2px 15px;
    }
    .label-inner3-03-div2 .label-inner3-03-div2-2 {
        width: 100%;
        height: 50px
    }
    .label-inner3-03-div2 .label-inner3-03-div2-2 p:first-of-type {
        font-size: 14px;
        line-height: 16px;
        top: 5px;
        right: 0;
        left: 0;
        bottom: 0;
        text-align: center;
        margin: 0 auto;
    }
    .label-inner3-03-div2 .label-inner3-03-div2-2 p:last-of-type {
        top: 15px;
        right: 0;
        left: 0;
        margin: auto;
        text-align: center;
        font-size: 45px;
        line-height: 70px;
    }
    .label-inner3-03-div2 .label-inner3-03-div2-2 p:last-of-type span {
        font-size: 16px;
    }
}


/* 平屋クラスページここまで */


/* スクロール表記ここから */

.top-scroll {
    position: absolute;
    z-index: 100;
    bottom: 20px;
    left: 20px;
}

.top-scroll img {
    width: 12px;
    margin: 5px 8px;
}

.top-scroll p {
    writing-mode: vertical-rl;
    color: #ffffff;
    letter-spacing: 2px;
}

@media (max-width: 767px) {
    .top-scroll {
        display: none;
    }
}


/* スクロール表記ここまで */


/* トップ追加ここから */

.top-divcontent001 {
    margin-bottom: 130px;
    text-align: center;
}

.top-divcontent001 .top-divcontent001-01 {
    margin-bottom: 10px;
}

.top-divcontent001 .top-divcontent001-01 img {
    height: 300px;
    object-fit: cover;
}

.top-divcontent001 .top-divcontent001-01 img:first-of-type,
.top-divcontent001 .top-divcontent001-01 img:nth-of-type(2) {
    width: 23%;
    margin: 10px 0.5%;
}

.top-divcontent001 .top-divcontent001-01 img:nth-of-type(3) {
    width: 48%;
    margin: 10px 0.5%;
}

.top-divcontent001 .top-divcontent001-02 p,.text-mincho {
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 32px;
	font-weight: 400;
}

.foot_fixed {
    position: fixed;
    bottom: 50px;
    right: 0;
    width: 50px;
    z-index: 100;
    opacity: 0;
}

.foot_fixed.active {
    opacity: 1;
}

.foot_fixed-button {
    width: 50px;
    height: auto;
}

.foot_fixed-button a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 12px 10px;
    border: solid 0.5px #ffffff;
    background-color: #54bef9;
}

.foot_fixed-button a:hover {
    opacity: 0.7;
}

.foot_fixed img {
    display: block;
    width: 25px;
    height: 25px;
    margin: 0 auto 5px auto;
    vertical-align: top;
}

.foot_fixed p {
    display: block;
    margin: 0 auto 5px auto;
    color: #ffffff;
    writing-mode: vertical-rl;
    font-size: 13px;
    vertical-align: top;
    font-weight: 600;
}

.foot_sns ul {
    text-align: center;
    margin: 10px auto;
}

.foot_sns li {
    display: inline-block;
    margin: 0 5px;
}

@media (max-width: 767px) {
	.top-divcontent001 {
    margin-bottom: 50px;
}
    .top-divcontent001 .top-divcontent001-01 img {
        height: 160px;
        object-fit: cover;
    }
    .top-divcontent001 .top-divcontent001-01 img:first-of-type,
    .top-divcontent001 .top-divcontent001-01 img:nth-of-type(2) {
        width: 48%;
        margin: 5px 0.5%;
    }
    .top-divcontent001 .top-divcontent001-01 img:nth-of-type(3) {
        width: 98%;
        margin: 5px 0.5%;
    }
    .top-divcontent001 .top-divcontent001-02 p,.text-mincho{
        font-size: 20px !important;
        line-height: 30px;
    }
    .foot_fixed {
        bottom: 0;
        display: flex;
        width: 100%;
    }
    .foot_fixed-button a {
        padding: 6px 5px;
    }
    .foot_fixed-button {
        width: 33.4%;
        height: 60px;
    }
    .foot_fixed img {
        margin: 0 auto 2px auto;
    }
    .foot_fixed p {
        writing-mode: horizontal-tb;
        font-size: 12px;
        text-align: center;
        letter-spacing: 1px;
    }
    address {
        margin-bottom: 60px;
    }
}


/* トップ追加ここまで */


/*-----SDGS-----*/

.sdgs_logo {
    width: 80%;
    height: auto;
}

@media (min-width: 1194px) {
    .sdgs_logo {
        width: 60%;
        height: auto;
    }
}

.logos_flex {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px auto;
    list-style-type: none;
    box-sizing: border-box;
}

.logos_flex li {
    width: 15%;
    margin: 10px 0;
}

@media (max-width: 767px) {
    .logos_flex li {
        width: 30%;
    }
}

.logos_flex li img {
    width: 100%;
    height: auto;
}

.container-fluid.gray {
    background-color: #efefef;
    padding: 30px 0;
    margin: 0 auto;
}

.container-fluid.gray .container {
    max-width: 980px;
}

@media (max-width: 767px) {
    .container-fluid.gray .container {
        max-width: 85%;
    }
}

.container-fluid.gray .container p {
    line-height: 34px;
}

.container-fluid.gray .container p:last-child {
    margin-bottom: 0px;
}

.container .list {
    width: 80%;
    margin: 40px auto 100px auto;
}

.container .list .list_area li {
    list-style-type: none;
    margin: 20px auto;
    display: block;
    padding: 20px 0;
    border-bottom: 1px dotted #B5BECA;
}

.container .list .list_area li h2 {
    display: block;
    font-size: 1.5em;
    color: #457296;
    padding: 16px 0;
    border-bottom: 1px solid #89A0B6;
    margin: 0 auto 24px auto;
    letter-spacing: 2px;
}

.container .list .list_area li img {
    width: 80%;
    max-width: 300px;
    height: auto;
    display: block;
    margin: 0 auto 24px auto;
}

@media (max-width: 767px) {
    .container .list {
        width: 90%;
    }
    .container .list .list_area li img {
        max-width: 50%;
    }
    .container .list .list_area li h2 {
        font-size: 1.1em;
    }
}
.c-dlock01 {
	margin-bottom: 15px;
}
.c-img01 {
	width: 90%;
	margin: 0 auto 30px auto;
}
.c-p01 {
	text-align: center;
}
.t-img01 {
	display: flex;
	justify-content: center;
}
.t-img01 img {
	width: 45%;
	height: auto;
	margin: 10px;
}
.top_sd01,.top_sd02 {
    margin-top: 0;
}

/* フォーム調整ここから */
form.wpcf7-form {
    width: 95%;
    margin: auto;
}
.contact-table {
    border: none;
}
.contact-table p {
    margin: 0;
}
.contact-table tr {
    border-bottom: solid 1px #dddddd;
    margin: 10px auto;
    padding: 10px 0;
}
.contact-table th,.contact-table td {
    padding: 30px 10px !important;
}
.contact-table th.c-table {
	width: 300px;
    vertical-align: top;
    border: none;
    background: none;
}
.contact-table td.c-table {
    padding: 15px;
    border: none;
}
.contact-table .wpcf7-list-item {
    display: block;
    margin: 0;
}
.wpcf7-form-control-wrap.kenmei .wpcf7-list-item, .wpcf7-form-control-wrap.naiyou .wpcf7-list-item {
    width: 100%;
}
.c-table .wpcf7-form-control-wrap.kenmei label, .c-table .wpcf7-form-control-wrap.siryou label, .siryouareas label, .wpcf7-form-control-wrap.naiyou .wpcf7-list-item label, .wpcf7-form-control-wrap.kikkake .wpcf7-list-item label {
    padding: 5px 0;
    cursor: pointer;
}
.inverted-text-blue {
    width: 50px;
    margin: 5px 5px 5px auto;
    padding: 5px;
    border: none;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 19px;
}
.f-p-check .wpcf7-list-item {
	display: inline;
    margin: 0 10px 0 0;
}
.contact-table th p {
	line-height: 30px;
    padding: 15px 0;
}
.wpcf7-form-control-wrap.kenmei {
	padding: 0;
}

@media screen and (max-width: 768px){
.contact-table tr {
    display: block;
	margin: 0 !important;
}
table.contact-table th, table.contact-table td {
    width: 100% !important;
    padding: 0 !important;
    display: block !important;
}
input[type="text"], input[type="email"], input[type="tel"], textarea, select {
    width: 100%;
    padding: 10px 0 10px 10px;
    margin: 0;
}
.c-img01 {
	width: 100%;
	margin: 0 auto 10px auto;
}
.contact-table th p {
    padding: 0;
}
.c-p01 {
	text-align: left;
}
.t-img01 img {
    width: 48%;
    margin: 5px;
}
}
/* フォーム調整ここまで */

/* ヘッダー調整ここから */
.header .header-title {
    margin-left: 25px;
    margin-top: 18px;
}
.header .header-menus .menu {
    line-height: 80px;
	padding: 0 10px;
}
@media screen and (max-width: 768px) {
	.header .header-title {
    	margin-left: 20px;
    	margin-top: 0;
	}
	.header .header-title {
    	width: 150px;
	}
}
/* ヘッダー調整ここまで */

/* フッター調整ここから */
.foot-contents1 {
	display: inline-block;
	margin: 0 50px 30px 0;
	vertical-align: top;
}
.foot-contents2 {
	display: inline-block;
	margin-bottom: 30px;
	vertical-align: top;
	float: right;
}
.foot-contents2 ul {
	display: inline-block;
	border-right: solid 1px #cccccc;
    padding-right: 100px;
	vertical-align: top;
    margin-right: 15px;
}
.foot-contents2 ul:last-of-type {
    border-right: none;
    padding-right: 30px;
}
.foot-contents2 ul li {
	line-height: 28px;
	list-style: none;
}
.foot-contents2 ul li a {
	color: #000000;
    font-size: 14px;
}
.foot-contents2 ul li a:hover {
	color: #00b0a1;
}
.foot-add {
	padding: 30px 0;
	font-size: 14px;
}

@media screen and (max-width: 768px) {
	.foot-contents1,.foot-contents2 {
    	display: block;
    	text-align: center;
	}
	.foot-contents1 {
		margin: 0 auto;
	}
	.foot-contents2 {
   		margin-bottom: 30px;
		float: none;
		}
	.foot-contents2 ul {
		width: 49%;
    	margin: auto;
		border-right: none;
   		padding-right: 0;
	}
	.foot-contents2 ul:last-child {
 	   	width: 100%;
  	  	margin: 0 !important;
	    padding: 0;
	}
	.foot-contents2 ul li {
    line-height: 28px;
    border-right: solid 1px #cccccc;
}
	.foot-contents2 ul:last-child li {
    	display: inline-block;
    	padding-right: 0;
    	width: 49%;
	}
	.foot-contents2 ul:nth-of-type(2) li, .foot-contents2 ul:last-of-type li:nth-of-type(2n) {
    border: none;
	}
	.foot-add {
		padding: 20px 0;		
	}
}
/* フッター調整ここまで */
#maincont {
    top: -21px !important;
}
#bg-container header .logo {
    padding: 14px 0 !important;
}
.top-maintext {
    margin: -40px -500%;
    padding: 80px 500%;
    background-color: rgba(84, 187, 246, 0.1);
}
.topics-p3 {
    font-size: 22px;
    text-align: center;
}

@media screen and (max-width: 768px) {
.top-maintext {
	margin: 0 -500%;
    padding: 35px 500%;
}
.topics-p3 {
    font-size: 16px !important;
	margin-bottom: 0;
}
	
}
