@charset "UTF-8";
@-webkit-keyframes slideFadeZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideFadeZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideFadeZoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
            transform: scale3d(1.5, 1.5, 1.5);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideFadeZoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
            transform: scale3d(1.5, 1.5, 1.5);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideFadeInDown {
  0% {
    opacity: 0;
    margin-top: 20%;
  }
  70% {
    opacity: 1;
    margin-top: 25%;
  }
  100% {
    opacity: 1;
    margin-top: 25%;
  }
}
@keyframes slideFadeInDown {
  0% {
    opacity: 0;
    margin-top: 20%;
  }
  70% {
    opacity: 1;
    margin-top: 25%;
  }
  100% {
    opacity: 1;
    margin-top: 25%;
  }
}
@-webkit-keyframes slideFadeInDown2 {
  0% {
    opacity: 0;
    margin-top: 70%;
  }
  70% {
    opacity: 1;
    margin-top: 80%;
  }
  100% {
    opacity: 1;
    margin-top: 80%;
  }
}
@keyframes slideFadeInDown2 {
  0% {
    opacity: 0;
    margin-top: 70%;
  }
  70% {
    opacity: 1;
    margin-top: 80%;
  }
  100% {
    opacity: 1;
    margin-top: 80%;
  }
}
@-webkit-keyframes slideRhtSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(-100px, 0);
            transform: translate(-100px, 0);
  }
  40% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes slideRhtSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(-100px, 0);
            transform: translate(-100px, 0);
  }
  40% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadeZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes lftSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(100px, 0);
            transform: translate(100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes lftSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(100px, 0);
            transform: translate(100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes rhtSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(-100px, 0);
            transform: translate(-100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes rhtSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(-100px, 0);
            transform: translate(-100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeRotateIn {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(45deg);
            transform: rotateY(45deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY();
            transform: rotateY();
  }
}
@keyframes fadeRotateIn {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(45deg);
            transform: rotateY(45deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY();
            transform: rotateY();
  }
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
            transform: rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  60% {
    -webkit-transform: rotate3d(0, 1, 0, 10deg);
            transform: rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
            transform: rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  60% {
    -webkit-transform: rotate3d(0, 1, 0, 10deg);
            transform: rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

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

nav ul {
  list-style: none;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

input[type=button],
input[type=text],
input[type=submit],
input[type=image],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  position: relative;
  overflow-x: hidden;
  min-height: 100vh;
  margin: 0;
  color: #222;
  font-size: min(1.1vw, 16px);
  line-height: 1.8;
  text-rendering: optimizeSpeed;
  letter-spacing: 0.025em;
  container-type: inline-size;
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 3.7vw;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 700;
}

input,
textarea {
  padding: 2px;
  line-height: 1.5;
}

/* リンク　共通設定 */
a {
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
a:hover img {
  opacity: 0.7;
}
@media screen and (min-width: 1001px) {
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

img {
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
a img {
  /*display: block;*/
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

_::-webkit-full-page-media,
_:future,
:root body {
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
}

/*----------------------------------------------------------------
	Base
----------------------------------------------------------------*/
.wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1001px) {
  .wrapper {
    width: 85%;
  }
}
@media screen and (max-width: 1000px) {
  .wrapper {
    width: calc(100% - 50px);
  }
}

@media screen and (min-width: 1001px) {
  .sp-view {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .pc-view {
    display: none;
  }
}
@media screen and (min-width: 1001px) {
  #pageTitleVox {
    width: 100%;
    height: 400px;
    background: url(../images/bg_header_pc.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
    z-index: 0;
  }
  #pageTitleVox::after {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 400px;
    z-index: 1;
    position: absolute;
    mix-blend-mode: multiply;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(230, 230, 230)), to(rgb(230, 230, 230)));
    background: linear-gradient(rgb(230, 230, 230), rgb(230, 230, 230));
  }
  #pageTitleVox .inner {
    width: 90%;
    height: 400px;
    margin: 0 auto;
    position: relative;
  }
}
@media screen and (max-width: 1000px) {
  #pageTitleVox {
    width: 100%;
    height: 80vw;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))), url(../images/bg_header_sp.jpg) no-repeat top center;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url(../images/bg_header_sp.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
  }
  #pageTitleVox .inner {
    width: 90vw;
    height: 80vw;
    margin: 0 auto;
    position: relative;
  }
}
@media screen and (min-width: 1001px) {
  #sports section {
    padding: 100px 0 50px;
  }
}
@media screen and (max-width: 1000px) {
  #sports section {
    padding: 20vw 0 10.6vw;
  }
}
#sports .sec-title {
  margin: 0 auto 30px;
  font-weight: 400;
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
#sports .sec-title::before {
  display: block;
  width: 55px;
  height: 45px;
  margin: 0 auto 10px;
  background: url(../images/bg_title.svg) no-repeat 0 0/100% auto;
  content: "";
}
#sports .sec-title span {
  display: block;
  width: 100%;
  margin: 20px 0 0;
  color: #064c8a;
  font-size: 14px;
  font-family: "Cormorant Garamond", serif;
}
#sports .sec-title span::before {
  display: block;
  width: 70px;
  height: 2px;
  margin: 0 auto 20px;
  border-radius: 2px;
  background: #064c8a;
  content: "";
}
@media screen and (max-width: 1000px) {
  #sports .sec-title {
    font-size: 5.3vw;
  }
}
#sports .top {
  background: #d1d0cc;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 1001px) {
  #sports .top {
    padding: 40px 0;
    font-size: min(2.1vw, 24px);
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  #sports .top {
    padding: 8vw 0;
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 1001px) {
  #sports .location {
    padding: 50px 0;
  }
  #sports .location__map {
    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;
    width: 100%;
    padding: 20px;
    background: url(../images/img_map.png) #f5eee1 no-repeat left 45% center/35% auto;
    font-size: min(1.3vw, 18px);
    font-family: "Noto Serif JP", serif;
  }
  #sports .location__map .map-ic strong {
    color: #064c8a;
    font-weight: 400;
  }
  #sports .location__map .map-ic__img {
    display: block;
    width: 180px;
    margin: 0 0 20px;
  }
  #sports .location__map .map-ic__bt {
    width: min(20vw, 220px);
    margin: 20px 0 0;
    font-size: min(1.3vw, 14px);
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
  }
  #sports .location__map .map-ic__bt a {
    display: block;
    position: relative;
    width: 100%;
    padding: 8px 0;
    background: #064c8a;
    color: #fff;
  }
  #sports .location__map .map-ic__bt a::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 14px;
    height: 9px;
    background: url(../images/ico_arrow_white.svg) no-repeat 0 0/100% auto;
    content: "";
  }
  #sports .location__map .map-ic__bt a:hover {
    opacity: 0.8;
  }
  #sports .location__map .map-place__title {
    margin: 0 0 20px;
    padding: 0 0 0 40px;
    background: url(../images/ico_car.svg) no-repeat left center/30px auto;
    font-size: min(1.4vw, 18px);
    line-height: 1.5;
  }
  #sports .location__map .map-place__list li {
    padding-left: 9px;
    text-indent: -9px;
  }
  #sports .location__map .map-place__list li::before {
    display: inline-block;
    vertical-align: middle;
    width: 3px;
    height: 3px;
    margin-right: 5px;
    border-radius: 50%;
    background: #222;
    content: "";
  }
  #sports .location__map .map-place__list li strong {
    color: #064c8a;
    font-weight: 400;
  }
  #sports .location__map .map-place__list li span {
    font-size: min(1.1vw, 14px);
  }
}
@media screen and (max-width: 1000px) {
  #sports .location {
    padding: 10.6vw 0;
  }
  #sports .location__map {
    width: 100%;
    padding: 94vw 4vw 8vw;
    background: url(../images/img_map.png) #f5eee1 no-repeat center top 3vw/90% auto;
    font-size: 4.2vw;
  }
  #sports .location__map .map-ic strong {
    color: #064c8a;
    font-weight: 400;
  }
  #sports .location__map .map-ic__img {
    display: block;
    width: 50vw;
    margin: 0 auto 4vw;
  }
  #sports .location__map .map-ic__bt {
    width: 58.7vw;
    margin: 4vw auto;
    font-size: 3.7vw;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
  }
  #sports .location__map .map-ic__bt a {
    display: block;
    position: relative;
    width: 100%;
    padding: 2vw 0;
    background: #064c8a;
    color: #fff;
  }
  #sports .location__map .map-ic__bt a::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 4vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3.7vw;
    height: 2.2vw;
    background: url(../images/ico_arrow_white.svg) no-repeat 0 0/100% auto;
    content: "";
  }
  #sports .location__map .map-ic__bt a:hover {
    opacity: 0.8;
  }
  #sports .location__map .map-place__title {
    margin: 0 0 4vw;
    padding: 0 0 0 10.6vw;
    background: url(../images/ico_car.svg) no-repeat left center/8vw auto;
    font-size: 4.2vw;
  }
  #sports .location__map .map-place__list li::before {
    display: inline-block;
    vertical-align: middle;
    width: 1vw;
    height: 1vw;
    margin-right: 1.3vw;
    border-radius: 50%;
    background: #222;
    content: "";
  }
  #sports .location__map .map-place__list li strong {
    color: #064c8a;
    font-weight: 400;
  }
  #sports .location__map .map-place__list li span {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 1001px) {
  #sports .point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  #sports .point + .point {
    margin-top: 100px;
  }
  #sports .point figure {
    position: relative;
    width: 62%;
  }
  #sports .point figure::before {
    display: block;
    padding-top: 50%;
    content: "";
  }
  #sports .point figure img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #sports .point__cnt {
    width: 38%;
    font-size: min(1.8vw, 24px);
    font-family: "Noto Sans JP", sans-serif;
  }
  #sports .point__title {
    margin: 0 0 15px;
    color: #064c8a;
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    font-family: "Cormorant Garamond", serif;
    letter-spacing: 0.1em;
  }
  #sports .point__title span {
    padding-left: 5px;
    font-size: 70px;
  }
  #sports .point::after {
    display: block;
    position: absolute;
    bottom: -50px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: min(13vw, 200px);
    background: url(../images/bg_gray.jpg) repeat center center;
    content: "";
  }
  #sports .point.point-odd .point__cnt {
    padding: 0 min(10vw, 200px) 0 min(4vw, 54px);
  }
  #sports .point.point-even .point__cnt {
    padding: 0 min(4vw, 54px) 0 min(10vw, 200px);
  }
}
@media screen and (max-width: 1000px) {
  #sports .point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  #sports .point + .point {
    margin-top: 21.3vw;
  }
  #sports .point figure {
    position: relative;
    width: 100%;
  }
  #sports .point figure::before {
    display: block;
    padding-top: 50%;
    content: "";
  }
  #sports .point figure img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #sports .point__cnt {
    width: calc(100% - 50px);
    margin: 0 auto 4vw;
    font-size: 5.3vw;
    font-family: "Noto Sans JP", sans-serif;
  }
  #sports .point__title {
    margin: 0 0 4vw;
    color: #064c8a;
    font-weight: 700;
    font-size: 8vw;
    font-family: "Cormorant Garamond", serif;
    letter-spacing: 0.1em;
  }
  #sports .point__title span {
    padding-left: 2vw;
    font-size: 16vw;
  }
  #sports .point.point-odd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #sports .point.point-even {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #sports .point::after {
    display: block;
    position: absolute;
    bottom: -4vw;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 15vw;
    background: url(../images/bg_gray.jpg) repeat center center;
    content: "";
  }
}
@media screen and (min-width: 1001px) {
  #sports .nearly__image {
    position: relative;
  }
  #sports .nearly__image::after {
    display: block;
    position: absolute;
    bottom: -50px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: min(13vw, 200px);
    background: url(../images/bg_gray.jpg) repeat center center;
    content: "";
  }
  #sports .nearly__image img {
    display: block;
  }
  #sports .nearly__text {
    margin-top: 80px;
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
  }
  #sports .nearly__text p {
    text-align: center;
  }
  #sports .nearly__text p + p {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #sports .nearly__image .wrapper {
    width: 100%;
  }
  #sports .nearly__text {
    width: calc(100% - 50px);
    margin: 4vw auto 0;
    font-size: 4vw;
    font-family: "Noto Sans JP", sans-serif;
  }
  #sports .nearly__text p + p {
    margin-top: 5.3vw;
  }
}
#sports .booking {
  position: relative;
}
@media screen and (min-width: 1001px) {
  #sports .booking {
    margin-bottom: 100px;
  }
  #sports .booking__cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #sports .booking__cnt figure {
    position: relative;
    width: 62%;
  }
  #sports .booking__cnt figure::before {
    display: block;
    padding-top: 50%;
    content: "";
  }
  #sports .booking__cnt figure img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #sports .booking__text {
    width: 38%;
    padding: 30px min(10vw, 200px) 0 min(4vw, 54px);
    font-size: min(1.3vw, 18px);
  }
  #sports .booking__text dl {
    margin-top: 20px;
  }
  #sports .booking__text dl dt {
    padding: 5px 0;
    background: #064c8a;
    color: #fff;
    font-weight: 300;
    font-size: min(1.4vw, 19px);
    text-align: center;
  }
  #sports .booking__text dl dd {
    margin: 10px 0 0;
    font-size: min(2.6vw, 36px);
    text-align: center;
  }
  #sports .booking__text dl dd::before {
    display: inline-block;
    width: min(3.6vw, 49px);
    height: min(2.5vw, 34px);
    margin-right: 10px;
    background: url(../images/ico_navy_free.svg) no-repeat left center/100% auto;
    content: "";
  }
  #sports .booking__text p {
    margin-top: 30px;
    font-size: min(1.1vw, 16px);
    font-family: "Noto Sans JP", sans-serif;
  }
  #sports .booking__text ul {
    margin: 30px 0 0;
  }
  #sports .booking__text ul li {
    font-family: "Noto Sans JP", sans-serif;
    font-size: min(1.1vw, 16px);
  }
  #sports .booking__text ul li::before {
    content: "※ ";
  }
  #sports .booking::after {
    display: block;
    position: absolute;
    bottom: 8%;
    left: 0;
    z-index: -1;
    width: 100%;
    height: min(13vw, 200px);
    background: url(../images/bg_gray.jpg) repeat center center;
    content: "";
  }
}
@media screen and (max-width: 1000px) {
  #sports .booking {
    margin-bottom: 10vw;
  }
  #sports .booking__cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #sports .booking__cnt figure {
    position: relative;
    width: 100%;
  }
  #sports .booking__cnt figure::before {
    display: block;
    padding-top: 50%;
    content: "";
  }
  #sports .booking__cnt figure img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #sports .booking__text {
    width: calc(100% - 50px);
    margin: 0 auto 4vw;
    font-size: 4vw;
  }
  #sports .booking__text dl {
    margin: 4vw 0 0;
  }
  #sports .booking__text dl dt {
    padding: 1.3vw 0;
    background: #064c8a;
    color: #fff;
    font-weight: 300;
    font-size: 4vw;
    text-align: center;
  }
  #sports .booking__text dl dd {
    margin: 2.4vw 0 0;
    font-size: 6.4vw;
    text-align: center;
  }
  #sports .booking__text dl dd::before {
    display: inline-block;
    width: 8vw;
    height: 6vw;
    margin-right: 2.4vw;
    background: url(../images/ico_blue_free.svg) no-repeat left center/100% auto;
    content: "";
  }
  #sports .booking__text p {
    margin-top: 5.3vw;
    font-size: 4vw;
    font-family: "Noto Sans JP", sans-serif;
  }
  #sports .booking__text ul {
    margin: 5.3vw 0 0;
  }
  #sports .booking__text ul li {
    margin-left: 4vw;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4vw;
    list-style: decimal outside;
  }
  #sports .booking::after {
    display: block;
    position: absolute;
    bottom: 8%;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 20vw;
    background: url(../images/bg_gray.jpg) repeat center center;
    content: "";
  }
}

.sports-organizations #pagetop {
  display: none;
}/*# sourceMappingURL=style.css.map */