@charset "UTF-8";
html {
  margin: 0;
  font-family: "A1 Gothic R", sans-serif;
  color: #707070;
  line-height: 150%;
  margin-top: 0 !important;
}

a {
  text-decoration: underline;
}
a.button {
  text-decoration: none !important;
}

.a_none {
  text-decoration: none !important;
}

@media screen and (min-width: 850px) {
  .sp_container {
    width: 400px;
    margin: 40px auto;
    position: relative;
    background-color: white;
    box-shadow: 0px 0px 10px #d9c6c6;
    border-radius: 20px;
    overflow: scroll;
  }
  .sp_container header {
    width: 400px;
    border-radius: 20px 20px 0 0;
    display: none;
  }
  .pc_container {
    background-color: #F4EFEC;
    width: 100vw;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
  }
  .pc_container a {
    text-decoration: none;
  }
  .pc_container .left_side {
    position: relative;
    width: 30%;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 300px;
    padding: 40px 0;
    background-color: white;
    border-radius: 0 20px 20px 0;
    margin-top: 40px;
  }
  .pc_container .left_side img {
    margin: 20px auto;
    width: 180px;
    display: block;
  }
  .pc_container .left_side .pc_slide_menu {
    width: 95%;
    margin: 0 auto;
    height: 500px;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pc_container .left_side .pc_slide_menu .link_box {
    display: block;
    width: 80%;
    min-width: 25px;
    padding: 0;
  }
  .pc_container .left_side .pc_slide_menu .link_box a {
    display: block;
    color: #C6B3A1;
    font-size: 18px;
    line-height: 40px;
    width: 100%;
    margin: 0 auto;
    text-decoration: none;
  }
  .pc_container .left_side .pc_slide_menu .link_box .menu_link {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .pc_container .left_side .pc_slide_menu .link_box .menu_link a {
    line-height: 25px;
    font-size: 14px;
  }
  .pc_container .right_side {
    position: absolute;
    bottom: 40px;
    right: 0;
    width: 30%;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 300px;
    color: #887462;
    padding: 40px 0;
    padding-right: 20px;
  }
  .pc_container .right_side .icon_flex {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pc_container .right_side .icon_flex .img_box {
    margin: 0 10px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pc_container .right_side .icon_flex .img_box img {
    width: 25px;
    height: 25px;
  }
  .pc_container .right_side .consult_button {
    width: 90%;
    margin: 30px auto;
    border-radius: 15px;
    background: linear-gradient(135deg, #FFAD7C, #FF7F50); /* グラデーション追加 */
    height: 70px;
    line-height: 70px;
    color: white;
    font-size: 22px;
    font-family: 'A1 Gothic M', sans-serif;
    text-align: center;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.3137254902);
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
  }
  .pc_container .right_side .consult_button:hover {
    background: linear-gradient(135deg, #d68251, #ff5722); /* ホバー時のグラデーション変化 */
    transform: scale(1.05);
    box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.4392156863);
  }
  .pc_container .right_side .info {
    width: 90%;
    margin: 10px auto;
  }
  .pc_container .right_side .info h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .pc_container .right_side .info p {
    font-size: 12px;
    padding-left: 20px;
    margin-bottom: 20px;
    line-height: 20px;
  }
  .pc_container .right_side .info a {
    font-size: 12px;
    padding-left: 20px;
    line-height: 20px;
    display: block;
  }
  .pc_container .right_side iframe {
    width: 90%;
    height: auto;
    aspect-ratio: 1;
    margin: 20px auto;
    display: block;
    border-radius: 20px;
  }
  footer .sp_banner {
    display: none;
  }
  footer .slide_menu {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  .pc_container {
    display: none;
  }
  body {
    width: 100%;
    overflow-x: hidden;
  }
  #body {
    background-color: #F4EFEC;
  }
  .sp_container {
    width: 400px;
    margin: 0 auto;
    position: relative;
    background-color: white;
    box-shadow: 0px 0px 10px #d9c6c6;
    border-radius: 20px;
    overflow: scroll;
  }
  .sp_container header {
    width: 400px;
    border-radius: 20px 20px 0 0;
  }
  .sp_container a {
    text-decoration: none;
  }
}
header {
  width: 100%;
  position: fixed;
  z-index: 100;
  margin-top: -1px;
}
header .header_background {
  position: relative;
  width: 100%;
  margin-top: 0;
  padding: 0;
}
header .header_flex {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
header .header_flex .top_icon {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 200px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 10px;
}
header .header_flex .menu_icon {
  height: 20px;
}

.slide_menu {
  position: fixed;
  top: 10vh;
  left: 15%;
  width: 70%;
  height: 500px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  z-index: 1000;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: opacity 1s ease, visibility 1s ease, transform 1s ease;
}
.slide_menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide_menu .link_box {
  display: block;
  width: 100%;
  height: auto;
  padding: 30px 0;
  overflow-y: scroll;
}
.slide_menu .link_box a {
  display: block;
  color: #C6B3A1;
  font-size: 18px;
  line-height: 40px;
  width: 60%;
  margin: 0 auto;
  text-decoration: none;
}
.slide_menu .link_box .menu_link {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.slide_menu .link_box .menu_link a {
  line-height: 25px;
  font-size: 14px;
  margin-left: 20px;
}

.menu_trigger {
  cursor: pointer;
  z-index: 1001;
}

.header_flex {
  position: relative;
  z-index: 1001;
}

footer {
  position: relative;
  width: 100%;
}
footer .sp_banner {
  width: 100%;
  position: fixed;
  bottom: 15px;
  left: 0;
  display: flex;
  height: 60px;
  justify-content: center;
  opacity: 0;
  /* 初期状態では透明 */
  z-index: 1000;
  animation: fadeIn 3s ease forwards;
}
@media screen and (min-width: 850px) {
  footer .sp_banner {
    display: none;
  }
}
footer .sp_banner a {
  text-decoration: none !important;
}
footer .sp_banner .line {
  display: flex;
  justify-content: center;
  width: 90vw;
  padding: 0 5px;
  height: 60px;
  margin: 5px;
  background-color: #C7E6B3;
}
footer .sp_banner .line img {
  display: block;
  width: 40px;
  height: 40px;
  margin: 10px;
}
footer .sp_banner .line p {
  line-height: 60px;
  font-size: 16px;
  font-family: 'A1 Gothic M', sans-serif;
  color: #38803D;
  padding-right: 5px;
}
footer .sp_banner .menu {
  width: 35vw;
  padding: 0 5px;
  height: 60px;
  margin: 5px;
  background-color: rgb(199, 199, 199);
}
footer .sp_banner .menu p {
  text-align: center;
  line-height: 60px;
  font-size: 14px;
  font-family: 'A1 Gothic M', sans-serif;
  color: gray;
}
footer .sp_banner div {
  border-radius: 5px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
footer .footer_backgroud {
  position: absolute;
  top: -100px;
  width: 100%;
  padding: 0;
}
footer .footer_backgroud path {
  width: 100%;
}
footer .footer_content {
  position: relative;
  padding-top: 0;
}
footer .footer_content .logo {
  margin: auto;
  margin-bottom: 20px;
  width: 250px;
  height: 120px;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: white;
}
footer .footer_content .logo img {
  width: 80%;
}
footer .footer_content .icon_flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer_content .icon_flex .img_box {
  margin: 0 10px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer_content .icon_flex .img_box img {
  width: 25px;
  height: 25px;
}
footer .footer_content .info {
  width: 80%;
  margin: 10px auto;
  color: white;
}
footer .footer_content .info h3 {
  font-size: 14px;
  margin-bottom: 5px;
}
footer .footer_content .info p {
  font-size: 12px;
  padding-left: 20px;
  margin-bottom: 20px;
  line-height: 20px;
}
footer .footer_content .info a {
  font-size: 12px;
  padding-left: 20px;
  line-height: 20px;
  display: block;
}
footer .footer_content .google_map {
  margin: 20px auto;
  display: block;
  width: 280px;
  height: 280px;
  border-radius: 10px;
}
footer .footer_content .footer_link_container {
  margin-top: 40px;
  background-color: #B8C4AF;
}
footer .footer_content .footer_link_container .grid_container {
  display: grid;
}
footer .footer_content .footer_link_container .grid_container .grid_item {
  padding: 10px;
}
footer .footer_content .footer_link_container .grid_container .grid_item a {
  text-decoration: none;
}
footer .footer_content .footer_link_container .grid_container .grid_item h3 {
  font-size: 14px;
  font-family: 'A1 Gothic M', sans-serif;
  margin-bottom: 5px;
  color: white;
}
footer .footer_content .footer_link_container .grid_container .grid_item .link_list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
footer .footer_content .footer_link_container .grid_container .grid_item .link_list a {
  display: block;
  font-size: 10px;
  color: white;
  line-height: 20px;
}
footer .footer_content .footer_link_container .grid_1 {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
footer .footer_content .footer_link_container .grid_2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
footer .footer_content .copyright {
  width: 100%;
  padding: 40px 0;
  text-align: center;
  margin-top: -10px;
  color: white;
  font-size: 12px;
  background-color: #B8C4AF;
  border: 10px #B8C4AF solid;
}

.fadeup {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 2s, transform 2s;
}

.fadeup.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
section {
  background-color: white;
}

.swiper-container {
  width: 100%;
  height: 500px;
  position: relative;
  overflow-x: hidden;
  background-color: #F9FFF5;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow-x: hidden;
}

.top_visual {
  width: 100%;
  height: 500px;
  position: relative;
}
.top_visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
}
.top_visual .copy {
  position: absolute;
  bottom: 60px;
  left: 20px;
  font-size: 18px;
  line-height: 35px;
  color: white;
}

.swiper-slide img {
  margin-top: -20px;
  width: 100%;
  height: 100%;
}

.swiper-pagination {
  bottom: 10px;
}

.swiper-button-prev,
.swiper-button-next {
  color: white;
}

.upper_sec {
  width: 100%;
  background: linear-gradient(to bottom, #F9FFF5, #F8F0E9);
  padding-bottom: 50px;
}
.upper_sec .point_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 3列を等幅で作成 */
  grid-template-rows: repeat(2, 1fr);
  /* 2行を等高で作成 */
  gap: 10px;
  /* グリッド間の隙間 */
  padding: 10px;
}
.upper_sec .point_list .grid-item {
  padding: 10px;
  background-color: #B1D992;
  aspect-ratio: 1;
  border-radius: 50%;
  text-align: center;
  /* 以下を追加 */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* テキストのマージンを調整 */
  /* 必要に応じてテキスト間の間隔を調整 */
}
.upper_sec .point_list .grid-item .text,
.upper_sec .point_list .grid-item .accent {
  margin: 0;
  font-size: 11px;
  color: #5B4545;
}
.upper_sec .point_list .grid-item .accent {
  color: white;
  font-family: 'A1 Gothic M', sans-serif;
  font-size: 13px;
}
.upper_sec .img_container {
  width: 100%;
  height: 230px;
  margin: 60px 0;
}
.upper_sec .img_container .image_1 {
  width: 315px;
  height: 230px;
  display: block;
  float: right;
}
.upper_sec .consult_button {
  width: 80%;
  margin: 30px auto;
  border-radius: 15px;
  background: linear-gradient(135deg, #FFAD7C, #FF7F50); /* グラデーション追加 */
  height: 70px;
  line-height: 70px;
  color: white;
  font-size: 22px;
  font-family: 'A1 Gothic M', sans-serif;
  text-align: center;
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.3137254902);
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
}
.upper_sec .consult_button:hover {
  background: linear-gradient(135deg, #d68251, #ff5722); /* ホバー時のグラデーション変化 */
  transform: scale(1.05);
  box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.4392156863);
}
.upper_sec .news_sec {
  margin: 60px 0;
}
.upper_sec .news_sec h2 {
  color: #887462;
  font-size: 26px;
  font-family: 'A1 Gothic M', sans-serif;
  text-align: center;
}
.upper_sec .news_sec .news_container {
  background-color: #F2E5D0;
  border-radius: 28px;
  padding: 20px;
  width: 323px;
  margin: 20px auto;
}
.upper_sec .news_sec .news_container a {
  text-decoration: none;
}
.upper_sec .news_sec .news_container .news_box {
  font-size: 13px;
  color: #887462;
  padding: 10px;
}
.upper_sec .news_sec .news_container .news_box .date {
  font-weight: normal;
}
.upper_sec .news_sec .news_container .news_box .news_title {
  font-family: 'A1 Gothic M', sans-serif;
  line-height: 20px;
}
.upper_sec .news_sec .news_container hr {
  width: 50%;
  margin: 10px auto;
  color: #887462;
  border-width: 1px;
}
.upper_sec .news_sec .news_container .news_link {
  width: 100%;
  display: block;
  margin: 5px 0;
  margin-top: 20px;
  padding: 0 10px;
  text-align: right;
  text-decoration: underline;
  color: #887462;
  font-size: 13px;
  font-family: 'A1 Gothic M', sans-serif;
  text-decoration: underline;
}

.treatment_sec {
  position: relative;
}
.treatment_sec .treatment_background {
  position: absolute;
  top: -80px;
  width: 100%;
  z-index: 1;
}
.treatment_sec .treatment_content {
  position: relative;
  z-index: 2;
}
.treatment_sec .treatment_content h2 {
  color: #8EB173;
  font-size: 26px;
  font-family: 'A1 Gothic M', sans-serif;
  margin: 30px;
  z-index: 1;
}
.treatment_sec .treatment_content .treatment_title {
  margin-bottom: 20px;
}
.treatment_sec .treatment_content .menu_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 15px;
  padding: 10px;
}
.treatment_sec .treatment_content .menu_grid a {
  text-decoration: none;
}
.treatment_sec .treatment_content .menu_grid a .grid-item {
  background-color: white;
  aspect-ratio: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.0862745098);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.treatment_sec .treatment_content .menu_grid a .grid-item h3 {
  font-size: 13px;
  line-height: 22px;
  font-family: 'A1 Gothic M', sans-serif;
  color: #899A7C;
  text-align: center;
  border-bottom: 2px #B1D992 solid;
}
.treatment_sec .treatment_content .about {
  margin-top: 60px;
}
.treatment_sec .treatment_content .description {
  width: 90%;
  margin: 20px auto;
  font-size: 18px;
  line-height: 40px;
  font-weight: normal;
  color: #887462;
}
.treatment_sec .treatment_content .img_container {
  width: 100%;
  height: 230px;
  margin: 60px 0;
}
.treatment_sec .treatment_content .img_container .image_1 {
  width: 315px;
  height: 230px;
  display: block;
  float: right;
}

.director_greeting .title_box {
  width: 80%;
  margin: 0 auto;
  color: #887462;
}
.director_greeting .title_box h2 {
  font-size: 26px;
  font-family: 'A1 Gothic M', sans-serif;
}
.director_greeting .title_box .position {
  font-size: 15px;
  line-height: 25px;
  margin-top: 30px;
  margin-bottom: 0;
}
.director_greeting .title_box .director_name {
  font-size: 31px;
  line-height: 52px;
  margin-bottom: 20px;
}
.director_greeting .director_description {
  background-color: #F7ECE2;
  padding: 40px 25px;
  padding-bottom: 30px;
  border-radius: 0 50px 50px 0;
  width: 92%;
  margin: 0;
  color: #887462;
}
.director_greeting .director_description .caption {
  font-size: 15px;
  line-height: 25px;
}
.director_greeting .director_description h4 {
  font-size: 18px;
  font-family: 'A1 Gothic M', sans-serif;
  margin-top: 30px;
  margin-bottom: 15px;
}
.director_greeting .director_description .career {
  width: 100%;
}
.director_greeting .director_description .career .year_box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  font-size: 15px;
  margin-bottom: 10px;
}
.director_greeting .director_description .career .year_box .year {
  display: flexbox;
  width: 75px;
  text-align: left;
  line-height: 25px;
}
.director_greeting .director_description .career .year_box .content {
  display: flexbox;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  line-height: 25px;
}
.director_greeting .director_description .career .director_link {
  margin-top: 40px;
  width: 100%;
  display: block;
  text-align: right;
  padding: 0 10px;
  font-family: 'A1 Gothic M', sans-serif;
  text-decoration: underline;
}

.partners {
  width: 100%;
  margin: 40px 0;
}
.partners h2 {
  font-size: 26px;
  font-family: 'A1 Gothic M', sans-serif;
  color: #8EB173;
  width: 80%;
  margin: 20px auto;
  margin-top: 60px;
  text-align: right;
}
.partners .partner_links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 10px;
}
.partners .partner_links li {
  list-style: none;
  font-size: 12px;
  line-height: 1;
  color: #707070;
  margin: 0;
  padding: 0;
}

.blog {
  margin: 40px auto;
  padding-bottom: 150px;
}
.blog h2 {
  font-size: 26px;
  font-family: 'A1 Gothic M', sans-serif;
  color: #887462;
  margin: 20px;
}
.blog .blog_link {
  display: block;
  width: 85%;
  margin: 20px auto;
  text-align: right;
  color: #887462;
  font-family: 'A1 Gothic M', sans-serif;
  font-size: 13px;
  text-decoration: underline;
}
.blog .relative_articles, .blog .ranking {
  width: 95%;
  margin: 0 auto;
}
.blog .relative_articles .title, .blog .ranking .title {
  font-size: 14px;
  font-family: 'A1 Gothic M', sans-serif;
  color: #887462;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0862745098);
  background-color: white;
  padding: 10px 30px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 5px 0;
}
.blog .relative_articles .articles_container, .blog .ranking .articles_container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}
.blog .relative_articles .articles_container a, .blog .ranking .articles_container a {
  text-decoration: none;
  display: block;
}
.blog .relative_articles .articles_container a .relative_article, .blog .ranking .articles_container a .relative_article {
  padding: 10px;
}
.blog .relative_articles .articles_container a .relative_article img, .blog .ranking .articles_container a .relative_article img {
  width: 100%;
  margin: 0 auto;
  display: block;
  border-radius: 10px;
}
.blog .relative_articles .articles_container a .relative_article p, .blog .ranking .articles_container a .relative_article p {
  font-size: 10px;
  font-family: 'A1 Gothic M', sans-serif;
  line-height: 14px;
  color: #717171;
  margin: 5px 0;
  padding: 0;
}
.blog .relative_articles .articles_container a .relative_article .category, .blog .ranking .articles_container a .relative_article .category {
  font-size: 7px;
  height: 20px;
  line-height: 20px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  margin: 5px 0;
  color: #C6B3A1;
  border: #C6B3A1 solid 1px;
  border-radius: 10px;
  background-color: white;
  text-decoration: none;
}/*# sourceMappingURL=top.css.map */