@charset "utf-8";
/*
エリアカラー
①#BB3C11
②#ED894F
③#F9F1E3
*/

#header h1 img{ background:url("img/title.png") no-repeat center/cover; }

/* PC */
/*@media screen and (min-width: 0px) {*/
@media screen and (min-width: 750px) {
	#main .maps_box{ margin:-285px 0 0 95px; padding-bottom:285px; }
}

/* スマホ */
@media screen and (max-width: 749px) {
	body{ padding-bottom:80px; }
}

/***************************************************************************************************************
#list
***************************************************************************************************************/
/*住みたい街はcommonで指定*/
h2.title.sumicoco{ background-color:#ED894E; }
h2.title::after{ background-image:url("./img/ttl_icon.svg"); }

#list table{ background:#ED894E; }
#list table tr td{ background:#F9F1E3; border-color:#ED894E; }
#list table tr.bold>*{ color:#BB3C11; }
#list .more{ background:#ED894E; color:#000000; }
#list .more a{ background-image:url("./img/more.svg"); }

.comment h3{ border-right-color:#ED894E; color:#ED894E; }

/* PC */
/*@media screen and (min-width: 0px) {*/
@media screen and (min-width: 750px) {
}

/* スマホ */
@media screen and (max-width: 749px) {
}

/***************************************************************************************************************
.btns
***************************************************************************************************************/

.btns h3{ color:#ED894E; }
.btns a{ border-color:#ED894E; background-color:#ED894E; }

#p1_1 .btns .btn1 p a.b1_1,
#p1_2 .btns .btn1 p a.b1_2,
#p1_5 .btns .btn1 p a.b1_5,
#p1_1 .btns a.b1_1, .btns a.b1_1:hover,
#p1_2 .btns a.b1_2, .btns a.b1_2:hover,
#p1_5 .btns a.b1_5, .btns a.b1_5:hover{ background-color:#ED894E; }

#side p.b a{ background-color:#ED894E; }

#p1_1 #side p.b a.b1_1,
#p1_2 #side p.b a.b1_2,
#p1_5 #side p.b a.b1_5,
#side p.b a:hover{ border-color:#ED894E; }


/***************************************************************************************************************
#top
***************************************************************************************************************/

#top ul li div .map a{ background-image:url("./img/map.svg"); color:#BB3C11; }


/***************************************************************************************************************
#syn
***************************************************************************************************************/

/* PC */
/*@media screen and (min-width: 0px) {*/
@media screen and (min-width: 750px) {
}

/* スマホ */
@media screen and (max-width: 749px) {
}


/* end */