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





/*.koaminaka-logo:before {
  content: '';
  position: absolute;
  top: 70%;
  display: inline-block;
  /*width: 1150px;
  height: 2px;
  background-color: #6c0121;
}*/
.koaminaka-logo:before {
  left: 50px;
}
.koaminaka-logo:after {
  right: 0;
}
.about_koaminaka h1 {
  text-align: center;
  padding: 20px;
  font-family: 'Zen Old Mincho', serif;
  font-size: 3.6rem;
  margin-top: 250px;
  border-bottom: 8px solid #6c0121;
  max-width: 500px;
  margin-left: auto; /* 中央寄せにするため */
  margin-right: auto; /* 中央寄せにするため */
}
.english_title {
  text-align: center;
  font-weight: 100;
  font-size: 2.4rem;
  margin-bottom: 240px;
  padding: 10px;
}
.about_koaminaka h2 {
  text-align: center;
  font-family: 'Zen Old Mincho', serif;
  font-size: 3.6rem;
  margin-top: 80px;
  margin-bottom: 80px;
}
.nav li {
  list-style: none;
  display: inline;
  margin-left: 20px;
}
#nav-drawer {
  position: absolute;
  top: 20px;
  right: 0;
}
.about_koaminaka img {
  width: 100%;
}
.history {
  display: flex;
  width: 60%;
  margin: 0 36%;
  padding-bottom: 20px;
}
.history_contents {
  margin-bottom: 100px;
  font-weight: 400;
}
.nengou {
  width: 25%;
  padding-right: 30px;
}
.nengou_contents {
  width: 75%;
}
.people h1 {
  border-bottom: none;
}
.people h2 {
  writing-mode: vertical-lr;
  position: absolute;
  left: 49%;
}
.people h3 {
  font-family: 'Zen Old Mincho', serif;
  font-size: 1.8rem;
  padding: 30px;
  text-align: center;
}
.people {
  display: flex;
  position: relative;
  padding: 60px;
  margin-bottom: 100px;
  margin-top: 200px;
}
.img_container {
  width: 70%;
  height: 70%;
  margin: 50px auto;
  position: relative;
  overflow: hidden;
}
img:nth-child(2) {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
.img_container:hover img:nth-child(2) {
  opacity: 1;
  transition: opacity 1s;
}
/*hover
.people img{
  width:100%;
  background:url("../img/enomoto.jpg"),url("../img/hiramatsu.jpg");
  overflow: hidden;
	cursor: pointer;
  
}*/
/* 2枚目の画像は最初透明 */
.people img:last-of-type {
  opacity: 0;
  transition: opacity .7s;
}
.people div:nth-child(2) {
  width: 50%;
  margin: 0 100px 0 40px;
}
.people div:nth-child(3) {
  width: 50%;
  margin: 0 40px 0 100px;
}
.people_content {
  font-weight: 400;
  margin-bottom: 50px;
}
.tenshu {
  padding: 30px 0 0 50px;
}
.name {
  display: block;
  text-align: right;
}
@media screen and (max-width: 821px) {
  .people {
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    padding-top: 0;
  }
  .people div:nth-child(2), .people div:nth-child(3) {
    margin: auto;
  }
  .people h2 {
    writing-mode: horizontal-tb;
    position: relative;
    left: auto;
    font-size: 2.8rem;
  }
  .people_content {
    font-weight: 300;
  }
  .tenshu {
    padding: 30px 0 0 0;
  }
  .history {
    width: 100%;
    margin: 0 12%;
  }
  .about_koaminaka h1 {
    font-size: 2.4rem;
    max-width: 260px;
  }
  .english_title {
    font-size: 1.8rem;
    margin-bottom: 100px;
  }
  .about_koaminaka h2 {
    font-size: 2.2rem;
  }
  .history_contents {
    font-weight: 300;
    width: 85%;
    margin-bottom: 0;
  }
  .people div:nth-child(2) {
    width: 100%;
  }
  .people div:nth-child(3) {
    width: 100%;
  }
}