@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;
      margin-top: 10px;
}
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
  }
   .inner 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 a{
    font-size: 20px;
      font-weight: bold;
  }
}
h2 {
  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: 100px;
  }
  body p {
    font-size: 24px;
  }
}
/*八の湯のご紹介*/
/*syoukai-btn*/
.syoukai {
  display: inline-block;
  align-items: center;
  margin: auto;
  width: 8em;
  height: 2em;
  color: #2FAAFC;
  font-size: 18px;
    font-weight: bold;
  background-color: #F6EF27;
  border: solid 1px #2FAAFC;
  border-radius: 50vh;
}
.syoukai a {
  display: block;
  margin: auto;
  padding-top: 3px;
}
.syoukai 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;
}
.syoukai a:hover {
  text-decoration: none;
  border-radius: 50vh;
}
@media screen and (min-width: 769px) {
  .syoukai {
    font-size: 18px;
  }
  .syoukai a {
      display: block;
    padding-top: 4px;
  }
  .syoukai a::after {
    content: '';
    width: 15px;
    height: 15px;
    border-top: 3px solid #2FAAFC;
    border-right: 3px solid #2FAAFC;
    display: inline-block;
    transform: rotate(45deg);
    vertical-align: baseline;
  }
}
/*ryoukin ご利用料金*/
#ryoukin{
     padding-top: 150px;
    margin-top:-150px;
}
table {
  width: 90%;
  font-size: 14px;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
    font-family: fot-tsukuardgothic-std, sans-serif;
}
table th {
  border: solid 1px #707070;
  width: 60%;
  background-color: #A4F1C3;
  text-align: center;
  padding: 10px 0;
}
table td {
  border: solid 1px #707070;
  width: 40%;
  text-align: center;
  background-color: #fff;
  padding-top: 15px;
  font-size: 20px
}
th span {
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  table {
    width: 70%;
    font-size: 22px;
  }
    th span {
  font-size: 14px;
}
    table td {
        font-size: 24px;
    }
    }

/*お知らせ*/
.blog dl{
    margin-left: auto;
    margin-right: auto;
    font-family: fot-tsukuardgothic-std, sans-serif;
    display: flex;
    flex-wrap: wrap;
    width: 300px;
}
.blog dt{
    width:30%;
        font-weight: normal;
}
.blog dd{
    width:70%
}
.blog a:hover {
  color: #2FAAFC;
}
/*お問い合わせ*/
.tel {
  padding-bottom: 88px
}
.tel a::before{
  content: '\e0cd';
  font-family: 'Material Icons';
    color: #36ADF5;
    font-size: 24px;
    vertical-align: bottom;
}
@media screen and (min-width: 769px) {
  .tel a {
    font-size: 24px;
  }
}

/*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;
}