@charset "utf-8";
/* CSS Document */
/* -------------------------
   全体の基本スタイル
-------------------------- */
body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  line-height: 1.7;
}
p {
	color: #796a56;
}

/* -------------------------
   ヘッダー
-------------------------- */
#main-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  z-index: 1000;
  transition: all 0.3s ease;
}

#main-header.shrink {
  padding: 0;
  background: rgba(255,255,255,0.55);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  max-width: 1200px;
  margin: auto;
}

.logo {
  font-size: 2.2rem;
  margin: 0;
  transition: font-size 0.3s;
}
.logo img {
  width: 60%;
}

#main-header.shrink .logo {
  font-size: 1.2rem;
}

.main-nav ul {
  list-style: none;
  display: flex;
  gap: 60px;
  margin: 0;
  padding: 0;
}

.main-nav a {
  text-decoration: none;
  color: #796a56;
  font-weight: 500;
}

.main-nav a:hover {
  color: #ff7f00;
}
a {
  display: inline-block; /* これがないとリンク範囲が全幅になる */
  position: relative; /* 相対位置指定 */
  text-decoration: none; /* デフォルトのテキストの下線を消す */
}
/* 下線のスタイル　*/
.main-nav a::after {
  background-color: #decc77; /* 下線の色 */
  bottom: -14px; /* 要素の下端からの距離 */
  content: ""; /* 要素に内容を追加 */
  height: 6px; /* 下線の高さ */
  left: 0; /* 要素の左端からの距離 */
  opacity: 0; /* 不透明度 */
  position: absolute; /* 絶対位置指定 */
  transition: all .3s; /* アニメーション効果を追加 */
  width: 100%; /* 要素の幅 */
  border-radius: 3px;
}
/* リンクにホバーした際の下線の表示 */
.main-nav a:hover::after {
  bottom: -8px; /* 下線を上から下に移動 */
  opacity: 1; /* 不透明度を変更してフェードイン */
}

/* -------------------------
   パララックスセクション
-------------------------- */
.hero-section {	
	height: 100vh;
  background-image: url('img/bg_header.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-section .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  background: rgb(255,255,255,0.4);
  padding: 40px 60px;
  border-radius: 8px;
}

/* -------------------------
   コンテンツセクション
-------------------------- */
.section-bg {
	background-image: url(img/selection-bg.png);
	background-size: cover;
	background-repeat: repeat;
}
.content-section {
  max-width: 1000px;
  margin: 120px auto;
  padding: 0 20px;
  text-align: center;
}
.content-section .img90 img {
	width: 90%;
	margin-top: 2%;
}
.tenpo {
	width: 90%;
	border: 1.5px solid #c69c6d;
    border-collapse: collapse;
	margin: 0 auto;
	margin-top: -7%;
}
td {
	border: 1.5px solid #c69c6d;
}
.left {
	width: 30%;
}
.right {
	width: 70%;
	text-align: left;
	padding-left: 2%;
}

.content-section h2 {
  font-size: clamp(18px, 1.8vw, 32px);
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
  margin-bottom: 20px;
  color: #8a9f67;
}
.midashi01 img {
	width: 100%;
}
.information {
	text-align: left;
	display: table;
	list-style: none;
	width: 90%;
	padding-left: 0;
	margin: 0 auto;
}
.information b {
	background-color: #f9f4e9;
	padding: 0.5% 4%;
	margin: 0;
}
.information p {
	margin: 0.8% 0;
}
.information li {
	border-width: 0 0 2px 0;
	border-style: solid;
	border-color: #9f8923;
}

.toi img {
	width: 30px;
	padding-right: 10px;
}

.yoyaku01 img {
	width: 80%;
	margin-top: 5%;
}

.maru40 {
    width: 40%;
	height: 40%;
	line-height: 0;
    overflow: hidden;
	border: 2px;
	border-style: solid;
	border-color: #c69c6d;
	border-radius: 50%;
	text-align: center;
	margin: auto;
}
.maru40 img{
    width: 100%;
    vertical-align: middle;
}
.information01 {
    width: 75%;
	background-color: #f9f4e9;
	border: 1px;
	border-style: solid;
	border-color: #f9f4e9;
	border-radius: 20px;
	text-align: center;
	margin: 5% auto;
	padding: 5% 5%;
}

/* -------------------------
   2カラム
-------------------------- */
.two-column {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 100px auto;
  padding: 0 20px;
  gap: 40px;
}
.midashi02 {
	width: 100%;
	text-align: center;
}
.midashi02 img {
	width: 80%;
	max-width: 600px;
}

.two-column .col {
  flex: 1;
  min-width: 300px;
  text-align: center;
}
.col p {
	width: 90%;
	padding: 0 5%;
}

.two-column h3 {
	background-image: url(img/midashi_bg05.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50%;
	text-align: center;
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #796a56;
  padding: 20px 0;
  margin-bottom: 15px;
}

.two-column .left {
  min-width: 300px;
  text-align: center;
  width: 20%;
  margin: 0 auto;
}
.two-column .left img {
	width: 100%;
}
.two-column .right {
  flex: 1;
  min-width: 300px;
  text-align: center;
}
.two-column .right p {
	line-height: 2.5em;
}

.two-column-waku {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 100px auto;
  padding: 0 40px;
  gap: 40px;
  border: 2px;
  border-style: solid;
  border-color: #c69c6d;
  border-radius: 20px;
  width: 65%;
}
.two-column-waku .col {
  flex: 1;
  min-width: 300px;
  text-align: center;
}
.two-column-waku .left {
  min-width: 200px;
  text-align: center;
  width: 20%;
  margin: 0 auto;
}
.two-column-waku .left img {
	width: 100%;
}
.two-column-waku .right {
  flex: 1;
  min-width: 150px;
  text-align: left;
  padding-top: 2%;
}
.two-column-waku .right p {
	line-height: 2.5em;
}


/* -------------------------
   画像ホバー
-------------------------- */
.image{
    width: 300px;
	height: 300px;
	line-height: 0;
    overflow: hidden;
	border: 2px;
	border-style: solid;
	border-color: #c69c6d;
	border-radius: 20px;
	text-align: center;
	margin: auto;
}
.image a{
    display: block;
    transition: all .3s ease-in-out;
}
.image img{
    width: 100%;
    vertical-align: middle;
}
.image a:hover{
    transform: scale(1.1);
}

/* -------------------------
   フッター
-------------------------- */
footer {
  text-align: center;
  padding: 40px 0;
  background: #d4d68f;
  margin-top: 100px;
}
footer p {
	color: #FFF;
}
footer img {
	width: 200px;
}

/* -------------------------
   ハンバーガーメニューのスタイル
-------------------------- */
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  width: 30px;
  height: 25px;
  cursor: pointer;
  gap: 6px;
}

.menu-toggle span {
  display: block;
  height: 3px;
  width: 100%;
  background: #333;
  border-radius: 2px;
  transition: 0.3s;
}

/* メニュー開閉時のアニメーション */
.menu-toggle.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* -------------------------
   メールフォーム
-------------------------- */
#formWrap {
	width:80%;
	margin:0 auto;
	line-height:120%;
}
#formWrap p {
	width:100%;
	text-align: left;
}
form input[type="text"] {
	width: 740px;
	border-color: #9f8923;
	border-width: 1px;
	height: 40px;
	font-size: 22px;
}
form textarea {
	width: 740px;
	border-color: #9f8923;
	font-size: 22px;
}
form input[type="submit"], form input[type="reset"], form input[type="button"] {
	width:20%;
	height:40px;
	background-color: #f9f4e9;
	border-style: none;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
#formWrap {
	width:100%;
	margin:0 auto;
}
form input[type="text"], form textarea {
	width:97%;
	padding:5px;
	font-size:110%;
	display:block;
}
form input[type="submit"], form input[type="reset"], form input[type="button"] {
	display:block;
	width:99%;
	height:40px;
}
}


/* -------------------------
   スライドアニメーション
-------------------------- */

/* 左からスライドイン */
.slide-in-left {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.slide-in-left.show {
  opacity: 1;
  transform: translateX(0);
}

/* 右からスライドイン */
.slide-in-right {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.slide-in-right.show {
  opacity: 1;
  transform: translateX(0);
}

/* 下からスライドイン */
.slide-in-up {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.slide-in-up.show {
  opacity: 1;
  transform: translateY(0);
}

/* 上からスライドイン */
.slide-in-down {
  opacity: 0;
  transform: translateY(-100px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.slide-in-down.show {
  opacity: 1;
  transform: translateY(0);
}


/* -------------------------
   モバイル表示時
-------------------------- */
@media (max-width: 768px) {
  .menu-toggle {
    display: flex;
  }

  .main-nav {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .main-nav.open {
    max-height: 300px; /* メニュー展開時 */
  }

  .main-nav ul {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 20px 0;
  }

  .main-nav a {
    font-size: 1.1rem;
  }
}
