
/*.light*/
	body.light {
		background-color: #f8f8f8;
		background-image: none;
	}


/* Type */

	body.light, .light input,.light select,.light textarea {
		color: #252525;
	}
	
	
	.light input,.light select,.light textarea {
		color: #fff;
	}

	.light a {
		-moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		border-bottom: dotted 1px rgba(255, 255, 255, 0.35);
		color: #ffffff;
	}
	.light a.button{
	border-style:solid;
	border-color:transparent;
	}
	.light a:hover {
			border-bottom-color: transparent;
			color: #ffffff !important;
		}

	.light .white a{
			color:#252525 !important;
	}

		.light a.special:not(.button):before {
				-moz-transition: background-color 0.2s ease-in-out;
				-webkit-transition: background-color 0.2s ease-in-out;
				-ms-transition: background-color 0.2s ease-in-out;
				transition: background-color 0.2s ease-in-out;
				border-radius: 100%;
				border: solid 2px rgba(255, 255, 255, 0.125);
			}

			.light a.special:not(.button):hover:before {
				background-color: rgba(255, 255, 255, 0.025);
			}

			.light a.special:not(.button):active:before {
				background-color: rgba(255, 255, 255, 0.075);
			}

	.light strong,.light b {
		color: inherit;
	}

	.light h1,.light h2,.light h3,.light h4,.light h5,.light h6 {
		color:inherit;
	}


		@media screen and (max-width: 736px) {
		.light table th,.light table td{
		display:block;
		}
		
		.light table th{
		padding-top:0.75em !important;
		border-bottom:2px solid rgba(000, 000, 000, 0.025);
		}
		}
		
/*light header*/
 #header{
background-color: rgba(0,174,221,0.95);
}


.light #menu .inner{
background: #00aedd;
color:#ffffff;
}

.light #menu .links li a:hover,
.light #menu .links li a:active{
background-color: #252525;
}


#header h1 a{
text-transform:none; 
}

/*font-sizing*/

h2{font-size:1.8em;}
h2.major{padding-bottom:0.4em; border-color:#000;}
@media screen and (max-width: 736px) {

		h2 {
			font-size: 1.5em;
		}

		h3 {
			font-size: 0.8em;
		}

	}

/* Features-flex */
	.features-flex {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: -1.5em;
		margin-bottom:1.5em;
	}

	.features-flex .col-12{width: calc(100% - 3em);}
	.features-flex .col-6{width: calc(50% - 3em);}
	.features-flex .col-4{width: calc(33.33333% - 3em);}
	.features-flex .col-3{width: calc(25% - 3em);}

	
		.features-flex article {
			padding: 1.75em 1em;
			background-color: #f8f8f8;
			color:#252525;
			border-radius: 5px;
			margin: 1.5em;
			border: 1px solid #ddd;
			position:relative;
			overflow:hidden;
		}
		
		.features-flex article h3{
		margin-bottom:0;
		padding-bottom:0;
		text-transform: none;
		}

		.features-flex article *{
			color:#252525;		
		}
		
		.features-flex a{
		position: absolute;
		width: 100%;
		height: 100%;
		display: block;
		top: 0;
		left: 0;
		}
		.features-flex a:hover{
		background-color: rgba(0,0,0,0.1);
		}
				.features-flex article img {
					border-radius: 5px 5px 0 0;
					margin-left: -1.75em;
					margin-top: -1.75em;
					margin-bottom: 1.75em;
					width: calc(100% + 3.5em);
				}

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

			.features-flex article {
				margin: 1em;
			}
			
			.features-flex .col-12{width: calc(100% - 2em);}
			.features-flex .col-6{width: calc(50% - 2em);}
			.features-flex .col-4{width: calc(33.33333% - 2em);}
			.features-flex .col-3{width: calc(25% - 2em);}
		}

		@media screen and (max-width: 736px) {
			.features-flex{
			margin:-1.75em;
			margin-bottom:1.75em;
			}
			.features-flex article {
				padding: 1.5em;
				margin: 0.875em;
			}
			
			.features-flex .col-12{width: calc(100% - 1.75em - 1px);}
			.features-flex .col-6{width: calc(50% - 1.75em - 1px);}
			.features-flex .col-4{width: calc(33.33333%  - 1.75em - 1px);}
			.features-flex .col-3{width: calc(25%  - 1.75em - 1px);}

				.features-flex article img {
					margin-bottom: 1.5em;
					margin-left: -1.5em;
					margin-top: -1.5em;
					width: calc(100% + 3em);
				}

		}

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

			.features-flex {
				display: block;
				margin: -1.5em;	
				margin-bottom:1.5em;		
			}

				.features-flex article {
					width: 100%;
					margin: 1.5em;
				}

			.features-flex .col-12{width: calc(100% - 3em);}
			.features-flex .col-6{width: calc(100% - 3em);}
			.features-flex .col-4{width: calc(100% - 3em);}
			.features-flex .col-3{width: calc(100% - 3em);}
		}

		
		
/*.reverse .wrapper*/
		.reverse .wrapper:before {
			-moz-transform: scaleX(-1);
			-webkit-transform: scaleX(-1);
			-ms-transform: scaleX(-1);
			transform: scaleX(-1);
			left: 0;
			top: -6.4em;
		}

		.reverse .wrapper:after {
			-moz-transform: scaleY(-1) scaleX(-1);
			-webkit-transform: scaleY(-1) scaleX(-1);
			-ms-transform: scaleY(-1) scaleX(-1);
			transform: scaleY(-1) scaleX(-1);
			bottom: -6.5em;
			left: 0;
		}
		.reverse .wrapper:last-child{
		margin-bottom:-6.5em;
		}
		
		@media screen and (max-width: 980px) {
		.reverse .wrapper:before  {
				top: -4.65em;
			}
		.reverse .wrapper:after  {
				bottom: -4.75em;
			}
		.reverse .wrapper:last-child{
		margin-bottom:-4.75em;
		}
		}
		
		@media screen and (max-width: 736px) {
		.reverse .wrapper:before  {
				top: -2.5em;
			}
		.reverse .wrapper:after  {
				bottom: -2.5em;
			}
		.reverse .wrapper:last-child{
		margin-bottom:-2.5em;
		}
		}

		.reverse .wrapper.alt:before {
			-moz-transform: scaleX(+1);
			-webkit-transform: scaleX(+1);
			-ms-transform: scaleX(+1);
			transform: scaleX(+1);
		}

		.reverse .wrapper.alt:after {
			-moz-transform: scaleY(-1);
			-webkit-transform: scaleY(-1);
			-ms-transform: scaleY(-1);
			transform: scaleY(-1);
		}


		.reverse .wrapper.spotlight .inner {
				-moz-flex-direction: row-reverse;
				-webkit-flex-direction: row-reverse;
				-ms-flex-direction: row-reverse;
				flex-direction: row-reverse;
				text-align: right;
			}

		.reverse .wrapper.spotlight .image {
				margin: 0 0 2em 3em;
			}


		.reverse .wrapper.spotlight:nth-child(2n - 1) .inner {
				-moz-flex-direction: row;
				-webkit-flex-direction: row;
				-ms-flex-direction: row;
				flex-direction: row;
				text-align: left;		
			}

		.reverse .wrapper.spotlight:nth-child(2n - 1) .image {
				margin: 0 3em 2em 0;					
			}

/* wrapper color */	

		.wrapper.dark{
		background-color:#616161;
		color:#fff;

		}
		
		
		.wrapper.dark h2.major{
		border-color:#4b4b4b !important;		
		}
		
		.wrapper.dark:before, .wrapper.dark:after {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23616161%3B' /%3E%3C/svg%3E");
			}
			
			
			
		.wrapper.white{
		background-color:#fff;
		color:#323232;
		}
		
		
		.wrapper.white:before, .wrapper.white:after {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23ffffff%3B' /%3E%3C/svg%3E");
			}
			
			
			
		.wrapper.grey{
		background-color:#e3e3e3;
		color:#323232;
		}
		
		
		.wrapper.grey:before, .wrapper.grey:after {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23e3e3e3%3B' /%3E%3C/svg%3E");
			}


/*btn*/

	.white a.special:not(.button),
	.grey a.special:not(.button){
		color:#252525;
	}
	
	
	.white a.special:not(.button):before,
	.grey a.special:not(.button):before{
		border: solid 2px rgba(000, 000, 000, 0.4)
	}
	
	.dark a.special:hover,
	.white a.special:hover,
	.grey a.special:hover{
	color:#666 !important;
	}

	.white a.special:not(.button):hover:before,
	.grey a.special:not(.button):hover:before {
		background-color: rgba(000, 000, 000, 0.025);
	}

	.white a.special:not(.button):active:before,
	.grey a.special:not(.button):active:before{
		background-color: rgba(000, 000, 000, 0.075);
	}	

/* banner tpk*/


	.secnd #banner.tpk:before{
		content: '';
		width: 100%;
		height: 50%;
		position: absolute !important;
		right: 0;
		top: 0px;
		background: url('../../images/top/pixel-screen.png');
		}

		
	#banner.tpk{
		background-image: url("../../images/top/bg_01.png"); 
		background-position:right bottom;
		background-size:cover;
		margin-bottom:-6.5em;
		padding-bottom: 12.8em;
		color:#fff;
	}
	
	#banner.tpk a{border:none; text-decoration:none;}
	
	#banner.tpk .logo img{
	max-width:540px;
	width:100%;
	}



/* light Table */

		.light table tbody tr {
			border: solid 1px rgba(000, 000, 000, 0.125);
			border-left: 0;
			border-right: 0;
		}

			.light table tbody tr:nth-child(2n + 1) {
				background-color: rgba(000, 000, 000, 0.025);
			}

		.light table td {
			padding: 0.75em 0.75em;
		}
		

		.light table th {
			color: inherit;
			font-size: 0.9em;
			font-weight: 600;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		.light table thead {
			border-bottom: solid 2px rgba(000, 000, 000, 0.125);
		}

		.light table tfoot {
			border-top: solid 2px rgba(000, 000, 000, 0.125);
		}

		.light table.alt {
			border-collapse: separate;
		}

			.light table.alt tbody tr td {
				border: solid 1px rgba(000, 000, 000, 0.125);
				border-left-width: 0;
				border-top-width: 0;
			}

				.light table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			.light table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			.light table.alt thead {
				border-bottom: 0;
			}

			.light table.alt tfoot {
				border-top: 0;
			}


	
/* light footer*/
.light #footer{background-image:none; background:#616161; color:#fff;}

		.light #footer{
		padding-top:13em;
		}
		
		.light #footer h2.major{
		border-color:#4b4b4b !important;		
		}
		
		@media screen and (max-width: 980px) {
		.light #footer{
		padding-top:9.5em;
		}
		}
		
		@media screen and (max-width: 736px) {
		.light #footer{
		padding-top:5em;
		}
		}
		
		
/*--------------------------
category
---------------------------*/

/*.secnd #banner*/

.secnd #banner.tpk .logo img {
    max-width: 400px;
    width: 100%;
}

.secnd #banner.tpk{
padding-top: 4.75em;
padding-bottom: 10em;
}


/*.light table.tpk*/
.light table.tpk{
margin-top:1.5em;
}

.light table.tpk th img{
margin-top:20px;
max-width:160px;
width:100%;
}

.light table.tpk td{
vertical-align:top;
}

.light table.tpk td ul{
margin-bottom:0;
}


.light table.tpk td a:hover{
color:#00aedd !important;
}


/*works sub-nav*/
.light .tv a.button.special{
background:#616161;
color:#fff !important;

}

.light .tv a.button.special.active,
.light .tv a.button.special:hover{
background:#00aedd;
color:#fff !important;
}

/*rental item*/

#rental-subnav{
margin-bottom:1.75em;
}

.light #rental-subnav a.button.special{
background:#616161;
color:#fff !important;

}

.light #rental-subnav a.button.special.active,
.light #rental-subnav a.button.special:hover{
background:#00aedd;
color:#fff !important;
}


.item h3{
min-height:5em;
}
.item p{
margin-bottom:0;
}
.item_img{
text-align:center;
margin:-1.75em;
margin-bottom:1.75em;
background-color:#fff;
padding-top:3.75em;
padding-left:1.75em;
padding-bottom:2em;
}
.item_img img{
max-width:159px;
margin-bottom:0 !important;
}

.item_d2{
font-size:.8em;
}


/*step*/
.step{
margin-top:0;
}

		.features-flex.step a{
		position: relative;
		width: auto;
		height: auto;
		display: block;
		top: auto;
		left: auto;
		}
		.features-flex.step a:hover{
		background-color: rgba(0,0,0,0.1);
		}


.step .major{
padding-bottom:1em;
margin-bottom:1em;
border-bottom:1px solid #ddd;
font-size:1.4em;
}

.step .major span{
display:block;
margin-bottom:2px;
font-size:1.0em;
}

.step p{
margin-bottom:0;
}

.step p.cr-icon{
margin-top:1em;
}

.step p.cr-icon i{
border-radius:100%;
border: solid 2px rgba(000, 000, 000, 0.125);
line-height:1.4em;
padding:0 0.4em ;
font-size:1.8em;
}

.light table.tpk th img.flag-img{
max-width:80px;
}

.light h3.major-works{
margin-top:20px;
padding-bottom:10px;
font-size:1.1em;
border-bottom:1px solid #ddd;
}

.light p.small{
font-size:0.8em;
}

.light p.caution{
color:#ff9494;
}

/*--------------------------
#five
---------------------------*/

/* #five.tpk {
    color: #fff;
}

#five {
  padding: 9.5em 0 ;
	margin:-6.5em 0;
	position:relative;
}

#five .inner {
	text-align: right;
    margin: 0 auto;
    width: 55em;
	max-width:90%;
}

#five .inner a{
	display:block;
	border:none;
	position:relative;
	padding-bottom:10px;
}


#five .major{
border-color:#f2f2f2;
}


#five:before{
		content: '';
		width: 100%;
		height: 100%;
		position: absolute !important;
		right: 0;
		top: 0px;
		background-image: url("../../images/top/bg_03.jpg");
		background-position: center;
		background-size: cover;
		z-index:-100;
		}

#five:after{
bottom:-6.5em;
}

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

			#five {
				padding: 9.5em 0 ;
				margin:-6.5em 0;
			}

		}

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

			#five {
			    padding: 8.75em 0 ;
				margin:-4.75em 0;
			}

				#five .inner {
					width: 100%;
				}

		}

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

			#five {
				padding: 7.5em 0 ;
				margin: -2.5em 0;
			}


		} */
/*--------------------------
banner2
---------------------------*/
/* #banner2 {
	padding: 0rem 0 5rem;
} */
#banner2.tpk {
    color: #fff;
}

#banner2 {
    padding: 16.5em 0 ;
	margin:-6.5em 0;
	position:relative;
}

#banner2 .inner {
    margin: 0 auto;
    width: 55em;
	max-width:90%;
}

#banner2 .inner a{
	display:block;
	border:none;
	position:relative;
	padding-bottom:10px;
}


#banner2 .major{
border-color:#f2f2f2;
}


#banner2:before{
		content: '';
		width: 100%;
		height: 100%;
		position: absolute !important;
		right: 0;
		top: 0px;
    		background-image: url("../../images/top/bg_02.png");
    		background-position: right bottom;
    		background-size: cover;
		z-index:-100;
		}

#banner2:after{
bottom:-6.5em;
}

.scroll-down {
	position: absolute;
	left: 50%;
	border: 2px solid rgba(0, 0, 0, 0.6);
	border-radius: 50%;
	height: 50px;
	width: 50px;
	margin-left: -15px;
	display: block;
    text-align: center;
}


.scroll-down i{
    position: relative;
    color: rgb(0, 0, 0);
    -webkit-animation-name: drop;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-name: drop;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-play-state: running;
}

@-webkit-keyframes drop	{
	0%   { top:0px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}

@keyframes drop	{
	0%   { top:0px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}

.scroll-down h2{
margin-bottom:0.5em;
}


.scroll-down .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.scroll-down .fa-2x {
    font-size: 2em;
}

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

			#banner2 {
				padding: 16.5em 0 ;
				margin:-6.5em 0;
			}

		}

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

			#banner2 {
			    padding: 8.75em 0 ;
				margin:-4.75em 0;
			}

				#banner2 .inner {
					width: 100%;
				}

		}

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

			#banner2 {
				padding: 7.5em 0 ;
				margin: -2.5em 0;
			}


		}


/*--------------------
SNS
---------------------*/	

.sns {
position:absolute;
right:8em;
top:0;
}

.sns ul li{
display:inline-block;
padding:0 0.5em;
}

.sns ul li a{
font-size:1.4em;
text-decoration: none;
border:none;
}


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

.sns {
position:absolute;
right:3em;
}

}	

	