.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2%;
}
.grid .col5 {
  width: 41.666%;
  margin: 0 2%;
}
.grid .col6 {
  width: 50%;
  margin: 0 2%;
}
.grid .col7 {
  width: 66.666%;
  margin: 0 2%;
}

.ico {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.ico:before {
  content: "";
  display: block;
}
.ico.i_blog:before {
  width: 20px;
  height: 18px;
  background: url("../../assets/img/i_baloon.svg") no-repeat 0 0 / cover;
}
.ico.i_staff:before {
  width: 16px;
  height: 17px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  background: url("../../assets/img/i_human.svg") no-repeat 0 0 / cover;
}
.ico.i_home:before {
  width: 16px;
  height: 15px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  background: url("../../assets/img/i_home.svg") no-repeat 0 0 / cover;
}
.ico.i_company:before {
  width: 19px;
  height: 18px;
  background: url("../../assets/img/i_list.svg") no-repeat 0 0 / cover;
}
.ico.i_recruit:before {
  width: 19px;
  height: 19px;
  background: url("../../assets/img/i_search.svg") no-repeat 0 0 / cover;
}
.ico.i_contact:before {
  width: 26px;
  height: 19px;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  background: url("../../assets/img/i_mail.svg") no-repeat 0 0 / cover;
}
.ico.i_shop:before {
  width: 24px;
  height: 28px;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  background: url("../../assets/img/i_building.svg") no-repeat 0 0 / cover;
}
.ico.i_instagram:before {
  width: 25px;
  height: 25px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  background: url("../../assets/img/i_instagram.svg") no-repeat 0 0 / cover;
}
.pageHeader {
  padding: 5rem 0;
  margin: 0 auto;
  background: #f4f0e8;
}
.pageHeader h1 {
  color: #4a4a4a;
  font-size: 34px;
  font-size: 2.125rem;
  letter-spacing: 0.35rem;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  padding: 0 0 0 0.4rem;
}

.main_conts {
  max-width: 1275px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -webkit-align-items: top;
  -ms-flex-align: top;
  align-items: top;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  margin: 80px auto 0;
}
.content {
  width: 66%;
  margin: 0 0 100px 10%;
}
.side {
  width: 24%;
}
.side h3 {
  color: #22ab39;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.1rem;
  border-bottom: 2px solid #22ab39;
  padding: 0 0 5px;
  margin: 0;
}
.side_cats {
  margin: 0 0 50px;
}
.side_cats ul {
  margin: 15px 0 0;
}
.side_cats ul li {
  margin: 8px 0;
}
.side_cats ul li:before {
  content: "・";
  display: block;
  float: left;
  margin: 0 5px;
}
.side_cats ul li a {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05rem;
  font-weight: bold;
}
.side_tags {
  margin: 0 0 50px;
}
.side_tags ul {
  margin: 15px 0 0;
}
.side_tags ul li {
  display: inline-block;
  font-size: 14px;
  margin: 8px 5px 0 0;
}
.side_tags ul li a {
  color: #979797;
  font-weight: bold;
  letter-spacing: 0.02rem;
  padding: 2px 8px;
  border: 1px solid #979797;
  border-radius: 3px;
}
.side_archives {
  margin: 0 0 50px;
}
.side_archives .list {
  margin: 20px 0;
  border-bottom: 1px solid #979797;
}
.side_archives .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.side_archives .list ul {
  *zoom: 1;
}
.side_archives .list ul:before,
.side_archives .list ul:after {
  content: "";
  display: table;
}
.side_archives .list ul:after {
  clear: both;
}
.side_archives .list ul li {
  margin: 0 15px 0 0;
}
.side_archives .list ul li:first-child {
  color: #979797;
}
.side_archives .list h4 {
  font-weight: normal;
  margin: 5px 0 10px;
}
.side_monthly {
  margin: 50px 0 80px;
}
.side_monthly select {
  width: 100%;
  padding: 0.5rem 1rem;
  margin: 20px 0 0;
  cursor: pointer;
  letter-spacing: 0.05rem;
  border: 1px solid #000;
  border-radius: 5px;
  background: #fff;
}
.archive_blog a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 60px;
}
.archive_blog a img {
  width: 100%;
  height: auto;
}
.archive_blog_img {
  width: 30%;
}
.archive_blog_text {
  width: 67%;
  margin: 0 0 0 3%;
}
.archive_blog_text h2 {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1rem;
  padding: 0 0 5px 0;
  margin: -8px 0 10px;
  border-bottom: 1px solid #979797;
}
.archive_blog_text ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.archive_blog_text ul {
  *zoom: 1;
}
.archive_blog_text ul:before,
.archive_blog_text ul:after {
  content: "";
  display: table;
}
.archive_blog_text ul:after {
  clear: both;
}
.archive_blog_text ul li {
  margin: 0 15px 0 0;
}
.archive_blog_text p {
  font-size: 16px;
  font-size: 1rem;
  text-align: justify;
  letter-spacing: 0.05rem;
}
.meta_cat {
  color: #fff;
  line-height: 1;
  font-size: 14px;
  padding: 0.5em 1em;
}
.meta_cat.info {
  background: #22ab39;
}
.meta_cat.event {
  background: #f5a623;
}
.meta_cat.asaminami {
  background: #d9b727;
}
.meta_cat.asakita {
  background: #7dafef;
}
.meta_cat.ecooniwa {
  background: #99d05c;
}
.meta_cat.itsukaichi {
  background: #4ecdb1;
}
.meta_cat.hatsukaichi {
  background: #797abf;
}
.pagination {
  display: inline-block;
  margin: 0;
  width: 100%;
  text-align: center;
  margin: 35px auto 50px;
}
.pagination a,
.pagination span {
  display: inline-block;
  color: #000;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 2px 0;
  margin: 0 0 0 12px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pagination a.inactive,
.pagination span.inactive {
  padding: 2px 10px;
  margin: 0 10px 0 0;
}
.pagination a.current,
.pagination span.current {
  color: #fff;
  padding: 2px 10px;
  margin: 0 10px 0 0;
  background: #22ab39;
}
.specialLinks {
  *zoom: 1;
}
.specialLinks:before,
.specialLinks:after {
  content: "";
  display: table;
}
.specialLinks:after {
  clear: both;
}
.area h2 {
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.4rem;
  text-align: center;
  padding: 0 0 0 0.4rem;
  margin: 0;
}
.area h2 span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1rem;
}
.areaName {
  max-width: 900px;
  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;
  margin: 0 auto;
}
.areaName > img {
  width: 270px;
}
.nearRac {
  width: 60%;
}
.nearRac h3 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: normal;
  letter-spacing: 0.1rem;
  margin: 50px 0 0;
}
.nearRac dl dt {
  font-weight: bold;
  position: relative;
}
.nearRac dl dt span {
  position: absolute;
  left: 0;
}
.nearRac dl dd {
  margin: 0 0 0 5em;
}
.nearRac dl dd p {
  margin: 0;
}
.shopList {
  max-width: 1263px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -webkit-align-items: top;
  -ms-flex-align: top;
  align-items: top;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #979797;
  padding: 35px 1% 0;
  margin: 30px auto 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.shopList .inner {
  min-width: 220px;
  margin: 0 1%;
}
.shopList h4 {
  color: #22ab39;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  padding: 0 0 5px;
  border-bottom: 2px dotted #22ab39;
  margin: 0;
}
.shopList p {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 10px 0 0;
}
.shopList p span {
  padding: 2px 10px;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.singlePost {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05rem;
}
.singlePost h2 {
  font-size: 25px;
  font-size: 1.5625rem;
  letter-spacing: 0.1rem;
  padding: 0 0 5px;
  border-bottom: 1px solid #979797;
  margin: -5px 0 20px;
}
.singlePost ul {
  *zoom: 1;
}
.singlePost ul:before,
.singlePost ul:after {
  content: "";
  display: table;
}
.singlePost ul:after {
  clear: both;
}
.singlePost ul li {
  float: left;
  margin: 0 10px 0 0;
}
.singleText p {
  line-height: 2;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  text-align: justify;
  margin: 45px 0;
}
.singleText a {
  color: #22ab39;
  display: inline-block;
  text-decoration: underline;
}
.singleText img {
  width: auto;
  margin: 10px 0;
}
.singleText figure {
  margin: 45px 0;
}
.topics_pager {
  position: relative;
  margin: 80px -3% 0;
}
.topics_pager {
  *zoom: 1;
}
.topics_pager:before,
.topics_pager:after {
  content: "";
  display: table;
}
.topics_pager:after {
  clear: both;
}
.topics_pager li {
  float: left;
  width: 29.333%;
  list-style: none;
  font-size: 14px;
  margin: 0 3% 0;
}
.topics_pager li.prev {
  float: left;
  text-align: left;
}
.topics_pager li.next {
  float: right;
  text-align: right;
}
.topics_pager li.toArchive {
  display: inline-block;
  float: left;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  width: 29.3%;
  text-align: center;
}
.topics_pager li a {
  color: #000;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 15px 0;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.shopCard {
  padding: 20px 1% 22px;
  margin: 45px auto 0;
  border-top: 2px dotted #979797;
  border-bottom: 2px dotted #979797;
}
.shopCard p {
  margin: 0;
}
.shopCard .inner {
  width: 100%;
  margin: 0;
}
.shopCard .inner img {
  margin: 0;
}
.shopCard .inner .inner_cont {
  margin: 0 0 15px;
}
.shopCard .inner .inner_cont h3 {
  color: #22ab39;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.05rem;
  font-weight: bold;
  margin: -5px 0 2px;
}
.shopCard .inner .inner_cont p,
.shopCard .inner .inner_cont a {
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
}
.single_tags {
  margin: 25px 0 0;
}
.single_tags li {
  color: #979797;
  float: left;
  font-weight: bold;
  letter-spacing: 0.02rem;
  padding: 2px 8px;
  border: 1px solid #979797;
  border-radius: 3px;
  margin: 0 10px 0 0;
}
.single_tags li a {
  color: #979797;
}
.links {
  margin: 80px 0;
}

.archive_blog_img {
  border: 1px solid #eee;
}

@media screen and (max-width: 1024px) {
  .main_conts {
    margin: 50px auto 0;
  }
  .pageHeader {
    margin-top: 65px;
    padding: 3.5rem 0;
  }
  .pageHeader h1 {
    font-size: 26px;
    letter-spacing: 0.2rem;
  }
  .main_conts {
    flex-direction: column;
  }
  .main_conts .content {
    width: 100%;
    margin: 0;
  }
  .main_conts .side {
    width: 100%;
    margin: 5rem 0 0;
  }
  .singlePost ul li.meta_cat {
    font-size: 12px;
  }
  .archive_blog_img {
    width: 45%;
    max-width: 220px;
  }
  .archive_blog a {
    align-items: flex-start;
    margin: 0 0 45px;
  }
  .archive_blog_text h2 {
    line-height: 1.6;
    font-size: 18px;
  }
  .archive_blog_text ul {
    font-size: 12px;
    margin-top: 0.5rem;
  }
  .archive_blog_text ul li.meta_cat {
    font-size: 10px;
  }
  .archive_blog_text p {
    font-size: 14px;
  }
  .singlePost h2 {
    font-size: 20px;
  }
  .singlePost_meta {
    font-size: 12px;
  }
  .singleText p {
    font-size: 15px;
  }
  .single_tags {
    font-size: 12px;
  }
  .side h3 {
    font-size: 16px;
  }
  .side_cats ul li a {
    font-size: 14px;
  }
  .side_tags ul li {
    font-size: 12px;
  }
  .side_archives .list ul {
    font-size: 12px;
  }
  .side_monthly select {
    font-size: 14px;
  }
  .topics_pager li {
    font-size: 13px;
  }
}
