body {
    color: #252525;
    font-size: 16px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
body.archive,body.single {
    background-color: #ffffff;
    background-image: url(https://otomo.join-up.co.jp/wp-content/uploads/2022/05/pt-stripe-g.png);
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: fixed;
}
body.home {
    background-color: #ffffff;
    background-image: url(https://otomo.join-up.co.jp/wp-content/uploads/2022/05/pt-stripe-g.png);
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: fixed;
}
table {
  width: 100%;
}
.site-header {
    padding: 0 15px 0;
    background-color: #FFF;
    position: relative;
    z-index: 99;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18);
}
.site-branding {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 92%;
    margin: 0 auto;
}
.site-branding img {
    height: 42px;
    object-fit: contain;
}
.site-branding a {
    color: #E51965;
}
.site-branding h1 {
  width: 70%;
}
.site-icon img {
    height: 25px;
    margin-right: 7px;
}
#archive_header {
    background-color: inherit;
    border-top-style:none;
    margin-bottom: 0.5em;
}

#breadcrumb li:last-child::after {
    content: none;
}
.mainvisual h1 {
    font-size: 36px;
    position: relative;
    text-align: center;
    padding: 0 50px;
    margin-top: 70px;
}
.mainvisual h1::before {
  position: absolute;
      content: "";
      width: 200px;
      height: 80%;
      background-image: url(../images/main-visual-title.png);
      background-size: contain;
      background-repeat: no-repeat;
      top: -50px;
      left: 20px;
}
.mainvisual h1 span {
    font-size: 15px;
    display: block;
}
.eat-wrapper h2 {
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    margin: 0;
}
.inner {
  padding: 30px 0;
}
.map-list {
    position: inherit;
}
.map-list h3 {
    position: relative;
    padding-left: 15px;
    line-height: 1.4;
}

.map-list.kansai h3 {
    border-left: 3px solid #9DBE4D;
}
.map-list.kyushu h3 {
    border-left: 3px solid #DC6283;
}
.map-list.hokaido h3 {
    border-left: 3px solid #824DBE;
}
.map-list.kanto h3 {
    border-left: 3px solid #4DADBE;
}
.map-list ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
}
.map-list.kansai ul {
    width: 100%;
}
.map-list ul li a.btn-area {
    color: #333;
    border-radius: 9999px;
    padding: 3px 20px;
    min-width: 90px;
    display: block;
    font-size: 14px;
    max-width: 120px;
    margin-left: auto;
    position: relative;
    background-color: #FFF;
    font-weight: bold;
}
.map-list ul li a.btn-area::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image: url(../images/icon/chevron-right-gray.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
}
.map-bg {
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    display: grid;
}

.map-bg::before {
    position: absolute;
    content: "";
    background-image: url(../images/japn-map.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    right: 0;
    left: 0;
}
.map-list.kansai {
  order: 3;
}
.map-list.kyushu {
  order: 4;
}
.map-list.hokaido {
  order: 1;
}
.map-list.kanto {
  order: 2;
}
a.btn-area.gray-btn {
    border: 1px solid #CBCBCB;
}


.single #inner-content, .wrap {
  width: 100%;
  padding: 0 15px;
}
.inner-footer.wrap {
  padding: 2em 0;
}
.grid-list {
    display: grid;
    grid-template-columns: auto;
    gap: 15px;
    margin: 20px 0;
}
.grid-list.genre-grid {
  grid-template-columns: 1fr 1fr;
}
.search-flex {
    display: block;
}


.search-flex input[type="text"] {
    border: 1px solid #CBCBCB;
    border-radius: 5px;
    width: 100%;
    background-color: #FFF;
    margin: 0;
    margin-bottom: 30px;
}

.search-flex form {
    display: block;
}

.search-flex button {
  width: 50%;
  height: 44px;
  background-color: #E40E6E;
  border: none;
  color: #FFF;
  font-weight: bold;
  background: rgb(234,80,41);
  background: linear-gradient(214deg, rgba(234,80,41,1) 0%, rgba(228,15,110,1) 100%);
  position: relative;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
}

.search-flex button::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image: url(../images/icon/icon-search.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.pick-box a.btn-area {
    min-width: 50px;
    max-width: 120px;
    font-weight: bold;
    padding: 5px 17px;
    font-size: 12px;
    border: 1px solid #CBCBCB;
    position: relative;
    margin-top: 10px;
}
a.btn-area {
    color: #333;
    border-radius: 9999px;
    padding: 10px 20px;
    min-width: 170px;
    display: block;
    font-size: 12px;
    max-width: 220px;
    margin-left: auto;
    font-weight: bold;
}

.pick-box h3 {
    margin: 10px 0;
    font-size: 18px;
    line-height: 1;
}
.footer-grid {
    display: block;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    padding: 0 15px;
}

.footer-grid h3 {
    color: #FFF;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid;
}
.footer-grid a {
    color: #FFF;
}
ul.footer-list-link li a {
    position: relative;
    padding-left: 10px;
    font-size: 14px;
}
ul.footer-list-link li a::before {
    position: absolute;
    content: "";
    background-image: url(../images/icon/angle-right.png);
    width: 10px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.mainvisual {
    background-image: url(../images/mainvisual-sp.jpg);
    position: relative;
    width: 100%;
    height: 355px;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: #FFF;
}

.mainvisual::before {
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, .5);
}
.cardfulltype__article {
    background-color: #FFF;
    margin: 0 0 4% 0;
    position: relative;
    width: 100%;
    margin: 0 0 25px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
    padding: 26px 10px;
}
.cardfulltype__img {
    max-width: 100%;
}
.cardfulltype__img img {
    height: auto;
    object-fit: cover;
    width: 70%;
    aspect-ratio: 3 / 2;
    margin: 0 auto;
    display: block;
}
.cardfulltype__box {
    display: flex;
    gap: 20px;
    grid-template-columns: 1fr 2fr;
    flex-direction: column-reverse;
}
.cardfulltype__article-info {
    width: 100%;
}
.cardfulltype__article-info li {

}
.shopcategory__list {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.shopdelivery__list {
    background-color: #f8f8f8;
    padding: 10px;
    width: 100%;
    position: relative;
    padding-left: 44px;
}
.shopdelivery__list::before {
    position: absolute;
    content: "";
    top: 65%;
    left: 12px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image: url(../images/icon/icon-motorcycle.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
}.heading-contents .shopdelivery__list {
  padding-left: 0;
}
.heading-contents .shopdelivery__list::before {
  content: none;
}
.shopdelivery__list ul {
  margin: 0;
      padding: 0;
      display: flex;
      gap: 5px;
      flex-flow: wrap;
}
.shopdelivery__list ul li a {
    border-radius: 9999px;
    padding: 6px 18px 6px 10px;
    font-size: 10px;
    font-weight: bold;
    position: relative;
    background-color: #FFF;
}
.shopdelivery__list ul li a.ubereat {
    color: #06C167;
    border: 1px solid #06C167;
}
.shopdelivery__list ul li a.ubereat::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 3px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image: url(../images/icon/uber-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 8px;
}
.shopdelivery__list ul li a.wolt {
    color: #0CBFE4;
    border: 1px solid #0CBFE4;
}
.shopdelivery__list ul li a.wolt::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 3px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image: url(../images/icon/wolt-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 8px;
}
.shopdelivery__list ul li a.demaekan {
    color: #EB3334;
    border: 1px solid #EB3334;
}
.shopdelivery__list ul li a.demaekan::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 3px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image: url(../images/icon/demaekan-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 8px;
}
.shopdelivery__list ul li a.other-delivery {
    color: #999898;
    border: 1px solid #999898;
}
.shopdelivery__list ul li a.other-delivery::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 3px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image: url(../images/icon/other-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 8px;
}
.shopcategory__list li {

}
.shopcategory__list li a {
    color: #E40C71;
    padding: 5px 10px;
    border: 2px solid #E40C71;
    font-size: 10px;
    border-radius: 5px;
    font-weight: bold;
}

p.shopaddress {
    font-size: 10px;
    margin: 0px 0 10px;
    padding-left: 30px;
    position: relative;
    line-height: 1.4;
}

p.shopaddress::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image: url(../images/icon/icon-map.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}
.shoplink {
    margin-top: 20px;
}
.shoplink a {
  position: relative;
}
.shoplink a::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image: url(../images/icon/chevron-right-gray.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    height: 11px;
}
.sidebar-box {
    background-color: #FFF;
    padding: 7px;
    border: 1px solid #CBCBCB;
    margin-bottom: 10px;
    padding: 15px;
    width: 100%;
    border-radius: 5px;
}
.slick-slide img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.slick-slide {
    margin: 0 10px;
}
.slide-arrow {
  position: absolute;
}

.site-branding .site-icon.-pc {
  display: none;
}
.site-branding .site-icon.-sp {
  display: block;
}
.site-icon-sp {
  display: grid;
}
.site-icon .site-icon-sp img {
  margin: 0 auto;
}
.single #content, .page #content {
  padding-bottom: 80px;
}
.area-map-wrap {
    height: auto;
}
.search-wrap {
    height: auto;
    display: flex;
    align-items: center;
    background-color: #FFF;
    position: relative;
}
.eat-wrapper {
    background-color: #FFF;
    margin: 10px 0;
    padding:  0;
}
.shoptitle {
    margin: 16px 0 5px 0;
    font-size: 18px;
}
.content-area {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 20px;
}
.sidebar {
  order: 2;
}
.maincontent {
  order: 1;
}
.sidebar-wrap {
    margin-bottom: 10px;
}
#breadcrumb {
    margin: 0;
    padding: 13px 15px;
    background: #FFF;
}
.shop-box {
    background-color: #FFF;
    padding: 10px;
}
.heading-contents .shopcategory__list {
    display: flex;
    column-gap: 10px;
    row-gap: 0;
}
.heading-contents .shopdelivery__list {
    padding: 10px 15px;
    margin: 12px 0 10px;
}
.heading-contents .shopdelivery__list span {
  font-size: 14px;
}
.pr-contents {
    display: grid;
    grid-template-columns: auto;
    gap: 30px;
    padding-bottom: 0;
}
.details-contents th,
.details-contents td {
    border-top: none;
    border-bottom: 1px solid #ECECEC;
    width: 100%;
    display: block;
}
.details-contents th {
    background-color: #FBFBFB;
    width: 100%;
    padding: 15px;
}
.details-contents td {
    padding: 5px 15px;
    display: grid;
    font-size: 14px;
}
.single-contents th {
    text-align: left;
    width: 100%;
    font-size: 14px;
    padding: 5px 15px;
    border-bottom: none;
}
.details-contents .gmap {
    height: 200px;
    width: 100%;
    margin: 20px 0;
}
.details-contents .shopdelivery__list ul li a {
    padding: 7px 20px;
    font-size: 12px;
}
.pc-br {
  display: none;
}
.sp-br {
  display: block;
}
.share-wrap img {
  width: 18%;
}
.snsShareArea {
    display: flex;
    gap: 10px;
    justify-content: space-evenly;
    align-items: center;
}
.snsShareArea p {
    margin: 0;
    font-size: 10px;
}
.snsShareArea img {
  width: 40px;
}
.btn--pocket img {
    height: 40px;
    width: 80%;
}

.snsShareArea .btn--twitter p {
    color: #38B5FB;
}
.snsShareArea .btn--facebook p {
    color: #378FF5;
}
.snsShareArea .btn--hatena p {
    color: #43B5F9;
}
.snsShareArea .btn--line p {
    color: #51DD62;
}
.snsShareArea .btn--pocket p {
    color: #FC757C;
}
.next-arrow {
  top: 50%;
  right: -20px;
  width: 20px;
}
.prev-arrow {
  top: 50%;
  left: -20px;
  width: 20px;
}
.heading-contents .shop-detail-list tr {
  border-bottom: 1px dotted;
  width: 100%;
  margin-bottom: 5px;
  padding-bottom: 5px;
  display: block;
}
.heading-contents .shop-detail-list tr:last-child {
    border-bottom: 1px solid #CBCBCB;
}
.heading-contents .shop-detail-list th,
.heading-contents .shop-detail-list td {
  display: block;
  width: 100%;
}
.heading-contents .shop-detail-list th {
    padding-left: 30px;
    position: relative;
}
.heading-contents .shop-detail-list th.icon-address::before {
    position: absolute;
    left: 0;
    background-image: url(../images/icon/icon-map.png);
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 100%;
    top: 75%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.heading-contents .shop-detail-list th.icon-time::before {
    position: absolute;
    left: 0;
    background-image: url(../images/icon/icon-time.png);
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 100%;
    top: 75%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.heading-contents .shop-detail-list th.icon-website::before {
    position: absolute;
    left: 0;
    background-image: url(../images/icon/icon-website.png);
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 100%;
    top: 75%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.heading-contents .shop-detail-list th.icon-link {
    padding-top: 7px;
    vertical-align:top
}
.heading-contents .shop-detail-list th.icon-link::before {
    position: absolute;
    left: 0;
    background-image: url(../images/icon/icon-link.png);
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 100%;
    top: 75%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.pick-box h3.pc-text {
  display: none;
}

.pick-box h3.sp-text {
  display: block;
}
.search-box.abl-form {
  max-width: inherit;
  min-width: inherit;
}
.bg-none {
    background-color: initial;
    margin-top: 120px;
}
.search-box.abl-form .serach-full {
    width: 100%;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 0fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 10px;
    grid-template-areas:
      "first second ."
      "thaad thaad ."
      "four four .";
}
.first { grid-area: first; }
.second { grid-area: second; }
.thaad { grid-area: thaad; }
.four { grid-area: four; }
.search-box.abl-form select {
    border: 1px solid #CBCBCB;
    margin: 0;
    padding-left: 30px;
}
.search-box.abl-form {
    position: absolute;
    top: -180px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-color: #FFF;
    border-radius: 15px;
    box-shadow: 2px 3px 16px rgba(0,0,0,.15);
    display: block;
    align-items: center;
    gap: 30px;
    padding: 20px 15px;
    justify-content: space-between;
    max-width: inherit;
    min-width: inherit;
    width: calc(100% - 15px);
}
.search-box.abl-form h2 {
  margin-top: 0;
  text-align: center;
}
.slider-shop {
    margin: 0 0 120px;
}
.details-contents td.detail-list ul {
  display: flex;
}
.details-contents td.detail-list ul li {
  padding-left: 0;
  margin-right: 10px;
  padding-right: 15px;
  position: relative;
}
.details-contents td.detail-list ul li::before {
  position: absolute;
  content: "/";
  right: 0;
}
.details-contents td.detail-list ul li:last-child::before {
  content: none;
}
.heading-contents .shop-detail-list ul {
    margin: 0;
    padding-top: 0;
}
.sidebar-wrap {
    background-color: #F3F3F3;
    padding: 15px;
    margin-bottom: 26px;
}
@media only screen and (min-width: 481px) {
  .heading-contents .shop-detail-list tr:last-child {
      border-bottom: none;
  }
  p.shopaddress::before {
      position: absolute;
      content: "";
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      background-image: url(../images/icon/icon-map.png);
      background-repeat: no-repeat;
      background-size: contain;
      width: 25px;
      height: 25px;
  }
  a.btn-area {
      color: #333;
      border-radius: 9999px;
      padding: 8px 20px;
      min-width: 200px;
      display: block;
      font-size: 12px;
      max-width: 250px;
      margin-left: auto;
      font-weight: bold;
  }
  .shopdelivery__list ul li a {
      font-size: 12px;
  }
  .pr-contents {
      display: grid;
      grid-template-columns: auto;
      gap: 30px;
      padding-bottom: 100px;
  }
  .heading-contents .shop-detail-list ul {
      margin: 0;
      padding-top: 7px;
  }
  .cardfulltype__article {
      background-color: #FFF;
      margin: 0 0 4% 0;
      position: relative;
      width: 100%;
      margin: 0 0 25px;
      border-radius: 2px;
      background: #fff;
      box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
      padding: 26px;
  }
  .search-box.abl-form {
    position: inherit;
  }
  .search-box.abl-form h2 {
    margin: 0;
        flex-grow: 1;
        border-right: 1px dashed #707070;
  }
  .search-box.abl-form .serach-full {
      display: flex;
      width: 80%;
      gap: 10px;
      margin: 0;
  }

  .bg-none {
      background-color: initial;
      margin-top: -50px;
  }
  .search-box.abl-form {
      position: absolute;
      top: -40px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      background-color: #FFF;
      border-radius: 15px;
      box-shadow: 2px 3px 16px rgba(0,0,0,.15);
      display: flex;
      align-items: center;
      gap: 30px;
      padding: 20px 60px;
      justify-content: space-between;
      max-width: 1120px;
      min-width: 1020px;
      width: 100%;
  }
  .pick-box h3.pc-text {
    display: block;
  }

  .pick-box h3.sp-text {
    display: none;
  }
  .grid-list.genre-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .heading-contents .shop-detail-list tr {
    border-bottom: none;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
  }
  .heading-contents .shop-detail-list th,
  .heading-contents .shop-detail-list td {
    display: inline-block;
  }
  .heading-contents .shop-detail-list th {
      padding-left: 30px;
      position: relative;
      width: 18%;
  }
  .heading-contents .shop-detail-list td {
    width: 70%;
  }
  .next-arrow {
    top: 50%;
    right: -30px;
    width: 30px;
  }
  .prev-arrow {
    top: 50%;
    left: -30px;
    width: 30px;
  }
  .snsShareArea {
      display: flex;
      gap: 50px;
      justify-content: center;
      align-items: center;
  }
  .snsShareArea p {
      margin: 0;
      font-size: 12px;
  }
  .pc-br {
    display: block;
  }
  .sp-br {
    display: none;
  }
  .details-contents .shopdelivery__list ul li a {
      padding: 7px 20px;
      font-size: 16px;
  }
  .details-contents .gmap {
      height: 300px;
      width: 100%;
      margin: 20px 0;
  }
  .details-contents th,
  .details-contents td {
      border-top: 1px solid #ECECEC;
      border-bottom: 1px solid #ECECEC;
      display: table-cell;
  }
  .details-contents th {
      background-color: #FBFBFB;
      width: 22%;
      padding: 15px 25px;
  }
  .details-contents td {
      padding: 15px 25px;
      display: grid;
  }
  .single-contents th {
      text-align: left;
      width: 30%;
  }
  .pr-contents {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 30px;
      padding-bottom: 100px;
  }
  .heading-contents .shopdelivery__list {
      padding: 20px;
      margin: 12px 0 10px;
      display: flex;
      gap:20px;
  }
  .heading-contents .shopdelivery__list span {
    font-weight: bold;
  }
  .shopdelivery__list ul {
      margin: 0;
      padding: 0;
      display: flex;
      gap: 10px;
  }
  .heading-contents .shopcategory__list {
    display: flex;
    gap: 10px;
}
  .shop-box {
      background-color: #FFF;
      padding: 50px;
  }
  #breadcrumb {
    margin: 0;
    padding: 13px 15px;
    background: #f4f4f4;
  }
  p.shopaddress {
      font-size: 14px;
      margin: 0px 0 10px;
      padding-left: 30px;
      position: relative;
      line-height: 1.4;
  }
  .content-area {
    display: grid;
    grid-template-columns: 1fr 2.3fr;
    grid-gap: 20px;
  }
  .shoptitle {
      margin: 15px 0 0 0;
      font-size: 24px;
      line-height: 1.4;
  }
  .sidebar {
    order: 1;
  }
  .maincontent {
    order: 2;
  }
  .pick-box a.btn-area {
    min-width: 50px;
        max-width: 100px;
        font-weight: bold;
        padding: 2px 10px;
        font-size: 12px;
        border: 1px solid #CBCBCB;
        position: relative;
        margin-top: 10px;
  }
  .pick-box a.btn-area::before {
      position: absolute;
      content: "";
      top: 50%;
      right: 10px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      background-image: url(../images/icon/chevron-right-gray.png);
      background-repeat: no-repeat;
      background-size: contain;
      width: 10px;
      height: 10px;
  }
  .eat-wrapper {
      margin: 10px 0;
      padding: 25px 0;
  }
  .search-wrap {
      height: 50px;
      padding: 50px 0;
  }
  .area-map-wrap {
    height: 400px;
    padding: 32px 0;
  }
  .mainvisual h1 {
      font-size: 36px;
      position: relative;
      text-align: center;
      padding: 0 50px;
      margin-top: 70px;
  }
  .mainvisual h1::before {
    position: absolute;
        content: "";
        width: 200px;
        height: 80%;
        background-image: url(../images/main-visual-title.png);
        background-size: contain;
        background-repeat: no-repeat;
        top: -50px;
        left: 20px;
  }
  .mainvisual h1 span {
      font-size: 15px;
      display: block;
  }
  .mainvisual {
      background-image: url(../images/mainvisual.jpg);
      position: relative;
      width: 100%;
      height: 355px;
      background-size: contain;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      color: #FFF;
  }

  .mainvisual::before {
      position: absolute;
      top: 0;
      content: "";
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0, .5);
  }
  .single #content, .page #content {
    padding-bottom: 130px;
  }
  .site-branding h1 {
    width: 70%;
  }
  .site-branding .site-icon.-pc {
    display: block;
  }
  .site-branding .site-icon.-sp {
    display: none;
  }
  .map-bg::before {
      position: absolute;
      content: "";
      background-image: url(../images/japn-map.png);
      width: 100%;
      height: 400px;
      background-repeat: no-repeat;
      background-size: contain;
      top: 50%;
      right: 0;
      background-position: 70%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
  }
  .footer-grid {
    display: grid;
  }
  .cardfulltype__img img {
      height: auto;
      object-fit: cover;
      width: 100%;
      aspect-ratio: 3 / 2;
  }
  .shopdelivery__list {
      padding-left: 45px;
          min-height: 40px;
  }
  p.shopaddress {
      font-size: 14px;
      margin: 10px 0 20px;
  }
  .cardfulltype__box {
      display: grid;
      gap: 20px;
      grid-template-columns: 1fr 2fr;
  }
  .cardfulltype__img {
      max-width: 280px;
  }
  .mainvisual {
      height: 275px;
      align-items: center;
  }
  ul.footer-list-link li a {
      position: relative;
      padding-left: 15px;
      font-size: 16px;
  }
  .pick-box h3 {
    margin: 10px 0;
    font-size: 19px;
    line-height: inherit;
  }
  a.btn-area {
    color: #333;
    border-radius: 9999px;
    padding: 8px 20px;
    min-width: 200px;
    display: block;
    font-size: 12px;
    max-width: 250px;
    margin-left: auto;
    font-weight: bold;
}
  .pick-box a.btn-area {
      min-width: 100px;
      max-width: 120px;
      font-weight: bold;
      padding: 5px 20px;
      font-size: 12px;
      border: 1px solid #CBCBCB;
      position: relative;
  }
  .pick-box a.btn-area::before {
      position: absolute;
      content: "";
      top: 50%;
      right: 10px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      background-image: url(../images/icon/chevron-right-gray.png);
      background-repeat: no-repeat;
      background-size: contain;
      width: 10px;
      height: 10px;
  }
  .search-flex button {
      width: 30%;
      height: 44px;
      background-color: #E40E6E;
      border: none;
      color: #FFF;
      font-weight: bold;
      background: rgb(234,80,41);
      background: linear-gradient(214deg, rgba(234,80,41,1) 0%, rgba(228,15,110,1) 100%);
      position: relative;
  }

  .search-flex input[type="text"] {
      border: 1px solid #CBCBCB;
      border-radius: 5px;
      width: 80%;
      background-color: #FFF;
      margin: 0;
  }
  .search-flex form {
      display: flex;
      width: 65%;
      gap: 20px;
      justify-content: space-between;
      padding: 10px 0px 0 0px;
  }
  .search-flex {
      display: flex;
      gap: 30px;
      align-items: center;
      justify-content: space-between;
  }
  .grid-list {
      grid-template-columns: 1fr 1fr 1fr 1fr;
      gap: 30px;
      margin: 30px 0;
  }
  .single #inner-content,.wrap {
      width: 960px;
  }

  .map-bg {
      position: relative;
      height: 100%;
      width: 80%;
      margin: 0 auto;
  }

  .map-list {
      position: absolute;
  }
  .map-list h3 {
      position: relative;
      padding-left: 15px;
      line-height: 1.4;
  }
  .map-list.kansai {
      top: 10%;
      left: 0;
  }
  .map-list.kansai h3 {
      border-left: 3px solid #9DBE4D;
  }
  .map-list.kyushu {
      bottom: 0;
      left: 0;
  }
  .map-list.kyushu h3 {
      border-left: 3px solid #DC6283;
  }
  .map-list.hokaido {
      top: 25%;
      right: 0;
  }
  .map-list.hokaido h3 {
      border-left: 3px solid #824DBE;
  }
  .map-list.kanto {
      bottom: 0;
      right: 5%;
  }
  .map-list.kanto h3 {
      border-left: 3px solid #4DADBE;
  }
  .map-list ul {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      width: 100%;
  }
  .map-list.kansai ul {
      width: 90%;
  }
  .map-list ul li a.btn-area {
      color: #333;
      border-radius: 9999px;
      padding: 3px 20px;
      min-width: 90px;
      display: block;
      font-size: 14px;
      max-width: 120px;
      margin-left: auto;
      position: relative;
  }
  .map-list ul li a.btn-area::before {
      position: absolute;
      content: "";
      top: 50%;
      right: 10px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      background-image: url(../images/icon/chevron-right-gray.png);
      background-repeat: no-repeat;
      background-size: contain;
      width: 10px;
      height: 10px;
  }
  .inner {
      padding: 30px;
  }
  .eat-wrapper h2 {
      position: relative;
      padding-left: 30px;
      font-size: 24px;
      margin: 0;
  }

    a.btn-area {
        color: #333;
        border-radius: 9999px;
        padding: 8px 20px;
        min-width: 200px;
        display: block;
        font-size: 12px;
        max-width: 250px;
        margin-left: auto;
    }

    .sidebar-wrap {
        background-color: #F3F3F3;
        padding: 15px;
        margin-bottom: 26px;
    }

    .mainvisual h1 {
        font-size: 53px;
        position: relative;
        text-align: center;
        padding: 0 150px;
    }
    .mainvisual h1::before {
        position: absolute;
        content: "";
        width: 200px;
        height: 100%;
        background-image: url(../images/main-visual-title.png);
        background-size: contain;
        background-repeat: no-repeat;
        top: -50px;
        left: 0;
    }
    .mainvisual h1 span {
        font-size: 24px;
        display: block;
    }
}
@media only screen and (min-width: 1030px) {
    .inner-footer.wrap {
        width: 1120px;
    }
}


.hidden {
    display: none;
  }
  .ap-form_select {
    height: 30px;
  }
  .ap-radio_wrap {
    list-style: none;
    height: 30px;
    width: 100px;
    position: relative;
    padding: 0;
    border: 1px solid #990033;
    border-radius: 30px;
    overflow: hidden;
  }
  .ap-radio_wrap::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
  }
  .ap-radio_wrap > li {
    line-height: 30px;
    position: absolute;
    background: #fff;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .ap-radio_wrap > li.active:first-child {
    z-index: 1;
    background: #fff;
  }
  .ap-radio_wrap > li.active:first-child > label {
    z-index: 1;
    animation: 5s kurukuru alternate infinite;
  }
  .ap-radio_wrap > li.active:nth-child(2) {
    z-index: 1;
    animation: .1s gakuburu alternate infinite;
  }
  .ap-radio_wrap > li.active:nth-child(3) {
    z-index: 1;
    background: #fff;
  }
  .ap-radio_wrap > li.active:nth-child(3) > label {
    z-index: 1;
    animation: 5s kurukuru-yoko alternate infinite;
  }
  .ap-radio_wrap > li.active:nth-child(4) {
    z-index: 1;
    animation: 5s zoom alternate infinite;
  }
  .ap-radio_wrap > li.active:last-child {
    z-index: 1;
    background: #fff;
  }
  .ap-radio_wrap > li.active:last-child > label {
    z-index: 1;
    animation: .3s flick alternate infinite;
  }
  @keyframes kurukuru {
    0% {
      transform: rotateX(0deg);
    }
    50% {
      transform: rotateX(180deg);
    }
    100% {
      transform: rotateX(360deg);
    }
  }
  @keyframes kurukuru-yoko {
    0% {
      transform: rotateY(0deg);
    }
    50% {
      transform: rotateY(180deg);
    }
    100% {
      transform: rotateY(360deg);
    }
  }
  @keyframes gakuburu {
    0% {
      transform: translateX(1px);
    }
    100% {
      transform: translateX(2px);
    }
  }
  @keyframes zoom {
    0% {
      transform: scale(1,1);
    }
    50% {
      transform: scale(1,1.3);
    }
    100% {
      transform: scale(1,1);
    }
  }
  @keyframes flick {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .ap-radio_wrap.open{
    height: auto;
    border-radius: 0px;
    overflow: hidden;
  }
  .ap-radio_wrap.open::after {
    display: none;
  }
  .ap-radio_wrap.open > li{
    position: relative;
  }
  .ap-radio_wrap > li::before {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    width: 5px;
    border-right: 5px solid;
    border-bottom: solid 5px transparent;
    border-top: transparent 5px solid;
    border-left: 5px solid transparent;
  }
  .ap-radio_wrap > li::after {
    content: "";
    display: block;
    position: absolute;
    right: 5px;
    width: 5px;
    height: 3px;
    background: #000;
  }
  .ap-radio_wrap.open > li > label{
    position: relative;
    display: block;
    box-sizing: border-box;
  }
  .ap-radio_wrap.open > li:first-child > label{
    border: hidden;
  }
.single-wrapper {
    width: 100%;
    position: relative;
}


.shop-box .archive-header {
    border-bottom: 1px dashed #CFCFCF;
    box-shadow: none;
}
.shop-box .single-contents {
    padding: 30px 0 ;
}
.single-contents a {
    color: #252525;
}
.shop-detail-list {
    padding: 20px 0;
    margin-bottom: 20px;
    font-size: 14px;
}

.heading-contents .shopcategory__list li a {
    border-radius: 5px;
}

.details-contents .shopdelivery__list ul li {
    padding: 0;
}
.heading-contents .shopdelivery__list li:first-child {
    font-weight: bold;

}



.heading-contents .shop-detail-list ul li {
    position: relative;
    padding-left: 22px;
}
.heading-contents .shop-detail-list ul li.instagram::before {
    position: absolute;
    left: 0;
    background-image: url(../images/icon/icon-instagram.png);
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 100%;
    top: 70%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.heading-contents .shop-detail-list ul li.twitter::before {
    position: absolute;
    left: 0;
    background-image: url(../images/icon/icon-twitter.svg);
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 100%;
    top: 70%;
    left: -2px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.heading-contents .shop-detail-list ul li.facebook::before {
    position: absolute;
    left: 0;
    background-image: url(../images/icon/icon-facebook.svg);
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 100%;
    top: 65%;
    left: -2px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.heading-contents .shop-detail-list ul li.line::before {
    position: absolute;
    left: 0;
    background-image: url(../images/icon/icon-line.svg);
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 100%;
    top: 65%;
    left: -2px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.pr-contents .pr-imgarea img {
    height: 100%;
    object-fit: cover;
}
.pr-contents .pr-textarea h3 {
    font-size: 21px;
    line-height: 32px;
}
.pr-contents .pr-textarea p {
  line-height: 1.7;
}
.details-contents table {
    width: 100%;
}


.details-contents .shopdelivery__list {
    background-color: inherit;
    padding-left: 0
}
.details-contents .shopdelivery__list::before {
  content: none;
}


.details-contents ul li {
    padding-left: 30px;
    position: relative;
}
.details-contents ul li.corp::before {
    position: absolute;
    left: 0;
    background-image: url(../images/icon/icon-website.png);
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 100%;
    top: 60%;
    left: -3px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.details-contents ul li.instagram::before {
    position: absolute;
    left: 0;
    background-image: url(../images/icon/icon-instagram.png);
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 100%;
    top: 65%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.details-contents ul li.twitter::before {
    position: absolute;
    left: 0;
    background-image: url(../images/icon/icon-twitter.svg);
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 100%;
    top: 65%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.details-contents ul li.facebook::before {
    position: absolute;
    left: 0;
    background-image: url(../images/icon/icon-facebook.svg);
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 100%;
    top: 65%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.details-contents ul li.line::before {
    position: absolute;
    left: 0;
    background-image: url(../images/icon/icon-line.svg);
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 100%;
    top: 65%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.share-wrap {
    margin: 50px auto;
    text-align: center;
}

footer {
    background-color: #EA4F2A;
}

ul.footer-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.copyarea {
    background-color: #FFF;
    text-align: center;
    padding: 50px 0;
}
.copyarea a {
    font-size: 31px;
    font-weight: bold;
    color: #E51865;
    position: relative;
    padding-left: 40px;
}
.copyarea a::before {
    position: absolute;
    content: "";
    background-image: url(../images/icon/icon-home.png);
    width: 40px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.copyarea small {
    display: block;
    color: #E51865;
}

.headingwrap {

}

.eat-wrapper h2::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background-color: #E40E6E;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}


.pick-box h3 {
    margin: 16px 0;
}
.pick-box span {
    color: #707070;
    font-size: 14px;
}
.pick-box img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    width: 100%;
}
.pick-box span.area {
    border: 1px solid #707070;
    padding: 2px 10px;
    margin-right: 5px;
}



.serach-full button {
    width: 100%;
    height: 44px;
    background-color: #E40E6E;
    border: none;
    color: #FFF;
    font-weight: bold;
    background: rgb(234,80,41);
    background: linear-gradient(214deg, rgba(234,80,41,1) 0%, rgba(228,15,110,1) 100%);
    position: relative;
    border-radius: 5px;
}

.serach-full button::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image: url(../images/icon/icon-search.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}

a.btn-gra {
    background: rgb(234,80,41);
    background: linear-gradient(214deg, rgba(234,80,41,1) 0%, rgba(228,15,110,1) 100%);
    color: #FFF;
    min-width: 250px;
    display: block;
    max-width: 300px;
    padding: 10px 20px;
    text-align: center;
    font-weight: bold;
    position: relative;
}
a.btn-gra::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image: url(../images/icon/chevron-right-white.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
}
a.circle-btn {
    border-radius: 9999px;
}
a.btn-center {
    margin: 50px auto 20px;
}
a.btn-left {
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 20px;
}
a.btn-right {
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 20px;
}
.genre-list ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.genre-list ul li a {
  border-radius: 9999px;
      padding: 2px 16px;
      border: 1px solid #CBCBCB;
      font-size: 14px;
      color: #252525;
      min-width: 60px;
      display: block;
      text-align: center;
}
a.link.right-text {
    text-align: right;
    display: block;
}
a.link {
    text-decoration: underline;
    font-weight: bold;
    position: relative;
    padding-right: 30px;
}
a.link::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image: url(../images/icon/chevron-right-blue.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
}

.bg-white {
    background-color: #FFF;
    padding: 32px;
}

.sidebar-title h3 {
    margin: 0;
    color: #252525;
    font-size: 16px;
    margin-bottom: 10px;
}
.sideber-form {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
}
.sideber-form a {
    font-size: 12px;
    text-decoration: underline;
}
.sideBg {
    background-color: #FFF;
    padding: 15px;
        border: 1px solid #CBCBCB;
}

/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 1em;
	display: block;
	color: #fff;
	background:#019ac6;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #252525;
	border-right: 2px solid #252525;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 8px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0;
    margin: 10px 0;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}
.accordion label:after {
    content: none;
}
.accordion label {
    display: block;
    position: relative;
    padding: 0;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    background: no-repeat;
    color: #252525;
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CBCBCB;
    padding-left: 30px;
    border-radius: 0;
}
.accordion label.area-icon::after {
    position: absolute;
    content: "";
    top: 37%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image: url(../images/icon/icon-map.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    border: none;
}
.accordion label.genre-icon::after {
    position: absolute;
    content: "";
    top: 37%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image: url(../images/icon/icon-genre.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    border: none;
}
.accordion label:hover {
    background: inherit;
}
.accordion {
    margin: 0.5em 0;
    font-size: 0.95em;
    background-color: #FFF;
}
.no-search-area {
    text-align: center;
}
.no-search-area h3 {
    margin: 0;
    font-size: 24px;
}
.no-search-area p {
    margin: 0;
}
.no-search-area a.btn-gra {
    min-width: 160px;
    max-width: 200px;
    margin: 30px auto;
    border-radius: 5px;
}
.sidebar-box select {
    border: 1px solid #CBCBCB;
    border-radius: 5px;
    padding-left: 28px;
}

.sidebar-box button.search-btn.four {
  width: 100%;
    height: 44px;
    background-color: #E40E6E;
    border: none;
    color: #FFF;
    font-weight: bold;
    background: rgb(234,80,41);
    background: linear-gradient(214deg, rgba(234,80,41,1) 0%, rgba(228,15,110,1) 100%);
    position: relative;
    border-radius: 5px;
}
.search-select {
    position: relative;
    width: 100%;
}
.search-select.first::before {
  position: absolute;
    left: 0;
    background-image: url(../images/icon/icon-map.png);
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 100%;
    top: 75%;
    left: 3%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.search-select.second::before {
  position: absolute;
    left: 0;
    background-image: url(../images/icon/icon-map.png);
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 100%;
    top: 75%;
    left: 3%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.search-select.thaad::before {
  position: absolute;
    left: 0;
    background-image: url(../images/icon/icon-genre.png);
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 13px;
    height: 100%;
    top: 80%;
    left: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#archive_header ul {
    margin: 0.1em 0;
    border-bottom: 1px dashed #CBCBCB;
    padding-bottom: 5px;
}

.pnavi .nav-links {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    gap:20px;
}
.pnavi .nav-links span.current {
  background: #EA5622;
}
.pnavi .nav-links a {
  color: #EA5622;
  transition: 0.6s;
}
.pnavi .nav-links a:hover {
  color: #FFF;
  background: #EA5622;
}
