@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 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 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  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: 1em; /* 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
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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 */
}

/* 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;
}

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

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

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

*::before, *::after {
  background-repeat: no-repeat;
}

::selection {
  background: rgba(0, 155, 255, 0.15);
  color: #222;
}

::-moz-selection {
  background: rgba(0, 155, 255, 0.15);
  color: #222;
}

html {
  font-size: 16px;
  font-family: "Work Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  line-height: 1.8em;
  color: #222;
}
html p {
  font-family: "Work Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 2.1em;
  text-align: justify;
}
html .min {
  font-family: "DM Serif Display", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
html .br-pc {
  display: inherit;
}
html .br-sp {
  display: none;
}

img {
  line-height: 0;
  vertical-align: top;
}

table {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body {
  margin: 0;
  padding: 0;
  background: url(/assets/images/body_bg.jpg) no-repeat center top #f3f1ef;
  background-size: cover;
  background-attachment: scroll;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #222;
  transition: 0.5s;
}
a:hover {
  opacity: 0.7;
}

.anchor {
  display: block;
  padding-top: 146px;
  margin-top: -146px;
  pointer-events: none;
}

address {
  font-style: normal;
}

main {
  padding-top: 114px;
  width: 100%;
  position: relative;
}

section {
  padding: 6em 0;
  width: 100%;
}

.wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.wrapper h2 {
  font-size: 90px;
  font-weight: 300;
  margin-bottom: 60px;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
}
.wrapper p {
  font-size: 16px;
  margin-bottom: 10px;
}
.wrapper p:last-child {
  margin-bottom: 0;
}
.wrapper p.mini {
  font-size: 80%;
}

/* scroll */
a.scroll {
  display: inline-block;
  position: absolute;
  right: 40px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}
a.scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #FFFFFF;
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.box-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.box-wrap .box-txt {
  width: 55%;
  display: inline-block;
}
.box-wrap .box-img {
  width: 40%;
  display: inline-block;
}
.box-wrap .box-img img {
  width: 100%;
  height: auto;
}

.box-wrap-r {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.box-wrap-r .box-txt {
  width: 55%;
  display: inline-block;
  text-align: right;
}
.box-wrap-r .box-txt p {
  text-align: right;
}
.box-wrap-r .box-img {
  width: 40%;
  display: inline-block;
}
.box-wrap-r .box-img img {
  width: 100%;
  height: auto;
}

.hide {
  display: none;
}

.btn {
  position: relative;
  margin: 2rem 0 0 0;
  background: #f28e41;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 3px 12px;
  margin: 0 6px;
  font-size: 90%;
  box-shadow: 0 3px 0 rgba(243, 154, 6, 0.25);
}

.btn-detail {
  max-width: 300px;
}
.btn-detail a {
  display: block;
  text-align: center;
  margin: 0 auto;
  background: #222;
  color: #FFFFFF;
  text-decoration: none;
  padding: 10px 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 6, 0.25);
}
.btn-detail a:hover {
  transform: translateY(3px);
  box-shadow: 0 3px 6px rgba(0, 0, 6, 0.25);
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

button, input, optgroup, select, textarea {
  padding: 10px;
  border-radius: 8px;
  outline: none;
  border: 1px solid;
  width: 100%;
}

.btn_postal {
  color: #FFFFFF;
  padding: 10px 30px 10px 20px;
  border-radius: 0;
  font-size: 15px;
  position: relative;
}
.btn_postal:after {
  position: absolute;
  content: "";
  right: 15px;
  top: 16px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn {
  margin-top: 30px;
}
.btn a {
  background: #e60012;
  padding: 15px 30px;
  border-radius: 30px;
  text-decoration: none;
  color: #FFFFFF;
}

@media only screen and (max-width: 1000px) {
  html {
    font-size: 15px;
  }
  .container {
    max-width: inherit;
  }
  main {
    min-width: inherit;
    margin-top: 0;
  }
  .btn-top {
    transform: scale(0.8, 0.8);
  }
}
@media only screen and (max-width: 767px) {
  html p {
    font-size: 15px;
    line-height: 1.5em;
  }
  html .br-pc {
    display: none;
  }
  html .br-sp {
    display: inherit;
  }
  html img {
    width: 100%;
    height: auto;
  }
  main {
    padding-top: 60px;
    width: 100%;
    margin-top: 0;
    position: relative;
  }
  section {
    padding: 6em 0;
    width: 100%;
  }
  .btn {
    width: 100%;
    text-align: center;
    margin: 20px auto 0 auto;
  }
  .btn a {
    display: block;
    background: #e60012;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    color: #FFFFFF;
  }
  .wrapper {
    width: 100%;
    max-width: inherit;
    margin: 0 auto;
  }
  .wrapper h2 {
    font-size: 45px;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: 0;
    line-height: 1;
    position: relative;
  }
  .wrapper p {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .wrapper p:last-child {
    margin-bottom: 0;
  }
  .wrapper p.mini {
    font-size: 80%;
  }
  /* scroll */
  a.scroll {
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 0;
    z-index: 2;
    padding: 10px 10px 40px;
    overflow: hidden;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    writing-mode: vertical-lr;
  }
  a.scroll::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 35px;
    background: #FFFFFF;
    animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  }
  .btn-detail {
    max-width: 100%;
  }
  .btn-detail a {
    display: block;
    text-align: center;
    margin: 0 auto 1em auto;
    background: #222;
    color: #FFFFFF;
    text-decoration: none;
    padding: 6px 20px;
    font-size: 16px;
  }
}
header {
  position: fixed;
  background: #FFFFFF;
  width: 100%;
  z-index: 900;
  height: 114px;
}
header .header-inner {
  padding: 20px;
  box-sizing: border-box;
  height: 100%;
}
header .header-inner .logo {
  text-align: center;
  margin: 0 auto;
  width: 120px;
}
header .header-inner .logo h1 {
  margin: 0;
  padding: 0;
  line-height: 0;
}
header .header-inner .logo h1 img {
  width: 100%;
  height: auto;
}
header .header-inner .nav-pc {
  display: inherit;
  margin-top: 2em;
}
header .header-inner .nav-pc ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
header .header-inner .nav-pc ul li {
  display: inline-block;
}
header .header-inner .nav-pc ul li a {
  padding: 10px 30px;
  font-size: 14px;
  letter-spacing: 0.25em;
}
header .header-inner .nav-sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  header {
    position: fixed;
    background: #FFFFFF;
    width: 100%;
    z-index: 900;
    height: 60px;
  }
  header .header-inner {
    padding: 10px;
    box-sizing: border-box;
    height: 100%;
  }
  header .header-inner .logo {
    text-align: center;
    margin: 10px auto;
    width: 90px;
  }
  header .header-inner .logo h1 {
    margin: 0;
    padding: 0;
    line-height: 0;
  }
  header .header-inner .logo h1 img {
    width: 100%;
    height: auto;
  }
  header .header-inner .nav-pc {
    display: none;
  }
  header .header-inner .nav-sp {
    display: inherit;
  }
  header .header-inner .nav-sp ul {
    display: block;
    width: 100%;
  }
  header .header-inner .nav-sp ul li {
    margin: 0;
    padding: 0;
    display: block;
  }
  header .header-inner .nav-sp ul li a {
    position: relative;
    display: block;
    padding: 20px;
    border-bottom: 1px solid #CCC;
    color: #222;
    text-align: left;
  }
  header .header-inner .drawer-hamburger {
    padding: 18px 15px 0 0;
  }
  .drawer-overlay {
    z-index: 100 !important;
    backdrop-filter: blur(6px);
  }
}
#float-menu {
  position: fixed;
  z-index: 99;
  top: 27vh;
  right: 30px;
}
#float-menu ul {
  margin: 0;
  padding: 0;
}
#float-menu ul li {
  display: block;
  width: 36px;
  margin-bottom: 1.5em;
}
#float-menu ul li a {
  display: block;
}
#float-menu ul li a img {
  width: 100%;
  height: auto;
}
#float-menu ul li a img.before {
  display: inherit;
}
#float-menu ul li a img.after {
  display: none;
}
#float-menu ul li a img.sns-scroll.before {
  display: none;
}
#float-menu ul li a img.sns-scroll.after {
  display: inherit;
}

#pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 1;
}
#pagetop a {
  display: block;
  width: 48px;
  height: 48px;
  text-align: center;
  color: #FFFFFF;
  background: #222;
  border-radius: 24px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
#pagetop a img {
  padding-top: 40%;
}
#pagetop a:hover {
  transform: translateY(3px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

footer {
  background: #FFFFFF;
  color: #222;
  padding: 50px 0;
  text-align: center;
  font-size: 13px;
}
footer a {
  color: #FFFFFF;
}
footer .logo-f {
  margin-bottom: 2em;
}
footer p {
  text-align: center;
  margin: 20px auto;
}
footer .footer-sns {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
footer .footer-sns li {
  list-style: none;
  display: inline-block;
  padding: 5px;
}
footer .footer-sns li img {
  width: auto;
  height: 20px;
}

@media only screen and (max-width: 767px) {
  #float-menu {
    position: fixed;
    z-index: 999;
    top: inherit;
    bottom: 1em;
    right: inherit;
    left: 1em;
  }
  #float-menu ul {
    display: flex;
    margin: 0;
    padding: 0;
  }
  #float-menu ul li {
    display: block;
    width: 30px;
    margin-bottom: 0;
    margin-right: 0.5em;
  }
  #float-menu ul li a {
    display: block;
  }
  #float-menu ul li a img {
    width: 100%;
    height: auto;
  }
  #float-menu ul li a img.before {
    display: none;
  }
  #float-menu ul li a img.after {
    display: inherit;
  }
  #float-menu ul li a img.sns-scroll.before {
    display: none;
  }
  #float-menu ul li a img.sns-scroll.after {
    display: inherit;
  }
  #pagetop {
    position: fixed;
    right: 1em;
    bottom: 1em;
    z-index: 1;
  }
  #pagetop a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #FFFFFF;
    background: #222;
    border-radius: 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  }
  #pagetop a img {
    width: 15px;
    padding-top: 33%;
  }
  #pagetop a:hover {
    transform: translateY(3px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  }
  footer {
    background: #FFFFFF;
    color: #222;
    padding: 30px 0;
    text-align: center;
    font-size: 13px;
  }
  footer a {
    color: #FFFFFF;
  }
  footer .logo-f {
    margin-bottom: 2em;
  }
  footer .logo-f img {
    width: 75px;
  }
  footer p {
    text-align: center;
    margin: 20px auto;
  }
  footer .footer-sns {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
  }
  footer .footer-sns li {
    list-style: none;
    display: inline-block;
    padding: 5px;
  }
  footer .footer-sns li img {
    width: auto;
    height: 20px;
  }
  footer copy {
    font-size: 12px;
  }
}
body.home #sec01 {
  padding-top: 0;
  width: 100%;
}
body.home #sec01 .mainimg {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
}
body.home #sec01 .mainimg img {
  width: 100%;
  height: auto;
}
body.home #sec02 .wrapper .box-wrap {
  position: relative;
}
body.home #sec02 .wrapper .box-wrap .box-txt p {
  line-height: 4em;
}
body.home #sec03 .wrapper .box-wrap-r {
  position: relative;
}
body.home #sec03 .wrapper .box-wrap-r .box-txt p {
  line-height: 4em;
}
body.home #sec03 .wrapper .box-wrap-r .box-img ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.home #sec03 .wrapper .box-wrap-r .box-img ul li {
  display: inline-block;
  width: 47.5%;
  margin-bottom: 5%;
}
body.home #sec03 .wrapper .box-wrap-r .box-img ul li img {
  border: 1px solid #CCC;
  width: 100%;
  height: auto;
}
body.home #sec03 .wrapper .box-wrap-r .box-img ul li:nth-child(3) {
  margin-bottom: 0;
}
body.home #sec03 .wrapper .box-wrap-r .box-img ul li:last-child {
  margin-bottom: 0;
}
body.home #sec04 {
  margin-bottom: 6em;
}
body.home #sec04 .wrapper h2 {
  text-align: center;
  padding: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
body.home #sec04 .wrapper img {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: -40px;
}
body.home #sec04 .wrapper .shop-info {
  margin-top: 3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.home #sec04 .wrapper .shop-info > div {
  display: inline-block;
  width: 50%;
}
body.home #sec04 .wrapper .shop-info > div img {
  width: 100px;
  margin-top: 0;
  margin-bottom: 1em;
}
body.home #sec04 .wrapper .shop-info > div p {
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  body.home #sec01 {
    padding-top: 0;
    width: 100%;
  }
  body.home #sec01 .mainimg {
    position: relative;
    z-index: 2;
    width: 100%;
    overflow: hidden;
  }
  body.home #sec01 .mainimg img {
    width: 100%;
    height: auto;
  }
  body.home #sec02 {
    padding: 3.5em 1.5em;
  }
  body.home #sec02 .wrapper .box-wrap {
    position: relative;
  }
  body.home #sec02 .wrapper .box-wrap .box-txt p {
    line-height: 2em;
  }
  body.home #sec03 {
    padding: 3.5em 1.5em;
  }
  body.home #sec03 .wrapper .box-wrap-r {
    position: relative;
  }
  body.home #sec03 .wrapper .box-wrap-r .box-txt p {
    text-align: left;
    line-height: 2em;
  }
  body.home #sec03 .wrapper .box-wrap-r .box-img ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body.home #sec03 .wrapper .box-wrap-r .box-img ul li {
    display: inline-block;
    width: 47.5%;
    margin-bottom: 5%;
  }
  body.home #sec03 .wrapper .box-wrap-r .box-img ul li img {
    border: 1px solid #CCC;
    width: 100%;
    height: auto;
  }
  body.home #sec03 .wrapper .box-wrap-r .box-img ul li:nth-child(3) {
    margin-bottom: 0;
  }
  body.home #sec03 .wrapper .box-wrap-r .box-img ul li:last-child {
    margin-bottom: 0;
  }
  body.home #sec04 {
    padding: 2em 0;
    margin-bottom: 6em;
  }
  body.home #sec04 .wrapper h2 {
    text-align: center;
    padding: 0;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
  }
  body.home #sec04 .wrapper img {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: -20px;
  }
  body.home #sec04 .wrapper .shop-info {
    padding: 0 1.5em;
    margin-top: 3em;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body.home #sec04 .wrapper .shop-info > div {
    display: inline-block;
    width: 100%;
  }
  body.home #sec04 .wrapper .shop-info > div img {
    width: 100px;
    margin-top: 0;
    margin-bottom: 1em;
  }
  body.home #sec04 .wrapper .shop-info > div p {
    line-height: 1.5;
  }
}/*# sourceMappingURL=style.css.map */