@charset "UTF-8";
/* ======================================================
 * BreakPoint設定
 * 420px, (600px,) 768px, 1024px, 1025px以上
====================================================== */

/* トップページ
==================================================================================== */
/*---------------------------------
ヘッダー header__top
---------------------------------*/
header {
	height: 220px;
	background: #fff;
}
	
header h1 {
	width: 400px;
	height: 80px;
	margin: 0 auto;
}

header h1 img {
	width: 100%;
	height: auto;
}

	@media screen and (max-width: 1024px){
		header {height: 200px;}
		header h1 {width: 360px;}
		header h1 img {width: 360px; height: auto;}
	}
	@media screen and (max-width: 600px){
		header {height: 180px;}
		header h1 {width: 320px;}
		header h1 img {width: 320px; height: auto;}
	}
	@media screen and (max-width: 420px){ 
		header {height: 60px;}
	}	

/*---------------------------------
mainImage
---------------------------------*/
#mainImage {
	width: 100%;
	height: 730px;
	border-bottom: solid 10px #000;
}

.mainvisual {
  margin: 0 auto;
  width: 100%;
  height: 720px;
}

.mainvisual div {
    overflow: hidden;
    width: 100%;
    height: 720px;
    position: relative;
}
.mv {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 720px;
}	
	@media screen and (max-width: 1024px) {
		#mainImage {height: 610px !important;}
		.mainvisual {height: 600px !important;}
		.mainvisual div {height: 600px !important;}
		.mv {height: 600px !important;}
		.mv img {height: 600px !important;}
	}
	@media screen and (max-width:768px) {
		#mainImage {height: 510px !important;}
		.mainvisual {height: 500px !important;}
		.mainvisual div {height: 500px !important;}
		.mv {height: 500px !important;}
		.mv img {height: 500px !important;}
	}
	@media screen and (max-width: 600px) {
		#mainImage {height: 410px !important;}
		.mainvisual {height: 400px !important;}
		.mainvisual div {height: 400px !important;}
		.mv {height: 400px !important;}
		.mv img {height: 400px !important;}
	}
	@media screen and (max-width: 420px) {
		#mainImage {height: 480px !important;}
		.mainvisual {height: 470px !important;}
		.mainvisual div {height: 470px !important;}
		.mv {height: 470px !important;}
		.mv img {height: 470px !important;}
	}
	

/* スライダー詳細 */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* endスライダー */


/*---------------------------------
About
---------------------------------*/
#About {
	width: 100%;
	background: linear-gradient(#f3f3f3 0%, #ffffff 15%, #ffffff 85%, #f3f3f3 100%);
	-webkit-linear-gradient(#f3f3f3 0%, #ffffff 15%, #ffffff 85%, #f3f3f3 100%);
	-o-linear-gradient(#f3f3f3 0%, #ffffff 15%, #ffffff 85%, #f3f3f3 100%);
}

.about {
	width: 95%;
	max-width: 1270px;
	margin: auto;
	display: table;
	padding: 40px 0;
}

div.catch p.btn img {
	width: 100%; 
	height: auto;
	opacity: 1;
}
p.btn a:hover img {
  opacity: .5;
}

#About img {
	width: 100%; 
	height: auto;
}

p.illust {
	display: table-cell;
	width: 60%;
	vertical-align: top;
}
p.illust img {max-width: 748px;}
	
div.catch {
	display: table-cell;
	width: 40%;
	vertical-align: middle;
}

div.catch p.txt {
	font-size: 16px;
	line-height: 1.8;
	margin: 25px 0 30px 20px;
}

div.catch p.btn {
	background: #9f803e;
	width: 265px;
}

@media screen and (max-width: 1024px) {
	p.illust {
		width: 50%;
	}
	div.catch {
		width: 50%;
	}
	div.catch h2 {
		width: 400px;
		margin: 10px 0 0 20px;
	}
	div.catch p.txt {
		font-size: 15px;
		line-height: 1.6;
		margin: 20px 0 20px 20px;
	}
	div.catch p.btn {
		width: 240px;
		margin-left:20px;
	}
}

@media screen and (max-width: 768px) {
	.about {
		padding: 30px 0;
	}
	p.illust {
		display: block;
		width: 85%; 
		margin: auto;
	}
	div.catch {
		display: block;
		width: 85%; 
		margin: auto;
		margin-top: 20px;
	}
	div.catch h2 {
		width: 80%;
		margin: 0 auto;
		margin: 10px 0 0 30px;
		text-align: center;
	}
	div.catch p.txt {
		font-size: 16px;
		line-height: 1.8;
		margin: 20px 0 20px;
		text-align: center;
	}
	div.catch p.btn {
		width: 265px;
		margin: auto; 
		text-align: center;
	}
}

@media screen and (max-width: 420px) {
	p.illust {
		width: 90%; 
		margin: auto;
	}
	div.catch {
		width: 95%; 
		margin: auto;
		margin-top: 20px;
	}
	div.catch h2 {
		width: 90%;
		margin: 10px 0 0 15px;
	}
	div.catch p.txt {
		font-size: 14px;
		line-height: 1.7;
		margin: 20px 5px;
		text-align: left;
	}
	div.catch p.btn {
		width: 200px;
		margin: auto; 
	}
}


/*---------------------------------
News
---------------------------------*/
*:focus {
outline: none;
}

#News {
	padding: 70px 0 40px 0;
}

#News h2.cate_ttl {
	background-image: url("../../top_assets/img/icon_news.png");
	background-repeat: no-repeat;
	background-size:70px auto;
	background-position: 50% 0;
	text-align: center;
	font-family: 'Quicksand', sans-serif;
	font-size: 34px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 0.05em;
	color:#333;
	padding: 60px 0 35px 0;
}

	@media screen and (max-width: 420px){ 
		#News h2.cate_ttl {
			background-size:50px auto;
			font-size: 28px;
			padding: 40px 0 20px 0;
		}
	}	


ul.news_list {
	width: 95%;
	max-width: 990px;
	margin: auto;
	margin-top: -5px;
}

ul.news_list li {
	width: 330px;
	height: 435px;
	padding-top: 5px;
}

ul.news_list li a {
	display:block; 
	width: 300px;
	height: 430px;
	margin:0 15px;
	background: #eeeeee;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: box-shadow .2s ease-in-out,
                        transform .2s ease-in-out,
                        -webkit-transform .2s ease-in-out;
    transition: box-shadow .2s ease-in-out,
                transform .2s ease-in-out,
}

ul.news_list li .notlink {
	display:block; 
	width: 300px;
	height: 430px;
	margin:0 15px;
	background: #eeeeee;
}

ul.news_list li a:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
    transform: translate3d(0,-3px,0);
    -webkit-transform: translate3d(0,-3px,0);
}

ul.news_list li img {width: 100%; height: auto;}
ul.news_list li a:hover img {
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

ul.news_list li span {
	display:block;
	margin: 15px 15px 5px 15px;
	font-size: 16px;
	font-weight: 500;
	color: #8b7643;
}

ul.news_list li p {
	margin: 0 15px 5px 15px;
	font-size: 15px;
	color: #333;
}

.slick-prev.slick-disabled {
  visibility: hidden;
}
.slick-next.slick-disabled {
	visibility: hidden;
}

/*
.slick-prev::before {
    content: url('../../img/news_icon_prev.png');
    display: inline-block;
}
.slick-next::before {
    content: url('../../img/news_icon_next.png');
    display: inline-block;
}
*/

p.more {
	width: 400px;
	height: 50px;
	margin: auto;
	margin-top :40px;
	background: #9f803e;
}
p.more img {
	width: 100%;
	height: auto;
	opacity: 1;
}
p.more a:hover img {
	opacity: .5;
}

@media screen and (max-width: 1024px) {
	#News {padding: 50px 0 25px 0;}
	ul.news_list {width: 900px;}
	ul.news_list li {width: 300px; height: 425px;}
	ul.news_list li a {margin:0 10px;width: 280px; height: 420px;}
	ul.news_list li .notlink {margin:0 10px;width: 280px; height: 420px;}
}
@media screen and (max-width: 768px) {
	#News {padding: 50px 0 25px 0;}
	ul.news_list {width: 640px;}
	ul.news_list li {width: 320px;}
	ul.news_list li a {margin:0 10px;}
	ul.news_list li .notlink {margin:0 10px;}
}
@media screen and (max-width: 600px) {
	ul.news_list {width: 500px !important;}
	ul.news_list li {width: 250px; height: 355px;}
	ul.news_list li a {width: 230px; height: 350px;}
	ul.news_list li .notlink {width: 230px; height: 350px;}
	ul.news_list li span {margin: 10px 10px 5px 10px;font-size: 15px;}
	ul.news_list li p {margin: 0 10px 5px 10px;font-size: 14px;}
}
@media screen and (max-width: 420px) {
	#News {padding: 40px 0 20px 0;}
	ul.news_list {width: 280px !important;}
	ul.news_list li {width: 260px; height: 325px;}
	ul.news_list li a {width: 260px; height: 320px;}
	ul.news_list li .notlink {width: 260px; height: 320px;}
	ul.news_list li img {height: 200px;}
	ul.news_list li span {margin: 10px 10px 5px 10px;font-size: 15px;}
	ul.news_list li p {margin: 0 10px 5px 10px;font-size: 14px;}
	.newsimg {width: 100%;height: 200px;object-fit: cover;font-family: 'object-fit: cover';}
	p.more {width: 300px !important; height: auto; margin-top: 20px;}
}

/**** 臨時お知らせ追加時 ****/
.infosp {
	width: 90%;
	max-width: 960px;
	margin: 10px auto 30px;
	list-style: none;
	font-size: 15px;
	display: table;
}
.infosp li {padding: 2px;}
.infosp dt span {
	display: inline-block;
	position: relative;
	list-style: none;
	margin-right: 24px;
}
.infosp dt span:after {/*三角の部分*/
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	border-style: solid;
	border-color: transparent;
	border-left-color: #e00;
	border-width: 14px 12px;
	width: 0;
	height: 0;
}

.infosp dt span a {
	display: inline-block;
	padding: 0 5px 0 10px;
	height: 28px;
	line-height: 28px;
	text-decoration: none;
	color: #fff;
	background: #e00;/*背景色*/
	font-size: 16px;
}

.infosp dt span a:hover {
	color: #FFF;
}
.infosp dt div {
	display: table-cell;
	vertical-align: top;
}
.infosp dt p {
	display: table-cell;
	vertical-align: top;
	padding-top: 3px;
}

#infosp dt:first-of-type{
	margin:0 0 10px 0;
} 
#infosp dt:last-of-type{
	margin:15px 0 10px 0;
} 
#infosp dt:hover{
	cursor: pointer;
	text-decoration: underline;
	color: #999999;
}
#infosp dd{
	display: none;
	background: #fff;
	border: solid 1px #ccc;
	margin: 0 40px 20px 40px;
	padding:20px 25px;
	line-height: 1.6em;
}
#infosp dd p {
	margin: 20px 0 10px 0;
}
#infosp dd p span {
	display: block;
	font-size: 18px;
	color: #e00;
	margin-top: 10px;
}
	@media screen and (max-width: 420px){ 
		#infosp dd{
			margin: 0 0 20px 0;
			padding:20px 15px;
		}
		#infosp dd p span {
			font-size: 17px;
		}
	}

	
/*---------------------------------
Products
---------------------------------*/
#Products {
	padding: 70px 0 40px 0;
}
	@media screen and (max-width: 420px){ 
		#Products {
			padding: 40px 0 20px 0;
		}
	}

#Products h2.cate_ttl {
	background-image: url("../../top_assets/img/icon_products.png");
	background-repeat: no-repeat;
	background-size:55px auto;
	background-position: 50% 0;
	text-align: center;
	font-family: 'Quicksand', sans-serif;
	font-size: 34px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 0.05em;
	color:#333;
	padding: 68px 0 35px 0;
}

	@media screen and (max-width: 420px){ 
		#Products h2.cate_ttl {
			background-size: 40px auto;
			font-size: 28px;
			padding: 50px 0 20px 0;
		}
	}	

/*プロダクトが4個のとき　通常時こっち*/
#Products .category {
	width: 80%;
	max-width: 1020px;
	margin: -14px auto;
}

#Products .category .left_block {
	width: 50%;
	display: table-cell;
	vertical-align: top;
	padding: 0 7px 0 0;
}

#Products .category .right_block {
	width: 50%;
	display: table-cell;
	vertical-align: top;
	padding: 0 0 0 7px;
}
#Products .category h3 {
	margin-top: 14px;
}

#Products .category img {
	width: 100%;
	height: auto;
	opacity: 1 !important;
}

#Products .category a{
	position: relative;
	display: block;
}
#Products .category a span{
	opacity: 0;
}
#Products .category a .over_img_bg{
  position: absolute;
  left: 0;
  top: 0;
}
	@media screen and (max-width: 1024px){ 
		#Products .category {
			width: 90%;
		}
	}

	@media screen and (max-width: 768px){ 
		#Products .category {
			width: 90%;
			margin: -10px auto;
		}
		#Products .category .left_block {
			padding: 0 5px 0 0;
		}

		#Products .category .right_block {
			padding: 0 0 0 5px;
		}
		#Products .category h3 {
			margin-top: 10px;
		}
	}	

	@media screen and (max-width: 600px){ 
		#Products .category {
			width: 90%;
		}
	}	


#Products ul li {
	padding-top: 7px;
}
#Products ul img {
	width: 100%;
	height: auto;
}
/*プロダクトが4個のとき　end*/


/*プロダクトが5個のとき　クリスマス・VD・WDのときはこっち
#Products .category {
	width: 100%;
}

#Products .category .left_block {
	width: 33.3%;
	display: table-cell;
	vertical-align: top;
}

#Products .category .center_block {
	width: 33.3%;
	display: table-cell;
	vertical-align: top;
}

#Products .category .right_block {
	width: 33.3%;
	display: table-cell;
	vertical-align: top;
}
#Products .category .marT {
	margin-top: 10px;
}

#Products .category img {
	width: 100%;
	height: auto;
	opacity: 1 !important;
}

#Products .category a{
	position: relative;
	display: block;
}
#Products .category a span{
	opacity: 0;
}
#Products .category a .over_img_bg{
  position: absolute;
  left: 0;
  top: 0;
}
#Products ul li {
	padding-top: 7px;
}
#Products ul img {
	width: 100%;
	height: auto;
}
プロダクトが5個のとき　end*/


/*---------------------------------
Shops
---------------------------------*/
#Shops {
	padding: 70px 0 40px 0;
}

#Shops h2.cate_ttl {
	background-image: url("../../top_assets/img/icon_shops.png");
	background-repeat: no-repeat;
	background-size:55px auto;
	background-position: 50% 0;
	text-align: center;
	font-family: 'Quicksand', sans-serif;
	font-size: 34px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 0.05em;
	color:#333;
	padding: 68px 0 35px 0;
}

	@media screen and (max-width: 420px){ 
		#Shops h2.cate_ttl {
			background-size:40px auto;
			font-size: 28px;
			padding: 50px 0 20px 0;
		}
	}

#Shops .shoplist {
	width: 90%;
	max-width: 900px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

#Shops article {
	width: 50%;
	vertical-align: top;
	padding: 0 25px 60px 25px;
}
#Shops article a img{
	width: 100%;
	height: auto;
}
#Shops p.type {
	margin: 12px 0;
}

#Shops p.type img {
	height: 25px;
	width: auto;
	margin-right: 5px;
}

#Shops dt {
	font-size: 17px;
	line-height: 1.8;
	padding: 2px 0 8px 0;
	font-weight: 600;
}

#Shops dd {
	padding: 4px 0 4px 40px;
	background-repeat: no-repeat;
	background-position: 10px 3px;
}
#Shops dd.address {
	background-image: url("../../common/img/icon_address.png");
	background-size: 18px auto;
}
#Shops dd.time {
	background-image: url("../../common/img/icon_time.png");
	background-size: 20px auto;
}
	#Shops dd.time span{display: block;font-size: 13px;}
#Shops dd.tel {
	background-image: url("../../common/img/icon_tel.png");
	background-size: 20px auto;
}

#Shops p.btn {
	margin-top: 20px;
	width: 200px;
	height: 40px;
	background: #9f803e;
}
#Shops p.btn img {
  opacity: 1;
}
#Shops p.btn a:hover img {
  opacity: .5;
}
@media screen and (max-width: 1024px) {
	#Shops article {padding: 0 20px 40px 20px;}
}
@media screen and (max-width: 768px) {
	#Shops {padding: 50px 0 25px 0;}
	#Shops article {padding: 0 15px 40px 15px;}
}
@media screen and (max-width: 420px) {
	#Shops {padding: 20px 0;}
	#Shops article {width: 100%;margin: 0 0 40px 0;}
}
