@charset "UTF-8";
body.pages .l-header.hide {
  top: 0 !important;
}
body.pages .p-page-cont {
  line-height: 2;
}
body.pages .p-page-cont p {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  body.pages .p-page-cont {
    line-height: 1.8;
  }
}
#home.p-home-cover {
  width: 100%;
  max-width: 1320px;
  margin: auto;
  height: auto;
}

@media screen and (orientation: portrait) {
  #home.p-home-cover {
    position: relative;
    width: 100%;
    height: 100dvh;
    max-height: 50dvh;
    overflow: hidden;
    margin-top: -70px;
  }
  #home.p-home-cover #video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#back {
  border-top: solid 1px #999;
  margin-top: 3rem;
  padding-top: 1rem;
}
#back a {
  text-decoration: none;
  font-weight: 500;
}
#back a:hover {
  opacity: 0.6;
}

body.p-news #back {
  border: none;
  padding-top: 0;
}

#single {
  min-height: 50vh;
  background-color: #f0f0f0;
}
#single h2.title {
  font-weight: 900;
  font-style: normal;
  color: #AD9B72;
  font-size: 46px;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
#single h2.title span {
  font-size: 24px;
  display: block;
  margin-top: 1rem;
  color: black;
}
#single #single-content {
  color: black;
  line-height: 2;
  font-weight: 500;
  max-width: 960px;
  margin: auto;
}
#single #single-content .wp-block-group {
  margin-top: 2rem;
}
#single #single-content h3.wp-block-heading {
  font-size: 1.4rem;
  border-bottom: solid 1px black;
  display: inline-block;
  margin-bottom: 1rem;
  font-weight: 600;
}
#single #single-content .wp-block-embed {
  margin-bottom: 2.5rem;
}
#single #single-content #date {
  margin-bottom: 0.5rem;
  font-size: 90%;
  color: #999;
}
#single #single-content p.wp-block-paragraph {
  margin-bottom: 1rem;
}

@media screen and (max-width: 1199px) {
  #single h2.title {
    font-size: 40px;
    margin-bottom: 1.4rem;
  }
  #single h2.title span {
    font-size: 22px;
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  #single h2.title {
    font-size: 36px;
    margin-bottom: 1.2rem;
  }
  #single h2.title span {
    font-size: 20px;
    margin-top: 0.6rem;
  }
  #single #single-content {
    line-height: 1.8;
  }
  #single #back {
    margin-top: 2rem;
  }
}
.s-voice h1,
.s-voice h2,
.s-voice p,
.s-voice .img,
.s-voice figure {
  margin-bottom: 40px;
}
.s-voice .mb-20 {
  margin-bottom: 20px;
}
.s-voice h1 {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
}
.s-voice h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: solid 1px #ccc;
  margin-top: 50px;
  padding-bottom: 20px;
}
.s-voice h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 50px;
  padding-bottom: 10px;
}
.s-voice p {
  font-size: 18px;
  line-height: 1.7;
}
.s-voice p.shop_name,
.s-voice p.position,
.s-voice p.name {
  margin: auto;
  font-weight: 700;
  text-align: center;
}
.s-voice a {
  word-break: break-all;
}
.s-voice a:hover {
  text-decoration: none;
}
.s-voice .block {
  margin-bottom: 50px;
}
.s-voice .block p {
  margin-bottom: 10px;
}
.s-voice .profile {
  margin: 50px auto;
  background-color: #fff;
  padding: 25px 30px;
  border-radius: 5px;
  line-height: 1.7;
}
.s-voice .profile h3 {
  margin-top: auto;
}
.s-voice .img {
  text-align: center;
}
.s-voice .img img {
  width: 100%;
  max-width: 640px;
  border-radius: 3px;
}
.s-voice .img .caption {
  display: block;
  margin: auto;
  margin-top: 6px;
  text-align: left;
  max-width: 640px;
}
.s-voice table {
  margin-bottom: 30px;
}
.s-voice table td {
  vertical-align: top;
}
.s-voice table td p {
  margin: auto;
  line-height: 1.6;
}
.s-voice table td p.shop-name {
  font-weight: 700;
}
.s-voice table td.shop-img {
  width: 320px;
  padding-right: 20px;
}
.s-voice table td.shop-img img {
  width: 100%;
  border-radius: 3px;
}
.s-voice dl {
  display: table;
}
.s-voice dl dt,
.s-voice dl dd {
  display: table-cell;
  line-height: 1.6;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .s-voice h1,
  .s-voice h2,
  .s-voice p,
  .s-voice .img,
  .s-voice figure {
    margin-bottom: 30px;
  }
  .s-voice .mb-20 {
    margin-bottom: 15px;
  }
  .s-voice h1 {
    font-size: 28px;
  }
  .s-voice h2 {
    font-size: 24px;
    margin-top: 40px;
    padding-bottom: 15px;
  }
  .s-voice h3 {
    font-size: 20px;
    margin-top: 40px;
  }
  .s-voice p {
    font-size: 17px;
  }
  .s-voice .block {
    margin-bottom: 40px;
  }
  .s-voice .profile {
    margin: 40px auto;
    padding: 20px 25px;
  }
  .s-voice table {
    margin-bottom: 25px;
  }
  .s-voice table td.shop-img {
    width: 280px;
  }
  .s-voice dl dt,
  .s-voice dl dd {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .s-voice h1,
  .s-voice h2,
  .s-voice p,
  .s-voice .img,
  .s-voice figure {
    margin-bottom: 25px;
  }
  .s-voice h1 {
    font-size: 26px;
  }
  .s-voice h2 {
    font-size: 22px;
    margin-top: 30px;
  }
  .s-voice h3 {
    font-size: 18px;
    margin-top: 30px;
  }
  .s-voice p {
    font-size: 16px;
  }
  .s-voice .block {
    margin-bottom: 30px;
  }
  .s-voice .profile {
    margin: 30px auto;
  }
  .s-voice table {
    margin-bottom: 20px;
    width: 100%;
    display: block;
  }
  .s-voice table td {
    display: block;
    width: 100%;
    padding: 0 !important;
  }
  .s-voice table td img {
    margin-bottom: 10px;
    width: auto;
    max-width: none;
  }
  .s-voice dl dt,
  .s-voice dl dd {
    font-size: 16px;
  }
}
.l-header-nav ul li#owner-btn {
  position: relative;
  padding-right: 20px;
}
.l-header-nav ul li#owner-btn a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
.l-header-nav ul li.lock a::after {
  background-image: url("../imgs/common/lock-solid.svg");
}
.l-header-nav ul li.unlock a::after {
  background-image: url("../imgs/common/lock-open-solid.svg");
}
.l-header-nav ol#head-sns {
  position: absolute;
  top: 32px;
  right: 130px;
  z-index: 10;
}
.l-header-nav ol#head-sns li {
  display: inline-block;
  margin-left: 8px;
}
.l-header-nav ol#head-sns li a {
  display: block;
  width: 26px;
  line-height: 1;
}
.l-header-nav ol#head-sns li a img {
  margin: auto;
}
.l-header-nav ol#head-sns li a:hover img {
  opacity: 0.6;
}

@media screen and (max-width: 1210px) {
  .l-header-bg {
    padding: 20px 30px;
  }
  .l-header-nav ul {
    left: 265px;
  }
  .l-header-nav ul li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1060px) {
  .l-header-nav ol#head-sns {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .l-header-nav ul li#owner-btn {
    display: inline-block;
    padding-right: 40px;
  }
  .l-header-nav ul li#owner-btn a::after {
    width: 30px;
    height: 30px;
    top: -3px;
  }
  .l-header-nav ol#head-sns {
    display: block;
    right: 85px;
  }
}
@media screen and (max-width: 599px) {
  .l-header-nav ul li#owner-btn {
    padding-right: 10vw;
  }
  .l-header-nav ul li#owner-btn a:after {
    width: 8vw;
    height: 8vw;
    top: -1vw;
  }
}
.editor-styles-wrapper h2 {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.p-home-cover__scroll {
  z-index: 999;
}

.p-home-news {
  background: #f0f0f0;
  position: relative;
  display: grid;
  place-items: center;
  min-height: 50vh;
}
.p-home-news .l-inner {
  width: 100%;
}
.p-home-news .p-home-instagram__header .p-home-instagram__ttl-wrap h2.p-home-instagram__ttl {
  color: #AD9B72;
}
.p-home-news .p-home-instagram__header .p-home-instagram__ttl-wrap p.p-home-instagram__txt1 {
  color: black;
}
.p-home-news table {
  width: 100%;
}
.p-home-news table tr {
  border-bottom: solid 1px #ccc;
}
.p-home-news table th,
.p-home-news table td {
  padding: 1.5rem 0;
  font-weight: 500;
  line-height: 1.5;
}
.p-home-news table th {
  white-space: nowrap;
  width: 110px;
}
.p-home-news table td a {
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
}
.p-home-news table td a:hover {
  color: #AD9B72;
}

.p-news .p-home-news {
  display: block;
  place-items: unset;
  min-height: none;
}

@media screen and (max-width: 575px) {
  .p-home-news table tr:first-child th,
  .p-home-news table tr:first-child td {
    padding-top: 0;
  }
  .p-home-news table th,
  .p-home-news table td {
    display: block;
    padding: 1rem 0;
    width: 100%;
  }
  .p-home-news table th {
    white-space: none;
    padding-bottom: 0.5rem;
  }
  .p-home-news table td {
    padding-top: 0;
  }
}
.p-owners-club .p-page-cont {
  line-height: 1.8;
}
.p-owners-club .p-page-cont form p {
  font-weight: 500;
}
.p-owners-club #back {
  border: none;
  padding-top: 0;
}
.p-owners-club #back a {
  color: white;
}

.p-password-form__input {
  background-color: #c3b288;
  color: black;
  padding: 3rem;
  border-radius: 1rem;
  text-align: center;
  min-height: 40vh;
  display: grid;
  place-items: center;
}
.p-password-form__input .p-password-form__inner {
  width: 100%;
}
.p-password-form__input .p-password-form__input-password {
  font-size: 20px;
  border: none;
  padding: 15px;
  border-radius: 3px;
  width: 100%;
  max-width: 460px;
}
.p-password-form__input .loginBtn {
  margin: 2rem auto 1rem auto;
}
.p-password-form__input .p-password-form__input-submit {
  font-size: 20px;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 30px;
  background-color: black;
  color: white;
  border: none;
}
.p-password-form__input .p-password-form__input-submit:hover {
  background-color: #f0f0f0;
  color: #AD9B72;
}
.p-password-form__input .p-password-form__text {
  margin: 1.5rem auto auto auto;
  line-height: 1.6;
}

#anniversary100 {
  background-color: black;
  border-radius: 5px;
  width: 100%;
  color: #AD9B72;
  background-image: url(../imgs/home/historie13@2x.webp);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 960px) {
  #anniversary100 {
    aspect-ratio: 5/4;
    background-image: url(../imgs/home/historie13.webp);
  }
}
.p-page-club {
  background: #AD9B72;
  min-height: 50vh;
  position: relative;
  display: grid;
  place-items: center;
}
.p-page-club .l-inner {
  width: 100%;
}
.p-page-club .loginbtn {
  margin-top: 2rem;
}
.p-page-club #after_login {
  text-align: center;
  margin-bottom: 2rem;
}
.p-page-club #after_login a {
  display: inline-block;
  margin: auto;
  border-radius: 10px;
  font-size: 2rem;
  color: white;
  text-decoration: none;
  line-height: 1;
  padding: 1.2rem 2rem 1.45rem 2rem;
  background-color: #998860;
  letter-spacing: 2px;
  border: solid 1px white;
}
.p-page-club #after_login a:hover {
  background-color: #c3b288;
}
.p-page-club .l-inner {
  max-width: 1199px;
  margin: auto;
}
.p-page-club .cont {
  margin-bottom: 50px;
}
.p-page-club p.txt {
  font-size: 18px;
  margin-bottom: 40px;
  line-height: 1.8;
  font-weight: 500;
}
.p-page-club h3 {
  border: solid 1px white;
  font-size: 28px;
  font-weight: 700;
  padding: 8px 20px 10px 20px;
  color: white;
  margin-bottom: 35px;
  letter-spacing: 2px;
  border-radius: 3px;
}
.p-page-club table {
  width: 100%;
  margin-bottom: 15px;
}
.p-page-club table th,
.p-page-club table td {
  border: solid 1px black;
  padding: 10px 15px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  line-height: 1.6;
}
.p-page-club table td:first-child {
  text-align: left;
}
.p-page-club table th {
  background-color: #998860;
  font-weight: 700;
  font-size: 16px;
}
.p-page-club table td {
  font-size: 19px;
  background-color: #c3b288;
}
.p-page-club sup {
  font-size: 80%;
}
.p-page-club dl {
  display: table;
  width: 100%;
}
.p-page-club dl dt,
.p-page-club dl dd {
  display: table-cell;
  vertical-align: top;
  line-height: 1.6;
  font-weight: 500;
  font-size: 18px;
}
.p-page-club dl dt {
  white-space: nowrap;
  width: 50px;
}

.p-post .p-page-club {
  margin-top: 3rem;
  background: none;
}
.p-post .p-page-club h2 {
  font-size: 1.4rem;
  display: inline-block;
  background-color: #c3b288;
  margin-bottom: 1.5rem;
  line-height: 1;
  font-weight: 700;
  padding: 0.1rem 0.3rem 0.4rem 0.3rem;
  border-radius: 3px;
}
.p-post .p-page-club h3 {
  border: solid 1px black;
  color: black;
  background-color: white;
}
.p-post .p-page-club table {
  width: 100%;
  margin-bottom: 15px;
}
.p-post .p-page-club table th,
.p-post .p-page-club table td {
  border: solid 1px black;
  padding: 10px 15px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  line-height: 1.6;
}
.p-post .p-page-club table td:first-child {
  text-align: left;
}
.p-post .p-page-club table th {
  background-color: #e6e6e6;
  font-weight: 700;
  font-size: 16px;
}
.p-post .p-page-club table td {
  font-size: 19px;
  background-color: white;
}

@media screen and (max-width: 767px) {
  .p-page-club .cont {
    margin-bottom: 40px;
  }
  .p-page-club p {
    font-size: 17px;
    margin-bottom: 30px;
  }
  .p-page-club h3 {
    font-size: 24px;
    padding: 6px 15px 8px 15px;
    margin-bottom: 30px;
  }
  .p-page-club table th,
  .p-page-club table td {
    padding: 8px 12px;
  }
  .p-page-club table td {
    font-size: 18px;
  }
  .p-page-club dl dt,
  .p-page-club dl dd {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .p-page-club .cont {
    margin-bottom: 30px;
  }
  .p-page-club .p-home-instagram__header {
    margin: auto;
  }
  .p-page-club p {
    font-size: 16px;
  }
  .p-page-club h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .p-page-club table {
    margin-bottom: 10px;
  }
  .p-page-club table td {
    font-size: 16px;
  }
  .p-page-club dl dt {
    width: 45px;
  }
  .p-page-club dl dt,
  .p-page-club dl dd {
    font-size: 15px;
  }
}
#lock-box .cont {
  padding: 0;
  text-align: center;
}
#lock-box .p-password-form__inner {
  margin: auto !important;
}
#lock-box h3 {
  font-size: 2rem;
  letter-spacing: 2px;
  line-height: 1.4;
}
#lock-box h3 small {
  font-size: 1.2rem;
  font-weight: 700;
  display: block;
}
#lock-box input,
#lock-box .loginBtn {
  margin: 1.5rem auto auto auto;
}
#lock-box .loginBtn {
  margin-bottom: 1.5rem;
}
#lock-box p {
  font-weight: 500;
  margin: auto;
}
#lock-box p a:hover {
  text-decoration: none;
}

/***** オーナーズニュース **********/
#owners-news {
  margin: 3rem auto 5rem auto;
}

.accordion-container {
  margin: 0 auto;
}

.accordion-item {
  margin-bottom: 3px;
}

.accordion-header {
  background-color: #998860;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: left;
  font-size: 18px;
  letter-spacing: 1px;
}
.accordion-header .accordion-title {
  font-weight: bold;
  text-align: left;
  margin-left: 0;
}
.accordion-header .date {
  display: inline-block;
  margin-right: 0.5rem;
  font-weight: normal;
  color: #e5dfd2;
  letter-spacing: 2px;
}

.accordion-icon::after {
  content: "▼";
  font-size: 1rem;
  color: #e5dfd2;
  display: inline-block;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}

.accordion-item.is-open .accordion-icon::after {
  transform: rotate(180deg);
}

.only {
  pointer-events: none;
}
.only .accordion-icon::after {
  content: "";
}

.accordion-content {
  display: none;
  background-color: #c3b288;
}

.accordion-inner {
  padding: 35px;
  line-height: 1.8;
}
.accordion-inner p {
  margin-bottom: 15px;
}
.accordion-inner p:last-child {
  margin: auto;
}/*# sourceMappingURL=editor-style.css.map */