@charset "UTF-8";
/* 共通設定
   ========================================================================== */
body {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

img {
  vertical-align: top; }

img:not([width]) {
  zoom: .5;
  /* Retinaディスプレイ対応のためimg要素は半分の大きさに */
  -moz-transform: scale(0.5, 0.5); }

ol, ul {
  list-style: none; }

a {
  text-decoration: none;
  overflow: hidden; }

/* ヘッダー
   ========================================================================== */
#header {
  height: 45px;
  overflow: hidden;
  background-color: #F09183;
  background-image: url(/images/header_text.png);
  background-size: auto 10px;
  background-position: center;
  background-repeat: no-repeat; }
  #header #toggleMenu {
    display: block;
    float: left;
    height: 20px;
    width: 20px;
    padding: 12px;
    margin: 0; }
    #header #toggleMenu img {
      width: 20px;
      height: 20px;
      zoom: 1;
      -moz-transform: scale(1, 1); }
  #header #headerLogo {
    display: block;
    float: right;
    height: 30px;
    padding: 9px 6px 6px; }
    #header #headerLogo img {
      height: 30px;
      zoom: 1;
      -moz-transform: scale(1, 1); }

#slideNav {
  display: none; }
  #slideNav ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
    background: #fff;
    border-top: 1px solid #CFC6BD;
    border-bottom: 1px solid #CFC6BD; }
    #slideNav ul li {
      float: left;
      width: 49%;
      /* IE8以下とAndroid4.3以下用フォールバック */
      width: -webkit-calc(50% - 2px);
      width: calc(50% - 2px);
      height: 45px;
      border: 1px solid #CFC6BD; }
      #slideNav ul li .recruit {
        width: 100%; }
      #slideNav ul li a {
        display: block;
        width: 100%;
        height: 24px;
        padding: 10px 0 11px;
        margin: 0;
        text-align: center;
        background-image: url(/images/footer_nav_bg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto 36px; }
        #slideNav ul li a img {
          width: auto;
          height: 24px;
          zoom: 1;
          -moz-transform: scale(1, 1); }

/* フッター
   ========================================================================== */
#reservationBox {
  min-width: 72%;
  padding: 6px 0 24px;
  margin: 0 auto;
  text-align: center;
  border-top: 1px dashed #CFC6BD; }
  #reservationBox h3 {
    margin-bottom: 6px; }
    #reservationBox h3 img {
      height: 22px;
      zoom: 1;
      -moz-transform: scale(1, 1); }
  #reservationBox a img {
    width: 250px;
    height: auto;
    margin-bottom: 10px;
    zoom: 1;
    -moz-transform: scale(1, 1); }

#footerNav ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-top: 1px solid #CFC6BD;
  border-bottom: 1px solid #CFC6BD; }
  #footerNav ul li {
    float: left;
    width: 49%;
    /* IE8以下とAndroid4.3以下用フォールバック */
    width: -webkit-calc(50% - 2px);
    width: calc(50% - 2px);
    height: 45px;
    border: 1px solid #CFC6BD; }
    #footerNav ul li .recruit_ {
      width: 100%; }
    #footerNav ul li a {
      display: block;
      width: 100%;
      height: 24px;
      padding: 10px 0 11px;
      margin: 0;
      text-align: center;
      background-image: url(/images/footer_nav_bg.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: auto 36px; }
      #footerNav ul li a img {
        width: auto;
        height: 24px;
        zoom: 1;
        -moz-transform: scale(1, 1); }

#footerInfo {
  padding: 12px 0;
  font-size: 12px;
  line-height: 18px; }
  #footerInfo p {
    width: 216px;
    padding: 0;
    margin: 0 auto; }
  #footerInfo p b {
      color: #9F8D7B;
      margin-right: 12px; }
  #footerInfo address {
    width: 216px;
    padding-bottom: 12px;
    margin: 0 auto;
    font-style: normal; }
  #footerInfo a#gohome{
	display:block;
	margin:0 auto;
	padding-bottom:20px;
	width:250px;
	height:auto;
	zoom: 1;
	-moz-transform: scale(1, 1);}
  #footerInfo img{ 
  	width:250px;
	height:auto;
	zoom: 1;
	-moz-transform: scale(1, 1);}
  #footerInfo .contactBox {
    height: 55px;
    text-align: center;
    background-color: #F8EBE8; }
  #footerInfo .contactBox a {
      display: inline-block;
      width: 90px;
      height: 30px;
      padding: 0 12px;
      margin: 12px 6px;
      color: #9F8D7B;
      line-height: 30px;
      border: 1px solid #9F8D7B; }
  #footerInfo .pageTop {
    height: 40px;
    background-color: #F09183; }
    #footerInfo .pageTop a {
      display: block;
      height: 17px;
      padding: 11px 0 12px;
      margin: 0;
      text-align: center; }
      #footerInfo .pageTop a img {
        width: auto;
        height: 17px;
        zoom: 1;
        -moz-transform: scale(1, 1); }

#copyrightWrap {
  color: #505050;
  font-size: 10px;
  text-align: center; }
  #copyrightWrap img {
    width: 140px;
    height: auto;
    zoom: 1;
    -moz-transform: scale(1, 1); }


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