@charset "UTF-8";
img {
  max-width: 100%;
  height: auto;
}

body {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #303030;
}

li, dl {
  font-size: 1.6rem;
  line-height: 1.8em;
}

p {
  line-height: 1.8em;
  padding-bottom: 14px;
  font-size: 1.6rem;
  color: #303030;
}
@media screen and (max-width: 750px) {
  p {
    font-size: 1.5rem;
  }
}

a {
  color: #303030;
}

header {
  position: fixed;
  z-index: 10;
  width: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px;
}
header h1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  gap: 10px;
}
@media screen and (max-width: 750px) {
  header h1 a img {
    width: 35%;
  }
}
@media screen and (min-width: 751px) {
  header h1 a img {
    width: 250px;
  }
}
header h1 a span {
  display: block;
}

h4.aka {
  text-align: center;
  font-size: 22px;
  position: relative;
  margin-bottom: 50px;
  margin-top: 30px;
}
h4.aka:after {
  position: absolute;
  background-color: #AE0704;
  content: "";
  bottom: -20px;
  width: 30px;
  display: block;
  height: 5px;
  border-radius: 4px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.linkbtn {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 751px) {
  .linkbtn {
    margin: 0 auto;
    width: 600px;
  }
}
.linkbtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 10px;
  color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: -1px 1px 3px #ccc;
          box-shadow: -1px 1px 3px #ccc;
  font-size: 24px;
  background-color: #1FAE04;
}
@media screen and (max-width: 750px) {
  .linkbtn a {
    font-size: 20px;
  }
}

section {
  padding: 40px 0;
}
@media screen and (min-width: 751px) {
  section {
    padding: 80px 0;
  }
}

section.back-gray {
  background-color: #F5F5F5;
}

.back-darkgray {
  background-color: #303030;
}
.back-darkgray h2, .back-darkgray p {
  color: #fff;
}
.back-darkgray img {
  width: 70px;
}
.back-darkgray ul {
  margin-top: 20px;
  border-top: 1px solid #fff;
  padding-top: 20px;
}
.back-darkgray li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.title-red {
  background-color: #AE0704;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  padding: 10px 4px;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.title-red span {
  display: block;
}

.title-white {
  background-color: #fff;
  text-align: center;
  font-size: 1.8rem;
  color: #AE0704;
  padding: 10px 4px;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.title-white span {
  display: block;
}

.title-darkgray {
  background-color: #303030;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  padding: 10px 4px;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.title-darkgray span {
  display: block;
}

.strong5 li {
  padding-bottom: 0.5rem;
}
.strong5 li::before {
  content: "● ";
  color: #AE0704;
}

h2 {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

/*TOP*/
#contactbtn {
  position: fixed;
  z-index: 9;
  right: 0;
  bottom: 10px;
}
#contactbtn img {
  width: 60px;
}

@media screen and (min-width: 751px) {
  .fv-wrap {
    height: 100vh;
  }
}

.fv {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.fv .fv-back {
  position: absolute;
  z-index: 1;
  top: 65px;
  width: 100%;
}
.fv .fv-front {
  position: absolute;
  z-index: 2;
  top: 70%;
  left: 0;
  display: block;
  right: 0;
  width: 100%;
}
.fv .fv-front img {
  width: 100%;
}

.lead {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
}

.back-white {
  background-color: #fff;
  padding: 80px 0;
}
@media screen and (max-width: 750px) {
  .back-white.sp-b-w {
    padding-bottom: 0;
  }
}

.back-img1 {
  background-image: url(../img/back4.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.back-img1 p {
  color: #fff;
}

.small {
  font-size: 1.3rem;
}

.image2 {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.image2 img {
  width: 50%;
  -webkit-box-shadow: -1px 1px 3px #ccc;
          box-shadow: -1px 1px 3px #ccc;
}

h4.comment {
  font-size: 1.8rem;
  font-weight: bold;
  color: #AE0704;
  padding: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #AE0704;
}

.nayami dt {
  background-color: #303030;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 20px;
  padding: 8px 10px;
  border-radius: 6px;
}
.nayami dt img {
  width: 19px;
  margin-right: 10px;
  vertical-align: -5px;
}

.back2 {
  background-image: url(../img/back2.png);
  background-size: contain;
  background-position: center 50px;
  background-repeat: no-repeat;
}

.back1 {
  background-image: url(../img/back1.png);
  background-size: 50%;
  background-position: right 50px;
  background-repeat: no-repeat;
}

.price {
  background-image: url(../img/back3.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.price .pricediv {
  color: #fff;
}
.price p {
  color: #fff;
}
.price .w_waku {
  margin-top: 20px;
  border: 2px solid #fff;
  padding: 10px;
}
.price .w_waku p {
  font-size: 1.8rem;
  padding-bottom: 0;
}
.price .dot {
  border: 2px dotted #fff;
  padding: 10px 4px;
}
.price .caution {
  margin-top: 20px;
  font-size: 1.3rem;
}

/* 
hamburger(ハンバーガーアイコン)
=================================== */
.hamburger {
  position: fixed;
  right: 16px;
  top: 16px;
  width: 50px;
  height: 35px;
  cursor: pointer;
  z-index: 2000;
}

.hamburger__line {
  background-color: #303030;
  position: absolute;
  width: 50px;
  height: 2px;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.hamburger__line--1 {
  top: 1px;
}

/*.hamburger__line--2 {
  top: 12px;
}*/
.hamburger__line--3 {
  top: 12px;
}

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 12px;
}

.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 12px;
}

/* 
sp-nav(ナビ)
=================================== */
.sp-nav {
  padding: 120px 30px 0;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .sp-nav {
    padding: 80px 20px 0;
  }
}
.sp-nav ul.sp-nav-inner li a {
  display: block;
  padding: 13px 30px;
  font-size: 1.5em;
  font-weight: 900;
}
.sp-nav ul.sp-nav-inner li a span {
  font-weight: normal;
  display: inline-block;
  padding-left: 20px;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .sp-nav ul.sp-nav-inner li a {
    padding: 10px;
    line-height: 1.2em;
  }
  .sp-nav ul.sp-nav-inner li a span {
    display: block;
  }
}

.sp-nav {
  position: fixed;
  right: -100%; /*ハンバーガーがクリックされる前はWindow右側に隠す*/
  top: 0;
  width: 50%; /* 出てくるスライドメニューの幅 */
  height: 100vh;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 200;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}
@media screen and (min-width: 751px) {
  .sp-nav {
    width: 40%;
  }
}

/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
  right: 0;
}

/* 
black-bg(ハンバーガーメニュー解除用bg)
=================================== */
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}

/*ハンバーガーメニューが開いたら表示*/
.open .black-bg {
  opacity: 0.3;
  visibility: visible;
}

/*ふわっと*/
/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_left.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_right.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

footer {
  padding-top: 50px;
  text-align: center;
  color: #fff;
}
footer a {
  color: #fff;
}
footer .footinfo .name {
  font-size: 18px;
  margin-bottom: 20px;
}
footer nav {
  padding-bottom: 120px;
  padding-top: 20px;
  border-top: 1px solid #fff;
  margin-top: 40px;
}
footer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer nav ul li a img {
  width: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 750px) {
  footer nav ul li {
    width: 100%;
  }
  footer nav ul li a {
    padding: 10px;
    border-bottom: 1px solid #fff;
    display: block;
  }
}
footer .copy {
  background-color: #fff;
}
footer .copy img {
  width: 80px;
}