@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 {
    background: linear-gradient(#4db7be, #01313a);
    font-family: M_PLUS_1p;
}

/* ハンバーガーメニューボタン */
.toppage-nav2 {
    display: none;
}

/*ヘッダー*/
header {
    display: flex;
    padding: 1% 2%;
    font-weight: 600;
    background-color: #4db7be;
}

header h1 {
    width: 15%;
}

header h1 a img {
    width: 100%;
    vertical-align: bottom;
}

/* ナビ */
nav {
    width: 100%;
    margin-top: 1%;
    margin-left: auto;
}

nav ul {
    display: flex;
}

nav ul li {
    width: 20%;
    list-style-type: none;
    border-right: 2px solid #fff;
}

nav ul li:last-child {
    border-right: none;
}

nav ul li a {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 1.6vw;
    color: white;
}

nav ul li a img {
    display: block;
    width: 8vw;
    height: 8vw;
    margin-left: auto;
    margin-right: auto;
}

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

.character02 {
    width: 13%;
    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: 50% ;
    height: 40vw;
}
  
.h2-box {
    position: relative;
    margin-top: -15%;
    text-align: center;
    font-family: Grandstander;
    z-index: 0;
}
  
.h2-box h2 {
    font-size: 10vw;
    color: #FDFB00;
}
.h2-box p {
    font-size: 3vw;
    font-weight: 600;
    color: #ffffff;
}
  
svg {
    margin-top: -30%;
    z-index: -10;
}

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

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



/* floormap */

.floor-Stickey {
    margin-top: 15%;
    display: flex;
}




/*一階部分*/
.smart-floor {
    display: none;
}




.floor-1F-2F {
    padding-bottom: 10%;
    position: sticky;
    top: 0;
    display: flex;
}

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

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

.font-zone {
    display: flex;
    color: white;
}

.floor-1Fbtn {
    position: relative;
    
}

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


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

.floor1 {
    position: absolute;
    top: 35%;
    left: 36%;
    width: 30px;
    height: 30px;
    font-size: 2.5vw;
    padding-top: 1px;
    background-color: #92d638;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    z-index: 1;
}

.balloonoya1:hover .balloon1 {
    display: none;
}

.balloon1 {
    display: none;
}


.floor2 {
    position: absolute;
    top: 25%;
    left: 18%;
    width: 30px;
    height: 30px;
    font-size: 2.5vw;
    padding-top: 1px;
    background-color: #92d638;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    z-index: 1;
}

.balloonoya2:hover .balloon2 {
    display: none;
}

.balloon2 {
    display: none;
}

.floor3 {
    position: absolute;
    top: 42%;
    left: 18%;
    width: 30px;
    height: 30px;
    font-size: 2.5vw;
    padding-top: 1px;
    background-color: #92d638;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    z-index: 1;
}

.balloonoya3:hover .balloon3 {
    display: none;
}

.balloon3 {
    display: none;
}

.floor4 {
    position: absolute;
    top: 46%;
    left: 6%;
    width: 30px;
    height: 30px;
    font-size: 2.5vw;
    padding-top: 1px;
    background-color: #92d638;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    z-index: 1;
}

.balloonoya4:hover .balloon4 {
    display: none;
}

.balloon4 {
    display: none;
}

.floor5 {
    position: absolute;
    top: 50%;
    left: 30%;
    width: 30px;
    height: 30px;
    font-size: 2.5vw;
    padding-top: 1px;
    background-color: #92d638;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    z-index: 1;
}

.balloonoya5:hover .balloon5 {
    display: none;
}

.balloon5 {
    display: none;
}

.floor6 {
    position: absolute;
    top: 43%;
    left: 50%;
    width: 30px;
    height: 30px;
    font-size: 2.5vw;
    padding-top: 1px;
    background-color: #92d638;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    z-index: 1;
}

.balloonoya6:hover .balloon6 {
    display: none;
}

.balloon6 {
    display: none;
}

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

.balloonoya7:hover .balloon7 {
    display: none;
}

.balloon7 {
    display: none;
}

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

.balloonoya8:hover .balloon8 {
    display: none;
}

.balloon8 {
    display: none;
}


.div-p1F p {
    width: 70%;
    margin-left: 25%;
    margin-top: 8%;
    text-align: center;
    font-size: 2vw;
    color: white;
    font-family: Shippori_Mincho;
}


.div-p1F p span {
    display: block;
}


.div-p1F img {
    width: 100%;
    vertical-align: bottom;
}





/* 2F */
.floor-Stickey2 {
    margin-top: 15%;
    padding-bottom: 15%;
    display: flex;
}


.floor-1F-2F {
    padding-bottom: 10%;
    position: sticky;
    top: 0;
    display: flex;
}

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

.font-zone2 h2 {
    font-size: 4vw;
    margin-right: 1em;
    margin-left: 1em;
    font-family: Shippori_Mincho;
}

.font-zone2 {
    display: flex;
    color: white;
}

.floor-2Fbtn {
    position: relative;
    
}

.floor-2Fbtn img {
    position: relative;
    margin-left: 10%;
    width: 90%;
}




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

.floor1-2F {
    position: absolute;
    top: 38%;
    right: 18%;
    width: 30px;
    height: 30px;
    font-size: 2.5vw;
    padding-top: 1px;
    background-color: #085492;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    z-index: 1;
}

.balloonoya1-2F:hover .balloon1-2F {
    display: none;
}

.balloon1-2F {
    display: none;
}


.floor2-2F {
    position: absolute;
    top: 34%;
    left: 45%;
    width: 30px;
    height: 30px;
    font-size: 2.5vw;
    padding-top: 1px;
    background-color:#085492;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    z-index: 1;
}

.balloonoya2-2F:hover .balloon2-2F {
    display: none;
}

.balloon2-2F {
    display: none;
}

.floor3-2F {
    position: absolute;
    top: 42%;
    left: 16%;
    width: 30px;
    height: 30px;
    font-size: 2.5vw;
    padding-top: 1px;
    background-color: #085492;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    z-index: 1;
}

.balloonoya3-2F:hover .balloon3-2F {
    display: none;
}

.balloon3-2F {
    display: none;
}

.floor4-2F {
    position: absolute;
    bottom: 20%;
    left: 50%;
    width: 30px;
    height: 30px;
    font-size: 2.5vw;
    padding-top: 1px;
    background-color: #085492;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    z-index: 1;
}

.balloonoya4-2F:hover .balloon4-2F {
    display: none;
}

.balloon4-2F {
    display: none;
}

.floor5-2F {
    position: absolute;
    bottom: 29%;
    right: 10%;
    width: 30px;
    height: 30px;
    font-size: 2.5vw;
    padding-top: 1px;
    background-color: #085492;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    z-index: 1;
}

.balloonoya5-2F:hover .balloon5-2F {
    display: none;
}

.balloon5-2F {
    display: none;
}

.floor6-2F {
    position: absolute;
    top: 18%;
    right: 30%;
    width: 30px;
    height: 30px;
    font-size: 2.5vw;
    padding-top: 1px;
    background-color: #085492;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    z-index: 1;
}

.balloonoya6-2F:hover .balloon6-2F {
    display: none;
}

.balloon6-2F {
    display: none;
}

.floor7-2F {
    position: absolute;
    top: 28%;
    left: 19%;
    width: 30px;
    height: 30px;
    font-size: 2.5vw;
    padding-top: 1px;
    background-color: #085492;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    z-index: 1;
}

.balloonoya7-2F:hover .balloon7-2F {
    display: none;
}

.balloon7-2F {
    display: none;
}

.div-p2F p {
    width: 70%;
    margin-left: 25%;
    margin-top: 8%;
    text-align: center;
    font-size: 2vw;
    color: white;
    font-family: Shippori_Mincho;
}

.div-p2F p span {
    display: block;
}

.div-p2F img {
    width: 100%;
    vertical-align: bottom;
}








.explanation1 {
    width: 100%;
    height: 400px;
    color: white;
    background-color: salmon;
}

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

}

.explanation1 p {
    line-height: 2.4;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
}


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

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

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

.question-btn a {
    background: #5865d6;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #ffffff;
    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 0.5em 2em;
}

.wappa-ul li {
    font-size: 1.2vw;
    line-height: 1.5;
    padding: 0.5em 0;
}






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

.menu-area {
    display: flex;
}

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

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

}

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

.menu-col {
    width: 30%;
    margin-left: 5%;
}

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

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



address {
    font-size: 1.4vw;
    margin-top: 10%;
    line-height: 2;
    font-style: normal; /* 斜体をまっすぐにするやつ */
}

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

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

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

footer ul { 
   margin-top: 10%;
}

footer ul li {
    list-style-type: none;
    line-height: 2.8;
}

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