@charset "UTF-8";
/* //////////////////////////////////////////////////

　サイトで共有するパーツのスタイル

////////////////////////////////////////////////// */
/* page title */
#pagettl {
  position: relative;
  height: 490px;
}
#pagettl h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 0 60px;
  height: 110px;
  background: #000;
  color: #fff;
  font-size: 1.4em;
  letter-spacing: 0.1em;
}
#pagettl h2 i {
  margin-right: 20px;
}
#pagettl .mainimg {
  object-fit: cover;
  height: 100%;
  width: auto;
}
@media screen and (max-width: 1280px) {
  #pagettl h2 {
    padding: 0 40px;
  }
}
@media screen and (max-width: 960px) {
  #pagettl {
    height: 350px;
  }
  #pagettl h2 {
    padding: 0 30px;
    height: 90px;
  }
  #pagettl h2 i {
    margin-right: 15px;
  }
}
@media screen and (max-width: 560px) {
  #pagettl {
    height: 250px;
  }
  #pagettl h2 {
    padding: 0 20px;
    height: 70px;
  }
}

/* title */
.h {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  letter-spacing: 0.2em;
}
.h i {
  margin-bottom: 1.1em;
}
.h .en {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 74%;
  color: #777;
}
.h .ja {
  margin-top: 0.4em;
  font-size: 1.4444em;
}

/* パンくず */
.breadcrumb, .terms {
  margin-top: 10px;
  color: #666;
  font-size: 0.8889em;
}
.breadcrumb *, .terms * {
  display: inline-block;
  color: #666;
  line-height: 1.3;
}
.breadcrumb * + *::before, .terms * + *::before {
  display: inline-block;
  content: "/";
  margin: 0 0.5em;
  transform: scale(0.9);
}
@media screen and (max-width: 560px) {
  .breadcrumb, .terms {
    margin-top: 7px;
    font-size: 0.8333em;
  }
}

.breadcrumb {
  margin-top: 30px;
}
@media screen and (max-width: 560px) {
  .breadcrumb {
    margin-top: 15px;
  }
}

/* button */
.btn {
  text-decoration: none;
  transition: all .3s;
  max-width: 100%;
}
.btn:hover {
  text-decoration: none;
  opacity: .8;
}

/* inview */
.inview {
  opacity: 0;
  transition: all .5s;
}
.inview.to_top {
  transform: translateY(10px);
}
.inview.view {
  opacity: 1;
  transform: none;
}

/* ずかんタブ */
.zukan_tab {
  display: flex;
  justify-content: center;
}
.zukan_tab li {
  text-align: center;
  cursor: pointer;
  padding: 0 40px;
  line-height: 1.2;
  white-space: nowrap;
  transition: all .3s;
}
.zukan_tab li:hover {
  opacity: .5;
}
.zukan_tab li + li {
  position: relative;
  margin-left: 23px;
}
.zukan_tab li + li::before {
  position: absolute;
  left: -23px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 23px;
  height: 57px;
  background: url("../img/common/line.png") no-repeat left center;
  background-size: 23px;
}
.zukan_tab li a {
  text-decoration: none;
}
.zukan_tab li i {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  margin-bottom: 15px;
}
.zukan_tab li i img {
  filter: brightness(0);
}
.zukan_tab li.active {
  color: #f5a100;
}
.zukan_tab li.active i img {
  filter: none;
}
@media screen and (max-width: 560px) {
  .zukan_tab li {
    padding: 0 16px;
  }
  .zukan_tab li + li {
    margin-left: 16px;
  }
  .zukan_tab li + li::before {
    left: -16px;
    width: 16px;
    height: 40px;
    background-size: 16px;
  }
  .zukan_tab li i {
    height: 20px;
    margin-bottom: 5px;
  }
  .zukan_tab li i img {
    transform: scale(0.75);
  }
}

.archive .zukan_tab .all a,
.mono.tax .zukan_tab .mono a,
.koto.tax .zukan_tab .koto a,
.basyo.tax .zukan_tab .basyo a {
  color: #f5a100;
}
.archive .zukan_tab .all i img,
.mono.tax .zukan_tab .mono i img,
.koto.tax .zukan_tab .koto i img,
.basyo.tax .zukan_tab .basyo i img {
  filter: none;
}

/* ずかん一覧 */
.zukan_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.zukan_list > li {
  position: relative;
  width: calc(33.333% - 30px);
  margin: 40px 15px 0;
}
.zukan_list > li .btn_buy {
  position: absolute;
  z-index: 2;
  top: -50px;
  left: -20px;
  transform: scale(0.5);
  background: #F5A100;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  padding-bottom: 10px;
}
.zukan_list .zoom_image {
  position: relative;
}
.zukan_list .zoom_image .category {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  padding: 0 10px;
}
.zukan_list .tax {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 7px;
}
.zukan_list .tax .area {
  display: flex;
  flex-wrap: wrap;
}
.zukan_list .tax .area li {
  margin: 0 10px 5px 0;
}
.zukan_list .tax .area a {
  display: block;
  padding: 2px 10px;
  background: #000;
  color: #fff;
  font-size: 92%;
}
.zukan_list .tax .produce {
  margin: 0 10px 5px 0;
  font-size: 90%;
}
.zukan_list .title {
  display: block;
  margin-bottom: 5px;
}
.zukan_list .date {
  color: #BFBFBF;
  font-size: 0.8889em;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
}
.zukan_list .new {
  padding-left: 1em;
  color: #F5A100;
  font-size: 0.8889em;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 960px) {
  .zukan_list {
    margin: 0 -10px;
  }
  .zukan_list > li {
    width: calc(33.333% - 20px);
    margin: 30px 10px 0;
  }
  .zukan_list .tax {
    margin: 16px 0 2px;
  }
}
@media screen and (max-width: 560px) {
  .zukan_list {
    margin: 0 -8px;
  }
  .zukan_list > li {
    width: calc(50% - 16px);
    margin: 30px 8px 0;
  }
}

/* 記事一覧 */
.post_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.post_list > li {
  width: calc(25% - 30px);
  margin: 40px 15px 0;
}
.post_list .price {
  color: #666;
}
.post_list .title {
  display: block;
  margin: 10px 0 3px;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .post_list {
    margin: 0 -10px;
  }
  .post_list > li {
    width: calc(25% - 20px);
    margin: 40px 10px 0;
  }
}
@media screen and (max-width: 560px) {
  .post_list {
    margin: 0 -8px;
  }
  .post_list > li {
    width: calc(50% - 16px);
    margin: 30px 8px 0;
  }
}

/* 関連記事 */
.related_posts {
  padding-top: 70px;
}
.related_posts .more {
  margin-top: 40px;
  display: flex;
  align-items: center;
  color: #606060;
  font-size: 1.1111em;
  text-decoration: none;
  transition: all .3s;
  justify-content: flex-end;
}
.related_posts .more.right {
  justify-content: flex-end;
}
.related_posts .more.center {
  justify-content: center;
}
.related_posts .more::after {
  margin-left: 0.6em;
  content: "";
  width: 72px;
  height: 7px;
  background: url("../img/common/arrow_more.png") no-repeat center;
  background-size: 100%;
}
.related_posts .more:hover {
  opacity: .5;
}
@media screen and (max-width: 560px) {
  .related_posts .more::after {
    width: 54px;
    height: 6px;
  }
}
@media screen and (max-width: 560px) {
  .related_posts {
    padding-top: 50px;
  }
  .related_posts .more {
    margin-top: 30px;
    justify-content: center;
  }
}

/* page navi */
.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto;
}
.wp-pagenavi > * {
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  border: 1px solid #666;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px;
  text-decoration: none;
  transition: all .3s;
}
.wp-pagenavi > *.current {
  background: #666;
  color: #fff;
}
.wp-pagenavi > *[rel="prev"] {
  background-image: url("../img/common/btn_prev.png");
  text-indent: -9999px;
}
.wp-pagenavi > *[rel="next"] {
  background-image: url("../img/common/btn_next.png");
  text-indent: -9999px;
}
.wp-pagenavi > *:hover {
  text-decoration: none;
  opacity: .5;
}
.wp-pagenavi > *:hover.current {
  opacity: 1;
}
@media screen and (max-width: 560px) {
  .wp-pagenavi {
    margin: 30px auto;
  }
  .wp-pagenavi > * {
    margin: 0 5px;
    width: 40px;
    height: 40px;
    background-size: 8px;
  }
}

/* タイプ別にコンテンツを見る */
#contents_menu {
  margin-top: 120px;
  display: flex;
  flex-wrap: wrap;
}
#contents_menu h3 {
  width: 100%;
  margin-bottom: 2.5em;
}
#contents_menu a {
  position: relative;
  width: 33.3333%;
  padding-top: 20%;
  overflow: hidden;
}
#contents_menu a::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-position: center;
  background-size: cover;
  transform: scale(1.01);
  transition: all .4s;
}
#contents_menu a:hover::before {
  transform: scale(1.1);
}
#contents_menu a .label {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 55px;
  padding: 3px 0;
  padding-left: 60px;
  color: #fff;
  letter-spacing: 0.2em;
}
#contents_menu a .label .en {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 84%;
}
#contents_menu a .label .ja {
  display: inline-block;
  margin-top: 0.3em;
  font-size: 1.4444em;
}
#contents_menu a.about::before {
  background-image: url("../img/common/img_contents_01.jpg");
}
#contents_menu a.about .label {
  background-image: url("../img/common/ico_about_w.png");
}
#contents_menu a.zukan::before {
  background-image: url("../img/common/img_contents_02.jpg");
}
#contents_menu a.zukan .label {
  background-image: url("../img/common/ico_zukan_w.png");
}
#contents_menu a.special::before {
  background-image: url("../img/common/img_contents_03.jpg");
}
#contents_menu a.special .label {
  background-image: url("../img/common/ico_special_w.png");
}
@media screen and (max-width: 1280px) {
  #contents_menu a .label {
    bottom: 15px;
    left: 15px;
  }
}
@media screen and (max-width: 960px) {
  #contents_menu {
    margin-top: 90px;
  }
  #contents_menu a .label {
    background-size: 30px;
    padding: 0;
    padding-left: 35px;
    font-size: 75%;
  }
}
@media screen and (max-width: 560px) {
  #contents_menu {
    flex-direction: column;
  }
  #contents_menu a {
    width: 100%;
    height: 130px;
  }
  #contents_menu a.about::before {
    background-position: center bottom;
  }
  #contents_menu a + a {
    margin-top: 2px;
  }
}

/* 画像拡大 */
.zoom_image {
  display: block;
  overflow: hidden;
}
.zoom_image:hover img {
  opacity: 1;
  transform: scale(1.1);
}

/* 投稿 */
.wp-post header time {
  color: #666;
  font-size: 0.8889em;
}
.wp-post header h1 {
  padding: 0.4em 0 0.5em;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.7;
}
.wp-post .mainimg {
  position: relative;
  margin-bottom: 30px;
}
.wp-post .mainimg .social {
  position: absolute;
  top: calc(100% + 30px);
  left: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.wp-post .mainimg .social li + li {
  margin-top: 15px;
}
.wp-post .mainimg .social.fix {
  position: fixed;
  z-index: 100;
  top: 130px;
  left: calc(50% - 500px);
  opacity: 0;
  pointer-events: none;
  transition: all .4s;
  padding: 0;
}
.wp-post .mainimg .social.fix.view {
  pointer-events: inherit;
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .wp-post .mainimg .social.fix {
    left: 20px;
  }
}
@media screen and (max-width: 560px) {
  .wp-post .mainimg {
    margin-bottom: 20px;
  }
  .wp-post .mainimg .social {
    display: none;
  }
}
.wp-post .wp-entry {
  max-width: 920px;
  padding: 0 40px;
  margin: auto;
}
.wp-post .wp-entry h2, .wp-post .wp-entry h3, .wp-post .wp-entry h4, .wp-post .wp-entry h5 {
  margin: 2.5em 0 1em;
  padding: 0 0.1em 1em;
  border-bottom: 2px solid #000;
  font-size: 1.3333em;
  line-height: 1.3;
}
.wp-post .wp-entry p {
  margin: 1.5em 0;
}
.wp-post .wp-entry a {
  color: #F5A100;
  text-decoration: underline;
}
.wp-post .wp-entry a:hover {
  text-decoration: none;
}
.wp-post .wp-entry .wp-caption-text {
  margin: 0.6em 0 0;
  color: #666;
  font-size: 0.8889em;
}
.wp-post .wp-entry .information {
  background: #fafafa;
  padding: 20px 30px;
}
.wp-post .wp-entry .information h4 {
  margin: 0 0 0.2em;
  padding: 0;
  border: none;
  text-align: center;
  font-weight: bold;
  font-size: 1em;
  letter-spacing: 0.1em;
}
.wp-post .wp-entry .information h5 {
  margin: 2.5em 0 1em;
  padding: 0 0.1em 1em;
  border-bottom: 2px solid #000;
  font-size: 1.3333em;
  line-height: 1.3;
}
.wp-post .wp-entry .information table {
  width: 100%;
  table-layout: fixed;
}

.wp-post .wp-entry .information th{
	width: 14%;
}

.wp-post .wp-entry .information th, .wp-post .wp-entry .information td {
  padding: 0.8em 0;
  color: #666;
  font-size: 0.8889em;
}
.wp-post .wp-entry .information td {
  padding-left: 1em;
  width: 86%;
}
.wp-post .wp-entry .information a {
  color: #666;
}
.wp-post .wp-entry .information tr + tr th, .wp-post .wp-entry .information tr + tr td {
  border-top: 1px solid #e8e8e8;
}
.wp-post .wp-entry .auther {
  margin-top: 30px;
  overflow: hidden;
}
.wp-post .wp-entry .auther dt, .wp-post .wp-entry .auther dd {
  float: left;
  color: #666;
  font-size: 0.8889em;
  font-family: 'Montserrat', sans-serif;
}
.wp-post .wp-entry .auther dt {
  clear: both;
  margin-right: 1em;
}
@media screen and (max-width: 560px) {
  .wp-post .wp-entry {
    padding: 0;
  }
  .wp-post .wp-entry .information {
    padding: 15px 20px;
  }
  .wp-post .wp-entry .auther {
    margin-top: 20px;
  }
}

/* 記事がない場合 */
.no-post {
  margin: 3em 0 0;
  text-align: center;
}
