@charset "utf-8";
*, *::before, *::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
}

body {
	background: url("../img/utyu.png")no-repeat fixed center top;
	background-size: cover;
	color: #692f00;
	font-size: 1.4rem;
	font-family: "Pinyon Script", "Noto Serif JP", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

html, body {
	height: 100%;
}


/*トップエリアのスタイル*/
#topArea {
	width: 100%;
	height: 100%;
	background-color: #CCD7BE;
}

#logo {
	float: left;
	width: 20%;
	margin: 0% 6% 0%;
}

#logo img {
	width: 100%;
}

.nav {
	display: inline-block;
	float: left;
	margin-left: 14%;
	font-size: 3rem;
	height: 100%;
	width: 60%;
}

.nav ul li {
	display: inline-block;
	width: 18%;
}

.nav ul li a {
	display: inline-block;
	padding: 6% 0 4%;
	width: 100%;
	text-decoration: none;
	color: #692f00;
}

.nav2 {
	font-size: 2rem;
	color: #777; 
}

.nav ul li a .nav2{
	display: none;
	transition: 0.5s ease-in-out;
}

.nav ul li a:hover .nav1{
	display: none;
}

.nav ul li a:hover .nav2{
	display: inline-block;
	transition: 0.8s ease-in-out;
}


.reserveBtn a {
	background-color: #355e37;
	border-radius: 8px;
	text-align: center;
	padding: 12% 0 6%;
	line-height: 2rem;
}

.reserveBtn a:hover {
	background-color: #355e37;
	margin-left: 6%;
}

.reserveBtn a strong {
	font-size: 1.4rem;
}

.nav .reserveBtn a {
	color: #fff;
	margin-top: 10%;
}
 
/*ナビゲーション部分*/
 
.nav{
  transition: 0.5s ease;/*滑らかに表示*/
  -webkit-transform: translateX(-130%);/*画面より100%外へ押し出し非表示にさせる*/
}
 
/*OPEN時の動き*/
.nav.open {
 -webkit-transform: translateX(0%);
 transform: translateX(0%);/*メニューを元の位置へ戻す*/
}
 
/*トグルボタンのスタイルを指定*/
.Toggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    width: 42px;
    height: 42px;
    cursor: pointer;
  	right: 25px;
	top: 15px;
	z-index: 10;
}
 
.Toggle span {
    display: block;
    position: absolute;
    width: 50px;
    border-bottom: solid 4px #777;
    -webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/
    -moz-transition: .35s ease-in-out;		/*変化の速度を指定*/
    transition: .35s ease-in-out;			/*変化の速度を指定*/
 
}
 /*各ボーダー少しずつずらす*/
.Toggle span:nth-child(1) {
    top:5px;
}
 .Toggle span:nth-child(2) {
    top: 18px;
}
 .Toggle span:nth-child(3) {
    top: 32px;
}
.Toggle.active span:nth-child(1) {
    top: 18px;
/* 1番目のspanをマイナス45度に */
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
 
/*----------------------------------ここからPCモニターの記述-----------*/
@media screen and (min-width: 600px) {
	
nav{
 display: flex;
}
 
.Toggle{
 display: none;
}
.nav{
-webkit-transform: translateX(0);
transform: translateX(0);
}

}


.mainImage {
	width: 76%;
	height: 80%;
	margin: 0% auto 10%;
	overflow: hidden;
}

.mainImage img {
	width: 100%;
}

.sp_mainImage {
	display: none;
}

/*タイトル共通スタイル*/
.heading {
	font-size: 6rem;
	text-align: center;
	padding: 2% 0;
}


/*コンセプトエリアのスタイル*/
#conseptArea {
	width: 100%;
	height: 100%;
	position: relative;
	/*background: url(../images/consept-back.png);*/
}

.conseptBack {
	background: url(../images/consept-back.png)no-repeat center top;
	width: 100%;
	height: 78%;
	margin: 0 auto;
}

.sp_consept {
	display: none;
}

.conseptText {
	display: block;
	position: absolute;
	font-size: 2rem;
	color: #000;
	line-height: 3.6rem;
	top: 20%;
	right: 3%;
	padding: 2% 1%;
	width: 40%;
	background-color: rgba(255, 255, 255, 0.6);
}

/*メニューエリアのスタイル*/
#menuArea {
	width: 100%;
	height: 100%;
	background-color: #e1e4dc;
}


.menuBigbox {
	width: 90%;
	margin: 0 auto;
}

.menuBox {
	width: 28%;
	height: 26%;
	border: 1px solid #e3e7e6;
	background-color: #fff;
	margin-top: 4%;
	padding: 1.5%;
}

.menu_l {
	float: left;
	margin-right: 8%;
}

.menu_r {
	float: right;
}

.menu_heading {
	font-size: 3.6rem;
}

.menu_sub {
	font-size: 1.8rem;
	color: #777777;
}

.menu_item {
	font-size: 1.6rem;
	color: #000;
	line-height: 2;
	margin-top: 10%;
}

.menu_item li {
	list-style-type: none;
}

.menuImagebox p img {
	width: 100%;
}

.menuImagebox {
	width: 28%;
	margin-top: 4%;
}


/*スタッフエリアのスタイル*/
#staffArea {
	clear: both;
	width: 100%;
	height: 100%;
	/*background-color: #668578;*/
	background: url(../images/staff-back.png)no-repeat center;
}

.staffBigbox {
	width: 80%;
	margin: 5% auto 0;
}

.staffBox {
	width: 28%;
	margin-right: 8%;
	background-color: #fff;
	float: left;
	padding: 2%;
}

.lastbox {
	margin-right: 0;
	float: left;
}

.staff_image {
	/*width: 90%;*/
	overflow: auto;
	margin: 0 auto;
	padding-bottom: 5%;
}

.staff_image img {
	 width: 100%;
}

.staff_heading {
	font-size: 3.6rem;
}

.staff_sub {
	font-size: 1.8rem;
	color: #777;
	padding-top: 10px;
}

.staff_name {
	font-size: 3.6rem;
	font-style: bold;
	color: #000;
	margin: 9% 0;
}

/*サロンエリアのスタイル*/
#salonArea {
	width: 100%;
	height: 100%;
	background: url("../images/salon.png")no-repeat;
}

#ViewArea {
	width: 45%;
	height: 80%;
	margin-top: 0%;
	margin-left: 4%;
	/*border: 1px solid #000;*/
	float: left;
}

.salonBox {
	width: 40%;
	height: 80%;
	margin-top: 0%;
	margin-left: 4%;
	background-color: rgba(255, 255, 255, 0.4);
	float: left;
	padding: 3%;
}

.salonBox h3 {
	font-size: 4.6rem;
	padding: 2% 0 0%;
}

.salon_sub {
	font-size: 1.6rem;
	color: #777;
}

.salon_text {
	font-size: 2.2rem;
	color: #000;
	line-height: 1.5;
	padding: 3% 0 0 5%;
}

/*上へ戻るボタンのスタイル*/

#gototop {
	position: fixed;
	bottom: 30px;
	right: 40px;
	display: none;
}

/*フッターエリアのスタイル*/

.footerArea {
	width: 100%;
	height: 18%;
	background-color: #CCD7BE;
}

.footerArea p {
	text-align: center;
	font-size: 2.4rem;
	padding-top: 6%;
}


/*横幅768pxのスタイル*/

@media(max-width: 768px) {
	
	/*横幅768pxのロゴのスタイル*/
	#logo {
		width: 60%;
		margin-top: 2%;
	}
	
	#logo  img {
		width: 100%;
	}
	
	
	.nav ul {
		background-color: #fff;
		height: 100%;
	}
	
	.nav {
	display: block;
	float: none;
	margin-left: 0;
		position: fixed;
		z-index: 10;
	}

	.nav ul li {
		display: block;
		width: 80%;
		padding-left: 10%;
	}
	
	
	.heading {
		font-size: 5rem;
		padding: 6% 0 4%;
	}
	
	/*横幅768pxのメインイメージのスタイル*/
	
	.mainImage {
		/*width: 100%;*/
		display: none;
	}
	
	.sp_mainImage {
		display: block;
		width: 100%;
		margin: 0 auto;
		padding-top: 30%;
	}
	
	.sp_mainImage img {
		width: 100%;
		
	}
	
	/*横幅768pxのコンセプトのスタイル*/
	
	.conseptBack {
		background: none;
	}
	
	.conseptText {
		width: 80%;
		font-size: 1.8rem;
		line-height: 2.2;
		top: 16%;
	}
	
	.sp_consept {
		display: block;
		position: absolute;
		top: 49%;
		width: 88%;
	}
	
	.sp_consept img {
		width: 100%;
	}
	
	/*横幅768pxのメニューのスタイル*/
	#menuArea {
		height: auto;
		padding-bottom: 6%;
	}
	
	.menuImagebox {
		display: none;
	}
	
	.menuBox {
	width: 90%;
	margin: 2% auto 0;
	border: 1px solid #e3e7e6;
	background-color: #fff;
	padding: 4%;
	}

	.menu_heading {
		font-size: 3.2rem;
	}
	
	.menu_sub {
		font-size: 1.5rem;
	}
	
	.menu_item {
	font-size: 1.6rem;
	line-height: 1.5;
	margin-top: 4%;
	text-align: center;
	}
	
	.menu_l {
	float: none;
	}

	.menu_r {
	float: none;
	}
	
	
	/*横幅768pxのスタッフのスタイル*/
	
	.staffBigbox {
		width: 90%;
		overflow: hidden;
		padding-bottom: 4%;
		margin: 2% auto 0;
	}
	
	.staffBox {
	width: 96%;
	margin: 4% auto 2%;
	background-color: #fff;
	float: none;
		overflow: hidden;
	}

	.lastbox {
		float: none;
	}
	
	.staff_image {
		float: left;
		width: 50%;
		padding-bottom: 2%;
	}
	.staff_text {
		float: left;
		width: 46%;
		padding-left: 4%;
	}
	
	.staff_heading {
		font-size: 3.2rem;
	}
	
	.staff_sub {
		font-size: 1.4rem;
	}
	
	.staff_name {
		font-size: 2.6rem;
	}

	/*横幅768pxのサロンのスタイル*/
	#salonArea {
		height: auto;
		padding-bottom: 8%;
	}
	
	
	#ViewArea {
		width: 100%;
		margin: 0 auto;
		height: 400px;
		float: none;
	}
	
	.salonBox {
		width: 90%;
		float: none;
		text-align: center;
		margin: 6% auto 0;
		background-color: rgba(255, 255, 255, 0.5);
	}
	
	.salonBox h3 {
		font-size: 4rem;
		padding-bottom: 2%;
	}
	
	.salon_sub {
		font-size: 1.6rem;
	}
	
	.salon_text {
		font-size: 2rem;
	}
	
	/*横幅768pxの上へ戻るボタンのスタイル*/
	
	#gototop {
	width: 60px;
	height: 60px;
	bottom: 10px;
	right: 6px;
	}
	
	#gototop img {
		width: 100%;
		height: 100%;
	}
	
	/*横幅768pxのフッターのスタイル*/
	
	.footerArea {
	height: 12%;
	}

	.footerArea p {
	font-size: 2rem;
	padding-top: 12%;
	}
}





