@charset "utf-8";
/* CSS Document */
/* SP 戸建、アパートなどのナビゲーション*/


/*accordion*/
dl.accordion dt {
  background: #f9f9fa;
  cursor: pointer;
  border-bottom: 1px solid #4a4d72;
  word-wrap:break-word;
}
dl.accordion dt {
  display: block;
  padding: 10px 30px 10px 10px;
  color: #fff;
  font-size: 15px;
}
dl.accordion dt a {
	display: block;
}
dl.accordion dt a::before {
  content: '';
  position: relative;
  float: right;
  border: 6px solid transparent;
  border-left-color: #fff;
  width: 0;
  height: 0;
  top: 2px;
  right: -18px;
}

dl.accordion dt.open::before {
  content: '';
  position: relative;
  float: right;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  width: 0;
  height: 0;
  top: -1px;
  right: -13px;
}
dl.accordion dd {
  word-wrap:break-word;
}
dl.accordion dd ul li {
  border-bottom: 1px solid #f2f2f3;
  list-style: none;
  background: #e4e9f4;
}
dl.accordion dd ul li span {
	font-size: 80%;
}
dl.accordion dd ul li.multipages_sp_mn {
	background-image: url("/images/common/link_out.png");
	background-position: right 36px top 10px;
	background-size: 15px auto;
	background-repeat: no-repeat;
}
dl.accordion dd ul li:first-child.multipages_sp_mn {
	background-position: right 36px top 30px;
}
dl.accordion dd ul li a {
  color: #333;
  display: block;
  padding: 10px 30px 10px 15px;
}
dl.accordion dd ul li a::before {
  content: '';
  position: relative;
  float: right;
  border: 6px solid transparent;
  border-left-color: #fff;
  width: 0;
  height: 0;
  top: 2px;
  right: -18px;
}



/* お近くのパナホーム兵庫 */

section.tenjijou {
	width: 100%;
	margin-top:10vw;
}
section.tenjijou h2 {
	width: 100%;
	text-align:center;
	font-weight: bold;
	line-height: 250%;
	font-size:3.5vw;
	color:#fff;
	background-color:#29468a;
	margin-bottom:5vw;
}
.exhibition {
	position:relative;
	overflow:hidden;
	width:94%;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	padding-bottom:6vw;
	border-bottom:dotted 1px #666666;
	margin:auto;
}
.exhibition h3 {
	width: 100%;
	background-image: url(../images/common2/exhibition.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	height:15vw;
	border:solid 1px #666666;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin:auto;
	margin-bottom:2vw;
}
.exhibition h3 span {
	font-size: 5.3vw;
	display: block;
	text-align:center;
	font-weight: 900;
	line-height: 15vw;
	background-color: rgba(255,255,255,0.3);
}
.exhibition h3 span  a:after {
	content:url(../images/common2/yaji3.png);
	position: relative;
	top:1px;
}
.exhibition h3 span a {
	display: block;
}
.exhibition ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.exhibition ul li {
	/*width: 32.66%;*/
	width: 49.5%;
	list-style: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-align:center;
	background-color:#414345;
	color:#fff;
	font-size:5vw;
	line-height:15vw;
	margin-right:1%;
	margin-bottom:1vw;
}
/*.exhibition ul li:nth-child(3),
.exhibition ul li:nth-child(6),
.exhibition ul li:nth-child(6) */
.exhibition ul li:nth-child(even) {
	margin-right:0;
}
.exhibition ul li.spnull{
	background-color: #CCC;
	height: 15vw;
	margin-right:0;
}
.exhibition ul li a:hover,
.exhibition p a:hover {
	background-color: rgba(255,255,255,0.3);
	text-decoration:none;
}
.exhibition ul li.fontsmal {
	font-size:3.9vw;
}
.exhibition p {
	width:100%;
	font-size:5vw;
	line-height:15vw;
	text-align:center;
	color:#fff;
	background-color:#414345;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.exhibition p a span {
	display:block;
}
.exhibition ul li a,
.exhibition p a {
	display:block;
	color:#fff;
}
.exhibition p a {
	background-image: url("../../images/common/link_out_w.png");
	background-position: right 10% bottom 50%;
	background-size: 4vw auto;
	background-repeat: no-repeat;
	/*padding-right: 4vw;*/
}
.event {
	position:relative;
	overflow:hidden;
	width:94%;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	padding-bottom:6vw;
	margin:auto;
	margin-top:6vw;
}
.event h3 {
	width: 100%;
	background-image: url(../images/common2/event.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	height:15vw;
	border:solid 1px #666666;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin:auto;
	margin-bottom:2vw;
}
.event h3 span {
	font-size: 5.3vw;
	display: block;
	text-align:center;
	font-weight: 900;
	line-height: 15vw;
}

.event ul {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.event ul li {
	width: 100%;
	list-style: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-align:center;
	background-color:#414345;
	color:#fff;
	font-size:5vw;
	line-height:15vw;
	margin-bottom:1vw;
}
.event ul li a:hover {
	background-color: rgba(255,255,255,0.3);
	text-decoration:none;
}
.event ul li a {
	display:block;
	color:#fff;
}