﻿@charset "utf-8";

//* =========== 運営会社 ========== */
#mainArea #eventArea {
/* 	clear:both;*/
	margin-bottom:20px;
	width:100%;
	background:transparent url("../images/icon_title.png")  no-repeat;
	background-position: right 20pt bottom 0pt;
	min-height: 90px;

}

#mainArea #eventArea .title {
	color: #c1272d;
	margin-bottom:-5px;
	font-size: 3rem;
	font-weight: 550;
	text-align: left;
	padding-right: 20px;
}

#mainArea #eventArea .title span{
	color: #212270;
}


#mainArea #eventArea .title img {
	width: 95%;
}




/* --------------------------------------------------------------------------------------------------------------------

	company (index.html)

-------------------------------------------------------------------------------------------------------------------- */


/* -------------------------------------- .company-titleCnt -------------------------------------- */

.company-titleCnt {
	font-size: 1.3em;
	background: #fff;
	padding: 30px 2%;
	margin: 0 auto 10%;
	max-width: 100%;

}

.company-titleCnt div {
	float: left;
	width: 33%;
}

.company-titleCnt section {
	float: right;
	width: 66%;
	margin-top: 40px;
}


/* -------------------------------------- company-profileCnt -------------------------------------- */

.company-profileCnt {
	padding-bottom: 60px;
	overflow: hidden;
}

.company-profileCnt .cnt-inner {
	/*overflow: hidden;*/
}


/* -------- company-profile-imgCnt  -------- */



/* -------- company-table  -------- */

.company-list {
	margin-top: 50px;
	font-size: 80%;
	line-height: 1.5;
	width: 100%;
	float: left;
	font-size: 1.1em;
}

.company-list dt {
	color: #38342f;
	position: absolute;
	padding: 15px 10px 15px 15px;
	margin-right: 300px;
	width: 150px;
	font-weight: 500;
}

.company-list dd {
	border-bottom: 1px solid #ccc;
	padding: 15px 15px 15px 200px;
	margin-right: 10px;
}

.company-list dd.last {
	border: none;
	padding-bottom: 0;
}


/* -------- company-profile-movieCnt  -------- */

.company-profile-movieCnt {
	line-height: 1.5;
	float: right;
	margin-left: -420px;
	width: 420px;
}

.company-profile-movieCnt h3 {
	text-align: center;
	font-size: 95%;
	color: #38342f;
	margin-bottom: 15px;
}

.company-profile-movieCnt div {
	padding: 10px;
	margin-bottom: 15px;
	/*background: #1a1a1a;*/
	background: #fff url(../images/site_bcg04.png);
	color:#fff;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;

/*	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);*/

}

.company-profile-movieCnt iframe {
	display: block;
	position: relative;
	z-index: 51;
.company-profile-movieCnt  div h3 {
	color:#fff;
}



.company-profile-movieCnt dl {
color:#fff;
	margin: -10px 0 20px;
}

.company-profile-movieCnt dt {
	font-size: 87.5%;
	color: #fff;
	font-weight: bold;
	margin-bottom: 5px;
}

.company-profile-movieCnt dd {
	font-size: 80%;
	line-height: 1.5;
	margin-bottom: 10px;
}

.company-profile-movieCnt ul {
	margin-bottom: 20px;
}

.company-profile-movieCnt li {
	margin-bottom: 7px;
}}





/* -------- company-profile-messageBtnCnt  -------- */

.company-profile-messageBtnCnt {
	line-height: 1.5;
	position: relative;
	margin: 30px auto 0;
}

.company-profile-messageBtnCnt dt {
	text-indent: -9999px;
	width: 86px;
	height: 86px;
	background: url(../images/site_splite02.png) no-repeat 0 -500px;
	position: absolute;
	top: 50%;
	margin: -43px 0 0 10px;
	z-index: 1;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) {
	.company-profile-messageBtnCnt dt {
		background-image: url(../images/site_splite02x2.png);
		-moz-background-size: 300px 600px;
		-webkit-background-size: 300px 600px;
		-o-background-size: 300px 600px;
		background-size: 300px 600px;
	}
}

#company-profile-messageBtn {
	font-size: 80%;
	font-weight: bold;
	line-height: 1.8;
	color: #534a47;
	border: 1px solid #ccc;
	border-style: solid none;
	padding: 10px 0 10px 130px;
	cursor: pointer;
	display: block;
	position: relative;

	-moz-transition: background-color .1s linear;
	-webkit-transition: background-color .1s linear;
	-o-transition: background-color .1s linear;
	transition: background-color .1s linear;
}
body.IE7 #company-profile-messageBtn {
	zoom:1;
}

#company-profile-messageBtn:hover {
	color: #332e2c;
	background-color: #f2f2f2;
}

#company-profile-messageBtn:before {
	content: "";
	width: 10px;
	height: 10px;
	background: transparent url(../images/site_splite02.png) no-repeat 0 -250px;
	position: absolute;
	top: 50%;
	margin: -5px 0 0 -20px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) {
	#company-profile-messageBtn:before {
		background-image: url(../images/site_splite02x2.png);
		-moz-background-size: 300px 600px;
		-webkit-background-size: 300px 600px;
		-o-background-size: 300px 600px;
		background-size: 300px 600px;
	}
}

#company-profile-messageBtn.open:before  {
	background-position: -50px -250px;
}


/* -------- company-profile-messageCnt  -------- */

#company-profile-messageCnt {
/* 	overflow: hidden; */
	-moz-transition: height .5s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition: height .5s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: height .5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: height .5s cubic-bezier(0.77, 0, 0.175, 1); /* easeInOutQuart */
}
html.js #company-profile-messageCnt {
	height: auto;
}
body.IE7 #company-profile-messageCnt {
	position: relative;
}

#company-profile-messageCnt .inner {
	padding: 40px 4%;
	border: 4px solid #d9d9d9;
	position: relative;
	margin-top: 40px;
	background-color: #fff;
}

#company-profile-messageCnt .inner:before,
#company-profile-messageCnt .inner:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
}

　/* -- ▲矢印------
#company-profile-messageCnt .inner:before {
	border: 18px solid transparent;
	border-bottom-width: 26px;
	border-bottom-color: #d9d9d9;
	top: -44px;
	right: 16%;
}*/
#company-profile-messageCnt .inner:after {
	border: 12px solid transparent;
	border-bottom-width: 18px;
	border-bottom-color: #fff;
	top: -30px;
	right: 16%;
	margin-right: 6px;
}

#company-profile-messageCnt img {
	width: 384px;
	height: auto;
	float: right;
	margin: 0 0 20px 40px;
}

#company-profile-messageCnt .common-closeBtn {
	top: 0;
	right: 0;
}


/* ---------------------------------------
	max-width: 1440px
--------------------------------------- 
@media screen and (max-width: 1440px) {

	/*画像サイズより小さくなったら contain を解除*/
	#company-profile-imgCnt {
		-moz-background-size: auto auto !important;
		-webkit-background-size: auto auto !important;
		-o-background-size: auto auto !important;
		background-size: auto auto !important;
	}

}



/* -------------------------------------- .company-accessCnt -------------------------------------- */

.company-accessCnt {
	padding-top: 60px;
	padding-bottom: 70px;
}


/* -------- company-access-txtCnt  -------- */

.company-access-txtCnt {
	float: right;
	width: 400px;
	margin-left: -290px;
color:#fff;
}

.company-access-txtCnt h3 {
	color:#fff;
}



.company-access-txtCnt dl {
	margin: -10px 0 20px;
}

.company-access-txtCnt dt {
	font-size: 87.5%;
	color: #9c8d6c;
	font-weight: bold;
	margin-bottom: 5px;
}

.company-access-txtCnt dd {
	font-size: 80%;
	line-height: 1.5;
	margin-bottom: 10px;
}

.company-access-txtCnt ul {
	margin-bottom: 20px;
}

.company-access-txtCnt li {
	margin-bottom: 7px;
}

.company-access-txtCnt li a {
	font-size: 75%;
	font-weight: bold;
	text-align: center;
	color: #fff;
	display: block;
		padding: 15px 27px 15px 15px;
	background: #534A47;
	position: relative;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;

	-moz-transition: background-color .1s linear;
	-webkit-transition: background-color .1s linear;
	-o-transition: background-color .1s linear;
	transition: background-color .1s linear;
}
body.lteIE7 .company-access-txtCnt li a {
	zoom: 1;
	padding-right: 15px;
}
.company-access-txtCnt li a:hover {
	background-color: #332e2c;
}

.company-access-txtCnt li a:after {
	content: "";
	width: 5px;
	height: 9px;
	background: transparent url(../images/site_splite02.png) no-repeat 0 -150px;
	position: absolute;
	top: 50%;
	margin: -4px 0 0 7px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) {
	.company-access-txtCnt li a:after {
		background-image: url(../images/site_splite02x2.png);
		-moz-background-size: 300px 600px;
		-webkit-background-size: 300px 600px;
		-o-background-size: 300px 600px;
		background-size: 300px 600px;
	}
}


/* -------- company-access-mapCnt  -------- */

.company-access-mapCnt {
	float: left;
	width: 100%;
}

.company-access-mapCnt .inner {
	margin-right: 320px;
	height: 420px;
}



/* -------------------------------------- .company-reasonCnt -------------------------------------- */

.company-reasonCnt {
	padding: 20px 0 80px;
}

.company-reasonCnt .inner {
	padding: 40px 40px 40px 400px;
	border: 1px solid #e5e5e5;
	position: relative;
	min-height: 260px;

	-webkit-box-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff;
	-moz-box-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff;
	box-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff;
	background: #fff;
	/*background: #fff url(../images/company-reasonCnt-imgBlk_img01.png) no-repeat -50px -55px; */
}

.company-reasonCnt h2 {
	color: #42210b;
	font-size: 180%;
}

.company-reasonCnt .note {
	font-size: 70%;
	line-height: 1.5;
	margin: 20px 0 0 1.1em;
	text-indent: -1.1em;
}

/* ---------------------------------------
	max-width: 400px
--------------------------------------- */

@media screen and (max-width: 400px) {

	#mainArea #eventArea {
		background-position: right 0pt top 0pt;
		background-size: 60px 60px;
	}

	#mainArea #eventArea .title {
		font-size:2em;
	}
	
	#subTitle .title {
		font-size:1.8em;
	}
	
	.company-list {
		margin-top: 50px;
		font-size: 80%;
		line-height: 1.5;
		width: 100%;
		float: left;
		font-size: 1.2em;
	}

	.company-list dt {
		color: #38342f;
		position: absolute;
		padding: 3% 1% 1%;
		margin-right: 1%;
		width: 96%;
		font-weight: 500;
	}

	.company-list dd {
		width: 96%;
		border-bottom: 1px solid #ccc;
		padding: 40px 0 15px 3%;
		margin-right: 2%;
	}

	.company-list dd.last {
		border: none;
		padding-bottom: 0;
	}

}







