@charset "UTF-8";
.top-line {
  background: #000000;
  color: #FFFFFF;
  padding: 10px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.top-line a {
  color: #FFFFFF;
}

.top-line a:hover {
  opacity: .8;
}

/* ----------------------------------

feature

---------------------------------- */
.feature-wrap {
  max-width: 1200px;
  width: 90%;
  margin: 50px auto;
}

@media only screen and (min-width: 768px) {
  .feature-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .feature-wrap {
    margin: 100px auto;
  }
}

@media only screen and (min-width: 768px) {
  .feature-wrap .feature-content {
    width: 70%;
  }
}

@media only screen and (min-width: 768px) {
  .feature-wrap .feature-side {
    width: 25%;
  }
}

.feature-wrap .damy-bnr a {
  display: block;
  width: 100%;
  height: 500px;
  background: #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-wrap .tit-page-block {
  padding: 0 0 30px;
  border-bottom: 1px solid #c8bdb1;
  margin: 30px 0 30px;
}

.feature-wrap .cate-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-wrap .cate-label .cate {
  background: #c8bdb1;
  border-radius: 100px;
  padding: 0 20px;
  color: #FFFFFF;
  margin-right: 1rem;
}

.feature-wrap h2 {
  font-size: clamp(1.6rem, 1.6vw, 2.4rem);
  margin: 10px 0 0;
  font-weight: 600;
  letter-spacing: .1rem;
}

@media only screen and (min-width: 768px) {
  .feature-wrap .page-exp {
    line-height: 2.2;
  }
}

.feature-wrap .catch-copy {
  font-size: clamp(1.6rem, 1.4vw, 1.8rem);
}

.feature-wrap .page-label {
  background: rgba(200, 189, 177, 0.3);
  border-radius: 10px;
  padding: 30px;
  margin: 50px 0 80px;
}

.feature-wrap .page-label .label-tit {
  border-bottom: 1px solid #c8bdb1;
  padding: 0 0 5px;
}

.feature-wrap .page-label ul {
  margin-top: 10px;
}

.feature-wrap .page-label ul li {
  list-style-position: inside;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}

.feature-wrap .page-label ul li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 1.2rem;
  margin-right: 1rem;
  color: #c8bdb1;
}

.feature-wrap .page-label ul li a {
  position: relative;
}

.feature-wrap .page-label ul li a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 0%;
  height: 1px;
  background-color: #c8bdb1;
  -webkit-transition: .3s;
  transition: .3s;
}

.feature-wrap .page-label ul li a:hover::after {
  width: 100%;
}

.feature-wrap h3 {
  font-size: clamp(1.6rem, 1.7vw, 2.2rem);
  font-weight: 600;
  margin-bottom: 20px;
  padding: 30px 0 0;
  border-top: 1px solid #c8bdb1;
  letter-spacing: .1rem;
}

@media only screen and (min-width: 768px) {
  .feature-wrap h3 {
    padding: 50px 0 0;
  }
}

.feature-wrap h3 span {
  position: relative;
  padding-left: 25px;
}

.feature-wrap h3 span::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #c8bdb1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.feature-wrap .block-img {
  margin-bottom: 30px;
}

.feature-wrap .block-item {
  margin-bottom: 80px;
}

.block-sub-content {
  margin: 50px 0 0;
  border: 1px solid #c8bdb1;
  border-radius: 10px;
  padding: 0px 20px 20px;
}

@media only screen and (min-width: 768px) {
  .block-sub-content {
    padding: 0px 40px 40px;
    margin: 80px 0 0;
  }
}

.block-sub-content .tit-info {
  text-align: center;
  font-size: clamp(1.8rem, 1.8vw, 2.5rem);
  color: #c8bdb1;
  font-weight: 600;
  letter-spacing: .1rem;
}

.block-sub-content .tit-info span {
  background: #FFFFFF;
  padding: 0 20px;
  display: inline-block;
  position: relative;
  top: -20px;
}

.block-sub-content dl {
  margin-bottom: 40px;
  border-bottom: 1px dotted #c8bdb1;
  padding-bottom: 30px;
}

.block-sub-content dl dt {
  font-size: clamp(1.5rem, 1.5vw, 1.7rem);
  margin-bottom: 20px;
  font-weight: 600;
}

.block-sub-content dl:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

/* ----------------------------------

area

---------------------------------- */
.area-map-n {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tit-feature {
  text-align: center;
  font-size: clamp(2rem, 2vw, 3rem);
  font-weight: 600;
  margin: 40px 0 40px;
}

@media only screen and (min-width: 768px) {
  .tit-feature {
    margin: 80px 0 80px;
  }
}

.feature-list {
  width: 90%;
  margin: 0 auto 50px;
  max-width: 1500px;
}

@media only screen and (min-width: 768px) {
  .feature-list {
    margin: 0 auto 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.feature-list::after {
  content: "";
  display: block;
  width: 30%;
}

.feature-list .feature-box {
  position: relative;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .feature-list .feature-box {
    width: 30%;
    margin-bottom: 0;
  }
}

.feature-list .feature-box .cate {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #FFFFFF;
  background: #c8bdb1;
  border-radius: 100px;
  font-size: 1.4rem;
  padding: 0 10px;
}

.feature-list .feature-box h4 {
  position: absolute;
  top: 60px;
  left: 20px;
  color: #FFFFFF;
  font-size: clamp(1.5rem, 1.6vw, 2.2rem);
  padding-right: 20px;
}

.feature-list .feature-box .more {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #FFFFFF;
  letter-spacing: .1rem;
  display: block;
  z-index: 2;
}

.feature-list .feature-box .more::after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: #fff;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.feature-list .pic {
  overflow: hidden;
  position: relative;
}

.feature-list .pic:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.feature-list .pic:hover::after {
  opacity: .5;
}

.feature-list .pic:hover .more::after {
  width: 100%;
}

.feature-list .pic::after {
  display: block;
  content: "";
  background: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .3;
  -webkit-transition: .5s;
  transition: .5s;
}

.feature-list .pic img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 4 / 3.3;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 768px) {
  .feature-list.top-feature {
    margin-bottom: 70px;
  }
}

.btn_feature {
  margin-bottom: 80px;
}

@media only screen and (min-width: 768px) {
  .btn_feature {
    margin-bottom: 150px;
  }
}

.top-view {
  background: url(img/wide.jpg) center top/cover no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 1 / 1.4;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
  color: #FFFFFF;
  margin: 0 0 50px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .top-view {
    margin: 0 0 80px;
    aspect-ratio: 1 / .5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.top-view dl {
  text-align: center;
  padding-top: 10vw;
}

@media only screen and (min-width: 768px) {
  .top-view dl {
    padding-top: 0;
  }
}

.top-view dl dt {
  font-size: 5.5vw;
  letter-spacing: .2rem;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .top-view dl dt {
    font-size: 3rem;
  }
}

.top-view dl dd {
  line-height: 2.5;
}

.top-view .map-inner {
  width: 70vw;
  right: 30px;
  bottom: 10px;
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .top-view .map-inner {
    width: 30vw;
    right: 30px;
    bottom: 30px;
  }
}

/* ----------------------------------

loading topslider

---------------------------------- */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  background: #fff;
}

#loading.fade-out {
  opacity: 0;
  pointer-events: none;
}

#loading img {
  max-width: 50vw;
  height: auto;
  opacity: 0;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-animation: loadingFadeZoom 1s ease-out forwards;
  animation: loadingFadeZoom 1s ease-out forwards;
}

@media only screen and (min-width: 768px) {
  #loading img {
    max-width: 400px;
  }
}

@-webkit-keyframes loadingFadeZoom {
  from {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes loadingFadeZoom {
  from {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

#mv-wrapper {
  position: relative;
  width: 97%;
  overflow: hidden;
  background: #fff;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  #mv-wrapper {
    padding: 40px 0;
    width: 90%;
  }
}

#mv-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* gapを考慮して100%に収めるため、少し小さめに設定 */
  gap: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slide-item {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  /* 【PC】チラ見せ2枚をきっちり出すための計算 (100% - メイン70% - gap分) / 2 */
  width: 13vw;
  height: 50vw;
  max-height: 800px;
  border-radius: 15px;
  overflow: hidden;
  -webkit-transition: width 0.8s cubic-bezier(0.25, 1, 0.5, 1), margin-right 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: width 0.8s cubic-bezier(0.25, 1, 0.5, 1), margin-right 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 1;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .slide-item {
    height: 38vw;
  }
}

.slide-item h3 {
  position: absolute;
  bottom: 15px;
  left: 10px;
  text-shadow: black 0 0 15px, black 0px 0px 15px;
  z-index: 10;
  color: #FFFFFF;
  font-size: clamp(1.4rem, 2.2vw, 3.2rem);
  opacity: 0;
  letter-spacing: .1rem;
}

@media only screen and (min-width: 768px) {
  .slide-item h3 {
    bottom: 30px;
    left: 30px;
    line-height: 1.3;
  }
}

.slide-item.is-active h3 {
  opacity: 1;
}

/* --- PC: メインを70%に --- */
.slide-item.is-active {
  width: 70vw;
}

.slide-item.is-exiting {
  width: 0 !important;
  opacity: 0 !important;
  margin-right: -20px !important;
  /* gapと同じ値 */
  pointer-events: none;
}

.slide-item img {
  width: 70vw;
  /* 画像の最大幅をメインに合わせる */
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* --- スマホ用のスタイル (768px以下) --- */
@media screen and (max-width: 768px) {
  #mv-slider {
    gap: 10px;
  }
  .slide-item {
    /* スマホ：メイン85% + チラ見せ1枚10% + gap = 約100% */
    width: 10vw;
    height: 60vw;
  }
  .slide-item.is-active {
    width: 80vw;
  }
  .slide-item.is-exiting {
    margin-right: -10px !important;
  }
  .slide-item img {
    width: 80vw;
  }
}

/* ページネーション・ボタン等 */
.mv-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  margin-top: 25px;
}

.pagination-dot {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pagination-dot.is-active {
  background: #c8bdb1;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.mv-controls {
  margin-top: 20px;
  text-align: center;
}

.mv-controls button {
  background: none;
  border: none;
  font-size: 2rem;
  color: #c8bdb1;
}

@media only screen and (min-width: 768px) {
  .mv-controls button {
    font-size: 5rem;
  }
}

#prev-btn {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -5vw;
}

@media only screen and (min-width: 768px) {
  #prev-btn {
    margin-top: 0;
  }
}

#next-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -5vw;
}

@media only screen and (min-width: 768px) {
  #next-btn {
    margin-top: 0vw;
  }
}

.side-fix-btn {
  position: fixed;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  background: #c8bdb1;
  z-index: 10;
  width: 100%;
  bottom: 0;
  padding: 10px 10px 5px;
  left: 0;
}

@media only screen and (min-width: 768px) {
  .side-fix-btn {
    padding: 30px;
    text-align: center;
    right: 0;
    top: 50%;
    width: auto;
    left: unset;
    bottom: unset;
  }
}

.side-fix-btn .tit {
  color: #FFFFFF;
  text-align: center;
}

.side-fix-btn p.txt {
  display: none;
}

.side-fix-btn .btn1 {
  background: #FFFFFF;
  padding: 15px 20px;
  color: #c8bdb1;
  font-size: clamp(1.5rem, 1.5vw, 1.6rem);
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .side-fix-btn .btn1 {
    margin-top: 20px;
  }
}

.side-fix-btn .btn1::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}

.side-fix-btn .btn1:hover {
  opacity: .7;
}

.side-fix-btn.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  /* クリックできないようにする */
}

.side-fix-btn .activity-tel-num {
  color: #FFFFFF;
  font-size: clamp(1rem, 1.5vw, 2rem);
}

/* ----------------------------------

追加

---------------------------------- */
.act_sch_li {
  list-style: none;
  padding: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.6s ease-in-out;
  transition: max-height 0.6s ease-in-out;
  /* スルッと動くアニメーション */
  position: relative;
  padding-top: 50px;
}

.act_sch_li img {
  width: 150px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

/* 閉じている時のスタイル（2個目の半分くらいで止める設定） */
.act_sch_li.hidden {
  max-height: 450px;
  /* 2個目の途中になるよう調整 */
}

/* 閉じている時だけ下部をグラデーションで隠す */
.act_sch_li.hidden::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#f8f3eb));
  background: linear-gradient(transparent, #f8f3eb);
}

/* 開いている時 */
.act_sch_li.open {
  max-height: 2000px;
  /* 十分な高さを設定 */
}

/* ボタンの装飾 */
.btn-area {
  text-align: center;
  margin-top: 20px;
}

.view-more-btn {
  padding: 12px 30px;
  background: #c8bdb1;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 25px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 150px;
}

.view-more-btn:hover {
  background: #c8bdb1;
}

.tit-mid {
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
  border-left: 1px solid #c8bdb1;
  padding-left: 10px;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  .tit-mid {
    font-size: 2.3rem;
    margin-top: 50px;
    text-align: left;
  }
}

.side-bnr-con li {
  list-style: none;
  margin-bottom: 30px;
  -webkit-transition: .3s;
  transition: .3s;
}

.side-bnr-con li:hover {
  opacity: .7;
}

/* 日付入力欄全体をクリック可能にする */
input[type="date"] {
  position: relative;
  cursor: pointer;
}

/* カレンダーアイコンの判定を全体に広げる魔法のコード */
input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: transparent;
  color: transparent;
}
