.main_contents {
  width: 100%;
  margin: 30px auto 80px;
}
.main_contents form.search_container {
  position: relative;
  width: 87.2%;
  height: 50px;
  margin: 20px auto 16px;
}
.main_contents form.search_container .inputText {
  width: 100%;
}
.main_contents .page-title-common {
  width: 87.2%;
  margin-left: auto;
  margin-right: auto;
}
.main_contents .search-title {
  font-size: 24px;
  font-weight: 900;
  width: 87.2%;
  display: block;
  margin: 30px auto 16px;
  padding-bottom: 35px;
  border-bottom: 2px solid #000;
}
.main_contents .search-title.line-none {
  border: none;
}

.section-inner {
  margin: 30px auto 40px;
}
.section-inner .category-title {
  width: 87.2%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.section-inner .category-title span.jp {
  font-size: 24px;
  font-weight: 900;
}
.section-inner .category-title span.number {
  font-size: 20px;
  font-weight: 900;
}
.section-inner .section-main {
  width: 87.2%;
  margin: 20px auto 40px;
  min-height: 110px;
  border-bottom: 2px solid #000;
  padding-bottom: 20px;
}
.section-inner .section-main.line-none {
  border: none;
}
.section-inner .section-main .keyword-none {
  font-size: 16px;
  font-weight: 900;
  padding-top: 15px;
}
.section-inner .more-btn span {
  width: 100%;
  margin: 10px auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  border: 2px solid #000;
  padding: 15px 0;
  cursor: pointer;
  position: relative;
  display: block;
  color: #000;
  border-radius: 10px;
}
.section-inner .more-btn span:after {
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #000;
  right: 3%;
  top: 50%;
  width: 13px;
  height: 2px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-inner .more-btn span:before {
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  right: 3%;
  top: 50%;
  width: 13px;
  height: 2px;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  background: #000;
}
@media (any-hover: hover) {
  .section-inner .more-btn span:hover {
    border: 2px solid #E8A134;
    color: #E8A134;
  }
  .section-inner .more-btn span:hover:after {
    background: #E8A134;
  }
  .section-inner .more-btn span:hover:before {
    background: #E8A134;
  }
}

.icon-shop {
  width: 88%;
  margin: 0 auto;
}
.icon-shop ul {
  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;
  margin: 20px 0 40px;
}
.icon-shop ul li {
  width: 46%;
  margin-right: 4%;
}
.icon-shop ul li:nth-child(2n) {
  width: 46%;
  margin-right: 0;
}
.icon-shop ul li span {
  padding: 12px 0 12px 0;
  font-size: 10px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon-shop ul li span img {
  margin-right: 10px;
}

.shop-list {
  width: 100%;
  margin: 25px auto 10px;
  padding: 0 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.shop-list li {
  position: relative;
  width: 46%;
  margin-bottom: 30px;
  margin-right: 8%;
}
.shop-list li:nth-child(2n) {
  margin-right: 0;
}
.shop-list li .shop-logo {
  border: 2px solid #F4F4F4;
  border-radius: 15px;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  width: 100%;
  height: 39.04vw;
}
.shop-list li .shop-logo img {
  max-width: 100%;
  max-height: 100%;
}
.shop-list li a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (any-hover: hover) {
  .shop-list li a:hover {
    color: #E8A134;
  }
  .shop-list li a:hover .shop-logo {
    border: 2px solid #E8A134;
  }
}
.shop-list li .place {
  font-size: 12px;
  font-weight: 400;
  width: 100%;
  display: block;
}
.shop-list li .icon-place {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  text-align: right;
}
.shop-list li .icon-place img {
  margin-right: 5px;
}
.shop-list li .name {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4em;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.shop-list li .category {
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
}

.article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
.article li {
  width: 46%;
  margin-right: 8%;
  margin-bottom: 20px;
  font-size: 1.2rem;
}
.article li:nth-child(2n) {
  margin-right: 0;
}
.article li a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.article li a .text {
  width: 100%;
}
@media (any-hover: hover) {
  .article li a:hover .picture {
    border: 2px solid #E8A134;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .article li a:hover .text {
    color: #E8A134;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
.article li:nth-of-type(2n + 2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.article li.hide {
  display: none;
}
.article li a img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.article .picture {
  position: relative;
  overflow: hidden;
  border: 2px solid #F4F4F4;
  border-radius: 22px;
  height: 40.5vw;
}
@media (any-hover: hover) {
  .article .picture:hover {
    border: 2px solid #E8A134;
  }
}
.article .picture img {
  position: relative;
  z-index: 10;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 40vw;
}
.article .picture img + img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.article .picture .new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 57px;
  height: 33px;
  z-index: 20;
  color: #fff;
  background-color: #E8A134;
  border: #E8A134 solid 1px;
  border-top-left-radius: 18px;
  border-bottom-right-radius: 18px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}
@media not all and (min-width: 768px) {
  .article .picture .new {
    font-size: 14px;
    height: 28px;
    width: 52px;
  }
}
.article .text {
  padding: 12px 0 0 0;
}
@media (any-hover: hover) {
  .article .text:hover {
    color: #E8A134;
  }
}
@media not all and (min-width: 768px) {
  .article .text {
    padding: 6px 0 6px;
  }
}
.article p {
  margin: 0 0 8px;
  font-size: 12px;
}
@media not all and (min-width: 768px) {
  .article p {
    font-size: 10px;
  }
}
.article .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  padding: 5px 10px;
  color: #fff;
  background-color: #000;
  border-top-right-radius: 18px;
  border-bottom-left-radius: 18px;
  font-size: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}
@media not all and (min-width: 768px) {
  .article .category {
    padding: 5px 10px;
  }
}
.article .restaurant .category {
  background: #DE2526;
}
.article .outdoors .category {
  background: #88BE42;
}
.article .fashion .category {
  background: #0EA587;
}
.article .interior .category {
  background: #076BAD;
}
.article .daily .category {
  background: #4659A0;
}
.article .other .category {
  background: #525252;
}
.article .event .text {
  border-color: #E8A134;
}
.article .art .text {
  border-color: #69A563;
}
.article .art .category {
  color: #69A563;
}
.article .hall .text {
  border-color: #DE886B;
}
.article .hall .category {
  color: #DE886B;
}
.article .title {
  font-size: 16px;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media not all and (min-width: 768px) {
  .article .title {
    font-size: 1.3rem;
    min-height: auto;
    font-size: 14px;
  }
}

.acco-list .article .picture img {
  -o-object-fit: cover;
     object-fit: cover;
}

.service-list {
  margin-bottom: 20px;
}
.service-list li {
  margin-bottom: 40px;
}
.service-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 900;
}
@media (any-hover: hover) {
  .service-list li a:hover {
    color: #E8A134;
  }
}
.service-list li a .mso-afi {
  font-size: 20px;
  -moz-font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
  margin-left: 20px;
}
.service-list li a .mso-afi::after {
  font-family: "Material Symbols Outlined";
  content: "\e5e1";
}
@media (any-hover: hover) {
  .service-list li a .mso-afi:hover {
    color: #E8A134;
  }
}

@media (min-width: 768px) {
  .main_contents {
    width: 100%;
    margin-bottom: 100px;
  }
  .main_contents form.search_container {
    position: relative;
    width: 520px;
    height: 50px;
    margin: 20px auto 16px 0;
    padding: 0 3em 0 1em;
  }
  .main_contents .page-title-common {
    width: 100%;
  }
  .main_contents .icon-shop {
    width: 100%;
  }
  .main_contents .icon-shop ul {
    margin: 40px 0 50px;
  }
  .main_contents .icon-shop ul li {
    width: auto;
    margin-right: 3.5em;
  }
  .main_contents .icon-shop ul li:nth-child(2n) {
    width: auto;
    margin-right: 3.5em;
  }
  .main_contents .search-title {
    font-size: 32px;
    width: 100%;
    font-weight: 900;
    margin: 40px auto 16px 0;
  }
  .main_contents .section-inner .category-title {
    width: 100%;
    margin-bottom: 40px;
  }
  .main_contents .section-inner .category-title span.jp {
    font-size: 32px;
  }
  .main_contents .section-inner .section-main {
    width: 100%;
    padding-bottom: 30px;
  }
  .main_contents .section-inner .more-btn span {
    width: 300px;
    margin: 10px auto;
    padding: 13px 0;
  }
  .main_contents .shop-list li {
    width: 22.6%;
    margin-bottom: 40px;
    padding-bottom: 0;
    margin-right: 3.2%;
  }
  .main_contents .shop-list li:nth-child(2n) {
    margin-right: 3.2%;
  }
  .main_contents .shop-list li:nth-child(4n) {
    margin-right: 0;
  }
  .main_contents .shop-list li:nth-of-type(4n + 2) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .main_contents .shop-list li:nth-of-type(4n + 3) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .main_contents .shop-list li:nth-of-type(4n + 4) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .main_contents .shop-list li .shop-logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-radius: 20px;
    overflow: hidden;
    width: 244px;
    height: 244px;
  }
  .main_contents .shop-list li .shop-logo img {
    max-width: 244px;
    max-height: 244px;
  }
  .main_contents .shop-list li .place {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: auto;
    padding: 10px 0;
    display: inline-block;
    vertical-align: middle;
  }
  .main_contents .shop-list li .icon-place {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: right;
  }
  .main_contents .shop-list li .icon-place img {
    margin-right: 0;
    margin-left: 5px;
  }
  .main_contents .shop-list li .name {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 10px;
  }
  .main_contents .shop-list li .category {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-top: 10px;
  }
  .main_contents .article {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 1080px;
    padding: 0 0 0 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .main_contents .article li {
    width: 240px;
    margin-bottom: 30px;
    margin-right: 40px;
  }
  .main_contents .article li:nth-child(4n) {
    margin-right: 0;
  }
  .main_contents .article li:nth-of-type(4n + 2) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .main_contents .article li:nth-of-type(4n + 3) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .main_contents .article li:nth-of-type(4n + 4) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .main_contents .article li a .text {
    width: 100%;
  }
  .main_contents .article .picture {
    width: 240px;
    height: auto;
  }
  .main_contents .article .picture img {
    height: 240px;
  }
}/*# sourceMappingURL=layout-search.css.map */