@charset "UTF-8";
/*
*
* Copyright (c) 2015, AD Line Inc. All rights reserved.
* Data : 2015.10.28
*
*/
/*****************************************************

 extend用 汎用クラス
 
*****************************************************/
.folk_r, .archive_list li .section section a h3, .archive_list li:nth-child(2n) section a h3 {
  font-family: "フォーク R" , "Folk Regular"; }

.folk_m, .menu .menu_list01 h3, .menu .menu_list02 h3, .salon section dl dt, .page_title, .post h3 {
  font-family: "フォーク M" , "Folk Medium"; }

.folk_b {
  font-family: "フォーク B" , "Folk Bold"; }

.sorts, .global_nav ul li a, .section_title, .pager, .post .back_list {
  font-family: "Sorts Mill Goudy" , sans-serif; }

/*****************************************************

 全体のレイアウト
 
*****************************************************/
html {
  font-size: 62.5%; }

body {
  position: relative;
  width: auto;
  height: auto;
  background: #f3ebe3;
  z-index: 0;
  color: #7b6c50;
  font-size: 1.4rem;
  /* フォントサイズ14pxの場合 */
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 1px; }

.inner {
  width: 940px;
  margin: 0 auto;
  position: relative; }

.post_inner {
  width: 760px;
  margin: 0 auto;
  position: relative; }

/*****************************************************

 共通設定
 
*****************************************************/
/*　リンク設定
----------------------------------------------------*/
a {
  color: #c1272d;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

/*****************************************************

 グローバルヘッダー 
 
*****************************************************/
.global_header {
  position: relative;
  width: 100%;
  height: 700px;
  background: url(../images/img_mobile_cover01.jpg) no-repeat;
  background-size: 100% auto; }
  .global_header div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 400px;
    height: 200px;
    text-align: center; }
    .global_header div h1 {
      margin-bottom: 30px; }

/*****************************************************

 グローバルナビゲーション
 
*****************************************************/
.global_nav {
  position: relative;
  width: 100%;
  height: 70px;
  background: rgba(243, 235, 227, 0.8);
  border-bottom: 1px solid #ddd1c2;
  z-index: 2; }
  .global_nav .site_logo {
    float: left;
    width: 13%;
    height: 60px;
    padding: 5px 0; }
    .global_nav .site_logo img {
      width: 100%;
      height: auto; }
  .global_nav ul {
    display: table;
    width: 55%;
    height: 70px;
    float: right; }
    .global_nav ul li {
      float: left; }
      .global_nav ul li a {
        display: block;
        margin-left: 40px;
        color: #b28146;
        font-size: 1.7rem;
        text-align: center;
        line-height: 70px;
        text-decoration: none;
        transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s; }
        .global_nav ul li a:hover {
          color: #c1272d; }

#scroll_nav {
  position: fixed;
  top: 0;
  left: 0; }

.fixed {
  position: fixed;
  top: 0;
  left: 0; }

/*****************************************************

 グローバルフッター 
 
*****************************************************/
.global_footer {
  position: relative;
  width: 100%;
  height: 400px;
  background: url(../images/img_cover03.jpg) no-repeat;
  background-size: cover;
  background-position: center; }
  .global_footer .copyright {
    position: absolute;
    bottom: 30px;
    width: 100%;
    color: #ffffff;
    text-align: center; }

.page_footer {
  position: relative;
  width: 100%;
  height: aout;
  padding: 30px 0;
  border-top: 1px solid #ddcdbe; }
  .page_footer .copyright {
    width: 100%;
    color: #7b6c50;
    text-align: center; }

/*****************************************************

 ページ共通
 
*****************************************************/
/* ボックスモデル
----------------------------------------------------*/
.main_content {
  padding: 5px 0 0;
  font-size: 1.4rem; }

.section {
  width: 100%;
  height: auto;
  padding: 80px 0; }

/* 見出し
----------------------------------------------------*/
.section_title {
  color: #b28146;
  font-size: 3rem; }

/* スクロール中のカバー
----------------------------------------------------*/
.scroll_cover {
  width: 100%;
  height: 400px;
  background: url(../images/img_cover02.jpg) no-repeat;
  background-size: 100% auto;
  background-position: center; }

/*****************************************************

 トップページ
 
*****************************************************/
/* Concept
----------------------------------------------------*/
.concept figure {
  float: left;
  display: block;
  width: 22%;
  height: auto; }
  .concept figure img {
    width: 100%;
    height: auto;
    display: block; }
.concept section {
  float: right;
  width: 67%;
  height: auto;
  padding: 20px 5% 0 0; }
  .concept section h2 {
    margin-bottom: 10px; }

/* Information
----------------------------------------------------*/
.information {
  width: 100%;
  height: 120px;
  background: #ffffff; }
  .information section {
    position: relative; }
    .information section h2 {
      float: left;
      display: table;
      width: 30%;
      height: auto;
      text-align: center;
      line-height: 120px; }
    .information section .news_list {
      float: right;
      width: 65%;
      height: auto; }
      .information section .news_list dl {
        margin: 7px 0; }
        .information section .news_list dl dt {
          display: inline-block;
          margin-right: 20px; }
        .information section .news_list dl dd {
          display: inline-block; }
          .information section .news_list dl dd a {
            color: #7b6c50; }
    .information section .btn_more {
      position: absolute;
      top: 120px;
      right: 0;
      width: 60px;
      height: 22px;
      background: #a9815d;
      border-radius: 3px;
      color: #ffffff;
      font-size: 1.3rem;
      text-decoration: none;
      text-align: center;
      line-height: 22px;
      transition: all 0.3s;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s; }
      .information section .btn_more i {
        margin-right: 5px; }
      .information section .btn_more:hover {
        background: #946134; }

/* Menu
----------------------------------------------------*/
.menu h2 {
  margin-bottom: 40px; }
.menu .menu_list01 {
  width: 100%;
  margin: 0 auto 30px; }
  .menu .menu_list01 li {
    float: left;
    display: block;
    width: 41.7%;
    height: 140px;
    margin: 0 2%;
    padding: 20px 2% 35px;
    border: 1px solid #b28146;
    border-radius: 10px; }
.menu .menu_list02 {
  width: 80%;
  margin: auto; }
  .menu .menu_list02 li {
    float: left;
    display: block;
    width: 32%;
    height: 140px;
    margin: 0 3%;
    padding: 30px 3%;
    border: 1px solid #b28146;
    border-radius: 10px; }
.menu .menu_list01 h3, .menu .menu_list02 h3 {
  margin-bottom: 10px;
  color: #946134;
  font-size: 1.6rem; }
.menu .menu_list01 dl, .menu .menu_list02 dl {
  margin-bottom: 5px; }
  .menu .menu_list01 dl dt, .menu .menu_list02 dl dt {
    display: inline-block;
    width: 35%; }
  .menu .menu_list01 dl dd, .menu .menu_list02 dl dd {
    display: inline-block; }

/* Salon
----------------------------------------------------*/
.salon section {
  float: left;
  width: 46%;
  height: auto; }
  .salon section h2 {
    margin-bottom: 20px; }
  .salon section dl {
    margin-bottom: 20px;
    padding-left: 28px;
    background: url(../images/bg_salon_12.gif) no-repeat;
    background-position: left 10px;
    color: #7b6c50; }
    .salon section dl dt {
      font-size: 1.4rem; }
    .salon section dl dd {
      font-size: 1.3rem; }
.salon .google_map {
  float: right;
  width: 50%;
  height: auto; }

.btn_map {
  display: none; }

/*****************************************************

 お知らせ
 
*****************************************************/
/* Archive
----------------------------------------------------*/
.page_title {
  width: 100%;
  height: 50px;
  margin-top: -5px;
  background: #a9815d;
  color: #ffffff;
  font-size: 2rem;
  text-align: center;
  line-height: 50px;
  letter-spacing: 2px; }

.archive_list li {
  border-top: 1px solid #d4c0ae; }
  .archive_list li .section figure {
    float: left;
    display: block;
    width: 22%;
    height: auto; }
    .archive_list li .section figure img {
      display: block;
      width: 100%;
      height: auto;
      border-radius: 50%; }
  .archive_list li .section section {
    float: right;
    width: 67%;
    height: auto;
    padding: 5px 5% 0 0; }
    .archive_list li .section section a {
      color: #7b6c50;
      text-decoration: none; }
      .archive_list li .section section a h3 {
        margin-bottom: 15px;
        color: #946134;
        font-size: 1.8rem; }
      .archive_list li .section section a span {
        display: block;
        margin-top: 15px; }
      .archive_list li .section section a:hover h3, .archive_list li .section section a:hover p, .archive_list li .section section a:hover span {
        color: #c1272d; }
  .archive_list li:nth-child(2n) {
    background: #ffffff; }
    .archive_list li:nth-child(2n) figure {
      float: right;
      display: block;
      width: 22%;
      height: auto;
      border-radius: 50%; }
      .archive_list li:nth-child(2n) figure img {
        width: 100%;
        height: auto;
        display: block; }
    .archive_list li:nth-child(2n) section {
      float: left;
      width: 67%;
      height: auto;
      padding: 20px 5% 0 0; }
      .archive_list li:nth-child(2n) section a {
        color: #7b6c50;
        text-decoration: none; }
        .archive_list li:nth-child(2n) section a h3 {
          margin-bottom: 15px;
          color: #946134;
          font-size: 1.8rem; }
        .archive_list li:nth-child(2n) section a span {
          display: block;
          margin-top: 15px; }
        .archive_list li:nth-child(2n) section a:hover h3, .archive_list li:nth-child(2n) section a:hover p, .archive_list li:nth-child(2n) section a:hover span {
          color: #c1272d; }

/* Pager
----------------------------------------------------*/
.pager {
  width: 100%;
  padding: 50px 0;
  border-top: 1px solid #d4c0ae;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1; }
  .pager a.page-numbers {
    padding: 7px 8px 8px;
    margin: 0 5px;
    border-radius: 3px;
    color: #946134;
    text-decoration: none;
    transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s; }
  .pager .current {
    background: #a9815d;
    padding: 7px 8px 8px;
    margin: 0 5px;
    border-radius: 3px;
    color: #ffffff;
    text-decoration: none;
    transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s; }
  .pager a:hover {
    color: #ffffff;
    background: #a9815d;
    transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s; }

/* Post
----------------------------------------------------*/
.post h3 {
  color: #946134;
  font-size: 2.4rem;
  line-height: 1.3;
  margin-bottom: 10px; }
.post figure {
  width: 100%;
  height: auto;
  margin: 30px 0; }
  .post figure img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px; }
.post p {
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 20px; }
.post .back_list {
  display: block;
  width: 50%;
  height: 40px;
  margin: 80px auto 40px;
  background: #a9815d;
  border-radius: 5px;
  color: #ffffff;
  font-size: 1.5rem;
  text-align: center;
  line-height: 40px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s; }
  .post .back_list:hover {
    background: #946134;
    text-decoration: none; }

/*# sourceMappingURL=tablet.css.map */
