@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

@media screen and (min-width: 768px), print {
  [href*='tel:'] {
    pointer-events: none;
  }
  .bread_nav {
    padding-top: 153px;
    background-color: #f4f4f4;
  }
  .bread_nav__wrapper {
    width: 1100px;
    margin: 0 auto;
  }
  .bread_nav__wrapper ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bread_nav__wrapper ul a {
    color: #218e43;
  }
  .bread_nav__wrapper ul li {
    margin: 15px 25px;
    position: relative;
  }
  .bread_nav__wrapper ul li:first-of-type {
    margin-left: 0;
  }
  .bread_nav__wrapper ul li:last-of-type::after {
    display: none;
  }
  .bread_nav__wrapper ul li::after {
    content: "＞";
    position: absolute;
    right: -34px;
    top: 0;
  }

  .sec_inner {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }

  .sec_ttl {
    position: relative;
    text-align: center;
    background: url(../images/ttl_bg.jpg) center center;
    background-size: cover;
    color: #fff;
    font-size: 3.6rem;
    padding: 6rem 0 8rem;
    line-height: 1.2;
  }

  .sec_ttl::after {
    content: "";
    position: absolute;
    width: 5rem;
    height: 2rem;
    background: url(../images/ttl_deco.svg) no-repeat center center;
    background-size: contain;
    left: 50%;
    transform: translateX(-50%);
    bottom: 4.5rem;
  }

  .grayArea {
    background: #F7F7F7;
  }

  .mv {
    background: url(../images/mv_img.jpg) center center;
    background-size: cover;
    padding: 10rem 0 18rem;
    text-align: center;
  }

  .mv_ttl {
    margin-top: 2rem;
    font-size: 5.4rem;
    color: #fff;
    text-shadow: 0.3rem 0.5rem 0.5rem rgba(5, 5, 5, .2);
  }

  .cvArea {
    margin-top: -12rem;
    text-align: center;
    background: url(../images/cv_bg.png) no-repeat center center;
    background-size: cover;
    width: 72rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: .5rem;
    padding: 3rem 0;
  }

  .cvArea_ttl {
    font-size: 3.2rem;
    color: #fff;
  }

  .cvArea_txt {
    margin-top: 1rem;
    line-height: 2;
    color: #fff;
  }

  .cvArea_btnWrap {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
  }

  .cvArea_btnWrap a {
    position: relative;
    width: 22rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .3rem;
    padding: 1.5rem 0;
    font-size: 2rem;
    font-weight: bold;
    color: #0E8E46;
  }

  .cvArea_btnWrap a::after {
    content: "";
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    height: 0.6rem;
    width: 0.6rem;
    border-right: .2rem solid #0E8E46;
    border-bottom: .2rem solid #0E8E46;
  }

  .cvArea_btnWrap a figure {
    display: grid;
    width: 2.2rem;
  }

  .cvArea_btnWrap a:last-of-type {
    margin-left: 1.5rem;
  }

  .cvArea_btnWrap a:last-of-type figure {
    margin-right: 1rem;
  }

  .c_banner {
    margin-top: 6rem;
  }

  .c_banner__ttl {
    text-align: center;
    font-size: 3rem;
    color: #0E8E46;
    margin-bottom: 2rem;
  }

  .c_banner__ttl span {
    position: relative;
  }

  .c_banner__ttl span::after, .c_banner__ttl span::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 3.5rem;
    width: 0.2rem;
    background: #0E8E46;
  }

  .c_banner__ttl span::after {
    left: -2rem;
    transform: translateY(-50%) rotate(-45deg);
  }

  .c_banner__ttl span::before {
    right: -2rem;
    transform: translateY(-50%) rotate(45deg);
  }

  .c_banner figure {
    width: 72rem;
    margin-left: auto;
    margin-right: auto;
  }

  .enjoy {
    text-align: center;
    padding-top: 7.5rem;
    padding-bottom: 8rem;
  }

  .enjoy__ttl {
    color: #0B897B;
    font-size: 3.2rem;
  }

  .enjoy__txt {
    margin-top: 2rem;
    width: 50rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 2;
    text-align: left;
  }

  .enjoy__img {
    margin-top: 4rem;
    width: 95rem;
    margin-left: auto;
    margin-right: auto;
  }

  .enjoy__wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 72rem;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    padding: 3rem;
    border-radius: 1rem;
    text-align: left;
    line-height: 1.8;
    margin-top: -7rem;
    z-index: 1;
  }

  .enjoy__wrap h4 {
    font-size: 1.6rem;
    width: 26rem;
  }

  .enjoy__wrap p {
    width: calc(100% - 26rem - 3rem);
  }

  .point {
    padding-bottom: 8rem;
  }

  .point_txt {
    text-align: center;
    margin-top: 5rem;
    font-size: 1.6rem;
    line-height: 1.8;
  }

  .point_list {
    margin-top: 5rem;
  }

  .point_ele {
    counter-increment: li;
    padding: 4rem 0;
  }

  .point_ele figure {
    display: flex;
    justify-content: space-between;
  }

  .point_ele:nth-of-type(even) {
    background: #F5FFF4;
  }

  .point_ele:nth-of-type(even) figure {
    flex-direction: row-reverse;
  }

  .point_ele figure div {
    position: relative;
    width: 44rem;
  }

  .point_ele figure div span {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 5rem;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    color: #fff;
    line-height: .9;
  }

  .point_ele figure div span::after {
    content: counter(li);
    font-size: 11rem;
  }

  .point_ele figure figcaption {
    width: calc(100% - 44rem);
    padding: 5rem 9rem 0;
  }

  .point_ele figure figcaption h3 {
    font-size: 2.8rem;
    color: #0E8E46;
    font-weight: 500;
    white-space: nowrap;
  }

  .point_ele figure figcaption p {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 1.5rem;
  }

  .coach_txt {
    margin-top: 5rem;
    text-align: center;
    line-height: 2;
    font-size: 1.6rem;
  }

  .coach_list {
    display: flex;
    justify-content: space-between;
    margin: 3rem 5rem;
    padding: 0 2rem;
  }

  .coach_ele {
    padding: 0 1rem;
  }

  .coach_ele h3 {
    text-align: center;
    font-size: 2rem;
  }

  .coach_ele h3 small {
    position: relative;
    display: block;
    font-size: 1.3rem;
    color: #0B897B;
    padding-top: 0.9rem;
    margin-top: 0.8rem;
  }

  .coach_ele h3 small::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: .2rem;
    width: 2rem;
    background: #0B897B;
  }

  .coach_ele figure {
    margin-top: 1.5rem;
  }

  .coach_ele figure div {
    width: 18rem;
    margin-left: auto;
    margin-right: auto;
  }

  .coach_ele figure figcaption {
    position: relative;
    margin-top: 1.5rem;
    background: #F7F7F7;
    font-size: 1.3rem;
    padding: 1.5rem;
    line-height: 1.8;
    border-radius: 1rem;
  }

  .coach_ele figure figcaption::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-99%);
    border: .8rem solid transparent;
    border-bottom: 1rem solid #F7F7F7;
  }

  .slick-prev, .slick-next {
    background: #0B897B;
    border-radius: 999rem;
    width: 3.5rem;
    height: 3.5rem;
    transition: .3s;
  }

  .slick-prev::before, .slick-next::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateX(12.5%) rotate(-45deg);
    height: .8rem;
    width: .8rem;
    border-top: .2rem solid #fff;
    border-left: .2rem solid #fff;
    opacity: 1 !important;
  }

  .slick-next::before {
    transform: translate(-50%, -50%) translateX(-12.5%) rotate(-45deg) rotate(180deg);
  }

  .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background: #0B897B;
    opacity: 0.7;
  }

  .slick-dots {
    width: auto !important;
    left: 50%;
    transform: translateX(-50%);
    bottom: -45px !important;
  }

  .slick-dots li {
    background: #B5DBD7 !important;
    border-radius: 999rem;
    width: 10px !important;
    height: 10px !important;
    transition: .3s;
  }

  .slick-dots li.slick-active {
    background: #0B897B !important;
  }

  .slick-dots li button {
    width: 100% !important;
    height: 100% !important;
  }

  .slick-dots li button:before {
    display: none !important;
  }

  .voice {
    padding-bottom: 10rem;
    background: #F5FFF4;
  }

  .voice_txt {
    margin-top: 5rem;
    text-align: center;
    line-height: 2;
    font-size: 1.6rem;
  }

  .voice_list {
    margin-top: 4rem;
    display: flex;
    justify-content: space-between;
  }

  .voice_list .slick-dots {
    display: none !important;
  }

  .voice_ele {
    width: 35rem;
    background: #fff;
    padding: 3rem 4rem;
    border-radius: 1rem;
    margin: 0 1rem 1rem;
    box-shadow: 0 .3rem .6rem rgba(0, 0, 0, .2);
  }

  .voice_ele_ttl {
    font-size: 2rem;
    color: #0B897B;
  }

  .voice_ele_txt {
    margin-top: 1.5rem;
    line-height: 2;
  }

  .voice_ele_img {
    margin-top: 2rem;
    display: flex;
    align-items: center;
  }

  .voice_ele_img div {
    width: 6.5rem;
  }

  .voice_ele_img figcaption {
    width: calc(100% - 6.5rem);
    padding-left: 1.5rem;
  }

  .voice_ele_img figcaption h4 {
    font-weight: normal;
  }

  .voice_ele_img figcaption p {
    margin-top: 1rem;
    font-weight: bold;
    color: #0B897B;
  }

  .voice_ele_img figcaption p span {
    display: inline-block;
    margin-right: 1rem;
    background: #0B897B;
    color: #fff;
    font-weight: bold;
    padding: 0 .5rem;
  }

  .introduction {
    background: #F7F7F7;
  }

  .introduction .sec_inner {
    padding: 8rem 7rem;
  }

  .introduction_tab {
    display: flex;
    box-shadow: 0 .3rem .6rem rgba(0, 0, 0, .2);
    border-bottom: 3px solid #0b887a;
    border-radius: 10px 10px 0 0;
  }

  .introduction_tab li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.3rem 0;
    width: calc(100% / 3);
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    background: rgb(11 137 123 / 40%);
    color: #fff;
    cursor: pointer;
    border-radius: 10px 10px 0 0;
  }
  .introduction_tab li .arrow {
    position: relative;
    right: -10px;
    background-color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
  }
  .introduction_tab li .arrow::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) translateX(1px) rotate(-90deg);
    border-top: 11px solid rgb(11 137 123 / 40%);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
  }
  .introduction_tab li.active .arrow::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) translateX(1px) rotate(-90deg);
    border-top: 11px solid #0B887A;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
  }

  .introduction_tab li.active::after {
    position: absolute;
    content: "";
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 20px solid #0B887A;
    border-right: 10px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 10px solid transparent;
  }

  .introduction_tab span {
    display: inline-block;
    border: 1px solid #fff;
  }

  .introduction_tab li span {
    display: inline-block;
    font-size: 1.4rem;
    padding: 0 .5rem;
    margin-right: 1rem;
  }

  .introduction_tab li.active span {
    border-color: #fff;
  }

  .introduction_tab li.active {
    color: #fff;
    background: #0B887A;
  }

  .introduction_list {
    padding: 4.5rem 7.5rem;
    background: #fff;
    border-radius: 0 0 1rem 1rem;
    box-shadow: 0 .3rem .6rem rgba(0, 0, 0, .2);
  }

  .introduction_list li {
    display: none;
  }

  .introduction_list li.active {
    display: block;
  }

  .introduction_list .price_class_btn_wrap {
    margin-top: 3rem;
    margin-bottom: 0;
  }

  .introduction .shop {
    display: flex;
  }

  .introduction .shop_left {
    width: 35rem;
    padding-right: 4rem;
  }

  .introduction .shop_left h4 {
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
  }

  .introduction .shop_left dl {
    display: flex;
    font-size: 1.4rem;
  }

  .introduction .shop_left dl:nth-of-type(n + 2) {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #DEDEDE;
  }

  .introduction .shop_left dt {
    width: 8rem;
    font-weight: bold;
  }

  .introduction .shop_right {
    width: calc(100% - 35rem);
  }

  .introduction .shop_right iframe {
    width: 100%;
    height: 26rem;
  }

  .introduction .shop_right_btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 2rem;
  }

  .introduction .shop_right_btn a {
    position: relative;
    background: #0E8E46;
    color: #fff;
    min-width: 17rem;
    border-radius: .4rem;
    text-align: center;
    padding: .8rem;
  }

  .introduction .shop_right_btn a::after {
    position: absolute;
    content: "";
    right: 1rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    height: 0.5rem;
    width: 0.5rem;
    border-top: .2rem solid #fff;
    border-right: .2rem solid #fff;
  }

  .introduction .shop_right_btn a:nth-of-type(n + 2) {
    margin-left: 2rem;
  }

  .introduction .shop_inner {
    margin-top: 2rem;
  }

  .introduction .shop_inner_ttl {
    position: relative;
    font-size: 1.8rem;
    margin-bottom: 2rem;
    padding-left: 2.5rem;
  }

  .introduction .shop_inner_ttl::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 1.5rem;
    width: 1.5rem;
    background: #0E8E46;
  }

  .introduction .shop_inner_txt {
    display: flex;
    justify-content: space-between;
  }

  .introduction .shop_inner_txt div {
    width: 32rem;
  }

  .introduction .shop_inner_txt:nth-of-type(n + 2) {
    margin-top: 3rem;
  }

  .introduction .shop_inner_txt figcaption {
    width: calc(100% - 32rem);
    padding-left: 5rem;
    line-height: 2;
  }

  .introduction .shop_inner_txt figcaption h4 {
    font-size: 2rem;
    color: #0E8E46;
    margin-bottom: 1.5rem;
  }

  .price {
    background: #F3FCF6;
    padding-bottom: 14rem;
  }

  .price_anchor {
    display: flex;
    justify-content: space-between;
    margin: 3rem 7rem 0;
  }

  .price_anchorEle {
    width: calc(100% / 3 - 2rem);
  }

  .price_anchorEle a {
    display: block;
    position: relative;
    background: #fff;
    padding: 3rem 2rem 0;
    height: 19rem;
    border-radius: 1rem;
    box-shadow: 0 .3rem .6rem rgba(0, 0, 0, .16);
    text-align: center;
  }

  .price_anchorEle a::after {
    content: "";
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%) rotate(-135deg);
    height: 2rem;
    width: 2rem;
    border-left: 2px solid #0B897B;
    border-top: 2px solid #0B897B;
  }

  .price_anchorImg {
    width: 6rem;
  }

  .price_anchorWrap {
    display: flex;
    padding-top: 1rem;
  }

  .price_anchorTag {
    display: inline-block;
    background: #0B897B;
    border-radius: 2rem;
    padding: 0 2rem;
    color: #fff;
  }

  .price_anchorRight {
    margin-left: 1.5rem;
  }

  .price_anchorRight h3 {
    text-align: left;
    font-size: 2rem;
  }

  .price_anchorRight p {
    font-size: 1.2rem;
    color: #0B897B;
    text-align: left;
  }

  .price_txt {
    margin-top: 5rem;
    text-align: center;
    line-height: 2;
    font-size: 1.6rem;
  }

  .price_wrapTtl {
    text-align: center;
    background: #0B897B;
    padding: 1.5rem 0;
    color: #fff;
    border-radius: 1rem 1rem 0 0;
    font-size: 2.4rem;
  }

  .price_wrapTtl span {
    display: inline-block;
    border: 1px solid #fff;
    font-size: 1.3rem;
    padding: .1rem 2rem;
    border-radius: 999rem;
    margin-bottom: 1rem;
  }

  .price_wrapTtl small {
    font-size: 1.4rem;
  }

  .price_wrapTtl strong {
    display: block;
    font-size: 3.2rem;
  }

  .price_search {
    margin: 6rem 7rem 0;
    background: #fff;
    border-radius: .5rem;
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, .2);
  }

  .price_search_ttl {
    background: #0B897B;
    border-radius: .5rem .5rem 0 0;
    text-align: center;
    color: #fff;
    padding: 1.5rem 0;
    font-size: 3.2rem;
  }

  .price_search_bottom {
    padding: 5.5rem 6rem 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .price_search_kakeru {
    position: relative;
    width: 3rem;
    height: 3rem;
  }

  .price_search_kakeru::after, .price_search_kakeru::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    height: 100%;
    width: 1px;
    background: #0B897B;
  }

  .price_search_kakeru::before {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .price_search_select {
    position: relative;
    width: 30rem;
  }

  .price_search_select h4 {
    position: absolute;
    transform: translateY(-100%) translateY(-.5rem);
    white-space: nowrap;
    font-size: 1.8rem;
    font-weight: normal;
    color: #0B897B;
    padding-left: 3rem;
  }

  .price_search_year h4 {
    padding-left: 2.5rem;
  }

  .price_search_select h4::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 2rem;
    height: 2.5rem;
    background: url(../images/yaer_icon.svg) no-repeat center center;
    background-size: contain;
  }

  .price_search_level h4::after {
    width: 2.5rem;
    background: url(../images/level_icon.svg) no-repeat center center;
    background-size: contain;
  }

  .price_search_select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: .1rem solid #0B897B;
    padding: 0.8rem 1.6rem;
    font-size: 1.6rem;
    width: 100%;
    outline: none;
    cursor: pointer;
  }

  .price_search_select label {
    position: relative;
  }

  .price_search_select label::after {
    content: "";
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%) translateY(-25%) rotate(-45deg);
    height: .5rem;
    width: .5rem;
    border-bottom: 1px solid #0B897B;
    border-left: 1px solid #0B897B;
  }

  .price_search_btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    background: #d2d2d2;
    height: 4.2rem;
    padding: 0 2.2rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff !important;
    border-radius: .3rem;
    margin-left: 3rem;
    transition: .3s;
    pointer-events: none;
    transition: .3s;
  }

  .price_search_btn.active {
    background: #F1A32A;
    pointer-events: inherit;
  }

  .price_search_btn figure {
    width: 2rem;
    display: grid;
    margin-right: 1rem;
  }

  .price_search_kakeru {
    margin: 0 1.5rem;
  }

  .price_subTtl {
    font-size: 3.2rem;
    text-align: center;
    color: #0B897B;
    margin-top: 3rem;
    padding-top: 3rem;
  }

  .price_wrap {
    margin: 7rem 7rem 0;
  }

  .price_tab {
    display: flex;
    box-shadow: 0 .3rem .6rem rgba(0, 0, 0, .2);
  }

  .price_tab li {
    text-align: center;
    width: 50%;
    font-size: 2rem;
    font-weight: bold;
    color: #0B897B;
    background: #EBEBEB;
    padding: 1.5rem 0;
    cursor: pointer;
  }

  .price_tab li.active {
    background: #fff;
    border-top: .3rem solid #0B897B;
  }

  .price_class {
    position: relative;
    background: #fff;
    padding: 3rem 0 5rem;
    display: none;
    border-radius: 0 0 1rem 1rem;
    box-shadow: 0 .3rem .6rem rgba(0, 0, 0, .2);
  }

  .price_class.active {
    display: block;
  }

  .price_class_btn_wrap {
    text-align: center;
    margin-bottom: 3.6rem;
  }

  .price_class_btn_wrap__txt {
    font-size: 1.6rem;
    color: #0B897B;
    margin-bottom: 2rem;
  }

  .price_class_btn_wrap__btn {
    display: flex;
    justify-content: center;
  }

  .price_class_btn_wrap__btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: .1rem solid #0B897B;
    color: #0B897B;
    background-color: #fff;
    font-weight: bold;
    padding: 1rem 0;
    width: 17rem;
    border-radius: .3rem;
    font-size: 1.4rem;
    transition: .3s;
  }

  .price_class_btn_wrap__btn a::before {
    content: "";
    position: absolute;
    height: 0.6rem;
    width: 0.6rem;
    border-top: .2rem solid #0B897B;
    border-right: .2rem solid #0B897B;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: .3s;
  }

  .price_class_btn_wrap__btn a:hover {
    background: #0B897B;
    color: #fff;
    opacity: 1;
  }

  .price_class_btn_wrap__btn a:hover::before {
    border-top: .2rem solid #fff;
    border-right: .2rem solid #fff;
  }

  .price_class_btn_wrap__btn a:nth-of-type(n + 2) {
    margin-left: 2.4rem;
  }

  .price_class .txt {
    position: relative;
    text-align: center;
    z-index: 1;
    font-size: 1.6rem;
    line-height: 2;
  }

  .price_class_ele {
    opacity: 0;
    height: 0;
    position: relative;
    padding: 0;
    transition: .3s;
    padding: 0 6rem;
  }

  .price_class_ele.active {
    padding: 5rem 6rem 6rem;
    height: auto;
    opacity: 1;
    display: flex;
  }

  .price_class_ele::after {
    position: absolute;
    top: 0;
    content: "";
    width: calc(100% - 12rem);
    height: .1rem;
    left: 50%;
    transform: translateX(-50%);
    background: #E6E6E6;
  }

  .price_class_ele_img {
    width: 34rem;
  }

  .price_class_ele_right {
    width: calc(100% - 34rem);
    padding-left: 5rem;
  }

  .price_class_ele_right_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .price_class_ele_time {
    display: flex;
    align-items: start;
    font-size: 1.4rem;
    font-weight: bold;
    flex-wrap: wrap;
    line-height: 1.8;
  }

  .price_class_ele_time small,.price_class_ele_time span {
    color: #7C7C7C;
    font-weight: normal;
  }

  .price_class_ele_time small {
    width: 4rem;
    font-size: 1.2rem;
  }

  .price_class_ele_time span {
    width: calc(100% - 4rem);
    font-size: 1.2rem;
  }

  .price_class_ele_ttl {
    font-size: 2.8rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .price_class_ele_ttl span {
    background: #0B897B;
    color: #fff;
    font-size: 1.3rem;
    padding: 0.2rem 1rem;
    margin-right: 1rem;
  }

  .price_class_ele_tag {
    color: #7C7C7C;
    font-size: 1.2rem;
    font-weight: bold;
  }

  .price_class_ele_plan__txt {
    margin-top: 1rem;
    font-weight: bold;
    font-size: 1.2rem;
  }

  .price_class_ele_plan_wrap {
    display: flex;
    align-items: flex-end;
  }

  .price_class_ele_plan_wrap_course span {
    display: inline-block;
    color: #0B897B;
    border: .1rem solid #0B897B;
    font-size: 1.2rem;
    padding: .2rem 0;
    width: 11rem;
    text-align: center;
    border-radius: 999rem;
    font-weight: bold;
  }

  .price_class_ele_plan_wrap_course p {
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 0.4rem;
  }

  .price_class_ele_plan_wrap_num {
    margin-left: .5rem;
  }

  .price_class_ele_plan_wrap_num * {
    color: #0B897B;
    line-height: 1;
  }

  .price_class_ele_plan_wrap_num strong {
    font-size: 4.6rem;
    font-family: 'Oswald', sans-serif;
    line-height: 0;
  }

  .price_class_ele_plan_wrap_num small:first-of-type {
    font-size: 2.4rem;
  }

  .price_class_ele_plan_wrap_num small:last-of-type {
    font-size: 1.4rem;
    font-weight: bold;
  }

  .price_class_ele.top::after {
    display: none;
  }

  .price_class_ele_plan {
    display: flex;
    flex-wrap: wrap;
    padding-top: 2rem;
    border-bottom: 2px solid #0E8E46;
    padding-bottom: 1.5rem;
    margin-bottom: 1rem;
  }

  .price_class_ele_plan_txt {
    position: relative;
    width: 100%;
    font-weight: bold;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
  }


  .price_class_ele_plan_txt.annotation {
    font-weight: normal;
    margin-top: .5rem;
    margin-bottom: 0;
  }

  .price_class_ele_plan_txt::before {
    content: "";
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    background: #0E8E46;
    margin-right: .5rem;
  }

  .price_class_ele_plan_txt.annotation::before {
    display: none;
  }

  .price_class_ele_plan_txt:nth-of-type(n + 2) {
    margin-top: 2rem;
  }

  .price_class_ele_plan_course {
    border: 1px solid #0E8E46;
    color: #0E8E46;
    padding: .2rem 1rem;
    font-size: 1.2rem;
    display: inline-block;
    border-radius: 999rem;
  }

  .price_class_ele_plan_num {
    font-size: 4.2rem;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    color: #0E8E46;
    line-height: 1.3;
  }

  .price_class_ele_plan_wrap:nth-of-type(n + 2) {
    margin-top: 2rem;
  }

  .price_class_ele_plan_wrap.m_none {
    margin-left: 0;
  }

  .price_class_ele_plan_num small:first-of-type {
    display: inline-block;
    font-family: 'lato', sans-serif;
    font-size: 2.4rem;
    margin-right: .5rem;
  }

  .price_class_ele_plan_num small:last-of-type {
    display: inline-block;
    font-size: 1.2rem;
    font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
    margin-left: .5rem;
  }

  .price_class_ele_txt {
    margin-top: 1rem;
    line-height: 2;
  }

  .price_class_ele_btn {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    margin-top: 2rem;
  }

  .price_class_ele_btn a {
    position: relative;
    display: inline-block;
    background: #0E8E46;
    color: #fff;
    padding: .8rem 2.5rem;
    border-radius: .4rem;
    min-width: 17rem;
    text-align: center;
  }

  .price_class_ele_btn a::after {
    content: "";
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    height: 0.4rem;
    width: 0.4rem;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
  }

  .price_class_ele_btn a:nth-of-type(n + 2) {
    margin-left: 2rem;
  }

  .price_class_ttl {
    margin-top: 5rem;
    text-align: center;
    font-size: 2.4rem;
  }

  .price_class_about {
    margin: 0 6rem;
    padding: 3rem;
    display: flex;
    border: 1px solid #0B897B;
  }

  .price_class_about h4 {
    width: 12rem;
    font-size: 1.6rem;
    color: #0B897B;
  }

  .price_class_about p {
    width: calc(100% - 12rem);
    border-left: 1px solid #0B897B;
    padding-left: 3rem;
    line-height: 1.8;
  }

  .price_class_about p strong {
    display: block;
    margin-bottom: 1.5rem;
  }

  .price_seek {
    width: 72rem;
    margin-left: auto;
    margin-right: auto;
    background: url(../images/cv_bg.png) no-repeat center center;
    background-size: cover;
    border-radius: .5rem;
    padding: 3rem 0;
    text-align: center;
  }

  .price_seek_ttl {
    font-size: 2.4rem;
    color: #fff;
  }

  .b_area {
    padding: 8rem 0;
    background: #F7F7F7;
  }

  .guid_link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 350px;
    height: 50px;
    background-color: #1d8d3c;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 60px auto 0px;
    color: #fff;
    font-size: 2rem;
    position: relative;
    color: #fff !important;
  }

  .guid_link::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 11px;
    height: 17px;
    background: url(/common/images/arrow_white.png) no-repeat center;
    -moz-background-size: contain;
    background-size: contain;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .credit_card .card {
    display: flex;
    margin-bottom: 2rem;
  }

  .credit_card .card li:last-of-type {
    margin-left: 10rem;
    margin-top: -2rem;
  }

  .credit {
    position: relative;
    margin-bottom: 2rem;
  }

  .credit h4 {
    font-size: 1.8rem;
    margin: 0 0 10px 0;
    color: #008c44;
  }

  .credit img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(-220px);
  }

  .faq {
    padding: 5rem 0;
    background: #fff;
    text-align: center;
  }

  .faq h3 {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }

  .faq a {
    position: relative;
    display: block;
    background: #F5F5F5;
    padding: 1.5rem 0;
    font-size: 1.6rem;
  }

  .faq a::after {
    content: "";
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    height: 0.7rem;
    width: 0.7rem;
    border-right: .3rem;
    border-top: 2px solid #1D8D3C;
    border-right: 2px solid #1D8D3C;
  }

}

@media screen and (max-width: 767px), print {
  #contents {
    padding-top: 0 !important;
    width: 100%;
    overflow: hidden;
  }
  .bread_nav {
    background-color: #f4f4f4;
  }
  .bread_nav__wrapper {
    padding: 90px 8px 15px;
  }
  .bread_nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .bread_nav ul li {
    margin-right: 30px;
    font-size: 1.4rem;
    position: relative;
  }
  .bread_nav ul li a {
    color: #218e43;
  }
  .bread_nav ul li:last-of-type::after {
    display: none;
  }
  .bread_nav ul li::after {
    content: "＞";
    position: absolute;
    right: -24px;
    top: 0;
  }

  .sec_inner {
    margin: 0 1rem;
  }

  .sec_ttl {
    position: relative;
    text-align: center;
    background: url(../images/sp/ttl_bg.jpg) center center;
    background-size: cover;
    color: #fff;
    font-size: 2rem;
    padding: 1.5rem 2rem 3rem;
    line-height: 1.5;
  }

  .sec_ttl::after {
    content: "";
    position: absolute;
    width: 3.4rem;
    height: 1.2rem;
    background: url(../images/ttl_deco.svg) no-repeat center center;
    background-size: contain;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1rem;
  }

  .mv {
    background: url(../images/sp/mv_img.jpg) center center;
    background-size: cover;
    padding: 4rem 0 10rem;
    text-align: center;
  }

  .mv_ttl {
    margin-top: 2rem;
    font-size: 2.4rem;
    color: #fff;
    text-shadow: 0.3rem 0.5rem 0.5rem rgba(5, 5, 5, .2);
  }

  .mv_img {
    width: 15rem;
    margin-left: auto;
    margin-right: auto;
  }

  .cvArea {
    margin-top: -7rem;
    text-align: center;
    background: url(../images/cv_bg.png) no-repeat center center;
    background-size: cover;
    width: calc(100% - 2rem);
    margin-left: auto;
    margin-right: auto;
    border-radius: .5rem;
    padding: 2rem;
  }

  .cvArea_ttl {
    font-size: 2.2rem;
    color: #fff;
  }

  .cvArea_txt {
    margin-top: 1rem;
    line-height: 2;
    color: #fff;
    font-size: 1.6rem;
    text-align: left;
  }

  .cvArea_btnWrap {
    margin-top: 1.5rem;
  }

  .cvArea_btnWrap a {
    position: relative;
    width: 22rem;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.3rem;
    padding: 1rem 0;
    font-size: 1.6rem;
    font-weight: bold;
    color: #0E8E46;
  }

  .cvArea_btnWrap a::after {
    content: "";
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    height: 0.6rem;
    width: 0.6rem;
    border-right: .2rem solid #0E8E46;
    border-bottom: .2rem solid #0E8E46;
  }

  .cvArea_btnWrap a figure {
    display: grid;
    margin-right: 1rem;
    width: 2.2rem;
  }

  .cvArea_btnWrap a:last-of-type {
    margin-top: 1.5rem;
  }

  .grayArea {
    background: #F7F7F7;
  }

  .c_banner {
    margin-top: 3rem;
  }

  .c_banner__ttl {
    text-align: center;
    font-size: 1.8rem;
    color: #0E8E46;
    margin-bottom: 2rem;
  }

  .c_banner__ttl span {
    position: relative;
  }

  .c_banner__ttl span::after, .c_banner__ttl span::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 2rem;
    width: 0.2rem;
    background: #0E8E46;
  }

  .c_banner__ttl span::after {
    left: -2rem;
    transform: translateY(-50%) rotate(-45deg);
  }

  .c_banner__ttl span::before {
    right: -2rem;
    transform: translateY(-50%) rotate(45deg);
  }

  .c_banner figure {
    width: 100%;
  }

  .enjoy {
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .enjoy__ttl {
    color: #0B897B;
    font-size: 2rem;
  }

  .enjoy__txt {
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 2;
    text-align: left;
  }

  .enjoy__img {
    margin-top: 4rem;
    margin-left: auto;
    margin-right: auto;
  }

  .enjoy__wrap {
    width: calc(100% - 2rem);
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    padding: 1.5rem;
    border-radius: 1rem;
    text-align: left;
    line-height: 1.8;
    margin-top: -2rem;
    z-index: 1;
  }

  .enjoy__wrap h4 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
  }

  .enjoy__wrap p {
    font-size: 1.4rem;
  }

  .point {
    padding-bottom: 5rem;
  }

  .point_txt {
    text-align: center;
    margin-top: 2rem;
    line-height: 1.8;
    width: calc(100% - 2rem);
    margin-left: auto;
    margin-right: auto;
  }

  .point_list {
    margin-top: 2rem;
  }

  .point_ele {
    counter-increment: li;
  }

  .point_ele:nth-of-type(even) {
    background: #F5FFF4;
  }

  .point_ele:nth-of-type(even) figure {
    flex-direction: row-reverse;
  }

  .point_ele figure {
    padding: 2rem 1rem;
  }

  .point_ele figure div {
    position: relative;
  }

  .point_ele figure div span {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 5rem;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    color: #fff;
    line-height: .9;
  }

  .point_ele figure div span::after {
    content: counter(li);
    font-size: 11rem;
  }

  .point_ele figure figcaption {
    padding: 2rem 0 0;
  }

  .point_ele figure figcaption h3 {
    font-size: 2rem;
    color: #0E8E46;
    font-weight: 500;
  }

  .point_ele figure figcaption p {
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 1.5rem;
  }

  .coach_txt {
    text-align: center;
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 1.8;
  }

  .coach_list {
    margin: 3rem 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0 2rem;
  }

  .coach_ele {
    width: 48%;
  }

  .coach_ele h3 {
    text-align: center;
    font-size: 1.6rem;
  }

  .coach_ele h3 small {
    position: relative;
    display: block;
    font-size: 1rem;
    color: #0B897B;
    padding-top: 0.6rem;
    margin-top: 0.5rem;
    white-space: nowrap;
  }

  .coach_ele h3 small::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: .2rem;
    width: 2rem;
    background: #0B897B;
  }

  .coach_ele figure {
    margin-top: 1.5rem;
  }

  .coach_ele figure div {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .coach_ele figure figcaption {
    display: none;
    margin-top: 1.5rem;
    background: #F7F7F7;
    font-size: 1.3rem;
    padding: 1.5rem;
    line-height: 1.8;
  }

  .slick-prev, .slick-next {
    background: #0B897B;
    border-radius: 999rem;
    width: 2rem;
    height: 2rem;
    transition: .3s;
    transform: translate(0, -50%) translateY(2.9rem);
    z-index: 99;
  }

  .slick-prev {
    left: -.7rem !important;
  }

  .slick-next {
    right: -.7rem !important;
  }

  .slick-prev::before, .slick-next::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateX(12.5%) rotate(-45deg);
    height: .5rem;
    width: .5rem;
    border-top: .2rem solid #fff;
    border-left: .2rem solid #fff;
    opacity: 1 !important;
  }

  .slick-next::before {
    transform: translate(-50%, -50%) translateX(-12.5%) rotate(-45deg) rotate(180deg);
  }

  .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background: #0B897B;
    opacity: 0.7;
  }

  .slick-dots {
    width: auto !important;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2rem !important;
  }

  .slick-dots li {
    background: #B5DBD7 !important;
    border-radius: 999rem;
    width: .8rem !important;
    height: .8rem !important;
    transition: .3s;
  }

  .slick-dots li.slick-active {
    background: #0B897B !important;
  }

  .slick-dots li button {
    width: 100% !important;
    height: 100% !important;
  }

  .slick-dots li button:before {
    display: none !important;
  }

  .voice {
    padding-bottom: 3rem;
    background: #F7F7F7;
  }

  .voice_txt {
    text-align: center;
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 1.8;
  }

  .voice_list {
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
  }

  .voice_ele {
    width: 35rem;
    background: #fff;
    padding: 2rem;
    border-radius: 1rem;
    margin: 0 2rem 2rem;
    box-shadow: 0 .3rem .6rem rgba(0, 0, 0, .2);
  }

  .voice_ele_ttl {
    font-size: 1.6rem;
    color: #0B897B;
  }

  .voice_ele_txt {
    margin-top: 1rem;
    font-size: 1.2rem;
  }

  .voice_ele_img {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .voice_ele_img div {
    width: 6.5rem;
  }

  .voice_ele_img figcaption {
    padding-left: 1.5rem;
  }

  .voice_ele_img figcaption h4 {
    font-weight: normal;
    font-size: 1.4rem;
  }

  .voice_ele_img figcaption p {
    margin-top: 0.5rem;
    font-weight: bold;
    color: #0B897B;
    font-size: 1.4rem;
  }

  .voice_ele_img figcaption p span {
    display: inline-block;
    margin-right: 1rem;
    background: #0B897B;
    color: #fff;
    font-weight: bold;
    padding: 0 .5rem;
    font-size: 1.2rem;
  }

  .introduction {
    background: #F7F7F7;
  }

  .introduction .sec_inner {
    padding: 2rem 0;
  }

  .introduction_tab {
    display: flex;
    box-shadow: 0 .3rem .6rem rgba(0, 0, 0, .2);
    border-bottom: 3px solid #0b887a;
    border-radius: 10px 10px 0 0;
  }

  .introduction_tab span {
    display: inline-block;
    border: 1px solid #fff;
  }

  .introduction_tab li {
    position: relative;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    color: #0B897B;
    background: #EBEBEB;
    padding: .5rem;
    cursor: pointer;
    width: calc(100% / 3);
    background: rgb(11 137 123 / 40%);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
  }
  .introduction_tab li .arrow {
    position: relative;
    right: -5px;
    background-color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-bottom: 0;
    border-color: transparent;
  }
  .introduction_tab li .arrow::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) translateX(1px) rotate(-90deg);
    border-top: 8px solid rgb(11 137 123 / 40%);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
  }
  .introduction_tab li.active .arrow::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) translateX(1px) rotate(-90deg);
    border-top: 8px solid #0B887A;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
  }
  .introduction_tab li.active::after {
    position: absolute;
    content: "";
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 15px solid #0B887A;
    border-right: 10px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 10px solid transparent;
  }

  .introduction_tab li span {
    display: inline-block;
    font-size: 1rem;
    padding: 0 .5rem;
    margin-bottom: .5rem;
    line-height: 1.2;
  }

  .introduction_tab li.active span {
    border-color: #fff;
  }

  .introduction_tab li.active {
    color: #fff;
    background: #0B897B;
  }

  .introduction_list {
    padding: 2rem;
    background: #fff;
    border-radius: 0 0 1rem 1rem;
    box-shadow: 0 .3rem .6rem rgba(0, 0, 0, .2);
  }

  .introduction_list li {
    display: none;
  }

  .introduction_list li.active {
    display: block;
  }

  .introduction .shop_left h4 {
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }

  .introduction .shop_left dl {
    display: flex;
    font-size: 1.4rem;
  }

  .introduction .shop_left dl:nth-of-type(n + 2) {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #DEDEDE;
  }

  .introduction .shop_left dt {
    width: 8rem;
    font-weight: bold;
  }

  .introduction .shop_right iframe {
    width: 100%;
    height: 25rem;
    margin-top: 2rem;
  }

  .introduction .shop_right_btn {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
  }

  .introduction .shop_right_btn a {
    position: relative;
    background: #0E8E46;
    color: #fff;
    border-radius: .4rem;
    text-align: center;
    padding: .8rem;
    width: 48%;
  }

  .introduction .shop_right_btn a::after {
    position: absolute;
    content: "";
    right: 1rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    height: 0.5rem;
    width: 0.5rem;
    border-top: .2rem solid #fff;
    border-right: .2rem solid #fff;
  }

  .introduction .shop_inner {
    margin-top: 3rem;
  }

  .introduction .shop_inner_ttl {
    position: relative;
    font-size: 1.8rem;
    margin-bottom: 2rem;
    padding-left: 2.5rem;
  }

  .introduction .shop_inner_ttl::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 1.5rem;
    width: 1.5rem;
    background: #0E8E46;
  }

  .introduction .shop_inner_txt div {
    margin-bottom: 1.5rem;
  }

  .introduction .shop_inner_txt:nth-of-type(n + 2) {
    margin-top: 3rem;
  }

  .introduction .shop_inner_txt figcaption {
    line-height: 1.7;
    font-size: 1.4rem;
  }

  .introduction .shop_inner_txt figcaption h4 {
    font-size: 1.8rem;
    color: #0E8E46;
    margin-bottom: 1.5rem;
  }

  .price {
    background: #F3FCF6;
    padding-bottom: 4rem;
  }

  .price_anchor {
    margin: 3rem 0 0;
    width: 30rem;
    margin-left: auto;
    margin-right: auto;
  }

  .price_anchorEle a {
    display: block;
    position: relative;
    background: #fff;
    padding: 1rem 2rem 0;
    height: 15rem;
    border-radius: 1rem;
    box-shadow: 0 .3rem .6rem rgba(0, 0, 0, .16);
    text-align: center;
  }

  .price_anchorEle a::after {
    content: "";
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%) rotate(-135deg);
    height: 1.5rem;
    width: 1.5rem;
    border-left: 2px solid #0B897B;
    border-top: 2px solid #0B897B;
  }

  .price_anchorEle + .price_anchorEle {
    margin-top: 1rem;
  }

  .price_anchorImg {
    width: 6rem;
  }

  .price_anchorWrap {
    display: flex;
    justify-content: center;
    padding-top: 1rem;
  }

  .price_anchorTag {
    display: inline-block;
    background: #0B897B;
    border-radius: 2rem;
    padding: 0 2rem;
    color: #fff;
    font-size: 1.2rem;
  }

  .price_anchorRight {
    margin-left: 1.5rem;
    min-width: 16rem;
  }

  .price_anchorRight h3 {
    text-align: left;
    font-size: 1.6rem;
  }

  .price_anchorRight p {
    font-size: 1.2rem;
    color: #0B897B;
    text-align: left;
    margin-top: .5rem;
  }

  .price_wrapTtl {
    background: #0B897B;
    border-radius: .5rem .5rem 0 0;
    padding: 1rem 2rem;
    text-align: center;
  }

  .price_wrapTtl span {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 999rem;
    padding: 0 2rem;
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: .5rem;
  }

  .price_wrapTtl h3 {
    color: #fff;
  }

  .price_wrapTtl h3 strong {
    font-size: 2rem;
  }

  .price_wrapTtl small {
    color: #fff;
  }

  .price_txt {
    text-align: center;
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 1.8;
  }

  .price_search {
    margin: 3rem 0 0;
    background: #fff;
    border-radius: .5rem;
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, .2);
  }

  .price_search_ttl {
    background: #0B897B;
    border-radius: .5rem .5rem 0 0;
    text-align: center;
    color: #fff;
    padding: 1rem 0;
    font-size: 1.8rem;
  }

  .price_search_bottom {
    padding: 2rem;
  }

  .price_search_kakeru {
    display: inline-block;
    position: relative;
    width: 2rem;
    height: 2rem;
    display: block;
    margin: auto;
  }

  .price_search_kakeru::after, .price_search_kakeru::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    height: 100%;
    width: 1px;
    background: #0B897B;
  }

  .price_search_kakeru::before {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .price_search_select {
    position: relative;
  }

  .price_search_select h4 {
    font-size: 1.6rem;
    font-weight: normal;
    color: #0B897B;
    padding-left: 3rem;
    position: relative;
    margin-bottom: 0.5rem;
    padding-left: 3.5rem;
  }

  .price_search_select h4::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1.3rem;
    height: 1.9rem;
    background: url(../images/yaer_icon.svg) no-repeat center center;
    background-size: contain;
  }

  .price_search_level h4::after {
    width: 2.5rem;
    background: url(../images/level_icon.svg) no-repeat center center;
    background-size: contain;
  }

  .price_search_select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: .1rem solid #0B897B;
    padding: 1rem;
    font-size: 1.6rem;
    width: 100%;
    outline: none;
    cursor: pointer;
  }

  .price_search_select label {
    position: relative;
  }

  .price_search_select label::after {
    content: "";
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%) translateY(25%) rotate(-45deg);
    height: .5rem;
    width: .5rem;
    border-bottom: 1px solid #0B897B;
    border-left: 1px solid #0B897B;
    pointer-events: none;
  }

  .price_search_level,.price_search_kakeru {
    margin-top: 1rem;
  }

  .price_search_btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d2d2d2;
    height: 4.2rem;
    width: 15rem;
    padding: 0 2.2rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff !important;
    border-radius: .3rem;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    pointer-events: none;
  }

  .price_search_btn.active {
    background: #F1A32A;
    pointer-events: inherit;
  }

  .price_search_btn figure {
    width: 1.6rem;
    display: grid;
    margin-right: 1rem;
  }

  .price_subTtl {
    font-size: 1.8rem;
    text-align: center;
    color: #0B897B;
    margin-top: 2rem;
    padding-top: 2rem;
  }

  .price_wrap {
    margin: 3rem 0 0;
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, .2);
    border-radius: 0 0 .5rem .5rem;
    background: #fff;
  }

  .price_tab {
    display: flex;
  }

  .price_tab li {
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    color: #0B897B;
    background: #EBEBEB;
    padding: 1rem 0;
    cursor: pointer;
    width: 50%;
  }

  .price_tab li.active {
    background: #fff;
    border-top: .3rem solid #0B897B;
  }

  .price_class {
    position: relative;
    display: none;
    border-radius: 0 0 1rem 1rem;
    box-shadow: 0 .3rem .6rem rgba(0, 0, 0, .2);
    padding-bottom: 2rem;
  }

  .price_class.active {
    display: block;
  }

  .price_class_btn_wrap {
    text-align: center;
    margin-top: 2rem;
    padding: 0 1.5rem;
  }

  .price_class_btn_wrap__txt {
    font-size: 1.4rem;
    color: #0B897B;
    margin-bottom: 1.5rem;
  }

  .price_class_btn_wrap__btn {
    display: flex;
    justify-content: center;
  }

  .price_class_btn_wrap__btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: .1rem solid #0B897B;
    color: #0B897B;
    background-color: #fff;
    font-weight: bold;
    padding: .8rem 0;
    width: 17rem;
    border-radius: .3rem;
    font-size: 1.4rem;
    transition: .3s;
  }

  .price_class_btn_wrap__btn a::before {
    content: "";
    position: absolute;
    height: 0.6rem;
    width: 0.6rem;
    border-top: .2rem solid #0B897B;
    border-right: .2rem solid #0B897B;
    right: 1.2rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: .3s;
  }

  .price_class_btn_wrap__btn a:hover {
    background: #0B897B;
    color: #fff;
    opacity: 1;
  }

  .price_class_btn_wrap__btn a:hover::before {
    border-top: .2rem solid #fff;
    border-right: .2rem solid #fff;
  }

  .price_class_btn_wrap__btn a:nth-of-type(n + 2) {
    margin-left: 1.4rem;
  }

  .price_class .txt {
    position: relative;
    z-index: 1;
    font-size: 1.4rem;
    padding: 2rem 1.5rem;
    line-height: 1.8;
  }

  .price_class_ele {
    opacity: 0;
    height: 0;
    position: relative;
    padding: 0;
    transition: .3s;
    padding: 0 1.5rem;
  }

  .price_class_ele.active {
    padding: 2rem 1.5rem;
    height: auto;
    opacity: 1;
  }

  .price_class_ele::after {
    position: absolute;
    top: 0;
    content: "";
    width: calc(100% - 3rem);
    height: .1rem;
    left: 50%;
    transform: translateX(-50%);
    background: #E6E6E6;
  }

  .price_class_ele.top {
    margin-top: -1rem;
  }

  .price_class_ele.top::after {
    display: none;
  }

  .price_class_ele_ttl span {
    background: #0B897B;
    color: #fff;
    font-size: 1.3rem;
    padding: 0.2rem 1rem;
    margin-right: 1rem;
  }

  .price_class_ele_img {
    position: relative;
    height: 45vw;
    overflow: hidden;
  }

  .price_class_ele_img.exception {
    height: auto;
  }

  .price_class_ele_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }

  .price_class_ele_img.exception img {
    position: static;
    transform: inherit;
  }

  .price_class_ele_right {
    margin-top: 1.5rem;
  }

  .price_class_ele_right_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
  }

  .price_class_ele_time {
    display: flex;
    align-items: start;
    font-size: 1.4rem;
    flex-wrap: wrap;
    line-height: 1.8;
  }

  .price_class_ele_time span {
    width: calc(100% - 4rem);
    font-size: 1.2rem;
  }

  .price_class_ele_ttl {
    font-size: 1.6rem;
  }

  .price_class_ele_tag {
    color: #7C7C7C;
    font-size: 1rem;
    font-weight: bold;
  }

  .price_class_ele_plan {
    padding-top: 1.5rem;
    border-bottom: 2px solid #0E8E46;
    padding-bottom: 1.5rem;
    margin-bottom: 1rem;
  }

  .price_class_ele_plan_txt {
    position: relative;
    width: 100%;
    font-weight: bold;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
  }


  .price_class_ele_plan_txt.annotation {
    font-weight: normal;
    margin-top: .5rem;
    margin-bottom: 0;
    font-size: 1.4rem;
  }

  .price_class_ele_plan_txt::before {
    content: "";
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    background: #0E8E46;
    margin-right: .5rem;
  }

  .price_class_ele_plan_txt.annotation::before {
    display: none;
  }

  .price_class_ele_plan_txt:nth-of-type(n + 2) {
    margin-top: 2rem;
  }

  .price_class_ele_plan_wrap:nth-of-type(n + 2) {
    margin-top: 2rem;
  }

  .price_class_ele_plan_wrap_course {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .price_class_ele_plan_wrap_course span {
    display: inline-block;
    color: #0B897B;
    border: .1rem solid #0B897B;
    font-size: 1.2rem;
    padding: .2rem 2rem;
    border-radius: 999rem;
    font-weight: bold;
    margin-right: 1rem;
  }

  .price_class_ele_plan_wrap_num {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-top: 2.5rem;
  }

  .price_class_ele_plan_wrap_num * {
    color: #0B897B;
    line-height: 1;
  }

  .price_class_ele_plan_wrap_num small:first-of-type {
    font-size: 2.4rem;
  }

  .price_class_ele_plan_wrap_num small:last-of-type {
    font-size: 1.4rem;
    font-weight: bold;
  }

  .price_class_ele_plan_wrap_num strong {
    font-size: 3.8rem;
    font-family: 'Oswald', sans-serif;
    line-height: 0;
    margin-right: .5rem;
  }

  .price_class_ele_plan_wrap_course p {
    font-size: 1.4rem;
    min-width: 12.6rem;
    text-align: left;
  }

  .price_class_ele_plan__txt {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 1rem;
  }

  .price_class_ele_plan_course {
    border: 1px solid #0E8E46;
    color: #0E8E46;
    padding: .2rem 1rem;
    font-size: 1.2rem;
    display: inline-block;
    border-radius: 999rem;
  }

  .price_class_ele_plan_wrap.sp_mt {
    margin-top: 1rem;
  }

  .price_class_ele_plan_num {
    font-size: 9vw;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    color: #0E8E46;
    line-height: 1.3;
  }

  .price_class_ele_plan_num small:first-of-type {
    display: inline-block;
    font-family: 'lato', sans-serif;
    font-size: 6vw;
    margin-right: 1vw;
  }

  .price_class_ele_plan_num small:last-of-type {
    display: inline-block;
    font-size: 4.5vw;
    font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
    margin-left: 1.5vw;
  }

  .price_class_ele_txt {
    margin-top: 1rem;
    line-height: 1.7;
    font-size: 1.4rem;
  }

  .price_class_ele_btn {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 2rem;
  }

  .price_class_ele_btn a {
    position: relative;
    background: #0E8E46;
    color: #fff;
    padding: .8rem 2.5rem;
    border-radius: .4rem;
  }

  .price_class_ele_btn.b_forest a {
    width: 48%;
  }

  .price_class_ele_btn.b_forest a:nth-of-type(n + 2) {
    margin-left: 4%;
  }

  .price_class_ele_btn a::after {
    content: "";
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    height: 0.4rem;
    width: 0.4rem;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
  }

  .price_class_ttl {
    text-align: center;
    font-size: 1.8rem;
    width: calc(100% - 3rem);
    margin-left: auto;
    margin-right: auto;
  }

  .price_class_about {
    padding: 1.5rem;
    margin: 1.5rem;
    border: 1px solid #0B897B;
    line-height: 1.8;
  }

  .price_class_about h4 {
    text-align: center;
    margin-bottom: 1rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #0B897B;
    color: #0B897B;
  }

  .price_class_about p {
    font-size: 1.4rem;
  }

  .price_class_about p strong {
    font-size: 1.4rem;
    display: block;
    margin-bottom: 1.5rem;
  }

  .price_seek {
    background: url(../images/cv_bg.png) no-repeat center center;
    margin: 0 1rem;
    padding: 1rem;
    border-radius: .4rem;
  }

  .price_seek_ttl {
    text-align: center;
    color: #fff;
  }

  .b_area {
    padding: 3rem 0;
    background: #F7F7F7;
  }

  .guid_link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background-color: #1d8d3c;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 60px auto 0px;
    color: #fff;
    font-size: 1.6rem;
    position: relative;
    color: #fff !important;
  }

  .guid_link::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 11px;
    height: 17px;
    background: url(/common/images/arrow_white.png) no-repeat center;
    -moz-background-size: contain;
    background-size: contain;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .dl_plan > dt.circle {
    font-size: 1.8rem;
  }

  .dl_plan dd > div dl dt {
    font-size: 1.4rem !important;
    padding: 5px 0;
    color: #fff;
    text-align: center;
    background: #1d8d3c;
    border-radius: 3px;
    width: 100%;
    margin: 0;
  }

  .dl_plan dd > div dl dd {
    padding: 10px;
    font-size: 1.4rem;
  }

  .dl_plan dd > div dl {
    border-bottom: none;
  }

  .dl_plan dd > div .dot {
    font-size: 1.8rem !important;
  }

  .dl_plan dd > div dl dd {
    margin: 0 0 1rem !important;
    line-height: 2 !important;
  }

  .dl_plan dd > div dl dd, .dl_plan dd > div dl dd * {
    line-height: 1.7 !important;
  }

  .guid_link {
    height: 40px !important;
  }

  .guid_link::after {
    width: 8px !important;
    height: 12px !important;
  }

  .credit_card {
    line-height: 1.7;
  }

  .credit_card, .credit_card * {
    font-size: 1.4rem !important;
  }

  .pre_lst .cl_red {
    margin-top: .5rem;
    font-size: 1.2rem !important;
  }

  .pre_lst dt {
    margin-bottom: .5rem !important;
  }

  .credit {
    position: relative;
    margin-bottom: 2rem;
  }

  .credit h4 {
    font-size: 1.8rem;
    margin: 0 0 10px 0;
    color: #008c44;
  }

  .faq {
    padding: 3rem 0;
    background: #fff;
    text-align: center;
  }

  .faq h3 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
  }

  .faq a {
    position: relative;
    display: block;
    background: #F5F5F5;
    padding: 1.2rem 0;
    font-size: 1.6rem;
  }

  .faq a::after {
    content: "";
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    height: 0.7rem;
    width: 0.7rem;
    border-right: .3rem;
    border-top: 2px solid #1D8D3C;
    border-right: 2px solid #1D8D3C;
  }

}



.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: calc(100vh + 100px);
  width: 100vw;
  z-index: 9998;
  background: rgba(60, 60, 60, .8);
  opacity: 0;
  pointer-events: none;
  transition: .3s opacity;
}

.modal__overlay.is_active {
  opacity: 1;
  pointer-events: initial;
}

.modal {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 868px;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 4px;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: .3s opacity;
}

.modal.is_active {
  opacity: 1;
  pointer-events: initial;
}

.modal__ttl {
  background: #058C44;
  color: #fff;
  font-size: 24px;
  text-align: center;
  padding: 18px 0;
  border-radius: 4px;
}

.modal-bottom {
  padding: 40px 60px;
}

.modal-bottom h3 {
  position: relative;
  padding-left: 23px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.modal-bottom h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  height: 14px;
  width: 14px;
  background: #0E8E46;
}

.modal-bottom dl {
  display: flex;
  align-items: flex-start;
}

.modal-bottom dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #008C44;
  font-size: 16px;
  width: 160px;
  text-align: center;
  padding: 7px 0;
  border-radius: 3px;
  color: #fff;
}

.modal-bottom dl dd {
  width: calc(100% - 160px);
  padding-left: 15px;
  padding-top: 8px;
}

.modal-bottom dl + dl {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #E6E6E6;
}

.modal-bottom__caution {
  margin-top: 25px;
  color: #FF0000;
}

.modal-b__btn {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.modal-b__btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 280px;
  height: 60px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #058C44;
  border-radius: 3px;
}

.modal-b__btn a::after {
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 20px;
}

.modal__close {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  background: #fff;
  transform: translate(50%, -50%);
  cursor: pointer;
  transition: .3s;
}

.modal__close:hover {
  opacity: .7;
}

.modal__close::after,.modal__close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  height: 15px;
  width: 2px;
  background: #343434;
}

.modal__close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 767px), print {
  .modal-bottom {
    padding: 20px 10px;
  }

  .modal-bottom dl dt {
    font-size: 12px;
    width: 105px;
  }

  .modal-bottom dl dd {
    width: calc(100% - 105px);
    padding-top: 4px;
  }

  .modal-bottom dl dd {
    font-size: 12px;
  }

  .modal__ttl {
    font-size: 18px;
    padding: 12px 0;
  }

  .modal__close {
    width: 35px;
    height: 35px;
  }

  .modal-bottom p {
    font-size: 12px;
  }
}



.shop_class_btn_wrap {
  text-align: center;
  margin-top: 1.5rem;
}

.shop_class_btn_wrap a {
  position: relative;
  display: inline-block;
  border: 1px solid #0E8E46;
  font-size: 1.6rem;
  border-radius: 0.3rem;
  color: #0E8E46;
  font-weight: bold;
  padding: 1.8rem 6.8rem;
}

.shop_class_btn_wrap a::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  height: 0.6rem;
  width: 0.6rem;
  border-top: 0.2rem solid #0E8E46;
  border-right: 0.2rem solid #0E8E46;
  transition: .3s;
}

.shop_class_btn_wrap a:hover {
  background: #0E8E46;
  color: #fff;
}

.shop_class_btn_wrap a:hover::after {
  border-color: #fff;
}

.shop_class_btn_wrap a:nth-of-type(n + 2) {
  margin-left: 1.5rem;
}

@media screen and (max-width: 767px), print {
  .shop_class_btn_wrap {
    margin-top: 2rem;
  }

  .shop_class_btn_wrap a {
    padding: 1.2rem 0;
    width: 100%;
    font-size: 1.6rem;
  }

  .shop_class_btn_wrap a:nth-of-type(n + 2) {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}



.modal-b__tel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}
.modal-b__tel a {
  text-align: center;
  padding: 1rem 4rem 1.2rem;
  border: .2rem solid #058C44;
  border-radius: 1rem;
}
.modal-b__tel a span, .modal-b__tel a small {
  display: inline-block;
  text-align: center;
  color: #0E8E46;
}

.modal-b__tel a span {
  position: relative;
  font-size: 3rem;
  font-weight: bold;
  padding-left: 4rem;
  line-height: 1.2;
}

.modal-b__tel a span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 3rem;
  width: 3rem;
  background: url(/swimming/images/tel_icon.png) no-repeat center center;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .modal-b__tel a {
    pointer-events: none;
  }
}

@media screen and (max-width: 767px), print {

  .modal-b__tel a {
    padding: 1rem 0 1.2rem;
    width: 100%;
  }

  .modal-b__tel a span {
    font-size: 2.8rem;
    padding-left: 3rem;
  }

  .modal-b__tel a small {
    font-size: 1.2rem;
  }

  .modal-b__tel a span::before {
    height: 2.5rem;
    width: 2.5rem;
  }

}

.dance-text {
  display: block;

  /* color: #0B897B; */
  font-size: 12px;
}
@media screen and (max-width: 767px), print {
  .dance-text {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 1rem;
  }
}