@charset "utf-8";

.wrapper {
    width: 100%;
    margin: 0 auto;
}

.container {
    width: 93%;
    max-width: 1200px;
    margin: 0 auto;
}

.wrapper .title {
    display: block;
    margin: 0 auto;
    margin-bottom: 100px;
}

.wrapper .title .hedline {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 90px;
    border-bottom: 1px solid #DADDD8;
}

.wrapper .title .sub {
    display: flex;
    align-items: center;
}

.wrapper .title div span {
    font-size: 11px;
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #D1D1D1;
    border-radius: 6px;
    margin-right: 15px;
}

.wrapper .title div small {
    font-size: 10px;
}

.wrapper .title h1 {
    font-size: 23px;
    margin-top: 10px;
}

.wrapper p {
    font-size: 16px;
}


.wrapper h3 {
    font-size: 23px;
}

.wrapper table span {
    font-size: 16px;
}

.wrapper .info_body img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.wrapper .box {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.wrapper .box p {
    margin-bottom: 30px;
}

.wrapper .rowBox {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}

.wrapper .left,
.wrapper .right {
    width: calc(50% - 50px);
}

.wrapper .left {
    margin: 0 100px 0 0;
}

.wrapper .left h3 {
    margin-bottom: 50px;
}

.wrapper .left p {
    margin-bottom: 30px;
}

.wrapper .left table {
    width: 100%;
}

.wrapper .left table tr {
    border-bottom: #D1D1D1 1px solid;
}

.wrapper .left table tr th,
.wrapper .left table tr td {
    padding-top: 20px;
    padding-bottom: 20px;

}

.wrapper .left table tr:first-of-type th,
.wrapper .left table tr:first-of-type td {
    padding-top: 0;
}

.wrapper .left table tr td {
    padding-left: 80px;
}

.wrapper .img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.618/1;
}

.wrapper .calendar-wrapper {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

@media(max-width:770px) {
    .wrapper p {
        font-size: 14px;
    }

    .wrapper h3 {
        font-size: 19px;
    }
    .wrapper .title {
        margin-bottom: 50px;
    }
    .wrapper .title .hedline {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .wrapper table span {
        font-size: 14px;
    }

    .wrapper .box {
        margin-bottom: 50px;
    }

    .wrapper .rowBox {
        margin-bottom: 50px;
        flex-direction: column;
    }

    .wrapper .box p {
        margin-bottom: 20px;
    }

    .wrapper .left,
    .wrapper .right {
        width: 100%;
    }

    .wrapper .left {
        margin: 0;
        margin-bottom: 35px;
    }

    .wrapper .left h3 {
        margin-bottom: 35px;
    }

    .wrapper .left p {
        margin-bottom: 20px;
    }

    .wrapper .left table tr th,
    .wrapper .left table tr td {
        padding-top: 15px;
        padding-bottom: 15px;

    }

    .wrapper .left table tr td {
        padding-left: 15px;
    }

}

@media(min-width:1000px) {

    .wrapper .title h1 {
        font-size: 34px;
    }

}