/*-------post------*/
.in-post-title {
  font-size: var(--b-fs);
  font-weight: var(--b-fw);
}
.top-post-bg {
  padding-top: max(var(--px-60), 30px);
  padding-bottom: max(var(--px-60), 30px);
  padding-inline: max(var(--px-40), 20px);
}
.top-post-wrap article {
  display: flex;
  align-items: baseline;
  gap:20px;
  margin-bottom: max(var(--px-40), 20px);
}
.top-post-wrap article:last-child {
  margin-bottom: 0;
}
.top-post-wrap time {
  line-height: 1.2;
}
.top-post-wrap h2 {
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.breadcrumb {
  background: var(--brown);
  padding-inline: 5.55%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: clamp(50px, var(--px-100), 100px);
}
.breadcrumb li::after {
  content: ">";
  margin: 0 1em;
  display: inline-block;
}
.breadcrumb li:last-child::after {
  content: none;
}
.breadcrumb li a,
.breadcrumb li {
  color: #fff;
}
/*--------table------*/
/*-------table------*/
.schedule-table {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 10px;
  border-collapse: collapse;
  font-size: max(var(--px-18), 1.8rem);
}
.schedule-table thead th {
  background: var(--brown);
  color: #fff;
  padding-top: max(var(--px-10), 5px);
  padding-bottom: max(var(--px-10), 5px);
  padding-right: max(var(--px-10), 5px);
  padding-left: max(var(--px-10), 5px);
  font-weight: 600;
}
.schedule-table thead tr th:first-child {
  text-align: left;
  padding-left: max(var(--px-16), 16px);
}
.schedule-table tbody th,
.schedule-table tbody td {
  background: #fff;
  padding-top: max(var(--px-10), 5px);
  padding-bottom: max(var(--px-10), 5px);
  padding-right: max(var(--px-10), 5px);
  padding-left: max(var(--px-10), 5px);
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.schedule-table tbody th {
  text-align: left;
  font-weight: 600;
  padding-left: max(var(--px-16), 16px);
}
.is-ok::before {
  content: "";
  background: var(--yellow);
  display: inline-block;
  width: max(var(--px-25), 18px);
  aspect-ratio: 1 / 1;
  clip-path: circle(50% at 50% 50%);
  -webkit-clip-path: circle(50% at 50% 50%);
}
.style-table-pt1 thead th:first-child {
  width: 30%;
  text-align: left;
}
.style-table-pt1 thead th {
  font-size: max(var(--px-18), 1.8rem);
  line-height: 1.6;
  letter-spacing: 0.07em;
  font-weight: 500;
  text-align: center;
  width: 10%;
  padding-bottom: 15px;
  font-family: var(--noto);
  font-weight: 400;
}
.style-table-pt1 thead {
  border-bottom: 1px solid var(--b-color);
}
.style-table-pt1 tbody tr td {
  border-bottom: 1px solid var(--b-color);
}
.style-table-pt1 tbody tr td:not(.lora) {
  text-align: center;
}
.style-table-pt1 tbody .lora {
  font-size: max(var(--px-18), 1.8rem);
  letter-spacing: 0;
  padding: 15px 0;
  font-family: var(--noto);
  font-weight: 500;
}
.style-table-pt1 td:not(.holiday) span {
  background: var(--b-color);
  display: block;
  width: max(var(--px-25), 20px);
  height: max(var(--px-25), 20px);
  border-radius: 50px;
  margin: 0 auto;
}
.style-table-pt1 .holiday span {
  width: 25px;
  height: 2.15px;
  background: var(--b-color);
  display: inline-block;
  transform: rotate(-45deg);
  transform-origin: 15%;
}
.style-table-pt1 span {
  width: 30px;
  height: 1px;
  background: var(--b-color);
}
.style-table-pt2 thead th:first-child {
  width: 30%;
  padding-left: 18px;
  text-align: left;
}
.style-table-pt2 thead th {
  font-size: max(var(--px-18), 1.8rem);
  line-height: 1.6;
  letter-spacing: 0.07em;
  font-weight: 500;
  text-align: center;
  width: 10%;
  padding-bottom: 10px;
  font-family: var(--noto);
  font-weight: 400;
}
.style-table-pt2 thead {
  border-bottom: 1px solid var(--b-color);
}
.style-table-pt2 tbody tr td {
  border-bottom: 1px solid var(--b-color);
}
.style-table-pt2 tbody tr td:not(.lora) {
  text-align: center;
}
.style-table-pt2 tbody .lora {
  font-size: max(var(--px-18), 1.8rem);
  letter-spacing: 0;
  padding: 15px 0 15px 18px;
  font-family: var(--noto);
  font-weight: 500;
}
.style-table-pt2 td:not(.holiday) span {
  background: var(--blue);
  display: block;
  width: max(var(--px-25), 20px);
  height: max(var(--px-25), 20px);
  border-radius: 50px;
  margin: 0 auto;
}
.style-table-pt2 .holiday span {
  width: 25px;
  height: 2.15px;
  background: var(--blue);
  display: inline-block;
  transform: rotate(-45deg);
  transform-origin: 15%;
}
.style-table-pt3 {
  margin: 0;
}
.style-table-pt3 .row {
  display: flex;
  gap: var(--px-40), 20px;
}

.style-table-pt3 dt {
  width: max(var(--px-240), 240px);
  padding: 20px 0;
  border-bottom: 1px solid var(--b-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.style-table-pt3 dd {
  padding: 20px 0 20px 40px;
  flex: 1;
  border-bottom: 1px solid var(--b-color);
}
/*-------hd------*/
.hd-group {
  display: flex;
  position: fixed;
  z-index: 701;
  top: 0;
  right: 0;
}
.hd-group-icon-inner a:first-child {
  margin-right: 10px;
}
.hd-group-icon-inner {
  margin-right: 10px;
}
.hd-group .btn1 .fs14 {
  font-size: max(var(--px-14), 1.2rem);
}
.hd-group .btn1 .fs18 {
  font-size: max(var(--px-18), 1.4rem);
}
.hd-group .btn1 .fs15 {
  font-size: max(var(--px-15), 1.2rem);
}
.hd-group .btn1 .fs24 {
  font-size: max(var(--px-24), 1.4rem);
}
.hd-group .btn1 {
  padding: 0 max(var(--px-30), 5px);
  font-size: var(--px-24);
  display: flex;
  flex-direction: column;
}
.hd-icon img {
  height: clamp(50px, var(--px-70), 80px);
}
.hd-group .btn1.st2 {
  padding: 0 max(var(--px-20), 5px);
  flex-direction: row;
}
.hd-logo-box {
  max-width: max(var(--px-320), 170px);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #faf5ed;
  padding: clamp(15px, var(--px-20), 20px);
  z-index: 5;
}
.btn1.st2::before {
  content: "";
  background: url(../../../uploads/2026/04/pin-icon.webp) no-repeat;
  background-size: contain;
  background-position: center;
  width: 15px;
  height: 25px;
  display: inline-block;
  margin-right: 10px;
}
.cs-main-menu li {
  font-size: max(var(--px-18), 1.8rem);
  line-height: 1.2;
  margin-bottom: 20px;
}
.cs-main-menu li:last-child {
  margin-bottom: 0;
}
.main-menu-nav {
  width: 100%;
  padding-inline: max(var(--px-120), 40px);
}
.main-menu {
  width: 100%;
}
.main-menu li {
  margin-bottom: clamp(10px, var(--px-15), 15px);
}
.main-menu li a {
  font-size: max(var(--px-18), 1.6rem);
  line-height: 1.2;
}
.main-menu li:last-child {
  margin-bottom: 0;
}
.main-menu .sub-menu li {
  margin-bottom: 10px;
}
.main-menu .sub-menu li:last-child {
  margin-bottom: 0px;
}
.arrow-list li {
  position: relative;
}
.arrow-list li a {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.arrow-list li a::after {
  content: "";
  background: url(../../../uploads/2026/04/arrow-icon.webp) no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 4px;
  display: inline-block;
  position: absolute;
  right: 0;
}
.arrow-list .sub-menu li a::after {
  content: none;
}
.arrow-list .menu-item-has-children {
  display: block;
}
.arrow-list .menu-item-has-children a {
  margin-bottom: clamp(10px, var(--px-15), 15px);
}
.main-menu .sub-menu {
  background: var(--yellow);
  width: 90%;
  margin-left: auto;
  padding: 10px;
}
.main-menu .sub-menu a {
  font-size: max(var(--px-16), 1.4rem);
}
.arrow-list .menu-item-has-children .sub-menu li:last-child a {
  margin-bottom: 0;
}
.arrow-list .menu-item-has-children .sub-menu li a {
  margin-bottom: 0;
}
/*-------ft-----*/
.ft-info .inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.ft-logo-box {
  max-width: max(var(--px-360), 235px);
  width: 100%;
  background: #eeebe4;
  border: 1px solid #635850;
  padding: 20px 40px;
  display: block;
}
.ft-info-snsbox {
  padding: 15px 0;
  display: grid;
  align-items: center;
  grid-template-columns: 41% 59%;
  margin-top: 20px;
}
.ft-info-snsbox-link {
  text-align: center;
}
.h50-img {
  height: max(var(--px-50), 30px);
  width: auto;
}
.h30-img {
  height: max(var(--px-30), 20px);
  width: auto;
}
.r-bd::after {
  content: "";
  width: 1px;
  height: max(var(--px-45), 45px);
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: var(--b-color);
}
.g-box {
  height: max(var(--px-480), 400px);
}
.footerwrap {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.copyright-container {
  background: #fff;
  padding: 30px;
  padding-bottom: 30px;
  font-family: "Shippori Mincho", serif;
}
.ft-main-menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px max(var(--px-60), 20px);
}
.ft-main-menu li {
  font-size: max(var(--px-18), 1.4rem);
}
.ft-main-menu.st2 li {
  font-size: max(var(--px-16), 1.4rem);
}
.ft-tit {
  font-size: max(var(--px-32), 2rem);
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 3px solid #635850;
}
.ft-info .fs15 {
  font-size: max(var(--px-15), 1.2rem);
}
.ft-info .fs18 {
  font-size: max(var(--px-18), 1.4rem);
}
.ft-info .fs24 {
  font-size: max(var(--px-24), 1.6rem);
}
.ft-info .info-map-link {
  margin-bottom: 20px;
}
.ft-info .table-desc {
  margin-bottom: 0;
}
.ft-link-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.ft-link-sec .inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
/*-------btn------*/
.btn1 {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  padding: 20px 30px;
  position: relative;
  font-size: max(var(--px-24), 2rem);
  transition: 0.3s ease-in-out;
}
.pin-icon::before {
  content: "";
  background: url(../../../uploads/2026/04/pin-icon.webp) no-repeat;
  background-size: contain;
  background-position: center;
  width: 15px;
  height: 25px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 10px;
}
.pc-icon::before {
  content: "";
  background: url(../../../uploads/2026/04/pc-icon.webp) no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}
.phone-icon::before {
  content: "";
  background: url(../../../uploads/2026/04/phone-icon.webp) no-repeat;
  background-size: contain;
  background-position: center;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 10px;
}
.btn1.st2 {
  justify-content: flex-start;
  padding: 20px 20px;
}
.btn1.st2::after {
  content: none;
}
.btn1.fs18 {
  font-size: max(var(--px-18), 1.8rem);
}
.btn1.fs14 {
  font-size: max(var(--px-14), 1.4rem);
}
.btn1 .btn-txt {
  display: inline-block;
  margin-right: 10px;
}
.btn1::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fff;
  display: inline-block;
  bottom: 3px;
  right: 3px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  transition: 0.3s ease-in-out;
}
.btn1.bexlbrown::after,
.btn1.bwhite::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #f9d47b;
  display: inline-block;
  bottom: 3px;
  right: 3px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  transition: 0.3s ease-in-out;
}
.btn1:hover {
  background: #fff !important;
  color: #537486 !important;
  opacity: 1;
}
.btn1:hover::after {
  background: var(--brown);
}
.btn2 {
  max-width: max(var(--px-320), 240px);
  width: 100%;
  font-size: max(var(--px-18), 1.6rem);
  line-height: 1.6;
  padding: max(var(--px-20), 15px) 0 max(var(--px-20), 15px)
    max(var(--px-110), 80px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--px-30);
}
.btn2::after {
  content: "";
  display: inline-block;
  width: max(var(--px-52), 52px);
  height: 1px;
  background: var(--b-color);
}
.btn2:hover {
  background: #fff;
  opacity: 1;
}
.btn3.bwhite::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #f9d47b;
  display: inline-block;
  bottom: 3px;
  right: 3px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  transition: 0.3s ease-in-out;
}
/*-------tit------*/
.tit1 {
  font-size: max(var(--px-48), 3.2rem);
}
.tit2 {
  font-size: max(var(--px-64), 2.4rem);
  letter-spacing: 0.2em;
  background: #fff;
  box-shadow: 7px 7px 0px #ebc03f;
  padding: 15px 60px;
  width: fit-content;
}
.tit3 {
  font-size: max(var(--px-96), 4.8rem);
}
.tit4 {
  font-size: max(var(--px-64), 4.8rem);
}
.tit5 {
  font-size: max(var(--px-64), 4rem);
}
.tit6 {
  font-size: max(var(--px-96), 4.8rem);
  color: var(--brown);
}
.sub-co-tit.bbrown {
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 1.6;
}
.sub-co-tit.bbrown:before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: #fff;
  position: absolute;
  top: 10px;
  left: 0;
}
.sub-co-tit.bbrown:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: #fff;
  position: absolute;
  bottom: 10px;
  left: 0;
}
.sub-co-tit.btra {
  text-align: center;
  position: relative;
  font-size: max(var(--px-24), 1.8rem);
  color: #724526;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 500;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sub-co-tit.btra:before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #724526;
  position: absolute;
  top: 0px;
  left: 0;
}
.sub-co-tit.btra:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #724526;
  position: absolute;
  bottom: 0px;
  left: 0;
}
/*-------font------*/
.font16 {
  font-size: max(var(--px-16), 1.6rem);
}
.font24 {
  font-size: max(var(--px-24), 2.4rem);
}
.font1815 {
  font-size: max(var(--px-18), 1.5rem);
}
.font2016 {
  font-size: max(var(--px-20), 1.6rem);
}
.font9664 {
  font-size: max(var(--px-96), 6.4rem);
}
.font4824 {
  font-size: max(var(--px-48), 2.4rem);
}
.font4024 {
  font-size: max(var(--px-40), 2.4rem);
}
.font4020 {
  font-size: max(var(--px-40), 2rem);
}
.font3220 {
  font-size: max(var(--px-32), 2rem);
}
.font3218 {
  font-size: max(var(--px-32), 1.8rem);
}
.font3618 {
  font-size: max(var(--px-36), 1.8rem);
}
.font2420 {
  font-size: max(var(--px-24), 2rem);
}
.font2820 {
  font-size: max(var(--px-28), 2rem);
}
.font2418 {
  font-size: max(var(--px-24), 1.8rem);
}
/*-------mv------*/
.mv {
  position: relative;
}
.fv-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
.fv-video-wrap {
  position: relative;
}
.fv-video-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.icon-circle_yellow {
  background: url(../../../uploads/2026/04/circle-icon-yellow.webp) no-repeat;
  background-size: contain;
  background-position: center center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-circle_brown {
  background: url(../../../uploads/2026/04/circle-icon-brown.webp) no-repeat;
  background-size: contain;
  background-position: center center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-circle_lbrown {
  background: url(../../../uploads/2026/04/circle-icon-lbrown.webp) no-repeat;
  background-size: contain;
  background-position: center center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mvicon {
  max-width: max(var(--px-200), 160px);
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: max(var(--px-32), 25px);
}
.mvicon .font-s {
  font-size: max(var(--px-24), 19px);
}
.mvicon-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 6;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  gap: max(var(--px-20), 15px);
  padding-inline: max(var(--px-40), 20px);
  padding-bottom: var(--px-20);
}
/*-------sec1------*/
.info-sec .inner {
  background: #f3f3f3;
  padding-top: 60px;
  padding-bottom: 80px;
}
.info-sec .wrap {
  gap: max(var(--px-80), 20px);
}
.info-sec .tit1 {
  margin-bottom: clamp(10px, var(--px-30), 30px);
}
.top-post-wrap-box {
  padding: 40px;
  background: #fff;
}
.top-post-wrap {
  height: max(var(--px-359), 359px);
  overflow-y: auto;
}
.top-post-wrap::-webkit-scrollbar {
  width: 3px;
}
.top-post-wrap::-webkit-scrollbar-track {
  background: #f3f3f3;
}
.top-post-wrap::-webkit-scrollbar-thumb {
  background: #635850;
}
.top-post-wrap::-webkit-scrollbar-thumb:hover {
  background: #635850;
}
.top-post-wrap article {
  margin-bottom: 60px;
}
.top-post-wrap .post-meta {
  margin-bottom: 20px;
}
.top-post-wrap .post-thumb {
  margin-bottom: 30px;
}
.top-post-wrap .post-thumb img {
  max-width: max(var(--px-245), 245px);
  width: 100%;
  height: max(var(--px-175), 175px);
  object-fit: cover;
}
.table-desc {
  margin-bottom: clamp(20px, var(--px-40), 40px);
}
.table-desc-tit {
  font-size: max(var(--px-16), 1.4rem);
  background: var(--yellow);
  border-radius: 34px;
  padding-inline: 10px;
  max-width: max(var(--px-93), 77px);
  width: 100%;
  text-align: center;
  letter-spacing: 0;
}
.info-map-link {
  margin-bottom: clamp(20px, var(--px-40), 40px);
}
.table-desc-co {
  font-size: max(var(--px-16), 1.4rem);
}
.info-point-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-point-box .icon-point {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  height: max(var(--px-160), 110px);
}
/*-------sec2------*/
.greeting-wrap {
  height: clamp(400px, var(--px-528), 800px);
  background: url(../../../uploads/2026/04/top-greeting-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
.greeting-tit-wrap {
  position: absolute;
  top: 70px;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, 0);
}
.greeting-tit {
  font-size: max(var(--px-48), 3.2rem);
}
.greeting-tit em {
  display: inline-block;
  padding: 10px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  background: #fff;
  letter-spacing: 0.4em;
  box-shadow: 7px 8px 0px var(--lbrown);
}
.greeting-desc-box {
  justify-content: flex-end;
  gap: max(var(--px-80), 30px);
  padding-bottom: 80px;
  padding-inline: 5.55%;
}
.greeting-desc-box .txt-box {
  max-width: max(var(--px-599), 300px);
  width: 100%;
  padding-top: 60px;
}
.greeting-desc-tit {
  font-size: max(var(--px-36), 1.8rem);
  margin-bottom: 30px;
  line-height: 1.6;
}
.greeting-desc-tit::first-letter {
  color: var(--brown);
}
.greeting-desc-box .img-box {
  max-width: max(var(--px-400), 275px);
  width: 100%;
  margin-top: -124px;
  position: relative;
  z-index: 1;
}
.greeting-dr-tit {
  border-bottom: 2px solid #333333;
  margin-top: 20px;
}
.greeting-dr-tit .s-txt {
  font-size: max(var(--px-24), 2rem);
  line-height: 1.6;
}
.greeting-dr-tit .l-txt {
  font-size: max(var(--px-36), 3rem);
  line-height: 2;
}
/*-------sec3------*/
.reason-sec {
  overflow: hidden;
  background-color: #e4daca;
  background-image:
    linear-gradient(194deg, #eeebe4 0%, #eeebe4 30%, transparent 30%),
    linear-gradient(180deg, transparent 60%, #eeebe4 60%, #eeebe4 100%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.reason-sec-inner1 {
  padding-bottom: 60px;
}
.reason-sec-inner1 .cs-wrap {
  z-index: 1;
}
.reason-sec-inner1 .wrap {
  padding-left: max(var(--px-360), 192px);
}
.top-as-box {
  position: absolute;
  top: 0;
  left: max(var(--px-50), 20px);
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
}
.top-as-box p,
.top-as-box h2 {
  writing-mode: tb;
  white-space: nowrap;
}
.top-as-desc {
  font-size: max(var(--px-32), 2rem);
  letter-spacing: 0;
}
.top-as-tit {
  color: #e5ddd5;
  font-size: max(var(--px-128), 6.4rem);
  letter-spacing: 20%;
}
.top-as-tit span:first-child {
  color: var(--brown);
}
.top-as-subtit {
  position: absolute;
  bottom: 100px;
  right: 0;
  font-size: max(var(--px-32), 2.4rem);
}
.top-as-subtit em {
  font-size: max(var(--px-96), 4.8rem);
  writing-mode: horizontal-tb;
  line-height: 1.2;
}

.reason-sec-inner2-txt-box {
  padding-right: max(var(--px-80), 20px);
  padding-top: 20px;
}
.reason-sec-inner2-txt-box h3 {
  margin-bottom: clamp(20px, var(--px-40), 40px);
}
.reason-sec-inner3-tit {
  font-size: max(var(--px-28), 18px);
  margin-bottom: 10px;
}
.reason-sec-inner3-tit .mtxt {
  font-size: max(var(--px-24), 16px);
}
.reason-sec-inner3-tit .stxt {
  font-size: max(var(--px-20), 16px);
}
.reason-sec-inner3-box {
  padding: max(var(--px-20), 20px);
  min-height: clamp(620px, var(--px-748), 1000px);
}
.reason-sec-inner3-box.st1 {
  background: #f3f3f3;
}
.reason-sec-inner3-box.st2 {
  background: #f3e8cf;
  margin-top: 40px;
}
.reason-sec-inner3-box.st3 {
  background: #f3f3f3;
  margin-top: 80px;
}
.reason-sec-inner1 .reason-num {
  position: absolute;
  bottom: 0;
  right: max(var(--px-80), 20px);
  color: rgba(221, 202, 172, 0.5);
  font-size: max(var(--px-128), 64px);
  z-index: -1;
}
.reason-sec-inner2 .reason-num {
  position: absolute;
  bottom: 20px;
  right: max(var(--px-80), 20px);
  color: rgba(255, 249, 229, 0.5);
  font-size: max(var(--px-128), 64px);
  z-index: -1;
}
.reason-sec-inner3-box .reason-num {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
  font-size: max(var(--px-64), 40px);
  z-index: -1;
}
.reason-sec-inner4 .reason-num {
  position: absolute;
  top: 0;
  left: -40px;
  transform: translateX(-100%);
  color: rgba(221, 202, 172, 0.5);
  font-size: max(var(--px-128), 64px);
  z-index: -1;
}
.reason-num {
  line-height: 1;
  letter-spacing: 0;
}
.reason-sec-inner4 .cycle-box {
  margin-top: -152px;
  position: relative;
  z-index: 1;
}
.reason-sec {
  padding-bottom: 80px;
}
.reason-sec-inner2 {
  padding-bottom: 60px;
}
.reason-sec-inner3 {
  padding-bottom: 60px;
}
/*-------sec4------*/
.medical-sec1 .inner {
  padding-top: 60px;
}
.medical-sec1-tit {
  font-size: max(var(--px-40), 24px);
  line-height: 1.2;
  padding: 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.medical-sec1-tit.st2 {
  padding: 10px 0;
  font-size: max(var(--px-32), 24px);
}
.medical-sec1-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 40px;
  height: clamp(300px, var(--px-360), 500px);
  padding-inline: 30px;
}
.medical-sec1-box::after {
  content: "";
  background: var(--yellow);
  display: inline-block;
  width: clamp(30px, var(--px-60), 60px);
  aspect-ratio: 1 / 1;
  position: absolute;
  bottom: 10px;
  right: 10px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.medical-sec1-box.st1 {
  background: url(../../../uploads/2026/04/top-medical-img1.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.medical-sec1-box.st2 {
  background: url(../../../uploads/2026/04/top-medical-img2.jpg) no-repeat;
  background-size: cover;
}
.medical-sec1-box.st3 {
  background: url(../../../uploads/2026/04/top-medical-img3.jpg) no-repeat;
  background-size: cover;
}
.medical-sec1-asbox.st2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: max(var(--px-40), 20px);
}
/*-------sec7------*/
.medical-sec2 .inner {
  padding-top: 60px;
  padding-bottom: 60px;
  background-size: cover;
}
.link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 26px;
}
.link-list li {
  background: #eeede9;
  box-shadow: 4px 4px 20px #84848440;
  border: 1px solid #fff;
  position: relative;
  transition: 0.2s ease-in-out;
  width: calc((100% - 26px * 3) / 4);
}
.link-list li:hover {
  transform: rotate(5deg);
}
.link-list li::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: var(--yellow);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.link-list li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 40px 0;
}
.link-list li em {
  font-size: max(var(--px-20), 1.6rem);
  line-height: 1.2;
}
.link-list li a::before {
  content: "";
  display: block;
  width: max(var(--px-100), 53px);
  height: max(var(--px-100), 53px);
}
.link-list-icon1::before {
  background: url(../../../uploads/2026/04/top-link1.webp) no-repeat;
  background-size: contain;
  background-position: center center;
}
.link-list-icon2::before {
  background: url(../../../uploads/2026/04/top-link2.webp) no-repeat;
  background-size: contain;
  background-position: center center;
}
.link-list-icon3::before {
  background: url(../../../uploads/2026/04/top-link3.webp) no-repeat;
  background-size: contain;
  background-position: center center;
}
.link-list-icon4::before {
  background: url(../../../uploads/2026/04/top-link4.webp) no-repeat;
  background-size: contain;
  background-position: center center;
}
.link-list-icon5::before {
  background: url(../../../uploads/2026/04/top-link5.webp) no-repeat;
  background-size: contain;
  background-position: center center;
}
.link-list-icon6::before {
  background: url(../../../uploads/2026/04/top-link6.webp) no-repeat;
  background-size: contain;
  background-position: center center;
}
.link-list-icon7::before {
  background: url(../../../uploads/2026/04/top-link7.webp) no-repeat;
  background-size: contain;
  background-position: center center;
}
/*-------sec6------*/
.recruit-sec .inner {
  padding-top: 80px;
  padding-bottom: 80px;
}
.recruit-wrap {
  box-shadow: 0px 0px 60px #8c7d694d;
}
.recruit-sec-tit {
  font-size: max(var(--px-64), 32px);
  font-weight: 400;
}
.recruit-sec-tit-ja {
  font-size: max(var(--px-24), 20px);
  line-height: 1.2;
  margin-bottom: clamp(30px, var(--px-50), 50px);
}
.recruit-sec-desc {
  margin-bottom: clamp(30px, var(--px-75), 75px);
}
.recruit-sec {
  padding-bottom: 120px;
}
.recruit-wrap {
  background: #a99376;
}
.recruit-sec .txt-area {
  max-width: max(var(--px-520), 520px);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recruit-sec .img-box {
  position: relative;
  z-index: 1;
  max-width: max(var(--px-338), 215px);
  width: 100%;
}
.recruit-sec .img-box.right img {
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.recruit-sec .img-box.left img {
  height: 100%;
  object-fit: cover;
  object-position: right;
}
.recruit-sec .img-box.right::before {
  content: "";
  width: 25%;
  height: 50%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--yellow);
  background-size: cover;
  background-position: center center;
  z-index: -1;
  clip-path: polygon(100% 100%, 50% 0, 0 100%);
  -webkit-clip-path: polygon(100% 100%, 50% 0, 0 100%);
}
.recruit-sec .img-box.left::before {
  content: "";
  width: 25%;
  height: 50%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: var(--yellow);
  background-size: cover;
  background-position: center center;
  z-index: -1;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
}
/*-------sec7------*/
.youtube-sec .inner {
  padding-bottom: 80px;
}
.youtube-sec-tit {
  font-size: max(var(--px-32), 18px);
  background: #fff;
  text-align: center;
  line-height: 1.6;
  padding: 15px 0;
  box-shadow: 8px 8px 0px #b38b57;
  font-weight: 400;
  margin-bottom: 20px;
}
.youtube-sec .dfl {
  justify-content: space-between;
  gap: 40px;
}
.youtube-box {
  width: calc((100% - 40px) / 2);
}
.youtube-box.st2 {
  max-height: max(var(--px-444), 350px);
}
.youtube-box.st2 img {
  height: 100%;
}
/*-------sec8------*/
.sns-sec .inner {
  padding-bottom: 80px;
  padding-top: 80px;
}
.sns-sec-tit {
  font-size: max(var(--px-48), 3.2rem);
  text-align: center;
  color: var(--yellow);
  border-bottom: 1px solid var(--yellow);
  margin-bottom: 30px;
}
.sns-sec-tit span {
  vertical-align: middle;
}
.top-insta-wrap {
  background: var(--blue);
  height: 100%;
  width: 100%;
}
.top-blog-post-wrap article {
  display: flex;
  gap: max(var(--px-20), 5px);
  padding: 0 0 30px;
  margin-bottom: 30px;
  align-items: center;
  border-bottom: 1px dashed #635850;
}
.top-blog-post-wrap article:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding: 0;
}
.top-blog-post-wrap article .post-thumb {
  max-width: max(var(--px-160), 80px);
  width: 100%;
}
.top-blog-post-wrap article .post-thumb img {
  object-fit: cover;
  height: max(var(--px-160), 80px);
}
.top-blog-post-wrap article .post-meta {
  flex: 1;
}
.top-blog-post-wrap .post-content {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.6;
  max-height: calc(1.6em * 1);
}
/*-------ipad-pro----*/
@media screen and (max-width: 1180px) {
  .sec3 .dfl {
    justify-content: center;
  }
}
/*-------ipad-air----*/
@media screen and (max-width: 820px) {
  .hd-group .btn1 {
    letter-spacing: 0;
  }
  .hd-group .btn1::after {
    width: 10px;
    height: 10px;
  }
  .btn1.st2::before {
    width: 8px;
    height: 10px;
    margin-right: 5px;
  }
  .hd-group .btn1 {
    padding: 0 5px;
  }
  .btn2 {
    padding: 15px 0 15px 70px;
  }
  .info-sec .dfl {
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
  }
  .recruit-sec .dfl {
    align-items: stretch;
  }
  .recruit-sec .dfl .img-box.left img {
    height: 100%;
    object-fit: cover;
    object-position: right;
  }
  .recruit-sec .dfl .img-box.right img {
    height: 100%;
    object-fit: cover;
    object-position: left;
  }
  .recruit-sec .txt-area {
    padding: 35px 0;
  }
}
/*-------iphone----*/
@media screen and (max-width: 680px) {
  .hd-group .btn1.pc-only {
    display: none;
  }
  .mvicon-wrap {
    position: relative;
    bottom: auto;
    top: -10px;
    padding-bottom: 10px;
  }
  .pin-icon {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .schedule-table {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
  .schedule-table tbody th,
  .schedule-table tbody td {
    line-height: 1.2;
  }
  .schedule-table tbody th {
    letter-spacing: 0;
  }
  .is-ok::before {
    font-size: 17px;
  }
  /*sec1*/
  .info-sec .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .top-post-wrap article {
    flex-direction: column;
    gap: 0;
    margin-bottom: 20px;
  }
  .top-post-wrap-box {
    padding: 30px 40px 30px 20px;
  }
  .top-post-wrap .post-meta {
    margin-bottom: 10px;
  }
  .info-point-box .icon-point:first-child {
    transform: translateX(-140%);
  }
  .info-point-box .icon-point:last-child {
    transform: translateX(40%);
  }
  .info-point-box {
    position: relative;
    padding-bottom: 110px;
  }
  .info-point-box .icon-point {
    position: absolute;
    aspect-ratio: 1 / 1;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  /*sec2*/
  .greeting-desc-box {
    flex-direction: column-reverse;
  }
  .greeting-desc-box .img-box {
    margin-top: -37px;
    margin-inline: auto;
  }
  .greeting-desc-box .img-box img {
    height: 275px;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }
  .greeting-dr-tit {
    margin-top: 10px;
  }
  .greeting-desc-box .txt-box {
    padding-top: 10px;
  }
  .greeting-desc-box {
    padding-bottom: 40px;
  }
  /*sec3*/
  .top-as-box {
    position: relative;
    left: auto;
    top: auto;
    flex-direction: column;
  }
  .top-as-box p,
  .top-as-box h2 {
    writing-mode: unset;
    white-space: normal;
    text-align: center;
    line-height: 1.2;
  }
  .top-as-desc {
    line-height: 1.4;
  }
  .top-as-subtit {
    position: relative;
    bottom: auto;
    right: auto;
    margin-bottom: 20px;
  }
  .reason-sec-inner1 {
    padding-bottom: 100px;
  }
  .reason-sec-inner1 .wrap {
    padding-left: 0;
  }
  .reason-sec-inner1 .txt-box {
    padding-inline: 20px;
    justify-content: left;
  }
  .reason-sec-inner1 .font3618 {
    width: 100%;
  }
  .reason-sec-inner1 .reason-num {
    transform: translateY(50%);
  }
  .reason-sec-inner2 {
    padding-inline: 20px;
    padding-bottom: 30px;
  }
  .reason-sec-inner2-txt-box {
    padding: 0 0 74px 0;
  }
  .reason-sec-inner2 .reason-num {
    bottom: 0;
  }
  .reason-sec-inner3 {
    padding-bottom: 30px;
  }
  .reason-sec-inner3-box.st3 {
    margin-top: 0;
  }
  .reason-sec-inner3-box.st2 {
    margin-top: 0;
  }
  .reason-sec-inner3 .ga40 {
    gap: 20px;
  }
  .reason-sec-inner3-box {
    min-height: auto;
  }
  .reason-sec-inner3-box .txt-box {
    padding-bottom: 50px;
  }
  .reason-sec-inner4 .img-box img {
    height: 220px;
    object-fit: cover;
  }
  .reason-sec-inner4 .cycle-box {
    margin-top: -60px;
  }
  .reason-sec-inner4 .ma30 {
    margin-bottom: 20px;
  }
  .reason-sec-inner4 .reason-num {
    left: auto;
    right: 20px;
    bottom: 0;
    transform: none;
    display: inline-block;
    top: auto;
    z-index: 1;
  }
  .reason-sec-inner4 .txt-box {
    padding-bottom: 40px;
  }
  .reason-sec {
    background-color: #e4daca;
    background-image:
      linear-gradient(237deg, #eeebe4 0%, #eeebe4 27%, transparent 27%),
      linear-gradient(180deg, transparent 55%, #eeebe4 55%, #eeebe4 100%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 40px;
  }
  /*sec4*/
  .medical-sec1-asbox.st2 {
    flex-direction: column;
  }
  .medical-sec1-box {
    padding-top: 170px;
    height: auto;
  }
  .medical-sec1-box.st3 {
    background-position: center right 80%;
  }
  /*sec5*/
  .link-list {
    gap: 15px;
  }
  .link-list li {
    width: calc((100% - 15px) / 2);
  }
  .link-list li a {
    padding: 20px 0;
    gap: 15px;
  }
  /*sec6*/
  .recruit-sec .img-box {
    max-width: 100%;
  }
  .recruit-sec .img-box.left::before {
    width: 100%;
    height: 50%;
    top: auto;
    bottom: 0;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
  }
  .recruit-sec .img-box.left::after {
    width: 100%;
    height: 50%;
    top: auto;
    bottom: 0;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
  }
  .recruit-sec .img-box.right::before {
    width: 100%;
    height: 50%;
    top: 0;
    bottom: auto;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
  }
  .recruit-sec .txt-area {
    padding: 35px 40px;
  }
  .recruit-sec .inner {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .recruit-sec {
    padding-bottom: 40px;
  }
  /*sec7*/
  .youtube-box {
    width: 100%;
  }
  .youtube-sec-tit {
    padding: 7.5px 0;
  }
  .youtube-sec .dfl {
    gap: 20px;
  }
  .youtube-box.st2 {
    max-height: 100%;
    width: 85%;
  }
  .youtube-sec .dfl {
    margin-bottom: 30px;
  }
  .youtube-sec .inner {
    padding-bottom: 40px;
  }
  /*sec8*/
  .sns-sec .inner {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  /*ft*/
  .ft-info .inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ft-info .sp-ft-info-wrap {
    display: grid;
    grid-template-columns: 60% 40%;
  }
  .sp-ft-info-wrap .btn1 {
    padding: 10px;
  }
  .ft-info .info-map-link {
    line-height: 1.2;
  }
  .ft-info .ga40 {
    gap: 30px;
  }
  .ft-logo-box.ma40 {
    margin-bottom: 20px;
  }
  .ft-link-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .ft-link-sec .inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
	.youtube-box.st2 img{
		height:auto;
	}
	.top-post-wrap {
	width:100%;
}
}
/* CSS Document */
