@charset "utf-8";
/* ---- PC styles ---- */
ul.steps {
  display: block;
  width: 960px;
  margin: 40px auto 0 auto;
  overflow: hidden;
}
ul.steps li {
  display: inline-block;
  float: left;
}
ul.steps li a {
  display: block;
  text-indent: -1000%;
  height: 100px;
}
ul.steps li:nth-of-type(1) a {
  width: 330px;
  background: url("../flow/images/flow_step_1.png") 0 0 no-repeat;
}
ul.steps li:nth-of-type(1) a:hover {
  background: url("../flow/images/flow_step_1.png") 0 -100px no-repeat;
}
ul.steps li:nth-of-type(2) a {
  width: 320px;
  background: url("../flow/images/flow_step_2.png") 0 0 no-repeat;
}
ul.steps li:nth-of-type(2) a:hover {
  background: url("../flow/images/flow_step_2.png") 0 -100px no-repeat;
}
ul.steps li:nth-of-type(3) a {
  width: 310px;
  background: url("../flow/images/flow_step_3.png") 0 0 no-repeat;
}
ul.steps li:nth-of-type(3) a:hover {
  background: url("../flow/images/flow_step_3.png") 0 -100px no-repeat;
}
ul.steps li:nth-of-type(4) {
  clear: both;
  display: block;
  width: 320px;
  margin: -10px 0 0 330px;
}
ul.steps li:nth-of-type(4) a {
  height: 50px;
  background: url("../flow/images/btn_flow_options.png") 0 0 no-repeat;
}
ul.steps li:nth-of-type(4) a:hover {
  background: url("../flow/images/btn_flow_options.png") 0 -50px no-repeat;
}

@media screen and (max-width: 956px) {
  ul.steps {
    display: none;
  }
  ul.steps li {
    display: none;
  }
  ul.steps li a {
    display: none;
  }
}
p.intro, p.center {
  text-align: center;
}

@media screen and (max-width: 956px) {
  p.intro {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
}
#before {
  margin-bottom: 0;
  padding-top: 60px;
}
#before .box {
  background: url("../common/images/bg_lines.png");
  padding: 20px;
  margin-bottom: 30px;
}
#before .box .box_content {
  background: #fff;
  padding: 20px;
  overflow: hidden;
}
#before .box .box_content p:first-of-type {
  float: right;
  width: 380px;
  margin-left: 40px;
}
#before .box .box_content h3 {
  margin-top: 10px;
}
#before .box .box_content p:last-of-type {
  margin-top: 30px;
}
#before .box .box_content a.out_link {
  display: inline-block;
  background: url("../flow/images/link_out.png") 0 2px no-repeat;
  padding-left: 30px;
}
#before .box .box_content a.pdf {
  display: inline-block;
  background: url("../common/images/link_pdf.png") 0 2px no-repeat;
  background-size: 13px 16px;
  padding-left: 30px;
}

/* SP */
@media screen and (max-width: 956px) {
  #before {
    padding-top: 30px;
  }
  #before .box {
    margin-bottom: 15px;
  }
  #before .box .box_content {
    padding: 10px;
  }
  #before .box .box_content p:first-of-type {
    float: right;
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
}
#arrival {
  padding-top: 60px;
}
#arrival h3.secondh {
  margin-top: 35px;
}
#arrival dl {
  background: url("../common/images/bg_lines.png") 0 -5px repeat-x;
  padding: 60px 0 57px 0;
  overflow: hidden;
}
#arrival dl:first-of-type {
  background: none;
  padding-top: 0;
}
#arrival dl dt {
  display: block;
  float: right;
  width: 380px;
  margin-left: 40px;
}
#arrival dl dd table {
  margin-top: 25px;
  font-size: 13px;
  vertical-align: top;
  border-collapse: separate;
  border-spacing: 1px;
  width: 540px;
}
#arrival dl dd table th {
  background: #029ed1;
  color: #fff;
  text-align: left;
  padding: 10px;
  width: 110px;
}
#arrival dl dd table td {
  padding: 10px 15px;
  background: #f6f6f6;
}

/* SP */
@media screen and (max-width: 956px) {
  #arrival {
    padding-top: 30px;
  }
  #arrival a.btn img {
    max-width: 530px;
    margin-bottom: 20px;
  }
  #arrival dl {
    padding: 23px 0 20px 0;
  }
  #arrival dl:first-of-type {
    background: none;
    padding-top: 0;
  }
  #arrival dl dt {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  #arrival dl dd table {
    width: 100%;
  }
  #arrival dl dd table th {
    width: auto;
    min-width: 60px;
  }
  #arrival dl dd table td {
    padding: 10px;
  }
}
#raceday {
  margin-bottom: 0;
  padding-top: 60px;
}
#raceday .box {
  background: url("../common/images/bg_lines.png");
  padding: 20px;
  margin-bottom: 30px;
}
#raceday .box .box_content {
  background: #fff;
  padding: 20px;
  overflow: hidden;
}
#raceday .box .box_content p:first-of-type {
  float: right;
  width: 380px;
  margin-left: 40px;
}
#raceday .box .box_content h3 {
  margin-top: 10px;
}
#raceday .box .box_content p:last-of-type {
  margin-top: 30px;
}
#raceday .box .box_content a.out_link {
  display: inline-block;
  background: url("../flow/images/link_out.png") 0 2px no-repeat;
  padding-left: 30px;
}
#raceday .box .box_content a.pdf {
  display: inline-block;
  background: url("../common/images/link_pdf.png") 0 2px no-repeat;
  background-size: 13px 16px;
  padding-left: 30px;
}

/* SP */
@media screen and (max-width: 956px) {
  #raceday {
    padding-top: 30px;
  }
  #raceday .box {
    margin-bottom: 15px;
  }
  #raceday .box .box_content {
    padding: 10px;
  }
  #raceday .box .box_content p:first-of-type {
    float: right;
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
}
#options {
  padding-top: 60px;
  padding-bottom: 30px;
  text-align: center;
}
#options p {
  margin-bottom: 30px;
}

/* SP */
@media screen and (max-width: 956px) {
  #options {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  #options p {
    margin-bottom: 4px;
  }
}
/* Resources  */
#resources {
  margin: 0 auto;
  padding: 60px 0 40px 0;
  background: #fff url("../common/images/bg_lines.png") 0 -3px repeat-x;
}
#resources ul {
  width: auto;
  display: table;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
#resources ul li {
  width: 225px;
  margin: 0 20px 20px 0;
  display: block;
  float: left;
}
#resources ul li:nth-of-type(4n) {
  margin-right: 0;
}

/* SP resources & sponsors */
@media screen and (max-width: 956px) {
  #resources {
    padding: 30px 0 20px 0;
  }
  #resources ul li {
    width: 44%;
    margin: 0 3% 20px 3%;
  }
  #resources ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
/* SUPPORTERS PAGE */
#supporters {
  width: 960px;
  margin: 0 auto;
}
#supporters article {
  padding: 60px 0;
  background: url("../common/images/bg_lines.png") 0 -5px repeat-x;
}
#supporters article:first-of-type {
  background: none;
  padding: 0 0 60px 0;
}
#supporters article img {
  border: 1px solid #e1e1e1;
  margin-bottom: 10px;
}
#supporters article .descr {
  float: left;
  margin-bottom: 15px;
}
#supporters article .descr h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}
#supporters article .descr h3 span {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  padding: 0 10px;
  line-height: 22px;
  vertical-align: middle;
  margin-left: 10px;
}
#supporters article .descr h3 span.sponsor {
  color: #fff;
  background: #029ed1;
}
#supporters article .descr h3 span.supp {
  color: #333;
  background: #ffff00;
}
#supporters article .descr ul li {
  background: url("../common/images/bullet.png") 0 6px no-repeat;
  background-size: 8px 8px;
  padding-left: 20px;
  margin-bottom: 5px;
  margin-left: 5px;
}
#supporters article .pic {
  float: right;
  overflow: hidden;
  margin-bottom: 20px;
}
#supporters article .pic figure {
  float: left;
  margin-left: 20px;
}
#supporters article .pic figure figcaption {
  text-align: center;
  color: #999999;
  font-size: 1.2rem;
  line-height: 1;
}
#supporters article p {
  clear: both;
}

/* SP */
@media screen and (max-width: 956px) {
  #supporters {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
  #supporters article {
    padding: 40px 0 30px 0;
  }
  #supporters article:first-of-type {
    padding: 10px 0 30px 0;
  }
  #supporters article .descr {
    float: none;
    margin-bottom: 15px;
  }
  #supporters article .descr > p {
    text-align: center;
  }
  #supporters article .descr h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  #supporters article .pic {
    float: none;
    overflow: hidden;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
  }
  #supporters article .pic figure {
    float: none;
    margin-bottom: 20px;
    margin-left: 0;
  }
  #supporters article .pic figure figcaption {
    text-align: center;
    color: #999999;
    font-size: 1.2rem;
    line-height: 1;
  }
  .movie {
    width: 100%;
	margin-bottom: 15px;
  }
  .sp_width {
    width: 100%;
  }
}

/* ==============================================================
   ① 出発前：講習会レイアウト（画像左・テキスト右）
   ============================================================== */
.flex-rows .row-item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 30px;
}
.flex-rows .row-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.flex-rows .row-img {
  width: 380px;
  flex-shrink: 0;
}
.flex-rows .row-txt {
  flex-grow: 1;
  padding-left: 30px;
}
/* 既存の p:first-of-type の影響を消すためにリセット */
#before .box .flex-rows p:first-of-type {
  float: none;
  width: auto;
  margin-left: 0;
}
/* 既存の p:first-of-type の影響を消すためにリセット */
#raceday .box .flex-rows p:first-of-type {
  float: none;
  width: auto;
  margin-left: 0;
}

@media screen and (max-width: 956px) {
  .flex-rows .row-item {
    flex-direction: column;
  }
  .flex-rows .row-img {
    width: 100%;
    margin-bottom: 15px;
  }
  .flex-rows .row-txt {
    padding-left: 0;
  }
}

/* ==============================================================
   ② 大会当日：特別ジョグ＆ストレッチ レイアウト
   ============================================================== */
.special-jog-list {
  margin-top: 20px;
}
.special-jog-list .jog-item {
  background: #fcfcfc;
  border-left: 5px solid #029ed1;
  padding: 20px;
  margin-bottom: 20px;
}
.special-jog-list .jog-item:last-child {
  margin-bottom: 0;
}
.special-jog-list .jog-item h4 {
  color: #029ed1;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 15px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}
.special-jog-list .jog-item p {
  margin-bottom: 10px;
  line-height: 1.6;
}
.special-jog-list .jog-item .note {
  font-size: 13px;
  color: #555;
  background: #fff;
  padding: 15px;
  border: 1px solid #ddd;
  margin-top: 15px;
  line-height: 1.5;
}
.special-jog-list .jog-item .note a {
  word-break: break-all;
}
.special-jog-list .movie-wrap {
  text-align: center;
  margin-top: 20px;
}
.special-jog-list .jog-img {
  text-align: center;
  margin-top: 15px;
}

@media screen and (max-width: 956px) {
  .special-jog-list .jog-item {
    padding: 15px;
  }
  .special-jog-list .jog-item h4 {
    font-size: 16px;
  }
  .special-jog-list .movie-wrap iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .special-jog-list .jog-img img {
    width: 100%;
    height: auto;
  }
}
/* ==============================================================
   ホスピタリティ詳細：[Deck & レアヒルーム] HTML化デザイン
   ============================================================== */
.hospitality-detail {
  background: #fff;
  padding: 60px 0;
  text-align: center;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.hospitality-detail .inner {
  width: 960px;
  margin: 0 auto;
}

/* 最上部：限定サービスラベル（付箋風） */
.label-top-center {
  display: inline-block;
  background-color: #fff9c4; /* 薄い黄色 */
  color: #d32f2f;            /* 赤色 */
  padding: 8px 30px;
  font-weight: bold;
  font-size: 1.8rem;
  border: 1px solid #eee;
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
  margin-bottom: 30px;
  position: relative;
}

/* キャッチコピー */
.hospitality-detail .sub-txt {
  color: #029ed1;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
}

/* メインタイトルエリア */
.hospitality-detail .main-title-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
}

.hospitality-detail .main-title {
  font-size: 3.6rem;
  line-height: 1.4;
  color: #333;
  margin: 0;
  font-weight: bold;
}

.hospitality-detail .main-title .highlight {
  font-size: 4.8rem;
  color: #029ed1;
  display: inline-block;
  margin-top: 5px;
}

/* フィニッシュバッジ（円形吹き出し） */
.badge-blue {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  background: #e1f5fe;
  border: 2px solid #029ed1;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: bold;
  color: #333;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.05);
}
/* バッジ横の三角（吹き出し風） */
.badge-blue::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -8px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #029ed1;
}

/* サービス内容ボックス */
.service-box {
  max-width: 640px;
  margin: 0 auto 50px;
  border: 1px solid #eee;
  padding-bottom: 20px;
}

.service-box h3 {
  background: #029ed1;
  color: #fff;
  padding: 10px 0;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 2rem;
  position: relative;
}

/* 見出しの下の逆三角形を追加 */
.service-box h3::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 15px 15px 0 15px;
  border-style: solid;
  border-color: #029ed1 transparent transparent transparent;
  z-index: 2;
}

.service-list {
  text-align: left;
  list-style: none;
  padding: 0 40px;
  margin: 0;
}

.service-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  font-size: 1.7rem;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 8px;
  color: #333;
}

.service-list li::before {
  content: "■";
  position: absolute;
  left: 0;
  color: #029ed1;
}

.service-list li span { font-size: 1.2rem; vertical-align: super; }

.hospitality-detail .note {
  font-size: 1.2rem;
  color: #666;
  text-align: left;
  margin-top: 15px;
  padding: 0 40px;
  line-height: 1.5;
}

/* 画像ギャラリー */
.photo-grid {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.photo-grid > figure {
  margin: 0;
  overflow: hidden;
  width: 50%;
}

.sub-photos {
  width: 50%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.sub-photos figure { margin: 0; overflow: hidden; }

.photo-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  transition: transform 0.3s ease;
}
/* .photo-grid img:hover { transform: scale(1.03); } */

/* ホスピタリティ詳細 SP対応 */
@media screen and (max-width: 956px) {
  .hospitality-detail { padding: 40px 15px; }
  .hospitality-detail .inner { width: 100%; }
  
  .label-top-center { font-size: 1.4rem; padding: 6px 20px; margin-bottom: 20px; }
  
  .hospitality-detail .sub-txt { font-size: 1.6rem; margin-bottom: 15px; }

  .hospitality-detail .main-title-wrap { padding: 0; display: block; margin-bottom: 30px; }

  .hospitality-detail .main-title-wrap img.sp { width: 100%; }

  .badge-blue {
    position: relative;
    left: 0; top: 0;
    transform: none;
    margin: 0 auto 20px;
    width: 100px;
    height: 100px;
  }
  .badge-blue::after { display: none; }

  .hospitality-detail .main-title { font-size: 2.2rem; }
  .hospitality-detail .main-title .highlight { font-size: 2.8rem; display: block; }

  .service-box { width: 100%; }
  .service-list { padding: 0 15px; }
  .service-list li { font-size: 1.5rem; }
  .hospitality-detail .note { padding: 0 15px; }

  .photo-grid { flex-direction: column; }
  .photo-grid > figure, .sub-photos { width: 100%; }
  .sub-photos { gap: 8px; }
}

/*# sourceMappingURL=flow.css.map */
