footer {
  max-width: 1200px;
  margin: 0px auto;
}

@media (max-width: 1200px) {
  footer {
    max-width: 95%;
  }
}

footer .footer__contents {
  background-color: #e9dcbb;
  margin: 0px calc(50% - 50vw) 0 calc(50% - 50vw);
  padding: 80px calc(50vw - 50%) 0px calc(50vw - 50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .footer__contents .footer__content__left .footer__logo {
  width: 20%;
  height: auto;
}

@media (max-width: 1200px) {
  footer .footer__contents .footer__content__left .footer__logo {
    width: 30%;
  }
}

@media (max-width: 768px) {
  footer .footer__contents .footer__content__left .footer__logo {
    width: 25%;
  }
}

footer .footer__contents .footer__content__left .footer__adress {
  font-size: 18px;
  color: #695b53;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.1em;
  margin-top: 40px;
}

@media (max-width: 768px) {
  footer .footer__contents .footer__content__left .footer__adress {
    font-size: 14px;
  }
}

@media (max-width: 499px) {
  footer .footer__contents .footer__content__left .footer__adress {
    width: 80%;
  }
}

footer .footer__contents .footer__content__left .footer__tel {
  font-size: 18px;
  color: #695b53;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.1em;
  margin-top: 20px;
}

@media (max-width: 768px) {
  footer .footer__contents .footer__content__left .footer__tel {
    font-size: 14px;
  }
}

footer .footer__contents .footer__content__left iframe {
  margin-top: 30px;
  width: 350px;
  height: 230px;
}

@media (max-width: 1200px) {
  footer .footer__contents .footer__content__left iframe {
    width: 350px;
    height: 300px;
  }
}

@media (max-width: 768px) {
  footer .footer__contents .footer__content__left iframe {
    width: 250px;
    height: 300px;
  }
}

@media (max-width: 499px) {
  footer .footer__contents .footer__content__left iframe {
    width: 150px;
    height: 300px;
  }
}

footer .footer__contents .footer__content__left .footer__privacy {
  margin-top: 30px;
  font-size: 18px;
  color: #695b53;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  footer .footer__contents .footer__content__left .footer__privacy {
    font-size: 14px;
  }
}

footer .footer__contents .footer__content__left .copyright {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
  color: #695b53;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  footer .footer__contents .footer__content__left .copyright {
    font-size: 10px;
    width: 120%;
    margin-bottom: 20px;
  }
}

footer .footer__contents .footer__content__right {
  text-align: right;
  height: auto;
}

footer .footer__contents .footer__content__right .footer__content__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

footer .footer__contents .footer__content__right .footer__content__sns .footer__sns__title {
  font-size: 25px;
  color: #695b53;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  footer .footer__contents .footer__content__right .footer__content__sns .footer__sns__title {
    font-size: 20px;
  }
}

@media (max-width: 499px) {
  footer .footer__contents .footer__content__right .footer__content__sns .footer__sns__title {
    font-size: 15px;
  }
}

footer .footer__contents .footer__content__right .footer__content__sns .fab {
  color: #695b53;
  margin-left: 10px;
}

footer .footer__contents .footer__content__right .footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 40%;
  margin: 60px 0px 70px 0px;
  font-size: 18px;
  color: #695b53;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}

@media (max-width: 1200px) {
  footer .footer__contents .footer__content__right .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    margin-bottom: -30px;
  }
}

@media (max-width: 768px) {
  footer .footer__contents .footer__content__right .footer__nav {
    margin-top: 30px;
    font-size: 14px;
    margin-bottom: 10px;
    height: 200px;
  }
}

@media (max-width: 499px) {
  footer .footer__contents .footer__content__right .footer__nav {
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
}

footer .footer__contents .footer__content__right .footer__nav li {
  margin-bottom: 20px;
  padding-right: 0px;
}

footer .footer__contents .footer__content__right .footer__settlements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #695b53;
  font-size: 18px;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}

@media (max-width: 1200px) {
  footer .footer__contents .footer__content__right .footer__settlements {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    text-align: center;
  }
}

@media (max-width: 768px) {
  footer .footer__contents .footer__content__right .footer__settlements {
    font-size: 14px;
    text-align: right;
  }
}

@media (max-width: 499px) {
  footer .footer__contents .footer__content__right .footer__settlements {
    font-size: 12px;
  }
}

footer .footer__contents .footer__content__right .footer__settlements img {
  width: 30%;
  height: auto;
  margin: 20px auto 0px;
}

@media (max-width: 1200px) {
  footer .footer__contents .footer__content__right .footer__settlements img {
    width: 60%;
    margin-bottom: 20px;
  }
}

footer .footer__contents .footer__content__right .footer__settlements img.credit__img {
  margin-right: 10px;
}

@media (max-width: 499px) {
  footer .footer__contents .footer__content__right .footer__settlements img.credit__img {
    margin-right: 0;
  }
}

footer .footer__contents .footer__content__right .footer__settlements .footer__credit {
  margin-right: 10px;
}

@media (max-width: 499px) {
  footer .footer__contents .footer__content__right .footer__settlements .footer__credit {
    margin-right: 0;
  }
}

footer .footer__contents .footer__content__right .footer__settlements .footer__qr {
  margin-right: 50px;
}

@media (max-width: 499px) {
  footer .footer__contents .footer__content__right .footer__settlements .footer__qr {
    margin-right: 0;
  }
}

.header__contents {
  background-color: #e6d8b3;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .header__contents {
    position: relative;
  }
}

.header__contents img {
  width: 69px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto;
}

@media (max-width: 768px) {
  .header__contents img {
    margin-left: auto;
    width: 60px;
  }
}

.header__contents .header__nav {
  font-size: 16px;
  color: #391808;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.header__contents .header__nav .gNav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 20px auto 0px auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 900px) {
  .header__contents .header__nav .gNav-menu {
    width: 90%;
  }
}

/* body.fixed {
  width: 100vw;
  height: 100vh;
  position: fixed;
  } */
@media (max-width: 768px) {
  #hamburger .btn-gNav {
    position: absolute;
    top: 40%;
    right: 20px;
    width: 42px;
    height: 50px;
    z-index: 3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 100ms;
    transition: all 100ms;
  }
  #hamburger .btn-gNav span {
    position: absolute;
    width: 100%;
    height: 3px;
    top: 40%;
    right: 10px;
    background: #311407;
    -webkit-transition: all 300ms;
    -webkit-transition: all 300ms;
    transition: all 300ms;
  }
  #hamburger .btn-gNav span:nth-child(1) {
    top: 0;
  }
  #hamburger .btn-gNav span:nth-child(2) {
    top: 10px;
  }
  #hamburger .btn-gNav span:nth-child(3) {
    top: 20px;
  }
  #hamburger .btn-gNav.open span:nth-child(1) {
    top: 6px;
    background: #311407;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #hamburger .btn-gNav.open span:nth-child(2),
  #hamburger .btn-gNav.open span:nth-child(3) {
    top: 6px;
    background: #311407;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /*  #hamburger .btn-gNav.open span{
              background: #311407;
              position: fixed;
              top: 15%;
              right:20px;
              width: 50px;
            } */
  #gNav {
    position: fixed;
    top: 0;
    right: -110%;
    background: #e6d8b3;
    -webkit-transition: all 1s;
    transition: all 1s;
    font-size: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    padding-top: 0px;
    height: 100vh;
    width: 100vw;
  }
  #gNav.open {
    right: -40%;
  }
  #gNav .gNav-menu {
    margin-top: 120px;
    margin-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: flex-end;
    font-size: 25px;
    line-height: 21px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 70vh;
    width: 80%;
  }
}

@media (max-width: 768px) and (max-width: 499px) {
  #gNav .gNav-menu {
    padding-left: 10px;
  }
}

@media (max-width: 768px) {
  #gNav .gNav-menu li {
    display: block;
    padding: 0 20px;
  }
  #gNav .gNav-menu li a {
    font-size: 20px;
    text-align: left;
  }
}

.reserve__contents {
  background-color: #e6d8b3;
  margin: 0px calc(50% - 50vw);
  margin: 0px calc(50% - 50vw) 0 calc(50% - 50vw);
  padding: 0px calc(50vw - 50%) 0px calc(50vw - 50%);
}

.reserve__contents .reserve__item {
  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: 0px auto;
  padding: 80px 0px;
  max-width: 1140px;
}

@media (max-width: 1200px) {
  .reserve__contents .reserve__item {
    max-width: 95%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 60px 0;
  }
}

.reserve__contents .reserve__item .reserve__content__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ceaf5f;
  padding: 15px 140px;
  border-radius: 10px;
}

@media (max-width: 1200px) {
  .reserve__contents .reserve__item .reserve__content__btn {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .reserve__contents .reserve__item .reserve__content__btn {
    padding: 15px 100px;
  }
}

@media (max-width: 499px) {
  .reserve__contents .reserve__item .reserve__content__btn {
    padding: 15px 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.reserve__contents .reserve__item .reserve__content__btn.reserve__content__btn2 {
  padding: 15px 140px;
}

@media (max-width: 1200px) {
  .reserve__contents .reserve__item .reserve__content__btn.reserve__content__btn2 {
    margin-top: 40px;
    padding: 15px 150px;
  }
}

@media (max-width: 768px) {
  .reserve__contents .reserve__item .reserve__content__btn.reserve__content__btn2 {
    padding: 15px 110px;
  }
}

@media (max-width: 499px) {
  .reserve__contents .reserve__item .reserve__content__btn.reserve__content__btn2 {
    padding: 19px 90px;
  }
}

.reserve__contents .reserve__item .reserve__content__btn img {
  margin-right: 10px;
}

.reserve__contents .reserve__item .reserve__content__btn .reserve__content {
  font-size: 30px;
  color: #f3f3f3;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}

@media (max-width: 499px) {
  .reserve__contents .reserve__item .reserve__content__btn .reserve__content {
    font-size: 16px;
  }
}

.cancel__contents {
  background-color: #e9dcbb;
  margin: 0px calc(50% - 50vw);
  margin: 0px calc(50% - 50vw) 0 calc(50% - 50vw);
  padding: 0px calc(50vw - 50%) 40px calc(50vw - 50%);
}

.cancel__contents .cancel__content__title {
  font-size: 20px;
  color: #695b53;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: center;
  padding-top: 40px;
}

.cancel__contents .cancel__content__title span {
  padding-left: 30px;
}

@media (max-width: 499px) {
  .cancel__contents .cancel__content__title span {
    display: block;
    padding: 0;
  }
}

.cancel__contents .cancel__item__btn {
  padding: 15px 38px 15px 38px;
  font-size: 16px;
  color: #f3f3f3;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #ceaf5f;
  width: 14%;
  margin: 30px auto 0px auto;
  border-radius: 5px;
}

@media (max-width: 1200px) {
  .cancel__contents .cancel__item__btn {
    width: 25%;
    padding: 15px 40px 15px 40px;
  }
}

@media (max-width: 768px) {
  .cancel__contents .cancel__item__btn {
    width: 40%;
  }
}

@media (max-width: 499px) {
  .cancel__contents .cancel__item__btn {
    width: 60%;
  }
}
/*# sourceMappingURL=common.css.map */
