/* ブログ一覧用 */

.blog-main {
  width: 100%;
	height: min(calc(500px + 300 * (100vw - 320px)/1080), 800px);
	background: url(../images/top-header-sp.webp) no-repeat;
	background-position: center top;
	background-size: 120%;
	font-family: "mestiza", serif;
	font-weight: 0;
	font-style: normal;
	text-align: center;
	color: #fffef3;
	display: flex;
	justify-content: center;
	align-items: center;
}

.blog-inner {
  width: 95%;
}

.breadcrumb {
  margin-top: -40%;
  text-align: left;
  margin-left: 5%;
  margin-bottom: 10%;
  width: 100%;
  font-size: min(calc(15px + 5 * (100vw - 320px)/1080), 20px);
}

.blog-main h1 {
  font-family: "mestiza", serif;
	font-weight: 100;
	font-style: normal;
  color: #fffef3;
  font-size: min(calc(20px + 25 * (100vw - 320px)/1080), 45px);
  margin-bottom: 3%;
  letter-spacing: 1rem;
	margin-right: -1rem;
}

.blog-card {
  border-bottom: 1px dashed #fffef3;
  color: #fffef3;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 2%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-card-left {
  width: 30%;
}

.blog-card-left-sp {
  width: 30%;
  text-align: center;
}

.post-date {
  width: 100% !important;
}

.post-category {
  width: 100% !important;
}

.blog-card-right {
    width: 65%;
  }

.blog-card h2 {
	padding: 0;
	text-align: justify;
}

.blog-card-bottom {
  font-size: 12px;
  color: #333333;
}

.post-title {
  padding-left: 3% !important;
  font-weight: bold;
  font-size: 20px;
}

.post-title a {
  border-bottom: 1px solid;
  color: #fffef3;
}

.post-discription {
  padding: 3% 3% 3% 0;
  font-size: 18px;
}

.post-discription p {
	text-align: justify;
	padding: 0;
}

.post-category a {
	color: #fffef3;
}

.eye-catch {
  width: 80%;
  margin: 0 auto;
	height: 100%;
}

.eye-catch-img {
  width: 100%;
	height: 100%;
}

.blog-card-bottom {
  display: flex;
  justify-content: space-between;
}

.post-category {
  width: 70%;
}

.post-date {
  width: 100%;
}

@media screen and (min-width: 640px) {

  .blog-main {
    height: min(calc(600px + 200 * (100vw - 640px)/760), 800px);
    background-position: center;
  }


  .breadcrumb {
    margin-top: -20%;
    text-align: right;
    margin-left: 0;
    margin-right: 5%;
    margin-bottom: 5%;
    font-size: min(calc(10px + 10 * (100vw - 320px)/1080), 20px);
  }

  .blog-card {
    width: min(calc(550px + 250 * (100vw - 640px)/760), 800px) !important;
    margin: 0 auto;
  }

  .post-title {
    padding-left: 1%;
  }

    .post-category {
      width: 50% !important;
  }

}

@media screen and (max-width: 900px) {
  .breadcrumb {
    margin-top: -30%;
    margin-bottom: 5%;
  }
}

@media screen and (min-width: 1300px) {
  .blog-main {
    background: url(../images/news-header-bg.webp) no-repeat;
    background-position: center top;
    background-size: 120%;
    height: min(calc(400px + 400 * (100vw - 640px)/760), 800px);
  }
}