@charset "utf-8";

*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  font-family: "Murecho", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  color: #000;
}

img {
  max-width: 100%;
}

.back {
  background-color: #DCB203;
  width: 100%;
  margin: 0 auto;
  overflow-x: clip;
}

.topwrap-right {
  position: fixed;
  top: 0;
  right: 0;
  width: 250px;
  height: 100vh;
  z-index: 10;
  margin-right: 40px;
}

.nav {
  height: 100%;
  background-image: url(../img/mhtop/mh_top_windowr.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 20px;
}

.fuwafuwaright {
  animation: fuwafuwaright 3s ease-in-out infinite alternate;
  display: inline-block;
  transition: 1.5s ease-in-out;
  width: 70px;
  height: 70px;
  margin-top: 15px;
}
 
@keyframes fuwafuwaright  {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}

.fuwafuwaleft {
  animation: fuwafuwaleft 3s ease-in-out infinite alternate;
  display: inline-block;
  transition: 1.5s ease-in-out;
  width: 70px;
  height: 70px;
  margin-top: 15px;
}
 
@keyframes fuwafuwaleft {
  0% {
    transform:translate(0, 0) rotate(7deg);
  }
  50% {
    transform:translate(0, 7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(-7deg);
  }
}

.aside-right-window {
  padding-left: 30px;
  padding-top: 80px;
  width: 100%;
  max-width: 250px;
  color: #00C680;
  letter-spacing: 0.2em;

}

.aside-right-window li {
  margin-bottom: 30px;
  font-size: 16px;
}

.aside-right-window li:not(:last-child)::after {
  content: "";
  display: block;
  width: 140px;
  border-bottom: 4px dotted #00C680;
  margin-top: 30px;
}

.grassright {
  position: absolute;
  top: 700px;
  right: -100px;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  z-index: 2;
}

.topwrap-left {
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  height: 100vh;
  margin-left: 40px;
  z-index: 10;
}

.aside-left {
  height: 100%;
  background-image: url(../img/mhtop/mh_top_windowlan.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
}

.aside-left-window {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 300px;
}

.snsicons {
  margin-top: 20px;
  margin-left: 10px;
}

.snsicons img {
  width: 30%;
  height: auto;
  /* アスペクト比を保つ */
}

.insta {
  padding-right: 40px;
}

.x {
  padding-left: 5px;
}

.grassleft {
  position: absolute;
  top: 700px;
  left: -100px;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  z-index: 2;

}

main::-webkit-scrollbar {
  display: none;
}

main {
  min-height: 100vh;
  width: 40%;
  max-width: 600px;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  margin: 0 auto;
  -ms-overflow-style: none;
  /* IE・Edge */
  scrollbar-width: none;
  /* Firefox */
  overflow-y: scroll;
  overflow-x: hidden;
}

.toggle-menu-button {
  display: none;
}

.anim-box.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

.fv-main {
  min-width: 450px;
  width: 100%;
  height: 100vh;
  background-color: #DCB203;
  background-image: url(../img/mhtop/mh_fvback.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main-inner {
text-align: center;
width: 90%;
max-width: 1200px;
position: relative;

}

.fvlogo {
  display: block;
margin:0 auto 200px;

}

.reservation-area {
  text-align: center;
  /* margin-top: 320px; */
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}

.reservationbutton {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  display: inline-block;
  min-width: 150px;
  min-height: 45px;
  line-height: 48px;
  border: 4px solid #000;
  background-color: #fff;
  border-radius: 30px;
  letter-spacing: 0.2em;
}

.reservationbutton:hover{
  background-color: #DCB203;
}

.concepttxt {
  padding: 30px 30px 0;
  width: 100%;
  height: auto;

}

.concepttxt span {
  color: #00C680;
  letter-spacing: 2px;
}

.concepttxt h1 {
  margin: 15px 0 30px;
  font-size: 28px;
  line-height: 1.7;
}

.concepttxt-inner {
  display: flex;
  justify-content: space-between;
  align-items: top;
}

.concepttxt-inner p {
  color: #727171;
  line-height: 2;
  width: 90%;
  display: block;
}

.concepttxt img {
  width: 100px;
  height: 250px;
  object-fit: contain;
  display: block;
  margin-top: 60px;
}

.innertextsecond {
  color: #727171;
  line-height: 2;
  width: 100%;
  display: block;
  /* margin-top: -20px; */
}

.room {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.roomtxt {
  padding: 0 30px;
}

.room h2 {
  color: #00C680;
  font-size: 17px;
  text-align: center;
  margin-right: 70px;
  font-weight: normal;
  letter-spacing: 2px;
}

.roomtxt p {
  color: #727171;
  line-height: 2;
  margin-top: 30px;
  text-align: center;
}

.reverse {
  flex-direction: row-reverse;
}

.reverse h2 {
margin: 0 auto;
  letter-spacing: 2px;

}

.animals {
  display: block;
  margin: 40px auto;

}

#timeschedule {
  background-color: #DCB203;
  padding: 50px 30px;
  margin: 0 auto;
  margin-top: 50px;
}

.timescheduletitle {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 300px;
  background-color: #fff;
  padding: 20px;
  border-radius: 30px;
  border: 2px solid #000;
  margin: 0 auto;
}

.timescheduletitle h3 {
  font-weight: bold;
}

#timeschedule p {
  margin: 20px auto;
  text-align: center;
}

.timelinebox {
  padding-left: 60px;
  margin-top: 30px;
}

.timelinebox p {
  font-size: 14px;
}

.timeline,
.timeline-second {
  display: flex;
  align-items: center;

}

.timeline-second {
  padding-left: 40px;
}

.timelinetxt {
  margin-left: 15px;
  flex: 1;
  line-height: 1.4;
}


.planinner,
#access,
.thanksinner,
.footer {
  padding: 30px;
  text-align: center;
  line-height: 2;
  letter-spacing: 2.5px;
}

.planinner span,
#access span,
#thanks span {
  color: #00C680;
  letter-spacing: 3px;
  line-height: 2;
  font-size: 18px;
}

.price-table {
  width: 100%;
  max-width: 400px;
  margin: 20px auto;
  border-collapse: collapse;
  /* セルの線をまとめる */
}

.price-table th,
.price-table td {
  border: 3px solid #00C680;
  /* 緑色の罫線 */
  padding: 12px;
  text-align: center;
  font-family: "Yu Gothic", sans-serif;
}

/* 上の罫線のみ表示したいとき */
.price-table th {
  border-bottom: none;
}

/* 氷線的な上罫線省略の調整が必要なら：別行に色変更OK */
.total-note td {
  text-align: left;
  font-size: 0.9em;
  line-height: 1.4;
}

.planinner p{
  font-size: 14px;
}

.planinner-menu p .ordertxt {
  font-size: 14px;
  line-height: 1.2;
}

#plan>img {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  /* 画像下の隙間を削除 */
  width: 100%;
  height: auto;
}

#access {
  background-color: #DCB203;
}
.map{
  padding:20px;
  width: 100%;
  height: 300px;
}

.customer {
  display: flex;
  margin-top: 50px;
  animation: loopAnimation 30s linear infinite;
}

@keyframes loopAnimation {
  0% {
  transform: translate(0%);
  }
  100% {
  transform: translate(-100%);
  }
}

.customer li {
  flex-shrink: 0;
  width: 200px;
  margin-bottom: 20px;
}

.customer li img{
filter: drop-shadow(50px 0 0  #DCB203 );
}

.customer li p {
  line-height: 1.5;
  font-size: 14px;
  margin-top: 10px;
}

/* 修正箇所1: #thanksセクションの下部余白を削除 */
#thanks {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* 修正箇所2: 画像（mh_greenlong.png）の余白を削除 */
#thanks>img {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  /* 画像下の隙間を削除 */
  width: 100%;
  height: auto;
}

.instagram {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.instagram img {
  display: inline-block;
  width: 60%;
  margin-left: 20px;
  margin-bottom: 0;
}


/* 修正箇所3: .footerの上部余白を削除 */
.footer {
  background-color: #DCB203;
  margin-top: 0;
  padding: 80px 0;
}

.footer .copyright {
  margin-top: 60px;
}

.button-area {
  display: flex;
  justify-content: space-between;
  padding: 60px;
}

.button {
  background-color: #fff;
  border: 3px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 50px;
  font-weight: bold;
  margin-left: 10px;
  vertical-align: center;
  border-radius: 30px;
  line-height: 1;
}

.button:hover{
  background-color: #000;
  border: 3px solid #fff;
  color: #fff;
}

.fade-in-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in-up.animate {
  opacity: 1;
  transform: translateY(0);
}

.delay {
  transition-delay: 0.8s;
}

