@charset "UTF-8";
/* CSS Document */
/* ================== */
body {
  color: #0A1317;
  line-height: 1.5;
  background: #FFF;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
}

.overflow-hidden {
  overflow: hidden;
}

.ie8 body {
  min-width: 1000px;
}

/* -----------------------------------------
                   Clearfix 
   ----------------------------------------- */
ul:after,
li:after {
  content: "";
  display: table !important;
  float: none;
  clear: both;
}

/* Color -------------- */
/* Common -------------- */
img {
  width: 100%;
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  outline: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  letter-spacing: 0.75px;
}

p {
  font-size: 15px !important;
  line-height: 1.6;
}

h2, h3, h4, h5 {
  letter-spacing: 0.2px;
}

.sec-ttl {
  font-weight: 400;
  font-size: 18px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 0 auto 60px;
  line-height: 1.5;
}
.sec-ttl::after {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 3px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: -18px;
  background-color: #aed5f3;
}

/* speedo_swimclub_202308  -------------- */
.mysection {
  max-width: 900px;
  margin: 0 auto !important;
  padding: 50px 15px;
}

.lead {
  text-align: left;
  padding-bottom: 0;
}
.lead .main-copy h2 {
  margin: 0 0 30px;
}
.lead .main-copy h2 p {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
  padding: 0 5px;
  letter-spacing: 2;
}
.lead .main-copy h2 .eng {
  font-size: 20px !important;
  font-weight: 600 !important;
}
.lead .main-copy h2 .eng span {
  font-size: 14px;
  font-weight: normal;
}
.lead .main-copy h2 .date {
  font-size: 20px !important;
  font-weight: 400 !important;
}
.lead .main-copy h2 .jpn {
  font-size: 26px !important;
  font-weight: 400 !important;
}
.lead .main-copy h2 .jpn-second {
  font-size: 26px;
  font-weight: 600 !important;
}
.lead .main-copy h3 {
  border: 1px solid #2a3967;
  padding: 20px 5%;
  margin: 30px 0 60px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}
.lead .main-copy h3 .free {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  background-color: #2a3967;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
.lead .main-copy h3 .free p {
  line-height: 1.4;
  font-size: 20px !important;
  font-weight: 400;
}
.lead .main-copy h3 .free p span {
  font-size: 16px;
}
.lead .main-copy h3 .date {
  color: #2a3967;
  display: flex;
  align-items: end;
  margin-left: 15px;
  height: 70px;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
}
.lead .main-copy h3 .date .date-year {
  display: inline-block;
  vertical-align: bottom;
  font-size: 20px !important;
}
.lead .main-copy h3 .date .date-month {
  font-weight: 500 !important;
  font-size: 50px !important;
  line-height: 1;
}
.lead .main-copy h3 .date .date-month span {
  font-weight: lighter !important;
}
.lead .main-copy h3 .date .date-day {
  font-weight: lighter;
  letter-spacing: 1.5;
  line-height: 1;
  margin: 0 0 4px 5px;
}
.lead .main-copy .caption {
  font-size: 16px !important;
  line-height: 2;
}
.lead .info {
  border: 1px solid #2a3967;
  padding: 20px 0;
  margin: 40px auto;
}
.lead .info ul li {
  padding: 15px 20px;
}
.lead .info ul li .info-list-cont .info-ttl {
  display: inline-block;
  background-color: #2a3967;
  padding: 3px 10px;
  color: #fff;
  margin-bottom: 20px;
}
.lead .info ul li .info-list-cont .info-text .place-name {
  display: inline-block;
  font-size: 16px !important;
  font-weight: bold;
}
.lead .info ul li .info-list-cont .info-text .info-l-tel {
  width: -moz-fit-content;
  width: fit-content;
  display: inline;
  font-size: 18px;
  border-bottom: 1px solid #2a3967;
}
.lead .info ul li .info-list-cont .info-text .moreinfo-btn {
  font-size: 14px;
  margin-left: 15px;
  text-decoration: underline;
  display: inline;
}
.lead .info ul li .info-list-cont .info-text span {
  margin-top: 10px;
  display: block;
  font-size: 13px !important;
}
.lead .info ul li .info-list-cont .text-align-l {
  text-align: left !important;
}
.lead .info ul li ul {
  display: flex;
  flex-direction: column;
}
.guest {
  color: #0a1317;
}
.guest ul {
  display: grid;
  grid-template-columns: repeat(2, 40vw);
  vertical-align: top;
  -moz-column-gap: 5vw;
       column-gap: 5vw;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 60px;
  margin: 0 auto 60px;
  border-bottom: 1px dashed #EDEAF9;
}
.guest ul:last-child {
  padding-bottom: 0;
}
.guest ul::before {
  display: none !important;
}
.guest ul li {
  /*高さを制限しているコンテンツの要素*/
  /*グラデーションで隠す擬似要素*/
  /*クラス付与時のスタイル*/
  /*テキストのスタイル*/
  /*ボタンのスタイル*/
}
.guest ul li .container {
  position: relative;
  height: 500px;
  padding: 0 0 80px;
  margin: 0 auto;
  overflow: hidden;
  transition: 0.4s;
  box-sizing: border-box;
}
.guest ul li .container .sec-ttl {
  padding-top: 0;
}
.guest ul li .container:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(255, 255, 255) 70%, rgba(255, 255, 255, 0) 100%);
  background: #aed5f3;
  background: linear-gradient(0deg, #aed5f3 70%, rgba(32, 82, 143, 0) 100%);
  transition: 0.4s;
}
.guest ul li .container.active:before {
  opacity: 0;
  visibility: hidden;
}
.guest ul li .acordion-text {
  text-align: left;
  margin-top: 5px;
  font-size: 13px !important;
  line-height: 1.7 !important;
}
.guest ul li .seemore {
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  margin-right: 30%;
  bottom: 20px;
  width: 100px;
  height: 40px;
  cursor: pointer;
  border: none;
}
.guest ul li img {
  border-radius: 50%; /* 角丸半径を50%にする(=円形にする) */
  background-position: left top; /* 横長画像の左上を基準に表示 */
  display: block; /* 複数の画像を横に並べたい場合 */
}
.guest ul li p {
  text-align: center;
  margin-top: 15px;
  line-height: 2;
}
.guest ul li p span {
  display: block;
  font-size: 12px;
}
.guest ul:last-child {
  margin-bottom: 0;
  padding-top: 0;
  row-gap: 0;
  border-bottom: none;
}

.rules {
  background-color: #f6f6f6;
}
.rules .rules-cont {
  margin: 0px auto;
}
.rules .rules-cont ul {
  padding: 0 0 0 20px;
}
.rules .rules-cont ul li {
  line-height: 1.8;
  list-style: disc;
  font-size: 15px;
  margin-bottom: 10px;
}

.company .company-cont ul li {
  list-style: none;
  line-height: 2;
  font-size: 15px;
}
.company .company-cont ul .main-company {
  font-size: 16px;
}

.policy {
  background-color: #2a3967;
  color: #fff;
}
.policy .policy-cont {
  margin: 0px auto;
}
.policy .policy-cont .policy-ttl {
  margin: 15px 0;
  font-size: 15px !important;
  line-height: 1.8;
}
.policy .policy-cont .policy-ttl span {
  font-size: 13px;
}

@media only screen and (min-width: 760px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  body {
    font-size: 16px;
  }
  p {
    font-size: 15px !important;
  }
  .contentsHeader {
    max-width: 1200px;
    margin: 0 auto;
  }
  .mysection {
    padding: 60px 0;
    max-width: 1200px;
  }
  .lead {
    padding-bottom: 0;
  }
  .lead .main-copy {
    width: min(90%, 800px);
    margin: auto;
  }
  .lead .info {
    max-width: 800px;
    padding: 30px;
  }
  .lead .info ul {
    -moz-column-count: 2;
         column-count: 2;
  }
  .lead .info ul li {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    width: 100%;
    display: flex;
  }
  .lead .info ul li .info-list-cont {
    width: -moz-fit-content;
    width: fit-content;
  }
  .lead .info ul li:nth-child(odd) {
    background-color: unset;
  }
  .lead .info ul::before, .lead .info ul::after {
    content: none;
  }
  .guest ul {
    display: grid;
    grid-template-columns: repeat(3, 200px);
    -moz-column-gap: 40px;
         column-gap: 40px;
    grid-template-columns: repeat(2, 200px);
    align-items: center;
    row-gap: 0;
  }
  .guest li .container {
    height: 550px;
  }
  .guest li img {
    max-width: 215px;
  }
  .guest::after {
    content: none;
  }
  .rules {
    background-color: #f6f6f6;
  }
  .rules .rules-cont {
    max-width: 700px;
    margin: auto;
  }
  .company .company-cont {
    max-width: 700px;
    margin: auto;
  }
  .policy .policy-cont {
    max-width: 700px;
  }
}/*# sourceMappingURL=style.css.map */