@charset "UTF-8";
/* 変数 -------------------------------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
}

body {
  margin: 0 auto;
  background: url(../images/common/bg01.png);
  color: #333333;
  line-height: 2;
  letter-spacing: 0.7px;
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 14px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1120px) {
  body {
    font-size: 16px;
    line-height: 2.1;
  }
}

/* 共通
================================================== */
/* リンク
------------------------------ */
a {
  color: #333333;
  transition: All 0.4s ease;
}

a:hover {
  color: #333333;
  text-decoration: none;
}

a img {
  transition: All 0.4s ease;
}

a:hover img {
  opacity: .6;
}

.marker {
  background: yellow;
}

/* ページネーション
------------------------------ */
ul.pagenation {
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
}
@media only screen and (max-width: 640px) {
  ul.pagenation {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  ul.pagenation {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1120px) {
  ul.pagenation {
    margin-bottom: 75px;
  }
}

ul.pagenation li {
  margin: 0 0.5em;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  background: #fff;
}
@media only screen and (max-width: 640px) {
  ul.pagenation li {
    font-size: 14px;
    padding: 0.5em 1em;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  ul.pagenation li {
    font-size: 14px;
    padding: 0.5em 1em;
  }
}
@media only screen and (min-width: 1120px) {
  ul.pagenation li {
    font-size: 18px;
    padding: 0.5em 1.2em;
  }
}

ul.pagenation li.current {
  color: #fff;
  background: #11684a;
}

ul.pagenation li.dot {
  width: 15px;
  margin: 0 1px;
  border: none;
}

ul.pagenation li a {
  text-decoration: none;
  display: block;
}

ul.pagenation li a:hover {
  text-decoration: underline;
}

/* パンくずリスト
------------------------------ */
.breadcrumbs {
  overflow: hidden;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 640px) {
  .breadcrumbs {
    margin: 0 0.5em 1em;
    padding: 0.5em 1em;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  .breadcrumbs {
    margin: 0 1em 1em;
    padding: 1em;
  }
}
@media only screen and (min-width: 1120px) {
  .breadcrumbs {
    width: 1120px;
    margin: 0 auto 2em;
    padding: 1em 1.5em;
  }
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs a {
  padding: 0 2em 0 0;
  background: url(../images/common/arrow01.png) right 0.3em center no-repeat;
}

/* ページ内リンク
------------------------------ */
.anchor-links {
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
}
@media only screen and (min-width: 1120px) {
  .anchor-links {
    width: 1120px;
    margin: 25px auto 0;
  }
}

.anchor-links li {
  line-height: 3.5;
  font-size: 13px;
  box-sizing: border-box;
  border: 1px solid #cfcfcf;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  border-radius: 5px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.15);
  background: #576d47;
  /* Old browsers */
  background: -moz-linear-gradient(top, #988474 0%, #576d47 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #988474 0%, #576d47 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #988474 0%, #576d47 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#988474', endColorstr='$color_main',GradientType=0 );
  /* IE6-9 */
}
@media only screen and (max-width: 640px) {
  .anchor-links li {
    width: calc( ( 100% - 20px ) /2 );
    margin: 0 10px 10px 0;
  }
  .anchor-links li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  .anchor-links li {
    font-size: 14px;
    width: calc( ( 100% - 30px ) /4 );
    margin: 0 10px 15px 0;
  }
  .anchor-links li:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1120px) {
  .anchor-links li {
    font-size: 18px;
    width: calc( ( 100% - 30px ) /4 );
    margin: 0 10px 15px 0;
  }
  .anchor-links li:nth-child(4n) {
    margin-right: 0;
  }
}

.anchor-links a {
  text-decoration: none;
  display: block;
  color: #fff;
}

/* クリアフィックス
------------------------------ */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* ページトップへ戻る
------------------------------ */
.backtotop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 9000;
}

/* コンテンツ
================================================== */
@media only screen and (max-width: 640px) {
  .site-body {
    padding: 0 auto;
  }
}

/* 記事骨格
------------------------------ */
.item-box {
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 640px) {
  .item-box {
    margin: 0 0.5em 1em;
    padding: 0.5em;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  .item-box {
    margin: 0 1em 2em;
    padding: 1em;
  }
}
@media only screen and (min-width: 1120px) {
  .item-box {
    width: 1120px;
    margin: 0 auto 2.5em;
    padding: 1.5em;
  }
}

.item-text {
  overflow: hidden;
}

.item-image {
  margin-bottom: 1em;
  text-align: center;
}

.item-image img {
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}

/* 詳細ページ 前後の記事へのリンク
------------------------------ */
.paginated-link {
  margin: 0.5em 0 0;
  overflow: hidden;
}

.paginated-link li {
  width: 48%;
  text-align: center;
  border: 1px solid #ddceb7;
  border-radius: 5px;
  background: #11684a;
  box-sizing: border-box;
}
@media only screen and (min-width: 1120px) {
  .paginated-link li {
    font-size: 14px;
  }
}

.paginated-link li.prev-link {
  float: left;
}

.paginated-link li.next-link {
  float: right;
}

.paginated-link li a {
  color: #fff;
  padding: 1em 0.5em;
  display: block;
  overflow: hidden;
}

/* 見出し
------------------------------ */
.item-title-h3 {
  border-left: 3px solid #11684a;
  border-bottom: 1px solid #d2d2d2;
  font-weight: normal;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  .item-title-h3 {
    margin: 0 0 0.7em;
    padding: 0.7em 0 0.7em 1em;
    font-size: 1.1em;
    background-size: auto 1.2em;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  .item-title-h3 {
    margin: 0 0 0.7em;
    padding: 0.25em 0 0.25em 1em;
    font-size: 1.5em;
    background-size: auto 1.2em;
  }
}
@media only screen and (min-width: 1120px) {
  .item-title-h3 {
    margin: 0 0 0.5em;
    padding: 0.25em 0 0.25em 1em;
    font-size: 1.6em;
    background-size: auto 1.5em;
  }
}

.item-title-h4 {
  margin: 0 0 15px;
  padding: 6px 4px 6px 15px;
  color: #333333;
  font-size: 15px;
  border-bottom: 1px solid #d2d2d2;
  background: url(../images/common/ico_arrow01.png) 5px center no-repeat;
}

* ~ .item-title-h4 {
  margin-top: 20px;
}

/* ヘッダー
================================================== */
.slicknav_menu {
  display: none;
}

@media screen and (max-width: 1119px) {
  .js #slicknav {
    display: none;
  }

  .js .slicknav_menu {
    display: block;
    padding: 19.5px 7.5px 21.5px;
    font-size: 14px;
    background: #fff;
  }
}
header {
  background: #fff;
  box-sizing: border-box;
}
@media only screen and (min-width: 1120px) {
  header {
    padding-top: 40px;
  }
}
header h1.h-logo {
  background: url(../images/common/header_logo.png) no-repeat center;
  background-size: cover;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  header h1.h-logo {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
    top: 19.5px;
    width: 113px;
    height: 27px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  header h1.h-logo {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
    top: 19.5px;
    width: 113px;
    height: 27px;
  }
}
@media only screen and (min-width: 1120px) {
  header h1.h-logo {
    width: 226px;
    height: 54px;
    margin-bottom: 46px;
  }
}
header h1.h-logo a {
  text-indent: -9999px;
  display: block;
}
@media only screen and (min-width: 1120px) {
  header nav.h-nav {
    box-sizing: border-box;
    width: 1120px;
    margin: 0 auto;
    padding: 0 59px;
  }
}
header nav.h-nav ul {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1120px) {
  header nav.h-nav ul {
    overflow: hidden;
  }
}
@media only screen and (min-width: 1120px) {
  header nav.h-nav ul li {
    text-indent: -9999px;
    float: left;
    margin: 0 50px 0 0;
  }
}
@media only screen and (min-width: 1120px) {
  header nav.h-nav ul li.gnav_top {
    width: 86px;
    height: 62px;
    background: url(../images/common/gnav_top.png) no-repeat center top;
  }
}
@media only screen and (min-width: 1120px) {
  header nav.h-nav ul li.gnav_service {
    width: 60px;
    height: 62px;
    background: url(../images/common/gnav_service.png) no-repeat center top;
  }
}
@media only screen and (min-width: 1120px) {
  header nav.h-nav ul li.gnav_new-works {
    width: 92px;
    height: 62px;
    background: url(../images/common/gnav_new-works.png) no-repeat center top;
  }
}
@media only screen and (min-width: 1120px) {
  header nav.h-nav ul li.gnav_works {
    width: 60px;
    height: 62px;
    background: url(../images/common/gnav_works.png) no-repeat center top;
  }
}
@media only screen and (min-width: 1120px) {
  header nav.h-nav ul li.gnav_before-after {
    width: 117px;
    height: 62px;
    background: url(../images/common/gnav_before-after.png) no-repeat center top;
  }
}
@media only screen and (min-width: 1120px) {
  header nav.h-nav ul li.gnav_faq {
    width: 103px;
    height: 62px;
    background: url(../images/common/gnav_q&a.png) no-repeat center top;
  }
}
@media only screen and (min-width: 1120px) {
  header nav.h-nav ul li.gnav_company {
    width: 60px;
    height: 62px;
    background: url(../images/common/gnav_company.png) no-repeat center;
  }
}
@media only screen and (min-width: 1120px) {
  header nav.h-nav ul li.gnav_news {
    display: none;
  }
}
@media only screen and (min-width: 1120px) {
  header nav.h-nav ul li.gnav_contact {
    width: 74px;
    height: 62px;
    background: url(../images/common/gnav_contact.png) no-repeat center;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1120px) {
  header nav.h-nav ul li.gnav_site {
    display: none;
  }
}
@media only screen and (min-width: 1120px) {
  header nav.h-nav ul li.gnav_privacy {
    display: none;
  }
}
@media only screen and (min-width: 1120px) {
  header nav.h-nav ul li a {
    display: block;
    height: 100%;
  }
}
header nav.h-nav ul li a:hover {
  border-bottom: 1px solid #11684a;
  box-sizing: border-box;
}
header .sub-visual {
  text-indent: -9999px;
}
@media only screen and (max-width: 640px) {
  header .sub-visual {
    margin: 0 0 1em;
    height: 122.5px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  header .sub-visual {
    margin: 0 0 1em;
    height: 163.3333333333333px;
  }
}
@media only screen and (min-width: 1120px) {
  header .sub-visual {
    margin: 0 0 2em;
    height: 245px;
  }
}
@media only screen and (max-width: 640px) {
  body#service header .sub-visual {
    background: url(../images/service/h2.png) no-repeat right -197px top;
    background-size: 960px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#service header .sub-visual {
    background: url(../images/service/h2.png) no-repeat center top;
    background-size: 1280px;
  }
}
@media only screen and (min-width: 1120px) {
  body#service header .sub-visual {
    background: url(../images/service/h2.png) no-repeat center top;
    background-size: 1920px;
  }
}
@media only screen and (max-width: 640px) {
  body#gallery header .sub-visual {
    background: url(../images/gallery/h2.png) no-repeat right -197px top;
    background-size: 960px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#gallery header .sub-visual {
    background: url(../images/gallery/h2.png) no-repeat center top;
    background-size: 1280px;
  }
}
@media only screen and (min-width: 1120px) {
  body#gallery header .sub-visual {
    background: url(../images/gallery/h2.png) no-repeat center top;
    background-size: 1920px;
  }
}
@media only screen and (max-width: 640px) {
  body#case header .sub-visual {
    background: url(../images/case/h2.png) no-repeat right -197px top;
    background-size: 960px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#case header .sub-visual {
    background: url(../images/case/h2.png) no-repeat center top;
    background-size: 1280px;
  }
}
@media only screen and (min-width: 1120px) {
  body#case header .sub-visual {
    background: url(../images/case/h2.png) no-repeat center top;
    background-size: 1920px;
  }
}
@media only screen and (max-width: 640px) {
  body#faq header .sub-visual {
    background: url(../images/faq/h2.png) no-repeat right -197px top;
    background-size: 960px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#faq header .sub-visual {
    background: url(../images/faq/h2.png) no-repeat center top;
    background-size: 1280px;
  }
}
@media only screen and (min-width: 1120px) {
  body#faq header .sub-visual {
    background: url(../images/faq/h2.png) no-repeat center top;
    background-size: 1920px;
  }
}
@media only screen and (max-width: 640px) {
  body#company header .sub-visual {
    background: url(../images/company/h2.png) no-repeat right -197px top;
    background-size: 960px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#company header .sub-visual {
    background: url(../images/company/h2.png) no-repeat center top;
    background-size: 1280px;
  }
}
@media only screen and (min-width: 1120px) {
  body#company header .sub-visual {
    background: url(../images/company/h2.png) no-repeat center top;
    background-size: 1920px;
  }
}
@media only screen and (max-width: 640px) {
  body#news header .sub-visual {
    background: url(../images/news/h2.png) no-repeat right -197px top;
    background-size: 960px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#news header .sub-visual {
    background: url(../images/news/h2.png) no-repeat center top;
    background-size: 1280px;
  }
}
@media only screen and (min-width: 1120px) {
  body#news header .sub-visual {
    background: url(../images/news/h2.png) no-repeat center top;
    background-size: 1920px;
  }
}
@media only screen and (max-width: 640px) {
  body#blog header .sub-visual {
    background: url(../images/blog/h2.png) no-repeat right -197px top;
    background-size: 960px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#blog header .sub-visual {
    background: url(../images/blog/h2.png) no-repeat center top;
    background-size: 1280px;
  }
}
@media only screen and (min-width: 1120px) {
  body#blog header .sub-visual {
    background: url(../images/blog/h2.png) no-repeat center top;
    background-size: 1920px;
  }
}
@media only screen and (max-width: 640px) {
  body#contact header .sub-visual {
    background: url(../images/contact/h2.png) no-repeat right -197px top;
    background-size: 960px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#contact header .sub-visual {
    background: url(../images/contact/h2.png) no-repeat center top;
    background-size: 1280px;
  }
}
@media only screen and (min-width: 1120px) {
  body#contact header .sub-visual {
    background: url(../images/contact/h2.png) no-repeat center top;
    background-size: 1920px;
  }
}
@media only screen and (max-width: 640px) {
  body#site header .sub-visual {
    background: url(../images/site/h2.png) no-repeat right -197px top;
    background-size: 960px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#site header .sub-visual {
    background: url(../images/site/h2.png) no-repeat center top;
    background-size: 1280px;
  }
}
@media only screen and (min-width: 1120px) {
  body#site header .sub-visual {
    background: url(../images/site/h2.png) no-repeat center top;
    background-size: 1920px;
  }
}
@media only screen and (max-width: 640px) {
  body#privacy header .sub-visual {
    background: url(../images/privacy/h2.png) no-repeat right -197px top;
    background-size: 960px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#privacy header .sub-visual {
    background: url(../images/privacy/h2.png) no-repeat center top;
    background-size: 1280px;
  }
}
@media only screen and (min-width: 1120px) {
  body#privacy header .sub-visual {
    background: url(../images/privacy/h2.png) no-repeat center top;
    background-size: 1920px;
  }
}
@media only screen and (max-width: 640px) {
  body#e404 header .sub-visual {
    background: url(../images/e404/h2.png) no-repeat right -197px top;
    background-size: 960px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#e404 header .sub-visual {
    background: url(../images/e404/h2.png) no-repeat center top;
    background-size: 1280px;
  }
}
@media only screen and (min-width: 1120px) {
  body#e404 header .sub-visual {
    background: url(../images/e404/h2.png) no-repeat center top;
    background-size: 1920px;
  }
}

/* トップページ
================================================== */
body#top {
  /* コンテンツ
  ------------------------------ */
  /* 新着情報
  ------------------------------ */
}
body#top .main-visual {
  border-bottom: 1px dotted #505050;
}
@media only screen and (max-width: 640px) {
  body#top .main-visual {
    margin-bottom: 2.5px;
    padding-bottom: 2.5px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top .main-visual {
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
}
@media only screen and (min-width: 1120px) {
  body#top .main-visual {
    max-width: 1920px;
    border-top: 1px dotted #634c2d;
    margin: -1px auto 5px;
    padding: 5px 0;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #contents {
    max-width: 1920px;
    margin: 0 auto;
  }
}
body#top #contents .top-title-h3 {
  display: none;
}
body#top #contents .item-text ul {
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}
@media only screen and (max-width: 640px) {
  body#top #contents .item-text ul li {
    margin: 0 0 5px 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top #contents .item-text ul li {
    float: left;
    width: calc( ( 100% - 5px ) / 2);
    margin: 0 5px 5px 0;
  }
  body#top #contents .item-text ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #contents .item-text ul li {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #contents .item-text ul li.contents_service {
    float: left;
    width: 61.45833333333333%;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #contents .item-text ul li.contents_new-works {
    float: right;
    width: 38.02083333333333%;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #contents .item-text ul li.contents_works {
    clear: both;
    float: left;
    width: 38.02083333333333%;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #contents .item-text ul li.contents_before-after {
    float: right;
    width: 61.45833333333333%;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #contents .item-text ul li.contents_faq {
    float: left;
    width: 61.45833333333333%;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #contents .item-text ul li.contents_company {
    float: right;
    width: 38.02083333333333%;
  }
}
body#top #news {
  color: #646464;
  position: relative;
  background: rgba(218, 217, 223, 0.5);
}
@media only screen and (max-width: 640px) {
  body#top #news {
    padding: 20px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top #news {
    padding: 30px;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #news {
    padding: 70px;
    font-size: 14px;
  }
}
body#top #news .top-title-h3 {
  text-indent: -9999px;
}
@media only screen and (max-width: 640px) {
  body#top #news .top-title-h3 {
    margin: 0 auto 10px;
    width: 55px;
    height: 23px;
    background: url(../images/top/news_title_sp.png) no-repeat center top;
    background-size: cover;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top #news .top-title-h3 {
    margin: 0 auto 15px;
    width: 82.5px;
    height: 34.5px;
    background: url(../images/top/news_title_sp.png) no-repeat center top;
    background-size: cover;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #news .top-title-h3 {
    margin: 0 auto 45px;
    width: 165px;
    height: 56px;
    background: url(../images/top/news_title_pc.png) no-repeat center top;
  }
}
body#top #news .news-list {
  overflow: hidden;
  box-sizing: border-box;
}
@media only screen and (min-width: 1120px) {
  body#top #news .news-list {
    width: 760px;
    margin: 0 auto;
  }
}
body#top #news .news-list li {
  margin-bottom: 1em;
}
@media only screen and (max-width: 640px) {
  body#top #news .news-list li:nth-child(4) {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  body#top #news .news-list li:nth-child(5) {
    display: none;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #news .news-list li:nth-child(5) {
    margin-bottom: 3em;
  }
}
body#top #news .news-list li .news-date {
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  body#top #news .news-list li .news-date {
    display: block;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top #news .news-list li .news-date {
    display: inline-block;
    width: 11em;
    float: left;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #news .news-list li .news-date {
    display: inline-block;
    width: 11em;
    float: left;
  }
}
body#top #news .news-list li .news-title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top #news .news-list li .news-title {
    width: calc( 100% - 11em );
  }
}
body#top #news .text-more {
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  body#top #news .text-more {
    width: 40px;
    height: 12.5px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top #news .text-more {
    width: 60px;
    height: 18.75px;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #news .text-more {
    width: 80px;
    height: 25px;
  }
}

/* よくある質問
================================================== */
body#faq dl.faq-list dt {
  color: #11684a;
  border-bottom: 1px solid #11684a;
  padding: 0.5em 0;
}
body#faq dl.faq-list dt:before {
  color: #fff;
  content: "Q.";
  margin-right: 0.5em;
  padding: 0.5em;
  background: #11684a;
}
body#faq dl.faq-list dd {
  margin-bottom: 2em;
  padding: 1em;
}
body#faq dl.faq-list dd:before {
  content: "A.";
  margin-right: 0.5em;
}

/* コンセプト
================================================== */
body#service figure {
  text-align: center;
  margin-bottom: 5px;
}

/* 施工事例
================================================== */
body#gallery h4.item-title-h4 {
  background: url(../images/common/icon02.png) no-repeat left center;
  border-bottom: 1px solid #d2d2d2;
}
@media only screen and (max-width: 640px) {
  body#gallery h4.item-title-h4 {
    margin: 0 0 0.7em;
    padding: 0.7em 0 0.7em 40px;
    font-size: 1.2em;
    background-size: 30px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#gallery h4.item-title-h4 {
    margin: 0 0 0.7em;
    padding: 0.7em 0 0.7em 50px;
    font-size: 1.2em;
    background-size: 40px;
  }
}
@media only screen and (min-width: 1120px) {
  body#gallery h4.item-title-h4 {
    margin: 0 0 0.8em;
    padding: 0.5em 0 0.5em 60px;
    font-size: 1.2em;
    line-height: 1.5;
  }
}
body#gallery ul.gallery {
  overflow: hidden;
}
body#gallery ul.gallery li {
  float: left;
}
@media only screen and (max-width: 640px) {
  body#gallery ul.gallery li {
    width: calc( ( 100% - 15px ) /2 );
    margin: 0 15px 15px 0;
  }
  body#gallery ul.gallery li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#gallery ul.gallery li {
    width: calc( ( 100% - 50px ) /3 );
    margin: 0 25px 25px 0;
  }
  body#gallery ul.gallery li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1120px) {
  body#gallery ul.gallery li {
    width: calc( ( 100% - 50px ) /3 );
    margin: 0 25px 25px 0;
  }
  body#gallery ul.gallery li:nth-child(3n) {
    margin-right: 0;
  }
}
body#gallery ul.gallery li .thumb {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  box-sizing: border-box;
  text-indent: -9999px;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 640px) {
  body#gallery ul.gallery li .thumb {
    height: 138.5px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#gallery ul.gallery li .thumb {
    height: 136px;
  }
}
@media only screen and (min-width: 1120px) {
  body#gallery ul.gallery li .thumb {
    height: 211px;
  }
}

/* ビフォーアフター
================================================== */
body#case h4.item-title-h4 {
  border-bottom: 1px solid #d2d2d2;
  background: none;
}
@media only screen and (max-width: 640px) {
  body#case h4.item-title-h4 {
    margin: 0 0 0.7em;
    padding: 0.7em 0 0.7em 1em;
    font-size: 1.2em;
    background-size: 30px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#case h4.item-title-h4 {
    margin: 0 0 0.7em;
    padding: 0.7em 0 0.7em 1em;
    font-size: 1.2em;
    background-size: 40px;
  }
}
@media only screen and (min-width: 1120px) {
  body#case h4.item-title-h4 {
    margin: 0 0 0.8em;
    padding: 0.5em 0 0.5em 1em;
    font-size: 1.2em;
    line-height: 1.5;
  }
}
body#case h4.item-title-h4:before {
  content: "■";
  color: #11684a;
  margin-right: 0.7em;
}
body#case ul.gallery {
  overflow: hidden;
}
body#case ul.gallery li {
  overflow: hidden;
  margin-bottom: 1.5em;
  border-bottom: 1px dashed #d2d2d2;
}
body#case ul.gallery li:last-child {
  border-bottom: none;
}
body#case ul.gallery li .thumb {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  box-sizing: border-box;
  text-indent: -9999px;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  body#case ul.gallery li .thumb {
    height: 200px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#case ul.gallery li .thumb {
    float: left;
    width: 340px;
    height: 211px;
    margin: 0 1em 1em 0;
  }
}
@media only screen and (min-width: 1120px) {
  body#case ul.gallery li .thumb {
    float: left;
    width: 340px;
    height: 211px;
    margin: 0 1em 1em 0;
  }
}

/* 店舗紹介
================================================== */
body#company table {
  display: block;
  background: #fff;
  border: 1px solid #d2d2d2;
}
@media only screen and (max-width: 640px) {
  body#company table {
    border-collapse: collapse;
    border-spacing: 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#company table {
    border-collapse: collapse;
    border-spacing: 0;
  }
}
@media only screen and (min-width: 1120px) {
  body#company table {
    border-collapse: collapse;
    border-spacing: 0;
  }
}
body#company table tbody {
  display: block;
}
body#company table tbody tr {
  display: block;
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#company table tbody tr {
    border-bottom: 1px solid #d2d2d2;
  }
  body#company table tbody tr:last-child {
    border-bottom: 0;
  }
}
@media only screen and (min-width: 1120px) {
  body#company table tbody tr {
    border-bottom: 1px solid #d2d2d2;
  }
  body#company table tbody tr:last-child {
    border-bottom: 0;
  }
}
body#company table tbody tr th {
  color: #fff;
  background: #11684a;
}
@media only screen and (max-width: 640px) {
  body#company table tbody tr th {
    display: block;
    text-align: left;
    text-indent: 1.1em;
    margin-bottom: 0.5em;
    padding: 0.5em 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#company table tbody tr th {
    font-weight: normal;
    width: 250px;
    padding: 1em 0;
    border-right: 1px solid #d2d2d2;
  }
}
@media only screen and (min-width: 1120px) {
  body#company table tbody tr th {
    font-weight: normal;
    width: 250px;
    padding: 1em 0;
    border-right: 1px solid #d2d2d2;
  }
}
@media only screen and (max-width: 640px) {
  body#company table tbody tr td {
    display: block;
    padding: 0.5em 1em;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#company table tbody tr td {
    box-sizing: border-box;
    padding: 0 2em;
    width: calc( 100% - 250px);
  }
}
@media only screen and (min-width: 1120px) {
  body#company table tbody tr td {
    text-indent: 2em;
    width: 870px;
  }
}

/* ブログ
================================================== */
@media only screen and (min-width: 1120px) {
  body#blog .item-box {
    width: 780px;
  }
}
@media only screen and (min-width: 1120px) {
  body#blog .site-body {
    margin: 0 auto;
    width: 1120px;
  }
}
@media only screen and (min-width: 1120px) {
  body#blog .site-body main.main-contents {
    width: 780px;
    float: left;
  }
}
@media only screen and (min-width: 1120px) {
  body#blog .site-body .site-sidebar {
    width: 300px;
    float: right;
  }
}
@media only screen and (min-width: 1120px) {
  body#blog .site-body .site-sidebar .item-box {
    width: 300px;
  }
}
body#blog .site-body .site-sidebar .item-title-h3 {
  font-size: 1em;
  font-weight: normal;
}
@media only screen and (max-width: 640px) {
  body#blog .site-body .site-sidebar .item-title-h3 {
    background-size: 15px;
    padding: 1.1em 0 1.1em 25px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#blog .site-body .site-sidebar .item-title-h3 {
    background-size: 20px;
    padding: 1.1em 0 1.1em 30px;
  }
}
@media only screen and (min-width: 1120px) {
  body#blog .site-body .site-sidebar .item-title-h3 {
    padding: 1.1em 0 1.1em 1em;
  }
}
body#blog .site-body .site-sidebar ul.def {
  padding: 0 2em;
  list-style: disc;
}
body#blog .site-body .site-sidebar ul.def li {
  margin: 0 0 0.5em 0;
  padding-left: 0.25em;
}
@media only screen and (max-width: 640px) {
  body#blog .site-body .site-sidebar ul.def li {
    margin-bottom: 0.5em;
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 1120px) {
  body#blog .site-body .site-sidebar ul.def li {
    margin-bottom: 0.5em;
    font-size: 0.9em;
  }
}
body#blog .site-body .site-sidebar aside#side_new ul.thumb-post-list {
  overflow: hidden;
}
body#blog .site-body .site-sidebar aside#side_new ul.thumb-post-list li {
  margin-right: 0;
}
body#blog .site-body .site-sidebar aside#side_new ul.thumb-post-list li a.thumb {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -9999px;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 640px) {
  body#blog .site-body .site-sidebar aside#side_new ul.thumb-post-list li a.thumb {
    max-width: 300px;
    height: 180px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#blog .site-body .site-sidebar aside#side_new ul.thumb-post-list li a.thumb {
    max-width: 300px;
    height: 185px;
  }
}
@media only screen and (min-width: 1120px) {
  body#blog .site-body .site-sidebar aside#side_new ul.thumb-post-list li a.thumb {
    height: 156px;
  }
}
@media only screen and (min-width: 1120px) {
  body#blog article {
    margin-bottom: 5em;
  }
}
body#blog article .item-text ul.post-data {
  margin: 0 0 0.5em 0;
  padding: 0;
}
body#blog article .item-text ul.post-data li {
  list-style: none;
  font-size: 0.9em;
}
@media only screen and (max-width: 640px) {
  body#blog article .item-text ul.post-data li {
    padding-left: 1em;
    background: url(../images/common/ico_arrow01.png) left center no-repeat;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#blog article .item-text ul.post-data li {
    padding-left: 1em;
    background: url(../images/common/ico_arrow01.png) left 1em center no-repeat;
  }
}
@media only screen and (min-width: 1120px) {
  body#blog article .item-text ul.post-data li {
    padding-left: 2em;
    background: url(../images/common/ico_arrow01.png) left 1em center no-repeat;
  }
}
body#blog article .item-text ul {
  list-style-type: disc;
  list-style-position: inside;
}
body#blog article .item-text ol {
  list-style-type: decimal;
  list-style-position: inside;
}
body#blog article .item-text iframe {
  max-width: 100%;
}
body#blog article .item-text img {
  vertical-align: baseline;
}
body#blog article .item-text table {
  max-width: 100%;
}
body#blog #new ul.thumb-post-list {
  overflow: hidden;
}
body#blog #new ul.thumb-post-list li {
  float: left;
}
@media only screen and (max-width: 640px) {
  body#blog #new ul.thumb-post-list li {
    width: calc( ( 100% - 10px ) /2);
    margin: 0 10px 10px 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#blog #new ul.thumb-post-list li {
    font-size: 0.8em;
    width: calc( ( 100% - 50px ) /3);
    margin: 0 25px 25px 0;
  }
}
@media only screen and (min-width: 1120px) {
  body#blog #new ul.thumb-post-list li {
    font-size: 0.8em;
    width: calc( ( 100% - 50px ) /3);
    margin: 0 25px 25px 0;
  }
}
@media only screen and (max-width: 640px) {
  body#blog #new ul.thumb-post-list li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#blog #new ul.thumb-post-list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1120px) {
  body#blog #new ul.thumb-post-list li:nth-child(3n) {
    margin-right: 0;
  }
}
body#blog #new ul.thumb-post-list li .thumb {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  text-indent: -9999px;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 640px) {
  body#blog #new ul.thumb-post-list li .thumb {
    height: 141px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#blog #new ul.thumb-post-list li .thumb {
    height: 136px;
  }
}
@media only screen and (min-width: 1120px) {
  body#blog #new ul.thumb-post-list li .thumb {
    height: 141px;
  }
}

/* 新着情報
================================================== */
body#news .sub-visual {
  background: url(../images/common/header_bg02.png);
}
@media only screen and (min-width: 1120px) {
  body#news .item-box {
    width: 780px;
  }
}
@media only screen and (min-width: 1120px) {
  body#news .site-body {
    margin: 0 auto;
    width: 1120px;
  }
}
@media only screen and (min-width: 1120px) {
  body#news .site-body main.main-contents {
    width: 780px;
    float: left;
  }
}
@media only screen and (min-width: 1120px) {
  body#news .site-body .site-sidebar {
    width: 300px;
    float: right;
  }
}
@media only screen and (min-width: 1120px) {
  body#news .site-body .site-sidebar .item-box {
    width: 300px;
  }
}
body#news .site-body .site-sidebar .item-title-h3 {
  font-size: 1em;
  font-weight: normal;
}
@media only screen and (max-width: 640px) {
  body#news .site-body .site-sidebar .item-title-h3 {
    background-size: 15px;
    padding: 1.1em 0 1.1em 25px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#news .site-body .site-sidebar .item-title-h3 {
    background-size: 20px;
    padding: 1.1em 0 1.1em 30px;
  }
}
@media only screen and (min-width: 1120px) {
  body#news .site-body .site-sidebar .item-title-h3 {
    padding: 1.1em 0 1.1em 1em;
  }
}
body#news .site-body .site-sidebar ul.def {
  padding: 0 2em;
  list-style: disc;
}
body#news .site-body .site-sidebar ul.def li {
  margin: 0 0 0.5em 0;
  padding-left: 0.25em;
}
@media only screen and (max-width: 640px) {
  body#news .site-body .site-sidebar ul.def li {
    margin-bottom: 0.5em;
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 1120px) {
  body#news .site-body .site-sidebar ul.def li {
    margin-bottom: 0.5em;
    font-size: 0.9em;
  }
}
body#news article .item-text time.item-date {
  display: inline-block;
  font-size: 0.9em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 640px) {
  body#news article .item-text time.item-date {
    padding-left: 1em;
    background: url(../images/common/ico_arrow01.png) left center no-repeat;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#news article .item-text time.item-date {
    padding-left: 1em;
    background: url(../images/common/ico_arrow01.png) left 1em center no-repeat;
  }
}
@media only screen and (min-width: 1120px) {
  body#news article .item-text time.item-date {
    padding-left: 2em;
    background: url(../images/common/ico_arrow01.png) left 1em center no-repeat;
  }
}
body#news article .item-text .text-more a {
  background: url(../images/common/ico_arrow02.png) no-repeat left center;
  padding-left: 1em;
}
body#news article .item-text ul {
  list-style-type: disc;
  list-style-position: inside;
}
body#news article .item-text ol {
  list-style-type: decimal;
  list-style-position: inside;
}
body#news article .item-text iframe {
  max-width: 100%;
}
body#news article .item-text img {
  vertical-align: baseline;
}
body#news article .item-text table {
  max-width: 100%;
}

/* コンタクトフォーム
================================================== */
body#contact form table {
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#contact form table {
    width: 90%;
  }
}
@media only screen and (min-width: 1120px) {
  body#contact form table {
    width: 900px;
  }
}
body#contact form table tbody {
  display: block;
}
body#contact form table tbody tr {
  display: block;
}
body#contact form table tbody tr th {
  text-align: left;
}
@media only screen and (max-width: 640px) {
  body#contact form table tbody tr th {
    display: block;
    padding: 0.5em 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#contact form table tbody tr th {
    width: 250px;
  }
}
@media only screen and (min-width: 1120px) {
  body#contact form table tbody tr th {
    width: 250px;
    vertical-align: top;
  }
}
body#contact form table tbody tr th .required-mark {
  color: #11684a;
}
body#contact form table tbody tr td {
  /* 未記入エラー文 */
}
@media only screen and (max-width: 640px) {
  body#contact form table tbody tr td {
    display: block;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#contact form table tbody tr td {
    width: 70%;
  }
}
@media only screen and (min-width: 1120px) {
  body#contact form table tbody tr td {
    width: 650px;
  }
}
body#contact form table tbody tr td input {
  margin: 0;
  width: 100%;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
  padding: 0.5em;
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#contact form table tbody tr td input {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 1120px) {
  body#contact form table tbody tr td input {
    padding: 1em;
    margin-bottom: 1em;
  }
}
body#contact form table tbody tr td input#tel01 {
  width: 4em;
}
@media only screen and (min-width: 1120px) {
  body#contact form table tbody tr td input#tel01 {
    width: 5em;
  }
}
body#contact form table tbody tr td input#tel02 {
  width: 4em;
}
@media only screen and (min-width: 1120px) {
  body#contact form table tbody tr td input#tel02 {
    width: 5em;
  }
}
body#contact form table tbody tr td input#tel03 {
  width: 4em;
}
@media only screen and (min-width: 1120px) {
  body#contact form table tbody tr td input#tel03 {
    width: 5em;
  }
}
body#contact form table tbody tr td input#fax01 {
  width: 4em;
}
body#contact form table tbody tr td input#fax02 {
  width: 4em;
}
body#contact form table tbody tr td input#fax03 {
  width: 4em;
}
body#contact form table tbody tr td input#pc01 {
  width: 3em;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 1120px) {
  body#contact form table tbody tr td input#pc01 {
    width: 5em;
  }
}
body#contact form table tbody tr td input#pc02 {
  width: 4em;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 1120px) {
  body#contact form table tbody tr td input#pc02 {
    width: 6em;
  }
}
body#contact form table tbody tr td input#pc03 {
  margin: 1em 0;
}
body#contact form table tbody tr td input#pc-button {
  width: 12em;
  border: 1px solid #C5C5C5;
  box-sizing: border-box;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#contact form table tbody tr td input#pc-button {
    margin-left: 0.5em;
  }
}
@media only screen and (min-width: 1120px) {
  body#contact form table tbody tr td input#pc-button {
    margin-left: 0.5em;
  }
}
body#contact form table tbody tr td textarea {
  width: 100%;
  margin-bottom: 1em;
  padding: 1em;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  body#contact form table tbody tr td textarea {
    margin-bottom: 0.5em;
  }
}
body#contact form table tbody tr td .error-text {
  font-size: 0.75em;
  line-height: 1;
  font-weight: bold;
  margin: 0 0 1em;
  color: #B42300;
}
body#contact form .contact-submits {
  text-align: center;
}
body#contact form .contact-submits input {
  display: inline-block;
  margin: 0 0.5em 1em;
  width: 30%;
  height: 3em;
  background: #11684a;
  color: #fff;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.55);
}
@media only screen and (max-width: 640px) {
  body#contact form .contact-submits input {
    width: 100%;
    margin: 0 auto 0.5em;
  }
}
body#contact form table#confirmation {
  margin-bottom: 2em;
}
@media only screen and (min-width: 1120px) {
  body#contact form table#confirmation tr {
    padding: 1em 0;
    border-bottom: 1px solid #d2d2d2;
  }
}
@media only screen and (max-width: 640px) {
  body#contact form table#confirmation tr th {
    margin-bottom: 0.5em;
    padding: 0.5em 0;
    border-bottom: 1px solid #d2d2d2;
  }
}
@media only screen and (max-width: 640px) {
  body#contact form table#confirmation tr td {
    margin-bottom: 0.5em;
  }
}

/* サイトマップ
================================================== */
body#site ul.sitemap-list {
  padding-left: 2em;
  list-style-type: disc;
}

body#site ul.sitemap-list li {
  padding-left: 0.5em;
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#site ul.sitemap-list li {
    margin-bottom: 0.4em;
  }
}
@media only screen and (min-width: 1120px) {
  body#site ul.sitemap-list li {
    margin-bottom: 0.4em;
  }
}

/* フッター
================================================== */
.site-footer address {
  background: #888888;
  color: #fff;
  text-align: center;
  font-style: normal;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .site-footer address {
    padding: 25px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  .site-footer address {
    padding: 37.5px;
  }
}
@media only screen and (min-width: 1120px) {
  .site-footer address {
    padding: 50px 0 38px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1120px) {
  .site-footer address dl {
    overflow: hidden;
    width: 550px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  .site-footer address dl dt {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  .site-footer address dl dt {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1120px) {
  .site-footer address dl dt {
    margin: 15px 25px 15px 0;
    width: 270px;
    float: left;
  }
}
@media only screen and (max-width: 640px) {
  .site-footer address dl dt img {
    width: 180px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  .site-footer address dl dt img {
    width: 202.5px;
  }
}
@media only screen and (max-width: 640px) {
  .site-footer address dl .f-address_street {
    margin-bottom: 13px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  .site-footer address dl .f-address_street {
    margin-bottom: 19.5px;
  }
}
@media only screen and (min-width: 1120px) {
  .site-footer address dl .f-address_street {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .site-footer address dl .f-address_tel {
    margin-bottom: 7px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  .site-footer address dl .f-address_tel {
    margin-bottom: 10.5px;
  }
}
@media only screen and (min-width: 1120px) {
  .site-footer address dl .f-address_tel {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 640px) {
  .site-footer .f-nav {
    display: none;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  .site-footer .f-nav {
    display: none;
  }
}
@media only screen and (min-width: 1120px) {
  .site-footer .f-nav {
    background: #888888;
  }
}
.site-footer .f-nav ul {
  overflow: hidden;
  text-align: center;
}
@media only screen and (min-width: 1120px) {
  .site-footer .f-nav ul {
    width: 800px;
    margin: 0 auto;
    padding: 0 0 37px;
    line-height: 2;
  }
}
@media only screen and (min-width: 1120px) {
  .site-footer .f-nav ul li {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    margin: 0 0.5em;
    padding: 0 1em;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
@media only screen and (min-width: 1120px) {
  .site-footer .f-nav ul li + li {
    border-left: 0;
    padding-left: 0;
  }
}
.site-footer .f-nav ul li a {
  text-decoration: none;
}
@media only screen and (min-width: 1120px) {
  .site-footer .f-nav ul li a {
    color: #fff;
  }
}
.site-footer small.f-copy {
  display: block;
  text-align: center;
  color: #fff;
  background: #4f4f4f;
}
@media only screen and (max-width: 640px) {
  .site-footer small.f-copy {
    font-size: 0.8em;
    padding: 15px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  .site-footer small.f-copy {
    font-size: 0.8em;
    padding: 22.5px;
  }
}
@media only screen and (min-width: 1120px) {
  .site-footer small.f-copy {
    font-size: 14px;
    line-height: 1;
    padding: 20px;
  }
}
.site-footer small.f-copy a {
  color: #fff;
}

/*# sourceMappingURL=style.css.map */
