@charset "UTF-8";
/* ===================================================================
  use toppage
=================================================================== */
/* CSS Document */
/* 画像サイズ調整 ---------------------------------------------------------------------------*/
/* フォントサイズ調整 ---------------------------------------------------------------------------*/
/* ブレークポイント ---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 769px), print {
  /* ===================================================================
use Luxze
=================================================================== */
  .top_area {
    background: url("../images/main_img.jpg") center center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .program_list_contents {
    background: #fff2e1;
  }
  .program_list_contents:nth-of-type(odd) {
    background: #ffede1;
  }
  .pink_txt {
    color: #0E8E46;
  }
  .ballet .top_area {
    margin-bottom: 0;
    background: url(../images/main_img-ballet.jpg) no-repeat left top;
    -moz-background-size: cover;
         background-size: cover;
  }
  .ballet .inner {
    width: 1100px;
    position: relative;
  }
  .actors .top_area {
    margin-bottom: 0;
    background: url(../images/main_img-actors.jpg) no-repeat left top;
    -moz-background-size: cover;
         background-size: cover;
  }
  .actors .inner {
    width: 1100px;
    position: relative;
  }
  .karate .top_area {
    margin-bottom: 0;
    background: url(../images/main_img-karate.jpg) no-repeat left top;
    -moz-background-size: cover;
         background-size: cover;
  }
  .karate .inner {
    width: 1100px;
    position: relative;
  }
  .cheer .top_area {
    margin-bottom: 0;
    background: url(../images/main_img-cheer.jpg) no-repeat left top;
    -moz-background-size: cover;
         background-size: cover;
  }
  .cheer .inner {
    width: 1100px;
    position: relative;
  }
  .cheer #plan_kids .plan_content .txt-r {
    text-align: right;
    font-size: 13px;
    margin-top: 20px;
    line-height: 1.5;
  }
  .karate .indent_txt {
    font-size: 1.6rem;
    margin-top: 10px;
  }
  .dance .top_area {
    margin-bottom: 0;
    background: url(../images/main_img-dance.jpg) no-repeat left top;
    -moz-background-size: cover;
         background-size: cover;
  }
  .dance .inner {
    width: 1100px;
    position: relative;
  }
  .more_btn {
    width: 320px;
  }
  .more_btn a {
    padding: 16px 0;
    color: #fff;
    font-size: 1.8rem;
    background: #0E8E46;
    -moz-border-radius: 3px;
         border-radius: 3px;
  }
  .more_btn a::before {
    right: 20px;
    width: 11px;
    height: 17px;
    background: url(/common/images/arrow_white.png) no-repeat center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .sec_ttl {
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
  }
  .section_box {
    margin-bottom: 45px;
  }
  .all_content {
    color: #000;
  }
  .all_content_lead {
    position: relative;
    text-align: center;
    background: url(../images/ttl_bg.jpg) center center;
    background-size: cover;
    color: #fff;
    font-size: 2.9rem;
    padding: 2rem 0 2rem;
    line-height: 1.7;
    margin-bottom: 5rem;
  }
  .all_content_catch {
    margin-bottom: 100px;
    background: #f7f7f7;
  }
  .all_content_catch .inner {
    min-height: 360px;
  }
  .all_content_catch figure {
    position: absolute;
    top: 0;
    left: -150px;
    width: 700px;
  }
  .all_content_catch .right_area {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 450px;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .all_content_catch .right_area_ttl {
    padding: 0 6px;
    color: #0E8E46;
    font-size: 3rem;
  }
  .all_content_catch .right_area_sub {
    margin: 30px auto 20px;
    color: #0E8E46;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .all_content_catch .right_area_sub span {
    display: block;
    font-size: 1.8rem;
    font-weight: normal;
  }
  .all_content_catch .right_area_sub + p {
    font-size: 1.4rem;
    line-height: 28px;
  }
  .all_content_catch .btn_area:first-of-type {
    padding-bottom: 50px;
  }
  .all_content_catch .btn_area:last-of-type {
    padding-top: 70px;
  }
  .charm {
    margin-bottom: 67px;
  }
  .charm .sec_ttl {
    margin-bottom: 56px;
  }
  .charm_list {
    padding: 30px 28px;
    background: #eee;
    overflow: hidden;
  }
  .charm_list.pickup {
    padding: 0;
    background: #fff;
  }
  .charm_list.pickup figure {
    float: left;
    width: 278px;
    height: 185px;
    text-align: center;
    overflow: hidden;
  }
  .charm_list.pickup figure img {
    height: 100%;
  }
  .charm_list.pickup .charm_list_txt {
    float: left;
    margin-left: 33px;
    width: 70%;
  }
  .charm_list.pickup p {
    font-size: 1.4rem;
  }
  .charm_list .charm_list_txt small {
    font-size: 65%;
    margin-left: 20px;
  }
  .charm_list.pickup + .pickup {
    margin-top: 50px;
    padding-top: 50px;
    border-top: solid 1px #cdcdcd;
  }
  .charm_list_sub {
    margin-bottom: 10px;
    color: #0E8E46;
    font-size: 2.4rem;
    font-weight: normal;
  }
  .charm_list p {
    font-size: 1.6rem;
    line-height: 28px;
    letter-spacing: 0.5px;
  }
  .charm_list + .charm_list {
    margin-top: 30px;
  }
  .plan {
    margin-bottom: 70px;
    padding: 70px 0;
    color: #353535;
    background: #f7f7f7;
  }
  .plan .sec_ttl {
    color: #000;
    margin-bottom: 50px;
  }
  .plan_content_ttl {
    position: relative;
    padding-left: 27px;
    font-size: 2rem;
    font-weight: normal;
  }
  .plan_content_ttl::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 22px;
    height: 22px;
    background: url(../../images/icon_curcle.png) no-repeat center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .plan_content_ttl small {
    font-size: 1.6rem;
  }
  .plan_content_sub {
    margin-bottom: 5px;
    color: #0E8E46;
    font-size: 1.8rem;
    font-weight: normal;
  }
  .plan_content .tbl_shop {
    position: relative;
    margin: 20px auto;
  }
  .plan_content .tbl_shop .tbl_row > :nth-of-type(2) {
    width: 30.5%;
  }
  .plan_content .tbl_shop .tbl_row > :nth-of-type(3) {
    width: 19%;
  }
  .plan_content .tbl_shop .tbl_row > :nth-of-type(4) {
    width: 13.5%;
  }
  .plan_content .tbl_shop .tbl_row .tbl_sp_row:nth-of-type(2) .tbl_content {
    text-align: left;
  }
  .plan_content .tbl_shop .tbl_row .tbl_sp_row:last-child .tbl_content {
    text-align: center;
  }
  .plan_content .tbl_shop .tbl_row_full {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 533px;
    z-index: 3;
  }
  .plan_content .tbl_shop .tbl_row_full .cell {
    position: absolute;
    bottom: 0;
    height: 99%;
    padding: 13px 5px;
    text-align: center;
    background: #fff;
    border-bottom: solid 1px #c9c9c9;
    border-left: solid 1px #c9c9c9;
  }
  .plan_content .tbl_shop .tbl_row_full .cell:nth-of-type(1) {
    right: 13%;
    width: 13.5%;
  }
  .plan_content .tbl_shop .tbl_row_full .cell:nth-of-type(2) {
    right: 0;
    width: 13%;
  }
  .plan_content .tbl_shop .tbl_row_full p {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .plan_content .attention_list {
    margin: 0 auto 25px;
  }
  .plan_content .attention_list li {
    position: relative;
    padding-left: 1em;
    font-size: 1.6rem;
  }
  .plan_content .attention_list li::before {
    content: '・';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.6rem;
  }
  .plan_content .info_ttl {
    margin-bottom: 15px;
  }
  .plan_content .guide_dl {
    padding-bottom: 30px;
    border-bottom: solid 1px #c9c9c9;
    overflow: hidden;
  }
  .plan_content .guide_dl dt,
  .plan_content .guide_dl dd {
    float: left;
    font-size: 1.6rem;
  }
  .plan_content .guide_dl dt {
    width: 160px;
    padding: 7px 0;
    color: #fff;
    text-align: center;
    background: #0E8E46;
    -moz-border-radius: 3px;
         border-radius: 3px;
  }
  .plan_content .guide_dl dd {
    margin-left: 20px;
  }
  .plan_content .guide_dl dd small {
    font-size: 1.4rem;
  }
  .plan_content .guide_dl dd.one_row {
    padding-top: 10px;
  }
  .plan_content .guide_dl.border_none {
    padding-bottom: 20px;
    border-bottom: none;
  }
  .plan_content .guide_dl + .guide_dl {
    margin-top: 25px;
  }
  .plan_content .credit_ttl {
    margin: 30px auto 10px;
  }
  .plan_content .credit_img_wrap {
    position: relative;
  }
  .plan_content .credit_img_wrap .credit_img {
    position: absolute;
    top: -30px;
    left: 472px;
  }
  .plan_content .caution {
    margin-bottom: 70px;
    color: #ff0000;
    font-size: 1.4rem;
    line-height: 24px;
  }
  .plan_content .more_btn {
    width: 348px;
    margin-bottom: 20px;
  }
  .plan_content .more_btn a {
    font-size: 2rem;
  }
  .plan_content .box-in {
    margin-bottom: 30px;
  }
  .plan_content .box-in h4 {
    margin: 20px 0 5px;
  }
  .plan_content .box-in h4.circle {
    color: #0E8E46;
  }
  .plan_content .box-in h4.circle:before {
    border: 5px solid #0E8E46;
  }
  .plan_content .box-in ul li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .tennis .caution {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #c9c9c9;
  }
  .tennis .border_none {
    border-bottom: none;
    margin-bottom: 40px;
  }
  .faq_content {
    margin-bottom: 100px;
  }
  .faq_content .more_btn {
    width: 100%;
    margin-top: 45px;
  }
  .faq_content .more_btn a {
    color: #353535;
    font-size: 2rem;
    background: #f5f5f5;
  }
  .faq_content .more_btn a::before {
    right: 20px;
    width: 11px;
    height: 17px;
    background: url("/sakura/common/images/arrow_green.svg") no-repeat center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .shop_content {
    background: transparent;
  }
  .top_content {
    margin: 49px 0 70px;
    padding: 35px 0 40px;
    border: 1px solid #898989;
    text-align: center;
    background: #fff;
  }
  .top_content .top_ttl {
    font-size: 5rem;
    line-height: 66px;
    font-family: 'Lato';
    font-weight: 900;
    text-transform: uppercase;
    color: #464646;
    letter-spacing: 1.5px;
  }
  .top_content .top_ttl span {
    font-size: 1.6rem;
    line-height: 22px;
    position: relative;
    top: -2px;
    letter-spacing: 0.5px;
    font-weight: normal;
  }
  .top_content .top_quote {
    font-size: 2rem;
    line-height: 30px;
    color: #0E8E46;
    font-weight: normal;
    padding: 32px 0 10px;
    letter-spacing: 0.5px;
  }
  .top_content .top_quote span {
    font-size: 1.6rem;
    line-height: 26px;
    color: #00863a;
    letter-spacing: 0;
  }
  .top_content p {
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: 0.5px;
  }
  .top_content span {
    display: block;
  }
  .lst_merit {
    display: table;
    margin: 0 -18px;
  }
  .lst_merit .merit_box {
    width: 33.333333333%;
    display: table-cell;
    padding: 0 18px;
  }
  .lst_merit .merit_box .merit_ttl {
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    text-transform: uppercase;
    background: #0E8E46;
    letter-spacing: 0.5px;
  }
  .lst_merit .merit_box .merit_sub {
    background: #cde9e7;
    color: #0E8E46;
    font-weight: normal;
    height: 67px;
    display: table;
    text-align: center;
    font-size: 1.8rem;
    width: 100%;
  }
  .lst_merit .merit_box .merit_sub span {
    display: table-cell;
    vertical-align: middle;
    letter-spacing: 0.5px;
    line-height: 24px;
  }
  .lst_merit .merit_box figure img {
    width: 100%;
  }
  .lst_merit .merit_box .merit_txt {
    font-size: 1.6rem;
    line-height: 30px;
    padding: 12px 0 0;
  }
  .lst_btn {
    background: #eeeeee;
    margin: 71px 0 0;
  }
  .lst_btn .inner {
    padding: 50px 0;
  }
  .lst_btn .inner ul {
    /* For IE 6/7 only */
    *zoom: 1;
    margin: 0 -10px;
  }
  .lst_btn .inner ul:before, .lst_btn .inner ul:after {
    content: ' ';
    display: table;
  }
  .lst_btn .inner ul:after {
    clear: both;
  }
  .lst_btn .inner ul li {
    float: left;
    width: 33.3%;
    display: table;
    padding: 0 10px;
  }
  .lst_btn .inner ul li a {
    display: table-cell;
    vertical-align: middle;
    color: #fffefe;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 60px;
    text-align: center;
    background: #0E8E46;
    position: relative;
    height: 60px;
    -moz-border-radius: 3px;
         border-radius: 3px;
  }
  .lst_btn .inner ul li a::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url(/common/images/sprite/sprite_sub_utils.png?rev=1528251340137);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -758px -271px;
    width: 11px;
    height: 17px;
  }
  .lst_btn.btn_bottom {
    margin: 70px 0 0;
  }
  .program_intro {
    padding: 54px 0 0;
  }
  .program_intro .pro_ttl {
    font-size: 5rem;
    line-height: 66px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Lato';
    font-weight: 900;
    letter-spacing: 1px;
    padding: 0 0 44px;
  }
  .program_intro .pro_ttl span {
    display: block;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 22px;
    position: relative;
    top: -2px;
  }
  .program_intro .program_box {
    /* For IE 6/7 only */
    *zoom: 1;
    padding: 33px 25px 28px 27px;
    margin: 0 0 30px;
    background: #eeeeee;
  }
  .program_intro .program_box:before, .program_intro .program_box:after {
    content: ' ';
    display: table;
  }
  .program_intro .program_box:after {
    clear: both;
  }
  .program_intro .program_box figure {
    float: left;
    width: 280px;
  }
  .program_intro .program_box dl {
    margin-left: 280px;
    padding-left: 31px;
  }
  .program_intro .program_box dl dt {
    color: #0E8E46;
    font-size: 2rem;
    line-height: 20px;
    font-weight: normal;
    margin-left: 3px;
    padding-left: 29px;
  }
  .program_intro .program_box dl dt.circle::before {
    top: 0 !important;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .program_intro .program_box dl dt span {
    font-size: 1.6rem;
    padding-left: 5px;
  }
  .program_intro .program_box dl dd {
    font-size: 1.6rem;
    line-height: 30px;
    padding: 12px 0 0;
    letter-spacing: 0.5px;
  }
  .program_intro .program_box.just_dl {
    padding-bottom: 24px;
  }
  .program_intro .program_box.just_dl dl {
    margin: 0;
    padding: 0;
  }
  .program_intro .program_box.just_dl dl dd {
    padding-left: 5px;
  }
  .program_intro .program_box.green {
    background: #cde9e7;
  }
  .program_intro .program_box.margin {
    margin: 0 0 40px;
  }
  .tbl_shop {
    width: 100%;
    border-right: solid 1px #c9c9c9;
    border-top: solid 1px #c9c9c9;
    margin: 28px 0 20px;
  }
  .tbl_shop .tb_row {
    display: table;
    width: 100%;
  }
  .tbl_shop.actors .tbl_row > *:nth-of-type(2) {
    width: 170px;
  }
  .tbl_shop.actors .tbl_row > *:nth-of-type(3) {
    width: 170px;
  }
  .tbl_shop.actors .tbl_row > *:nth-of-type(4) {
    width: 280px;
  }
  .tbl_shop.actors .tbl_row > *:nth-of-type(5) {
    width: 100px;
  }
  .tbl_shop.actors .tbl_row > *:nth-of-type(6) {
    width: 100px;
  }
  .tbl_shop.actors .tbl_row_full {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 365px;
    z-index: 3;
  }
  .tbl_shop.actors .tbl_row_full p {
    padding: 8px;
  }
  .tbl_shop.actors .tbl_row_full .cell {
    position: absolute;
    bottom: 0;
    height: 99%;
    padding: 13px 5px;
    text-align: center;
    background: #fff;
    border-bottom: solid 1px #c9c9c9;
    border-left: solid 1px #c9c9c9;
  }
  .tbl_shop.actors .tbl_row_full .cell:nth-of-type(1) {
    right: 486px;
    width: 174px;
    height: 282px;
    top: -26px;
  }
  .tbl_shop.actors .tbl_row_full .cell:nth-of-type(2) {
    right: 203px;
    width: 285px;
    height: 282px;
    top: -26px;
  }
  .tbl_shop.actors .tbl_row_full .cell:nth-of-type(3) {
    right: 103.2px;
    width: 101px;
    height: 282px;
    top: -26px;
  }
  .tbl_shop.actors .tbl_row_full p {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .tbl_shop.karate .tbl_row > *:nth-of-type(1) {
    width: 90px;
  }
  .tbl_shop.karate .tbl_row > *:nth-of-type(2) {
    width: 100px;
  }
  .tbl_shop.karate .tbl_row > *:nth-of-type(3) {
    width: 110px;
  }
  .tbl_shop.karate .tbl_row > *:nth-of-type(4) {
    width: 100px;
  }
  .tbl_shop.karate .tbl_row > *:nth-of-type(5) {
    width: 200px;
  }
  .tbl_shop.karate .tbl_row_full {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 267px;
    z-index: 3;
  }
  .tbl_shop.karate .tbl_row_full .cell {
    position: absolute;
    bottom: 0;
    height: 99%;
    padding: 13px 5px;
    text-align: center;
    background: #fff;
    border-bottom: solid 1px #c9c9c9;
    border-left: solid 1px #c9c9c9;
  }
  .tbl_shop.karate .tbl_row_full .cell:nth-of-type(1) {
    opacity: 0;
    pointer-events: none;
  }
  .tbl_shop.karate .tbl_row_full .cell:nth-of-type(2) {
    right: 0;
    width: 25%;
    height: 178.5px;
    top: -51.5px;
  }
  .tbl_shop.karate .tbl_row_full .cell:nth-of-type(3) {
    right: 101.6px;
    width: 9.2%;
    height: 266px;
  }
  .tbl_shop.karate .tbl_row_full p {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .tbl_shop.karate .table_wrapper:last-of-type .tbl_sp_row{
    height: 14rem;
  }
  .tbl_shop.karate .table_wrapper:last-of-type .tbl_sp_row:nth-of-type(4) {
    position: relative;
  }
  .tbl_shop.karate .table_wrapper:last-of-type .tbl_sp_row:nth-of-type(4) .tbl_content {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 142px;
    background: #fff;
  }

  .tbl_shop.cheer .tbl_row > *:nth-of-type(1) {
    width: 112px;
  }
  .tbl_shop.cheer .tbl_row > *:nth-of-type(2) {
    width: 112px;
  }
  .tbl_shop.cheer .tbl_row > *:nth-of-type(3) {
    width: 112px;
  }
  .tbl_shop.cheer .tbl_row > *:nth-of-type(4) {
    width: 112px;
  }
  .tbl_shop.cheer .tbl_row > *:nth-of-type(5) {
    width: 112px;
  }
  .tbl_shop.cheer .tbl_row > *:nth-of-type(6) {
    width: 112px;
  }
  .tbl_shop.cheer .tbl_row > *:nth-of-type(7) {
    width: 112px;
    position: relative;
  }
  .tbl_shop.cheer .table_wrapper:last-of-type .tbl_row > *:nth-of-type(7) .tbl_content {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    height: 125px;
  }
  .tbl_shop.cheer .tbl_row_full .cell:nth-of-type(1) {
    right: 42.9%;
    width: 157px;
    height: 189px;
  }
  .tbl_shop.cheer .tbl_row_full .cell:nth-of-type(2) {
    right: 28.6%;
    width: 157px;
    height: 189px;
  }
  .tbl_shop.cheer .tbl_row_full .cell:nth-of-type(3) {
    right: 14.3%;
    width: 157px;
    height: 189px;
  }
  .tbl_shop.cheer .tbl_row_full .cell:nth-of-type(4) {
    right: 0;
    width: 157px;
    height: 74px;
  }
  .tbl_shop.cheer .tbl_row_full p {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }


  .cl_red {
    color: #ff0000;
    line-height: 24px;
    padding-left: 5px;
  }
  .program_detail {
    margin: 22px 0 0;
  }
  .program_detail .pro_table dt {
    color: #0E8E46;
    font-size: 2rem;
    line-height: 20px;
    font-weight: normal;
  }
  .program_detail .pro_table dd .tbl_shop .tbl_row > *:nth-of-type(2) {
    width: 26%;
  }
  .program_detail .pro_table dd .tbl_shop .tbl_row > *:nth-of-type(2) .tbl_content {
    text-align: left;
    padding-left: 25px;
  }
  .program_detail .pro_table dd .tbl_shop .tbl_row > *:nth-of-type(3) {
    width: 22%;
  }
  .program_detail .pro_table dd .tbl_shop .tbl_row > *:nth-of-type(4) {
    width: 14%;
  }
  .program_detail .pro_table dd .tbl_shop .tbl_row > *:last-child .tbl_content {
    text-align: center;
    padding: 8px 0;
  }
  .program_detail .pro_table dd .border_sp {
    display: none;
  }
  .program_detail .pro_table dd .border {
    border-top: solid 1px #c9c9c9;
  }
  .program_detail .pre_lst {
    padding: 18px 0 0;
  }
  .program_detail .pre_lst dt {
    font-size: 1.8rem;
    margin-left: 0;
  }
  .program_detail .pre_lst dd {
    padding: 4px 0 0;
  }
  .program_detail .pre_lst dd ul li {
    font-size: 1.6rem;
    line-height: 28px;
    position: relative;
    padding-left: 15px;
  }
  .program_detail .pre_lst dd ul li::before {
    content: '.';
    position: absolute;
    font-size: 25px;
    color: #000;
    left: 5px;
    top: -7px;
    display: inline-block;
  }
  .program_detail .pre_lst dd ul li.bold {
    font-weight: bold;
  }
  .program_detail .pre_lst dd .link_lst {
    margin-bottom: 12px;
    /* For IE 6/7 only */
    *zoom: 1;
  }
  .program_detail .pre_lst dd .link_lst:before, .program_detail .pre_lst dd .link_lst:after {
    content: ' ';
    display: table;
  }
  .program_detail .pre_lst dd .link_lst:after {
    clear: both;
  }
  .program_detail .pre_lst dd .link_lst li {
    float: left;
  }
  .program_detail .pre_lst dd .link_lst li::before {
    display: none;
  }
  .program_detail .pre_lst dd .link_lst li a {
    color: #00863a;
    border-bottom: 1px solid #00863a;
  }
  .program_detail .pre_lst dd .card {
    padding: 0 0 3px;
    /* For IE 6/7 only */
    *zoom: 1;
  }
  .program_detail .pre_lst dd .card:before, .program_detail .pre_lst dd .card:after {
    content: ' ';
    display: table;
  }
  .program_detail .pre_lst dd .card:after {
    clear: both;
  }
  .program_detail .pre_lst dd .card li {
    float: left;
  }
  .program_detail .pre_lst dd .card li:last-child {
    position: relative;
    top: -23px;
  }
  .program_detail .pre_lst dd .card li:last-child::before {
    display: none;
  }
  .program_detail .pre_lst.first {
    padding: 4px 0 0;
  }
  .program_detail .pre_lst.last {
    padding: 5px 0 0;
  }
  .program_detail .dl_plan {
    margin: 38px 0 0;
  }
  .program_detail .dl_plan dd > div:first-child dt {
    margin-bottom: 30px;
  }
  .program_detail .dl_plan .custom {
    margin-bottom: 18px;
  }
  .program_detail .dl_plan .mr_b {
    padding-bottom: 0;
  }
  .program_detail .dl_plan .mr_b.over {
    padding-bottom: 5px;
  }
  .program_detail .dl_plan .mr_b.center {
    padding: 6px 0 0;
  }
  .actors_content .top_content {
    margin: 49px 0 0;
    padding: 0 0 42px;
  }
  .actors_content .top_content .top_quote {
    padding: 32px 0 23px;
  }
  .actors_content .program_intro {
    padding: 55px 0 0;
  }
  .actors_content .program_intro .program_box {
    padding-right: 18px;
  }
  .actors_content .program_intro .program_box dt span {
    padding-left: 15px;
  }
  .actors_content .program_intro .program_box dl {
    padding-left: 29px;
  }
  .actors_content .program_intro .program_box dl dd h4 {
    font-size: 1.8rem;
  }
  .actors_content .program_intro .program_box dl dd p {
    padding: 4px 0 0;
  }
  .actors_content .program_intro .program_box.first_box dl dt {
    position: relative;
    top: -2px;
  }
  .actors_content .program_intro .program_box:nth-of-type(2) dl dd {
    padding: 14px 0 0;
  }
  .actors_content .program_intro .program_box.just_dl {
    padding: 34px 25px 25px 26px;
  }
  .actors_content .program_intro .program_box.just_dl dl {
    padding-left: 0;
  }
  .actors_content .program_intro .program_box.just_dl dl dt {
    padding-left: 31px;
    margin-left: 2px;
  }
  .actors_content .program_intro .program_box.just_dl dl dt.circle::before {
    left: 1px;
  }
  .actors_content .program_intro .program_box.just_dl dl dd {
    padding: 11px 22px 0 0;
    line-height: 30px;
  }
  .actors_content .program_intro .program_box.custom_dl {
    padding-bottom: 21px;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd {
    padding: 10px 0 0 0;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_txt {
    /* For IE 6/7 only */
    *zoom: 1;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_txt:before, .actors_content .program_intro .program_box.custom_dl dl dd .lst_txt:after {
    content: ' ';
    display: table;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_txt:after {
    clear: both;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_txt ul {
    width: 50%;
    float: left;
    line-height: 30px;
    font-size: 16px;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_txt ul li {
    color: #313131;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_photos {
    /* For IE 6/7 only */
    *zoom: 1;
    margin: 0 -10px;
    padding: 24px 4px 0 1px;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_photos:before, .actors_content .program_intro .program_box.custom_dl dl dd .lst_photos:after {
    content: ' ';
    display: table;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_photos:after {
    clear: both;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_photos li {
    width: 33.333333333%;
    padding: 0 10px;
    float: left;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_photos li a {
    display: block;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_photos li a figure {
    display: block;
    float: none;
    width: 100%;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_photos li a p {
    font-size: 1.6rem;
    line-height: 22px;
    padding: 6px 0 27px 3px;
    text-transform: uppercase;
  }
  .actors_content .program_intro .green_box {
    background: #cde9e7;
    padding: 29px 30px 20px 28px;
    margin: 0 0 30px;
  }
  .actors_content .program_intro .green_box .circle {
    color: #0E8E46;
  }
  .actors_content .program_intro .green_box .program_box {
    background: transparent;
    padding: 27px 0 16px 0;
    margin: 0;
  }
  .actors_content .program_intro .green_box .program_box figure {
    width: 180px;
  }
  .actors_content .program_intro .green_box .program_box dl {
    margin-left: 180px;
  }
  .actors_content .program_intro .green_box .program_box dl dt {
    color: #464646;
    font-weight: bold;
    border-bottom: 1px solid #0E8E46;
    padding-left: 0;
    position: relative;
    top: -4px;
    margin-left: 0;
    padding-bottom: 17px;
  }
  .actors_content .program_intro .green_box .program_box dl dd {
    padding: 10px 0 0;
  }
  .actors_content .program_intro .green_box .program_box dl dd h4 {
    font-size: 1.8rem;
  }
  .actors_content .program_intro .green_box .program_box dl dd p {
    font-size: 1.6rem;
    line-height: 22px;
    padding-top: 2px;
  }
  .actors_content .program_intro .green_box .program_box:last-child {
    padding-top: 22px;
  }
  .actors_content .program_intro .green_box .program_box:last-child dl dd {
    padding: 11px 0 0;
  }
  .actors_content .program_intro .green_box .program_box:last-child dl dd h4 {
    line-height: 28px;
  }
  .actors_content .program_intro .green_box .program_box:last-child dl dd p {
    padding-top: 4px;
  }
  .actors_content .btn_bottom li {
    margin: 0 auto;
    float: none !important;
    width: 330px !important;
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .actors_content .lst_btn .inner ul {
    text-align: center;
  }
  #other li a:hover::after {
    bottom: 3px;
  }
  #other li a:hover figure {
    opacity: 0.7;
    -webkit-transition: opacity 0.35s ease;
    -moz-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
  }
  .tbl_shop .tbl_row .tbl_content {
    line-height: 26px;
    text-align: center;
    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;
    padding: 5px;
  }
  .tbl_shop .tbl_row .tbl_content.three {
    height: 84px;
  }
  .tbl_shop .tbl_row .colspan .tbl_content {
    border-bottom: solid 1px #c9c9c9;
    overflow: hidden;
  }
  .tbl_shop .tbl_row .colspan .tbl_content:last-child {
    border-bottom: none;
  }
  .tbl_shop .tbl_row > *:nth-of-type(1) {
    width: 265px;
  }
  .tbl_shop .tbl_row > *:nth-of-type(2) {
    width: 225px;
  }
  .tbl_shop .tbl_row > *:nth-of-type(3) {
    width: 245px;
  }
  .tbl_shop .tbl_row > *:nth-of-type(4) {
    width: 140px;
  }
  .tbl_shop .tbl_row .tbl_sp_row:last-child .tbl_content {
    text-align: center;
    padding: 5px;
  }
  .tbl_shop.dance_school .all {
    border-bottom: none !important;
  }
  .tbl_shop.dance_school .all .tbl_content {
    position: relative;
    top: 60px;
  }
  .tbl_shop.dance_school .border_none {
    border-bottom: none;
  }
  .tbl_shop.kids_ballet .all {
    border-bottom: none !important;
  }
  .tbl_shop.kids_ballet .all .tbl_content {
    position: relative;
    top: 15px;
  }
  .tbl_shop.actors .tbl_row > *:nth-of-type(2) {
    width: 170px;
  }
  .tbl_shop.actors .tbl_row > *:nth-of-type(3) {
    width: 170px;
  }
  .tbl_shop.actors .tbl_row > *:nth-of-type(4) {
    width: 280px;
  }
  .tbl_shop.actors .tbl_row > *:nth-of-type(5) {
    width: 100px;
  }
  .tbl_shop.actors .tbl_row > *:nth-of-type(6) {
    width: 100px;
  }
  .tbl_shop.actors .four {
    height: 170px;
  }
  .indent_txt {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  /* ===================================================================
use Luxze
=================================================================== */
  .top_area {
    background: url("../images/main_img.jpg") center center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .program_list_contents {
    background: #fff2e1;
  }
  .program_list_contents:nth-of-type(odd) {
    background: #fff5f1;
  }
  .pink_txt {
    color: #0E8E46;
  }
  #contents {
    padding-bottom: 20px;
  }
  .alls {
    padding-bottom: 60px;
  }
  .alls .top_area {
    margin-bottom: 0;
    background: url(../images/main_img.jpg) no-repeat center;
    -moz-background-size: cover;
         background-size: cover;
    background-position: center;
  }
  .alls .inner {
    position: relative;
  }
  .ballet .top_area {
    margin-bottom: 0;
    background: url(../images/main_img-ballet.jpg) no-repeat left top;
    -moz-background-size: cover;
         background-size: cover;
    background-position: center;
  }
  .ballet .inner {
    position: relative;
  }
  .actors .top_area {
    margin-bottom: 0;
    background: url(../images/main_img-actors.jpg) no-repeat left top;
    -moz-background-size: cover;
         background-size: cover;
    background-position: center;
  }
  .actors .inner {
    position: relative;
  }
  .karate .top_area {
    margin-bottom: 0;
    background: url(../images/main_img-karate.jpg) no-repeat left top;
    -moz-background-size: cover;
         background-size: cover;
    background-position: center;
  }
  .karate .inner {
    position: relative;
  }
  .karate .indent_txt {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .dance .top_area {
    margin-bottom: 0;
    background: url(../images/main_img-dance.jpg) no-repeat left top;
    -moz-background-size: cover;
         background-size: cover;
    background-position: center;
  }
  .dance .inner {
    position: relative;
  }
  .cheer .top_area {
    margin-bottom: 0;
    background: url(../images/main_img-cheer.jpg) no-repeat left top;
    -moz-background-size: cover;
         background-size: cover;
    background-position: center;
  }
  .cheer .inner {
    position: relative;
  }
  .more_btn a {
    padding: 8px 0;
    color: #fff;
    font-size: 1.6rem;
    background: #0E8E46;
    -moz-border-radius: 3px;
         border-radius: 3px;
  }
  .more_btn a::before {
    right: 10px;
    width: 7px;
    height: 13px;
    background: url(/common/images/arrow_white.png) no-repeat center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .sec_ttl {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
  }
  .section_box {
    margin-bottom: 40px;
  }
  .all_content {
    color: #000;
  }
  .all_content_lead {
    position: relative;
    text-align: center;
    background: url(../images/ttl_bg--sp.jpg) center center;
    background-size: cover;
    color: #fff;
    font-size: 1.6rem;
    padding: 2rem 0 2rem;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
  .all_content_catch {
    margin-bottom: 20px;
    background: #f7f7f7;
  }
  .all_content_catch .inner {
    padding: 0 15px 15px;
  }
  .all_content_catch figure {
    margin-bottom: 20px;
  }
  .all_content_catch .right_area_ttl {
    color: #0E8E46;
    font-size: 1.8rem;
  }
  .all_content_catch .right_area_sub {
    margin: 10px auto;
    color: #0E8E46;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .all_content_catch .right_area_sub span {
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
  }
  .all_content_catch .right_area p {
    font-size: 1.4rem;
  }
  .all_content_catch .btn_area {
    margin: auto;
    padding: 15px;
    background: #fff;
  }
  .charm {
    margin-bottom: 30px;
  }
  .charm .sec_ttl {
    margin-bottom: 30px;
  }
  .charm_list {
    padding: 10px 10px 20px;
    background: #eee;
  }
  .charm_list.pickup {
    padding: 0;
    background: #fff;
  }
  .charm_list.pickup figure {
    margin-bottom: 10px;
    text-align: center;
  }
  .charm_list.pickup + .pickup {
    margin-top: 30px;
    padding-top: 30px;
    border-top: solid 1px #cdcdcd;
  }
  .charm_list_sub {
    margin-bottom: 5px;
    color: #0E8E46;
    font-size: 1.8rem;
    font-weight: normal;
  }
  .charm_list p {
    font-size: 1.4rem;
  }
  .charm_list + .charm_list {
    margin-top: 20px;
  }
  .plan {
    margin-bottom: 30px;
    padding: 20px 0 35px;
    color: #353535;
    background: #f7f7f7;
  }
  .plan .sec_ttl {
    color: #000;
    margin-bottom: 15px;
  }
  .plan_content_ttl {
    position: relative;
    padding-left: 22px;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.2;
  }
  .plan_content_ttl::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../../images/icon_curcle.png) no-repeat center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .plan_content_ttl small {
    font-size: 1.4rem;
  }
  .plan_content_sub {
    margin-bottom: 5px;
    color: #0E8E46;
    font-size: 1.8rem;
    font-weight: normal;
  }
  .plan_content .tbl_shop {
    margin: 10px auto 30px;
  }
  .plan_content .attention_list {
    margin: 5px auto 20px;
  }
  .plan_content .attention_list li {
    position: relative;
    padding-left: 1em;
    font-size: 1.4rem;
  }
  .plan_content .attention_list li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.4rem;
  }
  .plan_content .info_ttl {
    margin-bottom: 10px;
  }
  .plan_content .guide_dl dt,
  .plan_content .guide_dl dd {
    font-size: 1.4rem;
  }
  .plan_content .guide_dl dt {
    padding: 5px 0;
    color: #fff;
    text-align: center;
    background: #0E8E46;
    -moz-border-radius: 3px;
         border-radius: 3px;
  }
  .plan_content .guide_dl dd {
    padding: 10px;
  }
  .plan_content .guide_dl dd small {
    font-size: 1.2rem;
  }
  .plan_content .guide_dl.border_none {
    padding-bottom: 50px;
  }
  .plan_content .guide_dl + .guide_dl {
    margin-top: 15px;
  }
  .plan_content .credit_ttl {
    margin: 15px auto 5px;
    font-weight: normal;
  }
  .plan_content .credit_img {
    margin-top: 5px;
  }
  .plan_content .caution {
    margin-bottom: 30px;
    color: #ff0000;
    font-size: 1.2rem;
  }
  .plan_content .caution p + p {
    margin-top: 5px;
  }
  .faq_content {
    margin-bottom: 30px;
  }
  .faq_content .more_btn {
    width: 100%;
    margin-top: 20px;
  }
  .faq_content .more_btn a {
    color: #353535;
    background: #f5f5f5;
  }
  .faq_content .more_btn a::before {
    right: 10px;
    width: 7px;
    height: 13px;
    background: url("/sakura/common/images/arrow_green.svg") no-repeat center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .faq_content.border_b {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 30px;
  }
  .top_content {
    margin: 16px 0 56px;
    padding: 14px 0 11px;
    border: 1px solid #dfdfdf;
    text-align: center;
    background: #fff;
  }
  .top_content .top_ttl {
    font-size: 2.5rem;
    line-height: 33px;
    font-family: 'Lato';
    font-weight: 900;
    text-transform: uppercase;
    color: #464646;
    letter-spacing: 0.5px;
  }
  .top_content .top_ttl span {
    font-size: 1.3rem;
    line-height: 22px;
    position: relative;
    font-weight: normal;
    top: -2px;
  }
  .top_content .top_quote {
    font-size: 1.5rem;
    line-height: 21px;
    color: #0E8E46;
    font-weight: normal;
    padding: 6px 0 0;
    letter-spacing: 0.5px;
  }
  .top_content .top_quote span {
    font-size: 1.4rem;
    line-height: 26px;
    color: #00863a;
    position: relative;
    top: -8px;
  }
  .top_content p {
    font-size: 1.4rem;
    line-height: 19px;
    padding: 0 15px;
    text-align: left;
  }
  .top_content span {
    display: block;
  }
  .lst_merit {
    /* For IE 6/7 only */
    *zoom: 1;
    margin: -11px 0 0;
  }
  .lst_merit:before, .lst_merit:after {
    content: ' ';
    display: table;
  }
  .lst_merit:after {
    clear: both;
  }
  .lst_merit .merit_box {
    width: 100%;
    float: left;
    padding: 11px 0 0;
  }
  .lst_merit .merit_box .merit_ttl {
    height: 35px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    text-transform: uppercase;
    background: #0E8E46;
    letter-spacing: 0.5px;
  }
  .lst_merit .merit_box .merit_sub {
    background: #cde9e7;
    color: #0E8E46;
    font-weight: normal;
    height: 45px;
    padding: 9px 0;
    display: table;
    text-align: center;
    font-size: 1.6rem;
    line-height: 25px;
    width: 100%;
  }
  .lst_merit .merit_box .merit_sub span {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    top: 0;
    letter-spacing: 0.5px;
  }
  .lst_merit .merit_box .merit_sub:last-child {
    height: 46px;
  }
  .lst_merit .merit_box figure img {
    width: 100%;
  }
  .lst_merit .merit_box .merit_txt {
    font-size: 1.4rem;
    line-height: 19px;
    padding: 8px 0 0;
  }
  .lst_btn {
    background: #eeeeee;
    margin: 54px 0 0;
  }
  .lst_btn .inner {
    padding: 15px 15px 8px 15px;
  }
  .lst_btn .inner ul {
    /* For IE 6/7 only */
    *zoom: 1;
    margin: -8px 0;
    padding: 2px 0 0;
  }
  .lst_btn .inner ul:before, .lst_btn .inner ul:after {
    content: ' ';
    display: table;
  }
  .lst_btn .inner ul:after {
    clear: both;
  }
  .lst_btn .inner ul li {
    float: left;
    width: 100%;
    display: table;
    padding: 8px 0;
  }
  .lst_btn .inner ul li a {
    display: table-cell;
    vertical-align: middle;
    color: #fffefe;
    font-size: 1.6rem;
    line-height: 32px;
    text-align: center;
    background: #0E8E46;
    position: relative;
    height: 66px;
    -moz-border-radius: 2px;
         border-radius: 2px;
  }
  .lst_btn .inner ul li a::after {
    content: '';
    position: absolute;
    right: 22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url(/common/images/sprite/sprite_sub_utils.png?rev=1528251340137);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -758px -271px;
    width: 11px;
    height: 17px;
  }
  .lst_btn.btn_bottom {
    margin: 22px 0 0;
  }
  .program_intro {
    padding: 35px 0 0;
  }
  .program_intro .pro_ttl {
    font-size: 2.5rem;
    line-height: 33px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Lato';
    font-weight: 900;
    letter-spacing: 1px;
    padding: 0 0 18px;
  }
  .program_intro .pro_ttl span {
    display: block;
    font-weight: normal;
    font-size: 1.3rem;
    line-height: 22px;
    position: relative;
    top: -2px;
  }
  .program_intro .program_box {
    /* For IE 6/7 only */
    *zoom: 1;
    padding: 17px;
    margin: 0 0 13px;
    background: #eeeeee;
  }
  .program_intro .program_box:before, .program_intro .program_box:after {
    content: ' ';
    display: table;
  }
  .program_intro .program_box:after {
    clear: both;
  }
  .program_intro .program_box figure {
    float: left;
    width: 100%;
  }
  .program_intro .program_box figure img {
    width: 100%;
  }
  .program_intro .program_box dl {
    padding: 14px 0 0;
    float: right;
    width: 100%;
  }
  .program_intro .program_box dl dt {
    color: #0E8E46;
    font-size: 1.4rem;
    line-height: 20px;
    font-weight: normal;
  }
  .program_intro .program_box dl dt.circle::before {
    top: 5px !important;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .program_intro .program_box dl dt span {
    font-size: 1.3rem;
  }
  .program_intro .program_box dl dd {
    font-size: 1.4rem;
    line-height: 19px;
    padding: 10px 5px 0 0;
    text-align: justify;
  }
  .program_intro .program_box.just_dl {
    padding: 15px 16px 18px 17px;
  }
  .program_intro .program_box.just_dl dl {
    margin: 0;
    padding: 0;
  }
  .program_intro .program_box.just_dl:nth-child(2) {
    padding: 15px 24px 13px 17px;
  }
  .program_intro .program_box.just_dl:nth-child(2) dt {
    letter-spacing: 0.5px;
  }
  .program_intro .program_box.just_dl:nth-child(2) dd {
    padding: 7px 0 0;
  }
  .program_intro .program_box.green {
    background: #cde9e7;
  }
  .program_intro .program_box.first_box {
    padding: 17px 17px 13px 17px;
    margin: 0 0 15px;
  }
  .cl_red {
    color: #ff0000;
    line-height: 20px;
    margin-left: -2px;
  }
  .program_detail {
    margin: 2px 0 0;
  }
  .program_detail .pro_table dt {
    color: #0E8E46;
    font-size: 1.4rem;
    line-height: 20px;
    font-weight: normal;
  }
  .program_detail .pro_table dt.circle:before {
    top: 4px !important;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .program_detail .pro_table dt span {
    font-size: 1.2rem;
    display: block;
  }
  .program_detail .pro_table dd .tbl_shop .tbl_row .tbl_sp_row:last-child .tbl_content {
    padding-bottom: 8px;
  }
  .program_detail .pro_table dd .tbl_title {
    letter-spacing: 9px;
  }
  .program_detail .pro_table dd .tbl_title.no_letter {
    letter-spacing: 0;
  }
  .program_detail .pro_table dd .break {
    padding-left: 10px;
  }
  .program_detail .pro_table dd .border_sp {
    display: inline-block;
  }
  .program_detail .pro_table dd .border {
    display: none;
  }
  .program_detail .pre_lst {
    padding: 20px 0 0;
  }
  .program_detail .pre_lst dt {
    font-size: 1.4rem;
    margin-left: 0;
  }
  .program_detail .pre_lst dd {
    padding: 12px 0 0;
  }
  .program_detail .pre_lst dd ul li {
    font-size: 1.4rem;
    line-height: 23px;
    position: relative;
    padding-left: 12px;
  }
  .program_detail .pre_lst dd ul li::before {
    content: '.';
    position: absolute;
    font-size: 25px;
    color: #000;
    left: 2px;
    top: -8px;
    display: inline-block;
  }
  .program_detail .pre_lst dd .link_lst {
    margin: 11px 0 4px 4px;
    /* For IE 6/7 only */
    *zoom: 1;
  }
  .program_detail .pre_lst dd .link_lst:before, .program_detail .pre_lst dd .link_lst:after {
    content: ' ';
    display: table;
  }
  .program_detail .pre_lst dd .link_lst:after {
    clear: both;
  }
  .program_detail .pre_lst dd .link_lst li {
    float: left;
    padding: 8px 0;
  }
  .program_detail .pre_lst dd .link_lst li::before {
    display: none;
  }
  .program_detail .pre_lst dd .link_lst li a {
    color: #00863a;
    border-bottom: 1px solid #00863a;
    font-size: 1.6rem;
    padding-bottom: 3px;
  }
  .program_detail .pre_lst dd .card {
    padding: 0 0 3px;
    margin-top: -2px;
    /* For IE 6/7 only */
    *zoom: 1;
  }
  .program_detail .pre_lst dd .card:before, .program_detail .pre_lst dd .card:after {
    content: ' ';
    display: table;
  }
  .program_detail .pre_lst dd .card:after {
    clear: both;
  }
  .program_detail .pre_lst dd .card li {
    float: left;
    padding: 0 3px 0 17px;
    line-height: 18px;
  }
  .program_detail .pre_lst dd .card li::before {
    left: 3px;
  }
  .program_detail .pre_lst dd .card li:last-child {
    position: relative;
    top: 0;
    padding: 19px 0 6px;
    width: 100%;
  }
  .program_detail .pre_lst dd .card li:last-child img {
    width: 100%;
  }
  .program_detail .pre_lst dd .card li:last-child::before {
    display: none;
  }
  .program_detail .pre_lst.last {
    padding: 11px 0 0 2px;
  }
  .program_detail .pre_lst:nth-child(3) dd {
    padding: 9px 0 0;
  }
  .program_detail .pre_lst:nth-child(4) dd {
    padding: 7px 0 0;
  }
  .program_detail .dl_plan {
    margin: 21px 0 0 2px;
  }
  .program_detail .dl_plan .mr_b {
    padding-bottom: 0;
  }
  .program_detail .dl_plan .mr_b.over {
    padding-bottom: 5px;
  }
  .program_detail .dl_plan > dt {
    padding-left: 16px;
    margin-bottom: 8px;
  }
  .program_detail .dl_plan > dt .circle::before {
    width: 8px;
    height: 8px;
  }
  .program_detail .dl_plan dd > div dl.first {
    border: none;
  }
  .program_detail .dl_plan dd > div dl.first dd {
    margin-bottom: 0;
  }
  .program_detail .dl_plan dd > div dl dt {
    width: 105px;
    height: 24px;
    line-height: 20px;
    font-size: 13px;
    -moz-border-radius: 2px;
         border-radius: 2px;
    letter-spacing: 0.5px;
  }
  .program_detail .dl_plan dd > div dl dd {
    clear: none;
    margin: 5px 0 12px 113px;
  }
  .program_detail .dl_plan dd > div dl dd .f_small {
    text-indent: -15px;
    padding-left: 15px;
  }
  .actors_content .top_content {
    padding: 16px 0 17px;
    margin: 16px 0 0;
  }
  .actors_content .top_content .top_ttl span {
    top: 0;
    letter-spacing: 0;
    padding: 0 15px;
  }
  .actors_content .top_content .top_quote {
    padding: 10px 0 8px;
    letter-spacing: 0;
  }
  .actors_content .program_intro {
    padding: 20px 0 0;
  }
  .actors_content .program_intro .program_box {
    padding-right: 18px;
  }
  .actors_content .program_intro .program_box dl dd h4 {
    font-size: 1.4rem;
  }
  .actors_content .program_intro .program_box dl dd p {
    padding: 8px 0 0;
  }
  .actors_content .program_intro .program_box.first_box dl dt {
    position: relative;
    top: -2px;
  }
  .actors_content .program_intro .program_box:nth-of-type(2) dl dd {
    padding: 12px 0 0;
  }
  .actors_content .program_intro .program_box.just_dl dl {
    padding-left: 0;
  }
  .actors_content .program_intro .program_box.just_dl dl dt span {
    display: block;
  }
  .actors_content .program_intro .program_box.just_dl dl dt span.inline {
    display: inline-block;
  }
  .actors_content .program_intro .program_box.just_dl dl dd {
    line-height: 19px;
  }
  .actors_content .program_intro .program_box.custom_dl {
    padding: 15px 18px 4px 16px;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd {
    padding: 11px 0 0 0;
    text-transform: uppercase;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_txt {
    letter-spacing: 0.5px;
    margin-right: -6px;
    /* For IE 6/7 only */
    *zoom: 1;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_txt:before, .actors_content .program_intro .program_box.custom_dl dl dd .lst_txt:after {
    content: ' ';
    display: table;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_txt:after {
    clear: both;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_txt ul {
    width: 100%;
    float: left;
    line-height: 19px;
    font-size: 1.4rem;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_txt ul li {
    padding-left: 15px;
    text-indent: -15px;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_photos {
    /* For IE 6/7 only */
    *zoom: 1;
    padding: 17px 0 0 0;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_photos:before, .actors_content .program_intro .program_box.custom_dl dl dd .lst_photos:after {
    content: ' ';
    display: table;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_photos:after {
    clear: both;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_photos li {
    width: 100%;
    float: left;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_photos li a {
    display: block;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_photos li a figure {
    display: block;
    float: none;
    width: 100%;
  }
  .actors_content .program_intro .program_box.custom_dl dl dd .lst_photos li a p {
    font-size: 1.4rem;
    line-height: 19px;
    padding: 7px 0 12px;
    letter-spacing: 0.5px;
  }
  .actors_content .program_intro .green_box {
    background: #cde9e7;
    padding: 11px 10px 12px 13px;
    margin: 22px 0 14px;
  }
  .actors_content .program_intro .green_box .circle {
    color: #0E8E46;
  }
  .actors_content .program_intro .green_box .program_box {
    background: transparent;
    padding: 14px 0 11px 3px;
    margin: 0;
  }
  .actors_content .program_intro .green_box .program_box figure {
    width: 246px;
  }
  .actors_content .program_intro .green_box .program_box dl {
    padding: 7px 0 0;
  }
  .actors_content .program_intro .green_box .program_box dl dt {
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid #0E8E46;
    padding-left: 0;
    position: relative;
    left: -2px;
    margin-left: 0;
    padding-bottom: 7px;
  }
  .actors_content .program_intro .green_box .program_box dl dd {
    padding: 7px 10px 0 0;
    margin-left: -3px;
  }
  .actors_content .program_intro .green_box .program_box dl dd h4 {
    font-size: 1.4rem;
    line-height: 19px;
  }
  .actors_content .program_intro .green_box .program_box dl dd p {
    font-size: 1.4rem;
    line-height: 19px;
    padding-top: 12px;
  }
  .actors_content .program_intro .green_box .program_box:last-child figure {
    width: 175px;
  }
  .actors_content .program_intro .green_box .program_box:last-child dl dd {
    padding: 8px 22px 0 0;
  }
  .actors_content .btn_bottom {
    margin: 17px 0 0;
  }
  .actors_content .btn_bottom li {
    margin: 0 auto;
    float: none !important;
  }
  .actors_content .lst_btn .inner {
    padding: 15px 15px 18px 15px;
  }
  #other li {
    text-align: center;
    width: 100%;
    display: block;
  }
  #other li a,
  #other li .shadow {
    width: 100%;
  }
  #other li a figure img {
    height: auto;
    width: 100%;
  }
  #other li a {
    height: auto;
    padding: 0 0 10px;
  }
  .tbl_shop .tbl_row {
    margin-bottom: 20px;
  }
  .box-in {
    margin-bottom: 30px;
  }
  .box-in h4 {
    margin: 20px 0 5px;
    font-size: 2rem;
  }
  .box-in h4.circle {
    color: #0E8E46;
  }
  .box-in h4.circle:before {
    border: 5px solid #0E8E46;
  }
  .box-in ul li {
    text-indent: -1em;
    padding-left: 1em;
  }
}

@media screen and (min-width: 768px), print {
  .introduction {
    background: #F7F7F7;
    padding-top: 70px;
  }

  .introduction .sec_inner {
    padding: 8rem 7rem;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
  }

  .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% / 2);
    text-align: center;
    font-size: 2rem;
    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: -15px;
    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: #0B897B;
  }

  .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;
  }
}

@media screen and (max-width: 767px), print {
  .introduction {
    background: #F7F7F7;
    padding: 20px 10px;
  }

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

  .introduction_tab {
    display: flex;
    border-bottom: 3px solid #0b887a;
    box-shadow: 0 .3rem .6rem rgba(0, 0, 0, .2);
    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: 1.2rem;
    font-weight: bold;
    color: #0B897B;
    background: #EBEBEB;
    padding: .5rem;
    cursor: pointer;
    width: calc(100% / 2);
    background: rgb(11 137 123 / 40%);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
    padding-left: 20px;
  }
  .introduction_tab li .arrow {
    position: relative;
    right: -10px;
    background-color: #fff;
    width: 25px;
    height: 25px;
    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: 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: -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;
  }
}

.shop_class_btn_wrap {
  text-align: center;
}

.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;
}

@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;
  }
}

.price_class_btn_wrap__btn {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.price_class_btn_wrap__btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: .1rem solid #0E8E46;
  color: #0E8E46;
  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 #0E8E46;
  border-right: .2rem solid #0E8E46;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: .3s;
}

.price_class_btn_wrap__btn a:hover {
  background: #0E8E46;
  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_btn_wrap__txt {
  text-align: center;
  font-size: 1.6rem;
  color: #0E8E46;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px), print {
  .price_class_btn_wrap__txt {
    text-align: left;
    padding: 0 20px;
    font-size: 14px;
  }
}


.modal-bottom {
  margin-top: 50px;
}
.modal-bottom h3 {
  position: relative;
  padding-left: 35px;
  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;
}

@media screen and (max-width: 767px), print {
  .modal-bottom dl dt {
    font-size: 12px;
    width: 105px;
  }
  .modal-bottom dl dd {
    font-size: 12px;
    width: calc(100% - 105px);
  }
  .plan_content .credit_ttl, .modal-bottom__caution {
    font-size: 14px;
  }
}

.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.btn {
    position: relative;
    display: inline-block;
    border: 1px solid #0E8E46;
    font-size: 1.6rem;
    border-radius: 0.3rem;
    color: #0E8E46;
    font-weight: bold;
    padding: 2.8rem 6.8rem;
    transition: .3s;
  }
  .modal-b__tel a.btn:hover {
    background: #0E8E46;
    color: #fff;
  }
  .modal-b__tel a.btn::before {
    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;
  }
  .modal-b__tel a.btn:hover::before {
    border-color: #fff;
  }

  .modal-b__tel a.tel {
    pointer-events: none;
    margin-left: 1.5rem;
  }
}

@media screen and (max-width: 767px), print {
  .modal-b__tel a.btn {
    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;
  }
  .modal-b__tel a.btn::before {
    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;
  }

  .modal-b__tel {
    display: block;
  }

  .modal-b__tel a {
    padding: 1rem 0 1.2rem;
    width: 100%;
    display: block;
    margin-top: 1.5rem;
  }

  .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;
  }
  
}