@charset "utf-8";

.header__logo {
    margin-top: 8px;
    width: 120px;
    height: auto;
}

.header__logo img {
    width: 100%;
    height: auto;
    display: block;
}

.header {
    margin-bottom: 100px;

}
.reserveBtn {
  position: fixed;
  right: 0;
  top: 30%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  background-color: var(--primary-orange);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  padding: 30px 20px;
  border-radius: 25px 0 0 25px;
  transition: background-color 0.3s;
  z-index: 1000;
  text-orientation: upright;
  letter-spacing: 0.2em;

}

.reserveBtn:hover {
  background-color: #FF8769;
}

.reserveBtn__icon {
  width: 1.1em;
  height: auto;
  vertical-align: middle;
  transform: translateX(-0.2em);
  margin-top: -5px;
}

.reserveBtn:hover {
  background-color: #FF8769; 
}



.section__title {
    z-index: 1000;
}





@media (max-width: 767px) {

      .header__logo img {
        width: 100px;
        height: auto;
        margin-top: 5px;
        transition: none;
    }

    .header.shrink .header__logo img {
        display: none;

    }

    .section__txt {
        font-size: 1.6rem;
        padding-top: 20px;
        margin: 0 auto;
    }

    .reserve-tab {
        display: none;

    }

   .reserveBtn {
    position: fixed;
    bottom: 0;
    top: auto;
    right: 0;
    left: 0;
    transform: none;
    margin: 0 auto;
    width: 55%;
    height: 50px;
    border-radius: 20px 20px 0 0;
    background-color: var(--primary-orange);
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    z-index: 9999;
    padding: 0;
    letter-spacing: 0.1em;
      max-width: 300px;
  }

  .reserveBtn__icon {
    width: 1em;
    height: auto;
    margin-left: 0.5em;
    transform: translateY(0.2em);
  }


}

@media (max-width: 1110px) and (min-width: 768px) {
  .inner {
    padding-right: 30px;
  }
}


/* event */

.section--event {
  position: relative;
  margin-top: 180px;
}


.inner,
.eventGroup__inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding-inline: clamp(16px, 4vw, 40px);
}

.event__img {
  max-width: 250px;
  width: 100%;
  height: auto;
    align-self: center;
}

.eventCategory__wrap {
  display: flex;
  flex-direction: column;   
  align-items: center;     
  justify-content: center;  
  text-align: center;
  margin-bottom: 30px;
}

.event__category {
  color: #E74B1A;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 100px;
}

.event__category-line {
  height: auto;
  max-width: 430px;
  margin-top: 10px;
}

@media (max-width: 767px) {

  .section--event {
    margin-top: 140px;
  }

}

/* table */


.table--event .table__row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  border-bottom: 5px solid #F8F1EE;
}

.table--event .table__cell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-right: 5px solid #F8F1EE;
}

.table--event .table__cell:last-child {
  border-right: none;
}

.table--event .table__row--head {
  display: block; 
  background-color: #A87A67;
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 2rem;
}

.table--event .table__row--head .table__cell {
  border: none;
  justify-content: center;  
  }

  .table--event .table__cell.table__txt {
    justify-content: flex-start;
    text-align: left;
  }

.event__item {
  display: flex;
  align-items: center; 
  justify-content: center;
  gap: 50px;
  max-width: 1200px;
  margin: 80px auto;
  }

.table__item {
  background-color: var(--primary-beige);
}

.event__img {
  flex: 0 0 45%;
  height: auto;
  object-fit: cover; 
}

.table--event {
  border: 5px solid #F8F1EE;
  border-radius: 20px;
  overflow: hidden;
 max-width: none; 
  background-color: #fff;
  font-size: 1.8rem;
  align-self: center;
  flex: 1;
   max-width: 900px;
}


.table--event .table__row:last-child {
  border-bottom: none;
}


.event__item--largeimg {
  align-items: flex-start;
}

.event__img--large {
  max-width: 400px;
  width: 60%;    
  height: auto;
}

.eventGroup__inner {
  margin-bottom: 200px;
}

.event__item--largeimg {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto 100px;
}

.event__content {
  flex: 1;
  gap: 50px;
      align-items: center;
          margin-top: 30px;
}

.event__category {
  color: #E74B1A;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
  margin: 0;
}

.event__category-line {
  height: auto;
  max-width: 430px;
  transform: translateY(-0.8em);
  margin-bottom: 10px;
}

.event__img--large {
  flex: 0 0 45%;
  height: auto;
  align-self: center;
}

/* 注釈 */
.event__note {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #4F4F4F;
      margin: 20px auto 0 30px;
}



/* 過去イベント */

/* 上下円弧区切り */
.content01 {
    background: #fff;
    border-top-left-radius: 60%;
    border-top-right-radius: 60%;
    height: 200px;
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 100px;
    padding-right: 100px;
      width: 100%;           
  box-sizing: border-box; 
  margin: 0 auto;       
}

.section--pastevent {
  background-color: #fff;
}

.past__event {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.past__event {
  text-align: center;
}

.past__event img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  margin-bottom: 10px;
}


.month {
  display: inline-flex;         
  align-items: center;
  justify-content: center;
  width: 60px;                     
  height: 60px;
  border: 2px solid var(--primary-brown);        
  border-radius: 50%;                
  color:var(--primary-brown);
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 auto 8px;                
  background-color: #fff;            
  box-sizing: border-box;
  margin-left: -10px;
  transform: translateY(50px);
}

.event__title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  color:var(--primary-brown);
}

.event__list::before {
  content: "";
  position: absolute;
  top: -100px; 
  left: 0;
  right: 0;
  height: 100px;
  background-color: #F8F1EE;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  z-index: -1;
  pointer-events: none;
}

body {
  background-color: #fff;
}

.event__list {
  background-color: var(--primary-whitebeige);
    position: relative;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: relative;
}

.wrap1 {
  margin-top: 200px;
}

.mamapapa {
  position: relative; 
  z-index: 1; 
  margin-bottom: 10px;
}

.mamapapa::before {
  content: "";
  position: absolute;
  top:-10%;
  left: -20%;      
  right: 5%;      
  height: 120%;
  background-color: var(--primary-beige);
  border-radius: 80px;
  z-index: 0;    
}

.table--event--massage,
.event__img,
.event__note,
.mamapapa .event__category,
.mamapapa .event__category-line {
  position: relative;
  z-index: 2; 
}

.table--event--massage {
  border-color: #EBE0DB;
  z-index: 1;
}

.table--event--massage .table__cell {
  border-right-color: #EBE0DB;
}

.table--event--massage .table__row {
  border-bottom-color: #EBE0DB;
}

.table--event--massage .table__row:nth-child(2) .table__cell.table__item,
.table--event--massage .table__row:nth-child(3) .table__cell.table__item {
  background-color: #F8F1EE;
}


.event__comment {
  display: flex;
  align-items: center;
  justify-content: flex-end;  
  gap: 12px;
  max-width: 1200px;          
  margin: 0 auto;        
  padding-right: 2%;          
}

.eventComment__txt {
  font-size: 1.6rem;
  line-height: 1.4;
  color: var(--primary-orange);
  text-align: right;
  font-weight: 500;
}

.insta__navicon {
  width: 40px;
  height: auto;
  transition: transform 0.3s ease;
}

.insta__navicon:hover {
  transform: scale(1.1);
}

/* footer color */
.footer {
    background-color:  #F8F1EE;
}

.custom-shape-divider-top-1760021289 .shape-fill {
    fill: #fff;
}

/* ===============================
   タブレット（768〜1079px）
================================= */
@media (min-width: 768px) and (max-width: 1079px) {

  .wrap1 {
  margin-top: 0px;
}

.mamapapa::before {
  top:-10%;
}

  .section--event {
    margin-top: 160px;
  }

  .event__category {
    font-size: 2.2rem;
    text-align: center;
  }

  .event__category-line {
    max-width: 300px;
    margin-top: 8px;
    transform: none;
  }

  .event__item {
    gap: 40px;               
    max-width: 900px;        
    margin: 60px auto;
  }

  .event__img {
    max-width: 40%;          
    width: 40%;
  }

  .table--event {
    max-width: 60%;
    width: 60%;
    font-size: 1.6rem;
  }

  .event__item--largeimg {
    gap: 50px;
    max-width: 900px;
    margin: 100px auto;
    align-items: flex-start;
    padding-top: 30px;
  }

  .event__img--large {
    max-width: 45%;
    width: 45%;
  }

  .event__content {
    align-items: flex-start;
  }

  .event__note {
    font-size: 1.4rem;
    margin-left: 0;
  }

  .event__img--large {
  max-width: 400px; 
  width: 40%;      
  height: auto;
}

  .event__item,
  .event__item--largeimg {
    max-width: 900px;
    width: 100%;
    margin: 50px auto;
    gap: 30px; 
    flex-wrap: wrap; 
  }

  .table--event {
    width: 100%;
    max-width: none;
    font-size: 1.6rem;
  }

  .event__img {
    width: 45%;
    max-width: 320px;
  }

  .event__img--large {
    width: 45%;
    max-width: 380px;
  }

  .event__content {
    width: 50%;
    max-width: 420px;
  }

  .event__note {
    width: 90%;
    margin-left: 0;
    font-size: 1.4rem;
  }

  .pastEvent__list {
    width: 90%;
    max-width: 900px;
    margin: 0 auto 80px;
    gap: 24px;
  }

  .past__event {
    flex: 1 1 calc(33.33% - 24px);
  }

  .event__list {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw); 
    background-color: var(--primary-whitebeige);
    margin-top: 150px;
  }

  .event__inner {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
  }
.content01 {
  width: 100vw;                
  margin-left: calc(50% - 50vw); 
  
  background: #fff;
  height: 100px;
  border-top-left-radius: 60%;
  border-top-right-radius: 60%;

  padding: 0;                 
  box-sizing: content-box;    
}

}
  
/* ===============================
   スマホ（~767px）
================================= */

@media (max-width: 767px) {

  .eventCategory__wrap {
    margin-bottom: 0;
  }
  .event__category {
    font-size: 2rem;
    margin-top: 40px;
    text-align: center;
  }
  .event__category-line {
    max-width: 260px;
    margin-top: 6px;
    transform: none;
  }

  .event__item,
  .event__item--largeimg {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin: 40px auto;
  }

  .event__img,
  .event__img--large {
    max-width: 60%;
    width: 60%;
    height: auto;
    margin: 0 auto;
    display: block;
  }


  .table {
    width: 90%;
    max-width: 90%;
    font-size: 1.6rem;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 auto;
  }

  .table--event {
    margin: 0 auto;
  }

 .table--event .table__row {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr; 
  }

   .table__row:not(.table__row--head) .table__cell:nth-child(2),
  .table__row:not(.table__row--head) .table__cell:nth-child(3) {
    flex-direction: row !important;
    gap: 4px;
  }


  .table__cell,
  .table__txt {
    font-size: 1.6rem;
  }


  .table--event .table__row--head {
    font-size: 1.8rem;
  }
  .table--event .table__row--head .table__cell {
    justify-content: center;
  }
  .table--event .table__cell.table__txt {
    text-align: left;
  }


    .table--event .table__row--head .table__cell {
    grid-column: span 2;   
    justify-content: center !important;
    text-align: center !important;
  }


  .event__note {
    margin: 14px 0 0;
    font-size: 1.6rem;
  }

  .past__event img {
    border-radius: 10px;
  }

  .month {
    width: 52px;
    height: 52px;
    font-size: 1.4rem;
    margin: 0 auto 6px;
    margin-left: 0;         
    transform: translateY(40px);
      border: 1px solid var(--primary-brown);    
  }

  .event__title {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .event__comment {
    max-width: 100%;
    padding-right: 0;
    justify-content: center;
    text-align: center;
    gap: 10px;
    margin: 16px auto 0;
    margin-bottom: 30px;
  }
  .eventComment__txt {
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: center;
  }
  .insta__navicon {
    width: 32px;
  }

  .content01 {
    height: 50px;
    padding: 0 20px;
    border-top-left-radius: 40%;
    border-top-right-radius: 40%;
    margin: 0 auto;
    width: 100%;
  }

  /* 背景色の調整（はみ出し防止） */
  .event__list {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }

  .event__item,
  .event__item--largeimg {
    flex-direction: column !important; 
    align-items: center;
    gap: 24px;
  }
  .event__img,
  .event__img--large {
    order: 1;
  }

  .event__content,
  .table--event {
    order: 2;
  }

  .event__item--largeimg {
    display: flex !important;
    flex-direction: column !important;
  }

  .event__item--largeimg .event__content {
    display: contents !important;
  }

  .event__item--largeimg .eventCategory__wrap {
    order: 0 !important;
  }

  .event__item--largeimg .event__img--large {
    order: 1 !important;
  }

  .event__item--largeimg .table--event {
    order: 2 !important;
  }

  .event__item--largeimg .event__note {
    order: 3 !important;
  }


  .mamapapa::before {
    display: none;
  }


  .table--event--massage {
  border-color:#F8F1EE;
  z-index: 1;
}

.table--event--massage .table__cell {
  border-right-color: #F8F1EE;
}

.table--event--massage .table__row {
  border-bottom-color: #F8F1EE;
}

.table--event--massage .table__row:nth-child(2) .table__cell.table__item,
.table--event--massage .table__row:nth-child(3) .table__cell.table__item {
  background-color: #EBE0DB;
}

.table--event .table__row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  border-bottom: 4px solid #F8F1EE;
}

.table--event .table__cell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-right: 4px solid #F8F1EE;
}

.table--event .table__cell:last-child {
  border-right: none;
}

  .event__note {
    width: 86%;
    margin: 0 auto;
  }

.wrap1 {
  margin-top: 80px;
}

.event__list::before {
  top: -30px; 
  height: 30px;
}

  .event__item--reverse {
    flex-direction: row-reverse;
  }

  .eventGroup__inner {
    margin-bottom: 10px;
}

}

/* ==========================================
横スクロールカルーセル
========================================== */
.pastEvent__wrap {
  overflow: hidden;
  width: 100%;
}

.pastEvent__list {
  display: flex;
  gap: 40px;
  width: max-content;
  padding-bottom: 100px;
}

.past__event {
  flex: 0 0 auto;
  width: 280px;
}

.section--pastevent { overflow: hidden; }

.pastEvent__list.animate {
  animation: pastEventScroll var(--speed, 25s) linear infinite;
}

.pastEvent__wrap {
  overflow: hidden;
}


@media (max-width: 767px) {

  .pastEvent__list {
    gap: 20px;           
    padding: 20px 12px;
  }

  .past__event {
    width: 180px;         
    flex: 0 0 180px;       
  }

  .past__event img {
    width: 100%;
    border-radius: 10px;
  }

  .month {
    width: 42px;          
    height: 42px;
    font-size: 1.2rem;
    transform: translateY(26px);
  }

  .event__title {
    font-size: 1.4rem;     
  }
}
