/*基本設定*/
body{
	 font-size: 14px;
	 font-family: "Times New Roman", "source-han-serif-japanese",
	  "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
	   "メイリオ", Meiryo, serif;
	   flood-color: #221f27;
}
nav ul li:nth-child(1) a {
    text-decoration: underline;
}

/*リンク装飾*/
a{
	outline: none;
	text-decoration: none;
}

nav a, .a{
display: inline-block;
	padding: 0.3em;
	transition: .3s;
	transform: scale(1);
	color: #221f27;
}
.a{
	color: #221f27;
}

nav a:hover, .a:hover {
	transform: scale(1.35);
}

h2{
font-family: 'Taviraj', serif;
font-size: 36px;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
p{
	line-height: 100%;
}
h2{
	font-family: 'Taviraj', serif;
	font-size: 36px;
}
ul li, dt, dd, small{
	 letter-spacing: .07em;
	 line-height: 140%;
}
dt{
	padding-top: 20px;
}
dd{
	padding-top: 10px;
}/*基本設定ここまで*/

/*ヘッダー*/

.navbar ul{
	padding: 0;
	margin: 0;
}
.brand {
	text-align: center;
	padding-top: 34px;

}
.container_1{
	max-width:1140px;
	margin:　auto;
}
.container {
	max-width: 1140px;
	margin: 0 auto;
}
.brand{
	width: 100%;
}
/*.brandとヘッダーのレスポンス設定ここまで*/
.header2 {
	display: flex;
	height: 50px;
}
.left {
	flex: 2;
}
.navbar {
	flex: 3;
	align-items: center;
}
.navbar ul {
	display: flex;
	list-style: none;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.tel {
	flex: 2;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
}
.tel_a{
	font-size: 20px;
	color: #221f27;
}
/*ヘッダーここまで*/

/*メイン*/
.main_img{
	padding-top: 35px;
	text-align: center;
	margin: 0 auto;
}
.main_img img{
	width: 100%;
}
/*メインここまで*/

/*ページタイトル*/
h1 {
    font-size: 90px;
    margin-bottom: 0;
    margin-top: 0;
    text-align: right;
    padding-right: 7%;
}
/*ページタイトルここまで*/

/*コンセプトページ*/
.consept_wrap {
	max-width: 500px;
	margin: 0 auto;
	padding-bottom: 150px;
}
.hair_text, .cosme_text, h2, h3{
	text-align: center;
}
h2{
	font-size: 36px;
	padding-top: 150px;
}
h2, h3{
	font-weight: 950;
}
h3{
	margin-top: 9%;
}
p{
	text-align: left;
	margin-bottom: 2em;
	line-height: 1.8;
	margin-bottom: 2em;
}
/*コンセプトページここまで*/



/*ご予約について*/
.tel_b{
	font-size: 20px;
	color: #221f27;
}

.b {
  position: relative;
  display: inline-block;
  transition: 0.5s;
  color: #221f27;
}
.b::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  border-bottom: solid 1px  #221f27;
  transition: 0.5s;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.b:hover::after {
  width: 100%;
}
.Reservation {
    padding-top: 0;
    padding-bottom: 200px;
    padding-left: 150px;
}
.Reservation br{
   display:none;
  }
.Reservation p{
	margin-bottom: 14px;
}
/*ご予約についてここまで*/





/*フッター*/
footer{
	background-color: #f4f4f1;
}
.footer_nav{
	display: flex;
	list-style-type: none;
	text-align: center;
	justify-content: center;
	padding-top: 5px;
}
 .footer_nav li{
	width: 157px;
}
.footer_rogo{
	display: flex;
	list-style-type: none;
	justify-content: center;
}
.footer_rogo li{
	width: 40px;
	margin-top: 1em;
}
.footer_text{
	display: flex;
	/*width: 960px;*/
	justify-content: center;
	/*justify-content: space-around;*/
	padding-top: 60px;
}
.footer_left{
	display: flex;
	flex-direction: column;
	padding-right: 150px;
}
.footer_right{
	display: flex;
	flex-direction: column;
}
.copy{
	text-align: center;
	margin-top: 60px;
	padding-top: 34px;
	padding-bottom: 34px;
	margin-bottom: 0;
}
.footer_left dd, .footer_right dd{
	margin: 0;
}

/*フッターここまで*/

/*スマホ版非表示*/
#menu{
	   display:none;
}
/*スマホ版非表示ここまで*/




/*------↓ここからレスポンシブ↓--------*/

/*----320px～559pxまでの幅の場合に適応される(スマホ)------*/
	@media screen and (min-width:320px) and (max-width:559px) {

/*基本設定*/
img{
max-width: 100%;
height: auto;
}
.header2{
    display:none;/*with767px以下の時非表示になる*/
  }
  .web{
	display: none;　/*←改行なし指定*/
}
 /*メインイメージ*/
.main_imag{
	padding-top: 35px;
	margin: 0 auto;
}
/*メインイメージここまで*/

/****ハンバーガーメニュー****/
#menu{
	/*配置*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 100;
	display: block;
}

/****メニュー開閉ボタン****/
#menu div{
	/*デザイン*/
	width: 32px;
	height: 32px;
	background: #fff;
	/*配置*/
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}

#menu .menuopen{
	/*デザイン*/
	color: rgba(255,255,255,1);
	font-size: 20px;
	/*配置*/
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: auto;
}

#menu .menuclose{
	/*デザイン*/
	color: rgba(255,255,255,1);
	font-size: 20px;
	/*配置*/
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: auto;
}

/****メニュー一覧****/
#menu ul{
	/*デザイン*/
	background: #f4f4f1;
	width: 35%;
	/*配置*/
	position: absolute;
	top: 30px;
	right: 0px;
	opacity: 0.9;
}

#menu li{
	/*アニメーション*/
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	/*デザイン*/
	padding: 0 10px;
	color: rgba(0,0,0,1);
	border-bottom: 0px rgba(255,255,255,1) solid;
	height: 0;
	/*配置*/
	overflow: hidden;
	pointer-events: auto;
}

/****メニューオープン時****/
#menu:target .menuopen{
	/*配置*/
	display: none;
}

#menu:target .menuclose{
	/*配置*/
	display: block;
}

#menu:target li{
	/*デザイン*/
	padding: 10px;
	height: 40px;
}
a{
	color: #221f27;
}
#menu ul li:nth-child(1) a {
    text-decoration: underline;
}
/*ナビメニューここまで*/

/*基本設定ここまで*/

/*ページタイトル*/
h1{
	position:static;
	font-size: 45px;
	margin: 0;
	text-align: right;
	padding-right: 20px;
}
/*ページタイトルここまで*/
h2 {
    font-size: 36px;
    padding-top: 21px;
}
.consept_wrap {
    max-width: 85%;
    padding-bottom: 0;
    margin-bottom: 0;
}
.Reservation{
	padding-top: 22px;
	padding-bottom: 50px;
	padding-left: 20px;
	margin: 0 auto;
}
.Reservation p{
	margin-bottom: 14px;
}
.Reservation br{
	display: block;
}

/*フッター*/
.footer_nav{
	display: flex;
	padding-top: 5px;
	flex-wrap: wrap;
	width: 100%;
	padding-left: 0;
}
ul.footer_nav > li {
 width: 50%;
}

.footer_rogo li{
	width: 40px;
	margin-top: 1em;
	padding-left: 0;
}
.footer_text{
	display: block;
	padding-top: 15px;
	margin: 0 auto;
	text-align: center;
}
.footer_left{
	padding-right: 0px;
}
.footer_right{
	display: flex;
	flex-direction: column;
}
.copy{
	margin-top: 0px;
	padding-top: 34px;
	padding-bottom: 34px;
}
/*フッターここまで*/

}/*←スマホ用CSS閉じ*/



/*----560px～959pxまでの幅の場合に適応される(タブレット)------*/
@media screen and (min-width:560px) and (max-width:959px) {

img{
max-width: 100%;
height: auto;
}


.left {
    flex: 1.5;
}
h1{
	position:static;
	font-size: 60px;
	margin: 0;
	text-align: right;
	padding-right: 60px;
	padding-right: 10px;
}
/*フッター*/
.footer_left {
	padding-right: 60px;
}
.copy{
	margin-top: 0px;
}
/*フッターここまで*/
.left {
    flex: 1.5;
}
h2{
	padding-top: 100px;
    margin-top: 0;
}
.consept_wrap{
	padding-bottom: 100px;
}
.Reservation{
	padding-top: 0px;
	padding-bottom: 100px;
padding-left: 50px;
}
.Reservation p{
	margin-bottom: 14px;
}


}/*←タブレット版閉じ*/

	/*----960px～1280pxまでの幅の場合に適応される(pc小)------*/
@media screen and (min-width:960px) and (max-width:1280px) {
img{
	max-width: 100%;
height: auto;
}
/*メインタイトル*/
h1{
	position:static;
	font-size: 90px;
	margin: 0;
	text-align: right;
	padding-right: 35px;
}
h2{
	 margin-top: 0;
}
.Reservation{
	padding-bottom: 150px;
}
.Reservation p{
	margin-bottom: 14px;
}


}/*←ｐｃ小版閉じ