@charset "utf-8";



#business {
  position: relative;
  padding: 0 0 40px;
  color: #555;
}

#business-first {
  text-align: center;
  padding: 0 0 40px;
  background-color: #ffe4ef;
}

#business h2 {
  padding: 50px 0;
  background-color: #333;
  color: #fff;
}


#business small {
  color: #ccc;
}

#business p {
  line-height: 3;
}

#business h3 {
  font-size: 190%;
  letter-spacing: -3px;
}

#business h3 .times {
  letter-spacing: 1px;
}

#business h4 {
	color:#705b67;
	font-size:170%;
	position: relative;
	padding: .5em .75em;
	background-color: #ffe6f0;
}
#business h4::before,
#business h4::after {
	position: absolute;
	bottom: 8px;
	z-index: -1;
	content: '';
	width: 50%;
	height: 50%;
	box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
}
#business h4::before {
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
	left: .3em;
}
#business h4::after {
	-webkit-transform: rotate(3deg);
	transform: rotate(3deg);
	right: .3em;
}


/*.business-txt a {
  text-decoration: underline;
}

.business-txt .business-tel {
  text-decoration: none;
}
*/
.business dl {
  border-top: dashed 1px #ccc;
  padding: 15px 0;
}

.business dl:last-child {
  border-bottom: dashed 1px #ccc;
}

.business dt {
  text-align: center;
  font-weight: 700;
}





@media (max-width: 1199px){
	}

@media (max-width: 991px){
	
	}

@media (max-width: 767px){
	
	#business p {
    text-align: left;
    padding: 0 15px;
  }
  #business dt {
    text-align: left;
  }
  #business dt,
  #business dd {
    padding: 0;
		text-align:center;
  }
  #business h3 {
    font-size: 150%;
    letter-spacing: -3px;
  }
  #business h3 img {
    width: 40px;
  }
/*  .business-txt .business-tel {
    text-decoration: underline;
  }
*/	}

@media (max-width: 500px){
  }
}

@media (max-height: 400px){

}