@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* ==========================================================================

Base

========================================================================== */
html {
  font-size: 100%;
}

body {
  font-family: "Avenir LT W01 45 Book", Avenir, Helvetica, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 1em;
  color: #333333;
  background-color: #FFFFFF;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

h1 {
  font-size: 1.75rem;
  line-height: 1.25;
}

h2 {
  font-size: 1.25rem;
}

p {
  font-size: 0.875rem;
  line-height: 1.5;
}

@media (min-width: 768px) {
  h1 {
    font-size: 2.625rem;
  }

  h2 {
    font-size: 1.875rem;
  }

  p {
    font-size: 1rem;
  }
}
img,
picture {
  margin: 0;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #333333;
  text-decoration: none;
  transition: all .1s linear;
}
a:active, a:focus, a:hover {
  color: #F05A24;
}
a:active, a:focus {
  outline: none;
}

input[type=text],
input[type="button"],
input[type="submit"] {
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  border: none;
}

/* ==========================================================================

Top Bar

========================================================================== */
.top-bar__wrap {
  background-color: #78C819;
}

.top-bar {
  max-width: 1024px;
  margin: 0 auto;
  padding: 15px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (min-width: 768px) {
  .top-bar {
    padding: 24px 20px;
  }
}

.site-name {
  margin-right: auto;
}
.site-name img {
  width: 115px;
  height: auto;
}
@media (min-width: 1201px) {
  .site-name img {
    width: 170px;
  }
}

.login-name {
  width: calc(100% - 205px);
  padding-left: 10px;
  font-size: 0.75rem;
  color: #FFFFFF;
  text-align: right;
}
@media (min-width: 768px) {
  .login-name {
    width: auto;
    padding-left: 0;
    font-size: 1rem;
  }
}

.login-button {
  margin-left: 10px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
}
.login-button a {
  padding: 6px 16px;
  color: #78C819;
  background-color: #FFFFFF;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.login-button a:hover {
  background-color: #FFFF00;
}
@media (min-width: 768px) {
  .login-button {
    margin-left: 20px;
    font-size: 1rem;
  }
  .login-button a {
    padding: 8px 18px;
  }
}

/* ==========================================================================

Common

========================================================================== */
.wrapper {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .wrapper {
    padding: 0 20px;
  }
}

/*======================================================================

Hero

======================================================================*/
.hero {
  height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background-image: url("../images/sample-hero-image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero h1 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .hero {
    height: 300px;
  }
  .hero h1 {
    font-size: 2.5rem;
  }
}

/*======================================================================

Contents Heading

======================================================================*/
.area-header {
  padding: 14px 0;
}
.area-header h1 {
  font-size: 0.8125rem;
  margin: 0;
  line-height: 1;
}
.area-header i {
  margin-right: 8px;
  font-size: 2.25rem;
  color: #78C819;
  vertical-align: -8px;
}
@media (min-width: 768px) {
  .area-header {
    padding: 30px 0;
  }
  .area-header h1 {
    font-size: 1.25rem;
  }
  .area-header i {
    font-size: 3.5rem;
    margin-right: 16px;
    vertical-align: -12px;
  }
}

.category-header__wrapper,
.result-header__wrapper {
  width: 100%;
  margin-bottom: 18px;
  border-bottom: 1px solid #95989A;
}
@media (min-width: 768px) {
  .category-header__wrapper,
  .result-header__wrapper {
    margin-bottom: 30px;
  }
}

.result-header__wrapper {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .result-header__wrapper {
    margin-bottom: 30px;
  }
}

.category-header,
.result-header {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (min-width: 768px) {
  .category-header,
  .result-header {
    padding: 0 20px;
  }
}

.search-page-header {
  width: 100%;
  padding: 18px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.search-page-header h1 {
  font-size: 1.25rem;
  margin: 0;
  line-height: 1;
}
.search-page-header .area-change {
  margin-left: auto;
  font-size: 0.8125rem;
}
.search-page-header .area-change i {
  margin-left: 8px;
}
.search-page-header .area-change a {
  color: #959697;
}
.search-page-header .area-change a:hover {
  color: #F05A24;
}
@media (min-width: 768px) {
  .search-page-header {
    width: auto;
    padding: 24px 0;
  }
  .search-page-header h1 {
    font-size: 1.5rem;
  }
  .search-page-header .area-change {
    margin-left: 40px;
    margin-right: auto;
  }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, .search-page-header {
    padding: 26px 0 20px;
  }

  /* IE11 */
}
.result-header__wrapper {
  border-bottom: none;
}
.result-header__wrapper .search-page-header {
  padding: 18px 10px;
  border-bottom: 1px solid #95989A;
}
@media (min-width: 768px) {
  .result-header__wrapper {
    border-bottom: 1px solid #95989A;
  }
  .result-header__wrapper .search-page-header {
    padding: 24px 0;
    border-bottom: none;
  }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, .result-header__wrapper .search-page-header {
    padding: 26px 0 20px;
  }

  /* IE11 */
}
.result-header {
  margin: 0 -10px;
}
.result-header .sort {
  margin: 13px auto 3px;
}
@media (min-width: 768px) {
  .result-header {
    margin: 0 auto;
    padding: 0 20px;
  }
  .result-header .sort {
    margin: 0 0 0 auto;
  }
}

.sort select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 146px;
  padding: 8px 24px 8px;
  border: none;
  background: #78C819;
  border: 2px solid #78C819;
  border-radius: 0;
  position: relative;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #FFFFFF;
  cursor: pointer;
}
.sort select option {
  background-color: #FFFFFF;
  color: #333333;
  font-weight: normal;
}

.sort label {
  position: relative;
}

.sort label:after {
  width: 30px;
  height: 30px;
  margin-top: -16px;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  content: '\f107';
  font-family: FontAwesome;
  color: #FFFFFF;
  font-size: 1.875rem;
  pointer-events: none;
}

.sort select:hover {
  color: #78C819;
  background-color: #FFFFFF;
}

.sort label:hover:after {
  color: #78C819;
}

.sort select::-ms-expand {
  display: none;
}

select:focus {
  outline: 0;
  border-color: #78C819;
}

/*======================================================================

Area

======================================================================*/
.area-name {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.area-name h2 {
  margin: 0;
  padding: 10px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #78C819;
  vertical-align: baseline;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .area-name h2 {
    padding: 14px 10px 9px;
  }

  /* IE11 */
}
.area-name__arrow {
  display: block;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid #78C819;
}

.city-list {
  margin: 0 -5px 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.city-list li {
  width: 33.33333%;
  padding: 0 5px 10px;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
}
.city-list a {
  padding: 10px 0;
  color: #66CCFF;
  font-weight: 700;
  border: 2px solid #66CCFF;
  display: block;
}
.city-list a:hover {
  color: #FFFFFF;
  background-color: #66CCFF;
}
@media (min-width: 768px) {
  .city-list {
    margin: 0 -10px 10px;
  }
  .city-list li {
    width: 14.28571%;
    padding: 0 10px 20px;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .city-list li a {
    padding: 14px 10px 9px;
  }

  /* IE11 */
}
/*======================================================================

Category

======================================================================*/
.category-list {
  margin: 0 -5px 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.category-list li {
  padding: 0 5px 10px;
}
.category-list a {
  padding: 10px;
  color: #66CCFF;
  font-weight: 700;
  border: 2px solid #66CCFF;
  display: block;
}
.category-list a:hover {
  color: #FFFFFF;
  background-color: #66CCFF;
}
@media (min-width: 768px) {
  .category-list {
    margin: 0 -10px 10px;
  }
  .category-list li {
    padding: 0 10px 20px;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .category-list li a {
    padding: 14px 10px 9px;
  }

  /* IE11 */
}
.category {
  margin-bottom: 14px;
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  .category {
    margin-bottom: 18px;
    font-size: 1rem;
  }
}

.search-form__wrapper {
  width: 100%;
  margin-bottom: 34px;
}
@media (min-width: 768px) {
  .search-form__wrapper {
    width: 33.33333%;
    margin-bottom: 30px;
  }
}

.form-input {
  width: 100%;
  margin-bottom: 30px;
  padding: 10px 10px;
  border: 1px solid #D6D6D6 !important;
  font-size: 1rem;
}

.form-input:focus {
  outline: 0;
}

.search-button {
  width: 100%;
  padding: 16px 0;
  font-size: 1rem;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #66CCFF;
  border: 2px solid #66CCFF;
  cursor: pointer;
}
.search-button:hover {
  color: #66CCFF;
  background-color: #FFFFFF;
  border: 2px solid #66CCFF;
}

/*======================================================================

Search Result

======================================================================*/
.search-key-list__wrapper {
  width: 100%;
  padding: 8px 10px;
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: fixed;
  left: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .search-key-list__wrapper {
    padding: 0;
    position: static;
    background-color: transparent;
  }
}

.search-key-list {
  width: 100%;
  padding: 2px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.8125rem;
  color: #FFFFFF;
}
.search-key-list li span {
  display: none;
}
.search-key-list li {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .search-key-list {
    margin-bottom: 26px;
    padding: 0;
    font-size: 1.25rem;
    color: #333333;
  }
  .search-key-list li {
    width: 100%;
  }
  .search-key-list li span {
    display: inline;
  }
  .search-key-list li:first-child {
    display: none;
  }
  .search-key-list li:nth-child(2) {
    margin-bottom: 16px;
  }
}

.search-back {
  margin-left: auto;
  padding-right: 0;
}
.search-back a {
  width: 40px;
  padding: 4px 0;
  text-align: center;
  font-size: 1.5rem;
  color: #FFFFFF;
  background-color: #78C819;
  border: 2px solid #78C819;
  display: block;
}
.search-back a:hover {
  background-color: #FFFFFF;
  color: #78C819;
}
.search-back span {
  display: none;
}
@media (min-width: 768px) {
  .search-back {
    padding-right: 0;
  }
  .search-back a {
    width: auto;
    padding: 3px 24px 6px;
    font-size: 0.9375rem;
    font-weight: 700;
  }
  .search-back span {
    display: inline;
  }
  .search-back .fa-search {
    display: none;
  }
  .search-back .fa-angle-right {
    margin-left: 8px;
    font-size: 1.875rem;
    vertical-align: -4px;
  }
}

.search-count {
  margin-bottom: 12px;
  font-size: 0.8125rem;
  text-align: center;
}
@media (min-width: 768px) {
  .search-count {
    margin-bottom: 26px;
    font-size: 0.875rem;
    text-align: left;
  }
}

.shop {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .shop {
    margin: 0 -10px 56px;
  }
}

.shop-img,
.shop-info {
  width: 100%;
}
@media (min-width: 768px) {
  .shop-img,
  .shop-info {
    width: 50%;
    padding: 0 10px;
  }
}

.shop-img {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .shop-img {
    margin-bottom: 0;
  }
}

.shop-info .shop-cat {
  margin-bottom: 12px;
  font-size: 0.75rem;
  color: #959697;
}
.shop-info h2 {
  margin-bottom: 14px;
  font-size: 1.125rem;
}
.shop-info p {
  margin-bottom: 18px;
  font-size: 0.8125rem;
}
@media (min-width: 768px) {
  .shop-info .shop-cat {
    margin-bottom: 14px;
    font-size: 0.875rem;
  }
  .shop-info h2 {
    margin-bottom: 20px;
    font-size: 1.25rem;
  }
  .shop-info p {
    margin-bottom: 30px;
    font-size: 1rem;
  }
}

.shop-location {
  margin-bottom: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (min-width: 768px) {
  .shop-location {
    margin-bottom: 16px;
  }
}

.shop-location__icon {
  margin-right: 8px;
}
.shop-location__icon i {
  color: #78C819;
  font-size: 1.875rem;
  vertical-align: 4px;
}
@media (min-width: 768px) {
  .shop-location__icon i {
    font-size: 1.75rem;
  }
}

.shop-location__info {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #959697;
}
@media (min-width: 768px) {
  .shop-location__info {
    font-size: 0.875rem;
  }
}

.shop-link {
  margin: 0 -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.shop-link li {
  width: 50%;
  padding: 0 10px;
  text-align: center;
}
.shop-link li a {
  padding: 11px 0 9px;
  color: #78C819;
  font-size: 0.8125rem;
  font-weight: 700;
  display: block;
  border: 2px solid #78C819;
}
.shop-link li a:hover {
  color: #FFFFFF;
  background-color: #78C819;
}
@media (min-width: 768px) {
  .shop-link li a {
    font-size: 1.125rem;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .shop-link li a {
    padding: 14px 0 9px;
  }

  /* IE11 */
}
.pagination {
  margin: 40px 0;
}
@media (min-width: 768px) {
  .pagination {
    margin: 80px 0;
  }
}

.pagination__list {
  font-size: 1.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.pagination__list li {
  margin: 0 10px;
}
.pagination__list .dot-line {
  margin-left: 0;
  color: #959697;
}
.pagination__list a {
  color: #959697;
}
.pagination__list a:hover {
  color: #F05A24;
}
.pagination__list .current {
  color: #000000;
}
@media (min-width: 768px) {
  .pagination__list {
    font-size: 1.25rem;
  }
}

/*======================================================================

Footer

======================================================================*/
/*
検索結果ページのみ、
スマホ時にフッターに固定表示される
「現在の検索条件」部分の高さ分を空ける
*/
.search-result-footer {
  padding-bottom: 55px;
}
@media (min-width: 768px) {
  .search-result-footer {
    padding-bottom: 0;
  }
}
