body {
    padding: 0;
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    scroll-behavior: smooth;
}

html{
    scroll-behavior: smooth;
}

img {
    width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    opacity:.8;
}

a img:hover {
    transform: scale(1.02);
}

header {
    background-color: #103675;
    padding: 5px 0;
}

.container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
}

.header_flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.header_box img {
    height: 60px;
    width: auto;
}

.header_box {
    display: flex;
    justify-content: center;

}

.right {
    padding-top: 20px;
}

.header_banner a {
    background-color: #fff;
    padding: 10px 50px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #103675;
    border-radius: 10px;
    margin: 0 4px;
    font-size: .75rem;
}

@media screen and (max-width:768px) {
    .header_box img {
        height: 40px;
        width: auto;
    }

    .right {
        padding-top: 5px;
    }

    .header_banner a {
        padding: 10px 10px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #103675;
        border-radius: 10px;
        margin: 0 4px;
        font-size: .575rem;
    }
}

/**/
.first_view {
    width: 100%;
    padding: 0;
    margin: 0;
}

.slider1 {
    width: 100%;
    padding: 0;
    margin: 0;
}


.slider2 {
    width: 100%;
    padding: 0;
    margin: 0;
}

/*スライダー*/
.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    cursor: pointer;
    outline: none;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    height: 10px;
    width: 10px;
    z-index: 5;
}

.slick-prev2,
.slick-next2 {
    position: absolute;
    top: 40%;
    cursor: pointer;
    outline: none;
    border-top: 4px solid #103675;
    border-right: 4px solid #103675;
    height: 10px;
    width: 10px;
    z-index: 5;
}


.slick-prev {
    left: 1%;
    transform: rotate(-135deg);
}

.slick-next {
    right: 1%;
    transform: rotate(45deg);
}

.slick-prev2 {
    left: 1%;
    transform: rotate(-135deg);
}

.slick-next2 {
    right: 1%;
    transform: rotate(45deg);
}

.slick-dots li {
    display: none;
}

/*お客様の声*/
.customer {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}

.customer::after {
    position: absolute;
    z-index: -1;
    top: 0;
    content: "";
    width: 100%;
    height: 100px;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 11px, rgba(204, 204, 204, 1) 11px, rgba(204, 204, 204, 1) 12px);
}

.customer_box {
    width: 100%;
    margin-bottom: 20px;
}

.customer_title {
    font-size: 2rem;
    font-weight: 900;
    text-align: center;
    margin-top: 30px;
}

.customer_title span {
    font-size: 2.25rem;
    font-weight: 900;
}

.customer_sub_title {
    font-size: 1.375rem;
    font-weight: 700;
    text-align: center;
    margin: 15px;
}

.customer_box_top {
    background-color: #ffffff;
    color: #103675;
    border: 1px solid #103675;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    padding: 30px 0 20px;
    border-radius: 10px;
    width: 98%;
    margin: 0 1%;
}

.house {
    width: 30px;
    height: auto;
    padding-right: 10px;
}

.customer_dinks {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 10px 0;
}

.customer_img {
    width: 70%;
    height: 450px;
    margin: 0 auto;
}

.customer_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gwd-carouselgallery-a4ic {
    width: 100%;
    height: 340px;
}

.gwd-carouselgallery-a4ic2 {
    width: 100%;
    height: 340px;
}

.customer_interview {
    text-align: left;
    font-size: .875rem;
    font-weight: 500;
    width: 95%;
    margin: 10px 2.5%;
}

.customer_interview span {
    text-align: left;
    background-color: #103675;
    color: #fff;
    font-size: .875rem;
    font-weight: 900;
    padding: 4px 10px;
    line-height: 2rem;
    border-radius: 15px;
}

.customer_interview span img {
    width: 15px;
    padding-right: 10px;
}


@media screen and (max-width:768px) {
    .customer_title {
        font-size: 1.375rem;
    }

    .customer_title span {
        font-size: 1.875rem;
    }


    .customer_sub_title {
        font-size: 1rem;
    }


    .customer_img {
        width: 95%;
        height: 200px;
        margin: 0 auto;
    }

    .customer_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .gwd-carouselgallery-a4ic {
        width: 100%;
        height: 300px;
    }

    .customer_interview {
        font-size: .75rem;
    }
}

.slider1 li {
    width: 100%;
    margin: 0;
    padding: 0;
}

.slider1 li img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

figcaption {
    font-size: .875rem;
    text-align: left;
}

/**/
.merit {
    width: 100%;
    position: relative;
}

.merit::after {
    position: absolute;
    z-index: -1;
    top: 0;
    content: "";
    width: 100%;
    height: 100px;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 11px, rgba(204, 204, 204, 1) 11px, rgba(204, 204, 204, 1) 12px);
}

.merit_flex {
    display: flex;
    justify-content: center;
    width: 98%;
    margin: 0 1%;
}

.merit_box {
    width: 30%;
    margin: 1.5%;
}

.merit_box_img {
    width: 100%;
    height: 400px;
    position: relative;
}

.merit_box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.merit_box_text {
    position: absolute;
    bottom: 10px;
    left: calc(50% - 150px);
    color: #fff;
    text-align: center;
    width: 300px;
    font-size: .875rem;
    line-height: 2rem;
    font-weight: 500;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

.merit_box_text span {
    color: #fff;
    background-color: #103675;
    padding: 3px 10px;
    line-height: 3rem;
    font-size: 1.125rem;
    font-weight: 600;
}

.merit_title{
    position: absolute;
    top: -10px;
    left:10px;
    background-color:#ffff00 ;
    font-weight: 800;
    font-size: .875rem;
    padding: 4px 10px;
}

@media screen and (max-width:768px) {
    .merit_flex {
        display: block;
    }
    
    .merit_box {
        width: 98%;
        margin: 1%;
    }
    
    .merit_box_img {
        width: 100%;
        height: 300px;
        position: relative;
    }
    
    .merit_title{
        position: absolute;
        top: 3px;
        left:10px;
        background-color:#ffff00 ;
        font-weight: 800;
        font-size: .875rem;
        padding: 4px 10px;
    }
}

/**/
.reserv_wide{
    width: 100%;
    position: relative;
}

.reserv_wide::after{
    position: absolute;
    content: "";
    top: 0;
    z-index: -1;
    width: 100%;
    height: 600px;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 11px, rgba(204, 204, 204, 1) 11px, rgba(204, 204, 204, 1) 12px);
}

.reserv_wide_title{
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 3rem;
    background-color: #fff;
    margin: -50px 0 0;
}

.reserv_wide_title span{
    font-size: 2.25rem;
}

.reserv_wide_title img{
    width: 170px;
}

.wide_banner{
    width: 100%;
    max-width: 1200px;
    margin: 30px auto 0;
}

@media screen and (max-width:768px){
    .sp_img{
        width: 95%;
        margin: 0 2.5%;        
    }

    .reserv_wide_title{
        font-size: 1rem;
        line-height: 2.5rem;
    }
    
    .reserv_wide_title span{
        font-size: 1.5rem;
    }
    
    .reserv_wide_title img{
        width: 140px;
    }
    
    .wide_banner{
        width: 100%;
        max-width: 1200px;
        margin: 30px auto;
    }
}

/**/

.modelhouse{
    width: 100%;
    position: relative;
}

.modelhouse::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100px;
    top:0;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 11px, rgba(204, 204, 204, 1) 11px, rgba(204, 204, 204, 1) 12px);
    z-index: -1;
}

.modelhouse_box{
    width: 95%;
    margin: 0 auto;
}

.modelhouse_title{
    background-color: #103675;
    color: #fff;
    font-size: .875rem;
    text-align: center;
    padding: 10px 0;
    font-weight: 800;
}

.modelhouse_img {
    width: 100%;
    height: 300px;
}

.modelhouse_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modelhouse_area{
    background-color: rgb(245, 245, 245);
    padding: 30px 0 30px 10px;
    text-align: left;
    color: #000000;
    font-size: .875rem;
    font-weight: 600;
}

.modelhouse_area span{
    background-color: #103675;
    font-size: .675rem;
    padding: 5px 10px;
    font-weight: 600;
    margin-left: 10px;
    border-radius: 20px;
}

.modelhouse_area a{
    color: #fff;
}

@media screen and (max-width:768px) {
    .modelhouse_title{
        font-size: .75rem;
    }
    
    .modelhouse_img {
        width: 100%;
        height: 250px;
    }
    
    .modelhouse_img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .modelhouse_area{
        padding: 10px 0 10px 10px;
        text-align: left;
        color: #ffffff;
        background-color: #103675;
        font-size: .62rem;
        font-weight: 600;
        z-index: 100;
        text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);

    }
    
    .modelhouse_area span{
        background-color: #103675;
        font-size: .675rem;
        padding: 5px 10px;
        font-weight: 600;
        margin-left: 10px;
        border-radius: 20px;
    }
}

.wide_banner_flex{
    display: flex;
    width: 100%;
    max-width: 1200px;
    justify-content: center;
    margin: 0 auto;
}

.wide_banner_flex img{
    width: 98%;
    margin: 1%;
}

@media screen and (max-width:768px){
    .wide_banner_flex{
        display: block;
    }

    .wide_banner_flex img{
        width: 100%;
    }
}

/*フローティング*/

.floating{
    display: none;
}

.floating.show{
    display: block;
}
.fixed_banner {
    position: fixed;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    vertical-align: bottom;
    z-index: 1000000;
}

.fixed_banner img {
    width: 250px;
    margin: 0 3px;
}

.fixed_banner img:hover {
    transform: scale(1.03);
}

.fixed_banner_sp,
.fixed_banner_sp2,
.fixed_banner_sp3 {
    display: none;
    z-index: 1000000;
}

@media screen and (max-width:768px) {
    .fixed_banner {
        display: none;
    }

    .fixed_banner_sp {
        display: block;
        position: fixed;
        bottom: 0;
    }

    .fixed_banner_sp2 {
        display: block;
        position: fixed;
        right: 0;
        bottom: 130px;
    }

    .fixed_banner_sp img {
        width: 95%;
        margin-left: 2.5%;
        border-radius: 15px;
        box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);

    }

    .fixed_banner_sp2 img {
        width: 120px;
        box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);

    }

    .fixed_banner_sp3 {
        display: block;
        position: fixed;
        right: 0;
        bottom: 210px;
    }

    .fixed_banner_sp3 img {
        width: 120px;
        box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);

    }
}