@charset "utf-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, article,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    scroll-behavior: smooth;
    box-sizing: border-box;
}

body{
    background: #fff2e1;
    font-family: "Noto Sans JP", sans-serif;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-style: normal;
}


li{
    list-style: none;
}
blockquote, q {
    quotes:none;/* quotes: none;
→ ブラウザが自動的に挿入する引用符（たとえば "..." や “…”）を 無効化する指定です。 */
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;/*  :before / :after
→ これは CSS の「疑似要素」で、要素の前後にコンテンツを追加できます。

🔹 content: ''; / content: none;
→ ここでは「何も表示しない」ようにして、デフォルトの引用符の代わりも無効化しています。 */
}
.key_visual {
  position: relative;
  overflow: hidden;
}

.slider img {
  width: 100%;
  height: 70vh;
  object-fit: cover;
}

/* キャッチコピー */
.two {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  text-align: center;
  width: 90%;
  max-width: 700px;
  line-height: 1.5;
  animation: fadein 2s ease-in-out;
  white-space: nowrap;
}

/* CTAボタン */
.btnparent {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.btn--orange {
  background: #f39800;
  color: #fff;
  padding: 0.8em 2em;
  font-size: 1rem;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition:  0.3s;
}

.btn--orange:hover {
  background: #d47c00;
}

/* フェードインアニメーション */
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translate(-50%, -60%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* End Reset CSS */

html {
    color: #54514c;

}

header{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2% 15%;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2147483647;
    background-color: #fff2e1;
    box-shadow: 5px 10px 20px rgba(0,0,0,0.20);

}
#free, #service, #feeding, #charter, #booking-banner, #access{
    scroll-margin-top: 200px; /* sticky headerの高さ分調整 */
  }
.logo{
    width: 190px;
    height: auto;
}
.logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.btnone{
    width: 50px;
    height: 50px;
    border: 2px solid #039de7;
    cursor: pointer;
    z-index: 999;
    position: relative;
}
.btnone span{
    display: inline-block;
    width: 50%;
    height: 3px;
    background-color: #039de7;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    transition: all 0.2s;
}
.btnone span:nth-of-type(1){
    top: 15px;

}
.btnone span:nth-of-type(2){
    top: 23px;
    
}
.btnone span:nth-of-type(3){
    top: 31px;
    
}
#menu{
    width: 100%;
    height: 60vh;
    background-color: #fff2e1;
    z-index: 998;
    position: fixed;
    top: -100%;
    left: 0;
    transition: all 0.6s;
    box-shadow: 5px 10px 20px rgba(0,0,0,0.20);
}
#menu ul{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    list-style: none;
    text-align: center;

}
#menu ul li a{
    display: inline-block;
    text-decoration: none;
    color: #039de7;
    padding: 10px;
    font-size: 20px;
    white-space: nowrap;
}
#menu.is-active{
    top: 0;
}
.btnone.is-active span:nth-of-type(1){
    transform: translate(-11px,8px) rotate(-45deg);

}
.btnone.is-active span:nth-of-type(2){
    display: none;
    
}
.btnone.is-active span:nth-of-type(3){
    transform: translate(-11px,-8px) rotate(45deg);
    
}

.intro h2{
    text-align: center;
    font-size: 34px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #039de7;
}
.boat-otaru{
    line-height: 1.8;
    text-align: center;
}
.boat-otaru p{
    font-size: 16px;
    font-feature-settings: "palt";
}

.spbr{
    display: none;
}
.service{
    width: 70%;
    margin-right: auto;
    margin-left: auto;
}
table {
      width: 100%;
      margin: 20px auto;
      border-collapse: collapse;
      background-color: #ffffff;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

th, td {
      padding: 12px 16px;
      border: 1px solid #ccc;
      text-align: center;
      font-size: 16px;
}

th {
    background-color: #e0f0ff;
    font-weight: 500;
}

th:nth-of-type(3n){
    font-weight: bold;
}

td {
    font-size: 16px;
}
td:nth-of-type(3n){
    font-size: 24px;
    font-weight: 600;
}
h5{
    margin-bottom: 3%;
    font-weight: 500;
}
.service h3{
    font-size: 32px;
    margin-bottom: 16px;
    color: #039de7;
    font-weight: 600;
}
.coupon{
    font-size: 24px;
    font-weight: 500;
}
h4{
    font-size: 24px;
    font-weight: 500;
}
h4:nth-of-type(2){
    margin-bottom: 32px;
}
.plan{
    font-size: 24px;
    margin-bottom: 1%;
    border-left: 5px solid #039de7;
    padding: 2px 8px;/* 余白の設定 */
    font-weight: 500;
}
.plan:nth-of-type(2){
    margin-top: 8%;
}
.campaign-box {
    width: 100%;
    margin: 0 auto;
    margin-top: 8%;
  }

  .campaign-title {
    background-color: #039de7;
    color: #fff;
    padding: 0.4em 0.8em;
    border-radius: 6px;
    display: inline-block;
    font-size:  16px;
    margin-bottom: 1em;
  }



.anchor {
    padding-top: 190px;
    margin-top: 190px;
}

  .note {
    font-size: 16px;
    color: #666;
    font-feature-settings: "palt";
    line-height: 1.8;
    margin-top: 16px;
    
  }
.tax{
    font-size: 10px;
  }
.sp{
    display: none;
}



td p{
    text-align: left;
    line-height: 1.8;
}
.head{
    font-weight: 500;
}


.info-box {
    width: 100%;
    margin: 10% auto;
    background-color: #ffffff;
    padding: 2em;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}



.section {
    margin-bottom: 16px;
}

.section h3 {
    color: #333;
    font-size: 20px;
    margin-bottom: 0.5em;
    border-left: 5px solid #039de7;
    padding-left: 0.5em;
}

    .section p {
      line-height: 1.6;
      font-size: 16px;
      color: #333;
      font-feature-settings: "palt";
    }

    .section p span {
      color: #e60033;
      font-weight: bold;
    }

.booking-banner {
    background: #fff;
    padding: 2em;
    text-align: center;
    font-family: sans-serif;
  }

.booking-banner h2 {
    font-size: 1.8em;
    color: #333;
    margin-bottom: 64px;
    position: relative;
}

.booking-banner h2::after{
    content: "";
    background-color: #039de7;
    width: 80px;
    height: 5px;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;

  }

  .booking-btn {
    display: inline-block;
    background-color:#E94B00;
    color: #fff;
    padding: 0.8em 2em;
    font-size: 1.2em;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 0 0 rgba(200, 131, 82, 0.6);
    animation: pulse 1.8s infinite;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin-bottom: 8px;
  }

  .booking-btn:hover {
    background-color:#E94B00;
    transform: scale(1.05);
  }

  .tel-info {
    margin-top: 2em;
    color: #333;
    white-space: nowrap;
  }

  .tel-info a {
    color: #003366;
    text-decoration: none;
  }

  .en {
    margin-top: 4%;
  }
  .payment-box h2 {
    text-align: center;
    color: #333;
    font-size: 1.8rem;
    margin-bottom: 8%;
    position: relative;
}
.payment-box h2::after{
    content: "";
    width: 80px;
    height: 5px;
    background-color: #039de7;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
}

/* フッター */
#footer{
    margin-top: 10%;
}
.title{
    font-size: 1.8em;
    color: #333;
    margin-bottom: 64px;
    position: relative;
    text-align: center;
}

.title::after{
    content: "";
    background-color: #039de7;
    width: 80px;
    height: 5px;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;
}

#secondary {
    background: #019fe9;
    width: 100%;
}

.title2 {
    font-size: 2.5vw;
    font-weight: 500;
    color: #019fe9;
    margin-top: 0%;
    margin-bottom: 3%;
    text-align: center;
    font-family: "Noto Sans JP", serif;
}

.flex2{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    justify-content: space-between;
    align-items: center;
}

.framemap{
    font-feature-settings: "palt";
    background: #ffffff;
    width: 70%;
    height: 30vw;
    object-fit: cover;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 3%;
}

.framemap iframe{
   
   height: 100%;
}


.onethird{
    width: calc(100% / 3);
    
}
.onethird img{
    display: block;
    width: 100%;
}
.onethird p{
    text-align: center;
}
.onethird2{
    width: calc(100% / 3);
    margin-right: 16px;
    margin-left: 16px;
    margin-bottom: 3%;
}
.onethird3{
    width: calc(100% / 3);
    margin-bottom: 3%;
}
.onethird3 img{/* 左側の余白を消している */
    width: 100%;
    display: block;
    margin-left: auto;
}
.onethird3 p{
    text-align: right;
}

.primary{
    width: 100%;
    
}

.primary a {
    text-decoration: none;
    color: #555;
}

.primary a:hover {
    text-decoration: underline;
}


.safetymenbership {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    margin-top: 0;
    margin-bottom: 3%;
}

.safetymenbership p{
    text-align: right;
}
  
  
  /* footer-logo */
  
.ebisu {/* 会社名を囲っているpタグ */
    padding: 0;
    margin: 0;
    width: 100%;
    

}

.ebisu a{
    color: #019fe9;
    font-size: 20px;
    font-weight: bold;
}
 
  
  /* address */
  
.address {
    margin: 3% 0%;
    padding: 0;
    font-style: normal;
    font-family: "Noto Sans JP", serif;
    line-height: 1.3;
    font-size: 16px;
    color: #555;
    
}
 
  
  /* navi */
  
.navi-row {
    display: flex;
}

#footer .navi {
    margin: 0;
    padding: 0;
    list-style: none;
    
}

#footer .navi li {
    text-align: center;
    display: inline-block;
    margin: 0 2vw 0 0;
    padding: 0;
}
  
#footer .navi li:first-child {
    margin-left: 0;
}
  

  
  /* sns-navi */
  
#footer .sns-navi {
    margin: 0;
    padding: 0;
}

#footer .sns-navi li {
    display: inline-block;
    margin: 0 2vw 0 0;
    padding: 0;
  
}

#footer .sns-navi li:last-child {
    margin-right: 0;
}
  

  
  /* sitenavi */


.safetymenbership{
    text-align: left;
}

.secondary {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 2% 0;
    margin-right: auto;
    margin-left: auto;
}

.sitenavi{
    display: flex;
    margin-right: auto;
}

.sitenavi li {
    display: flex;
    align-items: center;
    margin-left: 1.2vw;
    padding: 0;
}

.sitenavi li:first-child {
    margin-left: 0;
}

.sitenavi li a{
    color: #EFFBFF;
    font-size: 14px;
}

  
  /* copyright */
  
.copyright {
    color: #EFFBFF;
    margin: 0;
    padding: 0;
    text-align: right;
    font-size: 16px;
}

.copyright a {
    color: #EFFBFF;
    
}
@media screen and (max-width:768px) {

  .two {
    font-size: 16px;
    white-space: nowrap;
  }

  .btn--orange {
    font-size: 0.9rem;
    padding: 0.6em 1.6em;
  }
header{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3%;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2147483647;
    background-color: #fff2e1;
}

.spbr{
    display: block;
}

table, th, td {
    font-size: 15px;
    white-space: nowrap;
    font-feature-settings: "palt";
}
td:nth-of-type(3n){
    font-size: 24px;
    font-weight: 600;
}
.sp{
    display: block;
}
.booking-btn {
    display: inline-block;
    background-color:#E94B00;
    color: #fff;
    padding: 0.8em 2em;
    font-size: 1.2em;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 0 0 rgba(200, 131, 82, 0.6);
    animation: pulse 1.8s infinite;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin-bottom: 16px;
}

/* フッター */



.title2 {
    font-size: 2.5vw;
    font-weight: 500;
    color: #019fe9;
    margin-top: 0%;
    margin-bottom: 3%;
    text-align: center;
    font-family: "Noto Sans JP", serif;
}

.flex2{
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 3%;
}

.framemap{
    font-feature-settings: "palt";
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-right: auto;
    margin-left: auto;
    vertical-align: bottom;
    

}

.framemap iframe{
    display: block;
    aspect-ratio: 16 / 9;
    max-width: 1000px;
    width: 100%;
    height: auto;
}


.onethird{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    
}
.onethird img{
    display: block;
    width: 100%;
}
.onethird p{
    text-align: center;
    font-size: 16px;
}
.onethird2{
    width: 100%;
    margin-right: 16px;
    margin-left: 16px;
    margin-bottom: 3%;
}
.onethird3{
    width: 100%;
    margin-bottom: 3%;
}
.onethird3 img{/* 左側の余白を消している */
    width: 100%;
    display: block;
    margin-left: auto;
}
.onethird3 p{
    text-align: right;
    font-size: 16px;
}

.primary{
    width: 100%;
    
}


.primary a:hover {
    text-decoration: underline;
}


  
  
  /* footer-logo */
  
.ebisu {/* 会社名を囲っているpタグ */
    padding: 0;
    margin-top: 3%;
    width: 100%;
    

}

.ebisu a{
    color: #019fe9;
    font-size: 20px;
    font-weight: bold;
}
 
  
  /* address */
  
.address {
    margin: 3% 0%;
    padding: 0;
    font-style: normal;
    font-family: "Noto Sans JP", serif;
    line-height: 1.8;
    font-size: 16px;
    color: #555;
    
}
 
  
  /* navi */
#secondary {
    background: #019fe9;
    width: 100%;
    
    
}
.navi-row {
    display: flex;
}

#footer .navi {
    margin: 0;
    padding: 0;
    list-style: none;
    
}

.secondary {
    width: 100%;
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 3%;
    margin-right: auto;
    margin-left: auto;
}

.sitenavi{
    display: flex;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
}

.sitenavi li {
    display: block;
    width: calc(100%/3);
    padding: 0;
    text-align: center;
    margin-left: 0vw;
}


.sitenavi li a{
    color: #EFFBFF;
    font-size: 14px;
    margin-left: 0;
}

  
  /* copyright */
  
.copyright {
    color: #EFFBFF;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 11px;
}

.copyright a {
    color: #EFFBFF;
    font-size: 11px;
    
    
}

}