@charset "UTF-8";
/*==========================================
mainViewのスタイル（初期設定 最大：767px）
===========================================*/
.mainView {
  position: relative;
  background-attachment: fixed; /* 背景を固定 */
}
/*.mainView:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100vh;
  background-image: url("../img/bg-body-sp.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}*/
.bg-slider {
  width: 100vw;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 100;
}
/* -----メイン画像ロゴ----- */
.bg-slider .pc {
  display: none;
}
/* -----共通----- */
.subtitle1, .subtitle2 {
  padding-bottom: 0.5em;
}
.subtitle1 img, .subtitle2 img {
  width: 95%;
  height: auto;
}
img {
  border-radius: 5px;
}
.shadow {
  box-shadow: 2px 2px 4px;
}
/* -----accent（クーポン）----- */
.accent {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.accent img {
  width: 90%;
  border-radius: 5px;
  max-width: 806px;
  margin-top: 1em;
  margin-bottom: 1em;
}
/* -----memo---- */
.memo {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border: thin solid #FECA4E;
  padding: 10px;
  background-color: hsla(0, 0%, 100%, 0.75);
  text-align: center;
}
.memo h3 img {
  max-width: 26px;
  margin-bottom: 5px;
}
.memo p {
  text-align: justify;
}
.memo dl {
  text-align: left;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 1em;
  margin-bottom: 1em;
}
.memo dl dt {
  background-color: #000000;
  padding: 5px;
  color: #FFFFFF;
  margin-bottom: 0.5em;
}
.memo dl dd {
  margin-bottom: 0.5em;
}
/*==========================================
greetingのスタイル（初期設定 最大：767px）
===========================================*/
#greeting {
  margin-top: 7.5em;
  margin-bottom: 3em;
}
#greeting .greeting-inner {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2em;
  padding-top: 2em;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
.content1 .textWrap {
  padding-left: 0.8em;
  padding-right: 0.8em;
}
.textWrap .text1.move_left2 h2 {
  margin-bottom: 1.5em;
  text-align: center;
  font-size: 1.2em;
  padding: 1em;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  position: relative;
  color: #fd305f;
  border-bottom: thin solid #fd305f;
}
.textWrap .text1.move_left2 h2 span.line-break {
  display: block;
  margin-top: 10px;
}
.textWrap .text1.move_left2 p {
  line-height: 1.9;
  margin-bottom: 0.5em;
}
/*==========================================
galleryのスタイル（初期設定 最大：767px）
===========================================*/
.gallery {
  margin-bottom: 0em;
  margin-top: 5.5em;
}
#gallery .gallery-inner {
  width: 95%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 2em;
  padding-top: 2em;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
div.vid_contents {
  width: 100%; /*背景色を横幅いっぱいに広げる*/
  text-align: center;
  margin: auto;
}
.gallery-inner ul {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  /* スマホサイズでのみ横スクロール */
  overflow-x: auto; /* 横スクロールを有効化 */
  white-space: nowrap; /* li要素を折り返さない */
}
.gallery-inner ul li {
  margin-bottom: 1em;
  display: inline-block; /* 横並びにする */
  margin-right: 0.5em; /* li要素間の余白 */
  margin-left: 0.5em; /* li要素間の余白 */
}
.notice-box {
    background: #ffffff;
    border: 1px solid #ccc;
    padding: 16px;
    border-radius: 8px;
    margin: 16px 0;
}

.notice-box h3 {
    margin-top: 0;
    font-size: 1.2em;
}

.notice-box p {
    margin: 8px 0 0 0;
    line-height: 1.5;
}
.gallery-title {
  font-size: 1.4em;
  margin: 30px 0 15px;
  text-align: center;
  font-family: 'Georgia', 'Times New Roman', serif;
  color: #1C110D;  /* ← 変更しました */
  letter-spacing: 1px;
  position: relative;
}

.gallery-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;           /* 少し太くすると丸みが目立ちやすい */
  background: #1C110D;
  margin: 8px auto 0;
  border-radius: 5px;    /* ← ここを大きくすると丸みが出ます */
  opacity: 0.7;
}


/*==========================================
priceのスタイル（初期設定 最大：767px）
===========================================*/
.price {
  margin-bottom: 5.5em;
  margin-top: 0em;
}
#price .price-inner {
  width: 95%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 2em;
  padding-top: 2em;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
.plan-table table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  background-position: right;
  background-color: #fd305f;
  margin-bottom: 1em;
  color: #FFFFFF;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.plan-table table.move_left2 .menu-name {
  text-align: center;
  font-size: 1.2em;
  padding-top: 10px;
  font-weight: bold;
  vertical-align: middle; /* 中央揃え */
  display: flex; /* フレックスボックスを使用 */
  align-items: center; /* 縦方向中央揃え */
  justify-content: center; /* 水平方向中央揃え */
}
.plan-table table.move_left2 tr .menu-name span {
  display: block;
  color: #FFFFFF;
  font-size: 60%;
  border-radius: 3px;
  padding: 0px 3px;
  text-align: center;
  margin-right: 5px;
}
.plan-table table.move_left2 .menu-name-sub {
  text-align: center;
  display: block;
  padding: 0px;
  margin-top: 0px;
}
.plan-table table.move_left2 td {
  padding: 10px;
  text-align: left;
}
.plan-table table.move_left2 tr.item td {
  display: flex;
  justify-content: space-between;
  align-items: center; /* 垂直中央揃え */
  position: relative;
}
.plan-table table.move_left2 tr.item td.hide {
  display: none;
}
.plan-table table.move_left2 tr.item td .min, .plan-table table.move_left2 tr.item td .fee, .plan-table table.move_left2 tr.item td .separator {
  align-items: center; /* 垂直中央揃え */
}
.plan-table table.move_left2 tr.item td .min {
  text-align: left;
  padding-right: 1em; /* 余白を追加 */
}
.plan-table table.move_left2 tr.item td .fee {
  text-align: right;
  padding-left: 1em; /* 余白を追加 */
}
.plan-table table.move_left2 tr.item td .separator {
  flex: 1; /* 幅を自動調整 */
  border-bottom: dotted 1px #FFFFFF; /* 点線を表示 */
  height: 1px; /* 高さを1pxに設定 */
}

/*==========================================
accessImgのスタイル（初期設定 最大：767px）
===========================================*/
#accessImg {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  clear: both;
  padding-top: 2em;
}
#accessImg .accessTitle h2 {
  display: inline-block;
  position: relative;
  margin-top: 2em;
  margin-bottom: 1em;
  color: #030201;
  font-size: 1.5em;
  text-align: center;
}
#accessImg .accessTitle {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#accessImg .accessTitle h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 4px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #030201; /*下線の色*/
}
#accessImg h3 {
  margin-top: 1em;
  font-size: 1em;
  padding: 0.5em;
  color: #030201;
  border: thin solid #030201;
  background-color: hsla(0, 0%, 100%, 0.70);
}
#accessImg ul {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  /* スマホサイズでのみ横スクロール */
  overflow-x: auto; /* 横スクロールを有効化 */
  white-space: nowrap; /* li要素を折り返さない */
}
#accessImg ul li {
  margin-bottom: 1em;
  display: inline-block; /* 横並びにする */
  margin-right: 0.5em; /* li要素間の余白 */
  margin-left: 0.5em; /* li要素間の余白 */
}
/*==========================================
newsのスタイル（初期設定 最大：767px）
===========================================*/
.news {
  margin-bottom: 3em;
  margin-top: 3em;
}
#news .news-inner {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#news .news-inner h2 {
  text-align: center;
  /* background-color: hsla(0, 0%, 0%, 0.99);*/
  margin-bottom: 0px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  /* border-top: 2px solid;
  border-bottom: 2px solid;*/
  /*    border-image: linear-gradient(90deg, #fcca7c 0%, #fff9e6 40%, #ffffff 50%,#fff9e6 60%,#fcca7c 100%) 3;*/
  /*border-image-slice: 1;*/
  background-color: #fd305f;
  color: #FFFFFF;
}
#news .news-inner ul {
  max-height: 230px;
  overflow: scroll;
  background-color: #FFFFFF;
}
#news .news-inner ul li {
  border-bottom: 1px dotted #333;
  padding-left: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.2em;
  margin: 0.5em;
}
#news .news-inner ul li .day {
  margin-right: 1em;
  font-weight: bold;
  margin-bottom: 0.5em;
  display: block;
}
#news .news-inner ul li:first-child .day:before {
  content: "new";
  background-color: #bb0a02;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 80%;
  border-radius: 3px;
  padding: 5px;
  margin-right: 3px;
}
.info-inner .info table {
  width: 100%;
}
@media screen and (min-width:768px) {
  /*==========================================
mainViewのスタイル（最小：768px）
===========================================*/
  .mainView:before {
    background-image: url("../img/bg-body-pc.webp");
  }
  /* video */
  /* -----メイン画像ロゴ----- */
  .bg-slider .sp {
    display: none;
  }
  .bg-slider .pc {
    display: block;
  }
  /* -----共通----- */
  .subtitle2 img {
    width: 50%;
    height: auto;
  }
  /* -----memo---- */
  .memo {
    width: 70%;
    padding: 20px;
  }
  /*==========================================
greetingのスタイル（最小：768px）
===========================================*/
  #greeting .greeting-inner {
    padding: 2em;
  }
  .textWrap .text1.move_left2 h2 {
    font-size: 1.3em;
  }
  /*==========================================
galleryのスタイル（最小：768px）
===========================================*/
  #gallery .gallery-inner {
    width: 95%;
    padding: 5em 2em;
  }
  #gallery .gallery-inner .subtitle2 {
    margin-bottom: 2em;
  }
  .gallery-inner ul {
    display: flex; /* Flexboxでレイアウト管理 */
    flex-wrap: wrap; /* 折り返し可能にする */
    justify-content: center; /* 中央揃え */
    gap: 1em; /* 間隔を統一 */
    padding: 0; /* デフォルトの余白をなくす */
  }
  .gallery-inner ul li {
    width: 48%; /* 2つずつ並べる */
    display: flex; /* flexを適用して高さを均等に */
    justify-content: center; /* 画像を中央に配置 */
    align-items: center;
    text-align: center;
    box-sizing: border-box; /* 幅計算のズレを防ぐ */
    margin: 0; /* 余分なマージンを削除 */
  }
  .gallery-inner ul li img {
    width: 100%; /* 画像のサイズを親要素の幅に合わせる */
    height: auto;
    display: block;
  }
    .notice-box {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    }

  /*==========================================
priceのスタイル（最小：768px）
===========================================*/
  #price .price-inner {
    width: 95%;
    padding: 5em 2em;
    margin-left: auto;
  }
  #price .price-inner .subtitle2 {
    margin-bottom: 2em;
  }
  .plan-table table.move_left2 td {
    padding: 20px 15px;
  }
  /* -----.coupon----- */
  .price-inner .flexbox .coupon p {
    width: 48%;
    display: inline-block;
  }
  .coupon p img {
    border-radius: 5px;
    width: 100%;
  }
  /* -----.note----- */
  .flexbox.cf .plan-table.matchHeight .note {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5em;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 2em;
  }
  .price-inner .accent4 {
    width: 50%;
  }
  .option {
    width: 80%;
  }
  /*==========================================
accessImgのスタイル（最小：768px）
===========================================*/
  #accessImg .accessTitle {
    width: 50%;
  }
  .accessvideo {
    width: 40%;
  }
  #accessImg h3 {
    padding: 1em;
    display: inline-block;
  }
  #accessImg h3 br {
    display: none;
  }
  #accessImg ul {
    width: 100%;
  }
  #accessImg ul li {
    width: 48%;
    margin-bottom: 1.5em;
    display: inline-block;
  }
  /*==========================================
newsのスタイル（最小：768px）
===========================================*/
  #news .news-inner {
    width: 95%;
    padding: 2em;
  }
}
@media screen and (min-width:1025px) {
  /*==========================================
mainViewのスタイル（最小：1025px）
===========================================*/
  /* -----memo---- */
  .memo {
    width: 40%;
    padding: 30px;
  }
  /*==========================================
greetingのスタイル（最小：1025px）
===========================================*/
  #greeting {
    margin-bottom: 4em;
  }
  #greeting .greeting-inner {
    width: 80%;
    border-radius: 8px;
  }
  .content1 {
    display: flex;
    align-items: center; /* 縦方向の中央揃え */
  }
  .content1 .textWrap {
    width: 49%;
    margin-right: auto; /* 右側に配置 */
  }
  .greeting .content1 .photo1 {
    width: 48%;
  }
  .box {
    display: flex;
    justify-content: center; /* 水平方向の中央揃え */
    align-items: center; /* 縦方向の中央揃え */
  }
  .textWrap .text1.move_left2 h2 {
    font-size: 1.5em;
  }
  /*==========================================
galleryのスタイル（最小：1025px）
===========================================*/
  #gallery .gallery-inner {
    width: 90%;
    padding: 4em 2em;
    border-radius: 8px;
  }
  .gallery-inner ul {
    width: 90%;
    padding: 0.5em 0em;
    border-radius: 8px;
  }
  .gallery-inner ul li {
    width: 30%;
  }
  /*==========================================
priceのスタイル（最小：1025px）
===========================================*/
  #price .price-inner {
    width: 90%;
    padding: 4em 2em;
    border-radius: 8px;
  }
  #price .price-inner .plan-table table {
    width: 40%;
    display: inline-block;
  }
  .option {
    width: 40%;
  }
  /* -----.coupon----- */
  .accent #coupon {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  /* -----.note----- */
  .flexbox.cf .plan-table.matchHeight .note {
    width: 40%;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    padding-left: 2.5em;
  }
  .price-inner .accent4 {
    width: 30%;
  }
  /*==========================================
accessImgのスタイル（最小：1025px）
===========================================*/
  #accessImg .accessTitle {
    width: 40%;
  }
  #accessImg h3 {
    font-size: 1.2em;
  }
  #accessImg ul {
    width: 90%;
    padding: 0.5em 0em;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #accessImg ul li {
    width: 20%;
    margin-bottom: 1.5em;
    margin-left: 1%;
    margin-right: 1%;
  }
  /*==========================================
newsのスタイル（最小：1025px）
===========================================*/
  #news .news-inner {
    width: 80%;
    padding: 4em;
    border-radius: 8px;
    background-color: hsla(0, 0%, 100%, 0.00);
  }
  #news .news-inner h2 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  #news .news-inner ul {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  #news .news-inner ul li {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
