@charset "UTF-8";
html {
  font-family: "Roboto";
  font-size: 16px;
}

.viewmore_btn {
  border: 1px solid #EDB5B6;
  padding: 10px 40px;
  color: #EDB5B6;
  width: 170px;
  margin: 70px auto 0;
}
.viewmore_btn:hover {
  background-color: #EDB5B6;
  color: #fff;
}

.header_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 20px;
}
.header_logo img {
  height: 110px;
}
.header_nav {
  display: flex;
  align-items: center;
}
.header_nav ul {
  display: flex;
  font-size: clamp(1rem, 2vw, 1.1rem);
}
.header_nav ul li {
  margin-right: 60px;
}
.header_nav ul li:hover {
  color: #EDB5B6;
}
.header_btn {
  font-size: clamp(1rem, 2vw, 1.2rem);
  background-color: #EDB5B6;
  padding: 20px 40px;
  border-radius: 40px;
  box-shadow: 2px 2px 0 #d9d9d9;
  color: #5D5555;
}
.header_btn:hover {
  color: #fff;
}
.header_btn:active {
  transform: translateY(2px);
}
.header_under {
  position: relative;
}
.header_image {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.header_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.header_text {
  position: absolute;
  top: 45%;
  right: 5%;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  letter-spacing: 0.5rem;
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  font-weight: lighter;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .header_top {
    flex-direction: column;
    gap: 10px;
    margin: 10px 0 20px;
  }
  .header_logo img {
    height: 80px;
  }
  .header_nav {
    flex-direction: column;
    gap: 15px;
  }
  .header_nav ul {
    font-size: clamp(0.9rem, 3vw, 1rem);
  }
  .header_nav ul li {
    margin-right: 20px;
  }
  .header_nav .header_btn {
    padding: 12px 24px;
    font-size: clamp(0.9rem, 3vw, 1rem);
  }
  .header_image img {
    height: 50vh;
    width: 100%;
    object-fit: cover;
  }
  .header_text {
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    text-align: center;
    width: 90%;
    font-size: clamp(1rem, 4vw, 1.4rem);
    letter-spacing: 0.3rem;
    line-height: 1.6;
  }
}
.about {
  padding-top: 100px;
  padding-bottom: 70px;
}
.about_inner {
  display: flex;
  flex-direction: column;
  align-items: center; /* 横方向中央 */
  min-height: 50vh; /* 画面高さいっぱいにする */
  padding: 0 20px;
}
.about_title {
  text-align: center;
  padding-bottom: 100px;
}
.about_title h2 {
  font-size: clamp(1.2rem, 2vw, 2rem);
  letter-spacing: 0.5rem;
}
.about_title h3 {
  font-size: clamp(0.7rem, 1vw, 1rem);
  letter-spacing: 0.2rem;
  margin-top: 10px;
}
.about_container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 20px;
}
.about_main_image {
  position: relative;
  height: 300px;
  width: 45%;
}
.about_main_image .backcolor {
  position: absolute;
  left: -10%;
  height: clamp(280px, 20vw, 350px);
}
.about_main_image .photo {
  position: absolute;
  height: clamp(250px, 20vw, 340px);
  left: 20%;
  top: 30%;
}
.about_text {
  width: 50%;
  letter-spacing: 0.05rem;
  line-height: 2.3;
  margin-top: 50px;
}
.about_text p {
  font-size: clamp(0.8rem, 1vw, 1rem);
}

.about_line {
  border: 1px solid #d9d9d9;
  width: 80%;
  margin: 100px auto;
}

@media (max-width: 1017px) {
  .about_container {
    align-items: center;
    flex-direction: column;
  }
  .about_text {
    margin-top: 200px;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .about {
    padding-bottom: 30px;
  }
  .about_text {
    text-align: left;
    margin-top: 100px;
  }
  .about_main_image {
    width: 100%;
  }
}
.about2_title2 {
  text-align: center;
  margin-bottom: 80px;
}
.about2_title2 p {
  font-size: clamp(1.2rem, 2vw, 2rem);
  letter-spacing: 0.5rem;
}
.about2_inner2 {
  margin: 130px 20px;
}
.about2_box {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.about2_group1 {
  border: solid 1px #827467;
  text-align: center;
  padding: 20px;
  color: #5D5555;
}
.about2_group1 h4 {
  margin-top: 40px;
}
.about2_group1 img {
  height: 200px;
}
.about2_group1 p {
  font-size: clamp(0.8rem, 1vw, 0.9rem);
  line-height: 1.6;
  width: 300px;
}
.about2_group2 {
  border: solid 1px #827467;
  text-align: center;
  padding: 20px;
  color: #5D5555;
}
.about2_group2 h4 {
  margin-top: 40px;
}
.about2_group2 img {
  height: 130px;
  margin: 25px 0;
}
.about2_group2 p {
  margin-top: 20px;
  font-size: clamp(0.8rem, 1vw, 0.9rem);
  line-height: 1.6;
  width: 300px;
}
.about2_group3 {
  border: solid 1px #827467;
  text-align: center;
  padding: 20px;
  color: #5D5555;
}
.about2_group3 h4 {
  margin-top: 40px;
}
.about2_group3 img {
  height: 180px;
}
.about2_group3 p {
  margin-top: 20px;
  font-size: clamp(0.8rem, 1vw, 0.9rem);
  line-height: 1.6;
  width: 300px;
}

@media (max-width: 1017px) {
  .about2_box {
    flex-direction: column;
  }
  .about2_group1 p, .about2_group2 p, .about2_group3 p {
    width: 100%;
  }
}
.reservation_backimage {
  height: 300px;
  overflow: hidden;
  position: relative;
}
.reservation_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 2;
  border: 2px solid #fff;
  padding: 40px 450px;
  background-color: rgba(130, 116, 103, 0.5);
}
.reservation_title {
  text-align: center;
}
.reservation_title h2 {
  font-size: clamp(1.2rem, 2vw, 2rem);
  letter-spacing: 0.5rem;
}
.reservation_title h3 {
  font-size: clamp(0.7rem, 1vw, 1rem);
  letter-spacing: 0.1rem;
  margin-top: 10px;
}

.cropped-image {
  width: calc(100% + 60px);
  height: calc(100% + 40px);
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: -20px;
  left: -50px;
  opacity: 0.6;
}

.footer_inner {
  display: flex;
  justify-content: center;
  margin: 100px auto;
  gap: 100px;
}
.footer_container {
  text-align: center;
  font-family: "Zen Kaku Gothic New";
}
.footer_container img {
  height: 110px;
}
.footer_container p {
  margin-bottom: 20px;
}
.footer_list {
  gap: 20px;
}
.footer_list tr {
  line-height: 2.5;
  letter-spacing: 0.1rem;
}
.footer_list tr td {
  padding-left: 30px;
  text-align: left;
}

@media (max-width: 768px) {
  .footer_inner {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin: 50px auto;
  }
  .footer_map iframe {
    width: 100%;
    height: 250px;
  }
  .footer_container {
    text-align: center;
  }
  .footer_container img {
    height: 80px;
    margin-bottom: 10px;
  }
  .footer_container p {
    font-size: clamp(0.7rem, 2vw, 0.9rem);
    margin-bottom: 15px;
  }
  .footer_list {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .footer_list tr {
    line-height: 2;
  }
  .footer_list tr td {
    padding-left: 15px;
  }
}
.top_btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #F2DDDA;
  color: #5D5555;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 30px;
  bottom: 40px;
}
.top_btn:hover {
  background-color: #E6AFA8;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-3px);
  transition: all 0.3s ease;
  color: #fff;
}
.top_btn::before {
  content: "";
  display: block;
  top: 15px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #5D5555;
  border-right: 2px solid #5D5555;
  transform: rotate(-45deg);
}
.top_btn:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
}

.footer_visual {
  height: 70px;
  background-color: #EDB5B6;
}
.footer_visual .copyright {
  text-align: center;
  padding-top: 30px;
  letter-spacing: 0.3rem;
  color: #fff;
  font-size: clamp(0.6rem, 1vw, 0.8rem);
}

.hamburger {
  display: none;
  width: 35px;
  height: 25px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 999;
}
.hamburger span {
  display: block;
  height: 3px;
  background-color: #5D5555;
  border-radius: 3px;
  transition: 0.3s;
}

.header_nav {
  transition: 0.4s ease;
}

@media (max-width: 768px) {
  .hamburger {
    display: flex;
  }
  .header_nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 50%;
    height: 100vh;
    background-color: #FFF8F5;
    padding-top: 120px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    transition: 0.4s ease;
    z-index: 997;
  }
  .header_nav ul {
    flex-direction: column;
    gap: 30px;
  }
  .header_nav ul li {
    margin-right: 0;
  }
  .header_nav.active {
    right: 0;
  }
  .hamburger.active span:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
  }
}/*# sourceMappingURL=about.css.map */