@charset "UTF-8";
/*==================================
レスポンシブ設定 マップ型変数breakpointsを定義
=================================*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}

.section-title {
  font-size: 2.2em;
  text-align: center;
}

.section-title h1 {
  display: inline-block;
  padding-bottom: 10px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.section-title h1::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  background: #F0F3F5;
}

.section-title h1::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5%;
  height: 4px;
  content: "";
  background: #707F89;
}

.section {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .section {
    padding: 40px 0;
  }
}

.taxo {
  padding: 60px 0 100px;
}

@media screen and (min-width: 768px) {
  .taxo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .taxo {
    padding: 40px 0 60px;
  }
}

.taxo a {
  text-align: center;
  padding: 10px 0;
  border-radius: 24px;
  border: 2px solid #000;
  display: block;
  font-weight: bold;
  font-size: 1.5em;
  color: #000000;
}

@media screen and (min-width: 768px) {
  .taxo a {
    width: calc(24.5% - 40px * 3/4);
    margin-right: 40px;
  }
  .taxo a:nth-child(4n) {
    margin-right: 0;
  }
  .taxo a:nth-child(n + 5) {
    margin-top: 50px;
  }
}

.category-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.category-ul .wrap {
  font-size: 1.3em;
}

@media screen and (min-width: 768px) {
  .category-ul .wrap {
    width: calc(33% - 20px * 2/3);
    margin-right: 20px;
  }
  .category-ul .wrap:nth-child(3n) {
    margin-right: 0;
  }
  .category-ul .wrap:nth-child(n + 4) {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .category-ul .wrap {
    width: calc(50% - 10px * 1/2);
    margin-right: 10px;
  }
  .category-ul .wrap:nth-child(2n) {
    margin-right: 0;
  }
  .category-ul .wrap:nth-child(n + 3) {
    margin-top: 30px;
  }
}

.category-ul a {
  display: block;
  position: relative;
}

.category-ul a:hover {
  text-decoration: none !important;
}

.category-ul a:hover .title {
  color: #486541 !important;
}

.category-ul a:hover .title2 {
  color: #486541 !important;
}

.category-ul .title {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  padding: 5% 2%;
  line-height: 2;
  text-align: center;
}

.category-ul .title2 {
  text-align: center;
  margin-top: 10px;
}

.wp-pagenavi2 {
  text-align: center;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi2 {
    margin-top: 40px;
  }
}

.wp-pagenavi2 .previouspostslink,
.wp-pagenavi .nextpostslink,
.prev,
.next {
  color: transparent !important;
}

.wp-pagenavi2 a {
  color: #98A6B5;
  font-size: 14px;
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi2 a {
    font-size: 12px;
    padding: 10px;
  }
}

.wp-pagenavi2 span {
  color: #004BB1;
  font-size: 14px;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi2 span {
    font-size: 12px;
    padding: 5px;
  }
}

.wp-pagenavi2 .nextpostslink,
.next {
  background: url(../img/next.png) no-repeat center center/cover;
  padding: 10px 0 !important;
}

.wp-pagenavi2 .nextpostslink,
.prev {
  background: url(../img/prev.png) no-repeat center center/cover;
  padding: 10px 0 !important;
}

@media screen and (max-width: 767px) {
  .taxo2 a {
    margin: 0 10px !important;
  }
  .section-title h1 {
    font-size: 22px;
  }
  .taxo2 a {
    font-size: 11px;
  }
  .taxo {
    padding: 40px 0;
  }
  .taxo .slick-dots {
    bottom: -5px;
  }
  .category-ul .title {
    display: none;
  }
  .category-ul .title2 {
    font-size: 11px;
  }
  .section-title h1::after {
    width: 15%;
  }
}

@media screen and (min-width: 768px) {
  #wrapper .index2 .main_cl {
    float: left !important;
    width: 70% !important;
  }
  #wrapper .index2 .side_cl {
    float: right !important;
  }
}

.section-title-single {
  font-size: 2.2em;
  text-align: center;
  padding: 10px;
  border: 1px solid #000;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .section-title-single {
    margin-bottom: 40px;
    font-size: 22px;
  }
}

.key-title {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .single-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .single-main .left {
    width: 45%;
  }
  .single-main .right {
    width: 50%;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .single-main .left {
    margin-bottom: 20px;
  }
}

.kanren {
  font-size: 22px;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .kanren {
    font-size: 20px;
    margin-top: 20px;
  }
}

.category-ul2 {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .category-ul2 {
    margin-top: 40px;
  }
}

.single-main .left {
  position: relative;
}

.left-title {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  padding: 5% 2%;
  line-height: 2;
  text-align: center;
  font-size: 14px;
}

.kanren .title {
  margin-bottom: 0px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .kanren .title {
    margin-bottom: 0px;
  }
}

.kanren .post-wrapper .post-list {
  padding: 40px 0;
  border-bottom: .5px solid #707070;
}

.kanren .post-wrapper .post-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kanren .post-wrapper .post-list a:hover {
  text-decoration: none;
}

.kanren .post-wrapper .post-list a:hover .title,
.kanren .post-wrapper .post-list a:hover .time {
  color: #486541;
  opacity: .6;
}

.kanren .post-wrapper .post-list a .img {
  width: 45%;
}

.kanren .post-wrapper .post-list a .right {
  width: 50%;
  margin-left: auto;
}

.kanren .post-wrapper .post-list a .time {
  font-size: 14px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .kanren .post-wrapper .post-list a .time {
    font-size: 13px;
    margin-bottom: 10px;
  }
}

.kanren .post-wrapper .post-list a .title {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .kanren .post-wrapper .post-list a .title {
    font-size: 14px;
  }
}

.key-title {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .key-title {
    margin-bottom: 20px;
  }
}

.side_cl2 li {
  border-bottom: none !important;
  margin-bottom: 10px;
}

.side_cl2 li a {
  background: #EAEBD6;
  border-radius: 8px;
  display: inline-block !important;
}

@media screen and (max-width: 767px) {
  .side_cl2 li a {
    padding: 5px 10px !important;
  }
}

.side_cl2 li a span {
  display: inline-block;
  padding: 0 5px;
  background: #F8F9FA;
  margin-left: 10px;
  text-align: center;
}

.main_cl {
  width: 100% !important;
}

.mabo0 {
  margin-bottom: 0 !important;
}

.share {
  padding: 20px 0;
  max-width: 300px;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .share {
    max-width: 200px;
  }
}

.share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tag {
  padding: 20px 0;
  border-top: 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tag-span {
  font-size: 20px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .tag-span {
    font-size: 16px;
    margin-right: 10px;
  }
}

.tag-item {
  font-size: 1.4rem;
  padding: 12px 10px;
  color: #5F7858;
  background: #EAEBD6;
  border-radius: 8px;
  display: inline-block !important;
  margin-right: 10px;
  margin-top: 10px;
}

.tag-item:hover {
  color: #5F7858;
}

@media screen and (max-width: 767px) {
  .tag-item {
    padding: 5px 10px !important;
  }
}

.tag-item span {
  display: inline-block;
  padding: 0 5px;
  background: #F8F9FA;
  margin-left: 10px;
  text-align: center;
}

.post-wrapper2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .post-list2 {
    width: calc(33% - 10px * 2/3);
    margin-right: 10px;
  }
  .post-list2:nth-child(3n) {
    margin-right: 0;
  }
  .post-list2:nth-child(n + 4) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .post-list2 {
    width: calc(50% - 10px * 1/2);
    margin-right: 10px;
  }
  .post-list2:nth-child(2n) {
    margin-right: 0;
  }
  .post-list2:nth-child(n + 3) {
    margin-top: 20px;
  }
}

.post-list2 a {
  display: block;
  position: relative;
}

.post-list2 a:hover {
  color: #486541;
}

.post-list2 a .right {
  background: #fff;
  font-size: 12px;
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
}

@media screen and (max-width: 767px) {
  .post-list2 a .right {
    font-size: 10px;
  }
}

.content img {
  width: 100%;
}

h3 {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 14px;
  }
}

.kanren .title2 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .kanren .title2 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .tag-item {
    font-size: 12px;
  }
}

.kanren .title2 {
  font-size: 26px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .kanren .title2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .taxo2 a {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .category-ul .title2 {
    font-size: 10px;
  }
}

.kanren .post-wrapper .post-list a .right {
  width: 50%;
  margin-left: auto;
  color: #404033;
}

@media screen and (max-width: 767px) {
  .taxo2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .taxo2 a {
    width: calc(50% - 10px * 1/2);
    margin: 0 !important;
    margin-right: 10px !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 0;
  }
  .taxo2 a:nth-child(2n) {
    margin-right: 0 !important;
  }
  .taxo2 a:nth-child(n + 3) {
    margin-top: 10px !important;
  }
}

.category-ul .wrap .img {
  padding-top: 55.7%;
  position: relative;
}

.category-ul .wrap .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.kanren .post-wrapper .post-list a .img {
  padding-top: 25.13%;
  position: relative;
}

.kanren .post-wrapper .post-list a .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-list2 .img {
  padding-top: 55.7%;
  position: relative;
}

.post-list2 .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-title-single {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .section-title-single {
    margin-bottom: 20px;
  }
}

.breadcrumbs {
  margin-bottom: 40px;
  color: #486541;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: 20px;
    font-size: 12px;
  }
}

.breadcrumbs span {
  font-weight: bold;
}

.breadcrumbs a {
  -webkit-transition: .3s;
  transition: .3s;
}

.breadcrumbs a:hover {
  color: #486541;
  text-decoration: none !important;
  opacity: .6;
}

@media screen and (min-width: 768px) {
  .key-title {
    font-size: 22px;
    position: relative;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .key-title {
    font-size: 16px;
  }
}

.key-title {
  padding-bottom: 10px;
  position: relative;
}

.key-title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  background: #F0F3F5;
}

.key-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  height: 4px;
  content: "";
  background: #707F89;
}

.title33 {
  text-align: left !important;
  padding-left: 10px;
  position: relative;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .title33 {
    line-height: 1.5;
    padding-left: 15px;
    font-size: 15px;
  }
}

.title33::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
  background: #000;
}

.section-title-single {
  font-size: 38px;
}

@media screen and (max-width: 767px) {
  .section-title-single {
    font-size: 22px;
  }
}

.title22 {
  font-size: 18px;
  margin-top: 15px;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .title22 {
    font-size: 14px;
  }
}

.section-title-single {
  margin-bottom: 40px !important;
}

@media screen and (max-width: 767px) {
  .section-title-single {
    margin-bottom: 20px !important;
  }
}

.span123 {
  font-size: 12px;
}

.breadcrumbs span {
  padding: 0 5px;
}

.breadcrumbs a {
  font-weight: normal !important;
}

.breadcrumbs a span {
  font-weight: normal !important;
}

.key-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .key-flex {
    display: block !important;
    margin-top: 20px;
  }
}

.section-title4 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .section-title4 {
    margin-bottom: 20px;
  }
}

.side222 {
  width: 24%;
  max-width: 245px;
}

@media screen and (max-width: 767px) {
  .side222 {
    width: 100%;
  }
}

.category-ul3 {
  width: 70%;
  margin-right: auto;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .category-ul3 {
    width: 100%;
    margin-bottom: 40px;
  }
}

.category-ul3 .wrap {
  width: calc(50% - 30px * 1/2);
  margin-right: 30px;
}

.category-ul3 .wrap:nth-child(3n) {
  margin-right: 30px;
}

.category-ul3 .wrap:nth-child(2n) {
  margin-right: 0;
}

.category-ul3 .wrap:nth-child(n + 4) {
  margin-top: 0;
}

.category-ul3 .wrap:nth-child(n + 3) {
  margin-top: 40px;
}

.ul-key {
  margin: 0 0 30px 0;
}

.ul-key li {
  border-bottom: none !important;
  margin-bottom: 10px;
}

.ul-key li a {
  font-size: 1.4rem;
  padding: 12px 10px;
  color: #5F7858;
  background: #EAEBD6;
  border-radius: 8px;
  display: inline-block !important;
}

@media screen and (min-width: 768px) {
  .kanren .post-wrapper .post-list a .title {
    font-size: 22px;
    font-weight: 600;
  }
}

@media screen and (max-width: 767px) {
  .kanren .post-wrapper .post-list a .title {
    font-size: 16px;
  }
}

.category-ul .title {
  display: none;
}

.title33::before {
  top: -3px;
}

.content img {
  height: auto;
}
@media screen and (min-width: 767px){
  .index0726 .content img{
    width: 800px;
    margin: 0 auto;
    display: flex;
  }
  .single-edit-post-main p{
    
  }
  .single-edit-post-main h2{
    
  }
  .single-edit-post-main h3{
    
  }
  .single-edit-post-main h4{
    
  }
  .single-edit-post-main h5{
    
  }
  .single-edit-post-main2 .content {
    max-width: 800px;
    margin: 0 auto;
  }

}

@media screen and (min-width: 767px){
.single-edit-post-main p {
    
}
}