@import url(http://fonts.googleapis.com/css?family=Cinzel+Decorative:400,700,900);

body {
    font-family: 'メイリオ',
    'Hiragino Kaku Gothic Pro',
    sans-serif;
    background-color: darkgray;
}

h1  {font-size: 38px;
    margin-top: 0;
    margin-bottom: 0}

header  {background-color: lightgray;
    border-bottom: solid 1px dimgray;
    margin-bottom: 30px;
    -webkit-box-shadow:0 1px 7px dimgray;
    padding: 5px}
    
header h1   {font-family: 'Cinzel Decorative';
    font-weight: 400;
    font-size: 24px;
    color: black;
    width: 900px;
    margin-left: auto;
    margin-right: auto}
    
header h1 img {vertical-align: -10px;
    margin-right: 10px}
/*
#top header	{background-color: #ffffff;
    font-size: 24px;
	padding-top: 20px;
	padding-bottom: 15px;
	zoom: 1}
*/
#photo {
    background-image: url(photo4.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 180px}
    
#photo h1 {
  text-align: center;
  font-size: 2.5rem;
  color: white;
  margin: 30px 0 50px;
}

.gallery {
  margin: 10px 50px;
  text-align: center;
}
.gallery h2 {color: #ffffff}

.gallery img {
  width: 190px;
  height: 150px;
  padding: 0px;
  object-fit: cover;
  filter: grayscale(70%);
  transition: 0.7s;
}

.gallery img:hover {
  filter: grayscale(0);
  transform: scale(1.1);
}

