html{
	padding:0;
	margin:0 auto;
	background:#FFF8F4;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	line-height:160%;
}

body{
	padding:0;
	margin:0 auto;
}

img {
    max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
}

.clear_both{
	clear:both
}

.fwb{
	font-weight:bold;
}

.mb_10{
	margin-bottom:10px;
}

.mb_20{
	margin-bottom:20px;
}

.mb_50{
	margin-bottom:50px;
}

.h_200{
	height:200px;
}

.mt_5{
	margin-top:5px;
}

.mt_10{
	margin-top:10px;
}

.mt_30{
	margin-top:30px;
}

.mt_100{
	margin-top:100px;
}

.plr_20{
	padding:0 20px;
}

.center{
	text-align:center;
}

.space_ht{
	height:50px;
}

.space_htp{
	height:90px;
}

.space_hb{
	height:90px;
}

.center{
	text-align:center
}

.page_header h2{
	text-align:center;
	font-size:50px;
	margin-top:60px;
	line-height:40vh;
	color:#FFF;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	text-shadow: 0px 0px 5px #000000;
}

.p_title_name{
	font-size:16px;
	margin-top:10px;
	line-height:100%;
	font-weight:bold;
}

.attention_area{
	border:1px solid #BBBBBB;
	padding:15px;
	line-height:140%;
	margin-top:20px;
	text-align:left;
}

#news{
	width:100%;
	height:208px;
	overflow:auto;
	padding:15px;
	border:1px solid #BBBBBB;
	box-sizing:border-box;
	text-align:left;
}

.news_data{
	border-bottom: 1px dotted #666;
	padding:12px 0 10px 0;
}

.text-center{
	text-align:center;
}

.btn_float a:hover{
    opacity: 0.5;
}

.btn_float_c1 a:hover{
	opacity: 0.5;
}

.btn_float_c2 a:hover{
	opacity: 0.5;
}

.btn_float_c3 a:hover{
	opacity: 0.5;
}

.link_non{
	pointer-events:none;
}

/* TOPヘッダー画像 */
/*------------------------------------------------------*/

/* スマホ画面CSS */
@media only screen and (max-width:768px) {
	.header_img{
		/*background-size: cover;
		background-image:url(../img/sm_img.jpg);
		background-repeat:  no-repeat;
		background-position:center center;
		height:918px;
		width:100%;
		color:#FFFFFF;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		font-size:50px;
		font-weight:bold;
		text-shadow: 0 0 6px #000;
		text-align:center;
		line-height:120%;
		margin-bottom:50px;*/
		
		margin: 0 auto;
		width:100%;
		text-align: left;
		overflow: hidden;
		position: relative;
		height: 0;
		/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
		/*padding-top: 42.5%;*/
		padding-top:139%;
		z-index: -999;
	}
	
	.header_img img {
		top: 0;
		left: 0;
		position: absolute;
		width:100%;
	}
	
	.header_img br{
		display:block;
	}
}

/* PC画面CSS */
@media print, screen and (min-width:769px) {
	.header_img{
		/*background-size: cover;
		background-image:url(../img/pc_img.jpg);
		background-repeat:  no-repeat;
		background-position:center center;
		height:818px;
		width:100%;
		color:#FFFFFF;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		font-size:70px;
		font-weight:bold;
		text-shadow: 0 0 6px #000;
		margin-bottom:50px;*/
		margin: 0 auto;
		width:100%;
		text-align: left;
		overflow: hidden;
		position: relative;
		height: 0;
		/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
		/*padding-top: 42.5%;*/
		padding-top:54%;
		z-index: -999;
	}
	
	.header_img img {
		top: 0;
		left: 0;
		position: absolute;
		width:100%;
	}
	
	.header_img br{
		display:none;
	}
}

/*------------------------------------------------------*/


/* 各ページヘッダー */
/* ------------------------------------------------ */

#viewer {
    margin: 0 auto;
	width:100%;
    text-align: left;
    overflow: hidden;
    position: relative;
	height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 38%;
	z-index: -999;
}
 
#viewer img {
    top: 0;
    left: 0;
    position: absolute;
	width:100%;
}

/* ------------------------------------------------ */

*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;*behavior:url(/scripts/boxsizing.htc)}.container{margin:0 auto}.clr:after,.col:after,.container:after,.group:after,.row:after{content:"";display:table;clear:both}.row{padding-bottom:0}.col{display:block;float:left;width:100%}@media (min-width:769px),print{.gutters .col{margin-left:2%}.gutters .col:first-child{margin-left:0}.gutters .colR:first-child{margin-right:0}.sp{display:none}}@media(max-width:768px){.sp_none{display:none !important;}}

@media only screen and ( max-width : 768px ) {
  .sbox {
    margin-bottom: 20px;
  }
  .container {
    padding: 0 30px;
  }
  section {
    padding: 100px 0;
  }
}

@media only screen and ( max-width : 480px ) {
  .container {
    padding: 0 20px;
  }
}
@media only screen and ( max-width : 374px ) {
  .container {
    padding: 0 10px;
  }
}

@media print, screen and ( min-width : 769px ) {
  .sbox {
    margin-bottom: 25px;
  }
  .container {
    width: 1080px;
  }
  section {
    padding: 200px 0;
  }
}



/* ヘッダーメニュー */
/*------------------------------------------------------*/

#header {
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
}
#gNav a:hover {
  color: #999;
}
nav li a {
  font-size: 13px;
  letter-spacing: 0.2em;
}
nav .sub-menu,.mean-container .mean-nav ul ul {
  background: #fff;
  /*background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);*/
}
@media only screen and ( max-width : 768px ) {
  #header {
    padding: 10px 0;
    height: 60px;
  }
  .h_logo {
    /*width: 200px;*/
	width: 100px;
    position: absolute;
    top: 18px;
    left: 10px;
    z-index: 100;
  }
  
  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }
}

@media print, screen and ( min-width : 769px ) {
  #header {
    height: 80px;
  }
  .h_logo img {
    /*width: 300px;*/
	width: 200px;
  }
  #h_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #gNav ul {
    position: relative;
    display: flex;
  }
  #gNav li {
    position: relative;
    margin-right: 3em;
  }
  #gNav li:last-child {
    margin-right: 0;
  }
  #gNav li i {
    font-size: 16px;
    margin-left: 5px;
  }
  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 80px;
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #gNav .sub-menu a {
    padding: 10px;
    display: block;
    border-bottom: none;
    padding: 20px;
    line-height: 1.2em;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover a,#gNav .current-menu-item a,#gNav .current-menu-parent a {
    /*color: #bfd0ff;*/
	color:#F7C9C9;
  }
  #gNav li:hover ul.sub-menu {
    top: 80px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
 #gNav li:hover ul.sub-menu a {
    color: #111;
  }
  #gNav .sub-menu li a:hover {
    background: #fff;
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }
}
/*------------------------------------------------------*/


/* フッター */
/*------------------------------------------------------*/

footer{
	background:#F49296;
	color:#FFFFFF;
	text-align:center;
	padding:30px 0 10px 0;
	font-size:20px;
}

.footer_line{
	border-bottom:1px solid #FFF;
	margin-top:20px;
	margin-bottom:20px;
}

.copyright{
	font-size:14px;
}

/*------------------------------------------------------*/




/*CSS 1280px以上（大型PC）　スタート */
/*------------------------------------------------------*/

@media screen and (min-width:1280px) {
	
	#main_area{
		width:1200px;
		padding:0;
		margin:0 auto;
	}
	
	.material-icons.large-size {
		font-size:38px;
	}
	
	.tm_title_area{
		background:#333333;
		color:#FFFFFF;
		font-size:32px;
		padding:20px 0;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		margin-top:100px;
		text-align:center;
	}
	
	.telarea{
		border:1px solid #BBBBBB;
		float:left;
		width:600px;
		height:250px;
		box-sizing: border-box;
		text-align:center;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.telarea a{
		font-size:50px;
	}
	
	.tel_annotation{
		
	}
	
	.mailarea{
		border-top:1px solid #BBBBBB;
		border-right:1px solid #BBBBBB;
		border-bottom:1px solid #BBBBBB;
		float:left;
		width:600px;
		height:250px;
		box-sizing: border-box;
		text-align:center;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.mailarea a{
		border:2px solid #005866;
		background:#005866;
		color:#FFF;
		width:400px;
		box-sizing: border-box;
		display:block;
		padding:20px 0;
		margin:0 auto;
		transition:all 0.5s;
		font-size:18px;
		font-weight:bold;
	}
	
	.mailarea a:hover{
		color:#005866;
		background-color:#FFF;
	}
	
	h3{
		text-align:center;
		font-size:40px;
		margin-bottom:20px;
	}
	
	.photo_float{
		float:left;
		width:390px;
	}
	
	.photo_float img{
		width:390px;
		height:258px;
	}
	
	.photo_float_c{
		float:left;
		width:390px;
		margin-left:15px;
		margin-right:15px;
	}
	
	.photo_float_c img{
		width:390px;
		height:258px;
	}
	
	
	
	.btn_float{
		float:left;
		width:291px;
		position:relative;
	}
	
	.btn_float::before{
		white-space:pre;
		content: '間取・写真';
		position: absolute;
		top: 40%;
		left: 0%;
		font-size:42px;
		font-weight:bold;
		text-align:center;
		width:100%;
		color:#FFF;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		line-height:130%;
		text-shadow: 0px 0px 5px #000000;
	}
	
	.btn_float img{
		width:291px;
	}
	
	
	
	.btn_float_c1{
		float:left;
		width:291px;
		margin-right:6px;
		margin-left:12px;
		position:relative;
	}
	
	.btn_float_c1::before{
		white-space:pre;
		content: 'アクセス';
		position: absolute;
		top: 40%;
		left: 0%;
		font-size:42px;
		font-weight:bold;
		text-align:center;
		width:100%;
		color:#FFF;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		line-height:130%;
		text-shadow: 0px 0px 5px #000000;
	}
	
	.btn_float_c1 img{
		width:291px;
	}
	
	
	
	.btn_float_c2{
		float:left;
		width:291px;
		margin-right:12px;
		margin-left:6px;
		position:relative;
	}
	
	.btn_float_c2::before{
		white-space:pre;
		content: '物件概要';
		position: absolute;
		top: 40%;
		left: 0%;
		font-size:42px;
		font-weight:bold;
		text-align:center;
		width:100%;
		color:#FFF;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		line-height:130%;
		text-shadow: 0px 0px 5px #000000;
	}
	
	.btn_float_c2 img{
		width:291px;
	}
	
	
	
	.btn_float_c3{
		float:left;
		width:291px;
		position:relative;
	}
	
	.btn_float_c3::before{
		white-space:pre;
		content: '問い合わせ';
		position: absolute;
		top: 40%;
		left: 0%;
		font-size:42px;
		font-weight:bold;
		text-align:center;
		width:100%;
		color:#FFF;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		line-height:130%;
		text-shadow: 0px 0px 5px #000000;
	}
	
	.btn_float_c3 img{
		width:291px;
	}
	
	
	
	/* 追記：フッターマップ・住所 */
	.footer_area{
		width:1200px;
		padding:0;
		margin:0 auto;
	}
	
	.footer_address{
		width:580px;
		float:left;
	}
	
	.footer_address img{
		width:300px;
	}
	
	.footer_map{
		width:600px;
		float:right;
	}
}

/*------------------------------------------------------*/


/*CSS 960px～1279px（小型PC）　スタート */
/*------------------------------------------------------*/

@media screen and (min-width:960px) and (max-width:1279px) {
	
	#main_area{
		width:96%;
		padding:0 2%;
		margin:0 auto;
	}
	
	.material-icons.large-size {
		font-size:38px;
	}
	
	.tm_title_area{
		background:#333333;
		color:#FFFFFF;
		font-size:32px;
		padding:20px 0;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		margin-top:100px;
		text-align:center;
	}
	
	.telarea{
		border:1px solid #BBBBBB;
		float:left;
		width:50%;
		height:250px;
		box-sizing: border-box;
		text-align:center;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.telarea a{
		font-size:50px;
	}
	
	.tel_annotation{
		
	}
	
	.mailarea{
		border-top:1px solid #BBBBBB;
		border-right:1px solid #BBBBBB;
		border-bottom:1px solid #BBBBBB;
		float:left;
		width:50%;
		height:250px;
		box-sizing: border-box;
		text-align:center;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.mailarea a{
		border:2px solid #005866;
		background:#005866;
		color:#FFF;
		width:400px;
		box-sizing: border-box;
		display:block;
		padding:20px 0;
		margin:0 auto;
		transition:all 0.5s;
		font-size:18px;
		font-weight:bold;
	}
	
	.mailarea a:hover{
		color:#005866;
		background-color:#FFF;
	}
	
	h3{
		text-align:center;
		font-size:34px;
		margin-bottom:20px;
	}
	
	.photo_float{
		float:left;
		width:32%;
	}
	
	.photo_float img{
		width:100%;
		height:100%;
	}
	
	.photo_float_c{
		float:left;
		width:32%;
		margin:0 2%;
		box-sizing: border-box;
	}
	
	.photo_float_c img{
		width:100%;
		height:100%;
	}
	
	
	
	
	
	
	
	
	
	.btn_float{
		float:left;
		width:23.5%;
		position:relative;
	}
	
	.btn_float::before{
		white-space:pre;
		content: '間取・写真';
		position: absolute;
		top: 40%;
		left: 0%;
		font-size:39px;
		font-weight:bold;
		text-align:center;
		width:100%;
		color:#FFF;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		line-height:130%;
		text-shadow: 0px 0px 5px #000000;
	}
	
	.btn_float img{
		width:100%;
		height:100%;
	}
	
	
	
	.btn_float_c1{
		float:left;
		width:23.5%;
		margin-right:1%;
		margin-left:2%;
		position:relative;
	}
	
	.btn_float_c1::before{
		white-space:pre;
		content: 'アクセス';
		position: absolute;
		top: 40%;
		left: 0%;
		font-size:39px;
		font-weight:bold;
		text-align:center;
		width:100%;
		color:#FFF;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		line-height:130%;
		text-shadow: 0px 0px 5px #000000;
	}
	
	.btn_float_c1 img{
		width:100%;
		height:100;
	}
	
	
	
	.btn_float_c2{
		float:left;
		width:23.5%;
		margin-right:2%;
		margin-left:1%;
		position:relative;
	}
	
	.btn_float_c2::before{
		white-space:pre;
		content: '物件概要';
		position: absolute;
		top: 40%;
		left: 0%;
		font-size:39px;
		font-weight:bold;
		text-align:center;
		width:100%;
		color:#FFF;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		line-height:130%;
		text-shadow: 0px 0px 5px #000000;
	}
	
	.btn_float_c2 img{
		width:100%;
		height:100%;
	}
	
	
	
	.btn_float_c3{
		float:left;
		width:23.5%;
		position:relative;
	}
	
	.btn_float_c3::before{
		white-space:pre;
		content: '問い合わせ';
		position: absolute;
		top: 40%;
		left: 0%;
		font-size:39px;
		font-weight:bold;
		text-align:center;
		width:100%;
		color:#FFF;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		line-height:130%;
		text-shadow: 0px 0px 5px #000000;
	}
	
	.btn_float_c3 img{
		width:100%;
		height:100%;
	}
	
	
	
	/* 追記：フッターマップ・住所 */
	.footer_area{
		width:98%;
		padding:0;
		margin:0 auto;
	}
	
	.footer_address{
		width:39%;
		float:left;s
	}
	
	.footer_address img{
		width:100%;
	}
	
	.footer_map{
		width:59%;
		float:right;
	}
}
	
/*------------------------------------------------------*/


/*CSS 600px～959px（タブレット）　スタート */
/*------------------------------------------------------*/

@media screen and (min-width:600px) and (max-width:959px) {
	
	#main_area{
		width:96%;
		padding:0 2%;
		margin:0 auto;
	}
	
	.material-icons.large-size {
		font-size:38px;
	}
	
	.tm_title_area{
		background:#333333;
		color:#FFFFFF;
		font-size:32px;
		padding:20px 0;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		margin-top:100px;
		text-align:center;
	}
	
	.telarea{
		border:1px solid #BBBBBB;
		float:none;
		width:100%;
		height:150px;
		box-sizing: border-box;
		text-align:center;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.telarea a{
		font-size:50px;
	}
	
	.tel_annotation{
		
	}
	
	.mailarea{
		border-left:1px solid #BBBBBB;
		border-right:1px solid #BBBBBB;
		border-bottom:1px solid #BBBBBB;
		float:none;
		width:100%;
		height:150px;
		box-sizing: border-box;
		text-align:center;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.mailarea a{
		border:2px solid #005866;
		background:#005866;
		color:#FFF;
		width:400px;
		box-sizing: border-box;
		display:block;
		padding:20px 0;
		margin:0 auto;
		transition:all 0.5s;
		font-size:18px;
		font-weight:bold;
	}
	
	.mailarea a:hover{
		color:#005866;
		background-color:#FFF;
	}
	
	h3{
		text-align:center;
		font-size:28px;
		margin-bottom:20px;
	}
	
	.photo_float{
		float:left;
		width:32%;
	}
	
	.photo_float img{
		width:100%;
		height:100%;
	}
	
	.photo_float_c{
		float:left;
		width:32%;
		margin:0 2%;
		box-sizing: border-box;
	}
	
	.photo_float_c img{
		width:100%;
		height:100%;
	}
	
	
	
	.btn_float{
		float:left;
		width:49%;
		position:relative;
		margin-right:1%;
		margin-bottom:2%;
	}
	
	.btn_float::before{
		white-space:pre;
		content: '間取・写真';
		position: absolute;
		top: 45%;
		left: 0%;
		font-size:40px;
		font-weight:bold;
		text-align:center;
		width:100%;
		color:#FFF;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		line-height:130%;
		text-shadow: 0px 0px 5px #000000;
	}
	
	.btn_float img{
		width:100%;
		height:100%;
	}
	
	
	
	.btn_float_c1{
		float:left;
		width:49%;
		position:relative;
		margin-left:1%;
		margin-bottom:2%;
	}
	
	.btn_float_c1::before{
		white-space:pre;
		content: 'アクセス';
		position: absolute;
		top: 45%;
		left: 0%;
		font-size:40px;
		font-weight:bold;
		text-align:center;
		width:100%;
		color:#FFF;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		line-height:130%;
		text-shadow: 0px 0px 5px #000000;
	}
	
	.btn_float_c1 img{
		width:100%;
		height:100;
	}
	
	
	
	.btn_float_c2{
		float:left;
		width:49%;
		margin-right:1%;
		position:relative;
	}
	
	.btn_float_c2::before{
		white-space:pre;
		content: '物件概要';
		position: absolute;
		top: 45%;
		left: 0%;
		font-size:40px;
		font-weight:bold;
		text-align:center;
		width:100%;
		color:#FFF;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		line-height:130%;
		text-shadow: 0px 0px 5px #000000;
	}
	
	.btn_float_c2 img{
		width:100%;
		height:100%;
	}
	
	
	
	.btn_float_c3{
		float:left;
		width:49%;
		position:relative;
		margin-left:1%;
	}
	
	.btn_float_c3::before{
		white-space:pre;
		content: '問い合わせ';
		position: absolute;
		top: 45%;
		left: 0%;
		font-size:40px;
		font-weight:bold;
		text-align:center;
		width:100%;
		color:#FFF;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		line-height:130%;
		text-shadow: 0px 0px 5px #000000;
	}
	
	.btn_float_c3 img{
		width:100%;
		height:100%;
	}
	
	
	
	/* 追記：フッターマップ・住所 */
	.footer_area{
		width:98%;
		padding:0;
		margin:0 auto;
	}
	
	.footer_address{
		width:39%;
		float:left;
	}
	
	.footer_address img{
		width:100%;
	}
	
	.footer_map{
		width:59%;
		float:right;
	}
}

/*------------------------------------------------------*/


/*CSS 480px～599px（スマートフォン横）　スタート */
/*------------------------------------------------------*/

@media screen and (min-width:480px) and (max-width:599px) {
	
	#main_area{
		width:96%;
		padding:0 2%;
		margin:0 auto;
	}
	
	.material-icons.large-size {
		font-size:38px;
	}
	
	.tm_title_area{
		background:#333333;
		color:#FFFFFF;
		font-size:24px;
		padding:20px 0;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		margin-top:100px;
		text-align:center;
	}
	
	.telarea{
		border:1px solid #BBBBBB;
		float:none;
		width:100%;
		height:150px;
		box-sizing: border-box;
		text-align:center;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.telarea a{
		font-size:50px;
	}
	
	.tel_annotation{
		
	}
	
	.mailarea{
		border-left:1px solid #BBBBBB;
		border-right:1px solid #BBBBBB;
		border-bottom:1px solid #BBBBBB;
		float:none;
		width:100%;
		height:150px;
		box-sizing: border-box;
		text-align:center;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.mailarea a{
		border:2px solid #005866;
		background:#005866;
		color:#FFF;
		width:400px;
		box-sizing: border-box;
		display:block;
		padding:20px 0;
		margin:0 auto;
		transition:all 0.5s;
		font-size:18px;
		font-weight:bold;
	}
	
	.mailarea a:hover{
		color:#005866;
		background-color:#FFF;
	}
	
	h3{
		text-align:center;
		font-size:26px;
		margin-bottom:20px;
	}
	
	.photo_float{
		float:none;
		width:100%;
	}
	
	.photo_float img{
		width:100%;
		height:100%;
	}
	
	.photo_float_c{
		float:none;
		width:100%;
		margin-top:30px;
		margin-bottom:30px;
	}
	
	.photo_float_c img{
		width:100%;
		height:100%;
	}
	
	
	
	.btn_float{
		float:left;
		width:100%;
		position:relative;
		margin-bottom:5%;
	}
	
	.btn_float::before{
		white-space:pre;
		content: '間取・写真';
		position: absolute;
		top: 45%;
		left: 0%;
		font-size:40px;
		font-weight:bold;
		text-align:center;
		width:100%;
		color:#FFF;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		line-height:130%;
		text-shadow: 0px 0px 5px #000000;
	}
	
	.btn_float img{
		width:100%;
		height:100%;
	}
	
	
	
	.btn_float_c1{
		float:left;
		width:100%;
		position:relative;
		margin-bottom:5%;
	}
	
	.btn_float_c1::before{
		white-space:pre;
		content: 'アクセス';
		position: absolute;
		top: 45%;
		left: 0%;
		font-size:40px;
		font-weight:bold;
		text-align:center;
		width:100%;
		color:#FFF;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		line-height:130%;
		text-shadow: 0px 0px 5px #000000;
	}
	
	.btn_float_c1 img{
		width:100%;
		height:100;
	}
	
	
	
	.btn_float_c2{
		float:left;
		width:100%;
		position:relative;
		margin-bottom:5%;
	}
	
	.btn_float_c2::before{
		white-space:pre;
		content: '物件概要';
		position: absolute;
		top: 45%;
		left: 0%;
		font-size:40px;
		font-weight:bold;
		text-align:center;
		width:100%;
		color:#FFF;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		line-height:130%;
		text-shadow: 0px 0px 5px #000000;
	}
	
	.btn_float_c2 img{
		width:100%;
		height:100%;
	}
	
	
	
	.btn_float_c3{
		float:left;
		width:100%;
		position:relative;
	}
	
	.btn_float_c3::before{
		white-space:pre;
		content: '問い合わせ';
		position: absolute;
		top: 45%;
		left: 0%;
		font-size:40px;
		font-weight:bold;
		text-align:center;
		width:100%;
		color:#FFF;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		line-height:130%;
		text-shadow: 0px 0px 5px #000000;
	}
	
	.btn_float_c3 img{
		width:100%;
		height:100%;
	}
	
	
	
	/* 追記：フッターマップ・住所 */
	.footer_area{
		width:98%;
		padding:0;
		margin:0 auto;
	}
	
	.footer_address{
		width:100%;
		float:none;
		margin-bottom:20px;
	}
	
	.footer_address img{
		width:100%;
	}
	
	.footer_map{
		width:100%;
		float:none;
	}
}

/*------------------------------------------------------*/


/*CSS ～479pxx（スマートフォン縦）　スタート */
/*------------------------------------------------------*/

@media screen and (max-width:479px) {
	
	#main_area{
		width:96%;
		padding:0 2%;
		margin:0 auto;
	}
	
	.material-icons.large-size {
		font-size:32px;
	}
	
	.tm_title_area{
		background:#333333;
		color:#FFFFFF;
		font-size:22px;
		padding:20px 0;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		margin-top:100px;
		text-align:center;
	}
	
	.telarea{
		border:1px solid #BBBBBB;
		float:none;
		width:100%;
		height:150px;
		box-sizing: border-box;
		text-align:center;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.telarea a{
		font-size:40px;
	}
	
	.tel_annotation{
		font-size:14px;
	}
	
	.mailarea{
		border-left:1px solid #BBBBBB;
		border-right:1px solid #BBBBBB;
		border-bottom:1px solid #BBBBBB;
		float:none;
		width:100%;
		height:150px;
		box-sizing: border-box;
		text-align:center;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.mailarea a{
		border:2px solid #005866;
		background:#005866;
		color:#FFF;
		width:300px;
		box-sizing: border-box;
		display:block;
		padding:20px 0;
		margin:0 auto;
		transition:all 0.5s;
		font-size:18px;
		font-weight:bold;
	}
	
	.mailarea a:hover{
		color:#005866;
		background-color:#FFF;
	}
	
	h3{
		text-align:center;
		font-size:22px;
		margin-bottom:10px;
	}
	
	.photo_float{
		float:none;
		width:100%;
	}
	
	.photo_float img{
		width:100%;
		height:100%;
	}
	
	.photo_float_c{
		float:none;
		width:100%;
		margin-top:30px;
		margin-bottom:30px;
	}
	
	.photo_float_c img{
		width:100%;
		height:100%;
	}
	
	
	
	.btn_float{
		float:left;
		width:100%;
		position:relative;
		margin-bottom:5%;
	}
	
	.btn_float::before{
		white-space:pre;
		content: '間取・写真';
		position: absolute;
		top: 45%;
		left: 0%;
		font-size:40px;
		font-weight:bold;
		text-align:center;
		width:100%;
		color:#FFF;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		line-height:130%;
		text-shadow: 0px 0px 5px #000000;
	}
	
	.btn_float img{
		width:100%;
		height:100%;
	}
	
	
	
	.btn_float_c1{
		float:left;
		width:100%;
		position:relative;
		margin-bottom:5%;
	}
	
	.btn_float_c1::before{
		white-space:pre;
		content: 'アクセス';
		position: absolute;
		top: 45%;
		left: 0%;
		font-size:40px;
		font-weight:bold;
		text-align:center;
		width:100%;
		color:#FFF;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		line-height:130%;
		text-shadow: 0px 0px 5px #000000;
	}
	
	.btn_float_c1 img{
		width:100%;
		height:100;
	}
	
	
	
	.btn_float_c2{
		float:left;
		width:100%;
		position:relative;
		margin-bottom:5%;
	}
	
	.btn_float_c2::before{
		white-space:pre;
		content: '物件概要';
		position: absolute;
		top: 45%;
		left: 0%;
		font-size:40px;
		font-weight:bold;
		text-align:center;
		width:100%;
		color:#FFF;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		line-height:130%;
		text-shadow: 0px 0px 5px #000000;
	}
	
	.btn_float_c2 img{
		width:100%;
		height:100%;
	}
	
	
	
	.btn_float_c3{
		float:left;
		width:100%;
		position:relative;
	}
	
	.btn_float_c3::before{
		white-space:pre;
		content: '問い合わせ';
		position: absolute;
		top: 45%;
		left: 0%;
		font-size:40px;
		font-weight:bold;
		text-align:center;
		width:100%;
		color:#FFF;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		line-height:130%;
		text-shadow: 0px 0px 5px #000000;
	}
	
	.btn_float_c3 img{
		width:100%;
		height:100%;
	}
	
	
	
	
	/* 追記：フッターマップ・住所 */
	.footer_area{
		width:98%;
		padding:0;
		margin:0 auto;
	}
	
	.footer_address{
		width:100%;
		float:none;
		margin-bottom:20px;
	}
	
	.footer_address img{
		width:80%;
	}
	
	.footer_map{
		width:100%;
		float:none;
	}
	
}
	
/*------------------------------------------------------*/