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

body {
	background-color: #fff;
}


#wrapper {
	position:relative;
}

.is_pc {
	display:none;
}

.is_mobile {
}

.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;
	max-width:90%;
}

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

.btn:focus {
	color:#FFF;
}


#btn-header_nav {
    color:rgba(29,32,136,0.90);
    cursor: pointer;
    font-size: 44px;
    height: 52px;
    line-height: 52px;
    position: fixed;
    right: 7px;
    top: 9px;
    width: 52px;
    z-index: 100;
}

#btn-search {
    color:rgba(29,32,136,0.90);
    cursor: pointer;
    font-size: 40px;
    height: 52px;
    line-height: 52px;
    position: fixed;
    right: 56px;
    top: 9px;
    width: 48px;
    z-index: 100;
}

#btn-search-close {
    color: rgba(255,255,255,0.80);
    cursor: pointer;
    font-size: 40px;
    height: 52px;
    line-height: 52px;
    position: absolute;
    right: 7px;
    top: 9px;
    width: 48px;
    z-index: 100;
	background-color: rgba(0,0,0,0.5);
}

#btn-language-changer-mobile {
    color:rgba(29,32,136,0.90);
    cursor: pointer;
    font-size: 38px;
    height: 52px;
    line-height: 52px;
    position: fixed;
    right: 104px;
    top: 9px;
    width: 48px;
    z-index: 100;
	text-align:center;
}

#language-changer-wrapper-mobile {
	position: relative;
}

#btn-language-changer-mobile img {
	opacity:0.8;
	margin-top: -5px;
}
#mobile-nav-close {
	color:#FFF;
	padding: 15px 0 15px 8%;

}

#btn-header_nav-close {
	width:100%;
	padding:20px 0;
	text-align:center;
	background-color: #ddd;
	font-weight: bold;
}


section {
	margin-bottom: 30px;
}

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


#mobile-nav-close,
#btn-header_nav {
}


.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:28px;
}

.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:20px 0 0;
	margin-bottom: 15px;
	border-bottom: 6px solid #173162;

}

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

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

#logo {
	margin-bottom: 20px;
    width: 170px;
    margin-left: -7px;
}



#header_nav {

	position:fixed;
	right:-100%;
	top:0;
	z-index:490;
	transition:0.5s ease-out;
	width:100%;
	padding:0;
	background-color:rgba(0,0,0,0.2);
	overflow-y:auto;
	height:100%;
	-webkit-overflow-scrolling: touch;

}

body.menu-open #header_nav {
	right:0;
	box-shadow:0 10px 15px rgba(0,0,0,0.1);
}


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

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

#header_nav button {
	width:100%;
	border:none;
	line-height:16px;
	padding:30px 0;
	font-size:16px;
	-webkit-appearance: none;
	background-color: #FFF;
	border-bottom: 1px solid #DBDBDB;
}


#header_nav_dropdown_wrapper {
	position:relative;
	width:100% !important;
	padding:0;
	overflow-y:auto;
	height:100%;
	-webkit-overflow-scrolling: touch;
}
#header_nav_dropdown_wrapper ul.nav {
	margin:0;
}

#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:10px 0;
	font-size:0;
	background-color: #EEE;
}

#header_nav .dropdown-menu li {
	margin-bottom: 10px;
}
#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:2px 0;
	text-align:center;
	background-color: #b5b9bd;
	font-size:16px;
	color:#FFF;
	font-weight: bold;
}


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



#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;
}


#search-box {
	position:fixed;
	width:100%;
	background-color: rgba(0,0,0,0.50);
	z-index:1000;
	left:0;
	top:-100px;
	box-sizing:border-box;
	padding:20px;
	transition:0.4s ease-out top;
	text-align: left!important;
}
#search-box.open {
	top:0;
}


#searchform {
	font-size: 0;
}

#searchform #s {
	background-color: #f4f4f4;
	padding:6px 20px;
	font-size: 14px;
	width:170px;
	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;
}

/* ============ 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;
	font-size:10px;
}
#page-footer #administrator {
	margin-top: 10px;
	margin-bottom: 10px;
}

#page-footer #administrator dt {
	margin-bottom: 5px;
	font-weight: bold;
}

#page-footer #administrator dt br {
	display:none;
}

#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: 30%;
}


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

#home-main-imgs {
	position:relative;
	margin-bottom: 40px;
}


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

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

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

#home-main-img-1 {
}

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


#home-newstopics {
    width: 100%;
	height: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: rgba(40,59,84,0.81);
	padding:20px;
	vertical-align:top;
	color:#FFF;
	border-right: 2px solid #27313c;
	transition: 0.2s ease-in-out all;
	transform:scale(1,1);
	width:100%;
	margin-bottom: 5px;
}

#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:15px;
	color:#FFF;
	margin-bottom: 5px;
}

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


#home-footer-portmark img {
	margin-right: 15px;
	width:70px;
	height:auto;
}

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

#home-footer-bousai h3 {
	font-size:16px;
}


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

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

#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 {
	font-size:18px;
	margin-bottom: 10px;
}

#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;
	width:100%;
}

#side_nav a {
	color:#4c5765;
	margin-bottom: 1px;
	font-weight:500;
	padding:10px 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;
	padding-top: 120px;
	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 {
    font-size: 20px;
    font-weight: bold;
}

.hgroup div {
    background-color: #4c5765;
	padding:5px 10px;
}

.hgroup h1 span {
    font-size: 12px;
    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 img {
	margin-bottom: 20px;
}

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

.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;
}



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

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

.wpcf7-form-control-wrap {
	width:100%;
}
.wpcf7-text,
.wpcf7-textarea{
	width:90%;
	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;
}

#article-route dl {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
}



#article-route dt {
	background-color: #EEE;
	padding:5px;
}
#article-route dd {
    padding: 10px 5px;
}

#article-route .btn {
    font-size: 14px;
    white-space: pre-line;
}

/* ============ 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;
}


/* ============ 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;
}

.btn {
    font-size: 14px;
    white-space: pre-line;
}


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


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

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


.wp-image-104 {
	width:30%;
	height:auto;
}