@charset "UTF-8";
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.14em;
  line-height: 160%;
  color: #fff;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    line-height: 1.7;
  }
}
body.js_active {
  overflow: hidden;
}

@media (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

.is-sp {
  display: none;
}
@media (max-width: 767px) {
  .is-sp {
    display: block !important;
  }
}

.cm-f-decol {
  font-family: "游ゴシック体", serif;
  font-weight: 400;
  font-style: normal;
}

.ttl {
  font-size: 4.2rem;
  line-height: 130%;
}
@media (max-width: 766px) {
  .ttl {
    font-size: 2rem;
    line-height: 1;
  }
}

.cont-inner {
  padding: 0 8rem;
}
@media (max-width: 767px) {
  .cont-inner {
    padding: 0 1.6rem;
  }
}

.header {
  width: 100%;
  height: 10rem;
  padding-top: 8px;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
@media (max-width: 767px) {
  .header .cont-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.header__cont {
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo {
  width: 12rem;
  padding: 3px 0 3px 0;
}
@media (max-width: 767px) {
  .header .nav {
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    padding: 5.6rem 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    transform: translateX(100%);
    transition: all 0.5s;
  }
}
.header .nav .list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .header .nav .list {
    flex-direction: column;
  }
}
.header .nav .list__item {
  margin-left: 4rem;
}
@media (max-width: 767px) {
  .header .nav .list__item {
    margin-left: 0;
  }
  .header .nav .list__item:not(:first-child) {
    margin-top: 3.2rem;
  }
}
.header .nav .list__item a {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .header .nav .list__item a {
    font-size: 2.4rem;
    color: #1a1a1a;
  }
}
.header .nav .list__item a:hover {
  opacity: 0.5;
}
.header .nav.js_active {
  transform: translateX(0);
}
@media (max-width: 767px) {
  .header .nav-toggle {
    line-height: 0;
    position: relative;
    z-index: 9999999;
  }
  .header .nav-toggle .nav-line {
    display: inline-block;
    width: 3.2rem;
    height: 0.2rem;
    background-color: #ffffff;
    transition: all 0.5s;
  }
  .header .nav-toggle .nav-line:not(:first-child) {
    margin-top: 0.8rem;
  }
  .header .nav-toggle__inner {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.header .nav-toggle.js_active .nav-line {
  background-color: #1a1a1a;
  margin: 0;
}
.header .nav-toggle.js_active .nav-line:nth-of-type(1) {
  transform: rotate(45deg);
}
.header .nav-toggle.js_active .nav-line:nth-of-type(2) {
  transform: rotate(-45deg);
  position: relative;
  top: -0.2rem;
}
.header .nav-toggle.js_active .nav-line:nth-of-type(3) {
  opacity: 0;
  visibility: hidden;
}

.footer {
  background-color: #000;
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .footer {
    padding: 4rem 0;
  }
}
.footer__cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer__cont {
    flex-direction: column;
  }
}
.footer__cont .left-area .img {
  width: 24rem;
}
@media (max-width: 767px) {
  .footer__cont .left-area .img {
    margin: 0 auto;
  }
}
.footer__cont .left-area .img img {
  width: 100%;
}
.footer__cont .left-area .txt-area {
  margin-top: 1.6rem;
}
@media (max-width: 767px) {
  .footer__cont .left-area .txt-area {
    text-align: center;
  }
}
.footer__cont .left-area .txt-area .txt {
  display: block;
}
@media (max-width: 767px) {
  .footer__cont .right-area {
    width: 100%;
    text-align: center;
    margin-top: 1.6rem;
  }
}
.footer__cont .right-area .img {
  width: 7.8rem;
}
@media (max-width: 767px) {
  .footer__cont .right-area .img {
    margin: 0 auto;
  }
}
.footer__cont .right-area .img img {
  width: 100%;
}

small {
  display: block;
  text-align: center;
  background-color: #000;
  padding: 0.4rem 0;
}

sml-txt {
   display: block;
  text-align: center;
  color: #fff;
  padding: 0.4rem 0;
}

#maintenance {
  background-color: #000;
}

.maintenance {
  width: 120rem;
  height: 100vh;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #000;
}
@media (max-width: 767px) {
  .maintenance {
    width: 100%;
  }
}
.maintenance .cont-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.maintenance .cont-inner .img {
  width: 80rem;
}
@media (max-width: 767px) {
  .maintenance .cont-inner .img {
    width: 100%;
  }
}
.maintenance .cont-inner .img img {
  width: 100%;
}
.maintenance .cont-inner .ttl {
  font-size: 3.2rem;
  text-align: center;
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .maintenance .cont-inner .ttl {
    font-size: 2rem;
    text-align: left;
  }
}
.maintenance .cont-inner .ttl .txt {
  display: block;
  margin-top: 1.6rem;
  line-height: 1.7;
}

.main .fixed-btn {
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30rem;
  height: 8rem;
  background-color: #ffffff;
  border-radius: 2rem;
  margin: 0 auto;
  position: fixed;
  bottom: 1.6rem;
  right: 1.6rem;
  z-index: 999;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .main .fixed-btn {
    width: 100%;
    height: 8rem;
    bottom: 0;
    right: 0;
    border-radius: 0;
  }
}
.main .fixed-btn.js-block {
  opacity: 1;
  visibility: visible;
}
.main .fixed-btn .btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #1a1a1a;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .main .fixed-btn .btn {
    font-size: 1.8rem;
  }
}
.main .fixed-btn .btn .img {
  width: 2.8rem;
  margin-right: 4rem;
}
@media (max-width: 767px) {
  .main .fixed-btn .btn .img {
    width: 5.6rem;
    margin-right: 2.4rem;
  }
}
.main .fixed-btn .btn .img img {
  width: 50px;
}
.main .fixed-btn .btn__txt {
  
  text-decoration-color: #000;
  text-decoration-thickness: 0.4rem;
}
.main .mv {
  background-image: url(../img/mv_2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100vh;
  max-height: 700px; 
}
/* スマホ用のレスポンシブデザイン */
@media (max-width: 768px) {
  .main .mv {
    max-height: 400px;  /* スマホ用に最大高さを調整 */
  }
}

.main .sec01 {
  padding: 12rem 0;
  background-color: #FBF2EC;
}
@media (max-width: 767px) {
  .main .sec01 {
    padding: 4rem 0;
  }
}
.main .sec01 .ttl {
  text-align: center;
}
.main .sec01__img-slide {
  width: 100%;
  margin: 5.6rem auto 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .main .sec01__img-slide {
    margin-top: 1.6rem;
  }
}
.main .sec01__img-slide__list__item {
  width: 36rem !important;
}
@media (max-width: 767px) {
  .main .sec01__img-slide__list__item {
    width: 100% !important;
  }
}
.main .sec01__img-slide__list__item .img {
  aspect-ratio: 1405/994;
}
@media (max-width: 767px) {
  .main .sec01__img-slide__list__item .img {
    width: 100%;
  }
}
.main .sec01__img-slide__list__item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .sec01__img-slide__list__item .name {
  display: block;
  font-size: 1.8rem;
  text-align: center;
  margin-top: 1.2rem;
}
@media (max-width: 767px) {
  .main .sec01__img-slide__list__item .name {
    font-size: 1.6rem;
    margin-top: 0.4rem;
  }
}
.main .sec01 .cont-inner {
  position: relative;
  width: 120rem;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 767px) {
  .main .sec01 .cont-inner {
    width: 100%;
  }
}
.main .sec01 .cont-inner .swiper-button-next,
.main .sec01 .cont-inner .swiper-button-prev {
  top: 60%;
}
@media (max-width: 767px) {
  .main .sec01 .cont-inner .swiper-button-next,
  .main .sec01 .cont-inner .swiper-button-prev {
    top: 55%;
  }
}
.main .sec01 .cont-inner .swiper-button-next {
  right: -4rem;
}
@media (max-width: 767px) {
  .main .sec01 .cont-inner .swiper-button-next {
    right: 1.2rem;
  }
}
.main .sec01 .cont-inner .swiper-button-prev {
  left: -4rem;
}
@media (max-width: 767px) {
  .main .sec01 .cont-inner .swiper-button-prev {
    left: 1.2rem;
  }
}
.main .sec02 {
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 12rem 0;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .main .sec02 {
    padding: 4rem 0;
  }
}
.main .sec02__cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5.6rem;
}
@media (max-width: 767px) {
  .main .sec02__cont {
    margin-top: 1.6rem;
    flex-direction: column-reverse;
  }
}
.main .sec02__cont .txt-area {
  padding: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.main .sec02__cont .txt-area::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 2rem;
  position: absolute;
  top: -3rem;
  left: -3rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .main .sec02__cont .txt-area::before {
    top: unset;
    right: -0.8rem;
    bottom: -0.8rem;
    left: unset;
  }
}
@media (max-width: 767px) {
  .main .sec02__cont .txt-area {
    width: 100%;
    height: auto;
    padding: 1.6rem;
    margin-top: 2.4rem;
  }
}
.main .sec02__cont .img-area .img {
  width: 62rem;
}
@media (max-width: 767px) {
  .main .sec02__cont .img-area .img {
    width: 100%;
  }
}
.main .sec02__wrapper {
  width: 128rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .main .sec02__wrapper {
    width: 100%;
  }
}
.main .sec03 {
  padding: 12rem 0;
  background-color: #000;
}
@media (max-width: 767px) {
    .main .sec03 {
    padding: 4rem 0;
  }
}
.main .sec03__cont {
  margin-top: 5.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/sec0_bg.jpg);
}
@media (max-width: 767px) {
  .main .sec03__cont {
    margin-top: 1.6rem;
    flex-direction: column;
  }
}
.main .sec03 .price .img {
  width: 80rem;
}
@media (max-width: 767px) {
  .main .sec03 .price .img {
    width: 100%;
  }
}
.main .sec03 .price .img img {
  width: 100%;
}
.main .sec03 .txt-area {
  width: 48rem;
  height: 40rem;
  padding: 0 4rem;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .main .sec03 .txt-area {
    width: 100%;
    height: auto;
    margin-top: 1.6rem;
    padding: 1.6rem;
  }
}
.main .sec03__wrapper {
  width: 128rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .main .sec03__wrapper {
    width: 100%;
  }
}
.main .sec04 {
  position: relative;
  z-index: 0;
  background-color: #000;
}
@media (max-width: 767px) {
  .main .sec04 {
    padding: 4rem 0;
  }
}
.main .sec04__cont {
  display: flex;
  justify-content:  center;
  align-items: center;
      padding: 5.6rem;
}
@media (max-width: 767px) {
  .main .sec04__cont {
    flex-direction: column;
    margin-top: 1.6rem;
  }
}
.main .sec04__cont .txt-area {
  width: 48rem;
  padding: 0 4rem;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.main .sec04__cont .txt-area::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 2rem;
  position: absolute;
  top: -3rem;
  left: -3rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .main .sec04__cont .txt-area::before {
    top: unset;
    right: -0.8rem;
    bottom: -0.8rem;
    left: unset;
  }
}
@media (max-width: 767px) {
  .main .sec04__cont .txt-area {
    width: 100%;
    height: auto;
    padding: 1.6rem;
  }
}
@media (max-width: 767px) {
  .main .sec04__cont .img-area {
    margin-top: 2.4rem;
  }
}
.main .sec04__cont .img-area .img {
  width: 55rem;
}
@media (max-width: 767px) {
  .main .sec04__cont .img-area .img {
    width: 100%;
  }
}
.main .sec04__wrapper {
  width: 128rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .main .sec04__wrapper {
    width: 100%;
  }
}
.main .sec04 .btn-area {
  margin-top: 8rem;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .main .sec04 .btn-area {
    margin-top: 3.2rem;
  }
}
.main .sec04 .btn-area:hover a {
  background-color: #ffffff;
  color: #000;
  opacity: 1;
}
.main .sec04 .btn-area a {
  color: #ffffff;
  font-size: 2.4rem;
  width: 54rem;
  height: 10rem;
  background-color: #000;
  border: solid 4px #000;
  border-radius: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .main .sec04 .btn-area a {
    width: 100%;
    height: 6.4rem;
    font-size: 1.8rem;
  }
}
.main .bg {
  width: 100vw;
  height: 32rem;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .main .bg {
    height: 24rem;
  }
}
.main .sec05 {
  padding: 12rem 0;
  background-color: #000;

}
@media (max-width: 767px) {
  .main .sec05 {
    padding: 4rem 0;
  }
}
.main .sec05__cont {
  width: 65rem;
  margin: 5.6rem auto 0;
}
@media (max-width: 767px) {
  .main .sec05__cont {
    width: 100%;
  }
}
.main .sec05__cont tbody tr {
  border-bottom: solid 1px #cecece;
  display: block;
  display: flex;
  justify-content: flex-start;
  padding: 0 1.6rem 1.6rem;
}
@media (max-width: 767px) {
  .main .sec05__cont tbody tr {
    padding: 0 0.8rem 0.8rem;
  }
}
.main .sec05__cont tbody tr:not(:first-child) {
  margin-top: 1.6rem;
}
@media (max-width: 767px) {
  .main .sec05__cont tbody tr:not(:first-child) {
    margin-top: 0.8rem;
  }
}
.main .sec05__cont tbody tr th {
  width: 12rem;
  text-align: left;
}
@media (max-width: 767px) {
  .main .sec05__cont tbody tr th {
    width: 8rem;
  }
}
@media (max-width: 767px) {
  .main .sec05__cont tbody tr td {
    width: calc(100% - 8rem);
    font-size: 1.2rem;
  }
}
.main .sec05 .ttl {
 
}
.main .map {
  width: 100vw;
  height: 54rem;
}
@media (max-width: 767px) {
  .main .map {
    height: 46.6rem;
  }
}
.main .sec06 {
  padding: 4rem 0;
  background-color: #000;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  .main .sec06 {
    padding: 2.4rem 0;
  }
}
.main .sec06__cont {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .sec06__cont .img {
  width: 7.8rem;
  margin-right: 2.4rem;
}
.main .sec06__cont .img img {
  width: 100%;
}/*# sourceMappingURL=style.css.map */


h2 {
  position: relative;
  padding: 0.25em 0;
}
h2:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
  background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}