@charset "utf-8";

.load_block{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 99999;
}

/*///////////////////////////////////////////////////

　header
	
///////////////////////////////////////////////////*/
.header {
	background: url(../img/common/headBG.gif) center top;
  height: 80px;
  padding: 0 15px;
}
.headerInner {
  position: relative;
	max-width: 960px;
  height: 100%;
	margin: 0 auto;
}


.header .headerInner h1 {
	position: absolute;
  top: 26px;
  left: 0;
	width: 186px;
  line-height: 0;
}
.header .headerInner h1{
/*	height: auto; */
}
.header .headerInner .menuIcon {
	display: none;
}
.header .headerInner .headNav {
  position: relative;
	display: block;
}
/* ヘッダ内リンク
--------------------------------------------*/
.header .headerInner .headNav .supNav {
	float:right;
	margin: 35px 0 9px auto;
	/* font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "IPAex明朝", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
    font-family:"宋体","SimSun","MS明朝","MS Mincho","serif";
}
.header .headerInner .headNav .supNav li {
	float: left;
	height: 46px;
	vertical-align: middle;
}
.header .headerInner .headNav .supNav li a {
	font-size: 13px;
	font-weight: bold;
	padding: 0 12px;
	position: relative;
	color: #fff;
}
.header .headerInner .headNav .supNav li a.end {
	margin: -12px 0 0 12px;
	padding: 8px 18px;
	border: 1px solid #fff;
	border-radius: 6px;
	font-size: 18px;
	letter-spacing: 0.1em;
}
.supNav li a img {
	height: 26px;
	margin: -12px 15px 0 0;
}
.contentNav_title {
	display: none;
}
.supNav li a.pcLinks {
	display: block;
}
.supNav li a.spLinks {
	display: none;
}

/* アコーディオンメニュー
--------------------------------------------*/
p.iconMenu {
	display: none;
}
.hNav {
	display: none;
}

/*-----------------------------------------------------
　header
-----------------------------------------------------*/
#header {
	height: 100px;
	background: #cd5531;
}
#header .inner {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
#header h1 {
	position: absolute;
	margin-top: 35px;
	z-index: 100;
}
#header h1 img {
	border: 2px solid #fff;
}
#header #sp_topnav {
	display: none;
}
#navtop {
  position: absolute;
  top: 2.2em;
  right: 0;
}

#navtop li {
	display: inline-block;
	text-align: center;
}
#navtop li a {
	color: #fff;
	display:block;
}
#navtop li img {
	padding: 0 68px 13px;
	border-left: 1px solid #fff;
}
#navtop li span {
	display: block;
}
#navtop li img.rightmost {
	border-right: 1px solid #fff;
}
#navtop li#language {
	position:relative;
	/*top:-16px;*/
}
#navtop li#language .right-arrow {
	display: inline-block;
	margin-right: 10px;
}
#sp_topnav, #sp_topnav_btn {
	display: none;
}
ul#lang {
	color: #cd5531;
}

ul#lang.mobile .child{
  height: 0;
  overflow: hidden;
}

ul#lang select{
  display: none;
}

ul#lang.mobile select{
  position: absolute;
  display: block;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-filter: "alpha(opacity=0)";
  -khtml-opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  font-size: 20px;
  }

ul#lang li.select {
  font-size: 12px;
	width: 180px;
	padding: 0.6em 0.83em;
	z-index: 2;
	position:relative;
	background: #fff;
  line-height: 1;
}
ul#lang li span {
	float: right;
	vertical-align: middle;
	margin: 0;
}
ul#lang ul.child {
	display: none;
	position: absolute;
	top: 2.2em;
	left:0px;
  width: 100%;
}

ul#lang ul.child li {
	background: #fff;
  display: block;
}
ul#lang ul.child li a {
	display: block;
	padding: 0.6em 0.83em;
	color: #cd5531;
}

ul#lang li a:hover {
	background: #cd5531 !important;
	color: #fff !important;
}
/* 言語プルダウンメニュー
--------------------------------------------*/
#navtop li#language {
	position:relative;
	/*top:-16px;*/
}
#navtop li#language .right-arrow {
	display: inline-block;
	margin-right: 10px;
}
/* グローバルナビゲーション
--------------------------------------------*/
.globalNav ul li.home {
	display: none;
}
.globalNav {
	clear: both;
	padding: 0 20px;
	position: relative;
	overflow: hidden;
	background: #000;
	width: 100%;
}
.globalNav ul {
	margin: 0 auto;
  width: 100%;
	max-width: 960px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.globalNav ul li {
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
.globalNav ul li a {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 14px 0 14px;
  height: 100%;
	text-align: center;
  letter-spacing: -0.4em;
}

.globalNav ul li a span{
  display: block;
  border-right: 1px solid #fff;
  padding: 0 10px;
  letter-spacing: normal;
}

.globalNav ul li:last-child a span{
  border-right: none;
}

.concept .globalNav ul li.gNav01 a, .brand .globalNav ul li.gNav02 a, .recommend .globalNav ul li.gNav03 a, .order .globalNav ul li.gNav04 a, .search .globalNav ul li.gNav05 a {
	color: #cd5531;
}
.globalNav ul li a img {
	height: 22px;
	display: block;
	margin-top: 1px;
}
.globalNav ul li.current a {
	color: #978863;
}

.gNav06{
  display: none;
}

@media all and (min-width: 769px) {

.globalNav ul li:first-child span{
  border-left: 1px solid #ffffff;
}
  
}

@media all and (max-width: 960px) {
  .globalNav ul li a { font-size: 12px; }
}

@media all and (min-width: 0px) and (max-width: 768px) {
  .gNav06{
    display: block;
  }
}

/* セカンドナビゲーション
--------------------------------------------*/
.secondNav ul li.home {
	display: none;
}
.secondNav {
	clear: both;
	padding: 12px 0;
	position: relative;
	overflow: hidden;
	background: #fff;
	width: 100%;
}
.secondNav ul {
	margin: 0 auto;
	width: 960px;
    /* font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "IPAex明朝", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
    font-family:"宋体","SimSun","MS明朝","MS Mincho","serif";
	font-size: 22px;
	font-weight: bold;
}
.secondNav ul li {
	float: left;
	border-right: 1px dashed #000;
	margin: 0 -1px 0 0;
	height: 62px;
}
.secondNav ul li.end {
	border-right: none;
}
.secondNav ul li a {
	position: relative;
	display: block;
	padding: 25px 0;
	width: 320px;
	text-align: center;
	margin-top: -12px;
}
.secondNav ul li a img {
	position: absolute;
	left: 62px;
	top: 21px;
	height: 34px;
	display: block;
	margin-top: 1px;
}
.secondNav ul li.current a {
	color: #978863;
}

/*///////////////////////////////////////////////////

　footer
	
///////////////////////////////////////////////////*/

.footer {
	/*margin:50px 0 0;*/
	background: #fff;
}

/* pagetop（トップへ戻る）
--------------------------------------------*/
#pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1000;
}
#pagetop a {
	display:block;
	width:60px;
}
#pagetop img {
	box-shadow: 1px 1px 2.5px;
}

/* フッターリンク
--------------------------------------------*/
.footer .footer_inner {
	background: url("../img/common/headBG.gif");
	padding: 25px 0 20px;
}

/* SNS */
.footer .socialBox {
	width: 960px;
	margin: 0 auto 20px;
}
.footer .socialBox ul {
	text-align:center;
}
.footer .socialBox li {
	display:inline-block;
	vertical-align:top;
}
.footer .socialBox li.twitter {
	margin:1px 0 0 0;
}

/* footLink */
.footer .footLink ul {
	width: 960px;
	margin: 0 auto 20px;
	position: relative;
	text-align:center;
	padding:0 0 15px;
	border-bottom:solid 1px #ad4425;
}
.footer .footLink ul li {
	display: inline;
}
.footer .footLink ul li img {
	margin: 25px 0 0;
}
.footer .footLink ul li a {
	font-weight: normal;
	font-size: 13px;
	padding: 0 20px;
	position: relative;
	color: #fff;
	border-right: 1px solid #fff;
}
.footer .footLink ul li:first-child a {
	padding: 0 20px 0 0;
}
.footer .footLink ul li a:hover {
	text-decoration:none;
}
.footer .footLink ul li a.end {
	border-right: none;
}
.footer .footLink.FootLogo ul li a {
	border-right: none;
}

/* tag1Group */
.footer .tag1Group ul {
	width: 960px;
	margin: 10px auto;
	position: relative;
	text-align: center;
}
.footer .tag1Group ul li {
	display: inline-block;
	text-align: center;
	width: 160px;
}
.footer .tag1Group img {
	vertical-align: top;
	width: 90px;
}
.footer .tag1Group p {
	color:#fff;
	font-weight: normal;
	font-size: 13px;
	margin: 5px auto 10px;
	position: relative;
	text-align:center;
}
.footer .tag1Group a:hover {
	text-decoration:none;
}


/* コピーライト
--------------------------------------------*/
.footer .copyright {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
}
.footer .copyright a.zenshoLogo {
	float: left;
}
.footer .copyright a.zenshoLogo img {
	width: 100px;
}
.footer .copyright p.rightsText {
	float: right;
	font-size: 12px;
	line-height: 30px;
}

/* パンくず
--------------------------------------------*/
.bread {
	position: absolute;
  left: 0;
  top: 0;
	width: 100%;
	padding: 8px 20px;
}
.bread ul {
	max-width: 960px;
	margin: 0 auto;
}
.bread ul li {
	float: left;
	font-size: 12px;
}
.bread ul li:after {
	content: ">";
	padding: 0 8px 0 10px;
}
.bread ul li.end:after {
	content: "";
}
.bread ul li, .bread ul li a {
	color: #fff;
}
.bread ul li.end {
	background: none;
}
.company .bread ul li,
.company .bread ul li a {
	color: #333;
}
.sitemap .bread ul li,
.sitemap .bread ul li a {
	color: #333;
}

/* テキスト（細く）
--------------------------------------------*/
.txt-narrow {
	transform: scale(0.8, 1);
	transform-origin: top left;
	width: 130%;
	}
.txt-narrow-b {
	transform: scale(0.9, 1);
	transform-origin: top left;
	width: 115%;
	}

/* h2（トップビジュアル）
--------------------------------------------*/
.h2Visual h2 {
	text-align: center;
	margin: 50px 0 0;
	display: block;
	/* font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "IPAex明朝", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
    font-family:"宋体","SimSun","MS明朝","MS Mincho","serif";
	font-size: 35px;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
}
.h2Visual h2 span {
	display: block;
	padding: 70px 0 0;
}
.h2Visual {
	background: url("../img/common/h2Visual_pc.png") no-repeat top center #000;
	width: 100%;
	height: 200px;
	margin: -50px 0 0;
}

@media all and (min-width: 0px) and (max-width: 768px) {
  .h2Visual h2{ font-size: 20px; }
}

/* contentBody
--------------------------------------------------*/

/*
.page .contentArea .contentBody {
	width: 960px;
	margin: 0 auto 50px;
	overflow: hidden;
}*/

.page .contentArea h2 {
	font-size: 36px;
    /* font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif ; */
    font-family:"宋体","SimSun","MS明朝","MS Mincho","serif";
	letter-spacing: 0.1em;
	text-align:center;
  margin: 0 0 1.5em 0;
}

@media all and (max-width: 960px) {
  .page .contentArea h2 {
    font-size: 28px;
  }
}

@media all and (min-width: 0px) and (max-width: 768px) {
  .page .contentArea h2 {
    font-size: 20px;
  }
}

/* カテゴリタイトル
--------------------------------------------*/
.catTitle h2 {
	/* font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "IPAex明朝", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
    font-family:"宋体","SimSun","MS明朝","MS Mincho","serif";
	margin: 50px 0 50px;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 0.5px;
}
.catTitle h2 span {
	display: block;
	width: 27px;
	margin: 0 auto;
	border-bottom: 1px solid #000;
}

/*///////////////////////////////////////////////////

　会社概要
	
///////////////////////////////////////////////////*/

.company .contentArea table {
	margin: 0 0 20px;
}

/*  table_01
--------------------------------------- */
.table_01 {
	font-size: 15px;
	table-layout: fixed;
	border: 2px solid #cabc92;
}
.table_01 th {
	width: 20%;
	font-weight: bold;
	padding: 13px 17px 14px;
	vertical-align: middle;
	word-wrap: break-word;
	border-bottom: 1px solid #cabc92;
	border-left: 1px solid #cabc92;
	background-color: #e5dbbe;
}
.table_01 td {
	padding: 13px 17px 14px;
	vertical-align: middle;
	word-wrap: break-word;
	border-bottom: 1px solid #cabc92;
	border-left: 1px solid #cabc92;
	background-color: #fff;
}

/*///////////////////////////////////////////////////

　よくあるご質問
	
///////////////////////////////////////////////////*/

.faq .contentArea {
	max-width: 960px;
	margin: 0 auto 40px;
}
.faq_wrap {
	margin:0 0 30px;
}
.faq_wrap h3 {
	font-size:25px;
	text-align:left;
	padding: 6px 15px;
	color: #fff;
}
.faq_wrap h3.switch {
	cursor:pointer;
	background: #c45331 url(../img/common/icon_plus.gif) no-repeat 98% center;
}
.faq_wrap h3.active {
	background: #c45331 url(../img/common/icon_minus.gif) no-repeat 98% center;
}
.faq_wrap .faq_inner {
	overflow: hidden;
	background:#fff;
}
.faq_wrap .faq_inner li {
	overflow:hidden;
	padding:20px;
	border-bottom:solid 1px #c45331;
}
.faq_wrap .faq_inner h4 {
	float:left;
	width:20%;
	vertical-align:top;
	font-weight:bold;
}
.faq_wrap .faq_inner .txt_a {
	float:left;
	width:80%;
	line-height:2;
}

/*///////////////////////////////////////////////////

　サイトマップ
	
///////////////////////////////////////////////////*/

.sitemap .contentArea {
	max-width: 960px;
	margin: 0 auto 40px;
}
.sitemap_link li {
		padding: 15px;
		border-bottom: 1px dotted #b5a785;
}
.sitemap_link li a {
	font-size:16px;
	padding:1px 0 1px 24px;
	background: url(../img/common/icon_arrow.png) no-repeat 0 0;
	background-size: 15px;
}
.sitemap_link li .inner_link {
	margin:10px 0 0 20px;
}
.sitemap_link li .inner_link li {
	display:inline-block;
	border:none;
	padding:0;
	margin:0 15px 0 0;
}
.sitemap_link li .inner_link li a {
	font-size:15px;
	padding:1px 0 1px 12px;
	background: url(../img/common/icon_arrow2.png) no-repeat 0 center;
	background-size: 5px 8px;
}


/*///////////////////////////////////////////////////

　NotFound
	
	///////////////////////////////////////////////////*/
.notfound .contentArea h2 {
	font-size: 20px;
	/* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
    font-family:"SimHei","MSゴシック","MS UI Gothic","sans-serif","Hei";
	font-weight:normal;
	text-align:center;
	margin:80px 0 0;
}





@media screen and (min-width: 0px) and (max-width: 768px) {
/* ▼レスポンシブ */


a:hover {
	text-decoration: none!important;
}
/*///////////////////////////////////////////////////

　header
	
	///////////////////////////////////////////////////*/
  
  #navtop{
    top: 18px;
  }
.header {
	height: 60px;
	/*position: fixed;
	z-index: 20000;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);*/
}	
.header .headerInner {
	width: auto;
	margin: 0;
	padding: 0;
}
.header .headerInner h1 {
	/*position: static;
	float: left;
	display: block;
	width: 220px;
	height: auto;
	padding: 0;*/
  top: 19px;
  width: 140px;
}
  
.header .headerInner h1 a {
	display: block;
}
.header .headerInner h1 img {
	height: auto;
}
  
.header .headerInner .headNav .addthis_native_toolbox {
	display: none;
}

/* メニュー・ナビゲーション
--------------------------------------------*/
.header .headerInner .menuIcon {
	display: block;
	float: right;
	background: url(../img/common/headBG.gif) repeat-x center top;
	color: #ffffff;
	text-align: center;
	width: 55px;
	height: 56px;
	font-size: 10px;
}
.header .headerInner .menuIcon:hover {
	color: #ffffff;
	text-decoration: none;
}
.header .headerInner .menuIcon img {
	width: 16px;
	height: 16px;
	display: block;
	margin: 11px auto 5px;
}
.header .headerInner .headNav {
	/*position: absolute;
	right: 0;
	overflow: hidden;
	z-index: 100;*/
}
  
.header .headerInner .headNav .fontSize {
	display: none;
}
/* ヘッダ内リンク
--------------------------------------------*/
.header .headerInner .headNav .supNav, .header .headerInner .headNav .contentNav_title {
	float: none;
	margin-top: 0;
}
.header .headerInner .headNav .supNav li, .header .headerInner .headNav .contentNav_title li {
	float: none;
	margin-left: 0;
	height: auto;
}
.header .headerInner .headNav .supNav li a, .header .headerInner .headNav .contentNav_title li {
	font-weight: normal;
	font-size: 16px;
	padding: 6px 0 6px 17px;
	position: relative;
	border-bottom: 1px solid #d5cfb9;
}
.header .headerInner .headNav .contentNav_title li {
	border-top: 1px solid #d5cfb9;
}
.header .headerInner .headNav .supNav li a img, .header .headerInner .headNav .contentNav_title li img {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 17px;
	left: 6px;
}
.header .headerInner .headNav .supNav li a.end {
	margin: 14px 10px 0 12px;
	padding: 5px 0 4px 32px;
	width: 60px;
	border: 1px solid #fff;
	border-radius: 6px;
	font-size: 12px;
	letter-spacing: 0.1em;
}
.supNav li a.pcLinks {
	display: none;
}
.supNav li a.spLinks {
	display: block;
}

/* アコーディオンメニュー
--------------------------------------------
  */
  /*
p.iconMenu {
	position: absolute;
	right: 5px;
	z-index: 100;
	display: block;
	width: 50px;
	margin: 0 -10px 0 0;
	cursor: pointer;
}
p.iconMenu img {
	margin: 0;
	height: 56px;
}
.hNav {
	display: none;
	height: 440px;
	width: 100%;
	position: absolute;
	right: 0;
	top: 55px;
	z-index: 1000;
	background: url(../img/common/headBG.gif);
}
.hNav ul {
	width: 100%;
	overflow: hidden;
}
.hNav ul li {
	text-align: left;
	font-size: 12px;
	border-top: 1px solid #ab330f;
	border-bottom: 1px solid #ab330f;
	margin-right: -1px;
	margin-bottom: -1px;
}
.hNav ul li:last-child {
	margin-bottom: 0;
}
.hNav ul li a {
	color: #fff;
	padding: 14px 2%;
	display: block;
	font-weight: 500;
	line-height: 1.25;
}
.hNav ul li.end {
	border-bottom: none;
}
*/
	

/* アコーディオンメニュー
--------------------------------------------*/
/* div #sp_topnav_btn {
	right: 10 !important;
}*/
  /*
#sp_topnav_btn {
	display: block !important;
	width: 50px !important;
	position: absolute !important;
	top: 5px;
	right: 5px;
	margin: 0 !important;
}
#sp_topnav_btn .baround {
	display: block;
	width: 40px;
	height: 40px;
	padding: 5px;
	background: #d5522b;
	cursor: pointer;
}
#sp_topnav_btn .bar {
	display: block;
	width: 30px;
	height: 30px;
	margin: 5px;
	background-image: url("../img/common/bar.png");
	background-size: 100%;
	background-repeat: no-repeat;
}
#sp_topnav {
	display: block !important;
	overflow-y: auto;
	position: fixed;
	top: 0;
	right: -241px;
	width: 240px;
	height: 100%;
	border-left: solid 1px #fff;
	background: #cd5531;
	z-index: 3;
	padding-bottom: 100px;
}
#sp_topnav a {
	color: #fff;
	display: block;
	padding: 15px 10px;
	border-bottom: solid 1px #fff;
}
#sp_topnav .language a {
	color: #ffff00;
}*/
  
  
#top-image h2 {
	font-size: 18px;
	line-height: 1.6em;
	padding: 30px 10px 20px;
	position: static;
	text-align: center;
}
  

#navtop {
	display: none;
}

	
	/* グローバルナビゲーション
--------------------------------------------*/
  /*
.globalNav {
	padding: 60px 0 0 0;
}
  */
.globalNav .closeMenu {
	display: none;
}
  
  .globalNav{
    padding: 0;
  }
  
.globalNav ul li {
  width: 50%;
}
  
.globalNav ul li {
	border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  align-self:stretch;
 -webkit-align-self:stretch;
}
  
.globalNav ul li a{
  align-self:stretch;
  -webkit-align-self:stretch;
}

.globalNav ul li:nth-child(2n){
  border-right: none;
}

.globalNav ul li:nth-child(2n + 1):last-child{
  border-right: none;
  border-bottom: none;
  width: 100%;
}
  
.globalNav ul li a:after{
  content: "";
  display: inline-block;
  vertical-align:  middle;
  height: 100%;
}

.globalNav ul li a span{
  border-right: none;
  display: inline-block;
}

ul#lang li.select{
  width: 150px;
  font-size: 10px;
}

  /*
.globalNav ul li a {
	display: none;
}

.globalNav ul {
	width: 100%;
	text-align: left;
	letter-spacing: normal;
	position: static;
	float: none;
	left: 0;
}
.globalNav ul li.home {
	display: block;
}
.globalNav ul li {
	display: block;
	border-left: 0px none;
	border-right: 0px none;
	margin-left: 0px;
	margin-bottom: 0;
	position: static;
	float: none;
	left: 0;
	height: auto;
	width: 20.1%;
	float: left;
}
.globalNav ul li a {
	color: #fff;
	display: block;
	letter-spacing: normal;
	text-align: center;
	margin: -1px 0 0 -1px;
	float: none;
	padding: 13px 0;
	border-bottom: 1px solid #505050;
	border-left: 1px solid #505050;
	font-size: 10px;
}
.globalNav ul li a img {
	margin: 0 auto;
}
.globalNav ul li a.pcLinks {
	display: none;
}
.globalNav ul li a.spLinks {
	display: block;
}


.gNav01
.gNav02
.gNav03
.gNav04
.gNav05
*/

.closeMenu {
	display: block;
	color: #866f3d;
	font-size: 14px;
	padding: 10px 15px 13px;
	background: url(../img/common/iconClose.png) no-repeat 158px 15px #ffffff;
	background-size: 10px 10px;
}
/* セカンドナビゲーション
--------------------------------------------*/
.secondNav {
	padding: 0 0;
}
.secondNav ul {
	position: relative;
	left: 0;
	width: 100%;
	float: left;
	font-size: 15px;
}
.secondNav ul li {
	left: 0;
	width: 33%;
}
.secondNav ul li a {
	position: relative;
	display: block;
	padding: 36px 0 0;
	width: 100%;
	text-align: center;
	margin-top: 0;
}
.secondNav ul li a img {
	position: absolute;
	left: 41%;
	top: 6px;
	height: 28px;
	margin-top: 1px;
}



/*///////////////////////////////////////////////////

　footer
	
	///////////////////////////////////////////////////*/
.footer {
	background: #ffffff;
}
/* グループ会社リンク
--------------------------------------------*/
.footer .groupCompany {
	padding: 15px 0;
}
.footer .groupCompany ul {
	text-align: center;
	width: 100%;
	margin: 0;
}
.footer .groupCompany ul li {
	display: inline-block;
}
.footer .groupCompany ul li img {
	width: 150px;
}
#pagetop a {
	width: 40px;
}
#pagetop img {
width: 40px;
}

/* フッタリンク
--------------------------------------------*/
.footer .footer_inner {
	padding: 25px 0 0;
}

/* SNS */
.footer .socialBox {
	width: 100%;
}

/* footLink */
.footer .footLink ul {
	width: 100%;
	margin: 0 auto;
	border:none;
}
.footer .footLink ul li {
	display: block;
	margin-top: 0;
	width: auto;
	text-align: left;
	border-top: 1px solid #ab330f;
}
.footer .footLink ul li a {
	font-weight: normal;
	display: block;
	font-size: 12px;
	padding: 10px 2%;
	position: relative;
	margin: -1px 0 0;
	border-right: 0px none;
}
.footer .footLink ul li:first-child a {
	padding: 10px 2%;
}
.footer .footLink ul li a.end {
	border-bottom: 1px solid #ab330f;
}
.footer .footLink ul li a:hover {
	text-decoration: none;
}

/* tag1Group */
.footer .tag1Group ul {
	width: 80%;
	margin: 0 auto;
	position: relative;
	text-align:center;
}
.footer .tag1Group ul li {
	float:left;
	width: 32%; /* 45% */
	display: block;
	margin-bottom: 5px;
	margin-right: 2%;
}
	
.footer .tag1Group ul li:last-child {
	margin-right: 0;
}


/* コピーライト
--------------------------------------------*/
.footer .copyright {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}
.footer .copyright a.zenshoLogo {
	float: none;
	text-align: center;
	display: block;
}
.footer .copyright a.zenshoLogo img {
	width: 100px;
}
.footer .copyright p.rightsText {
	float: none;
	font-size: 10px;
	line-height: 30px;
	text-align: center;
}

/* パンくずリスト
--------------------------------------------*/
.bread {
	display: none;
}
/* カテゴリタイトル
--------------------------------------------*/
.catTitle h2 {
	margin: 20px 0;
	font-size: 30px;
	line-height: 1.8;
}
.catTitle h2 span {
	display: block;
	width: 27px;
	margin: 0 auto;
	border-bottom: 1px solid #000;
}

/* カテゴリビジュアル
--------------------------------------------*/
.catVisual {
	height: 130px;
}
.catVisual h2 {
	height: 130px;
}
.catVisual h2 span {
	padding: 50px 0 0;
}

.cat1 .catVisual h2.products,
.cat2 .catVisual h2.products,
.cat3 .catVisual h2.products,
.cat5 .catVisual h2.products,
.fair .catVisual h2.products,
.coupon .catVisual h2.products,
.recruit .catVisual h2.products {
	background-size: auto 130px;
	background-position: -190px top;
}
.cat4 .catVisual h2.products {
	background-size: auto 130px;
	background-position: -140px top;
}
.catVisual h2.reservation {
	background-size: auto 130px;
	background-position: center top;
}
	
/* カテゴリビジュアル
--------------------------------------------
.catVisual {
	height: 130px;
}
.catVisual h2 {
	height: 130px;
}
.catVisual h2 span {
	padding: 50px 0 0;
}

.cat1 .catVisual h2.products,
.cat2 .catVisual h2.products,
.cat3 .catVisual h2.products,
.cat5 .catVisual h2.products,
.fair .catVisual h2.products,
.coupon .catVisual h2.products,
.recruit .catVisual h2.products {
	background-size: auto 130px;
	background-position: -190px top;
}
.cat4 .catVisual h2.products {
	background-size: auto 130px;
	background-position: -140px top;
}
.catVisual h2.reservation {
	background-size: auto 130px;
	background-position: center top;
}*/

/* クーポンビジュアル
--------------------------------------------*/
.couponArea img {
	width: 100%;
}



/*///////////////////////////////////////////////////

　会社概要
	
	///////////////////////////////////////////////////*/
  
  /*
.company .contentArea {
	width: 100% !important;
	padding: 0;
	margin: 0 0 40px;
}
.company .contentBody {
	width: 96% !important;
}*/



/*///////////////////////////////////////////////////

　サイトマップ
	
	///////////////////////////////////////////////////*/
.sitemap .contentArea {
	width: 100% !important;
	padding: 0;
	margin: 0 0 40px;
}
.sitemap .contentBody {
	width: 96% !important;
}

/*///////////////////////////////////////////////////

　NotFound
	
	///////////////////////////////////////////////////*/
	.notfound .contentArea {
	width: 100% !important;
	padding: 0;
	margin: 0;
}
.notfound .contentBody {
	width: 96% !important;
}
.notfound .contentArea h2 {
	margin:50px 0 0;
}

/* ▲レスポンシブ */
}