@charset "UTF-8";
@import url(../css/wp-common.css);
/*==================================================================*/
/* contact css　*/
/*==================================================================*/
#main-inbox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
  box-sizing: border-box;
  zoom: 1;
}
#main-inbox #content {
  width: 68%;
  margin-right: 7%;
  box-sizing: border-box;
}
#main-inbox #sidebar {
  margin: 0 0 6em;
  padding: 0;
  width: 25%;
  word-wrap: break-word;
}
#main-inbox #sidebar #text-form {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
}
#main-inbox #sidebar #text-form input {
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", "sans-serif";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#main-inbox #sidebar #text-form input#keyword-text {
  width: 85%;
  padding: .7em;
  margin-right: 3%;
  border: 1px solid black;
}
#main-inbox #sidebar #text-form input#sbtn {
  width: 12%;
  min-width: 40px;
  background: #000;
  color: #fff;
  border: 1px solid black;
  cursor: pointer;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
}
#main-inbox #sidebar input[type="button"], #main-inbox #sidebar input[type="text"], #main-inbox #sidebar input[type="submit"], #main-inbox #sidebar input[type="image"], #main-inbox #sidebar textarea, #main-inbox #sidebar select {
  -webkit-appearance: none;
  border-radius: 0;
}
#main-inbox #sidebar section {
  margin-bottom: 3em;
}
#main-inbox #sidebar section .side-category {
  margin-bottom: 1em;
  font-size: 1.1em;
  border-bottom: 1px solid black;
}
#main-inbox #sidebar section ul {
  padding: 0;
  margin-bottom: 2em;
  font-size: .85em;
}
#main-inbox #sidebar section ul li {
  margin: 0 0 5px 5px;
  text-indent: -0.8em;
  padding-left: 0.98em;
}
#main-inbox #sidebar section ul li:before {
  content: "\f105";
  padding: 0 0.5em 0 0;
  font-weight: 900;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
}
#main-inbox #sidebar section ul li ul {
  margin-bottom: 0;
  font-size: .85rem;
}
#main-inbox #sidebar section .select-area {
  position: relative;
}
#main-inbox #sidebar section .select-area:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 20px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #cccccc;
  border-left: 2px solid #cccccc;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
#main-inbox #sidebar section .select-area select {
  position: relative;
  padding: 10px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", "sans-serif";
}
#main-inbox #sidebar section .select-area select.archive {
  width: 100%;
  padding: .7em;
  border: 1px solid #cccccc;
  background: #fff;
}
#main-inbox #sidebar section .select-area select:before {
  content: "\f105";
  padding: 0 0.5em 0 0;
  font-weight: 900;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
}

/* clear hack */
#main-inbox {
  zoom: 1;
}

#main-inbox:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.listbox {
  margin-bottom: 1em;
  word-wrap: break-word;
}
.listbox a {
  display: block;
  padding-bottom: 1em;
  text-decoration: none;
}
.listbox a:hover {
  transition: 0.2s;
}
.listbox article {
  display: flex;
  justify-content: space-between;
}
.listbox article .text-area {
  width: 77%;
  box-sizing: border-box;
}
.listbox article .text-area dl {
  display: flex;
  margin-bottom: 0.5em;
  color: #6d6d6d;
  font-size: .8em;
}
.listbox article .text-area dl dt {
  margin-right: 1em;
}
.listbox article .text-area dl dd:before {
  content: "\f02b";
  padding: 0 0.2em 0 0;
  font-weight: 900;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
}
.listbox article .text-area h2 {
  margin-bottom: 0.5em;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.2;
}
.listbox article .text-area p.description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  font-size: .9em;
  margin-bottom: 0.5em;
}
.listbox article .photo {
  width: 20%;
  max-width: 150px;
  margin-right: 3%;
  line-height: 0;
}
.listbox article .photo .oj-image {
  width: 100%;
  height: 120px;
}
.listbox article .photo-none {
  width: 100%;
  float: none;
}
.listbox article .more {
  margin: 0;
  font-size: .9em;
  text-align: right;
  line-height: 1;
}
.listbox article .more:before {
  content: "\f105";
  padding: 0 0.5em 0 0;
  font-weight: 900;
  font-size: .8em;
  display: inline-block;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
}
.listbox article .more:hover {
  text-decoration: underline;
}

.listbox .more
.listbox {
  zoom: 1;
}

.listbox:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.pagenation {
  position: relative;
  overflow: hidden;
  margin: 0 auto 3em;
  padding: 10px;
}
.pagenation ul {
  position: relative;
  left: 50%;
  float: left;
}
.pagenation ul li {
  position: relative;
  left: -50%;
  float: left;
  margin: 0;
  color: #a4070a;
  font-weight: bold;
}
.pagenation ul li span {
  background: #fff;
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 1px 8px;
  border: 1px solid black;
  text-decoration: none;
  vertical-align: middle;
  color: #000;
}
.pagenation ul li a {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 1px 8px;
  background: #000;
  border: 1px solid black;
  text-decoration: none;
  vertical-align: middle;
  color: #fff;
}
.pagenation ul li a:hover {
  background: #fff;
  color: #000;
}

/* 詳細ページ
---------------------------------------------------------------------------- */
#single-blog {
  margin-bottom: 4em;
}
#single-blog .topicpath {
  margin-bottom: 0.5em !important;
}
#single-blog .title-box {
  margin-bottom: 1em;
  word-wrap: break-word;
}
#single-blog .title-box dl {
  display: flex;
  margin-bottom: 0.5em;
  color: #6d6d6d;
  font-size: .8em;
}
#single-blog .title-box dl dt {
  margin-right: 1em;
}
#single-blog .title-box dl dd:before {
  content: "\f02b";
  padding: 0 0.2em 0 0;
  font-weight: 900;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
}
#single-blog .title-box h2 {
  margin-bottom: .5em;
  padding-bottom: .5em;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.2em;
  border-bottom: 1px solid black;
}
#single-blog .entry-format {
  padding: 1.5em;
  border: 1px solid #cccccc;
}

/* 詳細ページ　ページ移動
------------------------------------------------*/
/* カテゴリー
------------------------------------------------*/
.category {
  margin-bottom: 1.5em;
}
.category .sub-t {
  padding: 0.5em 1em;
  font-size: 1.4em;
  background: #000;
  color: #fff;
  line-height: 1.2;
}

/*  media quary:1025px  */
/*===========================================================================*/
@media screen and (max-width: 1025px) {
  .listbox article .photo .oj-image {
    height: 100px;
  }
}
/*===========================================================================

media quary:sp;

=============================================================================*/
@media only screen and (max-width: 767px) {
  #main-inbox {
    display: block;
  }
  #main-inbox #content {
    width: 100%;
    margin-bottom: 3em;
    box-sizing: border-box;
  }
  #main-inbox #sidebar {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #main-inbox #sidebar section {
    margin-bottom: 2em;
  }
  #main-inbox #sidebar #text-form {
    margin-bottom: 1em;
  }
  #main-inbox #sidebar .side-category {
    margin-bottom: 1em;
  }

  .listbox {
    margin-bottom: 1.5em;
    border-bottom: 1px dotted #777777;
  }
  .listbox article {
    display: block;
  }
  .listbox article .text-area {
    width: 100%;
    margin-bottom: 1em;
  }
  .listbox article .text-area a {
    display: block;
    padding: 15px;
    text-decoration: none;
  }
  .listbox article .photo {
    width: 100%;
    max-width: initial;
    margin-bottom: 1em;
    text-align: center;
  }
  .listbox article .photo .oj-image {
    width: auto;
    height: 350px;
  }

  #single-blog {
    margin-bottom: 2em;
  }
}
/*===========================================================================
media quary:sp;
=============================================================================*/
@media only screen and (max-width: 479px) {
  .listbox article .photo .oj-image {
    height: 250px;
    width: 100%;
  }

  #single-blog .title-box h2 {
    font-size: 1.2em;
  }
}
