
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");

@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

.w1p {
  width: 10% !important;
}

.w2p {
  width: 20% !important;
}

.w3p {
  width: 30% !important;
}

.w4p {
  width: 40% !important;
}

.w5p {
  width: 50% !important;
}

.w6p {
  width: 60% !important;
}

.w7p {
  width: 70% !important;
}

.w8p {
  width: 80% !important;
}

.w9p {
  width: 90% !important;
}

.w10p {
  width: 100% !important;
}

.fw {
  font-weight: bold !important;
}

.cred {
  color: #c00 !important;
}

@media screen and (max-width: 767px) {
  .hide-sp {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .hide-pc {
    display: none !important;
  }
}

.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tdu {
  text-decoration: underline;
}

.oh {
  overflow: hidden;
}

.vm {
  vertical-align: middle !important;
}

.fsi {
  font-style: italic !important;
}

html {
  color: #000;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
  font-size: 62.5%;
}

body {
  line-height: 1.75;
  font-size: 14px;
  font-size: 1.4rem;
}
body .top.clearfix::after {/* 20231205 SP表示Gヘッダーのカラム落ち防止のため追加 */
  font-size: 0;
}
@media print, screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
    min-width: 1020px;
  }
}

/* link style */
a:link {
  color: #98117e;
  text-decoration: none;
}

a:visited {
  color: #98117e;
  text-decoration: none;
}

a:hover, a:active {
  color: #98117e;
  text-decoration: underline;
}

[data-fixed] {
  padding: 0 15px;
}

@media print, screen and (min-width: 768px) {
  [data-fixed] {
    width: 980px;
    margin: 0 auto;
    padding: 0;
  }
}

.area-card {
  padding: 30px 0 30px;
}

@media print, screen and (min-width: 768px) {
  .area-card {
    padding: 40px 0 80px;
  }
}

@media print, screen and (min-width: 768px) {
  .area-card .card-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.area-card .card-list {
  gap: 30px 60px;
}

@media print, screen and (min-width: 768px) {
  .area-card .card-list li {
    width: 460px;
    display: flex;
    flex-direction: column;
  }
  .area-card .card-list li a {
    flex-grow: 2;
    display: flex;
    flex-direction: column;
  }
  .area-card .card-list li .list-info {
    flex-grow: 2;
  }
  /* .area-card .card-list li:nth-child(even) {
    margin-left: 60px;
  }
  .area-card .card-list li:nth-child(2) {
    margin-top: 0;
  } */
}

.area-card .card-list li .list-type {
  color: #4e4744;
  font-weight: bold;
  margin: 0 auto;
  width: min(100%, 250px);
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  .area-card .card-list li .list-type {
    font-size: 1.4rem;
  }
}

.area-card .card-list li .list-type .type-label {
  display: inline-block;
  border: 1px solid #4e4744;
  padding: 6px 7px 5px;
  border-radius: 5px;
}

@media print, screen and (min-width: 768px) {
  .area-card .card-list li .list-type .type-label {
    padding: 8px 12px 7px;
    border-radius: 8px;
  }
}

.area-card .card-list li .list-type .type-label.label-b {
  background: #4e4744;
  color: #ffffff;
}

.area-card .card-list li .list-img {
  margin-top: 15px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .area-card .card-list li .list-img {
    margin-top: 20px;
  }
}

.area-card .card-list li .list-img img {
  width: 100%;
  max-width: 250px;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="10" /><feOffset dx="1" dy="6" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.05)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 5px 10px 0px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0px 5px 10px 0px rgba(0, 0, 0, 0.05));
}

.area-card .card-list li .list-info {
  margin: -50px -15px 0;
  background: #f7f7f7;
  padding: 65px 15px 15px;
}

@media print, screen and (min-width: 768px) {
  .area-card .card-list li .list-info {
    margin: -60px 0 0;
    padding: 85px 15px 20px;
  }
}

.area-card .card-list li .list-info dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .area-card .card-list li .list-info dt {
    font-size: 1.8rem;
  }
}

.area-card .card-list li .list-info dd {
  text-align: center;
  /* ↓202505年会費改変用 */
  margin-inline: auto;
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
}
@media print, screen and (max-width: 767px) {
  .area-card .card-list li + li {
    margin-top: 30px;
  }
}


@media print, screen and (min-width: 768px) {
  .area-card .card-list li .ul-att {
    font-size: 1.4rem;
  }
}

.area-card .card-list li .ul-att li {
  width: auto;
}

.area-card .card-list li .ul-att li + li {
  margin-top: 0;
}

.area-card .card-list li .ul-att li:nth-child(even) {
  margin-left: 0;
}

.area-subt {
  background: #1271cd;
  padding: 7px 0 8px;
}

@media print, screen and (min-width: 768px) {
  .area-subt {
    padding: 20px 0 20px;
  }
}

.area-subt h2 {
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .area-subt h2 {
    font-size: 2.6rem;
    text-align: center;
    letter-spacing: +0.05em;
  }
}

.area-cnt {
  padding: 20px 0 30px;
}

@media print, screen and (min-width: 768px) {
  .area-cnt {
    padding: 60px 0 80px;
  }
}

.area-cnt > [data-fixed] > *:first-child {
  margin-top: 0;
}

.area-cnt.bg-gr {
  background: #eefafe;
}

.h3-def {
  margin-top: 20px;
  color: #1271cd;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .h3-def {
    margin-top: 30px;
    font-size: 2.4rem;
  }
}

.h3-def:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 2px;
  background: #1271cd;
}

.p-txt {
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .p-txt {
    margin-top: 30px;
  }
}

.p-att {
  margin-top: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  padding-left: 2.3em;
}

@media print, screen and (min-width: 768px) {
  .p-att {
    font-size: 1.4rem;
  }
}

.p-att .att-num {
  position: absolute;
  left: 0px;
  top: 0px;
}

.p-btn {
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .p-btn {
    margin-top: 30px;
  }
}

.p-btn .btn-link {
  display: block;
  background: #f57800;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 4px;
  padding: 10px 10px 12px;
  border: 2px solid #f57800;
}

@media print, screen and (min-width: 768px) {
  .p-btn .btn-link {
    display: inline-block;
    font-size: 2.0rem;
    min-width: 400px;
  }
}

[data-whatinput="keyboard"] .p-btn .btn-link:focus {
  background: #ffffff;
  color: #000;
}

@media print, screen and (min-width: 768px) {
  .p-btn .btn-link:hover {
    background: #ffffff;
    color: #000;
  }
}

.list-def {
  margin-top: 15px;
}

.list-def li {
  position: relative;
  padding-left: 15px;
}

.list-def li:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #1271cd;
  border-radius: 50%;
  position: absolute;
  top: 0.75em;
  left: 3px;
}

/* @media print, screen and (min-width: 768px) {
  .list-def li:before {
    top: 0.6em;
  }
} */

.list-def li + li {
  margin-top: 5px;
}

.firstfreecam {
  text-align: left;
  margin-top: 10px;
}

.ul-att {
  box-sizing: border-box;
  margin: 10px 10px 0;
  padding: 0;
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  text-align: left;
}

.ul-att li {
  box-sizing: border-box;
  display: block;
  padding-left: 1.2em;
  line-height: 1.6;
  position: relative;
  list-style: none !important;
  margin-left: 0;
}

.ul-att li:before {
  content: "\203B";
  display: block;
  position: absolute;
  vertical-align: top;
  top: 0;
  left: 0 !important;
  width: auto;
  height: auto;
  border-radius: 50%;
  background: transparent;
}

/* content style */
#l-content .content-main {
  position: relative;
}
#l-content {
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  #l-content .content-main {
    background: url(../saison_img/main_img_bg.jpg) top center repeat-x;
  }
}

#l-content .content-main h1 {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-main h1 {
    height: 390px;
    background: url(../saison_img/main_img_pc.jpg) top center no-repeat;
  }
}

#l-content .content-main h1 img {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-main h1 img {
    display: none;
  }
}

#l-content .content-main .main-btn {
  position: absolute;
  text-align: center;
  top: 78%;
  left: 30px;
  right: 30px;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-main .main-btn {
    top: 73%;
    left: 50%;
    right: auto;
    margin-left: 6px;
  }
}

#l-content .content-main .main-btn a {
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-main .main-btn a {
    width: 280px;
    height: 45px;
    background: url(../saison_img/main_btn_pc.png) center no-repeat;
  }
  #l-content .content-main .main-btn a img {
    display: none;
  }
}

#l-content .content-catch {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-catch {
    margin-top: 40px;
  }
}

#l-content .content-catch .catch-txt {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  color: #1271cd;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  #l-content .content-catch .catch-txt {
    font-size: 2.4rem;
  }
}

/* footer style */
#l-footer {
  background: #636363;
  color: #ffffff;
  padding: 10px 0;
}

@media print, screen and (min-width: 768px) {
  #l-footer {
    padding: 20px 0;
  }
}

#l-footer .footer-copy {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}

/* print style */
@media print {
  html {
    background: none;
  }
  body {
    padding: 0;
    background: none;
  }
}
