@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.3
*/

img {
  vertical-align:top;
}

/* トップページのみヘッダー削除 */
.home #header-container {
  display: none;
}
.home .content {
  margin-top: 0;
}
.home .main {
  padding: 0;
  background-color: #f1f0e5;
}
/* //END トップページのみヘッダー削除 */

.mv {
  display: flex;
}
.mv-img {
  width: 50%;
}
.mv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  background-color: #e58999;
  color: #fff;
  padding: 20px;
}
.mv-text h3 {
  margin-bottom: 10px;
}
.mv-text dl {
  display: flex;
  font-size: 14px;
}
.mv-text dt {
  width: 130px;
}
.mv-text p {
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}
.mv-text .insta {
  width: 170px;
  margin: 20px auto 0;
}
.post-list {
  max-width: 1500px;
  padding: 20px !important;
  margin: 80px auto !important;
  list-style: none;
}
.post-list .alm-reveal {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.post-list li {
  background-color: #fff;
  width: calc(100% / 4 - 19px);
}
.post-list .meta {
  text-align: center;
  padding: 15px 10px;
  font-weight: 600;
  font-family: "Vollkorn", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
.post-list .date {
  font-size: 50px;
  line-height: 1.1;
}
.post-list .month-year {
  font-size: 13px;
}
.post-list .thumb {
  aspect-ratio: 9/16;
  width: 100%;
  height: auto;
}
.post-list .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-list .contents {
  padding: 10px;
}
.contents h3 {
  font-size: 15px;
  font-weight: normal;
  padding-bottom: 10px;
}
.contents .text {
  padding-top: 10px;
  border-top: 1px dotted #666;
}
.contents p {
  font-size: 14px;
}

@media screen and (min-width: 835px){
  .pcnone {
    display: none
  }
}
@media screen and (max-width: 1023px){
  .mv {
    flex-direction: column;
  }
  .mv-img {
    width: 100%;
  }
  .mv-text {
    width: 100%;
  }
  .post-list .alm-reveal {
    gap: 15px;
  }
  .post-list li {
    width: calc(100% / 2 - 8px);
  }
}

@media screen and (max-width: 834px){
  .spnone {
    display: none;
  }
}

@media screen and (max-width: 480px){

}
