@charset "utf-8";

/* --------------------------------------------------- */
/* PageBody */
/* --------------------------------------------------- */
/* lead */
/* --------------------------------------------------- */
#pgbody #lead {
  position: relative;
  z-index: 5;
}
#pgbody #lead.contents { max-width: 760px; }
#pgbody #lead h2 {
  color: #7bb2b7;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
#pgbody #lead p {
/* 背景色変更に伴う文字色変更　20250610 update start*/
/*color: #fff;*/
  color: #000;
/* 背景色変更に伴う文字色変更　20250610 update end*/
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  #pgbody #lead h2 { font-size: 2.4rem; }
}
@media screen and (max-width: 419px) {
  #pgbody #lead h2 { font-size: 2.0rem; }
  #pgbody #lead p { font-size: 1.4rem; }
}


/* --------------------------------------------------- */
/* gallery */
/* --------------------------------------------------- */
#pgbody .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px auto 0;
  width: 96%;
  max-width: 990px;
}
#pgbody .gallery > div {
  margin: 30px 1.5% 0;
  width: 30%;
/* 画像が隠れないよう対応　20250618 add start*/
  z-index: 3;
/* 画像が隠れないよう対応　20250618 add end*/
}
#pgbody .gallery figure img { width: 100%; height: auto; }
#pgbody .gallery figcaption {
  margin-top: 10px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  #pgbody .gallery {
    justify-content: left;
    width: 94%;
  }
  #pgbody .gallery > div {
    margin: 30px 2% 0;
    width: 46%;
  }
  #pgbody .gallery figcaption { margin-top: 8px; }

}
@media screen and (max-width: 419px) {
  #pgbody .gallery { margin: 10px auto 0; width: 90%; }
  #pgbody .gallery > div {
    margin: 30px 0 0;
    width: 100%;
  }
  #pgbody .gallery figcaption { margin-top: 5px; }
}

/* Complement */
/* --------------------------------------------------- */
#pgbody .complement .contents { max-width: 760px; }

#pgbody .complement p { 
	color: #000;
	font-size: 1.6rem;
}

/* 背景色変更に伴う文字色変更　20250610 update end*/
#pgbody .complement p a { text-decoration: underline; }
#pgbody .complement .btn {
  margin: 40px auto 0;
  width: 200px;
}
#pgbody .complement .btn.pdf span {
  padding-right: 32px;
  font-size: 1.6rem;
  background-image: url('../image/common/pdf.png');
  background-repeat: no-repeat;
  background-size: auto 60%;
  background-position: 100% 50%;
}

@media screen and (max-width: 419px) {
  #pgbody .complement p { font-size: 1.4rem; }
}


/* --------------------------------------------------- */
/* Price */
/* --------------------------------------------------- */
#price .contents {
  display: flex;
  justify-content: space-between;
}
#price .contents  > div {
  width: 47%;
/* 文字が隠れないよう対応　20250618 add start*/
  z-index: 3;
/* 文字が隠れないよう対応　20250618 add end*/
}
#price h2 {
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.6rem;
  line-height: 3.0;
  text-align: center;
}
#price p {
  margin-top: 20px;
/* 背景色変更に伴う文字色変更　20250610 update start*/
/*   color: #fff; */
  color: #000;	
/* 背景色変更に伴う文字色変更　20250610 update end*/
  font-size: 1.6rem;
}
#price p a { text-decoration: underline; }
/* 文字が隠れないよう対応　20250618 add start*/
#price font {  z-index: 3;}
/* 文字が隠れないよう対応　20250618 add end*/

@media screen and (max-width: 767px) {
  #price .contents { flex-direction: column; }
  #price .contents  > div { width: 100%; }
  #price .contents  > div + div { margin-top: 40px; }
}
@media screen and (max-width: 419px) {
  #price .contents  > div + div { margin-top: 40px; }
  #price p {
    margin-top: 18px;
    font-size: 1.4rem;
  }
}


/* --------------------------------------------------- */
/* Event & News */
/* --------------------------------------------------- */
#pgbody .headline {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 760px;
  z-index: 5;
}
#pgbody .headline h2 {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.2;
}
#pgbody .headline h2 + p {
  color: #fff;
  font-size: 1.6rem;
}
#pgbody .headline archive {
  position: relative;
  border-top: 1px solid #333;
}
#pgbody .headline archive > div > a {
  display: block;
  padding: 10px 0;
  color: #fff;
  border-bottom: 1px solid #333;
 }
#pgbody .headline archive .postdate {
  position: relative;
  font-size: 1.4rem;
  line-height: 16px;
}
#pgbody #event.headline .postdate {
  font-size: 1.6rem;
  font-weight: 900;
}
#pgbody .headline archive h3 {
  margin-top: 5px;
  font-size: 1.4rem;
  transition: all .3s;
}
#pgbody .headline archive .tags {
  display: table;
  width: 100%;
}
#pgbody .headline archive .tags span {
  display: inline-block;
  margin: 4px 4px 0 0;
  padding: 0 6px;
  background-color: #999;
  border-radius: 2px;
  color: #111;
  font-size: 1.0rem;
  line-height: 16px;
}

/* ボタン */
#pgbody .headline .btn-area { text-align: right; }
#pgbody .headline .btn-area .btn {
  display: inline-block;
  margin-top: 15px;
}





/* --------------------------------------------------- */
/* コクゲキ */
/* --------------------------------------------------- */
#kokugeki #pghead.type-a { background-image: url('../image/kokugeki/pghead.jpg'); }
#kokugeki #pghead.type-a .cathead h2,
#kokugeki #pghead.type-a .cathead p,
#kokugeki #pghead.type-a ul li a,
#kokugeki #pgbody #lead h2,
#kokugeki #pgbody .headline h2,
#kokugeki #pgbody .headline h2 + p { color: #7bb2b7; }
#kokugeki #pgbody .gallery figcaption { color: #7bb2b7; }
#kokugeki #pgbody #price h2 {
  border-color: #7bb2b7;
  color: #7bb2b7;
}
.pcmode #kokugeki #pgbody .headline archive a:hover h3 { color: #7bb2b7; }


/* --------------------------------------------------- */
/* トレーニングジム */
/* --------------------------------------------------- */
#gym #pghead.type-a { background-image: url('../image/gym/pghead.jpg'); }
#gym #pghead.type-a .cathead h2,
#gym #pghead.type-a .cathead p,
#gym #pghead.type-a ul li a,
#gym #pgbody #lead h2,
#gym #pgbody .headline h2,
#gym #pgbody .headline h2 + p { color: #a4bda2; }
#gym #pgbody .gallery figcaption { color: #a4bda2; }
#gym #pgbody #price h2 {
  border-color: #a4bda2;
  color: #a4bda2;
}
.pcmode #gym #pgbody .headline archive a:hover h3 { color: #a4bda2; }


/* --------------------------------------------------- */
/* SIL */
/* --------------------------------------------------- */
#sil #pghead.type-a { background-image: url('../image/sil/pghead.jpg'); }
#sil #pghead.type-a .cathead h2,
#sil #pghead.type-a .cathead p,
#sil #pghead.type-a ul li a,
#sil #pgbody #lead h2,
#sil #pgbody .headline h2,
#sil #pgbody .headline h2 + p { color: #7fb09a; }
#sil #pgbody .gallery figcaption { color: #7fb09a; }
#sil #pgbody #price h2 {
  border-color: #7fb09a;
  color: #7fb09a;
}
.pcmode #sil #pgbody .headline archive a:hover h3 { color: #7fb09a; }


/* --------------------------------------------------- */
/* BasicBreakPoint */
/* --------------------------------------------------- */
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 419px) {
}