@charset "UTF-8";
:root {
  font-size: 62.5%;
}
@media (max-width: 1280px) {
  :root {
    font-size: 0.78125vw;
  }
}
@media (max-width: 768px) {
  :root {
    font-size: 1.8181818182vw;
  }
}

.for_sp {
  display: none;
}

.for_pc {
  display: inline-block;
}

.flex {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .for_sp {
    display: inline-block;
  }
  .for_pc {
    display: none;
  }
}
html,
body {
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1.45;
  letter-spacing: 0.1em;
  margin: 0 auto;
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  color: #212121;
}

/***************************************************** pc */
@media (min-width: 769px) {
  a {
    transition: 0.3s ease-in-out;
  }
  img {
    transition: 0.3s ease-in-out;
  }
  a:active,
  a:hover,
  a:hover img {
    opacity: 0.5;
  }
  .showup {
    opacity: 0;
    transition: 1s;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
  }
  .upview {
    -moz-animation: showup 0.6s linear 0s 1 normal forwards;
    -webkit-animation: showup 0.6s linear 0s 1 normal forwards;
    -o-animation: showup 0.6s linear 0s 1 normal forwards;
    -ms-animation: showup 0.6s linear 0s 1 normal forwards;
  }
  .upview.uv2 {
    -moz-animation: showup 0.6s linear 0.3s 1 normal forwards;
    -webkit-animation: showup 0.6s linear 0.3s 1 normal forwards;
    -o-animation: showup 0.6s linear 0.3s 1 normal forwards;
    -ms-animation: showup 0.6s linear 0.3s 1 normal forwards;
  }
  .upview.uv3 {
    -moz-animation: showup 0.6s linear 0.6s 1 normal forwards;
    -webkit-animation: showup 0.6s linear 0.6s 1 normal forwards;
    -o-animation: showup 0.6s linear 0.6s 1 normal forwards;
    -ms-animation: showup 0.6s linear 0.6s 1 normal forwards;
  }
  .upview.uv4 {
    -moz-animation: showup 0.6s linear 0.9s 1 normal forwards;
    -webkit-animation: showup 0.6s linear 0.9s 1 normal forwards;
    -o-animation: showup 0.6s linear 0.9s 1 normal forwards;
    -ms-animation: showup 0.6s linear 0.9s 1 normal forwards;
  }
  .upview.uv5 {
    -moz-animation: showup 0.6s linear 1.2s 1 normal forwards;
    -webkit-animation: showup 0.6s linear 1.2s 1 normal forwards;
    -o-animation: showup 0.6s linear 1.2s 1 normal forwards;
    -ms-animation: showup 0.6s linear 1.2s 1 normal forwards;
  }
  .showdown {
    opacity: 0;
    transition: 1s;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
  }
  .downview {
    -moz-animation: showdown 0.6s linear 0s 1 normal forwards;
    -webkit-animation: showdown 0.6s linear 0s 1 normal forwards;
    -o-animation: showdown 0.6s linear 0s 1 normal forwards;
    -ms-animation: showdown 0.6s linear 0s 1 normal forwards;
  }
  .downview.dv2 {
    -moz-animation: showdown 0.6s linear 0.3s 1 normal forwards;
    -webkit-animation: showdown 0.6s linear 0.3s 1 normal forwards;
    -o-animation: showdown 0.6s linear 0.3s 1 normal forwards;
    -ms-animation: showdown 0.6s linear 0.3s 1 normal forwards;
  }
  .downview.dv3 {
    -moz-animation: showdown 0.6s linear 0.6s 1 normal forwards;
    -webkit-animation: showdown 0.6s linear 0.6s 1 normal forwards;
    -o-animation: showdown 0.6s linear 0.6s 1 normal forwards;
    -ms-animation: showdown 0.6s linear 0.6s 1 normal forwards;
  }
  .downview.dv4 {
    -moz-animation: showdown 0.6s linear 0.9s 1 normal forwards;
    -webkit-animation: showdown 0.6s linear 0.9s 1 normal forwards;
    -o-animation: showdown 0.6s linear 0.9s 1 normal forwards;
    -ms-animation: showdown 0.6s linear 0.9s 1 normal forwards;
  }
  .showleft {
    opacity: 0;
    transition: 1s;
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
  }
  .leftview {
    -moz-animation: showleft 1s linear 0s 1 normal forwards;
    -webkit-animation: showleft 1s linear 0s 1 normal forwards;
    -o-animation: showleft 1s linear 0s 1 normal forwards;
    -ms-animation: showleft 1s linear 0s 1 normal forwards;
  }
  .showright {
    opacity: 0;
    transition: 1s;
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
  }
  .rightview {
    -moz-animation: showright 1s linear 0s 1 normal forwards;
    -webkit-animation: showright 1s linear 0s 1 normal forwards;
    -o-animation: showright 1s linear 0s 1 normal forwards;
    -ms-animation: showright 1s linear 0s 1 normal forwards;
  }
  .wrap,
  #page {
    width: 100%;
    position: relative;
  }
  /* common
  ---------------------------------------------------------------------- */
  .mainw,
  .mainw_pc {
    max-width: 132rem;
    margin: 0 auto;
    padding: 0 2rem;
  }
  .img100 {
    width: 100%;
  }
  .img100 img {
    width: 100%;
  }
  /* keyframe
  ---------------------------------------------------------------------- */
}
/***************************************************** sp */
@media screen and (max-width: 768px) {
  body {
    font-size: 2rem;
    line-height: 1.75;
  }
  a {
    transition: 0.3s ease-in-out;
  }
  img {
    transition: 0.3s ease-in-out;
  }
  a:active,
  a:hover,
  a:hover img {
    opacity: 0.7;
  }
  .wrap,
  #page {
    width: 100%;
    position: relative;
  }
  .for_pc {
    display: none !important;
  }
  .for_tab {
    display: none;
  }
  .for_pcnotab {
    display: none !important;
  }
  .for_nw {
    display: none !important;
  }
  .showup {
    opacity: 0;
    transition: 1s;
    transform: translateY(4vw);
    -webkit-transform: translateY(4vw);
    -moz-transform: translateY(4vw);
    -ms-transform: translateY(4vw);
    -o-transform: translateY(4vw);
  }
  .upview {
    -moz-animation: showup 1s linear 0s 1 normal forwards;
    -webkit-animation: showup 1s linear 0s 1 normal forwards;
    -o-animation: showup 1s linear 0s 1 normal forwards;
    -ms-animation: showup 1s linear 0s 1 normal forwards;
  }
  .showdown {
    opacity: 0;
    transition: 1s;
    transform: translateY(-4vw);
    -webkit-transform: translateY(-4vw);
    -moz-transform: translateY(-4vw);
    -ms-transform: translateY(-4vw);
    -o-transform: translateY(-4vw);
  }
  .downview {
    -moz-animation: showup 1s linear 0s 1 normal forwards;
    -webkit-animation: showup 1s linear 0s 1 normal forwards;
    -o-animation: showup 1s linear 0s 1 normal forwards;
    -ms-animation: showup 1s linear 0s 1 normal forwards;
  }
  .showleft {
    opacity: 0;
    transition: 1s;
    transform: translateX(-4vw);
    -webkit-transform: translateX(-4vw);
    -moz-transform: translateX(-4vw);
    -ms-transform: translateX(-4vw);
    -o-transform: translateX(-4vw);
  }
  .leftview {
    -moz-animation: showleft 1s linear 0s 1 normal forwards;
    -webkit-animation: showleft 1s linear 0s 1 normal forwards;
    -o-animation: showleft 1s linear 0s 1 normal forwards;
    -ms-animation: showleft 1s linear 0s 1 normal forwards;
  }
  .showright {
    opacity: 0;
    transition: 1s;
    transform: translateX(4vw);
    -webkit-transform: translateX(4vw);
    -moz-transform: translateX(4vw);
    -ms-transform: translateX(4vw);
    -o-transform: translateX(4vw);
  }
  .rightview {
    -moz-animation: showright 1s linear 0s 1 normal forwards;
    -webkit-animation: showright 1s linear 0s 1 normal forwards;
    -o-animation: showright 1s linear 0s 1 normal forwards;
    -ms-animation: showright 1s linear 0s 1 normal forwards;
  }
  /* common
  ---------------------------------------------------------------------- */
  .mainw {
    width: 95.5vw;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  /* keyframe
  ---------------------------------------------------------------------- */
}
/* ヘッダーのCSS */
.header {
  position: sticky;
  z-index: 300;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
}
.header-inr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
}
.header-logo {
  max-width: 29rem;
}
.header-navi {
  letter-spacing: 0;
  display: flex;
  gap: 6.5rem;
  font-size: 1.8rem;
  align-items: center;
}
.header-navi a {
  text-decoration: none;
  color: #b08f4e;
  font-weight: bold;
}
.header-contact {
  font-size: 1.8rem;
  line-height: 1;
  text-align: right;
}
.header-contact span {
  font-size: 4.2rem;
  display: block;
  padding: 0 0 0.6rem;
}

@media screen and (max-width: 768px) {
  .header-inr {
    padding: 1rem 0;
  }
  .header-logo {
    max-width: 29rem;
  }
  .header-navi {
    transform: scale(1, 0);
    transform-origin: top;
    background-color: #fff;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 100;
    flex-direction: column;
    align-items: baseline;
    gap: 0;
    font-size: 2rem;
    align-items: center;
    padding: 4rem 0 8rem;
  }
  .header-navi a {
    text-decoration: none;
    color: #b08f4e;
    font-weight: bold;
    display: block;
    width: 100%;
    padding: 2.8rem 1.8rem;
    border-bottom: 1px solid #b08f4e;
    position: relative;
  }
  .header-navi a:after {
    position: absolute;
    top: 50%;
    right: 1.8rem;
    width: 1rem;
    height: 1rem;
    content: "";
    transform: translateY(-50%) rotate(-45deg);
    border-bottom: 0.1rem solid #b08f4e;
    border-right: 0.1rem solid #b08f4e;
  }
  .header-contact {
    font-size: 2rem;
    line-height: 1;
    text-align: center;
  }
  .header-contact span {
    font-size: 5rem;
    display: block;
    padding: 0 0 0.6rem;
  }
  .header a[href*="tel:"]::after {
    display: none;
  }
}
/* Hamburger menu button */
.menu-btn:checked ~ .header-navi {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.menu-btn:checked ~ .header-navi a,
.menu-btn:checked ~ .header-navi li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.menu-btn {
  display: none;
  z-index: 200;
}

.menu-icon {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 24px 14px;
}

.navicon {
  background: #b08f4e;
  display: block;
  height: 3px;
  width: 26px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #b08f4e;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 9px;
}

.navicon:after {
  bottom: 9px;
}

.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}

.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* 共通css */
.top-title-background {
  background: #c1a97d;
  padding: 5rem 0 5.4rem;
  text-align: center;
  color: #fff;
  border-radius: 0 0 0 13.8rem;
  font-weight: 500;
}
.top-title-background .description-title {
  font-size: 4.5rem;
  letter-spacing: 0.1em;
}
.top-title-background .sub-title {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .top-title-background {
    padding: 2rem 0 2.4rem;
    border-radius: 0 0 0 8.6rem;
  }
  .top-title-background .description-title {
    font-size: 3rem;
    line-height: 1.1666666667;
  }
  .top-title-background .sub-title {
    font-size: 1.5rem;
  }
}
/* 中ページ共通css */
.page .top-title-background {
  background: #c1a97d;
  padding: 2rem 0 2.6rem;
}
.page .top-title-background .description-title {
  font-size: 4.8rem;
}

.c-text {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .c-text {
    font-size: 2rem;
    line-height: 1.75;
  }
}
.c-textS {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
}

.top-ttl {
  font-size: 4.8rem;
  font-weight: 500;
  color: #c1a97d;
  text-align: center;
  line-height: 100%;
  letter-spacing: 0.1em;
}
.top-ttl .sub-title {
  font-size: 2.4rem;
  display: block;
  letter-spacing: 0.1em;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .top-ttl {
    font-size: 3rem;
  }
  .top-ttl .sub-title {
    font-size: 1.5rem;
  }
}
.c-middle-ttl {
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  color: #c1a97d;
}

.privacy .c-middle-ttl {
  text-align: initial;
}

.c-btn a {
  font-size: 3rem;
  max-width: 44rem;
  height: 9.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2.4rem;
  border: 0.3rem solid #c1a97d;
  background-color: #fff;
  color: #c1a97d;
  font-weight: 500;
}

.c-btn a:hover {
  color: #fff;
  background-color: #c1a97d;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .c-btn a {
    font-size: 3rem;
    border-radius: 1.5rem;
    border: 0.2rem solid #c1a97d;
  }
}
.c-contact {
  margin-top: 13rem;
}
.c-contact ul {
  margin-top: 10rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9rem 0;
}
.c-contact li {
  max-width: 55rem;
  width: 100%;
  text-align: center;
}
.c-contact dt {
  font-size: 3rem;
  letter-spacing: 0.1em;
}
.c-contact .cite {
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0;
}
.c-contact .tel {
  font-size: 7.2rem;
  font-weight: 500;
  color: #c1a97d;
}
.c-contact .c-btn a {
  margin: 3rem auto 0;
  max-width: 30rem;
  height: 7rem;
  border-radius: 1.3rem;
}
.c-contact .calendar {
  text-align: center;
  font-size: 3.6rem;
  margin-top: 10rem;
}

@media screen and (max-width: 768px) {
  .c-contact {
    margin-top: 10rem;
  }
  .c-contact ul {
    margin-top: 7rem;
    gap: 6.8rem 0;
  }
  .c-contact li {
    max-width: 55rem;
    width: 100%;
  }
  .c-contact dt {
    font-size: 2.1rem;
  }
  .c-contact .cite {
    display: block;
    font-size: 1.7rem;
    letter-spacing: 0;
  }
  .c-contact .tel {
    font-size: 6.25rem;
    line-height: 1;
  }
  .c-contact .c-btn a {
    margin: 2rem auto 0;
    max-width: 39.6rem;
    height: 9.3rem;
    border-radius: 0.8rem;
  }
  .c-contact .calendar {
    font-size: 2.5rem;
    margin-top: 7rem;
  }
  .c-contact .calendar img {
    margin-top: 3rem;
    width: 7.8rem;
  }
}
.map iframe {
  margin-top: 3rem;
  width: 100%;
  height: 100%;
  aspect-ratio: 1951/683;
}

@media screen and (max-width: 768px) {
  .map {
    margin-top: 8rem;
  }
  .map iframe {
    margin-top: 3rem;
    width: 100%;
    height: 100%;
    aspect-ratio: 75/43;
  }
}
.footer-inr.mainw {
  display: flex;
  margin-top: 4rem;
  gap: 0 5rem;
}

@media screen and (max-width: 768px) {
  .footer-inr.mainw {
    flex-direction: column;
    margin-top: 2rem;
  }
}
.footer-summary dl {
  margin-top: 5rem;
  display: flex;
  font-size: 2.4rem;
}
.footer-summary dt {
  width: 15rem;
}
.footer-summary dt {
  font-weight: 500;
  color: #c1a97d;
}

@media screen and (max-width: 768px) {
  .footer-logo {
    max-width: 19rem;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-summary {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-summary dl {
    margin-top: 2rem;
    font-size: 2rem;
  }
  .footer-summary dt {
    width: 13rem;
  }
}
.footer-navi {
  display: flex;
  gap: 0 9rem;
}
.footer-navi dl, .footer-navi h3 {
  margin-bottom: 4rem;
  font-size: 2.4rem;
}
.footer-navi dt, .footer-navi h3 {
  font-weight: 500;
  color: #c1a97d;
}
.footer-navi dd {
  display: block;
  font-size: 1.8rem;
}
.footer-navi dd a {
  margin-top: 0.5rem;
  display: inline-block;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .footer-navi {
    display: none;
  }
}
.copy {
  text-align: center;
  font-size: 1.6rem;
  padding: 1rem 0;
  background-color: #c1a97d;
  color: #fff;
  margin-top: 10rem;
}

@media screen and (max-width: 768px) {
  .copy {
    font-size: 1.5rem;
    padding: 2rem 0;
    margin-top: 4rem;
  }
}
/* section-partner */
.section-partner {
  margin-top: 14rem;
}
.section-partner h2 + p {
  margin-top: 2rem;
  text-align: center;
  font-size: 2rem;
}
.section-partner .logo-slider {
  margin-top: 3rem;
  overflow-x: hidden;
}
.section-partner .logo-area {
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-left: 18px;
  margin-right: 18px;
}
.section-partner .c-btn {
  margin-top: 9.8rem;
}
.section-partner .c-btn a {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .section-partner {
    margin-top: 10rem;
  }
  .section-partner h2 + p {
    margin-top: 3.4rem;
  }
  .section-partner .logo-slider {
    margin-top: 3rem;
    overflow-x: hidden;
  }
  .section-partner .logo-area {
    width: auto !important;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .section-partner .c-btn {
    margin-top: 4rem;
  }
  .section-partner .c-btn a {
    margin-left: auto;
    margin-right: auto;
  }
}/*# sourceMappingURL=header_footer.css.map */