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


/* contents */

.contents01 .box-inner {
    background-image: url("../../images/clinic/back01.jpg");
}

.contents02 .box-inner {
    background-image: url("../../images/clinic/back02.jpg");
}

/* layout01 */

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

.layout01 .box-text {
    padding-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0px 60px;
}

.layout01 h4 {
    font-family: var(--title-font);
    font-weight: var(--base-weight2);
    color: var(--color-main);
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0.05em;
}

.layout01 h5,
.layout01 h5 a {
    font-family: var(--number-font);
    font-weight: var(--base-weight2);
    color: var(--color-sub2);
    font-size: 55px;
    line-height: 1.2;
}


.layout01 h5 {
    position: relative;
    display: inline-block;
    padding-left: 65px;
}

.layout01 h5::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 5px;
    background-image: url("../../images/common/icon-tel.svg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 60px;
    height: 50px;
}

/* layout03 */

.layout03 .box-map {
    overflow: hidden;
    border-radius: 40px;
    border-style: solid;
    border-color: #999999;
    border-width: 4px;
    height: 450px;
}

.layout03 .box-map iframe {
    width: 100%;
    height: 450px;
}

/* layout04 */

.layout04 {
    width: 100%;
    background-color: var(--color-back5);
    padding: 80px 0px;
}

.layout04 .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0px 5%;
}

.layout04 .box-img {
    width: 32%;
}

.layout04 .box-img img {
    border-radius: 30px;
}

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

.layout04 .box-detail {
    flex: 1;
}

.layout04 .box-profile {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0px 30px;
    padding-top: 40px;
}

.layout04 h2,
.layout04 h5 {
    font-family: var(--number-font);
    font-weight: var(--base-weight3);
    color: var(--color-main);
    line-height: 0.9;
    letter-spacing: 0.05em;
}

.layout04 h2 {
    font-size: 72px;
}

.layout04 h5 {
    font-size: 18px;
    padding: 15px 0px 30px;
}

.layout04 h3,
.layout04 h4,
.layout04 h6 {
    font-family: var(--title-font);
    font-weight: var(--base-weight);
    line-height: 1.2;
    letter-spacing: 0.05em;
}

.layout04 h3 {
    font-size: 24px;
    padding: 15px 0px 5px;
}

.layout04 h4 {
    font-size: 46px;
}

.layout04 h6 {
    font-size: 26px;
    color: var(--color-main);
    margin-bottom: 15px;
}

.layout04 table {
    width: 100%;
}

.layout04 table td {
    line-height: 1.8;
}

.layout04 table td:first-child {
    white-space: nowrap;
    padding-right: 20px;
}

/* layout05 */

.layout05 .box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0px 5%;
}

.layout05 .box:not(:last-child) {
    margin-bottom: 50px;
}

.layout05 .box-img {
    width: 40%;
}

.layout05 .box-img img {
    border-radius: 30px;
}

.layout05 .box-detail {
    flex: 1;
}

.layout05 h6 {
    padding: 20px 0px;
    font-family: var(--title-font);
    font-weight: var(--base-weight2);
    color: var(--color-main);
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 0.1em;
}


.sp-view {
    display: none;
}
