@charset "UTF-8";
/* CSS Document */
main{
	margin-bottom: 100px;
}
main>p{
	text-align: center;
	padding-bottom: 50px;
}
.menu{
	max-width: 1150px;
	width: 100%;
	margin: 0 auto;
}
.menu_top>p{
	width: 20%;
	display: block;
	background-image: url("../img/service/pattern.jpg");
	background-size: cover;
	box-sizing: border-box;
	position: relative;
}
.menu_top:nth-child(2)>p{
	background-image: url("../img/service/pattern_2.jpg");
}
.menu_top>p img{
	width: 100%;
	max-height: auto;
}
.menu_top a{
	width: 40%;
	display: block;
	box-sizing: border-box;
	position: relative;
}
.menu_gap{
	margin-right: 2px;
}
.menu_top a img{
	object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.menu_bottom a{
	width: 33.333%;
	display: block;
	margin-right: 2px;
	box-sizing: border-box;
	position: relative;
}
.menu_bottom a:last-child{
	margin: 0;
}

.menu_bottom a img{
	width: 100%;
	height: auto;
}
.menu_top{
	display: flex;
	margin-bottom: 2px;
}
.menu_bottom{
	display: flex;
}
.menu_top a::after {
  content: "";
  background: rgba(160,160,160,0.35);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: .35s;
}
.menu_top a:hover::after{
  background: rgba(160,160,160,0);
}
.menu_bottom a::after {
  content: "";
  background: rgba(160,160,160,0.35);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: .35s;
}
.menu_bottom a:hover::after{
  background: rgba(160,160,160,0);
}
.menu_name{
	color: #fff;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 100;
	font-size: 22px;
	letter-spacing: 0.1em;
	text-align: center;
	display: block;
	max-width: 280px;
	width: 80%;
	padding: 20px 0;
	border-bottom: solid 1px #fff;
	border-top: solid 1px #fff;
}
.menu_name span{
	display: block;
	font-size: 14px;
	padding-top: 10px;
}
.menu_name_bottom{
	font-size: 18px;
}


@media print, screen and (max-width: 880px) {
main{
	margin:0 10px 60px 10px;
}
main>p{
	text-align: left;
	padding-bottom: 35px;
	display: block;
	margin: 0 auto;
	max-width: 600px;
}
.menu{
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}
.menu_top>p{
	width: 20%;
	display: block;
	margin-right: 2px;
	background-image: url("../img/service/pattern.jpg");
	background-size: cover;
	box-sizing: border-box;
	position: relative;
}
.menu_top>p img{
	width: 100%;
	max-height: auto;
}
.menu_top a{
	width: 100%;
	display: block;
	box-sizing: border-box;
	position: relative;
}
.menu_slimming{
	margin-right: 2px;
}
.menu_top a img {
    width: 100%;
    height: 60%;
    max-height: 160px;
    object-fit: cover;
}
.menu_bottom a{
	width: 100%;
	display: block;
	margin-right: 2px;
	box-sizing: border-box;
	position: relative;
}
.menu_bottom a:last-child{
	margin: 0;
}

.menu_bottom a img{
    width: 100%;
    height: 60%;
    max-height: 160px;
    object-fit: cover;
}
.menu_top{
	display: block;
	margin-bottom: 0;
}
.menu_bottom{
	display: block;
}




















































































}
