@charset "UTF-8";
/*
Theme Name: 一般社団法人 ファジアーノ岡山スポーツクラブ テニススクールサイト
Theme URL: https: //fagiano-okayama-sportsclub.org/tennis-school/
Description: 一般社団法人 ファジアーノ岡山スポーツクラブ テニススクールサイト
*/
/* --- reset.css --- */
/* === 使わないセレクタは消去する --- */
/* --- reset.css --- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

main {
  display: block;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body figure {
  margin: 0;
  padding: 0;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* --- reset.cssここまで --- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  max-width: 100%;
  color: #151d35;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1;
}

@media screen and (max-width: 1199px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 758px) {
  body {
    font-size: 12px;
  }
}
ul {
  list-style: none;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.container {
  margin: 0 auto;
  max-width: 100%;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1199px) {
  a:hover {
    opacity: 1;
  }
}
a[href*="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 758px) {
  a[href*="tel:"] {
    pointer-events: auto;
  }
}
button {
  color: inherit;
}

/* ===================================

  section-title

====================================== */
.section-title .title {
  position: relative;
  left: -62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  font-weight: 700;
}
.section-title .title::before {
  content: "";
  width: 38px;
  height: 30px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 38px solid #ffd800;
  margin-right: 23px;
}
.section-title .text {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 1199px) {
  .section-title .title {
    position: static;
    left: 0;
    font-size: 48px;
  }
  .section-title .title::before {
    width: 30px;
    height: 24px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 30px solid #ffd800;
    margin-right: 22px;
  }
  .section-title .text {
    padding-left: 52px;
    margin-top: 12px;
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .section-title .title {
    font-size: 32px;
  }
  .section-title .title::before {
    margin-right: 12px;
  }
  .section-title .text {
    padding-left: 42px;
    margin-top: 10px;
    font-size: 12px;
  }
}
/* ===================================

  ページトップボタン

====================================== */
.pagetop {
  position: fixed;
  right: 20px;
  bottom: 50px;
  display: block;
  width: 80px;
  height: 80px;
  z-index: 1000;
  cursor: pointer;
}
.pagetop img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .pagetop {
    right: 15px;
    bottom: 15px;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 758px) {
  .pagetop {
    right: 10px;
    bottom: 15px;
    width: 40px;
    height: 40px;
  }
}
/* ===================================

  汎用リンクボタン

====================================== */
.link-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 740px;
  height: 70px;
  margin: 60px auto 0;
  background-color: #ffd800;
  font-size: 16px;
  font-weight: 500;
  color: #151d35;
}

@media screen and (max-width: 1199px) {
  .link-btn {
    width: 400px;
    height: 50px;
    margin: 40px auto 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 758px) {
  .link-btn {
    width: calc(100% - 30px);
    margin: 40px auto 0;
    font-size: 12px;
  }
}
/* ===================================

  パンくずリスト

====================================== */
.breadcrumb-wrap {
  width: 100%;
  height: 30px;
  background-color: #cccccc;
  white-space: nowrap;
  overflow-x: hidden;
}
.breadcrumb-wrap .breadcrumb__inner {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  background-color: #cccccc;
}
.breadcrumb-wrap .breadcrumb {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #cccccc;
}
.breadcrumb-wrap span {
  font-size: 12px;
  margin: 0 2px;
}
.breadcrumb-wrap span:first-child {
  margin-left: 0;
}
.breadcrumb-wrap .bcn-toplink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}
.breadcrumb-wrap .bcn-toplink > span {
  margin-left: 4px;
}

@media screen and (max-width: 1199px) {
  .breadcrumb-wrap {
    height: 26px;
  }
  .breadcrumb-wrap .breadcrumb__inner {
    width: 100%;
    padding: 0 30px;
  }
  .breadcrumb-wrap span {
    font-size: 11px;
    margin: 0 1px;
  }
  .breadcrumb-wrap .bcn-toplink {
    font-size: 11px;
  }
  .breadcrumb-wrap .bcn-toplink > span {
    margin-left: 3px;
  }
}
@media screen and (max-width: 758px) {
  .breadcrumb-wrap {
    height: 20px;
    overflow-x: scroll;
  }
  .breadcrumb-wrap::-webkit-scrollbar {
    display: none;
  }
  .breadcrumb-wrap {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .breadcrumb-wrap .breadcrumb__inner {
    padding: 0 0 0 10px;
  }
  .breadcrumb-wrap span {
    font-size: 10px;
  }
  .breadcrumb-wrap .bcn-toplink {
    font-size: 10px;
  }
}
/* ===================================

  装飾バナー

====================================== */
.d-banner-wrap {
  margin-top: 120px;
}
.d-banner-wrap .container {
  width: 1140px;
}
.d-banner-wrap .d-banner {
  display: block;
  width: 100%;
  padding: 35px 40px 42px;
  background: linear-gradient(-25deg, #242967 0%, #242967 18%, #9a003e 18%, #9a003e 82%, #242967 82%, #242967 100%, #242967);
}
.d-banner-wrap .d-banner__head {
  position: relative;
  padding-bottom: 42px;
}
.d-banner-wrap .d-banner__title {
  font-size: 48px;
  font-weight: 700;
  color: #fcee21;
}
.d-banner-wrap .d-banner__title .sp {
  display: none;
}
.d-banner-wrap .d-banner__text {
  margin-top: 28px;
  font-size: 28px;
  font-weight: 500;
  color: #fff;
}
.d-banner-wrap .d-banner__character {
  position: absolute;
  bottom: 0;
  right: 15px;
  width: 150px;
}
.d-banner-wrap .d-banner__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.d-banner-wrap .d-banner__link {
  width: 49%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
}

@media screen and (max-width: 1199px) {
  .d-banner-wrap {
    margin-top: 80px;
  }
  .d-banner-wrap .container {
    width: 100%;
    padding: 0 30px;
  }
  .d-banner-wrap .d-banner {
    padding: 30px 30px 35px;
  }
  .d-banner-wrap .d-banner__head {
    padding-bottom: 30px;
  }
  .d-banner-wrap .d-banner__title {
    font-size: 30px;
  }
  .d-banner-wrap .d-banner__text {
    margin-top: 20px;
    font-size: 18px;
  }
  .d-banner-wrap .d-banner__character {
    right: 0;
    width: 100px;
  }
  .d-banner-wrap .d-banner__link {
    width: 48.3%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.3%;
            flex: 0 0 48.3%;
  }
}
@media screen and (max-width: 758px) {
  .d-banner-wrap {
    margin-top: 40px;
  }
  .d-banner-wrap .container {
    padding: 0;
  }
  .d-banner-wrap .d-banner {
    padding: 27px 15px 40px;
    background: linear-gradient(-25deg, #242967 0%, #242967 10%, #9a003e 10%, #9a003e 90%, #242967 90%, #242967 100%, #242967);
  }
  .d-banner-wrap .d-banner__head {
    padding-bottom: 33px;
  }
  .d-banner-wrap .d-banner__title {
    font-size: 28px;
    line-height: 1.36;
  }
  .d-banner-wrap .d-banner__title .sp {
    display: block;
  }
  .d-banner-wrap .d-banner__text {
    margin-top: 15px;
    font-size: 14px;
  }
  .d-banner-wrap .d-banner__character {
    top: -13px;
    bottom: auto;
    width: 76px;
  }
  .d-banner-wrap .d-banner__body {
    display: block;
  }
  .d-banner-wrap .d-banner__link {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .d-banner-wrap .d-banner__link + .d-banner__link {
    margin-top: 10px;
  }
}
/* ===================================

  画像なしメインビジュアル

====================================== */
.l-mv {
  width: 100%;
  height: 120px;
  background-color: #fff;
}
.l-mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.l-mv__title {
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 1199px) {
  .l-mv {
    height: 100px;
  }
  .l-mv__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 758px) {
  .l-mv {
    height: 80px;
  }
  .l-mv__title {
    font-size: 18px;
  }
}
/* ===================================

  ドロップダウン

====================================== */
.select-dropd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 14px 0 12px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #b3b3b3;
}
.select-dropd .select-wrap {
  width: 220px;
  padding: 0 10px 3px;
  border-bottom: 1px solid #b3b3b3;
}
.select-dropd select {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #151d35;
}

@media screen and (max-width: 1199px) {
  .select-dropd {
    padding: 14px 0 12px;
  }
  .select-dropd .select-wrap {
    width: 200px;
    padding: 0 6px 3px;
  }
  .select-dropd select {
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .select-dropd {
    padding: 12px 0 10px;
  }
  .select-dropd .select-wrap {
    width: 180px;
    padding: 0 3px 3px;
  }
  .select-dropd select {
    font-size: 14px;
  }
}
/* ===================================

  ページネーション

====================================== */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.pagination {
  margin-top: 78px;
}
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8px;
  width: 50px;
  height: 50px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  border: 1px solid #ccc;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover {
  background-color: #9a003e;
  border: none;
  color: #fff;
  opacity: 1;
}
.pagination .page-numbers + .page-numbers {
  margin-left: 10px;
}

@media screen and (max-width: 1199px) {
  .pagination {
    margin-top: 50px;
  }
  .pagination .page-numbers {
    margin-bottom: 5px;
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
  .pagination .page-numbers:hover {
    background-color: #fff;
    color: #151d35;
    border: 1px solid #ccc;
  }
  .pagination .page-numbers + .page-numbers {
    margin-left: 3px;
  }
}
@media screen and (max-width: 758px) {
  .pagination {
    margin-top: 40px;
  }
  .pagination .page-numbers {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }
}
/* ===================================

  誘導パート

====================================== */
.conve {
  margin-top: 60px;
  padding: 54px 0 75px;
  width: 100%;
  background-image: url(img/conve-bg@2x-80.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.conve .container {
  width: 1080px;
}
.conve__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffd800;
}
.conve__title .sp {
  display: none;
}
.conve__text {
  margin-top: 22px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}
.conve__text .sp {
  display: none;
}
.conve__howto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.conve__howto::before {
  content: "";
  width: 19px;
  height: 16px;
  margin-right: 10px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 19px solid #ffd800;
}
.conve__figure {
  display: block;
  width: 100%;
  margin-top: 33px;
}
.conve__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
.conve__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 520px;
  height: 100px;
  background-color: #fff;
  border-radius: 10px;
  z-index: 1;
}
.conve__btn.mail {
  padding-left: 40px;
  font-size: 26px;
  font-weight: 700;
  background-image: url(img/ico/ico-conve-arrow-bk.svg);
  background-repeat: no-repeat;
  background-size: 11px 18px;
  background-position: right 38px center;
}
.conve__btn.mail img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  width: 50px;
  margin-right: 20px;
}
.conve__btn.tel {
  padding-left: 35px;
}
.conve__btn.tel img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 39px;
          flex: 0 0 39px;
  width: 39px;
  margin-right: 35px;
}
.conve__btn-text .num {
  font-family: "Roboto", sans-serif;
  font-size: 44px;
  font-weight: 700;
}
.conve__btn-text .text {
  margin-top: 3px;
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .conve {
    margin-top: 60px;
    padding: 50px 0 60px;
  }
  .conve .container {
    width: 100%;
    padding: 0 30px;
  }
  .conve__title {
    font-size: 36px;
  }
  .conve__text {
    margin-top: 16px;
    font-size: 16px;
  }
  .conve__howto {
    font-size: 20px;
    margin-top: 25px;
  }
  .conve__howto::before {
    width: 17px;
    height: 14px;
    margin-right: 8px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 17px solid #ffd800;
  }
  .conve__figure {
    margin-top: 25px;
  }
  .conve__btns {
    margin-top: 40px;
  }
  .conve__btn {
    width: 48.3%;
    height: 85px;
    border-radius: 6px;
  }
  .conve__btn.mail {
    padding-left: 25px;
    font-size: 17px;
    background-size: 10px 16px;
    background-position: right 20px center;
  }
  .conve__btn.mail img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33px;
            flex: 0 0 33px;
    width: 33px;
    margin-right: 15px;
  }
  .conve__btn.tel {
    padding-left: 25px;
  }
  .conve__btn.tel img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    width: 30px;
    margin-right: 20px;
  }
  .conve__btn-text .num {
    font-size: 34px;
  }
  .conve__btn-text .text {
    font-size: 11px;
    margin-top: 3px;
  }
}
@media screen and (max-width: 758px) {
  .conve {
    margin-top: 40px;
    padding: 30px 0 40px;
  }
  .conve .container {
    padding: 0 15px;
  }
  .conve__title {
    font-size: 20px;
    text-align: center;
  }
  .conve__title .sp {
    display: block;
  }
  .conve__text {
    margin-top: 15px;
    font-size: 13px;
    text-align: center;
  }
  .conve__text .sp {
    display: block;
  }
  .conve__howto {
    font-size: 16px;
  }
  .conve__howto::before {
    position: relative;
    top: 1px;
    width: 14px;
    height: 10px;
    margin-right: 6px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 14px solid #ffd800;
  }
  .conve__figure {
    margin-top: 20px;
  }
  .conve__btns {
    display: block;
    margin-top: 30px;
  }
  .conve__btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 65px;
  }
  .conve__btn + .conve__btn {
    margin-top: 15px;
  }
  .conve__btn.mail {
    padding-left: 0;
    font-size: 16px;
    background-size: 8px 14px;
    background-position: right 15px center;
  }
  .conve__btn.mail img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33px;
            flex: 0 0 33px;
    width: 33px;
    margin-right: 15px;
  }
  .conve__btn.tel {
    padding-left: 0;
  }
  .conve__btn.tel img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    width: 24px;
    margin-right: 15px;
  }
  .conve__btn-text .num {
    font-size: 30px;
  }
  .conve__btn-text .text {
    font-size: 11px;
    margin-top: 2px;
  }
}
/* ===================================

  ヘッダー

====================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 105px;
  background-color: #fff;
  border-bottom: 5px solid #9a003e;
  z-index: 100;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
.header-logo {
  width: 187px;
  -ms-flex-item-align: center;
      align-self: center;
}
.header-logo__link {
  display: block;
}
.header-logo img {
  display: block;
  width: 100%;
}
.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 45px;
}
.header-nav .item {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-nav .item + .item {
  margin-left: 10px;
}
.header-nav .item__ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-repeat: no-repeat;
  background-position: center top 10px;
  padding-bottom: 10px;
  width: 90px;
  height: 90px;
  font-size: 14px;
  font-weight: 500;
  background-color: #fff;
  border-radius: 4px 4px 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.header-nav .item.school .item__ico {
  background-image: url(img/ico/ico-soccer.svg);
  background-size: 45px 45px;
}
.header-nav .item.youth {
  position: relative;
  margin-left: 20px;
}
.header-nav .item.youth::before {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: 10px;
  width: 1px;
  height: 70px;
  background-color: #ccc;
}
.header-nav .item.youth .item__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-left: 0;
  padding-top: 20px;
}
.header-nav .item.youth .item__body .lists-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 24px;
  padding-left: 16px;
}
.header-nav .item.youth .item__body .lists-wrap + .lists-wrap {
  margin-top: 2em;
}
.header-nav .item.youth .item__body .lists ul {
  margin-top: 19px;
  padding-left: 0;
}
.header-nav .item.youth .item__body .lists li {
  font-size: 14px;
}
.header-nav .item.youth .item__ico {
  background-image: url(img/ico/ico-youth.svg);
  background-size: 63px 45px;
}
.header-nav .item.youth .item__contents__inner {
  width: 1200px;
}
.header-nav .item.youth .item__body .lists {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  width: 25%;
}
.header-nav .item.cheer .item__ico {
  background-image: url(img/ico/ico-cheer.svg);
  background-size: 62px 45px;
}
.header-nav .item.tennis .item__ico {
  background-image: url(img/ico/ico-tennis.svg);
  background-size: 43px 45px;
}
.header-nav .item.rsv .item__ico {
  background-image: url(img/ico/ico-studiam.svg);
  background-size: 52px 45px;
}
.header-nav .item.rsv .item__ico:hover {
  opacity: 1;
}
.header-nav .item:hover .item__ico {
  background-color: #9a003e;
  color: #fff;
}
.header-nav .item:hover.school .item__ico {
  background-image: url(img/ico/ico-soccer-wh.svg);
}
.header-nav .item:hover.youth .item__ico {
  background-image: url(img/ico/ico-youth-wh.svg);
}
.header-nav .item:hover.cheer .item__ico {
  background-image: url(img/ico/ico-cheer-wh.svg);
}
.header-nav .item:hover.tennis .item__ico {
  background-image: url(img/ico/ico-tennis-wh.svg);
}
.header-nav .item:hover.rsv .item__ico {
  background-color: #242967;
  background-image: url(img/ico/ico-studiam-wh.svg);
}
.header-nav .item__contents {
  position: fixed;
  display: none;
  background-color: #fff;
  width: 100vw;
  min-height: 365px;
  top: 100px;
  left: 0;
  padding: 40px 0;
  border-top: 5px solid #9a003e;
}
.header-nav .item__contents.show {
  display: block;
}
.header-nav .item__contents__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 960px;
  margin: 0 auto;
}
.header-nav .item__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 440px;
          flex: 0 0 440px;
  width: 440px;
}
.header-nav .item__thumb img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 8px;
  z-index: 1;
}
.header-nav .item__body {
  margin-left: 40px;
  padding-top: 40px;
}
.header-nav .item__body .item-nav__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
.header-nav .item__body .item-nav__title::before {
  content: "";
  width: 7px;
  height: 10px;
  margin-right: 9px;
  background-image: url(img/ico/ico-arrow-right-bold@3x.png);
  background-repeat: no-repeat;
  background-size: 7px 10px;
  background-position: center center;
}
.header-nav .item__body ul {
  margin-top: 24px;
  padding-left: 15px;
}
.header-nav .item__body ul li {
  font-size: 14px;
}
.header-nav .item__body ul li + li {
  margin-top: 20px;
}
.header-nav .item__body .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav .item__body .nav-link::before {
  content: "";
  width: 7px;
  height: 10px;
  margin-right: 10px;
  background-image: url(img/ico/ico-arrow-right@3x.png);
  background-repeat: no-repeat;
  background-size: 6px 9px;
  background-position: center center;
}
.header-nav .item.youth .item__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-left: 0;
  padding-top: 20px;
}
.header-nav .item.youth .item__body .lists-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 24px;
  padding-left: 16px;
}
.header-nav .item.youth .item__body .lists {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
}
.header-nav .item.youth .item__body .lists ul {
  margin-top: 19px;
  padding-left: 0;
}
.header-nav .item.youth .item__body .lists li {
  font-size: 14px;
}
.header-btn {
  margin-left: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  width: 80px;
  height: 80px;
  -ms-flex-item-align: center;
      align-self: center;
}
.header-btn .menu-btn {
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  height: 100%;
  background-color: #9a003e;
  border-radius: 9999px;
  cursor: pointer;
}
.header-btn .menu-btn span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 38px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-btn .menu-btn span:first-child {
  top: 20px;
}
.header-btn .menu-btn span:nth-child(2) {
  top: 31px;
}
.header-btn .menu-btn span:nth-child(3) {
  top: 42px;
}
.header-btn .menu-btn.active {
  background-color: #fff;
  border: 2px solid #9a003e;
}
.header-btn .menu-btn.active span {
  background-color: #9a003e;
}
.header-btn .menu-btn.active span:first-child {
  top: 29px;
  left: 19px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header-btn .menu-btn.active span:nth-child(2) {
  opacity: 0;
}
.header-btn .menu-btn.active span:nth-child(3) {
  left: 19px;
  top: 29px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header-btn .menu-btn.active .menu-btn__text {
  color: #9a003e;
}
.header-btn .menu-btn p {
  position: absolute;
  left: 50%;
  bottom: 12px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .header {
    height: 62px;
    border-bottom: 2px solid #9a003e;
  }
  .header__inner {
    padding: 0 30px;
  }
  .header-logo {
    width: 230px;
  }
  .header-logo img {
    width: auto;
    height: 50px;
  }
  .header-nav {
    display: none;
  }
  .header-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41px;
            flex: 0 0 41px;
    width: 41px;
    height: 41px;
  }
  .header-btn .menu-btn span {
    width: 19px;
    height: 2px;
  }
  .header-btn .menu-btn span:first-child {
    top: 13px;
  }
  .header-btn .menu-btn span:nth-child(2) {
    top: 19px;
  }
  .header-btn .menu-btn span:nth-child(3) {
    top: 25px;
  }
  .header-btn .menu-btn.active span:first-child {
    top: 17px;
    left: 9px;
  }
  .header-btn .menu-btn.active span:nth-child(3) {
    top: 17px;
    left: 9px;
  }
  .header-btn .menu-btn.active .menu-btn__text {
    color: #9a003e;
  }
  .header-btn .menu-btn p {
    display: none;
  }
}
@media screen and (max-width: 758px) {
  .header__inner {
    padding: 0 10px;
  }
  .header-logo {
    width: 217px;
  }
  .header-logo img {
    height: 40px;
  }
}
/* ---------------------------------
  固定ヘッダー用のスペーサー
----------------------------------- */
.for-fixed-header-space {
  width: 100%;
  height: 155px;
}

@media screen and (max-width: 1199px) {
  .for-fixed-header-space {
    height: 62px;
  }
}
/* ===================================

  ドロワーメニュー

====================================== */
.d-menu {
  position: fixed;
  top: 105px;
  bottom: 0;
  right: -100%;
  width: 100vw;
  min-height: 100vh;
  padding-top: 75px;
  background-color: #fff;
  opacity: 0;
  z-index: -100;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.d-menu.show {
  right: 0;
  opacity: 1;
  z-index: 9999;
}
.d-menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 960px;
  margin: 0 auto;
}
.d-menu__title {
  font-size: 18px;
  font-weight: 500;
}
.d-menu__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 420px;
          flex: 0 0 420px;
  width: 420px;
}
.d-menu__left .items {
  margin-top: 27px;
}
.d-menu__left .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 33px;
  width: 100%;
  height: 85px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  z-index: 1;
}
.d-menu__left .item + .item {
  margin-top: 10px;
}
.d-menu__left .item__ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
}
.d-menu__left .item__ico img {
  display: block;
  width: auto;
  height: 45px;
}
.d-menu__left .item p {
  margin-left: 28px;
  font-size: 20px;
  font-weight: 500;
}
.d-menu__hr {
  margin: 10px 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.d-menu__right {
  width: 420px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 420px;
          flex: 0 0 420px;
}
.d-menu__nav {
  margin-top: 30px;
  padding-bottom: 94px;
  border-bottom: 1px solid #ccc;
}
.d-menu__nav .nav-item + .nav-item {
  margin-top: 22px;
}
.d-menu__nav .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.d-menu__nav .nav-link::before {
  content: "";
  width: 13px;
  height: 10px;
  margin-right: 15px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 13px solid #151d35;
}
.d-menu__nav .nav-link img {
  display: block;
  width: 14px;
  position: relative;
  top: 1px;
  margin-left: 5px;
}
.d-menu__copy {
  margin-top: 30px;
  color: #666666;
}

.sp-menu {
  display: none;
}

@media screen and (max-width: 1199px) {
  .d-menu {
    display: none;
  }
  .d-menu.show {
    display: none;
  }
  .sp-menu {
    display: block;
    position: fixed;
    top: 62px;
    right: -100%;
    width: 360px;
    max-height: 100vh;
    padding-bottom: 20px;
    background-color: #fff;
    opacity: 0;
    z-index: -100;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .sp-menu.show {
    right: 0;
    opacity: 1;
    z-index: 9999;
  }
  .sp-menu__inner {
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    overscroll-behavior-y: none;
    padding-top: 23px;
    padding-bottom: 50px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .sp-menu__inner::-webkit-scrollbar {
    display: none;
  }
  .sp-menu__head {
    padding: 0 15px;
  }
  .sp-menu__title {
    font-size: 14px;
    font-weight: 500;
  }
  .sp-menu__panels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 16px;
    padding: 0 10px;
  }
  .sp-menu__panels .panel {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 22.6%;
    height: 70px;
    border: 1px solid #ccc;
    border-radius: 4px;
    z-index: 1;
  }
  .sp-menu__panels .panel:nth-child(n+5) {
    margin-top: 10px;
  }
  .sp-menu__panels .panel__ico {
    width: auto;
    height: 28px;
  }
  .sp-menu__panels .panel__text {
    margin-top: 8px;
    font-size: 10px;
    font-weight: 500;
  }
  .sp-menu__body {
    margin-top: 25px;
  }
  .sp-menu__body .list {
    padding: 10px 15px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    border-top: 1px solid #ccc;
  }
  .sp-menu__body .list.parent {
    background-image: url(img/ico/ico-menu-plus.svg);
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: right 15px center;
  }
  .sp-menu__body .list.parent.active {
    background-image: url(img/ico/ico-menu-minus.svg);
  }
  .sp-menu__body .list.outlink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 70px;
  }
  .sp-menu__body .list.outlink .outlink-ico {
    width: 12px;
    margin-left: 5px;
  }
  .sp-menu__body .child {
    display: none;
    padding: 0 15px;
    background-color: #f2f2f2;
  }
  .sp-menu__body .child .list {
    font-size: 12px;
  }
}
@media screen and (max-width: 758px) {
  .sp-menu {
    width: 100%;
  }
}
/* ===================================

  ヘッダー下ナビゲーション

====================================== */
.header-band {
  position: fixed;
  top: 105px;
  left: 0;
  right: 0;
  width: 100%;
  height: 50px;
  background-color: #f2f2f2;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  z-index: 99;
}
.header-band .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 20px;
}
.header-band-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-band-nav .menu-item + .menu-item {
  margin-left: 33px;
}
.header-band-nav .menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666666;
}
.header-band-nav .menu-item a::before {
  content: "";
  width: 13px;
  height: 10px;
  margin-right: 15px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 13px solid #666666;
}
.header-band-nav .menu-item a img {
  width: 13px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 13px;
          flex: 0 0 13px;
  margin-left: 7px;
}

@media screen and (max-width: 1199px) {
  .header-band {
    display: none;
  }
}
/* ===================================

  フッター

====================================== */
.footer {
  width: 100%;
  margin-top: 120px;
  padding: 30px 0;
  background-color: #242967;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
  color: #fff;
}
.footer__column {
  width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  font-weight: 500;
}
.footer__link::before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19px;
          flex: 0 0 19px;
  position: relative;
  top: 6px;
  content: "";
  width: 7px;
  height: 10px;
  margin-right: 9px;
  background-image: url(img/ico/ico-arrow-right-bold-wh@3x.png);
  background-repeat: no-repeat;
  background-size: 7px 10px;
  background-position: center center;
}

@media screen and (max-width: 1199px) {
  .footer {
    margin-top: 60px;
    padding: 30px 0;
  }
  .footer__inner {
    width: 100%;
    padding: 0 30px;
  }
  .footer__column {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .footer__column:nth-child(n+3) {
    margin-top: 1em;
  }
  .footer__link::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12px;
            flex: 0 0 12px;
    top: 6px;
    width: 6px;
    height: 9px;
    margin-right: 7px;
    background-size: 6px 9px;
  }
}
@media screen and (max-width: 758px) {
  .footer {
    margin-top: 35px;
    padding: 20px 0;
  }
  .footer__inner {
    padding: 0 15px;
  }
  .footer__link {
    font-size: 11px;
  }
  .footer__link::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5px;
            flex: 0 0 5px;
    top: 5px;
    width: 5px;
    height: 7px;
    margin-right: 6px;
    background-size: 5px 7px;
  }
}
/* ===================================

  Copyright

====================================== */
.copyright {
  width: 100%;
  padding: 20px 0;
  background-color: #333;
}
.copyright__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.copyright__inner p {
  font-size: 12px;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .copyright {
    padding: 18px 0;
    width: 100%;
  }
  .copyright__inner {
    display: block;
    text-align: center;
    width: 100%;
    padding: 0;
  }
  .copyright__inner p {
    font-size: 11px;
  }
  .copyright__inner p + p {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 758px) {
  .copyright {
    padding: 10px 0;
  }
  .copyright__inner p {
    font-size: 10px;
  }
  .copyright__inner p + p {
    margin-top: 6px;
  }
}
/* ===================================

  メインビジュアル

====================================== */
.mv {
  position: relative;
}
.mv-head {
  width: 100%;
  height: 105px;
  background-color: #ffd800;
}
.mv-head__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.mv__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #151d35;
}
.mv__title .title {
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  font-weight: 700;
}
.mv__title .text {
  margin-left: 43px;
  font-size: 20px;
  font-weight: 700;
}
.mv__pagelink {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
  height: 50px;
  background-color: #008a62;
  background-image: url(img/ico/ico-arrow-right-bold-wh@3x.png);
  background-repeat: no-repeat;
  background-size: 8px 12px;
  background-position: right 12px center;
  font-weight: 500;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 4px;
  z-index: 1;
}
.mv__thumb {
  width: 100%;
  background: rgb(255, 251, 229);
}
.mv__thumb-img {
  display: block;
  width: 887px;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .mv-head {
    height: 100px;
  }
  .mv-head__inner {
    padding: 0 30px;
    width: 100%;
  }
  .mv__title .title {
    font-size: 48px;
  }
  .mv__title .text {
    margin-left: 24px;
    font-size: 16px;
  }
  .mv__pagelink {
    width: 130px;
    height: 40px;
    background-size: 7px 11px;
    background-position: right 6px center;
  }
  .mv__thumb-img {
    width: 100%;
  }
}
@media screen and (max-width: 758px) {
  .mv-head {
    height: 94px;
  }
  .mv-head__inner {
    padding: 0 15px;
  }
  .mv__title {
    display: block;
  }
  .mv__title .title {
    font-size: 33px;
  }
  .mv__title .text {
    margin-left: 0;
    margin-top: 3px;
    padding-right: 40px;
    font-size: 14px;
    line-height: 1.34;
  }
  .mv__pagelink {
    width: 100px;
    height: 35px;
    background-size: 5px 8px;
    background-position: right 4px center;
    font-size: 11px;
  }
}
/* ===================================

  各種アンカー

====================================== */
.home .anchors {
  background-color: #f2f2f2;
}
.home .anchors__contents {
  position: relative;
  top: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1040px;
  height: 80px;
  margin: 0 auto;
  padding: 0 30px;
  background-color: #fff;
  border-radius: 8px;
  z-index: 10;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.home .anchors .anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
.home .anchors .anchor + .anchor {
  margin-left: 40px;
}
.home .anchors .anchor::after {
  content: "";
  margin-left: 14px;
  width: 12px;
  height: 8px;
  background-image: url(img/ico/ico-arrow-btm-bk.svg);
  background-repeat: no-repeat;
  background-size: 12px 8px;
  background-position: center center;
}

@media screen and (max-width: 1199px) {
  .home .anchors__contents {
    top: -30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% - 60px);
    height: auto;
    margin: 0 auto;
    padding: 30px 50px;
    border-radius: 5px;
  }
  .home .anchors .anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 30%;
  }
  .home .anchors .anchor + .anchor {
    margin-left: auto;
  }
  .home .anchors .anchor:nth-child(4n) {
    margin-left: 0;
  }
  .home .anchors .anchor:nth-child(n+4) {
    margin-top: 20px;
  }
  .home .anchors .anchor::after {
    position: relative;
    top: 2px;
    margin-left: 10px;
    width: 10px;
    height: 6px;
    background-size: 10px 6px;
    background-position: center center;
  }
}
@media screen and (max-width: 758px) {
  .home .anchors__contents {
    top: -15px;
    width: calc(100% - 30px);
    padding: 20px 42px 20px 30px;
  }
  .home .anchors .anchor {
    width: 40%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home .anchors .anchor + .anchor {
    margin-left: auto;
  }
  .home .anchors .anchor:nth-child(odd) {
    margin-left: 0;
  }
  .home .anchors .anchor:nth-child(even) {
    margin-left: auto;
  }
  .home .anchors .anchor:nth-child(n+3) {
    margin-top: 13px;
  }
  .home .anchors .anchor::after {
    top: 1px;
    margin-left: 0;
    width: 8px;
    height: 4px;
    background-size: 8px 4px;
  }
}
/* ===================================

  ニュース

====================================== */
.home .news {
  padding: 60px 0 90px;
  background-color: #f2f2f2;
}
.home .news .container {
  width: 1080px;
}
.home .news__contents {
  margin-top: 55px;
}
.home .news .entries {
  padding: 45px 50px 50px;
  background-color: #fff;
}
.home .news .entry {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 23px;
}
.home .news .entry + .entry {
  margin-top: 23px;
}
.home .news .entry:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.home .news .entry__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .news .entry__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .news .entry__date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  width: 100px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.home .news .entry__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  width: 120px;
  height: 24px;
  background-color: #ffd800;
  font-size: 12px;
}
.home .news .entry__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 30px;
  font-weight: 500;
  word-break: break-all;
}

@media screen and (max-width: 1199px) {
  .home .news {
    padding: 20px 0 60px;
  }
  .home .news .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .news__contents {
    margin-top: 30px;
  }
  .home .news .entries {
    padding: 35px 30px 40px;
  }
  .home .news .entry {
    padding-bottom: 20px;
  }
  .home .news .entry + .entry {
    margin-top: 20px;
  }
  .home .news .entry__date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    width: 80px;
  }
  .home .news .entry__cate {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    width: 100px;
    height: 20px;
    font-size: 11px;
  }
  .home .news .entry__title {
    margin-left: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 758px) {
  .home .news {
    padding: 17px 0 40px;
  }
  .home .news .container {
    padding: 0 0;
  }
  .home .news .section-title {
    padding: 0 15px;
  }
  .home .news__contents {
    margin-top: 20px;
  }
  .home .news .entries {
    padding: 30px 15px 30px;
  }
  .home .news .entry {
    padding-bottom: 15px;
  }
  .home .news .entry + .entry {
    margin-top: 15px;
  }
  .home .news .entry__link {
    display: block;
  }
  .home .news .entry__date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75px;
            flex: 0 0 75px;
    width: 75px;
  }
  .home .news .entry__cate {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
    width: 90px;
    height: 18px;
    font-size: 10px;
  }
  .home .news .entry__title {
    margin-left: 0;
    margin-top: 9px;
    font-size: 12px;
    line-height: 1.5;
  }
}
/* ===================================

  チアダンススクール概要

====================================== */
.home .about {
  margin-top: 80px;
  padding-bottom: 90px;
}
.home .about .container {
  width: 1080px;
}
.home .about__contents {
  margin-top: 57px;
}
.home .about__copy {
  line-height: 2;
  font-weight: 500;
}
.home .about__slider {
  margin-top: 57px;
}
.home .about__slider__inner {
  width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .home .about {
    margin-top: 60px;
    padding-bottom: 60px;
  }
  .home .about .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .about__contents {
    margin-top: 40px;
  }
  .home .about__slider {
    margin-top: 40px;
  }
  .home .about__slider__inner {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 758px) {
  .home .about {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .home .about .section-title h2 {
    font-size: 31px;
  }
  .home .about .container {
    padding: 0 15px;
  }
  .home .about__contents {
    margin-top: 30px;
  }
  .home .about__slider {
    margin-top: 30px;
  }
  .home .about__slider__inner {
    padding: 0;
  }
}
/* ===================================

  コンセプト

====================================== */
.home .conce {
  margin-top: 50px;
}
.home .conce__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .conce__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  width: 160px;
  height: 50px;
  padding-left: 30px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  background-color: #ffd800;
}
.home .conce__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 25px;
  height: 50px;
  background-color: #151d35;
  font-size: 20px;
  font-weight: 700;
  color: #ffd800;
}
.home .conce__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
}
.home .conce__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 520px;
          flex: 0 0 520px;
  width: 520px;
}
.home .conce__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 32px;
  padding-left: 45px;
}
.home .conce__contents p {
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .home .conce {
    margin-top: 40px;
  }
  .home .conce__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 145px;
            flex: 0 0 145px;
    width: 145px;
    height: 40px;
    padding-left: 20px;
    font-size: 18px;
  }
  .home .conce__right {
    padding-left: 20px;
    height: 40px;
    font-size: 18px;
  }
  .home .conce__body {
    margin-top: 18px;
  }
  .home .conce__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    width: 45%;
  }
  .home .conce__contents {
    padding-top: 15px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 758px) {
  .home .conce {
    margin-top: 30px;
  }
  .home .conce__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    width: 80px;
    height: 32px;
    padding-left: 15px;
    font-size: 13px;
  }
  .home .conce__right {
    padding-left: 15px;
    height: 32px;
    font-size: 13px;
  }
  .home .conce__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 15px;
  }
  .home .conce__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-top: 15px;
  }
  .home .conce__contents {
    padding-top: 0;
    padding-left: 0;
  }
}
/* ===================================

  コーチ紹介

====================================== */
.home .coach {
  padding: 90px 0;
  background-color: #f2f2f2;
}
.home .coach .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1080px;
}
.home .coach .sp {
  display: none;
}
.home .coach__contents {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
}
.home .coach__copy {
  margin-top: 26px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.home .coach__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px auto 0;
  width: 100%;
  max-width: 740px;
  height: 70px;
  background-color: #ffd800;
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .home .coach {
    padding: 50px 0;
  }
  .home .coach .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .coach__copy {
    margin-top: 20px;
    font-size: 15px;
  }
  .home .coach__link {
    margin-top: 30px;
    max-width: 400px;
    height: 50px;
    font-size: 14px;
  }
}
@media screen and (max-width: 758px) {
  .home .coach {
    padding: 40px 0;
  }
  .home .coach .container {
    padding: 0 15px;
  }
  .home .coach .pc {
    display: none;
  }
  .home .coach .sp {
    display: block;
  }
  .home .coach__contents {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .home .coach__copy {
    margin-top: 19px;
    font-size: 12px;
  }
  .home .coach__link {
    margin-top: 25px;
    height: 50px;
    font-size: 12px;
  }
}
/* ===================================

  コース紹介画像

====================================== */
.home .course-mv {
  width: 100%;
}
.home .course-mv__thumb {
  width: 100%;
  padding-top: 29.15%;
  background-image: url(img/top-course-mv@2x-80.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 758px) {
  .home .course-mv__thumb {
    padding-top: 48%;
  }
}
.home .course-items {
  margin-top: 90px;
}
.home .course-items .container {
  width: 1080px;
}
.home .course-items__text {
  margin-top: 48px;
  font-weight: 500;
  line-height: 2;
}
.home .course-items .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 38px;
}
.home .course-items .item {
  width: 520px;
}
.home .course-items .item:nth-child(n+3) {
  margin-top: 45px;
}
.home .course-items .item__head {
  width: 100%;
}
.home .course-items .item__head img {
  display: block;
  width: 100%;
}
.home .course-items .item__body {
  padding-top: 16px;
}
.home .course-items .item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  height: 40px;
  background-color: #ffd800;
}
.home .course-items .item__title .title {
  font-size: 20px;
  font-weight: 700;
}
.home .course-items .item__title.challenge {
  background-color: #fbb03b;
}
.home .course-items .item__text {
  margin-top: 14px;
  font-weight: 500;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .home .course-items {
    margin-top: 60px;
  }
  .home .course-items .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .course-items__text {
    margin-top: 40px;
  }
  .home .course-items .items {
    margin-top: 40px;
  }
  .home .course-items .item {
    width: 48.3%;
  }
  .home .course-items .item:nth-child(n+3) {
    margin-top: 30px;
  }
  .home .course-items .item__body {
    padding-top: 12px;
  }
  .home .course-items .item__title {
    height: 32px;
    padding-left: 10px;
  }
  .home .course-items .item__title .title {
    font-size: 16px;
  }
  .home .course-items .item__text {
    margin-top: 12px;
  }
}
@media screen and (max-width: 758px) {
  .home .course-items {
    margin-top: 30px;
  }
  .home .course-items .container {
    padding: 0 15px;
  }
  .home .course-items__text {
    margin-top: 30px;
  }
  .home .course-items .items {
    display: block;
    margin-top: 30px;
  }
  .home .course-items .item {
    width: 100%;
  }
  .home .course-items .item + .item {
    margin-top: 23px;
  }
  .home .course-items .item__body {
    padding-top: 10px;
  }
  .home .course-items .item__title {
    height: 28px;
  }
  .home .course-items .item__title .title {
    font-size: 14px;
  }
  .home .course-items .item__text {
    margin-top: 10px;
  }
}
/* ===================================

  スクール会場紹介

====================================== */
.home .location {
  margin-top: 90px;
  padding: 90px 0;
  background-color: #f2f2f2;
}
.home .location .container {
  width: 1080px;
}
.home .location .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
.home .location .item__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 520px;
          flex: 0 0 520px;
  width: 520px;
  overflow: hidden;
}
.home .location .item__thumb-img {
  width: 100%;
  padding-top: 51%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home .location .item__link:hover {
  opacity: 0.6;
}
.home .location .item__link:hover .item__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.home .location .item__contents {
  width: 520px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 520px;
          flex: 0 0 520px;
  padding-top: 30px;
  word-break: break-all;
}
.home .location .item__title {
  font-size: 24px;
  font-weight: 700;
}
.home .location .item__text {
  margin-top: 22px;
  font-size: 14px;
  line-height: 1.5;
}
.home .location .item .link-btn {
  margin-top: 40px;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .home .location {
    margin-top: 50px;
    padding: 50px 0;
  }
  .home .location .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .location .item {
    margin-top: 40px;
  }
  .home .location .item__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.3%;
            flex: 0 0 48.3%;
    width: 48.3%;
  }
  .home .location .item__link:hover {
    opacity: 1;
  }
  .home .location .item__link:hover .item__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .home .location .item__contents {
    width: 48.3%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.3%;
            flex: 0 0 48.3%;
    padding-top: 10px;
  }
  .home .location .item__title {
    font-size: 18px;
  }
  .home .location .item__text {
    margin-top: 18px;
    font-size: 13px;
  }
  .home .location .item .link-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 758px) {
  .home .location {
    margin-top: 40px;
    padding: 40px 0;
  }
  .home .location .container {
    padding: 0 15px;
  }
  .home .location .item {
    display: block;
    margin-top: 30px;
  }
  .home .location .item + .item {
    margin-top: 25px;
  }
  .home .location .item__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .home .location .item__contents {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-top: 15px;
  }
  .home .location .item__title {
    font-size: 16px;
  }
  .home .location .item__text {
    margin-top: 15px;
    font-size: 12px;
  }
  .home .location .item .link-btn {
    margin-top: 20px;
  }
}
/* ===================================

  イベント

====================================== */
.home .event {
  padding: 120px 0;
}
.home .event .container {
  width: 1080px;
}
.home .event__copy {
  margin-top: 38px;
  line-height: 2;
  font-weight: 500;
}
.home .event__thumb {
  margin-top: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home .event__thumb img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 520px;
          flex: 0 0 520px;
  width: 520px;
}
.home .event__contents {
  margin-top: 42px;
}
.home .event .items {
  margin-top: 60px;
}
.home .event .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
  width: 100%;
  height: 90px;
  border: 1px solid #b3b3b3;
}
.home .event .item + .item {
  margin-top: 15px;
}
.home .event .item__left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .event .item__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
  width: 130px;
}
.home .event .item__date {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.home .event .item__date span {
  position: relative;
  top: -1px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-left: 5px;
}
.home .event .item__cates {
  margin-top: 5px;
  width: 100%;
}
.home .event .item__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 24px;
  font-size: 12px;
  font-weight: 500;
  background-color: #ffd800;
}
.home .event .item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 50px;
}
.home .event .item__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  word-break: break-all;
}
.home .event .item__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
  width: 260px;
  height: 100%;
}
.home .event .item-detail, .home .event .item-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  height: 100%;
  border-left: 1px solid #b3b3b3;
}
.home .event .item-detail__text, .home .event .item-status__text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 40px;
  font-weight: 700;
  border-radius: 4px;
  z-index: 1;
}
.home .event .item-detail__text {
  border: 1px solid #151d35;
}
.home .event .item-status__text {
  border: 1px solid #ccc;
  color: #fff;
}
.home .event .item-status__text.active {
  background-color: #9a003e;
}
.home .event .item-status__text.inactive {
  background-color: #ab8c1f;
}
.home .event .item-status__text.off {
  background-color: #4d4d4d;
}

@media screen and (max-width: 1199px) {
  .home .event {
    padding: 80px 0;
  }
  .home .event .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .event__copy {
    margin-top: 40px;
  }
  .home .event__thumb {
    margin-top: 30px;
  }
  .home .event__thumb img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.3%;
            flex: 0 0 48.3%;
    width: 48.3%;
  }
  .home .event__contents {
    margin-top: 33px;
  }
  .home .event .items {
    margin-top: 40px;
  }
  .home .event .item {
    padding-left: 20px;
    height: 85px;
  }
  .home .event .item + .item {
    margin-top: 12px;
  }
  .home .event .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    width: 100px;
  }
  .home .event .item__date {
    font-size: 15px;
  }
  .home .event .item__date span {
    top: -1px;
    font-size: 12px;
    margin-left: 5px;
  }
  .home .event .item__cates {
    margin-top: 4px;
  }
  .home .event .item__cate {
    height: 22px;
    font-size: 11px;
  }
  .home .event .item__body {
    padding: 0 30px;
  }
  .home .event .item__title {
    font-size: 15px;
  }
  .home .event .item__foot {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
    width: 220px;
  }
  .home .event .item-detail__text, .home .event .item-status__text {
    width: 70px;
    height: 35px;
    font-size: 14px;
  }
}
@media screen and (max-width: 758px) {
  .home .event {
    padding: 45px 0 60px;
  }
  .home .event .container {
    width: 100%;
    padding: 0 15px;
  }
  .home .event__copy {
    margin-top: 30px;
  }
  .home .event__thumb {
    display: block;
    margin-top: 24px;
  }
  .home .event__thumb img {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-bottom: 10px;
  }
  .home .event__thumb img + img {
    margin-top: 10px;
  }
  .home .event__thumb img:last-child {
    margin-bottom: 0;
  }
  .home .event__contents {
    margin-top: 20px;
  }
  .home .event .items {
    margin-top: 25px;
  }
  .home .event .item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 102px;
    padding: 0;
  }
  .home .event .item + .item {
    margin-top: 8px;
  }
  .home .event .item__left {
    display: block;
    padding: 15px 7px 5px 15px;
  }
  .home .event .item__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .home .event .item__date {
    font-size: 12px;
  }
  .home .event .item__date span {
    font-size: 11px;
    margin-top: 1px;
    margin-left: 3px;
  }
  .home .event .item__cates {
    width: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  .home .event .item__cate {
    max-width: 100%;
    padding: 0 5px;
    height: 18px;
    font-size: 11px;
  }
  .home .event .item__body {
    padding: 0;
    margin-top: 10px;
  }
  .home .event .item__title {
    font-size: 15px;
  }
  .home .event .item__foot {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 98px;
            flex: 0 0 98px;
    width: 98px;
  }
  .home .event .item-detail, .home .event .item-status {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    height: 51px;
  }
  .home .event .item-detail__text, .home .event .item-status__text {
    width: 60px;
    height: 30px;
    font-size: 12px;
  }
  .home .event .item-status {
    border-top: 1px solid #b3b3b3;
  }
  .home .event .link-btn {
    width: 100%;
  }
}
/* ===================================

  スケジュール

====================================== */
.home .schedule {
  padding: 90px 0;
  background-color: #f2f2f2;
}
.home .schedule .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1080px;
}
.home .schedule .sp {
  display: none;
}
.home .schedule__contents {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 520px;
          flex: 0 0 520px;
  width: 520px;
}
.home .schedule__copy {
  margin-top: 26px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.home .schedule__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 38px;
  width: 100%;
  height: 70px;
  background-color: #ffd800;
  font-weight: 500;
}
.home .schedule__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 520px;
          flex: 0 0 520px;
  width: 520px;
}
.home .schedule__img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .home .schedule {
    padding: 50px 0;
  }
  .home .schedule .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .schedule__contents {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.3%;
            flex: 0 0 48.3%;
    width: 48.3%;
  }
  .home .schedule__copy {
    margin-top: 20px;
    font-size: 15px;
  }
  .home .schedule__link {
    margin-top: 30px;
    height: 50px;
    font-size: 14px;
  }
  .home .schedule__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.3%;
            flex: 0 0 48.3%;
    width: 48.3%;
  }
}
@media screen and (max-width: 758px) {
  .home .schedule {
    padding: 40px 0;
  }
  .home .schedule .container {
    padding: 0 15px;
  }
  .home .schedule .pc {
    display: none;
  }
  .home .schedule .sp {
    display: block;
  }
  .home .schedule__contents {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .home .schedule__copy {
    margin-top: 19px;
    font-size: 12px;
  }
  .home .schedule__link {
    margin-top: 25px;
    height: 50px;
    font-size: 12px;
  }
  .home .schedule__thumb {
    margin-top: 14px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
/* ===================================

  よくある質問

====================================== */
.home .faq {
  margin-top: 120px;
  padding-bottom: 50px;
}
.home .faq .container {
  width: 1080px;
}
.home .faq__contents {
  margin-top: 55px;
}
.home .faq .item {
  width: 100%;
  padding: 30px;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
}
.home .faq .item + .item {
  margin-top: 20px;
}
.home .faq .item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
}
.home .faq .item__ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45px;
          flex: 0 0 45px;
  width: 45px;
}
.home .faq .item__ico span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 700;
  background-color: #ffd800;
  color: #fff;
}
.home .faq .item__ico.answer span {
  background-color: #fff;
  color: #ffd800;
}
.home .faq .item-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 30px;
}
.home .faq .item-title__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}
.home .faq .item__mark {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  width: 25px;
  height: 25px;
  background-image: url(img/ico/ico-plus@3x.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}
.home .faq .item__mark.active {
  background-image: url(img/ico/ico-minus@3x.png);
}
.home .faq .item__answer {
  display: none;
}
.home .faq .item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 30px;
}
.home .faq .item__detail {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 125px;
}
.home .faq .item__detail p {
  margin-top: -0.1em;
  font-weight: 500;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .home .faq {
    margin-top: 80px;
    padding-bottom: 30px;
  }
  .home .faq .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .faq__contents {
    margin-top: 40px;
  }
  .home .faq .item {
    padding: 20px 15px;
  }
  .home .faq .item + .item {
    margin-top: 15px;
  }
  .home .faq .item__ico {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    width: 40px;
  }
  .home .faq .item__ico span {
    width: 25px;
    height: 25px;
    font-size: 20px;
  }
  .home .faq .item-title {
    padding-right: 25px;
  }
  .home .faq .item-title__text {
    font-size: 16px;
  }
  .home .faq .item__mark {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22px;
            flex: 0 0 22px;
    width: 22px;
    height: 22px;
  }
  .home .faq .item__body {
    padding-top: 24px;
  }
  .home .faq .item__detail {
    padding-right: 40px;
  }
}
@media screen and (max-width: 758px) {
  .home .faq {
    margin-top: 45px;
    padding-bottom: 20px;
  }
  .home .faq .container {
    padding: 0 15px;
  }
  .home .faq__contents {
    margin-top: 25px;
  }
  .home .faq .item {
    padding: 15px;
  }
  .home .faq .item + .item {
    margin-top: 10px;
  }
  .home .faq .item__ico {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34px;
            flex: 0 0 34px;
    width: 34px;
  }
  .home .faq .item__ico span {
    width: 23px;
    height: 23px;
    font-size: 18px;
  }
  .home .faq .item-title {
    padding-right: 18px;
  }
  .home .faq .item-title__text {
    font-size: 14px;
  }
  .home .faq .item__mark {
    margin-top: 2px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18px;
            flex: 0 0 18px;
    width: 18px;
    height: 18px;
  }
  .home .faq .item__body {
    padding-top: 15px;
  }
  .home .faq .item__detail {
    padding-right: 30px;
  }
}
/* ===================================

  アーカイブ選手紹介
  アーカイブスタッフ紹介

====================================== */
.post-type-archive-coach .anchors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 45px;
  background-color: #f2f2f2;
}
.post-type-archive-coach .anchors .anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Roboto", sans-serif;
}
.post-type-archive-coach .anchors .anchor::after {
  content: "";
  width: 8px;
  height: 4px;
  margin-left: 14px;
  background-image: url(img/ico/ico-arrow-btm-bk.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.post-type-archive-coach .anchors .anchor + .anchor {
  margin-left: 45px;
}
.post-type-archive-coach .main {
  padding-top: 60px;
}
.post-type-archive-coach .main .container {
  width: 1080px;
}
.post-type-archive-coach .players,
.post-type-archive-coach .coach {
  margin-top: 54px;
}
.post-type-archive-coach .players__text,
.post-type-archive-coach .coach__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-type-archive-coach .players__text img,
.post-type-archive-coach .coach__text img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14px;
          flex: 0 0 14px;
  margin-right: 5px;
}
.post-type-archive-coach .players + .players,
.post-type-archive-coach .coach + .players {
  margin-top: 110px;
}
.post-type-archive-coach .players__title,
.post-type-archive-coach .coach__title {
  padding-bottom: 10px;
  font-size: 20px;
}
.post-type-archive-coach .players .items,
.post-type-archive-coach .coach .items {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-type-archive-coach .players .item,
.post-type-archive-coach .coach .item {
  width: 255px;
  cursor: pointer;
  word-break: break-all;
}
.post-type-archive-coach .players .item + .item,
.post-type-archive-coach .coach .item + .item {
  margin-left: 20px;
}
.post-type-archive-coach .players .item:nth-child(4n+1),
.post-type-archive-coach .coach .item:nth-child(4n+1) {
  margin-left: 0;
}
.post-type-archive-coach .players .item:nth-child(n+5),
.post-type-archive-coach .coach .item:nth-child(n+5) {
  margin-top: 33px;
}
.post-type-archive-coach .players .item__head,
.post-type-archive-coach .coach .item__head {
  width: 100%;
}
.post-type-archive-coach .players .item__thumb,
.post-type-archive-coach .coach .item__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.post-type-archive-coach .players .item__thumb-img,
.post-type-archive-coach .coach .item__thumb-img {
  width: 100%;
  padding-top: 133.3%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-type-archive-coach .players .item:hover,
.post-type-archive-coach .coach .item:hover {
  opacity: 0.6;
}
.post-type-archive-coach .players .item:hover .item__thumb-img,
.post-type-archive-coach .coach .item:hover .item__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.post-type-archive-coach .players .item__meta,
.post-type-archive-coach .coach .item__meta {
  position: absolute;
  top: 12px;
  left: 10px;
  z-index: 1;
}
.post-type-archive-coach .players .item__number,
.post-type-archive-coach .coach .item__number {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 700;
}
.post-type-archive-coach .players .item__posi,
.post-type-archive-coach .coach .item__posi {
  margin-top: -1px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.post-type-archive-coach .players .item__body,
.post-type-archive-coach .coach .item__body {
  padding-top: 10px;
}
.post-type-archive-coach .players .item__title,
.post-type-archive-coach .coach .item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
}
.post-type-archive-coach .players .item__title .name,
.post-type-archive-coach .coach .item__title .name {
  font-size: 18px;
  font-weight: 500;
}
.post-type-archive-coach .players .item__title .enname,
.post-type-archive-coach .coach .item__title .enname {
  margin-top: 7px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
.post-type-archive-coach .players .item__mark,
.post-type-archive-coach .coach .item__mark {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  width: 18px;
  height: 18px;
}
.post-type-archive-coach .players .item__mark img,
.post-type-archive-coach .coach .item__mark img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-coach .anchors {
    height: 42px;
  }
  .post-type-archive-coach .anchors .anchor::after {
    width: 8px;
    height: 4px;
    margin-left: 12px;
  }
  .post-type-archive-coach .anchors .anchor + .anchor {
    margin-left: 40px;
  }
  .post-type-archive-coach .main {
    padding-top: 50px;
  }
  .post-type-archive-coach .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .post-type-archive-coach .players,
  .post-type-archive-coach .coach {
    margin-top: 40px;
  }
  .post-type-archive-coach .players__text img,
  .post-type-archive-coach .coach__text img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12px;
            flex: 0 0 12px;
    width: 12px;
    margin-right: 4px;
  }
  .post-type-archive-coach .players + .players,
  .post-type-archive-coach .coach + .players {
    margin-top: 80px;
  }
  .post-type-archive-coach .players__title,
  .post-type-archive-coach .coach__title {
    padding-bottom: 8px;
    font-size: 18px;
  }
  .post-type-archive-coach .players .items,
  .post-type-archive-coach .coach .items {
    margin-top: 25px;
  }
  .post-type-archive-coach .players .item,
  .post-type-archive-coach .coach .item {
    width: 32%;
    cursor: pointer;
  }
  .post-type-archive-coach .players .item + .item,
  .post-type-archive-coach .coach .item + .item {
    margin-left: 2%;
  }
  .post-type-archive-coach .players .item:nth-child(3n+1),
  .post-type-archive-coach .coach .item:nth-child(3n+1) {
    margin-left: 0;
  }
  .post-type-archive-coach .players .item:nth-child(n+4),
  .post-type-archive-coach .coach .item:nth-child(n+4) {
    margin-top: 30px;
  }
  .post-type-archive-coach .players .item:hover,
  .post-type-archive-coach .coach .item:hover {
    opacity: 1;
  }
  .post-type-archive-coach .players .item:hover .item__thumb-img,
  .post-type-archive-coach .coach .item:hover .item__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .post-type-archive-coach .players .item__meta,
  .post-type-archive-coach .coach .item__meta {
    top: 10px;
    left: 9px;
  }
  .post-type-archive-coach .players .item__number,
  .post-type-archive-coach .coach .item__number {
    font-size: 32px;
  }
  .post-type-archive-coach .players .item__posi,
  .post-type-archive-coach .coach .item__posi {
    margin-top: 0;
    font-size: 16px;
  }
  .post-type-archive-coach .players .item__body,
  .post-type-archive-coach .coach .item__body {
    padding-top: 9px;
  }
  .post-type-archive-coach .players .item__title,
  .post-type-archive-coach .coach .item__title {
    padding-bottom: 9px;
  }
  .post-type-archive-coach .players .item__title .name,
  .post-type-archive-coach .coach .item__title .name {
    font-size: 18px;
  }
  .post-type-archive-coach .players .item__title .enname,
  .post-type-archive-coach .coach .item__title .enname {
    margin-top: 6px;
    font-size: 13px;
  }
  .post-type-archive-coach .players .item__mark,
  .post-type-archive-coach .coach .item__mark {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17px;
            flex: 0 0 17px;
    width: 17px;
    height: 17px;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-coach .anchors {
    height: 38px;
  }
  .post-type-archive-coach .anchors .anchor {
    font-size: 14px;
  }
  .post-type-archive-coach .anchors .anchor::after {
    width: 7px;
    height: 4px;
    margin-left: 10px;
  }
  .post-type-archive-coach .anchors .anchor + .anchor {
    margin-left: 25px;
  }
  .post-type-archive-coach .main {
    padding-top: 40px;
  }
  .post-type-archive-coach .main .container {
    padding: 0 15px;
  }
  .post-type-archive-coach .players,
  .post-type-archive-coach .coach {
    margin-top: 40px;
  }
  .post-type-archive-coach .players__text img,
  .post-type-archive-coach .coach__text img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10px;
            flex: 0 0 10px;
    width: 10px;
    margin-right: 2px;
  }
  .post-type-archive-coach .players + .players,
  .post-type-archive-coach .coach + .players {
    margin-top: 60px;
  }
  .post-type-archive-coach .players__title,
  .post-type-archive-coach .coach__title {
    padding-bottom: 6px;
    font-size: 17px;
  }
  .post-type-archive-coach .players .items,
  .post-type-archive-coach .coach .items {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 10px;
  }
  .post-type-archive-coach .players .item,
  .post-type-archive-coach .coach .item {
    width: 48.3%;
  }
  .post-type-archive-coach .players .item + .item,
  .post-type-archive-coach .coach .item + .item {
    margin-left: 0;
  }
  .post-type-archive-coach .players .item:nth-child(n+3),
  .post-type-archive-coach .coach .item:nth-child(n+3) {
    margin-top: 25px;
  }
  .post-type-archive-coach .players .item__meta,
  .post-type-archive-coach .coach .item__meta {
    top: 5px;
    left: 5px;
  }
  .post-type-archive-coach .players .item__number,
  .post-type-archive-coach .coach .item__number {
    font-size: 30px;
  }
  .post-type-archive-coach .players .item__posi,
  .post-type-archive-coach .coach .item__posi {
    font-size: 16px;
  }
  .post-type-archive-coach .players .item__mark,
  .post-type-archive-coach .coach .item__mark {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
            flex: 0 0 16px;
    width: 16px;
    height: 16px;
  }
}
/* ===================================

  スタッフ一覧のみのCSS

====================================== */
.post-type-archive-staff .coach__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
}
.post-type-archive-staff .coach .item__title .position {
  font-size: 14px;
}
.post-type-archive-staff .coach .item__title .name {
  margin-top: 10px;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-staff .coach__title {
    font-size: 18px;
  }
  .post-type-archive-staff .coach .item__title .position {
    font-size: 13px;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-staff .coach__title {
    font-size: 17px;
  }
  .post-type-archive-staff .coach .item__title .position {
    font-size: 11px;
  }
  .post-type-archive-staff .coach .item__title .name {
    margin-top: 6px;
  }
}
/* ===================================

  モーダル

====================================== */
.gmodal {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gmodal.appear {
  display: block;
}
.gmodal__container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
}
.gmodal__contents {
  width: 1200px;
  max-height: 655px;
  padding: 48px 47px 60px 140px;
  background-color: #fff;
}
.gmodal__ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.gmodal__ico button {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.gmodal__ico img {
  display: block;
  width: 100%;
}
.gmodal__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 30px;
  margin-top: 40px;
}
.gmodal__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 345px;
          flex: 0 0 345px;
  width: 345px;
}
.gmodal__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.gmodal__thumb.sp {
  display: none;
}
.gmodal__thumb-img {
  width: 100%;
  padding-top: 133.3%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gmodal__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 520px;
          flex: 0 0 520px;
  word-break: break-all;
}
.gmodal__inner {
  height: 500px;
  padding-bottom: 100px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.gmodal__inner::-webkit-scrollbar {
  display: none;
}
.gmodal__posi {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.gmodal__position {
  font-size: 14px;
}
.gmodal__name {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
}
.gmodal__body {
  margin-top: 20px;
}
.gmodal__body dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #b3b3b3;
  font-size: 14px;
  line-height: 1.5;
}
.gmodal__body dl:last-child {
  border-bottom: 1px solid #b3b3b3;
}
.gmodal__body dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  width: 120px;
  padding: 11px 15px;
  background-color: #f2f2f2;
  font-weight: 500;
}
.gmodal__body dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 11px 15px 11px 20px;
}

@media screen and (max-width: 1199px) {
  .gmodal__contents {
    width: calc(100% - 60px);
    max-height: 600px;
    padding: 30px 30px 50px 30px;
  }
  .gmodal__ico button {
    width: 18px;
    height: 18px;
  }
  .gmodal__wrap {
    padding-right: 0;
    margin-top: 30px;
  }
  .gmodal__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    width: 35%;
  }
  .gmodal__right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
    margin-left: 30px;
  }
  .gmodal__inner {
    height: auto;
    max-height: 400px;
  }
  .gmodal__posi {
    font-size: 16px;
  }
  .gmodal__position {
    font-size: 12px;
  }
  .gmodal__name {
    margin-top: 8px;
    font-size: 20px;
  }
  .gmodal__body {
    margin-top: 16px;
  }
  .gmodal__body dl {
    font-size: 13px;
  }
  .gmodal__body dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    width: 100px;
    padding: 10px 15px;
  }
  .gmodal__body dd {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 758px) {
  .gmodal__contents {
    width: calc(100% - 30px);
    max-height: 500px;
    padding: 15px 15px 30px;
  }
  .gmodal__ico button {
    width: 15px;
    height: 15px;
  }
  .gmodal__wrap {
    display: block;
    margin-top: 20px;
    max-height: 450px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }
  .gmodal__wrap::-webkit-scrollbar {
    display: none;
  }
  .gmodal__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .gmodal__thumb {
    width: 60%;
    margin: 0 auto;
  }
  .gmodal__right {
    margin-left: 0;
    margin-top: 30px;
  }
  .gmodal__inner {
    max-height: auto;
    padding: 0;
    overflow: visible;
  }
  .gmodal__posi {
    font-size: 14px;
  }
  .gmodal__name {
    margin-top: 6px;
    font-size: 18px;
  }
  .gmodal__body {
    margin-top: 14px;
    padding-bottom: 120px;
  }
  .gmodal__body dl {
    display: block;
    font-size: 12px;
  }
  .gmodal__body dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .gmodal__body dd {
    width: 100%;
  }
}
/* ===================================

  会場一覧

====================================== */
.post-type-archive-venues .main,
.tax-venue-age .main,
.tax-venue-course .main {
  padding-top: 60px;
}
.post-type-archive-venues .main .container,
.tax-venue-age .main .container,
.tax-venue-course .main .container {
  width: 960px;
}
.post-type-archive-venues .l-mv,
.tax-venue-age .l-mv,
.tax-venue-course .l-mv {
  border-bottom: 1px solid #b3b3b3;
}
.post-type-archive-venues .entries,
.tax-venue-age .entries,
.tax-venue-course .entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-type-archive-venues .entry,
.tax-venue-age .entry,
.tax-venue-course .entry {
  width: 460px;
  border: 1px solid #b3b3b3;
  word-break: break-all;
}
.post-type-archive-venues .entry:nth-child(n+3),
.tax-venue-age .entry:nth-child(n+3),
.tax-venue-course .entry:nth-child(n+3) {
  margin-top: 40px;
}
.post-type-archive-venues .entry__link,
.tax-venue-age .entry__link,
.tax-venue-course .entry__link {
  display: block;
}
.post-type-archive-venues .entry__thumb,
.tax-venue-age .entry__thumb,
.tax-venue-course .entry__thumb {
  width: 100%;
  overflow: hidden;
}
.post-type-archive-venues .entry__thumb-img,
.tax-venue-age .entry__thumb-img,
.tax-venue-course .entry__thumb-img {
  width: 100%;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-type-archive-venues .entry__link:hover,
.tax-venue-age .entry__link:hover,
.tax-venue-course .entry__link:hover {
  opacity: 0.6;
}
.post-type-archive-venues .entry__link:hover .entry__thumb-img,
.tax-venue-age .entry__link:hover .entry__thumb-img,
.tax-venue-course .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.post-type-archive-venues .entry__body,
.tax-venue-age .entry__body,
.tax-venue-course .entry__body {
  padding: 25px 30px 33px;
}
.post-type-archive-venues .entry__title,
.tax-venue-age .entry__title,
.tax-venue-course .entry__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: #ffd800;
}
.post-type-archive-venues .entry__address,
.tax-venue-age .entry__address,
.tax-venue-course .entry__address {
  min-height: 50px;
  margin-top: 17px;
  line-height: 1.5;
}
.post-type-archive-venues .entry__cates,
.tax-venue-age .entry__cates,
.tax-venue-course .entry__cates {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-type-archive-venues .entry__cate,
.tax-venue-age .entry__cate,
.tax-venue-course .entry__cate {
  padding: 3px 8px;
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: #ffd800;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.post-type-archive-venues .entry__cate.cate-kids,
.tax-venue-age .entry__cate.cate-kids,
.tax-venue-course .entry__cate.cate-kids {
  background-color: #ab8c1f;
}
.post-type-archive-venues .entry__cate.cate-junior,
.tax-venue-age .entry__cate.cate-junior,
.tax-venue-course .entry__cate.cate-junior {
  background-color: #242967;
}
.post-type-archive-venues .entry__cate.cate-youth,
.tax-venue-age .entry__cate.cate-youth,
.tax-venue-course .entry__cate.cate-youth {
  background-color: #7db212;
}
.post-type-archive-venues .entry__foot,
.tax-venue-age .entry__foot,
.tax-venue-course .entry__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 40px;
  background-image: url(img/ico/ico-arrow-right-bk.svg);
  background-repeat: no-repeat;
  background-size: 7px 12px;
  background-position: right 30px center;
  font-size: 14px;
  font-weight: 500;
  border-top: 1px solid #b3b3b3;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-venues .main,
  .tax-venue-age .main,
  .tax-venue-course .main {
    padding-top: 45px;
  }
  .post-type-archive-venues .main .container,
  .tax-venue-age .main .container,
  .tax-venue-course .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .post-type-archive-venues .entry,
  .tax-venue-age .entry,
  .tax-venue-course .entry {
    width: 48.3%;
  }
  .post-type-archive-venues .entry:nth-child(n+3),
  .tax-venue-age .entry:nth-child(n+3),
  .tax-venue-course .entry:nth-child(n+3) {
    margin-top: 30px;
  }
  .post-type-archive-venues .entry__link:hover,
  .tax-venue-age .entry__link:hover,
  .tax-venue-course .entry__link:hover {
    opacity: 1;
  }
  .post-type-archive-venues .entry__link:hover .entry__thumb-img,
  .tax-venue-age .entry__link:hover .entry__thumb-img,
  .tax-venue-course .entry__link:hover .entry__thumb-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .post-type-archive-venues .entry__body,
  .tax-venue-age .entry__body,
  .tax-venue-course .entry__body {
    padding: 20px 15px 25px;
  }
  .post-type-archive-venues .entry__title,
  .tax-venue-age .entry__title,
  .tax-venue-course .entry__title {
    font-size: 17px;
  }
  .post-type-archive-venues .entry__address,
  .tax-venue-age .entry__address,
  .tax-venue-course .entry__address {
    min-height: 43px;
    margin-top: 15px;
  }
  .post-type-archive-venues .entry__cates,
  .tax-venue-age .entry__cates,
  .tax-venue-course .entry__cates {
    margin-top: 10px;
  }
  .post-type-archive-venues .entry__cate,
  .tax-venue-age .entry__cate,
  .tax-venue-course .entry__cate {
    padding: 3px 6px;
    margin-right: 4px;
    margin-bottom: 4px;
    font-size: 13px;
  }
  .post-type-archive-venues .entry__foot,
  .tax-venue-age .entry__foot,
  .tax-venue-course .entry__foot {
    height: 36px;
    background-size: 6px 11px;
    background-position: right 24px center;
    font-size: 13px;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-venues .main,
  .tax-venue-age .main,
  .tax-venue-course .main {
    padding-top: 30px;
  }
  .post-type-archive-venues .main .container,
  .tax-venue-age .main .container,
  .tax-venue-course .main .container {
    padding: 0 15px;
  }
  .post-type-archive-venues .entries,
  .tax-venue-age .entries,
  .tax-venue-course .entries {
    display: block;
  }
  .post-type-archive-venues .entry,
  .tax-venue-age .entry,
  .tax-venue-course .entry {
    width: 100%;
  }
  .post-type-archive-venues .entry + .entry,
  .tax-venue-age .entry + .entry,
  .tax-venue-course .entry + .entry {
    margin-top: 20px;
  }
  .post-type-archive-venues .entry__body,
  .tax-venue-age .entry__body,
  .tax-venue-course .entry__body {
    padding: 15px 15px 20px;
  }
  .post-type-archive-venues .entry__title,
  .tax-venue-age .entry__title,
  .tax-venue-course .entry__title {
    font-size: 16px;
  }
  .post-type-archive-venues .entry__address,
  .tax-venue-age .entry__address,
  .tax-venue-course .entry__address {
    min-height: auto;
    margin-top: 15px;
  }
  .post-type-archive-venues .entry__cates,
  .tax-venue-age .entry__cates,
  .tax-venue-course .entry__cates {
    margin-top: 15px;
  }
  .post-type-archive-venues .entry__cate,
  .tax-venue-age .entry__cate,
  .tax-venue-course .entry__cate {
    font-size: 12px;
  }
  .post-type-archive-venues .entry__foot,
  .tax-venue-age .entry__foot,
  .tax-venue-course .entry__foot {
    height: 35px;
    background-size: 5px 10px;
    background-position: right 15px center;
    font-size: 12px;
  }
}
/* ===================================

  スケジュール

====================================== */
.post-type-archive-schedule .main,
.tax-scheduledate .main {
  padding-top: 40px;
}
.post-type-archive-schedule .main .container,
.tax-scheduledate .main .container {
  width: 880px;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-schedule .main,
  .tax-scheduledate .main {
    padding-top: 30px;
  }
  .post-type-archive-schedule .main .container,
  .tax-scheduledate .main .container {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-schedule .main,
  .tax-scheduledate .main {
    padding-top: 25px;
  }
  .post-type-archive-schedule .main .container,
  .tax-scheduledate .main .container {
    padding: 0 15px;
  }
}
/* ===================================

  イベント一覧

====================================== */
.post-type-archive-events .main {
  padding-top: 60px;
  border-top: 1px solid #ccc;
}
.post-type-archive-events .main .container {
  width: 1080px;
}
.post-type-archive-events .main .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
  width: 100%;
  height: 90px;
  border: 1px solid #b3b3b3;
}
.post-type-archive-events .main .item + .item {
  margin-top: 15px;
}
.post-type-archive-events .main .item__left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-type-archive-events .main .item__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
  width: 130px;
}
.post-type-archive-events .main .item__date {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.post-type-archive-events .main .item__date span {
  position: relative;
  top: -1px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-left: 5px;
}
.post-type-archive-events .main .item__cates {
  margin-top: 5px;
  width: 100%;
}
.post-type-archive-events .main .item__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 24px;
  font-size: 12px;
  font-weight: 500;
  color: #151d35;
  background-color: #ffd800;
}
.post-type-archive-events .main .item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 50px;
}
.post-type-archive-events .main .item__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  word-break: break-all;
}
.post-type-archive-events .main .item__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
  width: 260px;
  height: 100%;
}
.post-type-archive-events .main .item-detail, .post-type-archive-events .main .item-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  height: 100%;
  border-left: 1px solid #b3b3b3;
}
.post-type-archive-events .main .item-detail__text, .post-type-archive-events .main .item-status__text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 40px;
  font-weight: 700;
  border-radius: 4px;
  z-index: 1;
}
.post-type-archive-events .main .item-detail__text {
  border: 1px solid #151d35;
}
.post-type-archive-events .main .item-status__text {
  border: 1px solid #ccc;
  color: #fff;
}
.post-type-archive-events .main .item-status__text.active {
  background-color: #9a003e;
}
.post-type-archive-events .main .item-status__text.inactive {
  background-color: #ab8c1f;
}
.post-type-archive-events .main .item-status__text.off {
  background-color: #4d4d4d;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-events .main {
    padding-top: 50px;
  }
  .post-type-archive-events .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .post-type-archive-events .main .item {
    padding-left: 20px;
    height: 85px;
  }
  .post-type-archive-events .main .item + .item {
    margin-top: 12px;
  }
  .post-type-archive-events .main .item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    width: 100px;
  }
  .post-type-archive-events .main .item__date {
    font-size: 15px;
  }
  .post-type-archive-events .main .item__date span {
    top: -1px;
    font-size: 12px;
    margin-left: 5px;
  }
  .post-type-archive-events .main .item__cates {
    margin-top: 4px;
  }
  .post-type-archive-events .main .item__cate {
    height: 22px;
    font-size: 11px;
  }
  .post-type-archive-events .main .item__body {
    padding: 0 30px;
  }
  .post-type-archive-events .main .item__title {
    font-size: 15px;
  }
  .post-type-archive-events .main .item__foot {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
    width: 220px;
  }
  .post-type-archive-events .main .item-detail__text, .post-type-archive-events .main .item-status__text {
    width: 70px;
    height: 35px;
    font-size: 14px;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-events .main {
    padding-top: 30px;
  }
  .post-type-archive-events .main .container {
    padding: 0 15px;
  }
  .post-type-archive-events .main .item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 102px;
    padding: 0;
  }
  .post-type-archive-events .main .item + .item {
    margin-top: 8px;
  }
  .post-type-archive-events .main .item__left {
    display: block;
    padding: 15px 7px 5px 15px;
  }
  .post-type-archive-events .main .item__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .post-type-archive-events .main .item__date {
    font-size: 12px;
  }
  .post-type-archive-events .main .item__date span {
    font-size: 11px;
    margin-top: 1px;
    margin-left: 3px;
  }
  .post-type-archive-events .main .item__cates {
    width: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  .post-type-archive-events .main .item__cate {
    max-width: 100%;
    padding: 0 5px;
    height: 18px;
    font-size: 11px;
  }
  .post-type-archive-events .main .item__body {
    padding: 0;
    margin-top: 10px;
  }
  .post-type-archive-events .main .item__title {
    font-size: 15px;
  }
  .post-type-archive-events .main .item__foot {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 98px;
            flex: 0 0 98px;
    width: 98px;
  }
  .post-type-archive-events .main .item-detail, .post-type-archive-events .main .item-status {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    height: 51px;
  }
  .post-type-archive-events .main .item-detail__text, .post-type-archive-events .main .item-status__text {
    width: 60px;
    height: 30px;
    font-size: 12px;
  }
  .post-type-archive-events .main .item-status {
    border-top: 1px solid #b3b3b3;
  }
}
/* ===================================

  選手・コーチ・スタッフ詳細

====================================== */
.single-coach-staff .main,
.single .main {
  padding-top: 60px;
}
.single-coach-staff .main .container,
.single .main .container {
  width: 960px;
}
.single-coach-staff .entry,
.single .entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-coach-staff .entry__thumb,
.single .entry__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 340px;
          flex: 0 0 340px;
  width: 340px;
  overflow: hidden;
}
.single-coach-staff .entry__thumb-img,
.single .entry__thumb-img {
  width: 100%;
  padding-top: 133.3%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-coach-staff .entry__body,
.single .entry__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 520px;
          flex: 0 0 520px;
  width: 520px;
}
.single-coach-staff .entry__posi,
.single .entry__posi {
  font-size: 14px;
}
.single-coach-staff .entry__numposi,
.single .entry__numposi {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.single-coach-staff .entry__title,
.single .entry__title {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
}
.single-coach-staff .entry__enname,
.single .entry__enname {
  font-family: "Roboto", sans-serif;
  margin-top: 7px;
  font-size: 14px;
}
.single-coach-staff .entry__contents,
.single .entry__contents {
  margin-top: 14px;
}
.single-coach-staff .entry__contents dl,
.single .entry__contents dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #b3b3b3;
  font-size: 14px;
  line-height: 1.5;
}
.single-coach-staff .entry__contents dl:last-child,
.single .entry__contents dl:last-child {
  border-bottom: 1px solid #b3b3b3;
}
.single-coach-staff .entry__contents dt,
.single .entry__contents dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  width: 120px;
  padding: 12px 15px;
  background-color: #f2f2f2;
  font-weight: 500;
}
.single-coach-staff .entry__contents dd,
.single .entry__contents dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 12px 15px 12px 20px;
}
.single-coach-staff .entry__btn,
.single .entry__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 42px;
  width: 200px;
  height: 40px;
  background-color: #ffd800;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .single-coach-staff .main,
  .single .main {
    padding-top: 30px;
  }
  .single-coach-staff .main .container,
  .single .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .single-coach-staff .entry__thumb,
  .single .entry__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    width: 33%;
  }
  .single-coach-staff .entry__body,
  .single .entry__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
    padding-left: 30px;
  }
  .single-coach-staff .entry__posi,
  .single .entry__posi {
    font-size: 13px;
  }
  .single-coach-staff .entry__numposi,
  .single .entry__numposi {
    font-size: 15px;
  }
  .single-coach-staff .entry__title,
  .single .entry__title {
    margin-top: 9px;
    font-size: 18px;
  }
  .single-coach-staff .entry__enname,
  .single .entry__enname {
    font-size: 13px;
  }
  .single-coach-staff .entry__contents,
  .single .entry__contents {
    margin-top: 12px;
  }
  .single-coach-staff .entry__contents dl,
  .single .entry__contents dl {
    font-size: 13px;
  }
  .single-coach-staff .entry__contents dt,
  .single .entry__contents dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    width: 100px;
    padding: 10px 12px;
    background-color: #f2f2f2;
    font-weight: 500;
  }
  .single-coach-staff .entry__contents dd,
  .single .entry__contents dd {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 10px 12px 10px 15px;
  }
  .single-coach-staff .entry__btn,
  .single .entry__btn {
    margin-top: 30px;
    width: 180px;
    height: 38px;
    font-size: 14px;
  }
}
@media screen and (max-width: 758px) {
  .single-coach-staff .main,
  .single .main {
    padding-top: 20px;
  }
  .single-coach-staff .main .container,
  .single .main .container {
    padding: 0 15px;
  }
  .single-coach-staff .entry,
  .single .entry {
    display: block;
  }
  .single-coach-staff .entry__thumb,
  .single .entry__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.7%;
            flex: 0 0 66.7%;
    width: 66.7%;
    margin: 0 auto;
  }
  .single-coach-staff .entry__body,
  .single .entry__body {
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }
  .single-coach-staff .entry__posi,
  .single .entry__posi {
    font-size: 11px;
  }
  .single-coach-staff .entry__numposi,
  .single .entry__numposi {
    font-size: 14px;
  }
  .single-coach-staff .entry__title,
  .single .entry__title {
    margin-top: 10px;
    font-size: 18px;
  }
  .single-coach-staff .entry__enname,
  .single .entry__enname {
    font-size: 12px;
  }
  .single-coach-staff .entry__contents,
  .single .entry__contents {
    margin-top: 20px;
  }
  .single-coach-staff .entry__contents dl,
  .single .entry__contents dl {
    display: block;
    font-size: 12px;
  }
  .single-coach-staff .entry__contents dt,
  .single .entry__contents dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding: 10px 15px;
  }
  .single-coach-staff .entry__contents dd,
  .single .entry__contents dd {
    width: 100%;
    padding: 12px 15px;
  }
  .single-coach-staff .entry__btn,
  .single .entry__btn {
    margin: 25px auto 0;
    width: 180px;
    max-width: 100%;
    font-size: 13px;
  }
}
/* ===================================

  会場詳細

====================================== */
.single-venues .conve {
  margin-top: 0;
}
.single-venues .main {
  padding: 0;
  padding-bottom: 125px;
  background-color: #f2f2f2;
}
.single-venues .entry {
  display: block;
}
.single-venues .entry__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 120px;
  background-color: #ffd800;
  font-size: 24px;
  font-weight: 700;
}
.single-venues .entry__inner {
  width: 1080px;
  margin: 0 auto;
}
.single-venues .entry-place {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 40px;
  padding: 40px 40px 45px;
  background-color: #fff;
  border-radius: 8px;
  z-index: 1;
}
.single-venues .entry-thumbs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 480px;
          flex: 0 0 480px;
  width: 480px;
}
.single-venues .entry-thumb__top {
  width: 100%;
  overflow: hidden;
}
.single-venues .entry-thumb__img-main {
  width: 100%;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-venues .entry-thumb__btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 7px;
}
.single-venues .entry-thumb__wrap {
  width: 153px;
  margin-bottom: 5px;
}
.single-venues .entry-thumb__wrap + .entry-thumb__wrap {
  margin-left: 10px;
}
.single-venues .entry-thumb__img-sub {
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  transition: all 0.3s;
}
.single-venues .entry-thumb__img-sub:hover {
  opacity: 0.6;
}
.single-venues .entry-info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 40px;
}
.single-venues .entry-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.5;
  padding: 15px 0;
  border-bottom: 1px solid #b3b3b3;
}
.single-venues .entry-info dl:last-child {
  border-bottom: none;
}
.single-venues .entry-info dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  width: 160px;
  font-weight: 700;
}
.single-venues .entry-info dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.single-venues .entry-info dd .googlemap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  width: 120px;
  height: 30px;
  font-family: "Roboto", sans-serif;
  color: #999;
  border: 1px solid #999;
  border-radius: 4px;
  z-index: 1;
}
.single-venues .entry__contents {
  margin-top: 40px;
}
.single-venues .entry__contents .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-venues .entry__contents .tab {
  height: 65px;
  background-color: #fff;
  padding: 0 40px;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 5px solid #9a003e;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}
.single-venues .entry__contents .tab.challenge {
  border-color: #ab8c1f;
}
.single-venues .entry__contents .tab.special {
  border-color: #242967;
}
.single-venues .entry__contents .tab.gk {
  border-color: #7db212;
}
.single-venues .entry__contents .tab.adult {
  border-color: #662d91;
}
.single-venues .entry__contents .tab.ladies {
  border-color: #ff00ff;
}
.single-venues .entry__contents .tab + .tab {
  margin-left: 5px;
}
.single-venues .entry__contents .tab.active {
  background-color: #9a003e;
  color: #fff;
}
.single-venues .entry__contents .tab.active.challenge {
  background-color: #ab8c1f;
}
.single-venues .entry__contents .tab.active.special {
  background-color: #242967;
}
.single-venues .entry__contents .tab.active.gk {
  background-color: #7db212;
}
.single-venues .entry__contents .tab.active.adult {
  background-color: #662d91;
}
.single-venues .entry__contents .tab.active.ladies {
  background-color: #ff00ff;
}
.single-venues .entry .items {
  background-color: #fff;
  padding: 60px 60px 80px;
  border-radius: 0 9px 9px 9px;
}
.single-venues .entry .item {
  display: none;
}
.single-venues .entry .item.show {
  display: block;
}
.single-venues .entry .item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: 700;
}
.single-venues .entry .item__title::before {
  position: relative;
  top: 6px;
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  width: 18px;
  height: 14px;
  margin-right: 10px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 18px solid #ffd800;
}
.single-venues .inotice {
  margin-top: 30px;
}
.single-venues .inotice__text {
  margin-left: 15px;
}
.single-venues .inotice__text:first-child {
  margin-left: 0;
}
.single-venues .box {
  overflow: hidden;
  position: relative;
  margin-top: 30px;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  word-break: break-all;
  z-index: 1;
}
.single-venues .box + .box {
  margin-top: 20px;
}
.single-venues .box__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  background-color: #151d35;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.single-venues .box__title.distitle {
  color: #ffd800;
}
.single-venues .box__body {
  padding: 12px 20px 18px;
  line-height: 2;
}
.single-venues .box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 17px 20px;
  border-bottom: 1px solid #b3b3b3;
}
.single-venues .box dl dt {
  font-weight: 500;
}
.single-venues .box__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px;
  border-bottom: 1px solid #000;
}
.single-venues .box__imgs img {
  display: block;
  width: 267px;
}
.single-venues .box__imgs img:nth-child(3n+1) {
  margin-left: 0;
}
.single-venues .box__imgs img:nth-child(n+4) {
  margin-top: 10px;
}
.single-venues .box__imgs img + img {
  margin-left: 1.4%;
}
.single-venues .box-dis {
  padding: 12px 20px;
  line-height: 2;
}
.single-venues .week {
  margin-top: 46px;
}
.single-venues .week + .week {
  margin-top: 60px;
}
.single-venues .week__title {
  padding-bottom: 17px;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #b3b3b3;
}
.single-venues .week-box {
  margin-top: 20px;
}
.single-venues .week .staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  word-break: break-all;
}
.single-venues .week .staff + .staff {
  margin-top: 40px;
}
.single-venues .week .staff__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  width: 300px;
}
.single-venues .week .staff__head-img {
  width: 100%;
  padding-top: 133.3%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-venues .week .staff__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 40px;
}
.single-venues .week .staff__name {
  margin-top: 10px;
}
.single-venues .week .staff__name .name {
  font-size: 18px;
  font-weight: 500;
}
.single-venues .week .staff__name .enname {
  margin-top: 7px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
.single-venues .week .staff__dl {
  margin-top: 15px;
}
.single-venues .week .staff__dl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-top: 1px solid #b3b3b3;
}
.single-venues .week .staff__dl dl:last-child {
  border-bottom: 1px solid #b3b3b3;
}
.single-venues .week .staff__dl dt,
.single-venues .week .staff__dl dd {
  font-size: 14px;
  line-height: 1.5;
}
.single-venues .week .staff__dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  width: 120px;
  padding: 12px 15px;
  font-weight: 500;
  background-color: #f2f2f2;
}
.single-venues .week .staff__dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 12px 20px;
}
.single-venues .item__fee,
.single-venues .item__staff {
  margin-top: 60px;
}
.single-venues .item__fee .box + .box,
.single-venues .item__staff .box + .box {
  margin-top: 30px;
}
.single-venues .conve .item {
  display: block;
}
.single-venues .schedule-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  width: 100%;
  height: 60px;
  background-color: #fff;
  background-image: url(img/ico/ico-arrow-right-bk.svg);
  background-repeat: no-repeat;
  background-size: 7px 12px;
  background-position: right 30px center;
  font-size: 16px;
  font-weight: 700;
  border: 2px solid #9a003e;
  border-radius: 8px;
  z-index: 1;
}
.single-venues .item__taxtext {
  margin-top: 1.2em;
  font-size: 0.9em;
}

@media screen and (max-width: 1199px) {
  .single-venues .main {
    padding-bottom: 80px;
  }
  .single-venues .entry__head {
    height: 100px;
    font-size: 20px;
  }
  .single-venues .entry__inner {
    width: 100%;
    padding: 0 30px;
  }
  .single-venues .entry-place {
    display: block;
    margin-top: 30px;
    padding: 30px 30px 35px;
    border-radius: 6px;
  }
  .single-venues .entry-thumbs {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .single-venues .entry-thumb__btm {
    margin-top: 8px;
  }
  .single-venues .entry-thumb__wrap {
    width: 32.4%;
    margin-bottom: 5px;
  }
  .single-venues .entry-thumb__wrap + .entry-thumb__wrap {
    margin-left: 1.4%;
  }
  .single-venues .entry-thumb__wrap .venue-img-sub:hover {
    opacity: 1;
  }
  .single-venues .entry-info {
    margin-left: 0;
    margin-top: 15px;
  }
  .single-venues .entry-info dl {
    padding: 14px 0;
  }
  .single-venues .entry-info dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    width: 150px;
  }
  .single-venues .entry-info dd .googlemap {
    margin-top: 10px;
    width: 100px;
    height: 25px;
  }
  .single-venues .entry__contents {
    margin-top: 30px;
  }
  .single-venues .entry__contents .tabs {
    overflow-x: scroll;
  }
  .single-venues .entry__contents .tabs::-webkit-scrollbar {
    display: none;
  }
  .single-venues .entry__contents .tabs {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .single-venues .entry__contents .tab {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    width: 100px;
    height: 50px;
    padding: 0 6px;
    font-size: 15px;
    border-bottom: 4px solid #9a003e;
    border-radius: 6px 6px 0 0;
  }
  .single-venues .entry .items {
    padding: 40px 30px 50px;
    border-radius: 0 6px 6px 6px;
  }
  .single-venues .entry .item__title {
    font-size: 20px;
  }
  .single-venues .entry .item__title::before {
    top: 6px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
            flex: 0 0 16px;
    width: 16px;
    height: 12px;
    margin-right: 15px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 16px solid #9a003e;
  }
  .single-venues .inotice {
    margin-top: 20px;
  }
  .single-venues .inotice__text {
    margin-left: 10px;
  }
  .single-venues .box {
    margin-top: 20px;
  }
  .single-venues .box + .box {
    margin-top: 20px;
  }
  .single-venues .box__title {
    height: 45px;
    padding-left: 20px;
    font-size: 16px;
  }
  .single-venues .box__body {
    padding: 10px 20px 15px;
  }
  .single-venues .box dl {
    padding: 15px 20px;
  }
  .single-venues .box__imgs {
    padding: 25px;
  }
  .single-venues .box__imgs img {
    width: 31%;
  }
  .single-venues .box__imgs img:nth-child(n+4) {
    margin-top: 8px;
  }
  .single-venues .box__imgs img + img {
    margin-left: 10px;
  }
  .single-venues .box-dis {
    padding: 10px 20px 15px;
  }
  .single-venues .week {
    margin-top: 30px;
  }
  .single-venues .week + .week {
    margin-top: 40px;
  }
  .single-venues .week__title {
    padding-bottom: 15px;
    font-size: 16px;
  }
  .single-venues .week-box {
    margin-top: 10px;
  }
  .single-venues .week .staff + .staff {
    margin-top: 30px;
  }
  .single-venues .week .staff__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    width: 33%;
  }
  .single-venues .week .staff__body {
    padding-left: 30px;
  }
  .single-venues .week .staff__name {
    margin-top: 9px;
  }
  .single-venues .week .staff__name .name {
    font-size: 17px;
  }
  .single-venues .week .staff__name .enname {
    font-size: 13px;
  }
  .single-venues .week .staff__dl {
    margin-top: 12px;
  }
  .single-venues .week .staff__dl dt,
  .single-venues .week .staff__dl dd {
    font-size: 13px;
  }
  .single-venues .week .staff__dl dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    width: 100px;
    padding: 10px 12px;
  }
  .single-venues .week .staff__dl dd {
    padding: 10px 12px;
  }
  .single-venues .item__fee,
  .single-venues .item__staff {
    margin-top: 50px;
  }
  .single-venues .item__fee .box + .box,
  .single-venues .item__staff .box + .box {
    margin-top: 20px;
  }
  .single-venues .schedule-link {
    margin: 30px auto 0;
    max-width: 350px;
    height: 50px;
    background-size: 6px 11px;
    background-position: right 24px center;
    font-size: 14px;
    border-radius: 6px;
  }
}
@media screen and (max-width: 758px) {
  .single-venues .main {
    padding-bottom: 40px;
  }
  .single-venues .entry__head {
    height: 80px;
    font-size: 18px;
  }
  .single-venues .entry__inner {
    padding: 0 15px;
  }
  .single-venues .entry-place {
    margin-top: 20px;
    padding: 20px 15px 22px;
    border-radius: 6px;
  }
  .single-venues .entry-thumb__btm {
    margin-top: 5px;
  }
  .single-venues .entry-thumb__wrap {
    margin-bottom: 5px;
  }
  .single-venues .entry-info {
    margin-top: 5px;
  }
  .single-venues .entry-info dl {
    padding: 15px 0;
  }
  .single-venues .entry-info dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
            flex: 0 0 110px;
    width: 110px;
  }
  .single-venues .entry-info dd .googlemap {
    margin-top: 6px;
    width: 100px;
    height: 25px;
  }
  .single-venues .entry__contents {
    margin-top: 20px;
  }
  .single-venues .entry__contents .tab {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
    width: 90px;
    height: 50px;
    padding: 0 3px;
    font-size: 12px;
  }
  .single-venues .entry .items {
    padding: 30px 15px 35px;
    border-radius: 0 0 4px 4px;
  }
  .single-venues .entry .item__title {
    font-size: 18px;
  }
  .single-venues .entry .item__title::before {
    top: 5px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12px;
            flex: 0 0 12px;
    width: 12px;
    height: 8px;
    margin-right: 6px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 12px solid #9a003e;
  }
  .single-venues .inotice {
    margin-top: 15px;
  }
  .single-venues .inotice__text {
    display: block;
    margin-left: 0;
  }
  .single-venues .inotice__text + .inotice__text {
    margin-top: 0.5em;
  }
  .single-venues .box {
    margin-top: 15px;
  }
  .single-venues .box + .box {
    margin-top: 15px;
  }
  .single-venues .box__title {
    height: 40px;
    padding-left: 15px;
    font-size: 13px;
  }
  .single-venues .box__body {
    padding: 10px 15px 12px;
  }
  .single-venues .box dl {
    padding: 15px 5px 15px 15px;
  }
  .single-venues .box__imgs {
    padding: 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .single-venues .box__imgs img {
    width: 48.5%;
  }
  .single-venues .box__imgs img + img {
    margin-left: 0;
  }
  .single-venues .box__imgs img:nth-child(n+3) {
    margin-top: 10px;
  }
  .single-venues .box-dis {
    padding: 10px 15px 12px;
  }
  .single-venues .week {
    margin-top: 30px;
  }
  .single-venues .week + .week {
    margin-top: 30px;
  }
  .single-venues .week__title {
    padding-bottom: 10px;
    font-size: 15px;
  }
  .single-venues .week-box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .single-venues .week .staff {
    display: block;
  }
  .single-venues .week .staff + .staff {
    margin-top: 40px;
  }
  .single-venues .week .staff__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.7%;
            flex: 0 0 66.7%;
    width: 66.7%;
    margin: 0 auto;
  }
  .single-venues .week .staff__body {
    padding-left: 0;
    padding-top: 15px;
  }
  .single-venues .week .staff__name {
    margin-top: 0;
  }
  .single-venues .week .staff__name .name {
    font-size: 16px;
  }
  .single-venues .week .staff__name .enname {
    font-size: 12px;
  }
  .single-venues .week .staff__dl {
    margin-top: 20px;
  }
  .single-venues .week .staff__dl dl {
    display: block;
  }
  .single-venues .week .staff__dl dt,
  .single-venues .week .staff__dl dd {
    font-size: 12px;
  }
  .single-venues .week .staff__dl dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding: 10px 15px;
  }
  .single-venues .week .staff__dl dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding: 12px 15px;
  }
  .single-venues .item__fee,
  .single-venues .item__staff {
    margin-top: 40px;
  }
  .single-venues .item__fee .box + .box,
  .single-venues .item__staff .box + .box {
    margin-top: 15px;
  }
  .single-venues .schedule-link {
    margin: 20px 0 0;
    max-width: 100%;
    height: 46px;
    background-size: 6px 12px;
    background-position: right 20px center;
    font-size: 13px;
  }
}
/* ===================================

  汎用詳細ページ

====================================== */
.single-events .main .container {
  width: 920px;
}
.single-events .entry {
  width: 100%;
  padding-top: 45px;
  word-break: break-all;
}
.single-events .entry__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-events .entry__date {
  font-family: "Roboto", sans-serif;
}
.single-events .entry__cates {
  margin-left: 22px;
}
.single-events .entry__cate {
  display: inline-block;
  padding: 6px 36px;
  background-color: #9a003e;
  font-size: 12px;
  color: #fff;
}
.single-events .entry__title {
  margin-top: 18px;
  padding-bottom: 9px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 2px solid #9a003e;
}
.single-events .entry__thumb {
  margin-top: 25px;
  width: 100%;
  overflow: hidden;
}
.single-events .entry__thumb-img {
  width: 100%;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-events .entry__body {
  padding-top: 50px;
  word-break: break-all;
}
.single-events .entry__body > *:first-child {
  margin-top: 0 !important;
}
.single-events .entry__body .toc-mokuji-content {
  margin-top: 72px;
}
.single-events .entry__body h2 {
  position: relative;
  margin-top: 80px;
  padding: 9px 18px;
  background-color: rgba(154, 0, 62, 0.1);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  border-left: 5px solid #9a003e;
}
.single-events .entry__body h3 {
  margin-top: 50px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 15px;
  border-left: 5px solid #9a003e;
}
.single-events .entry__body h4 {
  margin-top: 50px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #9a003e;
}
.single-events .entry__body p {
  margin-top: 33px;
  line-height: 2;
}
.single-events .entry__body p + p {
  margin-top: 1rem;
}
.single-events .entry__body .wp-block-image::after {
  content: "";
  display: block;
  clear: both;
}
.single-events .entry__body img {
  display: block;
  margin-top: 40px;
}
.single-events .entry__body .aligncenter {
  margin: 40px auto 0;
}
.single-events .entry__body .alignright {
  margin-left: auto;
}
.single-events .entry__body .wp-caption {
  max-width: 100%;
}
.single-events .entry__body .wp-caption-text {
  margin-top: 3px;
}
.single-events .entry__body pre {
  overflow-x: auto;
}
.single-events .entry__body table {
  margin-top: 40px;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e6e6e6;
}
.single-events .entry__body table th {
  display: table-cell;
  vertical-align: middle;
  background-color: #ddd;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  height: 65px;
  border: 1px solid #e6e6e6;
}
.single-events .entry__body table th a {
  color: inherit;
}
.single-events .entry__body table td {
  display: table-cell;
  vertical-align: middle;
  height: 65px;
  border: 1px solid #e6e6e6;
  text-align: center;
}
.single-events .entry__body table td a {
  color: inherit;
}
.single-events .entry__body > ol, .single-events .entry__body > ul {
  margin-top: 40px;
}
.single-events .entry__body > ol li, .single-events .entry__body > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.5;
}
.single-events .entry__body > ol li + li, .single-events .entry__body > ul li + li {
  margin-top: 0.75em;
}
.single-events .entry__body > ul li::before {
  content: "";
  position: relative;
  top: 5px;
  margin-right: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
  width: 15px;
  height: 15px;
  background-color: #9a003e;
  border-radius: 50%;
}
.single-events .entry__body > ol {
  counter-reset: num;
  list-style-type: none;
}
.single-events .entry__body > ol li {
  line-height: 1.5;
}
.single-events .entry__body > ol li::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  content: counter(num);
  counter-increment: num;
  position: relative;
  top: 4px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  margin-right: 15px;
  padding-left: 1px;
  width: 16px;
  height: 16px;
  background-color: #9a003e;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  border-radius: 50%;
}
.single-events .entry__body a {
  position: relative;
  color: #1a0dab;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-events .entry__body blockquote {
  position: relative;
  width: 100%;
  margin-top: 40px;
  background-color: #fff;
  padding: 43px 35px;
  border: 1px solid #ccc;
  border-left: 3px solid #9a003e;
}
.single-events .entry__body blockquote p {
  margin-top: 0;
}
.single-events .entry__body blockquote p + p {
  margin-top: 1em;
}
.single-events .entry__body blockquote cite {
  display: block;
  margin-top: 40px;
  font-size: 14px;
  font-style: normal;
}
.single-events .entry__body blockquote a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #9a003e;
}
.single-events .entry__body blockquote a:hover {
  opacity: 0.6;
}
.single-events .entry__body .wp-block-liquid-speech-balloon {
  margin-top: 30px;
}
.single-events .entry__body hr.wp-block-separator {
  margin: 50px auto;
  width: 30%;
  height: 2px;
  border-bottom: 2px solid #9a003e;
  border-top: none;
}
.single-events .entry__body hr.wp-block-separator.is-style-wide {
  width: 100%;
  border-bottom: 2px dashed #9a003e;
}
.single-events .entry__body .liquid-speech-balloon-text p {
  margin-top: 0;
}
.single-events .entry__body iframe {
  margin-top: 70px;
  max-width: 100%;
}

@media screen and (max-width: 1199px) {
  .single-events .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .single-events .entry {
    padding-top: 35px;
  }
  .single-events .entry__cates {
    margin-left: 20px;
  }
  .single-events .entry__cate {
    padding: 6px 24px;
    font-size: 11px;
  }
  .single-events .entry__title {
    margin-top: 15px;
    padding-bottom: 8px;
    font-size: 26px;
  }
  .single-events .entry__thumb {
    margin-top: 22px;
  }
  .single-events .entry__body {
    padding-top: 40px;
  }
  .single-events .entry__body .toc-mokuji-content {
    margin-top: 40px;
  }
  .single-events .entry__body h2 {
    margin-top: 60px;
    padding: 6px 12px;
    font-size: 22px;
  }
  .single-events .entry__body h3 {
    margin-top: 40px;
    font-size: 20px;
    padding-left: 12px;
  }
  .single-events .entry__body h4 {
    margin-top: 40px;
    font-size: 17px;
  }
  .single-events .entry__body p {
    margin-top: 25px;
  }
  .single-events .entry__body img {
    margin-top: 30px;
  }
  .single-events .entry__body .aligncenter {
    margin: 30px auto 0;
  }
  .single-events .entry__body .wp-caption-text {
    margin-top: 2px;
  }
  .single-events .entry__body table {
    margin-top: 30px;
  }
  .single-events .entry__body table th {
    font-size: 16px;
    height: 58px;
  }
  .single-events .entry__body table td {
    height: 58px;
  }
  .single-events .entry__body > ol, .single-events .entry__body > ul {
    margin-top: 30px;
  }
  .single-events .entry__body > ul li::before {
    top: 4px;
    margin-right: 12px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14px;
            flex: 0 0 14px;
    width: 14px;
    height: 14px;
  }
  .single-events .entry__body > ol li::before {
    top: 4px;
    margin-right: 12px;
    padding-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15px;
            flex: 0 0 15px;
    width: 15px;
    height: 15px;
    font-size: 12px;
  }
  .single-events .entry__body blockquote {
    margin-top: 30px;
    padding: 35px 30px;
  }
  .single-events .entry__body blockquote cite {
    margin-top: 30px;
    font-size: 12px;
  }
  .single-events .entry__body .wp-block-liquid-speech-balloon {
    margin-top: 30px;
  }
  .single-events .entry__body hr.wp-block-separator {
    margin: 40px auto;
    width: 30%;
    height: 2px;
  }
  .single-events .entry__body iframe {
    margin-top: 40px;
  }
}
@media screen and (max-width: 758px) {
  .single-events .main .container {
    padding: 0 15px;
  }
  .single-events .entry {
    padding-top: 30px;
  }
  .single-events .entry__cates {
    margin-left: 15px;
  }
  .single-events .entry__cate {
    padding: 4px 16px;
  }
  .single-events .entry__title {
    margin-top: 14px;
    padding-bottom: 6px;
    font-size: 20px;
  }
  .single-events .entry__thumb {
    margin-top: 20px;
  }
  .single-events .entry__body {
    padding-top: 35px;
  }
  .single-events .entry__body .toc-mokuji-content {
    margin-top: 30px;
  }
  .single-events .entry__body h2 {
    margin-top: 50px;
    padding: 4px 10px;
    font-size: 18px;
  }
  .single-events .entry__body h3 {
    margin-top: 35px;
    font-size: 16px;
    padding-left: 8px;
  }
  .single-events .entry__body h4 {
    margin-top: 35px;
    font-size: 15px;
  }
  .single-events .entry__body p {
    margin-top: 25px;
  }
  .single-events .entry__body img {
    margin-top: 25px;
  }
  .single-events .entry__body .aligncenter {
    margin: 25px auto 0;
  }
  .single-events .entry__body table th {
    font-size: 13px;
    height: 45px;
  }
  .single-events .entry__body table td {
    height: 45px;
  }
  .single-events .entry__body > ol, .single-events .entry__body > ul {
    margin-top: 25px;
  }
  .single-events .entry__body > ul li::before {
    top: 2px;
    margin-right: 10px;
  }
  .single-events .entry__body > ol li::before {
    top: 2px;
    margin-right: 10px;
    font-size: 11px;
  }
  .single-events .entry__body blockquote {
    margin-top: 25px;
    padding: 30px 20px;
  }
  .single-events .entry__body .wp-block-liquid-speech-balloon {
    margin-top: 35px;
  }
  .single-events .entry__body hr.wp-block-separator {
    margin: 35px auto;
    height: 2px;
  }
  .single-events .entry__body iframe {
    margin-top: 35px;
  }
}
/* ===================================

  所属プロプレイヤー

====================================== */
.page-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 480px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page-mv.sp {
  display: none;
}
.page-mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 840px;
}
.page-mv__contents {
  width: 330px;
  padding-bottom: 33px;
}
.page-mv__contents .posi {
  font-size: 20px;
  font-weight: 700;
}
.page-mv__contents .name {
  font-size: 48px;
  font-weight: 700;
}
.page-mv__contents .enname {
  margin-top: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 700;
}
.page-mv .snss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.page-mv .snss .sns {
  display: block;
  width: 30px;
}
.page-mv .snss .sns + .sns {
  margin-left: 16px;
}

@media screen and (max-width: 1199px) {
  .page-mv {
    height: 350px;
  }
  .page-mv__inner {
    width: 100%;
    padding: 0 30px;
  }
  .page-mv__contents {
    width: 100;
    padding: 0;
  }
  .page-mv__contents .posi {
    font-size: 16px;
  }
  .page-mv__contents .name {
    font-size: 36px;
  }
  .page-mv__contents .enname {
    margin-top: 12px;
    font-size: 16px;
  }
  .page-mv .snss {
    margin-top: 20px;
  }
  .page-mv .snss .sns {
    width: 20px;
  }
  .page-mv .snss .sns + .sns {
    margin-left: 15px;
  }
}
@media screen and (max-width: 758px) {
  .page-mv {
    height: 360px;
  }
  .page-mv.pc {
    display: none;
  }
  .page-mv.sp {
    display: block;
  }
  .page-mv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 22px 20px 30px;
  }
  .page-mv__contents {
    color: #fff;
  }
  .page-mv__contents .posi {
    font-size: 12px;
  }
  .page-mv__contents .name {
    font-size: 30px;
  }
  .page-mv__contents .enname {
    margin-top: 7px;
    font-size: 16px;
  }
  .page-mv .snss {
    display: block;
    margin-top: 0;
  }
  .page-mv .snss .sns {
    width: 30px;
  }
  .page-mv .snss .sns + .sns {
    margin-left: 0;
    margin-top: 10px;
  }
}
.page-okamuraissei .youtube {
  padding: 80px 0 35px;
  display: none;
}
.page-okamuraissei .youtube .container {
  width: 840px;
}
.page-okamuraissei .youtube__wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.page-okamuraissei .youtube__wrap iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-okamuraissei .main {
  padding-top: 45px;
}
.page-okamuraissei .main .container {
  width: 840px;
}
.page-okamuraissei .player__block + .player__block {
  margin-top: 40px;
}
.page-okamuraissei .player__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page-okamuraissei .player__title .title {
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #9a003e;
}
.page-okamuraissei .player__title .subtitle {
  margin-left: 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.page-okamuraissei .player__contents {
  margin-top: 20px;
  font-size: 14px;
}
.page-okamuraissei .player__contents dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2;
  border-top: 1px solid #b3b3b3;
}
.page-okamuraissei .player__contents dl:last-child {
  border-bottom: 1px solid #b3b3b3;
}
.page-okamuraissei .player__contents dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  width: 160px;
  padding: 12px 15px;
  background-color: #f2f2f2;
  font-weight: 500;
}
.page-okamuraissei .player__contents dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 12px 25px;
}
.page-okamuraissei .player__contents .rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 15px;
  border-top: 1px solid #b3b3b3;
  line-height: 2;
}
.page-okamuraissei .player__contents .rank:last-child {
  border-bottom: 1px solid #b3b3b3;
}
.page-okamuraissei .player__contents .rank__title {
  font-weight: 500;
}
.page-okamuraissei .player__contents .rank__text {
  margin-left: 60px;
}
.page-okamuraissei .player__contents .msg {
  padding-top: 18px;
  line-height: 2;
  border-top: 1px solid #b3b3b3;
}
.page-okamuraissei .images {
  padding: 80px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-okamuraissei .images .image {
  width: calc((100% - 20px) / 2);
}
.page-okamuraissei .images .image:nth-child(n+3) {
  margin-top: 20px;
}
.page-okamuraissei .images .image img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .page-okamuraissei .youtube {
    padding: 50px 0 15px;
  }
  .page-okamuraissei .youtube .container {
    width: 100%;
    padding: 0 80px;
  }
  .page-okamuraissei .main {
    padding-top: 35px;
  }
  .page-okamuraissei .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-okamuraissei .player__block + .player__block {
    margin-top: 30px;
  }
  .page-okamuraissei .player__title .title {
    font-size: 22px;
  }
  .page-okamuraissei .player__title .subtitle {
    margin-left: 15px;
    font-size: 12px;
  }
  .page-okamuraissei .player__contents {
    margin-top: 16px;
    font-size: 13px;
  }
  .page-okamuraissei .player__contents dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    width: 120px;
    padding: 11px 13px;
  }
  .page-okamuraissei .player__contents dd {
    padding: 11px 16px;
  }
  .page-okamuraissei .player__contents .rank {
    padding: 11px 13px;
  }
  .page-okamuraissei .player__contents .rank__text {
    margin-left: 40px;
  }
  .page-okamuraissei .player__contents .msg {
    padding-top: 15px;
  }
  .page-okamuraissei .images {
    padding: 60px 0 30px;
  }
}
@media screen and (max-width: 758px) {
  .page-okamuraissei .youtube {
    padding: 30px 0 5px;
  }
  .page-okamuraissei .youtube .container {
    padding: 0 15px;
  }
  .page-okamuraissei .main {
    padding-top: 25px;
  }
  .page-okamuraissei .main .container {
    padding: 0 15px;
  }
  .page-okamuraissei .player__block + .player__block {
    margin-top: 25px;
  }
  .page-okamuraissei .player__title .title {
    font-size: 20px;
  }
  .page-okamuraissei .player__title .subtitle {
    margin-left: 12px;
    font-size: 11px;
  }
  .page-okamuraissei .player__contents {
    margin-top: 12px;
    font-size: 12px;
  }
  .page-okamuraissei .player__contents dl {
    display: block;
  }
  .page-okamuraissei .player__contents dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding: 10px 15px;
  }
  .page-okamuraissei .player__contents dd {
    padding: 12px 15px;
  }
  .page-okamuraissei .player__contents .rank {
    padding: 10px 15px;
    display: block;
  }
  .page-okamuraissei .player__contents .rank__title {
    font-size: 13px;
  }
  .page-okamuraissei .player__contents .rank__text {
    margin-left: 0;
    margin-top: 5px;
  }
  .page-okamuraissei .player__contents .msg {
    padding-top: 10px;
  }
  .page-okamuraissei .images {
    padding: 20px 0;
  }
  .page-okamuraissei .images .image {
    width: calc((100% - 8px) / 2);
  }
  .page-okamuraissei .images .image:nth-child(n+3) {
    margin-top: 8px;
  }
}
/* ===================================

  お問い合わせフォーム各種

====================================== */
.page-contact .l-mv {
  border-bottom: 1px solid #b3b3b3;
}
.page-contact .main {
  padding-top: 55px;
}
.page-contact .main .container {
  width: 880px;
}
.page-contact .contact-title h2 {
  padding-bottom: 14px;
  font-size: 20px;
  font-weight: 700;
  color: #9a003e;
  border-bottom: 2px solid #9a003e;
}
.page-contact .form {
  margin-top: 35px;
}
.page-contact .form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-contact .form__group + .form__group {
  margin-top: 30px;
}
.page-contact .form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 11px;
  width: 220px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
}
.page-contact .form__label label {
  margin-left: 14px;
  font-weight: 500;
}
.page-contact .form .require,
.page-contact .form .any {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  width: 40px;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border-radius: 4px;
  z-index: 1;
}
.page-contact .form .require {
  background-color: #db2b39;
}
.page-contact .form .any {
  background-color: #666666;
}
.page-contact .form__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.page-contact .form input[type=text],
.page-contact .form input[type=email],
.page-contact .form input[type=tel] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 100%;
  height: 40px;
  padding-left: 15px;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 4px;
  z-index: 1;
}
.page-contact .form input[type=text].narrow,
.page-contact .form input[type=email].narrow,
.page-contact .form input[type=tel].narrow {
  width: 160px;
}
.page-contact .form input[type=text].select,
.page-contact .form input[type=email].select,
.page-contact .form input[type=tel].select {
  width: 330px;
}
.page-contact .form input[type=text].attr,
.page-contact .form input[type=email].attr,
.page-contact .form input[type=tel].attr {
  margin-top: 15px;
}
.page-contact .form input[type=text]::-webkit-input-placeholder, .page-contact .form input[type=email]::-webkit-input-placeholder, .page-contact .form input[type=tel]::-webkit-input-placeholder {
  color: #808080;
}
.page-contact .form input[type=text]::placeholder, .page-contact .form input[type=text]::-webkit-input-placeholder,
.page-contact .form input[type=email]::placeholder,
.page-contact .form input[type=email]::-webkit-input-placeholder,
.page-contact .form input[type=tel]::placeholder,
.page-contact .form input[type=tel]::-webkit-input-placeholder {
  color: #808080;
}
.page-contact .form .select-wrap {
  position: relative;
  width: 330px;
}
.page-contact .form .select-wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 10px solid #808080;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  z-index: 1;
  pointer-events: none;
}
.page-contact .form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #151d35;
  z-index: 1;
  cursor: pointer;
}
.page-contact .form #datepicker {
  cursor: pointer;
}
.page-contact .form textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 100%;
  height: 160px;
  padding: 10px 15px;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 4px;
  z-index: 1;
}
.page-contact .form .notice {
  margin-top: 50px;
  padding-bottom: 35px;
  border-bottom: 1px solid #b3b3b3;
}
.page-contact .form .notice__title {
  padding-bottom: 14px;
  font-size: 20px;
  font-weight: 700;
  color: #9a003e;
  border-bottom: 2px solid #9a003e;
}
.page-contact .form .notice ul {
  margin-top: 25px;
}
.page-contact .form .notice li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 2;
}
.page-contact .form .notice li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 0.67em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
  padding-bottom: 1px;
  margin-right: 10px;
  width: 15px;
  height: 15px;
  background-color: #9a003e;
  font-size: 14px;
  color: #fff;
  border-radius: 50%;
  z-index: 1;
}
.page-contact .form .accept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
}
.page-contact .form .accept input[type=checkbox] {
  position: relative;
  top: 1px;
  width: 15px;
  height: 15px;
  margin-right: 12px;
}
.page-contact .form .accept .wpcf7-list-item {
  margin: 0;
}
.page-contact .form input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px auto 0;
  width: 620px;
  height: 60px;
  background-color: #7db212;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  border-radius: 9999px;
  border: none;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-contact .form input[type=submit]:hover {
  opacity: 0.6;
}

.wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  display: none;
  margin-top: 0.3em;
}
.wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip {
  display: block;
}

.wpcf7-response-output {
  display: none;
  opacity: 0;
}

@media screen and (max-width: 1199px) {
  .page-contact .main {
    padding-top: 40px;
  }
  .page-contact .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-contact .contact-title h2 {
    padding-bottom: 10px;
    font-size: 18px;
  }
  .page-contact .form {
    margin-top: 20px;
  }
  .page-contact .form__group + .form__group {
    margin-top: 20px;
  }
  .page-contact .form__label {
    padding-top: 10px;
    width: 200px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
  .page-contact .form__label label {
    margin-left: 12px;
  }
  .page-contact .form .require,
  .page-contact .form .any {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35px;
            flex: 0 0 35px;
    width: 35px;
    height: 18px;
    font-size: 12px;
    border-radius: 3px;
  }
  .page-contact .form input[type=text],
  .page-contact .form input[type=email],
  .page-contact .form input[type=tel] {
    height: 36px;
    padding-left: 12px;
  }
  .page-contact .form input[type=text].narrow,
  .page-contact .form input[type=email].narrow,
  .page-contact .form input[type=tel].narrow {
    width: 140px;
  }
  .page-contact .form input[type=text].select,
  .page-contact .form input[type=email].select,
  .page-contact .form input[type=tel].select {
    width: 280px;
  }
  .page-contact .form input[type=text].attr,
  .page-contact .form input[type=email].attr,
  .page-contact .form input[type=tel].attr {
    margin-top: 12px;
  }
  .page-contact .form .select-wrap {
    width: 280px;
  }
  .page-contact .form .select-wrap::after {
    right: 12px;
    border-top: 8px solid #808080;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
  }
  .page-contact .form select {
    height: 36px;
    padding: 0 12px;
  }
  .page-contact .form textarea {
    height: 140px;
    padding: 8px 12px;
  }
  .page-contact .form .notice {
    margin-top: 30px;
    padding-bottom: 25px;
  }
  .page-contact .form .notice__title {
    padding-bottom: 10px;
    font-size: 18px;
  }
  .page-contact .form .notice ul {
    margin-top: 18px;
  }
  .page-contact .form .notice li span {
    top: 0.63em;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14px;
            flex: 0 0 14px;
    margin-right: 8px;
    width: 14px;
    height: 14px;
    font-size: 12px;
  }
  .page-contact .form .accept {
    margin-top: 30px;
  }
  .page-contact .form .accept input[type=checkbox] {
    width: 14px;
    height: 14px;
    margin-right: 6px;
  }
  .page-contact .form input[type=submit] {
    margin: 36px auto 0;
    width: 400px;
    height: 50px;
    font-size: 16px;
  }
  .page-contact .form input[type=submit]:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 758px) {
  .page-contact .main {
    padding-top: 30px;
  }
  .page-contact .main .container {
    padding: 0 15px;
  }
  .page-contact .contact-title h2 {
    padding-bottom: 8px;
    font-size: 16px;
  }
  .page-contact .form {
    margin-top: 20px;
  }
  .page-contact .form__group {
    display: block;
  }
  .page-contact .form__group + .form__group {
    margin-top: 20px;
  }
  .page-contact .form__label {
    padding-top: 0;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .page-contact .form__label label {
    margin-left: 10px;
    font-size: 13px;
  }
  .page-contact .form .require,
  .page-contact .form .any {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    width: 30px;
    height: 16px;
    font-size: 11px;
  }
  .page-contact .form__body {
    margin-top: 10px;
  }
  .page-contact .form input[type=text],
  .page-contact .form input[type=email],
  .page-contact .form input[type=tel] {
    height: 33px;
  }
  .page-contact .form input[type=text].narrow,
  .page-contact .form input[type=email].narrow,
  .page-contact .form input[type=tel].narrow {
    width: 150px;
  }
  .page-contact .form input[type=text].select,
  .page-contact .form input[type=email].select,
  .page-contact .form input[type=tel].select {
    width: 100%;
  }
  .page-contact .form input[type=text].attr,
  .page-contact .form input[type=email].attr,
  .page-contact .form input[type=tel].attr {
    margin-top: 10px;
  }
  .page-contact .form .select-wrap {
    width: 100%;
  }
  .page-contact .form .select-wrap::after {
    border-top: 6px solid #808080;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
  }
  .page-contact .form select {
    height: 33px;
  }
  .page-contact .form textarea {
    height: 100px;
    padding: 6px 12px;
  }
  .page-contact .form .notice {
    margin-top: 15px;
    padding-bottom: 15px;
  }
  .page-contact .form .notice__title {
    padding-bottom: 8px;
    font-size: 16px;
  }
  .page-contact .form .notice ul {
    margin-top: 12px;
  }
  .page-contact .form .notice li span {
    top: 0.63em;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12px;
            flex: 0 0 12px;
    margin-right: 6px;
    width: 12px;
    height: 12px;
    font-size: 10px;
  }
  .page-contact .form .accept {
    margin-top: 20px;
    line-height: 1.5;
  }
  .page-contact .form .accept input[type=checkbox] {
    top: 3px;
    width: 14px;
    height: 14px;
    margin-right: 5px;
  }
  .page-contact .form input[type=submit] {
    margin: 20px auto 0;
    width: 100%;
    height: 45px;
    font-size: 14px;
  }
}
/* ===================================

  サンクスページ
  404ページ

====================================== */
.page-thanks .sp,
.error404 .sp {
  display: none;
}
.page-thanks .l-mv,
.error404 .l-mv {
  border-bottom: 1px solid #b3b3b3;
}
.page-thanks .main,
.error404 .main {
  padding-top: 50px;
  text-align: center;
}
.page-thanks .main .container,
.error404 .main .container {
  width: 820px;
}
.page-thanks .ther__title,
.error404 .ther__title {
  font-size: 24px;
  font-weight: 700;
  color: #9a003e;
  line-height: 1.5;
}
.page-thanks .ther__body,
.error404 .ther__body {
  margin-top: 42px;
}
.page-thanks .ther__text,
.error404 .ther__text {
  line-height: 2;
}
.page-thanks .ther__text + .ther__text,
.error404 .ther__text + .ther__text {
  margin-top: 34px;
}
.page-thanks .ther__link,
.error404 .ther__link {
  display: inline-block;
  margin-top: 70px;
  font-size: 18px;
  font-weight: 500;
  color: #9a003e;
  text-decoration: underline;
}

@media screen and (max-width: 1199px) {
  .page-thanks .main,
  .error404 .main {
    padding-top: 60px;
    min-height: calc(100vh - 600px);
  }
  .page-thanks .main .container,
  .error404 .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-thanks .ther__title,
  .error404 .ther__title {
    font-size: 20px;
  }
  .page-thanks .ther__body,
  .error404 .ther__body {
    margin-top: 30px;
  }
  .page-thanks .ther__text + .ther__text,
  .error404 .ther__text + .ther__text {
    margin-top: 24px;
  }
  .page-thanks .ther__link,
  .error404 .ther__link {
    margin-top: 50px;
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .page-thanks .sp,
  .error404 .sp {
    display: block;
  }
  .page-thanks .main,
  .error404 .main {
    padding-top: 35px;
    min-height: auto;
  }
  .page-thanks .main .container,
  .error404 .main .container {
    padding: 0 15px;
  }
  .page-thanks .ther__title,
  .error404 .ther__title {
    font-size: 18px;
  }
  .page-thanks .ther__body,
  .error404 .ther__body {
    margin-top: 25px;
  }
  .page-thanks .ther__body br,
  .error404 .ther__body br {
    display: none;
  }
  .page-thanks .ther__body br.pc,
  .error404 .ther__body br.pc {
    display: block;
  }
  .page-thanks .ther__text + .ther__text,
  .error404 .ther__text + .ther__text {
    margin-top: 16px;
  }
  .page-thanks .ther__link,
  .error404 .ther__link {
    margin-top: 36px;
    font-size: 14px;
  }
}
/* ===================================

  スケジュールブロック

====================================== */
.sitem {
  border-bottom: 1px solid #b3b3b3;
  word-break: break-all;
}
.sitem dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 80px;
}
.sitem dt,
.sitem dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  background-color: #fff;
}
.sitem dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  width: 180px;
  height: 100%;
  padding-left: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
}
.sitem dt span {
  font-size: 16px;
  margin-left: 5px;
}
.sitem dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 16px 20px;
  border-left: 1px solid #b3b3b3;
  line-height: 1.5;
}

.wp-block-lazyblock-schedule-block:first-child .sitem {
  border-top: 1px solid #b3b3b3;
}

@media screen and (max-width: 1199px) {
  .sitem dl {
    min-height: 70px;
  }
  .sitem dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    width: 150px;
    padding-left: 8px;
    font-size: 22px;
  }
  .sitem dt span {
    font-size: 12px;
    margin-left: 5px;
  }
  .sitem dd {
    padding: 14px 18px;
  }
}
@media screen and (max-width: 758px) {
  .sitem dl {
    display: block;
    min-height: 70px;
  }
  .sitem dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding: 15px 10px 0;
    font-size: 16px;
  }
  .sitem dt span {
    position: relative;
    top: 2px;
    font-size: 10px;
    margin-left: 3px;
  }
  .sitem dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding: 6px 10px 12px;
    border-left: none;
  }
}