@charset "UTF-8";
/* 変数
================================================== */
/* 複数行「…」で省略する方法 */
/* タイトル
------------------------------ */
/* 通常のギャラリー
------------------------------ */
/* 1枚目を大きくするギャラリー
------------------------------ */
/* 仕様
================================================== */
/* カラー
------------------------------ */
/* 文字
------------------------------ */
/* 背景
------------------------------ */
/* 共通
================================================== */
* {
  box-sizing: border-box;
}

body {
  color: #626262;
  line-height: 2;
  letter-spacing: 0.1em;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: url(../images/common/bg_pc.png);
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 12px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1120px) {
  body {
    font-size: 14px;
  }
}

span.note {
  border-bottom: 1px dashed #ccc;
}

/* 画像
------------------------------ */
img {
  max-width: 100%;
  height: auto;
}

/* リンク
------------------------------ */
a {
  color: #a5bc67;
  transition: All 0.4s ease;
}

a:hover {
  opacity: .6;
  text-decoration: none;
}

a img {
  transition: All 0.4s ease;
}

a:hover img {
  opacity: .6;
}

/* クリアフィックス
------------------------------ */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* テーブル
------------------------------ */
table.def {
  width: 100%;
  border: 1px solid #ccc;
}
table.def tbody tr {
  width: 100%;
}
table.def tbody tr th {
  width: 30%;
  padding: 0.5rem 0;
  font-weight: normal;
  border-right: 1px solid #060200;
  border-bottom: 1px solid #060200;
  color: #fff;
  background: #331d13;
}
table.def tbody tr td {
  padding: 0.5rem;
  border-bottom: 1px solid #ccc;
}

/* リスト
------------------------------ */
ul.def {
  margin: 0 0 15px;
}

ul.def li {
  padding: 5px 0 5px 12px;
  border-bottom: 1px dotted #cfcfcf;
  background: url(../images/common/ico_arrow01.png) left center no-repeat;
}

/* 定義リスト
------------------------------ */
dl.def dt {
  margin-bottom: 0.5em;
  padding: 0.5em 1em;
  font-weight: bold;
  color: #fff;
  background: #331d13;
  border-radius: 0.25rem;
}

dl.def dd {
  margin-bottom: 0.5rem;
}

/* ページトップへ戻る
------------------------------ */
.backtotop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 9000;
  transition: none;
}

/* グローバルナビ
================================================== */
/* slicknav
------------------------------ */
.slicknav_menu {
  box-sizing: border-box;
  z-index: 9998;
  position: fixed;
  width: 100%;
  *zoom: 1;
  font-size: 14px;
  box-sizing: border-box;
  background: none;
}
@media only screen and (min-width: 1120px) {
  .slicknav_menu {
    display: none;
  }
}
.slicknav_menu * {
  box-sizing: border-box;
}
.slicknav_menu:before {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}
.slicknav_menu .slicknav_menutxt {
  position: relative;
  display: block;
  text-align: center;
  letter-spacing: 1px;
  font-size: 11px;
  -webkit-transform: scale(0.95);
  -webkit-transform-origin: 0 0;
  line-height: 1.9;
  color: #a5bc67;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon {
  width: 1.125em;
  height: 0.875em;
}
.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  height: 3px;
  background-color: #a5bc67;
}

.slicknav_btn {
  cursor: pointer;
  float: right;
  display: block;
  position: relative;
  margin: 10px;
  width: 35px;
  height: 40px;
  vertical-align: middle;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: none;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 7px;
}

.slicknav_nav {
  clear: both;
  color: #626262;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
}
.slicknav_nav ul {
  display: block;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background: rgba(255, 255, 255, 0.8);
}
.slicknav_nav li {
  display: block;
  border-top: 1px solid #ccc;
}
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_row {
  display: block;
  padding: 5px 10px;
  margin: 2px 5px;
}
.slicknav_nav .slicknav_row:hover {
  opacity: .6;
}
.slicknav_nav a {
  display: block;
  padding: 0.75em 1em;
  text-decoration: none;
  color: #626262;
}
.slicknav_nav a:hover {
  opacity: .6;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_nav .slicknav_item a {
  display: inline;
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_parent-link a {
  display: inline;
  padding: 0;
  margin: 0;
}

.slicknav_brand {
  float: left;
  color: #626262;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}

/* PC
------------------------------ */
@media only screen and (max-width: 640px) {
  nav.g-nav {
    display: none;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  nav.g-nav {
    display: none;
  }
}
@media only screen and (min-width: 1120px) {
  nav.g-nav {
    position: absolute;
    bottom: 14%;
    width: 100%;
    height: 100px;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
  }
}
@media only screen and (min-width: 1120px) {
  nav.g-nav ul {
    font-size: 0;
    letter-spacing: 0;
    line-height: 0;
  }
}
@media only screen and (min-width: 1120px) {
  nav.g-nav ul li {
    display: inline-block;
  }
}
@media only screen and (min-width: 1120px) {
  nav.g-nav ul li a {
    display: block;
    width: 155px;
    height: 100px;
  }
}
@media only screen and (min-width: 1120px) {
  nav.g-nav ul li.g-nav_concept a {
    background: url(../images/common/g-nav_concept_pc.png);
    background-size: cover;
  }
}
@media only screen and (min-width: 1120px) {
  nav.g-nav ul li.g-nav_hair-menu a {
    background: url(../images/common/g-nav_hair-menu_pc.png);
    background-size: cover;
  }
}
@media only screen and (min-width: 1120px) {
  nav.g-nav ul li.g-nav_company a {
    background: url(../images/common/g-nav_company_pc.png);
    background-size: cover;
  }
}
@media only screen and (min-width: 1120px) {
  nav.g-nav ul li.g-nav_gallery a {
    background: url(../images/common/g-nav_gallery_pc.png);
    background-size: cover;
  }
}
@media only screen and (min-width: 1120px) {
  nav.g-nav ul li.g-nav_blog a {
    background: url(../images/common/g-nav_blog_pc.png);
    background-size: cover;
  }
}

/* ヘッダー
================================================== */
header {
  position: relative;
}
header .h-inner .h-logo a {
  position: absolute;
  top: 50%;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
  background: url(../images/common/h-logo_pc.png);
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  header .h-inner .h-logo a {
    margin-top: -48.25px;
    width: 95px;
    height: 96.5px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  header .h-inner .h-logo a {
    margin-top: -48.25px;
    width: 95px;
    height: 96.5px;
  }
}
@media only screen and (min-width: 1120px) {
  header .h-inner .h-logo a {
    margin-top: -193px;
    width: 190px;
    height: 193px;
  }
}
header .visual {
  box-sizing: border-box;
}
header .main-visual {
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
  width: 100%;
  height: 0;
  padding-top: calc(767 / 1920 * 100%);
  /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  header .main-visual {
    margin-bottom: -1px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  header .main-visual {
    margin-bottom: -1px;
  }
}
header .sub-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  header .sub-visual {
    height: 150px;
    background: url(../images/top/mainvis01.png) no-repeat center top;
    background-size: 640px auto;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  header .sub-visual {
    height: 200px;
    background: url(../images/top/mainvis01.png) no-repeat center top;
    background-size: 1120px auto;
  }
}
@media only screen and (min-width: 1120px) {
  header .sub-visual {
    height: 400px;
    background: url(../images/top/mainvis01.png) no-repeat center top;
    background-size: cover;
  }
}
header .sub-visual .text {
  color: #fff;
  text-shadow: 0px 0px 0.25em rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 640px) {
  header .sub-visual .text {
    font-size: 16px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  header .sub-visual .text {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1120px) {
  header .sub-visual .text {
    font-size: 26px;
  }
}

/* トップページ
================================================== */
body#top {
  /* こだわり
  ------------------------------ */
  /* ブログ
  ------------------------------ */
  /* 施工事例
  ------------------------------ */
  /* ギャラリー
  ------------------------------ */
}
@media only screen and (max-width: 640px) {
  body#top {
    font-size: 10px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top {
    font-size: 10px;
  }
}
body#top #concept {
  text-align: center;
  color: #fff;
  background: #000 url(../images/top/concept_bg_pc.png) no-repeat center top;
  background-size: 100% auto;
}
@media only screen and (max-width: 640px) {
  body#top #concept {
    padding: 35px 0 0;
    height: 376px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top #concept {
    padding: 35px 0 0;
    height: 376px;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #concept {
    font-size: 16px;
    padding: 70px 0 0;
    height: 753px;
  }
}
body#top #concept .item-title-h3 {
  margin: 0 auto;
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
  background: url(../images/top/concept_title_pc.png) no-repeat top;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  body#top #concept .item-title-h3 {
    margin-bottom: 15px;
    width: 120px;
    height: 29px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top #concept .item-title-h3 {
    margin-bottom: 15px;
    width: 120px;
    height: 29px;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #concept .item-title-h3 {
    margin-bottom: 30px;
    width: 240px;
    height: 58px;
  }
}
@media only screen and (max-width: 640px) {
  body#top #concept .item-text .copy {
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 12px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top #concept .item-text .copy {
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #concept .item-text .copy {
    margin-bottom: 24px;
    font-size: 20px;
  }
}
body#top #concept .item-text .text-more {
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
}
body#top #concept .item-text .text-more a {
  display: block;
  background: url(../images/top/concept_more_pc.png);
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  body#top #concept .item-text .text-more a {
    margin: 16px auto 0;
    width: 31px;
    height: 31px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top #concept .item-text .text-more a {
    margin: 16px auto 0;
    width: 31px;
    height: 31px;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #concept .item-text .text-more a {
    margin: 32px auto 0;
    width: 61px;
    height: 61px;
  }
}
body#top #contents {
  /* ヘアメニュー
  ------------------------------ */
  /* 店舗紹介
  ------------------------------ */
  /* ギャラリー
  ------------------------------ */
}
@media only screen and (max-width: 640px) {
  body#top #contents {
    margin: -145px auto 40px;
    width: 320px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top #contents {
    margin: -145px auto 40px;
    width: 320px;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #contents {
    margin: -290px auto 80px;
    width: 1120px;
  }
}
body#top #contents > .item-title-h3 {
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
  background: url(../images/top/contents_title_pc.png) no-repeat top;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  body#top #contents > .item-title-h3 {
    width: 320px;
    height: 128.5px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top #contents > .item-title-h3 {
    width: 320px;
    height: 128.5px;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #contents > .item-title-h3 {
    width: 1120px;
    height: 257px;
  }
}
body#top #contents .text-more {
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
}
body#top #contents .text-more a {
  display: block;
  background: url(../images/top/contents_more_pc.png);
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  body#top #contents .text-more a {
    width: 85px;
    height: 22px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top #contents .text-more a {
    width: 85px;
    height: 22px;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #contents .text-more a {
    width: 170px;
    height: 44px;
  }
}
@media only screen and (max-width: 640px) {
  body#top #contents #hair-menu {
    padding: 132.5px 0 0 37.5px;
    height: 185px;
    background: url(../images/top/hair-menu_bg_sp.png) no-repeat center top;
    background-size: cover;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top #contents #hair-menu {
    padding: 132.5px 0 0 37.5px;
    height: 185px;
    background: url(../images/top/hair-menu_bg_sp.png) no-repeat center top;
    background-size: cover;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #contents #hair-menu {
    padding: 265px 0 0 100px;
    height: 370px;
    background: url(../images/top/hair-menu_bg_pc.png) no-repeat center top;
    background-size: cover;
  }
}
body#top #contents #hair-menu .item-title-h3 {
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
}
body#top #contents #hair-menu .item-text .text {
  display: none;
}
body#top #contents #company {
  background: url(../images/top/company_bg_pc.png) no-repeat center top;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  body#top #contents #company {
    padding: 132.5px 0 0 197.5px;
    height: 185px;
    background: url(../images/top/company_bg_sp.png) no-repeat center top;
    background-size: cover;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top #contents #company {
    padding: 132.5px 0 0 197.5px;
    height: 185px;
    background: url(../images/top/company_bg_sp.png) no-repeat center top;
    background-size: cover;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #contents #company {
    padding: 265px 0 0 850px;
    height: 370px;
  }
}
body#top #contents #company .item-title-h3 {
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
}
body#top #contents #company .item-text .text {
  display: none;
}
@media only screen and (max-width: 640px) {
  body#top #contents #gallery {
    padding: 132.5px 0 0 37.5px;
    height: 185px;
    background: url(../images/top/gallery_bg_sp.png) no-repeat center top;
    background-size: cover;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top #contents #gallery {
    padding: 132.5px 0 0 37.5px;
    height: 185px;
    background: url(../images/top/gallery_bg_sp.png) no-repeat center top;
    background-size: cover;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #contents #gallery {
    padding: 265px 0 0 100px;
    height: 370px;
    background: url(../images/top/gallery_bg_pc.png) no-repeat center top;
    background-size: cover;
  }
}
body#top #contents #gallery .item-title-h3 {
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
}
body#top #contents #gallery .item-text .text {
  display: none;
}
@media only screen and (max-width: 640px) {
  body#top #blog {
    background: url(../images/top/blog_bg_pc.png) no-repeat center;
    background-size: 960px auto;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top #blog {
    background: url(../images/top/blog_bg_pc.png) no-repeat center;
    background-size: 960px auto;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #blog {
    background: url(../images/top/blog_bg_pc.png) no-repeat center;
  }
}
body#top #blog .item-title-h3 {
  margin: 0 auto;
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
  background: url(../images/top/blog_title_pc.png) no-repeat top;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  body#top #blog .item-title-h3 {
    margin-bottom: 20px;
    width: 130px;
    height: 28.5px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top #blog .item-title-h3 {
    margin-bottom: 20px;
    width: 130px;
    height: 28.5px;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #blog .item-title-h3 {
    margin-bottom: 40px;
    width: 260px;
    height: 57px;
  }
}
body#top #blog .item-text .article-list {
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  body#top #blog .item-text .article-list {
    margin: 0 auto 20px;
    width: 259px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top #blog .item-text .article-list {
    margin: 0 auto 20px;
    width: 259px;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #blog .item-text .article-list {
    margin: 0 auto 40px;
    width: 1080px;
  }
}
body#top #blog .item-text .article-list li {
  float: left;
  background: #fff;
}
@media only screen and (max-width: 640px) {
  body#top #blog .item-text .article-list li {
    margin-right: 21px;
    width: calc( ( 100% - 21px ) / 2);
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top #blog .item-text .article-list li {
    margin-right: 21px;
    width: calc( ( 100% - 42px ) / 3);
  }
}
@media only screen and (min-width: 1120px) {
  body#top #blog .item-text .article-list li {
    margin-right: 42px;
    width: calc( ( 100% - 126px ) / 4);
  }
}
body#top #blog .item-text .article-list li:hover {
  transition: All 0.4s ease;
  opacity: .6;
}
@media only screen and (max-width: 640px) {
  body#top #blog .item-text .article-list li:nth-child(2) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  body#top #blog .item-text .article-list li:nth-child(3) {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  body#top #blog .item-text .article-list li:nth-child(4) {
    display: none;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top #blog .item-text .article-list li:nth-child(4) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #blog .item-text .article-list li:nth-child(4) {
    margin-right: 0;
  }
}
body#top #blog .item-text .article-list li a {
  text-decoration: none;
  color: inherit;
}
body#top #blog .item-text .article-list li .thumb {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
  margin-bottom: 0.5rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  body#top #blog .item-text .article-list li .thumb {
    height: 78.5px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top #blog .item-text .article-list li .thumb {
    height: 78.5px;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #blog .item-text .article-list li .thumb {
    height: 157px;
  }
}
body#top #blog .item-text .article-list li .date {
  display: block;
  margin: 0.5rem 1rem 0;
}
body#top #blog .item-text .article-list li .title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  color: inherit;
  margin: 0 1rem 0.5rem;
}
body#top #blog .item-text .text-more a {
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
  display: block;
  margin: 0 auto;
  background: url(../images/top/blog_more_pc.png) no-repeat top;
  background-size: cover;
}
@media only screen and (min-width: 1120px) {
  body#top #blog .item-text .text-more a {
    margin-bottom: 80px;
    width: 61px;
    height: 61px;
  }
}
body#top #case {
  background: #fff;
}
body#top #case .item-text .article-list {
  overflow: hidden;
}
body#top #case .item-text .article-list li {
  float: left;
}
@media only screen and (max-width: 640px) {
  body#top #case .item-text .article-list li {
    margin-right: 0.5rem;
    width: calc( ( 100% - 0.5rem ) / 2);
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top #case .item-text .article-list li {
    margin-right: 0.5rem;
    width: calc( ( 100% - 1.5rem ) / 4);
  }
}
@media only screen and (min-width: 1120px) {
  body#top #case .item-text .article-list li {
    margin-right: 1rem;
    width: calc( ( 100% - 3rem ) / 4);
  }
}
@media only screen and (max-width: 640px) {
  body#top #case .item-text .article-list li:nth-child(2) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  body#top #case .item-text .article-list li:nth-child(3) {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  body#top #case .item-text .article-list li:nth-child(4) {
    display: none;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top #case .item-text .article-list li:nth-child(4) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #case .item-text .article-list li:nth-child(4) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  body#top #case .item-text .article-list li:nth-child(5) {
    display: none;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top #case .item-text .article-list li:nth-child(5) {
    display: none;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #case .item-text .article-list li:nth-child(5) {
    display: none;
  }
}
body#top #case .item-text .article-list li .thumb {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 640px) {
  body#top #case .item-text .article-list li .thumb {
    height: 150px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top #case .item-text .article-list li .thumb {
    height: 150px;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #case .item-text .article-list li .thumb {
    height: 150px;
  }
}
body#top #case .item-text .article-list li .title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  color: inherit;
  text-align: left;
}
body#top #case .item-text .text-more {
  text-align: center;
}
body#top #gallery {
  background: #fff;
}
body#top #gallery .item-text .article-list {
  overflow: hidden;
}
body#top #gallery .item-text .article-list li {
  float: left;
}
@media only screen and (max-width: 640px) {
  body#top #gallery .item-text .article-list li {
    margin-right: 0.5rem;
    width: calc( ( 100% - 0.5rem ) / 2);
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top #gallery .item-text .article-list li {
    margin-right: 0.5rem;
    width: calc( ( 100% - 1.5rem ) / 4);
  }
}
@media only screen and (min-width: 1120px) {
  body#top #gallery .item-text .article-list li {
    margin-right: 1rem;
    width: calc( ( 100% - 3rem ) / 4);
  }
}
@media only screen and (max-width: 640px) {
  body#top #gallery .item-text .article-list li:nth-child(2) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  body#top #gallery .item-text .article-list li:nth-child(3) {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  body#top #gallery .item-text .article-list li:nth-child(4) {
    display: none;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top #gallery .item-text .article-list li:nth-child(4) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #gallery .item-text .article-list li:nth-child(4) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  body#top #gallery .item-text .article-list li:nth-child(5) {
    display: none;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top #gallery .item-text .article-list li:nth-child(5) {
    display: none;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #gallery .item-text .article-list li:nth-child(5) {
    display: none;
  }
}
body#top #gallery .item-text .article-list li .thumb {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 640px) {
  body#top #gallery .item-text .article-list li .thumb {
    height: 150px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#top #gallery .item-text .article-list li .thumb {
    height: 150px;
  }
}
@media only screen and (min-width: 1120px) {
  body#top #gallery .item-text .article-list li .thumb {
    height: 150px;
  }
}
body#top #gallery .item-text .article-list li .title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  color: inherit;
  text-align: left;
}
body#top #gallery .item-text .text-more {
  text-align: center;
}

/* 下層ページ共通
================================================== */
@media only screen and (max-width: 640px) {
  body.underlayer .h-logo a {
    display: none;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body.underlayer .h-logo a {
    display: none;
  }
}
@media only screen and (min-width: 1120px) {
  body.underlayer .h-logo a {
    margin-top: -145px !important;
  }
}
@media only screen and (min-width: 1120px) {
  body.underlayer nav.g-nav {
    bottom: 0;
  }
}
body.underlayer .site-body {
  overflow: hidden;
  background: #fff;
  /* パンくずリスト
  ------------------------------ */
  /* 見出し
  ------------------------------ */
  /* ボックス
  ------------------------------ */
  /* レイアウト
  ------------------------------ */
  /* 詳細リンク
  ------------------------------ */
  /* ページ内リンク
  ------------------------------ */
  /* ページネーション
  ------------------------------ */
  /* ソーシャルボタン
  ------------------------------ */
  /* 詳細ページ 前後の記事へのリンク
  ------------------------------ */
}
@media only screen and (max-width: 640px) {
  body.underlayer .site-body {
    margin: 0.5rem 0;
    padding: 0.5rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body.underlayer .site-body {
    margin: 0.5rem 0;
    padding: 0.5rem;
  }
}
@media only screen and (min-width: 1120px) {
  body.underlayer .site-body {
    margin: 1.25rem auto;
    padding: 1.5rem;
    width: 1120px;
    border-radius: 1rem;
  }
}
body.underlayer .site-body .breadcrumbs {
  font-size: 0;
  letter-spacing: 0;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (max-width: 640px) {
  body.underlayer .site-body .breadcrumbs {
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body.underlayer .site-body .breadcrumbs {
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 1120px) {
  body.underlayer .site-body .breadcrumbs {
    margin: 0 0 20px;
  }
}
body.underlayer .site-body .breadcrumbs li {
  font-size: 1rem;
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  body.underlayer .site-body .breadcrumbs li {
    font-size: 12px;
  }
}
body.underlayer .site-body .breadcrumbs li a {
  background: url(../images/common/ico_arrow01.png) right center no-repeat;
  margin: 0 10px 0 0;
  padding: 0 15px 0 0;
}
body.underlayer .site-body .item-title-h3 {
  border-bottom: 2px dashed #331d13;
  margin: 0 0 0.5rem;
  padding: 0.5em 0 0.5em 3.5rem;
  line-height: 1.4;
  background: url(../images/common/title_icon.png) no-repeat left center;
  background-size: 3rem auto;
}
@media only screen and (max-width: 640px) {
  body.underlayer .site-body .item-title-h3 {
    font-size: 1rem;
    font-weight: bold;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body.underlayer .site-body .item-title-h3 {
    font-size: 1rem;
    font-weight: bold;
  }
}
@media only screen and (min-width: 1120px) {
  body.underlayer .site-body .item-title-h3 {
    font-size: 1.4rem;
  }
}
body.underlayer .site-body .item-title-h3:first-letter {
  color: #a5bc67;
}
body.underlayer .site-body .item-title-h4 {
  clear: both;
  display: block;
  margin: 0.5rem 0;
  font-size: 1rem;
  padding: 0.25em 1em;
  color: #fff;
  background: #331d13;
  border-radius: 0.35rem;
}
body.underlayer .site-body .item-title-h4::before {
  content: "■";
  margin-right: 0.25em;
  color: #a5bc67;
}
body.underlayer .site-body .item-title-h5 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 2px solid #a5bc67;
}
body.underlayer .site-body .item-title-h5::before {
  content: "■";
  margin: 0 0.25em;
  color: #a5bc67;
}
body.underlayer .site-body .item-box {
  margin-bottom: 2rem;
}
body.underlayer .site-body .item-text.layout01 {
  overflow: hidden;
  margin-bottom: 0.5rem;
}
body.underlayer .site-body .item-text.layout01 figure {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  body.underlayer .site-body .item-text.layout01 figure {
    margin-bottom: 0.25rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body.underlayer .site-body .item-text.layout01 figure {
    float: left;
    width: 310px;
    margin-top: 0.25rem;
  }
}
@media only screen and (min-width: 1120px) {
  body.underlayer .site-body .item-text.layout01 figure {
    float: left;
    width: 320px;
    margin-top: 0.25rem;
  }
}
body.underlayer .site-body .item-text.layout01 figure img {
  border-radius: 0.5rem;
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body.underlayer .site-body .item-text.layout01 .text {
    float: right;
    width: calc( 100% - 310px - 1rem);
  }
}
@media only screen and (min-width: 1120px) {
  body.underlayer .site-body .item-text.layout01 .text {
    float: right;
    width: calc( 100% - 320px - 1rem);
  }
}
body.underlayer .site-body .item-text.layout01 .text .copy {
  margin-bottom: 0.5rem;
  color: #587509;
  font-size: 1.05rem;
  font-weight: bold;
  line-height: 1.75;
  border-bottom: 2px dashed #a5bc67;
}
@media only screen and (max-width: 640px) {
  body.underlayer .site-body .item-text.layout01 .text .copy {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body.underlayer .site-body .item-text.layout01 .text .copy {
    font-size: 1rem;
  }
}
body.underlayer .site-body #access .map {
  margin-top: 0.5em;
  width: 100%;
  vertical-align: bottom;
}
@media only screen and (max-width: 640px) {
  body.underlayer .site-body #access .map {
    height: 250px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body.underlayer .site-body #access .map {
    height: 350px;
  }
}
@media only screen and (min-width: 1120px) {
  body.underlayer .site-body #access .map {
    height: 400px;
  }
}
body.underlayer .site-body p.text-more {
  padding: 15px 0 0;
  text-align: right;
}
body.underlayer .site-body p.text-more a {
  padding: 0 0 0 15px;
  background: url(../images/common/ico_arrow02.png) left center no-repeat;
}
body.underlayer .site-body .anchor-links {
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
  text-align: center;
  margin: 1rem auto 0.75rem;
}
body.underlayer .site-body .anchor-links li {
  display: inline-block;
  margin: 0 0.25rem 0.5rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 2;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.01);
  -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: #331d13;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fbfbfb 0%, #e4e4e4 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fbfbfb 0%, #e4e4e4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fbfbfb 0%, #e4e4e4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#e4e4e4',GradientType=0 );
  /* IE6-9 */
}
body.underlayer .site-body .anchor-links li a {
  display: block;
  padding: 0.25em 1.25em;
  text-decoration: none;
  color: #696969;
}
body.underlayer .site-body .pagenation {
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
  text-align: center;
}
body.underlayer .site-body .pagenation li {
  display: inline-block;
  margin: 0 0.5rem 0.5rem;
  text-align: center;
  font-size: 1rem;
  border-radius: 0.25rem;
}
body.underlayer .site-body .pagenation li.current {
  padding: 1.25rem 1rem;
  font-weight: bold;
  background: #a5bc67;
  color: #fff;
}
body.underlayer .site-body .pagenation li a {
  display: block;
  text-decoration: none;
  padding: 1.25rem 1rem;
  background: #efefef;
  border-radius: 0.25rem;
}
body.underlayer .site-body .sns-sharerbtn-list {
  overflow: hidden;
  margin: 0.5rem 0 0;
}
body.underlayer .site-body .sns-sharerbtn-list li {
  float: left;
  margin: 0.5rem 0.5rem 0 0;
}
body.underlayer .site-body .paginated-link {
  margin: 1.5em 0 0;
  overflow: hidden;
}
body.underlayer .site-body .paginated-link li {
  width: 48%;
  text-align: center;
  font-size: 1rem;
}
body.underlayer .site-body .paginated-link li a {
  display: block;
  text-decoration: none;
  color: #fff;
  background: #a5bc67;
  border-radius: 0.25rem;
}
@media only screen and (max-width: 640px) {
  body.underlayer .site-body .paginated-link li a {
    padding: 0.25em 0.5em;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body.underlayer .site-body .paginated-link li a {
    padding: 0.5em;
  }
}
@media only screen and (min-width: 1120px) {
  body.underlayer .site-body .paginated-link li a {
    padding: 0.5em;
  }
}
body.underlayer .site-body .paginated-link li.prev-link {
  float: left;
}
body.underlayer .site-body .paginated-link li.next-link {
  float: right;
}

/* ブログ
================================================== */
body#concept .from {
  display: block;
  width: 100%;
  text-align: right;
}

/* ブログ
================================================== */
@media only screen and (min-width: 1120px) {
  body#blog .main-contents {
    width: 730px;
    float: left;
  }
}
@media only screen and (min-width: 1120px) {
  body#blog .main-contents article {
    margin-bottom: 5rem;
  }
}
body#blog .main-contents article .item-text .post-data {
  margin-bottom: 0.5rem;
}
body#blog .main-contents article .item-text .post-data li {
  list-style: none;
}
body#blog .main-contents article .item-text ul {
  list-style-type: disc;
  list-style-position: inside;
}
body#blog .main-contents article .item-text ol {
  list-style-type: decimal;
  list-style-position: inside;
}
body#blog .main-contents article .item-text iframe {
  max-width: 100%;
}
body#blog .main-contents article .item-text img {
  vertical-align: baseline;
}
body#blog .main-contents article .item-text table {
  max-width: 100%;
}
body#blog #detail_new-post .thumb-post-list {
  overflow: hidden;
}
body#blog #detail_new-post .thumb-post-list li {
  float: left;
}
@media only screen and (max-width: 640px) {
  body#blog #detail_new-post .thumb-post-list li {
    width: calc( ( 100% - 1rem ) /2);
    margin: 0 1rem 0.5rem 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#blog #detail_new-post .thumb-post-list li {
    font-size: 0.8em;
    width: calc( ( 100% - 2rem ) /3);
    margin: 0 1rem 0.5rem 0;
  }
}
@media only screen and (min-width: 1120px) {
  body#blog #detail_new-post .thumb-post-list li {
    font-size: 0.8em;
    width: calc( ( 100% - 4rem ) /3);
    margin: 0 2rem 1rem 0;
  }
}
@media only screen and (max-width: 640px) {
  body#blog #detail_new-post .thumb-post-list li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#blog #detail_new-post .thumb-post-list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1120px) {
  body#blog #detail_new-post .thumb-post-list li:nth-child(3n) {
    margin-right: 0;
  }
}
body#blog #detail_new-post .thumb-post-list li .thumb {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 640px) {
  body#blog #detail_new-post .thumb-post-list li .thumb {
    height: 100px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#blog #detail_new-post .thumb-post-list li .thumb {
    height: 160px;
  }
}
@media only screen and (min-width: 1120px) {
  body#blog #detail_new-post .thumb-post-list li .thumb {
    height: 170px;
  }
}
body#blog #detail_new-post .thumb-post-list li .date {
  display: block;
  color: #331d13;
  font-weight: bold;
}
body#blog #detail_new-post .thumb-post-list li .title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 1120px) {
  body#blog .site-sidebar {
    float: right;
    width: 290px;
    font-size: 0.85rem;
  }
}
body#blog .site-sidebar .item-box {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1120px) {
  body#blog .site-sidebar .item-box .item-title-h3 {
    font-size: 1.2rem;
  }
}
body#blog .site-sidebar .item-box .def li {
  margin-bottom: 0.25rem;
}
body#blog .site-sidebar .item-box .thumb-post-list {
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  body#blog .site-sidebar .item-box .thumb-post-list li {
    float: left;
    width: calc( ( 100% - 1rem ) /2);
    margin: 0 1rem 0.5rem 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#blog .site-sidebar .item-box .thumb-post-list li {
    float: left;
    font-size: 0.8em;
    width: calc( ( 100% - 2rem ) /3);
    margin: 0 1rem 0.5rem 0;
  }
}
@media only screen and (min-width: 1120px) {
  body#blog .site-sidebar .item-box .thumb-post-list li {
    margin-bottom: 0.25rem;
  }
}
@media only screen and (max-width: 640px) {
  body#blog .site-sidebar .item-box .thumb-post-list li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#blog .site-sidebar .item-box .thumb-post-list li:nth-child(3n) {
    margin-right: 0;
  }
}
body#blog .site-sidebar .item-box .thumb-post-list li .thumb {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 640px) {
  body#blog .site-sidebar .item-box .thumb-post-list li .thumb {
    height: 100px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#blog .site-sidebar .item-box .thumb-post-list li .thumb {
    height: 160px;
  }
}
@media only screen and (min-width: 1120px) {
  body#blog .site-sidebar .item-box .thumb-post-list li .thumb {
    height: 200px;
  }
}
body#blog .site-sidebar .item-box .thumb-post-list li .title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body#blog .site-sidebar .item-box ul.def li {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*  ギャラリー
================================================== */
body#gallery .gallery {
  margin-top: 0.75rem;
  overflow: hidden;
}
body#gallery .gallery li {
  float: left;
  margin: 0 1% 1rem;
}
@media only screen and (max-width: 640px) {
  body#gallery .gallery li {
    width: 48%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#gallery .gallery li {
    width: 31.33333333333333%;
  }
}
@media only screen and (min-width: 1120px) {
  body#gallery .gallery li {
    width: 23%;
  }
}
body#gallery .gallery li .thumb {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
  margin-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 640px) {
  body#gallery .gallery li .thumb {
    height: 97.9125px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#gallery .gallery li .thumb {
    height: 154.1475px;
  }
}
@media only screen and (min-width: 1120px) {
  body#gallery .gallery li .thumb {
    height: 170px;
  }
}
body#gallery .gallery li p {
  font-size: 0.75em;
}

/*  施工事例
================================================== */
body#case .gallery {
  margin-top: 0.75rem;
  overflow: hidden;
}
body#case .gallery li {
  float: left;
  margin: 0 1% 1rem;
}
@media only screen and (max-width: 640px) {
  body#case .gallery li {
    width: 48%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#case .gallery li {
    width: 31.33333333333333%;
  }
}
@media only screen and (min-width: 1120px) {
  body#case .gallery li {
    width: 23%;
  }
}
body#case .gallery li .thumb {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
  margin-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 640px) {
  body#case .gallery li .thumb {
    height: 97.9125px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  body#case .gallery li .thumb {
    height: 154.1475px;
  }
}
@media only screen and (min-width: 1120px) {
  body#case .gallery li .thumb {
    height: 170px;
  }
}
body#case .gallery li p {
  font-size: 0.75em;
}

/* コンタクトフォーム
================================================== */
body#contact #reserve .item-text {
  text-align: center;
}
body#contact form .sec-error-text {
  color: #ff0000;
  margin-bottom: 0.5rem;
}
body#contact form table {
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  body#contact form table {
    display: block;
    border: none;
  }
}
@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;
  }
}
@media only screen and (max-width: 640px) {
  body#contact form table tbody {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  body#contact form table tbody tr {
    display: block;
  }
}
body#contact form table tbody tr th {
  vertical-align: middle;
}
@media only screen and (max-width: 640px) {
  body#contact form table tbody tr th {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0.2rem 0.5rem;
  }
}
body#contact form table tbody tr th .required-mark {
  color: #a5bc67;
}
body#contact form table tbody tr td {
  /* 未記入エラー文 */
}
@media only screen and (max-width: 640px) {
  body#contact form table tbody tr td {
    display: block;
    padding: 0.5rem 0;
  }
}
body#contact form table tbody tr td input {
  margin: 0;
  box-sizing: border-box;
  padding: 0.75rem;
  font-size: 1em;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 640px) {
  body#contact form table tbody tr td input {
    padding: 0.5rem;
  }
}
body#contact form table tbody tr td input#name {
  width: 100%;
}
body#contact form table tbody tr td input#ruby {
  width: 100%;
}
body#contact form table tbody tr td input#mail01 {
  width: 100%;
}
body#contact form table tbody tr td input#mail02 {
  width: 100%;
}
body#contact form table tbody tr td input#tel01 {
  width: 5em;
}
body#contact form table tbody tr td input#tel02 {
  width: 5em;
}
body#contact form table tbody tr td input#tel03 {
  width: 5em;
}
body#contact form table tbody tr td input#fax01 {
  width: 5em;
}
body#contact form table tbody tr td input#fax02 {
  width: 5em;
}
body#contact form table tbody tr td input#fax03 {
  width: 5em;
}
body#contact form table tbody tr td input#pc01 {
  width: 5em;
  margin: 0 0.25rem 0.5rem 0.5rem;
}
body#contact form table tbody tr td input#pc02 {
  width: 7em;
  margin: 0 0.5rem 0.5rem 0.25rem;
}
body#contact form table tbody tr td input#pc03 {
  margin: 1em 0;
}
body#contact form table tbody tr td input#pc-button {
  cursor: pointer;
  width: auto;
  margin-bottom: 0.5rem;
  display: inline-block;
  font-size: 0.8em;
  color: #5a5a5a;
  background: #ccc;
  border: 1px solid #ccc;
  border-radius: 0.5em;
  -webkit-appearance: none;
}
@media only screen and (max-width: 640px) {
  body#contact form table tbody tr td input#pc-button {
    width: 100%;
  }
}
body#contact form table tbody tr td input#pc-button:hover {
  opacity: .6;
  transition: All 0.4s ease;
}
body#contact form table tbody tr td input#address {
  width: 100%;
}
body#contact form table tbody tr td textarea {
  width: 100%;
  margin-bottom: 1em;
  padding: 1em;
  font-size: 1em;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
body#contact form table tbody tr td .error-text {
  font-size: 0.8em;
  color: #ff0000;
}
body#contact form .contact-submits input {
  display: block;
  margin: 0.75rem auto;
  padding: 0.75em 0;
  width: 30%;
  background: #a5bc67;
  color: #fff;
  border: 0;
  border-radius: 0.5rem;
  cursor: pointer;
  font-size: 1.25em;
  font-weight: bold;
  text-shadow: 0px 0px 0.25rem rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
}
@media only screen and (max-width: 640px) {
  body#contact form .contact-submits input {
    width: 100%;
  }
}
body#contact form .contact-submits input:hover {
  opacity: .6;
  transition: All 0.4s ease;
}
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 #ccc;
  }
}
@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 #ccc;
  }
}
@media only screen and (max-width: 640px) {
  body#contact form table#confirmation tr td {
    margin-bottom: 0.5em;
  }
}

/* フッター
================================================== */
.site-footer {
  color: #fff;
  background: url(../images/common/bg_pc.png);
}
.site-footer .map {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .site-footer .map {
    margin-bottom: 40px;
    height: 170px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  .site-footer .map {
    margin-bottom: 40px;
    height: 170px;
  }
}
@media only screen and (min-width: 1120px) {
  .site-footer .map {
    margin-bottom: 80px;
    height: 340px;
  }
}
.site-footer .f-inner {
  background: #331d13;
}
@media only screen and (min-width: 1120px) {
  .site-footer .f-inner {
    position: relative;
    height: 372px;
  }
}
@media only screen and (max-width: 640px) {
  .site-footer .f-inner .f-company {
    text-align: center;
    padding: 40px 0 33px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  .site-footer .f-inner .f-company {
    padding: 40px 0 33px;
  }
}
@media only screen and (min-width: 1120px) {
  .site-footer .f-inner .f-company {
    position: absolute;
    top: 80px;
    right: 50%;
    width: 520px;
  }
}
.site-footer .f-inner .f-company .name a {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
  background: url(../images/common/f-company_name_pc.png);
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  .site-footer .f-inner .f-company .name a {
    margin: 0 auto 23.5px;
    width: 125px;
    height: 46.5px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  .site-footer .f-inner .f-company .name a {
    margin: 0 auto 23.5px;
    width: 125px;
    height: 46.5px;
  }
}
@media only screen and (min-width: 1120px) {
  .site-footer .f-inner .f-company .name a {
    margin-bottom: 47px;
    width: 250px;
    height: 93px;
  }
}
.site-footer .f-inner .f-company .tel {
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
}
@media only screen and (min-width: 1120px) {
  .site-footer .f-inner .f-company .tel {
    margin-bottom: 18px;
    width: 244px;
    height: 32px;
    background: url(../images/common/f-company_tel_pc.png);
    background-size: cover;
  }
}
@media only screen and (max-width: 640px) {
  .site-footer .f-inner .f-company .tel a {
    display: block;
    margin: 0 auto 9px;
    width: 122px;
    height: 16px;
    background: url(../images/common/f-company_tel_pc.png);
    background-size: cover;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  .site-footer .f-inner .f-company .tel a {
    display: block;
    margin: 0 auto 9px;
    width: 122px;
    height: 16px;
    background: url(../images/common/f-company_tel_pc.png);
    background-size: cover;
  }
}
@media only screen and (min-width: 1120px) {
  .site-footer .f-inner .f-nav {
    position: absolute;
    top: 133px;
    left: 50%;
    margin-left: 110px;
  }
}
@media only screen and (max-width: 640px) {
  .site-footer .f-inner .f-nav ul {
    overflow: hidden;
    border-top: 1px solid #fff;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  .site-footer .f-inner .f-nav ul {
    overflow: hidden;
    border-top: 1px solid #fff;
  }
}
@media only screen and (max-width: 640px) {
  .site-footer .f-inner .f-nav ul li {
    text-align: center;
    float: left;
    width: 50%;
    font-size: 10px;
    border-bottom: 1px solid #fff;
  }
  .site-footer .f-inner .f-nav ul li:nth-child(2n) {
    border-left: 1px solid #fff;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  .site-footer .f-inner .f-nav ul li {
    text-align: center;
    float: left;
    width: 50%;
    font-size: 12px;
    border-bottom: 1px solid #fff;
  }
  .site-footer .f-inner .f-nav ul li:nth-child(2n) {
    border-left: 1px solid #fff;
  }
}
.site-footer .f-inner .f-nav ul li a {
  text-decoration: none;
  color: inherit;
}
@media only screen and (max-width: 640px) {
  .site-footer .f-inner .f-nav ul li a {
    display: block;
    padding: 1em 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  .site-footer .f-inner .f-nav ul li a {
    display: block;
    padding: 1em 0;
  }
}
.site-footer .f-inner .f-nav ul li a:hover {
  opacity: .6;
}
@media only screen and (min-width: 1120px) {
  .site-footer .f-inner .f-nav ul li::before {
    content: "・";
  }
}
@media only screen and (min-width: 1120px) {
  .site-footer .f-inner .f-nav ul li.f-nav_blog {
    display: none;
  }
}
.site-footer .f-copy {
  display: block;
}
@media only screen and (max-width: 640px) {
  .site-footer .f-copy {
    text-align: center;
    padding: 0.5rem 0;
    font-size: 10px;
    background: #111;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1119px) {
  .site-footer .f-copy {
    text-align: center;
    padding: 0.5rem 0;
    font-size: 12px;
    background: #111;
  }
}
@media only screen and (min-width: 1120px) {
  .site-footer .f-copy {
    position: absolute;
    top: 272px;
    left: 50%;
    margin-left: 115px;
  }
}
.site-footer .f-copy a {
  color: inherit;
}

/* swipebox
------------------------------ */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#swipebox-overlay img {
  border: none !important;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(../images/common/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar, #swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev, #swipebox-next, #swipebox-close {
  background-image: url(../images/common/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}
@media only screen and (min-width: 1120px) {
  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}
@media only screen and (min-width: 1120px) {
  #swipebox-close {
    right: 10px;
  }
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled, #swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}
.swipebox-no-touch #swipebox-container:before, .swipebox-no-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-no-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
  box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-no-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
  box-shadow: inset -10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-bottom-bar, #swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}

/*# sourceMappingURL=style.css.map */
