@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap");

body {
  font-family: "Noto Sans JP", sans-serif;
  /* 追加 */
  font-weight: bold;
  color: #666;
  background-image: url(../img/bgwhole.jpg);
  background-size: cover;
  background-attachment: fixed;
}

/* Back to top button
---------------------------------- */
.pd00 {
  padding: 0 !important;
}
.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.merit h1,
.merit h2,
.merit h3 {
  text-align: center;
}
.merit ul {
  border: solid 3px #333;
  padding: 20px;
  font-size: 22px;
  margin: 20px auto;
}

.merit li {
  border-bottom: solid 1px #ddd;
}

.merit ul li:before {
  content: "✓";
  color: #69b82e;
  font-weight: bold;
  margin-right: 20px;
  font-size: 25px;
}
#body {
  max-width: 750px;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}
.container {
  max-width: 750px;
  padding: 0 !important;
}
.container-fluid {
  padding: 0 !important;
}
#back-top {
  position: fixed;
  z-index: 1000;
  bottom: 40px;
  right: 50px;
}
#back-top a {
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  font: 11px/100% Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  background: #666;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#back-top a:hover {
  background: #69b82e;
}
/* arrow icon (span tag) */
#back-top i {
  margin-top: 15px;
  font-size: 28px;
}

.fixbutton {
  display: none;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .fixbutton {
    position: fixed; /* 追従 */
    z-index: 99999; /* 他の要素の下に隠れないように */
    display: inline-block; /* 消していたスマホ用のバナーを表示させる */
    width: 100vw; /* スマホの画面幅いっぱいにバナーを表示 */
    top: unset; /* PCで指定していた上下の位置指定をクリア */
    right: 0; /* 左右の隙間が空かないように */
    bottom: 0; /* 画面の最下部にぴったりくっつくように指定 */
    padding: 5px;
    background: rgb(105, 184, 46);
  }

  #back-top {
    position: fixed;
    bottom: 120px;
    right: 10px;
  }
  #back-top a {
    width: 40px;
    height: 40px;
  }
  #back-top i {
    margin-top: 7px;
    font-size: 20px;
  }
}

header {
}

.video .fvbtn {
  margin-top: -60px;
  padding: 30px 30px 25px 30px;
  border-radius: 100px;
  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    0 0,
    100% 100%,
    color-stop(0.25, #eee),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, #eee),
    color-stop(0.75, #eee),
    color-stop(0.75, transparent),
    to(transparent)
  );
  -webkit-background-size: 7px 7px;
}

.smallmidashi {
  font-size: 30px;
}

.rightfv h1 {
  margin-top: 140px;
  margin-left: auto;
  margin-right: 0px;
  text-align: right;
}

.greenfont {
  color: #ff007f;
}

.bigmidashi {
  font-size: 40px;
}

.greenbg {
  background-color: #69b82e;
  color: #fff;
  width: 50%;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
}

ul {
  list-style: none;
}
.check li {
  padding-left: 30px;
  line-height: 1.6em;
  background: url(../img/check.png) left 0px top 4px no-repeat;
  background-size: 20px auto;
  font-size: 17px;
}
.border {
  border-bottom: solid 1px #555;
  padding: 20px;
  margin-bottom: 50px;
}
.nayami3 li,
.nayami3 h1,
.nayami3 h2,
.nayami3 h3 {
  text-align: center;
}

.nayami3 li {
  font-size: 20px;
  border-bottom: solid 1px #111;
  line-height: 60px;
}
.nayami2 {
  background: linear-gradient(#aaa, #fff);
  margin-top: -10px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.side-effects {
  font-size: 20px;
  border: solid 3px #ccc;
  padding: 30px 50px;
  width: 70%;
  margin: 20px auto;
}

.side-effects p {
  color: #ed1e79;
}

.nayami {
  padding: 50px;
  background-image: url(../img/nayamibg3.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.nayami ul {
  margin-left: 70px;
}

.nayami li {
  font-size: 25px;
  margin: 7px;
  padding-left: 40px;
  line-height: 1.6em;
  background: url(../img/nayamili.png) left 0px top 4px no-repeat;
  background-size: 30px auto;
  font-weight: bold;
}

.video {
  background-image: url(../img/videobg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 70px;
}

.nav li {
  margin-top: 20px;
  font-size: 17px;
}
.Kaiketsu {
  box-shadow: 25px 0 25px 0 rgba(0, 0, 0, 0.2);
}

.Kaiketsu p {
  background-color: #69b82e;
  color: #fff;
  font-size: 25px;
  padding: 10px;
}

.balloon1-top h1 {
}

.but {
  text-align: center;
  padding: 10px;
  border: solid 6px #000;
  width: 50%;
  margin: 0 auto;
  margin-top: 30px;
  color: #ed1e79;
}
.balloon1-top {
  position: relative;
  width: 80%;
  display: block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #000;
  font-size: 30px;
  background: #f5e942;
  margin: 0 auto;
  margin-top: 15px;
  text-align: center;
  border-radius: 20px;
  box-shadow: 25px 0 25px 0 rgb(0 0 0 / 20%);
}

.balloon1-top:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #f5e942;
}

.balloon1-top p {
  margin: 0;
  padding: 0;
}

.Kaiketsu img {
  padding: 25px;
}

.greenbgKK {
  background-color: #69b82e;
  opacity: 0.8;
}

.greenbgKK p {
  font-size: 18px;
  font-weight: bold;
  opacity: 1;
  color: #000;
}

.fivereason {
  background-image: url(../img/videobg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.fivereason p {
  padding: 10px 0 10px 0;
}

.fivereason span {
  font-size: 40px;
}

.greenbgKK h2 {
  color: #fff;
  font-size: 40px;
}
.borderarea h2 {
  background-color: #69b82e;
  color: #fff;
  text-align: center;
  margin: 0;
  width: 100%;
  padding: 10px;
  font-size: 25px;
}

.borderarea {
}

.borderarea p {
  background-color: #69b82e;
  color: #fff;
  text-align: center;
  width: 50%;
  font-size: 18px;
  border-radius: 20px;
  display: block;
  margin: 15px auto;
  padding: 3px;
}

.kouka .container {
  margin-top: 50px;
  background-color: #fff;
}

.kouka {
  background-color: #fff;
  box-shadow: 25px 0 25px 0 rgba(0, 0, 0, 0.2);
  padding: 50px 0 70px 0;
}

p.caption {
  background-color: rgba(255, 255, 255, 0.5);
  border: solid 1px #69b82e;
  color: #666;
  font-size: 15px;
  border-radius: 7px;
  padding: 25px;
  text-align: left;
}

.refund {
  box-shadow: 25px 0 25px 0 rgba(0, 0, 0, 0.2);
  padding-bottom: 30px;
  margin-bottom: 20px;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.refund h1 {
  font-size: 100px;
  color: #fff;
  background-color: #69b82e;
  text-align: center;
  padding-bottom: 50px;
  margin: 0;
}

.refund .container {
  margin: 0 auto;
}

.refund h2 {
  font-size: 20px;
  text-align: center;
  color: #69b82e;
}

.shikumi h3 {
  text-align: center;
  color: #69b82e;
}

.shikumi p {
  font-size: 18px;
  padding: 30px;
  border: solid 3px #69b82e;
  border-radius: 20px;
}

.shikumi {
  width: 80%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 70px;
}

.howtoin {
  width: 1000px;
  margin: 0 auto;
}

.howtoin h2 {
  color: #69b82e;
  text-align: center;
  font-size: 25px;
}

.howtoin h3 {
  color: #69b82e;
  border-bottom: solid 2px #69b82e;
  text-align: center;
  font-size: 20px;
}

.howtoin p {
  font-size: 18px;
}

.howto {
  background-image: url(../img/white.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 450px;
  padding: 30px;
  box-shadow: 25px 0 25px 0 rgba(0, 0, 0, 0.2);
}

.hosho h3 {
  color: #69b82e;
  font-size: 25px;
  text-align: center;
}

.hosho h1 {
  background-color: #69b82e;
  color: #fff;
  padding: 10px 0 40px 0;
  font-size: 50px;
  text-align: center;
}

#hikaku {
  background-image: url(../img/hikakubg.jpg);
  padding: 40px 0 80px 0;
  box-shadow: 25px 0 25px 0 rgba(0, 0, 0, 0.5);
  margin: 30px 0 0 0;
}

#hikaku h2 {
  color: #69b82e;
}

#hikaku table {
  width: 90%;
  font-size: 20px;
  text-align: center;
  margin: 0 auto;
}

#hikaku th {
  text-align: center;
  border: solid 1px #666;
  background-color: #69b82e;
  color: #fff;
  padding: 10px;
}

#hikaku td {
  border: solid 1px #666;
  background-color: #fff;
  padding: 10px;
}

#hurryup {
  background-color: rgba(300, 300, 300, 0.7);
  background-repeat: no-repeat;
  background-size: 100%;
}

#hurryup ul {
  width: 400px;
  display: block;
  margin: 0 auto;
}

#hurryup li {
  font-size: 20px;
  margin: 7px;
  padding-left: 30px;
  line-height: 1.6em;
  background: url(../img/check.png) left 0px top 6px no-repeat;
  background-size: 23px auto;
}

#hurryup .graybg {
  text-align: center;
  background-color: #aaa;
  padding: 30px;
  margin: 0;
  font-size: 40px;
  color: #fff;
}

#hurryup .greenbd {
  text-align: center;
  border: solid 3px #69b82e;
  padding: 40px;
  margin: 0;
  color: #69b82e;
}

#question {
  background-image: url(../img/QandAbg.jpg);
  margin: 0;
  padding: 30px 0 50px 0;
  z-index: 9999;
}

#question .question h2 {
  background-color: #69b82e;
  color: #fff;
  text-align: center;
  padding: 15px;
  font-size: 22px;
  margin-bottom: 0;
}

#question .question span {
  font-size: 30px;
}

#question .question p {
  background-color: #fff;
  padding: 10px 30px 10px 30px;
  font-size: 15px;
  margin-top: 0;
}

#question .question img {
  margin-top: 30px;
}

#voice {
  background-image: url(../img/videobg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.section-title h2 {
  margin: 40px 0 40px 0;
}

.section-title h2 {
  position: relative;
  padding: 1.5rem;
  text-align: center;
}

.section-title h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: "";
  border-radius: 3px;
  background: #69b82e;
}

.methodmidashi {
  text-align: center;
  color: #69b82e;
  font-weight: bold;
  margin-top: 70px;
  font-size: 40px;
}

#laser {
}
#supplement {
}
#adenosine {
}

.aisatsu {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 30px;
  box-shadow: 25px 0 25px 0 rgba(0, 0, 0, 0.1);
}

#aisatsu {
  padding-top: 100px;
  z-index: 1;
}

#map {
  padding-top: 30px;
  display: block;
}

#footer {
  background-color: #e8f1e0;
  padding-top: 200px;
  margin-top: -180px;
  padding-bottom: 50px;
  background-image: url(../img/footerbg2.jpg);
  background-repeat: no-repeat;
  background-size: auto 100%;
}

#footer img {
  padding-bottom: 50px;
}

.yoyaku {
  background-color: #69b82e;
  padding: 5px 20px 5px 20px;
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
  display: block;
  text-align: center;
}

.phnumber {
  font-size: 30px;
  padding: 10px 0 10px 0;
  color: #69b82e;
}

#footer th {
  background-color: #69b82e;
  padding: 5px;
  color: #fff;
}
#footer td {
  padding: 5px;
  color: #69b82e;
}
#footer tr {
  border-bottom: solid 1px #69b82e;
}

#footer table {
  width: 100%;
  margin-bottom: 20px;
}

.contentsft p {
  color: #69b82e;
  border-bottom: solid 1px #69b82e;
  font-size: 20px;
  font-weight: bold;
}

.contentsft li {
  font-size: 16px;
  margin: 15px;
  color: #666;
}

.contentsft a {
  color: #666;
}

.fukidashi {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  background: #e8f1e0;
  border: solid 1px #69b82e;
}

.fukidashi:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #69b82e;
}

.fukidashi p {
  padding: 20px;
}

.voice img {
  width: 90%;
  margin: 40px 0 0 30px;
}

.firstview {
  margin: 50px 10px;
}

ul.check {
  padding: 0;
}

#hurryup li {
  border-bottom: solid 5px #69b82e;
  text-align: center;
  font-size: 25px;
}

#hurryup ul {
  padding: 0;
}

#hurryup h2 {
  margin-top: 50px;
}

.leftfv img {
  width: 90%;
  margin-left: -20px;
  margin-top: 0px;
}

.rightfv img {
  width: 100%;
  margin-left: 100px;
  padding-bottom: 60px;
}

@media screen and (min-width: 900px) {
  .forsp {
    display: none;
  }
  .forsp2 {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .leftfv img {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }

  .rightfv img {
    width: 100%;
    margin: 0 auto;
    margin: 300px 0 0 0;
    padding-bottom: 10px;
  }

  .firstview {
    margin: 20px 0;
  }

  .page-scroll img {
    width: 60% !important;
  }

  .firstview h1 {
  }

  .light-bg {
    background-image: url(../img/nayamibg4.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
  }

  #footer img {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 0;
  }

  #footer table {
    margin-top: 50px;
  }

  p.greenbg {
    width: 100%;
  }
  header {
  }

  p.caption {
    width: 100%;
  }

  h1.bigmidashi {
    font-size: 35px;
  }

  .nayami {
    padding: 0;
  }
  .nayami ul {
    margin-left: 0;
    padding: 0;
  }
  .check li {
    font-size: 21px;
  }

  .Kaiketsu img {
    width: 100% !important;
  }

  .fivereason {
    display: none;
  }

  .video img {
    display: none;
  }

  .forsp2 {
    margin-top: 10px;
    border-radius: 10px;
    background-color: #fff;
    padding: 20px;
    background-image: -webkit-gradient(
      linear,
      0 0,
      100% 100%,
      color-stop(0.25, #eee),
      color-stop(0.25, transparent),
      color-stop(0.5, transparent),
      color-stop(0.5, #eee),
      color-stop(0.75, #eee),
      color-stop(0.75, transparent),
      to(transparent)
    );
  }

  .balloon1-top {
    width: 95%;
  }

  .balloon1-top h1 {
    font-size: 25px !important;
  }

  .but {
    width: 90%;
  }

  .nayami3 ul {
    padding: 0;
  }

  .side-effects {
    width: 95%;
    padding: 10px;
    text-align: center;
  }

  .nayami3 h2 {
    padding: 50px 10px !important;
  }

  .merit h2 {
    font-size: 20px;
  }

  .merit h3 {
    line-height: 190%;
  }

  .merit {
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: -webkit-gradient(
      linear,
      0 0,
      100% 100%,
      color-stop(0.25, #eee),
      color-stop(0.25, transparent),
      color-stop(0.5, transparent),
      color-stop(0.5, #eee),
      color-stop(0.75, #eee),
      color-stop(0.75, transparent),
      to(transparent)
    );
  }

  .dake {
    font-size: 21px;
  }

  .button2 img {
    width: 90% !important;
  }

  .forsp2 a {
    width: 90%;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    border-radius: 30px;
  }

  .fvbtn {
    display: none;
  }

  .nayami {
    background-image: url(../img/nayamibg2.jpg);
    background-size: 100%;
    background-position: 50% 50%;
  }
  .nayami ul {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .nayami li {
    font-size: 15px;
  }

  .section-title h2 {
    font-size: 25px;
  }

  h2.midashisp {
    font-size: 35px;
  }

  .midashisp span {
    font-size: 17px;
  }

  .forsp3 h2 {
    padding: 0.5em; /*文字周りの余白*/
    color: #494949; /*文字色*/
    background: #e8f1e0; /*背景色*/
    border-left: solid 5px #69b82e; /*左線（実線 太さ 色）*/
    font-size: 20px;
    margin-top: 10px;
  }

  .forsp3 span {
    font-size: 40px;
    color: #69b82e;
  }

  .forsp3 img {
    margin-bottom: 30px;
  }

  .kouka .section-title h2 {
    margin: 0;
  }

  .kouka {
    background-size: 300%;
  }

  .refund h1 {
    font-size: 45px;
    padding-top: 30px;
  }

  .refund h2 {
    font-size: 18px;
  }

  .refund span {
    font-size: 20px !important;
  }

  .video {
    background-size: 300%;
  }

  h2.methodmidashi {
    font-size: 25px;
    padding: 0.5em; /*文字周りの余白*/
    color: #494949; /*文字色*/
    background: #e8f1e0; /*背景色*/
    border-left: solid 5px #69b82e; /*左線（実線 太さ 色）*/
  }

  .methodmidashi {
    margin-top: 30px;
  }

  .shikumi h3 {
    font-size: 18px;
  }

  .shikumi {
    width: 100%;
  }

  .shikumi p {
    font-size: 14px;
    border-radius: 10px;
  }
  .howtoin {
    width: 100%;
  }
  .howtoin p {
    font-size: 14px;
  }
  .howto {
    background-size: 300%;
    height: 100%;
  }

  .hosho {
    margin-top: 30px !important;
  }

  .hosho h1 {
    padding: 30px;
    font-size: 35px;
  }

  #supplement {
    border-top: solid 1px #ccc;
  }

  #adenosine {
    border-top: solid 1px #ccc;
  }

  #hikaku table {
    font-size: 13px;
    width: 100%;
  }

  #hurryup li {
    border-bottom: solid 5px #69b82e;
    text-align: center;
    font-size: 25px;
  }

  #hurryup ul {
    width: 100%;
    padding: 0;
  }

  #hurryup img {
    margin-top: 30px;
  }
  #hurryup .graybg {
    font-size: 28px;
    text-align: left;
    padding: 30px 15px 30px 15px;
  }

  #hurryup .greenbd {
    font-size: 22px;
    text-align: left;
    padding: 30px 15px 30px 15px;
  }

  #hurryup span.hurrysp {
    font-size: 35px !important;
  }

  .voice img {
    display: none;
  }

  .section-title h2 {
    margin: 30px 0 30px 0;
  }
  .fukidashi {
    border-radius: 10px;
    margin: 10px 10px;
  }

  #question .question h2 {
    font-size: 18px;
  }

  #question .question p {
    font-size: 14px;
  }
  #question {
    background-size: cover;
    background-repeat: no-repeat;
  }

  #aisatsu {
    padding-top: 0;
  }
  .aisatsu {
    padding: 30px 10px 0px 10px;
  }

  #aisatsu h2 {
    font-size: 25px;
  }
  #aisatsu h3 {
    margin: 0;
    text-align: right;
  }

  #aisatsu img {
    width: 100% !important;
    margin: 0 !important;
  }
  #aisatsu .col-md-5,
  .col-md-6 {
    padding: 0;
  }

  #map {
    padding-top: 0;
  }

  #footer {
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 50% 100%;
  }

  #footer img {
    width: 80%;
    margin: 0 auto;
  }

  a.yoyaku {
    margin: 0 auto;
    width: 60%;
    border-radius: 30px;
    display: block;
    margin-bottom: 30px;
  }

  h3.phnumber {
    text-align: center;
    font-size: 35px;
  }

  .contentsft p {
    margin-top: 30px;
    text-align: center;
  }

  body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
  }
}

/* Custom 240325 */
.overlay {
  display: none;
  z-index: 999999;
  background-color: rgba(39, 39, 39, 0.87);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#pop-up:checked + .overlay,
#pop-up02:checked + .overlay,
#pop-up03:checked + .overlay,
#pop-up04:checked + .overlay,
#pop-up05:checked + .overlay,
#pop-up06:checked + .overlay,
#pop-up07:checked + .overlay {
  display: block;
  z-index: 999999;
  background-color: rgba(39, 39, 39, 0.87);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.window {
  width: 750px;
  max-width: 1000px;
  height: 340px;
  background-color: #ffffff;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.window ul {
  width: 100%;
  padding: 20px 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.window ul li {
  width: 300px;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 9px 2px #bbb;
  overflow: hidden;
}
.window ul li a:hover {
  filter: brightness(1.2);
}
.window ul li dl {
  width: auto;
  text-align: center;
}
.window ul li dl dt {
  width: auto;
  padding: 3px 0;
  background-color: #666;
  color: #fff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: fot-matisse-pron, sans-serif;
}
.window ul li dl dd {
  width: auto;
  display: inline-block;
  margin: 10px auto 0;
  padding: 0px 0 0 20px;
  -webkit-background-size: 17px;
  background-size: 15px;
}
.window ul li dl dd.call {
  color: #6ab82d;
  width: 100%;
}
.window ul li dl dd {
  padding-left: 0;
  color: #333;
  text-align: center;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.window ul li dl dd span i {
  font-size: 20px;
  margin-right: 10px;
  vertical-align: middle;
  color: #6ab82d;
}
.window ul li dl dd.call span {
  font-size: 19px;
  text-align: left;
  color: #6ab82d;
  font-weight: bold;
}
.window ul li dl dd.text {
  width: auto;
  margin: 0 auto 0;
  font-size: 13px;
  color: #333;
  text-align: center;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.close {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 23px;
  font-weight: bold;
  background: #6ab82d;
  color: #fff;
  margin: 10px 10px;
  padding: 1%;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  align-items: center;
  display: flex;
  z-index: 99999;
}
.open {
  display: block;
  cursor: pointer;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  margin-top: 10px;
  margin-bottom: 0;
}
.close {
  opacity: 1;
  font-size: 15px;
  width: 30px;
  height: 30px;
}

footer {
  background: #fff;
}

.iframe-map-02 {
  margin-bottom: 20px;
}

.subtitle-02 {
  margin-bottom: 20px;
}

.kouka-item {
  position: relative;
}
.kouka-item span {
  position: absolute;
  bottom: 9%;
  left: 0;
  font-size: 32px;
  text-align: center;
  width: 100%;
  color: #006935;
  line-height: 1.5;
}

.kouka-item img {
  display: block;
}

.btn_cta {
  background: #69b82e;
  padding: 30px;
}

.fixbutton a,
.btn_cta a {
  display: block;
  text-align: center;
}

.txt-intro {
  font-size: 30px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

@media (min-width: 768px) {
  footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media screen and (max-width: 900px) {
  .sp_navi_btn .window {
    width: 90%;
  }
  .sp_navi_btn .window,
  .window {
    height: auto;
  }
  .close {
    font-size: 20px;
  }
  .sp_navi_btn .window ul {
    display: block;
  }
  .sp_navi_btn .window ul li {
    width: auto !important;
    float: inherit;
  }
  .sp_navi_btn_area li {
    display: block;
    width: calc(100% / 3) !important;
    float: left;
    text-align: center;
  }
  .sp_navi_btn .window ul li a {
    display: block;
    height: auto;
    margin: inherit;
  }
  .sp_navi_btn_area li a,
  .sp_navi_btn .open {
    display: flex;
    justify-content: center;
    color: #fff;
    height: 60px;
    margin: 4px;
    border-radius: 5px;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 3.3vw;
    background: #aaaaaa;
    font-weight: 400;
    align-items: center;
    text-align: center;
  }
  .sp_navi_btn .window ul li a dl,
  .sp_navi_btn .window ul li a dl dt {
    height: auto;
  }
  .window ul li dl {
    padding: 0;
  }
  .sp_navi_btn .window ul li a dl,
  .sp_navi_btn .window ul li a dl dt {
    height: auto;
  }
  .window ul li dl dt {
    margin-bottom: 0;
  }
  .sp_navi_btn .window ul li a dl dd.line {
    margin: 20px auto 0;
  }
  .sp_navi_btn .window ul li a dl dd.line span {
    font-size: 16px;
  }
  .sp_navi_btn_area .sp_line span {
    width: 75%;
    line-height: 1.2;
    text-align: center;
    height: 7px;
  }
  .sp_navi_btn_area li span {
    width: 60%;
    line-height: 1.2;
    text-align: center;
  }
  .sp_navi_btn .window ul li a dl dd span i {
    color: #6ab82d;
    width: auto;
    position: inherit;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 15px;
  }
  .sp_navi_btn_area li a i {
    width: 20%;
    text-align: right;
  }
  .window {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .open {
    display: inline-block !important;
    margin-top: 5px;
  }

  .mgt00 {
    margin-top: 0 !important;
  }

  .btn_cta {
    padding: 30px 15px 20px;
  }

  .col-sm-6 {
    width: 50%;
    float: left;
  }
  .col-sm-12 {
    width: 100%;
    display: inline-block;
    padding: 0;
  }

  #map .container,
  #footer .container,
  footer .col-xs-12 {
    padding: 0 15px !important;
  }
  #map h3,
  #footer h3 {
    font-size: 20px;
  }
  .footer-logo {
    width: 100%;
  }
  footer {
    margin-bottom: 120px;
  }
  #footer {
    padding-top: 185px;
  }
  .iframe-map-02 {
    margin-bottom: 5px;
  }
  #footer .forsp2 {
    margin-top: 20px;
  }
  #footer table {
    margin: 24px 0 5px;
  }
  #footer .subtitle-02 {
    margin-top: 30px;
  }
  .kouka-item span {
    font-size: 4.25vw;
  }
  .txt-intro {
    font-size: 5vw;
    margin-bottom: 3vw;
  }
}
