@charset "UTF-8";

/*//フォントの定義*/
@font-face {
  font-family: "venticf-medium";
  src: url("../font/venticf-medium-webfont.eot") format("embedded-opentype"),
    url("../font/venticf-medium-webfont.woff") format("woff"), 
    url("../font/venticf-medium-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "venticf-bold";
  src: url("../font/venticf-bold-webfont.eot") format("embedded-opentype"),
    url("../font/venticf-bold-webfont.woff") format("woff"), 
    url("../font/venticf-bold-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "venticf-demibold";
  src: url("../font/venticf-demibold-webfont.eot") format("embedded-opentype"),
    url("../font/venticf-demibold-webfont.woff") format("woff"), 
    url("../font/venticf-demibold-webfont.ttf") format("truetype");
}

/* CSS Document */

/*====================
{{スマホを基本設計にする}}
 - 〜479px：SP縦
 - 480px〜599px：SP横
 - 600px〜959px：タブレット
 - 960px〜1279px：小型PC
 - 1280px〜：大型PC
====================*/

/* 〜479px：SP縦
------------------------------ */

body {

}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'venticf-demibold', sans-serif;
	letter-spacing: 1px;
}

.english{
	font-family:  'venticf-medium', sans-serif;
	letter-spacing: 1px;
}

#wrap {
    background-color: #fff;
    line-height: 20px;
    overflow: hidden;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

img {
    max-width: 100%;
    height: auto !important;
}
.english-last{
    margin:0 !important;
    font-family: 'venticf-medium', sans-serif;
    letter-spacing: 1px;

}
.p-address{
    margin:0 !important;
}
p {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
font-weight: 500;
letter-spacing: 2px;
    margin: 20px 0 10px;
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
/*--==============header==============*/

header{
padding: 15px;
    position: relative;
    z-index: 2;
}

header .logo {
    text-align: left;
}

header .logo img {
    max-height: 60px;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

/* 06/23追加 ノベルティキャンペーン*/
#campaign{
/*	width:80%;*/
	margin-bottom: 20px;
	

}
.novelty{
	margin-bottom: 10px;
}
　


/*--==============heropanel==============*/
#heroPanel{


}
#heroPanel_background {
    background-image: url("../img/CP-LowRes-Mountain-Lake-Kayak-Vertical_144521449_2.jpg") !important;
  	top: 0;
  	left: 0;
  	bottom: 0;
	background-size: cover;
    background-position: center center;
	border: none !important;
    color: #000;
	z-index: 0;
    overflow: hidden;
}
.form_space{
	padding: 0 5%;
}
.panelWrap {
    background-size: cover;
    background-position: center;
    position: relative;
}


.heroOverlay {
  background-size: cover;
  opacity: 1;
}

#heroPanel .inside > .row {
    min-height: 400px;

}

#heroPanel .inside .content.left {
    margin: auto;
    max-width: none;
    text-align: left;
}

#heroPanel h1 {
    font-size: 2.8rem;
    line-height: 2.8rem;
	text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 700;
}

#heroPanel hr {
	margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    width: 100px;
    border-width: 5px;
    border-color: #5c8cc9;
    margin-left: 0;
}

#heroPanel p {
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0;
    font-weight: 300;
}

#heroPanel .inside .form {
/*
    background: rgba(255,255,255,0.9);
    box-shadow: 0px 5px 20px #999;
*/
    text-align: center;
/*    padding: 45px 50px;*/
	
}
.form_whit{
	background: rgba(255,255,255,0.9);
    box-shadow: 0px 5px 20px #999;
	padding: 0px 15px 0 ;
	margin-bottom: 80px;
	flex: 0 0 90%;
	max-width: 0 0 90%;
}
/*サンクスページの背景*/
#heroPanel_thnx {
    background-image: url("../img/bg_clubpilates06.jpg");
  	top: 0;
  	left: 0;
  	bottom: 0;
	background-size: cover;
    background-position: center center;
	border: none !important;
    color: #000;
	z-index: 0;
    overflow: hidden;
}

#heroPanel_thnx .inside > .row {
    min-height: 400px;
}

#heroPanel_thnx .inside .content.left {
    margin: auto;
    max-width: none;
    text-align: left;
}

#heroPanel_thnx h1 {
    font-size: 2.8rem;
    line-height: 2.8rem;
	text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 700;
}

#heroPanel_thnx hr {
	margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    width: 100px;
    border-width: 5px;
    border-color: #5c8cc9;
    margin-left: 0;
}

#heroPanel_thnx p {
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0 0;
    font-weight: 300;
}

#heroPanel_thnx .inside .form {
    background: rgba(255,255,255,0.9);
    box-shadow: 0px 5px 20px #999;
    text-align: center;
    padding: 45px 50px;
}
/*サンクスページの背景ここまで*/

/*--==============panel==============*/
.panelWrap {
    background-size: cover;
    background-position: center;
    position: relative;
}

.panelWrap .inside {
    padding-top: 0;
    padding-bottom: 50px;

	position: relative;
    z-index: 1;
}

#mainPanel {
    text-align: left;
}

#mainPanel .leftContent, #mainPanel .rightContent {
    margin: 30px 0;
}

#mainPanel p {
    font-size: 1rem;
    line-height: 1.5rem;
}

.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

iframe {
    box-shadow: 0px 5px 20px #999;
	max-width: 100%;
}
.form iframe {
box-shadow:none;
	margin: 0 auto;
}

.player .vp-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    overflow: hidden;
	opacity: 1;
    transition: opacity 125ms ease-out;
}

#mainPanel:nth-child(2n+1) {
    background: none;
}
/*
#mainPanel:nth-child(odd) {
    background-color: #f9f9f9;
}
*/

.contentImg .inside > .right {
    background: linear-gradient(360deg,#f4f4f4 80%,#ffffff 40%);
    padding-top: 50px;
    padding-bottom: 50px;
}

.contentImg .rightContent {
    padding-left: 50px;
    padding-right: 50px;
}

#mainPanel .leftImg img, #mainPanel .rightImg img, #mainPanel .centerImg img {
    box-shadow: 0px 5px 20px #999;
}
#mainPanel .leftImg img {
    display: block;
    margin: auto;
}

#mainPanel h2 {
    font-size: 1.5rem;
    line-height: 2rem;
}

.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.contentImg .leftContent {
    padding-left: 50px;
    padding-right: 50px;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.contentImg .inside > .left {
    background: linear-gradient(360deg,#f4f4f4 80%,#ffffff 40%);
}

.contentImg .inside > .left {
/*    background: linear-gradient(90deg,#f4f4f4 60%,#ffffff 40%);*/
    padding-top: 50px;
    padding-bottom: 50px;
}

/*--==============content Footer==============*/
.footerOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}


#footerPanel {
    color: #fff;
	background: rgba(92,140,201,1);
}

#footerPanel .inside {
    padding: 0;
}

#footerPanel .content {
    margin: 0;
}

#footerBG {
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 0;
	    background-image: url(https://offers.clubpilates.com/national/wp-content/uploads/sites/7/2018/09/DNA_ClubPilates-1054d-e1548441455465.jpg);
}

.d-none {
    display: none!important;
}
#footerText{
	padding: 10rem 0;
}

#footerPanel h1 {
    font-size: 40px;
	font-weight: 700;
    text-transform: uppercase;
	line-height: 1.2;
}

#footerPanel .content p {
    font-size: 18px;
    font-weight: 300;
}

.bgContent {
    opacity: 0;
	padding: 10rem 50px;
}



#wrap a.btn-topLink, #wrap a.btn-bottomLink {
    color: #5c8cc9 !important;
}
#wrap a.btn-topLink, #wrap a.btn-bottomLink {
    background-color: #ffffff !important;
}
#footerPanel .btn-topLink, #footerPanel .btn-bottomLink {
/*    background-color: transparent;*/
    border: 2px solid #fff;
    border-radius: 30px;
/*    color: #fff;*/
}

a {
/*    color: #78c7d6;*/
    text-decoration: none;
}

.footContent p{
	font-family: 'venticf-medium', sans-serif;
	letter-spacing: 1px;
}

.btn{
	text-align: center;
    white-space: nowrap;
    vertical-align: middle;
	user-select: none;
	font-size: 1rem;
    line-height: 1.5;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-topLink, .btn-bottomLink {
    padding: 15px 50px;
	box-shadow: none;
	display: inline-block;
    margin-top: 15px;
    text-transform: uppercase;
	font-weight: 500;
}

.caution{
	width:100%;
	margin: 20px auto 0;
}

.cautiontxt {
	font-size: 12px !important;
    line-height: normal !important;
	margin: 0 auto !important;
}

.tel_img{
	width: 100%;
	margin: 0 auto ;
}

/*--==============page Footer==============*/
footer{
	text-align: center;
	font-size: 12px;
}

/*--==============THANKS==============*/
.thx01{
	font-size: 2rem !important;
}
.btn-square{
	display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #337ab7;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
}

.btn-square:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

@media screen and (min-width: 576px){
.col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
	#campaign{
/*		width: 86%;*/
	}
}
@media screen and (max-width:767px) {
	.video1, .video2 {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
      width: 90%;
}

 
.video1 iframe, .video2 iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
	
}
@media screen and (min-width:768px) {
		.form_space {
    padding: 0 50px;
}
		.video1 {
     position: relative;
     padding-bottom: 25.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
      width: 90%;
}

	.video2 {
     position: relative;
     padding-bottom: 32.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
      width: 90%;
}
 
.col-md-5 iframe, .col-md-7 iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
	
	
.col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
	
.m-md-auto {
    margin: auto!important;
}
	
#heroPanel .inside .form {
/*    padding: 45px 50px;*/
}
#heroPanel_thnx .inside .form {
    padding: 45px 50px;
}
	
.contentSplit .inside {
    padding-top: 100px;
    padding-bottom: 100px;
}
	.offset-md-1 {
    margin-left: 8.333333%;
}
	
	#mainPanel .leftContent, #mainPanel .rightContent {
    margin: auto;
}
	.col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

	#mainPanel .rightContent {
    margin: auto;
    margin-top: 0;
}
	
	.col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
	
	.order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

	.contentImg .inside > .right {
    background: linear-gradient(270deg,#f4f4f4 60%,#ffffff 40%);
    padding-top: 50px;
    padding-bottom: 50px;
}
	
	.contentImg .inside > .left {
    background: linear-gradient(90deg,#f4f4f4 60%,#ffffff 40%);
    padding-top: 50px;
    padding-bottom: 50px;
}
	

    #campaign{
/*    max-width: 65%;*/
}
	.caution{
	width:500px;
	margin: 20px auto 0;
}
	.cautiontxt {
	font-size: 14px !important;
	}
	
	.tel_img{
	width: 500px;
	margin: 0 auto ;
}

/*--==============Footer==============*/
	
#footerPanel {
    color: #fff;
/*    background-image: url(../img/DNA_ClubPilates-1054d-e1548441455465.jpg);*/
}
	
	.d-md-block {
/*    display: block!important;*/
}

	.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
		.container-fluid {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}
	.form_whit{
/*
	background: rgba(255,255,255,0.9);
    box-shadow: 0px 5px 20px #999;
	padding: 45px 50px 0 ;
	margin-bottom: 80px;
*/
	flex: 0 0 58.333333%;
	max-width: 0 0 58.333333%;
}
}

@media (min-width: 992px){
	#campaign{
/*
    flex:0 0 53.333333%;
	max-width:53.333333%;
*/
		margin-bottom: 20px;
	}
	.col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
/*    max-width: 33.333333%;*/
}
	
.col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
	#heroPanel.panelWrap .inside {
    padding-top: 10px;
    padding-bottom: 50px;
}
#heroPanel_thnx.panelWrap .inside {
    padding-top: 200px;
    padding-bottom: 200px;
}
	
}

@media screen and  (max-width: 1120px){
#heroPanel h1 {
    font-size: 2.8rem;
    line-height: 2.8rem;
}
#heroPanel_thnx h1 {
    font-size: 2.8rem;
    line-height: 2.8rem;
}
	
}
	@media (max-width: 991px){
.bgContent, .footContent {
    padding: 5rem 50px;
}
		
	}
		@media (max-width: 1200px){
#mainPanel h2 {
    font-size: 2rem;
    line-height: 2.5rem;
}

		}

/* 1280px〜：大型PC
------------------------------ */
@media screen and (min-width:1200px) {
	#heroPanel h1 {
    font-size: 4rem;
    line-height: 4rem;
}
    #heroPanel_thnx h1 {
    font-size: 4rem;
    line-height: 4rem;
}
	#mainPanel p {
    font-size: 1rem;
    line-height: 1.5rem;
}

	#mainPanel h2 {
    font-size: 3rem;
    line-height: 3.5rem;
}
	
.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
	
	#mainPanel .rightContent {
    margin: auto;
    margin-top: auto;
}
	
	.thx01{
	font-size: 4rem !important;
}
}

/* 22/10/05 サブタイトル追加 */

.sub-title h2{
    font-size:1.3rem;
    text-align: center;
    font-weight: 300;
    margin:30px auto 10px;
}

.sub-title span{
    font-size:1.1rem;
}

@media screen and (max-width:767px) {
    .sub-title h2{
        font-size:1.1rem;
    }

    .sub-title span{
        font-size:0.9rem;
    }
}