@charset "utf-8";

.title{
  height: 100px;
  background-image: url(../images/common/suifuyo.png);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-shadow: 1px 1px 10px #4b2c14;
}

.title h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: bold;
}

.title p {
  font-size: 14px;
  margin-top: 15px;
}

/*以下はningyo-kuyo用*/
.photos {
  width: 930px;
  max-width: 90%;
  background-color: #f8f8f8;
  padding-top: 35px;
  padding-bottom: 45px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;   
}  


.photo-list {
  display: flex;
  padding-top: 30px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 4px;
  flex-wrap: wrap; 
  justify-content: center;  
}

.photo-list li {
  flex-shrink: 0;
  flex-basis: auto;
  margin-left: 5px;  
}

/* .photos img {
  width: 560px;
}*/

.photos-text , .pics-text , .sazanka-shishi-text {
  margin-top: 20px;
  max-width: 600px;
  margin-left: 70px;
  line-height: 25px;
}


/*以下はtenjo-pic-pamphlet。一部tenjo-pic-planと共用*/
.pic-list , .inner-and-outer-old-pics , .sazanka-shishi-list {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  overflow: scroll;
}

.pic-list li {
  flex-shrink: 0;
  width: 240px;
}



.sazanka-shishi-list li {
  flex-shrink: 0;
  width: 450px;
}

.sazanka-shishi-list li {
  margin-left: 5px;
}

.pic-list li:nth-child(8) {
  width: 160px;
}

.inner-and-outer-old-pics li {
  flex-shrink: 0;
  margin-left: 10px;
  width: 360px;}

.copyright {
  margin-left: 50px;
}

.sogon {
  margin: 40px;
  background-color: #f8f8f8;
  padding: 25px;
}

.sogon h3 {
  color: #FFD700;
  line-height: 30px;
  text-shadow: 1px 2px 3px #413f3f;
}

.sogon p {
  margin-top: 15px;
  font-size: 15px;
  line-height: 25px;
}

.old-pic {
  margin: 40px;
  background-color: #f8f8f8;
  padding: 25px;
}

.old-pic h3 {
  color: #0c0b05;
  line-height: 30px;  
}

.old-pic p {
  margin-top: 15px;
  font-size: 15px;
  line-height: 25px;
}

.old-pic-list {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  overflow: scroll;
}

.old-pic-list li {  
  flex-shrink: 0;
  width: 440px;
}

.paint-process {
  background-color: #f8f8f8;
  padding-top: 40px;
  padding-bottom: 40px;
}

.paint-process h3 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.paint-process p {
  font-size: 15px;
  line-height: 30px;
  text-align: center;
}

.process-list {
  display: flex;
  padding-top: 40px;
  padding-bottom: 10px;
  padding-left: 60px;
  padding-right: 60px;
  overflow: scroll;
}

.process-list li {
  flex-shrink: 0;
  width: 150px;
  margin-left: 45px;
  padding: 10px;
  background-color: rgb(225, 231, 169);
}

.paint-process img {
  margin-top: 40px;
  margin-left: 10px;
  max-width: 90%;
}

/*以下は*tenjo-pic-plan用*/
.plan-explanation {
  margin: 45px;
}

.plan-explanation h3 {line-height: 35px;}

.plan-explanation p {font-size: 14px;
  line-height: 20px;}




/*以下は汎用*/

.scene {
  background-color: #f8f8f8;
  padding-top: 15px;
  padding-bottom: 15px;
}




.movie {
  width: 930px;
  max-width: 90%;
  background-color: #f8f8f8;
  padding: 40px 50px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto; 
}

.movie h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.movie h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.movie p {
  font-size: 15px;
  line-height: 28px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.movie img {
  display: block;
  width: 100%;
  height: auto;
}

.movie iframe {
  display: block;
  width: 100%;
  height: 456px;
}

.art {
  width: 930px;
  max-width: 90%;
  background-color: #f8f8f8;
  padding: 50px 60px;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
}

.art video {
  display: block;
  width: 100%;
  height: 456px;
}

/*以下はevent-list用*/

.list-array {
  background-color: #f8f8f8;
  margin-left: 20px;
  padding: 10px;
  display: flex;
  justify-content: space-around;
  font-size: 13px;
}

/*使用箇所不明*/
.u-scene {
  display: flex;
  flex-direction: column;
  justify-content: center;    
  align-items: center;
}

.u-scene h2 {
  line-height: 38px;
}

.lower img {
  width: 730px;
  margin-bottom: 15px;
}

.lowtex {
  max-width: 180px;
  margin-right: 20px;
}



/*以下はenjouji-history-walking用*/
.shiseki-introduction {
  margin-top: 50px;
  margin-left: 100px;
  margin-right: 100px;
}

.shiseki-introduction h3 {
  line-height: 35px;
}

.shiseki-introduction p {
  line-height: 25px;
}


.shiseki-list {
  width: 930px;
  max-width: 90%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, 240px);
  column-gap: 50px;
  row-gap: 50px;
  justify-content: center;
}

.shiseki-list dl {
  margin-top: 20px;
}

.shiseki-list dt {
  font-weight: bold;
}

.shiseki-list dd {
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
}

.shiseki-list p {
  font-size: 13px;
  line-height: 20px;
  margin-top: 10px;
}

.shiseki-list li {
  background-color: beige;
  padding: 10px;
}

.history-map {
  width: 930px;
  max-width: 90%;
  background-color: #d6ebca;
  padding: 50px 60px;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;

}

.history-map h3 {font-size: 22px;
  font-weight: bold;
  text-align: center;;
}

.history-map p {  
  font-size: 15px;
  line-height: 28px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.history-map img {
  display: block;
  width: 100%;
  height: auto;
}

/*以下の table はおそらく不要。
もし要なら　下方の　tenjo-pic-pamphlet 要のtable （以下のプロパティとその値はおおむね含んでいる）と区別できるよう工夫が必要。
index.htmlにtableが二つあるが、このcssを参照していない。
とりあえず無効にしておく。*/
/*  table {
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}

table th {
  padding: 10px;
}

table td {
  padding: 3px 10px;
} */

/*以下はtenjo-pic-pamphlet用*/
table {
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto; 
  margin-top: 25px;
  margin-bottom: 25px;  
  background-color: antiquewhite;
}

table th {
  padding: 10px;
  font-size: 15px;
  color: #f50b3e;
}

table td {
  padding-left: 18px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

@media (max-width: 800px) {
  .scene {
    display: block;
    width: 500px;
    margin-top: 45px;
    padding-left: 0;
  }

  .scene .scene-text, .reverse .scene-text {
    margin-left: 15px;
    margin-right: 5px;
  }

  .scene img {
    width: 100%;
    height: auto;
    margin-top: 25px;
  }

  .movie {
    width: 100%;
    padding: 30px 25px;
  }

  .movie img {
    width: 100%;
    height: auto;
  }

  .statement {
    width: 500px;
    padding: 30px 25px;
  } 

  video {
    width: 100%;
    padding: 5px 5px;
  }

  .art {
    width: 500px;
    padding: 30px 25px;
  }

  .list-array {
    display: block;
  }

  .shiseki-introduction {
    margin-top: 50px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .shiseki-list {
    column-gap: 30px;
    row-gap: 30px;
    grid-template-columns: repeat(auto-fit, 300px);
  }  

  .sazanka-shishi-text, .pics-text, .sogon  {
    margin-left: 25px;
    margin-right: 25px;
  }

  .old-pic {
    padding-left: 25px;
    padding-right: 25px;
  }

  .member {
    margin-left: 10px;
    margin-right: 10px;
  }

  .sogon {
    padding-left: 15px;
    padding-right: 15px;
  }

  .history-map {
    padding-left: 20px;
    padding-right: 20px;
  }

}