html,
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  color: #7E7670;
}

.sp {
  display: none !important;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  display: block;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

p {
  margin: 0;
}

html #wpadminbar {
  display: none;
}

#sb_instagram .sbi_photo {
  width: 100%;
}

.fadeinElem {
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

.fadeinElem.toUp {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.fadeinElem.show {
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}

@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
  100% {
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
  }
}

@keyframes floating-y {
  0% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
  100% {
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
  }
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.17);
            transform: scale(1.17);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.17);
            transform: scale(1.17);
  }
}

.add-animation {
  -webkit-animation: zoomUp 10s linear 0s normal both;
          animation: zoomUp 10s linear 0s normal both;
}

header {
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
}

header .inner {
  width: 100%;
  padding: 15px 80px 15px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .inner .logo {
  width: 39px;
  margin-right: 120px;
}

header .inner .nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .inner .nav_list li {
  margin-right: 40px;
}

header .inner .nav_list li a {
  font-size: 14px;
  color: #7E7670;
  letter-spacing: 0.2em;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

header .inner .nav_list li a:hover {
  border-bottom: 1px solid #7E7670;
  -webkit-transition: .2s;
  transition: .2s;
}

header .inner .nav_list .logo1 {
  width: 20px;
}

header .inner .nav_list .logo1 a {
  padding: 3px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

header .inner .nav_list .logo1 a:hover {
  border-bottom: 1px solid #7E7670;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

header .inner .nav_list .logo2 {
  width: 15px;
}

header .inner .nav_list .logo2 a {
  padding: 3px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

header .inner .nav_list .logo2 a:hover {
  border-bottom: 1px solid #7E7670;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

header .inner .telnum {
  margin-left: auto;
  margin-right: 60px;
  font-size: 18px;
  color: #7E7670;
  letter-spacing: 0.2em;
  -webkit-transition: .2s;
  transition: .2s;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

header .inner .telnum:hover {
  border-bottom: 1px solid #7E7670;
  -webkit-transition: .2s;
  transition: .2s;
}

header .inner .reserve_btn {
  width: 200px;
  border: 1px solid #7E7670;
  padding: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .inner .reserve_btn__text {
  height: 30px;
  width: 100%;
  line-height: 30px;
  background-color: #C75F5F;
  color: white;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.4em;
  -webkit-transition: .3s;
  transition: .3s;
  font-weight: 500;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}

header .inner .reserve_btn:hover .reserve_btn__text {
  background-color: #A09790;
  -webkit-transition: .3s;
  transition: .3s;
}

.fixed_bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.fixed_bg img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.common_subtitle {
  width: 80px;
  margin: 0 auto;
  margin-bottom: 8px;
}

.common_title {
  font-size: 30px;
  letter-spacing: 0.3em;
  line-height: 2;
  color: #7E7670;
  text-align: center;
}

.common_bd {
  width: 1px;
  height: 416px;
  background-color: #A09790;
  margin: 0 auto;
  margin-top: 35px;
  position: relative;
  z-index: 2;
}

.fv {
  width: 100%;
  padding-top: 82px;
  position: relative;
}

.fv__slide {
  width: 100%;
  overflow: hidden;
}

.fv__inner {
  position: absolute;
  left: 50%;
  top: 62%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.fv__inner__logo {
  width: 175px;
  margin-bottom: 50px;
}

.fv__inner__scroll {
  width: 29px;
  margin: 0 auto;
}

.fv__inner__scroll__logo {
  animation: floating-y 1s ease-in-out infinite alternate-reverse;
}

.sec1 {
  position: relative;
  z-index: 2;
  padding-top: 380px;
  width: 100%;
}

.sec1__text1 {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 24px;
  letter-spacing: 1em;
  line-height: 2.3;
  margin-bottom: 100px;
  font-weight: 450;
  white-space: nowrap;
}

.sec1__logo {
  width: 96px;
  margin: 0 auto;
  margin-bottom: 200px;
}

.sec1__img {
  width: 75%;
  margin: 0 auto;
  max-width: 1440px;
  margin-bottom: 200px;
}

.sec1__text2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 16px;
  letter-spacing: 0.3em;
  line-height: 3.5;
}

.sec2 {
  position: relative;
  z-index: 2;
  padding-top: 380px;
}

.sec2__content {
  width: 75%;
  max-width: 1440px;
  margin: 0 auto;
  margin-top: -180px;
  background-color: rgba(225, 218, 213, 0.7);
  padding-top: 450px;
  padding-bottom: 430px;
  position: relative;
}

.sec2__content__logo {
  position: absolute;
  width: 96px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.sec2__content__item {
  margin: 0 auto;
  width: 70%;
  min-width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec2__content__item__img {
  width: 36.6%;
}

.sec2__content__item__detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.sec2__content__item__detail__num {
  position: absolute;
  top: -100px;
  right: 0;
  font-size: 128px;
  line-height: 1.8;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  opacity: .6;
}

.sec2__content__item__detail__title {
  width: 94%;
  padding-left: 80px;
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #7E7670;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 60px;
  position: relative;
}

.sec2__content__item__detail__box {
  position: relative;
  width: 90%;
  padding-left: 110px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.sec2__content__item__detail__box__time {
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}

.sec2__content__item__detail__box__price {
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}

.sec2__content__item__detail__text {
  margin-left: 110px;
  margin-top: 55px;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 2;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
}

.sec2__content__item:last-child {
  margin-top: 120px;
}

.sec2__img {
  margin-top: 360px;
  width: 100%;
}

.sec3 {
  position: relative;
  z-index: 2;
  padding-top: 300px;
  padding-bottom: 300px;
}

.sec3__content {
  width: 75%;
  margin: 0 auto;
  max-width: 1440px;
  margin-top: -180px;
  background-color: rgba(225, 218, 213, 0.7);
  padding-top: 380px;
  padding-bottom: 150px;
}

.sec3__content__box {
  width: 65%;
  min-width: 700px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec3__content__box__item {
  width: 47.4%;
  margin-bottom: 200px;
}

.sec3__content__box__item__img {
  width: 100%;
  margin-bottom: 50px;
}

.sec3__content__box__item__name {
  font-size: 20px;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 2;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}

.sec3__content__box__item__name__span {
  margin-left: 30px;
  display: block;
  font-size: 14px;
}

.sec3__content__box__item__posi {
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 2;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}

.sec3__content__box__item__title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  line-height: 2;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}

.sec3__content__box__item__text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}

.sec3__img {
  width: 63%;
  margin: 0 auto;
  max-width: 1194px;
  margin-top: 300px;
}

.sec4 {
  position: relative;
  z-index: 2;
  background-color: #A09790;
  padding-top: 260px;
  padding-bottom: 350px;
}

.sec4__insta_btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 138px;
}

.sec4__insta_btn__logo {
  width: 29px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.sec4__insta_btn__text {
  font-size: 16px;
  letter-spacing: 0.3em;
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: .2s;
  transition: .2s;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.sec4__insta_btn:hover .sec4__insta_btn__text {
  border-bottom: 1px solid white;
  -webkit-transition: .2s;
  transition: .2s;
}

.sec4__content {
  width: 723px;
  margin: 0 auto;
}

.sec5 {
  position: relative;
  z-index: 2;
  padding-top: 300px;
}

.sec5__reserve_btn {
  width: 336px;
  margin: 0 auto;
  border: 1px solid #7E7670;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 64px;
}

.sec5__reserve_btn__text {
  height: 53px;
  width: 100%;
  line-height: 53px;
  background-color: #C75F5F;
  color: white;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.4em;
  -webkit-transition: .3s;
  transition: .3s;
  font-weight: 500;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}

.sec5__reserve_btn:hover .sec5__reserve_btn__text {
  background-color: #A09790;
  -webkit-transition: .3s;
  transition: .3s;
}

.sec5__telnum {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 26px;
  letter-spacing: 0.2em;
  color: #7E7670;
  -webkit-transition: .2s;
  transition: .2s;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 10px;
}

.sec5__telnum:hover {
  -webkit-transition: .2s;
  transition: .2s;
  border-bottom: 1px solid #7E7670;
}

.sec5__time {
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 2;
  text-align: center;
}

.sec6 {
  position: relative;
  z-index: 2;
  padding-top: 300px;
}

.sec6 .common_bd {
  height: 99px;
}

.sec6__content {
  width: 75%;
  margin: 0 auto;
  max-width: 1440px;
  border: 1px solid #7E7670;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}

.sec6__content__map {
  width: 100%;
}

.sec6__content__map iframe {
  width: 100%;
  height: 31.7vw;
  max-height: 610px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.sec6__text {
  margin-top: 40px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}

.sec6__text__span {
  font-weight: 400;
}

.footer {
  position: relative;
  z-index: 2;
  padding-top: 300px;
  width: 100%;
}

.footer__inner {
  width: 632px;
  margin: 0 auto;
  padding-left: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__inner__left {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.footer__inner__left__logo {
  width: 178px;
  margin-bottom: 80px;
}

.footer__inner__left__insta {
  width: 30px;
  margin: 0 auto;
  padding-bottom: 3px;
  -webkit-transition: .2s;
  transition: .2s;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.footer__inner__left__insta:hover {
  border-bottom: 1px solid #7E7670;
  -webkit-transition: .2s;
  transition: .2s;
}

.footer__inner__right {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.footer__inner__right__text {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  font-weight: 500;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}

.footer__inner__right__text a {
  color: #7E7670;
  display: inline-block;
}

.footer__go_top {
  margin: 0 auto;
  width: 142px;
  margin-top: 200px;
  margin-bottom: 200px;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.footer__go_top:hover {
  border-bottom: 1px solid #7E7670;
  -webkit-transition: .2s;
  transition: .2s;
}

.footer__copyright {
  background-color: #A09790;
  width: 100%;
  color: white;
  text-align: center;
  font-size: 14px;
  padding-top: 43px;
  padding-bottom: 49px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1500px) {
  header .inner {
    padding: 15px 40px 15px 40px;
  }
  header .inner .logo {
    width: 39px;
    margin-right: 80px;
  }
  header .inner .nav_list li {
    margin-right: 30px;
  }
  header .inner .telnum {
    margin-right: 40px;
    font-size: 16px;
  }
  header .inner .reserve_btn {
    width: 150px;
    padding: 5px;
  }
  header .inner .reserve_btn__text {
    height: 25px;
    line-height: 25px;
    font-size: 14px;
  }
  .common_bd {
    width: 1px;
    height: 300px;
  }
  .fv__inner {
    top: 60%;
  }
  .fv__inner__logo {
    width: 140px;
    margin-bottom: 30px;
  }
  .fv__inner__scroll {
    width: 20px;
  }
  .sec1 {
    padding-top: 250px;
  }
  .sec1__text1 {
    font-size: 22px;
    margin-bottom: 80px;
  }
  .sec1__logo {
    width: 90px;
    margin-bottom: 160px;
  }
  .sec1__img {
    width: 80%;
    margin-bottom: 160px;
  }
  .sec1__text2 {
    line-height: 3;
  }
  .sec2 {
    padding-top: 250px;
  }
  .sec2__content {
    width: 80%;
    margin-top: -120px;
    padding-top: 250px;
    padding-bottom: 230px;
  }
  .sec2__content__logo {
    width: 90px;
  }
  .sec2__content__item {
    width: 80%;
    min-width: unset;
  }
  .sec2__content__item__detail__num {
    top: -60px;
    font-size: 90px;
  }
  .sec2__content__item__detail__title {
    padding-left: 50px;
    font-size: 22px;
    margin-bottom: 40px;
  }
  .sec2__content__item__detail__box {
    padding-left: 80px;
    margin-bottom: 18px;
  }
  .sec2__content__item__detail__text {
    margin-left: 80px;
    margin-top: 45px;
  }
  .sec2__content__item:last-child {
    margin-top: 100px;
  }
  .sec2__img {
    margin-top: 300px;
  }
  .sec3 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .sec3__content {
    width: 80%;
    margin-top: -120px;
    padding-top: 250px;
    padding-bottom: 80px;
  }
  .sec3__content__box {
    width: 80%;
    min-width: unset;
  }
  .sec3__content__box__item {
    margin-bottom: 150px;
  }
  .sec3__content__box__item__img {
    margin-bottom: 30px;
  }
  .sec3__content__box__item__name {
    margin-bottom: 5px;
  }
  .sec3__content__box__item__name__span {
    margin-left: 20px;
  }
  .sec3__content__box__item__posi {
    margin-bottom: 15px;
  }
  .sec3__img {
    width: 75%;
    margin-top: 200px;
  }
  .sec4 {
    padding-top: 200px;
    padding-bottom: 230px;
  }
  .sec4__insta_btn {
    margin-bottom: 100px;
  }
  .sec4__content {
    width: 723px;
  }
  .sec5 {
    padding-top: 200px;
  }
  .sec5__reserve_btn {
    width: 300px;
    padding: 5px;
    margin-bottom: 50px;
  }
  .sec5__reserve_btn__text {
    height: 45px;
    line-height: 45px;
    font-size: 20px;
  }
  .sec5__telnum {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .sec6 {
    padding-top: 200px;
  }
  .sec6 .common_bd {
    height: 70px;
  }
  .sec6__content {
    width: 80%;
    padding: 15px;
  }
  .sec6__content__map {
    width: 100%;
  }
  .sec6__content__map iframe {
    height: 37vw;
  }
  .sec6__text {
    margin-top: 30px;
  }
  .footer {
    padding-top: 200px;
  }
  .footer__inner {
    width: 600px;
    padding-left: 50px;
  }
  .footer__inner__left__logo {
    width: 150px;
    margin-bottom: 60px;
  }
  .footer__inner__right__text {
    margin-bottom: 25px;
  }
  .footer__go_top {
    width: 120px;
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .footer__copyright {
    padding-top: 30px;
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 1025px) {
  header .inner {
    padding: 15px 25px 15px 35px;
  }
  header .inner .logo {
    width: 39px;
    margin-right: 50px;
  }
  header .inner .nav_list li {
    margin-right: 20px;
  }
  header .inner .telnum {
    margin-right: 20px;
  }
  header .inner .reserve_btn {
    width: 120px;
    padding: 3px;
  }
  header .inner .reserve_btn__text {
    height: 22px;
    line-height: 22px;
    font-size: 14px;
  }
  .common_bd {
    height: 312px;
  }
  .fv__inner {
    top: 60%;
  }
  .fv__inner__logo {
    width: 100px;
    margin-bottom: 25px;
  }
  .fv__inner__scroll {
    width: 15px;
  }
  .sec1 {
    padding-top: 320px;
  }
  .sec1__text1 {
    font-size: 20px;
    margin-bottom: 75px;
  }
  .sec1__logo {
    width: 72px;
    margin-bottom: 200px;
  }
  .sec1__img {
    width: 90%;
    margin-bottom: 200px;
  }
  .sec1__text2 {
    font-size: 11px;
  }
  .sec2 {
    padding-top: 200px;
  }
  .sec2__content {
    width: 90%;
    margin-top: -140px;
    padding-top: 340px;
    padding-bottom: 290px;
  }
  .sec2__content__logo {
    width: 72px;
  }
  .sec2__content__item {
    width: 90%;
  }
  .sec2__content__item__detail__num {
    font-size: 96px;
    top: -75px;
  }
  .sec2__content__item__detail__title {
    padding-left: 30px;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .sec2__content__item__detail__box {
    padding-left: 40px;
    margin-bottom: 16px;
  }
  .sec2__content__item__detail__text {
    margin-left: 40px;
    margin-top: 30px;
  }
  .sec2__content__item:last-child {
    margin-top: 200px;
  }
  .sec2__img {
    margin-top: 240px;
  }
  .sec3__content {
    width: 90%;
    margin-top: -140px;
    padding-top: 340px;
    padding-bottom: 170px;
  }
  .sec3__content__box {
    width: 90%;
  }
  .sec3__content__box__item {
    margin-bottom: 120px;
  }
  .sec3__content__box__item__posi {
    margin-bottom: 30px;
  }
  .sec3__img {
    width: 90%;
  }
  .sec4 {
    padding-top: 195px;
    padding-bottom: 258px;
  }
  .sec4__content {
    width: 90%;
  }
  .sec5__reserve_btn {
    width: 258px;
    padding: 8px;
  }
  .sec5__reserve_btn__text {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .sec5__telnum {
    margin-bottom: 0;
  }
  .sec6 .common_bd {
    height: 74px;
  }
  .sec6__content {
    width: 90%;
    padding: 10px;
  }
  .sec6__content__map iframe {
    height: 567px;
  }
  .footer__inner {
    width: 600px;
    padding-left: 50px;
  }
  .footer__inner__left__logo {
    width: 100px;
    margin-bottom: 50px;
  }
  .footer__inner__right__text {
    margin-bottom: 20px;
  }
  .footer__go_top {
    width: 95px;
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .footer__copyright {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  header .inner {
    padding: 20px 20px 12px 20px;
  }
  header .inner .logo {
    display: none;
  }
  header .inner .nav_list {
    display: none;
  }
  header .inner .telnum {
    display: none;
  }
  header .inner .reserve_btn {
    width: 64px;
    padding: 4px;
    margin-left: auto;
  }
  header .inner .reserve_btn__text {
    height: 23px;
    line-height: 23px;
    font-size: 12px;
    letter-spacing: 0.2em;
  }
  header .inner .tel_logo {
    width: 23px;
    margin-left: 14px;
  }
  header .inner .c-button {
    display: block;
    position: relative;
    display: block;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: unset;
    cursor: pointer;
  }
  header .inner .p-hamburger {
    width: 30px;
    height: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 110;
  }
  header .inner .p-hamburger__line {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
            transform: translate(-50%, 0) rotate(90deg);
    margin: 0;
    width: 17px;
    height: 1.5px;
    background-color: #7E7670;
    -webkit-transition: inherit;
    transition: inherit;
    outline: none;
    z-index: 11;
  }
  header .inner .p-hamburger__line::before,
  header .inner .p-hamburger__line::after {
    position: absolute;
    display: block;
    width: 30px;
    height: 100%;
    background-color: inherit;
    content: "";
    -webkit-transition: inherit;
    transition: inherit;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    top: 50%;
  }
  header .inner .p-hamburger__line::before {
    left: 0;
  }
  header .inner .p-hamburger__line::after {
    left: 100%;
  }
  header .inner .p-hamburger[aria-expanded="true"] .p-hamburger__line {
    background-color: transparent;
  }
  header .inner .p-hamburger[aria-expanded="true"] .p-hamburger__line::before,
  header .inner .p-hamburger[aria-expanded="true"] .p-hamburger__line::after {
    left: -36%;
    background-color: white;
  }
  header .inner .p-hamburger[aria-expanded="true"] .p-hamburger__line::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .inner .p-hamburger[aria-expanded="true"] .p-hamburger__line::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .inner *:focus {
    outline: none;
  }
  header .hamburger-menu {
    display: block;
    position: fixed;
    right: 0%;
    top: 0%;
    left: -100%;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 99;
    height: 100vh;
    overflow: scroll;
    background-image: url(../images/fixed_bg.jpg);
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
  }
  header .hamburger-menu .inner_content {
    padding-top: 144px;
    padding-bottom: 106px;
    width: 100%;
    min-height: calc(100% - 72px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.5);
  }
  header .hamburger-menu .inner_content .humb_logo {
    width: 105px;
    margin: 0 auto;
    margin-bottom: 100px;
  }
  header .hamburger-menu .inner_content .humb_nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .hamburger-menu .inner_content .humb_nav_list li {
    margin: 0 20px;
  }
  header .hamburger-menu .inner_content .humb_nav_list li a {
    font-size: 14px;
    color: white;
    letter-spacing: 0.2em;
  }
  header .hamburger-menu .inner_content .humb_nav_list .logo1 a {
    width: 20px;
  }
  header .hamburger-menu .inner_content .humb_nav_list .logo2 a {
    width: 15px;
  }
  header .hamburger-menu .inner_content .reserve_btn {
    margin: 0 auto;
    margin-top: 100px;
    width: 214px;
    border: 1px solid white;
    padding: 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 30px;
  }
  header .hamburger-menu .inner_content .reserve_btn__text {
    height: 31px;
    line-height: 31px;
    width: 100%;
    background-color: #C75F5F;
    font-size: 16px;
    letter-spacing: 0.4em;
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-weight: 500;
    color: white;
    text-align: center;
  }
  header .hamburger-menu .inner_content .telnum {
    font-size: 16px;
    letter-spacing: 0.2em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    color: white;
    line-height: 2;
    margin-bottom: 4px;
  }
  header .hamburger-menu .inner_content .time {
    font-size: 12px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.1em;
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    text-align: center;
    color: white;
  }
  header .hamburger-menu .copyright {
    width: 100%;
    background-color: #A09790;
    color: white;
    text-align: center;
    padding: 24px 0;
    line-height: 2;
    letter-spacing: 0.1em;
    font-size: 12px;
    font-weight: 500;
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  }
  header .active-slide {
    top: 0;
    right: 0;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .common_bd {
    height: 312px;
  }
  .fv {
    padding-top: 65px;
  }
  .fv__inner {
    top: 53%;
  }
  .fv__inner__logo {
    width: 130px;
    margin-bottom: 35px;
  }
  .fv__inner__scroll {
    width: 21px;
  }
  .sec1__text1 {
    font-size: 18px;
  }
  .sec2__content {
    width: 100%;
  }
  .sec2__content__item {
    width: 90%;
  }
  .sec2__content__item__detail {
    width: 100%;
  }
  .sec2__content__item__detail__num {
    right: -2%;
  }
  .sec2__content__item__detail__title {
    width: 100%;
    padding-left: 0;
    font-size: 18px;
    margin-bottom: 55px;
  }
  .sec2__content__item__detail__img {
    width: 78%;
    margin: 0 auto;
    max-width: 400px;
    margin-bottom: 55px;
  }
  .sec2__content__item__detail__box {
    width: 70%;
    max-width: 350px;
    margin: 0 auto;
    padding-left: 0;
    margin-bottom: 16px;
  }
  .sec2__content__item__detail__box__time {
    font-size: 13px;
  }
  .sec2__content__item__detail__box__price {
    font-size: 13px;
  }
  .sec2__content__item__detail__text {
    width: 70%;
    max-width: 350px;
    margin: 0 auto;
    font-size: 14px;
    margin-top: 30px;
    white-space: nowrap;
  }
  .sec2__content__item__detail__text2 {
    letter-spacing: 0;
  }
  .sec3__content {
    width: 100%;
  }
  .sec3__content__box {
    width: 70%;
    max-width: 400px;
  }
  .sec3__content__box__item {
    width: 100%;
  }
  .sec3__content__box__item__name {
    font-size: 16px;
  }
  .sec3__content__box__item__name__span {
    font-size: 12px;
  }
  .sec3__content__box__item__posi {
    font-size: 12px;
  }
  .sec3__content__box__item__title {
    font-size: 14px;
  }
  .sec3__content__box__item__text {
    font-size: 12px;
  }
  .sec4 {
    padding-top: 195px;
    padding-bottom: 258px;
  }
  .sec4__insta_btn__logo {
    width: 22px;
    margin-bottom: 14px;
  }
  .sec4__insta_btn__text {
    font-size: 12px;
  }
  .sec4__content {
    width: 90%;
  }
  .sec6__content__map iframe {
    height: 467px;
  }
  .footer__inner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .footer__inner__left {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-top: 120px;
  }
  .footer__inner__left__insta {
    width: 22px;
  }
  .footer__inner__right__text {
    font-size: 14px;
  }
  .footer__inner__right__text2 {
    font-size: 12px;
  }
}
/*# sourceMappingURL=style.css.map */