@charset "utf-8";

/*===============================================
 インデックスページ css/index.css
===============================================*/
/*
 トップスライド
===============================================*/
#indextop {
	width: 100%;
	position: relative;
	border-top: 3px solid #1a4483;
	border-bottom: 8px solid #1a4483;
}

#topslide {
	width: 100%;
	height: 380px;
}

#topslide ul {
	width: 100%;
	height: 380px;
	display: none;
}

#topslide ul li {
	width: 100%;
	height: 380px;
	background: center center no-repeat;
}

#topslide ul li a {
	width: 100%;
	height: 380px;
	display: block;
}
#topslide ul li.none a {
	cursor: default;
}

.toptitle {
	width: 100%;
	padding: 135px 0 90px;
	color: #1a4483;
	text-align: center;
}

.toptitle h1 {
	margin: 0 0 17px;
	font-size: 34px;
	font-weight: bold;
	letter-spacing: 0.16em;
}

.toptitle h2 {
	width: 208px;
	margin: 0 auto 20px;
	display: inline-block;
	position: relative;
	font-size: 14px;
	font-weight: bold;
}
.toptitle h2:before,.toptitle h2:after {
	content: "";
	width: 63px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	background: #1a4483;
}
.toptitle h2:after {
	left: 145px;
}
.toptitle h2.community {
	width: 410px;
}
.toptitle li.community h2:before,.toptitle li.community h2:after {
	width: 167px;
}
.toptitle li.community h2:after {
	left: 243px;
}

.toptitle p {
	font-size: 14px;
	letter-spacing: 0.16em;
	font-weight: bold;
}

.flex-control-nav {
	width: 100%;
	height: 50px;
	display: none;
	position: absolute;
	top: 330px;
	text-align: center;
	z-index: 2;
}

.flex-control-nav li {
	width: 78px;
	height: 34px;
	margin: 0 4px;
	display: inline-block;
	float: none;
	overflow: visible;
	border: 2px solid #fff;
}
.flex-control-nav li:first-child {
	margin: 0 5px;
}
.flex-control-nav li.flex-active {
	border: 2px solid #1a4483;
}
.flex-control-nav li.flex-active:before {
	content: "";
	width: 0;
	height: 0;
	margin: 0 0 0 -5.5px;
	position: absolute;
	left: 50%;
	top: auto;
	bottom: -10px;
	border-style: solid;
	border-width: 0 5.5px 6px 5.5px;
	border-color: transparent transparent #1a4483 transparent;
}
.flex-control-nav li.flex-active:after {
	display: none;
}

.flex-control-nav li img {
	width: 100%;
	height: auto;
}
.flex-control-nav li img:hover {
	opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
}

#topbtn {
	width: 100%;
	margin: 0 auto;
	padding: 13px 0;
	background: #fff;
}

#topbtn > span {
	margin: 0 0 15px;
	display: block;
	color: #1a4483;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
}

#topbtn ul.btn {
	margin: 0 auto;
}

#topbtn ul.btn li a {
	height: 20px;
	padding: 11px 0;
	font-size: 17px;
	letter-spacing: 0.06em;
	line-height: 19px;
}

#topbtn ul.btn li a span {
	font-size: 11px;
	letter-spacing: 0.05em;
	padding: 0 0 0 10px;
}



/*
 コミュニティ
===============================================*/
#communitywrap {
	width: 100%;
	margin: 0 0 20px;
	padding: 105px 0 0;
	position: relative;
	background: url(../images/index/img_community.png) top center no-repeat;
}

#communitywrap > ul {
	width: 858px;
	margin: 0 auto 105px;
	overflow: hidden;
}

#communitywrap > ul li {
	width: 285px;
	margin: 0 1px 0 0;
	float: left;
	letter-spacing: 0.08em;
}

#communitywrap > ul li a {
	width: 200px;
	height: 50px;
	padding: 17px 20px 5px 65px;
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: url(../images/index/community_list.png) rgba(26,68,131,.9) 15px center no-repeat;
	text-align: left;
}
#communitywrap > ul li.btn_address a {
	background: url(../images/index/community_address.png) rgba(26,68,131,.9) 15px center no-repeat;
}
#communitywrap > ul li.btn_place a {
	background: url(../images/index/community_place.png) rgba(26,68,131,.9) 15px center no-repeat;
}
.ie8 #communitywrap > ul li a {
	background: url(../images/index/community_list.png) #1a4483 15px center no-repeat;
}
.ie8 #communitywrap > ul li.btn_address a {
	background: url(../images/index/community_address.png) #1a4483 15px center no-repeat;
}
.ie8 #communitywrap > ul li.btn_place a {
	background: url(../images/index/community_place.png) #1a4483 15px center no-repeat;
}

#communitywrap > ul li a p {
	margin: 5px 0 0;
	font-size: 11px;
	font-weight: normal;
}

#communitywrap > ul li a img {
	margin: 22px auto 0;
}
#communitywrap > ul li a img.external {
	margin: 0;
	position: absolute;
	bottom: 13px;
	right: 15px;
}

/* パネル */
#infopanel {
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.8);
	z-index: 10;
}
#infopanel a.close {
	margin: 0 0 0 500px;
	position: absolute;
	top: 30px;
	left: 50%;
}

#infopanel h4 {
	padding: 18px 0;
	color: #fff;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.08em;
}

#infopanel .inner {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

/* 店鋪リスト */
#shoplist {
	display: none;
}

#listwrap {
	overflow: hidden;
}

#listwrap div {
	width: 158px;
	float: left;
}

#listwrap a {
	margin: 0 0 8px 0;
	padding: 0 0 0 20px;
	display: block;
	color: #fff;
	font-size: 11px;
}
#listwrap a.area {
	width: 128px;
	margin: 0 0 10px;
	padding: 5px 10px;
	display: block;
	cursor: default;
	font-weight: bold;
	border: 1px solid #fff;
}
#listwrap a + a.area {
	margin: 15px 0 10px;
}

/* 住所検索 */
#search_zip #search_form {
	width: 640px;
	margin: 0 auto;
	overflow: hidden;
	line-height: 25px;
}

#search_form input {
	width: 498px;
	height: 25px;
	margin: 0 0 25px;
	padding: 10px 20px;
	float: left;
	color: #999;
	font-size: 17px;
	background: #fff;
}

#search_form a {
	width: 102px;
	height: 25px;
	margin: 0 0 25px;
	padding: 10px 0;
	float: left;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background: #1a4483;
}

#search_form ul {
	color: #fff;
	font-size: 11px;
	line-height: 1.7;
}

#search_shoplist {
	width: 600px;
	margin: 10px auto 0;
	padding: 10px 20px;
	display: none;
	background: rgba(255,255,255,.7);
}
.ie8 #search_shoplist {
	background: #fff;;
}

#search_shoplist li {
	margin: 0 0 8px;
	line-height: 16px;
}
#search_shoplist li.last {
	margin: 0;
}

#search_shoplist li span {
	width: 16px;
	height: 16px;
	margin: 0 5px 0 0;
	display: inline-block;
	color: #1a4483;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background: #ffdb00;
}

#search_gmap {
	width: 100px;
	height: 100px;
	display: none;
}



/* カレンダー */
#calendar_info {
	padding: 9px 0;
	background: rgba(0,0,0,.56);
}
.ie8 #calendar_info {
	background: #000;;
}

#infowrap {
	width: 1000px;
	margin: 0 auto;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

#infowrap h3 {
	margin: 0 15px 0 0;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.08em;
	display: inline-block;
	padding: 0 10px 0 0;
	line-height: 19px;
	border-right: 2px solid #ccc;
}

#infowrap p,#infowrap a {
	display: inline-block;
	line-height: 1.8;
	font-weight: bold;
}

#infowrap a {
	margin: 0 0 0 25px;
	position: relative;
	color: #fff;
}

#calendar_slide {
	width: 535px;
	margin: 25px auto 0;
	overflow: hidden;
	display: none;
}



/*
 下位コンテンツ共通
===============================================*/
div.indexblock {
	padding: 40px 0 0;
	border-bottom: 8px solid #1a4483;
}

.toptitle_sub {
	margin: 0 0 15px;
	text-align: center;
}

.toptitle_sub div {
	margin: 0 0 20px;
	display: inline-block;
	text-align: center;
}

.toptitle_sub h1 {
	margin: 0 0 12px;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.08em;
}

.toptitle_sub h2 {
	position: relative;
}
.toptitle_sub h2:before {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	background: #000;
}
.toptitle_sub h2 span {
	padding: 0 15px;
	position: relative;
	font-size: 13px;
	background: #fff;
	z-index: 2;
	font-weight: bold;
}

.toptitle_sub p {
	font-size: 13px;
	letter-spacing: 0.08em;
	line-height: 1.8;
}

div.indexblock div.responsive {
	margin: 0 0 20px;
}

div.indexblock ul.btn {
	font-size: 0;
}

div.indexblock ul.btn li a {
	height: 61px;
	overflow: hidden;
	line-height: 1;
	display: block;
	text-align: left;
}

div.indexblock ul.btn li a span {
	margin: 0 0 5px;
	display: block;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.08em;
	padding: 14px 0 0;
}

div.indexblock ul.btn li a span.double {
	padding: 7px 0 0;
	margin: 0 0 3px;
}

div.indexblock ul.btn li a p {
	height: 30px;
	font-size: 11px;
	letter-spacing: 0.08em;
	line-height: 1.4;
}

div.indexblock ul.btn li a p.double{
	padding: 0 0 6px;
}

div.indexblock ul.btn li a div {
	width: 77px;
	height: 61px;
	float: left;
	background-position: 0 0;
}
div.indexblock ul.btn li a div.showroom {
	background-image: url(../images/index/icon_showroom.png);
}
div.indexblock ul.btn li a div.company {
	background-image: url(../images/index/icon_company.png);
}
div.indexblock ul.btn li a div.corporation {
	background-image: url(../images/index/icon_corporation.png);
}
div.indexblock ul.btn li a div.usj {
	background-image: url(../images/index/icon_usj.png);
}
div.indexblock ul.btn li a div.gloss {
	background-image: url(../images/index/icon_gloss.png);
}
div.indexblock ul.btn li a div.bsc {
	background-image: url(../images/index/icon_bsc.png);
}
div.indexblock ul.btn li a div.recruit {
	background-image: url(../images/index/icon_recruit.png);
}
div.indexblock ul.btn li a div.blog {
	background-image: url(../images/index/icon_blog.png);
}
div.indexblock ul.btn li a:hover div {
	background-position: 0 61px;
}

/*
 動画
===============================================*/
#movie {
	width: 100%;
	margin: 17px auto 11px;
	background: #fff;
}

span#btn_movie {
	display: block;
	width: 430px;
	height: 40px;
	margin: 0 auto;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 29px;
}

span#btn_movie a{
	display: block;
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	color: #fff;
	background: #1a4483;
	padding: 6px 0 6px 67px;
	position: relative;
	text-decoration:none;
}

span#btn_movie a:hover{
	opacity: 0.8;
}

#btn_movie a:before {	/* 円 */ 
	display: block;
	content: "";
	position: absolute;
	top: 36%;
	left: 30px;
	width: 22px;
	height: 22px;
	margin-top: -8px;
	border-radius: 50%;
	background: #1a4483;
	border: 2px solid #fff;
}
#btn_movie a:after {	/* 三角 */ 
	display: block;
	content: "";
	position: absolute;
	top: 48%;
	left: 40px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;	/*top right bottom を透明化 */ 
	border-left: 9px solid #fff;
}
