@charset "utf-8";
/*
Theme Name:yasaburou-shouten.net
Description:弥三郎商店 cssテーマ
Theme URI:www.yasaburou-shouten.net
Author:ray
Author URI:www.yasaburou-shouten.net
Version:1.0
License:sci inc.
License URI:www.sciinc.jp
*/
/*=========================================================
ptomotion sec style
=========================================================*/
#promotion #coverimage {
}

.palaimage .image-container {
	position: fixed;
	z-index: -100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#promotion .scroll-arrow {
	cursor: pointer;
	position: absolute;
	display: block;
	left: 50%;
	bottom: 10%;
	width: 120px;
	margin-left: -60px;
}

/*=========================================================
section image style
=========================================================*/
.parallax-window {
	min-height: 600px;
	height: 600px;
	width: 100%;
	background: transparent;
	position: relative;
}
.parallax-window p {
	display: block;
	position: absolute;
	height: 200px;
	width: 100%;
	color: #fff;
	background:#fff;
	z-index: -5;
}

.top-bg01 {
	background: url(../img/para_03.jpg) center 100% no-repeat;
}


/*=========================================================
topic sec style
=========================================================*/
#topics {
	height: 800px;
	background-color: #fff;
	border-top: solid 1px #B5C1CC;
	border-bottom: solid 1px #B5C1CC;
	
	box-shadow:0px 0px 10px 1px #B5C1CC;
	-moz-box-shadow:0px 0px 10px 1px #B5C1CC;
	-webkit-box-shadow:0px 0px 10px 1px #B5C1CC;
}
#topics .con-square {
	width: 160px;
	padding: 0 10px 10px 0;
	border-right: solid 1px #7D92A5;
	border-bottom: solid 1px #7D92A5;
}
#topics .sec-title h2 {
	font-size: 21px;
	margin-top: 10px;
	margin-left: 6px;
	margin-bottom: 6px;
	line-height: 24px;
}
#topics .sec-contentslist {
	margin-left: 190px;
	margin-top: 20px;
}
.topic-list li {
	border-bottom: solid 1px  #8B9DAF;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
#topics .fb-page {
	margin-left: 190px;
	margin-top: 20px;
	margin-bottom: 5px;
	padding: 0 4px 4px 0;
	box-shadow: 1px 1px 3px;
	border-right: solid 1px #7D92A5;
	/*border-left: solid 1px #7D92A5;*/
	border-bottom: solid 1px #7D92A5;
}
#topics h3 {
	font-size: 1.5rem;
	color: #34404B;
	font-weight: bold;
	margin-bottom: 1rem;
}
#topics .date {
	font-size: 1.3rem;
	line-height: 1.5rem;
	margin-bottom: 1.2rem;
}
#topics .date p {
	display: inline;
	padding: 4px 8px;
	background-color: #34404B;
	color: #fff;
}
#topics .text {
	font-size: 1.3rem;
	line-height: 1.5rem;
}
#topics .topic-right {
	display: none;
}

@media only screen and (min-width:1520px) {
	#topics .fieldlimit {
	}
	#topics .topic-left {
		float: left;
		width: 100%;
		margin-right: -550px;
	}
	#topics .sec-title, #topics .topic-list {
		margin-right: 550px;
	}
	#topics .topic-right {
		float: right;
		width: 539px;
		display: block;
	}
}

/*=========================================================
products sec style
=========================================================*/
#products {
	background-color: #fff;
	border-top: solid 1px #B5C1CC;
	border-bottom: solid 1px #B5C1CC;

	box-shadow:0px 0px 10px 1px #B5C1CC;
	-moz-box-shadow:0px 0px 10px 1px #B5C1CC;
	-webkit-box-shadow:0px 0px 10px 1px #B5C1CC;

}
#products .sec-title {
}
#products .con-square {
	/*margin: 0 0 0 auto;*/
	width: 160px;
	padding: 0 10px 10px 10px;
	border-right: solid 1px #7D92A5;
	/*border-left: solid 1px #7D92A5;*/
	border-bottom: solid 1px #7D92A5;
}
#products .sec-title h2 {
	font-size: 21px;
	margin-top: 10px;
	margin-left: 6px;
	margin-bottom: 6px;
	line-height: 24px;
}
.products-list {
	overflow: hidden;
	margin-top: 1.6rem;
	margin-left: 190px;
	/*text-align: center;*/
}
.products-list ul {
	/*display: inline-block;*/
}
.products-list li {
	float: left;
	text-align: left;
	width: 298px;
	height: 298px;
	padding: 10px;
	border: solid 1px #34404B;
}
.products-list li:nth-child(2n+1) {
	background-color: #e6eaed;
}
.products-list li:nth-child(2n) {
	background-color: #34404b;
	color: #fff;
}
.products-list .productimage {
	width: 300px;
	height: 300px;
	background-color: #fff;
	text-align: center;
}
.products-list .productimage img {
	width: auto;
	max-height: 300px;
	margin: auto;
}
/*=========================================================
aboutus sec style
=========================================================*/

#aboutus {
	background-color: #e6eaed;
}
#aboutus.contents h2 {
	margin-left: 0.8rem;
}
#aboutus .sec-title {
	padding: 0 0 6px 0;
	border-bottom: solid 1px #7D92A5;
}
#aboutus .sec-title img, #aboutus .sec-title h2 {
	display: inline;
	vertical-align: bottom;
}
#aboutus dl {
	margin-top: 2.5%;
	font-size: 1.4rem;
	line-height: 1.8rem;
}
#aboutus dt {
	float: left;
	padding: 1.5% 0;
}
#aboutus dd {
	padding: 1.5% 1.5% 1.5% 22%;
	border-bottom: solid 1px #34404b;
}
