/*
Theme Name: Seventh Heaven ver1.1
Theme URI: http://jimotopage.com/
*/

html {
  font-size: 62.5%;
}
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.5;
  width: 100%;
  -webkit-text-size-adjust: 100%; /* sp 横表示対応 */
  word-wrap: break-word; /* 英文自動折り返し */
  letter-spacing: 0.08em;
}
a[href^="tel:"] {
  cursor: default;
  opacity: 1.0;
}
/*------------------------------------------------------------
     common
------------------------------------------------------------ */
a {
  opacity: 1;
  text-decoration : none;
  color : #000;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}
.bold {
  font-weight: bold;
}
.underline {
  text-decoration: underline;
}
.ment {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.middle_ment {
  font-size: 15px;
  font-size: 1.5rem;
}
.large_ment {
  font-size: 16px;
  font-size: 1.6rem;
}
.mini_ment {
  font-size: 13px;
  font-size: 1.3rem;
}
.attention_txt {
  margin-left: 1em;
  text-indent: -1em;
}
.ta_c {
  text-align: center;
}
.ta_r {
  text-align: right;
}
.mt15 {
  margin-top : 15px;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom : 10px;
}
.mb15 {
  margin-bottom : 15px;
}
.mb20 {
  margin-bottom : 20px;
}
.mb30 {
  margin-bottom : 30px;
}
.mb40 {
  margin-bottom : 40px;
}
.mb45 {
	margin-bottom: 45px;
}
.mb50 {
  margin-bottom : 50px;
}
.mb55 {
	margin-bottom: 55px !important;
}
.mb80 {
  margin-bottom: 80px;
}
.webfont {
  font-family: 'Teko', sans-serif;
}
.fts18 {
  font-size: 18px;
  font-size: 1.8rem;
}
.fts20 {
  font-size: 20px;
  font-size: 2.0rem;
}
.fts24 {
  font-size: 24px !important;
  font-size: 2.4rem !important;
}
.fts32 {
  font-size: 32px;
  font-size: 3.2rem;
}
.fts40 {
	font-size: 40px !important;
	font-size: 4.0rem !important;
}
.fts48 {
	font-size: 48px !important;
	font-size: 4.8rem !important;
}
.lh12 {
	line-height: 1.2 !important;
}
.lh18 {
  line-height: 1.8;
}
.lh22 {
  line-height: 2.2;
}
.sp {
  display: none;
}
.red {
  color: #ff0000;
}
.br_sp {
  display: none;
}
.space_pc {
  display: inline;
}
/* page top */
#pageTop {
  position: fixed;
  bottom: 64px;
  right: 48px;
  z-index: 500;
}
#pageTop img {
  width: 64px;
}
/* header
------------------------------------------------------------ */
#fixed_nav {
  width: 100%;
  background-color: #FFF;
  height: 90px;
  z-index: 100;
  position: fixed;
  top: 0px;
  left: 0px;
}
#fixed_nav .inner {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
/* logo */

#fixed_nav .inner .logo {
  width: 230px;
  margin-top: 15px;
  float: left;
}
#fixed_nav .inner .logo img {
  width: 230px;
}
/* nav */

#fixed_nav .inner .nav_area {
  float: right;
  text-align: right;
}
#fixed_nav .inner .nav_area.pc h1 {
  font-size: 10px;
  color: #7d7d7d;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: right;
}
#fixed_nav .inner .nav_area.pc .gnav {
  overflow: hidden;
  text-align: right;
}
.gnav li a {
  font-size: 15px;
  letter-spacing: 0.1em;
}
.gnav li a:hover {
  opacity: 1;
  color: #00b7ee;
}
#fixed_nav .inner .nav_area.pc .gnav li {
  display: inline-block;
  text-align: right;
  float: right;
  margin-right: 15px;
}
#fixed_nav .inner .nav_area.pc .gnav li:first-child {
  margin-right: 0;
}
.rslides2_tabs {
  display: none;
}
.rslides_tabs {
  overflow: hidden;
  width: 60px;
  margin: 23px auto 0;
}
.rslides_tabs li {
  width: 10px;
  height: 10px;
  float: left;
  margin-right: 15px;
}
.rslides_tabs li a {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  float: left;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.rslides_tabs li a {
  background-color: rgb(191, 191, 191);
}
.rslides_tabs li.rslides_here a {
  background-color: rgb(0, 183, 238);
}
.rslides_tabs li a {
}
.rslides_tabs li:last-child {
  margin-right: 0;
}
/* container
------------------------------------------------------------ */

#contents {
  width: 100%;
  padding-top: 56px;
}
.inner {
  overflow: hidden;
}
.container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 56px;
}
.bg_container .container {
  margin-bottom: 0;
}
.bg_container {
  padding-top: 3%;
  padding-bottom: 3%;
  margin-bottom: 3%;
  width: 100%;
}
/* footer
------------------------------------------------------------ */
footer {
  width: 100%;
  background-image: url(img/index/f_bg.png);
  padding: 2% 0;
  font-size: 12px;
  font-size: 1.2rem;
}
footer .ta_c.mb20 a:hover {
  opacity: 1;
  text-decoration: underline;
}
/*------------------------------------------------------------
     index
------------------------------------------------------------ */
/*main-image*/
#main_image {
  padding-top: 90px;
  position: relative;
}
.main_title {
  position: absolute;
  top: 76%;
  left: 70%;
}
.title {
  text-align: center;
  display: inline-block;
  border-top: 3px solid #00b7ee;
  border-bottom: 3px solid #00b7ee;
  padding-top: 6px;
  padding-bottom: 3px;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin: 0 auto 25px;
}
.title .webfont {
  font-size: 30px;
  font-size: 3.0rem;
}
/* 固定ナビ用 */
#about_link, #price_link, #gym_link, #access_link, #blog_link {
  margin-top: -100px; /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 100px; /* 打ち消し用のパディング */
}
/*about*/
#about {
  margin-top: -40px; /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 40px; /* 打ち消し用のパディング */
}
#about .inner .box {
  width: 320px;
  margin-right: 60px;
  float: left;
}
#about .inner .box.m_off {
  margin-right: 0;
}
#about .inner .box .ta_c.img_block img {
  width: 120px;
}
#about .inner .box .subtitle {
  font-size: 20px;
  　font-size: 2.0rem;
  font-weight: bold;
  color: #00b7ee;
  text-align: center;
  display: block;
  margin-top: 16px;
  margin-bottom: 4px;
}
#about .inner .box .webfont {
  font-size: 18px;
  font-size: 1.8rem;
}
/*price*/
#price {
  background-color: #f5fdff;
	margin-bottom: auto;
}
#price .note {
  text-align: center;
  color: #00B7EE;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
.tbl_01 tr .font {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 40px;
  font-size: 4.0rem;
}
.tbl_01 tr td .mini {
  font-size: 20px;
  font-size: 2.0rem;
}
.tbl_01 {
  width: 100%;
  border-collapse: collapse;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: bold;
  border: 2px solid #000;
}
.tbl_01 th {
  width: 33.3333%;
  text-align: center;
  padding: 15px 20px;
  border: 1px solid #000;
  vertical-align: middle;
  background-color: #FFF;
}
.tbl_01 th.w-3none {
  width: 28%;
}
.tbl_01 th span {
  display: block;
  color: #FF0000;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.285;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
.tbl_01 td {
  vertical-align: middle;
  text-align: center;
  background: #FFF;
  padding: 5px;
  border: 1px solid #000;
}
.tbl_01_re {
	width: 100%;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	background-color: #FFF;
	text-align: center;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: .05em;
}
.tbl_01_re th,
.tbl_01_re td {
	padding: 15px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	vertical-align: middle;
}
.tbl_01_re th {
	font-size: 32px;
	font-size: 3.2rem;
}
.tbl_01_re th span {
	font-size: 62.5%;
}
.tbl_01_re td {
	width: 350px;
  font-family: Arial, Helvetica, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size: 40px;
	font-size: 4.0rem;
}
.tbl_01_re  td.famiry {
	font-size: 30px;
	font-size: 3.0rem;
}
.tbl_01_re td .des {
	display: inline-block;
	text-align: right;
	font-size: 66%;
	font-weight: 600;
}
.tbl_01_re td .des span {
	font-size: 120%;
}
.tbl_01_re thead th {
	background-color: #9FDCEE;
}
/* time */
#time {
  background-color: #f5fdff;
}
#time .title {
	margin-bottom: 40px;
}
.tbl_02 {
	width: 100%;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	background-color: #FFF;
	text-align: center;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: .05em;
}
.tbl_02 th,
.tbl_02 td {
	padding: 5px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	vertical-align: middle;
}
.tbl_02 th {
	background-color: #9FDCEE;
	font-size: 40px;
	font-size: 4.0rem;
}
.tbl_02 td {
	padding-top: 40px;
  font-family: Arial, Helvetica, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size: 48px;
	font-size: 4.8rem;
}
.tbl_02 td .ruby {
	display: inline-block;
	position: relative;
}
.tbl_02 td .ruby > span {
	width: 100%;
	position: absolute;
	top: -1em;
	left: 0;
	text-align: center;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size: 41.666%;
	white-space: nowrap;
}
.tbl_02 td .close {
	display: inline-block;
	padding-bottom: .5em;
	position: relative;
	top: -.3em;
	font-size: 62.5%;
	margin-left: .75em;
}
/*gym*/
#gym {
  margin-top: -40px; /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 40px; /* 打ち消し用のパディング */
}
#gym .inner .img_block {
  width: 520px;
  margin-right: 40px;
  float: left;
}
#gym .inner .img_block img {
  width: 520px;
}
#gym .inner .box {
  width: 520px;
  float: left;
  margin-top: 70px;
}
#gym #gym2 .img_block {
  float: right;
  margin: 0 0 0 40px;
}
#gym .box .subtitle {
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: bold;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 64px;
  background-repeat: no-repeat;
  background-position: left center;
}
#gym1 .box .subtitle {
  background-image: url(img/index/n1.png);
}
#gym2 .box .subtitle {
  background-image: url(img/index/n2.png);
}
#gym3 .box .subtitle {
  background-image: url(img/index/n3.png);
}
/*access*/
#access {
  background-color: #fbfbfb;
}
#access .container .inner.pc .access_pc {
  width: 520px;
  margin-right: 40px;
  float: left;
}
#access .container .inner.pc .access_pc.m_off {
  margin-right: 0;
}
.access_pc .box .img_block {
  width: 220px;
  margin-right: 20px;
  float: left;
}
.access_pc .box .large_ment {
  width: 280px;
  display: block;
  float: left;
  padding-top: 40px;
}
.access_pc .box .img_block img {
  width: 220px;
}
.access_pc .subtitle {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFF;
  background-color: #00b7ee;
  text-align: center;
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 25px;
}
#access iframe {
  max-width: 100%;
}
/* blog */
#blog {
  margin-top: -40px; /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 40px; /* 打ち消し用のパディング */
}
#blog {
  width: 520px;
  margin-right: 40px;
  float: left;
}
#info {
  float: left;
  width: 520px;
}
#blog .list li {
  display: block;
  padding-bottom: 18px;
  margin-bottom: 21px;
  border-bottom: 1px dashed #d2d2d2;
  overflow: hidden;
}
#info .list li {
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #d2d2d2;
}
#blog .list li .blog_img {
  float: left;
}
#blog .list li .box {
  padding-left: 245px;
}
#blog .list li .webfont, #info .list li .webfont {
  font-size: 18px;
  font-size: 1.8rem;
}
#blog .list li .blog_title a, #info .list li .blog_title {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #00b7ee;
  margin-bottom: 4px;
}
#blog .list li .blog_title:hover a {
  text-decoration: underline;
}
#info .list li .ment {
  min-height: 50px;
  display: block;
}
#blog .btn, #info .btn {
  text-align: center;
}
#blog .btn a, #info .btn a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #FFF;
  background-color: #00b7ee;
  display: inline-block;
  padding: 10px 15px;
}
#contact {
  overflow: hidden;
}
#contact .box {
  float: left;
  width: 100%;
  max-width: 520px;
  margin-right: 40px;
}
#contact .box:last-child {
  margin-right: 0;
}
#contact .tel {
  font-size: 30px;
  font-size: 3.0rem;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
}
#contact .form a {
  font-size: 18px;
  font-size: 1.8rem;
  color: #FFF;
  background-color: #00b7ee;
  display: inline-block;
  padding: 15px 80px;
  font-weight: bold;
}
#contact .tel .bold {
  font-size: 40px;
  font-size: 4.0rem;
}
.contact_page .tel.mb20 {
  font-size: 30px;
  font-size: 3.0rem;
  font-family: Arial, Helvetica, sans-serif;
}
/* 無料体験実施中 */
.try {
  padding: 36px 0;
  background-color: #00B7EE;
}
.try .container {
  background: url(img/index/illust.png) no-repeat 860px 40px;
  margin-bottom: 0;
}
.try h2 {
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}
.try h2 span {
  position: absolute;
  width: 140px;
  height: 136px;
  display: block;
  top: 0;
  left: 62px;
}
.try .ment {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.try .tel {
  text-align: center;
}
.try .tel a {
  display: inline-block;
  padding: 10px 50px;
  font-size: 30px;
  font-size: 3.0rem;
  letter-spacing: 0.05em;
  background-color: #FEDD32;
}
.try .tel a span {
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
  font-size: 40px;
  font-size: 4.0rem;
}
/* Contact Form 
--------------------*/
/*必須*/
.form_table .required {
  font-weight: normal;
  color: #F00;
  display: inline-block;
  padding-left: 5px;
}
/*table*/
.form_table {
  font-size: 1.4rem;
  width: 100%;/*変更しない*/
  border: 1px solid #dfdfdf;
  border-collapse: collapse;
  margin-bottom: 40px;
}
.form_table th {
  background: #f5fdff;
  text-align: left;
  width: 25%;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px dotted #dfdfdf;
}
.form_table th, .form_table td {
  padding: 15px;
  vertical-align: middle;
}
.form_table td {
  border-width: 0 1px 1px 0;
  border-style: dotted;
  border-color: #dfdfdf;
  background-color: #fff;
}
/*入力エリア*/
.form_table input[type="text"], .form_table textarea, .form_table select {
  padding: 5px;
  border: 1px solid #b9b9b9;
  border-radius: 3px;
  font-size: 1.4rem;
}
.form_table input[type="text"]:focus, .form_table textarea:focus {
  border-color: #666;
  background-image: none;
}
.form_table input[type="text"] {
  width: 30%;
}
.form_table select {
  width: 30%;
}
.form_table textarea {
  height: 120px;
  width: 70%;
  font-size: 14px;
}
/*submit*/

.submit {
  overflow: hidden;
  cursor: pointer;
  /* border: 1px solid #000; */
    /* background: #fff; */
  border: none;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #FFF;
  background-color: #00b7ee;
  display: inline-block;
  padding: 10px 15px;
}
#btn_submit input[type=submit]:hover, #btn_submit input[type=reset]:hover, .submit:hover {
  opacity: .8;
}

@media screen and (max-width:1023px) {
.form_table input[type="text"], .form_table textarea, .form_table select {
  box-sizing: border-box;
}
.form_table input[type="text"] {
  width: 45%;
}
.form_table select {
  width: 45%;
}
.form_table textarea {
  height: 120px;
  width: 80%;
}
}

@media screen and (max-width:767px) {
.form_table input[type="text"] {
  width: 55%;
}
.form_table select {
  width: 55%;
}
.form_table textarea {
  height: 120px;
  width: 80%;
}
}

@media screen and (max-width:479px) {
.form_table tbody, .form_table tr, .form_table th, .form_table td {
  display: block;
  width: auto;
  box-sizing: border-box;
}
.form_table th, .form_table td {
  border-right: 0;
  border-bottom-style: solid;
}
.form_table tr:last-child td {
  border-bottom: 0;
}
.form_table input[type="text"], .form_table textarea {
  width: 100%;
}
}
/*ここまでコピー*/





/*------------------------------------------------------------
     kasou
------------------------------------------------------------ */
#pankuzu {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  font-size: 1.0rem;
  margin-top: 20px;
  line-height: 1.7;
}
#pankuzu a {
  text-decoration: underline;
}
#pankuzu a:hover {
  opacity: 1;
}
.kasou_title {
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 7%;
  padding-bottom: 7%;
  background-size: cover;
  margin-top: 90px;
}
#title_blog {
  background-image: url(img/kasou/title_blog.jpg);
}
#title_contact {
  background-image: url(img/kasou/title_contact.jpg);
}
.kasou_title .page_title {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  color: #FFF;
  display: block;
  width: 1080px;
  margin: 0 auto;
}
/* about
------------------------------------------------------------ */
#blog_list .list li {
  display: block;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #d2d2d2;
}
#blog_list .list li .webfont {
  font-size: 18px;
  font-size: 1.8rem;
}
#blog_list .list li .blog_title {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #00b7ee;
  margin-bottom: 4px;
}
/* ------------------------------------------------------
    archive 
--------------------------------------------------------- */
#archive {
  width: 1080px;
  margin: 0 auto 56px;
}
#archive_list {
  width: 100%;
  margin-bottom: 30px;
}
/* 記事リスト */
#archive_list li {
  overflow: hidden;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #d2d2d2;
}
#archive_list li:first-child {
  padding-top: 0;
}
/* 記事ボックス */
#archive_list li .box {
  width: 100%;
  display: block;
}
/* 日付 */
#archive_list li .blog_date time {
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Teko', sans-serif;
  color: #000;
}
/* カテゴリ */
#archive_list li .blog_date .cat {
  display: inline-block;
}
#archive_list li .blog_date .cat a {
  text-align: center;
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #000;
  padding: 2px 8px;
  background: #eee;
  margin-right: 8px;
  margin-bottom: 6px;
}
/* 記事タイトル */
#archive_list li .box .kizi_title {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #00b7ee;
  margin-bottom: 4px;
}
#archive_list li .box .kizi_title a {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #00b7ee;
  margin-bottom: 4px;
}
/* 記事本文 */
#archive_list li .box .desc p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
/* 続きを読む */
#archive_list li .box .motto a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
#archive_list li .archive_none {
  display: none;
}
/*  ページャー
------------------------------------------------------------*/
.wp-pagenavi {
  clear: both;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 30px;
  overflow: hidden;
}
.wp-pagenavi span, .wp-pagenavi a {
  display: block;
  float: left;
  margin: 2px 4px 2px 0;
  padding: 8px 13px 7px 13px;
  text-decoration: none;
  width: auto;
  color: #707070;
  background-color: #e5e5e5;
  line-height: 1.5;
  vertical-alSign: middle;
}
.wp-pagenavi a:hover {
  color: #fff;
  background-color: #00b7ee;
  opacity: 1;
}
.wp-pagenavi .current {
  padding: 8px 13px 7px 13px;
  background-color: #00b7ee;
  color: #fff;
}
.wp-pagenavi .extend::after {
  content: "…";
}
#archive_list li .box .inner .blog_date {
  display: inline-block;
  float: left;
}
#archive_list li .box .inner .kizi_title {
  float: left;
}
#archive_list li .box .inner .kizi_title a {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}
#archive_list li .box .inner {
  margin-bottom: 10px;
}

/*==========================================================
      Target Devices # Tablet MobilePC #
============================================================ */
@media screen and (max-width: 1023px) {
#contents {
  width: 90%;
  margin: 0 auto;
}
}

/*==========================================================
      Target Devices # Smart Phone and Tablet #
============================================================ */
@media screen and (max-width: 767px) {
/* ------------------------------------------------------
    archive 
--------------------------------------------------------- */
#archive {
  width: 100%;
}
/* 記事タイトル */
#archive_list li .box .title a {
  font-size: 18px;
  font-size: 1.8rem;
}
}

/*==========================================================
      Target Devices # Smart Phone Only #
============================================================ */
@media screen and (max-width: 479px) {
/* ------------------------------------------------------
    archive 
--------------------------------------------------------- */
/* 日付 */
#archive_list li .blog_date time {
  margin-right: 8px;
}
/* カテゴリ */
#archive_list li .blog_date .cat a {
  padding: 2px 4px;
}
/* 記事タイトル */
#archive_list li .box .title a {
  font-size: 1.6rem;
}
/* 記事本文 */
#archive_list li .box .desc p {
  font-size: 1.3rem;
}
/*  ページャー
---------------------------------------S---------------------*/
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  display: none;
}
}

/*==========================================================
      Target Devices # Tablet MobilePC #
============================================================ */
@media screen and (max-width: 1023px) {
img {
  width: 100%;
  height: auto;
}
	.responsive_tb {
		overflow: scroll;
    -webkit-overflow-scrolling: touch;
	}
	.responsive_tb::-webkit-scrollbar{ 
    width: 15px;
}
.responsive_tb::-webkit-scrollbar-thumb{ 
    background: #c1c1c1;
}
.responsive_tb::-webkit-scrollbar-track-piece:start{
    background: #f1f1f1;
}
.responsive_tb::-webkit-scrollbar-track-piece:end{
    background: #f1f1f1;
}
	.responsive_tb .tbl_01_re {
		width: 1000px;
	}
	
}

/*==========================================================
      Target Devices # Smart Phone and Tablet #
============================================================ */
@media screen and (max-width: 768px) {
.sp {
  display: block;
}
.pc {
  display: none;
}
.br_sp {
  display: block;
}
.space_pc {
  display: none;
}
.spmb10 {
  display: block;
  margin-bottom: 10px;
}
#pageTop img {
  width: 64px;
  height: auto;
}
#fixed_nav .inner {
  width: 100%;
}
#fixed_nav .inner .logo {
  width: 230px;
  margin-top: 18px;
  float: left;
  margin-left: 10px;
}
#fixed_nav .inner .logo img {
  width: 230px;
  height: auto;
}
#main_image {
  padding-top: 0;
}
#about .inner .box .ta_c.img_block img {
  width: 60%;
}
.container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 56px;
  padding: 0 5%;
}
.bg_container {
  padding-top: 56px;
  padding-bottom: 56px;
  margin-bottom: 56px;
}
#fixed_nav {
  padding-left: 2%;
}
.rslides_tabs {
  display: none;
}
.main_title {
  position: absolute;
  top: 70%;
  left: 20%;
  width: 70%;
}
	.top_btn a {
		padding: 10px !important;
		font-size: 20px !important;
		font-size: 2.0rem !important;
	}
	.top_btn a br {
		display: block !important;
	}
/* price  */
.tbl_01 tr .font {
  font-size: 20px;
  font-size: 2.0rem;
}
.tbl_01 tr th {
  display: block;
  width: 100% !important;
  border: none;
}
.tbl_01 tr:first-child td {
  display: none;
}
.tbl_01 tr td {
  display: block;
  width: 100%;
  border: none;
  border-top: 1px solid #000;
}
.tbl_01 tr th span {
  font-size: 10px;
  font-size: 1.0rem;
}
.tbl_01 tr td::before {
  content: attr(data-label)"：";
}
.tbl_01 {
  width: 100%;
  border-collapse: collapse;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  border: 2px solid #000;
}
	.responsive_tb .tbl_01_re {
		width: 800px;
	}
	.tbl_01_re th {
		font-size: 20px;
		font-size: 2.0rem;
	}
	.tbl_01_re td {
		width: 300px;
		font-size: 24px;
		font-size: 2.4rem;
	}
	/* time */
	.tbl_02 {
		display: block;
	}
	.tbl_02 th,
	.tbl_02 td {
		display: block;
		width: 100%;
	}
	.tbl_02 th {
		font-size: 30px;
		font-size: 3.0rem;
	}
	.tbl_02 td {
		font-size: 32px;
		font-size: 3.2rem;
	}
/*about*/
#about .inner .box {
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
  float: none;
}
#about .inner .box.m_off {
  margin-right: 0;
}
#about .inner .box .ta_c.img_block img {
  width: 120px;
}
#about .inner .box .subtitle {
  font-size: 20px;
  　font-size: 2.0rem;
  font-weight: bold;
  color: #00b7ee;
  text-align: center;
  display: block;
  margin-top: 16px;
  margin-bottom: 4px;
}
#about .inner .box .webfont {
  font-size: 18px;
  font-size: 1.8rem;
}
/* 無料体験 */
.try .container {
  background: url(img/index/illust_2x.png) no-repeat center bottom;
  background-size: 166px 193px;
  padding-bottom: 220px;
}
.try h2 {
  padding-top: 150px;
}
.try h2 span {
  left: 0;
}
.try .ment {
  text-align: left;
}
.try .tel a {
  padding: 10px;
  text-align: left;
  font-size: 20px;
}
.try .tel a span {
  display: block;
  font-size: 30px;
}
/*gym*/

#gym .inner .img_block img {
  width: 100%;
}
#gym .inner .box {
  width: 100%;
  float: none;
  margin-top: 30px;
}
#gym .inner .img_block {
  width: 100%;
  margin-right: 0;
  margin-bottom: 15px;
  float: none;
}
#gym #gym2 .img_block {
  float: none;
  margin: 0 0 15px 0;
}
#gym .box .subtitle {
  padding: 72px 0 0;
  background-position: center top;
  text-align: center;
}
#gym1 .box .subtitle {
  background-image: url(img/index/n1_sp.png);
  background-size: 48px;
}
#gym2 .box .subtitle {
  background-image: url(img/index/n2_sp.png);
  background-size: 48px;
}
#gym3 .box .subtitle {
  background-image: url(img/index/n3_sp.png);
  background-size: 48px;
}
.access_sp li {
  margin-bottom: 10px;
}
#access iframe {
  max-width: 100%;
  height: 300px;
}
#blog, #info {
  width: 100%;
  margin-right: 0;
  margin-bottom: 56px;
  float: none;
}
#blog .list li .blog_img {
  float: none;
  margin-bottom: 10px;
}
#blog .list li .box {
  padding-left: 0;
}
#info .list li .ment {
  min-height: inherit;
}
#contact {
  float: none;
  width: 100%;
  text-align: center;
}
#contact .tel .bold {
  font-size: 2.9rem;
}
#contact .form a {
  padding: 15px 30px;
  font-size: 1.4rem;
}
/* kasou */
.kasou_title .page_title {
  font-size: 24px;
  font-size: 2.4rem;
  width: 90%;
}
/* pankuzu */
#pankuzu {
  width: 90%;
}
/* single */
#single {
  padding-top: 34px;
}
/* contact */
.contact_page .tel.mb20 {
  font-size: 2.6rem;
}
}

/*==========================================================
      Target Devices # Smart Phone Only #
============================================================ */
@media screen and (max-width: 479px) {
#pageTop {
  bottom: 32px;
  right: 24px;
}
}
.sp_navbtn {
  width: 32px;
  top: 26px; /* ハンバーガーメニューの位置 */
  right: 18px; /* ハンバーガーメニューの位置 */
  position: absolute;
  display: block;
}
.sp_nav {
  position: absolute;
  left: 0;
  top: 90px;
  z-index: 100;
  width: 100%;
}
.sp_nav ul {
  border-top: 1px solid #fff;
  margin: 0 0 0;
  padding: 0;
  background-color: #000;
  width: 100%;
}
.sp_nav ul li {
  border-bottom: 1px solid #fff;
  padding: 0;
  margin: 0;
  position: relative;
}
.sp_nav ul li a {
  padding: 11px 8px 11px 40px;
  text-align: left;
  font-size: 14px;
  color: #FFF;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.sp_nav ul li:after {
  font-family: FontAwesome;
  font-size: 14px;
  content: "\f105";
  position: absolute;
  top: 11px;
  bottom: 0;
  left: 92%;
  color: #fff;
}
/* クリックエリアと位置を指定 ---------------------- */
.btnHamburger {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
/* 3本線の1本ごとに共通するスタイルを指定 ---------------------- */
.btnHamburger .line {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px; /* 横幅 */
  height: 3px; /* 1本辺りの高さ */
  background: #000; /* 線の色 */
  /* 適用するプロパティ、変化する時間、変化する速度 */
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* 3本線の各線の位置を指定 ---------------------- */
.btnHamburger .line_01 {
  top: 0%;
}
.btnHamburger .line_02 {
  top: 35%;
}
.btnHamburger .line_03 {
  top: 70%;
}
/* youtube iframe */
.movie {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px; /* 現プレイヤーでは不要？ */
  height: 0;
  overflow: hidden;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* 入会金得々キャンペーン */
.top_banner {
  margin-bottom: 55px;
}
.top_banner a {
  display: block;
}
.top_banner img.pc {
  display: inline;
}
.top_banner img.sp {
  display: none;
}
#post img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#post img.pc {
  display: inline;
}
#post img.sp {
  display: none;
}
#post .blog_banner {
  margin-bottom: 36px;
}
#post .blog_contents::after {
  content: "";
  display: block;
  clear: both;
}
#post .blog_left, #post .blog_right {
  width: 50%;
  max-width: 100%;
}
#post .blog_left {
  float: left;
}
#post .blog_right {
  float: right;
}
#post .blog_recommende {
  margin-bottom: 30px;
}
#post .blog_recommende h2 {
  text-align: center;
  margin-bottom: 10px;
}
#post .blog_recommende .blog_list {
  border: 1px solid red;
  padding: 15px 24px;
}
#post .blog_recommende .blog_list::after {
  content: "";
  display: block;
  clear: both;
}
#post .blog_recommende ul {
  width: 50%;
  float: left;
  padding: 0;
  margin: auto;
}
#post .blog_recommende ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  font-size: 18px;
  margin-bottom: 10px;
}
#post .blog_recommende ul li::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #F1EA19;
  position: absolute;
  bottom: 0.1em;
  z-index: -1;
}
#post .blog_recommende ul li:last-child {
  margin-bottom: auto;
}
#post .blog_cal {
  padding: 22px;
  background: #FFF100;
  text-align: center;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
#post .blog_cal span {
  font-size: 30px;
  color: red;
}
#post .blog_photo {
  margin-bottom: 65px;
}
#post .blog_tel {
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.05em;
}
#post .blog_tel a {
  display: inline-block;
  color: #000;
  font-size: 40px;
  font-weight: bold;
  margin-left: 15px;
}
#post .blog_contact_btn {
  text-align: center;
}
#post .blog_contact_btn a {
  display: inline-block;
  width: 420px;
  max-width: 100%;
  height: 55px;
  line-height: 55px;
  background: #00B7EE;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#post .blog_contact_btn a i {
  margin-right: 1em;
}
#post .mb35 {
  margin-bottom: 35px;
}
#post .mb50 {
  margin-bottom: 50px;
}
#post .h2_gacha {
  padding-left: 125px;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.5;
  position: relative;
  margin-bottom: 30px;
}
#post .h2_gacha span {
  color: #01ACEB;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 60px;
  font-size: 6.0rem;
  line-height: 0.5;
  letter-spacing: 0.05em;
}
#post .h2_gacha img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 90px;
}
#post .gacha_list {
  margin-bottom: 95px;
}
#post .gacha_list img {
  max-width: 390px;
}
#post .gacha_list ul {
  list-style: none;
  margin-left: 485px;
}
#post .gacha_list ul li {
  padding-left: 70px;
  padding-bottom: 1px;
  position: relative;
}
#post .gacha_list ul li .tama {
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 46px;
  border: 1px solid #000;
  border-radius: 50%;
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#post .gacha_list ul li:nth-child(1) .tama {
  background-color: #FF0000;
}
#post .gacha_list ul li:nth-child(2) .tama {
  background-color: #23AC38;
}
#post .gacha_list ul li:nth-child(3) .tama {
  background-color: #00A0E9;
}
#post .gacha_list ul li:nth-child(4) .tama {
  background-color: #F8B62B;
}
#post .gacha_list ul li:nth-child(5) .tama {
  background-color: #FFF;
  color: #000;
}
#post .gacha_list ul li .price {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
}
#post .gacha_list ul li .price span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 48px;
  font-size: 4.8rem;
  margin-left: 10px;
}
#post #contact .tel {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 10px;
  margin-top: -10px;
}
#post #contact .tel a[href^="tel:"] {
  color: #000;
  font-size: 40px;
}

@media screen and (max-width: 1023px) {
#post .blog_left, #post .blog_right {
  float: none;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 30px;
}
#post .h2_gacha {
  padding-left: 0;
}
#post .h2_gacha img {
  position: static;
  display: block;
  margin-bottom: 5px;
}
#post .gacha_list ul {
  margin-left: auto;
}
#post .gacha_list img {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
}

@media screen and (max-width: 767px) {
.top_banner img.pc {
  display: none;
}
.top_banner img.sp {
  display: inline;
}
#post img.pc {
  display: none;
}
#post img.sp {
  display: inline;
}
#post .blog_recommende ul {
  min-width: 230px;
  margin-bottom: 10px;
}
#post .blog_recommende ul:last-child {
  margin-bottom: auto;
}
#post .gacha_list ul {
  padding: 0;
}
#post .blog2019 p span {
  display: inline-block;
  font-size: 24px !important;
}
#post .blog2019 p span .fs60 {
  font-size: 30px !important;
}
	#post .fts24 {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}
	#post .fts40 {
		font-size: 24px !important;
		font-size: 2.4rem !important;
	}
	#post .fts48 {
		font-size: 36px !important;
		font-size: 3.6rem !important;
	}
}

@media screen and (max-width: 479px) {
#post .blog_tel {
  font-size: 26px;
}
#post .blog_tel a {
  font-size: 30px;
}
#post .blog_contact_btn a {
  font-size: 16px;
}
#post .h2_gacha {
  font-size: 30px;
}
#post .h2_gacha span {
  font-size: 50px;
  line-height: 1;
}
#post .gacha_list ul li .price span {
  font-size: 40px;
  line-height: 1;
}
}

.top_btn {
  margin-bottom: 80px;
}
* + .top_btn {
  margin-top: -15px;
}
.top_btn a {
	display: block;
	padding: 20px;
	border: 6px solid #0000FF;
	color: #0000FF;
	text-align: center;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	letter-spacing: .05em;
}
.top_btn a:hover {
	background-color: #0000FF;
	color: #FFF;
}
.top_btn a br {
	display: none;
}

/* Instagram */
.p-top-instagram {
  margin-bottom: 60px;
}
.p-top-instagram__logo {
  text-align: center;
}
.p-top-instagram__logo a {
  display: inline-block;
}
/* about us */
.p-top-about__text {
  margin-bottom: 30px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: .05em;
}
@media screen and (max-width: 767px) {
  .p-top-about__text {
    text-align: left;
  }
}