@charset "utf-8";
/*  .home_section
----------------------------------------*/
.home_section {
	background: url(../img/bg_home.png) repeat-x left top;

	padding-margin: 10px;
}
.home_section .title_main {
	margin-bottom: 10px;
}
.home_section .title_main img {
	width: auto;
	height: 12px;
}
.home_section .sub_title {
	margin-bottom: 20px;
}
.home_section .sub_title img {
	width: auto;
	height: 20px;
}
.home_section .sub_title02 {
	margin-bottom: 15px;
}
.home_section .sub_title02 img {
	width: auto;
	height: 13px;
}
.home_section .home_inner {
	width: 100%;
	margin: 0 auto;
}
.home_section .home_inner .photo {
	text-align: center;
	margin-bottom: 15px;
}

/*  .concept_section
----------------------------------------*/
.concept_section .title_main {
	text-align: center;
	margin-bottom: 10px;
}
.concept_section .title_main img {
	width: auto;
	height: 12px;
}
.concept_section .concept_inner {
	width: 100%;
}
.concept_section .cbp-fwslider nav span {
	top: 50%;
	width: 35px;
	height: 50px;
	margin-top: -25px;
	line-height: 50px;
}
.concept_section .cbp-fwslider nav span.cbp-fwnext {
	right: 0px;
	background-image: url(../img/arrow_right.png);
	background-repeat: no-repeat;
	background-size: 35px auto;
}
.concept_section .cbp-fwslider nav span.cbp-fwprev {
	left: 0px;
	background-image: url(../img/arrow_left.png);
	background-repeat: no-repeat;
	background-size: 35px auto;
}

/*  .system_section
----------------------------------------*/
.system_section {
	background: url(../img/bg-section.jpg) repeat-y center top;
	background-size: 100% auto;
	padding: 10px;
}
.system_section .title_main {
	margin-bottom: 10px;
}
.system_section .title_main img {
	width: auto;
	height: 12px;
}
.system_section .sub_title {
	margin-bottom: 20px;
}
.system_section .sub_title img {
	width: auto;
	height: 20px;
}
.system_section .sub_title02 {
	margin-bottom: 15px;
}
.system_section .sub_title02 img {
	width: auto;
	height: 13px;
}
.system_section .system_inner {
	width: 100%;
	margin: 0 auto;
}
.system_section .system_inner .photo {
	text-align: center;
	margin-bottom: 15px;
}
.system_section .system_inner ul {
	width: 100%;
	padding: 10px;
	margin: 0 auto 10px auto;
	background: url(../img/bg-system_inner.gif);
	background-size: 45px auto;
}
.system_section .system_inner ul li {
	width: 100%;
	float: none;
	margin: 0 0 10px 0;
	border: 1px solid #ab933e;
	font-size: 10px;
}
.system_section .system_inner ul li:last-child {
	margin-bottom: 0;
}
.system_section .system_inner .video {
	width: 100%;
	margin: 0 auto 10px auto;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
	overflow: hidden;
}
.system_section .system_inner .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	width: 100%;
	height: 100%;
}

/*  .product_section
----------------------------------------*/
.product_section {
	padding: 10px;
}
.product_section .title_main {
	margin-bottom: 10px;
}
.product_section .title_main img {
	width: auto;
	height: 12px;
}
.product_section .sub_title {
	margin-bottom: 10px;
}
.product_section .sub_title img {
	width: auto;
	height: 23px;
}
.product_section .sub_title02 {
	margin-bottom: 10px;
}
.product_section .sub_title02 img {
	width: auto;
	height: 30px;
}
.product_list {
  width: 100%;
  padding-bottom: 0;
}
.product_list li {
  float: none;
  padding-bottom: 10px;
}
.product_list li.right_item {
  float: none;
}
.product_list02 {
  width: 100%;
  margin: 0 auto;
}
.product_list02 li {
  float: none;
}

/*  .fashion_section
----------------------------------------*/
.fashion_section {
	padding: 10px;
  background: url(../img/bg-section.jpg) repeat-y center top;
	background-size: 100% auto;
}
.fashion_section .title_main {
	margin-bottom: 5px;
}
.fashion_section .title_main img {
	width: auto;
	height: 12px;
}
.fashion_section .sub_title {
	margin-bottom: 10px;
}
.fashion_section .sub_title img {
	width: auto;
	height: 10px;
}
.fashion_list {
  width: 100%;
  margin: 0 auto;
}
.fashion_section .fashion_list li {
  display: table;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  background: url(../img/bg-fashion_list.gif) repeat left top;
	background-size: 55px auto;
}
.fashion_section .fashion_list li.last {
  margin-bottom: 0;
}
.fashion_section .fashion_list li .photo {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
.fashion_section .fashion_list li .message {
  display: table-cell;
  padding: 10px;
  vertical-align: top;
  width: 50%;
}
.fashion_section .fashion_list li .message dt {
  padding-bottom: 10px;
	line-height: 0;
}
.fashion_section .fashion_list li .message dt img {
	width: 80%;
}
.fashion_section .fashion_list li .message dd {
  font-size: 10px;
  padding-top: 0;
}
.fashion_section .fashion_list .video {
	width: 100%;
	margin: 0 auto 10px auto;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
	overflow: hidden;
}
.fashion_section .fashion_list .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	width: 100%;
	height: 100%;
}

/*  .style_section
----------------------------------------*/
.style_section {
	padding: 10px;
}
.style_section .title_main {
	margin-bottom: 5px;
}
.style_section .title_main img {
	width: auto;
	height: 15px;
}
.style_section .sub_title {
	margin-bottom: 10px;
}
.style_section .sub_title img {
	width: auto;
	height: 10px;
}
.style_section .style_list {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  background: url(../img/bg-japan_style.png) repeat left top;
}
.style_section .style_list li.item {
  width: 100%;
  float: none;
  margin-right: 0;
  border: 1px solid #ab933e;
  padding: 18px 35px;
	margin-bottom: 10px;
}
.style_section .style_list li.item .photo {
  padding-bottom: 15px;
}
.style_section .style_list li.item .text {
  font-size: 10px;
  line-height: 1.3;
  padding: 0 10px;
  margin-bottom: 0;
  color: #d64e54;
  display: block;
  width: 100%;
	text-align: center;
}
.style_section .style_list .item02 {
  clear: both;
  width: 100%;
  padding: 42px 0 15px 0;
  background: url(../img/bg-style_list01.gif) repeat-x left bottom;
}
.style_section .style_list .item02 .style_list02 {
  width: 100%;
  background: none
}
.style_section .style_list .item02 .style_list02:after {
	content:".";display:block;visibility:hidden;height:0;font-size:0;line-height:0;clear:both;
}
.style_section .style_list .item02 .style_list02 li {
  float: none;
  display: block;
  position: relative;
  width: 100%;
}
.style_section .style_list .item02 .style_list02 li.right_area {
  float: none;
  width: 100%;
}
.style_section .style_list .item02 .style_list02 li .message {
  display: table-cell;
  vertical-align: top;
  font-size: 10px;
  padding: 10px;
	width: 60%;
}
.style_section .style_list .item02 .style_list02 li .mark {
	width: 70px;
  position: absolute;
  top: -25px;
  left: 0;
}
.style_section .style_list .item02 .style_list02 li .photo {
  display: table-cell;
  vertical-align: middle;
	width: 40%;
}
.style_section .style_list .item02 .style_list02 li.left_area .photo {
  width: 40%;
}
.style_section .style_list .item02 .style_list02 li.left_area .message {
  width: 60%;
  padding-left: 0;
}
.style_section .style_list .item02 .style_list02 li.right_area .photo {
  width: 40%;
}
.style_section .style_list .item02 .style_list02 li.right_area .message {
  width: 60%;
  padding-right: 0;
}

/*  .contact_section
----------------------------------------*/
.contact_section {
  background: url(../img/bg-section.jpg) repeat-y center top;
	padding: 10px;
}
.contact_section .title_main {
	margin-bottom: 15px;
}
.contact_section .title_main img {
	width: auto;
	height: 12px;
}
.contact_section .map_section {
	width: 100%;
	background: #fdfdfd;
	min-height: inherit;
	padding-bottom: 10px;
}
.contact_section .map_section .map_left {
	float: none;
	width: 100%;
}
.contact_section .map_section .map {
	border-right: none;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 75%;
	position: relative;
	height: 0;
	overflow: hidden;
}
.contact_section .map_section .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.contact_section .map_section .info_area {
	padding: 10px;
	float: none;
}
.contact_section .map_section .info_area h2 {
	margin: 0 0 10px 0;
}
.contact_section .map_section .info_area h2 img {
	width: 80%;
}
.contact_section .map_section .info_area ul li {
	font-size: 10px;
	padding: 0 0 10px 20px;
}
.contact_section .map_section .info_area ul li.address {
	background: url(../img/ico-address.png) no-repeat left top;
	background-size: 10px auto;
}
.contact_section .map_section .info_area ul li.telephone {
	background: url(../img/ico-telephone.png) no-repeat left top;
	background-size: 10px auto;
}
.contact_section .map_section .map_right {
	width: 300px;
	float: none;
	padding: 0 10px;
	height: 300px;
	margin: 0 auto;
	overflow: hidden;
}
.contact_section .map_section .map_right iframe {
	width: 300px;
}
