@charset "UTF-8";
.catTtlSp {
	display: none;
}

@media screen and (max-width: 768px) {
.catLstWrp {
	height: auto;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #f1f1f1;
	border-top: 1px solid #f1f1f1;
}
.catLst ul, .searchWrp {
	display: none;
}
.catLst {
	text-align: center;
}
.catTtlSp {
	display: inline;
	font-size: 15px;
}
}
/*****************************************************

ABOUT

*****************************************************/
.aboutMainWrp {
	width: 100%;
	height: 475px;
	padding: 8px 0;
	background: url(../../about/images/mainImgBg.jpg);
}
.aboutMain {
	width: 100%;
	height: 457px;
	background: url(../../about/images/mainImg2018.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
}
.aboutCopy {
	position: relative;
	top: 48%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none;
}
.aboutWrp {
	background: url(../../kashi/images/btmBg.jpg);
}
.aboutCap {
	width: 22px;
}
.aboutImg {
	max-width: 390px;
	width: 40.6%;
}
.about001 {
	background: url(../../about/images/sectionBg.gif) top left no-repeat;
	background-size: 39px 202px;
	padding-left: 72px;
	padding-top: 92px;
}
.aboutTxt001 {
	width: 37.5%;
	font-size: 15px;
	line-height: 2;
	padding-top: 22px;
	float: left;
	letter-spacing: .2em!important;
}
.aboutCap001 {
	margin-bottom: 36px;
}
.aboutImg001 {
	float: right;
	margin-right: 40px;
}
.about002 {
	width: 880px;
	margin: 0 auto;
	background: url(../../about/images/sectionBg.gif) top right no-repeat;
	background-size: 39px 202px;
	padding-top: 112px;
}
.aboutImg002 {
	float: left;
	margin-top: 42px;
}
.aboutTxt002 {
	width: 50%;
	font-size: 15px;
	line-height: 2;
	float: right;
	letter-spacing: .1em!important;
}
.aboutCap002 {
	float: left;
}
.aboutTxt002 p {
	float: left;
	margin-left: 62px;
	margin-top: 82px;
}
.about003 {
	width: 880px;
	margin: 0 auto;
	padding-bottom: 200px;
}
.aboutImg003 {
	float: right;
	margin-right: 10px;
	margin-top: 87px;
	letter-spacing: .2em!important;
}
.aboutTxt003 {
	width: 41%;
	font-size: 15px;
	line-height: 2;
	float: left;
	padding-top: 154px;
	background: url(../../about/images/sectionBg.gif) top right no-repeat;
	background-size: 39px 202px;
}
.aboutCap003 {
	float: left;
}
.aboutTxt003 p {
	float: left;
	margin-left: 62px;
}
.nextWrp {
	padding: 180px 0 80px;
	position: relative;
}
.nextTxt {
	width: 860px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 2;
	padding: 60px 0 0;
}
.nextTxt p {
	display: inline-block;
	width: 46%;
	margin-left: 1%;
  margin-right: 1%;
  vertical-align: top;
}
.capNext {
	z-index: 2;
	position: absolute;
	top: 0;
	right: 50%;
	margin: 80px -430px 0 0;
}

@media screen and (max-width: 768px) {
.aboutMain {
	width: 100%;
	height: 457px;
	background: url(../../about/images/mainSp.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
}
.about001 {
	padding-left: 0;
	padding-top: 64px;
	margin-bottom: 32px;
}
.aboutTxt001 {
	width: 100%;
	padding-top: 0;
	float: none;
}
.aboutCap001, .aboutCap002, .aboutCap003, .capNext {
	float: none;
	margin-bottom: 18px;
	font-size: 22px;
}
.aboutImg001 {
	float: none;
	margin-right: 0;
}
.about002 {
	width: 100%;
	padding-top: 36px;
	margin-bottom: 32px;
}
.aboutImg002 {
	float: left;
	margin-top: 42px;
}
.aboutTxt002 {
	width: 100%;
	float: none;
}
.aboutTxt002 p {
	float: none;
	margin-left: 0;
	margin-top: 0;
}
.about003 {
	width: 100%;
	padding-bottom: 0;
}
.aboutImg003 {
	float: none;
	margin-right: 0;
	margin-top: 0;
}
.aboutTxt003 {
	width: 100%;
	float: none;
	padding-top: 0;
}
.aboutTxt003 p {
	float: none;
	margin-left: 0;
}
}
/*****************************************************

SLIDE

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

#sld {
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.slideGuide {
	width: 100%;
	height: 200px;
}
.slide {
	display: block;
	float: left;
	height: 200px;
	overflow: hidden;
	pointer: cursor;
	position: relative;
}
.slide img {
	vertical-align: top;
}
.slide a {
	display: block;
	float: left;
	width: 300px;
	height: 466px;
	position: relative;
}
.slide a .mesh {
	background: rgba(255,255,255,0.3);
	z-index: 999;
	width: 300px;
	height: 200px;
	position: absolute;
	display: none;
}
.slide a:hover .mesh {
	display: block;
	width: 300px;
	height: 200px;
	text-align: center;
	font-size: 13px;
}
.slide .mesh span {
	display: block;
	padding: 80px 0 0 0;
	color: #000;
}
.slideTtl {
	font-size: 14px;
	font-weight: normal;
}
.bnrs {
	width: 100%;
	max-width: 908px;
	margin: 0 auto;
	padding: 80px 0;
}
.bnr {
	float: left;
	width: 43.8%;
	max-width: 398px;
	margin: 0 3.1%;
}

@media screen and (max-width: 768px) {
.aboutWrp {
	padding-bottom: 40px;
}
.aboutTxt {
	width: 100%;
	float: none;
	padding-top: 0;
}
.aboutImg {
	float: none;
	width: 100%;
	margin: 14px auto;
}
.aboutWrp h3 img {
	float: none;
	display: none;
	width: 100%;
}
.mgn60 {
	margin: 0;
}
.nextWrp {
	position: static;
	padding: 40px 10px 0;
}
.slideFrame {
	padding: 0 10px;
}
.capNext {
	z-index: 1;
	position: static;
	margin: 0 10px 10px;
}
.nextTxt {
	width: 100%;
	padding: 0 14px 40px;
	letter-spacing: .2em!important;
}
.nextTxt p {
	display: block;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
#sld {
	margin: 0 auto 24px;
	overflow: hidden;
}
.slide, .slide a {
	height: 200px;
}
.slide a {
	width: 300px;
}
.slide a img {
	width: 100%;
}
.bnrs {
	padding: 40px 0 0;
}
.bnr {
	float: none;
	width: 100%;
	max-width: 100%;
	margin: 0 0 24px;
}
.bnr:last-child {
	margin-bottom: 0;
}
}
/*****************************************************

SHOP

*****************************************************/
.shopMainWrp {
	width: 100%;
	height: 214px;
	padding: 8px 0;
	background: url(../../about/images/mainImgBg.jpg);
}
.shopMain {
	width: 100%;
	height: 196px;
	background: url(../../shop/images/mainImg.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
}
.shopWrp {
	padding: 80px 0;
}
.shop {
	margin-bottom: 60px;
}
.shopTxt {
	width: 360px;
	float: left;
}
.shopTbl {
	width: 100%;
}
.shopTbl td {
	padding: .6em 0;
	vertical-align: top;
}
.shopTbl td i {
	margin-left: 12px;
	font-size: 20px;
}
.shopItem {
	width: 24%;
}
.shopImg {
	float: right;
	width: 520px;
	position: relative;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	display: none;
	width: 100%;
}
.srlides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.sld {
	width: 100%;
}
.centered-btns_nav {
	z-index: 999;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 50%;
	left: 10px;
	text-indent: -9999px;
	overflow: hidden;
	height: 62px;
	width: 20px;
	opacity: 1.0;
}
.centered-btns_nav:active {
	opacity: 0.5;
}
.centered-btns_nav.next {
	left: auto;
	background-position: right top;
	right: 10px;
}
.centered-btns_tabs {
	position: absolute;
	bottom: 10px;
	left: 0;
	z-index: 9999;
	width: 100%;
	text-align: center;
}
.centered-btns_tabs li {
	display: inline;
	float: none;
	_float: left;
 *float: left;
	margin: 0 5px;
}
.centered-btns_tabs a {
	text-indent: -9999px;
	overflow: hidden;
	background: #fff;
	width: 20px;
	height: 3px;
	display: inline-block;
	_display: block;
 *display: block;
	opacity: 0.3;
}
.centered-btns_tabs a:hover, .centered-btns_here a {
	opacity: 1;
}

@media screen and (max-width: 768px) {
.shop {
	margin-bottom: 60px;
	padding: 0 10px 40px;
	border-bottom: 1px dotted #f1f1f1;
}
.shopTxt {
	width: 100%;
	float: none;
}
.shopImg {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}
}
/*****************************************************

CONTACT

*****************************************************/
.contactMainWrp {
	width: 100%;
	height: 214px;
	padding: 8px 0;
	background: url(../../about/images/mainImgBg.jpg);
}
.contactMain {
	width: 100%;
	height: 196px;
	background: url(../../contact/images/mainImg.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
}
.contactWrp {
	padding: 80px 0;
}
.contactCap {
	font-size: 15px;
	border-top: 2px solid #000;
	line-height: 60px;
	width: 216px;
	float: left;
}
.contactTxt {
	width: 712px;
	min-height: 640px;
	float: right;
	font-size: 13px;
	line-height: 1.8;
}
.contShop {
	width: 216px;
	float: left;
	margin-right: 32px;
	font-size: 13px;
}
.contShop:last-child {
	margin-right: 0;
}
.contH4 {
	font-size: 14px;
	margin-bottom: .6em;
}
.contShop span {
	font-size: 16px;
}
/*****************************************************

FORM

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

.formWrp {
	text-align: center;
	padding: 40px 0;
	font-size: 14px;
	line-height: 2;
}
.contTbl, .recTbl {
	width: 600px;
	margin: 40px 0;
	border-collapse: collapse;
	font-size: 13px;
}
.contTbl td {
	padding: 20px;
	text-align: left;
	border: 1px solid #ccc;
}
.input_SS {
	height: 24px;
	margin-bottom: 3px;
	width: 40%;
}
.input_S {
	height: 24px;
	margin-bottom: 3px;
	width: 100%;
}
.input_M {
	height: 24px;
	margin-bottom: 3px;
	width: 100%;
}
textarea.input_L {
	height: 200px;
	width: 100%;
	margin-bottom: 3px;
}
.rounded {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ccc;
}
.item1 {
	width: 34%;
	background: #f7f7f7;
}
.hissu {
	color: #c00;
	margin: 0 0 0 5px;
	font-size: 12px;
}
.nini {
	color: #900;
	margin: 0 0 0 5px;
	font-size: 13px;
}
.answer {
	background: none;
	width: 66%;
}
.btnSbmit {
	border: none;
	font-size: 13px;
	cursor: pointer;
}
.btnLnk {
	background: #000;
	color: #fff;
	width: 280px;
	padding: 18px 0;
	text-align: center;
	letter-spacing: 0.2em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-appearance: none;
	transition: all 480ms;
	-webkit-transition: all 480ms;
	-ms-transition: all 480ms;
	-moz-transition: all 480ms;
}
.btnBck {
	background: #ccc;
	color: #fff;
	width: 280px;
	padding: 18px 0;
	text-align: center;
	letter-spacing: 0.2em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-appearance: none;
	transition: all 480ms;
	-webkit-transition: all 480ms;
	-ms-transition: all 480ms;
	-moz-transition: all 480ms;
}
.btnLnk a {
	color: #fff;
}
.btnLnk:hover {
	background: #999;
}
.error_messe {
	color: #f00;
	margin-bottom: .5em;
}
.cntFrm {
	margin-bottom: 80px;
}
.wdg {
	list-style: decimal;
	margin-left: 2em;
}
.wdg span {
	font-size: 11px;
}

@media screen and (max-width: 768px) {
contactWrp {
	padding: 40px 0;
}
.contactCap {
	font-size: 15px;
	border-top: none;
	line-height: 60px;
	width: 100%;
	float: none;
}
.contactTxt {
	width: 100%;
	float: none;
}
.contShop {
	width: 216px;
	float: left;
	margin-right: 32px;
	font-size: 13px;
}
.contTbl, .recTbl {
	width: 100%;
}
}
/*****************************************************

RECRUIT

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

.recMain {
	width: 100%;
	height: 196px;
	background: url(../../recruit/images/mainImg.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
}
.contactWrp {
	padding: 80px 0;
}
.recTbl td {
	padding: 20px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
.recItem {
	width: 34%;
	background: none;
}
.btnRec {
	width: 360px;
	display: block;
	background: #b5b584!important;
	color: #000!important;
}
.btnRec:hover {
	color: #000!important;
}
