@charset "UTF-8";
/* デフォルト */
/* レスポンシブ設定 */
@media screen and (min-width: 321px) {
  .ssp {
    display: none;
  }
}
@media screen and (min-width: 541px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .tb {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .nb {
    display: none;
  }
}
.container {
  max-width: 700px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width:540px) {
  .container {
    max-width: 330px;
  }
}

article .flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}
article .flex .time {
  font-size: 14px;
  color: #959595;
}
article .flex .post-category {
  background: white;
  padding: 2px 8px 1px;
  color: #959595;
  font-weight: 400;
  font-size: 12px;
}
article .flex .post-category.category-event {
  color: white;
  background: #685150;
}
article .flex .post-category.category-column {
  color: white;
  background: #685150;
}
article h1 {
  font-weight: 400;
  font-size: 35px;
  margin-bottom: 50px;
}
@media screen and (max-width:540px) {
  article h1 {
    font-size: 23px;
  }
}
article .post-thumbnail {
  margin-bottom: 30px;
}
article .post-thumbnail img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.back {
  padding-left: 20px;
  position: relative;
  margin-top: 80px;
}
.back::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #685150;
  border-left: 2px solid #685150;
  top: 50%;
  left: 0px;
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.4s;
}
.back:hover::before {
  left: -3px;
  border-color: #959595;
}
.back a.backbtn {
  color: #685150;
  font-weight: 700;
  transition: 0.4s;
}
.back a.backbtn:hover {
  color: #959595;
}

.content-box .wp-block-image.size-large {
  margin: 30px auto;
}
.content-box h2 {
  font-size: 25px;
  margin-bottom: 30px;
  margin-top: 80px;
}
@media screen and (max-width:540px) {
  .content-box h2 {
    font-size: 23px;
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
.content-box h3 {
  font-size: 20px;
  margin-top: 50px;
  padding-bottom: 2px;
  border-bottom: 2px solid #685150;
  margin-bottom: 30px;
}
@media screen and (max-width:540px) {
  .content-box h3 {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.content-box ul.wp-block-list {
  margin: 30px auto;
  margin-left: 20px;
}
@media screen and (max-width:540px) {
  .content-box ul.wp-block-list {
    margin: 20px auto;
    margin-left: 20px;
  }
}
.content-box ul.wp-block-list li {
  font-size: 18px;
  margin-bottom: 5px;
}
@media screen and (max-width:540px) {
  .content-box ul.wp-block-list li {
    font-size: 16px;
  }
}
.content-box .wp-block-table {
  overflow: scroll;
}
.content-box .wp-block-table table.has-fixed-layout {
  border: 1px solid #685150;
  width: 100%;
  border-collapse: collapse;
}
.content-box .wp-block-table table.has-fixed-layout tr {
  background: white;
}
.content-box .wp-block-table table.has-fixed-layout tr:first-child {
  background: #E8E5E5;
}
.content-box .wp-block-table table.has-fixed-layout tr td {
  padding: 10px;
  border: 1px solid #685150;
  white-space: nowrap;
}

a.cta-btn {
  border: 2px solid;
  -o-border-image: linear-gradient(to right, #F8EDD7, 46%, #E8BC7A, 75%, #FFFFFF, #E7B875);
     border-image: linear-gradient(to right, #F8EDD7, 46%, #E8BC7A, 75%, #FFFFFF, #E7B875);
  max-width: 500px;
  padding: 20px 0;
  margin: 60px auto 0;
  color: white;
  background: linear-gradient(to bottom, #C58A3A, 66%, #BB7E2A, #925B11);
  font-size: 20px;
  font-weight: 700;
  position: relative;
  text-align: center;
  border-radius: 10px;
}
@media screen and (max-width:540px) {
  a.cta-btn {
    font-size: 16px;
    padding: 15px 0;
  }
}
a.cta-btn::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
a.cta-btn:hover {
  background: linear-gradient(to bottom, #DFA85C, 66%, #B77820);
}/*# sourceMappingURL=style.css.map */