@charset "utf-8";
/* company_en.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　　                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	background-image: url(../../../images/business_kv.jpg);
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* B to B  　　　　　　　　                                                 */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#btob {
	background-image: url(../../../images/business_btob_bg.jpg);
	background-position: center bottom;
	background-size: cover;
	padding-top: 200px;
	padding-bottom: 200px;

}
#btob .inner {
	width: 700px;
}
#btob_tt {
	margin-bottom: 60px;
}

#btob h4 {
	font-size: 56px;
	line-height: 1em;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
#btob_note {

}
#btob_note h5 {
	font-size: 60px;
	line-height: 1em;
	margin-bottom: 20px;
	color: rgba(0,0,0,0.40);
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}

#btob_note p {
	margin-bottom: 8px;
}

/* 問い合わせボタン */
.more_bt {
	width: 280px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
	margin-top: 50px;
}

.more_bt a img {
	width: 10px;
	height: auto;
	position: absolute;
	right: 20px;
	top: 19px;
}
.more_bt a {
	display: block;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 18px;
	background-color: #333333;
}
.more_bt a::before {
	background-color: #000000;
}
.more_bt a {
  position: relative;
  z-index: 1;
  transition: .3s;
}
.more_bt a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}
.more_bt a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* scroller      　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#scroller {

}
#scroller li img {
	width: 280px;
	height: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 北前船事業部    　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kitamae {
	text-align: center;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 100px;
	background-image: url(../../../images/bg_nami_01.png);
}
#kitamae_wrap {
	padding-bottom: 200px;
	background-image: url(../../../images/bg_nami_02.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#kitamae h4 {
	font-size: 30px;
	line-height: 1em;
	margin-bottom: 50px;
	padding-bottom: 30px;
	background-image: url(../../../images/home_news_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.kitamaeya_logo {
	text-align: center;
}
.kitamaeya_logo img {
	width: 68px;
	height: auto;
}
#kitamae_lead {
	font-size: 24px;
	line-height: 2em;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 200px;
	margin-bottom: 50px;
	background-image: url(../../../images/business_nami.png);
	background-repeat: no-repeat;
	background-position: 0% bottom;
	width: 1100px;
	color: #1A3256;
	margin-top: 50px;
	padding-left: 100px;
	padding-right: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#kitamae_lead p {
	font-weight: 700;
}

/* 木目看板 */
#kitame_moku {
	margin-top: 50px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	margin-bottom: 100px;
}
#kitame_moku img {
	width: 100%;
	height: auto;
}

/* 電話番号 */
#kitamae_tel {
	width: 800px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255,255,255,0.80);
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	display: table;
	padding-top: 15px;
	padding-bottom: 15px;
}
#name_tbl {
	display: table-cell;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
}
#name_tbl h5 {
	font-size: 26px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-weight: bold;
}
#tel_tbl {
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid #999999;
	width: 50%;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
}
#tel_number {
	font-size: 30px;
	font-weight: bold;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
#tel_number a {
	color: #000000;
	text-decoration: none;
}

#fax_number {
	font-size: 20px;
}














/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


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

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* B to B  　　　　　　　　                                                 */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#btob {
	padding-top: 100px;
	padding-bottom: 60px;

}
#btob .inner {
	width: 100%;
}
#btob_tt {
	width: 100%;
	align-items: center;
}
#btob h4 {
	font-size: 40px;
	margin-bottom: 0px;
	text-align: center;
	line-height: 1em;
}
#btob_note {
	width: 100%;
}
#btob_note h5 {
	font-size: 60px;
	text-align: center;
}

/* 問い合わせボタン */
.more_bt {
	width: 260px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* scroller      　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#scroller li img {
	width: 140px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 北前船事業部    　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kitamae {
}
#kitamae_wrap {
	padding-bottom: 100px;
}
#kitamae h4 {
	font-size: 24px;
	margin-bottom: 40px;
	line-height: 1.3em;
}
#kitamae_lead {
	font-size: 20px;
	line-height: 1.8em;
	margin-bottom: 40px;
	width: 100%;
	margin-top: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
}
#kitamae_note {
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}


/* 木目看板 */
#kitame_moku {
	margin-top: 40px;
	width: 100%;
	margin-bottom: 50px;
	display: block;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
}
#tel_area {
	margin-left: 20px;
	margin-right: 20px;
}


/* 電話番号 */
#kitamae_tel {
	width: 100%;
	display: inherit;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
#name_tbl {
	display: inherit;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 15px;
}
#name_tbl h5 {
	font-size: 22px;
}
#tel_tbl {
	display: inherit;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 0px;
	border-top: 1px solid #999999;
	border-left-style: none;
}
#tel_number {
	font-size: 24px;
}

#fax_number {
	font-size: 18px;
}

}
