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


.maincontents-inner section {
    text-align: center;
}

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

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

.contents .contents02 .midashi-box h2 {
    display: block;
}

.contents .contents02 .midashi-box h2::before,
.contents .contents02 .midashi-box h2::after {
    display: none;
}

/* layout-price */

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

.layout-price ul li {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.05em;
}

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

/* layout01 */

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

.layout01 h2 {
    padding: 50px 0px 20px;
}

.layout01 h2 img {
    height: 110px;
    width: auto;
}

/* layout02 */

.layout02 {
    padding-bottom: 30px;
}

.layout02 h3 {
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0);
    padding: 0px;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-left: 40px;
}

/* layout03 */

.layout03 iframe {
    width: 100%;
    height: 450px;
    border-radius: 20px;
    overflow: hidden;
}

.layout03 p {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.2em;
    margin-bottom: 40px;
}

/* layout04 */

.layout04 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.layout04 > div {
    width: 48%;
}

.layout04 .box-detail {
    background-color: var(--color-back02);
    padding: 35px 40px;
    text-align: left;
}

.layout04 .box-detail .box:not(:last-child) {
    margin-bottom: 20px;
}

.layout04 .box-img img {
    border-style: solid;
    border-color: #f2f2f2;
    border-width: 5px;
}

.layout04 h6 {
    font-weight: var(--base-weight);
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
}

.layout04 p {
    padding-left: 30px;
}

/* layout05 */

.layout05 .box {
    padding: 40px 0px;
}

.layout05 .box:not(:last-child) {
    border-bottom-style: dotted;
    border-color: #666;
    border-width: 3px;
}

.layout05 h4 {
    font-family: var(--base-font2);
    font-weight: var(--base-weight);
    color: var(--color-sub2);
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: 0.2em;
}

.layout05 h5,
.layout05 h5 a {
    font-weight: var(--base-weight);
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0.05em;
}

.layout05 h5 {
    display: inline-block;
}

.layout05 h5::before {
    content: "TEL.";
    font-size: 18px;
}

.layout05 p {
    padding: 20px 0px 10px;
}

/* layout06 */

.layout06 {
    width: 840px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px 60px;
}

.layout06 .box {
    width: 380px;
}

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

.layout06 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;
}

/* layout07 */

.layout07 {
    padding-top: 80px;
}

.layout07 h6 a {
    font-family: var(--base-font2);
    font-weight: var(--base-weight);
    color: #FFF;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: 0.15em;
    display: inline-block;
    background-color: var(--color-sub2);
    padding: 27px 100px;
    border-radius: 60px;
    background-image: url("../common/images/link-arrow02.svg");
    background-position: right 40px center;
    background-repeat: no-repeat;
    background-size: auto 22px;
}


.layout07 h6 a:hover {
    background-color: var(--color-sub3);
    opacity: 1;
    background-position: right 30px center;
}

/* layout08 */

.layout08 {
    text-align: left;
}

.layout08 p {
    font-size: 17px;
}

.layout08 p span,
.layout-price ul li span {
    color: var(--color-sub2);
    font-weight: var(--base-weight2);
    text-decoration: underline;
}

.layout08 a {
    text-decoration: underline;
}


.sp-view {
    display: none;
}
