@charset "utf-8";
/*outline
---------------------------------------------*/
#content-outline {
	display: block;
}

@media screen and (min-width: 769px){
	#content-outline {
		display: flex;
		justify-content: space-between;
	}
	
	.right-menu {
		width: 400px;
	}
}
#content-outline h2 {
	font-size: 14px;
	font-weight: bold;
	margin-left: 40px;
	text-align: left;
	margin: 60px 0 20px;
	background: #000;
	padding:10px;
	color:#FFF;
}

.outline01 {
	margin: 0 auto 10px;
	border-collapse: separate;
	border-spacing: 1px 1px;
	border: 1px solid #E7E7E7;
	padding: 1px 3px;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:100%;
		letter-spacing: 0;
}

.outline01 th {
padding-left: 10px;
font-size: 12px;
color: #000;
line-height: 20px;
border-bottom: 1px dotted #CCC;
padding: 2px 2px 2px 10px;
width: 180px;
background: #F0EBE1;
	text-align: left;
}

.outline01 td {
	padding: 2px 2px 10px 2px;
	font-size: 12px;
	color: #000;
	line-height: 20px;
	border-bottom: 1px dotted #CCC;
}

.outline02 {
	text-align: center;
	clear: none;
	margin-left: auto;
	border-collapse: separate;
	border-spacing: 1px 1px;
	margin-right: auto;
	padding-bottom: 50px;
	line-height:1.5em;

}
.outline02 td {
	padding: 2px 2px 2px 10px;
}
#outlineTEL p {
	text-align: center;
}
.copy {
	color: #CCC;
}
#seinou {
width: 460px;
overflow: hidden;
margin: 15px auto;
}
#seinou p {
float: left;
margin-right: 10px;
margin-left: 10px;
}

/*map
---------------------------------------------*/
.map {
text-align: center;
margin-bottom: 10px;
}
.f12 {
font-size: 14px;
text-align: center;
margin-bottom: 30px;
}

/*閉じる*/
#close {
	font-size: 13px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-decoration: underline;
	text-align: center;
}

.outline02 {
	font-size: 11px;
	text-align: left;
	margin-top:40px;
	
}
@media screen and (max-width: 768px) {
/*outline
---------------------------------------------*/
#outlinepage {
	width: 100%;
}
.outline01 {
	width: 100%;
	box-sizing:border-box;
	padding: 1px;
}
.outline01 th {
width: 100%;
display: block;
box-sizing:border-box;
padding-left: 5px;
}
.outline01 td {
width: 100%;
display: block;
box-sizing:border-box;
}

.outline02 {
	text-align: left;
	width: 100%;
	padding: 0 10px;
}
.outline02 td {
	padding: 0;
	padding-bottom: 5px;
}
#outlineTEL p {
	text-align: center;
}
.copy {
	color: #CCC;
}
#seinou {
width: 100%;
}
#seinou p {
float: none;
width: 100%;
margin: 0;
}
#seinou p img{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

#seinou p:first-child img {
	max-width: 287px;
}

#seinou p:last-child img {
	max-width: 127px;
}

/*map
---------------------------------------------*/
.map img{
	width: 100%;
	height: auto;
}
.f12 {
text-align: left;
padding: 0 10px;
}



}

.box02 {
	width: 80%;
	margin:auto;
}

.box02 li {margin-bottom: 20px;}
@media screen and (min-width: 491px){
.box02 {
	display: flex;
	justify-content: space-around;
	width:100%;
}

.box02 li {width: 35%;}
.box02 li:first-child {
	width: 60%;
	margin-right: 2%
	
}
}




/*--------------------
物件概要右横のメニュー
-----------------------*/
.right-menu {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

	.right-menu li {
		position: relative;
		cursor:pointer;
		margin-bottom: 15px;
		width:48%;
	}

figure {
  position: relative;
  overflow: hidden;
  width: 300px;
}
figcaption {
	padding: 10px;
	line-height: 1.6;
	font-size: 2.5vw;
	letter-spacing: 0em;
  position: absolute;
  top: 0%;
  left: 0%;
  right:0;
  bottom:0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
  color:#FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	    font-family: 'Noto Serif', "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", serif;
}

figure:hover figcaption {
  top: -100%;
	left: -100%;
  opacity:0;
}

@media screen and (min-width: 769px){
	
	.right-menu li { 
	width:100%;
	margin-bottom: 10px;
	height: auto;
	}
	figcaption {
		font-size: 16px;
	}
.left-outline {
	width: 70%;
}
.right-menu {
	width: 25%;
	margin-top: 60px;
	display: block;
}
}
