<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
#snorkeling_videos {
  background-image: url("../../images/snokeling/snokelingvideo.webp");
  background-size: cover;
  background-position: center center;
  height: 100vh;
  width: 100%;
  position: relative; }
  @media (max-width: 576px) {
    #snorkeling_videos {
      height: 100vh; } }
  #snorkeling_videos .title {
    display: block;
    width: 70vw;
    max-width: 800px;
    position: absolute;
    z-index: 99;
    top: 15vh;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 768px) {
      #snorkeling_videos .title {
        width: 90%;
        top: 20vh; } }
  #snorkeling_videos .top_caption {
    font-weight: 500;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 0.7); }
    @media screen and (max-width: 768px) {
      #snorkeling_videos .top_caption {
        width: 90%;
        bottom: 30px; } }

#btn_scroll {
  /* ボールのレイアウト */
  background-image: url("../images/btn_scroll.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: 2;
  width: 18px;
  height: 140px;
  position: absolute;
  bottom: 10px;
  right: 3px;
  /*animationプロパティここから*/
  animation-name: bounce;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform-origin: center bottom; }

@media screen and (max-width: 768px) {
  .sp_fixpic {
    margin-top: -3em;
    margin-left: -1em;
    margin-right: -1em;
    width: calc(100% + 5em) !important;
    object-fit: cover;
    object-position: center center;
    max-width: 100vw;
    margin-bottom: 2em;
    aspect-ratio: 16 / 9; } }

.sph2 {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 1.5em; }

.sph3 {
  text-align: center;
  margin-bottom: 1.5em; }

.box_indent {
  width: 90%;
  margin: 0 auto;
  line-height: 150%;
  padding: 1em; }
  @media (max-width: 576px) {
    .box_indent {
      width: 100%;
      margin: 0 auto; } }
  .box_indent.box_waku {
    border: 1px solid #666; }
    @media (max-width: 576px) {
      .box_indent.box_waku {
        margin: 1.5em;
        padding: 1.5em;
        width: calc(100% - 3em); } }
    .box_indent.box_waku h4 {
      font-weight: 400;
      font-size: 1.4em;
      padding: 0 10px;
      display: block;
      width: fit-content;
      margin: -1.4em auto 1em auto; }
      @media (max-width: 576px) {
        .box_indent.box_waku h4 {
          margin: -1.8em auto 1em auto; } }
  .box_indent.col_white {
    border-color: white !important; }
  .box_indent li {
    margin-left: 2em;
    margin-bottom: 0.5em;
    line-height: 200%; }
    @media (max-width: 576px) {
      .box_indent li {
        margin-left: 1em; } }
  .box_indent ol li {
    list-style-type: decimal; }
  .box_indent ul li {
    list-style: disc; }

.box_round {
  border: 1px dotted #004EDC;
  border-radius: 8px;
  display: block;
  margin: 1.5em 0; }
  .box_round h3 {
    margin: 0;
    display: block;
    background-color: #004EDC;
    color: white;
    font-weight: 500;
    text-align: center;
    font-size: 1.2em;
    line-height: 100%;
    padding: 1em 0 0.5em;
    margin-bottom: 0.2em; }
  .box_round p {
    text-align: center;
    font-weight: 400; }

.title_diving_menu {
  font-size: min(1.4em, 2.45vw); }
  @media screen and (max-width: 768px) {
    .title_diving_menu {
      font-size: 1.4em; } }

.img_diving_menu {
  height: 250px;
  object-fit: cover;
  object-position: center center; }
  @media screen and (max-width: 768px) {
    .img_diving_menu {
      width: 100%;
      height: 400px; } }
  @media (max-width: 576px) {
    .img_diving_menu {
      width: 100%;
      height: 200px; } }

@media (max-width: 576px) {
  container .box_indent .box-column div.sno_bnimg {
    margin-left: -2em;
    width: 100vw;
    margin-top: 2em; } }
.sno_bnimg {
  background-position: center center;
  background-size: cover; }
  @media (max-width: 576px) {
    .sno_bnimg {
      aspect-ratio: 4 / 3; } }

#snokelingfoot {
  background-image: url("../../images/snokeling/backfoot.webp");
  background-size: cover;
  background-position: center bottom;
  padding-bottom: 30vh;
  color: white; }
</pre></body></html>