@charset "UTF-8";
@import '~aos/dist/aos.css';
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/*  --------------------------------------------------------------------------------
  _base.scss
--------------------------------------------------------------------------------  */
body {
  background: #fff;
  color: #3C2D1E;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin: 0;
  min-width: 1025px;
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
    font-size: 16px;
  }
}

.f-serif {
  font-family: "Noto Serif JP", serif;
}

.f-en {
  font-family: "Italiana", sans-serif;
  font-weight: 400;
}

.f-wbr {
  word-break: keep-all;
}

div, h1, h2, h3, h4, h5, p, li, dl, dt, dd, th, td, article, header, footer, nav, span, a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  color: inherit;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-decoration: none;
  word-wrap: break-word;
  margin: 0;
}

img {
  height: auto;
  width: auto;
  max-width: 100%;
  line-height: 100%;
  vertical-align: bottom;
}

.imgFit {
  overflow: hidden;
}
.imgFit img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

em {
  font-style: normal;
}

h1, h2, h3, h4, h5 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 0;
  word-wrap: break-word;
}

p, span, strong, small {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 0;
  word-wrap: break-word;
}

li, td, th, dt, dd {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 0;
  word-wrap: break-word;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  word-break: break-all;
}

ul, ol, dl {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 429px) {
  .min429-none {
    display: none !important;
  }
}
@media screen and (max-width: 428px) {
  .max428-none {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .min1025-none {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .max1024-none {
    display: none !important;
  }
}
@media screen and (min-width: 1281px) {
  .min1281-none {
    display: none !important;
  }
}
@media screen and (max-width: 1280px) {
  .max1280-none {
    display: none !important;
  }
}
a, button {
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  a, button {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  a:hover, button:hover {
    opacity: 0.5;
  }
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*  --------------------------------------------------------------------------------
  _common.scss
--------------------------------------------------------------------------------  */
.cmn-inner {
  margin: 0 auto;
  width: 100%;
}
.cmn-inner.w-880 {
  max-width: 880px;
}
.cmn-inner.w-1080 {
  max-width: 1080px;
}
.cmn-inner.w-1440 {
  max-width: 1440px;
}
@media screen and (max-width: 768px) {
  .cmn-inner {
    max-width: 580px;
  }
  .cmn-inner.w-1080 {
    max-width: 580px;
  }
  .cmn-inner.w-1440 {
    max-width: 580px;
  }
}

.c-inner01 {
  margin: 0 auto;
  max-width: 930px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-inner01 {
    padding: 0 20px;
  }
}

.cmn-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 20px;
  line-height: 1;
  font-size: 24px;
  font-weight: 400;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 64px;
}
.cmn-ttl::after {
  content: "";
  width: 100vw;
  height: 0.5px;
  background-color: #3C2D1E;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cmn-ttl.is_textRight {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.cmn-ttl.is_textCenter {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cmn-ttl.is_wht {
  color: #fff;
}
.cmn-ttl.is_wht::after {
  background-color: #fff;
}
.cmn-ttl__en {
  display: block;
  font-size: 70px;
  line-height: 0.7em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .cmn-ttl {
    font-size: 20px;
    line-height: 180%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 25px;
    text-align: center;
    letter-spacing: 0.01em;
    gap: 0;
  }
  .cmn-ttl__en {
    font-size: 40px;
    line-height: 100%;
    text-align: center;
  }
  .cmn-ttl::after {
    bottom: -6px;
  }
}

.cmn-bt {
  border: 0.5px solid #3C2D1E;
  border-radius: 28px;
  display: block;
  letter-spacing: 0.1em;
  place-content: center;
  text-align: center;
  font-size: 16px;
  position: relative;
  max-width: 176px;
  width: 100%;
  height: 54px;
}
.cmn-bt:before {
  background-color: #3C2D1E;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 0.5px;
}
@media screen and (min-width: 769px) {
  .cmn-bt:hover {
    opacity: 1;
    background-color: rgba(226, 218, 202, 0.5);
  }
}
@media screen and (max-width: 768px) {
  .cmn-bt {
    font-size: 16px;
    padding: 5px 0;
    max-width: 176px;
    width: 100%;
    height: 54px;
    margin: 0 auto;
  }
  .cmn-bt span {
    font-size: 16px;
  }
}
.cmn-bt.is_wht {
  color: #fff;
  border: 0.5px solid #fff;
  color: #fff;
}
.cmn-bt.is_wht:before {
  background-color: #fff;
}

/*  --------------------------------------------------------------------------------
  _header.scss
--------------------------------------------------------------------------------  */
.header {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px 5.9% 25px 6.94444444%;
  width: 100%;
  min-height: 113px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 9999;
  position: fixed;
}
@media screen and (max-width: 1400px) and (min-width: 769px) {
  .header {
    padding: 30px 20px 25px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    inset: 0;
    padding: 4px 0 4px 14px;
    min-width: 100%;
    height: 56px;
    min-height: initial;
    z-index: 2000;
    opacity: 1;
    visibility: visible;
  }
  .header:after {
    content: none;
  }
}
.header-wrp {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-bt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  position: fixed;
  inset: 0 0 auto auto;
  width: 56px;
  height: 56px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 99999;
}
.header-bt span {
  background: #3C2D1E;
  display: block;
  position: absolute;
  margin: auto;
  width: 34.2857131958px;
  height: 1px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header-bt span:nth-child(1) {
  inset: -18px 0 0 0;
}
.header-bt span:nth-child(2) {
  inset: 0 0 0 0;
}
.header-bt span:nth-child(3) {
  inset: 0 0 -18px 0;
}
.header-bt.is-navOn span:nth-child(1) {
  inset: 0;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.header-bt.is-navOn span:nth-child(2) {
  inset: 0 0 0 0;
  opacity: 0;
}
.header-bt.is-navOn span:nth-child(3) {
  inset: 0;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.header-logo {
  width: 270px;
}
@media screen and (max-width: 1240px) and (min-width: 769px) {
  .header-logo {
    max-width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .header-logo {
    width: 190px;
  }
}
.header-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 600px;
}
.header-tel {
  border: 0.5px solid #3C2D1E;
  border-radius: 28px;
  font-size: 16px;
  position: relative;
  width: 193px;
  height: 54px;
  padding-left: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 120%;
}
.header-tel:before {
  background: url(../img/cmn/ico_tel_bwn.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 22px;
  margin: auto;
  width: 25px;
  height: 24.55px;
  z-index: 100;
}
.header-tel span {
  display: block;
}
@media screen and (max-width: 768px) {
  .header-tel {
    font-size: 14.22px;
    width: 171.555557251px;
    height: 48px;
    line-height: 110%;
    padding-left: 52.44px;
  }
  .header-tel::before {
    width: 22.2222232819px;
    height: 21.8181819916px;
    left: 19.56px;
  }
}
@media screen and (min-width: 769px) {
  .header-tel:hover {
    background-color: rgba(226, 218, 202, 0.5);
  }
}
.header .h-memo {
  font-size: 12px;
  letter-spacing: -0.01em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .header .h-memo {
    margin-top: 8px;
  }
}
.header-mail {
  border: 0.5px solid #3C2D1E;
  border-radius: 28px;
  font-size: 16px;
  position: relative;
  width: 176px;
  height: 54px;
  padding-left: 67px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 120%;
  margin-left: 8px;
}
.header-mail:before {
  background: url(../img/cmn/ico_pc_bwn.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 32px;
  margin: auto;
  width: 26px;
  height: 25px;
  z-index: 100;
}
.header-mail span {
  display: block;
}
.header-mail .f-en {
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  .header-mail {
    font-size: 14.22px;
    width: 171.555557251px;
    height: 48px;
    line-height: 150%;
    margin-left: 0;
  }
  .header-mail::before {
    width: 23.1111125946px;
    height: 22.2222232819px;
    left: 28.45px;
  }
}
@media screen and (min-width: 769px) {
  .header-mail:hover {
    opacity: 1;
    background-color: rgba(226, 218, 202, 0.5);
  }
}
.header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-size: 16px;
  z-index: 999;
  padding-right: 24px;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .header-nav {
    display: block;
    background-color: #fff;
    padding: 78px 21px 27px;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    overflow-y: auto;
  }
}
.header-nav.is-navOn {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.header-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .header-nav-list {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .header-nav-list-link {
    display: block;
    width: 100%;
    height: auto;
    padding: 12px 0;
  }
  .header-nav-list-link-ttl {
    display: block;
    position: relative;
    font-size: 18px;
  }
  .header-nav-list-link-ttl:before {
    background: url(../img/cmn/arrow02.svg) no-repeat;
    background-size: 100% auto;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 7px;
    height: 12px;
  }
  .header-nav-list-link .ttl-en {
    color: #3C2D1E;
    display: block;
    font-size: 12px;
    font-family: "Cardo", serif;
  }
}
@media screen and (min-width: 769px) {
  .header-nav-list-link.is-bg {
    color: #fff;
    background-color: #3C2D1E;
    border-radius: 50px;
    padding: 4px 16px;
  }
}
.header-nav-list-link-ttl {
  line-height: 180%;
}
.header-nav-list-link-ttl.active {
  opacity: 1;
  color: #cdbfa1;
}
@media screen and (max-width: 1240px) and (min-width: 769px) {
  .header-nav-list-link-ttl {
    letter-spacing: -0.01em;
  }
}
.header-nav-list-link-ttl:hover {
  opacity: 1;
  color: #cdbfa1;
}
.header-nav-spBtBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .header-nav-hd {
    font-size: 20px;
    line-height: 200%;
    margin-bottom: 17px;
    position: relative;
  }
  .header-nav-hd span {
    background-color: #fff;
    padding-right: 20px;
  }
  .header-nav-hd::after {
    background-color: #3c2d1e;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    height: 1px;
    z-index: -1;
  }
  .header-nav-linkWrap {
    padding: 0 16px;
    margin-bottom: 20px;
  }
  .header-nav-linkWrap .hd {
    font-size: 20px;
    line-height: 200%;
  }
  .header-nav-linkWrap:first-child .header-nav-links {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: 186px;
    gap: 5px 0;
  }
  .header-nav-link a {
    display: block;
    opacity: 0.7;
    font-size: 18px;
    line-height: 180%;
    position: relative;
  }
  .header-nav-link a.is_desc {
    padding-left: 22px;
  }
  .header-nav-link a.is_desc::before {
    content: "・";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header-nav-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.js-accordion-title.open img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.js-accordion-content {
  display: none;
}

.js-accordion-wrp {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 64px 0 0;
  width: 100%;
}

.js-accordion-content {
  position: absolute;
  top: 115px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 40px;
  z-index: 1000;
  width: 985px;
}
@media screen and (max-width: 768px) {
  .js-accordion-content {
    position: static;
    inset: auto;
    min-width: initial;
    padding: 16px 0 0 16px;
  }
}
.js-accordion-content .cmn-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
}
.js-accordion-content-ttl {
  font-family: Italiana;
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  padding: 0 47px;
  position: relative;
}
.js-accordion-content-ttl:before {
  background-color: #3c2d1e;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 0.5px;
}
.js-accordion-content .accordion__list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  padding: 33px 47px 45px;
}
@media screen and (max-width: 768px) {
  .js-accordion-content .accordion__list {
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.js-accordion-content .accordion__list-item .ico {
  width: 70px;
}
.js-accordion-content .accordion__list-item span {
  display: block;
  letter-spacing: -0.01em;
}
.js-accordion-content .accordion__list-item .ttl {
  width: 126px;
}
.js-accordion-content .accordion__list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  width: 100%;
  font-size: 18px;
  text-align: left;
  position: relative;
}

.js-accordion-title {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-nav-list-link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1000;
}
.header-nav-list-link.open .js-accordion-title {
  color: #cdbfa1;
}

/*  --------------------------------------------------------------------------------
  _footer.scss
--------------------------------------------------------------------------------  */
.footer {
  padding: 0 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 0 21px;
  }
}
.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto 40px;
}
.footer-content a {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto;
  }
}
.footer-nav-hd {
  font-size: 20px;
  line-height: 200%;
  margin-bottom: 17px;
  position: relative;
}
.footer-nav-hd span {
  background-color: #fff;
  padding-right: 20px;
}
.footer-nav-hd::after {
  background-color: #3c2d1e;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 1px;
  z-index: -1;
}
.footer-nav-linkWrap .hd {
  font-size: 20px;
  line-height: 200%;
}
.footer-nav-linkWrap.imgBox {
  max-width: 288px;
}
@media screen and (max-width: 768px) {
  .footer-nav-linkWrap:first-child .footer-nav-links {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: 200px;
    gap: 5px 0;
  }
}
.footer-nav-link a {
  display: block;
  line-height: 180%;
  letter-spacing: -0.01em;
  position: relative;
}
.footer-nav-link a.is_desc {
  padding-left: 22px;
}
.footer-nav-link a.is_desc::before {
  content: "・";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .footer-nav-link a.is_desc {
    opacity: 0.7;
    font-size: 18px;
    line-height: 180%;
  }
}
.footer-nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .footer .imgBox {
    width: 100%;
    max-width: initial;
  }
  .footer .imgBox img {
    width: 100%;
  }
}

.f-guide {
  margin-bottom: 60px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .f-guide {
    min-width: initial;
  }
}
.f-guide .f-map {
  width: 100%;
  height: 418px;
  margin-bottom: 44px;
}
.f-guide .f-map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .f-guide .f-map {
    height: 225px;
    margin-bottom: 18pxx;
  }
}
.f-guide .f-memo {
  font-size: 15px;
}
.f-guide-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .f-guide-box {
    margin-bottom: 48px;
  }
}
.f-guide-box .innerBox {
  max-width: 430px;
}
.f-guide-box .innerBox .footer-logo {
  width: 296px;
  margin-bottom: 30px;
}
.f-guide-box .innerBox .text {
  margin-bottom: 20px;
}
.f-guide-box .innerBox .note {
  font-size: 15px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .f-guide-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .f-guide-box .innerBox {
    max-width: initial;
  }
  .f-guide-box .innerBox .footer-logo {
    width: 262px;
    margin: 0 auto 18px;
  }
  .f-guide-box .innerBox .text {
    padding: 0 21px;
    margin-bottom: 0;
  }
  .f-guide-box .innerBox .note {
    padding: 0 21px;
    margin-top: 16px;
  }
  .f-guide-box .innerBox .tel {
    padding: 0 21px;
  }
}
.f-guide .schedule {
  width: 619px;
}
@media screen and (max-width: 768px) {
  .f-guide .schedule {
    width: 100%;
  }
}

.visual {
  position: relative;
}
@media screen and (max-width: 768px) {
  .visual {
    margin-top: 64px;
  }
}
.visual.is-lower {
  margin-top: 82px;
}
@media screen and (max-width: 768px) {
  .visual.is-lower {
    margin-top: 64px;
  }
}
.visual__txtBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.visual__title {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
}
.visual__title span {
  display: block;
  font-size: 64px;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .visual__title {
    font-size: 16px;
  }
  .visual__title span {
    font-size: 36px;
  }
}
.visual__imgBox {
  width: 100%;
  height: 480px;
}
@media screen and (max-width: 768px) {
  .visual__imgBox {
    height: 200px;
  }
}
.visual__imgBox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.newsList {
  margin-top: 100px;
  max-width: 900px;
  padding-bottom: 100px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .newsList {
    margin-top: 40px;
  }
}
.newsList-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 54px;
}
.newsList-item {
  background-color: #F5F5F5;
}
.newsList-item-link {
  display: block;
  padding: 25px 30px;
}
.newsList-item-date {
  color: #006B6A;
  font-size: 14px;
}
.newsList-item-category {
  border: 1px solid #006B6A;
  border-radius: 50vh;
  color: #006B6A;
  font-size: 14px;
  padding: 2px 10px;
  margin-left: 10px;
}
.newsList-item-title {
  font-size: 24px;
  font-weight: normal;
  margin-top: 20px;
}
.newsList-item-text {
  font-size: 16px;
  margin-top: 10px;
}

.newsBox {
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  grid-template-columns: 215px auto;
  gap: 80px;
  margin: 100px auto;
}
.newsBox__pageLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  margin: 60px auto 0;
  max-width: 474px;
  width: 100%;
}
.newsBox__pageLink__item {
  min-width: 118px;
}
.newsBox__pageLink__item a {
  border: solid 1px #006B6A;
  border-radius: 6px;
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 6px 10px;
}
.newsBox__pageLink__item.is_prev a {
  text-align: right;
  position: relative;
}
.newsBox__pageLink__item.is_prev a::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 8px 3.5px 0;
  border-color: transparent #382410 transparent transparent;
}
.newsBox__pageLink__item.is_center {
  text-align: center;
}
.newsBox__pageLink__item.is_next a {
  position: relative;
}
.newsBox__pageLink__item.is_next a::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 8px;
  border-color: transparent transparent transparent #382410;
}
@media screen and (max-width: 768px) {
  .newsBox {
    grid-template-columns: 1fr;
    gap: 70px;
    margin: 26px auto 40px;
  }
  .newsBox__pageLink {
    gap: 10px;
    margin: 40px auto 0;
    max-width: 100%;
    padding-top: 52px;
    position: relative;
  }
  .newsBox__pageLink__item.is_prev {
    position: absolute;
    left: 0;
    top: 0;
  }
  .newsBox__pageLink__item.is_center {
    margin: auto;
  }
  .newsBox__pageLink__item.is_next {
    position: absolute;
    right: 0;
    top: 0;
  }
}

#navi {
  max-width: 215px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #navi {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.tb_ovn_news {
  margin-top: 5px;
}

.news_sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.news_sub .date {
  font-size: 12px;
  margin-right: 5px;
}
.news_sub .cate_name {
  border: 1px solid #006B6A;
  border-radius: 50vh;
  color: #006B6A;
  font-size: 10px;
  padding: 2px 6px;
}
.news_sub .tb_tt {
  font-size: 15px;
  font-weight: bold;
  margin-top: 5px;
}

.news_tt {
  border-top: 3px solid #006B6A;
  border-bottom: solid 1px #D9D9D9;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0;
  text-align: center;
}

.news_cate {
  margin-bottom: 40px;
}
.news_cate li {
  border-bottom: solid 1px #D9D9D9;
  color: #006B6A;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.06em;
  padding: 10px 0;
  text-align: center;
}

.navi-date {
  border-bottom: solid 1px #D9D9D9;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.06em;
  padding: 10px 0 10px 14px;
  position: relative;
}
.navi-date::before {
  background: #382410;
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  width: 10px;
  height: 2px;
}

.year_tit {
  cursor: pointer;
  position: relative;
}
.year_tit::before {
  position: absolute;
  right: 0;
  top: 5px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 6.5px 0 6.5px;
  border-color: #ccc transparent transparent transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.year_tit.is_open::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.monthlist {
  display: none;
  margin-top: 5px;
}
.monthlist li {
  line-height: 1.6;
}

.content_post .news_img {
  background-color: #FBF5EF;
  text-align: center;
  margin: 0 auto 20px;
  max-width: 612px;
  height: 400px;
}
.content_post .news_img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .content_post .news_img {
    margin: 0 auto 60px;
    max-width: 100%;
    height: 233px;
  }
}

.content_post {
  max-width: 760px;
  width: 100%;
}
.content_post .section {
  background: #F5F5F5;
  padding: 40px;
}
.content_post__ttl {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-top: 5px;
  margin-bottom: 40px;
}
.content_post h2 {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 16px;
}
.content_post p {
  line-height: 2.125em;
  margin: 0 0 2.125em;
}
.content_post p a {
  color: #006B6A;
  text-decoration: underline;
}
.content_post .aligncenter {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content_post {
    max-width: 100%;
  }
  .content_post__ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .content_post h2 {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 16px;
  }
  .content_post p {
    line-height: 2.125em;
    margin: 0 0 2.125em;
  }
  .content_post p a {
    color: #006B6A;
    text-decoration: underline;
  }
}

.section.pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.wp-pagenavi span.current {
  background: #006B6A;
  color: #fff;
}
.wp-pagenavi a, .wp-pagenavi span {
  border: none;
  background: #F5F5F5;
  color: #868686;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 30px;
}
.wp-pagenavi a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wp-pagenavi a:hover {
  background: #006B6A;
  color: #fff;
  opacity: 1;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  background: #F5F5F5;
  color: #868686;
}

.single-post {
  display: block;
  width: 100%;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .single-post {
    padding: 40px 0;
  }
}
.single-post__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.single-post__sidebar {
  display: block;
  width: 270px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .single-post__sidebar {
    display: none;
  }
}
.single-post__sidebar-title {
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  color: #000;
  text-align: center;
  background-color: #eee;
  padding: 15px;
  margin-top: 15px;
}
.single-post__sidebar-title:first-child {
  margin-top: 0;
}
.single-post__card {
  display: block;
  margin-top: 15px;
}
.single-post__card-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single-post__card-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.single-post__card-item:last-child .single-post__card-inner:after {
  display: none;
}
.single-post__card-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 5px;
  padding: 15px 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.single-post__card-inner:after {
  background-color: #ccc;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (hover: hover) {
  .single-post__card-inner:hover {
    opacity: 0.5;
  }
}
.single-post__card-date {
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #000;
}
.single-post__card-title {
  display: block;
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
}
.single-post__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: auto;
  min-width: 1px;
  max-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.single-post__content {
  display: block;
  width: 100%;
  background-color: rgba(238, 238, 238, 0.1);
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .single-post__content {
    background-color: transparent;
    padding: 0;
  }
}
.single-post__content h2 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .single-post__content h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
.single-post__content h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .single-post__content h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
.single-post__content h4 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .single-post__content h4 {
    font-size: 26px;
    line-height: 34px;
  }
}
.single-post__content h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .single-post__content h5 {
    font-size: 22px;
    line-height: 30px;
  }
}
.single-post__content h6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .single-post__content h6 {
    font-size: 18px;
    line-height: 26px;
  }
}
.single-post__content p,
.single-post__content a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .single-post__content p,
  .single-post__content a {
    font-size: 14px;
    line-height: 22px;
  }
}
.single-post__content a {
  text-decoration: underline;
}
@media (hover: hover) {
  .single-post__content a:hover {
    text-decoration: none;
  }
}

.pagination {
  display: block;
  width: 100%;
}
.pagination__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.pagination__item {
  display: block;
}
.pagination .page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination .page-numbers.current {
  color: #000;
  background-color: #eee;
}
@media (hover: hover) {
  .pagination a.page-numbers:hover {
    color: #000;
    background-color: #eee;
  }
}

/*  --------------------------------------------------------------------------------
  _top.scss
--------------------------------------------------------------------------------  */
.cv-list {
  display: grid;
  gap: 13px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
  width: 57px;
  height: 460px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.cv-list-item {
  width: 100%;
  height: 224px;
}
.cv-list-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.cv-list.is-headerOn {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .cv-list {
    background: rgba(3, 110, 209, 0.7);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
    width: 100%;
    height: 57px;
    z-index: 9;
  }
  .cv-list-item {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    max-width: 180px;
    width: 100%;
  }
}

.topMv {
  padding: 0 0 0;
  position: relative;
  height: 841px;
}
@media screen and (max-width: 768px) {
  .topMv {
    height: auto;
    min-height: initial;
    max-height: initial;
  }
}
.topMv.is_lower {
  min-height: 450px;
  max-height: 450px;
  padding-bottom: 82px;
}
@media screen and (max-width: 768px) {
  .topMv.is_lower {
    min-height: 236px;
    max-height: 236px;
    padding-bottom: 0;
    padding-top: 0;
  }
}
.topMv.is_lower .topMv-title {
  color: #fff;
  font-weight: 400;
  position: absolute;
  bottom: 102px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  z-index: 100;
}
.topMv.is_lower .topMv-title .hd {
  font-weight: 400;
  font-size: 24px;
  line-height: 180%;
  margin-top: 10px;
}
.topMv.is_lower .topMv-title .sub-ttl {
  font-weight: 400;
  font-family: Italiana;
  font-size: 70px;
  line-height: 100%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .topMv.is_lower .topMv-title {
    max-width: 60%;
    bottom: 30px;
  }
  .topMv.is_lower .topMv-title .sub-ttl {
    font-size: 40px;
  }
}
.topMv.is_lower .topMv-imgBox {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 768px) {
  .topMv.is_lower .topMv-imgBox {
    overflow: hidden;
    height: 236px;
  }
}
.topMv.is_lower .topMv-imgBox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 768px) {
  .topMv.is_lower .topMv-imgBox img {
    width: 100%;
    height: 236px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.topMv-imgBox {
  width: 100%;
  height: 841px;
}
.topMv-imgBox img {
  -o-object-position: top right;
     object-position: top right;
}
@media screen and (max-width: 768px) {
  .topMv-imgBox {
    height: 500px;
  }
}
.topMv-box .ttlBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  position: absolute;
  top: 223px;
  right: 27.08%;
}
.topMv-box-ttl, .topMv-box-subTtl {
  color: #fff;
  font-weight: 400;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 170%;
  letter-spacing: 0.18em;
}
.topMv-box-ttl {
  font-size: 50px;
}
.topMv-box-subTtl {
  font-size: 32px;
}
.topMv-box .circleBox {
  width: 618px;
  position: absolute;
  bottom: -148px;
  left: 164px;
}
@media screen and (max-width: 768px) {
  .topMv-box .circleBox {
    width: 357px;
    bottom: -34px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .topMv-box .ttlBox {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    top: 92px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: auto;
  }
  .topMv-box-ttl {
    font-weight: 400;
    font-size: 40px;
    line-height: 140%;
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .topMv-box-subTtl {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .topMv-box-ttl, .topMv-box-subTtl {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

main {
  position: relative;
}

.tp-obj01 {
  width: 608px;
  position: absolute;
  top: 24px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .tp-obj01 {
    width: 179px;
    top: 35px;
    z-index: -1;
  }
}

.tp-news {
  padding: 270px 40px 0;
}
.tp-news .cmn-ttl::after {
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .tp-news {
    padding: 60px 20px 35px;
  }
}
.tp-news-list-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
}
.tp-news-list-item a .date {
  color: #A99470;
  letter-spacing: 1;
}
.tp-news-list-item a .ttl {
  font-size: 24px;
  padding-left: 20px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .tp-news-list-item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
    padding: 10px;
  }
  .tp-news-list-item a .date {
    font-size: 14px;
  }
  .tp-news-list-item a .ttl {
    font-size: 16px;
    padding-left: 0;
    line-height: 180%;
  }
}

.tp-banner {
  margin-top: 108px;
}
@media screen and (max-width: 768px) {
  .tp-banner {
    margin-top: 0;
    padding: 0 46px;
  }
}
.tp-banner-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .tp-banner-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 17px;
  }
}

.tp-treatment {
  margin-top: 108px;
}
@media screen and (max-width: 768px) {
  .tp-treatment {
    margin-top: 50px;
    padding: 0;
  }
  .tp-treatment .cmn-ttl {
    margin-bottom: 6px;
  }
}
.tp-treatment .imgBox {
  width: 100%;
  min-width: 1440px;
  min-height: 530px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.tp-treatment-content {
  position: relative;
  min-height: 530px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .tp-treatment-content {
    min-height: initial;
  }
}
.tp-treatment-content .container {
  width: 100%;
  max-width: 1080px;
  min-height: 530px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tp-treatment-content .container {
    background: url(../img/top/treatment/treatment_img01-sp.webp) no-repeat center;
    background-size: cover;
    min-height: initial;
    padding-top: 30px;
    padding-bottom: 24px;
    min-height: initial;
  }
}
.tp-treatment-link {
  background-color: #fff;
  border: 1px solid #a99470;
  display: block;
  width: 301px;
  opacity: 1;
  border-width: 1px;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  position: absolute;
}
.tp-treatment-link span {
  color: #a99470;
  display: block;
  font-weight: 400;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .tp-treatment-link span {
    font-size: 16px;
    letter-spacing: -0.01em;
    margin-bottom: 4px;
  }
}
.tp-treatment-link:nth-child(1), .tp-treatment-link:nth-child(2), .tp-treatment-link:nth-child(3) {
  left: 0;
}
.tp-treatment-link:nth-child(4), .tp-treatment-link:nth-child(5), .tp-treatment-link:nth-child(6) {
  right: 0;
}
.tp-treatment-link:nth-child(1), .tp-treatment-link:nth-child(4) {
  top: 58px;
}
.tp-treatment-link:nth-child(2), .tp-treatment-link:nth-child(5) {
  top: 191px;
}
.tp-treatment-link:nth-child(3) {
  top: 399px;
}
.tp-treatment-link:nth-child(6) {
  top: 346px;
}
@media screen and (max-width: 768px) {
  .tp-treatment-link {
    width: 196px;
    font-size: 18px;
    padding: 8px 0;
    position: static;
    inset: auto;
    margin-bottom: 10px;
    margin-left: 14px;
  }
}

.tp-policy {
  background: url(../img/top/policy/policy_bg01.webp) no-repeat center;
  background-size: cover;
  margin: 200px auto 0;
  padding: 138px 40px 90px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tp-policy {
    background: url(../img/top/policy/policy_bg01-sp.webp) no-repeat center;
    background-size: cover;
    padding: 33px 21px;
    margin: 0 auto;
  }
}
.tp-policy-content {
  max-width: 726px;
  width: 67.22222222%;
}
@media screen and (max-width: 768px) {
  .tp-policy-content {
    width: 100%;
    max-width: initial;
  }
}
.tp-policy .ttl {
  font-weight: 400;
  font-size: 40px;
  line-height: 180%;
  margin-bottom: 21px;
}
@media screen and (max-width: 768px) {
  .tp-policy .ttl {
    font-size: 32px;
    text-align: center;
  }
}
.tp-policy .text {
  font-size: 20px;
  line-height: 220%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .tp-policy .text {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.tp-policy .imgBox {
  position: absolute;
  width: 40%;
}
.tp-policy .imgBox01 {
  max-width: 391px;
  width: 27.152777777%;
  top: -103px;
  right: 70px;
}
.tp-policy .imgBox02 {
  max-width: 463px;
  width: 32.1527777777%;
  top: 183px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .tp-policy .imgBox {
    width: calc((100% - 13px) / 2);
    position: static;
    inset: auto;
  }
}
@media screen and (max-width: 768px) {
  .tp-policy .img-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 13px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 17px;
  }
}

.tp-reason {
  background: url(../img/top/reason/reason_bg01.webp) no-repeat center;
  background-size: cover;
  padding: 153px 0 0;
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .tp-reason {
    background: url(../img/top/reason/reason_bg01-sp.webp) no-repeat center;
    background-size: cover;
    padding: 30px 0 0;
    margin-bottom: 30px;
  }
}
.tp-reason .cmn-ttl {
  margin-bottom: 125px;
}
@media screen and (max-width: 768px) {
  .tp-reason .cmn-ttl {
    margin-bottom: 36px;
  }
}
.tp-reason-content {
  max-width: 726px;
}
.tp-reason-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .tp-reason-list {
    gap: 30px;
    padding: 0 21px;
  }
}
.tp-reason-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 62px;
}
.tp-reason-list-item .innerBox {
  max-width: 661px;
}
.tp-reason-list-item .ttl {
  font-weight: 400;
  font-size: 36px;
  line-height: 180%;
  margin-bottom: 21px;
}
.tp-reason-list-item .numBox {
  color: #a99470;
  font-family: Italiana;
  font-weight: 400;
  letter-spacing: 5%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.tp-reason-list-item .numBox::before {
  content: "";
  background-color: #3c2d1e;
  width: calc(100% - 270px);
  height: 0.5px;
  position: absolute;
  top: 75px;
  left: 100px;
}
.tp-reason-list-item .numBox .point {
  display: block;
  font-size: 30px;
  line-height: 100%;
  margin-top: 20px;
}
.tp-reason-list-item .numBox .num {
  font-size: 130px;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .tp-reason-list-item .numBox {
    margin-bottom: 20px;
  }
  .tp-reason-list-item .numBox::before {
    max-width: 208px;
    width: 100%;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .tp-reason-list-item .numBox .point {
    font-size: 20px;
    margin-top: 0;
  }
  .tp-reason-list-item .numBox .num {
    font-size: 40px;
  }
}
.tp-reason-list-item .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
}
.tp-reason-list-item .imgBox {
  max-width: 661px;
  margin-top: 24px;
}
@media screen and (max-width: 1384px) and (min-width: 786px) {
  .tp-reason-list-item {
    padding-right: 40px;
  }
  .tp-reason-list-item:nth-child(2n) {
    padding-left: 40px;
    padding-right: 0;
  }
}
.tp-reason-list-item:first-child {
  gap: 40px;
}
.tp-reason-list-item:first-child .innerBox {
  max-width: 537px;
}
.tp-reason-list-item:first-child .imgBox {
  max-width: 633px;
}
.tp-reason-list-item:nth-child(2n) {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .tp-reason-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .tp-reason-list-item .ttl {
    font-size: 24px;
    line-height: 180%;
    text-align: center;
    letter-spacing: -0.01em;
  }
  .tp-reason-list-item .text {
    font-size: 16px;
    text-align: justify;
  }
  .tp-reason-list-item:nth-child(2n+1) .imgBox {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .tp-reason-list-item .imgBox {
    padding: 0 27.5px;
    margin-top: 0;
  }
  .tp-reason-list-item:first-child {
    gap: 20px;
  }
}
.tp-reason-list:last-child .ttl span {
  letter-spacing: 0.3em;
}

.tp-menu {
  background-size: cover;
  padding: 147px 0 87px;
}
@media screen and (max-width: 768px) {
  .tp-menu {
    padding: 46px 0 42px;
  }
}
.tp-menu.tp-dental {
  background: url(../img/top/menu/menu_bg01.webp) no-repeat center;
}
.tp-menu.tp-dental .text {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .tp-menu.tp-dental {
    background: url(../img/top/menu/menu_bg01-sp.webp) no-repeat center;
    background-size: cover;
  }
}
.tp-menu.tp-cosme {
  background: url(../img/top/menu/menu_bg02.webp) no-repeat center;
  margin-bottom: 206px;
}
@media screen and (max-width: 768px) {
  .tp-menu.tp-cosme {
    background: url(../img/top/menu/menu_bg02-sp.webp) no-repeat center;
    background-size: cover;
    margin-bottom: 0;
  }
}
.tp-menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 40px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tp-menu-list-item .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  margin-top: 18px;
}
.tp-menu-list-item .icoBox {
  width: 140px;
  height: 140px;
}
@media screen and (max-width: 768px) {
  .tp-menu-list {
    gap: 10px 20px;
    padding: 0 21px;
  }
  .tp-menu-list .text {
    margin-top: 8px;
  }
}

.tp-feature {
  margin-bottom: 169px;
}
@media screen and (max-width: 768px) {
  .tp-feature {
    padding: 33px 0;
    margin-bottom: 0;
  }
}
.tp-feature .cmn-ttl {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .tp-feature .cmn-ttl {
    margin-bottom: 25px;
  }
}
.tp-feature-list-item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .tp-feature-list-item {
    height: 740px;
  }
}
.tp-feature-list-item:after {
  content: "";
  width: 74.5833333333%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-clip-path: polygon(0 0, 84% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 84% 0, 100% 100%, 0% 100%);
  background-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .tp-feature-list-item:after {
    content: none;
  }
}
.tp-feature-list-item .imgBox {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}
.tp-feature-list-item .imgBox img {
  -o-object-position: right top;
     object-position: right top;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .tp-feature-list-item .imgBox {
    height: auto;
    left: 0;
  }
  .tp-feature-list-item .imgBox img {
    height: auto;
  }
}
.tp-feature-list-item .innerBox-container {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tp-feature-list-item .innerBox-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-blend-mode: multiply;
  }
}
.tp-feature-list-item .innerBox {
  color: #fff;
  max-width: 678px;
  height: auto;
  width: 100%;
  position: relative;
  z-index: 100;
  padding-top: 40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .tp-feature-list-item .innerBox {
    height: auto;
    padding: 24px 21px;
  }
}
.tp-feature-list-item .ttl {
  color: #fff;
  font-weight: 400;
  font-size: 40px;
  line-height: 180%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .tp-feature-list-item .ttl {
    font-size: 24px;
    margin-bottom: 16px;
    text-align: center;
    position: relative;
    z-index: 1000;
  }
}
.tp-feature-list-item .catch {
  font-weight: 400;
  font-size: 24px;
  line-height: 220%;
  letter-spacing: 0.01em;
  margin-bottom: 30px;
}
.tp-feature-list-item .text {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 220%;
  margin-bottom: 30px;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  .tp-feature-list-item .text {
    font-size: 16px;
    margin-bottom: 16px;
    position: relative;
    z-index: 1000;
  }
}
.tp-feature-list-item:first-child:after {
  background: rgba(0, 107, 106, 0.6980392157);
  left: 0;
}
@media screen and (max-width: 768px) {
  .tp-feature-list-item:first-child .innerBox-container {
    background: rgba(0, 107, 106, 0.6980392157);
  }
}
.tp-feature-list-item:nth-child(2) .imgBox {
  left: 0;
}
.tp-feature-list-item:nth-child(2) .imgBox img {
  -o-object-position: left top;
     object-position: left top;
}
.tp-feature-list-item:nth-child(2) .innerBox {
  margin: 0 0 0 auto;
}
.tp-feature-list-item:nth-child(2):after {
  background: #cdbfa1;
  right: 0;
  opacity: 0.7;
  -webkit-clip-path: polygon(16% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(16% 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  .tp-feature-list-item:nth-child(2) .innerBox-container {
    background: rgba(205, 191, 161, 0.8);
  }
}
.tp-feature-list-item:nth-child(3):after {
  background: rgba(37, 102, 151, 0.6980392157);
  left: 0;
}
@media screen and (max-width: 768px) {
  .tp-feature-list-item:nth-child(3) .innerBox-container {
    background: rgba(37, 102, 151, 0.6980392157);
  }
}

.tp-price {
  background: url(../img/top/price/price_img01.webp) no-repeat center;
  background-size: cover;
  margin-bottom: 92px;
}
@media screen and (max-width: 768px) {
  .tp-price {
    background: none;
    margin-bottom: 26px;
  }
}
.tp-price-content {
  padding-top: 14px;
  max-width: 763px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(36.86%, rgba(255, 255, 255, 0.9)));
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 36.86%);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 36.86%);
}
@media screen and (max-width: 768px) {
  .tp-price-content {
    background: none;
    padding: 0 21px;
  }
}
.tp-price .cmn-ttl {
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .tp-price .cmn-ttl {
    margin-bottom: 25px;
  }
}
.tp-price .ttl {
  font-weight: 400;
  font-size: 32px;
  line-height: 180%;
  margin-bottom: 14px;
}
.tp-price .text {
  font-size: 18px;
  line-height: 180%;
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  .tp-price .imgBox {
    margin-bottom: 24px;
  }
  .tp-price .ttl {
    font-size: 24px;
    text-align: center;
  }
  .tp-price .text {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.tp-doctor {
  background: url(../img/top/doctor/doctor_bg01.webp) no-repeat center;
  background-size: cover;
  padding: 147px 0 115px;
}
@media screen and (max-width: 768px) {
  .tp-doctor {
    background: url(../img/top/doctor/doctor_bg01-sp.webp) no-repeat center;
    background-size: cover;
    padding: 16px 0 30px;
  }
}
.tp-doctor-content {
  padding-top: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 54px;
}
@media screen and (max-width: 768px) {
  .tp-doctor-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tp-doctor .cmn-ttl {
  margin-bottom: 55px;
}
.tp-doctor .imgBox {
  width: 330px;
}
@media screen and (max-width: 768px) {
  .tp-doctor .imgBox {
    max-width: 280px;
  }
}
.tp-doctor .innerBox {
  width: calc(100% - 330px);
}
@media screen and (max-width: 768px) {
  .tp-doctor .innerBox {
    width: 100%;
  }
}
.tp-doctor .ttl {
  font-weight: 400;
  font-size: 32px;
  line-height: 180%;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .tp-doctor .ttl {
    letter-spacing: -0.01em;
    font-size: 24px;
    text-align: center;
  }
}
.tp-doctor .text {
  font-size: 18px;
  line-height: 180%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .tp-doctor .text {
    font-size: 16px;
    margin-bottom: 16px;
    padding: 0 21px;
  }
}
.tp-doctor .name {
  font-size: 24px;
}
.tp-doctor .name span {
  font-size: 18px;
  margin-right: 14px;
}
@media screen and (max-width: 768px) {
  .tp-doctor .name {
    font-size: 24px;
    text-align: center;
  }
  .tp-doctor .name span {
    font-size: 18px;
  }
}
.tp-doctor .cmn-bt {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .tp-doctor .cmn-bt {
    margin: 15px auto 0;
  }
}

.tp-clinic {
  background: url(../img/top/clinic/clinic_bg01.webp) no-repeat center;
  background-size: cover;
  padding: 147px 0 87px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .tp-clinic {
    background: url(../img/top/clinic/clinic_bg01-sp.webp) no-repeat center;
    background-size: cover;
    padding: 24px 0;
  }
}
.tp-clinic .cmn-ttl {
  margin-bottom: 129px;
}
.tp-clinic .slick-list {
  margin: 0 -25px 68px;
}
@media screen and (max-width: 768px) {
  .tp-clinic .slick-list {
    margin-bottom: 48px;
  }
}
.tp-clinic .slick-slide {
  margin: 0 25px;
  height: auto;
}
.tp-clinic .innerBox {
  width: calc(100% - 330px);
}
.tp-clinic .ttl {
  font-weight: 400;
  font-size: 32px;
  line-height: 180%;
  margin-bottom: 14px;
}
.tp-clinic .text {
  font-size: 18px;
  line-height: 180%;
  margin-bottom: 30px;
}
.tp-clinic .name {
  font-size: 24px;
}
.tp-clinic .name span {
  font-size: 18px;
  margin-right: 14px;
}
@media screen and (max-width: 768px) {
  .tp-clinic .cmn-ttl {
    margin-bottom: 34px;
  }
  .tp-clinic .innerBox {
    width: 100%;
  }
  .tp-clinic .ttl {
    font-size: 24px;
    letter-spacing: 0.01em;
    text-align: center;
  }
  .tp-clinic .text {
    font-size: 16px;
    padding: 0 21px;
  }
}

.form__field-name label,
.form__field-name span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  font-size: 16px;
  line-height: 24px;
}

.form__field textarea, .form__field input[type=text],
.form__field input[type=tel],
.form__field input[type=email],
.form__field input[type=date],
.form__field select {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: inherit;
  border: 1px solid #C7C7C7;
  border-radius: 4px;
  padding: 7px 14px;
  resize: none;
}
@media screen and (max-width: 768px) {
  .form__field textarea, .form__field input[type=text],
  .form__field input[type=tel],
  .form__field input[type=email],
  .form__field input[type=date],
  .form__field select {
    padding: 10px;
  }
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form {
    gap: 20px;
  }
}
.form ::-webkit-input-placeholder {
  color: #B9B9B9;
}
.form ::-moz-placeholder {
  color: #B9B9B9;
}
.form :-ms-input-placeholder {
  color: #B9B9B9;
}
.form ::-ms-input-placeholder {
  color: #B9B9B9;
}
.form ::placeholder {
  color: #B9B9B9;
}
.form__inner {
  border-top: 1px solid #BFBFBF;
  border-left: 1px solid #BFBFBF;
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form__inner {
    border-top: 0;
    border-left: 0;
  }
}
.form__inner.is_margin {
  margin-top: 50px;
}
.form__group {
  display: grid;
  grid-template-columns: 400px 1fr;
  border-right: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
}
@media screen and (max-width: 768px) {
  .form__group {
    border: 0;
    grid-template-columns: 1fr;
    padding: 0;
  }
}
.form__col {
  position: relative;
}
.form__col:first-child {
  background-color: rgba(180, 173, 169, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  .form__col:first-child {
    width: 100%;
  }
}
.form__col:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 30px;
  line-height: 1.69;
}
@media screen and (max-width: 768px) {
  .form__col:last-child {
    padding: 20px 10px;
  }
}
.form__field {
  width: 100%;
}
.form__field-name {
  width: 100%;
}
.form-scheduleBox {
  margin: 60px auto 0;
  text-align: center;
  max-width: 892px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form-scheduleBox {
    margin-top: 20px;
    padding: 0 15px;
  }
  .form-scheduleBox iframe {
    width: 100%;
  }
}
.form__field-name label mark,
.form__field-name span mark {
  background-color: #f8a81d;
  color: #fff;
  font-size: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 39px;
  height: 23px;
  border-radius: 4px;
}
.form__field textarea {
  height: 180px;
}
.form__field.is_flex, .form__field .is_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.form__agree {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .form__agree {
    padding: 0 15px;
  }
}
.form .wpcf7-checkbox,
.form .wpcf7-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
.form .wpcf7-checkbox .wpcf7-list-item,
.form .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.form .wpcf7-checkbox .wpcf7-list-item label,
.form .wpcf7-radio .wpcf7-list-item label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
}
.form .wpcf7-checkbox .wpcf7-list-item label input,
.form .wpcf7-radio .wpcf7-list-item label input {
  width: 16px;
  height: 16px;
}
.form .wpcf7-checkbox .wpcf7-list-item label span,
.form .wpcf7-radio .wpcf7-list-item label span {
  font-size: 16px;
}
.form button[type=submit] {
  background-color: #744aa5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  max-width: 280px;
  width: 100%;
  height: 80px;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .form button[type=submit] {
    font-size: 18px;
    height: 60px;
  }
}
.form .wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: 500;
}

.local {
  margin-top: 80px;
  padding-bottom: 60px;
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local {
    margin-top: 40px;
  }
}
.local .c-inner {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 50px;
  width: 100%;
}
.local .c-inner.m-tm01 {
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .local .c-inner {
    max-width: 590px;
    padding: 0 20px;
  }
}
.local__content {
  display: block;
  font-size: 20px;
  line-height: 1.6;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .local__content {
    font-size: 16px;
  }
}
.local__content .memo {
  font-size: 14px;
}
.local__content h2 {
  display: block;
  font-size: 40px;
  line-height: 150%;
  font-weight: 400;
  text-align: center;
  margin: 80px auto 60px;
  padding: 0 0 16px 0;
  position: relative;
}
.local__content h2::before {
  background: #3c2d1e;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 auto;
  width: 100vw;
  height: 0.5px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .local__content h2 {
    font-size: 28px;
    margin: 40px 0 24px;
    letter-spacing: -0.01em;
  }
}
.local__content h3 {
  color: #006b6a;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  margin: 60px auto;
  position: relative;
  z-index: 10;
}
.local__content h3::before {
  background: #006b6a;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: auto;
  width: 100%;
  height: 1px;
  z-index: -1;
}
.local__content h3 span {
  background-color: #fff;
  padding: 0px 16px;
}
@media screen and (max-width: 768px) {
  .local__content h3 {
    font-size: 20px;
    margin: 30px auto 21px;
    letter-spacing: -0.01em;
  }
  .local__content h3::before {
    width: 100vw;
  }
}
.local__content h3.is_noBorder {
  font-weight: 600;
  text-align: left;
  margin-top: 0;
}
.local__content h3.is_noBorder::before {
  content: none;
}
.local__content h4 {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  margin: 40px 0 30px;
  letter-spacing: 0.1em;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .local__content h4 {
    font-size: 18px;
    margin: 30px 0 20px;
  }
}
.local__content h5,
.local__content h6 {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: normal;
  margin: 20px 0;
}
.local__content p {
  margin-bottom: 2em;
}
.local__content p,
.local__content a {
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: normal;
}
.local__content p.is_center,
.local__content a.is_center {
  text-align: center;
}
.local__content .lead {
  font-size: 30px;
  padding-left: 44px;
  margin-bottom: 2em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .local__content .lead {
    font-size: 23px;
    padding-left: 30px;
  }
}
.local__content .list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  letter-spacing: 0;
}
.local__content .list li span {
  font-size: 18px;
  line-height: 1.8;
  min-width: 140px;
}
.local__content ul,
.local__content ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 22px;
  font-weight: 500;
  padding-left: 20px;
  margin-bottom: 2em;
}
.local__content ul.is_checklist li {
  list-style: none;
}
.local__content ul.is_checklist li::before {
  content: "☑ ";
  font-size: 20px;
}
.local__content table {
  margin-bottom: 4em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local__content table {
    table-layout: auto;
  }
  .local__content table tr,
  .local__content table td,
  .local__content table th {
    display: block;
  }
}
.local__content table tr {
  border-top: solid 1px rgba(60, 45, 30, 0.5);
}
@media screen and (max-width: 768px) {
  .local__content table tr {
    border-top: none;
    border-left: solid 1px rgba(60, 45, 30, 0.5);
  }
}
.local__content table tr:last-child {
  border-bottom: solid 1px rgba(60, 45, 30, 0.5);
}
.local__content table th {
  background-color: #006b6a;
  border: none;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 20px;
  line-height: 2;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .local__content table th {
    font-size: 16px;
    padding: 8px;
  }
}
.local__content table td {
  border-right: solid 1px rgba(60, 45, 30, 0.5);
  font-size: 20px;
  font-weight: normal;
  line-height: 2;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .local__content table td {
    font-size: 16px;
    padding: 8px;
  }
  .local__content table td.is_price {
    white-space: nowrap;
  }
}
.local__content .flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .local__content .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
}
.local__content .flex-box .w29 {
  width: 29%;
}
@media screen and (max-width: 768px) {
  .local__content .flex-box .w29 {
    width: 76%;
  }
}
.local__content .flex-box .w29.imgBox {
  margin: 0 auto;
}
.local__content .flex-box .w58 {
  width: 58%;
}
@media screen and (max-width: 768px) {
  .local__content .flex-box .w58 {
    width: 100%;
  }
}
.local__content .flex-box.is_case {
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.local__content .flex-box.is_case p {
  margin-bottom: 20px;
}
.local__content .flex-box.is_border {
  border-bottom: 1px solid #cccccc;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .local__content .flex-box.is_border {
    padding-bottom: 36px;
    gap: 10px;
    margin-bottom: 25px;
  }
}
.local__content .column-box {
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1019607843);
  border: 1px solid #a99470;
  background-color: #fff;
  border-radius: 5px;
  padding: 30px;
  margin: 60px auto;
  position: relative;
  overflow: hidden;
}
.local__content .column-box::before {
  content: "";
  background: url(../img/cmn/column_img01.webp) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 10px;
  right: 0;
  width: 315px;
  height: 422.75px;
}
@media screen and (max-width: 768px) {
  .local__content .column-box {
    margin: 20px auto;
    padding: 24px 14px 24px 22px;
  }
  .local__content .column-box::before {
    content: none;
  }
}
.local__content .indent-list {
  margin-bottom: 0;
  padding-left: 0;
}
.local__content .indent-list li {
  font-size: 20px;
  position: relative;
  padding-left: 28px;
  margin-bottom: 20.5px;
  line-height: 100%;
  letter-spacing: -0.001em;
}
.local__content .indent-list li::before {
  content: "";
  background: url(../img/cmn/ico_check.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
}
.local__content .indent-list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .local__content .indent-list li {
    font-size: 16px;
    padding-left: 24px;
  }
  .local__content .indent-list li::before {
    width: 16.7999992371px;
    height: 16.7999992371px;
  }
}
.local__content img {
  width: 100%;
}
.local__content .imgBox {
  margin: 48px auto;
}
.local__content .imgBox.w-40 {
  width: 40%;
}
.local__content .imgBox.w-70 {
  width: 60%;
}
.local__content .imgBox.w500 {
  width: 500px;
}
.local__content .imgBox.w500 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local__content .imgBox.w500 {
    width: 100%;
  }
}
.local__content .imgBox.w250 {
  width: 250px;
}
.local__content .imgBox.w250 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local__content .imgBox.w250 {
    width: 100%;
  }
}
.local__content .imgBox.w480 {
  width: 480px;
}
.local__content .imgBox.w480 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local__content .imgBox.w480 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .local__content .imgBox {
    margin: 20px auto;
    padding: 0 27px;
  }
}
.local__content .imgBox.w50 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .local__content .imgBox.w50 {
    width: 100%;
  }
}
.local__content .alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .local__content .alignleft {
    float: none;
    display: block;
    margin: 0 auto 30px;
  }
}
.local__content .alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .local__content .alignright {
    float: none;
    display: block;
    margin: 0 auto 30px;
  }
}
.local__content .aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.local__content .card {
  display: block;
  width: 100%;
}
.local__content .card__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px 30px;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 40px;
}
.local__content .card__list > li {
  width: calc(100% / 2 - 30px / 2 * 1);
}
@media screen and (max-width: 768px) {
  .local__content .card__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 30px 30px;
  }
  .local__content .card__list > li {
    width: calc(100% / 1 - 30px / 1 * 0);
  }
}
.local__content .card__2list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 50px;
  padding: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .local__content .card__2list.is_sp_opposite > div:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .local__content .card__2list.is_sp_opposite > div:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.local__content .card__2list h3,
.local__content .card__2list h4,
.local__content .card__2list h5,
.local__content .card__2list h6 {
  margin-top: 0;
}
.local__content .card__2list__item {
  list-style: none;
}
.local__content .card__2list__item.is-arrow {
  position: relative;
}
.local__content .card__2list__item.is-arrow::after {
  background: url(../img/local/ico_arrow.webp) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  inset: 150px -34px auto auto;
  margin: auto;
  width: 16px;
  height: 18px;
}
.local__content .card__2list__item.is-before {
  position: relative;
}
.local__content .card__2list__item.is-before::before {
  content: "BEFORE";
  color: #817a76;
  display: block;
  font-family: "Lora", serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .local__content .card__2list__item.is-before::before {
    font-size: 24px;
  }
}
.local__content .card__2list__item.is-after::before {
  content: "AFTER";
  color: #817a76;
  display: block;
  font-family: "Lora", serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .local__content .card__2list__item.is-after::before {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .local__content .card__2list {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 50px;
    padding: 0;
    margin-bottom: 40px;
  }
  .local__content .card__2list__item.is-arrow::before {
    inset: auto 0 -12px 0;
    margin: auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.local__content .card__3list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
  padding: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .local__content .card__3list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.local__content .card__3list__item {
  text-align: center;
}
.local__content .card__21list {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px 30px;
  padding: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .local__content .card__21list {
    grid-template-columns: 1fr;
  }
}
.local__content .card__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.local__content .card__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 100%;
}
.local__content .card__title {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  padding: 0;
}
.local__content .card__title:after {
  display: none;
}
.local__content .card__img {
  display: block;
  width: 100%;
}
.local__content .card__img picture {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(1 / 1 * 100%);
  overflow: hidden;
}
.local__content .card__img picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.local__content .line {
  border-top: solid 1px #d4d8e3;
  margin: 40px 0;
}
.local__content .borderBox {
  border: solid 1px #d4d8e3;
  padding: 48px;
}
.local__content .borderBox h2,
.local__content .borderBox h3,
.local__content .borderBox h4,
.local__content .borderBox h5,
.local__content .borderBox h6 {
  margin-top: 0;
}
.local__content .borderBox p {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .local__content .borderBox {
    padding: 30px 20px;
  }
}
.local__content .borderBox + .borderBox {
  margin-top: 30px;
}
.local__content .checkBox {
  border: solid 1px #168db6;
  -webkit-box-shadow: 6px 6px 0 rgba(22, 141, 182, 0.3);
          box-shadow: 6px 6px 0 rgba(22, 141, 182, 0.3);
  padding: 40px;
  position: relative;
  margin: 60px auto 40px;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local__content .checkBox {
    padding: 10px;
  }
}
.local__content .checkBox ul {
  display: grid;
  gap: 0 30px;
  margin-bottom: 10px;
}
.local__content .checkBox ul.is_2list {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .local__content .checkBox ul.is_2list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.local__content .checkBox ul li {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
}
.local__content .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .local__content .grid {
    grid-template-columns: 1fr;
    grid-template-areas: "txtbox" "imgbox";
  }
  .local__content .grid .imgBox {
    grid-area: imgbox;
  }
  .local__content .grid .txtBox {
    grid-area: txtbox;
  }
}
.local__content .p-price h3.is_clr-main01 {
  color: #3C2D1E;
}
.local__content .p-price h3.is_clr-main01::before, .local__content .p-price h3.is_clr-main01::after {
  background: #3C2D1E;
}
.local__content .p-price h4 {
  background-color: rgba(60, 45, 30, 0.2);
  color: #3C2D1E;
  font-weight: 400;
  font-size: 24px;
  line-height: 220%;
  text-align: center;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.local__content .p-price h4.is_bg-gren {
  background: rgba(0, 107, 106, 0.3019607843);
}
@media screen and (max-width: 768px) {
  .local__content .p-price h4 {
    font-size: 20px;
  }
}
.local__content .p-price-table {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .local__content .p-price-table td,
  .local__content .p-price-table th {
    display: table-cell;
  }
  .local__content .p-price-table tr {
    display: table-row;
  }
}
.local__content .p-price-table tr {
  border: none !important;
}
.local__content .p-price-table th,
.local__content .p-price-table td {
  border: none;
}
.local__content .p-price-table th {
  background-color: transparent;
  border-top: 1px solid #a99470;
  color: #3C2D1E;
  font-weight: 400;
  font-size: 20px;
  line-height: 220%;
  vertical-align: top;
  text-align: left;
  width: calc(100% - 200px);
  padding: 10px 20px;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  .local__content .p-price-table th {
    font-size: 16px;
    width: 60%;
    padding: 8px 16px;
  }
}
.local__content .p-price-table td {
  padding: 10px 20px 10px 0;
  border-top: 1px solid #a99470;
  width: 200px;
  line-height: 220%;
  font-weight: 400;
  font-size: 20px;
  text-align: right;
  letter-spacing: 0.01em;
}
.local__content .p-price-table td.is_clr-gren {
  color: #006b6a;
}
@media screen and (max-width: 768px) {
  .local__content .p-price-table td {
    font-size: 16px;
    width: 40%;
    padding: 8px 16px 8px 0;
  }
  .local__content .p-price-table td.is_price {
    white-space: nowrap;
  }
}
.local__content .p-price-table .note {
  border-top: 1px solid #a99470;
}
.local__content .p-price p {
  margin-bottom: 0 !important;
}
.local .notice {
  font-size: 16px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .local .p-table td,
  .local .p-table th {
    display: table-cell;
  }
  .local .p-table tr {
    display: table-row;
  }
}
.local .p-table tr {
  border: none !important;
}
.local .p-table th,
.local .p-table td {
  background-color: transparent;
  color: #3C2D1E;
  border: none;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .local .p-table th,
  .local .p-table td {
    padding: 0;
  }
}
.local .p-table th {
  width: 100px;
  vertical-align: top;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .local .p-table th {
    width: 70px;
  }
}
.local .p-table td {
  width: calc(100% - 100px);
}
@media screen and (max-width: 768px) {
  .local .p-table td {
    width: calc(100% - 70px);
  }
}

.breadcrumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 12px 16px 0;
  }
}
.breadcrumb .c-inner01 {
  padding: 0;
}
.breadcrumb__list__item {
  display: inline;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.breadcrumb__list__item + li::before {
  content: ">";
  margin: 0 5px;
}/*# sourceMappingURL=style.css.map */