@charset "euc-jp";

/* --------------------------------------------------------- */
/* 03. 商品一覧
------------------------------------------------------------ */

#mainBox {
	float: right;
	width: 660px;
}
#sideBox {
	float: left;
	width: 300px;
	padding-bottom: 80px;
}



/* メニュー
------------------------------------------------------------ */
.submenu {
	font-family: 'Noto Sans Japanese';
	font-size: 16px;
	font-weight: 500;
	padding-top: 40px;
}
.submenu li {
	border: solid 1px #333;
	display: table;
	float: left;
	width: 348px;
	height: 100px;
	padding: 10px 10px 10px 120px;
	margin: 0 40px 40px 0;
	position: relative;
	cursor: pointer;
}
.submenu li:nth-child(2n) {
	margin-right: 0;
}
.submenu li img {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 20px;
	left: 20px;
}
.submenu li:hover img {
	opacity: 0.6;
}
.submenu li a {
	text-decoration: none;
	vertical-align: middle;
	display: table-cell;
	padding: 0;
}
.submenu li span {
	font-size: 10px;
	font-weight: 400;
	display: block;
	padding-top: 0.5em;
}



/* メインカラム
------------------------------------------------------------ */
/* 時期 */
dl.season {
	font-family: 'Noto Sans Japanese';
	font-size: 20px;
	font-weight: 500;
	display: table;
	width: 100%;
	margin-top: 30px;
}
dl.season dt {
	font-weight: 500;
	line-height: 1.4;
	background-color: #FFD24D;
	display: table-cell;
	vertical-align: middle;
	width: 120px;
	padding: 20px;
}
dl.season dd {
	line-height: 1.4;
	color: #FFF;
	background-color: #333;
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
}

/* 説明 */
.section {
	margin-top: 60px;
}
.section+.section {
	margin-top: 0;
}
.section h3 {
	font-family: 'Noto Sans Japanese';
	font-size: 28px;
	font-weight: 500;
	line-height: 1.4;
	padding-bottom: 40px;
}
.section p {
	margin-bottom: 60px;
}
.section .img {
	width: 270px;
}
.section.left .img {
	float: left;
	margin: 0 50px 60px 0;
}
.section.right .img {
	float: right;
	margin: 0 0 60px 50px;
}



/* サイドカラム
------------------------------------------------------------ */
#sideBox .inner {
	width: 300px;
}
#sideBox dl {
	border: solid 1px #333;
	display: none;
	padding: 80px 40px 20px 40px;
}
#sideBox dl.active {
	display: inherit;
}
#sideBox dt {
	font-family: 'Noto Sans Japanese';
	font-size: 26px;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	padding-bottom: 50px;
}
#sideBox dt span {
	font-size: 12px;
	font-weight: 200;
	display: block;
	padding-top: 0.5em;
}
#sideBox dt i {
	display: block;
	padding-bottom: 20px;
	margin-top: -20px;
}
#sideBox dd {
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 0.1em;
	border-top: solid 1px #D6D6D6;
	padding: 1.5em 65px 1.5em 0;
	position: relative;
}
#sideBox dd:after {
	border-top: solid 1px #FFD24D;
	border-right: solid 1px #FFD24D;
	content: "";
	-webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);
	width: 5px;
	height: 5px;
	margin: auto 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
}
#sideBox dd a {
	text-decoration: none;
	display: block;
}
#sideBox dd span {
	font-size: 10px;
	text-align: right;
	height: 16px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
}



/* --------------------------------------------------------- */
/* 調整用
------------------------------------------------------------ */

/* clearfix */
.submenu ul:after,
.section:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* hover animation */
.submenu li img {
	-webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;
}
