@charset "utf-8";
*, ::before, ::after, dt, dd {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
html {
  scroll-padding-top: 80px;
  scroll-behavior: smooth;
  font-size: 62.5%
}
body {
  background-color: #fff;
  color: #333;
  font-family: "Noto Serif JP";
  font-size: 1.6rem;
  line-height: 3;
}
.container {
  margin: 0 auto;
	width: 100%;
  max-width: 600px;
  background-color: #fff;
}
.logo {
  line-height: 1;
}
.logo a {
  text-decoration: none;
}
.logo img {
  margin: 1rem 0;
  height: 60px;
  width: auto;
}
header {
  background-color: #d8ad83;
  display: flex;
  justify-content: space-between;
  align-items: center;
  
  /* 横幅の設定：突き抜けを防ぐセット */
  width: 100%;
  max-width: 600px;
  box-sizing: border-box; /* これがないと横に突き抜けます */
  padding: 0 1rem;
  
  /* 固定の設定：シンプルに戻す */
  position: fixed;
  top: 0;
  /* left: 50% などは使わず、一旦これで様子を見ます */
  
  border-bottom: 1px solid #f5ebf6;
  z-index: 100;
  height: 70px; /* 前の状態に近い高さ */
}
.mainimage {
  position: relative;
}
.main-slack {
  margin-bottom: 5rem;
}
.sub01 {
  position: absolute;
  bottom: 20%;
  right: 2rem;
}
.sub02 {
  position: absolute;
  bottom: 25%;
  left: 1rem;
}
.sub03 {
  bottom: 25%;
  right: 1rem;
  position: absolute;
}
nav {
  height: calc(100% - 71px);
  position: fixed;
  top: 71px;
  left: calc(50% + 300px);
  color: #fff;
}
nav .title {
  padding-left: 0px;
  margin-left: 3rem;
}
nav span {
  font-size: 3rem;
  white-space: nowrap;
  line-height: 1;
}
nav ul {
  font-size: 1.8rem;
  list-style-type: none;
  height: 100%;
  overflow: auto;
}
nav li {
  margin-bottom: 1.5rem;
}
nav a {
  text-decoration: none;
  padding: 1rem 3rem;
  line-height: 1;
  position: relative;
  color: #fff;
}
nav a::before {
  border-bottom: 1px solid #fff;
  content: "";
  width: 0px;
  height: 5px;
  position: absolute;
  bottom: 5px;
  text-align: center;
}
nav a:hover::before {
  width: 100%;
  transition: 0.5s;
}
nav li:nth-child(2) {
  margin-top: 3rem;
}
nav li:nth-child(1) a {
  padding-left: 0px;
}
section {
  padding: 5rem 3rem 0;
  position: relative;
  z-index: 0;
  margin-bottom: 5rem;
}
section h2 {
  position: relative;
  color: #333;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 3rem;
  line-height: 1.5;
}
section h3 {
  font-size: 16px;
}
footer {
  background-color: #2e3551;
}
footer ul {
  display: flex;
  list-style-type: none;
  justify-content: center;
}
footer a {
  color: #f5ebf6;
  padding: 15px 20px;
  display: flex;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
.copyright {
  text-align: center;
  color: #fff;
  padding-bottom: 5rem;
  padding-top: 3rem;
}
.map {
  margin: 0 -3rem; /* マイナスを 0 にする */

}
.map iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
}
.pagetop {
  width: auto; 
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100; /* 他の要素に隠れないように */
}
.pagetop a {
  background-color: #777;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: calc(100% - 3rem);
  margin: 0 auto;
  max-width: 300px;
  border-radius: 30px;
  opacity: 0.5;
  min-width: 50px;
}
.pagetop a:hover {
  opacity: 1;
}
.bg {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.about p {
  font-size: 2rem;
  writing-mode: vertical-rl;
  line-height: 1.8;
  text-align: left;
  display: inline-block;
}
.about span {
  background-image: linear-gradient(#d8ad8380 0%, transparent);
  background-size: 40% auto;
  background-repeat: no-repeat;
}
.about .flex-area {
  display: flex;
  flex-wrap: wrap;
  width: 100%;      /* max-width: 600px をこれに変更 */
}
.about .flex-area02 {
  display: flex;
  justify-content: flex-end;
}
.about .flex-text {
  text-align: left;
  display: flex;
  align-items: flex-start;
  width: 50%;
  justify-content: center;
}
.about .about-img {
  max-width: 50%;
}
.news {
  color: #333;
  text-align: center;
}
.news dt, .news dd {
  line-height: 2;
}
.news dd {
  border-bottom: 1px dotted #333;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.plan .flex-area {}
.siryo {
  padding: 0;
  text-align: center;
  margin-top: 7rem;
}
.gallery-slack {}
.clothes .flex-area {
  display: flex;
  flex-wrap: no-wrap;
  justify-content: space-between;
}
.clothes-box {
  width: 30%;
}
.clothes h3 {
  text-align: center;
}
.ranking h3 {
  line-height: 1.5;
}
.ranking .rank-box {
  margin-bottom: 2rem;
}
.ranking .flex-area {
  display: flex;
  flex-direction: column; /* 縦に並べる */
}
.flex-area .rank-text {
  margin-top: 2rem;
  width: fit-content;
  right: 0.5rem;
  align-self: flex-end;
  background-color: #2e3551;
  padding: 0.5rem 2rem;
  color: #fff;
  bottom: 0px;
}
.flex-area .rank-text a {
  color: #fff;
  text-decoration: none;
}
.flex-area .rank-text a:hover {
  text-decoration: underline;
}
.flex-area .rank-box:nth-of-type(even) {
  text-align: right;
}
.camera-slack {
  margin: 0;        /* 念のため 0 に固定 */
  width: 100%;
  overflow: hidden; /* スライダー内のハミ出しを防止 */
}
.camera-slack .slick-slide {
    height: auto;
    text-align: center;
    padding: 0 15px; /* ★ここで画像同士の「隙間」を作ります */
    box-sizing: border-box;
}
.camera-slack img {
    /* width: 100% !important; を削除し、以下に差し替え */
    width: auto !important; 
    max-width: 100% !important; /* 枠からはみ出さない */
    height: auto !important;
    margin: 0 auto !important;
    display: block !important;
}
.camera-slack .slick-list {
  margin: 0 -15px;  /* スライドのpadding分だけ相殺して綺麗に見せる */
}
.show {}
.banner h2 {
  margin: 0 auto;
  width: 60%;
}
.info span {
  font-size: 1.4rem;
  font-weight: bold;
}
@media (max-width:1200px) {
  .nav-button {
    width: 40px;
    border: 2px solid #f5ebf6;
    border-radius: 50%;
    height: 40px;
    margin-left: auto;
    position: relative;
    transition: 0.3s;
    z-index: 5;
  }
  .nav-button span {
    width: 20px;
    height: 2px;
    background-color: #f5ebf6;
    position: absolute;
    left: 8px;
    transition: 0.3s;
  }
  .nav-button span:nth-child(1) {
    top: 9px;
  }
  .nav-button span:nth-child(2) {
    top: 17px;
  }
  .nav-button span:nth-child(3) {
    top: 25px;
  }
  nav {
    left: 0px;
    width: 100%;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  nav span {
    font-size: 2.4rem;
  }
  nav ul {
    margin: 0 auto;
    padding: 7rem 0;
    max-width: 600px;
    font-size: 2.4rem;
    text-align: center;
    background-color: #000;
  }
  .menu-open nav {
    opacity: 1;
    visibility: visible;
  }
  .menu-open .nav-button span:nth-child(1) {
    top: 17px;
    transform: rotate(315deg);
  }
  .menu-open .nav-button span:nth-child(2) {
    width: 0%;
    left: 50%;
  }
  .menu-open .nav-button span:nth-child(3) {
    top: 17px;
    transform: rotate(-315deg);
  }
	.camera-slack .slick-slide {
        padding: 0 10px; /* スマホでは隙間を少し狭く */
    }
	.camera-slack img {
    height: auto;    /* スマホでも高さを自動に */
    padding: 0;
  }
}
@media (max-width:600px) {
  html {
    font-size: 1.56vw;
  }
  body {
    font-size: 2rem;
  }
  section h2 {
    font-size: 3rem;
  }
  .about p {
    font-size: 2.4rem;
  }
  .ranking .rank-box {
    margin-bottom: 5rem;
  }
	footer ul {
    flex-direction: column; /* 横並びを縦並びに変更 */
    align-items: center;    /* 中央寄せ */
    padding: 2rem 0;        /* 上下の余白を調整 */
  }

  footer a {
    padding: 1rem 0;        /* リンク同士の間隔を広げて押しやすくする */
    width: 100%;            /* タップ領域を広げる */
    justify-content: center; /* 文字を真ん中に */
  }

  .copyright {
    padding-top: 1rem;      /* コピーライトとの詰まりを解消 */
    font-size: 1.4rem;      /* 文字サイズを少し控えめに */
  }
}