/* @import url("./footer.css");
@import url("./animation.css"); */

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

light＿pink
#f5d8d9
rgb(245, 216, 217);

--------

Black
#1d1d1f

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


p{
	font-size: 14px;
	line-height: 1.6rem;
	/* letter-spacing: 2px; */

}

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

link action

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


/* .action.spi {
	width: 100%;
	height: 300px;
	padding:0 10%;
	margin: 0 auto;
	position: relative;


}
.action.spi p{
	text-align: center;

}

.action.spi li{
	width: 300px;
	height: 130px;
	position: absolute;
	left: 50%;
transform: translateX(-50%);

	
}

.action.spi li a{
	width: 300px;
	height: 130px;
	background-image: url(../img/common/link_spi.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	background-size: cover;
	border: #8f8563 1px solid;
	position: absolute;
	z-index: 5;
	
}
.action.spi li a:hover{
	background-image: url(../img/common/link_spi_on.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 300px;
	height: 130px;
	transition-duration: 0.4s;
	position: absolute;
	z-index: 10;
} */

.action.spi{
	margin-bottom: 80px;
	
	}
	
	
	.action.spi p{
		text-align: center;
	
	}
	.action.spi li{
		width: 100%;
		margin: 0 auto;
		text-align: center;
	
	}
	
	
	.action.spi li img{
		width: 300px;
		height: auto;
		/* margin-left: 50%;
	transform: translateX(-50%);	 */
	border: #57544c 1px solid;
	}
	
	.action.spi li img a:hover{
		width: 300px;
		height: auto;
	border: #bbb296 2px solid;
	}
	
	



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

Action

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

.action{
margin-bottom: 80px;

}


.action p{
	text-align: center;

}
.action li{
	width: 100%;
	margin: 0 auto;
	text-align: center;

}


.action li img{
	width: 300px;
	height: auto;
	/* margin-left: 50%;
transform: translateX(-50%);	 */
border: #57544c 1px solid;
}

.action li img a:hover{
	width: 300px;
	height: auto;
border: #bbb296 2px solid;
}





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

underpage common

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

.container {
	/* margin: auto;
	height: auto; */
	text-align: center;
	padding: 78px 35px 0;
	width: 100%;
	/* height: 200px; */
}
.container h2 {
	font-size: 20px;
	font-weight: bold;
	color: #333031;
	letter-spacing: 8px;
	/* line-height: 96px; */
	font-family: 'Cinzel', serif;
}


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

common

*****************************************/
span .block{
	display: inline-block;
	font-feature-settings : "palt" 1;

}

footer a:hover{
	color: #999;
}

main a:hover{
	color: #999;
}


.fix{
	margin-top: 50px;
}


.school_contents h2{
	font-size: 14px;
	font-weight: 200;
	color: #1d1d1f;
	letter-spacing: 8px;
	margin: 20px auto 80px;
	line-height: 36px;
}

h2{
	font-size: 14px;
	font-weight: 200;
	color: #1d1d1f;
	letter-spacing: 8px;
	line-height: 86px;
}



h3{
	font-size:1.4rem;
	font-weight: 200;
	color: #1d1d1f;
	letter-spacing: 8px;
	display: block;
	margin: 12px auto 0;
	font-family: "Hannari", serif;
}

h4{
	font-size: 0.5rem;
	font-weight: 100;
	color: #1d1d1f;
	letter-spacing: 12px;
	display: block;
	left: 0;
	right: 0;
	margin: auto;
}


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



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

School_contents

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



.school_contents .logo_img img{

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

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

School_contents

*****************************************/
.spi_container{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
/****************************************

News

*****************************************/
.news_contents{
	width: 100%;
	padding: 10% 5%;
	margin: 0 auto;
	text-align: center;
}

.news_contents img{
	width: 120px;
	height: auto;
}


.news_wrap p{
	font-size: 14px;
	line-height: 2.4;
	text-align: center;
	/* letter-spacing: 2px; */
	padding: 0;
	color: #8f8563;
}
.block{
	display: inline-block;
	font-feature-settings : "palt" 1;

}





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

smooth-scroll
page-top

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

/*パソコン・スマホ共通のCSS*/

#go-top {
	position: fixed;
	/*ボタンの配置場所を固定*/
	bottom: 0px;
	/*下からのボタンの配置場所を指定*/
	right: 20px;
	/*右からのボタンの配置場所を指定*/
	z-index: 999;
	/*レスポンシブ フッター下に隠れるのを防ぐ*/
}
#go-top a {
	display: block;
	/*配置の調整*/
	text-decoration: none;
	/*文字の下線を消す*/
	color: #666;
	/*文字の色*/

		background: rgba(158, 158, 155, 0.3);
		/* background: rgba(245, 216, 217, 1); */
	/*ボタンの背景色*/
	text-align: center;
	/*文字を中央に配置*/
	border-radius: 50%;
	/*ボタンの角を少し丸くする*/
	outline: none;
	/*クリックしたときの黒い枠を消す*/
}
#go-top a:hover {
    text-decoration: none;
	background: rgba(245, 216, 217, 0.8);

	/*マウスオーバー時の背景色*/
}
/*パソコンで表示する場合のCSS*/

@media (min-width: 768px) {
	#go-top {
		font-size: 25px;
		/*文字のサイズ*/
	}
	#go-top a {
		width: 50px;
		/*ボタンの幅*/
		height: 50px;
		/*ボタンの高さ*/
		padding: 10px 0;
		/*文字の配置場所の調整*/
	}
}
/*スマホで表示する場合のCSS*/

@media (max-width: 767px) {
	#go-top {
		font-size: 20px;
	}
	#go-top a {
		width: 50px;
		height: 50px;
		padding: 8px 0;
	}
}
/****************************************

for link
flow, show
*****************************************/
/* .go-contact {
	width: 100%;
	height: 100px;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 5px;
	font-size: 16px;
	color: #1d1d1f;

	display: flex;
	flex-direction: row;
	justify-content: center;
	position: relative;
} */
/* .go-contact img {
	width: 15px;
	padding-right: 5px;
	vertical-align: middle;
	display: inline-block;
	margin-top: -4px;
}
.go-contact li {
	display: inline-block;
	height: 40px;
	width: 200px!important;
	padding: 5px;
}
.go-contact li a:hover{
	background-color: rgb(240, 240, 240);
} */
/****************************************

loading

*****************************************/
/* #fade {
	position: absolute;
	left: 50%;
	top: 30%;
	margin-left: -270px;
}
#loading {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
	z-index: 1;
} */

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

body

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

body {
	width: 100%;
	margin: auto;
}
.concept .concept_inner p {
	font-family: 'Noto Serif SC', serif ,"リュウミン R-KL" , "游明朝", YuMincho;
	font-size: 16px;
	color: #1d1d1f;
	letter-spacing: 8px;
	line-height: 3.2em;
}

/* --------------------------
toppage　news
---------------------------- */


.newsconcept {
	margin: 100px 0;
	text-align: center;
	width: 100%;
	padding: 0 10%;
}

.news {
margin: 0 20% 30px;
justify-content: center;

background-image: url(../img/top/bt_bg.png);
background-repeat: no-repeat;
background-position: center;


}


.news time{
letter-spacing: 0.4rem;
	}
	


.news p{
	width: 100%;
	font-family: 'Noto Serif SC', serif;
	/* font-size: 1.0rem; */
	color: #1d1d1f;
	letter-spacing: 7px;
	line-height: 2.0em;

}





.news .news_style span{
	padding-top: -20px;
	font-size: 14px;


	
}

.news img{
	height: 30px;
	width: auto;
	padding-top: 15px;
}
/* news pinkとの距離調整 */
.newstype{
	margin-top: -33px;
}


/* --------------------------
top　paletto
---------------------------- */

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


.paletto_section p{
line-height: 2.0rem;
}


/* -----about---------------------------- */

.concept_inner .about .p_style {
	font-family: 'Noto Serif SC', serif;
	font-size: 16px;
	color: #333031;
	letter-spacing: 8px;
	line-height: 3.6em;
}
/* -----------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;
	right: -300px;
	top: -120px;
}
.link img {
	padding-right: 10px;
}

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

Header-book

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

.header-book{

	width: 100%;
	height: 300px;

}


.header-book ul{
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	top: -50px;
	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: 20px;
	margin: 0 20px;
	transition-duration: 0.5s;
}

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



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


}

.header-book ul a:hover{
	width: 300px;
	height: 350px;
	padding: 20px;
	margin: 0 20px;
	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-image: url(../img/header05.jpg); */
	background-image: url(../img/header_face.jpg);
	background-repeat: no-repeat;
	width:100%;
	height: 650px;
	/*top:78px;*/
	background-size: cover;
	background-position: center;
	background-position-y: 0;
}
.inner-header {
	position: absolute;
	width:482px;
	left: 30%;
	right: 0;
	padding: 30px 0 0;
	/* margin: auto; */
	top: 230px;
	height: auto;
	text-align: center;
	min-height: 208px;
	background-image: url(../img/common/paletto.png);
	background-repeat: no-repeat;
	background-size: 40%;
	background-position-x: 60px;
	background-position-y: 0;
}

.hero-image .paletto img{
	position: absolute;
	width:280px;
	height: auto;
	top: -30px;
	left: 60px;
	margin: auto;
	z-index: 5;
}
.hero-image h5{
	font-size: 12px;
	font-weight: 100;
	color: #333031;
	letter-spacing: 9px;
}

.hero-image h1{
	font-size: 24px;
	font-weight: 200;
	color: #1d1d1f;
	letter-spacing: 10px;
	line-height: 86px;
	display: block;
}



/* 虹色パレットとはーーーーーーーーーーーーーー */

.niji_contents{
	position: relative;
	top: 100px;
}

.niji_contents .paletto img{
	width:160px;
	height: auto;
}

.niji_contents .paletto{
	position: absolute;
	left: -200px;
	right: 0;
	top: -80px;

}

.niji_contents h4{
	font-size: 1.0rem;
	font-weight: 200;
	top: -40px;
	
}

/* ヘッダータイトル */
/* .header h2 img{
	width: 450px;
	height: auto;
} */



/* school/spi */
.inner-featured {
	position: absolute;
	width:482px;
	top: 0;
	left: 0;
	right: 100px;
	margin: auto;
	top: 180px;
	height: auto;
	text-align: center;
	min-height: 208px;
}
.inner-featured img {
	width:440px;
	height: auto;	
	
	}



.inner-featured p{
	font-size: 0.8rem;
	line-height: 1.8rem;
	letter-spacing: 3px;
	/* font-family: 'Cinzel', serif; */
}



/****************************************
	
PC Nav

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

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

.inner::after {
	content: "";
	clear: both;
	display: block;
}

/*------------------- Logo ここまで----------------------*/

.page-header {
	position: fixed;
	width: 100%;
	padding: 0 20px;
	background: rgba(255, 255, 255, 0.8);
	height: 78px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
	z-index: 9999;
}
.no-boxshadow .page-header {
	border-bottom: 1px solid rgb(204, 204, 204);
}
/* .page-header>.inner {
	margin: auto;
	width: 1200px;
}
		 */
.page-header > .inner{
	margin:auto;
	width:1100px;
	}
	
/*gloval nav */

.top-nav ul {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	list-style: none;
	position: absolute;
}
.top-nav {
	width: 100%;
	justify-content: space-between;
	right: 0px;
	line-height: 55px;
	letter-spacing: 5px;
	text-transform: uppercase;
	font-size: 12px;
	display: flex;
	justify-content: center;
	/* margin-left: 200px; */
	padding: 0 0 0 20%;
	margin-top: -20px;
}
.top-nav li {
	padding: 0 20px;

}
.top-nav a {
	display: block;
	padding: 0 .5em;
}
/* .top-nav a:hover {
	border-bottom: #8f8563 1px solid;
} */
/* 
.top-nav a:after {
	border-bottom: solid 5px rgba(138, 238, 233, 0.514);
	bottom: 0;
	content: "";
	display: block;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	width: 0;
} */

/* 
 */
.top-nav a:hover {
	color: rgb(51, 48, 49, 0.4);
}



.top-nav .visit{
	/* color: #a7a08a; */
	/* border-bottom: solid 5px rgba(138, 238, 233, 0.514); */
	border-bottom: #8f8563 1px solid;

}



/* Fixed */

.page-header.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 0px;
	height: 78px;
	background: #fff;
	background: rgba(255, 255, 255, .7);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
.page-header .fixed .logo {	
	/* font-size: 22px;
	color: #333031; */
}
.page-header.fixed .top-nav ul li a {
	color: #333;
	padding: 0 .5em;
}
/****************************************
	
iPad Nav

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

@media (max-width:960px) {
	.page-header {
		position: relative;
		width: 100%;
		padding: 0 20px;
		background: rgba(255, 255, 255, 0.8);
		height: 78px;
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
		z-index: 9999;
	}
	.no-boxshadow .page-header {
		border-bottom: 1px solid rgb(204, 204, 204);
	}
	.page-header>.inner {
		margin: auto;
		width: 1200px;
	}
	/* header */
	.page-header {
		top: -100px;
		position: absolute;
		width: 100%;
		margin: 100px auto 0;
		padding: 30px 0 0;
		line-height: 1;
		z-index: 999;
	}
	.page-header a, .page-header {
		color: #333031;
		text-decoration: none;
	}
	.page-header .inner {
		position: relative;
	}
	/*gloval nav */
	.top-nav ul {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flexbox;
		display: -moz-flexbox;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-flex;
		display: flex;
		list-style: none;
		position: absolute;
	}
	.top-nav {
		position: fixed;
		width: 100%;
		height: 78px;
		line-height: 55px;
		letter-spacing: 5px;
		text-transform: uppercase;
		font-size: 12px;
		padding: 0 0 0 20%;
	}
	.top-nav li {
		padding-left: 0px;
	}
	.top-nav a {
		display: block;
		padding: 0 5px;
	}
	.top-nav a:hover {
		background-color: rgb(240, 240, 240);
	}
	/* Fixed */
	.page-header.fixed {
		margin-top: 0;
		top: 0;
		position: fixed;
		padding-top: 0px;
		height: 78px;
		background: #fff;
		background: rgba(255, 255, 255, .7);
		transition: top 0.65s ease-in;
		-webkit-transition: top 0.65s ease-in;
		-moz-transition: top 0.65s ease-in;
	}
	.page-header.fixed .logo {
		font-size: 22px;
		color: #333031;
	}
	.page-header.fixed .top-nav ul li a {
		color: #333;
		padding: 0 5px;
	}
/****************************************

show for iPad

*****************************************/
.box1 .title{
	width: 100%;
	height: auto;
	font-size: 20px;
	letter-spacing: 2px!important;
	color: rgb(146, 113, 113);
	padding-top: 20px;
}
.box1{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	font-family: 'Noto Serif SC', serif ,"リュウミン R-KL" , "游明朝", YuMincho;
	text-align: left;
}
.icon{
	position: absolute;
	left: 10px;
	top: 20px!important;
	display: flex;
	flex-direction:row!important;
	
}
.icon img{
	width: 80px;
	height: 40px;
	padding-right:5px ;
}
	.item-intro-section{
		position: relative;
		width: 100%!important;/* 背景色の幅調整 */
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 100px;
	}

	.item-intro .column{
	
		display: flex;
		flex-direction: column;
		padding-left: 2%!important;
	padding-top: 80px!important;
	}
	.item-intro p{
		/* border: #333031 1px solid; */
		display: flex;
		flex-direction: column;
		position: relative;
		top: 20px;
		left: 5px;
	}
	.box3 img{	
		width: 260px!important;
		height: auto;
		margin-top: 100px;
	}

.box2{
	margin-top: 20px;
	padding-left: 10px;
	width: 100%;
	}
	.box2 img{
		width: 150px!important;
		height: auto;
		border-radius: 6px;
		/* margin-top: 10px; */
	}
	
}
/****************************************

drawermenu(mobile only)

*****************************************/
/* @media screen and (max-width:767px) { */
@media screen and (max-width:959px) {
	/* ========================
* Navigation Circle BG
* ======================== */
	#nav-circle-bg {
		position: fixed;
		/* background: rgba(245, 216, 217, 0.8); */
		background: rgba(255, 255, 255, 0.8);
		width: 800px;
		height: 700px;
		top: 50%;
		right: -800px;
		margin-top: -300px;
		border-radius: 50%;
		transition: transform .6s ease;
		transition-delay: .6s;
	}
	.open #nav-circle-bg {
		transform: matrix(2.7, 0, 0, 2.7, 0, 0);
		transition-delay: 0s;
	}
}
/* ========================
* Navigation(mobile only)
* ======================== */

#nav {
	position: fixed;
	font-size: 32px;
	height: 100%;
	width: 500px;
	right: -600px;
	display: flex;
	align-items: center;
}
#nav ul {
	width: 100%;
	list-style: none;
	font-family: 'Cinzel', serif;
	font-size: 20px;
	color: rgb(70, 68, 68);
}
/* ========================
* nav-toggle (mobile only)
* ======================== */
/* @media screen and (max-width:767px) { */
@media screen and (max-width:959px) {
	#nav-toggle {

		position: fixed;
		top: 15px;
		right: 15px;
		width: 56px;
		height: 56px;
		padding: 19px 17px 0;
		border-radius: 50%;
		cursor: pointer;
		z-index: 100;
	}
	#nav-toggle>div {
		position: relative;
	}
	#nav-toggle span {
		width: 100%;
		height: 2px;
		left: 0;
		display: block;
		background: #333031;
		position: absolute;
		transition: .35s ease-in-out;
	}
	#nav-toggle span:nth-child(1) {
		top: 0;
	}
	#nav-toggle span:nth-child(2) {
		top: 7px;
	}
	#nav-toggle span:nth-child(3) {
		top: 14px;
	}
	.open #nav-toggle span:nth-child(1) {
		top: 7px;
		transform: rotate(45deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 7px;
		transform: rotate(-45deg);
	}
}
/* max767 for sp */

/* ----------mobile---------- */
/* @media screen and (max-width: 640px) { */
@media screen and (max-width: 959px) {
	.page-header .inner {
		width: 100%;
		padding: 0;
	}
	.page-header {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
	/* Fixed reset */
	.page-header.fixed {
		padding-top: 0;
		/* background: transparent; */
		background: rgba(255, 255, 255, .7);
	}
	#mobile-head {
		width: 100%;
		z-index: 999;
		position: relative;
	}
	.page-header.fixed .site-logo, .page-header .site-logo {
		position: absolute;
		left: 10px;
		top: -10px;
		color: #333031;
		font-size: 20px;
		letter-spacing: 4px;
	}

/* pcのnav以外はhumbergermenu */
	.top-nav {
		
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -500px;
		/* background: rgb(255, 255, 255); */
		width: 100%;
		text-align: left;
		/* margin-top: 40px; */
		margin-top: -20px;
		margin-left: auto;
		margin-right: auto;
		padding: 10px 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	.top-nav ul {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flexbox;
		display: -moz-flexbox;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-flex;
		display: flex;
		list-style: none;
		flex-direction: column;
		font-size: 14px;
		font-family: 'Cinzel', serif;
	}
	.top-nav ul li {
		height: 65px;/*drawer link height */
		width: auto;
		float: none;
		/* position: static; */
	}
	.page-header .top-nav ul li a, .page-header.fixed .top-nav ul li a {
		width: 100%;
		display: block;
		color: #1d1d1f;
		padding: 10px 0;
	}
	#nav-toggle {
		display: block;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav スライドアニメーション */
	.open .top-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}
}
/****************************************
	
TOP
/school/spiritual
*****************************************/
.main_contents {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	top: 100px;
	margin-bottom: 15%;
}

.main_contents img{
	position: relative;
	/* background-image: url(../img/spi_header.jpg); */
	width:100%;
	height: auto;
	/* background-size: cover;
	background-position: center;
	background-position-y: 0; */
}



.en_name img{
	width: 250px;
	height: auto;
}

.school_contents h2{
	width: 250px;
	height: auto;
}


/****************************************
	
イラスト画像・メイン
	/school&spiritual
*****************************************/
.topic{
	width: 100%;
	height: auto;
	padding: 0 10%;

}
.topic p{ 
	width: 100%;
	height: auto;
	/* padding: 0 15%; */

}
.school_contents .topic img {
	width: 130px;
	height: auto;
	padding-left: 0px;
}


/****************************************
	
	Main
	/school .3step
	*****************************************/

.step {

	width: 100%;
	height: auto;
	padding:0 20%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}

.step ul{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-direction: row;
	justify-content: space-around;

}

.step li{
	/* padding: 0 10px; */
	font-size: 10px;
}

.step .container-step li img {
	width: 60px;
	height: auto;
}
.step .container-step .item1 p {
	position: absolute;
	width: 280px;
	height: auto;
	top: 130px;
	left: 120px;
}

.step .container-step .item2 p {
	position: absolute;
	width: 280px;
	height: auto;
	top: 100px;
	left: 240px;
}

.step .container-step .item3 p {
	position: absolute;
	width: 280px;
	height: auto;
	top: 100px;
	left: 140px;
}
.step .container-step p {
	font-family: 'Noto Serif JP', serif;
	font-size: 13px;
	color: #333031;
	letter-spacing: 8px;
	line-height: 3.2em;
	text-align: left;
}

/* spiritual */


.spi_wrap {
	margin:0 auto;
	/* height: auto; */
	text-align: center;
	/* padding: 78px 35px 0; */
	width: 100%;
	/* height: 200px; */
}
