@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

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


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


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

/* ハンバーガーメニューボタン */
.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%;
  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.6vw;
  color: white;
}

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



/* メインビジュアル */

.hd {
  background-image: url(../../../images/top-img/top45.jpg);
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 25%;
  height: 40vw;
}

.h2-box {
  position: relative;
  margin-top: -10%;
  text-align: center;
  font-family: Grandstander;
  z-index: 0;
}

.h2-box h2 {
  font-size: 5.5vw;
  color: #FDFB00;
}

.h2-box p {
  font-size: 1.6vw;
  color: #ffffff;
}

svg {
  margin-top: -25%;
  color: #54ABB2;
  z-index: -10;
}



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

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


/* main */
main h2 {
  width: 75%;
  margin-top: 3%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3%;
  font-size: 3vw;
  color: #fff;
}

main h2 img {
  width: 100%;
  vertical-align: bottom;
  border-radius: 2vw;
  box-shadow: 0 10px 10px 0 rgb(0, 0, 0);
}

section h2 {
  width: 87%;
  margin-top: 5% auto;
}


.picture-flexbox {
  display: flex;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3%;
  gap: 1%;
}

.picture-box {
  width: 20%;
  height: 20vw;
  margin: 0 auto;
  padding: 1%;
  border-radius: 2vw;
  filter: drop-shadow(0 10px 10px rgb(0, 0, 0));
  background-color: #54ABB2;
}

.picture-box img {
  width: 100%;
  vertical-align: bottom;
  border-radius: 1vw;
}

.picture-box h3 {
  text-align: center;
  font-size: 2vw;
  color: #fff;
}


.picture-box p {
  display: none;
  width: 95%;
  margin: 0 auto;
  font-size: 1vw;
  color: #fff;
}


/* ページボタン */
.button-flexbox {
  display: flex;
  justify-content: center;
  width: 65vw;
  gap: 3%;
  margin: 7% auto 7% auto;
}

.button-flexbox a {
  text-decoration: none;
  display: inline-block;
  line-height: 2.5;
}

.button-flexbox>div:nth-child(1) {
  width: 6vw;
  height: 6vw;
  border-radius: 50%;
  line-height: 2.5;
  text-align: center;
  font-size: 2.5vw;
  color: #fff;
  background-color: #05428b;
}

.button-flexbox a div {
  width: 6vw;
  height: 6vw;
  border-radius: 50%;
  text-align: center;
  font-size: 2.5vw;
  color: #2196f3;
  background-color: #fff;
}

.dot {
  vertical-align: top;
  width: 6%;
  color: #fff;
  font-size: 4vw;
}


/*フッター*/
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;
}