@charset "utf-8";
@import url(common.css?p=202104231602);

/********************************************************************************************************************************************************************
（共通設定）
********************************************************************************************************************************************************************/
body{ background: url(/img/bg_home.png); background-size: 300px; }
#wrapper{}

/* ページリンク　アンカーポイント（「.h3_style」に設定） */
.anc{ position: absolute; top: 0; }


/* リンクボタン */
.link1{ display: inline-block; padding: 3px 8px 3px 18px; background: #f5844d; border-bottom: 4px solid #d55a1f; border-radius: 8px; font-size: 16px; color: #fff; text-decoration: none !important; }
.link1:after{ content: '〉'; margin-left: 20px; color: #f8b290; }
.link1:hover{ margin-top: 4px; border-bottom: none; color: #fce0d3; }


/* 汎用テキストリンク */
a.textLink{ color: #00adef; text-decoration: underline; }
a.textLink:hover{ text-decoration: none; }

.contents_block{ margin-bottom: 50px; }

.text_box1{ padding: 20px; border-left: 10px solid #ffe64c; background: #fffbe5; }

.arrow{ margin: 25px 0; text-align: center; }
.arrow img{ width: 200px; }

/* パンくず */
#pan{ margin-bottom: 20px; font-size: 12px; }

.ul_basic{}
.ul_basic li{ margin-bottom: 10px; padding: 0 0 10px 30px; border-bottom: 1px dotted #ccc; font-size: 18px;
	background-image: url(/img/icon_pencil_blue.png);
	background-repeat: no-repeat;
	background-size: 22px;
	background-position: 0 5px;
}
.ul_basic li:last-child{ margin-bottom: 0; }

table.tbl_price{ width: 100%; font-size: 16px; }
table.tbl_price caption{ text-align: left; font-weight: bold; }
table.tbl_price th, table.tbl_price td{ padding: 5px 15px; border: 1px solid #ccc; vertical-align: middle; }
table.tbl_price th{ color: #fff; line-height: 1.5em; }
table.tbl_price th:nth-child(1){ width: 33%; background: #f9f9f9; }
table.tbl_price th:nth-child(2){ background: #66cef5; }
table.tbl_price th:nth-child(3){ background: #4cc5f4; }
table.tbl_price th:nth-child(4){ background: #33bdf2; }

table.tbl_price td{ text-align: right; }
table.tbl_price td.td_price_left{ background: #e5f7fd; text-align: center; }

/* テキスト・画像　左右表示設定 */
.LR_pc{ display: flex; justify-content: space-between; }
	.LR_pc_text{ width: 60%; }
	.LR_pc_img{ width: 38%; }



/********************************************************************************************************************************************************************
（ヘッダー設定）
********************************************************************************************************************************************************************/
#fixed_block{ width: 100%; position: fixed; z-index: 999; }

.head_p{ margin-bottom: 5px; font-size: 11px; font-weight: normal; }

header{ background: #fff; }
#header_inner{ max-width: 1000px; margin: 0 auto; }
	h1{ margin-bottom: 5px; font-size: 12px; font-weight: normal; }

	#header{ display: flex; justify-content: space-between; padding-bottom: 5px; }
		#logo{ width: 200px; line-height: 1em; }

		#header_r{ line-height: 1em; }
			#header_tel{ display: inline-block; margin-right: 20px; padding: 3px 0 3px 35px; font-size: 26px; font-family: 'Yusei Magic', sans-serif; color: #00adef; text-decoration: none; line-height: 30px;
				background-image: url(/img/icon_tel_blue.png);
				background-repeat: no-repeat;
				background-size: 26px;
				background-position: 0 center;
				-webkit-transition: 0.4s;
				transition: 0.4s; 
			}
			#header_tel:hover{ color: #ffdc00; background-image: url(/img/icon_tel_yellow.png); }
			
			#header_btn_contact{ display: inline-block; padding: 2px 15px 2px 42px; border-radius: 7px; font-size: 18px; font-family: 'Yusei Magic', sans-serif; color: #fff; text-decoration: none; line-height: 30px;
				background-color: #f26521;
				background-image: url(/img/icon_email.png);
				background-repeat: no-repeat;
				background-size: 18px;
				background-position: 15px center;
				-webkit-transition: 0.4s;
				transition: 0.4s;
			}
			#header_btn_contact:hover{ background-color: #ffdc00; }

		#btn_spMenu.tcon{ display: none !important; }



/********************************************************************************************************************************************************************
（ナビ設定）
********************************************************************************************************************************************************************/
nav#navi_top{ background: #00adef; border-bottom: 2px solid #4cc5f4; }
nav#navi_top > ul{ display: flex; justify-content: space-between; max-width: 1000px; margin: 0 auto; }

nav#navi_top > ul li{}
nav#navi_top > ul li.li_navi_parent{ position: relative; }

nav#navi_top > ul > li > a{ display: block; padding: 15px 0; text-decoration: none; font-size: 17px; font-family: 'Yusei Magic', sans-serif; color: #fff;
	-webkit-transition: 0.4s ;
	transition: 0.4s ;
}
nav#navi_top ul li a:hover, nav#navi_top ul li a.active{ color: #ffdc00; }

	ul.ul_navi_child{ display: none; width: 150px; background: #f26521; border-radius: 5px; position: absolute; left: 0; z-index: 999; }
	ul.ul_navi_child:after{ content: ''; width: 0; height: 0; position: absolute; top: -8px; left: 30px;
		border-style: solid;
		border-width: 0 8px 8px 8px;
		border-color: transparent transparent #f26521 transparent;
	}
	ul.ul_navi_child li{ border-bottom: 1px dotted #fff; position: relative; }
	ul.ul_navi_child li:last-child{ border-bottom: none; }
	ul.ul_navi_child li a{ display: block; padding: 5px 15px; font-weight: bold; font-size: 16px; font-family: 'Yusei Magic', sans-serif; color: #fff; text-decoration: none; }
	/*ul.ul_navi_child li a:after{ content: ''; width: 10px; height: 10px; background: #f26521; position: absolute; top: -5px; left: 30px; transform:rotate(45deg); }*/

	p#close_menu{ display: none; }



/********************************************************************************************************************************************************************
（フッター設定）
********************************************************************************************************************************************************************/
footer{ padding: 10px 20px; background: #221e1f; }
	#footer_inner *{ color: #fff; font-size: 14px; }

	#footer_inner{ max-width: 1000px; margin: 0 auto; }
		#footer_all{ display: flex; justify-content: space-between; margin-bottom: 20px; }
			#footer_r{ padding: 10px 20px; border-radius: 3px; background: linear-gradient(150deg, #f3f3f3, #f9f9f9); color: #221e1f; }
			#footer_r #a_privacy_mark{ margin-right: 20px; }
			#footer_r #a_privacy_mark img{ width: 50px; }
			#footer_r #a_logo_humanconnect img{ width: 200px; }

	#footer_inner p#copy{ color: #fff; text-align: center; }



/********************************************************************************************************************************************************************
（タイトル設定）
********************************************************************************************************************************************************************/
h2.h2_style{ margin-bottom: 25px; padding: 0.8rem 2rem; background: #00adef; color: #fff; font-size: 20px; font-family: 'Yusei Magic', sans-serif; font-weight: normal; position: relative; }
h2.h2_style:after{ content: ''; width: 0; height: 0; position: absolute; bottom: -12px; left: 2.5rem;
	border-style: solid;
	border-width: 12px 12px 0 12px;
	border-color: #00adef transparent transparent transparent;
}

h2.h2_style_kaso, h1.h2_style_kaso{ margin-bottom: 5px; padding: 30px 0 150px 0; background-size: cover; }
h2.h2_style_kaso#tokucho{ 	background-image: url(/img/header1.jpg?p=20210424); background-position: 0 260px; }
h1.h2_style_kaso#jugyo{ 	background-image: url(/img/header2.jpg?p=20210424); background-position: 0 385px; }
h2.h2_style_kaso#nyujuku{ 	background-image: url(/img/header3.jpg?p=20210424); background-position: 0 300px; }
h2.h2_style_kaso#kyoshitsu{ background-image: url(/img/header4.jpg?p=20210424); background-position: 0 380px; }
h2.h2_style_kaso#jukucho{ 	background-image: url(/img/header5.jpg?p=20210424); background-position: 0 250px; }
h2.h2_style_kaso#info{ 		background-image: url(/img/header6.jpg?p=20210424); background-position: 0 850px; }
h2.h2_style_kaso#gakkan{ 	background-image: url(/img/header7.jpg?p=20210424); background-position: 0 310px; }
h2.h2_style_kaso#contact{ 	background-image: url(/img/header8.jpg?p=20210424); background-position: 0 370px; }
h2.h2_style_kaso span, h1.h2_style_kaso span{ display: inline-block; padding: 6px 60px 6px 24px; background: #00adef; border-left: 12px solid #4cc5f4; color: #fff; font-size: 24px; font-family: 'Yusei Magic', sans-serif; font-weight: normal; }

h2.h2_privacy{ margin-bottom: 20px; font-size: 20px; font-weight: bold; text-align: center; }

h2.h2_sidebar{ margin-bottom: 10px; padding: 3px 0; background: #00adef; border-top: 5px solid #4cc5f4; text-align: center; font-size: 18px; font-family: 'Yusei Magic', sans-serif; color: #fff; }

h3.h3_style{ margin-bottom: 10px; padding: 5px 15px; font-size: 18px; background: #e5f7fd; border-left: 8px solid #00adef; font-family: 'Yusei Magic', sans-serif; font-weight: normal; color: #00adef; position: relative; } /* ページ内リンクなしの場合「position: relative;」不要 */

h4.h4_style{ margin-bottom: 5px; font-size: 18px; font-family: 'Yusei Magic', sans-serif; color: #00adef; }
h4.h4_style:before{ content: '■ '; }



/********************************************************************************************************************************************************************
（コンテンツ部設定）
********************************************************************************************************************************************************************/
#visual{ max-width: 1000px; margin: 0 auto 13px; }

main{ padding: 142px 0 50px 0; }

/* 左右BOXの親 */
#main_inner{ max-width: 1000px; margin: 0 auto; background: #fff; }



/********************************************************************************************************************************************************************
（メイン設定）
********************************************************************************************************************************************************************/
#main_box{ width: 74%; float: left; }



/********************************************************************************************************************************************************************
（サイドバー設定）
********************************************************************************************************************************************************************/
#sidebar{ width: 25%; padding: 0; float: right; }
#sidebar .box{ margin-bottom: 20px; padding: 0; }

	#logo-sumida{ text-align: center; }
	#logo-sumida img{ width: 100%; max-width: 288px; }

	.ul_sidebar_info{}
	.ul_sidebar_info li{ margin-bottom: 6px; padding-bottom: 6px; border-bottom: 1px dotted #ccc; }
	.ul_sidebar_info li:last-child{ border-bottom: none; }

	.ul_sidebar_info li a{ display: block;
		-webkit-transition: 0.4s ;
		transition: 0.4s ;
	}
	.ul_sidebar_info li a:hover{ background: #e5f7fd; }

	.ul_sidebar_info li .side_category_box, .ul_sidebar_info li .side_title_box{ display: flex; justify-content: space-between; }
	
	.ul_sidebar_info li .side_category_box{ margin-bottom: 3px; }
	.ul_sidebar_info li .side_category_box .category{ width: 40%; font-size: 12px; color: #fff; text-align: center; line-height: 1.5em; }
	.ul_sidebar_info li .side_category_box .category.category1{ background: #33bdf2; }
	.ul_sidebar_info li .side_category_box .category.category2{ background: #f5844d; }

	.ul_sidebar_info li .side_category_box .date{ padding-left: 18px; line-height: 1.5em;
		background-image: url(/img/icon_calendar.png);
		background-repeat: no-repeat;
		background-size: 14px;
		background-position: 0 center;
	}
	.ul_sidebar_info li .side_title_box .title{ line-height: 1.3em; }
	.ul_sidebar_info li .side_title_box .title span{ font-size: 12px; color: #777; }

	#ul_sidebar_ban{}
	#ul_sidebar_ban li{ margin-bottom: 6px; text-align: center; }



/********************************************************************************************************************************************************************
（トップページ）
********************************************************************************************************************************************************************/
.big_text_box{}
.big_text_box h1{ text-align: center; font-size: 20px; margin: 20px; font-weight: bold; }
.big_text_box p{ font-size: 18px; }

.tbl_ossm{}
.tbl_ossm th, .tbl_ossm td{ padding: 5px 0; }
.tbl_ossm th{ padding-right: 20px; font-size: 18px; text-align: left; vertical-align: top; white-space: nowrap; }
.tbl_ossm th p{ padding-left: 40px;
	background-image: url(/img/icon_check.png);
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 0 center;
}

.tbl_ossm td{ font-size: 16px; }
.tbl_ossm td p{ padding: 8px 20px; background: #e5f7fd; position: relative; overflow: hidden; }
.tbl_ossm td p:after{ content: ''; width: 14px; height: 14px; background: #99def9; position: absolute; top: -7px; left: -7px; transform: rotate(45deg); }

.ul_number{}
.ul_number li{ margin-bottom: 8px; font-size: 18px; }
.ul_number li:last-child{ margin-bottom: 0; }
.ul_number li span{ display: inline-block; margin-right: 18px; padding: 0.2rem 1rem; background: #ffdc00; font-size: 18px; font-weight: bold; text-align: center; color: #fff; position: relative; }
.ul_number li span:after{ content: ''; width: 0; height: 0; position: absolute; top: calc(50% - 7px); right: -11px;
	border-width: 7px 0 7px 12px;
	border-style: solid;
	border-color: transparent transparent transparent #ffdc00;
}



/********************************************************************************************************************************************************************
（まなびやアットホームの特徴）
********************************************************************************************************************************************************************/
/* 5つの特徴 */
.ul_tokucho_box{}
.ul_tokucho_box li{ margin-bottom: 30px; }



/********************************************************************************************************************************************************************
（授業案内）
********************************************************************************************************************************************************************/
.tbl_time{}
.tbl_time caption{ text-align: left; }
.tbl_time th, .tbl_time td{ padding: 5px 20px; border: 2px solid #fff; }
.tbl_time th{ background: #d9f3fd; }
.tbl_time td{ background: #f9f9f9; }



/********************************************************************************************************************************************************************
（入塾までの流れ）
********************************************************************************************************************************************************************/
.dl_nyujuku{}
.dl_nyujuku dt{ display: inline-block; padding: 2px 25px 1px; background: #00adef; border-top-left-radius: 7px; border-top-right-radius: 7px; font-size: 16px; font-weight: bold; color: #fff; }
.dl_nyujuku dd{ padding: 10px 20px; background: #e5f7fd; border: 2px solid #00adef; border-radius: 7px; border-top-left-radius: 0; }



/********************************************************************************************************************************************************************
（教室紹介）
********************************************************************************************************************************************************************/
.tbl_ayumi{ width: 100%; }
.tbl_ayumi th, .tbl_ayumi td{ padding: 15px 40px; }
.tbl_ayumi th{ width: 25%; border-top: 2px solid #7fd6f7; }
.tbl_ayumi td{ border-top: 2px solid #cceffc; }
.tbl_ayumi tr:last-child th{  border-bottom: 2px solid #7fd6f7;  }
.tbl_ayumi tr:last-child td{  border-bottom: 2px solid #cceffc;  }

#map img{ width: 100%; max-width: 548px; margin-bottom: 20px; }

#googlemap iframe{ height: 450px; }



/********************************************************************************************************************************************************************
（塾長紹介）
********************************************************************************************************************************************************************/
#jukucho_box{ width: 50%; }



/********************************************************************************************************************************************************************
（お知らせ・コラム）
********************************************************************************************************************************************************************/
.ul_info{}
.ul_info li{ margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dotted #ccc; }
.ul_info li:last-child{ border-bottom: none; }

.ul_info li a{ display: block; padding: 10px;
	-webkit-transition: 0.4s ;
	transition: 0.4s ;
}
.ul_info li a:hover{ background: #e5f7fd; }

.ul_info li .top_box, .ul_info li .bottom_box{ display: flex; justify-content: space-between; }

.ul_info li .top_box{ margin-bottom: 5px; }
.ul_info li .top_box .category{ width: 12%; font-size: 12px; color: #fff; text-align: center; }
.ul_info li .top_box .category.category1{ background: #33bdf2; }
.ul_info li .top_box .category.category2{ background: #f5844d; }

.ul_info li .top_box .date{ padding-left: 20px;
	background-image: url(/img/icon_calendar.png);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: 0 center;
}
.ul_info li .bottom_box .text_box{}
.ul_info li .bottom_box .text_box .title{ margin-bottom: 5px; padding: 2px 8px; background: #e5f7fd; border-left: 5px solid #00adef; font-weight: bold; color: #00adef; }


/* 詳細ページ */
.info_detail_category_box{ display: flex; justify-content: space-between; margin-bottom: 10px; }
.info_detail_category_box .category{ width: 20%; font-size: 12px; color: #fff; text-align: center; line-height: 1.5em; }
.info_detail_category_box .category.category1{ background: #33bdf2; }
.info_detail_category_box .category.category2{ background: #f5844d; }

.info_detail_category_box .date{ padding-left: 18px; line-height: 1.5em;
	background-image: url(/img/icon_calendar.png);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: 0 center;
}



/********************************************************************************************************************************************************************
（プライバシーポリシー）
********************************************************************************************************************************************************************/
.privacy_box *{ font-size: 14px; }

.privacy_box ul.ul_li_mgn{}
.privacy_box ul.ul_li_mgn li{ margin-bottom: 20px; }

.privacy_box dl{}
.privacy_box dl dt{ margin-bottom: 5px; font-weight: bold; }
.privacy_box dl dd{ margin-bottom: 25px; padding-left: 30px; }



/********************************************************************************************************************************************************************
（受講者の声）
********************************************************************************************************************************************************************/
.voice_contents .mgn_10{ margin-bottom: 10px !important; }
