@charset "UTF-8";

html {
  -webkit-overflow-scrolling: touch;
}

.ja-title-l {
  font-size: clamp(28px, 1.98vw, 38px);
  font-weight: 500;
  color: #000000;
  text-align: center;
  letter-spacing: 0.05em;
}

.ja-title-m {
  font-size: clamp(18px, 1.98vw, 25px);
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.05em;
}

.ja-title-s {
  font-size: clamp(17px, 1.98vw, 18px);
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.05em;
}

.ja-text {
  font-size: clamp(11px, 1.98vw, 15px);
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.05em;
}

.title-ja {
  font-size: clamp(11px, 1.98vw, 15px);
  font-weight: 500;
  color: #8C8C8C;
  margin-bottom: 3rem;
  text-align: center !important;
  letter-spacing: 0.05em;
}

.heading-m {
  font-size: clamp(25px, 1.98vw, 35px);
  letter-spacing: 11%;
}

.page-wedding .btn-border {
  border: 1px solid #6E5F50;
}

.page-wedding .btn-border:hover {
  background: #6c6052;
  color: #fff;
  border: 1px solid #6c6052;
}

.line {
  width: 14.6rem;
  height: 1px;
  background: #6E5F50;
  margin-block: clamp(20px, 1.98vw,31px);
}

.sp-only {
  display: none;
}

.pc-only {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
  .heading-m {
    font-size: 2.2rem;
  }
  .title-ja {
    font-size: 1.1rem;
  }
  .ja-title-l {
    font-size: 1.9rem;
  }
  .ja-title-m {
    font-size: 1.8rem;
  }
  .ja-title-s {
    font-size: 1.7rem;
  }
  .ja-text {
    font-size: 1.4rem;
  }
  .line {
    margin-block: 1rem;
    width: 10rem;
    margin-inline: auto;
  }
  .inner {
    width: 95%;
    margin-inline: auto;
  }
}
.text-left {
  text-align: left;
}

.btn-m--fair {
  width: 37.5rem;
  height: 8rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5555555556;
  color: #000000;
  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;
}

@media screen and (max-width: 767px) {
  .btn-m--fair {
    font-size: 1.2rem;
    height: 4.5rem;
    width: 20rem;
    padding-block: 3.5rem;
  }
}
.btn-border-w {
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-border-w.btn-ar-r:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 6px;
  background: url(../img/index/co_ar_01_w.svg) no-repeat center center;
  background-size: contain;
}

main {
  display: block;
  padding-top: 0px;
}

.page-wedding {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

.sec-wedding {
  position: relative;
  width: 100%;
  min-height: 108.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;
  overflow: hidden;
  margin-top: 0;
  z-index: 1;
  @media screen and (max-width: 767px) {
    min-height: 54.9rem;
  }
}

.sec-wedding__bg {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1920/1084;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.page-wedding .sec-wedding__bg {
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .page-wedding .sec-wedding__bg {
    aspect-ratio: 707/399;
    max-height: 399px;
  }
}

.sec-wedding__bg img,
.sec-wedding__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.6);
}

.sec-wedding .l-container {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: -100px;

}

.sec-wedding__main-text {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-wedding__main-text{
    margin-bottom: 75px;
  }
}

.sec-wedding__lead {
  font-size: clamp(3rem, 1.5rem + 1.04vw, 4.2rem);
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.6;
  color: #fff;
}

.sec-wedding__title {
  font-size: clamp(3.5rem, 2.5rem + 0.87vw, 5.5rem);
  font-weight: 400;
  line-height: 1.6;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767px) {
  .sec-wedding__lead {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .sec-wedding__title {
    font-size: 2.4rem;
  }
}
.sec-wedding-info {
  position: relative;
  background-image: url(../img/wedding/wedding-info.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -150px;
  z-index: 3;
  min-height: 404px;
  aspect-ratio: 1920/319;
  width: 100%;

}
 @media screen and (max-width: 767px) {
  .sec-wedding-info {
    background-image: url(../img/wedding/wedding-info-sp.png);
    background-size: contain;
    aspect-ratio: 390/85;
   width: 100%;
   top:-190px;
}
 }
 @media screen and (min-width: 1921px) {
  .sec-wedding-info {
    min-height: 480px;
  }
}
.sec-wedding-info__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: clamp(0.4rem, -3.6rem + 5.21vw, 6.4rem);
  position: absolute;
  top: -27.0062695925%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  margin-inline: auto;
  max-width: 1308px;
}
@media screen and (max-width: 767px) {
  .sec-wedding-info__container {
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 2.5rem;
    row-gap: 1.7rem;
    top: 25%;
    width: 325px;
  }
}
.sec-wedding-info__container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.sec-wedding-info__container > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.sec-wedding-info__container > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.sec-wedding-info__container > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.sec-wedding-info__item {
  background: #F8F9F4;
  border: 1px solid #D5D5D5;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec-wedding-info__item {
  width: 102%;
  }
}

.sec-wedding-info__item:first-child,
.sec-wedding-info__item:last-child {
  margin-top: 2rem;
  @media screen and (max-width: 767px) {
    margin-top: 0;
  }
}

.sec-wedding-info__item:nth-child(2),
.sec-wedding-info__item:nth-child(3) {
  margin-bottom: 2rem;
  @media screen and (max-width: 767px) {
    margin-bottom: 0;
  }
}

.sec-wedding-info__item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 97%;
  height: 97%;
  border-radius: 50%;
  border: 1px solid #D5D5D5;
}

.sec-info__item-text {
  font-size: clamp(17px, 1.98vw, 22px);
  font-weight: 500;
  line-height: 1.3636363636;
  color: #676767;
  margin-top: 7.5268817204%;
  letter-spacing: 0.05em;

}
 @media screen and (max-width: 767px) {
  .sec-info__item-text {
    margin-top: 7%;
    font-size: 1.1rem;
  }
  .sec-info__item-text--narrow {
    margin-top: 5%;

  }
}
.sec-info__item-title {
  margin-top: 3.9426523297%;
  font-size: clamp(22px, 1.98vw, 30px);
  color: #676767;
  letter-spacing: 0.05em;

}
 @media screen and (max-width: 767px) {
  .sec-info__item-title {
    margin-top: 0.4rem;
    font-size: 1.6rem;
  }
  .sec-wedding-info__item:nth-child(3) .sec-info__item-title {
    margin-top: -3px;
  }
}

.sec-wedding-info__item svg {
  width: 2.3rem;
  height: 2.3rem;
  margin-inline: auto;
  margin-top: 7.1684587814%;
  display: block;
  overflow: visible;
  @media screen and (max-width: 767px) {
    width: 1rem;
    height: 1rem;
    max-width: 1rem;
    max-height: 1rem;
    overflow: hidden;
  }
}
.sec-wedding-info__item svg use {
  display: block;
  width: 100%;
  height: 100%;
}
.sec-wedding-info__item svg use.svg-pc {
  display: block;
}
.sec-wedding-info__item svg use.svg-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec-wedding-info__item svg use.svg-pc {
    display: none;
  }
  .sec-wedding-info__item svg use.svg-sp {
    display: block;
  }
}

.sec-info__yellow {
  position: relative;
  z-index: 0;
}

.sec-info__yellow:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9px;
  background: #FCF4D8;
  z-index: -1;
}

.sec-wedding__fair {
  margin-top: -10rem;
  position: relative;
  z-index: 4;
}

@media screen and (max-width: 767px) {
  .sec-wedding__fair {
    margin-top: -12.3rem;

  }
  .sec-wedding-info__item {
    aspect-ratio: 1;
  }
}
.wedding #sec-tabs .tab-btn {
  margin-top: 4.5rem;
  max-width: 1080px;
  margin-inline: auto;
}

.l-inner {
  max-width: 1330px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

/* footer.php の wedding 表示に合わせてフッター幅を統一 */
#sec-ft .l-inner,
#ft-bottom .l-inner {
  max-width: 1040px;
}

.wedding #sec-tabs .tab-btn a {
  font-size: 1.4rem;
  margin-block: 2px;
  @media screen and (max-width: 767px) {
    font-size: 1.2rem;
  }
}
.wedding #sec-tabs .tab-btn a.current {
  color: #6c6052;
}
.wedding #sec-tabs #lamp{
  background: #6c6052;
  height: 1px;
}
.sec-original {
  background: #F8F9F4;
  padding-block: 11rem 18.5rem;
  margin-top: 15.4rem;
}

.page-wedding__title {
  text-align: center;
  display: -ms-grid;
  display: grid;
  gap: 1.4rem;
}

.sec-original__lead {
  text-align: center;
  margin-top: 4rem;
  display: -ms-grid;
  display: grid;
  gap: 3rem;
}

.sec-original__items {
  margin-top: 6rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.8rem 1fr 2.8rem 1fr 2.8rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.8rem;
  width: 91%;
  max-width: 174.9rem;
  margin-inline: auto;
}

.sec-original__item {
  padding: 5.585106383% 5.585106383% 8.2446808511% 6.1170212766%;
  background: #fff;
  border: 1px solid #D5D5D5;
}

.sec-original__item-image {
  aspect-ratio: 376/251;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-original__item-content {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec-original__item-content {
    margin-top: 1rem;
  }
}

.sec-original__item-title {
  font-size: clamp(14px, 1.2vw, 20px);
  font-weight: 500;
  line-height: 1.4782608696;
  color: #000000;
  text-align: left;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .sec-original__item-title {
    font-size: 1.2rem;
  }
}
.page-wedding__lead-text {
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .sec-original {
    margin-top: 7.7rem;
    padding-block: 5rem;
  }
  .sec-original__lead {
    margin-top: 0;
  }
  .page-wedding__lead-title {
    font-size: 2.4rem;
    text-align: center;
  }
  .page-wedding__lead-text {
    font-size: 1.6rem;
  }
  .sec-original__items {
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .sec-original__item {
    padding: 1rem;
  }
}
.sec-message-1 {
  position: relative;
  width: 100%;
  min-height: 55.8rem;
  overflow: visible;
  margin-top: 17rem;
}

.sec-message-1__image {
  aspect-ratio: 1237/558;
  width: 64.4270833333%;
  height: 100%;
  margin-left: auto;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.sec-message-1__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  display: block;

}
@media screen and (max-width: 1000px) {
  .sec-message-1__image img {
    object-position: -512px center;
  }
}
@media screen and (max-width: 767px) {
  .sec-message-1__image img {
    object-position: right;
  }
}

  @media screen and (max-width: 630px) {
    .sec-message-1__image img {
      object-position: -480px center;
    }
  }
.sec-message-1__content {
  position: absolute;
  left: 5.15625%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  padding-left:  clamp(
    20px,
    calc(20px + 289 * ((100vw - 767px) / 1153)),
    305px
  );
  padding-right: clamp(2.6041666667%, calc(2.6041666667% + 3.3958333333% * (1920px - 100vw) / (1920px - 800px)), 6%);
  width: clamp(40.0520833333%, calc(40.0520833333% + (50% - 40.0520833333%) * (1920px - 100vw) / (1920px - 800px)), 50%);
  height: clamp(71.5053763441%, calc(71.5053763441% + (50% - 71.5053763441%) * (1920px - 100vw) / (1920px - 800px)), 50%);
  background: rgba(255, 255, 255, 0.73);
  max-width: 76.9rem;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-wrap: break-word;
  word-break: break-word;
  overflow: hidden;

}

@media screen and (min-width: 1921px) {
  .sec-message-1__content {
  padding-left:10%;
  }
}
.sec-message-1__content .ja-title-m {
  text-align: left;
  margin-bottom: 2rem;

  max-width: 100%;
  overflow-wrap: break-word;
  word-break: break-word;
}

.sec-message-1__content .ja-title-s {
  text-align: left;
  font-size: clamp(
    13px,
    calc(13px + 5 * ((100vw - 767px) / 1153)),
    18px
  );
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: break-word;
}

@media screen and (max-width: 767px) {
  .sec-message-1 {
    min-height: 40rem;
    margin-top: 6rem;
  }
  .sec-message-1__content {
    min-width: 313px;
    left: 2.4rem;
    right: 2.4rem;
    padding: 4rem 1.4rem;
    width: 70%;
    height: auto;
    top: 88%;
  }

  .sec-message-1__image {
    width: 65%;
  }
  .sec-message-1__content .ja-title-m {
    font-size: 1.4rem;
    min-width: 100%;
  }
  .sec-message-1__content .ja-title-s {
    font-size: 1.2rem;
    min-width: 100%;
  }
}
.sec-reason .l-container{
  max-width: 1230px;
}
.sec-reason__inner {
  padding-block: 18.3rem 15.1rem;
  text-align: center;
}

.sec-reason__list {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin-block: 5.1rem 6.8rem;
  width: 100%;
  margin-inline: auto;
}

.sec-reason__item {
  margin-block: 6.6rem;
  margin-inline: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.4rem;
  padding-bottom: 5.7rem;
  border-bottom: 1px solid #BCB09F;
  text-align: left;
  overflow-x: hidden;
  max-width: 100%;
  box-sizing: border-box;
}
.sec-reason__item .ja-title-s{
  white-space: nowrap;
  @media screen and (max-width: 767px) {
    white-space: normal;
  }
}
.sec-reason__item-content .ja-title-s {
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  @media screen and (max-width: 767px) {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 5px;
  }
}

.sec-reason__item-content .ja-title-m {
  word-break: break-word;
  overflow-wrap: break-word;
  @media screen and (max-width: 767px) {
    text-align: center;
    margin-top: 8px;

  }
}


.sec-reason__item-image {
  width: 40.780141844%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-reason__item-content {
  width: 55.1418439716%;
  min-width: 0;
  max-width: 100%;
  flex-shrink: 1;
  box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  overflow: hidden;
}
.sec-reason__item-content > * {
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  @media screen and (max-width: 767px) {
    margin-inline: auto;  }
}

.sec-reason__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center ;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  @media screen and (max-width: 767px) {
    align-items: center;
    flex-direction: column;
    gap: 0;
  }
}
.sec-reason__item-head > * {
  min-width: 0;
  flex-shrink: 1;
}
.sec-reason__item-content .ja-text {
  margin-top: 3%;
  max-width: 100%;
  word-break: break-word;
  overflow-wrap: break-word;
  box-sizing: border-box;
  @media screen and (max-width: 767px) {
    margin-top: 1rem;
  }
}

.sec-reason__item-head-number {
  font-size: 5rem;
  font-weight: 500;
  font-family: "EB Garamond", serif;
  color: #6E5F50;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .sec-reason__inner {
    padding-block: 10rem;
  }
  .sec-reason__item-head-number {
    font-size: 5rem;
    line-height: 1.2;
  }
  .sec-reason__list {
    width: 100%;
    margin-inline: 0;
    margin-block: 2rem 4rem;
  }
  .sec-reason__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0rem;
    margin: 0;
  }
  .sec-reason__item-image {
    width: 100%;
  }
  .sec-reason__item-content {
    width: 100%;
  }
}
.sec-reason .btn-m--fair {
  width: 52.8rem;
}

@media screen and (max-width: 767px) {
  .sec-reason .btn-m--fair {
    width: 28rem;
    padding-block: 3.5rem;
  }
}
.sec-message-2 {
  background-image: url(../img/wedding/message-2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sec-message {
  padding-block: 13rem;
}

.sec-message__inner {
  text-align: center;
  display: -ms-grid;
  display: grid;
  gap: 6.9rem;
  padding: 8.3rem 11rem 9.3rem;
  background: rgba(255, 255, 255, 0.73);
  width: 41.4583333333%;
  min-width: 79.6rem;
  margin-inline: auto;
  position: relative;
}

.sec-message__inner::after {
  content: "";
  position: absolute;
  inset: 13px;
  border: 1px solid #ffffff;
}

@media screen and (max-width: 767px) {
  .sec-message {
    padding-block: 6rem;
  }
  .sec-message__inner {
    width: 100%;
    min-width: 0;
    padding: 4rem 2rem 4rem;
    gap: 0rem;

  }
  .sec-message__inner::after {
    inset: 6px;
  }
  .sec-message-2 {
    background-position: center right;
  }
  .sec-message-2 .sec-message__inner{
    padding: 4rem 1rem 4rem;
  }
}
.sec-hall {
  margin-top: 22rem;
}

@media screen and (max-width: 767px) {
  .sec-hall {
    margin-top: 6rem;
  }
}
.sec-hall__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  @media screen and (max-width: 767px) {
    background-color:#F8F9F4 ;
  }
}

.sec-hall__content {
  background: #F8F9F4;
  aspect-ratio: 960/640;
  padding-block: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  padding-inline: 3%;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .sec-hall__container {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .sec-hall__content {
    padding: 2.5rem;
  }
}
.sec-hall__content-inner{
max-width: 63%;
margin-inline: auto;
min-width: 600px;
}
@media screen and (max-width: 1200px) {
  .sec-hall__content-inner{
    max-width: 100%;
    min-width: 0;
  }

}
.sec-hall__content .line {
  margin-inline: auto;
  width: 16.4rem;
}

.sec-hall__content .ja-text {
  margin-top: clamp(30px, 2.98vw,60px);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec-hall__image-item .ja-text {
    margin-block: 1.5rem 0;
    width: 95%;
    margin-inline: auto;

  }
}
.sec-hall__image-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.sec-hall__image-item figure {
  aspect-ratio: 960/640;
  width: 100%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sec-hall__image-item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-hall__image .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  bottom: 6rem;
  width: 100%;
  padding-block: 2rem;
  list-style: none;
  height: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  @media screen and (max-width: 767px) {
    bottom: 4.5rem;
  }
}

.sec-hall__image .slick-dots li.slick-active button {
  background: #E16969;
}

@media screen and (max-width: 767px) {
  .sec-hall__image .slick-dots {
    padding-block: 1rem;
    font-size: clamp(12px, 0.98vw, 15px);
  }
}
.sec-hall__image-item .ja-text {
  margin-top: 4rem;
  @media screen and (max-width: 767px) {
    margin-top: 3rem;
    font-size: 1.2rem;
  }
}
.slide-right {
  margin-top: 12rem;
}

@media screen and (max-width: 767px) {
  .slide-right {
    margin-top: 3rem;
  }
}
.slide-right__inner {
  width: 89%;
  max-width: 100%;
  margin-left: auto;
  text-align: left;
}

.sec-banquet .slide-right__inner .ja-text {
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .sec-banquet .slide-right__inner .ja-text {
    margin-top: 2.5rem;
    width: 95%;
    margin-inline: initial;
  }
}
.slide-right__inner .heading-m {
  text-align: left;
  @media screen and (max-width: 767px) {
    text-align: center;
  }
}
.slide-right__inner .line {
  @media screen and (max-width: 767px) {
    margin-inline: auto;
  }
}

.slide-right__slider {
  margin-top: 6rem;
  position: relative;
}
.slide-right__slider .slick-slide {
  margin-left: 0 !important;
}
.slide-right__slider .slide-right-item {
  display: block;
}
.slide-right__slider .slide-right-item .slide-right-item__image {
  width: 100%;
  aspect-ratio: 518/345;
  overflow: hidden;
}
.slide-right__slider .slide-right-item .slide-right-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slide-right__slider .slide-right-item .slide-right-item__body {
  margin-top: 2rem;
  padding: 0 1rem;
}
.slide-right__slider .slide-right-item .slide-right-item__body .ja-text {
  margin-top: 0;
}
.slide-right__slider .slick-dots {
  bottom: -5rem;
  left: 17rem;
  gap: 1.5rem;
}
.slide-right__slider .slick-dots li button {
  width: 0.8rem;
  height: 0.8rem;
}

@media screen and (max-width: 767px) {
  .slide-right__slider {
    margin-top: 5rem;
  }
}
.sec-banquet.line {
  width: 16.4rem;
}

.sec-banquet .slide-right__slider .slick-list {
  margin-left: -1rem;
  margin-right: -1rem;
}
.sec-banquet .slide-right__slider .slick-slide {
  margin-left: 1rem;
  margin-right: 1rem;
}
.sec-banquet .slide-right__slider .slick-arrow {
  position: absolute;
  top: auto;
  bottom: -8rem;
  width: 2.7rem;
  height: 3.1rem;
  border-radius: 0;
  background: #fff;
  border: 1px solid #D5D5D5;
  z-index: 3;
}
.sec-banquet .slide-right__slider .slick-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 44%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.9rem;
  height: 0.9rem;
  border-top: 1px solid #8B8B8B;
  border-right: 1px solid #8B8B8B;
}
.sec-banquet .slide-right__slider .slick-arrow.slick-prev {
  left: 0;
}
.sec-banquet .slide-right__slider .slick-arrow.slick-prev:before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
  left: 56%;
}
.sec-banquet .slide-right__slider .slick-arrow.slick-next {
  right: auto;
  left: 4.2rem;
}
.sec-banquet .slide-right__slider .slick-arrow.slick-next:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.sec-banquet .slide-right__slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}
.sec-banquet .slide-right__slider .slick-dots li button {
  width: 0.8rem;
  height: 0.8rem;
  padding: 0;
  border-radius: 50%;
  background: #D5D5D5;
  border: none;
  font-size: 0;
  text-indent: -9999px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.sec-banquet .slide-right__slider .slick-dots li button:hover {
  background: #BCB09F;
}
.sec-banquet .slide-right__slider .slick-dots li.slick-active button {
  background: #E16969;
}

@media screen and (max-width: 767px) {
  .slide-right__inner,
  .sec-cuisine__inner {
    width: 100%;
    margin-inline: auto;
    padding: 1rem;
    text-align: center;
  }
  .slide-right__inner{
    padding: 3rem;

  }
  .slide-right__slider .slick-slide,
  .sec-cuisine__slider .slick-slide {
    margin: 0 1rem;
  }
  .slide-right__slider .slick-arrow,
  .sec-cuisine__slider .slick-arrow {
    bottom: -5rem;
    width: 2.7rem !important;
    height: 3.1rem !important;
  }
  .slide-right__slider .slick-arrow.slick-next,
  .sec-cuisine__slider .slick-arrow.slick-next {
    left: 6rem;
  }
  .slide-right__slider .slick-dots,
  .sec-cuisine__slider .slick-dots {
    bottom: -5rem;
    left: 15rem;
    gap: 0.8rem;
  }
  .slide-right__slider .slick-dots li button,
  .sec-cuisine__slider .slick-dots li button {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.sec-dress {
  margin-top: 22rem;
}

.sec-dress__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8.5rem;
}
.sec-dress__container .sec-dress__image {
  width: 40.8854166667%;
}
.sec-dress__container .sec-dress__content {
  width: 54.6875%;
  margin-top: 2.8%;
}
.sec-dress__container .ja-text {
  margin-top: 3.8rem;
  width: 70%;
}

.sec-dress .slick-dots li.slick-active button{
  background: #E16969;
}
@media screen and (max-width: 767px) {
  .sec-dress {
    margin-top: 8rem;
  }
  .sec-dress__container {
    width: 95%;
  }
  .sec-dress__image {
    width: 100%;
  }
  .sec-dress__content {
    width: 100%;
  }
  .sec-dress__content .line{
    margin-inline: auto;
  }
}
.sec-dress__image-collage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .sec-dress__image-collage {
    gap: 0.8rem;
  }
}

.sec-dress .heading-m {
  text-align: left;
  @media screen and (max-width: 767px) {
    text-align: center;
  }
}

.sec-dress__image-main {
  width: 53.9540816327%;
  aspect-ratio: 423/475;
  overflow: hidden;
}
.sec-dress__image-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-dress__image-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.4rem;
  width: 44.0051020408%;
}
@media screen and (max-width: 1200px) {
  .sec-dress__image-grid {
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-dress__image-grid {
    gap: 0.6rem;
  }
}

.sec-dress__image-sub {
  aspect-ratio: 345/230;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-dress__image-sub img {
  aspect-ratio: 345/230;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-dress__image-label {
  margin-top: 3.6rem;
}

.sec-dress .slick-dots {
  height: 8px;
  top: clamp(210px, calc(210px + 0.248 * (100vw - 767px)), 496px);
}

@media screen and (max-width: 767px) {
  .sec-dress .slick-dots {
  top: clamp(218px, calc(227px + 0.547 * (100vw - 390px)), 432px);
  }
}


@media screen and (max-width: 767px) {
  .sec-dress__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 4rem;
    margin-inline: auto;
  }
  .sec-dress__container .sec-dress__image {
    width: 95%;
    margin-inline: auto;
  }
  .sec-dress__container .sec-dress__content {
    width: 95%;
    margin-inline: auto;
    text-align: center;
  }
  .sec-dress__container .ja-text {
    width: 95%;
    margin-top: 2.5rem;
    margin-inline: auto;
    text-align: left;
  }
}
.sec-dress__container .sec-dress__image-label {
  margin-top: 3.8rem;
  margin-inline: auto;
  @media screen and (max-width: 767px) {
    text-align: center;
    margin-top: 3Zrem;
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
.sec-cuisine {
  margin-top: 23rem;
}

.sec-cuisine__content {
  padding-left: 14rem;
}
.sec-cuisine .slick-dots li.slick-active button{
  background: #E16969;
}

@media screen and (max-width: 767px) {
  .sec-cuisine {
    margin-top: 3rem;
  }
  .sec-cuisine .slide-right__inner {
    width: 100%;
  }
  .sec-cuisine__content {
    padding-left: 0;
  }
}
.sec-cuisine__text {
  margin-block: 3.4rem 7rem;
  @media screen and (max-width: 767px) {
    margin-block: 2.5rem 2.5rem;
    width: 95%;
    margin-inline: auto;
    text-align: left;
  }
}

.slide-right-item__image {
  width: 100%;
  aspect-ratio: 320/277;
  overflow: hidden;
}
.slide-right-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-cuisine .slide-right__inner {
  width: 89%;
  max-width: 100%;
  background: #F8F9F4;
  padding-block: 7.2rem 14rem;
}

@media screen and (max-width: 767px) {
  .sec-cuisine .slide-right__inner {
    width: 100%;
    padding-block: 7.2rem 7rem;
  }
}
.sec-cuisine__slider .slick-list {
  margin-left: 12rem;
  padding-inline: 10%;
}
.sec-cuisine__slider .slick-slide {
  margin-left: 1.3rem !important;
  margin-right: 1.3rem !important;
}
.sec-cuisine__slider .slick-arrow {
  position: absolute;
  top: auto;
  bottom: -9.5rem;
  width: 2.7rem !important;
  height: 3.1rem !important;
  border-radius: 0 !important;
  background: #F8F9F4;
  border: 1px solid #D5D5D5;
  z-index: 3;
}
.sec-cuisine__slider .slick-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.9rem;
  height: 0.9rem;
  border-top: 1px solid #8B8B8B;
  border-right: 1px solid #8B8B8B;
}
.sec-cuisine__slider .slick-arrow.slick-prev {
  left: 14.5rem;
}
.sec-cuisine__slider .slick-arrow.slick-prev:before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
          left: 62%;

}
.sec-cuisine__slider .slick-arrow.slick-next {
  right: auto;
  left: 18.3rem;
}
.sec-cuisine__slider .slick-arrow.slick-next:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
          left: 42%;
}
.sec-cuisine__slider .slick-dots {
  left: 28.1rem;
  bottom: -7rem;
}

@media screen and (max-width: 767px) {
  .sec-cuisine__slider .slick-list {
    margin-left: 0;
    padding-inline: 0;
  }
  .sec-cuisine__slider .slick-arrow.slick-prev {
    left: 1.5rem;
    bottom: -6rem;
  }
  .sec-cuisine__slider .slick-arrow.slick-next {
    left: 5.3rem;
    bottom: -6rem;
  }
  .sec-cuisine__slider .slick-dots {
    left: 15rem;
    bottom: -3rem;
  }
}
.sec-preparations {
  margin-top: 19.3rem;
}

@media screen and (max-width: 767px) {
  .sec-preparations {
    margin-top: 8rem;
  }
}
.sec-preparations__inner {
  margin-inline: 11.1458333333%;
  width: 77.7083333333%;
  max-width: 1491px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: grid;
          gap: 2.2rem;
}


.sec-preparations__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas:
    "item01 item02 item02"
    "item03 item04 item05";
  gap: 1.4375rem;
}

@media screen and (max-width: 767px) {
  .sec-preparations__container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto auto;
    grid-template-areas:
      "item02 item02"
      "item01 item03"
      "item04 item05";
    gap: 0.9375rem;
    width: 95%;
    margin-inline: auto;
  }
}
.sec-preparations__container .ja-text{
  font-size: clamp(12px, 1.5vw, 25px);
}
.sec-preparations__container .item01 {
  grid-area: item01;
  display: flex;
}

.sec-preparations__container .sec-preparations__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio:481/321 ;
}
.sec-preparations__container .item02 {
  grid-area: item02;
}
.sec-preparations__container .item02 .ja-title-m{
  font-size: clamp(16px,1.5vw, 25px);
}
.sec-preparations__container .item02 .line{
  margin-block: clamp(20px,1.5vw, 31px);
}
.sec-preparations__container .item03 {
  grid-area: item03;
}

.sec-preparations__container .item04 {
  grid-area: item04;
}

.sec-preparations__container .item05 {
  grid-area: item05;
}

.sec-preparations__top {
  display: flex;
  flex-direction: row;
  gap: 5.91%;
}
.sec-preparations__main-image {
  aspect-ratio: 483/322;
  overflow: hidden;
  width: 32.39%;
}
.sec-preparations__main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.sec-preparations__content {
  display: -ms-grid;
  display: grid;
  text-align: left;
  width: 100%;
  padding-left: 2.4rem;

}

.sec-preparations__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.3rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec-preparations__content {
  width: 100%;
  padding-left: 0;
  }
  .sec-preparations__bottom {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1.3rem;
  }
}
.sec-preparations__content .heading-m {
  text-align: left;
}

.sec-preparations__content .ja-text {
  margin-top: clamp(5px,0.8vw, 24px);
  font-size: clamp(10px,0.9vw, 15px);
}

.sec-preparations .btn-m--fair {
  margin-top: 3.5rem;
  width: 52.8rem;
}



@media screen and (max-width: 767px) {
  .sec-preparations__content .line {
    margin-inline: auto;
  }
  .sec-preparations__inner {
    margin-inline: 0;
    max-width: 100%;
    width: 100%;
  }
  .sec-preparations__content {
    text-align: center;
  }
  .sec-preparations__content .heading-m {
    text-align: center;
  }
  .sec-preparations__content .ja-title-m {
    text-align: center;
  }
  .sec-preparations__content .ja-text {
    margin-block: 2.5rem;
    text-align: left;
    font-size:15px;


    width: 95%;
    margin-inline: auto;
  }
  .sec-preparations .btn-m--fair {
    margin-top: 3rem;
    width: 28rem;
  }
}
.sec-access {
  background: #F8F9F4;
  padding-block: 12.1rem 17.6rem;
  margin-top: 23.6rem;
}

.sec-access__title {
  margin-top: 8rem;
}

@media screen and (max-width: 767px) {
  .sec-access {
    padding-block: 6rem;
    margin-top: 7rem;
  }
  .sec-access__title {
    margin-top: 4rem;
  }
}
.sec-access__inner {
  max-width: 112.7rem;
  margin-inline: auto;
}

.sec-access__image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 5rem;
}

.sec-access__content {
  margin-top: 4.5rem;
  text-align: left;
  position: relative;
  padding-left: 2.2rem;
}

.sec-access__content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #BCB09F;
}

.sec-access__map {
  aspect-ratio: 1129/519;
  background: #fff;
  border: 1px solid #D5D5D5;
  margin-top: 4.6rem;
  max-width: 112.9rem;
  padding: 3rem 2.7rem 1rem 2.7rem;
}

.sec-access__map iframe {
  aspect-ratio: 1075/459;
  width: 100%;
  height: auto;
  border: 1px solid #D5D5D5;
}

@media screen and (max-width: 767px) {
  .sec-access__map {
    margin-top: 3rem;
    padding: 1rem 0.8rem 0.3rem 0.8rem;
  }
  .sec-access__map iframe {
    aspect-ratio: 1075/800;

  }


}
.sec-message-3 {
  background-image: url(../img/wedding/message-3.jpg);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  aspect-ratio: 1920/627;
  width: 100%;
  padding-block: 12rem;
}

@media screen and (max-width: 767px) {
  .sec-message-3 {
    background-position: center right;
  }
  .sec-message-3 .heading-m {
    font-size: 3rem;
  }
  .sec-message-3 .sec-message__inner{
    padding: 4rem 0.5rem 4rem;
  }
}
.sec-planner {
  padding-block: 13.6rem 11.9rem;
  background-color: #ffffff;
}

.sec-planner .l-container {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2.4rem;
  text-align: center;
}

.sec-title-box {
  border: 1px solid #BCB09F;
  padding-inline: 5rem;
  padding-block: 0.6rem;
  text-align: center;
  margin-bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-inline: auto;
  position: relative;
}

.sec-title-box::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -21px;
  width: 42px;
  height: 1px;
  background: #BCB09F;
}

.sec-title-box::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -21px;
  width: 42px;
  height: 1px;
  background: #BCB09F;
}

.sec-planner__list {
  list-style: none;
  padding: 4.6rem 0;
  margin-top: 7rem;
  display: -ms-grid;
  display: grid;
  gap: 4.6rem;
  border-top: 1px solid #BCB09F;
  border-bottom: 1px solid #BCB09F;
  @media screen and (max-width: 767px) {
    padding: 3rem 0;
    margin-top: 4rem;
    gap: 3rem;
  }
}

.sec-planner__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 58.3489681051% 4rem 34.8968105066%;
  grid-template-columns: 58.3489681051% 34.8968105066%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4rem 3.4rem 4rem 5rem;
  gap: 4rem;
  border: 1px solid #BCB09F;
  text-align: left;
}

.sec-planner__item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sec-planner__item-heading.ja-title-m {
  color: #6E5F50;
  @media screen and (max-width: 767px) {
    font-size: 1.9rem;
    text-align: center;
  }
}

.sec-planner__item-text {
  margin-bottom: 1.6rem;
}

.sec-planner__item-text:last-child {
  margin-bottom: 0;
  @media screen and (max-width: 767px) {
    font-size: 1.4rem;

  }
}

.sec-planner-intro__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40rem;
          flex: 0 0 40rem;
  max-width: 40rem;
}

.sec-planner-intro__image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .sec-planner {
    padding: 7rem 0;

  }
  .sec-planner .l-container {
    padding: 0 1.6rem;
  }
  .sec-planner__title-box {
    padding: 2rem 1.6rem;
  }
  .sec-planner__title-box.ja-title-l {
    font-size: 2.4rem;
  }
  .sec-title-box {
    width: 85%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            padding-inline: 0;
            padding-block: 1.5rem;
  }
  .sec-title-box .ja-title-l {
    font-size: 1.5rem;
  }
  .sec-planner__item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2.4rem;
    padding: 3rem 2.4rem;
  }
  .sec-planner__item-content {
    padding-right: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sec-planner__item-heading {
    margin-bottom: 1.6rem;
    @media screen and (max-width: 767px) {
      margin-bottom: 0;
    }
  }
  .sec-planner__item-text {
    margin-bottom: 1.4rem;
    font-size: 1.6rem;

  }
  .sec-planner-intro__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.sec-voice {
  margin-bottom: 11.9rem;
  padding: 16.3rem 0 19.2rem;
  background-color: #F8F9F4;
}
.sec-voice .ja-text {
  font-size:clamp(12px, 1.5vw, 15px);
}
.sec-voice .l-container {
  max-width: 169.8rem;
  margin: 0 auto;
  padding: 0 2.4rem;
  text-align: center;
}

.sec-voice__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto 1fr;
  column-gap: clamp(2rem, calc(3rem - 1rem * (1920px - 100vw) / (1920px - 1500px)), 3rem);
  margin-top: 12.4rem;
}

.sec-voice__item {

  padding: 5.6rem 4rem 3rem;
  background-color: #ffffff;

}

 @media screen and (max-width: 1200px) {
  .sec-voice__item {
    padding: 3.6rem 3rem 3rem;
  }
}
.sec-voice__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border: 1px dashed #BCB09F;
  inset: 4.0590405904%;
}

.sec-voice__item .line {
  margin-inline: auto;
  margin-block: 3rem;
}
@media screen and (max-width: 1200px) {
  .sec-voice__item .line {
    margin-block: 1.1rem;
  }
}
.sec-voice__item .ja-title-m {
  color: #6E5F50;
  font-size: clamp(13px, 13px + 1.37vw, 25px);
  @media screen and (max-width: 767px) {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1200px) {
  .sec-voice {
    padding: 4rem 0;
    margin-bottom: 4rem;
  }
  .sec-voice .l-container {
    padding: 0 1.6rem;
  }
  .sec-voice__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 3rem;
    max-width: 60rem;
    margin-inline: auto;
  }
}
.sec-contents-news {
  margin-top: 15.6rem;
}

@media screen and (max-width: 767px) {
  .sec-contents-news {
    margin-top: 6rem;
  }
}
.sec-contents-news .l-container {
  max-width: 169.8rem;
  margin: 0 auto;
  padding: 0 2.4rem;
}

.sec-contents-news__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.sec-contents-news__title {
  font-family: "EB Garamond", serif;
  font-size: 3.6rem;
  font-weight: 400;
  color: #000000;
  margin-bottom: 2rem;
}

.sec-contents-news__subtitle {
  font-size: 1.6rem;
  font-weight: 500;
  color: #000000;
  margin-bottom: 4rem;
}

.sec-contents-news__contents {
  padding-block: 6.8rem;
  background: #F8F9F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sec-contents-news__list {
  list-style: none;
  padding: 0;
  margin: 3rem auto 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: 4rem;
  width: 65%;
}

.sec-contents-news__item {
  margin: 0;
}

.sec-contents-news__link {
  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;
  padding: 2rem 3rem;
  text-align: center;
  position: relative;
  border: 1px solid #BCB09F;
  background-color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sec-contents-news__item .sec-contents-news__link::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: 1px solid #BCB09F;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}

.sec-contents-news__item .sec-contents-news__link:hover::before {
  border-color: #ffffff;
}

.sec-contents-news__link.btn-ar-r {
  padding-right: 7rem;
  padding-left: 7rem;
  padding-block: 3rem;

}

.sec-contents-news__link.btn-border.btn-ar-r:hover {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #6c6052;
}

.sec-contents-news__link.btn-ar-r:after {
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.sec-contents-news__link:hover {
  background-color: #BCB09F;
  color: #ffffff;
}

.sec-contents-news__news {
  padding-block: 6.8rem 8.9rem;
  background: #FFFBF8;
}

.sec-contents-news__news-list {
  margin-bottom: 3rem;
  width: 81.7708333333%;
  padding: 2.5rem 2.75rem;
  margin-inline: auto;
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
}

@media screen and (max-width: 767px) {
  .sec-contents-news__news-list {
    width: 100%;
  }
}
.sec-contents-news__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8rem;
  border-bottom: 1px dashed #BCB09F;
}

.sec-contents-news__news-item {
  margin-bottom: 2rem;
}

.sec-contents-news__news-item:last-child {
  border-bottom: none;
}

.sec-contents-news__news-line {
  border: none;
  border-top: 1px solid #BCB09F;
  margin: 2rem 0;
  width: 99%;
  margin-inline: auto;
}

.sec-contents-news__news-title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000000;
  margin-bottom: 1rem;
}
.sec-contents-news__news-title a {
  color: #000000;
  text-decoration: none;
}
.sec-contents-news__news-title a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .sec-contents-news__news-title {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
}
.sec-contents-news__news-date {
  font-size: 1.5rem;
  font-weight: 500;
  color: #6E5F50;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .sec-contents-news__news-date {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
}
.sec-contents-news__news-tag {
  display: inline-block;
  padding: 0.4rem 1.2rem;
  background-color: #D4C5B0;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .sec-contents-news__news-tag {
    font-size: 1rem;
    padding: 0.2rem 0.8rem;
  }
}
.sec-contents-news__news-text {
  font-size: 1.3rem;
  font-weight: 500;
  color: #000000;
  line-height: 1.6;
  margin-top: 1rem;
  display: -webkit-box;
  /* 特殊な箱モデルを使う */
  -webkit-line-clamp: 2;
  /* 表示する行数（ここを変えればOK） */
  -webkit-box-orient: vertical;
  /* 縦方向に並べる */
  overflow: hidden;
  /* はみ出しカット */
  text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
  .sec-contents-news__news-text {
    font-size: 1.2rem;
    margin-top: 0.5rem;
  }
}
.sec-contents-news__news-link {
  display: block;
  padding: 2rem 3rem;
  text-align: left;
  position: relative;
  border: 1px solid #BCB09F;
  background-color: transparent;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sec-contents-news__news-link::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border: 1px solid #BCB09F;
  pointer-events: none;
}

.sec-contents-news__news-link:hover {
  background-color: #BCB09F;
  color: #ffffff;
}

.sec-contents-news__news-link.btn-ar-r {
  padding-right: 7rem;
}

.sec-contents-news__news-link.btn-ar-r:after {
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.sec-contents-news__news-empty {
  font-size: 1.4rem;
  color: #000000;
  text-align: center;
  padding: 4rem 0;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .sec-contents-news__news,
  .sec-contents-news__contents {
    padding-block: 7rem;
  }
  .sec-contents-news .l-container {
    padding: 0 1.6rem;
  }
  .sec-contents-news__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .sec-contents-news__title {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
  }
  .sec-contents-news__subtitle {
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
  .sec-contents-news__list {
    gap: 1.5rem;
    width: 80%;
  }
  .sec-contents-news__link {
    padding: 1.5rem 2rem;
    font-size: 1.4rem;
  }
  .sec-contents-news__link.btn-ar-r {
    padding-right: 4rem;
    padding-left: 4rem;
  }
  .sec-contents-news__news-link {
    padding: 1.5rem 2rem;
    font-size: 1.4rem;
  }
  .sec-contents-news__news-link.btn-ar-r {
    padding-right: 5rem;
  }
  .sec-contents-news__news .btn-m--fair {
    width: 80%;
  }
}
.sec-message-4 {
  padding-block: 19rem;
  background-image: url(../img/wedding/message-4.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 1920/599;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .sec-message-4 {
    background-position: -404px center;
  }
}
@media screen and (max-width: 767px) {
  .sec-message-4 {
    background-position: -191px center;
    min-height: 45rem;
    padding-block: 24rem 0;
  }
}
.sec-message-4__inner {
  width: 50%;
  margin-left: auto;
  color: #fff;
  @media screen and (max-width: 767px) {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sec-message-4 .l-container{
    padding: 0;
  }
  .sec-message-4__inner {
    margin-right: auto;
    margin-left: 0;
  }
}
.sec-message-4__inner .heading-m {
  text-align: left;
  color: #fff;
  font-size: 3.8rem;
}

.sec-message-4__text {
  text-align: left;
  color: #fff;
  margin-top: 2rem;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .sec-message-4__inner .heading-m {
    font-size: 3rem;
    text-align: center;
    line-height: 1.2;
  }
  .sec-message-4__text {
    font-size: 1.4rem;
    margin-top: 1rem;
    text-align: center;
  }
}
.slick-dots {
  position: absolute;
  bottom: -5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}
.slick-dots li button {
  width: 0.8rem;
  height: 0.8rem;
  padding: 0;
  border-radius: 50%;
  background: #D5D5D5;
  border: none;
  font-size: 0;
  text-indent: -9999px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.slick-dots li button:hover {
  background: #BCB09F;
}

@media screen and (max-width: 767px) {
  #js-sec-plan__slider {
    margin: 0;
    padding: 0;
  }
  #js-sec-plan__slider .slick-list {
    margin: 0;
    padding: 0;
    padding-left: 10%;
  }
  #js-sec-plan__slider .slick-slide {
    margin: 0;
  }
  #js-sec-plan__slider .slick-arrow {
    bottom: -5rem;
  }
}
#sec-style ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  #sec-style ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sec-style ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 600px;
}

@media screen and (max-width: 767px) {
  #sec-style ul li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    height: 180px;
  }
}
#sec-style ul li a {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  background-color: #000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #eee;
}

@media screen and (max-width: 767px) {
  #sec-style ul li a {
    background-position: center top 40%;
  }
}
#sec-style ul li a:hover {
  -webkit-filter: brightness(1.4);
          filter: brightness(1.4);
}

#sec-style ul li a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.4);
}

#sec-style ul li h3,
#sec-style ul li p {
  position: relative;
  margin: 0;
}

#sec-style ul li p {
  color: #ccc;
}

#sec-instagram {
  overflow: hidden;
  background: #fff;
  padding: 50px 0 110px;
}

#sec-instagram h3 {
  text-align: center;
  position: relative;
}

#sec-instagram h3 a {
  display: block;
  text-align: center;
}

#sec-instagram h3 a i {
  margin: 12px 0 8px;
}

#sec-instagram h3 a i svg {
  display: block;
  width: 24px;
  height: 24px;
  margin-inline: auto;
}

#sec-instagram h3 a:hover {
  opacity: 0.75;
}

svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

@media screen and (max-width: 767px) {
  #sec-instagram {
    padding: 30px 0 30px;
  }
}
#instafeed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#instafeed li {
  width: 15%;
}

#sec-plan .plan-list--top-wrap {
  padding: 0;
}

@media screen and (max-width: 767px) {
  #sec-plan .plan-list--top-wrap {
    padding: 0;
  }
}
#sec-plan {
  margin-top: 11.6rem;
}

@media screen and (max-width: 767px) {
  #sec-plan {
    margin-top: 0;
    padding-block: 5rem;
  }
}
#sec-plan .plan-list--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#sec-plan .plan-list--top a:hover .plan-list--top__img {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
}

#sec-plan .plan-list--top a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 1;
}

#sec-plan .plan-list--top a:hover .plan-list__info {
  opacity: 0.8;
}

#sec-plan .plan-list--top a:hover .btn-s {
  background: #080808;
  color: #222;
  text-shadow: none;
}

#sec-plan .plan-list--top a:hover .btn-s:after {
  background: url(//www.bellesaison.co.jp/wedding/wp-content/themes/bellesaison/css/../img/index/co_ar_01.svg) no-repeat center center;
  background-size: contain;
}

#sec-plan .plan-list--top .plan-list--top__item {
  width: 400px;
  margin: 0 15px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  #sec-plan .plan-list--top {
    overflow-x: hidden;
  }

  #sec-plan .plan-list--top .plan-list--top__item {
    width: 200px;
  }
}
#sec-plan .plan-list--top .plan-list--top__img {
  position: relative;
  overflow: hidden;
  background: #000;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 16px;
}

#sec-plan .plan-list--top .plan-list--top__img:before {
  content: "";
  display: block;
  padding-top: 150%;
}

#sec-plan .plan-list--top .plan-list--top__img img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
}

#sec-plan .plan-list--top .plan-list--top__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  text-align: center;
  padding: 24px;
}

#sec-plan .plan-list--top .plan-list--top__content p {
  color: #fff;
}

#sec-plan .plan-list--top .txt-ja {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

#sec-plan .plan-list--top .plan-list__info {
  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;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-inline: 1.5rem;
}

#sec-plan .plan-list--top .plan-list__info .title {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 60px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #sec-plan .plan-list--top .plan-list__info .title {
    height: 40px;
    font-size: 1.4rem;
  }
}
#sec-plan .plan-list--top .plan-list__info .title h3 {
  display: -webkit-box;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  margin: 0;
  font-size: 1.8rem;
  @media screen and (max-width: 767px) {
    font-size: 1.4rem;
  }
}

#sec-plan .plan-list--top .plan-list__info .price {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  line-height: 1;
  color: #6c6052;
  padding: 0 16px;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  #sec-plan .plan-list--top .plan-list__info .price {
    margin-bottom: 12px;
  }
}
#sec-plan .plan-list--top .plan-list__info .price:after,
#sec-plan .plan-list--top .plan-list__info .price:before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #6c6052;
}

@media screen and (max-width: 767px) {
  #sec-plan .plan-list--top .plan-list__info .price:after,
  #sec-plan .plan-list--top .plan-list__info .price:before {
    width: 18px;
  }
}
#sec-plan .plan-list--top .plan-list__info .price span {
  margin: 0 10px;
}

#sec-plan .plan-list--top .plan-list__info .price b {
  font-size: 1.6rem;
  font-weight: 400;
}

#sec-plan .plan-list--top .plan-list__info .explanation {
  display: -webkit-box;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.3rem;
  color: #666;
}

@media screen and (max-width: 767px) {
  #sec-plan .plan-list--top .plan-list__info .explanation {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1000px) {
  #sec-plan .plan-list--top .btn-s {
    display: none;
  }
  #sec-plan .plan-list--top .txt-ja {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #sec-plan .plan-list--top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px 12px;
  }
  #sec-plan .plan-list--top .plan-list--top__item {
    margin: 0 10px 20px;
  }
  #sec-plan .plan-list--top .plan-list--top__content {
    padding: 12px;
  }
  #sec-plan .plan-list--top .txt-ja {
    font-size: 1.1rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #sec-plan .l-inner {
    padding: 0;
  }
}
#sec-plan ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #sec-plan ul {
    display: block;
  }
}
#sec-plan li {
  width: 33.333333%;
}

@media screen and (max-width: 767px) {
  #sec-plan li {
    width: 100%;
    margin-bottom: 10px;
  }
  #sec-plan li:last-child {
    margin-bottom: 0;
  }
}
#sec-plan li a {
  text-align: center;
  display: block;
  height: 400px;
  color: #fff;
  position: relative;
  text-shadow: 0 1px 12px #000;
  overflow: hidden;
}

#sec-plan li a:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-size: cover !important;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#sec-plan li a:hover:after {
  opacity: 0.9;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

#sec-plan li a:hover .btn-s {
  background: #fff;
  color: #222;
  text-shadow: none;
}

#sec-plan li a:hover .btn-s:after {
  background: url(//www.bellesaison.co.jp/wedding/wp-content/themes/bellesaison/css/../img/index/co_ar_01.svg) no-repeat center center;
  background-size: contain;
}

#sec-plan li a .txt {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 15px;
  z-index: 2;
}

#sec-plan li a .txt p {
  color: #fff;
  text-shadow: 0 1px 12px #000;
}

#sec-plan li a.plan-chapel:after {
  background: url(//www.bellesaison.co.jp/wedding/wp-content/themes/bellesaison/css/../img/index/co_plan_01.jpg) no-repeat center center;
}

#sec-plan li a.plan-traditional:after {
  background: url(//www.bellesaison.co.jp/wedding/wp-content/themes/bellesaison/css/../img/index/co_plan_02.jpg) no-repeat center center;
}

#sec-plan li a.plan-banquet:after {
  background: url(//www.bellesaison.co.jp/wedding/wp-content/themes/bellesaison/css/../img/index/co_plan_03.jpg) no-repeat center center;
}

@media screen and (max-width: 767px) {
  #sec-plan li a {
    height: 180px;
  }
  #sec-plan li a .txt {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#sec-plan .txt-en {
  font-size: 1.2rem;
  margin-bottom: 3px;
}

header.header-wedding {
  z-index: 10;
  background: none;
  height: 100px;
  overflow: visible;
}

header.header-wedding .hd-container {
  overflow: visible;
  align-items: center;
}

.hd-container {
  padding: 1rem 3.7rem 1rem 1rem;
  height: 100px;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}

@media screen and (max-width: 767px) {
  .hd-container {
    padding: 0 10px 0 10px;
    height: 60px;
  }
}
header .logo {
  opacity: 1;
  position: relative;
  z-index: 11;
  visibility: visible;
  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;
  padding: 0;
  aspect-ratio: 323/73;
  width: 100%;
  max-width: 173px;
  padding:10px 10px 10px 10px;;
}
header .header-nav__item{
  display: flex;
}
@media screen and (max-width: 767px) {
  header .logo {
    max-width: 130px;
    padding: 0px;
  }
}
header.header-wedding .logo img {
  display: block;
}

header.header-wedding .logo-link {
  position: relative;
  display: block;
}
header.header-wedding .logo-link img {
  opacity: 1;
  visibility: visible;
  position: relative;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1;
}

header.header-wedding .logo-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/common/logo_bellesaison.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 2;
}

header.header-wedding.is-scrolled {
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  height: 100px;
}

header.header-wedding.is-scrolled a,
header.header-wedding.is-scrolled span,
header.header-wedding.is-scrolled p {
  color: #222;
}

header.header-wedding.is-scrolled .hd-btn-nav span,
header.header-wedding.is-scrolled .hd-btn-nav-close span {
  background-color: #222;
}

header.header-wedding.is-scrolled .hd-info__tel-link i svg path {
  stroke: #222;
}

header.header-wedding.is-scrolled .header-nav__link span svg path {
  stroke: #222;
}
.hd-info__tel-link i svg{
  width: 32px;
  overflow: visible;
}
/* header nav a hover時、アイコンも色変え */
header.header-wedding .header-nav__link span svg path {
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}
header.header-wedding .header-nav__link:hover span svg path {
  stroke: #BCB09F;
}
header.header-wedding.is-scrolled .header-nav__link:hover span svg path {
  stroke: #6E5F50;
}

header.header-wedding.is-scrolled .logo-link img {
  opacity: 0;
  visibility: hidden;
}

header.is-fixed .hd-btn-nav,
header.is-fixed .hd-btn-nav-close {
  background: none;
  transform: translateY(-5px);
}
@media screen and (max-width: 767px) {
  header.is-fixed .hd-btn-nav,
  header.is-fixed .hd-btn-nav-close {
   margin-inline: 5px;
   padding-block: 12px;
   transform: translateY(-13px);

  }
}

header.header-wedding.is-scrolled .logo-link::before {
  opacity: 1;
  visibility: visible;
}

header.is-fixed a {
  color: #ffffff;
}
header.is-fixed a:hover {
  color: #bab0a2;
}
header.is-fixed nav li {
  border-right: none;
}

@media screen and (max-width: 767px) {
  header.header-wedding.is-scrolled {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  header.header-wedding .logo-link {
    width: 200px;
    height: auto;
    aspect-ratio: 323/73;
  }
}
header .hd-nav {
  padding: 0 40px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  header.header-wedding .hd-nav {
    display: none;
  }
}
.hd-info__tel-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  gap: 0.5rem;
  line-height: 1.2;
}

header .hd-info i {
  width: 28px;
  display: block;
}

.header-wedding .hd-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  @media screen and (max-width: 767px) {
    padding-top: 0;
    justify-content: flex-start;
  }
}

header.header-wedding.is-fixed .hd-info__tel {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hd-info__tel-text {
  display: block;
  font-size: 13px;
  letter-spacing: 5%;
  font-weight: 300;
  line-height: 1.2;
}

.hd-info__tel-number {
  font-size: clamp(18px, 1vw, 22px);
  letter-spacing: 0.15em;
  font-weight: 300;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  header .hd-info i {
    width: 20px;
  }
  .hd-info__tel-text {
    font-size: 7px;
  }
  header.header-wedding .hd-info__tel-number,
  .hd-info__tel-number {
    font-size: 16px;
    letter-spacing: 0.08em !important;
  }
}
header .hd-link {
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}

header a {
  font-size: clamp(1.5rem, 1rem + 0.35vw, 2.2rem);
}

header nav a {
  padding: 0 clamp(2rem, 2.5rem + 0.6vw, 4rem);
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.5rem, -0.4rem + 1vw, 2rem);
}

header nav li {
  border-right: none;
}

.hd-btn-nav {
  width: 74px;
  height: 64px;
  margin-block: auto;
}

@media screen and (max-width: 768px) {
  .hd-btn-nav {
    width: 63px;
    height: 50px;
  }
}
.hd-btn-nav span {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hd-btn-nav span:nth-of-type(1) {
  width: clamp(43px, 5vw, 60px);
  top: 53%;
}

@media screen and (max-width: 768px) {
  .hd-btn-nav span:nth-of-type(1) {
    top: 72%;
  }
}
.hd-btn-nav span:nth-of-type(2) {
  width: clamp(43px, 5vw, 60px);
  top: 76%;
}

@media screen and (max-width: 768px) {
  .hd-btn-nav span:nth-of-type(2) {
    top: 90%;
  }
}
.hd-btn-nav span:nth-of-type(3) {
  width: clamp(43px, 5vw, 60px);
  bottom: 0%;
}
@media screen and (max-width: 768px) {
  .hd-btn-nav span:nth-of-type(3) {
    bottom: -13%;
  }
}

.hd-btn-nav p {
  text-align: center;
  color: #fff;
  font-size: clamp(10px, 1.2vw, 18px);
  position: relative;
  top: 0px;
}

@media screen and (max-width: 768px) {
  .hd-btn-nav p {
    top: 11px;
    font-size: 13px;
    top: 0;
  }
}
.side-btn {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 5;
  width: 60px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.side-btn.is-visible {
  opacity: 1;
  visibility: visible;
}

.side-btn-sns {
  padding: 20px 0 10px;
  background: #f2f2f2;
}

.side-btn-sns span {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.side-btn-sns span:last-child {
  margin-bottom: 0;
}

.side-btn-sns a {
  display: inline-block;
  line-height: 0;
}

.side-btn-sns a img {
  width: 22px;
  height: 22px;
}

.side-btn-sns a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1000px) {
  .side-btn {
    display: none;
  }
}
.side-btn-reservation {
  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;
  background: #BAB0A2;
  color: #fff;
  padding: 30px 0;
}

.side-btn-reservation:hover {
  opacity: 0.8;
}

.side-btn-reservation i {
  display: block;
  width: 16px;
  height: 16px;
  margin-bottom: 20px;
}

.side-btn-reservation span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1;
  letter-spacing: 0.4em;
}

.side-btn-shiryo {
  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;
  background: #6c6052;
  color: #fff;
  padding: 30px 0;
}

.side-btn-shiryo:hover {
  opacity: 0.8;
}

.side-btn-shiryo img {
  width: 18px;
  margin: 0 auto;
}

.side-btn-shiryo i {
  display: block;
  width: 16px;
  height: 16px;
  margin-bottom: 20px;
}

.side-btn-shiryo span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1;
  letter-spacing: 0.4em;
}

.side-btn-fair {
  background: #ce6b6b;
  padding: 20px 0;
}

.side-btn-fair:hover {
  background: #db8484;
}

.side-btn-fair img {
  width: 18px;
  margin: 0 auto;
}

.sp-ft-box {
  display: none;
}

.post-type-archive-event .sp-ft-box,
.single-event .sp-ft-box {
  display: none;
}

@media screen and (max-width: 1000px) {
  .sp-ft-box {
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    padding-bottom: env(safe-area-inset-bottom);
    background: #fff;
    z-index: 1000000;
    -webkit-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
  }
}
.sp-ft-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp-ft-box ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 60px;
}

.sp-ft-box ul li:last-child {
  -webkit-box-flex: 1.5;
      -ms-flex-positive: 1.5;
          flex-grow: 1.5;
}

.sp-ft-box ul li:last-child a {
  background: #bab0a2;
  color: #fff;
}

.sp-ft-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #6c6052;
  position: relative;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.2;
}

.sp-ft-box a i {
  display: block;
  width: 11px;
  height: 11px;
  margin-right: 4px;
}

.sp-ft-box .btn-ft-reservation:before {
  display: none;
}

.sp-ft-box .btn-ft-shiryo:before {
  display: none;
}

.sp-ft-box .btn-ft-fair:before {
  display: none;
}

.sp-ft-box a {
  padding: 2.4rem 0;
}

.remodal .sns-list li a {
  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;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  color: #bab0a2;
}

.remodal .sns-list li a:hover {
  opacity: 0.7;
}

.remodal .sns-list li a i {
  display: block;
  width: 20px;
  height: 20px;
}

.list-fair-parts {
  margin-bottom: 4rem;
  max-width: 122rem;
  margin-inline: auto;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .sec-wedding__fair .l-container {
   padding: 0;
  }
}

.list-fair-parts .slick-slider {
  position: relative;
  overflow: visible;
}

.list-fair-parts .slick-list {
  overflow: hidden;
}

/* ブライダルフェア「内容から探す」タブ - スライダー用矢印 */
.list-fair-parts-wrap {
  position: relative;
}
.fair-arrow {
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  width: 56px;
  height: 56px;
  background: none;
  border: none;
  font-size: 0;
  padding: 0;
  cursor: pointer;
}
.fair-arrow:hover:before {
  border-color: #6E5F50;
}
.fair-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #8B8B8B;
  border-right: 2px solid #8B8B8B;
}
.fair-arrow--prev:before {
  -webkit-transform: translate(-40%, -50%) rotate(-135deg);
          transform: translate(-40%, -50%) rotate(-135deg);
}
.fair-arrow--next:before {
  -webkit-transform: translate(-60%, -50%) rotate(45deg);
          transform: translate(-60%, -50%) rotate(45deg);
}
.fair-arrow--prev {
  left: 0;
}
.fair-arrow--next {
  right: 0;
}

@media screen and (max-width: 767px) {
  .fair-arrow {
    width: 44px;
    height: 44px;
  }
  .fair-arrow--prev {
    left: 8px;
  }
  .fair-arrow--next {
    right: 8px;
  }
}

.list-fair-parts article a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: transparent;
  color: #6E5F50;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: left;
}

.list-fair-parts article .img {
  width: 100%;
  position: relative;
  aspect-ratio: 600/380;
  background: #000;
  overflow: hidden;
  margin-bottom: 10px;
}

.list-fair-parts article .img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.list-fair-parts article .img .date-on-img {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.75);
}

@media screen and (max-width: 767px) {
  .list-fair-parts article .img .date-on-img {
    width: 80px;
    height: 80px;
  }
}
.list-fair-parts article .img .date-on-img .top {
  font-size: 14px;
  line-height: 1;
  color: #a19383;
}

@media screen and (max-width: 767px) {
  .list-fair-parts article .img .date-on-img .top {
    font-size: 11px;
  }
}
.list-fair-parts article .img .date-on-img .middle {
  font-size: 35px;
  line-height: 1;
  color: #222;
  font-weight: 400;
}
.list-fair-parts article{
  padding:0;
}
@media screen and (max-width: 767px) {
  .list-fair-parts article .img .date-on-img .middle {
    font-size: 28px;
  }
}
.list-fair-parts article .img .date-on-img .bottom {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
  color: #222;
}

@media screen and (max-width: 767px) {
  .list-fair-parts article .img .date-on-img .bottom {
    font-size: 14px;
  }
}
.list-fair-parts article .txt {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.list-fair-parts article .recent {
  color: #bab0a2;
  margin-bottom: 4px;
  font-size: 1.5rem;
  font-weight: 400;
}

.list-fair-parts article .title p {
  color: #6c6052;
}

.list-fair-parts article .title h3 {
  display: -webkit-box;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #000;
}

@media screen and (max-width: 767px) {
  .list-fair-parts article .title h3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 500px) {
  .list-fair-parts article .title h3 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .list-fair-parts article .img {
    width: 100%;
    margin-bottom: 20px;
  }
  .list-fair-parts article .img img {
    position: relative;
  }
  .list-fair-parts article .icon {
    display: none;
  }
  .list-fair-parts article .txt {
    width: 100%;
  }
  .list-fair-parts article .title p {
    font-size: 1.2rem;
  }
  .list-fair-parts article .fair-category-list > li {
    padding: 0 5px;
  }
}
@media screen and (max-width: 500px) {
  .list-fair-parts article .img {
    margin-bottom: 10px;
  }
  .list-fair-parts article .title {
    border: none;
  }
}
.list-tag {
  margin-bottom: 15px;
}

.list-tag li {
  display: inline-block;
  border: 1px solid #6c6052;
  font-size: 1.2rem;
  padding: 5px 10px 5px 35px;
  position: relative;
  color: #6c6052;
  margin-bottom: 5px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  letter-spacing: -0.01em;
}

.list-tag li.off {
  color: #c9c9c9;
  border: 1px solid #c9c9c9;
}

.list-tag li:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-size: contain !important;
  position: absolute;
  left: 8px;
  top: 4px;
}

@media screen and (max-width: 500px) {
  .list-tag {
    margin-bottom: 10px;
  }
  .list-tag li {
    padding: 0 5px;
  }
  .list-tag li:before {
    content: none;
  }
}
.list-fair-parts article .txt {
  width: 100%;
}

.list-fair-parts article .title {
  border: none;
}

.l-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .l-flex {
    display: block;
  }
}
.l-flex-space {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.6rem;
}

#fair_eo_calendar {
  position: relative;
  width: 50%;
  max-width: 600px;
  margin: 0 auto;
  padding: 3%;
  background: #fff;
  border: 1px solid #bab0a2;
  max-height: 48rem;
  margin-block: 0rem 8rem;
}

@media screen and (max-width: 767px) {
  #fair_eo_calendar {
    margin-block: 0;
    width: 100%;
  }
}
.sec-weekend-fair {
  background: #fff;
  width: 48%;
  margin-top:0;

}

@media screen and (max-width: 767px) {
  .sec-weekend-fair {
    width: 100%;
  }
}
.list-date-content {
  width: 48%;
}

.sec-bridal-fair .l-flex.l-flex-space {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sec-bridal-fair .sec-weekend-fair {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
  @media screen and (max-width: 767px) {
    display: none;
  }
}
.sec-bridal-fair .list-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.sec-bridal-fair .list-date > div {
  text-align: center;
  width: 50%;
  position: relative;
}
.sec-bridal-fair .list-date > div p {
  padding: 10px;
}
.sec-bridal-fair .list-date .date {
  background: #f0f0f0;
  cursor: pointer;
  border: none;
}
.sec-weekend-fair .list-date .date:last-of-type{
  border: none;
}
.sec-bridal-fair .list-date .date p {
  color: #6c6052;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-bridal-fair .list-date .date p:hover {
  background: #6c6052;
  color: #fff;
}
.sec-bridal-fair .list-date .date.sun p {
  color: #cb4a5e;
}
.sec-bridal-fair .list-date .date.sun p:hover {
  background: #cb4a5e;
  color: #fff;
}
.sec-bridal-fair .list-date .current {
  background: #6c6052;
}
.sec-bridal-fair .list-date .current:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(80, 163, 167, 0);
  border-top-color: #6c6052;
  border-width: 10px;
  margin-left: -10px;
}
.sec-bridal-fair .list-date .current p {
  color: #fff;
}
.sec-bridal-fair .list-date .current.sun {
  background: #cb4a5e !important;
}
.sec-bridal-fair .list-date .current.sun:before {
  border-color: rgba(80, 163, 167, 0);
  border-top-color: #cb4a5e !important;
}
.sec-bridal-fair .list-date .current.sun p {
  color: #fff;
}
.sec-bridal-fair .list-date-contents .list-date-content {
  display: none;
  width: 100%;
}
.sec-bridal-fair .list-date-contents .list-date-content.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2%;
  width: 100%;
}
.sec-bridal-fair .list-date-contents article {
  width: 48%;
}
.sec-bridal-fair .list-date-contents article a:hover {
  opacity: 0.75;
}
.sec-bridal-fair .list-date-contents article .archive-fair__img {
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
  position: relative;
  padding-top: 64%;
}
.sec-bridal-fair .list-date-contents article .archive-fair__img img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.sec-bridal-fair .list-date-contents article .day {
  color: #6c6052;
}
.sec-bridal-fair .list-date-contents article .day-0 {
  color: #cb4a5e;
}
.sec-bridal-fair .list-date-contents article .day-6 {
  color: #6c6052;
}
@media screen and (max-width: 767px) {
  .sec-bridal-fair .list-date-contents article {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .home #sec-tabs .box-calendar .l-flex {
    display: block;
  }
  .home #sec-tabs .box-calendar .l-flex section {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .home #sec-tabs .sec-weekendfair {
    display: none;
  }
}
.home #sec-tabs .list-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.home #sec-tabs .list-date > div {
  text-align: center;
  width: 50%;
  position: relative;
}

.home #sec-tabs .list-date > div p {
  padding: 10px;
}

.home #sec-tabs .list-date .date {
  background: #f0f0f0;
  cursor: pointer;
}

.home #sec-tabs .list-date .date p {
  color: #6c6052;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.home #sec-tabs .list-date .date p:hover {
  background: #6c6052;
  color: #fff;
}

.home #sec-tabs .list-date .date.sun p {
  color: #cb4a5e;
}

.home #sec-tabs .list-date .date.sun p:hover {
  background: #cb4a5e;
  color: #fff;
}

.home #sec-tabs .list-date .current {
  background: #6c6052;
}

.home #sec-tabs .list-date .current:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(80, 163, 167, 0);
  border-top-color: #6c6052;
  border-width: 10px;
  margin-left: -10px;
}

.home #sec-tabs .list-date .current p {
  color: #fff;
}

.home #sec-tabs .list-date .current.sun p {
  color: #fff;
}

.home #sec-tabs .list-date .current.sun {
  background: #cb4a5e !important;
}

.home #sec-tabs .list-date .current.sun:before {
  border-color: rgba(80, 163, 167, 0);
  border-top-color: #cb4a5e !important;
}

.home #sec-tabs .list-date-contents .list-date-content {
  display: none;
}

.home #sec-tabs .list-date-contents .list-date-content.show {
  display: block;
}

.home #sec-tabs .list-date-contents article {
  width: 48%;
}

.home #sec-tabs .list-date-contents article a:hover {
  opacity: 0.75;
}

.home #sec-tabs .list-date-contents article .archive-fair__img {
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
  position: relative;
  padding-top: 64%;
}

.home #sec-tabs .list-date-contents article .archive-fair__img img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.home #sec-tabs .list-date-contents article .day {
  color: #6c6052;
}

.home #sec-tabs .list-date-contents article .day-0 {
  color: #cb4a5e;
}

.home #sec-tabs .list-date-contents article .day-6 {
  color: #6c6052;
}

.archive-fair__img {
  aspect-ratio: 600/380;
  display: block;
  margin-right: 16px;
  width: 40%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .archive-fair__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.archive-fair__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-weekend-fair .list-date-contents article .archive-fair__img,
.home #sec-tabs .list-date-contents article .archive-fair__img {
  aspect-ratio: 600/380;
  display: block;
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.sec-weekend-fair .list-date-contents article .archive-fair__img img,
.home #sec-tabs .list-date-contents article .archive-fair__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

