@charset "utf-8";
/* CSS Document */
#cms_1-a{}
#cms_1-a .cate_box:last-of-type{margin-bottom: 0;}
#cms_1-a .pager li{margin-right: 10px;}
#cms_1-a .pager li:last-of-type{margin-right: 0px;}

/*-------------------------------------------------------
				ページタイトル
-------------------------------------------------------*/
#page_title:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color:rgba(231, 227 ,241 ,0.6);
	position: absolute;
	top: 0;
	left: 0;
}
#page_img{
	height:500px;
}
#page_title .page_title_box{
	padding-bottom: 28px;
    top: calc(50% + 30px);
    z-index: 1;
}
#page_title h2{
	font-size: -webkit-calc(1rem + 25px);
    font-size: calc(1rem + 25px);
    margin-bottom: 10px;
    text-shadow: 1px 1px 10px rgba(109, 100, 131 ,0.6);
}
#page_title p{
    text-shadow: 1px 1px 2px #f9f7ff;
	color: #e77341;
	font-size: 18px;
}
#page_title .page_title_gradient {
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgb(255, 255, 255));
    left: 0;
    bottom: -1px;
    height: 100px;
}
/*-------------------------------------------------------
				カテゴリーリンク
-------------------------------------------------------*/
#page4 .cate_list,#page5 .cate_list {
	margin-bottom: 50px;
}
.cate_list li{
	width: 21.25%;
	margin-right: 5%;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.cate_list li:nth-of-type(4n){margin-right: 0;}
.cate_list li a:before{
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	font-weight: 900;
	display: block;
	position: absolute;
	top:50%;
	left: 15px;
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
/*-------------------------------------------------------
				all
-------------------------------------------------------*/
.cate_title,.box_title1{
	font-weight: bold;
}
/*-------------------------------------------------------
				レイキ・アチューメント&チャネリング講座
-------------------------------------------------------*/
#cms_3-b .cate_box{
    background-color: #fffcf5;
}
.tax{
	background-color: #fffcf5;
}
/*-------------------------------------------------------
					概要・アクセス
-------------------------------------------------------*/
#page7 .box p:first-child{
	font-weight: bold;	
}
#page7 .map {
    height: 320px;
}
#page7 .map iframe {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
/*-------------------------------------------------------
					ご予約・お問い合わせ
-------------------------------------------------------*/
#page8 .contact_link a{
	width: 60%;
	max-width: 550px;
}
#page8 .contact_link .line {
	    background-color: #2ba938;
}
/*-------------------------------------------------------
					ご予約・お問い合わせ
-------------------------------------------------------*/
#page9 .privacy_box h3{
	font-weight: bold;
}

/*-------------------------------------------------------
					サイトマップ
-------------------------------------------------------*/
#page10 .more {
    width: 48%;
    max-width: 500px;
    margin-bottom: 40px;
}
#page10 .more a{
	font-weight: bold;	
}


@media all and (-ms-high-contrast: none){

}
/*ここからタブレット用（768px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 768px){
/*-------------------------------------------------------
				ページタイトル
-------------------------------------------------------*/
#page_img{height: 400px;}
/*-------------------------------------------------------
				カテゴリーリンク
-------------------------------------------------------*/
	.cate_list li{width: 47.5%;}
	.cate_list li:nth-of-type(3n){margin-right: 5%;}
	.cate_list li:nth-of-type(2n){margin-right: 0;}
/*-------------------------------------------------------
					サイトマップ
-------------------------------------------------------*/
#page10 .more {
    width: 90%;
}

}

/*ここからスマホ用（667px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 667px){
/*-------------------------------------------------------
				ページタイトル
-------------------------------------------------------*/
#page_img{height: 300px;}
#page_title .page_title_box {
    padding-bottom: 0px;
	width: 85%;
}
#page_title h2 {
    font-size: -webkit-calc(1rem + 18px);
    font-size: calc(1rem + 18px);
}
#page_title p{
	font-size: 16px;
}
/*-------------------------------------------------------
				カテゴリーリンク
-------------------------------------------------------*/
	.cate_list li{width: 100%;margin-right: 0;}
	.cate_list li:nth-of-type(3n){margin-right: 0;}
/*-------------------------------------------------------
					概要・アクセス
-------------------------------------------------------*/
#page7 .map {
    height: 250px;
}
/*-------------------------------------------------------
					ご予約・お問い合わせ
-------------------------------------------------------*/
#page8 .contact_link a {
    width: 90%;
}
}