﻿@charset "UTF-8";
/* 画面幅別レイアウト設定 */
/* フォント設定 */
/* -------------------------------- */
/* ----------------------------------------- */
* {
  margin: 0;
  padding: 0;
  letter-spacing: 0; }

html {
  font-size: 62.5%; }

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  background-color: #A08563;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #040404; }

.font-b {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold; }

.font-red {
  color: #a70d0d; }

.font-yellow {
  color: #ffc04f; }

a {
  text-decoration: underline;
  color: #005ea4; }

/* ----------------------------------------- */
#wrapper {
  width: 100%;
  text-align: left; }
  @media screen and (min-width: 900px) {
    #wrapper {
      width: 900px;
      min-width: 900px;
      margin: 0 auto; } }

/* ヘッダー用ボックス */
#header {
  width: 100%;
  position: relative; }
  #header .logo {
    display: block;
    width: 100%;
    height: auto; }

/* フッター用ボックス */
#footer {
  height: auto;
  clear: both;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  color: #FFF;
  padding: 10px 50px;
  text-align: center;
  background-image: url("img/footer.png"); }
  @media screen and (min-width: 401px) and (max-width: 899px) {
    #footer {
      padding: 10px; } }

#shop_info {
  width: 312px;
  margin: 0 auto;
  text-align: left; }
  @media screen and (min-width: 401px) and (max-width: 899px) {
    #shop_info {
      width: 80%; } }
  @media screen and (max-width: 400px) {
    #shop_info {
      width: 100%; } }

/*-----------------------------------------*/
/* ページナビボタン */
#pagenavi {
  position: relative;
  display: block;
  width: 100%;
  height: 56px;
  background-image: url("img/pagenavi_bg.png");
  overflow: hidden;
  /*ul {
        padding-left: 90px;
        list-style-type: none;


        li {
            width: 120px;
            float: left;
        }
    }

    a {
        width: 100%;
        height: 56px;
        display: block;
        background-image: url("img/pagenavi_a.png");
        background-repeat: no-repeat;

        &:hover {
            background-image: url("img/pagenavi_a.png");
            background-repeat: no-repeat;
        }
    }

    span {
        display: none;
    }
}


#mbtn1 a {
    background-position: 0px 0px;

    &:hover {
        background-position: 0px -56px;
    }
}

#mbtn2 a {
    background-position: -120px 0px;

    &:hover {
        background-position: -120px -56px;
    }
}

#mbtn3 a {
    background-position: -240px 0px;

    &:hover {
        background-position: -240px -56px;
    }
}

#mbtn4 a {
    background-position: -360px 0px;

    &:hover {
        background-position: -360px -56px;
    }
}

#mbtn5 a {
    background-position: -480px 0px;

    &:hover {
        background-position: -480px -56px;
    }
}

 #mbtn6 a { background-position : -600px 0px; } 

#mbtn7 a {
    background-position: -720px 0px;

    &:hover {
        background-position: -720px -56px;
    }


 #mbtn6 a:hover { background-position : -600px -56px; }*/ }
  #pagenavi ul {
    padding-left: 90px;
    list-style-type: none; }
    @media screen and (min-width: 401px) and (max-width: 899px) {
      #pagenavi ul {
        padding-left: 8px; } }
    @media screen and (max-width: 400px) {
      #pagenavi ul {
        padding-left: 0; } }
    #pagenavi ul li {
      width: 120px;
      float: left; }
      @media screen and (min-width: 401px) and (max-width: 899px) {
        #pagenavi ul li {
          width: 16%; } }
      @media screen and (max-width: 400px) {
        #pagenavi ul li {
          width: 16%; } }
      #pagenavi ul li a {
        display: block;
        height: 56px;
        text-decoration: none;
        color: #FFF; }
        #pagenavi ul li a:hover {
          background: rgba(255, 255, 255, 0.2);
          z-index: 10; }
      #pagenavi ul li span {
        display: block;
        text-align: center;
        margin-bottom: 8px; }
        @media screen and (min-width: 401px) and (max-width: 899px) {
          #pagenavi ul li span {
            line-height: 56px;
            font-size: 12px;
            font-size: 1.2rem;
            font-weight: noaml; } }
        @media screen and (max-width: 400px) {
          #pagenavi ul li span {
            line-height: 56px;
            font-size: 8px;
            font-size: 0.8rem;
            font-weight: noaml; } }
      #pagenavi ul li span.sub-menu-tx {
        text-align: center;
        display: block;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: noaml; }
        @media screen and (min-width: 401px) and (max-width: 899px) {
          #pagenavi ul li span.sub-menu-tx {
            display: none; } }
        @media screen and (max-width: 400px) {
          #pagenavi ul li span.sub-menu-tx {
            display: none; } }
      #pagenavi ul li + li {
        border-left: 1px solid #cca083; }

/*-----------------------------------------*/
.blank {
  height: 20px;
  clear: both; }

h1 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 10px;
  vertical-align: bottom;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: left;
  color: #FFF; }
  @media screen and (min-width: 401px) and (max-width: 899px) {
    h1 {
      width: 50%;
      padding: 10px 0;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: normal; } }
  @media screen and (min-width: 401px) and (max-width: 899px) {
    h1 {
      width: 50%;
      padding: 0;
      font-size: 8px;
      font-size: 0.8rem;
      font-weight: normal; } }
  @media screen and (max-width: 400px) {
    h1 {
      width: 50%;
      padding: 0;
      font-size: 8px;
      font-size: 0.8rem;
      font-weight: normal; } }

h2 {
  clear: both;
  height: 40px;
  margin: 10px 0px 10px 0px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #FFF;
  background-image: url("img/line.png"); }

h3 {
  position: relative;
  font-size: 18px;
  font-size: 1.8rem; }
  h3::before {
    display: inline-block;
    content: "";
    width: 24px;
    height: 24px;
    background-image: url("img/icon00.png");
    background-size: 24px 24px;
    background-repeat: no-repeat;
    margin: 4px;
    vertical-align: bottom; }

a img {
  border: none; }

td img {
  box-shadow: 5px 5px 5px rgba(104, 77, 57, 0.5); }

#introduction {
  width: 100%;
  padding: 10px 0;
  text-align: center; }
  @media screen and (min-width: 900px) {
    #introduction {
      width: 700px;
      margin: 0px auto; } }

/* 仮写真表示設定 */
.soon-img {
  position: relative;
  display: block;
  width: 96%;
  height: auto;
  min-height: 191.29px;
  margin: 0 auto;
  text-align: center;
  line-height: 191.29px;
  color: #563c29;
  background-color: #bdb29d;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold; }
  .soon-img::after, .soon-img::before {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    display: inline-block; }
  .soon-img::before {
    border-left: solid 4px #563c29;
    border-top: solid 4px #563c29;
    top: 0;
    left: 0; }
  .soon-img::after {
    border-right: solid 4px #563c29;
    border-bottom: solid 4px #563c29;
    bottom: 0;
    right: 0; }
  .soon-imgp {
    margin: 0;
    padding: 0; }

.infomation .shop .soon-img {
  background-color: #d7ccb3; }
