@charset "UTF-8";

/*==================================================
  reset
==================================================*/

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html, body, div, p, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, table, th, td {
	padding: 0;
	margin: 0;
}
ul, ol {
	list-style: none;
}
table {
	border-collapse: collapse;
	border: none;
}
td, th {
	vertical-align: top;
}
img {
	border: none;
}
a {
	outline: none;
	text-decoration: none;
	color: #000;
}
hr {
	color: #fff;
	background-color: #fff;
	height: 1px;
	padding: 0;
	border: 0;
}
button#cboxNext:focus,button#cboxPrevious:focus {
    outline: none;
}
.clearfix:after {
	content: url(../img/pixel.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}
body {
	font-family: 'Noto Sans Japanese', serif;
	font-size: 14px;
	line-height: 1.8em;
	letter-spacing: 1px;
}
.kama_slide {
	margin: 0 auto;
	width: 100%;
}
#slide {
	height: 100vh;
	position: relative;
	overflow: hidden;
}
#slide li {
	display: none;
}
#slide li .MainImage {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #slide li { position: absolute; } /* IE11 */
}
_:-ms-lang(x),
_:-webkit-full-screen,
#slide li { position: absolute; }
#slide li .MainImage {
	position: -ms-device-fixed;
}
#slide li.first {
	display: block;
}
/* navigation */
#slide_nav ol {
	width: 100%;
	margin: 5px 0 0 0;
	text-align: center;
}
#slide_nav ol li {
	display: inline;
	position: relative;
}
#slide_nav ol li span {
	padding: 3px;
	position: absolute;
	top: -2px;
	left: 3px;
	display: none;
}
#slide_nav ol li .slideon {
	width: 30px;
	height: 27px;
	text-indent: -9999px;
}
#slide_nav ol li:first-child .slideon {
	background: url(../images/navbtn1_on.png) no-repeat;
	background-size:30px 27px;
}
#slide_nav ol li:nth-child(2) .slideon {
	background: url(../images/navbtn2_on.png) no-repeat;
	background-size:30px 27px;
}
#slide_nav ol li:nth-child(3) .slideon {
	background: url(../images/navbtn3_on.png) no-repeat;
	background-size:30px 27px;
}
#slide_nav ol li:nth-child(4) .slideon {
	background: url(../images/navbtn4_on.png) no-repeat;
	background-size:30px 27px;
}
#slide_nav ol li .slideoff {
	width: 30px;
	height: 27px;
	text-indent: -9999px;
}
#slide_nav ol li:first-child .slideoff {
	background: url(../images/navbtn1.png) no-repeat;
	background-size:30px 27px;
}
#slide_nav ol li:nth-child(2) .slideoff {
	background: url(../images/navbtn2.png) no-repeat;
	background-size:30px 27px;
}
#slide_nav ol li:nth-child(3) .slideoff {
	background: url(../images/navbtn3.png) no-repeat;
	background-size:30px 27px;
}
#slide_nav ol li:nth-child(4) .slideoff {
	background: url(../images/navbtn4.png) no-repeat;
	background-size:30px 27px;
}
#slide_nav ol li a {
	padding: 3px;
	display: inline-block;
}
#slide_nav {
	margin-top: -40px;
	z-index: 10000;
}

#header #globalNav .menu li.fb-menu {
	display: none;
}
#header.openr #globalNav .menu li.fb-menu {
	display:block;
}
/*==========================================*/
/* header */
/*==========================================*/
#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	height: 171px;
	background-color: #fff;
	width: 100%;
}
#header .logo_datelier {
	z-index: 4000;
	position: absolute;
	top: 20px;
	left: 20px;
}
#header .btn_menuDisp, #header .btn_menuDisp span:nth-of-type(1), #header .btn_menuDisp span:nth-of-type(2) {
	display: inline-block;
	transition: all .4s;
}
#header .btn_menuDisp {
	display: none;
	position: absolute;
	top: 10px;
	right: -9px;
	z-index: 6000;
	width: 50px;
	height: 50px;
	font-weight: bold;
	font-size: 1.14rem;
	line-height: 1;
	color: #000;
}
#header .btn_menuDisp span:nth-of-type(1), #header .btn_menuDisp span:nth-of-type(2) {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 2px;
	margin: auto;
	background-color: #0b968c;
}
#header .btn_menuDisp span:nth-of-type(1) {
	top: 12px;
}
#header .btn_menuDisp i {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 0.5em;
	margin: auto auto 1.3em auto;
	text-align: center;
	font-style: normal;
	font-family: helvetica;
	border-bottom: 2px #0b968c solid;
}
#header .btn_menuDisp span:nth-of-type(2) {
	bottom: 12px;
}
#header .btn_menuDisp span:nth-of-type(1) {
	-webkit-animation: menu-bar01 .3s forwards;
	-ms-animation: menu-bar01 .3s forwards;
	animation: menu-bar01 .3s forwards;
}
#header.no-animate .btn_menuDisp span:nth-of-type(1) {
	-webkit-animation: none;
	-ms-animation: none;
	animation: none;
}
@-webkit-keyframes menu-bar01 {
 0% {
 -webkit-transform: translateY(12px) rotate(45deg);
}
 60% {
 -webkit-transform: translateY(12px) rotate(0);
}
 100% {
 -webkit-transform: translateY(0) rotate(0);
}
}
@keyframes menu-bar01 {
 0% {
 transform: translateY(12px) rotate(45deg);
}
 60% {
 transform: translateY(12px) rotate(0);
}
 100% {
 transform: translateY(0) rotate(0);
}
}
#header .btn_menuDisp i {
	transition: opacity .2s .2s;
	opacity: 1;
}
#header .btn_menuDisp span:nth-of-type(2) {
	-webkit-animation: menu-bar02 .3s forwards;
	-ms-animation: menu-bar02 .3s forwards;
	animation: menu-bar02 .3s forwards;
}
#header.no-animate .btn_menuDisp span:nth-of-type(2) {
	-webkit-animation: none;
	-ms-animation: none;
	animation: none;
}
@-webkit-keyframes menu-bar02 {
 0% {
 -webkit-transform: translateY(-12px) rotate(-45deg);
}
 60% {
 -webkit-transform: translateY(-12px) rotate(0);
}
 100% {
 -webkit-transform: translateY(0) rotate(0);
}
}
@keyframes menu-bar02 {
 0% {
 transform: translateY(-12px) rotate(-45deg);
}
 60% {
 transform: translateY(-12px) rotate(0);
}
 100% {
 transform: translateY(0) rotate(0);
}
}
#header.open .btn_menuDisp span:nth-of-type(1) {
	-webkit-animation: active-menu-bar01 .3s forwards;
	-ms-animation: active-menu-bar01 .3s forwards;
	animation: active-menu-bar01 .3s forwards;
}
@-webkit-keyframes active-menu-bar01 {
 0% {
 -webkit-transform: translateY(0) rotate(0);
}
 60% {
 -webkit-transform: translateY(12px) rotate(0);
}
 100% {
 -webkit-transform: translateY(12px) rotate(45deg);
}
}
@keyframes active-menu-bar01 {
 0% {
 transform: translateY(0) rotate(0);
}
 60% {
 transform: translateY(12px) rotate(0);
}
 100% {
 transform: translateY(12px) rotate(45deg);
}
}
#header.open .btn_menuDisp i {
	transition: opacity .2s 0s;
	opacity: 0;
}
#header.open .btn_menuDisp span:nth-of-type(2) {
	-webkit-animation: active-menu-bar03 .3s forwards;
	-ms-animation: active-menu-bar03 .3s forwards;
	animation: active-menu-bar03 .3s forwards;
}
@-webkit-keyframes active-menu-bar03 {
 0% {
 -webkit-transform: translateY(0) rotate(0);
}
 60% {
 -webkit-transform: translateY(-12px) rotate(0);
}
 100% {
 -webkit-transform: translateY(-12px) rotate(-45deg);
}
}
@keyframes active-menu-bar03 {
 0% {
 transform: translateY(0) rotate(0);
}
 60% {
 transform: translateY(-12px) rotate(0);
}
 100% {
 transform: translateY(-12px) rotate(-45deg);
}
}
#header #globalNav {
	position: relative;
	z-index: 3000;
	top: 60px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	letter-spacing: 0px;
}
#header #globalNav .menu {
	float: right;
	padding: 20px 80px 20px 40px;
	text-align: right;
	font-family: 'Quicksand', sans-serif;
}
#header #globalNav .menu li {
	display: inline-block;
	position: relative;
	margin: 0px 0px;
	vertical-align: top;
	font-size: 1.1rem;
	line-height: 1;
	border-right: 1px #0b968c solid;
	padding: 0 0.5em;
}
#header #globalNav .menu li:first-child {
	border-left: 1px #0b968c solid;
}
#header #globalNav .menu li:hover:before, #header #globalNav .menu li.current:before {
	opacity: 1;
}
#header #globalNav .menu li a {
	position: relative;
	display: block;
	padding: 10px 0;
	text-decoration: none;
	color: #000;
}
#header #globalNav .menu li a:hover {
	opacity: 1;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
	color: #0b968c;
}
#profile #header #globalNav .menu li a:hover,#profile #header #globalNav .menu li a:hover,
#fabrication #header #globalNav .menu li a:hover,#profile #header #globalNav .menu li a:hover,
#exhibition #header #globalNav .menu li a:hover,#exhibition2 #header #globalNav .menu li a:hover,
#profile #header #globalNav .menu li a:hover,
#contact #header #globalNav .menu li a:hover,#profile #header #globalNav .menu li a:hover {
	opacity: 1;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
	color: #0b968c;
}
/*==========================================*/
  /* header */
  /*==========================================*/
  

#header .logo_main {
	background: url(../images/logoretina.png) no-repeat;
	background-size: 270px 109px;
	width: 270px;
	height: 109px;
	text-indent: -9999px;
	position: absolute;
	top: 45px;
}
#header .logo_main a {
	width: 270px;
	height: 109px;
	display: block;
}
#header .header-inner {
	width: 1040px;
	margin: 0 auto;
	position: relative;
}
#header .header-inner .facebook {
	position: absolute;
	right: 0;
	top: 80px;
	z-index:3000;
}
#header .header-inner .facebook2 {
	position: absolute;
	right: 45px;
	top: 80px;
	z-index:3000;
}
.logo_sub {
	position: absolute;
	left: 50%;
	top: 57%;
	z-index: 1000;
	width: 244px;
	height: 166px;
	margin: -83px 0 0 -122px;
}
#slide li .title_language {
	position: absolute;
	left: 50%;
	top: 81%;
	z-index: 1000;
	width: 414px;
	height: 215px;
	margin: -107px 0 0 -207px;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #slide li .title_language { position: -ms-device-fixed; } /* IE11 */
}
_:-ms-lang(x),
_:-webkit-full-screen,
#slide li .title_language {
	position: -ms-device-fixed;
	top: 86%;
	left:50%;
	z-index: 10;
	width: 414px;
	height: 215px;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #slide_nav ol li span { top: -1px; } /* IE11 */
}
#slide li .title_language.title_language_en {
	top: 78%;
}
/*==========================================*/
  /* content*/
  /*==========================================*/
#profile #header, #fabrication #header, #fabrication2 #header, #exhibition #header, #exhibition2 #header, #contact #header {
	/*position: inherit;*/
	background-color: rgba(4,3,8,0.7);
	margin-bottom: 295px;
}
#profile #header .logo_main, #fabrication #header .logo_main, #exhibition #header .logo_main, #exhibition2 #header .logo_main, #contact #header .logo_main {
	background: url(../images/logo2retina.png) no-repeat;
	background-size: 270px 109px;
}
body#profile {
	background: url(../images/mainimg_profile.png) no-repeat center -30px;
}
body#fabrication {
	background: url(../images/mainimg_fabrication.png) no-repeat center -30px;
}
body#exhibition {
	background: url(../images/mainimg_exhibition.png) no-repeat center -30px;
}
body#exhibition2 {
	background: url(../images/mainimg_exhibition2.png) no-repeat center -30px;
}
body#contact {
	background: url(../images/mainimg_contact.png) no-repeat center -30px;
}
#profile #header #globalNav .menu li a, #fabrication #header #globalNav .menu li a, #exhibition #header #globalNav .menu li a, #exhibition2 #header #globalNav .menu li a, #contact #header #globalNav .menu li a {
	color: #fff;
}
#content {
	width: 632px;
	margin: 466px auto 0;
}
#footer {
	clear: both;
	text-align: center;
	margin: 77px 0;
}
.pagetop {
	margin-bottom: 40px;
}
/*==========================================*/
  /* profile*/
  /*==========================================*/
.title_profile {
	background: url(../images/titleprofile1.png) no-repeat;
	width: 374px;
	height: 57px;
	text-indent: -9999px;
	margin: 0 auto 40px auto;
}
.margin40 {
	margin-bottom: 40px;
}
.margin80 {
	margin-bottom: 80px;
}
h2 {
	font-family:  "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	font-size: 30px;
	line-height: 1em;
	margin-bottom: 40px;
	display: block;
	text-align: center;
	letter-spacing: 2px;
}
.block {
	margin-bottom: 40px;
}
.profilebox1 {
	width: 380px;
	margin: 0 auto 40px auto;
}
.profilebox2 {
	width: 150px;
	margin: 0 auto 40px auto;
}
.profile_tbl1 {
	width: 580px;
}
.profile_tbl2 {
	width: 280px;
}
.text-align-center {
	text-align: center;
}
.margin10 {
	margin-bottom: 10px;
}
.subtitle_border {
	display: block;
	border-bottom: 1px #0b968c solid;
	margin: 0 auto -13px auto;
	width: 478px;
	padding-bottom: 8px;
}
.subtitle {
	font-size: 20px;
	margin-bottom: 40px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	line-height: 1em;
}
/*==========================================*/
/* fabrication */
/*==========================================*/
.title_image_tech {
	margin: 0 auto 40px auto;
	width: 280px;
}
.title_image_tech h1 {
	background: url(../images/title_technique.png) no-repeat;
	width: 280px;
	height: 44px;
	text-indent: -9999px;
}
.tech_detail {
	line-height: 1.8em;
	margin-bottom: 40px;
}
.tech_table {
	width: 730px;
}
.tech_table td {
	vertical-align: middle;
	padding: 20px;
	border-right: 1px #9e9e9e solid;
	border-bottom: 1px #9e9e9e solid;
	font-size: 12px;
}
.tech_table .tech1 {
	width: 25%;
}
.tech_table .tech2 {
	width: 25%;
}
#fabrication #content {
	width: 100%;
}
#exhibition #content {
	max-width: 1200px;
	width: 100%;
}
#exhibition2 #content {
	max-width: 1200px;
	width: 100%;
}
.tech_tab_block {
	margin: 0 auto 0 auto;
	width: 730px;
}
.tech_table .tech_lang {
	text-align: center;
	font-size: 15px;
}
.tech_table .tech3 {
	line-height: 1.7em;
	border-right: none;
}
.tech_table .tech9 {
	border-right: none;
}
.tech_table .tech11 {
	border-right: none;
}
.procedure_box {
	margin: 0 auto;
	width: 1084px;
}
.procedure_box ul li {
	float: left;
	text-align: center;
	margin-bottom: 40px;
}
.procedure_box ul li img {
	margin-bottom: 1em;
}
.procedure_box ul li h3 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0.8em;
}
.box7 {
	margin: 0 auto;
	width: 549px;
}
.box7 h3 {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}
/*==========================================*/
/* exhibition */
/*==========================================*/
.series_icon {
	width: 239px;
	margin: 0 auto 40px;
	clear: both;
}
.series_list li, .series_list2 li {
	display: inline-block;
	height: 196px;
}
.series_list {
	margin-bottom: 77px;
	text-align: center;
}
.series_list2 {
	margin-bottom: -3px;
	text-align: center;
}
.Lblock {
	width: 50%;
	float: left;
}

.Rblock {
	width: 50%;
	float: right;
}

/*==========================================*/
/* contact */
/*==========================================*/
.contact_tbl th {
	width: 20%;
	padding: 10px;
	font-weight: normal;
	text-align: right;
}
.contact_tbl td {
	padding: 10px;
}
.contact_tbl .wpcf7-text, .contact_tbl .input-text {
	width: 100% !important;
	height: 1.5em;
}
.contact_tbl .wpcf7-textarea, .contact_tbl .textarea {
	width: 100% !important;
	height: 200px !important;
}
.contact_tbl input.wpcf7-submit, .contact_tbl input.submit {
	width: 100% !important;
	padding: 5px 10px;
	background-color: #0b968c;
	color: #fff;
	border: none;
}
.display_none {
	display:none;
}
.display {
	display:inline;
}
.kaigyo {
	display:inline;
}
.bnr-box {
	width: 853px;
	margin:  0 auto;
	padding-top: 64px;
}
/*==========================================*/
/* exhibition2 */
/*==========================================*/

.exhibition_block {
	margin: 0 auto 0 auto;
	width: 730px;
}

.exhibitionbox1 {
	width: 1200px;
	margin: 0 auto 40px auto;
}
.exhibition_list li {
    display: inline-block;
    height: 196px;
    margin-right: 5%;
    width:20%;
}
.exhibition_list li:nth-child(4n) {
	margin-right: 0px;
}

@media screen and (min-width: 0px) and (max-width: 599px) {
s.row, #section_works #worksList, #section_info .info {
	margin-left: -10px;
}
.col, #section_works #worksList li, #section_info .info li {
	border-left-width: 10px;
}
/*==========================================*/
  /* header */
  /*==========================================*/
#header .logo_datelier {
	top: 5px;
	left: 5px;
}
#header .logo_datelier a {
	width: 80px;
	height: 80px;
}
#header #globalNav {
	position: relative;
	z-index: 3000;
}
#header #globalNav:after {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5000;
	width: 100%;
	height: 0;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity 100ms ease-out;
	-ms-transition: opacity 100ms ease-out;
	transition: opacity 100ms ease-out;
}
#header #globalNav .btn_menuDisp {
	display: block;
	margin-right: 0px
}
#header #globalNav .menu {
	z-index: 6000;
	display: none;
	float: none;
}
#header #globalNav .menu li:before {
	display: none;
}
#header #globalNav .menu li a {
	height: 100%;
}
#header.open {
	height: 100%;
}
#header.open #globalNav {
	height: 100%;
}
#header.open #globalNav:after {
	height: 100%;
	opacity: 1;
}
#header.open #globalNav .menu {
	display: block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#header.open #globalNav .menu li {
	display: block;
	margin: 0px 10px 20px;
	text-align: center;
	font-size: 1.6rem;
	border-bottom: 1px #0b968c solid;
}
#header.open #globalNav .menu li:after {
	display: none;
}
#header.open #globalNav .menu li:hover:after, #header.open #globalNav .menu li.current:after {
	opacity: 1;
}
#header.open #globalNav .menu li a {
	position: relative;
	display: block;
	padding: 10px 0;
	text-decoration: none;
	color: #fff;
	font-size: 70%;
}
#header.open #globalNav .menu li a:hover {
	opacity: 1;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}
}

@media screen and (max-width: 1600px) {
/* 表示領域が1366px以上の場合に適用するスタイル */
#slide li .MainImage {
	width: 1600px;
	height: auto;
}
}

@media screen and (max-width: 1440px) {
/* 表示領域が1366px以上の場合に適用するスタイル */
#slide li .MainImage {
	width: 1440px;
	height: auto;
}
}

@media screen and (max-width: 1366px) {
/* 表示領域が1366px以上の場合に適用するスタイル */
#slide li .MainImage {
	width: 1366px;
	height: auto;
}
}

@media screen and (max-width: 1280px) {
/* 表示領域が1280px以上の場合に適用するスタイル */
#slide li .MainImage {
	width: 1280px;
}
}

@media screen and (max-width: 1024px) {
/* 表示領域が1024px以上の場合に適用するスタイル */
#slide li .MainImage {
	width: 1024px;
}
#header .header-inner {
	width: inherit;
    padding: 0px 10px;
    box-sizing: border-box;
}
#header .header-inner .facebook {
	right: 10px;
}
.procedure_box {
	width: 100%;
}
.procedure_box ul li {	
    width: 33.33333%;
}
.procedure_box ul li img {
    width: 100% ;
    height: auto;
}
}

@media screen and (max-width: 768px) {
/* 表示領域が1024px以上の場合に適用するスタイル */
#header,#slide li .MainImage {
	margin-right: -16%;
}
#header #globalNav .menu li {
	font-size: 0.8rem;
}

#header .logo_main {
	background: url(../images/logo_main.png) no-repeat;
	background-size: 200px 80px !important;
	width: 200px;
	height: 80px;
	text-indent: -9999px;
	position: absolute;
	top: 61px;
}
#header .logo_main a {
	width: 200px;
	height: 80px;
	display: block;
}
body{-webkit-text-size-adjust: none;}
}
@media screen and (max-width: 599px) and (min-width: 0px) {
/* 表示領域が599px以下の場合に適用するスタイル */
#slide li .MainImage {
	margin-left: -100%;
}
.bnr-box {
    width: 100%;
    padding-top: 0px;
}
.logo_sub {
	top: 44%;
	width: 162px;
	height: 110px;
	margin: -55px 0 0 -81px;
}
	#header #globalNav .menu {
		padding: 20px 40px 20px 40px;
	}
#header .header-inner {
	width: 100%;
	margin: 0 auto;
	position: inherit;
	height: inherit;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 0 30px;
}
#header #globalNav .menu li {
	border-right: none;
}
#header #globalNav .menu li:first-child {
	border-left: none;
}
#header .header-inner .facebook {
	right: 86px;
}
#header .header-inner .facebook2 {
	right: 137px;
	top: 29px;
}
#header.open .header-inner .facebook,#header.open .header-inner .facebook2 {
	display:none;
}
#header {
	height: 90px;
}
#header .logo_main {
	background: url(../images/logo_main.png) no-repeat;
	background-size: 135px 54px !important;
	width: 135px;
	height: 54px;
	text-indent: -9999px;
	position: absolute;
	top: 20px;
}
#header .logo_main a {
	width: 135px;
	height: 54px;
	display: block;
}
#header #globalNav {
	top: 10px;
}
#header .header-inner .facebook {
	top: 28px;
}
#slide li .title_language {
	top: 67%;
	width: 276px;
	height: 143px;
	margin: -71px 0 0 -138px;
}
#slide li .title_language.title_language_en {
	top: 57%;
}
#content {
    margin: 240px auto 0px;
	width:100%;
	overflow: hidden;
}
.profile_tbl1 {
    width: 95%;
	margin: 0 auto;
}
.title_profile {
    width: 249px;
    height: 38px;
	background-size: 249px 38px;
}
#profile #header, #fabrication #header, #exhibition #header, #exhibition2 #header, #contact #header {
     position: fixed; 
     margin-bottom: 0; 
}

#profile img,#fabrication img,#exhibition img,#exhibition2 img {
max-width : 100% ;
height : auto ;
}
p {
width : 100% ;
/*font-size : 65% ;*/
margin : 0 0 1.8em 0 ;
line-height : 1.7 ; }
body#profile {
    background: url(../images/mainimg_profile.png) no-repeat -1110px -199px;
}
body#fabrication {
	background: url(../images/mainimg_fabrication.png) no-repeat -1000px -199px;
}
body#exhibition {
	background: url(../images/mainimg_exhibition.png) no-repeat -980px -199px;
}
body#exhibition {
	background: url(../images/mainimg_exhibition.png) no-repeat -980px -199px;
}
body#exhibition2 {
	background: url(../images/mainimg_exhibition2.png) no-repeat -980px -199px;
}
body#contact {
	background: url(../images/mainimg_contact.png) no-repeat -870px -199px;
}
#header .header-inner {
}
.profilebox1 {
    width: 95%;
	margin: 0 auto 40px;
}
.td20 {
	width: 23%;
}
.tech_tab_block,.exhibition_block,.exhibitionbox1 {
	width:100%;
}
.tech_table .tech2,.tech_table .tech1 {
	width: 25%;
}
.tech_lang {
	height:100px;
}
.tech_table td {
	padding: 5px;
}
.tech_table {
	width: 100%;
}
.procedure_box {
	width: 100%;
}
.procedure_box ul li {
	float:inherit;
}
.subtitle {
	font-size: 110%;
}
.subtitle_border {
	width: 90%;
	margin: 0 auto -6px auto;
}
.box7 {
	width: 100%;
}
.series_list li, .series_list2 li {
	width: 45%;
	height: inherit;
}
.exhibition_list li {
	width: 45%;
	height: inherit;
	margin-right: 0;
}
.exhibitionbox1 h2 {
	font-size: 120%;
		
}
.exhibition_list {
	text-align: center;
}
.tech_detail {
	font-size:80%;
}
.contact_tbl th {
	text-align:left;
	padding: 0 10px;
}
.contact_tbl td {
	padding: 0 10px 10px 10px;
}
.wpcf7 {
	width:90%;
	margin:0 auto;
}
.contact_tbl .wpcf7-text,.contact_tbl .wpcf7-textarea,.contact_tbl input.wpcf7-submit {
	    width: 92%;
}
.contact_tbl th,.contact_tbl td {
	    width: 100%;
        display: block;
        border-top: none;
}
.display_none {
	display:inherit;
}
.display {
	display:none;
}
.kaigyo {
    display: block;
}
#profile #header, #fabrication #header, #exhibition #header, #exhibition2 #header, #contact #header {
	background-color: rgba(4,3,8,0.7);
}
#slide_nav {
	margin-top: -120px;
}
#slide li .MainImage {
    width: 966px;
}
#slide li .MainImage {
    margin-left: -78%;
}
.procedure_box img {
	width:100%;
}
#wrapper{
  margin-top:-240px;
  padding-top:240px;
}
.procedure_box {
	width: 100%;
}
.procedure_box ul li {	
    width: 100%;
}
.contact_tbl .wpcf7-text, .contact_tbl .input-text {
	width: 93% !important;
}
.contact_tbl .wpcf7-textarea, .contact_tbl .textarea {
	width: 92% !important;
}
.contact_tbl input.wpcf7-submit, .contact_tbl input.submit {
	width: 92% !important;
}
}

@media screen and (min-width: 1440px) {
/* 表示領域が1440px以上の場合に適用するスタイル */   
.logo_sub {
	top: 58%;
}
}
