@charset "utf-8";
/* CSS Document */
.main-navi{
	background-color: rgba(255, 255, 255, 1);
	color: #000;
}

.top-img{
	background-image: url(../img/p-top.jpg);
}

.top-img02{
	background-image: url(../img/p-top02.jpg);
}

.dining{
	margin: 30px auto 60px;
  width: 90%;
	display: flex;
}
.dining > div{
	width: 33.3%;
	padding: 15px;
}
.cat-img > div {
	width: 49%;
}

.din-ttl{
	text-align: center;
	font-size: 24px;
	color: #00688C;
}

.cat-img {
  justify-content: space-between;
	padding: 15px;
}
.di-txt{
  margin-top: 10px;
}
.di-txt p{
	margin-top: 10px;
}
.di-ttl{
	font-size: 20px;
	border-bottom: 1px solid;
}

.img-box{
	position: relative;
}

@media (min-width: 768px) {

}

@media (min-width: 992px){

}
