@charset "UTF-8";
@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: #E7EFF5;
  font-family: "Noto Sans JP", sans-serif;
  color: #3E3A39;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin: 0;
  min-width: 1025px;
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
  }
}

.f-serif {
  font-family: "Shippori Mincho", serif;
}

.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;
}

.txt {
  line-height: 2.3em;
}

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;
  max-width: 1200px;
  width: 100%;
}
.cmn-inner.w-1160 {
  max-width: 1160px;
}
.cmn-inner.w-1220 {
  max-width: 1220px;
}
.cmn-inner.w-1440 {
  max-width: 1440px;
}
@media screen and (max-width: 768px) {
  .cmn-inner.w-1080 {
    max-width: 580px;
  }
  .cmn-inner.w-1220 {
    max-width: 580px;
  }
  .cmn-inner.w-1440 {
    max-width: 580px;
  }
}

.c-inner01 {
  margin: 0 auto;
  width: 100%;
}

.cmn-ttl {
  display: block;
  color: #182437;
  font-size: 32px;
  text-align: center;
  width: 100%;
  position: relative;
  letter-spacing: 0.2em;
  margin-bottom: 80px;
}
.cmn-ttl .is-lbl {
  color: #bfd6e9;
}
.cmn-ttl .is-wht {
  color: #fff;
}
.cmn-ttl strong {
  position: relative;
  z-index: 100;
  font-weight: 500;
}
.cmn-ttl__en {
  display: block;
  font-weight: 600;
  font-family: "Cardo", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 128px;
  letter-spacing: -0.01em;
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .cmn-ttl {
    font-size: 24px;
    margin-bottom: 60px;
    line-height: 150%;
  }
  .cmn-ttl__en {
    font-size: 96px;
    bottom: 18px;
    letter-spacing: -0.01em;
  }
  .cmn-ttl__en.is-sp-low {
    bottom: -40px;
  }
}

.cmn-bt {
  background: #4488bd;
  border-radius: 50px;
  color: #fff;
  display: grid;
  place-content: center;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.15em;
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
  max-width: 320px;
  width: 100%;
  height: 64px;
}
.cmn-bt:before {
  background: url(../img/cmn/ico_arrow_wht01.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
  width: 24px;
  height: 8px;
}
.cmn-bt.is-rot::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cmn-bt span {
  font-weight: normal;
  font-size: 16px;
}
.cmn-bt.is-lft {
  margin: 0 auto 0 0;
}
@media screen and (max-width: 768px) {
  .cmn-bt.is-lft {
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .cmn-bt:hover {
    opacity: 1;
    background: #84bce8;
  }
}
@media screen and (max-width: 768px) {
  .cmn-bt {
    font-size: 16px;
    padding: 5px 0;
    max-width: 350px;
    width: 100%;
    height: 50px;
  }
  .cmn-bt span {
    font-size: 16px;
  }
}

.regen {
  padding: 160px 30px 80px;
}
@media screen and (max-width: 768px) {
  .regen {
    padding: 140px 0 80px;
    overflow: hidden;
  }
}
.regen-catch {
  color: #182437;
  font-size: 32px;
  color: #4488bd;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .regen-catch {
    text-align: justify;
    padding: 0 35px;
    letter-spacing: 0.1em;
    margin-bottom: 60px;
  }
}
.regen .txt {
  color: #646a6f;
  max-width: 900px;
  margin: 0 auto 40px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .regen .txt {
    padding: 0 35px;
  }
}
@media screen and (max-width: 768px) {
  .regen-content {
    padding: 0 35px;
  }
}
.regen-content-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-left: auto;
  position: relative;
  max-width: 1160px;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .regen-content-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-left: 0;
    position: relative;
    width: auto;
  }
}
.regen-content-list-item {
  width: 100%;
}
.regen-content-list-item a {
  display: block;
  position: relative;
}
.regen-content-list-item a span {
  border-bottom: 1px solid #e6e6e6;
  display: block;
  color: #182437;
  font-weight: 500;
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  padding: 16px 0;
  position: relative;
}
.regen-content-list-item a span:before {
  background: url(../img/cmn/ico_arrow_blue01.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 17px;
  height: 9px;
}
@media screen and (max-width: 768px) {
  .regen-content-list-item a {
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #4488bd;
    height: 100px;
  }
  .regen-content-list-item a img {
    display: none;
  }
  .regen-content-list-item a span {
    border-radius: 8px;
    font-size: 16px;
    width: 100%;
    height: 100%;
    line-height: 100px;
    padding: 0 0 0 20px;
  }
  .regen-content-list-item a span:before {
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .menuTop {
    background-image: none;
    padding: 0;
  }
  .menuTop .cmn-ttl__en {
    bottom: 0;
  }
}
.menuTop .cmn-inner {
  border-radius: 16px;
  background-image: -webkit-radial-gradient(closest-corner, rgb(255, 255, 255), rgb(230, 241, 255));
  background-image: radial-gradient(closest-corner, rgb(255, 255, 255), rgb(230, 241, 255));
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 768px) {
  .menuTop .cmn-inner {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.menuTop-figure {
  display: block;
  width: 338px;
  margin: 0 auto 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .menuTop-figure {
    width: 122.17px;
    margin: 0 0 35px 0;
  }
}
@media screen and (max-width: 768px) {
  .menuTop-box {
    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: 14px;
  }
}
.menuTop-content {
  max-width: 733px;
  margin: 0 auto;
  position: relative;
}
.menuTop-content-list-item {
  position: absolute;
  background-color: #fff;
  border: 1px solid #4488bd;
  border-radius: 100px;
  font-family: "Shippori Mincho", serif;
  height: 39px;
  max-width: 200px;
  width: 100%;
  text-align: center;
  line-height: 39px;
}
@media screen and (min-width: 769px) {
  .menuTop-content-list-item:hover {
    color: #fff;
    background-color: #4488bd;
  }
  .menuTop-content-list-item a:hover {
    color: #fff;
    opacity: 1;
  }
}
.menuTop-content-list-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.menuTop-content-list-item:nth-child(1) {
  top: 24px;
  left: 0;
}
.menuTop-content-list-item:nth-child(2) {
  top: 136px;
  left: 0;
}
.menuTop-content-list-item:nth-child(3) {
  top: 322px;
  left: 28px;
}
.menuTop-content-list-item:nth-child(4) {
  top: 90px;
  right: 0;
}
.menuTop-content-list-item:nth-child(5) {
  top: 208px;
  right: 0;
}
.menuTop-content-list-item:nth-child(6) {
  top: 322px;
  right: 45px;
}
.menuTop-content-list-item:nth-child(7) {
  top: 417px;
  right: 45px;
}
@media screen and (max-width: 768px) {
  .menuTop-content-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: 10px;
    max-width: 160px;
    width: 100%;
  }
  .menuTop-content-list-item {
    position: static;
    inset: auto;
    max-width: initial;
  }
}

.menuList .cmn-inner {
  padding: 0;
}
.menuList.is-bg-lbl {
  background-color: #f0f8ff;
  padding: 100px 30px 160px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .menuList.is-bg-lbl {
    padding: 40px 35px 80px;
    background-color: transparent;
  }
  .menuList.is-bg-lbl .cmn-inner {
    padding: 0;
  }
}
.menuList-content-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 26px;
  margin: 0 auto;
  position: relative;
  max-width: 1160px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .menuList-content-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    position: relative;
  }
}
.menuList-content-list-item {
  width: 100%;
}
.menuList-content-list-item a {
  display: block;
  position: relative;
}
.menuList-content-list-item a span {
  color: #182437;
  background: #fff;
  border-radius: 0 8px 0 0;
  font-weight: 500;
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 51px;
  padding: 0 48px 0 16px;
  line-height: 51px;
}
.menuList-content-list-item a span:before {
  background: url(../img/cmn/ico_arrow_blue01.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  width: 17px;
  height: 9px;
}

/*  --------------------------------------------------------------------------------
  _header.scss
--------------------------------------------------------------------------------  */
.header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(231, 239, 245)));
  background-image: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(231, 239, 245));
  background-image: linear-gradient(180deg, rgb(255, 255, 255), rgb(231, 239, 245));
  color: #646A6F;
  font-family: "Shippori Mincho", serif;
  padding: 22px 60px 0;
  position: absolute;
  inset: 0 0 auto 0;
  min-width: 1024px;
  width: 100%;
  height: 278px;
  z-index: 1000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .header {
    background-color: #fff;
    background-image: none;
    color: #646A6F;
    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;
    position: absolute;
    inset: 0;
    padding: 0 0 0 16px;
    min-width: 100%;
    height: 130px;
    z-index: 2000;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 1;
    visibility: visible;
  }
  .header:after {
    content: none;
  }
}
.header-wrp {
  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: grid;
  place-content: center;
  position: fixed;
  inset: 0 0 auto auto;
  width: 64px;
  height: 64px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 99999;
}
.header-bt span {
  background: #4488BD;
  display: block;
  position: absolute;
  margin: auto;
  width: 38px;
  height: 2px;
  -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 {
  background: #fff;
}
.header-bt.is-navOn span:nth-child(1) {
  inset: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.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(-45deg);
          transform: rotate(-45deg);
}
.header-logo {
  position: relative;
  width: 234px;
  height: 61px;
}
@media screen and (max-width: 768px) {
  .header-logo {
    position: absolute;
    top: 32px;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.header-logo img {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .header-logo-nav {
    display: block;
    width: 234px;
    height: 61px;
    position: absolute;
    top: 32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2000;
  }
}
.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: 20px;
  width: 100%;
  height: 100%;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .header-nav {
    background-color: #4488BD;
    display: block;
    padding: 153px 25px 55px;
    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-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.header-nav-item .text {
  font-size: 30px;
  font-weight: 500;
  color: #4488BD;
}
.header-nav-item .tel-bt {
  width: 293px;
  height: 45px;
}
@media screen and (max-width: 768px) {
  .header-nav-item {
    display: none;
  }
}
.header-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px 0;
}
@media screen and (max-width: 768px) {
  .header-nav-list {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    padding: 0 0 40px 20px;
    height: auto;
  }
}
.header-nav-list-link {
  position: relative;
  height: 100%;
  text-align: center;
  padding: 0 12px;
}
.header-nav-list-link 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .header-nav-list-link a {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.header-nav-list-link::before {
  background: #646a6f;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 16px;
}
@media screen and (max-width: 768px) {
  .header-nav-list-link::before {
    content: none;
  }
}
.header-nav-list-link:first-child::before {
  content: none;
}
@media screen and (max-width: 768px) {
  .header-nav-list-link {
    color: #fff;
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px 0;
    text-align: center;
  }
}
.header-nav-list-link .link span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .header-nav-list-link .link span {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .header-nav-list-link .link {
    display: block;
    font-size: 18px;
    position: relative;
    width: 100%;
    text-align: center;
  }
  .header-nav-list-link .link.is-on::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.header-nav-spBtBox {
  display: grid;
  gap: 30px;
  margin: 0 auto;
  width: 100%;
}
.header-nav-spBtBox a {
  display: block;
  width: 100%;
}

/*  --------------------------------------------------------------------------------
  _footer.scss
--------------------------------------------------------------------------------  */
.footer {
  background-color: #4488BD;
}
.footer-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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding: 60px 60px 55px;
}
@media screen and (max-width: 768px) {
  .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 51px;
    padding: 72px 0 60px;
  }
}
.footer .logo {
  width: 200px;
}
.footer .copyrights {
  display: block;
  color: #fff;
  font-size: 12x;
  font-family: "Cardo", serif;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .footer .copyrights {
    font-size: 12px;
    letter-spacing: -0.01em;
  }
}

.cnct {
  background-color: #BFD6E9;
  padding: 160px 30px 70px;
}
@media screen and (max-width: 768px) {
  .cnct {
    padding: 148px 25px 100px;
  }
}
.cnct-catch {
  color: #182437;
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  line-height: 2em;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cnct-catch {
    font-size: 26px;
    letter-spacing: -0.01em;
  }
}
.cnct-content {
  max-width: 548px;
  margin: 0 auto;
}
.access {
  background-color: #3F759F;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.access .cmn-ttl {
  color: #fff;
  font-size: 24px;
  margin-bottom: 40px;
}
.access .cmn-ttl__en {
  color: #4488BD;
}
@media screen and (max-width: 768px) {
  .access {
    display: block;
  }
}
.access-box .inner {
  max-width: 556px;
  width: 100%;
  margin: 0 auto;
  padding: 134px 30px 73px;
}
.access-box .address {
  color: #fff;
  line-height: 2em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .access-box .address {
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
  }
}
.access-box-schedule {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .access-box-schedule {
    margin: 0 auto;
  }
}
.access-box .txt {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.01em;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .access-box .inner {
    padding: 124px 25px 70px;
  }
}
.access-map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .access-map {
    height: 358px;
  }
}

.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%;
}

#topic_path {
  color: #382410;
  padding: 10px 0;
  font-weight: 400;
  word-break: break-all;
  margin: auto;
  max-width: 1266px;
  width: 100%;
}

#topic_path li {
  display: inline-block;
  font-size: 16px;
}

#topic_path li:not(:first-child) {
  margin-left: 0.5em;
}
#topic_path li:not(:first-child)::before {
  content: ">";
  margin-right: 0.5em;
  vertical-align: 2px;
}

#topic_path li br {
  display: none;
}

#topic_path a {
  text-decoration: none;
  color: #222222;
  font-size: 16px;
  display: inline-block;
}

#topic_path a:hover {
  text-decoration: underline !important;
  opacity: 0.7;
}

.newsList {
  margin-top: 60px;
  max-width: 900px;
  padding-bottom: 100px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .newsList {
    margin-top: 40px;
  }
}
.newsList-heading {
  color: #182437;
  display: block;
  width: 100%;
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  letter-spacing: 0.18em;
  font-weight: 500;
  text-align: center;
  margin: 0 auto 60px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .newsList-heading {
    font-size: 24px;
    margin: 0 auto 40px;
  }
}
.newsList-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  position: relative;
  max-width: 1160px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .newsList-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
    position: relative;
    width: auto;
    padding: 0 35px;
  }
}
.newsList-list.mb-60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .newsList-list.mb-60 {
    margin-bottom: 40px;
  }
}
.newsList-item {
  width: 100%;
}
.newsList-item a .thum {
  display: block;
  margin-bottom: 16px;
}
.newsList-item a .thum img {
  border-radius: 8px;
}
.newsList-item a .date {
  color: #4488bd;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0;
  width: 100px;
}
.newsList-item a .cat {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #4488bd;
  border-radius: 50px;
  color: #4488bd;
  font-size: 10px;
  height: 24px;
  line-height: 22px;
  padding: 0 16px;
  margin-left: 8px;
}
.newsList-item a .ttl {
  display: block;
  color: #646a6f;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 8px;
}
.newsList-item a .box {
  position: relative;
  padding-right: 32px;
}
.newsList-item a .box:before {
  background: url(../img/cmn/ico_arrow_blue01.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 17px;
  height: 9px;
}
.newsBox {
  margin: 0 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 #4488bd;
  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 {
    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: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news_sub .date {
  font-size: 12px;
  margin-right: 5px;
}
.news_sub .cate_name {
  background-color: #fff;
  border: 1px solid #4488bd;
  border-radius: 50vh;
  color: #4488bd;
  font-size: 10px;
  padding: 2px 6px;
}
.news_sub .tb_tt {
  font-size: 15px;
  font-weight: bold;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .news_sub {
    margin-bottom: 40px;
  }
}

.news_tt {
  border-top: 3px solid #4488bd;
  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: #4488bd;
  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 70px;
  max-width: 1080px;
  height: 420px;
}
.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: 650px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content_post {
    max-width: initial;
  }
}
.content_post .cmn-bt {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .content_post .cmn-bt {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .content_post .section {
    padding: 0 25px;
  }
}
.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: 600;
  font-family: "Shippori Mincho", serif;
  padding-bottom: 16px;
  padding: 0;
}
.content_post p {
  line-height: 2.125em;
  margin: 0 auto;
}
.content_post p a {
  color: #4488bd;
  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: 600;
  }
  .content_post p {
    line-height: 2.125em;
  }
  .content_post p a {
    color: #4488bd;
    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: #4488bd;
  color: #fff;
}
.wp-pagenavi a,
.wp-pagenavi span {
  border: none;
  color: #182437;
  font-size: 14px;
  font-weight: 500;
  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: 28px;
}
.wp-pagenavi a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wp-pagenavi a:hover {
  background: #4488bd;
  color: #fff;
  opacity: 1;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  background: #f5f5f5;
  border: 1px solid #bfd6e9;
  position: relative;
}
.wp-pagenavi .previouspostslink:before,
.wp-pagenavi .nextpostslink:before {
  background: url(../img/cmn/ico_arrow_blue01.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 17px;
  height: 9px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  border: none;
}
.wp-pagenavi .previouspostslink:hover:before,
.wp-pagenavi .nextpostslink:hover:before {
  background: url(../img/cmn/ico_arrow_wht02.svg) no-repeat;
}
.wp-pagenavi .previouspostslink {
  margin-right: 16px;
}
.wp-pagenavi .nextpostslink {
  margin-left: 12px;
}
.wp-pagenavi .nextpostslink::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.single-post {
  display: block;
  width: 100%;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .single-post {
    padding: 0 0 40px;
  }
}
.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: #182437;
  background-color: #eee;
}
@media (hover: hover) {
  .pagination a.page-numbers:hover {
    color: #182437;
    background-color: #eee;
  }
}

/*  --------------------------------------------------------------------------------
  _top.scss
--------------------------------------------------------------------------------  */
.cv-list {
  display: grid;
  position: fixed;
  top: 300px;
  left: 0;
  z-index: 999;
  width: 80px;
  height: 460px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.cv-list-item {
  width: 100%;
  height: auto;
}
.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 {
    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: 48px;
    top: auto;
    z-index: 9999;
    bottom: -1px;
    left: 0;
    right: 0;
  }
  .cv-list-item {
    width: 50%;
  }
}

.topMv {
  padding: 0 0 0;
  position: relative;
  height: 100vh;
  min-height: 1048px;
}
.topMv.is_lower {
  min-height: 648px;
  max-height: 648px;
}
@media screen and (max-width: 768px) {
  .topMv.is_lower {
    min-height: 620px;
    max-height: 620px;
  }
}
.topMv.is_lower .topMv-imgBox {
  width: 100%;
  height: 500px;
}
.topMv.is_lower .topMv-imgBox img {
  width: 100%;
  height: 100%;
  -o-object-position: top right;
     object-position: top right;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .topMv.is_lower .topMv-imgBox {
    height: 490px;
  }
}
.topMv.is_lower .topMv-imgBox::before {
  content: none;
}
.topMv.is_lower .topMv-title {
  color: #182437;
  font-size: 36px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  position: absolute;
  top: 50%;
  left: 258px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .topMv.is_lower .topMv-title {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .topMv {
    background-color: rgba(255, 255, 255, 0.6);
    height: auto;
    min-height: initial;
    max-height: initial;
    margin-top: 130px;
    padding-bottom: 34px;
  }
}
.topMv .scroll-bt {
  position: absolute;
  width: 28px;
  height: auto;
  bottom: 0;
  left: 28px;
}
.topMv-imgBox {
  width: 100%;
  height: 900px;
  z-index: 1100;
  position: absolute;
  top: 148px;
  right: 0;
  padding-left: 105px;
}
.topMv-imgBox img {
  -o-object-position: top right;
     object-position: top right;
}
@media screen and (max-width: 768px) {
  .topMv-imgBox {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: auto;
    width: 100%;
    padding-left: 0;
    z-index: 1000;
  }
}
.topMv-box {
  position: absolute;
  left: 105px;
  bottom: 45px;
  margin: auto;
  z-index: 1100;
}
.topMv-box .ttl {
  display: block;
  max-width: 550px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .topMv-box {
    display: block;
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin: auto;
    max-width: 100%;
    width: 100%;
    height: 100%;
  }
  .topMv-box .ttl {
    position: relative;
    inset: auto;
    margin: 0 auto;
    max-width: initial;
    width: calc(100% - 40px);
    z-index: 1200;
    padding-top: 67.4666666667vw;
  }
}

.sec01 {
  padding: 140px 0 80px;
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding: 120px 0 152px;
  }
}
.sec01-content {
  position: relative;
}
.sec01 .txt {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 200%;
  text-align: center;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .sec01 .txt {
    font-size: 16px;
    width: calc(100% - 50px);
  }
}
.sec01 .imgBox {
  display: block;
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}

.sec02 {
  background-color: #f0f8ff;
  padding: 140px 30px 150px;
}
@media screen and (max-width: 768px) {
  .sec02 {
    padding: 120px 35px 80px;
  }
}
.sec02 .menuList-content-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 26px;
  margin: 0 auto;
  position: relative;
  max-width: 1160px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec02 .menuList-content-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 13px;
    position: relative;
  }
}
.sec02 .menuList-content-list-item {
  width: 100%;
}
.sec02 .menuList-content-list-item a {
  background-color: #fff;
  color: #182437;
  font-family: "Shippori Mincho", serif;
  display: block;
  position: relative;
  border-radius: 8px;
}
.sec02 .menuList-content-list-item a .inner {
  padding: 12px 16px;
}
.sec02 .menuList-content-list-item a .ttl {
  font-size: 20px;
  font-weight: 600;
  line-height: 170%;
  margin-bottom: 10px;
}
.sec02 .menuList-content-list-item a ul li {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .sec02 .menuList-content-list-item a .ttl {
    font-size: 16px;
  }
  .sec02 .menuList-content-list-item a .text {
    font-size: 14px;
  }
}

.sec03 {
  padding: 160px 30px 80px;
}
@media screen and (max-width: 768px) {
  .sec03 {
    padding: 140px 0 80px;
    overflow: hidden;
  }
}

.sec04 {
  background-image: -webkit-linear-gradient(315deg, rgb(227, 242, 255), rgb(128, 164, 192));
  background-image: linear-gradient(135deg, rgb(227, 242, 255), rgb(128, 164, 192));
  padding: 160px 30px 160px;
}
@media screen and (max-width: 768px) {
  .sec04 {
    background-image: none;
    padding: 0;
  }
}
.sec04 .cmn-inner {
  padding: 145px 0 80px;
}
@media screen and (max-width: 768px) {
  .sec04 .cmn-inner {
    padding: 128px 35px 45px;
  }
}

.sec05 {
  padding: 160px 0 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec05 {
    padding: 84px 0 100px;
  }
}
.sec05-img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 720px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .sec05-img {
    position: static;
    inset: auto;
    margin-bottom: 40px;
  }
}
.sec05-content {
  position: relative;
}
.sec05-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 128px;
  max-width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec05-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
}
.sec05-innerBox {
  width: 100%;
  max-width: 516px;
}
@media screen and (max-width: 768px) {
  .sec05-innerBox {
    padding: 0 35px;
    max-width: initial;
  }
}
.sec05-innerBox .name {
  color: #646A6F;
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sec05-innerBox .name {
    margin-bottom: 20px;
  }
}
.sec05-innerBox .txt {
  color: #646a6f;
  margin-bottom: 40px;
  text-align: justify;
  line-height: 200%;
}
.sec05-innerBox table {
  margin-bottom: 40px;
}
.sec05-innerBox table th, .sec05-innerBox table td {
  color: #646A6F;
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .sec05-innerBox table th {
    width: 60px;
  }
}
.sec05-innerBox.w-100 {
  width: 100%;
  max-width: initial;
}

.sec06 .cmn-ttl {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec06 {
    padding: 96px 0 30px;
    background-color: #f0f8ff;
  }
  .sec06 .cmn-ttl {
    display: block;
    margin: 0 auto;
  }
  .sec06 .cmn-ttl .is-sp-low {
    bottom: 54px;
  }
}
.sec06-inner {
  position: relative;
  padding: 165px 0 0;
}
.sec06-inner::before {
  content: "";
  background-color: #f0f8ff;
  border-radius: 0 100px 100px 0;
  width: 94.03%;
  height: calc(100% - 65px);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sec06-inner {
    padding: 324px 0 0;
  }
  .sec06-inner::before {
    content: none;
  }
}
.sec06-inner .cmn-ttl {
  display: inline;
  margin: 0 auto 18px 190px;
}
@media screen and (max-width: 768px) {
  .sec06-inner .cmn-ttl {
    display: none;
  }
}
.sec06-content-list-item {
  position: relative;
  margin-bottom: 180px;
}
.sec06-content-list-item .img {
  display: block;
  max-width: 820px;
  position: absolute;
  top: -87px;
  right: 0;
}
.sec06-content-list-item .box {
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.08);
  padding: 64px;
  max-width: 684px;
  width: 100%;
  margin-top: 87px;
  margin-left: 80px;
  position: relative;
  z-index: 100;
}
.sec06-content-list-item .box .ttl {
  color: #182437;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
}
.sec06-content-list-item .box .txt {
  color: #646a6f;
}
.sec06-content-list-item:nth-child(2n) .box {
  margin: 0 140px 0 auto;
}
.sec06-content-list-item:nth-child(2n) .img {
  display: block;
  max-width: 820px;
  position: absolute;
  top: -87px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sec06-content-list-item {
    margin-bottom: 312px;
  }
  .sec06-content-list-item:last-child {
    margin-bottom: 80px;
  }
  .sec06-content-list-item .img {
    top: -266px;
    max-width: 340px;
    width: 87.17%;
  }
  .sec06-content-list-item .box {
    background-color: #fff;
    border-radius: 0 20px 20px 0;
    padding: 40px;
    margin-right: 50px;
    margin-left: 0;
    margin-top: 0;
    width: calc(100% - 50px);
  }
  .sec06-content-list-item .box .ttl {
    color: #182437;
    font-size: 22px;
    margin-bottom: 30px;
  }
  .sec06-content-list-item .box .txt {
    color: #646a6f;
  }
  .sec06-content-list-item:nth-child(2n) .img {
    max-width: 340px;
    top: -252px;
  }
  .sec06-content-list-item:nth-child(2n) .box {
    border-radius: 20px 0 0 20px;
    margin-right: 0;
    margin-left: 50px;
  }
}

.sec07 {
  background-color: #fff;
  padding: 160px 30px 100px;
}
@media screen and (max-width: 768px) {
  .sec07 {
    padding: 148px 35px 94px;
  }
}
.sec07 .cmn-ttl {
  margin-bottom: 60px;
}
.sec07-catch {
  color: #182437;
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  line-height: 2em;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec07-catch {
    font-size: 26px;
  }
}
.sec07 .cmn-bt {
  max-width: 800px;
  height: 80px;
}
.sec07 .cmn-bt span {
  font-size: 24px;
}

.sec08 {
  padding: 165px 30px 130px;
}
@media screen and (max-width: 768px) {
  .sec08 {
    padding: 128px 0 80px;
    overflow: hidden;
  }
}
.sec08 .cmn-ttl__en {
  width: 100%;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝ここから予約ページ＝＝＝＝＝＝＝＝＝＝＝＝ */
.reserve {
  /* モーダル */
}
.reserve .local,
.reserve .breadcrumb {
  background-color: rgba(61, 176, 234, 0.1);
}
.reserve .local {
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 146px;
}
@media screen and (max-width: 768px) {
  .reserve .local {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}
.reserve .local__content h2 {
  margin-top: 0;
}
.reserve .local .c-inner01 {
  max-width: 1110px;
}
@media screen and (max-width: 768px) {
  .reserve .local .c-inner01 {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .reserve .reserve__wrp {
    padding: 0 25px;
  }
}
.reserve .thanks__content {
  background-color: #fff;
  color: #3e3a39;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  width: 100%;
  padding: 55px 30px 62px;
  text-align: center;
}
.reserve .thanks__content p {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .reserve .thanks__content {
    font-size: 20px;
    text-align: justify;
    padding: 16px 24px 30px;
  }
}
.reserve .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  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;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 9000;
  background-color: rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  /* モーダルがactiveの時 */
  /* モーダル背景のオーバーレイ部分 */
}
.reserve .modal p {
  margin: 0;
}
.reserve .modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.reserve .modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.reserve .modal__content {
  top: 0px;
  position: relative;
  background-color: #fff;
  width: 100%;
  max-width: 650px;
  height: 375px;
  padding: 24px 50px 42px;
  -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .reserve .modal__content {
    padding: 24px 16px 20px;
    height: 354px;
  }
}
.reserve .modal__ttl {
  color: #036ed1;
  font-size: 18px;
  margin-bottom: 18px !important;
  text-align: center;
}
.reserve .modal__inner {
  border: 1px solid #b2b2b2;
  background-color: #fff;
  overflow: scroll;
  padding: 10px 20px;
  height: 255px;
}
@media screen and (max-width: 768px) {
  .reserve .modal__inner {
    font-size: 16px;
    padding: 10px 16px;
  }
}
.reserve .square_btn {
  cursor: pointer;
  right: 10px;
  top: 10px;
  position: absolute;
  width: 28px;
  height: 28px;
  background: #3e3a39;
  margin-left: auto;
  border-radius: 100px;
  z-index: 2;
}
.reserve .square_btn::before, .reserve .square_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 15px;
  background: #fff;
}
.reserve .square_btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.reserve .square_btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.reserve .modal-btn {
  color: #036ed1;
  text-decoration: underline;
  cursor: pointer;
}

.form__field textarea, .form__field input[type=text],
.form__field input[type=tel],
.form__field input[type=email] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: inherit;
  height: 56px;
  border: 1px solid #b2b2b2;
  padding: 10px 20px;
  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] {
    font-size: 16px;
    padding: 8px 20px;
    height: 44.8px;
  }
}
.form__field textarea::-webkit-input-placeholder, .form__field input[type=text]::-webkit-input-placeholder, .form__field input[type=tel]::-webkit-input-placeholder, .form__field input[type=email]::-webkit-input-placeholder {
  color: #b2b2b2;
}
.form__field textarea::-moz-placeholder, .form__field input[type=text]::-moz-placeholder, .form__field input[type=tel]::-moz-placeholder, .form__field input[type=email]::-moz-placeholder {
  color: #b2b2b2;
}
.form__field textarea:-ms-input-placeholder, .form__field input[type=text]:-ms-input-placeholder, .form__field input[type=tel]:-ms-input-placeholder, .form__field input[type=email]:-ms-input-placeholder {
  color: #b2b2b2;
}
.form__field textarea::-ms-input-placeholder, .form__field input[type=text]::-ms-input-placeholder, .form__field input[type=tel]::-ms-input-placeholder, .form__field input[type=email]::-ms-input-placeholder {
  color: #b2b2b2;
}
.form__field textarea::placeholder, .form__field input[type=text]::placeholder,
.form__field input[type=tel]::placeholder,
.form__field input[type=email]::placeholder {
  color: #b2b2b2;
}

.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__group {
  margin-bottom: 30px;
}
.form__inner {
  background-color: #fff;
  display: block;
  width: 100%;
  padding: 35px 0 87px;
}
@media screen and (max-width: 768px) {
  .form__inner {
    padding: 0;
    background-color: transparent;
  }
}
.form__inner.is_margin {
  margin-top: 50px;
}
.form__inner .form__group {
  max-width: 860px;
  width: 100%;
  margin: 0 auto 20px;
  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;
}
@media screen and (max-width: 768px) {
  .form__inner .form__group {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 12px;
    margin: 0 auto 10px;
  }
}
.form__inner .form__group.bd {
  border-bottom: 1px solid #b2b2b2;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .form__inner .form__group.bd {
    padding-bottom: 25px;
  }
}
.form .select-box {
  position: relative;
}
.form .select-box::after {
  content: "＞";
  font-size: 18px;
  color: #036ed1;
  position: absolute;
  top: 14px;
  right: 16px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .form .select-box::after {
    font-size: 16px;
    top: 11px;
  }
}
.form input, .form select, .form textarea {
  -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  appearance: none; /* 標準のスタイルを無効にする */
  border-radius: 0px;
  background-color: #fff;
}
.form input::-webkit-date-and-time-value {
  text-align: left;
}
.form input[type=date],
.form select {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #036ed1;
  color: #036ed1;
  font-size: 18px;
  font-weight: 400;
  height: 56px;
  width: 100%;
  padding: 0 16px;
  font-family: "Noto Sans JP", serif;
  resize: none;
}
@media screen and (max-width: 768px) {
  .form input[type=date],
  .form select {
    font-size: 16px;
    height: 44.8px;
    padding: 8px 12px;
  }
}
.form .note {
  color: #036ed1;
  margin-top: 12px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .form .note {
    margin-top: 10px;
  }
}
.form .text-center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form .text-center {
    text-align: left;
  }
}
.form .ty02 .form__col {
  position: relative;
}
.form .ty02 .form__col:first-child {
  max-width: 209px;
  width: 100%;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .form .ty02 .form__col:first-child {
    width: 100%;
    margin-top: 0;
  }
}
.form .ty02 .form__col:last-child {
  max-width: 648px;
  width: 100%;
  line-height: 1.69;
}
.form .ty02 .form__col:last-child .wpcf7-form-control-wrap {
  display: block;
  width: calc((100% - 18px) / 2);
}
@media screen and (max-width: 768px) {
  .form .ty02 .form__col:last-child .wpcf7-form-control-wrap {
    width: calc((100% - 8px) / 2);
  }
}
.form .ty02 .form__col:last-child .form__field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .form .ty02 .form__col:last-child .form__field {
    gap: 8px;
  }
}
.form .ty02 .form__col:last-child .form__field.w-100 span {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form .ty02 .form__col:last-child .form__field.sp-w-100 span {
    width: 100%;
  }
}
.form .ty02 .form__col:last-child .form__field.w-sex .wpcf7-form-control-wrap {
  width: 100%;
}
.form .ty02 .form__col:last-child .form__field.w-sex .wpcf7-form-control-wrap .wpcf7-list-item {
  width: calc((100% - 18px) / 2);
}
.form .ty02 .form__col:last-child .form__field.w-sex .wpcf7-form-control-wrap .radio-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form .ty02 .form__col:last-child .form__field.w-sex .wpcf7-form-control-wrap .radio-label {
    gap: 8px;
  }
}
.form .ty02 .form__col:last-child .form__field.w-sex .wpcf7-form-control-wrap .radio-label label span {
  padding-left: 36px;
  color: #b2b2b2;
  border: 1px solid #b2b2b2;
}
.form .ty02 .form__col:last-child .form__field.w-sex .wpcf7-form-control-wrap .radio-label label span::after {
  content: none;
}
.form .ty02 .form__col:last-child .form__field.w-sex .wpcf7-form-control-wrap .radio-label label span::before {
  content: "◎";
  font-size: 18px;
  color: #b2b2b2;
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 16px;
}
@media screen and (max-width: 768px) {
  .form .ty02 .form__col:last-child .form__field.w-sex .wpcf7-form-control-wrap .radio-label label span::before {
    font-size: 16px;
  }
}
.form .ty02 .form__col:last-child .form__field.w-sex .wpcf7-form-control-wrap .radio-label input[type=radio]:checked + span {
  color: #036ed1;
  background-color: #fff;
}
.form .ty02 .form__col:last-child .form__field.w-sex .wpcf7-form-control-wrap .radio-label input[type=radio]:checked + span::before {
  color: #036ed1;
  content: "◉";
}
.form .ty02 .form__col:last-child .form__field.w-birth .birth-select {
  width: calc((100% - 36px) / 3);
  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;
}
@media screen and (max-width: 768px) {
  .form .ty02 .form__col:last-child .form__field.w-birth .birth-select {
    width: calc((100% - 16px) / 3);
    gap: 5px;
  }
}
.form .ty02 .form__col:last-child .form__field.w-birth .birth-select span {
  width: calc(100% - 36px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .form .ty02 .form__col:last-child .form__field.w-birth .birth-select span {
    width: calc(100% - 8px);
  }
}
.form .ty02 .form__col:last-child .form__field.w-birth .birth-select .text {
  color: #b2b2b2;
  width: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .form .ty02 .form__col:last-child .form__field.w-birth .birth-select .text {
    font-size: 16px;
  }
}
.form .ty02 .form__col:last-child .form__field.w-birth .birth-select .wpcf7-form-control-wrap {
  position: relative;
}
.form .ty02 .form__col:last-child .form__field.w-birth .birth-select .wpcf7-form-control-wrap::after {
  content: "▼";
  font-size: 18px;
  color: #b2b2b2;
  position: absolute;
  position: absolute;
  top: 12px;
  right: 16px;
}
@media screen and (max-width: 768px) {
  .form .ty02 .form__col:last-child .form__field.w-birth .birth-select .wpcf7-form-control-wrap::after {
    font-size: 14.4px;
    right: 6px;
    top: 10px;
  }
}
.form .ty02 .form__col:last-child .form__field.w-birth .birth-select .wpcf7-form-control-wrap select {
  color: #b2b2b2;
  border: 1px solid #b2b2b2;
}
.form .ty02 .form__col:last-child .form__field.w-birth .birth-select .wpcf7-form-control-wrap select option {
  color: #b2b2b2;
}
.form .ty02 .form__field-name label {
  font-size: 18px;
  color: #036ed1;
}
@media screen and (max-width: 768px) {
  .form .ty02 .form__field-name label {
    font-size: 16px;
  }
}
.form .ty01 .form__col {
  position: relative;
}
.form .ty01 .form__col:first-child {
  background-color: #64b6ea;
}
@media screen and (max-width: 768px) {
  .form .ty01 .form__col:first-child {
    width: 100%;
  }
}
.form .ty01 .form__col:last-child {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .form .ty01 .form__col:last-child {
    padding: 30px 35px;
  }
}
.form__field {
  width: 100%;
}
.form__field-name {
  width: 100%;
}
.form .flex-box {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .form .flex-box {
    gap: 20px;
  }
}
.form .hd {
  color: #fff;
  padding: 5px 10px;
}
.form__field-name label,
.form__field-name span {
  color: #fff;
  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: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 10px;
  font-size: 20px;
  line-height: 36px;
}
@media screen and (max-width: 768px) {
  .form__field-name label,
  .form__field-name span {
    font-size: 16px;
  }
}
.form__field-name label mark,
.form__field-name span mark {
  background-color: #ff7400;
  color: #fff;
  font-size: 16px;
  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: 43px;
  height: 22px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .form__field-name label mark,
  .form__field-name span mark {
    font-size: 12.8px;
    width: 34.4px;
    height: 17.6px;
  }
}
.form__field-text {
  color: #3e3a39;
  font-size: 24px !important;
  font-family: "Noto Serif JP", serif;
  font-weight: 600 !important;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form__field-text {
    font-size: 20px !important;
    margin-bottom: 20px;
  }
}
.form__field textarea {
  height: 180px;
  line-height: 1.5em;
}
.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__field-box {
  width: 315px;
}
@media screen and (max-width: 768px) {
  .form__field-box {
    width: 100%;
  }
}
.form__field-box .date {
  position: relative;
}
.form__field-box .date.wpcf7-form-control {
  padding: 10px 16px 10px 65px;
}
@media screen and (max-width: 768px) {
  .form__field-box .date.wpcf7-form-control {
    padding: 8px 12px 8px 52px;
  }
}
.form__field-box .date.wpcf7-form-control::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.form__field-box .date::before {
  content: "";
  display: block;
  background: url(../img/local/ico_date.svg) no-repeat center center/cover;
  width: 29px;
  height: 29px;
  border-style: solid;
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  border: none;
}
@media screen and (max-width: 768px) {
  .form__field-box .date::before {
    width: 23.2px;
    height: 23.2px;
  }
}
.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;
  -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-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .form__agree {
    margin-top: 16px;
    margin-bottom: 24px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .form__agree p {
    margin-bottom: 9px;
  }
}
.form__agree label {
  color: #036ed1;
}
@media screen and (max-width: 768px) {
  .form__agree label {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .form__agree .wpcf7-list-item-label {
    width: calc(100% - 20px);
  }
}
.form input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form input[type=radio] {
  display: none; /* ラジオボタンを非表示にする */
}
.form .radio-label {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 980px;
  margin: 0 auto;
}
.form .radio-label label span {
  background-color: #fff;
  color: #036ed1;
  font-size: 18px;
  width: 100%;
  height: 56px;
  padding: 10px 16px;
  width: 315px;
  border: 1px solid #036ed1; /* ラベルの境界線を実線で指定する */
  position: relative;
}
@media screen and (max-width: 768px) {
  .form .radio-label label span {
    font-size: 16px;
    width: 100%;
    height: 44.8px;
    padding: 8px 12px;
  }
}
.form .radio-label label span::after {
  content: "＞";
  font-size: 18px;
  color: #036ed1;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .form .radio-label label span::after {
    font-size: 16px;
    right: 12.8px;
  }
}
.form .radio-label input[type=radio]:checked + span {
  color: #fff;
  background-color: #036ed1;
}
.form .radio-label input[type=radio]:checked + span::after {
  color: #fff;
}
.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: 30px;
}
@media screen and (max-width: 768px) {
  .form .wpcf7-checkbox,
  .form .wpcf7-radio {
    gap: 20px;
  }
}
.form .wpcf7-checkbox .wpcf7-list-item,
.form .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .form .wpcf7-checkbox .wpcf7-list-item,
  .form .wpcf7-radio .wpcf7-list-item {
    width: 100%;
  }
}
.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;
}
@media screen and (max-width: 768px) {
  .form .wpcf7-checkbox .wpcf7-list-item label,
  .form .wpcf7-radio .wpcf7-list-item label {
    gap: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.form .wpcf7-checkbox .wpcf7-list-item label input,
.form .wpcf7-radio .wpcf7-list-item label input {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 768px) {
  .form .wpcf7-checkbox .wpcf7-list-item label input,
  .form .wpcf7-radio .wpcf7-list-item label input {
    gap: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0;
    margin-top: 6px;
  }
}
.form input[type=checkbox] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #036ed1;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form input[type=checkbox]:checked {
  background-color: #036ed1;
}
.form input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
}
.form button[type=submit] {
  border: none;
  background-color: #036ed1;
  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: 315px;
  width: 100%;
  height: 68px;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .form button[type=submit] {
    font-size: 20px;
    height: 54px;
  }
}
.form .wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: 500;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝ここまで予約ページ＝＝＝＝＝＝＝＝＝＝＝＝ */
.local {
  display: block;
  width: 100%;
}
.local .c-inner {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}
.local .c-inner.m-tm01 {
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .local .c-inner {
    max-width: 590px;
    padding: 0 10px;
  }
}
.local .not-found {
  max-width: 1080px;
  width: 100%;
  margin: 80px auto;
}
.local .w-880 {
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .local .w-880 {
    padding: 0 10px;
    max-width: initial;
  }
}
.local .cmn-inner {
  padding: 0 30px 150px;
}
@media screen and (max-width: 768px) {
  .local .cmn-inner {
    padding: 0;
  }
  .local .cmn-inner.is-sp-p25 {
    padding: 0 25px;
  }
  .local .cmn-inner.is-sp-p35 {
    padding: 0 25px;
  }
}
.local__content {
  display: block;
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
}
.local__content section {
  padding-top: 1px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .local__content section {
    font-size: 14px;
    padding-bottom: 80px;
  }
}
.local__content section.is_purple {
  background: #f8f9fa;
}
.local__content section.is_purple .local__howToList ul li {
  background-color: #fff;
}
.local__content section.is_purple .local__qaList ul li {
  background-color: #fff;
}
.local__content section.is_bg_color:nth-child(odd) {
  background: #eeeef6;
}
.local__content section.is_bg_color:nth-child(odd) .local__howToList ul li {
  background-color: #fff;
}
.local__content section.is_bg_color:nth-child(odd) .local__qaList ul li {
  background-color: #fff;
}
.local__content section.is_bg_color:nth-child(even) .local__howToList ul li {
  background-color: #eeeef6;
}
.local__content section.is_bg_color:nth-child(even) .local__qaList ul li {
  background-color: #eeeef6;
}
.local__content section.is_padding {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .local__content section.is_padding {
    padding-top: 60px;
  }
}
.local__content .box {
  width: 100%;
  padding: 1px 30px 60px;
}
.local__content .box.is-bg-wht {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .local__content .box {
    padding: 1px 30px 40px;
  }
  .local__content .box.is-sp-mb80 {
    margin-bottom: 80px;
  }
}
.local__content h2 {
  color: #182437;
  display: block;
  width: 100%;
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  letter-spacing: 0.18em;
  font-weight: 600;
  text-align: center;
  margin: 80px 0 60px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .local__content h2 {
    font-size: 24px;
    margin: 60px 0 40px;
  }
}
.local__content h2.is-bl {
  color: #4488bd;
}
.local__content h3, .local__content h4 {
  color: #4488bd;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 60px 0 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .local__content h3, .local__content h4 {
    font-size: 20px;
    margin: 40px 0 20px;
  }
}
.local__content h3.is_margin, .local__content h4.is_margin {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .local__content h3.is_margin, .local__content h4.is_margin {
    margin-top: 20px;
  }
}
.local__content h5,
.local__content h6 {
  color: #64b6ea;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: normal;
  margin: 20px 0;
}
.local__content p {
  color: #646a6f;
  line-height: 2em;
}
.local__content .lead {
  color: #646a6f;
  font-weight: 700;
  max-width: 650px;
  margin: 0 auto;
}
.local__content .lead.is-mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .local__content .lead.is-mb60 {
    margin-bottom: 40px;
  }
}
.local__content .lead.is-mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .local__content .lead.is-mb40 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .local__content .lead.is-sp-mb80 {
    margin-bottom: 80px;
  }
}
.local__content .is-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: right;
  margin: 60px auto 0;
  max-width: 650px;
}
.local__content .price {
  color: #5852a1;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: solid 1px #ccc;
}
@media screen and (max-width: 768px) {
  .local__content .price {
    font-size: 18px;
  }
}
.local__content ul.is_checklist li {
  color: #3f3a32;
  font-size: 20px;
  font-weight: 700;
  list-style: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .local__content ul.is_checklist li {
    font-size: 18px;
  }
}
.local__content ul.is_checklist li::before {
  background: url(../img/local/checkbox.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: 28px;
  left: 20px;
  margin: auto;
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 768px) {
  .local__content ul.is_checklist li::before {
    top: 26px;
    bottom: auto;
  }
}
.local__content .checkBox {
  position: relative;
  margin: 60px auto 40px;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local__content .checkBox {
    margin: 40px auto 0;
  }
}
.local__content .checkBox ul {
  display: grid;
  gap: 0;
  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 {
  padding: 20px 12px 20px 48px;
}
.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(61, 176, 234, 0.5);
}
@media screen and (max-width: 768px) {
  .local__content table tr {
    border-top: none;
  }
}
.local__content table tr:not(:last-child) td {
  border-bottom: solid 1px rgba(61, 176, 234, 0.5);
}
.local__content table th {
  background-color: rgba(100, 182, 234, 0.3);
  border: none;
  color: #036ed1;
  font-size: 16px;
  font-weight: 500;
  padding: 20px;
  line-height: 2;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.local__content table th.is_blue {
  background-color: rgba(3, 110, 209, 0.05);
}
.local__content table th:last-child {
  border-right: none;
}
.local__content table th.is_center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .local__content table th {
    font-size: 14px;
    padding: 8px;
  }
}
.local__content table td {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  padding: 20px;
}
.local__content table td:nth-child(n+2).is_center {
  text-align: center;
}
.local__content table td:nth-child(n+2).is_left {
  text-align: left;
}
.local__content table td:nth-child(n+2).is_right {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .local__content table td {
    font-size: 14px;
    padding: 8px;
  }
  .local__content table td.is_price {
    white-space: nowrap;
  }
}
.local__content .imgBox {
  margin: 60px auto 40px;
}
@media screen and (max-width: 768px) {
  .local__content .imgBox {
    margin: 40px auto 60px;
  }
}
.local__content .imgBox.w-80 {
  width: 80%;
}
.local__content .imgBox.w-70 {
  width: 60%;
}
.local__content .imgBox.w1080 {
  max-width: 1080px;
}
.local__content .imgBox.w1080 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local__content .imgBox.w1080 {
    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%;
  }
}
.local__content .imgBox.is-mb0 {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .local__content .imgBox.is-mb0 {
    margin-bottom: 80px;
  }
}
.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;
}
.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 .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 .qaaBox {
  margin-bottom: 30px;
}
.local__content .qaaBox dt {
  background-color: #fc9937;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  text-align: center;
  padding: 7px 50px 7px 7px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
.local__content .qaaBox dt::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #382410 transparent transparent transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.local__content .qaaBox dt.is_open::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.local__content .qaaBox dd {
  background: #fbf5ef;
  display: none;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .local__content .qaaBox {
    margin-bottom: 20px;
  }
  .local__content .qaaBox dt {
    font-size: 16px;
  }
  .local__content .qaaBox dd {
    padding: 20px;
  }
}
.local__content .meritList {
  padding-left: 0;
  background-color: #fff;
  margin-top: 100px;
  padding: 1px 0 60px;
}
@media screen and (max-width: 768px) {
  .local__content .meritList {
    margin-top: 60px;
  }
}
.local__content .meritList.is-mt60 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .local__content .meritList.is-mt60 {
    margin-top: 40px;
  }
}
.local__content .meritList h2 {
  margin-top: 60px;
}
.local__content .meritList ul {
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .local__content .meritList ul {
    padding: 0 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.local__content .meritList li {
  list-style: none;
}
.local__content .meritList__num {
  background: #fff;
  border-radius: 50px;
  border: solid 1px #4488bd;
  color: #4488bd;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 4px 20px;
}
.local__content .flowList {
  padding-left: 0;
}
.local__content .flowList li {
  list-style: none;
  display: grid;
  grid-template-columns: 240px auto;
  gap: 40px;
}
.local__content .flowList li.is_single {
  grid-template-columns: 1fr;
}
@media screen and (max-width: 768px) {
  .local__content .flowList li {
    grid-template-columns: 1fr;
  }
  .local__content .flowList li div img {
    width: 100%;
  }
}
.local__content .flowList li:not(:last-child) {
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .local__content .flowList li:not(:last-child) {
    margin-bottom: 64px;
  }
}
.local__content .flowList li:not(:last-child)::after {
  background: url(../img/local/ico_arrow01.svg) no-repeat center center;
  background-size: 100% auto;
  content: "";
  position: absolute;
  inset: auto 0 -30px 0;
  margin: auto;
  width: 20px;
  height: 16px;
}
@media screen and (max-width: 768px) {
  .local__content .flowList li:not(:last-child)::after {
    inset: auto 0 -20px 0;
  }
}
.local__content .flowList__num {
  color: #5fa5c9;
  font-family: "Cardo", serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.local__content .menuTop {
  padding: 0 30px;
  margin-top: 40px;
  margin-bottom: 170px;
}
@media screen and (max-width: 768px) {
  .local__content .menuTop {
    margin-bottom: 80px;
    padding: 0;
  }
}
.local__content .menuTop .cmn-inner {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .local__content .menuTop .cmn-inner {
    padding: 80px 35px 45px;
  }
}
.local__content .menuList {
  margin-bottom: 150px;
}
.local__content .menuList .cmn-inner {
  padding: 0;
}
.local__content .menuList.is-bg-lbl {
  background-color: #f0f8ff;
  padding: 100px 30px 160px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .local__content .menuList.is-bg-lbl {
    padding: 40px 35px 80px;
    background-color: transparent;
  }
  .local__content .menuList.is-bg-lbl .cmn-inner {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .local__content .menuList {
    margin-bottom: 80px;
  }
  .local__content .menuList .cmn-inner {
    padding: 0 35px;
  }
  .local__content .menuList.is-sp-pt0 {
    padding-top: 0;
  }
}
.local__content .regen {
  padding: 80px 30px 100px;
}
@media screen and (max-width: 768px) {
  .local__content .regen {
    padding: 0 35px 80px;
    overflow: hidden;
  }
}
.local__content .regen .cmn-inner {
  padding: 0;
}
.local__content .regen-content-list {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .local .is-sp-mb80 {
    margin-bottom: 80px;
  }
}

.breadcrumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 10px;
  max-width: 1080px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 20px 25px;
  }
}
.breadcrumb__list {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px 0;
}
.breadcrumb__list__item {
  color: #646A6F;
  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-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.breadcrumb__list__item a {
  color: #646A6F;
}
.breadcrumb__list__item + li::before {
  content: "/";
  display: block;
  margin: 0 10px;
}
.breadcrumb__list__item:last-child {
  font-weight: 700;
}/*# sourceMappingURL=style.css.map */