@charset "utf-8";


/*-----------------------------------*/
/* common */
/*-----------------------------------*/
.mod-breadcrumbs {
	width: 960px;
	margin: 40px auto 0;
		
}
h1.fs33 {
	margin-top: 6px;
}
ul.breadcrumb {
		padding: 0;
		margin:0;
		list-style: none;
			
	}

ul.breadcrumb li {
	display: inline-block;
		
}
ul.breadcrumb li:after {
	color: #999;
	content: '>';
	padding: 0 5px;
	font-size: 13px;	
}
ul.breadcrumb li:last-child:after {
	content: '';	
}
ul.breadcrumb li a {
	color: #0057B2;
	font-size: 13px;	
}
ul.breadcrumb li span {
	color: #333333;
	font-size: 13px;	
}
.sm-mt10 {
	margin-top: 10px;
}
.sm-mt20 {
	margin-top: 20px;
}
.sm-mt30 {
	margin-top: 30px;
}
.sm-mt40 {
	margin-top: 40px;
}
.sm-mt100 {
	margin-top: 100px;
}
.mt50 {
	margin-top: 50px;

}
.mt60 {
	margin-top: 60px;

}
.mt70 {
	margin-top: 70px;

}
.mt80 {
	margin-top: 80px;

}
.mt90 {
	margin-top: 90px;

}
.mt100 {
	margin-top: 100px;

}
.mb100 {
	margin-bottom: 100px;

}

.fs12 {
	font-size: 1.2rem;
}
.fs13 {
	font-size: 1.3rem;
}
.fs14 {
	font-size: 1.4rem;
}
.fs15 {
	font-size: 1.5rem;
}
.fs16 {
	font-size: 1.6rem;
}
.fs17 {
	font-size: 1.7rem;
}
.fs18 {
	font-size: 1.8rem;
}
.fs19 {
	font-size: 1.9rem;
}
.fs20 {
	font-size: 2.0rem;
}
.fs33 {
	font-size: 3.3rem;
}
.fs22 {
	font-size: 2.2rem;	
}
.mrRow36 {
	padding-right: 36px;	
}
.mlRow4 {
	margin-left: -4px;	
}
.mrRow20 {
	padding-right: 20px;	
}
.mt75 {
	margin-top: 75px;	
}
.mt56 {
	margin-top: 56px;	
}
.mt30 {
	margin-top: 30px;	
}

.line17 {
	line-height: 1.7em;	
}

.mod-h1-img {
	font-size: inherit;
    border-bottom: 0px solid #ddd;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 0px;
    line-height: 1.4;	
}
.mod-h1-img:after{
	content: '';
    width: auto;
    height: auto;
    position: absolute;
    bottom: auto;
    left: 0;
    background: none;
	display: none;	
}
.mod-h1-img img{
			
}
.mod-h4-img {
	font-size: inherit;
    border-left: 0px solid #ddd;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 0px;
    line-height: 1.4;
	padding: 0;
	margin: 0;	
}
.mod-h5-img {
	font-size: inherit;
    border-left: 0px solid #ddd;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 0px;
    line-height: 1.4;
	padding: 0;
	margin: 0;
	background: none;	
}

.reset {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	box-shadow: none;
	font-weight: normal;
	list-style-type: none;
	box-sizing: border-box;
	color: inherit;

}
.reset:before{
	
}
.reset:after {
		content: normal;
	}
.tRight {
	text-align: right;	
}
.mod-button-area {
  width: 100%;
  background-color: #F8F3BF;
  margin: 40px auto;
}
.mod-button-area a {
  color: #333;
}
.mod-button-area ul {
  list-style: none;
  padding: 40px 0px;
  width: 80%;
  margin: 0 auto;
}
.mod-button-area .mod-button-area-button {
  position: relative;
  height: 176px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  background: white;
  background: linear-gradient(to bottom, white 0%, #efefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
}
.mod-button-area .mod-button-area-imgBox01 {
  position: absolute;
  left: 20px;
  top: 10px;
}
.mod-button-area .mod-button-area-imgBox02 {
  position: absolute;
  right: 10px;
  top: 10px;
}
.mod-button-area .mod-button-area-img02 {
  padding: 2px;
}
.mod-button-area .mod-button-area-text01 {
  position: absolute;
  top: 20px;
  left: 126px;
  font-size: 2rem;
}
.mod-button-area .mod-button-area-text01 span {
  color: #FF8900;
}
.mod-button-area .mod-button-area-text02 {
  position: absolute;
  top: 60px;
  left: 130px;
  width: 400px;
  font-size: 3.2rem;
  border-top: 1px dashed #ccc;
  padding-left: 10px;
  font-weight: bold;
}
.mod-button-area .mod-button-area-text03 {
  position: absolute;
  top: 130px;
  left: 22px;
  width: 520px;
}
.mt20 {
  margin-top:20px;
}

.mod-around {
	-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   width: 100%;
   display: table;
   height: 88px;
   margin-top: 7px;
   float: left;
   border: 1px #B0B0B0 solid;
   	
}
.mod-around.center {
	text-align: center;	
}
.mod-around.red {
	color: #FF0013;
	font-weight: bold;
}
.mod-around span{
	display: table-cell;
	vertical-align: middle;	
	font-size: 1.4rem;
	padding: 0px 35px;
}
.mod-h5-style-dannetsu {
	background: none;
	font-size: 1.8rem;
	padding: 8px 0;
	margin: 0;
	color: #FF8D00;
}
.mod-h6-style-dannetsu {
	background: none;
	font-size: 1.6rem;
	padding: 8px 0;
	margin: 0;
	color: #000;
}
.mod-linebt {
	border-bottom: 2px #FF8F00 solid;
	border-top: 2px #FF8F00 solid;	
}
h5 {
    font-size: 1.4rem;
	padding: 8px;	
}
.mod-cyumon-heading {
    background: #FFC700;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 38px;
}
.mod-cyumon-heading h1 {
    border-bottom: 0;
    font-size: 30px;
    background: url(/wordpress/wp-content/uploads/2015/12/ico_border.png) no-repeat 0 center;
    padding: 9px 0 9px 17px;
    margin-top: 0;
}
.mod-cyumon-heading h1:after{
	display: none;
}

.mod-cyumon-nav .mod-cyumon-nav-control {
    margin-left: -5px;
    margin-right: -5px;
	text-align: center;
	padding: 0;
}
.mod-cyumon-nav-control li {
    display: inline-block;
    width: 19%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
    		box-sizing: border-box;
}
.mod-cyumon-nav-control.lout-4-column li {
	width: 24%;
}
.mod-cyumon-nav-control li a {
    text-align: center;
    background: #F4F7F8;
    border: 1px solid #CCCCCC;
    padding: 0;
    height: 48px;
    line-height: 48px;
	display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.mod-cyumon-nav-control li a span{
	display: inline-block;
	background: url(/wordpress/wp-content/uploads/2016/02/pic_uw_top_arrow_blue.png) no-repeat 0 center;
	padding-left: 12px;
	text-decoration: none;
    font-size: 14px;
    color: #2652B2;
    font-weight: bold;
}
.mod-cyumon-nav-control li.current a {
	border-color: #E9B502;
	background:#FFCA0D !important;
	font-size: 16px;
	text-decoration: none;
}
.mod-cyumon-nav-control li.current a span {
	background: none;
	color: #333333;
	font-size: 16px;
}

.mod-cyumon-banner {
	margin-top: 36px;
}
.mod-cyumon-banner {
    display: table;
    width: 100%;
}
.mod-cyumon-banner p {
    text-align: center;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit0background-size: cover;
    background-size: cover;
    font-size: 29px;
    line-height: 1.6;
    display: table-cell;
    vertical-align: middle;
    height: 160px;
}
.mod-banner {
	clear: both;
	margin: 100px 0;	
}
.mod-btnPublic {
	display: inline-block;
    background: #00A966;
    padding: 0px 12px;
    height: 32px;
	border: 1px #009758 solid;
	text-decoration: none;
	min-width: 110px;
	text-align: center;   
}
.mod-btnPublic span{
	color: #FFF;
    font-size: 16px;
	font-weight: bold;
	line-height: 32px;
    text-align: center	
}
.mod-h2-stylecolor {
	background: url(/wordpress/wp-content/uploads/2016/02/pic_uw_top_icon.png) left 4px no-repeat;
    padding: 0 0 0 20px;	
}
@media screen and (max-width: 736px) {
	.mod-breadcrumbs {
		display: none;
	}
	h1, .mod-h1 {
		font-size: 2.0rem;
		font-weight: bold;
		border-bottom: 3px #FF8F00 solid;
	}
	h1.fs33 {
		font-size: 2.0rem;
		line-height: 0.9em;
		margin-bottom: 15px;
	}
	div.mod-cyumon-heading {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	div.mod-cyumon-heading h1 {
	    border-bottom: 0;
	    font-size: 2rem;
	    background: none;
	    padding: 11px 0 11px 10px;
	}
	.mod-cyumon-nav .mod-cyumon-nav-control li {
		width: 49%;
		margin-bottom: 10px;
	}
	.mod-cyumon-nav .mod-cyumon-nav-control li:last-child {
	    float: left;
	}
	.mod-cyumon-nav .mod-cyumon-nav-control li a span {
		background: none;
		padding-left: 0;
	}
	div.mod-cyumon-banner {
	    margin-top: 4px;
    	margin-bottom: 0px;
    	padding-top: 0;
	}
	.mod-cyumon-banner > p {
		background: none !important;
		display: block;
		font-size: 1.6rem;
		text-align: left;
		height: auto;
		font-weight: bold;
	}
	.mod-banner {
		margin: 50px 0;
		text-align: center;	
	}
	.mod-banner .sp_show {
		display: initial;
	}
	.mod-btnPublic {
		padding: 0px 12px;
		height: 22px;
		min-width: 70px; 
	}
	.mod-btnPublic span{
		font-size: 1.4rem;
		line-height: 22px;
	}
}
ul,li {
	padding: 0;
    list-style: none;
}

.sm {
  display: none !important;
}

@media screen and (max-width: 736px) {
  .md {
    display: none !important;
  }
  .sm {
    display: block !important;
  }
}



/*-----------------------------------*/
/* sanda module -block01*/
/*-----------------------------------*/
h5, .mod-h5 {
    font-size: 16px !important;
    font-size: 1.6rem !important
}
.mod-sanda {
	clear: both;	
}
.mod-sanda-newTop {
	clear: both;
	background: url(/wordpress/wp-content/uploads/2016/02/pic_yurinokidai_bg.png) center top no-repeat;
	min-height: 1310px;
	padding-top: 80px;	
}
.mod-sanda-newTop-location {
	clear: both;
	position: relative;
	min-height: 486px;	
}
.mod-sanda-newTop-location-title{
	clear: both;	
}
.mod-sanda-newTop-location-text{
	clear: both;	
}
.mod-sanda-newTop-location-text p {
	font-size: 1.7rem;
    padding-top: 20px;
    line-height: 2.2em;
}
.mod-sanda-newTop-location-img{
	position: absolute;
	right: 0;
	top: 56px;
}
.mod-sanda-newTop-housing {
	clear: both;
	position: relative;	
	min-height: 738px;
}
.mod-sanda-newTop-housing-title {
	clear: both;
	padding-left: 152px;
	padding-top: 36px;	
}
.mod-sanda-newTop-housing-text {
		
}
.mod-sanda-newTop-housing h1 {
	clear: both;
	padding-left: 150px;
	font-size: 3.4rem;
	font-weight: bold;
	padding-top: 12px;
}
.mod-sanda-newTop-housing-block01 {
	clear: both;
	padding: 30px 0 0 410px;	
}
.mod-sanda-newTop-housing-block01 span{
	clear: both;	
}
.mod-sanda-newTop-housing-block01 .cricle-house {
	clear: both;
	padding-top: 20px;	
}
.mod-sanda-newTop-housing-block01 .cricle-house .item01{
	float: left;
	padding-right: 44px;	
}
.mod-sanda-newTop-housing-block01 .cricle-house .item02{
	float: left;
	padding: 56px 44px 0 0;
}
.mod-sanda-newTop-housing-block01 .cricle-house .item03{
	float: left;	
}
.mod-sanda-newTop-housing-block02 {
	clear: both;
	padding: 25px 0 0 410px;			
}
.mod-sanda-newTop-housing-block02-title p {
	font-size: 1.4rem;
	margin: 5px 0;	
	color: #716D61;		
}
.mod-sanda-newTop-housing-block02-title span{
	font-size: 2.0rem;
	color: #716D61;		
	font-weight: bold;	
}
.mod-sanda-newTop-housing-block02-title strong {
	font-size: 2.04rem;	
	font-weight: bold;
	color: #716D61;		
}
.mod-sanda-newTop-housing-block02-text {
	clear: both;
	padding-top: 8px;	
}
.mod-sanda-newTop-housing-block02-text p {
	font-size: 1.3rem;
	margin: 7px 0;
	color: #716D61;
	line-height: 1em;
}
.mod-sanda-newTop-housing-block02-text p span {
	width: 80px;
	display: inline-block;	
}
.mod-sanda-newTop-housing-block02-text p span.setW01 {
	width: 448px;
}
.mod-sanda-newTop-housing-man {
	position: absolute;
	left: 0;
	bottom: 0;		
}
.mod-sanda-newTop-housing-logo {
	position: absolute;
	right: 0;
	bottom: 0;				
}
.mod-sanda-newTop-housing h2{
	clear: both;
	font-size: 3.4rem;	
}
/*-----------------------------------*/
/* Introduction module -block01*/
/*-----------------------------------*/
.mod-sanda-introduction {
	clear: both;	
}
.mod-sanda-introduction-title{
	clear: both;	
}
.mod-sanda-introduction-img{
	clear: both;
	padding-top: 10px;	
}
.mod-sanda-introduction-text{
	clear: both;	
}
/*-----------------------------------*/
/* local module -block01*/
/*-----------------------------------*/
.mod-sanda-local {
	clear: both;
	padding-top: 64px;	
}
.mod-sanda-local-title{
	clear: both;	
}
.mod-sanda-local-img{
	clear: both;
	padding-top: 10px;	
}
.mod-sanda-local-text{
	clear: both;	
}
.mod-sanda-local-slider {
	width: 660px;
	margin: 28px auto;	
}
.bx-wrapper .bx-pager {
	display: none;	
}
.bx-wrapper .bx-prev {
	left: -60px !important;
}
.bx-wrapper .bx-next{
	right: -60px !important;
}
/*-----------------------------------*/
/* refer module -block01*/
/*-----------------------------------*/
.mod-sanda-refer {
	clear: both;
	padding-top: 10px;	
}
.mod-sanda-refer-title {
	clear: both;	
}
.mod-sanda-refer-title h5 {
	margin-bottom: 18px;	
}
.mod-sanda-refer-text {
	clear: both;	
}
.mod-sanda-refer-plan {
	clear: both;
	background: #EEEAD8;
	border-top: 6px #FEE080 solid;
	padding: 0px 20px 26px;
	overflow: hidden;	
}
.mod-sanda-refer-plan-head {
	clear: both;
	padding-top: 24px;

}
.mod-sanda-refer-plan-head-left{
	float: left;
	width: 572px;
}
.mod-sanda-refer-plan-head-left p{
	clear: both;
	display: block;
	width: 100%;
}
.mod-sanda-refer-plan-head-right{
	float: right;
	background: #fff;
	padding: 0 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.mod-sanda-refer-plan-head-right p {
	font-size: 1.4rem;
	line-height: 1.75em;
	margin: 12px 0px;
}
.mod-sanda-refer-plan-head-right p span{
	width: 74px;
	display: inline-block;
}
.mod-sanda-refer-plan-head-text01{
	float: left;
}
.mod-sanda-refer-plan-head-text02{
	float: left;
	margin-top: 4px;
}
.mod-sanda-refer-plan-head-text03{
	float: left;
	margin-top: 5px;
}
.mod-sanda-refer-plan-content {
	clear: both;	
}
.mod-sanda-refer-arrow {
	clear: both;
	text-align: center;	
	padding-top: 6px;
}
.mod-sanda-refer-arrow p {
	font-size: 1.4rem;
}
.mod-sanda-refer-arrow p {
	padding-top: 6px;
    display: block;	
}
/*-----------------------------------*/
/* ldk module -block01*/
/*-----------------------------------*/
.mod-sanda-ldk {
	clear: both;
}
.mod-sanda-ldk-draw {
	clear: both;
	background: #CCCCCC;
	overflow: hidden;
	padding: 0;
	margin-top: 30px;
} 
.mod-sanda-ldk-draw-head{
	clear: both;
	background: #FEE080;
	overflow: hidden;
	padding: 10px 14px 0;
	height: 70px;
}
.mod-sanda-ldk-draw-head-left {
	float: left;
	width: 590px;	
}
.mod-sanda-ldk-draw-head-left-text01 {
	float: left;	
}
.mod-sanda-ldk-draw-head-left-text02 {
	float: left;
	margin-top: -3px;	
}
.mod-sanda-ldk-draw-head-left-text03 {
	float: left;	
}
.mod-sanda-ldk-draw-head-left-text03.w01 {
	width: 44%;	
}
.mod-sanda-ldk-draw-head-left-text03.w02 {
	width: 52%;	
}
.mod-sanda-ldk-draw-head-left-text03.w03 {
	width: 50%;	
}
.mod-sanda-ldk-draw-head-right {
	float: right;
	width: 316px;	
}
.mod-sanda-ldk-draw-head-right p {
	font-size: 1.2rem;
	line-height: 1.7em;
	margin: 0;
}
.mod-sanda-ldk-draw-head-right p span{
	width: 62px;
	display: inline-block;
}
.mod-sanda-ldk-draw-content{
	clear: both;
	padding: 0 20px;
	overflow: hidden;
	
}
.mod-sanda-ldk-draw-content.close {
    display: none;
}
.mod-sanda-ldk-draw-content img{
	padding-top: 20px;
}  
.mod-sanda-ldk-draw-content-arrow {
	width: 100%;
	height: 26px;
	
	display: block;	
	cursor: pointer;
}
.mod-sanda-ldk-draw-content-arrow.pc_show{
	display: block;	
}
.mod-sanda-ldk-draw-content-arrow.arrow-up {
	background: url(/wordpress/wp-content/uploads/2016/02/pic_yurinokidai_arrow_top.png) no-repeat center center;
}  
.mod-sanda-ldk-draw-content-arrow.arrow-down {
	background: url(/wordpress/wp-content/uploads/2016/02/pic_yurinokidai_arrow_bottom.png) no-repeat center center;
}   
/*-----------------------------------*/
/* map module -block01*/
/*-----------------------------------*/ 
.mod-sanda-map {
	clear: both;
	margin-top: 100px;	
} 
.mod-sanda-map-title{
	clear: both;	
}
.mod-sanda-map-text{
	clear: both;	
}
.mod-sanda-map-content{
	clear: both;
	padding-top: 8px;	
}
.mod-sanda-map-content-map{
	float: left;
	border: 3px #A29B91 solid;
	overflow: hidden;
	margin-right: 16px;	
} 
.mod-sanda-map-content-map img {
	display: block;	
}
.mod-sanda-map-content-text{
	float: left;	
} 
.mod-sanda-map-content-text ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
.mod-sanda-map-content-text ul li{
	list-style: none;
	border-bottom: 1px #CCCCCC dotted;
	padding-bottom: 27px;	
}
.mod-sanda-map-content-text ul li:last-child {
	border-bottom: 0px #CCCCCC dotted;
	padding-bottom: 0;	
}

.mod-sanda-map-content-text ul li.mtli-set01 {
	padding: 28px 0px;	
}
.mod-sanda-map-content-text ul li h6{
    margin: 0 0 10px;
}
.mod-sanda-map-content-text ul li p{
	font-size: 1.4rem;
	margin: 0;
	line-height: 1.8em;
}
.mod-sanda-map-content-text ul li p.mtp-set01 {
	padding-top: 24px;	
}
.mod-sanda-map-content-text ul li p span{
	color: #FF8E00;
	font-size: 2.6rem;	
}
.mod-sanda-map-content-text ul li p img {
	vertical-align: top;	
}
.mod-sanda-map-content-text ul li p img.mtimg-set01{
	position: relative;
	vertical-align: text-top;
}
.mod-sanda-map-content-text ul li .green{
	color: #88B850;
	font-size: 1.4rem;
	font-weight: bold;	
}
.mod-sanda-map-content-text ul li p img{
		
}
/*-----------------------------------*/
/* faci module -block01*/
/*-----------------------------------*/
.mod-sanda-faci {
	clear: both;
	padding-top: 100px;
}
.mod-sanda-faci-title {
	clear: both;
}
.mod-sanda-faci-text {
	clear: both;
}
.mod-sanda-faci-content {
	clear: both;
}
.mod-sanda-faci-imgList {
	clear: both;
	
}
.mod-sanda-faci-imgList.mt-style01 {
	padding: 60px 0 0;
}
.mod-sanda-faci-imgList.mt-style02 {
	padding: 4px 0 0;
}
.mod-sanda-faci-imgList.mt-style01 .lout-row {
	padding: 26px 0px 21px;
}
.mod-sanda-faci-imgList .lout-row{
	border-bottom: 1px #cccccc dotted;
	padding: 26px 0px 28px;
	margin: 0;
}
.mod-sanda-faci-imgList .lout-3column{
	padding: 0;
}
.mod-sanda-faci-imgList h6{
	margin: 28px 0px -3px;
}
.mod-sanda-faci-imgList img {
	width: 120px;
	float: left;
	margin-right: 10px;
}
 .mod-sanda-faci-imgList p.fs12 {
	font-size: 1.2rem;	 
}   
.mod-sanda-faci-imgList p {
	font-size: 1.4rem;
	margin: 0;
	line-height: 1.7em;
	float: left;
}
.mod-sanda-faci-imgList span {
	font-size: 1.2rem;
	line-height: 0em;
}
.mod-sanda-faci-imgList .lout-row.noneBr{
	border-bottom: 0px #CCCCCC dotted;
	padding-bottom: 0;	
}
/*-----------------------------------*/
/* imgList module -block01*/
/*-----------------------------------*/
.mod-sanda-faci-onlyText  {
	padding-top: 30px;	
}
.mod-sanda-faci-onlyText .lout-setcolumn {
    box-sizing: border-box;
    padding: 0;
	display: table-cell;
	vertical-align: middle;	
}
.mod-sanda-faci-onlyText .lout-row.title {
	background: #EEEEEE;
	border-bottom: 0px #cccccc dotted;
		
}
.mod-sanda-faci-onlyText .lout-row.title p{
	padding: 5px 8px;	
}
.mod-sanda-faci-onlyText .lout-row {
	border-bottom: 1px #cccccc dotted;
	padding: 0;
	margin: 0;
	display: table;	
}
.mod-sanda-faci-onlyText .lout-row p{
	font-size: 1.4rem;
	line-height: 1.7em;
	margin: 0;
	padding: 10px 8px;	
}
.mod-sanda-faci-onlyText .lout-setcolumn.w01{
	width: 474px;	
}
.mod-sanda-faci-onlyText .lout-setcolumn.w02{
	width: 204px;	
}
.mod-sanda-faci-onlyText .lout-setcolumn.w03{
	width: 188px;	
}

.mod-sanda-faci-onlyText .lout-setcolumn.w04{
	width: 90px;	
}
.mod-sanda-faci-onlyText-total {
	clear: both;
	text-align: right;
	margin: 0 -8px;
	padding-right: 8px;	
}
/*-----------------------------------*/
/* property module -block01*/
/*-----------------------------------*/
.mod-sanda-property {
	clear: both;
	padding-top: 42px;	
}
.mod-sanda-property-title{
	clear: both;
	
}
.mod-sanda-property-title h5{
	margin-bottom: 30px;
}
.mod-sanda-property-text {
	clear: both;
	padding-top: 10px;
}
.mod-sanda-property-content {
	clear: both;
}
.mod-sanda-property-content .lout-row:first-child {
	border-top: 1px #B3B3B3 solid;	
}
.mod-sanda-property-content .lout-row {
	border-bottom: 1px #B3B3B3 solid;
	padding: 0;
	margin: 0;
	display: table;	
	width: 100%;	
}
.mod-sanda-property-content .lout-setcolumn {
	box-sizing: border-box;
    padding: 0;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
}
.mod-sanda-property-content .lout-setcolumn.title {
	background: #EEEEEE;
			
}
.mod-sanda-property-content .lout-setcolumn.w01 {
	width: 250px;	
}
.mod-sanda-property-content .lout-setcolumn.w012{
	width: auto;	
}
.mod-sanda-property-content .lout-setcolumn p {
	font-size: 1.4rem;
	line-height: 1.7em;
	margin: 0;
	padding: 10px 8px;	
}
.mod-banner {
	padding-top: 79px;
	padding-bottom: 100px;	
}
/*-----------------------------------*/
/* common module -block01*/
/*-----------------------------------*/

h1.fs33 {
	
}
.br_none {
	display: none;	
}
.br_block {
	display: block;	
}
.pc_show {
	display: inline;	
}
.sp_show {
	display: none;	
}
@media screen and (max-width: 736px) {
	.br_none {
		display: block;	
	}
	.br_block {
		display: none;	
	}
	.pc_show {
		display: none;	
	}
	.sp_show {
		display: inline;	
	}
	.mod-sanda-newTop-location-img {
		display: none;	
	}
	.mod-sanda-newTop {
		padding-top: 8px;
		min-height: auto;	
	}
	.mod-sanda-newTop-location-text p {
		font-size: 1.5rem;
    	line-height: 1.7em;	
	}
	.mod-sanda-newTop-location {
		min-height: auto;
		padding-bottom: 16px;	
	}
	.mod-sanda-newTop-housing {
		min-height: auto;		
	}
	.mod-sanda-newTop-housing-title {
		padding: 0;
		margin: 0;	
	}
	.mod-sanda-newTop-housing h1 {
		padding: 34px 0 0;
		font-weight: normal;
		margin: 0;
		font-size: 2.8rem;	
	}
	.mod-sanda-newTop-housing {
		background: #EEE9D7;
		margin: 0 -10px;
    	padding: 40px 10px 10px;
		text-align: center;	
	}
	.mod-sanda-newTop {
		background: none;	
	}
	.mod-sanda-newTop-housing-block01 {
		padding: 18px 0;
		margin: 0;	
	}
	.mod-sanda-newTop-housing-block02 {
		padding: 15px 0 0;
		margin: 0;	
	}
	.mod-sanda-newTop-housing-block02-title p {
		font-weight: bold;
		
	}
	.mod-sanda-newTop-housing-block02-title {
		text-align: left;	
	}
	.mod-sanda-newTop-housing-block02-text p {
		font-size: 1.4rem;
		line-height: 1.6em;
		margin: 0;
		
	}
	.mod-sanda-newTop-housing-block02-text p span {
		vertical-align: top;
		text-align: left;		
	}
	.mod-sanda-newTop-housing-block02-title span {
		font-weight: bold;	
		
	}
	.mod-sanda-newTop-housing-block02-text p span.setW01 {
		width: 220px;	
	}
	
	.mod-sanda-newTop-housing-man {
		position: relative;
		clear: both;
		padding-top: 34px;	
	}
	.mod-sanda-newTop-housing-block01 .cricle-house .item01 {
		width: 37%;	
		padding-right: 24px;
	}
	
	.mod-sanda-newTop-housing-block01 .cricle-house .item02 {
		width: 10%;	
		padding-right: 24px;
		padding-top: 11%;
	}
	.mod-sanda-newTop-housing-block01 .cricle-house .item03 {
		width: 37%;	
	}
	.mod-sanda-newTop-housing-block02-text {
		padding-top: 18px;
		text-align: left;	
	}
	.mod-sanda-newTop-housing-logo {
		display: none;	
	}
	.mod-sanda-introduction {
		padding-top: 30px;	
	}
	.mod-sanda-local {
		padding-top: 28px;	
	}
	.mod-sanda-local-slider {
		width: 100%;	
	}
	.bx-wrapper .bx-prev {
		left: -10px;	
	}
	.bx-wrapper .bx-next {
		right: -10px;	
	}
	.bx-wrapper {
		margin-bottom: 0;	
	}
	.mod-sanda-refer {
		padding-top: 5px;	
	}
	.mod-sanda-refer-title h5 {
		margin-bottom: 27px;	
	}
	.mod-sanda-refer-plan-head-left {
		width: 100%;
			
	}
	.mod-sanda-refer-plan-head-text02 {
		width: 60%;	
	}
	.mod-sanda-refer-plan-head-text03 {
		width: 40%;	
	}
	.mod-sanda-refer-plan-head-right {
		float: none;
		clear: both;
		padding: 9px 14px;
	}
	.mod-sanda-refer-plan-head {
		padding-top: 8px;		
	}
	.mod-sanda-refer-plan {
		padding: 0px 10px 10px;	
	}
	.mod-sanda-refer-plan-head-left p {
		margin-bottom: 8px;	
	}
	.mod-sanda-refer-plan-head-right p {
		margin: 0;	
	}
	.mod-sanda-refer-plan-content {
		padding-top: 14px;	
	}
	.mod-sanda-refer-arrow p {
		padding-top: 0;
		margin-bottom: 10px;	
	}
	.mod-sanda-refer-arrow {
		padding-top: 0;
	}
	.mod-sanda-refer-arrow p {
		font-size: 1.3rem;
	}
	.mod-sanda-ldk-draw {
		margin-top: 20px;	
	}
	.mod-sanda-ldk-draw-head {
		padding: 8px 5px 0;	
		height: auto;
	}
	.mod-sanda-ldk-draw-head-left {
		width: 100%;	
	}
	.mod-sanda-ldk-draw-head-left-text01 {
		width: 35%;	
	}
	.mod-sanda-ldk-draw-head-left-text02 {
		width: 65%;	
	}
	.mod-sanda-ldk-draw-head-left-text03 {
		width: 65%;	
	}
	.mod-sanda-ldk-draw-head-right {
		float: none;
		width: auto;
		display: block;
    	overflow: hidden;
		padding: 6px 6px 10px;	
	}
	.mod-sanda-ldk-draw-content{
		display: none;
	} 
	.mod-sanda-ldk-draw-content-arrow {
		height: 32px;
			
	}
	.mod-sanda-ldk-draw-content-arrow.sp_show {
		display: block;
	}
	.mod-sanda-map {
		margin-top: 60px;	
	}
	.mod-sanda-map-content-map {
		margin-right: 0;
		width: 100%;
		text-align: center;	
	}
	.mod-sanda-map-content-map img {
		width: 100%;	
	}
	.mod-sanda-map-content-text {
		float: none;	
	}
	.mod-sanda-map-content-text {
		padding-top: 28px;
		clear: both;
	}
	.mod-sanda-map-content-text ul li p span {
    	font-size: 2rem;
	}
	.mod-sanda-map-content-text ul li {
		padding-bottom: 22px;	
	}
	.mod-sanda-faci {
		 padding-top: 1px;	
		 
	}
	.mod-sanda-faci-imgList h6 {
		margin: 0 0px -3px	
	}
	.mod-sanda-faci-imgList .lout-3column {
		border-bottom: 1px #cccccc dotted;
		overflow: hidden;
    	clear: both;
		padding: 20px 0px;	
	}
	.mod-sanda-faci-imgList .lout-row {
		border-bottom: 0px #cccccc dotted;
		padding: 0;	
	}
	.mod-sanda-faci-onlyText .lout-row.title {
		display: none;	
	}
	.mod-sanda-faci-onlyText {
		padding-top: 0;	
	}
	.mod-sanda-faci-onlyText .lout-row {
		width: 100%;
		padding: 6px 0;	
	}
	.mod-sanda-faci-onlyText .lout-setcolumn {
		display: inline-block;
	}
	.mod-sanda-faci-onlyText .lout-setcolumn.w01 {
		width: auto;	
	}
	.mod-sanda-faci-onlyText .lout-setcolumn.w02 {
		width: auto;
		padding-left: 5px;	
	}
	
	.mod-sanda-faci-onlyText .lout-setcolumn.w03 {
		width: auto;
		padding-left: 5px;		
	}
	.mod-sanda-faci-onlyText .lout-setcolumn.w04 {
		width: auto;
		padding-left: 5px;		
	}
	.mod-sanda-faci-onlyText .lout-row p {
		padding: 0px 8px;	
	}
	.mod-sanda-faci-imgList.mt-style01 .lout-row {
		padding: 0;	
	}
	.mod-sanda-property {
		padding-top: 0;	
	}
	.mod-sanda-property-content .lout-setcolumn.w01 {
		width: 100%;	
	}
	.mod-sanda-property-content .lout-setcolumn {
		width: 100%;
		display: block;	
	}
	.mod-sanda-property-content .lout-setcolumn p {
		padding: 5px 8px;	
	}
	.mod-sanda-property-content .lout-setcolumn.w02 p {
		padding: 5px 8px 28px;	
	}
	.mod-sanda-property-content .lout-row {
		border-bottom: 0px #cccccc dotted;	
	}
	.mod-sanda-property-text {
		margin-top: -8px;	
	}
	.mod-banner {
		padding-top: 62px;
		text-align: center;	
	}
	.mod-sanda-ldk-draw-content{
		clear: both;
		padding: 0px 20px 0;
	}
	.mod-sanda-ldk-draw-content-arrow.pc_show {
		display: none;	
	}
	.bx-wrapper .bx-prev {
		left: 12px !important;
	}
	.bx-wrapper .bx-next{
		right: 12px !important;
	}
}


