@charset "UTF-8";
/* CSS Document */

a {
	cursor: pointer;
}

a :focus {

}

header p {
	margin-bottom: 0;
}

header span.date-icon {
	border-left: none;
	padding-left: 0;
}

#about h4 {
font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
font-weight: bold;
color: #fff;
text-shadow:0px 0px 21px #000000; 
/*font-size: 2.0em;*/
letter-spacing: 0.1em;
margin-bottom: 0;
}

#about h4.bunjyobox {
	font-size: 1.5em;
	width: 30%;
	text-align: center;
	border: 1px solid #FFF;	
	background: rgba(255,255,255,0.3);
	padding: 5px;
}

#about h5 {
	font-size: 1.15em;
	font-weight: bold;
	color: #fff;
	background: rgba(165,196,34,0.60);
	background: rgba(117,140,24,0.60);
	padding: 3px;
	border: 1px solid #fff;
	width: 120px;
	text-align: center;
	border-radius: 100px;
	margin-bottom: 17px;
}

#about h2 {
font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
/*font-size: 3.0em;*/
font-weight: bold;
color: #fff;
text-shadow:0px 0px 21px #000000;
letter-spacing: 0.05em;
margin-top: 0;
}

#company h4 {
	font-size: 1.5em;
	padding-left: 10px;
}


#news h3 {
	letter-spacing: 0.05em;
	color: #434343;
	transition: 0.2s;
	text-align: center;
}


.pad3 {
	padding: 3px 0;
}

.navbar-default .navbar-nav li a {
	font-size: 15px;
	padding: 25px 20px;
	display: block;
}

.navbar-default .navbar-nav li {
	position: relative;
}

.navbar-default .navbar-nav li ul.submenu {
	position: absolute;
	top: 80%;
  left: 0;
	padding: 0;
	margin: 0;
	width: 200%;
}
.navbar-default .navbar-nav li:last-child ul.submenu {
	left: -100%;
  width: 100%;
}

.navbar-default .navbar-nav li ul.submenu li {
	overflow: hidden;
	background: rgba(255,255,255,0.7);
	padding: 5px 20px;
	transition: .5s;
	opacity: 0;
}

.navbar-default .navbar-nav li ul a {
	font-size: 14px;
	padding: 0;
}


.navbar-default .navbar-nav li a:hover {
	color:#a5c422!important;
	font-weight: bold;
	/*border-bottom: 1px solid #8BC9D8;*/
}
.navbar-default .navbar-nav li:hover ul.submenu li {
	opacity: 1;
}

.navbar-default .navbar-nav li.appointment-btn {
	padding: 10px;
}

.navbar-default .navbar-nav li.appointment-btn a:hover {
	background: #21C4B7!important;
}



.section-btn {
	font-weight: bold;
	transition: 0.3s;
	padding: 12px 20px 7px;
	box-shadow:0px 0px 9px 0px #787878;
	width: 222px;
	width: 270px;
}

.flex1 {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: flex-start;
	width: 100%;
}
.flexbox {
	display: block;
	/*max-width: ;*/
	margin: 0 auto;
}

.news-thumb img {
 display: block;
	/*height: 165px;*/
	overflow: hidden;
}

.news-thumb {
	max-width:  250px;
	margin: 10px;
	overflow: hidden;
	transition-duration: 0.3s;
	box-shadow : 3px 3px 10px 0px rgba(0,0,0,0.2);
}

/*.bukkeninfo{
	max-width: 200px;
}*/


.news-thumb:hover img {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;
	overflow: hidden;
} 

.news-thumb:hover h3 {
	color: #a5c422!important;
}

.news-info {
	/*padding: 10px 30px;*/
	padding: 10px 0 6px;
}


.context {
	font-size: 110%;
	line-height: 1.8em;
	letter-spacing: 0.05em;
}




 /*#about {
    background: url(' ../images/main01.jpg') no-repeat top center;
    background-size: cover;
		height: 90vh;
    padding-top: 150px;
    padding-bottom: 150px;
  }*/
.bg-switcher {
    width: 100vw;
    height: 80vh;
    background-position: top center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
	
/* #company {
    height: 100vh;
    background-image: url(' ../images/main02.jpg');
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
  }*/
	 #company {
    /*height: 100vh;*/
    background-image: url('../images/main03.jpg');
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
  }
	
	.company-info1 {
		width: 50%;
		padding: 20px;
	}
	.company-info2 {
		display: block;
		background: #fff;
		padding: 20px;
	}
	
	.chart{
		color: #757575;
		font-size: 95%;
	}
	
	.chart a {
		color: #757575;
		border-bottom: 1px solid #a5c422;
	}
.chart a:hover {
		color: #a5c422;
	}

tr {
	border-bottom: 2px dotted #C9C9C9;
}
th,td {
	padding: 6px 10px;
}


	

footer {
	padding-bottom: 0;
	padding-top: 30px;
}

footer a:hover{
	color: #a5c422!important;
}

.contact-info {
	padding-top: 0;
}

ul,li {
	list-style-type: none;
}

footer ul {
	border-left: 1px solid #C9C9C9;
	padding-left: 15px;
	font-size: 0.9em;
	line-height: 1.15em;
}

footer li {
	padding: 5px;
}


.contact-info .fa {
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	margin-bottom: 0;
}

.border-top {
	padding: 1em;
	margin-top: 1em;
}

.scroll {
	float: right;
}


.mTop535 {
	margin-top: 53.5px;
}
.mTop35 {
	margin-top: 35px;
}
.mBottom35 {
	margin-bottom: 35px;
}
.mBottom50 {
	margin-bottom: 50px;
}

.caption {
	text-align: right;
	font-size: 90%;
	padding-right: 20px;
}

.fontB {
	font-weight: bold;
}


.link {
	max-width: 800px;
	margin: 0 auto;
}


.slider {
    margin: 50px auto;
    width: 100%;
		padding-left: 0px;
}
.slider img {
    height: auto;
    width: 100%;
}
.slider img:hover {
	opacity: 0.6;
}

.slider ul {
margin: 0;
padding: 0;
}
.slick-initialized .slick-slide {
	margin: 10px;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #a5c422;
}




small {
	font-size: 80%;
	color: #757575;
}

 
 
 
/*下層*/

.sunmain {
width: 100%;
background-color: #FAFFEC;
}

.sunmain2 {
width: 100%;
background-color: #FFFBEC;
}

.sunimage img {
	width: 80%;
	display: block;
	margin: 0 auto;
}

.sunimage .sun02 {
	display:none;
	width: 100%;
}

.suntitle {
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

.suntitle h2,
.suntitle h3 {
	margin: 0;
	padding: 0;
	letter-spacing: 0.07em;
	/*color: #a5c422;*/
}

.suntitle h4 {
	font-size: 18px;
	margin: 0 0 30px;
}

.kukakutitle {
	color: #a5c422;
	text-align: center;
	letter-spacing: 0.01em;
	margin: 0 auto 10px;
}


.flex2 {
	display: flex;
	flex-wrap: nowrap;
	align-content: flex-start;
	justify-content: flex-start;
	width: 90%;
	margin: 20px auto 0;
}

.flex3 {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: flex-start;
	margin: 20px auto 0;
}
.flex3 img {
	max-width: 500px;
	max-height: 200px;
}

.flex4 {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: flex-start;
	margin: 20px 0 0;
}
.flex5 {
	display: flex;
	justify-content: center;
}

.flex6 {
	display: flex;
	width: 100%;
	align-items: flex-start;
	margin: 5px 0 0;
}

.flex7 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.locationImg {
	margin: 0 5px;
}


.img_mgn10 {
	width: 100%;
}

.sanokitamap {
	width: 70%;
	margin: 0 auto;
}

.kukakuMap {
	width: 100%;
}
.kukakuMap1 {
	width: 90%;
	width: 80%;
	display: block;
	margin: auto;
}

.kukaku03,
.kukaku04 {
	display: none;
}

.price th,
.price td {
	padding: 2px 5px;
	text-align: center;
}


.gaiyou th {
	width: 25%;
}

.titleGray {
	width: 100%;
	/*background: #F2F2F2;*/
	background: #eff1f0;
	color: #666;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.05em;
	border: 1px solid #DDDDDD;
	box-sizing: border-box;
	margin: 0 0 10px;
	padding: 3px 10px 1px;
}

.titleGreen {
	width: 100%;
	/*background: #F2F2F2;*/
	background: #eff1f0;
	color: #666;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.05em;
	border: 1px solid #eff1f0;
	box-sizing: border-box;
	margin: 0 0 10px;
	padding: 3px 20px 1px;
}



/*仲介・賃貸・駐車場*/
.chukaimain {
	height: 25vh;
	background-image: url('../images/002.jpg');
	background-position: center center;
	/*background-attachment: fixed;*/
	background-size: cover;
	background-repeat: no-repeat; 
}

.chintaimain {
	height: 25vh;
	background-image: url('../images/003.jpg');
	background-position: center center;
	/*background-attachment: fixed;*/
	background-size: cover;
	background-repeat: no-repeat; 
}
.parkingmain {
	height: 25vh;
	background-image: url('../images/004.jpg');
	background-position: center center;
	/*background-attachment: fixed;*/
	background-size: cover;
	background-repeat: no-repeat; 
}



.tooka {
	height: 25vh;
	background: rgba(255,255,255,0.85);
	position: relative;
}

.subtitle {
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	letter-spacing: 0.1em;
	margin: 0;
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.rentaldetail,
.estatebox {
	margin: 25px auto 0;
	max-width: 1000px;
	border: 1px solid #a5c422;
}

.estatebox {
padding: 2rem 4rem;
}

.rentaldetail .chart {
	width: 90%;
	margin: 0 auto;
}

.estatelist {
	width: 1000px;
	margin: 0 auto;
}

.estatelist tr {
	border: none;
}

.estatelist th {
	background: #F0F6D7;
	color: #a5c422;
	text-align: center;
	/*border-right: 1px solid #fff;*/
	border-bottom: 1px solid #558223;
}

.estatelist td {
	text-align: center;
	border-bottom: 1px solid #88AD5E;
}

.esicon {
	display: inline-block;
	margin: 0 ;
	padding: 2px 10px 0;
	font-size: 90%;
	color: #659491;
	border: 1px solid #659491;
	font-weight: bold;
	line-height: 1.2em;
}

.estatebox h3 {
	display: inline-block;
	margin: 0;
	padding: 0 10px;
	transform: translateY(3px);
}

.estateimage {
	max-width: 170px;
}

.estateright {
	width: 80%;
	padding-left: 2rem;
	position: relative;
	margin-bottom: 35px;
}

.estatebox table {
width: 100%;
}

.estateright table th {
width: 110px;
padding-left: 10px;
}


.detail {
	color: #fff;
	background: #a5c422;
	font-weight: bold;
	text-align: center;
	font-size: 90%;
	padding: 2px 5px 0px;
	width: 150px;
	margin-top: 10px;
	position: absolute;
	right: 0;
	transition: 0.3s;
}

.detail:hover {
	color: #333;
  background-color: #e6e6e6;
}


.newicon {
	color: #FFF;
	background: #e65001;
	display: inline-block;
	width: 70px;
	font-weight: bold;
	padding: 3px 10px 0;
	margin-left: 5px;
	margin-bottom: 5px;
	font-size: 95%;
	text-align: center;
	border-radius: 20px;
	line-height: 20px;
}

.estatedetail {
	margin: 0 0 0 auto;
}
.estatedetail p {
	font-size: 80%;
	line-height: 1.4rem;
}

.flex8 {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: flex-start;
}




.butttonGray,
.butttonred,
.butttongreen,
.butttonorange,
.butttonblue,
.butttondeepgreen,
.butttonpurple {
	display: inline-block;
	font-weight: bold;
	font-size: 110%;
	padding: 4px 20px 0;
	line-height: 20px;
	border-radius: 50px;
	vertical-align: middle;
	width: 200px;
	text-align: center;
}

.butttonGray {
	color:  #a5c422;
	border: 1px solid #a5c422;
	padding: 4px 0 0 ;
}

.butttonred {
	color:  #e65001;
	border: 1px solid #e65001;
}
.butttongreen {
	color:  #7cb342;
	border: 1px solid #7cb342;
}
.butttonorange {
	color:  #f9a825;
	border: 1px solid #f9a825;
}
.butttonblue {
	color:  #0288d1;
	border: 1px solid #0288d1;
}
.butttondeepgreen {
	color:  #006064;
	border: 1px solid #006064;
}
.butttonpurple {
	color:  #6739B6;
	border: 1px solid #6739B6;
}


.yachinprice {
	display: inline-block;
	font-weight: bold;
	font-size: 200%;
	line-height: 0;
	padding: 8px 20px 0;
	vertical-align: middle;
}

.parkprice {
	display: inline-block;
	font-weight: bold;
	font-size: 110%;
	/*line-height: 0;*/
	padding: 5px 20px 0;
	vertical-align: middle;
}

.yachinleft {
 margin-left: 20px;
}


.yachin {
	display: table;
	width: 90%;
	margin: 20px auto 00px;
}
.rentalmap {
	display: table;
	width: 90%;
	margin: 00px auto 20px;
}

.rentalchart {
	width: 90%;
	display: flex;
	margin:  0 auto 35px;
}

.rentalchart .chart {
	width: 48%;
}

.pmap {
	display: block;
	width: 70%;
	margin: 20px auto;
}

.pmap2 {
	height: 40vh;
}


.parking {
	/*display: table;*/
	width: 90%;
	/*margin: 20px auto 00px;*/
}



.scrolllist {
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
.scrolllist ::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px!important;
}
.scrolllist ::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1!important;
}
.scrolllist ::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC!important;
}










/*.sunimage {
	background: url(' ../images/sungarden01.jpg') no-repeat top center;
  background-size: cover;
	height: 80vh;
}*/





/*価格アコーディオン*/

/*ボタン表示非表示切り替え*/

.hidden_box {
    margin: 10px;
    padding: 0;
    text-align: center;
		width: 40%;
		width: 50%;
		width: 70%;
}

.hidden_box label {
		display: block;
    border: 1px solid #ddd;
    border-radius: 20px;
    cursor :pointer;
    margin: 0 auto;
    padding: 5px 0 0;
		/*width: 70%;*/
    font-size: 17px;
		font-weight: bold;
		color: #444;
		letter-spacing: 0.05em;
}

.hidden_box label:hover {
    /*opacity: 0.5;*/
}

.hidden_box label:after {
    content: "はこちら";	/* 閉じている状態のときにラベルの後ろに続く文字 */
}

.hidden_box input {
    display: none;
}

.hidden_box .hidden_show {
    height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0;
    transition: all 0.2s ease;
}

.hidden_box input:checked + label:after {
    content: "を閉じる";	/* 開いている状態のときにラベルの後ろに続く文字 */
}

.hidden_box input:checked ~ .hidden_show {
    height: auto;
    opacity: 1;
		margin-top: 10px;
		padding: 20px 0 ;
}


.hidden_box .label1 {
	background: #EAAC95;
	border: 1px solid #D99A83;
	}
.hidden_box .label1:hover {
	background: rgba(234, 172, 149, 0.6)
	}

.hidden_box .label2 {
	background: #ECE7BD;
	border: 1px solid #E0DAAC;
	}
.hidden_box .label2:hover {
	background: rgba(236, 231, 189, 0.6)
	}
	
.hidden_box .label3 {
	background: #BDE4EC;
	border: 1px solid #ACC2E0;
	}
.hidden_box .label3:hover {
	background: rgba(189,228,236,0.60)
	}
		
	.hidden_box .label4 {
	background: #CBCFEB;
	border: 1px solid #ACB3E0;
	}
.hidden_box .label4:hover {
	background: rgba(172,179,224,0.4)
	}

	.hidden_box .label5 {
	background: #EED0C7;
	border: 1px solid #D3846B;
	}
.hidden_box .label5:hover {
	background: rgba(232,191,178,0.4)
	}

	
	
.boxLine1 {
	border: 2px solid #D99A83;
	/*margin-bottom: 15px;*/
}
.boxLine2 {
	border: 2px solid #E0DAAC;
}
.boxLine3 {
	border: 2px solid #ACC2E0;
}
.boxLine4 {
	border: 2px solid #ACC2E0;
}
.boxLine5 {
	border: 2px solid #D3846B;
}





.cation2 {
	width: 90%;
	font-size: 12px;
	line-height: 1.4;
	display: inline-block;
	margin: 8px auto 0;
	text-align: left;
}


/*テーブル*/
.hidden_box table {
	width: 92%;
	font-size: 15px;
	margin: 0 auto;
	word-break: break-word;
}

.hidden_box .nowrap {
	white-space: nowrap;
}



/*概要と環境のタブ*/

/*タブ切り替え全体のスタイル*/
.tabs {
	margin: 25px auto 0;
  /*padding-bottom: 40px;*/
  background-color: #fff;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
	width: 80%;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  width: calc(60%/2);
  /*height: 30px;*/
  background: rgb(239,241,240);
	background: -moz-linear-gradient(top, rgba(239,241,240,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(239,241,240,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(239,241,240,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff1f0', endColorstr='#ffffff',GradientType=0 );
  /*line-height: 33px;*/
	padding: 5px 0 3px;
	padding: 7px 0 5px;
  font-size: 17px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  transition: all 0.2s ease;
	/*border-bottom: 1px solid #a5c422;*/
	border-right: 1px solid #fff;
	box-sizing: border-box;
	margin-bottom: 0;
}

.noborder {
	border-right: none;
}

.tab_item:hover {
  opacity: 0.6;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 20px;
  clear: both;
  overflow: hidden;
	border: 1px solid #a5c422;
}


/*選択されているタブのコンテンツのみを表示*/
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d6e5a9+0,a5c422+100 */
	background: rgb(214,229,169); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(214,229,169) 0%, rgb(165,196,34) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgb(214,229,169) 0%,rgb(165,196,34) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgb(214,229,169) 0%,rgb(165,196,34) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6e5a9', endColorstr='#a5c422',GradientType=0 ); /* IE6-9 */
  color: #fff;
	/*font-weight: bold;*/
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}








.inquiryfix {
	position: fixed;
	left:50%;
	margin-left:-150px;
  bottom: 10px;
	z-index: 100;
}


a#tel,
a#mail {
  width: 150px;
  height: 35px;
  line-height: 37px;
  display: block;
  background: rgba(165,196,34,0.6);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size:12px;
	margin-right: 10px;
	font-weight: bold;
  border-radius: 5px;
}
 
a#tel:hover,
a#mail:hover{
  background: rgba(109,196,33,0.9);
}





/*topic*/
.topicb {
	width: 330px;
	filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.2));
}
.topica {
	/*display: block;*/
}
.topica:hover {
	opacity: 0.7;
}


/*sunrisepage*/
#sunrisetop {
	background-image: url("../images/sun02.jpg");
	background-size: cover;
	background-position: bottom center;
	text-align: center;
	padding: 10rem 0 20rem;
}
#sunrisetop h3 {
	font-size: 2.5em;
	color: #fff;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
#sunrisetop h2 {
	font-size: 4em;
	color: #fff;
	letter-spacing: 0.05em;
	filter: drop-shadow(0px 0px 15px rgba(74,99,164,0.9));
}
#sunrisemain {
	background-color: #4A63A4;
	text-align: center;
}
#sunrisemain .sunrisep {
	max-width: 90%;
	filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.2));
	display: block;
	margin: 30px auto;
}
#sunrisemain h4 {
	font-size: 3em;
	letter-spacing: 0.2em;
	color: #fff;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	margin-top: 50px;
	border-bottom: 1px solid #fff;
}
#sunrisemain h5 {
	font-size: 1.8em;
	letter-spacing: 0.2em;
	color: #fff;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	margin-top: 0px;
}
#sunrisemain p {
	font-size: 1.3em;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	color: #fff;
	margin-top: 30px;
	margin-bottom: 50px;
}
#sunriseshosai .sunriseflex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	margin-top: 50px;
}
#sunriseshosai .sunriseshosaimap {
	max-width: 450px;
	/*padding-top: 30px;*/
	padding-top: 0px;
	padding-right: 50px;
}
#sunriseshosai .sunriseshosailist {
	max-width: 500px;
}
#sunriseshosai .sunriseshosailist .sunriselisttitle {
	max-width: 350px;
	padding-top: 30px;
}
#sunriseshosai .sunriseshosailist table.sunrisetable {
	border: 2px solid #4A63A4;
	text-align: center;
	max-width: 450px;
	margin-top: 30px;
}
#sunriseshosai .sunriseshosailist table.sunrisetable tr, 
#sunriseshosai .sunriseshosailist table.sunrisetable td {
	border: 1px solid #4A63A4;
}
#sunriseshosai .sunriseshosailist table.sunrisetable tr:nth-child(odd) {
	background-color: rgba(74,99,164,0.15);
}
#sunriseshosai .sunriseshosailist table.sunrisetable tr th {
	background-color:  #4A63A4;
	color: #fff;
	border-right: 1px solid #fff;
	text-align: center;
}
#sunriseshosai .sunriseshosailist .sunrisetabep {
	text-align: center;
	color: #4A63A4;
	font-weight: bold;
	font-size: 2.3em;
	line-height: 2em;
}
#sunriseshosai .sunriseshosailist .sunrisebt {
	display: block;
	background: #A8D3D9;
	border: 1px solid #A8D3D9;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	border-radius: 100px;
	transition: 0.5s;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
	max-width: 400px;
	margin: auto;
}
#sunriseshosai .sunriseshosailist .sunrisebt:hover {
	color: #4A63A4;
	background: #D6EAED;
}





/*@media only screen and (max-width: 1150px) {
	header span,
	header .text-align-right {
		text-align: left;
	}
}*/

@media (min-width: 995px)　{
	.navbar-right {
			float: right!important;
			margin-right: -15px;
	}
}



@media (max-width: 1200px) {
	/*.col-md-4 {
		width: 100%;
	}*/
	
	.col-md-8 {
		width: 100%;
	}
	header .text-align-right,
	header span 	{
	text-align: left;
	padding-top: 0;
	padding-left: 10px;
	padding-bottom: 0;
	}
}

@media (min-width: 1200px) {
	.phone-icon {
		font-size: 135%;
		font-weight: bold;
		padding-right: 10px;
	}
	
	.email-icon {
	 font-size: 110%;
		font-weight: bold;
	}

}








	@media only screen and (max-width: 767px) {
			.mTop535 {
			margin-top: 0;
		 }

		 .mBottom35 {
			margin-bottom: 10px;
		}
		.footer-thumb {
			padding-bottom: 0;
		}
			
		.footlast {
			display: none;
		}

		.footer-thumb {
			padding-bottom: 0;
		}

	 .foot1 {
		margin-bottom: 0;
	 }
	 
	 .angle-up-btn {
	 	bottom: 7em;
	 }
		
		.navbar-default .navbar-nav li a {
			padding: 20px 20px;
		}
		
		.navbar-default .navbar-nav li ul.submenu {
			position: inherit;
			padding: 0 5px;
			margin-bottom: 10px;
		}
		.navbar-default .navbar-nav li ul.submenu li {
			opacity: 1;
		}
		
		#sunrisetop h2 {
			font-size: 2.5em;

		}
		#sunrisetop h3 {
			font-size: 2em;
		}
		#sunrisemain h4 {
			font-size: 2.3em;
			letter-spacing: 0.1em;
		}
		#sunrisemain h5 {
			font-size: 1.1em;
			letter-spacing: 0.1em;
		}
		#sunrisemain p {
			font-size: 1.1em;
			width: 90%;
			margin-left: auto;
			margin-right: auto;
			text-align: justify;
		}
		.nobr {
			display: none;
		}
	}






@media only screen and (max-width: 700px) {
	.estatedetail {
	margin: 0;
	}
	
	.brnone {
		display: none;
	}

	.rentalchart {
		display: block;
	}
	.rentalchart .chart {
		width: 100%;
	}
	
}

 @media only screen and (max-width: 639px) {
		.flex1 {
			justify-content: center;
		}

		#company {
			height: 110vh;
		}
	 .chart {
		font-size: 80%;
	 }
 
  .flex2 {
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.flex3 {
		justify-content: center;
	}
	.sunmap {
		height: 250px;
	}

	.flex3 img {
	max-width: 500px;
	max-height: 180px;
	}
	
	.sunimage .sun01 {
	display:none;
	}
 	.sunimage .sun02 {
	display: block;
	}
	
	.kukaku01,
	.kukaku02 {
		display: none;
	}
	.kukaku03,
	.kukaku04 {
		display: block;
	}
	
	.kukaku4gaiku {
		margin-top: 20px;
	}
 
	 .yachinleft {
	 margin-left: 0px;
	}
	
	
	.suntitle h4 {
		font-size: 14px;
	}
	
	.hidden_box {
		width: 80%;
		margin: 5px;
	}

 	#sunrisetop h2 {
			font-size: 2em;
		}

 
 }



@media screen and (min-width: 768px) {
	a#tel,
	a#mail {
		display: none;
	}
}
@media screen and (min-width:960px) {
	a#tel,
	a#mail {
		display: none;
	}
}





@media only screen and (max-width: 1200px) {
	#about h5 {
    font-size: 1.0em;
		width: 100px;
		margin-bottom: 10px;
	}
}







