@charset "UTF-8";
/*---------------------------------------
基本設定
---------------------------------------*/
html,
body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #40220f;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  line-height: 2.1;
  background-color: #f4e2c5;
}
@media screen and (max-width:1024px) {
  html,
body {
    font-size: 19px;
  }
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

html {
  scroll-behavior: smooth;
}

.header {
  background-color: #4b2300;
  padding: 18px 24px 18px;
  position: absolute;
  top: 0;
  z-index: 3;
  width: 100%;
}
@media screen and (max-width:1160px) {
  .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    top: 0;
    padding: 13px 24px 13px 27px;
  }
}
.header__Wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1280px;
  margin: auto;
}
@media screen and (max-width:1160px) {
  .header__Wrap {
    margin: 0;
  }
}
.header__logo {
  width: 364px;
  line-height: 0;
  margin-bottom: 0;
}
.header__logo a {
  line-height: 0;
}
.header__logo img {
  width: 100%;
}
@media screen and (max-width:1160px) {
  .header__logo {
    max-width: 184px;
  }
  .header__logo img {
    max-width: 184px;
  }
}
@media screen and (max-width:1160px) {
  .header__nav-inner {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 19;
    width: 100%;
    height: 100vh;
    background-color: rgba(6, 3, 0, 0.7803921569);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
  }
}
@media screen and (max-width:1160px) {
  .header__nav-main {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 20;
    width: 75%;
    max-width: 400px;
    height: 100vh;
    background-color: #f4e2c5;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 20px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
  }
}
@media screen and (max-width:767px) {
  .header__nav-main {
    width: 75%;
    max-width: 100%;
  }
}
.header__nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 34px;
  margin-bottom: 0;
}
@media screen and (max-width:1160px) {
  .header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 80px;
    gap: 24px;
  }
}
.header__nav-list li {
  line-height: 1;
}
.header__nav-list li a {
  color: #f4e2c5;
  text-decoration: none;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.16em;
}
@media screen and (max-width:1160px) {
  .header__nav-list li a {
    color: #40220f;
    font-size: 16px;
  }
}
.header__nav-list .nav-instagram {
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav-list .nav-instagram a {
  line-height: 0;
}
.header__nav-list .nav-instagram a img {
  width: 100%;
}
.header__nav-list .nav-online {
  margin-left: 30px;
}
.header__nav-list .nav-online a {
  color: #40220f;
  font-size: 16px;
  padding: 14px 0px;
  display: block;
  background-color: #FFF;
  width: 190px;
  border-radius: 5px;
  font-family: "Shippori Mincho", serif;
  text-align: center;
}
@media screen and (max-width:1160px) {
  .header__nav-list .nav-online {
    margin: auto;
  }
}
.header.is-open .header__nav {
  opacity: 1;
  visibility: visible;
}
.header.is-open .header__nav .header__nav-main {
  opacity: 1;
  visibility: visible;
}
.header.is-open .header__nav .header__nav-inner {
  opacity: 1;
  visibility: visible;
}

/*---------------------------------------
ハンバーガーメニュー
---------------------------------------*/
.header__ham {
  display: none;
}
@media screen and (max-width:1160px) {
  .header__ham {
    display: block;
    line-height: 0;
  }
  .header__ham-btn {
    width: 26px;
    height: 28px;
    position: relative;
    background-color: #4b2300;
    border: none;
    z-index: 25;
  }
  .header__ham-btn span {
    display: block;
    width: 26px;
    height: 2px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    background-color: #f4e2c5;
    border-radius: 100px;
    -webkit-transition: opacity 0.3s, top 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.3s, top 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.3s, top 0.5s, transform 0.5s;
    transition: opacity 0.3s, top 0.5s, transform 0.5s, -webkit-transform 0.5s;
  }
  .header__ham-btn span:nth-of-type(1) {
    top: 7px;
  }
  .header__ham-btn span:nth-of-type(2) {
    top: 15px;
    opacity: 1;
  }
  .header__ham-btn span:nth-of-type(3) {
    top: 23px;
  }
}

.header.is-open .header__ham .header__ham-btn {
  background-color: initial;
}
.header.is-open .header__ham .header__ham-btn span {
  background-color: #4b2300;
  z-index: 20;
}
.header.is-open .header__ham .header__ham-btn span:nth-of-type(1) {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  top: 15px;
  left: 50%;
}
.header.is-open .header__ham .header__ham-btn span:nth-of-type(2) {
  opacity: 0;
}
.header.is-open .header__ham .header__ham-btn span:nth-of-type(3) {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  top: 15px;
  left: 50%;
}

.footer {
  padding-top: 130px;
  background-color: #4b2300;
  margin-top: -1px;
  position: relative;
}
@media screen and (max-width:1024px) {
  .footer {
    padding-top: 72px;
  }
}
.footer .footer__logo {
  max-width: 200px;
  margin: auto;
  margin-bottom: 60px;
}
.footer .footer__logo img {
  width: 100%;
}
.footer .footer__Info {
  text-align: center;
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 174px;
}
@media screen and (max-width:1024px) {
  .footer .footer__Info {
    padding-bottom: 130px;
  }
}
.footer address {
  margin-bottom: 15px;
}
.footer .note {
  font-size: 13px;
  margin-bottom: 32px;
}
.footer .time {
  margin-bottom: 12px;
}
.footer .fax {
  margin-bottom: 32px;
}
.footer .tel {
  font-size: 21px;
  padding: 6px 0;
  width: 212px;
  margin: auto;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #FFF;
  font-weight: 600;
  margin-bottom: 28px;
}
.footer .tel a[href*="tel:"] {
  text-decoration: none;
  color: #FFF;
  pointer-events: none;
}
@media screen and (max-width:767px) {
  .footer .tel a[href*="tel:"] {
    pointer-events: initial;
  }
}
.footer .mail {
  display: block;
  color: #FFF;
  padding: 10px 0;
  width: 212px;
  margin: auto;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #FFF;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
}
.footer .footer__nav {
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: #000;
}
@media screen and (max-width:767px) {
  .footer .footer__nav {
    background-color: #4b2300;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.footer .footer__nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 27px;
  margin-bottom: 50px;
}
@media screen and (max-width:767px) {
  .footer .footer__nav-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 30px;
  }
}
.footer .footer__nav-list li a {
  color: #FFF;
  text-decoration: none;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 17px;
}
@media screen and (max-width:767px) {
  .footer .footer__nav-list li a {
    font-size: 15px;
  }
}
.footer .footer__nav-list li a .number {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer__nav-list li a .number:after {
  content: "";
  display: inline-block;
  background-color: #FFF;
  background-size: contain;
  background-repeat: no-repeat;
  width: 1px;
  height: 18px;
  margin-left: 8px;
  margin-right: 8px;
}
@media screen and (max-width:1024px) {
  .footer .footer__nav-list li a .number:after {
    background-color: #40220f;
  }
}
.footer .footer__nav-list .nav-instagram {
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer__nav-list .nav-instagram a {
  width: 100%;
}
.footer .footer__nav-list .nav-instagram a img {
  width: 100%;
}
.footer .footer__nav-list .nav-online {
  margin-left: 43px;
}
.footer .footer__nav-list .nav-online a {
  color: #40220f;
  font-size: 16px;
  padding: 7px 0px;
  display: block;
  background-color: #FFF;
  width: 190px;
  border-radius: 5px;
  text-align: center;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width:767px) {
  .footer .footer__nav-list .nav-online {
    margin-left: 0;
  }
}
.footer .copyright {
  color: #FFF;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width:767px) {
  .footer .copyright {
    background-color: #000;
    padding: 20px 0;
  }
}

.pd {
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (max-width:767px) {
  .pd {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.pege-top {
  position: absolute;
  right: 7.5%;
  bottom: 45px;
}
@media screen and (max-width:1024px) {
  .pege-top {
    bottom: 230px;
  }
}
@media screen and (max-width:767px) {
  .pege-top {
    bottom: 260px;
  }
}
.pege-top a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #a9865f;
}
.pege-top a:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
  top: 55%;
  left: 50%;
}

/*---------------------------------------
links
---------------------------------------*/
a {
  color: #000;
  text-decoration: underline;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
a img {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

a:hover {
  opacity: 0.6;
}

a.link-text {
  color: #4b2300;
  position: relative;
}
a.link-text::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #4b2300;
  border-right: 2px solid #4b2300;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*---------------------------------------
list
---------------------------------------*/
ul {
  padding-left: 0;
  list-style: none;
}/*# sourceMappingURL=style.css.map */