@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

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

@font-face {
    font-family: Grandstander;
    src: url(../../font/Grandstander/Grandstander-Italic-VariableFont_wght.ttf);
}

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

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

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

html {
    scroll-behavior: smooth;
}


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%;
    list-style-type: none;
    border-bottom: 2px double #CCC;
}

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


.menu ul li a {
    display: block;
    display: flex;
    color:white;
    text-decoration: none;
    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);
}
  
/* ラッコ固定化 */
.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/top9.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: -10%;
    text-align: center;
    font-family: Grandstander;
    z-index: 0;
}
  
.h2-box h2 {
    font-size: 8vw;
    color: #FDFB00;
}
.h2-box p {
    font-size: 3vw;
    font-weight: 600;
    color: #ffffff;
}
  
svg {
    margin-top: -25%;
    color: #54ABB2;
    z-index: -10;
}

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

.pan {
    font-weight: 600;
}

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



/* 館内案内 */


.information-top p:nth-of-type(1) {
    font-family: Shippori_Mincho;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 5%;
    margin-top: 10%;
    font-size: 5.8vw;
    color: #056e75;
}

.information-top p:nth-of-type(2) {
    font-family: Shippori_Mincho;
    line-height: 50px;
    color: #202020;
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.7vw;
}

.information-top p:nth-of-type(2) span {
    display: block;
}



/*ボタン*/

.floor-1F-2F {
    text-decoration: none;
}

.flex-btn {
    margin: 5% 5% ;
}

.information-btn {
    justify-content: space-around;
    margin-bottom: 5%;
    display: flex;
    transition: 0.2s;
}

.information-btn a:hover {
    transform: translateY(7px);
    cursor: pointer;
}

.information-btn a {
    width: 25%;
    padding: 4% 2%;
    text-decoration: none;
    background-color: white;
}

.information-btn figure {
    text-align: center;

}

.information-btn img {
    width: 40px;
}

.information-btn figcaption {
    color: #003b46;
    font-size: 1.4vw;
}

.information-btn a {
    border: 3px solid #003b46;
    border-radius: 6px;
    position: relative;
}

.information-btn a::after {
    content: "▽";

    font-size: 1vw;
    width: 100%;
    text-align: center;
    position: absolute;
    padding: 2% 0 ;
    bottom: 0;
    left: 0;
    color: white;
    background-color: #003b46;
}


.information-btn2 {
    margin-left: 21%;
    margin-bottom: 5%;
    display: flex;
    transition: 0.2s;
}
.information-btn2 a:nth-of-type(2) {
    margin-left: 15%;
}

.information-btn2 a:hover {
    transform: translateY(7px);
    cursor: pointer;
}

.information-btn2 a {
    display: block;
    width: 25%;
    padding: 4% 2%;
    text-decoration: none;
    background-color: white;
}

.information-btn2 figure {
    text-align: center;

}

.information-btn2 img {
    width: 40px;
}

.information-btn2 figcaption {
    color: #003b46;
    font-size: 1.4vw;
}

.information-btn2 a {
    border: 3px solid #003b46;
    border-radius: 6px;
    position: relative;
}

.information-btn2 a::after {
    content: "▽";

    font-size: 1vw;
    width: 100%;
    text-align: center;
    position: absolute;
    padding: 2% 0 ;
    bottom: 0;
    left: 0;
    color: white;
    background-color: #003b46;
}


.floormap {
    text-align: center;
    font-size: 5vw;
    color: white;
    margin: 10% 0 5% 0;
}


/*一階部分*/
.floor-1F-2F {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10%;
}

.floor-1F-2F a {
    text-decoration: none;
}

.font-zone h2 {
    font-size: 8vw;
    margin-right: 1em;
    margin-left: 1em;
    color: white;
    font-family: Shippori_Mincho;
}

.floor-1Fbtn {
    position: relative;

}

.floor-1Fbtn img {
    position: relative;
    width: 100%;
}


/* 1Fのボタンと吹き出し */

.floor1 {
    position: absolute;
    top: 33%;
    left: 38%;
    width: 40px;
    height: 40px;
    font-size: 5vw;
    background-color: #92d638;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    z-index: 1;
}

.balloon1 {
    display: none;
}


.floor2 {
    position: absolute;
    top: 24%;
    left: 20%;
    width: 40px;
    height: 40px;
    font-size: 5vw;
    background-color: #92d638;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    z-index: 1;
}

.balloon2 {
    display: none;
}

.floor3 {
    position: absolute;
    top: 40%;
    left: 20%;
    width: 40px;
    height: 40px;
    font-size: 5vw;
    background-color: #92d638;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    z-index: 1;
}
.balloon3 {
    display: none;
}

.floor4 {
    position: absolute;
    top: 45%;
    left: 5%;
    width: 40px;
    height: 40px;
    font-size: 5vw;
    background-color: #92d638;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    z-index: 1;
}
.balloon4 {
    display: none;
}

.floor5 {
    position: absolute;
    top: 50%;
    left: 32%;
    width: 40px;
    height: 40px;
    font-size: 5vw;
    background-color: #92d638;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    z-index: 1;
}
.balloon5 {
    display: none;
}

.floor6 {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 40px;
    height: 40px;
    font-size: 5vw;
    background-color: #92d638;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    z-index: 1;
}
.balloon6 {
    display: none;
}

.floor7 {
    position: absolute;
    bottom: 18%;
    left: 50%;
    width: 40px;
    height: 40px;
    font-size: 5vw;
    background-color: #92d638;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    z-index: 1;
}
.balloon7 {
    display: none;
}

.floor8 {
    position: absolute;
    bottom: 9%;
    left: 60%;
    width: 40px;
    height: 40px;
    font-size: 5vw;
    background-color: #92d638;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    z-index: 1;
}
.balloon8 {
    display: none;
}



/* 2F */

/*一階部分*/

.font-zone2 h2 {
    font-size: 8vw;
    margin-right: 1em;
    margin-left: 2em;
    color: white;
    font-family: Shippori_Mincho;
}

.floor-2Fbtn {
    position: relative;
}

.floor-2Fbtn img {
    width: 100%;
}


/* 2Fのボタンと吹き出し */

.floor1-2F {
    position: absolute;
    top: 48%;
    right: 28%;
    width: 40px;
    height: 40px;
    font-size: 5vw;
    background-color: #085492;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    z-index: 1;
}
.balloon1-2F {
    display: none;
}


.floor2-2F {
    position: absolute;
    top: 38%;
    left: 35%;
    width: 40px;
    height: 40px;
    font-size: 5vw;
    background-color:#085492;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    z-index: 1;
}
.balloon2-2F {
    display: none;
}

.floor3-2F {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 40px;
    height: 40px;
    font-size: 5vw;
    background-color: #085492;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    z-index: 1;
}
.balloon3-2F {
    display: none;
}

.floor4-2F {
    position: absolute;
    bottom: 2%;
    left: 44%;
    width: 40px;
    height: 40px;
    font-size: 5vw;
    background-color: #085492;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    z-index: 1;
}
.balloon4-2F {
    display: none;
}

.floor5-2F {
    position: absolute;
    bottom: 15%;
    right: 20%;
    width: 40px;
    height: 40px;
    font-size: 5vw;
    background-color: #085492;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    z-index: 1;
}
.balloon5-2F {
    display: none;
}

.floor6-2F {
    position: absolute;
    top: 25%;
    right: 38%;
    width: 40px;
    height: 40px;
    font-size: 5vw;
    background-color: #085492;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    z-index: 1;
}
.balloon6-2F {
    display: none;
}

.floor7-2F {
    position: absolute;
    top: 33%;
    left: 8%;
    width: 40px;
    height: 40px;
    font-size: 5vw;
    background-color: #085492;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    z-index: 1;
}
.balloon7-2F {
    display: none;
}


.explanation1 {
    width: 100%;
    height: 70vh;
    color: white;
    background-color: rgb(49, 95, 180);
}

.explanation1 h3 {
    padding-top: 3%;
    padding-bottom: 3%;
    text-align: center;

}

.explanation1 p {
    line-height: 2.8;
    text-align: center;
    font-size: 2.2vw;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
}

.explanation1 p span {
    display: block;
}


.explanation2 h3 {
    text-align: center;
    margin-top: 10%;
    margin-bottom: 3%;
    color: white;
}

.explanation2 p {
    width: 80%;
    font-size: 2vw;
    margin: 5% auto ;
    text-align: left;
    color: white;
}



.question-btn {
    margin-bottom: 5%;
}

.question-btn a {
    background:#ffe600;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #313131;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}
.question-btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.question-btn a:hover {
  background: #6bb6ff;
  color: #FFF;
}
.question-btn a:hover:after {
  right: 1.4rem;
}

.explanation2-1 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(9, 141, 153,1);
    color: #e2e2e2;
    border-radius :8px;
    box-shadow :0px 0px 5px silver;
    padding: 0.5em 0.5em 2em 2em;
}

.explanation2-1 p {
    width: fit-content;
    padding-top: 2%;
    color: #d9ff00;
    font-weight: 600;
    letter-spacing: 1em;
    font-size: 3vw;
}

.explanation2 p {
    margin-top: -1%;
    line-height: 2;
}

.explanation2 p span {
    width: fit-content;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wappa-ul {
    width: 89%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -3%;
    padding-bottom: 2%;
    border: 2px double #dfdfdf;
}

.wappa-ul li {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    line-height: 1.2;
    font-size: 1.7vw;
    line-height: 1.5;
    padding: 0.5em 0;
}

.wappa-ul li span {
    display: block;
}


.staf-froom h2 {
    margin-top: 20%;
    color: #d9ff00;
    font-size: 4vw;
    text-align: center;
}

.staf-froom h2 img {
    vertical-align: bottom;
    padding-left: 1%;
    padding-right: 1%;
}

.staffflex {
    font-family: Kiwi_Maru;
}

.staff-name {
    width: 80%;
    text-align: center;
    margin: 5% auto ;
}

.staff-name img {
    border-radius: 100px;
    width: 60%;
    object-fit: cover;
    margin-left: 1%;
}

.staff {
    width: 80%;
    margin: 5% auto ;
    padding-bottom: 2%;
    border-radius: 20px;
    color: wheat;
    background-color:rgb(28, 114, 126);
}

.staff p:nth-of-type(1) {
    font-size: 3.3vw;
    margin-left: 4%;
    margin-top: 4%;
}

.staff p:nth-of-type(2) {
    text-align: right;
    margin-right: 5%;
    font-size: 5vw;
    color: #ffee00;
}

.staff p:nth-of-type(3) {
    width: 95%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
    padding-bottom: 2%;
    font-size: 2.5vw;
}

.staff p {
    line-height: 1.9;
}

.staff p span {
    display: block;
}

.staff img {
    width: 45px;
}




/*フッター*/
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 {
    text-decoration: none;
    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 {
    list-style-type: none;
    line-height: 2.8;
}

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