@charset "utf-8";
/*************************************************/
/*　メインカラーを置換してください      */
/*　color:#FF9900;　  */
/*************************************************/
body {
	font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Arial', sans-serif !important;
	font-weight: 500 !important;
}
/*main color #8dc607*/
h1 {
	background: #8dc607;
}
.fonticon-color {
	color: #8dc607;
}
.fonticon-color_inner i {
	color: #8dc607;
}
.back-color {
	background: #8dc607;
}
.boder-color {
	border-color: #8dc607;
}
.boder_top-color {
	border-top-color: #8dc607;
}
.boder_left-color {
	border-left-color: #8dc607;
}
.headder_boder-color {
	border-top-color: #8dc607;
}
.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: #8dc607;
}
.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: #8dc607;
}
/* ----------------------------------------
　学区検索　表示・非表示
---------------------------------------- */
/*
.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;
}
*/
/* ----------------------------------------
フッター固定
---------------------------------------- */
.fixfoot {
	width: 100%;
	position: fixed;
	bottom: -1px;
	height: 60px;
	background-color: #FFF;
	z-index: 999;
	border-top: 2px solid #8dc607;
	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: #8dc607;
	display: table;
	font-size: 24px;
}
.fixfoot ul li:last-child span {
	color: #8dc607;
	display: none;
}
.fixfoot ul li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 13px;
	padding: 15px 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;
	display: block;
	text-align: center;
}
.fixfoot ul li span {
	font-size: 12px;
}
.dra_tl p {
	background: #8dc607;
	color: #fff;
}
.fixfoot ul li:nth-child(3) i {
	color: #e10000;
}
.fixfoot ul li:nth-child(3) span {
	color: #e10000;
}
/* ----------------------------------------
レンタルコンテンツのお問合せボタン
---------------------------------------- */
.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);
}
header .logo img {
	margin-left: 2%;
	max-width: 90% !important;
    width: 100%;
}
.regist_merit {
	width: 95%;
	margin: auto;
}
header .button02 p a {
	font-size: 3vw;
	font-weight: bold;
}
.inq_form th p {
	float: none;
}
.inq_form th span {
	float: none;
	width: 27px;
	text-align: center;
}
.office-info span {
	padding: 1% 0 2% 0 !important;
}