@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}


ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}

@font-face {
    font-family: M_PLUS_1p;
    src: url(../../font/M_PLUS_1p/MPLUS1p-Regular.ttf);
}

@font-face {
    font-family: Shippori_Mincho;
    src: url(../../font/Shippori_Mincho/ShipporiMincho-Regular.ttf);
}

body {
    margin: 0;
    font-family: M_PLUS_1p;
    background: linear-gradient(#4db7be, #01313a);
}

/*ヘッダー*/


header h1,h1 + nav {
    display: none;
}


.toppage-nav2 {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10;
    background-color: #4db7be;
}

.drawer img {
    width: 21%;
    margin-top: 1%;
}

.drawer{
    display: flex;
    padding: 0 1em;

}

  /*ハンバーガーの中身*/
.menu {
    width: 70%;
    position: absolute;
    right: 0;
    background: linear-gradient(#4db7be, #01313a);
    transition: .5s ease;/*滑らかに表示*/
    transform: translateX(150%);
}

.menu ul li {
    margin: 1%;
    border-bottom: 2px double #CCC;
}

.menu ul li:last-child {
    border: none;
}


.menu ul li a {
    display: block;
    display: flex;
    color:white;
    font-size: 3.2vw;
}

.menu ul li a:hover {
    background-color:rgba(0,0,0,0.5);
    color:rgb(214, 214, 214);
}

.menu img {
    width: 60px;
}

.menu ul li a span {
    display: block;
    margin-top: 0.9em;
}

  /*OPEN時の動き*/
.menu.open {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*右にスライド*/
}

  /*ハンバーガーが✖になるやつ*/
.Toggle {
    display: block;
    width: 42px;
    height: 42px;
    margin-left: auto;
    margin-right: 3%;
    cursor: pointer;
}

.Toggle span {
    width: 50px;
    display: block;
    margin-top: 3%;
    position: absolute;
    border-radius: 3vw;
    border-bottom: solid 6px #fbff00;
    -webkit-transition: .35s ease-in-out; /*変化の速度を指定*/
    -moz-transition: .35s ease-in-out;    /*変化の速度を指定*/
    transition: .35s ease-in-out;     /*変化の速度を指定*/

}

.Toggle span:nth-child(1) {
    top:5px;
}

.Toggle span:nth-child(2) {
    top: 18px;
}

.Toggle span:nth-child(3) {
    top: 32px;
}

    /* 1番目のspanを-45度にした */
.Toggle.active span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

  /* 2番目と3番目のspanを45度にした */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.fa-circle-dot {
    margin-right: 1%;
    color: #ffef6c;
}
.fa-circle-exclamation {
    color: #ffef6c;
}

/* ラッコ固定化 */
.character01 {
    width: 35%;
    height: 100px;
    position: fixed;
    bottom: 7%;
    left: 0;
    cursor: pointer;
    z-index: 999;
}

.character02 {
    width: 18%;
    height: 100px;
    position: fixed;
    bottom: 8%;
    right: 3%;
    cursor: pointer;
    z-index: 999;
}

.character01 img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.character02 img {
    width: 100%;
    height: auto;
}
  


/* めいんびじゅ */

.hd {
    background-image: url(../../images/top-img/top5.jpg);
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 25% ;
    height: 80vw;
}
  
.h2-box {
    position: relative;
    margin-top: -20%;
    text-align: center;
    font-family: Grandstander;
    z-index: 0;
}
  
.h2-box h2 {
    font-size: 9vw;
    color: #FDFB00;
}

.h2-box p {
    font-size: 3vw;
    color: #ffffff;
}
  
svg {
    margin-top: -25%;
    color: #54ABB2;
    z-index: -10;
}

.pan a {
    color: white;
}

/* ぱん */
.pan {
    width: fit-content;
    margin-left: 10%;
}

.pan a {
    text-decoration: none;
    color: white;
}

/*  */
.access_big_ttl {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    padding: 0.5%;
    text-align: center;
}
.access_big_ttl h1 {
    font-size: 3vw;
}
.access_big_ttl p {
    font-size: 0.9vw;
}

/* 説明 */
.explanation {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    text-align: center;
}

.explanation h2 {
    letter-spacing: 0.15rem;
    font-size: 4vw;
    margin-bottom: 3%;
    color: #fff;
}
.explanation p {
    line-height: 1.5;
    letter-spacing: 0.05rem;
    font-size: 2.4vw;
    color: #fff;
}

.explanation p span {
    display: block;
}


.access_flex {
    display: flex;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    justify-content: center;
    align-items: center;
    gap: 8%;
}

.access_logo {
    width: 38%;
    padding: 2%;
    margin-bottom: 10%;
}
.access_logo img {
    width: 100%;
}
.access_logo_r p {
    line-height: 2;
    font-size: 1.6vw;
}

/* sub */
.papan {
    display: flex;
    width: 87%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
    padding: 1.5%;
    border-radius: 20px;
}

.papan a {
    display: block;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-left: 8%;
    font-weight: 600;
    border-left: 4px dotted #ffffff7c;
    color: #fff;
}

.papan a:nth-child(3) {
    border-right: 4px dotted #ffffff7c;
}

.papan p {
    width: fit-content;
    margin-left: 2%;
}

.papan p span:nth-child(1) {
    color: #FBEF6D;
    font-size: 1.7vw;
    font-weight: 700;
}

.papan p span:nth-child(2) {
    font-size: 2.7vw;
    font-weight: 700;
    margin-right: .2em;
}

.papan i {
    width: fit-content;
    font-size: 2.4vw;
    display: block;
    margin-left: 27%;
    margin-top: 3%;
}

/* すてきー */
.sticky_flex {
    display: flex;
    justify-content: space-between;
}

.sticky_side {
    position: sticky;
    height: 100vh;
    top: 15%;
    left: 0;
    width: 30%;
    padding: 0% 0% 0%;
}

.sticky_side .bae {
    margin-bottom: 10%;
    padding-top: 5%;
    font-size: 4vw;
    letter-spacing: 0.15rem;
    color: #ffef6c;
}

.sticky_side h3 {
    font-size: 4vw;
    letter-spacing: 0.15rem;
    color: #ffef6c;
}

.sticky_side p:nth-of-type(1) {
    font-size: 1.8vw;
    font-weight: 600;
    color: #ffffff;
}

.sticky_side p:nth-of-type(1) span {
    display: block;
}

.sticky_side p:nth-of-type(1) span:nth-child(1) {
    margin-top: -2%;
}

.sticky_side p:nth-of-type(1) span:nth-child(2) {
    font-size: 1.8vw;
    margin-left: 45%;
    color: #FBEF6C;
    text-shadow: px 1px #190857;
    font-family: Grandstander;
    font-weight: 900;
}

.sticky_side img {
    width: 30%;
    display: block;
    margin-top: 15%;
    margin-left: auto;
    margin-right: auto;
}

.sticky_main {
    height: 220vw;
    width: 70%;
    padding: 10% 5%;
    margin-left: auto;
    border-left: 4px dotted #ffffff7c;
    /* background-color: wheat; */
}

.sticky_main h3 {
    width: 70%;
    margin-top: 8%;
    padding: 3%;
    border-radius: 20px;
    color: #ffffff;
}

.sticky_main h3 span {
    display: block;
    margin-left: 1.7em;
}

.sticky_main h4 {
    width: 45%;
    padding: 3%;
    margin-top: 25%;
    border-radius: 20px;
    color: #ffffff;
}

.sticky_main h3 i {
    display: inline-block;
    margin-right: 4%;
}

.sticky_main h4 i {
    display: inline-block;
    margin-right: 4%;
}

.sticky_main h4 span {
    display: block;
    margin-left: 1.7em;
}

.sticky_main p {
    width: 80%;
    padding: 5%;
    text-align: center;
    margin-left: 10%;
    line-height: 2;
    font-size: 2.2vw;
    border-radius: 10px;
    color: #202020;
    background-color: #E0F2F6;
}

.sticky_main p span {
    display: block;
}

.sticky_main p .red {
    margin-top: 2%;
    display: inline-block;
    color: red;
}

.sticky_main p .big {
    font-size: 1.8vw;
    font-weight: 600;
    color: red;
}

.sticky_main p .tuyo {
    display: inline-block;
    color: #DD3950;
    font-weight: 700;
}

.sticky_main p .blue {
    display: inline-block;
    color: #3b00a8;
    font-weight: 700;
}

.sticky_main p a {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4%;
    display: block;
    color: #ffffff;
    padding: 2% 8%;
    border-radius: 50px;
    background-color: #4682B4;
    transition: 1s;
}

.sticky_main p a:hover {
    background-color: #E6354A;
    color: #ffffff;
    transition: 1s;
}


.sticky_main .sticky_main-img img:nth-of-type(1) {
    width: 60%;
    margin-left: -2%;
    margin-top: 3%;
    rotate: -10deg;
}

.sticky_main .sticky_main-img img:nth-of-type(2) {
    width: 50%;
    margin-top: -25%;
    margin-left: 46%;
    rotate: 15deg;
}


.sticky_main .sticky_main-img img {
    display: block;
    border-radius: 30px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}


/*フッター*/
footer {
    padding: 5% 7% 1%;
    background-image: url(../../images/bg_footer.webp);
    background-size: cover;
    color: #fff;
    font-size: 1.2vw;
}


.info-images {
    text-align: center;
}

.info-images h2 {
    font-family: Shippori_Mincho;
    font-size: 4vw;
    font-weight: 100;

}

.info-images img {
    margin: 10% 0 ;
    width: 50%;
    margin-bottom: 10%;
}

.menu-col {
    margin-top: 10%;
    font-size: 3vw;
    margin-left: 5%;
}

.menu-col a {
    color: white;
}

.menu-list a {
    color: #a7bddd;
}

footer address {
    font-size: 2.5vw;
    font-style: normal;
}

footer ul:nth-of-type(1) {
    margin-left: auto;
    margin-right: 6%;
}

footer ul:nth-of-type(2) {
    margin-right: 6%;
}

footer ul:nth-of-type(1) li::before {
    content: "-";
    margin-right: 0.5em;
}

footer ul li {
    line-height: 2.8;
}

.copyright {
    margin-top: 3%;
    text-align: center;
    font-size: 12px;
}
