@charset "UTF-8";
/* CSS Document */


.title-box h2 {
    color: #FFF;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.75);
    letter-spacing: 0.2em;
}


.maincontents-inner section:not(:last-child) {
    margin-bottom: 100px;
}

.layout-orange > div:not(:last-child) {
    margin-bottom: 50px;
}

/* layout-about */

.layout-about .layout-yellow {
    text-align: left;
}

.layout-about .layout-yellow ul {
    padding-top: 20px;
    padding-left: 10px;
}

.layout-about .layout-yellow ul li {
    font-weight: var(--base-weight);
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 0.05em;
}

.layout-about .layout-yellow ul li:not(:last-child) {
    margin-bottom: 10px;
}

/* layout-price */

.layout-price .box01 {
    width: 180px;
}

/* layout01 */

.layout01 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0px 60px;
}

.layout01 .box {
    width: 380px;
}

.layout01 .box-img img {
    border-radius: 20px;
}

.layout01 h6 {
    font-family: var(--title-font2);
    font-weight: var(--base-weight);
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.2em;
    text-align: center;
    padding-top: 25px;
}

/* layout-banner */

.layout-banner {
    text-align: center;
    padding-top: 100px;
}

.layout-banner img {
    width: auto;
}

.sp-view {
    display: none;
}
