@charset "UTF-8";
.access {
  max-width: 1200px;
  margin: 0 auto 10rem;
}
.access_title {
  font-size: 3.6rem;
  font-weight: normal;
  text-align: center;
  margin: 2rem 0 4rem 0;
}
.access_map {
  margin: 0 auto;
  width: 100%;
  height: 600px;
}
.access_map iframe {
  width: 100%;
  height: 100%;
}
.access_info {
  margin-top: 3rem;
  font-size: 2rem;
}
.access_list {
  font-size: 2rem;
  letter-spacing: 1.75;
}
.access_item dt::before {
  content: "🔳";
}
.access_item dd {
  margin-bottom: 2rem;
}
.access_tags-list {
  padding-left: 2rem;
  list-style: disc;
}

@media (max-width: 749px) {
  .access_map {
    padding: 0 1.5rem;
  }
  .access_list {
    padding: 0 1.5rem;
  }
}
.concept {
  max-width: 1200px;
  margin: 0 auto 10rem;
}
.concept_title {
  font-size: 3.6rem;
  font-weight: normal;
  text-align: center;
  margin: 2rem;
}
.concept_main {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.concept_main-text {
  width: 90%;
  padding: 3rem;
  margin: 0 auto 5rem auto;
  font-size: 1.8rem;
}

.info {
  border-radius: 25px;
  background-color: #B9A5A5;
}
.info_title {
  padding: 4rem;
  font-size: 3rem;
  text-align: center;
  font-weight: normal;
  color: #fff;
}
.info_flex {
  display: flex;
  justify-content: center;
}
.info_product {
  width: 50%;
  font-size: 2rem;
  color: #fff;
}
.info_product-name {
  text-align: center;
  font-size: 2.6rem;
}
.info_product-text {
  margin: 2rem 3rem;
  font-size: 2rem;
}
.info_product-kanban {
  display: flex;
  justify-content: center;
  padding: 3rem;
}
.info_product-kanban img {
  width: 50%;
}
.info_img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 35%;
  padding: 3rem;
}

@media (max-width: 749px) {
  .concept_main-text {
    width: 100%;
  }
  .info {
    margin: 0 1.5rem;
  }
  .info_flex {
    flex-direction: column;
  }
  .info_img {
    width: 100%;
  }
  .info_product {
    width: 100%;
  }
  .info_product-kanban img {
    width: 100%;
  }
}
.menu {
  max-width: 1200px;
  padding: 0 1.5rem;
  margin: 0 auto 10rem;
  font-family: "Playfair Display", serif;
}
.menu_title {
  font-size: 3.6rem;
  font-weight: normal;
  text-align: center;
  margin: 2rem auto 4rem;
}
.menu_main, .menu_indeba {
  text-align: center;
}
.menu_main h2, .menu_indeba h2 {
  display: inline-block;
  padding-bottom: 1rem;
  border-bottom: 1px solid #876D5A;
  text-align: center;
  font-size: 3.4rem;
  font-weight: normal;
}
.menu_main p, .menu_indeba p {
  padding-top: 1rem;
  font-size: 2.4rem;
}
.menu_main-inner h2, .menu_indeba-inner h2 {
  margin-top: 6rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 3.4rem;
  font-weight: normal;
}
.menu_flex {
  display: flex;
  margin-top: 4rem;
  gap: 3rem;
}
.menu_flex-text {
  width: 50%;
  font-size: 2.4rem;
}
.menu_flex-imege {
  width: 50%;
  padding: 0 1rem;
}
.menu_flex-menu {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4rem;
  margin-bottom: 13rem;
  gap: 2rem;
}
.menu_card {
  width: calc((100% - 2rem) / 2);
  background-color: #fff;
  border-radius: 25px;
}
.menu_card-title {
  font-size: 2rem;
  text-align: center;
  display: block;
  font-size: 1.3rem;
  color: #777;
  margin-top: 1rem;
  padding-top: 1rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #ccc;
}
.menu_card-title img {
  margin: 0 auto;
}
.menu_card-couse {
  display: inline-block;
  padding-top: 4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  font-size: 3.2rem;
}
.menu_card-price {
  text-align: center;
  font-size: 3.2rem;
}
.menu_card-text {
  width: 60%;
  display: block;
  margin: 1rem auto;
  font-size: 2rem;
}
.menu_card-subtext {
  width: 60%;
  margin: 0 auto;
  text-align: left;
  font-size: 2rem;
}
.menu_card-inner {
  position: relative;
  outline: 1px solid #E8DED3;
  outline-offset: -10px;
  border-radius: 25px;
  text-align: center;
}
.menu_card-btn {
  display: inline-block;
  padding: 1rem 3rem 3rem;
  text-align: center;
  margin: 0 auto;
}
.menu_card-btn__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 330px;
  height: 60px;
  background-color: #6B4B33;
  border-radius: 50px;
  color: #fff;
  font-size: 2.3rem;
  box-shadow: 0 0 20px rgba(107, 75, 51, 0.4);
}
.menu_card-picks {
  display: inline-block;
  position: absolute;
  font-size: 3.2rem;
  top: -2rem;
  left: 50%;
  background-color: #D6B75B;
  border-radius: 15px;
  color: #fff;
  padding: 0 6rem;
  transform: translateX(-50%);
}
.menu_card-first {
  display: flex;
  flex-direction: column;
  margin-top: 8rem;
  border-radius: 25px;
  background-color: #fff;
}
.menu_indeba-title {
  margin-top: 4rem;
  text-align: left;
}
.menu_indeba-feature {
  width: 80%;
  display: grid;
  grid-template-columns: 150px 1fr;
  margin: 0 auto;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.menu_indeba-feature dt, .menu_indeba-feature dd {
  padding: 1.5rem 0;
  border-bottom: 1px solid #fff;
}
.menu_indeba-feature dt {
  font-size: 3rem;
}
.menu_indeba-feature dd {
  position: relative;
  font-size: 2.4rem;
  margin: 0;
}
.menu_indeba-feature dd::after {
  content: "";
  position: absolute;
  left: -150px;
  bottom: 0;
  width: calc(100% + 150px + 3rem);
  height: 1px;
  background: #fff;
}
.menu_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 80px;
  margin: 7rem auto;
  border-radius: 50px;
  text-align: center;
  background-color: #CCBA89;
  color: #fff;
  font-size: 2.8rem;
}
.menu_btn::after {
  content: ">";
}
.menu_btn--button {
  display: inline-block;
}

@media (max-width: 749px) {
  .menu_main h2 {
    font-size: 2.4rem;
  }
  .menu_main p {
    font-size: 1.8rem;
  }
  .menu_flex {
    flex-direction: column;
  }
  .menu_flex-text {
    width: 100%;
    font-size: 1.8rem;
  }
  .menu_flex_menu {
    flex-direction: column;
  }
  .menu_card {
    width: 100%;
  }
  .menu_card-picks {
    left: 0%;
    transform: translateX(40%);
    font-size: 2rem;
    top: -1rem;
  }
  .menu_card-subtext {
    width: 80%;
  }
  .menu_indeba-feature {
    width: 100%;
  }
  .menu_card-btn__button {
    width: 100%;
    height: auto;
    font-size: 1.8rem;
    padding: 0.5rem 2rem;
  }
  .menu_card-couse {
    font-size: 2.4rem;
  }
  .menu_card-text {
    width: 80%;
    font-size: 1.8rem;
  }
  .menu_indeba h2 {
    font-size: 2.4rem;
  }
  .menu_indeba p {
    font-size: 1.8rem;
  }
  .menu_indeba-inner h2 {
    font-size: 2.4rem;
  }
  .menu_indeba-feature dt,
  .menu_indeba-feature dd {
    font-size: 1.8rem;
  }
  .menu_btn--button {
    font-size: 2rem;
  }
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background-color: #EDE3D8;
  font-family: "Playfair Display", serif;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.mainvisual {
  animation: fadeUp 1.2s ease;
}

.wrapper {
  animation: fadeUp 1.6s ease;
}

.h2_title {
  position: relative;
  margin: 120px 0 95px 0;
  text-align: center;
  font-size: 3.6rem;
  font-weight: normal;
  color: #CEA734;
  font-family: "Playfair Display", serif;
}
.h2_title span {
  display: block;
  font-size: 2rem;
}
.h2_title::before {
  content: "";
  position: absolute;
  top: 60%;
  right: -4%;
  width: 300px;
  height: 300px;
  background-image: url("../img/leaf1.png");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1.08;
  z-index: -1;
}

.h3_title {
  margin: 120px 0 95px 0;
  text-align: center;
  font-size: 3.6rem;
  font-weight: normal;
  color: #CEA734;
  font-family: "Playfair Display", serif;
}
.h3_title span {
  font-size: 2.4rem;
}
.h3_title-indeba {
  margin-bottom: 0;
}

.link-text {
  margin: 3rem auto;
  text-align: right;
  font-size: 2rem;
}
.link-text a {
  position: relative;
  color: #CEA734;
}
.link-text a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 1px;
  background: #CEA734;
  transition: 0.3s;
}
.link-text a:hover {
  transform: translateX(8px);
}
.link-text a:hover::after {
  width: 100%;
}
.link-text a:hover::after {
  width: 100%;
}

.link-wrap {
  padding: 0 1.5rem;
}

.header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #EDE3D8;
}
.header_inner {
  display: flex;
  max-width: 1045px;
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;
}

.footer {
  border-top: 1px solid #B1A89E;
}
.footer_menu {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.footer_list {
  margin-bottom: 2rem;
  flex-wrap: wrap;
  justify-content: center;
}
.footer_list {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 0 1rem;
}
.footer_list li {
  font-size: 1.6rem;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  background-color: #B1A89E;
}

.list {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.list li {
  font-size: 1.6rem;
}
.list li a {
  position: relative;
  color: #333;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease;
}
.list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 1px;
  background: #CEA734;
  transition: width 0.3s ease;
}
.list li a:hover {
  transform: translateX(6px);
  color: #CEA734;
}
.list li a:hover::after {
  width: 100%;
}

.hamburger {
  display: none;
}

main {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.mainvisual {
  position: relative;
}

.mainvisual img {
  width: 100%;
  height: auto;
}

.main-text {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  color: #fff;
}

.intro_flex,
.tai_flex {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.intro_content,
.tai_content {
  width: 50%;
}
.intro_content p,
.tai_content p {
  font-size: 1.8rem;
  letter-spacing: 3px;
}
.intro_contents,
.tai_contents {
  position: relative;
  display: inline-block;
  width: 50%;
  padding: 5rem;
  background-color: #D9D9D9;
  z-index: 1;
  transform: translate(0px, -40px);
}
.intro_contents ::before,
.tai_contents ::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #E7D2D2;
  top: 30px;
  left: -15px;
  z-index: -1;
}
.intro_contents p,
.tai_contents p {
  font-size: 1.8rem;
}
.intro_title,
.tai_title {
  padding: 4rem 0 2rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: normal;
}
.intro_inner,
.tai_inner {
  margin-bottom: 2rem;
}
.intro_image,
.tai_image {
  position: relative;
}
.intro_image::before,
.tai_image::before {
  content: "";
  position: absolute;
  top: 100%;
  left: -7%;
  width: 300px;
  height: 300px;
  background-image: url("../img/leaf2.png");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1.08;
  z-index: -1;
}

.indeba {
  position: relative;
}
.indeba_bk {
  width: 100%;
  display: block;
}
.indeba::before {
  content: "";
  position: absolute;
  top: 80%;
  right: 0%;
  width: 300px;
  height: 300px;
  background-image: url("../img/leaf2.png");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1.08;
  z-index: -1;
}
.indeba_text {
  width: 100%;
  max-width: 80%;
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, 30px);
}
.indeba_text.show {
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: 1.2s ease;
}

@keyframes float {
  0%, 100% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-50%, -55%);
  }
}
.accses {
  position: relative;
}
.accses::before {
  content: "";
  position: absolute;
  top: 20%;
  right: 0%;
  width: 300px;
  height: 300px;
  background-image: url("../img/leaf1.png");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1.08;
  z-index: -1;
}
.accses_flex {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
.accses_text {
  margin-bottom: 2rem;
}
.accses_text p {
  font-size: 1.8rem;
}
.accses_map {
  width: 50%;
}
.accses iframe {
  height: 300px;
}

.day {
  position: relative;
}
.day::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 0%;
  width: 300px;
  height: 300px;
  background-image: url("../img/leaf2.png");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1.08;
  z-index: -1;
}
.day_map {
  width: 100%;
  padding: 0 1.5rem;
  text-align: center;
}

.voice {
  margin-bottom: 8rem;
  padding: 0 1.5rem;
}
.voice_flex {
  display: flex;
  justify-content: center;
  gap: 2rem;
  align-items: center;
}
.voice_img {
  width: 90px;
}

.review-card {
  width: 33.3333333333%;
  background: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

.stars {
  color: #c9a36a;
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.review-text {
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.review-user {
  font-size: 12px;
  color: #777;
}

/* 追従btn 共通 */
.fixed-btn {
  position: fixed;
  right: 0px;
  top: 100px;
  padding: 15px 18px;
  background: #B1A89E;
  color: #fff;
  font-size: 1.5rem;
  border-radius: 2px 0 0 2px;
  text-decoration: none;
  z-index: 998;
}

.line-btn {
  position: fixed;
  right: 0px;
  top: 160px;
  padding: 15px 20px;
  background: #B1A89E;
  color: #fff;
  font-size: 1.5rem;
  border-radius: 2px 0 0 2px;
  text-decoration: none;
  z-index: 998;
}

.to-top {
  position: fixed;
  right: 0px;
  top: 220px;
  padding: 15px 21px;
  background: #B1A89E;
  color: #fff;
  font-size: 1.5rem;
  border-radius: 2px 0 0 2px;
  text-decoration: none;
  z-index: 998;
}

.fixed-btn,
.line-btn,
.to-top {
  position: fixed;
  right: 0;
  background: #B1A89E;
  color: #fff;
  font-size: 1.5rem;
  border-radius: 2px 0 0 2px;
  text-decoration: none;
  z-index: 998;
  transition: transform 0.2s, background 0.2s;
}

/* 位置 */
.fixed-btn {
  top: 100px;
}

.line-btn {
  top: 160px;
}

.to-top {
  top: 220px;
}

/* hoverで少し大きく */
.fixed-btn:hover,
.line-btn:hover,
.to-top:hover {
  transform: scale(1.08);
  background: #9A9188;
}

/* 追従btn 共通 */
@media (max-width: 768px) {
  /* ハンバーガー表示 */
  .hamburger {
    display: block;
    width: 30px;
    height: 25px;
    right: 10px;
    position: relative;
    cursor: pointer;
    z-index: 1001;
  }
  .hamburger span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #333;
    left: 0;
  }
  .hamburger span:nth-child(1) {
    top: 0;
  }
  .hamburger span:nth-child(2) {
    top: 10px;
  }
  .hamburger span:nth-child(3) {
    bottom: 0;
  }
  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 10px;
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 13px;
  }
  /* メニュー（最初は隠す） */
  .list {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #EDE3D8;
    flex-direction: column;
    padding: 100px 0px;
    transition: 0.3s;
  }
  /* 開いたとき */
  .list.active {
    right: 0;
    z-index: 999;
  }
  .pc-only {
    display: none;
  }
  .h2_title {
    margin: 5rem 0 4rem 0;
    font-size: 2.6rem;
  }
  .h2_title::before {
    right: inherit;
    width: 200px;
    height: 200px;
  }
  .h3_title {
    margin: 5rem 0 4rem 0;
  }
  h4 {
    font-size: 1.6rem;
  }
  .intro {
    padding: 0 1.5rem;
  }
  .intro_flex {
    flex-direction: column;
  }
  .intro_content {
    width: 100%;
  }
  .tai,
  .intro {
    padding: 0 1.5rem;
  }
  .tai_flex,
  .intro_flex {
    flex-direction: column;
  }
  .tai_contents,
  .intro_contents {
    position: unset;
    width: 100%;
    background: none;
    padding: 0;
    transform: translate(0px, 0px);
  }
  .tai_contents ::before,
  .intro_contents ::before {
    background: none;
  }
  .tai_contents p,
  .intro_contents p {
    font-size: 1.6rem;
  }
  .tai_title,
  .intro_title {
    font-size: 2rem;
    padding-top: 2rem;
  }
  .tai_image::before,
  .intro_image::before {
    left: 0%;
    width: 200px;
    height: 200px;
  }
  .indeba::before {
    width: 200px;
    height: 200px;
  }
  .indeba_text {
    max-width: 65%;
  }
  .wrapper {
    padding: 0;
  }
  .accses_flex {
    flex-direction: column;
  }
  .accses_map {
    width: 100%;
    padding: 0 1.5rem;
  }
  .voice_flex {
    flex-direction: column;
  }
  .day::before {
    top: 0;
    width: 200px;
    height: 200px;
  }
  .review-card {
    width: 100%;
  }
  .footer_menu {
    flex-direction: column;
  }
}/*# sourceMappingURL=main.css.map */