@charset "UTF-8";
/*-------------------------------------------------------------
トップページ
---------------------------------------------------------------*/
.index {
  position: relative;
  /*---------------------------------------
  コンテンツ
  ---------------------------------------*/
  /*---------------------------------------
  policy
  ---------------------------------------*/
  /*---------------------------------------
  guide
  ---------------------------------------*/
  /*---------------------------------------
  price
  ---------------------------------------*/
  /*---------------------------------------
  出航予定
  ---------------------------------------*/
  /*---------------------------------------
  乗船案内
  ---------------------------------------*/
  /*---------------------------------------
  news
  ---------------------------------------*/
  /*---------------------------------------
  about
  ---------------------------------------*/
}
.index .contents h2, .index .contents h3 {
  margin: 0;
  padding: 0;
}
@media screen and (min-width:1025px) {
  .index .contents section > div[class$=Inner] {
    display: flex;
    justify-content: space-between;
  }
  .index .contents section > div[class$=Inner] .h2-style + div {
    width: 700px;
    max-width: 700px;
  }
}
.index .contents > section {
  padding: 20px;
  padding-top: 50px;
  padding-bottom: 150px;
  background-image: url(/assets/img/cmn/line.svg);
  background-size: 1440px auto;
  background-repeat: repeat-x;
  background-position: bottom center;
}
@media screen and (min-width:640px) {
  .index .contents > section {
    padding: 32px;
    padding-top: 80px;
    padding-bottom: 180px;
  }
}
@media screen and (min-width:1025px) {
  .index .contents > section {
    padding: 16px;
    padding-top: 160px;
    padding-bottom: 202px;
  }
}
.index .contents .h2-style {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width:639px) {
  .index .contents .h2-style {
    margin-bottom: 50px;
  }
}
@media screen and (min-width:1025px) {
  .index .contents .h2-style {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    margin-bottom: auto;
  }
}
.index .contents .h2-style:before {
  content: url(/assets/img/cmn/ico_heading.png);
  position: absolute;
  top: -58px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width:1025px) {
  .index .contents .h2-style:before {
    top: -78px;
    width: auto;
  }
}
.index .contents .h2-style small {
  display: inline-block;
}
@media screen and (min-width:1025px) {
  .index .contents .h2-style small {
    display: block;
    writing-mode: vertical-rl;
  }
}
.index .contents .h2-style span {
  position: relative;
  display: block;
}
@media screen and (min-width:1025px) {
  .index .contents .h2-style span {
    writing-mode: vertical-rl;
  }
}
.index .contents .h2-style span:after {
  content: "";
  width: 1px;
  height: 160px;
  background-color: #48516A;
  display: none;
  position: absolute;
  bottom: -175px;
  right: 8px;
}
@media screen and (min-width:1025px) {
  .index .contents .h2-style span:after {
    display: block;
  }
}
.index .contents h3 {
  position: relative;
  margin-bottom: 32px;
}
@media screen and (min-width:640px) {
  .index .contents h3 {
    margin-bottom: 48px;
  }
}
@media screen and (min-width:1025px) {
  .index .contents h3 {
    left: -48px;
  }
}
.index .contents .policy {
  position: relative;
}
@media screen and (max-width:639px) {
  .index .contents .policy {
    padding-bottom: 160px;
  }
}
.index .contents .policy:after {
  content: url(/assets/img/cmn/img_umineko.png);
  position: absolute;
  right: 0;
  left: 0;
  bottom: 16px;
  width: 120px;
  height: 120px;
  margin: auto;
}
@media screen and (min-width:1025px) {
  .index .contents .policy {
    padding-bottom: 352px;
  }
}
.index .contents .policyInner {
  max-width: 730px;
  flex-direction: column;
}
.index .contents .policy h2 {
  text-align: center;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 500;
  color: #48516A;
  margin-bottom: 16px;
}
.index .contents .policy .copy {
  text-align: center;
  margin-bottom: 84px;
}
@media screen and (max-width:639px) {
  .index .contents .policy .copy {
    margin-bottom: 60px;
  }
}
.index .contents .policy .copy span {
  padding: 20px 40px;
  font-size: 24px;
  background: #48516A;
  color: #fff;
  display: inline-block;
  letter-spacing: 4.2px;
}
@media screen and (max-width:639px) {
  .index .contents .policy .copy span {
    font-size: 18px;
    padding: 20px;
  }
}
@media screen and (min-width:1025px) {
  .index .contents .policy .copy span {
    padding: 39px 74px;
    font-size: 28px;
  }
}
.index .contents .policy .message p {
  margin-bottom: 32px;
}
@media screen and (max-width:639px) {
  .index .contents .guide {
    padding-top: 90px;
  }
}
.index .contents .guide .fishlist {
  margin-bottom: 64px;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  font-size: 13px;
  letter-spacing: -0.08em;
}
@media screen and (max-width:639px) {
  .index .contents .guide .fishlist {
    gap: 12px;
    font-size: 12px;
  }
}
.index .contents .guide .fishlist li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 168px) / 7);
}
@media screen and (max-width:639px) {
  .index .contents .guide .fishlist li {
    width: calc((100% - 48px) / 4);
  }
}
.index .price .plan {
  gap: 41px;
  margin-bottom: 48px;
}
.index .priceList li {
  padding: 12px;
  border-bottom: 1px solid #000;
}
.index .price .attention {
  color: #666666;
  font-size: 13px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.65px;
  margin-top: 16px;
}
@media screen and (max-width:639px) {
  .index .price .attention {
    margin-bottom: 32px;
  }
}
.index .price .area {
  width: 100%;
  margin-bottom: 48px;
}
@media screen and (max-width:639px) {
  .index .price .area {
    margin-bottom: 24px;
  }
}
.index .priceOther {
  border-bottom: 1px solid #000;
  padding: 12px;
}
@media screen and (min-width:640px) {
  .index .priceOther strong {
    width: 25%;
  }
  .index .priceOther div {
    width: 75%;
  }
}
.index .priceOther p {
  margin-top: 8px;
}
.index .priceOther .txtRed {
  margin-left: 4px;
}
@media screen and (max-width:639px) {
  .index .priceOther strong {
    margin-bottom: 4px;
    display: block;
  }
}
.index .priceOther ul.listNormal {
  font-size: 13px;
}
.index .priceAttention {
  margin-top: 56px;
  background-color: #EDEEF1;
  padding: 32px 40px;
  border-radius: 16px;
}
@media screen and (max-width:639px) {
  .index .priceAttention {
    padding: 24px;
    margin-top: 32px;
  }
}
.index .priceAttention ul {
  margin-bottom: 24px;
}
.index .calendar .map {
  margin-bottom: 1.6em;
}
.index .calendar iframe {
  width: 100%;
  height: 560px;
}
@media screen and (max-width:639px) {
  .index .calendar iframe {
    height: 480px;
  }
}
@media screen and (max-width:639px) {
  .index .boarding h3 span:first-child {
    display: block;
    margin-bottom: 16px;
  }
}
.index .boarding .address {
  font-size: 18px;
}
.index .boarding .address:before {
  content: url(/assets/img/cmn/ico_adress.svg);
  position: relative;
  top: 7px;
  margin-right: 8px;
}
.index .boarding .address small {
  font-size: 16px;
  margin-left: 8px;
}
.index .boarding .address small a {
  text-decoration: underline;
}
.index .boarding .address small a img {
  position: relative;
  top: -1px;
  margin-left: 2px;
}
.index .boarding .txtSup {
  margin-bottom: 48px;
}
.index .boarding iframe {
  width: 100%;
  height: 340px;
}
.index .boarding .txtC {
  position: relative;
  top: -30px;
}
.index .news .newsTxt ul li {
  padding-bottom: 32px;
  margin-top: 32px;
  border-bottom: 1px solid #48516A;
}
.index .news .newsTxt time {
  color: #48516A;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-size: 40px;
  display: block;
  letter-spacing: 6px;
}
@media screen and (max-width:639px) {
  .index .news .newsTxt time {
    font-size: 32px;
  }
}
.index .news .newsTxt a {
  color: #48516A;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width:639px) {
  .index .news .newsTxt a {
    font-size: 18px;
  }
}
.index .news .newsTxt span {
  margin-top: 8px;
  display: block;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  line-height: 170%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width:639px) {
  .index .news .newsTxt span {
    font-size: 12px;
  }
}
.index .contents .about {
  background-image: none;
}
.index .contents .about .flex-two p {
  margin-bottom: 24px;
}
@media screen and (max-width:639px) {
  .index .contents .about .flex-two .image {
    margin-bottom: 18px;
  }
}
@media screen and (min-width:1025px) {
  .index .contents .about .flex-two .image {
    width: 33%;
  }
}
.index .contents .about .flex-two .image img {
  width: 100%;
}
@media screen and (max-width:639px) {
  .index .contents .about .flex-two .image img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width:640px) {
  .index .contents .about .flex-two .image + div {
    width: 48%;
  }
}
@media screen and (min-width:1025px) {
  .index .contents .about .flex-two .image + div {
    width: 60%;
  }
}
.index .contents .about .flex-two.message {
  margin-bottom: 48px;
}
.index .contents .about .flex-two.detail {
  line-height: 170%;
}
@media screen and (min-width:640px) {
  .index .contents .about .flex-two.detail {
    flex-direction: row-reverse;
  }
}
.index .contents .about .flex-two.detail strong {
  font-size: 18px;
}
.index .contents .about .flex-two.detail .unit {
  border-bottom: 1px solid #000;
  padding: 12px 0;
}
.index .contents .about .flex-two.detail ul {
  font-size: 13px;
}

/*---------------------------------------
KV
---------------------------------------*/
.mainImg {
  z-index: 0;
  position: relative;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width:1025px) {
  .mainImg {
    height: 80vh;
    margin-top: -24px;
  }
}
.mainImgInner {
  position: relative;
  text-align: center;
}
@media screen and (min-width:1025px) {
  .mainImgInner {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.mainImgImg {
  width: calc(100% - 40px);
  border-radius: 16px;
}
@media screen and (max-width:639px) {
  .mainImgImg {
    height: 270px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width:1025px) {
  .mainImgImg {
    width: 100%;
  }
}
.mainImgCopy img {
  position: absolute;
  bottom: 0;
  left: 20px;
  top: 0;
  margin: auto;
}
@media screen and (max-width:639px) {
  .mainImgCopy img {
    position: relative;
    margin-top: 30px;
    left: -1%;
  }
}
@media screen and (min-width:640px) {
  .mainImgCopy img {
    left: 6%;
  }
}
@media screen and (min-width:1025px) {
  .mainImgCopy img {
    left: 120px;
  }
}

/*---------------------------------------
    KV　内のスクロールアイコン
---------------------------------------*/
.kvScroll {
  display: none;
  /*スクロールダウン全体の場所*/
  position: absolute;
  bottom: -36px;
  left: 0;
  right: 0;
  margin: auto;
  width: 9px;
  height: 120px;
  /* 丸の描写 */
  /* 線の描写 */
  /*下からの距離が変化して丸の全体が上から下に動く*/
  /*上から下にかけて丸が透過→不透明→透過する*/
}
@media screen and (min-width:640px) {
  .kvScroll {
    display: block;
  }
}
@media screen and (max-width:639px) {
  .kvScroll {
    right: auto;
    left: 50%;
    margin: auto;
    top: 0;
    bottom: 14px;
  }
}
.kvScroll:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -5px;
  /*丸の形状*/
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #48516A;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
.kvScroll:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -1px;
  /*線の形状*/
  width: 1px;
  height: 120px;
  background: #48516A;
}
@media screen and (max-width:639px) {
  .kvScroll:after {
    height: 56px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 59px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

/*---------------------------------------
lower page
---------------------------------------*/
@media screen and (min-width:1025px) {
  .lower .contents {
    padding-top: 70px;
  }
}
.lower .pageTtl {
  padding: 40px;
  color: #48516A;
  margin: 40px 80px 40px;
  border: solid #48516A;
  border-width: 1px 0;
}
.lower .pageTtl h2 {
  letter-spacing: 0.12em;
  text-align: center;
}
.lower .pageTtl h2 span {
  display: block;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.lower .contents section {
  padding-bottom: 120px;
}
.lower .sectionBody {
  width: 100%;
  margin: auto;
}
.lower .sectionBody .leadText {
  background-color: #fff;
  padding: 40px 64px;
  font-size: 112%;
  line-height: 2;
  width: 80%;
  margin: auto;
}
@media screen and (min-width:640px) {
  .lower .sectionBody {
    width: 80%;
    max-width: 640px;
  }
}
@media screen and (min-width:1025px) {
  .lower .sectionBody {
    max-width: 960px;
  }
}
.lower .sectionTtl {
  color: #48516A;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-align: center;
  margin-bottom: 48px;
}
.lower .pd {
  padding: 0 24px;
}
.lower .dpb {
  display: inline-block;
}
.lower .none {
  display: none;
}
.lower .w80 {
  width: 100%;
  margin: auto;
}
@media screen and (min-width:1025px) {
  .lower .w80 {
    width: 80%;
  }
}
@media screen and (min-width:640px) {
  .lower .col2 {
    display: flex;
    justify-content: space-between;
  }
  .lower .col2 > * {
    width: 50%;
  }
}

/*-------------------------------------------------------------
ブログ
---------------------------------------------------------------*/
.lower.blog {
  position: relative;
}
.lower.blog .contents .wrapper {
  margin: auto;
}
.lower.blog .contents .wrapper .mg {
  padding: 0 24px;
}
.lower.blog .contents .wrapper .articleWrap {
  max-width: 640px;
}
.lower.blog .contents .wrapper .articleWrap .article {
  margin-bottom: 30px;
}
.lower.blog .contents .wrapper .articleWrap .article h3 {
  color: #48516A;
  margin: 0 0 1.5em;
  font-size: 200%;
  letter-spacing: 0.1em;
}
.lower.blog .contents .wrapper .articleWrap .article .articleInfo {
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  padding: 1.5em 0;
  margin-top: 2em;
}
.lower.blog .contents .wrapper .pager,
.lower.blog .contents .wrapper .entryNavi {
  margin-bottom: 150px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.lower.blog .contents .wrapper .pager {
  background: #e7f0fe;
  border-radius: 1000px;
  padding: 1em 1.5em;
}
.lower.blog .contents .wrapper .pager .current {
  font-weight: bold;
  color: #6195f0;
}
.lower.blog .contents .wrapper .pager .pager_first,
.lower.blog .contents .wrapper .pager .pager_last {
  display: none;
}
.lower.blog .contents .wrapper .entryNavi {
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width:640px) {
  .lower.blog .contents .wrapper .entryNavi {
    flex-direction: row;
  }
}
.lower.blog .contents .wrapper .entryNavi li {
  display: flex;
  align-items: center;
  gap: 0.5em;
  line-height: 1.3;
}
.lower.blog .contents .wrapper .entryNavi li::before, .lower.blog .contents .wrapper .entryNavi li::after {
  font-size: 0.5em;
  font-weight: bold;
  color: #c9cdd7;
  background: #ffffff;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lower.blog .contents .wrapper .entryNavi li.entryPrev::before {
  content: "<";
  padding-right: 0.2em;
}
.lower.blog .contents .wrapper .entryNavi li.entryNext {
  justify-content: flex-end;
}
.lower.blog .contents .wrapper .entryNavi li.entryNext::after {
  content: ">";
  padding-left: 0.2em;
}
.lower.blog .contents .wrapper .sideBox {
  margin-top: 30px;
}
.lower.blog .contents .wrapper .sideBox section {
  margin: auto;
  margin-bottom: 32px;
  margin-top: 32px;
  color: #48516A;
}
.lower.blog .contents .wrapper .sideBox section:first-child {
  margin-top: 80px;
}
.lower.blog .contents .wrapper .sideBox section:last-child {
  padding-bottom: 80px;
  margin-bottom: 0;
}
.lower.blog .contents .wrapper .sideBox section h3 {
  color: #ffffff;
  padding: 10px;
  background-color: #48516A;
  text-align: center;
  margin-bottom: 24px;
  font-size: 20px;
}
.lower.blog .contents .wrapper .sideBox section div {
  padding: 0;
}
.lower.blog .contents .wrapper .sideBox section ul li {
  padding: 12px;
  padding-bottom: 20px;
}
.lower.blog .contents .wrapper .sideBox form .search {
  padding: 8px;
  width: 70%;
  border: 1px solid #666666;
  margin-right: 4px;
}
.lower.blog .contents .wrapper .sideBox form .searchBtn {
  background-color: #48516A;
  color: #ffffff;
  border: none;
  padding: 6px 16px;
  border-radius: 4px;
  font-weight: bold;
  width: 25%;
}
@media screen and (min-width:640px) {
  .lower.blog .contents .wrapper {
    display: flex;
  }
  .lower.blog .contents .wrapper .sideBox > *:first-child {
    margin-top: 0;
  }
  .lower.blog .contents .wrapper .sideBox section {
    width: 230px;
  }
}
@media screen and (min-width:1025px) {
  .lower.blog .contents .wrapper .articleWrap {
    width: 640px;
  }
  .lower.blog .contents .wrapper .sideBox section {
    width: 275px;
  }
}/*# sourceMappingURL=pages.css.map */