@charset "utf-8";
body {
	background: #EAF7FD;
	color: #333333;
}
a {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
a:hover {
	opacity: 0.5;
}
a:visited {
}
a:active {
}
.hidden {
	display: none;
}
.w1200-hidden, .mobile-hidden {
	display: inherit;
}
.w1200-only, .mobile-only {
	display: none;
}
.full-wrapper {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	min-width: 768px;
	position: relative;
	background: #fff;
}
.main-wrapper {
	max-width: 1600px;
	margin: 0 auto;
	min-width: 768px;
	position: relative;
	background: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
	margin:0 auto;
}
.left-wrapper {
	width: 46%;
	padding-left: 3%;
	padding-right: 1%;
	float: left;
	background: #fff;
	position: relative;
}
.right-wrapper {
	width: 46%;
	padding-left: 1%;
	padding-right: 3%;
	float: right;
	background: #fff;
	position: relative;
}
.content-wrapper {
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	background: #fff;
	position: relative;
}
.main-wrapper:after {
	content: " ";
	display: block;
	clear: both;
}
/*-------TEXT------*/
.note {
	font-size: 0.833em;
}
.caution {
	color: #CC0000;
}
.strong{
	font-weight:bold;
}
/*-----LANGUAGE----*/

.lang_switch i{
	color: #008DC8;
    vertical-align: bottom;	
}
.lang_choice{
	border: none;
	background:none;	
	cursor:pointer;
}
.lang_choice option{
	background-color:none;
	cursor:pointer;
	color:#000;
}
.site-header-main .lang_switch{
	position:absolute;
	top: 18px;
	right: 240px;
}
.site-footer .lang_switch{
	color: #fff;
	position:absolute;
	bottom: 0;
	right: 440px;	
}

/*------HEADER------*/

.site-header {
	overflow: hidden;
}
.site-title {
	height: 60px;
	font-size: 20px;
	color: #013F92;
	line-height: 60px;
	float: left;
	margin-left: 20px;
}
.site-title img {
	vertical-align: middle;
}
.site-title a {
	color: #013F92;
}
#logococb{
	margin-left:8px;
}
.cocb_jp {
    position: relative;
    font-size: 14px;
    top: 15px;
	}
.btn-contact-head {
	background: #EB060C;
	width: 150px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
}
.btn-contact-head a {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	color: #fff;
	height: 60px;
	width: 135px;
	padding-left: 15px;
	line-height: 60px;
	text-align: left;
	font-size: 16px;
}
.btn-contact-head:after {
	content: " ";
	position: absolute;
	display: block;
	width: 150px;
	overflow: hidden;
	height: 60px;
	top: 0;
	left: 0;
	margin-left: -60px;
	z-index: 1;
	background: #EB060C;
	-ms-transform-origin: bottom left;
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
	-ms-transform: skew(-45deg, 0deg);
	-webkit-transform: skew(-45deg, 0deg);
	transform: skew(-45deg, 0deg);
}
.nav-global {
	width: 100%;
	clear: both;
	background: #00529B;
	height: 90px;
}
.nav-global ul {
}
.nav-global li {
	float: left;
	width: 16.66%;
	text-align: center;
	height: 90px;
	font-size: 18px;
}
.nav-global li:nth-child(1) {
	background: #9FDAF5;
}
.nav-global li:nth-child(2) {
	background: #77CCF2;
}
.nav-global li:nth-child(3) {
	background: #57C1EF;
}
.nav-global li:nth-child(4) {
	background: #008DC8;
}
.nav-global li:nth-child(5) {
	background: #006AB1;
}
.nav-global li:nth-child(6) {
	background: #00529B;
}
.nav-global li a {
	display: block;
	height: 60px;
	padding: 15px 0;
	color: #fff;
}
.nav-global li span {
	font-size: 15px;
}
/*------ BODY ------*/

article {
}
.gallery-nav {
	position: relative;
	z-index: 4;
	width: 100%;
	text-align: center;
	margin-top: -30px;
}
.gallery-nav li {
	width: 12px;
	height: 12px;
	border-radius: 12px;
	background: #CCD7E6;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
}
.gallery-nav li.active {
	background: #008DC8;
}
#gallery-top {
	position: relative;
	margin-bottom: 30px;
}
.gallery-slide {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all 0.7s; /* Safari */
	transition: all 0.7s;
}
.gallery-slide img {
	width: 100%;
	height: auto;
}
.gallery-ratio {
	width: 100%;
	height: auto;
}
.gallery-slide :first-child {
	position: static;
}
#gallery-slide1 .gallery-text {
	width: 42%;
	position: absolute;
	left: 53%;
	top: 45%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}
#gallery-slide1 .gallery-text h1 {
	font-size: 40px;
	color: #003F92;
	margin-bottom: 26px;
	font-weight:bold;	
}
#gallery-slide1 .gallery-text h2 {
	font-size: 26px;
	color: #003F92;
	margin-bottom: 26px;
}
#gallery-slide2 .gallery-text {
	position: absolute;
	left: 5%;
	top: 40%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;	
}
#gallery-slide2 .gallery-text h2 {
	font-size: 32px;
	font-weight:bold;
	color: #003F92;
	margin-top: 20px;
	margin-bottom: 20px;
}
#gallery-slide2 .gallery-text li {
	font-size: 15px;
	line-height: 21px;
	background: url(../img/ico-lightning.png) no-repeat;
	background-size: 12px 21px;
	padding-left: 28px;
	margin-bottom: 20px;
}
#gallery-slide3 .gallery-text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
#gallery-slide3 .gallery-text h2 {
	font-weight:bold;	
	position: absolute;
	top: 60px;;
	left: 5%;
	text-align: left;
	font-size: 30px;
	line-height: 30px;
	color: #00468C;
}
#gallery-slide3 .gallery-text ul {
	width: 96%;
	display: table;
	margin-top: 80px;
	margin-left: 2%;
}
#gallery-slide3 .gallery-text li {
	overflow:visible;
	width: 23%;
	margin: 1%;
	float: left;
	vertical-align: middle;
	text-align: center;
	position: relative;
	font-size: 14px;
	background:rgba(255,255,255,0.7);
	box-shadow: rgba(0,0,0,0.15) 1px 1px 4px ;
	padding-bottom: 30px;	

}
#gallery-slide3 .gallery-text li:first-child {
	margin-top: 15%;
}
#gallery-slide3 .gallery-text li:nth-child(2) {
	margin-top: 10%;	
}
#gallery-slide3 .gallery-text li:nth-child(3) {
	margin-top: 5%;	
}
#gallery-slide3 .gallery-text li img{
	width: 77px;
	margin: 30px auto 0;
}
#gallery-slide3 .gallery-text li.nobg{
	background:none;
}

#gallery-slide3 .gallery-text p {

	width: 100%;
	color:#333;
	font-size: 15px;
/*	text-shadow: 1px 1px rgba(0,0,0,0.2);*/
	line-height: 24px;
}
#gallery-slide3 .gallery-text li span {
	color: #EB060C;
	font-size: 18px;
	font-weight:bold;	
}
#gallery-slide3 .gallery-text ul.last {
	clear: left;
}
#point-top {
	clear: both;
}
#point-top h3 {
	font-size: 18px;
	background: #00529B;
	color: #fff;
	line-height: 28px;
	padding: 16px;
	text-align: center;
	margin-bottom: 15px;
}
#point-top li {
	width: 28%;
	margin-left: 2%;
	padding: 2%;
	float: left;
	text-align: center;
	background: #DCF1FC;
	height: 180px;
	margin-bottom: 20px;
}
#point-top li div {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#point-top li img {
	margin-bottom: 15px;
}
#point-top li:nth-child(3n+1) {
	margin-left: 0;
}
.nav-top {
}
.nav-top li {
	width: 32%;
	margin-left: 2%;
	float: left;
	text-align: center;
	line-height: 48px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}
.nav-top li:nth-child(3n+1) {
	clear: both;
}
.nav-top li a:after {
	content: " ";
	position: absolute;
	display: block;
	width: 60px;
	overflow: hidden;
	height: 60px;
	top: 48px;
	left: -45px;
	margin-left: -60px;
	z-index: 1;
	transform-origin: bottom left;
	-ms-transform: skew(-45deg, 0deg);
	-webkit-transform: skew(-45deg, 0deg);
	transform: skew(-45deg, 0deg);
	-webkit-transition: all 0.3s; /* Safari */
	transition: all 0.3s;
}
.nav-top li.bottom a:after {
	top: auto;
	left: auto;
	bottom: 48px;
	right: -45px;
}
.nav-top li a:hover:after {
	left: -25px;
}
.nav-top li.bottom a:hover:after {
	left: auto;
	right: -25px;
}
.nav-top li:nth-child(3n+1) {
	margin-left: 0;
}
.nav-top li a {
	color: #fff;
	display: block;
	opacity: 1 !important;
}
.nav-top li img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.3s; /* Safari */
	transition: all 0.3s;
}
.nav-top li a:hover img {
	-webkit-filter: contrast(160%) saturate(60%); /* Chrome, Safari, Opera */
	filter: contrast(160%) saturate(60%);
}
.nav-top li a span {
	-webkit-transition: all 0.3s; /* Safari */
	transition: all 0.3s;
}
.nav-top li a:hover span {
	margin-right: 10px;
}
.nav-top li.bottom a:hover span {
	margin-right: 0px;
	margin-left: 10px;
}
.nav-top li:nth-child(1) a, .nav-top li:nth-child(1) a:after {
	background: #9FDAF5;
}
.nav-top li:nth-child(2) a, .nav-top li:nth-child(2) a:after {
	background: #77CCF2;
}
.nav-top li:nth-child(3) a, .nav-top li:nth-child(3) a:after {
	background: #57C1EF;
}
.nav-top li:nth-child(4) a, .nav-top li:nth-child(4) a:after {
	background: #008DC8;
}
.nav-top li:nth-child(5) a, .nav-top li:nth-child(5) a:after {
	background: #006AB1;
}
.nav-top li:nth-child(6) a, .nav-top li:nth-child(6) a:after {
	background: #00529B;
}
.btn-contact {
	height: 54px;
	line-height: 54px;
	color: #fff;
	display: block;
	background: #EB060C;
	width: 28%;
	padding-left: 2%;
	padding-right: 2%;
	margin: 0 auto;
	text-align: center;
}
.btn-contact a {
	color: #fff;
}
.site-contact {
	clear: both;
	text-align: center;
	padding: 50px 3%;
}
.site-contact .tel {
	color: #00529B;
	font-size: 28px;
}
.site-contact p {
	margin: 10px 0;
}
.site-contact h4 {
	font-size: 24px;
	margin-top: 15px;
}
/*---- CONTENT ----*/
.entry-content h1 {
	font-size: 40px;
	color: #003F92;
	line-height: 60px;
	margin-bottom: 15px;
	text-align: center;
}
.entry-content h2 {
	font-size: 30px;
	color: #003F92;
	line-height: 45px;
	margin-bottom: 15px;
	text-align: center;
}
.entry-content h3 {
	font-size: 24px;
	line-height: 40px;
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 10px;
	font-weight:bold;
}
.entry-content h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	color: #00529B;
	margin-bottom: 10px;
}
.entry-content {
	font-size: 15px;
	padding: 20px 0 40px;
}
.entry-content section {
	margin: 20px 0;
}


#design{
	
}

.design-right{
	width: 62%;	
	float:right;	
}
.design-table {
	width: 100%;
	margin: 0px auto 20px;

}
.design-table td {
	padding: 2%;
}
.design-table th {
	text-align: left;
	border: 1px solid #fff;
	padding: 2%;
	width: 25%;
	background: #9FDAF5;
	vertical-align: top;
}
.design-image{
	float:left;
	width: 36%;	
}
.design-image img{
	width: 100%;
	height:auto;
}
.design-bottom{
	clear:both;
}
.design-spec-table {
	
	width: 70%;
	margin: 40px auto 20px;
	float:left;
}
.design-spec-table td {
	padding: 2%;
}
.design-spec-table th {
	text-align: left;
	border: 1px solid #fff;
	padding: 2%;
	width: 25%;
	vertical-align: top;
}
.designRightImg{
	margin-top: 40px;
	float:right;
	width: 28%;	
	position:relative;
}
.designRightImg img{
	width: 100%;
	height: auto;
}
.textBoxLefTop{
	position:absolute;
	top: 0;
	left: -5px;
	padding: 5px;
	background:#fff;

	font-size: 12px;
}
.textBoxLefTop:after{
    content: "";
    position: absolute;
    bottom: -10px;
    right: 30px;
    border-width: 10px 0 0 10px;
    border-style: solid;
    border-color: #fff transparent;
    display: block;
    width: 0;
}
.textBoxLeftBelow{
	position:absolute;
	bottom: 140px;
	left: -5px;
	padding: 5px;
	background:#fff;

	font-size: 12px;	
}

.textBoxLeftBelow:after{
    content: "";
    position: absolute;
    top: -10px;
    right: 50px;
    border-width: 10px 10px 0 0;
    border-style: solid;
    border-color:transparent #fff ;
    display: block;
    width: 0;
}

.textBoxRightBelow{
	position:absolute;
	bottom: 40px;
	right: -5px;
	padding: 5px;
	background:#fff;

	font-size: 12px;	
	
}
.textBoxRightBelow:after{
    content: "";
    position: absolute;
    top: -10px;
    right: 50px;
    border-width:  10px 0 0 10px;
    border-style: solid;
    border-color:transparent #fff ;
    display: block;
    width: 0;
}

#product h3 {
	font-size: 22px;
}
.boxProduct h4 {
	text-align: center;
}
.boxProduct {
	width: 28%;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 6%;
	float: left;
	position: relative;
}
.boxProduct:nth-child(3n+1) {
	clear: left;
	margin-left: 2%;
}
.boxProduct .note {
	text-align: right;
}
.boxIcon {
	overflow: hidden;
	width: 100px;
	height: 100px;
	position: absolute;
	left: 0;
	top: 0;
}
.icoOrder {
	height: 30px;
	line-height: 30px;
	padding-top: 30px;
	color: #fff;
	display: block;
	background: #EB060C;
	width: 120px;
	padding-left: 2%;
	padding-right: 2%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	margin-left: -40px;
	margin-top: -10px;
	transform: rotate(-45deg);
}
.boxDesc {
	position: relative;
	margin-bottom: 30px;
	font-size: 14px;
}/*
.boxDesc:after{
	cursor:pointer;
	content: " ";
	padding-top: 50px;
	text-align:center;
	width: 100%;
	height: 20px;
	display:block;
	position:absolute;
	background-image: -webkit-gradient(  linear, left top, left bottom, from(rgba(255,255,255,0)),  to(rgba(255,255,255,1)));  
	bottom: 0;
	left: 0;
}*/
.btnProductContact {
	height: 44px;
	line-height: 44px;
	color: #fff;
	display: block;
	background: #006AB1;
	border: none;
	width: 60%;
	margin: 20px auto;
	text-align: center;
	clear: both;
}
.imgProduct {
	text-align: center;
	margin: 30px 0;
	height: 240px;
}
.imgProduct img {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.descProduct table {
	width: 100%;
	margin: 20px 0;
}
.descProduct td {
	border: 1px solid #CCC;
	padding: 2%;
}
.descProduct th {
	text-align: left;
	border: 1px solid #CCC;
	padding: 2%;
	width: 32%;
}
#company table {
	width: 100%;
	margin: 20px auto;
}
#company td {
	padding: 2%;
}
#company th {
	text-align: left;
	border: 1px solid #fff;
	padding: 2%;
	width: 28%;
	background: #9FDAF5;
	vertical-align: top;
}
#company iframe {
	margin-top: 10px;
	width: 100%;
}
#company small {
	display: block;
	margin-bottom: 20px;
}
#sitemap {
}
#sitemap ul {
	text-align: center;
	padding: 15px 0 40px;
}
#sitemap li {
	text-align: left;
	display: inline-block;
	width: 38%;
	margin: 15px 2%;
	border: 1px solid #9FDAF5;
	padding: 15px 3%;
	color: #c0c0c0;
	line-height: 27px;
}
#sitemap li a {
	display: block;
}
#sitemap li span {
	float: right;
	font-size: 18px;
	color: #003F92;
}
#purchase h2{
	margin-bottom: 80px;
}
#purchase li {
    padding: 0;
    background-color:#9CD3EC;
    font-size: 24px;
    text-align: center;
	position: relative;
	writing-mode: horizontal-tb;
	line-height: 72px;
	background-color:#9CD3EC;
	position:relative;	
	margin-bottom: 10px;
}
#purchase li:nth-child(3n) {
    background-color: #fff;

	line-height: 11px;
	padding: 30px 0;
	margin-bottom: 60px;
    border: none;
	vertical-align:middle;
}
#purchase li:nth-child(3n-1) {
	background: none;
	font-size: 18px;
	line-height: 36px;
	width: 80%;
	padding-left: 10%;
}

.flowNumber {
    position: absolute;
    left: 0px;
	top: 0;

	color: #003F92;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:60px;
	line-height:40px;
	z-index: 3;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;	
	
	
}
#purchase li:after {
    content: " ";
    position: absolute;
    display: block;
    width: 90px;
    overflow: hidden;
    height: 90px;
    top: 0;
    left: 0;
    margin-left: -90px;
    z-index: 1;
	background:#fff;
    transform-origin: bottom left;
    -ms-transform: skew(-45deg, 0deg);
    -webkit-transform: skew(-45deg, 0deg);
    transform: skew(-45deg, 0deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#purchase li .icon{
	position:absolute;
	top: 0;
	left: 50%;
	margin-top: -56px;
	margin-left: -42px;	
}
.purchase-flow{
	margin: 30px auto;	
		}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*----- FOOTER -----*/
.site-footer {
	clear: both;
	background: #008DC8;
	color: #B8E3F8;
	line-height: 60px;
}
.site-footer-head {
	float: left;
}
.site-footer-head h4 {
	height: 60px;
	line-height: 60px;
	float: left;
	margin-left: 32px;
}
.site-footer-head h4 img {
	vertical-align: middle;
}
.site-footer-head ul {
	float: left;
	margin-left: 40px;
}
.site-footer-head li {
	float: left;
	height: 60px;
	line-height: 60px;
	margin-right: 10px;
}
.site-footer-head li a {
	color: #fff;
}
.site-footer-bottom {
	float: right;
	line-height: 60px;
	text-align: right;
	padding-right: 150px;
	position: relative;
}
.btn-top {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}
.btn-top span {
	display: block;
	color: #fff;
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: left;
	font-size: 16px;
	background: #00529B;
	z-index: 2;
	position: absolute;
	top: 0;
	right: 0;
}
.btn-top span img {
	vertical-align: middle;
}
.btn-top span:after {
	content: " ";
	position: absolute;
	display: block;
	width: 60px;
	height: 60px;
	top: 0;
	left: 0px;
	margin-left: -60px;
	z-index: -1;
	background: #00529B;
	-ms-transform-origin: bottom left;
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
	-ms-transform: skew(-45deg, 0deg);
	-webkit-transform: skew(-45deg, 0deg);
	transform: skew(-45deg, 0deg);
}

/**====================
　施工事例CSS
======================*/

.showcase_name{
	color:#003F92;
	font-size: 16px;
	text-align:left;
	border-bottom:1px solid #ccc;
	padding-bottom:3px;
	}
.showcase_wrap{
	text-align:center;
	}		
.showcase_wrap dd {
	text-align:left;
	margin:0 auto;
}
.entry-content h3{
	clear:both;
}
.showcase-box{
	width: 46%; padding:2%;float:left;
}
.showcase-box:nth-child(2n){
	clear:left;
}
.showcase-box img{
	max-width: 100%;
	height:auto;
}
.showcase-box .img-box{
	float:right;
	width: 55%;
	padding-bottom: 20px;
}
.showcase-box .img-box img{
	margin-bottom: 20px;
}
.showcase-box .text-box{
	font-size: 14px;
	margin-bottom: 20px;
	width: 42%;
	padding-right: 3%;
	float:left;
}
.showcase-box .img-sub{
	float:left;
	width: 40%;
	font-size: 13px;
}
.showcase-box .img-sub img{
	margin-bottom: 10px;	
}
.orderMakeBox dl:nth-child(3n+1){
	clear: left;
}

.orderMakeBox dl {
    width: 28%;
    margin-top: 30px;
    margin-bottom: 20px;
    float: left;
	margin-left: 6%;
}
.orderMakeBox dl:nth-child(3n+1) {
    clear: left;
    margin-left: 2%;
}
.orderMakeBox .showcaseImg{
	height: 180px;	
}

.orderMakeBox img{
	padding:2px;
	border:1px solid #ccc;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);	
}
 



/*------------------------------
お問い合わせCSS
-------------------------------*/

select:focus,
textarea:focus, 
input:focus{
    outline: none;
}
#contact .mailform {
	margin: 20px auto;
}
#contact .mailform td, th {
	padding: 0;
	width: 25%;
	vertical-align: top;
	text-align: left;
}
#contact .mailform td {
	width: 75%;
	position:relative;
	padding-bottom: 30px;
}
#contact .mailform label{
	position:relative;
	width: 100%;
	margin: 0;
	label: 0;
}
#contact .mailform label.half{
	width: 50%;
}
#contact .mailform label.short input{
	text-indent: 26px;
}
#contact .mailform select{
	width: 100%;	
	text-indent: 68px;
	border:1px solid #CCC;
	padding: 2px;
	line-height:26px;
	height: 30px;
    -webkit-box-sizing: border-box; // Safari/Chrome, other WebKit
    -moz-box-sizing: border-box;    // Firefox, other Gecko
    box-sizing: border-box;         // Opera/IE 8+		
}
#contact .mailform label span{
	position:absolute;
	line-height:30px;
	background:#fff;
	border-right: 1px solid #CCC;
	padding-right: 4px;
	padding-left: 4px;
	display:block;
}
#contact .mailform input{
	width: 100%;	
	border:1px solid #CCC;
	padding: 2px;
	line-height:24px;	
	display:block;
    -webkit-box-sizing: border-box; // Safari/Chrome, other WebKit
    -moz-box-sizing: border-box;    // Firefox, other Gecko
    box-sizing: border-box;         // Opera/IE 8+	
	
}
#contact .mailform label input{
	text-indent: 70px;	
}
#contact .mailform textarea{
	width: 100%;	
	border:1px solid #CCC;
	padding: 2px;
	resize:none;
    -webkit-box-sizing: border-box; // Safari/Chrome, other WebKit
    -moz-box-sizing: border-box;    // Firefox, other Gecko
    box-sizing: border-box;         // Opera/IE 8+	
}

#contact .mailform li {
	list-style-type: none;
}
#contact .small {
	font-size: 12px;
}

#contact ol li{
	margin:0 0 20px;
}
#contact ol li:last-child{
	margin: 0;
}
	
.btnSubmit{
	height: 44px;
	line-height: 44px;
	color: #fff;
	display: block;
	background: #006AB1;
	border: none;
	width: 20%;
	margin:auto;
	text-align: center;
	clear: both;
}
 @media only screen and (max-width: 1600px) {
#gallery-slide3 .gallery-text p {
	font-size: 13px;
}
#gallery-slide3 .gallery-text p span{
	font-size: 15px;
}
#gallery-slide3 .gallery-text li{
	margin-top: 5% !important;
	padding-bottom: 20px;
}
 }
 @media only screen and (max-width: 1200px) {
.w1200-hidden {
	display: none;
}
.w1200-only {
	display: inherit;
}
.left-wrapper {
	width: 62%;
	padding-left: 3%;
	padding-right: 1%;
}
.right-wrapper {
	width: 30%;
	padding-left: 1%;
	padding-right: 3%;
}
.content-wrapper {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
}
#gallery-slide1 .gallery-text h1 {
	font-size: 32px;
}
#gallery-slide3 .gallery-text p {
	font-size: 13px;
}
#gallery-slide3 .gallery-text p span{
	font-size: 15px;
}
#gallery-slide3 .gallery-text li{
	margin-top: 5% !important;
	padding-bottom: 20px;
}
.nav-top li {
	width: 100%;
	margin-left: 0;
}
.nav-top li a {
	display: inline-block;
	width: 100%;
	margin: auto;
}
.nav-top li span {
	display: inline-block;
	width: 70%;
}
.nav-top li img {
	vertical-align: middle;
	width: 30%;
}
.nav-top ul li:nth-child(2n) img {
}
.nav-top li a:after {
	display: none;
}
.nav-top li a:hover span {
	margin-right: 0px;
}
.nav-top li.bottom a:hover span {
	margin-right: 0px;
	margin-left: 0px;
}
.site-contact h4 {
	font-size: 18px;
}
.btn-contact {
	width: 100%;
	padding: 0;
}
.boxProduct {
	width: 46%;
	margin-left: 6%;
}
.boxProduct:nth-child(3n+1) {
	margin-left: 6%;
	clear: none;
}
.boxProduct:nth-child(2n+1) {
	margin-left: 2%;
	clear: left;
}
.orderMakeBox dl {
	width: 46%;
	margin-left: 6%;
}
.orderMakeBox dl:nth-child(3n+1) {
	margin-left: 6%;
	clear: none;
}
.orderMakeBox dl:nth-child(2n+1) {
	margin-left: 2%;
	clear: left;
}
.site-footer-bottom {
	float: none;
	clear: both;
	text-align: center;
	padding: 0;
	color: #00529B;
	background: #9FDAF5;
}
}
 @media only screen and (max-width: 1023px) {
#gallery-slide3 .gallery-text h2{
	top: 30px;
}
#gallery-slide3 .gallery-text ul{
	margin-top: 50px;
}
	 	#gallery-slide3 .gallery-text li{
		margin-top: 5% !important;
		padding-bottom: 20px;
	}	 
 }
 @media only screen and (max-width: 767px) {
img {
	max-width: 100%;
}
img.gallery-ratio {
	width: 200%;
	height: auto;
	max-width: initial;
}
.site-header-main .lang_switch{
	display:none;
}
.site-footer .lang_switch {
    color: #fff;
    position: static;
    bottom: 0;
    right: 40px;
    z-index: 10;
    background-color: #77ccf2;
	text-align: center;	
}

.lang_choice {
    border: none;
    background: none;
    cursor: pointer;
    position: relative;
}

.lang_switch i{
	color: #008DC8;
    vertical-align: middle;
	position: relative;
}
.nav-global {
	height: 120px;
}
.nav-global li {
	width: 33.33%;
	height: 60px;
	font-size: 14px;
}
.nav-global li:nth-child(3n) {
	width: 33.34%;
}
.gallery {
	overflow: hidden;
}
.gallery-nav {
	margin-top: 0;
}
#gallery-slide1{
	background-image:url(../img/mainimg1-s.jpg);
	background-position: top center;
	background-size: cover;
}
#gallery-slide1 img {
	width: 125%;
	height:auto;
	padding-bottom: 150px;
	max-width: initial;
	position: relative;
	left: 22%;
	margin-top: -40px;
	z-index: 1;
	opacity: 0;	
	
}
#gallery-slide1 .gallery-text {
	width: 88%;
	padding: 0 6%;
	left: 0;
	top: 70%;
	-webkit-transform: none;
	transform: none;
}
#gallery-slide1 .gallery-text h1 {
	font-size: 32px;
	text-align: center;
	margin-bottom: 5px;
}
#gallery-slide1 .gallery-text h2 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
}
#gallery-slide2 .gallery-text {
	top: 50%;
}
#gallery-slide2 .gallery-text h2 {
	margin-top: 0px;
}

#gallery-slide2 img {
	width: 100%;
	margin-top: 65%;
	max-width: initial;
	position: relative;
	left: 0%;
	z-index: 1;
}
#gallery-slide3 .gallery-text h2 {

}
#gallery-slide3 .gallery-text ul{
	margin-top: 80px;
}
#gallery-slide3 img {
	opacity: 0;
}
#gallery-slide3 .gallery-text li img{
	opacity: 1;	
	width: 40%;
	height:auto;
}
#gallery-slide3 {
	background: url(../img/mainimg3-s.jpg) no-repeat top center; 
	background-size: cover;
	top: 5%;
	padding-bottom:  50%;
}
#gallery-slide3 .gallery-text li {
	width: 46%;
	margin: 2% !important;
	height: 46%;
}


.gallery-nav li {
	width: 18px;
	height: 18px;
	margin: 0 10px;
}
.nav-global li span {
	font-size: 12px;
}
.nav-global li a {
	height: 40px;
	padding: 10px 0;
}
.design-image,
.designRightImg,
.design-right,
.design-spec-table{
	float:none;
	width: 100%;	
}
.btn-contact-head {
	width: 60px;
	margin-right: -15px;
}
.btn-contact-head a {
	text-indent: 999em;
	overflow: hidden;
	background: url(../img/ico-mail.png) no-repeat left center;
	background-size: 23px 15px;
	padding-left: 0;
	width: 60px;
}
.btn-contact-head:after {
	width: 60px;
}
.mobile-hidden {
	display: none;
}
.mobile-only {
	display: inherit;
}
.full-wrapper {
	min-width: initial;
}
.main-wrapper {
	min-width: initial;
}
.left-wrapper {
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	float: none;
	clear: both;
}
.right-wrapper {
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	float: none;
	clear: both;
}
#point-top li {
	width: 96%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 15px;
}
.boxProduct {
	width: 92%;
	margin-left: 4%;
}
.boxProduct:nth-child(3n+1) {
	margin-left: 4%;
	clear: none;
}
.boxProduct:nth-child(2n+1) {
	margin-left: 4%;
	clear: none;
}
.orderMakeBox dl {
	width: 92%;
	margin-left: 4%;
}
.orderMakeBox dl:nth-child(3n+1) {
	margin-left: 4%;
	clear: none;
}
.orderMakeBox dl:nth-child(2n+1) {
	margin-left: 4%;
	clear: none;
}
.showcase-box {
	width: 96%;
}
#purchase li{
	font-size: 18px;
	line-height: 60px;
}
#purchase li:after{
	margin-left: -150px;
}

.flowNumber {
    font-size: 16px;
	line-height: 16px;
}

#sitemap ul {
	padding: 0;
}
#sitemap li {
	width: 96%;
	margin: 5px 0;
	padding: 5px 2%;
}
#sitemap li span {
	font-size: inherit;
}
.btn-top {
	overflow: hidden;
	height: 60px;
	width: 105px;
}
.btn-top span {
	width: 45px;
}
.site-footer-head {
	float: none;
}
.site-footer-head ul {
	float: none;
	background: #57C1EF;
	text-align: center;
	clear: both;
	width: 100%;
	margin: 0;
}
.site-footer-head li {
	float: none;
	display: inline-block;
}

#contact .mailform {
	margin: 0;
	width: 100%;
}
#contact .mailform tr {
	display: block;
	height: auto;
	padding: 0 0 15px;
	margin: 0 0 15px;
	border-bottom: 1px dotted #DDD;
}

#contact .mailform th {
	display: block;
	width: 100%;
	margin: 15px 0 5px;
	color: #00529B;
}
#contact .mailform td {
	width: 100%;
	display: block;
	margin: 0;
    height: auto;
	padding-bottom: 0px;
}
#contactarea .mailform{
	width:100%;
}
#contact .mailform select{
	width: 200%;
 }
}
 @media only screen and (max-width: 450px) {
.site-title{
	line-height: 45px!important;
}
.site-title img{
	height:30px;
	width:auto;
}
.cocb_jp{
	position: relative;
    font-size: 11px;
    top: 25px;
    left: -110px;
}
.main-wrapper{
	padding-top: 10px;
}
#gallery-slide1 img {
	width: 125%;
	height:auto;
	padding-bottom: 150px;
	max-width: initial;
	position: relative;
	left: 22%;
	margin-top: -40px;
	z-index: 1;
	opacity: 0;	
	
}
#gallery-slide1 .gallery-text {
	width: 88%;
	padding: 0 6%;
	left: 0;
	top: 40%;
	-webkit-transform: none;
	transform: none;
}
#gallery-slide1 .gallery-text h1 {
	font-size: 32px;
	text-align: center;
	margin-bottom: 5px;
}
#gallery-slide1 .gallery-text h2 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
}
	 
#gallery-slide2 .gallery-text h2 {
	font-size: 24px;
}
#gallery-slide3 .gallery-text h2 {
	font-size: 20px;
}
#gallery-slide3 .gallery-text li span {
	font-size: 16px;
}
#gallery-slide3 .gallery-text p {
	font-size: 12px;
}
#gallery-slide3 .gallery-text h2 {
	top: 10px;
}
#gallery-slide3 .gallery-text ul{
	margin-top: 40px;
}
#gallery-slide3 img {
	opacity: 0;
}
#gallery-slide3 .gallery-text li img{
	opacity: 1;	
	width: 40%;
	height:auto;
	margin-top: 10px;
}
#gallery-slide3 {
	background: url(../img/mainimg3-s.jpg) no-repeat top center; 
	background-size: cover;
	top: 5%;
	padding-bottom:  50%;
}
#gallery-slide3 .gallery-text li {
	width: 46%;
	margin: 2px 2% !important;
	padding-bottom: 10px;
}

.entry-content h1 {
	font-size: 30px;
	line-height: 45px;
}
.entry-content h2 {
	font-size: 24px;
	line-height: 32px;
}
.entry-content h3 {
	font-size: 120%;
}
.showcase-box .img-box{
	width: 100%;
	padding-bottom:0;
}
.showcase-box .text-box{
	width: 57%;
}
}
