@charset "utf-8";

/* 共通
---------------------------------------------- */

/* 余白調節 */
.ui-content {
padding-top:0;
}
.yohakuReset {
/* width:calc(100% + 30px);
margin-left:-15px;*/
}

/* スマホ非表示・特有 */
.sp_none {
display:none;
}
.nomal_p{
 width: 94%;
 margin: 0 auto 0.5em auto;
 display: block;
}

/* 高汎用 */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.clear_left{
 clear: left;
}
.centering{
 text-align: center;
}
.font_bold{
 font-weight: 900;
}
.font_bold_110{
 font-weight: 900;
 font-size: 110%;
}
.font_bold_red{
 font-weight: 900;
 color: #e04a70;
}
.no_margin{
 margin: 0!important;
}

/* リンクチップ */
.linkChip {
z-index: 3;
position:fixed;
width:100%;
text-align:center;
left:0;
bottom:0;
background-color:#e37a96;
}
.linkChip > a {
display:block;
border-top:3px solid #000;
color:#fff!important;
text-shadow:1px 2px 0px #000;
font-size:120%;
font-weight:900;
padding:0.2em 1em;
line-height:1.3em;
box-shadow:0 2px 4px rgba(0,0,0,0.2);
}
.linkChip span.c_yellow{
 color: #ffff73;
}
.linkChip span.small{
	font-size:80%;
}
.linkChip img{
	vertical-align:middle!important;
	margin-left:0.5em;
}

/* パンくず */
#breadCrumb {
margin:0 auto;
}
#breadCrumb ol {
position: relative;
padding: 4px 10px 6px;
border-top: 1px solid #e2e2e2;
border-bottom: 1px solid #e2e2e2;
background: #fefefe;
background: linear-gradient(to bottom,  #fefefe 0%,#f4f4f4 100%);
line-height: 1.4;
z-index: 10;
}
#breadCrumb ol li {
display: inline-block;
padding: 0 0.5em 0 10px;
background: url(/s/files/img/common/ico_topicpath_01.png) 0 50% no-repeat;
background-size: 4px 7px;
font-size: 10px;
}
#breadCrumb ol li,#breadCrumb ol li a {
/*padding: 10px 0;*/
}
#breadCrumb ol li:first-of-type {
padding-left: 0;
	background-image: none;
}


/* コンテンツ　見出し */
#raishun {
 background-image: url(../img/kabegami.jpg);
}
#raishun .infoTitle > .intro h3 {
background:url(/pr/it_id/img/stripe_blue.gif);
color:#FFF;
font-size:1em;
font-weight:bold;
padding:10px;
}
#raishun .infoTitle > .intro p {
font-size:14px;
padding:0.5em 1em;
}


/* 画像伸縮 */
#raishun img {
width:100%;
max-width:100%;
height:auto;
}


/* サービスバナー　※コンテンツ下部
---------------------------------------------- */
/* バナー一覧 */
#other_service_sp {
background:#F5F5F5;
padding:20px 0;
box-shadow:inset 0 -2px 2px rgba(0,0,0,0.3),inset 0 2px 2px rgba(0,0,0,0.3);
}
#other_service_sp .inner {
margin:0 auto;
}
#other_service_sp h3 {
text-align:center;
font-size:1.2em;
font-weight:bold;
}
#other_service_sp ul {
margin:0 4%;
}
#other_service_sp ul li {
isplay: block;
float: left;
width: 32%;
margin-bottom: 10px ;
}
#other_service_sp ul li:nth-child(even) {
margin-left:1%;
}


/* コンテンツ全体、MV
---------------------------------------------- */
#closed{
 width: 96%;
 margin: 0 auto;
 height: 480px;
 padding: 2em 3%;
 margin: 0 auto;
 background-image: url("../img/closed.jpg");
 background-repeat: no-repeat;
 background-size: 100%;
}
#closed h2{
 display: block;
 width: 90%;
 margin: 0 auto;
 font-size: 140%;
 font-weight: 900;
 color: #fff;
 line-height: 1.6em;
 text-align: center;
 text-shadow: 2px 2px 1px #000,
             -2px 2px 1px #000,
             2px -2px 1px #000,
             -2px -2px 1px #000;
}
#tokuwari {
 padding: 0 0 60px;
 margin: 0 auto;
 transition: ease-in-out 1.4s;
 font-size: 16px !important;
 line-height: 1.5em !important;
}
#tokuwari .keyV {
 width: 100%;
}
#tokuwari .keyV .inner {
 height: auto;
}
#tokuwari .keyV .inner img{
 width:100%;
}
.track1{
 width: 94%;
 padding: 0.3em 3%;
 margin: 0.5em 0;
 background-color:#fdd300;
}
.track2{
 width: 94%;
 padding: 0.3em 3%;
 margin: 0.5em 0 0 0;
 background-color:#fdd300;
}
.track1 p{
 display: block;
 font-weight: 900;
 line-height: 1.2em;
}
.track2 p{
 display: block;
 font-size:85%;
 font-weight: 900;
 line-height: 1.4em;
}
.info_kuma{
 width: 94%;
 margin: 0;
 padding: 5px 3%;
 background-color:#fffeea;
}
.info_kuma p{
	font-size: 110%;
 font-weight: 900;
 line-height:1.9em;
 text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff;
}
.info_kuma p img{
	width:2em!important;
	margin-right:5px;
}

/* .band
---------------------------------------------- */
.band,
.band_f{
 width: 94%;
 padding: 0.5em 3% 0.8em 3%;
 background-color: #ff4b7d; /*住み替え初期割のテーマカラー青*/
}
.band p,
.band_f p{
 display: block;
 width: 100%;
 margin: 0 auto;
 color: #fff;
 font-weight: 900;
 text-align: center;
 text-shadow:none;
 line-height:1.5em;
}
.band span {
 font-size: 110%;
 color: ;
/* border: 2px solid #ffe51e;*/
/*  border-radius: 5px; CSS3草案 */
 /* -webkit-border-radius: 5px; Safari,Google Chrome用 */
/* -moz-border-radius: 5px;  Firefox用 */
 padding: 0 0.1em;
 margin: 0 0.1em;
}
.band_f p{
 position: relative;
}
.koushin_sp{
	clear:both;
 width:100%;
 height:3em;
 margin:0 auto;
 background-image:url(../img/koushin_sp.png);
 background-repeat:no-repeat;
 background-size:80% 100%;
 background-position:center;
}

/* #gaiyou
---------------------------------------------- */
#gaiyou {
 width: 94%;
 margin: 0 3% 1em 3%;
 padding: 0;
}
#gaiyou img{
	width:100%;
}
#gaiyou .gokakumae{
font-size: 130%;
    text-align: center;
    font-weight: bold;
}
#gaiyou .gokakumae img{

}
#gaiyou .gokakumae span{
    color: #FF0004;
}
.gaiyou1{
 width: 94%;
/*	background-color:#333;*/
	margin:0 auto;
	padding:1em 3%;
        	background-color:;
 background-image: url("../img/ume_kazari.png");
 background-repeat: no-repeat;
 background-size: 100% auto; 
}
.gaiyou1 p{
 display: block;
 margin: 0 auto;
	line-height:1.5em;
	font-size:90%;
	text-shadow:none;
    margin-bottom: 3%;
}

.gaiyou1 h2{
    font-size: 140%;
    text-align: center;
    color: #ed1c25;
    font-weight: bold;
    margin-bottom: 10px;
}

.gaiyou1 h2 span{
    font-size: 68%;
    display: block;
}



#gaiyou .sp_none {
 display: none;
}

.notice{
    font-size: 80%;
}

#gaiyou .recommend{
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
}
#gaiyou .recommend span{
	font-family: "Pacifico", cursive;
	display: block;
	line-height: 2;
	color: #ff7b27;
	font-style: normal;
	font-size: 130%;
	font-weight: 100;
}


/*特典*/

.tokuten{
    
}

.tokuten ul{
    display: flex;
    flex-wrap: wrap;
}

.tokuten ul li{
    width: 50%;
}

.tokuten p{
    background: #ffdee6;
    padding: 5px;
    text-align: center;
    padding-top: 7px;
}

.tokuten .notice{
    background: none;
    text-align:start;  
}



/*.chushaku
---------------------------------------------- */
.chushaku {
 width: 100%;
 padding: 0.8em 0;
 background-color: #FFFEEA;
}
.chushaku p {
 font-size: 110%;
 font-weight: 700;
 margin: 0 0 0.5em 0;
 display: block !important;
}
.chushaku ul {
 display: block;
 width: 94%;
 margin: 0 auto;
 padding: 0 3%;
 list-style: none;
}
.chushaku ul li {
 padding: 0 0 0 15px;
 margin: 0 0 0.3em 0;
 line-height: 1.5em;
 font-size: 90%;
 background-image: url(../img/kome_black.png);
 background-repeat: no-repeat;
 background-size: 10px;
 background-position: left 4px;
}

/* 物件一覧の領域
---------------------------------------------- */
.list{
 background-color: #fffeea;
 width: 100%;
 margin: 0;
 padding: 0 0 1.5em 0;
}

/* エリアメニュー
---------------------------------------------- */
#nav{
	margin:0 auto 1.5em auto;
	padding:0.5em 0;
	background-color:;
}
#nav ul{
	width:96%;
	display:block;
	padding:0 2%;
	margin:0 auto;
	list-style:none;}
#nav ul li{
	display:block;
	float:left;
	width:48%;
	margin:0 2% 0.5em 0;
	text-align:center;
	padding:0;
/*	background-image:url(../img/button_off.jpg);*/
	background-repeat:repeat-x;
	background-size:200% 100%;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px; 
    background: rgb(250,250,250);
background: linear-gradient(180deg, rgba(250,250,250,1) 47%, rgba(228,228,228,1) 48%, rgba(255,255,255,1) 100%);
	}
#nav ul li a{
	font-size:100%;
	font-weight:900;
	display:block;
	height:30px;/*40px*/
	padding:10px 0 0 0;
	}
#nav ul li a img{
	width:1em;
	vertical-align:middle;
	margin:0 0 0 0.2em;
}
#nav ul li.prefectures3 a{
	font-size:90%;
	font-weight:900;
	display:block;
	height:30px;/*40px*/
	padding:10px 0 0 0;
 letter-spacing: -0.1em;
	 }
#nav ul li a:hover,
#nav ul li.prefectures3 a:hover{
	background-image:none;
	background-color:#E8E8E8;
	position:relative;
	top:1px;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;
    height:30px;/*40px*/
	padding:10px 0 0 0;
	}


#nav .check{

}
#nav .check .box{

}
#nav .check p{
    line-height: 1.3;
    margin: 2% 0;
    font-size: 90%;
} 
#nav .check p span{
    font-size: 120%;
    font-weight: bold;
    color: #03A9F4;
}

#nav .check .check02{

}  

/*　固定メニュー
---------------------------------------------- */
.fixed {
	position: fixed;
	bottom: 0;
	z-index: 100000;
}	
#fixedBox {
 width: 100%;
	background-color: #fff;
	opacity: 0.9;
	display: block;
}
	.etcArea {
		font-size: 1.2em;
		font-weight: bold;
		text-align: center;
		padding: 5px;
		line-height: 1em;
}
.etcAreaBtn {
	width: 440px;
	/*background: #93fef2;*/
	background: #826565;
	margin: 0 auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color:#fff;
}
.etcAreaBtn a:hover {
	background-image: none;
	background-color: #E8E8E8;
	color: #826565 !important;
	position: relative;
	top: 1px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.etcAreaBtn a {
	background-size: 100%;
	font-weight: 900;
	padding: 0.5em 0;
	display: block;
	color:#fff;
}
.etcAreaBtn a:link {
	color:#fff;
}
.etcAreaBtn a:visited {
	color:#fff;
}
#nav_2piece,
#nav_3piece,
#nav_4piece,
#nav_5piece{
	width:100%;
	margin:0;
	padding:0 0 0.3em 0;
	background-color:#feca06;
}
#nav_2piece h4,
#nav_3piece h4,
#nav_4piece h4,
#nav_5piece h4{
	display:none;
	}
#nav_2piece ul,
#nav_3piece ul,
#nav_4piece ul,
#nav_5piece ul{
	width:100%;
	float:left;
	display:block;
	padding:0;
	margin:0.3em 0 0 3%;
	list-style:none;}
	
#nav_2piece ul li{width:46%;/*2分割＝46％、3分割＝30％、4分割＝23％、5分割＝18％、6分割＝14％、7分割＝12％、8分割＝10％*/}
#nav_3piece ul li{width:30%;}
#nav_4piece ul li{width:23%;}
#nav_5piece ul li{width:18%;}

#nav_2piece ul li,
#nav_3piece ul li,
#nav_4piece ul li,
#nav_5piece ul li{
	display:block;
	float:left;
	margin:0 1% 3px 0;
	text-align:center;
	padding:0;
/*	background-image:url(../img/button_off.jpg);*/
	background-repeat:repeat-x;
	background-size:200% 100%;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px; 
    background: linear-gradient(180deg, rgba(250,250,250,1) 47%, rgba(228,228,228,1) 48%, rgba(255,255,255,1) 100%);
	}
#nav_2piece ul li.otherarea,
#nav_3piece ul li.otherarea,
#nav_4piece ul li.otherarea,
#nav_5piece ul li.otherarea{
	display:block;
	float:left;
 text-shadow: none;
	margin:0;
	text-align:center;
	padding:0;
	/*background-image:url(../img/button_cha.gif);
	background-repeat:repeat-x;*/
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px; 
    background: #878787;
	}
#nav_2piece ul li a,
#nav_3piece ul li a,
#nav_4piece ul li a,
#nav_5piece ul li a{
	background-size:100%;
	font-size:70%;
	line-height:1.1em;
	font-weight:900;
	padding:0.5em 0;
	display:block;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px; }
#nav_4piece ul li a:hover,
#nav_3piece ul li a:hover,
#nav_5piece ul li a:hover{
	background-image:none;
	background-color:#E8E8E8;
	position:relative; top:1px;
	}
#nav_2piece ul li.otherarea a,
#nav_3piece ul li.otherarea a,
#nav_4piece ul li.otherarea a,
#nav_5piece ul li.otherarea a{
	color: #fff!important;
}
#nav_2piece ul li.otherarea a:hover,
#nav_3piece ul li.otherarea a:hover,
#nav_4piece ul li.otherarea a:hover,
#nav_5piece ul li.otherarea a:hover{
	background-image:none;
	background-color:#614a45;
	position:relative; top:1px;
	}

/* 各種　物件リスト
---------------------------------------------- */
.bukkenList {
margin:0 auto 20px;
}
.bukkenList .CatGroup {
padding:0 2%;
}
.bukkenList .CatGroup:not(:last-child) {
margin-bottom:40px;
}
.bukkenList .CatGroup h3 {
font-size: 1.3em;
font-weight: bold;
background-color:#009BE4;
padding: 0.5em 1em;
clear: both;
margin-bottom:0.5em;
color:#fff;
}

/* インクルード領域 */
#sapporo,
#hokkaido,
#miyagi,
#tokyo,
#tokyo1,
#chiba,
#saitama,
#kyoto,
#ishikawa,
#toyama,
#shiga,
#osaka,
#okayama,
#tokushima,
#fukuoka{
 width: 94%;
 margin: 0 auto 1.5em auto;
 padding: 0 3%;
 position: relative;
}
#tokyo2,
#gunma,
#kanagawa,
#niigata,
#hakodate,
#iwate_akita,
#saitama,
#aichi,
#ishikawa,
#hyogo,
#hiroshima,
#yamaguchi,
#oita,
#nagasaki_kumamoto{/*一番末尾にくる枠はここに*/
 width: 94%;
 margin: 0 auto;
 padding: 0 3%;
 position: relative;
}
.map{
 width: 100%;
 height: 300px;
 margin: 0 auto;
}
.area_tit {
	font-weight: bold;
	color: #333;
	border-left:5px solid #333;
	border-top:1px solid #333;
	padding:10px 0 0 10px;
	font-size: 120%;
	margin:0.5em 0;
	clear: both;
}
p.zoom{
	display:block;
	text-align:right;
	margin:0.5em 0;
	font-size:100%;
	font-weight:900;}
p.zoom img{vertical-align:middle;}

.linkTop {
		display: block;
		font-weight:bold;
		text-align:right;
		padding: 0 10px 0 0;
		margin: 0;
	}

.school_sec .title_01:before {
background-image: url(../img/school1_tit_bg.jpg);
}



/* #tokusetsu
---------------------------------------------- */
#tokusetsu{
 width: 100%;
 margin: 0;
 padding: 0;
}
#tokusetsu div.t_inner{
 width: 94%;
 margin: 0 3%;
 padding: 1em 0 2em 0;
 text-align: center;
}
#tokusetsu div.t_inner img{
 width:100%;
}


.inner{
 padding: 0 2%;
}

#nav .doragonbox{
    height: 0;
}

#nav .doragon{
    width: 92%;
    position: absolute;
    right: -174px;
    top: 61px;
    position: relative;
}


.categoly{
    
}
.categoly ul{
    display: flex;
    justify-content: space-around;
    margin: 20px;
}
.categoly ul li{
    
}
.categoly ul li a{
    font-size: 2rem;
    text-decoration: underline;
    color: #2196F3;
}
.categoly ul li a:after{
    content: "▼";
}


.sclNameBox .headLine03 {
    font-size: 2rem;
}



/*学校検索エリア*/

.sclNameBox .headLine06 {
	text-align: center;
}

#search{
    margin: 100px auto 0;
    padding: 2%;
}
#search h2{
    font-size: 150%;
    text-align: center;
     background-image: url("../img/sumdaruma.png");
    background-position-x: 70%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    background-clip: border-box;
    line-height: normal;
    padding-top: 22px;
    border-bottom: #2196EF 3px solid;
}
#search .step{
    margin: 20px 0;
    text-align: center;
}
#search .step .red{
    color: red;
    font-weight: bold;
    display: inline-block;
}
#search .step .blue{
    color: #0B27C7;
    font-weight: bold;
}
#search .step h3{
    font-size: 2.3rem;
    margin-bottom: 20px;
    text-align: center;
}

#search .step h3 span{
    font-family: "Bungee Tint", serif;
	background: #ffd1bf;
    padding: 6px 15px;
	border-radius: 10px;
	display: block;
	margin-bottom: 1em;
}
#search .step h3 span.sp_none{
	display: none;	
}
#search .step p{
    text-align: left;
    margin: 20px 0;
    wi
}

#search .step img{
    margin: 0 auto;
}

#search .searchnav{
    margin-bottom: 70px;
}

#search .searchnav a{
    display: block;
    background: #2196F3;
    padding: 30px;
    font-size: 2rem;
    text-align: center;
    border-radius: 50px;
    width: 80%;
    color: #fff;
    margin: 0 auto;
}

#search .searchnav a:hover{
    background: #000;
}


.doragonbox{
    height: 0;
}
.doragon{
    width: 60%;
    position: relative;
    top: 66px;
    left: 58%;
}

/*ここまで学校検索エリア*/


.close_area {
    margin: 0 auto;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: bold;
    background: rgb(10 10 10 / 70%);
    background: rgba(10,10,10,0.8);
    height: 2400px;
    z-index: 100;
    color: #fff;
    text-align: center;
    padding-top: 12%;
    position: absolute;
}




#timesale{
    background-color: #ffeaea;
    padding: 30px 0;
    margin-bottom: 15px;
        background-image: url(../img/bg_student.gif);
    background-position-x: center;
    background-position: bottom;
    background-size: auto;
    background-repeat: repeat-x;
}
#timesale .box{
    background: #fff;
    border: #ffc6c6 3px dashed;
    text-align: center;
    border-radius: 20px;
    width: auto;
    margin: 0 2%;
    padding: 5%;
}
#timesale .box .sub_tit{
    font-size: 140%;
    font-weight: bold;
	color: #F10C0F;
}
#timesale .box .sub_tit img{
    width: 700px;
}

#timesale .box .icon{
    display: flex;
    width: auto;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
}
#timesale .box .icon .left{
    width: 275px;
    margin-right: 10px;
}
#timesale .box .icon .left img !important{
    margin: 0;
}

#timesale .box .icon .right{
    text-align: left;

}
