@charset "UTF-8";
/*************************
共通class
************************ */
/* ************************
main
************************ */
/* ************************
content
************************ */
@media screen and (max-width: 767.98px) {
  #information {
    margin-top: 0.08rem;
  }
}
#information .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767.98px) {
  #information .container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 0.1rem;
  }
}
@media screen and (max-width: 767.98px) {
  #information .sidebar-wrapper {
    width: calc(100% - 0.3rem);
    position: absolute;
    background-color: #fff;
    top: 0.56rem;
    left: 0.15rem;
    z-index: 3;
  }
}
@media screen and (max-width: 767.98px) {
  #single #information .sidebar-wrapper {
    display: none;
  }
}
#information .info-box {
  width: 9rem;
}
@media screen and (max-width: 767.98px) {
  #information .info-box {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
#information .info-list-catname {
  font-size: 0.33rem;
  font-weight: 500;
  padding-bottom: 0.5rem;
  margin-top: 0;
}
@media screen and (max-width: 767.98px) {
  #information .info-list-catname {
    font-size: 0.17rem;
    text-align: center;
    padding-bottom: 0.2rem;
    margin-bottom: 0.8rem;
  }
}
#information .info-side {
  width: 2.3rem;
  padding-top: 0.12rem;
}
@media screen and (max-width: 767.98px) {
  #information .info-side {
    display: none;
    padding-top: 0;
    width: 100%;
    border-left: 1px solid rgba(163, 138, 119, 0.4);
    border-right: 1px solid rgba(163, 138, 119, 0.4);
    border-bottom: 1px solid rgba(163, 138, 119, 0.4);
    padding-left: 0.16rem;
    padding-right: 0.16rem;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
#information .info-side-cat-list {
  border-top: 1px solid rgba(163, 138, 119, 0.4);
  padding-top: 0.2rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #information .info-side-cat-list {
    border-top: none;
    padding-top: 0;
  }
}
#information .info-side-cat-list:before {
  content: "カテゴリ";
  display: inline-block;
  font-size: 0.15rem;
  color: #a9894b;
  position: absolute;
  top: -0.15rem;
  left: -0.76rem;
}
@media screen and (max-width: 767.98px) {
  #information .info-side-cat-list:before {
    content: none;
  }
}
#information .info-side-cat-list ul li a {
  font-size: 0.15rem;
  color: #555;
  display: block;
  text-align: center;
  padding: 0.2rem 0;
}
@media screen and (max-width: 767.98px) {
  #information .info-side-cat-list ul li a {
    font-size: 0.1rem;
    padding: 0.16rem 0;
  }
}
#information .info-side-month ul li {
  border-bottom: 1px solid rgba(241, 240, 236, 0.5);
  text-align: center;
  font-size: 0.15rem;
  color: #555;
  padding: 0.2rem;
}
@media screen and (max-width: 767.98px) {
  #information .info-side-month ul li {
    border-bottom: 1px solid rgba(163, 138, 119, 0.4);
    font-size: 0.1rem;
    padding: 0.16rem 0.4rem;
    text-align: center;
  }
}
#information .info-side-month ul li a {
  display: inline-block;
}
#information .info-side-month ul li:first-of-type {
  border-top: 1px solid rgba(241, 240, 236, 0.5);
}
@media screen and (max-width: 767.98px) {
  #information .info-side-month ul li:first-of-type {
    border-top: 1px solid rgba(163, 138, 119, 0.4);
  }
}
@media screen and (max-width: 767.98px) {
  #information .info-side-month ul li:last-of-type {
    border-bottom: none;
  }
}
#information .info-post {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgba(163, 138, 119, 0.4);
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #information .info-post {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }
}
#information .info-post a {
  display: block;
}
#information .info-post-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767.98px) {
  #information .info-post-head {
    display: block;
  }
}
#information .info-post-date {
  width: 1.56rem;
  color: #a9894b;
  font-size: 0.15rem;
  line-height: 0.36rem;
}
@media screen and (max-width: 767.98px) {
  #information .info-post-date {
    display: block;
    font-size: 0.11rem;
    line-height: 1;
    margin-bottom: 0.12rem;
  }
}
#information .info-post-ttl {
  width: calc(100% - 1.56rem);
  font-size: 0.17rem;
  line-height: 0.36rem;
}
@media screen and (max-width: 767.98px) {
  #information .info-post-ttl {
    width: 100%;
    font-size: 0.13rem;
    line-height: 0.27rem;
  }
}
#information .info-post-txt {
  display: none;
  padding-top: 0.2rem;
}
@media screen and (max-width: 767.98px) {
  #information .info-post-txt {
    padding-top: 0.12rem;
  }
}
#information .info-post-txt p {
  font-size: 0.15rem;
  line-height: 0.32rem;
}
@media screen and (max-width: 767.98px) {
  #information .info-post-txt p {
    font-size: 0.11rem;
    line-height: 0.22rem;
    letter-spacing: 0.08em;
    word-break: break-word;
  }
}
#information .info-post-txt p:first-of-type {
  margin-top: 0;
}
#information .info-post-txt p a {
  display: inline-block;
  color: #a38a77;
  text-decoration: underline;
  text-underline-offset: 2px;
}
#information .info-post:first-of-type {
  margin-top: -0.2rem;
}
@media screen and (max-width: 767.98px) {
  #information .info-post:first-of-type {
    margin-top: 0;
  }
}
#information .tab {
  display: none;
}
@media screen and (max-width: 767.98px) {
  #information .tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 0.44rem;
    font-size: 0.12rem;
    color: #a9894b;
    border: 1px solid rgba(163, 138, 119, 0.4);
    position: relative;
  }
}
@media screen and (max-width: 767.98px) {
  #information .tab:after {
    content: "\f107";
    font-size: 0.12rem;
    font-family: "Line Awesome Free", "Line Awesome Brands";
    font-weight: 900;
    letter-spacing: 0;
    width: 0.2rem;
    height: 0.2rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0.1rem;
    right: 0.1rem;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
#information .tab.open:after {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

#single #information {
  padding-top: 0;
}
#single #postdetail {
  width: 9rem;
}
@media screen and (max-width: 767.98px) {
  #single #postdetail {
    width: 100%;
  }
}
#single #posthead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #000;
  padding-bottom: 0.24rem;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  #single #posthead {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0.3rem;
  }
}
#single #posthead .info-titlebox .postttl {
  font-size: 0.26rem;
  font-weight: 500;
  line-height: 1.6154;
  margin-top: 0.04rem;
}
@media screen and (max-width: 767.98px) {
  #single #posthead .info-titlebox .postttl {
    font-size: 0.18rem;
  }
}
#single #posthead .info-date {
  display: block;
  font-size: 0.13rem;
  color: rgba(163, 138, 119, 0.8);
  margin-top: 0.04rem;
}
#single #postmain .container {
  display: block;
}
#single .info-listlink {
  border-top: 1px solid rgba(163, 138, 119, 0.4);
}
#single .info-listlink p {
  margin-top: 0;
}
#single .info-listlink .post-pagenavi {
  width: 9.2rem;
  padding: 0.8rem 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  #single .info-listlink .post-pagenavi {
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0.15rem 0.6rem 0.48rem;
  }
}
#single .info-listlink .post-pagenavi .prev, #single .info-listlink .post-pagenavi .next {
  width: auto;
  min-width: 1.15rem;
}
@media screen and (max-width: 767.98px) {
  #single .info-listlink .post-pagenavi .prev, #single .info-listlink .post-pagenavi .next {
    width: 50%;
    min-width: none;
    height: auto;
    padding: 0.12rem 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    font-size: 0.12rem;
  }
}
#single .info-listlink .post-pagenavi .prev:before, #single .info-listlink .post-pagenavi .next:before {
  content: none;
}
#single .info-listlink .post-pagenavi .prev a, #single .info-listlink .post-pagenavi .next a {
  position: relative;
}
#single .info-listlink .post-pagenavi .prev a:before, #single .info-listlink .post-pagenavi .next a:before {
  content: "";
  display: block;
  width: 0.29rem;
  height: 0.05rem;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: calc((100% - 0.08rem) / 2);
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767.98px) {
  #single .info-listlink .post-pagenavi .prev a:before, #single .info-listlink .post-pagenavi .next a:before {
    width: 0.22rem;
    height: 0.04rem;
  }
}
@media screen and (max-width: 767.98px) {
  #single .info-listlink .post-pagenavi .prev {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-right: 1px solid rgba(163, 138, 119, 0.4);
  }
}
#single .info-listlink .post-pagenavi .prev a {
  padding-left: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  #single .info-listlink .post-pagenavi .prev a {
    padding-left: 0.28rem;
  }
}
#single .info-listlink .post-pagenavi .prev a:before {
  left: 0;
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
}
.mouse #single .info-listlink .post-pagenavi .prev a:hover:before {
  left: -0.04rem;
}
@media screen and (max-width: 767.98px) {
  #single .info-listlink .post-pagenavi .next {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
#single .info-listlink .post-pagenavi .next a {
  padding-right: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  #single .info-listlink .post-pagenavi .next a {
    padding-right: 0.28rem;
  }
}
#single .info-listlink .post-pagenavi .next a:before {
  right: 0;
  left: auto;
  -webkit-transform: scale(-1, 1) skew(-45deg);
          transform: scale(-1, 1) skew(-45deg);
}
.mouse #single .info-listlink .post-pagenavi .next a:hover:before {
  right: -0.04rem;
}
@media screen and (max-width: 767.98px) {
  #single .info-listlink .post-pagenavi .list {
    width: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0.36rem;
  }
}
#single .info-listlink .post-pagenavi .list a {
  padding-left: 0.6rem;
  font-size: 0.15rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #single .info-listlink .post-pagenavi .list a {
    font-size: 0.11rem;
    padding-left: 0.44rem;
  }
}
#single .info-listlink .post-pagenavi .list a:before, #single .info-listlink .post-pagenavi .list a:after {
  content: "";
  display: block;
  position: absolute;
}
#single .info-listlink .post-pagenavi .list a:before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 34%, 50% 34%, 50% 66%, 100% 66%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 34%, 50% 34%, 50% 66%, 100% 66%, 100% 100%, 0 100%);
  width: 0.3rem;
  height: 0.3rem;
  background: transparent url(../img/icon_list.svg) no-repeat scroll center center/contain;
  left: 0;
  top: calc((100% - 0.3rem) / 2);
}
@media screen and (max-width: 767.98px) {
  #single .info-listlink .post-pagenavi .list a:before {
    width: 0.22rem;
    height: 0.22rem;
    top: calc((100% - 0.24rem) / 2);
  }
}
#single .info-listlink .post-pagenavi .list a:after {
  width: 0.3rem;
  height: 0.05rem;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  position: absolute;
  top: calc(50% - 0.03rem);
  left: 0.22rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767.98px) {
  #single .info-listlink .post-pagenavi .list a:after {
    width: 0.22rem;
    height: 0.04rem;
    top: calc(50% - 0.03rem);
    left: 0.16rem;
  }
}
.mouse #single .info-listlink .post-pagenavi .list a:hover:after {
  left: 0.18rem;
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}