@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: 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 {
    width: 100%;
    position: absolute;
    font-family: M_PLUS_1p;
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

main {
    background: linear-gradient(#4db7be, #003b46);
}

/*ヘッダー*/


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);
}

  
/*へっだー*/
.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: 80vw;
}

.h2-box {
    position: relative;
    margin-top: -15%;
    text-align: center;
    font-family: Grandstander;
    z-index: 0;
}
  
.h2-box h2 {
    font-size: 8vw;
    color: #FDFB00;
}
.h2-box p {
    font-size: 4vw;
    color: #ffffff;
}
  
svg {
    margin-top: -40%;
    color: #54ABB2;
    z-index: -10;
}

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

.pan {
    font-weight: 600;
}

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




.smart-floor {
    font-size: 10vw;
    margin-top: 20%;
    text-align: center;
    font-weight: 600;
    color: rgb(218, 218, 3);
    font-family: Kiwi_Maru;


}



/*一階部分*/

.Stickey1 {
    display: none;
}


.floor-1Fbtn {
    position: relative;

}

.floor-1Fbtn img {
    position: relative;
    width: 100%;
}
.div-p1F p {
    width: 80%;
    margin-top: 10%;
    margin-bottom: 5%;
    text-align: center;
    font-size: 3vw;
    color: white;
    font-family: Shippori_Mincho;
}

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

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


.Stickey2 {
    display: none;
}


.div-p2F p {
    width: 80%;
    margin-left: 15%;
    margin-top: 8%;
    text-align: center;
    font-size: 3vw;
    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-color: #003b46;
    background-size: cover;
    color: #fff;
    font-size: 1.2vw;
}


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

.info-images h2 {
    font-family: Shippori_Mincho;
    font-size: 4vw;
    margin-top: 30%;
    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;
}
