/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼基本デザイン▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 幅の計算方法 */
* {
  box-sizing: border-box;
  /* エラー確認用　サイズ確認用 */
  /* outline: 1px solid magenta; */
}

/* ページ内リンク、スムーズにスクロール */
html {
  /* scroll-behavior: smooth; */
}

/* 枠 */
body {
  /* 文字・文章 */
  font-family: "fot-udmarugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #8A8A8A;
  line-height: 1.6;
  /* 背景関係 */
  background-image: url("../img/bg.jpg");
  /* スクロールバーの幅分引いた画面全体サイズ */
  width: calc(100vw - calc(100vw - 100%));
  /* 最小表示領域 */
  min-width: 0;
  /* 余白調整 */
  margin: 0;
  /* 横スクロールのみ禁止 */
  overflow-x: hidden;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  /* ヘッダー固定時の画面上部余白 */
  margin-top: 100px;
}

/* 予約からインスタまでの表示領域 */
.inner {
  max-width: 1000px;
  margin: 20px auto;
  text-align: center;
}


/*--------基本タグ--------*/
/* メニューフォント太さ */
.menu {
  font-weight: 500;
}

.reservationButton,
.button {
  font-weight: 500;
}

/* 画像 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* リンク */
a {
  color: #8A8A8A;
  text-decoration: none;
}

/*
a:hover {
  opacity: 0.6;
}

a .link_button:hover {
  opacity: 0.6;
} */

li {
  list-style: none;
}



/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ヘッダー▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.headerPC {
  position: fixed;
  background-color: #FFFFFF;
  opacity: 0.85;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
}

.headerPC .logo {
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.headerPC .menu {
  display: flex;
  font-size: 0.6vw;
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.headerPC .menu a {
  padding-right: 2vw;
}

.headerPC .reservationButton {
  text-align: center;
  font-size: 16px;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 90%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.headerPC .reservationButton .btn_01 {
  padding: 10px 45px;
  border: 1px solid #8A8A8A;
  border-radius: 2vh;
  transition: 0.5s;
  cursor: pointer
}

.headerPC .reservationButton .btn_01:hover {
  transform: scale(1.02);
  background: #EFEFEF;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼カルーセルヒーロー▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.carousel {
  /* 水平方向中央寄せ */
  display: flex;
  justify-content: center;
  width: 100%;
  margin-left: calc(50% – 50vw);
}

/* カルーセル内容 */
.contains {
  /* サイズは自由に変更してください。*/
  /* 下の.slideも同じサイズにしてください。 */
  width: 100%;
  height: 90vh;
  overflow: hidden;
  position: relative;
  padding: 0;
  list-style: none;
}

/* スライド切り換え用ラジオボタンは常に非表示 */
.slide_select {
  display: none;
}

/* 各スライド */
.slide {
  /* サイズは自由に変更してください。*/
  /* 上の.containsも同じサイズにしてください。 */
  width: 100%;
  height: 90vh;
  position: absolute;
  /* スライドの初期値は選択されていないので透明にしておく */
  opacity: 0;
}

.slide img {
  width: 100%;
  height: 90vh;
  object-fit: cover;
}

/* 前へ次へボタン */
.scroll_button {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  /* 縦中央から20px上の位置 */
  top: 50%;
  margin-top: -20px;
  /* 上辺と右辺のみ幅5pxの枠線 */
  border-width: 5px 5px 0 0;
  border-style: solid;
  border-color: #fdfdfd;
  cursor: pointer;
  /* 普段はボタンはやや薄くする */
  opacity: 0.5;
  /* スライドよりも前面にする */
  z-index: 3;
}

/* ホバー時にボタンを強調 */
.scroll_button:hover {
  opacity: 1;
}

/* 前へボタン */
.scroll_prev {
  left: 15px;
  /* 上辺と右辺の枠線を回転して"＜"にする */
  transform: rotate(-135deg);
}

/* 次へボタン */
.scroll_next {
  right: 15px;
  /* 上辺と右辺の枠線を回転して"＞"にする */
  transform: rotate(45deg);
}

/* スライド移動ボタンエリア */
.move_controler {
  position: absolute;
  bottom: 7vh;
  width: 100%;
  text-align: center;
}

/* スライド移動の各ボタン */
.button_move {
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  border-radius: 100%;
  cursor: pointer;
  /* 普段はやや薄くする */
  opacity: 0.5;
  /* スライドより前面にする */
  z-index: 2;
}

/* ホバー時はやや明るくする */
.button_move:hover {
  opacity: 0.75;
}

/* スライド移動ボタンの色 */
.button_move {
  background-color: #fdfdfd;
}

/* 1番目のスライド選択時 */
/* 1番目のスライドの透明度を0にして表示する */
.slide_select:nth-of-type(1):checked~.slide:nth-of-type(1) {
  opacity: 1;
}

/* 1番目のスライドの前へ次へボタンの領域を */
.slide_select:nth-of-type(1):checked~.move_controler .button_move:nth-of-type(1) {
  opacity: 1;
}

.slide_select:nth-of-type(2):checked~.slide:nth-of-type(2) {
  opacity: 1;
}

.slide_select:nth-of-type(2):checked~.move_controler .button_move:nth-of-type(2) {
  opacity: 1;
}

.slide_select:nth-of-type(3):checked~.slide:nth-of-type(3) {
  opacity: 1;
}

.slide_select:nth-of-type(3):checked~.move_controler .button_move:nth-of-type(3) {
  opacity: 1;
}

.slide_select:nth-of-type(4):checked~.slide:nth-of-type(4) {
  opacity: 1;
}

.slide_select:nth-of-type(4):checked~.move_controler .button_move:nth-of-type(4) {
  opacity: 1;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼内容の統一部分▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.content {
  padding: 80px 0;
  margin: 0 80px;
}

.content .title {
  font-size: 38px;
  font-weight: 800;
}

.content .subTitle {
  font-size: 15px;
  font-weight: 700;
}

.content .text {
  margin: 40px 0 20px 0;
  text-align: center;
}

.content .button {
  font-size: 26px;
  font-weight: 600;
  max-width: 75%;
  margin: auto;
}

.content .button .btn_02 {
  margin: 40px 5% 0px 5%;
  padding: 0.8em 2em;
  border: 1px solid #8A8A8A;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 4vh;
  transition: 0.5s;
}

.content .button .btn_02:hover {
  transform: scale(1.02);
  background: #EFEFEF;
  cursor: pointer
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼予約▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

.reservation .annotation {
  font-weight: 300;
  color: #A2A2A2;
  text-decoration: underline wavy 1px #A2A2A2;
}

.reservation .annotationSub {
  margin: 10px 0 10px 0;
  font-size: 10px;
  font-weight: 300;
  color: #A2A2A2;
}

.reservation .tel {
  display: flex;
  justify-content: center;
  font-size: 25px;
  font-weight: 600;
  margin-top: 30px;
}

.reservation .tel img {
  width: 25px;
  object-fit: contain;
  margin-right: 15px;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ブログ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.blog {
  border-bottom: 1px solid #8A8A8A;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼コンセプト▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.concept {
  background-color: rgba(21, 26, 20, 0.3);
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
}

.concept .content {
  margin: auto;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.concept .block {
  width: 30%;
  margin: auto 5% auto auto;
  white-space: nowrap;
}

.concept .block .text,
.stylist .block .text {
  display: flex;
  text-align: center;
  justify-content: center;
  line-height: 2;
}


.concept .image {
  width: 30%;
  margin: auto auto auto 5%;
}


/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼スタイリスト▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.stylist {
  margin: auto;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}

.stylist .block {
  width: 30%;
  margin: auto auto auto 5%;
  white-space: nowrap;
}

.stylist .block .name {
  font-size: 28px;
  font-weight: 600;
  margin-top: 30px;
}

.stylist .block .sudName {
  font-size: 11px;
  font-weight: 500;
}


.stylist .image {
  width: 30%;
  margin: auto 5% auto auto;
}

.stylist .image img {
  width: 222px;
  height: 310px;
  border-radius: 30px;
  object-fit: cover;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼アクセス▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.access {
  background-color: rgba(21, 26, 20, 0.3);
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
}

.access .content {
  margin: auto;
  color: #FFFFFF;
  display: flex;
}

.access .googleMap img {
  width: 13px;
  object-fit: contain;
  margin-right: 10px;
}

.access .googleMap {
  display: flex;
  justify-content: center;
}

.access .block {
  width: 30%;
  margin: auto 5% auto auto;
  white-space: nowrap;
}

.access .block .name {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 600;
}

.access .block .address,
.access .block .foot {
  font-size: 10px;
}

.access .block .address,
.access .block .businessHours {
  margin-top: 20px;
}

.access .block .businessHours {
  text-align: left;
  display: flex;
  justify-content: center;
}

.access .block .googleMap {
  margin: 5px 0;
  text-decoration: underline;

}

.access .block .googleMap a {
  color: #FFFFFF;
}

.access .map {
  margin: auto auto auto 5%;
}

.access .map iframe {
  /* -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%); */
}


/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼インスタ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.instagram .image {
  display: flex;
  justify-content: center;
  margin-top: 3em;
}

.instagram .image a {
  width: 24%;
  margin: 0 0.8%;
}



/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼フッター▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
.footer {
  background-color: rgba(21, 26, 20, 0.3);
  margin: auto;
  color: #FFFFFF;
  align-items: center;
}

.footer .logo,
.footer .menu,
.footer .copyright {
  margin: auto;
  text-align: center;
}

.footer .logo {
  width: 80px;
  padding: 55px 0 40px 0;
}

.footer .menu {
  display: flex;
  justify-content: center;
  padding: 0 20%;
  font-size: 10px;
  margin-bottom: 40px;
}

.footer .menu a {
  color: #FFFFFF;
  margin: 0 15px;
}

.footer .copyright {
  color: #D8D8D8;
  font-size: 8px;
  padding-bottom: 20px;
}
