@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ======================================================= */

body {
  font-family: YuGothic,'Yu Gothic','ＭＳ ゴシック','TsukuARdGothic-Regular','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Arial',sans-serif;
  line-height: 1.6;
  font-size: 16px;
  background: #fff;
  color: #2d2d2d; /*#848484;*/
  font-weight: 300;
  overflow-x: hidden;
}
body.site-offcanvas {
  overflow: hidden;
}

a {
  color: #B83D3D;
  -webkit-transition: 0.5s, ease;
  -o-transition: 0.5s, ease;
  transition: 0.5s, ease;
}
a:hover {
  text-decoration: none;
  color: #E4815D;
}

p, ul, ol {
  margin-bottom: 1.5em;
  font-size: 16px;
  color: #505050;
  font-family: YuGothic,'Yu Gothic','ＭＳ ゴシック','TsukuARdGothic-Regular','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Arial',sans-serif;
}


h1, h2, h3, h4, h5, h6 {
  color: #262626;
  font-family: '游明朝体+36ポかな','YuMincho +36p Kana','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ＭＳ Ｐ明朝','MS PMincho','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}

figure {
  margin-bottom: 2em;
}

::-webkit-selection {
  color: #fcfcfc;
  background: #A79F2D;
}

::-moz-selection {
  color: #fcfcfc;
  background: #A79F2D;
}

::selection {
  color: #fcfcfc;
  background: #A79F2D;
}


	
/* -------------------------------- 
　横幅指定
-------------------------------- */
.max700 {
width: 100%;
max-width: 700px;
margin:0px auto;
}

.max900 {
width: 100%;
max-width: 900px;
margin:0px auto;
}

.max1000 {
width: 100%;
max-width: 1000px;
margin:0px auto;
}

.max1170 {
width: 100%;
max-width: 1170px;
margin:0px auto;
}

/*------------------------------------------------------
　　　　　　　　　＊ MARGIN　＊
-------------------------------------------------------*/
.m_0 {margin: 0px !important;}
.m_10 {margin: 10px !important;}
.m_b5 {margin-bottom: 5px !important;}
.m_b10 {margin-bottom: 10px !important;}
.m_b15 {margin-bottom: 15px !important;}
.m_b20 {margin-bottom: 20px !important;}
.m_b25 {margin-bottom: 25px !important;}
.m_b30 {margin-bottom: 30px !important;}
.m_b35 {margin-bottom: 35px !important;}
.m_b40 {margin-bottom: 40px !important;}
.m_b50 {margin-bottom: 50px !important;}
.m_b60 {margin-bottom: 60px !important;}
.m_b70 {margin-bottom: 70px !important;}
.m_b80 {margin-bottom: 80px !important;}
.m_b90 {margin-bottom: 90px !important;}

.m_l5 {margin-left: 5px !important;}
.m_l10 {margin-left: 10px !important;}
.m_l15 {margin-left: 15px !important;}
.m_l20 {margin-left: 20px !important;}
.m_l25 {margin-left: 25px !important;}
.m_l30 {margin-left: 30px !important;}
.m_l35 {margin-left: 35px !important;}
.m_l40 {margin-left: 40px !important;}
.m_l60 {margin-left: 60px !important;}

.m_lr10 {margin: 0 10px !important;}
.m_lr20 {margin: 0 20px !important;}
.m_lrtb10 {margin: 10px 10px !important;}

.m_r5 {margin-right: 5px !important;}
.m_r10 {margin-right: 10px !important;}
.m_r15 {margin-right: 15px !important;}
.m_r20 {margin-right: 20px !important;}
.m_r30 {margin-right: 30px !important;}
.m_r35 {margin-right: 35px !important;}
.m_r40 {margin-right: 40px !important;}
.m_r50 {margin-right: 50px !important;}

.m_t5 {margin-top: 5px !important;}
.m_t10 {margin-top: 10px !important;}
.m_t12 {margin-top: 12px !important;}
.m_t15 {margin-top: 15px !important;}
.m_t20 {margin-top: 20px !important;}
.m_t25 {margin-top: 25px !important;}
.m_t30 {margin-top: 30px !important;}
.m_t50 {margin-top: 50px !important;}


.m_b15sp {margin-bottom: 0px;}
.m_b20sp {margin-bottom: 20px;}
@media only screen and (max-width: 999px) {
.m_b20sp {margin-bottom: 10px;}
.m_b15sp {margin-bottom: 15px;}
}
.m_b25sp {margin-bottom: 0px;}
@media only screen and (max-width: 999px) {
.m_b25sp {margin-bottom: 25px;}
}

/*------------------------------------------------------
　　　　　　　　　＊ PADDING　＊
-------------------------------------------------------*/
.p5 {padding: 5px !important;}
.p10 {padding: 10px !important;}
.p15 {padding: 15px !important;}
.p_l5 {padding-left: 5px !important;}
.p_lr5 {padding: 0px 5px 0px 5px !important;}
.p_lr10 {
	padding-right: 10px;
	padding-left: 10px !important;}
.p_lr15 {
	padding-right: 15px;
	padding-left: 15px !important;}
.p_lr25 {
	padding-right: 25px;
	padding-left: 25px !important;}
.p_t5 {padding-top: 5px !important;}
.p_t10 {padding-top: 10px !important;}
.p_r5 {padding-right: 5px !important;}
.p_t25 {padding-top: 25px !important;}
.p_t35 {padding-top: 35px !important;}
.p_b10 {padding-bottom: 10px !important;}
.p_b20 {padding-bottom: 20px !important;}
.p_b30 {padding-bottom: 30px !important;}


/*------------------------------------------------------
　　　　　　　　　＊ FONT&TEXT　＊
-------------------------------------------------------*/
.f_bold {font-weight: bold !important;}
.f_line a{ text-decoration:underline !important;}

.f_gr {color: #5A5A5A !important;}
.f_red {color: #DD0000 !important;}
.f_white {color: #FFFFFF !important;}
.f_gold {color: #868052 !important;}
.f_orange {color: #EE7332 !important;}

.f_s9 {font-size: 67% !important;}
.f_s10 {font-size: 77% !important;}
.f_s11 {font-size: 85% !important;}
.f_s12 {font-size: 93% !important;}
.f_s13 {font-size: 100% !important;}
.f_s14 {font-size: 108% !important;}
.f_s14 a {font-size: 108% !important;}
.f_s15 {font-size: 116% !important;}
.f_s15 a {font-size: 116% !important;}
.f_s16 {font-size: 124% !important;}
.f_s16 a {font-size: 124% !important;}
.f_s17 a {font-size: 124% !important;
          line-height: 30px;}
.f_s17 {font-size: 131% !important;}
.f_s18 {font-size: 139% !important;}
.f_s19 {font-size: 147% !important;
          line-height: 30px;}
.f_s20 {font-size: 154% !important;}
.f_s21 {font-size: 162% !important;}
.f_s22 {font-size: 170% !important;}
.f_s23 {font-size: 177% !important;}
.f_s24 {font-size: 185% !important;}
.f_s25 {font-size: 193% !important;}

.f_lh100 {line-height: 1.0;}
.f_lh150 {line-height: 1.5;}
.f_lh200 {line-height: 2.0;}
.f_lh250 {line-height: 2.5;}


.t-a_right {text-align: right;}
.t-a_center {text-align: center;}
.t-a_center_sp {text-align: left!important;}

@media only screen and (min-width:320px) and (max-width:414px) {
	.t-a_center {text-align: left;}
	.t-a_right {text-align: left;}
	.t-a_center_sp {text-align: center!important;}
}	

.clear {
	clear:both;　/*float解除*/
}


.bg-wh{
	background: #FFF;
	margin-bottom: 2em;
	padding-top: 1.2em;
}

.bg-wh img{
	padding: 0 1.2em;
}


.f_min{
	font-family: '游明朝体+36ポかな','YuMincho +36p Kana','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ＭＳ Ｐ明朝','MS PMincho','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	font-weight: bold;
}

/*------------------------------------------------------
　　　　　　　　　＊ 画像リンク　＊
-------------------------------------------------------*/

.alphalink a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

/* -------------------------------- 
　パンくず用
-------------------------------- */
.bg-lgray{
	background: #EFEFEF;
	border-top: 2px solid #fff;

}
#breadcrumb{
	font-size:13px;
	padding:10px 10px 10px 10px;
}
@media only screen and (max-width: 1190px) {
#breadcrumb{
	padding:10px 20px 10px 20px;
}
}


/*------------------------------------*/


#site-header {
  position: relative;
  margin-bottom: 0;
  z-index: 9999999;
}

.stuck {
  position: fixed !important;
  top: 0 !important;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}

.header-top {
  padding: 10px 0;
  background: #A79F2D;
}
.header-top .site-link a {
  margin-left: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
.header-top .site-link a:first-child {
  margin-left: 0;
}
.header-top .site-link a:hover {
  color: white !important;
}
@media screen and (max-width: 991px) {
  .header-top .site-link {
    text-align: center;
  }
}
.header-top .site-social a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin-right: 15px;
  position: relative;
  -webkit-transition: 0.5s, ease-in-out;
  -o-transition: 0.5s, ease-in-out;
  transition: 0.5s, ease-in-out;
}
.header-top .site-social a:last-child {
  margin-right: 0;
}
.header-top .site-social a:hover, .header-top .site-social a:focus, .header-top .site-social a:active {
  text-decoration: none;
  color: white !important;
}
.header-top .site-social a:hover i, .header-top .site-social a:focus i, .header-top .site-social a:active i {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
@media screen and (max-width: 991px) {
  .header-top .site-social {
    text-align: center !important;
  }
}

.site-cover,
.site-hero {
  position: relative;
  height: 400px;
}
@media screen and (max-width: 991px) {
  .site-cover,
  .site-hero {
    height: 200px;
  }
}
.site-cover.site-hero-2,
.site-hero.site-hero-2 {
  height: 600px;
}
.site-cover.site-hero-2 .site-overlay,
.site-hero.site-hero-2 .site-overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}

.site-overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(66, 64, 64, 0.9);
  background: rgba(0, 0, 0, 0.2);
}

.site-cover {
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 991px) {
  .site-cover {
    heifght: inherit;
    padding: 3em 0;
  }
}
.site-cover .btn {
  padding: 1em 2em;
  opacity: .9;
}
.site-cover.site-cover_2 {
  height: 600px;
}
@media screen and (max-width: 991px) {
  .site-cover.site-cover_2 {
    heifght: inherit;
    padding: 3em 0;
  }
}
.site-cover .desc {
  top: 60%;
  position: absolute;
  width: 100%;
  margin-top: -80px;
  z-index: 2;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .site-cover .desc {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.site-cover .desc h2 {
  color: #fff;
  font-size: 60px;
  margin-bottom: 10px;
  font-weight: 300 !important;
}
.site-cover .desc h2 strong {
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .site-cover .desc h2 {
    font-size: 40px;
	margin-top: 0.3em;
  }
}
.site-cover .desc p {
  display: block;
  margin-bottom: 30px;
  font-size: 16px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.5);
}
.site-cover .desc p a {
  color: #fff;
}
.site-cover .desc p a:hover, .site-cover .desc p a:focus {
  color: #fff !important;
}
.site-cover .desc p a:hover.btn, .site-cover .desc p a:focus.btn {
  border: 2px solid #fff !important;
  background: transparent !important;
}
.site-cover .desc p a.site-site-name {
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* Superfish Override Menu */
.sf-menu {
  margin: 7px 0 0 0 !important;
}

.sf-menu {
  float: right;
}

.sf-menu ul {
  box-shadow: none;
  border: transparent;
  min-width: 11em;
  *width: 12em;
}

.sf-menu a {
  color: rgba(0, 0, 0, 0.9);
  padding: 0.75em .65em !important;   /*0.75em 1em !important;*/
  font-weight: normal;
  border-left: none;
  border-top: none;
  border-top: none;
  text-decoration: none;
  zoom: 1;
  font-size: 15px;   /*16px;*/
  border-bottom: none !important;
  letter-spacing: 0;
}
.sf-menu a:hover, .sf-menu a:focus {
  color: #A79F2D !important;
}

.sf-menu li.active a:hover, .sf-menu li.active a:focus {
  color: #A79F2D;
}

.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
  background: transparent;
}

.sf-menu ul li a,
.sf-menu ul ul li a {
  text-transform: none;
  padding: 0.2em 1em !important;
  letter-spacing: 1px;
  font-size: 14px !important;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a,
.sf-menu li.active a {
  color: #A79F2D;
}

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
  background: transparent;
}

.sf-menu ul li {
  background: transparent;
}

.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #ccc;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #ccc;
}

.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #ccc;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #ccc;
}

@media only screen and (min-width:1120px) and (max-width:1199px) {

.lg-non {
	display: none;
}
	
	
}


#site-header-section {
  padding: 0;
  position: relative;
  left: 0;
  width: 100%;
  z-index: 1022;
  background: #fff;
}

.nav-header {
  position: relative;
  float: left;
  width: 100%;
}

#main-logo {
  font-size: 30px;
  color: #fff;
  margin-bottom: 20px;
  display: block;
  text-transform: uppercase;
  margin-top: -5em;
  position: absolute;
  left: 50%;
  margin-left: -61px;
}
@media screen and (max-width: 1119px) {
  #main-logo {
    margin-top: 0em;
    position: relative;
    left: inherit !important;
    margin-left: 0;
  }
}
#main-logo:hover, #main-logo:focus, #main-logo:active {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
}

#site-logo {
  position: relative;
  z-index: 2;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  float: left;
  margin-top: 5px;　　/*25px;*/
}
#site-logo span {
  font-weight: 700;
}
@media screen and (max-width: 1119px) {
  #site-logo {
    width: 100%;
    float: none;
    text-align: center;
  }
}
#site-logo a {
  color: #A79F2D;
}
#site-logo a:hover, #site-logo a:focus {
  color: #A79F2D !important;
}

#site-menu-wrap {
  position: relative;
  z-index: 2;
  display: block;
  float: right;
  margin-top: 1px;
}
#site-menu-wrap .sf-menu a {
  padding: 1em .75em;
}

#site-primary-menu > li > ul li.active > a {
  color: #A79F2D !important;
}
#site-primary-menu > li > .sf-with-ul:after {
  border: none !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: -0px;
  top: 50%;
  font-size: 12px;
  margin-top: -7px;
  content: "\e922";
  color: rgba(0, 0, 0, 0.5);
}
#site-primary-menu > li > ul li {
  position: relative;
}
#site-primary-menu > li > ul li > .sf-with-ul:after {
  border: none !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: 10px;
  top: 20px;
  font-size: 12px;
  content: "\e924";
  color: rgba(0, 0, 0, 0.5);
}

#site-primary-menu .site-sub-menu {
  padding: 10px 7px 10px;
  background: #fff;
  left: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
#site-primary-menu .site-sub-menu > li > .site-sub-menu {
  left: 100%;
}

#site-primary-menu .site-sub-menu:before {
  position: absolute;
  top: -9px;
  left: 20px;
  width: 0;
  height: 0;
  content: '';
}

#site-primary-menu .site-sub-menu:after {
  position: absolute;
  top: -8px;
  left: 21px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-bottom: 8px solid white;
  border-left: 8px solid transparent;
  content: '';
}

#site-primary-menu .site-sub-menu .site-sub-menu:before {
  top: 6px;
  left: 100%;
}

#site-primary-menu .site-sub-menu .site-sub-menu:after {
  top: 7px;
  right: 100%;
  border: none !important;
}

.site-header.has-image #primary-menu .sub-menu {
  border-color: #ebebeb;
  -webkit-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
}
.site-header.has-image #primary-menu .sub-menu:before {
  display: none;
}

#site-primary-menu .site-sub-menu a {
  letter-spacing: 0;
  padding: 0 15px;
  font-size: 18px;
  line-height: 34px;
  color: #575757 !important;
  text-transform: none;
  background: none;
}
#site-primary-menu .site-sub-menu a:hover {
  color: #A79F2D !important;
}

#site-work-section,
#site-services-section,
#site-work-section_2,
#site-blog-section,
#site-features,
.site-content-section {
  padding: 7em 0;
}
@media screen and (max-width: 991px) {
  #site-work-section,
  #site-services-section,
  #site-work-section_2,
  #site-blog-section,
  #site-features,
  .site-content-section {
    padding: 4em 0;
  }
}

.site-section-gray {
  background: rgba(0, 0, 0, 0.04);
}
.site-section-be {
  background: rgba(170,152,65,0.06);
}

.heading-section {
  padding-bottom: 1em;
  margin-bottom: 5em;
}
.heading-section:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  height: 2px;
  background: #A79F2D;
}
.heading-section h3 {
  font-size: 30px;
  font-weight: 300;
  position: relative;
}
.heading-section p {
  font-size: 94%;
}

.feature-text h3 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700;
line-height: 1.3em;
  color: #000;
}
.feature-text h3 .number {
  margin-right: 5px;
  color: #A79F2D;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.feature-text p {
  font-size: 16px;
}

.service {
  background: #A79F2D;
  background: #fff;
  padding: 40px 20px 20px 20px;
  margin-bottom: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.service:hover, .service:focus, .service:active {
  -webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
}
.service span {
  margin-bottom: 30px;
  display: block;
  width: 100%;
}
.service span i {
  font-size: 40px;
  color: #A79F2D !important;
}
.service h3 {
  font-size: 20px;
  font-weight: 400;
  color: #A79F2D;
}
.service p {
  font-size: 16px;
  color: gray;
}

.feature-left {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}
.feature-left .icon {
  float: left;
  text-align: center;
  width: 15%;
}
@media screen and (max-width: 992px) {
  .feature-left .icon {
    width: 10%;
  }
}
@media screen and (max-width: 991px) {
  .feature-left .icon {
    width: 15%;
  }
}
.feature-left .icon i {
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  color: #A79F2D;
}
.feature-left .feature-copy {
  float: right;
  width: 80%;
}
@media screen and (max-width: 992px) {
  .feature-left .feature-copy {
    width: 90%;
  }
}
@media screen and (max-width: 991px) {
  .feature-left .feature-copy {
    width: 85%;
  }
}
@media screen and (max-width: 480px) {
  .feature-left .feature-copy {
    width: 80%;
  }
}
.feature-left .feature-copy h3 {
  font-size: 18px;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.feature-left .feature-copy p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 10px;
}

#site-portfolio {
  padding: 7em 0;
  min-height: 500px;
}
@media screen and (max-width: 991px) {
  #site-portfolio {
    padding: 3em 0;
  }
}

#site-portfolio-list {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
}
#site-portfolio-list li {
  display: block;
  padding: 0;
  margin: 0 0 10px 1%;
  list-style: none;
  min-height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  clear: left;
  position: relative;
}
@media screen and (max-width: 480px) {
  #site-portfolio-list li {
    margin-left: 0;
  }
}
#site-portfolio-list li a {
  min-height: 400px;
  padding: 2em;
  position: relative;
  width: 100%;
  display: block;
}
#site-portfolio-list li a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 80;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: transparent;
}
#site-portfolio-list li a:hover:before {
  background: rgba(0, 0, 0, 0.5);
}
#site-portfolio-list li a .case-studies-summary {
  width: auto;
  bottom: 2em;
  left: 2em;
  right: 2em;
  position: absolute;
  z-index: 100;
}
@media screen and (max-width: 991px) {
  #site-portfolio-list li a .case-studies-summary {
    bottom: 1em;
    left: 1em;
    right: 1em;
  }
}
#site-portfolio-list li a .case-studies-summary span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
#site-portfolio-list li a .case-studies-summary h2 {
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  #site-portfolio-list li a .case-studies-summary h2 {
    font-size: 20px;
  }
}
#site-portfolio-list li.two-third {
  width: 65.6%;
}
@media screen and (max-width: 991px) {
  #site-portfolio-list li.two-third {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  #site-portfolio-list li.two-third {
    width: 100%;
  }
}
#site-portfolio-list li.one-third {
  width: 32.3%;
}
@media screen and (max-width: 991px) {
  #site-portfolio-list li.one-third {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  #site-portfolio-list li.one-third {
    width: 100%;
  }
}
#site-portfolio-list li.one-half {
  width: 49%;
}
@media screen and (max-width: 480px) {
  #site-portfolio-list li.one-half {
    width: 100%;
  }
}

#site-features {
  padding: 7em 0;
}
#site-features .feature-left {
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  #site-features .feature-left {
    margin-bottom: 30px;
  }
}
#site-features .feature-left .icon i {
  color: #d9d9d9 !important;
}
#site-features .feature-left .icon {
  float: left;
  text-align: center;
  width: 15%;
}
@media screen and (max-width: 992px) {
  #site-features .feature-left .icon {
    width: 10%;
  }
}
@media screen and (max-width: 991px) {
  #site-features .feature-left .icon {
    width: 15%;
  }
}
#site-features .feature-left .feature-copy {
  float: right;
  width: 80%;
}
@media screen and (max-width: 992px) {
  #site-features .feature-left .feature-copy {
    width: 90%;
  }
}
@media screen and (max-width: 991px) {
  #site-features .feature-left .feature-copy {
    width: 85%;
  }
}
@media screen and (max-width: 480px) {
  #site-features .feature-left .feature-copy {
    width: 80%;
  }
}
#site-features .feature-left h3 {
  font-size: 16px;
  font-weight: 700;
}
#site-features .feature-left p {
  font-size: 15px;
}
#site-features .feature-left p:last-child {
  margin-bottom: 0;
}

#site-feature-top {
  padding: 7em 0;
}

#site-concept, #site-concept2, #site-waira-tamba, #site-about-tamba, #site-itemlist, #site-company #site-contact {
  padding: 7em 0;
}
#site-kasou {
  padding: 7em 0;
}
#site-ume {
  padding: 7em 0 2em 0;
    margin-bottom: 7em;
}

@media screen and (max-width: 991px) {
	
#site-feature-top {
  padding: 3em 0;
}
	
#site-concept, #site-concept2, #site-waira-tamba, #site-about-tamba, #site-itemlist, #site-company #site-contact {
    padding: 2em 0;
  }
#site-ume {
  padding: 7em 0 2em 0;
    margin-bottom: 3em;
}

}

#site-services .site-number {
  font-size: 30px;
  color: #A79F2D;
  position: relative;
  padding-top: 10px;
  font-style: italic;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#site-services .site-number:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
  background: #A79F2D;
}
#site-services .site-icon {
  margin-bottom: 30px;
  margin-top: 50px;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
@media screen and (max-width: 991px) {
  #site-services .site-icon {
    margin-top: 0px;
    float: none;
  }
}
#site-services .site-icon i {
  font-size: 200px;
  color: #A79F2D;
}
@media screen and (max-width: 991px) {
  #site-services .site-icon i {
    font-size: 100px;
  }
}

#site-contact .contact-info {
  margin: 0;
  padding: 0;
}
#site-contact .contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}
#site-contact .contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.3);
}
#site-contact .contact-info li a {
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.3);
}
#site-contact .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
#site-contact .form-control:focus, #site-contact .form-control:active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
#site-contact input[type="text"] {
  height: 50px;
}
#site-contact .form-group {
  margin-bottom: 30px;
}

.site-testimonial, .about-area {
  position: relative;
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .site-testimonial, .about-area {
    border-right: 0;
    margin-bottom: 40px;
  }
}
.site-testimonial h2, .about-area h2 {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 50px;
}
.site-testimonial figure, .about-area figure {
  position: relative;
  top: 0px;
  background-size: cover;
  margin-bottom: 20px;
}
.site-testimonial figure img, .about-area figure img {
/*  width: 130px;
  height: 130px;*/
  border: 10px solid #fff;
  background-size: cover;
-webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  border-radius: 1em;
/*  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;*/
	width: 100%;
	height: auto;
}
.site-testimonial > div, .about-area > div {
  padding: 30px 30px 0 30px;
}
.site-testimonial > div h3, .about-area > div h3 {
  margin-bottom: 0;
  font-size: 20px;
  color: #A79F2D;
}
.site-testimonial > div .position, .about-area > div .position {
  color: #d9d9d9;
  margin-bottom: 30px;
}
.site-testimonial > div,
.site-testimonial blockquote, .about-area > div,
.about-area blockquote {
  border: none;
  padding: 0;
  margin-bottom: 20px;
}
.site-testimonial > div p,
.site-testimonial blockquote p, .about-area > div p,
.about-area blockquote p {
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
	margin-bottom: 4px !important;
}
.site-testimonial span, .about-area span {
  font-style: italic;
  color: #b3b3b3;
}


/* 丹波について */
.area-name {
  color: #212121 !important;
	font-size: 110%;
	margin-bottom: 4px !important;
		text-align: center;
}

.area-name span {
	font-size: 70%;
	margin-bottom: 4px !important;
		text-align: center;
	display: block;
}


.text-mute {
  color: #9B8888 !important;
	font-size: 80%;
	text-align: center;
}

.add {
	margin-top: 5px;
	background-color: #FFF9D1;
}

.add p {
		font-size: 85%;
	padding: 10px;
	color: #6E915F!important;
}

.site-blog {
  margin-bottom: 60px;
}
.site-blog a img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .site-blog {
    width: 100%;
  }
}
.site-blog .blog-text {
  margin-bottom: 30px;
  position: relative;
  background: #fff;
  width: 100%;
  padding: 30px;
  float: right;
  -webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
}
.site-blog .blog-text span {
  display: inline-block;
  margin-bottom: 20px;
}
.site-blog .blog-text span.posted_by {
  font-style: italic;
  color: rgba(0, 0, 0, 0.3);
  font-size: 18px;
}
.site-blog .blog-text span.comment {
  float: right;
}
.site-blog .blog-text span.comment a {
  color: rgba(0, 0, 0, 0.3);
}
.site-blog .blog-text span.comment a i {
  color: #A79F2D;
  padding-left: 7px;
}
.site-blog .blog-text h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 1.5;
}
.site-blog .blog-text h3 a {
  color: rgba(0, 0, 0, 0.6);
}

#site-start-project-section {
  padding: 7em 0;
  background: #F64E8B;
}
#site-start-project-section h2 {
  color: white;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 300;
}
@media screen and (max-width: 991px) {
  #site-start-project-section h2 {
    font-size: 30px;
  }
}
#site-start-project-section a:hover, #site-start-project-section a:focus, #site-start-project-section a:active {
  color: white !important;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 991px) {
  #map {
    height: 200px;
  }
}

.site-social-icons > a {
  padding: 4px 10px;
  color: #A79F2D;
}
.site-social-icons > a i {
  font-size: 26px;
}
.site-social-icons > a:hover, .site-social-icons > a:focus, .site-social-icons > a:active {
  text-decoration: none;
  color: #5a5a5a;
}



#footer {
  background: #000;
  padding: 60px 0 40px;
}
#footer p {
  color: white;
  font-size: 14px;
}
#footer p a {
  color: rgba(255, 255, 255, 0.5);
}
#footer p a:hover, #footer p a:active, #footer p a:focus {
  color: rgba(255, 255, 255, 0.9) !important;
}
#footer .site-footer-link {
  padding-bottom: 30px;
}
#footer .site-footer-link h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 15px;
}
#footer .site-footer-link li, #footer .site-footer-link ul {
  padding: 0;
  margin: 0;
}
#footer .site-footer-link li {
  list-style: none;
  margin-bottom: 15px;
  line-height: 1.3;
}
#footer .site-footer-link li a {
  color: rgba(255, 255, 255, 0.5);
}
#footer .site-footer-link li a:hover, #footer .site-footer-link li a:active, #footer .site-footer-link li a:focus {
  color: #fff !important;
}

#footer h3{
	line-height: 1.4em;
}
@media screen and (max-width: 991px) {
	
#footer {
    background: #000;
    padding: 10px 0 10px;
}
}

/* Topへ戻る */
.page-top
{
	display: none ;
	margin: 0 ;
	padding: 0 ;
}
 
.page-top p
{
	margin: 0 ;
	padding: 0 ;
	position: fixed ;
	right: 16px ;
	bottom: 16px ;
}
 
.move-page-top {
	display: block;
border-radius: 25px;
background: #C10000;
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
	cursor: pointer;
}

a#move-page-top.move-page-top {
color: #fff!important;
}

@media only screen and (max-width: 999px) {

.move-page-top {
	display: none ;
}
}


.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary {
  background: #B83D3D;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #A79F2D;
  color: #fff !important;
}
.btn:hover, .btn:active, .btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}

.js .animate-box {
  opacity: 0;
}

#site-wrapper {
  overflow-x: hidden;
  position: relative;
}

.site-offcanvas {
  overflow: hidden;
}
.site-offcanvas #site-wrapper {
  overflow: hidden !important;
}

#site-page {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.site-offcanvas #site-page {
  -moz-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  transform: translateX(-240px);
}

@media screen and (max-width: 1119px) {
  #site-menu-wrap {
    display: none;
  }
}

#offcanvas-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 99;
  background: #222;
  right: -240px;
  width: 240px;
  padding: 20px;
  overflow-y: scroll !important;
  display: none;
}
@media screen and (max-width: 1119px) {
  #offcanvas-menu {
    display: block;
  }
}
#offcanvas-menu ul {
  padding: 0;
  margin: 0;
}
#offcanvas-menu ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
#offcanvas-menu ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.4);
}
#offcanvas-menu ul li a:hover {
  color: #A79F2D;
}
#offcanvas-menu ul li > .site-sub-menu {
  margin-top: 9px;
  padding-left: 20px;
}
#offcanvas-menu ul li.active > a {
  color: #A79F2D;
}
#offcanvas-menu ul .site-sub-menu {
  display: block !important;
}

.site-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.site-nav-toggle.active i::before, .site-nav-toggle.active i::after {
  background: #fff;
}
.site-nav-toggle.dark.active i::before, .site-nav-toggle.dark.active i::after {
  background: #fff;
}
.site-nav-toggle:hover, .site-nav-toggle:focus, .site-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.site-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all .2s ease-out;
}
.site-nav-toggle i::before, .site-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.site-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}
.site-nav-toggle.dark i::before, .site-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.site-nav-toggle i::before {
  top: -7px;
}

.site-nav-toggle i::after {
  bottom: -7px;
}

.site-nav-toggle:hover i::before {
  top: -10px;
}

.site-nav-toggle:hover i::after {
  bottom: -10px;
}

.site-nav-toggle.active i {
  background: transparent;
}

.site-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.site-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.site-nav-toggle {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 1119px) {
  .site-nav-toggle {
    display: block;
    top: 0px;
    margin-top: 1em;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 991px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-top-padded-lg {
  padding-top: 7em;
}
@media screen and (max-width: 991px) {
  .row-top-padded-lg {
    padding-top: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 991px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-top-padded-md {
  padding-top: 4em;
}
@media screen and (max-width: 991px) {
  .row-top-padded-md {
    padding-top: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 991px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.row-top-padded-sm {
  padding-top: 2em;
}
@media screen and (max-width: 991px) {
  .row-top-padded-sm {
    padding-top: 2em;
  }
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.lead {
  line-height: 1.8;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.site-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/hourglass.svg) center no-repeat #222222;
}

/*------------------*/


/*------------------　common ------------------*/

#site-logo {
margin-top: 10px!important;
margin-bottom: 15px!important;
}
}

@media screen and (max-width: 1119px) {
	
#site-logo img {
width: 200px;
height: auto;
}

#site-logo {
    margin-top: 5px;
	margin-bottom: 5px;
}
	
	
}

@media screen and (max-width: 768px) {
	
#site-logo img {
width: 200px;
height: auto;
    margin-top: 15px;
}
	
#site-logo {

	margin-bottom: 0px;
}
.site-nav-toggle {
    margin-top: 1em;
}	
}

@media screen and (max-width: 414px) {
	
#site-logo img {
width: 200px;
height: auto;
}
	
#site-logo {
    margin-top: 15px;
	margin-bottom: 10px;
}
.site-nav-toggle {
    margin-top: 1em;
}	
}

	
.sf-menu, .sf-menu * {
    margin: 0;
        margin-top: 0px;
    padding: 0;
    list-style: none;
/*    margin-top: 6px;*/
}


/*-------　concept　------*/

/*　下線　*/
.line_bt-do {
   border-bottom: dotted 1px #9B9B9B;
  margin-bottom: 1.5em;
}
.line_bt-sol {
  border-bottom: solid 1px #AFAFAF;
  margin-bottom: 1.5em;
  margin-bottom: 1em;
	padding-bottom: 1em;
}



#site-waira-tamba p {
font-size: 90%;
}

/*ロケーションエリア*/

.border_bk{
	border: 1px solid #999;
	background: #fff;
}


.title-map{
	font-size: 22px;
	color: #fff;
	background-color: #8A9879;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	margin-bottom: 5px;
	}
	

.location-txt2 {
    color: #8A9879;
	margin-bottom: 10px;
	font-size: 13px;
}

.location-ttl {
 font: bold;
	font-size: 22px;
	margin-bottom: 0;
}

.location-ttl span {
 font: normal;
	font-size: 15px;
}


/*企業情報
.post table{
color:#666666;
border: 1px #CCCCCC solid;
border-collapse: collapse;
border-spacing: 0;
margin:0px 0 30px;
}

.post table th{
	padding:20px!important;
	border:1px #CCCCCC solid;
	border-width: 0 0 1px 1px;
	background-color: #F3F3F3;
}

.post table td{
padding:20px;
border: 1px #CCCCCC solid;
border-width: 0 0 1px 1px;
background:#fff;
	vertical-align: middle!important;
}*/


/*テーブル*/

.company-table {
}

table.company-table {
	width:100%;
	border-right:#CCCCCC solid 1px;
	border-collapse: collapse;
}
table.company-table thead th {
	background:#888A8D;
	color:#FFF;
	padding:10px 15px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
table.company-table thead th:last-child {
	border-right:#CCCCCC solid 1px;
}
table.company-table tbody th {
	background:#F9F9F9;
	color:#231815;
	padding:20px 15px;
	border-bottom:#CCCCCC solid 1px;
	vertical-align:top;
	border-left: #CCCCCC solid 1px;
}
table.company-table tbody tr:first-child th {
		border-top: #CCCCCC solid 1px;
}
table.company-table tbody tr:last-child th {
	border-bottom:#CCCCCC solid 1px;
}
table.company-table tbody td {
	background:#FFF;
    padding:20px 15px;
	border-left:#CCCCCC solid 1px;
	border-bottom:#CCCCCC solid 1px;
	border-top: #CCCCCC solid 1px;
	vertical-align:top;
	text-align: left;
}

@media screen and (max-width: 991px) {
table.company-table thead {
	display:none;
}
table.company-table tbody th {
	display:block;
}
table.company-table tbody td {
	border-top: none;
	display:block;

}
table.company-table tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
table.company-table tbody td p {
	/*padding-left:9em;
	text-align: right;*/
}

}

@media screen and (max-width: 414px) {
table.company-table tbody td p {
	/*padding-left:4.5em;*/
}
table.company-table tbody td {
	/*padding:10px 10px;*/
}
}


/*アイテムリスト*/
/*3列*/
.list_menu{
/*margin-right:12px;*/
margin-bottom:34px;
background:#ffffff;
	max-width:323px;
text-align:  center;
}

.list_img{
	max-height: 63px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
	}


/*説明枠*/

.list_info{
	background:#ffffff;
	margin: 10px;
	padding: 5px;
}


/*マウスオン カーソル画像枠*/

.imgonmouse {
  overflow: hidden;
}

.list_menu ul {
  padding: 0px;
  margin-top: 0px;
}


.list_menu ul li img {
    max-width: 93px;
    border: 1px solid #CCC;
    padding: 2px;
    margin-right: 8px;
}


.list_menu ul li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  float: left;
}


/*2列 一覧ttl*/

.box .item_list .ttl {
	color: #FFF;
	background-color: #2E1600;
	margin-top: 15px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-radius: 10px;/* CSS3 */
	/*古いブラウザへの対処*/
	-moz-border-radius: 5px; /*Firefox用 (Firefox4以降は不要)*/
	-webkit-border-radius: 5px;
	padding-top: 10px;
}
.box .item_list ul li {
	padding-top: 10px;
	margin-left: 25px;
	font-size: 14px;
	color: #2E1600;
}



.box .item_list2 .t20 {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;	/*line-height: 1.5em;*/
}



.list_img {
    text-align:center;
}


.list_info h2 {
    font-size: 120%;
    font-weight: bold;
/*    padding-left: 5px;*/
	margin-top: 1em;
	margin-bottom: 10px;
}

.list_info h3 {
	font-size: 100%;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #CCC;
    padding-top: 1em;;
    text-align: right;
    padding-bottom: 0px;
    font-weight: bold;

    padding-right: 5px;
}

.list_info p {
    font-size: 85%;
text-align:  left;
}

@media screen and (max-width: 1119px) {
.list_menu ul li img {
    max-width: 83px;
    border: 1px solid #CCC;
    padding: 2px;
    margin-right: 8px;
}	
}
@media screen and (max-width: 991px) {
.list_menu ul li img {
    max-width: 93px;
    border: 1px solid #CCC;
    padding: 2px;
    margin-right: 8px;
}	
}	
@media screen and (max-width: 414px) {
.list_menu ul li img {
    max-width: 93px;
    border: 1px solid #CCC;
    padding: 2px;
    margin-right: 8px;
}	
}		
@media screen and (max-width: 320px) {
.list_menu ul li img {
    max-width: 77px;
    border: 1px solid #CCC;
    padding: 2px;
    margin-right: 8px;
}	
}	

/*お知らせ見出しマーカー*/

.marker_ye {
background: linear-gradient(transparent 60%, #ffff66 60%);
}

/*メールフォーム*/
/*------------------------------------------------------
　　　　　　　　　＊ お問合せ　＊
-------------------------------------------------------*/
/* ----------   ----------*/

.formTable .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
padding: 20px;
	} 


.form-control{
	font-size:110%;
} 

/* ---------- form ---------- */

@media screen and (min-width:961px) {
	#formWrap {
	color: #555;
	line-height: 120%;
	font-size: 110%;
	 margin-right : 10%;
     margin-left : 10%;
}

	.tablecontact table {
	margin:0 auto;
	width:90%;
	border-collapse:collapse;
}

.tablecontact table th {
	background-color: #F5F5F5; /*背景色 */
	color: #000000;             /* 文字色 */
	text-align: left;           /* 配置 */
	white-space: nowrap;
	border: 1px solid #ccc;
	padding: 10px;
	vertical-align: top;
}

.tablecontact table td {
	background-color: #fff; 
	color: #000000;             /* 文字色 */
	text-align: left;           /* 配置 */
	border-style: none;
	/* white-space: nowrap;*/
	padding: 15px;
	border:1px solid #ccc;
}
.space {
	margin-left: 25px;
}
table.formTable tr td #campany {
	width: 100%;
}
table.formTable tr td #name {
	width: 100%;
}
table.formTable tr td #furigana {
	width: 100%;
}
table.formTable tr td #zip {
	width: 100%;
}
table.formTable tr td #address {
	width: 100%;
}

table.formTable tr td #tel {
	width: 100%;
}

table.formTable tr td #email {
	width: 100%;
}
table.formTable tr td #email2 {
	width: 100%;
}

table.formTable tr td #homepage {
	width: 100%;
}
table.formTable tr td #comment {
	width: 100%;
}
	
table.formTable tr td #question {
	width: 100%;
}

.submit{
	padding-top: 30px;
}

input[type="reset"] {
	font-size: large;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	color: #666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

input[type="submit"] {
	font-size: large;
	background-color: #F5F5F5;
	border: 1px solid #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	color: #666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.button{
	padding-top: 30px;
}
input[type="button"] {
	font-size: large;
	background-color: #e4e4f1;
	border: 1px solid #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	color: #666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

}


/* ----------  コンタクト  ----------*/

label {
    font-weight: normal;
    padding-left: 0.5em;
}
select {
    border: 1px solid #eee;
    padding: 3px;
    width: 20%;
    font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 1.0rem;
	margin-top: 1em;
	font-size: 90%;
}
#cate-list {
    width: 100%;
}


input, button, select, textarea {
    padding: 0.3em;
}

@media only screen and (min-width:376px) and (max-width:960px) {
/*tablet用のcssを記述*/

#formWrap {
	width:100%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:110%;
}

table {
	margin:0 auto;
	width: 100%;
	border-collapse:collapse;
}
.formTable {
	
	width: 120%;
}
    .formTable th,
    .formTable td{
        width: 100%;
        display: block;
        border-top: none;
    }

.formTable tr:first-child th   {
	border-top: 1px solid #ddd;
}
	
table.formTable td,table.formTable th{
	padding: 15px;
	border-top: 1px solid #CCCCCC;
/*	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;*/	
}

	
	
table.formTable th{
	font-weight:normal;
	background:#F5F5F5;
	text-align:left;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
table.formTable tr td #campany {
	width: 100%;
}
table.formTable tr td #duty-station {
	width: 100%;
}
table.formTable tr td #name {
	width: 100%;
}
table.formTable tr td #furigana {
	width: 100%;
}
table.formTable tr td #zip {
	width: 100%;
}
table.formTable tr td #address {
	width: 100%;
}

table.formTable tr td #tel {
	width: 100%;
}

table.formTable tr td #email {
	width: 100%;
}

table.formTable tr td #comment {
	width: 100%;
}

table.formTable tr td #question {
	width: 100%;
}
}

@media screen and (max-width:414px) {
select {
    border: 1px solid #eee;
    padding: 3px;
    width: 31%;
    font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 1.0rem;
	margin-top: 1em;
	font-size: 100%;
}
}

@media screen and (max-width:375px) {
/*スマホ用のcssを記述*/
.formTable {
	
}
    .formTable th,
    .formTable td{
        width: 100%;
        display: block;
        border-top: none;
    }

.formTable tr:first-child th   {
	border-top: 1px solid #ddd;
}
	
table.formTable td,table.formTable th{
	padding: 15px;
	border-top: 1px solid #CCCCCC;
}

table.formTable th{
	font-weight:normal;
	background:#F5F5F5;
	text-align:left;
		border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
table.formTable tr td #campany {
	width: 100%;
}
table.formTable tr td #duty-station {
	width: 100%;
}
table.formTable tr td #name {
	width: 100%;
}
table.formTable tr td #furigana {
	width: 100%;
}
table.formTable tr td #zip {
	width: 100%;
}
table.formTable tr td #address {
	width: 100%;
}

table.formTable tr td #tel {
	width: 100%;
}

table.formTable tr td #email {
	width: 100%;
}
table.formTable tr td #comment {
	width: 100%;
}
table.formTable tr td #question {
	width: 100%;
}

.space {
	margin-left: 0px;
}
}

.error_messe{
	color: #BF393B;
}

/*------------------------------------------------------
　　　　　　　　　＊ 丹の音シリーズ　＊
-------------------------------------------------------*/

.boder_4co {
  padding: .5em .75em;
  border: 2px solid #972C26;
		background: #fff;
}

.ninone{
	
}
.ninone h4{
	  padding: .75em 0;
  border-bottom: 4px solid #972C26;
	font-size: 164%;
	font-family: YuGothic,'Yu Gothic','ＭＳ ゴシック','TsukuARdGothic-Regular','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Arial',sans-serif;
	padding-left: 10px;
	padding-right: 10px;
}

.ninone p{
	font-size: 94%;
	font-family: YuGothic,'Yu Gothic','ＭＳ ゴシック','TsukuARdGothic-Regular','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Arial',sans-serif;
font-weight: 100;
margin-bottom: 1.1em;
	letter-spacing: 0.05em;
		padding-left: 10px;
	padding-right: 10px;
}


.ninonelogo{
    height: 470px;
    position: relative;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
     
}

@media screen and (max-width: 768px){
	
.ninonelogo{
    height: 270px;
    position: relative;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
     
}
.ninone h4{
	  text-align: center;
}	
}

@media screen and (max-width: 414px){
	
.ninonelogo{
    height: auto;
    position: relative;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
     
}
.ninone p{
	font-size: 94%;
	font-family: YuGothic,'Yu Gothic','ＭＳ ゴシック','TsukuARdGothic-Regular','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Arial',sans-serif;
font-weight: 100;
margin-bottom: 0.5em;
	letter-spacing: 0.05em;
		padding-left: 0px;
	padding-right: 0px;
}	
}

/* 商品に見立てた枠 */
.new-item {
    margin: 0 auto;
    position: relative;
}

/* ラベル部分 左上に表示 */
.new-item::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 4em solid transparent;
    border-left: 4em solid #C10000;
    position: absolute;
    z-index: 100;
}
.new-item::after {
    content: "NEW!";
    display: block;
    top: 7px;
    transform: rotate(-45deg);
    color: #fff;
    left: 0;
    position: absolute;
    z-index: 101;
}

.f_award {
    color: #868052 !important;
	font-size: 150%;
	line-height: 1.5em;
}

/*------------------------------------------------------
　　　　　　　　　＊ 梅シリーズ　＊
-------------------------------------------------------*/


.ume{
	
}
.ume h4{
	  padding: .75em 0 .5em 0;
  border-bottom: 4px solid #DC8A28;
	font-size: 164%;
	/*font-family: YuGothic,'Yu Gothic','ＭＳ ゴシック','TsukuARdGothic-Regular','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Arial',sans-serif;*/
	padding-left: 10px;
	padding-right: 10px;
}

.ume p{
	font-size: 94%;
	font-family: YuGothic,'Yu Gothic','ＭＳ ゴシック','TsukuARdGothic-Regular','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Arial',sans-serif;
font-weight: 100;
margin-bottom: 1.1em;
	letter-spacing: 0.05em;
		padding-left: 10px;
	padding-right: 10px;
}


@media screen and (max-width: 768px){
	
.ume h4{
	  text-align: center;
}	
}

@media screen and (max-width: 414px){
	

.ume p{
	font-size: 94%;
	font-family: YuGothic,'Yu Gothic','ＭＳ ゴシック','TsukuARdGothic-Regular','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Arial',sans-serif;
font-weight: 100;
margin-bottom: 0.5em;
	letter-spacing: 0.05em;
		padding-left: 0px;
	padding-right: 0px;
}	
}