@charset "UTF-8";
/* =============================================================================
   パーシャルファイル
   ========================================================================== */
/* -----------------------------------------------------------------------------
   メディアクエリ
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
	l-breadcrumb
	-------------------------------------------------------------------------- */
.l-breadcrumbs-wrap {
  font-size: 1.2rem;
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}
@media screen and (min-width: 768px) {
  .l-breadcrumbs-wrap {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .l-breadcrumbs-wrap {
    padding: 10px 0;
  }
}
.l-breadcrumbs-wrap span a {
  color: #0069C4;
}

/* -----------------------------------------------------------------------------
   l-post
   -------------------------------------------------------------------------- */
.l-post {
  word-break: break-all;
  padding: 50px 25px;
}
@media screen and (min-width: 768px) {
  .l-post {
    padding: 2.6vw 5vw;
  }
}
.l-post p {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 2.1;
  letter-spacing: 0.1em;
  padding: 0;
  margin: 30px 0 60px;
  text-align: justify;
}
@media screen and (min-width: 1000px) {
  .l-post p {
    width: 70%;
    font-size: 0.89vw;
    padding: 0 5.2vw;
    margin: 2.6vw 0 7.2vw;
  }
}
.l-post img {
  width: initial;
  margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  .l-post img {
    margin-bottom: 2.6vw;
  }
}
.l-post h2,
.l-post h3,
.l-post h4,
.l-post h5,
.l-post h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.15em;
  padding: 0;
  margin: 30px 0 20px;
}
@media screen and (min-width: 1000px) {
  .l-post h2,
  .l-post h3,
  .l-post h4,
  .l-post h5,
  .l-post h6 {
    padding: 0 5.2vw;
    margin: 2.6vw 0 0;
    font-size: 1.1vw;
  }
}
.l-post a {
  color: #000;
  text-decoration: none;
}

.wp-block-columns {
  margin-bottom: 0 !important;
}

.l-post .wp-block-image {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-post .wp-block-image {
    margin-bottom: 30px;
  }
}
.l-post .wp-block-column {
  margin-bottom: 0;
}

.wp-block-buttons {
  border-top: 1px solid #C8B478;
  border-bottom: 1px solid #C8B478;
  margin-bottom: 10vw;
}
@media screen and (min-width: 1000px) {
  .wp-block-buttons {
    border-top: none;
    border-bottom: none;
  }
}
.wp-block-buttons .wp-block-button {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .wp-block-buttons .wp-block-button {
    width: auto;
  }
}
.wp-block-buttons .wp-block-button__link {
  width: 100% !important;
  background-color: #fff;
  border-radius: 100px;
  border: 1px solid #C8B478;
  color: #000;
  font-size: 1.6rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 50px 0;
  margin-top: -1px;
  margin-bottom: -1px;
}
@media screen and (min-width: 1000px) {
  .wp-block-buttons .wp-block-button__link {
    width: 25.5vw !important;
    font-size: 1vw;
    border-radius: 5vw;
    padding: 2vw 0;
  }
}
.wp-block-buttons .wp-block-button__link:hover {
  background-color: #C8B478;
}

/* -----------------------------------------------------------------------------
	wp-pagenavi
    -------------------------------------------------------------------------- */
.wp-pagenavi {
  margin: 50px 0 0;
  padding-bottom: 70px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .wp-pagenavi {
    margin: 50px 0;
  }
}
.wp-pagenavi .current,
.wp-pagenavi a {
  font-family: "Marcellus", serif;
  display: inline-block;
  margin: 0;
  font-size: 18px;
  color: #000;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 1000px) {
  .wp-pagenavi .current,
  .wp-pagenavi a {
    font-size: 1.3vw;
  }
}
.wp-pagenavi a {
  color: #aaa;
  text-decoration: none;
  background-color: #fff;
  border-radius: 0px;
  letter-spacing: 0.12em;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  display: none;
}
@media screen and (min-width: 1000px) {
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    display: inline-block;
    position: relative;
    color: #aaa;
    display: none;
    letter-spacing: 0.12em;
  }
}
.wp-pagenavi .previouspostslink {
  margin-right: 100px !important;
}

.wp-pagenavi .nextpostslink {
  margin-left: 100px !important;
}

.l-lower-works .l-post-pagenavi-wrap {
  padding-top: 30px;
}
@media screen and (min-width: 1000px) {
  .l-lower-works .l-post-pagenavi-wrap {
    padding-top: inherit;
    min-height: 25.2vw;
  }
}
.l-lower-works .l-post-pagenavi-wrap p {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  .l-lower-works .l-post-pagenavi-wrap p {
    margin-bottom: 0;
  }
}
.l-lower-works .l-post-pagenavi-wrap p a span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4.6vw;
  margin: auto;
}

@media screen and (min-width: 1000px) {
  .l-lower-works .l-post-btn-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.l-post-pagenavi-wrap {
  min-height: 100px;
  position: relative;
  padding: 0 25px 60px;
  margin: 30px 0 0;
  border-bottom: 1px solid #C8B478;
  margin-bottom: -1px;
}
@media screen and (min-width: 1000px) {
  .l-post-pagenavi-wrap {
    margin: 3.5vw 0 18.7vw;
    padding: 0 5.6vw;
    border-bottom: none;
  }
}
.l-post-pagenavi {
  width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin: 0 0 10px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Marcellus", serif;
}
@media screen and (min-width: 1000px) {
  .l-post-pagenavi {
    margin: 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5vw;
  }
}
.l-post-pagenavi p {
  font-size: 1.5rem;
  letter-spacing: 0;
}
@media screen and (min-width: 1000px) {
  .l-post-pagenavi p {
    font-size: 1.3vw;
    letter-spacing: 0.12em;
  }
}
.l-post-pagenavi img {
  -o-object-fit: cover;
     object-fit: cover;
}

.l-post-pagenavi p a {
  color: #000;
}

.l-post-btn-wrap {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
  font-family: "Marcellus", serif;
  letter-spacing: 0;
}
@media screen and (min-width: 1000px) {
  .l-post-btn-wrap {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    letter-spacing: 0.12em;
  }
}
.l-post-btn-wrap p {
  font-size: 1.5rem;
}
@media screen and (min-width: 1000px) {
  .l-post-btn-wrap p {
    font-size: 1.3vw;
  }
}
.l-post-btn-wrap p a {
  color: #000;
  text-decoration: underline;
}

/* -----------------------------------------------------------------------------
		l-404
		-------------------------------------------------------------------------- */
.l-404-inner a {
  color: inherit;
  text-decoration: underline;
}

/* -----------------------------------------------------------------------------
		共通
		-------------------------------------------------------------------------- */
.m-lower-sen-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.m-lower-sen-left-box {
  display: none;
  width: 15.5vw;
}
@media screen and (min-width: 1000px) {
  .m-lower-sen-left-box {
    display: block;
  }
}
.m-lower-sen-left-logo-box {
  position: fixed;
  width: 15.5vw;
  top: 0;
  left: 0;
  height: 7.8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #C8B478;
  z-index: 0;
}

.m-lower-sen-left-logo-box img {
  width: 8.7vw;
}

.m-lower-sen-center-box {
  position: relative;
  width: 100%;
  border-right: none;
  border-left: none;
  border-bottom: none;
  background-color: #fff;
  z-index: 1;
}
@media screen and (min-width: 1000px) {
  .m-lower-sen-center-box {
    width: 76.7vw;
    border-right: 1px solid #C8B478;
    border-left: 1px solid #C8B478;
  }
}
.m-lower-sen-right-box {
  display: none;
  position: relative;
  width: 7.8vw;
}
@media screen and (min-width: 1000px) {
  .m-lower-sen-right-box {
    display: block;
  }
}
.m-lower-sen-right-box::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #C8B478;
  position: absolute;
  left: 2.5vw;
}

.m-lower-sen-right-box::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #C8B478;
  position: absolute;
  left: 5.1vw;
}

.m-lower-sen-left-box .sen-nav-box {
  position: fixed;
  top: 28vw;
  z-index: 1;
}

/* -----------------------------------------------------------------------------
		sen-copyright-lower
		-------------------------------------------------------------------------- */
.sen-copyright-lower {
  display: none;
  position: fixed;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.6vw;
  font-size: 0.52vw;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
@media screen and (min-width: 1000px) {
  .sen-copyright-lower {
    display: block;
  }
}
/* -----------------------------------------------------------------------------
		l-lower-concept
		-------------------------------------------------------------------------- */
.l-lower-concept-intro-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-intro-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-lower-concept-intro {
  position: relative;
  padding: 0 29px;
  background-color: #FAF5EB;
  border-bottom: 1px solid #CBA761;
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-intro {
    padding: 0;
  }
}
.l-lower-concept-intro::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 400px;
  background-color: #CBA761;
  position: absolute;
  left: 50%;
  top: -250px;
}

.l-lower-concept-intro-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 120px 0 300px;
  border-right: 1px solid #CBA761;
  border-left: 1px solid #CBA761;
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-intro-inner {
    padding: 0;
    border-right: none;
    border-left: none;
  }
}
.l-lower-concept-intro-txt-box {
  display: none;
  width: 50%;
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-intro-txt-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-left: 6.25vw;
    padding-bottom: 8vw;
  }
}
.l-lower-concept-intro-txt-head {
  font-size: 1.56vw;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 2.6vw;
}

.l-lower-concept-intro-txt-desc {
  font-size: 0.94vw;
  letter-spacing: 0.05em;
  line-height: 2.2;
}

.l-lower-concept-intro-img-box {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-intro-img-box {
    width: 50%;
  }
}
.l-lower-concept-intro-img-box::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 300px;
  background-color: #CBA761;
  position: absolute;
  bottom: -300px;
  left: 50%;
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-intro-img-box::before {
    display: none;
  }
}
.l-lower-concept-intro-img-box-txt-sp {
  font-size: 1.1rem;
  font-style: italic;
  display: block;
  position: absolute;
  top: -150px;
  left: 46%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-intro-img-box-txt-sp {
    display: none;
  }
}
.l-lower-concept-catch {
  padding: 0 29px;
  background-color: #fff;
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-catch {
    padding: 0;
    background-color: #FAF5EB;
    border-bottom: 1px solid #CBA761;
  }
}
.l-lower-concept-catch-inner {
  padding: 350px 0;
  text-align: center;
  border-right: 1px solid #CBA761;
  border-left: 1px solid #CBA761;
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-catch-inner {
    padding: 70px 0 60px;
    border-right: none;
    border-left: none;
  }
}
.l-lower-concept-catch-copy {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 20px;
  padding-left: 10px;
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-catch-copy {
    font-size: 1.56vw;
    margin-bottom: 0;
    padding-left: 0;
  }
}
.l-lower-concept-catch-small {
  font-size: 1.3rem;
  letter-spacing: 0.15em;
  line-height: 2;
  padding-left: 10px;
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-catch-small {
    font-size: 1vw;
    padding-left: 0;
  }
}
.l-lower-concept-deco-wrap {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #FAF5EB;
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-deco-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-lower-concept-deco-box {
  position: relative;
  width: 50%;
  height: 23vw;
}

.l-lower-concept-deco-box:first-of-type {
  border-right: 1px solid #CBA761;
}

.l-lower-concept-deco-txt {
  font-family: "Marcellus", serif;
  font-size: 0.74vw;
  position: absolute;
  top: 3.6vw;
  right: 5px;
  font-style: italic;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.l-lower-concept-big-image01 {
  position: relative;
  z-index: 13;
}

.l-lower-concept-big-image01::before {
  content: "01";
  display: block;
  font-family: "Marcellus", serif;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  position: absolute;
  top: -50px;
  left: 42%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-big-image01::before {
    display: none;
  }
}
.l-lower-concept-big-image01::after {
  display: block;
  content: "“One line. One story.”";
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-style: italic;
  font-family: "Marcellus", serif;
  font-size: 1rem;
  letter-spacing: 0.1em;
  position: absolute;
  top: -250px;
  left: 47%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-big-image01::after {
    display: none;
  }
}
.l-lower-concept-big-image02 {
  position: relative;
  z-index: 13;
}

.l-lower-concept-big-image02::before {
  content: "02";
  display: inline-block;
  font-family: "Marcellus", serif;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  position: absolute;
  top: -50px;
  left: 42%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-big-image02::before {
    display: none;
  }
}
.l-lower-concept-big-image02::after {
  content: "“One line. One story.”";
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-style: italic;
  display: inline-block;
  font-family: "Marcellus", serif;
  font-size: 1rem;
  letter-spacing: 0.1em;
  position: absolute;
  top: -250px;
  left: 47%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-big-image02::after {
    display: none;
  }
}
.l-lower-concept-big-image03 {
  position: relative;
  z-index: 13;
}

.l-lower-concept-big-image03::before {
  content: "03";
  display: inline-block;
  font-family: "Marcellus", serif;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  position: absolute;
  top: -50px;
  left: 42%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-big-image03::before {
    display: none;
  }
}
.l-lower-concept-big-image03::after {
  content: "“One line. One story.”";
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-style: italic;
  display: inline-block;
  font-family: "Marcellus", serif;
  font-size: 1rem;
  letter-spacing: 0.1em;
  position: absolute;
  top: -250px;
  left: 47%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-big-image03::after {
    display: none;
  }
}
.l-lower-concept-center-inner {
  padding: 0 29px;
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-center-inner {
    padding: 0;
  }
}
.l-lower-concept-center-inner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-right: 1px solid #C8B478;
  border-left: 1px solid #C8B478;
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-center-inner-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-right: none;
    border-left: none;
  }
}
.l-lower-concept-txt-box {
  width: 100%;
  border-right: none;
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-txt-box {
    width: 67vw;
    border-right: 1px solid #C8B478;
  }
}
.l-lower-concept-txt-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #C8B478;
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-txt-info-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-lower-concept-txt-info-wrap ul {
  display: block;
  position: relative;
  padding-top: 15px;
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-txt-info-wrap ul {
    display: none;
  }
}
.l-lower-concept-txt-info-wrap ul::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #CBA761;
  position: absolute;
  top: 0;
  left: 50%;
}

.l-lower-concept-txt-info-wrap ul li {
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1;
  border-bottom: 1px solid #CBA761;
  padding: 5px 0 0 20px;
}

.l-lower-concept-txt-info-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  border-right: none;
  padding: 35px 0;
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-txt-info-ttl {
    width: 20%;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-right: 1px solid #C8B478;
    border-bottom: none;
  }
}
.l-lower-concept-txt-info-ttl img {
  width: 20px;
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-txt-info-ttl img {
    width: 1.56vw;
  }
}
.l-lower-concept-txt-info-desc {
  width: 100%;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.1em;
  padding: 0 0 50px;
  margin-top: -9px;
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-txt-info-desc {
    width: 80%;
    font-size: 1vw;
    padding: 6.5vw 3.9vw;
  }
}
.l-lower-concept-txt-main-wrap {
  padding: 90px 0 40px;
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-txt-main-wrap {
    padding: 8.9vw 18vw 15.6vw 5.2vw;
  }
}
.l-lower-concept-txt-main-wrap-2 {
  padding: 90px 0 40px;
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-txt-main-wrap-2 {
    padding: 8.9vw 18vw 0 5.2vw;
  }
}
.l-lower-concept-txt-main-head {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-txt-main-head {
    font-size: 1.3vw;
    margin-bottom: 4.2vw;
  }
}
.l-lower-concept-img {
  text-align: center;
}

.l-lower-concept-img img {
  width: 80%;
  margin: 60px auto 50px;
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-img img {
    margin: 2.5vw auto 3vw;
  }
}
.l-lower-concept-txt-main-desc {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0em;
  margin-bottom: 50px;
  text-align: justify;
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-txt-main-desc {
    font-size: 0.9vw;
    margin-bottom: 50px;
  }
}
.l-lower-concept-txt-main-subhead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-txt-main-subhead {
    font-size: 1vw;
    margin-bottom: 1.56vw;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-txt-main-subhead-2 {
    margin-top: 6.77vw;
  }
}
.l-lower-concept-txt-main-subdesc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-txt-main-subdesc {
    font-size: 0.73vw;
  }
}
.l-lower-concept-img-box {
  position: relative;
  width: 100%;
  padding-bottom: 350px;
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-img-box {
    width: 33vw;
    padding-bottom: 0;
  }
}
.l-lower-concept-img-box img {
  position: relative;
  z-index: 2;
}

.l-lower-concept-img-box::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 350px;
  background-color: #CBA761;
  position: absolute;
  bottom: 0;
  left: 50%;
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-img-box::before {
    display: none;
  }
}
.l-lower-concept-img-box-last::before {
  height: 170px;
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-img-box-last::before {
    display: none;
  }
}
.l-lower-concept-img-box-last {
  padding-bottom: 170px;
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-img-box-last {
    padding-bottom: 0;
  }
}
.l-lower-concept-img-box-pc-only {
  display: none;
  padding-top: 6.25vw;
  margin-bottom: 15.6vw;
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-img-box-pc-only {
    display: block;
  }
}
.l-lower-concept-img-nav-txt {
  font-family: "Marcellus", serif;
  font-size: 0.93vw;
  margin-bottom: 5.8vw;
  padding-left: 2.6vw;
}

.l-lower-concept-img-deco01-2 {
  margin-top: 5.2vw;
}

.l-lower-concept-img-deco02 {
  margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-img-deco02 {
    width: 20.83vw;
    margin-bottom: 2.6vw;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-img-deco03 {
    width: 20.83vw;
  }
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-img-deco03-2 {
    margin-bottom: 8.59vw;
  }
}
.l-lower-concept-bottom-black-box {
  padding: 50px 30px;
  border-top: 1px solid #C8B478;
  border-right: 1px solid #C8B478;
  border-left: 1px solid #C8B478;
  background-color: #232323;
  margin-right: -30px;
  margin-left: -30px;
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-bottom-black-box {
    border-right: none;
    border-left: none;
    background-color: #fff;
    margin-right: 0;
    margin-left: 0;
    padding: 3.6vw;
  }
}
.l-lower-concept-bottom-black-box-inner {
  background-color: none;
  padding-bottom: 0;
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-bottom-black-box-inner {
    background-color: #323232;
    padding-bottom: 15.6vw;
  }
}
.l-lower-concept-bottom-black-head {
  display: none;
  font-size: 1.8vw;
  letter-spacing: 0.1em;
  padding: 2.6vw 4.7vw 10.6vw;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-bottom-black-head {
    display: block;
  }
}
.l-lower-concept-bottom-black-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: none;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-bottom-black-inner {
    width: 60%;
    padding: 4vw;
    background-color: #fff;
    color: #232323;
  }
}
.l-lower-concept-bottom-black-subhead {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-bottom-black-subhead {
    font-size: 1.4vw;
    margin-bottom: 3vw;
  }
}
.l-lower-concept-bottom-black-desc {
  font-size: 1.3rem;
  letter-spacing: 0.125em;
  line-height: 2;
  text-align: justify;
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-bottom-black-desc {
    font-size: 0.93vw;
  }
}
.l-lower-concept-bottom-black-img {
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .l-lower-concept-bottom-black-img {
    display: none;
  }
}
.page-catalog .l-main {
  overflow: visible;
}

.l-lower-contact-top-wrap {
  padding: 0 30px;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-top-wrap {
    padding: 0;
  }
}
.l-lower-contact-top-wrap-inner {
  border-right: 1px solid #C8B478;
  border-left: 1px solid #C8B478;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-top-wrap-inner {
    border-right: none;
    border-left: none;
  }
}
.l-lower-contact-ttl-box-pc {
  display: none;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-ttl-box-pc {
    display: block;
  }
}
.l-lower-contact-ttl-box {
  padding: 2.1vw 5.2vw;
}

.l-lower-contact-ttl-us {
  font-family: "Marcellus", serif;
  font-size: 3.1rem;
  letter-spacing: 0;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-ttl-us {
    font-size: 3.75vw;
  }
}
.l-lower-contact-ttl {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-ttl {
    font-size: 1.04vw;
  }
}
.l-lower-contact-ttl-box-sp {
  margin-top: 0;
  display: block;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-ttl-box-sp {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .l-lower-contact-ttl-box-sp {
    margin-top: 0;
  }
}

.l-lower-contact-ttl-box-sp img {
  aspect-ratio: 329/534;
}

.l-lower-contact-ttl-small {
  font-family: "Marcellus", serif;
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-ttl-small {
    display: none;
  }
}
.l-lower-contact-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-info-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-lower-contact-info-img-box {
  display: block;
  margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-info-img-box {
    display: none;
    margin-bottom: 6.25vw;
  }
}
.l-lower-contact-info-img-box img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-info-img-box img {
    width: 25.5vw;
    margin: 0 0 0 auto;
  }
}
.l-lower-contact-info-txt-box {
  padding: 50px 0;
  margin-bottom: 6.25vw;
  margin-top: 0;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-info-txt-box {
    padding: 0 5.2vw;
    margin-top: 22vw;
  }
}
.l-lower-contact-info-desc {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 2.2;
  text-align: justify;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-info-desc {
    font-size: 1vw;
  }
}
.l-lower-contact-details-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-top: 1px solid #C8B478;
}

.l-lower-contact-details-txt-box {
  width: 100%;
  background-color: #fff;
  border-right: none;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-details-txt-box {
    width: 67%;
    border-right: 1px solid #C8B478;
    background-color: #FAF5EB;
  }
}
.l-lower-contact-details-item {
  border-bottom: 1px solid #C8B478;
}

.l-lower-contact-details-item p {
  line-height: 1.4;
  font-size: 1.4rem;
  padding: 35px 0;
  border-radius: 80px;
  border: 1px solid #C8B478;
  text-align: center;
  margin: -1px;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-details-item p {
    font-size: 1.56vw;
    padding: 3vw;
  }
}
.l-lower-contact-details-download-txt {
  border: none !important;
}

.l-lower-contact-details-item-txt-area {
  padding: 50px 20px;
  border-bottom: 1px solid #C8B478;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-details-item-txt-area {
    padding: 7.3vw 5.2vw;
  }
}
.l-lower-contact-details-item-txt-area:last-of-type {
  border-bottom: none;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-details-item-txt-area:last-of-type {
    border-bottom: 1px solid #C8B478;
  }
}
.l-lower-contact-details-item-txt-area p {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-details-item-txt-area p {
    font-size: 1vw;
    margin-bottom: 2vw;
  }
}
.l-lower-contact-details-item-txt-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2vw;
}

.l-lower-contact-details-item-txt-area ul li {
  font-size: 1.2rem;
  letter-spacing: 0.125em;
  line-height: 2;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-details-item-txt-area ul li {
    font-size: 0.9vw;
  }
}
.l-lower-contact-details-item-txt-area ul li.qa {
  padding-left: 12px;
  text-indent: -12px;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-details-item-txt-area ul li.qa {
    padding-left: 1.2vw;
    text-indent: -1.2vw;
  }
}
.l-lower-contact-details-anchor-box {
  position: relative;
  display: none;
  width: 33.3%;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-details-anchor-box {
    display: block;
  }
}
.sticky-inner {
  position: sticky;
  top: 0;
}

.l-lower-contact-details-anchor-inner {
  padding: 2.6vw 2.6vw 10vw;
}

.l-lower-contact-details-anchor-box p {
  font-family: "Marcellus", serif;
  font-size: 0.93vw;
  position: relative;
}

.l-lower-contact-details-anchor-box p::after {
  content: "";
  display: inline-block;
  width: 5.2vw;
  height: 4.6vw;
  background-image: url(../img/common/cmn_ico_download.png);
  background-size: cover;
  position: absolute;
  top: 5.5vw;
  left: 0;
}

.l-lower-contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.l-lower-contact-form-left-box {
  width: 100%;
  padding: 100px 0;
  background-color: #FAF5EB;
  border-top: 1px solid #CBA761;
  border-right: none;
  overflow-x: hidden;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-form-left-box {
    width: 66.7%;
    padding: 10.4vw 5.2vw;
    border-top: none;
    border-bottom: none;
    border-right: 1px solid #CBA761;
    overflow: visible;
  }
}
.l-lower-contact-form-ttl {
  font-family: "Marcellus", serif;
  letter-spacing: 0;
  font-size: 1.8rem;
  margin-left: 30px;
  margin-bottom: 3vw;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-form-ttl {
    font-size: 1.56vw;
    margin-left: 0;
  }
}
.l-contact-dl {
  margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  .l-contact-dl {
    margin-bottom: 70px;
  }
}
.l-contact-dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-contact-dl dt {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  text-align: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
  .l-contact-dl dt {
    font-size: 1vw;
  }
}
.l-contact-dl dt p {
  margin-left: 30px;
}
@media screen and (min-width: 1000px) {
  .l-contact-dl dt p {
    margin-left: 0;
  }
}
.m-required {
  font-size: 1.4rem;
  color: #fff;
  padding: 0px 10px;
  margin-left: 10px;
  border-radius: 2px;
  background-color: #fe5325;
}

.l-contact-dl dd {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  font-size: 1.6rem;
  color: #333;
  margin-left: 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  .l-contact-dl dd {
    font-size: 0.84vw;
  }
}
.l-contact-list {
  padding: 0 30px;
}
@media screen and (min-width: 1000px) {
  .l-contact-list {
    padding: 0;
  }
}
.l-contact-dl dd.l-contact-col-2 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-contact-dl dd.l-contact-col-2 span {
  width: 49%;
}
.l-contact-dl dd.l-contact-col-2 span input {
  width: 100%;
}

.l-contact-dl dd .wpcf7-radio {
  line-height: 2;
}
@media screen and (min-width: 1000px) {
  .l-contact-dl dd .wpcf7-radio {
    margin-left: 0;
  }
}
.l-contact-dl dd .wpcf7-radio .wpcf7-list-item,
.l-contact-dl dd .wpcf7-checkbox .wpcf7-list-item {
  display: inline-block;
  margin-left: 30px;
}
@media screen and (min-width: 1000px) {
  .l-contact-dl dd .wpcf7-radio .wpcf7-list-item,
  .l-contact-dl dd .wpcf7-checkbox .wpcf7-list-item {
    margin-left: 1em;
  }
}
.l-contact-dl dd input[type=text],
.l-contact-dl dd input[type=email],
.l-contact-dl dd input[type=tel] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 60px;
  padding-left: 30px;
  border: 1px solid #eee;
  border-radius: 3px;
  background-color: #fff;
}
@media screen and (min-width: 1000px) {
  .l-contact-dl dd input[type=text],
  .l-contact-dl dd input[type=email],
  .l-contact-dl dd input[type=tel] {
    height: 3.9vw;
    width: 100%;
    margin-left: 0;
    padding-left: 10px;
  }
}
.l-contact-dl dd .m-select {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  position: relative;
  border: 1px solid #eee;
  border-radius: 3px;
  background: #fff;
}

.l-contact-dl dd select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 5px 30px 5px 10px;
}

.l-contact-dl dd .m-select::before {
  position: absolute;
  top: 17px;
  right: 7px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #999;
  pointer-events: none;
}

.l-contact-dl dd .m-select::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 1px;
  content: "";
  border-left: 1px solid #eee;
}

.l-contact-dl dd.l-contact-min input {
  width: 120px;
}

.l-contact-dl dd textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  width: 108%;
  height: 240px;
  padding-top: 10px;
  padding-left: 30px;
  border: 1px solid #eee;
  border-radius: 3px;
  background-color: #fff;
  margin-left: -30px;
}
@media screen and (min-width: 1000px) {
  .l-contact-dl dd textarea {
    height: 16.3vw;
    width: 100%;
    margin-left: 0;
    padding-left: 10px;
  }
}
.l-contact-button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.l-contact-button-box input[type=submit],
.l-contact-button-box button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Marcellus", serif;
  width: 220px;
  height: 50px;
  display: inline-block;
  cursor: pointer;
  font-size: 1.4rem;
  color: #323232;
  letter-spacing: 0.15em;
  text-decoration: none;
  padding: 0.78vw 33px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  border-radius: 50px;
  border: 1px solid #CBA761;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1000px) {
  .l-contact-button-box input[type=submit],
  .l-contact-button-box button {
    width: 11.5vw;
    font-size: 0.63vw;
  }
}
.l-contact-button-box input[type=submit]:hover,
.l-contact-button-box button:hover {
  background-color: #CBA761;
}

.l-contact-small-txt {
  font-size: 0.9rem;
  margin-left: 30px;
}
@media screen and (min-width: 1000px) {
  .l-contact-small-txt {
    font-size: 0.62vw;
    margin-left: 0;
  }
}
.l-contact-small-txt.l-contact-small-txt-sippori-font {
  font-family: "Shippori Mincho", serif !important;
}

.l-contact-small-txt.last-item {
  margin-bottom: 20px !important;
}

.l-contact-inline-txt {
  display: inline-block;
  font-size: 1.2rem;
  margin-left: 30px;
}
@media screen and (min-width: 1000px) {
  .l-contact-inline-txt {
    margin-left: 0;
  }
}
.l-contact-desc-txt {
  text-align: center;
  font-size: 0.9rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
  .l-contact-desc-txt {
    font-size: 0.73vw;
  }
}
.l-contact-txt-area {
  margin-top: 0 !important;
}

.l-contact-txt-area textarea {
  height: 60px !important;
}
@media screen and (min-width: 1000px) {
  .l-contact-txt-area textarea {
    height: 4vw !important;
  }
}
.wpcf7-radio.shop-list .wpcf7-list-item {
  display: block !important;
  margin-left: 0 !important;
}

input[type=radio] {
  display: none;
}

input[type=radio] + span {
  cursor: pointer;
  display: block;
  font-size: 1.2rem;
  padding-left: 20px;
  position: relative;
}
@media screen and (min-width: 1000px) {
  input[type=radio] + span {
    font-size: 0.78vw;
  }
}
.wpcf7-radio input[type=radio] + span {
  cursor: pointer;
  display: block;
  font-size: 1.2rem;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .wpcf7-radio input[type=radio] + span {
    font-size: 0.78vw;
  }
}
.wpcf7-radio.shop-list input[type=radio] + span {
  font-family: "Shippori Mincho", serif;
  cursor: pointer;
  display: block;
  font-size: 1.2rem;
  position: relative;
  padding: 25px;
}
@media screen and (min-width: 1000px) {
  .wpcf7-radio.shop-list input[type=radio] + span {
    font-size: 1vw;
  }
}
input[type=radio] + span::before {
  content: "";
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 12px;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.wpcf7-radio.shop-list input[type=radio] + span::before {
  content: "";
  display: none;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 12px;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

input[type=radio] + span::after {
  content: "";
  height: 6px;
  width: 6px;
  background-color: #333;
  border: 1px solid transparent;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

.wpcf7-radio.shop-list input[type=radio] + span::after {
  content: "";
  display: none;
  height: 6px;
  width: 6px;
  background-color: #5c3386;
  border: 1px solid transparent;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

input[type=radio]:checked + span::after {
  opacity: 1;
}

.wpcf7-radio.shop-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
}
@media screen and (min-width: 1000px) {
  .wpcf7-radio.shop-list {
    gap: 2.6vw;
  }
}
.wpcf7-radio.shop-list .wpcf7-list-item {
  width: 100%;
  background-color: #fff;
  text-align: center;
  border: 1px solid #c8b478;
}

.wpcf7-radio.shop-list input[type=radio]:checked + .wpcf7-list-item-label {
  background-color: #c8b478;
  color: #fff;
  border: 1px solid #c8b478;
  -webkit-box-shadow: inset 0 0 0 2px #c8b478;
          box-shadow: inset 0 0 0 2px #c8b478;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 1.3rem !important;
}

.wpcf7-not-valid-tip {
  font-size: 1.3rem !important;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-radio.shop-list .wpcf7-list-item {
  display: block !important;
  margin-left: 0 !important;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + span {
  cursor: pointer;
  display: block;
  font-size: 1.2rem;
  padding-left: 20px;
  position: relative;
}
@media screen and (min-width: 1000px) {
  input[type=checkbox] + span {
    font-size: 0.78vw;
  }
}

input[type=checkbox] + span::before {
  content: "";
  background: #fff;
  border: 1px solid #ccc;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

input[type=checkbox] + span::before {
  border-radius: 50%;
}

input[type=checkbox] + span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

input[type=checkbox] + span::after {
  width: 6px;
  height: 6px;
  background: #333;
  border-radius: 50%;
}

input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.l-lower-contact-form-right-box {
  display: none;
  width: 33%;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-form-right-box {
    display: block;
  }
}
.l-lower-contact-dammy-desc {
  padding: 50px 25px;
  margin: 90px 29px 0;
  border-left: 1px solid #c8a04a;
  border-right: 1px solid #c8a04a;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-dammy-desc {
    padding: 2.6vw 5vw;
    margin: 0;
    border-left: none;
    border-right: none;
  }
}
.l-contact-sanka-houhou {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}

.l-contact-sanka-houhou li {
  border: 1px solid #C8B478;
  background-color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0;
  padding: 30px 0;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .l-contact-sanka-houhou li {
    font-size: 1vw;
    padding: 30px;
    letter-spacing: 0.15em;
  }
}
/* -----------------------------------------------------------------------------
		l-lower-page
		-------------------------------------------------------------------------- */
.l-lower-page {
  margin-top: 90px;
}
@media screen and (min-width: 1000px) {
  .l-lower-page {
    margin-top: 0;
  }
}
.m-lower-hero-ttl-wrap {
  padding: 2.6vw 5.2vw 6.7vw;
}

.m-lower-hero-ttl-us {
  font-size: 3.65vw;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 1.6vw;
}

.m-lower-hero-ttl {
  font-size: 1vw;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 24vw;
}

.m-lower-hero-desc {
  font-size: 1vw;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}

.l-lower-event-intro-desc {
  font-size: 1.3rem;
  padding: 50px 0 120px;
  border-bottom: 1px solid #C8B478;
  line-height: 2;
  letter-spacing: 0.12em;
  text-align: justify;
  margin-bottom: -1px;
}
@media screen and (min-width: 1000px) {
  .l-lower-event-intro-desc {
    font-size: 1vw;
    padding: 20vw 5.2vw 6.7vw 5.2vw;
  }
}
.l-lower-event-intro-desc a {
  text-decoration: underline;
}

.l-lower-event-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -1px;
}
@media screen and (min-width: 1000px) {
  .l-lower-event-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: -1px;
  }
}
.l-lower-event-items li {
  width: 100%;
  border-bottom: 1px solid #c8b478;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media screen and (min-width: 1000px) {
  .l-lower-event-items li {
    width: 50%;
  }
}
.l-lower-event-items li:hover {
  background-color: #faf5eb;
}

@media screen and (min-width: 1000px) {
  .l-lower-event-items li {
    border-right: 1px solid #C8B478;
  }
}
.l-lower-event-item-img-box {
  aspect-ratio: 476/575;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 30px 50px;
  border-bottom: 1px solid #C8B478;
}
@media screen and (min-width: 1000px) {
  .l-lower-event-item-img-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 5.2vw 0 5.2vw 10.4vw;
  }
}
.l-lower-event-status.is-end {
  position: relative;
  width: 100%;
  aspect-ratio: 530/680;
}

.l-lower-event-status.is-end::before {
  content: "このイベントは終了しました";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  color: #fff;
  width: 170px;
  height: 40px;
  border: 1px solid #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 1000px) {
  .l-lower-event-status.is-end::before {
    font-size: 1.04vw;
    width: 14.27vw;
    height: 3.28vw;
  }
}
.l-lower-event-status.is-end::after {
  content: "";
  display: block;
  aspect-ratio: 530/680;
  width: 100%;
  z-index: 1;
  background-color: #aaa;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.7;
}

.l-lower-event-status-sub {
  aspect-ratio: 530/680;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-lower-event-status-sub {
    width: 30vw !important;
  }
}
.l-lower-event-item-img-box-num {
  font-family: "Marcellus", serif;
  position: relative;
  top: 0;
  left: 0;
  font-size: 1.2rem;
}
@media screen and (min-width: 1000px) {
  .l-lower-event-item-img-box-num {
    font-size: 0.63vw;
    position: absolute;
    top: 5.2vw;
    left: 5.2vw;
  }
}
.l-lower-event-item-img-box-num span {
  display: block;
  font-size: 2.5rem;
}
@media screen and (min-width: 1000px) {
  .l-lower-event-item-img-box-num span {
    font-size: 1.3vw;
  }
}
.l-lower-event-item-img-box img {
  aspect-ratio: 530/680;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-lower-event-item-txt-box {
  padding: 20px 20px 40px 20px;
}
@media screen and (min-width: 1000px) {
  .l-lower-event-item-txt-box {
    padding: 2.6vw 5vw 5vw;
  }
}
.l-lower-event-item-cate-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .l-lower-event-item-cate-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2vw;
    margin-bottom: 2vw;
  }
}
.l-lower-event-item-cate-cate {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  .l-lower-event-item-cate-cate {
    font-size: 0.89vw;
  }
}
.l-lower-event-item-cate-cate span {
  display: inline-block;
  width: 75px;
  color: #c8b478;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #c8b478;
}
@media screen and (min-width: 1000px) {
  .l-lower-event-item-cate-cate span {
    width: auto;
  }
}
.l-lower-event-item-cate-status {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  .l-lower-event-item-cate-status {
    font-size: 0.89vw;
  }
}
.l-lower-event-item-cate-status span {
  display: inline-block;
  width: 75px;
  color: #c8b478;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #c8b478;
}
@media screen and (min-width: 1000px) {
  .l-lower-event-item-cate-status span {
    width: auto;
  }
}
.l-lower-event-item-ttl {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  .l-lower-event-item-ttl {
    font-size: 1.3vw;
    margin-bottom: 2vw;
  }
}
.l-lower-event-item-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5vw;
  margin-bottom: 40px;
}
@media screen and (min-width: 1000px) {
  .l-lower-event-item-info-wrap {
    margin-bottom: 2.5vw;
  }
}
.l-lower-event-item-info-date {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 1000px) {
  .l-lower-event-item-info-date {
    font-size: 0.88vw;
  }
}
.l-lower-event-item-info-date::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../img/lower/event_img03.png);
  background-size: cover;
  vertical-align: -3px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-event-item-info-date::before {
    width: 1.1vw;
    height: 1.1vw;
    margin-right: 0.6vw;
  }
}
.l-lower-event-item-info-area {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 1000px) {
  .l-lower-event-item-info-area {
    font-size: 0.88vw;
  }
}
.l-lower-event-item-info-area::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 19px;
  background-image: url(../img/lower/event_img04.png);
  background-size: cover;
  vertical-align: -3px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-event-item-info-area::before {
    width: 1.1vw;
    height: 1.3vw;
    margin-right: 0.6vw;
  }
}
.l-lower-event-single-wrap {
  border-top: none;
}
@media screen and (min-width: 1000px) {
  .l-lower-event-single-wrap {
    margin-top: calc(7.8vw - 1px);
    border-top: 1px solid #C8B478;
  }
}
.l-lower-event-single-wrap .l-post {
  padding: 0;
}

.l-lower-event-single-img-box {
  position: relative;
  text-align: center;
  padding: 30px 30px 50px;
  border-bottom: 1px solid #C8B478;
}
@media screen and (min-width: 768px) {
  .l-lower-event-single-img-box {
    padding: 7.8vw 5.2vw;
  }
}
.l-lower-event-single-img-box img {
  aspect-ratio: 530/680;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-lower-event-single-img-box img {
    width: 30vw;
  }
}
.l-lower-event-single-num {
  font-family: "Marcellus", serif;
  text-align: left;
  position: relative;
  bottom: auto;
  left: 0;
  font-size: 1.2rem;
}
@media screen and (min-width: 1000px) {
  .l-lower-event-single-num {
    font-size: 0.63vw;
    position: absolute;
    left: 5.2vw;
    bottom: 3vw;
  }
}
.l-lower-event-single-num span {
  display: block;
  font-size: 2.5rem;
}
@media screen and (min-width: 1000px) {
  .l-lower-event-single-num span {
    font-size: 1.3vw;
  }
}
.l-lower-event-single-txt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #C8B478;
}
@media screen and (min-width: 1000px) {
  .l-lower-event-single-txt-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-lower-event-single-txt-box .m-cmn-btn-wrap {
  height: 90px;
}
@media screen and (min-width: 1000px) {
  .l-lower-event-single-txt-box .m-cmn-btn-wrap {
    height: calc(50% + 1px);
  }
}
.l-lower-event-single-txt-box .m-cmn-btn {
  position: relative;
  font-size: 1.4rem;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-event-single-txt-box .m-cmn-btn {
    font-size: 1vw;
  }
}
.l-lower-event-single-txt-box .m-cmn-btn a {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50px;
  margin-bottom: -1px;
}
@media screen and (min-width: 1000px) {
  .l-lower-event-single-txt-box .m-cmn-btn a {
    border-radius: 5vw;
  }
}
.l-lower-event-single-txt-left {
  width: 100%;
  padding: 20px 20px 40px 20px;
  border-bottom: 1px solid #C8B478;
  border-right: none;
}
@media screen and (min-width: 1000px) {
  .l-lower-event-single-txt-left {
    width: 66.7%;
    border-right: 1px solid #C8B478;
    padding: 2.6vw 5vw 5vw;
    border-bottom: none;
  }
}
.l-lower-event-single-cate-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .l-lower-event-single-cate-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2vw;
    margin-bottom: 2vw;
  }
}
.l-lower-event-single-cate-cate {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  .l-lower-event-single-cate-cate {
    font-size: 0.89vw;
  }
}
.l-lower-event-single-cate-cate span {
  display: inline-block;
  width: 75px;
  color: #c8b478;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #c8b478;
}
@media screen and (min-width: 1000px) {
  .l-lower-event-single-cate-cate span {
    width: auto;
  }
}
.l-lower-event-single-cate-status {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  .l-lower-event-single-cate-status {
    font-size: 0.89vw;
  }
}
.l-lower-event-single-cate-status span {
  display: inline-block;
  width: 75px;
  color: #c8b478;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #c8b478;
}
@media screen and (min-width: 1000px) {
  .l-lower-event-single-cate-status span {
    width: auto;
  }
}
.l-lower-event-single-ttl {
  display: none;
  font-size: 1.8rem;
  margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  .l-lower-event-single-ttl {
    display: block;
    font-size: 1.3vw;
    margin-bottom: 2vw;
  }
}
.l-lower-event-single-ttl-sp {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  .l-lower-event-single-ttl-sp {
    display: none;
    font-size: 1.3vw;
    margin-bottom: 2vw;
  }
}
.l-lower-event-single-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5vw;
}
@media screen and (min-width: 1000px) {
  .l-lower-event-single-info-wrap {
    gap: 3vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-lower-event-single-info-date {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
}
@media screen and (min-width: 1000px) {
  .l-lower-event-single-info-date {
    font-size: 0.89vw;
  }
}
.l-lower-event-single-info-date::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../img/lower/event_img03.png);
  background-size: cover;
  vertical-align: -3px;
  margin-right: 10px;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .l-lower-event-single-info-date::before {
    width: 1.1vw;
    height: 1.1vw;
    margin-right: 0.6vw;
  }
}
.l-lower-event-single-info-area {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 1000px) {
  .l-lower-event-single-info-area {
    font-size: 0.8vw;
  }
}
.l-lower-event-single-info-area::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 19px;
  background-image: url(../img/lower/event_img04.png);
  background-size: cover;
  vertical-align: -3px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .l-lower-event-single-info-area::before {
    width: 1.15vw;
    height: 1.35vw;
    margin-right: 0.6vw;
  }
}
.l-lower-event-single-txt-right {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-event-single-txt-right {
    width: 33.3%;
  }
}
.l-lower-event-single-wrap.is-end .l-lower-event-single-txt-right .m-cmn-btn-wrap {
  display: none;
}

.l-lower-event-single-txt-right-end {
  position: relative;
  display: none;
}

.l-lower-event-single-wrap.is-end .l-lower-event-single-txt-right-end {
  display: block;
  height: 100%;
}

.l-lower-event-single-wrap.is-end .l-lower-event-single-txt-right-end p {
  height: 100%;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50px;
  border: 1px solid #c8b478;
  padding: 30px 0;
}
@media screen and (min-width: 1000px) {
  .l-lower-event-single-wrap.is-end .l-lower-event-single-txt-right-end p {
    font-size: 1.04vw;
    position: absolute;
    padding: 0;
    border-radius: 10.4vw;
  }
}
.l-lower-event-single-wrap.is-end .l-lower-contact-sodan-form,
.l-lower-event-single-wrap.is-end .l-lower-event-reserve,
.l-lower-event-single-wrap.is-end .l-lower-event-single-location {
  display: none;
}

.l-lower-event-single-txt-right .m-cmn-btn-wrap:first-of-type {
  border-bottom: 1px solid #C8B478;
  margin-bottom: -1px;
  margin-top: -1px;
}

.l-lower-event-single-txt-right .m-cmn-btn-wrap:last-of-type {
  margin-top: -1px;
}

.l-lower-event .l-post {
  padding: 0;
}

.single-event .l-main {
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .single-event .l-main {
    overflow: visible;
  }
}
.l-lower-event-single-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 0 60px;
  gap: 20px;
  border-top: 1px solid #C8B478;
  border-bottom: 1px solid #C8B478;
}
@media screen and (min-width: 1000px) {
  .l-lower-event-single-location {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5.2vw;
    padding: 7.8vw 5.2vw 10vw;
  }
}
.l-lower-event-single-location-txt {
  font-family: "Marcellus", serif;
  font-size: 1.5rem;
  padding: 0 20px;
}
@media screen and (min-width: 1000px) {
  .l-lower-event-single-location-txt {
    font-size: 1.3vw;
    padding: 0;
  }
}
.l-lower-event-single-location-img-box iframe {
  width: 100%;
  aspect-ratio: 970/450;
}

.l-lower-event-reserve-desc {
  width: 100%;
  font-size: 1.2rem;
  line-height: 2;
  padding: 30px 25px 40px;
  text-align: justify;
}
@media screen and (min-width: 1000px) {
  .l-lower-event-reserve-desc {
    width: 70%;
    font-size: 1vw;
    line-height: 2.3;
    padding: 2.6vw 5.2vw 5.2vw;
  }
}
.l-lower-event-single-outline {
  display: none;
}
@media screen and (min-width: 1000px) {
  .l-lower-event-single-outline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5.2vw 5.2vw;
    border-bottom: 1px solid #C8B478;
  }
}
.l-lower-event-single-outline-text {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-event-single-outline-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 23vw;
  }
}
.l-lower-event-single-num-2 {
  font-family: "Marcellus", serif;
  text-align: left;
  position: relative;
  bottom: auto;
  left: 0;
  font-size: 1.2rem;
}
@media screen and (min-width: 1000px) {
  .l-lower-event-single-num-2 {
    font-size: 0.63vw;
  }
}
.l-lower-event-single-num-2 span {
  display: block;
  font-size: 2.5rem;
}
@media screen and (min-width: 1000px) {
  .l-lower-event-single-num-2 span {
    font-size: 1.3vw;
  }
}
.l-lower-event-single-outline-img {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-event-single-outline-img {
    width: 23vw;
  }
}
.l-lower-news .l-lower-contact-ttl-box {
  display: none;
  padding: 80px 25px 40px 25px;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .l-lower-news .l-lower-contact-ttl-box {
    display: block;
    padding: 15vw 0 7.8vw;
    text-align: center;
  }
}
.l-lower-news-items {
  border-top: 1px solid #C8B478;
  margin-bottom: -1px;
}

.l-lower-news-items li {
  position: relative;
  padding: 40px 25px 80px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border-bottom: 1px solid #C8B478;
}
@media screen and (min-width: 1000px) {
  .l-lower-news-items li {
    padding: 7.2vw 2.6vw 4vw;
  }
}
.l-lower-news-items li a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.l-lower-news-items li:hover {
  background-color: rgba(200, 180, 120, 0.5);
}

.l-lower-news-item-ttl-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.l-lower-news-item-date {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #323232;
}
@media screen and (min-width: 1000px) {
  .l-lower-news-item-date {
    font-size: 0.8vw;
  }
}
.l-lower-news-items li:hover .l-lower-news-item-date {
  color: #fff;
}

.l-lower-news-item-ttl {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1000px) {
  .l-lower-news-item-ttl {
    font-size: 1.3vw;
  }
}
.l-lower-news-items li:hover .l-lower-news-item-ttl {
  color: #fff;
}

.l-lower-news-item-viewmore {
  opacity: 1;
  font-family: "Marcellus", serif;
  position: absolute;
  right: 30px;
  bottom: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000;
}
@media screen and (min-width: 1000px) {
  .l-lower-news-item-viewmore {
    opacity: 0;
    right: 5.2vw;
    bottom: 3.6vw;
    color: #fff;
  }
}
.l-lower-news-items li:hover .l-lower-news-item-viewmore {
  opacity: 1;
}

.l-lower-news-items li .l-lower-news-item-viewmore::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 12px;
  background-image: url(../img/common/cmn_ico_arrow_black.png);
  background-size: cover;
  margin-left: 5px;
  vertical-align: -2px;
}
@media screen and (min-width: 1000px) {
  .l-lower-news-items li .l-lower-news-item-viewmore::after {
    width: 40px;
    height: 20px;
    background-image: url(../img/common/cmn_ico_arrow_white.png);
  }
}
.l-lower-news .l-post {
  padding: 100px 0;
}

.single-post .l-main {
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .single-post .l-main {
    overflow: visible;
  }
}
.single-post .l-post p {
  width: 100%;
}

.l-lower-news-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #C8B478;
}
@media screen and (min-width: 1000px) {
  .l-lower-news-single {
    border-top: 1px solid #C8B478;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-lower-news-single-ttl-box {
  width: 100%;
  position: sticky;
  top: 0;
  padding: 40px 20px 30px;
}
@media screen and (min-width: 1000px) {
  .l-lower-news-single-ttl-box {
    width: 33.3%;
    padding: 8.1vw 0 0 5.2vw;
  }
}
.l-lower-news-single-date {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1000px) {
  .l-lower-news-single-date {
    font-size: 0.89vw;
    margin-bottom: 2.5vw;
  }
}
.l-lower-news-single-date span {
  color: #c8b478;
  font-size: 1.2rem;
  margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
  .l-lower-news-single-date span {
    font-size: 0.89vw;
    margin-bottom: 2.5vw;
  }
}
.l-lower-news-single-date span::after {
  content: "|";
  display: inline-block;
  width: 1px;
  padding: 0 11px 0 7px;
}
.l-lower-news-single-ttl {
  font-size: 1.8rem;
}
@media screen and (min-width: 1000px) {
  .l-lower-news-single-ttl {
    font-size: 1.3vw;
    margin-right: 10px;
  }
}
.l-lower-news-single-detail-box {
  width: 100%;
  border-left: none;
  padding-top: 0 !important;
}
@media screen and (min-width: 1000px) {
  .l-lower-news-single-detail-box {
    width: 66.7%;
    padding-top: 8.1vw !important;
    border-left: 1px solid #C8B478;
  }
}
.l-lower-column .l-lower-contact-ttl-box {
  display: none;
}
@media screen and (min-width: 1000px) {
  .l-lower-column .l-lower-contact-ttl-box {
    display: block;
    padding: 15vw 0 7.8vw;
    text-align: center;
    border-bottom: 1px solid #c8b478;
    margin-bottom: -1px;
  }
}
.l-lower-column .l-lower-contact-ttl-box-sp {
  display: block;
  font-family: "Marcellus", serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding: 30px 20px 0;
}
@media screen and (min-width: 1000px) {
  .l-lower-column .l-lower-contact-ttl-box-sp {
    display: none;
  }
}
.l-lower-column .l-post {
  padding: 0;
}

.single-column .l-main {
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .single-column .l-main {
    overflow: visible;
  }
}
.l-lower-column-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0;
  border-top: 1px solid #C8B478;
  margin-bottom: -2px;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .l-lower-column-items {
    margin-top: 18.8vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-top: none;
    border-bottom: 1px solid #C8B478;
    margin-bottom: -1px;
    /* ▼ここ追加：縦線 */
  }
  .l-lower-column-items::before {
    content: "";
    position: absolute;
    top: -18.8vw;
    height: calc(100% + 18.8vw);
    width: 1px;
    background: #C8B478;
    z-index: 2;
  }
  .l-lower-column-items::after {
    content: "";
    position: absolute;
    top: -18.8vw;
    height: calc(100% + 18.8vw);
    width: 1px;
    background: #C8B478;
    z-index: 2;
    margin-left: 1px;
  }
  .l-lower-column-items {
    /* 1本目 */
  }
  .l-lower-column-items::before {
    left: calc(33.33% - 1px);
  }
  .l-lower-column-items {
    /* 2本目 */
  }
  .l-lower-column-items::after {
    left: calc(66.66% - 2px);
  }
}

.l-lower-column-items li {
  position: relative;
  width: 100%;
  margin-top: 0;
  border-bottom: 1px solid #C8B478;
}
@media screen and (min-width: 1000px) {
  .l-lower-column-items li {
    width: 33.33%;
    margin-top: -18.8vw;
    border-bottom: none;
  }
}
.l-lower-column-items li a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.l-lower-column-items li:nth-of-type(2),
.l-lower-column-items li:nth-of-type(5),
.l-lower-column-items li:nth-of-type(8) {
  padding-top: 0;
}
@media screen and (min-width: 1000px) {
  .l-lower-column-items li:nth-of-type(2),
  .l-lower-column-items li:nth-of-type(5),
  .l-lower-column-items li:nth-of-type(8) {
    padding-top: 18.8vw;
  }
}
.l-lower-column-item-img-box {
  overflow: hidden;
  padding: 20px;
  border-bottom: 1px solid #C8B478;
}
@media screen and (min-width: 1000px) {
  .l-lower-column-item-img-box {
    padding: 0;
    border-bottom: none;
  }
}
.l-lower-column-item-img-box img {
  aspect-ratio: 490/360;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-lower-column-item-txt-box {
  position: relative;
  padding: 20px 30px;
  font-family: "Noto Sans JP", sans-serif;
  aspect-ratio: 0;
  border-right: none;
  border-left: none;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  margin-left: -1px;
}
@media screen and (min-width: 1000px) {
  .l-lower-column-item-txt-box {
    aspect-ratio: 490/360;
    padding: 1.56vw 2.6vw;
  }
}
.l-lower-column-items li:hover .l-lower-column-item-txt-box {
  background-color: rgba(200, 180, 120, 0.5);
  color: #fff;
}

.l-lower-column-item-date {
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
  .l-lower-column-item-date {
    font-size: 0.88vw;
    margin-bottom: 0.5vw;
  }
}
.l-lower-column-item-date span::after {
  content: "|";
  display: inline-block;
  width: 1px;
  padding: 0 4px 0 7px;
}
.l-lower-column-item-txt-box-morebtn {
  font-family: "Marcellus", serif;
  font-size: 15px;
  display: block;
  color: #000;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  text-align: right;
}
@media screen and (min-width: 1000px) {
  .l-lower-column-item-txt-box-morebtn {
    display: inline-block;
    font-size: 1.25vw;
    opacity: 0;
    color: #fff;
    position: absolute;
    right: 1vw;
    bottom: 1vw;
  }
}
.l-lower-column-item-txt-box-morebtn::after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 11px;
  background-size: cover;
  background-image: url(../img/common/cmn_ico_arrow_black.png);
  margin-left: 10px;
}
@media screen and (min-width: 1000px) {
  .l-lower-column-item-txt-box-morebtn::after {
    width: 2vw;
    height: 1vw;
    background-image: url(../img/common/cmn_ico_arrow_white.png);
  }
}
.l-lower-column-items li:hover .l-lower-column-item-txt-box-morebtn {
  opacity: 1;
}
.l-lower-column-item-txt-box span {
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: 10px;
  color: #C8B478;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.l-lower-column-items li:hover .l-lower-column-item-txt-box span {
  color: #fff;
}

.l-lower-column-item-ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (min-width: 1000px) {
  .l-lower-column-item-ttl {
    font-size: 1.3vw;
    margin-bottom: 0;
  }
}
.l-lower-column .l-post p {
  width: 100%;
}

.page-contact .l-main {
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .page-contact .l-main {
    overflow: visible;
  }
}
.l-lower-contact-merit-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #faf5eb;
  border-top: 1px solid #C8B478;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-merit-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-lower-contact-merit-items li {
  aspect-ratio: unset;
  width: 100%;
  border-bottom: 1px solid #C8B478;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-merit-items li {
    width: 25%;
    aspect-ratio: 1/1;
    border-bottom: 0;
  }
}
.l-lower-contact-merit-items li:last-of-type {
  border-bottom: 0;
}

.l-lower-contact-merit-items li:nth-of-type(1),
.l-lower-contact-merit-items li:nth-of-type(2),
.l-lower-contact-merit-items li:nth-of-type(3) {
  border-right: none;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-merit-items li:nth-of-type(1),
  .l-lower-contact-merit-items li:nth-of-type(2),
  .l-lower-contact-merit-items li:nth-of-type(3) {
    border-right: 1px solid #C8B478;
  }
}
.l-lower-contact-merit-items li p {
  font-size: 1.4rem;
  width: 100%;
  height: 90px;
  border-radius: 50px;
  border: 1px solid #C8B478;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-merit-items li p {
    font-size: 1.3vw;
    border-radius: 50%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.l-lower-contact-merit-details {
  padding: 20px;
  background-color: #faf5eb;
  border-top: 1px solid #C8B478;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-merit-details {
    padding: 4.7vw 4.1vw;
  }
}
.l-lower-contact-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  margin-bottom: 1.5vw;
}

.l-lower-contact-table div {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.5vw;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-table div {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-lower-contact-table dt {
  font-size: 1.2rem;
  width: 90px;
  color: #c8b478;
  border-right: 1px solid #c8a04a;
  margin-right: 10px;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-table dt {
    width: 5.9vw;
    font-size: 0.89vw;
    margin-right: 0.5vw;
  }
}
.l-lower-contact-table div:last-of-type {
  margin-top: 2vw;
}

.l-lower-contact-table div:last-of-type dt {
  border-right: 0;
}

.l-lower-contact-table dd {
  font-size: 1.2rem;
  width: 100%;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-table dd {
    width: calc(100% - 115px);
    font-size: 0.89vw;
    line-height: 1;
  }
}
.l-lower-contact-table dd span {
  display: inline-block;
  margin-left: -7px;
  margin-top: 5px;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-table dd span {
    margin-left: 0;
    margin-top: 0;
  }
}
.l-lower-contact-company-items {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  max-width: 1160px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px 5%;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-company-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5%;
    margin-left: 5.9vw;
  }
}
.l-lower-contact-company-items li {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-company-items li {
    width: 30%;
  }
}
.l-lower-contact-company-item-name {
  font-size: 1.2rem;
  margin-top: 15px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-company-item-name {
    font-size: 0.89vw;
    margin-top: 0.8vw;
  }
}
.l-lower-contact-company-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2%;
  margin-top: 15px;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-company-item-inner {
    margin-top: 0.8vw;
  }
}
.l-lower-contact-company-item-form-btn {
  font-size: 1.2rem;
  width: 60%;
  padding: 5px;
  text-align: center;
  color: #000 !important;
  border: 1px solid #c8a04a;
  background-color: #fff;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-company-item-form-btn {
    font-size: 0.89vw;
  }
}
.l-lower-contact-company-item-map-btn {
  font-size: 1.2rem;
  width: 40%;
  padding: 5px;
  text-align: center;
  color: #fff !important;
  border: 1px solid #c8a04a;
  background-color: #c8a04a;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-company-item-map-btn {
    font-size: 0.89vw;
  }
}
.l-lower-contact-company-item-form-btn-max {
  font-size: 1.2rem;
  width: 100%;
  padding: 5px;
  text-align: center;
  color: #000 !important;
  border: 1px solid #c8a04a;
  background-color: #fff;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-company-item-form-btn-max {
    font-size: 0.89vw;
  }
}
.l-lower-contact-wakarukoto {
  padding: 10vw 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-wakarukoto {
    padding: 10vw 0 15vw;
    gap: 10vw;
  }
}
.l-lower-contact-wakarukoto-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-wakarukoto-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-lower-contact-wakarukoto-item:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-wakarukoto-item:nth-of-type(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.l-lower-contact-wakarukoto-item-txt-box {
  width: 100%;
  padding: 20px 20px 50px;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-wakarukoto-item-txt-box {
    width: 42%;
    padding: 0 0 0 5.2vw;
  }
}
.l-lower-contact-wakarukoto-item-head {
  font-size: 1.5rem;
  margin-bottom: 2vw;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-wakarukoto-item-head {
    font-size: 1.3vw;
  }
}
.l-lower-contact-wakarukoto-item-lists li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 2.2;
  white-space: nowrap;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-wakarukoto-item-lists li {
    font-size: 1vw;
  }
}
.l-lower-contact-wakarukoto-item-lists li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #C8B478;
  border-radius: 50px;
  margin-right: 5px;
}

.l-lower-contact-wakarukoto-item-img-box {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-wakarukoto-item-img-box {
    width: 58%;
  }
}
.l-lower-contact-yoyaku {
  padding: 30px 20px;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-yoyaku {
    padding: 7.6vw 4.6vw;
  }
}
.l-lower-contact-yoyaku-head {
  display: none;
  font-size: 1.2rem;
  margin-bottom: 2vw;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-yoyaku-head {
    display: block;
    font-size: 1.56vw;
  }
}
.l-lower-contact-yoyaku-desc {
  font-size: 1.2rem;
  margin-bottom: 2vw;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: justify;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-yoyaku-desc {
    font-size: 1vw;
    line-height: 2.25;
  }
}
.l-lower-contact-yoyaku-small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 30px;
  text-align: justify;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-yoyaku-small {
    font-size: 0.89vw;
    line-height: 1.8;
    margin-top: 0;
  }
}
.l-lower-contact-sodan-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #C8B478;
  border-bottom: 1px solid #C8B478;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: -1px;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-sodan-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-lower-contact-sodan-form-ttl-box {
  display: none;
  width: 100%;
  padding: 9.4vw 0 0 5.2vw;
  position: sticky;
  top: 0;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-sodan-form-ttl-box {
    display: block;
    width: 33.3%;
  }
}
.l-lower-contact-sodan-form-ttl-us {
  font-size: 0.62vw;
}

.l-lower-contact-sodan-form-ttl-num {
  font-family: "Marcellus", serif;
  font-size: 1.56vw;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-sodan-form-ttl-num {
    font-size: 1.56vw;
  }
}
.l-lower-contact-sodan-form-ttl {
  font-size: 1.2rem;
  margin-top: 2vw;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-sodan-form-ttl {
    font-size: 1.3vw;
  }
}
.l-lower-contact-sodan-form-ttl-img {
  position: relative;
  left: -5.2vw;
  margin-top: 2vw;
}

.l-lower-modelhouse .l-lower-contact-sodan-form-ttl-img {
  position: relative;
  left: 0;
  width: 126%;
  margin-left: -5.2vw;
  margin-top: 4.6vw;
}

.l-lower-contact-sodan-form-content-box {
  width: 100vw;
  margin-left: -30px;
  margin-right: -30px;
  padding: 50px 0 120px;
  background-color: #faf5eb;
  border-top: 1px solid #C8B478;
  margin-top: -1px;
}
@media screen and (min-width: 1000px) {
  .l-lower-contact-sodan-form-content-box {
    width: 66.7%;
    margin-left: 0;
    padding: 9.4vw 5.2vw 10vw;
    border-top: 0;
    margin-top: 0;
  }
}
.l-lower-modelhouse-items {
  border-top: 1px solid #C8B478;
  margin-bottom: -1px;
}

.l-lower-modelhouse-items li {
  border-bottom: 1px solid #C8B478;
}

.l-lower-modelhouse-item-num-box {
  padding: 20px;
}
@media screen and (min-width: 1000px) {
  .l-lower-modelhouse-item-num-box {
    padding: 5.2vw;
  }
}
.l-lower-modelhouse-item-num-us {
  font-size: 1.2rem;
}
@media screen and (min-width: 1000px) {
  .l-lower-modelhouse-item-num-us {
    font-size: 0.6vw;
  }
}
.l-lower-modelhouse-item-num {
  font-family: "Marcellus", serif;
  font-size: 2.5rem;
}
@media screen and (min-width: 1000px) {
  .l-lower-modelhouse-item-num {
    font-size: 1.56vw;
  }
}
.l-lower-modelhouse-item-img-box {
  display: none;
}
@media screen and (min-width: 1000px) {
  .l-lower-modelhouse-item-img-box {
    display: block;
  }
}
.l-lower-modelhouse-item-img-box-sp {
  display: block;
}
@media screen and (min-width: 1000px) {
  .l-lower-modelhouse-item-img-box-sp {
    display: none;
  }
}
.gallery-swiper {
  aspect-ratio: 1470/800;
}

.gallery-swiper .swiper-slide {
  width: auto;
  height: 100%;
}

.gallery-swiper .swiper-slide img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-right: 1px solid #fff;
}

.gallery-swiper .swiper-pagination {
  display: none;
  position: absolute;
  left: 5.2vw;
  bottom: 2vw;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .gallery-swiper .swiper-pagination {
    display: block;
  }
}
.gallery-swiper .swiper-button-prev::after,
.gallery-swiper .swiper-button-next::after {
  content: "";
}

.swiper-pagination-bullet-active {
  background: #fff;
}

.gallery-swiper .swiper-navigation-icon {
  display: none;
}

.gallery-swiper .swiper-button-prev {
  background: url("../img/common/cmn_ico_arrow_white_left.png") no-repeat center/contain;
  width: 25px;
  height: 25px;
  position: absolute;
  top: auto;
  left: 1.5vw;
  bottom: 2vw;
}

.gallery-swiper .swiper-button-next {
  background: url("../img/common/cmn_ico_arrow_white_right.png") no-repeat center/contain;
  width: 25px;
  height: 25px;
  position: absolute;
  top: auto;
  left: 10vw;
  bottom: 2vw;
}

.l-lower-modelhouse-item-txt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: -1px;
}
@media screen and (min-width: 1000px) {
  .l-lower-modelhouse-item-txt-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 0;
    border-top: 0;
  }
}
.l-lower-modelhouse-item-txt-box-left {
  width: 100%;
  padding: 30px 20px;
  border-right: none;
}
@media screen and (min-width: 1000px) {
  .l-lower-modelhouse-item-txt-box-left {
    width: 66.7%;
    padding: 3.1vw 5.2vw;
    border-right: 1px solid #C8B478;
  }
}
.l-lower-modelhouse-item-txt-box-left-ttl {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .l-lower-modelhouse-item-txt-box-left-ttl {
    font-size: 1.3vw;
    margin-bottom: 2vw;
  }
}
.l-lower-modelhouse-item-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  font-family: "Noto Sans JP", sans-serif;
}

.l-lower-modelhouse-item-info-wrap div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-lower-modelhouse-item-info-wrap dt {
  width: 80px;
  border-right: 1px solid #C8B478;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #c8b478;
  font-size: 1.2rem;
}
@media screen and (min-width: 1000px) {
  .l-lower-modelhouse-item-info-wrap dt {
    width: 5.7vw;
    font-size: 0.89vw;
  }
}
.l-lower-modelhouse-item-info-wrap dd {
  width: calc(100% - 110px);
  padding-left: 5px;
  line-height: 1;
  letter-spacing: 0.15em;
  font-size: 1.2rem;
}
@media screen and (min-width: 1000px) {
  .l-lower-modelhouse-item-info-wrap dd {
    font-size: 0.89vw;
  }
}
.l-lower-modelhouse-item-txt-box-right {
  width: 100%;
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  border-top: 1px solid #C8B478;
}
@media screen and (min-width: 1000px) {
  .l-lower-modelhouse-item-txt-box-right {
    width: 33.3%;
    font-size: 1vw;
    border-top: 0;
  }
}
.l-lower-modelhouse-item-txt-box.is-end .l-lower-modelhouse-item-txt-box-right a:first-of-type {
  display: none;
}

.l-lower-modelhouse-item-txt-box .l-lower-modelhouse-item-txt-box-right a:last-of-type {
  display: none;
}

.l-lower-modelhouse-item-txt-box.is-end .l-lower-modelhouse-item-txt-box-right a:last-of-type {
  height: 100%;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50px;
  border: 1px solid #c8b478;
  padding: 30px 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 1000px) {
  .l-lower-modelhouse-item-txt-box.is-end .l-lower-modelhouse-item-txt-box-right a:last-of-type {
    font-size: 1.04vw;
    position: absolute;
    padding: 0;
    border-radius: 10.4vw;
  }
}
.l-lower-modelhouse-item-txt-box-right a:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #C8B478;
  border-radius: 200px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 30px 0;
  color: #000;
  margin-top: -1px;
}
@media screen and (min-width: 1000px) {
  .l-lower-modelhouse-item-txt-box-right a:first-of-type {
    position: absolute;
    padding: 0;
  }
}
.l-lower-modelhouse-item-txt-box-right a:hover {
  background-color: #c8a04a;
  color: #fff;
}

.single-model-house .l-main {
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .single-model-house .l-main {
    overflow: visible;
  }
}
.single-model-house .l-lower-event-single-wrap {
  border-top: none;
}
@media screen and (min-width: 1000px) {
  .single-model-house .l-lower-event-single-wrap {
    margin-top: 0;
  }
}
.l-lower-modelhouse .l-lower-event-single-img-box {
  position: relative;
  text-align: center;
  padding: 0;
  border-bottom: 1px solid #C8B478;
}
@media screen and (min-width: 768px) {
  .l-lower-modelhouse .l-lower-event-single-img-box {
    padding: 0;
  }
}
.l-lower-modelhouse .l-lower-event-single-img-box img {
  width: 100%;
  aspect-ratio: 1470/980;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-lower-modelhouse .l-lower-event-single-num {
  font-family: "Marcellus", serif;
  text-align: left;
  position: relative;
  bottom: auto;
  left: 0;
  font-size: 1.2rem;
  padding: 20px;
  color: #000;
}
@media screen and (min-width: 1000px) {
  .l-lower-modelhouse .l-lower-event-single-num {
    font-size: 0.63vw;
    position: absolute;
    left: 5.2vw;
    bottom: 3vw;
    padding: 0;
    color: #fff;
  }
}
.l-lower-modelhouse .l-lower-event-single-cate-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  margin-bottom: 20px;
}

.l-lower-modelhouse .l-lower-event-single-cate-cate span {
  display: inline-block;
  width: 110px;
  color: #c8b478;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #c8b478;
}

.l-lower-modelhouse .l-lower-event-single-cate-status span {
  display: inline-block;
  width: 110px;
  color: #c8b478;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #c8b478;
}

.l-lower-modelhouse .l-lower-event-single-ttl {
  display: block !important;
  font-size: 1.8rem;
  margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  .l-lower-modelhouse .l-lower-event-single-ttl {
    font-size: 1.3vw;
    margin-bottom: 2vw;
  }
}
.l-lower-modelhouse-single-outline {
  display: none;
}
@media screen and (min-width: 1000px) {
  .l-lower-modelhouse-single-outline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5.2vw 5.2vw;
    border-bottom: 1px solid #C8B478;
  }
}
.l-lower-modelhouse-single-outline-text {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-modelhouse-single-outline-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 20vw;
  }
}
.l-lower-modelhouse-single-num-2 {
  font-family: "Marcellus", serif;
  text-align: left;
  position: relative;
  bottom: auto;
  left: 0;
  font-size: 1.2rem;
}
@media screen and (min-width: 1000px) {
  .l-lower-modelhouse-single-num-2 {
    font-size: 0.63vw;
  }
}
.l-lower-modelhouse-single-num-2 span {
  display: block;
  font-size: 2.5rem;
}
@media screen and (min-width: 1000px) {
  .l-lower-modelhouse-single-num-2 span {
    font-size: 1.3vw;
  }
}
.l-lower-modelhouse-single-outline-img {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-modelhouse-single-outline-img {
    width: 44vw;
  }
}
.l-lower-works .l-lower-contact-ttl-box-pc {
  position: relative;
}

.l-lower-works .l-lower-contact-ttl-box {
  position: absolute;
  left: 0;
  bottom: 5vw;
}

.l-lower-works .l-lower-contact-ttl-us {
  color: #fff;
}

.l-lower-works .l-lower-contact-ttl {
  color: #fff;
}

.l-lower-works-items {
  margin-bottom: -1px;
}

.l-lower-works-items li {
  border-bottom: 1px solid #c8b478;
}
@media screen and (min-width: 1000px) {
  .l-lower-works-items li {
    margin-top: -1px;
  }
}
.l-lower-works-item-img-box {
  display: none;
}
@media screen and (min-width: 1000px) {
  .l-lower-works-item-img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #c8b478;
    border-bottom: 1px solid #c8b478;
  }
}
.l-lower-works-item-img-box-sp {
  display: block;
  aspect-ratio: 330/450;
  margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  .l-lower-works-item-img-box-sp {
    display: none;
  }
}
.l-lower-works-item-img-box-sp img {
  aspect-ratio: 330/450;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-lower-works-item-img-box-left {
  width: 50%;
  margin-right: 1px;
}

.l-lower-works-item-img-box-right {
  width: 50%;
}

.l-lower-works-item-img-box-left img {
  aspect-ratio: 667/734;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-lower-works-item-img-box-right img {
  aspect-ratio: 1337/734;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-lower-works-item-img-box-right img:first-of-type {
  margin-bottom: 1px;
}

.l-lower-works-item-txt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 40px;
}
@media screen and (min-width: 1000px) {
  .l-lower-works-item-txt-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 0;
  }
}
.l-lower-works-item-txt-box-left {
  width: 100%;
  padding: 30px 20px 0;
  border-right: none;
}
@media screen and (min-width: 1000px) {
  .l-lower-works-item-txt-box-left {
    width: 66.7%;
    border-right: 1px solid #C8B478;
    padding: 2.1vw 5.2vw;
  }
}
.l-lower-works-item-txt-box-left-ttl {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .l-lower-works-item-txt-box-left-ttl {
    font-size: 1.3vw;
    margin-bottom: 2.5vw;
  }
}
.l-lower-works-item-cate-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  margin-bottom: 20px;
}
.l-lower-works-item-cate-cate {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
  .l-lower-works-item-cate-cate {
    font-size: 0.89vw;
    margin-bottom: 0.5vw;
  }
}
.l-lower-works-item-cate-cate span {
  display: inline-block;
  width: 85px;
  color: #c8b478;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #c8b478;
}
@media screen and (min-width: 1000px) {
  .l-lower-works-item-cate-cate span {
    width: 6.2vw;
  }
}
.l-lower-works-item-cate-status {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 1000px) {
  .l-lower-works-item-cate-status {
    font-size: 0.89vw;
  }
}
.l-lower-works-item-cate-status span {
  display: inline-block;
  width: 85px;
  color: #c8b478;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #c8b478;
}
@media screen and (min-width: 1000px) {
  .l-lower-works-item-cate-status span {
    width: 6.2vw;
  }
}
.l-lower-works-item-txt-box-right {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .l-lower-works-item-txt-box-right {
    width: 33.3%;
  }
}
.l-lower-works-item-txt-box-right a {
  width: 220px;
  margin: 0 auto;
  padding: 15px;
  font-family: "Marcellus", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 10vw;
  border: 1px solid #C8B478;
  color: #000;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  font-size: 1.2rem;
}
@media screen and (min-width: 1000px) {
  .l-lower-works-item-txt-box-right a {
    font-size: 1.3vw;
    width: 100%;
    position: absolute;
    padding: 0;
  }
}
.l-lower-works-item-txt-box-right a:hover {
  background-color: #C8B478;
}

.l-lower-works-single-txt-box {
  padding: 30px 20px 40px;
}
@media screen and (min-width: 1000px) {
  .l-lower-works-single-txt-box {
    padding: 3vw 5.2vw;
  }
}
.l-lower-works-single-head {
  display: none;
}
@media screen and (min-width: 1000px) {
  .l-lower-works-single-head {
    display: block;
    font-size: 1.3vw;
    margin-bottom: 3vw;
  }
}
.l-lower-works-single-head-sp {
  display: block;
  font-size: 1.8rem;
  padding: 50px 20px 30px;
}
@media screen and (min-width: 1000px) {
  .l-lower-works-single-head-sp {
    display: none;
  }
}
.l-lower-works-single-wrap .l-lower-works-item-cate-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2vw;
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
  .l-lower-works-single-wrap .l-lower-works-item-cate-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-lower-works-single-wrap .l-lower-works-item-cate-cate {
  margin-bottom: 0;
}

.l-lower-works-single-wrap .l-lower-works-item-cate-cate span,
.l-lower-works-single-wrap .l-lower-works-item-cate-status span {
  width: auto;
}

.l-lower-works-single-wrap .l-post {
  padding: 0;
}

.l-lower-works-single-wrap .l-post-pagenavi-wrap {
  border-top: 1px solid #C8B478;
  border-bottom: 1px solid #C8B478;
}

.l-lower-works-single-wrap .l-post-pagenavi {
  width: auto;
  margin: 0 auto;
}

.l-lower-works-single-wrap .l-post-pagenavi a {
  display: -ms-grid;
  display: grid;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .l-lower-works-single-wrap .l-post-pagenavi a {
    text-align: center;
  }
}
.l-lower-works-single-wrap .l-post-pagenavi img {
  display: none;
  width: 24vw;
  aspect-ratio: 353/484;
  max-height: 484px;
}
@media screen and (min-width: 1000px) {
  .l-lower-works-single-wrap .l-post-pagenavi img {
    display: block;
  }
}
.l-lower-reserve-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-top: 1px solid #c8b478;
  margin-bottom: -1px;
}
@media screen and (min-width: 1000px) {
  .l-lower-reserve-detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0;
  }
}
.l-lower-reserve-detail > div {
  border-bottom: 1px solid #c8b478;
}
@media screen and (min-width: 1000px) {
  .l-lower-reserve-detail > div {
    border-bottom: 0;
  }
}
.l-lower-reserve-detail div {
  position: relative;
  width: 100%;
  height: 160px;
  border-right: none;
  margin-top: -1px;
}
@media screen and (min-width: 1000px) {
  .l-lower-reserve-detail div {
    aspect-ratio: 317/214;
    height: -webkit-fill-available;
    height: -moz-available;
    height: stretch;
    border-right: 1px solid #c8b478;
    border-bottom: 0;
    margin-bottom: -1px;
  }
}
.l-lower-reserve-detail div:last-of-type {
  border-right: none;
}

.l-lower-reserve-detail-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .l-lower-reserve-detail-inner {
    padding: 5.2vw 0 4vw;
    border-radius: 9999px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.l-lower-reserve-detail div a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 9999px;
  border: 1px solid #C8B478;
}

.l-lower-reserve-detail-head {
  font-size: 1.6rem;
  margin-bottom: 0.6vw;
}
@media screen and (min-width: 1000px) {
  .l-lower-reserve-detail-head {
    font-size: 1vw;
  }
}
.l-lower-reserve-detail-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
}
@media screen and (min-width: 1000px) {
  .l-lower-reserve-detail-desc {
    font-size: 0.73vw;
  }
}
.l-lower-reserve-detail-tel {
  font-family: "Marcellus", serif;
  font-size: 2.3rem;
}
@media screen and (min-width: 1000px) {
  .l-lower-reserve-detail-tel {
    font-size: 1.56vw;
  }
}