@charset "UTF-8";
#nexus {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  color: #333;
  line-height: 1.6;
}

/* === 共通フォント === */
.nexus_about_title,
.nexus_about_subtitle,
.nexus_area_heading,
.nexus_area_title,
.nexus_entrance_heading,
.nexus_entrance_title,
.nexus_area_label,
.nexus_entrance_label {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

/* MVセクション */
.nexus_mv_section {
  background-color: #dbf5e8;
  padding-top: 167px; /* PC：ヘッダー107px + 下部余白60pxくらい */
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

/* スライダー本体 */
.nexus_mv {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1165px;
  height: 648px;
  margin: 0 auto;
  background-color: #dbf5e8; /* 念のため内側にも背景 */
}

.nexus_mv_slider {
  width: 100%;
  height: 100%;
  position: relative;
}

/* 各スライド共通 */
.nexus_mv_slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  opacity: 0;
  animation: fadeSlide 15s infinite;
}

/* スライド画像 */
.slide {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  animation: fadeSlide 10s infinite;
  opacity: 0;
}

.slide1 {
  background-image: url("../image/nexus/slide01.jpg");
  animation: fadeSlide 10s infinite;
  animation-delay: 0s;
  z-index: 1;	
}
.slide2 {
  background-image: url("../image/nexus/slide02.jpg");
  animation: fadeSlide 10s infinite;
  animation-delay: 5s;
  z-index: 2;	
}
.slide_fallback {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../image/nexus/slide01.jpg");
  background-size: cover;
  background-position: center;
  z-index: 1;
}

/* フェードアニメーション */
@keyframes fadeSlide {
  0%   { opacity: 0;}
  10%  { opacity: 1; }  /* ゆっくり表示 */
  40%  { opacity: 1; }  /* 余韻を残して */
  50%  { opacity: 0;  }  /* フェードアウト */
  100% { opacity: 0; }
}

/* ロゴ */
.nexus_mv_logo {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 300px;
  max-width: 400px;
}
.nexus_mv_logo img {
  width: 100%;
  height: auto;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .nexus_mv_section {
    padding: 0;
  }

  .nexus_mv {
    width: 100%;
    height: 100vh;
    border-radius: 0;
  }

  .nexus_mv_slide {
    border-radius: 0;
    background-position: center center;
  }

  .nexus_mv_logo {
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    transform: translate(-50%, -50%);
    width: 50%;
    max-width: 250px;
  }
}

.nexus_reserve {
  background:#333;
  padding: 20px 20px;
}

.nexus_reserve_inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.nexus_reserve_title {
  font-size: 20px;
  color: #fff;
  font-weight:bold;
}

.nexus_reserve_days {
  font-size: 16px;
  color: #fff;
}

.nexus_reserve_text {
  font-size: 14px;
  color: #fff;
}

.nexus_reserve_text span{
  font-size: 18px;
  color: #ceb482;
}

/* === ABOUT セクション === */
.nexus_about {
  background: linear-gradient(to top, #3a2618, #9c8d7a);
  padding: 80px 20px;
  color: #fff;
}

.nexus_about_inner {
  max-width: 1100px;
  margin: 0 auto;
}

.nexus_about_content {
  display: flex;
  gap: 40px;
  align-items: center;
}

.nexus_about_image {
  flex: 0 0 40%;
  max-width: 30%;
}

.nexus_about_image img {
  width: 100%;
  height: auto;
  display: block;
}

.nexus_about_image .about_sp {
  display: none;
}

.nexus_about_text {
  flex: 1;
}

.nexus_about_title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 16px;
}

.nexus_about_subtitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 24px;
}

.nexus_about_subtitle span{
  font-size: 28px;
}

.nexus_about_description {
  font-size: 15px;
  line-height: 1.8;
}

/* === ATTRACTIVE AREA セクション === */
.nexus_area {
  background: linear-gradient(135deg, #d0f6e8, #006a3c);
  padding: 80px 20px;
}

.nexus_area_inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  flex-wrap: wrap;
}

.nexus_area_text {
  flex: 1;
}

.nexus_area_heading {
  font-size: 24px;
  color: #009a83;
  margin-bottom: 16px;
  font-weight: 700;
  text-align: left;
}

.nexus_area_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  text-align: left;
}

.nexus_area_description {
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
}

.nexus_area_image {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
}

.nexus_area_image img {
  width: 100%;
  height: auto;
  display: block;
}

.nexus_area_label {
  position: absolute;
  bottom: -30px;
  right:-16px;
  font-size: clamp(20px, 6vw, 40px);
  color: rgba(255, 255, 255, 0.3);
  font-weight: bold;
  white-space: nowrap;
  pointer-events: none;
}

/* === ENTRANCE セクション === */
.nexus_entrance {
  background: linear-gradient(45deg, #e77546, #fff1e8);
  padding: 80px 20px;
}

.nexus_entrance_inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
	flex-direction: row-reverse;
}

.nexus_entrance_text {
  flex: 1;
}

.nexus_entrance_heading {
  font-size: 24px;
  color: #ff6e4b;
  margin-bottom: 16px;
  font-weight: 700;
  text-align: left;
}

.nexus_entrance_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  text-align: left;
}

.nexus_entrance_description {
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
}

.nexus_entrance_image {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
}

.nexus_entrance_image img {
  width: 100%;
  height: auto;
  display: block;
}

.nexus_entrance_label {
  position: absolute;
  bottom: -30px;
  left: -16px;
  font-size: clamp(20px, 6vw, 40px);
  color: rgba(255, 255, 255, 0.3);
  font-weight: bold;
  white-space: nowrap;
  pointer-events: none;
}

/* === レスポンシブ対応 === */
@media screen and (max-width: 768px) {
  .nexus_about {
    padding: 60px 10px;
  }
	
  .nexus_about_content {
    flex-direction: row;
    gap: 20px;
  }

  .nexus_about_image {
    flex: 0 0 45%;
    max-width: 45%;
  }

  .nexus_about_text {
    flex: 1;
  }

  .nexus_about_title {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .nexus_about_subtitle {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .nexus_about_description {
    font-size: 13.5px;
  }

  .nexus_area_inner,
  .nexus_entrance_inner {
    flex-direction: column;
  }

  .nexus_area_image,
  .nexus_entrance_image {
    max-width: 100%;
  }

  .nexus_area_label,
  .nexus_entrance_label {
    font-size:36px;
  }
  .nexus_about_subtitle span{
    font-size: 22px;
  }
  .nexus_area_title {
    font-size: 28px;
  }	
  .nexus_entrance_title {
    font-size: 28px;
  }
  .nexus_about_image .about_pc {
    display: none;
  }
  .nexus_about_image .about_sp {
    display: block;
  }
}

/* MENUエリア */
.nexus_menu {
  background-color: #fffcf7;
  padding: 60px 20px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.nexus_menu_title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
  font-family: "EB Garamond", serif;
	color: #c7b299;
}

.nexus_menu_list {
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}

.nexus_menu_item {
  width: calc(25% - 30px);
  background-color: #fff;
  border: 1px solid #b3b3b3;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
	border-radius: 12px;
}

.nexus_menu_item:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.nexus_menu_item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000;
  padding: 20px;
  height: 100%;
  box-sizing: border-box;
}

.nexus_menu_item img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-bottom: 12px;
}

.nexus_menu_text {
  text-align: center;
}

.nexus_menu_label_en {
  display: block;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #666;
}

.nexus_menu_label_jp {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin: 4px 0;
}

.nexus_menu_desc {
  font-size: 12px;
  line-height: 1.4;
  color: #444;
}

@media screen and (max-width: 768px) {
  .nexus_menu_item {
    width: calc(50% - 20px);
  }
  .nexus_menu_title {
    font-size: 24px;
  }
  .nexus_menu_item a {
	  padding: 20px 5px;
  }
}
