@charset "UTF-8";
/*
 * style.css
 */
/* ==========================================================
!HTML5 elements
========================================================== */
header,
footer,
nav,
main,
section,
aside,
article {
  display: block;
}

figure,
figcaption {
  margin: 0;
  padding: 0;
}

/* ==========================================================
!Reseting
========================================================== */
/* 全ての要素のbox-sizingをデフォルトでborder-boxにする */
:root {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
::before,
::after {
  border-width: 0;
  border-style: solid;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

hr {
  border-bottom: 1px solid #bbb;
}

body {
  color: #333333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "YuGothic", "游ゴシック体", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  background: #ffffff none;
  overflow-scrolling: touch;
}

/* Hack for Safari 7.1-8.0 */
_::-webkit-full-page-media,
_:future,
:root body {
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
}

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td {
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-weight: normal;
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:after,
q:before {
  content: "";
}

a,
input {
  /* outline: none; */
}

abbr,
acronym {
  border: 0;
}

/* ==========================================================
!Clearfix
========================================================== */
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* ==========================================================
!Layout
========================================================== */
html {
  overflow-y: scroll;
}

body {
  text-align: center;
}

@media print {
  html,
  html body {
    *zoom: 0.65;
  }
  body {
    width: 990px;
  }
  .l-header {
    position: absolute;
  }
}
/* ==========================================================
!Wrapper
========================================================== */
.l-wrapper {
  padding-top: 0;
  background: url("../img/common/bg_main.png");
  overflow-x: hidden;
  position: relative;
}

@media only screen and (min-width: 768px), print {
  .l-wrapper {
    padding-top: 90px;
  }
  .l-wrapper--shop {
    padding-top: 143px;
  }
}
/* ==========================================================
!Wrapper区切り線
========================================================== */
.l-wrap-border {
  border-top: 8px solid #e6002d;
}

.l-wrap-border--tennis {
  border-top: 8px solid #0154c7;
}

.l-wrap-border--culture {
  border-top: 8px solid #fa7f05;
}

.l-wrap-border--soccer {
  border-top: 8px solid #66c30a;
}

/* ==========================================================
!Wrapper1200px
========================================================== */
.l-wrap1200 {
  margin: 20vw 0;
}

@media only screen and (min-width: 768px), print {
  .l-wrap1200 {
    margin: min(6.25vw, 100px) 0;
  }
}
.l-wrap1200__wrap {
  width: 92vw;
  margin: 0 auto;
  overflow: visible;
}

@media only screen and (min-width: 768px), print {
  .l-wrap1200__wrap {
    max-width: 1200px;
  }
}
.l-wrap1200-gray {
  background: #efefef;
  padding-top: 20vw;
  padding-bottom: 20vw;
}

@media only screen and (min-width: 768px), print {
  .l-wrap1200-gray {
    padding-top: min(6.25vw, 100px);
    padding-bottom: min(6.25vw, 100px);
  }
}
.l-wrap1200-yellow {
  background-color: #fffdea;
  padding-top: 95px;
  padding-bottom: 100px;
  margin-top: 0;
}

.l-wrap1200-yellow2 {
  background-color: #fffdea;
  padding-top: 95px;
  padding-bottom: 100px;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .l-wrap1200-yellow {
    padding-top: 67px;
  }
  .l-wrap1200-yellow2 {
    padding-top: 67px;
    padding-bottom: 0px;
  }
}
/* ==========================================================
!Wrapper1070px
========================================================== */
.l-wrap1070 {
  margin: 20vw 0;
}

@media only screen and (min-width: 768px), print {
  .l-wrap1070 {
    margin: min(6.25vw, 100px) 0;
  }
}
.l-wrap1070__wrap {
  width: 92vw;
  margin: 0 auto;
  overflow: visible;
}

@media only screen and (min-width: 768px), print {
  .l-wrap1070__wrap {
    max-width: 1070px;
  }
}
.l-wrap1070-gray {
  background: #efefef;
  padding-top: 20vw;
  padding-bottom: 20vw;
}

@media only screen and (min-width: 768px), print {
  .l-wrap1070-gray {
    padding-top: min(6.25vw, 100px);
    padding-bottom: min(6.25vw, 100px);
  }
}
/* ==========================================================
!Wrapper990px
========================================================== */
.l-wrap990 {
  margin: 20vw 0;
}

@media only screen and (min-width: 768px), print {
  .l-wrap990 {
    margin: min(6.25vw, 100px) 0;
  }
}
.l-wrap990__wrap {
  width: 92vw;
  margin: 0 auto;
  overflow: visible;
}

@media only screen and (min-width: 768px), print {
  .l-wrap990__wrap {
    max-width: 990px;
  }
}
.l-wrap990-gray {
  background: #efefef;
  padding-top: 20vw;
  padding-bottom: 5vw;
}

@media only screen and (min-width: 768px), print {
  .l-wrap990-gray {
    padding-top: min(6.25vw, 100px);
    padding-bottom: min(1vw, 100px);
  }
}
.l-wrap990-gray + .l-wrap990-gray {
  padding-top: 10px;
  padding-bottom: 5vw;
}

/* ==========================================================
!Wrapper864px
========================================================== */
.l-wrap864 {
  margin: 20vw 0;
}

@media only screen and (min-width: 768px), print {
  .l-wrap864 {
    margin: min(6.25vw, 100px) 0;
  }
}
.l-wrap864__wrap {
  width: 92vw;
  margin: 0 auto;
  overflow: visible;
}

@media only screen and (min-width: 768px), print {
  .l-wrap864__wrap {
    max-width: 864px;
  }
}
/* ==========================================================
!Wrapper784px
========================================================== */
.l-wrap784 {
  margin: 20vw 0;
}

@media only screen and (min-width: 768px), print {
  .l-wrap784 {
    margin: min(6.25vw, 100px) 0;
  }
}
.l-wrap784__wrap {
  width: 92vw;
  margin: 0 auto;
  overflow: visible;
}

@media only screen and (min-width: 768px), print {
  .l-wrap784__wrap {
    max-width: 784px;
  }
}
/* ==========================================================
!Header
========================================================== */
.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 65px;
  background: #ffffff;
  border-bottom: 6px solid #e6002d;
  padding: 0 2.5%;
  z-index: 100;
}

.l-header__logo {
  margin-right: auto;
}

.l-header__logo img {
  width: 211px;
}

@media only screen and (max-width: 767px) {
  .l-header__logo img {
    width: 180px;
    padding-top: 6px;
  }
}
@media only screen and (max-width: 374px) {
  .l-header__logo img {
    width: 39vw;
  }
}
.l-header__logo--recruit img {
  max-width: 48%;
}

@media only screen and (min-width: 768px), print {
  .l-header {
    position: fixed;
    height: 90px;
    border-bottom: 8px solid #e6002d;
    -webkit-filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.16));
  }
  .l-header__logo img {
    width: 20vw;
    max-width: 312px;
  }
}
@media only screen and (min-width: 768px) and (hover: hover), print and (hover: hover) {
  .l-header__logo a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .l-header-right {
    display: none;
  }
}
@media only screen and (min-width: 768px), print {
  .l-header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
/* ==========================================================
!ヘッダーナビ
========================================================== */
@media only screen and (max-width: 767px) {
  .l-header-nav {
    display: none;
  }
}
@media only screen and (min-width: 768px), print {
  .l-header-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-header-nav__item {
    margin-right: 1em;
  }
  .l-header-nav__link {
    height: 82px;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }
  .l-header-nav__link.js-pc-menuopen::before {
    content: "";
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
  }
}
@media only screen and (min-width: 768px) and (hover: hover), print and (hover: hover) {
  .l-header-nav__link:hover .l-header-nav__icon,
  .l-header-nav__link:hover .l-header-nav__text {
    opacity: 0.7;
  }
  .l-header-nav__link:hover.js-pc-menuopen::before {
    content: "";
    background: rgba(0, 0, 0, 0.48);
    display: block;
    width: 100vw;
    height: calc(100vh - 90px);
    position: fixed;
    left: 0;
    top: 90px;
    z-index: 80;
    opacity: 1;
    pointer-events: none;
  }
}
@media only screen and (min-width: 768px) and (hover: none), print and (hover: none) {
  .l-header-nav__nohover {
    display: block;
    width: 100%;
    height: 82px;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media only screen and (min-width: 768px), print {
  .l-header-nav .js-pc-menuopen {
    cursor: pointer;
  }
}
@media only screen and (min-width: 768px), print {
  .l-header-nav__icon {
    display: block;
  }
}
@media only screen and (min-width: 768px), print {
  .l-header-nav__text {
    font-size: clamp(10px, 0.75vw, 14px);
    white-space: nowrap;
  }
}
@media only screen and (min-width: 768px) and (hover: hover), print and (hover: hover) {
  .l-header-nav__text--parent {
    position: relative;
    display: inline-block;
    padding-right: 0.6em;
  }
  .l-header-nav__text--parent::after {
    content: "";
    width: 0.4em;
    height: 0.4em;
    border: 0;
    border-bottom: solid 1px #333;
    border-right: solid 1px #333;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.2em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
/* ==========================================================
!PCメガメニュー
========================================================== */
@media (hover: none) {
  .l-header-pcmegamenu {
    display: none;
  }
}
@media (hover: hover) {
  .l-header-pcmegamenu {
    position: fixed;
    left: 50%;
    top: 82px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 90%;
    max-width: 1236px;
    max-height: 0;
    overflow: hidden;
    display: block;
    background: #efefef;
    border-top: 8px solid #e6002d;
    border-radius: 0 0 25px 25px;
    padding: 0 3vw;
    pointer-events: none;
  }
  .l-header-nav__link:hover .l-header-pcmegamenu {
    position: fixed;
    max-height: calc(100vh - 60px);
    z-index: 90;
    pointer-events: auto;
    padding: 1vw 2vw;
  }
  .l-header-pcmegamenu__scroll {
    overflow-y: auto;
    max-height: calc(100vh - 120px);
  }
  .l-header-pcmegamenu .c-shoplist {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: min(0.6vw, 7px);
    margin-top: min(0.625vw, 10px);
  }
  .l-header-pcmegamenu .c-shoplist__item {
    width: 16% !important;
    height: min(8vw, 58px);
    margin-top: 0 !important;
    margin-top: 2.5vw;
  }
  .l-header-pcmegamenu .c-shoplist__item .c-shoplist__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0vw;
  }
}
@media only screen and (hover: hover) and (min-width: 768px), print and (hover: hover) {
  .l-header-pcmegamenu .c-shoplist__item .c-shoplist__link {
    font-size: min(1.5vw, 18px);
  }
}
@media only screen and (hover: hover) and (min-width: 768px), print and (hover: hover) {
  .l-header-pcmegamenu .c-shoplist__item {
    margin-top: min(0.625vw, 10px);
  }
}
@media (hover: hover) {
  .l-header-pcmegamenu .c-shoplist__item .c-shoplist__name {
    font-size: 0vw;
    font-weight: 700;
  }
}
@media only screen and (hover: hover) and (min-width: 768px), print and (hover: hover) {
  .l-header-pcmegamenu .c-shoplist__item .c-shoplist__name {
    font-size: min(1.8333333333vw, 22px);
  }
}
@media (hover: hover) {
  .l-header-pcmegamenu .c-shoplist__item .c-shoplist__city {
    font-size: 0vw;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    white-space: nowrap;
  }
}
@media only screen and (hover: hover) and (min-width: 768px), print and (hover: hover) {
  .l-header-pcmegamenu .c-shoplist__item .c-shoplist__city {
    font-size: min(1vw, 12px);
  }
}
@media (hover: hover) {
  .l-header-pcmegamenu .c-shoplist__item .c-shoplist__icon {
    height: 2.6em;
    max-height: 62px;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
}
@media (hover: hover) {
  .l-header-pcmegamenu .c-shoplist__item .c-shoplist__icon img {
    width: 2.1vw;
    max-width: 23px;
  }
}
@media (hover: hover) {
  .l-header-pcmegamenu .c-shoplist__item .c-shoplist__link {
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 2px solid #ffffff;
    padding: 0.2em 0;
  }
  .l-header-pcmegamenu .c-shoplist__item .c-shoplist__link::before {
    height: calc(100% + 4px);
    width: 10px;
    margin: -2px -2px -2px 0;
    border-radius: 0 10px 10px 0;
  }
  .l-header-pcmegamenu .c-shoplist__item .c-shoplist__link::after {
    width: 6px;
    height: 6px;
    right: 1px;
    margin-top: -0.2em;
  }
}
@media (hover: hover) {
  .l-header-pcmegamenu .c-title-search-pref {
    margin-top: 5vw;
    border-bottom: 3px solid #e6002d;
  }
}
@media only screen and (hover: hover) and (min-width: 768px), print and (hover: hover) {
  .l-header-pcmegamenu .c-title-search-pref {
    margin-top: min(1.25vw, 20px);
  }
}
@media (hover: hover) {
  .l-header-pcmegamenu .c-title-search-pref span {
    font-size: 0vw;
  }
}
@media only screen and (hover: hover) and (min-width: 768px), print and (hover: hover) {
  .l-header-pcmegamenu .c-title-search-pref span {
    font-size: min(1.5vw, 18px);
  }
}
@media only screen and (hover: hover) and (max-width: 959px) {
  .l-header-pcmegamenu .c-shoplist__item {
    width: 24% !important;
  }
}
/* ==========================================================
!採用、お問い合わせボタン
========================================================== */
.l-header-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-header-cta-btn a {
  display: block;
  font-size: clamp(12px, 1vw, 16px);
  font-weight: bold;
  text-align: center;
  line-height: 2.5em;
  border-radius: 100px;
}

.l-header-cta-btn--recruit {
  margin-right: 0.5em;
}

.l-header-cta-btn--recruit a {
  width: 12em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  border: 1px solid #333333;
  color: #333333;
}

.l-header-cta-btn--recruit a:hover {
  color: #333333;
  opacity: 0.7;
}

.l-header-cta-btn--recruit a span:first-child {
  border-right: 1px solid #333;
  padding-right: 0.8em;
  font-size: 10px;
  line-height: 1.1;
  text-align: left;
  letter-spacing: -0.5px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.l-header-cta-btn--inquiry a {
  width: 9em;
  background: #e6002d;
  border: 1px solid #e6002d;
  color: #ffffff;
}

.l-header-cta-btn--inquiry a:hover {
  color: #ffffff;
  opacity: 0.7;
}

/* ==========================================================
!PC店舗ナビゲーション
========================================================== */
@media only screen and (max-width: 767px) {
  .p-header-shop {
    display: none;
  }
}
@media only screen and (min-width: 768px), print {
  .p-header-shop {
    position: fixed;
    left: 0;
    top: 90px;
    width: 100%;
    height: 53px;
    background: #e6002d;
    padding: 0 2.5%;
    z-index: 90;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 768px), print {
  .p-header-shop-left {
    border: 1px solid #ffffff;
    border-radius: 8px;
    padding: 0.2em 0.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-header-shop-left__name {
    font-size: 4vw;
    font-weight: bold;
    border-right: 1px solid #ffffff;
    line-height: 1;
    padding: 0 0.5em;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px), print {
  .p-header-shop-left__name {
    font-size: min(1.125vw, 18px);
  }
}
@media only screen and (min-width: 768px), print {
  .p-header-shop-left__tel {
    font-size: 4.5vw;
    color: #ffffff;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px), print {
  .p-header-shop-left__tel {
    font-size: min(1.25vw, 20px);
  }
}
@media only screen and (min-width: 768px), print {
  .p-header-shop-left__tel::before {
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    background: url("../img/common/ico_tel.svg") center no-repeat;
    background-size: contain;
    margin: 0 0.5em;
  }
}
@media only screen and (min-width: 768px) and (hover: hover), print and (hover: hover) {
  .p-header-shop-left__tel:hover {
    color: #ffffff;
    opacity: 0.7;
  }
}
@media only screen and (min-width: 768px), print {
  .p-header-shop-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 3em;
  }
  .p-header-shop-nav__item {
    border-left: 1px solid #ffffff;
    line-height: 1;
    position: relative;
    cursor: pointer;
    font-size: 3vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px), print {
  .p-header-shop-nav__item {
    font-size: min(0.9375vw, 15px);
  }
}
@media only screen and (min-width: 768px) and (hover: hover), print and (hover: hover) {
  .p-header-shop-nav__item:hover .p-header-shop-nav-child {
    opacity: 1;
    pointer-events: auto;
  }
}
@media only screen and (min-width: 768px), print {
  .p-header-shop-nav__item a {
    font-weight: bold;
    line-height: 1.2;
    color: #ffffff;
    padding: 0.5em 1em;
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (hover: hover), print and (hover: hover) {
  .p-header-shop-nav__item a:hover {
    color: #ffffff;
  }
  .p-header-shop-nav__item a:hover .p-header-shop-nav__text::before {
    width: 100%;
  }
}
@media only screen and (min-width: 768px), print {
  .p-header-shop-nav__item:first-child {
    border-left: none;
  }
}
@media only screen and (min-width: 768px), print {
  .p-header-shop-nav__text {
    display: inline-block;
    position: relative;
  }
  .p-header-shop-nav__text::before {
    content: "";
    display: block;
    width: 0px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    bottom: -4px;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media only screen and (min-width: 768px) and (hover: hover), print and (hover: hover) {
  .p-header-shop-nav__text--parent {
    position: relative;
    display: inline-block;
    padding-right: 0.6em;
  }
  .p-header-shop-nav__text--parent::after {
    content: "";
    width: 0.4em;
    height: 0.4em;
    border: 0;
    border-bottom: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.2em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.p-header-shop-nav-child {
  display: block;
  position: absolute;
  left: -2em;
  top: 1.7em;
  background: #ffffff;
  border-radius: 10px;
  width: 9.5em;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.p-header-shop-nav-child__item {
  border-bottom: 1px solid #d1d1d1;
  font-size: 3vw;
}

@media only screen and (min-width: 768px), print {
  .p-header-shop-nav-child__item {
    font-size: min(0.9375vw, 15px);
  }
}
.p-header-shop-nav-child__item:first-child a {
  border-radius: 10px 10px 0 0;
}

.p-header-shop-nav-child__item:last-child {
  border-bottom: none;
}

.p-header-shop-nav-child__item:last-child a {
  border-radius: 0 0 10px 10px;
}

.p-header-shop-nav-child__item a {
  display: block;
  padding: 1em 1.5em;
  color: #333333;
  text-align: left;
  position: relative;
}

.p-header-shop-nav-child__item a::after {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border: 0;
  border-bottom: solid 1px #9f9f9f;
  border-right: solid 1px #9f9f9f;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -0.2em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.p-header-shop-nav-child__item a:hover {
  color: #e6002d;
  background: #f8eded;
}

.p-header-shop-nav-child__item a:hover::after {
  border-bottom: solid 1px #e6002d;
  border-right: solid 1px #e6002d;
}

.p-header-shop-mypage {
  position: absolute;
  right: 130px;
  top: 12px;
}
.p-header-shop-mypage a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 43px;
  padding: 0;
}
.p-header-shop-mypage--ico {
  line-height: 1;
}
.p-header-shop-mypage--ico img {
  width: 18px;
}
.p-header-shop-mypage--txt {
  line-height: 1;
  font-weight: bold;
  color: #CD001C;
  font-size: 10px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
@media only screen and (min-width: 768px), print {
  .p-header-shop-mypage {
    padding: 0 1em;
    position: static;
  }
  .p-header-shop-mypage a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-width: 86px;
    min-height: 22px;
    background-color: #fff;
    border-radius: 20px;
  }
  .p-header-shop-mypage a:hover {
    opacity: 0.7;
  }
}

/* ==========================================================
!SPバーガーメニュー
========================================================== */
.l-header-nav-burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 16px;
  top: 16px;
  border-radius: 100px;
  border: 1px solid #333;
  padding: 0.3em 1em;
}

.l-header-nav-burger__icon,
.l-header-nav-burger__icon:before,
.l-header-nav-burger__icon:after {
  content: "";
  display: block;
  height: 1px;
  width: 14px;
  background: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 1em;
}

.js-sp-menuopen.u-open .l-header-nav-burger__icon {
  background: #fff;
}

.l-header-nav-burger__icon:before {
  bottom: 5px;
  left: 0;
}

.js-sp-menuopen.u-open .l-header-nav-burger__icon:before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-header-nav-burger__icon:after {
  top: 5px;
  left: 0;
}

.js-sp-menuopen.u-open .l-header-nav-burger__icon:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.l-header-nav-burger__txt {
  font-size: 14px;
  padding-left: 18px;
}

@media only screen and (min-width: 768px), print {
  .l-header-nav-burger {
    display: none;
  }
}
/* ==========================================================
!SPナビゲーション
========================================================== */
.l-sp-nav {
  width: 100%;
  height: calc(100vh - 54px);
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 15;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #ffffff;
  text-align: left;
}

.l-sp-nav.u-show {
  right: 0;
}

.l-sp-nav__scroll {
  height: calc(100vh - 118px);
  overflow-y: auto;
}

.l-sp-nav__list {
  font-size: 16px;
}

.l-sp-nav__small {
  font-size: 12px;
  margin-top: 15px;
  margin-left: 16px;
  line-height: 1.3333333333;
}

.l-sp-nav__item {
  border-bottom: 1px solid #d1d1d1;
}

.l-sp-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.8em 0.5em;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.l-sp-nav__link::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 0.7em;
  margin-top: -0.8em;
  color: #e6002d;
  font-weight: bold;
}

.l-sp-nav__school {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.8em 0.5em;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.l-sp-nav__school::after {
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  position: absolute;
  top: 50%;
  right: 0.7em;
  margin-top: -0.8em;
  color: #e6002d;
  font-weight: bold;
}

.l-sp-nav__school.u-open::after {
  content: "\f068";
}

.l-sp-nav__ico {
  height: 1.3em;
  width: 2.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-sp-nav__ico--low {
  height: 1.1em;
}

.l-sp-nav__ico--high {
  height: 1.5em;
}

.l-sp-nav__ico img {
  height: 100%;
  width: auto;
}

.l-sp-nav__pref {
  display: none;
}

.l-sp-nav__pref__item {
  display: block;
  padding: 0.8em 0.5em 0.8em 3.1em;
  position: relative;
  background: #e6002d;
  color: #ffffff;
  font-weight: bold;
  border-bottom: 1px solid #ffffff;
}

.l-sp-nav__pref__item::after {
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  position: absolute;
  top: 50%;
  right: 0.7em;
  margin-top: -0.8em;
  color: #ffffff;
  font-weight: bold;
}

.l-sp-nav__pref__item.u-open::after {
  content: "\f068";
}

.l-sp-nav__pref dd {
  display: none;
}

.l-sp-nav__pref > .l-sp-nav__item:first-child {
  border-top: 1px solid #d1d1d1;
}

.l-sp-nav__pref > .l-sp-nav__item:last-child {
  border-bottom: none;
}

.l-sp-nav__top {
  margin: 1.5em;
  font-size: 12px;
  line-height: 3;
}

.l-sp-nav .c-btn {
  margin: 36px auto;
}

/* 都道府県を展開した中身の店舗一覧
------------------------------------ */
.l-sp-nav-shoplist__item {
  border-bottom: 1px solid #d1d1d1;
}

.l-sp-nav-shoplist__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.8em 0.5em 0.8em 3.1em;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.l-sp-nav-shoplist__link::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 0.7em;
  margin-top: -0.8em;
  color: #e6002d;
  font-weight: bold;
}

.l-sp-nav-shoplist__name {
  font-weight: bold;
  width: 4.5em;
}

.l-sp-nav-shoplist__city {
  font-size: 14px;
  width: 10em;
}

.l-sp-nav-shoplist__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
}

.l-sp-nav-shoplist__icon img {
  width: 22px;
}

/* ==========================================================
!Mainimg
========================================================== */
.l-mainimg {
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 768px), print {
  .l-mainimg2 {
    width: 100%;
    height: 600px;
    position: relative;
  }
}
.l-mainimg img {
  width: 100%;
}

@media only screen and (min-width: 768px), print {
  .l-mainimg2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.l-mainimg__tit {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 6vw;
  font-weight: 900;
  color: #ffffff;
}

@media only screen and (min-width: 768px), print {
  .l-mainimg__tit {
    font-size: min(1.875vw, 30px);
  }
}
.l-mainimg__tit--en {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 9.5vw;
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 768px), print {
  .l-mainimg__tit--en {
    font-size: min(4.125vw, 66px);
  }
}
/* ==========================================================
!Editor内スタイル
========================================================== */
.p-topics-body {
  text-align: left;
  font-size: 4vw;
}

@media only screen and (min-width: 768px), print {
  .p-topics-body {
    font-size: min(1.5vw, 18px);
  }
}
.p-topics-body p {
  margin: 1em 0;
}

.p-topics-body p:first-child {
  margin-top: 0;
}

.p-topics-body p:last-child {
  margin-bottom: 0;
}

.p-topics-body h2 {
  margin-top: 12.5vw;
  margin-bottom: 7.5vw;
  font-size: 7vw;
  font-weight: bold;
}

@media only screen and (min-width: 768px), print {
  .p-topics-body h2 {
    margin-top: min(4.375vw, 70px);
  }
}
@media only screen and (min-width: 768px), print {
  .p-topics-body h2 {
    margin-bottom: min(2.5vw, 40px);
  }
}
@media only screen and (min-width: 768px), print {
  .p-topics-body h2 {
    font-size: min(3.5vw, 42px);
  }
}
.p-topics-body h2:first-child {
  margin-top: 0;
}

.p-topics-body h3 {
  margin-top: 12.5vw;
  margin-bottom: 7.5vw;
  font-size: 6vw;
  font-weight: bold;
}

@media only screen and (min-width: 768px), print {
  .p-topics-body h3 {
    margin-top: min(4.375vw, 70px);
  }
}
@media only screen and (min-width: 768px), print {
  .p-topics-body h3 {
    margin-bottom: min(2.5vw, 40px);
  }
}
@media only screen and (min-width: 768px), print {
  .p-topics-body h3 {
    font-size: min(2.5vw, 30px);
  }
}
.p-topics-body h3:first-child {
  margin-top: 0;
}

.p-topics-body h4 {
  margin-top: 12.5vw;
  margin-bottom: 7.5vw;
  font-size: 5vw;
  font-weight: bold;
}

@media only screen and (min-width: 768px), print {
  .p-topics-body h4 {
    margin-top: min(4.375vw, 70px);
  }
}
@media only screen and (min-width: 768px), print {
  .p-topics-body h4 {
    margin-bottom: min(2.5vw, 40px);
  }
}
@media only screen and (min-width: 768px), print {
  .p-topics-body h4 {
    font-size: min(2vw, 24px);
  }
}
.p-topics-body h4:first-child {
  margin-top: 0;
}

.p-topics-body ul {
  margin: 7.5vw 0;
}

@media only screen and (min-width: 768px), print {
  .p-topics-body ul {
    margin: min(2.5vw, 40px) 0;
  }
}
.p-topics-body ul li {
  text-indent: -1em;
  margin-left: 1em;
}

.p-topics-body ul li::before {
  content: "●";
  color: #e6002d;
}

.p-topics-body ul li + li {
  margin-top: 0.5em;
}

.p-topics-body ol {
  margin: 7.5vw 0;
  list-style: decimal;
}

@media only screen and (min-width: 768px), print {
  .p-topics-body ol {
    margin: min(2.5vw, 40px) 0;
  }
}
.p-topics-body ol li {
  margin-left: 1em;
}

.p-topics-body ol li + li {
  margin-top: 0.5em;
}

.p-topics-body table {
  margin: 7.5vw 0;
  width: 100%;
  border-top: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  background: #ffffff;
}

@media only screen and (min-width: 768px), print {
  .p-topics-body table {
    margin: min(2.5vw, 40px) 0;
  }
}
.p-topics-body table tbody {
  width: 100%;
}

.p-topics-body table th,
.p-topics-body table td {
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  padding: 0.7em 1em;
}

.p-topics-body table th {
  color: #ffffff;
  background: #9f9f9f;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .p-topics-body table th,
  .p-topics-body table td {
    display: block;
  }
}
.p-topics-body .mt-figure {
  margin: 7.5vw 0;
}

@media only screen and (min-width: 768px), print {
  .p-topics-body .mt-figure {
    margin: min(2.5vw, 40px) 0;
  }
}
.p-topics-body .mt-figure figcaption {
  font-size: 3.5vw;
  margin-top: 1em;
}

@media only screen and (min-width: 768px), print {
  .p-topics-body .mt-figure figcaption {
    font-size: min(1.3333333333vw, 16px);
  }
}
.p-topics-body .mt-figure:first-child {
  margin-top: 0;
}

.p-topics-body .mt-be-columns {
  margin: 7.5vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
  gap: 2em;
}

@media only screen and (min-width: 768px), print {
  .p-topics-body .mt-be-columns {
    margin: min(2.5vw, 40px) 0;
  }
}
.p-topics-body .mt-be-columns:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .p-topics-body .mt-be-columns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1em;
  }
  .p-topics-body .mt-be-columns .mt-be-column {
    width: 100%;
  }
}
.p-topics-body .p-topics-graybox {
  margin: 7.5vw 0;
  background: #efefef;
  padding: 2em 3em;
}

@media only screen and (min-width: 768px), print {
  .p-topics-body .p-topics-graybox {
    margin: min(2.5vw, 40px) 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-topics-body .p-topics-graybox {
    padding: 1em;
  }
}
/* ==========================================================
!入会モーダルボタン
========================================================== */
.c-modal-openbtn {
  font-size: 4vw;
  position: absolute;
  right: 1em;
  top: 2.5em;
  z-index: 10;
  -webkit-transition: none;
  transition: none;
}

@media only screen and (min-width: 768px), print {
  .c-modal-openbtn {
    font-size: min(1.5vw, 18px);
  }
}
.c-modal-openbtn img {
  width: 28.5vw;
  max-width: 135px;
}

.c-modal-openbtn--new {
  top: 7.5em;
}

.c-modal-openbtn.fixed {
  position: fixed;
  top: 0.9em;
}

@media only screen and (min-width: 768px), print {
  .c-modal-openbtn {
    position: fixed;
    right: 2em;
    top: 190px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .c-modal-openbtn--new {
    top: 270px;
  }
  .c-modal-openbtn.fixed {
    top: 170px;
  }
}
.remodal-close {
  width: 36px;
  height: 36px;
  left: auto;
  top: -8px;
  right: -8px;
}

.remodal-close::before {
  font-size: 2rem;
  line-height: 38px;
  width: 36px;
  height: 36px;
  color: #ffffff;
  background-color: #333333;
  border-radius: 50%;
}

@media only screen and (min-width: 1280px), print {
  .remodal-close {
    width: 48px;
    height: 48px;
    top: -14px;
    right: -24px;
  }
  .remodal-close::before {
    font-size: 3rem;
    line-height: 50px;
    width: 48px;
    height: 48px;
  }
}
/* ==========================================================
!入会モーダル
========================================================== */
.c-cv-modal__tit {
  font-size: 6vw;
  font-weight: bold;
  margin-bottom: 1em;
}

@media only screen and (min-width: 768px), print {
  .c-cv-modal__tit {
    font-size: min(3.3333333333vw, 40px);
  }
}
.c-cv-modal__wrap {
  padding-bottom: 1em;
  border-bottom: 1px solid #9f9f9f;
}

.c-cv-modal__wrap .c-btn {
  font-size: 4vw;
}

@media only screen and (min-width: 768px), print {
  .c-cv-modal__wrap .c-btn {
    font-size: min(1.5vw, 18px);
  }
}
.c-cv-modal__wrap .c-btn img {
  width: 1.3em;
  height: auto;
  margin-right: 0.2em;
  vertical-align: bottom;
}

.c-cv-modal__subtit {
  font-size: 5vw;
  font-weight: bold;
  padding: 0.5em 0;
  margin-bottom: 1em;
  border-top: 1px solid #9f9f9f;
  border-bottom: 1px solid #9f9f9f;
}

@media only screen and (min-width: 768px), print {
  .c-cv-modal__subtit {
    font-size: min(2.5vw, 30px);
  }
}
.c-cv-modal__txt {
  font-size: 4vw;
  font-weight: bold;
  margin: 1em 0;
}

@media only screen and (min-width: 768px), print {
  .c-cv-modal__txt {
    font-size: min(1.5vw, 18px);
  }
}
@media only screen and (max-width: 767px) {
  .c-cv-modal__img {
    margin-bottom: 1em;
  }
  .c-cv-modal__sportsbtn .c-btn + .c-btn {
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 768px), print {
  .c-cv-modal__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .c-cv-modal__wrap .c-btn {
    max-width: 327px;
  }
  .c-cv-modal__left {
    width: 50%;
  }
  .c-cv-modal__left .c-btn {
    width: 100%;
  }
  .c-cv-modal__right {
    width: 50%;
  }
  .c-cv-modal__left,
  .c-cv-modal__right {
    padding: 0 1em;
  }
  .c-cv-modal__left:nth-child(2),
  .c-cv-modal__right:nth-child(2) {
    border-left: 1px solid #9f9f9f;
  }
  .c-cv-modal__sportsbtn .c-btn + .c-btn {
    margin-top: 1em;
  }
}
/* プラグインのcssを上書き
------------------------------------ */
.remodal-wrapper {
  overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
  .remodal {
    padding: 35px 1em;
  }
}
@media only screen and (min-width: 768px), print {
  .remodal {
    max-width: 960px;
  }
}
/* ==========================================================
!Breadcrumb
========================================================== */
.c-breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  padding: 5px 0;
  z-index: 2;
}

.c-breadcrumb--noabsolte {
  position: relative;
  top: 0 !important;
}

.c-breadcrumb ol {
  width: 92vw;
  max-width: 1600px;
  margin: 0 auto;
  text-align: left;
  font-size: 3vw;
}

@media only screen and (min-width: 768px), print {
  .c-breadcrumb ol {
    font-size: min(0.75vw, 12px);
  }
}
.c-breadcrumb ol li {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
}

.c-breadcrumb ol li:nth-child(n+2):before {
  display: inline-block;
  margin: -3px 8px 0 0;
  content: "";
  width: 0.4em;
  height: 0.4em;
  border: 1px solid #000000;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}

.c-breadcrumb ol li a {
  color: #333333;
  white-space: nowrap;
}

@media (hover: hover) {
  .c-breadcrumb ol li a:hover {
    text-decoration: underline;
  }
}
.c-breadcrumb ol li span {
  white-space: nowrap;
}

@media only screen and (min-width: 768px), print {
  .c-breadcrumb {
    top: 90px;
  }
  .l-wrapper--shop .c-breadcrumb {
    top: 143px;
  }
}
/* ==========================================================
!CTA
========================================================== */
.l-footer-cta {
  background: #333333;
  padding: clamp(60px, 5vw, 30px) 0;
  color: #ffffff;
}

.l-footer-cta__tit {
  font-size: 5.5vw;
  font-weight: 900;
}

@media only screen and (min-width: 768px), print {
  .l-footer-cta__tit {
    font-size: min(2.8333333333vw, 34px);
  }
}
.l-footer-cta__text {
  font-size: 4vw;
  margin: 1em 0;
}

@media only screen and (min-width: 768px), print {
  .l-footer-cta__text {
    font-size: min(1.5vw, 18px);
  }
}
.l-footer-cta__tel {
  font-size: 9.5vw;
}

@media only screen and (min-width: 768px), print {
  .l-footer-cta__tel {
    font-size: min(4.4166666667vw, 53px);
  }
}
.l-footer-cta__tel a {
  color: #ffffff;
}

@media (hover: hover) {
  .l-footer-cta__tel a:hover {
    opacity: 0.7;
  }
}
.l-footer-cta__tel::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: url("../img/common/ico_tel_red.svg") center no-repeat;
  background-size: contain;
  margin: 0 0.2em;
  -webkit-transform: translate(0, 0.1em);
  transform: translate(0, 0.1em);
}

/* 見出し付きの横並びボタン
------------------------------------ */
.l-footer-cta-btn-wrap__tit {
  font-size: 16px;
  font-size: 4vw;
  font-weight: bold;
  margin: 0.8em 0 0.5em;
}

@media only screen and (min-width: 768px), print {
  .l-footer-cta-btn-wrap__tit {
    font-size: min(1.5vw, 18px);
  }
}
@media only screen and (min-width: 768px), print {
  .l-footer-cta-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 1vw;
  }
  .l-footer-cta-btn-wrap__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 32%;
    max-width: 400px;
    margin-left: 1vw;
  }
  .l-footer-cta-btn-wrap__item:first-child {
    margin-left: 0;
  }
}
/* ==========================================================
!フッターナビゲーション
========================================================== */
.l-footer {
  background: #333333;
  border-top: 1px solid #333333;
}

.l-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1196px;
  max-width: 94%;
  margin: 0 auto;
  padding: clamp(30px, 5vw, 60px) 0;
}

.l-footer-nav {
  background: #efefef;
  width: 100%;
  padding: 3em 0;
}

.l-footer-nav__wrap {
  width: 92%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-footer-nav__column {
  width: 100%;
}

.l-footer-nav__set {
  margin-bottom: 2em;
}

.l-footer-nav__tit {
  border-bottom: 1px solid #333333;
  font-weight: bold;
  font-size: 4vw;
  line-height: 28px;
  text-align: left;
  padding: 0 0 0.5em;
}

@media only screen and (min-width: 768px), print {
  .l-footer-nav__tit {
    font-size: min(1.2307692308vw, 16px);
  }
}
.l-footer-nav__tit--en {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
  display: block;
  font-size: 3.5vw;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #333333;
  opacity: 0.6;
}

@media only screen and (min-width: 768px), print {
  .l-footer-nav__tit--en {
    font-size: min(1.0769230769vw, 14px);
  }
}
.l-footer-nav__logo {
  margin: 1em 0 0.5em;
  text-align: left;
}

.l-footer-nav__logo--seven img {
  max-width: 295px;
}

@media (hover: hover) {
  .l-footer-nav__logo--seven:hover {
    opacity: 0.7;
  }
}
.l-footer-nav__logo--ikebukuro img {
  max-width: 206px;
}

@media (hover: hover) {
  .l-footer-nav__logo--ikebukuro:hover {
    opacity: 0.7;
  }
}
.l-footer-nav__list {
  text-align: left;
}

.l-footer-nav__list li {
  margin-top: 0.5em;
}

.l-footer-nav__list li a {
  font-size: 3.5vw;
}

@media only screen and (min-width: 768px), print {
  .l-footer-nav__list li a {
    font-size: min(1.4736842105vw, 14px);
  }
}
.l-footer-nav__list li a::before {
  content: "-";
  margin-right: 0.3em;
}

@media (hover: hover) {
  .l-footer-nav__list li a:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 768px), print {
  .l-footer-nav__wrap {
    max-width: 950px;
  }
  .l-footer-nav__wrap--recruit {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .l-footer-nav__column {
    width: auto;
    margin-right: 4vw;
  }
  .l-footer-nav__column:last-child {
    margin-right: 0;
  }
  .l-footer-nav__logo--seven img {
    width: 31vw;
  }
  .l-footer-nav__logo--ikebukuro img {
    width: 21.7vw;
  }
}
/* ==========================================================
!フッターロゴ、コピーライト
========================================================== */
.l-footer-bottom {
  background: #ffffff;
  text-align: center;
  padding: 1em 0 3em;
  margin-bottom: 54px;
}

.l-footer-bottom__logo img {
  width: 50%;
  max-width: 243px;
}

.l-footer-bottom__logo a + a {
  margin-top: 0.3em;
  display: inherit;
}

.l-footer-bottom__copyright {
  font-size: 10px;
  letter-spacing: -0.01em;
  margin: 0.5em 0 0;
}

.l-footer-bottom--recruit {
  padding: 1em 0;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px), print {
  .l-footer-bottom {
    padding: 1em 0;
    margin-bottom: 0;
  }
  .l-footer-bottom__logo a + a {
    margin-top: 0;
    margin-left: 1em;
    display: inline;
  }
}
/* ==========================================================
!SPフッター追従メニュー
========================================================== */
.l-footer-adulation {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 20;
  width: 100%;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px -4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -4px 12px rgba(0, 0, 0, 0.1);
}

.l-footer-adulation__tel {
  width: 50%;
  height: 100%;
  background: #ffffff;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 5;
}

.l-footer-adulation__tel__name {
  font-size: 10px;
  font-weight: 700;
  width: 126px;
  height: 18px;
  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;
  color: #fff;
  border-radius: 11px;
  background: #e6002d;
}

.l-footer-adulation__tel__num {
  font-size: 18px;
}

.l-footer-adulation__tel__num::before {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background: url("../img/common/ico_tel_red.svg") center no-repeat;
  background-size: contain;
  margin: 0 0.2em;
  -webkit-transform: translate(0, 0.2em);
  transform: translate(0, 0.2em);
}

.l-footer-adulation__tel__school {
  background: #e6002d;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  min-width: 13em;
  border-radius: 50px;
}

.l-footer-adulation__inquiry {
  width: 50%;
  height: 100%;
  background: #e6002d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 5;
}

.l-footer-adulation__inquiry span {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}

@media only screen and (min-width: 768px), print {
  .l-footer-adulation {
    display: none;
  }
}
/* バーガーメニューボタン
------------------------------------ */
.l-footer-adulation-burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  right: 16px;
  bottom: 0px;
  border-radius: 100px;
  border: 1px solid #333;
  background: #333;
  padding: 0.3em 1em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}

.l-footer-adulation-burger.show {
  bottom: 60px;
}

.l-footer-adulation-burger__icon,
.l-footer-adulation-burger__icon:before,
.l-footer-adulation-burger__icon:after {
  content: "";
  display: block;
  height: 1px;
  width: 14px;
  background: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 1em;
}

.js-sp-menuopen.u-open .l-footer-adulation-burger__icon {
  background: #333;
}

.l-footer-adulation-burger__icon:before {
  bottom: 5px;
  left: 0;
}

.js-sp-menuopen.u-open .l-footer-adulation-burger__icon:before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-footer-adulation-burger__icon:after {
  top: 5px;
  left: 0;
}

.js-sp-menuopen.u-open .l-footer-adulation-burger__icon:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.l-footer-adulation-burger__txt {
  color: #ffffff;
  font-size: 14px;
  padding-left: 18px;
}

/* ==========================================================
!グレー見出し帯付き角丸ボックス
========================================================== */
.c-box01 {
  text-align: left;
  margin-top: 7.5vw;
}

@media only screen and (min-width: 768px), print {
  .c-box01 {
    margin-top: min(2.5vw, 40px);
  }
}
.c-box01:first-child {
  margin-top: 0;
}

.c-box01__tit {
  font-size: 4.5vw;
  font-weight: bold;
  color: #ffffff;
  background: #333333;
  border-radius: 20px 20px 0 0;
  padding: 0.5em 1em;
}

@media only screen and (min-width: 768px), print {
  .c-box01__tit {
    font-size: min(1.6666666667vw, 20px);
  }
}
.c-box01__detail {
  background: #ffffff;
  border-radius: 0 0 20px 20px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  padding: 1.5em;
}

.c-box01__txt {
  font-size: 4vw;
  margin: 1em 0;
}

@media only screen and (min-width: 768px), print {
  .c-box01__txt {
    font-size: min(1.5vw, 18px);
  }
}
.c-box01__txt:first-child {
  margin-top: 0;
}

.c-box01__txt:last-child {
  margin-bottom: 0;
}

/* ==========================================================
!幅いっぱいの画像ボックス
========================================================== */
.c-img100 {
  margin-top: 10vw;
  margin-bottom: 5vw;
  display: block;
}

@media only screen and (min-width: 768px), print {
  .c-img100 {
    margin-top: min(3.75vw, 60px);
  }
}
@media only screen and (min-width: 768px), print {
  .c-img100 {
    margin-bottom: min(2.5vw, 40px);
  }
}
.c-img100 img {
  width: 100%;
}

/* ==========================================================
!Button
========================================================== */
.c-btn {
  display: block;
  width: 94%;
  text-align: center;
  font-size: 4.5vw;
  font-weight: bold;
  line-height: 1.4;
  padding: 1em 0;
  border-radius: 100px;
  margin: 0 auto;
  cursor: pointer;
}

@media only screen and (min-width: 768px), print {
  .c-btn {
    font-size: min(1.6666666667vw, 20px);
  }
}
.c-btn i {
  margin-right: 0.5em;
}

.c-btn--white {
  background: #ffffff;
  border: 1px solid #333333;
  color: #333333;
}

@media (hover: hover) {
  .c-btn--white:hover {
    color: #333333;
    opacity: 0.7;
  }
}
.c-btn--gray {
  background: #9f9f9f;
  border: 1px solid #9f9f9f;
  color: #ffffff;
}

@media (hover: hover) {
  .c-btn--gray:hover {
    color: #ffffff;
    opacity: 0.7;
  }
}
.c-btn--gray2 {
  background: #333333;
  border: 1px solid #333333;
  color: #ffffff;
}

@media (hover: hover) {
  .c-btn--gray2:hover {
    color: #ffffff;
    opacity: 0.7;
  }
}
.c-btn--tennis {
  background: #0154c7;
  border: 1px solid #0154c7;
  color: #ffffff;
}

@media (hover: hover) {
  .c-btn--tennis:hover {
    color: #ffffff;
    opacity: 0.7;
  }
}
.c-btn--juniorTennis {
  background: #35b7f8;
  border: 1px solid #35b7f8;
  color: #ffffff;
}

@media (hover: hover) {
  .c-btn--juniorTennis:hover {
    color: #ffffff;
    opacity: 0.7;
  }
}
.c-btn--soccer {
  background: #66c30a;
  border: 1px solid #66c30a;
  color: #ffffff;
}

@media (hover: hover) {
  .c-btn--soccer:hover {
    color: #ffffff;
    opacity: 0.7;
  }
}
.c-btn--red {
  background: #e6002d;
  border: 1px solid #e6002d;
  color: #ffffff;
}

@media (hover: hover) {
  .c-btn--red:hover {
    color: #ffffff;
    opacity: 0.7;
  }
}
.c-btn--mt {
  margin-top: 10vw;
}

@media only screen and (min-width: 768px), print {
  .c-btn--mt {
    margin-top: min(2.5vw, 40px);
  }
}
.c-btn--fl {
  font-size: 5vw;
}

@media only screen and (min-width: 768px), print {
  .c-btn--fl {
    font-size: min(1.8333333333vw, 22px);
  }
}
.p-flow__detail .c-btn:last-child {
  margin-bottom: 1em;
}

.c-btn--low {
  padding: 0.5em 0;
}

@media only screen and (min-width: 768px), print {
  .c-btn {
    max-width: 372px;
    padding: 1.25em 0;
  }
  .c-btn--wide {
    max-width: 482px;
  }
  .c-btn--low {
    padding: 1em 0;
  }
  .p-flow__detail .c-btn {
    padding: 1em 0;
  }
}
/* ==========================================================
!ボタン横並び枠
========================================================== */
.c-btn-row {
  margin-bottom: 10vw;
}

@media only screen and (min-width: 768px), print {
  .c-btn-row {
    margin-bottom: min(3.75vw, 60px);
  }
}
.c-btn-row .c-btn + .c-btn {
  margin-top: 0.5em !important;
}

@media only screen and (min-width: 768px), print {
  .c-btn-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-btn-row .c-btn {
    margin: 0;
  }
  .c-btn-row .c-btn + .c-btn {
    margin-top: 0 !important;
    margin-left: 1em !important;
  }
}
/* ==========================================================
!横並びアイコン付きボタン
========================================================== */
.c-row-ico-btn {
  font-size: 5vw;
  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;
}

@media only screen and (min-width: 768px), print {
  .c-row-ico-btn {
    font-size: min(1.6666666667vw, 20px);
  }
}
.c-titleset-center01 + .c-row-ico-btn {
  margin-top: 10vw;
}

@media only screen and (min-width: 768px), print {
  .c-titleset-center01 + .c-row-ico-btn {
    margin-top: min(3.75vw, 60px);
  }
}
.c-row-ico-btn__item {
  width: 100%;
  margin-bottom: 10px;
}

.c-row-ico-btn__item a {
  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;
  min-height: calc(60px + 1em);
  border-radius: 10px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 0.5em 0.8em;
}

.c-row-ico-btn__item a::after {
  content: "";
}

.c-row-ico-btn__anchor::after,
.c-row-ico-btn__link::after {
  content: "▼" !important;
  font-size: 3vw;
}

.c-row-ico-btn__blank::after {
  display: block;
  background: url("../img/common/ico_blank.svg") no-repeat 0 0;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  font-size: 3vw;
}

@media only screen and (min-width: 768px), print {
  .c-row-ico-btn__anchor::after,
  .c-row-ico-btn__link::after {
    font-size: min(1.3333333333vw, 16px);
  }
}
.c-row-ico-btn__all {
  background: #e6002d !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.c-row-ico-btn__all .c-row-ico-btn__txt {
  color: #ffffff;
  text-align: center;
}

.c-row-ico-btn__link::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.c-row-ico-btn__img {
  display: block;
  width: 3.5em;
  text-align: center;
}

.c-row-ico-btn__txt {
  width: 12em;
  font-weight: bold;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .c-row-ico-btn__item--sp2col {
    width: 48%;
  }
  .c-row-ico-btn__item--sp2col a {
    min-height: calc(60px + 1em);
    padding: 0.5em;
  }
  .c-row-ico-btn__item--sp2col .c-row-ico-btn__img {
    width: 2.5em;
  }
  .c-row-ico-btn__item--sp2col .c-row-ico-btn__txt {
    font-size: 3.5vw;
    width: 7.5em;
    text-align: center;
  }
  .c-row-ico-btn--min .c-row-ico-btn__item--sp2col .c-row-ico-btn__img {
    width: 20%;
  }
  .c-row-ico-btn--min .c-row-ico-btn__item--sp2col .c-row-ico-btn__txt {
    font-size: 3.2vw;
    width: 70%;
    text-align: left;
    padding-left: 4px;
  }
  .c-row-ico-btn--min .c-row-ico-btn__item--sp2col::after {
    width: 10%;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  .c-row-ico-btn__item--sp2col .c-row-ico-btn__txt {
    font-size: min(1.6666666667vw, 20px);
  }
}
@media only screen and (min-width: 768px), print {
  .c-row-ico-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-row-ico-btn__item {
    width: 24%;
  }
  .c-row-ico-btn__item a {
    padding: 0.5em 0.8em;
  }
  .c-row-ico-btn__item--2col {
    width: 49%;
  }
  .c-row-ico-btn__item--3col {
    width: 32%;
  }
  .c-row-ico-btn__item--5col {
    width: 19%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (hover: hover), print and (hover: hover) {
  .c-row-ico-btn__item a:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 768px), print {
  .c-row-ico-btn__all {
    padding: 1em 0.8em !important;
  }
}
@media only screen and (min-width: 768px), print {
  .c-row-ico-btn__img {
    width: inherit;
  }
}
@media only screen and (min-width: 768px), print {
  .c-row-ico-btn__txt {
    width: inherit;
    text-align: center;
  }
}
/* 追加 (ボタン内部のテキストが行数違い用) */
.c-row-ico-btn-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.c-row-ico-btn-stretch .c-row-ico-btn__item a {
  height: 100%;
}

/* ==========================================================
!横長背景画像上のボタン
========================================================== */
.c-bannerbtn {
  position: relative;
  margin-top: 7.5vw;
}

@media only screen and (min-width: 768px), print {
  .c-bannerbtn {
    margin-top: min(1.875vw, 30px);
  }
}
.c-bannerbtn__wrap {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-bannerbtn__tit {
  font-size: 6vw;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.36);
  margin-bottom: 0.5em;
}

@media only screen and (min-width: 768px), print {
  .c-bannerbtn__tit {
    font-size: min(2.5vw, 30px);
  }
}
/* ==========================================================
!STEPのフロー
========================================================== */
.p-flow {
  font-size: 4vw;
}

@media only screen and (min-width: 768px), print {
  .p-flow {
    font-size: min(1.5vw, 18px);
  }
}
.p-flow--red {
  margin-top: 0vw;
  padding-top: 0vw;
  padding-bottom: 0vw;
}

@media only screen and (min-width: 768px), print {
  .p-flow--red {
    margin-top: min(4.375vw, 70px);
  }
}
@media only screen and (min-width: 768px), print {
  .p-flow--red {
    padding-top: min(4.375vw, 70px);
    padding-bottom: min(4.375vw, 70px);
  }
}
.p-flow__step {
  position: relative;
  margin-top: 17.5vw;
}

@media only screen and (min-width: 768px), print {
  .p-flow__step {
    margin-top: min(8.125vw, 130px);
  }
}
.p-flow__step:last-child .p-flow__detail::after {
  content: none;
}

.p-flow__step--nonumber {
  margin-top: 10vw;
}

@media only screen and (min-width: 768px), print {
  .p-flow__step--nonumber {
    margin-top: min(4.375vw, 70px);
  }
}
.p-flow__number {
  position: absolute;
  top: -3em;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 4vw;
  text-align: center;
  color: #e6002d;
  line-height: 1;
  z-index: 10;
}

@media only screen and (min-width: 768px), print {
  .p-flow__number {
    font-size: min(2.0833333333vw, 25px);
  }
}
.p-flow__number span {
  font-size: 14vw;
  display: block;
}

@media only screen and (min-width: 768px), print {
  .p-flow__number span {
    font-size: min(7.1666666667vw, 86px);
  }
}
.p-flow__detail {
  text-align: left;
  position: relative;
}

.p-flow__detail::after {
  content: "";
  display: block;
  width: 32px;
  height: 41px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: url("../img/common/ico_flow_arrow.svg") no-repeat center;
  background-size: contain;
  -webkit-transform: translate(-50%, 60%);
  transform: translate(-50%, 60%);
}

.p-flow__tennis {
  border-radius: 0 0 20px 20px;
  background: #edf3fb;
}

.p-flow__tennis__tit {
  display: inline-block;
  padding: 0.2em 1em;
  border-radius: 50px;
  background: #0154c7;
  color: #ffffff;
  font-size: 4vw;
  font-weight: bold;
}

@media only screen and (min-width: 768px), print {
  .p-flow__tennis__tit {
    font-size: min(1.5vw, 18px);
  }
}
.p-flow__tit {
  margin-top: 1.25vw;
  font-size: 6vw;
  padding-bottom: 0.5em;
  font-weight: 900;
  border-bottom: 1px solid #efefef;
}

@media only screen and (min-width: 768px), print {
  .p-flow__tit {
    margin-top: min(1.25vw, 20px);
  }
}
@media only screen and (min-width: 768px), print {
  .p-flow__tit {
    font-size: min(2.5vw, 30px);
  }
}
.p-flow__txt {
  margin: 1em 0;
}

.p-flow__attntion {
  text-indent: -1em;
  margin-left: 1em;
}

.p-flow__moneylist__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.5em;
}

.p-flow__moneylist__item img {
  width: 12.5vw;
}

.p-flow__moneylist__text {
  line-height: 1.2;
  margin-left: 0.5em;
}

.p-flow__moneylist__line {
  font-size: 4.5vw;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f8eded));
  background: -webkit-linear-gradient(transparent 60%, #f8eded 60%);
  background: linear-gradient(transparent 60%, #f8eded 60%);
}

@media only screen and (min-width: 768px), print {
  .p-flow__moneylist__line {
    font-size: min(2vw, 24px);
  }
}
.p-flow__moneylist__sub {
  font-size: 3vw;
  display: block;
}

@media only screen and (min-width: 768px), print {
  .p-flow__moneylist__sub {
    font-size: min(1vw, 12px);
  }
}
@media only screen and (max-width: 767px) {
  .p-flow__step {
    border-radius: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.32);
  }
  .p-flow__number {
    left: 2em;
  }
  .p-flow__image {
    border-radius: 20px 20px 0 0;
    background: #efefef;
    padding: 1em;
  }
  .p-flow__image img {
    width: 100%;
    max-width: 186px;
  }
  .p-flow--red .p-flow__image {
    background: #f8eded;
  }
  .p-flow__step--pic .p-flow__image {
    padding: 0;
    border-radius: 5vw 5vw 0 0;
  }
  .p-flow__step--pic .p-flow__image img {
    max-width: 100%;
  }
  .p-flow__txtwrap {
    padding: 1.2em;
  }
}
.p-flow__list {
  margin-left: 1.5em;
}

.p-flow__list dt {
  font-size: 4.5vw;
  font-weight: bold;
  margin: 1.5em 0 0.3em;
  text-decoration: underline;
  position: relative;
}

@media only screen and (min-width: 768px), print {
  .p-flow__list dt {
    font-size: min(1.6666666667vw, 20px);
  }
}
.p-flow__list dt::before {
  content: "●";
  color: #e6002d;
  position: absolute;
  left: -1.2em;
}

@media only screen and (min-width: 768px), print {
  .p-flow--red {
    background: #f8eded;
    border-radius: 25px;
  }
  .p-flow__step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 904px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-flow--red .p-flow__step {
    /*margin-top: 0;*/
  }
  .p-flow__step--pic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 1030px;
    height: min(48vw, 578px);
  }
  .p-flow__number {
    right: 2em;
  }
  .p-flow__image {
    width: 33.9%;
  }
  .p-flow__step--pic .p-flow__image {
    position: absolute;
    top: 0;
    left: 20px;
    width: 100%;
    text-align: left;
    height: min(48vw, 578px);
  }
  .p-flow__step--pic .p-flow__image img {
    height: 100%;
    width: auto;
  }
  .p-flow__detail {
    width: 59.6%;
    border-radius: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.32);
    position: relative;
  }
  .p-flow__step--pic .p-flow__detail {
    width: 52%;
  }
  .p-flow__txtwrap {
    padding: 2em;
  }
  .p-flow__moneylist__item img {
    width: min(6.36vw, 63px);
  }
}
.p-flow-anchor {
  margin: 17.5vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media only screen and (min-width: 768px), print {
  .p-flow-anchor {
    margin: min(4.375vw, 70px) 0;
  }
}
.p-flow-anchor__item {
  width: 49%;
  margin-top: 2.5vw;
}

@media only screen and (min-width: 768px), print {
  .p-flow-anchor__item {
    margin-top: min(1.25vw, 20px);
  }
}
.p-flow-anchor__item:nth-child(-n+2) {
  margin-top: 0 !important;
}

.p-flow-anchor__item a {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  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;
  height: 100%;
  min-height: 3.8em;
  padding: 0.5em;
  font-size: 3.25vw;
  font-weight: bold;
}

@media only screen and (min-width: 768px), print {
  .p-flow-anchor__item a {
    font-size: min(1.6666666667vw, 20px);
  }
}
.p-flow-anchor__item a::after {
  content: "▼";
  font-size: 0.6em;
}

.p-flow-anchor__number {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 4.5vw;
  color: #e6002d;
}

@media only screen and (min-width: 768px), print {
  .p-flow-anchor__number {
    font-size: min(2.5vw, 30px);
  }
}
@media only screen and (min-width: 768px), print {
  .p-flow-anchor__item {
    width: 24%;
  }
  .p-flow-anchor__item:nth-child(-n+4) {
    margin-top: 0 !important;
  }
}
@media only screen and (min-width: 768px) and (hover: hover), print and (hover: hover) {
  .p-flow-anchor__item a:hover {
    opacity: 0.7;
  }
}
/* ==========================================================
!英語、日本語、説明文センター揃えのセット
========================================================== */
.c-titleset-center01 {
  text-align: center;
  font-weight: 900;
  font-size: 7vw;
  line-height: 1.57;
}

.c-titleset-center02 {
  text-align: center;
  font-weight: 900;
  font-size: 4.9vw;
  line-height: 2.0952380952;
}

@media only screen and (min-width: 768px), print {
  .c-titleset-center01 {
    font-size: min(3.5vw, 42px);
  }
  .c-titleset-center02 {
    font-size: min(3.5vw, 42px);
  }
  .c-titleset-center02.c-titleset-center03 {
    line-height: 1.5609756098;
  }
}
.c-titleset-center01--en {
  display: block;
  margin-bottom: 0.8em;
  font-size: 5.5vw;
  font-style: italic;
  color: #e6002d;
}

@media only screen and (min-width: 768px), print {
  .c-titleset-center01--en {
    font-size: min(2.5vw, 30px);
  }
}
.c-titleset-center01__caption {
  margin-top: 0.3em;
  font-weight: bold;
  font-size: 4.86vw;
  line-height: 1.7;
  text-align: left;
}

@media only screen and (min-width: 768px), print {
  .c-titleset-center01__caption {
    font-size: min(1.8333333333vw, 22px);
  }
}
.c-titleset-center01__caption__sub {
  margin-top: 1em;
  font-size: 3.5vw;
  text-align: left;
}

@media only screen and (min-width: 768px), print {
  .c-titleset-center01__caption__sub {
    font-size: min(1.1666666667vw, 14px);
  }
}
@media only screen and (min-width: 768px) and (hover: hover), print and (hover: hover) {
  .c-titleset-center01 a:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 768px), print {
  .c-titleset-center01__caption {
    text-align: center;
  }
  .c-titleset-center01__caption__sub {
    margin-top: 1em;
    font-size: 3.5vw;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px), print {
  .c-titleset-center01__caption__sub {
    font-size: min(1.1666666667vw, 14px);
  }
}
@media only screen and (min-width: 768px), print {
  .c-titleset-center01__caption--full {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
  }
}
/* 飾り
------------------------------------ */
.c-title-deco-right-red {
  display: inline-block;
  -webkit-transform: translate(0.4em, 0);
  transform: translate(0.4em, 0);
}

.c-title-deco-right-red::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: url("../img/common/ico_decoration_red_right.png") right top no-repeat;
  background-size: contain;
  position: relative;
  top: -0.5em;
  left: -0.3em;
}

.c-title-deco-right-orange {
  display: inline-block;
  -webkit-transform: translate(0.6em, 0);
  transform: translate(0.6em, 0);
}

.c-title-deco-right-orange::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: url("../img/common/ico_decoration_orange_right.png") right top no-repeat;
  background-size: contain;
  position: relative;
  top: -0.7em;
  left: -0.1em;
}

.c-title-deco-left-orange {
  display: inline-block;
  -webkit-transform: translate(-0.4em, 0);
  transform: translate(-0.4em, 0);
}

.c-title-deco-left-orange::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: url("../img/common/ico_decoration_orange_left.png") right top no-repeat;
  background-size: contain;
  position: relative;
  top: -0.7em;
  right: -0.1em;
}

/* ==========================================================
!店舗検索の都道府県名
========================================================== */
.c-title-search-pref {
  margin-top: 15vw;
  border-bottom: 6px solid #e6002d;
}

@media only screen and (min-width: 768px), print {
  .c-title-search-pref {
    margin-top: min(3.75vw, 60px);
  }
}
.c-title-search-pref span {
  display: block;
  width: 6em;
  background: #e6002d;
  border-radius: 0.5em 0.5em 0 0;
  padding: 0.4em 0;
  font-size: 5.5vw;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #ffffff;
}

@media only screen and (min-width: 768px), print {
  .c-title-search-pref span {
    font-size: min(2.5vw, 30px);
  }
}
.c-title-search-pref--juniorTennis {
  border-bottom: 6px solid #35b7f8;
}

.c-title-search-pref--juniorTennis span {
  background: #35b7f8;
}

.c-title-search-pref--tennis {
  border-bottom: 6px solid #0154c7;
}

.c-title-search-pref--tennis span {
  background: #0154c7;
}

.c-title-search-pref--culture {
  border-bottom: 6px solid #fa7f05;
}

.c-title-search-pref--culture span {
  background: #fa7f05;
}

.c-title-search-pref--soccer {
  border-bottom: 6px solid #66c30a;
}

.c-title-search-pref--soccer span {
  background: #66c30a;
}

.c-title-search-pref--futsal {
  border-bottom: 6px solid #00761c;
}

.c-title-search-pref--futsal span {
  background: #00761c;
}

.c-title-search-pref--ikebukuro {
  border-bottom: 6px solid #1e87f0;
}

.c-title-search-pref--ikebukuro span {
  background: #1e87f0;
}

.c-title-search-pref--min {
  margin-top: 5vw;
}

@media only screen and (min-width: 768px), print {
  .c-title-search-pref--min {
    margin-top: min(2.5vw, 40px);
  }
}
.c-title-search-pref--min span {
  font-size: 4vw;
}

@media only screen and (min-width: 768px), print {
  .c-title-search-pref--min span {
    font-size: min(1.6666666667vw, 20px);
  }
}
/* ==========================================================
!トピックス年区切り
========================================================== */
.c-title-topics-year {
  margin-top: 15vw;
  border-bottom: 6px solid #333333;
}

@media only screen and (min-width: 768px), print {
  .c-title-topics-year {
    margin-top: min(3.75vw, 60px);
  }
}
.c-title-topics-year span {
  display: block;
  width: 6em;
  background: #333333;
  border-radius: 0.5em 0.5em 0 0;
  padding: 0.4em 0;
  font-size: 4.5vw;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #ffffff;
}

@media only screen and (min-width: 768px), print {
  .c-title-topics-year span {
    font-size: min(2vw, 24px);
  }
}
@media only screen and (min-width: 768px), print {
  .c-title-topics-year span {
    width: 8em;
    padding: 0.8em 1em 0.5em;
  }
}
/* ==========================================================
!黒背景数字付き見出し
========================================================== */
.c-title-number {
  border-radius: 10px;
  background: #333333;
  font-size: 4.5vw;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  color: #ffffff;
  padding: 0.7em 1em;
}

@media only screen and (min-width: 768px), print {
  .c-title-number {
    font-size: min(1.6666666667vw, 20px);
  }
}
.c-title-number span {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 5.5vw;
  margin-right: 0.3em;
  line-height: 1;
  vertical-align: bottom;
}

@media only screen and (min-width: 768px), print {
  .c-title-number span {
    font-size: min(2.5vw, 30px);
  }
}
/* ==========================================================
!テニススクール　ターゲット別ページタイトル
========================================================== */
.c-title-tennis {
  background: -webkit-gradient(linear, left bottom, right top, from(#2356c0), to(#09bdf3));
  background: -webkit-linear-gradient(left bottom, #2356c0 0%, #09bdf3 100%);
  background: linear-gradient(to right top, #2356c0 0%, #09bdf3 100%);
  font-size: 6vw;
  font-weight: 900;
  color: #ffffff;
  padding: 0.5em 0;
}

@media only screen and (min-width: 768px), print {
  .c-title-tennis {
    font-size: min(2.5vw, 30px);
  }
}
/* ==========================================================
!下点線見出し
========================================================== */
.p-dotted-heading {
  margin-top: 15vw;
  margin-bottom: 7.5vw;
  font-size: 6vw;
  font-weight: 900;
}

@media only screen and (min-width: 768px), print {
  .p-dotted-heading {
    margin-top: min(4.375vw, 70px);
  }
}
@media only screen and (min-width: 768px), print {
  .p-dotted-heading {
    margin-bottom: min(2.5vw, 40px);
  }
}
@media only screen and (min-width: 768px), print {
  .p-dotted-heading {
    font-size: min(2.5vw, 30px);
  }
}
.p-dotted-heading span {
  display: inline-block;
  padding-bottom: 0.5em;
  border-bottom: 3px dotted #e6002d;
}

/* ==========================================================
!サッカー下点線見出し
========================================================== */
.p-soccer-heading__dotted {
  margin-top: 15vw;
  margin-bottom: 7.5vw;
  font-size: 6vw;
  font-weight: 900;
}

@media only screen and (min-width: 768px), print {
  .p-soccer-heading__dotted {
    margin-top: min(4.375vw, 70px);
  }
}
@media only screen and (min-width: 768px), print {
  .p-soccer-heading__dotted {
    margin-bottom: min(2.5vw, 40px);
  }
}
@media only screen and (min-width: 768px), print {
  .p-soccer-heading__dotted {
    font-size: min(2.5vw, 30px);
  }
}
.p-soccer-heading__dotted span {
  display: inline-block;
  padding-bottom: 0.5em;
  border-bottom: 3px dotted #66c30a;
}

/* ==========================================================
!テニス下点線見出し
========================================================== */
.p-tennis-heading__dotted {
  margin-top: 15vw;
  margin-bottom: 7.5vw;
  font-size: 6vw;
  font-weight: 900;
}

@media only screen and (min-width: 768px), print {
  .p-tennis-heading__dotted {
    margin-top: min(4.375vw, 70px);
  }
}
@media only screen and (min-width: 768px), print {
  .p-tennis-heading__dotted {
    margin-bottom: min(2.5vw, 40px);
  }
}
@media only screen and (min-width: 768px), print {
  .p-tennis-heading__dotted {
    font-size: min(2.5vw, 30px);
  }
}
.p-tennis-heading__dotted span {
  display: inline-block;
  padding-bottom: 0.5em;
  border-bottom: 3px dotted #0154c7;
}

/* ==========================================================
!店舗から検索のボタン
========================================================== */
.c-shoplist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-shoplist__item {
  width: 48%;
  margin-top: 4vw;
}

.c-shoplist__link {
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: 2px solid #ffffff;
  padding: 0.1em 0;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media only screen and (max-width: 767px), print {
  .c-shoplist__link {
    padding: 0.9em 0;
  }
}
.c-shoplist__link::before {
  content: "";
  display: block;
  height: calc(100% + 4px);
  width: 10px;
  margin: -2px -2px -2px 0;
  border-radius: 0 10px 10px 0;
  background: #d1d1d1;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-shoplist__link::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  position: absolute;
  top: 50%;
  right: 1px;
  margin-top: -0.2em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-shoplist__txt {
  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-transition: 0.5s;
  transition: 0.5s;
}

.c-shoplist__name {
  display: block;
  text-align: center;
  font-size: 6vw;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (min-width: 768px), print {
  .c-shoplist__name {
    font-size: min(2.25vw, 36px);
  }
}
.c-shoplist__city {
  display: block;
  text-align: center;
  font-size: 3.5vw;
}

@media only screen and (min-width: 768px), print {
  .c-shoplist__city {
    font-size: min(1.125vw, 18px);
  }
}
.c-shoplist__icon {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6vw;
}

.c-shoplist__icon img {
  width: 22px;
  vertical-align: top;
}

@media only screen and (min-width: 768px), print {
  .c-shoplist {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .c-shoplist::after {
    content: "";
    width: 32%;
    display: block;
  }
  .c-shoplist__item {
    width: 32%;
    height: 9.5vw;
    max-height: 105px;
    margin-top: 20px;
  }
  .c-shoplist__link {
    -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
    padding: clamp(5px, 1.4vw, 15px) 0;
  }
  .c-shoplist__link::before {
    width: 20px;
    border-radius: 0 14px 14px 0;
  }
  .c-shoplist__link::after {
    width: 10px;
    height: 10px;
    border-bottom: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    right: 5px;
  }
}
@media only screen and (min-width: 768px) and (hover: hover), print and (hover: hover) {
  .c-shoplist__link:hover {
    border: 2px solid #e6002d;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    -webkit-transform: translate(0, 4px);
    transform: translate(0, 4px);
  }
  .c-shoplist__link:hover .c-shoplist__txt,
  .c-shoplist__link:hover .c-shoplist__icon {
    opacity: 0.7;
  }
  .c-shoplist__link:hover::before {
    background: #e6002d;
  }
}
@media only screen and (min-width: 768px) and (hover: hover), print and (hover: hover) {
  .c-shoplist__link--tennis:hover {
    border: 2px solid #0154c7;
  }
  .c-shoplist__link--tennis:hover::before {
    background: #0154c7;
  }
}
@media only screen and (min-width: 768px) and (hover: hover), print and (hover: hover) {
  .c-shoplist__link--culture:hover {
    border: 2px solid #fa7f05;
  }
  .c-shoplist__link--culture:hover::before {
    background: #fa7f05;
  }
}
@media only screen and (min-width: 768px) and (hover: hover), print and (hover: hover) {
  .c-shoplist__link--soccer:hover {
    border: 2px solid #66c30a;
  }
  .c-shoplist__link--soccer:hover::before {
    background: #66c30a;
  }
}
@media only screen and (min-width: 768px) and (hover: hover), print and (hover: hover) {
  .c-shoplist__link--ikebukuro:hover {
    border: 2px solid #1e87f0;
  }
  .c-shoplist__link--ikebukuro:hover::before {
    background: #1e87f0;
  }
}
@media only screen and (min-width: 768px), print {
  .c-shoplist__txt {
    width: 60%;
  }
}
@media only screen and (min-width: 768px), print {
  .c-shoplist__name {
    display: block;
    text-align: center;
    font-weight: bold;
    line-height: 1;
  }
}
@media only screen and (min-width: 768px), print {
  .c-shoplist__city {
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width: 768px), print {
  .c-shoplist__icon {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 35%;
    text-align: left;
    gap: 3px;
  }
  .c-shoplist__icon img {
    width: 3.55vw;
    max-width: 38px;
  }
}
@media only screen and (min-width: 768px), print {
  .c-shoplist--min {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: min(1.2vw, 14px);
    margin-top: min(0.625vw, 10px);
  }
  .c-shoplist--min .c-shoplist__item {
    width: 15.5% !important;
    height: min(8vw, 58px);
    margin-top: 0 !important;
    margin-top: 2.5vw;
  }
  .c-shoplist--min .c-shoplist__item .c-shoplist__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px), print {
  .c-shoplist--min .c-shoplist__item .c-shoplist__link {
    font-size: min(1.5vw, 18px);
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px), print {
  .c-shoplist--min .c-shoplist__item {
    margin-top: min(0.625vw, 10px);
  }
}
@media only screen and (min-width: 768px), print {
  .c-shoplist--min .c-shoplist__item .c-shoplist__name {
    font-size: 0vw;
    font-weight: 700;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px), print {
  .c-shoplist--min .c-shoplist__item .c-shoplist__name {
    font-size: min(1.8333333333vw, 22px);
  }
}
@media only screen and (min-width: 768px), print {
  .c-shoplist--min .c-shoplist__item .c-shoplist__city {
    font-size: 0vw;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    white-space: nowrap;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px), print {
  .c-shoplist--min .c-shoplist__item .c-shoplist__city {
    font-size: min(1vw, 12px);
  }
}
@media only screen and (min-width: 768px), print {
  .c-shoplist--min .c-shoplist__item .c-shoplist__icon {
    height: 2.6em;
    max-height: 62px;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
}
@media only screen and (min-width: 768px), print {
  .c-shoplist--min .c-shoplist__item .c-shoplist__icon img {
    width: 2.1vw;
    max-width: 23px;
  }
}
@media only screen and (min-width: 768px), print {
  .c-shoplist--min .c-shoplist__item .c-shoplist__link {
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 2px solid #ffffff;
    padding: 0.2em 0;
  }
  .c-shoplist--min .c-shoplist__item .c-shoplist__link::before {
    height: calc(100% + 4px);
    width: 10px;
    margin: -2px -2px -2px 0;
    border-radius: 0 10px 10px 0;
  }
  .c-shoplist--min .c-shoplist__item .c-shoplist__link::after {
    width: 6px;
    height: 6px;
    right: 1px;
    margin-top: -0.2em;
  }
}
@media only screen and (max-width: 959px) {
  .c-shoplist--min .c-shoplist__item {
    width: 24% !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-shoplist--min .c-shoplist__item {
    width: 48% !important;
  }
}
/* ==========================================================
!店舗一覧
========================================================== */
.c-shoplist-detail__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  margin-top: 4vw;
  width: 100%;
  text-align: left;
  font-size: 4.5vw;
  padding: 5vw;
}

@media only screen and (min-width: 768px), print {
  .c-shoplist-detail__item {
    margin-top: min(1.25vw, 20px);
  }
}
@media only screen and (min-width: 768px), print {
  .c-shoplist-detail__item {
    font-size: min(1.6666666667vw, 20px);
  }
}
@media only screen and (min-width: 768px), print {
  .c-shoplist-detail__item {
    padding: min(2.5vw, 40px);
  }
}
.c-shoplist-detail__item:nth-child(even) {
  background: #efefef;
}

.c-shoplist-detail__name {
  font-size: 6vw;
  font-weight: 900;
}

@media only screen and (min-width: 768px), print {
  .c-shoplist-detail__name {
    font-size: min(2.5vw, 30px);
  }
}
.c-shoplist-detail__addr {
  margin: 0.5em 0;
}

.c-shoplist-detail__icon img {
  width: 2.371em;
  height: auto;
  margin-right: 5px;
}

.c-shoplist-detail__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0.7em;
}

.c-shoplist-detail__shop {
  display: inline-block;
  text-align: center;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.4;
  padding: 0.7em 0;
  border-radius: 100px;
  background: #333333;
  border: 1px solid #333333;
  color: #ffffff;
  width: 40%;
}

@media only screen and (min-width: 768px), print {
  .c-shoplist-detail__shop {
    font-size: min(1.3333333333vw, 16px);
  }
}
@media (hover: hover) {
  .c-shoplist-detail__shop:hover {
    color: #ffffff;
    opacity: 0.7;
  }
}
.c-shoplist-detail__tel {
  display: inline-block;
  text-align: center;
  font-size: 4.5vw;
  font-weight: bold;
  line-height: 1.4;
  padding: 0.4em 0;
  border-radius: 100px;
  background: #ffffff;
  border: 1px solid #333333;
  color: #333333;
  width: 58%;
}

@media only screen and (min-width: 768px), print {
  .c-shoplist-detail__tel {
    font-size: min(1.75vw, 21px);
  }
}
.c-shoplist-detail__tel::before {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background: url("../img/common/ico_tel_red.svg") center no-repeat;
  background-size: contain;
  margin: 0 0.2em;
  -webkit-transform: translate(0, 0.2em);
  transform: translate(0, 0.2em);
}

@media (hover: hover) {
  .c-shoplist-detail__tel:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 768px), print {
  .c-shoplist-detail__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-shoplist-detail__name {
    width: 6em;
  }
  .c-shoplist-detail__addr {
    margin: 0;
    width: 22em;
  }
  .c-shoplist-detail__icon {
    width: 6.5em;
  }
  .c-shoplist-detail__icon img {
    width: 2.65em;
    margin: 0.2em;
  }
  .c-shoplist-detail__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 10.5em;
    margin: 0;
  }
  .c-shoplist-detail__shop {
    width: 100%;
  }
  .c-shoplist-detail__tel {
    width: 100%;
    margin-top: 0.5em;
  }
}
/* ==========================================================
!店舗電話番号一覧
========================================================== */
.c-shoplist-tel {
  font-size: 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 1em;
  margin-top: 1em;
}

@media only screen and (min-width: 768px), print {
  .c-shoplist-tel {
    font-size: min(1.5vw, 18px);
  }
}
.c-shoplist-tel__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  width: 100%;
  text-align: left;
  padding-left: 5vw;
  padding-right: 5vw;
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
}

@media only screen and (min-width: 768px), print {
  .c-shoplist-tel__item {
    padding-left: min(1.25vw, 20px);
    padding-right: min(1.25vw, 20px);
  }
}
@media only screen and (min-width: 768px), print {
  .c-shoplist-tel__item {
    padding-top: min(0.625vw, 10px);
    padding-bottom: min(0.625vw, 10px);
  }
}
.c-shoplist-tel__name {
  font-weight: 900;
  width: 6em;
}

.c-shoplist-tel__link {
  width: 10.5em;
}

.c-shoplist-tel__tel {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  padding: 0.4em 0;
  border-radius: 100px;
  background: #ffffff;
  border: 1px solid #333333;
  color: #333333;
  width: 100%;
}

.c-shoplist-tel__tel::before {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background: url("../img/common/ico_tel_red.svg") center no-repeat;
  background-size: contain;
  margin: 0 0.2em;
  -webkit-transform: translate(0, 0.2em);
  transform: translate(0, 0.2em);
}

@media (hover: hover) {
  .c-shoplist-tel__tel:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 768px), print {
  .c-shoplist-tel::after {
    content: "";
    width: 32%;
    display: block;
  }
  .c-shoplist-tel__item {
    width: 32%;
  }
}
/* ==========================================================
!カテゴリーバナー
========================================================== */
.c-categorybannerlist {
  margin: 4vw;
}

@media only screen and (min-width: 768px), print {
  .c-categorybannerlist {
    margin: min(1.25vw, 20px);
  }
}
.c-categorybannerlist__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.c-categorybannerlist__list--single {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-categorybannerlist__item {
  width: 100%;
  margin-top: 4vw;
  position: relative;
}

@media only screen and (min-width: 768px), print {
  .c-categorybannerlist__item {
    margin-top: min(1.25vw, 20px);
  }
}
.c-categorybannerlist__item:first-child {
  margin-top: 0 !important;
}

.c-categorybannerlist__tit {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 6vw;
  font-weight: 900;
  line-height: 1.2;
  color: #ffffff;
}

@media only screen and (min-width: 768px), print {
  .c-categorybannerlist__tit {
    font-size: min(1.875vw, 30px);
  }
}
.c-categorybannerlist__tit--en {
  display: block;
  margin-bottom: 0.5em;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 4vw;
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 768px), print {
  .c-categorybannerlist__tit--en {
    font-size: min(1.25vw, 20px);
  }
}
.c-categorybannerlist__tit--sub {
  display: block;
  margin-top: 0.3em;
  font-size: 4vw;
}

@media only screen and (min-width: 768px), print {
  .c-categorybannerlist__tit--sub {
    font-size: min(1.125vw, 18px);
  }
}
.c-categorybannerlist__img img {
  width: 100%;
}

@media only screen and (min-width: 768px), print {
  .c-categorybannerlist {
    margin: 20px;
  }
  .c-categorybannerlist__item {
    width: calc((100% - 20px) / 2);
  }
  .c-categorybannerlist__item:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
@media only screen and (min-width: 768px) and (hover: hover), print and (hover: hover) {
  .c-categorybannerlist__item a:hover {
    opacity: 0.7;
  }
}
.c-categorybannerlist--single {
  margin: 0;
  margin-top: 4vw;
  margin-bottom: 60px;
}

@media only screen and (min-width: 768px), print {
  .c-categorybannerlist--single {
    /* margin-top: min(1.25vw, 20px); */
  }
}
@media only screen and (min-width: 768px), print {
  .c-categorybannerlist--single .c-categorybannerlist__list {
    width: calc((100% - 20px) / 2);
    margin-left: auto;
    margin-right: auto;
  }
  .c-categorybannerlist--single .c-categorybannerlist__item {
    width: 100%;
    margin-top: 0;
  }
}
/* ==========================================================
!カルチャーのジャンル一覧
========================================================== */
.c-culturelist {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 4%;
  -moz-column-gap: 4%;
  column-gap: 4%;
  margin-top: 15vw;
}

.c-culturelist:not(:has(> :nth-child(5))) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 768px), print {
  .c-culturelist {
    margin-top: min(3.75vw, 60px);
  }
}
.c-culturelist__item {
  width: 48%;
  margin-bottom: 4vw;
  background: #fa7f05;
  border-radius: 10px;
}

@media only screen and (min-width: 768px), print {
  .c-culturelist__item {
    margin-bottom: min(1.25vw, 20px);
  }
}
.c-culturelist__item img {
  width: 100%;
}

.c-culturelist__item span {
  display: block;
  border-radius: 0 0 10px 10px;
  text-align: center;
  background: #fa7f05;
  padding: 0.3em 0;
  font-size: 3.5vw;
  font-weight: bold;
  color: #ffffff;
}

@media only screen and (min-width: 768px), print {
  .c-culturelist__item span {
    font-size: min(1.5vw, 18px);
  }
}
@media only screen and (min-width: 768px), print {
  .c-culturelist {
    -webkit-column-gap: 1.25%;
    -moz-column-gap: 1.25%;
    column-gap: 1.25%;
  }
  .c-culturelist__item {
    width: 19%;
  }
}
@media only screen and (min-width: 768px) and (hover: hover), print and (hover: hover) {
  .c-culturelist__item a:hover {
    opacity: 0.7;
  }
}
/* ==========================================================
!講座一覧
========================================================== */
.c-lessonlist {
  margin-top: 10vw;
  font-size: 4vw;
}

.c-lessonlist__wrap {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

@media only screen and (min-width: 768px), print {
  .c-lessonlist {
    margin-top: min(3.75vw, 60px);
  }
}
@media only screen and (min-width: 768px), print {
  .c-lessonlist {
    font-size: min(1.5vw, 18px);
  }
}
.c-lessonlist__item {
  width: 100%;
  border-radius: 25px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
  margin-top: 5vw;
}

@media only screen and (min-width: 768px), print {
  .c-lessonlist__item {
    margin-top: min(2.5vw, 40px);
  }
}
.c-lessonlist__item.swiper-slide {
  margin-top: 0 !important;
}

.c-lessonlist__item:first-child {
  margin-top: 0 !important;
}

.c-lessonlist__img img {
  border-radius: 25px 25px 0 0;
  width: 100%;
}

.c-lessonlist__detail {
  border-radius: 25px 25px 0 0;
  padding: 1em;
  text-align: left;
}

.c-lessonlist__cat {
  display: inline-block;
  width: 7em;
  border-radius: 50px;
  text-align: center;
  background: #fa7f05;
  color: #ffffff;
  font-size: 3.5vw;
  font-weight: bold;
  margin-right: 0.5em;
}

@media only screen and (min-width: 768px), print {
  .c-lessonlist__cat {
    font-size: min(1.1666666667vw, 14px);
  }
}
.c-lessonlist__date {
  font-size: 3.5vw;
}

@media only screen and (min-width: 768px), print {
  .c-lessonlist__date {
    font-size: min(1.1666666667vw, 14px);
  }
}
.c-lessonlist__date time {
  font-size: 4.5vw;
  font-weight: bold;
}

@media only screen and (min-width: 768px), print {
  .c-lessonlist__date time {
    font-size: min(1.5vw, 18px);
  }
}
.c-lessonlist__tit {
  margin-top: 1em;
}

.c-lessonlist__controller {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-lessonlist__dot {
  position: relative;
  width: inherit !important;
  top: 0 !important;
}

.c-lessonlist__dot .swiper-pagination-bullet {
  background-color: #999;
}

.c-lessonlist__dot .swiper-pagination-bullet-active {
  background-color: #fa7f05;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.c-lessonlist__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1em;
}

.c-lessonlist__prev {
  margin: 0 0.5em;
}

.c-lessonlist__prev,
.c-lessonlist __next {
  cursor: pointer;
}

@media only screen and (min-width: 768px), print {
  .c-lessonlist {
    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;
  }
  .c-lessonlist.swiper-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .c-lessonlist::after {
    content: "";
    width: 32%;
    display: block;
  }
  .c-lessonlist__item {
    width: 32%;
  }
  .c-lessonlist__item:nth-child(-n+3) {
    margin-top: 0 !important;
  }
}
@media only screen and (min-width: 768px) and (hover: hover), print and (hover: hover) {
  .c-lessonlist__item a:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 768px), print {
  .c-lessonlist__controller {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px), print {
  .c-lessonlist__arrow {
    margin-top: 0;
  }
}
/* ==========================================================
!ニュースリスト
========================================================== */
.c-newslist01 {
  margin-top: 10vw;
  font-size: 4vw;
  border-top: 1px solid #d1d1d1;
  text-align: left;
}

@media only screen and (min-width: 768px), print {
  .c-newslist01 {
    margin-top: min(3.75vw, 60px);
  }
}
@media only screen and (min-width: 768px), print {
  .c-newslist01 {
    font-size: min(1.5vw, 18px);
  }
}
.c-newslist01 li {
  border-bottom: 1px solid #d1d1d1;
}

.c-newslist01 li a {
  padding: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-newslist01 li a time {
  margin-right: 0.5em;
  width: 6.5em;
}

.c-newslist01 li a p {
  font-size: 5vw;
  width: 100%;
  margin-top: 0.5em;
}

@media only screen and (min-width: 768px), print {
  .c-newslist01 li a p {
    font-size: min(1.8333333333vw, 22px);
  }
}
@media only screen and (min-width: 768px), print {
  .c-newslist01 li a {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 768px) and (hover: hover), print and (hover: hover) {
  .c-newslist01 li a:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 768px), print {
  .c-newslist01 li a p {
    width: 42em;
    margin: 0;
  }
}
.c-newslist02 {
  font-size: 4vw;
}

@media only screen and (min-width: 768px), print {
  .c-newslist02 {
    font-size: min(1.5vw, 18px);
  }
}
.c-newslist02__item {
  border-bottom: 1px solid #9f9f9f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 1em 0;
  position: relative;
}

.c-newslist02__link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.c-newslist02__img {
  width: 34.5%;
}

.c-newslist02__detail {
  width: 63%;
  text-align: left;
}

.c-newslist02__info time {
  margin-right: 0.5em;
}

.c-newslist02__tit {
  margin: 1em 0;
}

.c-newslist02 .c-taglist {
  margin: 0;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.c-newslist02 .c-taglist .c-taglist__item {
  font-size: 3vw;
}

@media only screen and (min-width: 768px), print {
  .c-newslist02 .c-taglist .c-taglist__item {
    font-size: min(1vw, 12px);
  }
}
@media only screen and (min-width: 768px), print {
  .c-newslist02__img {
    width: 17%;
  }
  .c-newslist02__detail {
    width: 80%;
  }
}
.c-news-cat {
  display: inline-block;
  width: 8em;
  text-align: center;
  color: #ffffff;
  font-size: 3.5vw;
  font-weight: bold;
  letter-spacing: -0.1px;
  margin-right: 1em;
  border-radius: 6px;
  background: #e6002d;
}

@media only screen and (min-width: 768px), print {
  .c-news-cat {
    font-size: min(1.1666666667vw, 14px);
  }
}
.c-news-cat--tennis {
  background: #0154c7;
}

.c-news-cat--culture {
  background: #fa7f05;
}

.c-news-cat--soccer {
  background: #66c30a;
}

@media only screen and (min-width: 768px), print {
  .c-news-cat {
    padding: 0.2em 0;
    letter-spacing: 0;
  }
}
/* ==========================================================
!関連バナー
========================================================== */
.c-relation-banner {
  margin-top: 10vw;
  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;
}

@media only screen and (min-width: 768px), print {
  .c-relation-banner {
    margin-top: min(3.75vw, 60px);
  }
}
.c-relation-banner__item {
  width: 48%;
}

.c-relation-banner__item:nth-child(n+3) {
  margin-top: 0.5em;
}

.c-relation-banner__item img {
  width: 100%;
}

@media only screen and (min-width: 768px), print {
  .c-relation-banner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-relation-banner__item {
    width: 21%;
    margin: 0.5em;
  }
}
/* ==========================================================
!Listing
========================================================== */
.c-dotlist {
  margin: 1em 0;
  padding-left: 1.5em;
  list-style: disc;
  text-align: left;
}

.c-txtnumlist {
  margin: 1em 0;
}

.c-txtnumlist__item {
  text-indent: -1em;
  margin-left: 1em;
}

/* ==========================================================
!pagenation
========================================================== */
.c-pagenation {
  margin-top: 10vw;
  font-size: 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px), print {
  .c-pagenation {
    margin-top: min(3.75vw, 60px);
  }
}
@media only screen and (min-width: 768px), print {
  .c-pagenation {
    font-size: min(1.5vw, 18px);
  }
}
.c-pagenation__prev,
.c-pagenation__next {
  border-radius: 8px;
  background: #efefef;
  border: 1.5px solid #9f9f9f;
  padding: 0.5em 2em;
}

.c-pagenation__current input {
  width: 2em;
  border: 1px solid #9f9f9f;
  background: #ffffff;
  border-radius: 3px;
  text-align: center;
}

@media only screen and (min-width: 768px), print {
  .c-pagenation {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-pagenation__current {
    margin: 0 3em;
  }
}
/* ==========================================================
!フットサル料金表
========================================================== */
.p-futsal-price-table01 {
  width: 100%;
  border-top: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  background: #ffffff;
  margin: 10vw 0;
}

@media only screen and (min-width: 768px), print {
  .p-futsal-price-table01 {
    margin: min(3.75vw, 60px) 0;
  }
}
.p-futsal-price-table01 tbody {
  width: 100%;
}

.p-futsal-price-table01 th,
.p-futsal-price-table01 td {
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  padding: 0.7em 1em;
  text-align: center;
  font-size: 4vw;
}

@media only screen and (min-width: 768px), print {
  .p-futsal-price-table01 th,
  .p-futsal-price-table01 td {
    font-size: min(1.5vw, 18px);
  }
}
.p-futsal-price-table01 th.u-bg_futsal {
  font-size: 4.5vw;
  color: #ffffff;
  font-weight: bold;
}

@media only screen and (min-width: 768px), print {
  .p-futsal-price-table01 th.u-bg_futsal {
    font-size: min(1.6666666667vw, 20px);
  }
}
@media only screen and (max-width: 767px) {
  .p-futsal-price-table01--pc {
    display: none;
  }
}
@media only screen and (min-width: 768px), print {
  .p-futsal-price-table01--sp {
    display: none;
  }
}
.p-futsal-price-table02 {
  width: 100%;
  border-top: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  background: #ffffff;
  margin: 2em 0;
}

.p-futsal-price-table02 tbody {
  width: 100%;
}

.p-futsal-price-table02 th,
.p-futsal-price-table02 td {
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  padding: 0.7em 1em;
  text-align: center;
  font-size: 4vw;
}

@media only screen and (min-width: 768px), print {
  .p-futsal-price-table02 th,
  .p-futsal-price-table02 td {
    font-size: min(1.5vw, 18px);
  }
}
.p-futsal-price-table02 th {
  background: #00761c;
  font-size: 4.5vw;
  color: #ffffff;
  font-weight: bold;
}

@media only screen and (min-width: 768px), print {
  .p-futsal-price-table02 th {
    font-size: min(1.6666666667vw, 20px);
  }
}
/* ==========================================================
!施設表
========================================================== */
.p-sisetu-table01 {
  width: 100%;
  margin-top: 10vw;
  border-top: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
}

@media only screen and (min-width: 768px), print {
  .p-sisetu-table01 {
    margin-top: min(2.5vw, 40px);
  }
}
.p-sisetu-table01 th,
.p-sisetu-table01 td {
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  text-align: left;
  padding: 0.5em 1em;
  vertical-align: top;
}

.p-sisetu-table01 th {
  background: #9f9f9f;
  color: #ffffff;
  font-size: 4vw;
  white-space: nowrap;
}

@media only screen and (min-width: 768px), print {
  .p-sisetu-table01 th {
    font-size: min(1.5vw, 18px);
  }
}
.p-sisetu-table01 td {
  background: #ffffff;
  font-size: 4.5vw;
}

@media only screen and (min-width: 768px), print {
  .p-sisetu-table01 td {
    font-size: min(1.6666666667vw, 20px);
  }
}
/* ==========================================================
!採用情報の表
========================================================== */
.p-recruit-table01 {
  width: 100%;
  border-top: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
}

.p-recruit-table01 th,
.p-recruit-table01 td {
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  padding: 0.5em 1em;
  vertical-align: top;
}

.p-recruit-table01 th {
  background: #f8eded;
  font-size: 4.5vw;
  font-weight: bold;
  text-align: center;
}

@media only screen and (min-width: 768px), print {
  .p-recruit-table01 th {
    font-size: min(1.6666666667vw, 20px);
  }
}
.p-recruit-table01 td {
  background: #ffffff;
  font-size: 4vw;
  text-align: left;
}

@media only screen and (min-width: 768px), print {
  .p-recruit-table01 td {
    font-size: min(1.5vw, 18px);
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit-table01 th,
  .p-recruit-table01 td {
    display: block;
  }
}
.p-recruit-table01--ikebukuro th {
  background: #d7e3fc;
}

/* ==========================================================
!テニススクール概要
========================================================== */
.p-tennis-overview-table01 {
  width: 100%;
  margin-top: 5vw;
  border-top: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
}

@media only screen and (min-width: 768px), print {
  .p-tennis-overview-table01 {
    margin-top: min(2.5vw, 40px);
  }
}
.p-tennis-overview-table01 th,
.p-tennis-overview-table01 td {
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  text-align: left;
  padding: 0.5em 1em;
  vertical-align: top;
  vertical-align: middle;
}

.p-tennis-overview-table01 th {
  background: #0154c7;
  color: #ffffff;
  font-size: 4.5vw;
  font-weight: bold;
  width: 25%;
  text-align: center;
}

@media only screen and (min-width: 768px), print {
  .p-tennis-overview-table01 th {
    font-size: min(1.6666666667vw, 20px);
  }
}
.p-tennis-overview-table01 td {
  background: #ffffff;
  font-size: 4vw;
}

.p-tennis-overview-table01 td a {
  color: #0154c7;
  text-decoration: underline;
}

.p-tennis-overview-table01 td a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 768px), print {
  .p-tennis-overview-table01 td {
    font-size: min(1.5vw, 18px);
  }
}
.p-tennis-overview-table01 td .c-dotlist {
  margin: 0;
}

.p-tennis-overview-table01__class {
  font-size: 4.5vw;
  font-weight: 900;
}

@media only screen and (min-width: 768px), print {
  .p-tennis-overview-table01__class {
    font-size: min(1.8333333333vw, 22px);
  }
}
.p-tennis-overview-table01__class span {
  font-size: 7.5vw;
  margin-right: 0.1em;
}

@media only screen and (min-width: 768px), print {
  .p-tennis-overview-table01__class span {
    font-size: min(3.5vw, 42px);
  }
}
.p-tennis-overview-table01__lv {
  font-size: 4.5vw;
  font-weight: bold;
  display: block;
}

@media only screen and (min-width: 768px), print {
  .p-tennis-overview-table01__lv {
    font-size: min(1.6666666667vw, 20px);
  }
}
.p-tennis-overview-table01__beginner {
  position: relative;
}

.p-tennis-overview-table01__beginner::before {
  content: "";
  display: inline-block;
  height: 0.9em;
  width: 0.8em;
  background: url("../img/common/ico_beginner.svg") center no-repeat;
  background-size: contain;
  -webkit-transform: translate(0, 0.1em);
  transform: translate(0, 0.1em);
  margin-right: 0.1em;
}

@media only screen and (max-width: 767px) {
  .p-tennis-overview-table01 th,
  .p-tennis-overview-table01 td {
    display: block;
    width: 100%;
    text-align: left;
  }
}
@media only screen and (min-width: 768px), print {
  .p-tennis-overview-table01__beginner {
    position: relative;
  }
  .p-tennis-overview-table01__beginner::before {
    content: "";
    position: absolute;
    -webkit-transform: translate(-115%, 0.35em);
    transform: translate(-115%, 0.35em);
  }
}
/* ==========================================================
!テニス ジュニアレッスン
========================================================== */
.p-tennis-overview-table02 {
  width: 100%;
  margin-top: 5vw;
  border-top: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
}

@media only screen and (min-width: 768px), print {
  .p-tennis-overview-table02 {
    margin-top: min(2.5vw, 40px);
  }
}
.p-tennis-overview-table02 th,
.p-tennis-overview-table02 td {
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  text-align: center;
  padding: 0.5em;
  vertical-align: top;
  vertical-align: middle;
  font-size: 3.5vw;
}

@media only screen and (min-width: 768px), print {
  .p-tennis-overview-table02 th,
  .p-tennis-overview-table02 td {
    font-size: min(1.5vw, 18px);
  }
}
.p-tennis-overview-table02 td {
  text-align: left;
  background: #ffffff;
}

.p-tennis-overview-table02 td a {
  color: #0154c7;
  text-decoration: underline;
}

.p-tennis-overview-table02 td a:hover {
  text-decoration: none;
}

.p-tennis-overview-table02 thead th {
  background: #0154c7;
  color: #ffffff;
  font-size: 4.5vw;
  font-weight: bold;
}

@media only screen and (min-width: 768px), print {
  .p-tennis-overview-table02 thead th {
    font-size: min(1.6666666667vw, 20px);
  }
}
.p-tennis-overview-table02 tbody th {
  background: #fcf0d8;
  width: 12em;
  text-align: left;
}

@media only screen and (min-width: 768px), print {
  .p-tennis-overview-table02 {
    display: table !important;
  }
  .p-tennis-overview-table02 tbody th {
    width: inherit;
    text-align: center;
  }
}
/* ==========================================================
!サッカースクール概要
========================================================== */
.p-soccer-overview-table01 {
  width: 100%;
  margin-top: 10vw;
  border-top: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
}

@media only screen and (min-width: 768px), print {
  .p-soccer-overview-table01 {
    margin-top: min(2.5vw, 40px);
  }
}
.p-soccer-overview-table01 th,
.p-soccer-overview-table01 td {
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  text-align: left;
  padding: 0.5em 1em;
  vertical-align: top;
}

.p-soccer-overview-table01 th {
  background: #66c30a;
  color: #ffffff;
  font-size: 4.5vw;
  font-weight: bold;
}

@media only screen and (min-width: 768px), print {
  .p-soccer-overview-table01 th {
    font-size: min(1.6666666667vw, 20px);
  }
}
.p-soccer-overview-table01 td {
  background: #ffffff;
  font-size: 4vw;
}

.p-soccer-overview-table01 td a {
  color: #0154c7;
  text-decoration: underline;
}

.p-soccer-overview-table01 td a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 768px), print {
  .p-soccer-overview-table01 td {
    font-size: min(1.5vw, 18px);
  }
}
@media only screen and (max-width: 767px) {
  .p-soccer-overview-table__wrap{
    overflow-x: scroll;
  }
  
  .p-soccer-overview-table01 th,
  .p-soccer-overview-table01 td {
    display: block;
  }
}
.p-soccer-overview-table02 {
  border-top: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  width: 1000px;
  border-collapse: collapse;
}

.p-soccer-overview-table02 th,
.p-soccer-overview-table02 td {
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  padding: 0.5em 1em;
}

.p-soccer-overview-table02 th {
  background: #66c30a;
  color: #ffffff;
  font-size: 4.5vw;
  font-weight: bold;
  text-align: center;
}

@media only screen and (min-width: 768px), print {
  .p-soccer-overview-table02 th {
    font-size: min(1.6666666667vw, 20px);
  }
}
.p-soccer-overview-table02 td {
  background: #ffffff;
  font-size: 4vw;
}

@media only screen and (min-width: 768px), print {
  .p-soccer-overview-table02 td {
    font-size: min(1.5vw, 18px);
  }
}
.p-soccer-overview-table02__indoor td {
  background: #efefef;
}

.p-soccer-overview-table02__caption {
  font-size: 3.5vw;
  margin: 0 0 1em;
}

@media only screen and (min-width: 768px), print {
  .p-soccer-overview-table02__caption {
    font-size: min(1.3333333333vw, 16px);
  }
}
.p-soccer-overview-table02__caption span {
  display: inline-block;
  width: 2em;
  height: 1em;
  border: 1px solid #d1d1d1;
  background: #efefef;
  margin-right: 0.5em;
  -webkit-transform: translate(0, 2px);
  transform: translate(0, 2px);
}

.p-soccer-overview-table02__wrap {
  margin-bottom: 5vw;
}

@media only screen and (min-width: 768px), print {
  .p-soccer-overview-table02__wrap {
    margin-bottom: min(0vw, 0px);
  }
}
@media only screen and (max-width: 767px) {
  .p-soccer-overview-table02 {
    width: 1080px;
  }
  .p-soccer-overview-table02__wrap {
    width: 100%;
    overflow-x: scroll;
  }
}
@media only screen and (min-width: 768px), print {
  .p-soccer-overview-table02 {
    width: 100%;
  }
  .p-soccer-overview-table02__caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: left;
  }
}
/* ==========================================================
!タグリスト
========================================================== */
.c-taglist {
  margin-top: 10vw;
  font-size: 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px), print {
  .c-taglist {
    margin-top: min(3.75vw, 60px);
  }
}
@media only screen and (min-width: 768px), print {
  .c-taglist {
    font-size: min(1.5vw, 18px);
  }
}
.c-taglist__item {
  margin: 0.3em;
}

.c-taglist__item a {
  display: block;
  border: 1px solid #9f9f9f;
  border-radius: 50px;
  padding: 0.5em;
}

@media only screen and (min-width: 768px), print {
  .c-taglist {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
/* ==========================================================
!Text
========================================================== */
.c-text-attention {
  text-indent: -1em;
  margin-left: 1em;
}

.c-text-basic01 {
  font-size: 4vw;
  margin: 1em 0;
  text-align: left;
}

@media only screen and (min-width: 768px), print {
  .c-text-basic01 {
    font-size: min(1.5vw, 18px);
  }
}
/* ==========================================================
!レッツプレイ
========================================================== */
.p-category-lets {
  margin-top: 20vw;
}

@media only screen and (min-width: 768px), print {
  .p-category-lets {
    margin-top: min(6.25vw, 100px);
  }
}
.p-category-lets__item {
  position: relative;
}

.p-category-lets__item img {
  width: 100%;
}

.p-category-lets__number {
  position: absolute;
  width: clamp(73px, 18.25vw, 100px);
  -webkit-transform: translate(30%, 5vw);
  transform: translate(30%, 5vw);
}

.p-category-lets__number svg {
  width: 100%;
  height: auto;
  overflow: visible;
}

.p-category-lets__number text {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 15vw;
  fill: transparent;
  stroke-width: 2;
  stroke-linejoin: round;
  stroke: #e6002d;
}

@media only screen and (min-width: 768px), print {
  .p-category-lets__number text {
    font-size: min(6vw, 72px);
  }
}
.p-category-lets__number--tennis text {
  stroke: #0154c7;
}

.p-category-lets__number--soccer text {
  stroke: #66c30a;
}

.p-category-lets__number--futsal text {
  stroke: #00761c;
}

.p-category-lets__number--culture text {
  stroke: #fa7f05;
}

.p-category-lets__img img {
  width: 100%;
}

.p-category-lets__tit {
  text-align: left;
  font-size: 5vw;
  font-weight: bold;
  margin: 1em 0 1.5em;
  position: relative;
}

@media only screen and (min-width: 768px), print {
  .p-category-lets__tit {
    font-size: min(1.8333333333vw, 22px);
  }
}
.p-category-lets__tit::after {
  content: "";
  display: block;
  height: 5px;
  width: 2em;
  position: absolute;
  left: 0;
  bottom: -10px;
  background: #e6002d;
}

.p-category-lets__tit--tennis::after {
  background: #0154c7;
}

.p-category-lets__tit--juniorTennis::after {
  background: #35b7f8;
}

.p-category-lets__tit--soccer::after {
  background: #66c30a;
}

.p-category-lets__tit--futsal::after {
  background: #00761c;
}

.p-category-lets__tit--culture::after {
  background: #fa7f05;
}

.p-category-lets__txt {
  text-align: left;
  font-size: 4vw;
}

@media only screen and (min-width: 768px), print {
  .p-category-lets__txt {
    font-size: min(1.5vw, 18px);
  }
}
.p-category-lets__txt--sub {
  text-align: left;
  margin-top: 1em;
  font-size: 3.5vw;
}

@media only screen and (min-width: 768px), print {
  .p-category-lets__txt--sub {
    font-size: min(1.1666666667vw, 14px);
  }
}
.p-category-lets__list {
  font-weight: bold;
}

.p-category-lets__dot {
  position: relative;
  margin-top: 1em;
}

.p-juniorTennis-mv {
  width: 100%;
  position: relative;
}

.p-juniorTennis-mv__slider img {
  width: 100%;
}

.p-juniorTennis-mv__slider a {
  width: 100%;
  height: 100%;
  display: block;
}

.p-juniorTennis-mv__controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  top: -30px;
  height: 0px;
  left: 20px;
}

.p-juniorTennis-mv__dot {
  position: relative;
  width: inherit !important;
  top: 0 !important;
}

.p-juniorTennis-mv__dot .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 0.7 !important;
}

.p-juniorTennis-mv__dot .swiper-pagination-bullet-active {
  background-color: #ffffff;
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
  opacity: 1 !important;
}

.p-juniorTennis-mv__stopbtn {
  margin-left: 0.5em;
  cursor: pointer;
}

.p-juniorTennis-mv__arrow {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .p-juniorTennis-mv__arrow {
    display: none;
  }
}
.p-juniorTennis-mv__next,
.p-juniorTennis-mv__prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 1em;
  z-index: 10;
}

.p-juniorTennis-mv__prev {
  left: 0;
}

.p-juniorTennis-mv__next {
  right: 0;
}

@media (hover: hover) {
  .p-juniorTennis-mv__next:hover,
  .p-juniorTennis-mv__prev:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .p-juniorTennis-mv__next,
  .p-juniorTennis-mv__prev {
    display: none;
  }
}
.p-juniorTennis-features__dot {
  position: relative;
  margin-top: 1em;
}

.p-category-lets__dot .swiper-pagination-bullet {
  background-color: #333;
  opacity: 0.6;
}

.p-juniorTennis-features__dot .swiper-pagination-bullet {
  background-color: #333;
  opacity: 0.6;
}

.p-category-lets__dot .swiper-pagination-bullet-active {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 1;
  background-color: #e6002d;
}

.p-category-lets__dot--tennis .swiper-pagination-bullet-active {
  background-color: #0154c7;
}

.p-category-lets__dot--juniorTenniss .swiper-pagination-bullet-active {
  background-color: #35b7f8;
}

.p-category-lets__dot--soccer .swiper-pagination-bullet-active {
  background-color: #66c30a;
}

.p-category-lets__dot--futsal .swiper-pagination-bullet-active {
  background-color: #00761c;
}

.p-category-lets__dot--culture .swiper-pagination-bullet-active {
  background-color: #fa7f05;
}

.p-juniorTennis-features__dot .swiper-pagination-bullet-active {
  background-color: #00761c;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .p-category-lets {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .p-category-lets__item {
    display: block;
    background: #ffffff;
    border-radius: 5vw;
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    height: auto;
  }
  .p-category-lets__tit,
  .p-category-lets__txt,
  .p-category-lets__txt--sub {
    margin-left: 4vw;
    margin-right: 4vw;
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 768px), print {
  .p-category-lets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-category-lets__item {
    width: 31%;
  }
  .p-category-lets__item:nth-child(n+4) {
    margin-top: 0vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px), print {
  .p-category-lets__item:nth-child(n+4) {
    margin-top: min(4.375vw, 70px);
  }
}
@media only screen and (min-width: 768px), print {
  .l-wrap784__wrap .p-category-lets__item {
    width: 47.45%;
  }
  .l-wrap784__wrap .p-category-lets__item:nth-child(n+3) {
    margin-top: 0vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px), print {
  .l-wrap784__wrap .p-category-lets__item:nth-child(n+3) {
    margin-top: min(4.375vw, 70px);
  }
}
@media only screen and (min-width: 768px), print {
  .p-category-lets__number {
    width: clamp(10px, 5.25vw, 84px);
    -webkit-transform: translate(30%, 1.4vw);
    transform: translate(30%, 1.4vw);
  }
}
@media only screen and (min-width: 768px), print {
  .p-category-lets__dot {
    display: none;
  }
  .p-juniorTennis-features__dot {
    display: none;
  }
}
/* ==========================================================
!コーチ紹介
========================================================== */
.p-lesson-lecturer__list {
  margin-top: 7.5vw;
  font-size: 4vw;
}

@media only screen and (min-width: 768px), print {
  .p-lesson-lecturer__list {
    margin-top: min(2.5vw, 40px);
  }
}
@media only screen and (min-width: 768px), print {
  .p-lesson-lecturer__list {
    font-size: min(1.5vw, 18px);
  }
}
.p-lesson-lecturer__item img {
  width: 100%;
}

.p-lesson-lecturer__img {
  position: relative;
  width: 100%;
  padding-top: 66.3978%;
}

.p-lesson-lecturer__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-clip-path: url(#coachshape);
  clip-path: url(#coachshape);
}

.p-lesson-lecturer__img 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;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 2em;
  line-height: 1.3;
  text-align: left;
  white-space: nowrap;
  font-size: 3.4vw;
}

@media only screen and (min-width: 768px), print {
  .p-lesson-lecturer__img span {
    font-size: min(1.1666666667vw, 14px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 3em;
  }
}
.p-lesson-lecturer__name {
  font-size: 4.5vw;
  font-weight: bold;
  margin-top: 0.5em;
  text-align: left;
}

@media only screen and (min-width: 768px), print {
  .p-lesson-lecturer__name {
    font-size: min(1.6666666667vw, 20px);
  }
}
.p-lesson-lecturer__name span {
  font-size: 3.5vw;
  font-weight: normal;
}

@media only screen and (min-width: 768px), print {
  .p-lesson-lecturer__name span {
    font-size: min(1.3333333333vw, 16px);
  }
}
.p-lesson-lecturer__txt {
  font-size: 3.875vw;
  margin-top: 1em;
  text-align: left;
}

@media only screen and (min-width: 768px), print {
  .p-lesson-lecturer__txt {
    font-size: min(1.4583333333vw, 17.5px);
  }
}
.p-lesson-lecturer__baloon {
  margin-top: 1em;
  text-align: left;
}

.p-lesson-lecturer__baloon img {
  width: 6em;
}

.p-lesson-lecturer__message {
  padding: 0.5em 0 2em;
  font-size: 4vw;
  text-align: left;
}

@media only screen and (min-width: 768px), print {
  .p-lesson-lecturer__message {
    font-size: min(1.3333333333vw, 16px);
  }
}
.p-lesson-lecturer__dot {
  position: relative;
  margin-top: 1em;
}

.p-lesson-lecturer__dot .swiper-pagination-bullet {
  background-color: #333;
  opacity: 0.6;
}

.p-lesson-lecturer__dot .swiper-pagination-bullet-active {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 1;
}

.p-lesson-lecturer__dot--soccer .swiper-pagination-bullet-active {
  background-color: #66c30a;
}

.p-lesson-lecturer__dot--tennis .swiper-pagination-bullet-active {
  background-color: #0154c7;
}

@media only screen and (min-width: 768px), print {
  .p-lesson-lecturer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 3%;
    -moz-column-gap: 3%;
    column-gap: 3%;
  }
  .p-lesson-lecturer__list:not(:has(> :nth-child(3))) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-lesson-lecturer__item {
    width: 31%;
  }
  .p-lesson-lecturer__item:nth-child(n+4) {
    margin-top: 0vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px), print {
  .p-lesson-lecturer__item:nth-child(n+4) {
    margin-top: min(2.5vw, 40px);
  }
}
@media only screen and (min-width: 768px), print {
  .p-lesson-lecturer__dot {
    display: none;
  }
}
/* ==========================================================
!カルチャースクールの検索
========================================================== */
.p-culture-school__tit {
  margin-bottom: 5vw;
  font-size: 6vw;
  font-weight: 900;
}

@media only screen and (min-width: 768px), print {
  .p-culture-school__tit {
    margin-bottom: min(1.875vw, 30px);
  }
}
@media only screen and (min-width: 768px), print {
  .p-culture-school__tit {
    font-size: min(2.5vw, 30px);
  }
}
.p-culture-school__txt {
  margin: 5vw 0;
  font-size: 5vw;
  font-weight: bold;
}

@media only screen and (min-width: 768px), print {
  .p-culture-school__txt {
    margin: min(1.875vw, 30px) 0;
  }
}
@media only screen and (min-width: 768px), print {
  .p-culture-school__txt {
    font-size: min(1.8333333333vw, 22px);
  }
}
.p-culture-search {
  margin-top: 22.5vw;
}

@media only screen and (min-width: 768px), print {
  .p-culture-search {
    margin-top: min(6.875vw, 110px);
  }
}
.c-titleset-center01 + .p-culture-search {
  margin-top: 12.5vw;
}

@media only screen and (min-width: 768px), print {
  .c-titleset-center01 + .p-culture-search {
    margin-top: min(4.375vw, 70px);
  }
}
.p-culture-search__item {
  margin: 5vw 0;
}

@media only screen and (min-width: 768px), print {
  .p-culture-search__item {
    margin: min(1.25vw, 20px) 0;
  }
}
.p-culture-search__input,
.p-culture-search__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 578px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #fa7f05;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  padding: 1em;
  font-size: 4.5vw;
  color: #333333;
}

@media only screen and (min-width: 768px), print {
  .p-culture-search__input,
  .p-culture-search__select {
    font-size: min(1.5vw, 18px);
  }
}
.p-culture-search__input ::-ms-expand,
.p-culture-search__select ::-ms-expand {
  display: none;
}

.p-culture-search__search {
  width: 100%;
  max-width: 578px;
  position: relative;
  margin: 0 auto;
}

.p-culture-search__search::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url("../img/common/ico_search.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1.2em;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.p-culture-search__arrow {
  width: 100%;
  max-width: 578px;
  position: relative;
  margin: 0 auto;
}

.p-culture-search__arrow::after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border: 0;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 50%;
  right: 1.5em;
  -webkit-transform: rotate(45deg) translate(0, -80%);
  transform: rotate(45deg) translate(0, -80%);
}

.p-culture-search__checklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-culture-search__check {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-left: 4px;
}

.p-culture-search__check:first-child {
  margin-left: 0;
}

.p-culture-search__check input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: #ffffff;
  border: 1px solid #fa7f05;
  border-radius: 10px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 35px;
  height: 35px;
}

.p-culture-search__check label::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 5px solid #fa7f05;
  border-left: 5px solid #fa7f05;
  height: 14px;
  width: 21px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 8px;
  left: 8px;
  opacity: 0;
}

.p-culture-search__check input[type=checkbox]:checked + label::after {
  opacity: 1;
}

@media only screen and (min-width: 768px), print {
  .p-culture-search__input,
  .p-culture-search__select {
    padding: 1.5em 1em;
  }
}
.p-culture-search-keyword {
  margin-top: 10vw;
  background: #fff;
  -webkit-filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.05));
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.05));
  border-radius: 25px;
  padding: 2em 1em 1em;
  font-size: 4vw;
}

@media only screen and (min-width: 768px), print {
  .p-culture-search-keyword {
    margin-top: min(3.75vw, 60px);
  }
}
@media only screen and (min-width: 768px), print {
  .p-culture-search-keyword {
    font-size: min(1.5vw, 18px);
  }
}
.p-culture-search-keyword__tit {
  font-size: 6vw;
  font-weight: 900;
  margin-bottom: 0.5em;
}

@media only screen and (min-width: 768px), print {
  .p-culture-search-keyword__tit {
    font-size: min(2.5vw, 30px);
  }
}
.p-culture-search-keyword__list {
  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;
}

.p-culture-search-keyword__item {
  margin: 0.3em;
}

.p-culture-search-keyword__item a {
  display: block;
  border: 1px solid #fa7f05;
  border-radius: 50px;
  padding: 0.5em;
}

@media only screen and (min-width: 768px), print {
  .p-culture-search-keyword {
    width: 100%;
    max-width: 864px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-culture-search-keyword__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
/* ==========================================================
!フットサル料金表
========================================================== */
.p-futsal-price-info {
  margin: 10vw 0;
}

@media only screen and (min-width: 768px), print {
  .p-futsal-price-info {
    margin: min(3.75vw, 60px) 0;
  }
}
.p-futsal-price-info__item {
  border: 1px solid #d1d1d1;
  background: #ffffff;
}

.p-futsal-price-info__item:last-child {
  margin-top: 5vw;
}

@media only screen and (min-width: 768px), print {
  .p-futsal-price-info__item:last-child {
    margin-top: min(0vw, 0px);
  }
}
.p-futsal-price-info__tit {
  font-size: 4.5vw;
  color: #ffffff;
  font-weight: bold;
  background: #00761c;
  padding: 0.8em 0;
}

@media only screen and (min-width: 768px), print {
  .p-futsal-price-info__tit {
    font-size: min(1.6666666667vw, 20px);
  }
}
.p-futsal-price-info__txt {
  font-size: 4vw;
  height: 6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px), print {
  .p-futsal-price-info__txt {
    font-size: min(1.5vw, 18px);
  }
}
@media only screen and (min-width: 768px), print {
  .p-futsal-price-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-futsal-price-info__item {
    width: 48.5%;
  }
  .p-futsal-price-info__item:last-child {
    margin-top: 0;
  }
}
.p-futsal-price-attention {
  margin: 10vw 0;
}

@media only screen and (min-width: 768px), print {
  .p-futsal-price-attention {
    margin: min(3.75vw, 60px) 0;
  }
}
.p-futsal-price-attention__tit {
  background: #333333;
  color: #ffffff;
  font-size: 4.5vw;
  font-weight: bold;
  padding: 0.8em 0;
}

@media only screen and (min-width: 768px), print {
  .p-futsal-price-attention__tit {
    font-size: min(1.6666666667vw, 20px);
  }
}
.p-futsal-price-attention__check {
  display: none;
}

.p-futsal-price-attention__open {
  position: relative;
}

.p-futsal-price-attention__open::after {
  content: "ー";
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #ffffff;
  font-size: 4.5vw;
  font-weight: bold;
}

@media only screen and (min-width: 768px), print {
  .p-futsal-price-attention__open::after {
    font-size: min(1.6666666667vw, 20px);
  }
}
.p-futsal-price-attention__check:checked + .p-futsal-price-attention__open::after {
  content: "＋";
}

.p-futsal-price-attention-detail {
  background: #ffffff;
  padding: 5vw;
  font-size: 4vw;
  text-align: left;
  overflow-y: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  max-height: 940vw;
}

@media only screen and (min-width: 768px), print {
  .p-futsal-price-attention-detail {
    padding: min(3.125vw, 50px);
  }
}
@media only screen and (min-width: 768px), print {
  .p-futsal-price-attention-detail {
    font-size: min(1.5vw, 18px);
  }
}
.p-futsal-price-attention__check:checked + label + .p-futsal-price-attention-detail {
  max-height: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.p-futsal-price-attention-detail__tit {
  font-size: 4.5vw;
  font-weight: bold;
  margin: 2em 0 1em;
}

@media only screen and (min-width: 768px), print {
  .p-futsal-price-attention-detail__tit {
    font-size: min(1.6666666667vw, 20px);
  }
}
.p-futsal-price-attention-detail__tit:first-child {
  margin-top: 0;
}

.p-futsal-price-attention-detail__tit2 {
  font-weight: bold;
  margin: 2em 0 1em;
}

.p-futsal-price-attention-detail__tit2:first-child {
  margin-top: 0;
}

.p-futsal-price-attention-detail__green {
  background: #e0f4db;
  border-radius: 10px;
  padding: 4vw;
  margin: 2em 0;
}

@media only screen and (min-width: 768px), print {
  .p-futsal-price-attention-detail {
    padding: 3em;
  }
  .p-futsal-price-attention-detail__green {
    padding: 2em;
  }
}
/* ==========================================================
!メリット
========================================================== */
.p-recruit-merit {
  margin-top: 7.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (min-width: 768px), print {
  .p-recruit-merit {
    margin-top: min(3.125vw, 50px);
  }
}
.p-recruit-merit__item {
  width: 49%;
  margin-bottom: 5vw;
}

@media only screen and (min-width: 768px), print {
  .p-recruit-merit__item {
    margin-bottom: min(1.875vw, 30px);
  }
}
.p-recruit-merit__item span {
  font-size: 3.75vw;
  display: block;
  text-align: center;
  white-space: nowrap;
  margin-top: 0.5em;
}

@media only screen and (min-width: 768px), print {
  .p-recruit-merit__item span {
    font-size: min(1.3333333333vw, 16px);
  }
}
.p-recruit-merit__attention {
  font-size: 3.5vw;
  text-align: left;
}

@media only screen and (min-width: 768px), print {
  .p-recruit-merit__attention {
    font-size: min(1.1666666667vw, 14px);
  }
}
@media only screen and (min-width: 768px), print {
  .p-recruit-merit {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-recruit-merit__item {
    width: 20.1%;
  }
  .p-recruit-merit__item img {
    width: min(15.6vw, 187px);
  }
  .p-recruit-merit__attention {
    font-size: 3.5vw;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px), print {
  .p-recruit-merit__attention {
    font-size: min(1.1666666667vw, 14px);
  }
}
/* ==========================================================
!最寄り駅からの時間
========================================================== */
.p-recruit-access {
  margin-top: 10vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 6px solid #e6002d;
  padding-left: 1em;
  margin-bottom: 0.5em;
  text-align: left;
  line-height: 1;
}

@media only screen and (min-width: 768px), print {
  .p-recruit-access {
    margin-top: min(2.5vw, 40px);
  }
}
.p-recruit-access img {
  margin-right: 0.5em;
}

.p-recruit-access__line {
  font-size: 3.5vw;
}

@media only screen and (min-width: 768px), print {
  .p-recruit-access__line {
    font-size: min(1.3333333333vw, 16px);
  }
}
.p-recruit-access__walk {
  font-size: 4vw;
  font-weight: bold;
}

@media only screen and (min-width: 768px), print {
  .p-recruit-access__walk {
    font-size: min(1.5vw, 18px);
  }
}
.p-recruit-access__station {
  font-size: 5.5vw;
  color: #e6002d;
}

@media only screen and (min-width: 768px), print {
  .p-recruit-access__station {
    font-size: min(2vw, 24px);
  }
}
.p-recruit-access__time {
  font-size: 7vw;
}

@media only screen and (min-width: 768px), print {
  .p-recruit-access__time {
    font-size: min(2.5vw, 30px);
  }
}
.p-recruit-access--ikebukuro {
  border-left: 6px solid #1e87f0;
}

.p-recruit-access--ikebukuro .p-recruit-access__station {
  color: #1e87f0;
}

/* ==========================================================
!googlemap
========================================================== */
.p-map {
  width: 100vw;
  margin-top: 7.5vw;
  margin-bottom: 5vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

@media only screen and (min-width: 768px), print {
  .p-map {
    margin-top: min(3.75vw, 60px);
  }
}
@media only screen and (min-width: 768px), print {
  .p-map {
    margin-bottom: min(2.5vw, 40px);
  }
}
.p-map iframe {
  width: 100%;
  height: 200px;
}

.p-map__addr {
  font-size: 4.5vw;
  margin: 2em 0;
}

@media only screen and (min-width: 768px), print {
  .p-map__addr {
    font-size: min(1.6666666667vw, 20px);
  }
}
.p-map__addr span {
  font-size: 5vw;
  font-weight: bold;
  display: block;
}

@media only screen and (min-width: 768px), print {
  .p-map__addr span {
    font-size: min(1.8333333333vw, 22px);
  }
}
@media only screen and (min-width: 768px), print {
  .p-map {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .p-map iframe {
    height: 450px;
  }
  .p-map__addr span {
    display: inline;
    margin-right: 1em;
  }
}
/* ==========================================================
!お持ち物
========================================================== */
.p-sisetu-mochimono {
  margin: 10vw 0;
}

@media only screen and (min-width: 768px), print {
  .p-sisetu-mochimono {
    margin: min(3.75vw, 60px) 0;
  }
}
.p-sisetu-mochimono__tit {
  background: #333333;
  border-radius: 20px 20px 0 0;
  padding: 0.5em 1em;
  color: #ffffff;
  font-size: 5.5vw;
  font-weight: bold;
  text-align: left;
}

@media only screen and (min-width: 768px), print {
  .p-sisetu-mochimono__tit {
    font-size: min(2.5vw, 30px);
  }
}
.p-sisetu-mochimono__table {
  width: 100%;
  font-size: 4vw;
}

@media only screen and (min-width: 768px), print {
  .p-sisetu-mochimono__table {
    font-size: min(1.5vw, 18px);
  }
}
.p-sisetu-mochimono__table th,
.p-sisetu-mochimono__table td {
  background: #e2e2e2;
  border-top: 4px solid #ffffff;
  border-left: 4px solid #ffffff;
  padding: 0.5em 0;
  text-align: center;
  vertical-align: middle;
}

.p-sisetu-mochimono__table tr th:first-child {
  border-left: none;
}

.p-sisetu-mochimono__table tr:nth-child(odd) td {
  background: #efefef;
  font-size: 6.75vw;
  font-weight: bold;
}

@media only screen and (min-width: 768px), print {
  .p-sisetu-mochimono__table tr:nth-child(odd) td {
    font-size: min(2.5vw, 30px);
  }
}
.p-sisetu-mochimono__table tr:nth-child(even) td {
  background: #f7f7f7;
  font-size: 6.75vw;
  font-weight: bold;
}

@media only screen and (min-width: 768px), print {
  .p-sisetu-mochimono__table tr:nth-child(even) td {
    font-size: min(2.5vw, 30px);
  }
}
.p-sisetu-mochimono__table tr:last-child th:first-child {
  border-radius: 0 0 0 20px;
}

.p-sisetu-mochimono__table tr:last-child td:last-child {
  border-radius: 0 0 20px 0;
}

.p-sisetu-mochimono__item {
  background: #f8eded !important;
  width: 14%;
}

.p-sisetu-mochimono__category {
  font-size: 4.5vw;
  font-weight: bold;
}

@media only screen and (min-width: 768px), print {
  .p-sisetu-mochimono__category {
    font-size: min(1.6666666667vw, 20px);
  }
}
@media only screen and (max-width: 767px) {
  .p-sisetu-mochimono__wrap {
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 7.5vw;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  .p-sisetu-mochimono__wrap {
    margin-bottom: min(0vw, 0px);
  }
}
@media only screen and (max-width: 767px) {
  .p-sisetu-mochimono__scroll {
    width: 1080px;
  }
}
/* ==========================================================
!受講の流れ
========================================================== */
.p-sisetu-flow {
  margin-top: 6.25vw;
  margin-bottom: 25vw;
}

@media only screen and (min-width: 768px), print {
  .p-sisetu-flow {
    margin-top: min(1.5625vw, 25px);
  }
}
@media only screen and (min-width: 768px), print {
  .p-sisetu-flow {
    margin-bottom: min(6.25vw, 100px);
  }
}
.p-sisetu-flow__item {
  font-size: 4vw;
  margin-bottom: 17.5vw;
  position: relative;
}

@media only screen and (min-width: 768px), print {
  .p-sisetu-flow__item {
    font-size: min(1.5vw, 18px);
  }
}
@media only screen and (min-width: 768px), print {
  .p-sisetu-flow__item {
    margin-bottom: min(0vw, 0px);
  }
}
.p-sisetu-flow__item img {
  width: 100%;
}

.p-sisetu-flow__item::after {
  content: "▼";
  color: #e6002d;
  position: absolute;
  right: 50%;
  bottom: -3em;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.p-sisetu-flow__item:last-child {
  margin-bottom: 0;
}

.p-sisetu-flow__item:last-child::after {
  content: none;
}

.p-sisetu-flow__tit {
  background: #e6002d;
  border-radius: 20px 20px 0 0;
  font-weight: 900;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5em 1.5em;
}

.p-sisetu-flow__num {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 6.75vw;
  line-height: 1;
  margin-right: 1em;
}

@media only screen and (min-width: 768px), print {
  .p-sisetu-flow__num {
    font-size: min(2.25vw, 27px);
  }
}
.p-sisetu-flow__num span {
  display: block;
  font-size: 10px;
}

.p-sisetu-flow__txt {
  text-align: left;
  margin: 1em 0;
}

@media only screen and (min-width: 768px), print {
  .p-sisetu-flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-sisetu-flow__item {
    width: 30%;
  }
  .p-sisetu-flow__item::after {
    right: -2em;
    bottom: inherit;
    top: 25%;
    -webkit-transform: scale(1.3) rotate(-90deg);
    transform: scale(1.3) rotate(-90deg);
  }
}
.p-sisetu-flow-sports {
  background: #f8eded;
  border-radius: 10px;
  padding: 1em;
  text-align: left;
  position: relative;
}

.p-sisetu-flow-sports::after {
  content: "";
  display: block;
  width: 35%;
  height: 100%;
  position: absolute;
  right: -0.5em;
  top: -1.5em;
  background: url("../img/school/img_flow_sports.png") right top no-repeat;
  background-size: contain;
}

.p-sisetu-flow-sports.culture::after {
  background: url("../img/school/img_flow_culture.png") right top no-repeat;
}

.p-sisetu-flow-sports.tennis::after {
  background: url("../img/school/img_flow_tennis.png") right top no-repeat;
}

.p-sisetu-flow-sports__tit {
  color: #e6002d;
}

.p-sisetu-flow-sports__tit span {
  display: inline-block;
  font-size: 4.5vw;
  font-weight: bold;
  padding-bottom: 0.2em;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 768px), print {
  .p-sisetu-flow-sports__tit span {
    font-size: min(1.6666666667vw, 20px);
  }
}
.p-sisetu-flow-sports__tit span::after {
  content: "";
  width: 100%;
  height: 1;
  display: block;
  border-top: 2px dotted #9f9f9f;
  position: absolute;
  left: -1em;
  bottom: 0;
}

.p-sisetu-flow-sports__attention {
  font-size: 3vw;
  margin-top: 1em;
}

@media only screen and (min-width: 768px), print {
  .p-sisetu-flow-sports__attention {
    font-size: min(1vw, 12px);
  }
}
/* ==========================================================
!体験レッスンのご案内
========================================================== */
.p-trial {
  margin-top: 25vw;
}

@media only screen and (min-width: 768px), print {
  .p-trial {
    margin-top: min(6.25vw, 100px);
  }
}
.p-trial__tit {
  padding-top: 3.5vw;
  padding-bottom: 7.5vw;
  background: #e6002d;
  border-radius: 20px 20px 0 0;
  position: relative;
}

@media only screen and (min-width: 768px), print {
  .p-trial__tit {
    padding-top: min(2.5vw, 40px);
    padding-bottom: min(2.5vw, 40px);
  }
}
.p-trial__tit .c-titleset-center01 {
  color: #ffffff;
}

.p-trial__tit .c-titleset-center01--en img {
  height: 1.1em;
  width: auto;
}

.p-trial__tit::before,
.p-trial__tit::after {
  content: "";
  display: block;
  position: absolute;
}

.p-trial__tit::before {
  width: 13.75vw;
  height: 23.25vw;
  background: url("../img/school/img_culture_sp.svg") center no-repeat;
  background-size: contain;
  left: -2vw;
  bottom: 0;
}

.p-trial__tit2::before {
  width: 59px;
  height: 61px;
  background: url("../img/school/img_tennis2_sp.svg") center no-repeat;
  background-size: contain;
  left: 33px;
  bottom: unset;
  top: -10px;
}

.p-trial__tit::after {
  width: 14vw;
  height: 20.5vw;
  background: url("../img/school/img_tennis.svg") center no-repeat;
  background-size: contain;
  right: 5vw;
  top: -5vw;
}

.p-trial__tit2::after {
  width: 44px;
  height: 63px;
  background: url("../img/school/img_tennis3_sp.svg") center no-repeat;
  background-size: contain;
  right: 43px;
  top: -14px;
}

@media only screen and (min-width: 768px), print {
  .p-trial__tit::before {
    width: min(16.36vw, 162px);
    height: min(13.23vw, 131px);
    background: url("../img/school/img_culture.svg") center no-repeat;
    background-size: contain;
    left: min(10.1vw, 100px);
    bottom: 0;
  }
  .p-trial__tit2::before {
    width: 90px;
    height: 94px;
    background: url("../img/school/img_tennis2.svg") center no-repeat;
    background-size: contain;
    left: min(11.1vw, 190px);
    top: unset;
    bottom: 0vw;
  }
  .p-trial__tit::after {
    width: min(7.76vw, 76px);
    height: min(11.1vw, 110px);
    background: url("../img/school/img_tennis.svg") center no-repeat;
    background-size: contain;
    right: min(17.5vw, 173px);
    top: inherit;
    bottom: 0;
  }
  .p-trial__tit2::after {
    width: min(7.76vw, 76px);
    height: min(11.1vw, 110px);
    background: url("../img/school/img_tennis3.svg") center no-repeat;
    background-size: contain;
    right: min(17.5vw, 173px);
    top: inherit;
    bottom: 0;
  }
}
.p-trial-detail {
  border-radius: 0 0 20px 20px;
  border: 3px solid #e6002d;
  border-top: none;
  background: #ffffff;
  padding: 1em;
  font-size: 4vw;
}

@media only screen and (min-width: 768px), print {
  .p-trial-detail {
    font-size: min(1.5vw, 18px);
  }
}
.p-trial-detail__tit {
  background: #66c30a;
  border-radius: 10px;
  padding: 0.3em 0;
  font-size: 6vw;
  font-weight: bold;
  color: #ffffff;
}

@media only screen and (min-width: 768px), print {
  .p-trial-detail__tit {
    font-size: min(2.8333333333vw, 34px);
  }
}
.p-trial-detail__txt {
  margin: 1em 0 2em;
  text-align: left;
}

.p-trial-detail__app__item {
  margin-bottom: 3.75vw;
}

@media only screen and (min-width: 768px), print {
  .p-trial-detail__app__item {
    margin-bottom: min(0vw, 0px);
  }
}
.p-trial-detail__app__item:last-child {
  margin-bottom: 0;
}

.p-trial-detail__telname {
  font-size: 3.5vw;
  font-weight: bold;
  display: block;
  line-height: 1;
}

@media only screen and (min-width: 768px), print {
  .p-trial-detail__telname {
    font-size: min(1.5vw, 18px);
  }
}
.p-trial-detail__telnum {
  font-size: 9vw;
  font-weight: 900;
}

@media only screen and (min-width: 768px), print {
  .p-trial-detail__telnum {
    font-size: min(4.0833333333vw, 49px);
  }
}
.p-trial-detail__telnum::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: url("../img/common/ico_tel_red.svg") center no-repeat;
  background-size: contain;
  margin: 0 0.2em;
  -webkit-transform: translate(0, 0.1em);
  transform: translate(0, 0.1em);
}

@media only screen and (min-width: 768px), print {
  .p-trial-detail {
    padding: 1.5em 3em;
  }
  .p-trial-detail__txt {
    text-align: center;
  }
  .p-trial-detail__app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-trial-detail__app__item {
    width: 50%;
  }
}
/* ==========================================================
!受講レッスン開始
========================================================== */
.p-lessonstart {
  background: #333333;
  border-radius: 10px;
  padding: 0.3em 0;
  font-size: 6vw;
  font-weight: bold;
  color: #ffffff;
  margin-top: 10vw;
}

@media only screen and (min-width: 768px), print {
  .p-lessonstart {
    font-size: min(2.8333333333vw, 34px);
  }
}
@media only screen and (min-width: 768px), print {
  .p-lessonstart {
    margin-top: min(3.75vw, 60px);
  }
}
/* ==========================================================
!店舗一覧
========================================================== */
.p-school-information {
  margin: clamp(80px, 20vw, 100px) 0;
}

.p-school-information__wrap {
  width: 92vw;
  margin: 0 auto;
}

@media only screen and (min-width: 768px), print {
  .p-school-information__wrap {
    max-width: 1070px;
  }
}
.p-school-information-rootmap__tit {
  margin-top: clamp(40px, 10vw, 60px);
  background: #333333;
  border-radius: 20px 20px 0 0;
  padding: 0.5em 1em;
  color: #ffffff;
  font-size: 5.5vw;
  font-weight: bold;
  text-align: left;
}

@media only screen and (min-width: 768px), print {
  .p-school-information-rootmap__tit {
    font-size: min(2.8037383178vw, 30px);
  }
}
.p-school-information-rootmap__wrap {
  background: #ffffff;
  border-radius: 0 0 20px 20px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  padding: 1em 0 0;
  margin-bottom: 5vw;
}

@media only screen and (min-width: 768px), print {
  .p-school-information-rootmap__wrap {
    margin-bottom: min(0vw, 0px);
  }
}
.p-school-information-rootmap__map {
  width: 625px;
  margin: 0 auto;
  position: relative;
}

.p-school-information-rootmap__map img {
  width: 100%;
}

.p-school-information-rootmap__shoplist li {
  position: absolute;
}

.p-school-information-rootmap__shoplist li a {
  text-align: center;
  font-weight: bold;
  color: #e6002d;
  text-shadow: 0 0 1px #ffffff;
}

.p-school-information-rootmap__shoplist li a::before {
  content: "●";
  display: block;
  line-height: 1;
}

.p-school-information-rootmap__shoplist--ayase {
  left: 81%;
  top: 25%;
}

.p-school-information-rootmap__shoplist--ooimachi {
  left: 49%;
  top: 79%;
}

.p-school-information-rootmap__shoplist--kameari {
  left: 88%;
  top: 25%;
}

.p-school-information-rootmap__shoplist--kitasuna {
  left: 75%;
  top: 53%;
}

.p-school-information-rootmap__shoplist--nishiarai {
  left: 67%;
  top: 18%;
}

.p-school-information-rootmap__shoplist--musashisakai {
  left: 32%;
  top: 43.5%;
}

.p-school-information-rootmap__shoplist--isehara {
  left: 10.5%;
  top: 75.5%;
}

.p-school-information-rootmap__shoplist--sagamihara {
  left: 17%;
  top: 69.3%;
}

.p-school-information-rootmap__shoplist--hashimoto {
  left: 17.4%;
  top: 50%;
}

.p-school-information-rootmap__shoplist--fujisawa {
  left: 25.5%;
  top: 86%;
}

.p-school-information-rootmap__shoplist--musashikosugi {
  left: 33.5%;
  top: 73.5%;
}

.p-school-information-rootmap__shoplist--mizonokuchi {
  left: 33.3%;
  top: 61.5%;
}

.p-school-information-rootmap__shoplist--ageo {
  left: 38.5%;
  top: 6%;
}

.p-school-information-rootmap__shoplist--urawa {
  left: 49.5%;
  top: 19%;
}

.p-school-information-rootmap__shoplist--kuki {
  left: 48%;
  top: 3%;
}

.p-school-information-rootmap__shoplist--soga {
  left: 88%;
  top: 87%;
}

.p-school-information-rootmap__shoplist--ootori {
  left: 11.5%;
  top: 24%;
}

.p-school-information-rootmap__shoplist--yao {
  left: 19%;
  top: 16.5%;
}

@media only screen and (max-width: 767px) {
  .p-school-information-rootmap__scroll {
    width: 100%;
    overflow-x: scroll;
  }
  .p-school-information-rootmap__shoplist li a {
    font-size: 12px !important;
  }
  .p-school-information-rootmap__shoplist li a::before {
    font-size: 22px !important;
  }
  .p-school-information-rootmap__click {
    width: 100%;
    background: #9f9f9f;
    border-radius: 0 0 20px 20px;
    padding: 0.5em 1em;
    color: #ffffff;
    font-size: 4vw;
    font-weight: bold;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  .p-school-information-rootmap__click {
    font-size: min(1.8691588785vw, 20px);
  }
}
@media only screen and (min-width: 768px), print {
  .p-school-information-rootmap__wrap {
    padding: 2em 0;
  }
  .p-school-information-rootmap__map {
    width: 100%;
    max-width: 910px;
  }
  .p-school-information-rootmap__shoplist li a {
    font-size: 3.5vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px), print {
  .p-school-information-rootmap__shoplist li a {
    font-size: min(1.6822429907vw, 18px);
  }
}
@media only screen and (min-width: 768px), print {
  .p-school-information-rootmap__shoplist li a::before {
    font-size: 5.5vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px), print {
  .p-school-information-rootmap__shoplist li a::before {
    font-size: min(2.9906542056vw, 32px);
  }
}
@media only screen and (min-width: 768px) and (hover: hover), print and (hover: hover) {
  .p-school-information-rootmap__shoplist li a:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 768px), print {
  .p-school-information-rootmap__click {
    width: 70%;
    margin: 0 auto;
  }
  .p-school-information-rootmap__click img {
    width: 100%;
  }
}
/* ==========================================================
!サッカーレッスン風景
========================================================== */
.p-soccer-lesson-youtube {
  margin-top: 10vw;
}

@media only screen and (min-width: 768px), print {
  .p-soccer-lesson-youtube {
    margin-top: min(3.75vw, 60px);
  }
}
.p-soccer-lesson-youtube__wrap {
  width: 100%;
  aspect-ratio: 16/9;
  margin-top: 1em;
}

.p-soccer-lesson-youtube__wrap:nth-child(2) {
  margin-top: 2em;
}

.p-soccer-lesson-youtube__wrap iframe {
  width: 100%;
  height: 100%;
}

.p-soccer-lesson-youtube__tit {
  font-size: 4.75vw;
  font-weight: bold;
  -webkit-transform: translate(0, -0.5em);
  transform: translate(0, -0.5em);
  text-align: left;
}

@media only screen and (min-width: 768px), print {
  .p-soccer-lesson-youtube__tit {
    font-size: min(1.8333333333vw, 22px);
  }
}
.p-soccer-lesson-youtube__tit::before {
  content: "●";
  color: #66c30a;
}

@media only screen and (min-width: 768px), print {
  .p-soccer-lesson-youtube {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-soccer-lesson-youtube__wrap {
    width: 48%;
  }
  .p-soccer-lesson-youtube__wrap:nth-child(2) {
    margin-top: 1em;
  }
  .p-soccer-lesson-youtube__wrap + .p-soccer-lesson-youtube__wrap {
    margin-left: 4%;
  }
}
/* ==========================================================
!テニスレッスン風景
========================================================== */
.p-tennis-lesson-youtube {
  margin-top: 10vw;
  margin-bottom: 10vw;
}

@media only screen and (min-width: 768px), print {
  .p-tennis-lesson-youtube {
    margin-top: min(3.75vw, 60px);
  }
}
@media only screen and (min-width: 768px), print {
  .p-tennis-lesson-youtube {
    margin-bottom: min(2.5vw, 40px);
  }
}
.p-tennis-lesson-youtube__wrap {
  width: 100%;
  aspect-ratio: 16/9;
  margin-top: 1em;
}

.p-tennis-lesson-youtube__wrap iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px), print {
  .p-tennis-lesson-youtube {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-tennis-lesson-youtube__wrap {
    width: 48%;
  }
  .p-tennis-lesson-youtube__wrap + .p-tennis-lesson-youtube__wrap {
    margin-left: 4%;
  }
}
.p-tennis-lesson-message {
  margin-top: 15vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2em 4vw;
  background: #efefef;
  border-radius: 20px;
  position: relative;
}

@media only screen and (min-width: 768px), print {
  .p-tennis-lesson-message {
    margin-top: min(3.75vw, 60px);
  }
}
.p-juniorTennis-lesson-message {
  background-color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  margin-top: min(5.8vw, 100px);
}

@media only screen and (max-width: 767px), print {
  .p-tennis-lesson-message {
    padding: 2.2em 5vw;
  }
  .p-juniorTennis-lesson-message {
    margin-top: min(5.5vw, 22px);
  }
}
.p-tennis-lesson-message__lecturer {
  position: absolute;
  top: 24vw;
  width: 84vw;
}

.p-tennis-lesson-message__link {
  color: #0154C7;
  font-size: 5vw;
  font-weight: bold;
  text-decoration: underline;
}

.p-tennis-lesson-message__lecturer img {
  width: 100%;
}

.p-tennis-lesson-message__lecturer__tit {
  font-size: 5vw;
  font-weight: bold;
  text-align: left;
  margin-top: 0.5em;
}

@media only screen and (min-width: 768px), print {
  .p-tennis-lesson-message__lecturer__tit {
    font-size: min(2.3333333333vw, 28px);
    margin-top: unset;
  }
}
.p-tennis-lesson-message__lecturer__tit span {
  font-size: 3.5vw;
  font-weight: normal;
  margin-left: 0.5em;
}

@media only screen and (min-width: 768px), print {
  .p-tennis-lesson-message__lecturer__tit span {
    font-size: min(1.3333333333vw, 16px);
  }
}
.p-tennis-lesson-message__txt {
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.66;
  margin-top: 80vw;
  text-align: left;
}

@media only screen and (min-width: 768px), print {
  .p-tennis-lesson-message__txt {
    font-size: min(1.5vw, 18px);
    margin-top: 77vw;
  }
}
@media only screen and (min-width: 768px), print {
  .p-tennis-lesson-message {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: center;
    padding: 3em min(5.25vw, 63px);
  }
  .p-tennis-lesson-message__lecturer {
    position: relative;
    top: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 38.5%;
  }
  .p-tennis-lesson-message__right {
    text-align: left;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 57%;
  }
  .p-tennis-lesson-message__link {
    font-size: 24px;
    font-weight: bold;
    text-decoration: underline;
  }
  .p-tennis-lesson-message__right .c-titleset-center01 {
    text-align: left;
  }
  .p-tennis-lesson-message__txt {
    margin: 1.5em 0;
  }
}
/* ==========================================================
!テニスフッター写真
========================================================== */
.p-tennis-photo img {
  width: 100%;
}

/* ==========================================================
!テニススクール概要
========================================================== */
.p-tennis-overview {
  margin: 10vw 0;
  font-size: 4vw;
}

@media only screen and (min-width: 768px), print {
  .p-tennis-overview {
    margin: min(3.75vw, 60px) 0;
  }
}
@media only screen and (min-width: 768px), print {
  .p-tennis-overview {
    font-size: min(1.5vw, 18px);
  }
}
.p-tennis-overview__item {
  width: 100%;
  margin-top: 5vw;
  text-align: left;
}

@media only screen and (min-width: 768px), print {
  .p-tennis-overview__item {
    margin-top: min(2.5vw, 40px);
  }
}
.p-tennis-overview__item:first-child {
  margin-top: 0 !important;
}

.p-tennis-overview__tit {
  font-size: 6vw;
  font-weight: 900;
  padding-bottom: 0.5em;
  border-bottom: 2px dotted #0154c7;
}

@media only screen and (min-width: 768px), print {
  .p-tennis-overview__tit {
    font-size: min(2vw, 24px);
  }
}
.p-tennis-overview__tit--sub {
  display: block;
  font-size: 4vw;
  font-weight: bold;
}

@media only screen and (min-width: 768px), print {
  .p-tennis-overview__tit--sub {
    font-size: min(1.3333333333vw, 16px);
  }
}
.p-tennis-overview__txt {
  margin: 0.5em 0;
}

.p-tennis-overview__txt--sub {
  font-size: 3.5vw;
}

@media only screen and (min-width: 768px), print {
  .p-tennis-overview__txt--sub {
    font-size: min(1.1666666667vw, 14px);
  }
}
@media only screen and (min-width: 768px), print {
  .p-tennis-overview {
    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;
  }
  .p-tennis-overview::after {
    content: "";
    /*width: 32%;*/
    width: 48%;
    display: block;
  }
  .p-tennis-overview__item {
    /*width: 32%;*/
    width: 48%;
  }
  .p-tennis-overview__item:nth-child(-n+3) {
    margin-top: 0 !important;
  }
}
/* ==========================================================
!ジュニアレッスン
========================================================== */
.p-junior {
  width: 92vw;
  margin: 0 auto;
}

.p-junior__txt {
  font-size: 4.5vw;
  text-align: left;
  margin-bottom: 1em;
}

@media only screen and (min-width: 768px), print {
  .p-junior__txt {
    font-size: min(1.6666666667vw, 20px);
  }
}
@media only screen and (min-width: 768px), print {
  .p-junior {
    max-width: 990px;
  }
  .p-junior__txt {
    font-size: 4.5vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px), print {
  .p-junior__txt {
    font-size: min(1.6666666667vw, 20px);
  }
}
/* ==========================================================
!クラスの見出し
========================================================== */
.p-class__tit {
  margin-top: 12.5vw;
  margin-bottom: 5vw;
  font-size: 6vw;
  font-weight: 900;
}

@media only screen and (min-width: 768px), print {
  .p-class__tit {
    margin-top: min(3.75vw, 60px);
  }
}
@media only screen and (min-width: 768px), print {
  .p-class__tit {
    margin-bottom: min(1.875vw, 30px);
  }
}
@media only screen and (min-width: 768px), print {
  .p-class__tit {
    font-size: min(2.5vw, 30px);
  }
}
/* ==========================================================
!タイムテーブルなど拡大表示
========================================================== */
.p-zoom {
  margin: 5vw 0;
}

@media only screen and (min-width: 768px), print {
  .p-zoom {
    margin: min(1.875vw, 30px) 0;
  }
}
/* ==========================================================
!テニスレッスン実施状況
========================================================== */
.p-tennis-lesson-state {
  margin: 10vw 0;
  border-radius: 25px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  font-size: 4vw;
  padding: 1.5em 1em;
  text-align: left;
}

@media only screen and (min-width: 768px), print {
  .p-tennis-lesson-state {
    margin: min(3.75vw, 60px) 0;
  }
}
@media only screen and (min-width: 768px), print {
  .p-tennis-lesson-state {
    font-size: min(1.5vw, 18px);
  }
}
.p-tennis-lesson-state__date {
  font-size: 5.5vw;
  font-weight: bold;
}

@media only screen and (min-width: 768px), print {
  .p-tennis-lesson-state__date {
    font-size: min(2vw, 24px);
  }
}
.p-tennis-lesson-state .c-dotlist {
  font-size: 5vw;
}

@media only screen and (min-width: 768px), print {
  .p-tennis-lesson-state .c-dotlist {
    font-size: min(1.8333333333vw, 22px);
  }
}
.p-tennis-lesson-state .c-dotlist li + li {
  margin-top: 0.5em;
}

.p-tennis-lesson-state .c-dotlist a {
  text-decoration: underline;
}

@media only screen and (min-width: 768px), print {
  .p-tennis-lesson-state {
    padding: 2em;
  }
}
@media only screen and (min-width: 768px) and (hover: hover), print and (hover: hover) {
  .p-tennis-lesson-state .c-dotlist a:hover {
    opacity: 0.7;
  }
}
/* ==========================================================
!2023_10 ジュニアテニスページ用追加分
========================================================== */
.p-juniorTennis-row-ico-btn {
  margin-top: min(4vw, 65px);
}

.p-juniorTennis-row-ico-btn .c-row-ico-btn__item {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-row-ico-btn .c-row-ico-btn__item {
    margin-bottom: 2.5vw;
  }
}
.p-juniorTennis-row-ico-btn .c-row-ico-btn__item a {
  min-height: 80px;
}

/* ==========================================================
!2023_11 ジュニアテニスページ用追加分
========================================================== */
.p-juniorTennis-melit {
  margin-top: min(6.3vw, 100px);
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-melit {
    margin-top: min(16vw, 62px);
    margin-right: calc(50% - 50vw);
  }
}
.p-juniorTennis-melit__sectitle {
  font-size: min(1.875vw, 30px);
  line-height: 1.5333333333;
  font-weight: 900;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-melit__sectitle {
    font-size: 6vw;
    line-height: 1.4166666667;
    font-weight: 900;
  }
}
.p-juniorTennis-melit__sectitle::after {
  position: absolute;
  content: "";
  background: url(../img/juniorTennis/melit_title_pc.png);
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 4px;
}

@media only screen and (min-width: 768px), print {
  .p-juniorTennis-melit__slider {
    margin-left: min(-2vw, -30px);
  }
}
@media only screen and (max-width: 767px), print {
  .p-juniorTennis-melit__slider {
    margin-top: min(14.6vw, 60px);
  }
}
@media only screen and (min-width: 768px), print {
  .p-juniorTennis-melitwrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: min(2vw, 60px);
  }
}
.p-juniorTennis-melit__list {
  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;
}

.p-juniorTennis-melit__list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-melit__list2 {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.p-juniorTennis-melit__item {
  position: relative;
  display: inline-block;
}

@media only screen and (min-width: 768px), print {
  .p-juniorTennis-melit__item {
    width: calc(25% - min(2vw, 30px));
    margin-left: min(2vw, 30px);
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px), print {
  .p-juniorTennis-melit__item img {
    width: 100%;
  }
}
.p-juniorTennis-melit__item2 {
  position: relative;
  display: inline-block;
}

@media only screen and (min-width: 768px), print {
  .p-juniorTennis-melit__item2 {
    width: calc(25% - min(2vw, 30px));
    margin-left: min(2vw, 30px);
    margin-top: 30px;
    cursor: pointer;
  }
}
@media only screen and (max-width: 767px), print {
  .p-juniorTennis-melit__item2 {
    width: calc(50% - min(2vw, 30px));
    margin-left: min(2vw, 30px);
    margin-top: 10px;
  }
  .p-juniorTennis-melit__item2 img {
    width: 100%;
  }
}
.p-juniorTennis-melit__contents {
  position: absolute;
  left: 50%;
  top: 2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 82%;
  margin-top: 5px;
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-melit__contents {
    top: 0px;
    margin-top: min(5vw, 19px);
    width: 84%;
  }
}
.p-juniorTennis-melit__contents2 {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-bottom: 40px;
  position: absolute;
  left: 50%;
  top: 2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 82%;
  margin-top: 5px;
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-melit__contents2 {
    top: 0px;
    margin-top: 2.5vw;
    width: 84%;
    padding-bottom: 10vw;
  }
}
.p-juniorTennis-melit__number {
  width: min(19%, 44px);
  margin: 0 auto;
}

.p-juniorTennis-melit__number2 {
  width: min(24%, 54px);
  margin: 0 auto;
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-melit__number {
    width: 14vw;
  }
  .p-juniorTennis-melit__number2 {
    width: 7vw;
  }
}
.p-juniorTennis-melit__number img {
  width: 100%;
  height: auto;
}

.p-juniorTennis-melit__number2 img {
  width: 100%;
  height: auto;
}

.p-juniorTennis-melit__title {
  font-size: min(1.8333333333vw, 22px);
  font-weight: 900;
  color: #006762;
  line-height: 1.5454545455;
  margin-top: min(0.5vw, 8px);
}

.p-juniorTennis-melit__title2 {
  font-size: min(2.4vw, 38px);
  font-weight: 900;
  color: #006762;
  line-height: 1.3157894737;
  margin-top: min(0.5vw, 8px);
}

.p-juniorTennis-melit__title3 {
  font-size: min(1.9vw, 30px);
  font-weight: 900;
  color: #006762;
  line-height: 1.3333333333;
  margin-top: min(0.5vw, 8px);
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-melit__title {
    font-size: 7.5vw;
    margin-top: min(1.7vw, 7px);
  }
  .p-juniorTennis-melit__title2 {
    font-size: 5.5vw;
    margin-top: 1vw;
    line-height: 1.3333333333;
  }
  .p-juniorTennis-melit__title3 {
    font-size: 4.9vw;
    margin-top: min(1.7vw, 7px);
    line-height: 1.35;
  }
}
.p-juniorTennis-melit__txt {
  margin-top: 1rem;
  font-size: min(1.3333333333vw, 16px);
  line-height: 1.75;
  margin-top: 0.3em;
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-melit__txt {
    font-size: 4vw;
    margin-top: 0.8em;
  }
}
.p-juniorTennis-melit__button {
  width: 112px;
  font-size: min(0.8vw, 12px);
  color: #fff;
  font-weight: 900;
  background: #006762;
  border-radius: 40px;
  margin: 1.8em auto 0;
  padding: 0.6em 0.6em;
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-melit__button {
    font-size: min(2.7vw, 11px);
    margin: 1em auto 0;
    width: auto;
  }
}
@media only screen and (max-width: 767px), print {
  .melitslider {
    margin-right: calc(50% - 50vw);
  }
}
.p-juniorTennis-rule__table-pc {
  width: 100%;
  max-width: 988.91px;
  border-top: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  margin: min(3.5vw, 60px) auto 0;
}

.p-juniorTennis-rule__table-pc tbody,
.p-juniorTennis-rule__table-pc tr {
  width: 100%;
}

.p-juniorTennis-rule__table-pc .th1 {
  background: #35b7f8;
  font-size: min(1.6666666667vw, 20px);
  color: #fff;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  padding: min(1.1vw, 17.5px) 0;
}

.p-juniorTennis-rule__table-pc .th2 {
  background: #fcf0d8;
  font-size: min(1.5vw, 18px);
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  width: 24%;
}

.p-juniorTennis-rule__table-pc td {
  font-size: min(1.5vw, 18px);
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
  background: #fff;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  width: 76%;
  padding: min(1.2vw, 18.5px) min(1.5vw, 24px);
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-rule__table-pc {
    display: none;
  }
}
.p-juniorTennis-rule__table-pc2 {
  width: 100%;
  border-top: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  margin: min(3.5vw, 60px) auto 0;
}

.p-juniorTennis-rule__table-pc2 tbody,
.p-juniorTennis-rule__table-pc2 tr {
  width: 100%;
}

.p-juniorTennis-rule__table-pc2 .th1 {
  background: #35b7f8;
  font-size: min(1.6666666667vw, 20px);
  color: #fff;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  padding: min(1.1vw, 17.5px) 0;
}

.p-juniorTennis-rule__table-pc2 .th2 {
  background: #fcf0d8;
  font-size: min(1.5vw, 18px);
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
}

.p-juniorTennis-rule__table-pc2 td {
  font-size: min(1.5vw, 18px);
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
  background: #fff;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  padding: min(1.5vw, 24px) min(1vw, 32px);
  line-height: 1.6666666667;
}

.p-juniorTennis-rule__table-pc2 .td1 {
  width: 20.5%;
  text-align: center;
}

.p-juniorTennis-rule__table-pc2 .td2 {
  width: 66%;
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-rule__table-pc2 {
    display: none;
  }
}
.p-juniorTennis-rule__table-sp2 {
  display: none;
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-rule__table-sp2 {
    width: 100%;
    border-right: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    margin-top: min(13.5vw, 56px);
    display: block;
  }
  .p-juniorTennis-rule__table-sp2 + .p-juniorTennis-rule__table-sp2 {
    margin-top: min(7vw, 25px);
  }
  .p-juniorTennis-rule__table-sp2,
  .p-juniorTennis-rule__table-sp2 th,
  .p-juniorTennis-rule__table-sp2 td {
    display: block;
  }
  .p-juniorTennis-rule__table-sp2 tbody,
  .p-juniorTennis-rule__table-sp2 tr {
    width: 100%;
    display: block;
  }
  .p-juniorTennis-rule__table-sp2 .th1 {
    background: #35b7f8;
    color: #fff;
    font-weight: 700;
    vertical-align: middle;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    width: 100%;
    font-size: 4.5vw;
    padding: 0.6em min(3.8vw, 16px);
  }
  .p-juniorTennis-rule__table-sp2 .th2 {
    background: #fcf0d8;
    vertical-align: middle;
    width: 100%;
    font-size: 3.5vw;
    padding: min(3.6vw, 15px) min(3.8vw, 16px);
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
  }
  .p-juniorTennis-rule__table-sp2 .td1 {
    background: #fff;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    font-size: 3.5vw;
    padding: min(3.5vw, 12px) min(3.8vw, 16px);
    line-height: 1.7142857143;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
  }
}
.p-juniorTennis-rule__table-sp {
  display: none;
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-rule__table-sp {
    width: 100%;
    border-right: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    margin-top: min(13.5vw, 56px);
  }
  .p-juniorTennis-rule__table-sp + .p-juniorTennis-rule__table-sp {
    margin-top: min(3vw, 10px);
  }
  .p-juniorTennis-rule__table-sp,
  .p-juniorTennis-rule__table-sp th,
  .p-juniorTennis-rule__table-sp td {
    display: block;
  }
  .p-juniorTennis-rule__table-sp tbody,
  .p-juniorTennis-rule__table-sp tr {
    width: 100%;
    display: block;
  }
  .p-juniorTennis-rule__table-sp th {
    background: #35b7f8;
    color: #fff;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    width: 100%;
    font-size: 4.5vw;
    padding: min(3vw, 12px) 0;
  }
  .p-juniorTennis-rule__table-sp td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    width: 100%;
  }
  .p-juniorTennis-rule__table-sp .tx1 {
    background: #fcf0d8;
    text-align: center;
    vertical-align: middle;
    width: 41%;
    font-size: 3.5vw;
    padding: min(3.5vw, 12px) 0;
  }
  .p-juniorTennis-rule__table-sp .tx2 {
    background: #fff;
    text-align: left;
    vertical-align: middle;
    width: 57%;
    border-left: 1px solid #d1d1d1;
    font-size: 3.5vw;
    padding: min(3.5vw, 12px) min(2.4vw, 10px);
    line-height: 1.7142857143;
  }
}
.p-juniorTennis-features {
  max-width: 1196px;
  width: 75vw;
  margin: 0 auto;
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-features {
    width: 100%;
  }
}
.p-juniorTennis-features__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: min(3.2vw, 60px);
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-features__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: min(14.2vw, 60px);
  }
}
.p-juniorTennis-features__thumb {
  width: 30%;
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-features__thumb {
    width: 100%;
  }
}
.p-juniorTennis-features__list {
  width: 66%;
  margin-top: min(3.3vw, 60px);
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-features__list {
    margin-top: min(17vw, 68px);
    width: 100%;
  }
}
.p-juniorTennis-features__listitem {
  text-align: left;
  font-size: min(1.5vw, 18px);
  position: relative;
  padding-left: min(8.5vw, 136px);
  line-height: 1.6666666667;
}

.p-juniorTennis-features__listitem:not(:first-of-type) {
  margin-top: min(3.5vw, 56px);
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-features__listitem {
    font-size: 4vw;
    padding-left: min(27vw, 107px);
    line-height: 1.75;
  }
  .p-juniorTennis-features__listitem:not(:first-of-type) {
    margin-top: min(8.5vw, 34px);
  }
}
.p-juniorTennis-features__listitem::after {
  position: absolute;
  content: "";
  background-image: url(../img/juniorTennis/img_features01.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: min(6vw, 92px);
  height: min(6vw, 92px);
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-features__listitem::after {
    width: min(19vw, 77px);
    height: min(19vw, 77px);
    top: -10%;
    -webkit-transform: unset;
            transform: unset;
  }
}
.p-juniorTennis-features__listitem:nth-of-type(2)::after {
  background-image: url(../img/juniorTennis/img_features02.png);
}

.p-juniorTennis-features__listitem:nth-of-type(3)::after {
  background-image: url(../img/juniorTennis/img_features03.png);
}

.p-juniorTennis-features__listitem:nth-of-type(4)::after {
  background-image: url(../img/juniorTennis/img_features04.png);
}

.p-juniorTennis-features__listitem:nth-of-type(5)::after {
  background-image: url(../img/juniorTennis/img_features05.png);
}

.p-juniorTennis-features__listitem:nth-of-type(6)::after {
  background-image: url(../img/juniorTennis/img_features06.png);
}

.p-juniorTennis-features__listitem:nth-of-type(7)::after {
  background-image: url(../img/juniorTennis/img_features07.png);
}

.p-juniorTennis-features__listitem:nth-of-type(8)::after {
  background-image: url(../img/juniorTennis/img_features08.png);
}

.p-juniorTennis-features__listitem:nth-of-type(9)::after {
  background-image: url(../img/juniorTennis/img_features09.png);
}

.p-juniorTennis-features__listitem:nth-of-type(10)::after {
  background-image: url(../img/juniorTennis/img_features10.png);
}

.p-juniorTennis-features__listitem:nth-of-type(11)::after {
  background-image: url(../img/juniorTennis/img_features11.png);
}

.p-juniorTennis-features__listitem:nth-of-type(12)::after {
  background-image: url(../img/juniorTennis/img_features12.png);
}

.p-juniorTennis-features__listitem::before {
  position: absolute;
  content: "";
  background: #d1d1d1;
  width: 2px;
  height: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: min(6.9vw, 110px);
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-features__listitem::before {
    position: absolute;
    content: "";
    background: #d1d1d1;
    width: 2px;
    height: 27%;
    left: min(22.2vw, 89px);
    top: 13%;
    -webkit-transform: unset;
            transform: unset;
  }
}
.p-juniorTennis-features__slider {
  margin-top: min(6.5vw, 103px);
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-features__slider {
    margin-top: min(26vw, 96px);
  }
}
.p-juniorTennis-features__item {
  position: relative;
}

.p-juniorTennis-features__item img {
  border-radius: 25px;
  width: 100%;
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-features__item img {
    border-radius: 20px 20px 0 0;
    width: 100%;
  }
}
.p-juniorTennis-features__item::after {
  position: absolute;
  content: "";
  background-image: url(../img/juniorTennis/img_features01.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: -10.5%;
  left: 3.5%;
  width: min(6vw, 92px);
  height: min(6vw, 92px);
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-features__item::after {
    top: -12.5%;
    left: 4.5%;
    width: min(19vw, 76px);
    height: min(19vw, 76px);
  }
}
.p-juniorTennis-features__item:nth-of-type(2)::after {
  background-image: url(../img/juniorTennis/img_features02.png);
}

.p-juniorTennis-features__item:nth-of-type(3)::after {
  background-image: url(../img/juniorTennis/img_features03.png);
}

.p-juniorTennis-features__item:nth-of-type(4)::after {
  background-image: url(../img/juniorTennis/img_features04.png);
}

.p-juniorTennis-features__item:nth-of-type(5)::after {
  background-image: url(../img/juniorTennis/img_features05.png);
}

.p-juniorTennis-features__item:nth-of-type(6)::after {
  background-image: url(../img/juniorTennis/img_features06.png);
}

.p-juniorTennis-features__item:nth-of-type(7)::after {
  background-image: url(../img/juniorTennis/img_features07.png);
}

.p-juniorTennis-features__item:nth-of-type(8)::after {
  background-image: url(../img/juniorTennis/img_features08.png);
}

.p-juniorTennis-features__item:nth-of-type(9)::after {
  background-image: url(../img/juniorTennis/img_features09.png);
}

.p-juniorTennis-features__item:nth-of-type(10)::after {
  background-image: url(../img/juniorTennis/img_features10.png);
}

.p-juniorTennis-features__item:nth-of-type(11)::after {
  background-image: url(../img/juniorTennis/img_features11.png);
}

.p-juniorTennis-features__item:nth-of-type(12)::after {
  background-image: url(../img/juniorTennis/img_features12.png);
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-features__item > .p-category-lets__tit {
    margin-top: 1.2em;
    margin-bottom: 1.1em;
  }
  .p-juniorTennis-features__item > .p-category-lets__txt {
    margin-bottom: 2.5em;
  }
  .p-juniorTennis-features__slider + .p-category-lets__dot {
    margin-top: 1.5em;
  }
  .p-juniorTennis-features__slider + .p-juniorTennis-features__dot {
    margin-top: 1.5em;
  }
  .p-juniorTennis-features__slider + .p-category-lets__dot > .swiper-pagination-bullet {
    margin: 0 8px;
  }
  .p-juniorTennis-features__slider + .p-juniorTennis-features__dot > .swiper-pagination-bullet {
    margin: 0 7.5px;
  }
}
.p-juniorTennis-youtube__wrap {
  width: 82.5%;
  aspect-ratio: 16/9;
  margin: min(5.8vw, 93px) auto 0;
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-youtube__wrap {
    width: 100%;
    margin: min(9.7vw, 40px) auto 0;
  }
}
.p-juniorTennis-youtube iframe {
  width: 100%;
  height: 100%;
}

.p-juniorTennis-event {
  margin-top: min(4.7vw, 76px);
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-event {
    margin-top: min(14vw, 57px);
  }
}
.p-juniorTennis-event__item {
  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;
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-event__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-juniorTennis-event__item picture {
    width: 100%;
  }
  .p-juniorTennis-event__item picture img {
    width: 100%;
  }
}
.p-juniorTennis-event__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: min(3.8vw, 62px);
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-event__item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: min(13.5vw, 54px);
  }
}
.p-juniorTennis-event__txt {
  font-size: min(1.8333333333vw, 22px);
  line-height: 1.6363636364;
  text-align: left;
}

.p-juniorTennis-event__txt-1 {
  margin: 0 auto;
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-event__txt {
    font-size: 4vw;
    line-height: 1.75;
    margin: 1.6em auto 0;
  }
}
.p-juniorTennis-tool {
  margin-top: min(3.8vw, 60px);
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-tool {
    margin-top: min(14.5vw, 60px);
  }
}
.p-juniorTennis-tool__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-tool__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-juniorTennis-tool__thumb {
  width: 31%;
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-tool__thumb {
    width: 100%;
  }
  .p-juniorTennis-tool__thumb img {
    width: 100%;
  }
}
.p-juniorTennis-tool__contents {
  width: 65.6%;
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-tool__contents {
    width: 100%;
  }
}
.p-juniorTennis-tool__tit {
  font-size: min(1.8333333333vw, 22px);
  text-align: left;
  font-weight: 900;
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-tool__tit {
    font-size: 6vw;
    margin-top: 1.1em;
  }
}
.p-juniorTennis-tool__txt {
  font-size: min(1.5vw, 18px);
  text-align: left;
  font-weight: 500;
  margin-top: 1.3em;
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-tool__txt {
    font-size: 4vw;
    margin-top: 0.8em;
    line-height: 1.75;
  }
}
.p-juniorTennis-tool__txt + .p-juniorTennis-tool__txt {
  margin-top: 2.1em;
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-tool__txt + .p-juniorTennis-tool__txt {
    margin-top: 1.8em;
  }
}
.p-juniorTennis-banner {
  padding: min(3.8vw, 80px) 0;
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-banner {
    padding: min(10.8vw, 45px) 0;
  }
}
.p-juniorTennis-banner__item {
  width: 77%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-banner__item {
    width: 100%;
  }
  .p-juniorTennis-banner__item .c-categorybannerlist__img {
    width: 100%;
  }
}
.p-juniorTennis-banner__item a {
  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;
}

.c-row-ico-btn-stretch.p-juniorTennis-row-ico-btn .c-row-ico-btn__item:last-of-type a::after {
  content: "" !important;
  background-image: url(../img/juniorTennis/icon-external-s.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.3em;
  height: 1.3em;
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-row-ico-btn .c-row-ico-btn__item--3col {
    width: 49%;
  }
  .p-juniorTennis-row-ico-btn .c-row-ico-btn__item--3col .c-row-ico-btn__txt {
    font-size: 3vw;
    margin: 0 0 0 2vw;
  }
  .p-juniorTennis-row-ico-btn .c-row-ico-btn__item--3col .c-row-ico-btn__img {
    width: 21%;
  }
  .c-row-ico-btn-stretch.p-juniorTennis-row-ico-btn .c-row-ico-btn__item a {
    min-height: 55px;
    padding: 0.5em 0.4em 0.5em 0.5em;
  }
  .c-row-ico-btn-stretch.p-juniorTennis-row-ico-btn .c-row-ico-btn__item a::after {
    rotate: -90deg;
    font-size: 2.9vw;
  }
  .c-row-ico-btn-stretch.p-juniorTennis-row-ico-btn .c-row-ico-btn__item:last-of-type a::after {
    width: 1.5em;
    height: 1.5em;
  }
  .c-row-ico-btn-stretch.p-juniorTennis-row-ico-btn .c-row-ico-btn__item:last-of-type .c-row-ico-btn__txt {
    text-align: center;
  }
}
@media only screen and (max-width: 767px), print {
  .p-juniorTennis-program__tablewrap {
    overflow-x: scroll;
    margin-right: calc(50% - 50vw);
  }
}
.p-juniorTennis-program__table {
  margin-top: min(3.6vw, 59px);
  width: 100%;
}

.p-juniorTennis-program__table picture {
  border-radius: 28px;
  width: 100%;
}

.p-juniorTennis-timetable {
  margin-top: 3.75vw;
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-program__table {
    width: 600px;
    border-collapse: collapse;
    margin-top: 2.4em;
  }
  .p-juniorTennis-timetable {
    margin-top: 10vw;
  }
}
@media only screen and (max-width: 767px), print {
  .p-juniorTennis-timetable__item {
    margin-top: 2.5em;
  }
}
.p-juniorTennis-timetable__click {
  margin-top: min(1.6vw, 26px);
  display: block;
}

.p-juniorTennis__swipe {
  margin-top: 2.5em;
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-timetable__click {
    margin-top: 15vw;
  }
  .p-juniorTennis-timetable + .p-juniorTennis-lesson-message {
    margin-top: 3.5em;
  }
}
.p-juniorTennis-flow {
  margin-top: min(2.2vw, 36px);
}

.p-juniorTennis-program__item1 {
  margin-top: min(6.2vw, 100px);
}

.p-juniorTennis-program__sectitle {
  font-size: min(1.875vw, 30px);
  line-height: 1.5333333333;
  font-weight: 900;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-program__sectitle {
    font-size: 6vw;
    line-height: 1.4166666667;
    font-weight: 900;
  }
}
.p-juniorTennis-program__sectitle::after {
  position: absolute;
  content: "";
  background: url(../img/juniorTennis/melit_title_pc.png);
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 4px;
}

.p-juniorTennis-program__sectitle2 {
  font-size: min(1.875vw, 30px);
  line-height: 1.5333333333;
  font-weight: 900;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
}

.p-juniorTennis-program__sectitle2 span {
  position: relative;
}

.p-juniorTennis-program__sectitle2 span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.6em;
  background: rgba(53, 183, 248, 0.2);
  left: 0;
  bottom: 0;
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-program__sectitle2 {
    font-size: 5.7vw;
    line-height: 1.4166666667;
    font-weight: 900;
  }
}
.p-juniorTennis-program__arrow {
  margin-top: 2em;
  display: block;
}

.p-juniorTennis-program__item2 {
  margin-top: 2.2em;
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-program__item2 {
    margin-top: 3.7em;
  }
}
.p-juniorTennis-program__thumb1 {
  margin-top: 1.8em;
  display: block;
}

.p-juniorTennis-program__item3 {
  margin-top: 3.2em;
}

.p-juniorTennis-program__slider {
  margin-top: -2em;
}

.p-juniorTennis-program__item4 {
  margin-top: 6.2em;
}

.p-juniorTennis-program__item4 .c-titleset-center01__caption {
  font-size: min(1.2vw, 20px);
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.4em auto 0;
  font-weight: 500;
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-program__item4 {
    margin-top: 4.2em;
  }
  .p-juniorTennis-program__item4 .c-titleset-center01__caption {
    font-size: 4.5vw;
    line-height: 1.6111111111;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 1em auto 0;
  }
}
.p-juniorTennis-program__thumb2box {
  margin-top: 2.5em;
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-program__thumb2box {
    overflow-x: scroll;
    margin-right: calc(50% - 50vw);
  }
  .p-juniorTennis-program__thumb2 {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
    display: block;
  }
}
.p-juniorTennis-program__item5 {
  margin-top: 5em;
}

.p-juniorTennis-program__thumb3 {
  margin-top: 5em;
  display: block;
}

.p-juniorTennis-program__thumb3 img {
  width: 100%;
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-program__thumb3 {
    margin: 2.1em calc(50% - 50vw) 0;
    width: 100vw;
  }
  .p-juniorTennis-program__thumb3 img {
    width: 100%;
  }
}
.p-juniorTennis-photo {
  margin-top: 6em;
}

.p-juniorTennis-melit__modalbox--titbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: #d1d1d1 1px solid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: min(1.1vw, 24px);
}

.p-juniorTennis-melit__modalbox--number {
  width: 50px;
  height: auto;
}

.p-juniorTennis-melit__modalbox--number img {
  width: 100%;
  height: auto;
}

.p-juniorTennis-melit__modalbox--tit {
  font-size: min(1.875vw, 30px);
  font-weight: 900;
  margin-left: 32px;
}

.p-juniorTennis-melit__modalbox--txt {
  font-size: min(1.5vw, 18px);
  text-align: left;
  margin-top: min(1.1vw, 25px);
}

@media only screen and (max-width: 767px), print {
  .p-juniorTennis-melit__modalbox--number {
    width: 42px;
    height: auto;
  }
  .p-juniorTennis-melit__modalbox--tit {
    font-size: 5.5vw;
    line-height: 2.0833333333;
    margin-left: 20px;
  }
  .p-juniorTennis-melit__modalbox--txt {
    font-size: 4vw;
  }
}
@media only screen and (min-width: 768px), print {
  .p-juniorTennis-point {
    margin-top: 100px;
  }
}
/* モーダル */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  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-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.9);
}

/* モーダルがactiveの時 */
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: #000;
}

/* モーダルのコンテンツ */
.modal__content {
  position: relative;
  width: 100%;
  max-width: 800px;
  padding: 20px;
}

.modal_inner {
  background: #fff;
  width: 90%;
  margin: 0 auto;
  border-radius: 2px;
  padding: 3em 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px), print {
  .modal__content {
    max-width: unset;
    padding: unset;
  }
  .modal_inner {
    padding: 1em 1em;
    width: 100%;
  }
}
/* 閉じるボタン */
.modal__close-btn {
  position: absolute;
  right: 34px;
  top: -4px;
  cursor: pointer;
  z-index: 20;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background: #333333;
  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;
}

@media only screen and (max-width: 767px), print {
  .modal__close-btn {
    width: 44px;
    height: 44px;
    right: -20px;
    top: -22px;
  }
}
.modal__close-btn:hover {
  opacity: 0.8;
}

/* 閉じるボタンのX */
.lineClose {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1.5rem;
  height: 0.3rem;
  background: currentColor;
  position: relative;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.lineClose::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

p.swiperText {
  margin: 0;
  text-align: center;
}

.modalInSlider-arrowbox {
  display: none;
}

@media only screen and (max-width: 767px), print {
  .modalInSlider-arrowbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.modalInSlider-prev,
.modalInSlider-next {
  height: 46px;
  width: 12px;
}

.modalInSlider-prev::after,
.modalInSlider-next::after {
  position: absolute;
}

.modalInSlider-prev::after {
  content: url(../img/juniorTennis/modalInSlider_prev_pc.png);
}

/* 次への矢印カスタマイズ */
.modalInSlider-next::after {
  content: url(../img/juniorTennis/modalInSlider_next_pc.png);
}

@media only screen and (max-width: 767px), print {
  .modalInSlider-prev,
  .modalInSlider-next {
    position: absolute;
  }
  .modalInSlider-prev::after {
    content: url(../img/juniorTennis/modalInSlider_prev_sp.png);
  }
  /* 次への矢印カスタマイズ */
  .modalInSlider-next::after {
    content: url(../img/juniorTennis/modalInSlider_next_sp.png);
  }
}
/* ==========================================================
!Top
========================================================== */
.p-top-mv {
  width: 100%;
  position: relative;
}

.p-top-mv__tit {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 5.5vw;
  font-weight: 900;
  font-style: italic;
  color: #e6002d;
}

@media only screen and (min-width: 768px), print {
  .p-top-mv__tit {
    font-size: min(2.625vw, 42px);
  }
}
.p-top-mv__tit span {
  display: block;
  margin: 0.2em;
  background: rgba(255, 255, 255, 0.8);
  width: 15em;
}

.p-top-mv__slider img {
  width: 100%;
}

.p-top-mv__controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 10;
  top: -40px;
}

.p-top-mv__dot {
  position: relative;
  width: inherit !important;
  top: 0 !important;
}

.p-top-mv__dot .swiper-pagination-bullet {
  background-color: #888888;
  opacity: 0.7 !important;
}

.p-top-mv__dot .swiper-pagination-bullet-active {
  background-color: #666666;
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
  opacity: 1 !important;
}

.p-top-mv__stopbtn {
  margin-left: 0.5em;
  cursor: pointer;
}

.p-top-mv__arrow {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .p-top-mv__arrow {
    display: none;
  }
}
.p-top-mv__next,
.p-top-mv__prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 1em;
  z-index: 10;
}
.p-top-mv__prev {
  left: 0;
}
.p-top-mv__next {
  right: 0;
}

@media (hover: hover) {
  .p-top-mv__next:hover,
  .p-top-mv__prev:hover {
    opacity: 0.7;
  }
}
.p-top-colona {
  background: #fff;
  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;
  height: 80px;
  border-radius: 10px;
  border: #333333 1px solid;
  margin-top: 60px;
}

.p-top-colona p {
  font-size: 22px;
  font-weight: 700;
  position: relative;
  padding-left: 59.5px;
}

.p-top-colona p::before {
  position: absolute;
  content: "";
  background: url(../img/top/ico_important.png);
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
}

@media only screen and (max-width: 767px) {
  .p-top-colona {
    height: auto;
    padding: 15px 13px;
  }
  .p-top-colona p {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.375;
    padding-left: 31px;
    text-align: left;
  }
  .p-top-colona p::before {
    width: 23px;
    height: 23px;
  }
}
/* ==========================================================
!セブンカルチャークラブとは
========================================================== */
.p-top-important {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #ffffff;
  width: 100%;
  margin: 12.5vw 0;
  border: 1px solid #333333;
  border-radius: 10px;
  padding: 1em;
  font-size: 4vw;
  font-weight: bold;
  text-align: left;
}

@media only screen and (min-width: 768px), print {
  .p-top-important {
    margin: min(3.75vw, 60px) 0;
  }
}
@media only screen and (min-width: 768px), print {
  .p-top-important {
    font-size: min(2.2244691608vw, 22px);
  }
}
.p-top-important__icon {
  margin-right: 0.5em;
  width: 1.5em;
}

@media only screen and (min-width: 768px), print {
  .p-top-important {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-top-picture {
  display: block;
  margin: 15vw 0;
}

@media only screen and (min-width: 768px), print {
  .p-top-picture {
    margin: min(6.25vw, 100px) 0;
  }
}
.p-top-school {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-top-school__item {
  width: 100%;
  margin-top: 15vw;
}

@media only screen and (min-width: 768px), print {
  .p-top-school__item {
    margin-top: min(4.375vw, 70px);
  }
}
.p-top-school__picture {
  position: relative;
  width: 90%;
}

.p-top-school__picture img {
  width: 100%;
  position: relative;
}

.p-top-school__picture::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #000;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  left: 5vw;
}

.p-top-school__picture--tennis::before {
  background: #0154C7;
}

.p-top-school__picture--culture::before {
  background: #FA7F05;
}

.p-top-school__picture--soccer::before {
  background: #66C30A;
}

.p-top-school__picture--futsal::before {
  background: #00761C;
}

@media only screen and (min-width: 768px), print {
  .p-top-school__picture {
    width: 90%;
  }
}
.p-top-school__tit {
  font-weight: 900;
  font-size: 6vw;
  line-height: 1.4;
  text-align: left;
}

@media only screen and (min-width: 768px), print {
  .p-top-school__tit {
    font-size: min(3.0333670374vw, 30px);
  }
}
.p-top-school__tit--en {
  display: block;
  margin-top: 1em;
  font-size: 4vw;
  font-style: italic;
}

@media only screen and (min-width: 768px), print {
  .p-top-school__tit--en {
    font-size: min(2.0222446916vw, 20px);
  }
}
.p-top-school__tit--sub {
  font-weight: bold;
  font-size: 4vw;
}

@media only screen and (min-width: 768px), print {
  .p-top-school__tit--sub {
    font-size: min(1.6177957533vw, 16px);
  }
}
.p-top-school__txt {
  margin: 1em 0;
  text-align: left;
  font-size: 4vw;
}

@media only screen and (min-width: 768px), print {
  .p-top-school__txt {
    font-size: min(1.8200202224vw, 18px);
  }
}
.p-top-school__list {
  display: none;
}

@media only screen and (min-width: 768px), print {
  .p-top-school {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-top-school__item {
    width: 41.6%;
  }
  .p-top-school__picture {
    width: 100%;
  }
  .p-top-school__picture::before {
    left: 6%;
  }
  .p-top-school__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-top-school__list::after {
    content: "";
    display: block;
    width: 32%;
  }
  .p-top-school__list li {
    width: 32%;
    margin-bottom: 0.5em;
  }
  .p-top-school__list li a {
    display: block;
    background: #efefef;
    border: 2px solid #efefef;
    padding: 0.5em;
    text-align: left;
    border-radius: 6px;
    white-space: nowrap;
    font-weight: bold;
    font-size: 2.5vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px), print {
  .p-top-school__list li a {
    font-size: min(1.213346815vw, 12px);
  }
}
@media only screen and (min-width: 768px) and (hover: hover), print and (hover: hover) {
  .p-top-school__list li a:hover {
    border: 2px solid #e6002d;
  }
}
/* ==========================================================
!お知らせ通知バナー
========================================================== */
.p-top-newsmail {
  margin-top: 40px;
}

@media only screen and (min-width: 768px), print {
  .p-top-newsmail {
    margin-top: 60px;
  }
}
/* ==========================================================
!採用情報バナー
========================================================== */
.p-top-recruit {
  text-align: center;
  margin: 10vw 0;
}

@media only screen and (min-width: 768px), print {
  .p-top-recruit {
    margin: min(3.75vw, 60px) 0;
  }
}
.p-top-recruit img {
  width: 92vw;
}

.p-top-recruit a {
  display: block;
}

.p-top-recruit a + a {
  margin-top: 1em;
}

@media only screen and (min-width: 768px), print {
  .p-top-recruit img {
    max-width: 990px;
  }
}
@media only screen and (min-width: 768px) and (hover: hover), print and (hover: hover) {
  .p-top-recruit a:hover {
    opacity: 0.7;
  }
}
/* ==========================================================
!トピックス詳細
========================================================== */
.p-topics-title {
  font-size: 7vw;
  font-weight: 900;
  text-align: left;
}

@media only screen and (min-width: 768px), print {
  .p-topics-title {
    font-size: min(3.5vw, 42px);
  }
}
.p-topics-head {
  margin: 10vw 0;
  font-size: 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px), print {
  .p-topics-head {
    margin: min(3.75vw, 60px) 0;
  }
}
@media only screen and (min-width: 768px), print {
  .p-topics-head {
    font-size: min(1.5vw, 18px);
  }
}
.p-topics-head time {
  margin-right: 0.5em;
}

.p-topics-head .c-taglist {
  margin: 0;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.p-topics-head .c-taglist .c-taglist__item {
  font-size: 3vw;
}

@media only screen and (min-width: 768px), print {
  .p-topics-head .c-taglist .c-taglist__item {
    font-size: min(1vw, 12px);
  }
}
@media only screen and (max-width: 767px) {
  .p-topics-head .c-taglist {
    width: 100%;
    margin-top: 1em;
  }
}
/* ==========================================================
!手続き方法案内 (/apply/)
========================================================== */
.p-apply-topic {
  margin: 11vw 0 16vw;
}
.p-apply-topic__tit--en {
  margin-bottom: 0.3em;
}
.p-apply-topic__picture img {
  width: 130px;
}
.p-apply-topic__lead {
  line-height: 1.5;
  font-size: 6.5vw;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-top: 0.7em;
}
@media only screen and (min-width: 768px), print {
  .p-apply-topic__lead {
    font-size: min(4.0404040404vw, 40px);
  }
}
.p-apply-topic__lead--color {
  color: #E6002D;
}
.p-apply-topic__lead--fz {
  font-size: 4.75vw;
  color: #E6002D;
}
@media only screen and (min-width: 768px), print {
  .p-apply-topic__lead--fz {
    font-size: min(3.0303030303vw, 30px);
  }
}
@media only screen and (min-width: 768px), print {
  .p-apply-topic {
    margin: 5.5vw 0;
  }
  .p-apply-topic__tit--en {
    margin-bottom: 0.9em;
  }
  .p-apply-topic__picture img {
    width: 160px;
  }
  .p-apply-topic__lead {
    margin-top: 0.3em;
  }
}

.p-apply-flow {
  padding-top: 15vw;
  padding-bottom: 15vw;
}
.p-apply-flow__tit {
  font-size: 5vw;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media only screen and (min-width: 768px), print {
  .p-apply-flow__tit {
    font-size: min(3.0303030303vw, 30px);
  }
}
.p-apply-flow__tit--en {
  margin-bottom: 0.5em;
}
.p-apply-flow__list {
  margin-top: 9vw;
}
@media only screen and (min-width: 768px), print {
  .p-apply-flow__list {
    margin-top: min(2.8125vw, 45px);
  }
}
.p-apply-flow__item {
  border-radius: 15px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(51, 51, 51, 0.15);
          box-shadow: 0px 0px 6px rgba(51, 51, 51, 0.15);
  padding: 10px 20px 30px;
  position: relative;
}
.p-apply-flow__item + .p-apply-flow__item {
  margin-top: 15vw;
}
.p-apply-flow__item + .p-apply-flow__item:before {
  content: "";
  width: 5vw;
  height: 5vw;
  border-top: solid 2px #E6002D;
  border-right: solid 2px #E6002D;
  position: absolute;
  right: 0;
  left: 0;
  top: -11vw;
  margin: auto;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.p-apply-flow__heding {
  border-bottom: 2px solid #E6002D;
  margin-bottom: 20px;
  padding-bottom: 8px;
}
.p-apply-flow__heding__tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-apply-flow__heding__tit--num {
  font-size: 12.5vw;
  color: #E6002D;
  font-style: italic;
  font-weight: 900;
}
@media only screen and (min-width: 768px), print {
  .p-apply-flow__heding__tit--num {
    font-size: min(6.3636363636vw, 63px);
  }
}
.p-apply-flow__heding__tit--txt {
  font-size: 4.5vw;
  font-weight: bold;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #D1D1D1;
}
@media only screen and (min-width: 768px), print {
  .p-apply-flow__heding__tit--txt {
    font-size: min(2.2222222222vw, 22px);
  }
}
.p-apply-flow__txt {
  font-size: 4vw;
  text-align: left;
  font-weight: 500;
  line-height: 1.6;
}
@media only screen and (min-width: 768px), print {
  .p-apply-flow__txt {
    font-size: min(1.8181818182vw, 18px);
  }
}
.p-apply-flow__txt:nth-of-type(2n) {
  margin-top: 1.3em;
}
.p-apply-flow__ext {
  margin: 0.8em 0 0;
  text-align: left;
}
.p-apply-flow__ext__item {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 3vw;
  font-weight: 500;
  line-height: 1.8;
}
@media only screen and (min-width: 768px), print {
  .p-apply-flow__ext__item {
    font-size: min(1.4141414141vw, 14px);
  }
}
.p-apply-flow__ext__item:before {
  content: "※";
}
.p-apply-flow__ext__item + .p-apply-flow__ext__item {
  margin-top: 0.6em;
}
.p-apply-flow__btn--txt {
  font-size: 3vw;
  font-weight: 500;
  text-align: left;
  margin-top: 3.75vw;
  line-height: 1.8;
}
@media only screen and (min-width: 768px), print {
  .p-apply-flow__btn--txt {
    font-size: min(2.4263431542vw, 14px);
  }
}
@media only screen and (min-width: 768px), print {
  .p-apply-flow__btn--txt {
    margin-top: min(1.25vw, 20px);
  }
}
.p-apply-flow .js-inview {
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.p-apply-flow .js-inview.is-active {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media only screen and (min-width: 768px), print {
  .p-apply-flow {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  .p-apply-flow__tit--en {
    margin-bottom: 0.3em;
  }
  .p-apply-flow__list {
    margin-bottom: 60px;
  }
  .p-apply-flow__item {
    padding: 14px 40px 40px;
  }
  .p-apply-flow__item + .p-apply-flow__item {
    margin-top: 4vw;
  }
  .p-apply-flow__item + .p-apply-flow__item:before {
    content: "";
    width: 1.5vw;
    height: 1.5vw;
    border-top: solid 2px #E6002D;
    border-right: solid 2px #E6002D;
    position: absolute;
    right: 0;
    left: 0;
    top: -3vw;
    margin: auto;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .p-apply-flow__heding {
    margin-bottom: 28px;
    padding-bottom: 14px;
  }
  .p-apply-flow__txt {
    line-height: 1.5;
  }
  .p-apply-flow__txt:nth-of-type(2n) {
    margin-top: 0.9em;
  }
  .p-apply-flow__ext {
    margin: 0.9em 0 0;
  }
  .p-apply-flow__ext__item {
    line-height: 1.5;
  }
  .p-apply-flow__ext__item + .p-apply-flow__ext__item {
    margin-top: 0.7em;
  }
  .p-apply-flow__btn--txt {
    max-width: 577px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
  }
}

/*
 * _utility.css
 */
/* ==========================================================
!Link
========================================================== */
a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* ==========================================================
!Base Fonts
========================================================== */
.u-fwN {
  font-weight: normal;
}

.u-fwB {
  font-weight: bold;
}

.u-fzSS {
  font-size: 75%;
} /* base 16px -> 12px */
.u-fzS {
  font-size: 88%;
} /* base 16px -> 14px */
.u-fzM {
  font-size: 100%;
}

.u-fzL {
  font-size: 113%;
} /* base 16px -> 18px */
.u-fzLL {
  font-size: 125%;
} /* base 16px -> 20px */
.u-fzLLL {
  font-size: 138%;
} /* base 16px -> 22px */
sup {
  font-size: 75%;
  vertical-align: top;
}

sub {
  font-size: 75%;
  vertical-align: baseline;
}

/* ==========================================================
!iframe youtube googlemap
========================================================== */
.u-youtube,
.u-googlemap {
  position: relative;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}

.u-youtube::before,
.u-googlemap::before {
  display: block;
  padding-top: 56.25%;
  content: "";
}

.u-youtube iframe,
.u-youtube video,
.u-googlemap iframe,
.u-googlemap video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ==========================================================
!Inline Align
========================================================== */
.u-taL {
  text-align: left !important;
}

.u-taC {
  text-align: center !important;
}

.u-taR {
  text-align: right !important;
}

.u-vaT {
  vertical-align: top !important;
}

.u-vaM {
  vertical-align: middle !important;
}

.u-vaB {
  vertical-align: bottom !important;
}

.u-blockC {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

* html .u-blockC {
  margin-right: 0;
  margin-left: 0;
}

.u-blockR {
  margin-left: auto;
  text-align: left;
}

* html .u-blockR {
  margin-left: 0;
}

/* 親を超える子
------------------------------------ */
.u-side-over-width {
  margin-left: calc(586px - 50vw);
  margin-right: calc(586px - 50vw);
}

.u-side-over-width-content {
  margin-left: 0 calc(586px - 50vw);
  margin-right: 0 calc(586px - 50vw);
  padding-left: 0 calc(50vw - 586px);
  padding-right: 0 calc(50vw - 586px);
}

.u-over-width {
  margin-left: calc(50% - 50vw + 10px);
  margin-right: calc(50% - 50vw + 10px);
}

.u-over-width-content {
  margin-left: calc(50% - 50vw + 10px);
  margin-right: calc(50% - 50vw + 10px);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}

/* どのdisplayで表示させるか
------------------------------------ */
/* 479px以下（SP） */
.u-sp {
  display: inline-block;
}

.u-pc {
  display: none;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .u-sp {
    display: none;
  }
  .u-pc {
    display: inline-block;
  }
}
/* ==========================================================
!Column
========================================================== */
/* 600px以上（ファブレット） */
@media only screen and (min-width: 640px), print {
  .u-flex-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .u-flex-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .u-flex_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .u-flex_space-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .u-flex_space-around {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .u-flex_space-between_start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .u-col_1 {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    width: 100%;
    max-width: 800px;
  }
  .u-col_2 {
    gap: 16px;
  }
  .u-col_2 > * {
    width: calc(50% - 16px) !important;
  }
  .u-col_3 {
    gap: 12px;
  }
  .u-col_3 > * {
    width: calc(33.3333333333% - 12px) !important;
  }
  .u-col_3 > *:after {
    display: block;
    width: calc(33.3333333333% - 12px) !important;
    content: "";
  }
  .u-col_4 {
    gap: 8px;
  }
  .u-col_4 > * {
    width: calc(25% - 8px) !important;
  }
  .u-col_4 > *:before,
  .u-col_4 > *:after {
    display: block;
    width: calc(25% - 8px) !important;
    content: "";
  }
  .u-col_4 > *:before {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .u-col_5 > * {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    width: 18.9% !important;
    margin: 0 8px 0 0 !important;
  }
  .u-col_5 > *:last-child {
    margin: 0 !important;
  }
  /* IE11 */
  *::-ms-backdrop,
  .u-col_2 > * > * {
    width: 50% !important;
  }
  *::-ms-backdrop,
  .u-col_3 > * > * {
    width: 33.3% !important;
  }
  *::-ms-backdrop,
  .u-col_3 > * > *:last-child {
    width: 33.4% !important;
  }
  *::-ms-backdrop,
  .u-col_3 > * > *:after {
    width: 33.4% !important;
  }
  *::-ms-backdrop,
  .u-col_4 > * > * {
    width: 25% !important;
  }
  *::-ms-backdrop,
  .u-col_4 > * > *:before {
    width: 25% !important;
  }
  *::-ms-backdrop,
  .u-col_4 > * > *:after {
    width: 25% !important;
  }
  *::-ms-backdrop,
  .u-col_5 > * > * {
    width: 20% !important;
  }
}
/* ==========================================================
!Width
========================================================== */
/* 960px Grid */
.u-w960 {
  width: 960px;
}

.u-w800 {
  width: 800px;
}

.u-w640 {
  width: 640px;
}

.u-w480 {
  width: 480px;
}

.u-w320 {
  width: 320px;
}

.u-w160 {
  width: 160px;
}

.u-wHalf {
  width: 48%;
}

.u-wTri {
  width: 33%;
}

.u-wQuart {
  width: 24%;
}

.u-wFull {
  width: 99.9%;
}

.u-wMax {
  width: 100%;
}

.u-w03per {
  width: 3% !important;
}

.u-w05per {
  width: 5% !important;
}

.u-w10per {
  width: 10% !important;
}

.u-w13per {
  width: 13% !important;
}

.u-w15per {
  width: 15% !important;
}

.u-w20per {
  width: 20% !important;
}

.u-w23per {
  width: 23% !important;
}

.u-w25per {
  width: 25% !important;
}

.u-w30per {
  width: 30% !important;
}

.u-w33per {
  width: 33% !important;
}

.u-w35per {
  width: 35% !important;
}

.u-w40per {
  width: 40% !important;
}

.u-w43per {
  width: 43% !important;
}

.u-w45per {
  width: 45% !important;
}

.u-w50per {
  width: 50% !important;
}

.u-w53per {
  width: 53% !important;
}

.u-w55per {
  width: 55% !important;
}

.u-w60per {
  width: 60% !important;
}

.u-w63per {
  width: 63% !important;
}

.u-w65per {
  width: 65% !important;
}

.u-w70per {
  width: 70% !important;
}

.u-w73per {
  width: 73% !important;
}

.u-w75per {
  width: 75% !important;
}

.u-w80per {
  width: 80% !important;
}

.u-w83per {
  width: 83% !important;
}

.u-w85per {
  width: 85% !important;
}

.u-w90per {
  width: 90% !important;
}

.u-w93per {
  width: 93% !important;
}

.u-w95per {
  width: 95% !important;
}

/* ==========================================================
!Floats
========================================================== */
.u-flL {
  display: inline;
  float: left;
}

.u-flR {
  display: inline;
  float: right;
}

.u-flImgL {
  display: inline;
  float: left;
  margin-right: 10px;
}

.u-flImgR {
  display: inline;
  float: right;
  margin-left: 10px;
}

.u-ftBox {
  overflow: hidden;
  *zoom: 1;
}

/* ==========================================================
!Tools
========================================================== */
.u-clear {
  clear: both;
}

.u-block {
  display: block;
}

.u-hide {
  display: none;
}

.u-bgN {
  background: none !important;
}

.u-tdU {
  text-decoration: underline;
}

.u-tdN {
  text-decoration: none;
}

/* ==========================================================
!JavaScript
========================================================== */
.over {
  /* ロールオーバー呼び出し用 */
}

.scroll {
  /* サイト内リンク以外のスムーススクロール呼び出し用 */
}

/* ==========================================================
!Margin
========================================================== */
.u-ma1em {
  margin: 1em !important;
}

.u-mt00 {
  margin-top: 0 !important;
}

.u-mt05 {
  margin-top: 0.5% !important;
}

.u-mt10 {
  margin-top: 1% !important;
}

.u-mt15 {
  margin-top: 1.5% !important;
}

.u-mt20 {
  margin-top: 2% !important;
}

.u-mt25 {
  margin-top: 2.5% !important;
}

.u-mt30 {
  margin-top: 3% !important;
}

.u-mt35 {
  margin-top: 3.5% !important;
}

.u-mt40 {
  margin-top: 4% !important;
}

.u-mt45 {
  margin-top: 4.5% !important;
}

.u-mt50 {
  margin-top: 5% !important;
}

.u-mt55 {
  margin-top: 5.5% !important;
}

.u-mt60 {
  margin-top: 6% !important;
}

.u-mt65 {
  margin-top: 6.5% !important;
}

.u-mt70 {
  margin-top: 7% !important;
}

.u-mt75 {
  margin-top: 7.5% !important;
}

.u-mt80 {
  margin-top: 8% !important;
}

.u-mt85 {
  margin-top: 8.5% !important;
}

.u-mt90 {
  margin-top: 9% !important;
}

.u-mt95 {
  margin-top: 9.5% !important;
}

.u-mt100 {
  margin-top: 10% !important;
}

.u-mt1em {
  margin-top: 1em !important;
}

.u-mr00 {
  margin-right: 0 !important;
}

.u-mr05 {
  margin-right: 0.5% !important;
}

.u-mr10 {
  margin-right: 1% !important;
}

.u-mr15 {
  margin-right: 1.5% !important;
}

.u-mr20 {
  margin-right: 2% !important;
}

.u-mr25 {
  margin-right: 2.5% !important;
}

.u-mr30 {
  margin-right: 3% !important;
}

.u-mr35 {
  margin-right: 3.5% !important;
}

.u-mr40 {
  margin-right: 4% !important;
}

.u-mr45 {
  margin-right: 4.5% !important;
}

.u-mr50 {
  margin-right: 5% !important;
}

.u-mr55 {
  margin-right: 5.5% !important;
}

.u-mr60 {
  margin-right: 6% !important;
}

.u-mr65 {
  margin-right: 6.5% !important;
}

.u-mr70 {
  margin-right: 7% !important;
}

.u-mr75 {
  margin-right: 7.5% !important;
}

.u-mr80 {
  margin-right: 8% !important;
}

.u-mr85 {
  margin-right: 8.5% !important;
}

.u-mr90 {
  margin-right: 9% !important;
}

.u-mr95 {
  margin-right: 9.5% !important;
}

.u-mr100 {
  margin-right: 10% !important;
}

.u-mb00 {
  margin-bottom: 0 !important;
}

.u-mb05 {
  margin-bottom: 0.5% !important;
}

.u-mb10 {
  margin-bottom: 1% !important;
}

.u-mb15 {
  margin-bottom: 1.5% !important;
}

.u-mb20 {
  margin-bottom: 2% !important;
}

.u-mb25 {
  margin-bottom: 2.5% !important;
}

.u-mb30 {
  margin-bottom: 3% !important;
}

.u-mb35 {
  margin-bottom: 3.5% !important;
}

.u-mb40 {
  margin-bottom: 4% !important;
}

.u-mb45 {
  margin-bottom: 4.5% !important;
}

.u-mb50 {
  margin-bottom: 5% !important;
}

.u-mb55 {
  margin-bottom: 5.5% !important;
}

.u-mb60 {
  margin-bottom: 6% !important;
}

.u-mb65 {
  margin-bottom: 6.5% !important;
}

.u-mb70 {
  margin-bottom: 7% !important;
}

.u-mb75 {
  margin-bottom: 7.5% !important;
}

.u-mb80 {
  margin-bottom: 8% !important;
}

.u-mb85 {
  margin-bottom: 8.5% !important;
}

.u-mb90 {
  margin-bottom: 9% !important;
}

.u-mb95 {
  margin-bottom: 9.5% !important;
}

.u-mb100 {
  margin-bottom: 10% !important;
}

.u-ml00 {
  margin-left: 0 !important;
}

.u-ml05 {
  margin-left: 0.5% !important;
}

.u-ml10 {
  margin-left: 1% !important;
}

.u-ml15 {
  margin-left: 1.5% !important;
}

.u-ml20 {
  margin-left: 2% !important;
}

.u-ml25 {
  margin-left: 2.5% !important;
}

.u-ml30 {
  margin-left: 3% !important;
}

.u-ml35 {
  margin-left: 3.5% !important;
}

.u-ml40 {
  margin-left: 4% !important;
}

.u-ml45 {
  margin-left: 4.5% !important;
}

.u-ml50 {
  margin-left: 5% !important;
}

.u-ml55 {
  margin-left: 5.5% !important;
}

.u-ml60 {
  margin-left: 6% !important;
}

.u-ml65 {
  margin-left: 6.5% !important;
}

.u-ml70 {
  margin-left: 7% !important;
}

.u-ml75 {
  margin-left: 7.5% !important;
}

.u-ml80 {
  margin-left: 8% !important;
}

.u-ml85 {
  margin-left: 8.5% !important;
}

.u-ml90 {
  margin-left: 9% !important;
}

.u-ml95 {
  margin-left: 9.5% !important;
}

.u-ml100 {
  margin-left: 10% !important;
}

.u-ml1em {
  margin-left: 1em !important;
}

/* ==========================================================
!Padding
========================================================== */
.u-pt00 {
  padding-top: 0 !important;
}

.u-pt05 {
  padding-top: 0.5% !important;
}

.u-pt10 {
  padding-top: 1% !important;
}

.u-pt15 {
  padding-top: 1.5% !important;
}

.u-pt20 {
  padding-top: 2% !important;
}

.u-pt25 {
  padding-top: 2.5% !important;
}

.u-pt30 {
  padding-top: 3% !important;
}

.u-pt35 {
  padding-top: 3.5% !important;
}

.u-pt40 {
  padding-top: 4% !important;
}

.u-pt45 {
  padding-top: 4.5% !important;
}

.u-pt50 {
  padding-top: 5% !important;
}

.u-pt55 {
  padding-top: 5.5% !important;
}

.u-pt60 {
  padding-top: 6% !important;
}

.u-pt65 {
  padding-top: 6.5% !important;
}

.u-pt70 {
  padding-top: 7% !important;
}

.u-pt75 {
  padding-top: 7.5% !important;
}

.u-pt80 {
  padding-top: 8% !important;
}

.u-pt85 {
  padding-top: 8.5% !important;
}

.u-pt90 {
  padding-top: 9% !important;
}

.u-pt95 {
  padding-top: 9.5% !important;
}

.u-pt100 {
  padding-top: 10% !important;
}

.u-pr00 {
  padding-right: 0 !important;
}

.u-pr05 {
  padding-right: 0.5% !important;
}

.u-pr10 {
  padding-right: 1% !important;
}

.u-pr15 {
  padding-right: 1.5% !important;
}

.u-pr20 {
  padding-right: 2% !important;
}

.u-pr25 {
  padding-right: 2.5% !important;
}

.u-pr30 {
  padding-right: 3% !important;
}

.u-pr35 {
  padding-right: 3.5% !important;
}

.u-pr40 {
  padding-right: 4% !important;
}

.u-pr45 {
  padding-right: 4.5% !important;
}

.u-pr50 {
  padding-right: 5% !important;
}

.u-pr55 {
  padding-right: 5.5% !important;
}

.u-pr60 {
  padding-right: 6% !important;
}

.u-pr65 {
  padding-right: 6.5% !important;
}

.u-pr70 {
  padding-right: 7% !important;
}

.u-pr75 {
  padding-right: 7.5% !important;
}

.u-pr80 {
  padding-right: 8% !important;
}

.u-pr85 {
  padding-right: 8.5% !important;
}

.u-pr90 {
  padding-right: 9% !important;
}

.u-pr95 {
  padding-right: 9.5% !important;
}

.u-pr100 {
  padding-right: 10% !important;
}

.u-pb00 {
  padding-bottom: 0 !important;
}

.u-pb05 {
  padding-bottom: 0.5% !important;
}

.u-pb10 {
  padding-bottom: 1% !important;
}

.u-pb15 {
  padding-bottom: 1.5% !important;
}

.u-pb20 {
  padding-bottom: 2% !important;
}

.u-pb25 {
  padding-bottom: 2.5% !important;
}

.u-pb30 {
  padding-bottom: 3% !important;
}

.u-pb35 {
  padding-bottom: 3.5% !important;
}

.u-pb40 {
  padding-bottom: 4% !important;
}

.u-pb45 {
  padding-bottom: 4.5% !important;
}

.u-pb50 {
  padding-bottom: 5% !important;
}

.u-pb55 {
  padding-bottom: 5.5% !important;
}

.u-pb60 {
  padding-bottom: 6% !important;
}

.u-pb65 {
  padding-bottom: 6.5% !important;
}

.u-pb70 {
  padding-bottom: 7% !important;
}

.u-pb75 {
  padding-bottom: 7.5% !important;
}

.u-pb80 {
  padding-bottom: 8% !important;
}

.u-pb85 {
  padding-bottom: 8.5% !important;
}

.u-pb90 {
  padding-bottom: 9% !important;
}

.u-pb95 {
  padding-bottom: 9.5% !important;
}

.u-pb100 {
  padding-bottom: 10% !important;
}

.u-pl00 {
  padding-left: 0 !important;
}

.u-pl05 {
  padding-left: 0.5% !important;
}

.u-pl10 {
  padding-left: 1% !important;
}

.u-pl15 {
  padding-left: 1.5% !important;
}

.u-pl20 {
  padding-left: 2% !important;
}

.u-pl25 {
  padding-left: 2.5% !important;
}

.u-pl30 {
  padding-left: 3% !important;
}

.u-pl35 {
  padding-left: 3.5% !important;
}

.u-pl40 {
  padding-left: 4% !important;
}

.u-pl45 {
  padding-left: 4.5% !important;
}

.u-pl50 {
  padding-left: 5% !important;
}

.u-pl55 {
  padding-left: 5.5% !important;
}

.u-pl60 {
  padding-left: 6% !important;
}

.u-pl65 {
  padding-left: 6.5% !important;
}

.u-pl70 {
  padding-left: 7% !important;
}

.u-pl75 {
  padding-left: 7.5% !important;
}

.u-pl80 {
  padding-left: 8% !important;
}

.u-pl85 {
  padding-left: 8.5% !important;
}

.u-pl90 {
  padding-left: 9% !important;
}

.u-pl95 {
  padding-left: 9.5% !important;
}

.u-pl100 {
  padding-left: 10% !important;
}

/* ==========================================================
!スクールカラー
========================================================== */
.u-txt_primary {
  color: #e6002d;
}

.u-txt_tennis {
  color: #0154c7;
}

.u-txt_juniorTennis {
  color: #35b7f8;
}

.u-txt_culture {
  color: #fa7f05;
}

.u-txt_soccer {
  color: #66c30a;
}

.u-txt_futsal {
  color: #00761c;
}

.u-txt_ikebukuro {
  color: #1e87f0;
}

.u-bg_tennis {
  background: #0154c7;
}

.u-bg_culture {
  background: #fa7f05;
}

.u-bg_soccer {
  background: #66c30a;
}

.u-bg_futsal {
  background: #00761c;
}

.u-bg_futsal_l {
  background: #e0f4db;
}

.u-bg_ikebukuro {
  background: #1e87f0;
}

/*
 * slick-setting.css
 */
/* ==========================================================
!Common
========================================================== */
.slide_news01,
.slide_recommend01 {
  position: relative;
  display: none;
  width: 100%;
  max-width: 100%;
}

.slide_news01.slick-dotted.slick-slider,
.slide_recommend01.slick-dotted.slick-slider {
  margin: 0;
}

.slide_news01.slick-initialized,
.slide_recommend01.slick-initialized {
  display: block;
}

.slide_news01 .slick-slide.slick-current,
.slide_recommend01 .slick-slide.slick-current {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.slide_news01 .slick-arrow,
.slide_recommend01 .slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 25px;
  height: 25px;
  margin: 0 2px 0 2px;
  padding: 0;
  border: 0;
  color: transparent;
}

.slide_news01 .slick-prev,
.slide_news01 .slick-next,
.slide_recommend01 .slick-prev,
.slide_recommend01 .slick-next {
  position: absolute;
  top: auto;
  bottom: -40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

.slide_news01 .slick-prev:before,
.slide_news01 .slick-next:before,
.slide_recommend01 .slick-prev:before,
.slide_recommend01 .slick-next:before {
  position: absolute;
  width: 11px;
  height: 11px;
  border-style: solid;
  border-color: #0284e6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  content: "";
}

.slide_news01 .slick-prev,
.slide_recommend01 .slick-prev {
  left: -8px;
  opacity: 1;
}

.slide_news01 .slick-prev:before,
.slide_recommend01 .slick-prev:before {
  left: 50%;
  margin: -5px 0 0 -3px;
  border-width: 2px 0 0 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 1;
  content: "";
}

.slide_news01 .slick-prev:hover,
.slide_recommend01 .slick-prev:hover {
  opacity: 0.8;
}

.slide_news01 .slick-prev:hover:before,
.slide_recommend01 .slick-prev:hover:before {
  opacity: 0.8;
}

.slide_news01 .slick-next,
.slide_recommend01 .slick-next {
  right: -8px;
  opacity: 1;
}

.slide_news01 .slick-next:before,
.slide_recommend01 .slick-next:before {
  right: 50%;
  margin: -5px -3px 0 0;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
  content: "";
}

.slide_news01 .slick-next:hover,
.slide_recommend01 .slick-next:hover {
  opacity: 0.8;
}

.slide_news01 .slick-next:hover:before,
.slide_recommend01 .slick-next:hover:before {
  opacity: 0.8;
}

.slide_news01 .slick-dots,
.slide_recommend01 .slick-dots {
  position: absolute;
  left: 50%;
  bottom: -25px;
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slide_news01 .slick-dots li,
.slide_recommend01 .slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 5px 0 5px;
  padding: 0;
  cursor: pointer;
}

.slide_news01 .slick-dots li button:hover,
.slide_news01 .slick-dots li button:focus,
.slide_recommend01 .slick-dots li button:hover,
.slide_recommend01 .slick-dots li button:focus {
  outline: none;
}

.slide_news01 .slick-dots li button:before,
.slide_recommend01 .slick-dots li button:before {
  width: 10px;
  height: 10px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #efefef;
  border-radius: 50%;
  background: #ffffff;
  opacity: 1;
  content: "";
}

.slide_news01 .slick-dots li.slick-active button:before,
.slide_recommend01 .slick-dots li.slick-active button:before {
  border-width: 0;
  background: #0284e6;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .slide_news01 .slick-arrow,
  .slide_recommend01 .slick-arrow {
    width: 50px;
    height: 50px;
  }
  .slide_news01 .slick-prev,
  .slide_news01 .slick-next,
  .slide_recommend01 .slick-prev,
  .slide_recommend01 .slick-next {
    top: 50%;
    bottom: auto;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #0284e6;
    border-radius: 50%;
    background: #ffffff none;
  }
  .slide_news01 .slick-prev,
  .slide_recommend01 .slick-prev {
    left: -25px;
  }
  .slide_news01 .slick-next,
  .slide_recommend01 .slick-next {
    right: -25px;
  }
}
/* 1120px以上（大きめPC） */
@media only screen and (min-width: 1280px), print {
  .slide_news01 .slick-arrow,
  .slide_recommend01 .slick-arrow {
    width: 50px;
    height: 5px;
  }
  .slide_news01 .slick-prev,
  .slide_news01 .slick-next,
  .slide_recommend01 .slick-prev,
  .slide_recommend01 .slick-next {
    top: 50%;
    bottom: auto;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #0284e6;
    border-radius: 50%;
    background: #ffffff none;
  }
}
/* 768px以上（タブレット） */

/* ==========================================================
!画像出し分け（2025/1/22追加）
========================================================== */
@media only screen and (min-width: 768px), print {
.respPc {
    display: block;
}
.respSp {
    display: none;
}
}

@media only screen and (max-width: 767px) {
.respPc {
    display: none;
}
.respSp {
    display: block;
}
}

/*
 * style.css
 */