@charset "utf-8";
/* =======================================

	IndexElements

======================================= */
@font-face {
  font-family: 'azabu';
  src:  url('/fonts/azabu.eot?18wpuv');
  src:  url('/fonts/azabu.eot?18wpuv#iefix') format('embedded-opentype'),
    url('/fonts/azabu.ttf?18wpuv') format('truetype'),
    url('/fonts/azabu.woff?18wpuv') format('woff'),
    url('/fonts/azabu.svg?18wpuv#azabu') format('svg');
  font-weight: normal;
  font-style: normal;
}
.iconCircleArrow:before {
  content: "\e900";
}
.iconArrow:before {
  content: "\e901";
}

/* ------------------------------------
	slide
------------------------------------ */
.key {
	height: 342px;
}
.wideslider {
	width: 100%;
	height: 460px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	overflow: hidden;
	visibility: hidden;
	background: #F1EAF2;
}
.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}
.wideslider ul li {
	position: relative;
}
.wideslider ul li p {
	width: 100%;
	padding: 30px 50px 50px 50px;
	color: #FFF;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
}
.wideslider ul li img {
	width: 100%;
}
.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;
}
.slider_prev,
.slider_next {
	top: 0;
/*	overflow: hidden;*/
	position: absolute;
	z-index: 100;
	cursor: pointer;
	background: #e3d5e5;
}
.btn_prev,
.btn_next {
	width: 40px;
	height: 40px;
	margin: -20px 0 0 0;
	position: absolute;
	top: 50%;
	opacity: 1!important;
	z-index: 100;
	cursor: pointer;
	transition: all 0.3s ease-out;
}
.btn_prev {
	left: -20px;
	background: url(../files/btn_prev.png) no-repeat right center;
}
.btn_next {
	right: -20px;
	background: url(../files/btn_next.png) no-repeat left center;
}
.btn_prev:hover,
.btn_next:hover {
	opacity: 0.6!important;
}
.pagination {
	bottom: 23px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}
.pagination a {
	margin: 0 5px;
	width: 10px;
	height: 10px;
	display: inline-block;
	overflow: hidden;
	background: #b9a7bb;
	border-radius: 5px;
	opacity: 1!important;
}
.pagination a.active {
	background: #7b2482;
}

@media only screen and (max-width: 720px) {
	.wideslider ul li p {
		display: none;
	}
	.btn_prev,
	.btn_next {
		display: none;
	}
	.pagination {
		bottom: 10px;
	}
}

/* ------------------------------------
	in case of only one slide
------------------------------------ */
.oneSlide .slider_prev,
.oneSlide .slider_next,
.oneSlide .btn_prev,
.oneSlide .btn_next,
.oneSlide .pagination {
	display: none;
}
.oneSlide .wideslider_wrap > ul:not(.mainList) {
	visibility: hidden;
}

/* ------------------------------------
	department
------------------------------------ */
.department {
	width: 980px;
	margin: 40px auto;
	visibility: hidden;
}
.department ul li {
	margin: 0 10px;
	background: #FFF;
}
.department ul li a {
	text-decoration: none;
	display: block;
	color: #FFF;
	font-size: 86%;
}
.department ul li img {
	width: 100%;
}
.department ul li a > div {
	width: 100%;
	display: table;
	position: relative;
}
.department ul li div:before {
	font-family: 'azabu';
	content: "\e900";
	color: #FFF;
	position: absolute;
	top: 50%;
	right: 10px;
	margin: -9px 0 0 0;
	z-index: 10;
}
.department ul li span {
	padding: 10px 30px 10px 15px;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.3;
	font-weight: bold;
	text-align: left;
}
.department ul li.vm span {background: #e7336e;}
.department ul li.asb span {background: #b84c97;}
.department ul li.mt span {background: #00a9ba;}
.department ul li.fls span {background: #00a560;}
.department ul li.es span {background: #6fba2c;}

@media only screen and (max-width: 720px) {
	.department {
		width: 100%;
		margin: 40px auto;
	}
	.department ul {
		width: 90%;
		margin: 0 auto;
	}
	.department ul li span {
		padding: 10px 25px 10px 10px;
		font-size: 86%;
	}
}

/* ------------------------------------
	message
------------------------------------ */
.message {
	width: 100%;
	height: 420px;
	margin: 0 0 40px;
	overflow: hidden;
	background: #f3f3f3 url(../files/en_message.jpg) no-repeat left top;
}
.message .msgInner {
	width: 980px;
	margin: 0 auto;
}
.message .msgCont {
	width: 520px;
	margin: 60px 0 0 0;
	float: right;
	text-align: left;
}
.message .msgCont h2 {
	margin: 0 0 10px;
	color: #7b2482;
	font-size: 172%;
	font-weight: bold;
}
.message .msgCont p {
	text-align: justify;
	line-height: 2;
}

.message .msgCont a {
	margin: 20px 0 0 0;
	padding: 0 0 0 20px;
	float: right;
	color: #000;
	text-decoration: none;
	position: relative;
}
.message .msgCont a:before {
	font-family: 'azabu';
	content: "\e900";
	color: #7b2482;
	position: absolute;
	top: 0;
	left: 0;
}

@media only screen and (max-width: 720px) {
	.message {
		height: auto;
		margin: 0 0 40px;
		padding: 0 0 50%;
		position: relative;
		background: #f3f3f3 url(../files/en_message_sp.jpg) no-repeat left bottom;
		background-size: 100% auto;
	}
	.message .msgInner {
		width: 100%;
	}
	.message .msgCont {
		width: 90%;
		margin: 30px auto 0;
		float: none;
	}
	.message .msgCont h2 {
		font-size: 164%;
	}
	.message .msgCont p {
		text-align: left;
	}
	.message .msgCont a {
		padding: 10px 50px 10px 70px;
		float: none;
		color: #FFF;
		display: inline-block;
		overflow: hidden;
		position: absolute;
		bottom: 30px;
		right: 5%;
		background: #7b2482;
	}
	.message .msgCont a:before {
		font-family: 'azabu';
		content: "\e900";
		color: #FFF;
		position: absolute;
		top: 50%;
		left: 50px;
		margin: -10px 0 0 0;
	}
	}

/* ------------------------------------
	pickup
------------------------------------ */
.pickUp {
	width: 980px;
	margin: 0 auto 60px;
}
.pickUp li {
	width: 310px;
	margin: 0 0 0 25px;
	float: left;
	position: relative;
}
.pickUp li:first-child {
	margin: 0;
}
.pickUp li figure img {
	width: 100%;
	height: auto;
	border: 1px solid #e0e0e0;
}
.pickUp li a {
	color: #000;
	text-decoration: none;
	display: block;
	background: #FFF;
}
.pickup .large img {
	width: 100%;
	border: 1px solid #e0e0e0;
}
.pickUp li span {
	width: 100%;
	margin: -1px 0 0 0;
	padding: 10px 20px 10px 40px;
	text-align: left;
	display: block;
	border: 1px solid #e0e0e0;
	position: relative;
	background: #FFF;
}
.pickUp li span:before {
	font-family: 'azabu';
	content: "\e900";
	color: #7b2482;
	position: absolute;
	left: 20px;
}
.shadow > li > a {
	position: relative;
}
.shadow > li > a:after {
	content: "";
	width: 100%;
	height: 20px;
	position: absolute;
	left: 0;
	bottom: -20px;
	background: url(../files/shadow.png) no-repeat;
	background-size: 100% auto;
}

@media only screen and (max-width: 720px) {
	.pickUp {
		width: 90%;
		margin: 0 auto 30px;
	}
	.pickUp li {
		width: 100%;
		margin: 0 0 20px;
		float: none;
	}
	.pickUp li:first-child {
		margin: 0 0 20px;
	}
}

/* ------------------------------------
	Opacity Hover
------------------------------------ */
body:not(.setTb) .department ul li a,
body:not(.setTb) .department ul li a span,
body:not(.setTb) .message .msgCont a,
body:not(.setTb) .pickUp li a {
	transition: all 0.3s ease-out;
}

@media only screen and (min-width: 720px) {
	body:not(.setTb) .department ul li a:hover,
	body:not(.setTb) .department ul li a:hover span,
	body:not(.setTb) .message .msgCont a:hover,
	body:not(.setTb) .pickUp li a:hover {
		opacity: 0.6;
	}
}

/* =====================================
	ClearFixElements
===================================== */
.cf:before,
#wrapper:before,
.pickUp:before,
.cf:after,
#wrapper:after,
.pickUp:after {
	content: " ";
	display: table;
}
.cf:after,
#wrapper:after,
.pickUp:after {
	clear: both;
}
.cf,
#wrapper,
.pickUp {
	*zoom: 1;
}