.top_red{
	color:red;
  font-size:2rem;
  font-weight:bold;
}

.top_img_box{
  background:url(https://img21.shop-pro.jp/PA01422/298/etc/top_img_bg.jpg?cmsp_timestamp=20190122095115) center center;
  background-size: cover;
  border-radius:1em;
  text-align:center;
  padding:15px;
  color:#fff;
  font-weight:bold;
  display:flex;
}

.top_img_box_left{
  display:flex;
  flex-direction: column;
	justify-content: space-between;
  margin-right:10px;
}

.top_img_box_right{
	display:flex;
  align-items: center;
}

.top_img_box_left p{
  font-size:16px;
}

.top_img_box h3{
  font-size:5rem;
	font-family: Times,serif,sans-serif;
  line-height:5rem;
  margin-top:15px;
  background-color: transparent;
  border: none;
}

.top_img_box img{
  border-radius:1em;
  box-shadow: 0 0 5px #999;
  width:100%;
}

.small{
  font-size:0.75em;
}
dl {
	width:100%;
	overflow: hidden;
	background: #F0FFFF;
	border: 1px solid #000;
	border-top: 0;
	box-sizing: border-box;
}

dt {
	float: left;
	width: 150px;
	border-top: 1px solid #000;
	padding: 10px;
	box-sizing: border-box;
}

dd {
	background: #fff;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	padding: 10px;
	box-sizing: border-box;
	margin-left: 150px;
}

.item-box{
  transition:0.3s;
}
.item-box:hover{
  opacity:0.8;
  text-decoration:none;
}

.flex{
  display:flex;
  flex-wrap:wrap;
}
.flex > a{
  margin-right:5px;
  margin-top:5px;
}

@media screen and (max-width: 768px){
.top_img_box{
  flex-direction :column;
  }
  .top_img_box h3{
    font-size:3rem;
  }
  .top_img_box p{
    font-size:12px;
  }
  .top_red{
    font-size:1.2rem;
  }
dl {
	width: 100%;
	margin: 0 auto;
	margin-top: 2.5%;
}

dt {
	width: 100%;
	float: none;
}

dd {
	width: 100%;
	border-left: 0;
  margin-left: 0px;
}

}
