@charset "UTF-8";
/* リセットcss */
@import url(https://unpkg.com/ress/dist/ress.min.css);
/* Google Fonts */
@import url(https://fonts.googleapis.com);
@import url(https://fonts.gstatic.com);
@import url(https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap);
/*
color-swatch ========================================*/
/*
breakpoint ==========================================================================*/
/*
font ========================================*/
/* Zen Old Mincho */
/* Zen Kaku Gothic */
/*
all ==========================================================================*/
.header {
  padding-block: 1.35rem 0.75rem;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .header {
    padding-block: 1rem 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
  }
}
@media screen and (max-width: 550px) {
  .header {
    padding-block: 0 0.5rem;
  }
}
.header__upper {
  width: min(1192px + 2.5rem, 100%);
  margin-inline: auto;
  padding-inline: 1.25rem;
  margin-bottom: 1.65rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .header__upper {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 550px) {
  .header__upper {
    padding-top: 0.5rem;
    padding-inline: 0.75rem 1.25rem;
    margin-bottom: 0.75rem;
  }
}
.header__upper--left {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .header__upper--left {
    width: 310px;
  }
}
@media screen and (max-width: 550px) {
  .header__upper--left {
    width: 208px;
  }
}
.header__upper--left img {
  display: block;
}
.header__upper--center {
  width: 34%;
  color: #084b72;
  text-align: center;
  margin-top: 0.55rem;
}
@media screen and (max-width: 768px) {
  .header__upper--center {
    display: none;
  }
}
.header__upper--center p {
  font-size: 0.75rem;
  margin-bottom: 1%;
}
@media screen and (max-width: 1200px) {
  .header__upper--center p {
    font-size: clamp(0.45rem, 1.15vw, 0.75rem);
  }
}
.header__upper--center p span {
  padding: 0.65% 6%;
  background-color: #084b72;
  color: #fff;
  margin-right: 5.5%;
}
.header__upper--center p small {
  position: relative;
  font-size: 100% !important;
}
.header__upper--center p small::before, .header__upper--center p small::after {
  position: absolute;
  top: 1px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.75%;
  height: 63%;
  background-color: #084b72;
}
.header__upper--center p small::before {
  left: -15px;
  transform: rotate(-22deg);
}
@media screen and (max-width: 1200px) {
  .header__upper--center p small::before {
    left: -6%;
  }
}
.header__upper--center p small::after {
  right: -14px;
  transform: rotate(22deg);
}
@media screen and (max-width: 1200px) {
  .header__upper--center p small::after {
    right: -6%;
  }
}
.header__upper--center a {
  position: relative;
  padding-left: 14%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  color: #084b72;
  line-height: 1.125;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1200px) {
  .header__upper--center a {
    font-size: clamp(1.25rem, 3.5vw, 2.25rem);
    letter-spacing: 0;
  }
}
.header__upper--center a:visited, .header__upper--center a:active {
  color: #084b72;
}
.header__upper--center a::before {
  position: absolute;
  content: "";
  display: block;
  top: 15%;
  bottom: 0;
  left: 1%;
  margin: auto;
  width: 42.5px;
  height: 42.5px;
  background-image: url(../img/header/header_tel.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1200px) {
  .header__upper--center a::before {
    width: 3.25vw;
    height: 3.25vw;
  }
}
.header__upper--right {
  position: relative;
  width: 25%;
  background-color: #c4a436;
  color: #fff;
  text-align: right;
  padding: 1.5% 1.5% 1.5% 0;
  font-size: clamp(0.8rem, 1.55vw, 0.875rem);
  border-radius: 9px;
  transform: translateY(18px);
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .header__upper--right {
    font-size: clamp(0.55rem, 1.7vw, 0.8rem);
    transform: translateY(1vw);
  }
}
@media screen and (max-width: 768px) {
  .header__upper--right {
    display: none;
  }
}
.header__upper--right:active, .header__upper--right:visited {
  color: #fff;
}
.header__upper--right::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  left: 1vw;
  margin: auto;
  width: 47px;
  height: 31px;
  background-image: url(../img/header/header_mail.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1200px) {
  .header__upper--right::before {
    width: 3vw;
    height: 2vw;
  }
}
.header__upper--right::after {
  position: absolute;
  content: "";
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  transform: skewX(-30deg);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
}
.header__upper--right:hover {
  opacity: 1;
}
.header__upper--right:hover::after {
  animation: shine 0.8s;
}
@keyframes shine {
  100% {
    left: 100%;
  }
}
.header__upper--toggleBtn {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__upper--toggleBtn {
    display: block;
  }
}
@media screen and (max-width: 550px) {
  .header__upper--toggleBtn {
    transform: translateY(0.125rem);
  }
}
.header__upper--toggleBtn span {
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .header__upper--toggleBtn span {
    display: block;
    width: 35px;
    height: 3px;
    border-radius: 1px;
    background-color: #084b72;
  }
}
@media screen and (max-width: 550px) {
  .header__upper--toggleBtn span {
    width: 23px;
    height: 2px;
  }
}
@media screen and (max-width: 768px) {
  .header__upper--toggleBtn span:nth-of-type(1), .header__upper--toggleBtn span:nth-of-type(2) {
    margin-bottom: 0.45rem;
  }
}
@media screen and (max-width: 550px) {
  .header__upper--toggleBtn span:nth-of-type(1), .header__upper--toggleBtn span:nth-of-type(2) {
    margin-bottom: 0.375rem;
  }
}
.header__upper--toggleBtn.active span:nth-of-type(1) {
  transform: rotate(45deg) translate(11px, 10px);
}
@media screen and (max-width: 550px) {
  .header__upper--toggleBtn.active span:nth-of-type(1) {
    transform: rotate(45deg) translate(8px, 8px);
  }
}
.header__upper--toggleBtn.active span:nth-of-type(2) {
  opacity: 0;
}
.header__upper--toggleBtn.active span:nth-of-type(3) {
  transform: rotate(-45deg) translate(9px, -8px);
}
@media screen and (max-width: 550px) {
  .header__upper--toggleBtn.active span:nth-of-type(3) {
    transform: rotate(-45deg) translate(8px, -7.5px);
  }
}
.header__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 550px) {
  .header__bottom.wrapper {
    padding-inline: 0.5rem;
  }
}
.header__bottom a {
  display: block;
  padding-block: 0.5%;
  flex: 1 0 auto;
  text-align: center;
  font-size: 0.75rem;
  border-right: solid 1px #313131;
}
@media screen and (max-width: 1100px) {
  .header__bottom a {
    font-size: clamp(0.55rem, 1.75vw, 0.75rem);
  }
}
@media screen and (max-width: 768px) {
  .header__bottom a {
    font-size: clamp(0.4rem, 2.35vw, 0.875rem);
  }
}
@media screen and (max-width: 768px) {
  .header__bottom a.sp_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header__bottom a.voice {
    border-right: none;
  }
}
.header__bottom a:first-of-type {
  padding-left: 0;
}
.header__bottom a:last-of-type {
  border-right: none;
  padding-right: 0;
}
.header__bottom .nav-item {
  position: relative;
  flex: 1 0 auto;
  padding-block: 0.5%;
  border-right: solid 1px #313131;
}
.header__bottom .nav-item .submenu {
  position: absolute;
  top: 122%;
  left: 0;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.13);
  border-radius: 1px;
  padding: 10px 0;
  width: 245px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  transition: all 0.25s ease;
  z-index: 10;
}
@media screen and (max-width: 1100px) {
  .header__bottom .nav-item .submenu {
    width: 22vw;
  }
}
.header__bottom .nav-item .submenu li {
  list-style: none;
}
.header__bottom .nav-item .submenu li a {
  display: block;
  padding: 8px 16px;
  text-align: left;
  color: #313131;
  text-decoration: none;
  font-size: 0.75rem;
}
@media screen and (max-width: 1100px) {
  .header__bottom .nav-item .submenu li a {
    font-size: clamp(0.5rem, 1.55vw, 0.75rem);
  }
}
@media screen and (max-width: 768px) {
  .header__bottom .nav-item .submenu li a {
    font-size: clamp(0.4rem, 2.35vw, 0.875rem);
  }
}
.header__bottom .nav-item .submenu li a:hover {
  background: #f3f3f3;
}
.header__bottom .nav-item:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .header__bottom .nav-item:hover .submenu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
  }
}

.sp__accordion {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp__accordion {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: -120%;
    left: 0;
    padding: 2rem 1.5rem;
    background-color: #fffbf4;
    border: solid 2px #084b72;
    z-index: 98;
    transition: all 0.3s ease;
    overflow-y: auto;
  }
  .sp__accordion.active {
    top: 0;
  }
}
@media screen and (max-width: 550px) {
  .sp__accordion {
    padding: 1rem 0.75rem;
  }
}
.sp__accordion--block {
  margin-bottom: 0.75rem;
}
.sp__accordion--block .accordionHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.25rem;
  border-bottom: solid 1px #084b72;
}
.sp__accordion--block .accordionHeader p {
  color: #084b72;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 550px) {
  .sp__accordion--block .accordionHeader p {
    font-size: 0.75rem;
  }
}
.sp__accordion--block .accordionHeader__toggleBtn {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 550px) {
  .sp__accordion--block .accordionHeader__toggleBtn {
    width: 25px;
    height: 25px;
  }
}
.sp__accordion--block .accordionHeader__toggleBtn span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 2.5px;
  background-color: #084b72;
  transform: translate(-50%, -50%);
}
.sp__accordion--block .accordionHeader__toggleBtn span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(90deg);
}
@media screen and (max-width: 550px) {
  .sp__accordion--block .accordionHeader__toggleBtn span {
    width: 23px;
  }
}
.sp__accordion--block .accordionHeader.open .accordionHeader__toggleBtn span:nth-child(1) {
  opacity: 0;
}
.sp__accordion--block .accordionInner {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.sp__accordion--block .accordionInner__box {
  padding: 1rem 0.125rem;
}
@media screen and (max-width: 550px) {
  .sp__accordion--block .accordionInner__box {
    padding: 0.5rem 0.125rem;
  }
}
.sp__accordion--block .accordionInner__box a {
  display: block;
  margin-bottom: 0.25rem;
  color: #084b72;
  font-size: 0.875rem;
}
.sp__accordion--block .accordionInner__box a:active, .sp__accordion--block .accordionInner__box a:visited {
  color: #084b72;
}
@media screen and (max-width: 550px) {
  .sp__accordion--block .accordionInner__box a {
    font-size: 0.65rem;
  }
}

.footer {
  padding-block: 1rem;
  background-image: url(../img/footer/footer_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 550px) {
  .footer {
    padding-block: 1rem 4rem;
  }
}
.footer .wrapper {
  width: min(936px + 2.5rem, 100%);
}
@media screen and (max-width: 768px) {
  .footer .wrapper {
    width: min(500px + 2.5rem, 100%);
  }
}
.footer__logo {
  position: relative;
  display: block;
  max-width: 547px;
  margin: 0 auto 1.25rem;
}
@media screen and (max-width: 990px) {
  .footer__logo {
    width: 50vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 60vw;
  }
}
@media screen and (max-width: 550px) {
  .footer__logo {
    width: 245px;
    margin: 0 auto 0.75rem;
  }
}
.footer__logo::after {
  position: absolute;
  top: 15%;
  right: -10%;
  content: "";
  display: block;
  width: 76px;
  height: 76px;
  background-image: url(../img/common/p_mark.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 990px) {
  .footer__logo::after {
    width: 7.5vw;
    height: 7.5vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo::after {
    top: 21%;
  }
}
@media screen and (max-width: 550px) {
  .footer__logo::after {
    top: 5%;
    right: -15%;
    width: 41px;
    height: 41px;
  }
}
.footer__nav {
  display: grid;
  grid-template-columns: 0.85fr 0.215fr 0.9fr 0.4fr 0.9fr 0.35fr 0.9fr;
  grid-template-rows: repeat(2, 1fr);
  grid-row-gap: 0;
  margin-bottom: 2.25rem;
}
.footer__nav--01 {
  grid-area: 1/1/3/2;
}
.footer__nav--02 {
  grid-area: 1/3/3/4;
}
.footer__nav--03 {
  grid-area: 1/5/2/6;
}
.footer__nav--04 {
  grid-area: 1/7/2/8;
}
.footer__nav--05 {
  grid-area: 2/5/3/6;
}
.footer__nav--06 {
  grid-area: 2/7/3/8;
}
@media screen and (max-width: 990px) {
  .footer__nav {
    grid-template-columns: 1fr 0.2fr 1fr 0.2fr 1fr 0.2fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 4vw;
    grid-row-gap: 5vw;
    margin-bottom: 1.75rem;
  }
  .footer__nav--01 {
    grid-area: 1/1/3/2;
  }
  .footer__nav--02 {
    grid-area: 1/2/3/3;
  }
  .footer__nav--03 {
    grid-area: 1/3/3/4;
  }
  .footer__nav--04 {
    grid-area: 3/1/4/2;
  }
  .footer__nav--05 {
    grid-area: 3/2/4/3;
  }
  .footer__nav--06 {
    grid-area: 3/3/4/4;
  }
}
@media screen and (max-width: 550px) {
  .footer__nav {
    max-width: 215px;
    display: flex;
    flex-direction: column;
    margin: 0 auto 1rem;
    grid-row-gap: 3.25vw;
  }
  .footer__nav--01, .footer__nav--02, .footer__nav--03, .footer__nav--04, .footer__nav--05, .footer__nav--06 {
    width: 100%;
  }
}
.footer__nav a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 0.7rem;
}
@media screen and (max-width: 990px) {
  .footer__nav a {
    font-size: clamp(0.55rem, 1.7vw, 0.7rem);
  }
}
@media screen and (max-width: 550px) {
  .footer__nav a {
    font-size: 0.7125rem;
  }
}
.footer__nav a:active, .footer__nav a:visited {
  color: #fff;
}
.footer__nav a.current {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 990px) {
  .footer__nav a.current {
    padding-left: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav a.current {
    margin-bottom: 0.25rem;
  }
}
@media screen and (max-width: 550px) {
  .footer__nav a.current {
    padding-left: 0.75rem;
  }
}
@media screen and (max-width: 550px) {
  .footer__nav a.current.active::after {
    transform: rotate(90deg) translate(2px, 6px);
  }
}
.footer__nav a.current:hover {
  opacity: 1;
}
.footer__nav a.current::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 20px;
  height: 18px;
  background-image: url(../img/footer/footer_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
@media screen and (max-width: 990px) {
  .footer__nav a.current::after {
    width: 1.8vw;
    height: 1.65vw;
  }
}
@media screen and (max-width: 550px) {
  .footer__nav a.current::after {
    width: 15px;
    height: 14px;
  }
}
@media screen and (max-width: 550px) {
  .footer__nav a.child {
    margin-bottom: 0.25rem;
  }
}
@media screen and (max-width: 550px) {
  .footer__nav .child-list {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease;
    padding-left: 16px;
    margin-top: 8px;
  }
  .footer__nav .child-list.open {
    max-height: 450px;
  }
}
.footer__copy p {
  color: #fff;
  font-size: 0.7rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 990px) {
  .footer__copy p {
    font-size: 0.5rem;
  }
}
@media screen and (max-width: 550px) {
  .footer__copy p {
    font-size: 0.4rem;
  }
}

.sp__footer {
  display: none;
}
@media screen and (max-width: 550px) {
  .sp__footer {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
    z-index: 99;
  }
}
.sp__footer--left {
  width: 44%;
  background-color: #c4a436;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp__footer--left img {
  display: block;
  width: 29px;
  margin: 0 auto 0.125rem;
}
.sp__footer--left p {
  color: #fff;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(0.5rem, 3vw, 0.75rem);
}
.sp__footer--right {
  width: 56%;
  padding-block: 1.5% 1%;
  color: #084b72;
  text-align: center;
  background-color: #fff;
  border: solid 2px #084b72;
}
.sp__footer--right p {
  margin-bottom: 1%;
  font-size: clamp(0.365rem, 2.2vw, 0.5rem);
}
.sp__footer--right p span {
  padding: 0.65% 6%;
  background-color: #084b72;
  color: #fff;
  margin-right: 5.5%;
}
.sp__footer--right p small {
  position: relative;
  font-size: 100% !important;
}
.sp__footer--right p small::before, .sp__footer--right p small::after {
  position: absolute;
  top: 1px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.75%;
  height: 63%;
  background-color: #084b72;
}
.sp__footer--right p small::before {
  left: -6%;
  transform: rotate(-22deg);
}
.sp__footer--right p small::after {
  right: -6%;
  transform: rotate(22deg);
}
.sp__footer--right a {
  position: relative;
  padding-left: 9%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #084b72;
  line-height: 1.125;
  font-size: clamp(0.975rem, 6vw, 1.5rem);
  letter-spacing: 0;
}
.sp__footer--right a:visited, .sp__footer--right a:active {
  color: #084b72;
}
.sp__footer--right a::before {
  position: absolute;
  content: "";
  display: block;
  top: 15%;
  bottom: 0;
  left: -2%;
  margin: auto;
  width: 4.5vw;
  height: 4.5vw;
  background-image: url(../img/header/header_tel.png);
  background-repeat: no-repeat;
  background-size: contain;
}

/* 上に戻るボタン */
.toTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #084b72;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s;
}
@media screen and (max-width: 550px) {
  .toTop {
    bottom: 18vw;
  }
}
.toTop.is-show {
  opacity: 1;
  pointer-events: auto;
}
.toTop:hover {
  transform: translateY(-3px);
}
.toTop:focus-visible {
  outline: 2px solid #a69025;
  outline-offset: 3px;
}
.toTop .triangle {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #fff;
}

/*
all ==========================================================================*/
html, body {
  min-height: 100vh;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
  background-color: #fffbf4;
  color: #313131;
  font-size: 24px;
  font-feature-settings: "palt";
  scroll-behavior: smooth;
}

img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

a {
  text-decoration: none;
  color: #313131;
  transition: all 0.3s ease;
}
a:active, a:visited {
  text-decoration: none;
  color: #313131;
  transition: all 0.5s ease;
}
a:hover {
  opacity: 0.6;
}

ul li {
  list-style: none;
}

.wrapper {
  width: min(1110px + 2.5rem, 100%);
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.under .wrapper,
.column .wrapper {
  width: min(1110px + 1.66rem, 100%);
  margin-inline: auto;
  padding-inline: 0.83rem;
}

/*
セクションタイトル 共通 ==========================================================================*/
.section__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section__ttl img {
  max-width: 353px;
  transform: translateX(0.5rem);
}
@media screen and (max-width: 1024px) {
  .section__ttl img {
    width: 34vw;
    transform: translateX(0.75vw);
  }
}
@media screen and (max-width: 768px) {
  .section__ttl img {
    width: 10rem;
  }
}
@media screen and (max-width: 550px) {
  .section__ttl img {
    width: 40vw;
    transform: translate(1vw, 0.25vw);
  }
}
.section__ttl p {
  font-size: 2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  color: #084b72;
}
@media screen and (max-width: 1024px) {
  .section__ttl p {
    font-size: clamp(1.5rem, 4.75vw, 2rem);
  }
}
@media screen and (max-width: 550px) {
  .section__ttl p {
    font-size: clamp(0.875rem, 5.5vw, 1.5rem);
  }
}
.section__ttl p strong {
  font-size: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .section__ttl p strong {
    font-size: clamp(2rem, 5.875vw, 2.5rem);
  }
}
@media screen and (max-width: 550px) {
  .section__ttl p strong {
    font-size: clamp(1.252rem, 8.25vw, 2rem);
  }
}

/*
直営式場のご案内(スライダーあり) 共通 ==========================================================================*/
.direct__hall {
  padding-block: 1.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../img/top/direct_bg.jpg);
}
@media screen and (max-width: 550px) {
  .direct__hall {
    padding-block: 1rem;
  }
}
.direct__hall--ttl {
  display: flex;
  align-items: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: clamp(1.5rem, 4vw, 2rem);
  color: #fff;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .direct__hall--ttl {
    font-size: clamp(0.925rem, 5.65vw, 1.5rem);
  }
}
@media screen and (max-width: 550px) {
  .direct__hall--ttl {
    margin-bottom: 1.25rem;
  }
}
.direct__hall--ttl::before, .direct__hall--ttl::after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #fff;
}
.direct__hall--ttl::before {
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .direct__hall--ttl::before {
    margin-right: 0.5rem;
  }
}
.direct__hall--ttl::after {
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .direct__hall--ttl::after {
    margin-left: 0.5rem;
  }
}
.direct__hall--flex {
  color: #fff;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 1024px) {
  .direct__hall--flex {
    gap: 1.5%;
  }
}
.direct__hall--flex li {
  width: calc((100% - 2rem) / 3);
}
@media screen and (max-width: 1200px) {
  .direct__hall--flex li {
    width: 32.3333333333%;
  }
}
.direct__hall--flex li.slick-slide {
  width: 76vw;
  margin-right: 1rem;
}
.direct__hall--flex li figure {
  position: relative;
  margin-bottom: 2%;
}
@media screen and (max-width: 550px) {
  .direct__hall--flex li figure {
    margin-bottom: 3%;
  }
}
.direct__hall--flex li figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 550px) {
  .direct__hall--flex li figure img {
    aspect-ratio: 4.3/3;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.direct__hall--flex li figure figcaption {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  font-size: clamp(0.55rem, 1.65vw, 0.8rem);
  border-radius: 6px;
  padding: 5px 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
}
@media screen and (max-width: 768px) {
  .direct__hall--flex li figure figcaption {
    font-size: clamp(0.55rem, 3.125vw, 1rem);
  }
}
.direct__hall--flex li figure figcaption.shikijou {
  background: linear-gradient(to bottom, #A48724, #AF8E27);
}
.direct__hall--flex li figure figcaption.anchi {
  background: linear-gradient(to bottom, #07476C, #136390);
}
.direct__hall--flex li h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(0.75rem, 1.85vw, 0.95rem);
  margin-bottom: 0.125rem;
}
@media screen and (max-width: 768px) {
  .direct__hall--flex li h3 {
    font-size: clamp(0.75rem, 4.1vw, 1.3rem);
  }
}
@media screen and (max-width: 550px) {
  .direct__hall--flex li h3 {
    margin-bottom: 0.025rem;
  }
}
.direct__hall--flex li .saijou-add {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: clamp(0.5rem, 1.2vw, 0.6rem);
}
@media screen and (max-width: 1200px) {
  .direct__hall--flex li .saijou-add {
    margin-bottom: 3.5%;
  }
}
@media screen and (max-width: 768px) {
  .direct__hall--flex li .saijou-add {
    font-size: clamp(0.5rem, 2.95vw, 0.875rem);
  }
}
.direct__hall--flex li .btn__area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.direct__hall--flex li .btn__area a {
  color: #fff;
}
.direct__hall--flex li .btn__area a:visited, .direct__hall--flex li .btn__area a:active {
  color: #fff;
}
.direct__hall--flex li .btn__area .tel {
  position: relative;
  padding-left: 11%;
  font-size: clamp(0.65rem, 2vw, 1.25rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .direct__hall--flex li .btn__area .tel {
    font-size: clamp(0.9rem, 6.3vw, 1.875rem);
  }
}
.direct__hall--flex li .btn__area .tel::before {
  position: absolute;
  top: 1%;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../img/common/tel_icon_w.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  .direct__hall--flex li .btn__area .tel::before {
    width: 2.5vw;
    height: 2.5vw;
    top: 3%;
  }
}
@media screen and (max-width: 768px) {
  .direct__hall--flex li .btn__area .tel::before {
    width: 6vw;
    height: 6vw;
    top: 5%;
  }
}
.direct__hall--flex li .btn__area .more {
  position: relative;
  padding-inline: 5% 11%;
  padding-block: 0.5rem;
  font-size: clamp(0.5rem, 1.125vw, 0.55rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  border-radius: 30px;
  background-color: #c4a436;
  transition: all 0.3s ease;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.13);
}
@media screen and (max-width: 1200px) {
  .direct__hall--flex li .btn__area .more {
    padding-block: 3%;
    padding-inline: 6% 11%;
  }
}
@media screen and (max-width: 768px) {
  .direct__hall--flex li .btn__area .more {
    font-size: clamp(0.38rem, 2.95vw, 0.875rem);
    padding-inline: 6% 7.5vw;
  }
}
.direct__hall--flex li .btn__area .more:hover::after {
  right: 7%;
}
@media screen and (max-width: 1200px) {
  .direct__hall--flex li .btn__area .more:hover::after {
    right: 3%;
  }
}
.direct__hall--flex li .btn__area .more:visited, .direct__hall--flex li .btn__area .more:active {
  color: #fff;
}
.direct__hall--flex li .btn__area .more::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11%;
  margin: auto;
  content: "";
  width: 16px;
  height: 6px;
  background-image: url(../img/top/arrow_r_w.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .direct__hall--flex li .btn__area .more::after {
    right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .direct__hall--flex li .btn__area .more::after {
    right: 6%;
    width: 4.25vw;
    height: 1.8vw;
  }
}
.direct__hall .direct__slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .direct__hall .direct__slider {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 550px) {
  .direct__hall .direct__slider {
    padding-bottom: 1.25rem;
  }
}
.direct__hall .direct__slider .arrow_box {
  display: none;
  position: absolute;
  top: 0;
  bottom: 32%;
  left: 0;
  right: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .direct__hall .direct__slider .arrow_box {
    display: flex;
  }
}
.direct__hall .direct__slider .arrow_box .prev-arrow,
.direct__hall .direct__slider .arrow_box .next-arrow {
  position: absolute;
  top: 0;
  bottom: 35%;
  margin: auto;
  display: block;
  width: 18vw;
  height: 18vw;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  cursor: pointer;
}
.direct__hall .direct__slider .arrow_box .prev-arrow {
  left: 2%;
  background-image: url(../img/top/slider_arrow_l.png);
}
.direct__hall .direct__slider .arrow_box .next-arrow {
  right: 2%;
  background-image: url(../img/top/slider_arrow_r.png);
}
.direct__hall .direct__slider .dots-wrap {
  position: absolute;
  bottom: -3rem;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  z-index: 1;
}
@media screen and (max-width: 550px) {
  .direct__hall .direct__slider .dots-wrap {
    bottom: -1.25rem;
  }
}
.direct__hall .direct__slider .dots-wrap li {
  width: 68px;
  height: 3px;
  margin: 0 5px;
  background: #fff;
  cursor: pointer;
}
.direct__hall .direct__slider .dots-wrap li:hover, .direct__hall .direct__slider .dots-wrap li.slick-active {
  background: #c4a436;
}
.direct__hall .direct__slider .dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

/*
直営式場のご案内(SPスライダーなし) 共通 ==========================================================================*/
.direct__hallColumn {
  padding-block: 1.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../img/top/direct_bg.jpg);
}
.direct__hallColumn--ttl {
  display: flex;
  align-items: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: clamp(0.875rem, 5.5vw, 2rem);
  color: #fff;
  margin-bottom: 1.5rem;
}
.direct__hallColumn--ttl::before, .direct__hallColumn--ttl::after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #fff;
}
.direct__hallColumn--ttl::before {
  margin-right: 1rem;
}
.direct__hallColumn--ttl::after {
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .direct__hallColumn--ttl::after {
    margin-left: 0.5rem;
  }
}
.direct__hallColumn--flex {
  color: #fff;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 1024px) {
  .direct__hallColumn--flex {
    gap: 1.5%;
  }
}
@media screen and (max-width: 768px) {
  .direct__hallColumn--flex {
    flex-direction: column;
    align-content: center;
  }
}
.direct__hallColumn--flex li {
  width: calc((100% - 2rem) / 3);
}
@media screen and (max-width: 1200px) {
  .direct__hallColumn--flex li {
    width: 32.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .direct__hallColumn--flex li {
    width: 93%;
    display: flex;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
    margin-bottom: 1rem;
    padding: 3% 2%;
  }
}
@media screen and (max-width: 550px) {
  .direct__hallColumn--flex li {
    width: 100%;
    padding: 2%;
    flex-direction: column;
  }
}
.direct__hallColumn--flex li.slick-slide {
  width: 76vw;
  margin-right: 1rem;
}
.direct__hallColumn--flex li figure {
  position: relative;
  margin-bottom: 2%;
}
@media screen and (max-width: 768px) {
  .direct__hallColumn--flex li figure {
    width: 45%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 550px) {
  .direct__hallColumn--flex li figure {
    display: none;
  }
}
.direct__hallColumn--flex li figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .direct__hallColumn--flex li figure img {
    height: 100%;
  }
}
.direct__hallColumn--flex li figure figcaption {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  font-size: clamp(0.55rem, 1.65vw, 0.8rem);
  border-radius: 6px;
  padding: 5px 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
}
.direct__hallColumn--flex li figure figcaption.shikijou {
  background: linear-gradient(to bottom, #A48724, #AF8E27);
}
.direct__hallColumn--flex li figure figcaption.anchi {
  background: linear-gradient(to bottom, #07476C, #136390);
}
.direct__hallColumn--flex li .sp-show {
  display: none;
}
@media screen and (max-width: 550px) {
  .direct__hallColumn--flex li .sp-show {
    display: flex;
  }
}
.direct__hallColumn--flex li .sp-show .left {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.direct__hallColumn--flex li .sp-show .right {
  position: relative;
  width: 50%;
}
.direct__hallColumn--flex li .sp-show .right::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
}
.direct__hallColumn--flex li .sp-show .right::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  content: "もっと見る　▶︎";
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 0.5rem;
}
.direct__hallColumn--flex li .sp-show .right img {
  display: block;
}
@media screen and (max-width: 768px) {
  .direct__hallColumn--flex li .sp-block {
    width: 55%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 550px) {
  .direct__hallColumn--flex li .sp-block {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 3% 0 0;
    flex-direction: row;
    justify-content: flex-start;
  }
}
.direct__hallColumn--flex li .sp-block h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(0.75rem, 1.85vw, 0.95rem);
  margin-bottom: 0.125rem;
}
@media screen and (max-width: 768px) {
  .direct__hallColumn--flex li .sp-block h3 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 900;
    font-size: clamp(0.5rem, 3.5vw, 1.25rem);
    color: #084b72;
  }
}
@media screen and (max-width: 550px) {
  .direct__hallColumn--flex li .sp-block h3 {
    text-align: left;
    margin-right: 2%;
    font-size: clamp(0.45rem, 3vw, 0.8rem);
  }
}
.direct__hallColumn--flex li .sp-block .saijou-add {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: clamp(0.5rem, 1.2vw, 0.6rem);
}
@media screen and (max-width: 1200px) {
  .direct__hallColumn--flex li .sp-block .saijou-add {
    margin-bottom: 3.5%;
  }
}
@media screen and (max-width: 768px) {
  .direct__hallColumn--flex li .sp-block .saijou-add {
    font-family: "Zen Old Mincho", serif;
    font-weight: 900;
    font-size: clamp(0.375rem, 2.5vw, 1rem);
    color: #313131;
    margin-bottom: 5.5%;
  }
}
@media screen and (max-width: 550px) {
  .direct__hallColumn--flex li .sp-block .saijou-add {
    text-align: left;
    font-size: clamp(0.335rem, 2vw, 0.65rem);
    margin-bottom: 0;
  }
}
.direct__hallColumn--flex li .sp-block .btn__area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .direct__hallColumn--flex li .sp-block .btn__area {
    justify-content: center;
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .direct__hallColumn--flex li .sp-block .btn__area {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}
.direct__hallColumn--flex li .sp-block .btn__area a {
  color: #fff;
}
.direct__hallColumn--flex li .sp-block .btn__area a:visited, .direct__hallColumn--flex li .sp-block .btn__area a:active {
  color: #fff;
}
.direct__hallColumn--flex li .sp-block .btn__area .tel {
  position: relative;
  padding-left: 11%;
  font-size: clamp(0.65rem, 2vw, 1.25rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .direct__hallColumn--flex li .sp-block .btn__area .tel {
    display: none;
  }
}
.direct__hallColumn--flex li .sp-block .btn__area .tel::before {
  position: absolute;
  top: 1%;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../img/common/tel_icon_w.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  .direct__hallColumn--flex li .sp-block .btn__area .tel::before {
    width: 2.5vw;
    height: 2.5vw;
    top: 3%;
  }
}
.direct__hallColumn--flex li .sp-block .btn__area .more {
  position: relative;
  padding-inline: 5% 11%;
  padding-block: 0.5rem;
  font-size: clamp(0.5rem, 1.125vw, 0.55rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  border-radius: 30px;
  background-color: #c4a436;
  transition: all 0.3s ease;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.13);
}
@media screen and (max-width: 1200px) {
  .direct__hallColumn--flex li .sp-block .btn__area .more {
    padding-block: 3%;
    padding-inline: 6% 11%;
  }
}
@media screen and (max-width: 768px) {
  .direct__hallColumn--flex li .sp-block .btn__area .more {
    padding-block: 0.5rem;
    padding-inline: 1.5rem 2.5rem;
    font-size: clamp(0.375rem, 3vw, 0.75rem);
  }
}
@media screen and (max-width: 550px) {
  .direct__hallColumn--flex li .sp-block .btn__area .more {
    display: block;
    font-size: clamp(0.3rem, 1.875vw, 0.875rem);
    padding-inline: 2.5vw 5.5vw;
    padding-block: 5%;
  }
}
.direct__hallColumn--flex li .sp-block .btn__area .more:hover::after {
  right: 7%;
}
@media screen and (max-width: 1200px) {
  .direct__hallColumn--flex li .sp-block .btn__area .more:hover::after {
    right: 3%;
  }
}
.direct__hallColumn--flex li .sp-block .btn__area .more:visited, .direct__hallColumn--flex li .sp-block .btn__area .more:active {
  color: #fff;
}
.direct__hallColumn--flex li .sp-block .btn__area .more::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11%;
  margin: auto;
  content: "";
  width: 16px;
  height: 6px;
  background-image: url(../img/top/arrow_r_w.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .direct__hallColumn--flex li .sp-block .btn__area .more::after {
    right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .direct__hallColumn--flex li .sp-block .btn__area .more::after {
    right: 12%;
    width: 24px;
    height: 11px;
  }
}
@media screen and (max-width: 550px) {
  .direct__hallColumn--flex li .sp-block .btn__area .more::after {
    right: 6%;
    width: 3vw;
    height: 1.125vw;
  }
}

/*
下層MV(式場を見る) 共通 ==========================================================================*/
.shikijouMv {
  position: relative;
  width: 100%;
  height: 36vw;
  background-image: url(../img/common/shikijou_mv_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .shikijouMv {
    height: 85vw;
    background-image: url(../img/common/shikijou_mv_bg_sp.jpg);
  }
}
.shikijouMv a {
  position: absolute;
  bottom: 5.25vw;
  right: 0;
  left: 16vw;
  margin: auto;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .shikijouMv a {
    display: none;
  }
}
.shikijouMv a:hover {
  opacity: 1;
}
.shikijouMv a:visited p, .shikijouMv a:active p {
  color: #fff;
}
.shikijouMv a p {
  position: relative;
  padding: 8px 8vw 8px 4vw;
  color: #fff;
  background-color: #c4a436;
  border: solid 3px #fff;
  border-radius: 2rem;
  font-size: 1.35rem;
  font-size: clamp(0.75rem, 2.3vw, 1.5rem);
  overflow: hidden;
}
.shikijouMv a p::before {
  position: absolute;
  content: "";
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  transform: skewX(-30deg);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
}
.shikijouMv a p::after {
  position: absolute;
  top: 0;
  bottom: 1%;
  right: 11%;
  margin: auto;
  content: "";
  width: 3.75vw;
  height: 1.45vw;
  background-image: url(../img/top/ikebana_arrow_r.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .shikijouMv a p::after {
    width: 3.75vw;
    height: 1.45vw;
    right: 5vw;
  }
}
.shikijouMv a p:hover::before {
  animation: shine 0.6s;
}
@keyframes shine {
  100% {
    left: 100%;
  }
}

/*
下層 セクションタイトル共通 ==========================================================================*/
.underSecTtl {
  display: flex;
  align-items: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: clamp(1.5rem, 4vw, 2rem);
  color: #084b72;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .underSecTtl {
    text-align: center;
    font-size: clamp(0.925rem, 5.65vw, 1.5rem);
  }
}
@media screen and (max-width: 550px) {
  .underSecTtl {
    margin-bottom: 1.25rem;
  }
}
.underSecTtl::before, .underSecTtl::after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #084b72;
}
.underSecTtl::before {
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .underSecTtl::before {
    margin-right: 0.5rem;
  }
}
.underSecTtl::after {
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .underSecTtl::after {
    margin-left: 0.5rem;
  }
}
.underSecTtl .sp-show {
  display: none;
}
@media screen and (max-width: 768px) {
  .underSecTtl .sp-show {
    display: block;
  }
}

/*
CTA共通 ==========================================================================*/
.cta {
  background-image: url(../img/common/cta_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-block: 1.5rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .cta {
    padding-block: 1rem;
    margin-bottom: 10%;
  }
}
@media screen and (max-width: 550px) {
  .cta {
    margin-bottom: 0;
  }
}
.cta__content {
  display: flex;
  gap: 2%;
  align-items: stretch;
  justify-content: space-between;
  background-color: #fff;
  padding: 1.8rem 2.5rem 1.8rem 2rem;
}
@media screen and (max-width: 1200px) {
  .cta__content {
    padding: 5%;
  }
}
@media screen and (max-width: 768px) {
  .cta__content {
    padding: 4% 3%;
  }
}
@media screen and (max-width: 550px) {
  .cta__content {
    flex-direction: column;
    padding: 7.5% 5.5%;
    gap: 2vw;
  }
}
.cta__content--left {
  width: 56%;
  color: #084b72;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .cta__content--left {
    width: 100%;
  }
}
.cta__content--left p {
  font-size: 1.0875rem;
  margin-bottom: 1%;
}
@media screen and (max-width: 1200px) {
  .cta__content--left p {
    font-size: clamp(0.7rem, 2.1875vw, 1.0875rem);
  }
}
@media screen and (max-width: 768px) {
  .cta__content--left p {
    font-size: clamp(0.5rem, 2.175vw, 0.7rem);
  }
}
@media screen and (max-width: 550px) {
  .cta__content--left p {
    font-size: clamp(1.085rem, 6.6875vw, 1.25rem);
    line-height: 1.65;
  }
}
.cta__content--left p span {
  padding: 0.65% 5%;
  background-color: #084b72;
  color: #fff;
  margin-right: 5.5%;
}
@media screen and (max-width: 768px) {
  .cta__content--left p span {
    padding: 0.65% 3%;
  }
}
@media screen and (max-width: 550px) {
  .cta__content--left p span {
    margin-right: 0;
    padding: 1.5% 7%;
  }
}
.cta__content--left p strong {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 550px) {
  .cta__content--left p strong {
    font-size: clamp(1.35rem, 8.35vw, 1.5rem);
  }
}
.cta__content--left p br {
  display: none;
}
@media screen and (max-width: 550px) {
  .cta__content--left p br {
    display: block;
  }
}
.cta__content--left p small {
  position: relative;
  font-size: 100% !important;
}
@media screen and (max-width: 550px) {
  .cta__content--left p small {
    font-size: 0.875rem !important;
    font-size: clamp(0.875rem, 2.75vw, 1rem) !important;
  }
}
.cta__content--left p small::before, .cta__content--left p small::after {
  position: absolute;
  top: 1px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.75%;
  height: 63%;
  background-color: #084b72;
}
.cta__content--left p small::before {
  left: -15px;
  transform: rotate(-22deg);
}
@media screen and (max-width: 1200px) {
  .cta__content--left p small::before {
    left: -6%;
  }
}
.cta__content--left p small::after {
  right: -14px;
  transform: rotate(22deg);
}
@media screen and (max-width: 1200px) {
  .cta__content--left p small::after {
    right: -6%;
  }
}
.cta__content--left a {
  position: relative;
  padding-left: 9%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 3.5rem;
  color: #084b72;
  line-height: 1.125;
}
@media screen and (max-width: 1200px) {
  .cta__content--left a {
    font-size: clamp(2.125rem, 6.7vw, 3.5rem);
  }
}
@media screen and (max-width: 768px) {
  .cta__content--left a {
    font-size: clamp(1.55rem, 6.75vw, 2.125rem);
  }
}
@media screen and (max-width: 550px) {
  .cta__content--left a {
    font-size: 2rem;
    font-size: clamp(1.75rem, 10.75vw, 2.5rem);
    line-height: 1;
  }
}
.cta__content--left a:visited, .cta__content--left a:active {
  color: #084b72;
}
.cta__content--left a::before {
  position: absolute;
  content: "";
  display: block;
  top: 19%;
  bottom: 0;
  left: -2.5%;
  margin: auto;
  width: 52px;
  height: 52px;
  background-image: url(../img/header/header_tel.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1200px) {
  .cta__content--left a::before {
    width: 4.75vw;
    height: 4.75vw;
  }
}
@media screen and (max-width: 550px) {
  .cta__content--left a::before {
    top: 10%;
    width: 7.5vw;
    height: 7.5vw;
  }
}
.cta__content--right {
  width: 42%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #c4a436;
  color: #fff;
  text-align: right;
  padding-left: 7%;
  font-size: clamp(0.8rem, 2.425vw, 1.2125rem);
  border-radius: 9px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .cta__content--right {
    padding-left: 8%;
  }
}
@media screen and (max-width: 768px) {
  .cta__content--right {
    font-size: clamp(0.55rem, 2.4vw, 0.8rem);
    padding-left: 5%;
  }
}
@media screen and (max-width: 550px) {
  .cta__content--right {
    width: 100%;
    font-size: 0.875rem;
    font-size: clamp(0.875rem, 5.375vw, 1.125rem);
    padding-left: unset;
    padding: 4vw 2% 4vw 20%;
  }
}
.cta__content--right:active, .cta__content--right:visited {
  color: #fff;
}
.cta__content--right::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  left: 7%;
  margin: auto;
  width: 61px;
  height: 41px;
  background-image: url(../img/header/header_mail.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1200px) {
  .cta__content--right::before {
    width: 4.5vw;
    height: 2.875vw;
  }
}
@media screen and (max-width: 768px) {
  .cta__content--right::before {
    top: 1%;
    left: 5%;
  }
}
@media screen and (max-width: 550px) {
  .cta__content--right::before {
    top: 7%;
    left: 6%;
    width: 11vw;
    height: 8vw;
  }
}
.cta__content--right::after {
  position: absolute;
  content: "";
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  transform: skewX(-30deg);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
}
.cta__content--right:hover {
  opacity: 1;
}
.cta__content--right:hover::after {
  animation: shine 0.8s;
}
@keyframes shine {
  100% {
    left: 100%;
  }
}

/*
google map ==========================================================================*/
.google__map {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .google__map {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 550px) {
  .google__map {
    margin-top: 2.5rem;
  }
}
.google__map #map {
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 550px) {
  .google__map #map {
    height: 300px;
  }
}
.google__map #map .map-info {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  max-width: 280px;
}
@media screen and (max-width: 550px) {
  .google__map #map .map-info {
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 8px;
    max-width: 240px;
  }
}
.google__map #map .map-info__thumb {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 8px;
  flex-shrink: 0;
}
@media screen and (max-width: 550px) {
  .google__map #map .map-info__thumb {
    width: 60px;
    height: 60px;
  }
}
.google__map #map .map-info__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.google__map #map .map-info__text {
  flex: 1;
}
.google__map #map .map-info__title {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 550px) {
  .google__map #map .map-info__title {
    font-size: 12px;
    line-height: 1.3;
  }
}
.google__map #map .map-info__address {
  margin: 4px 0 0;
  font-size: 12px;
  color: #666;
}
@media screen and (max-width: 550px) {
  .google__map #map .map-info__address {
    font-size: 11px;
    line-height: 1.3;
  }
}

/*
下層 プライバシーポリシー共通 ==========================================================================*/
.privacyBox {
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
}
.privacyBox h2 {
  text-align: center;
  font-size: 1.75rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  color: #084b72;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1200px) {
  .privacyBox h2 {
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .privacyBox h2 {
    font-size: clamp(1.25rem, 4.75vw, 1.75rem);
  }
}
@media screen and (max-width: 768px) {
  .privacyBox h2 {
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 550px) {
  .privacyBox h2 {
    font-size: clamp(0.75rem, 5.5vw, 1.25rem);
    margin-bottom: 5%;
  }
}
.privacyBox__scroll {
  width: 100%;
  height: 250px;
  overflow-y: scroll;
  padding: 1rem;
  border: solid 1px #084b72;
  background-color: #fff;
  font-size: 0.85rem;
}
.privacyBox__scroll::-webkit-scrollbar {
  padding-inline: 2px;
  background-color: #f4f4f4;
}
.privacyBox__scroll::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  width: 19px;
  border-radius: 20px;
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
}
@media screen and (max-width: 768px) {
  .privacyBox__scroll {
    padding: 0.75rem 0.5rem;
    font-size: clamp(0.5rem, 3vw, 0.85rem);
  }
}
.privacyBox__scroll--table01 {
  width: 500px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .privacyBox__scroll--table01 {
    width: 350px;
  }
}
@media screen and (max-width: 550px) {
  .privacyBox__scroll--table01 {
    width: 100%;
  }
}
.privacyBox__scroll--table01 dl {
  display: flex;
  width: 100%;
  border-bottom: solid 1px #ccc;
  padding-block: 0.5rem;
}
@media screen and (max-width: 768px) {
  .privacyBox__scroll--table01 dl {
    font-size: clamp(0.5rem, 3vw, 0.85rem);
  }
}
.privacyBox__scroll--table01 dl:first-of-type {
  background-color: #084b72;
  color: #fff;
}
.privacyBox__scroll--table01 dl:first-of-type dt,
.privacyBox__scroll--table01 dl:first-of-type dd {
  text-align: center;
  padding-left: 0;
}
.privacyBox__scroll--table01 dl dt,
.privacyBox__scroll--table01 dl dd {
  width: 50%;
  padding-left: 1rem;
}
.privacyBox__scroll--table01 dl dt {
  border-right: solid 1px #ccc;
}
.privacyBox__scroll--table02 {
  width: 100%;
  margin-top: 0.5rem;
}
.privacyBox__scroll--table02 dl {
  display: flex;
  width: 100%;
  border-bottom: solid 1px #ccc;
  padding-block: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .privacyBox__scroll--table02 dl {
    font-size: clamp(0.3rem, 1.875vw, 0.85rem);
  }
}
.privacyBox__scroll--table02 dl:first-of-type {
  background-color: #084b72;
  color: #fff;
}
.privacyBox__scroll--table02 dl:first-of-type dt,
.privacyBox__scroll--table02 dl:first-of-type dd {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.privacyBox__scroll--table02 dl:not(:first-of-type) dt {
  text-align: left;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .privacyBox__scroll--table02 dl:not(:first-of-type) dt {
    padding-left: 2%;
  }
}
.privacyBox__scroll--table02 dl dt,
.privacyBox__scroll--table02 dl dd {
  width: 20%;
  text-align: center;
  border-right: solid 1px #ccc;
}
.privacyBox__scroll--table02 dl dd:last-of-type {
  border-right: none;
}

/*
page nav ==========================================================================*/
.page__navi .wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  justify-content: center;
  margin: 2.5rem 0;
}
@media screen and (max-width: 768px) {
  .page__navi .wp-pagenavi {
    gap: 1%;
  }
}
@media screen and (max-width: 550px) {
  .page__navi .wp-pagenavi {
    gap: 0.5%;
    margin: 4% 0;
  }
}
.page__navi .wp-pagenavi a,
.page__navi .wp-pagenavi span {
  display: inline-block;
  padding: 8px;
  border: 2px solid #084b72;
  color: #084b72;
  text-decoration: none;
  font-size: 1.05rem;
  line-height: 1;
  border-radius: 0;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page__navi .wp-pagenavi a,
  .page__navi .wp-pagenavi span {
    font-size: clamp(0.6125rem, 3.275vw, 0.75rem);
  }
}
@media screen and (max-width: 550px) {
  .page__navi .wp-pagenavi a,
  .page__navi .wp-pagenavi span {
    padding: 4.5px;
  }
}
.page__navi .wp-pagenavi a:hover {
  background: #084b72;
  color: #fff;
}
.page__navi .wp-pagenavi a.last, .page__navi .wp-pagenavi a.first {
  display: none;
}
.page__navi .wp-pagenavi span.current {
  background: #084b72;
  color: #fff;
  pointer-events: none;
}
.page__navi .wp-pagenavi span.paged, .page__navi .wp-pagenavi span.extend {
  border-color: transparent;
  color: #084b72;
  background: none;
  padding: 8px 6px;
}
@media screen and (max-width: 550px) {
  .page__navi .wp-pagenavi span.paged, .page__navi .wp-pagenavi span.extend {
    padding: 8px 0;
  }
}
.page__navi .wp-pagenavi span.pages {
  display: none;
}
.page__navi--arrow {
  border: none !important;
  width: 21px;
  height: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 550px) {
  .page__navi--arrow {
    width: 11px;
    height: 7px;
  }
}
.page__navi--arrow.r {
  margin-left: 0.125rme;
  background-image: url(../img/column/column_arrow_r.png);
}
.page__navi--arrow.l {
  margin-right: 0.125rme;
  background-image: url(../img/column/column_arrow_l.png);
}

/*
singleCta ==========================================================================*/
.singleCta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 550px) {
  .singleCta {
    gap: 0.25rem;
    margin-bottom: 10%;
  }
}
.singleCta li {
  width: calc((100% - 1.05rem) / 4);
}
@media screen and (max-width: 768px) {
  .singleCta li {
    width: calc((100% - 0.35rem) / 2);
  }
}
@media screen and (max-width: 550px) {
  .singleCta li {
    width: calc((100% - 0.25rem) / 2);
  }
}
.singleCta li img {
  display: block;
}

/*
フェードイン共通 ==========================================================================*/
.fadeIn {
  opacity: 0;
  transform: translateY(20px);
}
.fadeIn.is-show {
  animation: fadeInUp 0.8s ease forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
パンクズ共通 ==========================================================================*/
.breadcrumbs {
  margin-block: 1rem;
  line-height: 0.875;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    margin-block: 0.5rem;
  }
}
@media screen and (max-width: 550px) {
  .breadcrumbs {
    padding-block: 0.35rem 0.25rem;
  }
}
.breadcrumbs span {
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .breadcrumbs span {
    font-size: 0.65rem;
  }
}
@media screen and (max-width: 550px) {
  .breadcrumbs span {
    font-size: 0.5rem;
  }
}
.breadcrumbs span.slash {
  margin-inline: 0.5rem;
}
@media screen and (max-width: 550px) {
  .breadcrumbs span.slash {
    margin-inline: 0.25rem;
  }
}/*# sourceMappingURL=all-page.css.map */