* {
    box-sizing: border-box;
    font-family: 'Noto Sans','Noto Sans CJK JP','Noto Sans CJK JP Subset',-apple-system,'Hiragino Sans','BIZ UDPGothic',Meiryo,'MS PGothic',sans-serif;
    line-height: 1.6;
}
*, *::before, *::after {
    box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td{
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%;
    font-weight: 700;
}
body>div, input, button, textarea, select{
    font-size: 15px;
    font-family: 'Noto Sans','Noto Sans CJK JP','Noto Sans CJK JP Subset',-apple-system,'Hiragino Sans','BIZ UDPGothic',Meiryo,'MS PGothic',sans-serif;
    line-height: 1.6;
    color: #000;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display:block;
}
li {
    list-style-type: none;
}
ul li {
    list-style-position: outside;
}
body {
    font-size:18px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: block;
}
button, textarea, select{
    font-size: 1.5rem;
    font-family: 'Noto Sans','Noto Sans CJK JP','Noto Sans CJK JP Subset',-apple-system,'Hiragino Sans','BIZ UDPGothic',Meiryo,'MS PGothic',sans-serif;
    line-height: 1.6;
    color: #000;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #315294;
    transition: 0.4s;
    text-decoration: none;
}
input[type=submit], button, label, select {
    cursor: pointer;
}
img {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    width: 100%;
}
.small, small {
    font-size: 80%;
    font-weight: 400;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.form-group label {
    font-size: 20px;
}
#wrapper{
    padding-top: 0px;
    min-width: 1050px;
}

/* form */
.form-group {
    margin-bottom: 15px;
}


/* table */




/* header */
#header {
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
#app-header-contents {
    width: 100%;
    min-width: 1180px;
    height: 80px;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#app-header-contents .wrapper-container {
    height: 40px;
    position: relative;
    margin: 0 auto;
}
.wrapper-container {
    width: 1180px;
    margin: 0 auto;
    position: relative;
}
#app-header-contents h1 {
    position: absolute;
    left: 0;
    top: 0;
}

#app-header-contents #inquiry {
    display: flex;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
}
#app-header-contents #inquiry a {
    display: block;
    padding: 10px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    line-height: 20px;
    background: rgb(0,114,188);
    margin-left: 20px;
}
#app-header-contents #inquiry a:hover {
    opacity: 1.0;
    background-color: #142952;
}
#tel-number {
    font-size: 14px;
    font-weight: 600;
}
.tel-width {
    display: inline-block;
    width: 180px;
    text-align: end;
}
#admin-menu {
    height: 40px;
    position: absolute;
    right: 510px;
    top: 0;
    border: solid 1px black;
    border-radius: 5px;
}
/* header 終わり*/

/* ナビゲーションバー*/
#nav {
    width: 100%;
    min-width: 1180px;
    height: 50px;
    position: relative;
    margin: 0 auto;
    background-color: rgb(250,246,94);
}
#nav ul {
    width: 1176px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#nav ul li {
    width: 168px;
    height: 50px;
    display: block;
    position: relative;
    transition: 0.4s;
}
#nav ul li a, #nav ul li span {
    color: black;
    height: 50px;
    display: block;
    text-align: center;
    position: relative;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 800;
    line-height: 50px;
}
#logo {
    height:50px;
}
/* サブメニュー関係 */

#nav ul li .submenu {
    width: 220px;
}
#nav ul li .submenu {
    opacity: 0;
    visibility: hidden;
}
#nav ul li:hover {
    opacity: 1.0;
    background-color: rgb(215, 205, 70);
    transition: .4s ease-out;
}
#nav ul li .submenu {
    position: absolute;
    z-index: 9000;
    left: 0;
    top: 50px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    border-top: 4px solid #162c56;
    padding: 15px 0;
    box-sizing: border-box;
    justify-content: center;
    align-items: start;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#nav ul li:hover .submenu {
    opacity: 1;
    visibility: visible;
}
#nav ul li ul {
    width: auto;
    display: inline-block;
}
#nav ul li ul li:hover {
    opacity: 0.6;
    background: none;
}
#nav ul li ul li {
    width: 100%;
    height: auto !important;
    margin-bottom: 20px;
    transition: 0.4s;
}
#nav ul li ul li a {
    display: block;
    text-align: left;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
    color: #11254f;
    font-weight: 500;
    height: auto !important;
}
#nav ul li ul li:last-child {
    margin-bottom: 0;
}

/* ナビゲーションバー　終わり */

#pil-tracking-button:hover, #mell-tracking-button:hover, #button-inquiry:hover {
    opacity: 0.7;
}

/* Main */
main {
    display: block;
    margin-top: 130px;
}
/* メインヴィュアル */
.main-pic {
    width: 100%;
    min-width: 1180px;
    height: 500px;
    margin: 0 auto;
    position: relative;
}
.black-screen::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
}
/*
.main-pic::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
}
*/
.main-pic #phrase {
    width: 570px;
    position: relative;
    padding-top: 70px;
    padding-left: 30px;
}
#phrase ul {
    width: 510px;
    height: 230px;
    position: relative;
}
#phrase ul li:nth-child(1) {
    width: 510px;
    position: absolute;
    top: 0;
    color:white;
    font-weight: 900;
    font-size: 40px;
}
#phrase ul li:nth-child(2) {
    width: 510px;
    position: absolute;
    bottom: 0;
}
@keyframes borderAnimation {
    0% {
        border-color: #fae1e1;
    }
    100% {
        border-color: blue;
    }
}
#ship-pic {
    width:50%;
}
#sea-pic {
    width:50%;
}
.main-pic #tracking {
    width: 200px;
    height: 200px;
    position: absolute;
    border: 5px solid #fae1e1;
    box-sizing: border-box;
    right: 10px;
    bottom: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    border-radius: 50%; /* ボックスを丸くする */
    display: flex; /* フレックスボックスを使う */
    flex-direction: column; /* 垂直方向に配置 */
    justify-content: center; /* 垂直方向に中央揃え */
    align-items: center; /* 水平方向に中央揃え */
    text-align: center; /* テキストの中央揃え */    
    transition:border 1s;
}
.main-pic #ebooking, .main-pic #ebooking-mell {
    width: 200px;
    height: 200px;
    position: absolute;
    border: 5px solid #df3635;
    box-sizing: border-box;
    right: 230px;
    bottom: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    border-radius: 50%; /* ボックスを丸くする */
    display: flex; /* フレックスボックスを使う */
    flex-direction: column; /* 垂直方向に配置 */
    justify-content: center; /* 垂直方向に中央揃え */
    align-items: center; /* 水平方向に中央揃え */
    text-align: center; /* テキストの中央揃え */    
    transition:border 1s;
}
.main-pic #tracking:hover, .main-pic #ebooking:hover, .main-pic #ebooking-mell:hover {
    animation: borderAnimation 1s forwards;
}
.main-pic #tracking p, .main-pic #ebooking p, .main-pic #ebooking-mell p{
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    letter-spacing: -2px;
    margin-top: 40px;
}
.main-pic #ebooking p, .main-pic #ebooking-mell p{
    color:#142951;
}
.main-pic #tracking span, .main-pic #ebooking span, .main-pic #ebooking-mell span {
    font-size: 17px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin-top: 5px;
    display: block;
}
.main-pic #ebooking span, .main-pic #ebooking-mell span {
    color: #142951;
}
#pic-container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

/* contents-main */
#news {
    padding: 50px 0;
}
.wrapper-inner {
    width: 1180px;
    margin: 0 auto;
    position: relative;
}
.wrapper-inner h2 {
    font-size: 26px;
    color: #132851;
    font-weight: 700;
    line-height: 36px;
    border-bottom: solid 3px #cce4ff;
    position: relative;
    padding-bottom:10px;
}
.wrapper-inner h2:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px rgb(0,114,188);
    bottom: -3px;
    width: 20%;
}
#news ul.lists {
    margin-top: 50px;
}
#news ul.lists li {
    border-bottom: 1px solid #132851;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
#news ul.lists li:first-child {
    padding-top: 20px;
}
#news ul.lists li dl {
    width: 100%;
    justify-content: space-between;
    align-items: top;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#news ul.lists li dl dt {
    width: 170px;
    font-size: 16px;
    color: #132851;
    font-weight: 700;
    padding-left: 20px;
    box-sizing: border-box;
}
#news ul.lists li dl dd {
    width: 960px;
    font-size: 16px;
    color: #132851;
}
#news-btn {
    font-size: 17px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    margin: 50px auto 0;
    display: block;
    width: 320px;
    height: 60px;
    line-height: 60px;
    background: rgb(0,114,188);
    border-radius: 5px;
    border: 1px solid rgb(0,114,188);
    box-sizing: border-box;
    transition: 0.4s;
}
/* パンくず */
#breadcrumbs {
    width: 100%;
    min-width: 1180px;
    background-color: #f0f0f0;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0;
    padding: 8px 0;
    margin-bottom: 10px;
}
#breadcrumbs ol {
    width: 1180px;
    margin: 0 auto;
    justify-content: left;
    align-items: top;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#breadcrumbs li{
    display: inline-block;
    font-size: 14px;
}

/* ハンバーガーメニュー */

.btn-toggle.collapsed::before {
    content: '';
    position: absolute;
    top: 50%; /* 親要素に対して中央に配置 */
    right: 15px; /* 右からの位置 */
    border: solid white;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: translateY(-50%) rotate(45deg); /* 下矢印、中央揃え */
    transition: transform 0.2s ease-in-out; /* アニメーション効果 */
}
.btn-toggle::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    border: solid #0264af;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: translateY(-50%) rotate(-135deg); /* 上矢印 */
    transition: transform 0.2s ease-in-out;
}
/* aタグにcollapsedがあればサブメニューを非表示にする */
.btn-toggle.collapsed + .toggle-sub-menu {
    display: none;
}
/* クリックされる：aタグのaria-expandedがtrueならばリンクを青くする */
a[aria-expanded=true] {
    color: #0264af!important;
}



.btn-toggle-nav li{
    line-height: 2.5;
}
.sidebar .menu-list__item .btn-toggle-nav li{
    padding-left: 36px;
}
.sidebar .menu-list__item .btn-toggle-nav li:hover{
    background-color: hsla(0,0%,100%,.06);
}

.sidebar .menu-list__item .btn-toggle-nav li a {
    position: relative;
    padding: 9px;
    font-size: 13px;
    font-weight: 600;
    color: hsla(0,0%,100%,.75);
}
.list-unstyled {
    list-style: none;
    padding-left: 0;
}

.sidebar .toggle-button{
    /*background-color: #fbfdff;*/
    cursor: pointer;
    color: #0264af;
    margin-left: 0.5em;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-toggle-nav li{
    line-height: 2.5;
}
a.sub-menu-link {
    padding: 8px 10px;
    line-height: 1.5;
}
.sidebar .menu-list__item .btn-toggle-nav li{
    padding-left: 36px;
}
.sidebar .menu-list__item .btn-toggle-nav li:hover{
    background-color: hsla(0,0%,100%,.06);
}

.sidebar .menu-list__item .btn-toggle-nav li a {
    position: relative;
    padding: 9px;
    font-size: 3vw;
    font-weight: 600;
    color: hsla(0,0%,100%,.75);
}


.sm {
    display: none;
}



/* footer */
footer {
    background:#f7f7f7;
    font-size: 16px;
    margin-left: 0;
    width: 100%;
    border-top: 1px solid #efefef;
    cursor: default;
    color: #fff;
    padding: 10px 20px;
    display: block;
}

#footer_inner {
    display: flex;
    justify-content: space-between;
    width: 960px;
    margin: 0 auto 10px auto;
}
#footer_1 {
    width: 176px;
}
#f_logo {
    color: #3f0000;
    font-size: 8px;
    line-height: 1.4;
    margin-bottom:15px;
    text-align: center;
}
#footer_r {
    width: 100%;
}
#footer_links {
    margin: 0 -22px 30px 0;
    overflow: hidden;
}
#footer_links ul {
    float: left;
    width: 240px;
    margin: -1px 22px 0 0;
}
#footer_links li {
    display: block;
    width: 240px;
    border-bottom: 1px solid #e0e0e0;
}
#footer_links span {
    display: block;
    margin-bottom: 5px;
    color: #666;
    font-weight: bold;
    font-size: 14px;
}
.inquiry-info {
    margin-bottom: 5px;
    color: black;
    border-bottom: 0px solid white!important;
    border-top: 0px solid white!important;
    font-size: 12px;
    line-height:1.2;
    padding: 10px 0 10px 0;
}
#inquiry-list {
    width: 350px!important;
}
#inquiry-list li {
    width: 350px!important;
}

.btn-inquiry {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn--orange {
color: #fff;
background-color: #eb6100;
}

a.btn--orange:hover {
color: #fff;
background: #f56500;
}

a.btn-c {
font-size: 1.8rem;
position: relative;
padding: 1.5rem 2rem 1.5rem 2rem;
border-radius: 100vh;
}

a.btn-c i.fa {
margin-right: 1rem;
}




@media (max-width: 1180px){
    #wrapper {
        min-width:900px;
    }
    #app-header-contents {
        min-width: 500px;
        padding: 0 20px;
    }
    .wrapper-container{
        width:100%;
    }
    .wrapper-inner {
        width: 900px;
    }
    #nav {
        min-width: 100%;
    }
    #nav ul {
        width:100%;
    }
    #nav ul li{
        width: 14%;
    }
    .main-pic {
        min-width:100%;
    }
    #breadcrumbs {
        min-width:100%;
    }
    #breadcrumbs ol {
        width:100%;
    }
    .main-pic #phrase {
        width: 520px;
    }
    #footer_inner {
        width: 100%;
    }
}
@media (max-width: 600px){
    .wrapper-inner h2 {
        font-size: 5.6vw;
    }
    header {
        position: fixed;
        top:0;
        width: 100%;
        z-index:10;
    }
    #app-header-contents {
        min-width: 100%;
        padding: 0 10px;
        height: 15vw;
    }
    #app-header-contents h1 {
        top:50%;
        transform: translate(0, -50%);
    }
    #logo {
        height: 30px;
        width: auto!important;
    }
    #admin-menu {
        display: none;
    }
    #inquiry {
        display:none!important;
    }
    #wrapper {
        min-width: 100%;
    }
    #wrapper-container h1 a {
        height: 30px;
    }
    .wrapper-inner {
        width: 100%;
    }
    #nav {
        display: none;
    }
    #contents-wrapper {
        padding: 0 15px;
    }
    #pic-container{
        display: block;
    }
    #ship-pic {
        width: 100%;
    }
    #sea-pic {
        width: 100%;
    }
    .main-pic {
        background-size: auto 100%!important;
        height: 300px;
    }
    .main-pic #phrase {
        width: 100%;
        position: relative;
        padding-top: 30px;
        padding-left: 20px;
        padding-right:20px;
    }
    #phrase ul {
        width: 100%;
    }
    #phrase ul li:nth-child(1) {
        width: 100%;
        font-weight: 900;
        font-size: 30px;
    }
    .wrapper-container {
        height: 100%;
    }
    .main-pic #ebooking {
        width: 170px;
        height: 170px;
        left: 5px;
        bottom: -20px;
    }
    .main-pic #tracking {
        width: 170px;
        height: 170px;
        right: 5px;
        bottom: -20px;
    }
    .main-pic #ebooking-mell {
        width: 170px;
        height: 170px;
        bottom: -20px;
        right:5px;
    }
    #tracking-button {
        display:block!important;
        margin-bottom:10px!important;
    }
    #pil-tracking-button{
        width: 100%!important;
        margin-bottom:10px;
    }
    #mell-tracking-button {
        width:100%!important;
    }
    #inquiry-button {
        margin-top:10px;
    }
    #phrase_circle{
        height: 100%!important;
    }
    #news ul.lists li dl dt {
        padding-left: 0;
    }
    footer {
        height: 100%;
    }
    .main-pic #tracking p, .main-pic #ebooking p, .main-pic #ebooking-mell p {
        margin-top: 60px;
    }

    /* ハンバーガーメニュー */
    #hamburger {
        background-color: black;
        position: relative;
        cursor: pointer;
        margin: 0 0 0 auto;
        height: 40px;
        width: 40px;

        border:solid 1px black;
        margin-right: 10px;

    }
    
    .icon span {
        position: absolute;
        left: 5px;
        width: 30px;
        height: 4px;
        background-color: white;
        border-radius: 8px;
        transition: ease 0.75s;
    }
    
    .icon span:nth-of-type(1) {
        top: 6px;
    }
    .icon span:nth-of-type(2) {
        top: 17px;
    }
    .icon span:nth-of-type(3) {
        top: 28px;
    }
    
    .close span:nth-of-type(1) {
        transform: rotate(45deg);
        top: 18px;
    }
    
    .close span:nth-of-type(2) {
        opacity: 0;
    }
    
    .close span:nth-of-type(3) {
          transform: rotate(-45deg);
          top: 18px;
    }
    
    .sm {
          top: 15vw;
          left: 0px;
          position: fixed;
          z-index: 10;
          width: 100%;
          background-color: rgba(34, 49, 52, 0.9);
          height: 100%;
    }
      .sm-submenu {
        width: 90%;
        margin: 0 auto;
        height: 100%;
    }
      .sm-submenu li a {
        height: 40px;
        color: white;
        font-weight: 500;
        font-size: 3vw;
        padding: 2.5% 0;
        display: block;
        position : relative;
        border-top: solid 1px white;
      }
      #breadcrumbs{
        margin-top: 15vw;
        min-width: 100%;
      }
      footer {
        padding-left: 20px!important;
      }
      #footer_links span {
        margin-top: 10px;
      }
}
