@charset "utf-8";

/*************************************************/ 

/*　メインカラーを置換してください      */
/*　color:#FF9900;　  */


/*************************************************/ 
/*main color #1D4695*/
h1 {	background: #1D4695;}
.fonticon-color {	color:#1D4695;}
.fonticon-color_inner i {	color:#1D4695;}
.back-color {	background:#1D4695;}


.boder-color {
	border-color:#1D4695;
}
.boder_top-color {
	border-top-color:#1D4695;
}
.boder_left-color {
	border-left-color:#1D4695;
}
.headder_boder-color {
	border-top-color:#1D4695;
}
.shadow-color {
    box-shadow: #A66400 0px 2px 0px 0px;
    -webkit-box-shadow: #A66400 0px 2px 0px 0px;
    -moz-box-shadow: #A66400 0px 2px 0px 0px;
}

/*sub color*/
.sub_color {
	background:#401000 !important;
}
.sub-border_color {
	border-color:#401000;
}
.sub-border-top_color {
	border-top-color:#401000;
}
.sub-border-bottom_color {
	border-bottom-color:#401000;
}
.tabList li.active {
	background:#401000;
}
.favorite-01 {
color:#FFBF00;
}
.favorite-02 {
color:#1D4695;
}
.favorite-03 {
color:#663300;
}
.favorite-04 {
color:#000;
}
.favorite-05 {
color:#D93600;
}
.favorite-06 {
color:#684E02;
}
.favorite-07 {
color:#465614;
}

.slide_list a i,
.slide_list a i {
	color: #1D4695;
}

/* ----------------------------------------
　学区検索　表示・非表示
---------------------------------------- */
/*
.gakku_comment , .srch_school , .s-school , .sho_school , .sho_school_text , .list_map_school , .sho_catalog_school, .sho_school_ruiji{
	display:none;
}
*/

/* ----------------------------------------
　来店予約システム
---------------------------------------- */

/* ----------------------------------------
　利用する場合はこちらを読み込む
---------------------------------------- */

.on_raiten{
	display:none !important;
}


/* ----------------------------------------
　利用しない場合はこちらを読み込む
---------------------------------------- */
/*
.off_raiten{
	display:none !important;
}
*/


/* ----------------------------------------
フッター
---------------------------------------- */
footer{
	background-color: #f6f6f6;
}
.f_txt_menu{
	margin:5% 0 0 0;
	padding:3%;
}
/*.f_txt_menu p {
	color:#fff;
}
.f_txt_menu a{
	color:#fff;
}
.f-tel a{
	color:#fff;
}*/
.f-tel i{
	color:#333;
}
.office-info{
	margin-bottom:5%;
}
.office-info span{
	/*color:#fff;*/
	padding: 1% 0 4% !important;
}


/* ----------------------------------------
フッター固定
---------------------------------------- */

.fixfoot{
    width:100%;
    position:fixed;
    bottom:-1px;
    height:60px;
    background-color:#FFF;
    z-index:999;
    border-top: 2px solid #326598;
    margin:0px;
    padding:0px;
    background-color:#f5f5f5;
}

.fixfoot ul{
    width:100%;
    margin:0px;
    height:100%;
    padding:0px;
    list-style:none;
    display: flex;
}

.fixfoot ul li{
    text-align:center;
    vertical-align:middle;
    height:100%;
    margin:0px;
    padding:0px;
    border-right:1px solid #ddd;
    flex: 1;
    display: block;
}

.fixfoot ul li:last-child{
    border:none;
    background: #ffffff;
}
.fixfoot ul li:last-child i {
    color: #326598;
    display: table;
    font-size: 24px;
}
.fixfoot ul li:last-child span {
    color: #326598;
    display: none;
}
.fixfoot ul li a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 3vw;
    line-height: 1.7em;
    padding: 1em 0px 0px 0px;
    margin: 0px;
    color: #333;
}
.fixfoot ul li p{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 3vw;
    line-height: 1.7em;
    padding: 1em 0px 0px 0px;
    margin: 0px;
    color: #333;
}
.fixfoot ul li a img{
    width:70%;
    max-height:65px;
}

.fixfoot ul li i{
	width: 100%;
	/* height: 17px; */
	font-size: 5vw;
	display: block;
	text-align: center;
}

.fixfoot ul li span{
    font-size:12px;
}
.dra_tl p {
    background: #326598;
    color: #fff;
}
.fixfoot ul li:nth-child(3) i{
    color: #004898;
}

.fixfoot ul li:nth-child(3) span{
    color: #004898;
}
.fixfoot ul li:nth-child(4) i,.fixfoot ul li:nth-child(4) span{
    color: #fff;
}
.fixfoot ul li:nth-child(4) a{
    background: #FF7200;
}

/* ----------------------------------------
レンタルコンテンツのお問合せボタン
---------------------------------------- */
.rental_inq {
    width: 90%;
    margin: 0 auto;
}
.rental_inq a {
    box-sizing: border-box;
    border:3px solid #ff7f00;
    background: #ff7f00;
    color:#fff;
    position: relative;
    display: block;
    font-size:5.5vw;
    line-height: 5vh;
    padding: 5% 0;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
}

.rental_inq a:after {
    position: absolute;
    bottom: -5px;
    content: "";
    vertical-align: middle;
    right: -5px;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    border-left: 10px solid #FFF;
    transform:rotate(45deg); 
}
.footer_merit{
	background: url(/img/common/f_merit_bg_sp.jpg)no-repeat center bottom;
	background-size: cover;
	/* height: 330px; */
	width: 100%;
	padding: 2em 0px;
	margin: 0px;
}
.footer_merit img{
	margin: 0 auto;
	display: block;
	width: 90%;
}
