@charset "utf-8";


/*========= Category-ページ共通のCSS ===============*/




/* 各タイトル部分指定 */
.title {
    font-weight: normal;
    font-size: 23px;
    margin-top: 10px;
    padding: 10px;
    width: 100%;
    background-color: #f1ecdb;
    width: fit-content;
    /* 要素の幅を合わせる */
}

h2 {
    font-size: 20px;
    background-color: #ffffff;
    padding: 5px 15px;
    border-bottom: 1px solid #222222;
    border-left: 1px solid #222222;
    margin-top: 20px;
    width: 100%;
}

h2 span {
    color: #116fa1;
    vertical-align: -3%;
}

/* 空き調整 */
h2 {
    margin-top: 0;
}

.category-area-01 p,
.category-area-02 p,
.category-area-03 p,
.category-area-04 p {
    line-height: 1.4;
}


/* 上エリア指定 */
.category-area-01 {
    justify-content: space-between;
    align-items: flex-start;
    width: 1300px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.title {
    margin-left: 20px;
}

h3 {
    display: inline-block;
    font-size: 26px;
    background-color: #dfeaf8;
    color: #0a5c87;
    padding: 4px 20px;
    border-left: 6px solid #0a5c87;
}

.sanitary {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-left: 20px;
}

.type {
    width: 45%;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.type img {
    width: 90%;
    margin-top: 10px;
}

.type p {
    width: 70%;
    margin-top: 15px;
}

.image-photo {
    display: flex;
}

.image-photo img {
    width: 29%;
    margin-top: -55px;
    margin-left: 10px;
}

/* 空き調整 */
h2 {
    margin-top: 0;
}


main {
    position: relative;
}