@charset "utf-8";
@import "reset.css";

/* Base Style
================================================== */

a {
color:#000000;	
}
a:visited {
	
}
a:hover, a:focus {
	color: #c30;
}
.clr{
	clear:both;
	min-height:1em;
}
*html .clr{
	height:1px;
}

.clr:after {
    display:block;
    height:1px;
    content:"";
    clear:both;
}
input, select, textarea {
	color: #000;
	font-family: inherit;
	font-size: 100%;
}
.new {
	margin-left: 0;
	padding: 3px 0px 2px;
	border-radius: 2px;
	background-color: #fff;
	color: #ff0000;
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
}

img{
	}
.clr{
	clear:both;
	min-height:1em;
}
*html .clr{
	height:1px;
}

.clr:after {
    display:block;
    height:1px;
    content:"";
    clear:both;
}




/* Clearfix
================================================== */
.inner:after,
header:after,
footer:after,
nav ul:after,
section:after,
article:after,
aside:after,
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}
.inner,
header,
footer,
nav ul,
section,
article,
aside,
.clearfix {
	*zoom: 1;
}



@media print {
body {
	width: 1300px;
	transform: scale(0.8);
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform-origin: 0 0;
}
#scrollTop {
	display: none;
}
}




/* ＰＣサイト始まり
==================================================
==================================================
==================================================
================================================== */






@media print,screen and (min-width: 768px) {



a:hover img,
a:focus img {
	opacity: 0.70;
	filter: alpha(opacity=70);
}

:-ms-input-placeholder  {color: #999999;}


body , html {
	height: 100%;
}

body {
	margin:0px;
	padding:0px;
	font-size: 100%;
	line-height: 150%;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', sans-serif;
	}



ol, ul {
	list-style: none;
}

form {
	margin: 0px;
	padding: 0px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}




#container {
	position: relative;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	margin: 0;
}


#scrollTop {
	position: fixed;
	right: 0;
	z-index: 20;
	padding:0;

}
#scrollTop a {
	text-decoration : none;

}

#scrollTop img {
	opacity: 1;
	filter: alpha(opacity=100);
	width: 100px;
}


.skip a {
  display: block;
  background-color: #007b44;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: absolute;
  height: 0;
  overflow: hidden;
}



.sp-header {
	display: none;
}

#header {
	padding-bottom: 5px;
}

#header-top {
	width: 100%;
	background-color: #fff;
	border-top: 2px solid #00912e;
	border-bottom: 2px solid #00912e;
}
#header-top-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 5px;
}
#header-top-inner:after {
	content: "";
	display: block;
	clear: both;
}



.header-top-l {
	width: 60%;
	float: left;
	color: #00912e;
	padding: 4px 0;
	font-size: 66%;
}
.header-top-r {
	width: 40%;
	float: left;
	text-align: right;
}


.header-top-ul {
	width: 100%;
	display: inline-flex;
	align-items: center;
}
.header-top-ul li:first-child {
	width: 60%;
	color: #00912e;
	font-size: 66%;
}
.header-top-ul li:last-child {
	width: 40%;
	text-align: right;
	padding-top: 10px;
}

.contact-top,
.sns {
	display: inline-block;
}
.contact-top a,
.sns a {
	display: block;
	height: 36px;
}
.contact-top img,
.sns img {
	height: 36px;

}

.contact-top {
	margin-left: 10px;
}

.contact-top img {
	border: 1px solid #e2e2e2;
}



.toplink1 {
	display: inline-block;
}



.toplink1 a {
	display: inline-block;
	background-color: #fff;
	padding: 6px 8px 5px 33px;
	text-decoration: none;
	background-image: url(../images/contact.png);
	background-repeat: no-repeat;
	background-position: left 8px center;
	background-size: 20px;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.toplink1 a:hover {
	background-color: #eee;
}


#header-inner {
	padding: 0 5px;
	width: 100%;
	max-width: 1000px;
	margin: 15px auto 0 auto;
}

#header-l {
	float: left;
	width: 23%;
}
#header-l img {
	width: 80%;
	max-width: 227px;
}


#header-r {
	float: left;
	width: 77%;
}


#header-r ul{
	width: 100%;
	display: -webkit-inline-flex; /* Safari */
	display: inline-flex;
	-webkit-flex-direction: row; /* Safari */
	flex-direction:         row;
}

#header-r ul li {
	width: 14.5%;
	background-image: url(../images/slash.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 18px;
	padding-right: 18px;
}

/*
#header-r ul li:nth-child(3) {
	width: 21%;
}
#header-r ul li:nth-child(4) {
	width: 21%;
}
*/


#header-r ul li:last-child {
	background-image: none;
	padding-right: 0;
}


#header-r ul li span a {
	text-align: center;
	display: inline-block;
	width: 100%;
	color: #00912e;
	padding: 22px 0;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}
#header-r ul li span a:hover {
	color: #00b33e;
}

#content {
	width:100%;
	padding-bottom:400px;
}


.top1 {
	width:100%;
	margin-top: 0;
	border-top: 1px solid #f2f2f2;
}
.top1 img {
	width:100%;
	display: block;
}



.top2 {
	width:100%;
	background-color: #eee;
	opacity: 0.80;
	filter: alpha(opacity=80);
	padding: 15px 0 10px 0;
/*	margin-top: -89px;*/
	margin-top: 0;
}


.top2-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 5px;
}
.top2-inner:after {
	content: "";
	display: block;
	clear: both;
}
.top2-l {
	float: left;
	width: 22%;
	text-align: right;
}
.top2-l img {
	height: 56px;

}

.top2-c {
	float: left;
	width: 60%;
}


.top2-c ul li{
	padding: 10px 0;
}
.top2-c ul li .date{
	display: table-cell;
	padding: 0 15px 0 20px;
}
.top2-c ul li .title{
	display: table-cell;
	padding-right:15px;
}



.top2-r {
	float: right;
	width: 18%;
	text-align: left;
	padding: 18px 0;
}
.top2-r img {
	height: 20px;
}


.student_bnr {
	width:100%;
	margin: 20px 0;
}


.student_bnr-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 5px;
}
.student_bnr-inner img {
	width: 100%;
}


.top3 {
	width:100%;
	margin-bottom: 25px;
}


.top3-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 5px;
}
.top3-inner:after {
	content: "";
	display: block;
	clear: both;
}
.top3-l {
	float: left;
	width:49.8%;
	text-align: center;
}
.top3-l a {
	display: block;
	background-color: #ff766a;
	width: 100%;
	padding: 25px 0;
	color: #fff;
	font-size:120%;
	font-weight: bold;
	text-decoration: none;
	letter-spacing : 4px;
	background-image: url(../images/chintai_icon02.gif);
	background-repeat: no-repeat;
	background-position: right 3px center;
	background-size: 40px;
}
.top3-l a span {
	background-image: url(../images/chintai_icon.gif);
	background-repeat: no-repeat;
	background-position: left 40%;
	background-size: 40px;
	padding: 10px 0 10px 50px;
}
.top3-l a:hover {
	background-color: #ff938a;
}



.top3-r {
	float: right;
	width:49.8%;
	text-align: center;
}

.top3-r a {
	display: block;
	background-color: #3dafd3;
	width: 100%;
	padding: 25px 0;
	color: #fff;
	font-size:120%;
	font-weight: bold;
	text-decoration: none;
	letter-spacing : 4px;
	background-image: url(../images/baibai_icon02.gif);
	background-repeat: no-repeat;
	background-position: right 3px center;
	background-size: 40px;
}
.top3-r a span {
	background-image: url(../images/baibai_icon.gif);
	background-repeat: no-repeat;
	background-position: left 40%;
	background-size: 40px;
	padding: 10px 0 10px 50px;
}
.top3-r a:hover {
	background-color: #67bfdc;
}








.top3-2 {
	width:100%;
	margin-bottom: 50px;
}


.top3-2-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 5px;
}
.top3-2-inner:after {
	content: "";
	display: block;
	clear: both;
}
.top3-2-l {
	float: left;
	width:49.8%;
	text-align: center;
}
.top3-2-l a {
	display: block;
	background-color: #00b500;
	width: 100%;
	padding: 15px 0;
	color: #fff;

	font-weight: bold;
	text-decoration: none;
	letter-spacing : 4px;
	background-image: url(../images/baibai_icon02.gif);
	background-repeat: no-repeat;
	background-position: right 3px center;
	background-size: 40px;
}





.top3-2-l a:hover {
	background-color: #00c400;
}


.top3-2-span {
	padding: 10px 0;

}
.border-span {
	font-size:120%;
	border-bottom: 4px double #fff;
}
.no-border-span {
	display: block;
	padding-top: 5px;
}

.top3-2-r {
	float: right;
	width:49.8%;
	text-align: center;
}

.top3-2-r a {
	display: block;
	background-color: #00ac56;
	width: 100%;
	padding: 15px 0;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	letter-spacing : 4px;
	background-image: url(../images/baibai_icon02.gif);
	background-repeat: no-repeat;
	background-position: right 3px center;
	background-size: 40px;
}
.top3-2-r a span {


}
.top3-2-r a:hover {
	background-color: #00c462;
}
























.top4 {
	width:100%;
	margin-bottom: 30px;
}


.top4-inner {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding: 0 5px;
	border-bottom: 1px dotted #ccc;
}
.top4-title {
	text-align: center;
}
.top4-title span {
	color: #ff766a;
	font-size:140%;
	letter-spacing : 6px;
	border-bottom: 2px solid #ff766a;
	background-image: url(../images/chintai_icon03.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 36px;
	padding: 5px 0 3px 50px;
}

.top4-inner iframe {
	width: 100%;
	height: 550px;
	margin-top: 30px;
}


.top5 {
	width:100%;
	margin-bottom: 30px;
}


.top5-inner {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding: 0 5px;
}
.top5-title {
	text-align: center;
}
.top5-title span {
	color: #3dafd3;
	font-size:140%;
	letter-spacing : 6px;
	border-bottom: 2px solid #3dafd3;
	background-image: url(../images/baibai_icon03.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 36px;
	padding: 5px 0 3px 50px;
}

.top5-inner iframe {
	width: 100%;
	height: 300px;
	margin-top: 30px;
}


#full .top6,
#page .top6 {
	display: none;
}

.top6 {
	width:100%;
	background-color: #eee;
}


.top6-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 0px;
}

.top6-title {
	text-align: center;
	margin-bottom: 30px;
}
.top6-title span {
	color: #00922e;
	font-size:140%;
	letter-spacing : 6px;
	border-bottom: 2px solid #00922e;
	padding-bottom: 3px;
}
.top6-inner ul {
	display: -webkit-inline-flex; /* Safari */
	display: inline-flex;
	-webkit-flex-wrap: nowrap; /* Safari */
	flex-wrap:         nowrap;
}
.top6-inner ul li {
	padding: 0 2px;
}
.top6-inner ul li img {
	width: 100%;
}


#home .top7 {
	display: none;
}

.top7 {
	width:100%;
	background-color: #eee;
}


.top7-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 5px;
}
.top7-inner:after {
	content: "";
	display: block;
	clear: both;
}

.top7-title {
	border-bottom: 2px solid #ccc;
}
.top7-title span {
	color: #00922e;
	font-size:140%;
	padding-bottom: 3px;
}

.top7-1 {
	float: left;
	width: 80%;
	padding: 15px 10px 0 0;
}

.top7-link {
	margin-top: 10px;
}

.top7-link .link1 a {
	display: inline-block;
	background-color: #fff;
	color: #00912e;
	padding: 8px 10px 8px 38px;
	text-decoration: none;
	background-image: url(../images/contact.png);
	background-repeat: no-repeat;
	background-position: left 8px center;
	background-size: 28px;
	border-right: 1px solid #eee;
	border-left: 2px solid #eee;
	border-bottom: 1px solid #eee;
}
.top7-link .link1 a:hover {
	background-color: #f9f9f9;
}
.top7-link .link2  {
	display: inline-block;
	background-color: #fff;
	color: #00912e;
	padding: 8px 10px 8px 140px;
	text-decoration: none;
	background-image: url(../images/bg-tel.png);
	background-repeat: no-repeat;
	background-position: left 8px center;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
}


.top7-2 {
	padding: 15px 2px 0 0;
	float: left;
	width: 20%;
}
.top7-2 img {
	width: 100%;
	max-width: 200px;
}



#footer {
	width: 100%;
	position: absolute;
	bottom: 0;

}

.footer1 {
	width: 100%;
	background-color: #00922e;
}
.footer1-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;

}

.footer1-inner ul {
	width: 100%;
	display: -webkit-inline-flex; /* Safari */
	display: inline-flex;
	-webkit-justify-content: center; /* Safari */
	justify-content:         center;
}

.footer1-inner ul li {
	padding: 8px 20px 8px 10px;
	background-image: url(../images/f_slash.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 10px;
}
.footer1-inner ul li:last-child {
	padding: 8px 0 8px 10px;
	background-image: none;
}
.footer1-inner ul li a {
	color: #fff;
	text-decoration: none;
}
.footer1-inner ul li a:hover {
	color: #ccc;
}



.footer2 {
	width: 100%;
	font-size: 87.5%;
}
.footer2-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 15px 5px 5px 5px;
}


.footer2-inner:after {
	content: "";
	display: block;
	clear: both;
}

.footer2-link {
	text-align: right;
	padding: 15px 10px 0 0;
	margin-bottom: -50px;
}
.footer2-link img {
	height: 36px;
}



.footer2-l {
	float: left;
	width: 40%;
	height: 100px;
	border-right: 1px dotted #00922e;
}
.footer-logo {
	display: block;
	font-size: 120%;
	margin-bottom: 10px;
}
.copy {
	display: block;
	font-size: 90%;
}


.footer2-c {
	float: left;
	width: 30%;
	height: 100px;
	border-right: 1px dotted #00922e;
	padding-left: 20px;
}
.footer2-r {
	float: right;
	width: 30%;
	height: 100px;
	padding-left: 20px;
}







/* コンテンツページ関係始まり
================================================== */

/* 動画画面サイズ */

.contentBody iframe {
	width: 100%;
	height: 550px;
}

/* グーグルマップサイズサイズ */
#map_pos {
    width: 100%;
    height: 400px;
}





#sitemap_main {
	width:100%;
	height: 200px;
	margin: 0 auto;
	background-color : #ffffff;
	background-image: url("../images/sitemap_main.jpg");
	background-repeat: no-repeat;
	background-position: center top

}

#search_main {
	width:100%;
	height: 200px;
	margin: 0 auto;
	background-color : #ffffff;
	background-image: url("../images/sitemap_main.jpg");
	background-repeat: no-repeat;
	background-position: center top

}


#content-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 5px 40px 5px;
	background-color: #fff;
}

#content-inner:after {
	content: "";
	display: block;
	clear: both;
}



#breadCrumb {
	padding: 20px 0;

}

#breadCrumb p {
	margin-left: 0px;
	
}

.scrText {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}



.print_wrp {
	display: none;
	text-align: right;
	padding-top: 8px;
	margin-bottom: -32px;
}







.page-image {
	background-color: #f1f7f7;
	text-align: center;
}
.page-image-inner {
	width: 100%;
	max-width: 1277px;
	margin: 0 auto;
}
.page-image-inner img{
	width: 100%;
	display: block;
}


#main {

	padding-left: 0px;
	padding-right: 0px;
}

#main2 {
	clear:both;
	min-height:1em;
	width:100%;
	max-width: 1000px;
	margin:0px auto;
}



.contentBody {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	clear: both;
	min-height: 1em;

	padding: 0px;
}


	
.pageList {
	width: 100%;
}
.contentBody .pageList {
	padding-left: 5px;
}
.contentBody .pageList li{
	margin-bottom: 8px;
	border: 1px solid #00912e;
	padding: 15px;
}
.pageList li a{
	display: block;
	padding: 10px 10px 10px 45px;
	background-image: url("../images/bg-h2.png");
	background-repeat: no-repeat;
	background-position: left 10px center;
	font-size: 120%;
	line-height: 120%;
	font-weight: bold;
	text-decoration: none;
	padding:10px 0px 8px 30px;
	color: #00912e;
	border-bottom: 2px solid #eee;
}
.pageList li a:hover{
	color: #00d244;
}

.pageList .title {

}




.pageList .date {
	display: none;
	font-size:90%;
	color: #000;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}


.pageList .description {
	display: block;
	padding: 10px 0 0 5px;
}

.pageList .thumb {
	float: right;
	padding-left: 10px;
	margin: 0px 0px 0 0px;
	background-color: #fff;

}
.pageList .thumb img {
	width: 100px;

}

.pageList li .thumb a {
	background-image: none;
	border-bottom: none;
	padding:0px 0px 8px 0;
}

	
	
	

.contentBody .pagination {
	text-align:center;
	}
.contentBody .pagination a{
		background-color : #000000;
		color:#fff;
		text-decoration:none;
	text-align: center;
	border-radius: 100px;		/* CSS3草案 */
	-webkit-border-radius: 100px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 100px;	/* Firefox用 */
	padding:5px;
}

#sidemenu {
	width: 26.6%;
	float: right;
	margin-top:60px;


}

.sideHeader {
	width: 100%;
	background-color: #e6001a;

}
.sideHeader h2 {
	padding: 12px 0px 18px 0px;
	font-size: 110%;
	color: #fff;
	text-align: center;
	background-image: url("../images/bg-sidemenu-h2.png");
	background-repeat: no-repeat;
	background-position: center 80%;

}

.sideBody {
	width: 100%;
	background-color: #eeefef;
	padding: 5px 0 5px 0;
	margin-bottom: 20px;
}

.sideBody li {
	margin: 0 5px 0 5px;
	padding: 9px 0 7px 20px;
	background-color: #fff;
	background-image: url("../images/bg-list.png");
	background-repeat: no-repeat;
	background-position: 8px center;
}

.sideBody .current_page {
	background-color: #eeefef;
}




.sideBody a {
	background-image: url("../images/link-icon01.png");
	background-repeat: no-repeat;
	background-position: left;
	text-decoration : none;

}


.sidebanner {
	margin-top:15px;
	text-align: center;
}

.sidebanner li{
	margin-bottom: 0px;
}

.sidebanner li img{
	border:solid 1px #ccc;
}




.contentBody .pul-li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
	}
.contentBody .pul-li li{
	background-image: url("../images/pul-li.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;

	}

.contentBody .pul-li strong{
	}


.contentBody .pul-li02{
	margin: 0px;
	padding: 0px;
	list-style-type: none;	

	}
	
.contentBody .pul-li02 li{
	background-image: url("../images/pul-li-02.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	}

.contentBody .pul-li02 strong{
	}



/*不動産無料査定 */

.satei-link {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #ccc;
	text-decoration: none;
	background-color: #f4f4f4;
	color: #000;
}
.satei-link:hover {
	background-color: #f8f8f8;
	color: #000;
}


/*コンテンツページ関係終わり
================================================== */









/*サイトマップ初め
================================================== */

.sitemap {
	max-width: 1000px;
	margin:0px auto;

}

.depth1 li {
	padding-top: 0px;

}
.depth2 li {
	padding-top: 0px;
}



.pc-disp {
}
.sp-disp {
	display: none;
}



}


/* ＰＣサイト終わり
==================================================
==================================================
==================================================
================================================== */





/* スマホサイト始まり
==================================================
==================================================
==================================================
================================================== */

@media screen and (max-width: 767px) {


body , html {
	height: 100%;
  -webkit-text-size-adjust: 100%;

}

body {
	margin:0px;
	padding:0px;
	font-size: 87.5%;
	line-height: 130%;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', sans-serif;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

ol, ul {
	list-style: none;
}

form {
	margin: 0px;
	padding: 0px;
}

select,
textarea,
input[type=text],
input[type=email],
input[type=date],
input[type=tel] {
  font-size: 16px;
/*  transform: scale(0.8);*/
}



* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}




#container {
	position: relative;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	margin: 0;
}


#scrollTop {
	position: fixed;
	right: 0;
	z-index: 20;
	padding:0;
}
#scrollTop a {
	text-decoration : none;
}

#scrollTop img {
	width: 60px;

}


.skip p {
  display: block;
  background-color: #007b44;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: absolute;
  height: 0;
  overflow: hidden;
}





#header {

	display: none;
}

.sp-header {
	margin-top: 100px;
}





/* メニュー関係
================================================== */

#title {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}



.header-top{
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: #fff;
	width:100%;
	height:100px;

    filter:alpha(opacity=90);
    -moz-opacity: 0.90;
    opacity: 0.90;

	z-index: 2;
}

.header-top-com {
	background-color: #00922e;
	color: #fff;
	font-size: 60%;
	text-align: center;
}




.header-top .logo{
	float: left;
	padding: 10px 0 0 5px;;
}

.header-top .logo img{
	float: left;
	width: 120px;
}


.header-top a{
  text-decoration: none;
}




.menu_open_button{
  margin-top: 0;
  float: left;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(/theme/sn-default/images/menu.png);
  background-size: contain;
  background-color: #f8f8f8;
  padding-top: 28px;
  text-align: center;
	width:  46px;
	height: 34px;
  color: #fff;
  font-size: 10px;
  text-decoration: none;
}


.toplink {
	text-align: right;
	padding: 3px 5px;
	background-color: #fff;
}

.contact-top,
.sns {
	display: inline-block;
}
.contact-top a,
.sns a {
	display: block;
	height: 36px;
}
.contact-top img,
.sns img {
	height: 36px;

}

.contact-top {
margin-left: 10px;
}

.contact-top img {
	border: 1px solid #e2e2e2;
}



.toplink1 a {
	display: inline-block;
	background-color: #fff;
	padding: 5px 8px 4px 33px;
	text-decoration: none;
	background-image: url(../images/contact.png);
	background-repeat: no-repeat;
	background-position: left 8px center;
	background-size: 20px;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.toplink1 a:hover {
	background-color: #eee;
}







.menu_close_button{
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(/theme/sn-default/images/menu.png);
	background-size: contain;
	background-color: #f8f8f8;
	padding-top: 28px;
	text-align: center;
	width:  46px;
	height: 34px;
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	margin-bottom:20px;
	margin-right:5px;
	float: right;
}


/* Header Nav
================================================== */

.header-navi{
}
.header-navi .nav-header{
  background: #999999;
}
.header-navi .nav-header h2{
  float: left;
  padding: 15px 5px 5px 5px;
}
.header-navi .nav-header button{
  float: right;
  padding: 5px;
}
.header-navi .nav-header button img{
  width: 45px;
}

/*サイドバー
---------------------------------------------------------------*/

#modal {
 display: none;
}

#modal h2{
}

#modal h2,

#modal ul{
	padding: 0px;
	width: 230px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
  }

#modal ul li{

	background-color: #fff;
	margin-bottom:1px;
	padding: 0 0 0 5px;
	text-align: left;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	box-shadow: 0 1px 0 rgba(255,255,255,1);
  }


#modal ul li a{
	display: block;
	text-decoration: none;
	padding: 10px 10px 10px 20px;
	background-image: url(../images/bg-link-s.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #00912e;
}

#modal-menu1 {

}
#modal-menu2 {

}
#modal-menu3 {

}
#modal-menu4 {

}
#modal-menu5 {

}
#modal-menu6 {

}
#modal-menu7 {

}
#modal-menu8 {

}
#modal-menu9 {

}


.close{
  text-align: right;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.close a{
}

.open{
  display:block;
  margin-top: 7px;
  margin-right: 7px;
  float: right;
}

.open img{
  vertical-align:middle;
}


/*メニュー関係終わり
---------------------------------------------------------------*/









#content {
	width:100%;
	padding-bottom: 30px;

}




.top1 {
	width:100%;
	margin-top: 20px;
}
.top1 img {
	width:100%;
	display: block;
}



.top2 {
	width:100%;
	background-color: #eee;
	opacity: 0.80;
	filter: alpha(opacity=80);
	padding: 15px 0 10px 0;
}


.top2-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 5px;
}
.top2-inner:after {
	content: "";
	display: block;
	clear: both;
}
.top2-l {
	float: left;
	width: 50%;
	text-align: left;
}
.top2-l img {
	height: 40px;

}

.top2-c {
	float: left;
	width: 100%;
	border-top: 1px solid #00922e;
}


.top2-c ul li{
	padding: 10px 0;
}
.top2-c ul li .date{
	display: table-cell;
	padding: 0 15px 0 0;
}
.top2-c ul li .title{
	display: table-cell;
	padding-right:15px;
}



.top2-r {
	float: left;
	width: 50%;
	text-align: left;
	padding: 10px 0;
	text-align: right;
}
.top2-r img {
	height: 15px;
}


.student_bnr {
	width:100%;
	margin: 20px 0;
}


.student_bnr-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 5px;
}
.student_bnr-inner img {
	width: 100%;
}


.top3 {
	width:100%;
	margin-bottom: 25px;
}


.top3-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 5px;
}
.top3-inner:after {
	content: "";
	display: block;
	clear: both;
}
.top3-l {
	float: left;
	width:49.8%;
	text-align: center;
}
.top3-l a {
	display: block;
	background-color: #ff766a;
	width: 100%;
	padding: 20px 0;
	color: #fff;
	font-size:110%;
	font-weight: bold;
	text-decoration: none;
	letter-spacing : 1px;
	background-image: url(../images/chintai_icon02.gif);
	background-repeat: no-repeat;
	background-position: right 1px center;
	background-size: 30px;
}
.top3-l a span {
	background-image: url(../images/chintai_icon.gif);
	background-repeat: no-repeat;
	background-position: left 40%;
	background-size: 40px;
	padding: 10px 0 10px 40px;
}
.top3-l a:hover {
	background-color: #ff938a;
}



.top3-r {
	float: right;
	width:49.8%;
	text-align: center;
}

.top3-r a {
	display: block;
	background-color: #3dafd3;
	width: 100%;
	padding: 20px 0;
	color: #fff;
	font-size:110%;
	font-weight: bold;
	text-decoration: none;
	letter-spacing : 1px;
	background-image: url(../images/baibai_icon02.gif);
	background-repeat: no-repeat;
	background-position: right 1px center;
	background-size: 30px;
}
.top3-r a span {
	background-image: url(../images/baibai_icon.gif);
	background-repeat: no-repeat;
	background-position: left 40%;
	background-size: 40px;
	padding: 10px 0 10px 40px;
}
.top3-r a:hover {
	background-color: #67bfdc;
}







.top3-2 {
	width:100%;
	margin-bottom: 50px;
}


.top3-2-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 5px;
}
.top3-2-inner:after {
	content: "";
	display: block;
	clear: both;
}
.top3-2-l {
	width:100%;
	text-align: center;
	margin-bottom: 25px;
}
.top3-2-l a {
	display: block;
	background-color: #00b500;
	width: 100%;
	padding: 15px 0;
	color: #fff;

	font-weight: bold;
	text-decoration: none;
	letter-spacing : 4px;
	background-image: url(../images/baibai_icon02.gif);
	background-repeat: no-repeat;
	background-position: right 3px center;
	background-size: 40px;
}





.top3-2-l a:hover {
	background-color: #00c400;
}


.top3-2-span {
	padding: 10px 0;

}
.border-span {
	font-size:120%;
	border-bottom: 4px double #fff;
}
.no-border-span {
	display: block;
	padding-top: 5px;
}

.top3-2-r {
	width:100%;
	text-align: center;
}

.top3-2-r a {
	display: block;
	background-color: #00ac56;
	width: 100%;
	padding: 15px 0;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	letter-spacing : 4px;
	background-image: url(../images/baibai_icon02.gif);
	background-repeat: no-repeat;
	background-position: right 3px center;
	background-size: 40px;
}
.top3-2-r a span {


}
.top3-2-r a:hover {
	background-color: #00c462;
}











.top4 {
	width:100%;
	margin-bottom: 30px;
}


.top4-inner {
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
	padding: 0 5px;
	border-bottom: 1px dotted #ccc;
}
.top4-title {
	text-align: center;
}
.top4-title span {
	color: #ff766a;
	font-size:140%;
	letter-spacing : 6px;
	border-bottom: 2px solid #ff766a;
	background-image: url(../images/chintai_icon03.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 36px;
	padding: 5px 0 3px 50px;
}

.top4-inner iframe {
	width: 100%;
	height: 550px;
	margin-top: 30px;
}


.top5 {
	width:100%;
	margin-bottom: 30px;
}


.top5-inner {
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
	padding: 0 5px;
}
.top5-title {
	text-align: center;
}
.top5-title span {
	color: #3dafd3;
	font-size:140%;
	letter-spacing : 6px;
	border-bottom: 2px solid #3dafd3;
	background-image: url(../images/baibai_icon03.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 36px;
	padding: 5px 0 3px 50px;
}

.top5-inner iframe {
	width: 100%;
	height: 300px;
	margin-top: 30px;
}

#full .top6,
#page .top6 {
	display: none;
}


.top6 {
	width:100%;
	background-color: #eee;
}


.top6-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 0px;
}

.top6-title {
	text-align: center;
	margin-bottom: 20px;
}
.top6-title span {
	color: #00922e;
	font-size:140%;
	letter-spacing : 6px;
	border-bottom: 2px solid #00922e;
	padding-bottom: 3px;
}
.top6-inner ul {
	width: 100%;
	display: -webkit-inline-flex; /* Safari */
	display: inline-flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
}
.top6-inner ul li {
	width: 50%;
	padding: 0 2px;
}
.top6-inner ul li img {
	width: 100%;
}


#home .top7 {
	display: none;
}

.top7 {
	width:100%;
	background-color: #eee;
}


.top7-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 5px;
}
.top7-inner:after {
	content: "";
	display: block;
	clear: both;
}

.top7-title {
	border-bottom: 2px solid #ccc;
}
.top7-title span {
	color: #00922e;
	font-size:140%;
	padding-bottom: 3px;
}

.top7-1 {
	float: left;
	width: 100%;
	padding: 15px 0 0 0;
}
.top7-1 span {
	display: block;
}

.top7-link {
	margin-top: 10px;
}

.top7-link .link1,
.top7-link .link2 {
	width: 270px;
	background-color: #fff;
	margin-bottom: 2px;
}


.top7-link .link1 a {
	display: inline-block;
	width: 100%;
	background-color: #fff;
	color: #00912e;
	padding: 8px 10px 8px 38px;
	text-decoration: none;
	background-image: url(../images/contact.png);
	background-repeat: no-repeat;
	background-position: left 8px center;
	background-size: 28px;
	border-right: 1px solid #eee;
	border-left: 2px solid #eee;
	border-bottom: 1px solid #eee;
}
.top7-link .link1 a:hover,
.top7-link .link2 a:hover {
	background-color: #f9f9f9;
}
.top7-link .link2  {
	display: inline-block;

	color: #00912e;
	padding: 8px 10px 8px 140px;
	text-decoration: none;
	background-image: url(../images/bg-tel.png);
	background-repeat: no-repeat;
	background-position: left 8px center;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
}


.top7-2 {
	display: none;
	padding: 15px 2px 0 0;
	float: left;
	width: 20%;
}
.top7-2 img {
	width: 100%;
	max-width: 200px;
}






#footer {
	width: 100%;
	position: absolute;
/*	bottom: 0; */

}

.footer1 {
	width: 100%;

}
.footer1-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;

}

.footer1-inner ul {
	width: 100%;
}

.footer1-inner ul li {
	background-color: #00922e;
	background-image: url(../images/bg-link1.png);
	background-repeat: no-repeat;
	background-position: left 10px center;
	border-bottom: 1px dotted #d5ffe2;
}
.footer1-inner ul li a {
	display: block;
	padding: 8px 5px 8px 23px;
	color: #fff;
	text-decoration: none;
}
.footer1-inner ul li a:hover {
	color: #ccc;
}



.footer2 {
	width: 100%;
	font-size: 87.5%;
}
.footer2-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 5px 5px 5px 5px;
}


.footer2-inner:after {
	content: "";
	display: block;
	clear: both;
}
.footer2-l {
	width: 100%;
	padding: 10px 0;

}
.footer-logo {
	display: block;
	font-size: 120%;
	margin-bottom: 10px;
}
.copy {
	display: block;
	font-size: 90%;
}


.footer2-c {
	width: 100%;
}
.footer2-r {
	width: 100%;
	text-align: center;;
	padding: 10px 0;
	border-bottom: 1px dotted #00922e;
}

.footer2-link {
	text-align: center;
	padding: 15px 0 0 0;
	margin-bottom: 0;
}
.footer2-link img {
	height: 36px;
}

/* スマホコンテンツページ関係始まり
================================================== */


/* 動画画面サイズ */

.contentBody iframe {
	width: 100%;
	height: 250px;
}

/* グーグルマップサイズサイズ */
#map_pos {
	margin-top: 10px;
    width: 100%;
    height: 250px;
}



#main-image {
	display: none;
}



#sitemap_main {
	display: none;
}



#search_main {
	display: none;
}









#breadCrumb {

}

#breadCrumb p {
  margin-top: 15px;
}

.scrText {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}


.print_wrp {
	display: none;

}

#content-inner {
	width: 100%;
	padding: 5px;
	background-color: #fff;
}

#content-inner:after {
}


.page-image {
	background-color: #f1f7f7;
	text-align: center;
}
.page-image-inner {
	width: 100%;
	max-width: 1277px;
	margin: 0 auto;
}
.page-image-inner img{
	width: 100%;
	display: block;
}



#main {
	width: 100%;

}
#main2 {
	width: 100%;
}


.contentBody {
	width: 100%;

	margin-bottom: 40px;
	clear: both;
	min-height: 1em;

	padding: 0px;
}

.thumb {
	float: left;
	padding-left: 0px;
}
.thumb img {
	width: 100px;
	margin-right: 10px;

}


	
.pageList {
	width: 100%;
}

.contentBody .pageList {
	padding-left: 5px;
}

.pageList li{
	margin-bottom: 8px;
	border: 1px solid #00912e;
	padding: 5px;
}
.pageList li a{
	display: block;
	padding: 10px 10px 10px 45px;
	background-image: url("../images/bg-h2.png");
	background-repeat: no-repeat;
	background-position: left 10px center;
	font-size: 120%;
	line-height: 120%;
	font-weight: bold;
	text-decoration: none;
	padding:10px 0px 8px 30px;
	color: #00912e;
	border-bottom: 2px solid #eee;
}
.pageList li a:hover{
	color: #00d244;
}

.pageList .title {

}




.pageList .date {
	display: none;
	font-size:90%;
	color: #000;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}


.pageList .description {
	display: block;
	padding: 10px 0 0 5px;
}

.pageList .thumb {
	float: right;
	padding-left: 10px;
	margin: 0px 0px 0 0px;
	background-color: #fff;
	text-align: right;
}
.pageList .thumb img {
	width: 80px;

}
.pageList li .thumb a {
	background-image: none;
	border-bottom: none;
	padding:0px 0px 8px 0;
}


.contentBody .pagination {
	text-align:center;
	}
.contentBody .pagination a{
		background-color : #000000;
		color:#fff;
		text-decoration:none;
	text-align: center;
	border-radius: 100px;		/* CSS3草案 */
	-webkit-border-radius: 100px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 100px;	/* Firefox用 */
	padding:5px;
}




#sidemenu {
	display: none;

}


.contentBody .pul-li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
	}
.contentBody .pul-li li{
	background-image: url("../images/pul-li.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	margin-bottom:10px;

	}

.contentBody .pul-li strong{
	}


.contentBody .pul-li02{
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
	}
	
.contentBody .pul-li02 li{
	background-image: url("../images/pul-li-02.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	margin-bottom:10px;
	}

.contentBody .pul-li02 strong{
	}



/*不動産無料査定 */

.satei-link {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #ccc;
	text-decoration: none;
	background-color: #f4f4f4;
	color: #000;
}
.satei-link:hover {
	background-color: #f8f8f8;
	color: #000;
}

/*コンテンツページ関係終わり
================================================== */






/*サイトマップ初め
================================================== */

.sitemap {
	margin-left: 0px;

}

.depth1 li {
	padding-top: 0px;

}
.depth2 li {
	padding-top: 0px;
}




/*阿部さん設定分
================================================== */


.wrap3{
	
		width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 0 0;
	display: -webkit-flex; /* Safari */
  display: flex;
	  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
-webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}
.wrap3 div{
width:300px;
	margin:20px 0px 0px 0px;
	background-color: #fff;
	
}
.contentBody .wrap3 p {
   margin: 0; 
}
.pad-base01{
	padding:0px 20px 20px 20px;	
	
}


.wrap-base{
	max-width:960px;
	width:100%;
	margin:0px auto;
	padding: 0 5px;
}
.wrap-left{
	max-width:480px;
float:left;	
}
.wrap-right{
	max-width:480px;
float:right;	
}

.wrap-grey{
	background-color: #EEEEEE;
	margin-bottom: 30px;
	padding: 30px 0px 30px 0px;	
}
.wrap-blue{
background-color: #00A0E9;
	margin-top:0px;
	padding:20px 0px 30px 0px;
	color: #fff;
	
}
.wrap-blue02{
	background-color: #0C1635;
	margin-top: 0px;
	padding: 20px 0px 30px 0px;
	color: #fff;	
}
.wrap-takumi{
	border-top:solid 1px #172A88;
	border-bottom:solid 1px #172A88;
		margin-bottom: 30px;
			padding:0px 0px 0px 0px;
}
.wrap-voice{
	border-top:solid 1px #00A0E9;
	border-bottom:solid 1px #00A0E9;
			padding:0px 0px 0px 0px;
}
.bg-style01{
	padding:20px 5px 30px 5px;
		background-image: url("../images/bg-style01.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
	
}

.contentBody .bg-style01 p {
    margin: 0;
}
.bg-takumi{
	padding:10px 0px 0px 105px;
	background-image: url("../images/syain02.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100px 95px;

}
.contentBody .bg-takumi p {
     margin: 0em 0 0em 0px; 
}
.bg-voice{
		padding:5px 0px 30px 150px;
		background-image: url("../images/syain05.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 125px 70px;
}









.pc-disp {
	display: none;
}
.sp-disp {
}



}

/* スマホサイト終わり
==================================================
==================================================
==================================================
================================================== */

