@charset "UTF-8";
/*!
Theme Name: koubu-koun
Description: 北部港運
Version: 1.0
Author: KOBUNDO
Author URI: https://www.kobundo.net/
*/

/* ---------------------------------------------------------
	CSS Document Common
--------------------------------------------------------- */

html, body {
	min-width: 1200px;
	margin: 0;
	padding: 0;
	background: #fff;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-align: center;
	font-size: 14px;
	font-family : "HiraKakuPro-W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "osaka";
	line-height: 24px;
	color: #000;
}

form, h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, dl, dt, dd, a {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	list-style: none;
}

table {
	border-collapse: collapse;
}

input , textarea , select , option {
	font-family : "HiraKakuPro-W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "osaka";
	font-size: 100%;
	color: #000;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.find {
	cursor: pointer;
}

.clearfix {
	min-height: 1px;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

address, em {
	font-style: normal;
}

img {
	border: 0;
	vertical-align: top;
}

::-webkit-input-placeholder {
	color: #c8c8c8;
}

::-moz-placeholder {
	color: #999;
}

:-ms-input-placeholder {
	color: #c8c8c8;
}

/* ---------------------------------------------------------
	CSS Document Link
--------------------------------------------------------- */

a {
	outline: none;
	text-decoration: underline;
	color: #3564ff;
}

a:hover {
	color: #e99400;
}

a:hover img {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

input[type='image']:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

#container {
	width: 980px;
	margin: 0 auto;
}

/* ---------------------------------------------------------
	CSS Document Header
--------------------------------------------------------- */

#header {
	background: #fff;
}
#header .flex{
	display: flex;
	width: 70%;
}
#header .flex .aniv{
	width: 90px;

	background: url(../img/logos.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: relative;
}
@import url('https://fonts.googleapis.com/css2?family=Domine:wght@700&display=swap');
#header .flex .aniv span{
	line-height: 83px;
	font-family: 'Domine', serif;
    text-align: center;
    color: red;
    font-size: 50px;
    font-weight: bold;
		display:block;
		    text-shadow: 0 0 1px black;

}
#header img{
	max-width: 100%;
}

#header .inner {
	width: 980px;
	height: 86px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
}

#header h1 {
	height: 36px;
	overflow: hidden;
	font-weight: normal;
	font-size: 11px;
	line-height: 38px;
}

#header ul {
	float: right;
}

#header li {
	float: right;
	padding-top: 20px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	line-height: 20px;
}

#header li a {
	display: block;
	width: 204px;
	height: 52px;
	padding-top: 6px;
	padding-left: 64px;
	background: #e99400 url(../img/h_contact.png) no-repeat center;
	text-decoration: none;
	color: #fff;
}

#header li a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document navi
--------------------------------------------------------- */

#navi {
	height: 40px;
	background: #001649;
	box-shadow: rgba(0, 22, 73, 0.65) 0px 2px 3px -1px;
	-webkit-box-shadow: rgba(0, 22, 73, 0.65) 0px 2px 3px -1px;
	position: relative;
	z-index: 99;
}

#navi ul {
	width: 980px;
	margin: 0 auto;
}

#navi li {
	float: left;
	width: 20%;
	height: 40px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 16px;
	line-height: 40px;
	position: relative;
}

#navi li:after {
	content: '';
	width: 1px;
	height: 30px;
	border-top: solid 5px #001649;
	border-bottom: solid 5px #001649;
	background: #4b5468;
	position: absolute;
	top: 0;
	right: 0;
}

#navi li:last-child:after {
	display: none;
}

#navi li a {
	display: block;
	text-decoration: none;
	line-height: 40px;
	color: #fff;
}

#navi li a:hover {
	background: #3564ff;
	color: #fff;
}

#navi li.this a,
#navi li.this a:hover {
	background: #fff;
	color: #001649;
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	height: 324px;
	background-repeat: no-repeat;
	background-position: center bottom;
	box-shadow: rgba(184, 183, 183, 0.75) 0px 2px 3px -1px;
	-webkit-box-shadow: rgba(184, 183, 183, 0.75) 0px 2px 3px -1px;
	-moz-box-shadow: rgba(184, 183, 183, 0.75) 0px 2px 3px -1px;
}

@media screen and (min-width: 1401px) {
#visual {
	background-size: 100% auto;
}
}

#visual .inner {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#visual .inner:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 324px;
}

#visual .inner h2 {
	display: inline-block;
	vertical-align: middle;
	min-width: 200px;
	padding: 0 20px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background: rgba(0, 22, 73, 0.80);
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-weight: 100;
	font-size: 36px;
	line-height: 60px;
	letter-spacing: 3px;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document bread
--------------------------------------------------------- */

#bread {
	height: 40px;
	overflow: hidden;
	margin-bottom: 60px;
	border-top: solid 5px #e2e2e2;
	background: url(../img/top/info_01.jpg) repeat-x center top;
}

#bread ol {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", serif;
	font-size: 12px;
	line-height: 35px;
}

#bread li {
	float: left;
	margin-right: 8px;
}

#bread li:after {
	content: "\203a";
	margin-left: 10px;
	font-size: 12px;
}

#bread li:last-child:after {
	content: "";
}

/* ---------------------------------------------------------
	CSS Document footer > f_logo
--------------------------------------------------------- */

#f_logo {
	border-top: solid 3px #001649;
}

#f_logo .inner {
	width: 960px;
	margin: 0 auto;
	padding: 25px 0;
	text-align: left;
}

#f_logo p {
	float: left;
	padding-top: 15px;
}
#f_logo .inner .foot_times{
	padding: 9px 0 0 15px;
    width: 30%;
    display: inline-block;
    line-height: 150%;
}

#f_logo ul {
	float: right;
}

#f_logo li {
	float: right;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	line-height: 20px;
}

#f_logo li a {
	display: block;
	width: 204px;
	height: 52px;
	padding-top: 6px;
	padding-left: 64px;
	background: #e99400 url(../img/h_contact.png) no-repeat center;
	text-decoration: none;
	color: #fff;
}

#f_logo li a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document footer > f_navi
--------------------------------------------------------- */

#f_navi .inner {
	width: 860px;
	margin: 0 auto;
	padding: 0 0 45px;
	text-align: left;
}

#f_navi .f_left {
	margin-right: 50px;
	padding: 10px 40px;
	border-left: solid 1px #000;
}

#f_navi p {
	margin-bottom: 5px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 16px;
}

#f_navi address {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", osaka, sans-serif;
	font-size: 13px;
}

#f_navi address.tel {
	margin-top: 5px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", Century, "メイリオ", serif;
	font-size: 15px;
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footer {
	background: #efefef;
	line-height: 39px;
}

#footer .inner {
	width: 960px;
	margin: 0 auto;
}

#footer .f_left li {
	float: left;
	margin-right: 33px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

#footer .f_left li a {
	display: inline-block;
	vertical-align: top;
	padding-left: 25px;
	background: url(../img/f_arrow.jpg) no-repeat left;
	text-decoration: none;
	color: #000;
}

#footer .f_left li a:hover {
	text-decoration: underline;
	color: #3564ff;
}

#footer address {
	float: right;
	font-size: 11px;
}

/* ---------------------------------------------------------
	CSS Document pagetop
--------------------------------------------------------- */

#pagetop {
	margin-left: -57px;
	position: fixed;
	bottom: -70px;
	left: 50%;
}

#pagetop img {
	cursor: pointer;
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

#pagetop img:hover {
	opacity: 1;
	filter: Alpha(opacity=100);
}
