.mobile-menu__btn {
  background-color: unset;
  border: none;
  outline: none;
  cursor: pointer;
}
.mobile-menu__btn span {
  display: block;
  height: 2px;
  width: 36px;
  background-color: black;
  margin-bottom: 10px;
  transition: all 0.7s;
}
@media screen and (min-width: 760px) {
  .mobile-menu__btn span {
    height: 2px;
    width: 65px;
    margin-bottom: 20px;
  }
}
.mobile-menu__btn span:nth-child(3) {
  margin-bottom: 0;
}

.menu_open .mobile-menu__btn span {
  background-color: #fff;
}
.menu_open .mobile-menu__btn span:nth-child(1) {
  transform: translateY(12px) rotate(-135deg);
}
.menu_open .mobile-menu__btn span:nth-child(2) {
  transform: translateX(-6px) scale(0);
}
.menu_open .mobile-menu__btn span:nth-child(3) {
  transform: translateY(-12px) rotate(135deg);
}

.header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(250, 247, 240, 0.8196078431);
  width: 100%;
  height: 80px;
  z-index: 100;
}
@media screen and (min-width: 760px) {
  .header-mobile {
    display: none;
  }
}
.header-mobile__title {
  font-size: 20px;
  display: block;
  color: #4a4947;
  letter-spacing: 0.1em;
  margin-top: 25px;
  margin-left: 20px;
}

.mobile-menu {
  height: 100vh;
  position: absolute;
  width: 70%;
  top: 0;
  right: 0;
  background-color: #cbb180;
  z-index: 8888;
  opacity: 0;
  transform: translateX(100%);
  transition: transform 0.3s;
}
.mobile-menu nav {
  margin: 50px auto;
  padding: 30px;
  vertical-align: bottom;
}
.mobile-menu__item {
  vertical-align: middle;
  margin-top: 20px;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  transition: all 0.3s;
  opacity: 0;
}
.mobile-menu__icon {
  vertical-align: middle;
  width: 25px;
  display: inline;
  margin-right: 5px;
}
.mobile-menu__label {
  color: #fff;
}
.mobile-menu__btn {
  position: absolute;
  top: 26px;
  right: 0;
  z-index: 9999;
}
@media screen and (min-width: 760px) {
  .mobile-menu__btn {
    top: 52px;
    right: 20px;
  }
}
.mobile-menu details li {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  opacity: 0;
}
.mobile-menu details li a {
  color: #fff;
}
.mobile-menu summary {
  position: relative;
  display: block;
  list-style: none;
}
.mobile-menu summary::-webkit-details-marker {
  display: none;
  list-style: none;
}
.mobile-menu summary::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  right: 20px;
  height: 12px;
  width: 2px;
  background-color: #fff;
}
.mobile-menu summary::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  right: 20px;
  height: 12px;
  width: 2px;
  background-color: #fff;
  transform: rotate(90deg);
}
.mobile-menu details[open] summary {
  padding-bottom: 20px;
}
.mobile-menu details[open] summary::after {
  display: none;
}

.accordion-menu-open .accordion-menu {
  border-bottom: none;
}
.accordion-menu-open .accordion-menu li {
  animation: ta-down 0.5s both;
}
.accordion-menu-open .accordion-menu li:nth-child(1) {
  animation-delay: 0.07s;
}
.accordion-menu-open .accordion-menu li:nth-child(2) {
  animation-delay: 0.14s;
}
.accordion-menu-open .accordion-menu li:nth-child(3) {
  animation-delay: 0.21s;
}
.accordion-menu-open .accordion-menu li:nth-child(4) {
  animation-delay: 0.28s;
}
.accordion-menu-open .accordion-menu li:nth-child(5) {
  animation-delay: 0.35s;
}
.accordion-menu-open .accordion-menu li:nth-child(6) {
  animation-delay: 0.42s;
}
.accordion-menu-open .accordion-menu li:nth-child(7) {
  animation-delay: 0.49s;
}
.accordion-menu-open .accordion-menu li:nth-child(8) {
  animation-delay: 0.56s;
}
.accordion-menu-open .accordion-menu li:nth-child(9) {
  animation-delay: 0.63s;
}

.menu_open .mobile-menu__item {
  animation: ta-down 0.5s both;
}
.menu_open .mobile-menu__item:nth-child(1) {
  animation-delay: 0.07s;
}
.menu_open .mobile-menu__item:nth-child(2) {
  animation-delay: 0.14s;
}
.menu_open .mobile-menu__item:nth-child(3) {
  animation-delay: 0.21s;
}
.menu_open .mobile-menu__item:nth-child(4) {
  animation-delay: 0.28s;
}
.menu_open .mobile-menu__item:nth-child(5) {
  animation-delay: 0.35s;
}
.menu_open .mobile-menu__item:nth-child(6) {
  animation-delay: 0.42s;
}
.menu_open .mobile-menu {
  opacity: 1;
  transform: none;
}

.header {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 70px;
}
@media screen and (min-width: 760px) {
  .header {
    display: block;
  }
}
.header__wrap {
  width: 100%;
  position: relative;
}
.header h2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  z-index: 10000;
  font-size: 18px;
  display: block;
  letter-spacing: 0.1em;
  color: #4a4947;
}
@media screen and (min-width: 1280px) {
  .header h2 {
    left: 50px;
    font-size: 20px;
  }
}
.header ul {
  display: block;
  text-align: center;
}
.header__link {
  color: #4a4947;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 20px;
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .header__link {
    padding: 20px 60px;
  }
}
.header__link::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  transition: all 0.4s;
}
.header__link:hover:before {
  background: #efd094;
  transform: translate(-50%, 0);
  z-index: -1;
}
.header__link:hover {
  color: #fff;
}

.header__item {
  display: inline-block;
  height: 70px;
}
.header__item ul {
  display: none;
}

.fixed.header, .hover.header {
  position: fixed;
  background: rgba(250, 247, 240, 0.8196078431);
}

.menu-hover.header {
  height: 300px;
  position: fixed;
  background: rgba(250, 247, 240, 0.8196078431);
  transition: all 0.3s;
}
.menu-hover.header .menu-item .header__link:before {
  background: #efd094;
}
.menu-hover.header .menu-item ul {
  display: block;
}
.menu-hover.header .menu-item li:hover a {
  color: #fff;
}

.menu-item {
  position: relative;
}
.menu-item ul {
  position: absolute;
  top: 70px;
  left: -43px;
  width: 200px;
}
@media screen and (min-width: 1280px) {
  .menu-item ul {
    left: 0;
  }
}
.menu-item li {
  padding: 10px;
  font-size: 14px;
  overflow: hidden;
  position: relative;
}
.menu-item li::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  transition: all 0.6s;
  z-index: -1;
}
.menu-item li:hover:before {
  background: #efd094;
  transform: translateX(0);
  z-index: -1;
}
.menu-item li:first-child {
  margin-top: 10px;
}
.menu-item li a {
  color: #4a4947;
}

.inview {
  animation: ta-up 1.5s ease both;
}

.animation {
  opacity: 0;
}

@keyframes ta-up {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes ta-down {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Prata", serif;
}

#container {
  position: relative;
  height: 100%;
}

.section-title {
  text-align: center;
  font-size: 26px;
  color: #937218;
  margin: 30px 0;
  letter-spacing: 0.2em;
  font-weight: 500;
}
@media screen and (min-width: 760px) {
  .section-title {
    font-size: 30px;
  }
}
.section-title::after {
  content: " ";
  width: 20px;
  background: #898458;
  height: 1px;
  display: block;
  margin: 10px auto;
}
@media screen and (min-width: 760px) {
  .section-title::after {
    width: 34px;
  }
}

.footer {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background-color: #525146;
}
@media screen and (min-width: 760px) {
  .footer {
    height: 180px;
  }
}
.footer__inner {
  height: 100%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  padding: 10px 20px;
}
.footer h4 {
  color: #faf7f0;
  margin-top: 10px;
}
.footer__txt {
  margin-top: 10px;
}
.footer span {
  display: block;
  color: #faf7f0;
}
.footer a {
  color: #faf7f0;
  background: url(../../../images/icon/footer-icon.png) no-repeat left center;
  background-size: 20px;
  padding: 20px;
  -webkit-text-decoration: underline #898458;
          text-decoration: underline #898458;
}
.footer__copy {
  color: #faf7f0;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

.label-title {
  margin-bottom: 30px;
  background-color: rgba(205, 179, 119, 0.9215686275);
  color: #fff;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 760px) {
  .label-title {
    font-size: 30px;
  }
}

.font-c, .p-contents p {
  font-weight: bold;
  line-height: 1.7em;
}

.font-size-16-18, .p-contents p, .footer h4, .footer span, .footer a {
  font-size: 16px;
}
@media screen and (min-width: 760px) {
  .font-size-16-18, .p-contents p, .footer h4, .footer span, .footer a {
    font-size: 18px;
  }
}

.font-size-14-16, .footer__copy {
  font-size: 14px;
}
@media screen and (min-width: 760px) {
  .font-size-14-16, .footer__copy {
    font-size: 16px;
  }
}

.tel-banner {
  margin: 50px auto;
  max-width: 600px;
}
@media screen and (min-width: 760px) {
  .tel-banner {
    padding: 0 30px;
    max-width: 700px;
  }
}
.tel-banner img {
  border: 1px solid #dbdbdb;
  height: 90px;
  width: 100%;
}

.header {
  background: rgba(250, 247, 240, 0.8196078431);
}

.tab {
  margin-top: 80px;
  background-color: white;
  padding: 0;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
  border-bottom: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.tab::-webkit-scrollbar {
  display: none;
}
.tab__list {
  margin: 0 auto;
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  list-style-type: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  justify-content: space-around;
  width: 839px;
}
.tab__item {
  padding: 20px 20px;
}
.tab__item a {
  text-decoration: none;
  color: #4a4947;
  font-weight: bold;
  position: relative;
}
.tab__item a::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: rgba(219, 197, 137, 0.8117647059);
  top: 0;
  right: -20px;
}

.active a {
  color: rgba(219, 197, 137, 0.8117647059);
}
.active a::before {
  content: "";
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: rgba(219, 197, 137, 0.8117647059);
  bottom: -18px;
  left: 0;
}

.menu-wrap {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  height: 360px;
}
@media screen and (min-width: 600px) {
  .menu-wrap {
    height: 450px;
  }
}

.menu-page {
  position: relative;
}
.menu-page__img {
  position: absolute;
  width: 80%;
  height: 300px;
  top: 0;
  right: 14px;
}
@media screen and (min-width: 600px) {
  .menu-page__img {
    height: 350px;
  }
}
@media screen and (min-width: 1280px) {
  .menu-page__img {
    height: 400px;
    width: 90%;
  }
}
.menu-page__title {
  position: absolute;
  padding: 12px 16px;
  background-color: rgba(205, 179, 119, 0.9215686275);
  top: 240px;
  left: 14px;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .menu-page__title {
    top: 293px;
    left: 64px;
    padding: 20px 24px;
  }
}
@media screen and (min-width: 1280px) {
  .menu-page__title {
    top: 332px;
    left: -18px;
  }
}
.menu-page__title span {
  display: block;
  color: #fff;
  font-size: 1.5em;
}
.menu-page__contents {
  max-width: 370px;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .menu-page__contents {
    max-width: 500px;
  }
}
@media screen and (min-width: 760px) {
  .menu-page__contents {
    min-width: 700px;
  }
}
.menu-page__plan .item {
  position: relative;
  margin: 30px 0;
}
.menu-page__plan .item:last-child {
  border-bottom: 1px dashed rgba(205, 179, 119, 0.9215686275);
}

.flow {
  margin: 0 auto;
  width: 370px;
  margin-top: 50px;
  padding-bottom: 200px;
}
@media screen and (min-width: 760px) {
  .flow {
    width: 600px;
    padding-bottom: 220px;
  }
}
.flow__item {
  margin: 0 auto;
  height: 150px;
  width: 370px;
}
@media screen and (min-width: 760px) {
  .flow__item {
    width: 600px;
  }
}
.flow__item a {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
}
.flow__item img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #c2c2c2;
}
.flow__item .section-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

small {
  display: block;
}

.header {
  position: fixed;
}

.p-contents {
  text-align: justify;
  max-width: 370px;
  margin: 0 auto;
  margin-top: 100px;
  padding-bottom: 130px;
}
@media screen and (min-width: 600px) {
  .p-contents {
    max-width: 500px;
  }
}
@media screen and (min-width: 760px) {
  .p-contents {
    max-width: 700px;
    padding-bottom: 160px;
  }
}
.p-contents p {
  margin: 40px 0;
  line-height: 2em;
}

.p-label {
  font-size: 18px;
  font-weight: bold;
  border-left: 3px solid #937218;
  padding-left: 25px;
  color: #937218;
}/*# sourceMappingURL=praivacypolicy.css.map */