@charset "UTF-8";
/* CSS Document */

.main {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 1100px;
    margin: auto;
	color: #535353;
	text-align: left;
}

h2 {
    border-bottom: solid 2px #ABABAB;
    position: relative;
    width: 1100px;
    font-size: 250%;
	margin: auto;
}
h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #005EAE;
  bottom: -5px;
  width: 25px;
}
.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

.p-menu {
	width: 1000px;
	margin: auto 0 ;
}
ul.p-menu{
    list-style: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-family: sans-serif;
}
.contents{
    position: relative;
    width: 300px;
	overflow: hidden;
  cursor: pointer;
	background-color: black;
	box-shadow: 0 0 8px gray;
	margin: 5px;
}
.p-menu img{
    height: 150px;
    width: 300px;
    display: block;
	transition-duration: 0.5s;
	opacity: 0.5;
}
.p-menu div{
    position: absolute;
    width: 300px;
    height: 100%;
    background: rgba(0,0,0,0);
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    transition: .3s;
    font-weight: bold;
    font-size: 150%;
}
.p-menu li:hover div{
    opacity: 0;
}
.p-menu li:hover img{
transform: scale(1.2);
  transition-duration: 0.5s;
	opacity: 1;
	}


#pro-menu {
	width: 1100px;
	margin: auto;
	text-align: left;
}
#pro-menu #menulist3 {
	margin: auto;
}

#pro-menu li {
	float: left;
	list-style: none;
	font-size: 100%;
	width: 130px;
	box-shadow: -1px 1px #7F7F7F;
	padding-left: 5px;
	margin: 7px;
}


