﻿@charset "utf-8";
/*=============================================
 * body
 *=============================================*/

body {
	color: #000;
	font-family: "Yu Gothic", "Hiragino Kaku Gothic Pro", "MS PGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 15px;
	line-height: 35px;
	letter-spacing: 0;
	background: url(../img/shared/body_bg.jpg);
	min-width: 1000px;
	max-height: 100%;
	font-weight: normal;
	-webkit-text-size-adjust: 100%;
}
/*=============================================
 * #wrapper
 *=============================================*/

#wrapper {
	clear: both;
	width: 100%;
	min-width: 1000px;
	position: relative;
	overflow: hidden;
}
.wrap {
	width: 1000px;
}
/*=============================================
 * header
 *=============================================*/

#header {
	min-width: 1000px;
	position: relative;
	background:url(../img/shared/key_bg.jpg) no-repeat top left;
	-webkit-background-size: cover;
	background-size: cover;	
	
}
#header h1 {
	color: #000000;
	font-size: 13px;
	padding: 35px 40px 0 40px;
	text-align: center;
	line-height: 20px;
	margin-bottom: 28px;
}
#header .logo {
	margin-bottom: 31px;
    text-align: center;
    padding-top: 15%;
    padding-left: 4%;
}
#header .nav {
}
.header-top {
	width: 250px;
	position: absolute;
	top: 0;
	left: 0;
	height: 745px;
	background: url(../img/shared/nav_bg.jpg) no-repeat top center;
	background-size: cover;
}
#header .nav li {
	margin-bottom: 10px;
}
#header .tel {
	position: absolute;
	bottom: -51px;
	right: 0;
	z-index: 2;
}
.button-hover img.hover {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}
.button-hover:hover img.hover {
	opacity: 1
}
/*=============================================
 * key
 *=============================================*/

#key {
	min-height: 745px;
	left: 33.375%;
	position: absolute;
	top: 0;
	width: 65.625%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
#key ul {
	min-height: inherit;
}
#key li {
	min-height: inherit;
}
#header > .wrap {
	height: 745px;

}
/*=============================================
 * container
 *=============================================*/

#container {
	min-width: 1000px;
}
.fz12 {
	font-size: 12px!important;
}
.fz15 {
	font-size: 15px!important;
}
.fz16 {
	font-size: 16px!important;
}
.fz34 {
	font-size: 34px!important;
}
.fz20 {
	font-size: 20px!important;
}
.fz30 {
	font-size: 30px!important;
}
.fz24 {
	font-size: 24px!important;
}
.fz22 {
	font-size: 22px!important;
}
.fz42 {
	font-size: 42px!important;
}
.fz50 {
	font-size: 50px!important;
}
.fz40 {
	font-size: 40px!important;
}
.mr00 {
	margin-right: 0!important;
}
.mb00 {
	margin-bottom: 0!important;
}
.ml00 {
	margin-left: 0!important;
}
.mb35 {
	margin-bottom: 35px;
}
.mb40 {
	margin-bottom: 40px;
}
.pl10 {
	padding-left: 10px!important;
}
.fr {
	float: right;
}
.fl {
	float: left;
}

.wrap4 {
    width: 1150px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 10%;
    margin-top: 1px;
}

.wrap5 {
    width: 1150px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 5%;
    margin-top: 1px;
}

.omorolink {
    width: 270px;
    float: left;
}

.suilink {
    width: 270px;
    float: left;
    margin-left: 2%;
}


.hiroshimalink {
    width: 270px;
    float: left;
    margin-left: 2%;

}
.chatanlink {
    width: 270px;
    float: left;
    margin-left: 2%;
}

.sec5{
    background: url(../img/shared/sec2_back.jpg) no-repeat top center;
    -webkit-background-size: 100%;
    background-size: 100%;
    text-align: center;
    margin-top: -1px;
    height: 665px;
}
header {
  background-color: #000;
  line-height: 56px;
  text-align: center;
  width: 100%;
  color: #fff;
  z-index: 100;
}
.cb-header {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

ul#menu{
    margin:10px auto; 
}

ul#menu li{
    width: 185px;
    height: 48px;
    list-style: none;
    text-align: center;
    margin-left: 40px;
    font-size: 17px;
}

ul#menu li a{
    display:block;
    width:178px;
    height:100%;
    line-height:48px;
    color:#fff;
    text-decoration:none;
}

ul#sub li{
   float:none;
   background: rgba(178,133,69,0.8);
    margin-left: 0px;}
   


 .inviewfadeInUp {
        opacity: 0;
        transform: translate(0, 60px);
        -webkit-transform: translate(0, 60px);
        transition: .5s;
    }
    
    .fadeInUp {
        opacity: 1.0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }

#global_navi {
    height: 65px;
    position: absolute;
    bottom: -92px;
    width: 100%;
    font-family: "��������", "Yu Mincho", YuMincho, serif;
    background: url(../img/shared/menu_back.png) no-repeat;
    background-size: cover;
    padding-bottom: 39px;
}

#global_navi .navi_menu {
    padding-top: 0.7em;
    width: 1165px;
    margin: 0 auto;
}

#global_navi .navi_menu ul {
    margin-top: 0;
    zoom: 1;
}

#global_navi .navi_menu ul:before, #global_navi .navi_menu ul:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020";
}

global_navi .navi_menu ul:after {
    clear: both;
}

#global_navi .navi_menu ul:before, #global_navi .navi_menu ul:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020";
}

#global_navi .navi_menu ul li {
    float: left;
    list-style: none;
    letter-spacing: 5px;
    border-bottom: 1px solid rgba(178,133,69,0.8);
}

#global_navi .editor_foot {
    font-family: 'Open Sans', sans-serif;
    color: #949597;
    font-size: 11px;
    margin: 3px 15px;
    zoom: 1;
}
.float_left {
    float: left;
}


.float_right {
    float: right;
}

#global_navi .editor_foot .charset {
    margin-right: 12px;
}


#global_navi .editor_foot {
    font-family: 'Open Sans', sans-serif;
    color: #949597;
    font-size: 11px;
    margin: 3px 15px;
    zoom: 1;
    height: 15px;
}

#global_navi .editor_foot:after {
    clear: both;
}

#global_navi .editor_foot:before, #global_navi .editor_foot:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020";
}

.wpcf7 {
    width: 100%;
}

table.table-form {
    width: 100%;
    font-size: 15px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}

span.red {
    color: red;
}

table.table-form th {
    width: 30%;
    height: 55px;
    font-size: 15px;
}

table.table-form td {
    width: 60%;
    height: 60px;
}

.alert {
    width: 390px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    border: none;
    height: 30px;
    background: khaki;
    width: 58%;
    font-size: 15px;
    padding: 5px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    border: none;
    background: khaki;
    width: 58%;
    height: 160px;
    font-size: 15px;
    padding: 5px;
}

p.btn-round {
    text-align: center;
}


/*=============================================
 * #socialbuttons
 *=============================================*/

#socialbuttons {
	margin: auto;
	padding: 23px 0 0;
	max-width: 350px;
	text-align: right;
}
/*=============================================
 * footer
 *=============================================*/

#footer_inner {
	width: 1200px;
    margin: 0 auto;
    padding-top: 26%;
}

.pagetop {
	float:right;
	width:124px;
	height:34px;
	text-indent:-9999px;
	margin:-21px 0 15px 0;
	position: relative;
}

.pagetop a{
	width:124px;
	height:34px;
	display:block;
	background:url(../images_common/pagetop.jpg) no-repeat;
}

/* footer_navi
------------------------------------------------- */
#footer{
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
    font-size: 20px;
    width:100%;
    background: url(../img/shared/footerpc.jpg) no-repeat;
    background-size: cover;
    height: 800px;
}

#footer_navi {
	width: 1200px;
	margin:0 auto;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
    margin-left: 5%;
}

#footer_navi ul{
    float:left;
	margin-right:19px;
	padding-bottom:15px;
	margin-left: 31px;
}

#footer_navi ul.packing{ width:123px;}
#footer_navi ul.precision{ width:120px;}
#footer_navi ul.cartridge{ width:122px; margin-right:10px;}
#footer_navi ul.other{ width:90px; margin-right:0;}
#footer_navi ul.company,#footer_navi ul.contact { margin-right:0;}


#footer_navi ul li{
    margin-bottom:10px;
	line-height:1.1;
}

#footer_navi ul li a{
    font-size:85%;
	color:#333333;
	font-weight:bold;
}

#footer_navi ul.company{
    float:none;
	margin-right:0px;
	padding-bottom:10px;
}

#footer_navi ul.cartridge{
	padding-bottom:10px;
}

#footer_navi ul.contact{
    float:none;
	margin-right:0px;
	width:89px;
}

#footer_navi ul li.top{
	text-indent:-9999px;
	height:13px;
	margin-bottom:15px;
}

#footer_navi ul li.top a{
	display:block;
	height:13px;
}

#footer_navi .home .top{ margin-bottom:0px;}

#footer_navi .home .top a{ background:url(../images_common/footernavi_home.gif) no-repeat; width:113px; display:block; text-indent:-9999px; margin-bottom:0px;}
#footer_navi .papercore .top a{ background:url(../images_common/footernavi_papercore.gif) no-repeat; width:113px; display:block; text-indent:-9999px; margin-bottom:10px;}
#footer_navi ul.packing li.top a{ background:url(../images_common/footernavi_packing.gif) no-repeat; width:79px;}
#footer_navi ul.precision li.top a{ background:url(../images_common/footernavi_precision.gif) no-repeat; width:135px;}
#footer_navi ul.cartridge li.top a{ background:url(../images_common/footernavi_cartridge.gif) no-repeat; width:79px;}
#footer_navi ul.other li.top a{ background:url(../images_common/footernavi_other.gif) no-repeat; width:78px;}
#footer_navi ul.company li.top a{ background:url(../images_common/footernavi_company.gif) no-repeat; width:114px;}
#footer_navi ul.contact li.top a{ background:url(../images_common/footernavi_contact.gif) no-repeat; width:89px;}
#footer_navi ul.contact li.news a{ background:url(../images_common/footernavi_news.gif) no-repeat; width:62px;}

#footer_navi .papercore,
#footer_navi .papercore .feature,
#footer_navi .papercore .lineup {
	float:left;
}

#footer_navi .footer_navi_cartridge {
	width:123px;
	float:left;
	margin-right:40px;
}

#footer_navi .footer_navi_lastchild {
	width:120px;
	float:left;
}

#footer_navi .heading {
	font-size: 85%;
}

#footer_navi .papercore {
	margin-right:35px;
}

#footer_navi .papercore li {

}

#footer_navi .papercore .heading {
	margin-left:0;
    border-right: 1px solid #b28545;
    padding-right: 20px;
}

}

#footer_navi .papercore .feature {
	width:124px;
	margin-right:20px;
}

#footer_navi .papercore .lineup {
    width: 100px;
	margin-right:0;
}

#footer_navi .heading a{
	font-size:100%;
	font-weight:normal;
}


#footer_navi ul .heading ul {
	margin:0;
	padding:10px 0 0px;
	float:none;
    border-bottom: solid 1px #b28545;
    padding-bottom: 10px;
}

#footer_navi ul .heading li {
  margin-left:1em;
}

#footer_navi ul .heading a.bold {
	font-weight:bold;
	}

#footer_navi ul.cartridge li {

}

#footer_navi ul.cartridge li.top {
	margin-left:0;
}

#footer_navi ul.cartridge li.heading {
	margin-left:0;
}

/* footer_utiliy
------------------------------------------------- */
#footer_utiliy {
	background:url(../images_common/footer_img.gif) no-repeat bottom;
 }
 
#utiliy_inner {
	width:980px;
	margin:0 auto;
	padding:11px 0 15px;
 }
 
#utiliy_inner .address {
	width:500px;
	float:left;
}

#utiliy_inner .address .logo{ float:left; margin-right:13px; padding-bottom:8px;}
#utiliy_inner .address .copy{ float:left; padding:9px 0 4px;}
#utiliy_inner .address p{ font-size:85%;} 

#utiliy_inner .copyright {
	width:343px;
	float:right;
}

#utiliy_inner .copyright ul li{
	height:13px;
	text-indent:-9999px;
	padding-top:6px;
}

#utiliy_inner .copyright ul li a{
	height:13px;
	display:block;
}

#utiliy_inner .copyright ul li.privacy{ width:172px;float:left;}
#utiliy_inner .copyright ul li.sitepolicy{ width:153px;float:right;}

#utiliy_inner .copyright ul li.privacy a{ background:url(../images_common/footernavi_privacy.gif) no-repeat;}
#utiliy_inner .copyright ul li.sitepolicy a{ background:url(../images_common/footernavi_sitepolicy.gif) no-repeat;}

#utiliy_inner .copyright p{
	background:url(../images_common/copyright.gif) no-repeat;
	text-indent:-9999px;
	margin-top:15px;
	width:286px;
	height:11px;
	float:right;
}

/* h1
------------------------------------------------- */
.footer_field {
    width:980px;
	margin:0 auto;
}

h1{
	font-size: 85%;
	text-align: left;
	padding:5px 0;
	width: 980px;
}

/* footer_field_inner
------------------------------------------------- */

.footer_field .footer_field_inner {
	text-align:center;
	position:absolute;
    z-index: 90;
    bottom: -12px;
	color: #b4b4b4;
}

.footer_field .footer_field_inner .position {
	position:absolute;
	text-align:left;
	padding-bottom:10px;
}

.footer_field .footer_field_inner .position ul {
	bottom:10px;
	line-height:1.4;
	width:980px;
}

.footer_field .footer_field_inner .position li {
	font-size:80%;
	display:inline;
	line-height:1.4;
	_line-height:1.7;
	margin-right:18px;
	_margin-right:10px;
}

.footer_field .footer_field_inner li { line-height/*\**/: 1.7\9; }/* IE7,8 */

.footer_field .footer_field_inner li a {
	color:#b4b4b4;
	white-space:nowrap;	
}

li.adress {
    list-style-type: none;
    font-size: 17px;
}

.link_link {
    position: absolute;
    right: 112px;
    bottom: 82px;
}

a:hover img.overwhite{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.8;              /* Safari 1.x */
    opacity:0.8;
    zoom:1;
}
@media only screen and (min-width: 1001px) and (max-width: 1100px) {
#key {
	left: 18.75%;
	width: 81.25%;
}
}

@media only screen and (min-width: 1101px) and (max-width: 1200px) {
#key {
	left: 21.875%;
	width: 78.125%;
}
}

@media only screen and (min-width: 1201px) and (max-width: 1300px) {
#key {
	left: 25%;
	width: 75%;
}
}

@media only screen and (min-width: 1301px) and (max-width: 1400px) {
#key {
	left: 28.125%;
	width: 71.875%;
}
}

@media only screen and (min-width: 1401px) and (max-width: 1500px) {
#key {
	left: 31.25%;
	width: 68.75%;
}
}

@media only screen and (min-width: 320px) and (max-width: 1000px) {
#key {
	left: 25%;
	width: 75%;
}
}

.fi-nav {
    /* font-size: 10px!important; */
}

.fi-nav a {
    /* line-height: 24px!important; */
}