@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap");
* {
  line-height: 1;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, p {
  font-weight: normal;
  margin: 0;
}

a {
  color: #222;
  text-decoration: none;
}

* {
  font-family: 'Roboto', sans-serif;
}

img {
  max-width: 100%;
}

a img:hover {
  opacity: 0.8;
  transition: .3s;
}

.inner {
  margin: auto;
  max-width: 1200px;
  width: 90%;
}

section {
  text-align: center;
}

.header__bar.scroll {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  z-index: 100;
}

.header__home {
  display: block;
  padding: 20px 40px 10px;
}

.header__home.top {
  align-items: center;
  background: #fff;
  display: flex;
  height: 99px;
  justify-content: center;
  padding: 0;
  width: 328px;
}


@media screen and (max-width: 935px) {
  .header__bar.scroll > h1 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header__home.top {
    padding: 6px 8px;
    width: 215px;
    height: 51px;
    box-sizing: border-box;
  }
  .header__home.top img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 935px) {
  .menu {
    background: #0068b7;
    padding: 10px;
    position: fixed;
    top: 0;
    right: 0;
    margin: 20px;
    z-index: 110;
  }
}

@media screen and (max-width: 767px) {
  .menu {
    background: #0068b7;
    padding: 10px;
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
    z-index: 110;
  }
}

@media screen and (max-width: 935px) {
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 35px;
    height: 28px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 12px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(13px) rotate(-45deg);
    transform: translateY(13px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
  }
}

.flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-box.center {
  align-items: center;
}

.gnav {
  display: flex;
  padding: 0 10px;
}

@media screen and (max-width: 935px) {
  .gnav {
    display: none;
  }
  .gnav.active {
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 15vh 0 0;
    text-align: center;
    z-index: 100;
  }
}

@media screen and (max-width: 935px) {
  .gnav__list {
    margin: 0 0 10vh;
  }
}

.gnav__link {
  font-size: 20px;
  margin: 0 15px;
}

@media screen and (max-width: 935px) {
  .gnav__link {
    font-size: 20px;
  }
}

.gnav__link--bl {
  background: #0068b7;
  border-radius: 150px;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.05em;
  padding: 12px 22px;
}

@media screen and (max-width: 935px) {
  .gnav__link--bl {
    font-size: 20px;
  }
}

.map__iframe {
  margin: 175px 0 0;
}

.footinfo .flex-box {
  justify-content: center;
}

.footinfo .inner {
  padding: 75px 0;
}

.footinfo__address {
  font-size: 18px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 10px 0 0 50px;
  text-align: left;
}

@media screen and (max-width: 400px) {
  .footinfo__address {
    padding: 30px 0 0 0;
  }
}

.footinfo__address > p {
  margin: 0 0 10px;
}

.co__name {
  font-size: 20px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  margin: 0 0 15px;
}

.co__copy {
  border-top: 1px solid #aaa;
  font-size: 15px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 15px 0;
}

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.hero {
  align-items: center;
  background: green;
  color: #fff;
  display: flex;
  height: 490px;
  justify-content: center;
}

@media screen and (max-width: 935px) {
  .hero {
    margin-top: -99px;
    background: url(/img/hero_sp.jpg) !important;
    background-size: cover;
  }
}

.hero__text {
  text-align: center;
}

.hero__ttl {
  display: block;
  font-size: 45.5px;
  letter-spacing: 0.15em;
  margin: 0 0 12px;
}

.hero__ttl--sm {
  display: block;
  font-size: 18px;
  letter-spacing: 0.2em;
}



/* ページャー
---------------------------------------------------*/
#pagination {
  width: 100%;
}

#pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#pagination ul li {
  margin-left: 5px;
  margin-right: 5px;
}

#pagination ul li a {
  box-sizing: border-box;
  line-height: 100%;
  color: #beb7b4;
  display: inline-block;
  text-align: center;
  border: 1px solid #beb7b4;
  width: 32px;
  height: 32px;
  padding-top: 8px;
}

#pagination ul li.active a {
  background-color: #beb7b4;
  color: #fff;
}

@media screen and (max-width: 400px) {

}