body {
    font-family: "Noto Serif JP", serif;
}

header {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(194, 224, 187, 1));
    padding: 40px;
    font-size: 60px;
    letter-spacing: 3px;
    font-weight: 900;
    text-align: center;
}

.section1 {
    width: 100%;
}
.section1 .info {
    width: 90%;
    text-align: center;
    letter-spacing: 10px;
    font-size: 40px;
    font-weight: 700;
    padding: 40px;
    border-radius: 20px;
    background-color: #ffffff;
    transform: translateY(-50%);
    margin: 0 auto;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    margin-bottom: 30px;
}

.section2 {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    margin-bottom: 100px;
}
.section2 .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.section2 .col {
    width: 22%;
    text-align: center;
    margin-bottom: 60px;
}
.section2 .col:first-child {
    color: red;
}
.section2 .box {
    height: 150px;
    width: 150px;
    background-color: #ffffff;
    border-radius: 100%;
    margin: 0 auto ;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.section2 .icon {
    width: 75px;
    transform: translateY(-150%);
}
.section2 .sub {
    margin-top: -60px;
    font-size: 20px;
    font-weight: 700;
}
.section2 a {
    transition: .3s;
}
.section2 a:hover {
    color: red;
}

footer {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(194, 224, 187, 1));
    text-align: center;
    padding: 10px;
    font-weight: 500;
}
footer span {
    font-size: 20px;
    font-weight: 700;            
}

@media screen and (max-width:767px) {
    header {
        font-size: 28px;
        padding: 20px;
    }
    
    .section1 .info {
    width: 90%;
    letter-spacing: 5px;
    font-size: 25px;
    padding: 0px;
    }
    
    .section2 {
        margin-top: -50px;
    }
    .section2 .col {
        width: 32%;
        margin-bottom: 5px;
    }
    .section2 .col:first-child {
        color: red;
    }
    .section2 .box {
    height: 70px;
    width: 70px;
    margin-top: 50px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    }
    .section2 .icon {
    width: 35px;
    }
    .section2 .sub {
    margin-top: -30px;
    font-size: 12px;
    font-weight: 500;
    }

    footer {
    font-size: 10px;
    padding: 10px;
    }
    footer span {
    font-size: 16px;
    font-weight: 700;            
    }
}

#header {
    margin-bottom: 100px
}

#info .container {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    margin-bottom: 70px;
}
#info .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px;
    
}
#info .col {
    width: 48%;
    text-align: center;
}
#info .img {
    border-radius: 20px;
}
#info .box {
    height: 150px;
    width: 150px;
    background-color: #ffffff;
    border-radius: 100%;
    margin: 0 auto ;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    margin-top: 30px;
    margin-bottom: 40px;
}
#info .icon {
    width: 75px;
    transform: translateY(50%);
}
#info h3 span {
    font-size: 40px;
    font-weight: 700;
    border-bottom: solid 3px #000000;
}
#info h4 {
    text-align: center;
}
#info h4 span {
    font-size: 60px;
    font-weight: 700;
    padding: 10px 60px;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(194, 224, 187, 1));
    
}
#info_text {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 1.2px;
}
#info-table {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 100px;
}
#info-table th, #info-table td {
    padding: 30px 50px;
    font-size: 40px;
    border-bottom: solid 2px;
    text-align: center;
}
#info-table th:first-child, #info-table td:first-child {
    text-align: left;
    font-weight: 900;
}
#info-table th:last-child, #info-table td:last-child {
    text-align: left;
    transform: translateX(25%);
}

#section .container {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 100px;
}
#section .row {
    margin-bottom: 100px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
}
#section .col {
    width: 48%;
}
#section img {
    display: block;
    margin: 0 auto;
}
#section .place {
    margin-bottom: 40px;
    font-size: 20px;
    border-bottom: solid 1px #000000;
}
#section .place span {
    font-size: 40px;
    font-weight: 700;
}
#section .text {
    text-align: left;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 40px;
}
#section .text span {
    font-size: 30px;
    font-weight: 700;
    background-color: antiquewhite;
}
#section .caution {
    text-align: left;
    font-size: 20px;
    line-height: 1.5;
    color: red;
}

#section2 .container {
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#section2 .row {
    margin-bottom: 50px;
    text-align: center;
}
#section2 .col {
    width:80%;
    margin-bottom: 15px;
}
#section2 .place {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}
#section2 .horiday {
    font-size: 24px;
    margin-bottom: 20px;
}
#section2 .horiday span {
    background-color: antiquewhite;
    padding: 0 5px;
}

#title .container {
    width: 70%;
    margin: 0 auto;
}
#title h1 {
    text-align: center;
    font-size: 60px;
    font-weight: 900;
    margin-bottom: 40px;
}
#title .row {
    display: flex;
    justify-content: space-between;
}
#title .col {
    width: 30%;
    margin: 0 auto;
    margin-bottom: 80px;
}
#title .img {
    border-radius: 40px;
    margin-bottom: 10px;
}
#title .sub {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}
#title .sub span {
    font-weight: 900;
    background-color: antiquewhite;
}
#title h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 40px;
    border-bottom: solid 2px #000000;
}
#title .text {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 80px;
}
#title .text span {
    font-size: 40px;
    font-weight: 700;
}
#title .text2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 80px;
    text-align: center;
}
#title .text2 span {
    background-color: antiquewhite;
}

@media screen  and (max-width:767px) {
    #header {
        margin-bottom: 20px;
    }
    #info .row {
        flex-direction: column;
        
    }
    #info .col {
        width: 100%;
    }
    #info .box {
        height: 70px;
        width: 70px;
        margin-top: 50px;
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
        transform: translateY(-125%);
        margin-left: 20px;
        margin-bottom: -80px;
    }
    #info .icon {
        width: 35px;
    }
    #info h3 {
        margin-bottom: -30px;
        transform: translateY(-150%);
    }
    #info h3 span {
        font-size: 16px;
        border-bottom: solid 2px #000000;
    }
    #info_text {
        font-size: 11px;
    }
    #info h4 {
        margin-bottom: -50px;
        font-weight: 700;
        transform: translateY(-150%);
    }
    #info h4 span {
        font-size: 16px;
        padding: 5px 70px;
    }
    #info-table {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 60px;
    }
    #info-table th, #info-table td {
        padding: 10px 20px;
        font-size: 14px;
        border-bottom: solid 1px;
    }
    #info-table th:last-child, #info-table td:last-child {
        transform: translateX(10%);
    }

    #section .container {
        width: 90%;
        margin-bottom: 10px;
    }
    #section .row {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 60px;
    }
    #section .col {
        width: 100%;
    }
    #section .place {
        font-size: 14px;
        margin-bottom: 20px;
    }
    #section .place span {
        font-size: 24px;
    }
    #section .text {
        font-size: 14px;
        margin-bottom: 10px;
    }
    #section .text span {
        font-size: 20px;
    }
    #section .caution {
        font-size: 14px;
    }

    #section2 .container {
        width: 90%;
        margin: 0 auto;
        flex-wrap: wrap;
    }
    #section2 .row {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    #section2 .col:last-child {
        margin: auto;
    }
    #section2 .place {
        font-size: 8px;
        transform: translateY(-100%);
    }
    #section2 .place span {
        font-size: 14px;
    }
    #section2 .horiday {
        font-size: 20px;
    }

    #title .container {
        width: 90%;
    }
    #title h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    #title .row {
        flex-wrap: wrap;
    }
    #title .col {
        width: 90%;
        margin-bottom: 30px;
    }
    #title .sub {
        font-size: 16px;
        text-align: center;
    }
    #title h2 {
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 10px;
        border-bottom: solid 2px #000000;
    }
    #title .text {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 50px;
    }
    #title .text span {
        font-size: 20px;
        font-weight: 700;
    }
    #title .text2 {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 50px;
    }
}
