/*
---------------------------------------------- */
*{
  font-size: 1.0em;
  color: #333;
  padding: 0;
  margin: 0;
}
h4,h5,p{
  padding: 0;
  margin: 0;
}
div{
}

body{
  padding: 0 0 5em 0;
  margin: 0;
  background-color: #c5bca5;
}
a{
    text-decoration: none;
}
/*
-------*/
.contents{
  background-color: #fff;
max-width: 750px;
margin: 0 auto;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);    }

main {
width: 100%;
max-width: 1000px;
min-height: calc(100vh - 3em);
margin: 0 auto;
}
main{ margin-bottom:100px; }
main > div{ padding:40px 0;}
h1{ margin-bottom:40px; padding:10px 0; border-bottom:rgba(0,154,219,.8) 2px dotted; font-size:14px; font-size:1.4rem; }
h2 + div{ margin-bottom: 3em; }
main p{ text-align:center;}


/*会場
---------------------*/
.venue-area {
  background-color: #EDECEA;
  margin-top: 10em;
}
.closing-title {
  text-align: center;
  color: #5F5F5F;
  padding-top: 2em;
  padding-bottom: 1em;
  font-size: 1.6em;
  font-weight: bold;
}
.venue-base {
  width: auto;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.venue-block-bottom {
  padding-bottom: 15px;
}
.closing-area {
  background-color: #fff;
  padding: 20px 5% 10px 5%;
  border-radius: 10px;
  text-align: center;
}
.info {
  display: flex;
  text-align: left;
  padding-bottom: 0px;
}
.info-title {
  width: 130px;
  margin: 0em 0em 1em 0em;
}
.info-title span {
  display: block;
  background-color: #c55473;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  border-radius: 6px;
  padding: 12px 0;
  letter-spacing: 0.1em;
}
.info-inner {
  flex: 1;
  padding-left: 1.0em;
}
.info-schedule {
  padding-top: 0;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 2.2;
}
.info-schedule small {
  font-size: 50%;
}
.hall {
}
.hall dl{
  font-size: 0.9em;
  margin: 0em 0em 0.25em 0em;
}
.hall-img {
  float: right;
  width: 30%;
}
.hall-title {
  font-size: 1.2em;
  padding: 0.5em 0em 0em 0em;
  margin: 0em;
  line-height: 1.75;
}
.hall-data {
  display: flex;
  font-size: 1.0em;
}
.hall-data dt {
  width: 4em;
  font-weight: normal;
  padding: 0em;
  margin: 0em 0em 0em 0em;
}
.hall-data dd {
  flex: 1;
  padding: 0em;
  margin: 0em 0em 0em 1em;
}
.hall-map-btn{
  color: #007BFF;
}
.remarks{
}
.remarks h5{
  font-size: 1.2em;
}
.remarks p{
  font-size: 0.8em;
}
.tel-link {
  pointer-events: none; /* クリック無効化 */
  color: #333;          /* 見た目の調整 (任意) */
  text-decoration: none; /* 下線を消す場合 */
  cursor: default;      /* 通常のカーソル */
}
.top-area{
  display: flex;
}
.present-area{
  padding-bottom: 3em;

}
.furisode-plan-area{
  padding-bottom: 3em;
}
.furisode-plan-area img{
  padding-bottom: 3em;
}
.guarantee-area{
  padding-bottom: 6em;
}
.manufacturer-area{
}
.manufacturer-area img{
  width: 750px;
  padding-bottom: 2em;
  }
.howto-area{
  padding-top: 3em;
  padding-bottom:3em;
}
.serves-area{
  padding-top: 3em;
}
.privacy-area{
  padding: 6em 2em 3em 2em;
}
.privacy-area h3{
  text-align: center;
  font-size: 1.2em;
  padding-bottom: 1.2em;
  color: #454545;
}
.privacy-area ul{
  padding-top: 0.5em;
}
.privacy-area li{
  font-size: 1.0em;
  padding-top: 0em;
  margin-left: 2em;
}
.store-area{
  padding: 3em 2em 0em 2em;
}
.store-area h3{
  font-size: 2.2em;
  padding-bottom: 0.5em;
  text-align: center;
  color: #77b3b8;
}
.store-area h4{
  font-size: 1.6em;
  padding-bottom: 1.5em;
  text-align: center;
  color: #bc5875;
}
.store-area h5{
  font-size: 1.2em;
  padding-bottom: 0.5em;
  text-align: center;
  color: #bc5875;
}
.store-area h5 span{
  padding-left: 1.0em;
}

/* 固定メニュー */
.fixed-bottom-menu {
  position: fixed; /* 固定配置 */
  bottom: 0; /* 画面下部 */
  left: 0;
  right: 0;
  margin: 0 auto; /* 中央揃え */
  max-width: 750px; /* 横幅最大750px */
  background-color: #333; /* 背景色 */
  z-index: 1000;
}

/* メニューリスト */
.fixed-bottom-menu ul {
  display: flex;
  justify-content: space-between; /* 均等配置 */
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fixed-bottom-menu li {
  flex: 1; /* 均等に分配 */
  text-align: center;
}

/* ボタン共通スタイル */
.fixed-bottom-menu a {
  display: inline-block;
  padding: 0.8em 0; /* 縦方向の余白 */
  margin: 0.5em; /* ボタン間の余白 */
  border-radius: 20px; /* 角丸 */
  text-decoration: none;
  font-size: 1em;
  font-weight: bold;
  color: #fff; /* 文字色 */
  text-align: center;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

/* ボタンごと */
.fixed-bottom-menu .btn-web{
  padding: 0.8em 4em 0.8em 4em;
  background-color: #ffd23d; /* Web予約: 緑色 */
}
.fixed-bottom-menu .btn-phone{
  padding: 0.8em 4em 0.8em 4em;
  background-color: #ad1773; /* 電話予約: 青色 */
}
.fixed-bottom-menu .btn-line{
  padding: 0.8em 4em 0.8em 4em;
  background-color: #0c9530; /* LINEでシェア: LINEカラー */
}

/* ホバー効果 */
.fixed-bottom-menu a:hover {
  filter: brightness(1.1);
  transform: scale(1.05);
}

.required{
  background-color: #d389b7;
  color: #fff;
  font-size: 0.75em;
  font-weight: normal;
  padding: 0.5em;
  border-radius: 5px;
  margin-right: 0.5em;
}
.optional{
  background-color: #999;
  color: #fff;
  font-size: 0.75em;
  font-weight: normal;
  padding: 0.5em;
  border-radius: 5px;
  margin-right: 0.5em;
}

@media screen and (max-width: 768px) {
  .venue-base{
    padding: 0em 1em 0em 1em;
  }

  .venue-block-bottom {
      padding-bottom: 1em;
  }
  .closing-area {
      padding: 15px 15px;
  }
  .info {
      display: block;
      text-align: left;
  }
  .info-title {
      width: auto;
      padding: 0em;
      margin: 0em;
  }
  .info-title span {
      padding: 6px 0;
  }
  .info-inner {
      padding-left: 0px;
  }
  .info-schedule {
    font-size: 1.3em;
    text-align: left;
    padding-top: 0.5em;
    padding-bottom: 1.0em;
    line-height: 1.0em;
  }
  .info-schedule small {
      font-size: 80%;
  }
  .hall {
      padding-top: 5px;
      padding-bottom: 0px;
  }
  .hall-img {
      width: 100%;
      text-align: center;
      padding-bottom: 20px;
  }
  .hall-title {
      font-size: 1.1em;
      line-height: 1.4;
      padding: 0em 0em 0.5em 0em;
      margin-top: 0;
  }
  .hall-data {
      font-size: 1.1em;
      padding-top: 0em;
      margin-top: 0.5em;
  }
  .hall-data dt {
      width: 4em;
      font-weight: normal;
      color: #45454;
  }
  .hall-data dd {
      flex: 1;
      margin: 0em 0em 0em 0.5em;
  }
  .tel-link {
    display: inline-block; /* リンクを表示 */
    color: #007BFF;        /* リンクの色 */
    text-decoration: none; /* 下線を消す場合 */
    margin: 0;        /* 余白を調整 */
    padding: 0;
  }
  .venue-area{
    margin-top: 5em;
  }

  .store-area{
    padding: 2em 2em 1em 2em;
    }
    .store-area h3{
      font-size: 1.6em;
      padding-bottom: 0.5em;
      text-align: center;
      color: #77b3b8;
    }
    .store-area h4{
      font-size: 1.6em;
      padding-bottom: 0.5em;
      text-align: center;
      color: #bc5875;
    }
    .top-area img{
      width: 100%;
    }
    .present-area img{
      width: 100%;
    }
    .furisode-plan-area img{
      width: 100%;
      padding-bottom: 1em;
    }
    
    .guarantee-area{
      width: 100%;
      padding-bottom: 3em;
    }
    .guarantee-area img{
      width: 100%;
    }
    .manufacturer-area{
    width: 100%;
    }
    .manufacturer-area img{
    width: 100%;
    padding-bottom: 1em;
    }
    .howto-area{
      width: 100%;
      padding-bottom: 1em;
    }
    .howto-area img{
      width: 100%;
    }
    .serves-area{
      width: 100%;
      padding-top: 2em;
    }
    .serves-area img{
      width: 100%;
    }
    .privacy-area{
      padding: 6em 1em 1em 1em;
    }
    .fixed-bottom-menu {
      max-width: 100%; /* 幅を100%に調整 */
      position: sticky;
      padding: 1.0em 0em 1.0em 0em;
    }
    .fixed-bottom-menu a {
      padding: 0.6em 0;
      font-size: 0.9em;
    }
    .fixed-bottom-menu .btn-web{
      padding: 0.6em 1.5em 0.6em 1.5em;

    }
    .fixed-bottom-menu .btn-phone{
      padding: 0.6em 2em 0.6em 2em;

    }
    .fixed-bottom-menu .btn-line{
      padding:0.6em 0.75em 0.6em 0.75em;
    }
}
/* 告知枠のスタイル */
.event-notice {
  max-width: 750px;
  margin-top: 0em;
  margin-right: auto;
  margin-bottom: 5em;
  margin-left: auto;
  padding: 6.5em 1.5em 3.5em 1.5em;
  background-color: #f9f9f9;
}

.event-title {
  text-align: center;
  font-size: 2.0em;
  font-weight: normal;
  color: #333;
  margin-bottom: 0.5em;
}

.event-details {
  display: flex;
  flex-direction: column;
  gap: 1.5em; /* イベントごとの余白 */
  text-align: left;
}

.event-item {
  padding:1.4em 1em 1em 1em;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.event-date {
  font-size: 1.2em;
  font-weight: bold;
  color: #bc5875;
  margin-bottom: 0.5em;
}

.event-place {
  font-size: 1em;
  color: #555;
  margin-left: 1em;
  font-weight: normal;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .event-notice {
    padding-top: 5em;
    margin-bottom: 2em;
  }
  .event-title {
    font-size: 1.8em;
  }
  .event-date {
    font-size: 1.1em;
  }
    .event-item {
    padding: 1.0em 0.5em 0.5em 0.5em;
  }
  .event-place{
    display: block;
    margin-left: 0em;
  }
}
.contents .next-complete{
  padding-bottom:2em;
}
.contents .complete-area form p{
  padding-bottom:1em;
}
.contents .complete-area form{
  text-align: left;
  max-width: 400px;
  padding-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
}
.complete-area{
  padding:3em 1em 6em 1em;
  text-align: center;
}
.complete-title{
  font-size:1.3em;
  font-weight:normal;
  text-align: center;
  border-bottom: none;
}
.back-event{
  padding-top:2em;
  padding-bottom:4em;
}
.button-area{
  padding-top:3em;
  text-align:center;
}
.button-area button{
  padding: 10px 20px;
  background-color: #007BFF;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}
.complete-area{
  padding:3em 1em 6em 1em;
  text-align: center;
}
.complete-title{
  font-size:1.3em;
  font-weight:normal;
  text-align: center;
  border-bottom: none;
}
.back-event{
  padding-top:2em;
  padding-bottom:4em;
}

.copylight{
  padding-top:3em;
  padding-bottom:3em;
  text-align:center;
  font-size:0.75em;
  background-color:#f0f0f0;
  margin-top: 5em;
}
@media screen and (max-width: 768px) {
  .contents .complete-area form{
      max-width: 100%;
  }
}


/*入力
---------------------*/
/* 全体のスタイル */
.form-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

/* テーブルスタイル */
.event-form-area{
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 3em;
}
.event-form-are-title{
  text-align: center;
  color: #5F5F5F;
  padding-top: 2em;
  padding-bottom: 1em;
  font-size: 1.6em;
  font-weight: bold;
}
.event-form-table {
  width: 100%;
  border-collapse: collapse;
}

.event-form-table th,
.event-form-table td {
  padding: 10px 15px;
  text-align: left;
  vertical-align: middle;
}

.event-form-table th {
  background-color: #f5f5f5;
  font-weight: bold;
  white-space: nowrap;
  width: 30%;
}

.event-form-table td {
  width: 70%;
}

/* 入力要素のスタイル */
.event-form-table input[type="text"],
.event-form-table input[type="date"],
.event-form-table input[type="time"],
.event-form-table input[type="email"],
.event-form-table input[type="tel"],
.event-form-table select,
.event-form-table textarea {
  width: 100%;
  padding: 8px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.event-form-table textarea {
  resize: none;
}

.event-form-table input[type="radio"] {
  margin-right: 5px;
}

.event-form-table label {
  margin-right: 15px;
}

/* ボタン用スタイル */
.form-container button {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background-color: #007bff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
}

.form-container button:hover {
  background-color: #0056b3;
}
/* ラジオボタンのスタイル */
.radio-buttons {
  display: flex;
  gap: 20px;
  align-items: center;
}

.radio-buttons input[type="radio"] {
  display: none; /* デフォルトのラジオボタンを非表示 */
}

.radio-label {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  border: 2px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
  text-align: center;
}

.radio-buttons input[type="radio"]:checked + .radio-label {
  background-color: #007bff;
  color: white;
  border-color: #007bff;
}

.radio-label:hover {
  background-color: #f0f0f0;
  border-color: #bbb;
}

/* ボタン全体のスタイル */
.form-actions {
  text-align: center;
  margin-top: 20px;
}

/* ボタンのデザイン */
.confirm-button {
  display: inline-block;
  padding: 12px 30px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #007bff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s, box-shadow 0.3s;
  text-align: center;
}

.confirm-button:hover {
  background-color: #0056b3;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.confirm-button:active {
  background-color: #003f7f;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* レスポンシブ対応 */
@media (max-width: 480px) {
  .event-form-table th {
    padding-left: 0;
      display: block;
      width: 100%;
      background-color: transparent;
      font-weight: normal;
      text-align: left;
  }
  
  .event-form-table td {
      display: block;
      width: 100%;
      padding: 5px 0;
  }
  
  .event-form-table input[type="text"],
  .event-form-table input[type="date"],
  .event-form-table input[type="time"],
  .event-form-table input[type="email"],
  .event-form-table input[type="tel"],
  .event-form-table select,
  .event-form-table textarea {
      width: 100%;
      margin-bottom: 10px;
  }
  .confirm-button {
    font-size: 16px;
    padding: 10px 20px;
  }
  .event-form-area{
    padding: 1em;
  }
}


/*　画像保護
-----------------------------------------*/
.image-wrapper {
  position: relative;
  display: inline-block;
}
.original-image {
  display: block;
  width: 100%; /* 必要に応じて調整 */
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/transparent.png') no-repeat center center;
  background-size: cover;
  pointer-events: none; /* 透明画像の操作を無効化 */
  z-index: 10; /* オーバーレイを前面に配置 */
}

/* ラジオを縦並びにする */
.radio-vertical {
  display: flex;
  flex-direction: column;   /* 縦方向へ */
  gap: 6px;                 /* 行間 */
}

/* 各ラベルをブロック化（横並び防止） */
.radio-vertical label {
  display: block;
  line-height: 1.6;
}

.radio-vertical input[type="radio"] {
  margin-right: .4em;
}
/* 残り1名警告（赤文字） */
#time option.warn { color: #d60000; font-weight: bold; }


/*　
-----------------------------------------*/
/* すべてのスライダーで画像の高さ強制解除 */
.slider-01 img,
.slider-02 img,
.slider-03 img {
  height: auto !important;
  width: 100%;
  object-fit: contain; /* 全体を見せたい場合（切れ防止） */
}

/* 画像の親（li）も自然高さにしておく */
.slider-01 .flickity-slider > li,
.slider-02 .flickity-slider > li,
.slider-03 .flickity-slider > li {
  width: 100%;
}




@media screen and (max-width: 768px) {
  .slider-01-other-title {
      text-align: center;
      /* position: absolute; */
      left: 0;
      top: 0px;
      width: 100%;
      height: auto;
      z-index: 10;
      pointer-events: none;
  }

  .slider-01-other-title img {
        width: 100%;
        margin-top: 2em;
        top: 90px;
    }
}

/*2025.11.14*/
/* 中段の予約ボタン用 */
.reserve-btn-area {
  text-align: center;
  margin: 1em 0 1em;
}

/* 中段専用 赤色 & 幅80% */
.mid-reserve-btn {
  display: inline-block;
  width: 80%;
  max-width: 400px;
  background-color: #ffd23d; 
  color: #333;
  padding: 1em 0;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  transition: 0.2s ease;
}

/* タップ時のアニメーション */
.mid-reserve-btn:active,
.mid-reserve-btn:hover {
  background-color: #fdd962;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.25);
}
.precautions{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  padding-bottom: 2em;

}
.precautions h2{
  font-size: 1.15em;
  padding-bottom: 0.5em;
}
.slider-title{
  padding-top:0em; padding-bottom: 0em; line-height: 0;
}
/* ボタンを動かす */
.btn_box_anima{
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 2em 0em 2em 0em;
  
}

.btn_anima{
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 70px;
  letter-spacing: 3px;
  width: 200px;
  height: 70px;
  background: #ffd23d;
  margin: auto;
  cursor: pointer;
  border-radius: 100px;
}
/*アニメーション*/
.animation{
  animation: dokundokun 1300ms ease infinite;
  padding: 0em 2em 0em 2em;
}
@keyframes dokundokun {
  0%  { transform: scale(1); }
  20% { transform: scale(1.1); }
  40% { transform: scale(1); }
  60% { transform: scale(1.1); }
  80% { transform: scale(1); }
}
.venue_below{
  padding-top: 0em;
  padding-bottom: 0em;
  text-align: center;
  line-height: 0;
}
.venue_below h2{
  font-size:2.0em;
}