﻿@charset "utf-8";
/* CSS Document */

main{
    text-shadow: 2px 2px 5px #fff;	
}
#intro,#service{ position: relative;}
.dec4{position: absolute;width: 30%;max-width: 250px; right: 5%;bottom: 0px;z-index: -1;
}


#intro .title span{
	padding-bottom: 15px;
}
/*-------------------------------------------------------
			      	all
-------------------------------------------------------*/
.title_box ,.cms_title{
	margin-bottom: 60px;
}
#t_contact .title_box{
	background-image: none;
    padding-top: 0px;
}
.title_box, .cms_title {
    background-size: 60px;
    padding-top: 60px;
}
.sub_title{
	font-size: -webkit-calc(1rem + 25px);
    font-size: calc(1rem + 25px);
    font-weight: 800;
    letter-spacing: 5px;
}
.fadein_up{
    opacity : 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
	transition:transform 2s ease,opacity 2s ease; 
}
.fadein_up.scrollin{
    opacity : 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.back{
	background-image: url(../img/back.jpg);
    background-attachment: fixed;
	background-size: cover;
}
/*-------------------------------------------------------
			      	メインイメージ
-------------------------------------------------------*/
#main_img{
	height: 100vh;
}
#video{
    position: fixed;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
	height: 100vh;
}

#video:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(69 ,69 ,54,0.35);
    z-index: 1;
}
#video video{
		height: auto;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.menu .main_logo {
    z-index: 2;
    position: relative;
    max-width: 500px;
}
.main_txt {
    position: absolute;
    z-index: 2;
    top: 66px;
    /* transform: translateY(-50%); */
    right: 4%;
    max-width: 187px;
    width: 15%;
}
#top_pc_nav ul {
    background-color: rgba(255,255,255,0.67);
    width: 1000px;
    margin: auto;
    padding: 17px;
    border-radius: 3px;
}
#top_pc_nav li {
    max-width: 100%!important;
    margin-right: 32px;
	font-size: 15px;
}
#top_pc_nav li a {
    color: #111;
    transition: .3s;
}
#top_pc_nav li a:hover {
    color: #fb9e13;
}
/*-------------------------------------------------------
			      	イントロ
-------------------------------------------------------*/
#intro{
	padding-bottom: 150px;
    padding-top: 100px;
}
/*#intro:before {
    background: -moz-linear-gradient(top, #FFC778, #FFF);
    background: -webkit-linear-gradient(top, #FFC778, #FFF);
    background: linear-gradient(to bottom, transparent, #fff , #fff);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}*/
#intro .wrap {
	text-shadow: 2px 1px 5px #342411;    
	text-shadow: 1px 1px 0 #342411, -1px -1px 0 #342411, -1px 1px 0 #342411, 1px -1px 0 #342411, 0px 1px 0 #342411, 0-1px 0 #342411, -1px 0 0 #342411, 1px 0 0 #342411;
    filter: drop-shadow(2px 1px 15px rgba(52 ,36, 17 ,0.75));
}
#intro p{
	max-width: 900px;
    margin: auto;
	text-align: left;
}


/*-------------------------------------------------------
			    スピリチンアルマスター養成講座
-------------------------------------------------------*/

#course .txt_box {
    width: calc(50% - 64px);
    padding: 30px;
}
#course .box figure {
    box-shadow: 10px 25px 30px rgba(0 ,0 ,0 ,0.08);
}

/*-------------------------------------------------------
			    サービス
-------------------------------------------------------*/

/*--- 内容部分 ------------------------------------*/
#service .box_wrap .box_title{
    margin-bottom: 40px;
    font-size: -webkit-calc(1rem + 8px);
    font-size: calc(1rem + 8px);
}
#service .box_wrap .txt{
	margin-bottom: 65px;
    max-width: 800px;
}
#service .box_wrap .link_box{
	margin-bottom: 70px;	
}

#service .link_box figure {
    box-shadow: 10px 25px 30px rgba(0 ,0 ,0 ,0.08);
}
#service .box_wrap .box {
	margin-left: 5%;
	width: 45%;
}
#service .box_wrap .box i {
	left: 50%;
    transform: translateX(-50%);
    color: #f77e49;
    transition: 0.5s;
}
#service .box_wrap .box a:hover i{
	transform: translateX(60%);
}
/*-------------------------------------------------------
			    ルームの特徴
-------------------------------------------------------*/

/*--- slick ------------------------------------*/
.link_type_slick .slick-box{
    opacity: 0;
    transition: 3s;
}
.link_type_slick .slick-initialized{
    opacity: 1
}
.link_type_slick .slick-box .prev,.slick-box .next {
    display: block;
	cursor: pointer;
	position: absolute;
	top: 40%;
	z-index: 1;
	padding: 15px;
}
.link_type_slick .slick-container{
    padding-left: 30px;
    padding-right: 30px;
}
.link_type_slick .slick-box .prev {
	left: -54px;
}
.link_type_slick .slick-box .next {
	right: -54px;
}
/* Dots */
.link_type_slick .slick-dots{
    position: absolute;
    bottom: -35px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.link_type_slick .slick-dots li{
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.link_type_slick .slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 30px;
    height: 30px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.link_type_slick .slick-dots li button:hover,
.link_type_slick .slick-dots li button:focus{
    outline: none;
}
.link_type_slick .slick-dots li button:hover:before,
.link_type_slick .slick-dots li button:focus:before{
    opacity: 1;
}
.link_type_slick .slick-dots li button:before{
    font-family: 'slick';
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    content: '●';
    text-align: center;
    opacity: .25;
    color: #111;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.link_type_slick .slick-dots li.slick-active button:before{
    opacity: .75;
    color: #f87e49;
}
/* 最後まで行ったら、矢印透過する */
.link_type_slick .slick-disabled{
	opacity: 0.3;
}
/* 要素の高さを合わせる */
.link_type_slick .slick-slide {
	height: auto !important;
}
.link_type_slick .slick-track {
	display: flex;
}
#about .box{
	    padding-bottom: 50px;
}
#about .box .box_inner{
	position: relative;
}
#about .box figure{
	box-shadow: 10px 25px 30px rgba(0, 0 ,0 ,0.08);
}
#about .txt_box{
    width: calc(50% - 64px);
    padding: 30px;
}
/*-------------------------------------------------------
			      	ブログ
-------------------------------------------------------*/
#top_cms .blog .box{
	width: 30.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
	padding: 0;
	box-shadow: 10px 25px 30px rgba(0, 0 ,0 ,0.08);
}
#top_cms .blog .txt_height{
	height: 3em
}
#top_cms .blog .box_title1:empty{
	display: block!important;
}
/*-------------------------------------------------------
			    ご相談・受講までの流れ
-------------------------------------------------------*/
#top_cms .flow .box{
	position: relative;
	margin-bottom: 70px;
}
#top_cms .flow .box:nth-child(2){
	margin-left: 40px;
}
#top_cms .flow .box:nth-child(3){
	margin-left: 80px;
}
#top_cms .flow .box:before{
	content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    left: -50px;
    top: -25px;
    opacity: 0.7;
}
#top_cms .flow .box:nth-child(1):before{
    background-image: url(../img/flow1.png);	
}
#top_cms .flow .box:nth-child(2):before{
    background-image: url(../img/flow2.png);	
}
#top_cms .flow .box:nth-child(3):before{
    background-image: url(../img/flow3.png);	
}
/*-------------------------------------------------------
			    よくある質問
-------------------------------------------------------*/
.qa h3 {
    position: relative;
    margin-left: 40px;
}
.qa h3:before {
    content: "Q.";
    position: absolute;
    left: -40px;
    top: -20px;
    display: inline-block;
    vertical-align: baseline;
    color: #f77e49;
    font-size: -webkit-calc(1rem + 20px);
    font-size: calc(1rem + 20px);
}
.qa h3:first-letter {
    font-size:0;
    font-size: 0;
}
.qa .box p {
    padding-left: 40px;
    position: relative;
}
.qa .box p:before {
    content: "A.";
    position: absolute;
    left: 10px;
    top: -10px;
    display: inline-block;
    vertical-align: baseline;
    color: #f6b370;
    font-size: -webkit-calc(1rem + 10px);
    font-size: calc(1rem + 10px);
}
.qa .box p:first-letter {
    font-size: 0;
    font-size:0;
}
/*-------------------------------------------------------
			    ご予約・お問い合わせ
-------------------------------------------------------*/
#t_contact{   
	border-top: 1px solid #dedede;
    padding-top: 50px;
}
#t_contact .title_box{
	    margin-bottom: 70px;
}
#t_contact #contact_tel{
	font-size: -webkit-calc(1rem + 20px);
    font-size: calc(1rem + 20px);
}
#t_contact .other_contact .con1,#t_contact .other_contact .con2{
	    text-shadow: none;
}
#t_contact .other_contact .con1{
	background-color: #2bac38;
    padding: 15px;
    margin-right: 20px;
}
#t_contact .other_contact .con1 img{
	width: 22px;
}
#t_contact .other_contact .con2{
	background-color: #f77e49;
    padding: 15px;
}
#t_contact .tel_txt2{    
	background-color: rgba(255, 255, 255 ,0.85);
    padding: 5px 10px;
}
/*ここから（1280px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 1280px){
#pc_nav, #top_pc_nav{
    display: none;
}	
}
/*ここからタブレット用（768px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 768px){
.dec4 {
    max-width: 200px;
}
.back {
    background-image: url(../img/back2.jpg);
    background-attachment: scroll;
    background-size: auto;
}
	
/*-------------------------------------------------------
			      	メインイメージ
-------------------------------------------------------*/	
#video video{
		height: 100%;
}


	
/*-------------------------------------------------------
			        イントロ
-------------------------------------------------------*/
#intro {
    padding-top: 0px;
}
#intro .title span {
    padding-bottom: 5px;
}
.sun1 {
    width: 100px;
    margin: auto;
    margin-bottom: 5px;
    max-width: 80px;
}
.tab-item {
    width: 100%;
}
	
/*-------------------------------------------------------
			    スピリチンアルマスター養成講座
-------------------------------------------------------*/	
#course{
		margin-bottom: 150px;
	}
/*-------------------------------------------------------
			    サービス
-------------------------------------------------------*/	
#service .box_wrap .box{
    margin-bottom: 50px;
}
#service .link_box:last-child .box:last-child{
    margin-bottom: 0px;
}
#service .tab-container .box a{   
	position: relative;
}
#service .tab-container .box i {
    transform: translatey(-50%);
    position: absolute;
    right: -50px;
    top: 50%;
    margin-top: 0px;
}
.tab-content .txt{
	text-align: left;
}
/*-------------------------------------------------------
			    ルームの特徴
-------------------------------------------------------*/	
#about {
	margin-bottom: 0px;
}
#about .txt_box {
    width: 100%;
}
about .box {
    padding-bottom: 10px;
}
/*-------------------------------------------------------
			    ご相談・受講までの流れ
-------------------------------------------------------*/
.flow .box_wrap{
	width: 90%;
	margin: auto;
}
	
/*-------------------------------------------------------
			ご予約・お問い合わせ
-------------------------------------------------------*/
#t_contact {
    padding-bottom: 200px;
}
}
/*ここからスマホ用（667px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 667px){
.sub_title {
    font-size: -webkit-calc(1rem + 22px);
    font-size: calc(1rem + 22px);
}
.dec4 {
    width: 40%;
}
/*-------------------------------------------------------
			      	メインイメージ
-------------------------------------------------------*/
#main_img {
    height: auto;
}
#video {
    position: relative;
    height: auto;
}
#video video {
    height: auto;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    vertical-align: bottom;
}
.main_logo{
	max-width:60%!important;
}
.main_txt {
    top: 30px;
    width: 15%;
}
#catch h2 {
    font-weight: 900;
    font-size: -webkit-calc(1rem + 22px);
    font-size: calc(1rem + 22px);
}
#intro_sp {
    padding-bottom: 100px;
}
#intro_sp h2{
	line-height: 2.2;
}
/*-------------------------------------------------------
			    スピリチンアルマスター養成講座
-------------------------------------------------------*/	
#course{
	margin-bottom: 50px;
}
#course .txt_box {
    width: 100%;
    padding: 0px 0 30px;
}
/*-------------------------------------------------------
			    サービス
-------------------------------------------------------*/

#service .box_wrap .link_box {
    margin-bottom: 20px;
}
#service .link_box .box {
    margin-right: auto;
}
#service .tab-container .box i {
    right: -10%;
}
/*-------------------------------------------------------
			    ルームの特徴
-------------------------------------------------------*/
#about .txt_box {
    padding: 0px;
}
.link_type_slick .slick-box .prev, .slick-box .next {
    padding: 15px 0;
}
.link_type_slick .slick-container {
    padding-left: 0;
    padding-right: 0;
}
.link_type_slick .slick-box .next {
    right: -5px;
}
.link_type_slick .slick-box .prev {
    left: -5px;
}
#about .box {
    width: 100%!important;
    padding: 30px 0;
}
/*-------------------------------------------------------
			      	ブログ
-------------------------------------------------------*/	
#top_cms .blog .box {
    width: 90%!important;
    margin: auto;
    margin-bottom: 30px;
}
/*-------------------------------------------------------
			    ご相談・受講までの流れ
-------------------------------------------------------*/	
#top_cms .flow .box {
    margin-left: 0px!important;
    padding-top: 80px;
}
#top_cms .flow .box:before {
    left: 50%;
    top: -10px;
    transform: translateX(-50%);
}
/*-------------------------------------------------------
			    ご予約・お問い合わせ
-------------------------------------------------------*/	
#t_contact {
    padding-bottom: 165px;
}
#t_contact #contact_tel {
    font-size: -webkit-calc(1rem + 15px);
    font-size: calc(1rem + 15px);
}
#t_contact .other_contact .con1 {
    margin-right: 0px;
    margin-bottom: 25px;
    width: 80%;
}
#t_contact .other_contact .con2 {
    width: 80%;
}
	

}