
@charset "utf-8";
.header_title{
    background-image: url("../img/header/sereno_header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1920px;
    background-position: 50% 100%;
    width: 100%;
    margin: 0 auto;
    height: 500px;
    z-index: -10;
    margin-top: 70px;
}

/*ブログの設定*/
.blog_info ul{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 100%;
    margin: 0 0;
    padding: 0 0;  
}

.blog_info ul li{
    width: 32%;
    padding: 2%;
    margin-bottom: 2%;
    background-color: #faeee7;
    border-radius: 5px;
    border: 3px #33272a solid
}
.blog_info ul a{
    color: #33272a;
}
.blog_info ul li p{
    text-align: justify;
}
.blog_info ul li h3{
    color: #33272a;
    margin-bottom: 0.5em;
}

.inquery-info th{
   background-color: #B9F3FC;
   width: 100%;
   text-align: center;
}

.inquery-info td{
   width: 50%;
   text-align: center;
}

.outer:nth-of-type(1).content_wrap p{
    margin-bottom: 2em;
}
.outer:nth-of-type(2).content_wrap p{
    margin-bottom: 2em;
}

.comfort {
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 100%;
    margin: 0 0;
    padding: 0 0;  
}

.comfort li{
    width: 32%;
    padding: 2%;
    margin: 0%;
    background-color: #faeee7;
    border-radius: 8px;
    border: 3px #33272a solid;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
}

@media only screen and ( max-width: 869px ) {
    /*
    header{
        padding: 15% 3% 3% 3%;
    }
    */
    .header_title{
        background-image: url("../img/header/tablet_header.jpg");
        width: 100%;
        height: auto;
        padding-top: 40.046%;
    }
}

@media only screen and ( max-width: 480px ) {

    .blog_info ul li{
        width: 100%;
        margin-bottom: 3%;
        padding: 3%;
    }
    .blog_info ul li:nth-child(n+5){
        display: none;
    }
    .header_title{
        background-image: url("../img/header/mobile_header.jpg");
        height: auto;
        padding-top: 40%; 
     
    }
    .comfort li{
        width: 100%;
        margin-bottom: 2em;

    }
}