@charset "utf-8";

/*==========================================
 [main]
===========================================*/
/* ---------------------------------------------
	common
--------------------------------------------- */
body.home .contentsInner {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

/* mainSec_top */
@media (max-width: 767px){
	.mainSec_top {
		padding-top: 2.0rem;
		padding-bottom: 2.0rem;
	}
}
@media (min-width: 768px){
	.mainSec_top {
		padding-top: 4.0rem;
		padding-bottom: 4.0rem;
	}
}

/* topwrapp_bg */
.topwrapp_bg {
	background-image: url("../images/bg_title_index.png");
	background-repeat:repeat;
	background-position: center center;
}
@media (max-width: 767px){
	.topwrapp_bg {
		padding-top: 4.0rem;
		padding-bottom: 4.0rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
@media (min-width: 768px){
	.topwrapp_bg {
		padding-top: 8.0rem;
		padding-bottom: 8.0rem;
		padding-left: 2.0rem;
		padding-right: 2.0rem;
	}
}

/* h2 */
.indexTitle_top {
	text-align: center;
	/*margin-bottom: 5.5rem;*/
	margin-bottom: 2.5rem;
}
.indexTitle_top h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
	border: 1px #000000 red;
	margin-left: auto;
	margin-right: auto;
	min-width: 100%;
}
.indexTitle_top h2:before {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 30px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}
@media (max-width: 767px){
	.indexTitle_top {
		margin-bottom: 1.5rem;
	}
	.indexTitle_top h2:before {
		display: none;
	}
}


/* ---------------------------------------------
	slider
--------------------------------------------- */
.single-item img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;	
}
@media (max-width: 767px){
	/*.mainImgWrapp {
		margin-bottom: 4.0rem;
	}*/
	.sp-slider {
		display: block;
	}
	.pc-slider {
		display: none;
	}
}
@media (min-width: 768px){
	.sp-slider {
		display: none;
	}
	.pc-slider {
		display: block;
	}
/*	.mainImgWrapp {
		margin-bottom: 8.0rem;
	}
	*/
 .single-item {
  /*height: 70vh;*/
 }
 .slick-slide img{
  /*height: 70vh!important;*/
 }
}
@media (min-width: 1601px){
 .single-item {
  height: auto!important;
 }
 .single-item img {
  width: 100%;
  height: auto!important;
/*	 width: auto;
  height: 70vh!important;*/
 }
}


/* ---------------------------------------------
	newsList
--------------------------------------------- */
.newsWrapp {
	margin-bottom: 30px;
}
.label-warning {
	background-color: transparent;
	color: #FF000F;
	font-size: 12px;
	padding: 0;
}
.newsWrapp h2 {
/*
 background-image: url("../images/bg_title_index.png");
	background-repeat:repeat;
	background-position: center center;
 */
	/*padding-top: 3.0rem;
	padding-bottom: 3.0rem;*/
}
.newsWrapp h2:before {
	display: none;
}

/* newsList */
.newsList li {
	margin-bottom: 20px;
}
.newsList a {
	text-decoration: none!important;
	color: #000!important;
}
.newsList img {
	margin-bottom: 10px;
}
.newsList .entry-title {
	margin-top: 4px;
}
.newsList .labelTxt {
	background: #333;
	margin-bottom: 6px;
	padding: 3px 10px;
	color: #FFF;
	min-width: 100px;
	line-height: 1.0;
	text-align: center;
	display: inline-block;
	/*margin-left: 0em;*/
	margin-left: 0.5em;
	font-size: 0.8em;
}
.newsList .labelTxt.news {
	background: #000;
}
.newsList .labelTxt.newItem {
	background: #000;
}

.newsList a .entry-title {
	text-decoration: underline;	
}


/*
.newsWrapp dl {
	margin-bottom: 40px;
}
.newsWrapp dl dt {
	font-weight: normal;
	border-bottom-color: red;
}
.newsWrapp dl dt span.labelTxt {
	background: #333;
	margin-right: 2em;
	margin-bottom: 6px;
	padding: 3px 10px;
	color: #FFF;
	min-width: 100px;
	line-height: 1.0;
	text-align: center;
	display: inline-block;
	margin-left: 1em;
	font-size: 0.8em;
}
.newsWrapp dl dt span.labelTxt.news {
	background: #000;
}
.newsWrapp dl dt span.labelTxt.newItem {
	background: #000;
}
.newsWrapp dl dd a{
	color: #000!important;
}
*/

@media (max-width: 767px){
	.newsWrapp h2 {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	/*
	.newsWrapp dl dt {
		line-height: 1.0;
		padding:12px 5px 0 5px;
	}
	.newsWrapp dl dt span.labelTxt {
		font-size: 1.2rem;
		min-width: 100px;
	}
	.newsWrapp dl dd {
		line-height: 1.2;
		padding:0px 5px 12px 5px;
	}
	*/
}

@media (min-width: 768px){
	.newsWrapp h2 {
		/*
  padding-top: 3.0rem;
		padding-bottom: 3.0rem;
  */
  padding-top: 2.0rem;
	}
	/*
	.newsWrapp dl dt {
		width: 240px;
		float: left;
		line-height: 1.2;
		padding-top: 1.5rem;
	}
	.newsWrapp dl dd {
		margin-left: 250px;
		line-height: 1.2;
		padding:1.5rem 5px 12px 5px;
	}
	*/
}

/* btnWrapp */
.newsWrapp .btnWrapp {
	text-align: center;
	margin-top: 2.0rem;
}
.newsWrapp .btnWrapp a {
	padding:10px 30px 10px 15px;
	display: inline-block;
	text-decoration: none!important;
	border: 1px #000 solid;
	text-align: center;
	color: #000!important;
	width: 150px;
	background-color: #eee;
}
.newsWrapp .btnWrapp a{
	position: relative;
}
.newsWrapp .btnWrapp a::before,
.newsWrapp .btnWrapp a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	/*right: 15px;*/
	margin: auto;
	content: "";
	vertical-align: middle;
}
.newsWrapp .btnWrapp a::before{
	right: 15px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}



/* ---------------------------------------------
	productsList_top
--------------------------------------------- */
/* bannerList-lg */
.bannerList-lg {
	margin-bottom: 80px;
}
.bannerList-lg li {
	margin-bottom: 40px;
}

/* bannerList-sm */
.bannerList-sm {
	margin-left: -10px;
	margin-right: -10px;
}
.bannerList-sm li {
	/*margin-bottom: 40px;*/
	padding-left: 10px;
	padding-right: 10px;
}
.bannerList-sm li p {
	margin-bottom: 4px!important;
	text-align: center;
	font-weight: 600;
	line-height: 1.2;
}
@media (max-width: 767px)  {
	.bannerList-sm li {
	/*margin-bottom: 20px;*/
	}
	.bannerList-sm li p {
		font-size: 1.6rem;
	}
}
@media (min-width: 768px)  {
	.bannerList-sm li p {
	/*	font-size: 2.2rem;*/
		font-size: 2.0rem;
	}
}


/* ---------------------------------------------
	productsList_top
--------------------------------------------- */
ul.productsList_top li h3 {
	text-align: center;
	margin-top: 1.5rem;
}
ul.productsList_top li h3 a {
	text-decoration: none!important;
	color: #000;
	font-size: 1.6rem;
	background-image: url("../images/icon_kakko.png");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 0.5rem;
}
ul.productsList_top li h3 a i {
	margin-left: 1.5rem;
	display: none;
}
ul.productsList_top li h3 a:link {
	text-decoration: none;
	color: #000;
}
ul.productsList_top li a img {
	width: 100%;
}
@media (max-width: 767px){
	ul.productsList_top li {
		padding: 0;
		margin-bottom: 3.0rem;
	}
	ul.productsList_top li h3 a {
		font-size: 1.2rem;
		text-decoration: none!important;
		color: #000;
		background-size:auto 10px;	
		background-position: right 0rem center;
		padding-right: 1.2rem;
	}
	ul.productsList_top li h3.line2text a {
		display: block;
		display: inline-block;
		background-position: right 0rem center;
		padding-right: 1.5rem;
	}
}
@media (min-width: 768px)  {
	ul.productsList_top li {
		margin-bottom: 6.0rem;
	}
	ul.productsList_top li h3 a {
		font-size: 1.8rem;
		text-decoration: none!important;
		color: #000;
		background-size: 14px;
		background-position: right 0rem center;
		padding-right: 2.5rem;
	}
}

/* moreBtn_img */
.moreBtn_img {
	/*margin-top: 3.5rem;*/
	text-align: center;
}
.moreBtn_img a {
	border: 2px #cc0033 solid;
	padding:15px;
	display: inline-block;
	background-color: #fff;

	text-decoration: none!important;
	box-shadow: 6px 6px #ccc;
}
.moreBtn_img a span {
	position: relative;
	text-decoration: none!important;
	text-align: center;
	color: #000;
}
.moreBtn_img a span img {
	position: absolute;
	top:-35px;
	left:-80px;
}
@media (max-width: 767px){
	.moreBtn_img a {
		width: 300px;
	}
	.moreBtn_img a span {
		font-size: 1.4rem;
	}
}
@media (min-width: 768px){
	.moreBtn_img a {
		min-width: 400px;
	}
	.moreBtn_img a span {
		font-size: 2.0rem;
	}
}




/* ---------------------------------------------
	FBWrapp
--------------------------------------------- */
.FBWrapp {
	margin-bottom: 3.0rem;
}
.FBWrapp h2 {
/*	margin-top: 30px;*/
}
.FBWrappInner {
	text-align: center;	
	margin-top: 0px;
}
@media (max-width: 767px){
	.FBWrapp {
		display: none;
	}
}
@media (min-width: 768px){
	.FBWrapp .indexTitle_top h2 {
	/*	font-size: 2.6rem;*/
	font-size: 3.4rem;
	}
	.fb-page {
		width: 100%;
		margin-left: auto;
		margin-right: auto;		
	}
}



/* ---------------------------------------------
	workshopwrapp
--------------------------------------------- */
.workshopwrapp_bg {
	background-color: #e7eded;
}
.workshopwrapp_bg .textBox {
	background-color: #fff;
	display: flex;
 flex-direction: column;
 justify-content: space-between;
 display: -webkit-flex;
 -webkit-flex-direction: column;
 -webkit-justify-content: space-between;
}
@media (max-width: 767px){
	.workshopwrapp_bg {
		padding-top: 4.0rem;
		padding-bottom: 4.0rem;
	}
	.workshopwrapp_bg .imgBox {
		text-align: center;
	}
	.workshopwrapp_bg .imgBox h3 {
		margin-top: 1.0rem;
		margin-bottom: 2.0rem;
		font-size:2.0rem;
	}
	.workshopwrapp_bg .textBox {
		text-align: center;
		padding: 20px 10px;
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 2.0rem;
	}
}
@media (min-width: 768px){
	.workshopwrapp_bg {
		padding-top: 8.0rem;
		padding-bottom: 8.0rem;
	}
	.workshopwrapp_bg .imgBox {
		margin-right: -50px;
		z-index: 99;
	}
	.workshopwrapp_bg .textBox {
		padding: 40px 30px 40px 60px;
	}
	.workshopwrapp_bg .textBox h3 {
		clear: both;
		margin-top: 1.0rem;
		margin-bottom: 2.0rem;
		font-size: 3.2rem;
		letter-spacing: 0.25em;
	 /*text-indent: 0.25em;*/
	}
}

/* btnWrapp */
.workshopwrapp_bg .btnWrapp {
	text-align: center;
	margin-top: 2.0rem;
}
.workshopwrapp_bg .btnWrapp a {
	padding:10px 30px 10px 15px;
	display: inline-block;
	text-decoration: none!important;
	border: 1px #000 solid;
	text-align: center;
	color: #000!important;
	width: 150px;
	background-color: #eee;
}
.workshopwrapp_bg li a{
	position: relative;
}
.workshopwrapp_bg li a::before,
.workshopwrapp_bg li a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	/*right: 15px;*/
	margin: auto;
	content: "";
	vertical-align: middle;
}
.workshopwrapp_bg li a::before{
	right: 15px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media (min-width: 768px){
	.workshopwrapp_bg .btnWrapp a {
		float: right;
	}
}


/* ---------------------------------------------
	shopwrapp
--------------------------------------------- */
/* btnWrapp */
/*
.shopText .btnWrapp a {
	padding:10px 30px 10px 15px;
	display: inline-block;
	text-decoration: none!important;
	text-align: center;
	width: 150px;
  background-color: #eee;
}
.shopText .btnWrapp a{
	position: relative;
}
.shopText .btnWrapp a::before,
.shopText .btnWrapp a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.shopText .btnWrapp a::before{
	right: 15px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
*/

/* area_SP  
--------------------------------------------- */
/*
@media (max-width: 767px)  {
	.area_PC {
		display: none;
	}
	.shopwrapp {
		padding-top: 4.0rem;
		padding-bottom: 4.0rem;
	}
	.shopwrapp h2 {
		font-size: 1.3rem;
	}
	.shopwrapp h3 {
		font-size: 2.0rem;
		margin-bottom: 3.0rem;
	}
	.shopText {
		text-align: center;
		margin-top:3.0rem;
	}
	.shopText .btnWrapp a {
		border: 1px #000 solid;
		color: #000!important;
		margin-top: 2.0rem;
	}
	.shopText .btnWrapp a::before{
		border-top: 1px solid #666;
		border-right: 1px solid #666;
	}
}
*/

/* area_PC  
--------------------------------------------- */
/*
@media (min-width: 768px)  {
	.area_SP {
		display: none;
	}
	.shopwrapp {
		padding-top: 8.0rem;
		padding-bottom: 8.0rem;
	}
	.shopwrapp_bg {
		margin-left: auto;
		margin-right: auto;
		background-repeat: no-repeat;
		background-position: center center;
		background-image: url("../images/bg_top_shop.jpg");	
		background-size: cover;
		height:40.07vw; 
	}
	.shopwrapp_bg .contentsInner {
		position: relative;	
		height:100%; 
	}
	.shopText {
		color: #fff;
		position: absolute;
		top: calc(50% - 6.0em);
		left: 0%;
	}
	.shopText h3 {
		margin-bottom: 2.6rem;
	}
	.shopText .btnWrapp {
		float: right;
		margin-top: 5.0rem;
	}
	.shopText .btnWrapp a {
		border: 1px #fff solid;
		width: 150px;
		color: #fff!important;
		background-color: rgba(0, 0, 0, 0.6);
	}
	.shopText .btnWrapp a::before{
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
	}
}
@media (min-width: 1241px){
	.shopwrapp_bg {
		max-height: 505px;
		background-size: auto auto;	
	}
}
*/


/* ---------------------------------------------
	shop-sWrapp
--------------------------------------------- */
.shop-sWrapp {
	margin-bottom: 3.0rem;
}
.shop-sWrappInner {
	text-align: center;	
}
@media (min-width: 768px){
	.shop-sWrapp .indexTitle_top h2 {
	/*	font-size: 2.6rem;*/
	}
}


/* ---------------------------------------------
	CalendarWrapp
--------------------------------------------- */
.CalendarWrapp {
	margin-bottom: 3.0rem;
}
.CalendarWrappInner {
	text-align: center;	
}
.CalendarWrappInner h3 {
	margin-top: 1.0rem;
	background-color: #e6eded;
	padding: 12px 10px 10px;
}
@media (max-width: 767px){
	.CalendarWrapp {
		margin-top: 2.0rem;
	}
	.CalendarWrappInner li  {
		margin-bottom: 30px;
	}
	.CalendarWrappInner h3 {
		display: none;
	}
}
@media (min-width: 768px){
	.CalendarWrapp .indexTitle_top h2 {
	/*	font-size: 2.6rem;*/
	}
	.CalendarWrappInner h3 {
		font-size: 1.8rem;
	}
}


/* ---------------------------------------------
	youtube
--------------------------------------------- */
/*
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin-bottom: 6.0rem;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
*/


/* ---------------------------------------------
	LinkList
--------------------------------------------- */
.LinkList li {
	margin-bottom: 16px;	
}

/* ---------------------------------------------
	画像
--------------------------------------------- */
div.content_image_box{
    height:auto;
    background-position:center center; 
    background-size: cover; 
    background-repeat: no-repeat;
    margin-bottom:5px;
    max-width: 100%;
    
    width : 100% ;
    padding-top : 100% ;
}