body{
	/*background: url(../img/top/bg02.jpg) no-repeat center top;
	background-size: 100% auto;*/
}
@media (min-width: 1400px){
	/*body{
		background-image: url(../img/top/bg02.jpg);*/
	}
}

/*.slideshow {
	position: relative;
	overflow: hidden;
	z-index: -9999;
}

/* :::::: slideContents :::::: */
/*.slideContents {
	position: relative;
	background: lightSeaGreen;
	text-align: center;
	-webkit-user-select: none;
	user-select: none;
}
.slideContents section {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.slideContents section img {
	max-width: 100%;
	padding: 0 50px;
	box-sizing: border-box;
	vertical-align: middle;
}

/* :::::: mechanism :::::: */
/*.slideContents #slide1 {
	position: relative;
}
.slideContents section {
	animation: autoplay 30s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
@keyframes autoplay {
	0%, 16%, 100% { transform: none; }
	20% { transform: translateX(-100%); }
	20.001%, 96% { transform: translateX(100%); }
}
.slideContents #slide1 { animation-delay: 0s; }
.slideContents #slide2 { animation-delay: -24s; }
.slideContents #slide3 { animation-delay: -18s; }
.slideContents #slide4 { animation-delay: -12s; }
.slideContents #slide5 { animation-delay: -6s; }

/* 要素を立体的に */
/*.slideContents {
	perspective: 1000px;
}
.slideContents #slide3,
.slideContents #slide3 h1,
.slideContents #slide3 p {
	transition: opacity 1s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.slideContents #slide3 {
	transform: translateX(500px) rotateY(-90deg);
	transition-duration: .8s, 1.2s;
}
#switch3:checked ~ .slideContents #slide3 h1 {
	transition-delay: .6s, 0s;
}
#switch3:checked ~ .slideContents #slide3 p {
	transition-delay: .4s, 0s;
}
#switch3:checked ~ .slideContents #slide3 {
	transform: translateX(0) rotateY(0deg);
	transition-delay: .2s, 0s;
}
#switch4:checked ~ .slideContents #slide3 {
	transform: translateX(-500px) rotateY(90deg);
}*/

#slideshow .slideContents {
	perspective: 1000px;
	z-index: -999;
}

.slideshow {
	position: relative;
	overflow: hidden;
}
input[name="slideshow"] {
	display: inline-block;
}
/*.radiob{
	width: 130px;
}*/

/* :::::: slideContents :::::: */
.slideContents {
	position: relative;
	background: whitesmoke;
	text-align: center;
	-webkit-user-select: none;
	user-select: none;
	transition: transform .6s;
}
.slideContents section {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transform: translateX(100%);
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.slideContents section img {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 50px;
	box-sizing: border-box;
	vertical-align: middle;
}

/* :::::: arrows :::::: */
.arrow,
.arrow label,
.arrow .ico {
	position: absolute;
}
.arrow {
	top: 0;
	margin: 0;
	transition: background .3s;
}
.prev {
	left: 0;
}
.next {
	right: 0;
}
.arrow:hover {
	background: rgba(255,255,255,.2);
}
.arrow,
.arrow label {
	cursor: pointer;
	width: 50px;
	height: 100%;
}
.arrow label {
	top: 0;
	left: 0;
	z-index: 1;
}
.arrow .ico {
	top: calc(50% - 6px);
	width: 12px;
	height: 12px;
	border-top: 3px solid #fff;
	opacity: 0;
}
.prev .ico {
	left: 50%;
	border-left: 3px solid #fff;
	transform: rotate(-45deg);
	transition: left .3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity .3s;
}
.next .ico {
	right: 50%;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	transition: right .3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity .3s;
}
.arrow:hover .ico {
	opacity: .6;
}
.prev:hover .ico {
	left: calc(50% - 6px);
}
.next:hover .ico {
	right: calc(50% - 6px);
}

/* :::::: contents :::::: */
.slideContents section {
	opacity: 0;
}
.slideContents section .contents {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 16px;
	box-sizing: border-box;
}
.slideContents section h1,
.slideContents section p {
	margin: 0;
	color: lightseagreen;
	opacity: 0;
}
.slideContents section h1 {
	font-size: 16px;
}
.slideContents section p {
	margin-top: .5em;
	font-size: 12px;
}

/* :::::: mechanism :::::: */
#switch1:checked ~ .slideContents #slide1,
#switch2:checked ~ .slideContents #slide2,
#switch3:checked ~ .slideContents #slide3 {
	position: relative;
	opacity: 1;
	transform: none;
}
#switch1:checked ~ .slideContents #slide3,
#switch2:checked ~ .slideContents #slide1,
#switch3:checked ~ .slideContents #slide2 {
	transform: translateX(-100%);
}
#switch1:checked ~ .slideContents #slide1 h1,
#switch1:checked ~ .slideContents #slide1 p,
#switch2:checked ~ .slideContents #slide2 h1,
#switch2:checked ~ .slideContents #slide2 p,
#switch3:checked ~ .slideContents #slide3 h1,
#switch3:checked ~ .slideContents #slide3 p {
	opacity: 1;
}

/* 要素を立体的に */
.slideContents {
	perspective: 1000px;
	z-index: -999;
	overflow: hidden;
}
.slideContents section,
.slideContents h1,
.slideContents p {
	transition: opacity 1s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.slideContents section {
	transform: translateX(500px) rotateY(-90deg);
	transition-duration: .8s, 1.2s;
}
#switch1:checked ~ .slideContents #slide1 h1,
#switch2:checked ~ .slideContents #slide2 h1,
#switch3:checked ~ .slideContents #slide3 h1 {
	transition-delay: .6s, 0s;
}
#switch1:checked ~ .slideContents #slide1 p,
#switch2:checked ~ .slideContents #slide2 p,
#switch3:checked ~ .slideContents #slide3 p {
	transition-delay: .4s, 0s;
}
#switch1:checked ~ .slideContents #slide1,
#switch2:checked ~ .slideContents #slide2,
#switch3:checked ~ .slideContents #slide3 {
	transform: translateX(0) rotateY(0deg);
	transition-delay: .2s, 0s;
}
#switch1:checked ~ .slideContents #slide3,
#switch2:checked ~ .slideContents #slide1,
#switch3:checked ~ .slideContents #slide2 {
	transform: translateX(-500px) rotateY(90deg);
}

/* :::::: arrow mechanism :::::: */
.arrow label {
	pointer-events: none;
}
#switch1:checked ~ .prev label[for="switch3"],
#switch2:checked ~ .prev label[for="switch1"],
#switch3:checked ~ .prev label[for="switch2"],
#switch1:checked ~ .next label[for="switch2"],
#switch2:checked ~ .next label[for="switch3"],
#switch3:checked ~ .next label[for="switch1"] {
	pointer-events: auto;
}


#description{
	position: absolute;
	top: 50%;
	left: 35%;
	padding-top: -120px;
	height: 380px;
}

#pickup_navi{
	margin-top: -100px;
    z-index: 999;
	padding: 30px 0;
	background: #CCCCCC;
	background: rgba(0, 0, 0, 0);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(204, 204, 204, 0.5)));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(204, 204, 204, 0.5));
	text-align: center;
}
#pickup_navi a{
	display: inline-block;
	margin:0 17px;
	width: 280px;
	background: #FFFFFF url(../img/top/arrow_corner.png) no-repeat right bottom;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	text-align: left;
	color: #000000;
	text-decoration: none;
	font-size: 16px;
}
#pickup_navi .pu_summary{
	display: block;
	padding: 10px 20px;
}

.ft_content{
	padding: 60px;
	background: #FFFFFF;
}
.ft_content:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.company_info{
	float: left;
	width: 490px;
}
.company_info h3{
	padding:0 20px 10px;
	font-size: 22px;
	line-height: 22px;
	border-bottom: solid 4px #166C93;
}
.company_info dl{
	padding: 15px 20px;
	border-bottom: solid 2px #CCCCCC;
}
.company_info dt,
.company_info dd{
	display: inline-block;
	vertical-align: middle;
}
.company_info.w dt {
	display: block;
	margin-bottom: 10px;
}
.company_info.w dl {
	padding: 25px 20px 25px;
	border-bottom: solid 2px #CCCCCC;
}
.company_info dt{
	min-width: 105px;
	font-size: 18px;
	font-weight: bold;
}
.company_info dd{
	font-size: 16px;
	line-height: 1.5em;
}

.company_navi{
	padding: 30px 0 0;
	text-align: center;
}
.company_navi a{
	display: inline-block;
	margin:0 20px;
}

ul.banner{
	float: right;
	list-style: none;
	padding: 0;
	width: 300px;
}
.banner li{
	margin-top: 10px;
}
.banner li:first-of-type{
	margin-top: 0;
}
