@charset "UTF-8";
.gHeader {
	background-image: linear-gradient(180deg, #df591d 26px, #fef5de 26px);
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.gHeader_inner {}
.gHeader_inner::before {
	content: "";
	display: block;
	width: 32px;
	height: 52px;
	position: absolute;
	z-index: 2;
	right: 3px;
	top: 0;
	transform: skew(-35.8deg);
	background-image: linear-gradient(180deg, #e1c790 25%, #fff5de 25%), linear-gradient(180deg, #df591f 25%, #7a320c 25%, #7a320c 50%, #df5921 50%, #df5921 75%, #fff5de 75%);
	background-size: 50% 100%;
	background-repeat: no-repeat;
	background-position: left top, right top;
}
.gHeader_inner::after {}
.gHeader_corp {
	color: rgb(255, 245, 222);
	font-style: italic;
	font-size: 10px;
	line-height: 26px;
	font-weight: bold;
}
.gHeader_title {}
.gHeader_title > a {
	display: block;
	padding: 11px 0;
	height: 24px;
}
.gHeader_title > a::before {
	content: "";
}
.gHeader_title > a::after {
	content: "";
}
.gHeader_title > a > img {
	display: block;
}
.gNav {
	background: #fff;
	position: relative;
	z-index: 100;
}
.gNav_inner {}
.gNav_list {
	list-style: none;
	display: table;
	width: 100%;
	padding: 0;
}
.gNav_list > li {
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #c7c7c7;
	width: 16.66%;
}
.gNav_list > li:first-child {
	border-left: 1px solid #c7c7c7;
}
.gNav_list > li:nth-child(2n+1) {}
.gNav_list > li > a {
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	transition-property: background-color, padding, font-size;
	color: #4e4e4e;
	padding-top: 25px;
	line-height: 1;
	padding-bottom: 15px;
	overflow: hidden;
	transition-duration: 0.3s;
}
.gNav_list > li > a > small {
	display: block;
	font-size: 13px;
	margin-bottom: 4px;
}
.gNav_list > li > a > .icon {
	display: block;
	font-size: 81px;
	line-height: 1;
	transition-property: transform, color, font-size;
	transform: scale(1.2);
	margin-bottom: -3px;
	transition-duration: 0.3s;
}
.isFixed .gNav_list > li > a > .icon {
	font-size: 65px;
	transition-duration: .5s;
}
.gNav_list > li > a > b {
	display: block;
	line-height: 2.5;
	transition: color .3s;
	font-weight: normal;
	letter-spacing: -1px;
}
.isFixed .gNav_list > li > a > b {}
.gNav_list > li > a > b.-multiline {
	line-height: 1.25;
}
.gNav_list > li > a::before {
	content: "";
}
.gNav_list > li > a::after {
	content: "";
}
.gHeadNav {
	position: absolute;
	z-index: 1;
	right: 52px;
	top: -40px;
	width: 400px;
	text-align: right;
}
.gHeadNav_linkWrap {
	display: inline-block;
	vertical-align: middle;
	margin-right: 16px;
}
.gHeadNav_linkWrap::after {
	content: "";
	display: block;
	clear: both;
}
.gHeadNav_link {
	font-size: 12px;
	float: right;
}
.gHeadNav_link-faq {
	margin-left: 23px;
}
.gHeadNav_link-faq > a {}
.gHeadNav_link-faq > a::before {
	content: "";
}
.gHeadNav_link-faq > a::after {
	content: "";
}
.gHeadNav_link > a > .icon {
	font-size: 10px;
	color: rgb(223, 89, 31);
	margin-right: 4px;
}
.gHeadNav_link-contact {}
.gHeadNav_link > a {
	text-decoration: none;
	line-height: 30px;
	display: block;
}
.gHeadNav_link > a::before {
	content: "";
}
.gHeadNav_link > a::after {
	content: "";
}
.gHeadNav_link-contact > a > .icon {}
.gHeadNav_link-contact > a > .icon-mail {
	display: none;
}
.gLangNav {
	font-size: 12px;
	position: relative;
	z-index: 1;
	width: 117px;
	display: inline-block;
	vertical-align: middle;
}
.gLangNav_title {
	background: #df591d;
	color: #fff;
	text-align: center;
	line-height: 24px;
	border: 3px solid #ffb493;
	cursor: pointer;
	transition: border-color .3s;
}
.gLangNav_title > .icon {
	margin-right: 8px;
	font-size: 10px;
	transition: transform .3s;
}
.gLangNav_title.isShow {
	border-color: #7a320c;
}
.gLangNav_title.isShow > .icon {
	transform: rotate(180deg) translateY(3px);
}
.gLangNav_list {
	list-style: none;
	border: 3px solid #7a330b;
	position: absolute;
	z-index: 1;
	width: 100%;
	box-sizing: border-box;
	top: 27px;
	left: 0;
	transform: scale(1, 0);
	transform-origin: center top;
	opacity: 0;
	transition-property: opacity, transform;
	transition-duration: .5s, 0s;
	transition-delay: 0s, .5s;
}
.gLangNav_list.isShow {
	transform: scale(1);
	opacity: 1;
	transition-delay: 0s, 0s;
}
.gLangNav_list > li {}
.gLangNav_list > li:first-child {}
.gLangNav_list > li:nth-child(2n+1) {}
.gLangNav_list > li > a {
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 26px;
	background: #fff;
	transition-property: background-color;
}
.gLangNav_list > li > a::before {
	content: "";
}
.gLangNav_list > li > a::after {
	content: "";
}
.gMenuBtn {
	display: none;
}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
.gVisual {
	background: #9d9555;
	height: 90px;
	overflow: hidden;
}
.gVisual_inner {
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(/common_1801/img/pt-main-outline.png);
	transition-property: opacity;
	transition-delay: .3s;
	transition-duration: .7s;
	box-sizing: border-box;
	height: 90px;
	padding-top: 15px;
}
.gVisual_inner-restaurant {
	background-image: url(/common_1801/img/pt-main-restaurant.png);
}
.gVisual_inner-access {
	background-image: url(/common_1801/img/pt-main-access.png);
}
.gVisual_inner-group {
	background-image: url(/common_1801/img/pt-main-group.png);
}
.gVisual_inner-pickup {
	background-image: url(/common_1801/img/pt-main-pickup.png);
}
.gVisual_inner-port {
	background-image: url(/common_1801/img/pt-main-port.png?date=190424);
}
.gVisual_inner-ship {
	background-image: url(/common_1801/img/pt-main-ship.png);
}
.gVisual_inner-victory {
	background-image: url(/common_1801/img/pt-main-victory.png?date=171130);
}
.gVisual_inner-royal2 {
	background-image: url(/common_1801/img/pt-main-royal2.png);
}
.gVisual_inner-queen {
	background-image: url(/common_1801/img/pt-main-queen.png);
}
.gVisual_inner-vasa {
	background-image: url(/common_1801/img/pt-main-vasa.png?date=171130);
}
.gVisual_inner-ashinokochaya {
	background-image: url(/common_1801/img/pt-main-ashinokochaya.png?date=180427);
}
.gVisual_inner-togendaiview {
	background-image: url(/common_1801/img/pt-main-togendaiview.png?date=171130);
}
.gVisual_inner-hotoriya {
	background-image: url(/common_1801/img/pt-main-hotoriya.png?date=171130);
}
.gVisual_inner-hujimichaya {
	background-image: url(/common_1801/img/pt-main-hujimichaya.png?date=171130);
}
.gVisual_inner-stmoritz {
	background-image: url(/common_1801/img/pt-main-stmoritz.png?date=171130);
}
.isReady > .gVisual_inner {
	opacity: 1;
}
.gVisual_inner::before {
	content: "";
	display: block;
	width: 36px;
	height: 90px;
	background: #000;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 253px;
	background-image: linear-gradient(90deg, #fff 33.3%, #e1c68f 33.3%, #e1c68f 66.6%, #7a320c 66.6%);
	transform: skewX(-35.8deg) scale(1, 0);
	transform-origin: left top;
	transition-property: opacity, transform;
	transition-duration: .3s;
	transition-delay: .5s;
	opacity: 0;
}
.isReady .gVisual_inner::before {
	transform: skewX(-35.8deg) scale(1, 1);
}
.gVisual_inner::after {
	clear: none;
	content: "";
	display: block;
	width: 36px;
	height: 100%;
	background: #000;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 64px;
	background-image: linear-gradient(270deg, #fff 33.3%, #e1c68f 33.3%, #e1c68f 66.6%, #7a320c 66.6%);
	transform: skewX(-35.8deg) scale(1, 0);
	transform-origin: left bottom;
	transition-property: opacity, transform;
	transition-duration: .3s;
	transition-delay: .5s;
	opacity: 0;
}
.isReady .gVisual_inner::after {
	transform: skewX(-35.8deg) scale(1, 1);
}
.gVisual_title {
	font-size: 22px;
	padding-left: 0;
	position: relative;
	z-index: 2;
	padding-right: 320px;
	text-align: center;
}
.gVisual_title > b {
	display: block;
	color: #fff;
	font-weight: bold;
	line-height: 2.8;
}
.gVisual_title-multiline > b {
	line-height: 1.4;
}
.gPankuzu {
	background: #f5f0ec;
	margin-bottom: 30px;
}
.gPankuzu_inner {}
.gPankuzu_oList {
	list-style: none;
	font-size: 0;
	padding: 6px 0;
}
.gPankuzu_oList > li {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
}
.gPankuzu_oList > li::before {
	content: "";
	border: 1px solid #000;
	width: 9px;
	height: 9px;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	transform: rotate(45deg);
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin-right: 9px;
	margin-left: 2px;
}
.gPankuzu_oList > li:first-child {}
.gPankuzu_oList > li:first-child:before {
	display: none;
}
.gPankuzu_oList > li:nth-child(2n+1) {}
.gPankuzu_oList > li > a {
	color: rgb(220, 91, 31);
}
.gPankuzu_oList > li > a::before {
	content: "";
}
.gPankuzu_oList > li > a::after {
	content: "";
}
.gPageTop {
	display: none;
}
.gPageTop_button {}
.float_bn {
	display: none;
	width: 25%;
  margin-left: 20px;
	z-index: 9999;
}
.float_bn.fixed {
	display: block;
  position: fixed;
  bottom: 5px;
}
.float_bn img {
	max-width: 100%;
	height: auto;
}
.gFooter {
	margin-top: 18px;
}
.gFooter_head {
	background: #dc5a1e;
	color: #fff;
}
.gFooter_head_inner {
	text-align: center;
	height: 15px;
}
.gFooter_head_inner::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 560px;
	height: 115px;
	background: url(/common_1801/img/bg-footer01_1711@2x.png);
	background-size: 100% 100%;
	top: -106px;
	right: 29px;
}
.gFooter_title {
	vertical-align: middle;
	margin-right: 20px;
	display: none;
}
.gFooter_title > img {
	vertical-align: middle;
}
.gFooter_title > img:first-of-type {
	margin-right: 10px;
}
.gFooter_dList {
	list-style: none;
	font-size: 0;
	display: none;
	vertical-align: middle;
	font-weight: bold;
}
.gFooter_dList > dt {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}
.gFooter_dList > dt::after {
	content: "：";
}
.gFooter_dList > dd {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}
.gFooter_dList > dd:last-of-type {
	margin-left: 10px;
}
.gFootNav {
	background: #fbeee8;
	padding: 34px 0 23px;
	font-size: 12px;
	overflow: hidden;
}
.gFootNav_inner {}
.gVehicle {
	min-height: 118px;
	padding-left: 159px;
}
.gVehicle_title {
	background: #dc5a1e;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border: 3px solid #fff;
	width: 146px;
	line-height: 112px;
	box-sizing: border-box;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.gVehicle_list {
	list-style: none;
}
.gVehicle_list::after {
	content: "";
	display: block;
	clear: both;
}
.gVehicle_list > li {
	float: left;
	width: 11.45%;
	margin-left: 1.2%;
}
.gVehicle_list > li:first-child {
	margin-left: 0;
}
.gVehicle_list > li:nth-child(2n+1) {}
.gVehicle_list > li > a {
	text-decoration: none;
	font-size: 12px;
	line-height: 1.33;
	display: block;
	position: relative;
	z-index: 1;
}
.gVehicle_list > li > a::before {
	content: "";
	position: absolute;
	z-index: 1;
	display: block;
	border: 3px solid #dc5b1f;
	width: 87px;
	height: 82px;
	box-sizing: border-box;
	top: 0;
	left: 0;
	transform: scale(1);
	opacity: 0;
	transition-property: transform, opacity;
	transition-duration: .3s;
}
.gVehicle_list > li > a::after {
	content: "";
}
.gVehicle_fig {}
.gVehicle_fig > img {}
.gVehicle_fig > figcaption {
	margin-top: 6px;
	font-weight: bold;
	white-space: nowrap;
}
.gFootNav_cols {
	display: table;
	width: 100%;
}
.gFootNav_cols::after {
	content: "";
	display: block;
	clear: both;
}
.gFootNav_col {
	display: table-cell;
	vertical-align: top;
	border-left: 1px solid #a0a0a0;
	padding-left: 8px;
	box-sizing: border-box;
	padding-right: 8px;
}
.gFootNav_col-no1 {}
.gFootNav_list {
	list-style: none;
}
.gFootNav_list > li {
	margin-top: 1px;
}
.gFootNav_list > li:first-child {
	margin-top: 0;
}
.gFootNav_list > li:nth-child(2n+1) {}
.gFootNav_list > li > a {
	display: block;
	font-weight: bold;
	text-decoration: none;
}
.gFootNav_list > li > a > small {
	font-size: inherit;
}
.gFootNav_list > li > a::before {
	content: "";
}
.gFootNav_list > li > a::after {
	content: "";
}
.gFootNav_childList {
	list-style: none;
}
.gFootNav_childList > li {
	margin-top: 1px;
}
.gFootNav_childList > li:first-child {
	margin-top: 0;
}
.gFootNav_childList > li:nth-child(2n+1) {}
.gFootNav_childList > li > a {
	position: relative;
	z-index: 1;
	text-decoration: none;
	padding-left: 10px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.gFootNav_childList > li > a > .icon-blank {
	margin-left: 5px;
}
.gFootNav_childList > li > a::before {
	content: "";
	width: 0;
	height: 0;
	border: #595757 5px solid;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 4px;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
	border-right: none;
	border-left-width: 7px;
}
.gFootNav_childList > li > a::after {
	content: "";
}
.gFootNav_col-no2 {}
.gFootNav_col-no3 {}
.gFootNav_col-no4 {
	padding-right: 0;
}
.gFootNav_col-no5 {}
.gFooter_pageTop {
	display: none;
}
.gFooter_pageTop > .icon {}
.gFooter_copyright {
	background: #dc5a1e;
	color: #fff;
	text-align: center;
	line-height: 34px;
}
.gFooter_copyright > small {
	display: block;
	font-size: 13px;
	font-weight: bold;
}
.gLinkFig {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
a.-current .gLinkFig::after {
	height: 100%;
}
.gLinkFig::after {
	content: "";
	display: block;
	background: #df751d;
	height: 44px;
	mix-blend-mode: multiply;
	position: absolute;
	z-index: 1;
	width: 100%;
	bottom: 0;
	left: 0;
	transition-property: height;
	transition-duration: .3s;
}
.gLinkFig::before {
	content: "";
	display: block;
	background: rgba(255, 255, 255, 0.3);
	height: 100%;
	position: absolute;
	z-index: 1;
	width: 100%;
	bottom: 0;
	left: 0;
	transition-property: opacity;
	transition-duration: .3s;
	opacity: 0;
}
.noMixBlendMode .gLinkFig::after {
	background: rgba(223, 117, 29, 0.8);
}
.gLinkFig > figcaption {
	position: absolute;
	z-index: 2;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	line-height: 41px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.gLinkFig-thai > figcaption {
	font-size: 12px;
}
.gLinkFig > figcaption.-multiline {
	line-height: 1;
	bottom: 0.4em;
}
.gLinkFig-thai > figcaption.-multiline {
	bottom: 0.9em;
}
.gLinkFig_img {}
.gLinkFig_img > img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.gLinkFig_more {
	color: #fff;
	line-height: 30px;
	width: 130px;
	border: 1px solid #fff;
	text-align: center;
	position: absolute;
	z-index: 3;
	height: 30px;
	bottom: 0;
	top: 0;
	margin: auto;
	left: 0;
	right: 0;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.gLinkFig_more > .icon-blank {
	margin-left: 4px;
}
a.-current .gLinkFig_more {
	display: none;
}
.gMap {
	background: url(/common_1801/img/bg-map.jpg) center center no-repeat;
	height: 559px;
	background-size: 100% 100%;
	margin-bottom: 40px;
}
.gMap_inner {}
.gMap_title {
	margin-bottom: 40px;
}
.gMap_areaMap {
	max-width: 618px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.gMap_image {}
.gMap_image > img {}
.gMap_ships {
	list-style: none;
	counter-reset: number;
}
.gMap_ships > li {
	position: absolute;
	z-index: 2;
}
.gMap_ships > li:nth-child(1) {
	top: 42px;
	left: 38px;
}
.gMap_ships > li:nth-child(2) {
	top: 259px;
	left: 38px;
}
.gMap_ships > li:nth-child(3) {
	top: 42px;
	left: 455px;
}
.gMap_ships > li > a {
	display: block;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
.gMap_ships > li > a::before {
	content: "";
}
.gMap_ships > li > a::after {
	content: "";
}
.gMap_fig {}
.gMap_fig > figcaption {
	margin-top: 5px;
	white-space: nowrap;
}
.gMap_sImage {
	width: 115px;
	text-align: center;
	box-sizing: border-box;
	padding-top: 9px;
	position: relative;
	z-index: 1;
}
.gMap_sImage::before {
	content: "";
	background: url(/common_1801/img/bg-ship-circle.png) center center no-repeat;
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
}
.gMap_sImage > img {
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	top: 0;
	transition-duration: .3s;
	transition-property: transform;
	max-width: 100%;
	height: auto;
}
.gMap_ports {
	list-style: none;
}
.gMap_ports > li {
	position: absolute;
	z-index: 2;
	width: 121px;
	text-align: center;
	width: auto;
}
.gMap_ports > li:nth-child(1) {
	top: 372px;
	left: 404px;
}
.gMap_ports > li:nth-child(2) {
	top: 308px;
	left: 449px;
}
.gMap_ports > li:nth-child(3) {
	top: 65px;
	left: 265px;
}
.gMap_ports > li > a {
	display: block;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	background: #fff;
	padding: 4px 10px;
	border: 2px solid rgb(98, 158, 86);
	border-radius: 8px;
	position: relative;
	z-index: 1;
	padding-right: 10px;
	transition-property: color;
	transition-duration: .3s;
	line-height: 1;
	padding-left: 25px;
	text-align: center;
	white-space: nowrap;
}
.gMap_ports-long > li > a {
	font-size: 14px;
}
.gMap_ports-single > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.gMap_ports > li > a > small {
	display: block;
	font-size: 10px;
	margin-top: 2px;
}
.gMap_ports > li:nth-child(2) > a {
	border-color: #565b9d;
}
.gMap_ports > li:nth-child(3) > a {
	border-color: rgb(224, 96, 98);
}
.gMap_ports > li > a::before {
	content: counter(number);
	counter-increment: number;
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	width: 43px;
	line-height: 43px;
	background: rgb(98, 158, 86);
	height: 43px;
	color: #fff;
	margin: auto;
	left: -23px;
	font-size: 24px;
	text-align: center;
	transition-duration: .3s;
	transition-property: transform;
	border-radius: 50%;
}
.gMap_ports > li:nth-child(2) > a::before {
	background-color: #565b9d;
}
.gMap_ports > li:nth-child(3) > a::before {
	background-color: rgb(224, 96, 98);
}
.gMap_ports > li > a::after {
	content: "";
}
.gNav_listWrap {
	height: 175px;
	transition-duration: .3s;
	transition-property: height;
	overflow: hidden;
}
.gNav_listWrap.isFixed {
	overflow: visible;
}
.gNav_container {
	transition-duration: .3s;
	transition-property: box-shadow, top;
	top: 0;
	position: relative;
	z-index: 1;
}
.isFixed .gNav_container {
	position: fixed;
	z-index: 100;
	top: -30px;
	left: 0;
	width: 100%;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
	transition-duration: .5s;
	background: rgba(255, 255, 255, 0.95);
}
.isFixed .gNav_list {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.isFixed .gNav_list > li > a {
	padding-top: 15px;
	padding-bottom: 5px;
	transition-duration: .5s;
	font-size: 14px;
}
.gFootNav_links {
	list-style: none;
	margin-top: 20px;
}
.gFootNav_links::after {
	content: "";
	display: block;
	clear: both;
}
.gFootNav_links > li {
	width: 49%;
	float: left;
	margin-left: 2%;
}
.gFootNav_links > li:first-child {
	margin-left: 0;
}
.gFootNav_links > li:nth-child(2n+1) {}
.gFootNav_links > li > a {
	background: #f24800;
	display: block;
	text-decoration: none;
	position: relative;
	z-index: 1;
	border: 8px solid #f24800;
	height: 69px;
}
.gFootNav_links > li:nth-child(2) > a {
	background: #214e9e;
	border-color: #214e9e;
}
.gFootNav_links > li > a::before {
	content: "";
}
.gFootNav_links > li > a::after {
	content: "";
}
.gFootNav_links > li > a > img {
	display: block;
}
.gFootNav_links > li:first-child > a > img {
	position: relative;
	z-index: 1;
	top: 4px;
	left: 18px;
}
.gFootNav_links > li > a > b {
	display: block;
	font-size: 13px;
	line-height: 1.4;
	padding: 10px;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 31px;
	color: #f04b01;
	letter-spacing: -.5px;
}
.gFootNav_links > li:first-child > a > b {
	top: 8px;
	right: 4px;
}
.gFootNav_links > li:nth-child(2) > a > b {
	color: #224e9e;
}
.gFootNav_linksCols {
	display: table;
	width: 100%;
}
.gFootNav_linksCols::after {
	content: "";
	display: block;
	clear: both;
}
.gFootNav_linksCol {
	display: table-cell;
	vertical-align: middle;
	height: 69px;
}
.gFootNav_linksCol-no1 {}
.gFootNav_linksCol-no2 {
	background: #fff;
	width: 220px;
	color: rgb(242, 72, 1);
	text-align: center;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFootNav_linksCol-no1 > img {}
.gFootNav_linksCol-no2 > b {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
.gFootNav_linksCol-pass {
	color: #064da4;
}
.gVehicles {
	margin-top: 15px;
}
.gVehicles_inner {
	padding: 0;
}
.gVehicles_list {
	list-style: none;
	font-size: 0;
	display: table;
	width: 100%;
}
.gVehicles_list::after {
	content: "";
	display: block;
	clear: both;
}
.gVehicles_list > li {
	display: table-cell;
	vertical-align: middle;
	width: 16.6%;
}
.gVehicles_list > li:first-child {}
.gVehicles_list > li:nth-child(2n+1) {}
.gVehicles_list > li:nth-child(n+3) {}
.gVehicles_list > li > a {
	text-decoration: none;
	color: #dc5a1e;
	display: block;
	padding: 10px 0;
}
.gVehicles_list > li > a::before {
	content: "";
}
.gVehicles_list > li > a::after {
	content: "";
}
.gVehicles_list > li > a > img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	transition-duration: .3s;
	transition-property: transform;
	border-radius: 50%;
}
.gVehicles_list > li > a > b {
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.4;
	max-width: 90px;
}
.gNav_listWrap-en {
	height: 170px;
}
.gNav_list-en > li > a {
	font-size: 14px;
}
.gNav_list-en > li > a > b {
	letter-spacing: 0;
}
.gNav_list-ch > li > a > b {
	letter-spacing: 0;
}
.gNav_list-ch2 > li > a > b {
	letter-spacing: 0;
}
.gNav_list-kr > li > a > b {
	letter-spacing: 0;
}
.gNav_listWrap-thai {
	height: 165px;
}
.gNav_list-thai > li > a {
	font-size: 12px;
}
.isFixed .gNav_list-thai > li > a {
	font-size: 12px;
}
.gNav_list-thai > li > a > b {
	letter-spacing: 0;
}
.gTabNav {
	padding-bottom: 13px;
}
.gTabNav_inner {}
.gTabNav_list {
	list-style: none;
	display: flex;
}
.gTabNav_list > li {
	flex-grow: 1;
}
.gTabNav_list-4col > li {
	width: 23.5%;
	margin-left: 2%;
}
.gTabNav_list > li:first-child {
	margin-left: 0;
}
.gTabNav_list > li:last-child {}
.gTabNav_list > li:nth-child(2n+1) {}
.gTabNav_list > li:nth-child(n+3) {}
.gTabNav_list > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	height: 100%;
	padding: 20px 5px;
}
.gTabNav_list > li > a:hover {}
.gTabNav_list > li > a::before {
	content: "";
}
.gTabNav_list > li > a::after {
	content: "";
}
.gLangNav_title > small {
	font-size: 10px;
	background: #fff;
	color: #df591d;
	line-height: 1;
	padding: 3px 3px;
	display: block;
	transform: scale(0.8);
	transform-origin: right center;
}
.gLangNav_title {
	display: flex;
	align-items: center;
	justify-content: center;
}
.gLangNav_list > li > a > small {
	background: #df591d;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	padding: 3px 4px;
	font-weight: bold;
	margin-right: 0px;
	font-size: 10px;
	transform: scale(0.8);
	transform-origin: left center;
	position: relative;
	z-index: 1;
	top: -1px;
}
@media screen and (min-width:960px) {
	.gVehicles_list > li > a:hover {
		opacity: 1;
	}
	.gVehicles_list > li > a:hover > img {
		transform: scale(1.2);
	}
	a:hover .gFootNav_linksCol-no2 {
		background: #f24801;
		color: #fff;
	}
	a:hover .gFootNav_linksCol-pass {
		background: #064da4;
	}
	.gHeader_title > a:hover {}
	.gNav_list > li > a:hover {
		opacity: 1;
	}
	.gNav_list > li > a:hover > .icon {
		transform: scale(1.4);
		color: rgb(220, 91, 31);
	}
	.gNav_list > li > a:hover > b {}
	.gHeadNav_link-faq > a:hover {}
	.gHeadNav_link > a:hover {
		text-decoration: underline;
	}
	.gLangNav_title:hover {
		border-color: #7a320c;
	}
	.gLangNav_list > li > a:hover {
		background: rgb(255, 245, 222);
		opacity: 1;
	}
	.gMenuBtn:hover {}
	.gPankuzu_oList > li > a:hover {}
	.gPageTop_button:hover {}
	.gVehicle_list > li > a:hover {
		opacity: 1;
	}
	.gVehicle_list > li > a:hover:before {
		opacity: 1;
		transform: scale(1);
	}
	.gFootNav_list > li > a:hover {
		text-decoration: underline;
	}
	.gFootNav_childList > li > a:hover {
		text-decoration: underline;
	}
	a:hover .gLinkFig::after {}
	a:hover .gLinkFig::before {
		opacity: 1;
	}
	a:hover .gLinkFig_more {
		opacity: 1;
	}
	.gMap_ships > li > a:hover {
		opacity: 1;
	}
	a:hover .gMap_sImage > img {
		transform: scale(1.1);
	}
	.gMap_ports > li > a:hover {
		opacity: 1;
		color: rgb(99, 158, 86);
	}
	.gMap_ports > li:nth-child(2) > a:hover {
		color: #565b9d;
	}
	.gMap_ports > li:nth-child(3) > a:hover {
		color: rgb(223, 97, 98);
	}
	.gMap_ports > li > a:hover::before {
		transform: scale(1.2);
	}
	.gFootNav_links > li > a:hover {
		opacity: 1;
	}
}
@media screen and (max-width: 959px) {
	.gHeader {
		overflow: visible;
	}
	.gHeader_inner {}
	.gHeader_inner::before {
		right: 19px;
	}
	.gHeader_inner::after {}
	.gHeader_corp {}
	.gHeader_title {}
	.gHeader_title > a {}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title > a > img {}
	.gNav {}
	.gNav_inner {
		padding: 0;
	}
	.gNav_list {}
	.gNav_list > li {
		width: auto;
	}
	.gNav_list > li:first-child {
		border-left: none;
	}
	.gNav_list > li:last-child {
		border-right: none;
	}
	.gNav_list > li:nth-child(2n+1) {}
	.gNav_list > li > a {
		font-size: 12px;
		padding: 15px 0 10px;
	}
	.gNav_list > li > a > .icon {
		font-size: 50px;
	}
	.isFixed .gNav_list > li > a > .icon {
		font-size: 50px;
	}
	.gNav_list > li > a > small {
		font-size: 12px;
	}
	.gNav_list > li > a > b {}
	.gNav_list > li > a > b.-multiline {}
	.gNav_list > li > a::before {}
	.gNav_list > li > a::after {}
	.gHeadNav {
		top: -38px;
	}
	.gHeadNav_linkWrap {}
	.gHeadNav_linkWrap::after {}
	.gHeadNav_link {}
	.gHeadNav_link-faq {}
	.gHeadNav_link-faq > a {}
	.gHeadNav_link-faq > a::before {}
	.gHeadNav_link-faq > a::after {}
	.gHeadNav_link > a > .icon {}
	.gHeadNav_link-contact {}
	.gHeadNav_link > a {}
	.gHeadNav_link > a::before {}
	.gHeadNav_link > a::after {}
	.gHeadNav_link-contact > a > .icon {}
	.gHeadNav_link-contact > a > .icon-mail {}
	.gLangNav {}
	.gLangNav_title {}
	.gLangNav_title > .icon {}
	.gLangNav_title.isShow {}
	.gLangNav_title.isShow > .icon {}
	.gLangNav_list {}
	.gLangNav_list.isShow {}
	.gLangNav_list > li {}
	.gLangNav_list > li:first-child {}
	.gLangNav_list > li:nth-child(2n+1) {}
	.gLangNav_list > li > a {}
	.gLangNav_list > li > a::before {}
	.gLangNav_list > li > a::after {}
	.gMenuBtn {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {}
	.gVisual {
		height: 80px;
	}
	.gVisual_inner {
		background-size: auto 100%;
		height: 80px;
		padding-top: 12px;
	}
	.isReady > .gVisual_inner {}
	.gVisual_inner::before {
		height: 80px;
		width: 28px;
		right: 223px;
	}
	.isReady .gVisual_inner::before {}
	.gVisual_inner::after {
		height: 80px;
		width: 28px;
		right: 55px;
	}
	.isReady .gVisual_inner::after {}
	.gVisual_title {
		padding-left: 0;
		font-size: 20px;
		padding-right: 262px;
	}
	.gVisual_title > b {
		text-shadow: 1px 1px 0 #9c9554, -1px 1px 0 #9c9554, -1px -1px 0 #9c9554, 1px -1px 0 #9c9554, 1px 0 0 #9c9554, 0 1px 0 #9c9554, -1px 0 0 #9c9554, 0 -1px 0 #9c9554;
	}
	.gPankuzu {}
	.gPankuzu_inner {}
	.gPankuzu_oList {}
	.gPankuzu_oList > li {}
	.gPankuzu_oList > li::before {}
	.gPankuzu_oList > li:first-child {}
	.gPankuzu_oList > li:first-child:before {}
	.gPankuzu_oList > li:nth-child(2n+1) {}
	.gPankuzu_oList > li > a {}
	.gPankuzu_oList > li > a::before {}
	.gPankuzu_oList > li > a::after {}
	.gPageTop {}
	.gPageTop_button {}
	.gFooter {}
	.gFooter_head {}
	.gFooter_head_inner {
		height: 10px;
	}
	.gFooter_head_inner::before {
		width: 485px;
		height: 91px;
		top: -83px;
		right: 0;
		left: 0;
		margin: auto;
	}
	.gFooter_title {
		margin: 0 0 7px;
	}
	.gFooter_title > img {
		width: 180px;
	}
	.gFooter_title > img:first-of-type {
		width: 110px;
	}
	.gFooter_dList {}
	.gFooter_dList > dt {
		font-size: 12px;
	}
	.gFooter_dList > dt::after {}
	.gFooter_dList > dd {
		font-size: 12px;
	}
	.gFootNav {
		font-size: 11px;
	}
	.gFootNav_inner {}
	.gVehicle {
		padding: 0;
	}
	.gVehicle_title {
		position: static;
		width: auto;
		line-height: 40px;
		margin-bottom: 10px;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	.gVehicle_list {
		max-width: 400px;
		margin: 0 auto;
	}
	.gVehicle_list::after {}
	.gVehicle_list > li {
		width: 23.5%;
		margin-left: 2%;
	}
	.gVehicle_list > li:first-child {}
	.gVehicle_list > li:nth-child(4n+1) {
		clear: both;
		margin-left: 0;
	}
	.gVehicle_list > li:nth-child(n+5) {
		margin-top: 15px;
	}
	.gVehicle_list > li > a {}
	.gVehicle_list > li > a::before {}
	.gVehicle_list > li > a::after {}
	.gVehicle_fig {}
	.gVehicle_fig > img {}
	.gVehicle_fig > figcaption {}
	.gFootNav_cols {
		display: block;
		width: auto;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.gFootNav_cols::after {}
	.gFootNav_col {
		display: inline-block;
		border: none;
		padding: 0;
		vertical-align: top;
		text-align: left;
		width: auto;
		margin-left: 10px;
	}
	.gFootNav_col-no1 {
		margin-left: 0;
	}
	.gFootNav_list {}
	.gFootNav_list > li {}
	.gFootNav_list > li:first-child {}
	.gFootNav_list > li:nth-child(2n+1) {}
	.gFootNav_list > li > a {}
	.gFootNav_list > li > a::before {}
	.gFootNav_list > li > a::after {}
	.gFootNav_childList {
		max-width: 150px;
	}
	.gFootNav_childList > li {}
	.gFootNav_childList > li:first-child {}
	.gFootNav_childList > li:nth-child(2n+1) {}
	.gFootNav_childList > li > a {}
	.gFootNav_childList > li > a::before {}
	.gFootNav_childList > li > a::after {}
	.gFootNav_col-no2 {}
	.gFootNav_col-no3 {}
	.gFootNav_col-no4 {}
	.gFootNav_col-no5 {}
	.gFooter_pageTop {}
	.gFooter_pageTop > .icon {}
	.gFooter_copyright {
		line-height: 30px;
	}
	.gFooter_copyright > small {
		font-size: 12px;
	}
	.gLinkFig {}
	.gLinkFig::after {}
	.noMixBlendMode .gLinkFig::after {}
	.gLinkFig > figcaption {
		font-size: 15px;
	}
	.gLinkFig-thai > figcaption {
		font-size: 11px;
	}
	.gLinkFig_img {}
	.gLinkFig_img > img {}
	.gLinkFig_more {
		background: rgba(0, 0, 0, 0.6);
		line-height: 24px;
		height: 24px;
		font-size: 13px;
		width: 100px;
	}
	a .gLinkFig_more {
		opacity: 1;
	}
	.gLinkFig_more::before {}
	.gMap {
		background-size: 120% 100%;
	}
	.gMap_inner {}
	.gMap_title {}
	.gMap_areaMap {}
	.gMap_image {}
	.gMap_image > img {}
	.gMap_ships {}
	.gMap_ships > li {}
	.gMap_ships > li:nth-child(1) {}
	.gMap_ships > li:nth-child(2) {}
	.gMap_ships > li:nth-child(3) {}
	.gMap_ships > li > a {}
	.gMap_ships > li > a::before {}
	.gMap_ships > li > a::after {}
	.gMap_fig {}
	.gMap_fig > figcaption {}
	.gMap_sImage {}
	.gMap_sImage::before {}
	.gMap_sImage > img {}
	.gMap_ports {}
	.gMap_ports > li {}
	.gMap_ports > li:nth-child(1) {}
	.gMap_ports > li:nth-child(2) {}
	.gMap_ports > li:nth-child(3) {}
	.gMap_ports > li > a {}
	.gMap_ports > li:nth-child(2) > a {}
	.gMap_ports > li:nth-child(3) > a {}
	.gMap_ports > li > a::before {}
	.gMap_ports > li:nth-child(2) > a::before {}
	.gMap_ports > li:nth-child(3) > a::before {}
	.gMap_ports > li > a::after {}
	.gNav_listWrap {
		height: 118px;
	}
	.gNav_listWrap.isFixed {}
	.gNav_container {}
	.isFixed .gNav_container {}
	.isFixed .gNav_list {}
	.isFixed .gNav_list > li > a {
		padding-bottom: 10px;
		font-size: 12px;
	}
	.gFootNav_links {}
	.gFootNav_links::after {}
	.gFootNav_links > li {}
	.gFootNav_links > li:first-child {
		margin-left: auto;
		margin-bottom: 10px;
	}
	.gFootNav_links > li:nth-child(2n+1) {}
	.gFootNav_links > li > a {
		height: auto;
	}
	.gFootNav_links > li:nth-child(2) > a {}
	.gFootNav_links > li > a::before {
		display: none;
	}
	.gFootNav_links > li > a::after {}
	.gFootNav_links > li > a > img {
		margin: 0 auto;
		height: 50px;
		width: auto;
	}
	.gFootNav_links > li:first-child > a > img {
		top: 0;
		left: 0;
	}
	.gFootNav_links > li > a > b {
		display: none;
	}
	.gFootNav_links > li:first-child > a > b {}
	.gFootNav_links > li:nth-child(2) > a > b {}
	.gFootNav_linksCols {}
	.gFootNav_linksCols::after {}
	.gFootNav_linksCol {
		height: 52px;
	}
	.gFootNav_linksCol-no1 {}
	.gFootNav_linksCol-no2 {
		width: 165px;
	}
	.gFootNav_linksCol-no1 > img {
		height: 36px;
		width: auto;
	}
	.gFootNav_linksCol-no2 > b {
		font-size: 10px;
		line-height: 1.4;
	}
	.gFootNav_linksCol-pass {}
	.gVehicles {}
	.gVehicles_inner {}
	.gVehicles_list {}
	.gVehicles_list::after {}
	.gVehicles_list > li {
		vertical-align: top;
		box-sizing: border-box;
		padding: 0 5px;
	}
	.gVehicles_list > li:first-child {}
	.gVehicles_list > li:nth-child(2n+1) {}
	.gVehicles_list > li:nth-child(n+3) {}
	.gVehicles_list > li > a {}
	.gVehicles_list > li > a::before {}
	.gVehicles_list > li > a::after {}
	.gVehicles_list > li > a > img {
		display: block;
		margin: 0;
		margin: 0 auto;
	}
	.gVehicles_list > li > a > b {
		display: block;
		margin-top: 5px;
		text-align: center;
		font-size: 11px;
		max-width: none;
	}
	.gNav_list-en > li > a {
		font-size: 12px;
	}
	.gNav_listWrap-en {
		height: 118px;
	}
	.gNav_list-thai > li > a {
		font-size: 10px;
	}
	.gNav_listWrap-thai {
		height: 113px;
	}
	.isFixed .gNav_list-thai > li > a {
		font-size: 10px;
	}
}
@media screen and (max-width: 699px) {
	.gHeader {
		background-image: linear-gradient(180deg, #df591d 10px, #fef5de 10px);
	}
	.gHeader_inner {
		padding-bottom: 11px;
	}
	.gHeader_inner::before {
		height: 20px;
		width: 14px;
	}
	.gHeader_inner::after {}
	.gHeader_corp {
		color: #c3914c;
		text-align: center;
		line-height: 1;
		padding-top: 20px;
		margin-bottom: 6px;
	}
	.gHeader_title {
		margin: 0 auto;
		text-align: center;
		height: 19px;
	}
	.gHeader_title > a {
		padding: 0;
		display: inline-block;
		vertical-align: top;
	}
	.gHeader_title > a::before {}
	.gHeader_title > a::after {}
	.gHeader_title > a > img {
		height: 19px;
		width: auto;
	}
	.gNav {}
	.gNav_inner {
		position: absolute;
		z-index: 1;
		left: 0;
		top: -7px;
		width: 100%;
		transform: scale(1, 0);
		transform-origin: center top;
		opacity: 0;
		transition-property: opacity, transform;
		transition-duration: .5s, 0s;
		transition-delay: 0s, .5s;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		padding: 13px 7px;
		background: rgb(223, 88, 31);
	}
	.isShow .gNav_inner {
		transform: scale(1);
		opacity: 1;
		transition-delay: 0s, 0s;
	}
	.gNav_list {
		display: block;
		padding: 0;
		width: auto;
	}
	.gNav_list > li {
		display: block;
		border: none;
	}
	.gNav_list > li:first-child {}
	.gNav_list > li:nth-child(2n+1) {}
	.gNav_list > li > a {
		background: #fff;
		line-height: 45px;
		padding: 0 10px;
		position: relative;
		z-index: 1;
		border-bottom: 2px solid rgb(223, 88, 32);
		line-height: 42px;
	}
	.gNav_list > li > a > .icon {
		display: none;
	}
	.gNav_list > li > a > small {
		display: none;
	}
	.gNav_list > li > a > b {
		font-size: 14px;
		text-align: left;
		line-height: inherit;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-weight: bold;
	}
	.gNav_list > li > a > b > br {
		display: none;
	}
	.gNav_list > li > a > b.-multiline {
		line-height: inherit;
	}
	.gNav_list > li > a::before {}
	.gNav_list > li > a::after {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		bottom: 0;
		right: 10px;
		margin-top: auto;
		margin-bottom: auto;
		border: 2px solid #595757;
		width: 8px;
		height: 8px;
		transform: rotate(45deg);
		border-bottom: none;
		border-left: none;
	}
	.gHeadNav {
		position: static;
		width: auto;
	}
	.gHeadNav_linkWrap {
		display: block;
		margin: 0;
	}
	.gHeadNav_linkWrap::after {}
	.gHeadNav_link {
		float: none;
		margin: 0;
	}
	.gHeadNav_link-faq {}
	.gHeadNav_link-faq > a {}
	.gHeadNav_link-faq > a::before {}
	.gHeadNav_link-faq > a::after {}
	.gHeadNav_link > a > .icon {
		display: none;
	}
	.gHeadNav_link-contact {}
	.gHeadNav_link > a {}
	.gHeadNav_link-faq > a {
		background: #fff;
		text-align: left;
		line-height: 42px;
		padding: 0 10px;
		font-size: 14px;
		font-weight: bold;
		color: rgb(78, 78, 78);
		position: relative;
		z-index: 1;
		border-bottom: 2px solid rgb(223, 88, 32);
	}
	.gHeadNav_link-contact > a {
		font-size: 18px;
		text-align: center;
		color: rgb(223, 89, 33);
		font-weight: bold;
		line-height: 50px;
		background: #fff;
	}
	.gHeadNav_link > a::before {}
	.gHeadNav_link > a::after {}
	.gHeadNav_link-faq > a::after {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		bottom: 0;
		right: 10px;
		margin-top: auto;
		margin-bottom: auto;
		border: 2px solid #595757;
		width: 8px;
		height: 8px;
		transform: rotate(45deg);
		border-bottom: none;
		border-left: none;
	}
	.gHeadNav_link-contact > a > .icon {}
	.gHeadNav_link-contact > a > .icon-mail {
		display: inline-block;
		font-size: 32px;
		margin-right: 16px;
	}
	.gLangNav {
		display: block;
		background: rgb(223, 89, 31);
		width: auto;
		padding: 15px;
	}
	.gLangNav_title {
		line-height: 35px;
		border-width: 2px;
		border-color: #fff;
		font-size: 16px;
		width: 250px;
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;
	}
	.gLangNav_title > .icon {}
	.gLangNav_title.isShow {}
	.gLangNav_title.isShow > .icon {}
	.gLangNav_list {
		border-width: 2px;
		top: 52px;
		width: 250px;
		left: 0;
		right: 0;
		margin: auto;
	}
	.gLangNav_list.isShow {}
	.gLangNav_list > li {}
	.gLangNav_list > li:first-child {}
	.gLangNav_list > li:nth-child(2n+1) {}
	.gLangNav_list > li > a {
		line-height: 36px;
		font-size: 14px;
		position: relative;
		z-index: 1;
	}
	.gLangNav_list > li > a::before {}
	.gLangNav_list > li > a::after {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		bottom: 0;
		right: 10px;
		margin-top: auto;
		margin-bottom: auto;
		border: 2px solid #df5921;
		width: 6px;
		height: 6px;
		transform: rotate(45deg);
		border-bottom: none;
		border-left: none;
	}
	.gMenuBtn {
		width: 45px;
		height: 45px;
		position: absolute;
		z-index: 1;
		display: block;
		top: 15px;
		right: 6px;
		border-radius: 5px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		transition-property: translate, background-color;
		transition-duration: .3s;
	}
	.gMenuBtn.isShow {
		background: #dc5b1f;
	}
	.gMenuBtn_bar {
		width: 28px;
		height: 4px;
		background: rgb(223, 89, 31);
		display: block;
		position: relative;
		margin: 0 auto;
		transition-property: transform, background-color, top;
		transition-duration: .3s;
	}
	.isShow > .gMenuBtn_bar {
		background: #fff;
	}
	.gMenuBtn_bar-no1 {
		top: -4px;
	}
	.gMenuBtn_bar-no2 {}
	.gMenuBtn_bar-no3 {
		top: 4px;
	}
	.isShow > .gMenuBtn_bar-no1 {
		top: 4px;
		transform: rotate(45deg) scale(.9, .7);
	}
	.isShow > .gMenuBtn_bar-no2 {
		transform: scale(0, 1);
	}
	.isShow > .gMenuBtn_bar-no3 {
		top: -4px;
		transform: rotate(-45deg) scale(.9, .7);
	}
	.gVisual {
		height: 35px;
	}
	.gVisual_inner {
		height: 35px;
		padding-top: 3px;
	}
	.isReady > .gVisual_inner {}
	.gVisual_inner::before {
		height: 35px;
		width: 14px;
		right: 97px;
	}
	.isReady .gVisual_inner::before {}
	.gVisual_inner::after {
		height: 35px;
		width: 14px;
		right: 14px;
	}
	.isReady .gVisual_inner::after {}
	.gVisual_title {
		font-size: 14px;
		padding-right: 110px;
		white-space: nowrap;
	}
	.gVisual_title > b {
		line-height: 2;
	}
	.gVisual_title-multiline > b {
		line-height: 1;
	}
	.gPankuzu {}
	.gPankuzu_inner {}
	.gPankuzu_oList {
		white-space: nowrap;
		overflow: auto;
	}
	.gPankuzu_oList > li {
		font-size: 10px;
	}
	.gPankuzu_oList > li::before {
		width: 6px;
		height: 6px;
		margin-left: 5px;
		margin-right: 8px;
	}
	.gPankuzu_oList > li:first-child {}
	.gPankuzu_oList > li:first-child:before {}
	.gPankuzu_oList > li:nth-child(2n+1) {}
	.gPankuzu_oList > li > a {}
	.gPankuzu_oList > li > a::before {}
	.gPankuzu_oList > li > a::after {}
	.gPageTop {
		display: block;
		position: fixed;
		z-index: 100;
		right: 10px;
		bottom: 10px;
		opacity: 0;
		transition: opacity .3s;
	}
	.gPageTop.isFixed {
		opacity: 1;
	}
	.gPageTop_button {
		width: 42px;
		height: 42px;
		line-height: 42px;
		border-radius: 4px;
		background: rgba(127, 127, 127, 0.8);
		display: block;
		border: 1px solid rgba(255, 255, 255, 0.7);
	}
	.gPageTop_button::after {
		content: "";
		display: block;
		width: 13px;
		height: 13px;
		border: 2px solid #fff;
		margin: 0 auto;
		transform: rotate(45deg);
		border-bottom: none;
		border-right: none;
		position: relative;
		z-index: 1;
		top: 3px;
	}
	.float_bn {
		width: 60%;
	  margin-left: 12px;
	}
	.float_bn.fixed {
	  bottom: 12px;
	}
	.gFooter {
		margin-top: 25px;
	}
	.gFooter_head {
		position: relative;
		z-index: 2;
	}
	.gFooter_head_inner {}
	.gFooter_head_inner::before {
		width: 303px;
		height: 57px;
		top: -52px;
	}
	.gFooter_title {}
	.gFooter_title > img {
		width: 150px;
	}
	.gFooter_title > img:first-of-type {
		width: 100px;
	}
	.gFooter_dList {}
	.gFooter_dList > dt {}
	.gFooter_dList > dt::after {}
	.gFooter_dList > dd {}
	.gFooter_dList > dd:last-of-type {
		display: block;
		margin-left: 0;
	}
	.gFootNav {
		padding-bottom: 0;
		padding-top: 0;
		position: relative;
		z-index: 1;
		margin-top: -1px;
	}
	.gFootNav_inner {}
	.gVehicle {}
	.gVehicle_title {
		max-width: none;
		border-right: none;
		border-left: none;
		border-width: 1px;
		margin-left: -10px;
		margin-right: -10px;
		font-size: 14px;
	}
	.gVehicle_list {
		max-width: 270px;
	}
	.gVehicle_list::after {}
	.gVehicle_list > li {
		width: 32%;
		margin-left: 2%;
	}
	.gVehicle_list > li:first-child {}
	.gVehicle_list > li:nth-child(4n+1) {
		margin-left: 2%;
		clear: none;
	}
	.gVehicle_list > li:nth-child(3n+1) {
		margin-left: 0;
		clear: both;
	}
	.gVehicle_list > li:nth-child(n + 4) {
		margin-top: 10px;
	}
	.gVehicle_list > li > a {}
	.gVehicle_list > li > a::before {}
	.gVehicle_list > li > a::after {}
	.gVehicle_fig {}
	.gVehicle_fig > img {}
	.gVehicle_fig > figcaption {
		font-size: 10px;
		margin-top: 3px;
		text-align: center;
	}
	.gFootNav_cols {
		max-width: none;
		margin-left: -10px;
		margin-right: -10px;
		border-top: none;
		padding-top: 0;
	}
	.gFootNav_cols::after {}
	.gFootNav_col {
		display: none;
		margin: 0;
	}
	.gFootNav_col-no1 {}
	.gFootNav_list {}
	.gFootNav_list > li {
		width: 50%;
		margin: 0;
		float: left;
	}
	.gFootNav_list > li.-last {
		width: 100%;
		float: none;
	}
	.gFootNav_list > li:nth-child(2n+1) {
		clear: both;
	}
	.gFootNav_list > li:nth-child(2n+1) > a {
		border-right: 1px solid #aaa;
	}
	.gFootNav_list > li.-last > a {
		border-right: none;
	}
	.gFootNav_list > li > a {
		background: #fff9eb;
		line-height: 42px;
		font-size: 12px;
		padding: 0 10px;
		text-align: center;
		border-top: 1px solid #aaa;
		position: relative;
		z-index: 1;
		white-space: nowrap;
	}
	.gFootNav_list > li > a > small {
		font-size: 10px;
	}
	.gFootNav_list > li > b {
		display: block;
		background: #fff9eb;
		line-height: 42px;
		font-size: 14px;
		padding: 0 10px;
		text-align: center;
		border-top: 1px solid #848484;
		position: relative;
		z-index: 1;
	}
	.gFootNav_list > li > a::before {}
	.gFootNav_list > li > b::after,
	.gFootNav_list > li > a::after {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		bottom: 0;
		right: 7px;
		margin-top: auto;
		margin-bottom: auto;
		border: 2px solid #848484;
		width: 6px;
		height: 6px;
		transform: rotate(45deg);
		border-bottom: none;
		border-left: none;
		transition: transform .3s;
	}
	.gFootNav_list > li > b.-hasChild::after,
	.gFootNav_list > li > a.-hasChild::after {
		transform: rotate(135deg);
	}
	.gFootNav_list > li > b.isShow.-hasChild::after,
	.gFootNav_list > li > a.isShow.-hasChild::after {
		transform: rotate(315deg);
	}
	.gFootNav_childList {
		display: none;
		max-width: none;
	}
	.gFootNav_childList.isShow {
		display: block;
	}
	.gFootNav_childList > li {}
	.gFootNav_childList > li:first-child {}
	.gFootNav_childList > li:nth-child(2n+1) {}
	.gFootNav_childList > li > a {
		display: block;
		background: #fffdf7;
		line-height: 42px;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		border-top: 1px dashed #aaa;
	}
	.gFootNav_childList > li > a::before {
		display: none;
	}
	.gFootNav_childList > li > a::after {}
	.gFootNav_col-no2 {}
	.gFootNav_col-no3 {}
	.gFootNav_col-no4 {
		display: block;
	}
	.gFootNav_col-no5 {}
	.gFooter_pageTop {
		display: block;
		width: 100%;
		background: #df591d;
		color: #fff;
		padding: 10px 0;
		font-size: 15px;
		font-weight: bold;
	}
	.gFooter_pageTop > .icon {
		display: block;
	}
	.gFooter_copyright {
		padding: 10px 0;
		background: #7f7f7f;
	}
	.gFooter_copyright > small {
		font-size: 10px;
		line-height: 1.2;
	}
	.gLinkFig {}
	.gLinkFig::after {
		height: 32px;
	}
	.noMixBlendMode .gLinkFig::after {}
	.gLinkFig > figcaption {
		font-size: 14px;
		line-height: 32px;
	}
	.gLinkFig > figcaption.-multiline {
		bottom: .2em;
	}
	.gLinkFig_img {}
	.gLinkFig_img > img {}
	.gLinkFig_more {
		font-size: 10px;
		line-height: 18px;
		height: 18px;
		width: 80px;
	}
	.gMap {
		height: 0;
		padding-bottom: 85%;
		position: relative;
		z-index: 1;
		margin-bottom: 15px;
	}
	.gMap_inner {
		position: absolute;
		z-index: 1;
		width: 100%;
		top: 0;
		left: 0;
		padding-left: 0;
		padding-right: 0;
		overflow: hidden;
	}
	.gMap_title {
		margin-bottom: 20px;
	}
	.gMap_areaMap {
		width: 618px;
		transform-origin: left top;
		opacity: 0;
		transition: opacity .3s;
	}
	.gMap_areaMap.isShow {
		opacity: 1;
	}
	.gMap_image {}
	.gMap_image > img {}
	.gMap_ships {}
	.gMap_ships > li {}
	.gMap_ships > li:nth-child(1) {}
	.gMap_ships > li:nth-child(2) {}
	.gMap_ships > li:nth-child(3) {}
	.gMap_ships > li > a {}
	.gMap_ships > li > a::before {}
	.gMap_ships > li > a::after {}
	.gMap_fig {}
	.gMap_fig > figcaption {}
	.gMap_sImage {}
	.gMap_sImage::before {}
	.gMap_sImage > img {}
	.gMap_ports {}
	.gMap_ports > li {}
	.gMap_ports > li:nth-child(1) {}
	.gMap_ports > li:nth-child(2) {}
	.gMap_ports > li:nth-child(3) {}
	.gMap_ports > li > a {}
	.gMap_ports > li:nth-child(2) > a {}
	.gMap_ports > li:nth-child(3) > a {}
	.gMap_ports > li > a::before {}
	.gMap_ports > li:nth-child(2) > a::before {}
	.gMap_ports > li:nth-child(3) > a::before {}
	.gMap_ports > li > a::after {}
	.gNav_listWrap {
		height: auto;
	}
	.gNav_listWrap.isFixed {
		height: auto;
	}
	.gNav_container {}
	.isFixed .gNav_container {
		position: static;
		top: 0;
	}
	.isFixed .gNav_list {}
	.isFixed .gNav_list > li > a {
		padding-top: 0;
		padding-bottom: 0;
	}
	.gFootNav_links {
		margin-top: 10px;
	}
	.gFootNav_links::after {}
	.gFootNav_links > li {}
	.gFootNav_links > li:first-child {}
	.gFootNav_links > li:nth-child(2n+1) {}
	.gFootNav_links > li > a {
		border-width: 5px;
	}
	.gFootNav_links > li:nth-child(2) > a {}
	.gFootNav_links > li > a::before {}
	.gFootNav_links > li > a::after {}
	.gFootNav_links > li > a > img {
		height: 37px;
	}
	.gFootNav_links > li:first-child > a > img {}
	.gFootNav_links > li > a > b {}
	.gFootNav_links > li:first-child > a > b {}
	.gFootNav_links > li:nth-child(2) > a > b {}
	.gFootNav_linksCols {
		display: block;
	}
	.gFootNav_linksCols::after {}
	.gFootNav_linksCol {
		display: block;
		height: auto;
	}
	.gFootNav_linksCol-no1 {
		text-align: center;
	}
	.gFootNav_linksCol-no2 {
		display: none;
	}
	.gFootNav_linksCol-no1 > img {
		display: block;
		margin: 0 auto;
		height: 30px;
	}
	.gFootNav_linksCol-no2 > b {}
	.gFootNav_linksCol-pass {}
	.gVehicles {
		display: none;
	}
	.gVehicles_inner {}
	.gVehicles_list {
		display: block;
	}
	.gVehicles_list::after {}
	.gVehicles_list > li {
		display: block;
		width: 32%;
		float: left;
		margin-left: 2%;
	}
	.gVehicles_list > li:first-child {}
	.gVehicles_list > li:nth-child(3n+1) {
		clear: both;
		margin-left: 0;
	}
	.gVehicles_list > li:nth-child(n+3) {}
	.gVehicles_list > li > a {}
	.gVehicles_list > li > a::before {}
	.gVehicles_list > li > a::after {}
	.gVehicles_list > li > a > img {}
	.gVehicles_list > li > a > b {}
	.gNav_listWrap-en {
		height: auto;
	}
	.gNav_listWrap-thai {
		height: auto;
	}
	[lang="en"] .gNav_list-en > li > a > b {
		font-family: 'Noto Sans', sans-serif;
	}
	[lang="zh-TW"] .gNav_list-ch > li > a > b {
		font-family: 'Noto Sans TC', sans-serif;
	}
	[lang="zh-CN"] .gNav_list-ch2 > li > a > b {
		font-family: 'Noto Sans SC Sliced', sans-serif;
	}
	[lang="ko"] .gNav_list-kr > li > a > b {
		font-family: 'Noto Sans KR', sans-serif;
	}
	[lang="th"] .gNav_list-thai > li > a > b {
		font-family: 'Noto Sans Thai', sans-serif;
	}
}
