﻿@charset "UTF-8";

/*=============================
		共通
=============================*/
body {
	-webkit-text-size-adjust: 100%;/* スマホレイアウト防止 */
	margin: 0px;
	padding: 0px;
	color:#e3e0cc;
	-webkit-font-smoothing: antialiased;
	font-family: "Zen Maru Gothic", serif!important;
	background-image: url(../img/base/bg.png);
}
img{max-width: 100%;
	height:auto;
	}
.center{text-align: center;}
	
li img,dt img,dd img{vertical-align:bottom;}/* 隙間をなくす */

html, body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}


/* box ------------------*/
.box{
	width: 90%;
	max-width:1000px;
	margin:0 auto;
	overflow:hidden;
	box-sizing: border-box;
}
.box2{
	width: 90%;
	max-width:800px;
	margin:0 auto;
	overflow:hidden;
	box-sizing: border-box;
}
/* フェードイン ------------------*/
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}

/* PC表示・SP表示  ------------------*/
.pc { }
.sp { display:none;}
@media screen and (max-width: 600px) {
.pc{ display:none;}
.sp {display:block; }
}
/* ホバー  ------------------*/
.hover:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.hover2{background: #000;}
.hover2 img:hover{
	opacity: 0.9;	/* 小さくするほど暗くなります */
	transition-duration: 0.3s;
	padding:0px;
}
/*=============================
		リンク
=============================*/
a{ outline: none;}
a:link,
a:visited {
	color: #ad8a64;
	font-weight: normal;
}
a:hover,
a:active {
	text-decoration: none;
	color: #7C7C7C;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*=============================
		header
=============================*/
header{width: 100%;}

.logo_menu{
	position: fixed;
	width: 100%;
	top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 0px;
}
.logo{
	max-width: 200px;
	padding: 20px 10px 15px 50px;
}
.logo img{
	display: block;
}
.top_menu{width: 70%;}


@media screen and (max-width: 1000px) {
.logo_menu{
	top: 0px;
	padding-bottom: 15px;
}
.logo{
	max-width: 200px;
	padding: 15px 0px 0px 30px;
	margin: 0px;
}
.nav_tel{
	display: block;
	font-size: 18px!important;
	line-height: 200%;
	padding: 30px 0px 10px!important;
	border-bottom: none!important;
	color: #000;
}
.nav_tel img{
	max-width: 500px;
	width: 80%;
	text-align: center;
	padding-top: 10px;
}
}

@media screen and (max-width: 600px) {
.logo_menu{
	top: 0px;
	padding-bottom: 15px;
}
.logo{
	max-width: 180px;
	padding: 20px 0px 0px 20px;
	margin: 0px;
}
.nav_tel{font-size: 16px;}
}



/*=============================
		スライダーvegas
=============================*/
#vegas_box{
	width:100%;
	background: #000;
}

.vegas_text{
	height: 800px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.vegas_text img{
	width: 50%;
	max-width: 300px;
}
@media screen and (max-width:1000px){
.vegas_text{height: 650px;}
}
@media screen and (max-width:600px){
.vegas_text{height: 500px;}
.vegas_text img{width: 45%;}
}


/*=============================
		footer
=============================*/
footer{
	width: 100%;
}
.f_logo{
	text-align:center;
	margin: 0px auto;
	padding-top: 80px;
	color: #e3e0cc;
	font-size: 16px;
	}
.f_logo img{
	max-width: 200px;
	width: 30%;
}
.copy{
	text-align:center;
	color:#e3e0cc;
	font-size:12px;
	padding:20px;
	font-family: "M PLUS 1p";
}
@media screen and (max-width:800px){
footer{
	width: 100%;
	padding-bottom: 70px;
}
.f_logo{
	padding: 30px 0px 15px;
	font-size: 12px;
	}
}



/*fooder_menu（もくじ）-----------*/
ul.f_menu{
	margin-top:20px;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
ul.f_menu li{
	text-align:center;
	font-size: 12px;
	line-height:130%;
	padding:0px 10px;
}
ul.f_menu li i{padding-right: 5px;}

ul.f_menu li a:link,
ul.f_menu li a:visited,
ul.f_menu li a:hover,
ul.f_menu li a:active {
	color:#e3e0cc;
	text-decoration:none;
}
@media screen and (max-width: 800px) {
	ul.f_menu{display:none;}
}



/*fooder_SP-----------*/
.footer_sp{display: none;}
@media screen and (max-width: 800px) {
.footer_sp{
	display: block;
	position: fixed;
	bottom: 0;
	background: #e3e0cc;
	padding: 0px;
	z-index: 1000;
	width: 100%;
	}
ul.footer_sp_menu{
	display: flex;
	padding: 0px;
}
ul.footer_sp_menu li{
	flex: 1; /* すべての要素が均等な比率で広がる */
	font-size: 25px;
	padding: 15px 0px 10px;
}
ul.footer_sp_menu li a {
    display: flex;
    flex-direction: column; /* アイコンと文字を縦に並べる */
    align-items: center;    /* 横方向の中央揃え */
    justify-content: center; /* 縦方向の中央揃え */
    height: 100%;           /* li の高さに合わせる */
    line-height: 1;         /* 行間による隙間を排除 */
}
	
ul.footer_sp_menu li span{
	font-size: 12px;
	display: block;
	text-decoration: none;
	padding: 0px;
	}
	
ul.footer_sp_menu li a:link,
ul.footer_sp_menu li a:visited {
	color: #2b1209;
	text-decoration: none;
}
ul.footer_sp_menu li a:hover,
ul.footer_sp_menu li a:active{
	color: #727272;
	text-decoration: none;
}
}


/*=============================
		BG
=============================*/
.bg_space{padding: 150px 0px;}
.bg1{
	padding: 150px 0px 150px;
}

@media screen and (max-width: 1000px) {
.bg1{
	padding: 80px 0px 120px;
}
}

@media screen and (max-width: 600px) {
.bg_space{padding: 50px 0px;}
.bg1{
	padding: 50px 0px 80px;
}
}

/*=============================
		文字
=============================*/
.S{
	font-size:15px;
	line-height: 170%;
}
.M{
	font-size:18px;
	line-height: 130%;
	margin-bottom: 5px;
	color:#7b6433
}
.L{
	font-size: 25px;
	line-height: 150%;
	font-weight: 800;
	text-align: center;
	color:#633922;
	margin-bottom: 20px;
}
.red{color:#d5115f;font-weight: bold;}
.pink{color:#ec5d6f;}
.white{color:#FFF;}
.marker{background: linear-gradient(transparent 0%, #ffff66 0%);}
.sen{background: linear-gradient(transparent 60%, #FFFA7E 0%);}

@media screen and (max-width: 600px) {/*PC*/
.S{font-size:13px;line-height: 150%;}
.M{font-size:15px;line-height: 150%;}
.L{font-size:20px;line-height: 150%;}
}
/*=============================
		title
=============================*/
.title1{
	font-size: 28px;
	font-family: "Sawarabi Mincho";
	margin-bottom: 5px;
}
.title1 span{font-size: 20px;}
.title_img{
	max-width: 400px;
	width: 40%;
	margin: 0px 0px 30px;
}
@media screen and (max-width: 700px) {
.title1{font-size: 25px;}
.title1 span{font-size: 18px;}

.title_img{width: 60%;}
}
@media screen and (max-width: 500px) {
.title1{font-size: 20px;}
.title1 span{font-size: 16px;}
.title_img{width: 60%;}
}


/*=============================
		PT ページタイトル
=============================*/

.pt{
	background:url("../vegas/slider3.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 200px 0px 200px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt2{
	background:url("../vegas/slider1.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 200px 0px 200px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt3{
	background:url("../vegas/slider4.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 200px 0px 200px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt4{
	background:url("../img/base/bg2.jpeg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 200px 0px 200px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt:before,
.pt2:before,
.pt3:before,
.pt4:before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7); /*半透明のフィルターをかける*/
}
.pt-inner {
  text-align: center;
  position: absolute;
  width: 100%;
}
.pt-inner h1{
	color: #e3e0cc;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	font-size: 45px;
	line-height: 160%;
	font-family: "Sawarabi Mincho";
}
.pt-inner p{
	color: #e3e0cc;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	font-size: 20px;
	line-height: 160%;
	font-family: "Sawarabi Mincho";
}

@media screen and (max-width: 600px) {
.pt,.pt2,.pt3,.pt4{
	padding: 150px 0px 120px; /*背景画像の高さを確保*/
	background-attachment: scroll;
}
.pt-inner h1{font-size: 30px;}
.pt-inner p{font-size: 18px;}
}

/*=============================
	配置
=============================*/
.m10{margin:10px;}
.m20{margin:20px;}

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.mtb20{margin:20px 0px;}
.mt20{margin-top:20px;}


/*=============================
		ページTOPボタン
=============================*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5%;
  bottom: 5%;
  background: #ce9e47;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 800px) {
#page_top{
  display: none;
}
}

/*=============================
		ボタン
=============================*/
.btn1{
	background-color:#502b13;
	padding: 0.7em 2em;
	display: inline-block;
	text-decoration: none;
	font-size:16px;
	line-height: 130%;
	color:#FFF;
}
.btn1:link,
.btn1:visited {
	color:#FFF;
	background-color: #ad8a64;
	font-weight: normal;
	text-decoration: none;
}
.btn1 a:link,
.btn1 a:visited {
	color:#FFF;
	text-decoration: none;
}
.btn1:hover,
.btn1:active {
	text-decoration: none;
	background-color:#391906;
}
.btn1 i{padding-left: 7px;}

@media screen and (max-width: 600px) {
.btn1{font-size:14px;}
}

/*=============================
		table
=============================*/
table.type01 {
	width:100%;
	max-width: 600px;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
    font-size:16px;
	line-height:140%;
	margin: 0px auto 50px;
}
table.type01 th {
	width: 30%;
	text-align: center;
	vertical-align:middle;
	background-image: radial-gradient(circle, #e3e0cc 1px, transparent 1px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 9px 2px;
}
table.type01 td {
	width: 70%;
	padding: 10px 10px;
	vertical-align:middle;
	background-image: radial-gradient(circle, #e3e0cc 1px, transparent 1px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 9px 2px;
}
table.type01 th img{width:100%}
table.type01 td img{width:100%}

.nowrap{white-space: nowrap;}
@media screen and (max-width: 600px) {
table.type01{font-size:13px;}
table.type01 th {padding: 10px;}
table.type01 td {padding: 10px;}
}

/*=============================
		top
=============================*/


/* 共通タイトル（白） --------------------------------------------------*/
.top_title{
	text-align: center;
	margin-bottom: 50px;
}
.top_title h2{
	font-size: 50px;
	line-height: 100%;
	letter-spacing: 2px;
	color: #e3e0cc;
	padding-bottom: 20px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
	font-family: "Cookie", cursive;
	font-style: normal;
}
.top_title h3{
	font-size: 20px;
	text-align: center;
	display: inline-block;
	border-top: solid 1px #e3e0cc;
	margin: 0 auto;
	padding: 20px 40px;
	color: #e3e0cc;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 600px) {
.top_title{
	text-align: center;
	margin-bottom: 20px;
}
.top_title h2{
	font-size: 30px;
	padding-bottom: 15px;
	letter-spacing: 0px;
}
.top_title h3{
	font-size: 18px;
	padding: 15px 40px;
}
}

/* 共通タイトル（黒） --------------------------------------------------*/

.top_title2{
	text-align: center;
	margin-bottom: 50px;
}
.top_title2 h2{
	font-size: 50px;
	line-height: 100%;
	letter-spacing: 2px;
	color: #000;
	padding-bottom: 20px;
}
.top_title2 h3{
	font-size: 20px;
	text-align: center;
	display: inline-block;
	border-top: solid 2px #000;
	margin: 0 auto;
	padding: 20px 40px;
	color: #000;
}
@media screen and (max-width: 600px) {
.top_title2{
	text-align: center;
	margin-bottom: 20px;
}
.top_title2 h2{
	font-size: 30px;
	padding-bottom: 15px;
	letter-spacing: 0px;
}
.top_title2 h3{
	font-size: 18px;
	padding: 15px 40px;
}
}


/* TOPあいさつ --------------------------------------------------*/
.top_info{
	max-width: 1300px;
	height: 600px;
	width: 90%;
	margin: 200px auto 200px;
	background: url("../img/top/img3.jpg") right top/cover no-repeat;
	background-size: 65%;
}
.top_info_txt{
	padding: 50px 0px 0px;
	width: 55%;
	z-index: 10;
}
.top_info_txt h2{
	padding-left: 20px;
	margin-bottom: 30px;
}
.top_info_txt p{
	font-size: 15px;
	line-height: 180%;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 40px 40px 30px;
	color: #e3e0cc;
}
.info_sp{display: none;}

@media screen and (max-width: 1100px) {
.top_info{
	height: auto;
	background: none;
	margin: 150px auto 100px;
}
.info_sp{display: block;margin-bottom: 30px;}
.top_info_txt{
	padding: 30px 0px 0px;
	width: 90%;
	margin: 0 auto;
	z-index: 10;
}
.top_info_txt p{
	font-size: 16px;
	line-height: 200%;
}
}

@media screen and (max-width: 600px) {
.top_info{
	margin: 100px auto;
}
.top_info_txt{
	padding: 10px 0px 0px;
	width: 100%;
	margin: 0 auto;
	z-index: 10;
}
.top_info_txt h2{
	padding-left: 0px;
	margin-bottom: 20px;
}
.top_info_txt p{
	font-size: 13px;
	line-height: 160%;
	padding: 20px;
}
}



/*TOPバナー-------------------------------------------*/
.top2{
	margin: 0 auto 200px;
}
ul.top_banner{
	margin: 0 auto 100px;
	width: 90%;
	max-width: 1000px;
}
ul.top_banner li{
	margin-bottom: 30px;
	text-align: center;
}


/*smoothスライダー-------------------------------------------*/
#smooth{
	width: 100%;
}
#makeMeScrollable { 
	width:100%;
	position: relative; 
	}
#makeMeScrollable p{
	position: relative;
	 width:350px;
	 margin:10px;
	 float: left;
	 padding: 0;
}
#makeMeScrollable div.scrollableArea img {
	object-fit: cover; /*トリミング*/
	width: 100%;
	aspect-ratio: 2 / 1.5;
	 }

@media screen and (max-width: 800px) {
#makeMeScrollable p{
	width:250px;
}
}
@media screen and (max-width: 600px) {
#makeMeScrollable p{
	width:150px;
}
}


/* サロン情報 -------------------------------------------*/
.salon{
	display: flex;
	background: #e3e0cc;
}
.salon_txt{
	width: 50%;
	display: flex;
	align-items: center;
}
.salon_txt_in{
	max-width: 500px;
	width: 90%;
	margin: 0 auto;
}
.salon_txt_in p{
	font-size: 16px;
	color: #000;
	padding: 10px 0px;
	text-align: center;
}
.salon_logo{
	max-width: 260px;
	width: 60%;
	margin: 0 auto 20px;
}
.salon_tel{
	max-width: 380px;
	margin: 0px auto 0px;
}
.salon_btn{text-align: center;}
.salon_map{width: 50%;height: 600px;}

@media screen and (max-width: 1000px) {
.salon{flex-wrap: wrap;}
.salon_txt{width: 100%;}
.salon_map{width: 100%;}
.salon_txt_in{padding: 50px 0px;}
}


@media screen and (max-width: 600px) {
.salon_txt_in p{
	font-size: 15px;
}
}



/* MAP -------------------------------------------*/
.ggmap {
	position: relative;
	width: 100%; /* 幅を100%に設定 */
	height: 100%; /* 高さも親要素に依存 */
	margin: 0 auto; /* 中央揃え（任意） */
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%; /* 親要素の幅にフィット */
	height: 100%; /* 親要素の高さにフィット */
	border: 0;
}



/* box_in（共通）-------------------------------------------*/
.box_in{
	background-color: rgba(0, 0, 0, 0.5);
	padding: 40px 20px;
	max-width: 850px;
	width: 90%;
	margin: 0 auto 50px;
	box-sizing: border-box;
}

@media screen and (max-width: 600px) {
.box_in{
	margin: 0 auto 30px;
}
}

/* アクセス-------------------------------------------*/
.shopinfo{
	background-color: rgba(0, 0, 0, 0.5);
	padding: 40px 20px;
	max-width: 850px;
	width: 90%;
	margin: 0 auto 100px;
	box-sizing: border-box;
}
.shopinfo_img{
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
}
.parking_txt{
	text-align: center;
	font-size:18px;
	margin-bottom: 20px;
}
.parking_img{
	text-align: center;
	margin: 0 auto;
}
.access_smooth{
	margin-bottom: 150px;
}

@media screen and (max-width: 600px) {
.shopinfo{
	margin: 0 auto 50px;
}
.parking_txt{
	font-size:14px;
	margin-bottom: 20px;
}
.access_smooth{
	margin-bottom: 100px;
}
}


/* ギャラりー-------------------------------------------*/
.gallery_in{
	background-color: rgba(0, 0, 0, 0.5);
	padding: 40px 20px;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto 50px;
	box-sizing: border-box;
}

ul.gallery{ /* ギャラりー3つ横並び*/
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
	margin: 0 auto;
}
ul.gallery li{
	width: 30%;
	background: #ffff;
	margin-bottom: 20px;
	padding: 4px;
	background: #FFF;
	box-sizing: border-box;
}

ul.gallery2{ /* ギャラりー5つ横並び*/
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
	margin: 0 auto;
}
ul.gallery2 li{
	width: 23%;
	background: #ffff;
	margin-bottom: 20px;
	padding: 4px;
	background: #FFF;
	box-sizing: border-box;
}
@media screen and (max-width: 800px) {
ul.gallery li{
	width: 47%;
	padding: 2px;
}

}


/* ギャラリー用ページネーション---------------------------------*/
ul.pager{
	margin-top:30px;
	display:flex;
	justify-content:center;
	list-style:none;
}
ul.pager li{
	color:#3a200f;
	background-color:#e3e0cc;
	padding:5px 15px;
	margin:0px 5px;
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	font-size:16px;
	font-weight:bold;
}
ul.pager li a{
	color:#3a200f;
	outline:none;
	text-decoration: none;
	font-weight:bold;
}
ul.pager li a:hover{
	color:#E90A95;
}



/* スタッフ紹介---------------------------------*/
.staff_box{
	display: flex;
	justify-content: space-around;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 40px;
	max-width: 1000px;
	width: 90%;
	margin: 0 auto 50px;
	box-sizing: border-box;
}
.staff_img{
	width: 40%;
	text-align: center;
}
.staff_img img{
	max-width: 350px;
	width: 90%;
}
.staff_txt{width: 45%;}
.staff_txt h2{
	font-size: 19px;
	color: #8b7f2f;
}
.staff_txt p{
	font-size: 15px;
	color: #e3e0cc;
	margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
.staff_box{
	flex-wrap:wrap;
	justify-content: center;
}
.staff_img{width: 70%;}
.staff_txt{width: 90%;}
}

@media screen and (max-width: 600px) {
.staff_box{
	padding: 40px 20px;
}
.staff_txt h2{
	font-size: 17px;
}
.staff_txt p{
	font-size: 13px;
	margin-bottom: 15px;
}
}



