@charset "utf-8";
/* CSS Document */
@import "reset.css";
@import "base_min.css";
/*******************
shared
********************/
.hover {
  display: block;
  opacity: 1;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hover:hover {
  opacity: .7;
}

/* header ----------------------------- */
#header {
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}
#header .header-box {
  width: 1020px;
  padding: 20px 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .header-logo {
  position: relative;
  display: block;
}
#header .header-fs {
  position: relative;
}
#header .header-fs-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 10px 2px 10px ;
}
#header #gnav {
  width: 100%;
  background: url(../img/gnav_bg.png) repeat-x top center;
}
#header .gnav-item {
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .gnav-item li {
  display: block;
  position: relative;
}
.gnav-item a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.gnav-item a:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.gnav-item .gnav-item-home:hover:before ,
.home .gnav-item .gnav-item-home:before {
  content: "";
  background: url(../img/gnav01_on.png) no-repeat top left;
}
.gnav-item .gnav-item-menu:hover:before ,
.menu .gnav-item .gnav-item-menu:before {
  content: "";
  background: url(../img/gnav02_on.png) no-repeat top left;
}
.gnav-item .gnav-item-salonnews:hover:before ,
.news .gnav-item .gnav-item-salonnews:before {
  content: "";
  background: url(../img/gnav03_on.png) no-repeat top left;
}
.gnav-item .gnav-item-concept:hover:before ,
.concept .gnav-item .gnav-item-concept:before {
  content: "";
  background: url(../img/gnav04_on.png) no-repeat top left;
}
.gnav-item .gnav-item-aboutus:hover:before ,
.aboutus .gnav-item .gnav-item-aboutus:before {
  content: "";
  background: url(../img/gnav05_on.png) no-repeat top left;
}

/* contents ----------------------------- */
#contents {
  width: 1020px;
  margin: 40px auto 100px;
  box-sizing: border-box;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#main {
  width: 750px;
}
.home #main {
  width: 740px;
}

#side {
  width: 220px;
}
/* side ----------------------------- */
.side-bn {
  width: 220px;
  margin: 0 auto 40px;
}
.side-bn li + li {
  margin-top: 10px;
}
.side-bn a {
  display: block;
}
.side-info {
  background: url(../img/side_bg.png) repeat top center;
  padding-bottom: 35px;
}
.side-info .side-ttl img{
  vertical-align: top;
}
.side-info .side-sttl {
  text-align: center;
  padding: 15px 0;
  font-size: 22px;
  font-weight: bold;
  
}
.side-info .side-box {
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
}
.side-info dt {
  text-align: center;
  background-color: #ac8136;
  font-size: 14px;
  color: #fff;
  line-height: 1.5em;
  padding: 2px 0;
}
.side-info dd {
  font-size: 14px;
  line-height: 1.42em;
  padding: 8px 0 12px;
}
.side-sns {
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
}
.side-sns .side-sns-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 10px;
}



/* footer -----------------------------------*/

.contact {
  background: url(../img/bg.png) repeat top center;
  width: 100%;
  text-align: center;
  padding: 30px 0;
}
.footer-map {
  position: relative;
  width: 100%;
  height: 400px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}

#footer-map-iframe {
  width: -webkit-calc(100% + 230px);
  width: -o-calc(100% + 230px);
  width: calc(100% + 230px);
  height: 400px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.footer-map-box {
  width: 940px;
  display: block;
  position: relative;
  margin: 0 auto;
  z-index: 2;
  height: 0;
}
.footer-map-logo {
  margin-bottom: 40px;
}
.footer-map-box .footer-map-txt {
  background: url(../img/map_box_bg.png) repeat-y top center;
  width: 450px;
  position: absolute;
  top: 0;
  left: 0;
  height: 400px;
  display: block;
  box-sizing: border-box;
  padding: 44px 52px;
  font-size: 16px;
  line-height: 1.875em;
}
.footer-map-sns {
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}
.footer-map-sns li {
  width: 40px;
  margin: 5px;
}
.footer-nav {
  background-color: #371f11;
  width: 100%;
  box-sizing: border-box;
}
.footer-nav-box {
  width: 1000px;
  position: relative;
  box-sizing: border-box;
  padding: 40px 100px 40px 40px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-nav-box ul {
  box-sizing: border-box;
  padding-right: 34px;
}
.footer-nav-box .footer-nav-ar {
  color: #fefefe; 
}
.footer-nav-box .footer-nav-ar:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1.5em;
  vertical-align: middle;
  background: url(../img/footer_ar.png) no-repeat 50% 50%;
  margin-right: 6px;
}
.footer-nav-box .footer-nav-arm:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1.5em;
  vertical-align: middle;
  background: url(../img/footer_arm.png) no-repeat 50% 35%;
  margin-right: 6px;
}
.footer-nav-box .footer-nav-arm {
  color: #b2a59e; 
}

#pagetop-box {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  display: block;
  width: 80px;
  height: 80px;
  cursor: pointer;
}
.footer-nav-box li + li {
  margin-top: 10px;
}
#copy {
  text-align: center;
  font-size: 14px;
  padding: 12px 0;
}




/* common ----------------------------- */

.sttl {
  margin: 75px auto 30px;
}
.sttl-top {
  margin-top: 0;
}

#pagettl {
	background-color: #34150c;
	background-repeat: no-repeat;
	background-position: bottom center;
	box-sizing: border-box;
	padding-top: 45px;
	text-align: center;
	height: 200px;
	width: 100%;
}

.pan {
	width: 1000px;
	text-align: left;
	margin: 10px auto 30px;
	font-size: 14px;
}
.pan li {
	display: inline-block;
}
.pan li + li:before {
	content: ">";
	display: inline-block;
	padding: 0 .3em;
}

