@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Cardo:400,400italic,700);



/* ==========================================================================
Typography
========================================================================== */
p {
font-size: 14px;
line-height: 22.4px;
color: #6c7279; }

h1 {
font-size: 40px;
color: #2d3033; }

h2 {
font-size: 30px;
color: #2d3033; }

h5 {
font-size: 14px;
color: #2d3033;
text-transform: uppercase;
font-weight: 700; }

h3 {
font-size: 22px;
color: #2d3033;
font-weight: 300; }

h4 {
font-size: 18px;
color: #2d3033;
font-weight: 400; }


.btn {
background-color: #e84545;
color: #fff;
font-size: 16px;
/*font-weight: 600;*/
border: 0;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
display: inline-block;
text-transform: uppercase; 
width: 95%; 
margin-bottom: 20px; }

.btn:hover, .btn:focus {
background-color: #e52e2e;
color: #fff; }

.btn-large {
padding: 15px 40px;
margin:15px 0 50px 0;
width: 255px; }



/* ==========================================================================
General Styles
========================================================================== */
a {
color: #e84545; }

a:hover, a:focus {
text-decoration: none;
-moz-transition: background-color, color, 0.3s;
-o-transition: background-color, color, 0.3s;
-webkit-transition: background-color, color, 0.3s;
transition: background-color, color, 0.3s; }

body {
font-family: sans-serif;
font-weight: 400;
color: #6c7279; }

ul, ol {
margin: 0;
padding: 0; }

ul li {
list-style: none; }

.section {
padding: 100px 0 0 0; }

.no-padding {
padding: 0; }

.no-gutter [class*=col-] {
padding-right: 0;
padding-left: 0; }



/* ==========================================================================
$Header
========================================================================== */
#header {
position: fixed;
width: 100%;
z-index: 999; }

#header .header-content {
/*border-bottom: 1px solid rgba(255, 255, 255, 0.15);*/
margin: 0 auto;
max-width: 1200px;
padding: 15px 0;
width: 100%;
-moz-transition: padding 0.3s;
-o-transition: padding 0.3s;
-webkit-transition: padding 0.3s;
transition: padding 0.3s; }

#header .logo {
float: left; 
background-image: url(../common/images/logo.svg);
background-repeat: no-repeat;
	height: 58px;
	width:197px;
z-index:10000;}

#header.fixed {
background-image: url(../common/images/banner_sub.jpg);}

#header.fixed .header-content {
border-bottom: 0;
padding: 25px 0; }

#header.fixed .nav-toggle {
top: 18px; }

.navigation.open {
opacity: 0.9;
visibility: visible;
-moz-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s; }

.navigation {
float: right; }

.navigation li {
display: inline-block; }

.navigation a {
color: rgba(255, 255, 255, 255.75);
font-size: 13px;
font-weight: 700;
margin-left: 40px;
text-transform: uppercase; }

.navigation a:hover, .navigation a.active {
color: #fff; }

.nav-toggle {
display: none;
height: 44px;
overflow: hidden;
position: fixed;
right: 5%;
text-indent: 100%;
top: 32px;
white-space: nowrap;
width: 44px;
z-index: 99999;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s; }

.nav-toggle:before, .nav-toggle:after {
border-radius: 50%;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-webkit-transform: translateZ(0);
transform: translateZ(0);
-moz-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-webkit-transition-property: -webkit-transform;
transition-property: transform; }

.nav-toggle:before {
background-color: #e84545;
-moz-transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s; }

.nav-toggle:after {
background-color: #e84545;
-moz-transform: scale(0);
-ms-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
-moz-transition-duration: 0s;
-o-transition-duration: 0s;
-webkit-transition-duration: 0s;
transition-duration: 0s; }

.nav-toggle span {
background-color: #fff;
bottom: auto;
display: inline-block;
height: 3px;
left: 50%;
position: absolute;
right: auto;
top: 50%;
width: 18px;
z-index: 10;
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%); }

.nav-toggle span:before, .nav-toggle span:after {
background-color: #fff;
content: "";
height: 100%;
position: absolute;
right: 0;
top: 0;
width: 100%;
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-webkit-transform: translateZ(0);
transform: translateZ(0);
-moz-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-transition: -moz-transform 0.3s;
-o-transition: -o-transform 0.3s;
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s; }

.nav-toggle span:before {
-moz-transform: translateY(-6px) rotate(0deg);
-ms-transform: translateY(-6px) rotate(0deg);
-webkit-transform: translateY(-6px) rotate(0deg);
transform: translateY(-6px) rotate(0deg); }

.nav-toggle span:after {
-moz-transform: translateY(6px) rotate(0deg);
-ms-transform: translateY(6px) rotate(0deg);
-webkit-transform: translateY(6px) rotate(0deg);
transform: translateY(6px) rotate(0deg); }

.nav-toggle.close-nav:before {
-moz-transform: scale(0);
-ms-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0); }

.nav-toggle.close-nav:after {
-moz-transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1); }

.nav-toggle.close-nav span {
background-color: rgba(255, 255, 255, 0); }

.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
background-color: #fff; }

.nav-toggle.close-nav span:before {
-moz-transform: translateY(0) rotate(45deg);
-ms-transform: translateY(0) rotate(45deg);
-webkit-transform: translateY(0) rotate(45deg);
transform: translateY(0) rotate(45deg); }

.nav-toggle.close-nav span:after {
-moz-transform: translateY(0) rotate(-45deg);
-ms-transform: translateY(0) rotate(-45deg);
-webkit-transform: translateY(0) rotate(-45deg);
transform: translateY(0) rotate(-45deg); }



/* ==========================================================================
$Banner
========================================================================== */
.banner {
background-image: url(../common/images/banner_sub.jpg);
background-position: center top;
background-repeat: no-repeat;
-moz-background-size: cover;
-o-background-size: cover;
-webkit-background-size: cover;
background-size: cover;
min-height: 100px; }

.banner-text {
padding-top: 20%; }

.banner-text h1 {
color: #fff;
font-family: "Open Sans", sans-serif;
font-weight: 700;
text-transform: uppercase; }

.banner-text p {
color: #fff;
font-size: 22px;
font-weight: 300;
line-height: 1.5;
margin-bottom: 80px; }



/* ==========================================================================
$Features
========================================================================== */
.feature {
margin-bottom: 0px; }

.feature-content-sub {
padding: 0 5px; }

.feature .icon {
color: #e84545;
font-size: 60px; }



/* ==========================================================================
$Works
========================================================================== */
.work {
-moz-box-shadow: 0 0 0 1px #fff;
-webkit-box-shadow: 0 0 0 1px #fff;
box-shadow: 0 0 0 1px #fff;
min-height: 350px;
overflow: hidden;
position: relative;
visibility: hidden; }

.work .overlay {
background: rgba(232, 69, 69, 0.9);
height: 100%;
left: 0;
opacity: 0;
position: absolute;
top: 0;
width: 100%;
-moz-transition: opacity, 0.3s;
-o-transition: opacity, 0.3s;
-webkit-transition: opacity, 0.3s;
transition: opacity, 0.3s; }

.work .overlay-caption {
position: absolute;
text-align: center;
top: 50%;
width: 100%;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }

.work h5, .work p, .work img {
-moz-transition: all, 0.5s;
-o-transition: all, 0.5s;
-webkit-transition: all, 0.5s;
transition: all, 0.5s; }

.work h5, .work p {
color: #fff;
margin: 0;
opacity: 0; }

.work h5 {
margin-bottom: 5px;
-moz-transform: translate3d(0, -200%, 0);
-ms-transform: translate3d(0, -200%, 0);
-webkit-transform: translate3d(0, -200%, 0);
transform: translate3d(0, -200%, 0); }

.work p {
-moz-transform: translate3d(0, 200%, 0);
-ms-transform: translate3d(0, 200%, 0);
-webkit-transform: translate3d(0, 200%, 0);
transform: translate3d(0, 200%, 0); }

.work-box:hover img {
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-webkit-transform: scale(1.2);
transform: scale(1.2); }

.work-box:hover .overlay {
opacity: 1; }

.work-box:hover .overlay h5, .work-box:hover .overlay p {
opacity: 1;
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }



/* ==========================================================================
$newgoods
========================================================================== */
.newgoods {
max-width: 270px; }

.newgoods-content {
margin-top: 20px; }

.newgoods h4 {
font-weight: 400; }

.newgoods h5 {
color: #e84545;
font-size: 13px;
font-weight: 400;
margin-bottom: 20px; }

.teams
{padding-top: 20px;}

.social-icons, .footer .footer-share {
margin-top: 15px; }

.social-icons li, .footer .footer-share li {
float: left; }

.social-icons a, .footer .footer-share a {
border: 1px solid #e8ecee;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
color: #c6cacc;
display: block;
font-size: 18px;
height: 40px;
line-height: 40px;
margin-right: 5px;
text-align: center;
width: 40px; }

.social-icons a:hover, .footer .footer-share a:hover {
background-color: #e84545;
border-color: #e84545;
color: #fff; }
.clearB{
	clear: both;
}


/* ==========================================================================
$Testimonials
========================================================================== */
.testimonials {
background-color: #53354a;
position: relative; }

.testimonials blockquote {
border: 0;
margin: 0;
padding: 100px 15% 0; }

.testimonials p {
color: #fff;
font: italic 36px "Cardo", Georgia, "Times New Roman", serif; }

.testimonials cite {
color: #fff;
display: block;
font-size: 13px;
font-style: normal;
font-weight: 600;
margin-top: 30px;
text-transform: uppercase; }



/* ==========================================================================
$Download
========================================================================== */
.download h3 {
margin-top: 0; }

.download p {
color: #2d3033;
font-weight: 600;
text-transform: uppercase; }

.download .btn {
margin-top: 30px; }



/* ==========================================================================
$Footer
========================================================================== */
.footer {
text-align: center; 
margin-top: 50px;}

.footer-top {
background-image: url(../common/images/menu-l-bg2.jpg);
padding-top: 40px; }

.footer-bottom {
background-color: #203e18;
padding: 10px 0 0 0; }

.footer .footer-col {
margin-bottom: 40px; }

.footer h5 {
color: #fff; }

.footer h5 {
margin-bottom: 20px; }

.footer p {
color: rgba(255, 255, 255, 0.5); 
font-size: 12px;}

.footer a {
color: #fff; }

.footer a:hover {
color: #e84545; }

.footer .footer-share {
margin-top: 0; }

.footer .footer-share li {
display: inline-block;
float: none; }

.footer .footer-share a {
border-width: 2px;
color: #fff; }

.footer .fa-heart {
color: #e84545;
font-size: 11px;
margin: 0 2px; }

@media screen and (min-width: 815px){

.footer img{
margin-top: 30px; }
}



/* ==========================================================================
$Utilities
========================================================================== */
.work:nth-child(1) {
-moz-animation-delay: 0.1s;
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s; }

.work:nth-child(2) {
-moz-animation-delay: 0.2s;
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s; }

.work:nth-child(3) {
-moz-animation-delay: 0.3s;
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s; }

.work:nth-child(4) {
-moz-animation-delay: 0.4s;
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s; }

.work:nth-child(5) {
-moz-animation-delay: 0.8s;
-webkit-animation-delay: 0.8s;
animation-delay: 0.8s; }

.work:nth-child(6) {
-moz-animation-delay: 0.7s;
-webkit-animation-delay: 0.7s;
animation-delay: 0.7s; }

.work:nth-child(7) {
-moz-animation-delay: 0.6s;
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s; }

.work:nth-child(8) {
-moz-animation-delay: 0.5s;
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s; }

.animated {
visibility: visible; }



/* ==========================================================================
Font Icon (http://www.elegantthemes.com/blog/freebie-of-the-week/free-line-style-icons)
========================================================================== */
@font-face {
font-family: "elegant-theme-line";
src: url('../common/fonts/elegant-theme-line.ttf?1439850014') format('truetype'), url('../common/fonts/elegant-theme-line.eot?1439850014') format('embedded-opentype'), url('../common/fonts/elegant-theme-line.svg?1439850014') format('svg'), url('../common/fonts/elegant-theme-line.woff?1439850014') format('woff'); }

.icon {
font-family: 'elegant-theme-line';
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; }

.icon-mobile:before {
content: "\e000"; }

.icon-laptop:before {
content: "\e001"; }

.icon-desktop:before {
content: "\e002"; }

.icon-tablet:before {
content: "\e003"; }

.icon-phone:before {
content: "\e004"; }

.icon-document:before {
content: "\e005"; }

.icon-documents:before {
content: "\e006"; }

.icon-search:before {
content: "\e007"; }

.icon-clipboard:before {
content: "\e008"; }

.icon-newspaper:before {
content: "\e009"; }

.icon-notebook:before {
content: "\e00a"; }

.icon-book-open:before {
content: "\e00b"; }

.icon-browser:before {
content: "\e00c"; }

.icon-calendar:before {
content: "\e00d"; }

.icon-presentation:before {
content: "\e00e"; }

.icon-picture:before {
content: "\e00f"; }

.icon-pictures:before {
content: "\e010"; }

.icon-video:before {
content: "\e011"; }

.icon-camera:before {
content: "\e012"; }

.icon-printer:before {
content: "\e013"; }

.icon-toolbox:before {
content: "\e014"; }

.icon-briefcase:before {
content: "\e015"; }

.icon-wallet:before {
content: "\e016"; }

.icon-gift:before {
content: "\e017"; }

.icon-bargraph:before {
content: "\e018"; }

.icon-grid:before {
content: "\e019"; }

.icon-expand:before {
content: "\e01a"; }

.icon-focus:before {
content: "\e01b"; }

.icon-edit:before {
content: "\e01c"; }

.icon-adjustments:before {
content: "\e01d"; }

.icon-ribbon:before {
content: "\e01e"; }

.icon-hourglass:before {
content: "\e01f"; }

.icon-lock:before {
content: "\e020"; }

.icon-megaphone:before {
content: "\e021"; }

.icon-shield:before {
content: "\e022"; }

.icon-trophy:before {
content: "\e023"; }

.icon-flag:before {
content: "\e024"; }

.icon-map:before {
content: "\e025"; }

.icon-puzzle:before {
content: "\e026"; }

.icon-basket:before {
content: "\e027"; }

.icon-envelope:before {
content: "\e028"; }

.icon-streetsign:before {
content: "\e029"; }

.icon-telescope:before {
content: "\e02a"; }

.icon-gears:before {
content: "\e02b"; }

.icon-key:before {
content: "\e02c"; }

.icon-paperclip:before {
content: "\e02d"; }

.icon-attachment:before {
content: "\e02e"; }

.icon-pricetags:before {
content: "\e02f"; }

.icon-lightbulb:before {
content: "\e030"; }

.icon-layers:before {
content: "\e031"; }

.icon-pencil:before {
content: "\e032"; }

.icon-tools:before {
content: "\e033"; }

.icon-tools-2:before {
content: "\e034"; }

.icon-scissors:before {
content: "\e035"; }

.icon-paintbrush:before {
content: "\e036"; }

.icon-magnifying-glass:before {
content: "\e037"; }

.icon-circle-compass:before {
content: "\e038"; }

.icon-linegraph:before {
content: "\e039"; }

.icon-mic:before {
content: "\e03a"; }

.icon-strategy:before {
content: "\e03b"; }

.icon-beaker:before {
content: "\e03c"; }

.icon-caution:before {
content: "\e03d"; }

.icon-recycle:before {
content: "\e03e"; }

.icon-anchor:before {
content: "\e03f"; }

.icon-profile-male:before {
content: "\e040"; }

.icon-profile-female:before {
content: "\e041"; }

.icon-bike:before {
content: "\e042"; }

.icon-wine:before {
content: "\e043"; }

.icon-hotairballoon:before {
content: "\e044"; }

.icon-globe:before {
content: "\e045"; }

.icon-genius:before {
content: "\e046"; }

.icon-map-pin:before {
content: "\e047"; }

.icon-dial:before {
content: "\e048"; }

.icon-chat:before {
content: "\e049"; }

.icon-heart:before {
content: "\e04a"; }

.icon-cloud:before {
content: "\e04b"; }

.icon-upload:before {
content: "\e04c"; }

.icon-download:before {
content: "\e04d"; }

.icon-target:before {
content: "\e04e"; }

.icon-hazardous:before {
content: "\e04f"; }

.icon-piechart:before {
content: "\e050"; }

.icon-speedometer:before {
content: "\e051"; }

.icon-global:before {
content: "\e052"; }

.icon-compass:before {
content: "\e053"; }

.icon-lifesaver:before {
content: "\e054"; }

.icon-clock:before {
content: "\e055"; }

.icon-aperture:before {
content: "\e056"; }

.icon-quote:before {
content: "\e057"; }

.icon-scope:before {
content: "\e058"; }

.icon-alarmclock:before {
content: "\e059"; }

.icon-refresh:before {
content: "\e05a"; }

.icon-happy:before {
content: "\e05b"; }

.icon-sad:before {
content: "\e05c"; }

.icon-facebook:before {
content: "\e05d"; }

.icon-twitter:before {
content: "\e05e"; }

.icon-googleplus:before {
content: "\e05f"; }

.icon-rss:before {
content: "\e060"; }

.icon-tumblr:before {
content: "\e061"; }

.icon-linkedin:before {
content: "\e062"; }

.icon-dribbble:before {
content: "\e063"; }



/* ==========================================================================
ユーザー定義
========================================================================== */
/*トップページ*/
.container-fluid-non{
padding: 0; }

#works{
padding-top: 50px; }

.top-category{
margin-top: 50px;
margin-bottom: 30px;}

section.banner{
padding-bottom: 80px; }

@media screen and (max-width: 815px){
section.banner{
padding-bottom: 20px; }}

.top-btn{
margin: 0 auto; }



/*サブページ*/
.row{
max-width: 1200px;
margin: 0 auto; }

.panel-bg{
background-image: url(../common/images/menu-l-bg2.jpg); }

.panel-fontcolor{
color: #ffffff; }

.panel-body {
padding: 5px 10px; }

.menu-l:hover{
background-color:#ddd; }

.p15{
padding:5px 10px;
margin-bottom: 15px;
margin-top: 10px; }

ol.p15{
margin-top: 15px; }

.box {
margin-bottom: 10px;
margin-top: 5px;}


/*---新着情報---*/
.news-g{
font-weight: bold;
color: #0f7a4e;
font-size: 16px; }

.news-g02{
margin-bottom: 10px; }

.news-o{
font-weight: bold;
color: #f65626; 
font-size: 16px; }

.news-bn{
width: 105px;
height: 18px; }

.news-tx{
margin-right: 10px; }

.border {
border-style: solid;
border-color: #e9e9e9;
border-width: 1px;
}

/*---下層商品詳細ページ---*/

.itemtitle {
background-image: url(../common/images/menu-l-bg2.gif);
border-radius: 4px;
padding: 2px;
margin: 30px 0; }

.itemtitle h1 {
color: #fff;
font-size: 30px;
padding: 0 5px; }

.itemtitle02 {
background-image: url(../common/images/menu-l-bg2.gif);
border-radius: 2px;
/*margin: 30px 0;*/ }

.itemtitle02 h1 {
color: #fff;
font-size: 30px;
padding: 10px 5px; }

.product-comment{
margin: 0 auto;
text-align: left;
width: 95%; 
padding: 20px 0;
font-size: 16px; }

table.product-detail {
	margin-bottom: 20px;
}

table.product-detail tr th {
	padding: 0.4em;
}

.koumoku01 {
	background-color: #e8e8e8;
}

.koumoku02{
	font-size: 0.9em; }
/*---メタリックコード、リネンライン---*/
.metalic-itemtitle {
		font-size: 1.2em;
		font-family: "Meiryo",Meiryo,sans-serif;
		font-style: italic;
		font-weight: 700;
	}
/*---メタリックコード、リネンライン　ここまで---*/

.koumoku02 .font-color {
	color: red;
}

@media screen and (max-width: 599px){	
	table.product-detail {
		border: none;
	}

	table.product-detail tr td{
		display: list-item;
		list-style: none;
	}

	table.product-detail tr th,
	table.product-detail tr td{
		border: none;
	}

	.product-detail tr:last-child td {
		border-bottom: none;
	}

	tr .display-none-sp {
		display: none;
	}
	tr th.display-none-sp {
		display: none !important;
	}

	.koumoku01{
		font-size: 0.9em; 
	}

	.product-size {
		padding: 0 0 10px;
		border-left: 2px solid #5B954A !important;
		border-bottom: 1px solid #5B954A !important;
		background-color: rgba(91, 149, 74, 0.2) !important;
		line-height: 1.2;
		font-family: "Meiryo",Meiryo,sans-serif;
		font-weight: 700;
		list-style: none;
		margin-top: 10px;
	}
	.product-dia {
		padding: 5px;
		margin: 5px 0 5px;
		border-bottom: 1px dotted #5B954A !important;
		line-height: 1.2;
		font-family: "Yu Gothic",sans-serif;
		list-style: none;
	}
	.product-length {
		font-size: 0.9em;
		line-height: 1.4;
		font-weight: 500;
	}
}

.btn-pdf{
margin-top: 20px;
border-radius: 2px;
padding: 15px 10px 10px 10px;
background-image: url(../common/images/menu-l-bg2.gif);
text-align:center; }

.btn-pdf p{
color: #fff; }

.pdf-img{
padding-bottom: 15px; }

.pdf-sam{
margin-top: 80px; }

.btn-pdf:hover{
  filter:alpha(opacity=70);/* IE 6,7*/
  -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
  -moz-opacity:0.7;/* FF , Netscape */
  -khtml-opacity: 0.7;/* Safari 1.x */
  opacity:0.7;
  zoom:1;/*IE*/
}

.cate{
width: 95%;
margin: 0px auto 0 auto;
}

.youto {
	margin: 0 auto 0 auto;
}

h1{
font-size: 30px; }

table tr:last-child td {
border-bottom: 2px solid #e6e6e6; }

.hover-img:hover {
	opacity: 0.7;
}


.fh5co-service {
  margin-bottom: 0px;
  float: left;
  width: 100%;
}
.fh5co-service h3 {
  font-size: 18px;
  margin-bottom: 5px;
}
.fh5co-service img {
  margin-bottom: 10px;
}

.fh5co-service-icon {
  height: 46px;
  width: 90px;
  margin-bottom: 60px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-service-icon:before {
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  top: -30px;
  border-bottom: 30px solid #FF5126;
}
.fh5co-service-icon:after {
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  bottom: -30px;
  border-top: 30px solid #FF5126;
}
.fh5co-service-icon i {
  font-size: 46px;
  line-height: 46px;
  color: #fff;
}

.btn-primary{
	background-color:#F39E9E;
}
.btn-primary:hover {
	background-color: #e52e2e;
	color: #fff;
}
.btn-reset {
	background-color:#A1A5F0;
}
.btn-reset:hover {
	background-color: #2029CF;
	color: #fff;
}
.index-cate:hover{
background-color: #e8e8e8; }

.product-cate {
	padding-bottom: 20px;
}
@media screen and (max-width: 815px) and (min-width: 599px){
	.product-cate .row a h5 {
		min-height: 30px;
	}
}
/*---よくある質問---*/
a.anchor {
	margin-top: -150px;
	padding-top: 150px;
	text-decoration: none;
}

/*---会社案内---*/
.access_head {
	font-weight: 700;
	color:  #6c7279;
	border-bottom: double 5px  #6c7279;
}
.row-eq-height {
	display: flex;
    flex-wrap: wrap;
}
/*---PrivacyPolicy---*/
.privacy_head {
	color: #6c7279;
	border-bottom: double 5px #5B954A;
}

/*---支払方法---*/
.payment_h2 {
	font-size:1.5em;
	color: #6c7279;
	border-bottom: double 5px #5B954A;
}

table.payment_pc th,td{
	font-size: 0.9em;
	padding: 0.4em;
}
.payment_sp {
	display: none;
}


@media screen and (max-width: 599px){
	.payment_pc {
		display: none;
	}
	.payment_sp {
		display: block;
	}
	.payment_sp tr td {
		display: list-item;
		list-style: none;
	}
	.payment_sp tr:last-child td {
		border-bottom: none;
	}
	table.payment_sp tr:nth-of-type(odd) {
		background-color: rgba(91, 149, 74, 0.2)
	}

}

/*---紐の豆知識----*/
.tips_head {
	font-weight: 700;
	color:  #6c7279;
	border-bottom: double 5px  #6c7279;
	
}
.tips_dl dd{
	margin-left: 1em;
}

/*---紐の豆知識----*/
.use_head {
	font-weight: 700;
	color:  #6c7279;
	border-bottom: double 5px  #6c7279;
}
.use_usually {
	font-weight: 700;
	color:  #6c7279;
}

@media screen and (max-width: 815px){
	.tips-table tr td {
		display: list-item;
		list-style: none;
	}
	.tips-table td.display-none {
		display: none;
	}
}
/*---Googleカスタム検索Field---*/
#gsc{
width:100%; 
margin:0 auto;
position:relative; }

#gsc .gsc-control-cse {
border-color: #36542d;
background-color: #36542d; }



/* テキスト入力フォーム */
#gsc input[type="text"]{
border: 1px solid #fff !important;
height:22px !important; }


/*goods*/
.newgoods-content li{
	display: block;
	padding: 25px;
	

}
.newgoods-content{
	margin: 0 auto;
}
@media screen and (min-width: 816px){
.btn-contact {width: 48%;
	margin:0 1%;}}
@media screen and (max-width: 815px){
		.btn-contact {width: 95%;
					  margin:5% 1%;
					　	}

}

.txt-color {
	color: #fff;
}

/* 3/16-saga追加 */
.btn-mt {
	margin-top: 20px;
}
.zhover {
	z-index: 2;
}
.pt20 {
	padding-top: 20px;
}
.caution {
	text-align: left;
	border: 3px solid #f3ede0;
	background: #f9f3f3 url(../images/caution.png) no-repeat 10px center;
	margin-top: 20px;
} 
.caution-text {
	padding: 10px 0  0 40px;
}
.privacy-list{
	list-style-type: disc;
}
/*saga追加終了*/

/* 2018/3/22-shimizu追加 */
.btn-mt10 {
	margin-top: 10px;
}
/*shimizu追加終了*/
.haiban {
	color: red;
	font-size:14px;
	border:1px solid #fff;
	background-color:#fff;
	border-radius: 12px 12px;
	padding:0 5px;
	}
	
/* 2020/3/6-anna追加 */
.row + h2.craft-h2 {
	margin-top: 60px;
}

h3.craft-h3 {
	line-height: 1.5;
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	margin-bottom: 0;
}

h3.craft-h3 > * {
	padding: 5px 20px;
	min-height: 38px;
}

h3.craft-h3 > *:after {
	content: "";
	clear: both;
}

h3.craft-h3 .green {
	background: #35542c;
	color: #fff;
	font-size: 20px;
}

h3.craft-h3 .yellow {
	background: #ffbb00;
	color: #2d3033;
	padding-top: 10px;
}

h4.craft-h4 {
	font-size: 14px;
	margin-bottom: 20px;
}

.lightyellow {
	background: #fffae0;
	padding-top: 15px;
}

.flex-center {
	display: flex;
	justify-content: center;
}

.mt-l {
	margin-top: 100px;
}
@media screen and (max-width: 815px){
	.mt-l {
		margin-top: 40px;
	}
}
/*anna追加終了*/