@charset "utf-8";
/*
Theme Name: barefoot_theme
Theme URI:
Description: barefoot_theme
Author: meakdesign Yuji Namatame
*/

/*-------------
reset
-------------*/
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd, hr,
table, th, td, form, fieldset {
margin: 0;
padding: 0;
}
html {
overflow: scroll;
overflow: -moz-scrollbars-vertical;
overflow-x: scroll;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
img {
border: 0;
}
body {
font: 12px/1.231 arial, helvetica, clean, sas-serif;
*font-size: small;
*font: x-small;
background: #ffffff;
}
table {
font-size: inherit; font: 100%;
}
pre, code, kbd, samp, tt {
font-family: monospace;
*font-size: 108%;
line-height: 100%;
}
.cf {
	clear: both;
}
.taC {
	text-align: center!important;
}
.taL {
	text-align: left!important;
}
.sp-only {
	display: none!important;
}

/*-------------
base
-------------*/
html,body {
width:100%;
height:100%;
}
img {
vertical-align: bottom;
max-width:100%;
height: auto;
}
body {
width: 100%;
font-family: 'Noto Sans Japanese', sans-serif, 'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', 'Osaka‐等幅';
color: #000000;
font-size: 1.1em;
}
p {
background-image: url(images/clear.gif);
max-height: 999999px;
line-height: 1.7;
font-size: 13px;
margin-bottom: 30px;
}
li {
line-height: 1.7;
font-size: 14px;
}

/*擬似クラス指定*/
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/*背景の画像＆色の設定*/
.inner {
	width: 1000px;
	margin: 0 auto;
}

.rollover a:hover img {
opacity: 0.5;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
}
a img {
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}

/*ヘッダー部分（キャッチ＆ロゴほか）*/
#header {
	width: 100%;
	background-image: url(images/bg_header.jpg);
	background-size: 100px 100px;
	height: auto;
	position: fixed;
	z-index: 99999;
	overflow: hidden;
}
#header h1 {
	float: left;
	margin-top: 10px;
	margin-left: 3%;
	width: 60px;
}
#header h2 {
	float: left;
	margin-top: 30px;
	margin-left: 20px;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.5;
}
.animate-toggle-title-header {
	display: none;
}
#right-menu {
	float: right;
	letter-spacing: -0.4em;
}
ul#header-menu {
	list-style-type: none;
	padding-top: 6px;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	margin-right: 40px;
}
ul#header-menu li {
	display: inline-block;
	vertical-align: top;
	font-family: 'Oswald', sans-serif;
	margin-right: 30px;
	font-size: 20px;
	text-align: center;
}
ul#header-menu li span {
	display: block;
	font-size: 11px;
	font-family: 'Noto Sans Japanese', sans-serif!important;
}
ul#header-menu li:last-child {
	margin-right: 0;
}
ul#header-menu li a {
	color: #000;
	text-decoration: none;
	position: relative;
}
ul#header-menu li a:hover {
	color: #666666;
}
ul#header-lesson {
	list-style-type: none;
	padding-top: 27px;
	padding-left: 40px;
	padding-right: 40px;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	background: #cc0000;
	height: 73px;
}
ul#header-lesson li {
	display: inline-block;
	vertical-align: top;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	text-align: center;
	color: #fff;
}
ul#header-lesson li span {
	display: block;
	font-size: 11px;
	font-family: 'Noto Sans Japanese', sans-serif!important;
}
ul#header-lesson li:last-child {
	margin-right: 0;
}
ul#header-lesson li a {
	color: #fff;
	text-decoration: none;
	position: relative;
}
ul#header-lesson li a:hover {
	color: #ffcccc;
}
ul#header-side {
	background: #fff;
	height: 64px;
	list-style-type: none;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	padding-right: 25px;
	padding-top: 36px;
}
ul#header-side li {
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	padding-left: 25px;
}
ul#header-side li a {
	color: #000;
	text-decoration: none;
	display: block;
}
ul#header-side li a:hover {
	color: #666666;
}

/*トップ*/
#top-visual{
	position: relative;
	z-index: 999;
	padding-top: 100px;
}
#top-visual-copy {
	font-size: 2.2vw;
	line-height: 1.0;
	font-family: 'Oswald', sans-serif;
	position: absolute;
	top: 80%;
	transform: translateY(-50%);
	left: 4%;
	color: #fff;
}

/*ABOUTUS*/
#aboutus {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 70px;
	padding-bottom: 70px;
}
#aboutus h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 42px;
	margin-bottom: 15px;
	font-weight: normal;
}
#aboutus h2 span {
	color: #cecece;
}
#aboutus h3 {
	font-size: 22px;
	margin-bottom: 30px;
}
.aboutus-img {
	width: 500px;
	float: right;
	margin-left: 50px;
	margin-bottom: 70px;
}
#aboutus p {
}
.btn-to-detail {
	margin: 20px auto;
	text-align: center;
}
.btn-to-detail a {
	text-decoration: none;
	text-align: center;
	font-family: 'Anton', sans-serif;
	color: #000000;
}
.button {
  position: relative;
  display: inline-block;
  padding: .5em 4em;
  border: 2px solid #000000;
  text-align: center;
  text-decoration: none;
  transition: .3s;
}
.button:hover {
  color: #666666;
}
.button::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #000000;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.button:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.btn-to-detail-bl {
	margin: 20px auto;
	text-align: center;
}
.btn-to-detail-bl a {
	text-decoration: none;
	text-align: center;
	color: #000000;
	font-family: 'Anton', sans-serif;
}
.buttonbl {
  position: relative;
  display: inline-block;
  padding: .5em 4em;
  border: 2px solid #000000;
  text-align: center;
  text-decoration: none;
  transition: .3s;
}
.buttonbl:hover {
  color: #cecece;
}
.buttonbl::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #000000;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.buttonbl:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

/*top-photo*/
#top-photo {
	width: 100%;
	clear: both;
	margin-bottom: 70px;
}
#top-photo h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 42px;
	margin-bottom: 15px;
	font-weight: normal;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#top-photo h2 span {
	color: #cecece;
}
#top-photo h3 {
	font-size: 22px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
#top-photo p {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
#top-photo ul {
	width: 100%;
	background: #000000;
	letter-spacing: -.4em;
}
#top-photo ul li {
	display: inline-block;
	letter-spacing: normal;
	width: 25%;
}
#top-photo ul li img {
	width: 100%;
}

/*top-flow*/
#top-flow {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
#top-flow h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 42px;
	margin-bottom: 15px;
	font-weight: normal;
}
#top-flow h2 span {
	color: #cecece;
}
#top-flow h3 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 30px;
}
ul#flow-list {
	width: 600px;
	float: left;
}
ul#flow-list li {
	display: block;
	vertical-align: top;
	margin-bottom: 40px;
}
ul#flow-list li h4 {
	font-size: 18px;
	margin-bottom: 10px;
}
ul#flow-photo {
	width: 360px;
	float: right;
}
ul#flow-photo li {
	display: block;
	width: 360px;
	margin-bottom: 20px;
}

/*挨拶*/
#top-greeting {
	width: 100%;
	background-image: url(images/bg_header.jpg);
	background-size: 100px 100px;
	padding-top: 50px;
	padding-bottom: 30px;
	overflow: hidden;
}
#top-greeting h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 42px;
	margin-bottom: 15px;
	font-weight: normal;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#top-greeting h2 span {
	color: #ffffff;
}
#top-greeting h3 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 30px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#top-greeting h4 {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
}
#top-greeting p {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

/*TOPICS*/
#topics {
	clear: both;
	padding-top: 70px;
	padding-bottom: 70px;
}
#topics h2 {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 42px;
	margin-bottom: 15px;
	font-weight: normal;
}
#topics h3 {
	text-align: center;
	font-size: 14px;
	margin-bottom: 30px;
	font-weight: normal;
}
#topics ul {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: -.4em;
}
#topics ul li {
	display: inline-block;
	letter-spacing: normal;
	width: 23%;
	vertical-align: top;
	margin-right: 2.666666666666665%;
}
#topics ul li:last-child {
	margin-right: 0;
}
#topics ul li a {
	color: #000000;
	text-decoration: none;
}
.blog-thumb {
	margin-bottom: 10px;
}
.blog-thumb img {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.blog-date {
	font-size: 13px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
}
.blog-category {
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
}
.blog-category span {
	background: #eeeeee;
	padding: 2px 4px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#topics ul li h4 {
	font-size: 14px;
	font-weight: normal;
}

/*GYM INFO*/
#gym-info {
	clear: both;
	background: #000000;
	padding-top: 70px;
	padding-bottom: 70px;
	color: #fff;
	overflow: hidden;
}
#gym-info-inner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#gym-info h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 42px;
	margin-bottom: 15px;
	font-weight: normal;
}
#gym-info h3 {
	font-size: 14px;
	margin-bottom: 20px;
	font-weight: normal;
}
#gym-info-left {
	width: 550px;
	float: left;
}
#gym-info-left table {
	width: 100%;
	margin-bottom: 12px;
}
#gym-info-left th {
	font-weight: normal;
	text-align: left;
	padding: 15px;
	font-size: 13px;
	border-bottom: 1px solid #fff;
}
#gym-info-left td {
	padding: 15px;
	font-size: 13px;
	border-bottom: 1px solid #fff;
	line-height: 1.4;
}
.btn-to-access {
	width: 200px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
}
.btn-to-access a {
	display: block;
	background: #fff;
	padding: 8px 20px;
	color: #000000;
	text-decoration: none;
}
.btn-to-access a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#map {
	width: 400px;
	float: right;
}

/*SITEMAP*/
#sitemap {
	width: 100%;
	background-image: url(images/bg_header.jpg);
	background-size: 100px 100px;
	padding-top: 70px;
	padding-bottom: 70px;
	overflow: hidden;
}
#sitemap-inner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#sitemap h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 42px;
	margin-bottom: 15px;
	font-weight: normal;
}
#sitemap h3 {
	font-size: 14px;
	margin-bottom: 20px;
	font-weight: normal;
}
#sitemap-left {
	width: 480px;
	float: left;
}
#sitemap ul {
	display: inline-block;
	vertical-align: top;
	margin-right: 50px;
	margin-left: 30px;
}
#sitemap ul li {
	font-size: 13px;
	margin-bottom: 3px;
}
#sitemap-right {
	width: 480px;
	float: right;
}


/*フッターの設定*/
footer {
	clear: both;
	padding-top: 14px;
	padding-bottom: 20px;
}
footer h2 {
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
footer h2 img {
	width: 100%;
}
address {
	text-align: center;
	font-style: normal;
	font-size: 10px;
}


/*-------------
contents
-------------*/
/*ここからコンテンツページ共通*/
.contents {
	overflow: hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	min-height: 700px;
	background: #ffffff;
	padding-bottom: 50px;
}
.contents h2 {
	background: #f8f8f8;
	margin-bottom: 15px;
	padding: 20px;
	font-size: 40px;
	font-weight: normal;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	padding-top: 120px;
}
.breadcrumbs {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
	margin-bottom: 40px;
}

.contents h3 {
	clear: both;
	font-size: 20px;
	margin-bottom: 20px;
}
.contents h4 {
	clear: both;
	font-size: 17px;
	margin-bottom: 15px;
}
.contents h4 span {
	background: #cccccc;
	padding: 2px 5px;
}
.contents h5 {
	font-size: 18px;
	margin-bottom: 20px;
}
.contents h5 span {
	padding-bottom: 5px;
	border-bottom: 3px solid #000000;
}
.contents h6 {
	background: #f8f8f8;
	padding: 4px 10px;
	font-size: 16px;
	margin-bottom: 10px;
}
.contents ul {
	list-style-type: none;
	margin-bottom: 30px;
}
.ebtn {
	clear: both;
	margin: 30px auto 50px;
	font-size: 18px;
	text-align: center;
}
.ebtn a {
	width: 500px;
	background: #ec6c00;
	padding: 10px 80px;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.ebtn a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.contents table {
	margin-bottom: 30px;
	width: 100%;
}
.contents table th {
	font-size: 15px;
	padding: 20px 25px;
	background: #000000;
	color: #fff;
	border: 2px solid #fff;
	line-height: 1.5;
}
.contents table td {
	font-size: 15px;
	padding: 20px 25px;
	background: #f9f9f9;
	border: 2px solid #fff;
	line-height: 1.5;
}
.th40 {
	width: 40px;
}
.th60 {
	width: 60px;
}
.th120 {
	width: 120px;
}
.kakomi {
	background: #f9f9f9;
	padding: 20px 7%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.kakomi p {
	margin-bottom: 0!important;
}
.content-btm-menu {
	background: #f9f9f9;
	padding: 20px;
}
.content-btm-menu ul {
	margin: 0 auto;
	text-align: center;
}
.content-btm-menu li {
	display: inline-block;
	margin: 5px;
	font-family: 'Anton', sans-serif;
	font-size: 18px;
}
.content-btm-menu li a {
	text-decoration: none;
	color: #000;
}
.content-btm-menu li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.contents dl {
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 1.5;
}
.contents dl dt {
	margin-bottom: 10px;
}
.contents dl dd {
	background: #eeeeee;
	padding: 20px;
	margin-bottom: 20px;
}

/*-------------
単独ページ
-------------*/
/*TRAINING*/
ul.training-move {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0!important;
	letter-spacing: -0.4em;
}
ul.training-move li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	width: 170px;
	margin-right: 30px;
	margin-bottom: 5px;
}
ul.training-for {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
ul.training-for li {
	display: block;
	margin-bottom: 10px;
}
ul.training-for li h4 {
	border-bottom: 3px solid #cecece;
	padding-bottom: 2px;
}
ul.training-merit {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	letter-spacing: -0.4em;
}
ul.training-merit li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	width: 450px;
	margin-right: 50px;
	margin-bottom: 5px;
}
.merit-photo {
	margin-bottom: 7px;
}

/*ABOUT US*/
.trainer-name {
	clear: both;
	display: inline-block;
	margin-right: 15px;
}
.trainer-eng {
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	color: #666666;
}
.trainer-photo {
	width: 300px;
	float: left;
	margin-right: 70px;
}
.about-logo {
	width: 240px;
	margin-bottom: 20px;
}

/*SYSTEM*/
.system-fs-s {
	font-size: 12px;
}
table.system-table1 {
	width: 100%;
}
table.system-table1 th {
	width: 160px;
	font-weight: normal;
}
.price1 {
	font-size: 28px;
}
table.system-table2 {
	width: 100%;
}
table.system-table2 th {
	width: 160px;
	font-weight: normal;
}
table.system-table3 th {
	font-weight: normal;
}
table.system-table4 th {
	font-weight: normal;
}

/*VOICE*/
.course-name {
	font-size: 12px;
	color: #fff;
	margin-bottom: 15px;
}
.course-name span {
	background: #333333;
	padding: 3px 6px;
}
ul.voice-photo-two {
}
ul.voice-photo-two li {
	display: inline-block;
	width: 300px;
	margin-right: 30px;
}
dl.voice-dl {
	margin-bottom: 60px;
}

/*RECRUIT*/
table.recruit-table {
	width: 850px!important;
	margin-left: auto;
	margin-right: auto;
}
.recruit-table td {
	text-align: left;
}

/*COMPANY*/
table.company-table {
	width: 850px!important;
	margin-left: auto;
	margin-right: auto;
}
.company-table td {
	text-align: left;
}

/*ACCESS*/
ul.access-list li {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 15px;
}
ul.access-list li p {
	height: 15px;
}
.alarrow {
	width: 4%;
	position: relative;
	transform: rotate(-90deg);
	font-size: 20px;
}
.alp {
	width: 22%;
}
.alp img {
	margin-bottom: 10px;
}
ul.parking-list li a {
	color: #fff;
}




/*お問い合わせ*/
#contact-box {
	width: 800px;
	text-align: left;
}
form {
	font-size: 14px;
}
form div {
	margin-bottom: 3px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea {
	background-color: #fff;
	color: #333;
	width: 95%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}
input[type="submit"] {
	font-size: 100%;
	padding: 0.2em 0.4em;
	background: #eee;
	color: #333;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border: 1px solid #ccc;
	text-shadow: -1px 1px 0 rgba(255,255,255,1);
}
input[type="submit"]:hover {
	box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
}
input[type="date"],
input[type="number"] {
	background-color: #fff;
	color: #333;
	width: 20%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}
.hissu {
	font-weight: normal;
	font-size: 12px;
	background: #fff;
	padding: 1px 5px;
	color: #000000;
}

/*プライバシーポリシー*/
#privacy-box {
	text-align: left;
}

/*NEWS単独*/
.single-date {
	text-align: center;
	background: #f7f7f7;
	padding: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#single-contents {
	margin: 20px auto;
}

/*NEWSリスト*/
ul.newspage-list {
	text-align: left;
}
ul.newspage-list li {
	padding: 6px;
}
ul.newspage-list li:nth-child(odd){
	background: #f9f9f9;
}

/*タブレット*/
@media screen and (max-width: 1100px) {
	/*ヘッダー部分（キャッチ＆ロゴほか）*/
#header {
	height: auto;
	padding-bottom: 10px;
}
#header h1 {
	float: left;
	margin-top: 5px;
	margin-left: 2%;
	width: 10%;
}
#header h2 {
	float: left;
	padding-top: 5px;
	margin-left: 2%;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
}
.animate-toggle-title-header {
	display: block;
	z-index: 99999;
	position: fixed;
	top: 15px;
	right: 5%;
	color: #000;
	cursor:pointer;
	font-size: 24px;
}
ul#header-menu {
	position: fixed;
	top: 0;
	left: auto;
	right: 2%;
	background: rgba(102,102,102,0.8);
	height: 100%;
	padding-left: 3%;
	padding-right: 3%;
	display:none;
	z-index: 9999;
}
ul#header-menu li {
	display: block;
	width: 140px;
	font-size: 18px;
	height: 40px;
	margin-right: 0px;
	margin-bottom: 15px;
	line-height: 1.3;
}
ul#header-menu li:first-child {
	margin-top: 50px;	
}
ul#header-menu li a {
	color: #fff;
	text-decoration: none;
	position: relative;
}
ul#header-menu li a::after {
  background: none;
}
ul#header-menu li a:hover::after {
}
ul#header-menu li ul {
}
ul#header-menu li ul li {
	overflow: hidden;
	height: 0;
}
ul#header-menu li:hover ul li {
	overflow: hidden;
	height: 0;
}
ul#header-menu li .icon-ticket {
	display: none;	
}
ul#header-menu li .icon-location {
	display: none;	
}
ul#header-lesson {
	padding-top: 5px;
	padding-bottom: 8px;
	padding-left: 2%;
	padding-right: 2%;
	display: block;
	letter-spacing: normal;
	vertical-align: middle;
	background: #cc0000;
	height: auto;
	width: auto;
	position: fixed;
	top: 60px;
	right: 2%;
}
ul#header-lesson li {
	display: block;
	font-size: 16px;
	line-height: 1.3;
}
ul#header-lesson li span {
	display: block;
	font-size: 10px;
}
ul#header-lesson li:last-child {
	margin-right: 0;
}
ul#header-lesson li a {
	color: #fff;
}
ul#header-lesson li a:hover {
	color: #ffcccc;
}
ul#header-side {
	background: none;
	height: auto;
	display: block;
	letter-spacing: normal;
	vertical-align: middle;
	padding-right: 2%;
	padding-top: 0;
	position: fixed;
	top: 15px;
	right: 15%;
}
ul#header-side li {
	display: inline-block;
	font-size: 18px;
	padding-left: 15px;
}
ul#header-side li a {
	color: #000;
	display: block;
}
ul#header-side li a:hover {
	color: #666666;
}

.inner {
	width: 90%;
	margin: 0 auto;
}
	
/*トップ*/
#top-visual{
	padding-top: 110px;
}
#top-visual-copy {
	font-size: 2.2vw;
	line-height: 1.0;
	font-family: 'Oswald', sans-serif;
	position: absolute;
	top: 80%;
	transform: translateY(-50%);
	left: 4%;
	color: #fff;
}

/*ABOUTUS*/
#aboutus {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
#aboutus h2 {
	font-size: 30px;
	margin-bottom: 10px;
}
#aboutus h2 span {
}
#aboutus h3 {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 20px;
}
.aboutus-img {
	width: 90%;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

/*top-photo*/
#top-photo {
	margin-bottom: 40px;
}
#top-photo h2 {
	font-size: 30px;
	margin-bottom: 10px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#top-photo h2 span {
}
#top-photo h3 {
	font-size: 18px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5;
	margin-bottom: 20px;
}
#top-photo p {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#top-photo ul {
}
#top-photo ul li {
	width: 50%;
}
#top-photo ul li img {
}

/*top-flow*/
#top-flow {
	width: 90%;
}
#top-flow h2 {
	font-size: 30px;
	margin-bottom: 10px;
}
#top-flow h2 span {
}
#top-flow h3 {
	margin-bottom: 20px;
}
ul#flow-list {
	width: 100%;
	float: none;
}
ul#flow-list li {
	display: block;
	margin-bottom: 15px;
}
ul#flow-list li:nth-child(even) {
	margin-right: 0;
}
ul#flow-list li h4 {
	font-size: 17px;
	margin-bottom: 10px;
}
ul#flow-photo {
	width: 100%;
	float: none;
	letter-spacing: -0.4em;
}
ul#flow-photo li {
	display: inline-block;
	letter-spacing: normal;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 20px;
}
ul#flow-photo li:nth-child(even) {
	margin-right: 0;
}
	
/*挨拶*/
#top-greeting {
	padding-top: 30px;
	padding-bottom: 10px;
}
#top-greeting h2 {
	font-size: 30px;
	margin-bottom: 10px;
	width: 90%;
}
#top-greeting h2 span {
}
#top-greeting h3 {
	margin-bottom: 20px;
	width: 90%;
}
#top-greeting h4 {
	width: 90%;
	margin-bottom: 12px;
}
#top-greeting p {
	width: 90%;
}
	
/*TOPICS*/
#topics {
	padding-top: 40px;
	padding-bottom: 40px;
}
#topics h2 {
	font-size: 30px;
	margin-bottom: 10px;
}
#topics h3 {
	margin-bottom: 20px;
}
#topics ul {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#topics ul li {
	display: inline-block;
	width: 100%;
	margin-right: 0;
	margin-bottom: 15px;
}
#topics ul li a {
}

/*GYM INFO*/
#gym-info {
	padding-top: 40px;
	padding-bottom: 40px;
}
#gym-info-inner {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#gym-info h2 {
	font-size: 30px;
	margin-bottom: 10px;
}
#gym-info h3 {
	font-size: 14px;
}
#gym-info-left {
	width: 100%;
	float: none;
	margin-bottom: 15px;
}
#gym-info-left table {
	width: 100%;
}
#gym-info-left th {
	padding: 15px;
	font-size: 13px;
	border-bottom: 1px solid #fff;
}
#gym-info-left td {
	padding: 15px;
	font-size: 13px;
	border-bottom: 1px solid #fff;
	line-height: 1.4;
}
#map {
	width: 100%;
	float: none;
}

/*SITEMAP*/
#sitemap {
	padding-top: 40px;
	padding-bottom: 40px;
}
#sitemap-inner {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#sitemap h2 {
	font-size: 30px;
	margin-bottom: 10px;
}
#sitemap h3 {
	font-size: 14px;
}
#sitemap-left {
	width: 100%;
	float: none;
	margin-bottom: 30px;
}
#sitemap ul {
	display: inline-block;
	margin-right: 50px;
}
#sitemap-right {
	width: 100%;
	float: none;
}


	
/*フッターの設定*/
footer {
	clear: both;
	padding-top: 25px;
	padding-bottom: 30px;
}
footer h2 {
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
footer h2 img {
	width: 100%;
}
address {
}
	
	


	
/*-------------
contents
-------------*/
/*ここからコンテンツページ共通*/
.contents {
	min-height: 400px;
	padding-top: 80px;
	padding-bottom: 40px;
}
.contents h2 {
	margin-bottom: 25px;
	padding: 20px;
	font-size: 26px;
	padding-top: 80px;
}
.breadcrumbs {
	margin-bottom: 30px;
}
.contents h3 {
	clear: both;
	font-size: 22px;
	text-align: center;
	margin-bottom: 10px;
}
.contents h4 {
	clear: both;
	font-size: 17px;
	text-align: left;
	margin-bottom: 20px;
}
.h4-eng {
	font-size: 33px!important;
	font-weight: normal;
}
.contents h5 {
	font-size: 18px;
	margin-bottom: 20px;
}
.contents h5 span {
	padding-bottom: 5px;
	border-bottom: 3px solid #000000;
}
.contents h6 {
	background: #f8f8f8;
	padding: 4px 10px;
	font-size: 16px;
	margin-bottom: 10px;
}
.contents ul {
	list-style-type: none;
}
.ebtn {
	clear: both;
	margin: 30px auto 50px;
	font-size: 18px;
	text-align: center;
}
.ebtn a {
	width: 500px;
	background: #ec6c00;
	padding: 10px 80px;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.ebtn a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.contents table {
	margin-bottom: 30px;
	width: 100%;
}
.contents table th {
	font-size: 14px;
	padding: 10px 15px;
	background: #000000;
	color: #fff;
	border: 2px solid #fff;
	line-height: 1.5;
}
.contents table td {
	font-size: 14px;
	padding: 10px 15px;
	background: #f9f9f9;
	border: 2px solid #fff;
	line-height: 1.5;
}
.th40 {
	width: 40px;
}
.th60 {
	width: 60px;
}
.th120 {
	width: 120px;
}
.kakomi {
	background: #f9f9f9;
	padding: 20px 7%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.kakomi p {
	margin-bottom: 0!important;
}
	
/*-------------
単独ページ
-------------*/
/*TRAINING*/
ul.training-move {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 0!important;
}
ul.training-move li {
	vertical-align: top;
	letter-spacing: normal;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 0;
}
ul.training-move li:nth-child(3) {
	margin-right: 0;
}
ul.training-move li:nth-child(6) {
	margin-right: 0;
}
ul.training-move li:nth-child(9) {
	margin-right: 0;
}
ul.training-for {
	width: 100%;
	margin-top: 10px;
}
ul.training-for li {
	display: block;
	margin-bottom: 10px;
}
ul.training-for li h4 {
	border-bottom: 3px solid #cecece;
	padding-bottom: 2px;
}
ul.training-merit {
	width: 100%;
	margin-top: 10px;
}
ul.training-merit li {
	display: block;
	width: 100%;
	margin-right: 0;
	margin-bottom: 15px;
}
.merit-photo {
	margin-bottom: 5px;
}
/*ABOUT US*/
.trainer-name {
	font-size: 20px!important;
}
.trainer-eng {
}
.trainer-photo {
	width: 100%;
	float: none;
	margin-right: 0;
	margin-bottom: 10px;
}
.about-logo {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
	
/*SYSTEM*/
table.system-table {
	width: 100%;
}
table.system-table th {
	width: 50%;
}

table.csch-table-sp {
	width: 100%!important;
}
table.csch-table-sp th {
	font-size: 12px!important;
	padding: 5px 1%!important;
	line-height: 1.3;
	background: #cecece!important;
	color: #000000!important;
	width: 10.5%;
}
table.csch-table-sp td {
	width: 10.5%;
	font-size: 13px!important;
	padding: 5px 1%!important;
}
	
/*FREE*/
.ftt {
	width: 95%;
}
	
/*VOICE*/
ul.voice-photo-two {
	letter-spacing: -.4em;
	text-align: center;
}
ul.voice-photo-two li {
	display: inline-block;
	width: 50%;
	margin-right: 0;
	letter-spacing: normal;
	text-align: center;
}
dl.voice-dl {
	margin-bottom: 60px;
}
	
/*RECRUIT*/
table.recruit-table {
	width: 100%!important;
}
.recruit-table td {
}

/*COMPANY*/
table.company-table {
	width: 100%!important;
}
.company-table td {
}
	
/*ACCESS*/
ul.access-list li {
	margin-bottom: 5px;
}
ul.access-list li p {
	height: auto;
}
.alarrow {
	width: 100%;
	position: relative;
	transform: rotate(0deg);
	font-size: 20px;
	text-align: center;
}
.alp {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.alp img {
	margin-bottom: 10px;
}
ul.parking-list {
	text-align: center;
}
	
/*DROPIN*/
.dropin-content {
	width: 90%!important;
	margin-left: auto;
	margin-right: auto;
}
/*クチコミの書き方*/
ul.kuchikomi-list {
	width: 95%;
}
ul.kuchikomi-list li {
}
ul.kuchikomi-list li img {
}
.kc-allow {
	font-size: 18px;
}

/*お問合せ*/
#contact-box {
	width: 90%;
}
	
}


/* スマホ */
@media screen and ( max-width: 780px )
{

body {
font-size: 1.0em;
}
.inner {
	width: 90%;
	margin: 0 auto;
}
.sp-only {
	display: block!important;
}
.pc-only {
	display: none!important;
}	

/*ヘッダー部分（キャッチ＆ロゴほか）*/
#header {
	height: auto;
	padding-bottom: 10px;
	overflow: visible;
}
#header h1 {
	float: left;
	margin-top: 5px;
	margin-left: 2%;
	width: 15%;
}
#header h2 {
	float: none;
	clear: both;
	padding-top: 5px;
	margin-left: 2%;
	font-size: 3vw;
	font-weight: normal;
	line-height: 1.5;
}
.animate-toggle-title-header {
	display: block;
	z-index: 99999;
	position: absolute;
	top: 15px;
	right: 5%;
	color: #000;
	cursor:pointer;
	font-size: 24px;
}
ul#header-menu {
	position: fixed;
	top: 0;
	left: auto;
	right: 2%;
	background: rgba(102,102,102,0.8);
	height: 100%;
	padding-left: 3%;
	padding-right: 3%;
	display: none;
	z-index: 99999;
}
ul#header-menu li {
	display: block;
	width: 140px;
	font-size: 18px;
	height: 40px;
	margin-right: 0px;
	margin-bottom: 15px;
	line-height: 1.3;
}
ul#header-menu li:first-child {
	margin-top: 50px;	
}
ul#header-menu li a {
	color: #fff;
	text-decoration: none;
	position: relative;
}
ul#header-menu li a::after {
  background: none;
}
ul#header-menu li a:hover::after {
}
ul#header-menu li ul {
}
ul#header-menu li ul li {
	overflow: hidden;
	height: 0;
}
ul#header-menu li:hover ul li {
	overflow: hidden;
	height: 0;
}
ul#header-menu li .icon-ticket {
	display: none;	
}
ul#header-menu li .icon-location {
	display: none;	
}
ul#header-lesson {
	padding-top: 5px;
	padding-bottom: 8px;
	padding-left: 2%;
	padding-right: 2%;
	display: block;
	letter-spacing: normal;
	vertical-align: middle;
	background: #cc0000;
	height: auto;
	width: auto;
	position: fixed;
	top: 60px;
	right: 2%;
}
ul#header-lesson li {
	display: block;
	font-size: 16px;
	line-height: 1.3;
}
ul#header-lesson li span {
	display: block;
	font-size: 10px;
}
ul#header-lesson li:last-child {
	margin-right: 0;
}
ul#header-lesson li a {
	color: #fff;
}
ul#header-lesson li a:hover {
	color: #ffcccc;
}
ul#header-side {
	background: none;
	height: auto;
	display: block;
	letter-spacing: normal;
	vertical-align: middle;
	padding-right: 2%;
	padding-top: 0;
	position: fixed;
	top: 15px;
	right: 15%;
}
ul#header-side li {
	display: inline-block;
	font-size: 18px;
	padding-left: 15px;
}
ul#header-side li a {
	color: #000;
	display: block;
}
ul#header-side li a:hover {
	color: #666666;
}

/*トップ*/
#top-visual{
	padding-top: 110px;
}
#top-visual-copy {
	font-size: 2.2vw;
	line-height: 1.0;
	font-family: 'Oswald', sans-serif;
	position: absolute;
	top: 80%;
	transform: translateY(-50%);
	left: 4%;
	color: #fff;
}

/*ABOUTUS*/
#aboutus {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
#aboutus h2 {
	font-size: 30px;
	margin-bottom: 10px;
}
#aboutus h2 span {
}
#aboutus h3 {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 20px;
}
.aboutus-img {
	width: 90%;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

/*top-photo*/
#top-photo {
	margin-bottom: 40px;
}
#top-photo h2 {
	font-size: 30px;
	margin-bottom: 10px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#top-photo h2 span {
}
#top-photo h3 {
	font-size: 18px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5;
	margin-bottom: 20px;
}
#top-photo p {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#top-photo ul {
}
#top-photo ul li {
	width: 50%;
}
#top-photo ul li img {
}

/*top-flow*/
#top-flow {
	width: 90%;
}
#top-flow h2 {
	font-size: 30px;
	margin-bottom: 10px;
}
#top-flow h2 span {
}
#top-flow h3 {
	margin-bottom: 20px;
}
ul#flow-list {
	width: 100%;
	float: none;
}
ul#flow-list li {
	display: block;
	margin-bottom: 15px;
}
ul#flow-list li:nth-child(even) {
	margin-right: 0;
}
ul#flow-list li h4 {
	font-size: 17px;
	margin-bottom: 10px;
}
ul#flow-photo {
	width: 100%;
	float: none;
	letter-spacing: -0.4em;
}
ul#flow-photo li {
	display: inline-block;
	letter-spacing: normal;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 20px;
}
ul#flow-photo li:nth-child(even) {
	margin-right: 0;
}
	
/*挨拶*/
#top-greeting {
	padding-top: 30px;
	padding-bottom: 10px;
}
#top-greeting h2 {
	font-size: 30px;
	margin-bottom: 10px;
	width: 90%;
}
#top-greeting h2 span {
}
#top-greeting h3 {
	margin-bottom: 20px;
	width: 90%;
}
#top-greeting h4 {
	width: 90%;
	margin-bottom: 12px;
}
#top-greeting p {
	width: 90%;
}
	
/*TOPICS*/
#topics {
	padding-top: 40px;
	padding-bottom: 40px;
}
#topics h2 {
	font-size: 30px;
	margin-bottom: 10px;
}
#topics h3 {
	margin-bottom: 20px;
}
#topics ul {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#topics ul li {
	display: inline-block;
	width: 100%;
	margin-right: 0;
	margin-bottom: 15px;
}
#topics ul li a {
}

/*GYM INFO*/
#gym-info {
	padding-top: 40px;
	padding-bottom: 40px;
}
#gym-info-inner {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#gym-info h2 {
	font-size: 30px;
	margin-bottom: 10px;
}
#gym-info h3 {
	font-size: 14px;
}
#gym-info-left {
	width: 100%;
	float: none;
	margin-bottom: 15px;
}
#gym-info-left table {
	width: 100%;
}
#gym-info-left th {
	padding: 15px;
	font-size: 13px;
	border-bottom: 1px solid #fff;
}
#gym-info-left td {
	padding: 15px;
	font-size: 13px;
	border-bottom: 1px solid #fff;
	line-height: 1.4;
}
#map {
	width: 100%;
	float: none;
}

/*SITEMAP*/
#sitemap {
	padding-top: 40px;
	padding-bottom: 40px;
}
#sitemap-inner {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#sitemap h2 {
	font-size: 30px;
	margin-bottom: 10px;
}
#sitemap h3 {
	font-size: 14px;
}
#sitemap-left {
	width: 100%;
	float: none;
	margin-bottom: 30px;
}
#sitemap ul {
	display: inline-block;
	margin-right: 50px;
}
#sitemap-right {
	width: 100%;
	float: none;
}


	
/*フッターの設定*/
footer {
	clear: both;
	padding-top: 25px;
	padding-bottom: 30px;
}
footer h2 {
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
footer h2 img {
	width: 100%;
}
address {
}
	
	


	
/*-------------
contents
-------------*/
/*ここからコンテンツページ共通*/
.contents {
	min-height: 400px;
	padding-top: 80px;
	padding-bottom: 40px;
}
.contents h2 {
	margin-bottom: 25px;
	padding: 20px;
	font-size: 26px;
	padding-top: 80px;
}
.breadcrumbs {
	margin-bottom: 30px;
}
.contents h3 {
	clear: both;
	font-size: 22px;
	text-align: center;
	margin-bottom: 10px;
}
.contents h4 {
	clear: both;
	font-size: 17px;
	text-align: left;
	margin-bottom: 20px;
}
.h4-eng {
	font-size: 33px!important;
	font-weight: normal;
}
.contents h5 {
	font-size: 18px;
	margin-bottom: 20px;
}
.contents h5 span {
	padding-bottom: 5px;
	border-bottom: 3px solid #000000;
}
.contents h6 {
	background: #f8f8f8;
	padding: 4px 10px;
	font-size: 16px;
	margin-bottom: 10px;
}
.contents ul {
	list-style-type: none;
}
.ebtn {
	clear: both;
	margin: 30px auto 50px;
	font-size: 18px;
	text-align: center;
}
.ebtn a {
	width: 500px;
	background: #ec6c00;
	padding: 10px 80px;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.ebtn a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.contents table {
	margin-bottom: 30px;
	width: 100%;
}
.contents table th {
	font-size: 14px;
	padding: 10px 15px;
	background: #000000;
	color: #fff;
	border: 2px solid #fff;
	line-height: 1.5;
}
.contents table td {
	font-size: 14px;
	padding: 10px 15px;
	background: #f9f9f9;
	border: 2px solid #fff;
	line-height: 1.5;
}
.th40 {
	width: 40px;
}
.th60 {
	width: 60px;
}
.th120 {
	width: 120px;
}
.kakomi {
	background: #f9f9f9;
	padding: 20px 7%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.kakomi p {
	margin-bottom: 0!important;
}
	
/*-------------
単独ページ
-------------*/
/*TRAINING*/
ul.training-move {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 0!important;
}
ul.training-move li {
	vertical-align: top;
	letter-spacing: normal;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 0;
}
ul.training-move li:nth-child(3) {
	margin-right: 0;
}
ul.training-move li:nth-child(6) {
	margin-right: 0;
}
ul.training-move li:nth-child(9) {
	margin-right: 0;
}
ul.training-for {
	width: 100%;
	margin-top: 10px;
}
ul.training-for li {
	display: block;
	margin-bottom: 10px;
}
ul.training-for li h4 {
	border-bottom: 3px solid #cecece;
	padding-bottom: 2px;
}
ul.training-merit {
	width: 100%;
	margin-top: 10px;
}
ul.training-merit li {
	display: block;
	width: 100%;
	margin-right: 0;
	margin-bottom: 15px;
}
.merit-photo {
	margin-bottom: 5px;
}
/*ABOUT US*/
.trainer-name {
	font-size: 20px!important;
}
.trainer-eng {
}
.trainer-photo {
	width: 100%;
	float: none;
	margin-right: 0;
	margin-bottom: 10px;
}
.about-logo {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
	
/*SYSTEM*/
table.system-table {
	width: 100%;
}
table.system-table th {
	width: 50%;
}

table.csch-table-sp {
	width: 100%!important;
}
table.csch-table-sp th {
	font-size: 12px!important;
	padding: 5px 1%!important;
	line-height: 1.3;
	background: #cecece!important;
	color: #000000!important;
	width: 10.5%;
}
table.csch-table-sp td {
	width: 10.5%;
	font-size: 13px!important;
	padding: 5px 1%!important;
}
	
/*FREE*/
.ftt {
	width: 95%;
}
	
/*VOICE*/
ul.voice-photo-two {
	letter-spacing: -.4em;
	text-align: center;
}
ul.voice-photo-two li {
	display: inline-block;
	width: 50%;
	margin-right: 0;
	letter-spacing: normal;
	text-align: center;
}
dl.voice-dl {
	margin-bottom: 60px;
}
	
/*RECRUIT*/
table.recruit-table {
	width: 100%!important;
}
.recruit-table td {
}

/*COMPANY*/
table.company-table {
	width: 100%!important;
}
.company-table td {
}
	
/*ACCESS*/
ul.access-list li {
	margin-bottom: 5px;
}
ul.access-list li p {
	height: auto;
}
.alarrow {
	width: 100%;
	position: relative;
	transform: rotate(0deg);
	font-size: 20px;
	text-align: center;
}
.alp {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.alp img {
	margin-bottom: 10px;
}
ul.parking-list {
	text-align: center;
}
	
/*DROPIN*/
.dropin-content {
	width: 90%!important;
	margin-left: auto;
	margin-right: auto;
}
/*クチコミの書き方*/
ul.kuchikomi-list {
	width: 95%;
}
ul.kuchikomi-list li {
}
ul.kuchikomi-list li img {
}
.kc-allow {
	font-size: 18px;
}

/*お問合せ*/
#contact-box {
	width: 90%;
}

}

.grecaptcha-badge { bottom: 55px !important; }

@media screen and ( max-width: 780px ) {
.grecaptcha-badge { bottom: 12vw !important; }
}