@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

body {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 400;
  color: #817A6E;
  font-size: 18px;
  letter-spacing: 0.1rem;
  line-height: 1.6;
}
@media (min-width: 768px) and (max-width:990px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 991px) and (max-width:1500px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    letter-spacing: 0.05rem;
  }
}

img {
  width: 100%;
}

.inner {
  width: 1300px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width:990px) {
  .inner {
    padding: 0 60px;
    width: 100%;
  }
}
@media (min-width: 991px) and (max-width:1500px) {
  .inner {
    width: 980px;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 20px;
    width: 100%;
  }
}

.section-title h2 {
  color: #9DC77A;
  font-size: 80px;
  letter-spacing: 0.1rem;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
}
@media (min-width: 768px) and (max-width:990px) {
  .section-title h2 {
    font-size: 40px;
    letter-spacing: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .section-title h2 {
    font-size: 25px;
    letter-spacing: 0.1rem;
  }
}
@media (min-width: 991px) and (max-width:1500px) {
  .section-title h2 {
    font-size: 65px;
  }
}
@media screen and (max-width: 767px) {
  .section-title span {
    font-size: 10px;
  }
}

.pc-none {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc-none {
    display: block;
  }
}
@media (min-width: 768px) and (max-width:990px) {
  .pc-none {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}
@media (min-width: 768px) and (max-width:990px) {
  .sp-none {
    display: none;
  }
}

.page {
  padding-top: 120px;
  padding-bottom: 100px;
}
@media (min-width: 991px) and (max-width:1500px) {
  .page {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (min-width: 768px) and (max-width:990px) {
  .page {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .page {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.page-title {
  text-align: center;
  line-height: 1.2;
}
.page-title span {
  font-family: "source-han-sans-jp-variable", sans-serif;
  color: #817A6E;
}
.page-title h1 {
  color: #9DC77A;
  font-family: "Montserrat", sans-serif;
  font-size: 80px;
}
@media (min-width: 991px) and (max-width:1500px) {
  .page-title h1 {
    font-size: 60px;
  }
}
@media (min-width: 768px) and (max-width:990px) {
  .page-title h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .page-title h1 {
    font-size: 40px;
  }
}

.breadcrumb {
  text-align: right;
  padding-right: 100px;
  padding-bottom: 40px;
}
.breadcrumb a {
  color: #817A6E;
}
.breadcrumb a:hover {
  opacity: 0.7;
}
@media (min-width: 991px) and (max-width:1500px) {
  .breadcrumb {
    padding-right: 60px;
  }
}
@media (min-width: 768px) and (max-width:990px) {
  .breadcrumb {
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding-right: 20px;
    padding-left: 60px;
  }
}

.header-sp-top {
  display: flex;
  height: 78px;
}
@media screen and (min-width: 1501px) {
  .header-sp-top {
    display: none;
  }
}
@media (min-width: 991px) and (max-width:1500px) {
  .header-sp-top {
    display: none;
  }
}

.header-sp-tel {
  width: 50%;
  background-color: #D9E6D4;
}
.header-sp-tel a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #817A6E;
  text-align: center;
  padding-top: 12px;
}
.header-sp-tel a .is-number {
  font-size: 18px;
}
.header-sp-tel a .is-number span {
  font-size: 9px;
}

.header-sp-web {
  width: 50%;
  background-color: #FC7A79;
}
.header-sp-web a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-align: center;
  padding-top: 13px;
}
.header-sp-web a img {
  width: 35px;
  display: block;
  margin: 0 auto 5px auto;
}

.pc-header {
  width: 100%;
  height: 110px;
  display: flex;
  background-color: #FCF9F4;
  align-items: center;
}
@media (min-width: 768px) and (max-width:990px) {
  .pc-header {
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .pc-header {
    height: 90px;
  }
}
@media (min-width: 991px) and (max-width:1500px) {
  .pc-header {
    height: 90px;
  }
}

.header-logo {
  width: 314px;
  margin-left: 80px;
}
@media (min-width: 768px) and (max-width:990px) {
  .header-logo {
    width: 70px;
    margin-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .header-logo {
    width: 50px;
    margin-left: 20px;
  }
}
@media (min-width: 991px) and (max-width:1500px) {
  .header-logo {
    width: 290px;
    margin-left: 40px;
  }
}

.pc-nav {
  margin-left: auto;
}

.pc-nav ul {
  display: flex;
}
@media (min-width: 768px) and (max-width:990px) {
  .pc-nav ul {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc-nav ul {
    display: none;
  }
}
.pc-nav ul li {
  margin-right: 50px;
}
@media (min-width: 991px) and (max-width:1500px) {
  .pc-nav ul li {
    margin-right: 30px;
  }
}
.pc-nav ul li a {
  color: #817A6E;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
.pc-nav ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #817A6E;
  transition: width 0.3s ease;
}
.pc-nav ul li a:hover::after, .pc-nav ul li a.is-current::after {
  width: 25px;
}

.header-contact {
  background-color: #9DC77A;
  height: 100%;
}
.header-contact a {
  display: inline-block;
  padding: 10px 19px;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 991px) and (max-width:1500px) {
  .header-contact a {
    padding: 10px;
  }
}
.header-contact a p {
  font-weight: 700;
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.3;
}
@media (min-width: 991px) and (max-width:1500px) {
  .header-contact a p {
    font-size: 20px;
  }
}
.header-contact a span {
  display: block;
  font-size: 14px;
  padding-top: 2px;
  letter-spacing: 0.01rem;
}
@media (min-width: 991px) and (max-width:1500px) {
  .header-contact a span {
    font-size: 11px;
  }
}

.drawer-icon {
  display: none;
  position: fixed;
  top: 100px;
  z-index: 300;
  transition: transform 0.5s ease 0s;
  width: 33px;
  height: 33px;
  right: 20px;
  background: url(../img/drawer-icon.png) no-repeat center center/contain;
}
@media (min-width: 768px) and (max-width:990px) {
  .drawer-icon {
    display: block;
    right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .drawer-icon {
    display: block;
  }
}
.drawer-icon.is-active {
  top: 20px;
  background: none;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.drawer-icon.is-active::before, .drawer-icon.is-active::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #fff;
}
.drawer-icon.is-active::before {
  transform: rotate(45deg);
}
.drawer-icon.is-active::after {
  transform: rotate(-45deg);
}
.drawer-icon.top20 {
  top: 20px;
}
@media screen and (max-width: 767px) {
  .drawer-icon {
    display: block;
  }
}

.drawer-content {
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: #D9E6D4;
  z-index: 299;
  transform: translateX(105%);
  transition: transform 0.5s ease 0s;
  padding: 100px 40px;
}
.drawer-content.is-active {
  transform: translateX(0);
}

.drawer-nav li {
  padding-bottom: 20px;
}
.drawer-nav li a {
  display: block;
  color: #817A6E;
  border-bottom: 1px solid #ffffff;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  font-weight: 500;
  transition: all 0.5s;
  padding-bottom: 20px;
}
.drawer-nav li a:hover {
  opacity: 0.7;
}

/*=================================

footer

==================================*/
.footer {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  padding: 150px 0 60px 0;
}
@media (min-width: 768px) and (max-width:990px) {
  .footer {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 30px 0 0 0;
  }
}
.footer .schedule {
  width: 650px;
}
@media (min-width: 768px) and (max-width:990px) {
  .footer .schedule {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer .schedule {
    width: 100%;
  }
}
@media (min-width: 991px) and (max-width:1500px) {
  .footer .schedule {
    width: 450px;
  }
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width:990px) {
  .footer-wrap {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer-wrap {
    display: block;
  }
}

.footer-logo {
  width: 313px;
  margin-bottom: 30px;
  display: inline-block;
}
@media (min-width: 768px) and (max-width:990px) {
  .footer-logo {
    margin: 0 auto 30px auto;
  }
}
@media screen and (max-width: 767px) {
  .footer-logo {
    width: 270px;
    margin: 0 auto 30px auto;
  }
}

.footer-message {
  padding-bottom: 40px;
}
@media (min-width: 991px) and (max-width:1500px) {
  .footer-message {
    font-size: 14px;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width:990px) {
  .footer-message {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer-message {
    letter-spacing: 0.01rem;
    line-height: 1.8;
    padding-bottom: 20px;
  }
}

.footer-company {
  padding-bottom: 30px;
}
@media (min-width: 991px) and (max-width:1500px) {
  .footer-company {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width:990px) {
  .footer-company {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer-company {
    padding-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width:990px) {
  .footer-address {
    text-align: center;
  }
}

.footer-access-btn {
  background-color: #9DC77A;
  width: 232px;
  height: 60px;
  border-radius: 10px;
  margin-top: 50px;
}
@media (min-width: 768px) and (max-width:990px) {
  .footer-access-btn {
    margin: 30px auto;
  }
}
@media screen and (max-width: 767px) {
  .footer-access-btn {
    border-radius: 2px;
    margin-top: 30px;
  }
}
.footer-access-btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff;
  display: flex;
  justify-content: center;
  gap: 14px;
  align-items: center;
  transition: all 0.5s;
}
.footer-access-btn a:hover {
  opacity: 0.6;
}
.footer-access-btn img:first-child {
  width: 22px;
}
.footer-access-btn img:last-child {
  width: 10px;
}

.footer-tel-text {
  font-size: 22px;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .footer-tel-text {
    font-size: 18px;
    padding-top: 20px;
  }
}

.footer-tel {
  font-size: 40px;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 767px) {
  .footer-tel {
    font-size: 20px;
    letter-spacing: 0.2rem;
  }
}

.footer-link-btn {
  background-color: #D9E6D4;
  width: 225px;
  height: 47px;
  border-radius: 34px;
  margin-top: 30px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .footer-link-btn {
    margin: 30px auto;
  }
}
.footer-link-btn a {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #1A1A1A;
  font-size: 11px;
  display: flex;
  justify-content: center;
  gap: 14px;
  align-items: center;
  transition: all 0.5s;
}
.footer-link-btn a:hover {
  opacity: 0.6;
}
.footer-link-btn a img:first-child {
  width: 34px;
}
.footer-link-btn a img:last-child {
  width: 20px;
}

.footer-footer {
  padding-top: 100px;
  text-align: center;
}
@media (min-width: 768px) and (max-width:990px) {
  .footer-footer {
    padding-top: 40px;
    padding-bottom: 30px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .footer-footer {
    padding-top: 0;
    font-size: 9px;
    padding-bottom: 30px;
  }
}

.top {
  margin-bottom: 600px;
}
@media (min-width: 768px) and (max-width:990px) {
  .top {
    margin-bottom: 300px;
  }
}
@media screen and (max-width: 767px) {
  .top {
    margin-bottom: 140px;
  }
}

/*=================================

hero

==================================*/
.hero {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width:990px) {
  .hero {
    padding: 0 20px 20px 20px;
    background-color: #FCF9F4;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    padding: 0 20px 20px 20px;
    background-color: #FCF9F4;
  }
}

.hero-bg {
  width: 100%;
}

.hero-content {
  position: absolute;
  top: 80px;
}
@media (min-width: 991px) and (max-width:1500px) {
  .hero-content {
    top: 40px;
  }
}
@media (min-width: 768px) and (max-width:990px) {
  .hero-content {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .hero-content {
    position: static;
  }
}

.h1-wrap {
  background-color: rgba(252, 249, 244, 0.9);
  padding: 20px 100px;
  border-radius: 0 20px 20px 0;
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width:990px) {
  .h1-wrap {
    padding: 10px 40px;
    background-color: transparent;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .h1-wrap {
    padding: 20px 10px 0 10px;
    margin-bottom: 0;
    background-color: transparent;
  }
}
@media (min-width: 991px) and (max-width:1500px) {
  .h1-wrap {
    padding: 15px 40px;
    margin-bottom: 20px;
  }
}
.h1-wrap p {
  padding-bottom: 5px;
  font-size: 18px;
}
@media (min-width: 768px) and (max-width:990px) {
  .h1-wrap p {
    font-size: 14px;
    padding-bottom: 5px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .h1-wrap p {
    font-size: 8px;
    padding-bottom: 0;
    letter-spacing: 0.01rem;
  }
}
@media (min-width: 991px) and (max-width:1500px) {
  .h1-wrap p {
    padding-bottom: 0;
    font-size: 16px;
  }
}
.h1-wrap h1 {
  font-size: 36px;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.18em;
  font-weight: 700;
}
@media (min-width: 991px) and (max-width:1500px) {
  .h1-wrap h1 {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width:990px) {
  .h1-wrap h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .h1-wrap h1 {
    font-size: 18px;
    letter-spacing: 0.12rem;
    padding-bottom: 10px;
  }
}
.h1-wrap h1 .is-red {
  color: #E53A4A;
}
.h1-wrap h1 .is-blue {
  color: #3E527D;
}
.h1-wrap h1 .is-yellow {
  color: #D3D11F;
}

.hero-text {
  color: #FCF9F4;
  padding-left: 100px;
  line-height: 2.4;
  letter-spacing: 0.01em;
  font-size: 17px;
}
@media (min-width: 768px) and (max-width:990px) {
  .hero-text {
    padding-left: 40px;
    padding-right: 40px;
    color: #817A6E;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .hero-text {
    padding: 0 10px;
    color: #817A6E;
    font-size: 13px;
  }
}
@media (min-width: 991px) and (max-width:1500px) {
  .hero-text {
    padding-left: 40px;
    font-size: 15px;
  }
}

/*=================================

about

==================================*/
.about {
  padding-top: 100px;
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}
@media (min-width: 768px) and (max-width:990px) {
  .about {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .about {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}

.about-wrap {
  display: flex;
  justify-content: center;
  gap: 60px;
}
@media (min-width: 768px) and (max-width:990px) {
  .about-wrap {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .about-wrap {
    display: block;
  }
}

.news {
  width: calc(50% - 25px);
}
@media (min-width: 768px) and (max-width:990px) {
  .news {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .news {
    width: 100%;
  }
}

.more-btn {
  text-align: right;
  margin-top: 10px;
}
.more-btn a {
  font-size: 14px;
  color: #817A6E;
  transition: all 0.5s;
}
.more-btn a img {
  width: 27px;
  vertical-align: middle;
}
.more-btn a:hover {
  opacity: 0.6;
}
@media (min-width: 768px) and (max-width:990px) {
  .more-btn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .more-btn {
    display: none;
  }
}

.about-title {
  font-size: 24px;
  letter-spacing: 0.2rem;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .about-title {
    font-size: 16px;
    padding-bottom: 0;
  }
}
.about-title span {
  font-size: 14px;
  padding-left: 10px;
  letter-spacing: 0.01rem;
  color: #9DC77A;
}
@media screen and (max-width: 767px) {
  .about-title span {
    font-size: 10px;
  }
}

.news-post {
  display: flex;
  border-bottom: 1px solid #817A6E;
  padding: 20px 0;
  color: #817A6E;
  transition: all 0.7s;
}
.news-post:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .news-post {
    padding: 10px 0;
  }
}
.news-post time {
  letter-spacing: 0.05rem;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .news-post time {
    margin-right: 15px;
  }
}

.schedule {
  width: calc(50% - 25px);
}
@media (min-width: 768px) and (max-width:990px) {
  .schedule {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .schedule {
    width: 100%;
    margin-top: 30px;
  }
}
.schedule table {
  width: 100%;
  border-collapse: collapse;
}
.schedule thead th {
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .schedule thead th {
    padding: 6px;
  }
}
.schedule thead th:first-child {
  text-align: left;
  padding-left: 0;
}
.schedule tbody td {
  text-align: center;
  padding: 10px;
  font-size: 16px;
}
@media (min-width: 991px) and (max-width:1500px) {
  .schedule tbody td {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .schedule tbody td {
    font-size: 13px;
  }
}
.schedule tbody td.is-morning {
  padding-left: 10px !important;
}
@media (min-width: 991px) and (max-width:1500px) {
.schedule tbody td.is-morning {
  padding-left: 8px !important;
}
}
@media (min-width: 768px) and (max-width:990px) {
  .schedule tbody td.is-morning {
    padding-left: 8px !important;
  }
}
@media screen and (max-width: 767px) {
  .schedule tbody td.is-morning {
    padding-left: 0 !important;
  }
}
.schedule tbody td:first-child {
  text-align: left;
  padding-left: 0;
}
.schedule .red-circle {
  width: 16px;
  height: 16px;
  background-color: #FC7A79;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.schedule .saturday {
  display: block;
  color: #FC7A79;
  margin-top: 5px;
}
.schedule .is-point {
  position: relative;
}
.schedule .is-point::after {
  position: absolute;
  content: "※";
  color: #FC7A79;
  top: 0;
}

/*=================================

policy

==================================*/
.policy {
  padding-top: 100px;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .policy {
    padding-top: 30px;
  }
}

.policy-bg {
  position: absolute;
  width: 1300px;
  height: 800px;
  background-color: #FCF9F4;
  z-index: -1;
  border-radius: 0 140px 140px 0;
  top: 150px;
}
@media (min-width: 768px) and (max-width:990px) {
  .policy-bg {
    width: 90%;
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .policy-bg {
    width: 95%;
    border-radius: 0 65px 65px 0;
    top: 65px;
    height: 400px;
  }
}
@media (min-width: 991px) and (max-width:1500px) {
  .policy-bg {
    width: 900px;
  }
}

.policy-circle {
  width: 246px;
  position: absolute;
  top: 110px;
  left: 1200px;
}
@media (min-width: 768px) and (max-width:990px) {
  .policy-circle {
    right: 40px;
    left: auto;
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .policy-circle {
    left: auto;
    right: 20px;
    width: 100px;
    top: 0;
  }
}
@media (min-width: 991px) and (max-width:1500px) {
  .policy-circle {
    left: 750px;
    width: 200px;
  }
}

.policy-wrap {
  position: relative;
  padding-left: 100px;
  padding-bottom: 90px;
}
@media (min-width: 768px) and (max-width:990px) {
  .policy-wrap {
    padding-left: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .policy-wrap {
    padding-left: 20px;
    padding-bottom: 30px;
  }
}
@media (min-width: 991px) and (max-width:1500px) {
  .policy-wrap {
    padding-bottom: 60px;
  }
}
.policy-wrap h3 {
  padding-top: 50px;
  padding-bottom: 30px;
  font-size: 33px;
  letter-spacing: 0.3rem;
}
@media (min-width: 768px) and (max-width:990px) {
  .policy-wrap h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .policy-wrap h3 {
    font-size: 18px;
    letter-spacing: 0.1rem;
    padding-bottom: 10px;
    padding-top: 20px;
  }
}
@media (min-width: 991px) and (max-width:1500px) {
  .policy-wrap h3 {
    font-size: 30px;
  }
}
.policy-wrap p {
  padding-bottom: 50px;
  line-height: 2.5;
}
@media (min-width: 768px) and (max-width:990px) {
  .policy-wrap p {
    padding-bottom: 20px;
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .policy-wrap p {
    padding-bottom: 0;
    width: 85%;
    line-height: 2;
  }
}

.flower-icon {
  position: absolute;
  width: 220px;
  left: 450px;
  top: -40px;
}
@media (min-width: 991px) and (max-width:1500px) {
  .flower-icon {
    width: 180px;
  }
}
@media (min-width: 768px) and (max-width:990px) {
  .flower-icon {
    width: 140px;
    top: -20px;
    left: 300px;
  }
}
@media screen and (max-width: 767px) {
  .flower-icon {
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
  }
}

/*=================================

service

==================================*/
.service {
  position: relative;
  padding-top: 200px;
  padding-bottom: 200px;
  overflow: hidden;
  background-color: #ffffff;
}
@media (min-width: 768px) and (max-width:990px) {
  .service {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .service {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}

.service-bg1 {
  position: absolute;
  background-color: #EDE3D2;
  height: calc(100% - 362px);
  width: 140%;
  left: 50%;
  top: 340px;
  transform: translateX(-50%) rotate(17deg);
}
@media (min-width: 768px) and (max-width:990px) {
  .service-bg1 {
    top: 220px;
    height: 100%;
    width: 150%;
  }
}
@media screen and (max-width: 767px) {
  .service-bg1 {
    width: 200%;
    top: 160px;
    height: 100%;
  }
}

.service-bg2 {
  position: absolute;
  background-color: #FCF9F4;
  height: calc(100% - 300px);
  width: 140%;
  left: 50%;
  top: 340px;
  transform: translateX(-50%) rotate(-17deg);
}
@media (min-width: 768px) and (max-width:990px) {
  .service-bg2 {
    top: 220px;
    width: 200%;
  }
}
@media screen and (max-width: 767px) {
  .service-bg2 {
    width: 200%;
    top: 160px;
    height: 100%;
  }
}

.service-inner {
  position: relative;
}

.service-circle {
  width: 246px;
  position: absolute;
  top: -160px;
}
@media (min-width: 768px) and (max-width:990px) {
  .service-circle {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .service-circle {
    display: none;
  }
}
@media (min-width: 991px) and (max-width:1500px) {
  .service-circle {
    top: -180px;
    width: 200px;
    left: -100px;
  }
}

.service-tree {
  width: 329px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) and (max-width:990px) {
  .service-tree {
    width: 200px;
  }
}
@media (min-width: 991px) and (max-width:1500px) {
  .service-tree {
    width: 280px;
    right: -50px;
  }
}
@media screen and (max-width: 767px) {
  .service-tree {
    width: 88px;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: -70px;
  }
}

.service-title {
  text-align: center;
}
.service-title span {
  margin-right: 10px;
  display: block;
}
@media (min-width: 768px) and (max-width:990px) {
  .service-title span {
    padding-left: 20px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .service-title span {
    margin-right: 0;
  }
}
.service-title h2 {
  margin-left: 10px;
}
@media (min-width: 768px) and (max-width:990px) {
  .service-title h2 {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .service-title h2 {
    margin-left: 10px;
  }
}

.service-message {
  text-align: center;
  padding: 40px 0;
  font-size: 33px;
  letter-spacing: 0.2rem;
}
@media (min-width: 768px) and (max-width:990px) {
  .service-message {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .service-message {
    font-size: 17px;
    letter-spacing: 0.01rem;
    padding: 30px 0 20px 0;
  }
}

.service-text {
  text-align: center;
  line-height: 2.4;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .service-text {
    line-height: 2;
    font-size: 12px;
    letter-spacing: 0.01rem;
    padding-bottom: 30px;
  }
}

.service-item-wrap {
  display: flex;
  margin: 30px 60px;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width:990px) {
  .service-item-wrap {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .service-item-wrap {
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 320px;
  }
}
@media (min-width: 991px) and (max-width:1500px) {
  .service-item-wrap {
    margin: 40px 0;
  }
}

.service-item {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  text-align: center;
  background-color: #ffffff;
  padding-top: 30px;
  margin: 40px 0;
}
@media (min-width: 768px) and (max-width:990px) {
  .service-item {
    width: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .service-item {
    width: 150px;
    height: 150px;
    padding-top: 15px;
    margin: 0;
  }
}
@media (min-width: 991px) and (max-width:1500px) {
  .service-item {
    width: 200px;
    height: 200px;
  }
}
.service-item img {
  height: 60px;
  width: auto;
}
@media (min-width: 768px) and (max-width:990px) {
  .service-item img {
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .service-item img {
    height: 40px;
  }
}
@media (min-width: 991px) and (max-width:1500px) {
  .service-item img {
    height: 50px;
  }
}
.service-item h3 {
  font-size: 20px;
  padding: 10px 0;
}
@media (min-width: 768px) and (max-width:990px) {
  .service-item h3 {
    font-size: 14px;
    padding: 5px 0;
  }
}
@media screen and (max-width: 767px) {
  .service-item h3 {
    font-size: 16px;
    padding: 5px 0;
  }
}
@media (min-width: 991px) and (max-width:1500px) {
  .service-item h3 {
    padding: 5px 0;
  }
}
.service-item p {
  font-size: 14px;
}
@media (min-width: 768px) and (max-width:990px) {
  .service-item p {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .service-item p {
    font-size: 11px;
  }
}

/*=================================

message

==================================*/
.message {
  position: relative;
  padding-top: 140px;
  padding-bottom: 120px;
  z-index: 2;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .message {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #FCF9F4;
  }
}

.message-title h2 {
  letter-spacing: 0.1rem;
}

.message-bg1 {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #EDE3D2;
  z-index: -1;
}
@media (min-width: 768px) and (max-width:990px) {
  .message-bg1 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .message-bg1 {
    display: none;
  }
}

.message-bg2 {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #FCF9F4;
  z-index: -1;
}
@media (min-width: 768px) and (max-width:990px) {
  .message-bg2 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .message-bg2 {
    width: 100%;
  }
}

.message-leaf {
  width: 170px;
  position: absolute;
  top: 60px;
  right: 40px;
}
@media (min-width: 991px) and (max-width:1500px) {
  .message-leaf {
    width: 140px;
  }
}
@media (min-width: 768px) and (max-width:990px) {
  .message-leaf {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .message-leaf {
    width: 50px;
    top: 130px;
  }
}

.message-inner {
  margin-left: 250px;
}
@media (min-width: 768px) and (max-width:990px) {
  .message-inner {
    margin-left: 0;
    padding: 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .message-inner {
    margin-left: 0;
    padding: 0 20px;
  }
}
@media (min-width: 991px) and (max-width:1500px) {
  .message-inner {
    margin-left: 60px;
  }
}

.message-wrap {
  padding-top: 60px;
  display: flex;
}
@media (min-width: 768px) and (max-width:990px) {
  .message-wrap {
    display: block;
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .message-wrap {
    display: block;
    padding-top: 20px;
  }
}

.message-name {
  width: calc(100% + 60px);
  font-size: 18px;
  line-height: 2;
  border-bottom: 1px solid #817A6E;
}
@media (min-width: 768px) and (max-width:990px) {
  .message-name {
    font-size: 16px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .message-name {
    width: 100%;
    font-size: 14px;
  }
}

.message-sub {
  font-size: 26px;
  padding-top: 60px;
  padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width:990px) {
  .message-sub {
    font-size: 18px;
    padding-top: 30px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .message-sub {
    font-size: 18px;
    padding-top: 30px;
    padding-bottom: 15px;
  }
}

.message-text {
  width: 550px;
  padding-bottom: 20px;
  line-height: 1.8;
}
@media (min-width: 768px) and (max-width:990px) {
  .message-text {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .message-text {
    width: 100%;
    padding-bottom: 0;
  }
}
@media (min-width: 991px) and (max-width:1500px) {
  .message-text {
    width: 80%;
  }
}

.message-left {
  width: 50%;
}
@media (min-width: 768px) and (max-width:990px) {
  .message-left {
    width: 100%;
  }
}
@media (min-width: 991px) and (max-width:1500px) {
  .message-left {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .message-left {
    width: 100%;
  }
}

.message-left-bottom {
  margin-top: 60px;
  position: relative;
}
@media (min-width: 768px) and (max-width:990px) {
  .message-left-bottom {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .message-left-bottom {
    margin-top: 30px;
  }
}
@media (min-width: 991px) and (max-width:1500px) {
  .message-left-bottom {
    margin-top: 40px;
  }
}

.message-left-img {
  width: 482px;
  margin-left: 60px;
  position: relative;
}
@media (min-width: 768px) and (max-width:990px) {
  .message-left-img {
    width: 340px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .message-left-img {
    width: 290px;
    margin-left: 20px;
  }
}
@media (min-width: 991px) and (max-width:1500px) {
  .message-left-img {
    width: 400px;
    margin-left: 30px;
  }
}
.message-left-img::after {
  content: "";
  position: absolute;
  width: 542px;
  height: 186px;
  background-color: #CBC3B4;
  left: -60px;
  bottom: -60px;
  z-index: -1;
}
@media (min-width: 768px) and (max-width:990px) {
  .message-left-img::after {
    width: 330px;
    height: 130px;
    left: -30px;
    bottom: -30px;
  }
}
@media screen and (max-width: 767px) {
  .message-left-img::after {
    width: 330px;
    height: 130px;
    left: -40px;
    bottom: -30px;
  }
}
@media (min-width: 991px) and (max-width:1500px) {
  .message-left-img::after {
    width: 430px;
    left: -30px;
    bottom: -30px;
  }
}

.message-flower {
  position: absolute;
  width: 163px;
  left: 0;
  bottom: -100px;
}
@media (min-width: 768px) and (max-width:990px) {
  .message-flower {
    width: 100px;
    bottom: -60px;
  }
}
@media screen and (max-width: 767px) {
  .message-flower {
    width: 100px;
    bottom: -60px;
  }
}
@media (min-width: 991px) and (max-width:1500px) {
  .message-flower {
    width: 120px;
    bottom: -40px;
  }
}

.message-right {
  width: 55%;
  margin-left: auto;
}
@media (min-width: 991px) and (max-width:1500px) {
  .message-right {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width:990px) {
  .message-right {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .message-right {
    width: 100%;
  }
}

.message-right-top {
  position: relative;
}
@media (min-width: 768px) and (max-width:990px) {
  .message-right-top {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .message-right-top {
    margin-top: 80px;
  }
}

.message-right-img {
  margin-left: 60px;
  position: relative;
}
@media (min-width: 768px) and (max-width:990px) {
  .message-right-img {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .message-right-img {
    margin-left: 20px;
  }
}
.message-right-img::after {
  content: "";
  position: absolute;
  width: calc(100% + 60px);
  height: 300px;
  background-color: #EDE3D2;
  left: -60px;
  bottom: -40px;
  z-index: -1;
}
@media (min-width: 991px) and (max-width:1500px) {
  .message-right-img::after {
    height: 200px;
    left: -40px;
    width: calc(100% + 40px);
  }
}
@media (min-width: 768px) and (max-width:990px) {
  .message-right-img::after {
    height: 250px;
    left: -40px;
    width: calc(100% + 40px);
  }
}
@media screen and (max-width: 767px) {
  .message-right-img::after {
    left: -40px;
    width: calc(100% + 40px);
    height: 150px;
    bottom: -20px;
  }
}

.message-right-name {
  position: absolute;
  left: 0;
  bottom: -40px;
  background-color: rgba(219, 89, 37, 0.6);
  padding: 10px 15px;
  font-size: 20px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width:990px) {
  .message-right-name {
    font-size: 16px;
    left: -20px;
    padding: 10px;
    bottom: -40px;
  }
}
@media screen and (max-width: 767px) {
  .message-right-name {
    font-size: 14px;
    left: -20px;
    padding: 5px 10px;
    bottom: -30px;
  }
}

.message-history {
  padding-top: 80px;
}
@media (min-width: 768px) and (max-width:990px) {
  .message-history {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .message-history {
    padding-top: 40px;
  }
}
.message-history p {
  padding-bottom: 5px;
}
.message-history p.is-red {
  color: #FC7A79;
}

.message-area {
  padding-top: 20px;
  font-size: 13px;
}
@media (min-width: 768px) and (max-width:990px) {
  .message-area {
    padding-left: 20px;
  }
}

/*=================================

doctor

==================================*/
.doctor {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #819691;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media (min-width: 768px) and (max-width:990px) {
  .doctor {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .doctor {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.doctor-title {
  text-align: center;
}
.doctor-title span {
  color: #ffffff;
}

.doctor-inner {
  margin: 60px 100px;
  padding: 40px 150px;
  background-color: #F4F3EF;
}
@media (min-width: 768px) and (max-width:990px) {
  .doctor-inner {
    margin: 40px 60px;
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .doctor-inner {
    margin: 20px 20px;
    padding: 0;
  }
}
@media (min-width: 991px) and (max-width:1500px) {
  .doctor-inner {
    margin: 40px;
    padding: 40px;
  }
}

.doctor-item {
  display: flex;
  align-items: start;
  padding: 80px 0 140px 0;
}
@media (min-width: 768px) and (max-width:990px) {
  .doctor-item {
    padding: 40px 0 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .doctor-item {
    display: block;
    padding: 20px;
  }
}
@media (min-width: 991px) and (max-width:1500px) {
  .doctor-item {
    margin: 0 auto;
    padding: 80px 0;
    width: 880px;
  }
}
.doctor-item:not(:last-child) {
  border-bottom: 1px solid #9DC77A;
}
@media screen and (max-width: 767px) {
  .doctor-item:not(:last-child) {
    border-bottom: none;
  }
}

.doctor-left {
  width: 342px;
  margin-right: 40px;
  position: relative;
}
@media (min-width: 991px) and (max-width:1500px) {
  .doctor-left {
    width: 270px;
  }
}
@media (min-width: 768px) and (max-width:990px) {
  .doctor-left {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .doctor-left {
    width: 236px;
    margin: 0 auto;
    padding-bottom: 60px;
  }
}

.doctor-name-box {
  position: absolute;
  color: #ffffff;
  padding: 15px 0 15px 15px;
  width: 286px;
  font-weight: 600;
  font-size: 24px;
  left: 50%;
  bottom: -60px;
  transform: translateX(-50%);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
@media (min-width: 991px) and (max-width:1500px) {
  .doctor-name-box {
    font-size: 20px;
    width: 270px;
  }
}
@media (min-width: 768px) and (max-width:990px) {
  .doctor-name-box {
    width: 230px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .doctor-name-box {
    width: 240px;
    font-size: 18px;
    padding: 5px 0 5px 10px;
    bottom: 20px;
  }
}
.doctor-name-box h3 {
  border-bottom: 1px solid #ffffff;
}
.doctor-name-box p {
  padding-right: 15px;
}
.doctor-name-box.name-box--1 {
  background-color: rgba(62, 89, 125, 0.6);
}
.doctor-name-box.name-box--2 {
  background-color: rgba(211, 209, 31, 0.6);
}
.doctor-name-box.name-box--3 {
  background-color: rgba(252, 122, 121, 0.6);
}

.doctor-right {
  width: calc(100% - 270px);
  font-size: 16px;
}
@media (min-width: 991px) and (max-width:1500px) {
  .doctor-right {
    width: calc(100% - 320px);
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width:990px) {
  .doctor-right {
    width: calc(100% - 250px);
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .doctor-right {
    width: 100%;
    font-size: 14px;
  }
}

.doctor-history .is-red {
  color: #FC7A79;
}

.doctor-license {
  padding-top: 30px;
}

.doctor-message {
  padding-top: 30px;
}
@media (min-width: 991px) and (max-width:1500px) {
  .doctor-message {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width:990px) {
  .doctor-message {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .doctor-message {
    padding-right: 0;
  }
}

.doctor-circle {
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background-color: rgba(196, 152, 139, 0.85);
  right: -180px;
  bottom: 500px;
}
@media (min-width: 991px) and (max-width:1500px) {
  .doctor-circle {
    width: 300px;
    height: 300px;
    right: -180px;
    bottom: 640px;
  }
}
@media (min-width: 768px) and (max-width:990px) {
  .doctor-circle {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .doctor-circle {
    display: none;
  }
}

/*=================================

reservation

==================================*/
.reservation {
  padding: 160px 0 100px 0;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}
@media (min-width: 768px) and (max-width:990px) {
  .reservation {
    padding: 100px 0 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .reservation {
    padding: 40px 0;
  }
}

.reservation-title-wrap {
  display: flex;
  align-items: end;
}
@media (min-width: 991px) and (max-width:1500px) {
  .reservation-title-wrap h2 {
    letter-spacing: 0.4rem;
  }
}
@media (min-width: 768px) and (max-width:990px) {
  .reservation-title-wrap h2 {
    letter-spacing: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .reservation-title-wrap {
    display: block;
  }
}

.reservation-red {
  background-color: #FC7A79;
  color: #ffffff;
  padding: 5px 30px;
  margin-bottom: 10px;
  margin-left: 40px;
}
@media (min-width: 991px) and (max-width:1500px) {
  .reservation-red {
    padding: 5px 24px;
    font-size: 14px;
    margin-left: 20px;
  }
}
@media (min-width: 768px) and (max-width:990px) {
  .reservation-red {
    padding: 5px 9px;
    font-size: 13px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .reservation-red {
    margin-top: 20px;
    padding: 3px 5px;
    margin-left: 0;
  }
}

.reservation-content {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .reservation-content {
    margin-top: 15px;
  }
}
.reservation-content h3 {
  background-color: #9DC77A;
  color: #ffffff;
  font-size: 24px;
  padding: 5px 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .reservation-content h3 {
    font-size: 14px;
    padding: 3px 5px;
    margin-bottom: 15px;
  }
}
.reservation-content p {
  padding-right: 300px;
}
@media (min-width: 768px) and (max-width:990px) {
  .reservation-content p {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .reservation-content p {
    padding-right: 0;
    line-height: 1.8;
  }
}
.reservation-content li {
  text-indent: -1.5em;
  margin-left: 1.5em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .reservation-content li {
    line-height: 1.8;
  }
}

.reservation-btn-wrap {
  margin-top: 30px;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .reservation-btn-wrap {
    display: block;
    margin-top: 15px;
    margin-bottom: 40px;
  }
}

.reservation-btn {
  width: 300px;
  height: 77px;
  position: relative;
  border: 1px solid #9DC77A;
}
@media screen and (max-width: 767px) {
  .reservation-btn {
    width: 215px;
    height: 56px;
    margin-bottom: 10px;
  }
}
.reservation-btn a {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #9DC77A;
  text-align: center;
  font-size: 20px;
  padding-top: 20px;
  transition: all 0.7s;
}
@media screen and (max-width: 767px) {
  .reservation-btn a {
    padding-top: 10px;
  }
}
.reservation-btn a img {
  width: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  transition: opacity 0.5s ease, transform 0.7s ease;
}
.reservation-btn a:hover {
  background-color: #9DC77A;
  color: #ffffff;
}
.reservation-btn a .hover-img {
  opacity: 0;
}
.reservation-btn a:hover {
  background-color: #9DC77A;
  color: #ffffff;
}
.reservation-btn a:hover .default-img {
  opacity: 0;
}
.reservation-btn a:hover .hover-img {
  opacity: 1;
}

.tel-btn {
  margin-top: 100px;
  background-color: #F5895A;
  display: inline-block;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .tel-btn {
    margin-top: 0;
  }
}
.tel-btn a {
  color: #ffffff;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  font-size: 27px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  transition: all 0.5s;
}
.tel-btn a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .tel-btn a {
    font-size: 18px;
  }
}
.tel-btn a span {
  display: block;
  font-size: 16px;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .tel-btn a span {
    font-size: 12px;
  }
}

/*=================================

faqs

==================================*/
.faq {
  padding: 100px;
  background-color: #F8FDF5;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width:990px) {
  .faq {
    padding: 60px;
  }
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 30px 20px;
  }
}

.faqs-circle {
  position: absolute;
  width: 315px;
  right: -20px;
  top: 40px;
}
@media (min-width: 768px) and (max-width:990px) {
  .faqs-circle {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .faqs-circle {
    display: none;
  }
}
@media (min-width: 991px) and (max-width:1500px) {
  .faqs-circle {
    top: 0;
    width: 250px;
  }
}

.faqs-inner {
  background-color: #ffffff;
  padding: 80px 0 60px 0;
}
@media (min-width: 768px) and (max-width:990px) {
  .faqs-inner {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .faqs-inner {
    padding: 20px 10px 30px 10px;
  }
}

.faqs-title {
  text-align: center;
  position: relative;
}
.faqs-title::before {
  position: absolute;
  content: "";
  height: 130px;
  width: 1px;
  background-color: #817A6E;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) and (max-width:990px) {
  .faqs-title::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .faqs-title::before {
    display: none;
  }
}
.faqs-title h2 {
  padding-left: 25px;
}
@media (min-width: 768px) and (max-width:990px) {
  .faqs-title h2 {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .faqs-title h2 {
    padding-left: 9px;
  }
}
.faqs-title span {
  display: block;
}

.faqs-wrap {
  width: 1000px;
  margin: 60px auto;
}
@media (min-width: 768px) and (max-width:990px) {
  .faqs-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .faqs-wrap {
    width: 100%;
    margin: 20px auto;
  }
}
@media (min-width: 991px) and (max-width:1500px) {
  .faqs-wrap {
    width: 90%;
  }
}

.faqs-item {
  margin-bottom: 40px;
}

.faqs-head {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 20px 40px;
  border-radius: 100px;
  border: 1px solid #817A6E;
}
@media screen and (max-width: 767px) {
  .faqs-head {
    padding: 15px 10px;
    gap: 10px;
  }
}

.faqs-q-icon {
  font-size: 50px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #817A6E;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .faqs-q-icon {
    font-size: 20px;
  }
}

.faqs-q-text {
  width: calc(100% - 160px);
}
@media (min-width: 768px) and (max-width:990px) {
  .faqs-q-text {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .faqs-q-text {
    width: calc(100% - 50px);
  }
}

.faqs-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  display: flex;
  gap: 30px;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .faqs-body {
    display: block;
    padding: 0;
  }
}

.faqs-body.open {
  padding: 20px 40px;
}
@media screen and (max-width: 767px) {
  .faqs-body.open {
    padding: 20px;
  }
}

.faqs-a-icon {
  font-size: 50px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #817A6E;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .faqs-a-icon {
    font-size: 20px;
  }
}

.faqs-red-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #CE5180;
  position: relative;
  margin-left: auto;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .faqs-red-icon {
    width: 20px;
    height: 20px;
  }
}

.faqs-red-bar1, .faqs-red-bar2 {
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.faqs-red-bar1 {
  width: 23px;
  height: 2.5px;
}
@media screen and (max-width: 767px) {
  .faqs-red-bar1 {
    width: 13px;
    height: 1px;
  }
}

.faqs-red-bar2 {
  width: 2.5px;
  height: 23px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .faqs-red-bar2 {
    width: 1px;
    height: 13px;
  }
}

.faqs-red-icon.minus .faqs-red-bar2 {
  opacity: 0;
}

.faqs-a-text {
  line-height: 1.8;
}

.faqs-message {
  width: 940px;
  margin: 0 auto;
  line-height: 2;
}
@media (min-width: 768px) and (max-width:990px) {
  .faqs-message {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .faqs-message {
    width: 90%;
  }
}
@media (min-width: 991px) and (max-width:1500px) {
  .faqs-message {
    width: 85%;
  }
}
.faqs-message li {
  list-style: disc;
}
@media screen and (max-width: 767px) {
  .faqs-message li {
    padding-top: 20px;
  }
}

.ocean {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* 背景として */
}

.ocean img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-posts {
  margin-top: 100px;
}
@media (min-width: 991px) and (max-width:1500px) {
  .page-posts {
    margin-top: 80px;
  }
}
@media (min-width: 768px) and (max-width:990px) {
  .page-posts {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .page-posts {
    margin-top: 50px;
  }
}

.page-post-item {
  display: flex;
  gap: 60px;
  padding: 30px 0;
  border-bottom: 1px solid #817A6E;
  color: #817A6E;
  transition: all 0.7s;
}
.page-post-item:hover {
  opacity: 0.7;
}
@media (min-width: 768px) and (max-width:990px) {
  .page-post-item {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-post-item {
    gap: 30px;
    padding: 20px 0;
  }
}

.page-post {
  margin: 0 80px;
}
@media (min-width: 768px) and (max-width:990px) {
  .page-post {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-post {
    margin: 0;
  }
}

.page-post-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #817A6E;
}
.page-post-title time {
  letter-spacing: 0.3rem;
}
.page-post-title h2 {
  font-size: 30px;
}
@media (min-width: 768px) and (max-width:990px) {
  .page-post-title h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .page-post-title h2 {
    font-size: 18px;
  }
}

.page-post-content {
  margin: 40px 0;
  line-height: 2;
}
@media (min-width: 768px) and (max-width:990px) {
  .page-post-content {
    margin: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .page-post-content {
    margin: 20px 0;
  }
}

.single__pagination {
  padding: 30px 80px;
  border-top: 1px solid #817A6E;
  border-bottom: 1px solid #817A6E;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 991px) and (max-width:1500px) {
  .single__pagination {
    padding: 30px 40px;
  }
}
@media (min-width: 768px) and (max-width:990px) {
  .single__pagination {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .single__pagination {
    padding: 20px 0;
  }
}

.single__prev {
  width: 500px;
}
@media (min-width: 991px) and (max-width:1500px) {
  .single__prev {
    width: 400px;
  }
}
@media (min-width: 768px) and (max-width:990px) {
  .single__prev {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .single__prev {
    width: auto;
    margin-right: 10px;
  }
  .single__prev span {
    font-size: 10px;
  }
}
.single__prev a {
  color: #817A6E;
}
@media screen and (max-width: 767px) {
  .single__prev a {
    display: flex;
    flex-direction: column-reverse;
  }
}
.single__prev a img {
  width: 25px;
  vertical-align: middle;
  margin-bottom: 5px;
}

.single__next {
  text-align: right;
  width: 500px;
}
@media (min-width: 991px) and (max-width:1500px) {
  .single__next {
    width: 400px;
  }
}
@media (min-width: 768px) and (max-width:990px) {
  .single__next {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .single__next {
    width: auto;
    margin-left: 10px;
  }
  .single__next span {
    font-size: 10px;
  }
}
.single__next a {
  color: #817A6E;
}
@media screen and (max-width: 767px) {
  .single__next a {
    display: flex;
    flex-direction: column;
    align-items: end;
  }
}
.single__next a img {
  width: 25px;
  vertical-align: middle;
  margin-bottom: 5px;
}

.l-pagination {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .l-pagination {
    margin-top: 60px;
  }
}

.page-numbers {
  margin: 0 5px;
  display: inline-block;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding-top: 15px;
  color: #ffffff;
  background-color: rgba(129, 122, 110, 0.68);
}
@media screen and (max-width: 767px) {
  .page-numbers {
    width: 45px;
    height: 45px;
    padding-top: 10px;
    margin: 0 2px;
  }
}
.page-numbers.current {
  background-color: rgb(129, 122, 110);
}
.page-numbers.next {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
  .page-numbers.next {
    width: 30px;
    height: 30px;
    padding-top: 9px;
    font-size: 8px;
  }
}
.page-numbers.prev {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
  .page-numbers.prev {
    width: 30px;
    height: 30px;
    padding-top: 9px;
    font-size: 8px;
  }
}/*# sourceMappingURL=main.css.map */