@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Prata);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.image_left, .image_right, .image_box {
  zoom: 1;
}
.image_left:after, .image_right:after, .image_box:after {
  display: block;
  content: "";
  clear: both;
}

/*–––––––––––––––––––––*
*		共通
*––––––––––––––––––––––*/
* {
  -webkit-appearance: none;
}

body {
  font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  color: #333;
  background: url(../img/bg_body.jpg);
}

.bold {
  font-weight: bold;
}

.red {
  color: #900;
}

.min0 {
  min-height: 0 !important;
}

body {
  font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}

.w760 {
  width: 760px;
  margin: 0 auto;
}

.w100 {
  width: 100%;
}

a {
  color: #494031;
}
a:hover {
  text-decoration: none;
}

.bb_none {
  border-bottom: none !important;
}

a img {
  -moz-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
a img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.bold {
  font-weight: bold;
}

.ul {
  list-style: disc inside;
  margin: 15px 0;
}
.ul li {
  margin-bottom: 5px;
}
.ul li:last-child {
  margin-bottom: 0;
}

.dl {
  margin: 15px 0;
}
.dl dt {
  font-weight: bold;
}
.dl dd {
  margin: 0 0 10px 10px;
}
.dl dd:last-child {
  margin-bottom: 0;
}

p {
  margin: 15px 0;
}

.open {
  margin: 40px 0;
}

/*–––––––––––––––––––––*
*	ヘッダー
*––––––––––––––––––––––*/
header {
  background: url(../img/bg_header.jpg);
  border-bottom: solid 1px #d8d8d8;
  padding-bottom: 30px;
}

#header_top {
  background: #494031;
}
#header_top h1 {
  color: #fff;
  font-size: 10px;
  padding: 5px 0;
  text-align: right;
}

#logo {
  text-align: center;
  margin: 25px 0;
}

/*–––––––––––––––––––––*
*	ナビ
*––––––––––––––––––––––*/
#g_nav ul {
  text-align: center;
}
#g_nav li {
  display: inline-block;
  margin: 0 20px;
  -moz-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
#g_nav li:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
#g_nav a {
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1;
}
#g_nav a span {
  display: block;
  font-family: "Prata", "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 14px;
}

/*–––––––––––––––––––––*
*	スライダー
*––––––––––––––––––––––*/
#main_img {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 8px #494031;
  margin-bottom: 30px;
}

/*–––––––––––––––––––––*
*	コンテンツ
*––––––––––––––––––––––*/
#content {
  padding-top: 50px;
}

/*–––––––––––––––––––––*
*	フッター
*––––––––––––––––––––––*/
footer {
  margin-top: 60px;
  background: url(../img/bg_header.jpg);
  border-top: solid 1px #d8d8d8;
}

#footer_top .inner {
  position: relative;
}
#footer_top #footer_nav {
  padding: 60px 0;
}
#footer_top #footer_nav li {
  margin-right: 20px;
  display: inline-block;
}
#footer_top #footer_nav a {
  font-size: 12px;
  text-decoration: none;
  font-family: "Prata", "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  -moz-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
#footer_top #footer_nav a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
#footer_top #footer_nav a:before {
  content: '\f0da';
  font-family: FontAwesome;
  margin-right: 8px;
  color: #494031;
}
#footer_top .shop_data {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  float: right;
  background: #494031;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
  padding: 10px 25px;
  color: #fff;
  font-size: 12px;
}
#footer_top .shop_data p {
  margin: 0;
}
#footer_top .shop_data .name {
  font-weight: bold;
}
#footer_top .shop_data .tel {
  font-size: 20px;
  font-weight: bold;
  font-family: "Prata", "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#footer_bottom {
  background: #494031;
  color: #fff;
  text-align: center;
  padding: 15px 0;
}
#footer_bottom small {
  font-family: "Prata", "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 11px;
}

/*–––––––––––––––––––––*
*	メインパーツ
*––––––––––––––––––––––*/
.section {
  margin-bottom: 40px;
}

*.under_ttl {
  text-align: center;
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
*.under_ttl:before {
  content: none;
}

h2, .ttl01 {
  font-weight: bold;
  font-size: 16px;
  color: #494031;
  font-family: "Prata", "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: rgba(212, 210, 186, 0.24);
  padding: 10px 20px 8px;
  margin-bottom: 20px;
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
  border-bottom: solid 1px #d4d4d4;
}
h2:before, .ttl01:before {
  content: '\f144';
  font-family: FontAwesome;
  color: #494031;
  margin-right: 8px;
}

h3, .ttl02 {
  font-weight: bold;
  font-size: 15px;
  font-family: "Prata", "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border-bottom: solid 1px #494031;
  padding: 5px 8px;
  margin: 15px 0;
}
h3:before, .ttl02:before {
  content: '\f0c8';
  font-family: FontAwesome;
  color: #494031;
  margin-right: 8px;
  font-size: 10px;
  position: relative;
  top: -2px;
}

.photo {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px;
  background: #fff;
  border: solid 1px #ccc;
}

.text01 {
  text-align: center;
  line-height: 3;
}

.image_left, .image_right {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: dotted 1px #ccc;
}
.image_left img, .image_right img {
  width: 30%;
}
.image_left .ttl, .image_right .ttl {
  font-weight: bold;
  color: #494031;
  font-size: 15px;
  line-height: 1;
}
.image_left .text_area, .image_right .text_area {
  position: relative;
}

.image_left img {
  float: left;
}
.image_left .text_area {
  margin-left: 34%;
}

.image_right img {
  float: right;
}
.image_right .text_area {
  margin-right: 34%;
}

.image_box.column2 li {
  width: 48%;
  margin-right: 4%;
}
.image_box.column2 li:nth-child(3n) {
  margin-right: 4%;
}
.image_box.column2 li:nth-child(even) {
  margin-right: 0;
}
.image_box img {
  max-width: 100%;
  height: auto;
}
.image_box li {
  width: 31%;
  float: left;
  margin: 0 3.5% 20px 0;
  min-height: 270px;
}
.image_box li:nth-child(3n) {
  margin-right: 0;
}
.image_box .ttl {
  font-weight: bold;
  color: #494031;
  font-size: 15px;
}
.image_box p {
  font-size: 13px;
  margin: 5px 0 !important;
}
.image_box.gallery li {
  min-height: 0;
}

table {
  width: 100%;
}
table th, table td {
  background: rgba(212, 210, 186, 0.24);
  margin: 1px;
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
  border-bottom: solid 1px #d4d4d4;
  padding: 15px;
}
table th {
  font-weight: bold;
  width: 30%;
  background: rgba(185, 183, 160, 0.24);
}
table.menu tr {
  border-bottom: solid 1px #ccc;
}
table.menu tr:first-child {
  border-top: solid 1px #ccc;
}
table.menu th, table.menu td {
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
table.menu th {
  width: 50%;
}
table.menu td {
  text-align: right;
}

.news_list {
  max-height: 300px;
  overflow: auto;
}
.news_list li {
  border-bottom: dotted 1px #ccc;
  padding: 0 10px 10px 10px;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_list li:before {
  content: '\f0da';
  font-family: FontAwesome;
  margin-right: 8px;
  color: #494031;
}
.news_list a {
  text-decoration: none;
}
.news_list a:hover {
  text-decoration: underline;
}

/*–––––––––––––––––––––*
*	フォームパーツ
*––––––––––––––––––––––*/
input, textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: solid 1px #aaa;
  -moz-box-shadow: 1px 1px 1px #aaa inset;
  -webkit-box-shadow: 1px 1px 1px #aaa inset;
  box-shadow: 1px 1px 1px #aaa inset;
  padding: 8px;
  font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: rgba(255, 255, 255, 0.25);
}

input[type='submit'] {
  cursor: pointer;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #494031;
  color: #fff;
  -moz-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
input[type='submit']:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

textarea {
  min-height: 300px;
}

#error_list {
  color: #900;
  font-weight: bold;
  border: solid 2px #900;
  padding: 15px;
  background: #FFE8E8;
  margin-bottom: 20px;
}
#error_list li {
  margin-bottom: 8px;
}
#error_list li:before {
  content: '・';
}
#error_list li:last-child {
  margin-bottom: 0;
}

/*–––––––––––––––––––––*
*	グーグルマップ
*––––––––––––––––––––––*/
#gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 35px;
}

#gmap iframe,
#gmap object,
#gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*–––––––––––––––––––––*
*	bxslider
*––––––––––––––––––––––*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 6px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../img/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 0;
  background: url(../img/prev.png) no-repeat center center rgba(0, 0, 0, 0.8);
}

.bx-wrapper .bx-next {
  right: 0;
  background: url(../img/next.png) no-repeat center center rgba(0, 0, 0, 0.8);
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/*–––––––––––––––––––––*
*	モバイル
*––––––––––––––––––––––*/
@media only screen and (max-width: 1000px) {
  .inner, .w760 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 5%;
  }

  img {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
  }

  h1 {
    display: none;
  }

  header {
    padding-bottom: 0;
  }

  #header_top {
    height: 8px;
  }

  #content {
    padding-top: 30px;
  }

  #g_nav {
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    width: 100%;
    right: 100%;
    height: 100%;
    z-index: 998;
    overflow: auto;
    background: #494031;
    -moz-box-shadow: -2px -3px 7px -1px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: -2px -3px 7px -1px rgba(0, 0, 0, 0.2) inset;
    box-shadow: -2px -3px 7px -1px rgba(0, 0, 0, 0.2) inset;
  }
  #g_nav .inner {
    padding: 0;
  }
  #g_nav ul {
    text-align: left;
    padding-top: 40px;
  }
  #g_nav li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    display: block;
    font-size: 13px;
    border-bottom: solid 1px #fff;
  }
  #g_nav li:first-child {
    border-top: solid 1px #fff;
  }
  #g_nav a {
    display: block;
    text-align: left;
    color: #fff;
    padding: 15px;
    font-size: 13px;
  }
  #g_nav a span {
    font-size: 13px;
    display: inline;
    margin-right: 10px;
  }

  body.on {
    position: fixed;
    width: 100%;
  }
  body.on #g_nav {
    right: 0;
  }

  body.on #w_nav {
    left: 0;
  }

  #sp_btn {
    width: 26px;
    height: 26px;
    position: fixed;
    z-index: 999;
    top: 15px;
    right: 5%;
    cursor: pointer;
    padding: 5px;
    background: #494031;
  }
  #sp_btn:after, #sp_btn:before, #sp_btn span {
    content: '';
    display: block;
    width: 26px;
    height: 4px;
    position: absolute;
    background: #fff;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
  }
  #sp_btn span {
    top: 50%;
    margin-top: -2px;
  }
  #sp_btn:before {
    top: 17%;
  }
  #sp_btn:after {
    bottom: 17%;
  }
  #sp_btn.on {
    top: 2px;
    left: 50%;
    margin-left: -18px;
  }
  #sp_btn.on span {
    opacity: 0;
  }
  #sp_btn.on:before {
    top: 45%;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #sp_btn.on:after {
    bottom: 45%;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .image_box li {
    width: 48%;
    margin-right: 0;
  }
  .image_box li:nth-child(3n) {
    margin-right: 0;
  }
  .image_box li:nth-child(even) {
    margin-left: 4%;
  }
  .image_box.column2 li {
    width: 48%;
    margin-right: 4%;
  }
  .image_box.column2 li:nth-child(3n) {
    margin-right: 0;
  }
  .image_box.column2 li:nth-child(even) {
    margin-left: 0;
  }

  table {
    border-top: solid 1px #ccc;
  }
  table th, table td {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  table th {
    border-bottom: none;
    border-top: none;
  }
  table.menu tr {
    border: none;
  }
  table.menu th {
    border-bottom: dashed 1px #ccc;
  }
  table.menu th, table.menu td {
    width: 100%;
    text-align: left;
  }

  #logo {
    width: 50%;
    margin: 15px auto;
  }

  footer {
    margin-top: 30px;
  }

  #footer_top #footer_nav {
    padding: 15px 0 0;
  }
  #footer_top #footer_nav li {
    margin: 10px;
  }
  #footer_top .shop_data {
    position: relative;
    top: 15px;
    padding: 10px 15px 0;
    float: none;
    text-align: right;
  }
  #footer_top .shop_data .tel a {
    color: #fff;
  }
}
