@charset "utf-8";
/* CSS Document */

/* clearfix */
.clf {
	zoom: 1;/*for IE 5.5-7*/
}
.clf:after {/*for modern browser*/
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

body {
    color: #333333;
    font-family: '游ゴシック', YuGothic;
}

div#proContents {
	background: url(../images/index/bg_index.png) repeat;
	font-size:95%;
	position: relative;
}
/* Head */
div#Head-section {
	text-align: center;
	padding: 15px 20px;
}
div#Head-section img {
	width: 100%;
	max-width: 296px;
}
/* Mainvisual */

#Mainvisual {
	position: relative;
}
.slider {
	position: relative;
	overflow: hidden;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.slider .slide img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.slider .bx-prev {
	background: url(../images/index/btn_prev.png) no-repeat 0 0;
	width: 31px;
	height: 57px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin: -29px 0 0 0;
}
.slider .bx-next {
	background: url(../images/index/btn_next.png) no-repeat 0 0;
	width: 31px;
	height: 57px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin: -29px 0 0 0;
}
.caption {
	padding: 10px;
	position: absolute;
	z-index: 99;
}
.caption img {
	width: 100%;
	max-width: 640px;
}
.caption01 {
	top: 0px;
	left: 0px;
}
.caption02 {
	bottom: 50px;
	left: 0px;
}
/* Keyword */

#Keyword {
	padding: 30px 0;
}
#Keyword h2 {
	text-align: center;
	padding-bottom: 20px;
}
.keyword-list li {
	width: 23%;
	float: left;
	margin: 0 1%;
	text-align: center;
	list-style: none;
}
.keyword-list img {
	width: 100%;
	max-width: 150px;
}
/* Price */

#Price {
	padding: 30px 0;
	background: #60453d;
}
#Price h2 {
	text-align: center;
	padding-bottom: 20px;
}
.list-price li {
	width: 31%;
	float: left;
	margin: 0 1%;
	text-align: center;
	list-style: none;
}
.list-price img {
	width: 100%;
	max-width: 210px;
}
/* Concept */

#Concept {
	padding: 50px 0;
	text-align: center;
}
#Concept h2 {
	text-align: center;
	padding-bottom: 20px;
}
#Concept p {
	padding: 10px 0;
	color: #333333;
	font-family:'游ゴシック', YuGothic;
}
.inner {
	padding: 0 10px;
	text-align:left;
}
/* Contents */
div#Contents {
	background: url(../images/index/bg_contents.png) no-repeat center top;
	padding: 50px 0;
}
div#Contents h2 {
	text-align: center;
	padding-bottom: 40px;
}
.listContents {
	padding: 0 30px;
}
.listContents li {
	list-style: none;
	width: 100%;
	float: left;
	margin: 10px 0;
}
.listContents a {
	display: block;
	text-decoration: none;
	color: #fff;
}
.listContents .post-img {
	width: 40%;
	max-width: 230px;
	float: left;
}
.listContents img {
	width: 100%;
	max-width: 230px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}
.listContents .post-text {
	width: 55%;
	float: left;
	margin-left: 5%;
	height: inherit;
	display: table;
}
.listContents .post-text p{
	font-family:'游ゴシック', YuGothic;
	font-size:88%;
}
.listContents .tblcell {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	padding-top: 30px;
}
.listContents p.large-txt {
	color: #febf00 !important;
	font-weight: bold;
	padding: 10px 0 5px 20px;
	background: url(../images/index/icon_arrow.png) no-repeat left 12px;
	background-size: 15px auto;
  font-family:'游ゴシック', YuGothic;
}
/* Pickup */

#Pickup {
	background: url(../images/index/bg_pickup.jpg) no-repeat center bottom;
	padding: 50px 0;
}
#Pickup h2 {
	text-align: center;
	padding-bottom: 30px;
}
.list-pickup li {
	width: 44%;
	float: left;
	margin: 20px 3%;
	list-style: none;
	text-align: center;
}
.list-pickup a {
	color: #333333;
}
.list-pickup img {
	width: 100%;
	max-width: 230px;
	border: 7px solid #261A17;
	margin: -7px;
}
.list-pickup h3 {
	font-weight: normal;
	border-bottom: 1px solid #362e2b;
	padding: 5px 0;
	margin-bottom: 5px;
	font-family:'游ゴシック', YuGothic;
}
.list-pickup h3, .list-pickup p {
	max-width: 180px;
	margin-left: auto;
	margin-right: auto;
	font-family:'游ゴシック', YuGothic;
}
/* Pagetop */
#Pagetop {
	position: absolute;
	z-index: 99;
	right: 10px;
	bottom: -30px;
	width: 60px;
	height: 60px;
	cursor: pointer;
}
#Pagetop img {
	width: 60px;
}

@media screen and (max-width: 480px) {
#Keyword h2 img {
	width: 180px;
}
#Price h2 img {
	width: 100px;
}
#Concept h2 img {
	width: 240px;
}
#Contents h2 img {
	width: 180px;
}
#Pickup h2 img {
	width: 180px;
}
.listContents {
	padding: 0 0px;
}
.listContents .tblcell {
	padding-top: 10px;
}
}

@media screen and (max-width: 360px) {
.listContents .tblcell {
	padding-top: 0px;
}
}
