p {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
}
div {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
}
a {
  color: #000000;
  text-decoration: none;
}

img {
  object-fit: cover;
  width: 100%;
}
.top_butuji_bg {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 30vh;
  background-image: url(../img/butuji_bg.png);
  background-position: 20%;
  background-size: cover;
  background-repeat: no-repeat;
}
.top_filter {
  background-color: rgba(0,0,0,0.2);
  height: 30vh;
}
.top_txt {
  z-index: 100;
  left: 0%;
  top: 37%;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  position: absolute;
}
.houji {
  position: relative;
  z-index: 1;
}
.houji_inner {
  max-width: 40%;
  min-height: 300px;
  background-color: #fff;
  position: absolute;
  z-index: 100;
  top: 55%;
  left: 10%;
  padding: 50px 40px;
  box-shadow: 3px 3px 4px  rgba(0,0,0,0.25);
}
.houji_inner_title {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #CCD3D3;
  margin-bottom: 20px;
}
.houji_inner_text {
  line-height: 2.4;
}
.houji_bg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 40vh;
  background-image: url(../img/shinkouji_top_pc01.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.sougi {
  padding: 200px 30px 120px;
  background-image: url(../img/bg01.jpg);
  background-size: cover;
}
.sougi_inner {
  max-width: 1440px;
  justify-content: space-between;
  margin: 0 auto;
  display: flex;
  align-items: center;
  line-height: 1.6;
}
.sougi_inner:nth-child(2) {
  flex-direction:row-reverse;
  margin-top: 100px;
}

.sougi_img {
  width: 40%;
  height: 500px;
}
.sougi_text_inner {
  width: 53%;
  background-color: #fff;
  padding: 60px 30px;
  box-shadow: 3px 3px 4px  rgba(0,0,0,0.25);
}
.sougi_text_title {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #CCD3D3;
  margin-bottom: 30px;
}
.sougi_text {
  line-height: 2;
  letter-spacing: 0.1em;
}
.eternal {
  background-image: url(../img/bg01.jpg);
  background-size: cover;
  padding: 0 30px 120px;
}
.eternal_title {
  font-size: 30px;
  text-align: center;
  margin: 0 auto 60px;
  font-weight: bold;
  background-color: #6E8252;
  padding: 50px 0;
  color: #fff;
}
.eternal_inner {
  max-width: 1280px;
  margin: 0 auto;
}
.eternal_text {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 60px;

}
.eternal_img {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 1px 1px 1px 1px;
  box-shadow: 5px 5px 3px #bbbbbb;
  background: #000000;
}
.eternal_img img {
  height: 400px;
  padding: 10px 10px;
  background: #fff;
}
.eternal_cost {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.eternal_cost_left {
  font-size: 24px;
}
.eternal_cost_text {
  font-size: 16px;
  margin-top: 30px;
}

            
@media (max-width: 767px) {
  .top_txt {
    font-size: 24px;
  }
  .top_butuji_bg {
    height: 25vh;
  }
  .top_bg_filter {
    height: 25vh;
  }
  .houji_bg {
    height: 42vh;
  }
  .houji_inner {
    max-width: 80%;
    top: 15%;
    padding: 50px 30px;
  }
  .houji_inner_title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .houji_inner_text {
    line-height: 2.4;
    font-size: 14px;
  }
  .sougi {
    padding: 80px 20px;
    background-image: url(../img/bg01.jpg);
    background-size: cover;
  }
  .sougi_inner {
    display: block;
    line-height: 1.6;
  }
  .sougi_inner:nth-child(2) {
    flex-direction:block;
  }
  .sougi_img {
    width: 40%;
    height: auto;
  }
  .sougi_text_inner {
    width: 53%;
    background-color: #fff;
    padding: 60px 30px;
    box-shadow: 3px 3px 4px  rgba(0,0,0,0.25);
  }
  .sougi_text_title {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 1px solid #CCD3D3;
    margin-bottom: 30px;
  }
  .sougi_text {
    line-height: 2.4;
    letter-spacing: 0.1em;
  }
  .eternal_title {
    text-align: center;
    margin: 0 auto 40px;
    padding: 30px 0;
    color: #fff;
    font-size: 22px;
  }
  .eternal {
    background-image: url(../img/bg01.jpg);
    background-size: cover;
    padding: 0 30px 120px;
  }
}
@media (max-width: 500px) { 
  .houji_bg {
    margin: 80px 0 100px;  
  }
  .houji_inner {
    max-width: 90%;
    padding: 30px;
    left: 5%; 
    top: 55%;
  }
  .houji_inner_title {
    font-size: 22px;
  }
  .sougi {
    padding: 80px 20px 80px;
  }
  .eternal_title {
    font-size: 20px;
  }
  .eternal_text {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 40px;
  }
  .eternal_img img{
    height: 300px;
  }
  .eternal_cost_title {
    font-size: 20px;
  }
  .eternal_cost_text {
    font-size: 14px;
    line-height: 2;
    margin-top: 20px;
  }
}