@charset "UTF-8";
body {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.5;
  background-color: #000000;
  color: #FFFFFF;
  padding-top: 98px;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 0;
  }
}

p {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 18px;
  }
}
p._center {
  text-align: center;
}

.img-wrap {
  text-align: center;
}
.img-wrap img {
  max-width: 100%;
}

.content-inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  padding: 0 10px;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background-color: #000000;
  color: #FFFFFF;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  header {
    background: transparent;
  }
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 24px 10px;
}
@media screen and (max-width: 767px) {
  header .header-inner {
    padding: 12px 10px;
  }
}
header .header-link-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .header-link-wrap .h-anchor-list {
  display: flex;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  header .header-link-wrap .h-anchor-list {
    display: none;
  }
}
header .header-link-wrap .h-anchor-list > li + li {
  margin-left: 25px;
}
header .header-link-wrap .h-btn-wrap {
  display: flex;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  header .header-link-wrap .h-btn-wrap {
    margin-left: 0;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  header .header-link-wrap .h-btn-wrap .cta-tel-text {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header .header-link-wrap .h-btn-wrap .h-tel-btn-wrap {
    width: 50%;
    border-radius: 0;
    background-color: #FFFFFF;
    color: #000000;
    font-size: 16px;
  }
}
header .header-link-wrap .h-btn-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 50px;
  border: 2px solid #FFFFFF;
  border-radius: 25px;
  font-size: 14px;
  font-weight: bold;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  header .header-link-wrap .h-btn-wrap a {
    width: 50%;
    border-radius: 0;
    background-color: #FFFFFF;
    color: #000000;
    font-size: 16px;
  }
}
header .header-link-wrap .h-btn-wrap a:before {
  content: "";
  display: block;
  margin-right: 10px;
  width: 17px;
  height: 23px;
  background-size: cover;
  background-image: url("../img/icon-tel_w.webp");
}
@media screen and (max-width: 767px) {
  header .header-link-wrap .h-btn-wrap a:before {
    background-image: url("../img/icon-tel_black.webp");
  }
}
header .header-link-wrap .h-btn-wrap a:hover {
  background-color: #FFFFFF;
  color: #000000;
}
header .header-link-wrap .h-btn-wrap a:hover:before {
  background-image: url("../img/icon-tel_black.webp");
}
header .header-link-wrap .h-btn-wrap a._color {
  border-color: #ddb62f;
  color: #ddb62f;
}
@media screen and (max-width: 767px) {
  header .header-link-wrap .h-btn-wrap a._color {
    background-color: #ddb62f;
    color: #000000;
  }
}
header .header-link-wrap .h-btn-wrap a._color:before {
  width: 23px;
  height: 17px;
  background-image: url("../img/icon-mail_c.webp");
}
@media screen and (max-width: 767px) {
  header .header-link-wrap .h-btn-wrap a._color:before {
    background-image: url("../img/icon-mail_black.webp");
  }
}
header .header-link-wrap .h-btn-wrap a._color:hover {
  background-color: #ddb62f;
  color: #000000;
}
header .header-link-wrap .h-btn-wrap a._color:hover:before {
  background-image: url("../img/icon-mail_black.webp");
}
@media screen and (max-width: 767px) {
  header .header-link-wrap .h-btn-wrap a._tel {
    width: 100%;
  }
}
header .header-link-wrap .h-btn-wrap a._tel > span span {
  display: none;
}
@media screen and (max-width: 767px) {
  header .header-link-wrap .h-btn-wrap a._tel > span {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  header .header-link-wrap .h-btn-wrap a._tel > span span {
    display: inline;
    font-size: 12px;
  }
}
header .header-link-wrap .h-btn-wrap a + * {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  header .header-link-wrap .h-btn-wrap a + * {
    margin-left: 0;
  }
}
header .header-link-wrap .sp-menu-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  header .header-link-wrap .sp-menu-btn {
    display: block;
    width: 30px;
    height: 25px;
    position: relative;
    z-index: 10;
  }
  header .header-link-wrap .sp-menu-btn > span {
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 0;
  }
  header .header-link-wrap .sp-menu-btn:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
  }
  header .header-link-wrap .sp-menu-btn:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
header .header-link-wrap .sp-menu-btn.active span {
  display: none;
}
header .header-link-wrap .sp-menu-btn.active:before {
  content: "";
  display: block;
  width: 120%;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
header .header-link-wrap .sp-menu-btn.active:after {
  content: "";
  display: block;
  width: 120%;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
header .header-link-wrap .sp-menu-btn.active + .h-anchor-list-sp {
  transform: translateX(0);
}
header .header-link-wrap .h-anchor-list-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  header .header-link-wrap .h-anchor-list-sp {
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 50px 45px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 30px;
    color: #a0916f;
    font-weight: 500;
    transform: translateX(100%);
    transition: 0.3s;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  header .header-link-wrap .h-anchor-list-sp > li {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  header .header-link-wrap .h-anchor-list-sp > li a {
    display: flex;
    justify-content: center;
    width: 200px;
    padding-bottom: 20px;
    position: relative;
  }
  header .header-link-wrap .h-anchor-list-sp > li a:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #a0916f;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  header .header-link-wrap .h-anchor-list-sp > li + li {
    margin-top: 30px;
  }
}

.hdg-lv2 {
  margin-bottom: 30px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hdg-lv2 {
    font-size: 30px;
  }
}
.hdg-lv2._st {
  background: linear-gradient(90deg, #a0894e 0%, #dfcb83 50%, #a0894e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hdg-lv2._st span {
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .hdg-lv2._st span {
    font-size: 30px;
  }
}
.hdg-lv2:after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: #a29270;
}

* + .hdg-lv2 {
  margin-top: 125px;
}
@media screen and (max-width: 767px) {
  * + .hdg-lv2 {
    margin-top: 60px;
  }
}

.fv-area {
  position: relative;
}
.fv-area:after {
  content: "";
  display: block;
  height: 60px;
  width: 2px;
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
}
@media screen and (max-width: 767px) {
  .fv-area:after {
    height: 30px;
  }
}
.fv-area .fv-inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
  text-align: center;
}
.fv-area .fv-inner img {
  max-width: 100%;
}

.cta-area {
  padding: 75px 10px 65px;
  background-image: url("../img/cta-bg.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .cta-area {
    padding: 35px 10px;
  }
}
.cta-area p {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta-area p {
    font-size: 30px;
  }
}
.cta-area .cta-btn {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .cta-area .cta-btn {
    margin-top: 25px;
    flex-direction: column;
    align-items: center;
  }
}
.cta-area .cta-btn .cta-tel-text {
  font-size: 18px;
}
.cta-area .cta-btn > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 80px;
  padding: 0 30px;
  border-radius: 40px;
  background-color: #ddb62f;
  border: 2px solid #ddb62f;
  font-size: 26px;
  font-weight: 600;
  color: #000000;
  line-height: 1;
  transition: 0.5s;
}
.cta-area .cta-btn > li a:before {
  content: "";
  display: block;
  margin-right: 10px;
  width: 23px;
  height: 20px;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url("../img/icon-mail_black.webp");
}
.cta-area .cta-btn > li a:hover {
  color: #ddb62f;
  background-color: #000000;
}
.cta-area .cta-btn > li a:hover:before {
  background-image: url("../img/icon-mail_c.webp");
}
.cta-area .cta-btn > li a._w {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}
.cta-area .cta-btn > li a._w:before {
  width: 17px;
  height: 26px;
  background-image: url("../img/icon-tel_black.webp");
}
.cta-area .cta-btn > li a._w:hover {
  background-color: #000000;
  color: #FFFFFF;
}
.cta-area .cta-btn > li a._w:hover:before {
  background-image: url("../img/icon-tel_w.webp");
}
.cta-area .cta-btn > li + li {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .cta-area .cta-btn > li + li {
    margin-left: 0;
    margin-top: 30px;
  }
}
.cta-area .cta-open-fes {
  margin-bottom: 95px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cta-area .cta-open-fes {
    margin-bottom: 65px;
  }
}
.cta-area .cta-open-fes:after {
  content: "";
  display: block;
  width: 52px;
  height: 54px;
  background-image: url("../img/arrow-02.webp");
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
}
.cta-area .cta-open-fes p {
  width: 360px;
  margin: 0 auto 20px;
  background: linear-gradient(90deg, rgba(160, 137, 78, 0.8) 0%, rgba(223, 203, 131, 0.8) 50%, rgba(160, 137, 78, 0.8) 100%);
  color: #FFFFFF;
  font-size: 35px;
  transform: skew(-15deg);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta-area .cta-open-fes p {
    width: 300px;
    font-size: 28px;
  }
}
.cta-area .cta-open-fes p span {
  transform: skew(15deg);
}
.cta-area .cta-open-fes .open-fes-img-list {
  padding-bottom: 35px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .cta-area .cta-open-fes .open-fes-img-list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .cta-area .cta-open-fes .open-fes-img-list > li {
    width: calc((100% - 20px) / 2);
  }
  .cta-area .cta-open-fes .open-fes-img-list > li:nth-child(even) {
    margin-left: 20px;
  }
  .cta-area .cta-open-fes .open-fes-img-list > li:nth-child(n+3) {
    margin-top: 20px;
  }
}
.cta-area .cta-open-fes .open-fes-img-list > li img {
  max-width: 100%;
}
.cta-area .cta-open-fes .open-fes-img-list > li + li {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .cta-area .cta-open-fes .open-fes-img-list > li + li {
    margin-left: 0;
  }
}

.read-label-area {
  background-color: #262626;
}
.read-label-area .read-label-col2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .read-label-area .read-label-col2 {
    flex-direction: column;
    padding: 30px 0;
  }
}
.read-label-area .read-label-col2 .img-wrap {
  width: 34%;
}
@media screen and (max-width: 767px) {
  .read-label-area .read-label-col2 .img-wrap {
    width: 100%;
  }
}
.read-label-area .read-label-col2 .read-label-col2-left {
  margin-left: 20px;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .read-label-area .read-label-col2 .read-label-col2-left {
    margin-left: 0;
    padding: 20px 0;
  }
}
.read-label-area .read-label-col2 .read-label-col2-left p {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.read-label-area .read-label-col2 .read-label-col2-left .border-text {
  margin-top: 10px;
  border: 1px solid #a0916f;
  font-size: 20px;
  color: #a0916f;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .read-label-area .read-label-col2 .read-label-col2-left .border-text {
    display: inline-block;
    padding: 0 10px;
  }
}
.read-label-area .read-label-col2 .read-label-col2-left .border-text + .border-text {
  margin-top: 5px;
}
.read-label-area .read-label-col2 .read-label-col2-right {
  margin-left: 10px;
  font-size: 40px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .read-label-area .read-label-col2 .read-label-col2-right {
    margin-top: 10px;
    font-size: 30px;
    text-align: center;
  }
}

.worries-area {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .worries-area {
    padding: 50px 0;
  }
}
.worries-area .worries-arrow-content {
  position: relative;
}
.worries-area .worries-arrow-content._01 {
  padding-bottom: 20px;
}
.worries-area .worries-arrow-content._01:after {
  content: "";
  display: block;
  width: 26px;
  height: 57px;
  background-image: url("../img/arrow-01.webp");
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
}
.worries-area .worries-arrow-content._02 {
  padding-bottom: 30px;
}
.worries-area .worries-arrow-content._02:after {
  content: "";
  display: block;
  width: 52px;
  height: 54px;
  background-image: url("../img/arrow-02.webp");
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
}
.worries-area .worries-arrow-content + .worries-arrow-content {
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  .worries-area .worries-arrow-content + .worries-arrow-content {
    margin-top: 70px;
  }
}
.worries-area .worries-list-wrap {
  margin-top: 65px;
}
.worries-area .worries-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -30px;
  margin-top: -30px;
  color: #000000;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .worries-area .worries-list {
    margin-left: 0;
  }
}
.worries-area .worries-list > li {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 325px;
  min-height: 120px;
  padding: 10px 10px;
  background-color: #cccccc;
  margin-left: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .worries-area .worries-list > li {
    width: calc((100% - 20px) / 2);
    margin-left: 0;
  }
  .worries-area .worries-list > li:nth-child(even) {
    margin-left: 20px;
  }
  .worries-area .worries-list > li p {
    font-size: 16px;
  }
}
.worries-area .worries-list > li .img-wrap {
  margin-left: 5px;
}
.worries-area .worries-shop-about {
  display: flex;
}
@media screen and (max-width: 767px) {
  .worries-area .worries-shop-about {
    flex-direction: column-reverse;
  }
}
.worries-area .worries-shop-about .img-wrap {
  width: 45%;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .worries-area .worries-shop-about .img-wrap {
    width: 100%;
    margin-top: 30px;
  }
}
.worries-area .worries-shop-about .worries-shop-about-text {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .worries-area .worries-shop-about .worries-shop-about-text {
    width: 100%;
  }
}
.worries-area .worries-shop-about .worries-shop-about-sub {
  position: relative;
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .worries-area .worries-shop-about .worries-shop-about-sub {
    font-size: 18px;
  }
}
.worries-area .worries-shop-about .worries-shop-about-sub:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 50%;
}
.worries-area .worries-shop-about .worries-shop-about-sub span {
  background-color: #000000;
  position: relative;
  z-index: 3;
}
.worries-area .worries-shop-about .worries-shop-about-main {
  margin-bottom: 30px;
  font-size: 25px;
  color: #e6d8b3;
}
@media screen and (max-width: 767px) {
  .worries-area .worries-shop-about .worries-shop-about-main {
    font-size: 18px;
  }
}
.worries-area .worries-shop-about .worries-shop-about-main span {
  font-size: 40px;
  color: #ddb62f;
}
@media screen and (max-width: 767px) {
  .worries-area .worries-shop-about .worries-shop-about-main span {
    font-size: 28px;
  }
}
.worries-area .worries-point-list {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
.worries-area .worries-point-list > li {
  width: calc((100% - 58px) / 2);
}
@media screen and (max-width: 767px) {
  .worries-area .worries-point-list > li {
    width: 100%;
  }
}
.worries-area .worries-point-list > li:nth-child(even) {
  margin-left: 58px;
}
@media screen and (max-width: 767px) {
  .worries-area .worries-point-list > li:nth-child(even) {
    margin-left: 0;
  }
}
.worries-area .worries-point-list > li:nth-child(n+3) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .worries-area .worries-point-list > li + li {
    margin-top: 30px;
  }
}
.worries-area .worries-point-list > li .worries-point-num {
  margin-bottom: 10px;
  text-align: left;
}
.worries-area .worries-point-list > li .worries-point-num img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .worries-area .worries-point-list > li .worries-point-num {
    width: 120px;
  }
}
.worries-area .worries-point-list > li .worries-point-box {
  padding: 75px 10px 35px;
  border: 1px solid #a69773;
  position: relative;
}
@media screen and (max-width: 767px) {
  .worries-area .worries-point-list > li .worries-point-box {
    padding-top: 55px;
  }
}
.worries-area .worries-point-list > li .worries-point-box .worries-point-box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background-color: #FFFFFF;
  padding: 5px;
  border: 5px solid #a69773;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .worries-area .worries-point-list > li .worries-point-box .worries-point-box-icon {
    width: 80px;
    height: 80px;
  }
}
.worries-area .worries-point-list > li .worries-point-box .worries-point-box-main {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: bold;
  color: #a69773;
}
.worries-area .worries-point-list > li .worries-point-box .worries-point-box-text {
  font-size: 16px;
}

.equipment-area {
  padding: 100px 0 145px;
}
@media screen and (max-width: 767px) {
  .equipment-area {
    padding: 50px 0 70px;
  }
}
.equipment-area .gdr-main-img {
  margin: 45px 0 50px;
}
.equipment-area .simulator-chara-list {
  width: 100%;
  max-width: 800px;
  margin: 100px auto 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .equipment-area .simulator-chara-list {
    margin-top: 50px;
  }
}
.equipment-area .simulator-chara-list > li {
  width: 50%;
  padding-left: 25px;
  border-left: 4px solid #a0916f;
}
@media screen and (max-width: 767px) {
  .equipment-area .simulator-chara-list > li {
    width: 100%;
  }
}
.equipment-area .simulator-chara-list > li:nth-child(n+3) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .equipment-area .simulator-chara-list > li:nth-child(n+3) {
    margin-top: 20px;
  }
}
.equipment-area .simulator-chara-list > li .simulator-chara-list-main {
  margin-bottom: 20px;
  background: linear-gradient(90deg, #a0894e 0%, #dfcb83 50%, #a0894e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .equipment-area .simulator-chara-list > li .simulator-chara-list-main {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .equipment-area .simulator-chara-list > li + li {
    margin-top: 20px;
  }
}
.equipment-area .simulator-function-list {
  margin-top: 80px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .equipment-area .simulator-function-list {
    flex-direction: column;
  }
}
.equipment-area .simulator-function-list > li {
  padding: 30px;
  width: calc((100% - 60px) / 3);
  border-top: 4px solid #a0916f;
  background-color: #333333;
}
@media screen and (max-width: 767px) {
  .equipment-area .simulator-function-list > li {
    width: 100%;
  }
}
.equipment-area .simulator-function-list > li .img-wrap {
  margin-bottom: 25px;
}
.equipment-area .simulator-function-list > li .simulator-function-list-main {
  margin-bottom: 20px;
  background: linear-gradient(90deg, #a0894e 0%, #dfcb83 50%, #a0894e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  line-height: 1;
  text-align: center;
}
.equipment-area .simulator-function-list > li + li {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .equipment-area .simulator-function-list > li + li {
    margin-left: 0;
    margin-top: 30px;
  }
}
.equipment-area .equipment-square-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin-top: -15px;
  margin-left: -20px;
}
.equipment-area .equipment-square-list > li {
  padding: 25px 10px 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 205px;
  min-height: 205px;
  border-top: 4px solid #a69773;
  margin-left: 15px;
  margin-top: 20px;
  background-color: #333333;
}
@media screen and (max-width: 767px) {
  .equipment-area .equipment-square-list > li {
    width: calc((100% - 30px) / 2);
  }
}
.equipment-area .equipment-square-list > li .equipment-square-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 96px;
}
.equipment-area .equipment-square-list > li p {
  font-size: 23px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .equipment-area .equipment-square-list > li p {
    font-size: 20px;
  }
}
.equipment-area .equipment-square-list > li p span {
  font-size: 35px;
  display: block;
  color: #a69773;
}
@media screen and (max-width: 767px) {
  .equipment-area .equipment-square-list > li p span {
    font-size: 28px;
  }
}
.equipment-area .equipment-square-list > li._none {
  color: #808080;
}
.equipment-area .equipment-square-list > li._none p span {
  color: #808080;
}
.equipment-area .shop-equipment-list {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .equipment-area .shop-equipment-list {
    margin-top: 45px;
  }
}
.equipment-area .shop-equipment-list > li {
  display: flex;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .equipment-area .shop-equipment-list > li {
    flex-direction: column;
    padding: 40px 0;
  }
  .equipment-area .shop-equipment-list > li > .img-wrap {
    display: none;
  }
}
.equipment-area .shop-equipment-list > li > * {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .equipment-area .shop-equipment-list > li > * {
    width: 100%;
  }
  .equipment-area .shop-equipment-list > li > * .img-wrap.sp {
    margin-bottom: 20px;
  }
}
.equipment-area .shop-equipment-list > li > *:first-child {
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .equipment-area .shop-equipment-list > li > *:first-child {
    padding-right: 0;
  }
}
.equipment-area .shop-equipment-list > li > *:last-child {
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .equipment-area .shop-equipment-list > li > *:last-child {
    padding-left: 0;
  }
}
.equipment-area .shop-equipment-list > li .shop-equipment-list-num {
  margin-bottom: 30px;
  position: relative;
}
.equipment-area .shop-equipment-list > li .shop-equipment-list-num:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #a0916f;
  position: absolute;
  left: 0;
  top: 50%;
}
.equipment-area .shop-equipment-list > li .shop-equipment-list-num span {
  display: inline-block;
  padding-right: 10px;
  color: #a0916f;
  background-color: #000000;
  position: relative;
  z-index: 3;
  font-size: 40px;
  font-weight: 600;
}
.equipment-area .shop-equipment-list > li .shop-equipment-list-head {
  margin-bottom: 25px;
  background: linear-gradient(90deg, #a0894e 0%, #dfcb83 50%, #a0894e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .equipment-area .shop-equipment-list > li .shop-equipment-list-head {
    font-size: 25px;
  }
}
.equipment-area .shop-equipment-list > li .shop-equipment-list-head span {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .equipment-area .shop-equipment-list > li .shop-equipment-list-head span {
    font-size: 25px;
  }
}
.equipment-area .shop-equipment-list > li .shop-equipment-detail-text {
  margin-bottom: 30px;
  font-size: 16px;
}
.equipment-area .shop-equipment-list > li .shop-equipment-detail-list {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .equipment-area .shop-equipment-list > li .shop-equipment-detail-list {
    font-size: 18px;
  }
}
.equipment-area .shop-equipment-list > li .shop-equipment-detail-list > li {
  padding-left: 20px;
  border-left: 4px solid #a0916f;
  background-color: #333333;
}
@media screen and (max-width: 767px) {
  .equipment-area .shop-equipment-list > li .shop-equipment-detail-list > li {
    padding-left: 15px;
  }
}
.equipment-area .shop-equipment-list > li .shop-equipment-detail-list > li + li {
  margin-top: 20px;
}
.equipment-area .shop-equipment-list > li .note-text {
  margin-top: 20px;
  font-size: 16px;
}
.equipment-area .shop-equipment-list > li:first-child {
  padding-top: 0;
}
.equipment-area .shop-equipment-list > li + li {
  border-top: 1px solid #4d4d4d;
}

.read-text {
  width: 100%;
  max-width: 560px;
  margin: 0 auto 20px;
  color: #ddb62f;
  font-size: 30px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .read-text {
    font-size: 22px;
  }
}
.read-text:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddb62f;
  position: absolute;
  left: 0;
  top: 50%;
}
.read-text span {
  display: inline-block;
  padding: 0 10px;
  background-color: #000000;
  position: relative;
  z-index: 3;
}

.plan-content-inner {
  margin-top: 80px;
  padding: 0 20px;
}

.plan-wrap {
  margin-top: 40px;
}
.plan-wrap p {
  text-align: center;
  font-size: 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .plan-wrap p {
    font-size: 20px;
  }
}

@keyframes scrollIconAnimation {
  0% {
    transform: translateX(-40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(60px);
    opacity: 0;
  }
}
.plan-img-wrap {
  overflow-x: scroll;
  position: relative;
}
.plan-img-wrap:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.plan-img-wrap.active:after {
  display: none;
}
.plan-img-wrap.active .scroll-icon {
  display: none;
}
.plan-img-wrap .scroll-icon {
  width: 180px;
  height: 120px;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: 20;
  left: 50%;
  top: 30%;
  border-radius: 20px;
  transform: translate(-50%, 0);
}
.plan-img-wrap .scroll-icon span {
  display: block;
  margin-top: 5px;
  text-align: center;
  font-size: 12px;
  color: #FFFFFF;
}
.plan-img-wrap .scroll-icon img {
  width: 80px;
  height: 80px;
  animation: scrollIconAnimation 1.2s infinite linear;
}

.plan-list {
  margin-top: 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .plan-list {
    flex-direction: column;
    align-items: center;
  }
}
.plan-list > li {
  width: calc((100% - 80px) / 3);
  max-width: 330px;
  padding: 3px;
  background: linear-gradient(45deg, #a0894e 0%, #dfcb83 50%, #a0894e 100%);
  position: relative;
}
@media screen and (max-width: 767px) {
  .plan-list > li {
    width: 100%;
  }
}
.plan-list > li:before {
  content: "";
  display: block;
  width: 71px;
  height: 21px;
  background-image: url("../img/plan-list-deco-img.webp");
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, calc(-100% - 3px));
}
.plan-list > li .plan-list-item-inner {
  display: flex;
  height: 100%;
  background-color: #000000;
  padding: 10px 5px;
}
.plan-list > li .plan-list-item-content {
  width: 100%;
  padding: 30px 10px 20px;
  border: 1px solid;
  border-image: linear-gradient(45deg, #a0894e 0%, #dfcb83 50%, #a0894e 100%) 1;
}
.plan-list > li .plan-list-item-content .plan-list-head-wrap {
  padding-bottom: 20px;
  border-bottom: 1px solid #a49260;
}
.plan-list > li .plan-list-item-content .plan-list-head {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}
.plan-list > li .plan-list-item-content .plan-list-main {
  margin-bottom: 10px;
  background: linear-gradient(90deg, #a0894e 0%, #dfcb83 50%, #a0894e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
}
.plan-list > li .plan-list-item-content .plan-list-main ._large {
  font-size: 50px;
}
.plan-list > li .plan-list-item-content .plan-list-main ._small {
  font-size: 16px;
}
.plan-list > li .plan-list-item-content .plan-list-sub {
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
}
.plan-list > li .plan-list-item-content .plan-list-body {
  margin-top: 20px;
}
.plan-list > li .plan-list-item-content .plan-chara-list {
  font-size: 16px;
}
.plan-list > li .plan-list-item-content .plan-chara-list > li {
  padding-left: 20px;
  position: relative;
}
.plan-list > li .plan-list-item-content .plan-chara-list > li:before {
  content: "";
  display: block;
  width: 13px;
  height: 11px;
  background-image: url("../img/icon-check.webp");
  background-size: cover;
  position: absolute;
  left: 0;
  top: 7px;
}
.plan-list > li .plan-list-item-content .plan-chara-list > li + li {
  margin-top: 10px;
}
.plan-list > li + li {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .plan-list > li + li {
    margin-left: 0;
    margin-top: 50px;
  }
}
.plan-list > li:nth-child(n+4) {
  margin-top: 50px;
}

.plan-note {
  margin-top: 40px;
  text-align: center;
}

.gallery-area {
  padding: 90px 0 60px;
}

.voice-area {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .voice-area {
    padding: 30px 0;
  }
}
.voice-area .voice-slider-wrap {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .voice-area .voice-slider-wrap {
    margin-top: 35px;
  }
}
.voice-area .voice-slider > li {
  width: 100%;
  max-width: 505px;
  padding: 60px 20px 20px;
  background-color: #333333;
  border: 2px solid #a0916f;
  position: relative;
}
@media screen and (max-width: 767px) {
  .voice-area .voice-slider > li {
    max-width: 100%;
  }
}
.voice-area .voice-slider > li .voice-slider-head {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  min-width: 400px;
  min-height: 50px;
  background-color: #a0916f;
  font-size: 25px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: skew(-10deg) translate(-50%, -50%);
}
.voice-area .voice-slider > li .voice-slider-head span {
  transform: skew(10deg);
}
.voice-area .voice-slider > li .voice-slider-content-head {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px dotted #a0916f;
}
.voice-area .voice-slider > li .voice-slider-content-head .img-wrap {
  margin-right: 20px;
}
.voice-area .voice-slider > li .voice-slider-content-head .voice-slider-content-head-text p {
  vertical-align: baseline;
}
.voice-area .voice-slider > li .voice-slider-content-head .voice-slider-content-head-text p._evaluation {
  display: flex;
  align-items: center;
}
.voice-area .voice-slider > li .voice-slider-content-head .voice-slider-content-head-text p._evaluation span {
  flex-shrink: 0;
}
.voice-area .voice-slider > li .voice-slider-content-head .voice-slider-content-head-text p + p {
  margin-top: 20px;
}
.voice-area .voice-slider > li .voice-slider-content-body {
  margin-top: 40px;
}
.voice-area .voice-slider > li .voice-slider-content-body p {
  font-size: 16px;
}

.faq-area {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .faq-area {
    padding: 30px 0;
  }
}

.faq-list {
  margin-top: 70px;
  color: #000000;
}
.faq-list > li + li {
  margin-top: 60px;
}
.faq-list > li .faq-head {
  display: flex;
  align-items: center;
  padding: 15px 50px 15px 10px;
  background-color: #a0916f;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}
.faq-list > li .faq-head:before {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 21px;
  transition: 0.5s;
}
.faq-list > li .faq-head:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}
.faq-list > li .faq-head span {
  display: block;
  margin-right: 10px;
  flex-shrink: 0;
  font-size: 30px;
  line-height: 1;
}
.faq-list > li .faq-head.open:before {
  transform: translateY(-50%) rotate(90deg);
}
.faq-list > li .faq-body {
  background-color: #FFFFFF;
  font-size: 16px;
  overflow: hidden;
  transition: 0.5s;
  height: 0;
}
.faq-list > li .faq-body .faq-body-inner {
  display: flex;
  align-items: center;
  padding: 20px 15px;
}
.faq-list > li .faq-body span {
  display: block;
  margin-right: 20px;
  flex-shrink: 0;
  font-size: 30px;
  color: #a0916f;
  line-height: 1;
}
.faq-list > li .faq-body p {
  font-size: 16px;
  line-height: 1.55;
  font-weight: 500;
}

.access-area {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .access-area {
    padding: 30px 0;
  }
}
.access-area .access-col2 {
  margin-top: 50px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .access-area .access-col2 {
    flex-direction: column;
  }
}
.access-area .access-col2 > * {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .access-area .access-col2 > * {
    width: 100%;
  }
}
.access-area .access-col2 .access-map {
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .access-area .access-col2 .access-map {
    padding: 0;
  }
  .access-area .access-col2 .access-map iframe {
    width: 100%;
  }
}
.access-area .access-col2 .access-address {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .access-area .access-col2 .access-address {
    margin-top: 20px;
    padding-left: 0;
  }
}
.access-area .access-col2 .access-address p {
  line-height: 1.2;
}
.access-area .access-col2 .access-address .access-address-list > li {
  padding-left: 20px;
  border-left: 4px solid #a0916f;
}
.access-area .access-col2 .access-address .access-address-list > li + li {
  margin-top: 25px;
}
.access-area .access-col2 .access-address .access-address-head {
  margin-bottom: 10px;
  font-size: 20px;
  color: #a0916f;
  line-height: 1;
  position: relative;
}
.access-area .access-col2 .access-address .access-address-head:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #a0916f;
  position: absolute;
  left: 0;
  top: 50%;
}
.access-area .access-col2 .access-address .access-address-head span {
  display: inline-block;
  padding-right: 10px;
  background-color: #000000;
  position: relative;
  z-index: 3;
}

.form-area {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .form-area {
    padding: 30px 0;
  }
}
.form-area .form-wrap {
  margin-top: 65px;
  padding: 75px 50px;
  background-color: #333333;
}
@media screen and (max-width: 767px) {
  .form-area .form-wrap {
    margin-top: 30px;
    padding: 35px 20px;
  }
}
.form-area .form-row-list > li {
  display: flex;
  padding: 48px 0;
}
@media screen and (max-width: 767px) {
  .form-area .form-row-list > li {
    flex-direction: column;
    padding: 20px 0;
  }
}
.form-area .form-row-list > li > * {
  width: 50%;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .form-area .form-row-list > li > * {
    width: 100%;
  }
}
.form-area .form-row-list > li + li {
  border-top: 1px solid #e6e6e6;
}
.form-area .form-row-list > li .form-head {
  font-size: 16px;
  font-weight: bold;
  font-family: "Noto Sans JP", serif;
}
@media screen and (max-width: 767px) {
  .form-area .form-row-list > li .form-head {
    margin-bottom: 20px;
  }
}
.form-area .form-row-list > li .form-head .req {
  display: inline-block;
  padding: 0 3px;
  background-color: #e50b0b;
  color: #FFFFFF;
  margin-left: 5px;
}
.form-area .form-row-list > li .form-body input, .form-area .form-row-list > li .form-body textarea {
  width: 100%;
  padding: 10px 5px;
  border: 2px solid #e6e6e6;
  border-radius: 5px;
  background-color: #f7f7f7;
  font-size: 16px;
  line-height: 1.2;
  font-family: "Noto Sans JP", serif;
  color: #000000;
}
.form-area .form-row-list > li .form-body input[type=date] {
  width: 150px;
  color: #000000;
}
.form-area .form-row-list > li .form-body input[type=radio] {
  width: 16px;
  height: 16px;
}
.form-area .form-row-list > li .form-body select {
  padding: 10px 5px;
  border: 2px solid #e6e6e6;
  border-radius: 5px;
  background-color: #f7f7f7;
  font-size: 16px;
  line-height: 1.2;
  font-family: "Noto Sans JP", serif;
  color: #000000;
}
.form-area .form-row-list > li .form-body textarea {
  height: 200px;
}
.form-area .form-row-list > li .form-body .radio-wrap {
  display: flex;
  flex-wrap: wrap;
}
.form-area .form-row-list > li .form-body .radio-wrap .radio-wrap-item {
  display: flex;
  align-items: center;
}
.form-area .form-row-list > li .form-body .radio-wrap .radio-wrap-item label {
  display: inline-block;
  margin-left: 5px;
  flex-shrink: 0;
}
.form-area .form-row-list > li .form-body .radio-wrap .radio-wrap-item + .radio-wrap-item {
  margin-left: 20px;
}
.form-area .form-row-list > li .form-body .radio-wrap._col {
  flex-direction: column;
  align-items: start;
}
.form-area .form-row-list > li .form-body .radio-wrap._col .radio-wrap-item {
  display: flex;
  align-items: baseline;
}
.form-area .form-row-list > li .form-body .radio-wrap._col .radio-wrap-item + .radio-wrap-item {
  margin-left: 0;
  margin-top: 20px;
}
.form-area .input-wrap .input-wrap-hdg {
  display: block;
  font-size: 18px;
}
.form-area .input-wrap + .input-wrap {
  margin-top: 20px;
}
.form-area .input-wrap._row2 {
  display: flex;
}
.form-area .input-wrap._row2 > * {
  width: calc((100% - 30px) / 2);
  min-width: 80px;
  max-width: 150px;
}
.form-area .input-wrap._row2 > * + * {
  margin-left: 15px;
}
.form-area .input-wrap._row3 {
  display: flex;
}
.form-area .input-wrap._row3 > * {
  width: calc((100% - 30px) / 3);
  min-width: 80px;
}
.form-area .input-wrap._row3 > * + * {
  margin-left: 15px;
}
.form-area .error_m {
  display: block;
  margin-top: 5px;
  font-size: 18px;
  color: #e50b0b;
}
.form-area .form-submit-btn {
  margin-top: 50px;
  text-align: center;
}
.form-area .form-submit-btn button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 64px;
  background-color: #ddb62f;
  color: #000000;
  font-size: 22px;
  font-weight: bold;
  border: none;
  border-radius: 30px;
}
.form-area .form-submit-btn button:disabled {
  background-color: #787878;
}

.pp-check-text-wrap {
  text-align: center;
  margin-top: 30px;
}
.pp-check-text-wrap p {
  font-size: 14px;
}
.pp-check-text-wrap p._plus a {
  font-size: 30px;
}
.pp-check-text-wrap p + p {
  margin-top: 20px;
}
.pp-check-text-wrap .pp-check {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

footer {
  padding: 55px 0;
  border-top: 1px solid #a0916f;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 80px;
  }
}
footer .f-logo {
  margin-bottom: 20px;
}
footer p._color {
  background: linear-gradient(90deg, #a0894e 0%, #dfcb83 50%, #a0894e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
footer p small {
  font-size: 14px;
}
footer p + p {
  margin-top: 30px;
}

.slider-wrap {
  position: relative;
}
.slider-wrap .slider {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.slider-wrap .slider-side-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 30px;
  background-color: #ddb62f;
  color: #000000;
}

.slider ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.slider ul li img {
  width: 100%;
  height: auto;
  display: block;
}

.slider-indicator {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  padding: 10px 0;
}
.slider-indicator img {
  max-width: 100%;
}

.slider-indicator li {
  width: 200px;
  height: auto;
  margin: 0 10px;
  background: #808080;
  border-radius: 50%;
  cursor: pointer;
}

.slider-indicator li.active {
  background: #a0916f;
}

.gallery-slider-wrap .slider {
  max-width: 900px;
}
.gallery-slider-wrap .slider-prev {
  position: absolute;
  top: 45%;
  left: 0;
}
.gallery-slider-wrap .slider-next {
  position: absolute;
  top: 45%;
  right: 0;
}

.voice-slider-wrap {
  /* ul：横並びのスライダー */
  /* 各スライドのサイズはJSで指定（例：width: 505px） */
  /* 中央のスライドのみ拡大表示 */
}
@media screen and (max-width: 767px) {
  .voice-slider-wrap {
    padding: 0 10px;
  }
}
.voice-slider-wrap .slider {
  max-width: 1440px;
  padding-top: 40px;
}
.voice-slider-wrap .slider ul {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}
.voice-slider-wrap .slider ul li {
  flex-shrink: 0;
  transition: transform 0.5s ease;
  transform: scale(0.8); /* 通常スライドは小さめに */
}
.voice-slider-wrap .slider ul li.current {
  transform: scale(1);
}
.voice-slider-wrap .slider-side-btn {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.voice-slider-wrap .slider-side-btn .slider-prev {
  margin-right: 20px;
}
.voice-slider-wrap .slider-side-btn .slider-next {
  margin-left: 20px;
}

.slider ul li.no-animate {
  transition: none !important;
}

.cta-tel-text {
  display: block;
  text-align: center;
  font-size: 14px;
}

.img-note-text {
  display: block;
  margin-top: 5px;
  text-align: left;
  font-size: 12px;
}

.tanks-area {
  margin-bottom: 100px;
  text-align: center;
  margin-top: 100px;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .tanks-area {
    text-align: center;
    margin-top: 100px;
    font-size: 1.4rem;
  }
}
.tanks-area p + p {
  margin-top: 15px;
}
.tanks-area .thanks-note-text-wrap {
  margin-top: 50px;
}
.tanks-area a.tel {
  display: block;
  padding: 2%;
  color: #FFFFFF;
  text-decoration: none;
}
.tanks-area .back-top {
  margin-top: 50px;
  text-align: center;
}

.over-ray-back {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}
.over-ray-back img {
  max-width: 100%;
}
.over-ray-back.active {
  display: block;
}

.modal-img {
  width: 80%;
  max-width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .modal-close {
    width: 40px;
    height: 40px;
    font-size: 40px;
    border: 2px solid #FFFFFF;
  }
}
.form-pp-wrap {
  margin-top: 60px;
  text-align: left;
}
.form-pp-wrap .form-pp-inner-box {
  width: 100%;
  max-width: 780px;
  margin: 20px auto 0;
  height: 400px;
  overflow: auto;
  padding: 20px 10px;
  border: 1px solid #000030;
  border-radius: 10px;
}
.form-pp-wrap .form-pp-inner-box > p {
  margin-bottom: 20px;
}
.form-pp-wrap .form-pp-inner-box .form-pp-head {
  font-size: 25px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .form-pp-wrap .form-pp-inner-box .form-pp-head {
    font-size: 22px;
  }
}
.form-pp-wrap .form-pp-inner-box * + .form-pp-head {
  margin-top: 40px;
}
.form-pp-wrap .form-pp-inner-box .form-pp-list {
  text-align: left;
}
.form-pp-wrap .form-pp-inner-box .form-pp-list > li {
  display: flex;
}
.form-pp-wrap .form-pp-inner-box .form-pp-list > li > ._num {
  display: inline-block;
  flex-shrink: 0;
  margin-right: 10px;
  font-size: 20px;
}
.form-pp-wrap .form-pp-inner-box .form-pp-list > li .form-pp-list-body-head {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .form-pp-wrap .form-pp-inner-box .form-pp-list > li .form-pp-list-body-head {
    font-size: 18px;
  }
}
.form-pp-wrap .form-pp-inner-box .form-pp-list > li + li {
  margin-top: 10px;
}

.tel-popup-over-ray-back {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
.tel-popup-over-ray-back img {
  max-width: 100%;
}
.tel-popup-over-ray-back.active {
  display: block;
}
.tel-popup-over-ray-back.active + .tel-popup {
  display: block;
}

.tel-popup {
  display: none;
  width: 90%;
  max-width: 500px;
  padding: 20px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #000000;
  border-radius: 20px;
  border: 3px solid #a0916f;
  z-index: 1100;
}
.tel-popup .tel-popup-head {
  font-size: 30px;
  color: #a0916f;
  border-bottom: 2px solid #a0916f;
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
}

.tel-popup-body {
  padding: 20px 0;
  text-align: center;
}
.tel-popup-body p {
  font-size: 20px;
}

.tel-popup-btns {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.tel-popup-btns a {
  display: flex;
  padding: 10px 30px;
  border-radius: 40px;
  background-color: #a0916f;
  font-size: 20px;
}
.tel-popup-btns a._no {
  background-color: #333333;
  color: #FFFFFF;
}
.tel-popup-btns a + a {
  margin-left: 20px;
}

.plan-head {
  padding: 5px 0;
  margin-bottom: 10px;
  font-size: 20px;
  text-align: center;
  border-top: 1px solid #a0916f;
  border-bottom: 1px solid #a0916f;
}

.form-text-sup-wrap {
  margin-top: 40px;
}
.form-text-sup-wrap .form-text-sup-head {
  font-size: 16px;
  font-weight: bold;
}
.form-text-sup-wrap * + .form-text-sup-head {
  margin-top: 20px;
}
.form-text-sup-wrap p {
  font-size: 16px;
}
.form-text-sup-wrap .lesson-day-time {
  margin-bottom: 5px;
}
.form-text-sup-wrap .lesson-day-time .lesson-day-time-row {
  display: flex;
  font-size: 16px;
}
.form-text-sup-wrap .lesson-day-time .lesson-day-time-row .lesson-day-time-head {
  width: 110px;
  flex-shrink: 0;
  padding-right: 20px;
  position: relative;
  text-align: right;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
