@charset "UTF-8";
/*
Theme Name:東京テープ
Theme URI:https://www.narts.jp/
Description:東京テープ
Author:NARTS
Author URI:https://www.narts.jp/
Version:1.0
*/

/****************************************

	セッティング

*****************************************/
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
}

img{
	vertical-align: bottom;
}


body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
	font-size: 16px;
	line-height: 1.6;
	background-color: #FFF;
	-webkit-text-size-adjust: 100%;
}

a{
	color: #0000B9;
	text-decoration: none;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-webkit-transform: translateZ(0);
}
a:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}


*, *:before, *:after {
		-webkit-box-sizing: border-box;
			 -moz-box-sizing: border-box;
				 -o-box-sizing: border-box;
				-ms-box-sizing: border-box;
						box-sizing: border-box;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after{
	content: "";
	display: block;
	overflow: hidden;
}
.clearfix:after{
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix{
	zoom: 1;
}


/*************************************************************

	サイズ調整

*************************************************************/
.taL {text-align: left !important;}
.taC {text-align: center !important;}
.taR {text-align: right !important;}
.uLine {text-decoration: underline !important;}
.vaTop {vertical-align: top !important;}
.vaMid {vertical-align: middle !important;}
.vaBot {vertical-align: bottom !important;}

.mt05{margin-top: 5px !important;}
.mt10{margin-top: 10px !important;}
.mt15{margin-top: 15px !important;}
.mt20{margin-top: 20px !important;}
.mt25{margin-top: 25px !important;}
.mt30{margin-top: 30px !important;}
.mt35{margin-top: 35px !important;}
.mt40{margin-top: 40px !important;}
.mt45{margin-top: 45px !important;}
.mt50{margin-top: 50px !important;}

.mb05{margin-bottom: 5px !important;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{margin-bottom: 20px !important;}
.mb25{margin-bottom: 25px !important;}
.mb30{margin-bottom: 30px !important;}
.mb35{margin-bottom: 35px !important;}
.mb40{margin-bottom: 40px !important;}
.mb45{margin-bottom: 45px !important;}
.mb50{margin-bottom: 50px !important;}

.ml05{margin-left: 5px !important;}
.ml10{margin-left: 10px !important;}
.ml15{margin-left: 15px !important;}
.ml20{margin-left: 20px !important;}
.ml25{margin-left: 25px !important;}
.ml30{margin-left: 30px !important;}
.ml35{margin-left: 35px !important;}
.ml40{margin-left: 40px !important;}
.ml45{margin-left: 45px !important;}
.ml50{margin-left: 50px !important;}

.mr05{margin-right: 5px !important;}
.mr10{margin-right: 10px !important;}
.mr15{margin-right: 15px !important;}
.mr20{margin-right: 20px !important;}
.mr25{margin-right: 25px !important;}
.mr30{margin-right: 30px !important;}
.mr35{margin-right: 35px !important;}
.mr40{margin-right: 40px !important;}
.mr45{margin-right: 45px !important;}
.mr50{margin-right: 50px !important;}

.pt05{padding-top: 5px !important;}
.pt10{padding-top: 10px !important;}
.pt15{padding-top: 15px !important;}
.pt20{padding-top: 20px !important;}
.pt25{padding-top: 25px !important;}
.pt30{padding-top: 30px !important;}
.pt35{padding-top: 35px !important;}
.pt40{padding-top: 40px !important;}
.pt45{padding-top: 45px !important;}
.pt50{padding-top: 50px !important;}

.pb05{padding-bottom: 5px !important;}
.pb10{padding-bottom: 10px !important;}
.pb15{padding-bottom: 15px !important;}
.pb20{padding-bottom: 20px !important;}
.pb25{padding-bottom: 25px !important;}
.pb30{padding-bottom: 30px !important;}
.pb35{padding-bottom: 35px !important;}
.pb40{padding-bottom: 40px !important;}
.pb45{padding-bottom: 45px !important;}
.pb50{padding-bottom: 50px !important;}

.pl05{padding-left: 5px !important;}
.pl10{padding-left: 10px !important;}
.pl15{padding-left: 15px !important;}
.pl20{padding-left: 20px !important;}
.pl25{padding-left: 25px !important;}
.pl30{padding-left: 30px !important;}
.pl35{padding-left: 35px !important;}
.pl40{padding-left: 40px !important;}
.pl45{padding-left: 45px !important;}
.pl50{padding-left: 50px !important;}

.pr05{padding-right: 5px !important;}
.pr10{padding-right: 10px !important;}
.pr15{padding-right: 15px !important;}
.pr20{padding-right: 20px !important;}
.pr25{padding-right: 25px !important;}
.pr30{padding-right: 30px !important;}
.pr35{padding-right: 35px !important;}
.pr40{padding-right: 40px !important;}
.pr45{padding-right: 45px !important;}
.pr50{padding-right: 50px !important;}

.fs10{font-size: 10px !important;}
.fs11{font-size: 11px !important;}
.fs12{font-size: 12px !important;}
.fs13{font-size: 13px !important;}
.fs14{font-size: 14px !important;}
.fs15{font-size: 15px !important;}
.fs16{font-size: 16px !important;}
.fs17{font-size: 17px !important;}
.fs18{font-size: 18px !important;}
.fs19{font-size: 19px !important;}
.fs20{font-size: 20px !important;}
.fB{font-weight: bold !important;}
.fwN{font-weight: normal !important;}

.lh12{line-height: 1.2;}
.lh13{line-height: 1.3;}
.lh14{line-height: 1.4;}
.lh15{line-height: 1.5;}
.lh16{line-height: 1.6;}
.lh17{line-height: 1.7;}
.lh18{line-height: 1.8;}
.lh19{line-height: 1.9;}
.lh20{line-height: 2.0;}

.tRed {color: #FF0000;}

.fL{float: left;}
.fR{float: right;}
.clear{clear: both;}

/* 計算方法　HD動画（16:9）の場合100÷16×9=56.25% に設定 */
.movie_box{text-align: center; padding: 0 0 56.25% 0; position: relative; width: 100%;}
.movie_box iframe{position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}

/* 計算方法　正方形動画（4:4）の場合100÷4×4=100% に設定 */
.movie_box2{text-align: center; padding: 0 0 100% 0; position: relative; width: 100%;}
.movie_box2 iframe{position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}

/* 計算方法　長方形動画（4:3）の場合100÷4×3=75% に設定 */
.movie_box3{text-align: center; padding: 0 0 75% 0; position: relative; width: 100%;}
.movie_box3 iframe{position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}

.no_display{display: none;}

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

.br-sp{}
.pc{display:block !important;}
.sp{display:none !important;}



/****************************************

	header

*****************************************/
header{}
#header{
	position: relative;
}


.sliderArea {
  overflow: hidden;
}
.sliderWide {
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
	position: relative;
	background-size: cover;
	height: 630px;
}
.slider {
	overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.slider li p{
	width: 100%;
	text-align: center;
	position: absolute;
	margin: 0 auto;
	top: 310px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	color: #fff;
	font-size: 40px;
	line-height: 1.4;
	font-weight: 700;
	text-shadow: 0px 0px 5px rgba(0,0,0,1);
}
.slider .slick-list {
  overflow: visible;
}
.slider .slick-track {}
.slider .slick-slide {
  transition-duration: 0.3s;
}
.slider .slick-slide.slick-current {
  opacity: 1;
}
.slider .slick-slide a {
  display: block;
}
.slider .slick-slide a:hover {
  display: block;
  opacity: .7;
}
.slider img {
  height: auto;
  width: 100%;
}


.slick-dots{
	position: absolute;
	top: 580px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button{
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
	opacity: 1;
}
.slick-dots li button:before{
	font-family: 'slick';
	font-size: 30px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	color: #FFF;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{
	color: #CCC;
}


#header-home{}
#header-contents{
	position: absolute;
	width: 1200px;
	margin: 0 auto;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
#header-logo{
	width: 400px;
	float: left;
}
#header-logo h1{
	padding: 45px 0 0 15px;
}

#lower-visual{
	background-image: url("images/common/sub-visual01.jpg");
	max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
	background-size: cover;
	height: 350px;
	position: relative;
}
#lower-visual-title{}
#lower-visual-title h2{
	width: 100%;
	text-align: center;
	position: absolute;
	margin: 0 auto;
	top: 200px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	color: #fff;
	font-size: 40px;
	line-height: 1.4;
	font-weight: 700;
	text-shadow: 0px 0px 5px rgba(0,0,0,1);
}


nav{
	width: 800px;
	float: left;
}

#gnavi{
	text-align: right;
	margin: 90px 0 0 0;
	position: relative;
	font-size: 0;
}
#gnavi > ul > li{
	display: inline-block;
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	position: relative;
	z-index: 30;
	padding: 0 18px 0 18px;
}
#gnavi > ul > li:last-child{
	padding: 0 0 0 18px;
}
#gnavi > ul > li > a{
	display: block;
	color: #fff;
}
#gnavi > ul > li > a:hover{
	color: #eee;
	text-decoration: none;
}

#gnavi > ul > li > ul.gnavi-sub{
	display: none;
	position: absolute;
	top: 40px;
	left: -43px;
}
#gnavi > ul > li > div.gnavi-arrow {
	display: none;
	position: absolute;
	top: 30px;
	left: 57px;
	border-style: solid;
	border-width: 0 8px 10px 8px;
	border-color: transparent transparent #BE1B22 transparent;
}

#gnavi > ul > li > ul > li{
	text-shadow: none;
}
#gnavi > ul > li > ul > li a{
	width: 216px;
	padding: 10px 5px 10px 30px;
	display: block;
	background: #BE1B22;
	text-align: left;
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
#gnavi > ul > li > ul > li a:after {
	font-size: 12px;
	line-height: 1.2;
	font-family: "Font Awesome 5 Free";
	content: ' \f105';
	color: #fff;
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -6px;
}
#gnavi > ul > li > ul > li a:hover{
	background: #D15F64;
}
#gnavi > ul > li > ul > li:last-of-type a{
	border-bottom: none;
}



#sp_menu{
	display: none;
}
#nav_toggle{
	display: none;
}



/****************************************

	共通

*****************************************/
#main-wrapper{
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
}
#contents{
	width: 910px;
	float: right;
}
#sidebar{
	width: 250px;
	float: left;
}



#side-purpose{
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	padding: 30px 0 25px 0;
}
#side-purpose h2{
	color: #333;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
}
#side-purpose ul{}
#side-purpose ul li a{
	padding: 5px 5px 5px 35px;
	display: block;
	color: #666;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 400;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
#side-purpose ul li a:last-of-type{
	padding: 5px 25px 5px 35px;
}
#side-purpose ul li a:hover{
	color: #ccc;
}
#side-purpose ul li a:after {
	font-size: 12px;
	line-height: 1.2;
	font-family: "Font Awesome 5 Free";
	content: ' \f105';
	color: #666;
	font-weight: 900;
	position: absolute;
	top: 14px;
	left: 20px;
	margin-top: -6px;
}
#side-purpose ul li a:hover:after {
	color: #ccc;
}


#side-processing{
	border-bottom: 1px solid #DEDEDE;
	padding: 30px 0 25px 0;
}
#side-processing h2{
	color: #333;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
}
#side-processing ul{}
#side-processing ul li a{
	padding: 5px 5px 5px 35px;
	display: block;
	color: #666;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 400;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
#side-processing ul li a:last-of-type{
	padding: 5px 25px 5px 35px;
}
#side-processing ul li a:hover{
	color: #ccc;
}
#side-processing ul li a:after {
	font-size: 12px;
	line-height: 1.2;
	font-family: "Font Awesome 5 Free";
	content: ' \f105';
	color: #666;
	font-weight: 900;
	position: absolute;
	top: 14px;
	left: 20px;
	margin-top: -6px;
}
#side-processing ul li a:hover:after {
	color: #ccc;
}


#side-parts{
	border-bottom: 1px solid #DEDEDE;
	padding: 30px 0 25px 0;
}
#side-parts h2{
	color: #333;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
}
#side-parts ul{}
#side-parts ul li a{
	padding: 5px 5px 5px 35px;
	display: block;
	color: #666;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 400;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
#side-parts ul li a:last-of-type{
	padding: 5px 25px 5px 35px;
}
#side-parts ul li a:hover{
	color: #ccc;
}
#side-parts ul li a:after {
	font-size: 12px;
	line-height: 1.2;
	font-family: "Font Awesome 5 Free";
	content: ' \f105';
	color: #666;
	font-weight: 900;
	position: absolute;
	top: 14px;
	left: 20px;
	margin-top: -6px;
}
#side-parts ul li a:hover:after {
	color: #ccc;
}


#side-sample{
	margin: 30px 0 40px 0;
}
#side-sample ul{}
#side-sample ul li{}


#side-tel{
	text-align: center;
	margin: 0 0 15px 0;
}


#side-contact{
	margin: 0 20px 40px 20px;
}
#side-contact p a{
	border: 1px solid #DEDEDE;
	text-align: center;
	display: block;
	color: #666;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	padding: 11px 10px;
}
#side-contact p a:hover{
	background: #efefef;
}
#side-contact p a::before{
	content: '';
  display: inline-block;
  background-image: url("images/common/side-prt01.png");
  background-size: contain;
  vertical-align: middle;
	width: 18px;
	height: 14px;
	margin: -2px 8px 0 0;
}


#side-guide{
	margin: 0 0 30px 0;
}
#side-guide h2{
	border-bottom: 1px solid #DEDEDE;
	text-align: center;
	color: #333;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	padding: 0 10px 10px 10px;
	margin: 0 0 15px 0;
}
#side-guide p{
	color: #666;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 400;
}


#lower-contents{}
#lower-contents > h3{
	background: #EEE;
	color: #4C200C;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 900;
	padding: 15px 20px;
	margin: 0 0 30px 0;
}
#lower-contents > h4{
	color: #4C200C;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 900;
	border-bottom: 2px solid #4C200C;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}
#lower-contents > h5{
	color: #4C200C;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 900;
	border-left: 5px solid #4C200C;
	padding: 0 0 0 10px;
	margin: 0 0 20px 0;
}
#lower-contents > p{
	color: #666;
	font-size: 16px;
	line-height: 2.0;
	font-weight: 400;
	padding: 0 0 30px 0;
}


#lower-contents > table{
	width: 100%;
	margin: 0 0 30px 0;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
#lower-contents > table th{
	background-color: #F4F3EF;
	padding: 10px 15px;
	border:1px solid #ccc;
	color: #666;
	font-size: 16px;
	text-align: left;
	font-weight: normal;
}
#lower-contents > table td{
	background-color: #fff;
	padding: 10px 15px;
	border: 1px solid #ccc;
	color: #666;
	font-size: 16px;
}


.js-scrollable{
	white-space: nowrap;  /* 文字の折り返しはなくす */
}
.js-scrollable table{
	width: 100%;
	margin: 0 0 30px 0;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
.js-scrollable table th{
	background-color: #F4F3EF;
	padding: 10px 15px;
	border:1px solid #ccc;
	color: #666;
	font-size: 16px;
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
.js-scrollable table td{
	background-color: #fff;
	padding: 10px 15px;
	border: 1px solid #ccc;
	color: #666;
	font-size: 16px;
	vertical-align: middle;
}


#lower-contents > ul{
	margin: 0 0 30px 20px;
}
#lower-contents > ul li{
	font-size: 16px;
	list-style-type: disc;
	padding: 2px 0 0 0;
	color: #666;
}
#lower-contents > ul li ul{
	padding: 0;
	margin: 0 0 0 20px;
}
#lower-contents > ul li ul li{
	font-size: 16px;
	list-style-type: disc;
	padding: 2px 0 0 0;
	color: #666;
}

#lower-contents > table ul{
	margin: 0 0 0 20px;
}
#lower-contents > table ul li{
	font-size: 16px;
	list-style-type: disc;
	padding: 2px 0 0 0;
	color: #666;
}
#lower-contents > table ul li ul{
	padding: 0;
	margin: 0 0 0 20px;
}
#lower-contents > table ul li ul li{
	font-size: 16px;
	list-style-type: disc;
	padding: 2px 0 0 0;
	color: #666;
}


.lower-box01{
	margin: 0 0 30px 0;
}
.lower-box01-image{
	float: left;
	width: 33%;
}
.lower-box01-txt{
	float: right;
	width: 63.5%;
}
.lower-box01-image > p img{
	text-align: center;
}
.lower-box01-txt > p{
	color: #666;
	font-size: 16px;
	line-height: 2.0;
	font-weight: 400;
	padding: 0 0 30px 0;
}
.lower-box01-txt > h4{
	color: #4C200C;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 900;
	border-bottom: 2px solid #4C200C;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}


.lower-box02{
	margin: 0 0 30px 0;
}
.lower-box02-image{
	float: right;
	width: 33%;
}
.lower-box02-txt{
	float: left;
	width: 63.5%;
}
.lower-box02-image > p img{
	text-align: center;
}
.lower-box02-txt > p{
	color: #666;
	font-size: 16px;
	line-height: 2.0;
	font-weight: 400;
	padding: 0 0 30px 0;
}


.cta{}


#notfound{
	background: #FBFAF8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding: 30px;
	margin: 0 0 40px 0;
}
#notfound p.txt{
	color: #666;
	font-size: 16px;
	line-height: 2.0;
	font-weight: 400;
	padding: 0 0 20px 0;
}
#notfound p.txt:last-child{
	margin: 0;
}

#notfound p.btn{}
#notfound p.btn a{
	background: #4C1F0C;
	width: 300px;
	margin: 0 auto;
	text-align: center;
	display: block;
	padding: 20px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.0;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
#notfound p.btn a:hover{
	background: #694537;
}
#notfound p.btn a:after {
	font-size: 12px;
	line-height: 1.2;
	font-family: "Font Awesome 5 Free";
	content: ' \f060';
	color: #fff;
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -6px;
}



/****************************************

	wordpress側用設定

*****************************************/
.breadcrumbs{
	color: #666;
	font-size: 12px;
	padding: 0 0 30px 0;
}
.breadcrumbs a{
	text-decoration: none;
	color: #999;
}
.breadcrumbs a:hover{
	text-decoration: underline;
}


.alignright{
	float: right;
	margin: 0 0 25px 20px;
}
.aligncenter{
	clear: both;
	display: block;
	margin: 0 auto 25px auto;
	}
.alignleft{
	float: left;
	margin: 0 20px 25px 0;
}


.wp-pagenavi{
	text-align: center;
	margin: 20px 0 0 0;
	font-size: 14px;
}



/****************************************

	footer

*****************************************/
#pagetop{
	width: 1200px;
	margin: 0 auto;
}
#pagetop p{
	text-align: right;
}


footer{}
#footer{
	background: #F0F0F0;
}

#footer-contents{
	width: 890px;
	margin: 0 auto;
	padding: 40px 0;
}
#footer-logo{
	float: left;
	padding: 12px 0 0 0;
}
#footer-info{
	float: right;
	border: 1px solid #C5C5C5;
	padding: 10px 25px;
	background: #F8F8F8;
}
#footer-info a{
	color: #666;
}


#footer-link{
	width: 1200px;
	margin: 0 auto;
	padding: 0 0 40px 0;
}
#footer-link ul{
	font-size: 0;
	text-align: center;
	display: block;
}
#footer-link ul li{
	display: inline-block;
	color: #666;
	line-height: 1.2;
	font-size: 13px;
	font-weight: 400;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border-right: 1px solid #666;
}
#footer-link ul li:first-child{
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
}
#footer-link ul li:last-child{
	margin: 0;
	padding: 0;
	border-right: none;
}
#footer-link ul li a{
	color: #666;
	text-decoration: none;
}
#footer-link ul li a:hover{
	color: #aaa;
	text-decoration: none;
}


#footer-copyright{
	background: #fff;
}
#footer-copyright p{
	text-align: center;
	color: #666;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 400;
	padding: 20px 0;
}



/****************************************

	home

*****************************************/
#top-catch{
	background: #FBFAF8;
	margin: 0 0 60px 0;
	padding: 60px;
	position: relative;
}
#top-catch::before{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: inline-block;
	width: 101px;
	height: 71px;
	background-image: url("images/top/catch-prt01.png");
	background-size: contain;
	vertical-align: middle;
}
#top-catch::after{
	position: absolute;
	right: 0;
	bottom: 0;
	content: '';
	display: inline-block;
	width: 98px;
	height: 69px;
	background-image: url("images/top/catch-prt02.png");
	background-size: contain;
	vertical-align: middle;
}
#top-catch p{
	text-align: center;
	color: #666;
	font-size: 20px;
	line-height: 1.8;
	font-weight: 400;
	margin: 0 0 20px 0;
}
#top-catch h2{
	text-align: center;
	color: #666;
	font-size: 32px;
	line-height: 1.2;
	font-weight: 700;
}
#top-catch h2 span{
	color: #4C1F0C;
}


#top-purpose{
	width: 910px;
	margin: 0 0 60px 0;
}
#top-purpose h2{
	color: #333;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	border-bottom: 1px solid #DEDEDE;
	padding: 0 0 25px 0;
	margin: 0 0 25px 0;
}
#top-purpose ul{}
#top-purpose ul li{
	float: left;
	width: 290px;
	margin: 0 20px 0 0;
}
#top-purpose ul li:last-child{
	margin: 0;
}


#top-processing{
	width: 910px;
	margin: 0 0 30px 0;
}
#top-processing h2{
	color: #333;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	border-bottom: 1px solid #DEDEDE;
	padding: 0 0 25px 0;
	margin: 0 0 25px 0;
}
#top-processing h2 span{
	margin: 0 0 0 20px;
}
#top-processing h2 span a{
	color: #666;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 700;
	border: 1px solid #DEDEDE;
	padding: 3px 15px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
}
#top-processing h2 span a:hover{
	background: #999;
	color: #fff;
	text-decoration: none;
	border: 1px solid #999;
}
#top-processing ul{}
#top-processing ul li{
	float: left;
	width: 211px;
	margin: 0 22px 30px 0;
}
#top-processing ul li:nth-of-type(4n){
	margin: 0 0 30px 0;
}
#top-processing ul li p.processing-image{
	text-align: center;
	margin: 0 0 10px 0;
}
#top-processing ul li p.processing-name{
	text-align: center;
	color: #666;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 700;
}
#top-processing ul li a:hover p.processing-name{
	color: #ccc;
}


#top-advantage{
	width: 910px;
	margin: 0 0 60px 0;
}
#top-advantage h2{
	color: #333;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	border-bottom: 1px solid #DEDEDE;
	padding: 0 0 25px 0;
	margin: 0 0 25px 0;
}
#top-advantage h2 span{
	margin: 0 0 0 20px;
}
#top-advantage h2 span a{
	color: #666;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 700;
	border: 1px solid #DEDEDE;
	padding: 3px 15px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
}
#top-advantage h2 span a:hover{
	background: #999;
	color: #fff;
	text-decoration: none;
	border: 1px solid #999;
}
#top-advantage ul{}
#top-advantage ul li{
	float: left;
	width: 290px;
	margin: 0 20px 0 0;
}
#top-advantage ul li:last-child{
	margin: 0;
}
#top-advantage ul li p.advantage-image{
	text-align: center;
	margin: 0 0 15px 0;
}
#top-advantage ul li p.advantage-txt{
	text-align: center;
	color: #666;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 400;
	margin: 0 0 15px 0;
}
#top-advantage ul li a p.advantage-link{
	text-align: center;
	width: 200px;
	margin: 0 auto;
	color: #666;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 700;
	border: 1px solid #DEDEDE;
	padding: 5px 15px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
}
#top-advantage ul li a:hover p.advantage-link{
	background: #999;
	color: #fff;
	text-decoration: none;
	border: 1px solid #999;
}


#top-special{
	width: 910px;
	margin: 0 0 60px 0;
}
#top-special h2{
	color: #333;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	border-bottom: 1px solid #DEDEDE;
	padding: 0 0 25px 0;
	margin: 0 0 25px 0;
}
#top-special h2 i{
	font-style: normal;
}
#top-special h2 span{
	margin: 0 0 0 20px;
}
#top-special h2 span a{
	color: #666;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 700;
	border: 1px solid #DEDEDE;
	padding: 3px 15px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
}
#top-special h2 span a:hover{
	background: #999;
	color: #fff;
	text-decoration: none;
	border: 1px solid #999;
}
#top-special ul{}
#top-special ul li{
	float: left;
	width: 211px;
	margin: 0 22px 0 0;
	padding: 9px;
	border: 1px solid #DEDEDE;
}
#top-special ul li:last-child{
	margin: 0;
}
#top-special ul li p.special-image{
	text-align: center;
	margin: 0 0 9px 0;
}
#top-special ul li div.special-box{
	background: #FBFAF8;
	padding: 10px;
}
#top-special ul li div.special-box p.special-comment{
	color: #666;
	font-size: 11px;
	line-height: 1.2;
	font-weight: 400;
	margin: 0 0 3px 0;
}
#top-special ul li div.special-box p.special-processing{
	color: #666;
	font-size: 11px;
	line-height: 1.2;
	font-weight: 400;
	margin: 0 0 3px 0;
}
#top-special ul li div.special-box p.special-name{
	color: #666;
	font-size: 11px;
	line-height: 1.2;
	font-weight: 400;
}

#top-special ul li a:hover div.special-box p.special-comment,
#top-special ul li a:hover div.special-box p.special-processing,
#top-special ul li a:hover div.special-box p.special-name{
	color: #ccc;
}


#top-news{
	width: 910px;
	margin: 0 0 60px 0;
}
#top-news h2{
	color: #333;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	border-bottom: 1px solid #DEDEDE;
	padding: 0 0 25px 0;
	margin: 0 0 25px 0;
}
#top-news h2 span{
	margin: 0 0 0 20px;
}
#top-news h2 span a{
	color: #666;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 700;
	border: 1px solid #DEDEDE;
	padding: 3px 15px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
}
#top-news h2 span a:hover{
	background: #999;
	color: #fff;
	text-decoration: none;
	border: 1px solid #999;
}
#top-news ul{}
#top-news ul li{
	float: left;
	width: 211px;
	margin: 0 22px 0 0;
}
#top-news ul li:last-child{
	margin: 0;
}
#top-news ul li p.news-image{
	text-align: center;
	margin: 0 0 15px 0;
}
#top-news ul li p.news-image img{
	width: 211px;
	height: 151px;
}
#top-news ul li p.news-posted{
	color: #CCCCCC;
	font-size: 11px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 5px 0;
}
#top-news ul li p.news-title{
	color: #555555;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 700;
	margin: 0 0 5px 0;
}
#top-news ul li p.news-excerpt{
	color: #666;
	font-size: 12px;
	line-height: 1.6;
	font-weight: 400;
}
#top-news ul li a:hover p.news-posted{
	color: #eee;
}
#top-news ul li a:hover p.news-title{
	color: #bbb;
}
#top-news ul li a:hover p.news-excerpt{
	color: #ccc;
}



/****************************************

	news

*****************************************/
.news-single-posted{
	text-align: right !important;
	color: #999 !important;
	font-size: 14px !important;
	line-height: 1.2 !important;
	font-weight: 400 !important;
	padding: 0 0 20px 0 !important;
}
.news-single-thumbnail{
	text-align: center !important;
	line-height: 1.2 !important;
	padding: 0 0 30px 0 !important;
}


#news-archive{
	width: 910px;
	margin: 0 0 60px 0;
}
#news-archive ul{}
#news-archive ul li{
	float: left;
	width: 211px;
	margin: 0 22px 30px 0;
}
#news-archive ul li:nth-of-type(4n){
	margin: 0;
}
#news-archive ul li p.news-image{
	text-align: center;
	margin: 0 0 15px 0;
}
#news-archive ul li p.news-image img{
	width: 211px;
	height: 151px;
}
#news-archive ul li p.news-posted{
	color: #CCCCCC;
	font-size: 11px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 5px 0;
}
#news-archive ul li p.news-title{
	color: #555555;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 700;
	margin: 0 0 5px 0;
}
#news-archive ul li p.news-excerpt{
	color: #666;
	font-size: 12px;
	line-height: 1.6;
	font-weight: 400;
}
#news-archive ul li a:hover p.news-posted{
	color: #eee;
}
#news-archive ul li a:hover p.news-title{
	color: #bbb;
}
#news-archive ul li a:hover p.news-excerpt{
	color: #ccc;
}



/****************************************

	advantage

*****************************************/
#advantage-catch{
	border: 1px solid #E1DBCC;
	background-image: url("images/common/catch-bg01.jpg");
	background-position: left top;
	margin: 0 0 60px 0;
	padding: 50px 40px;
	position: relative;
}
#advantage-catch::before{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: inline-block;
	width: 101px;
	height: 71px;
	background-image: url("images/top/catch-prt01.png");
	background-size: contain;
	vertical-align: middle;
}
#advantage-catch::after{
	position: absolute;
	right: 0;
	bottom: 0;
	content: '';
	display: inline-block;
	width: 98px;
	height: 69px;
	background-image: url("images/top/catch-prt02.png");
	background-size: contain;
	vertical-align: middle;
}
#advantage-catch h2{
	text-align: center;
	color: #4C200C;
	font-size: 32px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 20px 0;
}
#advantage-catch > p{
	color: #666;
	font-size: 16px;
	line-height: 2.0;
	font-weight: 400;
}



/****************************************

	company

*****************************************/
#company-access{
	margin: 0 0 30px 0;
}
#company-access-map{
	float: left;
	width: 63.5%;
}
#company-access-map-google{text-align: center; padding: 0 0 75% 0; position: relative; width: 100%;}
#company-access-map-google iframe{position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}
#company-access-contents{
	float: right;
	width: 33%;
}
#company-access-contents p{
	color: #666;
	font-size: 16px;
	line-height: 2.0;
	font-weight: 400;
	padding: 0 0 30px 0;
}



/****************************************

	商品を探す

*****************************************/
.search-box01{
	margin: 0 0 50px 0;
}
.search-box01-image{
	float: left;
	width: 33%;
}
.search-box01-txt{
	float: right;
	width: 63.5%;
}
.search-box01-image > p img{
	text-align: center;
}
.search-box01-txt > p{
	color: #666;
	font-size: 16px;
	line-height: 2.0;
	font-weight: 400;
	padding: 0 0 20px 0;
}
.search-box01-txt > h4{
	color: #4C200C;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 900;
	border-bottom: 2px solid #4C200C;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}
.search-box01-link a{
	padding: 5px 5px 5px 15px;
	display: block;
	color: #0000B9;
	text-decoration: underline;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
	border-bottom: 1px solid #fff;
}
.search-box01-link a:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
.search-box01-link a:after {
	font-size: 12px;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	content: ' \f105';
	color: #0000B9;
	font-weight: 900;
	position: absolute;
	top: 14px;
	left: 0;
	margin-top: -6px;
}
.search-box01-link a:hover:after {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}



.search-box02{
	margin: 0 0 50px 0;
}
.search-box02-image{
	float: right;
	width: 33%;
}
.search-box02-txt{
	float: left;
	width: 63.5%;
}
.search-box02-image > p img{
	text-align: center;
}
.search-box02-txt > p{
	color: #666;
	font-size: 16px;
	line-height: 2.0;
	font-weight: 400;
	padding: 0 0 20px 0;
}
.search-box02-txt > h4{
	color: #4C200C;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 900;
	border-bottom: 2px solid #4C200C;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}
.search-box02-link a{
	padding: 5px 5px 5px 15px;
	display: block;
	color: #0000B9;
	text-decoration: underline;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
	border-bottom: 1px solid #fff;
}
.search-box02-link a:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
.search-box02-link a:after {
	font-size: 12px;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	content: ' \f105';
	color: #0000B9;
	font-weight: 900;
	position: absolute;
	top: 14px;
	left: 0;
	margin-top: -6px;
}
.search-box02-link a:hover:after {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}



/****************************************

	カテゴリ用

*****************************************/
.category-list{
  width: 910px;
  margin: 0 auto 30px auto;
}
.category-item{
  float: left;
  width: 290px;
  margin: 0 20px 20px 0;
  padding: 9px;
  border: 1px solid #DEDEDE;
}
.category-item:nth-of-type(3n){
  margin: 0;
}

.category-item-main{
	text-align: center;
	margin: 0 0 12px 0;
}
.category-item-main li{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.category-item-main li img{
	max-height: 270px;
/*	height: 270px !important;    野中：メイン画像は縦指定無しへ */
	object-fit: contain;
}
.category-item-main li.item2,
.category-item-main li.item3 {
	display: none;
}

.category-item-thumb {}
.category-item-thumb li {
	float: left;
	margin: 0 12px 12px 0;
	width: 82px;
	height: 82px;
	overflow: hidden;
	cursor: pointer;
	vertical-align: top;
}
.category-item-thumb li:nth-of-type(3n){
	margin: 0;
}
.category-item-thumb li img {
	height: 82px !important;
	object-fit: cover;
}
.category-item-thumb li:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

.category-item-detail {
	font-size: 14px;
	padding: 10px;
	background-color: #FBFAF8;
}
.category-item-detail h5 a {
	color: #4C1F0C;
	font-size: 16px;
	text-decoration: none;
}
.category-item-detail a {
	color: #0000B9;
	text-decoration: underline;
}
.category-item-detail a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}



/****************************************

	お問い合わせ

*****************************************/
#contactform table{
	width: 100%;
	margin: 0 0 30px 0;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
#contactform table th{
	background-color: #F4F3EF;
	padding: 10px 15px;
	border:1px solid #ccc;
	color: #666;
	font-size: 16px;
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
#contactform table td{
	background-color: #fff;
	padding: 10px 15px;
	border: 1px solid #ccc;
	color: #666;
	font-size: 16px;
}


#contactform input[name="your-name"],
#contactform input[name="your-kana"],
#contactform input[name="your-email"],
#contactform input[name="your-address"], /* 東内追加ぶん 2023.12.22 */
#contactform input[name="your-companyname"],
#contactform input[name="your-dept"],
#contactform input[name="your-tel"],
#contactform input[name="your-fax"] {
	width: 85%;
	padding: 10px;
}
#contactform textarea[name="your-message"]{
	width: 85%;
	padding: 10px;
}
#contactform input[type="submit"]{
	display: block;
	outline: 0;
	cursor: pointer;
	border: none;
	background: #4C1F0C;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
	width: 300px;
	margin: 0 auto;
	padding: 15px;
	transition: 0.3s;
}
#contactform input[type="submit"]:hover {
	background: #2d1207;
	color: #FFF;
}



/****************************************

	以下レスポンシブ　記述終了用　削除禁止

*****************************************/
}
