@charset "UTF-8";
@media (max-width: 768px) {
  .disp-pc {
    display: none;
  }
}
@media (min-width: 769px) {
  .disp-sp {
    display: none;
  }
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  font-family: 'Montserrat',"YuGothic", "游ゴシック体", "Yu Gothic", "游ゴシック", sans-serif;
  *font: x-small;
  line-height: 1.5;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}

/* for IE6 */
section, aside, article, figcaption, figure, header, footer, main, menu, nav, summary, div, p, a, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd {
  box-sizing: border-box;
}

* html body {
  font-size: 75%;
}

/* for IE7 */
*:first-child + html body {
  font-size: 75%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: top;
  height: auto;
  max-width: 100%;
}

input, select {
  vertical-align: middle;
}

input, button {
  margin: 0;
  border: 0;
}

button {
  padding: 0;
  background-color: transparent;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul,
li {
  list-style: none;
}

caption,
th {
  text-align: left;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

br {
  letter-spacing: normal;
}

hr {
  display: none;
}

.m-auto-tb0 {
  margin: 0 auto;
}

.mt5 {
  margin-top: 5px;
}

.mr5 {
  margin-right: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.ml5 {
  margin-left: 5px;
}

.m-all5 {
  margin: 5px 5px;
}

.mt10 {
  margin-top: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.m-all10 {
  margin: 10px 10px;
}

.mt15 {
  margin-top: 15px;
}

.mr15 {
  margin-right: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.ml15 {
  margin-left: 15px;
}

.m-all15 {
  margin: 15px 15px;
}

.mt20 {
  margin-top: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.m-all20 {
  margin: 20px 20px;
}

.mt25 {
  margin-top: 25px;
}

.mr25 {
  margin-right: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.ml25 {
  margin-left: 25px;
}

.m-all25 {
  margin: 25px 25px;
}

.mt30 {
  margin-top: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.m-all30 {
  margin: 30px 30px;
}

.mt35 {
  margin-top: 35px;
}

.mr35 {
  margin-right: 35px;
}

.mb35 {
  margin-bottom: 35px;
}

.ml35 {
  margin-left: 35px;
}

.m-all35 {
  margin: 35px 35px;
}

.mt40 {
  margin-top: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.m-all40 {
  margin: 40px 40px;
}

.mt45 {
  margin-top: 45px;
}

.mr45 {
  margin-right: 45px;
}

.mb45 {
  margin-bottom: 45px;
}

.ml45 {
  margin-left: 45px;
}

.m-all45 {
  margin: 45px 45px;
}

.mt50 {
  margin-top: 50px;
}

.mr50 {
  margin-right: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml50 {
  margin-left: 50px;
}

.m-all50 {
  margin: 50px 50px;
}

.mt55 {
  margin-top: 55px;
}

.mr55 {
  margin-right: 55px;
}

.mb55 {
  margin-bottom: 55px;
}

.ml55 {
  margin-left: 55px;
}

.m-all55 {
  margin: 55px 55px;
}

.mt60 {
  margin-top: 60px;
}

.mr60 {
  margin-right: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.ml60 {
  margin-left: 60px;
}

.m-all60 {
  margin: 60px 60px;
}

.mt70 {
  margin-top: 70px;
}

.mr70 {
  margin-right: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.ml70 {
  margin-left: 70px;
}

.m-all70 {
  margin: 70px 70px;
}

.mt80 {
  margin-top: 80px;
}

.mr80 {
  margin-right: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.ml80 {
  margin-left: 80px;
}

.m-all80 {
  margin: 80px 80px;
}

.mt85 {
  margin-top: 85px;
}

.mr85 {
  margin-right: 85px;
}

.mb85 {
  margin-bottom: 85px;
}

.ml85 {
  margin-left: 85px;
}

.m-all85 {
  margin: 85px 85px;
}

.mt90 {
  margin-top: 90px;
}

.mr90 {
  margin-right: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.ml90 {
  margin-left: 90px;
}

.m-all90 {
  margin: 90px 90px;
}

.mt100 {
  margin-top: 100px;
}

.mr100 {
  margin-right: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.ml100 {
  margin-left: 100px;
}

.m-all100 {
  margin: 100px 100px;
}

.pt5 {
  padding-top: 5px;
}

.pr5 {
  padding-right: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pl5 {
  padding-left: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pr15 {
  padding-right: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pl15 {
  padding-left: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pr25 {
  padding-right: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.pl25 {
  padding-left: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pr35 {
  padding-right: 35px;
}

.pb35 {
  padding-bottom: 35px;
}

.pl35 {
  padding-left: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pr40 {
  padding-right: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl40 {
  padding-left: 40px;
}

.font-lineheight-8 {
  line-height: 8px !important;
}

.font-lineheight-10 {
  line-height: 10px !important;
}

.font-lineheight-11 {
  line-height: 11px !important;
}

.font-lineheight-12 {
  line-height: 12px !important;
}

.font-lineheight-13 {
  line-height: 13px !important;
}

.font-lineheight-14 {
  line-height: 14px !important;
}

.font-lineheight-15 {
  line-height: 15px !important;
}

.font-lineheight-16 {
  line-height: 16px !important;
}

.font-lineheight-17 {
  line-height: 17px !important;
}

.font-lineheight-18 {
  line-height: 18px !important;
}

.font-lineheight-19 {
  line-height: 19px !important;
}

.font-lineheight-20 {
  line-height: 20px !important;
}

.font-lineheight-21 {
  line-height: 21px !important;
}

.font-lineheight-22 {
  line-height: 22px !important;
}

.font-lineheight-23 {
  line-height: 23px !important;
}

.font-lineheight-24 {
  line-height: 24px !important;
}

.font-lineheight-25 {
  line-height: 25px !important;
}

.box, .store-contents-sp .area-box-sp .store-list .store-box .store-dec .item, .store-contents-sp .store-dec-box .store-dec .item {
  display: flex;
}
.box.bpCenter, .store-contents-sp .area-box-sp .store-list .store-box .store-dec .bpCenter.item, .store-contents-sp .store-dec-box .store-dec .bpCenter.item {
  justify-content: center;
}
.box.bpEnd, .store-contents-sp .area-box-sp .store-list .store-box .store-dec .bpEnd.item, .store-contents-sp .store-dec-box .store-dec .bpEnd.item {
  justify-content: flex-end;
}
.box.baEnd, .store-contents-sp .area-box-sp .store-list .store-box .store-dec .baEnd.item, .store-contents-sp .store-dec-box .store-dec .baEnd.item {
  align-items: flex-end;
}
.box.baStart, .store-contents-sp .area-box-sp .store-list .store-box .store-dec .baStart.item, .store-contents-sp .store-dec-box .store-dec .baStart.item {
  align-items: flex-start;
}
.box.baCenter, .store-contents-sp .area-box-sp .store-list .store-box .store-dec .item, .store-contents-sp .store-dec-box .store-dec .baCenter.item {
  align-items: center;
}

.fz8 {
  font-size: 8px;
}

.fz10, .store-contents-sp .area-box-sp .store-list .store-box .store-title .new-icon {
  font-size: 10px;
}

.fz11, .store-contents-sp .area-box-sp .store-list .store-box .store-dec .btn-map a, .store-contents-sp .area-box-sp .store-list .store-box .store-dec .btn-recruit a {
  font-size: 11px;
}

.fz12, .top-link .link-text li, .store-contents-sp .btn-map-more a {
  font-size: 12px;
  line-height: 21px;
}

.fz13, .top-banner, .store-content-pc .content-dec .content-r .area-list .area-box .store-list .store-box .store-title a.new:before, .store-content-pc .content-dec .content-r .area-list .area-box .store-list .store-box .store-dec .btn-map a, .store-content-pc .content-dec .content-r .area-list .area-box .store-list .store-box .store-dec .btn-recruit a, .store-content-pc .content-dec .content-r .store-dec-box .store-dec .btn-recruit a, .store-content-pc .content-dec .content-r .btn-map-more a, .store-contents-sp .select-prefectures .prefectures-list, .store-contents-sp .area-box-sp .store-list .store-box .store-dec .item .ttl, .store-contents-sp .area-box-sp .store-list .store-box .store-dec .store-text, .store-contents-sp .store-dec-box .store-dec .item .ttl, .store-contents-sp .store-dec-box .store-dec .store-text {
  font-size: 13px;
  line-height: 21px;
}

.fz14, .store-content-pc .content-dec .content-r .area-list .area-box .store-list .store-box .store-dec .item .ttl, .store-content-pc .content-dec .content-r .area-list .area-box .store-list .store-box .store-dec .item .dec, .store-content-pc .content-dec .content-r .area-list .area-box .store-list .store-box .store-dec .store-text, .store-content-pc .content-dec .content-r .store-dec-box .store-dec .item .ttl, .store-content-pc .content-dec .content-r .store-dec-box .store-dec .item .dec, .store-content-pc .content-dec .content-r .store-dec-box .store-dec .store-text, .store-contents-sp .area-box-sp .store-list .store-box .store-title a {
  font-size: 14px;
}

.fz15 {
  font-size: 15px;
  line-height: 28px;
}

.fz16, .store-content-pc .content-dec .content-r .area-list .area-box .store-list .store-box .store-title a {
  font-size: 16px;
  line-height: 26px;
}

.fz17 {
  font-size: 17px;
}

.fz18, .store-contents-sp .area-box-sp .area-title {
  font-size: 18px;
}

.fz19 {
  font-size: 19px;
}

.fz20 {
  font-size: 20px;
  line-height: 32px;
}

.fz21 {
  font-size: 21px;
}

.fz22 {
  font-size: 22px;
}

.fz23 {
  font-size: 23px;
}

.fz24 {
  font-size: 24px;
}

.fz25 {
  font-size: 25px;
}

.fzDef {
  font-size: 12px;
}

.fwN {
  font-weight: normal;
}

.fwB, .store-content-pc .content-dec .content-r .area-list .area-box .store-list .store-box .store-dec .item .ttl, .store-content-pc .content-dec .content-r .store-dec-box .store-dec .item .ttl, .store-contents-sp .area-box-sp .store-list .store-box .store-dec .item .ttl, .store-contents-sp .area-box-sp .store-list .store-box .store-dec .btn-map a, .store-contents-sp .area-box-sp .store-list .store-box .store-dec .btn-recruit a, .store-contents-sp .store-dec-box .store-dec .item .ttl, .store-contents-sp .store-dec-box .store-dec .store-text, .store-contents-sp .store-dec-box .store-dec .btn-recruit a, .store-contents-sp .btn-map-more a {
  font-weight: bold;
}

.fsI {
  font-style: italic;
}

.taC {
  text-align: center;
}

.taL {
  text-align: left;
}

.taR {
  text-align: right;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after, .main-menu-content .main-menu .menu-type2:after, .main-menu-content .main-menu .menu-type2 .menu-box:after, .store-content-pc .content-dec .content-r .area-list .area-box .store-list .store-box:after, .store-content-pc .content-dec .content-r .area-list .area-box .store-list .store-box .store-dec .item:after, .store-content-pc .content-dec .content-r .store-dec-box:after, .store-content-pc .content-dec .content-r .store-dec-box .store-dec .item:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.content-center {
  margin-left: auto;
  margin-right: auto;
}

.img-valign-top {
  vertical-align: top;
}

.img-valign-middle {
  vertical-align: middle;
}

.img-valign-bottom {
  vertical-align: bottom;
}

.valign-middle {
  vertical-align: middle;
}

.dn {
  display: none;
}

.db {
  display: block;
}

.main-menu-content {
  position: fixed;
  top: 0;
  width: 100%;
  display: none;
  z-index: 9999;
}
.main-menu-content .main-menu {
  width: 100%;
  background: #fff;
}
.main-menu-content .main-menu .menu-type2 {
  height: 65px;
}
.main-menu-content .main-menu .menu-type2 .menu-box {
  padding-top: 23px;
  float: right;
  font-size: 0;
}
.main-menu-content .main-menu .menu-type2 .menu-box:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 4px;
  height: 20px;
  background: url(/assets/images/common/menu_line.jpg) no-repeat 0 0;
  visibility: visible;
}
.main-menu-content .main-menu .menu-type2 .menu-box li {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px 0 24px;
  background: url(/assets/images/common/menu_line.jpg) no-repeat 0 0;
  cursor: pointer;
}
.main-menu-content .main-menu .menu-type2 .sns-list {
  float: right;
  padding-top: 16px;
}
.main-menu-content .main-menu .menu-type2 .sns-list li {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}
.main-menu-content .main-menu .menu-type2 .sns-list li:first-child {
  margin-left: 30px;
}
.main-menu-content .menu-bottom {
  width: 100%;
  height: 20px;
  background: url(/assets/images/common/pattern_1.png) left -1px repeat-x;
}

.sub-menu-content .head-menu {
  background: #fff;
  padding: 30px 0;
}
.sub-menu-content .head-menu .menu-logo {
  text-align: center;
}
.sub-menu-content .head-menu .menu-box {
  margin-top: 23px;
  float: left;
  font-size: 0;
}
.sub-menu-content .head-menu .menu-box:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 4px;
  height: 20px;
  background: url(/assets/images/common/menu_line.jpg) no-repeat 0 0;
}
.sub-menu-content .head-menu .menu-box li {
  display: inline-block;
  vertical-align: top;
  padding: 0 26px 0 30px;
  background: url(/assets/images/common/menu_line.jpg) no-repeat 0 0;
  cursor: pointer;
}
.sub-menu-content .head-menu .sns-list {
  float: left;
  padding-top: 16px;
}
.sub-menu-content .head-menu .sns-list li {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}
.sub-menu-content .head-menu .sns-list li:first-child {
  margin-left: 30px;
}
.sub-menu-content .menu-bottom {
  width: 100%;
  height: 20px;
  background: url(/assets/images/common/pattern_1.png) left bottom repeat-x;
  position: absolute;
}
@media (max-width: 768px) {
  .sub-menu-content {
    display: none;
  }
}

.menu-space {
  height: 180px;
  display: none;
}

.top-link {
  height: 67px;
  background: #f4f4f4 url(/assets/images/common/pattern_5.png) bottom left/9px 6px repeat-x;
}
.top-link .link-text {
  padding-top: 30px;
  font-size: 0;
}
.top-link .link-text li {
  display: inline-block;
  vertical-align: top;
}
.top-link .link-text li:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  margin: 0 6px 0 8px;
  background: url(/assets/images/common/link_arrow_r.png);
}
.top-link .link-text li:last-child:after {
  display: none;
}
.top-link .link-text li:first-child {
  margin-left: 0;
}
.top-link .link-text li a {
  text-decoration: underline;
  color: #000;
}
@media (max-width: 768px) {
  .top-link {
    height: auto;
    background: #f4f4f4 url(/assets/images/sp/common/pattern_2_top.png) bottom left repeat-x;
    background-size: 6px 3.5px;
  }
  .top-link .container-in {
    padding: 7px;
  }
  .top-link .container-in .link-text {
    padding-top: 0;
    font-size: 10px;
  }
  .top-link .container-in .link-text li {
    font-size: 10px;
    display: inline-block;
    vertical-align: top;
  }
  .top-link .container-in .link-text li:after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 5px;
    margin: 0 8px 0 7px;
    background: url(/assets/images/sp/common/link_arrow_r.png);
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .top-link .container-in .link-text li:last-child:after {
    display: none;
  }
  .top-link .container-in .link-text a {
    text-decoration: underline;
    color: #000;
  }
}

.title-content {
  background: url(/assets/images/common/news_bg.png);
  width: 100%;
  height: 200px;
  position: relative;
}
.title-content img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .title-content {
    background: url(/assets/images/sp/common/news_bg.png);
    background-size: 10px 10px;
    width: 100%;
    height: 115px;
  }
}

.title-space {
  background: url(/assets/images/common/news_bg.png);
  width: 100%;
  height: 70px;
}

.title-line {
  width: 100%;
  height: 6px;
  background: url(/assets/images/common/pattern_6.png) top left/9px 6px repeat-x;
  position: absolute;
  top: 70px;
}

.header-top-box {
  display: flex;
  justify-content: center;
}

.cmn-footer-pc {
  width: 100%;
  height: 250px;
  background: #232323 url(/assets/images//common/footer_bottom.png) left bottom repeat-x;
  color: #fff;
  font-size: 13px;
}
.cmn-footer-pc .content-in {
  width: 1100px;
  padding-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.cmn-footer-pc .content-in .footer-menu {
  text-align: center;
}
.cmn-footer-pc .content-in .footer-menu li {
  display: inline-block;
  vertical-align: top;
}
.cmn-footer-pc .content-in .footer-menu li.dotted-line {
  width: 48px;
}
.cmn-footer-pc .content-in .footer-menu li a {
  color: #fff;
}
.cmn-footer-pc .btn-online-shop {
  width: 325px;
  height: 50px;
  margin-top: 25px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s;
}
.cmn-footer-pc .btn-online-shop a {
  display: block;
  border: 2px solid #fff;
  background-color: #232323;
  width: 100%;
  height: 100%;
  position: relative;
}
.cmn-footer-pc .btn-online-shop a p {
  padding-top: 14px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.cmn-footer-pc .btn-online-shop a .icon {
  position: absolute;
  width: 9px;
  height: 15px;
  background: url(/assets/images//common/arrow_w.png);
  right: 15px;
  top: 17px;
}
.cmn-footer-pc .btn-online-shop a:before {
  background-color: #fff;
}
@media (max-width: 768px) {
  .cmn-footer-pc {
    display: none;
  }
}

.cmn-footer-sp {
  color: #fff;
  background-color: #232323;
  font-size: 13px;
  text-align: center;
}
.cmn-footer-sp a {
  color: #fff;
  display: block;
}
.cmn-footer-sp .footer-link {
  height: 50px;
  box-sizing: border-box;
}
.cmn-footer-sp .footer-link a {
  height: 100%;
}
.cmn-footer-sp .footer-link.bottom {
  background-color: #4f4f4f;
  height: 73px;
}
.cmn-footer-sp .footer-link.bottom p {
  padding: 0;
}
.cmn-footer-sp .footer-link.size-s {
  width: 50%;
}
.cmn-footer-sp .footer-link.size-l {
  width: 100%;
}
.cmn-footer-sp .footer-link.border-r {
  border-right: 2px solid #fff;
}
.cmn-footer-sp .footer-link.border-t {
  border-top: 2px solid #fff;
}
.cmn-footer-sp .footer-link p {
  padding-top: 16px;
}
.cmn-footer-sp .page-top {
  height: 45px;
  background-color: #fff;
  width: 100%;
  border-top: 2px solid #000;
}
@media (min-width: 769px) {
  .cmn-footer-sp {
    display: none;
  }
}

.menu-content {
  height: 65px;
  background-color: #fff;
  position: relative;
  border-bottom: 2px solid #e5e5e5;
}
.menu-content .logo {
  text-align: center;
  padding-top: 12px;
}
.menu-content .menu {
  display: block;
  position: absolute;
  right: 16px;
  top: 22px;
  z-index: 9999;
}
.menu-content .menu-trigger {
  position: relative;
  width: 25px;
  height: 21px;
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-content .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-content .menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-content .menu-trigger span:nth-of-type(2) {
  top: 8.5px;
}
.menu-content .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-content .menu-trigger.active {
  transform: rotate(360deg);
  position: fixed;
  right: 16px;
  top: 30px;
}
.menu-content .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.menu-content .menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.menu-content .menu-trigger.active span:nth-of-type(3) {
  opacity: 0;
}
.menu-content .drop-menu {
  padding-top: 40px;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1001;
  background-color: #fff;
  display: none;
}
.menu-content .drop-menu ul li {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  opacity: 0;
}
.menu-content .drop-menu ul li a {
  display: block;
  padding: 12px 0;
  color: #000;
}
@media (min-width: 769px) {
  .menu-content {
    display: none;
  }
}

.wysiwyg {
  word-break: break-all;
  line-height: 1.75;
  font-size: 16px;
}
.wysiwyg h1 {
  font-size: 2em;
}
.wysiwyg img {
  max-width: 100%;
  height: auto;
}
.wysiwyg a {
  display: inline-block;
  text-decoration: underline;
  transition: all  0.3s ease;
}
.wysiwyg a:hover {
  text-decoration: none;
  opacity: 0.75;
}
.wysiwyg strong,
.wysiwyg b {
  font-weight: bold;
}
.wysiwyg em {
  font-style: italic;
}
.wysiwyg ul {
  padding-left: 1.5em;
  list-style: disc !important;
}
.wysiwyg li {
  list-style: inherit !important;
}
.wysiwyg ol {
  padding-left: 1.5em;
  list-style: decimal !important;
}
.wysiwyg hr {
  display: block;
}
.wysiwyg table {
  width: 100% !important;
  border-collapse: collapse;
}
.wysiwyg table th {
  padding: 5px;
  border: 1px solid #ccc;
  text-align: left;
  font-weight: bold;
}
.wysiwyg table td {
  padding: 5px;
  border: 1px solid #ccc;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .wysiwyg .table-wrap {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .wysiwyg .table-wrap:-webkit-scrollbar {
    height: 15px;
  }
  .wysiwyg .table-wrap:-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .wysiwyg .table-wrap:-webkit-scrollbar-thumb {
    background: #bbb;
  }
  .wysiwyg iframe {
    width: 100%;
    height: 220px;
  }
}
@-webkit-keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes contentsUp {
  0% {
    margin-top: -30px;
  }
  25% {
    margin-top: -40px;
  }
  50% {
    margin-top: -50px;
  }
  75% {
    margin-top: -60px;
  }
  100% {
    margin-top: -70px;
  }
}
@-moz-keyframes contentsUp {
  0% {
    margin-top: -30px;
  }
  25% {
    margin-top: -40px;
  }
  50% {
    margin-top: -50px;
  }
  75% {
    margin-top: -60px;
  }
  100% {
    margin-top: -70px;
  }
}
@keyframes contentsUp {
  0% {
    margin-top: -30px;
  }
  25% {
    margin-top: -40px;
  }
  50% {
    margin-top: -50px;
  }
  75% {
    margin-top: -60px;
  }
  100% {
    margin-top: -70px;
  }
}
@-webkit-keyframes linkArrow {
  50% {
    right: 3px;
  }
  100% {
    right: 10px;
  }
}
@-moz-keyframes linkArrow {
  50% {
    right: 3px;
  }
  100% {
    right: 10px;
  }
}
@keyframes linkArrow {
  50% {
    right: 3px;
  }
  100% {
    right: 10px;
  }
}
.main-menu-content .main-menu .menu-type2 .sns-list li a, .sub-menu-content .head-menu .sns-list li a, .cmn-footer-pc a, .store-content-pc .content-dec .content-r .store-dec-box .store-dec .btn-recruit a, .store-content-pc .content-dec .content-r .btn-map-more a {
  display: block;
  opacity: 1;
  transition: all 0.3s;
}
.main-menu-content .main-menu .menu-type2 .sns-list li a:hover, .sub-menu-content .head-menu .sns-list li a:hover, .cmn-footer-pc a:hover, .store-content-pc .content-dec .content-r .store-dec-box .store-dec .btn-recruit a:hover, .store-content-pc .content-dec .content-r .btn-map-more a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}

.a-hover, .store-content-pc .content-dec .content-r .area-list .area-box .store-list .store-box .store-dec .btn-map, .store-content-pc .content-dec .content-r .area-list .area-box .store-list .store-box .store-dec .btn-recruit {
  display: block;
  opacity: 1;
  transition: all 0.3s;
}
.a-hover:hover, .store-content-pc .content-dec .content-r .area-list .area-box .store-list .store-box .store-dec .btn-map:hover, .store-content-pc .content-dec .content-r .area-list .area-box .store-list .store-box .store-dec .btn-recruit:hover {
  opacity: 0.7;
  transition: all 0.3s;
}

.underline {
  text-decoration: underline;
}

img {
  max-width: none;
}

.img-full {
  width: 100%;
}

.link-pointer {
  cursor: pointer;
}

.container-in {
  width: 1100px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .container-in {
    width: 100%;
  }
}

.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-box-shadow: 0 0 1px transparent;
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center.blue:before {
  background: #39a9df;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 3px;
  -moz-transition-property: left, right;
  -o-transition-property: left, right;
  -webkit-transition-property: left, right;
  transition-property: left right;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}
.hvr-underline-from-center.active:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #39a9df;
}
.hvr-underline-from-center.on:before {
  left: 0;
  right: 0;
}

.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-box-shadow: 0 0 1px transparent;
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  position: relative;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.top-banner {
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
  text-align: center;
  background-color: #28a7e1;
  color: #fff;
}
.top-banner .banner-text {
  padding-top: 10px;
}
.top-banner a {
  color: #fff;
}
@media (max-width: 768px) {
  .top-banner {
    height: 30px;
    position: relative;
    margin-bottom: 0;
  }
  .top-banner.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .top-banner .banner-text {
    text-align: center;
    color: #fff;
    font-size: 11px;
    padding-top: 5px;
  }
}

.bg-w {
  background-color: #fff;
}

.font-w {
  color: #fff;
}

@media (max-width: 768px) {
  #topcontrol {
    display: none;
  }
}

.store-content-pc {
  position: relative;
  padding-bottom: 150px;
  background: url(/assets/images/common/pattern_5.png) bottom left/9px 6px repeat-x, url(/assets/images//common/pickup_item_bg.png);
}
.store-content-pc a {
  color: #231815;
  display: block;
}
.store-content-pc .content-dec {
  margin-top: -30px;
}
.store-content-pc .content-dec.anime {
  animation: contentsUp 0.3s ease-in forwards;
}
.store-content-pc .content-dec .content-l {
  float: left;
  width: 230px;
  background-color: #fff;
  padding: 30px 20px;
}
.store-content-pc .content-dec .content-l .line1 {
  background: url(/assets/images/news/line1.png);
  width: 188px;
  height: 4px;
}
.store-content-pc .content-dec .content-l .line2 {
  background: url(/assets/images/news/line2.png);
  width: 189px;
  height: 2px;
}
.store-content-pc .content-dec .content-l .store-link {
  width: 190px;
}
.store-content-pc .content-dec .content-l .store-link a {
  display: block;
  position: relative;
  padding: 16px 10px;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s;
}
.store-content-pc .content-dec .content-l .store-link a:before {
  position: absolute;
  content: "";
  width: 9px;
  height: 15px;
  top: 20px;
  right: 12px;
  background: url(/assets/images/common/arrow_b_r.png);
}
.store-content-pc .content-dec .content-l .store-link a:hover {
  color: #fff;
  background-color: #000;
}
.store-content-pc .content-dec .content-l .store-link a:hover:before {
  background: url(/assets/images/common/arrow_w.png);
}
.store-content-pc .content-dec .content-r {
  float: right;
  width: 820px;
  margin-left: 50px;
  padding: 50px 50px 0 50px;
  background-color: #fff;
}
.store-content-pc .content-dec .content-r .area-list .area-box .area-title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 15px;
  background: url(/assets/images/common/line_pattern3.png) left bottom repeat-x;
}
.store-content-pc .content-dec .content-r .area-list .area-box .store-list .store-box {
  padding: 50px 0;
  background: url(/assets/images/common/line_pattern2.png) left bottom repeat-x;
}
.store-content-pc .content-dec .content-r .area-list .area-box .store-list .store-box:last-child {
  background: none;
}
.store-content-pc .content-dec .content-r .area-list .area-box .store-list .store-box .store-title {
  float: left;
  width: 175px;
}
.store-content-pc .content-dec .content-r .area-list .area-box .store-list .store-box .store-title a {
  color: #000;
  font-weight: bold;
  display: block;
  position: relative;
}
.store-content-pc .content-dec .content-r .area-list .area-box .store-list .store-box .store-title a span {
  border-bottom: 1px solid #a3a3a3;
}
.store-content-pc .content-dec .content-r .area-list .area-box .store-list .store-box .store-title a.new:before {
  content: "NEW SHOP";
  color: #e60012;
  position: absolute;
  left: 0;
  top: -20px;
}
.store-content-pc .content-dec .content-r .area-list .area-box .store-list .store-box .store-dec {
  width: 475px;
  float: right;
}
.store-content-pc .content-dec .content-r .area-list .area-box .store-list .store-box .store-dec .item li {
  float: left;
}
.store-content-pc .content-dec .content-r .area-list .area-box .store-list .store-box .store-dec .item .icon {
  width: 26px;
  height: 15px;
  margin-top: 3px;
}
.store-content-pc .content-dec .content-r .area-list .area-box .store-list .store-box .store-dec .item .icon.addr {
  background: url(/assets/images/store/icon_addr.png) left top no-repeat;
}
.store-content-pc .content-dec .content-r .area-list .area-box .store-list .store-box .store-dec .item .icon.tel {
  background: url(/assets/images/store/icon_tel.png) left top no-repeat;
}
.store-content-pc .content-dec .content-r .area-list .area-box .store-list .store-box .store-dec .item .icon.date {
  background: url(/assets/images/store/icon_date.png) left top no-repeat;
}
.store-content-pc .content-dec .content-r .area-list .area-box .store-list .store-box .store-dec .item .ttl {
  width: 74px;
}
.store-content-pc .content-dec .content-r .area-list .area-box .store-list .store-box .store-dec .item .dec {
  width: 375px;
  color: #231815;
}
.store-content-pc .content-dec .content-r .area-list .area-box .store-list .store-box .store-dec .store-text {
  color: #231815;
  margin: 25px 0;
}
.store-content-pc .content-dec .content-r .area-list .area-box .store-list .store-box .store-dec .btn-map {
  float: left;
  width: 210px;
  height: 50px;
  background-color: #262626;
}
.store-content-pc .content-dec .content-r .area-list .area-box .store-list .store-box .store-dec .btn-map a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  position: relative;
}
.store-content-pc .content-dec .content-r .area-list .area-box .store-list .store-box .store-dec .btn-map a:before {
  position: absolute;
  width: 11px;
  height: 15px;
  content: "";
  background: url(/assets/images/store/icon_map.png);
  top: 18px;
  left: 65px;
}
.store-content-pc .content-dec .content-r .area-list .area-box .store-list .store-box .store-dec .btn-map a p {
  text-align: center;
  padding-top: 14px;
}
.store-content-pc .content-dec .content-r .area-list .area-box .store-list .store-box .store-dec .btn-recruit {
  margin-left: 25px;
  float: left;
  width: 210px;
  height: 50px;
}
.store-content-pc .content-dec .content-r .area-list .area-box .store-list .store-box .store-dec .btn-recruit a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #807f7f;
  color: #fff;
  position: relative;
}
.store-content-pc .content-dec .content-r .area-list .area-box .store-list .store-box .store-dec .btn-recruit a:before {
  position: absolute;
  width: 6px;
  height: 18px;
  content: "";
  background: url(/assets/images/store/icon_recruit.png);
  top: 16px;
  left: 60px;
}
.store-content-pc .content-dec .content-r .area-list .area-box .store-list .store-box .store-dec .btn-recruit a p {
  text-align: center;
  padding-top: 14px;
}
.store-content-pc .content-dec .content-r .store-dec-box {
  margin-top: 30px;
}
.store-content-pc .content-dec .content-r .store-dec-box .store-img {
  width: 320px;
  float: left;
}
.store-content-pc .content-dec .content-r .store-dec-box .store-dec {
  width: 365px;
  float: right;
}
.store-content-pc .content-dec .content-r .store-dec-box .store-dec .item li {
  float: left;
}
.store-content-pc .content-dec .content-r .store-dec-box .store-dec .item .icon {
  width: 26px;
  height: 15px;
  margin-top: 3px;
}
.store-content-pc .content-dec .content-r .store-dec-box .store-dec .item .icon.addr {
  background: url(/assets/images/store/icon_addr.png) left top no-repeat;
}
.store-content-pc .content-dec .content-r .store-dec-box .store-dec .item .icon.tel {
  background: url(/assets/images/store/icon_tel.png) left top no-repeat;
}
.store-content-pc .content-dec .content-r .store-dec-box .store-dec .item .icon.date {
  background: url(/assets/images/store/icon_date.png) left top no-repeat;
}
.store-content-pc .content-dec .content-r .store-dec-box .store-dec .item .icon.goods {
  background: url(/assets/images/store/icon_goods.png) left top no-repeat;
}
.store-content-pc .content-dec .content-r .store-dec-box .store-dec .item .ttl {
  width: 84px;
}
.store-content-pc .content-dec .content-r .store-dec-box .store-dec .item .dec {
  width: 235px;
  color: #231815;
}
.store-content-pc .content-dec .content-r .store-dec-box .store-dec .store-text {
  color: #231815;
  margin-top: 20px;
}
.store-content-pc .content-dec .content-r .store-dec-box .store-dec .btn-recruit {
  margin-top: 20px;
  width: 210px;
  height: 50px;
}
.store-content-pc .content-dec .content-r .store-dec-box .store-dec .btn-recruit a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #807f7f;
  color: #fff;
  position: relative;
}
.store-content-pc .content-dec .content-r .store-dec-box .store-dec .btn-recruit a:before {
  position: absolute;
  width: 6px;
  height: 18px;
  content: "";
  background: url(/assets/images/store/icon_recruit.png);
  top: 16px;
  left: 60px;
}
.store-content-pc .content-dec .content-r .store-dec-box .store-dec .btn-recruit a p {
  text-align: center;
  padding-top: 14px;
}
.store-content-pc .content-dec .content-r .store-map {
  width: 100%;
  height: 340px;
  margin-top: 40px;
  border: 2px solid #dddcdc;
}
.store-content-pc .content-dec .content-r .btn-map-more {
  width: 220px;
  height: 40px;
  margin: 30px auto 60px auto;
}
.store-content-pc .content-dec .content-r .btn-map-more a {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  box-sizing: border-box;
  color: #262626;
  position: relative;
}
.store-content-pc .content-dec .content-r .btn-map-more a:before {
  position: absolute;
  width: 11px;
  height: 15px;
  content: "";
  background: url(/assets/images/store/icon_addr.png);
  top: 12px;
  left: 50px;
}
.store-content-pc .content-dec .content-r .btn-map-more a p {
  text-align: center;
  padding: 8px 0 0 30px;
}
@media (max-width: 768px) {
  .store-content-pc {
    display: none;
  }
}

.store-contents-sp {
  background: #f4f4f4 url(/assets/images/sp/common/pattern_2_bottom.png) top left repeat-x;
  background-size: 6px 3.5px;
  padding: 25px 0 15px 0;
}
.store-contents-sp .container-in {
  padding: 0 10px;
  position: relative;
}
.store-contents-sp .select-prefectures {
  position: relative;
}
.store-contents-sp .select-prefectures:before {
  position: absolute;
  background: url(/assets/images/sp/common/arrow_down_b.png) top center no-repeat;
  background-size: 14px 8px;
  width: 14px;
  height: 8px;
  content: "";
  top: 20px;
  right: 15px;
}
.store-contents-sp .select-prefectures .prefectures-list {
  width: 100%;
  height: 50px;
  line-height: 45px;
  padding-left: 20px;
  font-weight: bold;
  -webkit-appearance: none;
  appearance: none;
  border: 2px solid #000;
  border-radius: 0;
}
.store-contents-sp .area-box-sp .area-title {
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  background: url(/assets/images/sp/common/line_pattern3.png) left bottom repeat-x;
  background-size: 4px 4px;
}
.store-contents-sp .area-box-sp .store-list .store-box {
  padding-bottom: 25px;
  background: url(/assets/images/sp/common/line_pattern2.png) left bottom repeat-x;
  background-size: 4px 2px;
}
.store-contents-sp .area-box-sp .store-list .store-box:last-child {
  background: none;
}
.store-contents-sp .area-box-sp .store-list .store-box .store-title {
  margin-top: 25px;
}
.store-contents-sp .area-box-sp .store-list .store-box .store-title .new-icon {
  color: #e60012;
}
.store-contents-sp .area-box-sp .store-list .store-box .store-title a {
  color: #000;
}
.store-contents-sp .area-box-sp .store-list .store-box .store-title a span {
  text-decoration: underline;
}
.store-contents-sp .area-box-sp .store-list .store-box .store-dec {
  margin-top: 12px;
}
.store-contents-sp .area-box-sp .store-list .store-box .store-dec .item .icon {
  width: 14px;
  height: 14px;
}
.store-contents-sp .area-box-sp .store-list .store-box .store-dec .item .icon.addr {
  background: url(/assets/images/sp/store/icon_addr.png) left top no-repeat;
  background-size: 14px 14px;
}
.store-contents-sp .area-box-sp .store-list .store-box .store-dec .item .icon.tel {
  background: url(/assets/images/sp/store/icon_tel.png) left top no-repeat;
  background-size: 14px 14px;
}
.store-contents-sp .area-box-sp .store-list .store-box .store-dec .item .icon.date {
  background: url(/assets/images/sp/store/icon_date.png) left top no-repeat;
  background-size: 14px 14px;
}
.store-contents-sp .area-box-sp .store-list .store-box .store-dec .item .ttl {
  margin-left: 5px;
  width: 55px;
}
.store-contents-sp .area-box-sp .store-list .store-box .store-dec .item .dec {
  margin-left: 15px;
  font-size: 13px;
  width: 68%;
}
.store-contents-sp .area-box-sp .store-list .store-box .store-dec .item .dec a {
  text-decoration: underline;
  color: #000;
}
.store-contents-sp .area-box-sp .store-list .store-box .store-dec .store-text {
  margin-top: 15px;
}
.store-contents-sp .area-box-sp .store-list .store-box .store-dec .btn-map {
  height: 35px;
  width: 48%;
  float: left;
}
.store-contents-sp .area-box-sp .store-list .store-box .store-dec .btn-map a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #262626;
  position: relative;
  color: #fff;
}
.store-contents-sp .area-box-sp .store-list .store-box .store-dec .btn-map a:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 11px;
  top: 13px;
  left: 32%;
  background: url(/assets/images/sp/store/icon_map_w.png) top center no-repeat;
  background-size: 8px 11px;
}
.store-contents-sp .area-box-sp .store-list .store-box .store-dec .btn-map a p {
  padding-top: 10px;
  text-align: center;
}
.store-contents-sp .area-box-sp .store-list .store-box .store-dec .btn-recruit {
  height: 35px;
  width: 48%;
  float: right;
}
.store-contents-sp .area-box-sp .store-list .store-box .store-dec .btn-recruit a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #807f7f;
  position: relative;
  color: #fff;
}
.store-contents-sp .area-box-sp .store-list .store-box .store-dec .btn-recruit a:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 12px;
  top: 12px;
  left: 28%;
  background: url(/assets/images/sp/store/icon_recruit_w.png) top center no-repeat;
  background-size: 4px 12px;
}
.store-contents-sp .area-box-sp .store-list .store-box .store-dec .btn-recruit a p {
  padding-top: 10px;
  text-align: center;
}
.store-contents-sp .store-dec-box .store-dec {
  padding-top: 20px;
}
.store-contents-sp .store-dec-box .store-dec .item .icon {
  width: 5%;
  height: 14px;
  margin-top: 3px;
}
.store-contents-sp .store-dec-box .store-dec .item .icon.addr {
  background: url(/assets/images/sp/store/icon_addr.png) left top no-repeat;
  background-size: 14px 14px;
}
.store-contents-sp .store-dec-box .store-dec .item .icon.tel {
  background: url(/assets/images/sp/store/icon_tel.png) left top no-repeat;
  background-size: 14px 14px;
}
.store-contents-sp .store-dec-box .store-dec .item .icon.date {
  background: url(/assets/images/sp/store/icon_date.png) left top no-repeat;
  background-size: 14px 14px;
}
.store-contents-sp .store-dec-box .store-dec .item .icon.goods {
  background: url(/assets/images/sp/store/icon_goods.png) left top no-repeat;
  background-size: 14px 14px;
}
.store-contents-sp .store-dec-box .store-dec .item .ttl {
  margin-left: 5px;
  width: 22%;
}
.store-contents-sp .store-dec-box .store-dec .item .dec {
  margin-left: 5%;
  font-size: 13px;
  word-break: break-all;
  width: 67%;
}
.store-contents-sp .store-dec-box .store-dec .item .dec a {
  text-decoration: underline;
  color: #000;
}
.store-contents-sp .store-dec-box .store-dec .store-text {
  margin-top: 20px;
}
.store-contents-sp .store-dec-box .store-dec .btn-recruit {
  height: 42px;
  width: 100%;
  margin-top: 20px;
}
.store-contents-sp .store-dec-box .store-dec .btn-recruit a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #807f7f;
  position: relative;
  font-size: 12px;
  color: #fff;
}
.store-contents-sp .store-dec-box .store-dec .btn-recruit a:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 12px;
  top: 16px;
  left: 39%;
  background: url(/assets/images/sp/store/icon_recruit_w.png) top center no-repeat;
  background-size: 4px 12px;
}
.store-contents-sp .store-dec-box .store-dec .btn-recruit a p {
  padding-top: 13px;
  text-align: center;
}
.store-contents-sp .store-map {
  width: 100%;
  height: 245px;
  margin-top: 20px;
  border: 2px solid #dddcdc;
  box-sizing: border-box;
}
.store-contents-sp .btn-map-more {
  height: 42px;
  width: 100%;
  margin: 20px 0 25px 0;
}
.store-contents-sp .btn-map-more a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: relative;
  color: #fff;
}
.store-contents-sp .btn-map-more a:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 11px;
  top: 16px;
  left: 26%;
  background: url(/assets/images/sp/store/icon_map_w.png) top center no-repeat;
  background-size: 8px 11px;
}
.store-contents-sp .btn-map-more a p {
  padding-top: 12px;
  text-align: center;
}
@media (min-width: 769px) {
  .store-contents-sp {
    display: none;
  }
}
/* CTSS2-36738 */
.store-content-pc .btn-register-list {
  margin-top: 20px;
}
.store-content-pc .btn-register-list .btn-register {
  margin-top: 10px;
}
.store-content-pc .btn-register-list .btn-register a {
  width: 280px;
  height: 40px;
  background-color: #000;
  color: #fff;
  position: relative;
}
.store-content-pc .btn-register-list .btn-register a:before {
position: absolute;
    width: 9px;
    height: 15px;
    content: "";
    background: url(/assets/images/common/icon_recruit.png);
    background-size: 9px 15px;
    top: 12px;
    right: 20px;
}

.store-content-pc .btn-register-list .btn-register a p  {
  font-size: 14px;
  line-height: 1;
  padding: 13px 0 0 10px;
}

.store-contents-sp.btn-register-list {
  margin-top: 20px;
}
.store-contents-sp .btn-register-list .btn-register {
  margin-top: 10px;
}
.store-contents-sp .btn-register-list .btn-register a {
  width: 100%;
  height: 50px;
  background-color: #000;
  color: #fff;
  position: relative;
}
.store-contents-sp .btn-register-list .btn-register a:before {
position: absolute;
    width: 9px;
    height: 15px;
    content: "";
    background: url(/assets/images/common/icon_recruit.png);
    background-size: 9px 15px;
    top: 18px;
    right: 20px;
}

.store-contents-sp .btn-register-list .btn-register a p  {
  font-size: 14px;
  line-height: 1;
  padding: 18px 0 0 15px;
}