/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

/*font*/
@font-face {
    font-family: 'kokoro';
    src: url("Kokoro.woff") format('woff');
}

body {
  font-size: 1.6rem;
 font-family: "kokoro", "IM Fell English SC", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  color: #ffffff;
  background-color: #131d20;
}
body::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}

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

/*ストライプ*/
.cd-block {
	background-size: cover;
	background-image: no repeat;
}

.cd-half-block {
	font-size: 1.2rem;
  	font-family: "kokoro", "IM Fell English SC", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    background: -moz-linear-gradient(left, #000, #000 50%, #e0d8ce 50%, #e0d8ce);
    background: -webkit-linear-gradient(left, #000, #000 50%, #e0d8ce 50%, #e0d8ce);
	background: -ms-linear-gradient(left, #000, #000 50%, #e0d8ce 50%, #e0d8ce);
    background: linear-gradient(left, #000, #000 50%, #e0d8ce 50%, #e0d8ce);
    -moz-background-size: 40px 40px;
    -webkit-background-size: 40px 40px;
	-ms-background-size: 40px 40px;
    background-size: 40px 40px;
  /*background: #ffffff;*/
  color: #263b40;
}
/*ストライプ*/

.cd-half-block:nth-of-type(1) {
  height: 60vh;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
}
.cd-half-block:nth-of-type(2) {
  padding: 3em 5%;
}
.cd-half-block p {
  font-size: 1.8rem;
  line-height: 1.8;
}

/*.cd-section h4 {
	text-align: center;
	margin-top: 20px;}*/

.cd-section h1 {
	font-size: 4.6rem;
	text-align: center;
	margin-top: 400px;
}

h3 {
	
	padding-left: 30px;
	/*padding-top: 30px;*/
	padding-right: 30px;
	background-color: #fff;
	font-size: 14px;
	padding-bottom: 30px;
	line-height: 2em;
	
}
h2 {
	font-weight: 800;
	font-size: 18px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-top: 30px;
	padding-right: 30px;
	background-color: #fff;
	/*margin-left: -70px;*/
}
.course {
	font-size: 14px;
	color:#C6B49E;
	padding-top: 12%;
}
#copyright {
	margin-left: 40px;
	margin-bottom: 20px;
}
dl {
	
	padding-left: 20px;
	padding-right: 20px;
	background-color: #fff;
}

dd {padding-bottom: 20px;
	line-height: 1.4em;
}
dt {font-weight: 600;
	font-size: 14px;
	padding-bottom: 10px;
}

.logo {
 display: block;
 margin-left: 40%;
 margin-right: auto;
 margin-top: 10%;
}

#instagram {
 display: block;
 margin-left: 45%;
 margin-top: 10%;
}

div.table-cell{
    display: table-cell;    
    vertical-align: middle;
}


div.table-cell {
	/*width: 98%;*/
	background-color: #fff;
	/*margin-top: 10%;*/
}

div.table-cell {
	border: 2px solid #c7c6c6;
    -webkit-box-shadow: 0 10px 10px -6px #666;
       -moz-box-shadow: 0 10px 10px -6px #666;
            box-shadow: 0 10px 10px -6px #666;
}



#profile {
	width: 90%;
}

#profile {
	border: 2px solid #c7c6c6;
    -webkit-box-shadow: 0 10px 10px -6px #666;
       -moz-box-shadow: 0 10px 10px -6px #666;
            box-shadow: 0 10px 10px -6px #666;
}

.cd-section:nth-of-type(1) .cd-block:first-of-type {
	
	/*height: 0;*/
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    /*padding-top: 66.7%;*/
    background: url("../img/clock.jpg") 0 0 no-repeat;
    background-size: contain;
}

.mail {
 display: block;
 margin-left: auto;
 margin-right: auto;
 margin-top: 10%;
}

/***************ナビゲーション************/
.cd-vertical-nav {
  position: fixed;
  z-index: 1;
  right: 3%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
.cd-vertical-nav a {
  display: block;
  height: 40px;
  width: 40px;
  /* image replace */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: transparent url(../img/cd-icon-arrow.svg) no-repeat center center;
  -webkit-transition: opacity 0.2s 0s, visibility 0.2s 0s;
  -moz-transition: opacity 0.2s 0s, visibility 0.2s 0s;
  -ms-transition: opacity 0.2s 0s, visibility 0.2s 0s;
  transition: opacity 0.2s 0s, visibility 0.2s 0s;
}
.cd-vertical-nav a.cd-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-bottom: 10px;
}
.cd-vertical-nav a.inactive {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  -ms-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
}
  
/***************レスポンシブ************/


@media only screen and (min-width: 480px) {
  body::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

@media only screen and (min-width: 480px) {
  .cd-section {
    height: 1080px;
  }
}

@media only screen and (min-width: 768px) {
  /*.cd-section h1{
    font-size: 3.2rem;
  }*/
}
@media only screen and (min-width: 480px) {
  .cd-section h1{
    font-size: 4.2rem;
  }
}


.cd-block, .cd-half-block {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-block {
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.cd-section:first-of-type .cd-block {
  visibility: visible;
  height: 100vh;
  background-color: #000;
}
@media only screen and (min-width: 480px) {
  .cd-block {
    position: fixed;
    width: 100%;
    min-height: 100vh;
    top: 0;
    left: 0;
    height: 100vh;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.7);
    visibility: hidden;
  }
  .cd-section:first-of-type .cd-block {
    visibility: visible;
  }
  .cd-block > * {
    visibility: visible;
  }
}

@media only screen and (min-width: 480px) {
  .cd-half-block {
    height: 100vh !important;
    width: 50%;
    position: absolute;
    top: 0;
  }
  .cd-half-block p {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    padding: 0 30%;
    font-size: 2.4rem;
  }
  .cd-section:nth-of-type(even) .cd-half-block:first-of-type, .cd-section:nth-of-type(odd) .cd-half-block:nth-of-type(2) {
    left: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .cd-section:nth-of-type(odd) .cd-half-block:first-of-type, .cd-section:nth-of-type(even) .cd-half-block:nth-of-type(2) {
    right: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}


@media only screen and (min-width: 480px) {
  .cd-vertical-nav {
    display: block;
  }
  img {
		height: auto;
		float: left;
    }
}

@media only screen and (max-width: 479px) {
  .cd-section:nth-of-type(1) .cd-block:first-of-type {
	
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    /*padding-top: 66.7%;*/
    background: url("../img/clock_r.jpg") 0 0 no-repeat;
    background-size: contain;
	height: 50vh !important;
}
.cd-section h1{
    font-size: 3.5rem;
	text-align: center;
	margin-top: 10px;
}
#logo img{
	margin: 0 auto;
	max-width: 50%; 
    height: auto;
	padding-top: 50px;
}
body {
	background-color: #000;
	}
}
@media only screen and (min-width: 768px) and (max-width: 979px) {	
	.course {
	display: inline-bl3ock;
	width: 220px;
	height: 350px;
	background-color: #000;
	font-size: 14px;
	color:#C6B49E;
	padding-top: 60%;
	}
	#logo img{
	max-width: 50%; 
    height: auto;
	padding-top: 50px;
	margin-left: 35%;
}
	}
	


/************************************/

/*fadeinfadeout1*/
#stage {
position: relative;
/*max-width:600px;*/
margin: 20%;
/*margin: 0 auto;*/
background:#000;
}
.pic {
position: absolute;
}
.pic img {
width: 100%;
height: auto;
opacity:0;
-moz-animation: imgTrans 24s infinite;
-webkit-animation: imgTrans 24s ease-in infinite;
animation: imgTrans 24s infinite;
}
#photo1 img {
-moz-animation-delay: 0s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
#photo2 img {
-moz-animation-delay: 8s;
-webkit-animation-delay: 8s;
animation-delay: 8s;
}
#photo3 img {
-moz-animation-delay: 16s;
-webkit-animation-delay: 16s;
animation-delay: 16s;
}
/*#photo4 img{
-moz-animation-delay: 24s;
-webkit-animation-delay: 24s;
animation-delay: 24s;
}
#photo5 img {
-moz-animation-delay: 32s;
-webkit-animation-delay: 32s;
animation-delay: 32s;
}*/
@-webkit-keyframes imgTrans {
0% { opacity:0; }
7% { opacity:1; }
18% { opacity:1; }
25% { opacity:0; }
100% { opacity:0; }
}
@-moz-keyframes imgTrans {
0% { opacity:0; }
7% { opacity:1; }
18% { opacity:1; }
25% { opacity:0; }
100% { opacity:0; }
}
@keyframes imgTrans {
0% { opacity:0; }
7% { opacity:1; }
18% { opacity:1; }
25% { opacity:0; }
100% { opacity:0; }
}
/*fadeinfadeout1*/

/*fadeinfadeout2*/
#stage1 {
position: relative;
/*max-width:600px;*/
margin: 20%;
/*margin: 0 auto;*/
background:#000;
}
.pic1 {
position: absolute;
}
.pic1 img {
width: 100%;
height: auto;
opacity:0;
-moz-animation: imgTrans 40s infinite;
-webkit-animation: imgTrans 40s ease-in infinite;
animation: imgTrans 40s infinite;
}
#photo11 img {
-moz-animation-delay: 0s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
#photo21 img {
-moz-animation-delay: 8s;
-webkit-animation-delay: 8s;
animation-delay: 8s;
}
#photo31 img {
-moz-animation-delay: 16s;
-webkit-animation-delay: 16s;
animation-delay: 16s;
}
#photo41 img{
-moz-animation-delay: 24s;
-webkit-animation-delay: 24s;
animation-delay: 24s;
}
#photo51 img {
-moz-animation-delay: 32s;
-webkit-animation-delay: 32s;
animation-delay: 32s;
}
@-webkit-keyframes imgTrans {
0% { opacity:0; }
7% { opacity:1; }
18% { opacity:1; }
25% { opacity:0; }
100% { opacity:0; }
}
@-moz-keyframes imgTrans {
0% { opacity:0; }
7% { opacity:1; }
18% { opacity:1; }
25% { opacity:0; }
100% { opacity:0; }
}
@keyframes imgTrans {
0% { opacity:0; }
7% { opacity:1; }
18% { opacity:1; }
25% { opacity:0; }
100% { opacity:0; }
}
/*fadeinfadeout2*/

/*fadeinfadeout3*/

#stage2 {
position: relative;
/*max-width:600px;*/
margin: 20%;
/*margin: 0 auto;*/
background:#000;
}
.pic2 {
position: absolute;
}
.pic2 img {
width: 100%;
height: auto;
opacity:0;
-moz-animation: imgTrans 24s infinite;
-webkit-animation: imgTrans 24s ease-in infinite;
animation: imgTrans 24s infinite;
}
#photo12 img {
-moz-animation-delay: 0s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
#photo22 img {
-moz-animation-delay: 8s;
-webkit-animation-delay: 8s;
animation-delay: 8s;
}
#photo32 img {
-moz-animation-delay: 16s;
-webkit-animation-delay: 16s;
animation-delay: 16s;
}
/*#photo4 img{
-moz-animation-delay: 24s;
-webkit-animation-delay: 24s;
animation-delay: 24s;
}
#photo5 img {
-moz-animation-delay: 32s;
-webkit-animation-delay: 32s;
animation-delay: 32s;
}*/
@-webkit-keyframes imgTrans {
0% { opacity:0; }
7% { opacity:1; }
18% { opacity:1; }
25% { opacity:0; }
100% { opacity:0; }
}
@-moz-keyframes imgTrans {
0% { opacity:0; }
7% { opacity:1; }
18% { opacity:1; }
25% { opacity:0; }
100% { opacity:0; }
}
@keyframes imgTrans {
0% { opacity:0; }
7% { opacity:1; }
18% { opacity:1; }
25% { opacity:0; }
100% { opacity:0; }
}
/*fadeinfadeout3*/


	





