@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: 4vw;
    color: #33A6B8;
    margin-bottom: 3%;
}
section {
    font-family: Zen_Kaku_Gothic_New;
}

.section-box1 {
    position: relative;
}

.section-box1 .top-illust img {
    position: absolute;
    top: -40%;
    left: 75%;
    width: 20%;
}


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

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

}



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

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

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

section table  {
    width: 100%;
}

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

th,td {
    padding: 1.1%; 
}

td {
    text-align: center;
    font-size: 2.5vw;
    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: 2vw;
    font-weight: 100;
    color: #333;
    margin-bottom: 1%;
}

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




/* アクセス */

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

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

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

.access-box {
    width: 90%;
    padding: 3% 5%;
    margin-bottom: 2%;
    border-radius: 2.5vw;
    background-color: #EEF8F9;
}


.section-box3 h5 {
    margin-bottom: 2%;
    font-size: 2.2vw;
    font-weight: 100;
    color: #33A6B8;
}

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

.access-pbox {
    position: relative;
    width: 90%;
    padding: 3% 5%;
    margin-bottom: 3%;
    border-radius: 2.5vw;
    background-color: #EEF8F9;
}

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

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

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

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

.illust img {
    position: absolute;
    top: 35%;
    left: 72%;
    display: block;
    width: 25%;
}




