@charset "UTF-8";

/* 必須指定 */
#contWrap {
	margin: 0 auto;
  padding-bottom: 40px;
	max-width: 1160px;
  min-width: 1020px;
  font-size: 18px;
  line-height: 26px;
  color: #333;
  background-color: #f8f8f8;
}
@media screen and (max-width: 750px)  {
	#contWrap {
		width: 100%;
        max-width: 100%;
        min-width: 100%;
	}
}
/*---*/
/*メイン画像部分*/
#main_img {
}
#main_img h2 {
  margin: 0;
  padding: 0;
  line-height: 0;
}
#main_img img {
  width: 100%;
}
#main_img p {
  padding: 40px 0;
  text-align: center;
  font-size: 30px;
  line-height: 48px;
  font-weight: bold;
}
#main_img p span {
  display: block;
  font-size: 20px;
  font-weight: normal;
}


/*ボタン部分*/
#cat_btn {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cat_btn_wrap {
  width: 250px;
  height: 250px;
  margin-bottom: 2.6785714285714284%;
  -moz-box-shadow: 5px 5px 10px -4px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 5px 5px 10px -4px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 5px 5px 10px -4px rgba(0, 0, 0, 0.6);
  box-shadow: 5px 5px 10px -4px rgba(0, 0, 0, 0.6);
  border-radius: 5px;
}
.cat_btn_wrap:last-child {
  box-shadow:none;
}
.cat_btn_wrap a {
  width: 250px;
  height: 250px;
  display: block;
  text-align: center;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 5px;
  text-decoration: none;
}
.cat_btn_wrap a:hover {
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.cat_img {
  width: 250px;
  height: 168px;
  border-radius: 5px;
  position: relative;
}
.cat_img img {
  margin: 0 auto;
  width: auto;
  height: 86%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
}
.cat_img img.wSize {
  width: 90%;
  height: auto;
}
.cat_img img.wwSize {
  width: 60%;
  height: auto;
}
.cat_btn_wrap h3 {
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  color: #333;
}
.cat_btn_wrap p {
  margin: 5px auto 0 auto;
  padding: 2px 0;
  width: 80%;
  background-color: #f45d9f;
  color: #fff;
  border-radius: 20px;
  position: relative;
  font-size: 16px;
}
.cat_btn_wrap p:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}
