@charset "UTF-8";


/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background-color: #fff;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
  function
========================================================================== */
/* ==========================================================================
    variables
   ========================================================================== */
/* ==========================================================================
  mixin
  ========================================================================== */
/* --------------------------------------------------------------------------
  media query (SP（小）→ PC（大）の順に適用)
  -------------------------------------------------------------------------- */
/* ==========================================================================
  base
========================================================================== */
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  color: #000;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-size: 1.6rem;
}

a,
button {
  color: inherit;
  cursor: pointer;
}

img {
  max-width: 100%;
  width: 100%;
}

em {
  font-style: normal;
}

button {
  outline: none;
  border: 0;
  background-color: transparent;
}

/*==============================================================
# 共通
==============================================================*/
/*==============================================================
# fadeIn
==============================================================*/
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50px);
  transition: 1s;
}

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_up_repeat {
  opacity: 0;
  transform: translate(0, 50px);
  transition: 1s;
}

.fadeIn_up_repeat.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* ==========================================================================
  header
========================================================================== */
header {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #fff;
  z-index: 999;
}
header .header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1157px;
  margin: 0 auto;
  padding: 8px 0;
}
@media screen and (min-width: 768px) {
  header .header-wrap {
    padding: 7px 0;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap {
    padding: 12px 0;
  }
}
@media screen and (min-width: 768px) {
  header .header-wrap .header-logo {
    flex: 0 0 164px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-logo {
    width: 142px;
    padding-left: 20px;
  }
}
header .header-wrap .box {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media screen and (max-width: 767px) {
  header .header-wrap .box {
    display: none;
  }
}
header .header-wrap .box .life-logo {
  width: 150px;
}
header .header-wrap .box .txt {
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1.3;
  text-align: center;
  font-size: 1.2rem;
}
header .header-wrap .humberger {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  header .header-wrap .humberger {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .humberger {
    width: 45px;
    height: 45px;
  }
}
header .header-wrap .humberger .icon {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  header .header-wrap .humberger .icon:hover {
    background-color: #d9d9d9;
  }
}
header .header-wrap .humberger .icon span {
  position: absolute;
  background-color: #000;
  transition: all 0.3s;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  header .header-wrap .humberger .icon span {
    width: 17px;
    height: 2px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .humberger .icon span {
    width: 17px;
    height: 2px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .humberger .icon span:first-child {
    top: 33%;
  }
}
@media screen and (min-width: 768px) {
  header .header-wrap .humberger .icon span:first-child {
    top: 15px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .humberger .icon span:nth-child(2n) {
    top: 48%;
  }
}
@media screen and (min-width: 768px) {
  header .header-wrap .humberger .icon span:nth-child(2n) {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .humberger .icon span:last-child {
    bottom: 33%;
  }
}
@media screen and (min-width: 768px) {
  header .header-wrap .humberger .icon span:last-child {
    bottom: 15px;
  }
}
header .header-wrap .humberger .icon.open span:first-child {
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  header .header-wrap .humberger .icon.open span:first-child {
    top: 21px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .humberger .icon.open span:first-child {
    top: 48%;
  }
}
header .header-wrap .humberger .icon.open span:nth-child(2n) {
  display: none;
}
header .header-wrap .humberger .icon.open span:last-child {
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  header .header-wrap .humberger .icon.open span:last-child {
    bottom: 22px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .humberger .icon.open span:last-child {
    bottom: 48%;
  }
}
header .header-wrap .humberger .menu {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 0;
  background-color: #fff;
  width: 100%;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  header .header-wrap .humberger .menu {
    top: 43px;
    padding: 71px 85px;
    max-width: 500px;
    transform: translateX(100%);
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .humberger .menu {
    overflow-y: auto;
    height: 100svh;
    top: 43px;
    padding: 68px 42px 60px;
  }
}
header .header-wrap .humberger .menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
}
@media screen and (min-width: 768px) {
  header .header-wrap .humberger .menu .menu-box + .menu-box {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .humberger .menu .menu-box + .menu-box {
    margin-top: 43px;
  }
}
header .header-wrap .humberger .menu .menu-box .title {
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  header .header-wrap .humberger .menu .menu-box .title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .humberger .menu .menu-box .title {
    font-size: 20px;
  }
}
header .header-wrap .humberger .menu .menu-box .box-txt {
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (min-width: 768px) {
  header .header-wrap .humberger .menu .menu-box .box-txt {
    font-size: 1.6rem;
    margin-top: 10px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .humberger .menu .menu-box .box-txt {
    font-size: 16px;
    margin-top: 10px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  header .header-wrap .humberger .menu .menu-box .list {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .humberger .menu .menu-box .list {
    margin-top: 10px;
  }
}
header .header-wrap .humberger .menu .menu-box .list .item a {
  position: relative;
  display: inline-block;
  transition: all 0.3s;
  width: 100%;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  header .header-wrap .humberger .menu .menu-box .list .item a {
    font-size: 1.6rem;
    padding: 20px 10px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .humberger .menu .menu-box .list .item a {
    font-size: 16px;
    padding: 20px 10px 20px 0;
  }
}
header .header-wrap .humberger .menu .menu-box .list .item a:hover {
  color: #676767;
}
header .header-wrap .humberger .menu .menu-box .list .item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url("../img/cmn/cmn-arrow02.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  header .header-wrap .humberger .menu .menu-box .list .item a::after {
    width: 6px;
    height: 12px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .humberger .menu .menu-box .list .item a::after {
    width: 6px;
    height: 12px;
  }
}

/* ==========================================================================
  footer
========================================================================== */
footer .footer-wrap {
  background-color: #e7e7e7;
}
@media screen and (min-width: 768px) {
  footer .footer-wrap {
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-wrap {
    padding: 40px 20px 60px;
  }
}
footer .footer-wrap .content {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  footer .footer-wrap .content {
    display: flex;
    -moz-column-gap: 80px;
    column-gap: 80px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .content .box + .box {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  footer .footer-wrap .content .box dl {
    display: flex;
    -moz-column-gap: 70px;
    column-gap: 70px;
  }
}
footer .footer-wrap .content .box dl dt {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  footer .footer-wrap .content .box dl dt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .content .box dl dt {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .content .box dl dd {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  footer .footer-wrap .content .box dl dd .list .item + .item {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .content .box dl dd .list .item + .item {
    margin-top: 20px;
  }
}
footer .footer-wrap .content .box dl dd .list .item a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  footer .footer-wrap .content .box dl dd .list .item a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .content .box dl dd .list .item a {
    font-size: 16px;
  }
}
footer .copyright {
  background-color: #000;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer .copyright {
    font-size: 1.2rem;
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  footer .copyright {
    line-height: 1.83;
    padding: 13px 0;
    font-size: 12px;
  }
}

/* ==========================================================================
main
========================================================================== */
main {
  margin-top: 45px;
}
main .mv {
  position: relative;
}
main .mv .sns {
  position: absolute;
  display: flex;
  -moz-column-gap: 6px;
  column-gap: 6px;
  justify-content: flex-end;
  max-width: 1200px;
  width: 100%;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}
main .attention-txt {
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  main .attention-txt {
    font-size: 1.4rem;
    margin: 67px 0;
  }
}
@media screen and (max-width: 767px) {
  main .attention-txt {
    font-size: 14px;
    padding: 0 20px;
    margin: 46px 0;
  }
}
main .shop {
  position: relative;
}
@media screen and (min-width: 768px) {
  main .shop {
    padding-bottom: 125px;
  }
}
@media screen and (max-width: 767px) {
  main .shop {
    padding-bottom: 112px;
  }
}
main .shop .shop-wrap {
  max-width: 1200px;
  margin: 0 auto;
}
main .shop .shop-wrap .shop-list {
  overflow-y: hidden;
}
main .shop .shop-wrap .shop-list .item {
  position: relative;
  z-index: 1;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0;
}
main .shop .shop-wrap .shop-list .item.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}
@media screen and (min-width: 768px) {
  main .shop .shop-wrap .shop-list .item.active {
    display: flex;
    padding-bottom: 158px;
  }
}
@media screen and (max-width: 767px) {
  main .shop .shop-wrap .shop-list .item.active {
    padding-bottom: 65px;
  }
}
main .shop .shop-wrap .shop-list .item .img {
  position: relative;
  box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  main .shop .shop-wrap .shop-list .item .img {
    order: 0;
    flex: 0 0 685px;
    max-width: 685px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 768px) {
  main .shop .shop-wrap .shop-list .item .img .swiper {
    max-width: 685px;
  }
}
main .shop .shop-wrap .shop-list .item .img .pagenation {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
}
main .shop .shop-wrap .shop-list .item .img .pagenation li {
  position: relative;
  color: #fff;
}
main .shop .shop-wrap .shop-list .item .img .pagenation li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #e7e7e7;
  border-radius: 50%;
}
main .shop .shop-wrap .shop-list .item .img .pagenation li.slick-active::before {
  background-color: #707070;
}
main .shop .shop-wrap .shop-list .item .img .swiper-pagination {
  bottom: -25px;
}
main .shop .shop-wrap .shop-list .item .img .swiper-pagination .swiper-pagination-bullet {
  background-color: #e7e7e7;
  opacity: 1;
  margin: 0 12px;
}
main .shop .shop-wrap .shop-list .item .img .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #707070;
}
@media screen and (min-width: 768px) {
  main .shop .shop-wrap .shop-list .item .message {
    order: 1;
    flex: 0 1 100%;
  }
}
@media screen and (max-width: 767px) {
  main .shop .shop-wrap .shop-list .item .message {
    padding: 0 20px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  main .shop .shop-wrap .shop-list .item .message .head {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  main .shop .shop-wrap .shop-list .item .message .head .box {
    display: flex;
    align-items: center;
  }
}
main .shop .shop-wrap .shop-list .item .message .head .box .cat {
  background-color: #000;
  color: #fff;
}
@media screen and (min-width: 768px) {
  main .shop .shop-wrap .shop-list .item .message .head .box .cat {
    padding: 8px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  main .shop .shop-wrap .shop-list .item .message .head .box .cat {
    display: inline-block;
    padding: 8px;
    font-size: 13px;
  }
}
main .shop .shop-wrap .shop-list .item .message .head .box .date {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  main .shop .shop-wrap .shop-list .item .message .head .box .date {
    margin-left: 15px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  main .shop .shop-wrap .shop-list .item .message .head .box .date {
    margin-top: 8px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  main .shop .shop-wrap .shop-list .item .message .head .area {
    margin-top: 15px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  main .shop .shop-wrap .shop-list .item .message .head .area {
    text-align: right;
    padding: 5px 0;
    font-size: 14px;
  }
}
main .shop .shop-wrap .shop-list .item .message .shop-name {
  line-height: 1.5;
  font-weight: 700;
  white-space: pre-line;
}
@media screen and (min-width: 768px) {
  main .shop .shop-wrap .shop-list .item .message .shop-name {
    margin-top: 12px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  main .shop .shop-wrap .shop-list .item .message .shop-name {
    clear: both;
    padding-top: 19px;
    font-size: 22px;
  }
}
main .shop .shop-wrap .shop-list .item .message .catch {
  font-weight: 700;
  line-height: 1.5;
  white-space: pre-line;
}
@media screen and (min-width: 768px) {
  main .shop .shop-wrap .shop-list .item .message .catch {
    font-size: 1.8rem;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  main .shop .shop-wrap .shop-list .item .message .catch {
    font-size: 16px;
    margin-top: 15px;
  }
}
main .shop .shop-wrap .shop-list .item .message .description {
  line-height: 1.57;
  white-space: pre-line;
}
@media screen and (min-width: 768px) {
  main .shop .shop-wrap .shop-list .item .message .description {
    font-size: 1.4rem;
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  main .shop .shop-wrap .shop-list .item .message .description {
    line-height: 1.71;
    font-size: 14px;
    margin-top: 8px;
  }
}
main .shop .shop-wrap .shop-list .item .message .benefit {
  border: 1px solid #c8c8c8;
  border-left: 3px solid #cc0000;
  white-space: pre-line;
}
@media screen and (min-width: 768px) {
  main .shop .shop-wrap .shop-list .item .message .benefit {
    margin-top: 30px;
    padding: 8px 15px;
  }
}
@media screen and (max-width: 767px) {
  main .shop .shop-wrap .shop-list .item .message .benefit {
    margin-top: 15px;
    padding: 8px 15px;
  }
}
main .shop .shop-wrap .shop-list .item .message .benefit dl dt {
  color: #cc0000;
}
@media screen and (min-width: 768px) {
  main .shop .shop-wrap .shop-list .item .message .benefit dl dt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  main .shop .shop-wrap .shop-list .item .message .benefit dl dt {
    font-size: 16px;
  }
}
main .shop .shop-wrap .shop-list .item .message .benefit dl dd {
  line-height: 1.43;
}
@media screen and (min-width: 768px) {
  main .shop .shop-wrap .shop-list .item .message .benefit dl dd {
    font-size: 1.4rem;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  main .shop .shop-wrap .shop-list .item .message .benefit dl dd {
    font-size: 14px;
    margin-top: 5px;
  }
}
main .shop .shop-wrap .shop-list .item .message .shop-link {
  display: block;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  main .shop .shop-wrap .shop-list .item .message .shop-link {
    font-size: 1.6rem;
    margin-top: 37px;
  }
}
@media screen and (max-width: 767px) {
  main .shop .shop-wrap .shop-list .item .message .shop-link {
    text-align: right;
    font-size: 16px;
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) {
  main .shop .shop-wrap .shop-list .item:nth-child(2n) .img {
    order: 1;
    padding-right: 0;
    padding-left: 50px;
  }
  main .shop .shop-wrap .shop-list .item:nth-child(2n) .message {
    order: 0;
  }
}
main .shop #error-txt {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  font-size: 22px;
}
main .search-top {
  position: fixed;
  border-radius: 50%;
  z-index: 998;
}
@media screen and (min-width: 768px) {
  main .search-top {
    right: 40px;
    bottom: 40px;
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  main .search-top {
    width: 80px;
    height: 80px;
    right: 13px;
  }
}
main .search-top a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #cc0000;
  color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  main .search-top a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  main .search-top a {
    font-size: 14px;
  }
}

/* ==========================================================================
  utility
  ========================================================================== */
/* ---------------------------------------------------------------------------
  show/hide
  --------------------------------------------------------------------------- */
.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.sp-flex {
  display: flex !important;
}
@media screen and (min-width: 768px) {
  .sp-flex {
    display: none !important;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.pc-flex {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc-flex {
    display: flex !important;
  }
}
/*# sourceMappingURL=maps/style.css.map */