@charset "UTF-8";

@font-face {
  font-family: 'Akrobat';
  src: url("/fonts/Akrobat-Light.woff") format("woff"), url("/fonts/Akrobat-Light.ttf") format("ttf");
}

@font-face {
  font-family: 'GenShinGothic';
  src: url("/fonts/GenShinGothic-P-Light.woff") format("woff"), url("/fonts/GenShinGothic-P-Light.ttf") format("ttf");
}

@font-face {
  font-family: 'icon';
  src: url("/fonts/icomoon.eot");
  src: url("/fonts/icomoon.eot#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf") format("truetype"), url("/fonts/icomoon.woff") format("woff"), url("/fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

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

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

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

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

em,
strong {
  font-weight: bold;
}

i {
  font-style: normal;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: 100%;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus {
  background-color: #fffae6;
}

textarea:focus {
  background-color: #fffae6;
}

html {
  height: 100%;
}

body {
  height: 100%;
  font-family: '游ゴシック Medium','Yu Gothic Medium','游ゴシック','YuGothic','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 14px;
  color: #1b1b1b;
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'GenShinGothic';
}

.clearfix {
  min-height: 1px;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #910030;
}

.overlay {
  width: 100%;
  height: 120%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  display: none;
}

.loading-box {
  height: 100px;
  width: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2000;
  border-radius: 8px;
  background: url(/images/loader.gif) center center no-repeat #fff;
  background-size: 64px;
}

.container {
  position: relative;
  margin: 0 auto;
  width: 1260px;
}

.main {
  padding: 96px 0 0 0;
}

.main-index {
  padding: 0;
}

section h3 {
  background: #f1f1f1;
  padding: 70px 0;
  text-align: center;
  font-size: 31px;
  line-height: 1;
}

section h3 span {
  font-family: 'Akrobat';
  letter-spacing: 0.1em;
  display: block;
  color: #790028;
  font-size: 18px;
  margin: 16px 0 0 0;
}

.btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #790028;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
  font-size: 20px;
  line-height: 60px;
  width: 100%;
}

span.btn {
  cursor: default;
  background: #d1d1d1;
}

.btn:hover,
a:hover .btn {
  color: #fff;
  background: #910030;
}

span.btn:hover {
  background: #d1d1d1;
}

.btn-medium {
  width: 400px;
}

.btn-small {
  background: #000;
  display: inline-block;
  width: 145px;
  font-size: 14px;
  line-height: 32px;
  padding: 0 20px 0 12px;
  margin: 0 0 0 20px;
}

.btn-like {
  width: 175px;
  line-height: 45px;
}

.btn-like:before {
  font-family: 'icon';
  content: "\e902";
  font-size: 16px;
  margin: 0 5px 0 0;
}

.btn-tel {
  color: #000;
  background: #fff;
  border: 1px solid #000;
}

.btn-black {
  background: #000;
}

.btn-arrow-left:before {
  position: absolute;
  font-family: 'icon';
  content: "\e906";
  left: 20px;
}

.btn-arrow-right:after {
  position: absolute;
  font-family: 'icon';
  content: "\e907";
  right: 20px;
}

.btn-arrow-down:after {
  position: absolute;
  font-family: 'icon';
  content: "\e905";
  right: 20px;
}

.btn-arrow-up:after {
  position: absolute;
  font-family: 'icon';
  content: "\e908";
  right: 20px;
}

.btn-small.btn-arrow-right:after {
  font-size: 18px;
  right: 10px;
}

.btn-add-myshop {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  font-size: 20px;
  line-height: 60px;
  padding: 0;
  width: 280px;
}

.btn-myshop {
  background: #790028;
}

.btn-add-myshop-small {
  font-size: 16px;
  line-height: 45px;
  width: 200px;
  padding: 0;
}

.btn-add-myshop:after {
  font-family: 'icon';
  content: "\e907";
  font-size: 18px;
  margin: 0 0 0 20px;
}

.btn-myshop:after {
  font-family: 'icon';
  content: "\e90c";
  font-size: 18px;
  margin: 0 0 0 20px;
}

.btn-add-myshop-small:after {
  margin: 0 0 0 15px;
}

.btn-add-myshop:hover {
  color: #fff;
  background: #790028;
}

a.external:after {
  font-family: 'icon';
  content: "\e90e";
  margin: 0 0 0 5px;
}

i.external:before {
  font-family: 'icon';
  font-style: normal;
  content: "\e90e";
  font-size: 16px;
  color: #959595;
  margin: 0 0 0 5px;
}

br.break_pc {
  display: block;
}

br.break_sp {
  display: none;
}

/** Utility */

.u-left {
  text-align: left !important;
}

.u-right {
  text-align: right !important;
}

.u-center {
  text-align: center !important;
}

/** Lp outline */

.outline.-lp {
  padding: 0 0 constant(safe-area-inset-bottom);
  padding: 0 0 env(safe-area-inset-bottom);
}

/** Lp header */

.lt-header-pc {
  width: 100%;
}

.lt-header-pc .inner {
  position: relative;
  margin: 0 auto;
  width: 1024px;
}

.lt-header-pc__bar {
  background: #000;
}

.lt-header-pc__bar .inner {
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lt-header-pc__bar .logo {
  line-height: 64px;
}

.lt-header-pc__bar .logo h1 {
  margin: 0;
  display: inline-block;
}

.lt-header-pc__bar .logo a {
  display: inline-block;
}

.lt-header-pc__bar .logo a img {
  vertical-align: top;
}

.lt-header-pc__bar .logo .txtlogo {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 120px;
  height: auto;
}

.lt-header-pc__bar .nav-list {
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lt-header-pc__bar .nav-list .item {
  font-size: 12px;
  line-height: 1;
}

.lt-header-pc__bar .nav-list .item:nth-child(n + 2) {
  margin-left: 14px;
  padding-left: 14px;
  border-left: 1px solid #fff;
}

.lt-header-pc__bar .nav-list a {
  color: #fff;
}

.lt-header-sp {
  display: none;
}

.site__owners-app {
  margin: 0;
}

.site__owners-app .banner-sp {
  display: block;
}

.site__owners-app .banner-sp img {
  width: 100%;
  vertical-align: top;
}

.site__owners-app .banner-pc {
  display: none;
}

/** Lp footer */

.lt-footer {
  text-align: center;
}

.lt-footer .copyright .permission {
  display: block;
  padding: 0 0 10px;
}

/** Lp content */

/** lp-gallery > gallery */

.lp-content-gallery .gallery {
  position: relative;
  margin: 0;
}

.lp-content-gallery .gallery figure {
  display: none;
  width: 1024px;
  position: relative;
  margin: 0 auto;
}

.lp-content-gallery .gallery figure.current {
  display: block;
}

.lp-content-gallery .gallery figcaption {
  font-size: 15px;
  color: #313131;
  text-align: center;
  margin: 20px 0 0 0;
  height: 20px;
}

.lp-content-gallery .gallery img {
  display: block;
  max-height: 566px;
  max-width: 100%;
  margin: 0 auto;
}

.lp-content-gallery .gallery-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp-content-gallery .gallery-nav li {
  display: block;
  position: absolute;
  width: 90px;
  height: 100%;
  top: 0;
}

.lp-content-gallery .gallery-nav li.prev {
  left: -100px;
}

.lp-content-gallery .gallery-nav li.next {
  left: auto;
  right: -100px;
}

.lp-content-gallery .gallery-nav li a {
  display: block;
  height: 100%;
}

.lp-content-gallery .gallery-nav li span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: block;
  background: url(../images/arrow-2@2x_r2.png) no-repeat top left;
  background-size: 64px 126px;
  width: 32px;
  height: 0;
  padding: 63px 0 0 0;
  overflow: hidden;
}

.lp-content-gallery .gallery-nav li.prev span {
  left: 20px;
  right: auto;
}

.lp-content-gallery .gallery-nav li.next span {
  right: 20px;
  left: auto;
}

.lp-content-gallery .gallery-nav li.prev a:hover span {
  background-position: 0 -63px;
}

.lp-content-gallery .gallery-nav li.next span {
  background-position: -32px 0;
}

.lp-content-gallery .gallery-nav li.next a:hover span {
  background-position: -32px -63px;
}

/** lp */

.outline.-lp .lt-header-pc.-lp {
  position: fixed;
  top: 0;
  z-index: 1000;
}

.outline.-lp .lp-content-nav.-top {
  position: fixed;
  top: 90px;
  z-index: 100;
  width: 1024px;
  left: calc((100% - 1024px)/2);
}

.outline.-lp .lp-content-nav.-top .lp-content-inner {
  padding: 0;
}

.lt-footer.-lp {
  border-top: none;
}

.lt-footer.-lp .lt-footer__container {
  padding-top: 45px;
  background-color: #fff;
}

.lt-footer.-lp .copyright {
  padding: 50px 0;
}

.lp-content {
  padding: 172px 0 0;
}

.lp-content-nav {
  position: relative;
  margin: 0 auto;
  width: 1024px;
}

.lp-content-nav .nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lp-content-nav .nav-list .item {
  margin: 0 2%;
  width: 18%;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

.lp-content-nav .nav-list .lp-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 52px;
  line-height: 1.35;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  background: #790028;
}

.lp-content-nav .nav-list .lp-button:hover {
  opacity: 0.75;
}

.lp-content-nav .nav-list .lp-button br {
  display: none;
}

.lp-content-nav.-top {
  margin-bottom: 40px;
}

.lp-content-nav.-bottom {
  padding-left: 0;
  width: auto;
  background-color: #fff;
}

.lp-content-gallery {
  position: relative;
  margin: 0 auto;
  width: 1024px;
}

.lp-content-inner {
  margin: 0 auto;
  padding: 60px 0;
  width: 1024px;
}

.lp-content-inner .heading {
  margin: 0 0 60px;
  line-height: 1.45;
  text-align: center;
  font-weight: bold;
}

.lp-content-inner .heading .en {
  display: block;
  font-size: 10px;
  color: #959595;
}

.lp-content-inner .heading .ja {
  display: block;
  font-size: 22px;
  letter-spacing: 0.075em;
}

.lp-content-editor .lp-content-inner {
  padding-top: 0;
}

.lp-content .editor-contents {
  width: 100%;
  margin: 0 auto;
  padding: 60px 200px;
  font-size: 16px;
  line-height: 2.25;
}

.lp-content .editor-contents img {
  margin: 0 -200px;
  vertical-align: top;
  height: auto;
  width: auto;
  max-width: 1024px;
}

.lp-content .editor-contents strong {
  font-weight: bold;
}

.lp-content .editor-contents a {
  color: #790028;
  text-decoration: underline;
}

.lp-content .editor-contents blockquote {
  display: block;
  border: 1px solid #dcdcdc;
  padding: 16px;
}

.lp-content .editor-contents blockquote:after {
  content: "";
  display: block;
  clear: both;
}

.lp-content .editor-contents blockquote img {
  max-width: 100%;
  margin: 0;
}

.lp-content .editor-contents iframe {
  display: block;
  margin: 0 auto;
}

.lp-content .editor-contents h1,
.lp-content .editor-contents h2,
.lp-content .editor-contents h3,
.lp-content .editor-contents h4,
.lp-content .editor-contents h5,
.lp-content .editor-contents h6 {
  font-family: initial;
  margin: 1em -200px;
  text-align: center;
}

.lp-content .editor-contents h1 {
  color: #790028;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 2px solid #790028;
}

.lp-content .editor-contents h2 {
  color: #790028;
  font-size: 20px;
  font-weight: bold;
}

.lp-content .editor-contents ul {
  list-style-type: disc;
  margin: 0 0 0 20px;
}

.lp-content .editor-contents ol {
  list-style-type: decimal;
  margin: 0 0 0 20px;
}

.lp-content-shop {
  padding: 0;
  background: #f6f6f6;
}

.lp-content-shop .info-list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lp-content-shop .info-list .item {
  width: calc(96%/3);
  font-weight: bold;
}

.lp-content-shop .info-list .item .term {
  line-height: 1.1;
}

.lp-content-shop .info-list .item .term .head {
  display: inline-block;
  padding: 6px 12px;
  color: #fff;
  font-size: 10px;
  background-color: #000;
}

.lp-content-shop .info-list .item .term .body {
  margin-left: 8px;
  font-size: 18px;
  vertical-align: middle;
}

.lp-content-shop .info-list .item .remarks {
  display: block;
  margin-top: 10px;
  color: #959595;
  font-size: 10px;
}

.lp-content-shop .info-list .item:last-child .term .head {
  display: block;
  width: 56px;
  float: left;
}

.lp-content-shop .info-list .item:last-child .term .body {
  display: block;
  margin-left: 65px;
  line-height: 1.4;
}

.lp-content-shop .info-list .item:last-child .remarks {
  margin-top: 8px;
  margin-left: 65px;
}

.lp-content-shop .shop-shoplist {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/** shoplist */

.shop-shoplist {
  margin: 0 -20px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shop-shoplist .shopitem-grid-narrow {
  width: calc((100% - 20px*7)/6);
  margin-left: 20px;
  padding: 0 0 50px;
}

.shop-shoplist .shopitem-grid-narrow img {
  width: 100%;
}

.shop-shoplist .shopitem-grid-narrow a {
  color: #000;
}

.shop-shoplist .shopitem-grid-narrow a:hover {
  color: #910030;
}

.shop-shoplist .shopitem-grid-narrow .item-inner {
  background-color: transparent;
}

.shop-shoplist .shopitem-grid-narrow .shopimage img {
  width: 100%;
  line-height: 1;
  vertical-align: top;
}

.shop-shoplist .shopitem-grid-narrow .shopimage a {
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.shop-shoplist .shopitem-grid-narrow .shopimage a:hover {
  opacity: 0.75;
}

.shop-shoplist .shopitem-grid-narrow .shophead {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.55;
}

.shop-shoplist .shopitem-grid-narrow .shophead .name {
  margin: 0 0 8px;
  padding: 0.2em 0;
  font-size: 15px;
  text-align: left;
  background-color: transparent;
}

.shop-shoplist .shopitem-grid-narrow .shopitem__action {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: none;
}

.shop-shoplist .shopitem-grid-narrow .shopitem__action a {
  display: block;
  text-align: center;
  width: calc(96%/2);
  border: 1px solid #dcdcdc;
}

@media screen and (min-width: 751px) {
  .site__owners-app {
    height: 0;
  }

  .site__owners-app .banner-sp {
    display: none;
  }

  .site__owners-app .banner-pc {
    display: inline-block;
    position: fixed;
    right: 70px;
    bottom: 20px;
    z-index: 9999;
    width: 150px;
    height: 150px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .site__owners-app .banner-pc:hover {
    opacity: 0.8;
  }

  .site__owners-app .banner-pc img {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .lp-content-gallery .gallery figure {
    width: 100%;
  }

  .lp-content-gallery .gallery-nav li {
    width: 70px;
  }

  .lp-content-gallery .gallery-nav li.prev {
    left: 10px;
  }

  .lp-content-gallery .gallery-nav li.next {
    right: 10px;
  }

  .shop-shoplist {
    margin: 40px -10px 0;
    padding: 0;
  }

  .shop-shoplist .shopitem-grid-narrow {
    width: calc((100% - 10px*5)/4);
    margin-left: 10px;
    padding: 0 0 30px;
  }
}

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

  .lt-header-sp {
    display: block;
  }

  .lt-header-sp__bar {
    background: #000;
  }

  .lt-header-sp__bar .inner {
    position: relative;
    height: 95px;
    text-align: center;
  }

  .lt-header-sp__bar .logo {
    margin: 0 auto;
    width: 200px;
    height: 95px;
  }

  .lt-header-sp__bar .logo a {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    width: 200px;
  }

  .lt-header-sp__bar .logo .txtlogo {
    width: 100%;
    vertical-align: top;
  }

  .lt-header-sp__bar .nav-list {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 20px;
  }

  .lt-header-sp__bar .nav-list .item a {
    font-size: 22px;
    color: #fff;
  }

  .lp-content-gallery .gallery figure {
    height: auto;
  }

  .lp-content-gallery .gallery figcaption {
    margin-top: 10px;
    font-size: 30px;
  }

  .lp-content-gallery .gallery img {
    max-height: 414px;
  }

  .lp-content-gallery .gallery-nav li span {
    width: 24px;
    background: url(../images/arrow-2@2x_r2.png) no-repeat top left;
    background-size: 48px calc(126px*0.75);
    width: 24px;
    height: 0;
    padding: calc(94.5px/2) 0 0 0;
  }

  .lp-content-gallery .gallery-nav li.prev span {
    left: 10px;
  }

  .lp-content-gallery .gallery-nav li.next span {
    right: 10px;
    background-position: -24px 0;
  }

  .lp-content-gallery .gallery-nav li.prev a:hover span {
    background-position: 0 calc(-94.5px/2);
  }

  .lp-content-gallery .gallery-nav li.next a:hover span {
    background-position: -24px calc(-94.5px/2);
  }

  .outline.-lp .lp-content-nav.-top {
    width: 100%;
    top: 105px;
    left: calc((100% - 750px)/2);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .outline.-lp .lp-content-nav.-top.-fixed {
    top: 5px;
  }

  .outline.-lp .lp-content-nav.-top .lp-content-inner {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .outline.-lp .lt-header-sp .lt-header-sp__bar .logo .imglogo {
    display: block;
  }

  .lt-footer.-lp {
    padding: 10px 0 0;
  }

  .lt-footer.-lp .lt-footer__container {
    padding-top: 30px;
  }

  .lt-footer.-lp .lt-footer__container .pagetop {
    bottom: 65px;
    right: 10px;
  }

  .lt-footer.-lp .copyright {
    padding: 20px 0 30px;
  }

  .lt-footer.-lp .copyright small {
    font-size: 20px;
  }

  .lp-content {
    padding: 100px 0 0;
  }

  .lp-content-nav {
    width: 100%;
  }

  .lp-content-nav .nav-list {
    width: 816px;
    margin: 0 auto;
    padding: 0 20px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .lp-content-nav .nav-list .item {
    margin: 0;
    width: 160px;
  }

  .lp-content-nav .nav-list .item + .item {
    margin-left: 4px;
  }

  .lp-content-nav .nav-list .lp-button {
    height: 80px;
    font-size: 24px;
    border-radius: 2px;
  }

  .lp-content-nav .nav-list .lp-button br {
    display: inline;
  }

  .lp-content-nav.-bottom {
    display: none;
  }

  .lp-content-nav.-bottom .lp-content-inner {
    padding: 25px 0;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .lp-content-gallery {
    width: 100%;
  }

  .lp-content-inner {
    width: 100%;
  }

  .lp-content-inner .heading {
    line-height: 1.85;
  }

  .lp-content-inner .heading .en {
    font-size: 20px;
  }

  .lp-content-inner .heading .ja {
    font-size: 44px;
  }

  .lp-content .editor-contents {
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
    font-size: 28px;
    line-height: 2;
  }

  .lp-content .editor-contents img {
    margin: 0;
    max-width: 100%;
  }

  .lp-content .editor-contents h1,
  .lp-content .editor-contents h2,
  .lp-content .editor-contents h3,
  .lp-content .editor-contents h4,
  .lp-content .editor-contents h5,
  .lp-content .editor-contents h6 {
    margin: 1em 0;
  }

  .lp-content .editor-contents h1 {
    font-size: 44px;
    max-height: 100%;
  }

  .lp-content .editor-contents h2 {
    font-size: 40px;
    max-height: 100%;
  }

  .lp-content-shop {
    width: 100%;
  }

  .lp-content-shop .info-list {
    margin-bottom: 60px;
  }

  .lp-content-shop .info-list .item:nth-child(n + 2) {
    padding-left: 10px;
  }

  .lp-content-shop .info-list .item {
    margin: 0 10%;
    width: 100%;
  }

  .lp-content-shop .info-list .item:nth-child(n + 2) {
    margin-top: 10px;
    padding-left: 0;
  }

  .lp-content-shop .info-list .item .term .head {
    padding: 10px 12px;
    font-size: 20px;
    background-color: #000;
  }

  .lp-content-shop .info-list .item .term .body {
    font-size: 32px;
    font-weight: normal;
  }

  .lp-content-shop .info-list .item .remarks {
    margin-top: 4px;
    line-height: 1.3;
    font-size: 20px;
  }

  .lp-content-shop .info-list .item:last-child .term .head {
    width: 92px;
  }

  .lp-content-shop .info-list .item:last-child .term .body {
    margin-left: 106px;
  }

  .lp-content-shop .info-list .item:last-child .remarks {
    margin-top: 3px;
    margin-left: 106px;
  }

  .lp-content-shop .shop-shoplist {
    padding-right: 10px;
  }

  .lp-content-shop .shop-shoplist {
    margin: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .shop-shoplist .shopitem-grid-narrow .shophead {
    margin: 16px 0 0;
    font-size: 24px;
  }

  .shop-shoplist .shopitem-grid-narrow .shophead .name {
    margin: 0 0 16px;
    font-size: 30px;
  }

  .shop-shoplist {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .shop-shoplist {
    margin: 0 -10px;
    padding: 0 10px;
  }

  .shop-shoplist .shopitem-grid-narrow {
    width: calc((100% - 10px)/2);
    margin: 0;
    padding: 0 0 40px;
  }

  .shop-shoplist .shopitem-grid-narrow .shopitem__action {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .shop-shoplist .shopitem-grid-narrow .shopitem__action a {
    display: block;
    padding: 28px 2px;
    text-align: center;
    width: calc(96%/2);
    font-size: 24px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
  }

  .shop-shoplist .shopitem-grid-narrow .shopitem__action a.call i {
    margin-left: -5px;
  }

  .shop-shoplist .shopitem-grid-narrow .shopitem__action a.detail {
    position: relative;
  }

  .shop-shoplist .shopitem-grid-narrow .shopitem__action a.detail:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 4px;
  }

  .shop-shoplist .shopitem-grid-narrow .shopitem__action a.detail:after,
  .shop-shoplist .shopitem-grid-narrow .shopitem__action a.detail:before {
    position: relative;
    top: -4px;
    vertical-align: middle;
    line-height: 1;
    border-style: solid;
    border-width: 1px;
    border-color: #999;
    border-left: none !important;
    border-top: none !important;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: 'メイリオ',meiryo,'游ゴシック Medium','Yu Gothic Medium','游ゴシック','YuGothic','ＭＳ Ｐゴシック',sans-serif;
  }
}