@charset "UTF-8";
/* aタグ設定
------------------------------------- */
@media (any-hover: hover) {
  a:hover,
  button:hover {
    opacity: 0.75;
  }
}

a,
button {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  text-decoration: none;
}

/* 基本設定
------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 1.4rem; /* =14px */
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  background-color: #000;
  color: #fff;
}

ul {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

img {
  width: 100%;
  height: auto;
}

/* デフォルトの三角形アイコンを非表示にする */
summary {
  display: block;
  list-style: none;
}

summary::-webkit-details-marker,
summary::marker {
  display: none;
}

/* レスポンシブ設定
------------------------------------- */
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
main {
  width: 390px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main {
    width: 100%;
  }
}

.header {
  padding: 70px 0 60px;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 17.9487179487vw 0 15.3846153846vw;
  }
}
.header h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header h1 img {
  width: 140px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .header h1 img {
    width: 35.8974358974vw;
    margin-right: 6.9230769231vw;
  }
}
.header__text {
  font-size: 15px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .header__text {
    font-size: 3.8461538462vw;
  }
}

.footer {
  background-color: #202020;
  padding: 45px 0 23px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 11.5384615385vw 0 5.8974358974vw;
  }
}
.footer__logo {
  margin: 0 auto;
  width: 140px;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 35.8974358974vw;
  }
}
.footer address {
  margin-top: 15px;
  font-size: 10px;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .footer address {
    margin-top: 3.8461538462vw;
    font-size: 2.5641025641vw;
  }
}
.footer address a {
  color: currentColor;
  text-decoration: underline;
}
.footer .copyright {
  margin-top: 50px;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .footer .copyright {
    margin-top: 12.8205128205vw;
    font-size: 2.5641025641vw;
  }
}

.top-text {
  line-height: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-text {
    margin-bottom: 5.1282051282vw;
  }
}

.text01 {
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  color: #adadad;
  margin-bottom: -21px;
}
@media screen and (max-width: 768px) {
  .text01 {
    margin-bottom: -5.3846153846vw;
  }
}

.text02 {
  font-weight: 600;
  line-height: 1.25;
  margin-left: 20px;
  padding-left: 10px;
  padding-bottom: 15px;
  width: 326px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .text02 {
    margin-left: 5.1282051282vw;
    padding-left: 2.5641025641vw;
    padding-bottom: 3.8461538462vw;
    width: 83.5897435897vw;
  }
}
.text02::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.46);
  position: absolute;
  bottom: 0;
  left: 0;
}
.text02 span {
  line-height: 1;
}

.text03 {
  width: 326px;
  line-height: 1.45;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .text03 {
    width: 83.5897435897vw;
    margin-top: 5.1282051282vw;
  }
}

.text04 {
  font-size: 28px;
  padding: 6px 0 13px;
  line-height: 1.8;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .text04 {
    font-size: 7.1794871795vw;
    padding: 1.5384615385vw 0 3.3333333333vw;
  }
}
.text04::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.46);
  position: absolute;
  top: 0;
  left: 0;
}
.text04::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.46);
  position: absolute;
  bottom: 0;
  left: 0;
}
.text04 span {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .text04 span {
    font-size: 4.1025641026vw;
  }
}

.text05 {
  margin: 43px auto 0;
  text-align: center;
  width: 326px;
  padding-bottom: 10px;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 768px) {
  .text05 {
    margin-top: 11.0256410256vw;
    width: 83.5897435897vw;
    padding-bottom: 2.5641025641vw;
  }
}
.text05::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.46);
  position: absolute;
  bottom: 0;
  left: 0;
}

.text06 {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.55;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .text06 {
    font-size: 3.8461538462vw;
  }
}

.img01 {
  margin-bottom: -26px;
}
@media screen and (max-width: 768px) {
  .img01 {
    margin-bottom: -6.6666666667vw;
  }
}

.img03 {
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  .img03 {
    margin-bottom: 6.9230769231vw;
  }
}

.img04 {
  -webkit-transform: translateY(-24px);
          transform: translateY(-24px);
  margin-bottom: -60px;
}
@media screen and (max-width: 768px) {
  .img04 {
    -webkit-transform: translateY(-6.1538461538vw);
            transform: translateY(-6.1538461538vw);
    margin-bottom: -15.3846153846vw;
  }
}

.img05 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .img05 {
    margin-top: 5.1282051282vw;
  }
}

.img06 {
  margin: 18px auto 0;
  width: 360px;
}
@media screen and (max-width: 768px) {
  .img06 {
    margin-top: 4.6153846154vw;
    width: 92.3076923077vw;
  }
}

.img07 {
  margin: 13px auto 0;
  width: 360px;
}
@media screen and (max-width: 768px) {
  .img07 {
    margin-top: 3.3333333333vw;
    width: 92.3076923077vw;
  }
}

.img08 {
  background-image: url("../images/img08.png");
  background-size: cover;
  padding: 45px 0 40px;
  margin-top: 34px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .img08 {
    padding: 11.5384615385vw 0 10.2564102564vw;
    margin-top: 8.7179487179vw;
  }
}
.img08 p:first-of-type {
  padding-bottom: 5px;
  width: 326px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .img08 p:first-of-type {
    padding-bottom: 1.2820512821vw;
    width: 83.5897435897vw;
  }
}
.img08 p:first-of-type::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.46);
  position: absolute;
  bottom: 0;
  left: 0;
}
.img08 p {
  margin: 24px auto 0;
  width: 319px;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .img08 p {
    margin-top: 6.1538461538vw;
    width: 81.7948717949vw;
  }
}

.img09 {
  margin: 46px auto 0;
}
@media screen and (max-width: 768px) {
  .img09 {
    margin-top: 11.7948717949vw;
  }
}

.img10 {
  margin: 27px auto 0;
}
@media screen and (max-width: 768px) {
  .img10 {
    margin-top: 6.9230769231vw;
  }
}

.img09,
.img10 {
  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;
  gap: 13px;
}
@media screen and (max-width: 768px) {
  .img09,
  .img10 {
    gap: 3.3333333333vw;
  }
}
.img09 img,
.img10 img {
  width: 161px;
}
@media screen and (max-width: 768px) {
  .img09 img,
  .img10 img {
    width: 41.2820512821vw;
  }
}
.img09 dl,
.img10 dl {
  width: 186px;
}
@media screen and (max-width: 768px) {
  .img09 dl,
  .img10 dl {
    width: 47.6923076923vw;
  }
}
.img09 dt,
.img10 dt {
  font-size: 18px;
  opacity: 0.7;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .img09 dt,
  .img10 dt {
    font-size: 4.6153846154vw;
  }
}
.img09 dd,
.img10 dd {
  font-size: 13px;
  font-weight: 600;
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .img09 dd,
  .img10 dd {
    font-size: 3.3333333333vw;
    margin-top: 3.3333333333vw;
  }
}

.img11 {
  margin-top: 34px;
  margin-bottom: 44px;
  padding: 31px 22px 45px;
  background-image: url("../images/img11.png");
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .img11 {
    margin-top: 8.7179487179vw;
    margin-bottom: 11.2820512821vw;
    padding: 7.9487179487vw 5.641025641vw 11.5384615385vw;
  }
}
.img11 p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .img11 p {
    font-size: 4.1025641026vw;
  }
}
.img11 p:first-of-type {
  margin-bottom: 215px;
}
@media screen and (max-width: 768px) {
  .img11 p:first-of-type {
    margin-bottom: 55.1282051282vw;
  }
}

.img12-2,
.img12-3,
.img12-4 {
  width: 281px;
  margin: 0 auto 0;
}
@media screen and (max-width: 768px) {
  .img12-2,
  .img12-3,
  .img12-4 {
    width: 100%;
  }
}

.img12-bottom {
  font-weight: 600;
  width: 281px;
  margin: 13px auto 0;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .img12-bottom {
    width: 72.0512820513vw;
    margin-top: 3.3333333333vw;
    font-size: 4.1025641026vw;
  }
}
.img12-bottom span {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .img12-bottom span {
    font-size: 2.5641025641vw;
  }
}

.img13 {
  margin: 21px auto 21px;
}
@media screen and (max-width: 768px) {
  .img13 {
    margin-top: 5.3846153846vw;
    margin-bottom: 5.3846153846vw;
  }
}

.text-btn-top {
  margin: 50px auto 0;
  font-size: 29px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .text-btn-top {
    margin-top: 12.8205128205vw;
    font-size: 7.4358974359vw;
  }
}

.btn {
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 290px;
  height: 55px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  background-image: url("../images/btn-bg.jpg");
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .btn {
    margin-top: 5.1282051282vw;
    width: 74.358974359vw;
    height: 14.1025641026vw;
    font-size: 6.6666666667vw;
  }
}

.btn-tel {
  margin: 10px auto 70px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 36px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .btn-tel {
    margin-top: 2.5641025641vw;
    margin-bottom: 17.9487179487vw;
    font-size: 9.2307692308vw;
  }
}
.btn-tel span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .btn-tel span {
    font-size: 3.5897435897vw;
  }
}

.area-bottom__top {
  line-height: 1.7;
  font-weight: bold;
  padding: 0 10px 14px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .area-bottom__top {
    padding: 0 2.5641025641vw 3.5897435897vw;
  }
}
.area-bottom__top span {
  display: inline-block;
  padding: 4px 7px;
  background-color: #951c1c;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .area-bottom__top span {
    padding: 1.0256410256vw 1.7948717949vw;
  }
}
.area-bottom video {
  width: 100%;
}

.icon-days {
  width: 281px;
  font-size: 2.6rem;
  padding: 10px;
  text-align: center;
  color: #fff;
  background-color: #951c1c;
  margin: 24px auto 0;
}
@media screen and (max-width: 768px) {
  .icon-days {
    width: 100%;
    margin-top: 6.1538461538vw;
    padding: 2.5641025641vw;
    font-size: 7.1794871795vw;
  }
}

.text-name {
  margin: 26px auto 0;
  font-weight: 900;
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .text-name {
    margin-top: 6.6666666667vw;
    font-size: 3.8461538462vw;
  }
}
.text-name span {
  display: block;
  font-size: 29px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .text-name span {
    font-size: 7.4358974359vw;
  }
}

.font15 {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .font15 {
    font-size: 3.8461538462vw;
  }
}

.font17 {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .font17 {
    font-size: 4.358974359vw;
  }
}

.font20 {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .font20 {
    font-size: 5.1282051282vw;
  }
}

.font21 {
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  .font21 {
    font-size: 5.3846153846vw;
  }
}

.font23 {
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  .font23 {
    font-size: 5.8974358974vw;
  }
}

.font26 {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .font26 {
    font-size: 6.6666666667vw;
  }
}

.font27 {
  font-size: 27px;
}
@media screen and (max-width: 768px) {
  .font27 {
    font-size: 6.9230769231vw;
  }
}

.font29 {
  font-size: 29px;
}
@media screen and (max-width: 768px) {
  .font29 {
    font-size: 7.4358974359vw;
  }
}

.font30 {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .font30 {
    font-size: 7.6923076923vw;
  }
}

.font33 {
  font-size: 33px;
}
@media screen and (max-width: 768px) {
  .font33 {
    font-size: 8.4615384615vw;
  }
}

.font36 {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .font36 {
    font-size: 9.2307692308vw;
  }
}

.font42 {
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  .font42 {
    font-size: 10.7692307692vw;
  }
}

.tac {
  text-align: center;
}