@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
:root {
  --font_serif:"Noto Serif JP", serif;
  --font_sans:"Noto Sans JP", system-ui;
  --font_cin: "Cinzel", serif;
  --font-en: "FOT-キアロ Std B";
  --font-shu: "秀英明朝 M";
  --main_color:#494949;
  --sub_color1:#66a174;
  --sub_color2:#d38c9b;
  --sub-color3:#55483d;
  --sub-color4:#82bb8f;
}

.sub_color1 {
  color: var(--sub_color1) !important;
}

.sub_color2 {
  color: var(--sub_color2) !important;
}

.a_btn {
  background-color: var(--sub-color4);
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0.5em 2em;
  width: 100%;
  letter-spacing: 3px;
  align-items: center;
  align-content: center;
  transition: all 0.3s linear;
  border: 1px solid var(--sub-color4);
  width: min(100%, 320px);
}
.a_btn span {
  font-size: clamp(15px, 1.5vw, 20px) !important;
}
.a_btn .arrow2 {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 1px;
  margin-top: 9.9px;
  border-radius: 9999px;
  background-color: #ffffff;
  transition: all 0.3s linear;
  transform: translate(0px, 0px);
}
.a_btn .arrow2::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 15px;
  height: 1px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
  transition: all 0.3s linear;
}
.a_btn:hover {
  color: var(--sub-color4);
  background-color: #fff;
}
.a_btn:hover .arrow2 {
  background-color: var(--sub-color4);
  transform: translate(20px, 0px);
}
.a_btn:hover .arrow2::before {
  background-color: var(--sub-color4);
}

.a_btn2 {
  background-color: #6fb2ab;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0.5em 2em;
  width: min(100%, 320px);
  letter-spacing: 3px;
  align-items: center;
  align-content: center;
  transition: all 0.3s linear;
  border: 1px solid #6fb2ab;
  margin: auto;
}
.a_btn2 span {
  font-size: clamp(15px, 1.5vw, 20px) !important;
}
.a_btn2 .arrow2 {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 1px;
  margin-top: 9.9px;
  border-radius: 9999px;
  background-color: #ffffff;
  transition: all 0.3s linear;
  transform: translate(0px, 0px);
}
.a_btn2 .arrow2::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 15px;
  height: 1px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
  transition: all 0.3s linear;
}
.a_btn2:hover {
  color: #6fb2ab;
  background-color: #fff;
}
.a_btn2:hover .arrow2 {
  background-color: var(--sub-color4);
  transform: translate(20px, 0px);
}
.a_btn2:hover .arrow2::before {
  background-color: var(--sub-color4);
}

.a_btn3 {
  background-color: #6fb2ab;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0.5em;
  width: min(100%, 320px);
  letter-spacing: 3px;
  align-items: center;
  align-content: center;
  transition: all 0.3s linear;
  border: 1px solid #6fb2ab;
  margin: auto;
  height: 100% !important;
}
.a_btn3 span {
  font-size: clamp(12px, 1.4vw, 16px) !important;
}
.a_btn3 .p-menu__item__text {
  width: calc(100% - 25px);
}
.a_btn3 .arrow2 {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 1px;
  margin-top: 9.9px;
  border-radius: 9999px;
  background-color: #ffffff;
  transition: all 0.3s linear;
  transform: translate(0px, 0px);
  width: 25px;
}
.a_btn3 .arrow2::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 15px;
  height: 1px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
  transition: all 0.3s linear;
}
.a_btn3:hover {
  color: #6fb2ab;
  background-color: #fff;
}
.a_btn3:hover .arrow2 {
  background-color: var(--sub-color4);
  transform: translate(20px, 0px);
}
.a_btn3:hover .arrow2::before {
  background-color: var(--sub-color4);
}

body {
  font-family: "Noto Sans JP", serif !important;
}

body.top {
  background-image: url(../images/top/mv_bg.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--sub-color3);
  letter-spacing: 2px;
}

.p-clinic-info {
  color: var(--sub-color3);
}

.schedule__table {
  color: var(--sub-color3) !important;
}

.pt_100 {
  padding-top: clamp(50px, 8vw, 100px);
}

.pt_200 {
  padding-top: clamp(100px, 16vw, 200px);
}

.pt_50 {
  padding-top: clamp(30px, 4vw, 50px);
}

.pt_70 {
  padding-top: clamp(35px, 6vw, 70px);
}

.mt_1em {
  margin-top: 1em;
}

.mt_2em {
  margin-top: 2em;
}

.mt_3em {
  margin-top: 3em;
}

.mt_100 {
  margin-top: clamp(50px, 8vw, 100px) !important;
}

.pb_50 {
  padding-bottom: clamp(25px, 4vw, 50px);
}

.pb_70 {
  padding-bottom: clamp(35px, 6vw, 70px);
}

.pb_100 {
  padding-bottom: clamp(50px, 8vw, 100px) !important;
}

.pb_200 {
  padding-bottom: clamp(100px, 16vw, 200px);
}

.pb_250 {
  padding-bottom: clamp(120px, 20vw, 250px);
}

.mb_100 {
  margin-bottom: clamp(50px, 8vw, 100px);
}

.pb_10 {
  padding-bottom: 10px !important;
}

.mb_1em {
  margin-bottom: 1em;
}

.mb_2em {
  margin-bottom: 2em;
}

.mb_05em {
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .pc_none {
    display: none !important;
  }
}
@media only screen and (min-width: 1024px) {
  .tab_none {
    display: none !important;
  }
}
.mv_mask {
  mask-image: url("../images/top/mask-img.png");
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100%;
  /* Chrome, Safari用 */
  -webkit-mask-image: url("../images/top/mask-img.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mv_mask {
    mask-image: url("../images/top/mask-img_sp.png");
    mask-repeat: no-repeat;
    mask-position: 0 0;
    mask-size: 100%;
    /* Chrome, Safari用 */
    -webkit-mask-image: url("../images/top/mask-img_sp.png");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
    -webkit-mask-size: 100%;
    position: relative;
    z-index: 1;
  }
}

.mv {
  width: min(80%, 1250px);
  margin: 30px auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv {
    width: min(98%, 500px);
    margin: 0px auto !important;
  }
}
.mv h2 {
  position: absolute;
  font-size: clamp(23px, 3.3vw, 45px);
  writing-mode: vertical-rl;
  z-index: 2;
  right: -1.6em;
  top: 2em;
  line-height: 1.6;
  letter-spacing: 0.07em;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
@media screen and (max-width: 768px) {
  .mv h2 {
    left: 0;
    top: 0%;
    top: 1em;
    right: 0.3em;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  }
}
.mv .lead {
  position: absolute;
  font-size: clamp(16px, 2.3vw, 30px);
  writing-mode: vertical-rl;
  z-index: 2;
  left: -3.9em;
  top: 3em;
  line-height: 1.6;
  letter-spacing: 1px;
  text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff;
}
@media screen and (max-width: 768px) {
  .mv .lead {
    left: 0;
    bottom: 1em;
    top: auto;
  }
}
.mv h3 {
  position: absolute;
  right: 0;
  width: 70%;
  bottom: -5%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .mv h3 {
    margin: auto;
    left: 0;
    width: min(98%, 500px);
  }
}

.mv video {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .mv video {
    width: 190%;
    margin: auto -45%;
    height: auto;
  }
}

.h_wrap {
  display: flex;
  justify-content: space-between;
}

.l-header {
  display: flex !important;
  flex-wrap: wrap;
}
.l-header h1 {
  width: 100%;
  line-height: 1;
}

.l-header__nav {
  align-items: center;
  display: flex !important;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .l-header__nav {
    display: none !important;
  }
}
.l-header__tel {
  font-family: var(--font_cin) !important;
  font-weight: normal !important;
}

.l-header__nav .l-menu__item:not(:last-of-type)::after {
  display: none;
}

.l-header__nav .l-menu__link {
  padding: 1.2em 0.3em !important;
}

.l-menu__text {
  font-size: clamp(12px, 1vw, 16px);
}

.l-header__tel small {
  font-size: 0.6em;
}

.l-header__tel {
  font-size: 2.5em;
}

.l-header__logo {
  padding-right: 1cqw !important;
}
@media screen and (max-width: 480px) {
  .l-header__logo {
    width: 200px !important;
    margin-right: 0 !important;
  }
}

.l-header {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
@media screen and (max-width: 480px) {
  .l-header {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 768px) {
  .l-header__logo__link > img {
    height: auto !important;
  }
}
.l-header__tel {
  margin-left: 1.5em !important;
}
@media screen and (max-width: 1110px) {
  .l-header__tel {
    margin-left: 0.8em !important;
    font-size: 25px !important;
  }
}

.l-side {
  --row-gap:0px !important;
}

.fixed-contact {
  position: fixed;
  top: 22%;
  right: -120px;
  z-index: 100;
  width: 60px;
  transition: right 0.5s;
}

.fixed-contact a:hover {
  color: #fff;
}

.fixed-contact.fixed {
  right: 0;
}

.fixed-contact__item {
  position: relative;
  left: 0;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 10px;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: rgba(var(--primary-rgb), 0.9);
  border: 0;
  transition: 0.3s;
}

.fixed-contact__item > span:not(.text-combine) {
  writing-mode: vertical-lr;
}

.fixed-contact__item .icon-clock {
  position: relative;
  left: -1px;
}

.fixed-contact__item .text-combine {
  display: flex;
  justify-content: center;
  width: 1px;
  line-height: 1.2;
  word-break: break-all;
}

.fixed-contact__item > i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto 10px;
}

.fixed-contact__item .icon-line::before {
  width: 26px;
  height: 24px;
}

.fixed-contact__item .icon-clock::before {
  width: 25px;
  height: 25px;
}

.fixed-contact__item.active {
  left: calc(var(--content-width) * -1);
  z-index: 1;
}

.fixed-contact__item.-s2 {
  background-color: #6fb2ab;
}

.fixed-contact__item.-s3 {
  min-height: 220px;
  background-color: #82bb86;
}

@media screen and (min-width: 769px) {
  .s_tit {
    writing-mode: vertical-lr;
  }
}
.fixed-contact__item.-s3 .icon-angle-right-font {
  transition: 0.3s;
  transform: scale(-1);
}

.fixed-contact__item.-s3.js-fixed-item-toggle.active .icon-angle-right-font {
  transform: scale(1);
}

.fixed-contact__item:hover {
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.4);
}

.fixed-contact i.icon-line.-fix {
  position: relative;
  left: -7px;
}

.fixed-contact__item--hide {
  position: absolute;
  top: 0;
  right: 0;
  min-height: 100%;
  padding: 20px;
  color: #675d57;
  background: #f5f5f5;
  transition: 0.5s;
  transform: translateX(100%);
}

.fixed-contact__item--hide a {
  color: #675d57;
}

.fixed-contact__item--hide .table-schedule th,
.fixed-contact__item--hide .table-schedule td {
  padding: 5px 6px;
}

.fixed-contact__item--hide .el__tel a {
  font-size: 24px;
}

.fixed-contact .table-schedule .schedule__text {
  white-space: nowrap;
}

/* REsponsive */
@media (max-width: 1599px) {
  .fixed-contact__item {
    padding: 20px 18px;
  }
  .fixed-contact__item {
    padding: 20px 10px;
  }
}
@media (max-width: 1199px) {
  .fixed-contact.style2 {
    width: 70px;
  }
  .fixed-contact.style2 .fixed-contact__item {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: -0.5px;
  }
  .fixed-contact {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .fixed-contact {
    top: auto;
    right: 0;
    bottom: 0;
    display: flex;
    gap: 0;
    justify-content: center;
    width: 100%;
    height: auto;
    padding: 0;
  }
  .fixed-contact i {
    top: 2px;
    width: 30px;
    margin: 0 6px 0 0;
  }
  .fixed-contact .icon-clock {
    left: 0;
  }
  .fixed-contact .text-vertical {
    left: 0;
    width: auto;
    line-height: normal;
    writing-mode: inherit;
  }
  .fixed-contact__item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px 18px;
    font-size: 16px;
    font-size: min(4vw, 16px);
    line-height: normal;
    box-shadow: none;
  }
  .fixed-contact__item .text-combine {
    width: auto;
    margin-right: 4px;
    line-height: normal;
    white-space: nowrap;
  }
  .fixed-contact__item .icon-calendar::before {
    width: 20px;
    height: 20px;
  }
  .fixed-contact.style2 {
    top: auto;
    width: 100%;
    height: auto;
  }
  .fixed-contact.style2 .fixed-contact__item {
    padding: 8px 5px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .fixed-contact__item {
    left: 0;
    flex-direction: row;
    padding: 16px 10px;
  }
  .fixed-contact__item.active {
    bottom: 0;
    left: 0;
    transform: translateY(calc(var(--content-height) * -1));
  }
  .fixed-contact__item > span:not(.text-combine) {
    writing-mode: inherit;
  }
  .fixed-contact__item:last-child .fixed-contact__item--hide {
    right: 0;
    left: auto;
    padding: 20px 0.75rem;
  }
  .fixed-contact__item.-s3 {
    min-height: auto;
  }
  .fixed-contact__item--hide {
    top: 100%;
    left: calc(var(--offset-left) * -1);
    width: 100vw;
    transform: translateX(0);
  }
  .fixed-contact__item.-s3 {
    width: 40%;
    text-align: center;
  }
  .fixed-contact__item.-s3 i {
    margin: 0;
  }
  .fixed-contact__item.-s3.active i {
    transform: rotate(0);
  }
  .fixed-contact__item.-s3.active i.symbol-dash {
    margin: 6px 0;
  }
  .fixed-contact__item:first-child {
    border-right: 1px solid #fff;
  }
}
@media (max-width: 575px) {
  .fixed-contact i {
    top: 2px;
  }
  .fixed-contact__item {
    padding: 15px 5px;
  }
}
@media (max-height: 768px) and (min-width: 768px) {
  .fixed-contact {
    top: 19%;
  }
  .fixed-contact__item.-s3 {
    min-height: 200px;
  }
}
.symbol-triangle {
  display: inline-block;
  width: 0 !important;
  height: 0 !important;
  border-right: 7px solid transparent;
  border-bottom: 12px solid #ccc;
  border-left: 7px solid transparent;
}

.symbol-dash {
  display: inline-block;
  width: 15px !important;
  height: 1px !important;
  margin: 6px 0;
  background-color: #ccc;
}

.symbol-circle {
  display: inline-block;
  width: 12px !important;
  height: 12px !important;
  background-color: #ccc;
  border-radius: 50%;
}

.symbol-star {
  display: inline-block;
  color: #ccc;
}

.symbol-star::before {
  font-style: normal;
  content: "★";
}

.schedule {
  overflow: hidden;
  font-size: 16px;
}

.schedule__text {
  font-size: 15px;
  line-height: 1.5;
}

.schedule__table {
  width: 100%;
  line-height: 1.5;
  color: #333;
  border-collapse: collapse;
  border-bottom: 1px solid #b3b3b3;
  --dn-border-color: transparent;
}

.schedule__table th,
.schedule__table td {
  padding: 6px 12px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
}

.schedule__table tr td:first-child {
  white-space: nowrap;
}

.schedule__table thead tr {
  border-bottom: 1px solid #b3b3b3;
}

.schedule__table tbody td:first-child {
  font-size: 18px;
}

.schedule__table tbody td:not(:first-child) {
  font-size: 0.85em;
  color: #ccc;
}

@media (max-width: 1199px) {
  .schedule__table th,
  .schedule__table td {
    padding: 6px;
  }
  .schedule__table tbody td:first-child {
    font-size: 12px;
  }
}
.schedule__table .star {
  position: relative;
}
.schedule__table .star small {
  position: relative;
  top: -0.8em;
  left: -0.3em;
  font-size: 0.7em;
}

.schedule__text {
  color: #55483d;
  line-height: 1.8;
}

.l-menu__item.current a span {
  color: #6fb2ab !important;
}

.arrow {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 1px;
  margin-top: 6.4px;
  border-radius: 9999px;
  background-color: #fff;
}

.arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #fff;
  transform: rotate(-45deg);
  transform-origin: 0.5px 50%;
}

.fixed-contact__item {
  position: relative;
}
.fixed-contact__item .arrow {
  position: absolute;
  bottom: 20px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .fixed-contact__item .arrow {
    display: none;
  }
}

.schedule__text {
  text-align: left;
  margin-top: 0.5em;
}
.schedule__text a {
  margin: 1em 0 0 0;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid;
}

.p-clinic-info__logo {
  width: 90%;
}

.p-clinic-info__inner {
  width: min(100%, 1200px) !important;
  margin: auto !important;
}

.p-clinic-info__address {
  display: block !important;
  text-align: left !important;
}

.p-clinic-info__tel {
  font-family: var(--font_cin) !important;
  font-weight: normal !important;
  text-align: left !important;
  width: 100%;
}

.p-notice .p-notice__header {
  border-radius: 0 !important;
}
.p-notice .p-notice__body {
  border-radius: 0 !important;
}
.p-notice .p-notice__heading {
  font-weight: normal !important;
  text-align: center;
  color: #fff !important;
}
.p-notice .bg_pink {
  background-color: #d38c9b !important;
}
.p-notice .p-notice__open {
  font-family: var(--font_sans) !important;
  text-align: center;
  font-size: clamp(20px, 3vw, 40px) !important;
  line-height: 1.3 !important;
  border-bottom: 1px solid #55483d;
  padding-bottom: 0.3em;
  color: var(--sub-color3);
}
.p-notice .p-notice__open > em {
  font-size: clamp(20px, 3vw, 40px) !important;
  font-weight: normal !important;
  letter-spacing: 3px;
  line-height: 1.3 !important;
}
.p-notice .p-notice__open > em small {
  font-size: 0.5em;
}
.p-notice .p-notice__open > em span {
  color: #d38c9b;
}
.p-notice .p-notice__body {
  background-color: #fff !important;
}
.p-notice .notice1 {
  color: #6fb2ab;
  border: 1px solid;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto auto 0.5em;
  padding: 0.3em 0.5em;
}
.p-notice .s_small {
  font-size: clamp(19px, 2vw, 25px);
  display: block;
  text-align: center;
}
.p-notice .p-notice__preview > .s_em {
  font-size: clamp(17px, 2.5vw, 32px) !important;
  font-weight: normal !important;
  letter-spacing: 1px;
  line-height: 1.3 !important;
  text-align: center;
  display: block;
}
.p-notice .p-notice__preview > .s_em small {
  font-size: 0.5em;
}
.p-notice .p-notice__preview > .s_em span {
  color: #d38c9b;
}
.p-notice .p-notice__preview {
  border-bottom: 1px solid #55483d;
  color: var(--sub-color3);
}

.top_sec1 {
  background-image: url(../images/top/sec1_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.top_sec1 .sec1_btm {
  width: 100%;
}

.p-notice-section {
  margin-top: 0 !important;
}

.inner_800 {
  width: min(100%, 800px);
  margin: auto;
  padding: 0px 20px;
  box-sizing: border-box;
}

.inner_1024 {
  width: min(100%, 1024px);
  margin: auto;
  padding: 0px 20px;
  box-sizing: border-box;
  position: relative;
}

.inner_1200 {
  width: min(100%, 1200px);
  margin: auto;
  padding: 0px 20px;
  box-sizing: border-box;
  position: relative;
}

.inner_1500 {
  width: min(100%, 1500px);
  margin: auto;
  padding: 0px 20px;
  box-sizing: border-box;
  position: relative;
}

.top_sec2 {
  position: relative;
  z-index: 1;
}
.top_sec2 h2 {
  font-size: clamp(25px, 4vw, 50px);
  font-family: var(--font_cin);
  letter-spacing: 10px;
  color: #55483d;
}
.top_sec2 .in_top_sec2 {
  height: 150px;
  overflow-y: scroll;
}
.top_sec2 .sec2_deco1 {
  position: absolute;
  left: -10%;
  bottom: -40%;
  width: 15%;
}
@media screen and (max-width: 768px) {
  .top_sec2 .sec2_deco1 {
    left: -5%;
  }
}
.top_sec2 .sec2_deco2 {
  position: absolute;
  right: -10%;
  top: 0;
  width: 15%;
}
@media screen and (max-width: 768px) {
  .top_sec2 .sec2_deco2 {
    right: -5%;
  }
}

.ul_news {
  border-top: 1px solid;
}
.ul_news li {
  padding: 1em;
  border-bottom: 1px solid;
}
.ul_news li h3 span {
  color: var(--sub-color4);
  font-family: var(--font-shu);
}
.ul_news li h3 strong {
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: normal;
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
}
.ul_news li p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .ul_news li p {
    font-size: 14px;
  }
}

.top_sec3 {
  background-image: url(../images/top/sec3_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  color: var(--sub-color3);
  position: relative;
  z-index: 0;
}
.top_sec3 h2 {
  font-weight: normal !important;
  font-size: clamp(23px, 3.5vw, 46px) !important;
  letter-spacing: 5px;
}
@media screen and (max-width: 480px) {
  .top_sec3 h2 {
    letter-spacing: 0px;
  }
}
.top_sec3 h2 img {
  width: 1.5em;
}
.top_sec3 .p-apo__inner {
  border: 1px solid #bebebe;
}
.top_sec3 .p-apo__heading {
  font-weight: normal !important;
  color: var(--sub-color3);
}
.top_sec3 .p-apo__tel__num {
  color: var(--sub-color3) !important;
  font-family: var(--font_cin);
  font-weight: normal;
  letter-spacing: 2px;
}
.top_sec3 .p-apo__tel__num small {
  font-size: 0.6em;
  margin-right: 0.5em;
}
.top_sec3 .sec3_btm2 {
  width: 100%;
  height: auto;
}

.p-apo-section {
  padding: 0px !important;
  margin: 0px !important;
}

.a_btn_insta {
  background-color: #fff;
  border: 1px solid var(--sub_color2);
  display: block;
  align-items: center;
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3em;
  font-family: var(--font_serif);
  letter-spacing: 2px;
  margin: auto;
  color: var(--sub_color2);
  transition: all 0.3s linear;
  font-size: clamp(16px, 1.5vw, 20px);
  transition: all 0.3s linear;
}
.a_btn_insta div {
  display: flex;
  justify-content: center;
  padding: 0px 0em;
  align-items: center;
  align-content: center;
}
.a_btn_insta span {
  width: 1.5em;
  height: 1.5em;
  border-radius: 30px;
  background-color: var(--sub_color2);
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-right: 1em;
  transition: all 0.3s linear;
}
.a_btn_insta span img {
  width: 60%;
  height: auto;
  display: block;
  margin: auto;
}
.a_btn_insta span strong {
  width: 60%;
  aspect-ratio: 1/1;
  -webkit-mask-image: url(../images/top/icon_insta.png);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../images/top/icon_insta.png);
  mask-repeat: no-repeat;
  mask-position: center;
  /*変更したい色をここに書く*/
  background-color: #fff;
}
.a_btn_insta:hover {
  background-color: var(--sub_color2);
  color: #fff;
}
.a_btn_insta:hover span {
  background-color: #fff;
}
.a_btn_insta:hover strong {
  background-color: var(--sub_color2);
}

.p-apo__inner, .p-apo {
  height: 100% !important;
}
.p-apo__inner .a_btn, .p-apo .a_btn {
  width: 80%;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 768px) {
  .p-apo__inner .a_btn, .p-apo .a_btn {
    margin: auto;
  }
}

.top_sec4 { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f8f8f8+1,f8f8f8+100&1+0,1+82,0+100 */
  background: linear-gradient(to bottom, rgb(248, 248, 248) 0%, rgb(248, 248, 248) 1%, rgb(248, 248, 248) 82%, rgba(248, 248, 248, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.top_sec4 .top_sec4_bg {
  background-image: url(../images/top/sec4_bg.png);
  background-position: center right;
  background-repeat: no-repeat;
}
.top_sec4 h2 {
  font-size: clamp(21px, 4vw, 55px);
  justify-content: space-between;
  font-weight: normal !important;
  display: flex;
  font-family: var(--font_sans) !important;
  position: relative;
  z-index: 1;
  letter-spacing: 10px;
}
.top_sec4 h2 strong {
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .top_sec4 h2 {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.top_sec4 h2 span {
  font-family: var(--font_cin);
  color: var(--sub-color4);
  font-size: clamp(19px, 3vw, 40px);
  letter-spacing: 6px;
}
.top_sec4 h2 .sec4_deco3 {
  position: absolute;
  left: -20%;
  width: max(15%, 120px);
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  .top_sec4 h2 .sec4_deco3 {
    left: 0%;
  }
}
.top_sec4 h2 .sec4_deco1 {
  position: absolute;
  right: -10%;
  width: max(10%, 80px);
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  .top_sec4 h2 .sec4_deco1 {
    right: 0%;
    top: 15%;
  }
}
@media screen and (max-width: 768px) {
  .top_sec4 h2 .sec4_deco1 {
    width: 15%;
    top: 0;
  }
}
.top_sec4 h2 .sec4_deco4 {
  position: absolute;
  right: -10%;
  width: max(15%, 120px);
  bottom: -30%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top_sec4 h2 .sec4_deco4 {
    width: 100px;
    top: 50%;
  }
}
.top_sec4_wrap1 {
  display: flex;
  align-items: center;
  align-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top_sec4_wrap1 {
    display: block;
    width: min(100%, 500px);
    margin: auto;
  }
}
.top_sec4_wrap1 .ph {
  flex: 1;
  margin-left: calc(50% - 50vw);
  margin-right: 4%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_sec4_wrap1 .ph {
    width: 100%;
    margin: auto;
  }
}
.top_sec4_wrap1 .ph .sec4_deco2 {
  position: absolute;
  left: 10%;
  width: max(12%, 120px);
  top: -15%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .top_sec4_wrap1 .ph .sec4_deco2 {
    left: 0%;
  }
}
@media screen and (max-width: 768px) {
  .top_sec4_wrap1 .ph .sec4_deco2 {
    width: 80px;
    top: -20%;
  }
}
.top_sec4_wrap1 .body {
  width: 40%;
  margin-right: -10%;
  line-height: 3;
  font-size: clamp(16px, 1.5vw, 20px);
  position: relative;
}
@media screen and (max-width: 1500px) {
  .top_sec4_wrap1 .body {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .top_sec4_wrap1 .body {
    width: -moz-fit-content;
    width: fit-content;
    margin: 1em auto auto;
    line-height: 2;
  }
}
.top_sec4_wrap2 {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_sec4_wrap2 {
    display: block;
    width: min(100%, 500px);
    margin: auto;
  }
}
.top_sec4_wrap2 .ph1 {
  width: 50%;
  display: flex;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_sec4_wrap2 .ph1 {
    width: 100%;
    margin: auto;
  }
}
.top_sec4_wrap2 .ph1 img {
  width: 55%;
}
.top_sec4_wrap2 .ph1 img:first-child {
  margin-right: -10%;
  margin-top: 10%;
}
.top_sec4_wrap2 .ph1 .sec4_deco5 {
  position: absolute;
  right: -10%;
  width: 15%;
}
.top_sec4_wrap2 .ph2 {
  width: 38%;
}
@media screen and (max-width: 768px) {
  .top_sec4_wrap2 .ph2 {
    width: 100%;
    margin: -10% auto auto;
    position: relative;
    z-index: 1;
  }
}

.wrapper {
  width: 100%;
  overflow: clip;
}

.top_sec5 {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: min(100%, 1024px) auto;
}
.top_sec5 .h2_wrap {
  position: relative;
}
.top_sec5 .h2_wrap > img {
  position: absolute;
  width: 60%;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top_sec5 .h2_wrap h2 {
  position: relative;
  z-index: 1;
}
.top_sec5 .top_sec5_bg {
  background-image: url(../images/top/sec5_bg.jpg);
  background-size: 60% auto;
  background-position: right 70%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .top_sec5 .top_sec5_bg {
    background-position: right 60%;
  }
}
@media screen and (max-width: 768px) {
  .top_sec5 .top_sec5_bg {
    background-position: center 40%;
    background-size: 100%;
  }
}
.top_sec5 h2 {
  font-size: clamp(23px, 4.5vw, 56px);
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto !important;
}
.top_sec5 h2 strong {
  font-weight: normal;
}
.top_sec5 h2 span {
  letter-spacing: 10px;
  color: #6fb2ab;
}
.top_sec5 .top_sec5_wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top_sec5 .top_sec5_wrapper {
    display: block;
  }
}
.top_sec5 .top_sec5_wrapper .body {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .top_sec5 .top_sec5_wrapper .body {
    width: min(100%, 450px);
    margin: auto;
  }
}
.top_sec5 .top_sec5_wrapper .body h3 {
  color: #6fb2ab;
  font-family: var(--font_cin);
  font-size: clamp(25px, 3vw, 40px);
  letter-spacing: 10px;
}
.top_sec5 .top_sec5_wrapper .body p {
  font-size: clamp(15px, 1.5vw, 20px);
  line-height: 2.5 !important;
}
.top_sec5 .top_sec5_wrapper .body .name {
  font-size: clamp(20px, 2.3vw, 30px);
  color: var(--sub-color3);
  letter-spacing: 3px;
}
.top_sec5 .top_sec5_wrapper .body .name small {
  display: inline-block;
  margin-left: 1em;
}
.top_sec5 .top_sec5_wrapper .body .a_btn2 {
  width: 70%;
  font-family: var(--font_serif);
  margin: 0px;
}
@media screen and (max-width: 768px) {
  .top_sec5 .top_sec5_wrapper .body .a_btn2 {
    margin: auto;
  }
}
.top_sec5 .top_sec5_wrapper .ph {
  width: 55%;
}
.top_sec5 .top_sec5_wrapper .ph img {
  width: 70%;
  display: block;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .top_sec5 .top_sec5_wrapper .ph {
    width: min(100%, 450px);
    margin: 30px auto;
  }
}
.top_sec5 .top_sec5_wrapper .his {
  background-color: #f8f8f8;
  padding: 3em;
  display: flex;
  flex-wrap: wrap;
  margin: auto -10%;
  width: 120%;
  align-items: flex-start;
  align-content: flex-start;
}
@media screen and (max-width: 1110px) {
  .top_sec5 .top_sec5_wrapper .his {
    padding: 1.5em;
  }
}
@media screen and (max-width: 1110px) and (max-width: 1024px) {
  .top_sec5 .top_sec5_wrapper .his {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.top_sec5 .top_sec5_wrapper .his h3 {
  color: #6fb2ab;
  width: 100%;
  text-align: center;
  font-size: clamp(16px, 1.5vw, 20px);
}
.top_sec5 .top_sec5_wrapper .his dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.top_sec5 .top_sec5_wrapper .his dl dt {
  font-size: 14px;
  width: 5em;
  margin-bottom: 1em;
  font-weight: normal;
}
@media screen and (max-width: 1110px) {
  .top_sec5 .top_sec5_wrapper .his dl dt {
    font-size: 13px;
  }
}
.top_sec5 .top_sec5_wrapper .his dl dd {
  font-size: 14px;
  width: calc(100% - 5em);
  margin-bottom: 1em;
}
@media screen and (max-width: 1110px) {
  .top_sec5 .top_sec5_wrapper .his dl dd {
    font-size: 13px;
  }
}
.top_sec5 .top_sec5_wrapper .his .dl_1 {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .top_sec5 .top_sec5_wrapper .his .dl_1 {
    width: 100% !important;
  }
}
.top_sec5 .top_sec5_wrapper .his .dl_2 {
  width: 35%;
}
@media screen and (max-width: 1024px) {
  .top_sec5 .top_sec5_wrapper .his .dl_2 {
    width: 100% !important;
    margin-top: 1em !important;
  }
}
.top_sec5 .sec5_btm {
  width: 100%;
}

.sp_dr {
  width: min(80%, 450px) !important;
  margin: auto;
  display: block;
}

.top_sec6 {
  background-color: #f9f8f3;
}
.top_sec6 h2 {
  font-size: clamp(30px, 4vw, 60px);
  width: min(100%, 800px);
  margin: auto;
  letter-spacing: 10px;
  position: relative;
}
.top_sec6 h2 strong {
  font-weight: normal;
  font-size: 1.3em;
  color: #82bb86;
}
.top_sec6 h2 img {
  position: absolute;
  right: 10%;
  bottom: 1.5em;
  width: 55%;
}
.top_sec6 .top_sec6_1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 768px) {
  .top_sec6 .top_sec6_1 {
    display: block;
  }
}
.top_sec6 .top_sec6_1 .ph {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .top_sec6 .top_sec6_1 .ph {
    width: min(100%, 450px);
    margin: auto;
  }
}
.top_sec6 .top_sec6_1 .ph p {
  font-size: clamp(16px, 1.5vw, 20px);
  text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff;
  line-height: 2.5;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2em auto auto;
  max-width: 80%;
}
.top_sec6 .top_sec6_1 .body {
  width: 39%;
  margin-left: -4%;
}
@media screen and (max-width: 768px) {
  .top_sec6 .top_sec6_1 .body {
    width: min(100%, 450px);
    margin: -5% auto auto;
  }
}
.top_sec6 .top_sec6_1 .body .num {
  display: block;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
}
.top_sec6 .top_sec6_1 .body .num strong {
  font-size: clamp(50px, 10vw, 140px);
  font-family: var(--font_cin);
  font-weight: normal;
  display: block;
  margin: auto;
  letter-spacing: 15px;
}
.top_sec6 .top_sec6_1 .body .num small {
  display: block;
  color: #55483d;
  font-size: clamp(17px, 1.5vw, 24px);
  font-family: var(--font_cin);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin-left: 3em;
  letter-spacing: 6px;
}
.top_sec6 .top_sec6_1 .body .num small:before {
  width: 1px;
  height: 2em;
  margin-right: 1em;
  content: "";
  background-color: #55483d;
  transform: rotate(30deg);
}
.top_sec6 .top_sec6_1 .body h3 {
  font-size: clamp(30px, 3.2vw, 55px);
  font-weight: normal;
  line-height: 1.3;
  text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff;
  letter-spacing: 0.7vw;
}
@media screen and (max-width: 768px) {
  .top_sec6 .top_sec6_1 .body h3 {
    margin: -0.5em 0px auto;
    letter-spacing: 0.4vw;
  }
}
.top_sec6 .top_sec6_1 .body p {
  font-size: clamp(16px, 1.5vw, 20px);
  text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff;
  line-height: 2.5;
}
.top_sec6 .top_sec6_1 .body .ph_s {
  position: relative;
  padding-top: 10%;
}
.top_sec6 .top_sec6_1 .body .ph_s > img {
  max-width: auto;
  width: 100%;
}
.top_sec6 .top_sec6_1 .body .ph_s .huki {
  position: absolute;
  width: 35%;
  aspect-ratio: 1/1;
  border-radius: 100px;
  background-color: #82bb86;
  color: #fff;
  text-shadow: none;
  line-height: 1.3;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  font-size: clamp(16px, 1.8vw, 27px);
  left: -10%;
  top: 0;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .top_sec6 .top_sec6_1 .body .ph_s .huki {
    left: 0;
    width: 30%;
    top: 2%;
  }
}
.top_sec6 .top_sec6_1 .body .ph_s .huki img {
  width: 25%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -10%;
}
.top_sec6 .top_sec6_1 .body .ph_s .huki2 {
  background-color: #6fb2ab;
  right: -10%;
  left: auto;
  top: 0;
}
@media screen and (max-width: 768px) {
  .top_sec6 .top_sec6_1 .body .ph_s .huki2 {
    right: 0;
  }
}
.top_sec6 .top_sec6_2 {
  flex-direction: row-reverse !important;
}
.top_sec6 .top_sec6_2 .body {
  width: 40%;
  margin-left: auto !important;
  margin-right: -4% !important;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top_sec6 .top_sec6_2 .body {
    width: min(100%, 450px);
    margin: -5% auto auto !important;
  }
}
.top_sec6 .top_sec6_2 .body .num {
  margin: auto auto auto 0px;
}
@media screen and (max-width: 768px) {
  .top_sec6 .top_sec6_2 .body .num {
    width: -moz-fit-content;
    width: fit-content;
    margin: -5% auto auto !important;
  }
}
.top_sec6 .column {
  border-radius: 5vw;
  padding: 4em;
  background-color: #fff;
  width: min(100%, 1200px);
  margin: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .top_sec6 .column {
    flex-wrap: wrap;
    padding: 2em;
  }
}
.top_sec6 .column .in_column {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top_sec6 .column .in_column {
    flex-wrap: wrap;
  }
}
.top_sec6 .column .in_column .body {
  width: 50%;
  position: relative;
  z-index: 1;
  text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
}
@media screen and (max-width: 768px) {
  .top_sec6 .column .in_column .body {
    flex-wrap: wrap;
    width: 100%;
  }
}
.top_sec6 .column .in_column .body h4 {
  font-size: clamp(25px, 3vw, 50px);
  line-height: 1.3;
  margin-bottom: 0.5em;
  letter-spacing: 10px;
}
@media screen and (max-width: 480px) {
  .top_sec6 .column .in_column .body h4 {
    letter-spacing: 3px;
  }
}
.top_sec6 .column .in_column .body p {
  line-height: 1.9;
}
.top_sec6 .column .in_column .ph {
  width: 55%;
  margin: 0 0 0 -5%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .top_sec6 .column .in_column .ph {
    flex-wrap: wrap;
    width: 100%;
    margin: 2em auto -10%;
  }
  .top_sec6 .column .in_column .ph img {
    display: block;
    margin: auto;
  }
}
.top_sec6 .column .in_column.reverse {
  flex-direction: row-reverse;
}
.top_sec6 .column .in_column.reverse .ph {
  width: 55%;
  margin: 0 -5% 0 0%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .top_sec6 .column .in_column.reverse .ph {
    flex-wrap: wrap;
    width: 100%;
    margin: 1em auto -10%;
  }
  .top_sec6 .column .in_column.reverse .ph img {
    display: block;
    margin: auto;
  }
}

.top_sec7 {
  background-image: url(../images/top/sec7_bg.jpg);
  background-size: cover;
}
.top_sec7 h2 {
  font-size: clamp(40px, 4vw, 64px);
  position: relative;
  letter-spacing: 10px;
}
.top_sec7 h2 img {
  width: max(45%, 200px);
  position: absolute;
  left: 0;
  top: 0%;
  transform: translateY(-80%);
}
.top_sec7 .tree {
  width: min(100%, 850px);
  margin: -5cqw auto auto;
  container-type: inline-size;
  position: relative;
  background-size: 80% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 480px) {
  .top_sec7 .tree {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 20px);
  }
}
.top_sec7 .tree img {
  width: 100%;
  display: block;
}
.top_sec7 .tree > a {
  display: block;
  position: absolute;
  transition: all 0.3s linear;
  color: #fff;
  width: 15.5cqw;
}
@media screen and (max-width: 768px) {
  .top_sec7 .tree > a {
    width: 19cqw;
  }
}
.top_sec7 .tree > a img {
  width: 100%;
  transition: all 0.3s linear;
  opacity: 1;
}
.top_sec7 .tree > a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  font-size: clamp(9px, 1.5vw, 16px);
  letter-spacing: -1px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top_sec7 .tree > a span {
    letter-spacing: 0px;
  }
}
.top_sec7 .tree > a:hover img {
  opacity: 0;
}
.top_sec7 .tree > a:hover span {
  color: #82BB8F;
}
.top_sec7 .tree .l_1 {
  background-image: url(../images/top/l_2o.png);
  background-size: 100%;
  height: auto;
  top: 26cqw;
  left: 3cqw;
}
.top_sec7 .tree .l_2 {
  background-image: url(../images/top/l_1o.png);
  background-size: 100%;
  height: auto;
  top: 50cqw;
  left: 3cqw;
}
.top_sec7 .tree .l_2 span {
  top: 45%;
  left: 45%;
}
.top_sec7 .tree .l_3 {
  background-image: url(../images/top/l_3o.png);
  background-size: 100%;
  height: auto;
  top: 10cqw;
  left: 28cqw;
}
.top_sec7 .tree .l_4 {
  background-image: url(../images/top/l_4o.png);
  background-size: 100%;
  height: auto;
  top: 36cqw;
  left: 31cqw;
}
.top_sec7 .tree .l_4 span {
  top: 45%;
  left: 45%;
  color: #82BB8F !important;
}
.top_sec7 .tree .l_4:hover span {
  color: #fff !important;
}
.top_sec7 .tree .l_5 {
  background-image: url(../images/top/l_5o.png);
  background-size: 100%;
  height: auto;
  top: 5cqw;
  left: 55cqw;
}
.top_sec7 .tree .l_5 span {
  top: 45%;
}
.top_sec7 .tree .l_6 {
  background-image: url(../images/top/l_6o.png);
  background-size: 100%;
  height: auto;
  top: 30cqw;
  left: 56cqw;
}
.top_sec7 .tree .l_7 {
  background-image: url(../images/top/l_7o.png);
  background-size: 100%;
  height: auto;
  top: 18cqw;
  left: 74cqw;
}
.top_sec7 .tree .l_7 span {
  top: 55%;
}
.top_sec7 .tree .l_8 {
  background-image: url(../images/top/l_8o.png);
  background-size: 100%;
  height: auto;
  top: 38cqw;
  left: 83cqw;
}
.top_sec7 .tree .l_8 span {
  left: 45%;
}
.top_sec7 .tree .l_9 {
  background-image: url(../images/top/l_9o.png);
  background-size: 100%;
  height: auto;
  top: 58cqw;
  left: 75cqw;
}
.top_sec7 .tree .l_9 span {
  top: 60%;
}
.top_sec7 .tree .l_10 {
  top: 35cqw;
  left: -5cqw;
}
.top_sec7 .tree .l_11 {
  top: auto;
  bottom: 8cqw;
  left: 15cqw;
}

.color1 {
  color: #d58493;
}

.color2 {
  color: #82bb86;
}

.color3 {
  color: #6fb2ab;
}

.top_sec8 {
  background-color: #f8f8f8;
  background-image: url(../images/top/sec8_bg.png);
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.top_sec8 .h2_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-content: flex-end;
}
@media screen and (max-width: 768px) {
  .top_sec8 .h2_wrap {
    display: block;
  }
}
.top_sec8 .h2_wrap h2 {
  font-size: clamp(25px, 4vw, 64px);
  letter-spacing: 10px;
}
.top_sec8 .h2_wrap h2 small {
  font-size: 0.65em;
  display: block;
}
.top_sec8 .h2_wrap h2 strong {
  font-weight: normal;
  display: block;
}
@media screen and (max-width: 768px) {
  .top_sec8 .h2_wrap h2 {
    letter-spacing: 3px;
  }
}
.top_sec8 .h2_wrap h3 {
  font-size: clamp(20px, 2vw, 24px);
}
@media screen and (max-width: 768px) {
  .top_sec8 .h2_wrap h3 {
    text-align: right;
    margin-top: 0.5em;
  }
}
.top_sec8 .slick-slide {
  margin: 5px;
}
.top_sec8 .btn_wrap {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top_sec8 .btn_wrap {
    display: block;
  }
}
.top_sec8 .btn_wrap .a_btn {
  margin: 10px;
}
@media screen and (max-width: 768px) {
  .top_sec8 .btn_wrap .a_btn {
    margin: 10px auto;
  }
}

.top_sec9 .inner_1200 {
  display: flex;
  justify-content: space-between;
  container-type: inline-size;
  position: relative;
  container-type: inline-size;
}
@media screen and (max-width: 768px) {
  .top_sec9 .inner_1200 {
    display: block;
  }
}
.top_sec9 .inner_1200 .deco1 {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(59%, 20%);
  width: 19cqw;
}
@media screen and (max-width: 1024px) {
  .top_sec9 .inner_1200 .deco1 {
    transform: translate(0%, 20%);
    width: 22cqw;
    z-index: -1;
  }
}
.top_sec9 .inner_1200 .deco2 {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-59%, 80%);
  width: 19cqw;
}
@media screen and (max-width: 1024px) {
  .top_sec9 .inner_1200 .deco2 {
    width: 22cqw;
    z-index: -1;
  }
}
.top_sec9 .inner_1200 .sche {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .top_sec9 .inner_1200 .sche {
    width: min(100%, 400px);
    margin: auto;
  }
}
.top_sec9 .inner_1200 .sche .a_btn2 {
  font-size: 0.9em;
  padding: 0.5em 1em;
}
.top_sec9 .inner_1200 .blog {
  width: 48%;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top_sec9 .inner_1200 .blog {
    width: min(100%, 400px);
    margin: 50px auto auto;
  }
}
.top_sec9 .inner_1200 .blog .news_wrap {
  height: 30cqw;
  overflow-y: scroll;
}
.top_sec9 h2,
.top_sec1 h2{
  font-size: clamp(24px, 3vw, 50px);
  font-family: var(--font_cin);
  color: #55483d;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-content: flex-end;
  line-height: 1;
  padding-bottom: 0.3em;
  letter-spacing: 3px;
}
.top_sec9 h2 a {
  font-size: clamp(16px, 1.3vw, 20px);
  color: #82bb86;
}

.nap {
  background-color: #f8f8f8;
}
.nap h2 {
  font-size: clamp(20px, 2.5vw, 30px);
  line-height: 1;
  padding: 1em 0px !important;
  font-family: var(--font_sans);
  text-align: center;
  width: 100%;
  display: block;
  border-bottom: 1px solid;
}
.nap dl {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .nap dl {
    width: 90%;
  }
}
.nap dl dt {
  width: 20%;
  color: #55483d;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .nap dl dt {
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.3em;
  }
}
.nap dl dd {
  width: 80%;
  color: #55483d;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .nap dl dd {
    width: 100%;
    margin-bottom: 1.3em;
  }
}

footer {
  background-image: url(../images/top/sec1_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 0px !important;
  color: var(--sub-color3);
}

.l-footer__logo {
  margin-bottom: 1.5em !important;
}

.l-footer__tel__link {
  font-family: var(--font_cin);
  font-weight: normal;
  font-size: clamp(30px, 3.2vw, 40px);
  line-height: 1.2 !important;
}
.l-footer__tel__link small {
  font-size: 0.6em;
}

.l-footer__tel {
  margin-top: 0px !important;
  padding-top: 0px !important;
}

.l-footer__schedule {
  margin-top: 1em !important;
}

footer .a_btn_insta {
  margin: 2em auto 0 0;
  background-color: transparent;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}

#page-top a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 90px;
  opacity: 0.9;
  transition: all 0.3s ease;
}

#page-top a:hover {
  text-decoration: none;
  opacity: 0.5;
}

.f_menu_wrap {
  background-color: #efede5;
}
.f_menu_wrap .inner_1200 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .f_menu_wrap .inner_1200 {
    display: block;
  }
}
.f_menu_wrap .inner_1200 .l-footer__menu {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .f_menu_wrap .inner_1200 .l-footer__menu {
    width: 100%;
  }
}
.f_menu_wrap .inner_1200 .copy {
  width: 40%;
  text-align: center;
  color: #b49b86;
}
@media screen and (max-width: 768px) {
  .f_menu_wrap .inner_1200 .copy {
    width: 100%;
    padding: 2em 0px 3em;
  }
}

.l-footer {
  padding-bottom: 0px !important;
}

.l-footer__menu .l-menu__link::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #555555;
  border-right: 0;
  display: inline-block;
  margin-right: 5px;
}

.p-clinic-info__tel small {
  font-size: 0.7em;
}

.p-clinic-info__main__bottom .a_btn_insta {
  margin: 0 !important;
}

.l-header__menu__tel {
  font-family: var(--font_cin) !important;
  font-weight: normal !important;
}

.ul_1 li {
  text-indent: -1em;
  padding-left: 1em;
}

.p-nap-section__body .nap h2 {
  display: none;
}

.p-nap-section__body .nap {
  padding-bottom: clamp(30px, 4vw, 50px);
}

.fixed-contact__item.-s2 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 768px) {
  .fixed-contact__item.-s2 {
    margin-bottom: 0 !important;
  }
}
.fixed-contact__item.-s2 span {
  text-orientation: upright;
}

.btn_wrap_info {
  display: flex;
  justify-content: space-between;
  width: 100% !important;
}
.btn_wrap_info > a {
  width: 48%;
  margin: 0 !important;
}
.btn_wrap_info .a_btn {
  padding: 0.5em 1em !important;
}

.l-footer__menu .l-menu__link:hover {
  opacity: 0.6;
}

.s_free {
  font-size: 0.6em;
  background-color: var(--sub-color3);
  color: #fff;
  display: inline-block;
  padding: 0.1em 0.8em;
  text-shadow: none;
  margin-left: 2em;
  position: relative;
  top: -0.1em;
}

.ul_2 {
  list-style-type: none;
  list-style: none !important;
}
.ul_2 > li {
  position: relative;
  padding-left: 1.2em;
  list-style: none !important;
}
.ul_2 > li:before {
  content: "●";
  color: var(--sub_color1);
  position: absolute;
  left: 0;
  top: 0;
}

.e_ul {
  display: flex;
  justify-content: space-between;
  margin-top: 3em;
}
.e_ul li {
  width: 30%;
  text-align: center;
}
.e_ul li p {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 0.6em;
}
@media screen and (max-width: 768px) {
  .e_ul {
    display: block;
  }
  .e_ul li {
    margin-top: 2em;
    width: 100%;
  }
}/*# sourceMappingURL=custom.css.map */