@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------
                  	common
------------------------------------------------------------ */
/* switch ----------------------- */
.pcOnly { display: block; }
.spOnly { display: none; }

/* mod_section ----------------------- */
.mod_section img {
	max-width: 100%;
	height: auto;
	}

/* layout(contents) ----------------------- */
.left {
	float: left;
	}
.right {
	float: right;
	}
.ratio1-1 .left,
.ratio1-1 .right {
	/*width: 474px;*/
	width: 463px;
	}
.ratio2-1 .left,
.ratio1-2 .right {
	width: 632px;
	}
.ratio2-1 .right,
.ratio1-2 .left,
.ratio1-1-1 .left,
.ratio1-1-1 .right {
	width: 295px;
	}
.ratio1-1-1 .left:first-child {
	margin-right: 40px;
	}
.ratio1-1 .ratio1-1 .left,
.ratio1-1 .ratio1-1 .right {
	/*width: 227px;*/
	width: 211px;
	}

/* layout(grid) ----------------------- */
.ratio-grid .column {
	margin: 0 20px 20px 0;
	float: left;
	}
.ratio-grid.column-2 .column-2.column,
.ratio-grid.column-2 .column-4.column {
	width: 472px;
	}
.ratio-grid.column-6-3 .column-3.column,
.ratio-grid.column-8-4 .column-4.column {
	margin-right: 18px;
	width: 474px;
	}
.ratio-grid.column-2 .column,
.ratio-grid.column-4 .column {
	/*margin-right: 21px;*/
	width: 226px;
	}
.ratio-grid.column-6 .column,
.ratio-grid.column-6-3 .column-3 .column {
	margin: 0 18px 18px 0;
	/*width: 144px;*/
	width: 146px;
	}
.ratio-grid.column-8 .column,
.ratio-grid.column-8-4 .column-4 .column {
	margin: 0 18px 18px 0;
	/*width: 103px;*/
	width: 105px;
	}
.ratio-grid.column-2 .column:nth-child(2n),
.ratio-grid.column-6-3 .column-3.column:nth-child(2n),
.ratio-grid.column-8-4 .column-4.column:nth-child(2n),
.ratio-grid.column-4 .column:nth-child(4n),
.ratio-grid.column-6 .column:nth-child(6n),
.ratio-grid.column-6-3 .column-3 .column:nth-child(3n),
.ratio-grid.column-8-4 .column-4 .column:nth-child(4n),
.ratio-grid.column-8 .column:nth-child(8n) {
	margin-right: 0;
	}

/* heading ----------------------- */
/*.mod_section .title-number {
	margin-bottom: .8em;
	font-size: 1.7em;
	font-weight: bold;
	border-bottom: #ccc 1px solid;
	}
.mod_section .title-number .number,
.mod_section .title-number .text {
	padding: .3em .6em;
	display: table-cell;
	vertical-align: middle;
	}
.mod_section .title-number .number {
	background: #ccc;
	}*/
.mod_section .title-number {
	margin-bottom: .8em;
	padding: 4px;
	font-size: 1.5em;
	font-weight: bold;
	background: #e7e7e7;
	}
.mod_section .title-number span {
	padding: .3em .6em;
	}
.mod_section .title-number .number,
.mod_section .title-number .text {
	display: table-cell;
	vertical-align: middle;
	}
.mod_section .title-number .number {
	color: #fff;
	background: #666;
	}
.mod_section .underline {
	padding-bottom: .2em;
	border-bottom: #ccc 1px solid;
	}

/* text ----------------------- */
.mod_section {
	line-height: 1.6;
	font-size: 1.13em;
	}
.ex_h2style{
	font-size: 1.5em;
	line-height: 1.18;	
	}
.mod_section .font-sizeup {
	font-size: 1.14em;
	}
.mod_section .font-sizedown {
	font-size: .78em;
	}
.mod_section strong {
	font-weight: bold;
	}
.mod_section .text-center {
	text-align: center;
	}
.mod_section .text-right {
	text-align: right;
	}
.mod_section .text-indent-1 {
	text-indent: -1em;
	padding-left: 1em;
	}
.mod_section .text-indent-2 {
	text-indent: -2em;
	padding-left: 2em;
	}
.mod_section .text-indent-2-5 {
	text-indent: -2.5em;
	padding-left: 2.5em;
	}
.mod_section .text-indent-3 {
	text-indent: -3em;
	padding-left: 3em;
	}
.mod_section .note {
	color: #ff0000;
	}
.mod_section .price {
	color: #0074a5;
	font-weight:bold;
	}
.mod_section .order {
	color: #0075a9;
	font-weight:bold;
	}
.mod_section .orange {
	color: #f18c00;
	}

/* list ----------------------- */
ul.dot-icon-list {
	list-style-type: disc;
	line-height: 1.2;
	}
ul.dot-icon-list li {
	margin: 0 0 .4em 1.3em;
	}

/* label-table ----------------------- */
.label-table dl {
	margin-bottom: .4em;
	}
.label-table dt,
.label-table dd {
	padding: .2em .4em;
	display: table-cell;
	vertical-align: middle;
	}
.label-table dt {
	background: #e7e7e7;
	white-space: nowrap;
	}
.label-table dd {
	padding-right: 0;
	}

/* btn ----------------------- */
.btn {
	width: 100%;
	box-sizing: border-box;
	border: #adadad 1px solid;
	}
.btn a {
	background-color: #fff;
	color: #000;
	font-weight: bold;
	font-size: 120%;
	vertical-align: middle;
	text-align: center;
	padding: 20px 0px 20px 0;
	display: block;
	position: relative;
	}
.btn a {
	padding: 20px;
	text-align: center;
	}
.btn a:after{
	color:#666;
	content: " \f105";
	font-family: FontAwesome;
	font-size:120%;
	margin: 0 0 0 10px;
	}

/* showroom ----------------------- */
.showroom{
	background:#ffeec4;
	padding:15px 50px 15px 0;
	text-align:center;
	}

.showroom img{
	width:471px;
	}

.showroom h3.text{
	font-size:21px;
	font-weight:bold;
	line-height:1.6;
	display:inline-block;
	width:410px;
	padding:25px 30px 0 0;
	}

/* anchor ----------------------- */
.anchor {
	margin-top: -80px!important;
	padding-top: 80px!important;
	margin-top: -160px\9!important;
	padding-top: 160px\9!important;
	}

/* text_navi_bottom ----------------------- */
.text_navi_bottom_wrap {
    margin: 50px 0;
    text-align: center;
	}

.text_navi_bottom_wrap h3 {
	margin-bottom: 8px;
    font-size: 18px;
	}

ul.text_navi_bottom {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 0;
    margin: 0;
    overflow: auto;
    padding: 0;
	line-height:1.8;
	}

ul.text_navi_bottom li:first-child {
    border: medium none;
	}

ul.text_navi_bottom li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-left: 1px solid #333;
    display: inline-block;
    font-size: 16px;
    margin: 0;
    padding: 0 20px;
	}

ul.text_navi_bottom li a {
    color: #333;
    text-decoration: underline;
	}

ul.text_navi_bottom li a:hover {
    color: #999;
    text-decoration: none;
	}

ul.text_navi_bottom li:first-child {
    border: medium none;
	}

@media only screen and (max-width:640px) and (max-device-width:1280px){
	
/* ---------------------------------------------------------
                  	common
------------------------------------------------------------ */
/* switch ----------------------- */
.pcOnly { display: none; }
.spOnly { display: block; }

/* layout(contents) ----------------------- */

.mod_billboard .slick li{
	height:auto !important;
	}

.section-inner {
	margin: 0 2.60416%;
	}
.left.only-pc,
.right.only-pc {
	margin-right: 0 !important;
	width: auto !important;
	float: none;
	}
.ratio1-1 .left,
.ratio1-1 .right,
.ratio1-1 .ratio1-1 .left,
.ratio1-1 .ratio1-1 .right,
.ratio-grid.column-2 .column,
.ratio-grid.column-4 .column {
	width: 47.25274%;
	}
.ratio-grid.column-2 .column-2.column,
.ratio-grid.column-6-3 .column-3.column,
.ratio-grid.column-8-4 .column-4.column {
	width: 100%;
	}
.ratio2-1 .left,
.ratio1-2 .right {
	width: 64.83516%;
	}
.ratio2-1 .right,
.ratio1-2 .left,
.ratio1-1-1 .left,
.ratio1-1-1 .right {
	width: 29.67032%;
	}
.ratio1-1-1 .left:first-child {
	margin-right: 5.4945%;
	}

/* layout(grid) ----------------------- */
.ratio-grid .column {
	margin: 0 5.4945% 5.4945% 0;
	}
.ratio-grid.column-6 .column,
.ratio-grid.column-6-3 .column-3 .column {
	margin: 0 2.74725% 2.74725% 0;
	width: 31.45604%;
	}
.ratio-grid.column-8 .column,
.ratio-grid.column-8-4 .column-4 .column {
	margin: 0 2.74725% 2.74725% 0;
	/*width: 20.87912%;*/
	width: 22.93956%;
	}
.ratio-grid.column-2 .column-2,
.ratio-grid.column-2 .column-2 .column:nth-child(2n),
.ratio-grid.column-6-3 .column-3.column,
.ratio-grid.column-8-4 .column-4.column,
.ratio-grid.column-4 .column:nth-child(2n),
.ratio-grid.column-6 .column:nth-child(3n),
.ratio-grid.column-8 .column:nth-child(4n) {
	margin-right: 0;
	}

/* heading ----------------------- */
.mod_section .title-number {
	font-size: 1.2em;
	}
.ex_h3style {
	margin-bottom: .2em;
	/*font-size: 1em;*/
	font-size: 1.1em;
	font-weight: bold;
	}
.ex_h3style.underline {
	margin-bottom: .4em;
	}

/* text ----------------------- */
.mod_section {
	line-height: 1.4;
	font-size: 1.06em;
	}
.ex_h2style{
  font-size: 1.2em;
 	}
.mod_section .font-sizeup {
	font-size: 1em;
	}

/* list ----------------------- */
ul.dot-icon-list {
	font-size: .9em;
	}
ul.dot-icon-list li {
	margin-bottom: .2em;
	}

/* showroom ----------------------- */
.showroom{
	padding:15px 0 10px 0;
	font-size:125%;
	text-align:center;
	margin-bottom:30px;
	}

.showroom img{
	width:93.6%;
	padding:0 0 10px 0;
	}
.showroom h3.text{
	font-size:100%;
	width:93.6%;
	padding:0 0 10px 0;
	margin:0 auto;
	}

/* photo_arrow ----------------------- */

.photo-arrow{
	position:relative;
	display:block;
	}

.photo-arrow:after{
	display:block;
	position:absolute;
	content: " \f138";
	font-family: FontAwesome;
	color:#fff;
	right:6px;
	bottom:2px;
	z-index:10;
	font-size:150%;
	}
}

/*---hambugermenu---*/
.navi_title {
    background: #666;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    padding: 20px;
    position: relative;
    width: 924px;
    overflow: hidden;
}
.navi_title span {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    right: 20px;
    top: 30px;
}

.mod_headerbar_in_nav_category dl dt {
    background-color: #3e3e3e;
    color: #ffffff;
    font-size: 115%;
    line-height: 1.3;
    font-weight: bold;
    padding: 12px 0 6px 25px;
}

.mod_headerbar_in_nav_category{
	border-bottom:1px solid #6f6e6e;
}


/*---hambugermenu---*/
.mod_headerbar_in_nav_title {
    background: #666;
	width:100%;
	
}

.mod_headerbar_navi_title {
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    padding: 15px 20px;
    display: inline-block;
    width:600px;
}
.mod_headerbar_category_title {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 0;
    display: inline-block;
    width:308px;
    text-align:right!important;
}

.mod_headerbar_category_title a:after {
    content: " \f105";
    font-family: FontAwesome;
}

/*---bnr-coordination---*/
.mod_section .bnr-coordination {
	background:url(../img/img_coordination_bg.gif);
	width: 967px;
	height: 755px;
	position: relative;
}
.mod_section .bnr-coordination-tl01 {
	position: absolute;
	top: 55px;
	left: 150px;
}
.mod_section .bnr-coordination-tl02 {
	position: absolute;
	top: 560px;
	left: 218px;
}
.mod_section .bnr-coordination-screen {
	position: absolute;
	top: 206px;
	left: 30px;
}
.mod_section .bnr-coordination-btn {
	position: absolute;
	top: 630px;
	left: 215px;
}

/*---bnr-block---*/
.bnr-block.gray {
	padding: 50px 0;
	background: #f7f8f8;
	text-align: center;
	}
.bnr-block .section-inner {
	margin-bottom: 0 !important;
	}
.bnr-block .mod_section h3 {
	margin-bottom: 30px;
	font-size: 32px;
	line-height: 1.6;
	text-decoration: underline;
	}
.bnr-block.sr .mod_section h3 {
	margin-bottom: 0;
	}
.bnr-block .image {
	margin-bottom: 30px;
	}
.bnr-block .image img {
	margin: 0 auto;
	}
.bnr-block dl {
	font-size: 24px;
	}
.bnr-block dt {
	margin-bottom: 20px;
	}
.bnr-block .button a {
	padding: .8em;
	width: 15em;
	color: #fff;
	background: #ff7e00;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	}



/* For Smart Phone */
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_headerbar_item_in .headerbarTitle {
  padding-right: 115px;
  }
	
/*---hambugermenu---*/
.mod_headerbar_in_nav_title {
  background: #666;
  width:100%;
	
  }

.mod_headerbar_navi_title{
   float:none;
   width:100%;
   background-color:#666;
   border-bottom:solid 1px #1d1d1d;
   text-align:left!important;
   padding:0;
  }

.mod_headerbar_category_title{
   float:none;
   width:100%;
   padding:0;
   background-color:#666;
   border-bottom:solid 1px #1d1d1d;
   text-align:left!important;
   
  }
  
  .mod_headerbar_navi_title a,
  .mod_headerbar_category_title a{
   display:block!important;
   font-weight:bold;
   padding:15px 20px 15px 20px;
  }
  .mod_headerbar_navi_title a:after{
   display:inline-block;
   float:right;
   content: " \f054";
   font-size:80%;
   font-family: FontAwesome;
}
  
  .mod_headerbar_category_title a:after{
   display:inline-block;
   float:right;
   content: " \f054";
   font-size:120%;
   font-family: FontAwesome;
}

/*---bnr-coordination---*/

.mod_section .bnr-coordination-sp {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 231% 0 0;
	margin-bottom: 20px;
}
.mod_section .bnr-coordination-sp-inner {
	width: 100%;
	height: 100%;
	background-color: #eee;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	background:url(../img/img_coordination_bg_sp.gif);
	background-size:auto 100%;
}
.mod_section .bnr-coordination-sp-tl01 {
	position: absolute;
	top: 3%;
	left: 0;
}
.mod_section .bnr-coordination-sp-tl02 {
	position: absolute;
	top: 78%;
	left: 0;
}
.mod_section .bnr-coordination-sp-screen {
	position: absolute;
	top: 25%;
	left: 0;
}
.mod_section .bnr-coordination-sp-btn {
	position: absolute;
	top: 87%;
	left: 0;
}

/*---bnr-block---*/
.bnr-block.gray {
	padding: 6% 0;
	}
.bnr-block.gray:last-child {
	margin-bottom: 8%;
	}
.bnr-block .mod_section h3 {
	margin-bottom: 4%;
	font-size: 16px;
	}
.bnr-block.sr .mod_section h3 {
	margin-bottom: 2%;
	}
.bnr-block .image {
	margin-bottom: 6%;
	}
.bnr-block.sr .image {
	margin-bottom: 2%;
	}
.bnr-block dl {
	font-size: 12px;
	}
.bnr-block dt {
	margin-bottom: 4%;
	}
.bnr-block .button a {
	padding: 1.6em .8em;
	font-weight: bold;
	}

}

