@charset "UTF-8";

@media screen and (max-width:670px){

   *{　float: none;
    position: static;	
	} 
body {
		/*font-size: 16px;*/
		line-height: 1.5;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif",YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		color: #000000;
		background-color: #fff;
	}
h2 {
		font-size: 16px;
		font-weight: bold;
		text-align: center;
	}
/*===ヘッダー===*/
#hd_container {
		width: 100%;
	    /*height: auto;*/
		margin: 0 auto;	 
	    z-index: 9999;
}
.hd_logo {
		width: 100%;
		text-align: center;
	    padding-top: 0px;
	    padding-bottom: 0px;
	    position: fixed;
	    background-color: #fff;
	}
	.hd_logo img {
		width: 30%;
	}
#nav_wrapper {
	    display: none;
	}
/*============
nav　ハンバーガーメニュー
=============*/
nav {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 3;
  opacity: 0;
}
.open nav {
  left: 0;
  opacity: 1;
}
nav .inner {
  padding: 25px;
}
nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #333;
}
nav .inner ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
nav .inner ul li a:hover {
  background: #e4e4e4;
}
@media screen and (max-width: 767px) {
  nav {
    left: -220px;
    width: 220px;
  }
}
/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 28px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 14px;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}
/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
}
.main_pic {
	    width: 100%;
		background-image: url("../../images/main_pic.jpg");
		background-size:cover;
	    margin: 0 auto;
	    overflow: hidden;
	}
/*===トップページ===*/
.main_pic img {
	    width: 100%;
		max-width: 100%; 
	    padding: 100px 0 0 0;
	}
/*===メニュー===*/
.menu_container {
	    width: 100%;
	    margin: 40px auto;	
} 
.menu_wrapper {	
	    width: 80%;
	    font-size: 80%;
	    margin-top: 20px ;
	    margin-left: auto;
	    /*padding: 20px 0;	
	    flex-direction: column;*/
}
.menu_wrapper p {
		font-size: 80%
	}
.menu_left,.menu_right {
		display: flex;
	}
.left_list01,.right_list01 {
		width: 150px;
	}
.left_list02.right_list02 {
		width: 150px;
	}
.menu_list01 p,.menu_list03 p{
	    padding: 5px 10px;
}
.menu_list02 p,.menu_list04 p{
	 	padding: 5px 10px;
}
.menu_list05 p,.menu_list06 p,.menu_list07 p {
	font-size: 10px;	
	}
.menu_list05,.menu_list06,.menu_list07 {
		text-align: center;
		padding: 10px 0;
}
.menu_list06 p::after {content: ">>>"}
.menu_list06 a {
	    color: #000000;
		transition: background-color 1s;}
.menu_list06 a:hover{
		color: darkgray;
	}
.menu_list07 img {
	    width: 50%;
		margin: 40px auto 0 auto;
	}
/*===スタイリスト==-*/
.stylist_container {
	    width: 100%;
	    margin: 40px auto;	
}
.stylist_wrapper {
	    width: 100%;
	    flex-direction: column;
	    margin: 0 auto;
}
.stylist01,.stylist02 {
		width: 100%;
		margin-top: 30px;
	}
.stylist01_pic,.stylist02_pic {
		width:30%;
		margin: 0 auto;
	}
.stylist01_pic img ,.stylist02_pic img {
		width: 100%;	
	    height: auto;
	}
.name01,.name02 {
	 text-align: center;
	    font-size: 80%;
		padding: 0px 0;
	}
.sns_name01,.sns_name02 {
	   display: flex;
	   width:200px;
	   margin: 0 auto;
   }
.sns_name01 img,.sns_name02 img {
	    width:20%;
	    max-width:100%;
	}
.sns_name01 p,.sns_name02 p {
	     font-size: 80%;
	     margin-top: 20px;
	     padding-left: 10px;
	     color: #000000; 
	}
.sns_name01 p:hover,.sns_name02 p:hover {
	    color: darkgray;	    
   }
.staff01 {
	box-sizing: border-box;
	width: 160px;
    height: 40px;
	padding:10px;
	border: 1px solid darkred;
	margin: 40px auto 0 auto;
	}
.staff01 p{
	text-align: center;	
	font-weight: bold;
	font-size: 80%;
	}
.staff01 a{
	text-decoration: none;	
	color: darkred;	
	}
.staff01 a:hover{
	text-decoration: none;	
	color: darkgray;	
	}
.staff02 p{
	text-align: center;	
	font-weight: normal;
	font-size: 80%;
	}
/*===ギャラリー===*/
.gallery01_container {
	    width: 100%;
	    margin: 50px auto;	
	}
.gallery_top img{
		max-width: 100%;
	}
/*.gallery {
	text-align: center;
	}
.gallery_name {
	font-weight: normal;	
	}*/
/*===アクセス===*/
.access_and_booking_container {
	    width: 100%;
	    margin: 50px auto 0px auto;	
	}
.access_pic img {
		max-width: 100%;
	}
.access_wrapper {   
		width: 100%;
		margin:25px  auto;
	    display: flex;
	}
.bnr_facebook img,.bnr_Instagram_tur img,.bnr_booking img {
		max-width: 100%;
	} 	
.bnr_facebook,.bnr_Instagram_tur,.bnr_booking {
		padding: 0 20px 0 50px;
	} 
.bnr_facebook a:hover,.bnr_Instagram_tur a:hover,.bnr_booking a:hover {
	    opacity: 0.5;
}
.shop_info {
		text-align: center;
		line-height: 2;
	    font-size: 80%;
	}
.adress {
		text-align: center;
		padding: 10px 0;
	    font-size: 80%;
	}
.tel_number {
		text-align: center;
		padding: 5px 0;	
	    font-size: 80%;
	}
.googlemap_bw {
		width: 85%;
		height: 350px;
		margin: 30px auto 0 auto;
	}
.googlemap_bw iframe {
	     max-width: 100%;
		filter: grayscale(100%);
		-webkit-filter: grayscale(100%);
  　　　　-moz-filter: grayscale(100%);
  　　　　-ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);		
	}

/*===ギャラリーページ===*/
.gallery_slide {
		 width:100%;
	    margin: 90px auto;			
	}
.gallery_slide img {
		max-width:100%;
	}	
.gallery {
		text-align: center;
	    padding: 150px 0 0 0;
	    font-size:80%;
	}
.gallery_name{
		text-align: center;
	    font-weight: normal;
	    font-size: 80%;
	}
.comment p{
		text-align: center;
	    margin: 15px auto;
	    font-size: 80%;	  
	}
/*===フッター===*/
.footer_logo {
		width: 100%;
		text-align: center;
		padding: 10px 0;	
	}
	.footer_logo img {
		width: 15%;
	}
.copyright {
		font-size: 12px;
		text-align: center;
	}
.r_top {
		/*width: 100%;*/
	    font-size: 60%;
	    padding-top: 10px;
		margin-left: 80%;
	}
.r_top::after{content: "▲"}
.r_top a{
	    text-decoration: none;
		color: #000000;
		transition: background-color 1s;
	}
.r_top a:hover {
		color: darkgrey;
	}
}

