@charset "UTF-8";
@media print, screen and (min-width: 750px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 749px) {
  .pc {
    display: none !important;
  }
}
@-webkit-keyframes scaling {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.85);
  }
}
@keyframes scaling {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.85);
  }
}
.scrollItem, .scrollListItem {
  opacity: 0;
  transition: all ease-in-out 0.6s;
}
.scrollItem.scrollActive, .scrollListItem.scrollActive {
  opacity: 1 !important;
  transform: translate(0) scale(1) !important;
}

.fadein {
  opacity: 0;
}
.fadein.scrollActive {
  opacity: 1;
}

.fadeTop {
  transform: translateY(5rem);
}
.fadeTop.scrollActive {
  transform: translate(0);
}

.fadeRight {
  transform: translateX(5rem);
}
.fadeRight.scrollActive {
  transform: translate(0);
}

.fadeBottom {
  transform: translateY(-5rem);
}
.fadeBottom.scrollActive {
  transform: translate(0);
}

.fadeLeft {
  transform: translateX(-5rem);
}
.fadeLeft.scrollActive {
  transform: translate(0);
}

.fadeInLeft, .fadeInRight {
  position: relative;
}
.fadeInLeft::after, .fadeInRight::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transition: all ease-in-out 0.6s;
  transform-origin: center right;
}
.fadeInLeft.scrollActive::after, .fadeInRight.scrollActive::after {
  transform: scaleX(0);
}

.fadeInRight::after {
  transform-origin: center left;
}

.m-auto {
  margin: auto;
}

/*スクールスライダー上の画像位置*/
.school-slider-title {
  /* display: -webkit-box; */
  /* display: -webkit-flex; */
  display: block;
  /* -webkit-box-pack: center; */
  /* -webkit-justify-content: center; */
  /* justify-content: center; */
  /* -webkit-box-align: center; */
  /* -webkit-align-items: center; */
  /* align-items: center; */
  position: absolute;
  right: 1.2%;
  bottom: 10%;
  left: inherit;
  top: inherit;
  width: auto;
  height: auto;
}

@media only screen and (max-width: 990px) {
  #factory-head-photo img.school-slider-title__image {
    max-width: 100%;
    height: auto;
    margin-left: auto;
    display: block;
  }
  #factory-head-photo .school-slider-title {
    left: inherit;
    width: 38%;
    height: auto;
  }
}
@media only screen and (max-width: 500px) {
  #factory-head-photo .school-slider-title {
    bottom: 13%;
  }
}
/*スクールロゴ*/
.content-wrapper .school_logo img,
.fitting-template .school_logo img,
.school-template .school_logo img {
  width: 250px;
  height: auto;
}

.fitting-template .school_logo,
.school-template .school_logo {
  padding-top: 60px;
}
@media only screen and (max-width: 749px) {
  .fitting-template .school_logo,
.school-template .school_logo {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 500px) {
  .content-wrapper .school_logo img,
.fitting-template .school_logo img,
.school-template .school_logo img {
    width: 180px;
    height: auto;
  }
}
/*スクール本店改行*/
#shop-title {
  line-height: 1.5;
}

#shop-title span.pc {
  font-size: 100%;
  font-weight: normal;
  margin-left: 0;
}

#shop-title br.pc {
  display: none;
}

@media only screen and (max-width: 768px) {
  #shop-title span.pc {
    display: none;
  }
  #shop-title br.pc {
    display: block;
  }
}
/*シュートコース*/
.flex_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: space-between;
}

.sc_price_wrap div {
  width: 48%;
  margin-bottom: 1em;
}

table.shisetsu_gaiyo {
  margin-top: 3.5em;
}

table.shisetsu_gaiyo td {
  padding: 20px 10px;
}

.movies ul.movies_list {
  display: flex;
  list-style: none;
  justify-content: space-between;
}

.movies ul.movies_list figure,
.movies ul.movies_list figure button {
  margin: 0;
  padding: 0;
}

.movies ul.movies_list figure button {
  cursor: pointer;
  outline: none;
}

.movies ul.movies_list figure button:hover img {
  opacity: 0.7;
}

.movies ul.movies_list img {
  width: 260px;
}

.ttl_movie {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0.5em;
}

@media screen and (max-width: 1200px) {
  .movies ul.movies_list img {
    width: 94%;
  }
}
@media screen and (max-width: 990px) {
  .movies ul.movies_list {
    flex-wrap: wrap;
  }
  .movies ul.movies_list li {
    width: 48%;
    margin-bottom: 1em;
  }
  .sc_price_wrap div {
    width: 100%;
  }
  .shisetsu_gaiyo td {
    padding: 10px;
  }
  table.shisetsu_gaiyo {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .movies ul.movies_list li {
    width: 100%;
    margin-bottom: 1em;
  }
}
/*上海店用バナー追加*/
.shop_bnr {
  margin-bottom: 2em;
}

.shop_bnr img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.shop_bnr a {
  padding: 0;
}

.shop_contact a {
  color: white;
  text-align: center;
  background: #074097;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 15px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 300px;
  margin: 0 auto;
  margin-bottom: 2em;
  font-size: 20px;
}

.shop_contact a:hover {
  background: #2679f5;
}

.shop_contact a:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 17px;
  background: url("../images/icon_mail.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.shop_contact a:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../images/icon_target_blank.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media all and (-ms-high-contrast: none) {
  .shop_contact a span {
    margin-top: 7px;
  }
}
/*ヘッダーフッターSNS icon*/
#head-bar #head-right nav li img {
  height: 20px;
}

#head-bar #head-right nav li a:hover img {
  opacity: 0.7;
}

#head-bar #head-right nav li.twitter {
  padding-right: 0;
}

#head-bar #head-right nav li.facebook {
  padding-right: 0;
}

#head-bar #head-right nav li.instagram {
  padding-right: 0;
}

#sns-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

#sns-menu ul li {
  width: 13.4%;
  margin: 0 2%;
}

#sns-menu ul li a {
  border: none;
  width: 100%;
  height: auto;
}

#sns-menu ul li a img {
  width: 100%;
  border: none;
}

/*top ショップリスト*/
#home-shoplist {
  display: flex;
  flex-wrap: wrap;
  background: none;
  padding: 0;
}

#home-shoplist .syop-wiew {
  background: #EEE url(/images/shoplist-bg02.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  width: 56%;
  border-radius: 5px 0 0 5px;
}

#home-shoplist .home-shop-btns-wrap {
  background: #F2F1F2;
  width: 44%;
  border-radius: 0 5px 5px 0;
  padding: 20px 35px 25px;
  box-sizing: border-box;
}

#home-shoplist #home-shop-btns {
  float: inherit;
  width: auto;
}

#home-shoplist #home-shop-btns h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #000;
  width: auto;
  margin-left: inherit;
  margin-right: inherit;
  float: inherit;
  margin: 0;
  margin-bottom: 5px;
}

#home-shoplist #home-shop-btns h3 span {
  font-size: 11px;
  color: #878787;
  margin-left: 15px;
}

#home-shop-btn a {
  margin-bottom: 9px;
  box-shadow: none;
}

@media screen and (max-width: 1100px) {
  #home-shoplist .home-shop-btns-wrap {
    width: 44%;
    padding: 20px 25px 25px;
  }
  #home-shoplist #home-shop-btns h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 990px) {
  #home-shoplist .home-shop-btns-wrap {
    width: 44%;
    padding: 20px 20px 25px;
  }
  #home-shoplist #home-shop-btns h3 {
    font-size: 16px;
  }
  #home-shoplist #home-shop-btns h3 span {
    font-size: 10px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 750px) {
  #home-shoplist .syop-wiew {
    width: 100%;
    height: 34vw;
  }
  #home-shoplist .home-shop-btns-wrap {
    width: 100%;
    padding: 10px 25px 25px;
  }
  #home-shoplist #home-shop-btns h3 {
    font-size: 20px;
  }
  #home-shoplist #home-shop-btns h3 span {
    font-size: 11px;
    margin-left: 10px;
  }
}
.price-table-ic-card {
  display: flex;
  align-items: flex-start;
}

.price-table-ic-card span {
  margin-right: 1rem;
}

.price-table-ic-card p {
  margin: 0;
}

.price-table-ic-card br.sp {
  display: none;
}

.mb0 {
  margin-bottom: 0;
}

.mt0 {
  margin-top: 0;
}

.mt10 {
  margin-top: 10px;
}

@media screen and (max-width: 750px) {
  .enter-fee {
    padding: 20px;
  }
  .price-table-ic-card {
    display: block;
  }
  .price-table-ic-card br.sp {
    display: block;
  }
}
.price-table__row .price-table__data--type.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .price-table__row .price-table__data--type.pc {
    display: none;
  }
  .price-table__row .price-table__data--type.sp {
    display: block;
  }
}
/* トップページのMV下のボタン */
.top.notices_area {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 2em 0 3em;
  flex-wrap: wrap;
  gap: 15px;
  max-width: 1600px;
  margin: auto;
}
@media only screen and (max-width: 749px) {
  .top.notices_area {
    display: block;
  }
}
.top.notices_area .btn {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: 3px #000 solid;
  text-decoration: none;
  font-weight: bold;
  padding: 1em 2em;
  font-size: 18px;
  box-shadow: 0px 1px 5px #ccc;
  width: 46%;
  max-width: 540px;
  letter-spacing: 2px;
  position: relative;
  color: #000;
}
@media only screen and (max-width: 749px) {
  .top.notices_area .btn {
    font-size: 15px;
    margin: auto;
    width: 85%;
    padding: 1em;
  }
}
@media only screen and (max-width: 749px) {
  .top.notices_area .btn:not(:first-of-type) {
    margin: 15px auto auto;
  }
}
.top.notices_area .btn:after {
  content: "";
  position: absolute;
  top: 42%;
  right: 13px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}
.top.notices_area .btn:hover {
  color: #fff;
  background: #0f5cdd;
  border: 3px #0f5cdd solid;
}
.top.notices_area .btn:hover:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.top.notices_area .btn:hover span {
  color: #fff !important;
}
.top.notices_area .btn.custom_link_none::after {
  display: none;
}
.top.notices_area .btn01 .red {
  color: #CF353E;
  transition: all ease-in-out 0.3s;
}
.top.notices_area .btn01 small {
  font-size: 12px;
}

@media screen and (min-width: 770px) {
  .catalogue-thumb-wrapper .catalogue-thumb {
    padding: 10px 0;
    width: 32%;
  }
  .catalogue-thumb-wrapper .catalogue-thumb.first img {
    width: 53.3%;
  }
  .catalogue-thumb-wrapper .catalogue-thumb.second {
    width: 34%;
  }
}
.shop-archive ul .country {
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 0.4rem;
  display: block;
}

.shop-archive ul dt {
  line-height: 1.4;
}

.shop-archive .access {
  padding-bottom: 0;
}

.shop-archive .time {
  margin-top: 10px;
}

@media screen and (min-width: 770px) {
  .shop-archive dl {
    display: flex;
  }
}
section.content-wrapper.formBtn {
  padding: 0 0 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}

section.content-wrapper.formBtn a.blue {
  border: 3px #074097 solid;
  background-color: #074097;
  box-shadow: 0px 1px 5px #ccc;
  color: #fff;
}

section.content-wrapper.formBtn a.blue:hover {
  background-color: #fff;
  color: #000;
}

section.content-wrapper.formBtn a.blue:hover::after {
  border-top: 2px solid #074097;
  border-right: 2px solid #074097;
}

section.content-wrapper.formBtn a.blue::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media screen and (max-width: 750px) {
  section.content-wrapper.formBtn {
    gap: 1rem;
  }
}
.shopImgList .container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2%;
  margin-bottom: 40px;
}

.shopImgList .container figure {
  margin: 0;
  width: 49%;
}

.shopImgList .container figure a {
  transition: all ease-in-out 0.3s;
}

.shopImgList .container figure a:hover {
  opacity: 0.7;
}

.shopImgList .container figure img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .shopImgList .container {
    gap: 0.5rem 2%;
  }
  .shopImgList .container figure {
    width: 100%;
  }
}
#info-secondary > .school-link {
  margin-top: 1rem;
}

#info-secondary > .school-link .item {
  margin-top: 5px;
}

@media screen and (max-width: 750px) {
  #info-secondary > .school-link .item a {
    display: block;
    padding: 10px 20px;
  }
}
.banner-catalogue-box_wrap dl dt::after {
  transform: none;
  top: 2px;
}

#home-ecshop.double {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#home-ecshop.double #ec-banner01, #home-ecshop.double #ec-banner02 {
  display: block;
  transition: 0.25s;
  box-shadow: 0px 1px 8px #999;
  width: 100%;
}

#home-ecshop.double #ec-banner01 a, #home-ecshop.double #ec-banner02 a {
  display: block;
  width: 100%;
  background: #222;
  background: linear-gradient(to bottom, #555555 0%, #0e0e0e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#555555", endColorstr="#0e0e0e",GradientType=0 );
  padding: 10px 0;
  text-align: center;
  border: 1px solid #EEE;
}

#home-ecshop.double #ec-banner02 a {
  background: linear-gradient(to bottom, #ea7079 0%, #d95881 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ea7079", endColorstr="#d95881",GradientType=0 );
}

#home-ecshop.double #ec-banner01 img, #home-ecshop.double #ec-banner02 img {
  max-width: unset;
  width: auto;
  height: 36px;
}

#home-ecshop.double #ec-banner02 {
  margin-top: 10px;
}

@media screen and (max-width: 1000px) {
  #home-ecshop.double #ec-banner01 img, #home-ecshop.double #ec-banner02 img {
    height: 28px;
  }
}
@media screen and (max-width: 750px) {
  #home-ecshop.double #ec-banner01 a, #home-ecshop.double #ec-banner02 a {
    padding: 14px 0;
  }
  #home-ecshop.double #ec-banner01 img, #home-ecshop.double #ec-banner02 img {
    height: 36px;
  }
}
#info-secondary > .school-link.underline a {
  color: #000;
  background: unset;
  box-shadow: unset;
  padding: 0;
  text-decoration: underline;
  font-size: 1.2em;
  transition: all ease-in-out 0.3s;
}

#info-secondary > .school-link.underline a:hover {
  opacity: 0.7;
}

.lesson-step .lesson-step__name {
  line-height: 1.4;
}

.gallery-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 70px;
}

.gallery-content .gallery-content {
  margin-bottom: 0;
}

.gallery-content .item {
  width: calc(50% - 20px);
}

.gallery-content .item.w100 {
  width: 100%;
}

.gallery-content .item figure {
  margin: 0;
}

.gallery-content .item figure img {
  width: 100%;
}

.gallery-content .item .title {
  margin-top: 0;
  color: #fff;
  background-color: #000;
  text-align: center;
  padding: 8px 0 6px;
  font-weight: bold;
  font-size: 18px;
}

.gallery-content p.item {
  font-size: 1.125rem;
  margin-top: 5px;
}

@media screen and (max-width: 750px) {
  .gallery-content {
    gap: 30px;
    margin-bottom: 50px;
  }
  .gallery-content .item {
    width: 100%;
  }
  .gallery-content .item .title {
    font-size: 16px;
  }
  .gallery-content p.item {
    margin-top: -20px;
  }
}
#top-head .head-dropdown_lang {
  position: relative;
}

#top-head .head-dropdown_lang:hover {
  cursor: pointer;
  opacity: 1;
}

#top-head .head-dropdown_lang:hover .head-dropdown_menu {
  visibility: visible;
  opacity: 1;
}

#top-head .head-dropdown_lang a {
  padding-right: 1rem;
}

#top-head .head-dropdown_lang::after {
  content: "";
  display: block;
  position: absolute;
  top: 14%;
  right: 6%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #074097;
  border-right: 2px solid #074097;
  transform: rotate(135deg);
}

#top-head .head-dropdown_menu {
  position: absolute;
  top: 32px;
  left: 0;
  height: 4rem;
  width: 100%;
  z-index: 999;
  display: flex;
  flex-wrap: wrap;
  visibility: hidden;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}

#top-head .head-dropdown_menu li {
  display: block;
  background-color: #ccc;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  height: 50%;
  line-height: 30px;
  width: 100%;
  padding: 0 !important;
  transition: all ease-in-out 0.3s;
}

#top-head .head-dropdown_menu li a {
  display: block;
  padding: 0;
}

#top-head .head-dropdown_menu li:hover {
  background-color: #074097;
  color: #fff !important;
  cursor: pointer;
}

#top-head .head-dropdown_menu li:hover a {
  color: #fff !important;
}

#top-head .head-dropdown_menu li + li {
  border-top: 1px solid #fff;
}

.workshop__title, .fitting-system__title {
  line-height: 1.4;
}

.membership-detail__info {
  margin: -20px 0 1.5rem;
  text-align: center;
}

.membership-detail__info .sub {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.membership-detail__info .text {
  font-size: 1.2em;
}

@media screen and (max-width: 750px) {
  .membership-detail__info {
    margin-top: -35px;
  }
}
.reserveForm {
  margin-bottom: 50px;
}
@media only screen and (max-width: 749px) {
  .reserveForm {
    margin-bottom: 40px;
  }
}
.reserveForm .container {
  padding: 45px 0;
  background-color: #FAFAFA;
  max-width: 750px;
}
@media only screen and (max-width: 749px) {
  .reserveForm .container {
    padding: 30px;
  }
}
.reserveForm .title {
  color: #000;
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 40px;
  margin: 0 0 30px;
}
@media only screen and (max-width: 749px) {
  .reserveForm .title {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}

.linkType01 {
  display: block;
  position: relative;
  font-weight: bold;
  font-size: 25px;
  color: #fff;
  background-color: #CF353E;
  line-height: 70px;
  margin: auto;
  width: 75%;
  max-width: 650px;
  text-align: center;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}
@media only screen and (max-width: 749px) {
  .linkType01 {
    width: 100%;
    font-size: 18px;
    line-height: 50px;
  }
}
.linkType01:hover {
  opacity: 0.7;
  color: #fff;
}
.linkType01:hover::after {
  right: 20px;
}
.linkType01::after {
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  border-top: 2.5px solid #fff;
  border-right: 2.5px solid #fff;
  transform: rotate(45deg);
  transition: all ease-in-out 0.3s;
}
@media only screen and (max-width: 749px) {
  .linkType01::after {
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

@media print, screen and (min-width: 1001px) {
  #info-secondary.under {
    margin-top: 40px;
  }
}

h3.title.red {
  color: crimson;
}

.blog-content .blog-calendar {
  margin: 20px 0;
}
.blog-content .blog-calendar iframe {
  width: 100%;
}

.yaesu-banner-lesson {
  margin-bottom: 50px;
  margin-top: 20px;
  text-align: center;
}
@media only screen and (max-width: 749px) {
  .yaesu-banner-lesson {
    margin-bottom: 30px;
  }
  .yaesu-banner-lesson.upper .formBtn {
    margin-top: 10px;
  }
}
.yaesu-banner-lesson figure img {
  width: 100%;
}
.yaesu-banner-lesson a {
  display: inline-block;
  transition: all ease-in-out 0.3s;
}
.yaesu-banner-lesson a:hover {
  opacity: 0.7;
}
.yaesu-banner-lesson > .banner {
  margin: auto;
  width: 76%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 749px) {
  .yaesu-banner-lesson > .banner {
    margin-bottom: 10px;
    width: 100%;
  }
}
.yaesu-banner-lesson > .banner .banner-text {
  margin: 0 auto 10px;
  width: 78%;
}
@media only screen and (max-width: 749px) {
  .yaesu-banner-lesson > .banner .banner-text {
    margin-bottom: 5px;
    width: 85%;
  }
}
.yaesu-banner-lesson > .banner .banner-btn {
  -webkit-animation: scaling 1s ease-in-out infinite alternate;
          animation: scaling 1s ease-in-out infinite alternate;
  width: 100%;
  margin: auto;
}
.yaesu-banner-lesson > .banner .banner-btn + .banner-triangle {
  margin: 30px auto;
  width: 66px;
}
@media only screen and (max-width: 749px) {
  .yaesu-banner-lesson > .banner .banner-btn + .banner-triangle {
    width: 40px;
    margin: 10px auto;
  }
}
.yaesu-banner-lesson > .link {
  color: #000;
  font-weight: bold;
  font-size: 1.2em;
}
.yaesu-banner-lesson > figure {
  margin: auto;
  width: 86%;
}
@media only screen and (max-width: 749px) {
  .yaesu-banner-lesson > figure {
    width: 100%;
  }
}
.yaesu-banner-lesson > figure img {
  width: 100%;
}

.yaesu-banner-lesson-fix {
  position: fixed;
  right: 0;
  bottom: 20px;
  left: 0;
  margin: auto;
  max-width: 650px;
  width: 78%;
  z-index: 100;
  display: none;
  -webkit-animation: scaling 1s ease-in-out infinite alternate;
          animation: scaling 1s ease-in-out infinite alternate;
}
@media only screen and (max-width: 749px) {
  .yaesu-banner-lesson-fix {
    bottom: 15px;
  }
}
.yaesu-banner-lesson-fix a {
  display: inline-block;
}
.yaesu-banner-lesson-fix img {
  width: 100%;
}

.yaesu-banner-lesson-fix-box {
  display: flex;
  justify-content: center;
  gap: 20px;
  position: fixed;
  right: 0;
  bottom: 20px;
  left: 0;
  margin: auto;
  z-index: 100;
}
@media only screen and (max-width: 749px) {
  .yaesu-banner-lesson-fix-box {
    flex-direction: column;
    align-items: center;
    gap: 1px;
  }
}
.yaesu-banner-lesson-fix-box figure:not(.banner-triangle) {
  max-width: 550px;
  width: 40%;
  -webkit-animation: scaling 1s ease-in-out infinite alternate;
          animation: scaling 1s ease-in-out infinite alternate;
  margin: 0;
}
@media only screen and (max-width: 749px) {
  .yaesu-banner-lesson-fix-box figure:not(.banner-triangle) {
    max-width: 650px;
    width: 65%;
  }
}
.yaesu-banner-lesson-fix-box figure:not(.banner-triangle) img {
  width: 100%;
}
.yaesu-banner-lesson-fix-box .banner-triangle {
  margin: 0;
}
@media print, screen and (min-width: 750px) {
  .yaesu-banner-lesson-fix-box .banner-triangle {
    transform: rotate(-90deg) translateX(-40px);
    height: 30px;
  }
}
@media only screen and (max-width: 749px) {
  .yaesu-banner-lesson-fix-box .banner-triangle {
    width: 30px;
  }
}
.yaesu-banner-lesson-fix-box .banner-triangle img {
  width: auto;
  height: 100%;
}

@media only screen and (max-width: 749px) {
  .content-wrapper.formBtn {
    margin-top: 10px;
  }
}

#home-slider .custom_link_none, .notices_area .custom_link_none {
  pointer-events: none;
}

.school-hero + .school-hero {
  margin-top: -10px;
  margin-bottom: 60px;
}

.noLink {
  pointer-events: none;
  display: block;
  position: relative;
}
.noLink::after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  inset: 0;
  z-index: 1;
}

.mw_wp_form .intro-cap {
  background-color: #FAFAFA;
  padding: 20px 15px;
  color: red;
}
.mw_wp_form .form input[type=radio] {
  width: auto !important;
}
.mw_wp_form .form .sep-left.radio {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.5rem;
}
@media only screen and (max-width: 749px) {
  .mw_wp_form .form .sep-left.radio {
    padding-top: 15px;
    gap: 1rem;
  }
}
.mw_wp_form .form dt.announce {
  width: 100%;
}
@media only screen and (max-width: 749px) {
  .mw_wp_form .form dt.announce {
    padding-bottom: 15px;
  }
}