@charset "utf-8";
/* CSS Document */
/* ---------- トップ ---------- */
.section-top {
  height: 800px;
  width: 80vw;
  position: relative;
}
.section-top h1 {
  position: absolute;
  font-size: 3.0rem;
  top: 150px;
  right: 150px;
}
.section-top h2 {
  position: absolute;
  font-size: 2.0rem;
  top: 200px;
  right: 150px;
  font-family: "Segoe Script";
  opacity: 0.5;
}
.section-top img {
  height: 800px;
  width: 80vw;
  object-fit: cover;
  vertical-align: top;
}
@media(max-width:1200px) {
  .section-top {
    width: 100%;
    height: 500px;
  }
  .section-top h1 {
    font-size: 2.4rem;
    top: 170px;
    right: 50px;
  }
  .section-top h2 {
    font-size: 1.5rem;
    top: 200px;
    right: 50px;
  }
  .section-top img {
    height: 500px;
    width: 100%;
  }
}
@media(max-width:550px) {
  .section-top h1 {
    font-size: 1.8rem;
    top: 130px;
    right: 20px;
  }
  .section-top h2 {
    font-size: 1.0rem;
    top: 160px;
    right: 20px;
  }
  .section-top img {
    object-position: 25% 75%;
  }
}
/* ---------- トップ　エフェクト ---------- */
.shapedividers_com-2568 {
  overflow: hidden;
  position: relative;
}
.shapedividers_com-2568::before {
  content: '';
  font-family: 'shape divider from ShapeDividers.com';
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  top: -1px;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 44px;
  background-position: 50% 100%;
  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z" fill="%23fcfcfc"/><path d="M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z" opacity=".5" fill="%23fcfcfc"/><path d="M35.28.31c-2.57.84-7.68.3-11.8.43-4.1.12-6.85.61-9.57.28C11.18.69 8.3-.16 5.3.02 2.3.22.57.85 0 .87v1.2h35.28z" opacity=".5" fill="%23fcfcfc"/></svg>');
}
@media (min-width:800px) {
  .shapedividers_com-2568::before {
    background-size: 100% 62px;
    background-position: 50% 100%;
  }
}
@media (min-width:1200px) {
  .shapedividers_com-2568::before {
    bottom: -0.1vw;
    left: -0.1vw;
    right: -0.1vw;
    top: -0.1vw;
    background-size: 166% 141px;
    background-position: 50% 100%;
  }
}
/* ---------- お知らせ ---------- */
.section-news {
  width: 400px;
  height: 200px;
  background-color: #f6f8f3;
  border-radius: 10px;
  padding: 30px;
  position: absolute;
  top: 600px;
  right: 80px;
  text-align: left;
  z-index: 99;
}
.section-news h1 {
  margin-bottom: 20px;
}
.section-news p {
  margin: 20px;
}
.section-news__link img {
  display: block;
  margin-left: auto;
}
.section-news__shell2 {
  height: 100px;
  position: absolute;
  top: -50px;
  right: 50px;
}
@media(max-width:1200px) {
  .section-news {
    position: static;
    margin: 50px auto;
    width: 80%;
    height: 100%;
    box-sizing: border-box;
  }
  .section-news h1 {
    margin-bottom: 10px;
  }
  .section-news__link img {
    width: 130px;
  }
  .section-news__shell2 {
    position: absolute;
    top: 530px;
    right: 15%;
  }
}
/* ---------- オカヤドカリとは？ ---------- */
.section-yadokari {
  width: 100%;
  margin: 0 auto;
  height: auto;
  padding: 160px 0;
  position: relative;
}
.section-yadokari a {
  text-decoration: none;
  color: #433b34;
}
.section-yadokari p {
  margin: 60px auto 240px;
}
.section-yadokari__waveline {
  position: relative;
  top: -420px;
  left: -60px;
}
.section-yadokari__illust {
  position: relative;
  top: -400px;
  height: 120px;
}
.section-yadokari ul {
  list-style: none;
  margin: -300px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section-yadokari ul li {
  width: 300px;
  height: 270px;
  margin: 30px 50px;
  background-color: #f6f8f3;
  border-radius: 10px;
}
.section-yadokari ul li h1 {
  margin: 20px 0 30px;
}
.section-yadokari ul li img {
  height: 150px;
  width: 240px;
  border-radius: 5px;
  object-fit: cover;
  margin: 30px 0 0 0;
  vertical-align: bottom;
}
@media(max-width:1200px) {
  .section-yadokari {
    width: 80%;
    padding: 60px 0 80px;
  }
  .section-yadokari p {
    margin: 40px auto 240px;
  }
  .section-yadokari__waveline {
    height: 250px;
    top: -390px;
    left: -20px;
  }
  .section-yadokari__illust {
    height: 100px;
  }
  .section-yadokari ul li {
    width: 260px;
    height: 230px;
    margin: 20px 20px;
    background-color: #f6f8f3;
    border-radius: 10px;
  }
  .section-yadokari ul li h1 {
    margin: 20px 0 30px;
  }
  .section-yadokari ul li img {
    height: 120px;
    width: 200px;
  }

}
@media(max-width:800px) {
  .section-yadokari__waveline {
    display: none;
  }
  .section-yadokari__illust {
    height: 80px;
    display: block;
    top: -200px;
    margin-left: auto;
  }
  .section-yadokari ul {
    margin: -200px auto 0;
  }
}
/* ---------- 活動内容 ---------- */
.section-action {
  width: 100%;
  height: 1300px;
  background-color: #f6f8f3;
  position: relative;
}
.section-action h2 {
  padding-top: 120px;
}
.section-action ul {
  list-style: none;
  max-width: 800px;
  margin: 0 auto;
}
.section-action ul li {
  position: relative;
}
.section-action ul li:first-child {
  margin: 80px auto -100px;
}
.section-action__photo {
  width: 500px;
  height: 350px;
  position: relative;
  left: -150px;
}
.section-action__photo img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  vertical-align: bottom;
}
.section-action__shell2 {
  height: 90px;
  position: absolute;
  right: 60px;
}
.section-action__shell3 {
  height: 80px;
  position: absolute;
  transform: rotate(0.1turn);
  top: 80px;
  right: 30px;
}
.section-action__text {
  width: 330px;
  height: 200px;
  background-color: rgba(252, 252, 252, 0.8);
  border-radius: 10px;
  padding: 30px 50px 50px;
  position: relative;
  top: -130px;
  left: 300px;
}
.section-action__text h1 {
  margin-bottom: 20px;
}
.section-action__text p {
  text-align: left;
  margin-bottom: 10px;
}
.section-action__link {
  width: 130px;
  position: absolute;
  right: -30px;
  bottom: 30px;
}
.section-action__starfish {
  height: 60px;
  position: absolute;
  transform: rotate(0.5turn);
  top: -140px;
  right: 100px;
}
.section-action__kelp {
  height: 130px;
  position: absolute;
  top: 80px;
  left: -280px;
}
@media(max-width:1200px) {
  .section-action__link img {
    width: 130px;
  }
  .section-action__photo {
    width: 500px;
    height: 350px;
    position: relative;
    left: -150px;
  }
  .section-action__photo img {
    width: 100%;
    height: 350px;
  }
}
@media(max-width:800px) {
  .section-action {
    width: 100%;
  }
  .section-action h2 {
    padding-top: 80px;
  }
  .section-action__text {
    width: 80%;
    margin: 0 auto;
    height: 100%;
    padding: 30px 50px 70px;
    position: relative;
    top: -150px;
    left: 0;
    box-sizing: border-box;
  }
  .section-action__shell2 {
    top: 0px;
    right: 70px;
  }
  .section-action__shell3 {
    top: 80px;
    right: 50px;
  }
  .section-action__starfish {
    top: -100px;
    right: 20px;
  }
  .section-action__kelp {
    height: 100px;
    top: 200px;
    left: -20px;
  }
}
/* ---------- 当会について ---------- */
.section-about {
  background-color: #f6f8f3;
  margin: 0 0 160px;
  padding: 160px 0 100px;
  height: 600px;
  width: 100%;
}
.section-about h1 {
  margin-bottom: 30px;
}
.section-about__org {
  background-color: #fcfcfc;
  border-radius: 10px;
  padding: 50px;
  margin: 0 auto;
  height: 430px;
  width: 600px;
  position: relative;
}
.section-about__org p {
  margin-bottom: 50px;
}
.section-about__org table {
  width: 500px;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 2.9rem;
}
.section-about__org table tr {
  border-bottom: solid 1px #01598A;
}
.section-about__org table tr:last-child {
  border-bottom: none;
}
.section-about__org table th {
  background-color: #53A6B8;
  color: #fcfcfc;
  font-weight: 400;
  padding: 10px;
}
.section-about__org table td {
  padding: 10px 30px;
  text-align: left;
  vertical-align: middle;
}
.section-about__org table a{
  color:#01598A;
  text-decoration: none;
}
.section-about__link {
  width: 130px;
  position: absolute;
  right: -30px;
  bottom: 30px;
}
@media(max-width:800px) {
  .section-about {
    margin: 0 0 160px;
    padding: 100px 0 80px;
    height: 100%;
  }
  .section-about__org {
    width: 80%;
    height: 100%;
    padding: 30px 30px 80px;
    box-sizing: border-box;
  }
  .section-about__org p {
    margin-bottom: 30px;
  }
  .section-about__org table {
    width: 100%;
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
}