html {
  margin: 0;
}

body {
  color: #000;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: normal;
  font-feature-settings: "palt";
  color: #41464D;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.pc-tag {
  display: block;
}

.pc-tab-tag {
  display: block;
}

.tab-tag {
  display: none;
}

.sp-tag {
  display: none;
}

a {
  text-decoration: none;
  color: #41464D;
}

figure {
  margin: 0;
}

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

input[type=text],
input[type=tel],
input[type=email],
textarea {
  width: 100%;
  padding: 0.4em 0.8em;
  border-radius: none;
  border: 1px solid #aaa;
  font-size: 1rem;
  letter-spacing: 0.1em;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}

input[type=submit],
input[type=button],
button {
  border-radius: 0;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  padding: 1.4em 2em;
  font-size: 1rem;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

label {
  cursor: pointer;
}

video {
  max-width: 100%;
}

ul li,
ol li {
  list-style: none;
}

body {
  background: url(../images/top/bg.jpg);
}

header.header {
  background: rgba(255, 255, 255, 0.9);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
}
header.header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(94%, 1000px);
  margin-left: auto;
  margin-right: auto;
  padding: 12px 0 12px;
  font-size: 0.8125rem;
}
header.header .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24%;
}
header.header .logo img {
  vertical-align: middle;
}
header.header .sp-menu {
  display: none;
}
header.header .sp-menu .bar {
  display: block;
  width: 40px;
  height: 3px;
  margin: auto;
  background: #ef7680;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  transition: all 0.3s;
}
header.header .sp-menu .bar:nth-of-type(1) {
  top: calc(50% - 14px);
}
header.header .sp-menu .bar:nth-of-type(2) {
  top: 50%;
}
header.header .sp-menu .bar:nth-of-type(3) {
  top: calc(50% + 14px);
}
header.header .sp-menu.open .bar {
  background: #fff;
}
header.header .sp-menu.open .bar:nth-of-type(1) {
  top: 50%;
  transform: rotate(-135deg);
}
header.header .sp-menu.open .bar:nth-of-type(2) {
  opacity: 0;
}
header.header .sp-menu.open .bar:nth-of-type(3) {
  top: 50%;
  transform: rotate(135deg);
}
header.header .h-r {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 2em;
}
header.header .h-r.open {
  visibility: visible;
  opacity: 1;
}
header.header .gnavi ul {
  display: flex;
  gap: 3em;
  padding-left: 2em;
  border-left: 2px solid #ef7680;
}
header.header .gnavi ul li a {
  transition: color 0.2s;
}
header.header .gnavi ul li a:hover {
  color: #ef7680;
}
header.header .h-tel {
  font-size: 1.5rem;
  color: #ef7680;
}
header.header .h-tel a {
  color: #ef7680;
  cursor: auto;
  pointer-events: none;
}
header.header .h-tel .number {
  letter-spacing: normal;
  line-height: 1;
}
header.header .h-tel .tel-info {
  display: block;
  margin-top: 0.2em;
  font-size: 0.75rem;
  line-height: 1.2;
}
header.header .h-tel .tel-info span.s {
  font-size: 0.625rem;
}

.inner {
  width: min(94%, 960px);
  margin-left: auto;
  margin-right: auto;
}

.contents {
  padding-bottom: 160px;
}

.go-top {
  display: block;
  width: 13px;
  height: auto;
  position: fixed;
  right: 2em;
  bottom: 1em;
  z-index: 100;
}

footer.footer {
  font-size: 0.8125rem;
}
footer.footer .f-sns-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 10px;
  background: #fff;
  border-radius: 1000px;
}
footer.footer .upper {
  padding-top: 56px;
  padding-bottom: 24px;
  background: #aed8c4;
}
footer.footer .upper .inner {
  display: flex;
  gap: 64px;
}
footer.footer .upper .home-data {
  flex-grow: 1;
}
footer.footer .upper .home-data-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
footer.footer .upper .title {
  margin-top: 8px;
  font-size: 1.375rem;
  font-weight: 600;
}
footer.footer .upper .txt {
  padding-top: 12px;
}
footer.footer .upper .txt + .txt {
  padding-top: 0;
}
footer.footer .upper .txt.telfax {
  padding-top: 0;
}
footer.footer .upper .txt .tel {
  font-size: 1.25rem;
}
footer.footer .upper .access {
  width: min(100%, 450px);
}
footer.footer .upper .access .map {
  width: 100%;
  height: 253px;
  background: #eee;
  border-radius: 18px;
  overflow: hidden;
}
footer.footer .mid {
  background: #aed8c4;
  border-top: 1px solid #fff;
}
footer.footer .mid .inner {
  display: flex;
  justify-content: space-between;
  gap: 3em;
  padding-top: 24px;
  padding-bottom: 24px;
}
footer.footer .mid .com-box .com-title {
  margin-bottom: 0.5em;
}
footer.footer .mid .com-box .com-col {
  display: flex;
  align-items: center;
  gap: 1em;
}
footer.footer .mid .com-box .f-sns-btn {
  flex-shrink: 0;
}
footer.footer .mid .com-box.c1 .logo img {
  mix-blend-mode: multiply;
}
footer.footer .mid .com-box.c2 .com-title {
  margin-bottom: 1.5em;
}
footer.footer .lower {
  background: #41464D;
  color: #fff;
}
footer.footer .lower a {
  color: #fff;
}
footer.footer .lower .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
}
footer.footer .lower .copyright {
  letter-spacing: normal;
}
footer.footer .lower .tel {
  text-align: center;
}
footer.footer .lower .tel a {
  pointer-events: none;
}
footer.footer .lower .tel dt {
  font-size: 1.5rem;
  letter-spacing: normal;
  line-height: 1;
}
footer.footer .lower .tel dd {
  font-size: 0.625rem;
}
footer.footer .lower .fnavi {
  display: flex;
  gap: 64px;
}

a.arrow {
  display: flex;
  align-items: center;
  color: #ef7680;
  transition: opacity 0.2s;
}
a.arrow::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin-right: 12px;
  border-top: 3px solid #ef7680;
  border-right: 3px solid #ef7680;
  transform: rotate(45deg);
}
a.arrow:hover {
  opacity: 0.7;
}

a.link-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  padding: 14px 4px;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #ef7680;
  font-weight: 600;
  transition: background 0.3s;
}
a.link-btn::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin-right: 24px;
  margin-left: -24px;
  border-top: 3px solid #ef7680;
  border-right: 3px solid #ef7680;
  transform: rotate(45deg);
}
a.link-btn:hover {
  background: white;
}
a.link-btn.wide {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.375rem;
}
a.link-btn.wide::before {
  width: 8px;
  height: 8px;
  margin-right: 40px;
  border-width: 4px;
}
a.link-btn.green {
  background: #ef7680;
  box-shadow: 3px 3px 0 #41464D;
  color: #fff;
}
a.link-btn.green::before {
  border-color: #fff;
}
a.link-btn.green:hover {
  background: #f28d95;
}

.dash-line {
  position: relative;
}
.dash-line::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #ef7680, #ef7680 4px, transparent 4px, transparent 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.main-img {
  width: min(100%, 1020px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.main-img .contact-btn {
  position: absolute;
  bottom: -24px;
  right: 30px;
}
.main-img .contact-btn a img {
  transition: transform 0.3s;
}
.main-img .contact-btn a:hover img {
  transform: scale(1.1);
}

.contents {
  margin-top: 64px;
}

.news .news-block {
  display: flex;
  border: 1px solid #ef7680;
  background: #fff;
  font-size: 0.8125rem;
}
.news .news-block h2 {
  width: min(100%, 160px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ef7680;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: normal;
}
.news .news-block .news-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 8px 24px 8px 40px;
}
.news .news-block .news-box .inline {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.news .news-block .news-box .inline + .inline {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px dashed rgba(239, 118, 128, 0.3);
}
.news .news-block .news-box p {
  flex-grow: 1;
}
.news .news-block .news-box a.more {
  flex-shrink: 0;
  margin-left: 24px;
}
.news .button-box {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ef7680;
}
.news .button-box a.link-btn {
  padding: 4px;
}

section .title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section .title h2.jp {
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  font-weight: bold;
}
section .title .en {
  display: block;
  color: #ef7680;
  font-size: 0.8125rem;
  letter-spacing: normal;
}

.flx {
  display: flex;
}

.about {
  margin-top: 64px;
}
.about .title {
  align-items: flex-start;
  margin-bottom: 8px;
}
.about .movie-block video {
  width: 100%;
  aspect-ratio: 16/9;
}
.about .flx {
  justify-content: space-between;
  gap: 80px;
  margin-top: 24px;
}
.about .text-block {
  line-height: 2;
}
.about .link-block {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.section-main {
  display: flex;
  align-items: center;
  margin-left: calc((100vw - 960px) / 2);
  position: relative;
}
.section-main .title-area {
  flex-shrink: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 80px;
  padding-left: 32px;
  padding-right: 32px;
}
.section-main .icon {
  position: absolute;
}
.section-main.reverse {
  flex-direction: row-reverse;
  margin-left: 0;
  margin-right: calc((100vw - 960px) / 2);
}

.facility {
  margin-top: 160px;
}
.facility .title-area .desc {
  margin-top: 24px;
  text-align: center;
}
.facility .icon1 {
  top: 16px;
  left: 16px;
}
.facility .icon2 {
  bottom: -24px;
  left: 896px;
}
.facility .inner {
  position: relative;
}
.facility .point-block {
  margin-top: -80px;
  position: relative;
  z-index: 2;
}
.facility .point-block ul {
  display: flex;
  gap: 24px;
}
.facility .point-block ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(100%, 127px);
  aspect-ratio: 1/1;
  text-align: center;
  background: url(../images/top/circle-orange.svg) center center no-repeat;
  background-size: contain;
  line-height: 1.3;
  color: #fff;
}
.facility .cap {
  display: flex;
  justify-content: flex-end;
  width: min(96%, 960px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.8em;
  padding-left: 580px;
  color: #ef7680;
  font-size: 0.8125rem;
  line-height: 1.2;
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
}
.facility .point-detail {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  gap: 40px;
  margin-top: 80px;
}
.facility .point-detail .box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.facility .point-detail .box figure {
  text-align: center;
}
.facility .point-detail .box figure img {
  width: min(100%, 274px);
}
.facility .point-detail .box h3 {
  margin-top: 1em;
  font-size: 1.375rem;
  text-align: center;
}
.facility .point-detail .box h3 .title-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7em;
  font-size: 0.6em;
  font-weight: normal;
}
.facility .point-detail .box h3 .title-sub::before, .facility .point-detail .box h3 .title-sub::after {
  content: "";
  display: block;
  width: 1px;
  height: 1.3em;
  background: #41464D;
}
.facility .point-detail .box h3 .title-sub::before {
  transform: rotate(-45deg);
}
.facility .point-detail .box h3 .title-sub::after {
  transform: rotate(45deg);
}
.facility .point-detail .box .txt {
  margin-top: 8px;
  text-align: center;
}
.facility .point-detail .box .btm {
  margin-top: 2em;
}
.facility .point-detail .box .btm .caption {
  padding: 1em;
  border-radius: 8px;
  background: #fff;
  font-size: 0.75rem;
  letter-spacing: normal;
  text-align: center;
}
.facility .point-detail .box .btm a.link-btn.green::before {
  content: none;
}
.facility .sec-caption {
  display: flex;
  justify-content: center;
  color: #ef7680;
  margin-top: 3em;
}

.blog {
  margin-top: 160px;
}
.blog .inner {
  padding: 32px 64px 40px;
  background: #fff;
  border-radius: 40px;
}
.blog .upper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.blog .upper .icon {
  margin: auto;
  position: absolute;
  top: 0;
  z-index: -1;
}
.blog .upper .icon.icon1 {
  left: 0;
  width: 101px;
}
.blog .upper .sns-block {
  width: 202px;
  display: grid;
  position: absolute;
  top: 0;
  right: 0;
}
.blog .upper .sns-block .button-box,
.blog .upper .sns-block .icon2 {
  grid-area: 1/1;
}
.blog .upper .sns-block .button-box {
  justify-self: center;
  align-self: center;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.blog .upper .sns-block .button-box .sns-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  aspect-ratio: 1/1;
  border: 3px solid #41464D;
  box-shadow: 3px 3px 0 #41464D;
  border-radius: 1000px;
  transition: opacity 0.2s;
}
.blog .upper .sns-block .button-box .sns-button:hover {
  opacity: 0.8;
}
.blog .upper .sns-block .button-box .check {
  position: absolute;
  top: -1.5em;
  right: -1.5em;
  z-index: -1;
}
.blog .upper .sns-block .icon2 {
  display: block;
  justify-self: center;
}
.blog .blog-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 24px;
}
.blog .blog-title h2 {
  padding-left: 8px;
  padding-right: 8px;
  color: #ef7680;
}
.blog .blog-title .desc {
  margin-top: 16px;
  font-size: 0.8125rem;
}
.blog .blog-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 64px;
}
.blog .blog-list article {
  display: flex;
  gap: 40px;
  font-size: 0.8125rem;
}
.blog .blog-list article figure {
  width: 30%;
}
.blog .blog-list article figure img {
  width: min(100%, 270px);
  aspect-ratio: 27/20;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog .blog-list article .text-block {
  width: calc(70% - 40px);
}
.blog .blog-list article .text-block .date {
  color: #ef7680;
}
.blog .blog-list article .text-block h3 {
  margin-top: 24px;
  font-size: 1rem;
}
.blog .blog-list article .text-block .more {
  margin-top: 16px;
  text-align: right;
}
.blog .blog-list article .text-block .more a {
  display: inline-flex;
  justify-content: flex-end;
}
.blog .archive-link {
  margin-top: 40px;
}

.guide {
  margin-top: 120px;
}
.guide .icon1 {
  top: 32px;
  right: 0;
}
.guide .icon2 {
  bottom: -40px;
  left: calc((100vw - 960px) / 2);
}
.guide .desc-block {
  width: 55%;
  margin-left: auto;
  margin-right: 0;
  margin-top: -120px;
  padding: 24px 40px;
  padding-right: 0;
  background: url(../images/top/bg.jpg);
  border-radius: 18px;
  position: relative;
  z-index: 1;
}
.guide .flow-block {
  display: flex;
  flex-direction: column;
  gap: 64px;
  margin-top: 64px;
  position: relative;
  z-index: 1;
}
.guide .flow-block::before {
  content: "";
  display: block;
  width: 2px;
  height: 96%;
  margin: auto;
  background-image: linear-gradient(to bottom, #ef7680, #ef7680 5px, transparent 5px, transparent 10px);
  background-size: 2px 10px;
  background-repeat: repeat-y;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.guide .flow-block .box {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 24px 40px;
  background: #fff;
  border-radius: 18px;
  border: 2px solid #ef7680;
}
.guide .flow-block .box .num {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: url(../images/top/circle-orange.svg) center center no-repeat;
  background-size: contain;
  color: #fff;
  font-size: 2rem;
}
.guide .flow-block .box figure {
  flex-shrink: 0;
  width: 15%;
}
.guide .flow-block .box .text-area {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-size: 1.375rem;
}
.guide .flow-block .box .text-area .desc {
  margin-top: 0.3em;
  font-size: 1rem;
  font-weight: normal;
}
.guide .flow-block .box .text-area .link {
  margin-top: 8px;
}
.guide .flow-block .box .text-area .link-btn {
  font-size: 1rem;
}

.terms-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 64px;
  margin-top: 120px;
}
.terms-block .circle {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 230px;
  background: url(../images/top/circle-pink.svg) center center no-repeat;
  background-size: contain;
  font-size: 1.75rem;
  color: #fff;
}
.terms-block .terms {
  width: 72%;
}
.terms-block .terms ul,
.terms-block .terms .term-title,
.terms-block .terms .txt {
  padding: 16px;
  padding-right: 0;
}
.terms-block .terms .term-title {
  border-bottom: 1px solid #ef7680;
  color: #ef7680;
  font-size: 1.375rem;
  font-weight: bold;
}
.terms-block .terms .txt {
  font-size: 0.8125rem;
}
.terms-block .terms ul {
  border-top: 1px solid #ef7680;
  color: #ef7680;
  font-weight: 600;
}

.schedule-block {
  margin-top: 120px;
  padding: 32px 32px 40px;
  background: #fff;
  border-radius: 18px;
}
.schedule-block h3 {
  text-align: right;
  font-size: 1.75rem;
}
.schedule-block .schedule-flx {
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  gap: 20px;
  margin-top: 16px;
}
.schedule-block .schedule-flx .schedule-photo {
  order: -1;
  display: grid;
  gap: 10px;
}
.schedule-block .schedule-table {
  align-self: start;
  border: 3px solid #ef7680;
}
.schedule-block .schedule-table .t-row {
  display: grid;
  grid-template-columns: 1fr 1fr 3.5fr;
  min-height: 8em;
  background-image: linear-gradient(to right, #aed8c4, #aed8c4 5px, transparent 5px, transparent 10px);
  background-size: 10px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.schedule-block .schedule-table .t-row.head {
  min-height: auto;
  font-size: 0.75rem;
}
.schedule-block .schedule-table .t-row:last-child {
  background: none;
}
.schedule-block .schedule-table .t-row > div {
  padding: 1em;
  border-right: 1px solid #ef7680;
}
.schedule-block .schedule-table .t-row > div.col1, .schedule-block .schedule-table .t-row > div.col2 {
  text-align: center;
}
.schedule-block .schedule-table .t-row > div:last-child {
  border-right: none;
}
.schedule-block .schedule-table .t-row .row-title {
  font-size: 1.125rem;
  color: #ef7680;
  font-weight: bold;
}
.schedule-block .schedule-table .t-row .row-txt {
  font-size: 0.8125rem;
}
.schedule-block .box-caption {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.2em;
  color: #ef7680;
}

section.faq {
  margin-top: 140px;
}
section.faq .faq-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 64px;
}
section.faq .faq-block .box .q,
section.faq .faq-block .box .a-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2em;
  padding: 1em 2em;
}
section.faq .faq-block .box .q {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: #aed8c4;
}
section.faq .faq-block .box .q button.open-btn {
  width: 32px;
  height: 32px;
  padding: 0;
  background: transparent;
  position: relative;
}
section.faq .faq-block .box .q button.open-btn .bar {
  display: block;
  width: 20px;
  height: 2px;
  margin: auto;
  background: #fff;
  position: absolute;
  inset: 0;
  transition: transform 0.3s;
}
section.faq .faq-block .box .q button.open-btn .bar:nth-of-type(1) {
  transform: rotate(90deg);
}
section.faq .faq-block .box .q button.open-btn.opened .bar:nth-of-type(1) {
  transform: rotate(0deg);
}
section.faq .faq-block .box .a {
  display: none;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #Fff;
}
section.faq .faq-block .box .num {
  font-size: 1.25rem;
}
section.faq .faq-block .box .txt {
  flex-grow: 1;
}
section.faq .faq-block .box .txt .red {
  color: #ef7680;
}

section.contact {
  margin-top: 140px;
}
section.contact .green {
  margin-top: 64px;
  text-align: center;
  color: #ef7680;
  font-size: 1.75rem;
  font-weight: 600;
}
section.contact .btns {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 24px;
}
section.contact .btns a {
  display: flex;
  align-items: baseline;
  width: calc(50% - 20px);
  padding: 16px 24px;
  background: #fff;
  border-radius: 18px;
  border: 2px solid #ef7680;
  font-size: 1.875rem;
}
section.contact .btns a .btn-name {
  flex-shrink: 0;
  width: 30%;
  font-size: 1.6875rem;
  color: #ef7680;
}
section.contact .contact-info {
  margin-top: 24px;
  text-align: center;
  font-size: 1.75rem;
}
section.contact .txt {
  margin-top: 32px;
  text-align: center;
}
section.contact a.link-btn {
  color: #fff;
  font-size: 1.375rem;
}
body.subpage .page_title {
  display: flex;
  justify-content: center;
  font-size: 1.75rem;
  font-weight: 600;
}
body.subpage .contents_wrap {
  width: min(94%, 960px);
  margin-left: auto;
  margin-right: auto;
}
body.subpage p.date {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 4em;
  line-height: 1;
  font-size: 0.8125rem;
  color: #ef7680;
}
body.subpage .nav-links {
  margin-top: 80px;
}
body.subpage .nav-links .page-numbers {
  display: flex;
  justify-content: center;
}
body.subpage .nav-links .page-numbers li {
  margin-left: 4px;
  margin-right: 4px;
}
body.subpage .nav-links .page-numbers span.current,
body.subpage .nav-links .page-numbers a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 3px;
}
body.subpage .nav-links .page-numbers span.current {
  background: #fff;
  color: #444;
}
body.subpage .nav-links .page-numbers span.arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
body.subpage .nav-links .page-numbers span.arrow::before, body.subpage .nav-links .page-numbers span.arrow::after {
  display: block;
  content: "";
}
body.subpage .nav-links .page-numbers span.arrow::after {
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
body.subpage .nav-links .page-numbers span.arrow.prevarrow::after {
  transform: rotate(45deg) scale(-1, -1);
}
body.subpage .nav-links .page-numbers span.arrow:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
body.subpage .nav-links .page-numbers a {
  background: #ef7680;
  color: #fff;
  transition: all 0.2s;
}
body.subpage .nav-links .page-numbers a:hover {
  background: #f4a4aa;
  color: #fff;
}
body.subpage .archive_wrap {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  padding-bottom: 8em;
}
body.subpage .archive_wrap h1 {
  margin-bottom: 3em;
  font-size: 1.375rem;
  text-align: center;
  border-bottom: 2px dashed #ef7680;
}
body.subpage .archive_wrap h1.search_title {
  margin-bottom: 0;
}
body.subpage .archive_wrap .search_txt {
  text-align: center;
  margin-bottom: 3em;
}
body.subpage .archive_list {
  display: grid;
  row-gap: 40px;
  -moz-column-gap: 24px;
       column-gap: 24px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
body.subpage .archive_list article.box .eyecatch {
  overflow: hidden;
}
body.subpage .archive_list article.box .eyecatch img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s;
}
body.subpage .archive_list article.box .info_area {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 0.8em;
}
body.subpage .archive_list article.box .info_area .date {
  width: 40%;
  justify-content: flex-start;
  margin-top: 0;
  color: #ef7680;
}
body.subpage .archive_list article.box .info_area .category_wrap {
  margin-bottom: 0;
}
body.subpage .archive_list article.box .info_area .category_wrap span {
  font-size: 1.2rem;
}
body.subpage .archive_list article.box h2 {
  margin-top: 0.8em;
  line-height: 1.6;
  font-size: 1.125rem;
}
body.subpage .archive_list article.box p {
  margin-top: 0.8em;
  font-size: 0.875rem;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}
body.subpage .archive_list a {
  color: #444;
  transition: opacity 0.2s;
}
body.subpage .archive_list a:hover {
  opacity: 0.8;
}
body.subpage .archive_list a:hover .eyecatch img {
  transform: scale(1.1);
}
body.subpage .archive_list.news_list {
  grid-template-columns: 1fr;
  gap: 0;
  border: 2px solid #ef7680;
  background: #fff;
}
body.subpage .archive_list.news_list .box a {
  display: grid;
  grid-template-columns: 8em 1fr auto;
  align-items: center;
}
body.subpage .archive_list.news_list .box a .info_area, body.subpage .archive_list.news_list .box a h2, body.subpage .archive_list.news_list .box a .more {
  align-self: stretch;
  display: flex;
  align-items: center;
  margin-top: 0;
  padding: 8px 1em;
  border-bottom: 1px solid #ef7680;
}
body.subpage .archive_list.news_list .box a .info_area {
  background: #ef7680;
  border-bottom: 1px solid #fff;
  color: #fff;
}
body.subpage .archive_list.news_list .box a .info_area .date {
  color: #fff;
}
body.subpage .archive_list.news_list .box a h2 {
  font-size: 1rem;
}
body.subpage .archive_list.news_list .box a .more {
  color: #ef7680;
}
body.subpage .archive_list.news_list .box a .more::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin-right: 12px;
  margin-left: -12px;
  border-top: 2px solid #ef7680;
  border-right: 2px solid #ef7680;
  transform: rotate(45deg);
}
body.subpage .archive_list.news_list .box:last-child .info_area, body.subpage .archive_list.news_list .box:last-child h2, body.subpage .archive_list.news_list .box:last-child .more {
  border-bottom: none;
}
body.subpage .contents_wrap {
  display: flex;
  justify-content: space-between;
  gap: 3em;
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4em;
}
body.subpage input {
  padding: 0.6em;
  font-size: 1.6rem;
}
body.subpage .main_contents {
  flex-grow: 1;
  margin-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 2em;
  padding-top: 2em;
  border: 2px solid #ef7680;
  border-radius: 18px;
  background: #fff;
}
body.subpage article.post .post_title {
  margin-bottom: 24px;
  padding-bottom: 0.8em;
  font-size: 1.375rem;
  border-bottom: 2px dashed #ef7680;
  line-height: 1.6;
}
body.subpage article.post h2,
body.subpage article.post h3,
body.subpage article.post h4,
body.subpage article.post h5,
body.subpage article.post h6 {
  margin-top: 3em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ef7680;
}
body.subpage article.post h2 {
  font-size: 1.375rem;
}
body.subpage article.post h3 {
  font-size: 1.25rem;
}
body.subpage article.post h4 {
  font-size: 1.125rem;
}
body.subpage article.post h5 {
  font-size: 1.0625rem;
}
body.subpage article.post h6 {
  font-size: 1rem;
}
body.subpage article.post .eyecatch {
  text-align: center;
}
body.subpage article.post .eyecatch + p {
  margin-top: 2em;
}
body.subpage article.post p {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}
body.subpage article.post p + p,
body.subpage article.post p + figure {
  margin-top: 2em;
}
body.subpage article.post p.date {
  margin-top: 6em;
}
body.subpage article.post a {
  text-decoration: underline;
  transition: opacity 0.2s;
}
body.subpage article.post a:hover {
  opacity: 0.7;
}
body.subpage article.post figure {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.subpage article.post figure figcaption {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-size: 0.75rem;
}
body.subpage article.post figure + p {
  margin-top: 2em;
}
body.subpage article.post ul,
body.subpage article.post ol {
  margin-left: 1.2em;
  padding-top: 2em;
  padding-bottom: 2em;
  line-height: 1.6;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}
body.subpage article.post ul li,
body.subpage article.post ol li {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
body.subpage article.post ul li {
  list-style-type: disc;
}
body.subpage .side_wrap {
  width: 300px;
  flex-shrink: 0;
}
body.subpage .side_wrap .side_block + .side_block {
  margin-top: 3em;
}
body.subpage .side_wrap .side_block h2 {
  margin-bottom: 0.4em;
  border-bottom: 2px solid #ef7680;
  font-size: 1.125rem;
}
body.subpage .side_wrap .side_block p,
body.subpage .side_wrap .side_block a,
body.subpage .side_wrap .side_block li {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}
body.subpage .side_wrap .side_block a {
  color: #444;
  transition: opacity 0.2s;
}
body.subpage .side_wrap .side_block a:hover {
  opacity: 0.7;
}
body.subpage .side_wrap .search-block {
  display: flex;
}
body.subpage .side_wrap .search-block input,
body.subpage .side_wrap .search-block button {
  border-radius: 0;
  border: 1px solid #ccc;
}
body.subpage .side_wrap .search-block input {
  flex-grow: 1;
  outline: none;
}
body.subpage .side_wrap .search-block button {
  flex-shrink: 0;
  padding: 0.4em;
  border: none;
  background: #777;
  cursor: pointer;
}
body.subpage .side_wrap .post_list .post_box {
  padding: 0.8em 0;
  border-bottom: 1px solid rgba(239, 118, 128, 0.5);
}
body.subpage .side_wrap .post_list .post_box a {
  display: flex;
  align-items: center;
}
body.subpage .side_wrap .post_list .post_box a img {
  flex-shrink: 0;
  width: 80px;
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
}
body.subpage .side_wrap .post_list .post_box a p {
  margin-left: 0.8em;
  line-height: 1.4;
  font-size: 0.875rem;
}
body.subpage .side_wrap .text_list ul li {
  border-bottom: 1px solid #ccc;
}
body.subpage .side_wrap .text_list ul li a {
  display: block;
  padding: 0.4em 0;
}
body.subpage .contents_wrap.contact {
  display: block;
  max-width: 800px;
}
body.subpage .contents_wrap.contact input[type=text],
body.subpage .contents_wrap.contact input[type=tel],
body.subpage .contents_wrap.contact input[type=email],
body.subpage .contents_wrap.contact textarea {
  width: 100%;
  padding: 0.5em;
  border-radius: 0;
  border: 1px solid #ccc;
  font-size: 1rem;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  outline: none;
}
body.subpage .contents_wrap.contact .form_wrap dl dt,
body.subpage .contents_wrap.contact .form_wrap dl dd {
  width: 100%;
}
body.subpage .contents_wrap.contact .form_wrap dl dt {
  margin-top: 1em;
}
body.subpage .contents_wrap.contact .form_wrap .btn_area {
  display: flex;
  justify-content: center;
  gap: 1em;
  margin-top: 3em;
}
body.subpage .contents_wrap.contact .form_wrap .btn_area input {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 275px;
  padding: 0.8em 0.4em 0.9em;
  background: #aed8c4;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  position: relative;
  overflow: hidden;
  transition: opacity 0.2s;
}
body.subpage .contents_wrap.contact .form_wrap .btn_area input.back {
  width: 200px;
  background: #aaa;
}
body.subpage .contents_wrap.contact .form_wrap .btn_area input:hover {
  opacity: 0.7;
}
body.subpage .contents_wrap.contact .mw_wp_form_confirm .form_wrap dl dd {
  padding-bottom: 0.4em;
  border-bottom: 1px dashed #aed8c4;
  font-size: 1.125rem;
}
body.subpage .contents_wrap.contact .send-block p {
  text-align: center;
}
body.subpage .contents_wrap.contact .send-block .text_link_btn {
  margin-top: 4em;
}
body.subpage .contents_wrap.error404 {
  justify-content: center;
}
body.subpage .contents_wrap.error404 .main_wrap p {
  text-align: center;
}
body.subpage .contents_wrap.error404 .main_wrap .text_link_btn {
  margin-top: 4em;
}
body.subpage .text_link_btn a {
  color: #aed8c4;
  text-decoration: underline;
  transition: opacity 0.2s;
}
body.subpage .text_link_btn a:hover {
  opacity: 0.7;
}
body.subpage p.caution {
  padding: 0.4em 1em;
  border: 1px solid #B70000;
  color: #B70000;
}

.fzmv {
  opacity: 0;
}
.fzmv.mv {
  animation: fadeZoom 0.6s 0.1s ease-out 1 forwards;
}

.fumv {
  opacity: 0;
}
.fumv.mv {
  animation: fadeUp 0.5s 0.1s ease-out 1 forwards;
}

.fupmv {
  opacity: 0;
}
.fupmv.mv {
  animation: fadePopup 1.5s 0.1s ease-out 1 forwards;
}

.fnummv .n1,
.fnummv .n2,
.fnummv .n3,
.fnummv .n4,
.fnummv .n5,
.fnummv .n6,
.fnummv .n7,
.fnummv .n8 {
  opacity: 0;
}
.fnummv.mv .n1 {
  animation: fadeUp 0.5s 0.1s ease-in 1 forwards;
}
.fnummv.mv .n2 {
  animation: fadeUp 0.5s 0.3s ease-in 1 forwards;
}
.fnummv.mv .n3 {
  animation: fadeUp 0.5s 0.5s ease-in 1 forwards;
}
.fnummv.mv .n4 {
  animation: fadeUp 0.5s 0.7s ease-in 1 forwards;
}
.fnummv.mv .n5 {
  animation: fadeUp 0.5s 0.9s ease-in 1 forwards;
}
.fnummv.mv .n6 {
  animation: fadeUp 0.5s 1.1s ease-in 1 forwards;
}
.fnummv.mv .n7 {
  animation: fadeUp 0.5s 1.3s ease-in 1 forwards;
}
.fnummv.mv .n8 {
  animation: fadeUp 0.5s 1.5s ease-in 1 forwards;
}

@keyframes fadeUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadePopup {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  20% {
    transform: translateY(-20px);
  }
  30% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeZoom {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  60% {
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@media only screen and (max-width: 1490px) {
  .pc-tag {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .pc-tag {
    display: none;
  }
  .tab-tag {
    display: block;
  }
  header.header {
    width: 100%;
    padding: 0;
  }
  header.header .logo {
    margin-left: 4%;
  }
  header.header .sp-menu {
    display: block;
    width: 64px;
    height: 64px;
    background: transparent;
    position: relative;
    z-index: 1000;
  }
  header.header .h-r {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 100svh;
    margin: auto;
    padding-top: 74px;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(239, 118, 128, 0.95);
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 900;
    transition: all 0.3s;
  }
  header.header .gnavi {
    width: 90%;
    margin: 0 auto;
    transition: all 0.3s;
  }
  header.header .gnavi ul {
    flex-direction: column;
    gap: 0;
    padding: 24px;
    border: 2px solid #ef7680;
    background: #fff;
    border-radius: 18px;
  }
  header.header .gnavi ul li {
    width: 100%;
    border-bottom: 1px dashed rgba(239, 118, 128, 0.3);
  }
  header.header .gnavi ul li a {
    display: block;
    padding: 12px 0;
    text-align: center;
    font-size: 0.875rem;
  }
  header.header .h-tel {
    margin-top: 24px;
    color: #fff;
    font-size: 2.734375vw;
  }
  header.header .h-tel a {
    pointer-events: all;
    color: #fff;
  }
  header.header .h-tel .tel-info {
    margin-top: 8px;
    font-size: 1.3671875vw;
  }
  .go-top {
    display: none;
  }
  footer.footer .upper .inner {
    gap: 32px;
  }
  footer.footer .upper .home-data-txt {
    width: -moz-fit-content;
    width: fit-content;
  }
  footer.footer .lower .fnavi {
    gap: 40px;
  }
  .about .flx {
    gap: 40px;
  }
  .section-main {
    margin-left: 0;
  }
  .section-main .title-area {
    padding-top: 0;
  }
  .section-main.reverse {
    margin-right: 0;
  }
  .facility {
    margin-top: 80px;
  }
  .facility .icon1 {
    width: 10vw;
    top: 0;
    left: 10vw;
  }
  .facility .icon2 {
    display: none;
  }
  .facility .point-block {
    margin-top: -5vw;
  }
  .facility .point-block ul {
    gap: 16px;
  }
  .facility .cap {
    padding-left: 70vw;
  }
  .blog {
    margin-top: 80px;
  }
  .guide .icon1 {
    width: 15vw;
    top: 0;
    right: 4vw;
  }
  .guide .icon2 {
    display: none;
  }
  .guide .desc-block {
    margin-top: -3vw;
    width: 86%;
  }
  .terms-block {
    gap: 40px;
  }
  .schedule-block .schedule-flx {
    grid-template-columns: 1fr;
  }
  .schedule-block .schedule-flx .schedule-photo {
    order: 2;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  section.faq {
    margin-top: 100px;
  }
  section.contact {
    margin-top: 100px;
  }
  section.contact .green {
    margin-top: 40px;
  }
  section.contact .btns a {
    font-size: 2.9296875vw;
  }
  section.contact .btns a .btn-name {
    font-size: 2.734375vw;
  }
  body.subpage .archive_list {
    padding-left: 1em;
    padding-right: 1em;
  }
  body.subpage .archive_list.news_list {
    width: min(94%, 1024px);
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  body.subpage .contents_wrap {
    flex-direction: column;
    width: 94%;
  }
  body.subpage .side_wrap {
    width: 100%;
  }
  body.subpage .side_wrap .search-block button {
    padding: 0.8em;
  }
  body.subpage .side_wrap .post_list .post_box a img {
    width: 160px;
    height: 124px;
  }
}
@media only screen and (max-width: 599px) {
  .pc-tab-tag {
    display: none;
  }
  .sp-tag {
    display: block;
  }
  header.header .logo {
    width: 40%;
    margin-left: 4%;
  }
  header.header .h-tel {
    font-size: 7.7777777778vw;
  }
  header.header .h-tel .tel-info {
    font-size: 3.8888888889vw;
  }
  .contents {
    padding-bottom: 100px;
  }
  footer.footer .upper {
    padding-bottom: 24px;
  }
  footer.footer .upper .inner {
    flex-direction: column;
    gap: 40px;
  }
  footer.footer .upper .access .map {
    height: auto;
  }
  footer.footer .upper .access .map iframe {
    height: 320px;
  }
  footer.footer .upper .home-data figure img {
    width: 100%;
  }
  footer.footer .mid .inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  footer.footer .mid .com-box .com-col {
    flex-direction: column;
    align-items: center;
  }
  footer.footer .lower .inner {
    flex-direction: column;
  }
  footer.footer .lower .copyright {
    order: 2;
  }
  footer.footer .lower .tel a {
    pointer-events: all;
  }
  footer.footer .lower .tel dt {
    font-size: 7.5vw;
  }
  footer.footer .lower .tel dd {
    font-size: 3.3333333333vw;
  }
  footer.footer .lower .fnavi {
    gap: 0;
    margin-bottom: 24px;
  }
  footer.footer .lower .fnavi {
    flex-wrap: wrap;
  }
  footer.footer .lower .fnavi li {
    width: 50%;
    text-align: center;
  }
  footer.footer .lower .fnavi li a {
    display: block;
    padding: 8px;
    font-size: 3.8888888889vw;
  }
  .main-img .contact-btn {
    right: 4%;
    bottom: 10px;
  }
  .main-img .contact-btn a:hover img {
    transform: none;
  }
  .contents {
    margin-top: 0;
  }
  .news .news-block {
    flex-direction: column;
    width: 100%;
    margin-top: 24px;
    position: relative;
    z-index: 1;
  }
  .news .news-block h2 {
    width: 100%;
  }
  .news .news-block .news-box {
    padding: 12px;
  }
  .news .news-block .news-box .inline {
    flex-direction: column;
  }
  .news .news-block .news-box a.more {
    justify-content: flex-end;
    margin-left: 0;
  }
  .about .title {
    margin-bottom: 16px;
  }
  .about .flx {
    flex-direction: column;
  }
  .about .link-block {
    align-items: center;
  }
  .section-main {
    flex-direction: column;
  }
  .section-main .title-area {
    margin-bottom: 40px;
  }
  .section-main .big-img {
    width: 100%;
    overflow: hidden;
  }
  .section-main .big-img img {
    max-width: 150%;
    width: 150vw;
  }
  .section-main .icon {
    display: none;
  }
  .section-main.reverse {
    flex-direction: column;
  }
  .facility .title-area .desc {
    display: none;
  }
  .facility .point-block {
    margin-top: 24px;
  }
  .facility .point-block ul {
    gap: 24px;
    flex-wrap: wrap;
    padding-left: 4%;
    padding-right: 4%;
  }
  .facility .point-block ul li {
    width: calc(50% - 12px);
    font-size: 5vw;
  }
  .facility .cap {
    justify-content: center;
    padding-left: 0;
    margin-top: 1em;
    position: static;
  }
  .facility .point-detail {
    grid-template-columns: repeat(1, minmax(100%, 1fr));
    margin-top: 40px;
  }
  .facility .point-detail .box figure img {
    width: 90%;
  }
  .blog .inner {
    padding-left: 6%;
    padding-right: 6%;
  }
  .blog .upper {
    padding-left: 0;
    padding-right: 0;
  }
  .blog .upper .icon {
    display: none;
  }
  .blog .upper .sns-block {
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }
  .blog .blog-list {
    margin-top: 40px;
  }
  .blog .blog-list article {
    flex-direction: column;
    gap: 16px;
  }
  .blog .blog-list article figure {
    width: 100%;
  }
  .blog .blog-list article figure img {
    width: 100%;
  }
  .blog .blog-list article .text-block {
    width: 100%;
  }
  .blog .blog-list article .text-block h3 {
    margin-top: 16px;
  }
  .blog .blog-list article .text-block .desc {
    margin-top: 16px;
  }
  .guide .section-main .big-img img {
    transform: translateX(-50vw);
  }
  .guide .icon1 {
    display: block;
    width: 50vw;
    right: auto;
    top: -100px;
    left: 6vw;
    z-index: -1;
  }
  .guide .desc-block {
    margin-top: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    background: transparent;
  }
  .guide .flow-block {
    margin-top: 40px;
  }
  .guide .flow-block .box {
    flex-wrap: wrap;
    padding: 24px;
  }
  .guide .flow-block .box figure {
    flex-grow: 1;
    display: flex;
    justify-content: center;
  }
  .guide .flow-block .box .text-area {
    width: 100%;
    align-items: flex-start;
  }
  .terms-block {
    width: 100%;
    flex-direction: column;
    gap: 24px;
  }
  .terms-block .terms {
    width: 100%;
  }
  .terms-block .terms ul,
  .terms-block .terms .term-title,
  .terms-block .terms .txt {
    padding-left: 0;
    padding-right: 0;
  }
  .schedule-block {
    margin-top: 40px;
    padding: 32px 16px 40px;
  }
  .schedule-block h3 {
    text-align: center;
  }
  .schedule-block .schedule-table .t-row {
    grid-template-columns: 64px 64px 1fr;
  }
  .schedule-block .schedule-table .t-row > div {
    padding-left: 0;
    padding-right: 0;
    line-height: 1.4;
  }
  .schedule-block .schedule-table .t-row > div.col3 {
    padding: 1em;
  }
  .schedule-block .schedule-table .t-row .row-txt {
    margin-top: 0.5em;
  }
  section.contact .btns {
    flex-direction: column;
    gap: 24px;
  }
  section.contact .btns a {
    width: 100%;
    padding: 12px 20px;
    font-size: 7.7777777778vw;
  }
  section.contact .btns a .btn-name {
    width: 26%;
    font-size: 7.2222222222vw;
  }
  section.contact .contact-info {
    font-size: 5.5555555556vw;
  }
  section.contact .txt {
    text-align: left;
  }
  body.subpage main.contents {
    padding-top: 24px;
    padding-bottom: 40px;
  }
  body.subpage .archive_list.news_list .box a {
    grid-template-columns: 1fr;
  }
  body.subpage .archive_list.news_list .box a .info_area, body.subpage .archive_list.news_list .box a h2, body.subpage .archive_list.news_list .box a .more {
    border-bottom: none;
  }
  body.subpage .archive_list.news_list .box a .more {
    justify-content: center;
    padding-top: 0;
  }
  body.subpage .contents_wrap {
    padding-top: 2em;
  }
  body.subpage .main_contents {
    padding-left: 1.2em;
    padding-right: 1.2em;
  }
  body.subpage .side_wrap .post_list .post_box a img {
    width: 96px;
    height: 80px;
  }
  body.subpage .side_wrap .text_list ul li a {
    padding: 0.8em 0;
  }
  body.subpage .contents_wrap.contact .form_wrap .btn_area {
    flex-direction: column;
    align-items: center;
    gap: 4em;
    margin-top: 4em;
  }
  body.subpage .contents_wrap.contact .form_wrap .btn_area input {
    padding: 1em 0.4em 1.1em;
  }
  body.subpage .contents_wrap.contact .form_wrap .btn_area input.back {
    order: 1;
  }
}
