@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */

/* ----------------------------------------------------------

		RESET CSS

---------------------------------------------------------- */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	color: #333333;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	/*font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック",sans-serif;*/
	font-size: 16px;
	width: 100%;
	text-align: left;
}
table {
	table-layout: fixed;
}
table td img {
	max-width: 100% !important;
	height: auto !important;
}
pre {
	margin: 0;
	padding: 0;
	white-space: pre-line;
}
b, strong {
	font-weight: bold;
}
u {
	text-decoration: line-through;
}
img {
	max-width: 100%;
	height: auto !important;
}
small {
	font-size: 80%;
}
hr {
	border: none;
	height: 0;
	border-bottom: 1px dashed #B3B3B3;
}
span {
	font-weight: inherit;
}
.youtube iframe {
	width: 100%;
}
.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube2 iframe,
.youtube2 video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
u {
	text-decoration: underline;
}
/* ----------------------------------------------------------

		Bxi Reset

---------------------------------------------------------- */

/* sitemap */
.map {
	margin: 56px 20px 0;
}
.map li {
	border-left: 5px solid #CCCCCC;
	list-style: none;
	margin: 0 0 15px;
	padding: 0 0 0 10px;
	text-align: left;
}
/* policy */
.policy h3 {
	border-bottom: 2px solid #BBBBBB;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 0 0 5px;
}
.policy p {
	margin: 0 0 20px;
}
/* input */
input[type="button"] {
	cursor: pointer;
	padding: 5px 10px;
}
/* ----------------------------------------------------------

		Layout Structure

---------------------------------------------------------- */

.inner {
	width: 1000px;
	margin: 0px auto;
	position: relative;
}
#contents_wrap {
	position: relative;
	z-index: 1;
	overflow: hidden;
	min-width: 100%;
}
#contents {
}
.ColLeft {
	float: left;
}
.ColRight {
	float: right;
}
.mincho {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
/* ----------------------------------------------------------

		Header

---------------------------------------------------------- */
header#global_header {
	clear: both;
	width: 100%;
	min-width: 100%;
}
.header {
	position: relative;
	border-bottom: 1px solid #aaaaaa;
}
.logo {
	float: left;
	padding: 25px 0px;
	padding-left: 40px;
	text-align: center;
}
.mailBtn {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 80px;
	width: 160px;
	background: #e6e6e6;
	padding-top: 10px;
}
.mailBtn a {
	height: 100%;
	width: 100%;
	/*display: block;*/
	margin: 0px 15px;
}
.mailBtn a img {
	/*position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);*/
}.mailBtn a:nth-child(1) img {
	position: relative;
	top: 8px;
}
#nav_global {
	float: right;
	padding: 22px 0px;
	padding-right: 160px;
}
#nav_global > ul > li {
	float: left;
	position: relative;
	padding: 5px 15px;
	width: 140px;
	text-align: center;
}
#nav_global ul li a {
	text-decoration: none;
	position: relative;
	padding-bottom: 5px;
}

#nav_global> ul > li > a:after {
	content: "";
	display: block;
	width: 0;
	height: 3px;
	background-color: #aaaaaa;
	position: absolute;
	left: 0;
	bottom: -3px;
	-ms-filter: "alpha(opacity=$num)";
	opacity: 0
}
#nav_global ul li a span.aJp{
	display: none;
}
/*#nav_global >ul > li > a:hover .aJp {
	display: block;
}
#nav_global >ul > li > a:hover .aEn {
	display: none;
}*/

#nav_global >ul > li > a:hover:after {
	width: 100%;
	-ms-filter: "alpha(opacity=$num)";
	opacity: 1;
	transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.active a {
	border-bottom: 3px solid #aaaaaa;
}
.mainImg img, .slider img {
	width: 100%;
}
/* ----------------------------------------------------------

		Footer

---------------------------------------------------------- */
footer#global_footer {
	width: 100%;
	min-width: 100%;
}
.footer {
	background: #303333;
	padding: 35px 0px 25px;
	font-size: 14px;
	color: #fff;
	margin-top: 100px;
}
.leftFooter {
 width: 31.5 %;
	float: left;
}
.rightFooter {
	float: right;
}
.fNav01 {
	margin-bottom: 5px;
}
.fNav01 li, .fNav02 li {
	float: right;
}
.fNav01 li a, .fNav02 li a {
	text-decoration: none;
	display: block;
	padding: 0 10px;
	color: #fff;
}
.fNav01 li a:hover, .fNav02 li a:hover {
	text-decoration: underline;
}
.footer .inner {
	border-bottom: 1px solid #888888;
	padding-bottom: 35px;
}
.cr {
	text-align: center;
	margin-top: 25px;
}
/* ----------------------------------------------------------

		Sidemenu

---------------------------------------------------------- */


/* ----------------------------------------------------------

		Shop Style

---------------------------------------------------------- */

h2.title_h2 {
	background: none !important;
	border-top: 3px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-size: 20px !important;
	line-height: 1.3;
	margin: 0 0 20px !important;
	padding: 10px !important;
}
h2.title_h2 span {
	border: none !important;
	padding: 0 !important;
}
ul.item_list li {
	margin-bottom: 10px !important;
}
ul.item_list li h3.title_h3 {
	font-size: 18px !important;
}
.btn_cart a {
	background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
	background-size: 30px auto !important;
	color: #FFFFFF !important;
	display: block !important;
	padding: 10px 10px 10px 50px !important;
	width: 100% !important;
	border: 1px solid #ffffff;
}
.btn_cart a:hover {
	background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #CCCCCC !important;
	background-size: 30px auto !important;
}
.sort_catalog {
	overflow: hidden;
}
.sort_catalog ul {
	margin: 0 -4.16% 20px 0 !important;
	width: auto !important;
}
.sort_catalog ul li {
	padding: 0 !important;
	margin-right: 4.16% !important;
	width: 29.16% !important;
}
.sort_catalog_box:nth-child(3n+1) {
	clear: both;
}
.item_title, .wishlist {
	margin: 0 !important;
}
.shop_cont h2.title_h2, .item_info h2.title_h2 {
	border-top: 2px solid #CCCCCC;
}
.shop_cont a, .item_info a {
	color: #CCCCCC;
}
.shop_cont a:hover, .item_info a:hover {
	text-decoration: none;
}
.item_title h2 {
	border-top: 2px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
/* ----------------------------------------------------------

		COMMON STYLE

---------------------------------------------------------- */

.disnone {
	display: none;
}
/* float */
.ColLeft {
	float: left;
}
.ColRight {
	float: right;
}
.clear {
	clear: both;
}
/* font-size */
.fs10 {
	font-size: 10px;
}
.fs11 {
	font-size: 11px;
}
.fs12 {
	font-size: 12px;
}
.fs13 {
	font-size: 13px;
}
.fs14 {
	font-size: 14px;
}
.fs15 {
	font-size: 15px;
}
.fs16 {
	font-size: 16px;
}
.fs17 {
	font-size: 17px;
}
.fs18 {
	font-size: 18px;
}
.fs19 {
	font-size: 19px;
}
.fs20 {
	font-size: 20px;
}
.fs21 {
	font-size: 21px;
}
.fs22 {
	font-size: 22px;
}
.fs23 {
	font-size: 23px;
}
.fs24 {
	font-size: 24px;
}
.fs25 {
	font-size: 25px;
}
.fs26 {
	font-size: 26px;
}
.fs27 {
	font-size: 27px;
}
.fs28 {
	font-size: 28px;
}
.fs29 {
	font-size: 29px;
}
.fs30 {
	font-size: 30px;
}
.fs31 {
	font-size: 31px;
}
.fs32 {
	font-size: 32px;
}
.fs33 {
	font-size: 33px;
}
.fs34 {
	font-size: 34px;
}
.fs35 {
	font-size: 35px;
}
/* line-height */
.lh11 {
	line-height: 1.1;
}
.lh12 {
	line-height: 1.2;
}
.lh13 {
	line-height: 1.3;
}
.lh14 {
	line-height: 1.4;
}
.lh15 {
	line-height: 1.5;
}
.lh16 {
	line-height: 1.6;
}
.lh17 {
	line-height: 1.7;
}
.lh18 {
	line-height: 1.8;
}
.lh19 {
	line-height: 1.9;
}
.lh20 {
	line-height: 2;
}
.lh21 {
	line-height: 2.1;
}
.lh22 {
	line-height: 2.2;
}
.lh25 {
	line-height: 2.5;
}
/* letter-spacing */
.ls-1 {
	letter-spacing: -1px;
}
.ls0 {
	letter-spacing: 0px;
}
.ls1 {
	letter-spacing: 1px;
}
.ls2 {
	letter-spacing: 2px;
}
/* padding */
/* all */
.pd0 {
	padding: 0 !important;
}
.pd05 {
	padding: 5px !important;
}
.pd08 {
	padding: 8px !important;
}
.pd10 {
	padding: 10px !important;
}
.pd14 {
	padding: 14px !important;
}
.pd15 {
	padding: 15px !important;
}
.pd20 {
	padding: 20px !important;
}
.pd25 {
	padding: 25px !important;
}
.pd30 {
	padding: 30px !important;
}
/* top */
.pdT03 {
	padding-top: 3px !important;
}
.pdT05 {
	padding-top: 5px !important;
}
.pdT10 {
	padding-top: 10px !important;
}
.pdT15 {
	padding-top: 15px !important;
}
.pdT20 {
	padding-top: 20px !important;
}
.pdT25 {
	padding-top: 25px !important;
}
.pdT30 {
	padding-top: 30px !important;
}
.pdT35 {
	padding-top: 35px !important;
}
.pdT60 {
	padding-top: 60px !important;
}
/* bottom */
.pdB0 {
	padding-bottom: 0 !important;
}
.pdB05 {
	padding-bottom: 5px !important;
}
.pdB10 {
	padding-bottom: 10px !important;
}
.pdB14 {
	padding-bottom: 14px !important;
}
.pdB15 {
	padding-bottom: 15px !important;
}
.pdB20 {
	padding-bottom: 20px !important;
}
.pdB25 {
	padding-bottom: 25px !important;
}
.pdB30 {
	padding-bottom: 30px !important;
}
.pdB40 {
	padding-bottom: 40px !important;
}
/* top & bottom */
.pdTB03 {
	padding-top: 3px !important;
	padding-bottom: 3px !important;
}
.pdTB05 {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
.pdTB10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.pdTB14 {
	padding-top: 14px !important;
	padding-bottom: 14px !important;
}
.pdTB15 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
.pdTB20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.pdTB25 {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}
.pdTB30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}
/* left */
.pdL05 {
	padding-left: 5px !important;
}
.pdL10 {
	padding-left: 10px !important;
}
.pdL15 {
	padding-left: 15px !important;
}
.pdL17 {
	padding-left: 17px !important;
}
.pdL20 {
	padding-left: 20px !important;
}
.pdL25 {
	padding-left: 25px !important;
}
.pdL30 {
	padding-left: 30px !important;
}
.pdL35 {
	padding-left: 35px !important;
}
.pdL45 {
	padding-left: 45px !important;
}
/* right */
.pdR04 {
	padding-right: 4px !important;
}
.pdR05 {
	padding-right: 5px !important;
}
.pdR07 {
	padding-right: 7px !important;
}
.pdR08 {
	padding-right: 8px !important;
}
.pdR10 {
	padding-right: 10px !important;
}
.pdR11 {
	padding-right: 11px !important;
}
.pdR12 {
	padding-right: 12px !important;
}
.pdR13 {
	padding-right: 13px !important;
}
.pdR14 {
	padding-right: 14px !important;
}
.pdR15 {
	padding-right: 15px !important;
}
.pdR16 {
	padding-right: 16px !important;
}
.pdR17 {
	padding-right: 17px !important;
}
.pdR18 {
	padding-right: 18px !important;
}
.pdR20 {
	padding-right: 20px !important;
}
.pdR21 {
	padding-right: 21px !important;
}
.pdR22 {
	padding-right: 22px !important;
}
.pdR23 {
	padding-right: 23px !important;
}
.pdR25 {
	padding-right: 25px !important;
}
.pdR30 {
	padding-right: 30px !important;
}
.pdR35 {
	padding-right: 35px !important;
}
.pdR40 {
	padding-right: 40px !important;
}
/* left & right */
.pdLR05 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.pdLR10 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.pdLR15 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.pdLR20 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.pdLR25 {
	padding-left: 25px !important;
	padding-right: 25px !important;
}
.pdLR30 {
	padding-left: 30px !important;
	padding-right: 30px !important;
}
/* margin */
/* all */
.mg05 {
	margin: 5px;
}
.mg10 {
	margin: 10px;
}
.mg15 {
	margin: 15px;
}
.mg20 {
	margin: 20px;
}
.mg25 {
	margin: 25px;
}
.mg30 {
	margin: 30px;
}
/* top */
.mgT05 {
	margin-top: 5px !important;
}
.mgT10 {
	margin-top: 10px !important;
}
.mgT15 {
	margin-top: 15px;
}
.mgT20 {
	margin-top: 20px;
}
.mgT25 {
	margin-top: 25px;
}
.mgT30 {
	margin-top: 30px;
}
.mgTem15 {
	margin-top: 1.5em !important;
}
/* bottom */
.mgB05 {
	margin-bottom: 5px;
}
.mgB10 {
	margin-bottom: 10px;
}
.mgB15 {
	margin-bottom: 15px;
}
.mgB20 {
	margin-bottom: 20px;
}
.mgB25 {
	margin-bottom: 25px;
}
.mgB30 {
	margin-bottom: 30px;
}
.mgB35 {
	margin-bottom: 35px;
}
.mgB40 {
	margin-bottom: 40px;
}
/* top & bottom */
.mgTB05 {
	margin-top: 5px;
	margin-bottom: 5px !important;
}
.mgTB10 {
	margin-top: 10px;
	margin-bottom: 10px !important;
}
.mgTB15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.mgTB20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.mgTB25 {
	margin-top: 25px;
	margin-bottom: 25px;
}
.mgTB30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
/* left */
.mgL05 {
	margin-left: 5px;
}
.mgL10 {
	margin-left: 10px;
}
.mgL15 {
	margin-left: 15px;
}
.mgL20 {
	margin-left: 20px;
}
.mgL25 {
	margin-left: 25px;
}
.mgL30 {
	margin-left: 30px;
}
/* right */
.mgR05 {
	margin-right: 5px;
}
.mgR10 {
	margin-right: 10px;
}
.mgR15 {
	margin-right: 15px;
}
.mgR20 {
	margin-right: 20px;
}
.mgR25 {
	margin-right: 25px;
}
.mgR30 {
	margin-right: 30px;
}
.mgR60 {
	margin-right: 60px;
}
/* left & right */
.mgLR05 {
	margin-left: 5px;
	margin-right: 5px;
}
.mgLR10 {
	margin-left: 10px;
	margin-right: 10px;
}
.mgLR15 {
	margin-left: 15px;
	margin-right: 15px;
}
.mgLR20 {
	margin-left: 20px;
	margin-right: 20px;
}
.mgLR25 {
	margin-left: 25px;
	margin-right: 25px;
}
.mgLR30 {
	margin-left: 30px;
	margin-right: 30px;
}
.bgNorepeat {
	background-repeat: no-repeat;
}
.img_txtTb td:nth-child(1) {
	padding: 0px 10px 0px 0px !important;
}
.img_txtTb td:nth-child(2) {
	padding: 0px !important;
}
.tbPd0 td {
	padding: 0px !important;
}
/*-------------------------------------------------------
additional
----------------------------------------------------------*/
.bread {
	float: right;
	font-size: 14px;
}
.bread li {
	float: left;
	margin: 20px 0px 0px 10px;
}
.bread li a {
	text-decoration: none;
}
.bread li a:hover {
	text-decoration: underline;
}
.relative {
	position: relative;
}
.block01 {
	position: relative;
}
.blockOuter01 {
	width: 1000%;
	height: 100%;
	background: #006699;
	position: absolute;
	top: 0px;
	left: -500%;
	z-index: 1;
}
.blockInside01 {
	z-index: 2;
	position: relative;
	background: #006699;
	border: 1px solid #1271a0;
	margin-right: -3.22%;
	width: 100%;
}
.zIndex2 {
	z-index: 2;
	position: relative;
}
.block02 {
	position: relative
}
.blockOuter02 {
	width: 1000%;
	height: 100%;
	background: #006699;
	position: absolute;
	top: 0px;
	left: -500%;
	z-index: 1;
}
.block03Outer {
	background: url(../images/home/bg_wood.jpg);
	padding: 5px;
}
.block03Inner {
	background: #fff;
}
/*------------------------------------
HOME
--------------------------------------*/
.title01 h2 {
	font-size: 90px;
	color: #000000;
}
.iTxt01 {
	font-size: 30px;
	color: #565656;
}
.iTxt02 {
	font-size: 20px;
	color: #565656;
}
.topBox01 {
	position: relative;
	float: left;
	width: 50%;
}
.imgFull img, .iBox01 img {
	width: 100% !Important;
}
.iBox01 {
	position: relative;
}
.iBoxTxt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	z-index: 3;
}
.iBoxTxt01 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0%);
	font-size: 30px;
	font-weight: bold;
	color: #565656;
	z-index: 3;
}
.iBoxTxt span {
	font-size: 14px;
	display: block;
}
.iBoxTxt01 span {
	font-size: 14px;
	display: block;
}
.vCenterBox {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.newsBlock {
	padding: 50px 0px 0px;
}
.news {
	height: 215px;
	overflow-y: scroll;
	padding: 0px 60px;
}
.newsItem {
	border-bottom: 1px dashed #aaaaaa;
}
.title02 h2 {
	font-size: 30px;
}
/*-----------------------------------
subPage
--------------------------------------*/
.mainBanner {
	position: relative;
}
.bannerImg img {
	width: 100% !Important;
}
.pageTitle h2 {
	text-align: center;
	font-size: 60px;
	color: #fff;
	line-height: 1.5;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.pageTitle h2 span {
	display: block;
	font-size: 20px;
}
.subTitle03 h3 {
	font-size: 22px;
	font-weight: bold;
	position: relative;
}
.subTitle03 h3:after {
	content: '';
	display: block;
	height: 1px;
	width: 30px;
	background: #303333;
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translate(-50%);
}
.fs60 {
	font-size: 60px;
}
.faqItem:last-child {
	margin-bottom: 60px !Important;
}
.greetingBox img {
	margin-bottom: 170px;
}
.staff {
    width: 50%;
}
.staff > div{
    margin-right: -1.96%;
}
.staffItem {
	text-align: center;
	position: relative;
}
.staffItem td {
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
.showBox {
	/*min-height: 336px;*/
}
.showBox .showImg {
    padding: 0 !important;
    width: 500px !important;
}
.showBox .txtShow {
    padding-left: 30px !important;
}
.porfolioBox {
	/*min-height: 655px;*/
}
.showImg {
	border: 0px solid #000 !Important;
}
.leftTxt {
	display: block;
	float: left;
}
/*.staffItem img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}*/

.dpNone {
	display: none;
}
.op01 {
	opacity: 0.7;
}
.relative {
	position: relative;
}
a.btn-ratio:after, a.btn-ratio:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: url(../images/home/bg_hover.png);
	opacity : 0.4;
	-webkit-transition: .3s;
	transition: .3s;
}
a.btn-ratio {
	display: block;
    position: relative;
    overflow: hidden;
    color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
a.btn-ratio:hover:before {
	top: -100%;
}
a.btn-ratio:hover:after {
	top: 100%;
}


.staffOuter, .staff {
	position: relative;
}
.staffPrev {
	height: 30px;
	width: 20px;
	position: absolute;
	top: -35%;
	left: -50px;
	display: block;
	cursor: pointer;
	/*background: url(../images/common/prev.jpg) no-repeat;*/
	font-size: 50px;
}
.staffNext {
	height: 30px;
	width: 20px;
	position: absolute;
	top: -35%;
	right: -50px;
	display: block;
	cursor: pointer;
	/*background: url(../images/common/next.jpg) no-repeat;*/
	font-size: 50px;
}