@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : base.css
Description : 共通
===================================================================== */
@keyframes scrollAnime01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes loopAnime01-1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loopAnime01-2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
/* ========================================================
    base
======================================================== */
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1.8;
  box-sizing: border-box;
}

img {
  width: 100%;
  vertical-align: bottom;
  border: none;
}

a {
  text-decoration: none;
  word-break: break-all;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}

dt {
  font-weight: 400;
}

em {
  font-style: normal;
}

.sp {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: inline-block;
  }
}

.color_brown {
  color: #997631;
}

.text_align_left {
  text-align: left;
}
.text_align_center {
  text-align: center;
}
.text_align_right {
  text-align: right;
}
.text_indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

/* ========================================================
    layout
======================================================== */
html {
  font-size: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.7692307692vw;
  }
}
@media screen and (min-width: 1300px) {
  html {
    font-size: 10px;
  }
}

body {
  width: 100%;
  color: #000000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 2rem;
  }
}

.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f8f6f7;
  z-index: -3;
}

.main {
  position: relative;
  width: 100%;
  margin-top: 12rem;
}
@media screen and (min-width: 768px) {
  .main {
    margin-top: 9rem;
  }
}

.inner {
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 5rem;
}

/* ========================================================
    header
======================================================== */
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
.header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f8f6f7;
  z-index: -3;
}
.header .headnavi {
  position: relative;
  width: 100%;
}
.header .headnavi_column {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.header .headnavi_logo {
  position: relative;
  width: 29rem;
  margin-left: 3rem;
}
@media screen and (min-width: 768px) {
  .header .headnavi_logo {
    width: 25rem;
    margin-left: 3.125%;
  }
}
.header .headnavi_logo > a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header .headnavi_logo > a:hover {
    opacity: 1;
  }
}
.header .headnavi_logo > a > figure {
  line-height: 1 !important;
}
.header .headnavi_spmenu {
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  .header .headnavi_spmenu {
    display: none;
  }
}
.header .headnavi_spmenu_btn {
  position: relative;
  width: 12rem;
  aspect-ratio: 1/1;
}
.header .headnavi_spmenu_open {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  background-color: #bfa26a;
}
.header .headnavi_spmenu_open::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 41.6666666667%;
  aspect-ratio: 50/18;
  background-image: url(../images/common/btn_open.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
}
.header .headnavi_spmenu_close {
  position: relative;
  display: none;
  width: 100%;
  height: 100%;
  font-size: 0;
  background-color: #bfa26a;
}
.header .headnavi_spmenu_close::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 41.6666666667%;
  aspect-ratio: 50/20;
  background-image: url(../images/common/btn_close.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
}
.header .headnavi_spmenu_cont {
  position: absolute;
  right: 0;
  top: 100%;
  display: none;
  width: 100vw;
  height: calc(100vh - 12rem);
  background-color: rgba(248, 246, 247, 0.95);
}
.header .headnavi_spmenu_inner {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 9.6rem 5rem;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.header .headnavi_spmenu_list {
  position: relative;
  width: 100%;
}
.header .headnavi_spmenu_list > li {
  width: 100%;
  margin-top: 9.6rem;
}
.header .headnavi_spmenu_list > li:first-child {
  margin-top: 0;
}
.header .headnavi_spmenu_list > li.headnavi_spmenu_list_service > a {
  pointer-events: none;
}
.header .headnavi_spmenu_list > li.headnavi_spmenu_list_contact > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  aspect-ratio: 650/120;
  padding-left: 0;
  background-color: #bfa26a;
}
.header .headnavi_spmenu_list > li.headnavi_spmenu_list_contact > a::before {
  content: none;
}
.header .headnavi_spmenu_list > li.headnavi_spmenu_list_contact > a::after {
  content: "";
  position: absolute;
  right: 5rem;
  top: 50%;
  display: block;
  width: 3.3846153846%;
  aspect-ratio: 22/32;
  -webkit-mask-image: url(../images/common/arrow_bg01.svg);
          mask-image: url(../images/common/arrow_bg01.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background-color: #000000;
  transform: translateY(-50%);
}
.header .headnavi_spmenu_list > li > a {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 8rem;
}
.header .headnavi_spmenu_list > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 6rem;
  height: 2px;
  background-color: #d2d2d2;
  transform: translateY(-50%);
}
.header .headnavi_spmenu_list > li > a > span {
  display: block;
  font-size: 3.6rem;
  line-height: 1;
}
.header .headnavi_spmenu_list_sub {
  position: relative;
  width: 100%;
}
.header .headnavi_spmenu_list_sub > li {
  width: 100%;
  margin-top: 4.8rem;
}
.header .headnavi_spmenu_list_sub > li > a {
  display: block;
  width: 100%;
  padding-left: 12rem;
}
.header .headnavi_spmenu_list_sub > li > a > span {
  display: block;
  font-size: 3.2rem;
  line-height: 1;
}
.header .headnavi_pcmenu {
  display: none;
}
@media screen and (min-width: 768px) {
  .header .headnavi_pcmenu {
    position: relative;
    display: block;
  }
}
.header .headnavi_pcmenu_cont {
  position: relative;
  width: auto;
}
.header .headnavi_pcmenu_inner {
  position: relative;
  width: auto;
}
.header .headnavi_pcmenu_list {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.header .headnavi_pcmenu_list > li {
  width: 25rem;
  aspect-ratio: 250/90;
}
.header .headnavi_pcmenu_list > li:has(.headnavi_pcmenu_list_sub):hover > a::after {
  content: "";
}
.header .headnavi_pcmenu_list > li:has(.headnavi_pcmenu_list_sub):hover .headnavi_pcmenu_list_sub {
  visibility: visible;
  opacity: 1;
}
.header .headnavi_pcmenu_list > li.headnavi_pcmenu_list_service > a:active {
  pointer-events: none;
}
.header .headnavi_pcmenu_list > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
}
.header .headnavi_pcmenu_list > li > a:hover {
  opacity: 1;
}
.header .headnavi_pcmenu_list > li > a:hover::after {
  content: "";
}
.header .headnavi_pcmenu_list > li > a::after {
  content: none;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #bfa26a;
  z-index: -1;
}
.header .headnavi_pcmenu_list > li > a > span {
  position: relative;
  display: block;
  padding-left: 8rem;
  font-size: 1.6rem;
  line-height: 1;
}
.header .headnavi_pcmenu_list > li > a > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 6rem;
  height: 1px;
  background-color: #d2d2d2;
  transform: translateY(-50%);
}
.header .headnavi_pcmenu_list_sub {
  position: absolute;
  right: 0;
  top: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100vw;
  padding: 6rem 0;
  background-color: rgba(248, 246, 247, 0.95);
  visibility: hidden;
  opacity: 0;
}
.header .headnavi_pcmenu_list_sub > li {
  width: auto;
  margin-left: 4.5rem;
}
.header .headnavi_pcmenu_list_sub > li:first-child {
  margin-left: 0;
}
.header .headnavi_pcmenu_list_sub > li > a {
  position: relative;
  display: block;
  width: 100%;
}
.header .headnavi_pcmenu_list_sub > li > a:hover {
  opacity: 1;
}
.header .headnavi_pcmenu_list_sub > li > a:hover::before {
  content: "";
}
.header .headnavi_pcmenu_list_sub > li > a::before {
  content: none;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #bfa26a;
}
.header .headnavi_pcmenu_list_sub > li > a > span {
  display: block;
  font-size: 1.8rem;
}

/* ========================================================
    footer
======================================================== */
.footer {
  position: relative;
  width: 100%;
}
.footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  z-index: -3;
}
.footer .footnavi {
  position: relative;
  width: 100%;
  padding: 32rem 0 16rem 0;
}
@media screen and (min-width: 768px) {
  .footer .footnavi {
    padding: 13.8rem 0 12rem 0;
  }
}
.footer .footnavi_column {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 5rem;
}
.footer .footnavi_info {
  position: relative;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .footer .footnavi_info {
    width: 45.8333333333%;
  }
}
.footer .footnavi_logo {
  position: relative;
  width: 36.9230769231%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer .footnavi_logo {
    width: 43.6363636364%;
  }
}
.footer .footnavi_logo > a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer .footnavi_logo > a:hover {
    opacity: 1;
  }
}
.footer .footnavi_text {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .footer .footnavi_text {
    margin-top: 6rem;
  }
}
.footer .footnavi_text > :first-child {
  margin-top: 0 !important;
}
.footer .footnavi_address {
  position: relative;
  width: 100%;
  margin-top: 4.8rem;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer .footnavi_address {
    margin-top: 3.6rem;
    font-size: 1.8rem;
  }
}
.footer .footnavi_contact {
  position: relative;
  width: 100%;
  margin-top: 4.8rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer .footnavi_contact {
    margin-top: 3.6rem;
  }
}
.footer .footnavi_contact > li {
  width: 100%;
  font-weight: 500;
  text-decoration: underline;
}
.footer .footnavi_list {
  position: relative;
  width: 100%;
  margin: 12rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .footer .footnavi_list {
    width: 37.5%;
    margin: 0;
  }
}
.footer .footnavi_list > li {
  width: 100%;
  border-bottom: 1px solid #e3dbca;
}
.footer .footnavi_list > li:first-child {
  border-top: 1px solid #e3dbca;
}
.footer .footnavi_list > li > a {
  position: relative;
  display: block;
  width: 100%;
  padding: 2.4rem 0;
}
@media screen and (min-width: 768px) {
  .footer .footnavi_list > li > a {
    padding: 1.8rem 0;
  }
}
@media screen and (min-width: 768px) {
  .footer .footnavi_list > li > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .footer .footnavi_list > li > a:hover::before {
    transform: translateX(1rem) translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  .footer .footnavi_list > li > a:hover > span {
    color: #997631;
    transform: translateX(1rem);
  }
}
.footer .footnavi_list > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 1.2rem;
  aspect-ratio: 22/32;
  -webkit-mask-image: url(../images/common/arrow_bg01.svg);
          mask-image: url(../images/common/arrow_bg01.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background-color: #bfa26a;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .footer .footnavi_list > li > a::before {
    width: 0.8rem;
  }
}
.footer .footnavi_list > li > a > span {
  display: block;
  padding-left: 5rem;
  line-height: 1;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .footer .footnavi_list > li > a > span {
    padding-left: 3rem;
  }
}
.footer .copyright {
  position: relative;
  width: 100%;
  padding: 0 0 6rem 0;
}
@media screen and (min-width: 768px) {
  .footer .copyright {
    padding: 0 0 4.5rem 0;
  }
}
.footer .copyright_text {
  position: relative;
  width: 100%;
  color: #b08b42;
  font-size: 2.6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer .copyright_text {
    font-size: 1.6rem;
  }
}
.footer .pagetop {
  position: absolute;
  right: calc(50% - 6rem);
  top: 12rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .footer .pagetop {
    right: 5.2083333333%;
    top: 4.8rem;
  }
}
.footer .pagetop_btn {
  position: relative;
  width: 12rem;
  aspect-ratio: 123/73;
}
@media screen and (min-width: 768px) {
  .footer .pagetop_btn {
    width: 7.6rem;
  }
}
.footer .pagetop_btn > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  background-image: url(../images/common/btn_pagetop.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .footer .pagetop_btn > a:hover {
    background-image: url(../images/common/btn_pagetop_h.png);
    transform: translateY(-1rem);
    opacity: 1;
  }
}/*# sourceMappingURL=base.css.map */