@import url("./tablet.css");
@import url("./mobil.css");
/*========================================================

@media screen and (max-width:359px){} ////// 360px以下　android
@media screen and (max-width:767px){} ////// 768px以下　mobil
===========================================================*/



/*####################### 768px 以下　 ##########################*/
/*====================
- loading
- concept
- common
- 3step
- about
- flow
- gallery
====================*/


@media screen and (max-width:767px) {

/****************************************
	
	event contents

*****************************************/
.event-contents{
	margin:5% 0;
	text-align: center;
	/* border-radius: 3%; */
	/* padding: 0 3%; */
	/* background-color: rgb(250, 235, 215, 0.4); */
	
}

.event-intro{
	/* text-align: center;
	width: 100%;
	padding: 0 7%; */
	margin-top: -80px;

}
/****************************************

smooth-scroll
page-top

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

#go-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
}
/****************************************

nav logo

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

	.page-header .site-logo h1 img{
		position: fixed;
		float: left;
		z-index: 10;
		width: 60px;
		height: auto;
		top: 10px;
	}
/****************************************

spi_style

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

	.spi_style{
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

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

Header-book

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

.header-book{

	width: 100%;
	/* height変更しないと下に余白 */
	height: 300px;
	position: relative;
	top: 200px;

}


.header-book ul{
	display: flex;
	flex-direction: row;
	justify-content: center;
	/* top: -270px; */
	left: 0;
	right: 0;
	/* margin: auto; */

}
.header-book ul a{
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 300px;
	height: 350px;
	background-color: rgba(255, 255, 255, 0.18);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	padding: 10px;
	margin: 0 10px;
	transition-duration: 0.5s;
}

.header-book li{
	width: 110px;
	height: auto;
	text-align: center;
	line-height: 1.6rem;
	/* position: absolute; */
}



.header-book li img{
	width: 110px;
	height: auto;
	/* position: absolute; */


}

.header-book ul a:hover{
	width: 300px;
	height: 350px;
	padding: 10px;
	margin: 0 10px;
	background-color: rgba(253, 245, 219, 0.5);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}



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

Hero-image

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

.hero-image {
	position: relative;
	background-repeat: no-repeat;
	width:100%;
	/* 変更しないと下に余白 */
	height: 300px;
	top:78px;
	background-size: cover;
	background-position: center;
	background-position-y: 0;
	background-position-x: 100%;
}


.hero-image h5{
	font-size: 7px;
	font-weight: 100;
	color: #333031;
	letter-spacing: 4px;
}
.hero-image h1{
	font-size: 16px;
	font-weight: 200;
	color: #1d1d1f;
	letter-spacing: 6px;
	line-height: 30px;
	display: block;
}

.inner-header {
			position: absolute;
			width:300px;
			left: -10%;
			right: 0;
			top: 80px;
			height: auto;
			text-align: center;
			background-image: url(../img/common/paletto.png);
			background-repeat: no-repeat;
			background-size: 20%;
			background-position-x: 60px;
			background-position-y: 20px;
		}

	.hero-image .inner-featured{
		position: absolute;
		top: 100px!important;
		padding-top: 40px;
	}

	.hero-image .paletto img{
		position: absolute;
		width:80px;
		height: auto;
		top: 90px;
		left: 140px;
		margin: auto;
		z-index: 5;
	}

.header p{
		font-size: 10px;
		font-weight: 100;
		color: #333031;
		letter-spacing: 5px;
		display: block;
		left: 0;
		right: 0;
		top: 100px!important;	
	}
	
		
/****************************************
	
	Main
	/school .3step
	*****************************************/
	.school-wrap-flow .single-step{
		display: flex;
		flex-direction: column-reverse;
		justify-content: center;
		padding-top: 40px;
	}
	
	.school-wrap-flow .single-step .right{
	/* margin: 0 auto; */
	justify-content: center;
	
	}


.single-step .right.love img{
	position: absolute;
	width: auto;
	height:220px;
	bottom: 0;
	left: -20px;

}

	
	.step .container-step li img {
		width: 60px;
		height: auto;
	}

/* ----------------
	top news
----------------- */

.news_wrap{
margin-top: -100px;
}

	.newsconcept {
		margin-top:280px;
		text-align: center;
		width: 100%;
	}

	.news_wrap p{
		font-size: 14px;
		line-height: 2.4;
		text-align: center;
		letter-spacing: 0;
		padding: 0;
		color: #8f8563;
	}
	
 .news{
text-align: center;
width: 100%;
/* add */
margin: 0;
padding: 5px 0px!important;
margin-bottom:30px;
 }


.news .title{
	background-image:none;
	background-repeat: no-repeat;
	background-position-y: 50px;
	background-size: 90%;
	width: 100%;
	padding: 10px 5px;
	letter-spacing: 2px;
}

	.news .title p{
		display: inline-block;
		line-height: 1.6em;
		width: 100%;
	}
	.news span{
		font-size: 12px;
		letter-spacing: 1px;
	}
	.news .news_style img{
		padding:10px 0 0;
	}
	

/* ----------------
	paletto
----------------- */
	.paletto_section {
		margin: 100px 0;
	/* margin: 0 auto; */
		text-align: center;
		width: 100%;
		padding: 0 5%;
	}
	

/* ----------------
	school
school/spi 
----------------*/



.inner-featured {
display: none;
}


.school_contents .logo_img img{

	margin-top: 40px;
	width: 50px;
	height: auto;
}

.school_wrap .en_name{
top: 130px;
}

.school_wrap .en_name img{
	width: 140px;
	height: auto;
}


.school_wrap .logo_img img{

	width: 40px;
	height: auto;
	text-align: center;	
	margin: 0 auto;
	display: block;
	padding-top: 0px;
}
.school_wrap .en_name {
	position: absolute;
	left: 0;
	right: 0;
	top: 170px;

}

.face .left{
	width: 100%;
	height: 400px;
	/* padding: 0 5%; */
	background-image: url(../img/header02.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position-y: 60%;
	position: relative;
	
}

.face .left .desc{
	position: absolute;
	top: -40px;
}

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

Action school

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

.action{
	padding-top:100px;
	margin: 0 auto;
	/* position: relative; */
}

.action.spi {
	padding-top:50px;
	margin: 0 auto;
	/* position: relative; */

}

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

step

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

.step {

	width: 100%;
	height: auto;
	padding:0!important;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}
/****************************************

school

*****************************************/
.school_wrap .container{
	background-image: url(../img/school/jibun_header.jpg);
	background-repeat: no-repeat;
	width:100%;
	height: 300px;
	/*top:78px;*/
	background-size: cover;
	background-position: center;
	background-position-y: 0;
	background-position-x: 10%;
	position: relative;

}


.single-step {
	width: 100%;
	padding: 10% 5% 0;
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	margin-bottom: 120px;

}


.single-step .right img{
	position: absolute;
	width: auto;
	height:120px!important;
	bottom: 0;

}

/* -----face------ */
.school_intro{
	/* width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center; */
	padding: 0 5%;
	margin-bottom: 20%;
	
}


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

Spiritual

*****************************************/
.spi_write{
	padding:0 5%;

}

.spi_session{
	height: 300px;
	padding: 5% 0;
	margin-top: 200px;
	/* margin-bottom: 80px; */

}



.topic_spi .container-step img{
	margin-top: 40px;
	width: 80px;
	height: auto;
}



.spi_intro ul{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 20px 5%;
	flex-wrap: wrap;
	

}

.spi_intro li{
	padding: 10px;

}

.spi_fix{
	display: flex;
	flex-direction: column;
}

.spi_wrap .logo_img img{

	width: 40px;
	height: auto;
	text-align: center;	
	margin: 0 auto;
	display: block;
	padding-top: 0px;
}
.spi_wrap .en_name {
	position: absolute;
	left: 0;
	right: 0;
	top: 170px;

}


.spi_wrap .container{
	background-image: url(../img/spiritual/spi_header.jpg);
	background-repeat: no-repeat;
	width:100%;
	height: 300px;
	/* top:78px; */
	background-size: cover;
	background-position: center;
	background-position-y: 0;
	background-position-x: 10%;
	position: relative;
	background-blend-mode:lighten;


}

/* ーーーセッションーーー */

.spi_session{
	/* background-image: url(../img/spiritual/spi_session.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	height: 400px; */
	padding: 10% 0;
	margin-top: 100px;
	margin-bottom:0px;

}

.spi_session p{

	padding: 10% 15%;

}

/* ----------------
About
----------------- */

.about_wrap .container{
	/* background-image: url(../img/school/jibun_header.jpg);
	background-repeat: no-repeat; */
	width:100%;
	height: 300px;
	/*top:78px;*/
	background-size: cover;
	background-position: center;
	background-position-y: 0;
	background-position-x: 10%;
	/* position: relative; */

}

.story{
	width: 100%;
	height: auto;
	padding: 0 5%;

	margin-top: 30px;
	text-align: center;
	}


.about_wrap .container h2{
		position: absolute;
		right: 10%;
		top: 200px;
		font-size: 2.0rem;
		top: 100px;
	
	}
	
.about_wrap .container p{
		position: absolute;
		right: 10%;
		top: 30px;
		line-height: 1.6rem;
		letter-spacing: 2px;
		font-size: 10px;
	
	}
	.profile_all{
		background-color: #f5f0ec;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.profile_custom{
		display: flex;
		flex-direction: column;
	
	}
	.jump img{
		width: 300px;
		height: auto;
		/* padding-top: 10%; */
		padding: 5% 10%;
	
	}

	.palette img{
		width: 260px;
		height: auto;
		position: absolute;
		top: 20%;
		right: 0;
		transform: rotate( 90deg );
	}
	

/* ----------------
Voice
----------------- */

.voice_fix_sp{
	margin-top: -160px;
}

.item-intro-section{
	position: relative;
	width: 100%;/* 背景色の幅調整 */
	height: auto;
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
text-align: center;
padding: 0 10%;
}


.box1{
	width: 100%;
	height: auto;
	text-align: center;
	/* position: absolute;
	left: 0;
	top:90px; */
	
}

.box1 .title{
	width: 100%;
	height: auto;
	text-align: center;
	/* position: absolute; */
	letter-spacing: 3px;

}


.box1 p{
	width: 100%;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
}

.item-intro-section{
	position: relative;
	width: 100%;/* 背景色の幅調整 */
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: auto;
margin-right: auto;
text-align: center;
padding: 0 1%!important;


}

.item-intro{
	background-color: rgba(247, 233, 220, 0.4);
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	/* margin-top: 80px; */
	width: 100%;/* 100%にしないと拡大でずれる */
	height: auto;
	padding-bottom: 80px!important;
	position: relative;

}
.icon{
	position: absolute;
	left: 10px;
	top: -10px;
	display: flex;
	flex-direction:row!important;	
}
.icon img{
	width: 80px;
	height: 40px;
	padding-right:5px ;
}
/* お客様コメント */
.item-intro .column{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-left: 0%;
	padding-top: 50px;
	text-align: center;

}


.box2{
	padding-top: 10px;

}
.box2 img{
	width: 150px;
	height: auto;
}
.box3{
	position: absolute;
	top: 0px;

}
.box3 img{	
	width: 120px!important;
	height: auto;

}
.add_margin{
	margin-top: 120px;
}
.add_margin02{
	margin-top: 130px;
}

/*コメント */

.feedback-position img{
	width: 70px;
	height: auto;
	position: relative;
	/* top:100px; */
}



ul.go-contact{
	margin-top: 50px;
	padding: 0 10%;
}

.title-nihofu{
line-height: 2.0;
word-break: normal;
text-align: center;
margin-left: auto;
margin-right: auto;
font-size: 14px;
}


.img_left{
	
	position: absolute;
	width: 60px;
	height: auto;
	/* float: left;
	margin-top: -80px; */
	left: 30px;
	top: -50px;
}

.img_right{
	position: absolute;
	width: 80px;
	height: auto;
	right: 10px;
	top: -60px;
}


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

for link
flow, show
*****************************************/
.go-contact {
	width: 100%;
	height: 100px;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 2px!important;
	font-size: 14px;
	color: #333031;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
	/* flow introここまで---------------- */

	/* header---------------- */

	.top-nav ul {
		/* border: red solid 1px; */
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flexbox;
		display: -moz-flexbox;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-flex;
		display: flex;
		/* justify-content: flex-end; */
		list-style: none;
		position: absolute;
		left: 180px;

	}



/****************************************
	
to link
contact,#price
	
*****************************************/
#to-contact{
	/* border: blue 1px solid; */
	position: absolute;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;
	/* top: 60px; */
	top: 40px;
	left: 30px;
	padding-left: 50px;
}


/****************************************
	
price
	
*****************************************/
.price-setumei span{
	display: none;
}

.contain-price {
	/* border: 1px solid #113463; */

	margin-top: 160px!important;

}
.price-all{
	/* border: 1px solid #113463; */
	width: 100%;
	height: auto;
	/* width: 1200px; */
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-top:10px;
	/* box-sizing: border-box; */
}

.price-all .item_title {
	font-size: 16px;
	
	color: #333031;
	letter-spacing: 0px;
	font-family: "Noto Sans JP", sans-serif;
	margin-top: 25px;
	margin-left: 10px;
	/* width: 400px; */
}


/* gallery end----------------- */


/* site-logo----------------- */

.site-logo{
margin-top:10px;
}



/* ---------loading------------- */
	#fade {
		position: absolute;
		left: 50%;
		top: 30%;
		margin-left: -130px;
		/* 画像イメージが右にずれているため */
	}
	#fade img {
		width: 300px;
		height: auto;	
	}
	#loading {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		background: #FFF;
		z-index: 1;
	}

/* ---------loading end------------- */
.inner-featured h3 {
	font-size: 9px;
	font-weight: 100;
	color: #333031;
	letter-spacing: 12px;
	display: block;
	top:0px;
	left: 0;
	right: 0;
	margin: auto;
}
.inner-featured h2 {
	font-size: 24px;
	letter-spacing: 4px;
}


/* ---------sns (site-logo for style.css)------------- */

	#mobile-head .sns{
		position: relative;
		top: -80px;
		left: 70px;
	}
	.wrapper {
		overflow: hidden;
	}
	main {
		overflow: hidden;
		width: auto;
	}

	

	.concept .concept_inner {
		margin-top: 0px;
	}
	.concept .concept_inner p {
		font-family: "Hannari", serif;
		font-size: 14px;
		color: #333031;
		letter-spacing: 6px;
		line-height: 2.6em;
	}
	.commit .commit_inner p {
		font-family: "Hannari", serif;
		font-size: 14px;
		color: #333031;
		letter-spacing: 6px;
		line-height: 2.2em;
	}
	/* -------------common-------------- */
	.link {
		font-size: 18px;
		font-weight: bold;
		color: #333031;
		letter-spacing: 4px;
		line-height: 96px;
		font-family: 'Cinzel', serif;
		text-align: center;
		position: relative;
		left: 0px;
		top: 30px;
	}

/* ****************************************	
			Flow			
*****************************************/

.p-style{
width: 80%;
	}

.line img{
		width: 70%;
		height: auto;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
/* item-introここまで----------------------------- */
/* .slick-slide ul{
	margin-left: -20px;
  } */

.inner-steps .steps-slider {
	/* position: relative; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* top: 120px;
	height: 600px; */
}
	.inner-steps .steps-slider .single-step {

margin-top: 20px;
margin-bottom: 100px;
	}
	

	h4 {
		/* margin-top: -380px; */
		font-size: 90%;
	}

	h4 span{
		font-size: 34px;
	}
	.inner-steps .steps-slider .single-step .left {
	
		max-width: 300px;
		/* height: 470px; */
		margin-top: 0px;
	}
.single-step .left p {
		font-family: 'Noto Serif SC', serif;
		font-size: 12px;
		line-height: 2.2;
		text-align: center;
		width: 350px;
		padding: 0 10px;
		/* margin-bottom: 80px!important; */
	
	}
	.inner-steps .steps-slider .single-step .right {
		margin: 0 auto;
	}

	.single-step .right img {
		/* position: absolute; */
		width: auto;
		height:150px;

margin-top: 10px;

	}
	.single-step .right{
	margin-top: 80px;
	
	
	}
	.num img{
		width: 100px;
		margin-top: 0px;
	}

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

	About

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

	.container{
		/* background-image: url(../img/header_face.jpg);
		background-repeat: no-repeat; */
		width:100%;
		height: 300px;
		background-size: cover;
		background-position: center;
		background-position-y: 0;
		background-position-x: 30%;

	}

.container h2{

		color: #333031;
		font-size: 14px !important;
		font-weight: 0;
		letter-spacing: 3px;
		line-height: 1.6em;
		z-index: 10;
	}
	.career{
		position: absolute;
		width: 400px;
		height: auto;
		left: 0;
		right: 0px;
		top:300px;
		margin: 0 auto;
	
	}
	
	.item-introall{	
		width: 100%;
		height: auto;
		padding: 0 10%;
		text-align: center;
		margin-top: 500px;
		
	}
	
	

	.go-contact {
		width: 100%;
		height: 100px;
		text-align: center;
		font-family: "Noto Sans JP", sans-serif;
		letter-spacing: 5px;
		font-size: 16px;
		color: #333031;
		margin-top: 200px;


	}
	/*-----------------flow end----------------*/

/* ****************************************	
			contact		
*****************************************/
	/* ---------design----------- */
	.bird01 {
		position: absolute;
		width: 70px;
		height: auto;
		left: 0px;
		top: 0px;
	}
	.bird02 {
		position: absolute;
		width: 90px;
		height: auto;
		right: -10px;
		top: -50px;
	}
	.contact-size {
		width: 100%;
	}
	.contact-p {
		font-family: "Hannari", serif;
		font-size: 14px;
		color: #333031;
		letter-spacing: 2px;
		line-height: 2.2em;
		text-align: center;
		padding: 0 30px;
	}
	.contact-p-h {
		font-family: "Hannari", serif;
		font-size: 14px;
		color: #333031;
		letter-spacing: 2px;
		line-height: 2.2em;
		text-align: center;
		margin-bottom: 40px;
		padding: 0 20px;
	}
	.go-mail a:hover {
		background-color: rgb(240, 240, 240);
	}
	.go-mail .contact-p-h {
		font-family: 'Noto Serif SC', serif;
		font-size: 14px;
		color: #333031;
		letter-spacing: 2px;
		line-height: 2.2em;
		text-align: center;
		margin-bottom: 10px;
		margin-top: 40px;
	}
	.go-mail {
		width: 100%;
		height: 100px;
		text-align: center;
		font-family: "Noto Sans JP", sans-serif;
		letter-spacing: 5px;
		font-size: 14px;
		color: #333031;
		vertical-align: middle;
	}
	.go-mail img {
		padding-right: 5px;
		display: inline-block;
	}
	.go-mail li {
		display: inline-block;
		height: 30px;
		width: 300px;
		padding-top: -10px;
	}
	/* ---------contact design end----------- */

}
/*@media最後残す */

/*####################### 480px 以下　 ##########################*/

/* @media screen and(max-width:479px){

header .right .top-nav{	
	display:none!important;	
	}
} */

@media screen and (min-width:480px) {
	#nav-open {
		display: none;
	}
}