@charset "UTF-8";
/* CSS Document */

.yu-mincho {
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

.fw-100 {
  font-weight: 100;
}
.fw-200 {
  font-weight: 200;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.fw-900 {
  font-weight: 900;
}

.bukken-top {
  display: grid;
  grid-template-columns: 600px 350px;
  gap: 10px;
}

.b__name__box {
  display: grid;
  grid-template-columns: 4fr 2fr;
  font-size: 3.5rem;
  text-align: center;
  font-weight: 700;
  color: #080404;
  border-bottom: 1px solid #080404;
  margin-bottom: 1rem;
}

.b__txt__color {
  color: #080404;
}

.b__txt__red {
  color: #cd121c;
}

.b__access {
  font-size: 6rem;
  font-style: italic;
  color: #cd121c;
  line-height: 1;
  padding-top: 1rem;
}

.fs__2rem {
  font-size: 2rem;
}
.fs__1-4rem {
  font-size: 1.4rem;
}
.fs__1-8rem {
  font-size: 1.8rem;
}
.fs__2-5rem {
  font-size: 2.5rem;
}
.fs__3rem {
  font-size: 3rem;
}
.b__border__r {
  border-right: 1px solid #080404;
}

#header li:nth-child(3) a {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
  color: #008842;
  display: inline-block;
  pointer-events: none;
}
#header li:nth-child(3) a:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

#mainimage {
  padding-top: 58px;
}
#mainimage .inner {
  background-color: #1f932f;
  padding-bottom: 70px;
  color: #fff;
}
#mainimage .images {
  margin-left: 10%;
  background-image: url(img/mainimage.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: relative;
  top: -58px;
}
#mainimage .images:before {
  content: '';
  display: block;
  padding-top: 33.8%;
}

#mainimage h1 {
  font-size: 2rem;
  text-align: left;
  padding-left: 6%;
  margin-top: -50px;
}
#mainimage h1 span {
  font-weight: 900;
  font-size: 6rem;
  line-height: 1.2;
}

.pc-ml-15 {
  margin-left: 20px;
  padding-left: 10px;
}
.-pc-ml-15 {
  margin-left: -15px;
}

.txt__02 {
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  -webkit-transform: rotate(0.028deg);
  -moz-transform: rotate(0.028deg);
  -ms-transform: rotate(0.028deg);
  -o-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  font-weight: bold;
  font-size: 1.6rem;
}

.img__grid__3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-top: 10px;
}

.main__txt {
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  -webkit-transform: rotate(0.028deg);
  -moz-transform: rotate(0.028deg);
  -ms-transform: rotate(0.028deg);
  -o-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  font-weight: bold;
  font-size: 1.3rem;
  margin-left: 16px;
}
@media only screen and (max-width: 767px) {
  .main__txt {
    font-size: 1.3rem;
    margin-left: 0;
    text-align: center;
  }
  .lh-14 {
    line-height: 1.2;
    padding-bottom: 5px;
  }
  .pc-ml-15 {
    margin-left: 0;
    padding-left: 0;
  }
  .-pc-ml-15 {
    margin-left: 0;
  }
  .txt__02 {
    font-size: 1.4rem;
    padding-bottom: 20px;
  }
  #mainimage {
    padding-top: 54px;
  }
  #mainimage .inner {
    padding-bottom: 20px;
  }
  #mainimage .images {
    margin-left: 0;
    height: 150px;
    position: relative;
    top: auto;
  }
  #mainimage .images:before {
    content: '';
    display: none;
    padding-top: 0;
  }

  #mainimage h1 {
    font-size: 1.6rem;
    padding-left: 15px;
    margin-top: 20px;
  }
  #mainimage h1 span {
    font-size: 2.4rem;
    line-height: 1.2;
  }

  .bukken-top {
    display: grid;
    grid-template-columns: auto;
    gap: 10px;
  }

  .b__name__box {
    display: grid;
    grid-template-columns: 4fr 2fr;
    font-size: 2rem;
    text-align: center;
    font-weight: 700;
    color: #080404;
    border-bottom: 1px solid #080404;
    margin-bottom: 1rem;
  }

  .order__01 {
    order: 0;
  }
  .order__02 {
    order: 1;
  }

  .b__txt__color {
    color: #080404;
  }

  .b__txt__red {
    color: #cd121c;
  }

  .b__access {
    font-size: 4rem;
    font-style: italic;
    color: #cd121c;
    line-height: 1;
    padding-top: 1rem;
  }

  .sp__fs__1-7rem {
    font-size: 1.7rem;
  }
  .sp__fs__1-8rem {
    font-size: 1.8rem;
  }
  .sp__fs__2-5rem {
    font-size: 2.5rem;
  }
  .sp__fs__2rem {
    font-size: 2rem;
  }
  .sp__fs__3rem {
    font-size: 3rem;
  }
  .b__border__r {
    border-right: 1px solid #080404;
  }

  .img__grid__3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
