@charset "utf-8";
/* CSS Document */
body {
  background-image: url(../../img/bg.png);
  color: #000000;
}
body p {
  text-align: center;
  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 {
    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;
  }
}
/*共通領域ここまで*/
/*main-cont*/
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: 100px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  h2 {
    font-size: 28px;
  }
  .cont {
    margin-bottom: 100px;
  }
}
h3 {
  text-align: center;
  color: #FCBE2E;
  text-shadow: 2px 2px 3px #F6EF27;
  font-family: timemachine-wa, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  margin-bottom: 15px;
}
h3::after {
  content: url(../../img/h3wavy.svg);
  display: block;
  width: 140px;
  margin: 0 auto;
}
/*contents*/
.cont-p {
  margin-bottom: 20px;
}
.cont-p p {
  text-align: center;
}
@media screen and (min-width: 769px) {
  h2, h3, h4, .main-cont p, .matome p {
    text-align: center;
  }
  h3 {
    font-size: 24px;
  }
  .cont {
    margin-bottom: 100px;
      font-size: 18px;
  }
}
/*map*/
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  filter: sepia(25%);
}
@media screen and (min-width: 769px) {
  .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 40%;
    position: relative;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    border: solid 3px #FDF49C;
  }
  .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    filter: sepia(25%);
  }
}
/*電話番号*/
.tel {
  margin-bottom: 200px;
}
.tel a::before {
  content: '\e0cd';
  font-family: 'Material Icons';
  color: #36ADF5;
  font-size: 24px;
  vertical-align: bottom;
}
/*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;
}