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

/*-------------------------------------------
共通css*/

*{
	margin: 0;
}

body{
	background-color: #fff;
	color: #424242;
	padding: 0;
	margin: 0;
	font-family: Helvetica , Arial , Verdana , Roboto , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 13px;
	color: #444;
}

h1{
	background: #1c3046;
	color: rgba(255, 255, 255, 0.76);
	font-size: 11px;
	margin: 0;
	letter-spacing: 0.1em;
	padding: 5px;
}

div.h3frame{
	margin: 35px 0 0 0;
}

h3.pageTit{
	color: #444;
	letter-spacing: 0.1em;
	background: #cccccc;
	margin: 0 0 0 0;
	padding: 10px 0 10px 10px;
}

h3.pageTit span.pageTitBoder{border-left: 5px solid #2a4461;padding: 0 0 0 10px;}

.opacity a:hover img{
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

.opacity img:hover{
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

.IE{
	display: none;
}

/*IE10以降に適用されるCSSハック（一応）*/
@media all and (-ms-high-contrast:none){
	.chrome{
		display: none;
	}

	.IE{
		display: inline-block;
	}
}

 
/*IE11だけに適用されるCSSハック*/
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .chrome{
		display: none;
	}

	*::-ms-backdrop, .IE{
		display: inline-block;
	}
}


.clearfix:after{
	height: 0;
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	visibility: hidden;
}

.clearfix{
	min-height: 1px;
}

* html .clearfix{
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.left_box{
	float: left;
}

.right_box{
	float: right;
}

.mt10{
	margin: 10px 0 0 0;
}

.mt20{
	margin: 20px 0 0 0;
}

.mt30{
	margin: 30px 0 0 0;
}

.mt40{
	margin: 40px 0 0 0;
}

.mt50{
	margin: 50px 0 0 0;
}


@font-face{
	font-family: 'KozMinStd-EL';
	src: url('https://www.r-japan-chintai.com/rent/tower/font/KozMinStd-ExtraLight.otf') format('truetype');
}

@font-face{
	font-family: 'KozMinStd-L';
	src: url('https://www.r-japan-chintai.com/rent/tower/font/KozMinStd-Light.otf') format('truetype');
}


/*-------------------------------------------
スライドショー*/
div#topPage div#slidesBox{
	width: 100%;
	margin: 0 auto 20px auto;
}

/*-------------------------------------------
ページ途中　問合せボタン*/

div.mailBox{
	margin: 20px 0;
}

p.mailBoxTit{
	color:  #FFF;
	font-size: 16px;
	font-family:  "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	line-height: 1.8em;
	letter-spacing: 0.2em;
	margin: 0 0;
	padding: 15px 0 10px 0;
	background: url(https://r-jpg.sakura.ne.jp/special/tower/image/mailBox_left.png) #2a4461 no-repeat;
	background-size: 10%;
}

p.mailBoxTit span{
	font-size: 22px;
}

div.inqBox{
	padding: 20px;
	background: url(https://r-jpg.sakura.ne.jp/special/tower/image/mailBox_right.png) #9e1313 right bottom no-repeat;
	background-size: 10%;
}

p.mailBoxText{
	color:  #FFF;
	margin:  0;
}

p.mailBoxImg_sp{
	margin: 15px 0;
}

p.mailBoxImg_sp img{
	width:  100%;
}

p.mailBoxImg_pc{
	display: none;
}

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

div.tel_Box p{
	color: #FFF;
	text-align: center;
	letter-spacing: 0.2em;
	margin: 0;
}

div.tel_Box p.text{
	font-size: 15px;
	font-weight: bold;
}

div.tel_Box p.number{
	font-size: 30px;
	letter-spacing: 0.1em;
}

div.tel_Box p.number img{
	width: 15px;
	padding: 0 5px 0 0;
}

div.tel_Box p.number a{
	color: #FFF;
}

div.tel_Box p:nth-child(3){
	margin: 13px 0 3px 0;
}

div.tel_Box p br{
	display: none;
}

div.tel_Box p.holiday{
	color: #9e1313;
	margin: 10px 0 0 14px;
	padding: 3px 5px;
	background: #FFF;
}

ul.pageBbtn{
	list-style: none;
	margin: 20px auto 20px auto;
	padding: 0 0 0 0;
	clear: both;
}

ul.pageBbtn li:first-child{
	
}

ul.pageBbtn li:first-child a{
	width: 70%;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	letter-spacing: 0.2em;
	margin: 0 auto;
	padding: 15px 5px 12px 70px;
	border-bottom: 5px solid #780e0e;
	border-radius: 5px;
	background: url(https://r-jpg.sakura.ne.jp/special/tower/image/ico_mail.png) 20px 13px #9e1313 no-repeat;
	background-size: 12%;
	display: block;
}

ul.pageBbtn li:nth-child(2){
	width: 70%;
	margin: 10px auto 0 auto;
	padding: 15px 5px 10px 70px;
	border-bottom: 5px solid #b17727;
	border-radius: 5px;
	background: url(https://r-jpg.sakura.ne.jp/special/tower/image/ico_mail.png) 20px 13px #d49640 no-repeat;
	background-size: 12%;
}

ul.pageBbtn li:nth-child(2) a{
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.2em;
	display: block;
}

/*-------------------------------------------*/
/*ヘッダー*/
/*-------------------------------------------*/

div#header{
	background: #2a4461;
}

div#headInner{
	padding: 15px;
}

div#logo{
	margin: 0;
}

div#logo p{
	text-align: center;
	color: #fff;
	margin: 0;
}

div#logo p.logo1{
	font-size: 20px;
	font-weight: bold;
	font-family: serif;
	margin: 0 0 0 0;
}

div#logo p.small{
	font-size: 18px;
}

div#logo p.logo2{
	font-size: 12px;
	margin: 7px 0 0 0;
}

div#head_R p{
	text-align: center;
}

div#head_R p.headTel{
	margin: 0 0 0 0;
}

div#head_R p.headTel img{
	max-width: 100%;
}

div#head_R p.headTelmob{
	color: #d49640;
	font-size: 12px;
	text-align: right;
	margin: 0 0 10px 0;
}

div#head_R p.headMail img{
	max-width: 75%;
}

div#head_R p.headMail a{
	width: 94%;
	margin: 0 auto;
	padding: 13px 0 9px 0;
	border-bottom: 5px solid #780e0e;
	border-radius: 5px;
	background: #9e1313;
	display: block;
}

div#pankuzu{
	background: #ccc;
}

div#pankuzu ol{
	font-size: 12px;
	list-style: none;
	margin: 0 auto;
	padding: 5px 0 3px 10px;
}

div#pankuzu ol li{
	padding: 0 0 2px 0;
}

div#pankuzu ol li a{
	color: #2e6ada;
}

div.wrapperInner{
	padding: 20px 10px 0 10px;
}

/*-------------------------------------------*/
/*トップページ*/
/*-------------------------------------------*/

div#topPage h2{
	font-size: 18px;
	font-weight: bold;
	font-family: serif;
	line-height: 1.8em;
	margin: 0 0 0 0;
}

div#topPage h2 span{
	color: #fff;
	letter-spacing: 0.2em;
	margin: 0 8px 0 0;
	padding: 7px 6px 6px 8px;
	background: #9e1313;
}

div.sp-catch{
	font-size: 15px;
	margin: 10px 0 0 0;
}

div.sp-catch p{
	color: #cf9341;
	font-family: 'KozMinStd-L';
	line-height: 1.8em;
	letter-spacing: 0.1em;
	margin: 0;
}

div#topPage div.topPageL p.topPageTxt{
	font-size: 12px;
}

div#topPage div.topPageL table{
	width: 100%;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-spacing: 0px;
}

div#topPage div.topPageL table tr.tableTh{
	text-align: center;
	background: #f1f1f1;
}

div#topPage div.topPageL table td{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

div#topPage div.topPageL table tr.tableTh td{
	font-size: 14px;
	font-weight: bold;
	padding: 3px 0 3px 0;
}

div#topPage div.topPageL table tr.tableTr td{
	font-size: 14px;
	padding: 5px 5px 5px 5px;
}

div#topPage div.topPageL table tr.tableTr td.price{
	width: 70%;
	color: #9e1313;
	font-size: 20px;
	font-weight: bold;
}

div#topPage div.topPageL table tr.tableTr td.price span.priceInfo1{
	font-size: 15px;
}

div#topPage div.topPageL table tr.tableTr td.price span.priceInfo2{
	color: #444;
	font-size: 11px;
	font-weight: normal;
}

div#topPage div.topPageL table tr.tableTr th.madori{
	font-size: 20px;
	font-weight: bold;
}

div#topPage div.topContentsB .h3Top{
	margin: 10px 0;
	padding: 2px 0 2px 15px;
	background: url(https://r-jpg.sakura.ne.jp/special/tower/image/h2_bg.png) no-repeat;
	background-size: 7.3px;
}

div#topPage div.topContentsB ul{
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	overflow: hidden;
}

div#topPage div.topContentsB ul li{
	float: left;
	width: 48%;
	font-size: 20px;
	margin: 0 0 7px 0;
	border-radius: 5px;
}

div#topPage div.topContentsB ul li a{
	
}

div#topPage div.topContentsB ul li:nth-child(even){
	float: right;
}

div#topPage div.topContentsB ul li:last-child{
	width: 100%;
	margin: 5px 0 0 0;
}

div#topPage div.topContentsB ul li:last-child a{
	width: 326px;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 5px 10px 23px;
	border-bottom: 5px solid #ab7934;
	background: url(https://r-jpg.sakura.ne.jp/special/tower/image/ico_link.png) 292px center #d49640 no-repeat;
}

div#topPage div.topContentsB ul li a{
	float: left;
	width: 83%;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.2em;
	padding: 10px 5px 10px 24px;
	border-bottom: 5px solid #112c4a;
	border-radius: 5px;
	background: url(https://r-jpg.sakura.ne.jp/special/tower/image/ico_link.png) 128px 13px #1f3956 no-repeat;
	display: block;
}

div#topPage div.topPageR,
div#topPage p.topPageR{
	display: none;
}

div.undermenu,div#navigation,div.sidemenu{
	display: none;
}

#pickup{
	width: 95%;
	margin: 0 auto;
	background: url(https://r-jpg.sakura.ne.jp/special/tower/image/mob_bk_pickup.jpg) no-repeat;
	background-size: 100%;
}

#pickup p{
	text-align: center;
}

#pickup p a{
	color: #FFF;
	font-size: 18px;
	font-family: serif;
	text-decoration: none;
	padding: 11px 0;
	display: block;
}

#pickup p a:hover{
	text-decoration: underline;
}

/*-------------------------------------------*/
/*ロケーション（location）*/
/*-------------------------------------------*/

div#location div#locationP div.locationCont{
	margin: 0 0 15px 0;
	overflow: hidden;
}

div#location div#locationP p{
	float:  left;
	width: 60%;
	font-size: 10px;
	margin: 0;
}

div#location div#locationP p:nth-child(1){
	width: 35%;
	padding: 0 10px 0 0;
}

div#location div#locationP p img{
	width: 100%;
}

div.locationBox{
	margin: 5px 0 10px 0;
	padding: 10px 10px 10px 10px;
	border: 1px dotted #4d4d4d;
}

div.locationBox p.locaBoxTit{
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

div.locationBox table{
	width: 100%;
	font-size: 12px;
	text-align: left;
	position:  relative;
}

div.locationBox table th{
	font-weight: normal;
}

div.locationBox table td{
	text-align: left;
	position: absolute;
	right: 0;
}

/*
div.comment{
	margin: 10px 0 0 0;
}

div.comment p.staff{
	font-size: 12px;
	text-align: center;
	line-height: 1.8em;
	margin: 0;
}

div.comment p.staff img{
	width: 80px;
}

div.comment div.commentBox{
	width: 73%;
	padding: 10px;
	background: #FFF;
	border: solid 2px #555;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
}

div.comment div.commentBox p{
	margin: 0;
}

div.commentBox:before{
	content: "";
	margin-top: -13px;
	border: 10px solid transparent;
	border-right: 12px solid #FFF;
	position: absolute;
	top: 20%;
	left: -19px;
	z-index: 2;
}

div.commentBox:after{
	content: "";
	margin-top: -13px;
	border: 10px solid transparent;
	border-right: 12px solid #555;
	position: absolute;
	top: 20%;
	left: -22px;
	z-index: 1;
}
*/

div.comment p.staff{
	display: none;
}

div.comment div.commentBox{
	float: none;
}

div.comment div.commentBox p{
	font-size: 15px;
}


/*-------------------------------------------*/
/*アクセス（access）*/
/*-------------------------------------------*/

/*---------- 改善後に消す ----------*/

div#access div.accessStation ul{
	font-size: 15px;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

div#access div.accessStation ul li{
	font-size: 25px;
	margin: 0 0 5px 0;
}

div#access div.accessStation ul li:first-child{
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 3px 0;
}

/*---------- ここまで ----------*/

div#access dl{
	font-size: 15px;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

div#access dl dt{
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 3px 0;
}

div#access dl dd{
	font-size: 17px;
	margin: 0 0 20px 0;
}

div#access dl dd span{
	font-size: 23px;
}

div#access dl dd span:nth-child(2),
div#access p.accessBmin span{
	color: #d49640;
	font-size: 28px;
	padding: 0 5px;
}

#access div.access_img{
	float: none;
	position: relative;
}

#access div.access_img{
	float: none;
	position: relative;
}

#access div.access_img a p img,
#access #accessImg p img{
	width: 355px;
}

#access div.access_img a p.zoom{
	position: absolute;
	top: 500px;
	display: none;
}

#access div.access_img a:hover p.zoom{
	position: absolute;
	top: 0;
	display: inline;
}

div#access div.accessB{
	margin: 15px 0 0 0;
	padding: 15px 10px 10px 10px;
	overflow: hidden;
	background: rgba(195, 184, 169, 0.33);
	border-radius: 5px;
}

div#access div.accessB p.accessBtit{
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 0 6px 0;
	border-bottom: 1px dotted #444;
}

div#access div.accessB div.accessBbox{
	font-size: 17px;
	margin: 0 0 10px 0;
	clear: both;
	overflow: hidden;
}

div#access div.accessB div.accessBbox p.accessBst{
	float: left;
	margin: 0 0 0 0;
	padding: 7px 0 0 0;
}

div#access div.accessB div.accessBbox p.accessBmin{
	float: right;
	margin: 0 0 0 0;
}

div#access p.access_text{
	font-size: 15px;
}


/*-------------------------------------------*/
/*写真ギャラリー（photogallery）*/
/*-------------------------------------------*/

div#photogallery{
	clear: both;
	padding: 0 0 0 0;
	overflow: hidden;
}

div#photogallery h4.photoTit{
	height: 19px;
	font-size: 15px;
	margin: 20px 0 15px 0;
	padding: 2px 0 2px 15px;
	background: url(https://r-jpg.sakura.ne.jp/special/tower/image/h2_bg.png) no-repeat;
	background-size: 7.3px;
}

div#photogallery h4:nth-child(3){
	margin: 5px 0 15px 0;
}

div#photogallery h4.photoTitPublic{
	display: none;
}

div#photogallery .gallery{
	background: rgba(204, 204, 204, 0.2);
}

div#photogallery div#slidesBox02{
	display: none;
}

/*-------------------------------------------*/
/*アウトライン（outline）*/
/*-------------------------------------------*/

div#outline{
	clear: both;
	padding: 0 0 0 0;
	overflow: hidden;
}

div#outline table{
	width: 100%;
	height: 250px;
	font-size: 15px;
	line-height: 1.5em;
	border-spacing: 0;
	border-right: 1px solid #4D4D4D;
	border-top: 1px solid #4D4D4D;
}

div#outline table td{
	padding: 5px 0 5px 10px;
	border-left: 1px solid #4D4D4D;
	border-bottom: 1px solid #4D4D4D;
}

div#outline table th{
	width: 25%;
	font-weight: normal;
	padding: 5px 0 5px 0;
	border-left: 1px solid #4D4D4D;
	border-bottom: 1px solid #4D4D4D;
	background: #DADADA;
}

div#iframe{
	margin: 20px 0 0 0;
}

div#iframe iframe{
	width: 100%;
	height: 200px;
}

/*-------------------------------------------*/
/*間取り（plan）*/
/*-------------------------------------------*/

div#plan{
	clear: both;
	padding: 0 0 0 0;
	overflow: hidden;
	display: none;
}

/*-------------------------------------------*/
/*問い合わせ（inquiry）*/
/*-------------------------------------------*/

p.inq_step{
	margin: 10px 0 10px 0;
}

p.inq_step img{
	max-width: 100%;
}

div#formContents{
	margin: 0 0 20px 0;
}

div#formContents table.mailform{
	width: 100%;
	border-spacing: 0px;
}

div#formContents table.mailform th{
	font-size: 15px;
	text-align: left;
	letter-spacing: 0.1em;
	padding: 10px 0 10px 15px;
	background: #efefef;
}

div#formContents table.mailform th.madori br{
	line-height: 1.8em;
}

div#formContents table.mailform th.madori{
	font-weight: normal;
	padding: 10px 0;
	background: none;
}

div#formContents table.mailform th.madori input{
	float: left;
	width: 17px;
	height: 17px;
	margin: 5px 5px 0 0;
}

div#formContents table.mailform th.madori label{
	float: left;
	width: 77px;
	line-height: 1.8em;
	padding: 0 19px 0 0;
	display: block;
}

@media screen and (max-width: 414px) and (min-width: 376px){
	div#formContents table.mailform th.madori label{
		padding: 0 26px 0 0;
	}
}

div#formContents th span.hisu{
	color: #FF0000;
	margin: 0 0 0 10px;
}

div#formContents table.mailform td{
	padding: 10px 0 15px 0;
}

div#formContents table.mailform td input{
	width: 96%;
	height: 30px;
	padding: 5px;
}

div#formContents table.mailform td.checkBox input{
	width: 17px;
	height: 17px;
	margin: 5px 7px 0 0;
	position: relative;
	top: 4px;
}

div#formContents table.mailform td textarea{
	width: 96%;
	height: 100px;
	margin: 5px 0 0 0;
	padding: 5px;
}

div#formContents span.formMemo{
	color: #909090;
	font-size: 12px;
}

div#formContents span.formOther{
	font-size: 14px;
	font-weight: bold;
}

div#formContents button{
	border: none;
	background: none;
}

div#formContents button img{
	width: 80%;
}

div#formContents table.mailform tr.formbd{
	background: #fff;
}

div#formContents table.mailform tr.formbd th{
	color: #444;
	padding: 10px 0 0 0;
	border-radius: 5px 5px 0 0;
	background: #ffffff;
}

div#formContents table.mailform tr.formbd td{
	padding: 0 0 0 10px;
	border-radius: 0 0 5px 5px;
}

div#formContents table.mailform tr.formbd td input{
	color: #444;
	font-size: 15px;
	font-weight: bold;
	padding: 0;
	border: none;
	background: #ffffff;
}

div#formContents div#confirmation table{
	width: 100%;
	text-align: left;
	border-spacing: 0px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

div#formContents div#confirmation table th{
	width: 40%;
	padding: 10px 0 10px 15px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background: #f5f5f5;
}

div#formContents div#confirmation table td{
	padding: 10px 10px 10px 15px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

div#formContents div#confirmation input.btn{
	font-weight: bold;
	margin: 0 10px 0 0;
	padding: 10px 30px 10px 30px;
	border: none;
	border-radius: 5px;
}

div#formContents div#confirmation input.btn:first-child{
	background: #ccc;
}

div#formContents div#confirmation input.btn:last-child{
	color: #fff;
 	padding: 10px 50px 10px 50px;
	background: #9e1313;
}

/*---------- 改善後に消す ----------*/

div#formContents div#fin p.toTop{
	width: 50%;
	font-weight: bold;
	text-align: center;
	margin: 30px auto 0 auto;
	padding: 8px 0 8px 0;
	border-radius: 5px;
	border-bottom: 4px solid #ad7527;
	background: #d49640;
}

div#formContents div#fin p.toTop a{
	color: #fff;
	text-decoration: none;
	display: block;
}

/*---------- ここまで ----------*/

div#formContents div#confirmation h2,
div#formContents div#fin h2{
	color: #444;
	font-size: 20px;
	letter-spacing: 0.05em;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 22px;
	border: none;
	background: url(https://reblo.net/r_japan/share/tower/images/my/h2_7_43.png) repeat-y;
}

div.finBox{
	width: 100%;
	text-align: center;
	margin: 20px 0 0 0;
	border: solid 1px #eee;
	border-radius: 6px;
	background: #f8f8ef;
}

div#fin h3{
	height: auto;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8em;
	letter-spacing: 0.2em;
	background: none;
}

@media only screen and (min-width: 480px){
	div#fin h3{
		font-size: 24px;
	}
}

div#fin p.finThanks{
	width: 90%;
	font-size: 14px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
}

@media only screen and (min-width: 769px){
	div#fin p.finThanks{
		width: 60%;
	}
}

div#fin p.link{
	line-height: 6;
	padding: 0 0 10px 0;
}

div#fin p.link a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.2em;
	padding: 10px 30px 10px 30px;
	border-bottom: 3px solid #94621b;
	border-radius: 4px;
	background: #b37722;
}

div#other{
	margin: 0 auto 70px auto;
	padding: 0 11px;
}

div#other p{
	margin: 0 auto;
	padding: 15px 25px 10px 25px;
	border-bottom: 5px solid #aaa;
	border-radius: 5px;
	background: #cccccc;
}

div#other p a{
	color: #222;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

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

div#footer{
	width: 100%;
	background: #2a4461;
	bottom: 0;
	clear: both;
}

div#footer div#footerInner{
	padding: 10px;
	/* background: #2a4461; */
}

div#footer div#footerInner p.footerTel{
	margin: 10px 0 5px 0;
	text-align: center;
}

div#footer div#footerInner p.footerTel img{
	max-width: 100%;
}

div#footer div#footerInner p.footerTelmob{
	color: #d49640;
	text-align: right;
	font-size: 12px;
	margin: 0 0 10px 0;
}

div#footer div#gNaviFooter{
	/* background: #2a4461; */
}

div#footer div#gNaviFooter ul{
	font-size: 15px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	border-top: 1px solid #ccc;
}

div#gNaviFooter ul li a{
	color: #fff;
	text-decoration: none;
	padding: 10px 25px 10px 10px;
	border-bottom: 1px solid #ccc;
	position: relative;
	display: block;
}

div#gNaviFooter ul li ::after{
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
}

div#footerBottom{
	/* text-align: center; */
	padding: 10px 10px 10px 10px;
	background: #ccc;
	overflow: hidden;
}



div#footerBottom p{
	margin: 0 0 0 0;
}

div#footer p#copy{
	color: #fff;
	font-size: 12px;
	text-align: center;
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
	/* background: #2a4461; */
}



/* ====================================================================================
タブレットレイアウト : 480 px ～ 768 px。モバイルレイアウトからスタイルを継承。
====================================================================================== */
@media screen and (max-width: 768px) and (min-width: 480px){

	/*-------------------------------------------
	タブレット : 共通css*/

	h1{
		font-size: 15px;
	}

	h3.pageTit{
		font-size: 20px;
	}

	div#logo p.logo1{
		font-size: 30px;
	}

	div#logo p.logo2{
		font-size: 19px;
		margin: 20px 0 0 0;
	}

	div#pankuzu ol{
		font-size: 15px;
	}

	div#topPage h2{
		font-size: 28px;
	}

	div.sp-catch{
		font-size: 20px;
	}

	div.wrapperInner{
		padding: 20px 20px 0 20px;
	}

	/*-------------------------------------------
	タブレット : スタッフコメント*/

	/*
	div.comment p.staff img{
		width: 100px;
	}

	div.comment div.commentBox{
		width: 83%;
	}
	*/

	/*-------------------------------------------
	タブレット : ページ途中　問合せボタン*/

	div.mailBox{
		margin: 30px 0;
	}

	p.mailBoxTit{
		font-size: 25px;
		background-size: 5%;
	}

	p.mailBoxTit span{
		font-size: 35px;
	}

	div.inqBox{
		padding: 20px 40px;
		background-size: 5%;
	}

	p.mailBoxText{
		font-size: 16px;
		letter-spacing: 0.2em;
	}

	p.mailBoxImg_sp{
		display: none;
	}

	p.mailBoxImg_pc{
		margin: 25px 0;
		display: block;
	}

	p.mailBoxImg_pc img{
		width: 100%;
	}

	div.tel_Box p{
		color: #FFF;
		text-align: center;
		letter-spacing: 0.2em;
		margin: 0;
	}

	div.tel_Box p:nth-child(1){
		font-size: 20px;
		font-weight: bold;
		margin: 0 0 5px 0;
	}

	div.tel_Box p:nth-child(3){
		font-size: 17px;
		text-align: left;
		margin: 6px 0 0 20px;
	}

	div.tel_Box p br{
		display: block;
	}

	div.tel_Box p.number{
		font-size: 37px;
		letter-spacing: 0.1em;
	}

	div.tel_Box p.number img{
		width: 15px;
	}

	div.tel_Box p.number a{
		color: #FFF;
	}

	div.tel_Box p.holiday{
		color: #9e1313;
		font-size: 18px;
		margin: 9px 0 9px 25px;
		padding: 3px 5px;
		background: #FFF;
	}

	ul.pageBbtn{
		margin: 30px auto 30px auto;
		clear: both;
	}

	ul.pageBbtn li:first-child{
		
	}

	ul.pageBbtn li:first-child a{
		width: 60%;
		font-size: 25px;
		padding: 15px 5px 10px 120px;
		border-bottom: 9px solid #780e0e;
		background-position: 50px 16px;
		background-size: 9%;
	}

	/*-------------------------------------------*/
	/*タブレット : ヘッダー*/
	/*-------------------------------------------*/

	div#head_R p.headMail{
		/* width: 94%; */
	}

	div#head_R p.headMail img{
		max-width: 60%;
	}

	/*-------------------------------------------*/
	/*タブレット : トップページ*/
	/*-------------------------------------------*/

	div#topPage div.topPageL p.topPageTxt{
		font-size: 15px;
	}

	div#topPage div.topPageL table tr.tableTh td{
		font-size: 18px;
		padding: 5px 0 5px 0;
	}

	div#topPage div.topPageL table tr.tableTr td.price{
		font-size: 40px;
	}

	div#topPage div.topPageL table tr.tableTr td.price span.priceInfo1{
		font-size: 25px;
	}

	div#topPage div.topPageL table tr.tableTr th.madori{
		font-size: 25px;
	}

	div#topPage div.topPageL table tr.tableTr td{
		font-size: 20px;
		padding: 10px 0 10px 10px;
	}

	div#topPage div.topContentsB .h3Top{
		font-size: 20px;
		padding: 2px 0 2px 15px;
	}

	div#topPage div.topContentsB ul{
		margin: 0 0 40px 10px;
	}

	div#topPage div.topContentsB ul li{
		width: 48%;
	}

	div#topPage div.topContentsB ul li a{
		width: 66%;
		font-size: 28px;
		padding: 10px 0 10px 115px;
		background-position: 220px center;
	}

	div#topPage div.topContentsB ul li:last-child{
		width: 97%;
	}

	div#topPage div.topContentsB ul li:last-child a{
		width: 83.5%;
		font-size: 22px;
		background-position: 550px center;
	}

	/*-------------------------------------------*/
	/*タブレット : ロケーション（location）*/
	/*-------------------------------------------*/

	div#location div.locationCont{
		float: left;
		width: 32%;
		margin: 0 14px 0 0;
	}

	div#location div.locationCont:last-child{
		margin: 0 0 0 0;
	}

	div#location div#locationP p{
		text-align: left;
	}

	div#location div.locationContents_L,div#location div.locationContents_R{
		width: 49%;
		margin: 0 0 20px 0;
	}

	div#location div.locationContents_L{
		float: left;
	}

	div#location div.locationContents_R{
		float: right;
	}

	/*-------------------------------------------*/
	/*タブレット : アクセス（access）*/
	/*-------------------------------------------*/

	/*---------- 改善後に消す ----------*/

	div#access div.accessStation ul li{
		\font-size: 20px;
	}

	div#access div.accessStation ul li:first-child{
		font-size: 25px;
	}

	/*---------- ここまで ----------*/

	div#access dl dd{
		\font-size: 20px;
	}

	div#access dl dt{
		font-size: 25px;
	}

	div#access div.accessBframe{
		overflow: hidden;
	}

	div#access div.accessB{
		width: 46%;
		clear: none;
	}

	div#access div.accessB_1{
		float: left;
	}

	div#access div.accessB_2{
		float: right;
	}

	div#access div.accessB p.accessBtit{
		font-size: 17px;
		margin: 0 0 0 0;
	}

	div#access div.accessB div.accessBbox{
		margin: 10px 0;
		overflow: hidden;
	}

	div#access div.accessB div.accessBbox p.accessBst{
		padding: 7px 0 0 0;
	}

	/*-------------------------------------------*/
	/*タブレット :アウトライン（outline）*/
	/*-------------------------------------------*/
	div#outline table{
		font-size: 19px;
	}

	div#outline table td{
		padding: 10px 0 10px 10px;
	}

	div#iframe iframe{
		height: 300px;
	}

	/*-------------------------------------------*/
	/*写真ギャラリー（photogallery）*/
	/*-------------------------------------------*/

	div#photogallery h4.photoTit{
		height: 25px;
		font-size: 20px;
	}

	/*-------------------------------------------*/
	/*タブレット :問い合わせ（inquiry）*/
	/*-------------------------------------------*/

	div#formContents table.mailform th,
	div#formContents table.mailform td,
	div#formContents table.mailform th.madori label{
		font-size: 20px;
	}

	div#formContents th span.hisu{
		font-size: 15px;
	}

	div#formContents table.mailform td{
		font-size: 20px;
		padding: 15px 0 20px 0;
	}

	div#formContents table.mailform td input{
		width: 99%;
		height: 40px;
	}

	div#formContents table.mailform th.madori{
		padding: 20px 0;
	}

	div#formContents table.mailform th.madori input{
		margin: 4px 5px 0 0;
	}

	div#formContents table.mailform th.madori label{
		width: 95px;
		font-size: 20px;
		line-height: normal;
		padding: 0 35px 0 0;
	}

	div#formContents span.formOther{
		font-size: 20px;
	}

	div#formContents table.mailform tr.formbd td input{
		font-size: 24px;
		padding: 3px 0 0 4px;
	}

	div#other p a{
		font-size: 22px;
	}

}

/* =========================================================================================================
デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。
=========================================================================================================== */
@media only screen and (min-width: 769px){

	/*-------------------------------------------
	デスクトップ : 共通css*/
	div#wrapper{
		position: relative;
	}

	div.wrapperInner{
		width: 970px;
		margin: 0 auto;
		padding: 20px 0 0 0;
		overflow: hidden;
	}

	div#container{
		clear: both;
	}

	div.h3frame{
		margin: 30px 0 0 0;
		padding: 5px 0;
		background: #cccccc;
	}

	div#h1{
		background: #1c3046;
	}

	h1{
		width: 970px;
		font-size: 11px;
		letter-spacing: 0.1em;
		margin: 0 auto;
	}

	h3.pageTit{
		width: 970px;
		margin: 0 auto;
		padding: 10px 0;
	}

	h3.pageTit span.pageTitBoder{
		font-size: 19px;
		padding: 0 0 0 10px;
		border-left: 5px solid #2a4461;
	}

	/*-------------------------------------------
	デスクトップ : ページ途中　問合せボタン*/

	div.mailBox{
		width: 800px;
		margin: 30px auto;
		background-size: 5%;
	}

	p.mailBoxTit{
		font-size: 25px;
		background-size: 5%;
	}

	p.mailBoxTit span{
		font-size: 35px;
	}

	div.inqBox{
		padding: 20px 30px;
		background-size: 5%;
	}

	p.mailBoxText{
		font-size: 15px;
		letter-spacing: 0.2em;
	}

	p.mailBoxImg_sp{
		display: none;
	}

	p.mailBoxImg_pc{
		width: 735px;
		margin: 25px auto 10px auto;
		display: block;
	}

	div.tel_Box{
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-around;
	}

	div.tel_Box p{
		color: #FFF;
		letter-spacing: 0.2em;
		margin: 0;
	}

	div.tel_Box p br{
		display: block;
	}

	div.tel_Box p.text{
		font-size: 15px;
		font-weight: bold;
		margin: 12px 0;
	}

	div.tel_Box p:nth-child(3){
		margin: 6px 0;
	}

	div.tel_Box p.number{
		font-size: 37px;
		letter-spacing: 0.15em;
	}

	div.tel_Box p.number img{
		width: 18px;
	}

	div.tel_Box p.number a{
		color: #FFF;
		text-decoration: none;
		pointer-events: none;
	}

	div.tel_Box p.holiday{
		color: #9e1313;
		margin: 2px 0 0 0;
		padding: 3px 5px;
		background: #FFF;
	}

	ul.pageBbtn{
		margin: 20px auto 40px auto;
	}

	ul.pageBbtn li:first-child a{
		width: 60%;
		font-size: 25px;
		font-weight: bold;
		text-align: center;
		padding: 15px 5px 10px 120px;
		border-bottom: 7px solid #780e0e;
		background-position: 165px 16px;
		background-size: 7%;
	}


	ul.pageBbtn li:first-child a:hover{
		border-bottom: 7px solid rgba(120, 14, 14, 0.42);
		background: url(https://r-jpg.sakura.ne.jp/special/tower/image/ico_mail.png) 165px 16px rgba(158, 19, 19, 0.7) no-repeat;
		background-size: 7%;
	}

	/*-------------------------------------------
	固定ナビゲーション*/
	div.undermenu,
	div.sidemenu{
		display: inline-block;
	}

	div#navigation{
		margin: 0 0 40px 0;
		display: inline-block;
	}

	div.menubox{
		position: fixed;
		top: -100px;
		z-index: 500;
	}

	div.undermenu{
		position: fixed;
		top: -100px;
		z-index: 500;
	}

	div#navigation,div.undermenu{
		width: 100%;
		height: 70px;
		background: url(https://r-jpg.sakura.ne.jp/special/tower/image/sNavi_bg.gif);
		clear: both;
	}

	div#navigation ul,div.undermenu ul{
		width: 990px;
		margin: 0 auto;
		padding: 0;
	}

	div#navigation ul li,div.undermenu ul li{
		float: left;
		list-style: none;
	}

	.fixed{
		position:fixed;
	}

	div.sidemenu{
		position: fixed;
		top: 90px;
		right: -250px;
		z-index: 500;
	}

	div.sidemenu ul li{
		float: none;
		list-style: none;
	}


	/*-------------------------------------------*/
	/*デスクトップ : ヘッダー*/
	/*-------------------------------------------*/

	div#header{
		height: auto;
		overflow: hidden;
	}

	div#header div#headInner{
		width: 970px;
		margin: 0 auto;
		padding: 20px;
		overflow: hidden;
	}

	div#logo{
		float: left;
		margin: 6px 0;
		position: relative;
	}

	div#logo p{
		font-size: 26px;
	}

	div#logo p.logo2{
		font-size: 13px;
		text-align: center;
		letter-spacing: 0.05em;
	}

	div#logo p.logoLink{
		width: 100%;
		height: 100%;
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
	}

	div#logo p.logoLink a{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	div#logo p.logoLink a:hover{
		
	}

	div#header div#head_R{
		float: right;
	}

	div#header div#head_R p{
		float: left;
	}

	div#header div#head_R p.headTel{
		width: 300px;
		margin: 0 10px 0 0;
	}

	div#header div#head_R p.headTel a,
	div.sidemenu ul li:nth-child(1) a,
	div#footer div#footerInner p.footerTel a{
		cursor: default;
	}

	div#header div#head_R p.headTel a:hover img,
	div#footer div#footerInner p.footerTel a:hover img{
		opacity: 1;
	}

	div#header div#head_R p.headTelmob{
		display: none;
	}

	div#header div#head_R p.headMail{
		width: 230px;
		margin: 0 0 0 0;
	}

	div#header div#head_R p.headMail img{
		max-width: 85%;
	}

	div#pankuzu{
		clear: both;
	}



	div#pankuzu ol{
		width: 970px;
		font-size: 13px;
		margin: 0 auto;
		overflow: hidden;
	}

	div#pankuzu ol li{
		float: left;
		margin: 5px 10px 5px 0;
	}

	div#header div#head_R p.headMail a{
		
	}

	div#header div#head_R p.headMail a:hover{
		border-bottom: 5px solid rgba(120, 14, 14, 0.42);
		background: rgba(158, 19, 19, 0.7);
	}



	/*-------------------------------------------*/
	/*デスクトップ : トップページ*/
	/*-------------------------------------------*/

	div#topPage h2{
		font-size: 25px;
		margin: 0 0 20px 0;
	}

	div#topPage h2 span{
		font-size: 16px;
	}

	div.sp-catch{
		display: none;
	}

	div#topPage{
		min-height: 655px;
		padding: 0px 0 20px 0;
		background-repeat: no-repeat;
		background-position: right bottom;
		overflow: hidden;
		position: relative;
	}

	div#topPage p.topPageR{
		float:  right;
		width: 475px;
		margin: 0;
		display: inline;
		position: absolute;
		right: 0;
		bottom: 0;
	}

	div#topPage div.topPageR{
		width: 475px;
		height: 615px;
		display: inline;
		position: absolute;
		right:  0;
		bottom: 0;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}

	*::-ms-backdrop, div#topPage div.topPageR{
		bottom: auto;/* IE11のみ */
	}

	div#topPage div.topPageR{
		bottom: auto\9; /* IE10以下 */
	}

	div#topPage div.topPageR p{
		text-shadow:
		2px 0px 1px #fff,
		3px 0px 3px #fff,
		-2px 0px 1px #fff,
		-3px 0px 3px #fff,
		0px 2px 1px #fff,
		0px 3px 3px #fff,
		0px -2px 1px #fff,
		0px -3px 3px #fff;
		line-height: 1.5em;
		letter-spacing: 0.15em;
	}

	div#topPage div.topPageR p.topimg_text01{
		font-size: 20px;
		font-family: 'KozMinStd-L', 小塚明朝 Pr6N;
		position: absolute;
		right:  0;
	}

	div#topPage div.topPageR p.topimg_text02{
		font-size: 30px;
		font-family: 'KozMinStd-EL', 小塚明朝 Pr6N;
		position:  absolute;
		left:  0;
	}

	div#topPage div.topPageR p span{
		-webkit-text-combine: horizontal;
		-ms-text-combine-horizontal: all;
		text-combine-upright: all;
	}

	div#topPage div#slidesBox,
	.footermenu{
		display: none !important;
	}

	div#photogallery h4.photoTitPublic{
		display: inline-block;
	}

	div#photogallery div#slidesBox02{
		display: inline-block;
	}

	div#topPage div.topPageL{
		float: left;
		width: 485px;
	}

	div#topPage div.topPageL p.topPageTxt{
		line-height: 1.7em;
		padding: 5px 0 0 0;
	}



	div#topPage div.topPageL table tr.tableTr td{
		padding: 10px 10px 10px 10px;
	}

	div#topPage div.topPageL table tr:nth-child(8) td{
		font-size: 12px;
		padding: 5px 10px 5px 10px;
	}

	div#topPage div.topContentsB ul{
		margin: 0 0 0 0;
	}
		
	div#topPage div.topContentsB ul li{
		width: 31%;
		font-size: 18px;
		margin: 0 10px 7px 0;
	}

	div#topPage div.topContentsB ul li:nth-child(even){
		float: left;
	}

	div#topPage div.topContentsB ul li:nth-child(3n){
		margin: 0 0 7px 0;
	}

	div#topPage div.topContentsB ul li:last-child{
		margin: 5px 0 0 0;
	}

	div#topPage div.topContentsB ul li a{
		width: 83%;
		padding: 10px 5px 10px 20px;
		background-position: 120px 14px;
		background-size: 10%;
	}

	div#topPage div.topContentsB ul li a:hover{
		border-bottom: 5px solid rgba(26, 49, 74, 0.57);
		background: url(https://r-jpg.sakura.ne.jp/special/tower/image/ico_link.png) 120px 14px rgba(42, 68, 97, 0.91) no-repeat;
		background-size: 10%;
	}

	div#topPage div.topContentsB ul li:last-child a{
		width: 83%;
		font-size: 14px;
		padding: 10px 5px 9px 63px;
		background-position: 359px center;
		background-size: 3.5%;
	}

	div#topPage div.topContentsB ul li:last-child a:hover{
		border-bottom: 5px solid rgba(171, 121, 52, 0.79);
		background: url(https://r-jpg.sakura.ne.jp/special/tower/image/ico_link.png) 359px center rgba(212, 150, 64, 0.87) no-repeat;
		background-size: 3.5%;
	}

	#pickup{
		width: 970px;
		height: 100px;
		background: url(https://r-jpg.sakura.ne.jp/special/tower/image/bk_pickup.jpg) no-repeat;
	}

	#pickup p a{
		font-size: 25px;
		padding: 30px 0;
	}

	#pickup p a br{
		display: none;
	}

	/*-------------------------------------------*/
	/*デスクトップ : ロケーション（location）*/
	/*-------------------------------------------*/

	div#location{
		
	}

	div#location div#locationPhoto{
		
	}

	div#location div#locationPhoto div#locationP{
		margin: 0 0 20px 0;
		overflow: hidden;
	}

	div#location div#locationPhoto div#locationP p{
		float: none;
		width: auto;
		font-size: 13px;
		text-align: left;
		margin: 10px 0;
		padding: 0;
	}

	div#location div#locationPhoto div#locationP div.locationCont{
		float: left;
		width: 32%;
		height: 341px; /*改善後消す*/
		margin: 0 15px 0 0;
	}

	div#location div#locationPhoto div#locationP div div.locationCont:last-child{
		margin: 0 0 0 0;
	}

	div#location div#locationPhoto div#locationP div.locationCont:nth-child(3),
	div#location div#locationPhoto div#locationP div.locationCont:nth-child(6){
		margin: 0 0 0 0;
	} /*テンプレ直したら消す*/

	div#location div.locationContents_L{
		float: left;
		width: 49%;
		margin: 0;
	}

	div#location div.locationContents_R{
		float: right;
		width: 49%;
	}

	div.locationBox p.locaBoxTit{
		
	}

	div.locationBox table{
		font-size: 13px;
	}

	div.locationBox table th{
		width: 300px;
		text-align: left;
	}

	/*
	div.comment{
		width: 860px;
		margin: 10px auto 0 auto;
	}

	div.comment p.staff img{
		width: 100px;
	}

	div.comment div.commentBox{
		width: 85%;
	}
	*/

	/*-------------------------------------------*/
	/*デスクトップ : アクセス（access）*/
	/*-------------------------------------------*/

	/*---------- 改善後に消す ----------*/

	div#access div.accessStation{
		float: left;
		width: 45%;
	}

	div#access div.accessStation ul{
		font-size: 20px;
		margin: 0 0 35px 0;
	}

	/*---------- ここまで ----------*/

	div#access dl{
		font-size: 20px;
		margin: 0 0 35px 0;
	}

	div#access div#accessImg{
		float: right;
		width: 50%;
	}

	div#access div#accessImg img{
		width:100%;
	}

	div#access div.access_img{
		float: right;
	}

	div#access div.access_img p img{
		width: 485px;
	}

	div#access div.accessBframe{
		overflow: hidden;
		clear: both;
	}

	div#access div.accessBframe div.accessB{
		width: 45%;
		margin: 30px 0 30px 0;
		padding: 5px 20px 15px 20px;
	}

	div#access div.accessBframe div.accessB_1{
		float: left;
	}

	div#access div.accessBframe div.accessB_2{
		float: right;
	}

	div#access div.accessBframe div.accessB p.accessBtit{
		font-size: 17px;
		padding: 10px;
	}

	/*div#access div.accessBframe div.accessB p.accessBtit span{
		font-size: 25px;
	}改善後公開に*/

	div#access div.accessB div.accessBbox{
		font-size: 22px;
		margin: 0 0 20px 0;
		overflow: hidden;
	}

	div#access dl dd span:nth-child(2),
	div#access p.accessBmin span{
		color: #d49640;
		font-size: 30px;
		padding: 0 10px;
	}

	div#access div.accessB div.accessBbox p.accessBst{
		padding: 4px 0 0 0;
	}

	div#access div.accessB div.accessBbox p.accessBst span{
		font-size: 18px;
	}

	/*-------------------------------------------*/
	/*デスクトップ : 写真ギャラリー（photogallery）*/
	/*-------------------------------------------*/

	div#photogallery h4:nth-child(1){
		margin: 5px 0 15px 0;
	}

	div#photogallery h4:nth-child(3){
		margin: 20px 0 15px 0;
	}

	/*-------------------------------------------*/
	/*デスクトップ :アウトライン（outline）*/
	/*-------------------------------------------*/

	div#outline table th{
		font-weight: bold;
		padding: 10px 0;
	}

	div#iframe{
		margin: 20px 0 20px 0;
	}

	div#iframe iframe{
		height: 390px;
	}

	/*-------------------------------------------*/
	/*デスクトップ :間取り（plan）*/
	/*-------------------------------------------*/

	div#plan{
		width: 100%;
		display: inline-block;
	}

	div#plan p.planSubTit{
		height: 28px;
		font-size: 15px;
		font-weight: bold;
		letter-spacing: 0.05em;
		padding: 2px 0 2px 15px;
		background: url(https://r-jpg.sakura.ne.jp/special/tower/image/h2_bg.png) no-repeat;
		background-size: 7.3px;
	}

	div#plan p.planSubTit span{
		font-size: 21px;
		padding: 0 5px 0 0;
	}

	div#plan ul.planSubImg{
		list-style: none;
		margin: 10px 0;
		padding: 0 0 0 0;
		overflow: hidden;
	}

	div#plan ul.planSubImg li{
		float: left;
		width: 17.8%;
		margin: 0 20px 0 0;
	}

	div#plan ul.planSubImg li:last-child{
		margin: 0 0 0 0;
	}

	div#plan ul.planSubImg li img{
		width: 100%;
	}

	div#plan p.planSubBtn{
		height: 45px;
		text-align: center;
		margin: 0 0 40px 0;
		padding: 40px 0 0 0;
		clear: both;
	}

	div#plan p.planSubBtn span{
		font-size: 22px;
		font-weight: bold;
		padding: 0 5px;
	}

	div#plan p.planSubBtn a{
		color: #fff;
		font-size: 16px;
		text-decoration: none;
		letter-spacing: 0.1em;
		padding: 15px 80px 15px 80px;
		border-bottom: 5px solid #1a314a;
		border-radius: 3px;
		background: url(https://r-jpg.sakura.ne.jp/special/tower/image/ico_link.png) right 30px center #2a4461 no-repeat;
	}

	div#plan p.planSubBtn a:hover{
		border-bottom: 5px solid rgba(26, 49, 74, 0.57);
		background: url(https://r-jpg.sakura.ne.jp/special/tower/image/ico_link.png) right 30px center rgba(42, 68, 97, 0.89) no-repeat;
	}

	/*-------------------------------------------*/
	/*デスクトップ :問い合わせ（inquiry）*/
	/*-------------------------------------------*/

	p.inq_step{
		width: 670px;
		margin: 20px auto 0 auto;
	}

	p.inq_step img{
		
	}

	div#formContents table.mailform{
		width: 670px;
		margin: 10px auto 0 auto;
	}

	div#formContents th span.hisu{
		font-size: 13px;
	}

	div#formContents table.mailform th{
		padding: 15px 0 0 0;
		background: #ffffff;
	}

	div#formContents table.mailform td{
		padding: 5px 0 10px 0;
	}

	div#formContents table.mailform td input{
		height: 20px;
		font-size: 15px;
	}

	div#formContents table.mailform td.checkBox label{
		font-size: 15px;
		letter-spacing: 0.1em;
	}

	div#formContents button{
		cursor: pointer;
	}

	div#formContents button img{
		width: 40%;
	}


	div#formContents table.mailform tr.formbd th{
		color: #444;
		padding: 10px 0 0 0;
		border-radius: 5px 5px 0 0;
		background: #ffffff;
	}


	div#formContents table.mailform tr.formbd td input{
		color: #444;
		font-size: 20px;
		font-weight: bold;
		padding: 10px 0 0 4px;
		background: #fff;
	}

	div#formContents table.mailform th.madori{
		padding: 0 0;
	}

	div#formContents table.mailform th.madori label{
		font-size: 15px;
		padding: 0 50px 0 0;
	}

	div#formContents span.formOther{
		color: #2a4461;
		font-size: 18px;
	}

	div#formContents table.mailform td textarea{
		padding: 5px;
	}

	div#formContents span.formMemo{
		color: #909090;
		font-size: 12px;
		line-height: 3em;
	}

	div#formContents div#confirmation input.btn{
		font-size: 20px;
		cursor: pointer;
	}

	div#formContents div#confirmation input.btn:first-child{
		border-bottom: 5px solid #a0a0a0;
	}

	div#formContents div#confirmation input.btn:last-child{
		border-bottom: 5px solid #780e0e;
	}


	div#other{
		width: 970px;
		margin: 0 auto 30px auto;
		padding: 0;
	}

	div#other p{
		width: 70%;
	}

	div#other p a{
		font-size: 22px;
	}

	/*-------------------------------------------*/
	/*デスクトップ :フッター*/
	/*-------------------------------------------*/

	div#footer div#footerInner{
		width: 970px;
		margin: 0 auto;
	}

	div#footer div#footerInner p.footerTelmob{
		display: none;
	}

	div#footer div#footerInner p.footerLogo{
		float: left;
		width: 120px;
	}

	div#footer div#footerInner p.footerLogo img{
		
	}

	div#footer div#footerInner p.footerTel{
		text-align: right;
		margin: 10px 0 0 0;
	}

	div#footer div#footerInner p.footerTel img{
		max-width: 40%;
	}

	div#footer div#gNaviFooter{
		width: 970px;
		margin: 0 auto;
	}

	div#footer div#gNaviFooter ul{
		float: right;
		list-style: none;
		border: none;
		overflow: hidden;
	}

	div#footer div#gNaviFooter ul li{
		float: left;
	}





	div#gNaviFooter ul li ::after{
		display:none;
	}

	div#footer div#gNaviFooter ul li a{
		margin: 10px 0 10px 40px;
		padding: 0 0 0 0;
		border: none;
		border-bottom: 1px dotted #fff;
	}

	div#footer div#gNaviFooter ul li a:hover{
		border-bottom: none;
	}

	div#footerBottom{
		clear: both;
	}

	div#footerBottom p{
		width: 970px;
		margin: 0 auto;
	}

	div#footer p#copy{
		font-size: 15px;
		letter-spacing: 0.1em;
		padding: 20px 0 20px 0;
	}

	/*-------------------------------------------*/
	/* ページトップへ戻る */
	/*-------------------------------------------*/
	p.pageTop a{
		bottom: 10px !important;
	}

}

/*-------------------------------------------*/
/* ページトップへ戻る */
/*-------------------------------------------*/

p.pageTop{
	height: 0;
	margin: 0 auto;
	position: relative;
	display: none;
}

p.pageTop a{
	width: 75px;
	height: 75px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background: url(https://r-jpg.sakura.ne.jp/special/tower/image/pageTop.png) no-repeat;
	display: block;
	position: fixed;
	bottom: 0px;
	right: 20px;
	z-index: 9999;
}

/*-------------------------------------------
タブレット向け*/
@media screen and (min-width: 480px) and (max-width: 959px){

	p.pageTop{
		width:100%;
	}
	p.pageTop a{
		left:-68px;
		margin-left:100%;
	}

}

/*-------------------------------------------
スマホ向け*/
@media screen and (max-width: 479px){

	#head_R,
	div.none_photo{
		display: none;
	}

	div#outline table th,
	div#outline table td{
		font-size: 13px;
	}

	#slidesBox .sp-thumbnail-arrow{
		height: 50px;
	}

	#slidesBox .sp-next-thumbnail-arrow:after,
	#slidesBox .sp-previous-thumbnail-arrow:after{
		top: 25px;
	}

	#slidesBox .sp-previous-thumbnail-arrow:before,
	#slidesBox .sp-next-thumbnail-arrow:before{
		top: 30%;
	}

	#slidesBox .sp-previous-thumbnail-arrow:before,
	#slidesBox .sp-previous-thumbnail-arrow:after,
	#slidesBox .sp-next-thumbnail-arrow:before,
	#slidesBox .sp-next-thumbnail-arrow:after{
		width: 7px;
		height: 10px;
	}


	p.pageTop{
		width:100%;
	}

	p.pageTop a{
		width: 50px;
		height: 50px;
		background: url(https://r-jpg.sakura.ne.jp/special/tower/image/sp_pageTop.png) no-repeat;
		background-size: 100%;
		right: 10px;
	}

	.footermenu{
		width: 100%;
		font-size: 77%;
		background: rgba(0,0,0,0.50);
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 1000;
	}

	.footermenu ul{
		margin: 0;
		padding: 5px;
	}

	.footermenu ul li{
		width: 47%;
		margin: 10px 1% 10px 1%;
		list-style: none;
		border-radius: 10px;
		display: inline-block;
	}

	.footermenu ul li.phone{
		background: #FFF;
		border: 2px solid #2A4461;
		border-bottom: 5px solid #2A4461;
		border-radius: 5px;
	}

	.footermenu ul li.mail{
		background: #A72726;
		border-bottom: 5px solid #881F1E;
		border-radius: 5px;
	}

	.footermenu ul li.pickup{
		width: 100%;
		margin: 0 auto;
		background: #dd2734;
		border-bottom: 5px solid #941a22;
		border-radius: 5px;
	}

	.footermenu ul li a{
		width: 68%;
		color: #FFF;
		font-size : 15px;
		font-weight : bold;
		text-decoration:none;
		line-height: 15px;
		padding: 7px 0 11px 40px;
		display: block;
	}

	.footermenu ul li.phone a{
		color: #2A4461;
		padding: 10px 0 10px 55px;
		background: url(https://reblo.net/r_japan/tower/images/mob_btn_phone.png) 12px center no-repeat;
		background-size: 14%;
	}

	.footermenu ul li.mail a{
		padding: 10px 0 10px 55px;
		background: url(https://reblo.net/r_japan/tower/images/mob_btn_mail.png) 12px center no-repeat;
		background-size: 18%;
	}

	.footermenu ul li.pickup a{
		width: auto;
		padding: 18px 0 17px 55px;
		background: url(https://r-jpg.sakura.ne.jp/special/tower/image/mob_btn_pickup.png) 12px center no-repeat;
		background-size: 8%;
	}

}

/*------------------------------------------------*/
/* タワーマンション大阪賃貸NAVIのおすすめ賃貸物件 */
/*------------------------------------------------*/

/*-------------------------------------------
トップページ
スマホ*/
	
.topHeader div#logo{
	margin: 0 0 25px 0;
}

p.toAreaPage{
	font-size: 14px;
	margin: 0 0 20px 0;
	padding: 6px 0 6px 10px;
	border: 1px solid #ababab;
	background: #e6e6e6;
}

p.toAreaPage a{
	color: #2a4461;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 0 0 20px;
	display: block;
	position: relative;
	vertical-align: middle;
}

p.toAreaPage a::before,
p.toAreaPage a::after{
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	vertical-align: middle;
}

p.toAreaPage a::before{
	width: 12px;
	height: 12px;
	background: #2a4461;
}

p.toAreaPage a::after{
	width: 3px;
	height: 3px;
	border: 3px solid transparent;
	border-left: 3px solid #fff;
	left: 5px;
	box-sizing: border-box;
}

ul.areaList{
	display: none;
}

.topContainer h2{
	padding: 7px 0 6px 15px;
	background: url(https://r-jpg.sakura.ne.jp/special/tower/image/h2_bg.png) no-repeat;
	background-size: 7.3px;
}

.topBox{
	margin: 10px 0 0 0;
	padding: 5px;
	border: 1px solid #ccc;
	border-left: 3px solid #2a4461;
	overflow: hidden;
	clear: both;
}

.topBox a{
	color: #444;
	margin: 0 0 0 0;
}

.topBox p.topTableImg{
	float: left;
	width: 100px;
	height: 120px;
	margin: 0 0 0 0;
}

.topBox p.topTableImg img{
	width: 100%;
}

.topBox ul{
	float: left;
	width: 229px;
	list-style: none;
	margin: 0px 0 0 12px;
	padding: 0 0 0 0;
}

.topBox ul li{
	font-size: 15px;
	margin: 3px 0 0 0;
}

.topBox ul li.topTableTit{
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.topBox ul li.topTableEn{
	color: #9e1313;
	font-size: 16px;
	font-weight: bold;
}

/*-------------------------------------------
トップページ
タブレット*/
@media screen and (min-width: 480px) and (max-width: 959px){

	p.toAreaPage{
		display: none;
	}

	ul.areaList{
		list-style: none;
		margin: 0 0 20px 0;
		padding: 0 0 0 0;
		overflow: hidden;
		display: inherit;
	}

	ul.areaList li{
		float: left;
		width: 16%;
		font-size: 18px;
		margin: 0 0 0 0;
		padding: 6px 0 6px 0;
	}

	ul.areaList li a{
		color: #2a4461;
		font-weight: bold;
		padding: 1px 0 0 20px;
		position: relative;
		display: block;
		vertical-align: middle;
	 }

	ul.areaList li a::before,
	ul.areaList li a::after{
		content: "";
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		vertical-align: middle;
	}

	ul.areaList li a::before{
		width: 12px;
		height: 12px;
		background: #2a4461;
	}

	ul.areaList li a::after{
		width: 3px;
		height: 3px;
		border: 3px solid transparent;
		border-left: 3px solid #fff;
		left: 5px;
		box-sizing: border-box;
	}

	.topContainer h2{
		clear: both;
	}

}

/*-------------------------------------------
トップページ
デスクトップ*/
@media only screen and (min-width: 769px){
	
	.topHeader{
		border-bottom: 5px solid #ccc;
	}
		
	.topHeader div#logo{
		margin: 10px 0 0 0;
	}

	p.toAreaPage{
		display: none;
	}

	ul.areaList{
		list-style: none;
		margin: 0 0 20px 0;
		padding: 0 0 0 0;
		overflow: hidden;
		display: inherit;
	}

	ul.areaList li{
		float: left;
		width: 16%;
		font-size: 17px;
		margin: 0 0 0 0;
		padding: 6px 0 6px 0;
	}

	ul.areaList li a{
		color: #2a4461;
		padding: 1px 0 0 20px;
		display: block;
		position: relative;
		vertical-align: middle;
	 }

	ul.areaList li a::before,
	ul.areaList li a::after{
		content: "";
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		vertical-align: middle;
	}

	ul.areaList li a::before{
		width: 12px;
		height: 12px;
		background: #2a4461;
	}

	ul.areaList li a::after{
		width: 3px;
		height: 3px;
		border: 3px solid transparent;
		border-left: 3px solid #fff;
		left: 5px;
		box-sizing: border-box;
	}

	ul.areaList li a:hover{
		text-decoration: none;
	}

	.topContainer h2{
		margin: 0 0 10px 0;
	}

	.topBox{
		float: left;
		width: 30%;
		margin: 5px 10px 5px 0;
		clear: inherit;
	}

	.topBox:nth-child(3n+3){
		margin: 5px 0 5px 0;
	}

	.topBox a{
		
	}

	.topBox a:hover{
		color: rgba(68, 68, 68, 0.77);
	}

	.topBox p.topTableImg{
		
	}

	.topBox p.topTableImg img{
		height: 120px;
		overflow: hidden;
	}

	.topBox ul{
		width: 170px;
		margin: 0px 0 0 10px;
	}

	.topBox ul li{
		font-size: 13px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

	.topBox ul li.topTableTit{
		font-size: 15px;
		margin: 5px 0 10px 0;
	}

}

/*------------------------------------------------*/
/* エリア別物件一覧ページ */
/*------------------------------------------------*/

/*-------------------------------------------
エリアトップページ
スマホ*/

ul.areaListTop{
	list-style: none;
	margin: 20px 0 50px 0;
	padding: 0 0 0 0;
}

ul.areaListTop li{
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 6px 0 6px 10px;
	border: 1px solid #ababab;
	background: #e6e6e6;
}


ul.areaListTop li a{
	color: #2a4461;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 0 0 20px;
	display: block;
	position: relative;
	vertical-align: middle;
}

ul.areaListTop li a::before,
ul.areaListTop li a::after{
	margin: auto;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	vertical-align: middle;
}

ul.areaListTop li a::before{
	width: 12px;
	height: 12px;
	background: #2a4461;
}

ul.areaListTop li a::after{
	width: 3px;
	height: 3px;
	border: 3px solid transparent;
	border-left: 3px solid #fff;
	left: 5px;
	box-sizing: border-box;
}

/*-------------------------------------------
エリアトップページ
タブレット*/
@media screen and (min-width: 480px) and (max-width: 959px){

	ul.areaListTop{
		
	}

	ul.areaListTop li{
		
	}

	ul.areaListTop li a{
		font-size: 20px;
	}

	ul.areaListTop li a:hover{
		
	}
}

/*-------------------------------------------
エリアトップページ
デスクトップ*/
@media only screen and (min-width: 769px){

	ul.areaListTop{
		
	}

	ul.areaListTop li{
		float: left;
		width: 105px;
		font-size: 16px;
		margin: 0 10px 10px 0;
		padding: 5px 0 5px 15px;
		/* background: #fff; */
		/* border: none; */
	}

	ul.areaListTop li a{
		text-decoration: underline;
	}

	ul.areaListTop li a:hover{
		text-decoration: none;
	}
}

/*------------------------------------------------*/
/* 部屋詳細ページ */
/*------------------------------------------------*/

/*-------------------------------------------
部屋詳細ページ
スマホ*/

.pcOnly{
	display: none;
}

div#bkTopPage{
	
}

div#bkTopPage p.h2bef{
	float: left;
	width: 10%;
	color: #fff;
	font-size: 17px;
	text-align: center;
	margin: 3px 0 0 0;
	padding: 4px 8px 2px 8px;
	background: #9e1313;
}
div#bkTopPage h2{
	float: left;
	width: 82%;
	font-size: 16px;
	line-height: 1.3em;
	padding: 0 0 0 10px;
}

h3.bkPageTit{
	color: #414141;
	font-family: Estrangelo Edessa;
	padding: 2px 0 2px 16px;
	background: url(https://r-jpg.sakura.ne.jp/special/tower/01_image/h2_bg.png) no-repeat;
}

div#bkTopPage .topPageService{
	color: #9e1313;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	display:none;/*割引あれば表示*/
	clear: both;
}

div#bkTopPage div.bkTopPageR table{
	width: 100%;
	margin: 10px 0 0 0;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-collapse: collapse;
}

div#bkTopPage div.bkTopPageR table tr{
	font-size: 14px;
}

div#bkTopPage div.bkTopPageR table th{
	width: 18%;
	padding: 10px 0 10px 0;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #f7f7f7;
}

div#bkTopPage div.bkTopPageR table td{
	padding: 0 0 0 10px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

div#bkTopPage div.bkTopPageR table td.price{
	font-size: 12px;
}

div#bkTopPage div.bkTopPageR table td.price span{
	color: #9e1313;
	font-size: 18px;
	font-weight: bold;
}

div#bkTopPage div.bkTopPageR p.bkTopInq a{
	width: 70%;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	letter-spacing: 0.2em;
	margin: 0 auto;
	padding: 15px 5px 12px 70px;
	border-bottom: 5px solid #780e0e;
	border-radius: 5px;
	background: url(https://r-jpg.sakura.ne.jp/special/tower/image/ico_mail.png) 20px 13px #9e1313 no-repeat;
	background-size: 12%;
	display: block;
}

div.buildL{
	line-height: 1.5em;
	margin: 20px 0 15px 0;
	padding: 10px 20px 10px 20px;
	border-radius: 5px;
	background: #f0ebe3;
}

div.buildR{
	display: none;
}

/*物件概要*/
table.overview{
	width: 100%;
	height: 250px;
	font-size: 13px;
	line-height: 1.5em;
	margin: 30px 0 0 0;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-spacing: 0;
}

table.overview td{
	padding: 5px 0 5px 10px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

table.overview th{
	width: 25%;
	font-weight: normal;
	padding: 5px 0 5px 0;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f7f7f7;
}

div#container_bk div#photogallery{
	display: none;
}


/*-------------------------------------------
部屋詳細ページ
タブレット*/
@media screen and (min-width: 480px) and (max-width: 959px){
	
}

/*-------------------------------------------
部屋詳細ページ
デスクトップ*/
@media only screen and (min-width: 769px){
	.pcOnly{
		display: inherit;
	}

	.mobOnly{
		display: none;
	}

	div#bkTopPage{
		overflow: hidden;
	}

	div#bkTopPage p.h2bef{
		width: 5%;
	}

	div#bkTopPage h2{
		font-size: 20px;
		padding: 7px 0 0 10px;
	}

	h3.bkPageTit{
		font-size: 20px;
		padding: 3px 0 2px 19px;
	}

	div#bkTopPage .topPageService{
		font-size: 18px;
		padding: 20px 0 0 0;
	}

	div#bkTopPage .topPageTxt{}
	div#bkTopPage div.bkTopPageL{
		float: left;
		width: 585px;
		padding: 20px 0 0 0;
		clear: both;
	}

	div#bkTopPage div.bkTopPageL div#slidesBox{
		
	}

	div#bkTopPage div.bkTopPageR{
		float: right;
		width: 370px;
	}

	div#bkTopPage div.bkTopPageR table{
		margin: 20px 0 30px 0;
	}

	div#bkTopPage div.bkTopPageR table th{
		padding: 20px 0 20px 0;
	}

	div.buildL{
		float: left;
		width: 46%;
		font-size: 12px;
		line-height: 2em;
		letter-spacing: 0.1em;
		margin: 10px 0 0 0;
		padding: 10px 20px 10px 20px;
		border-radius: 5px;
		background: rgba(142, 98, 41, 0.13);
		clear: both;
	}

	div.buildL p.point{
		font-size: 15px;
	}

	div.buildR{
		float: right;
		display: inherit;
	}

	table.overview{
		clear: both;
	}

	div#container_bk div#slidesBox01{
		display: none;
	}

	div#container_bk div#photogallery{
		display: inherit;
	}



	/*-------------------------------------------
	固定ナビゲーション*/
	div.undermenu_bk ul li:first-child{
		margin: 12px 0 0 130px;
	}

	div.undermenu_bk ul li a{
		color: #fff;
		text-decoration: none;
	}

	div.undermenu_bk ul li a:hover{
		color: rgba(255, 255, 255, 0.61);
	}

	div#container_bk .fixed{
		position: fixed;
	}

	div.undermenu_bk ul li span{
		font-size: 13px;
	}

	div.undermenu_bk{
		background: #2a4461;
	}

	div.undermenu_bk li{
		font-size: 16px;
		text-align: center;
		text-shadow: 2px 2px 5px rgba(51, 51, 51, 0.74);
		margin: 12px 0 0 85px;
	}

}












/*-------------------------------------------
部屋特集*/

#room_style{
	color: #000;
	font-size: 15px;
	font-family: serif;
}

#room_style div.section_box{
	padding: 80px 0 0 0;
	margin: -80px 0 0 0;
}

#room_style section{
	padding: 25px 0 55px 0;
}

#room_style div.title{
	text-align: center;
}

#room_style div.title h2{
	width: 50%;
	font-size: 25px;
	margin: 20px auto 0 auto;
	border-bottom: 2px #000 solid;
}

#room_style div.title p.catch_copy{
	font-size: 18px;
	margin: 15px 0 20px 0;
}

#room_style div.panorama iframe{
	height: 500px;
}

#room_style #navigation{
	margin: 0;
}

#room_style #navigation ul li,
#room_style div.undermenu ul li{
	width: 194px;
	float: none;
	text-align: center;
	display: inline-block;
}

#room_style #navigation ul li a,
#room_style div.undermenu ul li a{
	color: #FFF;
	font-size: 20px;
	text-decoration: none;
	padding: 7px 0;
	display: block;
}

#room_style #navigation ul li a:hover,
#room_style div.undermenu ul li a:hover{
	background: #ffffff30;
}

#room_style #navigation ul li a span,
#room_style div.undermenu ul li a span{
	font-size: 15px;
}

#room_style h3{
	font-size: 25px;
	text-align: center;
	margin: 0 0 20px 0;
}

#room_style #room_type section{
	padding: 60px 0 55px 0;
}

#room_style #room_type div.floor_plan{
	width: 400px;
	position: relative;
}

#room_style #room_type div.floor_plan a p img{
	width: 100%;
}

#room_style #room_type div.floor_plan a p.zoom img{
	width: 30px;
}

#room_style #room_type div.floor_plan a p.zoom{
	position: absolute;
	bottom: 0;
	right: 0;
}

#room_style #room_type div.out_line{
	width: 530px;
}

#room_style #room_type div.out_line p.plan_title{
	border-bottom: 2px #000 solid;
}

#room_style #room_type div.out_line dl{
	padding: 5px 0 0 10px;
}

#room_style #room_type div.out_line dl dt{
	float: left;
}

#room_style #room_type div.out_line dl dd{
	margin: 0 0 5px 40px;
}

#room_style #room_facility p.touch_wide{
	font-size: 13px;
	text-align: center;
	margin: 0 0 10px 0;
}

#room_style #room_facility ul li{
	width: 220px;
	margin: 0 12px 0 0;
	display: inline-block;
}

#room_style #room_facility ul li:last-child{
	margin: 0;
}

#room_style #room_facility ul li a p{
	border-radius: 20px;
	overflow: hidden;
}

#room_style #room_facility ul li a p img{
	width: 100%;
	transition: 1s all;
}

#room_style #room_facility ul li a p img:hover{
	transform: scale(1.2,1.2);
	transition: 1s all;
}

#room_style #room_facility ul li p.img_title{
	text-align: center;
	margin: 5px 0 0 0;
}

#room_style #room_facility ul li p.img_title br{
	display: none;
}

#room_style #property_features div.property_inbox{
	width: 470px;
}

#room_style #property_features div.property_inbox p img{
	width: 100%;
}

#room_style #property_features div.property_inbox p.property_title{
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0;
}

#room_style #access div.access_map{
	width: 500px;
}

#room_style #access div.address_box{
	width: 430px;
	margin: 10px 0 0 0;
}

#room_style #access div.access_map iframe{
	width: 100%;
	height: 360px;
}

#room_style #access div.address_box p.address{
	background: url(https://r-jpg.sakura.ne.jp/special/tower/build/geo_grande_umeda/2004/image/ico_pin.png) no-repeat;
	background-size: 17px;
	padding: 5px 0 0 22px;
}

#room_style #access div.address_box dl{
	margin: 15px 0 0 0;
}

#room_style #out_line dl{
	width: 485px;
}

#room_style #out_line dl dt{
	float: left;
}

#room_style #out_line dl dd{
	margin: 0 0 5px 110px;
}

#room_style #inquiry button{
	width: 330px;
	padding: 0;
}

#room_style #inquiry button img{
	width: 100%;
}

#room_style #other p a{
	font-size: 21px;
}

/*-------------------------------------------
スマホ向け*/
@media screen and (max-width: 479px){
	#room_style .left_box,
	#room_style .right_box{
		float: none;
	}

	#room_style div.title h2{
		width: 72%;
	}

	#room_style div.panorama iframe{
		height: 300px;
	}

	#room_style #room_type div.floor_plan{
		width: 100%;
	}

	#room_style #room_type div.out_line{
		width: 100%;
		margin: 20px 0 0 0;
	}

	#room_style #room_facility ul{
		padding: 0;
	}

	#room_style #room_facility ul li{
		width: 47%;
		height: 160px;
		display: inline-table;
	}

	#room_style #room_facility ul li:nth-child(even){
		margin: 0;
	}

	#room_style #room_facility ul li p.img_title br{
		display: block;
	}

	#room_style #property_features div.property_inbox{
		width: 100%;
		margin: 50px 0 0 0;
	}

	#room_style #property_features div.property_inbox.left_box{
		margin: 0;
	}

	#room_style #access div.access_map{
		width: 100%;
	}

	#room_style #access div.address_box{
		width: 100%;
		margin: 30px 0 0 0;
	}

	#room_style #out_line dl{
		width: 100%;
		margin: 30px 0 0 0;
	}
	
	#room_style #out_line dl:nth-child(1){
		margin: 0;
	}

	#room_style #other p a{
		font-size: 16px;
	}

	#room_style #footerBottom{
		font-size: 13px;
	}
}