@charset "utf-8";

ul.nav-header li {
  margin-right: 25px;
  font-size: 15px;
  line-height: 1;
}

a.header-nav-logo {
  font-size: 22px;
}

.nav-header {
  display: flex;
}

.header-nav {
  position: absolute;
  z-index: 1;
  color: #fff;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20px 30px;
}

.fv {
  position: relative;
  z-index: 0;
}

.fv_text {
  position: absolute;
  z-index: 1;
  color: #fff;
  writing-mode: vertical-rl;
  top: 15%;
  right: 10%;
}

.fv_text h1 {
  font-size: 40px;
  padding: 0 20px;
  letter-spacing: 5px;
  line-height: 70px;
}

.fv_text p {
  font-size: 15px;
  padding: 30px;
  line-height: 40px;
  letter-spacing: 5px;
}

.sec-shirohaku_about {
  background-color: #fdf9f3;
  padding: 60px 50px;
  max-width: 1200px;
  margin: 0 auto;
}

.shirohaku_about_bigbox {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

.shirohaku_about_box {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.shirohaku_about_text {
  flex: 1;
  min-width: 300px;
  max-width: 50%;
  padding: 20px;
  color: #4D463C;
}

.shirohaku_about_text h2 {
  font-size: 28px;
  margin-bottom: 40px;
}

.shirohaku_about_text p {
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 16px;
  letter-spacing: 3px;
}

.shirohaku_about_img {
  position: relative;
  flex: 1;
  min-width: 300px;
  max-width: 40%;
  box-sizing: border-box;
  z-index: 0;
}

.shirohaku_about_img img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}

.shirohaku_about_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 100px solid #EDE9E1;
  box-sizing: border-box;
  transform: translate(-70px, 60px);
  z-index: 1;
}

.shirohaku_about_img p {
  position: absolute;
  bottom: -45px;
  z-index: 1;
  color: #B495311A;
  font-size: 48px;
  right: 0;
}

.see-more {
  display: flex;
  align-items: center;
  gap: 20px;
  /* テキストと線の間隔 */
  margin-top: 20px;
}

.see-more a {
  display: flex;
  align-items: center;
}

.see-more-text {
  font-size: 16px;
  color: #B49531;
  white-space: nowrap;
  margin-right: 10px;
}

.see-more-line {
  height: 2px;
  background-color: rgba(180, 149, 49, 0.3);
  width: 80px;
  display: inline-block;
}

.shirohaku_about_hotel_box {
  width: 30%;
}

.shirohaku_about_hotel_box img {
  width: 100%;
}

.shirohaku_about_hotel_box h3 {
  padding: 30px 0 0 0;
  font-size: 18px;
}

.shirohaku_about_hotel_img_box {
  position: relative;
}

.shirohaku_about_hotel_img_box p {
  position: absolute;
  bottom: -55px;
  z-index: 1;
  color: #B495311A;
  font-size: 48px;
  right: 0;
}

.castle-table-wrapper {
  padding: 100px 0;
}

.castle-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  table-layout: fixed;
}

.castle-table thead th {
  background-color: rgba(191, 179, 157, 0.8);
  color: #333;
  font-size: 20px;
  padding: 30px;
  vertical-align: middle;
  text-align: center;
  border: solid 0.25px rgba(77, 70, 60, 0.5);
}

.castle-table thead th:first-child {
  background-color: #fdf9f3;
  border: none;
}

.castle-table thead th:nth-child(3) {
  background-color: #EDE9E1;
}

.castle-table thead th img {
  width: 50px;
  height: auto;
  vertical-align: middle;
  margin-right: 20px;
}

.castle-table tbody th {
  background-color: #93866C;
  color: white;
  font-weight: normal;
  padding: 30px;
  font-size: 17px;
  width: 20%;
  text-align: center;
  border: solid 0.25px #fff;
  line-height: 23px;
}

.castle-table td {
  background-color: white;
  padding: 16px;
  font-size: 14px;
  color: #333;
  text-align: center;
  border: solid 0.25px rgba(77, 70, 60, 0.5);
  line-height: 23px;
}

.castle-table td ul {
  list-style: disc;
  text-align: left;
  width: fit-content;
  margin: 0 auto;
}

.castle-table td br {
  display: block;
  margin-bottom: 4px;
}

.castle-feature {
  background-color: #fdfaf5;
  padding: 80px 0;
  font-family: "YuMincho", serif;
}

.castle-feature-inner {
  display: flex;
  align-items: center;
}

.castle-feature-image img {
  width: 100%;
  display: block;
}

.castle-feature-image {
  position: relative;
  z-index: 0;
  width: 50%;
}

.castle-feature-image::before {
  content: "";
  position: absolute;
  left: 150px;
  bottom: -50px;
  width: 100%;
  height: 100%;
  background-color: #EDE9E1;
  z-index: -1;
}

.stay-info_box {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.stay-info-wrapper {
  display: flex;
  gap: 40px;
  background-color: #EDE9E1;
  padding: 30px 40px;
  align-items: flex-start;
  width: 70%;
}

.stay-info-table {
  width: 100%;
  border-collapse: collapse;
}

.stay-info-table th {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  color: #3a2e1f;
  padding-bottom: 12px;
  vertical-align: top;
  white-space: nowrap;
  width: 120px;
}

.stay-info-table td {
  font-size: 15px;
  color: #3a2e1f;
  padding-bottom: 12px;
  line-height: 1.8;
}

.stay-info-photo {
  position: absolute;
  top: 7%;
  right: -5%;
  width: 45%;
}

.stay-info-photo img {
  width: 100%;
  height: auto;
  display: block;
}


.section-heading {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  color: #3a2e1f;
  margin: 150px 0 0;
  justify-content: center;
}

.section-heading::before,
.section-heading::after {
  content: "";
  height: 1px;
  background-color: #3a2e1f;
  margin: 0 20px;
  opacity: 0.3;
  width: 150px;
}

.castle-content-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  padding: 60px 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.castle-content-item {
  width: calc(25% - 30px);
  min-width: 250px;
  display: flex;
  flex-direction: column;
  text-align: left;
  color: #3a2e1f;
}

.castle-content-item img {
  width: 100%;
  margin-bottom: 20px;
}

.castle-content-number {
  font-size: 18px;
  color: #c8a55a;
  margin-bottom: 10px;
  font-family: 'Cormorant', serif;
}

.castle-content-number span {
  font-weight: bold;
  font-size: 34px;
  margin-left: 4px;
}

.castle-content-item h4 {
  font-size: 15px;
  margin: 10px 0;
  color: #3a2e1f;
  line-height: 1.6;
}

.castle-content-description {
  font-size: 12px;
  line-height: 1.9;
  color: #4d4334;
}




.castle-feature-content {
  padding: 40px;
  max-width: 600px;
  position: relative;
  z-index: 0;
}

.castle-feature-content h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #3a2e1f;
}

.castle-feature-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #3a2e1f;
  margin-bottom: 30px;
}

.castle-feature-buttons {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45%;
  padding: 20px 30px;
  font-size: 16px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  color: white;
  white-space: nowrap;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

/* 矢印は擬似要素で右に固定配置 */
.btn::after {
  content: "→";
  position: absolute;
  right: 20px;
  font-size: 18px;
}

/* ゴールドボタン */
.btn.gold {
  background-color: #b49531;
}

.btn.gold:hover {
  background-color: #a5842d;
}

/* ダークボタン */
.btn.dark {
  background-color: #5c5136;
}

.btn.dark:hover {
  background-color: #4a432e;
}

/* スマホ時全幅で揃える */
@media screen and (max-width: 768px) {
  .btn {
    width: 100%;
  }
}


.sample_stay-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.sample_stay_title_box {
  position: relative;
  padding-bottom: 50px;
  text-align: center;
}

.sample_stay_title_box h2 {
  font-size: 24px;
}

.sample_stay_watermark {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 48px;
  color: #B49531;
  opacity: 0.1;
  pointer-events: none;
  white-space: nowrap;
}

.sample_stay_watermark_sp {
  position: relative;
  font-size: 48px;
  color: rgba(180, 149, 49, 0.1); /* ← ← これでテキストだけ透明に！ */
  pointer-events: none;
  white-space: nowrap;
  text-align: right;
  display: inline-block;
}

.sample_stay_watermark_sp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 100%;
  background-color: #EDE9E1;
  z-index: -1;
}

.sp_slider.sample_stay_slider{
  margin-top: 0 !important;
}

.sample_stay_box {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 60px;
}

.sample_stay_image_box img {
  width: 100%;
  height: auto;
  object-fit: cover;
  padding-top: 50px;
}

.sample_stay_image_box {
  position: relative;
  width: 60%;
}

.sample_stay_image_box p {
  position: absolute;
  bottom: 0px;
  font-size: 48px;
  color: #B49531;
  opacity: 0.1;
  right: 0;
}

.sample_stay_text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}

.sample_stay_text h3 {
  padding: 0 0 30px 0;
}

.sample_stay_text h4 {
  font-weight: bold;
  padding-bottom: 20px;
  font-size: 16px;
}

.sample_stay_text p {
  line-height: 22px;
  font-size: 14px;
}

.stay-heading {
  display: flex;
  align-items: center;
  gap: 1em;
}

.stay-heading h3 {
  margin: 0;
  font-size: 16px;
  white-space: nowrap;
}

.stay-heading::after {
  content: "";
  height: 1px;
  background-color: #4A4031;
  margin-bottom: 30px;
  width: 30%;
}

.img_bottom_title {
  left: 0;
}

.faq-inner {
  padding: 50px 150px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.faq-inner h2 {
  text-align: center;
  font-size: 24px;
}

.faq-item {
  border-bottom: 1px solid #d6c89f;
  padding: 40px 0;
}

.faq-question {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.faq-icon {
  display: inline-block;
  background-color: #b49531;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin-right: 10px;
  font-size: 14px;
}

.faq-question h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  color: #4D463C;
}

.faq-answer {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #4D463C;
}

/* .castle-contact-list {
  display: flex;
  gap: 30px;
  justify-content: center;
  padding: 40px 0;
} */

.castle-contact-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #fff;
  border: 1px solid #e7e0c8;
  padding: 15px 30px;
  width: 300px;
  text-decoration: none;
  color: #a68e3d;
  font-family: "Yu Mincho", serif;
  box-shadow: 0 0 17.25px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s ease;
}

.castle-contact-item:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.castle-contact-item img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.castle-contact-text {
  text-align: center;
  line-height: 25px;
  letter-spacing: 1px;
}

/* .castle-contact-text p {
  margin: 0;
  font-size: 16px;
}

.castle-contact-text span {
  font-size: 14px;
  color: #a68e3d;
} */

.castle-contact-arrow {
  font-size: 20px;
}

.castle-contact-inner {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  padding: 40px 50px 200px;
  max-width: 1200px;
  margin: 0 auto;
}

footer {
  position: relative;
}

footer img {
  width: 100%;
}

.footer_menu_box {
  position: absolute;
  top: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 50px;
  color: #fff;
}

.footer_menu {
  display: flex;
}

.footer_menu li {
  margin-right: 25px;
}

.slider .slick-slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.slider .slick-slide {
  padding: 0 10px;
  box-sizing: border-box;
}

.slick-slider {
  margin: 70px 0 100px;
}

.ozu_sec {
  position: relative;
}

.bg_ozu_sec {
  position: absolute;
  bottom: 7vw;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}

.bg_ozu_sec img {
  width: 100%;
}

.marugame_sec {
  position: relative;
}

.bg_marugame_sec {
  position: absolute;
  bottom: 13vw;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}

.bg_marugame_sec img {
  width: 100%;
}

.fukuyama_sec {
  position: relative;
}

.bg_fukuyama_sec {
  position: absolute;
  bottom: 13vw;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}

.bg_fukuyama_sec img {
  width: 100%;
}

/* ==============================
   ハンバーガーアイコン（992px以下表示）
============================== */
.hamburger {
  display: none;
  position: fixed;
  top: 20px;
  right: 30px;
  z-index: 990;
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
  height: 10px;
  cursor: pointer;
}

.hamburger span {
  display: block;
  height: 0.8px;
  background-color: #fff;
  border-radius: 1px;
  transition: 0.3s ease;
}

/* ハンバーガー開いたとき（線を消す） */
.hamburger.open span:nth-child(1),
.hamburger.open span:nth-child(2) {
  opacity: 0;
}

/* ==============================
   モバイルメニュー全体
============================== */
.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  color: #fff;
  z-index: 1000;
  padding: 20px 30px;
  box-sizing: border-box;
  background-image: url('../img/sp_menu_bg.png');
  /* ← パスを修正 */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mobile-menu::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  /* ← ここで濃さを調整 */
  z-index: 0;
}

/* 中のテキストやボタンが上に来るように */
.mobile-menu>* {
  position: relative;
  z-index: 1;
}

/* メニューが開いたとき */
.mobile-menu.open {
  display: block;
}

/* ==============================
   モバイルメニュー ヘッダー部分
============================== */
.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ==============================
   バツボタン（線2本で構成）
============================== */
.menu-close {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 15px;
  z-index: 1002;
  cursor: pointer;
}

.menu-close span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transform-origin: center;
  transition: 0.3s;
}

.menu-close span:first-child {
  transform: rotate(45deg);
}

.menu-close span:last-child {
  transform: rotate(-45deg);
}

/* モバイルメニューが開いたときに表示 */
.mobile-menu.open .menu-close {
  display: block;
}

/* ==============================
   モバイルメニュー リンクリスト
============================== */
.mobile-nav {
  margin-top: 50px;
  list-style: none;
  padding: 0;
}

.mobile-nav li {
  margin-bottom: 20px;
  border-bottom: 1px solid #777;
  padding-bottom: 30px;
  padding-left: 20px;
}

.mobile-nav li a {
  color: white;
  font-size: 1.2rem;
  text-decoration: none;
}

.sp {
  display: none !important;
}

/* ==============================
   レスポンシブ制御（992px以下で有効）
============================== */
@media (max-width: 992px) {
  .hamburger {
    display: flex;
  }

  nav.nav-header {
    display: none;
  }

  .mobile-nav li:first-child {
    padding-top: 30px;
    border-top: 1px solid #777;
  }

  .mobile-nav li a {
    position: relative;
    display: block;
    color: white;
    font-size: 1.2rem;
    text-decoration: none;
    padding-right: 24px;
    /* 矢印のスペース */
  }

  /* → マークを2本の斜線で再現 */
  .mobile-nav li a::after,
  .mobile-nav li a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 40px;
    width: 13px;
    height: 2px;
    background-color: #E1D8BA;
    transform-origin: center;
  }

  /* 上の斜線（＼） */
  .mobile-nav li a::before {
    transform: translateY(-4px) rotate(45deg);
  }

  /* 下の斜線（／） */
  .mobile-nav li a::after {
    transform: translateY(4px) rotate(-45deg);
  }

  a.header-nav-logo {
    font-size: 15px;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block !important;
  }

  .fv_text {
    right: 50%;
    transform: translateX(50%);
  }

  .fv_text h1 {
    font-size: 30px;
    padding: 0 20px;
    letter-spacing: 5px;
    line-height: 50px;
    padding-right: 0;
  }

  .fv_text p {
    font-size: 15px;
    padding: 30px;
    line-height: 40px;
    letter-spacing: 5px;
    padding-top: 500px;
    padding-left: 0;
    padding-right: 100px;
  }

  .shirohaku_about_bigbox {
    display: block;
  }

  .castle-contact-inner {
    display: block;
  }

  .stay-info-photo {
    right: 0;
  }

  .sample_stay_box {
    display: block;
  }

  .sp thead th {
    background-color: #93866C;
    color: #fff;
  }

  .sp thead th:nth-child(3) {
    background-color: #93866C;
    color: #fff;
  }

  .sp tbody th {
    background-color: rgba(191, 179, 157, 0.8);
    color: #333;
    font-size: 20px;
    padding: 30px;
    vertical-align: middle;
    text-align: center;
    border: solid 0.25px rgba(77, 70, 60, 0.5);
  }

  .sp tbody .marugametable {
    background-color: #EDE9E1;
  }

  .sp tbody th img {
    vertical-align: middle;
    margin-right: 15px;
  }

  .sec-shirohaku_about {
    padding: 0;
  }

  .shirohaku_about_box {
    display: block;
  }

  .shirohaku_about_text {
    max-width: none;
    padding: 40px;
  }

  .shirohaku_about_text h2 {
    text-align: center;
  }

  .shirohaku_about_img {
    width: 85%;
    max-width: none;
    margin-left: auto;
  }

  .shirohaku_about_bigbox {
    margin-top: 200px;
  }

  .shirohaku_about_hotel_box {
    width: 90%;
    margin: 0 auto 80px;
  }

  .table-wrap {
    overflow-x: scroll;
  }

  .castle-table.sp {
    width: 100%;
    min-width: 1400px;
    border-collapse: collapse;
    padding: 20px;
  }
    
  .castle-table.sp td ul {
    padding-left: 10px;
  }   

  .castle-feature-inner {
    display: block;
  }

  .castle-feature-image {
    width: 100%;
  }

  .castle-feature-content {
    max-width: none;
    margin-top: 60px;
  }

  .castle-feature-buttons {
    display: block;
    width: 90%;
    margin: 0 auto;
  }

  .btn {
    width: 100%;
  }

  .btn.gold {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }

  .castle-feature-image::before {
    width: auto;
    right: 0;
  }

  .castle-content-list {
    display: block;
  }

  .castle-content-item {
    width: 100%;
    margin-bottom: 40px;
  }

  .stay-info-photo {
    top: 85%;
  }

  .stay-info-wrapper {
    width: 90%;
    margin: 30px auto;
  }

  .section-heading {
    font-size: 18px;
    margin: 30px 0 0;
  }

  .section-heading::before, .section-heading::after {
    width: 40px;
  }

  .castle-content-list {
    padding: 30px 40px;
  }

  .stay-info-vertical .info-block {
    margin-bottom: 20px;
  }

  .info-block h4 {
    margin-bottom: 10px;
  }

  .slick-slider {
    margin: 250px 0 0;
  }

  .slider img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  /* ドット全体配置 */
  .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding: 0;
    list-style: none;
  }

  /* ドットの見た目：非アクティブ */
  .slick-dots li button:before {
    font-size: 0;
    /* デフォルトの●を消す */
    content: '';
    display: block;
    width: 12px !important;
    height: 12px !important;
    background-color: #4D463C;
    border-radius: 50%;
    transition: background-color 0.3s ease;
    content: '' !important;
    opacity: 1 !important;
  }

  .slick-dots li button {
    width: 15px !important;
    height: 15px !important;
  }

  /* アクティブドット */
  .slick-dots li.slick-active button:before {
    background-color: #B49531;
  }

  .slick-dots {
    bottom: -45px !important;
  }

  .sample_stay_text {
    width: 100%;
    padding: 40px;
  }
  
  .sample_stay-inner .slick-list{
    margin-bottom: 80px;
  }

  .sp_slider {
    margin: 50px 0 0 !important;
  }

  .sample_stay_box {
    margin-bottom: 0;
  }
  .see-more_content{
    margin-top: 0;
    margin-bottom: 30px;
  }
  .see-more_content a{
    justify-content: flex-end;
  }
  .castle-content-item h4{
    font-size: 18px;
  }
  .faq-inner{
    padding: 50px;
  }
  .faq-inner h2{
    margin-bottom: 40px;
  }
  .castle-contact-item{
    margin: 30px auto;
  }
  .castle-contact-inner{
    padding: 40px 0 100px;
  }
  .footer_menu{
    display: block;
  }
  .footer_menu_box{
    padding: 0;
    display: block;
    text-align: right;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
  }
  .footer_menu li {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer_menu_box  nav{
    margin-top: 30px;
  }
  .castle-content-description.pc {
    display: none;
  }

  .castle-content-description.pc.show {
    display: block;
  }
  .stay-info_box{
    position: relative;
    z-index: 0;
  }
  .bg_access_sp{
    overflow: hidden; 
    width: 100%;
  }
  .bg_access_sp img{
    width: 100%;
    position: absolute;
    /*top: -40vw;*/
    top: -30vw;
    z-index: -1;
  }
  .shikoku_sp img{
    /*top: -62vw;*/
    top: -32vw;  
    z-index: -1;
  }
  .chugoku_sp img{
    top: -25vw;
  }
}

@media (max-width: 768px) {
  /* .sec-shirohaku_about{
    padding: 0;
  }
  .shirohaku_about_box{
    display: block;
  }
  .shirohaku_about_text{
    max-width: none;
    padding: 40px;
  }
  .shirohaku_about_text h2{
    text-align: center;
  }
  .shirohaku_about_img{
    width: 85%;
    max-width: none;
    margin-left: auto;
  }
  .shirohaku_about_bigbox{
    margin-top: 200px;
  }
  .shirohaku_about_hotel_box{
    width: 90%;
    margin: 0 auto 80px;
  }
  .table-wrap {
    overflow-x: scroll;
  }
  .castle-table.sp {
    width: 100%;
    min-width: 992px;
    border-collapse: collapse;
    padding: 20px;
  } */

}

@media (max-width: 600px) {
  .fv_text p {
    font-size: 15px;
    padding: 30px;
    line-height: 30px;
    letter-spacing: 5px;
    padding-top: 150px;
    padding-left: 0;
    padding-right: 0px;
  }

  .slick-slider {
    margin: 150px 0 0;
  }

  .sp_slider {
    margin: 50px 0 0 !important;
  }
}

@media (max-width: 400px) {
  .section-heading {
    font-size: 18px;
  }

  .section-heading::before, .section-heading::after {
    margin: 0 15px;
  }

  .slick-slider {
    margin: 100px 0 0;
  }
  .castle-contact-item{
    width: 80%;
  }
}