@charset "UTF-8";
/*
	00. common
========================================================================== */
.content {
	padding: 20px 4% 0;
}
.content section {
	margin-bottom: 40px;
}
.content p {
	line-height: 1.7;
}
.kv h1 {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-top: 53.3333vw;
}

/*
    CONCEPT
========================================================================== */
#concept h1 {
	background:url("../images/concept/kv_sp.jpg") no-repeat 0 0;
	background-size: contain;
}

/*
    TRAINER
========================================================================== */
#trainer h1 {
	background:url("../images/trainer/kv_sp.jpg") no-repeat 0 0;
	background-size: contain;
}
#trainer .trainer_list li {
	margin-bottom: 30px;
}
#trainer .trainer_list li img {
	box-shadow: 4px 4px #1f5a78;
  display: block;
  width: 80%;
  margin: 0 auto;
}
#trainer .trainer_list li:nth-child(even) img {
	box-shadow: 4px 4px #b42356;
}

/*
    PLAN
========================================================================== */
#plan h1 {
	background:url("../images/plan/kv_sp.jpg") no-repeat 0 0;
	background-size: contain;
}

/*
    FACILITY
========================================================================== */
#facility h1 {
	background:url("../images/facility/kv_sp.jpg") no-repeat 0 0;
	background-size: contain;
}
#facility .facility_list li {
	margin-bottom: 30px;
}
#facility .facility_list li img {
	box-shadow: 4px 4px #1f5a78;
}
#facility .facility_list li:nth-child(even) img {
	box-shadow: 4px 4px #b42356;
}

/*
    VOICE
========================================================================== */
#voice h1 {
	background:url("../images/voice/kv_sp.jpg") no-repeat 0 0;
	background-size: contain;
}
#voice .voice_list li a {
	display: block;
	margin-bottom: 30px;
	padding: 5%;
	box-sizing: border-box;
	border-top: 1px solid #7f797e;
	border-left: 1px solid #7f797e;
	background: url("../images/top/voice_cont_bg.png") no-repeat 100% 100%;
	background-size: 150vw;
}
#voice .voice_list li a .voice_img {
	position: relative;
	float: left;
	width: 40%;
}
#voice .voice_list li a .voice_img .name {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px;
	background: rgb(255,255,255,0.7);
	text-align: center;
	box-sizing: border-box;
	font-size: 3vw;
}
#voice .voice_list li a .voice_img .name span {
	margin-right: 0.4em;
	font-size: 110%;
}
#voice .voice_list li a .voice_txt {
	float: right;
	width: 55%;
	height: auto!important;
}
#voice .voice_list li a .voice_txt .ttl {
	font-size: 15px;
	color: #b42356;
	margin-bottom: 8px;
}
#voice .voice_list li a .voice_txt .label {
	display: block;
	background: #2e2b2e;
	color: #fff;
	padding: 3px 10px;
	margin-bottom: 8px;
	font-size: 90%;
}
#voice .voice_list li a .voice_txt .txt {
	font-size: 95%;
}
#voice .voice .btn {
	display: block;
	width: 140px;
	margin: 0 auto;
}

/*  詳細ページ */
#voice .voice_low .voice_img {
    position: relative;
    margin: 0 0 20px 0;
    width: 100%;
}
#voice .voice_low .voice_txt {
    position: relative;
    margin:0;
}
#voice .voice_low .voice_txt .ttl {
	font-size: 18px;
	color: #b42356;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
}
#voice .voice_low .ans {
	font-size: 16px;
}
#voice .voice_low .ttl-low2 {
	font-size: 16px;
	letter-spacing: 0;
}
#voice .voice_low .btn {
    display: block;
    width: 170px;
    margin: 0 auto;
}

/* スライダー */
#voice .swiper-container{
    text-align: center;
    cursor: grab;
}
#voice .swiper-container:active{
    cursor: grabbing;
}
#voice .swiper-container .swiper-slide img {
    max-width: 100%;
    width: 100%;
    height: auto;
}       
#voice #thumbs {
    height: 10%;
    box-sizing: border-box;
    padding: 10px 0;
}
#voice #thumbs .swiper-slide {
    width: 16%;
    height: auto;
    opacity: 0.3;
    cursor: grab;
}
#voice #thumbs .swiper-slide:active {
    cursor: grabbing;
}
#voice #thumbs .swiper-slide-active {
    opacity: 1;
}
#voice .swiper-blind-left,
#voice .swiper-blind-right {
    position: absolute;
    width: 11.55%;
    height: 100%;
    display: block;
    top: 0;
    background: rgba(255,255,255,.7);
    z-index: 5;
}
#voice .swiper-blind-left {    left: 0;}
#voice .swiper-blind-right {    right: 0;}
.swiper-button-prev {
    background: none;
	font-size: 30px;
}
.swiper-button-next {
    background: none;
	font-size: 30px;
}
@media (max-width: 600px) {
    .swiper-blind-left,.swiper-blind-right {
    display: none;
    }
}


/*
    ACCESS
========================================================================== */
#access h1 {
	background:url("../images/access/kv_sp.jpg") no-repeat 0 0;
	background-size: contain;
}
/* googlemap */
#access .ggmap {
	position: relative;
	padding-bottom: 100%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
    margin-bottom: 20px;
}
#access .ggmap iframe, .ggmap object, .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
}
#access .ggmap span {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

/*
	18. contact(お問い合わせ)
========================================================================== */
#contact h1 {
	background:url("../images/contact/kv_sp.jpg") no-repeat 0 0;
	background-size: contain;
}
/* Contact Form7 */
.contact7 {
	max-width: 100%;
  margin: 0 auto 20px;
	box-sizing: border-box;
	padding: 20px;
	border: solid 4px #efefef;
}
.contact7 dd {
	margin: 5px 0 30px 0;
}
.contact7 dt {
	font-weight: normal;
}
.contact7 input, textarea, select {
  max-width: 100%;
}
/* 必須マーク */
.contact7 .must {
	background: #FF1A00;
}
/* 任意マーク */
.contact7 .optional {
	background: #999;
}
 
.contact7 .must,
.contact7 .optional {
	color: #FFF;
	border-radius: 3px;
	font-size: 10px;
	margin-left: 10px;
	padding: 5px 10px;
	letter-spacing: 2px;
}
.btn_contact7 {
	text-align: center;
}
.btn_contact7 input {
	width: 70%;
  padding: 10px;
	background-color: #b42356;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #b42356;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
  border-radius: 8px;
}
.btn_contact7 input:hover {
	background-color: #FFF;
	color: #b42356; 
}

/*
	BLOG
========================================================================== */
#blog h1 {
	background:url("../images/blog/kv_sp.jpg") no-repeat 0 0;
	background-size: contain;
}
#blog .main_content {
	margin-bottom: 30px;
}
#blog .sidebar {
	margin-bottom: 30px;
	padding: 5%;
	background: #f9f8f5;
}
#blog .sidebar .list-arrow li {
	margin-bottom: 3px;
}
#blog .sidebar .list-arrow li a {
	text-decoration: underline;
}
#blog .post h2 a {
	color: #fff;
	font-size: 17px;
}
#blog .post .post_sub li {
	float: right;
	margin-bottom: 15px;
}
#blog .post .post_sub .category {
	display: inline-block;
	background: #2e2b2e;
	color: #fff;
	padding: 3px 10px;
	margin-right: 5px;
	font-size: 90%;
}
#blog .post .post_sub .date{
	color: #9E9E9E;
	font-size: 90%;
	line-height: 2;
}


.roop {
	margin-bottom: 30px;
}
.post {
	border: 1px solid #ccc;
	border-radius : 4px;
	padding: 5%;
	margin-bottom: 20px;
	background: #fff;
}
.post p {
	margin-bottom: 10px;
	font-size: 14px;
}
.posts-btn{
	text-align: center;
	margin-top: 40px;
	margin-bottom: 50px;
}
.posts-btn li{
	display: inline;
}
.posts-btn li:first-child:after{
	content:"|";
	margin-left: 30px;
}
.posts-btn li:first-child{
	margin-right: 30px;
}
.posts-btn a {
	color: #2780bb;
	text-decoration: underline;
	vertical-align: middle;
}
.posts-btn a i {
	margin: 0 3px;
	font-size: 90%;
	vertical-align: middle;
}
.post iframe, .post img {
	max-width: 100%;
	height: auto;
}
#s {
	width: 90%;
	padding: 2px 5px;
	margin: 0 auto;
	display: block;
	line-height: 26px;
}
#searchsubmit {
	display: block;
	margin: 10px auto 30px;
	width: 100px;
	text-align: center;
	padding: 4px;
	font-size: 14px;
	border: 1px solid #ccc;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #ededed 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
	color: #444;
}

/* ページナビ */
.wp-pagenavi {
	clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}
.wp-pagenavi span.current {
	font-weight: bold;
}

/* 投稿見出し用 */
.cms_content p {
  margin-bottom: 10px;
}
.cms_content strong {
  font-weight: bold;
}
.cms_content em {
  font-style: italic;
}
.cms_content a {
  text-decoration: underline;
  color: #1f5a78;
}
.cms_content blockquote {
  border-left: 6px solid #d9d9d9;
  padding-left: 10px;
}
.cms_content ul li {
  list-style: disc;
  margin-left: 1.5em;
}
.cms_content ol li {
  list-style: decimal;
  margin-left: 1.5em;
}
.cms_content h2 {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", Times, "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.1em;
	font-size: 17px;
	text-align: center;
	border-bottom: 2px solid #cba41a;
  margin-bottom: 10px;
}
.cms_content h3 {
	font-size: 17px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", Times, "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.1em;
	color: #fff;
  background: #b42356;
	padding: 5px 15px;
  margin-bottom: 10px;
  border-radius: 3px;
}
.cms_content h4 {
	display: inline-block;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", Times, "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 17px;
	padding: 0 0.2em;
	background: linear-gradient(transparent 65%, #eace6b 65%, #eace6b 90%, #eace6b 90%, #eace6b 90%);
  margin-bottom: 10px;
}
.cms_content h5 {
	font-size: 15px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", Times, "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 10px;
}
.cms_content h5::before {
	display: inline-block;
	content: '■';
  font-size: 13px;
  padding-right: 3px;
  color: #b42356;
}