@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;
  }
    body p{
        font-size: 18px;
    }
}
/*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;
    padding-top: 5px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    }
.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 li{
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: 50px;
  text-align: center;
}
.manner-b{
    margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  h2 {
    font-size: 28px;
  }
}

/*ofuro-manner*/
.main-cont{
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 100px;
}
.intro{
    margin-bottom: 60px;
}
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;
}
h4{
    color: #FCBE2E;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
    margin-bottom: 10px;
}
.cont-p{
    margin-bottom: 50px;
}
.cont-p p{
    padding-left: 4%;
}
.tsuitara-p a{
    display: inline-block;
  align-items: center;
  width: 6.5em;
  height: 1.7em;
  color: #2FAAFC;
  font-size: 18px;
    font-weight: bold;
  background-color: #F6EF27;
  border: solid 1px #2FAAFC;
  border-radius: 50vh;
    padding-left: 5px;
}
.tsuitara-p a::after{
    content: '';
  width: 10px;
  height: 10px;
  border-top: 3px solid #2FAAFC;
  border-right: 3px solid #2FAAFC;
  display: inline-block;
  transform: rotate(45deg);
    vertical-align: baseline;
}
.main-cont p{
    text-align: left;
    margin-bottom: 10px;
}
.matome{
    margin: 2em auto; 
 padding: 1em 1.5em;
 width: 90%; /*幅の調節*/
 background-color: #fff; /* 背景色 */
 border: 2px solid #FFFB93; /*線の太さ・色*/
 border-radius: 3em .8em 3em .7em/.9em 2em .8em 3em;
    margin-bottom: 200px;
}
.matome p{
    color: #2EAAFC;
  font-family: timemachine-wa, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  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-p{
        margin-bottom: 30px;
    }
    .tsuitara-p a{
    display: inline-block;
  align-items: center;
  width: 6.5em;
  height: 2em;
  color: #2FAAFC;
  font-weight: bold;
  background-color: #F6EF27;
  border: solid 1px #2FAAFC;
  border-radius: 50vh;
    padding-left: 5px;
}
.tsuitara-p a::after{
    content: '';
  width: 10px;
  height: 10px;
  border-top: 3px solid #2FAAFC;
  border-right: 3px solid #2FAAFC;
  display: inline-block;
  transform: rotate(45deg);
    vertical-align: baseline;
}
    h4{
        font-size: 20px;
    }
    .cont-p p{
        font-size: 18px;
    }
    
}
/*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;
}