body {
  font-family: "ヒラギノ角ゴ Pro w3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  margin: 0;
  padding: 0;
}

p {
  font-size: 12px;
  line-height: 150%;
}


#container {
  width: 980px;
  height: 780px;
  margin: 0 auto 0 auto;
  float: none;
  background-color:#d9d9d9;
}

header {
  height: 110px;
  width: 980px;
  padding-top: 40px;
}

header #title {
  height: 40px;
  width: 700px;
  margin: 0 auto 0 auto;
}

header #title h1 {
  margin:  0px auto 0 auto;
  padding: 0px;
  font-size: 25px;
  text-align: center;
  letter-spacing: 0.4em;
  font-family: 'Open Sans Condensed', sans-serif;
}

header #title a {
  color: #000;
  text-decoration: none;
}

header #Navi_area {
  height: 40px;
  width: 880px;
  margin: 0 auto 0 auto;
  position: relative;
}

header #Navi_area ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  text-align: center;
}

header #Navi_area li {
  display: inline-block;
  float: none;
  width: 70px;
  padding: 10px;
  letter-spacing: 0.2em;
  font-size: 14px;
  font-family: 'Open Sans Condensed', sans-serif;
}

header #Navi_area li a {
  display: block;
}

header #Navi_area #Navi_area_sub {
  position: absolute;
  top: 40px;
  left: 160px;
  float: right;
  width: 200px;
  text-align: right;
  display: none;
}

header #Navi_area #Navi_area_sub li {
  width: 200px;
}

header #Navi_area ul li:hover #Navi_area_sub {
  display: block;
}

header #Navi_area li ul li {
  display: block;
}

header #Navi_area li a {
  text-decoration: none;
  color: #999999;
}

header #Navi_area li a:hover {
  color: #000;
  transition: 0.5s;
}

main{
  height: 580px;
  width: 840px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 70px 0 70px;
}

main p{
  text-align: center;
}

main h2 {
  text-decoration: underline;
}

footer {
  clear: both;
  height: 55px;
  width: 960px;
  background-color: #ffffff;
  font-size: 10px;
  letter-spacing: 0.2em;
  font-family: 'Open Sans Condensed', sans-serif;
  text-align: left;
  color: #666666;
  margin: 0 auto 0 auto;
  padding-top: 10px;
  border-top-width: 1px;
  border-top-color:#747474;
  border-top-style: solid;
}

.coment h2 {
  text-decoration: underline;
}

main .coment h3 {
  width: 400px;
  margin-left:
  font-size: 20px;
}

main .coment {
  height: 500px;
  width: 840px;
}

main .coment .coment_left {
  float: left;
  height: 450px;
}

#JPlink {
  float: right;
  width: 80px;
  height: 30px;
  text-align: right;
  color: #c8c8c8;
}

#JPlink a {
  color: #c8c8c8;
text-decoration: none;
}

main .coment p {
  width: 400px;
  text-align: left;

}

main .coment_title {
  font-size: 16px;
}

main .coment img {
  float: right;
}

main .Gallery_navi {
  list-style-type: none;
  display: flex;
  justify-content: center;
  width: 840px;
}

.Gallery_navi {
  padding: 0 0 0 0;
  margin-left: 0;
}

.Gallery_navi li {
  width: 267px;
  margin: 0 5px 0 5px;

}

figure {
  position: relative;
  overflow: hidden;
  width: 267px;
  margin-left: 0;
}

figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 99%;
  background: rgba(0,0,0,0.5);
  transition: 0.3s;
  opacity: 0;
}
figcaption p {
  color: #ffffff;
  font-size: 20px;
  margin: 0 auto;
  padding: 180px 0;
}

figcaption a {
  text-decoration: none;
}

figure:hover figcaption {
  opacity: 1;
}

.contact {
  float: right;

}

.icon {
  float: left;
  height: 320px;
  width: 400px;
  position: relative;
}

.icon p {
  height: 50px;
  position: absolute;
  right: 290px;

}

.icon img {
  margin: 0 2px;
}


