.mainvisual {
  display: block;
  width: 100%;
  padding-top: 60px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .mainvisual {
    padding-top: 0;
  }
}
.mainvisual::after {
  content: "";
  display: block;
  width: 1px;
  height: 85px;
  background-color: #ff6c00;
  position: absolute;
  right: 0;
  bottom: 100px;
  left: 0;
  margin: 0 auto;
  -webkit-animation: lineMove 2.4s ease-in-out infinite;
  animation: lineMove 2.4s ease-in-out infinite;
}
@media screen and (max-width: 1024px) {
  .mainvisual::after {
    bottom: 60px;
  }
}
@-webkit-keyframes lineMove {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  40% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  60% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}
@keyframes lineMove {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  40% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  60% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}
.event {
  margin: 0;
  padding: 0;
}
.event .link-button {
  margin: 16px auto;
}
.event img {
  position: relative;
  z-index: -1;
}
.event p {
  position: relative;
  z-index: 1;
  margin-top: -40px;
  background: rgba(249, 235, 112, 0.4);
  padding: 10%;
  border-radius: 23% 60% 25% 60% / 43% 34% 48% 35%;
}
@media screen and (max-width: 1024px) {
  .event {
    max-width: 80%;
    margin: auto;
  }
}
#news dl dt,
#news dl dd {
  margin: 0;
  padding: 0;
  color: #622b1d;
}
#news dl div {
  padding: 16px 0;
  border-bottom: 1px dotted #622b10;
}
.thumbs_news {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.thumbs_news dt {
  width: 40%;
}
.thumbs_news dd {
  width: 56%;
}
@media screen and (min-width: 1025px) {
  #news {
   padding-top:60px;
  }
  .thumbs_news dt {
    width: 20%;
  }
  .thumbs_news dd {
    width: 76%;
  }
}
.thumbs_news dt img {
  object-fit: cover;
  aspect-ratio: 1/1;
}
.thumbs_news_ti {
  color: #ff6c00;
  margin-bottom: 8px;
  display: block;
}
.thumbs_news_ti sup {
  background: #ff6c00;
  color: #fff;
  border-radius: 100vh;
  font-size: 70%;
  padding: 0 8px;
  vertical-align: sub;
}
.banner ul {
  margin: 0;
  padding: 0;
}
.banner ul li {
  margin-bottom: 16px;
}
.banner ul li img {
  border-radius: 16px;
}
.fee-table {
  width: 100%;
  table-layout: fixed;
  border: none !important;
  border-collapse: separate;
  border-spacing: 7px 0px;
  font-size: 1.8rem;
  margin: 50px auto;
}
.fee-table th {
  border: none !important;
}
.fee-table tbody td {
  border: none !important;
  background-color: #fff !important;
  border-bottom: solid 2px #ff6c00 !important;
  height: 80px;
  color: #622b1d;
}
/* ヘッダー */
.fee-table thead th {
  font-weight: bold;
}
/* ボディデータ */
.fee-table tbody td {
  text-align: center;
}
/* ヘッダー行*/
.fee-table thead th {
  background: #ff6c00;
  height: 50px;
}
/* スマホ調整 */
@media (max-width: 1024px) {
  .fee-table thead th,
  .fee-table tbody th {
    padding: 0;
  }
  .fee-table tfoot td {
    padding: 0;
    font-size: 0.9em;
  }
}
.access-table {
  width: 100%;
  table-layout: fixed;
  border: none !important;
  border-collapse: separate;
  border-spacing: 10px 0px;
  font-size: 1.8rem;
  margin: 50px auto;
}
.access-table th {
  border: none !important;
  border-top: solid 2px #ff6c00 !important;
}
.access-table td {
  border: none !important;
  /*    border-bottom: solid 2px #FF6C00 !important;*/
  border-top: solid 2px #ff6c00 !important;
  height: 80px;
  color: #622b1d;
  padding: 20px 0;
}
/* ヘッダー */
.access-table th {
  font-weight: bold;
  color: #ff6c00;
}
/* ボディデータ */
.access-table td {
  text-align: left;
}
/* ヘッダー行*/
.access-table th {
  height: auto;
  width: 30%;
}
/* 最終行のボーダー */
.access-table tr:last-child th,
.access-table tr:last-child td {
  border-bottom: solid 2px #ff6c00 !important;
}
/* スマホ調整 */
@media (max-width: 1024px) {
  .access-table th,
  .access-table th {
    padding: 0;
  }
  .access-table td {
    padding: 0;
    font-size: 0.9em;
  }
}
/*（共通）　項目の多いテーブルの幅を調整*/
@media (max-width: 1024px) {
  .col6t th,
  .col6t td {
    font-size: 0.4em;
    padding: 10px 0px;
  }
  .col5t th,
  .col5t td {
    font-size: 0.7em;
    padding: 10px 0px;
  }
  .col4t th,
  .col4t td {
    font-size: 0.7em;
    padding: 10px 5px;
  }
  .col3t th,
  .col3t td {
    font-size: 0.8em;
    padding: 10px 10px;
  }
}
.notes {
  color: #622b1d;
  font-size: 1.7rem;
  margin: 0 auto 0 2rem;
}
.notes li {
  list-style: "● ";
}
.gmap_iframe {
  aspect-ratio: 16 / 9;
  max-width: 1000px;
  width: 100%;
  height: auto;
}
.map {
  margin: 0 30px 50px;
}
.link_img {
  margin: 10px auto;
  padding: 0 30px;
}
/* 横幅を指定するための要素 */
.map-wrap {
  max-width: 95%;
  /*ここに横幅を指定*/
}
.map {
  position: relative;
  width: 100%;
  padding-top: 75%; /* = height ÷ width × 100 */
}
/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* SP向けの設定 */
@media screen and (max-width: 600px) {
  .layer-bg {
    height: 100px;
    width: auto;
  }
  .layer-in {
    width: 300px;
    position: absolute;
    top: 100px;
  }
  .top_txt_3 {
    width: 55%;
  }
  .mainvisual_image {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: calc(50% - -60px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .spa-girl_img {
    width: 21%;
    object-fit: cover;
  }
}
/* PC向けの設定 */
@media screen and (min-width: 601px) {
  .layer-bg {
    height: 70px;
  }
  .layer-in {
    top: 150px;
    text-align: center;
    position: absolute;
  }
}
@media screen and (min-width: 601px) {
  .top_txt_3 {
    width: 30%;
  }
}
.sister_branch {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}
.sister_branch li {
  margin: 16px;
}
.sister_branch li img {
  display: block;
  border: 1px solid #666;
}
@media screen and (min-width: 601px) {
  .sister_branch {
    max-width: 600px;
  }
}
