@charset "UTF-8";
/* CSS Document */
.pc_only{
	display:block;
}
.sp_only{
	display:none;
}
.inner_block{
	max-width:1120px;
	margin:0 auto;
	overflow:hidden;
	padding:20px;
}
.inner_block__home{
	max-width:1120px;
	position:relative;
	padding-left:20px;
	padding-right:20px;
}
.row_home{
	margin:0 auto 10px;
	overflow:hidden;
}
.row__idea_style{
	margin:0 auto 25px;
	overflow:hidden;
}
.col__pickupBtn{
	float:left;
	margin-right:1.78571%;/*20px*/
	width:74.55357%;/*835px*/
}
.col__landBtn{
	float:left;
	width:23.66071%;/*265px*/
}
	
.sp_topBtnArea{
	display:none;
}
.top_block_title{
	font-size:100%;
	font-weight:normal;
	margin-bottom:5px;
	height:28px;
}
.top_block_title__title{
	font-size:147%;
	color:#f6931e;
	margin-right:1em;
}
.top_block_title__title_recommend {
    font-size: 124%;
    color: #f6931e;
}
.top_block_title__txt{
	font-size:116%;
	margin-right:1em;
}
.top_block_title__btn a {
	text-decoration: none;
	color: #fff;
	float: right;
	background-image: url(../../images/arrow_btn01.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 14px 14px;
	padding-left:20px;
	margin-top:5px;
	padding-top:2px;
}
.top_block_title__btn a:hover {
	color: #F6931E;
}

.topPickupArea{
	background:#5b5b5b;
	color:#fff;
}
.topPickupArea__lineup{
	margin-bottom:15px;
	overflow:hidden;
}
.topPickupArea__lineup span{
	display:none;
}
.topPickupArea__lineup > li{
	float:left;
	width:48.74251%;/*407px*/
	margin-right:2.51497%;/*21px*/
}
.topPickupArea__lineup > li:last-child{
	margin-right:0;
}
.topPickupArea__bxslider_carousel li{
	margin-right:15px;
	position: relative;
    overflow: hidden;
}
.topPickupArea__bxslider_carousel li a{
	color:#fff;
	text-decoration:none;
}
.topPickupArea__bxslider_carousel li .caption {
	position: absolute;
    top: 0;
    left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	opacity: 0;
	margin:0;
	font-size:100%;
	display:table;
	padding:5px;
	text-align:center;
	box-sizing:border-box;
	
}
.topPickupArea .bx-wrapper .bx-viewport {
background: none;
}
.topPickupArea__bxslider_carousel li .caption span {
	display:table-cell;
	vertical-align:middle;
	width:100%;
	height: 120px;
}
.topPickupArea__bxslider_carousel li:hover .caption {
    opacity: 1;
}
.topPickupArea .bx-wrapper {
	padding: 15px;
	background:#dedede;
}
.topPickupArea .bx-wrapper .bx-controls-direction a {
	top: 0;
	margin-top: 0;
	width: 25px;
	height: 100%;
}
.topPickupArea .bx-wrapper .bx-prev {
	left: 0;
	background-color: #333;
	background-image: url(../../images/arrow_btn_prev.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.topPickupArea .bx-wrapper .bx-next {
    right: 0;
    background-color: #333;
	background-image: url(../../images/arrow_btn_next.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.topPickupArea .bx-wrapper .bx-prev:hover {
	background-position: center center;
	background-color: #555;
}
.topPickupArea .bx-wrapper .bx-next:hover {
	background-position: center center;
	background-color: #555;
}
.topBodyArea{
	background-color: #333;
	color:#fff;
}
.topBodyArea__topics{
	margin-bottom:20px;
	position:relative;
}
.topBodyArea__topics .top_block_title__btn a {
	float: none;
	background-image: url(../../images/arrow_btn02.png);
}
.topBodyArea__topics .exhibition_map{
	position:absolute;
	right:0;
	bottom:0;
	width:23.66071%;/*265px*/
}
.topBodyArea__topics .topBodyArea__topics_announce{
	position:absolute;
	left:230px;
	top:7px;
}
.topBodyArea__topics a{
	color:#fff;
	text-decoration:none;
}
.topBodyArea__topics a:hover{
	color:#F6931E;
	text-decoration:underline;
}
.topBodyArea__topics > ul{
	width:74.55357%;/*835px*/
}
.topBodyArea__topics > ul > li{
	border-bottom:1px dotted #ccc;
	line-height:2;
}
.topBodyArea__topics > ul > li span{
	display:inline-block;
	width:90px;
}
.topBodyAreaBanner li{
	float: left;
	margin-right:1.78571%;/*20px*/
	margin-bottom:20px;
	width:23.66071%;/*265px*/
	background:#e6e6e6;
}
.topBodyAreaBanner li a{
	display:block;
	display:table;
	width:100%;
}
.topBodyAreaBanner li:hover{
	background:#f5f5f5;
}
.topBodyAreaBanner li a:hover{
	text-decoration:none;
}
.topBodyAreaBanner li:nth-child(4),.topBodyAreaBanner li:nth-child(8){
	margin-right:0;
}
.topBodyAreaBanner li span{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.topBodyAreaBanner li .topBodyAreaBanner_img{
	width:96px;
}
.topBodyAreaBanner li img{
	vertical-align:middle;
}
.fix_footer{
	display:none;
	position:fixed;
	bottom:0;
	z-index:10000;
	width:100%;
	background: -moz-linear-gradient(top, rgba(121,121,121,0.95) 0%, rgba(121,121,121,0.95) 37%, rgba(90,90,90,0.95) 51%, rgba(90,90,90,0.95) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(121,121,121,0.95)), color-stop(37%,rgba(121,121,121,0.95)), color-stop(51%,rgba(90,90,90,0.95)), color-stop(100%,rgba(90,90,90,0.95))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(121,121,121,0.95) 0%,rgba(121,121,121,0.95) 37%,rgba(90,90,90,0.95) 51%,rgba(90,90,90,0.95) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(121,121,121,0.95) 0%,rgba(121,121,121,0.95) 37%,rgba(90,90,90,0.95) 51%,rgba(90,90,90,0.95) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(121,121,121,0.95) 0%,rgba(121,121,121,0.95) 37%,rgba(90,90,90,0.95) 51%,rgba(90,90,90,0.95) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(121,121,121,0.95) 0%,rgba(121,121,121,0.95) 37%,rgba(90,90,90,0.95) 51%,rgba(90,90,90,0.95) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6797979', endColorstr='#e65a5a5a',GradientType=0 ); /* IE6-9 */
}
.top .fix_footer{
	display:none;
}
.fix_footer__inner{
	max-width:1120px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
.fix_footer__nav{
	overflow:hidden;
	display:table;
	width:86.60714%;/*970px*/
}
.fix_footer__nav li{
	font-size:116%;
	display:table-cell;
	min-height:55px;
	vertical-align:middle;
	padding:0 0 0 10px;
	border-left:1px solid #ccc;
	width:33.3333%;
}
.fix_footer__nav li span{
	display:table-cell;
	vertical-align:middle;
}
.fix_footer_txt{
	width:70%;
	font-weight: bold;
}
.fix_footer_img{
	width:30%;
}
.fix_footer__nav li a{
	min-height:55px;
	display:block;
	background-image: url(../../images/fix_footer__nav_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	color:#fff;
	padding-left:10px;
}
.fix_footer__nav li a:hover{
	text-decoration:none;
}
.fix_footer__nav li:hover{
	background-color:#F6931E;
}
.fix_footer__inner .goto_top{
	position:absolute;
	top:0;
	right:0;
	background:rgba(0,0,0,1);
	font-size:116%;
	padding:10px;
}
.fix_footer__inner .goto_top a{
	color:#fff;
	text-decoration:none;
	background-image: url(../../images/goto_top_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	display:block;
	width:105px;
	height:35px;
	line-height:35px;
	padding-left:25px;
}
.fix_footer__inner .goto_top a:hover{
	text-decoration:none;
}
.fix_footer__inner .goto_top:hover{
	background-color:#F6931E;
}
.sp-fix_footer{
	display:none;
}
.img-responsive{
	max-width:100%;
	width:100%;
	height:auto;
	display:block;
	margin-right:auto;
	margin-left:auto;
}
.topPickupMenu{
	overflow:hidden;
}
.topPickupMenu li{
	float:left;
	text-align:center;
	margin-right: 1.78571%;
    width: 23.66071%;
}
.topPickupMenu li:last-child{
	margin-right: 0;
}
.topPickupMenu li img{
	margin-bottom:5px;
}
.topPickupMenu li a{
	color:#fff;
}
.news_ticker {
    height: 62px;
    overflow: hidden;
}
.news_ticker li {
    height: 20px;
	border-bottom: 1px dashed #c1c1c1 ;
    padding: 5px 0;
}
.flat_header{
	max-width: 1280px;
	margin: 0 auto;
	text-align: center;
}
.flat_header_main_visual{
	max-width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.flat_header_ttl{
	font-size: 45px;
	font-weight: bold;
	line-height: 1.3;
}
.flat_header_ttl small{
	font-size: 30px;
}
.images_s{
	margin-bottom: 10px;
}
.images{
	margin-bottom: 20px;
}
.images_l{
	margin-bottom: 40px;
}

.hinokiya-fan{
					padding: 0 0 30px;
					text-align: center;
					font-size: 15px;
				}
				.hinokiya-fan .logo{
					width: 320px;
					height: auto;
					margin: 0 auto 20px;
				}
				.hinokiya-fan .link-btn{
					margin-top: 20px;
				}
				.hinokiya-fan .link-btn a{
					display: inline-block;
					background-color: #ea5e00;
					color: #fff;
					padding: 10px 0 10px 25px;
					border-radius: 50px;
					min-width: 366px;
					font-size: 17px;
					position: relative;
					line-height: 24px;
				}
				.hinokiya-fan .link-btn a:hover{
					text-decoration: none;
					opacity: 0.8;
				}
				.hinokiya-fan .link-btn a::before{
					content: "\f144";
					font-family: FontAwesome;
					position: absolute;
					left: 15px;
					font-size: 24px;
				}
.mailform-caution{
	font-size: 12px;
	padding: 20px;
	border: 1px solid #ccc;
	margin: 30px auto 0;
	width: 80%;
}