* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  color: #3A3A3A;
}

p, li, th, td {
  font-size: 14px;
  line-height:1.6;
}

p {
  margin-bottom: 1.5em;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  color: #3A3A3A;
}

p:last-child {
  margin-bottom: 0;
}

p.center {
  text-align:left;
}

p a {
  color: #132bb3;
}

p a:hover {
  color: #132bb3;
  text-decoration: none;
}

a img:hover {
  transition: 1.5s;
  opacity: 0.6;
}

@media screen and (min-width: 640px) {

p, li, th, td {
  font-size: 16px;
}

p.center {
  text-align:center;
}

}

.zk-r {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}

.zk-m {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
}

.zk-b {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

td a {
  color:#3A3A3A;
}

td a:hover {
  text-decoration:none;
}

ul {
  list-style-type:none;
  padding:0;
  margin:0;
}




/* ヘッダー */

header {
  width:100%;
  height:64px;
  background-color:#1E2833;
  position:fixed;
  z-index:9999;
}

#site-id {
  width:100px;
  height:auto;
  position:absolute;
  top:10px;
  left:30px;
  z-index:10;
}

#site-id img {
  width:100%;
}

@media screen and (min-width: 640px) {

#site-id {
  width:160px;
  top:10px;
  left:0;
}

}


#menu {
  display:none;
}

#mobile-menu {
  width:138px;
  height:26px;
  background:url(https://www.therapylife.jp/wp/wp-content/themes/stinger8-child/images/trendword_open.png) center no-repeat;
  cursor:pointer;
}

.opened {
  width:138px;
  height:26px;
  background:url(https://www.therapylife.jp/wp/wp-content/themes/stinger8-child/images/trendword_close.png) center no-repeat !important;
  cursor:pointer;
}

#global-nav ul {
	width: 1060px;
	height: auto;
	background: #f5f2e8;
	margin: 3px 0 0 0 !important;
	position: absolute;
	z-index: 9999;
}

#global-nav ul li {
	float:left;
	width: 172px;
	height: 40px;
	padding: 0 20px;
	background: url(https://www.therapylife.jp/wp/wp-content/themes/stinger8-child/images/linkicon_trendword.png) left 10px center no-repeat;
	line-height: 40px;
}

#global-nav ul li a {
    display: block;
    
    font-size: 12px;
    font-weight: bold;
    color: #756550;
    text-decoration: none;
}

#global-nav ul li:hover {
	background-color: #f5e8bf;
}

#global-nav ul li li {
	float: none;
}

#global-nav li ul {
	display: none;
}

.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
}

#head-sns {
  width:fit-content;
  height:40px;
  margin:30px auto;
}

#head-sns .facebook {
  float:left;
  margin:0 5px 0 0;
}

#head-sns .twitter {
  float:left;
  margin:0 5px 0 0;
}

#head-sns .insta {
  float:left;
  margin:0 5px 0 0;
}

#head-sns .youtube {
  float:left;
  margin:0 5px 0 0;
}

#head-sns .litlink {
  float:left;
}

#head-sns img {
  width:40px;
  height:40px;
}


#sub-menu {
  width:auto;
  height:auto;
  position:absolute;
  left:0;
  top:10px;
}

#sub-menu a {
  display:block;
  width:150px;
  padding:3px 6px;
  background:#3A3A3A;
  border-radius:100px;
  font-size:12px;
  line-height:1.6;
  font-weight:bold;
  color:#fff;
  text-align:center;
  text-decoration:none;
}

#sub-menu a:hover {
  opacity:0.6;
}

#sub-menu li {
  width:auto;
  height:auto;
  margin:0 0 5px;
}

#sub-menu li span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #3A3A3A;
  text-align: center;
  line-height: 20px;
}

#gnavi {
  width:fit-content;
  height:auto;
  margin:0 auto;
}

#gnavi ul {
  width:fit-content;
  height:auto;
}

#gnavi ul li {
  float:left;
  width:fit-content;
  height:auto;
  padding:15px 30px;
  line-height: 1.6;
  text-align:center;
}

#gnavi ul li a {
  padding: 15px 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  text-decoration:none;
}

#gnavi ul li a:hover {
  border-bottom:solid 2px #e7c45d;
}

#gnavi ul li li a:hover {
  border-bottom:none;
}

#gnavi ul li.row2 a {
  margin-top:12px;
  line-height: 16px;
}

#gnavi ul li.row2 li a {
  margin-top:0;
}

#gnavi ul li.row3 a {
  margin-top:4px;
  line-height: 16px;
}

#gnavi ul li.row3 li a {
  margin-top:0;
}

.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 1100px;
  margin: 5px auto 30px;
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: 20%;
  float: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.dropmenu li a{
  display: block;
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
.dropmenu li .sub-menu{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li .sub-menu li{
  float:none !important;
  width:430px !important;
  height:40px !important;
  padding:0 !important;
  line-height:40px !important;
  border-right:none !important;
}
.dropmenu li .sub-menu li a {
  height:40px !important;
  line-height:40px !important;
  background:rgb(51,51,51,0.8) !important;
  padding:0 20px !important;
  color:#fff !important;
  text-align:left !important;
}
.dropmenu li .sub-menu li a:hover {
  background:#999 !important;
  color:#fff !important;
}

.sub-menu b {
  color:#ffeb3b;
}

.sub-menu a:hover b {
  color:#e91e63;
}


    /* ハンバーガーボタン */
    .menu-toggle {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1001;
      width: 80px;
      height: auto;
      padding: 20px;
      background-color:#1E2833;
      cursor: pointer;
      user-select: none;
    }
    
    @media screen and (min-width: 640px) {
    
    .menu-toggle {
      top: 10px;
      left: initial;
      right: 0;
    }
    
    }

    .menu-toggle .bar {
      display: block;
      width: 100%;
      height: 4px;
      margin: 6px auto;
      background-color: #fff;
      transition: all 0.3s ease;
    }

    /* メニューのスタイル */
    .side-menu {
      position: fixed;
      top: 0;
      left: -640px; /* 非表示の位置 */
      width: 100%;
      height: 100%;
      background-color: #E5E2E0;
      box-shadow: 2px 0 5px rgba(0,0,0,0.1);
      transition: left 0.3s ease;
      z-index: 1000;
      padding: 10px; /* 上部はハンバーガー分のスペース */
    }

    .side-menu.open {
      left: 0;
    }

    .side-menu ul {
      list-style: none;
    }

    .side-menu li {
      margin-bottom: 10px;
    }
    
    .side-menu a {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
      text-decoration: none;
      color: #3A3A3A;
      font-size: 16px;
    }
    .side-menu ul li ul {
      margin-top:10px !important;
    }
    
    .side-menu img {
      width:100%;
      margin:15px 0 0;
    }

    /* ハンバーガーアイコンのアニメーション */
    .menu-toggle.open .bar:nth-child(1) {
      transform: translateY(10px) rotate(45deg);
    }
    .menu-toggle.open .bar:nth-child(2) {
      opacity: 0;
    }
    .menu-toggle.open .bar:nth-child(3) {
      transform: translateY(-10px) rotate(-45deg);
    }
    
    @media screen and (min-width: 640px) {
    
    .side-menu {
      left: -450px; /* 非表示の位置 */
      width: 400px;
      padding: 10px 40px; /* 上部はハンバーガー分のスペース */
    }
    
    .side-menu li {
      margin-bottom: 20px;
    }
    
    .side-menu a {
      text-decoration: none;
      color: #3A3A3A;
      font-size: 16px;
    }
    
    }
    
    /* モーダルのオーバーレイ */
    .modal-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.6);
      display: none; /* 初期状態は非表示 */
      justify-content: center;
      align-items: center;
      z-index: 1000;
    }
    /* モーダルウィンドウのスタイル */
    .modal-window {
      background: #fff;
      padding: 20px;
      border-radius: 8px;
      max-width: 90%;
      width: 320px;
      position: relative;
    }
    /* 閉じるボタン */
    .close-modal {
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 20px;
      cursor: pointer;
      border: none;
      background: none;
    }
    /* サイト内検索フォームのスタイル */
    .kwsearch form div {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    .kwsearch input[type="search"] {
      padding: 8px;
      font-size: 16px;
      border: 1px solid #ccc;
      border-radius: 4px;
    }
    .kwsearch input[type="submit"] {
      padding: 10px;
      font-size: 16px;
      border: none;
      background-color: #0073aa;
      color: #fff;
      border-radius: 4px;
      cursor: pointer;
    }
    .kwsearch input[type="submit"]:hover {
      background-color: #005a8d;
    }
    
@media screen and (min-width: 640px) {

    .modal-window {
      width: 400px;
    }

}

.side-menu .side-menu-link {
  width:auto;
  height:auto;
  overflow:hidden;
  padding:80px 80px 20px 20px;
}

.side-menu .side-menu-link li {
  width:auto;
  height:auto;
  overflow:hidden;
  padding:20px;
  border-bottom:solid 1px #999;
  background: url(../img/icn_link_b.png) right 10px center no-repeat;
  background-size:16px;
  margin:0;
}

.side-menu .side-menu-link li:first-child {
  border-top:solid 1px #999;
}

.side-menu .side-menu-link li li {
  border-bottom:dotted 1px #999;
}

.side-menu .side-menu-link li li:first-child {
  border-top:dotted 1px #999;
}

.side-menu .side-menu-link li a,
.side-menu .side-menu-link li span {
  display:block;
  font-size: 16px;
  color: #3A3A3A;
  text-decoration:none;
}

.side-menu .side-menu-link li a:hover {
  text-decoration:none;
}


    /* スライダー全体の幅やマージン等の調整（必要に応じて変更） */
    .slider-container {
      max-width: 1920px;
      margin: 0 auto 20px;
    }
    /* 画像サイズの調整 */
    .slider-item img {
      width: 100%;
      height: 100vh;
      object-fit: cover;
    }
    /* スライドアイテム間の余白を追加 */
    .slick-slide {
      margin: 0; /* 左右の余白 */
    }
    .slide-items2 .slick-slide {
      margin: 0 5px; /* 左右の余白 */
    }

@media screen and (min-width: 640px) {

    /* スライダー全体の幅やマージン等の調整（必要に応じて変更） */
    .slider-container {
      max-width: 1920px;
      margin: 0 auto 40px;
    }
    /* 画像サイズの調整 */
    .slider-item img {
      width: 100%;
      height: auto;
      display: block;
    }
    /* スライドアイテム間の余白を追加 */
    .slick-slide {
      margin: 0 5px; /* 左右の余白 */
    }
    /* slick-slide側のpaddingを除くため */
    .slick-slide {
      outline: none;
    }
    
}


@media screen and (min-width: 640px) {

#header {
  height:90px;
}

#header .inner {
  width:1100px;
  height:auto;
  overflow:initial;
  margin:0 auto;
  position:relative;
}

    #gnavi > ul > li {
      position: relative;
      display: inline-block;
    }

    #gnavi li a {
      display: block;
      color: #fff;
      text-decoration: none;
      padding: 15px 20px;
    }

    /* ドロップダウンメニューのスタイル */
    #gnavi li ul {
      display: none;
      padding: 0 !important;
      margin: 0;
      position: absolute;
      top: 100%;
      left: 0;
      background-color: #3A3A3A;
      width: 200px;
      z-index: 2000;
    }

    #gnavi li:hover ul {
      display: block;
    }

    #gnavi li ul li {
      display: block;
      width:100%;
      padding:10px;
      border-bottom: solid 1px #fff;
    }
    
    #gnavi li ul li:last-child {
      border-bottom: none;
    }

    #gnavi li ul li a {
      display:block;
      padding: 10px;
      background:url(../img/icn_link_w.svg) right 0 center no-repeat;
      background-size:25px;
      color: #fff;
      text-align:left;
    }

}


.head-cta {
  width:100%;
  height:auto;
  overflow:hidden;
  position:fixed;
  top:69px;
  z-index:999;
}

.head-cta ul {
  display:flex;
  justify-content:space-around;
}

.head-cta a {
  display: block;
  width: fit-content;
  height: auto;
  padding:4px 20px;
  background-color:#666;
  border-radius:100px;
  margin:0 auto;
  font-size:14px;
  font-weight:bold;
  line-height:1.2;
  color:#fff;
  text-align:center;
  text-decoration:none;
}

@media screen and (min-width: 640px) {

.head-cta {
  display:none;
}

}


footer {
  width:auto;
  height:auto;
  overflow:hidden;
}

.footer-inner {
  width:auto;
  height:auto;
  overflow:hidden;
  margin:0 auto;
}

.footer-top {
  width:auto;
  height:auto;
  overflow:hidden;
  padding:20px 0;
  background-color:#1E2833;
}

.footer-bottom {
  width:auto;
  height:auto;
  overflow:hidden;
  background-color:#E5E2E0;
  padding:0 0 20px;
}

.footer-bottom ul {
  width:auto;
  height:auto;
  overflow:hidden;
  padding:30px 40px;
  border-bottom:solid 1px #999;
  margin:0 0 20px;
}

.footer-bottom li {
  width:auto;
  height:auto;
  overflow:hidden;
  padding:10px;
  border-bottom:solid 1px #999;
  text-align:center;
}

.footer-bottom li:first-child {
  border-top:solid 1px #999;
}

.footer-bottom a {
  display:block;
  font-size: 14px;
  color: #3A3A3A;
  text-decoration:none;
}

.footer-bottom a:hover {
  text-decoration:none;
}

.footer-logo {
  width: 80px;
  margin: 0 auto;
}

.footer-logo img {
  width: 100%;
}

.footer-nav {
  text-align: center;
}

.footer-nav a {
  font-size: 14px;
  color: #fff;
}

.footer-nav a:hover {
  text-decoration: none;
}

.copyright {
  font-size: 12px;
  text-align: center;
  color: #999;
}

.footer-inner .sns-wrap {
  width:30px;
  height:auto;
  overflow:hidden;
  margin:10px auto 0;
}

.footer-inner .sns-wrap img {
  width:100%;
}

@media screen and (min-width: 640px) {

footer {
  width:auto;
  height:auto;
  overflow:hidden;
}

.footer-inner {
  width:1200px;
  height:auto;
  overflow:hidden;
  margin:0 auto;
}

.footer-top {
  padding: 20px 0;
}

.footer-bottom {
  padding: 30px 10px 20px;
  background-color: #E5E2E0;
}

.footer-bottom ul {
  width:auto;
  height:auto;
  overflow:hidden;
  padding:0 0 30px;
  display:flex;
  justify-content:center;
}

.footer-bottom li {
  padding:0 20px;
  border:none;
}

.footer-bottom li:first-child {
  border:none;
}

.footer-bottom a {
  font-size: 14px;
}

.footer-bottom a:hover {
  text-decoration:underline;
}

.footer-logo {
  width: 100px;
  margin: 0 auto;
}

.footer-logo img {
  width: 100%;
}

.footer-nav {
  text-align: center;
}

.footer-nav a {
  font-size: 14px;
  color: #fff;
}

.footer-nav a:hover {
  text-decoration: none;
}

.copyright {
  font-size: 12px;
}

.footer-inner .sns-wrap {
  width:40px;
}

}


/* メインビジュアル */

#mv {
  width:100%;
  height:auto;
  overflow:hidden;
  background-color:#1E2833;
  position:relative;
}

#mv .image-wrap {
  width:100%;
  height:auto;
  overflow:hidden;
  background:#1E2833;
  padding:20px 0;
  margin:0 auto;
  position:absolute;
  left:0;
  right:0;
  bottom:0;
}

#mv .image-wrap img {
  display:block;
  width:300px;
  margin:0 auto;
}

@media screen and (min-width: 640px) {

#mv {
  
}

#mv .image-wrap {
  padding:40px 0;
  margin-top:-90px;
  position:relative;
}

#mv .image-wrap img {
  width:auto;
}

}


/* 宵の小町とは */

#top01 {
  width:100%;
  height:auto;
  overflow:hidden;
  padding:0 0 40px;
  background-color:#E5E2E0;
}

#top01.top01v2 {
  background-color:#1E2833;
}

#top01 p.lead {
  font-size:16px;
  line-height:2.0;
}

#top01.top01v2 p.lead {
  color:#fff;
}

#top01 img.bg-image {
  display:block;
  width:100%;
  height:auto;
  overflow:hidden;
}

#top01 .inner,
#top02 .inner,
#top03 .inner {
  clear: both;
  width: auto;
  height: auto;
  overflow: hidden;
  margin: 0 15px;
}

#top01 .text-box {
  width:100%;
  height:auto;
  overflow:hidden;
  padding:15px 20px;
  background-color:#E5E2E0;
  border-radius:10px;
  margin:0 auto;
}

#top01.top01v2 .text-box {
  padding-bottom:0;
  background-color:#1E2833;
}

#top01 .text-box p,
#top03 .text-box p,
#com02 .text-box p {
  margin:0;
}

#top01 .text-box b,
#top03 .text-box b,
#com02 .text-box b {
  font-size:18px;
}

#top01 .text-box {
  text-align:center;
}


#top03 {
  width:100%;
  height:auto;
  overflow:hidden;
  margin:0 0 40px;
}

#top03 .spot-list ul {
  padding:0;
  margin:0;
  display:flex;
  flex-wrap:wrap;
}

#top03 .spot-list li {
  display:block;
  width:300px;
  margin:0 auto 30px;
}

#top03 .spot-list .image {
  padding:0;
  margin:0;
  overflow:hidden;
  line-height:0;
}

#top03 .spot-list img {
  width:100%;
  height:auto;
}

#top03 .spot-list img:hover {
  transition: 1.5s;
  opacity:0.6;
}

#top03 .spot-list h3 {
  padding:10px;
  background-size:20px;
  background-color:#1E2833;
  font-size:14px;
  text-align:center;
}

#top03 .spot-list h3:hover {
  transition:1.5s;
  opacity:0.6;
}

#top03 .spot-list h3 a {
  display:block;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  color:#fff;
  text-decoration:none;
}

@media screen and (min-width: 640px) {

#top01 {
  width:100%;
  height:auto;
  overflow:hidden;
  padding:0 0 60px;
}

#top01 p.lead {
  font-size:20px;
}

#top01 .inner,
#top02 .inner,
#top03 .inner {
  width: 1200px;
  margin: 0 auto;
}

#top01 .text-box {
  width:700px;
  padding:50px;
  border-radius:20px;
}

#top01 .text-box b,
#top03 .text-box b,
#com02 .text-box b {
  font-size:20px;
}


#top03 {
  margin:0 0 60px;
}

#top03 .spot-list ul {
  padding:0;
  margin:0;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-evenly;
}

#top03 .spot-list ul.top {
  width:800px;
  margin:0 auto 50px;
}

#top03 .spot-list ul.bottom {
  width:100%;
}

#top03 .spot-list li {
  width:32%;
}

#top03 .spot-list img {
  width:100%;
}

#top03 .spot-list h3 {
  font-size:16px;
}

}


/* お知らせ */

#top02 {
  width:100%;
  height:auto;
  overflow:hidden;
  padding:30px 0;
  background-color:#1E2833;
  margin:0 0 40px;
}

#top02 h2 {
  margin:0 0 40px;
  position:relative;
  font-size:22px;
  color:#fff;
  text-align:center;
}

#top02 ul {
  width:auto;
  height:auto;
  overflow:hidden;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}

#top02 li {
  width:48%;
  margin:0 0 10px;
}

#top02 li img {
  width:100%;
  height:auto;
  overflow:hidden;
  margin:0 0 5px;
}

#top02 h3 {
  margin:0 0 0.6em;
  font-size:14px;
}

#top02 h3 a {
  color:#fff;
  text-decoration:none;
}

#top02 h3 a:hover {
  text-decoration:underline;
}

#top02 .date {
  display:block;
  font-size:12px;
  color:#fff;
  text-align:right;
}

@media screen and (min-width: 640px) {

#top02 {
  padding:40px 0;
  margin:0 0 60px;
}

#top02 h2 {
  margin:0 0 50px;
  font-size:28px;
}

#top02 ul {
  width:auto;
  height:auto;
  overflow:hidden;
  display:flex;
  flex-wrap:nowrap;
  justify-content:flex-start;
  gap:2%;
}

#top02 li {
  width:32%;
}

#top02 h3 {
  font-size:16px;
}

#top02 h3 a:hover {
  text-decoration:underline;
}

#top02 .date {
  font-size:14px;
}

}


.cont {
  width:auto;
  height:auto;
  overflow:hidden;
  margin:20px 10px;
}

@media screen and (min-width: 640px) {

.cont {
  width:1100px;
  margin:50px auto;
}

}


.btn-wrap {
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: 15px auto;
}

.btn {
  display: block;
  width: 240px;
  height: 40px;
  border: solid 1px #999;
  color: #3A3A3A;
  margin: 0 auto;
  text-decoration: none;
  transition: background-color 0.3s ease;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  position: relative; /* ← 追加（擬似要素の位置基準） */
  padding-right: 20px; /* ← 矢印分の余白を確保 */
}

.btn::after {
  content: "→";
  position: absolute;
  right: 10px; /* 右端からの距離 */
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #3A3A3A;
  transition: right 0.3s ease;
}

.btn.white {
  border: solid 1px #fff;
  color: #fff;
}

.btn.white::after {
  color: #fff;
}

.btn:hover {
  transition:1.5s;
  opacity:0.6;
}

@media screen and (min-width: 640px) {

.btn-wrap {
  margin: 30px auto;
}

.btn {
  width: 300px;
  height: 50px;
  transition: background-color 0.3s ease;
  font-size: 16px;
  line-height: 50px;
}

}


.sp {
  display: block;
}

.pc {
  display: none;
}

@media screen and (min-width: 640px) {

.sp {
  display: none;
}

.pc {
  display: block;
}

}


/* パンくずリスト */

.pankuzu {
  width:100%;
  background-color:#E5E2E0;
  padding:5px 15px;
  margin:0 0 20px;
}

.pankuzu ul {
  display:flex;
  justify-content:flex-start;
  gap:5px;
}

.pankuzu li {
  width:fit-content;
  font-size:12px;
}

.pankuzu li a {
  font-size:12px;
  color:#3A3A3A;
  text-decoration:none;
}

.pankuzu br {
  display:none;
}

@media screen and (min-width: 640px) {

.pankuzu {
  padding:10px 0;
  margin:0 0 30px;
}

.pankuzu ul {
  width:1100px;
  margin:0 auto;
}

.pankuzu li {
  font-size:14px;
}

.pankuzu li a {
  font-size:14px;
}

}


#sticky {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 10px;
  background-color: rgb(255 255 255 / 80%);
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 900;
  margin: 0 auto;
}

#sticky ul {
  list-style-type: none;
  display: flex;
  justify-content: space-evenly;
  gap: 5px;
  align-items: center;
}

#sticky li a {
  display: block;
  padding: 8px 16px 8px 30px;
  background: url(../img/icn_link_b.png) left 5px center no-repeat;
  background-size: 20px;
  background-color: #cdedf8;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  color: #3A3A3A;
}

@media screen and (min-width: 640px) {

#sticky {
  display: none !important;
}

}


#pagetop {
  width: 50px;
  position: fixed;
  right: 10px;
  bottom: 0;
  z-index: 1000;
}

#pagetop img {
  width: 100%;
}

@media screen and (min-width: 640px) {

#pagetop {
  width: 84px;
  right: 30px;
  bottom: 20px;
}

}


.anc {
  padding-top: 60px;
  margin-top: -60px;
}

@media screen and (min-width: 640px) {

.anc {
  padding-top: 80px;
  margin-top: -80px;
}

}


/* アンカーリンク */

.anchor-wrap {
  width:100%;
  height:auto;
  overflow:hidden;
  padding:10px 0 20px;
  background-color:#E5E2E0;
  position:relative;
  z-index:10;
}

.anchor-wrap ul {
  width:280px;
  height:auto;
  overflow:hidden;
  margin:0 auto;
}

.anchor-wrap li {
  width:auto;
  height: 40px;
  margin:0 0 10px;
}

.anchor-wrap a {
  display: block;
  width: auto;
  height: 40px;
  background: url(../img/icn_link_b.png) right 10px center no-repeat;
  background-size:16px;
  background-color:#fff;
  border:solid 1px #000;
  border-radius:4px;
  margin:0 auto;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  font-size:14px;
  line-height:40px;
  color:#000;
  text-align:center;
  text-decoration:none;
}

@media screen and (min-width: 640px) {

.anchor-wrap {
  width:100%;
  height:auto;
  overflow:hidden;
  padding:20px 0 40px;
  background-color:#E5E2E0;
  position:relative;
  z-index:10;
}

.anchor-wrap ul {
  width:1000px;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-evenly;
  margin:0 auto 15px;
}

.anchor-wrap li {
  width:300px;
  margin:0;
}

.anchor-wrap a {
  width: 300px;
  height: 40px;
  font-size:16px;
  line-height:40px;
}

.anchor-wrap a:hover {
  opacity:0.6;
}

}


.hero {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  color: #fff;
}

/* 背景動画ラッパー */
.video-background {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  overflow: hidden;
  z-index: 0;
}

/* iframeを幅100%・高さ100%でフィットさせる */
.video-foreground {
  position: relative;
  width: 100%; height: 100%;
}

.video-foreground iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;   /* 横幅にフィット */
  height: 100%;  /* 高さにもフィット */
  pointer-events: none;
  object-fit: cover; /* ←ここ重要！動画を拡大してはみ出し部分をトリミング */
}

@media screen and (min-width: 640px) {

.hero {
  height: 100vh; /* 画面の高さいっぱい */
}

}


/* 下層ページ */

#cont {
  width:100%;
  height:auto;
  overflow:hidden;
  padding:64px 0 40px;
}

#cont .inner {
  width:auto;
  height:auto;
  overflow:hidden;
  padding:0 15px;
  margin:0 0 40px;
}

#cont img.main {
  width:100%;
  height:auto;
  overflow:hidden;
  margin:0 0 20px;
}

#cont .concept {
  width:auto;
  height:auto;
  overflow:hidden;
  background-color:#E5E2E0;
  padding-top:30px;
}

#cont .concept .inner {
  margin:0 0 20px;
}

#cont .concept p {
  font-size:16px;
  text-align:center;
}

@media screen and (min-width: 640px) {

#cont {
  padding:90px 0 60px;
}

#cont .inner {
  width: 900px;
  padding:0;
  margin: 0 auto 60px;
}

#cont img.main {
  display:block;
  width:auto;
  height:auto;
  overflow:hidden;
  margin:0 auto 30px;
}

#cont .concept {
  padding-top:50px;
}

#cont .concept .inner {
  margin:0 auto 40px;
}

#cont .concept p {
  font-size:20px;
}

}


#cont .cont-ttl {
  width: 100%;
  height: auto;
  min-height: 640px;
  overflow: hidden;
  position: relative;
}

#cont .cont-ttl.bg-about {
  background: url("https://xs118078.xsrv.jp/fun/wp-content/uploads/2025/11/ttl_about_bg_sp.jpg") no-repeat top center;
  background-size: cover;
}

#cont .cont-ttl.bg-news {
  background: url("https://xs118078.xsrv.jp/fun/wp-content/uploads/2025/11/ttl_news_bg_sp.jpg") no-repeat top center;
  background-size: cover;
}

#cont .cont-ttl.bg-spot {
  background: url("https://xs118078.xsrv.jp/fun/wp-content/uploads/2025/11/ttl_spot_bg_sp.jpg") no-repeat top center;
  background-size: cover;
}

#cont .cont-ttl h1 {
  width:80px;
  height:auto;
  position:absolute;
  top:25%;
  left:0;
  right:0;
  margin:0 auto;
}

#cont .cont-ttl h1 img {
  width:100%;
}

@media screen and (min-width: 640px) {

#cont .cont-ttl {
  min-height: 400px;
}

#cont .cont-ttl.bg-about {
  background: url("https://xs118078.xsrv.jp/fun/wp-content/uploads/2025/11/ttl_about_bg_pc.jpg") no-repeat top center;
  background-size: cover;
}

#cont .cont-ttl.bg-news {
  background: url("https://xs118078.xsrv.jp/fun/wp-content/uploads/2025/11/ttl_news_bg_pc.jpg") no-repeat top center;
  background-size: cover;
}

#cont .cont-ttl.bg-spot {
  background: url("https://xs118078.xsrv.jp/fun/wp-content/uploads/2025/11/ttl_spot_bg_pc.jpg") no-repeat top center;
  background-size: cover;
}

#cont .cont-ttl h1 {
  width:100px;
  top:10%;
}

}


.video-wrap {
  width:100%;
  height:auto;
  overflow:hidden;
  background-color:#1E2833;
  padding-top:30px;
}

.video-wrap iframe {
  width:100%;
  height:100%;
  aspect-ratio:16 / 9;
  margin:0;
}

@media screen and (min-width: 640px) {

.video-wrap {
  padding-top:70px;
}

}

.map-wrap {
  width:100%;
  height:auto;
  overflow:hidden;
  padding-top:30px;
}

.map-wrap iframe {
  width:100%;
  height:100%;
  aspect-ratio:3 / 5;
  margin:0;
}

.map-wrap.map-16-9 iframe {
  aspect-ratio:4 / 3;
}

@media screen and (min-width: 640px) {

.map-wrap {
  padding-top:70px;
}

.map-wrap iframe {
  aspect-ratio:4 / 3;
}

.map-wrap.map-16-9 iframe {
  aspect-ratio:16 / 9;
}

}


#top03 .inner h2 {
  margin:0 0 40px;
  position:relative;
  font-size:24px;
  text-align:center;
}

#top02 .inner h2::before,
#top03 .inner h2::before,
#cont .inner h2::before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 30px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #e7c45d;
  border-radius: 10px;
}

@media screen and (min-width: 640px) {

#top03 .inner h2 {
  margin:0 0 50px;
  font-size:30px;
}

#top02 .inner h2::before,
#top03 .inner h2::before,
#cont .inner h2::before {
  width: 40px;
  height: 4px;
}

}

#cont .inner h2 {
  margin:0 0 40px;
  position:relative;
  font-size:22px;
  text-align:center;
}

@media screen and (min-width: 640px) {

#cont .inner h2 {
  margin:0 0 50px;
  font-size:28px;
}

}


#cont ul.news-list {
  width:auto;
  height:auto;
  overflow:hidden;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}

#cont ul.news-list li {
  width:48%;
  margin:0 0 30px;
}

#cont ul.news-list li img {
  width:100%;
  height:auto;
  overflow:hidden;
  margin:0 0 5px;
}

#cont ul.news-list h3 {
  margin:0 0 0.6em;
  font-size:14px;
}

#cont ul.news-list h3 a {
  color:#3A3A3A;
  text-decoration:none;
}

#cont ul.news-list h3 a:hover {
  text-decoration:underline;
}

#cont ul.news-list .date,
.third .date {
  display:block;
  font-size:12px;
  color:#3A3A3A;
  text-align:right;
}

.third .date {
  margin:0 0 1.5em;
}

@media screen and (min-width: 640px) {

#cont ul.news-list {
  width:auto;
  height:auto;
  overflow:hidden;
  display:flex;
  flex-wrap:nowrap;
  justify-content:flex-start;
  gap:2%;
}

#cont ul.news-list li {
  width:32%;
}

#cont ul.news-list h3 {
  font-size:16px;
}

#cont ul.news-list h3 a:hover {
  text-decoration:underline;
}

#cont ul.news-list .date,
.third .date {
  font-size:14px;
}

}


#cont .spot-list ul {
  padding:0;
  margin:0;
  display:flex;
  flex-wrap:wrap;
}

#cont .spot-list li {
  display:block;
  width:300px;
  margin:0 auto 30px;
}

#cont .spot-list .image {
  padding:0;
  margin:0;
  overflow:hidden;
  line-height:0;
}

#cont .spot-list img {
  width:100%;
  height:auto;
}

#cont .spot-list img:hover {
  transition:1.5s;
  opacity:0.6;
}

#cont .spot-list h3 {
  padding:10px;
  background-color:#1E2833;
  font-size:14px;
  text-align:center;
}

#cont .spot-list h3:hover {
  transition:1.5s;
  opacity:0.6;
}

#cont .spot-list h3 a {
  display:block;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  color:#fff;
  text-decoration:none;
}

@media screen and (min-width: 640px) {

#cont .spot-list ul {
  padding:0;
  margin:0;
  display:flex;
  flex-wrap:nowrap;
  justify-content:flex-start;
  gap:2%;
}

#cont .spot-list ul.top {
  width:800px;
  margin:0 auto 50px;
}

#cont .spot-list ul.bottom {
  width:100%;
}

#cont .spot-list li {
  width:32%;
  flex: 1 1 calc(33.333% - 20px); /* 3カラム */
  display: flex;
  flex-direction: column;
}

#cont .spot-list img {
  width:100%;
}

#cont .spot-list h3 {
  padding:10px;
  font-size:16px;
  flex-grow: 1; /* h3の高さを自動でそろえるポイント */
  display: flex;
  align-items: center;
  justify-content: center;
}

}


.slider-wrap {
  max-width: 900px;
  margin: 0 auto 30px;
  position: relative;
}

.slider-for {
  position: relative;
  margin-bottom: 20px;
}

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

.slick-slide {
  transition: all 0.3s ease;
  opacity: 0.4;
}

.slick-center {
  transform: scale(1.05);
  opacity: 1;
}

/* --- 背景なし・ラインだけの矢印 --- */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0.7;
}

/* ホバー時：少し濃く */
.slick-prev:hover,
.slick-next:hover {
  opacity: 1;
}

/* 矢印をborderで描く：60°角度 */
.slick-prev::before,
.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: translate(-50%, -50%) rotate(-135deg);
}

/* →側 */
.slick-next::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* 矢印の位置：見切れ部分の中央付近 */
.slick-prev {
  left: 2%;
}

.slick-next {
  right: 2%;
}

/* --- サムネイル --- */
.slider-thumbs {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.slider-thumbs img {
  width: 100px;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
  opacity: 0.4;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slider-thumbs img.active {
  opacity: 1;
  border: 2px solid #333;
  transform: scale(1.05);
}


#cont.gray-bg {
  background-color: #E5E2E0;
}

#cont.third h1 {
  border-bottom: solid 3px #1E2833;
  position: relative;
  padding:0 0 0.4em;
  margin:0 0 1em;
  font-size:24px;
}

#cont.third h1:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #e7c45d;
  bottom: -3px;
  width: 30%;
}

#cont.third h1 br {
  display:none;
}

@media screen and (min-width: 640px) {

#cont.third h1 {
  font-size:30px;
}

}


#cont.third .map-wrap {
  width:100%;
  height:auto;
  overflow:hidden;
  background-color:#1E2833;
  padding-top:30px;
}

@media screen and (min-width: 640px) {

#cont.third .map-wrap {
  padding-top:70px;
}

}

#cont.third .info-wrap {
  width:100%;
  height:auto;
  overflow:hidden;
  padding-top:30px;
}

@media screen and (min-width: 640px) {

#cont.third .info-wrap {
  padding-top:70px;
}

}

.table_design05 {
  border-collapse: collapse;
  width: 100%;
}
.table_design05 th, .table_design05 td {
  padding: 1em;
}
.table_design05 th {
  color: #4d9bc1;
  font-weight: bold;
  text-align: left;
  width: 34%;
  min-width: 4em;
  position: relative;
}
.table_design05 th::after {
  content: "";
  background-color: #c1c7c6;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
}
.table_design05 td {
  word-break: break-all;
}

@media screen and (min-width: 640px) {

.table_design05 th, .table_design05 td {
  padding: 1em 2em;
}

.table_design05 th {
  width: 20%;
}

}


#cont.third .sns-wrap {
  width:100%;
  height:auto;
  overflow:hidden;
  margin:20px 0 0;
}

#cont.third .sns-wrap ul {
  display:flex;
  justify-content:center;
  gap:10px;
}

#cont.third .sns-wrap li {
  width:45px;
}

#cont.third .sns-wrap li img {
  width:100%;
}

@media screen and (min-width: 640px) {

#cont.third .sns-wrap li {
  width:60px;
}

}


#cont.third.news img {
  display:block;
  width:100%;
  height:auto;
  margin:0 auto 1.5em;
}

@media screen and (min-width: 640px) {

#cont.third.news img {
  width:700px;
}

}


#cont .image-wrap {
  width:auto;
}

#cont .image-wrap img {
  width:100%;
}

@media screen and (min-width: 640px) {

#cont .image-wrap {
  width:900px;
}

}


.wp-caption {
  display:block;
  width:fit-content;
  margin:0 auto 1.5em;
}

.wp-caption-text {
  margin:-0.8em auto 1.5em;
  font-size:14px;
  text-align:center;
}


.back-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 250px;
    margin: 0 auto;
    padding: .9em 2em;
    border-top: 1px solid #3a3a3a;
    border-right: none;
    border-bottom: 1px solid #3a3a3a;
    border-left: none;
    background-color: #fff;
    color: #3a3a3a;
    font-size: 16px;
    text-decoration:none;
}

.back-btn a::before,
.back-btn a::after {
    position: absolute;
    width: 1px;
    height: 140%;
    background-color: #3a3a3a;
    content: '';
}

.back-btn a::before {
    left: calc(3.1em / 5 - 1px);
}

.back-btn a::after {
    right: calc(3.1em / 5 - 1px);
}

.back-btn a:hover {
  opacity:0.6;
}


.genre {
  display: block;
  width: fit-content;
  height: auto;
  padding:4px 12px;
  border: solid 1px #999;
  margin:0 0 15px;
  color: #3A3A3A;
  font-size: 14px;
  text-align: center;
}


.nav-spots-center {
  width: 320px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: 0 auto 30px;
}

.nav-spots-center a {
  text-decoration: none;
  font-size: 14px;
  color: #333;
}

.nav-spots-center a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 640px) {

.nav-spots-center {
  width: 600px;
  margin:0 auto;
}

.nav-spots-center a {
  font-size: 16px;
}

}


#form {
  width:100%;
  height:auto;
  overflow:hidden;
}

#form table {
  width:100%;
}

#form th {
  display:block;
  width:100%;
  padding: 10px 0;
  text-align: left;
}

#form td {
  display:block;
  width:100%;
  padding: 0 0 10px;
}

@media screen and (min-width: 640px) {

#form {
  width:700px;
  margin:0 auto;
}

#form td.short input {
  width:50%;
}

}


/* ラジオボタンのリセット＋カスタム */
input[type="radio"] {
  /* ブラウザ標準の見た目を消す */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  /* サイズ（標準より少し大きめ） */
  width: 20px;
  height: 20px;

  /* 丸にする */
  border-radius: 50%;
  border: 2px solid #666;

  /* 配置調整 */
  vertical-align: middle;
  margin: 0 4px 0 0;
  box-sizing: border-box;

  /* 背景 */
  background-color: #fff;
  cursor: pointer;
}

/* ホバー時 */
input[type="radio"]:hover {
  border-color: #333;
}

/* チェックマーク（中の●） */
input[type="radio"]:checked::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 3px; /* (20 - 10) / 2 */
  border-radius: 50%;
  background-color: #4d90fe;
}

/* 共通リセット＋角丸 */
input,
select,
textarea {
  width: 100%;
  
  /* ブラウザ標準の余計な見た目を消す */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  border-radius: 6px;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 14px;
  font-family: inherit;
  background-color: #fff;

  /* iOS/Safariのグレー背景対策 */
  background-clip: padding-box;

  outline: none;
}

/* フォーカス時 */
input:focus,
select:focus,
textarea:focus {
  border-color: #4d90fe;
  box-shadow: 0 0 0 2px rgba(77, 144, 254, 0.2);
}

/* textarea 用のサイズ例 */
textarea {
  width: 100%;
}

@media screen and (min-width: 640px) {

input,
select,
textarea {
  font-size: 16px;
}

}


/* input type="submit" のリセット＆ボタンスタイル */
input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  display: block;
  width: 240px;
  margin: 0 auto;
  padding: 10px 20px;
  background: #e7c45d;
  color: #3A3A3A;
  font-size: 18px;
  font-weight: 600;
  font-family: inherit;
  line-height: 1;
  cursor: pointer;
  border-radius: 4px;    /* 角丸いらなければ 0 に */
  box-sizing: border-box;
  text-align: center;
}

/* ホバー時（PC向け） */
input[type="submit"]:hover {
  opacity: 0.6;
}


.wpcf7-response-output {
  border-color: #e7c45d !important;
  text-align: center !important;
  margin: 0 !important;
}

.wpcf7-spinner {
  display:block;
  margin:10px auto 0;
}


p.credit {
  width:95%;
  margin:-10px auto 10px;
  font-size:12px;
  text-align:right;
}

@media screen and (min-width: 640px) {

p.credit {
  width:620px;
}

}
