@charset "UTF-8";
/* 沖縄マリンサービス株式会社common */
@import url('icomoon/style.css');
/*---------------------------------------------
	base-setting
  ---------------------------------------------*/
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  /*overflow-y: auto;*/
  min-height: 100%;
}
body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, section, nav, article, aside, header, address, figure, figcaption {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-feature-settings: "palt";
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {
  text-align: left;
}
object, embed {
  vertical-align: top;
}
legend {
  display: none;
}
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
/* .deliver div h3 {
} */
img, abbr, acronym, fieldset {
  border: 0;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
  backface-visibility: hidden;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-width: 1025px) {
  img {
    image-rendering: -webkit-optimize-contrast;
    transform: translateZ(0);
  }
}
ul li {
  list-style-type: none;
}
/*---------------------------------------------
	body
  ---------------------------------------------*/
body {
  min-height: 100vh;
  height: 100%;
  font-family: "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #111;
  line-height: 1.75;
  text-align: left;
  background: #fff;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  display: flex;
  flex-direction: column;
}
*, *::before, *::after {
  box-sizing: border-box;
}
/*---------------------------------------------
	Anchor
  ---------------------------------------------*/
a {
  outline: none;
  text-decoration: none;
  color: #111;
  cursor: pointer !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
::selection {
  /*background: #389281;*/
  background: #111;
  color: #fff;
}
::-moz-selection {
  background: #111;
  color: #fff;
}
a img {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/* PCで電話番号リンクを無効に */
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*---------------------------------------------
	General Settings
  ---------------------------------------------*/
#wrapper {}
main {
  flex-grow: 1;
}
/*---------------------------------------------
	Header
  ---------------------------------------------*/
header {
  position: relative;
}
header .hley {
  padding: 1em;
}
header h1.sitetitle {}
header h1.sitetitle a {
  display: flex;
  align-items: center;
}
header h1 .logo {
  margin-right: 1em;
}
header h1 .logo img {
  max-width: 80px;
}
header h1.sitetitle a span {
  display: block;
}
header h1.sitetitle a .corp_en {
  color: #1082ce;
  font-size: 1.3em;
}
header h1.sitetitle a .corp_ja {
  font-weight: bold;
}
@media screen and (max-width: 598px) {
  header h1 .logo {
    margin-right: .5em;
  }
  header h1 .logo img {
    max-width: 70px;
  }
  header h1.sitetitle a .corp_en {
    font-size: 1em;
  }
  header h1.sitetitle a .corp_ja {
    font-size: .85em;
  }
}
header ul.hnav {}
header ul.hnav a {
  font-weight: bold;
}
@media screen and (min-width: 598px) and (max-width: 1359px) {
  header ul.hnav {
    width: 96%;
    max-width: 300px;
  }
  header ul.hnav li {
    margin-bottom: 1em;
  }
  header ul.hnav li a {
    background: #fff;
    text-align: center;
    display: block;
    font-weight: bold;
    color: #0A3053;
    padding: .5em;
    border-radius: 2em;
    font-size: 1.2em
  }
}
@media screen and (max-width: 597px) {
  header ul.hnav {
    width: 200px;
    margin: auto;
  }
  header ul.hnav li {
    text-align: center;
    border-bottom: 1px solid #fff;
  }
  header ul.hnav li a {
    font-size: 1em:color: #fff !important;
    padding: .5em;
    color: rgba(255, 255, 255, 1.00);
    display: block;
  }
}
@media screen and (min-width:1360px) {
  header ul.hnav {
    display: flex;
    justify-content: space-between;
  }
  header ul.hnav li {
    margin-right: 2em;
  }
}
@media screen and (min-width:1360px) {
  header ul.hnav a {
    display: block;
    text-decoration: none;
    position: relative;
    transition: .3s;
    line-height: 48px;
  }
  header ul.hnav a:hover {
    color: #1082CE;
  }
  header ul.hnav a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 0;
    height: 2px;
    background-color: #1082CE;
    transition: .3s;
    transform: translateX(-50%);
  }
  header ul.hnav a:hover::after {
    width: 100%;
  }
}
/*ハンバーガー*/
.l-drawer__checkbox {
  display: none;
}
@media screen and (max-width: 1359px) {
  /*ドロワー*/
  /*  .l-drawer {
    position: relative;
    background: #fff;
  }*/
  .l-drawer__checkbox {
    display: none;
  }
  .l-drawer__icon {
    cursor: pointer;
    display: block;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 24px;
  }
  .l-drawer__icon .menu {
    color: #0a3053;
    font-size: .8em;
    position: absolute;
    top: 36px;
    left: 4px;
  }
  .l-drawer__icon-parts, .l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
    background: #0a3053;
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  .l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
    content: '';
  }
  .l-drawer__icon-parts:before {
    top: 7px;
    bottom: auto;
  }
  .l-drawer__icon-parts:after {
    top: -7px;
    bottom: auto;
  }
  .l-drawer__overlay {
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
  }
  .l-drawer__menu {
    background: #1082ce;
    max-width: 100%;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    /*right: 0;*/
    opacity: 0;
    right: -100%;
  }
  .l-drawer__menu {
    margin-top: -1em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .l-drawer__icon {
    z-index: 100;
  }
  .l-drawer__menu {
    z-index: 99;
  }
  .l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts {
    background: transparent;
  }
  .l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    background: #fff;
  }
  .l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    background: #fff;
  }
  .l-drawer__checkbox:checked ~ .l-drawer__menu {
    right: 0;
    opacity: 1;
  }
  .l-drawer__icon-parts, .l-drawer__icon-parts:after, .l-drawer__icon-parts:before, .l-drawer__overlay, .l-drawer__menu {
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
  }
  .l-drawer__checkbox:checked ~ .l-drawer__icon .menu {
    color: #fff;
  }
}
@media screen and (min-width: 798px) {
  .l-drawer__icon {
    right: 260px;
  }
}
@media screen and (max-width: 797px) {
  .l-drawer__icon {
    right: 20px;
  }
}
@media screen and (max-width: 598px) {
  .l-drawer__icon {
    top: 10px;
  }
}
@media screen and (min-width: 1360px) {
  .l-drawer {
    display: flex;
  }
  .l-drawer__icon, .l-drawer__checkbox {
    display: none;
  }
}
@media screen and (max-width: 797px) {
  .header_pc_contact, .header_pc_english {
    display: none;
  }
}
@media screen and (min-width: 798px) {
  .submenu {
    display: none;
  }
  .header_pc_contact, .header_pc_english {
    width: 116px;
    position: absolute;
  }
  .header_pc_contact {
    right: 116px;
    top: 0;
  }
  .header_pc_english {
    right: 0;
    top: 0;
  }
  .header_pc_contact a, .header_pc_english a {
    display: block;
    text-align: center;
    height: 96px;
  }
  .header_pc_contact a {
    background: #c6eeea;
    color: #20496b;
    padding-top: 1em;
  }
  .header_pc_contact a span {
    display: block;
  }
  .header_pc_contact a .icon-phone-call {
    font-size: 2em;
    line-height: 1.2;
  }
  .header_pc_contact a .menutext {
    font-size: .85em;
    font-weight: bold;
  }
  .header_pc_english a {
    background: #175a90;
    color: #fff;
    line-height: 100px;
  }
}
@media screen and (min-width: 1360px) {
  header ul.hnav {
    position: absolute;
    top: 26px;
    right: 260px;
  }
}
@media (hover:hover) {
  .header_pc_contact a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  .header_pc_english a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}
/*---------------------------------------------
	footer
  ---------------------------------------------*/
footer {
  padding: 0 0 6em;
}
footer .foot_corp {
  text-align: center;
}
footer .foot_corp .logo {
  margin-bottom: 1em;
}
footer .foot_corp .logo img {
  max-width: 100px;
}
footer .foot_corp span {
  display: block;
}
footer .foot_corp .corp_en {
  color: #1082ce;
  font-size: 1.3em;
}
footer .foot_corp .corp_ja {
  font-weight: bold;
}
footer h2 {
  font-weight: bold;
  color: #20496b;
  margin-bottom: 1em;
}
footer ul.fnav1 {
  margin-bottom: 2em;
}
footer ul.fnav1 li {
  margin-bottom: .5em;
}
footer ul.fnav1 li a {
  /*font-weight: bold;*/
  color: #20496b;font-size:.9em;
}
@media (hover:hover) {
  footer a:hover, footer ul.fnav1 li a:hover {
    color: #E15234;
  }
}
footer ul.fnav1 li a:before {
  content: "-";
  margin-right: .5em;
}
footer ul.fnav1 li.pdf {}
footer ul.fnav1 li.pdf a {
  position: relative;
  padding-right: 48px;
}
footer ul.fnav1 li.pdf a:after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  color: #1082ce;
  font-size: 2em;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
  position: absolute;
  top: 7px;
  right: 0;
  transform: translate(-50%, -50%) scale(1);
}
footer ul.fnav2 {
  margin: 2em 0;
}
footer ul.fnav2 li {
  margin-bottom: .5em;
}
footer ul.fnav2 li a {font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  background: #fff;
  text-align: center;
  display: block;
  /*font-weight: bold;*/font-size:.9em;
  color: #20496b;
  padding: .5em;
  border-radius: 2em;
}
@media (hover:hover) {
  footer ul.fnav2 li a:hover {
    background: #20496b;
    color: #fff;
  }
}
.copyright {
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 2em 0;
}
@media screen and (min-width: 498px) {
  .nav1 {
    display: flex;
    justify-content: center;
  }
  .nav1 .nav1left {
    margin-right: 5em;
  }
}
@media screen and (min-width: 498px)and (max-width: 797px) {
  footer ul.fnav2 {
    display: flex;
    justify-content: space-between;
    max-width: 500px;
    margin: 2em auto;
  }
  footer ul.fnav2 li {
    width: 49%;
  }
}
@media screen and (min-width: 798px) {
  .foot_nav {
    display: flex;
    justify-content: space-between;
  }
  .nav1 {
    justify-content: flex-start;
    flex: 1;
  }
  .nav2 {
    width: 180px;
  }
}
@media screen and (min-width: 798px) and (max-width: 1259px) {
  .foot_nav {
    max-width: 700px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1259px) {
  .sp_foot_bg {
    background: #f1f6fa;
    padding: 2em;
  }
  .foot_corp {
    padding: 2em;
  }
}
@media screen and (min-width: 1260px) {
  footer {
    background: #f1f6fa;
    padding: 2em 2em 6em;
  }
  footer .footframe {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .foot_nav {
    max-width: 960px;
    flex: 1;
  }
  .foot_corp {
    margin-right: 5em;
  }
}
/*---------------------------------
pagetop
--------------------------------*/
#page_top {
  position: fixed;
  right: 16px;
  bottom: -50px;
  /*border: 1px solid #ddd;*/
  border-radius: 50%;
  z-index: 100;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#page_top.up {
  bottom: 16px;
}
#page_top a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
  border: none;
  background: #1082CE;
  border-radius: 50%;
}
#page_top a::after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  color: #fff;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90e";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
}
@media (hover: hover) {
  #page_top:hover {
    background: rgba(255, 255, 255, 1);
  }
}
/*---------------------------------------------
アニメーション
  ---------------------------------------------*/
/*すぐに*/
@keyframes fadein {
  from {
    opacity: 0;
    transform: translatey(20px);
  }
  to {
    opacity: 1;
    transform: translatey(0);
  }
}
/*スクロールすると*/
.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s;
  &.fadein-left {
    transform: translate(-30px, 0);
  }
  &.fadein-right {
    transform: translate(30px, 0);
  }
  &.fadein-up {
    transform: translate(0, 30px);
  }
  &.fadein-bottom {
    transform: translate(0, -30px);
  }
  &.scrollin {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}
@keyframes slideFromRight {
  0%, 60% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes slideUp {
  0%, 60% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
/*注釈※付*/
.notearea {}
.notearea ul {
  margin-left: 1.1em;
  margin-right: 0;
  list-style: none;
}
.notearea ul li {
  position: relative;
}
.notearea ul li:before {
  content: "※";
  position: absolute;
  left: -1.1em;
}
/*注釈※付 小サイズ*/
ul.note {
  margin-left: 1.1em;
  margin-right: 0;
  list-style: none;
  font-size: .9em;
}
ul.note li {
  position: relative;
}
ul.note li:before {
  content: "※";
  position: absolute;
  left: -1.1em;
}
/*---------------------------------------------
404
  ---------------------------------------------*/
.nopage {
  padding: 4em 2em;
}
.nopage h1 {
  text-align: center;
  font-size: 3em;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  color: #E15234;
  line-height: 3;
}
.nopage p {
  text-align: center;
  font-size: 1.2em;
}
/*---------------------------------------------
共通ボタン
  ---------------------------------------------*/
.btn_goto {
  display: flex;
  margin: 1em 0;
}
.btn_goto .icon-arrow-right-circle {
  font-size: 1.6em;
  margin-right: 10px;
}
.btn_goto a {
  color: #0a3053;
  border-bottom: 1px solid #0a3053;
  font-size: .95em;
  font-weight: bold;
}
@media (hover:hover) {
  .btn_goto:hover {
    transform: translateX(2px);
    color: #E45F2B;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .btn_goto:hover a {
    color: #E45F2B;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #E45F2B;
  }
}
/*---------------------------------
汎用ボタン（紺）
--------------------------------*/
.s_btn {
  text-align: center;
  padding: 1.5em 0;
}
.s_btn a {
  background: #175a90;
  padding: 0 3em 0 2em;
  border-radius: 16px;
  color: #fff;
  line-height: 2em;
  display: inline-block;
  position: relative;
}
.s_btn a .icon-chevrons-right {
  font-size: 1.3em;
  position: absolute;
  right: 12px;
  top: 5px;
}
@media (hover: hover) {
  .s_btn a:hover {
    transform: translateY(2px);
  }
}
/*---------------------------------
汎用ボタン（白）
--------------------------------*/
.s_btn_w {
  text-align: center;
  padding: 1.5em 0;
}
.s_btn_w a {
  background: #fff;
  padding: 0 3em 0 2em;
  border-radius: 16px;
  color: #175a90;
  line-height: 2em;
  display: inline-block;
  position: relative;font-weight: bold;
}
.s_btn_w a .icon-chevrons-right {
  font-size: 1.3em;
  position: absolute;
  right: 12px;
  top: 5px;
}
@media (hover: hover) {
  .s_btn_w a:hover {
    transform: translateY(2px);
  }
}

/*---------------------------------------------
印刷対応
  ---------------------------------------------*/

@media print {
	.l-drawer,.header_pc_contact,.header_pc_english,.breadcrumbs,.foot_nav{display: none;}
footer {
  padding-top:2em;
}
}

/*---------------------------------------------
Breadcrumb NavXT　調整
  ---------------------------------------------*/
.breadcrumbs{
  color: #fff; font-size: .9em;
}
.breadcrumbs a{color: #fff;}
.news_main .icon-home,.company_main .icon-home{color: #fff;}

.breadcrumbs .icon-home {
  font-size: 1.1em;color: #fff;
}

