@charset "utf-8";
/* CSS Document */
body {
  background-image: url(../../img/bg.png);
  color: #000000;
}
body p {
  text-align: center;
  font-size: 12pt;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
}
.inner {
  background-color: #FFFFFF;
  padding-top: 32.5px;
  padding-bottom: 42px;
}
h1 {
  background-color: #fff;
  text-align: center;
  height: 115px;
  margin-top: 15px;
}
.wrap {
  margin-left: 8%;
  margin-right: 8%;
}
.logo {
  background-color: #fff;
  width: 50%;
  height: 115px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.hero img {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  h1 {
    height: 135px;
  }
  .logo {
    height: 100%;
  }
  .hero img {
    width: 100%;
    height: calc(100vh - 35vh);
    object-fit: cover;
  }
}
/*nanigation*/
.gnav ul {
  background-color: #FFF55E;
  display: flex;
  align-items: center;
}
.gnav li {
  width: 25%;
  font-size: 13px;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 14px;
  border-top: solid 1px #2EAAFC;
  border-left: solid 1px #2EAAFC;
  border-bottom: solid 1px #2EAAFC;
}
li:nth-child(4) {
  border-right: solid 1px #2EAAFC;
}
.gnav a {
  display: block;
  color: #2EAAFC;
  font-family: timemachine-wa, sans-serif;
  font-weight: bold;
  font-style: normal;
}
.gnav li:hover {
  background-color: #FFF896;
}
.nav-fi {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .gnav li a {
    font-size: 20px;
    font-weight: bold;
  }
}
/*breadcrumbsパンくずnav*/
.breadcrumbs ul{
    display: flex;
    background-color: #FFF;
    margin-top:10px;
    font-size: 11px;
    font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
    padding-top: 5px;
    }
.bc-top a:hover{
    opacity: 0.5;
}
.breadcrumbs li::after{
     content: '\003e';
   padding-left: 0.5em;
    padding-right: 0.5em;
}
.breadcrumbs li:last-child:after {
  content: "";
}
@media screen and (min-width: 769px) {
    .breadcrumbs ul{
font-size: 14px;
    }
} /*共通領域ここまで*/
h2 {
  text-align: center;
  color: #2EAAFC;
  font-family: timemachine-wa, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  padding-bottom: 10px;
}
h2::after {
  content: url("../../img/h2wavy.svg");
  display: block;
  width: 300px;
  margin: 0 auto;
}
.cont {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  h2 {
    font-size: 28px;
  }
  .cont {
    margin-bottom: 200px;
  }
}
/*ofuro*/
.intro {
  margin-bottom: 20px;
}
h3 {
  color: #FCBE2E;
  font-family: timemachine-wa, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  padding-bottom: -10px;
}
h3::after {
  content: url(../../img/h3wavy.svg);
  display: block;
  width: 100px;
  margin: 0 auto;
}
.cont-o {
  margin-bottom: 50px;
}
.kinds img:not(:last-child) {
  width: 70%;
  height: auto;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
}
.piyo img {
  width: 70%;
}
.kinds p {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  text-align: justify;
  text-align-last: left;
}
@media screen and (min-width: 769px) {
  h3 {
    font-size: 24px;
  }
  .kinds {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cont p {
    font-size: 18px;
  }
  .f-box {
    width: 50%;
    padding: 25px;
  } 
}
.kouka {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.kouka-k {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
.kouka {
    width: 60%;
  }
    .kouka-k {
  margin-bottom: 50px;
}
}
/*pagetop*/
.pt {
  background-color: #2FAAFC;
  color: #F6EF27;
  width: 42px;
  height: 42px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 5px;
  line-height: 12px;
  float: right;
}
.pt:hover {
  opacity: 0.5;
}
.material-icons.arrow-style {
  font-size: 15px;
  display: block;
}
@media screen and (min-width: 769px) {
  .pt {
    width: 60px;
    height: 60px;
    font-size: 18px;
    line-height: 18px;
  }
  .inner {
    background-color: #FFFFFF;
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .material-icons.arrow-style {
    font-size: 22px;
    display: block;
  }
}
/*footer*/
footer {
  clear: both;
  background-color: #A4F1C3;
  color: #fff;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
}