@charset "UTF-8";
/* CSS Document */

body {
	background-color: #fff;
}


#wrapper {
	position:relative;
}

.is_pc {
}

.is_mobile {
	display:none;
}

.wfont {
    font-family: "Noto Sans Japanese",sans-serif;
}


.btn {
	background-color:#b5b9bd;
	padding:10px 40px;
	color:#FFF;
	border-radius:0;
	font-size:20px;
	font-family: "Noto Sans Japanese",sans-serif;
	transform:scale(1,1);
	transition:0.3s ease transform;
}

.btn:hover {
	color:#FFF;
	opacity:0.9;
}

.btn:focus {
	color:#FFF;
}


section {
	margin-bottom: 40px;
}

section h1 {
	margin-bottom: 12px;
	font-weight:500;
}


#mobile-nav-close,
#btn-header_nav {
	display:none;
}


.editor {
	line-height:1.6;
}
.editor img {
	margin-bottom: 20px;
}
.editor ol li{
	margin-bottom: 15px;
}



article {
	margin-bottom: 40px;
}

.acf-map {
	width: 100%;
	height: 380px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}


.dashicons-admin-links {
    font-size: 16px;
    line-height: 20px;
    margin-left: 5px;
}

/* ============ FLOATING WIDGET ============= */
/*
.floating-widget {}
.floating-widget.floating { position: fixed; top: 0; right:0; }
.floating-widget.pinned-bottom { position: absolute; bottom: 0; _position: static; }
*/

/* ============ TITLE ============= */

h1 {
	font-size:32px;
}

.title {
}

.title-sub {
	font-size:18px;
	border-bottom: 2px solid #336cb6;
	font-weight: bold;
	padding:0 0 5px;
	margin-bottom: 10px;
	color:#555;
}


/* ============ ICON ============= */

.icon-pdf,
.icon-doc,
.icon-xls {
	color:#FFF;
	font-weight: bold;
	padding:3px 0;
	border-radius:2px;
	font-size: 10px;
	margin-left: 5px;
	background-color: #283b54;
	width:70px;
	text-align:center;
	display:inline-block;
	margin-bottom: 3px;
}

.icon-pdf:hover,
.icon-doc:hover,
.icon-xls:hover {
	color:#FFF;
	opacity:0.8;
}

.icon-pdf:active,
.icon-doc:active,
.icon-xls:active {
	color:#FFF;
}


.icon-pdf:focus,
.icon-doc:focus,
.icon-xls:focus {
	color:#FFF;
}


/*
.icon-pdf {
	background-color: #283b54;
}

.icon-doc {
	background-color: #0057C0;
}

.icon-xls {
	background-color: #10A300;
}
*/


/* ============ HEADER ============= */

#page-header {
	padding:25px 0 0;
	margin-bottom: 30px;
}

body.home #page-header {
	margin-bottom: 0px;
}

#page-header .container {
	width:96%;
}

#logo {
	margin-bottom: 30px;
}


#header_nav {
	background-color:#efeded;
	border-top: 6px solid #173162;
	border-radius:0;
	margin-bottom: 0;
}

#header_nav {
	font-size:0;
}
#header_nav ul.navbar-nav {
	width:100%;
}

#header_nav li.dropdown {
	width:20%;
	font-weight:bold;
}

#header_nav button {
	width:100%;
	border:none;
	border-right:1px solid #d4d4d4;
	line-height:16px;
	padding:16px 0;
	font-size:16px;
	-webkit-appearance: none;
	background-color: inherit;
    height: 60px;
}

@media (min-width: 992px) {
	#header_nav button {
		line-height:14px;
		padding:17px 0;
		font-size:14px;
	}
}

#header_nav li:first-child button {
	border-left:1px solid #d4d4d4;
}

#header_nav button:hover {
	background-color: #fff;
}


#header_nav_dropdown_wrapper {
	position:relative;
}

#header_nav_dropdown_wrapper li {
	position:static;
}

#header_nav .dropdown-menu {
    border: none;
    border-radius: 0;
    box-shadow: 0 12px 0 12px rgba(0, 0, 0, 0.10);
	padding:30px 0 30px 20px;
	font-size:0;
}

#header_nav .dropdown-menu li {
	padding-left:0;
	margin-bottom: 16px;
}
#header_nav .dropdown-menu a {
	padding:0;
}
#header_nav .dropdown-menu img {
	display:block;
	width:100%;
	height:auto;
}

#header_nav .dropdown-menu span {
	display:block;
	padding:5px 0;
	text-align:center;
	background-color: #b5b9bd;
	font-size:16px;
	color:#FFF;
	font-weight: bold;
}


#header_nav .dropdown-menu a span {
	font-size:14px;
}

#header_nav ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}

#language-changer {
	padding-top:20px;
}

#language-changer a {
	padding:10px 20px;
}

#language-changer a#btn-jpn {
	border-right: 1px solid #CCC;
	display:none;
}

#searchform label {
	display:none;
} 

#searchform label {
	display:none;
}

#searchform {
	font-size: 0;
}

#searchform #s {
	background-color: #f4f4f4;
	padding:6px 20px;
	font-size: 14px;
	width:230px;
	border-radius:6px 0 0 6px;
	border:none;
}

#searchsubmit {
	padding:6px 18px;
	background-color: #2d4669;
	font-size: 14px;
	color:#FFF;
	border-radius:0 6px 6px 0;
	border:none;
}

/* ヘッダーメニュー 2017*/

#search-box {
	display: inline-block;
}


#language-changer-wrapper {
	padding-top:4px;
	display: inline-block;
}
#language-changer {
	padding: 3px 17px;
	border: none;
	background: #FFF;
	border-radius: 4px;
	margin-right: 15px;
}

#language-changer a {
	padding:10px 20px;
}

/* ヘッダーメニュー 2017　ここまで*/


/* ============ FOOTER ============= */


#page-footer {
	padding:40px 0 0;
	border-top:35px solid #4c5765;
}

body.home #page-footer {
	border-top:none;
}

#logo-footer {
	display:inline-block;
	margin-right: 40px;
	margin-bottom: 10px;
}

#page-footer address {
	display:inline-block;
    vertical-align: top;
	font-weight:600;
}
#page-footer #administrator {
	margin-top: -10px;
	margin-bottom: 10px;
}

#page-footer #administrator dt {
	margin-bottom: 5px;
	font-weight: bold;
}
#page-footer #administrator dd {
    display: inline-block;
    vertical-align: middle;	
	text-align:center;
	width:30%;
}

#page-footer #administrator dd img {
	display:block;
	margin:auto;
	margin-bottom: 5px;
}

#copy {
	background-color: #e2e2e2;
	padding:7px 0 4px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}

#backtotop {
	position:fixed;
	right:20px;
	bottom:20px;
	width:60px;
	height:60px;
	background-image:url(../images/img-backtotop.png);
	-webkit-background-size: cover;
	background-size: cover;
	cursor:pointer;
	opacity:0.5;
}

#backtotop:hover {
	opacity:1;
}



/* ============ HOME ============= */

#article-home {
	margin-bottom: 0;
}

#home-main-imgs {
	margin-bottom: 0;
}

#home-main-bnr ul{
    margin: 0 auto;
    max-width: 1240px;
    text-align: center;
    width: 100%;
}

#home-main-bnr .main-bnr {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    display: inline-block;
    height: auto;
    transition: all 0.2s ease-in-out 0s;
    width: 32%;
    transform: scale(0.9, 0.9);
}


#home-main-bnr .main-bnr:hover {
    transform: scale(1, 1);
}

#home-main-imgs {
	position:relative;
	background-color: #666;
	background-color: #27313c;
}
@keyframes ship {
	
	0% {
		background-position:-10% 50px;
	}
	
	100% {
		background-position:110% 50px;
	}
}

@-webkit-keyframes ship {
	
	0% {
		background-position:-10% 50px;
	}
	
	100% {
		background-position:110% 50px;
	}
}

#ship-horizon {
    background-image: url("../images/ship-horizontal-1.png");
    background-repeat: no-repeat;
	height:140px;
	position:absolute;
	bottom:0;
	left:0;
	z-index: 100;
	width:100%;
	
	background-position: 0 50px;
	animation: ship 50s infinite;
	-webkit-animation: ship 50s infinite;
	

}


#home-main-imgs .home-main-img img {
	height:380px;
}

#home-main-imgs-caption {
	background-image: url(../images/txt-home-main.png);
	background-position: 50% 25%;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	padding:30px 0;
	text-indent:-9999px;
	width:80%;
	height:100%;
	position:absolute;
	top:0;
	left:10%;
	z-index:100;
}

#home-main-bnr {
	text-align:center;
	margin:0 auto;
	position:absolute;
	bottom:50px;
	z-index:110;
	width:100%;
	left:0;
}

#home-main-img-1 {
}

.home-main-img {
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.home-main-img img{
	opacity:0;
}


#home-newstopics {
	padding:60px 0 40px;
	
    opacity: 1;
    width: 100%;
}



#home-newstopics h1 {
    color: #666666;
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 20px;
}

#home-newstopics li {
	font-weight:normal;
	margin-bottom: 12px;
}

#home-news {
	padding-left:50px;
}


#home-news time {
	padding:3px 15px;
	background-color: #eab138;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	margin-right: 10px;
}

#home-topics {
	padding-left:50px;
}
#home-topics time {
	padding:3px 15px;
	background-color: #619177;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	margin-right: 10px;
}

#home-topics ul {
	margin-bottom: 50px;
}


#home-footer-contents {
	background-color: #333;
	background-image: url(../images/bg-home-footer-contents.png);
	background-position: 50% 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding:30px 0;
}

@media (min-width: 992px) {
	#home-footer-contents .container {
		width:100%;
	}
}

#home_footer_nav {
	font-size:0;	
	margin-bottom: 20px;
}

#home_footer_nav dl {
	display:inline-block;
	font-size:20px;
	background-color: #283b54;
	min-height:280px;
	padding:28px;
	vertical-align:top;
	color:#FFF;
	border-right: 2px solid #27313c;
	border-bottom: 2px solid #27313c;
	margin-bottom: 0;
	transition: 0.2s ease-in-out all;
	transform:scale(1,1);
}

#home_footer_nav dl:hover {
	background-color: #4c5765;
	transform:scale(1.1,1.1);
	z-index:2;
}

#home_footer_nav dt {
	font-size:20px;
	font-weight:bold;
	margin-bottom: 15px;
	line-height:1.1;
}

#home_footer_nav dd {
	font-size:14px;
	font-weight:bold;
}
#home_footer_nav dd:before {
	content:"■ ";
}

#home_footer_nav a {
	color:#FFF;
	margin-bottom: 3px;
	font-weight:normal;
}

#home_footer_nav a:hover {
	text-decoration:underline;
}


#home-footer-portmark {
	background-color: #4c5765;
	padding:30px 40px;
	color:#FFF;
	margin-bottom: 5px;
}

#home-footer-portmark h3 {
	margin-bottom: 10px;
}


#home-footer-portmark img {
	margin-right: 15px;
	margin-bottom: 15px;
}

#home-footer-contact {
	background-color: #4c5765;
	padding:30px 40px;
	color:#FFF;
}

#home-footer-bousai {
	margin-bottom: 5px;
	background-color: #4c5765;
	padding:30px;
	color:#FFF;
}

#home-footer-bousai h3 {
	margin-bottom: 15px;
	font-weight: bold;
}


#home-footer-contact h3 {
	margin-bottom: 15px;
	font-weight: bold;
}

#home-footer-contact address {
	margin-bottom: 5px;
	font-size:24px;
	font-weight:bold;
	color:#FFF;
}
#home-footer-contact address a {
	color:#FFF;
}

#home-footer-contact address span {
	font-size:12px;
	padding-right: 15px;
	vertical-align: middle;
}

#home-footer-contact .btn {
	font-size: 14px;
}


.icon-fax::before {
    background-image: url("../images/icon-fax-2.png");
    background-size: 22px 20px;
    content: " ";
    display: inline-block;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
    width: 23px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.icon-tel::before {
    background-image: url("../images/icon-phone-1.png");
    background-size: 15px 23px;
    content: " ";
    display: inline-block;
    height: 23px;
    margin-right: 5px;
    vertical-align: text-bottom;
    width: 23px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}


#youtube {
	width:100%;
}

/* ============ SIDEBAR ============= */

#sidebar {
}



#side_nav {
	font-size:0;	
	margin-bottom: 20px;
}

#side_nav dl {
	display:inline-block;
	background-color: #ededed;
	padding:30px;
	vertical-align:top;
	color:#4c5765;
	margin-bottom: 10px;
	width:100%;
	transition: 0.2s ease-in-out background-color;
	font-size: 0;
}



#side_nav dt {
	font-size:20px;
	font-weight:bold;
	margin-bottom: 12px;
	line-height:1.1;
}

#side_nav dd {
	font-size:14px;
	display:inline-block;
	padding-right: 1%;
}
#side_nav dd:before {
}

#side_nav a {
	color:#4c5765;
	margin-bottom: 3px;
	font-weight:500;
	padding:12px 30px;
	display: block;
	background-color: #fff;
	text-align:center;
}


/* ============ PAGE ============= */

#main-content {
	
	margin-bottom: 50px;
}
.hgroup {
	background-color: #F3F3F3;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 0 0;
	background-repeat: no-repeat;
	height:280px;
	display:table;
	width:100%;
	color:#FFF;
	background-image: url(../images/bg-hgroup-introduction.png);
}

.hgroup-introduction {
	background-image: url(../images/bg-hgroup-introduction.png);
}
.hgroup-business {
	background-image: url(../images/bg-hgroup-business.png);
}
.hgroup-bid-info {
	background-image: url(../images/bg-hgroup-bid-info.png);
}
.hgroup-plan-statistics {
	background-image: url(../images/bg-hgroup-plan-statistics.png);
}
.hgroup-about-us {
	background-image: url(../images/bg-hgroup-about-us.png);
}


.hgroup h1, .hgroup p {
    display: table-cell;
    font-size: 58px;
    font-weight: bold;
    vertical-align: middle;
    width: 50%;
}

.hgroup div {
    background-color: #4c5765;
    float: right;
    padding: 17px 40px;
	min-width:430px;
}

.hgroup h1 span {
    font-size: 34px;
    font-weight: 500;
	display:block;
}

.breadcrumb {
	margin-bottom: 50px;
	padding:0;
	font-size: 0;
}
.breadcrumb li{
   padding: 0;
   position:relative;
}

.breadcrumb li span,
.breadcrumb li a {
	text-align:center;
	font-size: 14px;
	color:#FFF;
	display:block;
	text-indent:10px;
	font-weight: 600;
   padding: 20px 60px;
}
.breadcrumb li a span {
	padding:0;
}

.breadcrumb li a {
   transition: 0.4s ease-out all;
}

.breadcrumb li a:hover {
   padding: 20px 70px;
}

.breadcrumb > .active {
    color: #FFF;
}
.breadcrumb > li + li::before {
    content: none;
}
.breadcrumb li:nth-child(1){
	background-color: #283b54;
}

.breadcrumb li::after{
    border-style: solid;
    border-width: 30px 0 30px 20px;
    content: " ";
    display: inline-block;
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
    z-index: 50;
}


.breadcrumb li:nth-child(2){
	background-color: #4c5765;
}
.breadcrumb li:nth-child(3){
	background-color: #bfd0e0;
}

.breadcrumb li:nth-child(1)::after{
    border-color: transparent transparent transparent #283b54;
}
.breadcrumb li:nth-child(2)::after{
    border-color: transparent transparent transparent #4c5765;
}
.breadcrumb li:nth-child(3)::after{
    border-color: transparent transparent transparent #bfd0e0;
}
.breadcrumb li a{
	color:#FFF;
}

.section-simple-img {
	display:table;
	margin-bottom: 40px;
}

.section-simple-img h1{
	font-size: 28px;
}

.simple-img-text {
}


.section-list-dl {
	
}

.section-list-dl-file,
.section-plan-list-dl-file {
	border-bottom: 1px solid #CCC;
	padding-bottom:20px;
}

.section-plan-list-dl-file .contents {
	margin-bottom: 30px;
}

.section-list-dl-file tr:nth-child(1) th,
.section-list-dl-file tr:nth-child(1) td,
.section-plan-list-dl-file tr:nth-child(1) th,
.section-plan-list-dl-file tr:nth-child(1) td {
	border-top: none;
}


.table {
	display:table;
	width:100%;
}
.table-cell {
	vertical-align:middle;
	display:table-cell;
}

.table th{
	vertical-align:middle !important;
}


.simple-img-text .table {
	height:100%;
}

.simple-img-img {
	vertical-align:middle;
}

.section-simple-img:nth-child(2n+1) .simple-img-img {
	text-align:right;
}

.section-simple-img:nth-child(2n) .simple-img-text {
	padding-left:0;
}
.section-simple-img:nth-child(2n+1) .simple-img-text {
	padding-right:0;
}


#page-contact {
	padding-top:15px;
}

#page-contact h1 {
	font-size:24px;

}

.wpcf7-form-control-wrap {
	width:100%;
}
.wpcf7-text,
.wpcf7-textarea{
	width:100%;
	margin:15px;
	border:1px solid #DDD;
}

/* ============ SURROUNDING ============= */

#table-surrounding {
	width:600px;
}

#table-surrounding th {
	text-align:center;
}


/* ============ PORT SERVICE ============= */


.list-port-service {
	padding-left:0;
	padding-right:20px;
	margin-bottom: 30px;
}

.list-port-service img{
	margin-bottom: 10px;
}

.list-port-service strong {
	font-size: 16px;
	margin-bottom: 5px;
}


/* ============ BID INFORMATION ============= */


.title-bid-info {
	background-color: #336cb6;
	color:#FFF;
	margin-bottom: 30px;
	font-size:24px;
	padding:12px 20px;
}

.title-bid-info-sub {
	font-size:18px;
	border-bottom: 2px solid #336cb6;
	font-weight: bold;
	padding:0 0 5px;
	margin-bottom: 10px;
}

.title-bid-info-sub small {
	padding-left:12px;
	color:#FF0000 !important;
	font-size:14px;
	font-weight:normal;
}

.bid-info-table {
	margin-bottom: 30px;
	width:100%;
}

.bid-info-table th {
	font-weight: normal;
	padding:4px 10px;
	vertical-align:middle !important;
}

.bid-info-table th:before {
	content : "■ ";
}

.bid-info-table td {
	text-align:right;
	padding:4px 10px;
}

.bid-info-table tr:nth-child(1) th,
.bid-info-table tr:nth-child(1) td {
	border-top: none;
}





/* ============ STATISTICS ============= */


#article-statistics .editor .btn {
	margin-top: 20px;
}



/* ============ ROUTE ============= */

#article-route table {
}

#article-route table th,
#article-route table td {
	text-align:center;
	padding:10px 15px;
	border:1px solid #999;
}


/* ============ FACILITY ============= */

#article-facility table {
	margin-bottom: 30px;
}
#article-facility table th,
#article-facility table td {
	text-align:center;
	padding:3px 15px;
	border:1px solid #999;
	vertical-align:middle;
}

#article-facility table thead,
#article-facility table tfoot {
	background-color:#DFDFDF;
}

#article-facility table tr.even  {
	background-color:#f9f9f9;
}


/* ============ PARLIAMENT ============= */

#article-parliament .editor table {
	width:100%;
	max-width:750px;
	border-color:#CCC;
}

#article-parliament .editor table tr:nth-child(2n){
	background-color: #F3F3F3;
}


#article-parliament .editor table th,
#article-parliament .editor table td {
	text-align:center;
	padding:15px 0;
	vertical-align:middle;
	border-color:#CCC;
}


/* ============ NETWORK ============= */

#article-network .editor .btn {
	margin-top: 40px;
}


/* ============ SUPPORTER ============= */

#article-supporter .editor th {
	width:20%;
	text-align:center;
}

#article-supporter .editor th,
#article-supporter .editor td {
	padding:20px;
}

#article-supporter .editor li {
	margin-bottom: 8px;
}



/* ============ HISTORY ============= */

.section-table-2 th {
	padding-left: 20px !important;
	white-space:nowrap;
}

.section-table-2 td:nth-child(1) {
	padding-right: 20px !important;
}

.section-table-2 th,
.section-table-2 td {
	vertical-align:middle !important;
}


/* ============ SIZEN ============= */

#article-sizen thead {
	background-color: #ECECEC;
}

#article-sizen th,
#article-sizen td {
	text-align:center;
	padding:5px 0;
}

.wp-image-566 {
	margin-top: -30px;
}

/* ============ SURROUNDINGS ============= */

#article-surroundings table th,
#article-surroundings table td {
	text-align:center !important;
}

#article-surroundings thead {
	background-color: #EFEFEF;
}
#article-surroundings tfoot {
	background-color: #EFEFEF;
}

#article-surroundings thead th,
#article-surroundings thead td,
#article-surroundings tfoot th,
#article-surroundings tfoot td {
	padding:5px 0;
}

/* ============ ARCHIVE ============= */


.archive-list li {
	padding:20px 0;
}

.archive-list li strong {
	font-size:18px;
	margin-bottom: 5px;
	display:block;
}
