@charset "UTF-8";

/* ==========================================================================
   1. リセットCSS & 全体設定（統合・最適化）
   ========================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;}

body {
  min-height: 100vh;
  font-family: "helvetica-lt-pro", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
  background: black;
  -webkit-font-smoothing: antialiased;}

input, button, textarea, select {
  font: inherit;}

a {
  color: inherit;
  text-decoration: none;}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;}

ul, ol {
  list-style: none;}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    font-size: 100%;
    line-height: 1;}

.bold_en {
	font-family:Helvetica Neue;
	font-weight:700;}

/* ==========================================================================
   2. 共通レイアウト
   ========================================================================== */
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

section {
  width: 100%;}

h1, h2 {
  text-align: center;}

.title {
	font-size:2em;
	color:#002554;}

.title span {
	display:block;
	font-size:0.4em;
	line-height:0;
	margin-top:15px;
	margin-bottom:40px;}

/* ==========================================================================
   ① イントロ
   ========================================================================== */
#intro {
  width: 100%;
}

#movie {
  position: relative;
  width: 100%;
  height: 497px;
  overflow: hidden;
}

#movie .hero_movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #333;
}

#movie .hero_headline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding: 40px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}

#movie .r_sec {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}

#movie h1 {
  color: #002554;
  margin-top:350px;
  padding: 0;}

#movie .r_sec img {
  width:380px;
  height: auto;
  margin-top: 10px;}

#movie .l_sec img {
  width:200px;
  height: auto;}

#lead {
  background: #fff;
  text-align: center;
  padding:40px 20px;}

#lead h2 {
	font-size:1.4em;
	margin-bottom:20px;
	line-height:2em;}

#lead p {
	line-height:2.5em;}

/* ==========================================================================
   ② メニュー
   ========================================================================== */
#menu {
  background: #ddd;
  padding:40px 20px;}

.menu1, .menu2 {
	margin-bottom:80px;}

.menu-container {
  max-width: 1000px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 1.6em;
  color: #002554;}

.m_lead {
	text-align:center;
	font-weight:700;
	margin-bottom:50px;}

.menu-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;}

.menu-name {
  padding-right: 10px;
  white-space: nowrap;
  position:relative;}

.menu-line {
  flex-grow: 1;
  border-bottom: 2px solid #002554;
  margin-bottom: 2px;}

.menu-price {
  padding-left: 10px;
  white-space: nowrap;
  position:relative;}

.menu-price .tax {
	font-size:0.5em;
	display:block;
	position:absolute;
	bottom:-15px;
	right:0;}

#menu .media-box {
	margin-bottom:40px;}

#menu .menu_en {
	font-size:0.5em;
	position:absolute;
	bottom:35px;
	left:0;
	text-align:left;
	display:block;}

#menu h4 {
  font-size: 1.2em;
  color: #002554;
  margin-bottom:20px;
  font-weight: 400;
  font-family: "yu-gothic-pr6n", sans-serif;}

#menu .m30 {
	margin-top:30px;}

#menu h4 .number {
  font-size: 1.3em;
  font-family: helvetica-lt-pro, sans-serif;
  font-style: italic;}

#menu h4 .underline {
	display: inline; 
	background-image: linear-gradient(#dafe3a, #dafe3a);
	background-repeat: no-repeat;
	background-size: 100% 20%;
  background-position: 0 100%;
  padding-bottom:3px;}

#menu p {
  line-height: 2.5em;}

.media-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 60px;}

.media-box:last-child {
  margin-bottom: 0;}

.media-img,
.media-text {
  width: 100%;}

#menu .cut_photo {
	background:url(../img/clean4.jpg) no-repeat center left;
	background-size:cover;
	width:450px;
	height:318px;}

.cut_photo p {
	text-align:center;
	font-size:0.8em;
	padding-top:250px;
	line-height:1.6em !important;}

@media (min-width: 768px) {
  .media-box {
    flex-direction: row;
    align-items: center;
    gap: 40px;
    width: 1000px;
    margin: 0 auto;
  }

  .media-img,
  .media-text {
    width: calc((100% - 40px) / 2);
  }

  .media-box.is-reverse .media-img {
    order: 2;}

  .media-box.is-reverse .media-text {
    order: 1;}
}

/* ==========================================================================
   ③ サロン情報
   ========================================================================== */
#info {
  background: #fff;
  padding: 0 20px;}

#info h2 {
  padding-top:40px;}

#info h3 {
  margin: 0;
  font-size: 1.4em;
  text-align:center;
  margin-bottom:40px;}

#info p {
	line-height:2.5em;}

#info ul {
  display: flex;
  gap: 25px;
  text-align: center;
  font-size:0.8em;
  justify-content:center;}

#info ul i {
  display: block;
  font-size: 3em;}

#info .i_lead {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0px;
  width:50%;
  margin:0 auto;}

#info .i_lead h3 {
	position:relative;
	top:45px;}

#info .i_lead p {
	text-align:left;}

#info .slider-carousel {
	margin:40px 0;}

#info .profile {
	border-top:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;}

#info .profile .f_contain {
	justify-content:space-between;
	padding:40px 0;
	width:70%;
	margin:0 auto;}

#info .profile .media-text {
	margin:0;
	padding:0;
	width:65%;}

#info .profile .media-img {
	display:flex;
	justify-content:start;
	align-items: flex-start;}

#info .profile p {
	font-size:0.9em;
	margin:0;
	text-align:center;}
	
#info .f_contain {
	display:flex;
	justify-content:space-between;
	padding-top:40px;}

#info .f_left {
	width:50%;
	border-right:1px solid #c6c6c6;}

#info .open p {
	margin:0 auto 40px auto;
	text-align:center;
	line-height:1.5em;}

#info .contact {
	border-top:1px solid #c6c6c6;
	padding:40px 0;}

#info .f_right {
		width:50%;}

/* ==========================================================================
   ④ アクセス
   ========================================================================== */
#access {
  padding: 40px 20px 0 20px;
  border-top:1px solid #c6c6c6;}

#access h3 {
  margin: 0;
  font-size: 1.4em;
  text-align:center;
  margin-bottom:40px;}

.map-container {
  width: 100%;
  height: 500px;
  border: 1px solid #ccc;
  margin-top:20px;}

#map {
  width: 100%;
  height: 100%;}

#access .a_contain {
	display:flex;
	justify-content:center;}

#access .a_left {
	width:50%;
	border-right:1px solid #999;
	padding-top:40px;}

#access .a_right {
	width:50%;
	padding-top:40px;}

#access .a_contain.a_contain {
	width:95%;
	margin:0 auto;}

#access .a_contain h3 {
	display: flex;
	flex-direction: column; 
	align-items: center;
	margin-right:30px;
	position:relative;
	top:10px;}

#access .a_contain p {
	line-height:2em;
	font-size:0.9em;}

#access .annotation {
	font-size:0.9em;
	font-weight:bold;
	display:block;}

/* ==========================================================================
   ⑤ FAQ
   ========================================================================== */
#faq {
  background: #eee;
  padding:40px 0;}

.faq-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  font-family: sans-serif;
}

.faq-item {
  border-bottom: 1px solid #e0e0e0;
  overflow: hidden;}

.faq-question {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 18px 8px;
  font-weight: bold;
  cursor: pointer;
  list-style: none;}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-question::before {
  content: "Q. ";
  font-weight: bold;
  font-family: "helvetica-lt-pro";
  font-style:italic;
  font-size:1.3em;
  line-height:0.9em;
  color: #002554;
  margin-right: 15px;
  flex-shrink: 0;}

.faq-icon {
  position: relative;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-left: auto;
  margin-top: 2px;}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  background-color: #333;
  transition: transform 0.3s ease;
  top: 50%;
  left: 50%;}

.faq-icon::before {
  width: 16px;
  height: 2px;
  transform: translate(-50%, -50%);}

.faq-icon::after {
  width: 2px;
  height: 16px;
  transform: translate(-50%, -50%);
}

.faq-item[open] .faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-out;
}

.faq-item[open] .faq-answer {
  grid-template-rows: 1fr;
}

/* ★修正：コメントアウトをCSS用に変更 */
/* Gridアイテムとなるラッパーに overflow を持たせる */
.faq-answer-inner {
  overflow: hidden;
  min-height: 0;
}

/* ★修正：一括リセットに負けないよう、セレクタを詳しく指定 */
.faq-answer .faq-answer-content {
  padding: 0 8px 18px 8px;
  line-height: 2; /* これで100%効くようになります！ */
}

/* ==========================================================================
   ⑥ TOPICS
   ========================================================================== */
#topics {
  background: #fff;
  padding:40px 0;}

/* ==========================================================================
   ⑦ 予約
   ========================================================================== */
#reserve {
  background: #002554;
  padding:40px 0;
	text-align:center;}

#reserve h2 {
	color:#fff;}

#reserve p{
	width:50%;
	color:#002554;
	background:#fff;
	border-radius:5px;
	margin:0 auto;
	display:block;
	font-weight:bold;
	padding:15px 0;}

#reserve p .jp {
	font-size:1.3em;
	display:block;
	margin-top:10px;}

#reserve .menu_link {
	color:#fff;
	font-weight:bold;
	display:block;
	margin:30px auto 0 auto;}

/* ==========================================================================
   swiper
   ========================================================================== */
.swiper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.slider-hero .swiper-slide img {
  height: 400px;
}

.hero-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pc-video { display: none; }
.sp-video { display: block; }

@media (min-width: 768px) {
  .pc-video { display: block; }
  .sp-video { display: none; }
}

.slider-carousel .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-carousel .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* ==========================================================================
   マウスオーバー
   ========================================================================== */
a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

a::after {
  background-color: #333;
  bottom: -4px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
  width: 100%;
}

a:hover::after {
  transform: scale(1, 1);
}

/* ==========================================================================
   固定ボタン
   ========================================================================== */
.floating-link {
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 9999;
  background-color: #002554;
  color: #fff;
  text-decoration: none;
  padding: 12px 18px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s, background-color 0.2s;
  text-align: center;
}

.floating-link div {
  font-size: 0.8em;
}

.floating-link:hover {
  background-color: #555;
  transform: translateY(-3px);
}

@media (max-width: 480px) {
  .floating-link {
    right: 10px;
    padding: 10px 14px;
    font-size: 12px;}
}



/* ==========================================================================
   ヒーロー動画スライダー（Swiper用調整設定）
   ========================================================================== */
#movie .hero_movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #333;
}

/* Swiperのコンテナとスライドを全面に広げる */
.hero-swiper,
.hero-swiper .swiper-wrapper,
.hero-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

/* ビデオ自体を枠線いっぱいに隙間なく引き伸ばす（カクつき・隙間防止） */
.hero-swiper .bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}