@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');

/* Page Title
-------------------------------------------------- */
.page_title {
  min-height: 240px;
  background-image: url("../../archive/images/h_bg_archive__pc.png"), url("../images/h_bg_base__pc.png");
  background-position: center top, center top;
  background-repeat: no-repeat, repeat-x;
}

.page_title_inner {
  width: 520px;
  margin: 0 auto;
  text-align: center;
}

.page_title h1 {
  margin-bottom: 65px;
  padding-top: 38px;
}

.page_title .page_title_lead {
  font-size: 1.6rem;
}

.page_title .entry_heading p {
  display: inline-block;
  margin: 0 0.25em;
}

.page_title .entry_heading .entry_date:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5em;
  background: url("../images/icon_date.png") center no-repeat;
}

.page_title .entry_heading .entry_category a {
  font-size: 1.7rem;
  font-weight: bold;
  text-decoration: underline;
}

@media screen and (max-width: 640px) {
  .page_title {
    height: auto;
    min-height: auto;
    background-image: url("../../archive/images/h_bg_archive__pc.png"), url("../images/h_bg_base__pc.png");
    background-position: center 10vw, center top;
    background-repeat: no-repeat, repeat-x;
    background-size: 160% auto;
    background-color: #fff;
  }

  .page_title_inner {
    clear: both;
    width: 100%;
    padding-top: 1rem;
    text-align: center;
  }

  .page_title h1 {
    margin-bottom: 1rem;
    padding-top: 0;
  }

  .page_title h1 img {
    width: auto;
    height: 15vw;
  }

  .page_title .page_title_lead {
    margin-top: 5rem;
    padding: 0 10% 0;
    background-color: #fff;
    font-size: 1.3rem;
  }

  .page_title .page_title_lead br {
    display: none;
  }

  .page_title .entry_heading {
    padding-top: 0.75em;
  }

  .page_title .entry_heading p {
    display: block;
    margin: 0;
    line-height: 1.6;
  }

  .page_title .entry_heading .entry_category {
    background: #fff;
  }

  .page_title .entry_heading .entry_category a {
    font-size: 1.5rem;
  }
}


/* Archive List
-------------------------------------------------- */
/* archive_tab */
.archive_tab {
  margin: 4rem 0 3rem;
  text-align: center;
}

.archive_tab li {
  display: inline-block;
  margin: 0 0.25em;
}

.archive_tab li a {
  position: relative;
  display: block;
  padding: 0.5em 1em;
  border: solid 2px #3e8b2a;
  border-radius: 5px;
  font-size: 1.7rem;
  font-weight: bold;
  color: #3e8b2a;
  cursor: pointer;
}

.archive_tab li a:hover {
  background: url("../images/btn_bg.png") center;
  color: #fff;
}

.archive_tab li.select a,
.archive_tab.current_cat01 li.select_cat01 a,
.archive_tab.current_cat02 li.select_cat02 a,
.archive_tab.current_cat03 li.select_cat03 a,
.archive_tab.current_cat04 li.select_cat04 a,
.archive_tab.current_cat05 li.select_cat05 a,
.archive_tab.current_cat06 li.select_cat06 a,
.archive_tab.current_cat07 li.select_cat07 a,
.archive_tab.current_cat08 li.select_cat08 a,
.archive_tab.current_cat09 li.select_cat09 a,
.archive_tab.current_cat10 li.select_cat10 a {
  background: url("../images/btn_bg.png") center;
  color: #fff;
}

.archive_tab li.select a:after,
.archive_tab.current_cat01 li.select_cat01 a:after,
.archive_tab.current_cat02 li.select_cat02 a:after,
.archive_tab.current_cat03 li.select_cat03 a:after,
.archive_tab.current_cat04 li.select_cat04 a:after,
.archive_tab.current_cat05 li.select_cat05 a:after,
.archive_tab.current_cat06 li.select_cat06 a:after,
.archive_tab.current_cat07 li.select_cat07 a:after,
.archive_tab.current_cat08 li.select_cat08 a:after,
.archive_tab.current_cat09 li.select_cat09 a:after,
.archive_tab.current_cat10 li.select_cat10 a:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: inline-block;
  bottom: -10px;
  left: 50%;
  width: 20px;
  height: 20px;
  transform: rotate(45deg) translate(-50%, 25%);
  background: url("../images/btn_bg.png") center;
}

/* archive_entry_list */
.archive_entry_list .hide {
  display: none;
}

.archive_entry_list .flex_wrap {
  display: flex;
  flex-wrap: wrap;
}

.archive_entry_list .entry_cassette {
  position: relative;
  width: 320px;
  margin-bottom: 2rem;
  padding: calc(1rem - 1px);
  border: solid 1px #f2f2f2;
  border-radius: 0.5rem;
  background: #f2f2f2;
  transition: border-color 0.3s;
}

.archive_entry_list .entry_cassette:hover {
  border-color: rgba(62, 139, 42, 0.4);
}

.archive_entry_list .entry_cassette:nth-child(3n-1) {
  margin-right: 20px;
  margin-left: 20px;
}

.archive_entry_list .entry_cassette>a {
  display: block;
  color: #231815;
}

.archive_entry_list .entry_new {
  display: none;
  position: absolute;
  top: 2rem;
  left: -1rem;
  width: 56px;
  height: 0;
  padding-top: 59px;
  overflow: hidden;
  background: url("../images/icon_new.png") no-repeat;
}

.archive_entry_list .entry_date {
  margin: 0.5em 0 1em;
  text-align: right;
  line-height: 1;
  font-size: 1.2rem;
  color: #808080;
}

.archive_entry_list .entry_date:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1.2rem;
  margin-right: 0.5em;
  background: url("../images/icon_date.png") center no-repeat;
}

.archive_entry_list .entry_thumb {
  position: relative;
  width: 100%;
  height: 200px;
}

.archive_entry_list .entry_thumb_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.archive_entry_list .entry_category {
  position: absolute;
  display: inline-block;
  bottom: 0;
  right: 0;
  padding: 0.3em 0.75em 0.5em;
  background: #3e8b2a;
  line-height: 1;
  font-size: 1.1rem;
  color: #fff;
}

.archive_entry_list .entry_title {
  min-height: calc((1em * 1.71) * 2);
  margin: 1em 0 0.75em;
  line-height: 1.71;
  font-weight: bold;
  text-decoration: underline;
}

.archive_entry_list .entry_tag {
  line-height: 1.4;
}

.archive_entry_list .entry_tag li {
  display: inline-block;
  margin-right: 1em;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: bold;
  color: #3e8b2a;
}

.archive_entry_list .entry_tag li:before {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 1rem;
  height: 1rem;
  margin-right: 0.25em;
  background: url("../images/icon_tag.png") center no-repeat;
}

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

  /* archive_tab */
  .archive_tab {
    display: flex;
    flex-wrap: wrap;
    width: 86%;
    margin: 3rem auto 2rem;
    text-align: center;
  }

  .archive_tab li {
    width: 49%;
    margin: 0 2% 2% 0;
  }

  .archive_tab li:nth-child(even) {
    margin-right: 0;
  }

  .archive_tab li a {
    position: relative;
    display: block;
    padding: 0.5em;
    border: solid 2px #3e8b2a;
    line-height: 1.6;
    font-size: 1.2rem;
  }

  .archive_tab li.select a:after,
  .archive_tab.current_cat01 li.select_cat01 a:after,
  .archive_tab.current_cat02 li.select_cat02 a:after,
  .archive_tab.current_cat03 li.select_cat03 a:after,
  .archive_tab.current_cat04 li.select_cat04 a:after,
  .archive_tab.current_cat05 li.select_cat05 a:after,
  .archive_tab.current_cat06 li.select_cat06 a:after,
  .archive_tab.current_cat07 li.select_cat07 a:after,
  .archive_tab.current_cat08 li.select_cat08 a:after,
  .archive_tab.current_cat09 li.select_cat09 a:after,
  .archive_tab.current_cat10 li.select_cat10 a:after {
    content: none;
  }

  /* archive_entry_list */
  .archive_entry_list .entry_cassette {
    width: 86%;
    margin: 0 auto 5%;
  }

  .archive_entry_list .entry_cassette:nth-child(3n-1) {
    margin: 0 auto 5%;
  }

  .archive_entry_list .entry_title {
    min-height: auto;
  }
}


/* Archive Detail
-------------------------------------------------- */
.archive_detail {
  margin-top: 1rem;
}

.archive_detail_border {
  position: relative;
  border: solid 4px #3e8b2a;
  border-radius: 8px;
}

.archive_detail_border:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: -2rem;
  left: calc(50% - 1rem);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1.2rem 2rem 1.2rem;
  border-color: transparent transparent #3d8b2a transparent;
}

.entry_title_wrap {
  padding-top: 40px;
}

.archive_detail .entry_title {
  margin-bottom: 1.5em;
  line-height: 1.65;
  font-size: 3.2rem;
  font-weight: bold;
  color: #3e8b2a;
}

.archive_detail .entry_images {
  display: flex;
  flex-wrap: wrap;
}

.archive_detail .entry_images>* {
  width: 400px;
  margin-bottom: 24px;
  text-align: center;
}

.archive_detail .entry_images>*:nth-child(odd) {
  margin-right: 24px;
}

.archive_detail .entry_body {
  margin-top: 1em;
  margin-bottom: 3em;
  font-size: 1.6rem;
}

.archive_detail .entry_body p {
  margin-bottom: 1em;
}

.archive_detail .entry_body hr {
  margin: 1.5em 0;
  border: none;
  border-top: solid 1px #b3b3b3;
}

.archive_detail .entry_tag_wrap {
  padding: 2rem 0;
  background: #f2f2f2;
}

.archive_detail .entry_tag li {
  display: inline-block;
  margin-right: 2em;
  line-height: 1;
  font-size: 1.6rem;
}

.archive_detail .entry_tag li:before {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 1rem;
  height: 1rem;
  margin-right: 0.25em;
  background: url("../images/icon_tag.png") center no-repeat;
}

@media screen and (max-width: 640px) {
  .archive_detail {
    margin: 1.4em 5% 0;
  }

  .archive_detail_border {
    border: solid 2px #3e8b2a;
    border-radius: 4px;
  }

  .archive_detail_border:before {
    top: -1.4rem;
    border-width: 0 1.2rem 1.4rem 1.2rem;
  }

  .entry_title_wrap {
    width: auto;
    margin: 0 5%;
    padding-top: 2rem;
  }

  .archive_detail .entry_title {
    font-size: 2rem;
  }

  .archive_detail .entry_images>* {
    width: 49%;
    max-width: 400px;
    margin-bottom: 2%;
  }

  .archive_detail .entry_images>*:nth-child(odd) {
    margin-right: 2%;
  }

  .archive_detail .entry_body {
    margin-bottom: 2em;
    font-size: 1.4rem;
  }

  .archive_detail .entry_tag_wrap {
    padding: 1rem 0;
  }

  .archive_detail .entry_tag li {
    margin-right: 1em;
    font-size: 1.2rem;
  }
}


/* Archive Recent
-------------------------------------------------- */
.archive_recent .archive_recent_title {
  margin-bottom: 0.75em;
  font-size: 1.8rem;
}

@media screen and (max-width: 640px) {
  .archive_recent .archive_recent_title {
    width: 86%;
    margin: 0 auto 0.5em;
    font-size: 1.6rem;
  }
}


/* Category Archive
-------------------------------------------------- */
.category_archive {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.category_archive_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.category_archive_list li {
  width: 32%;
  margin-bottom: 2%;
}

.category_archive_list li:nth-child(3n-1) {
  margin-right: 2%;
  margin-left: 2%;
}

.category_archive_list li a {
  display: block;
  padding: 0.75em 0;
  border: solid 2px #3e8b2a;
  border-radius: 5px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}

.category_archive_list li a:hover {
  background: #3e8b2a;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .category_archive {
    width: 86%;
    margin: 4rem auto 8rem;
  }

  .category_archive_title img {
    width: 70%;
  }

  .category_archive_list {
    display: block;
    margin-top: 2rem;
  }

  .category_archive_list li {
    width: 100%;
    margin-bottom: 3%;
  }

  .category_archive_list li:nth-child(3n-1) {
    margin-right: 0;
    margin-left: 0;
  }

  .category_archive_list li a {
    padding: 0.5em 0;
  }
}


/* Search Results
-------------------------------------------------- */
.archive_search_results {
  margin-top: 4rem;
}

.archive_search_results_heading {
  font-size: 1.9rem;
}

.archive_search_results_heading.no_search_result {
  padding: 10vh 0 2em;
  text-align: center;
}

.archive_search_results_heading em {
  display: inline-block;
  margin-right: 0.25em;
  padding-left: 1em;
  background: url("../images/icon_tag_l.png") left center no-repeat;
  font-size: 1.58em;
  font-style: normal;
  color: #3e8b2a;
}

.archive_search_results_heading.no_search_result+.btn_viewall {
  margin-bottom: 20vw;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .archive_search_results {
    margin-top: 2rem;
  }

  .archive_search_results_heading {
    margin: 0 5% 0.5em;
    font-size: 1.6rem;
  }

  .archive_search_results_heading em {
    background-size: 1.2rem auto;
    font-size: 1.2em;
  }

  .archive_search_results_heading.no_search_result+.btn_viewall {
    width: 60%;
    margin: 0 auto 20vw;
    text-align: center;
  }
}

/* リニューアルサイトに合わせて footer デザインの上書き */
.sp_only {
  display: none;
}

.alata {
  font-family: Alata;
}

@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }

  .pc_only {
    display: none;
  }
}

footer {
  width: 100%;
  background-color: #fff;
  margin-top: -88px;
  padding-top: 120px;
  font-family: -apple-system,
    BlinkMacSystemFont,
    YuGothic,
    "Yu Gothic Medium",
    "Yu Gothic",
    "Helvetica Neue",
    "Helvetica",
    "Hiragino Sans",
    "Arial",
    "Meiryo",
    sans-serif;
  font-weight: normal;
}

footer .p1 {
  margin-top: 64px;
  text-align: center;
  font-size: 22px;
  letter-spacing: 4px;
  line-height: 1.5;
}

footer .p2 {
  margin-top: 24px;
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 4px;
}

footer .image-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 64px auto 0;
}

footer .image-box .image1 {
  width: 161px;
  height: 41px;
  margin-right: 64px;
}

footer .image-box .image2 {
  width: 252px;
  height: 46px;
}

footer .copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: solid 3px #538939;
  width: 100%;
  height: 61px;
  background-color: #FBDACD;
  color: #1A1311;
  font-size: 10px;
  text-align: center;
  margin-top: 64px;
}

@media screen and (max-width: 767px) {
  footer {
    margin-top: -60px;
    padding-top: 20px;
  }

  footer .p2 {
    letter-spacing: 2px;
  }

  footer .image-box {
    flex-direction: column;
  }

  footer .image-box .image1 {
    margin-right: unset;
  }

  footer .image-box .image2 {
    margin-top: 24px;
  }
}