/* 全体
------------------------------------------------------------*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
 
body {
  font-family: 'Noto Sans JP', sans-serif;
}
p {
  font-size: 15px;
  line-height: 30px;
	font-weight: 300;
	color: #323232;
	text-align:justify;/* テキストを両端揃え*/
  text-justify:inter-ideograph;/* ↑の続き*/
	letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .center {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .center {
    text-align: justify;
  }
}
a img:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
a {
  color:#323232;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
img {
  zoom: 0.5;
}
@media (max-width: 768px) {
  img {
    width:100%;
  }
  }
@media screen and (min-width: 768px){
  .pc_non {
    display: none;
  }
}
@media screen and (max-width: 768px){
  .mobile_non {
    display: none;
  }
}
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
ul {
  list-style: none;
}

/*　画像の拡大
------------------------------------------------------------*/
.zoomIn img{
	transform: scale(1);
	transition: .3s ease-in-out;
}
.zoomIn a:hover img{
	transform: scale(1.1);
}
.mask{
    display: block;
    line-height: 0;
    overflow: hidden;
}
/* paddingとborderの幅を要素の幅と高さに含める(flex用)
------------------------------------------------------------*/
*, *:before, *:after {
	box-sizing: border-box; 
}
/* 背景
------------------------------------------------------------*/
.back_white,.back_grey {
  padding: 80px 10%;
}
.back_black{
  padding: 0;
}
.back_white0 {
  padding: 100px 0 0 0;
}
.back_white50 {
  padding: 50px 0 20px 0;
}
@media (max-width: 768px) {
.back_white,.back_grey,.back_black,.back_white0,.back_white50{
  padding: 40px 5%;
}
}
.back_white {
  background: #ffffff;
}
.back_grey {
  background: #F7F7F7;
}
.back_black {
  background: #000;
  padding: 0;
  margin: 0 0 80px 0;


}

/* 各タイトル
------------------------------------------------------------*/
h1,h2,h3,h4,h5 {
  font-weight: bold;
  color: #323232;
  text-align: center;
  letter-spacing: 0.1em;
}
h1 {
  font-size: 14px;
}
h2 {
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 30px 0;
}
h3 {
  font-size: 18px;
  line-height: 30px;
}
h3 img {
  width:300px;
}
h4 {
  font-size: 22px;
  font-weight: 600;
  margin: 0px 0 20px 0;
}
@media all and (max-width: 768px) {
  h4 {
    margin: 0 0 20px 0;
  }
}
h5 {
  font-size: 22px;
  margin: 20px auto ;
}
.title_hr {
  width: 60px;
  margin: 10px auto 20px auto;
}


/* ボタン
------------------------------------------------------------*/
.btn {
  width: 300px;
  height: 60px;
  padding: 20px 0;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-decoration: none;
  display: block;
  text-align: center;
  color: #32332D;
  background: #fff;
  border: 1px solid #32332D;
  margin: 0 auto;
}
.btn:hover {
  color: #fff;
  background-color: #32332D; 
  text-decoration: none; 
}
@media (max-width: 768px) {
  .btn{
      width: 100%;
      height: 70px;
  }
}
.salon_btn {
  width: 50%;
  height: 50px;
  padding: 12px 0;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-decoration: none;
  display: block;
  text-align: center;
  color: #fff;
  background: #32332D;
  margin: 0 auto 20px auto;
  border: 1px solid #fff;
}
.salon_btn:hover {
  color: #32332D;
  background-color: #fff; 
  border: 1px solid #32332D;
  text-decoration: none;
}
@media (max-width: 768px) {
  .salon_btn {
    width: 100%;
    height: 60px;
    padding: 15px 0;
    margin: 20px 0 0 0 ;
  }
}
.sns_btn {
  width: 420px;
  height: 100px;
  padding: 40px 0;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-decoration: none;
  display: block;
  text-align: center;
  color: #323232;
  background-color: #fff; 
  margin: 0 auto;
}
.sns_btn:hover {
  color: #fff;
  background-color: #323232; 
  text-decoration: none;
}
@media (max-width: 768px) {
  .sns_btn{
      width: 100%;
  }
}
.visit_btn{
  width: 420px;
  height: 100px;
  padding: 40px 0;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-decoration: none;
  display: block;
  text-align: center;
  color: #fff;
  background-color: #323232; 
  margin: 0 auto;
}
.visit_btn_line {
  width: 170px;
  height: 80px;
  padding: 11px 0;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-decoration: none;
  display: block;
  text-align: center;
  margin: 0 auto;
  color: #323232;
  background-color: #fff;
  border: 1px dotted #323232;
}
.visit_btn:hover {
  color: #323232;
  background-color:  #fff; 
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #323232;
}
.visit_btn_line:hover {
  color: #fff;
  background-color:  #323232; 
  text-decoration: none;
}
.visit_btn_line > .fa-line{
  font-size: 30px;
  color: #1dcd00;
}
.visit_btn_line > .fa-envelope{
  font-size: 30px;
  color: #323232;
}
@media (max-width: 768px) {
  .visit_btn{
      width: 82%;
  }
  .visit_btn_line{
    width: 100%;
}
}

/* メイン画像とロゴ
------------------------------------------------------------*/
#vegas {
  width: 100%;
  height: 900px;
}
.top_vigion {
  width: 100px;
  height: auto;
  pointer-events: auto;
  position: relative;
}
@media screen and (min-width: 768px){
  .top_vigion {
    margin: 30px 0 0 100px;
  }
}
@media screen and (max-width: 768px){
  .top_vigion {
    margin: 20px 0 0 20px;
    width: 35%;
  }
  #vegas {
    height: 600px;
  }
}
.about_text  {
  text-align: center;
}


/* インスタと美容師募集
------------------------------------------------------------*/
.top_nav {
  z-index: 100;
  position: fixed;
  margin: 130px 45px 0 0 ;
  top: 0;
  right: 0 ;
}
.top_nav img {
  margin: 10px 0 0 0;
  zoom: 1;
} 
@media screen and (max-width: 768px){
  .top_nav {
      display: none;
  }
}
/* 店内イメージ
------------------------------------------------------------*/
.loop_wrap {
  display: flex;
  width: 100%;
  height: 215px;
  overflow: hidden;
}
.loop_wrap img {
  width: auto;
  height: 100%;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.loop_wrap img:first-child {
  animation: loop 50s -25s linear infinite;
}

.loop_wrap img:last-child {
  animation: loop2 50s linear infinite;
}



/* 店舗誘導ボタン
------------------------------------------------------------*/
.salonmenu_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  justify-content: center;
}

.salonmenu_item img{
  padding: 0;
}
.salonmenu_item  {
  margin: 0 2px; 
}
@media (max-width: 768px) {
.salonmenu_item {
    width: 100%;
  }
.salonmenu_box {
    width: 100%;
  }
}

/* スタイル
------------------------------------------------------------*/
.index_style  ul {
	list-style-type: none;
	margin: 50px auto;
	width: 90%;
	display: grid;
	grid-template-columns: 2fr 1fr 1.5fr;
	grid-template-rows: 350px 250px 250px 350px auto;
    }
.index_style ul img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.la_1 {grid-row: 1 / span 2;}
.la_3 {grid-row: 2 / span 2;}
.la_5 {grid-row: 3/ span 2; grid-column: 1 / span 2;}

@media (max-width: 768px) {
.index_style  ul {
	width: 100%;
	grid-template-rows: 150px 100px 100px 150px auto;
    }
}

/* スタイリスト
------------------------------------------------------------*/
.index_staff_text{
  text-align: center;
  margin: 0 0 20px 0;
}
@media (max-width: 768px) {
  .index_staff_text{
    text-align: justify;
  }
}
.index_staff {
	margin: 50px auto;
	width: 70%;
	height: auto;
}
.index_staff  ul {
	list-style-type: none;
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 768px) {
.index_staff {
	margin: 30px auto;
	width: 90%;
  }
.index_staff  ul {
	width: 100%;
	grid-template-columns: 1fr 1fr;
  }
}
.index_staff ul img{
  object-fit: cover;
  display: block;
	margin: 0px auto;
}
.img100{
  width: 100%;
}
.staff_insta{
  width: 40px;
	float:right;
}
.index_staff_name {
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 16px;
	font-weight: 500;
  clear: both;

}
.index_staff_position{
	font-size: 14px;
	letter-spacing: 0.1em;
	font-weight: 500;
 }
 @media (max-width: 768px) {
.index_staff_name {
	font-size: 16px;
	line-height: 16px;
}
.index_staff_position{
	font-size: 12px;
}
 }
.index_staff_left {
  float: left; 
    }
.index_staff_right {
  float: right; 
  padding:5px 0 0 0 ;
    }
.staff_salon {
  position: relative;
  }
.staff_salon p {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  color: white;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 10px 20px;
  }
.staff_salon img {
  width: 100%;
  }
.staff_blue {
  background: #043252;
  }
.staff_orange {
  background: #EA9F4C;
  }

/* メニュー
------------------------------------------------------------*/
.index_menu_text{
  text-align: center;
}
@media (max-width: 768px) {
  .index_menu_text{
    text-align: justify;
  }
}
.menu_container {
  display: flex;
	justify-content: center;
	text-align: left;
	margin: 50px 0 50px 0;
}
.menu_item1 {
    width: 40%;
}
.menu_item2 {
    width: 10%;
}
 @media (max-width: 768px) {
 .menu_item1 {
  width: 70%;
}
.menu_item2 {
  width: 30%;
}
}

/* サロン紹介
------------------------------------------------------------*/
#index_salon{
  margin: 100px 0 0 0 ;
}
.salon_item {
  height: 100vh;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.salon_info {
  margin: 50px auto;
  background-color: #fff;
  padding: 30px;
}
.salon_info p {
  line-height: 28px;
}
.ikeshita {
  background: url(https://choice-freedom.com/img/index_salon_ikeshita.png) no-repeat top center;
  background-size: cover;
}
.chikusa {
  background: url(https://choice-freedom.com/img/index_salon_chikusa.png) no-repeat top center;
  background-size: cover;
}
@media (min-width: 768px) {
  .right {
   float: right;
  }
  .left {
   float: left;
  }
  .salon_wrapper {
    display: flex;
  }
  .salon_info {
    width: 400px;
    height: 560px;
    position: relative;
  }
  .salon_btn_box {
    width: 340px;
    position: absolute;
    bottom: 0;
  }
}
@media all and (max-width: 768px) {
  .salon_info p {
    font-size: 13px;
    line-height: 17px;
  }
  .salon_info {
    width: 90%;
    padding: 20px;
  }
}

/* インスタとyoutbe
------------------------------------------------------------*/
.sns_box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  margin: 0 auto;
}
.sns_box > div{
	width: 50%;
	padding: 10px;
}
@media screen and (min-width: 768px) {
	.sns_box{
    width: 880px;
	}
}
@media screen and (max-width: 768px) {
	.sns_box > div{
    width: 100%;
	}
}

/* フッター
------------------------------------------------------------*/
.footer_box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 auto;
}
.footer_box > div{
	width: 50%;
	padding: 10px;
}
@media screen and (min-width: 768px) {
	.footer_box{
    width: 1000px;
	}
}
.footer_box p{
  text-align: right;
  font-size: 12px;
  line-height: 24px;
}

@media (max-width: 768px) {
  .footer_box{
    display:none;
  }
}


/* スマホ用フッターメニュー
------------------------------------------------------------*/
#fixed-footer-menu {
  position: fixed;
  width: 100%;
  bottom: 0px;
  opacity: 1;
  z-index: 100;
  border-top: 1px #000 solid;

}
#fixed-footer-menu ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  background: #fff;
}
.fixed-footer-menu-grey {
  background: #E6E6E6;
}
#fixed-footer-menu li {
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 0;
  margin: 0;
}
#fixed-footer-menu li a {
  color: #333;
  text-align: center;
  display: block;
  width: 100%;
  padding: 10px 0px 0px 0px;
  text-decoration: none;
}
#fixed-footer-menu li p {
  font-size: 8px;
  line-height: 25px;
  text-align: center;
}
.footer-icon {
  font-size: 18px;
}
@media (min-width: 768px) {
  #fixed-footer-menu{
     display:none;
   }
}


/*ヘッダーメニュー
------------------------------------------------------*/
#main{
  margin: 50px 0 0 0 ;
}
.inner {
  width: 980px;
  margin: 0px auto;
}
.inner:after {
  content: "";
  clear: both;
  display: block;
}

/* header */
#top-head {
  background-color: #000;
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  line-height: 1;
  z-index: 999;
}
#top-head a,
#top-head {
  color: #fff;
  letter-spacing: 0.2em;
  text-decoration: none;
}
#top-head .inner {
  position: relative;
}
#top-head .logo {
  float: left;
}
#global-nav ul {
  list-style: none;
  position: absolute;
  right: 0;
  margin: 20px 0 0 0 ;
  font-size: 14px;
}
#global-nav ul li {
  float: left;
}
#global-nav ul li a {
  padding: 0 15px;
}

/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  background: #000;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}

#top-head.fixed #global-nav ul li a {
  color: #fff;
  letter-spacing: 0.2em;
  padding: 0 20px;
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #fff;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}

@media screen and (max-width: 640px) {
  #top-head,
  .inner {
      width: 100%;
      padding: 0;
  }
  #top-head {
      top: 0;
      position: fixed;
      margin-top: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
      padding-top: 0;
      background: transparent;
  }
  #mobile-head {
      background: #000;
      width: 100%;
      height: 56px;
      z-index: 999;
      position: relative;
  }
  #top-head.fixed .logo,
  #top-head .logo {
      position: absolute;
      left: 10px;
      top: 5px;
      color: #fff;
      font-size: 12px;
  }
  #global-nav {
      position: absolute;
      /* 開いてないときは画面外に配置 */
      top: -500px;
      background: #000;
      width: 100%;
      text-align: center;
      padding: 10px 0;
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
  }
  #global-nav ul {
      list-style: none;
      position: static;
      right: 0;
      bottom: 0;
      font-size: 14px;
  }
  #global-nav ul li {
      float: none;
      position: static;
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
      width: 100%;
      display: block;
      color: #fff;
      padding: 18px 0;
  }
  #nav-toggle {
      display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
      top: 11px;
      -webkit-transform: rotate(315deg);
      -moz-transform: rotate(315deg);
      transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
      width: 0;
      left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
      top: 11px;
      -webkit-transform: rotate(-315deg);
      -moz-transform: rotate(-315deg);
      transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
      /* #global-nav top + #mobile-head height */
      -moz-transform: translateY(556px);
      -webkit-transform: translateY(556px);
      transform: translateY(556px);
  }
}