/*
Theme Name: neptune
Author: YOSHIO NISHIZAWA
Description: EndOcean THEME
Version: 1.0
*/


@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');

body {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.bold {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.alt {
  font-family: alternate-gothic-atf, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.anchor {
  color: #0066c0;
}

.pc-break {
  display: block;
}

.sp-break {
  display: none;
}

.flex {
  display: flex;
  flex-wrap: wrap;

}

.flex_cont_cnt {
  justify-content: center;
}

.flex_item_50 {
  width: 50%;
}

.flex_item_60 {
  width: 60%;
}

.flex_item_40 {
  width: 40%;
}

.flex_item_60 {
  width: 60%;
}

.flex_item_20 {
  width: 20%;
}


.flex_item_80 {
  width: 80%;
}

.flex_item_30 {
  width: 30%;
}


.flex_item_70 {
  width: 70%;
}

.flex_item_25 {
  width: 25%;
}

a {
  text-decoration: none;
  color: #000;
}



.back_gray {
  background-color: #efefef;
}

.wrappper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2px;
  padding-right: 2px;
  max-width: 1900px;
  overflow: hidden;
}

.section {
  position: relative;
}





.footcopy {
  position: fixed;
  bottom: 20px;
  left: 3%;
  font-size: 0.8em;
  color: #fff;
  z-index: 10000;
}

.footcopy a {
  color: #fff;
}

.scroll {
  color: #fff;

}

@media screen and (max-width:769px) {
  .footcopy {
    font-size: 0.6em;
  }
}


/* header */

header {
  background-color: inherit;
  z-index: 999;
  position: fixed;
  height: 70px;
}

.header_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 70px;
}

.logo_area {
  position: relative;
  padding-left: 2%;
  z-index: 1100;
  width: auto;
  height: 70px;
}

.logo {
  position: absolute;
  transform: translateY(-50%);
  height: auto;
  width: 300px;
  left: 15px;
  top: 50%;
}

.logo a {
  text-decoration: none;
  color: #000;
  letter-spacing: 2px;
}

.logo_img {
  height: 40px;
  width: auto;
  padding-right: 10px;
  vertical-align: middle;
}


/* nav area start*/
#nav-toggle {
  position: fixed;
  top: 25px;
  right: 25px;
  height: 32px;
  cursor: pointer;
}

#nav-toggle>div {
  position: relative;
  width: 36px;
}

#nav-toggle span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #000;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}

#elsetop {
  background-color: #000 !important;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 14px;
}

#nav-toggle span:nth-child(3) {
  top: 28px;
}

#nav-toggle:hover span:nth-child(1) {
  top: 4px;
}

#nav-toggle:hover span:nth-child(3) {
  top: 23px;
}

.open #nav-toggle span {
  background: #000;
}

.open #nav-toggle span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 15px;
  transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

#gloval-nav {
  background-color: #fff;
  color: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: left;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  width: 100%;
  height: 100%;

  background-image: url(cmn/img/header_img.jpg);
  background-size: cover;
  background-position: center;
}

#gloval-nav nav {

  z-index: 992;
}

#gloval-nav a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 10px 5px;
  transition: color 0.6s ease;
  z-index: 992;
}

.underline {
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
}

.underline::after {
  background-color: #fff;
  bottom: 10px;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: .5s all;
  width: 0;
}

.underline:hover::after {
  width: 100%;
}


#gloval-nav nav {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
  letter-spacing: 2px;
}

#gloval-nav ul {
  list-style: none;
}

#gloval-nav ul li {
  opacity: 0;
  padding: 10px;
  transform: translateX(500px);
  transition: transform 0.6s ease, opacity 0.2s ease;
}

#gloval-nav ul li:nth-child(2) {
  transition-delay: 0.15s;
}

#gloval-nav ul li:nth-child(3) {
  transition-delay: 0.3s;
}

#gloval-nav ul li:nth-child(4) {
  transition-delay: 0.45s;
}

#gloval-nav ul li:nth-child(5) {
  transition-delay: 0.6s;
}

#gloval-nav ul li:nth-child(6) {
  transition-delay: 0.75s;
}

#gloval-nav ul li:nth-child(7) {
  transition-delay: 0.9s;
}

#gloval-nav ul li:nth-child(8) {
  transition-delay: 1.05s;
}

#gloval-nav ul li:nth-child(9) {
  transition-delay: 1.2s;
}

#gloval-nav img {
  position: absolute;
  width: 40%;
  left: 69%;
  transform: translateX(-50%);
  text-align: left;
}



/* open */
.open {
  overflow: hidden;
}

.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}

.open #gloval-nav li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity 1.2s ease;
}

#nav_social_logo {
  display: inline-block;
}


#nav_social_logo img {
  width: 20px;
}


.header_border {
  position: absolute;
  top: 0;
  left: 33%;
  transform: translateX(-60%);

}

.header_border::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 85vh;
  background-color: #000;
  position: absolute;
  top: -2px;
  left: -5px;
}

footer {
  text-align: center;
}




footer a {
  display: block;
  padding-top: 5px;
}

footer p:nth-child(1) {
  font-weight: bold;
  font-size: 1.2em;
  padding-bottom: 10px;
}

footer p:nth-child(2) {
  font-size: .8em;
  padding-bottom: 10px;
}

footer p:nth-child(3) {
  font-size: 1em;
  margin-top: 5px;
  padding-bottom: 10px;
  line-height: 30px;
}

footer p:nth-child(7) {
  font-size: .8em;
  padding: 10px 0;
}

.footer_logo {
  width: 100px;
  padding-bottom: 10px;
}

.footer_line {
  width: 100px;
}

footer h2 {
  font-size: .6em;
}

.container {
  padding-bottom: 50px;
}

.section1 {
  position: relative;
}

.section1 img {
  width: 100%;
}

.section1_ab {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -30%);
}

.section1_ab h2 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 1.75;
  letter-spacing: .4em;
}

.section2 {
  padding: 50px 20%;
  text-align: left;
}

.section2 p:nth-child(1) {
  text-align: center;
  font-size: 2em;
  padding-bottom: 30px;
  line-height: 1.5;
  color: #00a0e9;
  letter-spacing: .15em;
}

.section2 p:nth-child(1) .txt-s {
  text-align: center;
  font-size: .8em;
  color: #00a0e9;
  display: block;
}

.section2 p:nth-child(2) {
  text-align: left;
  font-size: 1em;
  padding-bottom: 30px;
  letter-spacing: 2.5px;
  line-height: 30px;
  color: #002a68;
  text-align: center;

}


.section2 a {
  text-align: center;
  font-size: 2em;
  padding-bottom: 30px;
  display: block;

}


.section3 {
  padding: 30px 10%;
  padding-top: 100px;
}

.section3_1 p {
  text-align: center;
  font-size: 1.7em;
  padding: 10px 0;
}

.section3_1 iframe {
  width: 100%;
}

.section4 p:nth-child(1) {
  text-align: center;
  font-size: 2em;
  padding-bottom: 30px;
}

.section4 p:nth-child(2) {
  text-align: left;
  font-size: 1.2em;
  width: 70%;
  margin: 0 auto;
  letter-spacing: 2.5px;
  line-height: 35px;
}

.section4 p:nth-child(2) span {
  display: block;
  font-size: 2em;
  padding: 20px 0;
  letter-spacing: 2.5px;
}

.section4_2 a {
  display: inline-block;
  padding-top: 20px;
}


.section4_2 {
  width: 50%;
  margin: 0 auto;
  font-size: 1.2em;
  letter-spacing: 2.5px;
  text-align: center;
}



.txt_center {
  text-align: center;
}

.red {
  color: red;
}

.section5 {
  padding: 30px;
}


.section5 h3 {
  text-align: center;
  font-size: 2em;
  padding-bottom: 20px;
}


.section5 h4 {
  text-align: left;
  font-size: 1em;
  padding-top: 20px;
}

.section5 li {
  padding: 20px 0;
}

.section5_1 {
  padding: 0 20px;
}

.section5_1 img {
  width: 100%;
}

.section6 {
  padding-top: 100px;
}

.section6 h3 {
  text-align: center;
  font-size: 2em;
}

.section6_1 {
  padding: 0 5%;
  height: 70vh;
}

.section6_1 iframe {
  width: 100%;
  height: 100%;
}


.section7 {
  padding-top: 100px;
  padding-bottom: 50px;
}


.section7_table {
  width: 50%;
  margin: 0 auto;
}

.section7_table table {
  width: 100%;
}

.section7_table td {
  border-bottom: 1px solid #000;
}

.section7_table td:nth-child(1) {
  width: 70%;
  padding: 30px 5px;
  padding-bottom: 10px;
}

.section7_table td:nth-child(2) {
  width: 30%;
}

.section7 h3 {
  text-align: center;
  font-size: 1.7em;
}

.section7 h4 {
  text-align: left;
}

.section7 p {
  display: block;
}


.section8 {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
  padding-top: 100px;
}

@media screen and (max-width:500px) {

  .section8 {
    padding-top: 60px;
  }

}


.fishing_container {
  padding: 100px 5%;
}

.fishing_container h2 {
  text-align: center;
  font-size: 2em;
}

.fishing_sec1 {
  padding: 20px;
}

.fishing_sec1 img {
  width: 100%;
}

.fishing_sec1 a:nth-child(2) {
  font-size: 1.5em;
  margin-top: 10px;
  letter-spacing: 3px;
  display: inline-block;

}

.fishing_sec1 p:nth-child(3) {
  font-size: .9em;
  padding-top: 5px;
  letter-spacing: 2px;
  line-height: 25px;

}

.fishing_sec1 p:nth-child(4) {
  font-size: .9em;
  padding-top: 10px;
  letter-spacing: 2px;

}


.wp-pagenavi {
  text-align: center;
  padding: 50px 0;
}

.wp-pagenavi a {
  border: 1px solid #454545;
  margin: 6px 12px;
  padding: 6px 12px;
  color: #454545;

}

.wp-pagenavi span {
  background-color: #454545;
  border: 1px solid #454545;
  margin: 6px 12px;
  padding: 6px 12px;
  color: #fff;
}


.data_title h3 {
  font-size: 2em;
  padding-bottom: 10px;
}

.data_title p {
  font-size: 1em;
  padding-bottom: 10px;

}

.data_thum img {
  width: 100%;
}

.data_content {
  font-size: 1.2em;
  padding-top: 30px;
  line-height: 30px;
}



.about_container {
  position: relative;
  margin-top: -100px;
}

.about_sec1 {
  position: relative;
}

.about_sec1 img {
  width: 100%;
}

.about_sec1 h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.about_sec1 h2 span img {
  max-width: 125px;
}

.about_sec1 h2 span:nth-child(1) {
  display: block;
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  padding-bottom: 10px;
}


.about_sec1 h2 span:nth-child(2) {
  display: block;
  text-align: center;
  font-size: 1.5em;
  font-weight: 700;
}

.about_sec2 {
  min-height: 300px;
  color: #002a68;
  background-color: #fff;
  margin-top: -10px;
  position: relative;
}

@media screen and (max-width:782px) {

  .about_sec2 {
    padding-top: 50px;
  }

  .about_sec1 h2 span:nth-child(2) {
    font-size: 1.3em;
  }
}

.about_sec2_inner {
  padding: 50px 0 30px;
}

.about_sec2_inner p {
  margin: 0 30% 0 11%;
  text-align: left;
}

.about_sec2_inner p:nth-child(1) {
  font-size: 2em;
  width: auto;
  letter-spacing: .1em;
  line-height: 1.5;
}

.about_sec2_inner p:nth-child(2) span {
  display: block;
}

.about_sec2_inner p:nth-child(2) {
  display: block;
  margin: 28px 30% 0 11%;
}

.about_sec2_inner p:nth-child(2) span:nth-child(1) {
  font-size: .8em;
  padding-bottom: 20px;
}

.about_sec2_inner p:nth-child(2) span:nth-child(2) {
  font-size: 2em;
  padding-bottom: 20px;

}

.about_sec2_inner p:nth-child(2) span:nth-child(3) {
  font-size: .8em;
}

.about_sec2_img {
  position: absolute;
  right: 10px;
  top: 50px;
  width: 25%;
  max-width: 330px;
}

.about_sec2_imgbox img {
  width: 100%;
}

.about_sec3 {
  padding-top: 50px;
}

.about_sec3 p {
  text-align: center;
  font-size: 1.5em;
  padding: 30px 0;
  line-height: 40px;
}

.about_sec3 ul {
  flex-wrap: nowrap;
}

.about_sec3 img {
  width: 100%;
}

/* price*/
.price_container {
  position: relative;
  margin-top: -100px;
}

.price_head {
  height: 400px;
  width: 100%;
  position: relative;
  background-image: url(cmn/img/price_img1.jpg);
  background-size: cover;
  background-position: bottom;
}

@media screen and (max-width:500px) {
  .price_head {
    height: 323px;
  }
}

.price_head h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.7em;
  font-weight: 700;
  color: #fff;
}

.price_body {
  padding: 100px 0;
  position: relative;
  text-align: center;
}

.price_body>p {
  font-size: 1.3em;
  font-weight: 700;
}

.price_metal {
  width: 70%;
  text-align: left;
  margin: 0 auto;
  padding: 50px 0;

}

.price_metal table {
  margin-top: 20px;
  width: 100%;
  border: solid 1px #000;
}

.price_metal th {
  width: 33%;
  text-align: center;
  padding: 10px 20px;
  border: solid 1px #000;

}

.price_metal td {
  width: 33%;
  text-align: center;
  padding: 30px 20px;
  border: solid 1px #000;
  align-items: center;
}


.price_jigging {
  width: 70%;
  text-align: left;
  margin: 0 auto;
  padding: 50px 0;

}

.price_jigging table {
  margin-top: 20px;
  width: 100%;
  border: solid 1px #000;
}

.price_jigging th {
  width: 33%;
  text-align: center;
  padding: 10px 20px;
  border: solid 1px #000;

}

.price_jigging td {
  width: 33%;
  text-align: center;
  padding: 30px 20px;
  border: solid 1px #000;
  align-items: center;
}

.price_rental {
  width: 70%;
  text-align: left;
  margin: 0 auto;
  padding: 50px 0;

}

.price_rental table {
  margin-top: 20px;
  width: 100%;
  border: solid 1px #000;
}

.price_rental th {
  width: 50%;
  text-align: center;
  padding: 10px 20px;
  border: solid 1px #000;

}

.price_rental td {
  width: 50%;
  text-align: center;
  padding: 30px 20px;
  border: solid 1px #000;
  align-items: center;
}



/*固定ページ*/
.page_container {
  padding: 50px 0;
  padding-top: 100px;
}


/* schedule */

.schedule_container h2 {
  text-align: center;
  font-size: 1.7em;
  font-weight: 700;
  padding-bottom: 30px;
}

.schedule_sec1 {
  width: 90%;
  margin: 0 auto;
}

.schedule_sec1 p:nth-child(2) {
  font-size: .8em;
  line-height: 25px;
  text-align: right;
  margin: 0;
  padding-top: 10px;
}

.schedule_sec1 p:nth-child(3) {
  font-size: 1.5em;
  line-height: 40px;
  text-align: center;
  margin: 0;
  padding-top: 30px;
}

.access_container h2 {
  text-align: center;
  font-size: 1.7em;
  font-weight: 700;
  padding-bottom: 30px;
}

.access_map {
  width: 90%;
  margin: 0 auto;
}

.access_container p {
  text-align: center;
  font-size: 1em;
  padding-top: 30px;
  line-height: 30px;
}

/*ネプチューン用追加 */
.tel_area {
  background-color: #002565;
  width: 100%;
  padding: 50px 0;
  padding-top: 75px;
  text-align: center;
}

.tel_area p {
  display: inline-block;
}

.tel_area span {
  background-color: #fff;
  padding: 20px 50px;
  text-align: center;
  color: #002565;
}

.tel_area a {
  display: inline-block;
  color: #fff;
  padding-top: 50px;
  font-size: 50px;
}

.wave {
  margin-top: -20px;
  z-index: 20;
  position: relative;
}

.wave2 {
  width: 60%;
  padding-top: 10px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.wave2 img {
  width: 100%;
}

.top-frame {
  padding: 0 10%;
}

.slider div {
  width: 100%;
}

.slider img {
  width: 100%;
}


.section8 p {
  display: block;
}

.section8 p:nth-child(4) {
  margin-top: 30px;
}

.section8 h3 {
  font-size: 2em;
}

.section8 span {
  background-color: #002565;
  padding: 20px 50px;
  text-align: center;
  color: #fff;
}

.section8 a {
  display: inline-block;
  color: #002565;
  padding-top: 50px;
  font-size: 50px;
}

.section9 {
  background-color: #002565;
  width: 100%;
  color: #fff;
  padding: 30px 0;
  margin-top: 20px;
}

.section9 a {
  color: #fff;
  display: block;
}

.fadeIn {
  transition: 1s;
  opacity: 0;
}

.fadeIn.animated {
  opacity: 1;
}

.pc-top {
  display: block !important;
}

.sp-top {
  display: none !important;
}

.about_cap {
  text-align: center;
  background-image: url(cmn/img/about_cap.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 60px;
}

.about_cap h2 {
  font-size: 20px;
  letter-spacing: 2.5px;
  line-height: 40px;
}

.about_cap span {
  font-size: 30px;
  letter-spacing: 2.5px;

}

.about_sec2 {
  text-align: center;
}

.about_sec2 p {
  letter-spacing: 2px;
  line-height: 30px;
}

.about_facility {
  padding: 30px 0;
  padding-top: 80px;
}

.about_facility p {
  text-align: center;
  font-size: 1.7em;
  font-weight: 700;
}

.about_facility_flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
  flex-wrap: wrap;

}

.about_facility_item {
  width: 45%;
}

.about_facility_item img {
  width: 100%;

}

.about_facility_item_inner {
  padding: 10px 30px;

}

.about_facility_item p {
  text-align: center;
  font-size: 25px;
  padding-top: 10px;
}

.tourokuhyou {
  width: 50%;
  margin: 0 auto;
}

.tourokuhyou img {
  width: 100%;
}

.gyoumukitei {
  width: 30%;
  margin: 0 auto;
}

.gyoumukitei img {
  width: 100%;
}

@media screen and (max-width:769px) {
  .pc-top {
    display: none !important;
  }

  .sp-top {
    display: block !important;
  }

  .section1_ab {
    top: 20%;
    width: 100%;
  }

  .section1_ab h2 {
    font-size: 18px;
    line-height: 30px;
  }

  .section2 p:nth-child(2) {
    font-size: 12px;
    line-height: 1.75;
  }

  .section8 a {
    font-size: 32px;
  }

  footer p:nth-child(2) {
    font-size: 20px;
  }

  .section9 a {
    font-size: 15px;
  }

  .footer_logo {
    width: 50PX;
  }

  .tel_area a {
    font-size: 32px;
  }

  .top-frame {
    padding: 0 3%;
  }

  .top-frame iframe {
    height: 450px;
  }

  .section7 h3 {
    font-size: 20px;
  }

  .section6 h3 {
    font-size: 20px;
  }

  .section8-sp {
    margin-bottom: -50px;
  }

  .section8 h3 {
    font-size: 20px;
  }

  .section2 p:nth-child(1) .txt-s {
    text-align: center;
    font-size: .6em;
    color: #00a0e9;
    display: block;
  }

  .section2 p:nth-child(1) {
    font-size: 31px;
    line-height: 1.2;
  }

  .section6_1 iframe {
    height: 300px;
  }

  .section6_1 {
    height: auto;
  }

  .section3_1 p {
    font-size: 20px;
    padding: 0;
  }

  .wave2 {
    padding-top: 0;
  }

  .about_cap {
    padding-bottom: 20px;
    margin-bottom: 0;
  }

  .about_cap h2 {
    font-size: 16px;
  }

  .about_cap span {
    font-size: 20px;
  }

  .about_sec2 p {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 30px;
  }

  .about_facility {
    padding: 30px 0;
  }

  .about_facility p {
    text-align: center;
    font-size: 20px;
  }

  .about_facility_flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;

  }

  .about_facility_item {
    width: 100%;
  }

  .about_facility_item img {
    width: 100%;

  }

  .about_facility_item_inner {
    padding: 10px 30px;

  }

  .about_facility_item p {
    text-align: center;
    font-size: 16px;
    padding-top: 10px;
  }

  .tourokuhyou {
    width: 80%;
    margin: 0 auto;
  }

  .tourokuhyou img {
    width: 100%;
  }

  .gyoumukitei {
    width: 80%;
    margin: 0 auto;
    margin-top: -10px;
  }

  .gyoumukitei img {
    width: 100%;
  }

  footer p:nth-child(3) {
    margin-top: 0;
  }

}

.neptune-img img:nth-child(1) {
  width: auto;
  position: absolute;
  bottom: 25%;
  left: 5%;
  animation: img1 .7s forwards;
  animation-delay: 1.5s;
  opacity: 0;
}

.neptune-img img:nth-child(2) {
  width: auto;
  position: absolute;
  top: 20%;
  left: 16%;
  animation: img2 .7s forwards;
  animation-delay: 1.7s;
  opacity: 0;
}

.neptune-img img:nth-child(3) {
  width: auto;
  position: absolute;
  top: 7%;
  right: 12%;
  animation: img3 .7s forwards;
  animation-delay: 1.9s;
  opacity: 0;
}

.neptune-img img:nth-child(4) {
  width: auto;
  position: absolute;
  bottom: 38%;
  right: 5%;
  animation: img4 .7s forwards;
  animation-delay: 2.2s;
  opacity: 0;
}

@media screen and (max-width:1600px) {
  .neptune-img img:nth-child(1) {
    width: 250px;
    bottom: 30%;
    left: 5%;
  }

  .neptune-img img:nth-child(2) {
    width: 150px;
    top: 20%;
    left: 16%;
  }

  .neptune-img img:nth-child(3) {
    width: 200px;
    top: 7%;
    right: 12%;
  }

  .neptune-img img:nth-child(4) {
    width: 150px;
    bottom: 38%;
    right: 5%;
  }
}

@media screen and (max-width:1200px) {
  .neptune-img img:nth-child(1) {
    width: 200px;
    bottom: 30%;
    left: 5%;
  }

  .neptune-img img:nth-child(2) {
    width: 150px;
    top: 10%;
    left: 16%;
  }

  .neptune-img img:nth-child(3) {
    width: 150px;
    top: 7%;
    right: 12%;
  }

  .neptune-img img:nth-child(4) {
    width: 100px;
    bottom: 38%;
    right: 5%;
  }
}

@media screen and (max-width:1050px) {
  .neptune-img img:nth-child(1) {
    width: 150px;
    bottom: 30%;
    left: 2%;
  }

  .neptune-img img:nth-child(2) {
    width: 150px;
    top: 10%;
    left: 10%;
  }

  .neptune-img img:nth-child(3) {
    width: 150px;
    top: 7%;
    right: 7%;
  }

  .neptune-img img:nth-child(4) {
    width: 100px;
    bottom: 40%;
    right: 5%;
  }
}

@media screen and (max-width:768px) {
  .neptune-img img:nth-child(1) {
    display: none;
  }

  .neptune-img img:nth-child(2) {
    display: none;
  }

  .neptune-img img:nth-child(3) {
    display: none;
  }

  .neptune-img img:nth-child(4) {
    display: none;
  }
}

@keyframes img1 {
  from {
    opacity: 0;
    transform: translateY(20px) scale(1.05);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes img2 {
  from {
    opacity: 0;
    transform: translateY(20px) scale(1.05);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes img3 {
  from {
    opacity: 0;
    transform: translateY(20px) scale(1.05);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes img4 {
  from {
    opacity: 0;
    transform: translateY(20px) scale(1.05);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

/* 画像の高さを指定し、object-fitを適用 */
.slick-slide img {
  height: 300px;
  /* 好みの高さに変更してください */
  width: 100%;
  object-fit: cover;
  /* 画像をボックスにフィットさせる */
}

/* スライダーのコンテナにも同じ高さを適用 */
.slick-list {
  height: 300px;
  /* 好みの高さに変更してください */
}

@media screen and (max-width:500px) {

  /* 画像の高さを指定し、object-fitを適用 */
  .slick-slide img {
    height: 150px;
    /* 好みの高さに変更してください */
    width: 100%;
    object-fit: cover;
    /* 画像をボックスにフィットさせる */
  }

  /* スライダーのコンテナにも同じ高さを適用 */
  .slick-list {
    height: 150px;
    /* 好みの高さに変更してください */
  }
}

@media screen and (max-width:500px) {
  #gloval-nav {
    font-size: 1em;
  }
}

.sns-link{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.sns-link a {
  padding-top: 0;
}

.sns-link img {
  width: 30px;
  margin: 0 25px;
}

#warningBox {
display:none!important;
}

.line{
  width: 20%;
  margin: 0 auto;
  padding-bottom: 50px;
}

.line img{
  width: 100%;
}
#notice{
  padding: 5px 10%;
}

.sp_fix{
  position: fixed;
  bottom: 20px;
  width: 100%;
}

.sp_flex{
  width: 90%;
  margin: 0 auto;
  display:flex;
  justify-content: center;
}


.sp_item{
  width: 30%;
  text-align: center;
  color: #fff;
  background-color: #808080;
  padding: 10px 3px;
}
.sp_item a{
  color: #fff;
}

.sp_item:nth-child(1){
  border-right: solid 2px #fff;
}
.sp_item:nth-child(2){
  border-right: solid 2px #fff;
}
