/* ===================================================================
CSS information
 file name  :  common.css
 style info :  基本構造（common.css）
=================================================================== */

body {
}
.stage {
	margin: 0 auto;
}
#plist {
	padding-top: 9px;
	padding-left: 2%;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	border-bottom: 1px dotted #DCDCDC;
	margin-bottom: 2%;
}
.li_end {
	margin-right:auto !important;
}
.li_end_smp {
	margin-right:0px !important;	
}
.smp_none {
	display: none;
}
.no_sp {
	display: none;
}
.no_pc {
	display: block;
}
#floating {
	display:none;
}
.smp_block {
	display:block;
}
/* basicのスタイル記述 */

#cont {
}
#cont_left {
  height: auto;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
#cont_right {
  height: auto;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  float: none;
}



/* ========== parts ========== */


.no_sp {
	display: none;
}
.no_pc {
	display: block;
}


/* ========== sp_nav ========== */
#spnavi {

  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
/* Toggle(Button) */
#navToggle {
	display: none;
	position: absolute;/*to body*/
	right: 0px;
	top: 0px;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 16px;
	width: 30px;
	height: 43px;
	cursor: pointer;
	z-index: 150000;
	background-color: #6fbb2d;
}
#navToggle div {
  position: relative;
}
#navToggle span {
	display: block;
	position: absolute;/*to div*/
	width: 100%;
	border-bottom: solid 4px #FFFFFF;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out
}
#navToggle span:nth-child(1) {
  top: 0
}
#navToggle span:nth-child(2) {
  top: 10px
}
#navToggle span:nth-child(3) {
  top: 20px
}
#spnavi nav {
	position: absolute;
	right: 0;
	top: -720px; /*通常時はビュー外*/
	/*background-color: rgba(255,255,255,0.90);*/
	background-color: #6B6B6B;
	width: 90%;
	padding-top: 0;
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	text-align: left;
	z-index: 120000;
}
#spnavi ul {
  margin: 0
}
#spnavi ul li {
	display: block;
	margin: 0;
	border-bottom: dotted 1px #fff;
	line-height: 2.6;
}
#spnavi ul li a {
	display: block;
	padding-left: 18%;
	font-size: 1.2rem;
	color: #FFFFFF;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 70%;
}
#spnavi ul li::after {
  content: ''
}
#spnavi ul li:last-child {
  border-bottom: none
}
#spnavi li a span {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 0.7rem;
  padding-left: 3%;
}
.spnavi01 {
  background-image: url(../img2025/sp_gnavi1.png);
}
.spnavi02 {
  background-image: url(../img2025/sp_gnavi2.png);
}
.spnavi03 {
  background-image: url(../img2025/sp_gnavi3.png);
}
.spnavi04 {
  background-image: url(../img2025/sp_gnavi4.png);
}
.spnavi05 {
  background-image: url(../img2025/sp_gnavi5.png);
}
.spnavi06 {
  background-image: url(../img2025/sp_gnavi6.png);
}
.spnavi07 {
  background-image: url(../img2025/sp_gnavi7.png);
}

/* Toggle(Button) */
#navToggle {
  display: block
}
/* Click Toggle(Button) */
.openNav #navToggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.openNav #navToggle span:nth-child(2), .openNav #navToggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg)
}
/*header menu*/
.openNav nav {
  -moz-transform: translateY(720px);
  -webkit-transform: translateY(720px);
  transform: translateY(720px)
}

	
/* ========== pagetop ========== */
#pagetop {
	position: fixed;
	bottom: 60px;
	right: 5px;
	z-index: 99999
}

	
/* ========== header========== */

header {
	width: 100%;
	height: auto;
	float: none;
	background: none;
	padding-top: 0;
	text-align: left;
}
.logo {
	float:none;
	width: 75%;
	margin-right: auto;
	margin-bottom: 2%;
	padding-bottom: 1%;
	border-bottom: 1px solid #303030;
}
.logo img {
	width: 85%;
	max-width: 300px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.headinfo {
  float: none;
	margin-right: 0;
	margin-left: 0;	
	padding-top: 0;
	text-align: center;
}	
.headopen {
	font-size: 12px;
	line-height: 1.6em;
	font-weight: normal;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}

/* ========== footer ========== */
#footer {
	text-align: center;
	margin-bottom: 68px;
	padding-top: 0;
	background-color: #f2f2f1;
}
#footer .stage {
}

.flink {
	display: none;
}
.fshop {
  height: auto;
  margin-bottom: 4%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	width: 90%;
	text-align: left;
	padding-top: 8%;
}
.flogo {
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 2%;
	padding-bottom: 4%;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	text-align: center;
}
.flogo img {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.fshop li {
  font-size: 14px;
  line-height: 1.6em;
  padding-left: 1em;
	text-align: center;
}
.fshop li a {
	color: #333333;
}


address {
	padding-top: 14px;
	padding-bottom: 8px;
	overflow: hidden;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 1.2em;
	background-color: #4d4d4d;
	width: 70%;
	padding-left: 15%;
	padding-right: 15%;
}
address span {
}


#fnavi {
	display: block;
	position: fixed;
	background-color: #428335;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 64px;
	text-align: center;
	padding-top: 8px;
}
	#fnavi ul {
	}
	#fnavi ul li {
		float: left;
		width: 49.5%;
		border-right: 1px dotted #FFFFFF;
		font-size: 12px;
	}
	#fnavi .li_end {
		border-right: none;
	}
	#fnavi ul li a {
		display: block;
		color: #FFFFFF;
		height: auto;
	}
	#fnavi ul li a  img {
	margin-left: auto;
	margin-right: auto;
		margin-bottom: 4%;
	width: 30px;
	height: auto;
}
/* ===== smp contents ====== */
#smp_contents {
	display: none;
}




/*
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
*/





/* ========== top-page ========== */

	
#top {
	background-image: url("../img2025/bk_top.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
}
#top .stage {
	width: 96%;
	text-align: right;
	padding-top: 12%;

}
#top .stage img {
	margin-left: auto;
	width: 50%;
	height: auto;
}
	

#top_search {
	background-color: #6eb92b;
	text-align: center;
	padding-top: 3%;
	margin-bottom: 4%;
}
#top_search .stage {
	margin-left: auto;
	margin-right: auto;
	width: 94%;
}
#top_search ul {
	width: 100%;
	height: auto;
	margin-bottom: 4%;	
}
#top_search li {
	float: left;
	margin-right: 2%;
	width: 32%;
}
#top_search img {
	width: 100%;
	height: auto;
}
.search_list img {
	margin-bottom: 4%;
}



/* ---------top_scroll --------- */
#top_scroll {
	padding-bottom: 5px;
}
#top_scroll  div img {
	width: 100%;
	height: auto;
}


#top_kanri {
	width: 100%;
	height: auto;
	margin-bottom: 4%;
}

#top_kanri .stage {

}
#top_kanri .stage img {
	width: 100%;
	height: auto;
}





#top_news {
	padding-bottom: 8%;
	padding-top: 4%;
}
#top_news .stage {
	width: 96%;
}
	
#top_news h2 {
	background-color: #428335;
	height: 24px;
	width: 95%;
	color: #FFF;
	padding-top: 9px;
	padding-left: 5%;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.newsbox {
	width: 94%;
	margin-right: 0px;
	margin-left: 18px;
	overflow: scroll;
	overflow-x: hidden;
	height: 200px;
	padding-right: 0px;
}
.newsbox dl {
	
}
.newsbox dt {
	font-size: 14px;
	line-height: 1em;
	margin-bottom:5px;
	font-weight:bold;
	color:#3B3B3B;
}
.newsbox dt img {
	margin-left:10px;
}
.newsbox dd {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom:20px;
	margin-right:8px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #707070;
}
.newsbox dd span {
	font-size: 14px !important;
	line-height: 1.5em !important;
}
.newsbox dd a  {
	font-size: 14px !important;
	line-height: 1.5em !important;
}
.newsbox dd p {
	font-size: 14px !important;
	line-height: 1.5em !important;
}	
.newsbox dd div {
	font-size: 14px !important;
	line-height: 1.5em !important;
}	
	
	

#top_rent {
	background-image: url("../img2025/bk_shadow.png");
	background-position: center top;
	background-repeat: repeat-x;
	padding-top: 10%;
	margin-bottom: 4%;
}

#top_rent .stage {

}
#top_rent .menu_box {
	border-left: 8px solid #f88686;
}
#top_rent h2 {
	color: #f88686;
}

#top_buy {
	background-image: url("../img2025/bk_shadow.png");
	background-position: center top;
	background-repeat: repeat-x;
	padding-top: 10%;
	margin-bottom: 4%;	
}
#top_buy .stage {

}
#top_buy .menu_box {
	border-left: 8px solid #21c0c3;
}
#top_buy h2 {
	color: #21c0c3;
}	

#top_lend {
	background-image: url("../img2025/bk_shadow.png");
	background-position: center top;
	background-repeat: repeat-x;
	padding-top: 10%;
	margin-bottom: 4%;	
}
#top_lend .stage {

}
#top_lend .menu_box {
	border-left: 8px solid #ed962f;
}
#top_lend h2 {
	color: #ed962f;
}
.menu_box {
	width: 92%;
	padding-left: 4%;
	margin-bottom: 4%;
}
.menu_box h2 {
	font-size: 28px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 5px;
}
.menu_box ul {
}
.menu_box ul li {
	float: left;
	margin-bottom: 1%;
}
.menu_box ul li img {
	width: 100%;
	height: auto;
}

.menu2_box {
	padding-bottom: 4%;
}
.menu2_box ul {
}
.menu2_box ul li {
	margin-bottom: 3%;
	text-align: center;
}
.menu2_box ul li img {
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.w1 {
	width: 100%;
}
.w2 {
	width: 50%;
}
.w3 {
	width: 33.33%;
}



#top_topix {
	background-image: url("../img2025/bk_shadow.png");
	background-position: center top;
	background-repeat: repeat-x;	
	padding-top: 12%;
	margin-bottom: 6%;
	text-align: center;
}
#top_topix .stage {
	
}
#top_topix h2 {
	font-size: 18px;
	color: #e87979;
	margin-bottom: 4%;
}
#top_topix ul {
	border-top: 2px solid #e87979;
	border-bottom: 2px solid #e87979;
	padding-top: 4%;
	width: 94%;
	margin-left: auto;
	margin-right: auto;

}
#top_topix ul li {
	margin-bottom: 5%;
}
#top_topix ul li img {
	width: 100%;
	height: auto;
}


/* ========== topix_rent ========== */
#topix1 {
	width:100%;
	padding-top: 4%;
	padding-bottom: 4%;
}
#topix1 .stage {	
}
.topix_rent {
	margin-bottom:25px;
	padding-left: 2%;
	width: 96%;
	padding-right: 2%;
}
.topix_rent h2 {
	color: #458011;
	font-size: 18px;
	letter-spacing: 0em;
	text-align: center;
	font-weight: normal;
	margin-bottom: 6%;
}
.topix_rent_area {
	border-top: 1% solid #52961d;
	border-left: 1% solid #52961d;
	border-right: 1% solid #52961d;
	border-bottom: 1% solid #52961d;
	width:94%;
	background-color: #FFFFFF;
	padding-left: 2%;
	padding-right: 2%;
	padding-top:3%;
}
.topix_rent_box {
	text-align: left;
	width: 90%;
	height: 280px;
	padding-top: 5px;
	float: left;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
}
.topix_rent_box h3 {
	font-size:12px;
	height:18px;
	overflow:hidden;
	font-weight:bold;
}
.topix_rent_box a {
	color:#111111;
}
.topix_rent_box .photo {
	width: 98%;
	height: 160px;
	overflow: hidden;
	border: 0.5% solid #3b8e00;
	position: relative;
	margin-bottom:5px;
}
.topix_rent_box .photo img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.topix_rent_box .madorisize {
	background-color: #F37D30;
	color: #FFFFFF !important;
	font-size: 14px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	text-align: center;
	width: 95%;
	height: 36px;
	padding-top: 5px;
	padding-right:5%;
	margin-bottom: 5px;
}
.topix_rent_box h3 {
	font-size:13px;
	height:15px;
	overflow:hidden;
	margin-bottom: 5px;
	width: 95%;
	text-align: center;
}
.topix_rent_box h3 span {
	color: #c30000;
	font-weight:bold;
}
.topix_rent_box .syozai {
	width: 100%;
	height: 60px;
	padding-left:3%;
	padding-right:3%;
	overflow: hidden;
	word-spacing: -1px;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	margin-bottom: 2px;	
}
.topix_rent_box .syozai span {
	display:none;
}

/* ========== topix_end ========== */
.topix_end {
	clear: both;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.topix_end a {
}
.topix_end img {
	width: 90%;
	height: auto;
	margin-right:4%;
}




#top_webit {
	padding-top: 4%;
	margin-bottom: 8%;
}
#top_webit .stage {

}
#top_webit img {
	width: 100%;
	height: auto;
}


#top_nkanri {
	background-color: #eaf5e0;
	padding-top: 6%;
	padding-bottom: 6%;
	margin-bottom: 4%;
	
}
#top_nkanri .stage {
	width: 96%;
}
#top_nkanri img {
	width: 100%;
	height: auto;
}



#top_about {
	padding-top: 4%;
	margin-bottom: 8%;
}
#top_about .stage {
	width: 80%;
}
#top_about ul {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#top_about ul li {
	margin-bottom: 6%;
}
#top_about ul li img {
	width: 100%;
	height: auto;
}



/* ========== banner ========== */
#banner {
	display: block;
	margin-bottom:5px;
}
#banner .stage {
	width:100%;
}
#banner ul {
	padding-left:5%;
}
#banner li {
	width:45%;
	float:left;
	margin-right:5%;
	margin-bottom: 5%;
}
#banner li img {
	width:100%;
	height:auto;
}


/*
■■■■■■■■■■■■■■
■■■■■■■■■■■■■■
■■■■■■■■■■■■■■
■■■■■■■■■■■■■■
*/




/*
■■■■■■■■■■■■■■
■■■■■■■■■■■■■■
■■■■■■■■■■■■■■
■■■■■■■■■■■■■■
*/	




