
/*------------------------------------------------------------
	ABOUT MAINVISUAL カルーセル
------------------------------------------------------------*/

div.caruselAbout .slick-next:before,
div.caruselAbout .slick-prev:before {
	content: none;
}


div.container div.contents:nth-of-type(1) {
	padding-bottom: 5px;
}

div.caruselAbout {
	padding: 0;
	margin-bottom: 20px;
}

div.caruselAbout div.aboutImg {
	width: 300px;
	margin: 0 10px;
}

div.caruselAbout .slick-slide img {
	max-width: 100%;
	margin: 0;
	height: auto;
}

@media only screen and (min-width: 737px) {
	
	div.container div.contents:nth-of-type(1) {
		padding-bottom: 15px;
	}
	
	div.caruselAbout {
		margin-bottom: 40px;
	}
	
	div.caruselAbout div.aboutImg {
		width: 1120px;
		margin: 0 20px;
	}
	
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/

div.w580 {
	margin-bottom: 30px;
}

div.w580 img {
	width: 117px;
	height: auto;
	margin: 0 auto 10px;
}

div.w580 p {
	text-align: justify;
	margin-bottom: 5px;
}

div.w580 p:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 737px) {
	
	div.w580 {
		width: 580px;
		margin: 0 auto 60px;
	}
	
	div.w580 img {
		width: 147px;
		height: auto;
		margin: 0 auto 20px;
	}

}

/*------------------------------------------------------------
	ギャラリー
------------------------------------------------------------*/

#galleryArea {
	margin-bottom: 40px;
}

#galleryArea div.galleryLeft {
	width: 100%;
	margin-bottom: 10px;
}

#galleryArea div.galleryRight {
	width: 100%;
}

#galleryArea div.galleryLeft figure:nth-child(1) {
	background: url(../img/about/gallery_01@2x.jpg) left top no-repeat;
	background-size: cover;
	width: 100%;
	height: 160px;
	margin-bottom: 10px;
}

#galleryArea div.galleryLeft figure:nth-child(2) {
	background: url(../img/about/gallery_02@2x.jpg) left top no-repeat;
	background-size: cover;
	width: 49%;
	height: 160px;
	margin-right: 2%;
	float: left;
}

#galleryArea div.galleryLeft figure:nth-child(3) {
	background: url(../img/about/gallery_03@2x.jpg) left top no-repeat;
	background-size: cover;
	width: 49%;
	height: 160px;
	float: right;
}

#galleryArea div.galleryRight figure:nth-child(1) {
	background: url(../img/about/gallery_04@2x.jpg) left top no-repeat;
	background-size: cover;
	width: 49%;
	height: 280px;
	margin-right: 2%;
	float: left;
}

#galleryArea div.galleryRight figure:nth-child(2) {
	background: url(../img/about/gallery_05@2x.jpg) left top no-repeat;
	background-size: cover;
	width: 49%;
	height: 135px;
	margin-bottom: 10px;
	float: right;
}

#galleryArea div.galleryRight figure:nth-child(3) {
	background: url(../img/about/gallery_06@2x.jpg) left top no-repeat;
	background-size: cover;
	width: 49%;
	height: 135px;
	float: right;
}

#galleryArea figure {
	position: relative;
	cursor: pointer;
}

#galleryArea figure a {
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

@media only screen and (min-width: 737px) {
	
	#galleryArea {
		margin-bottom: 80px;
	}
	
	#galleryArea div.galleryLeft {
		width: 450px;
		margin: 0 10px 0 0;
		float: left;	
	}
	
	#galleryArea div.galleryRight {
		width: 660px;
		float: left;
	}

	#galleryArea div.galleryLeft figure:nth-child(1) {
		height: 212px;
	}
	
	#galleryArea div.galleryLeft figure:nth-child(2) {
		width: 220px;
		height: 212px;
		margin-right: 10px;
	}
	
	#galleryArea div.galleryLeft figure:nth-child(3) {
		width: 220px;
		height: 212px;
	}

	#galleryArea div.galleryRight figure:nth-child(1) {
		width: 280px;
		height: 434px;
		margin-right: 10px;
	}
	
	#galleryArea div.galleryRight figure:nth-child(2) {
		width: 370px;
		height: 212px;
		margin-bottom: 10px;
	}
	
	#galleryArea div.galleryRight figure:nth-child(3) {
		width: 370px;
		height: 212px;
	}
	
	#galleryArea figure:hover:after {
		background: rgba(0,0,0,0.6);
		width: 100%;
		height: 100%;
		content: '';
		position: absolute;
		top: 0;
		left: 0;
	}


}


/*------------------------------------------------------------
	STORE INFO（地図・住所）
------------------------------------------------------------*/

h2.h2-02 {
	margin-bottom: 15px;
}

div#mapCanvas {
	width: 100%;
	height: 220px;
	margin-bottom: 5px;
}

div.infoArea {
	text-align: center;
}

div.infoArea div.infoBox {
	text-align: center;
	margin-bottom: 20px;
}

div.infoArea span.mini {
	font-size: 1rem;
}

div.infoArea ul.socialLink {
	text-align: center;
	margin-bottom: 30px;
}

div.infoArea ul.socialLink li a {
	color: #000;
	border: 1px solid #000;
}

div.infoArea ul.socialLink li a:hover {
	background: #000;
	color: #fff;
}

@media only screen and (min-width: 737px) {
	
	h2.h2-02 {
		margin-bottom: 40px;
	}
		
	div#mapCanvas {
		width: 840px;
		height: 400px;
		margin-bottom: 60px;
		float: right;
	}

	div.infoArea {
		width: 280px;
		float: left;
		position: relative;
	}
	
	div.infoArea:after {
		position: absolute;
		content: '';
		top: 0;
		right: -60px;
		width: 0;
		height: 0;
		border-right: 60px solid transparent;
		border-top: 400px solid #fff;
	}
	
	div.infoArea div.infoBox {
		text-align: left;
		padding-left: 40px;
	}
	
	div.infoArea span.mini {
		display: block;
		padding-left: 100px;
	}
}
