@charset "UTF-8";

body{
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
	letter-spacing: .08em;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
p{
	font-size: 14px;
}
a{
	text-decoration: none;
	transition: all .5s ease;
	outline: none;
}
.inner{
	width: 1200px;
	min-width: 1200px;
	height: auto;
	margin: 0 auto;
}

/* header area -----------------*/
header{
	min-width: 1200px;
	color: #dbdcd3;
	height: 700px;
	background: url(../img/top-bg.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
	font-family: -apple-system, BlinkMacSystemFont, 'Alice', "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
#head-line{
	width: 100%;
	height: 50px;
	background: rgba(89,78,72,.7);
	text-shadow: 0 0 3px rgba(0,0,0,.5);
	box-shadow: 0 0 5px rgba(0,0,0,.8);
	overflow: hidden;
}
h1{
	margin: 0;
	margin-top: 20px;
	font-size: 11px;
	font-weight: normal;
	float: left;
}
#info{
	float: right;
}
#info span{
	font-size: 12px;
}
#info a{
	margin-left: 15px;
	padding: 20px 28px;
	text-align: center;
	font-size: 24px;
	line-height: 0.8em;
	color: #dbdcd3;
	background: rgba(154,126,100,.6);
}
#info a span{
	font-size: 14px;
}
#info a:hover{
	background: rgba(0,0,0,.2);
}
p#logo{
	width: 1100px;
	height: 84px;
	margin: 240px auto 0 auto;
	line-height: 84px;
}
p#logo img{
	margin-right: 15px;
}
p#logo br{
	display: none;
}
/*global menu -------------------------*/
nav#g-menu{
	width: 100%;
	height:;
	position: absolute;
	bottom: 0;
	background: rgba(89,78,72,.7);
	box-shadow: 0 0 5px rgba(0,0,0,.5);
}
nav#g-menu ul{
	width: 1200px;
	margin: 0 auto;
	height: 92px;
	padding-left: 0;
	font-size: 0;
}
nav#g-menu ul li{
	display: inline-block;
	text-align: center;
	font-size: 20px;
	border-right: 1px solid rgba(255,255,255,.1);
}
nav#g-menu ul li:first-child{
	border-left: 1px solid rgba(255,255,255,.1);
}
nav#g-menu ul li a{
	display: block;
	padding: 24px 48px 20px 48px;
	color: #dbdcd3;
}
nav#g-menu ul li a:hover{
	background: rgba(0,0,0,.2);
	box-shadow: 0 0 30px rgba(0,0,0,.2) inset;
}
nav#g-menu ul li a span{
	font-size: 11px;
}
a#on{
	background: rgba(0,0,0,.2);
}
/*main common --------------------------*/
main{
	min-width: 1200px;
	background: url(../img/common-bg.jpg) repeat;
	color: #594e48;
	padding-bottom: 100px;
}
main p{
	margin-top: 25px;
	line-height: 1.6em;
}
main .inner{
	padding: 50px 0 100px 0;
}
h2{
	font-family: -apple-system, BlinkMacSystemFont, 'Caveat', "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-weight: normal;
	font-size: 50px;
	text-align: center;
	line-height: .7em;
	margin-bottom: 80px;
}
h2 span{
	font-size: 13px;
	margin-left: 10px;
}
/*concept ---------------------------*/
#concept .inner{
	background: url(../img/salon-model.png) right 200px no-repeat;
}
#concept p{
	margin-left: 50px;
}
#concept p img{
	margin-bottom: 30px;
}
/*price ---------------------------*/
#price{
	background: url(../img/price-bg.jpg) center center no-repeat;
	background-size: cover;
	box-shadow: 0 0 30px rgba(0,0,0,.3) inset;
}
/*about ---------------------------*/
#about p{
	line-height: 1.8em;
}
#about .inner{
	background-image: url(../img/shop-card.png), url(../img/comb.png);
	background-position: left 200px, 950px 190px;
	background-repeat: no-repeat, no-repeat;
}
#about-rifugio{
	width: 500px;
	height: auto;
	margin: 130px 0 0 630px;
}
#child{
	background: url(../img/kids-space.png) top right no-repeat;
	padding-top: 180px;
}
#child h3,
#child p{
	margin-left: 50px;
}
h3{
	font-size: 18px;
	font-weight: normal;
}
#efforts{
	width: 1100px;
	height: auto;
	margin: 80px auto;
	border: 2px solid #d1a57e;
	background: #f4f0ec;
	overflow: hidden;
}
#efforts h2{
	float: left;
	font-size: 36px;
	color: #d1a57e;
	margin: 100px 50px;
}
#efforts dl{
	float: right;
	margin: 34px 0 0 0;
}
#efforts dt{
  clear: left;
  float: left;
  border-radius: 30px;
  background: #d1a57e;
  color: #fff;
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 23px;
  margin-right: 20px;
  margin-top: 5px;
}
#efforts dd{
	height: 40px;
	font-size: 13px;
  margin-bottom: 23px;
  width: 720px;
  padding: 6px 0 0 30px;
  line-height: 1.6em;
}
#efforts dd a,
#salon-data a{
	color: #514d4b;
	background: url(../img/line-dot.png) bottom left repeat-x;
	padding-bottom: 3px;
}
#salon-data{
	background: url(../img/shop-interior.png) 50px 110px no-repeat;
	overflow: hidden;
}
#salon-data h2{
	font-size: 36px;
	color: #ad8f7f;
	margin-bottom: 40px;
}
#salon-data table{
	font-size: 13px;
	float: right;
	margin-right: 50px;
}
#salon-data td{
	padding: 18px 60px;
  border-bottom: 1px solid rgba(166,147,124,.2);
  	line-height: 1.6em;
}
#salon-data td:first-child{
	padding-right: 20px;
}
#stylist{
	background-image: url(../img/stylist.png), url(../img/stylist-bg.jpg);
	background-repeat: no-repeat, repeat;
	background-position: 15% 20px, left top;
	height: 350px;
}
#stylist .inner{
	position: relative;
	padding: 50px　0　0 0;
}
#stylist p{
	margin-left: 180px;
	color: #fff;
	font-size: 13px;
}
#stylist p#owner{
	font-size: 16px;
}
#stylist p span{
	font-size: 12px;
}
img#photo{
	position: absolute;
	top: -50px;
	right: 120px;
}
/*access*/
#access{
	text-align: center;
	padding-top: 30px;
	margin-top: -40px;
}
#access h2{
	margin: 100px 0 40px 0;
}
#access iframe{
	width: 100%;
	height: 450px;
	margin-bottom: 10px;
	border: 0;
}
#access a{
	text-align: center;
	font-size: 12px;
	border-bottom: 1px solid #594e48;
	color: #594e48;
}
/*footer*/
footer{
	min-width: 1200px;
	background: url(../img/footer-bg.jpg) top left repeat-x;
	line-height: 1.4em;
	height: auto;
	padding-bottom: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,.5);
}
footer .inner{
	padding: 80px 0 0 0;
	color: #dbdcd3;
	overflow: hidden;
}
footer h3{
	font-size: 12px;
	margin-bottom: 20px;
}
footer p{
	font-size: 13px;
}
#footer-add{
	float: left;
	margin-right: 50px;
}
#footer-add p a#g-map{
	margin-left: 10px;
	background: #776c5b;
	padding: 3px 10px;
	font-size: 11px;
	color: #dbdcd3;
	font-family: "alice", serif;
}
#footer-info{
	float: left;
	width: 410px;
	height: auto;
	padding: 30px 65px;
	border-radius: 30px;
	background: rgba(126,113,92,.8);
	margin-right: 30px;
	font-family: -apple-system, BlinkMacSystemFont, 'Alice', "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
#footer-info span{
	font-weight: 600;
}
#footer-info span#time{
	font-size: 15px;
	font-weight: normal;
}
#footer-info p.atn{
	text-align: left;
	letter-spacing: normal;
	line-height: normal;
}
a#f-tel{
	font-family: "alice", serif;
	font-size: 30px;
	color: #dbdcd3;
	margin-left: 30px;
	background: url(../img/i-phone.png) center left no-repeat;
	padding: 10px 0px 10px 40px;
}
#footer-sns{
	float: left;
	text-align: center;
}
#footer-sns a{
	display: block;
	background: rgba(89,78,82,.8);
	border-radius: 30px;
	padding: 20px 40px 15px 40px;
	font-size: 11px;
	font-weight: 600;
	color: #dbdcd3;
	margin-bottom: 20px;
}

footer ul{
	width: 1200px;
	margin: 50px auto;
	text-align: center;
	padding: 0;
}
footer ul li{
	display: inline-block;
	padding: 0 40px;
	line-height: 1em;
	border-right: 1px solid rgba(255,255,255,.2);
}
footer ul li:first-child{
	border-left: 1px solid rgba(255,255,255,.2);
}
footer ul li a{
	color: #dbdcd3;
	font-family: "alice", serif;
	font-size: 13px;
}
#copyright{
	min-width: 1200px;
	background: #514d4b;
	font-family: -apple-system, BlinkMacSystemFont, 'Alice', "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	padding: 20px 0;
	box-shadow: 0 0 5px rgba(0,0,0,.5) inset;
}
#copyright small,
#copyright p{
	line-height: 1.2em;
	font-size: 11px;
	color: #989797;
	margin: 0 auto;
	text-align: center;
}
#copyright p a{
	color: #989797;
}
/*page to top -----------------*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: rgba(89,78,72,.5);
    text-align: center;
    color: #dbdcd3;
    font-size: 12px;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 3px;
}
.pagetop a:hover {
    display: block;
    background-color: rgba(89,78,72,.8);
    text-align: center;
    color: #dbdcd3;
    font-size: 12px;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 3px;
}
/*sp menu -------------*/ 
#sp-info{
	display: none;
}
.pushy ul li{
	line-height: 1em;
	letter-spacing: 0.08em;
}