@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    color: #5c5c5c;
	position:relative !important;
	width:100% !important;
	overflow-x: hidden !important;
	letter-spacing: 0.2rem;
	font-family: serif !important;
}
ol, ul {
	list-style: none;
}
a {
    text-decoration: none !important;
    color: rgb(105, 104, 104) !important;
	
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ==============================
共通
============================== */
h2 {
    font-size: 1.6rem;
}
.adobe-font {
    font-family: "adventures-unlimited", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 6rem;
}
.ryushin {
    display: none;
}
/* ==============================
ここから
============================== */
/* ヘッダー固定 */
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #f5f0ea;
  z-index: 999;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
	height: auto;
}

/* ヘッダー内部 */
.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 23px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ロゴ */
.logo {
    width: 20%;
}
/* PCナビ */
.nav-pc ul {
  display: flex;
  gap: 30px;
}
.nav-pc a {
  font-size: 16px;
  position: relative;
}
.nav-pc a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #443322;
  transition: width 0.3s;
  margin-top: 5px;
}
.nav-pc a:hover::after {
  width: 100%;
}

/* ハンバーガー */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
}
.hamburger span {
  display: block;
  width: 25px;
  height: 2px;
  background: #443322;
  transition: all 0.3s ease;
}

/* スマホメニュー */
.nav-sp {
  display: none;
  background-color: #f5f0ea;
}
.nav-sp ul {
  flex-direction: column;
  padding: 20px;
}
.nav-sp a {
  padding: 10px 0;
  display: block;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
}
/* レスポンシブ */
@media screen and (max-width: 768px) {
  .nav-pc {
    display: none;
  }
  .hamburger {
    display: flex;
  }
  .nav-sp.active {
    display: block;
  }

  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}
.mb,.mb600 {
	display:none;
}
.navbar-nav .sp-hum {
display:none;
}
img {
	vertical-align: bottom;
}
a:hover {
	opacity: 0.6;
}
.h1 {
background-color: #ffffffe0;
    line-height: 2rem;
    padding: 3rem 0.5rem;
    font-size: 1rem;
}
.about-wrap {
    padding: 5rem 0;
}
.about-back {
    position: relative;
height:800px;
    width: 80%;
    margin: auto;
    background: linear-gradient(135deg, #fffdfd 0%, #fac6c8 25%, #ffe3e4 75%, #fac6c8 100%);
    padding: 3rem 0;
}
.about-back p {
font-size:4rem;
	font-family: 'adventures-unlimited';
	color: #5d4835;
	margin-bottom: 1rem;
}
.about-back .pc {
    background: url(https://whiteeye.jp/wp-content/uploads/2025/08/about.png);
	width: 72%;
    margin: auto;
}
.about-posi {
    width: 96%;
    right: 0;
    margin: auto;
    text-align: center;
}
/* ==============================
テンポ検索
============================== */
.search h3 {
    text-align: center;
    padding-bottom: 3rem;
    font-family: 'adventures-unlimited';
    font-size: 4rem;
}
.search {
    background-color: #f6e2c4;
    padding: 4rem 3rem;
}
.search h2 {
    text-align: center;
	line-height: 2.5rem;
}
.search p {
    text-align: center;
    padding: 3rem 0;
    line-height: 1.5rem;
    background-color: #fffcf7;
    border: 1px solid #ddcfb6;
    padding: 2rem;
    margin: 3rem 0;
}
h6 {
    font-weight: bold;
    background-color: #fff;
    padding: 0.5rem 1rem;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 25%;
	margin-bottom: 2rem;
}
.span {
    background: linear-gradient(transparent 60%, #fac6c8 60%, #fac6c8 85%, transparent 85%);
    font-weight: bold;
    padding: 0.1rem 0.3rem;
    position: relative;
    display: inline;
}
.span2 {
    background: linear-gradient(transparent 60%, #fff5bd 60%, #fef5c4 85%, transparent 85%);
    font-weight: bold;
    padding: 0.1rem 0.3rem;
    position: relative;
    display: inline;
    color: #ff6f74;
}
.map-container {
  position: relative;
  width: 500px;
  margin: 0 auto;
	z-index: 5000;
}
#hokkaido .map-container,#tohoku .map-container,#chubu .map-container,#kanto .map-container,#kinki .map-container,#chugoku .map-container,#shikoku .map-container,#kyushu .map-container {
  width: 365px;
}
.map-container img {
  width: 100%;
  display: block;
}
.map-btn {
    position: absolute;
    background: rgb(249 249 249);
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    padding: 8px 12px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}
#mainMap .map-btn1 {
background: linear-gradient(145deg, #c2924f, #ac8043);
border: 1px solid rgb(118 81 30);
box-shadow: inset 0 3px 8px rgb(246 226 196), inset 0 1px 3px rgb(122 81 26);
}
#mainMap .map-btn2 {
background: linear-gradient(145deg, #87c5ee, #87c5ee);
border: 1px solid rgb(78 148 194);
box-shadow: inset 0 3px 8px rgb(255 255 255), inset 0 1px 3px rgb(135 197 238);
}
.map-btn3 {
    background: linear-gradient(145deg, #c2924f, #ac8043);
    border: 1px solid rgb(118 81 30);
    color: #ffffff;
    box-shadow: inset 0 3px 8px rgb(246 226 196), inset 0 1px 3px rgb(122 81 26);
}
.map-btn4 {
    background: linear-gradient(145deg, #c2924f, #ac8043);
    border: 1px solid rgb(118 81 30);
    color: #ffffff;
    box-shadow: inset 0 3px 8px rgb(246 226 196), inset 0 1px 3px rgb(122 81 26);
}
.map-btn5 {
    background: linear-gradient(145deg, #c2924f, #ac8043);
    border: 1px solid rgb(118 81 30);
    color: #ffffff;
    box-shadow: inset 0 3px 8px rgb(246 226 196), inset 0 1px 3px rgb(122 81 26);
}
.map-btn6 {
    background: linear-gradient(145deg, #c2924f, #ac8043);
    border: 1px solid rgb(118 81 30);
    color: #ffffff;
    box-shadow: inset 0 3px 8px rgb(246 226 196), inset 0 1px 3px rgb(122 81 26);
}
.map-btn7 {
    background: linear-gradient(145deg, #c2924f, #ac8043);
    border: 1px solid rgb(118 81 30);
    color: #ffffff;
    box-shadow: inset 0 3px 8px rgb(246 226 196), inset 0 1px 3px rgb(122 81 26);
}
.map-btn8 {
    background: linear-gradient(145deg, #c2924f, #ac8043);
    border: 1px solid rgb(118 81 30);
    color: #ffffff;
    box-shadow: inset 0 3px 8px rgb(246 226 196), inset 0 1px 3px rgb(122 81 26);
}
.pref-list ul {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
}
.pref-list li {
    background: rgb(249 249 249);
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    padding: 8px 12px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    color: #ec5563;
	width: 9%;
}
.pref-list li a {
    color: #ec5563 !important;
}
.pref-list {
  display: none;
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #ccc;
}
.pref-list.active {
  display: block;
}
/* ==============================
HEADER
============================== */

/* ==============================
お問い合わせ
============================== */
.hp-form table {
    width: 50%;
    margin: auto;
}
.trtr {
    margin-bottom: 4rem;
}
.trtr,.thth {
    display: block;
}
.tdtd {
    width: 100%;
    max-width: 100%;
    display: block;
}
.hp-form input, .hp-form textarea {
    width: 100%;
    max-width: 100%;
    border: 1px solid #aaaaaa;
    padding: 0.5rem;
}
.thth span,.thth2 span {
    color: #d32127;
}
/* ボタン */
.hp-form-btn input.wpcf7-form-control.wpcf7-submit {
    background: linear-gradient(90deg, #fae7f7 0%, #e0f4fd 100%);
    border-radius: 3px;
    position: relative;
    display: block; /* flex を使わない */
    margin: 0 auto;
    max-width: 220px;
    padding: 10px 25px;
    color: #696868;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    border: none;
    cursor: pointer;
    text-align: center; /* テキストを中央配置 */
	box-shadow: 0 2px 4px rgb(0 0 0 / 14%);
}

.hp-form-btn input.wpcf7-form-control.wpcf7-submit:hover {
    background: linear-gradient(90deg, #e0f4fd 0%, #fae7f7 100%);
}
/* ==============================
メニュー
============================== */
/* メニューセクション */
        .menu-section {
            padding: 55px 0 80px;
            background: #efe8df;
            text-align: center;
            position: relative;
            overflow: hidden;
			margin: -3rem;
        }

        .menu-section::before {
            content: '';
            position: absolute;
            top: -100px;
            left: 50%;
            transform: translateX(-50%);
            width: 120vw;
            height: 200px;
            border-radius: 50% 50% 0 0;
            clip-path: ellipse(60% 100% at center bottom);
        }

        .menu-section::after {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 1px;
            height: 45px;
            background: #c8a882;
            z-index: 2;
        }

        .menu-content {
            position: relative;
            z-index: 3;
        }

        .menu-title {
            font-size: 4rem;
            color: #333;
            font-weight: 300;
            margin-bottom: 15px;
            letter-spacing: 2px;
        }

.menu-subtitle {
color: #999;
letter-spacing: 1px;
width: 80%;
margin: auto;
padding: 1rem 0px;
font-size: 1.3rem;
background: linear-gradient(to right, transparent, #ffffff8a 15%, #ffffff8a 85%, transparent);
margin-top: 5rem;
}
.b-a-flex {
    display: flex;
    justify-content: space-between;
	width: 80%;
    margin: auto;
	margin-bottom: 3rem;
}
.menu-section h3 {
    font-size: 1rem;
    font-weight: bold;
    padding: 3rem 0;
}
.menu-section .h3 {
    padding-bottom: 0rem;
    padding: 0.5rem 2rem;
    background-color: #937a64;
    display: inline-block;
    box-shadow: 1px 1px 5px #5933176e;
    font-size: 1.2rem;
    color: #fff;
    border-radius: 54px;
}
.img {
    width: 19%;
}
.menu-1-text {
    line-height: 1.6rem;
    font-size: 1rem;
}
        .flow-item {
            display: flex;
            align-items: anchor-center;
            position: relative;
			width: 40%;
			margin: 2rem auto;
        }
        
        .circle {
            width: 150px;
            height: 150px;
            background: white;
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
            flex-shrink: 0;
            position: relative;
            z-index: 2;
        }
        
        .circle h3 {
            font-size: 1.8em;
            color: #8b4513;
            font-weight: 500;
        }
        
        .circle p {
            font-size: 0.9em;
            color: #666;
        }
        
        .content-box {
            background: white;
            border-radius: 15px;
            padding: 30px;
            margin-left: 30px;
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
            flex: 1;
            position: relative;
        }
.content-box::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -24px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid white;
}
        
        .image-placeholder {
            width: 100%;
            height: 200px;
            border-radius: 10px;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #999;
            font-size: 1.1em;
            position: relative;
            overflow: hidden;
        }
.image-placeholder1 {
            background: url(https://whiteeye.jp/wp-content/uploads/2025/08/1.jpg);
			background-size: cover;
}
.image-placeholder2 {
            background: url(https://whiteeye.jp/wp-content/uploads/2025/08/2.jpg);
			background-size: cover;
}
.image-placeholder3 {
            background: url(https://whiteeye.jp/wp-content/uploads/2025/08/3.jpg);
			background-size: cover;
}
.image-placeholder4 {
            background: url(https://whiteeye.jp/wp-content/uploads/2025/08/4.jpg);
			background-size: cover;
}
.image-placeholder5 {
            background: url(https://whiteeye.jp/wp-content/uploads/2025/08/5.jpg);
			background-size: cover;
}
        .image-placeholder::after {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
            animation: shimmer 2s infinite;
        }
        
        @keyframes shimmer {
            0% { left: -100%; }
            100% { left: 100%; }
        }
        
        .description {
            color: #666;
            line-height: 1.8;
            font-size: 1em;
        }
.connecting-line {
    position: absolute;
    left: 75px;
    top: 50%;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #d4b5b3, #e8d5d3);
    z-index: 1;
}
        .flow-item:last-child .connecting-line {
            display: none;
        }
.menu-section h5 {
    background-color: #5d554c;
    color: #fff;
    display: inline-block;
    padding: 1rem;
    width: 40%;
}
.content-box2::before {
    border-left: none;
    border-right: none;
    border-top: none;
}
.menu2 {
    padding-top: 7rem;
	padding-bottom: 7rem;
}
.menu-subtitle {
    margin-bottom: 3rem;
}
/* ==============================
リクルート
============================== */
#recruit {
    background-color: #fef0f0;
    padding: 7rem 0;
}
.recruit {
    display: flex;
    max-width: 100%;
    width: 80%;
    background-color: #ffffff;
    overflow: hidden;
    /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); */
    position: relative;
    margin: auto;
	overflow: visible;
	margin-top: 4rem;
}
.image-section {
            flex: 1;
            position: relative;
            padding: 6rem 0rem;
            display: flex;
            align-items: center;
            justify-content: center;
	max-width: 50%;
        }

        .image-container {
            position: relative;
            width: 100%;
            max-width: 100%;
            height: 350px;
        }

.clinic-image {
position: absolute;
border-radius: 15px;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.clinic-image1 {
    width: 100%;
    height: 333px;
    background: url(https://whiteeye.jp/wp-content/uploads/2025/07/re06.png) center / cover;
    background-position: top;
}
.clinic-image2 {
    width: 280px;
    height: 148px;
    background: url(https://whiteeye.jp/wp-content/uploads/2025/07/re03.png) center / cover;
    background-position: bottom;
}
.clinic-image3 {
    width: 338px;
    height: 342px;
    background: url(https://whiteeye.jp/wp-content/uploads/2025/07/re04.png) center / cover;
}
.clinic-image1 {
    top: -11%;
    left: -7%;
    z-index: 2;
}
.clinic-image2 {
    top: 88%;
    left: 5%;
    z-index: 7;
    opacity: 0.9;
}
.clinic-image3 {
    top: 10%;
    left: 53%;
    z-index: 5;
    opacity: 0.9;
}
        .content-section {
            flex: 1;
            padding: 60px 50px;
            background-color: #ffffff;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

.recruit .title {
            font-size: 2.5rem;
            font-weight: 300;
            color: #333;
            margin-bottom: 10px;
            letter-spacing: 2px;
            position: relative;
            padding-left: 65px;
			text-align: left;
        }
.title::before {
  content: '';
  position: absolute;
  right: 90%; /* 文字の右端から開始 */
  top: 50%; /* 文字の中央の高さに配置 */
  transform: translateY(-50%); /* 垂直中央揃え */
  width: 100px; /* 横線の長さを指定 */
  height: 2px;
  background-color: #c8a882;
  margin-left: 20px; /* 文字と線の間にスペースを追加 */
}
.recruit .description {
            font-size: 0.95rem;
            line-height: 1.8;
            color: #666;
            margin-bottom: 40px;
			margin-left: 65px;
        }
        /* レスポンシブ対応 */
        @media (max-width: 768px) {
            .container {
                flex-direction: column;
                margin: 20px;
            }

            .image-section {
                padding: 30px;
            }

            .content-section {
                padding: 40px 30px;
            }

            .title {
                font-size: 2rem;
            }

            .button-grid {
                grid-template-columns: 1fr;
            }
        }
.btn-rec {
    display: inline-block;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    background-color: #b78681;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    width: 35%;
	margin-left: 65px;
}
.btn-rec a {
    color: #fff !important;
}
/* ==============================
お客様の声スライダー
============================== */
.slider-container {
    max-width: 100%;
    margin: 0 auto;
    background: rgb(238 217 184);
    backdrop-filter: blur(10px);
    padding: 7rem 30px;
}
        .slider-wrapper {
            position: relative;
            overflow: hidden;
            border-radius: 15px;
            margin-bottom: 20px;
        }

        .slider-track {
            display: flex;
            transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .slide {
            flex-shrink: 0;
            position: relative;
            cursor: pointer;
            overflow: hidden;
            border-radius: 10px;
            margin: 0 5px;
            transition: all 0.3s ease;
        }

        /* PC表示（4つ表示） */
        @media (min-width: 769px) {
            .slide {
                width: calc(25% - 10px);
            }
        }

        /* スマホ表示（1つ表示） */
        @media (max-width: 768px) {
            .slide {
                width: calc(100% - 10px);
            }
        }

        .slide img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            transition: transform 0.3s ease;
        }

        .slide:hover img {
            transform: scale(1.05);
        }

        .slide::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), transparent);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .slide:hover::after {
            opacity: 1;
        }

        /* ナビゲーションドット */
        .navigation {
            text-align: center;
            margin-top: 20px;
        }

        .nav-dot {
            display: inline-block;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.4);
            margin: 0 8px;
            cursor: pointer;
            transition: all 0.3s ease;
            border: 2px solid transparent;
        }

        .nav-dot.active {
            background: #fff;
            transform: scale(1.2);
            box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
        }

        .nav-dot:hover {
            background: rgba(255, 255, 255, 0.8);
            transform: scale(1.1);
        }

        /* 矢印ナビゲーション */
        .nav-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgb(183 134 129);
            backdrop-filter: blur(10px);
            border: none;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            cursor: pointer;
            font-size: 20px;
            color: white;
            transition: all 0.3s ease;
            z-index: 10;
        }

        .nav-arrow:hover {
/*             background: rgba(255, 255, 255, 0.3); */
			opacity:0.9;
            transform: translateY(-50%) scale(1.1);
        }

        .nav-arrow.prev {
            left: 5px;
        }

        .nav-arrow.next {
            right: 5px;
        }

        /* モーダル */
        .modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.9);
            z-index: 1000;
            justify-content: center;
            align-items: center;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .modal.show {
            display: flex;
            opacity: 1;
        }

        .modal-content {
            position: relative;
            max-width: 60%;
            max-height: 100%;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
            transform: scale(0.8);
            transition: transform 0.3s ease;
        }

        .modal.show .modal-content {
            transform: scale(1);
        }

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

        .modal-close {
            position: absolute;
            top: 20px;
            right: 20px;
            background: rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(10px);
            border: none;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            cursor: pointer;
            font-size: 20px;
            color: white;
            transition: all 0.3s ease;
        }

        .modal-close:hover {
            background: rgba(255, 255, 255, 0.3);
            transform: scale(1.1);
        }

        .title2 {
            text-align: center;
            color: #5d554c;
            font-size: 4rem;
            font-weight: 300;
            margin-bottom: 30px;
            text-shadow: 0 2px 10px rgb(255 255 255);
			line-height: 2rem;
        }

        /* アニメーション */
        @keyframes slideIn {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .slider-container {
            animation: slideIn 0.8s ease-out;
        }
/* ==============================
クエスチョン
============================== */
.qa {
    background-color: #fef0f0;
	padding-bottom: 5rem;
}
.qa-7 {
    max-width: 50%;
	margin: auto;
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: #fff;
}

.qa-7 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 2em 2em 2em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
	line-height: 1.3rem;
}

.qa-7 summary::before,
.qa-7 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-7 summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-7 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-7[open] summary::after {
    transform: rotate(225deg);
}

.qa-7 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-7[open] p {
    transform: none;
    opacity: 1;
	line-height: 1.5rem;
}

.qa-7 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}
.qa h2 {
    text-align: center;
    padding: 5rem 0;
    font-size: 4rem;
	line-height: 2rem;
}
.qa span,.voice span {
    font-size: 1rem;
    font-family: ta-oonishi, sans-serif;
    font-style: normal;
    font-weight: 300;
}
footer {
    background-color: #5d554c;
    padding: 1.5rem;
    color: #fff;
    text-align: center;
}
/* ==============================
サロン一覧
============================== */
        .area-tabs {
            display: flex;
            width: 90%;
            margin: auto;
            gap: 10px;
            padding-bottom: 2rem;
            padding-top: 3rem;
            flex-wrap: wrap;
            justify-content: center;
        }
        
        .area-tab {
            padding: 15px 25px;
            cursor: pointer;
            border: none;
            background-color: #ffffff;
            transition: background 0.3s;
            min-width: 120px;
            border-radius: 7px;
            border: 1px solid #5d554c;
            font-size: 1.2rem;
            color: #5d554c;
        }
        
        .area-tab:hover {
            background-color: #f0f0f0;
        }
        
        .area-tab.active {
            background: #5d554c;
            color: white;
            text-shadow: none;
        }
        
        .prefecture-content {
            display: none;
            width: 80%;
            margin: auto;
            background: white;
            padding: 2rem;
            border-radius: 10px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            margin-top: 2rem;
        }
        
        .prefecture-content.active {
            display: block;
        }
        
        button:focus {
            outline: 2px solid #80bad9;
        }
        
        .prefecture-content h3 {
            background-color: #efe8df;
            text-align: center;
            padding: 1rem;
            margin-bottom: 2rem;
            border-radius: 5px;
            color: #5d554c;
        }
        
        .prefecture-content h4 {
            text-align: center;
            font-size: 1.6rem;
            color: #5d554c;
            font-weight: bold;
            margin: 2rem 0;
			margin-top: 7rem;
        }
        
        .prefecture-content h4 span {
            font-size: 0.9rem;
            vertical-align: middle;
        }
        
        .store {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-top: 2rem;
            gap: 1rem;
        }
        
        .tenpo {
            width: 48%;
            border-bottom: 1px solid #ababab;
            padding-bottom: 0.5rem;
            margin-bottom: 1rem;
            list-style: none;
            padding-left: 0;
        }
        
        .tenpo li:first-child {
            font-weight: bold;
            color: #5d554c;
            margin-bottom: 0.5rem;
        }
        
        .tenpo li:last-child {
            margin-top: 0.5rem;
        }
        
        .tenpo a {
            color: #5d554c;
            text-decoration: none;
        }
        
        .tenpo a:hover {
            text-decoration: underline;
        }
        
        .store-btn {
            display: flex;
            justify-content: center;
            margin-top: 2rem;
            gap: 1rem;
        }
        
        .store-btn a {
            border: 1px solid #5d554c;
            padding: 1rem 2rem;
            display: inline-block;
            text-align: center;
            border-radius: 50px;
            font-weight: bold;
            color: #5d554c !important;
            text-decoration: none;
            transition: all 0.3s;
        }
        
        .store-btn a:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }
        
        .store-btn .btn-style2 {
            background-color: #5d554c;
            color: #fff !important;
        }
        
        .tenpo span {
            font-size: 0.6rem;
            margin-top: 1rem;
            display: block;
        }
        
        @media (max-width: 768px) {
            .area-tabs {
                width: 95%;
                gap: 5px;
            }
            
            .area-tab {
                padding: 10px 15px;
                font-size: 1rem;
                min-width: 80px;
            }
            
            .prefecture-content {
                width: 95%;
                padding: 1rem;
            }
            
            .tenpo {
                width: 100%;
            }
            
            .store-btn {
                flex-direction: column;
                align-items: center;
            }
            
            .store-btn a {
                width: 200px;
            }
        }
.area-back {
    background: #f8f5f0;
    padding-bottom: 8rem;
}
/* ここからグラデーション */
.search {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
	z-index: 1;
}

.circlee {
    position: absolute;
    border-radius: 50%;
    filter: blur(25px);
    animation: float 10s infinite ease-in-out;
    z-index: 2;
}
.circle-1 {
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgb(253 235 209) 0%, rgb(253 243 226) 70%, #fdecd3 100%);
    top: 7%;
    left: 15%;
    animation-delay: -5s;
}
.circle-6 {
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgb(253 235 209) 0%, rgb(253 243 226) 70%, #fdecd3 100%);
    bottom: 10%;
    right: 10%;
    animation-delay: -12s;
}
@keyframes float {
    0%, 100% {
        transform: translateY(0px) translateX(0px) scale(1);
        opacity: 0.8;
    }
    25% {
        transform: translateY(-30px) translateX(20px) scale(1.1);
        opacity: 0.9;
    }
    50% {
        transform: translateY(-10px) translateX(-15px) scale(0.9);
        opacity: 0.7;
    }
    75% {
        transform: translateY(-40px) translateX(10px) scale(1.05);
        opacity: 0.85;
    }
}
.b-a {
    position: relative;
}
.text-posi {
    position: absolute;
    bottom: -25%;
    right: 4%;
    font-family: 'adventures-unlimited';
    font-size: 6rem;
    transform: rotateZ(-5deg);
    opacity: 0.3;
}
.area-tab:focus {
  outline: none;
  box-shadow: none;
}
.image-container2 {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.gallery-image {
     width: 100%;
     height: 100%;
     object-fit: cover;
     transition: opacity 0.5s ease;
}
.gallery-image.fade-out {
      opacity: 0;
}
.part1-img {
    position: absolute;
    top: 60%;
    right: 12%;
    width: 40%;
    height: 250px;
}
.part2-img {
    position: absolute;
    bottom: 19%;
    left: 12%;
    width: 40%;
    height: 250px;
}
.image-container2 {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 1.5s ease;
}

.gallery-image.active {
    opacity: 1;
    z-index: 2;
}

.gallery-image.inactive {
    opacity: 0;
    z-index: 1;
}
/* ============================================

スマホ版スライダー

============================================ */
/* 1つ目のスライダー */
        .eye-container {
            margin: 0;
            padding: 0;
            overflow: hidden;
            position: relative;
        }

        .eye-slider {
            width: 100%;
            height: 100%;
            position: relative;
            overflow: hidden;
        }

        .eye-slides {
            display: flex;
            transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .eye-slide {
            min-width: 100%;
            height: auto;
            position: relative;
            background-size: cover;
            background-position: center;
        }
        .eye-nav {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 10px;
            z-index: 10;
        }

        .eye-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255,255,255,0.5);
            cursor: pointer;
            transition: all 0.3s ease;
            border: 2px solid white;
        }

        .eye-dot.eye-active {
            background: white;
            transform: scale(1.2);
        }

        .eye-controls {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0,0,0,0.3);
            color: white;
            border: none;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            font-size: 20px;
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 10;
        }

        .eye-controls:hover {
            background: rgba(0,0,0,0.6);
            transform: translateY(-50%) scale(1.1);
        }

        .eye-prev {
            left: 15px;
        }

        .eye-next {
            right: 15px;
        }

        /* 2つ目のスライダー */
        .eye-container2 {
            margin: 0;
            padding: 0;
            overflow: hidden;
            position: relative;
        }

        .eye-slider2 {
            width: 100%;
            height: 100%;
            position: relative;
            overflow: hidden;
        }

        .eye-slides2 {
            display: flex;
            transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .eye-slide2 {
            min-width: 100%;
            height: auto;
            position: relative;
            background-size: cover;
            background-position: center;
        }
        .eye-nav2 {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 10px;
            z-index: 10;
        }

        .eye-dot2 {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255,255,255,0.5);
            cursor: pointer;
            transition: all 0.3s ease;
            border: 2px solid white;
        }

        .eye-dot2.eye-active2 {
            background: white;
            transform: scale(1.2);
        }

        .eye-controls2 {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0,0,0,0.3);
            color: white;
            border: none;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            font-size: 20px;
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 10;
        }

        .eye-controls2:hover {
            background: rgba(0,0,0,0.6);
            transform: translateY(-50%) scale(1.1);
        }

        .eye-prev2 {
            left: 15px;
        }

        .eye-next2 {
            right: 15px;
        }

        /* スマホ向けタッチジェスチャー対応 */
        .eye-slider, .eye-slider2 {
            touch-action: pan-y;
        }

        /* アニメーション */
        .eye-slide, .eye-slide2 {
            opacity: 0.7;
            transform: scale(0.95);
            transition: all 0.4s ease;
        }

        .eye-slide.eye-current, .eye-slide2.eye-current2 {
            opacity: 1;
            transform: scale(1);
        }
.eye-container,.eye-container2 {
    margin-bottom: 3rem;
}
/* スマホ向けタッチジェスチャー対応 */
.eye-slider, .eye-slider2 {
    touch-action: pan-y;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* スワイプエリアを明確にする */
.eye-slides, .eye-slides2 {
    touch-action: pan-y;
    user-select: none;
}
.slider-wrapper {
    touch-action: pan-y;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.slider-track {
    touch-action: pan-y;
    user-select: none;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.hukidashi {
    width: 34%;
    margin: auto;
}
.huki {
    width: 20%;
    margin-left: -2rem;
    margin-bottom: -1rem;
    margin-top: 4rem;
}
.area-back {
    margin-top: -5rem;
    position: relative;
    z-index: 1000;
}