@charset "UTF-8";
*, *:before, *:after{
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
body {
	width:100%;
	height:100%;
	font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#000;
	color:#fff;
	-webkit-text-size-adjust: 100%;
	margin:0 auto;
	letter-spacing: 0.02rem;
}
#container{
	width: 100%;
	height:100%;
	margin:0 auto;
	position: relative;
}
.arrow:hover{
	opacity:0.5;
}
/*crearfix*/
.row:after {
	content:" ";
    display:block;
    clear:both;
}
.sp {
	display: none;
}
.pc {
	display: block;
}

/* navigation---------------------------------------------------------------------- */
#nav_bg {
	width:100%;
	background-color:rgba(0,0,0,0.50);
	position:fixed;
	top:0;
	z-index:100;
}
#nav {
	width: 100%;
	max-width:1024px;
	height: 70px;
	margin: 0 auto;
}
#nav li {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	width:14.355469%; 
	height: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
#nav #menu_logo {
	width:28.22246%;
	position:relative;
}
#nav #navigationText01 {
	display: none;
}
#nav li a:hover {
	opacity: 0.7;
	float: left;
	background-color:#4DC4C9;
}
#menu_logo a{
	margin: 0;
	height: 100%;
	display: block;
	padding-top: 15px;
}
#menu_logo img {
	width:90%;
	max-width: 100%;
	height: auto;
	margin-top:0.3rem;
}
.menu_text a {
	width: 147px;
	height: 100%;
	display: block;
	text-decoration: none;
	color: #fff;
	padding-top: 30px;
}

/* Toggle Button
------------------------------------------------------------ */
#navToggle {
    display: none;
    position: absolute;
    right: 20px;
    top: 24px;
    width: 34px;
    height: 34px;
    cursor: pointer;
    z-index: 101;
	
}
#navToggle div {
    position: relative;
}
#navToggle span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
#navToggle span:nth-child(1) {
    top: 0;
}
#navToggle span:nth-child(2) {
    top: 11px;
}
#navToggle span:nth-child(3) {
    top: 22px;
}

/* section1-----------------------------------------------------------------------*/
#section1{
	width: 100%;
	height: 880px;
	background-image: url(../image/30046_top.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
}
#header{
	width: 100%;
	height: 90px;
	position: absolute;
	background-color: rgba(81, 236, 253, 0.7);
	opacity: 0.7;
	top: 520px;
}
#header h1{
	margin: 0 auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	max-width: 100%;
	height: auto;
}
#section1_down {
	position: absolute;
	right: 2%;
	top: 25%;
}
#section1_inner {
	width:100%;
	max-width: 1024px;
	margin: 0 auto;
	height: 194px;
	position: relative;
}
#section1_inner h2{
	margin: 0 auto;
	position: absolute;
	top: 130px;
	right: 30px;
	text-align: center;
}
#section1_inner h2 img{
	max-width: 90%;
	height: auto;
}
#spHeader {
	display: none;
}

/* section2----------------------------------------------------------------------- */
#section2 {
	width: 100%;
	position: relative;
}
/*section2_01*/
#company_profile {
	width: 100%;
	height:100%;
	padding:40px 0 0;
	position: relative;
	background-image: url(../image/company_profile_bg.jpg);
	background-repeat: no-repeat;
	background-size:200%;
	background-position:50% 00%;
}
.company_profile_inner_box {
	width: 100%;
	max-width: 1024px;
	height: auto;
	margin: 0 auto;
	background-color: rgba(0,0,0,0.50);
	padding: 20px;
	position: relative;
	font-size: 15px;
	margin-bottom:40px;
}
.company_profile_inner_box h3{
	width:100%;
	display: block;
	font-size: 24px;
	border-bottom: 1px solid #ffffff;
	padding:10px 0;
}
.company_profile_inner_box h4 {
	font-size: 20px;
	margin: 20px 0 0;
}
.text_indent {
	text-indent: -0.5rem;
}
.company_profile_inner_box table tr {
	width:100%;
}
.company_profile_inner_box table tr td {
	padding: 2px 1rem 2px 0;
}
.company_profile_inner_box table tr .company_profile_table01Left {
	width:20%;
}
.cp_descriptionBox {
	width:100%;
	position: relative;
	float: left;
}
.cp_description_title {
	padding:20px 0;
}
.cp_description {
	width: 15%;
	padding:0 0 20px;
	float: left;
}
.cp_description_2nd{
	width: 78%;
	float: left;
}
.bank_title {
	padding:20px 0;
}
.bank_list_Left {
	width:50%;
}
.license_title {
	padding:20px 0;
}
.license_list_Left {
	width:50%;
}

.products_line_title {
	padding:20px 0;
}
.assosiation_title {
	padding:20px 0;
}
.assosiation{
	width: 90%;
	float: left;
}
/*section2_02*/
.partner_list{
	width: 100%;
	height: 100%;
	background-image: url(../image/partner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	padding-top: 100px;
	position: relative;
	font-size: 15px;
}
.partner_list_innerbox {
	width: 100%;
	max-width: 1024px;
	margin:0 auto;
	background-color: rgba(0,0,0,0.50);
	padding: 20px;
	line-height: 1.8em;
	position: relative;
}
.partner_list_innerbox .cp_header_02 {
	font-size: 24px;
	padding:0 0 20px
}
.partner_list_innerbox h3 {
	font-size:20px;
}
.cliant {
	width: 30.078125%;
	margin-right: 30px;
	float: left;
}
.cliant_title {
	width:100%;
	display: block;
	font-size: 24px;
	border-bottom: 1px solid #ffffff;
	padding:10px 0;
}
.cliant ul{
	float: left;
}
.cliant ul li{
	width: 100%;
	line-height: 1.6;
}
.cliant .cliant_List {
	width:100%;
	margin-top:20px;
}
.cliant .cliant_List02 {
	width:100%;
	margin-top:0px;
}

/*section2_03*/
.partner {
	width: 62.304688%;
	float: left;
}
.partner_title {
	width:100%;
	display: block;
	font-size: 24px;
	border-bottom: 1px solid #ffffff;
	padding:10px 0;
}
.partner_01 {
	width: 50%;
	float: left;
	margin-top:20px;
}
.partner_02{
	width: 50%;
	float: left;
	margin-top:20px;
}
/*section2_4*/
#agency_bg {
	width: 100%;
	background-image: url(../image/agency.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	font-size: 15px;
	padding: 60px 0;
}
.agency {
	width:100%;
	max-width: 1024px;
	height: auto;
	padding: 20px;
	margin: 0 auto;
	background-color: rgba(0,0,0,0.50);
	line-height: 1.8em;
	position: relative;
}
.agency .cp_header_03 {
	font-size: 24px;
	padding:20px 0 0;
}
.agency h3 {
	font-size: 20px;
	padding:20px 0 0;
}
.agency h4 {
	width:100%;
	display: block;
	font-size: 20px;
	border-bottom: 1px solid #ffffff;
	padding:10px 0;
}
.agency_01{
	width: 30.078125%;
	padding:20px 0 0 0;
	float: left;
}
.agency_01 li {
	line-height: 1.6;
}
.agency_02{
	width: 30.078125%;
	padding:20px 0 0 20px;
	float: left;	
}
.agency_02 li {
	line-height: 1.6;
}
.agency_03{
	width: 30.078125%;
	padding:20px 0 0 20px;
	float: left;
}
.agency_03 li{
	line-height: 1.6;
}
.ather {
	width:100%;
	float: left;
	padding:40px 0 0 0;
}
.ather ul li {
	line-height: 1.6;
}
.ather h3{
	width:100%;
	display: block;
	font-size: 20px;
	border-bottom: 1px solid #ffffff;
	padding:10px 0;
}
.ather_01 {
	width: 30.078125%;
	float: left;
	padding:20px 0 0;
}
.ather_02 {
	width: 30.078125%;
	float: left;
	padding:20px 0 0 20px;
}
.ather_03{
	width: 30.078125%;
	float: left;
	padding:20px 0 0 20px;
}
#section_02a_arrow {
	position: absolute;
	top: 50%;
	right: 2%;
	height: 130px;
}
#section_02b_arrow {
	position: absolute;
	top: 50%;
	right: 2%;
	height: 130px;
}
#section_02c_arrow {
	position: absolute;
	top: 40%;
	right: 2%;
	height: 130px;
}
.section2_down {
	margin-bottom: 20px;
}
/* section2.5----------------------------------------------------------------------- */
#design_box01 {
	width: 100%;
	background-color: #BCB995;
}
#ship_illust{
	max-width:100%;
	height:auto;
	position:relative;
	padding:80px 20px;
}
/* section3----------------------------------------------------------------------- */
#section3 {
	width: 100%;
	height:auto;
	background-image: url(../image/history.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	line-height: 1.8em;
}
.history {
	width:100%;
	max-width: 984px;
	margin: 0 auto;
	position: relative;
	font-size: 15px;
	padding:60px 0 60px;
}
.history h3{
	width: 100%;
	display: block;
	border-bottom: 1px solid #ffffff;
	padding:10px 0;
	font-size: 24px;
	margin-bottom: 20px;
}
.history table tr{
	width:100%;
}
.history table tr .history_data{
	width:25%;
}
#section_03_arrow {
	position: absolute;
	top: 46%;
	right: 2%;
	height: 130px;
}
#section3_down {
	margin-bottom: 20px;
}
/* section4----------------------------------------------------------------------- */
#section4 {
	width: 100%;
	height: auto;
	position: relative;
}
.access_01_bg {
	width: 100%;
	height: auto;
	margin:0 auto;
	background-image: url(../image/access.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	padding:40px 0;
}
.access_01_inner_box {
	width:100%;
	max-width: 1024px;
	padding: 20px 20px 40px 20px;
	margin: 0 auto;
	background-color: rgba(0,0,0,0.50);
	line-height: 1.6em;
}
.access_01_inner_box h3 {
	width: 100%;
	display: block;
	border-bottom: 1px solid #ffffff;
	padding:10px 0;
	font-size: 24px;
}
.access_01_inner_box p{
	font-size: 16px;
	padding: 20px 0;
}
.access_01_inner_box #map {
    position: relative;
    padding-bottom: 75%; /*これが縦横比*/
    height: 0;
    overflow: hidden;
}
.access_01_inner_box #map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
#access_02_bg {
	width: 100%;
	height: auto;
	margin:0 auto;
	padding:40px 0;
	background-image: url(../image/access_02_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
}
.access_02_inner_box {
	width: 100%;
	max-width:1024px;
	padding: 20px 20px 40px;
	margin: 0 auto;
	background-color: rgba(0,0,0,0.50);
	line-height: 1.6em;
	position: relative;
	font-size: 16px;
}
.access_02_inner_box h3{
	font-size:20px;
	border-bottom:1px solid #fff;
	padding:10px 0;
	margin-bottom:20px;
}
.access_02_inner_box img {
	max-width: 100%;
	height: auto;
	margin-top: 10px;
}
.root_01 {
	width: 46.09375%;
	float: left;
}
.root_02 {
	width: 46.09375%;
	float:right;
	margin-top:300px;
}
.root_03{
	width: 46.09375%;
	float: left;
	margin-top:300px;
}
.root_04{
	width: 46.09375%;
	float:right;
	margin-top:300px;
}
.section_04a_arrow {
	position: absolute;
	top: 20%;
	right: 2%;
	height: 130px;
}
.section_04b_arrow {
	position: absolute;
	top: 60%;
	right: 2%;
	height: 130px;
}
.section4_down {
	margin-bottom: 20px;
}

/* section5----------------------------------------------------------------------- */
#section5 {
	width: 100%;
	height: auto;
	padding:100px 0 0 0;
	position: relative;
	background-image: url(../image/business.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	font-size: 15px;
	line-height: 1.8em;
}
.business{
	width:100%;
	max-width: 984px;
	height:auto;
	padding-bottom:200px;
	margin: 0 auto;
	position: relative;
}
.business h3 {
	width: 100%;
	float: left;
	font-size: 24px;
	border-bottom: 1px solid #ffffff;
	padding: 10px 0;
}

.business_description{
	width: 100%;
	float: left;
	padding:20px 0;
}
.ships{
	width:100%;
	float: left;
	padding:1rem 0 0;
}
.section_05_arrow {
	position: absolute;
	top: 50%;
	right: 2%;
	height: 130px;
}
.section5_down {
	margin-bottom: 20px;
}

/* section6----------------------------------------------------------------------- */
#section6 {
	width: 100%;
	margin: 0 auto;
	position: relative;
	background-color:#fff;
}
.section6_inner {
	width: 100%;
	max-width:984px;
	margin: 0 auto;
	position: relative;
	padding:60px 0 60px;
}
.contact_title{
	width: 100%;
	float: left;
	font-size: 24px;
	color: #00b4cc;
	border-bottom:1px solid #00b4cc;
	padding: 10px 0;
}
.section6_inner p {
	color: #00b4cc;
	float: left;
	padding:20px 0;
}
.contact {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0 0;
	float: left;
	background-color: #00b4cc;
	opacity: 0.85;
}
.contact_bg {
	width: 944px;
	position: relative;
	float: left;
	padding:10px;
}
.contact_bg h4 {
	width: 100%;
	font-size: 26px;
	text-align: center;
	letter-spacing: 0.2em;
}
.tel_number{
	width: 100%;
	padding:40px 0 0;
	text-align: center;
	left: 0px;
}
.tel_number li{
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
.tel {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding:15px 20px 0 0;
}
.number {
	margin-left: 15px;
	padding-top: 10px;
}
.number_text ul li {
	display:none;
}
.fax_number {
	width: 100%;
	text-align: center;
	padding:15px 20px 20px 0;
}
.fax_number li {
	display: inline-block;
	margin-left: 30px;
}
.fax_icon {
	margin-right: 20px;
	padding-left: 20px;
	padding-right: 10px;
}
.fax {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 0.2em;
	display: block;
	vertical-align: super;
	padding-left: 4px;
}
.number02 img{
	padding-right: 20px;
	}
.fax_number .number02_text {
	display: none;
}
.name {
	width: 100%;
	float:left;
	background-color: #B3996F;
}
.name h3{
	width: 100%;
	font-size: 26px;
	text-align: center;
	padding-top: 30px;
}
.section6_inner .name p{
	width: 100%;
	float:left;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.section6_up {
	position: absolute;
	top: 74%;
	right: 2%;
}
/* footer----------------------------------------------------------------------- */
#footer {
	width: 100%;
	margin: 0 auto;
	background-color: #00b4cc;
	position: relative;
	text-align: center;
	clear: both;
}
#footer .footerInner {
	width:100%;
	max-width:1024px;
	margin:0 auto;
	padding-bottom:20px;
}
#footer .footerInner img{
	float:right;
	margin-top:-88px;
	padding-right:5%;
}
#footer .footerInner p{
	font-size:13px;
	padding-top:30px;
}
