@charset "UTF-8";
/*
Theme Name: MTS Tennis Arena Mitaka
Theme URI:
Author: TAROSKY INC.
Author URI: http://tarosky.co.jp/;
Description:  MTS Tennis Arena Mitaka
*/
/* =Reset
-------------------------------------------------------------- */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* =general
-------------------------------------------------------------- */
body {
  width: 100%;
  background: url(images/bg_body.png);
  font-size: 14px;
  line-height: 1.5;
  font-family: Arial,Helvetica,"MS PGothic","Hiragino Kaku Gothic Pro",Osaka,sans-serif; }

img {
  max-width: 100%;
  height: auto !important;
  vertical-align: bottom;
  width: auto; }

/* =header (smp)
-------------------------------------------------------------- */
#header {
  position: relative;
  width: 100%;
  height: 80px;
  background: url(images/bg_header.png) repeat-x;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 0px;
  z-index: 500; }

#header .hgroup {
  position: absolute;
  width: 100%;
  height: 80px;
  top: 0;
  overflow: hidden;
  z-index: 600; }

#header .hgroup h1,
#header .hgroup p.logo {
	position: absolute;
	width: 160px;
	height: 30px;
	text-indent: -200%;
	top: 35px;
	left: 5px;
	z-index: 700;
	cursor: pointer;
	background-image: url(images/logo_mts_smp.png);
}

.menu_switch {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: #5589f2 url(images/icon_menu.png) 0 0 no-repeat;
  top: 30px;
  right: 5px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1000; }

#header .hgroup p.sub_copy {
  display: none; }

#header .link_sub_top ul {
  position: relative;
  width: 100%;
  height: 20px;
  top: 4px;
  z-index: 800; }

#header ul li {
  width: 19.7%;
  height: 18px;
  float: left;
  border-right: 1px solid #dddddd; }

#header ul li:last-child {
  border-right: 0px; }

#header ul li a {
  display: block;
  line-height: 18px;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  color: #666666; }
  #header ul li a:hover {
    text-decoration: underline; }

/* =nav (smp)
-------------------------------------------------------------- */
#nav {
  display: block;
  position: relative;
  width: 90%;
  height: auto;
  padding: 20px 5%;
  overflow: hidden;
  background-color: #5589f2;
  color: #fff;
  font-size: 12px;
  z-index: 0; }

#nav ul.nav_index {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0; }

#nav ul.nav_index > li {
  float: left;
  width: 45%;
  height: auto;
  padding: 0 5% 5px 0;
  font-size: 14px;
  font-weight: bold; }
  #nav ul.nav_index > li a {
    color: #fff;
    text-decoration: none; }

#nav ul.nav_index > li span {
  display: none; }

#nav ul li ul {
  border-top: 1px solid #fff;
  padding: 5px 0 10px; }

#nav ul.nav_index ul.sub-menu li a {
  display: block;
  background: url(images/icon_tri.png) -5px 3px no-repeat;
  color: #fff;
  text-indent: 12px;
  text-decoration: none;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
  padding: 4px 0; }

/* =#main_visual (smp top)
-------------------------------------------------------------- */
#main_visual {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 0; }

.swiper-container, .swiper-slide {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0; }

.pagination {
  position: relative;
  width: 100px;
  /*	text-align: right;*/
  padding: 5px 0;
  top: 0px;
  left: 0;
  margin: 0 auto;
  z-index: 500; }

.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin: 0 5px;
  background-color: #ddd;
  cursor: pointer;
  transition: all .25s linear; }

.swiper-active-switch {
  background-color: #5588f1; }

/* =#blog_visual (smp)
-------------------------------------------------------------- */
#blog_visual {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 10px auto 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #5589f2; }

#blog_visual img {
  display: block;
  width: 100%;
  height: auto;
  z-index: 400;
  top: 0;
  left: 0; }

.info_post {
  margin-bottom: 15px; }
  .info_post .readmore {
    font-size: 12px;
    width: 98%;
    margin-right: 2%;
    text-align: right; }
    .info_post .readmore a:hover {
      color: #ff5f56; }

/* =.bread_crumb
-------------------------------------------------------------- */
.bread_crumb {
  width: 95%;
  height: auto;
  overflow: hidden;
  padding-top: 10px;
  margin: 0 auto 10px; }
  .bread_crumb li {
    float: left;
    font-size: 12px; }
  .bread_crumb li.sub {
    padding-left: 10px; }
  .bread_crumb li.sub:before {
    content: ">";
    letter-spacing: 10px;
    color: #666; }

/* =#contents_box (smp top)
-------------------------------------------------------------- */
#contents_box {
  position: relative;
  width: 95%;
  height: auto;
  margin: 0 auto 30px;
  overflow: hidden; }

/* =.page_box (smp)
-------------------------------------------------------------- */
.page_box {
  position: relative;
  width: 95%;
  background: #fff;
  box-shadow: 0 2px 4px 1px rgba(150, 150, 150, 0.1);
  padding: 10px 5px;
  margin: 0 auto 20px; }

/* =.page_box style(smp)
-------------------------------------------------------------- */
.page_box h1 {
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 24px;
  font-weight: bold;
  color: #5589f2; }
.page_box .page_tit {
  margin-bottom: 15px;
  background: url(images/bar_h1_n.png) 0 bottom no-repeat;
  padding: 5px 15px 7px 7px; }
  .page_box .page_tit h1 {
    padding-left: 10px;
    line-height: 1.2;
    border-left: 8px solid #5589f2;
    color: #5589f2; }
.page_box h2 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  color: #5589f2;
  background: url(images/bar_h2_n.png) 0 bottom no-repeat;
  padding: 5px 0 10px 40px;
  margin-bottom: 20px; }
.page_box h3 {
  width: 100%;
  text-indent: 10px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 10px; }
.page_box h4 {
  width: 90%;
  text-indent: 10px;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px; }
.page_box h5 {
  width: 100%;
  text-indent: 10px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 5px; }
.page_box h6 {
  width: 100%;
  text-indent: 10px;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 5px;
  background: #bfecff; }
.page_box img {
  margin: 0 auto 10px; }
.page_box hr {
  border: none;
  border-top: dotted 1px #cccccc;
  width: 100%;
  height: 1px; }
.page_box p {
  position: relative;
  width: 95%;
  font-size: 14px;
  line-height: 1.6;
  margin: 10px auto 0; }
  .page_box p iframe, .page_box p embed {
    position: relative;
    width: 100%;
    height: auto;
    overflow: auto; }
.page_box p.up_date {
  color: #666;
  font-size: 14px;
  text-align: right;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc; }
.page_box ul li, .page_box ol li {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px; }
.page_box ul, .page_box ol {
  width: 90%;
  margin: 10px 0 20px 8%; }
.page_box ul {
  list-style: disc url(images/icon_dotted.png) outside; }
.page_box ul.sitemap,
.page_box ul.sitemap ul {
  list-style: none; }
.page_box ol {
  list-style: decimal outside; }
.page_box blockquote {
  width: 92%;
  border: 1px solid #dddddd;
  background-color: #eee;
  padding: 2% 4%;
  margin: 0 auto 20px; }
.page_box address {
  font-style: italic;
  display: block;
  line-height: 1.714285714;
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem; }
.page_box pre {
  width: 92%;
  border: 1px solid #dddddd;
  background-color: #eee;
  padding: 2% 4%;
  margin: 0 auto 20px; }
.page_box table {
  font-size: 12px;
  line-height: 1.6;
  width: 100%;
  margin: 0 auto 20px; }
  .page_box table th, .page_box table td {
    vertical-align: middle;
    padding: 5px 10px 5px 10px;
    border: 1px solid #dddddd; }
  .page_box table tr td:nth-child(1) {
    width: 15%;
    text-align: center; }
  .page_box table thead tr th:nth-child(2) {
    width: 55%; }
.page_box .attachment img {
  max-width: 670px; }
.page_box .alignleft, .page_box img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px; }
.page_box .alignright, .page_box img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px; }
.page_box .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }
.page_box img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }
.page_box img.alignleft, .page_box img.alignright, .page_box img.aligncenter {
  margin-bottom: 20px; }
.page_box .pagenation {
  width: 98%;
  height: auto;
  overflow: hidden;
  padding: 15px 0;
  position: relative;
  margin: 0 auto 20px; }
  .page_box .pagenation li {
    list-style: none;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    text-align: center;
    float: left; }
    .page_box .pagenation li a {
      display: block;
      width: 20px;
      height: 20px;
      line-height: 20px; }
  .page_box .pagenation li:first-child {
    font-size: 12px;
    width: 40px;
    padding: 0 5px; }
  .page_box .pagenation li:last-child {
    font-size: 12px;
    width: 40px;
    margin-right: 0;
    padding: 0 5px; }
  .page_box .pagenation li.active, .page_box .pagenation li.hover {
    background: #5589f2;
    border-radius: 4px; }
    .page_box .pagenation li.active a, .page_box .pagenation li.hover a {
      color: #fff;
      text-decoration: none; }

/* =.page_box .mts_special (smp MTSスクールの特徴)
-------------------------------------------------------------- */
.mts_special {
  position: relative;
  background: #5589f2;
  margin-bottom: 15px;
  padding-bottom: 15px; }

.mts_special img.mts_logo {
  position: relative;
  width: 100%;
  margin: 10px auto; }

.mts_special .pr_img {
  width: 90%;
  height: 250px;
  overflow: hidden;
  margin: 0 auto 15px; }

.mts_special img.masuken_pr {
  width: 100%; }

.mts_special p.app {
  width: 90%;
  margin: 0 auto 15px;
  color: #fff; }

.mts_special img.name_masuken {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 150px;
  height: auto; }

/* =.staff_box .facility_box (smp 施設案内)
-------------------------------------------------------------- */
.facility_box h3,
.staff_box h3 {
  color: #333;
  padding: 3px 0 2px;
  line-height: 1.6;
  width: 95%;
  margin: 0 auto;
  background: #bfecff; }
.facility_box img,
.staff_box img {
  display: block;
  width: 95%;
  margin: 0 auto; }
.facility_box p,
.staff_box p {
  color: #444;
  width: 90%;
  font-size: 14px;
  line-height: 1.4;
  border-bottom: 1px dotted #ccc;
  padding: 10px 3% 10px 2%;
  margin: 0 auto 15px; }

/* =.movie_app (smp レッスン動画)
-------------------------------------------------------------- */
.movie_wrap {
  width: 96%; }
  .movie_wrap h1 {
    width: 90%; }
  .movie_wrap .movie_box {
    width: 96%;
    margin: 0 2%; }
  .movie_wrap .iframewrap {
    position: relative;
    width: 95%;
    padding-top: 56.25%;
    margin: 0 auto; }
    .movie_wrap .iframewrap iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

/* =.feature_box (smp スクールの特徴)
-------------------------------------------------------------- */
.feature_wrap {
  width: 96%; }
  .feature_wrap h1 {
    width: 90%; }
  .feature_wrap h2 span {
    font-size: 12px; }
  .feature_wrap .feature_box {
    position: relative;
    width: 96%;
    padding-bottom: 30px;
    margin: 0 2% 15px;
    border-bottom: 1px dotted #ccc; }
  .feature_wrap .feature_img {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center; }
    .feature_wrap .feature_img img {
      width: 95%;
      height: auto;
      margin: 0 auto 10px;
      padding: 0; }
  .feature_wrap p {
    margin: 0 auto;
    padding: 0; }
  .feature_wrap a {
    display: block;
    position: absolute;
    width: 100px;
    background: #5589f2 url(images/icon_tri.png) 8px 4px no-repeat;
    color: #fff;
    text-align: center;
    bottom: 10px;
    right: 10px;
    text-decoration: none;
    text-indent: 8px; }
    .feature_wrap a:hover {
      background: #55bbe7 url(images/icon_tri.png) 8px 4px no-repeat; }

/* =.mtspro_box (smp MTS契約プロの紹介と活動)
-------------------------------------------------------------- */
.mtspro_box .mts_pro {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 0 20px 0;
  text-align: left; }
.mtspro_box h2 {
  color: #5589f2;
  margin: 0 auto; }
.mtspro_box img {
  display: block;
  width: 95%;
  margin: 0 auto 5px; }
.mtspro_box p {
  color: #444;
  width: 90%;
  font-size: 14px;
  line-height: 1.4;
  border-bottom: 1px dotted #ccc;
  padding: 10px 3% 10px 2%;
  margin: 0 auto 15px; }
.mtspro_box dl, .mtspro_box table {
  width: 95%;
  margin: 0 auto; }
  .mtspro_box dl tr, .mtspro_box table tr {
    text-align: left !important;
    border: 1px solid #bfecff;
    text-align: left; }
    .mtspro_box dl tr td, .mtspro_box table tr td {
      text-align: left !important; }
  .mtspro_box dl dt, .mtspro_box table dt {
    padding: 5px;
    background: #bfecff; }
  .mtspro_box dl dd, .mtspro_box table dd {
    padding: 3px 5px 3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #bfecff;
    border-left: 1px solid #bfecff;
    border-bottom: 1px solid #bfecff; }

/* =.contact_box (smp お問合せ)
-------------------------------------------------------------- */
.contact_box,
.wpcf7 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  overflow: auto;
  margin: 0 auto 20px; }
  .contact_box dl,
  .wpcf7 dl {
    width: 100%;
    height: auto;
    overflow: auto;
    margin: auto; }
  .contact_box dt,
  .wpcf7 dt {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 2;
    text-indent: 10px;
    background: #bfecff; }
    .contact_box dt .red,
    .wpcf7 dt .red {
      font-size: 12px;
      color: #ff5f56; }
  .contact_box dd,
  .wpcf7 dd {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    border-right: 1px solid #bfecff;
    border-left: 1px solid #bfecff;
    border-bottom: 1px solid #bfecff; }
    .contact_box dd .wpcf7-list-item,
    .wpcf7 dd .wpcf7-list-item {
      display: block;
      padding: 0 0 0 0; }
    .contact_box dd .ex,
    .wpcf7 dd .ex {
      padding: 0;
      color: #666;
      font-size: 12px;
      display: block; }
  .contact_box textarea,
  .wpcf7 textarea {
    width: 96%; }
  .contact_box .center,
  .wpcf7 .center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 0;
    margin: 0 auto;
    background: #bfecff;
    text-align: center;
    border-top: 1px solid #fff; }

/* =.sitemap_box (smp サイトマップ)
-------------------------------------------------------------- */
.sitemap_box {
  width: 100%;
  height: auto;
  padding-bottom: 10px; }
  .sitemap_box dl {
    width: 90%;
    height: auto;
    margin: 0 auto 15px; }
    .sitemap_box dl dt {
      padding: 2px;
      font-weight: bold;
      border-bottom: 1px dotted #ccc;
      margin-bottom: 5px; }
    .sitemap_box dl dd a {
      line-height: 2;
      color: #5589f2;
      text-decoration: none; }
      .sitemap_box dl dd a:hover {
        color: #ff5f56;
        text-decoration: underline; }
  .sitemap_box ul {
    padding: 10px 0 0 0;
    width: 90%;
    height: auto;
    margin: 10px auto 0;
    border-top: 1px solid #ccc; }
  .sitemap_box ul li {
    text-indent: 0;
    margin: 0;
    padding: 0;
    list-style: none inside; }
    .sitemap_box ul li a {
      line-height: 2;
      color: #5589f2;
      text-decoration: none; }
      .sitemap_box ul li a:hover {
        color: #ff5f56;
        text-decoration: underline; }

/* =.blog_box (smp top)
-------------------------------------------------------------- */
.blog_update {
  display: block;
  width: 98%;
  text-align: right;
  font-size: 12px;
  padding-right: 2%;
  color: #666666; }

.blog_box {
  clear: both;
  position: relative;
  width: 95%;
  background: #fff;
  box-shadow: 0 2px 4px 1px rgba(150, 150, 150, 0.1);
  padding: 10px 5px;
  margin: 0 auto 10px; }
  .blog_box .search_tit, .blog_box .page_tit {
    margin-bottom: 5px;
    background: url(images/bar_h1.png) 0 0 no-repeat;
    padding: 5px 0; }
    .blog_box .search_tit h1, .blog_box .page_tit h1 {
      font-size: 24px;
      line-height: 2;
      text-indent: 25px;
      color: #5589f2; }
  .blog_box .post_archive {
    position: relative;
    width: 94%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 3%;
    border-bottom: 1px dotted #ccc;
    cursor: pointer; }
    .blog_box .post_archive .thumbnail_box {
      position: relative;
      width: 35%;
      border: 1px solid #ccc;
      overflow: hidden;
      top: 0;
      left: 0;
      float: left;
      margin-right: 10px; }
    .blog_box .post_archive .date {
      font-size: 12px;
      width: 60%;
      background: #5589f2;
      color: #fff;
      float: left;
      padding: 0;
      text-indent: 10px; }
    .blog_box .post_archive .post_title {
      width: 60%;
      float: left; }
      .blog_box .post_archive .post_title a:hover {
        color: #ff5f56; }
    .blog_box .post_archive .content {
      display: none; }
    .blog_box .post_archive .readmore {
      font-size: 12px;
      width: 60%;
      text-align: right;
      float: right; }
      .blog_box .post_archive .readmore a:hover {
        color: #ff5f56; }
  .blog_box .post_content {
    position: relative;
    width: 94%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 3%;
    cursor: default; }
    .blog_box .post_content .date {
      font-size: 12px;
      width: 100%;
      background: #5589f2;
      color: #fff;
      padding: 0;
      text-indent: 10px;
      margin-bottom: 15px; }
    .blog_box .post_content .post_title {
      width: 100%;
      border-bottom: 1px dotted #55bbe7;
      padding-bottom: 10px;
      margin-bottom: 15px; }
      .blog_box .post_content .post_title h1 {
        font-size: 18px;
        line-height: 24px; }
    .blog_box .post_content .post_img {
      width: 96%;
      height: auto;
      overflow: hidden;
      border: 5px solid #fff;
      box-shadow: 0 0 1px 0px #9b9b9b;
      margin: 0 auto 15px; }
    .blog_box .post_content p {
      width: 96%;
      margin: 0 auto 15px; }
  .blog_box .pagenation {
    width: 98%;
    height: auto;
    overflow: hidden;
    padding: 15px 0;
    position: relative;
    margin: 0 auto 20px;
    border-bottom: 1px dotted #ccc; }
    .blog_box .pagenation li {
      width: 20px;
      height: 20px;
      margin-right: 10px;
      text-align: center;
      float: left; }
      .blog_box .pagenation li a {
        display: block;
        width: 20px;
        height: 20px;
        line-height: 20px; }
    .blog_box .pagenation li:first-child {
      font-size: 12px;
      width: 40px;
      padding: 0 5px; }
    .blog_box .pagenation li:last-child {
      font-size: 12px;
      width: 40px;
      margin-right: 0;
      padding: 0 5px; }
    .blog_box .pagenation li.current {
      color: #fff;
      background: #5589f2;
      border-radius: 4px; }
      .blog_box .pagenation li.current a {
        color: #fff;
        text-decoration: none; }
    .blog_box .pagenation li.active, .blog_box .pagenation li.hover {
      background: #ccc;
      border-radius: 4px; }
      .blog_box .pagenation li.active a, .blog_box .pagenation li.hover a {
        color: #fff;
        text-decoration: none; }

.comment_content {
  position: relative;
  width: 96%;
  padding: 20px 5px;
  margin: 0 auto 10px; }
  .comment_content .date {
    font-size: 12px;
    width: 100%;
    background: #55bbe7;
    color: #fff;
    padding: 0;
    text-indent: 10px;
    margin: 0 auto 10px; }
  .comment_content .author {
    width: 100%;
    padding-bottom: 0px;
    margin: 0 auto 5px;
    border-bottom: 1px dotted #ccc; }
    .comment_content .author p {
      font-size: 18px;
      line-height: 20px; }
  .comment_content p {
    font-size: 14px;
    width: 100%;
    margin: 0 auto 10px; }

.comment-respond {
  clear: both;
  position: relative;
  width: 96%;
  height: auto;
  overflow: hidden;
  padding: 10px 5px;
  margin: 10px auto 20px; }
  .comment-respond h3 {
    color: #fff;
    font-size: 14px;
    width: 100%;
    background: #55bbe7; }
  .comment-respond label, .comment-respond input, .comment-respond textarea {
    display: block; }

.widget_calendar,
.widget_search,
.widget_recent_entries,
.recent_entry {
  clear: both;
  position: relative;
  width: 95%;
  height: auto;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 4px 1px rgba(150, 150, 150, 0.1);
  padding: 10px 5px;
  margin: 0 auto 20px; }
  .widget_calendar h3,
  .widget_search h3,
  .widget_recent_entries h3,
  .recent_entry h3 {
    width: 95%;
    background: #55bbe7;
    color: #fff;
    line-height: 24px;
    margin: 10px auto 10px;
    text-align: center; }
  .widget_calendar table,
  .widget_search table,
  .widget_recent_entries table,
  .recent_entry table {
    width: 90%;
    text-align: center;
    margin: 0 auto 15px; }
    .widget_calendar table caption,
    .widget_search table caption,
    .widget_recent_entries table caption,
    .recent_entry table caption {
      font-weight: bold;
      color: #5589f2;
      margin-bottom: 8px; }
    .widget_calendar table th, .widget_calendar table td,
    .widget_search table th,
    .widget_search table td,
    .widget_recent_entries table th,
    .widget_recent_entries table td,
    .recent_entry table th,
    .recent_entry table td {
      border: 1px solid #ccc;
      width: 7%; }

.search_box,
.widget_search {
  clear: both;
  position: relative;
  width: 95%;
  background: #fff;
  box-shadow: 0 2px 4px 1px rgba(150, 150, 150, 0.1);
  padding: 10px 5px;
  margin: 0 auto 20px; }
  .search_box h4,
  .widget_search h4 {
    width: 95%;
    background: #55bbe7;
    color: #fff;
    line-height: 24px;
    margin: 0 auto 15px;
    text-align: center; }
  .search_box form,
  .widget_search form {
    width: 90%;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin: 0 auto 15px; }

.rss_box {
  clear: both;
  position: relative;
  width: 95%;
  background: #fff;
  box-shadow: 0 2px 4px 1px rgba(150, 150, 150, 0.1);
  padding: 10px 5px;
  margin: 0 auto 20px; }
  .rss_box h4 {
    width: 95%;
    background: #55bbe7;
    color: #fff;
    line-height: 24px;
    margin: 0 auto 15px;
    text-align: center; }
  .rss_box .rss_btn {
    position: relative;
    width: 90%;
    text-align: center;
    margin: 0 auto 15px; }
    .rss_box .rss_btn span {
      position: relative;
      display: block;
      border: 1px solid #e8a64f;
      height: 20px;
      width: 75px;
      border-left: 15px solid #e8a64f;
      cursor: pointer;
      top: 0;
      left: 0; }
    .rss_box .rss_btn .rss1 {
      left: 15%; }
    .rss_box .rss_btn .rss2 {
      position: absolute;
      top: 0;
      left: 53%; }

.recent_entry {
  clear: both;
  position: relative;
  width: 95%;
  background: #fff;
  box-shadow: 0 2px 4px 1px rgba(150, 150, 150, 0.1);
  padding: 10px 5px;
  margin: 0 auto 20px; }
  .recent_entry .tit_bar h3 {
    width: 95%;
    background: #55bbe7;
    color: #fff;
    line-height: 24px;
    margin: 10px auto;
    text-align: center; }
  .recent_entry .post_archive {
    position: relative;
    width: 94%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 3%;
    border-bottom: 1px dotted #ccc;
    cursor: pointer; }
    .recent_entry .post_archive .thumbnail_box {
      position: relative;
      width: 30%;
      border: 1px solid #ccc;
      overflow: hidden;
      top: 0;
      left: 0;
      float: left;
      margin-right: 10px; }
    .recent_entry .post_archive .date {
      text-align: left;
      font-size: 12px;
      width: 60%;
      color: #5589f2;
      float: left;
      padding: 0;
      text-indent: 0px; }
    .recent_entry .post_archive .post_title {
      text-align: left;
      width: 60%;
      float: left; }
      .recent_entry .post_archive .post_title a:hover {
        color: #ff5f56; }
    .recent_entry .post_archive .content {
      display: none; }
    .recent_entry .post_archive .readmore {
      font-size: 12px;
      width: 60%;
      text-align: right;
      float: right;
      display: none; }
  .recent_entry .post_archive:last-child {
    border-bottom: 0px; }

/* =.whats_new (smp top)
-------------------------------------------------------------- */
.whats_new {
  width: 99.5%;
  border: 1px solid #b8becc;
  background-color: #fff;
  margin-bottom: 15px; }

.whats_new .tit_bar {
  position: relative;
  background-color: #b8becc;
  height: 30px; }

.whats_new .tit_bar h3 {
  position: absolute;
  color: #fff;
  top: 2px;
  left: 8px;
  font-size: 18px;
  font-weight: bold; }

.whats_new .tit_bar p {
  position: absolute;
  color: #fff;
  top: 10px;
  right: 8px;
  font-family: Arial,Helvetica;
  font-size: 10px; }

.whats_new ul.recently {
  position: relative;
  width: 100%;
  height: 140px;
  padding-top: 10px;
  overflow: auto; }

.whats_new ul.recently li {
  position: relative;
  width: 92%;
  border-bottom: 1px dotted #ccc;
  margin: 0 0 5px 4%; }
  .whats_new ul.recently li a {
    color: #5589f2; }
    .whats_new ul.recently li a:hover {
      color: #ff5f56;
      text-decoration: none; }

.whats_new ul.recently li span.date {
  display: block;
  font-size: 12px;
  font-weight: bold; }

/* =.information (smp top)
-------------------------------------------------------------- */
.information {
  margin-bottom: 15px; }

.information h2 {
  text-indent: -200%;
  width: 100%;
  background: url(images/bar_h3.png) 0 0 no-repeat;
  margin-bottom: 15px; }

.info_box {
  position: relative;
  width: 99.5%;
  border: 1px solid #5589f2;
  background-color: #fff;
  margin-bottom: 10px;
  cursor: pointer; }

.info_box .tit_bar {
  position: relative;
  background-color: #5589f2;
  height: 30px; }

.info_box .tit_bar h3 {
  position: absolute;
  color: #fff;
  top: 2px;
  left: 8px;
  font-size: 18px;
  font-weight: bold; }

.info_box .tit_bar h3 span {
  /*display: block;*/
  font-size: 12px;
  margin-right: 5px; }

.info_box .tit_bar p {
  position: absolute;
  color: #fff;
  top: 10px;
  right: 8px;
  font-family: Arial,Helvetica;
  font-size: 10px; }

.info_box .thum_box {
  position: relative;
  max-width: 30%;
  margin: 10px 9px; }

.info_box .desc_box {
  position: absolute;
  width: 60%;
  top: 40px;
  right: 10px;
  font-size: 12px; }

.info_box .desc_box a {
  display: block;
  position: relative;
  width: 100px;
  background: #5589f2 url(images/icon_tri.png) 8px 2px no-repeat;
  color: #fff;
  text-align: center;
  top: 5px;
  left: 44%;
  text-decoration: none;
  text-indent: 8px; }

/* =.contents_faq (smp)
-------------------------------------------------------------- */
.contents_faq {
  clear: both;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 15px; }

.faq_box {
  position: relative;
  width: 99.5%;
  border: 1px solid #ff5f56;
  background-color: #fff;
  margin-bottom: 10px; }

.faq_box .tit_bar {
  position: relative;
  background-color: #ff5f56;
  height: 30px; }

.faq_box .tit_bar h3 {
  position: absolute;
  color: #fff;
  top: 2px;
  left: 8px;
  font-size: 18px;
  font-weight: bold; }

.faq_box .tit_bar p {
  position: absolute;
  color: #fff;
  top: 10px;
  right: 8px;
  font-family: Arial,Helvetica;
  font-size: 10px; }

.tel_box {
  position: relative;
  background: url(images/pict_tel.png) 5px 10px no-repeat;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px; }

.tel_box p {
  position: relative;
  font-weight: bold;
  width: 70%;
  top: 13px;
  left: 20%;
  margin-bottom: 20px; }

.tel_box p span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  font-family: Arial,Helvetica;
  line-height: 1; }

.tel_box dl {
  position: relative;
  width: 95%;
  margin: 0 auto;
  background-color: #ccc;
  border-radius: 5px;
  font-size: 12px; }

.tel_box dt {
  position: relative;
  width: 30px;
  height: 30px;
  left: 10px;
  border-right: 1px solid #999;
  line-height: 1.4;
  padding: 5px 0; }

.tel_box dd {
  position: absolute;
  width: 200px;
  height: auto;
  overflow: hidden;
  top: 5px;
  left: 50px; }

.tel_box dd:nth-child(3) {
  top: 20px; }

.tel_box dd:nth-child(4) {
  top: 5px;
  left: 60%; }

.tel_box dd:nth-child(5) {
  top: 20px;
  left: 60%; }

.mail_box {
  position: relative;
  background: url(images/pict_mail.png) 5px 10px no-repeat; }

.mail_box p {
  position: relative;
  font-weight: bold;
  width: 70%;
  top: 13px;
  left: 20%;
  margin-bottom: 25px; }

.mail_box p span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1; }

.mail_box a {
  display: block;
  position: relative;
  width: 95%;
  height: 38px;
  margin: 0 auto 10px;
  background: #ff5f56 url(images/icon_tri.png) 75px 14px no-repeat;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  line-height: 38px; }

.bnr_mtsschool {
  border-top: 1px dotted #ccc;
  padding-top: 10px; }

.bnr_mtsschool a {
  display: block;
  padding: 0px;
  margin-bottom: 10px;
  text-align: center; }

/* =.contents_sub (smp)
-------------------------------------------------------------- */
.contents_sub .campaign,
.contents_sub .masuken_blog,
.contents_sub .widget {
  margin-bottom: 10px; }
.contents_sub .campaign a,
.contents_sub .masuken_blog a,
.contents_sub .widget,
.contents_sub .campaign img,
.contents_sub .masuken_blog img,
.contents_sub .widget img a {
  display: block;
  padding: 0px;
  text-align: center; }

.contents_sub .staff_blog {
  width: 99.5%;
  height: 300px;
  border: 1px solid #55bbe7;
  background-color: #fff;
  margin-bottom: 10px; }

.staff_blog .tit_bar {
  position: relative;
  background-color: #55bbe7;
  height: 40px; }

.staff_blog .tit_bar h3 {
  position: absolute;
  color: #fff;
  top: 7px;
  width: 95%;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  background: url(images/logo_blog_wiget.png) 10px 0 no-repeat;
  font-weight: bold; }

.staff_blog .post_wrap {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: auto;
  padding-top: 10px; }

.staff_blog .post_box {
  position: relative;
  width: 91%;
  height: auto;
  overflow: auto;
  border-bottom: 1px dotted #ccc;
  margin: 0 0 10px 4%;
  padding-bottom: 10px;
  cursor: pointer; }

.staff_blog .post_box .thum_blog {
  position: relative;
  max-width: 30%;
  height: auto;
  float: left; }

.staff_blog .post_box .recent_post {
  position: relative;
  width: 60%;
  height: auto;
  top: 0px;
  right: 5px;
  font-size: 12px;
  float: right;
  text-align: left; }

.staff_blog .post_box .recent_post p.post_date {
  font-size: 12px;
  font-weight: bold; }

.staff_blog .post_box .recent_post p.post_read {
  line-height: 1.2; }

.staff_blog .readmore {
  position: relative;
  background-color: #55bbe7;
  height: 30px; }

.staff_blog .readmore a {
  color: #fff;
  display: block;
  width: 96%;
  height: 30px;
  line-height: 30px;
  background: url(images/icon_win.png) 75% 8px no-repeat;
  text-align: right;
  margin: 0 auto; }
  .staff_blog .readmore a:hover {
    text-decoration: none; }

/* =.bnr_box (smp)
-------------------------------------------------------------- */
.bnr_box {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
  margin-bottom: 10px;
  text-align: center; }

.bnr_box a {
  display: block;
  margin-bottom: 10px;
  text-align: center; }

/* =#footer (smp)
-------------------------------------------------------------- */
#footer {
  position: relative;
  clear: both;
  width: 100%;
  border-top: 1px solid #ccc;
  padding-top: 10px; }
  #footer .toTop {
    position: absolute;
    top: -30px;
    right: 10px; }
    #footer .toTop a {
      display: block;
      font-size: 12px; }
      #footer .toTop a:hover {
        color: #ff5f56; }

#footer .link_sub_bottom {
  position: relative;
  width: 100%;
  height: 30px; }

#footer .link_sub_bottom ul li {
  width: 16%;
  height: 18px;
  float: left;
  border-right: 1px solid #dddddd; }

#footer .link_sub_bottom ul li:nth-child(3) {
  width: 15%; }

#footer .link_sub_bottom ul li:nth-child(4) {
  width: 31%; }

#footer .link_sub_bottom ul li:nth-child(5) {
  width: 20%; }

#footer .link_sub_bottom ul li:last-child {
	border-right: 0px;
	white-space: nowrap;
}

#footer ul li a {
  display: block;
  line-height: 18px;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
  color: #666; }
  #footer ul li a:hover {
    text-decoration: underline; }

#footer .copyright {
  clear: both;
  width: 100%;
  text-align: center;
  background-color: #5589f2;
  font-size: 10px;
  line-height: 40px;
  color: #fff; }

@media screen and (min-width: 768px) {
  /* =header (tablet)
  -------------------------------------------------------------- */
  #header .hgroup {
    position: absolute;
    width: 768px;
    left: 50%;
    margin-left: -384px; }

  #header .hgroup h1,
  #header .hgroup p.logo {
    top: 35px;
    left: 50%;
    margin-left: -80px; }

  #header .hgroup .menu_switch {
    display: none; }

  /* =nav (tablet)
  -------------------------------------------------------------- */
  #nav {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
    padding: 0;
    overflow: visible;
    border-top: 0px;
    background: url(images/bg_nav.png) 0 0 repeat-x;
    color: #fff;
    font-size: 12px;
    z-index: 300; }

  #nav ul.nav_index {
    position: relative;
    width: 742px;
    height: 60px;
    margin: 0 auto;
    overflow: visible;
    z-index: 400;
    background: url(images/bg_nav_sep.png) right 0 no-repeat; }

  #nav ul.nav_index > li {
    position: static;
    float: left;
    width: 148px;
    height: 49px;
    padding: 10px 0 0 0;
    margin-bottom: 0;
    border-bottom: 0;
    border-top: 1px solid #55bbe7;
    background: url(images/bg_nav_sep.png) 0 0 no-repeat;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    z-index: 500; }

  #nav ul.nav_index > .tab_open {
    background-color: #55bbe7; }

  #nav ul.nav_index > li a span {
    font-size: 12px;
    font-family: Arial,Helvetica;
    font-weight: normal;
    display: block;
    padding-bottom: 5px;
    background: url(images/arrow_down.png) center bottom no-repeat; }

  #nav ul.nav_index ul.sub-menu {
    display: none;
    border-style: none;
    padding-top: 0;
    width: 148px;
    height: auto;
    margin: 5px 0 0 1px;
    z-index: 600;
    color: #fff; }

  ul.sub-menu li {
    width: 148px;
    height: 40px;
    overflow: visible;
    padding: 0;
    margin: 0;
    text-align: left;
    background-color: rgba(85, 137, 242, 0.9);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#995589f2,EndColorStr=#995589f2);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#995589f2,EndColorStr=#995589f2)"; }

  ul.sub-menu li:not(:target) {
    filter: none;
    -ms-filter: none; }

  #nav .nav_index .sub-menu li span {
    display: none; }

  #nav ul.nav_index ul.sub-menu li a {
    position: relative;
    border-top: 0px;
    height: 40px;
    background: url(images/icon_tri.png) 5px 13px no-repeat;
    text-indent: 0;
    line-height: 3;
    text-align: left;
    padding: 1px 0 0 25px;
    margin: 0 auto;
    z-index: 500; }
    #nav ul.nav_index ul.sub-menu li a:hover {
      background: #55bce7 url(images/icon_tri.png) 5px 13px no-repeat; }

  #nav ul.nav_index > li:nth-child(2) ul.sub-menu li a.txt_trim {
    font-size: 12px;
    line-height: 14px;
    padding-top: 6px;
    height: 34px; }

  /* =#main_visual (tablet)
  -------------------------------------------------------------- */
 /*  #main_visual {
    position: relative;
    max-width: 100%;
    height: 301px;
    background: url(images/bg_keyvisual.jpg) center 0 no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }*/

  #main_visual {
    position: relative;
    height: 301px;
    background: url(images/bg_keyvisual02.gif) center 0 repeat-x;
}


  .pagination {
    top: -30px; }

  .swiper-container, .swiper-slide {
    width: 740px;
    position: relative;
    margin: 0 auto;
    height: auto; }

  .swiper-container {
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1); }

  /* =#blog_visual (tablet)
  -------------------------------------------------------------- */
  #blog_visual {
    position: relative;
    width: 740px;
    height: auto;
    overflow: hidden;
    margin: 10px auto 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #5589f2; }

  #blog_visual img {
    display: block;
    width: 100%;
    height: auto;
    z-index: 400;
    top: 0;
    left: 0; }

  /* =.bread_crumb
  -------------------------------------------------------------- */
  .bread_crumb {
    width: 730px;
    padding-left: 10px; }

  /* =#contents_box (tablet)
  -------------------------------------------------------------- */
  #contents_box {
    width: 740px;
    margin: 0 auto 50px; }

  /* =.page_box (tablet)
  -------------------------------------------------------------- */
  .page_box {
    width: 718px;
    background: #fff;
    box-shadow: 0 2px 3px 1px rgba(100, 100, 100, 0.2);
    padding: 10px 10px;
    margin: 0 auto 20px; }

  /* =.facility_box (tablet 施設案内)
  -------------------------------------------------------------- */
  .facility_box .main_coat {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0;
    margin: 0 auto 10px; }
    .facility_box .main_coat h3 {
      background: none;
      text-indent: 5px;
      border-bottom: 1px dotted #ccc; }
    .facility_box .main_coat p {
      border-bottom: 0px; }

  .facility_box .others_wrap {
    width: 99%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    padding-left: 1%; }
    .facility_box .others_wrap .other_box {
      width: 33%;
      min-height: 300px;
      height: auto;
      overflow: hidden;
      float: left;
      margin-bottom: 5px; }
      .facility_box .others_wrap .other_box h3 {
        background: none;
        text-indent: 5px;
        border-bottom: 1px dotted #ccc; }
      .facility_box .others_wrap .other_box p {
        border-bottom: 0px; }

  /* =.staff_box (tablet コーチスタッフ)
  -------------------------------------------------------------- */
  .staff_box .pro_box {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px; }
    .staff_box .pro_box img {
      width: 40%;
      float: left; }
    .staff_box .pro_box h3, .staff_box .pro_box p {
      width: 58%;
      margin-left: 2%;
      float: left; }
    .staff_box .pro_box p {
      margin: 10px 0;
      padding: 0;
      float: right;
      border-bottom: 0; }

  .staff_box .coach_wrap {
    width: 100%;
    height: auto;
    overflow: hidden; }
    .staff_box .coach_wrap .coach_box {
      width: 33%;
      min-height: 350px;
      overflow: hidden;
      float: left;
      margin-bottom: 10px; }
      .staff_box .coach_wrap .coach_box h3 {
        background: none;
        text-indent: 5px;
        border-bottom: 1px dotted #ccc; }
      .staff_box .coach_wrap .coach_box p {
        border-bottom: 0px; }

  /* =.movie_wrap (tablet レッスン動画)
  -------------------------------------------------------------- */
  .movie_wrap {
    width: 96%;
    height: auto;
    overflow: hidden; }
    .movie_wrap .movie_box {
      width: 46%;
      height: auto;
      margin: 0 2%;
      overflow: hidden;
      float: left; }
    .movie_wrap p {
      font-size: 14px;
      padding: 10px; }

  /* =.feature_box (tablet スクールの特徴)
  -------------------------------------------------------------- */
  .feature_wrap {
    width: 100%;
    height: auto;
    overflow: hidden; }
    .feature_wrap .feature_box {
      position: relative;
      width: 46%;
      padding-bottom: 30px;
      margin: 0 2% 25px;
      border-bottom: 1px dotted #ccc;
      overflow: hidden;
      float: left; }
    .feature_wrap .feature_img {
      position: relative;
      width: 100%;
      margin: 0 auto;
      text-align: center; }
      .feature_wrap .feature_img img {
        width: 95%;
        height: auto;
        margin: 0 auto;
        padding: 0; }
    .feature_wrap p {
      font-size: 14px;
      padding: 10px; }
    .feature_wrap a {
      display: block;
      position: absolute;
      width: 100px;
      background: #5589f2 url(images/icon_tri.png) 8px 4px no-repeat;
      color: #fff;
      text-align: center;
      bottom: 10px;
      right: 10px;
      text-decoration: none;
      text-indent: 8px; }
      .feature_wrap a:hover {
        background: #55bbe7 url(images/icon_tri.png) 8px 4px no-repeat; }

  /* =.mtspro_box (tablet MTS契約プロの紹介と活動)
  -------------------------------------------------------------- */
  .mtspro_box {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden; }
    .mtspro_box .mts_pro {
      position: relative;
      width: 100%;
      height: auto;
      overflow: hidden;
      margin: 0 0 20px 0;
      padding-bottom: 15px; }
    .mtspro_box h2 {
      position: relative;
      color: #5589f2;
      margin: 0 auto 15px; }
    .mtspro_box p {
      width: 45%;
      height: auto;
      overflow: auto;
      float: left;
      padding: 10px 0 10px 10px; }
      .mtspro_box p img {
        position: relative;
        display: block;
        width: 100%;
        float: left; }
    .mtspro_box dl, .mtspro_box table {
      display: table-cell;
      width: 48%;
      height: auto;
      overflow: hidden;
      float: right;
      padding: 10px 10px 0 0; }
      .mtspro_box dl td, .mtspro_box table td {
        text-align: left !important; }
      .mtspro_box dl dd, .mtspro_box table dd {
        font-size: 12px; }

  /* =.blog_box (tablet)
  -------------------------------------------------------------- */
  .blog_box {
    width: 718px;
    background: #fff;
    box-shadow: 0 2px 3px 1px rgba(100, 100, 100, 0.2);
    padding: 10px 10px;
    margin: 0 auto 20px; }
    .blog_box .post_archive {
      position: relative;
      width: 680px;
      padding: 20px 10px;
      cursor: default; }
      .blog_box .post_archive .thumbnail_box {
        width: 200px; }
      .blog_box .post_archive .date {
        font-size: 12px;
        width: 460px;
        background: #5589f2;
        color: #fff;
        float: right;
        padding: 0;
        text-indent: 10px;
        margin-bottom: 10px; }
      .blog_box .post_archive .post_title {
        width: 460px;
        float: right;
        font-size: 20px;
        margin-bottom: 10px; }
      .blog_box .post_archive .content {
        display: block;
        width: 460px;
        float: right;
        font-size: 14px;
        margin-bottom: 20px; }
      .blog_box .post_archive .readmore {
        font-size: 14px;
        width: 460px;
        text-align: right;
        float: right; }
    .blog_box .pagenation {
      width: 94%;
      height: auto;
      padding: 10px 0;
      position: relative;
      margin: 0 auto 20px;
      text-align: center; }
      .blog_box .pagenation ul {
        width: auto;
        margin: 0 auto; }

  .widget_calendar,
  .widget_search,
  .widget_recent_entries {
    width: 348px;
    float: left; }

  .search_box {
    width: 348px;
    float: left; }

  .rss_box {
    width: 348px;
    float: left; }

  .recent_entry {
    width: 348px;
    float: left; }

  /* =.mts_special (tablet MTSスクールの特徴)
  -------------------------------------------------------------- */
  .mts_special {
    position: relative;
    background: #5589f2;
    margin-bottom: 15px;
    padding-bottom: 15px; }

  .mts_special img.mts_logo {
    position: relative;
    width: 590px;
    height: 100px;
    margin-bottom: 25px;
    top: 25px;
    left: 25px; }

  .mts_special .pr_img {
    position: relative;
    width: 220px;
    height: 360px;
    margin: -100px 40px 0 25px;
    float: right; }

  .mts_special img.masuken_pr {
    width: 100%; }

  .mts_special p.app {
    padding-top: 20px;
    width: 90%;
    margin: 0 auto 15px;
    color: #fff; }

  .mts_special img.name_masuken {
    display: block;
    position: relative;
    margin: 0 0 0 0;
    width: 150px;
    height: auto;
    top: 0;
    left: 530px; }

  /* =.page_box style(tablet)
  -------------------------------------------------------------- */
  .page_box ul, ol {
    width: 90%;
    margin: 10px auto 20px; }

  .page_box .pagenation {
    width: 94%;
    height: auto;
    padding: 10px 0;
    position: relative;
    margin: 0 auto 20px;
    text-align: center; }
    .page_box .pagenation ul {
      width: 78%;
      margin: 0 auto; }

  /* =.contact_box (tablet お問合せ)
  -------------------------------------------------------------- */
  .contact_box,
  .wpcf7 {
    border: 1px solid #bfecff; }
    .contact_box dl,
    .wpcf7 dl {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      width: 100%;
      height: auto;
      overflow: auto;
      margin: auto;
      background: #bfecff;
      border-top: 1px solid #bfecff; }
    .contact_box dl.contact_index,
    .wpcf7 dl.contact_index {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: 0px; }
      .contact_box dl.contact_index .wpcf7-list-item,
      .wpcf7 dl.contact_index .wpcf7-list-item {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 5px 0 0;
        width: 30%;
        height: auto;
        float: left;
        border: none; }
      .contact_box dl.contact_index .wpcf7-list-item:last-child,
      .wpcf7 dl.contact_index .wpcf7-list-item:last-child {
        clear: left;
        padding: 0 0 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%; }
      .contact_box dl.contact_index span.ex,
      .wpcf7 dl.contact_index span.ex {
        clear: both;
        display: inline-block;
        padding-left: 10px; }
    .contact_box dt,
    .wpcf7 dt {
      position: absolute;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 25%;
      height: auto;
      overflow: hidden;
      padding-top: 10px;
      top: 0;
      left: 0;
      border-top: 1px solid #fff; }
    .contact_box dl:nth-child(0) dt,
    .wpcf7 dl:nth-child(0) dt {
      border-top: 0px; }
    .contact_box dd,
    .wpcf7 dd {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      width: 75%;
      top: 0;
      left: 25%;
      background: #fff;
      border: 0px; }

  /* =.sitemap_box (tablet サイトマップ)
  -------------------------------------------------------------- */
  .sitemap_box {
    width: 99%;
    height: auto;
    overflow: hidden;
    padding-bottom: 10px;
    margin: 0 0 0 1%; }
    .sitemap_box dl {
      width: 31%;
      height: 220px;
      overflow: hidden;
      margin: 0 1% 15px;
      float: left; }
    .sitemap_box dl:nth-child(4), .sitemap_box dl:nth-child(5), .sitemap_box dl:nth-child(6) {
      height: auto;
      margin-bottom: 50px; }
    .sitemap_box ul {
      clear: both;
      padding: 10px 0 0 0;
      width: 96%;
      height: auto;
      margin: 10px auto 0;
      border-top: 1px dotted #ccc; }

  /* =.whats_new (tablet)
  -------------------------------------------------------------- */
  .whats_new {
    width: 738px;
    padding: 0;
    margin: 0 auto 15px; }

  .whats_new ul.recently {
    height: 110px; }

  .whats_new ul.recently li {
    width: 94%;
    margin: 0 0 8px 2%; }

  .whats_new ul.recently li span.date {
    display: inline-block;
    margin-right: 10px; }

  /* =.information (tablet)
  -------------------------------------------------------------- */
  .information {
    width: 740px;
    padding: 0;
    margin: 0; }

  .info_box {
    position: relative;
    width: 358px;
    height: auto;
    overflow: hidden;
    float: left; }

  .info_box:nth-child(2n+1) {
    margin-left: 20px; }

  .info_box .tit_bar p {
    font-size: 12px; }

  .info_box .thum_box {
    max-width: 120px;
    height: 120px;
    overflow: hidden; }

  .info_box .desc_box {
    width: 57%;
    font-size: 14px; }

  .info_box .desc_box a {
    position: relative;
    width: 100px;
    color: #fff;
    top: 5px;
    right: 10px;
    text-decoration: none;
    text-indent: 8px; }

  /* =.contents_faq (tablet)
  -------------------------------------------------------------- */
  .contents_faq {
    width: 740px;
    padding: 0;
    margin: 0; }

  .faq_box {
    position: relative;
    width: 738px;
    height: 150px;
    overflow: hidden;
    padding-bottom: 10px; }

  .faq_box .tit_bar {
    width: 740px;
    margin-bottom: 10px; }

  .tel_box {
    width: 365px;
    height: auto;
    overflow: hidden;
    background-position: 60px 0px;
    border-right: 1px dotted #ccc;
    border-bottom: 0px dotted #ccc;
    float: left; }

  .tel_box p {
    top: 5px;
    left: 120px; }

  .tel_box dl {
    width: 90%; }

  .mail_box {
    width: 370px;
    height: auto;
    overflow: hidden;
    background-position: 60px 0px;
    float: left; }

  .mail_box p {
    top: 5px;
    left: 120px;
    margin-bottom: 25px; }

  .mail_box a {
    width: 90%;
    background-position: 75px 14px; }

  .bnr_mtsschool {
    clear: both;
    width: 740px;
    height: 120px; }

  .bnr_mtsschool a {
    width: 360px;
    height: 110px;
    float: left;
    background-color: #5589f2; }

  .bnr_mtsschool a:nth-child(1) {
    margin-right: 20px; }

  /* =.contents_sub (tablet)
  -------------------------------------------------------------- */
  .contents_sub {
    position: relative;
    float: left;
    width: 740px;
    height: auto;
    overflow: hidden;
    margin: 0 auto 30px;
    padding-top: 15px; }
    .contents_sub .campaign,
    .contents_sub .masuken_blog,
    .contents_sub .widget {
      width: 360px; }

  .contents_sub .campaign,
  .contents_sub .masuken_blog,
  .contents_sub .staff_blog {
    width: 360px; }

  .contents_sub .campaign {
    background: #ff5f56; }

  .contents_sub .masuken_blog {
    background: #5589f2; }

  /* =.bnr_box
  -------------------------------------------------------------- */
  .bnr_box {
    position: absolute;
    width: 360px;
    height: auto;
    overflow: hidden;
    margin: 0 0 10px 0;
    top: 0;
    right: 0; }

  .bnr_box {
    margin-top: 5px;
    border-bottom: 0px;
    border-top: 0px;
    padding-bottom: 0; }

  .bnr_box a {
    display: block;
    margin-bottom: 10px;
    background-color: #5589f2; }

  /* =#footer
  -------------------------------------------------------------- */
  #footer .link_sub_bottom ul {
    width: 540px;
    margin: 0 auto; }

  #footer .link_sub_bottom ul li {
    width: 19%;
    height: 18px;
    float: left;
    border-right: 1px solid #dddddd; }

  #footer .link_sub_bottom ul li:nth-child(3) {
    width: 20%; }

  #footer .link_sub_bottom ul li:nth-child(4) {
    width: 20%; }

  #footer .link_sub_bottom ul li:nth-child(5) {
    width: 20%; }

  #footer .link_sub_bottom ul li:last-child {
    border-right: 0px; } }
@media screen and (min-width: 1024px) {
  /* =header (pc)
  -------------------------------------------------------------- */
  #header {
    height: 70px;
    background: url(images/bg_header_pc.png) 0 0 repeat-x; }

  #header .hgroup {
    position: relative;
    width: 960px;
    height: 42px;
    margin: 0 auto;
    top: 10px;
    left: 0; }

  #header .hgroup h1,
  #header .hgroup p.logo {
    top: 0;
    left: 0;
    margin-left: 0;
    width: 220px;
    height: 50px;
    background: url(images/logo_mts_mitaka.png) 0 0 no-repeat; }

  #header .hgroup .menu_switch,
  #header .hgroup p.sub_copy {
    position: absolute;
    width: 400px;
    height: 20px;
    text-indent: 0px;
    border-radius: 0px;
    background: none;
    top: 20px;
    left: 240px;
    overflow: hidden;
    cursor: default;
    color: #666;
    z-index: 700;
    display: block;
    font-size: 10px; }

  #header .link_sub_top ul {
    position: relative;
    position: absolute;
    width: 330px;
    height: 14px;
    top: 20px;
    right: 5px; }

  #header ul li {
    width: 19%;
    height: 14px;
    float: left; }

  #header ul li:last-child {
    border-right: 0px; }

  #header ul li a {
    display: block;
    line-height: 14px;
    font-size: 12px;
    text-align: center;
    text-decoration: none; }

  /* =nav (pc)
  -------------------------------------------------------------- */
  #nav ul.nav_index {
    width: 962px; }

  #nav ul.nav_index > li {
    width: 192px; }

  #nav ul.nav_index ul.sub-menu {
    height: 39px;
    z-index: 600; }

  ul.sub-menu li {
    width: 192px; }

  /* =#main_visual (pc)
  -------------------------------------------------------------- */
  /* #main_visual {
    position: relative;
    max-width: 100%;
    height: 390px;
    background: url(images/bg_keyvisual.jpg) center 0 no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }*/
	
  #main_visual {
    position: relative;
    height: 390px;
    background: url(images/bg_keyvisual02.gif) center 0 repeat-x;
}


  .pagination {
    top: -40px; }

  .swiper-container, .swiper-slide {
    width: 960px;
    position: relative;
    margin: 0 auto;
    height: auto; }

  /* =#blog_visual (pc)
  -------------------------------------------------------------- */
  #blog_visual {
    width: 960px;
    padding: 10px 0 20px;
    margin-bottom: 0px; }

  /* =.bread_crumb
  -------------------------------------------------------------- */
  .bread_crumb {
    width: 960px;
    font-size: 10px; }

  /* =#contents_box (pc top)
  -------------------------------------------------------------- */
  #contents_box {
    width: 960px;
    padding-bottom: 50px;
    margin: 0 auto 50px; }

  /* =.contents_main (pc top)
  -------------------------------------------------------------- */
  .contents_main {
    position: relative;
    width: 640px;
    float: left; }

  /* =.page_box (pc)
  -------------------------------------------------------------- */
  .page_box {
    width: 618px;
    background: #fff;
    box-shadow: 0 2px 2px 1px rgba(150, 150, 150, 0.2);
    padding: 10px 10px;
    float: left;
    margin-left: 2px; }

  /* =.movie_wrap (pc レッスン動画)
  -------------------------------------------------------------- */
  .movie_wrap {
    width: 936px;
    height: auto;
    background: #fff;
    box-shadow: 0 2px 2px 1px rgba(150, 150, 150, 0.2);
    overflow: hidden; }
    .movie_wrap .movie_box {
      width: 46%;
      height: auto;
      margin: 0 2%;
      overflow: hidden;
      float: left; }
    .movie_wrap p {
      font-size: 14px;
      padding: 10px; }

  /* =.blog_box (pc)
  -------------------------------------------------------------- */
  .blog_box {
    width: 618px;
    float: left;
    margin-left: 2px; }
    .blog_box .post_archive {
      position: relative;
      width: 600px;
      padding: 20px 10px; }
      .blog_box .post_archive .thumbnail_box {
        width: 180px; }
      .blog_box .post_archive .date {
        width: 400px;
        margin-bottom: 10px; }
      .blog_box .post_archive .post_title {
        width: 400px;
        margin-bottom: 10px; }
      .blog_box .post_archive .content {
        width: 400px;
        margin-bottom: 10px; }
      .blog_box .post_archive .readmore {
        width: 400px; }
    .blog_box .pagenation {
      width: 98%;
      height: auto;
      padding: 10px 0;
      position: relative;
      text-align: center; }
      .blog_box .pagenation ul {
        width: 78%;
        margin: 0 auto; }

  .widget_calendar,
  .widget_search,
  .widget_recent_entries {
    width: 286px; }

  .search_box {
    width: 286px;
    float: left; }

  .rss_box {
    width: 286px;
    float: left; }

  .recent_entry {
    width: 286px;
    float: left; }

  /* =.page_box .mts_special (pc MTSスクールの特徴)
  -------------------------------------------------------------- */
  .mts_special img.mts_logo {
    left: 15px; }

  .mts_special img.name_masuken {
    left: 430px; }

  /* =.whats_new (pc top)
  -------------------------------------------------------------- */
  .whats_new {
    width: 640px;
    height: 150px;
    float: left;
    overflow: hidden; }

  /* =.information (pc top)
  -------------------------------------------------------------- */
  .information {
    width: 640px;
    float: left; }

  .info_box {
    width: 308px;
    margin-bottom: 20px; }

  .info_box .thum_box {
    max-width: 140px;
    height: 140px;
    overflow: hidden; }

  .info_box .desc_box {
    width: 42%;
    font-size: 12px;
    right: 10px; }

  .info_box .desc_box a {
    bottom: 10px;
    left: 30px; }

  /* =.contents_faq (pc)
  -------------------------------------------------------------- */
  .contents_faq {
    width: 640px;
    float: left;
    border-bottom: 0px; }

  .faq_box {
    position: relative;
    width: 638px;
    height: 150px; }

  .faq_box .tit_bar {
    width: 640px;
    margin-bottom: 10px; }

  .tel_box {
    width: 319px;
    background-position: 50px 0px;
    padding-bottom: 10px;
    float: left; }

  .tel_box p {
    top: 5px;
    left: 110px; }

  .tel_box dl {
    width: 90%; }

  .mail_box {
    width: 318px;
    background-position: 23px 2px; }

  .mail_box p {
    top: 5px;
    left: 80px; }

  .mail_box a {
    display: block;
    position: relative;
    width: 90%;
    height: 38px;
    margin: 0 auto 10px;
    background-position: 65px 14px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 38px; }

  .bnr_mtsschool {
    clear: both;
    width: 640px;
    height: 120px; }

  .bnr_mtsschool a {
    display: block;
    width: 310px;
    height: 92px;
    padding: 0px;
    margin-bottom: 10px;
    float: left; }

  .bnr_mtsschool a:nth-child(1) {
    margin-right: 20px; }

  /* =.contents_sub (pc)
  -------------------------------------------------------------- */
  .contents_sub {
    position: relative;
    width: 300px;
    height: auto;
    overflow: hidden;
    padding: 0 0 0 0;
    margin: 0 auto 0;
    float: right; }
    .contents_sub .widget {
      width: 300px; }

  .contents_sub .staff_blog {
    width: 99.4%;
    margin-bottom: 0; }

  /* =.contents_sub (pc)
  -------------------------------------------------------------- */
  .cs_blog {
    position: relative;
    top: 0;
    right: 0;
    float: right; }

  /* =.bnr_box (pc)
  -------------------------------------------------------------- */
  .bnr_box {
    position: relative;
    clear: both;
    width: 300px;
    height: auto;
    overflow: hidden;
    border-top: 1px dotted #ccc;
    margin: 10px 0 10px 0;
    padding-top: 10px; }

  .bnr_box a {
    width: 300px;
    display: block;
    margin-bottom: 10px; }

  .bnr_box img {
    width: 300px; }

  .adidas {
    margin-top: 5px;
    border-top: 1px dotted #ccc;
    padding-top: 10px; }

  /* =#footer
  -------------------------------------------------------------- */
  #footer .toTop {
    width: 960px;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -480px;
    text-align: right; }
    #footer .toTop a {
      float: right;
      display: block;
      font-size: 12px; }

  #footer .link_sub_bottom {
    width: 600px;
    margin: 0 auto;
    padding: 20px 0; }

  #footer .link_sub_bottom ul li {
    width: 18%;
    height: 18px;
    float: left;
    border-right: 1px solid #dddddd; }

  #footer .link_sub_bottom ul li:nth-child(3) {
    width: 18%; }

  #footer .link_sub_bottom ul li:nth-child(4) {
    width: 18%; }

  #footer .link_sub_bottom ul li:nth-child(5) {
    width: 18%; }

  #footer .link_sub_bottom ul li:last-child {
    border-right: 0px; }

  #footer ul li a {
    display: block;
    line-height: 18px;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    color: #666; }

  #footer .copyright {
    clear: both;
    width: 100%;
    text-align: center;
    background-color: #5589f2;
    font-size: 10px;
    line-height: 60px;
    color: #fff; } }
