@charset "utf-8";
/* CSS Document */

img{
  border: 0;
  max-width: 100%;
  height: auto;
}

body {
    margin: 0;
    padding: 0;
    background-image: url("../img/back1.jpg");
	/*background: cover;*/
    /*font-family: sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}


/*header*/
.header {
  position: relative;
  /*height: 500px;*/
  height: calc(100vh - 30vh);
  background: url("../img/syoukai_subtop.png")center center no-repeat;
  background-size: cover;
  z-index: -1;
}

@media screen and (min-width: 768px) {
 .header {
    width: 100%;
	/*height: 100%;*/
  }
}

.header-logo{
	padding-top: 30px;
}

@media screen and (min-width: 768px) {
 .header-logo {
    width: 80%;
  }
}





.inner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    width: 80%;
  }
}


.fv_txt {
 width: 100%; 
 color: #fff;
 margin: 40px 0;
}
@media screen and (min-width: 768px) {
  .fv_txt {
  width: 150%; 
  }
}

.fv_ttl > span {
  display: block;
  font-size: 35px;/*font-size: clamp(24px, 24 / 375 * 100vw, 48px);*/
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
.fv_ttl > span {
   font-size: 50px; /*font-size: clamp(48px, 60 / 1920 * 100vw, 60px);*/
   letter-spacing: 10px;
  }
}

.fv_ttl .mark {
  position: relative;
}
.fv_ttl .mark::after {
  content: "";
  display: block;
  width: 100%;
  height: 1.1em;
  background-color: #C9BDBD;
  border-radius: 2px;
  position: absolute;
  bottom: 0.1em;
  left: 0;
  z-index: -1;
}

/*nav*/
.nav {
  background-image: url("../img/31664859_s.jpg");
  /*background-image: url("../img/32592375_s.jpg");*/
}
.nav ul {
  display: flex;
  background-image: url("../img/32592375_s.jpg");
}
.nav li {
  width: 30%;
}
.nav a {
  display: block;
  padding: 30px 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  /*font-family: "Cardo", serif;*/
  /*font-style: italic;*/
}
.nav a:hover {
  background-image: url("../img/31664859_s.jpg");
}

.catchcopy{
	text-align: center;
	margin-bottom: 80px;
}
.catch{
	font-size: 30px;
	font-weight: 500;
	margin-top: 100px;
	margin-bottom: 30px;
	line-height: 50px;
	/*border-bottom: 1px dotted #6B5055;*/
}

.catch2{
	margin-bottom: 80px;
	line-height: 25px;
	text-align: left;
	display: inline-block;
}

.container2 {
  max-width: 960px;
  margin: 0 auto;
}


/*modan*/
.modan {
      display: flex;
      flex-direction: row; /* デフォルトは横並び */
      align-items: center;
      gap: 30px;
      /*max-width: 1200px;*/
      margin: 50px auto;
      padding: 20px;
    }

 .modan img {
      width: 400px;
      height: auto;
      object-fit: cover;
      border-radius: 5px;
    }

 .modantitile {
      font-size: 40px;
      line-height: 1.6;
	  font-weight: 500;
	  border-bottom: 2px solid#7D6767;
    }

.modancatch{
	line-height: 30px;
	text-align: left;
}

    /* ▼ レスポンシブ対応：画面幅が600px以下なら縦並びにする ▼ */
    @media (max-width: 768px) {
    .modan {
        flex-direction: column;
        text-align: center; /* 中央揃え*/
      }

     .modan img {
        width: 100%;
        max-width: 100%;
      }

     .modan_tl {
        width: 100%;
		}}

/*gallery*/
.gallery {
      display: grid;
      grid-template-columns: repeat(4, 1fr); /* 4列 */
      gap: 20px;
      max-width: 800px;
      margin: 30px auto;
      padding: 0 20px;
	  margin-bottom: 150px;
    }

    .gallery img {
      width: 80%;
      height: auto;
      border-radius: 2px;
      object-fit: cover;
    }
/* レスポンシブ対応 */
    @media (max-width: 600px) {
      .modan {
        flex-direction: column;
        text-align: center;
      }

      .modan img {
        width: 100%;
        max-width: 100%;
      }

      .gallery {
        grid-template-columns: repeat(2, 1fr); /* スマホでは2列 */
      }
    }

/*resort*/
.resort {
      display: flex;
      flex-direction: row; /* デフォルトは横並び */
      align-items: center;
      gap: 30px;
      /*max-width: 1200px;*/
      margin: 50px auto;
      padding: 20px;
    }

 .resort img {
      width: 400px;
      height: auto;
      object-fit: cover;
      border-radius: 5px;
    }

 .resorttitile {
      font-size: 40px;
      line-height: 1.6;
	  font-weight: 500;
	  border-bottom: 2px solid#9FAEB4;
    }

.resortcatch{
	line-height: 30px;
	text-align: left;
}

/* ▼ レスポンシブ対応：画面幅が600px以下なら縦並びにする ▼ */
    @media (max-width: 768px) {
    .resort {
        flex-direction: column;
        text-align: center; /* 中央揃え*/
      }

     .resort img {
        width: 100%;
        max-width: 100%;
      }

     .resort_tl {
        width: 100%;
		}}

/* レスポンシブ対応 */
    @media (max-width: 600px) {
      .resirt {
        flex-direction: column;
        text-align: center;
      }

      .resort img {
        width: 100%;
        max-width: 100%;
      }

      .gallery {
        grid-template-columns: repeat(2, 1fr); /* スマホでは2列 */
      }
    }

/*natural*/
.natural {
      display: flex;
      flex-direction: row; /* デフォルトは横並び */
      align-items: center;
      gap: 30px;
      /*max-width: 1200px;*/
      margin: 50px auto;
      padding: 20px;
    }

 .natural img {
      width: 400px;
      height: auto;
      object-fit: cover;
      border-radius: 5px;
    }

 .naturaltitile {
      font-size: 40px;
      line-height: 1.6;
	  font-weight: 500;
	  border-bottom: 2px solid#C4C8A6;
    }

.naturalcatch{
	line-height: 30px;
	text-align: left;
}

/* ▼ レスポンシブ対応：画面幅が600px以下なら縦並びにする ▼ */
    @media (max-width: 768px) {
    .natural {
        flex-direction: column;
        text-align: center; /* 中央揃え*/
      }

     .natural img {
        width: 100%;
        max-width: 100%;
      }

     .natural_tl {
        width: 100%;
		}}

/* レスポンシブ対応 */
    @media (max-width: 600px) {
      .natural {
        flex-direction: column;
        text-align: center;
      }

      .natural img {
        width: 100%;
        max-width: 100%;
      }

      .gallery {
        grid-template-columns: repeat(2, 1fr); /* スマホでは2列 */
      }
    }

/*footer*/
.footer{
	background-image: url("../img/footerbar.png");
	background:cover;
	background-repeat: no-repeat;
	position: relative;
    /*min-height: 120px; /* スマホでつぶれすぎ防止 */
    /*width: 1920px;
	height: 290px;*/
    /*align-items: center;
    justify-content: center;*/
	margin-top: 200px;
    width: 100%;
	height: 290px;
}

.navadress{
	display: flex;
	justify-content: center;
}

.footer-list li a{
	text-decoration: none;
	color: #000;
	font-size: 20px;
	margin: 0px 0px;
	font-weight: 500;
}

.footer-list li a:hover{
	color: #AAA88C;
}

.footer-info-list{
	font-size: 18px;
	margin-left: 50px;
	line-height: 25px;
	font-weight: 400;
}

.cyuui{
	font-size: 15px;
	margin: 80px 0 10px 0;
	text-align: center;
}

.copyright{
	font-size: 18px;
	text-align: center;
}
@media screen and (min-width: 1920px) {
 .footer {
    background-image: url("../img/footerbar.png");
	background:cover;
	background-repeat: no-repeat;
	position: relative;
    height: 15.1vw;
    max-height: 290px;
    min-height: 120px; /* スマホでつぶれすぎ防止 
	/*width: 1920px;
	height: 290px;*/
   align-items: center;
   justify-content: center;
	}

}

/* ハンバーガーアイコン */
    .hamburger {
      width: 60px;
      height: 60px;
      background-image: url("../img/back1.jpg");
      border-radius: 50%;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      transition: all 0.3s ease;
      position: fixed;
      top: 20px;
      right: 20px;
      z-index: 1000;
    }

    .hamburger:hover {
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
      transform: translateY(-3px);
    }

    .hamburger-lines {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 20px;
    }

    .line {
      width: 30px;
      height: 4px;
      background-color: #6b7272;
      border-radius: 5px;
      transition: all 0.3s ease;
    }

    /* Xマークアニメーション */
    .hamburger.active .line:nth-child(1) {
      transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .line:nth-child(2) {
      opacity: 0;
    }

    .hamburger.active .line:nth-child(3) {
      transform: translateY(-8px) rotate(-45deg);
    }

    /* ナビメニュー */
    .nav-menu {
      position: fixed;
      top: 0;
      right: -100%;
      width: 300px;
      height: 100vh;
      background-image: url("../img/back1.jpg");
      box-shadow: -4px 0 15px rgba(0, 0, 0, 0.1);
      transition: right 0.4s ease;
      padding-top: 80px;
      z-index: 900;
    }

    .nav-menu ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .nav-menu li {
      border-bottom: 1px solid #eee;
    }

    .nav-menu li a {
      display: block;
      padding: 15px 20px;
      color: #333;
      text-decoration: none;
      font-size: 20px;
      transition: background-color 0.3s ease;
    }

    .nav-menu li a:hover {
      background-color: #f0f0f0;
    }

    /* メニュー開く状態 */
    .nav-menu.open {
      right: 0;
    }

/* PC用（非表示） */
@media (min-width: 960px) {
  .hamburger {
    display: none;
  }
}

/* 最初は非表示・下にオフセット */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* 表示時の状態（Intersection Observerで追加） */
.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}