@charset "UTF-8";
div[id^=rmjs-] {
  overflow: hidden;
}

.covid19-message {
  text-align: center;
  margin: 20px auto 0 auto;
}

#js-categorizeResorce {
  display: hidden;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #f7f7f7;
  font-size: 0.875rem;
  line-height: 1.6;
}

header {
  background-color: #fff;
}

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

img {
  vertical-align: bottom;
}

input[type=text] {
  display: block;
  box-sizing: border-box;
  width: inherit;
  height: 40px;
  padding: 1px 0.6rem;
  font-size: 1rem;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.actionbutton {
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  width: 500px;
  margin: 20px auto;
  padding: 15px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
}
.actionbutton:first-child {
  margin-top: 40px;
}
.actionbutton:last-child {
  margin-bottom: 40px;
}
.actionbutton br {
  display: none;
}
.actionbutton-half {
  float: left;
  width: 320px;
  margin: 20px auto 0 auto;
}
.actionbutton-half br {
  display: none;
}
.actionbutton-half:nth-child(2n) {
  margin-right: 0;
}

.wrap {
  width: 100%;
}

.header-translate {
  padding: 5px;
  text-align: right;
  background-color: #666;
}
.header-translate-inner {
  width: 1000px;
  margin: auto;
}
.header-translate-icon {
  cursor: pointer;
}
.header-translate-icon img {
  width: 100%;
  height: auto;
}

.translate-for-pc {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  padding: 11px;
}

.headerjp {
  position: relative;
  width: 1000px;
  margin: auto;
}
.headerjp-wrap {
  background-color: #e7e7e7;
}
.headerjp-logo {
  width: 150px;
  text-align: left;
}
.headerjp-logo a {
  display: block;
  padding: 10px 0;
}
.headerjp-logo img {
  height: 20px;
  width: auto;
}
.headerjp-link {
  position: absolute;
  top: 0;
  right: 42px;
}
.headerjp-link a {
  display: block;
  float: left;
  padding: 0 20px;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
  line-height: 42px;
  margin-left: 1px;
}
.headerjp-link-white i {
  margin-right: 8px;
}
.headerjp-link-white {
  background-color: initial !important;
  color: #ff0000 !important;
  padding-left: 0 !important;
}

#headerjp-link-httc {
  position: relative;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}
#headerjp-link-httc:hover {
  transform-origin: right top;
  transform: scale(2);
  z-index: 50;
  background-color: #ffa032;
  box-shadow: none;
  border-left: none;
  width: 150px;
}
#headerjp-link-httc:hover::after {
  content: "";
  background-image: url(../images/logo_httc_white.svg);
  background-size: 140px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
#headerjp-link-httc:hover .link-label {
  visibility: hidden;
}

#headerjp-link-suita {
  position: relative;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}
#headerjp-link-suita:hover {
  transform-origin: right top;
  transform: scale(2);
  z-index: 50;
  background-color: #0081cc;
  box-shadow: none;
  border-left: none;
  width: 150px;
}
#headerjp-link-suita:hover::after {
  content: "";
  background-image: url(../images/logo_suita_white.svg);
  background-size: 140px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
#headerjp-link-suita:hover .link-label {
  visibility: hidden;
}

#headerjp-link-ueroku {
  position: relative;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}
#headerjp-link-ueroku:hover {
  transform-origin: right top;
  transform: scale(2);
  z-index: 50;
  background-color: #3ab483;
  box-shadow: none;
  border-left: none;
  width: 150px;
}
#headerjp-link-ueroku:hover::after {
  content: "";
  background-image: url(../images/logo_ueroku_white.svg);
  background-size: 140px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
#headerjp-link-ueroku:hover .link-label {
  visibility: hidden;
}

#headerjp-link-umeda {
  position: relative;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}
#headerjp-link-umeda:hover {
  transform-origin: right top;
  transform: scale(2);
  z-index: 50;
  background-color: #e95471;
  box-shadow: none;
  border-left: none;
  width: 150px;
}
#headerjp-link-umeda:hover::after {
  content: "";
  background-image: url(../images/logo_umeda_white.svg);
  background-size: 140px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
#headerjp-link-umeda:hover .link-label {
  visibility: hidden;
}

#headerjp-link-sakaihigashi {
  position: relative;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}
#headerjp-link-sakaihigashi:hover {
  transform-origin: right top;
  transform: scale(2);
  z-index: 50;
  background-color: #8a2be2;
  box-shadow: none;
  border-left: none;
  width: 150px;
}
#headerjp-link-sakaihigashi:hover::after {
  content: "";
  background-image: url(../images/logo_sakaihigashi_white.svg);
  background-size: 140px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
#headerjp-link-sakaihigashi:hover .link-label {
  visibility: hidden;
}

#headerjp-link-toyonaka {
  position: relative;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}
#headerjp-link-toyonaka:hover {
  transform-origin: right top;
  transform: scale(2);
  z-index: 50;
  background-color: #e60012;
  box-shadow: none;
  border-left: none;
  width: 150px;
}
#headerjp-link-toyonaka:hover::after {
  content: "";
  background-image: url(../images/logo_toyonaka_white.svg);
  background-size: 140px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
#headerjp-link-toyonaka:hover .link-label {
  visibility: hidden;
}

#headerjp-link-ec {
  position: relative;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}
#headerjp-link-ec:hover {
  transform-origin: right top;
  transform: scale(2);
  z-index: 50;
  background-color: #000;
  box-shadow: none;
  border-left: none;
  width: 150px;
}
#headerjp-link-ec:hover::after {
  content: "";
  background-image: url(../images/logo_takumi_white.svg);
  background-size: 140px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
#headerjp-link-ec:hover .link-label {
  visibility: hidden;
}

#headerjp-link-pps {
  position: relative;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}
#headerjp-link-pps:hover {
  transform-origin: right top;
  transform: scale(2);
  z-index: 50;
  background-color: #f3f4f8;
  box-shadow: none;
  border-left: none;
  width: 150px;
}
#headerjp-link-pps:hover::after {
  content: "";
  background-image: url(../images/logo_pps.svg);
  background-size: 140px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
#headerjp-link-pps:hover .link-label {
  visibility: hidden;
}

#headerjp-link-ttm {
  position: relative;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}
#headerjp-link-ttm:hover {
  transform-origin: right top;
  transform: scale(2);
  z-index: 50;
  background-color: #ffffff;
  box-shadow: none;
  border-left: none;
  width: 150px;
}
#headerjp-link-ttm:hover::after {
  content: "";
  background-image: url(../images/logo_ttm.svg);
  background-size: 180px 30px;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
#headerjp-link-ttm:hover .link-label {
  visibility: hidden;
}

.header-title-wrap {
  position: relative;
  width: 1000px;
  margin: auto;
  text-align: center;
  padding: 24px 0;
}
.header-title-wrap a {
  display: inline;
}

#header-button-quickbooking {
  position: absolute;
  right: 0;
  top: 30px;
  padding: 12px 30px;
  border-radius: 60px;
  text-align: center;
}
#header-button-quickbooking i {
  margin-right: 1em;
}

.quickbooking {
  padding: 40px;
}
.quickbooking-link-regular, .quickbooking-link-lesson {
  display: block;
  padding: 10px 16px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
}
.quickbooking-link-event {
  display: block;
  padding: 6px 0;
  border-bottom: 1px dotted #e5e5e5;
  line-height: 1.4;
}
.quickbooking-link-event:last-child {
  border-bottom: none;
}

.quickbooking-caution {
  padding: 5px;
  text-align: center;
  font-size: 0.8125rem;
  margin-bottom: 20px;
  color: #fff;
  background-color: #e60012;
}

.quickbooking-table .quickbooking-link-regular {
  padding: 12px 16px;
  margin-bottom: 20px;
}
.quickbooking-table .quickbooking-link-regular-note {
  font-size: 0.6875rem;
}

.quickbooking-lesson {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}
.quickbooking-lesson .quickbooking-link-lesson {
  width: 49%;
  margin-right: 2%;
  float: left;
}
.quickbooking-lesson .quickbooking-link-lesson:nth-of-type(2n) {
  margin-right: 0;
}

.quickbooking-subtitle {
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 10px;
  border-top: 2px dotted #e5e5e5;
}

.modaal-container {
  max-width: 550px !important;
}

.header-menu {
  width: 1000px;
  margin: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}
.header-menu ul {
  overflow: hidden;
}
.header-menu-wrap {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.header-menu-btn {
  flex: 1;
  margin-left: 10px;
  float: left;
}
.header-menu-btn-home {
  position: relative;
  display: block;
  width: 35px;
  height: 34px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.header-menu-btn-home img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
}
.header-menu-btn .active {
  background-color: #fff;
  color: #000;
}
.header-menu-btn a {
  position: relative;
  display: block;
  height: 34px;
  color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1em;
}
.header-menu-btn a span {
  position: absolute;
  height: 1em;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

#header-menu-list {
  flex: 1;
  display: flex;
  overflow: hidden;
  line-height: 0;
}
#header-menu-list li {
  display: block;
}

.notice-list {
  box-sizing: border-box;
  width: 1000px;
  margin: 10px auto 0 auto;
  border: 1px solid #ff0000;
  background-color: #fff;
  padding: 8px 20px;
}
.notice-list:first-of-type {
  margin: 20px auto 0 auto;
}
.notice-list-item {
  display: block;
  color: #ff0000;
  margin-bottom: 10px;
  text-align: center;
}
.notice-list-item:visited {
  color: #ff0000;
}
.notice-list-item:last-of-type {
  margin-bottom: 0;
}

#slick {
  width: 100%;
  margin: 20px auto;
}
#slick .slick-slide {
  transition: 0.3s ease;
  transform: scale(0.85);
  opacity: 0.5;
  max-width: 450px;
  margin: 0 10px;
  border: 1px solid #fff;
}
#slick .slick-slide img {
  width: 100%;
  height: auto;
}
#slick .slick-current {
  transform: scale(1);
  opacity: 1;
}
#slick .slick-dots {
  position: relative;
  bottom: 0;
  top: 20px;
}
#slick .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 5px;
  border: 2px solid rgba(0, 0, 0, 0);
}
#slick .slick-dots li img {
  height: 64px;
  width: auto;
}
#slick .slick-dots .slick-active {
  border: 2px solid #ffff00;
}

.container {
  width: 1000px;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.contents {
  overflow: hidden;
}

#large-map {
  width: 100%;
  height: 300px;
}
#large-map iframe {
  width: 100%;
  height: inherit;
}

.newslist {
  margin-bottom: 40px;
}
.newslist ul {
  font-size: 0.875rem;
}
.newslist ul li {
  border-bottom: 1px solid #e5e5e5;
  padding: 16px 0;
}
.newslist ul li a {
  display: table;
  color: #000;
  line-height: 1.6;
}
.newslist ul li p {
  display: table-cell;
  padding-right: 20px;
  margin-bottom: 0;
}

.pagenation {
  text-align: center;
  font-size: 0.875rem;
  margin-bottom: 20px;
}

.page-numbers {
  padding: 5px 7px;
  margin: 0 5px;
  background-color: #eee;
  color: #000;
}
.page-numbers:visited {
  color: #666;
}

.sidebar {
  width: 220px;
  float: left;
  padding: 20px;
}
.sidebar-h3 {
  display: block;
  line-height: 32px;
  padding: 0 10px;
  color: #fff;
  background-color: #000;
  text-align: center;
  font-size: 0.75rem;
  font-weight: bold;
}
.sidebar-box {
  margin-bottom: 20px;
}
.sidebar-box-inner {
  padding: 10px;
  background-color: #fff;
  margin-bottom: 20px;
}
.sidebar-bannergroup a {
  display: block;
  margin-bottom: 10px;
}
.sidebar-bannergroup a:last-child {
  margin-bottom: 0;
}
.sidebar-daybannergroup div {
  margin-bottom: 10px;
}
.sidebar-daybannergroup div:last-child {
  margin-bottom: 0;
}

.main {
  width: 660px;
  float: left;
  background-color: #fff;
  padding: 20px 40px 80px 40px;
}
.main-title {
  font-size: 1.25rem;
  font-weight: bold;
  padding: 1.5em;
  margin-bottom: 2rem;
}
.main-subtitle {
  line-height: 40px;
  padding-left: 16px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 60px;
}
.main-subtitle-h4 {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2;
  margin: 2em 0 1em 0;
  border-bottom: 1px solid #ddd;
}
.main .sponly {
  display: none;
}
.main img {
  max-width: 100%;
  height: auto;
}

.main-title + .main-subtitle {
  margin-top: 0;
}

.footer {
  width: 1000px;
  margin: auto;
  overflow: hidden;
  font-size: 0.625rem;
}
.footer-wrap {
  background-color: #000;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer-nav {
  float: left;
}
.footer-nav-list li {
  display: inline-block;
  margin-right: 2em;
}
.footer-nav-list li a {
  color: #fff;
}
.footer-nav-list li a:hover {
  color: #eee;
}
.footer-credit {
  float: right;
}

.top-booking-button {
  position: relative;
  display: block;
  border-radius: 50px;
  padding: 24px 32px;
  margin-bottom: 32px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
}
.top-booking-button i {
  margin-right: 0.5em;
}
.top-booking-button::after {
  position: absolute;
  right: 32px;
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
}

.top-information-button {
  position: relative;
  display: block;
  border-radius: 50px;
  padding: 0.5em 1em;
  margin-bottom: 32px;
  text-align: center;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  font-weight: bold;
  color: #000;
}
.top-information-button:hover, .top-information-button:visited {
  color: #000;
}
.top-information-button::after {
  position: absolute;
  right: 32px;
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.top-event {
  margin-bottom: 30px;
}
.top-event-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  font-weight: bold;
}
.top-event-header-title {
  flex: 1;
  font-size: 1.25rem;
}
.top-event-header-archive i {
  margin-left: 1em;
}
.top-event-list {
  display: block;
  padding: 0 30px;
}
.top-event-list li {
  display: block;
}
.top-event-list li a {
  display: block;
  padding: 8px 0;
}
.top-event-list li:last-of-type {
  border-bottom: none;
}

.top-menu-box {
  display: flex;
  align-items: stretch;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  background-size: cover;
}
.top-menu-box-title {
  width: 250px;
  min-height: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-menu-box-title-inner {
  text-align: center;
}
.top-menu-box-title-en {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  margin-bottom: 4px;
}
.top-menu-box-title-ja {
  display: inline-block;
  padding: 4px 10px;
  font-weight: bold;
}
.top-menu-box-list {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 8px 30px;
  font-size: 1rem;
  font-weight: bold;
}
.top-menu-box-list ul {
  width: 100%;
}
.top-menu-box-list ul li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.top-menu-box-list ul li:last-of-type {
  border-bottom: none;
}
.top-menu-box-list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
}

.top-banners {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.top-banners a {
  display: block;
  margin-right: 20px;
}
.top-banners a:last-of-type {
  margin-right: 0;
}

.top-bigbanner {
  margin-bottom: 32px;
}
.top-bigbanner a {
  display: block;
}
.top-bigbanner a:nth-of-type(n + 2) {
  margin-top: 10px;
}

.top-banner-forbeginner {
  margin-bottom: 32px;
}

.top-banner-wide {
  margin-bottom: 10px;
}

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

.page-thumbnail {
  margin-bottom: 40px;
  text-align: center;
  background-color: #f7f7f7;
}
.page-thumbnail img {
  height: 360px;
  width: auto;
}

.page-image {
  margin-bottom: 20px;
}

.page-column {
  border: 1px solid #ddd;
  padding: 20px;
  font-size: 0.875rem;
  line-height: 1.8;
  margin-bottom: 40px;
}

.page-table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 40px;
}

.page-table td,
.page-table th {
  padding: 1.5em;
  font-size: 0.875rem;
  border: 1px solid #ddd;
  vertical-align: middle;
}

.page-table th {
  width: 240px;
  text-align: center;
  font-weight: bold;
  background-color: #f7f7f7;
}

.page-gallery {
  overflow: hidden;
}
.page-gallery-item {
  width: 315px;
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}
.page-gallery-item:nth-child(2n) {
  margin-right: 0;
}
.page-gallery-item:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.page-gallery-item img {
  width: 100%;
  height: auto;
}
.page-gallery-item p {
  margin-top: 10px;
}

.page-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 20px;
}
.page-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.page-map {
  margin-top: 40px;
  margin-bottom: 40px;
}

.caution {
  color: #f44336;
  font-weight: bold;
}

.caution_normal {
  color: #f44336;
}

small {
  font-size: 0.6875rem;
}

strong,
b {
  font-weight: bold;
}

p {
  margin-bottom: 1em;
}

p:last-child {
  margin-bottom: 0;
}

.fee-table-th {
  font-size: 1.125rem;
  font-weight: bold;
}

.fee-big {
  font-size: 1.5rem;
  font-weight: bold;
  color: #f44336;
}

.fee-banners {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.fee-banners-item {
  width: 49%;
}
.fee-banners-item a {
  display: block;
}
.fee-banners-item img {
  width: 100%;
  height: auto;
}

.coach {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.coach:last-of-type {
  border-bottom: none;
}
.coach-photo {
  flex: 1;
  margin-right: 40px;
}
.coach-photo img {
  width: 100%;
  height: auto;
}
.coach-info-wrapper {
  width: 470px;
}
.coach-info-list dt {
  margin-top: 0.8em;
  font-weight: bold;
  color: #666;
}
.coach-info-folded + [data-readmore-toggle], .coach-info-folded[data-readmore] {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.coach-info-folded + [data-readmore-toggle] {
  padding: 4px;
  margin-top: 20px;
  text-align: center;
  border-radius: 4px;
}
.coach-name {
  padding-top: 10px;
  font-size: 1.5rem;
  font-weight: bold;
}
.coach-name-kana {
  font-size: 0.75rem;
}
.coach-nickname {
  min-height: 1.5em;
}
.coach-copy {
  margin-top: 10px;
}
.coach-item {
  padding-bottom: 80px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.coach-item:last-of-type {
  border-bottom: 0;
  padding-bottom: 40px;
}
.coach-movie-link {
  padding-left: 1.8em;
  background-image: url(../images/ic_movie_link.png);
  background-repeat: no-repeat;
  background-size: auto 1em;
  background-position: left center;
}
.coach + br {
  display: none;
}

.lesson-index-list {
  display: block;
  border-radius: 4px;
  padding: 10px 20px;
  margin-bottom: 20px;
  font-size: 1.125rem;
  font-weight: bold;
}
.lesson-index-list:first-of-type {
  margin-top: 30px;
}
.lesson-bookingbutton {
  display: block;
  box-sizing: border-box;
  width: 85%;
  margin: 0 auto 30px auto;
  padding: 0.5em;
  font-size: 1.125rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  border-radius: 4px;
}
.lesson-bookingbutton:hover, .lesson-bookingbutton:visited {
  color: #000;
}

.form-item {
  margin-bottom: 20px;
}
.form-item label {
  font-weight: bold;
  line-height: 2;
}

.required {
  color: #ff0000;
}

.wpcf7 input[type=text],
.wpcf7 input[type=tel],
.wpcf7 input[type=email],
.wpcf7 input[type=number] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wpcf7 input[type=text],
.wpcf7 input[type=tel],
.wpcf7 input[type=email] {
  border: 1px solid #aaa;
  width: 50%;
  height: 32px;
  padding: 2px;
}

.wpcf7 input[type=number] {
  border: 1px solid #aaa;
  width: 80px;
  height: 32px;
  padding: 2px;
}

.wpcf7 textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wpcf7 textarea {
  border: 1px solid #aaa;
  width: 80%;
  padding: 2px;
}

.wpcf7 select,
.calendarlinkselect {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  min-width: 150px;
  padding: 0 20px 0 10px;
  text-indent: 1em;
  background: #fff url(../images/arw_select_down.png) no-repeat;
  background-size: 10px 5px;
  background-position: right 5px center;
  height: 24px;
  line-height: 24px;
  border: 1px solid #aaa;
}

.eventselect {
  width: initial !important;
}

.wpcf7 input[type=submit] {
  display: block;
  -webkit-appearance: none;
  width: 50%;
  margin: 60px auto 0 auto;
  height: 48px;
  background-color: #019875;
  border: none;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.wpcf7 input[type=submit]:hover {
  background-color: #03a678 !important;
  color: #fff;
}
.wpcf7 input[type=checkbox] {
  display: none;
}
.wpcf7 input[type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  vertical-align: middle;
}
.wpcf7 input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: #ccc;
  font-size: 22px;
  margin-right: 8px;
}
.wpcf7 input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  content: "\f14a";
  font-weight: 900;
  color: #019875;
}
.wpcf7 input[type=radio] {
  display: none;
}
.wpcf7 input[type=radio] + .wpcf7-list-item-label:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: #ccc;
  font-size: 22px;
  margin-right: 8px;
}
.wpcf7 input[type=radio]:checked + .wpcf7-list-item-label:before {
  content: "\f192";
  font-weight: 900;
  color: #019875;
}
.wpcf7 .pre-form-text {
  margin-top: 40px;
  text-align: center;
  color: #ff0000;
  font-weight: bold;
}

span.wpcf7-list-item {
  margin-left: 0 !important;
}

.wpcf7-list-item-label {
  display: inline-block;
  white-space: nowrap;
  margin-right: 2em;
  line-height: 1.5;
  font-weight: normal;
}

.media-gallery {
  display: flex;
  flex-wrap: wrap;
  margin-top: -30px;
}
.media-gallery-item {
  width: 283px;
  padding: 15px;
  border: 1px solid #e5e5e5;
  margin-right: 30px;
  margin-top: 30px;
}
.media-gallery-item img {
  width: 100%;
  height: auto;
  min-height: 201px;
}
.media-gallery-item p {
  margin-top: 10px;
  font-weight: bold;
}
.media-gallery-item:nth-child(2n) {
  margin-right: 0;
}
.media-gallery-item:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.media-table {
  width: 100%;
  border: 1px solid #e5e5e5;
}
.media-table th {
  width: 170px;
  text-align: left;
  padding: 15px 15px 0 15px;
}
.media-table td {
  padding: 15px 15px 0 15px;
}
.media-table tr:last-child th {
  padding-bottom: 15px;
}
.media-table tr:last-child td {
  padding-bottom: 15px;
}

#callink select::-ms-expand {
  display: none;
}

#caloption {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  width: 50%;
  text-indent: 1em;
  background: #fff url(../images/ic_select_down.png) no-repeat;
  background-size: 15px 9px;
  background-position: right 10px center;
  height: 32px;
  line-height: 32px;
  border: 1px solid #aaa;
  margin-bottom: 16px;
}

input[type=date] {
  position: relative;
}

input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=date]::-webkit-clear-button {
  -webkit-appearance: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
}

input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.accordion-group {
  border-top: 1px solid #ccc;
}

.accordion-check {
  display: none;
}

.accordion-item {
  position: relative;
}

.accordion-label,
.accordion-content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.5s;
}

.accordion-label {
  padding: 1em;
  display: block;
  font-weight: bold;
  cursor: pointer;
}

.accordion-label:after,
.accordion-label:before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  transition: all 0.2s;
  background-color: #666;
}

.accordion-label:after {
  transform: rotate(90deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}
.accordion-content p {
  margin: 0;
  padding: 0.5em 1em 1em;
  line-height: 1.5;
  margin-bottom: 1em;
}

.accordion-check:checked + .accordion-label + .accordion-content {
  max-height: 200px;
}
.accordion-check:checked + .accordion-label:before {
  transform: rotate(90deg) !important;
}