@charset "utf-8";


/****************************************
		css reset
*****************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 vertical-align: baseline;
 background: transparent;
}

ol, ul {
 list-style: none;
}

blockquote, q {
 quotes: none;
}

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

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

* { margin:0; padding:0;}

body,html{
 padding: 0;
 margin: 0;
 width: 100%;
 height: 100vh;
 text-align: center; /* IE用 */
 font-family: "Sawarabi Mincho";
 overflow: hidden;
}

img {
 border-style:none;
 border-width: 0;
}

img a {
 border-style: none;
}

img a:focus {outline: none;}

h1,h2,h3,h4,h5,h6 {
 margin: 0;
 padding: 0;
}

address {
	font-style: normal;
}

.sawarabi {
	font-family: "Sawarabi Mincho";
}

.sawarabi_g {
	font-family: "Sawarabi Gothic";
}

.ubuntu {
	font-family: 'Ubuntu', sans-serif;
}

.mplus {
    font-family: "Rounded Mplus 1c";
}

.noto {
    font-family: "Noto Sans Japanese";
}

body {
        background: url(../images/bg.jpg) center center / cover;
    -webkit-text-size-adjust: 100%;
/*  IE8以下の代替の背景画像  */
    width: 100%;
    height: 100%;
}

.fix {
	clear: both;
}

.w_fix {
	width: 100%;
}

.rm_fix {
	margin-right: 0 !important;
}




/*****     loading     *****/


#loading {
    display: none;
	background: #ffffff;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

#loading_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../images/logo.png) center center / cover;
    width: 200px;
    height: 235px;
    margin-top: -235px;
    margin-left: -100px;
}

#loading_logo img {
	width: 100%;
}

#loader {
    position: absolute;
    top: 50%;
    left: 50%;
	font-family: 'Ubuntu', sans-serif;
	margin: 30px auto 0 -150px;
	width: 300px;
	text-align: center;
	font-size: 150%;
	color: #000000;
	}

#loader {
  animation: Flash1 1s infinite;
}

/* アニメーション */
@keyframes Flash1{
  50%{
    opacity: 0.3;
  }
}
	
#bar {
	width: 300px;
	height: 24px;
	border:1px solid #999999;
	border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
	padding: 1px;
	margin-top: 10px;
	font-size: 1px;
	}
	
#bar span {
	display: block;
	width: 0px;
	height: 20px;
	background: #99b0c3;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	}



/*****   base   *****/

.one_col {
	width: 100%;
	margin-bottom: 50px;
	overflow: hidden;
}

.two_col {
	width: 48%;
	margin-bottom: 50px;
	overflow: hidden;
	float: left;
}

.pages {

}

.white_box {
	width: 90%;
	line-height: 30px;
	margin: 0 auto;
	padding: 20px;
	text-align: left;
	overflow: hidden;
}

.gray_box {
	background: #f7f7f7;
	width: 90%;
	line-height: 30px;
	margin: 0 auto;
	padding: 20px;
	text-align: left;
	overflow: hidden;
}

#page-top {
    overflow: hidden;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 50;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#page-top a:hover {
    opacity: 0.8;
}

.out {
    opacity: 0;
}

/*****   header   *****/

header {

}

.title_sub {
    color: #ffffff;
    letter-spacing: 1px;
}

#logo {
    width: 200px;
    margin: 20px 50px;
}

#logo img {
    width: 100%;
}

#header_right {
    background: url(../images/header_right.png) top right no-repeat;
    width: 40%;
    height: 60px;
    line-height: 25px;
    padding:  60px 5% 0 5%;
    text-align: right;
    color: #666666;
    float: right;
    overflow: hidden;
}

/*****   nav   *****/

nav {
    width: 100%;
    height: 60px;
    border-bottom: 1px #9ac4e9 solid;
    box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
}

#navigation {
    width: 100%;
    overflow: hidden;
}

#navigation li {
    width: calc( 16.66% - 2px );
    border-left: 1px #9ac4e9 solid;
    border-right: 1px #ffffff solid;
    float: left;
}

#navigation a {
    display: block;
    background: url(../images/navi_bg.png) top left repeat-x;
    width: 100%;
    line-height: 60px;
    color: #1861ae;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-align: center;
}

#navigation a:hover {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    -webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    -moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.navToggle {
    display: none;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.navfix {
    margin-top: 61px;
}

/*****   main   *****/

main {
    width: 100%;
    height: auto;
}

main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#main_info {
    position: absolute;
    top: 250px;
    width: 100%;
    text-align: center;
}

#main_info h2,
#main_info p {
    color: #ffffff;
    text-shadow: #000000 0 0 5px;
}

#main_info h2 {
    font-size: 300%;
    margin-bottom: 50px;
}

#main_info p {
    font-size: 160%;
}


.bottom_scroll {
    width: 100px;
    margin-left: -50px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 10;
}


#live {
    width: 50%;
    margin: 50px auto;
    overflow: hidden;
}

#live iframe {
    border: 20px #ffffff solid;
    border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
}

/*** HOME  ***/

.home_photo {
    width: 30%;
    margin: 10px 5%;
    float: left;
    overflow: hidden;
}

.home_photo img {
    width: 100%;
}

.home_text {
    background: url(../images/contents_bg.png) bottom right no-repeat;
    width: 60%;
    min-height: 300px;
    margin: 10px 0;
    float: left;
}

.home_text p {
    line-height: 35px;
}

/*****   CONTENTS   *****/

#contents {

}

.contents {

}


/*****   Bottom Contents   *****/


/*****   FACILITY   *****/



/*****     TRAINER     *****/


/*****     PRICE INFORMATION     ******/


/*****     CUCSOMER VOICE     *****/



/*****     SHOP LIST     *****/


/*****     Q & A     *****/


/***   CONTACT   ***/

#form label {
    margin: 10px;
}

.checkbox {
  display: none;
}

.checkbox-parts{
    position: relative;
    margin: 10px 0;
    padding: 15px 20px 15px 53px;
    transition: .3s;
    color: #444;
    border-radius: 8px;
    border: 1px solid #000;
    display: inline-block;
    cursor: pointer;
    line-height: 1;
}

.checkbox:checked + .checkbox-parts{
  background: #ff555e;
  color: #fff;
  border: 1px solid #ff555e;
}

.checkbox-parts::before{
  content: "";
  display: block;
  left: 9px;
  width: 30px;
  height: 15px;
  border-radius: 15px;
  border: 1px solid #aaa;
  background: #fff;
  position: absolute;
}

.checkbox-parts::after{
  content: "";
  display: block;
  position: absolute;
  top:17px;
  left: 11px;
  width: 13px;
  height: 13px;
  background: #aaa;
  border-radius: 50%;
  transition:.2s;
  display: block;
}

.checkbox:checked + .checkbox-parts::before {
  border: 1px solid #ff555e;
}

.checkbox:checked + .checkbox-parts::after {
  left: 26px;
  background: #ff555e;
}

.radio-parts {
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
  line-height:1;
  cursor: pointer;
}

.radio-input{
  display: none;
}
.radio-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
  background: #ccc;
  box-shadow: 1px 1px 1px rgba(0,0,0,.3);
  display: block;
}
.radio-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 9px;
  height: 9px;
  border: 1px solid #999;
  border-radius: 50%;
  background: #b7414c;
  transition:.3s;
  display: block;
}
.radio-parts{
  transition:.3s;
  color: #888;
}
.radio-input:checked + .radio-parts{
  color:#ff555e;
}
.radio-input:checked + .radio-parts::after{
  border: 1px solid #bbb;
  border-radius: 50%;
  box-shadow: 1px 1px 1px rgba(255,255,255,1),-3px -3px 3px #ff555e inset;
  background: #ffffff;
}


#form {
    background: #ffffff;
    width: 60%;
    margin: 0 auto;
    padding: 50px 5%;
    clear: both;
    overflow: hidden;
}

#form select {
    margin: 5px 0;
    padding: 5px 10px;
    line-height: 24px;
    font-size: 16px;
}

#form table {
    width: 95%;
    margin: 0 auto;
    border-spacing: 0px;
    border-collapse: collapse;
    overflow: hidden;
}

#form th,#form td {

}

#form th {
    width: 15%;
    height: 35px;
}

#form td {
    width: 75%;
    height: 35px;
    padding: 10px 0 20px 5%;
    border-top: 1px #999999 dashed;
    vertical-align: middle;
}

#form input.text,
#form textarea.text {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	padding: 0.3em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #333333;
	border: 1px solid #1b2538;
	border-radius: 4px;
}

#form input.date{
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 12em;
	padding: 0.3em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #333333;
	border: 1px solid #1b2538;
	border-radius: 4px;
}

#form input.text:focus,
#form input.date:focus,
#form textarea.text:focus  {
	border: 1px solid #da3c41;
	outline: none;
	box-shadow: 0 0 5px 1px rgba(218,60,65, .5);
}

#submit-btn {
    width: 50%;
    margin: 20px auto;
    overflow: hidden;
}

#form input[type="button"],#form input[type="submit"],.mail input[type="button"],.mail input[type="submit"] {
    width: 100%;
    height: 60px;
    padding: 5px;
    background-color: #ff6666;
    border: 1px #ff6666 solid;
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: 0.1em;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#form input[type="button"]:hover,#form input[type="submit"]:hover,.mail input[type="button"]:hover,.mail input[type="submit"]:hover {
    background-color: #FFFFFF;
    color: #ff6666;
}

.ui-datepicker-trigger {
    line-height: 35px;
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer;
}

.req {
 color: #FF0000;
}


/*****   footer   *****/

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}

#copyright {
    background: #9ac4e9;
    width: 100%;
    line-height: 25px;
    color: #ffffff;
    text-align: center;
    font-size: 80%;
    letter-spacing: 1px;
}





/*--------------------------------------------------------------
 mobile 切り替え
--------------------------------------------------------------*/

/*  スマホ用  */
@media all and (max-width: 1024px) {


#live {
    width: 80%;
    margin: 50px auto;
}


    
#live iframe {
     width: 80%;
}

    header {

    }
    
    #logo {
        margin: 20px auto;
    }
    
    h1 {
        font-size: 170%;
    }
    
    nav {
    }
    
    #navigation {
    }
    
    #navigation li {
    }
    
    #navigation a {
    }
    
    .navToggle {
	    display: block !important;
	    background: rgba( 0,0,0, 0.3 );
	    position: fixed;    /* bodyに対しての絶対位置指定 */
	    right: 3.5%;
	    top: 3%;
	    width: 50px;
	    height: 55px;
	    cursor: pointer;
	    z-index: 200;
	    text-align: center;
	    border-radius: 5px;
	}
 
	.navToggle span {
	    display: block;
	    position: absolute;    /* .navToggleに対して */
	    width: 38px;
	    border-bottom: solid 3px #ffffff;
	    -webkit-transition: .35s ease-in-out;
	    -moz-transition: .35s ease-in-out;
	    transition: .35s ease-in-out;
	    left: 6px;
	}
 
	.navToggle span:nth-child(1) {
	    top: 11px;
	}
 
	.navToggle span:nth-child(2) {
	    top: 20px;
	}
 
	.navToggle span:nth-child(3) {
	    top: 29px;
	}
 
	.navToggle span:nth-child(4) {
        border: none;
        color: #ffffff;
   	 	font-size: 12px;
   	 	font-weight: bold;
	    font-family: 'Ubuntu', sans-serif;
   	 	top: 37px;
	}
	
	.navToggle.active span:nth-child(1) {
	    top: 18px;
	    left: 6px;
	    -webkit-transform: rotate(-45deg);
	    -moz-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	}
 
	.navToggle.active span:nth-child(2),
	.navToggle.active span:nth-child(3) {
	    top: 18px;
	    -webkit-transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	    transform: rotate(45deg);
	}
    
    #concept {
    }
    

    /***   HOME   ***/
    


    #concept h2 {
    }
    
    
    /***   footer   ***/

    #copyright {
        font-size: 50%;
    }
}

/*--------------------------------------------------------------
404 error page
--------------------------------------------------------------*/

.error_page {
   height: 98% ; /* IE8以下とAndroid4.3以下用フォールバック */
   height: -webkit-calc(100vh - 345px) ;
   height: calc(100vh - 345px) ;
   padding-top: 100px;
}

.page404 h3 {
	text-indent: 60px;
}
   
/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
        -moz-border-radius: 3px;     /* Firefox用 */
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

