@charset "UTF-8";
/* CSS Document */
/* 画像サイズ調整 ---------------------------------------------------------------------------*/
/* フォントサイズ調整 ---------------------------------------------------------------------------*/
/* ブレークポイント ---------------------------------------------------------------------------*/
@import url("//fonts.googleapis.com/css?family=Lato:700,900");
@import url("//fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Fredoka+One|Oswald:400,600|Russo+One");
html {
  font-size: 10px;
}

body,
td,
th,
input,
textarea {
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  line-height: 1.5;
}

body {
  overflow-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  color: inherit;
  text-decoration: none;
  /*
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
*/
}

a:hover {
  text-decoration: none;
}

a:hover,
a:hover img,
.img_hover:hover {
  /*
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
*/
}

img {
  vertical-align: bottom;
}

.img_ck {
  font-size: 0.1rem;
  line-height: 0;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

div,
p {
  /*word-break: break-all;*/
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
nav,
figure {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}

em,
address {
  font-style: normal;
}

/*---------------------------------------------------------------------------*/
/* CMS用 */
.file {
  border-top: 1px dotted #cccccc;
  margin: 15px 0;
  padding: 10px 0 0;
  text-align: left;
}

.file .pdf {
  background: url(../images/cms/pdf.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.file .ppt {
  background: url(../images/cms/ppt.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.file .xls,
.file .xlsx {
  background: url(../images/cms/xls.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.file .doc,
.file .docx {
  background: url(../images/cms/doc.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.top-right {
  float: right;
  margin: 0px 0px 30px 30px;
}

.top-left {
  float: left;
  margin: 0px 30px 30px 0px;
}

.top-center {
  margin: 0px 0px 30px 0px;
  text-align: center;
}

.bottom-right {
  float: right;
  margin: 30px 0px 0px 30px;
}

.bottom-left {
  float: left;
  margin: 30px 30px 0px 0px;
}

.bottom-center {
  margin: 30px 0px 0px 0px;
  text-align: center;
}

.entry-container b {
  font-weight: bold;
}

.entry-container i {
  font-style: italic;
}

.tab_main .list_tab .tab_item {
  -webkit-animation-duration: 0.75s;
     -moz-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  display: none;
}

.tab_main .list_tab .tab_item.active {
  display: block;
  -moz-animation-name: vanishIn;
       animation-name: vanishIn;
  -webkit-animation-name: vanishIn;
}

@-webkit-keyframes vanishIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes vanishIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes vanishIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.45);
    transform: scale(1.45);
  }
}

@-moz-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.45);
    -moz-transform: scale(1.45);
         transform: scale(1.45);
  }
}

@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.45);
    -moz-transform: scale(1.45);
         transform: scale(1.45);
  }
}

/*---------------------------------------------------------------------------*/
@media screen and (min-width: 769px), print {
  body,
  td,
  th,
  input,
  textarea {
    font-size: 1.4rem;
  }
  * {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  #container {
    width: 100%;
    min-width: 1270px;
  }
  header,
  footer,
  #contents {
    /* For IE 6/7 only */
    *zoom: 1;
    clear: both;
    position: relative;
  }
  header:before, header:after,
  footer:before,
  footer:after,
  #contents:before,
  #contents:after {
    content: ' ';
    display: table;
  }
  header:after,
  footer:after,
  #contents:after {
    clear: both;
  }
  .inner {
    width: 1200px;
    margin: auto;
    /* For IE 6/7 only */
    *zoom: 1;
  }
  .inner:before, .inner:after {
    content: ' ';
    display: table;
  }
  .inner:after {
    clear: both;
  }
  .inner_sm {
    width: 1100px;
    margin: auto;
    /* For IE 6/7 only */
    *zoom: 1;
  }
  .inner_sm:before, .inner_sm:after {
    content: ' ';
    display: table;
  }
  .inner_sm:after {
    clear: both;
  }
  a {
    -webkit-transition: all 0.3s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  a:hover {
    opacity: 0.7;
  }
  img {
    max-width: 100%;
  }
  .break_pc {
    display: block;
  }
  .break_sp {
    display: none;
  }
  .sp {
    display: none !important;
  }
  .sp_link {
    pointer-events: none;
  }
  .sp_link:hover {
    cursor: default;
    opacity: 1;
  }
  header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 1270px;
    z-index: 9999;
    background-color: #fff;
  }
  header .inner {
    position: relative;
    /* For IE 6/7 only */
    *zoom: 1;
    width: 100%;
  }
  header .inner:before, header .inner:after {
    content: ' ';
    display: table;
  }
  header .inner:after {
    clear: both;
  }
  header h1 {
    font-size: 1.2rem;
    margin-top: 14px;
    margin-left: 100px;
    margin-bottom: 2px;
    font-weight: normal;
  }
  header .logo {
    width: 345px;
    margin-left: 100px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .logo a {
    display: block;
  }
  header .global_navi {
    position: relative;
    background: #fff;
  }
  header .global_navi-list1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 1350px;
    text-align: center;
    margin-top: 30px;
    padding-bottom: 10px;
  }
  header .global_navi-list1 > li {
    letter-spacing: 0.1em;
    border-left: solid 1px #ccc;
    font-weight: bold;
  }
  header .global_navi-list1 > li a {
    display: block;
    height: 100%;
    color: #000;
    font-size: 1.6rem;
    padding: 3px 30px;
  }
  header .global_navi-list1 > li:nth-of-type(1) .disable {
    margin-left: -40px;
  }
  header .global_navi-list1 > li:nth-of-type(1) .disable > ul li {
    width: 282px;
  }
  header .global_navi-list1 > li:nth-of-type(2) .disable {
    margin-left: -217px;
  }
  header .global_navi-list1 > li:nth-of-type(3) .disable {
    margin-left: -410px;
  }
  header .global_navi-list1 > li:nth-of-type(5) .disable {
    margin-left: -780px;
  }
  header .global_navi-list1 > li:nth-of-type(5) .disable > ul li {
    width: 203px;
  }
  header .global_navi-list1 > li:nth-of-type(7) {
    border-right: solid 1px #ccc;
  }
  header .global_navi-list1 .top-access {
    padding: 0 0 0 24px;
    border-right: none !important;
  }
  header .global_navi-list1 .top-access a {
    padding: 2px 0 2px 16px;
    width: 120px;
    text-align: left;
    border: solid 2px #d2d2d2;
    -moz-border-radius: 15px;
         border-radius: 15px;
    background: url(../images/arrow_gray02.png) no-repeat right 10px center;
    -moz-background-size: 8px 12px;
         background-size: 8px 12px;
  }
  header .global_navi-list2 {
    display: table;
    width: 580px;
    position: absolute;
    top: -114px;
    right: 0;
    font-size: 0;
  }
  header .global_navi-list2 > li {
    display: table-cell;
    color: #525252;
    letter-spacing: 0.1em;
    height: 78px;
    line-height: 1.3;
    vertical-align: middle;
  }
  header .global_navi-list2 > li a {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .global_navi-list2 > li span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
  }
  header .global_navi-list2 > li span:before {
    content: '';
    display: inline-block;
    width: 67px;
    height: 42px;
    margin: 0 10px 0 0;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: 100%;
         background-size: 100%;
  }
  header .global_navi-list2 > li + li {
    margin-left: 25px;
  }
  header .global_navi-list2 > li.admission {
    width: 230px;
  }
  header .global_navi-list2 > li.admission a {
    background-color: #ffee72;
  }
  header .global_navi-list2 > li.admission span:before {
    left: 0;
    background-image: url("../images/icon_admission.svg");
  }
  header .global_navi-list2 > li.telphone {
    width: 238px;
  }
  header .global_navi-list2 > li.telphone a {
    padding: 8px 0 8px 40px;
  }
  header .global_navi-list2 > li.telphone span {
    display: block;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.4rem;
  }
  header .global_navi-list2 > li.telphone span:before {
    position: absolute;
    top: 50%;
    left: -42px;
    width: 30px;
    height: 22px;
    background-image: url("../images/icon_tel.png");
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  header .global_navi-list2 > li.telphone strong {
    display: block;
    font-size: 2.1rem;
  }
  header .global_navi-list2 > li.favorite {
    width: 110px;
  }
  header .global_navi-list2 > li.favorite a {
    color: #fff;
    background-color: #fcb8b8;
  }
  header .global_navi-list2 > li.favorite span {
    display: block;
    font-size: 1.4rem;
  }
  header .global_navi-list2 > li.favorite span::before {
    display: block;
    margin-right: 0;
    background-image: url("../images/icon_fav.png");
    -moz-background-size: 30px 26px;
         background-size: 30px 26px;
    background-position: center;
  }
  footer .inner {
    padding: 0 50px;
  }
  footer .foot_row {
    overflow: hidden;
    line-height: 1;
  }
  footer .footer_links {
    font-size: 0rem;
    text-align: center;
    letter-spacing: 0;
    position: relative;
    padding: 25px 0 28px;
    text-align: left;
  }
  footer .footer_links > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
  }
  footer .footer_links li {
    font-size: 1.2rem;
    color: #000;
  }
  footer .footer_links li + li {
    margin-left: 40px;
  }
  footer .footer_links li a:hover {
    text-decoration: underline;
  }
  footer .footer_links:after {
    content: '';
    display: block;
    width: 3000px;
    height: 1px;
    position: absolute;
    left: -1500px;
    bottom: 0;
    background-color: #dfdfdf;
  }
  footer .pagetop {
    width: 53px;
    height: 53px;
    line-height: 53px;
    position: fixed;
    right: 40px;
    bottom: 140px;
    border: solid 1px #d6d6d6;
    -moz-border-radius: 50%;
         border-radius: 50%;
    z-index: 9999;
  }
  footer .pagetop a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background-color: #fff;
  }
  footer .pagetop span {
    position: relative;
    display: block;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    font-size: 0;
    background-image: url("/common/images/sprite/sprite_utils.png?rev=1528251340151");
    -moz-background-size: 793.02326% 1037.03704%;
         background-size: 793.02326% 1037.03704%;
    background-position: 86.91275% 47.03557%;
    background-repeat: no-repeat;
    display: block;
    width: 16px;
    height: 11px;
    margin: auto;
  }
  footer .pagetop span:after {
    content: '';
    display: block;
    padding-top: 62.7907%;
  }
  footer .foot_bnr {
    font-size: 0rem;
    text-align: center;
    letter-spacing: 0;
    padding: 25px 5px 35px;
    float: left;
  }
  footer .foot_bnr > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
  }
  footer .foot_bnr li {
    width: 135px;
    height: 45px;
    line-height: 45px;
    border-right: solid 1px #dfdfdf;
  }
  footer .foot_bnr li a {
    display: block;
    padding: 0 20px;
  }
  footer .foot_bnr li img {
    vertical-align: middle;
  }
  footer .foot_bnr li:first-child {
    border-left: solid 1px #dfdfdf;
  }
  footer .foot_bnr li:first-child a {
    padding: 0 20px;
  }
  footer .copy {
    float: right;
    padding-top: 36px;
  }
  .second_content {
    position: relative;
    width: 1100px;
    margin: 0 auto;
  }
  .section_title {
    text-align: center;
    font-size: 1.6rem;
    font-weight: normal;
  }
  .section_title em {
    display: block;
    font-size: 5rem;
    line-height: 1;
    font-weight: bold;
    font-family: 'Lato';
    font-weight: 900;
    margin-bottom: 2px;
    letter-spacing: 0.05em;
  }
  .mv_content .inner {
    padding: 0 50px 0;
  }
  .mv_content .slider {
    position: relative;
  }
  .mv_content .slider .banner_list .slick-slide {
    position: relative;
  }
  .mv_content .slider .banner_list .slick-slide > img {
    width: 100%;
  }
  .mv_content .slider .banner_list .slick-slide .caption {
    width: auto;
    top: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    right: 0;
  }
  .mv_content .slider > figure {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
    margin: -25px auto 0;
  }
  .mv_content .slider > figure img {
    display: inline-block;
  }
  .mv_content .slider .slick-dots {
    z-index: 99;
    bottom: 20px;
  }
  .mv_content .slider .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 11px;
  }
  .mv_content .slider .slick-dots li button {
    background: #dcdcdc;
    width: 15px;
    height: 15px;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .mv_content .slider .slick-dots li button:hover {
    opacity: 0.7;
  }
  .mv_content .slider .slick-dots li button::before {
    content: none;
  }
  .mv_content .slider .slick-dots li.slick-active button {
    background: #ff9300;
  }
  .mv_content .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .mv_content .slick-prev,
  .mv_content .slick-next {
    width: 48px;
    height: 48px;
    margin-top: -20px;
    z-index: 99;
  }
  .mv_content .slick-prev {
    left: 76px;
  }
  .mv_content .slick-next {
    right: 78px;
  }
  .mv_content .slick-prev:before,
  .mv_content .slick-next:before {
    width: 48px;
    height: 48px;
    content: '';
    opacity: 1;
    display: inline-block;
  }
  .mv_content .slick-prev:before {
    background-image: url(/common/images/sprite/sprite_sub_utils.png?rev=1528251340137);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -489px -553px;
    width: 47px;
    height: 47px;
    -moz-background-size: 772px 681px;
         background-size: 772px 681px;
  }
  .mv_content .slick-next:before {
    background-image: url(/common/images/sprite/sprite_sub_utils.png?rev=1528251340137);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -690px -553px;
    width: 47px;
    height: 47px;
    -moz-background-size: 772px 681px;
         background-size: 772px 681px;
  }
  .mv_content .slick-prev:hover:before,
  .mv_content .slick-next:hover:before {
    opacity: 0.7;
  }
  .mv_content .list_program {
    /* For IE 6/7 only */
    *zoom: 1;
    margin: 38px -20px 51px 0;
  }
  .mv_content .list_program:before, .mv_content .list_program:after {
    content: ' ';
    display: table;
  }
  .mv_content .list_program:after {
    clear: both;
  }
  .mv_content .list_program ul li {
    float: left;
    margin-right: 20px;
  }
  .mv_content .studio_program {
    padding: 60px 0;
    background: #dbf2e6;
    position: relative;
    height: 740px;
  }
  .mv_content .studio_program .fade_shop_trigger li {
    position: relative;
  }
  .mv_content .studio_program .fade_shop_trigger li p {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-bottom: solid 26px #388b39;
    -webkit-transition: all 0.3s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .mv_content .studio_program .fade_shop_trigger li p:hover {
    background-color: #e4f9ee;
    cursor: pointer;
  }
  .mv_content .studio_program .fade_shop_trigger li p:before {
    content: '';
    display: block;
    width: 25px;
    height: 10px;
    background: url("../images/arrow_white.svg") center center no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 6px;
  }
  .mv_content .studio_program .fade_shop_content {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
  }
  .mv_content .studio_program .fade_shop_content .content_head {
    height: 46px;
    line-height: 46px;
    position: relative;
    border-bottom: solid 2px;
    letter-spacing: 1px;
  }
  .mv_content .studio_program .fade_shop_content .content_head .inner {
    padding: 0 30px;
  }
  .mv_content .studio_program .fade_shop_content .content_head h3 {
    font-size: 2.2rem;
    display: inline-block;
  }
  .mv_content .studio_program .fade_shop_content .content_body {
    margin: auto;
    overflow-y: scroll;
  }
  .mv_content .studio_program .fade_shop_content .content_body .shop_links li {
    color: #fff;
    position: relative;
  }
  .mv_content .studio_program .fade_shop_content .content_body .shop_links li:after {
    content: '';
    display: block;
    width: 8px;
    height: 4px;
    background: url("../common/images/arrow_white.svg") center center no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    position: absolute;
    right: 7px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .mv_content .studio_program .fade_shop_content .content_body .shop_links li a {
    display: block;
  }
  .mv_content .studio_program .fade_shop_content .content_body .shop_links li.shop1 a {
    background-color: #0e8e46;
  }
  .mv_content .studio_program .fade_shop_content .content_body .shop_links li.shop2 a {
    background-color: #f193ba;
  }
  .mv_content .studio_program .fade_shop_content .content_body .shop_links li.shop3 a {
    background-color: #393939;
  }
  .mv_content .studio_program .fade_shop_content .content_body .shop_links li.shop4 a {
    background-color: #f59728;
  }
  .mv_content .studio_program .fade_shop_content .content_body .shop_links li.shop5 a {
    background-color: #434343;
  }
  .mv_content .studio_program .fade_shop_close {
    width: 24px;
    height: 24px;
    float: right;
    margin-top: 10px;
    cursor: pointer;
  }
  .mv_content .studio_program .fade_shop_trigger {
    width: 790px;
    margin: 33px auto 0;
    /* For IE 6/7 only */
    *zoom: 1;
  }
  .mv_content .studio_program .fade_shop_trigger:before, .mv_content .studio_program .fade_shop_trigger:after {
    content: ' ';
    display: table;
  }
  .mv_content .studio_program .fade_shop_trigger:after {
    clear: both;
  }
  .mv_content .studio_program .fade_shop_trigger li {
    float: left;
    width: 230px;
    height: 220px;
    margin: 0 50px 30px 0;
    position: relative;
  }
  .mv_content .studio_program .fade_shop_trigger li p {
    padding-top: 15px;
  }
  .mv_content .studio_program .fade_shop_trigger li span {
    display: block;
    margin: auto;
  }
  .mv_content .studio_program .fade_shop_trigger li:nth-child(1) span {
    background-image: url(/common/images/sprite/sprite_sub_utils.png?rev=1528251340137);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -145px -462px;
    width: 114px;
    height: 156px;
  }
  .mv_content .studio_program .fade_shop_trigger li:nth-child(2) span {
    background-image: url(/common/images/sprite/sprite_sub_utils.png?rev=1528251340137);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -576px -137px;
    width: 128px;
    height: 155px;
  }
  .mv_content .studio_program .fade_shop_trigger li:nth-child(3) {
    margin-right: 0;
  }
  .mv_content .studio_program .fade_shop_trigger li:nth-child(3) span {
    background-image: url(/common/images/sprite/sprite_sub_utils.png?rev=1528251340137);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -369px 0px;
    width: 187px;
    height: 156px;
  }
  .mv_content .studio_program .fade_shop_trigger li:nth-child(4) {
    clear: both;
  }
  .mv_content .studio_program .fade_shop_trigger li:nth-child(4) span {
    background-image: url(/common/images/sprite/sprite_sub_utils.png?rev=1528251340137);
    overflow: hidden;
    text-indent: -9999px;
    background-position: 0px -462px;
    width: 125px;
    height: 157px;
  }
  .mv_content .studio_program .fade_shop_trigger li:nth-child(5) span {
    background-image: url(/common/images/sprite/sprite_sub_utils.png?rev=1528251340137);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -178px -280px;
    width: 157px;
    height: 161px;
  }
  .mv_content .studio_program .fade_shop_trigger li:nth-child(6) {
    margin-right: 0;
  }
  .mv_content .studio_program .fade_shop_trigger li:nth-child(6) span {
    background-image: url(/common/images/sprite/sprite_sub_utils.png?rev=1528251340137);
    overflow: hidden;
    text-indent: -9999px;
    background-position: 0px -280px;
    width: 158px;
    height: 162px;
  }
  .mv_content .studio_program .fade_shop_content {
    background-color: #9dddd0;
  }
  .mv_content .studio_program .fade_shop_content .content_head {
    background-color: #d2f5ee;
    border-color: #2fcbab;
    color: #2fcbab;
  }
  .mv_content .studio_program .fade_shop_content .content_body {
    width: 612px;
    margin-top: 55px;
  }
  .mv_content .studio_program .fade_shop_content .content_body p {
    margin: 30px 0;
    height: 4.5em;
  }
  .mv_content .studio_program .fade_shop_content .shop_links {
    font-size: 0rem;
    text-align: center;
    letter-spacing: 0;
    text-align: left;
  }
  .mv_content .studio_program .fade_shop_content .shop_links > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
  }
  .mv_content .studio_program .fade_shop_content .shop_links li {
    width: 196px;
    height: 50px;
    line-height: 50px;
  }
  .mv_content .studio_program .fade_shop_content .shop_links li + li {
    margin-left: 15px;
  }
  .mv_content .studio_program .fade_shop_content .shop_links li:after {
    width: 10px;
    height: 5px;
  }
  .mv_content .studio_program .fade_shop_content .shop_links li a {
    padding: 0 15px;
  }
  .mv_content .studio_program .fade_shop_close {
    width: 24px;
    height: 24px;
    float: right;
    margin-top: 10px;
    position: relative;
    display: block;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    font-size: 0;
    background-image: url("/common/images/sprite/sprite_sub_utils.png?rev=1528251340137");
    -moz-background-size: 1544% 1389.79592%;
         background-size: 1544% 1389.79592%;
    background-position: 58.03324% 87.5%;
    background-repeat: no-repeat;
  }
  .mv_content .studio_program .fade_shop_close:after {
    content: '';
    display: block;
    padding-top: 98%;
  }
  .mv_content .facility {
    padding: 45px 0 0;
  }
  .mv_content .facility .list_facility {
    /* For IE 6/7 only */
    *zoom: 1;
    margin: 40px -13px 30px 0;
  }
  .mv_content .facility .list_facility:before, .mv_content .facility .list_facility:after {
    content: ' ';
    display: table;
  }
  .mv_content .facility .list_facility:after {
    clear: both;
  }
  .mv_content .facility .list_facility ul li {
    float: left;
    margin-right: 13px;
    width: 209px;
  }
  .mv_content .facility .street_view {
    width: 100%;
    height: 530px;
  }
  .mv_content .voice {
    background: #fff;
    padding: 35px 0 42px;
  }
  .mv_content .voice .list_voice {
    /* For IE 6/7 only */
    *zoom: 1;
    margin: 50px -40px 0 0;
  }
  .mv_content .voice .list_voice:before, .mv_content .voice .list_voice:after {
    content: ' ';
    display: table;
  }
  .mv_content .voice .list_voice:after {
    clear: both;
  }
  .mv_content .voice .list_voice li {
    float: left;
    width: 530px;
    margin: 0 40px 38px 0;
    background: #f2f0e8;
    -moz-border-radius: 5px;
         border-radius: 5px;
    overflow: hidden;
    border-bottom: solid 2px #cdcdcd;
  }
  .mv_content .voice .list_voice li a {
    display: table;
    width: 100%;
  }
  .mv_content .voice .list_voice li a > * {
    display: table-cell;
    vertical-align: middle;
  }
  .mv_content .voice .list_voice li a > * {
    vertical-align: top;
  }
  .mv_content .voice .list_voice li a figure {
    width: 214px;
  }
  .mv_content .voice .list_voice li a dl {
    padding: 30px 30px 5px 30px;
  }
  .mv_content .voice .list_voice li a dl dt {
    font-weight: bold;
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .mv_content .voice .list_voice li a dl dd {
    font-size: 1.4rem;
    line-height: 24px;
    padding-left: 3px;
  }
  .mv_content .staff {
    background: #dbf2e6;
    padding: 50px 0 123px;
    border-bottom: solid 2px #cdcdcd;
  }
  .mv_content .staff .list_staff {
    margin: 38px 0 0 -31px;
    width: 1162px;
  }
  .mv_content .staff .list_staff .slick-next,
  .mv_content .staff .list_staff .slick-prev {
    margin-top: -5px;
  }
  .mv_content .staff .list_staff .slick-prev {
    left: -50px;
  }
  .mv_content .staff .list_staff .slick-next {
    right: -50px;
  }
  .mv_content .staff .list_staff .slick-dots {
    z-index: 99;
    bottom: -59px;
  }
  .mv_content .staff .list_staff .slick-dots li {
    width: 14px;
    height: 14px;
    margin: 0 10px;
  }
  .mv_content .staff .list_staff .slick-dots li button {
    background: #dcdcdc;
    width: 14px;
    height: 14px;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .mv_content .staff .list_staff .slick-dots li button:hover {
    opacity: 0.7;
  }
  .mv_content .staff .list_staff .slick-dots li button::before {
    content: none;
  }
  .mv_content .staff .list_staff .slick-dots li.slick-active button {
    background: #ff9300;
  }
  .mv_content .staff .list_staff li {
    outline: none;
    padding: 0 10px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    overflow: hidden;
  }
  .mv_content .staff .list_staff li figure {
    text-align: center;
    position: relative;
    display: table;
    margin: 0 auto;
    -moz-border-radius: 3px;
         border-radius: 3px;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .mv_content .staff .list_staff li figure img {
    display: inline-block;
    position: relative;
    z-index: 8;
    width: 100%;
  }
  .mv_content .staff .list_staff li figure a {
    border: solid 6px #444;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    z-index: 9;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    -webkit-transition: top 0.5s ease;
    -moz-transition: top 0.5s ease;
    transition: top 0.5s ease;
    pointer-events: none;
  }
  .mv_content .staff .list_staff li figure a > div p {
    border-bottom: solid 1px #fff;
    font-size: 1.8rem;
    padding: 0 15px 5px;
    margin-bottom: 5px;
  }
  .mv_content .staff .list_staff li figure a > div span {
    text-transform: uppercase;
    font-size: 1.2rem;
  }
  .mv_content .staff .list_staff li figure a::before {
    content: '';
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    display: table-cell;
    vertical-align: middle;
  }
  .mv_content .staff .list_staff li figure:hover a {
    top: 0;
    opacity: 1;
  }
  .mv_content .plan {
    background: #f1f0f0;
    padding: 42px 0 70px;
  }
  .mv_content .plan h2 {
    margin-bottom: 48px;
  }
  .mv_content .plan .box_ttl {
    background: #fff;
    margin-top: 40px;
  }
  .mv_content .plan .box_ttl:nth-of-type(1) {
    margin-top: 0;
  }
  .mv_content .plan .box_ttl span {
    font-size: 1.6rem;
    font-weight: normal;
  }
  .mv_content .plan .list_program {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .mv_content .access {
    padding: 44px 0 67px;
  }
  .mv_content .access .access_content {
    margin: 50px 0 32px;
  }
  .mv_content .access .access_content .map {
    /* For IE 6/7 only */
    *zoom: 1;
  }
  .mv_content .access .access_content .map:before, .mv_content .access .access_content .map:after {
    content: ' ';
    display: table;
  }
  .mv_content .access .access_content .map:after {
    clear: both;
  }
  .mv_content .access .access_content .map .googleMap {
    float: left;
    width: 618px;
    height: 488px;
  }
  .mv_content .access .access_content .map figure {
    float: right;
  }
  .mv_content .access .access_content > dl {
    font-size: 1.6rem;
    margin: 25px 0 0;
    line-height: 22px;
  }
  .mv_content .access .access_content > dl dt {
    padding-bottom: 15px;
    border-bottom: solid 1px #c9c9c9;
    margin-bottom: 10px;
    display: table;
    width: 100%;
  }
  .mv_content .access .access_content > dl dt > * {
    display: table-cell;
    vertical-align: middle;
  }
  .mv_content .access .access_content > dl dt > * {
    vertical-align: middle;
  }
  .mv_content .access .access_content > dl dt figure {
    width: 119px;
  }
  .mv_content .access .access_content > dl dt > p {
    padding-left: 20px;
  }
  .mv_content .access .access_content > dl dt a {
    font-weight: bold;
    pointer-events: none;
  }
  .mv_content .access .access_content > dl dd span {
    display: inline-block;
    width: 141px;
  }
  .mv_content .access .inner > dl {
    background: #eee;
    padding: 15px 62px 22px 31px;
  }
  .mv_content .access .inner > dl dt {
    font-weight: bold;
    font-size: 1.8rem;
    padding-bottom: 3px;
  }
  .mv_content .access .inner > dl dd {
    line-height: 24px;
  }
  .mv_content .circle {
    font-weight: normal;
  }
  .tbl_shop {
    width: 100%;
    border-right: solid 1px #c9c9c9;
    border-top: solid 1px #c9c9c9;
    margin: 28px 0 20px;
  }
  .tbl_shop .tbl_row {
    display: table;
    width: 100%;
  }
  .tbl_shop .tbl_row > * {
    display: table-cell;
    vertical-align: middle;
  }
  .tbl_shop .tbl_row > * {
    vertical-align: middle;
    border-left: solid 1px #c9c9c9;
    border-bottom: solid 1px #c9c9c9;
    background: #fff;
  }
  .tbl_shop .tbl_row .tbl_title {
    background: #daf6ff;
    color: #2178bb;
    font-size: 1.6rem;
    text-align: center;
    vertical-align: top;
    padding: 9px 5px;
  }
  .tbl_shop .tbl_row .tbl_content {
    line-height: 22px;
    text-align: center;
    padding: 13px 5px;
  }
  .tbl_shop .tbl_row > *:nth-of-type(1) {
    width: 24%;
  }
  .tbl_shop .tbl_row > *:nth-of-type(2) {
    width: 13.5%;
  }
  .tbl_shop .tbl_row > *:nth-of-type(3) {
    width: 13.5%;
  }
  .tbl_shop .tbl_row > *:nth-of-type(4) {
    width: 19%;
  }
  .tbl_shop .tbl_row > *:nth-of-type(5) {
    width: 20%;
  }
  .tbl_shop .tbl_row .tbl_sp_row .tbl_title {
    display: none;
  }
  .tbl_shop .tbl_row .tbl_sp_row:first-child {
    background: #daf6ff;
  }
  .tbl_shop .tbl_row .tbl_sp_row:first-child .tbl_content {
    color: #2178bb;
    font-size: 1.6rem;
  }
  .tbl_shop .tbl_row .tbl_sp_row:last-child .tbl_content {
    text-align: left;
    padding: 13px 21px 13px 29px;
  }
  .null {
    position: relative;
  }
  .null:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 11px;
    left: -10px;
    background: #353535;
  }
  .table_default {
    border-spacing: 0;
    width: 100%;
    border-right: solid 1px #c9c9c9;
    border-top: solid 1px #c9c9c9;
    margin: 28px 0 20px;
  }
  .table_default .tbl_ttl th {
    background: #daf6ff;
    color: #2178bb;
    font-size: 1.6rem;
    text-align: center;
    vertical-align: top;
    padding: 9px 5px;
    font-weight: normal;
    border-left: solid 1px #c9c9c9;
    border-bottom: solid 1px #c9c9c9;
  }
  .table_default .tbl_content td {
    vertical-align: middle;
    border-left: solid 1px #c9c9c9;
    border-bottom: solid 1px #c9c9c9;
    background: #fff;
    line-height: 22px;
    text-align: center;
    padding: 11px 5px 10px 0;
  }
  .table_default .tbl_content td:nth-of-type(1) {
    width: 16%;
  }
  .table_default .tbl_content td:nth-of-type(2) {
    width: 7.5%;
  }
  .table_default .tbl_content td:nth-of-type(3) {
    width: 7.5%;
  }
  .table_default .tbl_content td:nth-of-type(4) {
    text-align: left;
    padding-left: 22px;
  }
  .dl_plan > dt {
    margin-bottom: 15px;
  }
  .dl_plan dd > div {
    border-bottom: solid 1px #ccc;
    margin-bottom: 20px;
  }
  .dl_plan dd > div dl {
    /* For IE 6/7 only */
    *zoom: 1;
    font-size: 1.6rem;
  }
  .dl_plan dd > div dl:before, .dl_plan dd > div dl:after {
    content: ' ';
    display: table;
  }
  .dl_plan dd > div dl:after {
    clear: both;
  }
  .dl_plan dd > div dl dt {
    background: #008c44;
    -moz-border-radius: 3px;
         border-radius: 3px;
    text-align: center;
    color: #fff;
    float: left;
    width: 160px;
    margin: 5px 0 0;
    height: 37px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  .dl_plan dd > div dl dd {
    line-height: 26px;
    margin: 0 0 15px 180px;
  }
  .dl_plan dd > div dl dd .f_small {
    font-size: 1.4rem;
    line-height: 20px;
  }
  .dl_plan dd > div dl dd .mr_b {
    margin-bottom: 3px;
  }
  .dl_plan dd > div dl dd p {
    line-height: 28px;
  }
  .dl_plan dd > div dl dd.fix_md {
    margin-top: 8px;
  }
  .dl_plan dd > div .dot {
    font-size: 1.8rem;
    margin: 0 0 10px 0;
  }
  .dl_plan dd > div:first-child dt {
    margin-bottom: 20px;
  }
  .dl_plan dd > div:first-child dd {
    margin-bottom: 10px;
  }
  .txt_plan {
    line-height: 23px;
  }
  .cl_red {
    color: #ff0000;
    text-indent: -15px;
    padding-left: 15px;
  }
  .top_area {
    position: relative;
    height: 340px;
  }
  .top_area .box_top_area {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding-left: 100px;
    color: #fff;
  }
  .top_area .box_top_area h2 {
    line-height: 1;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    font-size: 6rem;
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 27px 0 12px;
    font-family: 'Lato';
    font-weight: 900;
  }
  .top_area .box_top_area p {
    font-size: 2.6rem;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    font-weight: normal;
    letter-spacing: 1px;
  }
  .top_area figure {
    margin: 0;
  }
  .top_area figure img {
    width: 100%;
  }
  .top_area-txt {
    position: absolute;
    top: 50%;
    left: 22%;
    color: #fff;
    font-size: 5.2rem;
    font-weight: bold;
    text-shadow: 0px 0px 24px #000000;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .top_area-txt small {
    display: block;
    font-size: 2.6rem;
  }
  .btn_default {
    width: 420px;
    display: table;
    text-align: center;
    height: 60px;
    background: #c6e9d2;
    line-height: 60px;
    font-size: 1.6rem;
    color: #388b3a !important;
    position: relative;
    -moz-border-radius: 3px;
         border-radius: 3px;
    margin: 0 auto;
  }
  .btn_default.bold {
    background: #2f8531;
    color: #fff !important;
  }
  .btn_default.small {
    width: 260px;
    height: 51px;
    line-height: 51px;
    -moz-border-radius: 0;
         border-radius: 0;
    text-align: left;
    padding: 0 20px 0 14px;
    background: #00863a;
    color: #fff !important;
  }
  .btn_default.small::after {
    background-image: url(/common/images/sprite/sprite_sub_utils.png?rev=1528251340137);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -205px -668px;
    width: 5px;
    height: 10px;
    right: 8px;
  }
  .box_ttl {
    font-size: 2rem;
    height: 50px;
    line-height: 46px;
    border-bottom: 2px solid #cdcdcd;
    font-weight: normal;
    background: #e5f5eb;
    padding-left: 24px;
    position: relative;
    text-transform: uppercase;
  }
  .box_ttl::before {
    content: '';
    position: absolute;
    background: #388b3a;
    width: 10px;
    height: 48px;
    top: 0;
    left: 0;
  }
  .circle {
    padding-left: 27px;
    position: relative;
    font-size: 2rem;
    font-weight: normal;
  }
  .circle:before {
    position: absolute;
    content: '';
    left: 0px;
    height: 12px;
    width: 12px;
    -moz-border-radius: 20px;
         border-radius: 20px;
    border: 5px solid #008c44;
    top: 4px;
  }
  .dot {
    padding-left: 17px;
    margin-left: 5px;
    color: #008c44;
    font-size: 1.6rem;
    position: relative;
  }
  .dot:before {
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    background: #008c44;
    -moz-border-radius: 20px;
         border-radius: 20px;
    top: 7px;
    left: 0;
  }
  select.select_box::-ms-expand {
    display: none;
  }
  .select_box {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: relative;
    background: #f3f3f3 url(../images/drop_ar.png) no-repeat 96%;
  }
  .box_top {
    /* For IE 6/7 only */
    *zoom: 1;
    padding: 29px 0 0;
  }
  .box_top:before, .box_top:after {
    content: ' ';
    display: table;
  }
  .box_top:after {
    clear: both;
  }
  .box_top figure,
  .box_top dl {
    float: left;
  }
  .box_top figure {
    width: 216px;
  }
  .box_top dl {
    padding-left: 29px;
    position: relative;
    top: -5px;
    word-break: break-all;
    float: none;
    margin-left: 216px;
  }
  .box_top dl dd {
    font-size: 1.6rem;
    line-height: 28px;
    padding: 9px 0 0;
  }
  /* ======================= Custom Radio, CheckBox, Input file =============================*/
  .group_form input[type='radio'] {
    display: none !important;
  }
  .group_form input[type='radio'] + label span {
    background-color: #fff;
    border: solid 1px #cacaca;
    -moz-box-shadow: 0px 0px 0px 1px transparent;
         box-shadow: 0px 0px 0px 1px transparent;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -2px 12px 0 0;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
  }
  .group_form input[type='radio'] + label.error span {
    background: #ff9999;
  }
  .group_form input[type='radio']:checked + label span {
    background-color: #1d1d1d;
    border: solid 4px #fff;
    -moz-box-shadow: 0px 0px 0px 1px #cacaca;
         box-shadow: 0px 0px 0px 1px #cacaca;
    width: 14px;
    height: 14px;
    margin: -2px 13px 0 1px;
  }
  .group_form input[type='checkbox']:not(:checked), .group_form input[type='checkbox']:checked {
    position: absolute;
    left: -9999px;
  }
  .group_form input[type='checkbox']:not(:checked) + label,
  .group_form input[type='checkbox']:checked + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
  }
  .group_form input[type='checkbox']:not(:checked) + label:before,
  .group_form input[type='checkbox']:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px;
    border: 1px solid #c8c8c8;
    /*background: #2c98fd;
      border-radius: 3px;*/
  }
  .group_form input[type='checkbox']:not(:checked) + label:after,
  .group_form input[type='checkbox']:checked + label:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 2px;
    line-height: 0.8;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    background-image: url(/common/images/sprite/sprite_sub_utils.png?rev=1528251340137);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -355px -639px;
    width: 10px;
    height: 8px;
  }
  .group_form input[type='checkbox']:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }
  .group_form input[type='checkbox']:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .group_form input[type='checkbox']:disabled:not(:checked) + label:before,
  .group_form input[type='checkbox']:disabled:checked + label:before {
    -moz-box-shadow: none;
         box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
  }
  .group_form input[type='checkbox']:disabled:checked + label:after {
    color: #999;
  }
  .group_form input[type='checkbox']:disabled + label {
    color: #aaa;
  }
  .group_form .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }
  .group_form .inputfile + label {
    color: #000;
    background-color: #f1f1f1;
    border: solid 1px #c8c8c8;
    display: inline-block;
    cursor: pointer;
    -moz-border-radius: 5px;
         border-radius: 5px;
    padding: 3px 13px;
    margin-right: 17px;
  }
  .group_form .inputfile:focus + label,
  .group_form .inputfile + label:hover {
    opacity: 0.8;
  }
  .group_form .inputfile + label * {
    pointer-events: none;
  }
  /* ======================= /. Custom Radio, CheckBox =============================*/
  .guid-content header .global_navi-list2 {
    width: 245px;
  }
  .guid-content header .global_navi-list2 > li.admission span::before {
    width: 60px;
    height: 51px;
    margin-right: 20px;
    background: url(/limb/common/images/icon_house.png) no-repeat;
  }
  .tel_link {
    pointer-events: none;
  }
  .indent_txt {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
  }
  .breadcrumb {
    padding-top: 154px;
    background: #f4f4f4;
  }
  .breadcrumb ul {
    width: 1060px;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 0;
  }
  .breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 40px;
    font-size: 1.3rem;
    vertical-align: top;
  }
  .breadcrumb li::before {
    content: '＞';
    position: absolute;
    top: 0;
    left: -24px;
    font-size: 1.3rem;
    color: #414141;
  }
  .breadcrumb li a {
    color: #0E8E46;
    font-size: 1.3rem;
  }
  .breadcrumb li:nth-of-type(1)::before {
    display: none;
  }
  .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;
  }
}

@media screen and (max-width: 768px) {
  body,
  td,
  th,
  input,
  textarea {
    font-size: 16px;
  }
  * {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  #container {
    width: 100%;
    min-width: 100%;
  }
  header,
  footer,
  #contents {
    clear: both;
    width: 100%;
    min-width: 100%;
  }
  .inner {
    padding: 0 15px;
    position: relative;
    clear: both;
    /* For IE 6/7 only */
    *zoom: 1;
  }
  .inner:before, .inner:after {
    content: ' ';
    display: table;
  }
  .inner:after {
    clear: both;
  }
  img {
    max-width: 100%;
  }
  .break_pc {
    display: none;
  }
  .break_sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
  h3 {
    font-size: 1.6rem;
  }
  header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    min-height: 72px;
  }
  header .inner {
    padding: 0;
  }
  header h1 {
    display: none;
  }
  header .logo {
    position: relative;
    margin: 18px 0 20px 15px;
    width: 240px;
    z-index: 999;
  }
  header .logo a {
    display: block;
  }
  header .global_navi_wrap {
    width: 100%;
    height: 100%;
    padding-top: 72px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 998;
  }
  header .global_navi {
    background-color: #fff;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
  }
  header .global_navi-list1 > li {
    border-bottom: solid 1px #d2d2d2;
    font-size: 1.4rem;
  }
  header .global_navi-list1 > li:first-child {
    border-top: solid 1px #d2d2d2;
  }
  header .global_navi-list1 > li a {
    line-height: 1;
    display: block;
  }
  header .global_navi-list1 > li > a {
    padding: 23px 30px 23px 15px;
  }
  header .global_navi-list1 > li em {
    display: inline-block;
    vertical-align: baseline;
    font-weight: bold;
    font-size: 1.5rem;
    padding-left: 0.5em;
  }
  header .global_navi-list1 > li .disable {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  header .global_navi-list1 > li .disable ul li a {
    border-top: solid 1px #dfdfdf;
    padding: 15px;
    position: relative;
  }
  header .global_navi-list1 > li .disable ul li a:after {
    content: '';
    display: block;
    width: 7px;
    height: 14px;
    background: url("../images/arrow_green.svg") center center no-repeat;
    visibility: 100%;
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  header .global_navi-list1 > li .disable ul li .pix {
    display: none;
  }
  header .global_navi-list1 > li .disable .disable_box {
    padding-bottom: 15px;
  }
  header .global_navi-list1 > li .disable .disable_box p {
    padding: 0 15px 10px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #0e8e46;
  }
  header .global_navi-list1 > li.hasdisable {
    height: 65px;
  }
  header .global_navi-list1 > li.hasdisable > a {
    pointer-events: none;
    position: relative;
  }
  header .global_navi-list1 > li.hasdisable > a:after {
    content: '';
    display: block;
    width: 21px;
    height: 22px;
    background-image: url(/common/images/sprite/sprite_utils.png?rev=1528251340151);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -99px -59px;
    width: 21px;
    height: 21px;
    -moz-background-size: 171px 140px;
         background-size: 171px 140px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  header .global_navi-list1 > li.hasdisable.on {
    height: auto;
  }
  header .global_navi-list1 > li.hasdisable.on > a:after {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  header .global_navi-list1 > li.hasdisable.on .disable {
    opacity: 1;
    visibility: visible;
  }
  header .global_navi-list2 {
    width: 86%;
    margin: 35px auto;
  }
  header .global_navi-list2 > li {
    color: #fff;
    letter-spacing: 0.1em;
    height: 59px;
    line-height: 1.3;
  }
  header .global_navi-list2 > li a {
    display: block;
    height: 100%;
    padding: 20px 10px 0;
  }
  header .global_navi-list2 > li span {
    display: table;
    margin: auto;
    padding-left: 50px;
    position: relative;
    font-size: 1.4rem;
  }
  header .global_navi-list2 > li span:before {
    content: '';
    display: block;
    width: 33px;
    height: 38px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: 100%;
         background-size: 100%;
  }
  header .global_navi-list2 > li + li {
    margin-top: 18px;
  }
  header .global_navi-list2 > li.top-access a {
    color: #000;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    border: solid 1px #d2d2d2;
    -moz-border-radius: 60px;
         border-radius: 60px;
    background: url(../images/arrow_gray02.png) no-repeat right 10px center;
    -moz-background-size: 10px 14px;
         background-size: 10px 14px;
  }
  header .global_navi-list2 > li.admission a {
    background-color: #ffee72;
  }
  header .global_navi-list2 > li.admission span {
    color: #525252;
    font-size: 1.9rem;
  }
  header .global_navi-list2 > li.admission span:before {
    left: 0;
    background-image: url("../images/icon_admission.svg");
  }
  header .global_navi-list2 > li.telphone a {
    padding-top: 0;
  }
  header .global_navi-list2 > li.telphone span {
    color: #525252;
    font-size: 1.6rem;
  }
  header .global_navi-list2 > li.telphone span:before {
    left: 0;
    background-image: url("../images/icon_tel.png");
  }
  header .global_navi-list2 > li.telphone strong {
    display: block;
    font-size: 2.4rem;
  }
  header .global_navi-list2 > li.favorite {
    margin-top: 10px;
    background-color: #fcb8b8;
  }
  header .global_navi-list2 > li.favorite span {
    font-size: 1.9rem;
  }
  header .global_navi-list2 > li.favorite span::before {
    left: 0;
    background-image: url(../images/icon_fav.png);
  }
  #menu_close {
    display: none;
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 68px;
    left: 0;
    z-index: 8;
    clear: both;
  }
  #menu_btn {
    width: 48px;
    height: 48px;
    z-index: 9999;
    position: absolute;
    right: 15px;
    top: 16px;
    margin: auto;
    padding: 10px 6px;
    text-align: center;
  }
  .menu_icon {
    cursor: pointer;
    display: block;
  }
  .menu_icon span {
    background: #000;
    display: block;
    height: 3px;
    width: 32px;
    margin: 0 auto 9px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  .menu_icon .bar1 {
    margin: 0 auto 9px;
  }
  .menu_icon.active {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: relative;
  }
  .menu_icon.active .bar1 {
    -webkit-transform: rotate(0deg) translate(-1px, 11px);
       -moz-transform: rotate(0deg) translate(-1px, 11px);
        -ms-transform: rotate(0deg) translate(-1px, 11px);
            transform: rotate(0deg) translate(-1px, 11px);
    margin: 0;
  }
  .menu_icon.active .bar2 {
    opacity: 0;
  }
  .menu_icon.active .bar3 {
    -webkit-transform: rotate(-90deg) translate(3px, -3px);
       -moz-transform: rotate(-90deg) translate(3px, -3px);
        -ms-transform: rotate(-90deg) translate(3px, -3px);
            transform: rotate(-90deg) translate(3px, -3px);
  }
  footer .inner {
    padding: 0;
  }
  footer .pagetop {
    height: 60px;
    line-height: 60px;
    padding-top: 25px;
  }
  footer .pagetop a {
    display: block;
    width: 100%;
    height: 100%;
  }
  footer .pagetop span {
    background-image: url(/common/images/sprite/sprite_utils.png?rev=1528251340151);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -129px -59px;
    width: 22px;
    height: 14px;
    -moz-background-size: 171px 140px;
         background-size: 171px 140px;
    display: block;
    margin: auto;
  }
  footer .foot_bnr {
    padding: 0 15px;
    font-size: 0rem;
    text-align: center;
    letter-spacing: 0;
    border-top: solid 1px #dfdfdf;
    border-bottom: solid 1px #dfdfdf;
    position: relative;
  }
  footer .foot_bnr > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
  }
  footer .foot_bnr:before, footer .foot_bnr:after {
    content: '';
    display: block;
    background-color: #dfdfdf;
    position: absolute;
  }
  footer .foot_bnr:before {
    width: 0;
    height: -webkit-calc(100% - 10px * 2);
    height: -moz-calc(100% - 10px * 2);
    height: calc(100% - 10px * 2);
    top: 10px;
    left: 50%;
  }
  footer .foot_bnr:after {
    width: -webkit-calc(100% - 15px * 2);
    width: -moz-calc(100% - 15px * 2);
    width: calc(100% - 15px * 2);
    height: 0;
    top: 50%;
    left: 15px;
  }
  footer .foot_bnr li {
    width: 50%;
    height: 55px;
    line-height: 55px;
  }
  footer .foot_bnr li a {
    display: block;
    padding: 0 10px;
  }
  footer .foot_bnr li a img {
    width: 80%;
    max-width: 125px;
    vertical-align: middle;
  }
  footer .foot_bnr li:nth-child(1) img {
    max-width: 100px;
  }
  footer .copy {
    display: block;
    font-size: 1.1rem;
    text-align: center;
    padding: 40px 0 33px;
  }
  #contents {
    padding-top: 72px;
    min-height: 500px;
  }
  .second_content {
    margin: 0 15px;
  }
  .section_title {
    text-align: center;
    font-size: 1.4rem;
    font-weight: normal;
  }
  .section_title em {
    display: block;
    font-size: 3rem;
    line-height: 1;
    font-weight: bold;
    font-family: 'Lato';
    font-weight: 900;
    letter-spacing: 0.05em;
  }
  .shop_content .slider {
    position: relative;
  }
  .shop_content .slider figure {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    padding: 0 7%;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .shop_content .slider figure img {
    display: inline-block;
  }
  .shop_content .slider .banner_list .slick-slide {
    position: relative;
  }
  .shop_content .slider .banner_list .slick-slide > img {
    width: 100%;
  }
  .shop_content .slider .banner_list .slick-slide .caption {
    width: 100%;
    top: 7%;
    position: absolute;
    left: 0;
    margin: auto;
    right: 0;
  }
  .shop_content .slider .slick-dots {
    z-index: 99;
    bottom: 100px;
  }
  .shop_content .slider .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 11px;
  }
  .shop_content .slider .slick-dots li button {
    background: #dcdcdc;
    width: 15px;
    height: 15px;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .shop_content .slider .slick-dots li button:hover {
    opacity: 0.7;
  }
  .shop_content .slider .slick-dots li button::before {
    content: none;
  }
  .shop_content .slider .slick-dots li.slick-active button {
    background: #ff9300;
  }
  .shop_content .shop_section.campaign {
    padding-bottom: 25px;
    position: relative;
  }
  .shop_content .shop_section.campaign .box_campaign {
    background: #fff;
    margin-top: -33px;
    position: relative;
    padding: 15px 0px 37px;
    border-bottom: solid 2px #cdcdcd;
    -moz-border-radius: 5px;
         border-radius: 5px;
  }
  .shop_content .shop_section.campaign .list_campaign {
    margin: 23px 17px 0;
  }
  .shop_content .shop_section.campaign .list_campaign a {
    display: block;
  }
  .shop_content .shop_section.campaign .list_campaign .slick-initialized .slick-slide img {
    width: 100%;
  }
  .shop_content .shop_section.campaign .list_campaign .slick-prev,
  .shop_content .shop_section.campaign .list_campaign .slick-next {
    width: 12px;
    height: 12px;
    z-index: 100;
    top: auto;
    bottom: -62px;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
    cursor: pointer;
  }
  .shop_content .shop_section.campaign .list_campaign .slick-prev {
    left: 0px;
  }
  .shop_content .shop_section.campaign .list_campaign .slick-next {
    right: 0px;
  }
  .shop_content .shop_section.campaign .list_campaign .slick-prev:before,
  .shop_content .shop_section.campaign .list_campaign .slick-next:before {
    width: 12px;
    height: 12px;
    content: '';
    opacity: 1;
  }
  .shop_content .shop_section.campaign .list_campaign .slick-prev:before {
    background-image: url(/common/images/sprite/sprite_sub_utils.png?rev=1528251340137);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -419px -418px;
    width: 12px;
    height: 12px;
  }
  .shop_content .shop_section.campaign .list_campaign .slick-next:before {
    background-image: url(/common/images/sprite/sprite_sub_utils.png?rev=1528251340137);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -527px -176px;
    width: 12px;
    height: 12px;
  }
  .shop_content .shop_section.campaign .list_campaign .slick-prev:hover:before,
  .shop_content .shop_section.campaign .list_campaign .slick-next:hover:before {
    opacity: 0.7;
  }
  .shop_content .shop_section.campaign .list_campaign .slick-dots {
    z-index: 99;
    bottom: -20px;
  }
  .shop_content .shop_section.campaign .list_campaign .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 4px;
  }
  .shop_content .shop_section.campaign .list_campaign .slick-dots li button {
    background: #dcdcdc;
    width: 6px;
    height: 6px;
    padding: 4px;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .shop_content .shop_section.campaign .list_campaign .slick-dots li button::before {
    content: none;
  }
  .shop_content .shop_section.campaign .list_campaign .slick-dots li.slick-active button {
    background: #ff9300;
  }
  .shop_content .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .shop_content .slick-prev,
  .shop_content .slick-next {
    width: 47px;
    height: 47px;
    margin-top: -20px;
    z-index: 99;
  }
  .shop_content .slick-prev {
    left: 76px;
  }
  .shop_content .slick-next {
    right: 78px;
  }
  .shop_content .slick-prev:before,
  .shop_content .slick-next:before {
    width: 47px;
    height: 47px;
    content: '';
    opacity: 1;
    display: inline-block;
  }
  .shop_content .slick-prev:before {
    background-image: url(/common/images/sprite/sprite_sub_utils.png?rev=1528251340137);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -489px -553px;
    width: 47px;
    height: 47px;
    -moz-background-size: 772px 681px;
         background-size: 772px 681px;
  }
  .shop_content .slick-next:before {
    background-image: url(/common/images/sprite/sprite_sub_utils.png?rev=1528251340137);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -690px -553px;
    width: 47px;
    height: 47px;
    -moz-background-size: 772px 681px;
         background-size: 772px 681px;
  }
  .shop_content .slick-prev:hover:before,
  .shop_content .slick-next:hover:before {
    opacity: 0.7;
  }
  .shop_content .shop_link {
    padding: 15px 0 18px;
    background: #e8e5e5;
  }
  .shop_content .shop_link .inner {
    display: table;
    margin: 0 auto;
    width: 100%;
    padding: 0 3%;
    max-width: 348px;
  }
  .shop_content .shop_link .btn_link {
    width: 48%;
    max-width: 155px;
    height: 91px;
    background: #008c44;
    color: #fff;
    -moz-border-radius: 5px;
         border-radius: 5px;
    font-weight: bold;
    display: table;
    padding: 0 5px;
    -moz-box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.2);
         box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.2);
    margin: 0 0;
    position: relative;
  }
  .shop_content .shop_link .btn_link p {
    font-weight: bold;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .shop_content .shop_link .btn_link p::before {
    content: '';
    display: block;
    vertical-align: middle;
    margin: 0 auto 5px;
  }
  .shop_content .shop_link .btn_link::after {
    content: '';
    position: absolute;
    right: 5px;
    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: -556px -208px;
    width: 11px;
    height: 17px;
    -moz-background-size: 594px 524px;
         background-size: 594px 524px;
  }
  .shop_content .shop_link .btn_timer {
    float: left;
    margin-left: 0;
  }
  .shop_content .shop_link .btn_timer p::before {
    background-image: url(/common/images/sprite/sprite_sub_utils.png?rev=1528251340137);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -381px -308px;
    width: 40px;
    height: 32px;
    -moz-background-size: 515px 454px;
         background-size: 515px 454px;
  }
  .shop_content .shop_link .btn_info {
    float: right;
    margin-right: 0;
  }
  .shop_content .shop_link .btn_info p::before {
    background-image: url(/common/images/sprite/sprite_sub_utils.png?rev=1528251340137);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -434px -308px;
    width: 40px;
    height: 32px;
    -moz-background-size: 515px 454px;
         background-size: 515px 454px;
  }
  .shop_content .program {
    background: #f1f0f0;
    padding: 22px 0 12px;
    overflow: hidden;
  }
  .shop_content .program .dl_box_program {
    margin-bottom: 23px;
  }
  .shop_content .program .dl_box_program dt {
    background: #008c44;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
    padding: 1px 0 2px;
  }
  .shop_content .program .dl_box_program dd ul .slick-list li a {
    background: #fff;
    border-bottom: solid 1px #cdcdcd;
    margin-bottom: 31px;
    width: 100%;
    display: table;
    margin: 0 auto;
    padding: 0 0 20px;
    position: relative;
    max-width: 384px;
  }
  .shop_content .program .dl_box_program dd ul .slick-list li a h5 {
    font-size: 1.6rem;
    color: #008c44;
    text-align: center;
    padding: 0 25px;
    margin: 10px 0 5px;
  }
  .shop_content .program .dl_box_program dd ul .slick-list li a figure {
    position: relative;
  }
  .shop_content .program .dl_box_program dd ul .slick-list li a figure img {
    width: 100%;
  }
  .shop_content .program .dl_box_program dd ul .slick-list li a figure span {
    background: #ff0000;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    -moz-border-radius: 5px;
         border-radius: 5px;
    padding: 4px 8px 6px;
    position: absolute;
    bottom: 10px;
    right: 15px;
    line-height: 1;
    min-width: 93px;
    text-align: center;
  }
  .shop_content .program .dl_box_program dd ul .slick-list li a p {
    line-height: 22px;
    text-align: center;
    padding: 0 20px 0 25px;
    overflow: hidden;
    max-height: 130px;
    font-size: 1.4rem;
  }
  .shop_content .program .dl_box_program dd ul .slick-list li a::after {
    content: '';
    position: absolute;
    bottom: 7px;
    right: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 19px 19px;
    border-color: transparent transparent #008c44 transparent;
  }
  .shop_content .program .dl_box_program dd ul .slick-list li a:hover::after {
    bottom: 7px;
  }
  .shop_content .program .dl_box_program dd ul .slick-next::before {
    position: relative;
    display: block;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    font-size: 0;
    background-image: url("/common/images/sprite/sprite_sub_utils.png?rev=1528251340137");
    -moz-background-size: 1331.03448% 1174.13793%;
         background-size: 1331.03448% 1174.13793%;
    background-position: 69.18768% 74.1573%;
    background-repeat: no-repeat;
  }
  .shop_content .program .dl_box_program dd ul .slick-next::before:after {
    content: '';
    display: block;
    padding-top: 100%;
  }
  .shop_content .program .dl_box_program dd ul .slick-prev::before {
    position: relative;
    display: block;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    font-size: 0;
    background-image: url("/common/images/sprite/sprite_sub_utils.png?rev=1528251340137");
    -moz-background-size: 1331.03448% 1174.13793%;
         background-size: 1331.03448% 1174.13793%;
    background-position: 62.88515% 28.2504%;
    background-repeat: no-repeat;
  }
  .shop_content .program .dl_box_program dd ul .slick-prev::before:after {
    content: '';
    display: block;
    padding-top: 100%;
  }
  .shop_content .program .dl_box_program dd ul .slick-next,
  .shop_content .program .dl_box_program dd ul .slick-prev,
  .shop_content .program .dl_box_program dd ul .slick-next::before,
  .shop_content .program .dl_box_program dd ul .slick-prev::before {
    height: 29px;
    width: 29px;
    margin-top: 1px;
  }
  .shop_content .program .dl_box_program dd ul .slick-next {
    right: -9px;
  }
  .shop_content .program .dl_box_program dd ul .slick-prev {
    left: -9px;
  }
  .shop_content .program .dl_box_program .list_program_item_onerow .slick-next,
  .shop_content .program .dl_box_program .list_program_item_onerow .slick-prev {
    margin-top: 5px;
  }
  .shop_content .program .list_program a {
    padding-right: 10px;
    font-size: 1.3rem;
  }
  .shop_content .program .list_program a::after {
    right: 5px;
  }
  .shop_content .list_program {
    /* For IE 6/7 only */
    *zoom: 1;
    margin: 25px -2% 15px 0;
  }
  .shop_content .list_program:before, .shop_content .list_program:after {
    content: ' ';
    display: table;
  }
  .shop_content .list_program:after {
    clear: both;
  }
  .shop_content .list_program ul li {
    float: left;
    width: 48%;
    margin: 0 2% 10px 0;
  }
  .shop_content .studio_program {
    padding: 0;
    background: #dbf2e6;
    position: relative;
  }
  .shop_content .studio_program .fade_shop_trigger {
    font-size: 0rem;
    text-align: center;
    letter-spacing: 0;
    padding: 0 3px;
  }
  .shop_content .studio_program .fade_shop_trigger > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
  }
  .shop_content .studio_program .fade_shop_trigger li {
    vertical-align: top;
    width: 29%;
    padding-top: 33%;
    margin: 0 6px 12px;
    position: relative;
  }
  .shop_content .studio_program .fade_shop_trigger li p {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    border-bottom: solid 14px #008c44;
    padding-top: 9%;
  }
  .shop_content .studio_program .fade_shop_trigger li p:before {
    content: '';
    display: block;
    width: 14px;
    height: 6px;
    background: url("../images/arrow_white.svg") center center no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -10px;
  }
  .shop_content .studio_program .fade_shop_trigger li p span {
    width: 80%;
    margin: auto;
    display: inline-block;
  }
  .shop_content .studio_program .fade_shop_content {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .shop_content .studio_program .fade_shop_content .content_head {
    width: 100%;
    height: 57px;
    line-height: 57px;
    position: absolute;
    left: 0;
    top: 0;
    border-bottom: solid 1px;
    letter-spacing: 1px;
    z-index: 2;
  }
  .shop_content .studio_program .fade_shop_content .content_head h3 {
    font-size: 1.5rem;
    display: inline-block;
  }
  .shop_content .studio_program .fade_shop_content .content_body {
    margin: auto;
    padding: 57px 5% 0;
    height: 100%;
    position: relative;
    overflow-y: scroll;
  }
  .shop_content .studio_program .fade_shop_content .content_body .shop_links {
    font-size: 0rem;
    text-align: center;
    letter-spacing: 0;
    text-align: left;
    clear: both;
  }
  .shop_content .studio_program .fade_shop_content .content_body .shop_links > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
  }
  .shop_content .studio_program .fade_shop_content .content_body .shop_links li {
    color: #fff;
    position: relative;
  }
  .shop_content .studio_program .fade_shop_content .content_body .shop_links li:after {
    content: '';
    display: block;
    width: 11px;
    height: 6px;
    background: url("/common/images/arrow_white.svg") center center no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    position: absolute;
    right: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .shop_content .studio_program .fade_shop_content .content_body .shop_links li a {
    display: block;
  }
  .shop_content .studio_program .fade_shop_content .content_body .shop_links li.shop1 a {
    background-color: #0e8e46;
  }
  .shop_content .studio_program .fade_shop_content .content_body .shop_links li.shop2 a {
    background-color: #ff8bbb;
  }
  .shop_content .studio_program .fade_shop_content .content_body .shop_links li.shop3 a {
    background-color: #393939;
  }
  .shop_content .studio_program .fade_shop_close {
    width: 24px;
    height: 24px;
    float: right;
    margin-top: 15px;
  }
  .shop_content .studio_program .fade {
    padding: 25px 0 30px;
  }
  .shop_content .studio_program .fade_shop_trigger {
    margin: 25px auto 0;
    /* For IE 6/7 only */
    *zoom: 1;
  }
  .shop_content .studio_program .fade_shop_trigger:before, .shop_content .studio_program .fade_shop_trigger:after {
    content: ' ';
    display: table;
  }
  .shop_content .studio_program .fade_shop_trigger:after {
    clear: both;
  }
  .shop_content .studio_program .fade_shop_trigger li {
    position: relative;
  }
  .shop_content .studio_program .fade_shop_trigger li:nth-child(1) span {
    position: relative;
    display: block;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    font-size: 0;
    background-image: url("/common/images/sprite/sprite_sub_utils.png?rev=1528251340137");
    -moz-background-size: 677.19298% 436.53846%;
         background-size: 677.19298% 436.53846%;
    background-position: 22.03647% 88%;
    background-repeat: no-repeat;
  }
  .shop_content .studio_program .fade_shop_trigger li:nth-child(1) span:after {
    content: '';
    display: block;
    padding-top: 136.84211%;
  }
  .shop_content .studio_program .fade_shop_trigger li:nth-child(2) span {
    position: relative;
    display: block;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    font-size: 0;
    background-image: url("/common/images/sprite/sprite_sub_utils.png?rev=1528251340137");
    -moz-background-size: 603.125% 439.35484%;
         background-size: 603.125% 439.35484%;
    background-position: 89.44099% 26.04563%;
    background-repeat: no-repeat;
  }
  .shop_content .studio_program .fade_shop_trigger li:nth-child(2) span:after {
    content: '';
    display: block;
    padding-top: 121.09375%;
  }
  .shop_content .studio_program .fade_shop_trigger li:nth-child(3) span {
    position: relative;
    display: block;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    font-size: 0;
    background-image: url("/common/images/sprite/sprite_sub_utils.png?rev=1528251340137");
    -moz-background-size: 412.83422% 436.53846%;
         background-size: 412.83422% 436.53846%;
    background-position: 63.07692% 0%;
    background-repeat: no-repeat;
  }
  .shop_content .studio_program .fade_shop_trigger li:nth-child(3) span:after {
    content: '';
    display: block;
    padding-top: 83.42246%;
  }
  .shop_content .studio_program .fade_shop_trigger li:nth-child(4) span {
    position: relative;
    display: block;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    font-size: 0;
    background-image: url("/common/images/sprite/sprite_sub_utils.png?rev=1528251340137");
    -moz-background-size: 617.6% 433.75796%;
         background-size: 617.6% 433.75796%;
    background-position: 0% 88.16794%;
    background-repeat: no-repeat;
  }
  .shop_content .studio_program .fade_shop_trigger li:nth-child(4) span:after {
    content: '';
    display: block;
    padding-top: 125.6%;
  }
  .shop_content .studio_program .fade_shop_trigger li:nth-child(5) span {
    position: relative;
    display: block;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    font-size: 0;
    background-image: url("/common/images/sprite/sprite_sub_utils.png?rev=1528251340137");
    -moz-background-size: 491.71975% 422.98137%;
         background-size: 491.71975% 422.98137%;
    background-position: 28.94309% 53.84615%;
    background-repeat: no-repeat;
  }
  .shop_content .studio_program .fade_shop_trigger li:nth-child(5) span:after {
    content: '';
    display: block;
    padding-top: 102.54777%;
  }
  .shop_content .studio_program .fade_shop_trigger li:nth-child(6) span {
    position: relative;
    display: block;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    font-size: 0;
    background-image: url("/common/images/sprite/sprite_sub_utils.png?rev=1528251340137");
    -moz-background-size: 488.60759% 420.37037%;
         background-size: 488.60759% 420.37037%;
    background-position: 0% 53.9499%;
    background-repeat: no-repeat;
  }
  .shop_content .studio_program .fade_shop_trigger li:nth-child(6) span:after {
    content: '';
    display: block;
    padding-top: 102.53165%;
  }
  .shop_content .studio_program .fade_shop_close {
    position: relative;
    display: block;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    font-size: 0;
    background-image: url("/common/images/sprite/sprite_sub_utils.png?rev=1528251340137");
    -moz-background-size: 1544% 1389.79592%;
         background-size: 1544% 1389.79592%;
    background-position: 58.03324% 87.5%;
    background-repeat: no-repeat;
  }
  .shop_content .studio_program .fade_shop_close:after {
    content: '';
    display: block;
    padding-top: 98%;
  }
  .shop_content .studio_program .fade_shop_content {
    background-color: #9dddd0;
  }
  .shop_content .studio_program .fade_shop_content .content_head {
    background-color: #d2f5ee;
    border-color: #2fcbab;
    color: #2fcbab;
  }
  .shop_content .studio_program .fade_shop_content .content_inner {
    padding: 10px 0;
  }
  .shop_content .studio_program .fade_shop_content .content_inner p {
    margin: 10px 0;
    height: 7.5em;
  }
  .shop_content .studio_program .fade_shop_content .content_inner .pix {
    text-align: center;
  }
  .shop_content .studio_program .fade_shop_content .content_inner .pix img {
    width: 100%;
  }
  .shop_content .studio_program .fade_shop_content .shop_links {
    margin-left: -12px;
  }
  .shop_content .studio_program .fade_shop_content .shop_links li {
    width: 46%;
    width: -webkit-calc(50% - 12px);
    width: -moz-calc(50% - 12px);
    width: calc(50% - 12px);
    height: 37px;
    line-height: 37px;
    font-size: 1.4rem;
    margin-left: 12px;
  }
  .shop_content .studio_program .fade_shop_content .shop_links li:after {
    width: 12px;
    height: 6px;
    right: 6px;
  }
  .shop_content .studio_program .fade_shop_content .shop_links li a {
    padding: 0 13px;
  }
  .shop_content .facility {
    padding: 30px 0 0;
  }
  .shop_content .facility .list_facility {
    /* For IE 6/7 only */
    *zoom: 1;
    margin: 20px -2% 12px 0;
  }
  .shop_content .facility .list_facility:before, .shop_content .facility .list_facility:after {
    content: ' ';
    display: table;
  }
  .shop_content .facility .list_facility:after {
    clear: both;
  }
  .shop_content .facility .list_facility ul li {
    float: left;
    margin: 0 2% 2% 0;
    width: 31.333333333%;
  }
  .shop_content .facility .street_view {
    width: 100%;
    height: 180px;
  }
  .shop_content .voice {
    background: #fff;
    padding: 25px 0 18px;
  }
  .shop_content .voice .list_voice {
    /* For IE 6/7 only */
    *zoom: 1;
    margin: 20px 0 0 0;
  }
  .shop_content .voice .list_voice:before, .shop_content .voice .list_voice:after {
    content: ' ';
    display: table;
  }
  .shop_content .voice .list_voice:after {
    clear: both;
  }
  .shop_content .voice .list_voice li {
    margin: 0 0 12px 0;
    background: #f2f0e8;
    overflow: hidden;
    border-bottom: solid 2px #cdcdcd;
  }
  .shop_content .voice .list_voice li a {
    display: table;
    width: 100%;
  }
  .shop_content .voice .list_voice li a > * {
    display: table-cell;
    vertical-align: middle;
  }
  .shop_content .voice .list_voice li a > * {
    vertical-align: top;
  }
  .shop_content .voice .list_voice li a figure {
    width: 40%;
  }
  .shop_content .voice .list_voice li a dl {
    padding: 20px 15px 15px;
  }
  .shop_content .voice .list_voice li a dl dt {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .shop_content .voice .list_voice li a dl dd {
    line-height: 22px;
    padding-left: 3px;
  }
  .shop_content .staff {
    background: #dbf2e6;
    padding: 45px 0 35px;
    border-bottom: solid 2px #cdcdcd;
  }
  .shop_content .staff .inner {
    padding: 0;
  }
  .shop_content .staff .list_staff {
    margin: 25px 0 0 0;
    width: 100%;
    overflow: hidden;
    padding-bottom: 50px;
  }
  .shop_content .staff .list_staff > ul {
    margin-right: -55px;
  }
  .shop_content .staff .list_staff .slick-next,
  .shop_content .staff .list_staff .slick-prev {
    margin-top: -25px;
  }
  .shop_content .staff .list_staff .slick-slide {
    padding-left: 15px;
  }
  .shop_content .staff .list_staff .slick-prev {
    left: -20px;
  }
  .shop_content .staff .list_staff .slick-next {
    right: -20px;
  }
  .shop_content .staff .list_staff .slick-dots {
    z-index: 99;
    bottom: -40px;
    left: -26px;
  }
  .shop_content .staff .list_staff .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 8px;
  }
  .shop_content .staff .list_staff .slick-dots li button {
    background: #dcdcdc;
    width: 12px;
    height: 12px;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .shop_content .staff .list_staff .slick-dots li button::before {
    content: none;
  }
  .shop_content .staff .list_staff .slick-dots li.slick-active button {
    background: #ff9300;
  }
  .shop_content .staff .list_staff li figure {
    text-align: center;
    position: relative;
    display: table;
    margin: 0 auto;
    -moz-border-radius: 3px;
         border-radius: 3px;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    cursor: pointer;
  }
  .shop_content .staff .list_staff li figure img {
    display: inline-block;
    position: relative;
    z-index: 8;
  }
  .shop_content .staff .list_staff li figure a {
    border: solid 6px #444;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    z-index: 9;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    -webkit-transition: top 0.5s ease;
    -moz-transition: top 0.5s ease;
    transition: top 0.5s ease;
    overflow: hidden;
  }
  .shop_content .staff .list_staff li figure a > div p {
    border-bottom: solid 1px #fff;
    font-size: 1.6rem;
    padding: 0 10px 3px;
    margin-bottom: 3px;
  }
  .shop_content .staff .list_staff li figure a > div span {
    text-transform: uppercase;
    font-size: 1.2rem;
  }
  .shop_content .staff .list_staff li figure a::before {
    content: '';
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    display: table-cell;
    vertical-align: middle;
  }
  .shop_content .staff .list_staff li figure:hover a {
    top: 0;
    opacity: 1;
  }
  .shop_content .plan {
    background: #f1f0f0;
    padding: 29px 0 35px;
  }
  .shop_content .plan h2 {
    margin-bottom: 22px;
  }
  .shop_content .plan .box_ttl {
    background: #fff;
    margin-top: 25px;
    font-size: 1.4rem;
    min-height: 44px;
    height: auto;
    line-height: 18px;
    padding-top: 4px;
  }
  .shop_content .plan .box_ttl:nth-of-type(1) {
    margin-top: 0;
  }
  .shop_content .plan .box_ttl span {
    font-size: 1.2rem;
    display: block;
    padding-bottom: 3px;
  }
  .shop_content .plan .list_program {
    display: table;
    margin: 20px auto;
    text-align: center;
    width: 100%;
    padding-right: 10px;
  }
  .shop_content .plan .list_program li {
    width: 100%;
    max-width: 384px;
    float: none;
    display: inline-block;
  }
  .shop_content .plan .list_program li a {
    padding-left: 25px;
    margin: 0;
    max-width: 384px;
  }
  .shop_content .access {
    padding: 22px 0 50px;
    background: #e8e5e5;
  }
  .shop_content .access .access_content {
    margin: 25px 0 20px;
  }
  .shop_content .access .access_content .map {
    /* For IE 6/7 only */
    *zoom: 1;
  }
  .shop_content .access .access_content .map:before, .shop_content .access .access_content .map:after {
    content: ' ';
    display: table;
  }
  .shop_content .access .access_content .map:after {
    clear: both;
  }
  .shop_content .access .access_content .map .googleMap {
    width: 100%;
    height: 325px;
  }
  .shop_content .access .access_content .map figure {
    margin: 15px 0 0;
    text-align: center;
  }
  .shop_content .access .access_content .access-appointment {
    margin: 15px 0 0;
    line-height: 20px;
  }
  .shop_content .access .access_content .access-appointment dt {
    padding-bottom: 8px;
    border-bottom: solid 1px #c9c9c9;
    margin-bottom: 5px;
    display: table;
    width: 100%;
  }
  .shop_content .access .access_content .access-appointment dt > * {
    display: table-cell;
    vertical-align: middle;
  }
  .shop_content .access .access_content .access-appointment dt > * {
    vertical-align: middle;
  }
  .shop_content .access .access_content .access-appointment dt figure {
    width: 30%;
  }
  .shop_content .access .access_content .access-appointment dt > p {
    padding-left: 8px;
  }
  .shop_content .access .access_content .access-appointment dd span {
    display: block;
  }
  .shop_content .access .attention-txt {
    background: #eee;
    padding: 15px 30px 22px 15px;
  }
  .shop_content .access .attention-txt dt {
    font-size: 1.6rem;
    padding-bottom: 3px;
  }
  .shop_content .access .attention-txt dd {
    line-height: 20px;
  }
  .shop_content .circle {
    font-weight: normal;
  }
  .txt_plan {
    line-height: 18px;
    font-size: 1.2rem;
  }
  .cl_red {
    color: #ff0000;
    text-indent: -15px;
    padding-left: 15px;
    font-size: 1.4rem;
    line-height: 19px;
    margin-left: 5px;
  }
  .dl_plan > dt {
    margin-bottom: 10px;
  }
  .dl_plan > dt.circle {
    padding-left: 16px;
  }
  .dl_plan > dt.circle::before {
    width: 6px;
    height: 6px;
  }
  .dl_plan dd > div dl {
    /* For IE 6/7 only */
    *zoom: 1;
    border-bottom: solid 1px #ccc;
    margin-bottom: 5px;
  }
  .dl_plan dd > div dl:before, .dl_plan dd > div dl:after {
    content: ' ';
    display: table;
  }
  .dl_plan dd > div dl:after {
    clear: both;
  }
  .dl_plan dd > div dl dt {
    background: #008c44;
    -moz-border-radius: 3px;
         border-radius: 3px;
    text-align: center;
    color: #fff;
    float: left;
    margin: 5px 0 7px;
    padding: 1px 5px 2px;
  }
  .dl_plan dd > div dl dd {
    line-height: 26px;
    margin: 0 0 12px 5px;
    clear: both;
  }
  .dl_plan dd > div dl dd .f_small {
    font-size: 1.2rem;
    line-height: 19px;
  }
  .dl_plan dd > div dl dd p {
    line-height: 19px;
  }
  .dl_plan dd > div dl dd.fix_md {
    margin-top: 8px;
  }
  .dl_plan dd > div .dot {
    margin: 0 0 5px 0;
    font-size: 1.4rem;
  }
  .dl_plan dd > div:last-child {
    padding-bottom: 5px;
  }
  .tbl_shop {
    width: 100%;
    margin: 10px 0 5px;
  }
  .tbl_shop .tbl_row {
    margin-bottom: 5px;
    border-top: solid 1px #c9c9c9;
  }
  .tbl_shop .tbl_row > * {
    vertical-align: top;
    border-left: solid 1px #c9c9c9;
    border-bottom: solid 1px #c9c9c9;
    background: #fff;
  }
  .tbl_shop .tbl_row .tbl_title {
    background: #daf6ff;
    color: #2178bb;
    font-size: 1.4rem;
    vertical-align: top;
    padding: 5px 8px;
    text-align: center;
  }
  .tbl_shop .tbl_row .tbl_content {
    line-height: 18px;
    padding: 5px 20px 5px 5px;
    font-size: 1.3rem;
    text-transform: uppercase;
  }
  .tbl_shop .tbl_row .tbl_sp_row {
    display: table;
    width: 100%;
    border-right: solid 1px #c9c9c9;
  }
  .tbl_shop .tbl_row .tbl_sp_row > * {
    display: table-cell;
    vertical-align: middle;
  }
  .tbl_shop .tbl_row .tbl_sp_row > * {
    vertical-align: top;
  }
  .tbl_shop .tbl_row .tbl_sp_row .tbl_title {
    width: 88px;
    border-right: solid 1px #c9c9c9;
  }
  .null {
    position: relative;
  }
  .null:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 11px;
    left: 10px;
    top: 15px;
    background: #353535;
  }
  .table_default {
    border-spacing: 0;
    width: 100%;
    border-right: solid 1px #c9c9c9;
    border-top: solid 1px #c9c9c9;
    margin: 9px 0 22px;
  }
  .table_default .tbl_ttl th {
    background: #daf6ff;
    color: #2178bb;
    font-size: 1rem;
    text-align: center;
    vertical-align: top;
    padding: 9px 4px;
    font-weight: normal;
    border-left: solid 1px #c9c9c9;
    border-bottom: solid 1px #c9c9c9;
  }
  .table_default .tbl_content td {
    vertical-align: middle;
    border-left: solid 1px #c9c9c9;
    border-bottom: solid 1px #c9c9c9;
    background: #fff;
    line-height: 12px;
    text-align: center;
    padding: 7px 5px;
    font-size: 1rem;
    text-transform: uppercase;
  }
  .table_default .tbl_content td:nth-of-type(1) {
    width: 21%;
  }
  .table_default .tbl_content td:nth-of-type(2) {
    width: 14%;
  }
  .table_default .tbl_content td:nth-of-type(3) {
    width: 14%;
  }
  .table_default .tbl_content td:nth-of-type(4) {
    text-align: left;
    padding-left: 7px;
  }
  .top_area {
    position: relative;
    width: 100%;
    padding-top: 50.5%;
  }
  .top_area .box_top_area {
    position: absolute;
    left: 13px;
    top: 45%;
    -webkit-transform: translateY(-45%);
       -moz-transform: translateY(-45%);
        -ms-transform: translateY(-45%);
            transform: translateY(-45%);
    color: #fff;
  }
  .top_area .box_top_area h2 {
    line-height: 1;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    font-size: 3rem;
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 0 5px;
    font-family: 'Lato';
    font-weight: 900;
  }
  .top_area .box_top_area p {
    font-size: 1.3rem;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    font-weight: normal;
    letter-spacing: 1px;
  }
  .top_area figure {
    margin: 0;
  }
  .top_area figure img {
    width: 100%;
  }
  .top_area-txt {
    width: 95%;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    color: #fff;
    font-size: 2.7rem;
    font-weight: bold;
    text-shadow: 0px 0px 24px #000000;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .top_area-txt small {
    display: block;
    font-size: 1.4rem;
  }
  .btn_default {
    max-width: 346px;
    width: 100%;
    display: table;
    text-align: center;
    font-weight: bold;
    background: #c6e9d2;
    line-height: 40px;
    font-size: 1.4rem;
    color: #388b3a !important;
    position: relative;
    -moz-border-radius: 3px;
         border-radius: 3px;
    margin: 0 auto;
  }
  .btn_default.bold {
    background: #2f8531;
    color: #fff !important;
  }
  .btn_default.small {
    display: block;
    height: 37px;
    line-height: 37px;
    -moz-border-radius: 0;
         border-radius: 0;
    text-align: left;
    padding: 0 15px 0 10px;
    background: #00863a;
    color: #fff !important;
  }
  .btn_default.small::after {
    background-image: url(/common/images/sprite/sprite_sub_utils.png?rev=1528251340137);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -205px -668px;
    width: 5px;
    height: 10px;
    -moz-background-size: inherit;
         background-size: inherit;
    right: 12px;
  }
  .box_ttl {
    height: 44px;
    line-height: 42px;
    border-bottom: 1px solid #cdcdcd;
    font-weight: normal;
    background: #e5f5eb;
    padding-left: 13px;
    position: relative;
    text-transform: uppercase;
  }
  .box_ttl::before {
    content: '';
    position: absolute;
    background: #388b3a;
    width: 4px;
    bottom: 0;
    top: 0;
    left: 0;
  }
  .box_ttl span {
    font-weight: normal;
  }
  .circle {
    padding-left: 20px;
    position: relative;
    font-weight: normal;
    font-size: 1.4rem;
  }
  .circle:before {
    position: absolute;
    content: '';
    left: 0px;
    height: 8px;
    width: 8px;
    -moz-border-radius: 20px;
         border-radius: 20px;
    border: 3px solid #008c44;
    top: 52%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .dot {
    padding-left: 18px;
    color: #008c44;
    font-size: 1.5rem;
    position: relative;
  }
  .dot:before {
    content: '';
    position: absolute;
    height: 14px;
    width: 14px;
    background: #008c44;
    -moz-border-radius: 20px;
         border-radius: 20px;
    top: 6px;
    left: 0;
  }
  select.select_box::-ms-expand {
    display: none;
  }
  .select_box {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: relative;
    background: #f3f3f3 url(../images/drop_ar.png) no-repeat 96%;
  }
  .box_top {
    /* For IE 6/7 only */
    *zoom: 1;
    position: relative;
    padding: 35px 0 0;
  }
  .box_top:before, .box_top:after {
    content: ' ';
    display: table;
  }
  .box_top:after {
    clear: both;
  }
  .box_top figure,
  .box_top dl {
    float: left;
  }
  .box_top figure {
    width: 100%;
  }
  .box_top dl dt {
    position: absolute;
    top: 7px;
    font-weight: normal;
    text-transform: uppercase;
  }
  .box_top dl dd {
    font-size: 1.4rem;
    line-height: 18px;
    padding: 7px 0 0;
  }
  /* ======================= Custom Radio, CheckBox, Input file =============================*/
  .group_form input[type='radio'] {
    display: none !important;
  }
  .group_form input[type='radio'] + label span {
    background-color: #fff;
    border: solid 1px #cacaca;
    -moz-box-shadow: 0px 0px 0px 1px transparent;
         box-shadow: 0px 0px 0px 1px transparent;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -2px 12px 0 0;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
  }
  .group_form input[type='radio'] + label.error span {
    background: #ff9999;
  }
  .group_form input[type='radio']:checked + label span {
    background-color: #1d1d1d;
    border: solid 4px #fff;
    -moz-box-shadow: 0px 0px 0px 1px #cacaca;
         box-shadow: 0px 0px 0px 1px #cacaca;
    width: 14px;
    height: 14px;
    margin: -2px 13px 0 1px;
  }
  .group_form input[type='checkbox']:not(:checked), .group_form input[type='checkbox']:checked {
    position: absolute;
    left: -9999px;
  }
  .group_form input[type='checkbox']:not(:checked) + label,
  .group_form input[type='checkbox']:checked + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    padding-top: 1px;
  }
  .group_form input[type='checkbox']:not(:checked) + label:before,
  .group_form input[type='checkbox']:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
    border: 1px solid #c8c8c8;
    /*background: #2c98fd;
      border-radius: 3px;*/
  }
  .group_form input[type='checkbox']:not(:checked) + label:after,
  .group_form input[type='checkbox']:checked + label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 2px;
    line-height: 0.8;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    background-image: url(/common/images/sprite/sprite_sub_utils.png?rev=1528251340137);
    overflow: hidden;
    text-indent: -9999px;
    background-position: -316px -201px;
    width: 15px;
    height: 12px;
    -moz-background-size: 386px 341px;
         background-size: 386px 341px;
    height: 13px;
  }
  .group_form input[type='checkbox']:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }
  .group_form input[type='checkbox']:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .group_form input[type='checkbox']:disabled:not(:checked) + label:before,
  .group_form input[type='checkbox']:disabled:checked + label:before {
    -moz-box-shadow: none;
         box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
  }
  .group_form input[type='checkbox']:disabled:checked + label:after {
    color: #999;
  }
  .group_form input[type='checkbox']:disabled + label {
    color: #aaa;
  }
  .group_form .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }
  .group_form .inputfile + label {
    color: #000;
    background-color: #f1f1f1;
    border: solid 1px #c8c8c8;
    display: inline-block;
    cursor: pointer;
    -moz-border-radius: 5px;
         border-radius: 5px;
    padding: 3px 13px;
    margin-right: 17px;
  }
  .group_form .inputfile:focus + label,
  .group_form .inputfile + label:hover {
    opacity: 0.8;
  }
  .group_form .inputfile + label * {
    pointer-events: none;
  }
  /* ======================= /. Custom Radio, CheckBox =============================*/
  .guid-content header .global_navi-list2 > li.admission span::before {
    background: url(/limb/common/images/icon_mail.png) no-repeat center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .indent_txt {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
  }
  .breadcrumb {
    background: #f4f4f4;
  }
  .breadcrumb ul {
    margin: 0 10px;
    padding-top: 10px;
    font-size: 0;
  }
  .breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 12px;
    font-size: 1.4rem;
    vertical-align: top;
  }
  .breadcrumb li::before {
    content: '＞';
    display: inline-block;
    top: 2px;
    left: -20px;
    margin-right: 8px;
    font-size: 1.2rem;
    color: #414141;
  }
  .breadcrumb li a {
    color: #0E8E46;
    font-size: 1.4rem;
  }
  .breadcrumb li:nth-of-type(1)::before {
    display: none;
  }
  .footer_fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 3;
  }
  .footer_fixed ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer_fixed ul li {
    width: 50%;
    font-weight: bold;
    font-size: 4vw;
  }
  .footer_fixed ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding: 2vw 0;
  }
  .footer_fixed ul .guide_link a {
    background-color: #ffee72;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 5vw;
    position: relative;
  }
  .footer_fixed ul .guide_link a::after {
    content: '';
    position: absolute;
    left: 4vw;
    top: 4vw;
    height: 10vw;
    width: 14vw;
    background-image: url("/sakura/common/images/icon_admission.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .footer_fixed ul .tel_link a {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fff;
    text-align: right;
  }
  .footer_fixed ul .tel_link a strong {
    display: block;
    font-size: 5vw;
    position: relative;
  }
  .footer_fixed ul .tel_link a strong::after {
    content: '';
    position: absolute;
    left: -1vw;
    top: 1.8vw;
    height: 6vw;
    width: 6vw;
    background-image: url("/sakura/common/images/icon_tel.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .tbl_shop .colspan .tbl_content {
    display: none;
  }
  .tbl_shop .tbl_row_colspan_1 .colspan p:nth-of-type(2) {
    display: block;
  }
  .tbl_shop .tbl_row_colspan_2 .colspan p:nth-of-type(3) {
    display: block;
  }
  .tbl_shop .tbl_row_colspan_3 .colspan p:nth-of-type(4) {
    display: block;
  }
  .tbl_shop .tbl_row_colspan_4 .colspan p:nth-of-type(5) {
    display: block;
  }
  .tbl_shop .tbl_row_colspan_5 .colspan p:nth-of-type(6) {
    display: block;
  }
  .tbl_shop .tbl_row_colspan_6 .colspan p:nth-of-type(7) {
    display: block;
  }
  .tbl_shop .tbl_row_colspan_7 .colspan p:nth-of-type(8) {
    display: block;
  }
  .tbl_shop .tbl_row_colspan_8 .colspan p:nth-of-type(9) {
    display: block;
  }
  .tbl_shop .tbl_row_colspan_9 .colspan p:nth-of-type(10) {
    display: block;
  }
  .tbl_shop .tbl_row_colspan_10 .colspan p:nth-of-type(11) {
    display: block;
  }
}

/*---------------------------------------------------------------------------*/
.error-message {
  color: #ff0000;
}
