@charset "UTF-8";


/*--------------------------------------------------------------------------------------------------------*/
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<   indexページ　Swiper　>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/*--------------------------------------------------------------------------------------------------------*/



/*--------------------------------------------------------------------------------------------------------*/
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<   indexページ　Swiper　ここまで　>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/*--------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------------------------------*/
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<   indexページ　メッセージエリア 背景　>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/*--------------------------------------------------------------------------------------------------------*/

/* ============== 　　PC　　 =============*/

@media screen and (min-width:991px){
.bg-message {
	margin: 0 auto;
	width:100%;
	height:800px;
	background-image: url(../image/index_messagearea_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0 20px 0;
}

.bg-Oblique-messagearea-fukidashi{
	background-image: url(../image/index_message_fukidashi_lg.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-bottom: 20px;
	width:316px;
	height: 97px;
}	
}

.bg-message p{
	font-family: 'ヒラギノ丸ゴ ProN W4', 'Hiragino Maru Gothic ProN';
	font-size:15px;
	letter-spacing: 0.07em;
	text-align: center;
	line-height: 1.8em;
}

/* ============== 　　タブレット　　 =============*/

@media screen and (max-width:991px) and (min-width:769px){
.bg-message {
	margin: 0 auto;
	width:100%;
	height:800px;
	background-image: url(../image/index_messagearea_bg_769_991.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0 20px 0;
}
.bg-Oblique-messagearea-fukidashi{
	background-image: url(../image/index_message_fukidashi_lg.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-bottom: 20px;
	width:316px;
	height: 97px;
}	
}

/* ============== 　　モバイル　大画面　　 =============*/

@media screen and (max-width:768px) and (min-width:401px){
.bg-message {
	margin: 0 auto;
	width:100%;
	height:700px;
	background-image: url(../image/index_message_bg.png);
	background-repeat: repeat;
	padding: 60px 0 20px 0;
}

.bg-Oblique-messagearea-fukidashi{
	background-image: url(../image/index_message_fukidashi_mobile.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-bottom: 20px;
	width:270px;
	height: 97px;
}	
	
.bg-message p{
	font-family: 'ヒラギノ丸ゴ ProN W4', 'Hiragino Maru Gothic ProN';
	font-size:13px;
	text-align: center;
}
}

/* ============== 　　モバイル　小画面　　 =============*/

@media screen and (max-width:400px){
.bg-message {
	margin: 0 auto;
	width:100%;
	height:600px;
	background-image: url(../image/index_message_bg.png);
	background-repeat: repeat;
	padding: 40px 0 20px 0;
}

.bg-Oblique-messagearea-fukidashi{
	background-image: url(../image/index_message_fukidashi_mobile.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-bottom: 20px;
	width:270px;
	height: 97px;
}
	
.bg-message p{
	font-family: 'ヒラギノ丸ゴ ProN W4', 'Hiragino Maru Gothic ProN';
	font-size:13px;
	line-height: 1.6em;
	text-align: center;
}
}

/*--------------------------------------------------------------------------------------------------------*/
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<   indexページ　ボタンエリア　1 お稽古の内容　>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/*--------------------------------------------------------------------------------------------------------*/

/* ============== 　　PCサイト　　 =============*/

.bg-Oblique-line-1 {
	margin: 0 auto;
	width:100%;
	height:320px;
	background-image: url(../image/index_bg_contents1.jpg);
	background-size: cover;
}

@media screen and (min-width:992px){
.inner{
	margin: 0 auto;
	width:95%;
}

.bg-Oblique-line-1-img {
	float: left;
	margin: 0 auto;
	margin-right: 10px;
	height: 320px;
	width:60%;
	background-image: url(../image/index_bg_contents1_student.png);
	background-repeat: no-repeat;
}

.bg-Oblique-line-1-box {
	float: left;
	margin: 0 auto;
	height: 320px;
	padding-top: 45px;
	width:35%;
	position:relative;
	background: none;
}

.bg-Oblique-line-1-box-fukidashi{
	background-image: url(../image/index_fukidashi_01.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	width:316px;
	height: 97px;
}
	
.bg-Oblique-line-1-box p{
	text-align: center;
	margin: 15px 0;
	line-height: 1.7em;
}
}

/* ===========　　タブレットサイト　   ===========*/

@media screen and (min-width:769px) and (max-width:991px) {
.inner{
	margin: 0 auto;
	width:95%;
}

.bg-Oblique-line-1-img {
	float: left;
	margin: 0 auto;
	margin-right: 10px;
	height: 320px;
	width:50%;
	background-image: url(../image/index_bg_contents1_student_769_991.png);
	background-repeat: no-repeat;
}

.bg-Oblique-line-1-box {
	float: left;
	margin: 0 auto;
	height: 320px;
	padding-top: 45px;
	width:45%;
	position:relative;
	background: none;
}

.bg-Oblique-line-1-box-fukidashi{
	background-image: url(../image/index_fukidashi_01.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	width:316px;
	height: 97px;
}
	
.bg-Oblique-line-1-box p{
	text-align: center;
	margin: 15px 0;
	line-height: 1.7em;
}
}

/* ============== 　　モバイル大画面（横位置）　サイト　　 =============*/


@media screen and (max-width:768px)and (min-width:600px){
.inner{
	margin: 0 auto;
	width:100%;
}

.bg-Oblique-line-1 {
	margin: 0 auto;
	width:100%;
	height:320px;
	background-image: url(../image/index_bg_contents1.jpg);
	background-size: cover;
}
	
.bg-Oblique-line-1-img {
	float: left;
	margin: 0 auto;
	width:45%;
	height: 320px;
	margin-right: 10px;
	background-image: url(../image/index_bg_contents1_student_769_991.png);
	background-repeat: no-repeat;
}

.bg-Oblique-line-1-box {
	float: left;
	margin: 0 auto;
	height: 320px;
	padding-top: 45px;
	width:50%;
	position:relative;
	background: none;
}

.bg-Oblique-line-1-box-fukidashi{
	background-image: url(../image/index_fukidashi_01_mobile.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	width:300px;
	height: 95px;
}
	
.bg-Oblique-line-1-box p{
	text-align: center;
	margin: 15px 0;
	line-height: 1.7em;
	font-size:13px;
}
}

/* ============== 　　モバイル小画面（縦位置）　サイト　　 =============*/


@media screen and (max-width:599px){
.inner{
	margin: 0 auto;
	width:100%;
}

.bg-Oblique-line-1 {
	margin: 0 auto;
	width:100%;
	height:480px;
	background-image: url(../image/index_bg_contents1.jpg);
	background-size: cover;
}
	
.bg-Oblique-line-1-img {
	margin: 0 auto;
	width:100%;
	height: 200px;
	background-image: url(../image/index_bg_contents1_student_599.png);
	background-repeat: no-repeat;
	background-size: 100%;
	margin-top: 20px;
}

.bg-Oblique-line-1-box {
	margin: 0 auto;
	height: 320px;
	padding-top: 10px;
	width:100%;
	position:relative;
	background: none;
}

.bg-Oblique-line-1-box-fukidashi{
	background-image: url(../image/index_fukidashi_01_mobile.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	width:280px;
	height: 95px;
}
	
.bg-Oblique-line-1-box p{
	text-align: center;
	margin: 15px 0;
	line-height: 1.7em;
	font-size:13px;
}
}





/*--------------------------------------------------------------------------------------------------------*/
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<   indexページ　ボタンエリア　2 小さな展覧会　>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/*--------------------------------------------------------------------------------------------------------*/

/* ============== 　　PCサイト　　 =============*/

.bg-Oblique-line-2 {
	margin: 0 auto;
	width:100%;
	height:320px;
	background: none;
}

@media screen and (min-width:992px){
.inner{
	margin: 0 auto;
	width:95%;
}

.bg-Oblique-line-2-img {
	float: right;
	margin: 0 auto;
	height: 320px;
	width:460px;
	background-image: url(../image/index_bg_contents2_plactice.png);
	background-repeat: no-repeat;
}

.bg-Oblique-line-2-box {
	float: left;
	margin: 0 auto;
	height: 320px;
	padding-top: 45px;
	width:35%;
	position:relative;
	background: none;
}

.bg-Oblique-line-2-box-fukidashi{
	background-image: url(../image/index_fukidashi_02.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	width:316px;
	height: 97px;
}
	
.bg-Oblique-line-2-box p{
	text-align: center;
	margin: 15px 0;
	line-height: 1.7em;
}
}

/* ===========　　タブレットサイト　   ===========*/

@media screen and (min-width:769px) and (max-width:991px) {
.inner{
	margin: 0 auto;
	width:95%;
} 

.bg-Oblique-line-2-img {
	float: right;
	margin: 0 auto;
	height: 320px;
	width:50%; 
	background-image: url(../image/index_bg_contents2_plactice_769_991.png);
	background-repeat: no-repeat;
}

.bg-Oblique-line-2-box {
	float: left;
	margin: 0 auto;
	height: 320px;
	padding-top: 45px;
	width:45%;
	position:relative;
	background: none;
}

.bg-Oblique-line-2-box-fukidashi{
	background-image: url(../image/index_fukidashi_02.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	width:316px;
	height: 97px;
}
	
.bg-Oblique-line-2-box p{
	text-align: center;
	margin: 15px 0;
	line-height: 1.7em;
}
}

/* ============== 　　モバイル大画面（横位置）　サイト　　 =============*/


@media screen and (max-width:768px)and (min-width:600px){
.inner{
	margin: 0 auto;
	width:100%;
}

.bg-Oblique-line-2 {
	margin: 0 auto;
	width:100%;
	height:320px;
	background:none;
}
	
.bg-Oblique-line-2-img {
	float: right;
	margin: 0 auto;
	width:45%;
	height: 320px;
	margin-left: 10px;
	background-image: url(../image/index_bg_contents2_plactice_769_991.png);
	background-repeat: no-repeat;
}

.bg-Oblique-line-2-box {
	float: left;
	margin: 0 auto;
	height: 320px;
	padding-top: 45px;
	width:50%;
	position:relative;
	background: none;
}

.bg-Oblique-line-2-box-fukidashi{
	background-image: url(../image/index_fukidashi_02_mobile.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	width:280px;
	height: 95px;
}
	
.bg-Oblique-line-2-box p{
	text-align: center;
	margin: 15px 0;
	line-height: 1.7em;
	font-size:13px;
}
}

/* ============== 　　モバイル小画面（縦位置）　サイト　　 =============*/


@media screen and (max-width:599px){
.inner{
	margin: 0 auto;
	width:100%;
}

.bg-Oblique-line-2 {
	margin: 0 auto;
	width:100%;
	height:480px;
	background:none;
}
	
.bg-Oblique-line-2-img {
	margin: 0 auto;
	width:100%;
	height: 200px;
	background-image: url(../image/index_bg_contents2_plactice_599.png);
	background-repeat: no-repeat;
	background-size: 100%;
	margin-top: 20px;
}

.bg-Oblique-line-2-box {
	margin: 0 auto;
	height: 320px;
	padding-top: 10px;
	width:100%;
	position:relative;
	background: none;
}

.bg-Oblique-line-2-box-fukidashi{
	background-image: url(../image/index_fukidashi_02_mobile.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	width:290px;
	height: 95px;
}
	
.bg-Oblique-line-2-box p{
	text-align: center;
	margin: 15px 0;
	line-height: 1.7em;
	font-size:13px;
}
}


/*--------------------------------------------------------------------------------------------------------*/
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<   indexページ　ボタンエリア　3 お稽古のご予約　>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/*--------------------------------------------------------------------------------------------------------*/

/* ============== 　　PCサイト　　 =============*/

.bg-Oblique-line-3 {
	margin: 0 auto;
	width:100%;
	height:320px;

	background-size: cover;
}

@media screen and (min-width:992px){
.inner{
	margin: 0 auto;
	width:95%;
}

.bg-Oblique-line-3-img {
	float: left;
	margin: 0 auto;
	margin-right: 10px;
	height: 320px;
	width:60%;
	background-image: url(../image/index_bg_contents3_schedule.png);
	background-repeat: no-repeat;
}

.bg-Oblique-line-3-box {
	float: left;
	margin: 0 auto;
	height: 320px;
	padding-top: 45px;
	width:35%;
	position:relative;
	background: none;
}

.bg-Oblique-line-3-box-fukidashi{
	background-image: url(../image/index_fukidashi_03.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	width:316px;
	height: 97px;
}
	
.bg-Oblique-line-3-box p{
	text-align: center;
	margin: 15px 0;
	line-height: 1.7em;
}
}

/* ===========　　タブレットサイト　   ===========*/

@media screen and (min-width:769px) and (max-width:991px) {
.inner{
	margin: 0 auto;
	width:95%;
}

.bg-Oblique-line-3-img {
	float: left;
	margin: 0 auto;
	margin-right: 10px;
	height: 320px;
	width:50%;
	background-image: url(../image/index_bg_contents3_schedule_769_991.png);
	background-repeat: no-repeat;
}

.bg-Oblique-line-3-box {
	float: left;
	margin: 0 auto;
	height: 320px;
	padding-top: 45px;
	width:45%;
	position:relative;
	background: none;
}

.bg-Oblique-line-3-box-fukidashi{
	background-image: url(../image/index_fukidashi_03.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	width:316px;
	height: 97px;
}
	
.bg-Oblique-line-3-box p{
	text-align: center;
	margin: 15px 0;
	line-height: 1.7em;
}
}

/* ============== 　　モバイル大画面（横位置）　サイト　　 =============*/


@media screen and (max-width:768px)and (min-width:600px){
.inner{
	margin: 0 auto;
	width:100%;
}

.bg-Oblique-line-3 {
	margin: 0 auto;
	width:100%;
	height:320px;
	background-image: url(../image/index_bg_contents1.jpg);
	background-size: cover;
}
	
.bg-Oblique-line-3-img {
	float: left;
	margin: 0 auto;
	width:45%;
	height: 320px;
	margin-right: 10px;
	background-image: url(../image/index_bg_contents3_schedule_769_991.png);
	background-repeat: no-repeat;
}

.bg-Oblique-line-3-box {
	float: left;
	margin: 0 auto;
	height: 320px;
	padding-top: 45px;
	width:50%;
	position:relative;
	background: none;
}

.bg-Oblique-line-3-box-fukidashi{
	background-image: url(../image/index_fukidashi_03_mobile.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	width:300px;
	height: 95px;
}
	
.bg-Oblique-line-3-box p{
	text-align: center;
	margin: 15px 0;
	line-height: 1.7em;
	font-size:13px;
}
}

/* ============== 　　モバイル小画面（縦位置）　サイト　　 =============*/


@media screen and (max-width:599px){
.inner{
	margin: 0 auto;
	width:100%;
}

.bg-Oblique-line-3 {
	margin: 0 auto;
	width:100%;
	height:480px;
	background-image: url(../image/index_bg_contents1.jpg);
	background-size: cover;
}
	
.bg-Oblique-line-3-img {
	margin: 0 auto;
	width:100%;
	height: 200px;
	background-image: url(../image/index_bg_contents3_schedule_599.png);
	background-repeat: no-repeat;
	background-size: 100%;
	margin-top: 20px;
}

.bg-Oblique-line-3-box {
	margin: 0 auto;
	height: 320px;
	padding-top: 10px;
	width:100%;
	position:relative;
	background: none;
}

.bg-Oblique-line-3-box-fukidashi{
	background-image: url(../image/index_fukidashi_03_mobile.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	width:280px;
	height: 95px;
}
	
.bg-Oblique-line-3-box p{
	text-align: center;
	margin: 15px 0;
	line-height: 1.7em;
	font-size:13px;
}
}




/*--------------------------------------------------------------------------------------------------------*/
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<   indexページ　ボタンエリア　4 お問い合わせ　>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/*--------------------------------------------------------------------------------------------------------*/

/* ============== 　　PCサイト　　 =============*/

.bg-Oblique-line-4 {
	margin: 0 auto;
	width:100%;
	height:320px;
	background-image: url(../image/index_contact_bg.jpg);
	background-size: cover;
}

@media screen and (min-width:992px){
.inner{
	margin: 0 auto;
	width:95%;
}
}

/* ===========　　タブレットサイト　   ===========*/

@media screen and (min-width:769px) and (max-width:991px) {
.inner{
	margin: 0 auto;
	width:95%;
}

.bg-Oblique-line-4 {
	margin: 0 auto;
	width:100%;
	height:320px;
	background-image: url(../image/index_bg_contents10_2.jpg);
	background-size: cover;
}
}

/* ============== 　　モバイル大画面（横位置）　サイト　　 =============*/


@media screen and (max-width:768px)and (min-width:600px){
.inner{
	margin: 0 auto;
	width:100%;
}

.bg-Oblique-line-4 {
	margin: 0 auto;
	width:100%;
	height:320px;
	background-image: url(../image/index_bg_contents10_600_768.jpg);
	background-size: cover;
}
}

/* ============== 　　モバイル小画面（縦位置）　サイト　　 =============*/


@media screen and (max-width:599px){
.inner{
	margin: 0 auto;
	width:100%;
}

.bg-Oblique-line-4 {
	margin: 0 auto;
	width:100%;
	height:320px;
	background-image: url(../image/index_bg_contents10_320.jpg);
	background-size: cover;
}
}


/*--------------------------------------------------------------------------------------------------------*/
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<   indexページ　ボタンエリア　4 お問い合わせ　>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/*--------------------------------------------------------------------------------------------------------*/

/* ============== 　　PCサイト　　 =============*/

.bg-Oblique-line-6 {
	margin: 0 auto;
	width:100%;
	height:320px;
	background-size: cover;
}

@media screen and (min-width:992px){
.inner{
	margin: 0 auto;
	width:95%;
}
}

/* ===========　　タブレットサイト　   ===========*/

@media screen and (min-width:769px) and (max-width:991px) {
.inner{
	margin: 0 auto;
	width:95%;
}

.bg-Oblique-line-6 {
	margin: 0 auto;
	width:100%;
	height:320px;
	background-size: cover;
}
}

/* ============== 　　モバイル大画面（横位置）　サイト　　 =============*/


@media screen and (max-width:768px)and (min-width:600px){
.inner{
	margin: 0 auto;
	width:100%;
}

.bg-Oblique-line-6 {
	margin: 0 auto;
	width:100%;
	height:320px;
	background-size: cover;
}
}

/* ============== 　　モバイル小画面（縦位置）　サイト　　 =============*/


@media screen and (max-width:599px){
.inner{
	margin: 0 auto;
	width:100%;
}

.bg-Oblique-line-6 {
	margin: 0 auto;
	width:100%;
	height:320px;
	background-size: cover;
}
}



/* ------------------------------------------------------------------------------------*/
/* ===============================   ボタンエリア　ここまで　　 ===========================*/
/* ------------------------------------------------------------------------------------*/



/* ------------------------------------------------------------------------------------*/
/* ===============================   detail_html メッセージエリア　　 ===========================*/
/* ------------------------------------------------------------------------------------*/

p.detail_message{
	font-family: 'ヒラギノ丸ゴ ProN W4', 'Hiragino Maru Gothic ProN';
	font-size:15px;
	letter-spacing: 0.05em;
	text-align: center;
	line-height: 2em;
	margin-bottom: 2em;
}

@media screen and (max-width:639px){
p.detail_message{
	font-family: 'ヒラギノ丸ゴ ProN W4', 'Hiragino Maru Gothic ProN';
	font-size:13px;
	letter-spacing: 0.015em;
	text-align: left;
	line-height: 1.8em;
}

.detail_message br{
		display: none;
	}
}

/*--------------------------------------------------------------------------------------------------------*/
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<   detailページ　竹仙会について　>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/*--------------------------------------------------------------------------------------------------------*/

/* ============== 　　PCサイト　　 =============*/

.bg-Oblique-line-5 {
	margin: 0 auto;
	height:100%;
	background-image: url(../image/index_bg_contents1.jpg);
	background-size: cover;
	padding-top:3em;
	background-repeat: repeat;
}

@media screen and (min-width:769px){
h2.bg-Oblique-line-5-box-fukidashi{
	margin: 0 auto;
	width:250px;
	height: 77px;
	margin-bottom: 2em;
	margin-top: 1em;
}

h3.bg-Oblique-line-5-box{
	margin: 0 auto;
	color:rgba(255,194,128,1.0);
	font-size:23px;
	line-height: 2em;
	width:100%;
}

p.bg-Oblique-line-5-box{
	margin: 0 auto;
	color:rgba(67,67,67,1.0);
	font-family: 'ヒラギノ丸ゴ ProN W4', 'Hiragino Maru Gothic ProN';
	font-size:15px;
	line-height: 2em;
}

.bg-Oblique-line-5-1-box {
	padding: 15px;
	height: 100%;
	background: #FFF;
	border: 2px solid rgba(255,194,128,1.0);
	border-radius: 5px;
	margin-bottom: 2em;
}


.bg-Oblique-line-5-2-box {
	float: left;
	margin: 0px auto;
	padding: 15px;
	margin-left: 10px;
	height: 100%;
	background: #FFF; 
	border: 2px solid rgba(255,194,128,1.0);
	border-radius: 5px;
	margin-bottom: 4em;
}
}

/* スマホ　*//* スマホ　*//* スマホ　*/

@media screen and (max-width:768px){
.inner{
	margin: 0 auto;
	width:100%;
}

h2.bg-Oblique-line-5-box-fukidashi{
	margin: 0 auto;
	width:250px;
	height: 77px;
	margin-bottom: 2em;
	margin-top: 2em
}

h3.bg-Oblique-line-5-box{
	margin: 0 auto;
	color:rgba(255,194,128,1.0);
	font-size:23px;
	line-height: 2em;
	margin-ottom:1em;
	width:100%;
}

p.bg-Oblique-line-5-box{
	margin: 0 auto;
	color:rgba(67,67,67,1.0);
	font-family: 'ヒラギノ丸ゴ ProN W4', 'Hiragino Maru Gothic ProN';
	font-size:13px;
	line-height: 2em;
}

.bg-Oblique-line-5-1-box {
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
	height: 100%;
	width:100%;
	background: #FFF;
	border: 2px solid rgba(255,194,128,1.0);
	border-radius: 5px;
}

.bg-Oblique-line-5-2-box {
	float: left;
	margin: 0px auto;
	padding: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 100%;
	width:100%;
	background: #FFF; 
	border: 2px solid rgba(255,194,128,1.0);
	border-radius: 5px;
	margin-bottom: 4em;
	}
}


/* ------------------------------------------------------------------------------------*/
/* ===============================   detail_お稽古の内容　特徴　 ===========================*/
/* ------------------------------------------------------------------------------------*/



.strong-icon {
	width:95px;
	margin: 0 auto;
}

.strong-icon-caption{
	font-size:18px;
	padding: 10px;
	text-align: center;
	font-family: 'ヒラギノ丸ゴ ProN W4', 'Hiragino Maru Gothic ProN';
}

@media screen and (max-width:991px){
.strong-icon-caption{
	font-size:13px;
	padding: 10px;
	text-align: center;
	font-family: 'ヒラギノ丸ゴ ProN W4', 'Hiragino Maru Gothic ProN';
}	
}

.mask{
  background:none;
  position:relative;
  overflow:hidden;
	margin-bottom:10px;
}

/* ===============================   フッタナビゲーション　　circle bottom　　 =============*/

#footer {
	padding: 30px 0px 10px;
	background:#F0EFE9;
}
.name {
  color: rgba(67,67,67,1.0);
  font-size: 16px;
  font-weight:600;
  text-align: center;
  margin-bottom: 10px;
}

.name-photo {
  width:180px;
	margin: 0 auto;
	margin-bottom: 1em;
}


.access {
  color: rgba(67,67,67,1.0);
  font-size: 13px;
  text-align: center;
  margin-bottom: 0;
}

.tel {
	margin-top: 0;
	margin-bottom: 10px;
  color: rgba(67,67,67,1.0);
  font-size: 25px;
  text-align: center;
  font-weight:600;
	line-height:1.5em;
}

.tel-other {
	margin-top: -5px;
	margin-bottom: 10px;
  color: rgba(67,67,67,1.0);
  font-size: 13px;
  text-align: center;
}

.tel a {
  color: rgba(67,67,67,1.0);
	text-decoration: none;
}

.Copyright-text {
  color: #FFF;
  font-size: 14px;
  text-transform: none;
  text-align: center;
padding: 12px 0px 2px;
}

.Copyright {
  background: #736357;
}


@media screen and (max-width: 768px) {
  #footer .footer-menu {
    text-align: center;
	  line-height: 2em;
	  width: 100%;
}

.name {
  font-size: 14px;
  letter-spacing: 0em;
	margin-bottom: 5px;
}
	
.access {
  font-size: 12px;
  letter-spacing: 0em;
}
	
.tel {
  font-size: 24px;
  letter-spacing: 0em;
}

.Copyright {
  letter-spacing: 0em;
  font-size: 10.5px;
}
}

