@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}


@font-face {
    font-family: Zen_Kaku_Gothic_New;
    src: url(../Zen_Kaku_Gothic_New/ZenKakuGothicNew-Medium.ttf)
}
body {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

h2 {
    font-size: 2.8vw;
    color: #33A6B8;
    margin-bottom: 3%;
}
section {
    font-family: Zen_Kaku_Gothic_New;
}

.section-box1, .section-box2, .section-box3 {
    width: 84%;
    border: 1px solid #33A6B8;
    border-radius: 1vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3%;
    padding: 3% 8%;
}

.section-box1 p {
    font-size: 1.6vw;
    font-weight: 200;
    letter-spacing: 0.2em;
    color: #333;

}



section h3 {
    font-size: 1.8vw;
    font-weight: 200;
    color: #33A6B8;
    margin-bottom: 1.2%;
}

section h4 {
    font-size: 1.4vw;
    font-weight: 100;
    color: #333;
    margin-top: 3%;
    margin-bottom: 1.2%;
}

section h4 span {
    font-size: 0.9vw;
}

section table  {
    width: 100%;
}

section th {
    width: 30%;
    text-align: center;
    background-color: #33A6B8; 
    font-size: 1.4vw;   
    font-weight: 100;
    color: #ffffff;
}

th,td {
    padding: 1.1%; 
}

td {
    text-align: center;
    font-size: 1.4vw;
    letter-spacing: 0.2em;
    background-color: #EEF8F9;
    color: #333;

}

section table:nth-of-type(4) th {
    width: 20%;
    text-align: center;
    background-color: #33A6B8;
}

.section-box2 p {
    font-size: 1.2vw;
    font-weight: 100;
    color: #333;
    margin-bottom: 1%;
}

.section-box2 p:nth-of-type(2) {
    margin-top: 1%;
}




/* アクセス */

iframe {
    width: 100%;
    height: 30vw;
    border-radius: 1vw;
}

.fa-solid {
    width: 3.5%;
    color: #333;
    font-size: 2vw;
}

.access-flexbox {
    display: flex;
    width: 100%;
    font-weight: 100;
    color: #333;
}

.access-box {
    width: 44%;
    padding: 2% 2.5%;
    border-radius: 1vw;
    background-color: #EEF8F9;
}

.access-box:nth-child(2) {
    margin-left: 2%;
}
.section-box3 h5 {
    margin-bottom: 2%;
    font-size: 1.5vw;
    font-weight: 100;
    color: #33A6B8;
}

.access-box p {
    font-size: 1.2vw;
}

.access-pbox {
    width: 95%;
    padding: 2% 2.5%;
    margin-bottom: 3%;
    border-radius: 1vw;
    background-color: #EEF8F9;
}

.access-pbox p {
    font-size: 1.4vw;
    font-weight: 100;
    color: #333;
}

.access-pbox span {
    font-size: 1.2vw;
    font-weight: 100;
    color: #333;
}

.ryoukin p {
    margin-top: 1%;
    font-size: 1.5vw;
    font-weight: 100;
    color: #333;
}

.access-pbox p:nth-of-type(2) {
    margin-top: 3%;
}




