@charset "utf-8";


*{ margin: 0;padding: 0}

a { text-decoration : none}
ul, ol { list-style : none}
img { vertical-align : middle}


html {
font-size : 100%;
line-height : 1.5;
}


img {
  max-width : 100%;
}

.cf:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

body{
  background:url(../img/back.gif)
}


/* header */

header { 
  text-align : center;
  border-top:7px solid #F1E1C5;
  background:#fff
}
header h1 {
  font-size:12px;
  font-weight:normal;
  color : #fff;
}
header img#logo{
  width:40%;
  max-width:280px;
  margin:5px auto 5px;
}
header nav#gnav {
  margin:10px 0 0;
  width:100%;
  margin:0 auto 3px;
  background:#664C00 url(../img/back_nav.gif);
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif; 
  font-weight:bold;
  font-size:14px;
  line-height:30px;
  height:30px;
  overflow:hidden;
  box-shadow:0 1px 4px #000;
	-webkit-box-shadow: 0 1px 4px #000;
	-moz-box-shadow: 0 1px 4px #000;
}
header nav#gnav ul{
  width:100%;
  max-width:960px;
  margin:auto;
}
header nav#gnav ul li {
  width : 25%;
  float : left;

}
header nav#gnav ul li a {
  display : block;
  color : #fff;
}

header nav#gnav ul li a:hover {
  background:#EBBF23;
}


.fixed{
	position:fixed;
}


/* contents */

#contents {
  width:100%;
  margin : 0 auto;
  font-size:14px;
  color:#60432B;
}
#contents h2{
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif; 
  text-align:center;
  padding:0 0.2em 0.25em;
  font-size:18px;
}
#contents h2 span{
  display:block;
  font-size:14px;
  font-weight:normal;
  /*color:#637D36;*/
  line-height:1.3;
  text-shadow:none;
}

#about-us,
#menu,
#salon-info{
  width:100%;
  padding-top:30px;
  margin-top:-30px;
  padding-bottom:10px;
}
#about-us h2,
#salon-info h2{
  border-bottom:3px double #664C00;
  color:#664C00;
  text-shadow: 1px 1px 10px #fff,
  -1px 1px 10px #fff,
  1px -1px 10px #fff,
  -1px -1px 10px #fff;
  padding:0.75em 0 0.2em;
  margin-bottom:5px;
}

#contents h3{
  font-size:16px;
  color:#fff;
}
#contents p { 
  line-height:1.6;
  margin:0 5px;
}


/* visual */
.visual{
   background:#F1E1C5 url(../img/renga.png) center top repeat;
}

.visual img.bigimage 
{ display: none; }

.visual img.minimage {
    display: block;
    width: 100%;
    margin:0 auto;
}

.visual img.minimage {
    display:none\9;
}
.visual img.bigimage {
    display: block\9;
    width:960px\9;
    margin:auto\9;
}

/* About US */

#about-us .a-inner{
  width:96%;
  margin:15px auto 10px;
  max-width:760px;
}
#about-us p{ 
  margin:5px auto 10px;
  color:#664C00;
}
#about-us p.catch{
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;  
  font-size:17px;
  font-weight:bold;
  color:#D75815;
  margin-top:20px;
  text-shadow: 1px 1px 10px #fff,
  -1px 1px 10px #fff,
  1px -1px 10px #fff,
  -1px -1px 10px #fff;
}

#about-us div.gallery{
  width:100%;
  max-width:940px;
  margin:20px auto;
}
#about-us div.gallery img{
  float:left;
  margin:1.1%;
  width:31%;
  width:130px\9;
}

/* Menu */
#menu{
 width:100%;
 background:#794A2F url(../img/wood.gif);
 color:#fff;
}
#menu h2{
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif; 
  text-align:center;
  border-bottom:3px double #F1E1C5;
  font-size:18px;
  color:#fff;
  padding:0.75em 0 0.2em;
  text-shadow: 2px 2px 30px #000,
    -1px 1px 10px #000,
    1px -1px 10px #000,
    -1px -1px 10px #000;
}
#menu div.m-inner{
  width:96%;
  margin:15px auto 10px;
  max-width:950px;
}
#menu section.mbox-l table:nth-child(1){
  margin-top:0
}
#menu section.mbox-r table:nth-child(1){
  margin-top:30px;
}
#menu table.menu-table{
   width: 98%;
   margin:30px auto 2px;
   border-collapse: collapse;
   background-color:rgba(0,0,0,0.2);

}
#menu table.menu-table caption{
   font-size:20px;
   font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
   letter-spacing:2px;
   line-height:24px;
   text-align:left;
   padding:5px 10px;
   border: 1px solid #F1E1C5;
   border-bottom:none;
   background:rgba(0,0,0,0.45);
   color:#F1E1C5;
}
#menu table.menu-table caption span{
  font-size:13px;
  display:block;
  float:right;
  letter-spacing:0;
}

#menu table.menu-table th{
  display:none;
} 
#menu table.menu-table td{
  border: 1px solid #F1E1C5;
  padding:5px;
  width:50%\9;
}
#menu table.menu-table td span{
  font-size:12px;
}
#menu table.menu-table tr td:nth-of-type(1) {
   border-right:none;
   width:auto;
}
#menu table.menu-table tr td:nth-of-type(2) {
   text-align:right;
   border-left:none;
   width:5em;
}
#menu p.menu-note{
   font-size:12px;
   margin-left:5px;
}
#menu p.other{
   color:#F1E1C5;
   font-size:13px;
   margin:30px auto 10px;
   width:90%;
   text-align:center;
   border-top:1px dotted #F1E1C5;
   border-bottom:1px dotted #F1E1C5;
   padding:10px;
}
#menu a{
    color:#fff;
}
#menu a:hover{
   text-decoration:underline
}

/* Salon info */
#salon-info div.inner{
  width:100%;
  max-width:660px;
  margin:15px auto 15px;
}

#salon-info img.exterior{
  display:block;
  margin:auto;
  max-width:280px;
}
#salon-info table.info-table{
   width: 90%;
   margin:5px auto;
   border-collapse: collapse;
   /*background-color:rgba(0,0,0,0.2);*/
   color:#664C00;
   text-align:left;
   }

#salon-info table.info-table th,
#salon-info table.info-table td{
  /*border-bottom: 1px dotted #b9b9b9;*/
  border-bottom: 1px dotted #664C00;
  padding:5px;
}
#salon-info .tel{
  font-weight:bold;
  letter-spacing:0.025em;
  font-size:15px;
}
#salon-info span.final,
#salon-info .tel span.appo{
  font-size:13px;
}
#salon-info .tel span.appo{
  color:#fff;
  background:#68813C;
  padding:0.15em 0.25em 0 0.25em;
  margin-left:0.15em;
  font-weight:normal;
  letter-spacing:0;
  width:4em;
}
#salon-info #gmap{
  border:1px solid #E5DED0;
  max-width:900px;
  height:300px;
  margin:20px auto;
}

iframe {
  border:1px solid #CCC;
}

/* footer */

footer {
text-align : center;
/*border-top:1px solid #E5DED0*/
}

#topbutton {
      /* ▼表示位置を画面の右下に固定 */
      position: fixed; /* ←表示場所を固定 */
      bottom: 30px;   /* ←下端からの距離 */
      right: 15px;    /* ←右端からの距離 */
      width: 7em;     /* ←横幅 */

      /* ▼最初は非表示にしておく */
      display: none;

      /* ▼配色・配置・文字の装飾など */
      background-color: #637D36; /* ←背景色 */
      opacity: 0.75;             /* ←透明度 */
      border-radius: 24px;       /* ←角丸の半径 */
      text-align: center;    /* ←文字の位置 */
      font-size: 14px;       /* ←文字サイズ */
      font-weight: bold;     /* ←文字の太さ */
      margin: 0px;    /* ←外側の余白 */
      padding: 5px;  /* ←内側の余白 */
}
#topbutton a {
      /* ▼リンクの装飾 */
      color: white;          /* ←文字色 */
      text-decoration: none; /* ←下線なし */
   }
#topbutton a:hover {
      /* ▼マウスが載ったときの装飾 */
      color: #E5DED0; /* ←背景色 */
}

footer p {
   width:100%;
  background:#664C00 url(../img/back_nav.gif);
}
footer p small{
    font-size:12px;
    color:#fff;
}


header nav#gnav{  
  font-size:18px;
  line-height:30px;
  height:30px;
}

#contents { 
  text-align : left;
}

.visual img.minimage { display: none!important; }
.visual img.bigimage  {
     display: block!important;
     width:100%;
     max-width:960px; 
     margin:0 auto;
}


/* about-us 480 */
#about-us p.catch{ 
  font-size:17px;
}
#about-us div.gallery img{
  margin:0.5%;
  width:15.5%
}


/* menu 480 */
#menu table.menu-table caption{
   display:none;
}
#menu table.menu-table th{
  display:table-cell;
  width:5em;
  text-align:center;
  font-size:20px;
  line-height:1.5;
  font-weight:normal;
  vertical-align: top;
  border: 1px solid #F1E1C5;
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif; 
  background:rgba(0,0,0,0.25);
  color:#F1E1C5;
  font-size:22px;
  padding:5px;
} 
#menu table.menu-table th span{
  display:block;
  font-size:13px;
   } 
#menu table.menu-table th span.and{
   display:inline;
} 


/* salon-info 480 */

#salon-info table.info-table th,
#salon-info table.info-table td{
  padding:5px 20px;
}
#salon-info .tel{
  letter-spacing:0.05em;
  font-size:18px;
}


  
#menu section.mbox-l,
#menu section.mbox-r{
  width:48%;
  max-width:440px
}
#menu section.mbox-l{
  float:left;
  margin:0 5px
}
#menu section.mbox-r{
  float:right;
  margin:0 5px;
}
#menu section.mbox-r table:nth-child(1){
  margin-top:0;
}

#menu table.menu-table caption{
 display:table-caption;
}

#menu table.menu-table th{
     display:none 
}



header nav#gnav{  
  font-size:20px;
  line-height:38px;
  height:38px;
}

#contents h2{
  font-size:28px;
  letter-spacing:3px
}

#about-us,
#menu,
#salon-info{
 margin:2.5em auto;
}

#about-us p.catch{ 
  text-align:center;
  font-size:24px;
  letter-spacing:1px;
}

#salon-info img.exterior{
  float:left;
  margin:10px ;
}
#salon-info table.info-table{
   width: 60%;
   float:right;
   margin-left:15px;
}
#salon-info table.info-table th,
#salon-info table.info-table td{
   padding:9px 20px;
}
#salon-info div#gmap{
  height:450px;
}



#contents {
  overflow : hidden;
}


#about-us div.gallery img{
  width:150px;
  margin:3px;
}

#menu table.menu-table caption{
  display:none;
} 
#menu table.menu-table th{
  display:table-cell;
} 
   
#menu table.menu-table th span{
   font-size:13px;
   display:block;
} 
#menu table.menu-table td{
   padding:5px 10px;
   white-space:nowrap;
   width:auto;
} 

