@charset "UTF-8";
.main {
  padding: 0 !important; }

.tab-content .shops-content .left form .checkbox-wrapper .checkbox label .img, .tab-content .shops-content .map-wrapper #map .infoWindow .img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.form-select select, .tab div, .tab-content .shops-content .left form .heading, .tab-content .shops-content .left form .parent-cat-1, .tab-content .shops-content .left form .parent-cat-2, .tab-content .shops-content .left form .checkbox-wrapper .checkbox label span, .prefecture, .shop__main .shop-content .taxonomy-wrapper .taxonomy-area .parent-name {
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO"; }

a {
  text-decoration: none; }

li {
  list-style-type: none; }

@media screen and (max-width: 959px) {
  .pc {
    display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 959px) {
    .sp {
      display: block; } }

.form-select {
  box-sizing: border-box;
  position: relative;
  width: 185px; }
  @media screen and (max-width: 959px) {
    .form-select {
      width: 100%; } }
  .form-select select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 8px 48px 8px 8px;
    border: 1px solid #adadad;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    background: none; }
  .form-select:after {
    pointer-events: none;
    box-sizing: border-box;
    position: absolute;
    border: 1px solid #ddd;
    right: 0;
    top: 0;
    padding: 8px 10px;
    text-align: center;
    cursor: pointer;
    color: #adadad;
    background-image: -webkit-linear-gradient(top, #fff 28%, #f0f0f0 53%, #ddd 100%);
    background-image: linear-gradient(-180deg, #fff 28%, #f0f0f0 53%, #ddd 100%);
    height: 100%;
    box-sizing: border-box;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    font-weight: 900;
    font-size: 18px; }

.tab {
  margin-top: 30px;
  padding: 0;
  display: flex; }
  .tab div {
    cursor: pointer;
    padding: 0;
    width: 170px;
    border-top-left-radius: 5px;
    background: #adadad;
    color: #FFF;
    text-align: center;
    margin-right: 35px;
    position: relative;
    line-height: 46px;
    height: 46px;
    transition: .2s;
    font-size: 20px; }
    @media screen and (max-width: 959px) {
      .tab div {
        border-top-right-radius: 5px;
        margin-right: 5px; } }
    .tab div:after {
      content: "";
      display: inline-block;
      border: 35px solid transparent;
      border-left: 0 solid #adadad;
      border-bottom: 47px solid #adadad;
      position: absolute;
      right: -35px;
      top: -35px;
      transition: .2s; }
      @media screen and (max-width: 959px) {
        .tab div:after {
          display: none; } }
    .tab div:hover:hover {
      background: #014da1;
      color: #FFF; }
      .tab div:hover:hover:after {
        border-left-color: #014da1;
        border-bottom-color: #014da1; }
  .tab .active {
    background: #014da1;
    color: #FFF; }
    .tab .active:after {
      border-left-color: #014da1;
      border-bottom-color: #014da1; }

.tab-content {
  width: 100%;
  min-height: 600px;
  height: auto;
  border: 1px solid #adadad;
  margin-bottom: 50px; }
  @media screen and (max-width: 959px) {
    .tab-content {
      min-height: auto;
      margin-bottom: 0; } }
  .tab-content .caution-content {
    display: none;
    padding: 20px; }
  .tab-content .shops-content {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    height: 100%; }
    @media screen and (max-width: 959px) {
      .tab-content .shops-content {
        flex-direction: column; } }
    .tab-content .shops-content .left {
      width: 450px; }
      @media screen and (max-width: 959px) {
        .tab-content .shops-content .left {
          width: 100%;
          display: none; } }
      .tab-content .shops-content .left form {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        padding: 20px; }
        .tab-content .shops-content .left form .select-wrapper {
          display: flex;
          justify-content: space-around;
          padding: 20px 0;
          border-bottom: solid 1px #adadad; }
          @media screen and (max-width: 959px) {
            .tab-content .shops-content .left form .select-wrapper .form1 {
              margin-bottom: 15px; } }
          @media screen and (max-width: 959px) {
            .tab-content .shops-content .left form .select-wrapper {
              flex-direction: column; } }
          .tab-content .shops-content .left form .select-wrapper .select-header {
            font-size: 18px; }
        .tab-content .shops-content .left form .heading {
          text-align: center;
          font-weight: bold;
          margin: 15px 0;
          font-size: 20px; }
        .tab-content .shops-content .left form .parent-cat-1 {
          background: #014da1;
          text-align: center;
          color: #FFF;
          margin-bottom: 10px; }
        .tab-content .shops-content .left form .parent-cat-2 {
          background: #f00;
          text-align: center;
          color: #FFF;
          margin-bottom: 10px; }
        .tab-content .shops-content .left form .checkbox-wrapper {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          margin-bottom: 20px; }
          @media screen and (max-width: 959px) {
            .tab-content .shops-content .left form .checkbox-wrapper {
              flex-direction: column; } }
          .tab-content .shops-content .left form .checkbox-wrapper .checkbox {
            width: 49%;
            margin-bottom: 8px;
            user-select: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            font-size: 15px; }
            @media screen and (max-width: 959px) {
              .tab-content .shops-content .left form .checkbox-wrapper .checkbox {
                width: 100%; } }
            .tab-content .shops-content .left form .checkbox-wrapper .checkbox input[type='checkbox'] {
              display: none; }
            .tab-content .shops-content .left form .checkbox-wrapper .checkbox label {
              user-select: none;
              -webkit-user-select: none;
              -moz-user-select: none;
              cursor: pointer;
              padding-left: 23px;
              box-sizing: border-box;
              position: relative; }
              .tab-content .shops-content .left form .checkbox-wrapper .checkbox label i:before {
                overflow: hidden;
                width: 0;
                position: absolute;
                left: 3px;
                top: -1px;
                transition: .2s;
                font-size: 22px; }
              .tab-content .shops-content .left form .checkbox-wrapper .checkbox label:before {
                position: absolute;
                left: 0;
                top: 0;
                content: "";
                width: 17px;
                height: 17px;
                display: inline-block;
                background-image: -webkit-linear-gradient(top, #fff 45%, #ddd 65%, #fff 99%);
                background-image: linear-gradient(-180deg, #fff 45%, #ddd 65%, #fff 99%);
                box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
                border-radius: 3px;
                border: 1px solid #ddd; }
              .tab-content .shops-content .left form .checkbox-wrapper .checkbox label .img {
                display: inline-block;
                width: 20px;
                height: 20px;
                vertical-align: middle; }
              .tab-content .shops-content .left form .checkbox-wrapper .checkbox label span {
                vertical-align: middle;
                line-height: 20px; }
              .tab-content .shops-content .left form .checkbox-wrapper .checkbox label.checked i:before {
                width: 24px; }
        .tab-content .shops-content .left form .left-footer {
          display: flex;
          justify-content: space-between;
          margin-top: auto;
          margin-bottom: 0; }
          @media screen and (max-width: 959px) {
            .tab-content .shops-content .left form .left-footer {
              flex-direction: column; } }
          .tab-content .shops-content .left form .left-footer > div, .tab-content .shops-content .left form .left-footer button {
            width: 48%; }
          @media screen and (max-width: 959px) {
            .tab-content .shops-content .left form .left-footer div {
              width: 100%;
              margin-bottom: 10px; }
            .tab-content .shops-content .left form .left-footer button {
              width: 200px;
              margin: 0 auto;
              height: 60px; } }
          .tab-content .shops-content .left form .left-footer input {
            margin: 0; }
          .tab-content .shops-content .left form .left-footer button {
            color: #FFF;
            background: #ff5a00;
            border: 2px solid #ff5a00;
            transition: 0.2s; }
            .tab-content .shops-content .left form .left-footer button span {
              margin-left: 5px; }
            .tab-content .shops-content .left form .left-footer button:hover {
              color: #ff5a00;
              background: #FFF; }
    .tab-content .shops-content .map-wrapper {
      width: calc(100% - 450px);
      position: relative; }
      @media screen and (max-width: 959px) {
        .tab-content .shops-content .map-wrapper {
          width: 100%;
          height: 400px; } }
      .tab-content .shops-content .map-wrapper #map {
        width: 100%;
        height: 100%; }
        .tab-content .shops-content .map-wrapper #map .infoWindow {
          display: flex;
          justify-content: space-between;
          font-size: 14px;
          word-break: break-all; }
          .tab-content .shops-content .map-wrapper #map .infoWindow a {
            text-decoration: none;
            color: #014da1;
            font-weight: bold; }
          .tab-content .shops-content .map-wrapper #map .infoWindow .img {
            width: 100px;
            height: 100px;
            margin-right: 10px; }
          .tab-content .shops-content .map-wrapper #map .infoWindow .info-content {
            width: 200px; }
          .tab-content .shops-content .map-wrapper #map .infoWindow .address {
            margin: 3px 0; }
      .tab-content .shops-content .map-wrapper .search-count {
        position: absolute;
        width: 130px;
        height: 130px;
        left: 2%;
        bottom: 2%;
        border-radius: 50%;
        background: #014da1;
        text-align: center;
        color: #FFF;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center; }
        @media screen and (max-width: 959px) {
          .tab-content .shops-content .map-wrapper .search-count {
            left: -1%;
            bottom: -8%;
            z-index: 1;
            width: 110px;
            height: 110px; } }
        .tab-content .shops-content .map-wrapper .search-count span {
          display: block;
          font-size: 24px;
          font-family: 'Oswald', 'sans-serif';
          font-style: italic;
          font-weight: 200; }
          @media screen and (max-width: 959px) {
            .tab-content .shops-content .map-wrapper .search-count span {
              line-height: 24px; } }
        .tab-content .shops-content .map-wrapper .search-count .count {
          font-size: 48px;
          position: relative;
          padding-right: 5px;
          line-height: 40px; }
          @media screen and (max-width: 959px) {
            .tab-content .shops-content .map-wrapper .search-count .count {
              font-size: 34px;
              line-height: 34px; } }

.result-header {
  color: #fFF;
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  margin-bottom: 30px; }
  @media screen and (max-width: 959px) {
    .result-header {
      flex-direction: column; } }
  .result-header .count {
    background: #014da1;
    width: 300px;
    text-align: center;
    padding: 20px 20px;
    font-size: 18px; }
    @media screen and (max-width: 959px) {
      .result-header .count {
        width: 100%; } }
    .result-header .count span {
      margin: 0 3px;
      font-size: 32px;
      font-family: 'Oswald', 'sans-serif';
      font-style: italic;
      font-weight: 200; }
  .result-header .terms {
    background: #001d59;
    width: calc(100% - 300px);
    padding: 20px 20px;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 959px) {
      .result-header .terms {
        width: 100%; } }

.more-search {
  display: none; }
  @media screen and (max-width: 959px) {
    .more-search {
      border: 1px solid #014da1;
      color: #014da1;
      background: #FFF;
      margin-bottom: 50px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative; }
      .more-search i {
        position: absolute;
        right: 3%;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        margin: auto; } }

.prefecture {
  padding: 2px 5px;
  font-size: 14px;
  display: inline-block;
  letter-spacing: 0.1em;
  margin-bottom: 3px; }

.shop {
  margin-bottom: 50px; }
  .shop.is-hidden {
    display: none !important;
    height: 0;
    margin: 0;
    pointer-events: none; }
  .shop a.shop-link {
    color: #666;
    text-decoration: none; }
  .shop__header {
    border-top: 1px solid #ccc;
    background: #f5f5f5;
    padding: 5px 10px; }
    .shop__header .head-text {
      font-size: 12px; }
    .shop__header .title {
      font-weight: bold;
      color: #014da1;
      font-size: 20px;
      margin: 3px 0; }
  .shop__main .access {
    font-weight: bold;
    margin-top: 5px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px; }
    @media screen and (max-width: 959px) {
      .shop__main .access {
        padding: 0; } }
    .shop__main .access .access-head {
      width: 120px;
      font-weight: bold; }
      .shop__main .access .access-head i {
        width: 15px;
        text-align: center;
        margin-right: 3px; }
  .shop__main .flex-wrapper {
    padding: 10px;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 959px) {
      .shop__main .flex-wrapper {
        flex-direction: column;
        padding: 0; } }
  .shop__main .shop-image {
    width: 300px; }
    @media screen and (max-width: 959px) {
      .shop__main .shop-image {
        width: 100%; } }
    .shop__main .shop-image .img {
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
    .shop__main .shop-image .img-lg-wrapper .img {
      width: 300px;
      height: 200px; }
    @media screen and (max-width: 959px) {
      .shop__main .shop-image .img-lg-wrapper {
        display: none; } }
    .shop__main .shop-image .img-sm-wrapper {
      margin-top: 3px;
      display: flex;
      justify-content: space-between; }
      .shop__main .shop-image .img-sm-wrapper .img-wrap {
        width: calc(98% / 2); }
        @media screen and (max-width: 959px) {
          .shop__main .shop-image .img-sm-wrapper .img-wrap {
            width: calc(98% / 3); } }
        .shop__main .shop-image .img-sm-wrapper .img-wrap .img {
          padding-top: 66.667%; }
      .shop__main .shop-image .img-sm-wrapper .img-1 {
        display: none; }
        @media screen and (max-width: 959px) {
          .shop__main .shop-image .img-sm-wrapper .img-1 {
            display: block; } }
  .shop__main .shop-content {
    width: calc(98% - 300px);
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 959px) {
      .shop__main .shop-content {
        width: 100%;
        margin-top: 5px; } }
    .shop__main .shop-content .item-wrapper {
      display: flex;
      justify-content: space-between;
      font-size: 14px; }
      .shop__main .shop-content .item-wrapper .item-head {
        width: 120px;
        font-weight: bold; }
        .shop__main .shop-content .item-wrapper .item-head i {
          width: 15px;
          text-align: center;
          margin-right: 3px; }
      .shop__main .shop-content .item-wrapper .item-content {
        width: calc(100% - 125px); }
    .shop__main .shop-content .taxonomy-wrapper {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .shop__main .shop-content .taxonomy-wrapper .taxonomy-area {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 49.5%; }
        @media screen and (max-width: 959px) {
          .shop__main .shop-content .taxonomy-wrapper .taxonomy-area {
            width: 100%; } }
        .shop__main .shop-content .taxonomy-wrapper .taxonomy-area .parent-name {
          margin-bottom: 5px;
          color: #FFF;
          background: #014da1;
          padding-left: 5px; }
        .shop__main .shop-content .taxonomy-wrapper .taxonomy-area .taxonomy {
          font-size: 12px;
          padding: 2px 2px;
          border: 1px solid #1e73be;
          color: #1e73be;
          margin-bottom: 3px;
          display: inline-block; }
        @media screen and (max-width: 959px) {
          .shop__main .shop-content .taxonomy-wrapper .taxonomy-area:nth-of-type(2) {
            margin-top: 0; } }
        .shop__main .shop-content .taxonomy-wrapper .taxonomy-area:nth-of-type(2) .parent-name {
          background: #f00; }
        .shop__main .shop-content .taxonomy-wrapper .taxonomy-area:nth-of-type(2) .taxonomy {
          border-color: #f00;
          color: #f00; }
    .shop__main .shop-content .shop-message {
      margin-top: auto;
      margin-bottom: 0;
      background: #f5f5f5;
      padding: 5px; }
      .shop__main .shop-content .shop-message p {
        margin: 0;
        line-height: 24px; }
      .shop__main .shop-content .shop-message > * {
        font-size: 90% !important; }
  .shop__footer {
    padding: 0 10px; }
    @media screen and (max-width: 959px) {
      .shop__footer {
        padding: 0; } }
    .shop__footer .pc {
      width: 100%;
      display: flex;
      justify-content: flex-start; }
      @media screen and (max-width: 959px) {
        .shop__footer .pc {
          display: none; } }
    .shop__footer a {
      color: #fff;
      text-decoration: none;
      height: 50px;
      overflow: hidden; }
      .shop__footer a:hover {
        color: #fff; }
        .shop__footer a:hover img {
          opacity: 1 !important; }
      .shop__footer a span {
        font-size: 20px; }
        @media screen and (max-width: 959px) {
          .shop__footer a span {
            font-size: 16px; } }
    .shop__footer .phone {
      background: #014da1;
      width: 60%;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 959px) {
        .shop__footer .phone {
          background: #eb5151; } }
      .shop__footer .phone span {
        line-height: 50px; }
      .shop__footer .phone i {
        line-height: 50px;
        margin-right: 5px; }
      .shop__footer .phone .phone-number {
        letter-spacing: 2px;
        margin-left: 10px; }
    .shop__footer .line {
      display: flex;
      background: #00B900;
      width: 19%;
      justify-content: center;
      align-items: center; }
      .shop__footer .line img {
        width: 50px;
        height: 50px;
        margin-right: 5px; }
      .shop__footer .line span {
        line-height: 25px; }
        .shop__footer .line span .span-top {
          letter-spacing: 17px; }
        .shop__footer .line span .span-bottom {
          letter-spacing: 5px; }
    .shop__footer .email {
      width: 19%;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #eb5151; }
      .shop__footer .email i {
        line-height: 50px;
        margin-right: 10px; }
      .shop__footer .email span {
        line-height: 25px; }
        .shop__footer .email span .span-top {
          letter-spacing: 17px; }
        .shop__footer .email span .span-bottom {
          letter-spacing: 5px; }
    @media screen and (max-width: 959px) {
      .shop__footer .sp {
        margin-top: 10px;
        display: flex;
        justify-content: flex-start;
        width: 100%; }
        .shop__footer .sp .phone {
          width: 64%; }
          .shop__footer .sp .phone i {
            font-size: 24px; }
        .shop__footer .sp .margin:first-of-type {
          width: 1%; }
        .shop__footer .sp .line {
          width: 35%; }
          .shop__footer .sp .line img {
            width: 40px;
            height: 40px; } }

.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px; }
  .pager .page-numbers {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #eaeef5;
    font-style: italic;
    box-sizing: border-box;
    color: #333;
    margin: 0 3px; }
  .pager .prev, .pager .next {
    background: #eaeef5;
    font-style: normal;
    line-height: 27px;
    margin: 0 10px;
    padding: 0; }
  .pager .current {
    background: #014da1;
    border: 1px solid #014da1;
    color: #FFF; }
  .pager .page-numbers:not(.current):hover {
    color: #014da1;
    border-color: #014da1;
    background: #FFF;
    transition: 0.2s; }

#st-page.post-1477 {
  box-sizing: border-box; }
  @media screen and (max-width: 959px) {
    #st-page.post-1477 {
      padding: 2%; } }
  #st-page.post-1477 * {
    box-sizing: border-box; }

.moreBtn-wrapper {
  display: flex;
  justify-content: center; }
  .moreBtn-wrapper #moreBtn {
    width: 250px;
    height: 50px;
    border: 1px solid #014da1;
    color: #014da1;
    transition: .2s;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    .moreBtn-wrapper #moreBtn i {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      margin: auto; }
    .moreBtn-wrapper #moreBtn:hover {
      background: #014da1;
      color: #FFF; }

.gm-svpc > div {
  width: 100%; }

#st-page.post-1477 * {
  box-sizing: border-box; }

.shop-template-default {
  color: #666; }
  @media screen and (max-width: 959px) {
    .shop-template-default .pc {
      display: none !important; } }
  .shop-template-default .sp {
    display: none; }
    @media screen and (max-width: 959px) {
      .shop-template-default .sp {
        display: block !important; } }
  .shop-template-default #content-w {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden; }
    .shop-template-default #content-w * {
      box-sizing: border-box; }
    @media screen and (max-width: 959px) {
      .shop-template-default #content-w {
        padding-left: 0;
        padding-right: 0; } }
  .shop-template-default main {
    padding: 0; }
  .shop-template-default .shop-slider {
    display: none; }
    @media screen and (max-width: 959px) {
      .shop-template-default .shop-slider {
        display: block;
        padding-bottom: 10px !important; } }
    .shop-template-default .shop-slider li {
      margin: 0 5px; }
    .shop-template-default .shop-slider .img {
      padding-top: 66.667%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
  .shop-template-default .shop-header {
    margin-top: 30px;
    margin-bottom: 30px; }
    @media screen and (max-width: 959px) {
      .shop-template-default .shop-header .shop-header__title {
        background: #f6f2f1;
        margin-top: 40px;
        margin-bottom: 10px;
        padding: 10px; } }
    .shop-template-default .shop-header .shop-header__title h1 {
      color: #006600;
      margin-bottom: 10px; }
      @media screen and (max-width: 959px) {
        .shop-template-default .shop-header .shop-header__title h1 {
          font-size: 20px; } }
    .shop-template-default .shop-header .shop-header__contact {
      display: flex;
      justify-content: flex-start;
      margin-bottom: 20px; }
      @media screen and (max-width: 959px) {
        .shop-template-default .shop-header .shop-header__contact {
          padding: 0 10px; } }
      .shop-template-default .shop-header .shop-header__contact > a {
        margin-right: 10px;
        border-radius: 5px;
        color: #FFF;
        padding: 0 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 50px; }
        @media screen and (max-width: 959px) {
          .shop-template-default .shop-header .shop-header__contact > a {
            padding: 10px; } }
        .shop-template-default .shop-header .shop-header__contact > a i {
          margin-right: 5px;
          font-size: 28px; }
        .shop-template-default .shop-header .shop-header__contact > a:hover img {
          opacity: 1 !important; }
      .shop-template-default .shop-header .shop-header__contact .btn-phone {
        background: #014da1; }
        @media screen and (max-width: 959px) {
          .shop-template-default .shop-header .shop-header__contact .btn-phone {
            width: 65%;
            background: #eb5151; } }
      .shop-template-default .shop-header .shop-header__contact .btn-mail {
        background: #eb5151; }
        @media screen and (max-width: 959px) {
          .shop-template-default .shop-header .shop-header__contact .btn-mail {
            display: none; } }
      .shop-template-default .shop-header .shop-header__contact .btn-line {
        background: #00B900; }
        @media screen and (max-width: 959px) {
          .shop-template-default .shop-header .shop-header__contact .btn-line {
            width: 34%;
            margin-right: 0; } }
        .shop-template-default .shop-header .shop-header__contact .btn-line img {
          width: 50px; }
          @media screen and (max-width: 959px) {
            .shop-template-default .shop-header .shop-header__contact .btn-line img {
              display: none; } }
        @media screen and (max-width: 959px) {
          .shop-template-default .shop-header .shop-header__contact .btn-line .pc {
            display: none; } }
        .shop-template-default .shop-header .shop-header__contact .btn-line .sp {
          display: none; }
          @media screen and (max-width: 959px) {
            .shop-template-default .shop-header .shop-header__contact .btn-line .sp {
              display: inline-block; } }
    @media screen and (max-width: 959px) {
      .shop-template-default .shop-header .caution-wrapper {
        text-align: center; } }
  .shop-template-default .shop-table .shop-table__row {
    display: flex;
    border: 4px solid #e1e1e1; }
    @media screen and (max-width: 959px) {
      .shop-template-default .shop-table .shop-table__row {
        border-left: none;
        border-right: none; } }
    .shop-template-default .shop-table .shop-table__row:not(:last-of-type) {
      border-bottom: none; }
    .shop-template-default .shop-table .shop-table__row .table-head {
      background: #f6f2f1;
      width: 30%;
      margin-top: -1px;
      padding: 5px 10px;
      font-weight: bold; }
    .shop-template-default .shop-table .shop-table__row .table-content {
      background: #fff;
      margin-top: -1px;
      width: 70%;
      padding: 5px 10px; }
  @media screen and (max-width: 959px) {
    .shop-template-default .shop-table {
      border-bottom: 4px solid #e1e1e1;
      margin-bottom: 30px; } }
  .shop-template-default .googlemap-warapper {
    text-align: center;
    margin: 10px 0; }
    .shop-template-default .googlemap-warapper a {
      font-size: 12px;
      color: #666;
      padding: 8px 30px;
      border: 1px solid #ccc;
      border-radius: 5px;
      box-shadow: 1px 1px 5px 1px #ccc; }
    .shop-template-default .googlemap-warapper i {
      font-size: 12px;
      margin-right: 5px; }
  .shop-template-default .parent_cat {
    background: #014da1;
    color: #fff;
    width: 100%;
    display: block;
    padding: 3px 5px; }
    .shop-template-default .parent_cat--2 {
      background: #f00; }
  .shop-template-default .taxonomy {
    font-size: 12px;
    padding: 2px 2px;
    border: 1px solid #1e73be;
    color: #1e73be;
    margin-bottom: 3px;
    display: inline-block; }
    .shop-template-default .taxonomy--red {
      border-color: #f00;
      color: #f00; }
  .shop-template-default .contact {
    text-align: center;
    color: #000;
    margin: 50px 0; }
    .shop-template-default .contact__desc {
      font-size: 28px; }
    .shop-template-default .contact__number {
      font-size: 50px;
      font-weight: bold; }
    .shop-template-default .contact__call {
      padding: 0 5px;
      margin: 0 auto;
      margin-bottom: 10px; }
      .shop-template-default .contact__call a {
        background: #eb5151;
        color: #fff;
        border-radius: 5px;
        display: block;
        width: 100%;
        padding: 10px;
        font-size: 16px;
        max-width: 500px;
        margin: 0 auto; }
        .shop-template-default .contact__call a i {
          font-size: 16px;
          margin-right: 5px; }
  .shop-template-default .icon {
    margin-right: 5px; }
  .shop-template-default .heading-1 {
    background: #014da1;
    text-align: center;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.8em;
    font-size: 24px;
    margin-bottom: 20px; }
    @media screen and (max-width: 959px) {
      .shop-template-default .heading-1 {
        padding: 3px 0;
        font-size: 16px;
        letter-spacing: 0.4em; } }
  .shop-template-default .heading-2 {
    color: #000;
    letter-spacing: 0.4em;
    font-weight: bold;
    margin-bottom: 10px; }
  .shop-template-default .caution {
    color: #f00;
    border: 3px solid #f00;
    font-weight: bold;
    padding: 3px 25px;
    display: inline-block;
    line-height: 25px; }
    .shop-template-default .caution img {
      width: 25px;
      height: 25px; }
    @media screen and (max-width: 959px) {
      .shop-template-default .caution {
        padding: 3px;
        font-size: 14px; } }
  .shop-template-default .qr-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .shop-template-default .qr-wrapper:after {
      content: '';
      width: calc(95% / 3);
      display: block; }
    .shop-template-default .qr-wrapper > img {
      width: calc(95% / 3);
      margin-bottom: 10px; }
    .shop-template-default .qr-wrapper > picture {
      width: calc(95% / 3);
      margin-bottom: 10px; }
      .shop-template-default .qr-wrapper > picture img, .shop-template-default .qr-wrapper > picture source {
        width: 100%;
        margin: 0; }
  .shop-template-default .credit-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .shop-template-default .credit-wrapper:after {
      content: '';
      width: calc(95% / 4);
      display: block; }
    .shop-template-default .credit-wrapper:before {
      content: '';
      width: calc(95% / 4);
      display: block;
      order: 1; }
    .shop-template-default .credit-wrapper > img {
      width: calc(95% / 4);
      margin-bottom: 10px; }
    .shop-template-default .credit-wrapper > picture {
      width: calc(95% / 4);
      margin-bottom: 10px; }
      .shop-template-default .credit-wrapper > picture img, .shop-template-default .credit-wrapper > picture source {
        width: 100%;
        height: 100%;
        margin: 0; }
  .shop-template-default .bottom-widget {
    padding: 0 30px; }
    @media screen and (max-width: 600px) {
      .shop-template-default .bottom-widget {
        padding: 0 15px; } }
    .shop-template-default .bottom-widget .bigsize {
      margin: 0 !important; }
      @media screen and (max-width: 600px) {
        .shop-template-default .bottom-widget .bigsize {
          margin: 0 -15px !important; } }
    @media screen and (max-width: 600px) {
      .shop-template-default .bottom-widget .entry-title {
        margin-left: 15px;
        margin-right: 15px; } }

/*# sourceMappingURL=page-shops.css.map */
