@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);

/*------------------------------------------
  Base Layout
------------------------------------------*/

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS PGothic", sans-serif;
  font-size: 1.4em;
  background: #fff;
  color: #333;
  line-height: 1.5;
  letter-spacing: .02em;
}

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

img {
  max-width: 100%;
  vertical-align: bottom;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  vertical-align: bottom;
}

.DISP-PC a {
  color: #333;
  -webkit-transition: opacity .2s ease;
          transition: opacity .2s ease;
}

.DISP-PC a:hover {
  text-decoration: none;
  opacity: .7;
  -webkit-transition: opacity .2s ease;
          transition: opacity .2s ease;
}

.DISP-PC .link-tel {
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}

/*------------------------------------------
  header
------------------------------------------*/

.site-header {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  border-bottom: 1px solid #ccc;
}

.site-header .header-in {
  padding: 12px 12px 10px 10px;
}

.site-header .sitelogo {
  width: 110px;
  float: left;
}

.DISP-PC .site-header .header-in {
  padding: 13px 40px;
}

.DISP-PC .site-header .sitelogo {
  width: 140px;
}

.header-nav {
  float: right;
  padding-top: 2px;
}

.header-nav li {
  float: left;
  height: 25px;
  display: table;
  border-left: 1px solid #555;
}

.header-nav li > div {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.1;
}

.header-nav .nav-lang {
  padding: 0 5px;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Roboto Condensed", sans-serif;
}

.header-nav .nav-lang span {
  -webkit-transition: .4s;
          transition: .4s;
}

.header-nav .op-lang-menu {
  position: relative;
}

.header-nav .op-lang-menu:before, .header-nav .op-lang-menu:after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background: #555;
  position: absolute;
  left: 15px;
  opacity: 0;
  -webkit-transition: .4s;
          transition: .4s;
}

.header-nav .op-lang-menu:before {
  top: 0;
  -webkit-transform: translateY(11px) rotate(-45deg);
          transform: translateY(11px) rotate(-45deg);
}

.header-nav .op-lang-menu:after {
  bottom: 0;
  -webkit-transform: translateY(-11px) rotate(45deg);
          transform: translateY(-11px) rotate(45deg);
}

.header-nav .nav-groval {
  padding: 0 20px;
}

.header-nav .op-groval-menu div {
  position: relative;
  width: 25px;
  height: 18px;
}

.header-nav .op-groval-menu div span {
  display: block;
  width: 100%;
  height: 2px;
  background: #555;
  position: absolute;
  left: 0;
  -webkit-transition: .4s;
          transition: .4s;
}

.header-nav .op-groval-menu div span:nth-of-type(1) {
  top: 0;
}

.header-nav .op-groval-menu div span:nth-of-type(2) {
  top: 8px;
}

.header-nav .op-groval-menu div span:nth-of-type(3) {
  bottom: 0;
}

.lang-menu-open .header-nav .nav-lang span {
  opacity: 0;
  -webkit-transition: .4s;
          transition: .4s;
}

.lang-menu-open .header-nav .op-lang-menu:before, .lang-menu-open .header-nav .op-lang-menu:after {
  opacity: 1;
  -webkit-transition: .4s;
          transition: .4s;
}

.groval-menu-open .header-nav .op-groval-menu div span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg);
}

.groval-menu-open .header-nav .op-groval-menu div span:nth-of-type(2) {
  opacity: 0;
}

.groval-menu-open .header-nav .op-groval-menu div span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
          transform: translateY(-8px) rotate(45deg);
}

.DISP-PC .header-nav {
  padding-top: 4px;
}

.DISP-PC .header-nav li {
  height: 30px;
  cursor: pointer;
}

.DISP-PC .header-nav .nav-lang {
  font-size: 14px;
  font-size: 1.4rem;
}

.DISP-PC .header-nav .op-lang-menu:before, .DISP-PC .header-nav .op-lang-menu:after {
  width: 34px;
  left: 14px;
}

.DISP-PC .header-nav .op-lang-menu:before {
  -webkit-transform: translateY(14px) rotate(-45deg);
          transform: translateY(14px) rotate(-45deg);
}

.DISP-PC .header-nav .op-lang-menu:after {
  -webkit-transform: translateY(-14px) rotate(45deg);
          transform: translateY(-14px) rotate(45deg);
}

.DISP-PC .header-nav .op-groval-menu div {
  width: 34px;
  height: 22px;
}

.DISP-PC .header-nav .op-groval-menu div span:nth-of-type(2) {
  top: 10px;
}

.DISP-PC.groval-menu-open .header-nav .op-groval-menu div span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}

.DISP-PC.groval-menu-open .header-nav .op-groval-menu div span:nth-of-type(2) {
  opacity: 0;
}

.DISP-PC.groval-menu-open .header-nav .op-groval-menu div span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}

.DISP-PC .groval-menu-open .header-nav .op-groval-menu div {
  height: 18px;
}

.wall {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
}

.wrapper.sidr-open {
  position: fixed !important;
  left: 0 !important;
}

.hide {
  display: none !important;
}

.drawer-menu {
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 100;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer-menu.right {
  left: auto;
  right: -100%;
}

.drawer-menu.left {
  left: -100%;
  right: auto;
}

.drawer-menu .drawer-menu-contents {
  font-size: 12px;
  font-size: 1.2rem;
  width: 270px;
  min-height: 100%;
  background: #fff;
  float: right;
  position: relative;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.drawer-menu .close-menu {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
}

.DISP-PC .drawer-menu-contents {
  font-size: 14px;
  font-size: 1.4rem;
  width: 350px;
}

.menu-head {
  padding: 8px 15px;
  background: #f5f5f5;
}

.menu-head .ttl {
  font-weight: bold;
}

.menu-head .ttl .icon-time {
  font-size: 14px;
  font-size: 1.4rem;
  padding-right: 4px;
}

.menu-head dl dt {
  float: left;
  clear: left;
  width: 6em;
}

.menu-head dl dd {
  float: left;
}

.DISP-PC .menu-head {
  padding: 15px 20px;
}

.DISP-PC .menu-head .ttl {
  margin-bottom: 4px;
}

.DISP-PC .menu-head .ttl .icon-time {
  font-size: 15px;
  font-size: 1.5rem;
}

.menu-phone a {
  display: block;
  padding: 16px 0;
  text-align: center;
  line-height: 25px;
}

.menu-phone a .icon-call {
  font-size: 25px;
  font-size: 2.5rem;
  padding-right: 15px;
}

.gnav {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.gnav li {
  width: 50%;
  float: left;
}

.gnav li:nth-child(2n) a {
  border-right: none;
}

.gnav li.border-none a {
  border-bottom: none;
}

.gnav a {
  display: block;
  text-align: center;
  padding: 16px 0;
  line-height: 1.1;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.gnav a [class^="icon-"] {
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 10px;
}

.DISP-PC .gnav a {
  padding: 16px 0;
}

.DISP-PC .gnav a [class^="icon-"] {
  font-size: 50px;
  font-size: 5rem;
  margin-bottom: 10px;
}

.langnav {
  border-bottom: 1px solid #ccc;
}

.langnav li {
  width: 50%;
  float: left;
}

.langnav li:nth-child(2n) a {
  border-right: none;
}

.langnav li:last-child a {
  border-bottom: none;
}

.langnav a {
  display: block;
  text-align: center;
  padding: 22px 0;
  line-height: 1.1;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.DISP-PC .langnav a {
  display: block;
  text-align: center;
  padding: 26px 0;
  line-height: 1.1;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.menu-sns {
  padding: 12px 15px;
}

.menu-sns .ttl {
  font-size: 11px;
  font-size: 1.1rem;
  color: #999;
  margin-bottom: 8px;
}

.menu-sns ul {
  font-size: 0;
}

.menu-sns li {
  display: inline-block;
  border-right: 1px solid #ccc;
}

.menu-sns li:first-child a {
  padding-left: 0;
}

.menu-sns li:last-child {
  border-right: none;
}

.menu-sns li:last-child a {
  padding-right: 0;
}

.menu-sns a {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  padding: 0 18px;
  line-height: 1.1;
}

.menu-sns .icon-lineatt {
  color: #00c300;
}

.menu-sns .icon-facebook {
  color: #3b5998;
}

.menu-sns .icon-twitter {
  color: #54c3f1;
}

.DISP-PC .menu-sns {
  padding: 16px 20px;
}

.DISP-PC .menu-sns .ttl {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 12px;
}

.DISP-PC .menu-sns a {
  font-size: 30px;
  font-size: 3rem;
}

.menu-online {
  border-top: 1px solid #ccc;
}

.menu-online a {
  display: block;
  padding: 12px 0 16px;
  text-align: center;
  line-height: 25px;
}

.menu-online a .icon-shopping {
  font-size: 30px;
  font-size: 3rem;
  padding-right: 10px;
  color: #ea5550;
  line-height: 30px;
}

.menu-parco {
  border-top: 10px solid #ccc;
  font-size: 11px;
  font-size: 1.1rem;
}

.menu-parco .ttl {
  line-height: 1.1;
  background: #f5f5f5;
  padding: 12px 14px;
}

.menu-parco li {
  height: 46px;
  display: table;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.menu-parco li a {
  display: table-cell;
  vertical-align: middle;
  padding: 0 14px;
}

.DISP-PC .menu-parco {
  font-size: 14px;
  font-size: 1.4rem;
}

.DISP-PC .menu-parco .ttl {
  padding: 16px 20px;
}

.DISP-PC .menu-parco li {
  height: 54px;
}

.DISP-PC .menu-parco li a {
  padding: 0 20px;
}

.head-information {
  background: #f5f5f5;
  padding: 12px 0;
}

.head-information .info-telop {
  margin: 10px 0 12px;
  padding: 0 10px;
}

.head-information .info-telop div {
  background: #fff;
  border: 1px solid #555;
  padding: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}

.head-information .info-telop div a {
  text-decoration: underline;
}

.head-information .info-openhour {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 8px;
  padding: 0 10px;
  letter-spacing: 0;
}

.head-information .info-openhour .ttl {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-weight: bold;
  font-size: 10px;
  font-size: 1rem;
}

.head-information .info-openhour .txt {
  display: inline-block;
  vertical-align: middle;
}

.head-information .info-openhour .txt a {
  font-size: 9px;
  font-size: .9rem;
  text-decoration: underline;
}

.head-information .info-openhour .icon-time {
  font-size: 13px;
  font-size: 1.3rem;
  padding-right: 4px;
}

.head-information .info-searchword {
  padding: 0 10px;
  margin-bottom: 10px;
}

.head-information .searchword .inputText {
  height: 35px;
  width: calc(100% - 35px);
  padding: 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
}

.head-information .searchword .inputSubmit {
  height: 35px;
  width: 35px;
}

.head-information .searchword :placeholder-shown {
  font-size: 11px;
  font-size: 1.1rem;
}

.head-information .searchword ::-webkit-input-placeholder {
  font-size: 11px;
  font-size: 1.1rem;
}

.head-information .searchword :-moz-placeholder {
  font-size: 11px;
  font-size: 1.1rem;
}

.head-information .searchword ::-moz-placeholder {
  font-size: 11px;
  font-size: 1.1rem;
}

.head-information .searchword :-ms-input-placeholder {
  font-size: 11px;
  font-size: 1.1rem;
}

.head-information .info-taglist-in {
  opacity: 0;
  position: absolute;
}

.head-information .info-taglist-in.tag-active {
  opacity: 1;
  -webkit-transition: opacity 1s;
          transition: opacity 1s;
}

.DISP-PC .head-information {
  padding: 12px 10px 5px;
}

.DISP-PC .head-information .information-in {
  position: relative;
  max-width: 1000px;
  margin: auto;
}

.DISP-PC .head-information .info-telop {
  margin: 12px 0 20px;
  padding: 0;
}

.DISP-PC .head-information .info-telop div {
  padding: 14px 20px;
}

.DISP-PC .head-information .info-openhour {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0;
  padding: 8px 0 0;
  float: left;
  width: 60%;
}

.DISP-PC .head-information .info-openhour .ttl {
  font-size: 14px;
  font-size: 1.4rem;
}

.DISP-PC .head-information .info-openhour .txt a {
  font-size: 11px;
  font-size: 1.1rem;
}

.DISP-PC .head-information .info-openhour .txt a:hover {
  text-decoration: none;
}

.DISP-PC .head-information .info-openhour .icon-time {
  font-size: 15px;
  font-size: 1.5rem;
}

.DISP-PC .head-information .info-searchword {
  padding: 0;
  margin-bottom: 0;
  float: right;
  width: 40%;
}

.DISP-PC .head-information .searchword .inputText {
  height: 30px;
  width: calc(100% - 30px);
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0 14px;
}

.DISP-PC .head-information .searchword .inputSubmit {
  height: 30px;
  width: 30px;
  background-size: 16px;
}

.DISP-PC .head-information .info-taglist {
  clear: both;
  padding-top: 20px;
  height: auto !important;
}

.DISP-PC .head-information .info-taglist-in {
  opacity: 1;
  position: static;
}

/*------------------------------------------
  footer
------------------------------------------*/

.section-subbnr.section-type01 {
  padding: 20px 0;
}

.subbnr-slider {
  overflow: hidden;
}

.subbnr-slider .slick-list {
  overflow: visible;
  -webkit-overflow-scrolling: touch;
}

.subbnr-slider .slick-slide {
  padding: 0 5px;
}

.subbnr-slider .slick-arrow {
  display: none !important;
}

.subbnr-slider .slideitem {
  display: inline-block;
  width: 50%;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.DISP-PC .subbnr-slider .slick-arrow {
  display: block !important;
}

.DISP-PC .subbnr-slider .slick-prev {
  left: 8px;
}

.DISP-PC .subbnr-slider .slick-next {
  right: 8px;
}

.DISP-PC .subbnr-slider .slideitem {
  width: 25%;
}

.foot-map .map {
  width: 100%;
  height: 350px;
}

.DISP-PC .foot-map {
  float: left;
  width: 52%;
  margin-bottom: 40px;
}

.foot-information {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 20px;
}

.foot-information .info-location {
  padding: 0 15px;
}

.foot-information .location-box {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.foot-information .location-box:last-child {
  border-bottom: none;
}

.foot-information .location-box .ttl, .foot-information .location-box .txt, .foot-information .location-box .btn {
  display: table-cell;
  vertical-align: middle;
}

.foot-information .location-box .ttl {
  font-weight: bold;
}

.foot-information .location-box .txt {
  width: 44%;
}

.foot-information .location-box .btn {
  width: 40%;
  padding-left: 16px;
}

.foot-information .location-box .btn span {
  padding-right: 6px;
}

.foot-information .info-openhour .cont-ttl {
  font-size: 14px;
  font-size: 1.4rem;
}

.foot-information .info-openhour li {
  border-bottom: 1px solid #eee;
}

.foot-information .info-openhour .list-in {
  display: block;
  padding: 16px 15px;
}

.foot-information .info-openhour .list-in span {
  display: inline-block;
  vertical-align: middle;
}

.foot-information .info-openhour .list-in .ttl {
  font-weight: bold;
    width: 35%;
  padding-right: 10px;
}
.foot-information .info-openhour .list-in .txt {
  width: 60%;
}
.DISP-PC .foot-information {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 50px auto 60px;
  width: 45%;
}

.DISP-PC .foot-information .info-location {
  padding: 0 0 20px;
}

.DISP-PC .foot-information .location-box {
  padding: 12px 20px;
}

.DISP-PC .foot-information .location-box:first-child {
  padding-top: 0;
}

.DISP-PC .foot-information .location-box-phone .btn {
  visibility: hidden;
}

.DISP-PC .foot-information .info-openhour .cont-ttl {
  font-size: 16px;
  font-size: 1.6rem;
}

.DISP-PC .foot-information .info-openhour .list-in {
  padding: 18px 20px;
}

.foot-link a {
  margin-bottom: 15px;
  position: relative;
}

.foot-link a:last-child {
  margin-bottom: 0;
}

.foot-link a span {
  font-size: 24px;
  font-size: 2.4rem;
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -.7em;
}

.DISP-PC .foot-link {
  clear: both;
}

.DISP-PC .foot-link a span {
  font-size: 30px;
  font-size: 3rem;
  top: 50%;
  margin-top: -.7em;
}

.site-footer {
  background: #222;
  padding: 25px 0 20px;
  text-align: center;
  color: #fff;
}

.site-footer .sitelogo {
  width: 120px;
  display: inline-block;
  margin-bottom: 18px;
}

.site-footer .sitelogo svg {
  fill: #fff;
}

.site-footer .copyright {
  font-size: 9px;
  font-size: .9rem;
}

.DISP-PC .site-footer {
  padding: 60px 0 34px;
}

.DISP-PC .site-footer .sitelogo {
  width: 180px;
  margin-bottom: 36px;
}

.DISP-PC .site-footer .copyright {
  font-size: 10px;
  font-size: 1rem;
}

/*------------------------------------------
  Contents
------------------------------------------*/

.wrapper {
  overflow: hidden;
}

.breadcrumb {
  padding: 10px 15px;
  font-size: 10px;
  font-size: 1rem;
  color: #888;
}

.breadcrumb li {
  display: inline;
}

.breadcrumb a {
  color: #888;
  display: inline-block;
  padding-right: 10px;
}

.breadcrumb a .link {
  text-decoration: underline;
}

.DISP-PC .breadcrumb {
  padding: 15px 10px;
  max-width: 1000px;
  margin: auto;
  font-size: 12px;
  font-size: 1.2rem;
}

.DISP-PC .breadcrumb a {
  padding-right: 10px;
}

.searchword {
  position: relative;
  background: #555;
  border: 1px solid #999;
  border-radius: 4px;
}

.searchword .inputText {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  width: calc(100% - 40px);
  height: 38px;
  padding: 0 14px;
  background: #fff;
  border-radius: 4px 0 0 4px / 4px 0 0 4px;
}

.searchword :placeholder-shown {
  font-size: 14px;
  font-size: 1.4rem;
}

.searchword ::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}

.searchword :-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}

.searchword ::-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}

.searchword :-ms-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}

.searchword .inputSubmit {
  height: 38px;
  width: 40px;
  background: inherit;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20600%20600%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bisolation%3Aisolate%3B%7D.cls-2%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20data-name%3D%2235-interface%20-%20search%22%20class%3D%22cls-1%22%3E%3Cg%20data-name%3D%2235-interface%20-%20search%22%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M578%2C554.11%2C419.82%2C395.89c34.91-40.45%2C56.78-92.47%2C56.78-150.08%2C0-127.46-103.32-230.76-230.76-230.76S15.08%2C118.35%2C15.08%2C245.81%2C118.4%2C476.57%2C245.84%2C476.57c57.62%2C0%2C109.64-21.86%2C150.08-56.78L554.14%2C578A16.9%2C16.9%2C0%2C0%2C0%2C578%2C554.11Zm-332.2-113C138%2C441.08%2C50.58%2C353.66%2C50.58%2C245.81S138%2C50.55%2C245.84%2C50.55%2C441.1%2C138%2C441.1%2C245.81%2C353.68%2C441.08%2C245.84%2C441.08Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 4px 4px 0 / 0 4px 4px 0;
}

.selectBox {
  width: 100%;
  overflow: hidden;
  border: 1px solid #999;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
}

.selectBox select {
  font-size: 14px;
  font-size: 1.4rem;
  width: 120%;
  height: 38px;
  padding: 0 14px;
}

.selectBox:before, .selectBox:after {
  content: "";
  position: absolute;
}

.selectBox:before {
  right: -1px;
  top: -1px;
  width: 40px;
  height: 40px;
  border: 1px solid #555;
  background: #555;
  border-radius: 0 4px 4px 0 / 0 4px 4px 0;
}

.selectBox:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -8px;
}

.page-navi {
  background: #f5f5f5;
  padding: 20px 0;
  text-align: center;
}

.page-navi ul {
  font-size: 0;
}

.page-navi li {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1;
}

.page-navi li p {
  display: table;
  width: 100%;
  height: 30px;
  color: #ccc;
}

.page-navi li p a {
  display: table-cell;
  vertical-align: middle;
}

.page-navi li.pager {
  width: 34%;
  position: relative;
}

.page-navi li.pager:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -6px;
}

.page-navi li.pager-prev:before {
  border-bottom: 1px solid;
  border-left: 1px solid;
  left: 2px;
}

.page-navi li.pager-next:before {
  border-top: 1px solid;
  border-right: 1px solid;
  right: 2px;
}

.page-navi li.pager-nolink:before {
  border-color: #ccc;
}

.page-navi li.pager-nolink a {
  color: #ccc;
  cursor: default;
  pointer-events: none;
}

.page-navi li.pager-all {
  width: 26%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.DISP-PC .page-navi {
  max-width: 800px;
  margin: auto;
  background: none;
  padding: 40px 0 50px;
}

.DISP-PC .page-navi li.pager {
  width: 20%;
}

.DISP-PC .page-navi li.pager-all {
  width: 20%;
}

.floorlist-contents {
  font-size: 13px;
  font-size: 1.3rem;
}

.floorlist-contents .shoplist {
  margin-bottom: 15px;
}

.floorlist .floor-trigger {
  padding: 0 15px;
}

.floorlist .floor-trigger .trigger {
  display: table;
  width: 100%;
  padding: 15px 0;
  position: relative;
  border-top: 1px solid #ccc;
}

.floorlist .floor-trigger .trigger p {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.1;
}

.floorlist .floor-trigger .sp-trigger:before, .floorlist .floor-trigger .sp-trigger:after {
  position: absolute;
  top: 50%;
}

.floorlist .floor-trigger .sp-trigger:before {
  content: "";
  width: 30px;
  height: 30px;
  background: #555;
  right: 0;
  margin-top: -15px;
  border-radius: 4px;
}

.floorlist .floor-trigger .sp-trigger:after {
  content: "＋";
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  right: 10px;
  margin-top: -5px;
  line-height: 1;
}

.floorlist .floor-trigger .sp-trigger.trigger-open {
  border-bottom: 1px dotted #ccc;
}

.floorlist .floor-trigger .sp-trigger.trigger-open:after {
  content: "ー";
}

.floorlist .floor-trigger .floor-num {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  border-right: 1px solid;
  text-align: center;
  width: 3em;
}

.floorlist .floor-trigger .floor-category {
  padding-left: 15px;
  padding-right: 76px;
}

.section-shopsearch {
  padding-bottom: 0;
}

.section-shopsearch .search-trigger p {
  line-height: 1.1;
  padding: 20px 15px;
  position: relative;
}

.section-shopsearch .search-trigger .trigger {
  cursor: pointer;
  position: relative;
}

.section-shopsearch .search-trigger .trigger:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -6px;
}

.section-shopsearch .search-trigger .pc-trigger {
  display: none;
}

.section-shopsearch .serch-contents .button-type01 a {
  background: #fff;
}

.section-shopsearch .serch-contents .shoplist {
  margin-bottom: 15px;
}

.section-shopsearch .serch-contents-hide {
  display: none;
}

.section-shopsearch .serch-contents-form {
  padding: 0 15px 18px;
}

.section-shopsearch .shopsearch-all {
  padding: 15px 0;
}

.section-shopsearch .shopsearch-shoplist01 .serch-contents {
  padding-top: 15px;
  padding-bottom: 25px;
}

.section-shopsearch .shopsearch-shoplist02 .serch-contents {
  padding-top: 25px;
  padding-bottom: 20px;
}

.section-shopsearch .shopsearch-shoplist02 .shoplist {
  margin-bottom: 0;
}

.section-shopsearch .floorlist-nav {
  padding: 0 15px;
  margin-bottom: 20px;
  font-size: 12px;
  font-size: 1.2rem;
}

.section-shopsearch .floorlist-contents {
  font-size: 13px;
  font-size: 1.3rem;
}

.section-shopsearch .floorlist .floor-trigger {
  padding: 0 15px;
}

.section-shopsearch .floorlist .floor-trigger .trigger {
  display: table;
  width: 100%;
  padding: 15px 0;
  position: relative;
  border-top: 1px solid #ccc;
}

.section-shopsearch .floorlist .floor-trigger .trigger p {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.1;
}

.section-shopsearch .floorlist .floor-trigger .sp-trigger:before, .section-shopsearch .floorlist .floor-trigger .sp-trigger:after {
  position: absolute;
  top: 50%;
}

.section-shopsearch .floorlist .floor-trigger .sp-trigger:before {
  content: "";
  width: 30px;
  height: 30px;
  background: #555;
  right: 0;
  margin-top: -15px;
  border-radius: 4px;
}

.section-shopsearch .floorlist .floor-trigger .sp-trigger:after {
  content: "＋";
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  right: 10px;
  margin-top: -5px;
  line-height: 1;
}

.section-shopsearch .floorlist .floor-trigger .sp-trigger.trigger-open {
  border-bottom: 1px dotted #ccc;
}

.section-shopsearch .floorlist .floor-trigger .sp-trigger.trigger-open:after {
  content: "ー";
}

.section-shopsearch .floorlist .floor-trigger .floor-num {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  border-right: 1px solid;
  text-align: center;
  width: 3em;
}

.section-shopsearch .floorlist .floor-trigger .floor-category {
  padding-left: 15px;
  padding-right: 76px;
}

.section-shopsearch .floor-contents {
  display: none;
  padding: 20px 0;
}

.DISP-PC .section-shopsearch {
  padding-bottom: 40px;
}

.DISP-PC .section-shopsearch .shopsearch {
  border-top: none;
}

.DISP-PC .section-shopsearch .shopsearch-block {
  float: left;
  width: 48%;
  margin-bottom: 50px;
}

.DISP-PC .section-shopsearch .shopsearch-block:nth-child(2) {
  float: right;
}

.DISP-PC .section-shopsearch .shopsearch-block:nth-child(3) {
  float: none;
  width: 100%;
  clear: both;
  margin-bottom: 0;
}

.DISP-PC .section-shopsearch .search-trigger {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.DISP-PC .section-shopsearch .search-trigger p {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 20px 0;
}

.DISP-PC .section-shopsearch .search-trigger .trigger {
  display: none;
}

.DISP-PC .section-shopsearch .search-trigger .pc-trigger {
  display: block;
}

.DISP-PC .section-shopsearch .serch-contents {
  background: #fff;
  padding: 0;
}

.DISP-PC .section-shopsearch .serch-contents .button-type01 a:hover {
  background: #999;
}

.DISP-PC .section-shopsearch .serch-contents-hide {
  display: block !important;
}

.DISP-PC .section-shopsearch .serch-contents-form {
  padding: 0;
}

.DISP-PC .section-shopsearch .shopsearch-floor {
  margin-bottom: 15px;
}

.DISP-PC .section-shopsearch .shopsearch-shoplist01 .shoplist {
  margin-bottom: 20px;
}

.DISP-PC .section-shopsearch .shopsearch-shoplist01 .shoplist li {
  width: 100%;
  margin-right: 0;
  border-bottom: 1px solid #ccc;
}

.DISP-PC .section-shopsearch .shopsearch-shoplist01 .shoplist li a {
  padding: 15px 0;
}

.DISP-PC .section-shopsearch .shopsearch-shoplist01 .shoplist li:first-child a {
  padding-top: 0;
}

.DISP-PC .section-shopsearch .shopsearch-shoplist01 .shoplist .item-photo {
  display: table-cell;
  vertical-align: middle;
  width: 45%;
}

.DISP-PC .section-shopsearch .shopsearch-shoplist01 .shoplist .item-text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}

.DISP-PC .section-shopsearch .shopsearch-shoplist01 .button a {
  width: 300px;
  padding: 10px 0;
  font-size: 14px;
  font-size: 1.4rem;
}

.DISP-PC .section-shopsearch .shopsearch-shoplist02 .search-trigger p {
  padding-top: 0;
}

.DISP-PC .section-shopsearch .shopsearch-word {
  margin-bottom: 15px;
}

.DISP-PC .section-shopsearch .shopsearch-word .search-trigger {
  border-bottom: none;
  margin-bottom: 0;
}

.DISP-PC .section-shopsearch .shopsearch-category {
  margin-bottom: 15px;
}

.DISP-PC .section-shopsearch .shopsearch-category .search-trigger {
  border-bottom: none;
  margin-bottom: 0;
}

.DISP-PC .section-shopsearch .shopsearch-shopname {
  margin-bottom: 15px;
}

.DISP-PC .section-shopsearch .shopsearch-shopname .search-trigger {
  border-bottom: none;
  margin-bottom: 0;
}

.DISP-PC .section-shopsearch .floorlist-nav {
  padding: 0;
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}

.DISP-PC .section-shopsearch .floorlist-contents {
  font-size: 14px;
  font-size: 1.4rem;
}

.DISP-PC .section-shopsearch .floorlist .floor-trigger {
  padding: 0;
}

.DISP-PC .section-shopsearch .floorlist .floor-trigger .sp-trigger {
  display: none;
}

.DISP-PC .section-shopsearch .floorlist .floor-trigger .floor-category {
  padding-right: 15px;
}

.page-error .section-subbnr {
  display: none;
}

.section-error {
  padding: 10px 15px 0;
}

.section-error .sec-ttl {
  margin-bottom: 15px;
}

.section-error .sec-ttl h2 {
  font-weight: bold;
}

.DISP-PC .section-error {
  padding: 0;
  line-height: 1.7;
  text-align: center;
}

.DISP-PC .section-error .sec-contents {
  padding: 40px 0;
}

.DISP-PC .section-error .sec-ttl {
  margin-bottom: 25px;
}

.DISP-PC .section-error .sec-ttl h2 {
  font-size: 20px;
  font-size: 2rem;
}

/*  Crip
-------------------------*/

.clip-description .modalContentsIn {
  background: #fff;
  width: 84%;
  padding: 4%;
  margin: auto;
  border-radius: 15px;
}

.clip-description .ttl {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 10px;
  padding: 8px 0;
}

.clip-description .contents {
  font-weight: bold;
  font-size: 11px;
  font-size: 1.1rem;
}

.clip-description .clipBox01 {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

.clip-description .clipBox01 div {
  display: table-cell;
  vertical-align: middle;
}

.clip-description .clipBox01 .txt {
  width: 78%;
  padding-right: 4%;
}

.clip-description .clipBox01 .img {
  width: 18%;
}

.clip-description .clipBox02 {
  margin-bottom: 15px;
}

.clip-description .clipBox02 .button-type03 a {
  padding: 8px 0;
}

.clip-description .clipBox03 {
  font-size: 9px;
  font-size: .9rem;
}

.clip-description .download {
  text-align: center;
  margin-bottom: 10px;
}

.clip-description .download li {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
}

.clip-description .button {
  margin-top: 10px;
}

.clip-description .modalClose {
  background: #ea5550;
  top: -10px;
  -webkit-box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, .1);
          box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, .1);
}

.DISP-PC .clip-description .modalContentsIn {
  max-width: 500px;
  padding: 50px;
}

.DISP-PC .clip-description .ttl {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 25px;
}

.DISP-PC .clip-description .ttl br {
  display: none;
}

.DISP-PC .clip-description .clipBox01 {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 0;
}

.DISP-PC .clip-description .clipBox02 {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 26px 0 0 176px;
  margin-bottom: 0;
  background: url(/assets/images/common/img-pocketparco02.jpg) no-repeat left bottom;
}

.DISP-PC .clip-description .clipBox03 {
  display: none;
}

.DISP-PC .clip-description .button {
  margin-top: 10px;
}

/*------------------------------------------
  Parts
------------------------------------------*/

/*  Section
-------------------------*/

.section-type01 {
  padding: 40px 0;
  border-top: 10px solid #ccc;
}

.section-type02 {
  padding-bottom: 30px;
}

.sec-contents {
  max-width: 1000px;
  margin: auto;
}

.DISP-PC .section-type02 {
  padding-bottom: 40px;
}

.DISP-PC .sec-contents {
  padding: 0 10px;
}

/*  Title
-------------------------*/

.ttl-type01 {
  text-align: center;
  margin-bottom: 24px;
}

.ttl-type01 h2 {
  font-size: 27px;
  font-size: 2.7rem;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.3;
}

.ttl-type01 p {
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
}

.ttl-type01 .icon-shopping {
  color: #ea5550;
  font-size: 34px;
  font-size: 3.4rem;
  padding-right: 5px;
}

.ttl-type02 {
  background: #eee;
  padding: 12px 15px;
}

.ttl-type03 {
  padding: 20px 15px;
}

.ttl-type04 {
  padding: 12px 15px;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}

.ttl-type05 {
  padding: 12px 15px;
  color: #fff;
  background: #ea5550;
  font-size: 14px;
  font-size: 1.4rem;
}

.ttl-type06 {
  border-bottom: 1px solid #ccc;
  padding: 20px 15px 10px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

.DISP-PC .ttl-type01 {
  margin-bottom: 35px;
}

.DISP-PC .ttl-type01 h2 {
  font-size: 38px;
  font-size: 3.8rem;
}

.DISP-PC .ttl-type01 p {
  font-size: 14px;
  font-size: 1.4rem;
}

.DISP-PC .ttl-type01 .icon-shopping {
  font-size: 46px;
  font-size: 4.6rem;
  padding-right: 10px;
}

.DISP-PC .ttl-type02 {
  padding: 10px 20px;
  font-size: 16px;
  font-size: 1.6rem;
}

.DISP-PC .ttl-type03 {
  padding: 20px 0;
  font-size: 16px;
  font-size: 1.6rem;
}

.DISP-PC .ttl-type04 {
  padding: 20px 0;
  font-size: 16px;
  font-size: 1.6rem;
}

.DISP-PC .ttl-type05 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 25px;
}

/*  Arrow
-------------------------*/

.ar-type01 {
  position: relative;
}

.ar-type01:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
}

.ar-type02 {
  position: relative;
}

.ar-type02:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}

.ar-type03 {
  position: relative;
}

.ar-type03:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -2px;
}

.ar-type04 {
  position: relative;
}

.ar-type04:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #555 transparent;
  position: absolute;
  right: 4px;
  bottom: 4px;
}

.slick-arrow {
  width: 40px;
  height: 40px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 2;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.slick-arrow:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -5px;
}

.slick-prev:after {
  left: 17px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

.slick-next:after {
  right: 17px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/*  Button
-------------------------*/

.button-type01 {
  padding: 0 15px;
  text-align: center;
}

.button-type01 a {
  display: block;
  border: 1px solid #999;
  padding: 15px 0;
  border-radius: 4px;
}

.button-type02 {
  text-align: center;
}

.button-type02 a {
  display: block;
  border: 1px solid #999;
  padding: 10px 0;
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 4px;
}

.button-type03 {
  text-align: center;
}

.button-type03 a {
  display: block;
  color: #fff;
  padding: 10px 0;
  font-size: 11px;
  font-size: 1.1rem;
  background: #ea5550;
  border-radius: 4px;
}

.DISP-PC .button-type01 {
  padding: 0;
}

.DISP-PC .button-type01 a {
  display: inline-block;
  width: 380px;
  font-size: 16px;
  font-size: 1.6rem;
}

.DISP-PC .button-type01 a:hover {
  background: #999;
  color: #fff;
}

.DISP-PC .button-type02 a {
  display: inline-block;
  padding: 6px 10px;
}

.DISP-PC .button-type03 a {
  font-size: 12px;
  font-size: 1.2rem;
}

/*  Nav
-------------------------*/

.nav-style01 {
  text-align: center;
  line-height: 1.1;
}

.nav-style01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border: 1px solid #ea5550;
  overflow: hidden;
  border-radius: 4px;
}

.nav-style01 li {
  cursor: pointer;
  width: 100%;
  font-size: 11px;
  font-size: 1.1rem;
  border-right: 1px solid #ea5550;
}

.nav-style01 li:last-child {
  border-right: none;
}

.nav-style01 li .nav-in {
  display: table;
  width: 100%;
  height: 28px;
  color: #999;
}

.nav-style01 li .nav-in span {
  display: table-cell;
  vertical-align: middle;
}

.nav-style01 li .nav-in span .num {
  display: inline-block;
  min-width: 30px;
  margin-left: 3px;
  padding: 3px 0;
  line-height: 1;
  color: #999;
  border: 1px solid #999;
  border-radius: 15px;
  font-size: 11px;
  font-size: 1.1rem;
  font-family: "Roboto Condensed", sans-serif;
}

.nav-style01 li.current {
  background: #ea5550;
}

.nav-style01 li.current .nav-in {
  color: #fff;
}

.nav-style01 li.current .nav-in span .num {
  color: #ea5550;
  border: 1px solid #fff;
  background: #fff;
}

.DISP-PC .nav-style01 li {
  font-size: 13px;
  font-size: 1.3rem;
}

.DISP-PC .nav-style01 li .nav-in {
  height: 36px;
}

.DISP-PC .nav-style01 li .nav-in span .num {
  margin-left: 8px;
  padding: 3px 3px;
  border-radius: 30px;
  font-size: 13px;
  font-size: 1.3rem;
}

/*  Box
-------------------------*/

.box-type01 {
  margin-top: 40px;
  border-top: 1px solid #ccc;
}

/*  Text
-------------------------*/

.text-type01 {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 12px 15px;
}

.text-type01 p {
  margin-bottom: 16px;
}

.text-type01 p:last-child {
  margin-bottom: 0;
}

.DISP-PC .text-type01 {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 20px;
}

/*  Label
-------------------------*/

.label-type01 {
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
  line-height: 1.1;
  display: inline-block;
  background: #ea5550;
  padding: 7px 5px;
}

.label-type02 {
  font-size: 10px;
  font-size: 1rem;
  color: #ea5550;
  line-height: 1.1;
  display: inline-block;
  border: 1px solid #ea5550;
  padding: 3px 4px;
  border-radius: 2px;
}

.label-type03 {
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.1;
  display: inline-block;
  background: #555;
  padding: 3px 14px 2px;
  border-radius: 2px;
}

.DISP-PC .label-type01 {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 10px 8px;
}

/*  Item list
-------------------------*/

.list-type01 {
  padding: 0 2px;
  margin-bottom: 20px;
}

.list-type01 li {
  width: 50%;
  float: left;
  margin-bottom: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.list-type01 li:nth-child(odd) {
  padding-right: 1px;
}

.list-type01 li:nth-child(even) {
  padding-left: 1px;
}

.list-type01 li:nth-child(7), .list-type01 li:nth-child(8) {
  display: none;
}

.list-type01 a {
  display: block;
  position: relative;
}

.list-type01 a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 63%;
  opacity: .7;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .8)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .8) 0%, transparent 100%);
  z-index: 1;
}

.list-type01 .item-label {
  position: absolute;
  top: 0;
  left: 0;
}

.list-type01 .item-name {
  font-size: 13px;
  font-size: 1.3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

.list-type02 {
  margin-bottom: 20px;
}

.list-type02 li {
  border-bottom: 1px solid #ccc;
}

.list-type02 a {
  display: block;
  position: relative;
  padding: 4px 2px;
}

.list-type02 .item-label {
  /*position: absolute;*/
  right: 10px;
  top: 10px;
}

.list-type02 .item-label-wrap {
  margin-bottom: 10px;
}

.list-type02 .item-label-wrap .item-label2 {
  margin-right: 10px;
}

.list-type02 .item-label-wrap .item-label2:last-child {
  margin-right: 0;
}

.list-type02 .item-label2 {
  display: inline-block;
}

.list-type02 .item-photo {
  display: table-cell;
  vertical-align: middle;
  width: 35%;
  padding: 10px 0;
  position: relative;
}

.list-type02 .item-photo .label {
  position: absolute;
  top: 0;
  left: 0;
}

.list-type02 .item-text {
  display: table-cell;
  vertical-align: middle;
  width: 65%;
  padding: 10px 40px 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.list-type02 .floor {
  margin-bottom: 6px;
}

.list-type02 .sub {
  font-size: 11px;
  font-size: 1.1rem;
  color: #999;
  margin-bottom: 6px;
}

.list-type02 .date {
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
  font-family: "Roboto Condensed", sans-serif;
}

.list-type02 .shop {
  color: #555;
  font-weight: bold;
  margin-bottom: 6px;
}

.list-type02 .title {
  color: #555;
  font-weight: bold;
  margin-bottom: 6px;
}

.list-type02 .text {
  color: #555;
  font-weight: bold;
  margin-top: 10px;
}

.list-type02 .text02 {
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
}

.list-type02 .text03 {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 4px;
}

.list-type03 {
  padding: 0 2px;
  margin-bottom: 20px;
}

.list-type03 li {
  width: 33%;
  float: left;
  margin-bottom: 25px;
}

.list-type03 li:nth-child(3n+2) {
  margin: 0 .5% 25px;
}

.list-type03 li:nth-child(7), .list-type03 li:nth-child(8) {
  display: none;
}

.list-type03 a {
  display: block;
}

.list-type03 .item-text {
  padding: 8px 8px 0;
}

.list-type03 .text {
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  overflow: hidden;
}

.list-type03 .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.list-type03 .price {
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid #ccc;
  font-size: 13px;
  font-size: 1.3rem;
  color: #555;
  font-family: "Roboto Condensed", sans-serif;
}

.list-type03 .icon-cart {
  color: #ea5550;
  padding-right: 4px;
  font-size: 15px;
  font-size: 1.5rem;
}

.list-type04 {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap; /* スマホのときに .item-photo img のborder-topが消えるのを防ぐため下記のpadding-top追加 */
  padding-top: 1px;
}

.list-type04 ul {
  padding: 0 15px;
  font-size: 0;
}

.list-type04 li {
  white-space: normal;
  display: inline-block;
  vertical-align: top;
  width: 38%;
  margin-right: 15px;
}

.list-type04 li.wide {
  width: 45%;
}

.list-type04 li a {
  display: block;
}

.list-type04 .item-photo {
  margin-bottom: 10px;
}

.list-type04 .item-photo img {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.list-type04 .item-text .floor {
  margin-bottom: 6px;
}

.list-type04 .item-text .shop {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

.list-type04 .item-text .text {
  font-size: 11px;
  font-size: 1.1rem;
  color: #555;
  margin-top: 4px;
}

.list-type05 {
  margin-bottom: 20px;
}

.list-type05 ul {
  padding: 0 10px;
}

.list-type05 li {
  border: 1px solid #ccc;
  margin-bottom: 15px;
}

.list-type05 li:last-child {
  margin-bottom: 0;
}

.list-type05 a {
  display: block;
  position: relative;
  padding: 14px 19px 15px;
  color: #555;
}

.list-type05 .item-label {
  position: absolute;
  bottom: 14px;
  right: 19px;
}

.list-type05 .item-label-wrap {
  padding-bottom: 10px;
}

.list-type05 .item-label-wrap .item-label2 {
  margin-right: 10px;
}

.list-type05 .item-label-wrap .item-label2:last-child {
  margin-right: 0;
}

.list-type05 .item-label2 {
  display: inline-block;
}

.list-type05 .item-photo {
  padding: 0 25px 15px;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.list-type05 .item-photo .label {
  position: absolute;
  top: 0;
  left: 25px;
}

.list-type05 .item-photo-logo {
  display: none;
}

.list-type05 .item-text {
  padding-top: 15px;
}

.list-type05 .item-text .text {
  font-weight: bold;
  margin-bottom: 4px;
}

.list-type05 .item-text .date {
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
  font-family: "Roboto Condensed", sans-serif;
}

.list-type06 {
  margin-bottom: 20px;
}

.list-type06 li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}

.list-type06 li:first-child {
  border-top: 1px solid #ccc;
}

.list-type06 li:last-child {
  margin-bottom: 0;
}

.list-type06 a {
  display: block;
  position: relative;
  padding: 15px;
  color: #555;
}

.list-type06 .item-label {
  position: absolute;
  top: 0;
  left: 40px;
}

.list-type06 .item-photo {
  position: relative;
  padding: 0 40px;
}

.list-type06 .item-text {
  padding-top: 15px;
}

.list-type06 .item-text .floor {
  margin-bottom: 6px;
}

.list-type06 .item-text .shop {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.list-type06 .item-text .title {
  font-weight: bold;
  margin-bottom: 6px;
}

.list-type06 .item-text .text {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 8px;
  overflow: hidden;
}

.list-type06 .item-text .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.list-type06 .item-text .date {
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
  font-family: "Roboto Condensed", sans-serif;
}

.list-type07 li {
  border-bottom: 1px solid #ccc;
}

.list-type07 li:first-child {
  border-top: 1px solid #ccc;
}

.list-type07 a {
  display: block;
  padding: 10px 15px;
}

.list-type07 .item-photo {
  margin-bottom: 10px;
}

.list-type07 .item-text:before {
  right: 0;
}

.list-type07 .shop-info {
  display: table;
  width: 100%;
}

.list-type07 .shop-info .logo {
  display: table-cell;
  vertical-align: top;
  width: 35%;
}

.list-type07 .shop-info .text {
  display: table-cell;
  vertical-align: top;
  width: 65%;
  padding: 0 20px 0 12px;
}

.list-type07 .shop-info .text .floor {
  margin-bottom: 8px;
}

.list-type07 .shop-info .text .sub {
  font-size: 11px;
  font-size: 1.1rem;
  color: #999;
  margin-bottom: 6px;
}

.list-type07 .shop-info .text .shop {
  color: #555;
  font-weight: bold;
  margin-bottom: 6px;
}

.list-type07 .shop-info .text .txt {
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
}

.list-type07 .shop-text {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 5px;
}

.DISP-PC .list-type01 {
  padding: 0;
  margin-bottom: 35px;
}

.DISP-PC .list-type01 li {
  width: 24%;
  padding: 0;
  margin-right: 1.33%;
  margin-bottom: 1.33%;
  position: relative;
}

.DISP-PC .list-type01 li:nth-child(4n) {
  margin-right: 0;
}

.DISP-PC .list-type01 li:nth-child(7), .DISP-PC .list-type01 li:nth-child(8) {
  display: block;
}

.DISP-PC .list-type01 .item-name {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 14px;
}

.DISP-PC .list-type02 {
  margin-bottom: 35px;
}

.DISP-PC .list-type02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.DISP-PC .list-type02 li {
  width: 48%;
}

.DISP-PC .list-type02 li:nth-child(odd) {
  margin-right: 4%;
}

.DISP-PC .list-type02 a {
  padding: 10px 0;
}

.DISP-PC .list-type02 a:before {
  content: none;
}

.DISP-PC .list-type02 .item-label {
  right: 0;
  top: 20px;
}

.DISP-PC .list-type02 .item-photo {
  padding: 0;
}

.DISP-PC .list-type02 .item-text {
  padding: 20px 20px 20px 15px;
}

.DISP-PC .list-type02 .date {
  font-size: 13px;
  font-size: 1.3rem;
}

.DISP-PC .list-type02 .text {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 15px;
}

.DISP-PC .list-type03 {
  padding: 0;
  margin-bottom: 35px;
}

.DISP-PC .list-type03 li {
  width: 24%;
  padding: 0;
  margin-right: 1.33%;
  margin-bottom: 1.33%;
}

.DISP-PC .list-type03 li:nth-child(3n+2) {
  margin: 0 1.33% 1.33% 0;
}

.DISP-PC .list-type03 li:nth-child(4n) {
  margin-right: 0;
}

.DISP-PC .list-type03 li:nth-child(7), .DISP-PC .list-type03 li:nth-child(8) {
  display: block;
}

.DISP-PC .list-type03 .item-text {
  padding: 10px 0 0;
}

.DISP-PC .list-type03 .text {
  font-size: 14px;
  font-size: 1.4rem;
}

.DISP-PC .list-type03 .price {
  margin-top: 8px;
  padding-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}

.DISP-PC .list-type03 .icon-cart {
  padding-right: 8px;
  font-size: 18px;
  font-size: 1.8rem;
}

.DISP-PC .list-type04 {
  overflow: visible;
  white-space: normal;
}

.DISP-PC .list-type04 ul {
  padding: 0;
}

.DISP-PC .list-type04 li {
  width: 15%;
  margin-right: 2%;
}

.DISP-PC .list-type04 li:nth-child(6n) {
  margin-right: 0;
}

.DISP-PC .list-type04 .slick-slider li {
  margin: 0 7px;
}

.DISP-PC .list-type04 .item-text .text {
  font-size: 12px;
  font-size: 1.2rem;
}

.DISP-PC .list-type04 .slick-prev {
  left: 8px;
}

.DISP-PC .list-type04 .slick-next {
  right: 8px;
}

.DISP-PC .list-type05 ul {
  padding: 0;
}

.DISP-PC .list-type05 li {
  width: 32%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
}

.DISP-PC .list-type05 li:nth-child(3n) {
  margin-right: 0;
}

.DISP-PC .list-type05 a {
  display: block;
  position: relative;
  padding: 14px 19px 15px;
}

.DISP-PC .list-type05 .item-label {
  position: absolute;
  bottom: 14px;
  right: 19px;
}

.DISP-PC .list-type05 .item-photo {
  padding: 0 25px 15px;
  border-bottom: 1px solid #ccc;
}

.DISP-PC .list-type05 .item-photo-logo {
  display: block;
}

.DISP-PC .list-type05 .item-text {
  padding-top: 15px;
}

.DISP-PC .list-type05 .item-text .text {
  font-weight: bold;
  margin-bottom: 4px;
}

.DISP-PC .list-type05 .item-text .date {
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
  font-family: "Roboto Condensed", sans-serif;
}

.DISP-PC .list-type06 li {
  border: 1px solid #ccc;
  width: 32%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
}

.DISP-PC .list-type06 li:nth-child(3n) {
  margin-right: 0;
}

.DISP-PC .list-type06 .item-label {
  left: 0;
}

.DISP-PC .list-type06 .item-photo {
  padding: 0;
}

.DISP-PC .list-type07 li {
  border: 1px solid #ccc;
  width: 49%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  margin-bottom: 2%;
}

.DISP-PC .list-type07 li:nth-child(2n) {
  float: right;
}

.DISP-PC .list-type07 a {
  padding: 20px;
}

.DISP-PC .list-type07 .item-photo {
  margin-bottom: 15px;
}

.DISP-PC .list-type07 .item-text:before {
  content: none;
}

.DISP-PC .list-type07 .shop-info .text {
  padding: 0 0 0 20px;
}

.DISP-PC .list-type07 .shop-info .text .sub {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.DISP-PC .list-type07 .shop-info .text .shop {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 12px;
}

.DISP-PC .list-type07 .shop-info .text .txt {
  font-size: 13px;
  font-size: 1.3rem;
  color: #999;
}

.DISP-PC .list-type07 .shop-text {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 5px;
}

/*  Detail
-------------------------*/

.news-detail {
  -ms-word-break: break-all;
      word-break: break-all;
}

.news-detail .detail-entry {
  border-top: 1px solid #333;
  margin: 0 15px;
}

.news-detail .entry-head {
  position: relative;
  padding-bottom: 12px;
}

.news-detail .entry-head .info {
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
}

.news-detail .entry-head .info span {
  display: inline-block;
  vertical-align: middle;
}

.news-detail .entry-head .info .floor {
  margin-right: 10px;
}

.news-detail .entry-head .info .shop {
  font-size: 12px;
  font-size: 1.2rem;
}

.news-detail .entry-head .title {
  font-size: 17px;
  font-size: 1.7rem;
  padding: 15px 0 0;
  font-weight: bold;
}

.news-detail .entry-head .date {
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
  font-family: "Roboto Condensed", sans-serif;
  display: inline-block;
  margin-top: 6px;
}

.news-detail .entry-head .label {
  display: inline-block;
}

.news-detail .entry-head .label-wrap {
  display: inline-block;
}

.news-detail .entry-head .label2 {
  display: inline-block;
  margin-right: 5px;
}

.news-detail .entry-head .label2:last-child {
  margin-right: 0;
}

.news-detail .entry-head .clip {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 12px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  color: #999;
}

.news-detail .entry-head .clip .icon-heart:before {
  color: #ea5550;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.1;
}

.news-detail .entry-photo-slider .slick-arrow {
  display: none !important;
}

.news-detail .entry-photo-slider .slick-dots {
  width: 100%;
  padding: 9px 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  position: relative;
}

.news-detail .entry-photo-slider .slick-dots li {
  display: inline-block;
  padding-left: 5px;
  width: 40px;
  width: 12.5vw;
}

.news-detail .entry-photo-slider .slick-dots li .slider-thumb img {
  display: block;
  opacity: .7;
  width: 100%;
  height: 100%;
}

.news-detail .entry-photo-slider .slick-dots li:first-child {
  padding-left: 0;
}

.news-detail .entry-photo-slider .slick-dots li.slick-active .slider-thumb img {
  position: relative;
  opacity: 1;
  border: 2px solid #555;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.news-detail .entry-body .body-text {
  color: #555;
  margin-bottom: 20px;
}

.news-detail .entry-body .body-text strong {
  font-weight: bold;
}

.news-detail .entry-body .body-text a {
  text-decoration: underline;
}

.news-detail .entry-body .body-wear {
  margin-bottom: 20px;
  position: relative;
}

.news-detail .entry-body .wear_staff_info div p {
  display: table-cell;
  vertical-align: middle;
}

.news-detail .entry-body .wear_staff_info .wear_staff_detail {
  padding-left: 12px;
  font-size: 12px;
  font-size: 1.2rem;
}

.news-detail .entry-body .wear_staff_info #wear_profile_image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.news-detail .entry-body .wear_logo_area {
  position: absolute;
  right: 0;
  bottom: 0;
}

.news-detail .entry-body .wear_logo_area img {
  width: 85px;
}

.news-detail .entry-body .body-taglist {
  padding-bottom: 20px;
}

.news-detail .detail-online {
  margin-bottom: 34px;
  color: #555;
}

.news-detail .detail-online .item-sammay {
  padding: 15px 15px 0;
}

.news-detail .detail-online .item-sammay .num {
  font-size: 10px;
  font-size: 1rem;
  color: #888;
  margin-bottom: 4px;
}

.news-detail .detail-online .item-sammay .name {
  font-weight: bold;
  margin-bottom: 4px;
}

.news-detail .detail-online .item-sammay .price {
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
}

.news-detail .detail-online .item-sammay .price .line-through {
  text-decoration: line-through;
}

.news-detail .detail-online .item-sammay .price .new-price {
  color: #ea5550;
  padding-left: 10px;
}

.news-detail .detail-online .item-sammay .price .txt {
  font-weight: normal;
  font-size: 10px;
  font-size: 1rem;
  color: #ea5550;
}

.news-detail .detail-online .table .button a {
  text-decoration: none;
}

.news-detail .detail-online .table table tr:first-child {
  border-top: 1px dashed #ccc;
}

.news-detail .detail-online .table table td {
  width: 33%;
  font-size: 11px;
  font-size: 1.1rem;
  vertical-align: middle;
}

.news-detail .detail-online .table table .state {
  font-size: 10px;
  font-size: 1rem;
  color: #999;
}

.news-detail .detail-online .btn-online {
  margin-top: 30px;
}

.news-detail .detail-online .btn-online a {
  font-size: 18px;
  font-size: 1.8rem;
}

.news-detail .detail-online .btn-online a .icon-shopping {
  display: inline-block;
  margin-right: 10px;
  font-size: 28px;
  font-size: 2.8rem;
  color: #fff;
  margin-top: -7px;
}

.news-detail .detail-share {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.news-detail .detail-share ul {
  font-size: 0;
  text-align: center;
}

.news-detail .detail-share li {
  display: inline-block;
  font-size: 26px;
  font-size: 2.6rem;
}

.news-detail .detail-share li:last-child a:after {
  content: none;
}

.news-detail .detail-share a {
  display: block;
  padding: 4px 25px;
  position: relative;
}

.news-detail .detail-share a:after {
  content: "";
  width: 1px;
  height: 15px;
  background: #ccc;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
}

.news-detail .detail-share .icon-line {
  color: #00c300;
}

.news-detail .detail-share .icon-facebook {
  color: #3b5998;
}

.news-detail .detail-share .icon-twitter {
  color: #54c3f1;
}

.news-detail .detail-share .icon-messenger {
  color: #0084ff;
}

.news-detail .detail-online .btn-online a {
  font-size: 15px;
  font-size: 1.5rem;
}

.news-detail .detail-online .btn-online a .icon-shopping {
  margin-right: 5px;
  font-size: 23px;
  font-size: 2.3rem;
  margin-top: -7px;
}

.DISP-PC .news-detail {
  max-width: 1000px;
  margin: auto;
  padding: 0 10px;
}

.DISP-PC .news-detail .detail-entry {
  margin: 0 auto 40px;
  border-top: none;
}

.DISP-PC .news-detail .entry-head {
  padding-bottom: 20px;
}

.DISP-PC .news-detail .entry-head .info {
  padding: 35px 0 15px;
  border-bottom: 1px dashed #ccc;
}

.DISP-PC .news-detail .entry-head .info .shop {
  font-size: 14px;
  font-size: 1.4rem;
}

.DISP-PC .news-detail .entry-head .title {
  font-size: 20px;
  font-size: 2rem;
  padding: 30px 0 0;
}

.DISP-PC .news-detail .entry-head .date {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 10px;
}

.DISP-PC .news-detail .entry-head .clip {
  bottom: 35px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
}

.DISP-PC .news-detail .entry-head .clip .icon-heart:before {
  font-size: 24px;
  font-size: 2.4rem;
}

.DISP-PC .news-detail .entry-photo {
  float: left;
  width: 48%;
  margin: auto;
  margin-bottom: 0;
}

.DISP-PC .news-detail .entry-photo-slider .slick-dots {
  white-space: normal;
}

.DISP-PC .news-detail .entry-photo-slider .slick-dots li {
  width: 15%;
  padding: 0;
  margin-right: 2%;
  margin-bottom: 1%;
}

.DISP-PC .news-detail .entry-photo-slider .slick-dots li:nth-child(6n) {
  margin-right: 0;
}

.DISP-PC .news-detail .entry-body {
  padding-bottom: 20px;
  margin-left: 52%;
}

.DISP-PC .news-detail .entry-body .body-text {
  margin-bottom: 35px;
}

.DISP-PC .news-detail .entry-body .body-wear {
  margin-bottom: 35px;
}

.DISP-PC .news-detail .entry-body .wear_staff_info .wear_staff_detail {
  padding-left: 16px;
  font-size: 14px;
  font-size: 1.4rem;
}

.DISP-PC .news-detail .entry-body .wear_staff_info #wear_profile_image {
  width: 80px;
  height: 80px;
  cursor: pointer;
}

.DISP-PC .news-detail .entry-body .wear_logo_area {
  cursor: pointer;
}

.DISP-PC .news-detail .entry-body .wear_logo_area img {
  width: 120px;
}

.DISP-PC .news-detail .entry-body .body-taglist {
  padding-bottom: 0;
}

.DISP-PC .news-detail .detail-online {
  margin: 0 auto 40px;
}

.DISP-PC .news-detail .detail-online .item-sammay {
  padding: 30px 0 0;
  float: left;
  width: 48%;
}

.DISP-PC .news-detail .detail-online .item-sammay .num {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.DISP-PC .news-detail .detail-online .item-sammay .name {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 8px;
}

.DISP-PC .news-detail .detail-online .item-sammay .price {
  font-size: 15px;
  font-size: 1.5rem;
}

.DISP-PC .news-detail .detail-online .item-sammay .price .txt {
  font-size: 12px;
  font-size: 1.2rem;
}

.DISP-PC .news-detail .detail-online .table {
  padding: 30px 0 0;
  float: right;
  width: 48%;
}

.DISP-PC .news-detail .detail-online .table table td {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 14px 0;
}

.DISP-PC .news-detail .detail-online .table table .state {
  font-size: 13px;
  font-size: 1.3rem;
}

.DISP-PC .news-detail .detail-share li {
  font-size: 30px;
  font-size: 3rem;
}

.DISP-PC .news-detail .detail-share a {
  padding: 8px 40px;
  position: relative;
}

.DISP-PC .news-detail .detail-share a:after {
  height: 20px;
  margin-top: -10px;
}

.shop-detail {
  color: #555;
}

.shop-detail .detail-entry {
  margin-bottom: 30px;
}

.shop-detail .detail-entry .entry-logo {
  text-align: center;
  padding: 0 80px;
}

.shop-detail .detail-entry .entry-logo img {
  max-width: 320px;
}

.shop-detail .detail-entry .entry-head {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  margin: 0 15px 15px;
}

.shop-detail .detail-entry .entry-head .floor {
  margin-bottom: 12px;
}

.shop-detail .detail-entry .entry-head .category {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}

.shop-detail .detail-entry .entry-head .shop {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 6px;
}

.shop-detail .detail-entry .entry-head .clip {
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  color: #999;
}

.shop-detail .detail-entry .entry-head .clip .icon-heart:before {
  color: #ea5550;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.1;
}

.shop-detail .detail-entry .entry-head .sub {
  font-size: 10px;
  font-size: 1rem;
  color: #999;
  margin-top: 5px;
}

.shop-detail .detail-entry .entry-text {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0 15px;
  margin-bottom: 20px;
}

.shop-detail .detail-entry .entry-link a {
  margin-bottom: 15px;
  position: relative;
}

.shop-detail .detail-entry .entry-link a:last-child {
  margin-bottom: 0;
}

.shop-detail .detail-entry .entry-link a [class^="icon-"] {
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -.7em;
}

.shop-detail .detail-entry .entry-link a .num {
  font-size: 10px;
  font-size: 1rem;
}

.shop-detail .detail-entry .entry-text-restaurant {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 25px 15px 0;
  padding-top: 25px;
  border-top: 1px solid #ccc;
}

.DISP-PC .shop-detail .detail-entry {
  max-width: 1000px;
  padding: 0 10px;
  margin: 0 auto 40px;
}

.DISP-PC .shop-detail .detail-entry .entry-logo {
  float: left;
  width: 48%;
  padding: 0;
}

.DISP-PC .shop-detail .detail-entry .entry-head {
  float: right;
  width: 50%;
  margin: 0;
  padding-top: 30px;
  border-top: none;
}

.DISP-PC .shop-detail .detail-entry .entry-head .category {
  font-size: 14px;
  font-size: 1.4rem;
}

.DISP-PC .shop-detail .detail-entry .entry-head .shop {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
}

.DISP-PC .shop-detail .detail-entry .entry-head .clip {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
}

.DISP-PC .shop-detail .detail-entry .entry-head .clip .icon-heart:before {
  font-size: 24px;
  font-size: 2.4rem;
}

.DISP-PC .shop-detail .detail-entry .entry-head .sub {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 10px;
}

.DISP-PC .shop-detail .detail-entry .entry-text {
  float: right;
  width: 50%;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 30px;
  margin-bottom: 40px;
}

.DISP-PC .shop-detail .detail-entry .entry-link {
  clear: both;
  border-top: 1px solid #ccc;
  padding-top: 40px;
}

.DISP-PC .shop-detail .detail-entry .entry-link a [class^="icon-"] {
  font-size: 20px;
  font-size: 2rem;
  top: 50%;
  margin-top: -.7em;
}

.DISP-PC .shop-detail .detail-entry .entry-link .btn-tel {
  display: none;
}

.DISP-PC .shop-detail .detail-entry .entry-text-restaurant {
  font-size: 14px;
  font-size: 1.4rem;
  padding-top: 30px;
  margin: 25px 0 0;
}

/*  Tag
-------------------------*/

.taglist-type01 {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  position: relative;
}

.taglist-type01 ul {
  font-size: 0;
  line-height: 1.1;
  padding: 5px 10px;
}

.taglist-type01 li {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  font-size: 1rem;
  margin-right: 5px;
}

.taglist-type01 a {
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  background: #fff;
  border: 1px solid #555;
  padding: 6px 5px;
  border-radius: 4px;
}

.taglist-type02 ul {
  font-size: 0;
  line-height: 1.1;
}

.taglist-type02 li {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  font-size: 1rem;
  margin-right: 5px;
  margin-bottom: 5px;
}

.taglist-type02 a {
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  background: #fff;
  border: 1px solid #555;
  padding: 8px 15px;
  border-radius: 4px;
}

.DISP-PC .taglist-type01 {
  white-space: normal;
}

.DISP-PC .taglist-type01 ul {
  padding: 0;
}

.DISP-PC .taglist-type01 li {
  margin-right: 10px;
  margin-bottom: 10px;
}

.DISP-PC .taglist-type01 a {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 5px 15px 3px;
}

.DISP-PC .taglist-type02 ul {
  padding: 0;
}

.DISP-PC .taglist-type02 li {
  margin-right: 10px;
  margin-bottom: 10px;
}

.DISP-PC .taglist-type02 a {
  font-size: 13px;
  font-size: 1.3rem;
}

/*  Table
-------------------------*/

.table-type01 {
  padding: 10px 15px 0;
}

.table-type01 table {
  width: 100%;
  color: #555;
}

.table-type01 tr {
  border-bottom: 1px dashed #ccc;
}

.table-type01 th {
  padding: 12px 10px 12px 0;
  text-align: left;
  font-weight: bold;
  width: 10em;
}

.table-type01 td {
  padding: 12px 0;
  text-align: left;
}

.table-type01 a {
  text-decoration: underline;
}

.DISP-PC .table-type01 {
  padding: 15px 0 0;
}

.DISP-PC .table-type01 table {
  width: 100%;
  color: #555;
}

.DISP-PC .table-type01 th {
  padding: 14px 20px;
}

.DISP-PC .table-type01 td {
  padding: 14px 20px;
}

/*------------------------------------------
  Slider
------------------------------------------*/

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*------------------------------------------
  Clearfix
------------------------------------------*/

.clearfix, .site-header .header-in, .header-nav, .drawer-menu, .menu-head dl, .gnav ul, .langnav ul, .DISP-PC .head-information .information-in, .section-shopsearch .sec-contents, .list-type01 ul, .list-type02 a, .list-type03 ul, .DISP-PC .list-type05 ul, .DISP-PC .list-type06 ul, .DISP-PC .list-type07 ul, .DISP-PC .news-detail .detail-entry, .DISP-PC .news-detail .detail-online {
  *zoom: 1;
}

.clearfix:after, .site-header .header-in:after, .header-nav:after, .drawer-menu:after, .menu-head dl:after, .gnav ul:after, .langnav ul:after, .DISP-PC .head-information .information-in:after, .section-shopsearch .sec-contents:after, .list-type01 ul:after, .list-type02 a:after, .list-type03 ul:after, .DISP-PC .list-type05 ul:after, .DISP-PC .list-type06 ul:after, .DISP-PC .list-type07 ul:after, .DISP-PC .news-detail .detail-entry:after, .DISP-PC .news-detail .detail-online:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media screen and (min-width: 1000px) {
  .foot-link {
    clear: both;
  }

  .foot-link a:first-child {
    margin-right: 20px;
  }

  .foot-link a:last-child {
    margin-left: 20px;
  }

  .shop-detail .detail-entry .entry-link a:first-child {
    margin-right: 20px;
  }

  .shop-detail .detail-entry .entry-link a:last-child {
    margin-left: 20px;
  }
}

#topcontrol {
    position: fixed;
    right: 5px;
    bottom: -35px;
    width: 40px;
    height: 32px;
    transition: all 0.3s ease
}

#topcontrol img {
    width: 40px;
    height: 32px;
}

.DISP-PC #topcontrol {
    position: fixed;
    cursor: pointer;
    right: 5px;
    bottom: -50px;
    width: 56px;
    height: 46px;
    transition: all 0.3s ease
}

.DISP-PC #topcontrol img {
    width: 56px;
    height: 46px;
}
#topcontrol.active {
    bottom: 5px;
}
.ttl-type01 .icon-shop {
  font-size: 34px;
  font-size: 3.4rem;
  padding-right: 10px;
}
.DISP-PC .ttl-type01 .icon-shop {
  font-size: 46px;
  font-size: 4.6rem;
  padding-right: 10px;
}

.ttl-type01 .icon-shop:before {
  vertical-align: baseline !important;
}
.ttl-type01 .icon-entertainment {
  font-size: 34px;
  font-size: 3.4rem;
  padding-right: 10px;
}
.DISP-PC .ttl-type01 .icon-entertainment {
  font-size: 46px;
  font-size: 4.6rem;
  padding-right: 10px;
}


