html,
body {
  background-color: #fff; 
  font-family: garamond-premier-pro-display, vdl-v7mincho, serif;
  font-weight: 400;
  font-size: 62.5%;
  line-height: 2;
  letter-spacing: 0.2rem;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  overflow-x: hidden;
  position: static !important;
  min-height: auto !important;
}

html {
  visibility: hidden;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

body.hidden {
  overflow: hidden;
}

::selection
{
    background: #222;
    color: #ffffff;
}

/*共通css*/
.sp-only {
  display: none;
}

p {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 20px;
  text-align: left;
}

a {
  color: #bf977a;
  text-decoration: none;
}

a:hover {
  color: #bf977a;
  opacity: 1.0;
  text-decoration: none;
}

.caption {
  display: block;
  font-size: 0.8em;
  margin-top: 5px;
}

h2 {
  color: #fff;
  font-family:garamond-premier-pro-display, serif;
  font-size: 2.1rem;
  line-height: 1.75;
  font-weight: 700; 
  letter-spacing: 0.5rem;
  text-align: left;
}

.index h2 {
  font-size: 1.8rem;
  position: absolute;
  top: 0;
  left: 0;
  color: #bf977a;
}

h3,
h4,
h5,
h6 {
  font-family: garamond-premier-pro-display, dnp-shuei-mincho-pr6n, serif;
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 10px;
  line-height: 1.75;
  text-align: left;
  color: #fff;
}

h3 {
  font-size: 2.1rem;
  color: #fff;
  font-weight: 500; 
  letter-spacing: 0.2rem;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

ul {
  list-style-position: inside;
  color: #fff;
}

ul li {
  font-size: 1.3rem;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  margin-bottom: 20px;
}

table {
  width: 100%;
  max-width: 800px;
  border: 1px solid #a5a5a5;
  font-size: 1.3rem;
  color: #111;
  margin: 0 auto 40px;
}

table.owner {
  border: none;
}

th {
  padding: 12px 10px 10px;
  border: 1px solid #a5a5a5;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.2rem;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}

td {
  padding: 12px 10px 10px;
  border: 1px solid #a5a5a5;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}

td.blank {
  background-color: #ebebeb;
}

th span,
td span {
  display: inline-block;
  transform: translateY(-0.1em);
}

.price-container td.blank {
background-color: rgb(80,80,80);
}

dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

dl dt,
dl dd {
  width: 100%;
  font-size: 1.5rem;
  color: #fff;
}

dl dd {
  margin-left: 1em;
}

.btn {
  font-size: 1.2rem;
  color: #fff;
  padding: 13px 50px 10px 30px;
  border-top: 1px solid #838383;
  border-bottom: 1px solid #838383;
  position:relative;
}

.form-intro .btn,
.lesson-intro .btn {
  border-top: 1px solid rgb(180,180,180);
  border-bottom: 1px solid rgb(180,180,180);
}

.btn:after {
  content: "→";
  font-size: 1.2rem;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 3px;
  right: 31px;
  bottom: 0;
  margin: auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn.float {
  position: absolute;
  top: 90px;
  left: 0;
}

.movie_modal {
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -500;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
}

.movie_modal.active {
  z-index: 10000;
  opacity: 1.0;
  pointer-events: auto;
}

.movie_modal .close_btn {
  width: 40px;
  height: 35px;
  position: absolute;
  top: calc(((-35vw / 1.78) + 50vh) - 40px) ;
  right: calc(15vw - 60px);
  cursor: pointer;
}

.movie_modal .close_btn span {
  width: 40px;
  height: 2px;
  background-color: #fff;
  position: absolute;
}

.movie_modal .close_btn span:nth-of-type(1) {
  top: 17px;
  transform: rotate(20deg);
}

.movie_modal .close_btn span:nth-of-type(2) {
  bottom: 16px;
  transform: rotate(-20deg);
}

.movie_modal iframe {
  width: 70vw;
  height: calc(70vw / 1.78);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.inview {
  opacity: 0;
  transition: .5s ease-in-out;
}

.back-cover.inview {
  transition: .5s ease-in-out .5s;
}

.inview.is-show {
  opacity: 1.0;
}

.gtranslate_wrapper .gt_switcher_wrapper {
  top: 29px !important;
  right: 85px !important;
  z-index: 9999 !important; 
  display: flex;
  flex-direction: row-reverse;
}

.gtranslate_wrapper .gt_switcher_wrapper a {
  font-size: 14px;
  margin-left: 15px;
}

/*個別css*/
@keyframes load-bg {
  0% {
    background-color: #fff;
  }

  100% {
    background-color: rgb(34,37,42);
  }
}

#loading {
  width: 100%;
  height: 100vh;
  transition: opacity 5s, visibility 5s ;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: #fff;
  animation: load-bg .5s ease .3s forwards;
  pointer-events: none;
}

@keyframes loadLogo {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#loading .logo {
  width: 15vw;
  height: 4vw;
  min-width: 150px;
  min-height: 41px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  margin: auto;
  animation: loadLogo 1s ease-out 1.7s forwards;
}

#loading .logo img {
  margin: 0;
  transition: opacity 2s;
  opacity: 1;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

#loading.loaded .logo img {
  opacity: 0;
}

header {
  width: 100%;
}

header .logo {
  width: 100px;
  height: 32px;
  position: fixed;
  top: 25px;
  left: 25px;
  z-index: 1000;
  opacity: 1;
  pointer-events: auto;
  transition: opacity .3s; 
}

header .hide {
  opacity: 0;
  pointer-events: none;
}

header .menu-btn {
  width: 35px;
  height: 13px;
  position: fixed;
  top: 35px;
  right: 30px;
  z-index: 1000;
}

header .menu-btn span {
  width: 30px;
  height: 1px;
  background-color: #bf977a;
  position: absolute;
  transition: .3s;
}

header .menu-btn span:nth-of-type(1) {
  top: 0;
  right: 0;
}

header .menu-btn span:nth-of-type(2) {
  left: 0;
  bottom: 0;
}

header .menu-btn.white span {
  background-color: #bf977a;
}

header .menu-btn.active span {
  background-color: #bf977a;
}

header .menu-btn.active span:nth-of-type(1) {
  transform: rotate(-30deg);
  top: 6px;
  right: 3px;
}

header .menu-btn.active span:nth-of-type(2) {
  transform: rotate(30deg);
  left: 2px;
  bottom: 6px;
}

.menu-wrapper {
  width: 100%;
  height: 100vh;
  background-color: rgb(34,37,42);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  opacity: 0;
  transition: opacity .3s;
  pointer-events: none
}

.menu-wrapper .menu-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.menu-wrapper.active {
  opacity: 1;
  pointer-events: auto;
}

.menu-wrapper .menu-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-right: 100px;
}

.menu-wrapper .menu-list a {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.7;
  color: #fff;
  margin-bottom: 30px;
  letter-spacing: 0.25rem;
}

.menu-wrapper .menu-list a.lock {
  position: relative;
}

.menu-wrapper .menu-list a.lock:after {
  content: '';
  width: 13px;
  height: 13px;
  background: no-repeat center center / contain url(assets/img/svg/lock.svg);
  position: absolute;
  top: 6px;
  right: 0;
}

.menu-wrapper .menu-list a.lock:hover:after {
  background-image: url(assets/img/svg/lock-on.svg);
}

.menu-wrapper .menu-list a span {
  display: block;
  font-size: 0.73em;
  letter-spacing: 0.5rem;
  font-weight: 400;
}

.menu-wrapper .menu-list a:hover {
  color: #bf977a;
}

content {
  width: 100%;
}

content.index,
content.partner {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: transparent;
}

.back-cover {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
}

.back-cover span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: no-repeat 50.5% center / cover url(assets/img/top/back-cover1.jpg?var=21070519);
  transition: opacity .3s ease;
}

.back-cover span.stage1 {
  background-position: 89% center;
}

.back-cover span.stage2 {
  background-image: url(assets/img/top/back-cover2.jpg);
  z-index: 20;
  opacity: 0;
}

.back-cover span.stage3 {
  background-image: url(assets/img/top/back-cover3.jpg);
  z-index: 30;
  opacity: 0;
}

.back-cover span.partner {
  background-image: url(assets/img/top/back-cover2.jpg);
  background-position: 53% center;
}

.back-cover span.show {
  opacity: 1.0;
}

#top {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

#top:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 70;
}

#top .top-logo {
  width: 150px;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 100;
}

/*#top video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 60;
}*/

#top .center-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 150;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#top h2 {
  display: block;
  font-weight: 400;
  font-size: 2.4rem;
  text-indent: 1em;
  color: #fff;
  position: static;
  margin-bottom: 0;
}

.movie-btn {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.movie-btn img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.movie-btn p {
  color: #bf977a;
  margin: 0;
}

#top .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  background-color: rgb(34,37,42);
}

#top .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#top .swiper-wrapper .swiper-slide:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: no-repeat center center /cover; 
}

#top .swiper-wrapper .swiper-slide.image1:after {
  background-image: url(assets/img/top/slide/image1.jpg?var=210728);
}

#top .swiper-wrapper .swiper-slide.image2:after {
  background-image: url(assets/img/top/slide/image2.jpg?var=210728);
  background-position: center bottom;
}

#top .swiper-wrapper .swiper-slide.image3:after {
  background-image: url(assets/img/top/slide/image3.jpg?var=210728);
}

#top .swiper-wrapper .swiper-slide.image4:after {
  background-image: url(assets/img/top/slide/image4.jpg?var=210728);
  background-position: 75% center;
}

#top .swiper-wrapper .swiper-slide.image5:after {
  background-image: url(assets/img/top/slide/image5.jpg?var=210728);
  background-position: center bottom;
}

#top .swiper-wrapper .swiper-slide.image6:after {
  background-image: url(assets/img/top/slide/image6.jpg?var=210728);
  background-position: 53% center;
}

#top .swiper-wrapper .swiper-slide.image7:after {
  background-image: url(assets/img/top/slide/image7.jpg?var=210728);
  background-position: 23% center;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.swiper-slide.swiper-slide-active:after,
.swiper-slide-duplicate-active:after,
.swiper-slide-prev:after {  
  animation: zoomUp 12s linear 0s 1 normal both; 
  background: no-repeat center center / cover;
  will-change: transform;
}

#top .swiper-pagination {
  position: absolute;
  text-align: left;
  left: 30px;
  bottom: 20px;
  z-index: 150;
}

#top .swiper-pagination-clickable .swiper-pagination-bullet {
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #bf977a;
  opacity: .8;
  margin: 0 7px 0 0;
}

#top .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-radius: 0;
  background-color: #bf977a;
  opacity: 1.0;
}

#top .sns-list {
  width: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  right: 30px;
  bottom: 20px;
  z-index: 150;
}

#top .sns-list a {
  width: 100%;
}

#top .scr-btn {
  height: 180px;
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto 0;
  z-index: 150;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

_::-webkit-full-page-media, _:future, :root #top .scr-btn {
  right: 37px;
}

#top .scr-btn span {
  width: 1px;
  height: 100%;
  background-color: #bf977a;
  opacity: 0.8;
}

#top .scr-btn p {
  writing-mode: vertical-lr;
  color: #bf977a;
  position: relative;
  padding-top: 20px;
  margin-bottom: 10px;
}

#top .scr-btn p::after {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #bf977a;
  position: absolute;
  top: 0;
  left: 3px;
  right: 0;
  margin: 0 auto;
}

.float-wrapper {
  background-color: rgb(34,37,42);
  margin-bottom: 100vh;
}

.float-wrapper .float-container {
  padding: 80px 0;
}

.fullw {
  width: calc(100% - 80px);
  max-width: 1020px;
  margin: 0 auto;
}

.fullw.float-base {
  position: relative;
}

.container {
  width: calc(100% - 300px);
  margin-left: 300px;
  margin-bottom: 80px;
}

.link-list.container,
.facility-intro .container {
  margin-bottom: 0;
}

.link-list a {
  display: flex;
  color: #333;
  padding: 10px 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #838383;
}

.link-list a time {
  width: 120px;
  font-size: 1.4rem;
  margin-right: 20px;
  color: #868686;
  text-align: left;
  transform: translateY(-1px);
}

.link-list a time span {
  font-size: 1.2rem;
  margin-left: 20px;
}

.link-list a p {
  font-size: 1.4rem;
  margin-bottom: 0;
}

.plan-intro .container {
  width: 100%;
  display: flex;
  margin-left: 0; 
  padding-top: 50px;
  justify-content: space-between;
}

.plan-intro .container .box {
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.plan-intro .container .box .crop {
  width: calc(50vw - 100px);
  height: calc(35vw - 100px);
  max-width: 100%;
  max-height: 308px;
  position: relative;
  margin-bottom: 20px;
}

.plan-intro .container .box .crop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.plan-intro .container .box .crop h3 {
  font-size: 1.8rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 150;
  padding: 15px 0 0 20px;
  border-bottom: 1px solid #fff; 
  color: #fff;
}

.plan-intro .container .box p {
  width: calc(100% - 40px);
  margin-bottom: 30px;
}

.facility-intro .container {
  position: relative;
  height: 450px;
  margin-bottom: 20px;
}

.facility-intro .container img {
  position: absolute;
}

.facility-intro .container img:nth-of-type(1) {
  width: 400px;
  top: 0;
  left: -20px;
  z-index: 120;
}

.facility-intro .container img:nth-of-type(2) {
  width: 400px;
  bottom: 0;
  right: 0;
  z-index: 130;
}

/*.facility-intro .container img:nth-of-type(3) {
  width: 250px;
  top: 40px;
  right: 0;
  z-index: 100;
}*/

.facility-intro .info {
  width: calc(100% - 420px);
  position: absolute;
  top: 320px;
  left: 0;
}

.partner-intro .container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-left: 0;
  padding-top: 50px;
}

.partner-intro .container .info {
  width: 460px;
  margin-right: 60px;
}

.partner-intro .container .info p {
  margin-bottom: 40px;
}

.partner-intro img {
  width: 500px;
}

.q-a-intro  {
  text-align: center;
}

.q-a-intro .q-a-list {
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  padding: 70px 0;
}

.q-a-intro .q-a-list .swiper-container {
  width: 110vw;
  position: relative;
  left: -5vw;
}

.q-a-intro .q-a-list .swiper-wrapper .swiper-slide {
  width: calc(100% / 6);
  text-align: center;
}

.q-a-intro .q-a-list .swiper-wrapper .swiper-slide .category {
  font-size: 1.5rem;
  line-height: 1.75;
  color: #bf977a;
  text-align: left;
  margin-bottom: 10px;
}

.q-a-intro .q-a-list .swiper-wrapper .swiper-slide p {
  font-size: 1.4rem;
  line-height: 1.75;
  color: #fff;
  text-align: left;
}

.q-a-intro .q-a-list .swiper-wrapper .swiper-slide .more {
  font-size: 1.4rem;
  color: #868686;
  text-align: left;
  padding: 10px 0 0;
  border-top: 1px solid #868686;
  position: relative;
}

.q-a-intro .q-a-list .swiper-wrapper .swiper-slide .more:after {
  content: "→";
  font-size: 1.1rem;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 15px;
  left: 45px;
  bottom: 0;
  margin: auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#section4.float-wrapper {
  margin-bottom: 0;
}

.ig-link {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.ig-link .box {
  width: calc((100vw - 380px) / 5);
  height: calc((100vw - 380px) / 5);
  max-width: 144px;
  max-height: 144px;
  background: no-repeat center center / cover;
}

.ig-link .box img,
.ig-link .box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map {
  filter: grayscale(100);
  height: 400px;
  margin-bottom: 20px;
}

footer {
  background-color: #fff;
}

footer .container {
  width: calc(100% - 80px);
  max-width: 1020px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 60px 0 40px;
}

footer .btn {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  color: rgb(34,37,42);
}

footer .btn:after {
  right: calc(50% - 45px);
}

.credit {
  width: 250px;
  margin-right: 20px;
}

.credit img {
  width: 100px;
  margin-bottom: 20px;
}

.credit p,
.credit p a {
  font-size: 1.2rem;
  line-height: 1.75;
  color: rgb(34,37,42);
}

.menu-wrapper .menu-container .credit {
  width: 300px;
}

.menu-wrapper .menu-container .credit .box {
  margin-bottom: 20px;
}

.menu-wrapper .menu-container .credit p,
.menu-wrapper .menu-container .credit p a {
  color: #fff;
}

.credit .other-link a {
  font-size: 1.3rem;
  color: #fff;
  display: block;
}

.credit .other-link a:hover {
  color: #bf977a;
}

.credit .btn {
  width: calc(100% - 50px);
  font-size: 1.8rem;
  line-height: 1.75;
  border: none;
  margin: 30px auto 20px;
  background-color: #477A00;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 15px 25px;
  transition: .3s ease-in-out;
}

.credit .btn span {
  font-size: 0.73em;
}

.credit .btn:hover {
  background-color: #333;
}

.time-table {
  width: 600px;
}

.time-table th,
.time-table td {
  color: rgb(34,37,42);
}

/*page共通*/
.page {
  display: block;
  background-color: rgb(34,37,42);
}

.page .section {
  margin-bottom: 60px;
}

.page .top-title {
  height: 233px;
  background-color: rgb(34,37,42);
  display: flex;
  align-items: center;
  justify-content: center;
}

.page .top-title h1 {
  font-size: 2rem;
  color: #bf977a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.page .top-title h1 span {
  font-size: 1.4rem;
  font-weight: 400;
}

.page-wrapper {
  width: calc(100% - 80px);
  max-width: 960px;
  margin: 0 auto;
  /*padding-top: 80px;*/
}

.page h2 {
  font-family: garamond-premier-pro-display, dnp-shuei-mincho-pr6n, serif;
  padding-left: 20px;
  position: relative;
  font-weight: 400;
  margin-bottom: 20px;
}

.page h2::after {
  content: '';
  width: 2px;
  height: 1em;
  position: absolute;
  top: 0.25em;
  left: 0;
  background-color: #bf977a;
}

.full-w {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.list-2clm {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.list-2clm .box {
  width: calc(50% - 30px);
  margin-bottom: 60px;
}

.list-3clm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list-3clm .box {
  width: calc((100% / 3) - 30px);
  margin-bottom: 30px;
}

.list-3clm .box img {
  margin-bottom: 18px;
}

.list-3clm .box h4 {
  text-align: center;
  margin-bottom: 0;
  color: #fff;
}

.list-3clm .box p {
  margin-top: 10px;
  margin-bottom: 0;
}

/*クラブについて*/
.page .vision-title,
.page .value-title {
  display: block;
  font-size: 1.8rem;
  color: #bf977a;
  font-weight: bold;
  margin-bottom: 10px;
}

.feature-containetr .list-2clm {
  margin-bottom: 60px;
}

.feature-containetr .list-2clm:nth-of-type(odd) {
  flex-direction: row-reverse;
}

.feature-containetr .list-2clm .info-container h3 {
  border-bottom: 1px solid #BBBBBB;
}

.profile-box p {
  font-size: 1.3rem;
  margin-bottom: 0;
}

.activity-container .list-2clm {
  margin-top: 20px;
}

.activity-container .list-2clm .box {
  margin-bottom: 10px;
}

.activity-container .list-2clm h4 {
  display: inline-block;
  text-align: left;
  color: #bf977a;
  border-bottom: 1px solid #bf977a;
  padding: 0 0 3px;
  margin-bottom: 15px;
}

/*初めての方へ*/
.trial {
  background-color: #496923;
}

.trial .top-title {
  background-color: #496923;
}

.trial .top-title h1 {
  color: #fff;
}

.e-catch {
  width: 100%;
  height: calc((100vw - 80px) / 1.6667);
  max-height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: no-repeat center center / cover url(assets/img/trial/e-catch.jpg);
  margin-bottom: 30px;
}

.e-catch h2 {
  width: 100%;
  padding: 13px 0 4px;
  font-size: 3.2rem;
  text-align: center;
  color: #fff;
  background-color: #496923;
  margin-bottom: 0;
}

.e-catch h2::after {
  display: none;
}


.case-container {
  background-color: #496923;
  padding: 20px 0 40px;
  text-align: center;
}

.case-container h3 {
  display: inline-block;
  text-align: center;
  border-bottom: 1px solid rgb(180,180,180);
  padding-bottom: 5px;
  margin-bottom: 40px;
}

.case-container .list-3clm {
  width: calc(100% - 80px);
  max-width: 960px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.case-container .list-3clm .box img {
  width: 80%;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 0;
}

/*コースについて*/
.fullimage {
  width: 100%;
  height: 450px;
  object-fit: cover;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 50px;
}


.course-container .list-3clm .box,
.lesson-container .list-3clm .box {
  position: relative;
  margin-bottom: 50px;
}

.course-container .list-3clm .box span,
.lesson-container .list-3clm .box span,
.lesson-intro span {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  padding: 0 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #842800;
}

.course-container .list-3clm .box span {
  position: static;
  text-align: center;
}

.course-container .list-3clm .box.green span {
  background-color: #477A00;
}

/*.course-container .list-3clm .box.blue span {
  background-color: #006584;
}*/

.course-container .list-3clm .box.gold span {
  background-color: #bf977a;
}

.course-container .list-3clm .box.gray span {
  background-color: rgb(127,120,120);
}

/*.course-container .list-3clm .box.gold {
  width: 100%;
  max-width: 680px;
  height: 210px;
  display: flex;
  align-items: flex-start;
  margin: 0 auto 50px;
}

.course-container .list-3clm .box.gold img {
  width: auto;
  height: 100%;
}*/

/*.course-container .list-3clm .box.gold .info-container {
  height: calc(100% - 40px);
}*/

.course-container .list-3clm .box img,
.lesson-container .list-3clm .box img {
  margin-bottom: 0;
}

.course-container .list-3clm .box .info-container,
.lesson-container .list-3clm .box .info-container {
  padding: 20px;
  background-color: #fff;
}

.course-container .list-3clm .box .info-container h4,
.lesson-container .list-3clm .box .info-container h4,
.course-container .list-3clm .box .info-container p,
.lesson-container .list-3clm .box .info-container p {
  color: rgb(34,37,42);
}

.price-title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  padding: 2px 30px 0;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 20px;
}

.price-title.green {
  background-color: #477A00;
}

.price-title.blue {
  background-color: #006584;
}

.price-title.red {
  background-color: #842800;
}

.price-title.gold {
  background-color: #bf977a;
}

.price-title.gray {
  background-color: rgb(127,120,120);
}

.cancel-containetr , .time-containetr {
  margin-top: 50px;
}

.form-intro {
  height: 400px;
  background: no-repeat center center / cover url(assets/img/trial/form-intro.jpg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.form-intro.after {
  height: auto;
  background: none;
  padding: 80px 0;
  margin-bottom: 0;
}

.form-intro.after::before {
  background-color: rgba(0,0,0,0.1);
}

.form-intro h3,
.form-intro a {
  color: #fff;
  position: relative;
  z-index: 2;
  text-align: center;
}

.form-intro::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

/*馬について*/
.partner .float-wrapper:nth-last-of-type(1) { 
  margin-bottom: 0;
}

.partner .float-wrapper .section {
  width: calc(100% - 80px);
  max-width: 960px;
  margin: 0 auto 60px;
}

.partner .float-wrapper .float-container.think-section {
  padding-top: 0;
}

.partner .float-wrapper .float-container .section:nth-last-of-type(1){ 
  margin-bottom: 0;
}

.list-2clm .box {
  margin-bottom: 0;
}

.lesson-intro {
  width: calc(100% - 160px);
  height: 220px;
  background: no-repeat center center / cover url(assets/img/partner/lesson-intro.jpg);
  position: relative;
  padding: 0 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.lesson-intro h3 {
  font-size: 3.2rem;
  letter-spacing: 0.6rem;
  color: #fff;
}

.lesson-intro a {
  color: #fff;
}

/*レッスン動画*/
.movie-wrapper {
  width: 100%;
  height: calc((100vw - 80px) * 0.5625);
  max-width: 800px;
  max-height: 450px;
  margin: 40px auto 80px;
}

/*施設案内*/
.facility .page-wrapper {
  padding-top: 0;
}

.map-art-container {
  background-color: rgb(245,243,239);
  padding: 60px 0;
}

.map-art-container img {
  display: block;
  width: calc(100% - 80px);
  max-width: 800px;
  margin: 0 auto;
}

.facility .list-2clm .box,
.facility .list-2clm .info-container {
  margin-bottom: 25px;
}

.facility .list-2clm .box img {
  margin-bottom: 25px;
}

.facility .list-2clm h3 {
  font-size: 1.8rem;
  margin-bottom: 0;
}

/*お知らせ*/
.information-container,
.q-a-container {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.pagination,
.pagination .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}

.pagination a,
.pagination .wp-pagenavi a,
.pagination .wp-pagenavi span {
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  text-indent: 0.2rem;
  color: #fff;
  margin: 0 10px;
  padding-bottom: 1px;
  border: none;
}

.pagination .wp-pagenavi .current {
  padding-bottom: 0;
  font-weight: 300;
  border-bottom: 1px solid #838383;
}

.pagination .old-link,
.pagination .next-link {
  margin: 30px;
}

.single .single-title {
  margin-bottom: 50px;
}

.single .single-title time {
  font-size: 1.3rem;
  display: block;
  color: #838383;
  margin-bottom: 5px;
}

.single .single-title time span {
  margin-left: 20px;
}

.single .single-title h1 {
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.3rem;
  font-weight: 400;
  color: #fff;
}

.single .pagination {
  border-top: 1px solid #838383;
  align-items: flex-end;
  padding-top: 50px;
}

.single .pagination .old-link,
.single .pagination .next-link {
  width: 10px;
  height: 10px;
  position: relative;
}

.single .pagination .page-back {
  width: 100px;
  position: relative;
  padding: 15px 50px 25px;
  text-align: center;
}

.single .pagination .old-link::before,
.single .pagination .next-link::before,
.single .pagination .page-back::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #838383;
  border-right: 1px solid #838383;
  top: 0;
  left: 0;
}

.single .pagination .old-link::before {
  transform: rotate(45deg);
}

.single .pagination .next-link::before {
  transform: rotate(-135deg);
}

.single .pagination .page-back::before {
  transform: rotate(-45deg);
  right: 0;
  margin: 0 auto;
}

.single .pagination .old-link.hide,
.single .pagination .next-link.hide {
  opacity: 0;
  pointer-events: none;
}

/*質問・お悩み*/
.q-a-container .tab-item {
  margin: 10px 0;
  cursor: pointer;
  position: relative;
}

.q-a-container .tab-item::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #838383;
  border-right: 1px solid #838383;
  top: 7px;
  right: 20px;
  transform: rotate(135deg);
  transition: all .3s;
}

.q-a-container .tab-item h4 {
  font-family: garamond-premier-pro-display, vdl-v7mincho, serif;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  font-weight: 400;
  width: calc(100% - 60px);
  border-bottom: 1px solid #838383;
  padding: 5px 40px 10px 20px; 
  position: relative;
}

.q-a-container .tab-item .tab-box {
  width: calc(100% - 40px);
  max-height: 0;
  padding: 0 20px;
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-family: var(--ff-got);
  overflow-y: hidden;
  pointer-events: none;
  transition: max-height .5s ease;
}

.q-a-container .tab-item.active .tab-box {
  max-height: 100vh;
  pointer-events: auto;
  transition: max-height 1s ease;
}

.q-a-container .tab-item.active::before {
  top: 12px;
  transform: rotate(-45deg);
}

.q-a-container .tab-item .tab-box p {
  margin-bottom: 30px;
  padding: 10px 10px 0;
}

/*アクセスについて*/
.access-container .list-2clm {
  margin-top: 40px;
}

.access-container .list-2clm h4 {
  display: inline-block;
  font-size: 1.4rem;
  color: #bf977a;
  border-bottom: 1px solid #bf977a;
  padding: 0 0 3px;
  margin-bottom: 15px;
}

.gmap {
  height: 600px;
  filter: grayscale(100);
}

.copyright {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
}

.contact-container .form-select {
  list-style: none;
  width: 100%;
  max-width: 600px;
  display: flex;
  margin: 0 auto 40px;
}

.contact-container .form-select li {
  width: 50%;
  padding: 3px 0 0;
  text-align: center;
  color: #808080;
  background-color: #CACACA;
  cursor: pointer;
}

.contact-container .form-select li:nth-of-type(1).active {
  color: #fff;
  background-color: #bf977a;
}

.contact-container .form-select li:nth-of-type(2).active {
  color: #fff;
  background-color: #477A00;
}

.contact-container .form-select li a {
  width: 100%;
  color: #808080;
  display: inline-block;
}

.contact-container .form-select li.active a {
  color: #fff;
}

.desc {
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.trial-form .desc {
  line-height: 150%;
  margin-top: 1.5%;
  text-align: left;
}
.trial-form .form_box .desc {
    color: #222;
}

.normal-form,
.trial-form {
  margin-bottom: 60px;
  display: none;
}

.normal-form.active,
.trial-form.active {
  display: block;
  pointer-events: auto;
}
/* ContactページCSSリメイク（2022.05.07 deleted by T.Hisanaga） */
/*
.contact-container .form_box { 
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px auto 0;
}

input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-family: garamond-premier-pro-display, vdl-v7mincho, serif;
  letter-spacing: 0.1rem;
  background-color: #fff;
}

.contact-container .box {
  width: 100%;
  text-align: left; 
  margin-bottom: 20px;
  display: flex;
}

.contact-container .box br {
  display: none;
}

.contact-container .box.textarea {
  width: 100%;
  flex-wrap: wrap;
}

.contact-container .box p,
.contact-container .box label {
  width: 160px;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding-left: 10px;
  margin-bottom: 0;
  font-size: 1.3rem;
  color: rgb(34,37,42);
}

.contact-container .box.textarea p,
.contact-container .box.textarea label {
  width: 100%;
  height: auto;
  padding-top: 10px;
}

input:focus,
select:focus {
  outline: 0;
  background-color: rgb(245,245,245);
}

textarea:focus {
  outline: 0;
}

.contact-container .box input,
select {
  width: calc(100% - 20px);
  border: none;
  padding: 10px;
  margin: 0;
}

.contact-container .daytime input,
.contact-container .daytime select {
  width: calc(50% - 10px);
}

.ui-widget.ui-widget-content {
    width:auto;
}

.ui-datepicker-calendar {
  border: none;
}

.ui-datepicker-calendar th {
  color: #333;
  font-size: .9em;
  line-height: 2;
}

.contact-container .form-check .box {
  font-size: 1.3rem;
  align-items: flex-end;
  color: #fff;
}

.contact-container .form-check .box label {
  background-color: transparent;
  height: auto;
  color: #fff;
  padding: 0;
}

.contact-container .form-check .box.textarea label {
  padding: 0;
  width: 160px;
}

.contact-container .form-check .textarea {
  margin-bottom: 30px;
}

.contact-container .form-thanks {
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
}

select {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  box-sizing: border-box;
}

select {
  font-weight: 300;
}

select option:first-child {
  display: none;
}

textarea {
  width: calc(100% - 40px);
  max-width: calc(100% - 40px);
  min-width: calc(100% - 40px);
  height: 150px;
  padding: 10px 20px;
  line-height: 2;
  border: none;
}

input[type="submit"] {
  background-color: transparent;
  border-left: none;
  border-right: none;
  letter-spacing: 0.2rem;
  font-size: 1.2rem;
  transition: color .3s;
  padding: 10px 50px;
  cursor: pointer;
  margin: 0 8px;
  margin-top: 20px;
}

input[type="datetime-local"] {
  min-height: 20px;
}
*/
.contact-container .other_box {
    width: 100%;
}

.contact-container .other_box p {
    color: #f00;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 0;
    margin-top: 10px;
}

.mw_wp_form .error {
    font-size: 1.1rem !important;
    font-weight: bold;
}
input , select , textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    border-radius: 0;
    font-family: garamond-premier-pro-display, vdl-v7mincho, serif;
    letter-spacing: 0.1rem;
}
input[type="checkbox"] {
    -moz-appearance: checkbox;
    -webkit-appearance: checkbox;
    appearance: checkbox;
}
.contact-container .form_box { 
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px auto 0;
    max-width: 540px;
    padding: 30px;
    width: 100%;
}
.contact-container .form_box em {
    color: #f00;
    font-size: 170%;
}
.contact-container .form_box input ,
.contact-container .form_box select ,
.contact-container .form_box textarea {
    font-size: 1.4rem;
    margin: 0;
    padding: 1%;
}
.contact-container .box {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    text-align: left; 
    width: 100%;
}
.contact-container .form_box label {
    color: rgb(34,37,42);
    font-size: 1.3rem;
    font-weight: bold;
}
.contact-container .form_box label.required {
    margin-bottom: -1%;
}
.contact-container .form_box label.required span {
    font-size: 90%;
    vertical-align: middle;
}
.contact-container .box select {
    text-align: center;
    width: 20%;
}
.contact-container .box textarea {
    width: 95%;
}
.contact-container .box input.textclass {
    width: 60%;
}
.contact-container .box input.dayclass , .contact-container .box input.birthdayclass {
    text-align: center;
    width: 20%;
}
.contact-container .box select.timeclass {
    font-size: 1.27rem;
    text-align: center;
}
.ui-widget.ui-widget-content {
    width:auto;
}
.ui-datepicker-calendar {
    border: none;
}
.ui-datepicker-calendar th {
  color: #333;
  font-size: .9em;
  line-height: 2;
}
.contact-container .box ul {
    margin: 5px 0 10px;
}
.contact-container .box ul li {
    color: rgb(34,37,42);
    font-size: 1.2rem;
}
.contact-container .daytime {
    display: inline-block;
}
.contact-container .daytime label {
    display: inline-block;
    width: 12%;
}
input[type="submit"] {
    background-color: transparent;
    border-left: none;
    border-right: none;
    cursor: pointer;
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
    margin: 0 8px;
    margin-top: 20px;
    padding: 10px 50px;
    transition: color .3s;
}
.mw_wp_form_confirm .box {
    font-size: 1.4rem;
}
/* （2024.11.11 deleted by T.Hisanaga） */
/*
.contact-container .exec_box {
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    margin-top: 20px;
    width: 100%;
}
*/
/* （2024.11.12 added by T.Hisanaga） */
.contact-container .wpcf7-not-valid-tip {
    font-size: 1.4rem;
}
.contact-container .acceptance {
    align-items: center;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
.trialarea {
    & .wpcf7-not-valid-tip {
        display: none;
    }
    & .error {
        color: #dc3232;
        font-size: 1.4rem;
        font-weight: normal;
        display: none;
    }
    &:has(.wpcf7-not-valid-tip) {
        & .error {
            display: block;
        }
    }
}
.contact-container .acceptance .wpcf7-list-item-label {
    font-size: 1.42rem;
    font-weight: normal;
}
.contact-container .exec_box {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
}
.contact-container .exec_box input {
    padding: 3%;
    width: 40%;
}
.contact-container .exec_box input.trial {
    background-color: #477A00;
}
.contact-container .exec_box input.inquiry {
    background-color: #bf977a;
}
.wpcf7 form.invalid .wpcf7-response-output {
    display: none;
}
/*sp*/
@media screen and (max-width: 768px) {
  .menu-wrapper .menu-list:nth-of-type(2) {
    margin-right: 0;
  }

  .menu-wrapper .menu-container .credit {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .menu-wrapper .menu-container .credit .other-link {
    margin-bottom: 40px;
  }

  .menu-wrapper .menu-container .credit .btn {
    width: 300px;
    margin: 20px auto 40px;
  }

  .index h2 {
    position: relative;
    margin-bottom: 20px;
  }

  .btn.float {
    position: relative;
    top:0 ;
  }

  .fullw {
    margin-bottom: 80px; 
  }

  .container {
    width: 100%;
    margin: 0 auto 40px;
  }

  .link-list.container {
    margin-bottom: 50px; 
  }

  .information-intro {
    margin-bottom: 0;
  }

  .plan-intro .container {
    padding-top: 0;
  }

  .facility-intro {
    margin-bottom: 0;
  }

  .facility-intro .info {
  	width: 100%;
    position: relative;
    top: 0;
    margin-bottom: 40px;
  }

  .facility-intro .container {
    margin-bottom: 0;
  }

  .partner-intro .container {
    padding-top: 0;
  }

  .partner-intro .info {
    width: 50%;
  }

  .partner-intro img {
    width: 50%;
  }

  .q-a-intro {
    margin-bottom: 0;
  }

  .q-a-intro .q-a-list {
    padding-top: 0;
  }

  .instagram-intro {
    margin-bottom: 0;
  }

  .ig-link .box {
    width: calc((100vw - 80px) / 5);
    height: calc((100vw - 80px) / 5);
  }

  .access-intro {
    margin-bottom: 0;
  }

  .credit {
    margin: 0 auto;
    text-align: center;
  }

  .credit p {
    text-align: center;
  }

  .course-container .list-3clm .box,
  .lesson-container .list-3clm .box {
  	width: calc((100% / 2) - 30px);
  }

  .page .facility-containetr {
  	margin-bottom: 0;
  }

  input,
  select,
  textarea {
    font-size: 1.5rem;
  }

  .contact-container .form_box {
    padding: 5%;
    width: auto;
   }

   .contact-container .daytime label {
    width: 20%;
   }

}


@media screen and (max-width: 710px) {
  .course-container .list-3clm .box.gold {
    width: calc((100% / 2) - 30px);
    height: auto;
    display: block;
  }

  .course-container .list-3clm .box.gold img {
    width: 100%;
    height: auto;
  }

  .course-container .list-3clm .box.gold .info-container {
    width: calc(100% - 40px);
    height: auto;
  }
}

@media screen and (max-width: 480px) {
  header .logo {
    left: 20px;
  }

  .gtranslate_wrapper .gt_switcher_wrapper {
    top: 22px !important;
    right: 85px !important;
  }

  .sp-only {
    display: block;
  }

  header .menu-btn {
    top: 28px;
    right: 25px;
  }

  #top .top-logo {
    top: 25px;
    left: 22px;
  }

  #top h2 {
    font-size: 2.1rem;
    letter-spacing: 0.3rem;
  }

  #top .swiper-pagination {
    left: 20px;
    bottom: 25px;
  }

  #top .sns-list {
    right: 17px;
    bottom: 10px;
  }

  #top .scr-btn {
    top: inherit;
    height: 150px;
    bottom: 110px;
  }

  _::-webkit-full-page-media, _:future, :root #top .scr-btn {
    right: 24px;
  }

  .menu-wrapper {
    overflow-y: scroll;
  }

  .menu-wrapper .menu-container {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    padding: 80px 0 40px;
  }

	.menu-wrapper .menu-list {
		margin: 0 0 0 40px;
	}

	.menu-wrapper .menu-list a {
		font-size: 1.6rem;
		margin-bottom: 20px;
	}

  .menu-wrapper .menu-list a.lock:after {
    top: 4px;
    right: -10px;
  }

  .menu-wrapper .menu-list a span {
    letter-spacing: 0.3rem;
  }

  .menu-wrapper .menu-container .credit .btn {
    width: calc(100% - 50px);
    margin: 20px auto 40px;
  }

	.float-wrapper .float-container {
		padding: 40px 0 60px;
	}

	.fullw,
  .partner .float-wrapper .section {
		width: calc(100% - 40px);
	}

  .float-base {
    text-align: center;
  }

  h3 {
    margin-bottom: 5px;
  }

  .page h3,
  .concept-intro h3 {
    margin-bottom: 10px;
  }

  #section1 h3 br {
    display: none;
  }

	.page .top-title {
		height: 120px;
    padding-top: 60px;
    padding-bottom: 15px;
	}

	.page .section {
		margin-bottom: 40px;
	}

  footer .container {
    width: calc(100% - 40px);
  }

	table,
	.time-table {
		width: 100%;
	}

	.movie-btn {
		right: 0;
		bottom: 0;
    width: 100%;
    justify-content: center;
	}

	.movie-btn p {
		font-size: 1.2rem;
    padding: 7px 0 3px 10px;
	}

  .movie-btn:before {
    position: relative;
    left: initial;
  }

  .movie_modal .close_btn {
    top: calc(((-35vw / 1.78) + 50vh) - 100px);
    left: 0;
    right: 0;
    margin: 0 auto;
  }

	.link-list a {
		flex-direction: column;
		padding: 10px;
	}

	.plan-intro {
		margin-bottom: 0;
	}

	.plan-intro .container {
		flex-wrap: wrap;
		margin-bottom: 0;
	}

	.plan-intro .container .box {
		width: 100%;
		margin-bottom: 40px;
	}

	.plan-intro .container .box .crop {
		width: 100%;
		height: calc((100vw - 40px) / 1.76666);
	}

  .plan-intro .container .box p {
    width: 100%;
  }

	.facility-intro .container {
		height: auto;
	}

	.facility-intro .container img:nth-of-type(1),
	.facility-intro .container img:nth-of-type(2),
	.facility-intro .container img:nth-of-type(3) {
		width: 100%;
		position: relative;
		top: initial;
		left: initial;
		right: initial;
	}

	.partner-intro .container {
		flex-direction: column-reverse;
	}

	.partner-intro img {
		width: 100%;
	}

	.partner-intro .container .info {
		width: 100%;
	}

	.q-a-intro .q-a-list .swiper-container {
		width: 180vw;
		left:-40vw;
	}

	.ig-link .box {
		width: calc((100vw - 40px) / 3);
		height: calc((100vw - 40px) / 3)
	}

	.ig-link .box:nth-of-type(10) {
		display: none;
	}

  .page h2 {
    font-size: 2rem;
    letter-spacing: 0.3rem;
    margin-bottom: 15px;
  }

  .page h2::after {
    top: 0.22em;
  }

	.page-wrapper {
		width: calc(100% - 40px);
		/*padding-top: 40px;*/
	}

  .page .vision-container h2 br,
  .page .value-container h2 br {
    display: none;
  }

  .profile-box {
    margin-top: 30px;
  }

	.feature-containetr .list-2clm,
	.feature-containetr .list-2clm:nth-of-type(odd) {
		flex-direction: column-reverse;
		margin-bottom: 40px;
	}

	.list-2clm .box {
		width: 100%;
	}

	.list-2clm img,
	.list-2clm img.box,
  .facility .list-2clm img.box,
  .facility .list-2clm .box img {
		margin-bottom: 20px;
	}

  .list-2clm .info-container {
    margin-top: 0;
  }

  .feature-containetr .list-2clm .info-container h3 {
    font-size: 2rem;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }

	.feature-containetr .list-2clm p {
		margin-bottom: 0;
	}

  .myhorse .list-2clm,
  .something-container.list-2clm {
    flex-direction: column-reverse;
  }

  .myhorse .list-2clm,
  .something-container.list-2clm img {
    margin-bottom: 0;
  }

	.list-3clm .box {
		width: calc((100% / 2) - 10px);
	}

  .case-container h3 {
    margin-bottom: 40px;
  }

  .trial .list-3clm .box {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  .trial  .list-3clm .box img {
    width: 60%;
  }

	.e-catch h2 {
		font-size: 1.8rem;
    padding: 5px 0 0;
	}

	.form-intro h3 {
		font-size: 1.8rem;
	}

	.form-intro {
		height: 60vw;
	}

  .form-intro.after {
    margin-bottom: 0;
  }

  .fullimage {
    height: 200px;
    margin-bottom: 25px;
  }

  .course-container .list-3clm .box,
  .lesson-container .list-3clm .box {
    width: 100%;
    margin-bottom: 25px;
  }

  .course-container .list-3clm .box.gold {
    width: 100%;
  }

  th,
  td {
    font-size: 1.2rem;
    padding: 9px 5px 7px;
    letter-spacing: 0.1rem;
  }

  .lesson-intro {
    width: calc(100% - 40px);
    height: 150px;
    padding: 10px 20px 15px;
  }

  .lesson-intro h3 {
    font-size: 2.4rem;
  }

  .pagination {
    margin-bottom: 40px;
  }

  .access-map-container .box:nth-of-type(1) { 
    margin-bottom: 20px;
  } 

  .case-container .list-3clm .box {
    margin-bottom: 20px;
  }

  .map-art-container img {
    width: calc(100% - 40px);
  }

  .contact-container .form_box {
    padding: 5%;
    width: auto;
   }

   .contact-container .daytime label {
    width: 20%;
   }

}


/*2023.10.22 テツシンデザイン 対応
フォーム部分の見た目を不具合が出ないよう調整しています。*/

input,
select,
textarea {
    font-family: vdl-v7mincho, serif;
    font-size: 1.3rem;
    border: 1px solid rgb(150,150,150);/*線の表示*/
    color: #222;/*文字の色変更*/
    padding: 1% 2% !important;
}

textarea {
    line-height: 1.5;
    padding: 2% !important;
}

input[type="submit"] {
    border: none;/*線の非表示*/
    padding: 3% !important;
}

.contact-container .form_box select {
    height: 35px;
}

.contact-container .box input.dayclass,
.contact-container .box select.timeclass,
.contact-container .box input.birthdayclass {
    height: 35px;/*左右で異なる枠の高さを固定*/
    margin-left: 2%;
    box-sizing: border-box;
}

@media screen and (max-width: 480px) {
    select {
        padding: 0 2% !important;
    }
    .contact-container .daytime label {
        width: 70px;/*小さいスマホでの崩れに対応*/
    }
    .contact-container .box input.dayclass,
    .contact-container .box select.timeclass,
    .contact-container .box input.birthdayclass {
        min-width: 110px;/*日時が一部隠れるため最小幅を統一*/
    }
}

/*2023.10.22 テツシンデザイン 対応
ここまで*/
