@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: Shippori_Mincho;
    src: url(../../font/Shippori_Mincho/ShipporiMincho-Regular.ttf);
}


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

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}



body {
  font-family: M_PLUS_1p;
}

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

}

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

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

header h1 {
  width: 9%;
}

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

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

nav ul {
  display: flex;
}

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

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

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

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

nav ul li a:hover {
    color: #FDFB00;
}


li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

.fa-circle-dot {
    margin-right: 1%;
    color: #ffef6c;
}
.fa-circle-exclamation {
    color: #ffef6c;
}


/* めいんびじゅ */

.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: 30vw;
}
  
.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: 2.5vw;
    color: #ffffff;
}
  
svg {
    margin-top: -40%;
    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: 3vw;
    margin-bottom: 3%;
    color: #fff;
}
.explanation p {
    line-height: 1.5;
    letter-spacing: 0.05rem;
    font-size: 2vw;
    color: #fff;
}

.explanation p span {
    display: block;
}



/* あくせす ちず*/
.googlemap {
    display: block;
    width: 70%;
    height: 30vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
    margin-bottom: 5%;
}

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

.access_logo {
    width: 35%;
    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: 2vw;
    font-weight: 700;
    margin-right: .2em;
}

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

.papan a:hover i {
    transform: translateY(.8vw);
    transition: 2s;
}


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

.sticky_side {
    position: sticky;
    height: 100vh;
    top: 50%;
    left: 0;
    width: 30%;
    padding: 0% 0% 0%;
    /* background-color: wheat; */
}

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

.sticky_side h3 {
    margin-top: -30%;
    font-size: 5.2vw;
    letter-spacing: 0.15rem;
    color: #ffef6c;
}

.sticky_side p:nth-of-type(1) {
    font-size: 1.5vw;
    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: 200vw;
    width: 70%;
    padding: 0% 5%;

    margin-left: auto;
    border-left: 4px dotted #ffffff7c;
}

.sticky_main h3 {
    width: 50%;
    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: 70%;
    padding: 5%;
    text-align: center;
    margin-left: 10%;
    line-height: 2;
    font-size: 1.6vw;
    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-color: #003b46;
    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 {
    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 {
    line-height: 2.8;
}

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