@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background:transparent;
}
html,body {	height:100%; }
body {
	font-size: 13px;
	font-family:-apple-system,’Lucida Grande’,
‘Helvetica Neue’,’Hiragino Kaku Gothic ProN’,
‘游ゴシック’,'Yu Gothic', ’メイリオ’,meiryo,sans-serif;
	line-height: 1.5;
	color: #333;
	-webkit-text-size-adjust:100%;
}
@media(max-width: 767px){
body {
		font-size: 14px;
	}
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol,ul,dl {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #ccc;
    margin:1em 0;
    padding:0;
}
input, select { vertical-align:middle; }
img {
　　font-size:0;
　　line-height: 0;
	vertical-align: top;
	border: 0;
}
a {	
	text-decoration: none;
	color: #333;
	transition: all 300ms ease-out;
}
a:hover { opacity:0.6; }
.clr { clear: both; }
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: " ";
	font-size: 0;
}
.colRed { color: #D24A4A;}
.colGray { color: #999999;}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=text],
input[type=tel],
input[type=email],
input[type=url],
input[type=number],
input[type=password],
select {
	-webkit-appearance:none;
	height: 35px;
	padding: 0 0 0 8px;
	border: #CCC 1px solid;
	border-radius: 5px;
	background-color: #FFF;
}
textarea {
	border: #CCC 1px solid;
	border-radius: 5px;
}
input[type=button],
input[type=file] {
	width: auto !important;
}
input[type=radio], input[type=checkbox] {
  display: none;
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}
.radio, .checkbox {
  position: relative;
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 5px 12px 1px 28px;
  vertical-align: middle;
  cursor: pointer;
}
.radio:hover:after, .checkbox:hover:after {
  border-color: #8A8A8A;
}
.radio:after, .checkbox:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 1px solid #bbb;
  border-radius: 5px;
  content: '';
}
.radio:after {
  border-radius: 50%;
}
.radio:before {
  position: absolute;
  top: 50%;
  left: 6px;
  display: block;
  margin-top: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #8A8A8A;
  content: '';
  opacity: 0;
}
.checkbox:before {
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #8A8A8A;
  border-bottom: 3px solid #8A8A8A;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
textarea {
	padding: 10px;
}

/*---------------------------------------------------------------------------------------------
  WRAPPER
---------------------------------------------------------------------------------------------*/
.wrapperTop {
	background: none no-repeat center top;
}

@media(max-width: 767px){
	.wrapperTop {
		background: none;
	}
}
/*---------------------------------------------------------------------------------------------
  HEADER
---------------------------------------------------------------------------------------------*/
header {
	width: 100%;
	background: url(/img/top/bgHeader.png) left top;
}
header #headerMainSp {
	display: none;
}
header #headerMain {
	width: 100%;
	margin: 0 auto;
}
header .headerMainTop {
	height: 100px;
}
header #headerMain .headerBtm {
	width: 100%;
	overflow: hidden;
}
header #headerMain .headerBtm .inn {
	width: 940px;
	overflow: hidden;
	margin: 15px auto 0;
}
header .headerMainTop .headerBtm .inn {
	width: 1260px !important;
	margin: 15px auto 0 !important;
}
header #headerMain .headerBtm .inn .logo {
	clear: both;
	float: left;
	margin-top: -5px;
}
header #headerMain .headerBtm .inn .itemBox {
	float: right;
	width: 600px;
	margin-bottom: 15px;
}
header #headerMain .headerBtm .inn .itemBox #userNavi {
	overflow: hidden;
	margin-bottom: 12px;
}
header #headerMain .headerBtm .inn .itemBox #userNavi li {
	float: right;
	width: 140px;
	border-right: #BDBDBD 1px solid;
	line-height: 25px;
	text-align: center;
}
header #headerMain .headerBtm .inn .itemBox #userNavi li:last-child {
	border-left: #BDBDBD 1px solid;
}
header #headerMain .headerBtm .inn .itemBox #userNavi li a {
	display: block;
	font-size: 93%;
	color: #333;
}
header #headerMain .headerBtm .inn .itemBox #userNavi li i {
	margin-right: 5px;
	font-size: 116%;
}
header #headerMain .headerBtm .inn .itemBox #userNavi li a span.message {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-left: 5px;
	border-radius: 50%;
	text-align: center;
	color: #FFF;
	line-height: 18px;
	font-size: 11px;
}

header #headerMain .headerBtm .inn .itemBox #userNavi li.shopName {
	width: 250px;
	padding: 0 10px;
	text-align: left;
}
header #headerMain .headerBtm .inn .itemBox #userNavi li.shopName a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
}
header #headerMain .headerBtm .inn .itemBox #userNavi li ul.subMenu {
	width: 200px;
	margin: 8px 0 0 0;
	list-style: none;
	position: absolute;
	z-index: 999;
	border: #CCC 1px solid;
	background-color: #FFF;
	border-radius: 5px;
}
header #headerMain .headerBtm .inn .itemBox #userNavi li.shopName ul.subMenu {
	margin: 8px 0 0 -10px;
}
header #headerMain .headerBtm .inn .itemBox #userNavi li ul.subMenu:before {
  border-bottom-width: 16px;
  border-right-width: 12px;
  border-top-width: 0;
  border-left-width: 12px;
  border-color: #CCC transparent;
  border-style: solid;
  display: block;
  position: absolute;
  top: -16px;
  left: 30px;
  width: 0;
  height: 0;
  content: "";
}
header #headerMain .headerBtm .inn .itemBox #userNavi li ul.subMenu:after {
  border-bottom-width: 16px;
  border-right-width: 12px;
  border-top-width: 0;
  border-left-width: 12px;
  border-color: #FFF transparent;
  border-style: solid;
  display: block;
  position: absolute;
  top: -14px;
  left: 30px;
  width: 0;
  height: 0;
  content: "";
}
header #headerMain .headerBtm .inn .itemBox #userNavi li ul.subMenu li {
	width: 198px;
	border: none;
	border-bottom: #CCC 1px dotted;
	text-align: left;
	line-height: 45px;
}
header #headerMain .headerBtm .inn .itemBox #userNavi li ul.subMenu li:last-child {
	border-bottom: none;
}
header #headerMain .headerBtm .inn .itemBox #userNavi li ul.subMenu li a {
	padding: 0 0 0 10px;
	color: #333;
	white-space: normal;
}
header #headerMain .headerBtm .inn .itemBox #userNavi li ul.subMenu li a i {
	font-size: 93%;
}
header #headerMain .headerBtm .inn .itemBox #userNavi li ul.subMenu li a:hover {
	background-color: transparent;
	opacity: .8;
}
header #headerMain .headerBtm .inn .itemBox #userNavi li ul.subMenu li a:hover:after {
	float: right;
	margin-right: 10px;
	content: " \f105";
  font-family: FontAwesome;
	color: #666;
}
header #headerMain .headerBtm .inn .itemBox .siteMenuBox .siteSearchBox {
	float: right;
	width: 230px;
	height: 28px;
	padding: 0 15px;
	border-radius: 20px;
	background-color: #BCBCBC;
}
header #headerMain .headerBtm .inn .itemBox .siteMenuBox .siteSearchBox input {
	border: none;
	height: 26px;
	background-color: #BCBCBC;
}
header #headerMain .headerBtm .inn .itemBox .siteMenuBox .siteSearchBox input.text {
	width: 150px;
	color: #FFF;
	font-weight: bold;
	padding: 0;
}
header #headerMain .headerBtm .inn .itemBox .siteMenuBox .siteSearchBox input[type=image] {
	float: right;
	height: auto;
	padding-top: 6px;
}
header #headerMain .headerBtm .inn .itemBox .siteMenuBox ul li {
	float: right;
	position: relative;
	margin: 0 0 0 5px;
}
header #headerMain .headerBtm .inn .itemBox .siteMenuBox ul li a {
	display: block;
	width: 140px;
	height: 28px;
	line-height: 28px;
	border-radius: 20px;
	text-align: center;
	color: #FFF;
}
header #headerMain .headerBtm .inn .itemBox .siteMenuBox ul li a:hover {
	opacity: .8;
}
header #headerMain .headerBtm .inn .itemBox .siteMenuBox ul li a i {
	margin-right: 5px;
}
header #headerMain .headerBtm .inn .itemBox .siteMenuBox ul li a span {
	position: absolute;
	right: 5px;
	width: 18px;
	height: 18px;
	margin-top: -5px;
	color: #FFF;
	border-radius: 20px;
	line-height: 18px;
	text-align: center;
	font-size: 11px;
}
header #headerMain .headerBtm .menuNavi {
	overflow: hidden;
}
header #headerMain .headerBtm .menuNavi .innBox .category {
	float:left;
	width: 130px;
}
header #headerMain .headerBtm .menuNavi .innBox .category a {
	display: block;
	height: 40px;
	padding: 10px;
	text-align: center;
	color: #FFF;
	font-size: 108%;
}
header #headerMain .headerBtm .menuNavi .innBox .category a i {
	margin-right: 5px;
}
header #headerMain .headerBtm .menuNavi .innBox .category a:hover {
	opacity: .8;
}
header #headerMain .headerBtm .menuNavi .innBox {
	width: 940px;
	margin: 0 auto;
}
header #headerMain .headerBtm .menuNavi nav#gNavi {
	float: right;
	width: 810px;
}
header .headerMainTop .headerBtm .menuNavi {
	display: none;
	margin-top: 15px !important;
}
header .headerMainTop nav#gNavi {
	width: 1260px !important;
}
header nav#gNavi ul li {
	margin: 0 1px 0 0;
	width: 148px;
	text-align: center;
	border-left: #BDDBA2 1px solid;
}
header nav#gNavi ul li a {
	display: block;
	width: 148px;
	height: 40px;
	color: #333;
	padding: 10px;
}
header nav#gNavi ul li span {
	display: block;
	font-size: 86%;
	font-weight: normal;
}
header nav#gNavi ul li a img {
	margin-top: 13px;
}
header nav#gNavi ul li.page {
	width: 29px;
}
header nav#gNavi ul li.page a {
	background-color: #7D7D7D;
}
header nav#gNavi ul li.Next {
	margin-right: 0;
}
header nav#gNavi ul li.page i {
	line-height: 40px;
}
.slide {
	position:relative;
	width: 100%;
	margin: 0 auto;
	overflow:hidden;
	height: 40px;
}
.slide div.home {
	float: left;
	width: 100px;
	text-align: center;
	background-color: #9E9E9E;
}
.slide div.home a {
	display: block;
	color: #FFF;
}
.slide div.home a:hover,
.slide div.home a.active {
	background-color: #D24A4A;
}
.carousel {
	overflow: hidden;
	width: 750px;
	left: 141px;
	margin: 0 0 0 30px;
}
.slidePrev,
.slideNext {
	display:block;
	position:absolute;
	top:0;
	width:30px;
	height:40px;
	cursor:pointer;
	line-height: 40px;
}
.slidePrev.hover,
.slideNext.hover {
	opacity: .7;
}
.slidePrev {
	left:0;
	z-index:100;
}
.slidePrev:before,
.slideNext:before {
	font-family: FontAwesome;
	font-size: 20px;
	color: #666;
}
.slidePrev:before {
	margin-left: 10px;
	content: '\f104';
}
.slideNext {
	right:0;
	z-index:100;
}
.slideNext:before {
	margin-left: 12px;
	content: '\f105';
}
.slideInner {
	position:relative;
	margin:0;
	padding:0;
}
.slideInner li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
header #filterSlideBox10 {
	display: none;
}
@media(max-width: 767px){
	header #headerMain,
	header #headerMain .headerBtm .inn {
		width: 100% !important;
		height: auto !important;
		margin: 0 !important;
	}
	header #headerMain .headerBtm .inn .logo {
		float: none;
		text-align: center;
		margin: 10px 0;
	}
	header #headerMain .headerBtm .inn .logo img {
		height: 40px;
	}
	header #headerMain h1,
	header #headerMain .top {
		display: none !important;
	}
	header #headerMain ul.subMenu {
		display: none !important;
	}
	header #headerMain .headerBtm .itemBox {
		display: none !important;
	}
	header #headerMainSp {
		display: block;
		height: 50px;
		background-color: #000;
		overflow: hidden;
	}
	header #headerMainSp {
		width: 100%;
		height: 50px;
	}
	header #headerMainSp .slide2 {
		position: relative;
	}
	header #headerMainSp .slide2 .slidePrev2,
	header #headerMainSp .slide2 .slideNext2 {
		position: absolute;
		width: 20px;
		color: #FFF;
		line-height: 50px;
		text-align: center;
	}
	header #headerMainSp .slide2 .slidePrev2 {
		border-right: #666 1px solid;
	}
	header #headerMainSp .slide2 .slideNext2 {
		right: 0;
		border-left: #666 1px solid;
	}
	header #headerMainSp #btnLocation {
		position: relative;
		overflow: hidden;
		width: calc(100% - 40px);
		height: 50px;
		margin: 0 20px;
	}
	header #headerMainSp #btnLocation ul {
		display: table;
		width: 100%;
		height: 50px;
		border-collapse: collapse;
	  table-layout: fixed;
		text-align: center;
	}
	header #headerMainSp #btnLocation li {
		display:table-cell;
		width: 80px;
		border-right: #666 1px solid;
		text-align: center;
		color: #FFF;
		font-size: 77%;
	}
	header #headerMainSp #btnLocation li:last-child {
		border-right: none;
	}
	header #headerMainSp #btnLocation a {
		display: block;
		width: 80px;
		height: 50px;
		padding: 10px 0 0;
		margin: 0 auto;
		color: #FFF;
		vertical-align: middle;
		white-space: nowrap;
	}
	header #headerMainSp #btnLocation ul li img {
		display: block;
		height: 15px;
		margin: 0 auto 2px;
	}
	header #filterSlideBox10 {
		padding: 10px;
		background-color: #EEE;
	}
	header #filterSlideBox10 .keyword input {
		width: 100%;
		border: #999 1px solid;
	}
	header #filterSlideBox10 .filterBox {
		margin: 10px 0 0 !important;
	}
	header #filterSlideBox10 .filterBox .btnFilter {
		background-color: #FFF;
	}
	header #filterSlideBox10 .filterBox .slideBox {
		display: none;
		border-right: #999 1px solid;
		border-left: #999 1px solid;
	}
	header #filterSlideBox10 .filterBox .slideBox ul li {
		border-bottom: #999 1px solid;
		background-color: #FFF;
		line-height: 30px;
	}
	header #filterSlideBox10 .filterBox .slideBox ul li a {
		display: block;
		padding: 5px 10px;
	}
	header #filterSlideBox10 .filterBox .slideBox ul li a i {
		float: right;
		line-height: 30px;
		color: #999;
	}
	#gNavi2 {
		position: relative;
		overflow: hidden;
		width: calc(100% - 40px);
		margin: -50px 0 0 20px;
	}
	#gNavi2 ul {
		display: table;
		table-layout: fixed;
		text-align: center;
		width: 100%;
	}
	#gNavi2 li {
		display: table-cell;
		white-space:nowrap;
		border-left: #FFF 1px solid;
		width: 130px;
	}
	#gNavi2 a {
		display: block;
		height: 50px !important;
		padding: 0 5px;
		background-color: #C9C9C9;
		color: #FFF;
		font-size: 93%;
		line-height: 50px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		-o-text-overflow: ellipsis;
		font-weight: bold;
	}
	.slide {
		width: 100% !important;
		height: 50px !important;
	}
    /*
	.carousel {
		width: calc(100% - 21px);
		left: 20px !important;
		overflow: hidden;
	}
    */
	.slide div.home {
		width: 0 !important;
	}
	.slidePrev,
	.slideNext {
		display:block;
		position:absolute;
		top:0;
		width: 20px;
		height: 50px;
		line-height: 50px !important;
		text-align: center;
		background: #7D7D7D;
		cursor:pointer;
		border-radius: 0;
	}
	.slidePrev.hover,
	.slideNext.hover {
		background-color: #7D7D7D;
	}
	.slidePrev {
		left: 0;
		z-index:100;
	}
	.slideNext {
		right:0px;
		z-index:100;
	}
	.slideNext:before {
		margin-left: 9px;
		font-family: FontAwesome;
		content: '\f105';
		font-size: 30px;
	}
	.slidePrev:before,
	.slideNext:before {
		margin-left: 0;
		font-size: 20px;
		color: #FFF;
	}
}

header {
	width: 100%;
	margin: 0  0 20px 0;
}

header #headerInn {
	position: relative;
	width: 1260px;
	margin:0 auto;
	text-align: center;
}
header #headerInn h1 {
	position:absolute;
	top: 40px;
	left: 0;
}
header #headerInn h1 img {
	width:381px;
}

header #headerInn .snsBox {
	position:absolute;
	top: 0;
	right: 0;
	display: table;
}
header #headerInn .snsBox li {
	display: table-cell;
	width: 60px;
	height: 60px;
	text-align: center;
}
header #headerInn .snsBox li.fb{
	background: #006699;
}
header #headerInn .snsBox li.tw{
	background: #03B3E2;
}
header #headerInn .snsBox li.yt{
	background: #D93939;
}
header #headerInn .snsBox li a{
	display: block;
	height: 100%;
	line-height: 60px;
	color: #FFF;
	font-size:154%;
}

@media (max-width: 1024px) and (min-width: 768px) {
	header #headerInn {	width: 100%; }
	header #headerInn h1 {left: 15px;}
}

@media (max-width: 767px) {
	header { margin-bottom:0; }
	header #headerInn {	width: 100%; }
	header #headerInn h1 img{ max-width: 250px; }
}

/*** Global Navi ***/
header #headerInn nav {
	margin-bottom: 32px;
	padding-top: 145px;
}
header #headerInn nav ul#glovalNavi li { 
	display: inline-block;
	margin-right: 49px;
}
header #headerInn nav ul#glovalNavi li:last-child{
	margin-right: 0;
}
header #headerInn nav ul#glovalNavi li a {
	display: block;
	font-size:88%;
	font-weight: bold;
	color: #000;
}
header #headerInn nav ul#glovalNavi li.active a::after
, header #headerInn nav ul#glovalNavi li a:hover::after {
	content:'';
	display: block;
	width:100%;
	height: 4px;
	margin-top: 20px;
	background: #FF9E3F;
}
#mainSlider{
	width: 1260px;
	margin: 0 auto;
}
header #headerInn .spnNavi {display: none;}

@media (max-width: 1024px) and (min-width: 768px) {
	header #headerInn nav ul#glovalNavi li{
		margin-right: 39px;
	}
	#mainSlider{ width:100%; }
	#mainSlider img{ width:100%; }
}

@media (max-width: 767px) {
	header #headerInn {	
		position: fixed;
		padding: 15px 30px;
		background: #FFF;
		z-index:999;
        top: 0px;
	}
	header #headerInn nav {
		margin-bottom: 0;
	    padding-top: 0;
	    background: rgba(0,0,0,0.8);
	}

	header #headerInn nav ul{
		text-align: left;
	}

	header #headerInn nav ul li {
	    padding: 10px;
	    border-bottom: #BBB 1px solid;
	}
	header #headerInn nav ul li a {
		display: block;
		color: #FFF; /*text-shadow: 0 1px 1px #fff;*/
	}
	header #headerInn nav ul li a:after{
		
	}

	header #headerInn .spnNavi{ position:absolute; left: 8px; display:block; }
	header #headerInn h1{ position: static; }
	/* ドロワーメニュー */
	.drawer-hamburger{
		width: 1.3rem!important;
	    top: 13px!important;
	}
	.drawer-hamburger-icon { height: 3px!important; }
	.drawer-hamburger-icon:before{ top: -7px!important; height: 3px!important; }
	.drawer-hamburger-icon:after{ top: 7px!important; height: 3px!important; }

	.drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before{
		top: 0!important;
		/*background: transparent;*/
	}

	#mainSlider { width: 100%; /*padding-top:89px;*/ }
	#mainSlider img { width: 100%; }
}
@media print{
@media (max-width: 767px) {
	header #headerInn,
	.drawer-hamburger {	
		position: initial !important;
	}
	div div#container{
		margin-top: 0;
	}
}
}


/*---------------------------------------------------------------------------------------------
  CONTAINER
---------------------------------------------------------------------------------------------*/
#container {}
/*---------------------------------------------------------------------------------------------
  外枠広告欄
---------------------------------------------------------------------------------------------*/
#outsideBox-1,
#outsideBox-2 {
	position: absolute;
	left: 50%;
	top: 0;
}
#outsideBox-1 {
	margin: 0 0 0 -650px;
}
#outsideBox-2 {
	margin: 0 0 0 490px;
}
#outsideBox-1 .outside,
#outsideBox-2 .outside {
	position: absolute;
} 
@media(max-width: 767px){
	#outsideBox-1,
	#outsideBox-2 {
		display: none;
	} 
	.spOutside {
		overflow: hidden;
	}
	.spOutside ul {
		text-align: center;
	}
	.spOutside ul li {
		display: inline-block;
		width: 46%;
		margin: 0 3px 10px 0;
	}
	.spOutside ul li:last-child {
		margin-right: 0;
	}
	.spOutside ul li img {
		width: 100%;
	}
}
/*---------------------------------------------------------------------------------------------
  CONTENTS
---------------------------------------------------------------------------------------------*/
#contentsBox {
	width: 1260px;
	overflow: hidden;
	margin: 30px auto;
}
#contentsBox section.mainImage {
	margin: 0 0 30px 0;
}

@media(max-width: 767px){
	#contentsBox {
		width: 100% !important;
		margin: 0 auto 20px !important;
	}
	#contentsBox section.mainImage img {
		width: 100%;
	}
	#contentsBox section.mainImage {
		margin: 10px 0 !important;	
	}
}
#mainBox {
	float: left;
	width: 930px;
	overflow: hidden;
}

@media(max-width: 767px){
	#mainBox {
		width: 100% !important;
	}
}
/*---------------------------------------------------------------------------------------------
  タイトル
---------------------------------------------------------------------------------------------*/
h2.ctsTitle {
	margin-bottom: 10px;
}
h2.side_headline {
	margin-bottom: 10px;
	padding: 2px 0 0 10px;
	font-size: 129%;
	border-left: #A9CA7B 6px solid;
}
h2.main_line {
	padding: 5px 10px;
}
h2.bdrBottom {
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-size: 193%;
	line-height: 30px;
	border-bottom: #333 1px solid;
}
h2 span.subTit {
	margin-left: 10px;
	font-size: 12px;
	vertical-align: middle;
	font-weight: normal;
}
#contentsBox h2.shopName {
	display:table;
	width: 100%;
	padding: 15px 0 0;
	margin-bottom: 20px;
	border-top: #333 2px solid;
	font-size: 193%;
	text-align: left;
}
#contentsBox h2.shopName p.description {
	padding: 0 0 5px;
	font-size: 60%;
	font-weight: normal;
}
@media(max-width: 767px){
	h2.ctsTitle,
	h2.side_headline,
	h2.bdrBottom {
		margin-bottom: 10px;
		background-color: #000 !important;
		padding: 6px 10px;
		font-size: 100%;
		border: none;
		color: #FFF;
	}
	h2 span.subTit {
		font-size: 11px;
	}
	#contentsBox h2.shopName {
		margin-bottom: 10px !important;
		padding: 10px 10px 0 !important;
		border-top: #333 1px solid !important;
		font-size: 139% !important;
	}
	#contentsBox h2.shopName p.description {
		padding-bottom: 0 !important;
	}
	h2.ctsTitle img {
		margin: -6px -10px;
	}
	h2.ctsTitle img {
		display: none;
	}
}

/*---------------------------------------------------------------------------------------------
  パンくずリスト
---------------------------------------------------------------------------------------------*/
#breadBox {
	display: none;
	clear: both;
	width: 100%;
	overflow: hidden;
	padding: 7px 0;
	border-top: #D4D4D4 1px solid;
	background-color: #F9F9F9;
}
@media(max-width: 767px){
	#breadBox {
		display: none !important;
	}
}
#breadBox .inn {
	width: 1260px;
	overflow: hidden;
	margin: 0 auto;
	font-size: 93%;
}
#breadBox .inn ul li {
	float: left;
	line-height: 16px;
}
#breadBox .inn ul li i {
	margin: 0 10px;
	font-size: 116%;
}
#breadBox .inn ul li.home {
	padding: 0 0 0 25px;
	background: url(/img/common/icoBreadHome.png) no-repeat left center;
}
#breadBox .inn ul li a,
#breadBox .inn ul li:last-child a:hover {
	text-decoration: underline;
}
#breadBox .inn ul li a:hover,
#breadBox .inn ul li:last-child a {
	text-decoration: none;
}

/*---------------------------------------------------------------------------------------------
  ページ送り
---------------------------------------------------------------------------------------------*/
.pagingBox {
	clear: both;
	overflow: hidden;
	margin: 0 0 20px;
}
.pagingBox ul {
	text-align: center;
}
.pagingBox ul li {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 1px;
	border: #CCC 1px solid;
	line-height: 40px;
	border-radius: 50%;
	font-size: 116%;
}
.pagingBox ul li.linkNo {
	color: #CCC;
}
.pagingBox ul li a {
	display: block;
	width: 38px;
	height: 38px;
	border-radius: 50%;
}
.pagingBox ul li a:hover,
.pagingBox ul li a.active {
	color: #FFF;
}
#cboxContent .pagingBox ul li a {
	display: block;
	width: auto;
	height: auto;
	border-radius: 0px;
}
@media(max-width: 767px){
	.pagingBox ul li {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	.pagingBox ul li a {
		width: 33px;
		height: 33px;
	}
}
/*---------------------------------------------------------------------------------------------
  table
---------------------------------------------------------------------------------------------*/
table.baseTbl {
	width: 100%;
	font-size: 108%;
}
table.baseTbl tr {
	border-top: #CCC 1px solid;
}
table.baseTbl tr:last-child {
	border-bottom: #CCC 1px solid;
}
table.baseTbl th,
table.baseTbl td {
	padding: 12px 10px;
}
table.baseTbl th {
	width: 25%;
	text-align: left;
	background-color: #F0F0F0;
	font-weight: normal;
}
table.baseTbl td a.map {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-left: 10px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
}
table.baseTbl td a.editBtn {
	display: inline-block;
	width: 60px;
	background-color: #D24A4A;
	line-height: 35px;
	border-radius: 5px;
	color: #FFF;
	text-decoration: none;
}
table.baseTbl td a {
	color: #1772B8;
	text-decoration: underline
}
table.baseTbl td a:hover {
	text-decoration: none;
}

/*---------------------------------------------------------------------------------------------
  ボタン
---------------------------------------------------------------------------------------------*/
a.btnMore {
	float: right;
	width: 100px;
	margin-top: 10px;
	padding-top: 1px;
	line-height: 24px;
	text-align: center;
	border-radius: 5px;
	font-size: 93%;
	border: #CCC 1px solid;
}
a.btnMore:after {
  content: " \f138";
  font-family: FontAwesome;
	font-size: 93%;
}

a.btn,
a.btn-main {
	display: block;
	color: #FFF;
}
a.btn {
	text-align: center;
}
a.btn-main {
	padding: 0 20px;
	color: #333;
	font-size: 108%;
	text-align: left;
	line-height: 55px !important;
	border: #999 1px solid;
	background-color: #FFF;
}

a.btn-main.artist{
    padding: 10px 25px;
    line-height: 25px !important;
}

a.btnMore:hover,
a.btn-main:hover,
a.btn-sub:hover,
a.btn:hover {
	opacity: .7;
}
a.btn-main:hover {
	background-color: #EEE;
}
a.btn-main:after {
	float: right;
  content: " \f105";
  font-family: FontAwesome;
}

a.btn-main.artist:after {
    margin-top: -12px;
    margin-right: -7px;
}

a.btn-main i {
	float: left;
	margin-right: 15px;
	font-size: 154%;
	line-height: 55px;
}
a.btnEmphasis {
	color: #FFF;
	border:none;
}
a.btnEmphasis i {
	color: #FFF;
}

a.btn-sub {
	width: 160px !important;
	padding: 0 10px;
	line-height: 40px !important;
	border-radius: 5px;
	background-color: #EEE;
	border: #CCC 1px solid;
}
a.btn-sub i {
	font-size: 100%;
	margin-right: 10px;
	line-height: 40px !important;
	font-size: 124%;
}
@media(max-width: 767px){
	a.btnMore {
		display: block;
		float: none;
		width: 90%;
		margin: 10px auto;
		line-height: 35px;
	}
	a.btnMore:after {
		margin-left: 5px;
	}
	a.btn-main {
		line-height: 50px !important;
		font-size: 100%;
	}

        a.btn-main.artist{
                line-height: 25px !important;
                padding: 15px;
}
	a.btn-main i {
		line-height: 50px;
	}
}
/** ホームページタイプ共通ボタン **/
a.multiBtn {
	position: relative;
	display: block;
    margin: 10px auto;
    line-height: 50px;
    text-align: center;
    font-size: 158%;
	background: #FE9900;
	color: #FFF;
}
a.multiBtn::after{
	margin: 0 0 0 5px;
    font-family: FontAwesome;
    content: '\f144';
}
/*
a.multiBtn::before{
	position: absolute;
	top:0;
	margin:0 0 5px 0;
	content:'その他のコンテンツ';
	color: #333;
	text-align: center;
}*/

/*---------------------------------------------------------------------------------------------
  SIDE
---------------------------------------------------------------------------------------------*/
#side {
	float: right;
	width: 300px;
	/*overflow: hidden;*/
}
@media(max-width: 767px){
	#side {
		width: 100% !important;
	}
}

/*---------------------------------------------------------------------------------------------
  FOOTER
---------------------------------------------------------------------------------------------*/
footer {
	width: 100%;
	min-width: 1260px;
	bottom: 0;
	color: #FFF;
	text-align: center;
}
footer .inn {
	width: 940px;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 0;
}
footer .inn .siteName {
	margin: 0 0 20px;
	font-size: 239%;
	color: #FFF;
}
footer .inn ul.btnBox {
	margin-bottom: 15px;
	text-align: center;
}
footer .inn ul.btnBox li {
	display: inline-block;
	margin: 0 5px;
}
footer .inn ul.btnBox li a {
	display: block;
	width: 35px;
	height: 35px;
}
footer .inn .link ul.menu {
	overflow: hidden;
	margin-bottom: 10px;
	text-align: center;
}
footer .inn .link ul.menu li {
	display: inline-block;
	padding: 0 15px 0 15px;
	border-left: #FFF 1px solid;
	line-height: 1;
}
footer .inn .link ul.menu li:last-child {
	border-right: #FFF 1px solid;
}
footer .inn .link ul.menu li a {
	color: #FFF;
}
footer .inn .link ul.menu li a:hover {
	text-decoration: underline;
}
footer .inn .link ul.footerMenu {
	display: none;
}
footer .copyright {
	font-size: 93%;
}
@media(max-width: 767px){
	footer {
		min-width: initial !important;
		background-color: #000;
	}
	footer.top div.inn {
		width: 100%;
		/* padding: 0; */
	}
	footer .inn .siteName {
		display: none !important;
	}
	footer .inn .link {
		background-color: #FFF !important;
	}
	footer .inn .link ul {
		width: 100%;
		margin-bottom: 0 !important;
	}
	footer .inn .link ul li {
		width: 100%;
		margin: 0 0 1px !important;
		background-color: #EEE;
		text-align: left;
	}
	footer .inn .link ul li a {
		display: block;
		padding: 15px 10px !important;
		color: #333 !important;
		text-decoration: none;
	}
	footer .inn .link ul.menu li {
		padding: 0 !important;
		border-left: none;
	}
	footer .inn .link ul.menu li:last-child {
		border-right: none;
	}
	footer .inn .link ul.menu li a:hover {
		text-decoration: none;
	}
	footer .inn .link ul.footerMenu {
		width: 100%;
		display:flex !important;
		justify-content: center;
		display: -webkit-box;
		display: box !important;
	}
	footer .inn .link ul.footerMenu li {
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		box-flex: 1;
		width: 100%;
		margin-bottom: 0 !important;
		background-color: #333 !important;
		text-align: center;
		border-right: #666 1px solid;
		font-size: 93%;
	}
	footer .inn .link ul.footerMenu li:last-child {
		border-right: none;
	}
	footer .inn .link ul.footerMenu li i {
		display: block;
		margin-bottom: 5px;
		font-size: 170%;
	}
	footer .inn .link ul.footerMenu li a {
		height: 64px;
		padding: 12px 0 0 !important;
		color: #FFF !important;
	}
	footer.footerShop {
		padding-bottom: 64px;
	}
	footer.footerShop .inn .link ul.footerMenu {
		position: fixed;
    z-index: 1000;
		left: 0;
    bottom: 0;
	}
	footer .inn ul.btnBox {
		display: none !important;
	}
	footer .copyright {
		width: 100%;
		padding: 7px 5px 5px;
		font-size: 70%;
		background-color: #000;
		text-align: center;
	}
	
	footer {
		padding-bottom: 45px;
	}
	footer .inn .footerCategorySearch {
		position: fixed;
    z-index: 1000;
		width: 100%;
		left: 0;
    bottom: 0;
	}
	footer .inn .footerCategorySearch a {
		display: block;
		width: 100%;
		height: 45px;
		line-height: 45px;
		color: #FFF;
		font-size: 15px;
	}
	footer .inn .footerCategorySearch a i {
		margin-right: 5px;
	}
}


footer {
	width: 100%;
	min-width: 1260px;
	bottom: 0;
	color: #FFF;
	text-align: center;
}
footer.top .inn {
	width: 1260px;
	margin: 0 auto;
}
footer .inn {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 40px 0 55px 0;
}
footer .inn ul {
	float: left;
	width: calc(100% / 4);
	text-align: left;
}
footer .inn ul li { line-height: 2; }
footer .inn ul li a { color: #FFF; text-decoration: underline; }
footer .inn ul li a:hover {  }
footer .inn ul li.title {
	font-size: 123%;
}

footer .copyright {
	max-width: 1260px;
	margin: 0 auto;
	padding: 55px 0;
	border-top: 1px solid #FFF;
}

@media (max-width: 1024px) and (min-width: 768px) {
	footer {min-width:100%;}
	footer.top div.inn {
		width: 100%;
		padding: 40px 30px 55px 30px;
	}
}

@media (max-width: 767px) {
	footer {padding-bottom: 0;}
	footer .inn{ padding: 30px 25px 20px 25px; }
	footer .inn ul{
		float: none;
		width: 100%;
	    margin: 0 0 35px 0;
	}
	footer .inn ul:last-child{
		margin-bottom: 0;
	}
	footer .inn ul li.title {
	    font-size: 115%;
	    font-weight: bold;
	}
	footer .inn ul li a {
		font-size: 84%;
	}
	footer .copyright {
		padding: 30px 0;
		background: #666;
		border-top: none;
	}

	footer .spnSns {
		position: relative;
		height: 60px;
	}
	footer .spnSns .snsBox {
		position:absolute;
		top: 0;
		left: 20px;
		display: table;
	}
	footer .spnSns .snsBox li {
		display: table-cell;
		width: 60px;
		height: 60px;
		text-align: center;
	}
	footer .spnSns .snsBox li.fb{
		background: #006699;
	}
	footer .spnSns .snsBox li.tw{
		background: #03B3E2;
	}
	footer .spnSns .snsBox li.yt{
		background: #D93939;
	}
	footer .spnSns .snsBox li a{
		display: block;
		height: 100%;
		line-height: 60px;
		color: #FFF;
		font-size:154%;
	}


}

/*---------------------------------------------------------------------------------------------
  OTHER
---------------------------------------------------------------------------------------------*/
.spnNone {display:block;}
.pcNone {display:none;}
@media (max-width: 1024px) and (min-width: 768px) {
	.tabNone {display:none;}
	.tabDisp {display:block;}
}
@media (max-width: 767px) {
	.spnNone {display:none!important;}
	.pcNone {display:block;}
}

#glovalNavi{
    min-height:43px;
}



div.cau-txt{
    color: #3C8D3E;
    font-weight: bold;
}

.volunteer-wrapper{
    float:right;
}
.volunteer-btn{
    background-color: #6FAC46;
    color: #FFF;
    padding: 10px 20px;
    display: flex;
}
@media (max-width: 767px) {
    .volunteer-wrapper{
        width:100%;
        float:none;
    }
    .volunteer-btn{
        width: 100%;
        margin: 20px 0px 0px;
    }
}
