@charset "utf-8";
.start {
	background: white;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
	text-align: center;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 250px;
	font-size: 26px;
}
.start p img{
	margin-bottom: 30px;
    width:260px;
}
/* slider */
.slider{
  margin: 100px auto;
  width: 100%;
}
.slider img{
  height: auto;
  width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
  color: #000;
}
.slider{
	margin:150px 0 0!important;
	line-height: 0;
}

/* page2 */
.wrap{
	margin: 0 auto;
	max-width: 1080px;
	width: 100%;
}
#page2{
	padding-bottom: 180px;
	position: relative;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fdfdf5+0,cfe8e8+77,fdfdf5+100 */
	background: rgb(253,253,245);
	background: -moz-linear-gradient(top,  rgba(253,253,245,1) 0%, rgba(207,232,232,1) 77%, rgba(253,253,245,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(253,253,245,1) 0%,rgba(207,232,232,1) 77%,rgba(253,253,245,1) 100%);
	background: linear-gradient(to bottom,  rgba(253,253,245,1) 0%,rgba(207,232,232,1) 77%,rgba(253,253,245,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdf5', endColorstr='#fdfdf5',GradientType=0 );

}
.about{
	position: relative;
}
.about .moon{
	margin-left: -150px;
}
.about_text{
	padding-top: 80px;
	padding-right: 15px;
	position: absolute;
	display: flex;
	z-index: 10;
	top: 0;
}
.about_text p{
	
	text-shadow:0 0 2px white;
	text-shadow:0 0 1px white;
	text-shadow:0 0 3px white;
	text-shadow:0 0 5px white;
}
.about_title{
	padding-right: 80px;
	padding-left: 80px;
	display: flex;
}
.about_title h2{
	writing-mode: vertical-rl;
}
.about_title img{
	/* width: 36px;	 */
	height: 288px;
}
.about_text p{
	align-self: center;
}
.circle_img{
	margin: -350px 0 0 auto;
	width: 50%;
}
.circle_img img{
	width:100%;
}
.features{
  margin:40px auto 100px;
  text-align: center;
}
.features .title{
	margin: 0 auto 20px;
	padding: 10px;
	width: 150px;
	background: var(--main-text-color);
}
.features .title img{
	height: 36px;
}
.features h2{
	margin:0 auto;
	color: white;
}
.feature h3{
	font-weight: bold;

}
.feature{
	display: flex;
	margin: 20px auto;
	padding: 20px;
	width: 80%;
	background: white;
  border: 3px solid var(--main-text-color);
  text-align: left;
}
.number{
	padding: 10px;
	align-self: center;
}
.feature img{
	width: 90px;
}
.feature_text{
  padding-left:40px;
}
.feature_text h3{
	font-size: 24px;
  padding-bottom: 20px;
	line-height: 2rem;
}
.to_blog{
	margin:0 auto;
	width: calc(80% + 40px);
	text-align: right;
}
.to_blog_button{
	margin: 0 0 5px auto;
	background: var(--key-color);
	width: 180px;
	text-align: center;
	border: 1px solid white;
	border-bottom: 2px solid #c48c13;
}
.to_blog_button:hover {
	opacity: .8;
}
.to_blog_button:active {
	margin-top: 2px;
	border-bottom: 0px solid #c48c13;
}
.to_blog_button a{
	width: 100%;
	text-decoration: none;
	/* padding: 5px 10px; */
}
.to_blog_button p{
	color:white;
}
.wave{
	position: absolute;
	bottom: 0;
}
/* page3 */
#page3{
	margin-top: -10px;
	margin-bottom: -10px;
	background: var(--main-text-color);
}
#page3 .wrap{
	max-width: 768px;
}
 #page3 h2{
	color:var(--key-color);
}
#page3 .t_name{
	width: 226.1px;
}
#page3 p{
	color: white;
}
#page3{
	position: relative;
	overflow: hidden;
}
.instructor{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
.instructor:nth-child(odd) {
  flex-direction: row-reverse;
}
.instructor_img, .instructor_text_wrap{
	padding: 30px;
	flex: 1 1 50%;
	align-self: center;
	position: relative;
}
.instructor_text_wrap .name{
	height: 36px;
	margin-bottom: 15px;
}
.instructor_text_wrap .name{
	height: 36px;
	width: 157px;
}
.instructor_img img{
	width: 100%;
}
.name_kuroneko::before{
	padding: 3px;
	position: absolute;
	top: 0px;
	left: 26px;
	margin-bottom: -10px;
	content: '館長';
	color: white;
	font-size: 16px;
	letter-spacing:.1rem;
	background: var(--key-color);
	background: var(--main-text-color);
	border: 1.4px solid white;
	height: 14px;
}
.name_kuroneko::after{
	position: absolute;
	left: 200px;
	top: 45px;
	content: '(黒猫カルチェ)';
	color: white;
	font-size: 12px;
}
.name_higuchi::before{
	position: absolute;
	top: 15px;
	left: 26px;
	margin-bottom: -10px;
	content: '「律芯館」整体部門心身調整法 師範';
	color: white;
	font-size: 12px;
}
.instructor_text{
	padding-top: 15px;
	border-top: 3px dashed var(--key-color);
}
.link_button{
	width: 100%;
}
.link_button a span{
	font-size: 12px;
	color: var(--main-text-color);
}

#page3 .cloud1, #page3 .cloud2{
	position: absolute;
	width: 40%;
}
#page3 .cloud1 img, #page3 .cloud2 img{
	width: 100%;
}
#page3 .cloud1{
	top: 50px;
	right: -20px;
}
#page3 .cloud2{
	top: 60%;
	left: -20px;
}
/* page4 */
#page4{
	margin-top: -580px;
	padding-top: 550px;
	padding-bottom: 30px;
	background: white;
}
.cource_title{
	margin: 0 auto;
	padding-top:15px;
	padding-bottom:80px;
	width:350px;
	text-align: center;
}
.cource_title img{
	height: 36px;
}
.cources{
	position: relative;
	margin: 0 auto 40px;
	max-width: 1080px;
	width:90%;
	display: flex;
}
.musasi{
	position: absolute;
	width: 33%;
	min-width: 250px;
	bottom: -150px;
	left: -30px;
	z-index: -10;
	opacity: .6;
}
.cources h3{
	margin-bottom: 30px;
	font-size: 28px;
}
.cource{
	padding: 0 40px;
}
.martialarts{
	border-right: 3px solid var(--base-color);
	flex: 100%;
}
.music{
	flex: 60%;
}
/* movie */
.movie_wrap{
	margin: 0 auto 10px;
  position: relative;
  max-width: 800px;
  padding-top: 56.25%;
  width: 100%;
  padding-top: 56.25%;
}
.movie_wrap iframe{
	margin-left: 15px;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
	height: 100% !important;
}
.martialarts .program, .music .program{
	padding: 15px;
	border-bottom:  1px dashed var(--base-color);
}
.martialarts .program:last-child, .music .program:last-child{
	border-bottom: none;
}
.span_wrap{
	/* margin-left: 10px; */
	margin:0 auto;
	width: 90%;
}
.cources span{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: normal;
}
.cources h4{
	padding: 10px 10px 10px 5px;
	margin-left: -10px;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	border-left: 10px solid var(--base-color);
}
.p_height{
	margin-bottom: 10px;
	line-height: 1.2;
}
.map{
	margin: 40px 80px 40px;
	display: flex;
	justify-content: space-between;
}
.map span{
	font-size: 12px;
}
.map_button{
	padding-top: 0;
	padding-bottom: 0;
	text-decoration: none;
	background: var(--base-color);
	border-bottom: 0px solid #8db2b2;
}
.map_button p{
	color: var(--main-text-color);
}
.map_button:hover{
opacity: .8;
}
#to_picture_button{
	margin-top: 10px;
}
#to_picture_button:active{
	margin-top: 12px;
}
/* page5 */
#page5:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(../img/news_background.jpg) center no-repeat;
  background-size:cover;
}
.news{
	padding:80px;
	width:350px;
	text-align: center;
}
.news_title img{
	margin-bottom: 30px;
	height: 36px;
}
@media screen and (max-width: 768px) {
	.slider{
		margin: 100px 0 0!important;
	}
	.about .moon{
		width: 100%;
	}
	.moon img{
		width: 100%;
	}
	.about_title {
		padding-right: 40px;
	}
	.circle_img {
    margin-top: -120px;
	}
	.feature_text {
    padding-left: 0;
	}
	.number{
		padding-right: 30px;
		padding-left: 0;
		/* width: 100px; */
		align-self: flex-start;
	}
	.features{
		margin-bottom: 40px;
	}
	.instructor{
		flex-direction: column;
	}
	.instructor:nth-child(odd) {
		flex-direction: column;
	}
	.instructor_img{
		width: 40%;
	}
	.instructor_text_wrap{
		max-width: 500px;
		width: 80%;
	}
	#page3 .cloud1, #page3 .cloud2 {
		width: 60%;
	}
	#page3 .cloud1 {
    top: 500px;
    right: 0px;
	}
	#page3 .cloud2 {
		top: 63%;
		left: -20px;
	}

	.cources{
		margin: 0 20px 80px;
		padding: 0;
		flex-direction: column;
	}
	.martialarts {
		margin-bottom: 40px;
		border-right: 0px solid var(--base-color);
		border-bottom: 3px solid var(--main-text-color);
	}
	.movie_wrap_wrap{
		display: flex;
	}
	.movie_wrap{
		margin-bottom: 0;
    width: 48%;
    padding-top: 27%;
	}
	.map{
		margin: 40px auto 40px;
		width:90%;
		flex-direction: column;
	}
	.map_text{
		text-align: center;
	}
	.map_p{
		line-height: 1.2rem;
	}
	.to_blog_button {
		margin: 0 auto;
	}
	.news{
		margin: auto;
		padding: 40px 0;
		width: auto;
	}
}/*768*/
@media screen and (max-width: 600px) {
	.movie_wrap_wrap{
		display: block;
	}
	.movie_wrap{
		margin-bottom: 10px;
    width: 100%;
    padding-top: 56.25%;
	}
}/*600*/
@media screen and (max-width: 480px) {
	.about_text{
		padding-top: 40px;
		padding-left: 15px;
		flex-direction: column;
	}
	.about_title{
		padding-bottom: 20px;
	}
	.about_title img{
		height: 224px;
	}
	.about .moon{
		width: auto;
		opacity: .6;
	}
	.circle_img {
		margin-top: 180px;
		width: 220px;
	}
	#page2 {
    padding-bottom: 90px;
	}
	.feature{
		flex-direction: column;
	}
	.feature .number{
		margin: 0 auto;
		padding: 0 10px 30px;
	}
	#page3 .cource_title {
    margin-bottom: -10px;
		padding-top: 40px;
    padding-bottom: 0px;
	}
	.instructor_img, .instructor_text_wrap {
		padding-bottom: 10px;
	}
	#page3 .cloud1, #page3 .cloud2 {
    width: 100%;
	}
	#page3 .cloud1{
    top: 450px;
    right: -100px;
	}
	#page3 .cloud2 {
    top: 70%;
    left: -100px;
	}
	.cource_title {
		width: auto;
		padding-top: 40px;
    padding-bottom: 40px;
	}
	.instructor_img{
		width: 70%;
	}
	.cources{
		margin-bottom: 60px;
	}
	.cource {
		padding: 0;
	}
	.cources h3 {
		font-size: 21px;s
		font-weight: bold;
	}
	.cource_title img, .news_title img, .contact .contact_title img {
		height: 28px;
	}
	.news iframe, .twitter-timeline{
		margin-right: auto;
		margin-left: auto;
		width: calc(100% - 30px)!important;
	}
}/*480*/