@charset "utf-8";
* {
  padding: 0;
  margin: 0;
}

html {
  height: 100%;
}

body {
  color: #111;
  background-image: url(../);
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: "Rounded M+ 1c","メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  /*	font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;*/
  word-wrap: break-word;
  height: 100%;
}

.font_mincho {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.font_garamond {
  font-family: 'Cormorant Garamond', serif;
}

.font_raleway {
  font-family: 'Raleway', sans-serif;
}

section, article {
  display: block;
}

img {
  vertical-align: top;
}

a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  transition: 0.2s linear;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

strong {
  font-weight: normal;
}

li {
  list-style-type: none;
}

a {
  color: #0066CC;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  transition: 0.2s linear;
}

a:hover {
  color: #0099CC;
  text-decoration: none;
}

table {
  border-collapse: collapse;
}

table td {
  border-collapse: collapse;
}

.table_image {
  max-width: 100%;
  max-height: 100%;
}

.clfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.timeline {
  display: flex;
  margin-bottom: 20px;
}

.twitter-timeline {
  width: 50%;
  margin-right: 10px;
}

.instagram-timeline {
  width: 50%;
  margin-left: 10px;
}


/*
ヘッダー
-------------------------------------------*/

header {
  width: 100%;
  background-color: #000000;
  position: fixed;
  z-index: 300;
}

header h1 a img {
  display: block;
  position: absolute;
  top: 0px;
  max-width: 230px
}

header .h_btn a {
  display: block;
  text-align: center;
  position: absolute;
  text-decoration: none;
  color: #ffffff;
  letter-spacing: 1px;
  border: 1px solid #ffffff;
}

header .h_btn2 a {
  display: block;
  text-align: center;
  position: absolute;
  text-decoration: none;
  color: #ffffff;
  letter-spacing: 1px;
  border: 1px solid #ffffff;
}

header .h_btn3 a {
  display: block;
  text-align: center;
  position: absolute;
  text-decoration: none;
  color: #ffffff;
  letter-spacing: 1px;
  border: 1px solid #ffffff;
}

header .h_btn a:hover {
  color: #000000;
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
  border: 1px solid #FFF;
}

header .h_btn2 a:hover {
  color: #000000;
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
  border: 1px solid #FFF;
}

header .h_btn3 a:hover {
  color: #000000;
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
  border: 1px solid #FFF;
}

header .h_tel a {
  display: block;
  text-align: center;
  position: absolute;
  text-decoration: none;
  color: #ffffff;
  letter-spacing: 0px;
}

header .h_btn a i, header .h_btn2 a i, header .h_btn3 a i,header .h_tel a i {
  padding-left: 5px;
  padding-right: 5px;
}

#g_navi ul li a {
  background-color: #000000;
}

#g_navi ul li a.ac_menu {
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
  overflow: hidden;
}

.pankuzu {
  background-color: #000000;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 10px;
  color: #ffffff;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  border-top-width: 0px;
  border-top-style: solid;
  border-top-color: #ffffff;
}

.pankuzu ul {
  width: 96%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.pankuzu li {
  color: #ffffff;
  display: inline-block;
}

.pankuzu li a {
  text-decoration: none;
  color: #ffffff;
}

.pankuzu li a::after {
  content: ">";
  padding-left: 10px;
  padding-right: 10px;
}

.pankuzu li a:hover {
  color: #ffffff;
}

.pankuzu li i {
  padding-right: 5px;
}


/*
メインコンテンツ
-------------------------------------------*/
.blink {
  color: rgb(255, 0, 0)!important; /* 確実に赤色を適用 */
  font-weight: bold; /* 太字 */
  animation: blink-animation 1s steps(2, start) infinite; /* 点滅アニメーション */
}

@keyframes blink-animation {
  50% {
    opacity: 0; /* 半透明で消える */
  }
}

.content {
  width: 100%;
  background-color: #FFF;
  padding-top: 50px;
  padding-bottom: 50px;
}

.cont_wrap {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

#sub_top {
  background-color: #EEE;
  background-repeat: no-repeat;
  background-position: center center;
  height: 400px;
  line-height: 30px;
  padding-top: 300px;
  width: 100%;
  background-size: cover;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  color: #FFF;
  font-size: 20px;
  letter-spacing: 0.5em;
  -moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

#index_top {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

#index_top ul.sm-slider {
  position: relative;
}

#index_top #top_catch {
  position: absolute;
  top: 40%;
  z-index: auto;
  text-align: center;
  width: 100%;
  color: #ffffff;
  text-shadow: 0 1px #000000, 1px 1px #000000, 2px 2px #000000, 4px 4px 4px #ff0000, 5px 5px 5px #FFFF00, 6px 6px 6px #f900e4;
}

.慶-color {
  color: #FFFF00;
}

#index_top #top_catch h2 {
  font-size: 200px;
  letter-spacing: 2px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "YuMincho", "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
}

#index_top #top_catch p {
  font-size: 25px;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.image {
  max-width: 100%;
  max-height: 100%;
}

.termsofservice {
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
  height: 400px;
  overflow: scroll;
  border: rgb(67, 67, 70) 1px solid;
  background: rgb(255, 255, 255);
}

.content h2 {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #DDD;
  font-weight: normal;
  letter-spacing: 1px;
  color: #111111;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  clear: both;
}

.content h2 span {
  font-family:"游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  font-size: 14px;
  color: #999999;
}

.content h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 30px;
  background-color: #F6F6F6;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  position: relative;
  margin-top: 30px;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 44px;
  font-weight: normal;
  color: #111;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
  clear: both;
}

.content h3::after {
  display: block;
  width: 3px;
  height: 20px;
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #CCC;
  content: '';
}

.content h3 span {
  font-size: 16px;
  color: #888;
  font-family: "メイリオ", serif;
  padding-left: 15px;
}

.content h4 {
  font-size: 20px;
  color: #555;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
  letter-spacing: 0.1em;
  padding: 10px;
  font-weight: bold;
  clear: both;
  margin-top: 20px;
  margin-right: 30px;
  margin-bottom: 20px;
  margin-left: 30px;
}

.content h5 {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #DDD;
  font-weight: normal;
  letter-spacing: 1px;
  color: #111111;
  text-align: left;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "YuMincho", "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  clear: both;
}

.content h5 span {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "YuMincho", "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 12px;
  color: #999;
}

.content h6 {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 20px;
  border-bottom-width: 20px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
  font-weight: normal;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
  font-family: "Rounded M+ 1c","メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  clear: both;
}

.content h6 span {
  font-family: "メイリオ", serif;
  font-size: 12px;
  color: #999;
}

.content h7 {
  font-size: 20px;
  font-weight: 900;
  position: relative;
  padding: 1rem 3rem calc(1rem + 10px);
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
  font-family: "Rounded M+ 1c,メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;

}

.content h7:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 97%;
  height: 92%;
  content: '';
  border: 4px solid #000;
}

.content p {
  font-size: 16px;
  line-height: 1.8;
  padding: 10px;
  margin-bottom: 30px;
  margin-top: 20px;
  margin-right: 30px;
  margin-left: 30px;
}

.content .ul_news li {
  line-height: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
  font-size: 16px;
  padding-right: 10px;
  padding-left: 10px;
}

.content .ul_news li span {
  color: #999;
  padding-right: 20px;
}


/*
コンテンツ大ボタン
-------------------------------------------*/

.content .btn_001 a {
  font-size: 20px;
  color: #FFF;
  text-align: center;
  border: 5px solid #6e6b6b;
  text-decoration: none;
  display: block;
  width: 40%;
  background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  line-height: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  max-width: 500px;
  clear: both;
}

.content .btn_001 a i {
  padding-right: 10px;
}

.content .btn_001 a:hover {
  color: #333333;
  text-align: center;
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
  width: 40%;
  border-top-color: #333333;
  border-right-color: #333333;
  border-bottom-color: #333333;
  border-left-color: #333333;
}

.content .btn_002 {
  text-align: center; /* ボタン全体を中央揃え */
}

.content .btn_002 a {
  font-size: 22px;
  font-weight: 900;
  color: #000000;
  text-align: center;
  -webkit-text-stroke: 1px black;
  border: 2px solid #6e6e6b;
  text-decoration: none;
  display: inline-block;
  width: 40%;
  background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
  margin: 10px; /* ボタン間のスペースを均等に調整 */
  line-height: 70px;
  border-radius: 100px;
  padding: 0; /* 上下の余白調整 */
  position: relative;
  max-width: 200px;
}

.content .btn_002 a i {
  padding-right: 10px;
}

.content .btn_002 a:hover {
  color: #333333;
  text-align: center;
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
  border-color: #333333;
}

.img_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.img_left {
  float: left;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 20px;
}

.img_right {
  float: right;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 20px;
}

.content .img_left p {
  font-size: 12px;
  margin: 0px;
}


/*-----トップへ戻るボタン------*/

.to_top {
  position: fixed;
  right: 10px;
  z-index: 200;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  transition: 0.2s linear;
}

.to_top a {
  text-decoration: none;
  color: #FFF;
  text-align: center;
  display: block;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  font-size: 10px;
  background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
  padding: 20px;
  height: 30px;
  width: 30px;
}

.to_top a:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
  -ms-filter: "alpha( opacity=100 )";
}


/*-----入会申込ボタン------*/

/*
フッター
-------------------------------------------*/

footer {
  background-color: rgba(0, 0, 0, 0.7);
  color: #EEE;
  clear: both;
  width: 100%;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}

footer::after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

address {
  font-size: 10px;
  font-style: normal;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}

footer ul.f_bn {
  display: block;
  float: left;
}

footer .f_bn li {
  display: inline;
}

footer .f_bn li a {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px;
  text-decoration: none;
  color: #FFF;
  border: 1px solid #FFF;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha( opacity=50 )";
  margin-left: 10px;
  font-weight: bold;
}

footer .f_bn li a:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
}

footer .f_bn li a i {
  padding-right: 5px;
}

footer .box_pr {
  clear: both;
  width: 100%;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 10px;
  color: #CCC;
}

.box_pr ul li {
  display: inline;
  padding: 5px;
}

.box_pr ul li a {
  color: #CCC;
}


/*
各種テーブル
-------------------------------------------*/

.content .table_01 {
  font-family: "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  width: 96%;
  text-align: center;
  border-style: solid;
  border-color: #000000;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.content table.table_01 th, .content table.table_01 td {
  background-color: #cacaca;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
  border-right-width: 1px;
  border-right-style: dotted;
  border-right-color: #000000;
  padding: 10px;
}

.content table.table_01 th {
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  font-weight: normal;
  letter-spacing: auto;
  width: auto;
}

.content table.table_01 td {
  font-size: 14px;
  text-align: center;
  line-height: auto;
  background-color: #FFF;
  padding: auto;
}

.content table.table_01 td.td_price {
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  color: #008C69;
  font-weight: bold;
}

.content table.table_02 {
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  max-width: 1500px;
}

.content table.table_02 th, .content table.table_02 td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
  border-right-style: solid;
  border-right-color: #000000;
  padding: 10px;
  max-width: auto;
}

.content table.table_02 th {
  font-size: auto;
  text-align: center;
  white-space: nowrap;
  font-weight: normal;
  letter-spacing: 2px;
  width: 200px;
  background-color: #00FFFF;
}

.content table.table_02 td {
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  width: 300px;
  background-color: #FFF;
}

.content table.table_02 td .price {
  font-size: 30px;
  text-align: center;
  white-space: nowrap;
  color: #e61414;
  font-weight: bold;
  padding-right: auto;
  padding-left: auto;
}

.content .table_03 {
  width: 96%;
  text-align: center;
  border-style: solid;
  border-color: #000000;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.content table.table_03 th, .content table.table_03 td {
  background-color: #f900e4;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
  border-right-width: 1px;
  border-right-style: dotted;
  border-right-color: #000000;
  padding: 10px;
}

.content table.table_03 th {
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  font-weight: normal;
  letter-spacing: auto;
  width: auto;
}

.content table.table_03 td {
  font-size: 14px;
  text-align: center;
  line-height: auto;
  background-color: #FFF;
  padding: auto;
}

.content table.table_03 td.td_price {
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  color: #008C69;
  font-weight: bold;
}

.content .table_04 {
  width: 96%;
  text-align: center;
  border-style: solid;
  border-color: #000000;
  margin-top: 40px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.content table.table_04 th, .content table.table_04 td {
  background-color: #f900e4;
  border-bottom-width: 5px;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
  border-right-width: 5px;
  border-right-style: dotted;
  border-right-color: #000000;
  padding: 10px;
}

.content table.table_04 th {
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  font-weight: normal;
  letter-spacing: auto;
  width: auto;
}

.content table.table_04 td {
  font-size: 14px;
  text-align: center;
  line-height: auto;
  background-color: #FFF;
  padding: auto;
}

.content table.table_04 td.td_price {
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  color: #008C69;
  font-weight: bold;
}


/*-------------月会費・時間割テーブル---------------*/

table {
  border-collapse: collapse;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.tb01 th, .tb01 td {
  font-family:"游明朝","Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  width: 350px;
  border: solid 1px #ccc;
  text-align: center;
  box-sizing: border-box;
}

.tb01 th {
  background: #000000;
  color: #fff;
  width: 200px;
}


/*-----コースごとの背景色-------*/


/*-----キッズ-------*/

.tb01 tr:nth-child(2) td:nth-child(2) {
  background: #00e5ff;
}

.tb01 tr:nth-child(3) td:nth-child(2) {
  background: #00e5ff;
}

.tb01 tr:nth-child(4) td:nth-child(2) {
  background: #00e5ff;
}

.tb01 tr:nth-child(5) td:nth-child(2) {
  background: #00e5ff;
}

.tb01 tr:nth-child(6) td:nth-child(2) {
  background: #00e5ff;
}


/*-----ジュニア-------*/

.tb01 tr:nth-child(2) td:nth-child(4) {
  background: #ffff00;
}

.tb01 tr:nth-child(3) td:nth-child(4) {
  background: #ffff00;
}

.tb01 tr:nth-child(4) td:nth-child(4) {
  background: #ffff00;
}

.tb01 tr:nth-child(5) td:nth-child(4) {
  background: #ffff00;
}

.tb01 tr:nth-child(6) td:nth-child(4) {
  background: #ffff00;
}




/*-----アクロバットコース-------*/

.tb01 tr:nth-child(3) td:nth-child(6) {
  background: #00ff00;
}

.tb01 tr:nth-child(4) td:nth-child(6) {
  background: #00ff00;
}

.tb01 tr:nth-child(5) td:nth-child(6) {
  background: #00ff00;
}

.tb01 tr:nth-child(6) td:nth-child(6) {
  background: #00ff00;
}

/*-----アスリートコース-------*/

.tb01 tr:nth-child(3) td:nth-child(8) {
  background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
}

.tb01 tr:nth-child(4) td:nth-child(8) {
  background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
}

.tb01 tr:nth-child(5) td:nth-child(8) {
  background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
}

.tb01 tr:nth-child(6) td:nth-child(8) {
  background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
}
/*-----レスポンシブ-----*/

@media screen and (max-width: 640px) {
  .tb01 .head {
    display: none;
  }
  .tb01 {
    width: 100%;
  }
  table.tb01 td {
    display: block;
    width: 95%;
    margin: auto;
    border-bottom: none;
  }
  table.tb01 td:first-child {
    background: #000000;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    height: 90px;
  }
  table.tb01 td:before {
    content: attr(data-label);
    font-size: .7rem;
    font-weight: bold;
    color: #000000;
    display: block;
  }
  .tb01 tr:last-child {
    border-bottom: solid 1px #ccc;
  }
}




/*-----各コース月会費色分け-------*/

.table_03 {
  border-collapse: collapse;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.tb03 th, .tb03 td {
  font-family:"游明朝","Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  width: 350px;
  border: solid 1px #ccc;
  text-align: center;
  box-sizing: border-box;
}

.tb03 th {
  background: #000000;
  color: #fff;
  width: 200px;
}


/*-----キッズ-------*/

.tb03 tr:nth-child(2) td:nth-child(1) {
  background: #00e5ff;
}


/*-----ジュニア-----*/

.tb03 tr:nth-child(3) td:nth-child(1) {
  background: #ffff00;
}

/*-----アクロバット-----*/

.tb03 tr:nth-child(4) td:nth-child(1) {
  background: #00ff00;
}

/*-----ジムシニア-----*/

.tb03 tr:nth-child(5) td:nth-child(1) {
  background: #ffadf8;
}

/*-----ファミリー-----*/

.tb03 tr:nth-child(6) td:nth-child(1) {
  background: #67f9de;
}

/*-----アスリート/トップアスリート-----*/

.tb03 tr:nth-child(7) td:nth-child(1) {
  background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
}


/*-----レスポンシブ-----*/

@media screen and (max-width: 640px) {
  .tb03 .head {
    display: none;
  }
  .tb03 {
    width: 100%;
  }
  table.tb03 td {
    display: block;
    width: 95%;
    margin: auto;
    border-bottom: none;
  }
  table.tb03 td:first-child {
    background: #ff0000;
    color: #000000;
    font-weight: bold;
  }
  table.tb03 td:before {
    content: attr(data-label);
    font-size: .7rem;
    font-weight: bold;
    color: #999;
    display: block;
  }
  .tb03 tr:last-child {
    border-bottom: solid 1px #ccc;
  }
}


/*-----会員ランク-------*/

.table_04 {
  border-collapse: collapse;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.tb04 th, .tb04 td {
  font-family:"游明朝","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "YuMincho", "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  width: 350px;
  border: solid 1px #ccc;
  text-align: center;
  box-sizing: border-box;
}

.tb04 th {
  background: #000000;
  color: #fff;
  width: 200px;
}


/*-----ビギナー-------*/

.tb04 tr:nth-child(2) td:nth-child(1) {
  background: #FFDEAD;
}


/*-----レギュラー-----*/

.tb04 tr:nth-child(3) td:nth-child(1) {
  background: #00FF00;
}


/*-----シルバー-----*/

.tb04 tr:nth-child(4) td:nth-child(1) {
  background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
}


/*-----ゴールド-----*/

.tb04 tr:nth-child(5) td:nth-child(1) {
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
}


/*-----プラチナ-----*/

.tb04 tr:nth-child(6) td:nth-child(1) {
  background: linear-gradient(45deg, #212121 10%, #424242 20%, #FAFAFA 50%, #424242 80%, #212121 95% 100%);  
}


/*-----レスポンシブ-----*/

@media screen and (max-width: 640px) {
  .tb04 .head {
    display: none;
  }
  .tb04 {
    width: 100%;
  }
  table.tb04 td {
    display: block;
    width: 95%;
    margin: auto;
    border-bottom: none;
  }
  table.tb04 td:first-child {
    background: #ff0000;
    color: #000000;
    font-weight: bold;
  }
  table.tb04 td:before {
    content: attr(data-label);
    font-size: .7rem;
    font-weight: bold;
    color: #999;
    display: block;
  }
  .tb03 tr:last-child {
    border-bottom: solid 1px #ccc;
  }
}


/* button_download */

.button_download {
  text-align: center;
}

.button_download p {
  margin-bottom: 5px;
  font-weight: 600;
  color: #939393;
  letter-spacing: 0.04rem;
  display: inline-block;
  position: relative;
}

.button_download p:before, .button_download p:after {
  display: inline-block;
  position: absolute;
  top: 45%;
  width: 20px;
  height: 3px;
  border-radius: 5px;
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
  content: "";
}

.button_download p:before {
  left: -30px;
  -webkit-transform: rotate( 50deg);
  transform: rotate( 50deg);
}

.button_download p:after {
  right: -30px;
  -webkit-transform: rotate( -50deg);
  transform: rotate( -50deg);
}

.button_download a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 240px;
  padding: 10px 25px;
  color: #303030;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
  filter: drop-shadow(0px 2px 4px #ccc);
  border-radius: 50px;
}

.button_download a:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}

.button_download a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  transition: 0.2s ease-in-out;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: translateY(-54%);
}


/*-------------メールフォーム---------------*/

#mailform table.m_form {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

#mailform table.m_form th {
  text-align: right;
  border-right-width: 4px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: dotted;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  font-size: 14px;
  font-weight: normal;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

#cont_base #mailform table.m_form th p {
  font-size: 10px;
  line-height: 14px;
  color: #999;
  margin: 0px;
  padding: 0px;
}

#cont_base #mailform table.m_form th span {
  color: #FF0000;
  padding-left: 5px;
  padding-right: 5px;
}

#mailform table.m_form td {
  padding: 10px;
  background-color: #FFF;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
  border-bottom-width: 1px;
  font-size: 14px;
}

form input.form_btn {
  background-color: #333;
  color: #FFF;
  padding-top: 7px;
  padding-right: 20px;
  padding-bottom: 7px;
  padding-left: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 3px solid #EEE;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  transition: 0.2s linear;
}

form input.form_btn:hover {
  background-color: #FFF;
  color: #333;
  border-top-color: #333;
  border-right-color: #333;
  border-bottom-color: #333;
  border-left-color: #333;
  cursor: pointer;
}

.small {
  font-size: smaller;
  color: #666;
}

.chui {
  color: #F03600;
}

#cont_base .content .navi_sitemap li {
  padding-left: 20px;
}

.table_01 caption {
  font-size: 14px;
  line-height: 30px;
  background-color: #E5E5E5;
  color: #111;
  letter-spacing: 1px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #FFF;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
}

.table_01 th span {
  font-size: 12px;
  color: #CCC;
}


/*
FAQ
-------------------------------------------*/

.content dl.faq {
  margin-bottom: 30px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #ffffff;
}

.content dl.faq dt {
  font-size: 22px;
  line-height: 30px;
  position: relative;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 50px;
  background-color: #F6F6F6;
  color: #111;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.content dl.faq dt span {
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  background-color: #333;
  text-align: center;
  display: block;
  width: 50px;
  padding-top: 10px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  top: -20px;
  left: -10px;
  z-index: 10;
}

.content dl.faq dt span::before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -3px;
  margin-left: -12px;
  border-right: 12px solid transparent;
  border-top: 20px solid #333;
  border-left: 12px solid transparent;
  z-index: 0;
  transform: rotate(-40deg);
}

.content dl.faq dd {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}


/*
グーグルマップ
-------------------------------------------*/

.g_map_base {
  background-color: #FFF;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.g_map {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.g_map iframe, .g_map object, .g_map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*
トップ下部ピックアップ
-------------------------------------------*/

.pick_up {
  height: 30%;
  max-height: 500px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.7);
}

.pick_up .sc_btm a {
  line-height: 50px;
  color: #333;
  background-color: #FFF;
  height: 100px;
  width: 100px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  font-size: 12px;
  text-decoration: none;
  letter-spacing: 2px;
  background-image: url(../img/sc_btm.png);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -50px;
  z-index: 80;
  text-align: center;
}

.pick_up .sc_btm a:hover {
  color: #000;
  height: 110px;
  width: 110px;
  border-radius: 55px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  margin-top: -10px;
  margin-left: -55px;
}

.pick_up ul {
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1400px;
  padding: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.pick_up ul li {
  width: 30%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.pick_up ul li a {
  display: block;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
  overflow: hidden;
}

.pick_up ul li a img {
  width: auto;
  max-width: 100%;
  -webkit-transition: 1.0s ease-out;
  -moz-transition: 1.0s ease-out;
  transition: 1.0s ease-out;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

.pick_up ul li a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1.0;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
}

.pick_up ul li a:hover {
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 7px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 7px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 7px 0px;
}

a .btn_check {
  color: #FFF;
  font-size: 14px;
  line-height: 40px;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 50%;
  margin-top: -15px;
  margin-left: -25%;
  border: 2px solid #FFF;
  position: absolute;
  left: 50%;
  top: 50%;
  font-weight: bold;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  transition: 0.2s linear;
}

a:hover .btn_check {
  color: #000;
  background-color: #FFF;
}

a .btn_check i {
  padding-right: 10px;
  padding-left: 5px;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  transition: 0.2s linear;
}

a:hover .btn_check i {
  padding-right: 5px;
  padding-left: 10px;
}

.balloon {
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -50px;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  vertical-align: middle;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50%;
  box-sizing: border-box;
  z-index: 100;
  background-color: #FF6633;
}

.balloon:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -12px;
  border-right: 12px solid transparent;
  border-top: 20px solid #FF6633;
  border-left: 12px solid transparent;
  z-index: 0;
}


/*
実績一覧
-------------------------------------------*/

ul.works_list {
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1400px;
  padding: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

ul.works_list li {
  width: 21%;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

ul.works_list li a {
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  border: 1px dotted #CCC;
  background-color: #FFF;
  text-decoration: none;
  color: #333;
}

ul.works_list li a img {
  width: auto;
  max-width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha( opacity=90 )";
}

ul.works_list li a:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1.0;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
}

ul.works_list li a span {
  display: block;
  padding-top: 10px;
  font-size: 12px;
  letter-spacing: 1px;
}

ul.works_list li a:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
  border: 1px solid #000;
  color: #000;
}

@media screen and (min-width:960px) {
  body {
    font-size: 16px;
  }
  .sm-slider, .sm-slider::after {
    top: 100px !important;
  }
  /*
ヘッダー
-------------------------------------------*/
  header {
    height: 140px;
    box-shadow: rgba(253, 3, 3, 0.2) 0px 0px 3px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
    position: fixed;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  header h1 a img {
    top: -20px;
    left: 20px;
  }
  header .h_btn a {
    width: 160px;
    top: 20px;
    right: 10px;
    line-height: 38px;
    padding-top: 2px;
    font-size: 14px;
    font-weight: bold;
  }
  header .h_btn2 a {
    width: 160px;
    top: 20px;
    right: 10px;
    line-height: 38px;
    padding-top: 2px;
    font-size: 14px;
    font-weight: bold;
  }
  header .h_btn3 a {
    width: 190px;
    top: 20px;
    right: 10px;
    line-height: 38px;
    padding-top: 2px;
    font-size: 14px;
    font-weight: bold;
  }
  header .h_tel a {
    width: 180px;
    top: 20px;
    right: 180px;
    line-height: 38px;
    padding-top: 2px;
    font-size: 14px;
  }
  header .h_tel a strong {
    font-size: 18px;
  }
  header.fixed {
    height: 100px;
  }
  header.fixed h1 a img {
    height: 80px;
    top: -10px;
  }
  header.fixed .h_btn a, header.fixed .h_tel a {
    top: 5px;
  }
  header.fixed .h_btn2 a, header.fixed .h_tel a {
    top: 5px;
  }
  header.fixed .h_btn3 a, header.fixed .h_tel a {
    top: 5px;
  }
  .menu_btn, .btn_close {
    display: none;
  }
  /*
PCグローバルナビ
-------------------------------------------*/
  #g_navi {
    width:100%;
    padding-left: 2%;
    display: block;
    height: 50px;
    position: absolute;
    z-index: 1000;
    left: 0px !important;
    bottom: 0px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
  }
  #g_navi ul.navi_base {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #g_navi ul li {
    display: inline;
  }
  #g_navi li a {
    width: 10%;
    padding-top: 15px;
    height: 35px;
    display: block;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    line-height: 20px;
    position: relative;
    float: left;
  }
  #g_navi li a::before {
    display: block;
    height: 2px;
    position: absolute;
    top: 2px;
    width: 70%;
    left: 15%;
    background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
    content: '';
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
  }
  #g_navi li a:hover::before {
    background-color: #333;
    top: 0px;
  }
  #g_navi li a:hover, #g_navi li a.active, #g_navi ul li:hover>a {
    color: #ffff00;
  }
  #g_navi ul li:hover>a.ac_menu, #g_navi li a.ac_menu:hover {
    position: relative;
  }
  #g_navi li a.ac_menu::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -15px;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #FFF;
    border-left: 15px solid transparent;
    z-index: 300;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
  }
  #g_navi ul li:hover>a.ac_menu::after, #g_navi li a.ac_menu:hover::after {
    border-bottom: 20px solid #111;
  }
  #g_navi ul li div {
    position: absolute;
    z-index: 2000;
    top: 50px;
    left: 0px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    width: 100%;
    height: auto;
    background-color: #111;
  }
  #g_navi ul li ul {
    width: 96%;
    padding-left: 2%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  #g_navi li ul li a {
    width: 21%;
    padding-left: 3%;
    padding-top: 9px;
    padding-bottom: 9px;
    line-height: 22px;
    height: 22px;
    color: #ffffff;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 1%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
  #g_navi li ul li a::after {
    content: "+";
    color: #FFF;
    position: absolute;
    display: block;
    left: 15px;
    top: 8px;
    font-size: 9px;
  }
  #g_navi li ul li a:hover::after {
    color: #333;
  }
  #g_navi ul li ul li a:hover {
    color: #000;
    background-color: #FFF;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
  }
  #g_navi li li a::before {
    display: none;
  }
  #g_navi ul li:hover div {
    visibility: visible;
    opacity: 1;
  }
  #g_navi div.ac_list {
    display: block !important;
  }
  header.fixed #g_navi {
    height: 40px;
  }
  header.fixed #g_navi ul li div {
    top: 40px;
  }
  header.fixed #g_navi li a {
    padding-top: 10px;
    height: 30px;
  }
  header.fixed #g_navi li ul li a {
    padding-top: 9px;
    height: 22px;
  }
  #index_top {
    min-height: 850px;
  }
  /*
サブトップ
-------------------------------------------*/
  #sub_top.faq {
    background-image: url(../img/sub_top_faq.jpg);
  }
  #sub_top.yoshi {
    background-image: url(../img/sub_top_yoshi.jpg);
  }
  #sub_top.contact {
    background-image: url(../img/sub_top_contact.jpg);
  }
  #sub_top.contact2 {
    background-image: url(../img/sub_top_contact2.jpg);
  }
  #sub_top.company {
    background-image: url(../img/sub_top_company.jpg);
  }
  #sub_top.price {
    background-image: url(../img/sub_top_price.jpg);
  }
  #sub_top.rank {
    background-image: url(../img/sub_top_rank.jpg);
  }
  #sub_top.schedule {
    background-image: url(../img/sub_top_schedule.jpg);
  }
  #sub_top.course {
    background-image: url(../img/sub_top_course.jpg);
  }
  #sub_top.facility {
    background-image: url(../img/sub_top_facility.jpg);
  }
  #sub_top.sample {
    background-image: url(../img/sub_top_sample.jpg);
  }
  #sub_top.news {
    background-image: url(../img/sub_top_news.jpg);
  }
  #sub_top.customer {
    background-image: url(../img/sub_top_customer.jpg);
  }
  #sub_top.summer_school {
    background-image: url(../img/sub_top_summer_school.jpg);
  }
  #sub_top.winter_school {
    background-image: url(../img/sub_top_winter_school.jpg);
  }
  #sub_top.spring_school {
    background-image: url(../img/sub_top_spring_school.jpg);
  }
  #sub_top.entry {
    background-image: url(../img/sub_top_entry.jpg);
  }
  #sub_top.ranking {
    background-image: url(../img/sub_top_ranking.jpg);
  }
  /*
フッター
-------------------------------------------*/
  address {
    letter-spacing: 1px;
    text-align: right;
    display: block;
    float: right;
    padding-top: 30px;
    padding-right: 10px;
  }
  .no_pc {
    display: none;
  }
}

@media screen and (min-width:1200px) {
  header .h_btn a {
    right: 50%;
    margin-right: -600px;
  }
  header .h_btn2 a {
    right: 50%;
    margin-right: -400px;
  }
  header .h_btn3 a {
    right: 50%;
    margin-right: -200px;
  }
  header .h_tel a {
    right: 50%;
    margin-right: 0px;
  }
  header h1 a img {
    left: 50%;
    margin-left: -600px;
  }
}

@media screen and (max-width:960px) {
  body {
    font-size: 16px;
  }
  body.fixed {
    overflow: hidden;
  }
  img {
    max-width: 100% !important;
    height: auto;
    width/***/
    : auto;
    margin-left: auto;
    margin-right: auto;
  }
  .content h4 {
    margin-right: 10px;
    margin-left: 10px;
  }
  ul.works_list li {
    width: 31%;
  }
  /*
メニューボタン
-------------------------------------------*/
  .menu_btn {
    display: block;
    height: 30px;
    width: 40px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    position: fixed;
    z-index: 5000;
    top: 5px;
    right: 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    cursor: pointer;
  }
  .menu_btn:hover {
    cursor: pointer;
  }
  .menu_btn span {
    width: 28px;
    height: 2px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -14px;
    background-color: #ffffff;
  }
  .menu_btn span {
    transition: all 0.3s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  .menu_btn span.top {
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
  }
  .menu_btn span.bottom {
    transform: translateY(8px);
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
  }
  .menu_btn:hover span.top {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
  }
  .menu_btn:hover span.bottom {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
  }
  .menu_btn.opened span.middle {
    background: rgba(255, 255, 255, 0);
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
  }
  .menu_btn.opened span.top {
    transform: rotate(-45deg) translateY(0px);
    -webkit-transform: rotate(-45deg) translateY(0px);
    -moz-transform: rotate(-45deg) translateY(0px);
  }
  .menu_btn.opened span.bottom {
    transform: rotate(45deg) translateY(0px);
    -webkit-transform: rotate(45deg) translateY(0px);
    -moz-transform: rotate(45deg) translateY(0px);
  }
  /*
グローバルナビ
-------------------------------------------*/
  #g_navi {
    position: fixed;
    width: 80%;
    height: 100%;
    top: 0px;
    left: 100%;
    padding-top: 50px;
    overflow: auto;
    z-index: 3000;
    background-color: #000000;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
    font-size: 14px;
    letter-spacing: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #g_navi ul {
    display: block;
    margin: 0px;
    padding: 0px;
    clear: both;
  }
  #g_navi ul li:first-child {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ffffff;
  }
  #g_navi ul li {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ffffff;
  }
  #g_navi ul li a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding-top: 16px;
    padding-right: 30px;
    padding-bottom: 14px;
    padding-left: 20px;
    line-height: 22px;
  }
  #g_navi ul li a:hover {
    color: #ffff00;
  }
  /*
アコーディオン
--------------------------------------------------*/
  #g_navi ul li a.ac_menu {
    position: relative;
    background-image: none;
  }
  #g_navi ul li a.ac_menu::after {
    font-size: 11px;
    display: block;
    height: 20px;
    width: 20px;
    content: "▼";
    text-align: center;
    line-height: 20px;
    position: absolute;
    top: 16px;
    right: 10px;
    color: #ffffff;
  }
  #g_navi ul li a.ac_menu.active {
    color: #ffffff;
  }
  #g_navi ul li a.ac_menu.active::after {
    content: "▲";
  }
  #g_navi div.ac_list {
    display: none;
  }
  #g_navi ul li ul li {
    border-bottom: none;
  }
  #g_navi ul li li:first-child {
    border-top: none;
  }
  #g_navi ul li ul li a {
    border-bottom: none;
  }
  #g_navi ul li ul li a::before {
    content: "・";
    padding-right: 5px;
    color: #999;
  }
  #g_navi ul li ul li a:hover {
    color: #999;
  }
  /*
メニューシャドウ
-------------------------------------------*/
  .bg_bl {
    background-color: #FFF;
    height: 100%;
    width: 100%;
    opacity: 0.80;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
    display: block;
    position: fixed;
    z-index: 2000;
  }
  /*
ヘッダー
-------------------------------------------*/
  .sm-slider, .sm-slider::after {
    top: 50px !important;
  }
  header {
    height: 52px;
  }
  header h1 a img {
    top: 0px;
    left: 25px;
    height: 50px;
  }
  header .h_btn a {
    width: 120px;
    top: 10px;
    right: 50px;
    line-height: 29px;
    padding-top: 1px;
    font-size: 12px;
  }
  header .h_btn2 a {
    width: 120px;
    top: 10px;
    right: 150px;
    line-height: 29px;
    padding-top: 1px;
    font-size: 12px;
  }
  header .h_btn3 a {
    width: 120px;
    top: 10px;
    right: 200px;
    line-height: 29px;
    padding-top: 1px;
    font-size: 12px;
  }
  header .h_tel a {
    width: 120px;
    top: 10px;
    right: 100px;
    line-height: 29px;
    padding-top: 1px;
    font-size: 12px;
  }
  header .h_menu {
    display: none;
  }
  header #info {
    display: none;
  }
  /*
サブトップ
-------------------------------------------*/
  #sub_top.faq {
    background-image: url(../img/sub_top_faq_sp.jpg);
  }
  #sub_top.yoshi {
    background-image: url(../img/sub_top_yoshi_sp.jpg);
  }
  #sub_top.price {
    background-image: url(../img/sub_top_price_sp.jpg);
  }
  #sub_top.rank {
    background-image: url(../img/sub_top_rank_sp.jpg);
  }
  #sub_top.schedule {
    background-image: url(../img/sub_top_schedule_sp.jpg);
  }
  #sub_top.course {
    background-image: url(../img/sub_top_course_sp.jpg);
  }
  #sub_top.facility {
    background-image: url(../img/sub_top_facility_sp.jpg);
  }
  #sub_top.contact {
    background-image: url(../img/sub_top_contact_sp.jpg);
  }
  #sub_top.contact2 {
    background-image: url(../img/sub_top_contact2_sp.jpg);
  }
  #sub_top.company {
    background-image: url(../img/sub_top_company_sp.jpg);
  }
  #sub_top.sample {
    background-image: url(../img/sub_top_sample_sp.jpg);
  }
  #sub_top.news {
    background-image: url(../img/sub_top_news_sp.jpg);
  }
  #sub_top.customer {
    background-image: url(../img/sub_top_customer_sp.jpg);
  }
  #sub_top.summer_school {
    background-image: url(../img/sub_top_summer_school_sp.jpg);
  }
  #sub_top.winter_school {
    background-image: url(../img/sub_top_winter_school_sp.jpg);
  }
  #sub_top.spring_school {
    background-image: url(../img/sub_top_spring_school_sp.jpg);
  }
  #sub_top.entry {
    background-image: url(../img/sub_top_entry_sp.jpg);
  }
  #sub_top.ranking {
    background-image: url(../img/sub_top_ranking_sp.jpg);
  }
  /*
フッター
-------------------------------------------*/

  address {
    text-align: center;
    padding-top: 10px;
    display: block;
    clear: both;
  }
  footer ul.f_bn {
    float: none;
  }
  footer .f_bn li a {
    font-size: 11px;
    padding: 8px;
  }
  .no_sp {
    display: none;
  }
}
 /*
ヘッダーレスポンシブ
-------------------------------------------*/
@media screen and (max-width:1000px) {
  header h1 a img {
    top: 0px;
    height: 50px;
  }
  header .h_btn a {
    width: 50px;
    font-size: 18px;
    border-top-style: none;
    border-bottom-style: none;
  }
  header .h_btn2 a {
    width: 50px;
    font-size: 18px;
    border-top-style: none;
    border-bottom-style: none;
  }
  header .h_btn3 a {
    width: 50px;
    font-size: 18px;
    border-top-style: none;
    border-bottom-style: none;
  }
  header .h_tel a {
    width: 50px;
    font-size: 18px;
    right: 100px;
  }
  header .h_tel a span, header .h_btn a span {
    display: none;
  }
  header .h_tel a span, header .h_btn2 a span {
    display: none;
  }
  header .h_tel a span, header .h_btn3 a span {
    display: none;
  }
  #mailform table.m_form th, #mailform table.m_form td {
    width: 100% !important;
    display: block;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #mailform table.m_form th {
    border-right-style: none;
    padding-bottom: 5px;
  }
  #index_top #top_catch h2 {
    font-size: 40px;
  }
  #index_top #top_catch p {
    font-size: 12px;
  }
  #sub_top {
    height: 150px;
    line-height: 150px;
    padding-top: 50px;
    background-position: center 50px;
  }
  .content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .content p {
    margin-bottom: 20px;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
  }
  ul.works_list li {
    width: 47%;
  }
  .img_left, .img_right {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .pick_up ul {
    padding: 15px;
  }
  .pick_up ul li {
    width: 31%;
  }
  .balloon {
    top: -35px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  a .btn_check {
    width: 80%;
    margin-left: -40%;
  }
}

@media screen and (max-width:640px) {
  header h1 a img {
    top: 0px;
    height: 50px;
  }
  header .h_btn a {
    width: 50px;
    font-size: 18px;
    border-top-style: none;
    border-bottom-style: none;
  }
  header .h_btn2 a {
    width: 50px;
    font-size: 18px;
    border-top-style: none;
    border-bottom-style: none;
  }
  header .h_btn3 a {
    width: 50px;
    font-size: 18px;
    border-top-style: none;
    border-bottom-style: none;
  }
  header .h_tel a {
    width: 50px;
    font-size: 18px;
    right: 100px;
  }
  header .h_tel a span, header .h_btn a span {
    display: none;
  }
  header .h_tel a span, header .h_btn2 a span {
    display: none;
  }
  header .h_tel a span, header .h_btn3 a span {
    display: none;
  }
  #mailform table.m_form th, #mailform table.m_form td {
    width: 100% !important;
    display: block;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #mailform table.m_form th {
    border-right-style: none;
    padding-bottom: 5px;
  }
  #index_top #top_catch h2 {
    font-size: 40px;
  }
  #index_top #top_catch p {
    font-size: 12px;
  }
  #sub_top {
    height: 150px;
    line-height: 150px;
    padding-top: 50px;
    background-position: center 50px;
  }
  .content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .content p {
    margin-bottom: 20px;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
  }
  ul.works_list li {
    width: 47%;
  }
  .img_left, .img_right {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .pick_up ul {
    padding: 15px;
  }
  .pick_up ul li {
    width: 31%;
  }
  .balloon {
    top: -35px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  a .btn_check {
    width: 80%;
    margin-left: -40%;
  }
}

@media screen and (max-width:460px) {
  input, textarea {
    max-width: 300px !important;
  }
  .content table.table_01 th, .content table.table_01 td {
    width: 100% !important;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .content table.table_01 th {
    background-color: #F6F6F6;
  }
  #index_top #top_catch h2 {
    font-size: 30px;
  }
  #sub_top {
    font-size: 16px;
  }
  .content h2 {
    font-size: 24px;
  }
  .content h2 span {
    font-size: 12px;
  }
  a .btn_check {
    font-size: 12px;
    line-height: 30px;
  }
  a .btn_check i {
    padding-right: 5px;
    padding-left: 2px;
  }
  a:hover .btn_check i {
    padding-right: 2px;
    padding-left: 5px;
  }
  ul.works_list li {
    width: 98%;
  }
}


/*
エフェクト
-------------------------------------------*/

.effect {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha( opacity=0 )";
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -webkit-transition: 1.0s ease-out;
  -moz-transition: 1.0s ease-out;
  transition: 1.0s ease-out;
}

.effect.d_02 {
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
}

.effect.d_04 {
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}

.effect.d_06 {
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}

.effect.d_08 {
  transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
}

.effect.start {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
}

.content p.check {
  color: #FF3333;
}

.content p.p_st {
  font-size: 20px;
  color: #CA28B1;
}


/*------------------------------*/

.content .box_att {
  margin-top: 30px;
  padding: 25px;
  border: 1px dashed #999;
}

.content .box_att h2 {
  font-weight: normal;
  font-size: 22px;
  color: #555;
}

.content .box_att p {
  font-size: 14px;
  margin: 0px;
  color: #555;
}


/*-------Instagramフィード-----------------------*/
.insta_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* 中央揃えを追加 */
  gap: 20px;
  margin: 20px 0;
}

.insta_list li {
  position: relative;
  width: calc((90% - 40px) / 3);
  border: 5px solid;
  border-image: linear-gradient(to right, 
    #ff0000, /* 赤 */
    #ff7f00, /* オレンジ */
    #ffff00, /* 黄色 */
    #00ff00, /* 緑 */
    #0000ff, /* 青 */
    #4b0082, /* 紫 */
    #9400d3 /* 紫紺 */
  );
  border-image-slice: 1; /* グラデーションの伸縮を可能にする */
}


@media screen and (max-width: 750px){
  .insta_list li{
      width: calc((100% - 20px)/4);
  }
}

.insta_list li::before{
content: "";
display: block;
padding-top: 100%;
}

.insta_list a{
position: absolute;
top: 0;
width: 100%;
height: 100%;
}

.insta_list img{
width: 100%;
height: 100%;
object-fit: cover;
}

.insta_btn{
  background-color: #000;
  padding: .5em 1em;
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
  transition: .3s
}

.insta_btn a{
  color: #ffffff;
  text-decoration: none;
}

.insta_btn:hover{
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
}

.insta_btn:hover a{
  color: #000000;
}

/* 追従メニューのデザイン */
#floating-menu {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* ボタンデザイン */
.menu-button {
  display: block;
  padding: 12px 20px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #333;
  border-radius: 5px;
  transition: background 0.3s;
}

.menu-button:hover {
  background: #555;
}

/* スクロール後に表示 */
#floating-menu.show {
  opacity: 1;
  visibility: visible;
}

/* スマホ用デザイン（下部ナビ） */
@media screen and (max-width: 768px) {
  #floating-menu {
      flex-direction: row;
      right: 0;
      bottom: 0;
      left: 0;
      justify-content: space-around;
      padding: 10px 0;
      border-radius: 0;
  }

  .menu-button {
      flex: 1;
      padding: 15px;
  }
}

@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap');

main {
  font-family: 'Shippori Mincho B1', serif; /* 賞状風フォント */
  padding: 2rem;
  background-color: #fffdf8;
  color: #222;
}

/* ランキングテーブルだけに適用 */
.ranking-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.ranking-table th, .ranking-table td {
  padding: 1.2rem;
  text-align: center;
  border-bottom: 1px solid #eee;
  font-size: 1.1rem;
}

.ranking-table th {
  background-color: #222;
  color: white;
  font-weight: bold;
}

/* 奇数偶数交互背景 */
.ranking-table tr:nth-child(even) td {
  background-color: #fafafa;
}

/* 順位列にフォントサイズ・太さを適用 */
.ranking-table td:first-child {
  font-weight: bold;
  font-size: 1.3rem;
}

/* 各順位にメダル＋カラー装飾 */
.ranking-table tr:nth-child(2) td:first-child {
  color: #d4af37; /* 金色 */
}
.ranking-table tr:nth-child(2) td:first-child::before {
  content: "🥇 ";
}

.ranking-table tr:nth-child(3) td:first-child {
  color: #c0c0c0; /* 銀色 */
}
.ranking-table tr:nth-child(3) td:first-child::before {
  content: "🥈 ";
}

.ranking-table tr:nth-child(4) td:first-child {
  color: #cd7f32; /* 銅色 */
}
.ranking-table tr:nth-child(4) td:first-child::before {
  content: "🥉 ";
}

/* 4位・5位も通常色で強調 */
.ranking-table tr:nth-child(5) td:first-child,
.ranking-table tr:nth-child(6) td:first-child {
  color: #444;
}


.ranking-description {
  background-color: #f9f9f9;
  border-left: 5px solid #444;
  border-right: 5px solid #444;
  padding: 1.2rem 1.5rem;
  margin: 1rem 0 2rem;
  border-radius: 8px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.05);
}

.ranking-description h4 {
  margin: 0 0 0.5rem;
  font-size: 1.3rem;
  color: #222;
  font-weight: bold;
}

.ranking-description p {
  margin: 0;
  line-height: 1.6;
  color: #333;
  font-size: 1rem;
}

.ranking-title {
  text-align: center;
  margin: 2rem auto 1.5rem;
  padding: 1rem 2rem;
  max-width: 480px;
  background: linear-gradient(135deg, #1e1e1e, #3a3a3a);
  border-radius: 16px;
  box-shadow:
    0 8px 15px rgba(0, 0, 0, 0.3),
    inset 0 -4px 8px rgba(255, 255, 255, 0.1);
  border: 2px solid #ffdd00;
  position: relative;
  overflow: hidden;
  font-family: 'Georgia', serif;
}

.ranking-title h3 {
  all: unset; /* まずh3のデフォルト＋既存スタイルを全部リセット */
  display: inline-block; /* リセット後に必要なスタイルを再指定 */
  font-size: 2.2rem;
  font-weight: 900;
  color: #ffdd00;
  letter-spacing: 3px;
  margin: 0;
  text-shadow:
    1px 1px 0 #222,
    2px 2px 5px rgba(255, 221, 0, 0.6);
}

/* 輝くラインを左右に動かすアニメーション */
.ranking-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: -60%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transform: skewX(-20deg);
  animation: shine 2.5s infinite;
}

@keyframes shine {
  0% {
    left: -60%;
  }
  100% {
    left: 120%;
  }
}

.cool-speech {
  position: relative;
  background: linear-gradient(135deg, #222, #555);
  color: #e0e0e0;
  padding: 1.5rem 2.2rem;
  border-radius: 16px;
  max-width: 520px;
  margin: 2rem auto;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.6;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  box-shadow:
    0 8px 15px rgba(0, 0, 0, 0.5);
  border: 1.5px solid #444;
  letter-spacing: 0.04em;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.6);
}

/* 吹き出しの三角 */
.cool-speech::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 38px;
  width: 0;
  height: 0;
  border: 14px solid transparent;
  border-top-color: #555;
  filter: drop-shadow(0 2px 1px rgba(0,0,0,0.3));
  transition: border-top-color 0.3s ease;
}

/* ホバーで少し色変化 */
.cool-speech:hover {
  background: linear-gradient(135deg, #111, #444);
  border-color: #777;
  color: #fff;
}

.cool-speech:hover::after {
  border-top-color: #444;
}

#index_top h2 {
  color: #fff !important;
}
