@charset "utf-8";

/**********************************/
/*   ・ヘッダーブロック           */
/*   ・welcomeスライダー          */
/*   ・グローバルナビ             */
/*   ・bodyブロック               */
/*   ・フッターブロック           */
/*   ・トップページ               */
/*   ・共通で使用するクラス       */
/**********************************/

/*----------------------------------
  共通設定
----------------------------------*/
html {
  font-size: 62.5%;
}

body {
  line-height:1;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  margin: 0 auto; 
  font-size: 1.4rem;
  text-align: center;
  /*
  -webkit-text-size-adjust: 100%;
  */
}

input, select {
    vertical-align:middle;
}

td {
  word-break: break-all;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* container */
#container {
  width: 100%;
  min-width: 1280px;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/*----------------------------------
  ヘッダー
----------------------------------*/

/* ヘッダーブロック */
#header-wrapper {
  width: 100%;
  height: auto;
  position: relative;
}

#header-wrapper .header-inner {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}

#header-wrapper .header-block {
  width: 950px;
  margin: 0 auto;
  text-align: left;
  padding: 0 0 20px 0;
  position: relative;
  z-index: 1;
}

#header-wrapper .header-block .header-logo {
  width: 40%;
  float: left;
  margin-top: 30px;
  width/*\**/: 39%\9; /* IE7,8 */
}

#header-wrapper .header-block .header-btn {
  width: 60%;
  float: right;
  margin-top: 30px;
  text-align: right;
}

.top_btn:hover img {
  background: transparent;
  opacity:0.9;
  filter/*\**/: alpha(opacity=90)\9; /* IE7,8 */
  -ms-filter/*\**/: "alpha(opacity=90)"\9; /* IE7,8 */
}

.inq_btn:hover img {
  background: transparent;
  opacity:0.9;
  filter/*\**/: alpha(opacity=90)\9; /* IE7,8 */
  -ms-filter/*\**/: "alpha(opacity=90)"\9; /* IE7,8 */
}

/* グローバルナビゲーション */
#gl-navi {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: 20px;
  list-style-type: none;
  position: absolute;
  top: 0;
  z-index: 1;

}

#gl-navi #glnavi-ul{
  width: 948px;
  height: auto;
  margin: 0 auto;
}

#gl-navi #glnavi-ul .glnavi-li{
  float: left;
  width: 158px;
  height: auto;
  text-align: center;
}

/* welcome */
#welcomebox {
  width: 100%;
  height: auto;
  text-align: center;
}

.top-slider {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

#welcomebox .top-slider .over_welcome {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#welcomebox .top-slider .over_welcome img {
  width: 100%;
}

.top-slider ul {
  width: 100%;
  height: auto;
  margin: 0;
  list-style: none;
}

.top-slider ul li {
  width: 100%;
  height: auto;
  margin: 0;
  float: left;
}

.top-slider ul li img {
  width: 100%;
  height: auto;
}


/*----------------------------------
  bodyブロック
----------------------------------*/

/* メインブロック */
#top-main-wrapper {
  width: 100%;
  height: 2450px;
  padding-bottom: 100px;
  text-align: center;
  margin-top: -6.5%;
  position: relative;
  background: url(../images/top/bg_top01.png) no-repeat top center;
  background-size: cover;
  overflow: hidden;
}

#top-main-block {
  width: 1280px;
  height: auto;
  margin: 0 auto;
  padding-top: 100px;
}
.sp #top-main-wrapper {
  width: 100%;
  height: 2450px;
  padding-bottom: 100px;
  text-align: center;
  margin-top: -80px;
  position: relative;
  background: url(../images/top/bg_top01.png) no-repeat top center;
  background-size: cover;
  overflow: visible;
}

.tb #top-main-wrapper {
  margin-top: -400px;
}

.tb #top-main-block {
  width: 950px;
  height: auto;
  margin: 0 auto;
  padding-top: 0;
}

/* ページトップ */
#pagetop-box {
  width: 100%;
  text-align: right;
}

#pagetop-box #pagetop {
  display: block;
  width: 30px;
  height: auto;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  width: auto;
  padding: 15px 10px;
  position: fixed;
  bottom: 50px;
  right: 20px;
  cursor: pointer;
  background: rgba(0, 0, 0, .8);
  *background: #000;
  z-index: 10;
}

#pagetop-box #pagetop:hover {
  text-decoration: none;
}

#pagetop-box #pagetop .page-img {
  padding: 5px;
}

/*----------------------------------
  フッター
----------------------------------*/

/* フッターブロック */
#footer-block {
  width: 100%;
  height: auto;
  margin-top: 20px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* コピーライトブロック */
#copyright-block {
  width: 100%;
  height: auto;
  padding: 5px 0;
  text-align: center;
  font-size: 1.1rem;
  color:#000;
}

/*----------------------------------
  トップページ
----------------------------------*/
/* News & Facebook */
.top1 {
  width: 950px;
  height: 650px;
  margin: 0 165px;
  padding: 0;
  position: relative;
}

.top1-title {
  position: absolute;
  top: 0;
  left: 0;
}

.top1-titlebox img {
  display: block;
}
.top1-conte{
  width: 80%;
  height: auto;
  position: absolute;
  top: 130px;
  right: 0;
}

.fb-box {
  width: 56%;
  height: 370px;
  float: left;
  position: relative;
}

.fb-box iframe {
  width: 70%;
  margin: 0;
  position: absolute;
  top: 70px;
  left: 15%;
  overflow-y: scroll;
    background: rgba(255,255,255,.8);

}

.news-box {
  width: 43%;
  height: 370px;
  float: right;
}

.news-box .news-ul {
  width: 100%;
  height: 350px;
  padding-top: 20px;
  list-style-type: none;
}

.news-box .news-ul li {
  width: 100%;
  height: auto;
  padding: 15px 10px;
  border-bottom: 1px dotted #5f2c00;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.news-box .news-ul li a {
  width: 100%;
  height: auto;
  display: table;
  text-align: left;
}

.news-box .news-ul li .date {
  width: 40%;
  display: table-cell;
  *float: left;
}

.news-box .news-ul li .summary {
  width: 57%;
  display: table-cell;
  padding-left: 3%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  *float: right;
}

.news-box .news-ul li a {
  text-decoration: none;
  color: #5f2c00;
}

.news-box .news-ul li a:hover div {
  text-decoration: underline;
}


/* Staff/Gallery/Eyelash */
.top2 {
  width: 1280px;
  height: 850px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
}

.top2_1 {
  position: absolute;
  left: 165px;
  top: 100px;
}

.top2_1 .staff {
  position: relative;
}

.top2_1 .staff .top2-title01 {
  text-align: left;
}

.top2_1 .staff .subtitle {
  margin: 10px 0;
}

.top2_1 .staff .subtitle,
.top2_1 .staff .top2-bt {
  text-align: right;
}

.top2_1 .staff .top2-bt:hover img {
  background: transparent;
  opacity:0.9;
  filter/*\**/: alpha(opacity=90)\9; /* IE7,8 */
  -ms-filter/*\**/: "alpha(opacity=90)"\9; /* IE7,8 */
}

.top2_2 {
  position: absolute;
  left: 0;
  top: 430px;
}

.top2_2 .eyelash {
  position: relative;
}

.top2_2 .eyelash .top2-title02 {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}

.top2_2 .eyelash .top2-flame01 {
  position: absolute;
  top: 50px;
  left: 70px;
}

.top2_2 .eyelash .top2-flame01 .flame_img{
  position: absolute;
  top: 40px;
  left: 40px;
}

.top2_2 .eyelash .top2-flame01 .flame {
  position: absolute;
  top: 0px;
  left: 0px;
}

.top2_3 {
  position: absolute;
  top: 40px;
  right: 100px;
  width: 400px;
  height: 700px;
}

.top2_3 .top2-title03 {
  text-align: left;
}

.top2_3 .top2_r_txt {
  position: absolute;
  top: 150px;
  left: 60px;
}

.top2_3 .top2_r_txt h3{
  text-align: center;
}

.top2_3 .top2_r_txt p{
  text-align: left;
  padding: 20px 0 10px 0;
  line-height: 1.2;
  color: #5f2c00;
  font-size: 1.2em;
  font-family:"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝", serif;
}

.top2_3 .top2_img {
  position: absolute;
  top: 310px;
  left: 80px;
}

.top3 {
  width: 950px;
  height: 900px;
  margin: 0 165px;
  padding: 0;
  position: relative;
}

.top3 .price .price_l {
  width: 40%;
  text-align: left;
  margin-left: 40px;
}

.top3 .price .price_l p {
  padding: 20px 0 20px 0;
}

.top3 .price .price_l .top3-bt:hover img {
  background: transparent;
  opacity:0.9;
  filter/*\**/: alpha(opacity=90)\9; /* IE7,8 */
  -ms-filter/*\**/: "alpha(opacity=90)"\9; /* IE7,8 */
}

.top3 .price .price_r {
  text-align: left;
  position: absolute;
  top: -40px;
  right: 130px;
}

.top3 .saloninfo {
  position: absolute;
  bottom: 20px;
  right: 0;
}

.top3 .saloninfo .top3-title02{
  text-align: right;
}
  
/*----------------------------------
  共通で使用するクラス
----------------------------------*/

.left {
  float: left;
}

.right {
  float: right;
}

/* clearfix */
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.subtitle {
  line-height: 1.5;
  color: #5f2c00;
  font-size: 1.5em;
  font-family:"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝", serif;
}



