@charset "shift_jis";

/* CSS Document */



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

/*common.cssはサイト個別で変更をかける時の       */
/*CSSになります。変更する際は気をつけてください  */

/* コメントアウト例（その他cssファイルでも活用してください） */
/* 制作を始める時にはtop.css、header.css、h_menu.cssの中身をを削除してください */
/* ナビメニューのプルダウンを使用したい場合にはh_menu.cssの記述を参考にしてみてください。 */

/* ----------------------------------------
　ディレクトリ名・ページ名等
---------------------------------------- */

/* 対象箇所
---------------------------------------- */

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


/* ----------------------------------------
　common
---------------------------------------- */

body {
	color : #333333;
	font-size: 12px;
	font-weight:normal;
	line-height:18px;
	margin:0px 0 0 0;
	padding:0;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif !important;
}

H1{
    color: #fff;
    font-size: 11px;
    text-align: left;
    width: 43%;
    line-height: 18px;
    padding-left: 10px;
    position: fixed;
    top: 5px;
    z-index: 260;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #9b9999;
}
.container {
    width: 1000px;
    margin: 130px auto 0 auto;
    overflow: hidden;
}
.login_show {        display: none;}
.logout_show {        display: none;}


/*サイドナビ左右入れ替え*/
.l-roomlist{
	width: 780px;
	float: left;
	margin-right: 20px;
}

.l-sidenavi{
	width:200px;
	float:right;
}

/* ----------------------------------------
　学区検索　表示・非表示
---------------------------------------- */

.gakku_comment , .srch_school , .s-school , .sho_school , .sho_school_text , .list_map_school , .sho_catalog_school{
	display:none;
}


/* ----------------------------------------
　来店予約システム
---------------------------------------- */

/* ----------------------------------------
　利用する場合はこちらを読み込む
---------------------------------------- */

.on_raiten{
	display:none !important;
}


/* ----------------------------------------
　利用しない場合はこちらを読み込む
---------------------------------------- */
/*
.off_raiten{
	display:none !important;
}
*/


/* ----------------------------------------
　header 固定
---------------------------------------- */

.new_header {
	background-color:#042455;
	width:100%;
	height:35px;
	position: fixed;
	top:0;
	z-index:100;
}
.new_header_inner {
	width:1200px;
	margin:0 auto;
	overflow:auto;
}

.new_header_icon {
	float:left;
	margin:8px 0 0 0;
}

.new_header_menu {
	float:right;
	margin-top:6px;
}

.new_header_menu ul {
	margin:0;
	padding:0;
	overflow:hidden;
}
.new_header_menu li {
	width:110px;
	list-style-type: none;
	background-color: #EEEEEE;
	float: left;
	padding: 0;
	margin-right:6px;
	text-align:center;
}

.new_header_menu li:nth-child(5), .new_header li:nth-child(6){
	background-color:#D33F0E;
}

.new_header_menu li:nth-child(5) a, .new_header li:nth-child(6) a{
	color:#ffffff;
}

.new_header_menu a {
	color: #303030;
	text-decoration: none;
	display:block;
	padding:3px 10px;
	height: 16px;
	line-height:16px;
	font-size:12px;
	letter-spacing:1px;
}

.new_header_menu a i{
	margin:0 5px 0 0;
}

.new_header_menu a img{
	float:left;
}

#header_home{
	width:40px !important;
	background:none !important;
}

#header_home a{
	padding:0px !important;
	height:22px !important;
	width:100% !important;
}

#header_home a img{
	margin:0px auto;
	float:none;
}

.new_header_icon:hover , .new_header_menu li:hover{
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.new_header_home{
    width: 75px !important;
}

.new_header_home a{
    padding: 3px 5px;
}


/* --　ここから下は削除してOK　-- */

/* ----------------------------------------
　header
---------------------------------------- */
.header_wrap{
    width: 100%;
    overflow: hidden;
    position: fixed;
    top: 0px;
    min-width: 1220px;
    background: #fff;
    z-index: 200;
}
.header_box{
    width: 100%;
    overflow: hidden;
    min-width: 1183px;
    border-bottom: solid 1px #f5f5f5;
}
.header_l{
    float: left;
    margin: 25px 0px 0px 10px;
}
.header_l a{

}
.header_l img{

}
.header_c{
	float:right;
}
.header_c_top{
    overflow: hidden;
    margin: 15px 0px 35px 0px;
    float: right;
}
.header_c_top_title{
background-color: #009b63;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
    width: 130px;
    float: left;
    position: relative;
    border-radius: 5px;
}
.header_c_top_title::before{
    content: "";
    right: -12px;
    top: 8px;
    box-sizing: border-box;
    width: 12px;
    height: 5px;
    border: 4px solid transparent;
    border-left: 8px solid #009b63;
    position: absolute;
}
.header_c_top ul{
    float: left;
    margin: 5px 10px 0px 11px;
    padding: 0px;
    list-style-type: none;
	
}
.header_c_top ul li{
    float: left;
}
.header_c_top ul li a{
    background-image: url(/img/index/h_icon01.png);
    background-repeat: no-repeat;
    background-position-x: 15px;
    background-position-y: 2px;
    font-size: 12px;
    font-weight: bold;
    line-height: 21px;
    color: #333;
    text-decoration: none;
    padding: 0px 15px 0px 35px;
    display: block;
    border-right: solid 2px #ccc;
}
.header_c_top ul li a:hover{
	text-decoration:underline;
}
.header_c_top ul li:nth-child(3) a{
    border-right: none;
}
.header_menu{
    margin: 0px 25px 0px 0px;
    clear: both;
    overflow: hidden;
}
.header_menu ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.header_menu ul li{
    float: left;
    margin: 0px 0px 0px 30px;
}
.header_menu ul li a{
text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 14px;
}
.header_menu ul li a:hover{
	text-decoration:underline;
}
.header_r{
	float:right;
}
.header_r ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.header_r ul li{
	width:110px;
	float:left;
}
.header_r ul li:nth-child(1) a{
    background-color: #009b63;
    background-image: url(/img/index/h_icon02.png);
    background-position-x: center;
    background-position-y: 31px;
}
.header_r ul li:nth-child(1) a:hover{
	background-color:#006742;
}
.header_r ul li:nth-child(2) a{
	background-color:#0056a1;
	background-image:url(/img/index/h_icon03.png);
	background-position-x: 41px;
	background-position-y: 26px;
}
.header_r ul li:nth-child(2) a:hover{
	background-color:#003461;
}
.header_r ul li a{
display: block;
    background-repeat: no-repeat;
    padding: 70px 0px 22px 0px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}



/* ----------------------------------------
　footer
---------------------------------------- */
.footer_wrap{
    background: #0056a1;
    padding: 70px 0px;
    overflow: hidden;
}
.footer_box{
	width:1100px;
	margin:auto;
}
.footer_list{
    float: left;
    margin-right: 70px;
    width: 208px;
}
.footer_list:last-child{
	margin-right:0px;
}
.footer_list_title{
    font-size: 16px;
    font-weight: bold;
    text-indent: 5px;
    padding: 0px 0px 12px 0px;
    border-bottom: solid 1px #fff;
    color: #fff;
	
}
.footer_list ul{
    margin: 10px 0px 0px 0px;
    padding: 0px;
    list-style-type: none;

}
.footer_list ul li{
    margin: 0px 0px 7px 0px;
}
.footer_list ul li a{
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    display: block;
}
.footer_list ul li a:hover{
	text-decoration:underline;
}
.footer_shop{
margin: 50px auto 0px auto;
    padding: 0px 0px 20px 0px;
    width: 1100px;
    overflow: hidden;
    border-bottom: solid 1px #ccc;
}
.footer_shop h2{
    margin: 0px 0px 40px 0px;
    padding: 0px 0px 22px 0px;
    border-bottom: solid 1px #ccc;
}
.footer_shop h2 span{
text-align: center;
    display: block;
    font-size: 17px;
    font-weight: bold;
}
.footer_shop h2 img{
    display: block;
    margin: 20px auto 0px auto;
}
.footer_shop ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.footer_shop ul li{
	float:left;

	margin-right:30px;
}
.footer_shop ul li:nth-child(1){
	width:330px;
}
.footer_shop ul li:nth-child(2){
	width:350px;
}
.footer_shop ul li:nth-child(3){
	width:341px;
}
.footer_shop ul li:last-child{
	margin-right:0px;
}
.footer_shop ul li a{
    display: block;
    color: #333;
}
.footer_shop_list_l{
	float:left;
}
.footer_shop_list_l img{

}
.footer_shop_list_r{
	float:right;
}
.footer_shop_list_r h3{
    font-size: 15px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;

}
.footer_shop_list_r p{
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
.footer_shop_list_r p span{
    display: block;
    font-weight: bold;
    margin: 5px 0px 0px 0px;
	font-size:11px;
}
.kamei_come{

    text-align: right;
    width: 1100px;
    margin: 15px auto 0px auto;
    font-size: 12px;
    font-weight: bold;

}
.Copyright{

    text-align: right;
    width: 1100px;
    margin: 10px auto 0px auto;
    font-size: 12px;
    font-weight: bold;

}
.side_fix_wrap{
    width: 90px;
    position: fixed;
    right: 0px;
    bottom: 340px;
    z-index: 100;
}
.side_fix_wrap ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.side_fix_wrap ul li{

}
.side_fix_wrap ul li a{
display: block;
    background-repeat: no-repeat;
    padding: 61px 0px 17px 0px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.side_fix_wrap ul li:nth-child(1) a {
    background-color: #0056a1;
    background-image: url(/img/common/side_fix_icon01.png);
    background-position-x: center;
    background-position-y: 22px;
}
.side_fix_wrap ul li:nth-child(1) a:hover{
	background-color:#003461;
}
.side_fix_wrap ul li:nth-child(2) a {
    background-color: #009b63;
    background-image: url(/img/common/side_fix_icon02.png);
    background-position-x: center;
    background-position-y: 28px;
}
.side_fix_wrap ul li:nth-child(2) a:hover{

	background-color:#006742;
}
.side_fix_wrap ul li:nth-child(3) a {
    background-color: #bfbfbf;
    background-image: url(/img/common/side_fix_icon03.png);
    background-position-x: center;
    background-position-y: 21px;
}
.side_fix_wrap ul li:nth-child(3) a:hover{
	background-color:#a5a5a5;
}

/* ----------------------------------------
　side
---------------------------------------- */
.side{
width: 200px;
    float: right;
}
.s_syurui_wrap{
	margin:13px 0px 0px 0px;
}
.s_syurui_wrap ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.s_syurui_wrap ul li{
	margin-bottom:12px;
}
.s_syurui_wrap ul li:nth-child(3){
	margin-bottom:0px;
}
.s_syurui_wrap ul li a{
	display:block;
	line-height:50px;
	font-size:17px;
	color:#fff;
	padding:0px 0px 0px 20px;
	border-radius: 7px;
	background-color:#0056a1;
	text-decoration:none;
}
.s_syurui_wrap ul li a:hover{
	background-color:#003f75;
}

.s_conts_wrap{
	margin-top:14px;
}
.s_conts_wrap ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.s_conts_wrap ul li:nth-child(4){
	margin-bottom:0px;
}
.s_conts_wrap ul li{
	margin-bottom:13px;
}
.s_conts_wrap ul li a{
	display:block;
}

.s_catalog_wrap{
	margin:19px 0px 0px 0px;
}
.s_catalog_wrap a{
	display:block;
}
.s_catalog_wrap a:hover{
	opacity: 0.7;
}
.s_catalog_wrap a img{

}

.s_company_wrap{
	margin:43px 0px 0px 0px;
}
.s_company_wrap h2{
	display:block;
	line-height:40px;
	font-size:17px;
	color:#fff;
	padding:0px 0px 0px 20px;
	border-radius: 7px;
	margin:0px 0px 12px 0px;
	background-color:#0056a1;
}
.s_company_wrap img{
	margin:0px 0px 10px 0px;
}
.s_company_box{
    margin: 0px 0px 30px 0px;
    overflow: hidden;
}
.s_company_box a{
    display: block;
	color:#333;
	text-decoration:none;
}
.s_company_box a:hover{
    background: #eee;
}
.s_company_box h3{
	margin:0px;
	font-size:15px;
	font-weight:bold;
	
}
.s_company_box p{
    margin: 5px 0px 0px 0px;
    font-size: 12px;
    line-height: 20px;
}
.s_company_box p span{
	font-weight:bold;
	display:block;
}

.sh_hukusuu img{
	width:100%;
}
.s-ruiji-img img{
    height: 109px !important;
}

