@charset "utf-8";
/*                reset
======================================================= */
body, h1, h2, h3, h4, h5, table, th, td, ul, li, ol, dl, dt, dd, form, p, table, th, td {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 100%;
}

body {
  color: #5d5d5d;
  background-color: #ffffff;
  font-family: "Noto Sans Japanese";
  line-height: 1.5;
  font-size: 14px;
  -webkit-text-size-adjust: none;
}

p {
  line-height: 1.6;
}

/* for IE6 */
* html body {
  font-size: 100%;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

input, textArea, select, button {
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 14px;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*                link
======================================================= */
a:link {
  color: #5d5d5d;
  text-decoration: none;
}

a:visited {
  color: #5d5d5d;
  text-decoration: none;
}

a:hover {
  color: #8a675a;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

/*                common
======================================================= */
.clear:after {
  content: '';
  display: block;
  clear: both;
}

.clear_both {
  clear: both;
}

.hidden {
  overflow: hidden;
}

/*                fonts
======================================================= */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/NotoSansCJKjp-Thin.woff") format("woff"), url("../fonts/NotoSansCJKjp-Thin.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/NotoSansCJKjp-Light.woff") format("woff"), url("../fonts/NotoSansCJKjp-Light.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSansCJKjp-DemiLight.woff") format("woff"), url("../fonts/NotoSansCJKjp-DemiLight.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSansCJKjp-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansCJKjp-Black.woff") format("woff"), url("../fonts/NotoSansCJKjp-Black.ttf") format("truetype");
}

/*                leyout
======================================================= */
#wrapper {
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .lower #mainArea {
    padding-top: 62px;
  }
}
@media only screen and (min-width: 1025px) {
  .lower #mainArea {
    padding-top: 140px;
  }
}

.main_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}
@media only screen and (max-width: 1100px) {
  .main_width {
    padding: 0 70px;
  }
}
@media only screen and (max-width: 1024px) {
  .main_width {
    padding: 0 70px;
  }
}
@media only screen and (max-width: 768px) {
  .main_width {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 640px) {
  .main_width {
    padding: 0 15px;
  }
}

.home_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
@media only screen and (max-width: 1100px) {
  .home_width {
    padding: 0 70px;
  }
}
@media only screen and (max-width: 1024px) {
  .home_width {
    padding: 0 70px;
  }
}
@media only screen and (max-width: 768px) {
  .home_width {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 640px) {
  .home_width {
    padding: 0 15px;
  }
}

.cont_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.cont_width .contIn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}

p + p {
  margin-top: 1em;
}

.detail_btn {
  background: #fff;
  border: 1px #8a675a solid;
  display: table;
  border-radius: 2px;
  /* CSS3草案 */
  -webkit-border-radius: 2px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 2px;
  /* Firefox用 */
  position: relative;
}
.detail_btn #loading {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 50%;
  text-align: center;
  margin-top: -15px;
}
.detail_btn a, .detail_btn button {
  color: #8a675a;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 200px;
  height: 55px;
  padding-right: 2em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 400px) {
  .detail_btn a, .detail_btn button {
    width: 170px;
    height: 45px;
    padding-right: 1.8em;
  }
}
.detail_btn a:after, .detail_btn button:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f105";
  position: absolute;
  right: 3em;
  top: 50%;
  margin-top: -0.5em;
}
@media only screen and (max-width: 400px) {
  .detail_btn a:after, .detail_btn button:after {
    margin-top: -0.4em;
  }
}
.detail_btn a:hover, .detail_btn button:hover {
  text-decoration: none;
  color: #fff;
  background: #8a675a;
}
@media only screen and (max-width: 640px) {
  .detail_btn {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 400px) {
  .detail_btn.w7em a:after {
    right: 2em;
  }
}

.style_nav {
  margin-bottom: 2em;
}
.style_nav ul {
  overflow: hidden;
}
@media only screen and (max-width: 350px) {
  .style_nav ul {
    font-size: 85.7%;
  }
}
.style_nav ul li {
  float: left;
  width: 20%;
  border: solid 1px #d2d2d2;
}
.style_nav ul li + li {
  border-left: none;
}
.style_nav ul li:hover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  border: solid 1px #c9a597;
}
.style_nav ul li.active {
  border: solid 1px #c9a597;
}
.style_nav ul li.active span {
  display: block;
  background-color: #c9a597;
  color: #fff;
  padding: 0.7em 0;
  text-align: center;
}
.style_nav ul li a {
  color: #b4b4b4;
  background: #fafafa;
  display: block;
  text-align: center;
  padding: 0.7em 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.style_nav ul li a:hover {
  background-color: #c9a597;
  color: #fff;
  text-decoration: none;
}

/*                none
======================================================= */
@media only screen and (min-width: 769px) {
  .tb_above_none {
    display: none;
  }
}

@media only screen and (min-width: 641px) {
  .sp_above_none {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .tb_none {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .sp_none {
    display: none;
  }
}

/*                タイトル装飾
======================================================= */
/*                テキスト装飾
======================================================= */
.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

.underline {
  text-decoration: underline;
}

.lato {
  font-family: "Lato", "arial", sans-serif;
}

.mintyo {
  font-family: "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

/*                table
======================================================= */
table {
  width: 100%;
  border-collapse: separate;
  border-collapse: collapse;
  border-spacing: 0;
}

table tr td,
table tr th {
  text-align: left;
  padding: 0px;
}

.ie7 table tr th,
.ie7 table tr td {
  position: relative;
}

/* 擬似テーブル */
.table {
  display: table;
  width: 100%;
}
.table .table_cell {
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 640px) {
  .table.sp_brake {
    display: block;
  }
  .table.sp_brake .table_cell {
    display: block;
    width: 100%;
  }
}

/*                pageTop
======================================================= */
.page_top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 1000;
  display: none;
}
.page_top a {
  display: block;
}
@media only screen and (max-width: 640px) {
  .page_top {
    bottom: 0px;
    right: 0;
  }
  .page_top img {
    width: 36px;
    height: 36px;
  }
}

/*                カラム
======================================================= */
.row {
  margin-left: -14px;
  margin-right: -14px;
  overflow: hidden;
  margin-bottom: -14px;
}
@media only screen and (max-width: 1024px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media only screen and (max-width: 768px) {
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.row img {
  width: 100%;
}
.row .col1, .row .col2, .row .col3, .row .col4, .row .col5, .row .col6, .row .col7, .row .col8, .row .col9, .row .col10, .row .col11, .row .col12 {
  float: left;
  min-height: 1px;
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1024px) {
  .row .col1, .row .col2, .row .col3, .row .col4, .row .col5, .row .col6, .row .col7, .row .col8, .row .col9, .row .col10, .row .col11, .row .col12 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .row .col1, .row .col2, .row .col3, .row .col4, .row .col5, .row .col6, .row .col7, .row .col8, .row .col9, .row .col10, .row .col11, .row .col12 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.row .tab1, .row .tab2, .row .tab6 {
  float: left;
  min-height: 1px;
  padding-left: 14px;
  padding-right: 14px;
}
@media only screen and (max-width: 1024px) {
  .row .tab1, .row .tab2, .row .tab6 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .row .tab1, .row .tab2, .row .tab6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.square {
  overflow: hidden;
}
.square .col1, .square .col2, .square .col3, .square .col4, .square .col5, .square .col6, .square .col7, .square .col8, .square .col9, .square .col10, .square .col11, .square .col12 {
  float: left;
  min-height: 1px;
  padding: 0;
  margin-bottom: 0;
}

.col12 {
  width: 100%;
}

.col11 {
  width: 91.66666667%;
}

.col10 {
  width: 83.33333333%;
}

.col9 {
  width: 75%;
}

.col8 {
  width: 66.66666667%;
}

.col7 {
  width: 58.33333333%;
}

.col6 {
  width: 50%;
}

.col5 {
  width: 41.66666667%;
}

.col4 {
  width: 33.33333333%;
}

.col3 {
  width: 25%;
}

.col2 {
  width: 16.66666667%;
}

.col1 {
  width: 8.33333333%;
}

@media only screen and (max-width: 1024px) {
  .pc1024Col12 {
    width: 100%;
  }

  .pc1024Col6 {
    width: 50%;
  }

  .pc1024Col3 {
    width: 25%;
  }

  .pc1024Col2 {
    width: 16.66666667%;
  }
}
@media only screen and (max-width: 768px) {
  .tab12 {
    width: 100%;
  }

  .tab6 {
    width: 50%;
  }

  .tab4 {
    width: 33.33333333%;
  }
}
@media only screen and (max-width: 767px) {
  .sp12 {
    width: 100%;
  }

  .sp6 {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .sps12 {
    width: 100%;
  }

  .sps6 {
    width: 50%;
  }
}
/*                iframeのレスポン化
======================================================= */
.frame_respon .fb_iframe_widget,
.frame_respon .fb_iframe_widget span,
.frame_respon .fb_iframe_widget iframe[style] {
  width: 100%!important;
}

@media only screen and (min-width: 641px) {
  .calendar_frame iframe {
    border: none;
    width: 100%;
    height: 600px;
  }
}
@media only screen and (max-width: 640px) {
  .calendar_frame iframe {
    border: none;
    width: 100%;
    height: 600px;
  }
}

.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed {
  border: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*                open
======================================================= */
.open #mainArea,
.open #home_key,
.open footer {
  display: none;
}

.open #wrapper {
  position: relative;
  height: 100%;
  overflow-y: auto;
}

/*                ヘッダー・サイド・フッター
======================================================= */
/*                header
======================================================= */
#header_area {
  background: url(/media/images/common/parts_bg.jpg) repeat left top;
  border-bottom: 2px #8a675a solid;
  position: fixed;
  z-index: 1000;
  width: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1024px) {
  #header_area {
    box-shadow: 0 0 5px 0 #c7c7c7;
  }
}
#header_area #header {
  text-align: center;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  padding-top: 26px;
  padding-bottom: 29px;
}
@media only screen and (max-width: 1024px) {
  #header_area #header {
    height: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 400px) {
  #header_area #header {
    text-align: left;
  }
}
#header_area #header #hd_logo {
  display: inline-block;
  width: 200px;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  #header_area #header #hd_logo {
    margin-top: 16px;
  }
}
#header_area #header #hd_logo a {
  display: block;
}
#header_area #gnavi {
  text-align: center;
  height: 53px;
}
@media only screen and (max-width: 1024px) {
  #header_area #gnavi {
    display: none;
  }
}
#header_area #gnavi > ul {
  margin-right: -3.2em;
}
#header_area #gnavi > ul > li {
  display: inline-block;
  position: relative;
  padding-bottom: 14px;
  margin-right: 3.2em;
}
@media only screen and (max-width: 1024px) {
  #header_area #gnavi > ul > li {
    margin-right: 2.5em;
  }
}
@media only screen and (max-width: 850px) {
  #header_area #gnavi > ul > li {
    margin-right: 1.7em;
  }
}
#header_area #gnavi > ul > li a {
  color: #505050;
}
#header_area #gnavi > ul > li a:hover {
  color: #8a675a;
  text-decoration: none;
}
#header_area #gnavi > ul > li a span {
  margin-top: 0.3em;
  display: block;
  font-size: 78.6%;
  color: #b4b4b4;
}
#header_area #gnavi > ul > li > .child_nav {
  display: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  margin-left: 10px;
}
#header_area #gnavi > ul > li > .child_nav > ul {
  background-color: rgba(138, 103, 90, 0.9);
  text-align: left;
  padding: 0.8em 1.5em 0.8em 1.5em;
}
#header_area #gnavi > ul > li > .child_nav > ul > li {
  white-space: nowrap;
  padding: 0.5em 0 0.4em 1.3em;
}
#header_area #gnavi > ul > li > .child_nav > ul > li > a {
  color: #fff;
  position: relative;
}
#header_area #gnavi > ul > li > .child_nav > ul > li > a:hover {
  color: #5d5d5d;
}
#header_area #gnavi > ul > li > .child_nav > ul > li > a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f105";
  position: absolute;
  left: -1.4em;
  top: 50%;
  margin-top: -0.5em;
}
#header_area #sp_menu_btn {
  display: block;
  height: 48px;
  position: absolute;
  right: 13px;
  top: 13px;
  width: 48px;
}
#header_area #sp_menu_btn.active span.border01 {
  transform: translateY(11px) rotate(45deg);
  -moz-transform: translateY(11px) rotate(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  -webkit-transform: translateY(11px) rotate(45deg);
}
#header_area #sp_menu_btn.active span.border02 {
  opacity: 0;
}
#header_area #sp_menu_btn.active span.border03 {
  transform: translateY(-9px) rotate(-45deg);
  -moz-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -webkit-transform: translateY(-9px) rotate(-45deg);
}
@media only screen and (min-width: 1025px) {
  #header_area #sp_menu_btn {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  #header_area #sp_menu_btn {
    top: 6px;
  }
}
#header_area #sp_menu_btn span {
  background: #333333;
  display: block;
  height: 4px;
  left: 9px;
  position: absolute;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  width: 32px;
}
#header_area #sp_menu_btn span.border01 {
  top: 12px;
}
#header_area #sp_menu_btn span.border02 {
  top: 50%;
  margin-top: -2px;
}
#header_area #sp_menu_btn span.border03 {
  bottom: 12px;
}
@media only screen and (min-width: 1025px) {
  #header_area.smaller {
    box-shadow: 0 0 10px 0 #c7c7c7;
    opacity: 0.9;
  }
  #header_area.smaller .main_width {
    position: relative;
  }
  #header_area.smaller #header_area_inner {
    padding-bottom: 16px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
  }
  #header_area.smaller #header_area_inner #header {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
  }
  #header_area.smaller #header_area_inner #header #hd_logo {
    margin-top: 15px;
  }
  #header_area.smaller #header_area_inner #gnavi {
    display: inline-block;
    height: auto;
    position: absolute;
    top: 10px;
    right: 0;
  }
  #header_area.smaller #header_area_inner #gnavi > ul {
    margin-right: 0;
  }
  #header_area.smaller #header_area_inner #gnavi > ul > li {
    margin-right: 0;
    padding-bottom: 11px;
    margin-left: 2.5em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1100px) {
  #header_area.smaller #header_area_inner #header #hd_logo {
    margin-top: 18px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1100px) {
  #header_area.smaller #header_area_inner #header #hd_logo img {
    width: 170px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1100px) {
  #header_area.smaller #header_area_inner #gnavi > ul > li {
    margin-left: 1.4em;
  }
}

/*                sidebar
======================================================= */
/*                footer
======================================================= */
#footer .ft_top {
  overflow: hidden;
  padding-top: 45px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #footer .ft_top {
    display: none;
  }
}
#footer .ft_top .ft_info {
  float: left;
}
@media only screen and (max-width: 900px) {
  #footer .ft_top .ft_info {
    float: none;
    margin-bottom: 50px;
  }
}
#footer .ft_top .ft_info .ft_logo {
  width: 200px;
  height: auto;
  margin-bottom: 28px;
}
#footer .ft_top .ft_info .ft_info_name {
  font-weight: bold;
  margin-bottom: 0.7em;
}
#footer .ft_top .ft_info .ft_info_address {
  font-size: 92.9%;
  margin-top: 0;
}
#footer .ft_top .ft_info .ft_contact_btn {
  margin-top: 35px;
}
#footer .ft_top .ft_info .ft_contact_btn a {
  display: block;
  font-size: 85.7%;
  color: #fff;
  background: #8a675a;
  width: 200px;
  text-align: center;
  padding: 1.2em 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
#footer .ft_top .ft_info .ft_contact_btn a:hover {
  text-decoration: none;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
#footer .ft_top .ft_info .ft_contact_btn a img {
  margin-right: 0.5em;
  margin-bottom: 2px;
}
#footer .ft_top .ft_navi {
  line-height: 1.3;
  float: right;
  overflow: hidden;
  padding-bottom: 1em;
}
@media only screen and (max-width: 900px) {
  #footer .ft_top .ft_navi {
    float: none;
  }
}
#footer .ft_top .ft_navi > ul {
  float: left;
}
#footer .ft_top .ft_navi > ul.ft_navi_01 {
  width: 14em;
}
#footer .ft_top .ft_navi > ul.ft_navi_02 {
  width: 15em;
}
@media only screen and (max-width: 1024px) {
  #footer .ft_top .ft_navi > ul.ft_navi_01 {
    width: 12em;
  }
  #footer .ft_top .ft_navi > ul.ft_navi_02 {
    width: 14em;
  }
}
@media only screen and (max-width: 900px) {
  #footer .ft_top .ft_navi > ul.ft_navi_01 {
    width: 19em;
  }
  #footer .ft_top .ft_navi > ul.ft_navi_02 {
    width: 19em;
  }
}
#footer .ft_top .ft_navi > ul > li {
  padding-left: 1em;
}
#footer .ft_top .ft_navi > ul > li + li {
  margin-top: 1.5em;
}
#footer .ft_top .ft_navi > ul > li.mgb {
  margin-bottom: 2em;
}
#footer .ft_top .ft_navi > ul > li > a {
  position: relative;
  color: #8a675a;
}
#footer .ft_top .ft_navi > ul > li > a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f0da";
  position: absolute;
  left: -1em;
  top: 50%;
  margin-top: -0.5em;
}
#footer .ft_top .ft_navi > ul > li > a:hover {
  color: #5d5d5d;
  text-decoration: none;
}
#footer .ft_top .ft_navi > ul > li > ul > li {
  font-size: 85.7%;
  margin-top: 1em;
  white-space: nowrap;
}
#footer .ft_top .ft_navi > ul > li > ul > li + li {
  margin-top: 0.8em;
}
#footer .ft_top .ft_navi > ul > li > ul > li > a {
  position: relative;
  color: #888888;
}
#footer .ft_top .ft_navi > ul > li > ul > li > a:after {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  content: "";
  display: block;
  height: 1px;
  width: 0;
  background: #5d5d5d;
  position: absolute;
  bottom: 0;
  left: 0;
}
#footer .ft_top .ft_navi > ul > li > ul > li > a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f105";
  position: absolute;
  left: -1.2em;
  top: 50%;
  margin-top: -0.5em;
}
#footer .ft_top .ft_navi > ul > li > ul > li > a:hover {
  color: #5d5d5d;
  text-decoration: none;
}
#footer .ft_top .ft_navi > ul > li > ul > li > a:hover:after {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
#footer .ft_btm {
  border-top: 1px #e4e4e4 solid;
  text-align: center;
  padding: 1em 0;
}
#footer .ft_btm .copy {
  font-size: 85.7%;
  color: #b4b4b4;
}

/*                sp_menu
======================================================= */
#sp_menu {
  display: none;
  background-color: #f6f4f3;
  overflow-y: auto;
  position: fixed;
  top: 60px;
  width: 100%;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  padding: 15px;
}
@media only screen and (max-width: 768px) {
  #sp_menu {
    height: 100%;
    z-index: 900;
  }
}
#sp_menu #sp_menu_wrap {
  height: 110%;
}
#sp_menu #sp_menu_wrap .salon_list > li {
  background-color: #8a675a;
  text-align: center;
}
#sp_menu #sp_menu_wrap .salon_list > li > a {
  color: #fff;
  display: block;
  padding: 6px 15px;
}
#sp_menu #sp_menu_wrap .salon_list > li > a:hover {
  text-decoration: none;
}
#sp_menu #sp_menu_wrap .salon_list > li span {
  cursor: pointer;
  display: block;
  padding: 6px 0;
  position: relative;
}
#sp_menu #sp_menu_wrap .salon_list > li span:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f0d7";
  position: absolute;
  top: 30%;
  margin-left: 0.5em;
}
#sp_menu #sp_menu_wrap .salon_list > li > ul > li {
  background-color: #fff;
  text-align: left;
  display: block;
}
#sp_menu #sp_menu_wrap .salon_list > li > ul > li + li {
  border-top: 1px #dddddd solid;
}
#sp_menu #sp_menu_wrap .salon_list > li > ul > li > a {
  display: block;
  padding: 6px 15px;
}
#sp_menu #sp_menu_wrap .salon_list > li > ul > li > a:hover {
  text-decoration: none;
}
#sp_menu #sp_menu_wrap .menu_list {
  border-top: 1px #dddddd solid;
  padding-top: 1em;
  margin: 1em 0 1.14em;
}
#sp_menu #sp_menu_wrap .menu_list ul {
  overflow: hidden;
  margin: -6px 0 0 -5px;
}
#sp_menu #sp_menu_wrap .menu_list ul li {
  float: left;
  text-align: center;
  width: 50%;
  padding-left: 5px;
  margin-top: 6px;
}
#sp_menu #sp_menu_wrap .menu_list ul li a {
  background-color: white;
  display: block;
  padding: 6px;
}
#sp_menu #sp_menu_wrap .menu_list ul li a:hover {
  text-decoration: none;
}
