@import url("./footer.css");
@import "common.css";
/*====================
-audio
-anchor
-button
-page-header
-instagram
-slick
- logo h1
- page-header
- Hero-image
- table
- map
- phone
====================*/

/* ------------Tag section----------------------------------- */


/* ------------Class section----------------------------------- */
/* .tweet{
	position: absolute;
	bottom: 100px;
	left: 600px;
	z-index: 5;
} */

/****************************************
section調整

*****************************************/

#system{
  padding-top: 50px;
  top: 100px;
}

#access {
  position: absolute;
  padding-top: 50px;
  margin-top: 100px;
}
/****************************************
page-header	
PC Nav
*****************************************/

/*↑↑↑↑↑test */

.page-header {
  position: fixed;
  width: 100%;
  height: 100px;
  padding: 0 20px;
  background: rgba(42, 0, 0, 0.6);
  z-index: 9999;
}
.no-boxshadow .page-header {
  border-bottom: 1px solid rgb(204, 204, 204);
}
.page-header > .inner {
  margin: auto;
  width: 1000px;
}
/*gloval nav */

.top-nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  list-style: none;
  position: absolute;
}
.top-nav {
  position: fixed;
  width: 500px;
  height: 60px;
  justify-content: space-between;
  right: 300px;
  line-height: 25px;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 12px;
  margin: 20px 40px 40px 0;
}
.top-nav li {
  padding-left: 50px;
}
.top-nav a {
  display: block;
  padding: 0 0.5em;
}
.top-nav a:hover {
  border-bottom: 3px #bfaf70 solid;
  background-size: 5px;
  color: #bfaf70;
  height: 25px;
}
/* Fixed */

.page-header.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  padding-top: 0px;
  height: 78px;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}
.page-header.fixed .top-nav ul li a {
  color: #fff;
  padding: 0 0.5em;
}
/* instagram----------------------------------- */

.section-insta {
  background-color: rgba(29, 0, 0, 0.8);
  margin-left: 0px;
  width: 100%;
  min-height: 410px;
  padding: 10px;
  position: relative;
}
.section-insta p {
  position: absolute;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Roboto Mono", monospace;
  top: 30px;
  left: 30px;
}
.section-insta .mei-plus {
  position: absolute;
  top: 300px;
  left: 220px;
}
.set-insta {
  padding-left: 500px;
}
/****************************************
	slick
	slide-all	
*****************************************/

#all-slideshow #slideshow {
  width: 100%;
  height: 300px;
  margin: 0 auto;
}
.slider-for-all {
  width: 100%;
  margin: 0 auto 10px;
}
.slider-for-all .slide-item {
  width: 300px;
  height: 300px;
  padding: 0 5px;
}
.slider-for-all .slide-item img {
  width: 300px;
  height: 300px;
}
/****************************************

h1~

*****************************************/

h1 .salon-logo {
  width: 130px;
  height: auto;
  position: fixed;
}
.page-header .salon-logo {
  float: left;
}
.inner::after {
  content: "";
  clear: both;
  display: block;
}
/* logo height */

.page-header > .inner img {
  margin-top: 15px;
}
/****************************************

Hero-image

*****************************************/
/******** mov表示部分 ***********/
/* ▼ サムネイル動画（小さいほう） */
.video-thumb video {
  width: 100%;
  max-width: 400px;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.video-thumb video:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

/* ▼ 拡大表示（モーダル） */
.video-overlay {
  /* 最初は非表示に！ */
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.85);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* :targetでクリック時に表示される */
.video-overlay:target {
  display: flex;
}

/* 拡大動画のスタイル */
/* .video-overlay video {
  max-width: 90%;
  max-height: 80%;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(255,255,255,0.2);
} */

/* 背景クリックで閉じる */
/* .video-overlay .close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */

/***↑↑↑↑↑ mov表示部分 ↑↑↑↑↑↑**/

.mainimage2024{
justify-content: center;
}
.mainimage2024 img{
width:100%;
height: 100%;
}
/* music */
.music {
  margin-top: 60px;
}

.hero-image {
  position: relative;
  width: 100%;
  /* height: 1150px; */
  height: 1100px;

  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  background-color: rgb(68, 0, 5, 0.5);
  margin-left: auto;
  margin-right: auto;
}
.hero {
  position: absolute;
  top: 50px;
  justify-content: center;
  width: 100%;
  /* サイズしていないとPCサイズ崩れる */
  height: auto;
}
.hero {
  display: flex;
}

.hero section img {
  width: 300px;
  height: auto;
}
/* swiper-container----------------------- */

.hero-image .swiper-container {
  /* border: 1px solid #bfaf70; */
  position: absolute;
  right: 0px;
  top: 150px;
  /* width: 600px; */
  width: 40%;
  height: 710px;
}
.hero-image .swiper-container .swiper-slide {
  width: auto;
  height: 700px;
}
/* second page */
.section_inner h2 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.hero-image-second {
  position: relative;
  height: 100px;
  background-size: cover;
  background-position: center;
  display: flex;
}
.hero-image .section .section_inner {
  font-family: "Sawarabi Mincho", serif;
  font-size: 14px;
  margin: 30px 0;
  color: #bfaf70;
 
  line-height: 2.6;
  text-align: center;
}
.hero-image .section .section_inner ul {
  /* border: 1px solid #bfaf70; */
  margin-top: 10px;
  margin-bottom: 30px;
 
}

.birthday img {
  width: 120px;
  height: auto;
  margin: 0 auto;
}

.imgmain img {
  width: 400px;
  height: auto;
  margin: 0 auto;
}

/* about */
.about {
  /* position: relative; */
  margin-top: 100px;
}
.top-card {
  position: absolute;
  top: 900px;
  right: 80px;
  width: 430px;
  height: 200px;
  z-index: 5;
}
.top-card p {
  font-family: "Sawarabi Mincho", serif;
  text-align: center;
  font-size: 16px;
  color: #bfaf70;
  line-height: 2;
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 6;
  transform: rotate(-9deg);
}
/****************************************

table

*****************************************/

#customers {
  font-family: "Sawarabi Mincho", serif;
  border-collapse: collapse;
  width: 80%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 3px;
}
#customers td,
#customers th {
  /* border: 1px solid #ddd; */
  padding: 20px;
  font-size: 14px;
  background-color: #440005;
}
#customers tr:nth-child(even) {
  color: #fff;
}
/*title-----------------------*/

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  color: white;
  font-size: 18px;
}
#customers .width400 {
  width: 400px;
  height: 40px;
  font-size: 18px;
  text-align: center;
  color: #fffaf0;
  background-color: rgba(146, 70, 83, 0.4);
}
#customers .width400side {
  width: 400px;
  height: 40px;
  font-size: 18px;
  text-align: center;
  color: #fffaf0;
  background-color: rgba(191, 175, 112, 0.4);
}
/* ---------table-recruit------------ */

#customers td p {
  line-height: 1.6;
}
#customers tr {
  border-bottom: solid 1px;
  border-color: rgba(42, 0, 0, 1);
}
/****************************************

map

*****************************************/

.map-bg iframe {
  width: 100%;
  height: 400px;
  right: 0px;
  /* padding-bottom:80px; */
}
/****************************************

phone

*****************************************/

.phone {
  color: #bfaf70;
  font-size: 32px;
  font-family: "Vidaloka", serif;
  margin-top: -30px;
}
.phone span {
  margin-left: 0px;
}
.phone02 {
  color: #bfaf70;
  /* color:#ffc0cb; */
  font-size: 32px;
  font-family: "Vidaloka", serif;
  margin-top: -30px;
}
.phone02 span {
  margin-left: 0px;
}
/****************************************

body

*****************************************/

body {
  width: 100%;
  margin: auto;
}
/* -----------common----------------- */

.link {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 4px;
  line-height: 96px;
  font-family: "Cinzel", serif;
  text-align: center;
  position: relative;
  right: -300px;
  top: -120px;
}
.link img {
  padding-right: 10px;
}
/*------------------- sns ----------------------*/

#mobile-head .sns {
  position: absolute;
  top: 90px;
  right: 20px;
}
/****************************************

smooth-scroll
page-top

*****************************************/

/*パソコン・スマホ共通のCSS*/

#go-top {
  position: fixed;
  /*ボタンの配置場所を固定*/
  bottom: -10px;
  /*下からのボタンの配置場所を指定*/
  right: 10px;
  /*右からのボタンの配置場所を指定*/
  z-index: 999;
  /*レスポンシブ フッター下に隠れるのを防ぐ*/
}
#go-top a {
  display: block;
  /*配置の調整*/
  text-decoration: none;
  /*文字の下線を消す*/
  color: #bfaf70;
  /*文字の色*/
  background: rgb(68, 0, 5, 0.8);
  /*ボタンの背景色*/
  text-align: center;
  /*文字を中央に配置*/
  border-radius: 50%;
  /*ボタンの角を少し丸くする*/
  outline: none;
  /*クリックしたときの黒い枠を消す*/
}
#go-top a:hover {
  text-decoration: none;
  background: rgb(191, 175, 112, 0.6);
  /*マウスオーバー時の背景色*/
}
/*パソコンで表示する場合のCSS*/

@media (min-width: 768px) {
  #go-top {
    font-size: 25px;
    /*文字のサイズ*/
  }
  #go-top a {
    width: 50px;
    /*ボタンの幅*/
    height: 50px;
    /*ボタンの高さ*/
    padding: 10px 0;
    /*文字の配置場所の調整*/
  }
}
/*スマホで表示する場合のCSS*/

@media (max-width: 767px) {
  #go-top {
    font-size: 20px;
  }
  #go-top a {
    width: 50px;
    height: 50px;
    padding: 8px 0;
  }
}
