@charset "UTF-8";

main {
  letter-spacing: 0.1em;
  height: 100%;
  font-size: 17px;
  /* font-family: 'itc-avant-garde-gothic-pro', 'Noto Sans Japanese', 'Noto Sans JP', 'Noto Sans SC', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'osaka', 'Arial', sans-serif; */
  font-family: 'Noto Sans JP', 'Noto Sans SC', sans-serif;
  /* font-weight: 300; */
  line-height: 1.94;
  -moz-osx-font-smoothing: auto;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-text-size-adjust: 100%;
}

/* ==========================================================
 stores - contents / news
========================================================== */
.contents-stores {
  margin: 0 auto;
  width: 100%;
  padding: 65px 0 0;
}

.stores_news {
  max-width: 1040px;
  margin: 0 auto 60px;
  padding: 0 20px;
}

.stores_news .cont {
  background: #F6F6F6;
  font-size: 14px;
  position: relative;
  margin-top: 10px;
  transition: all 0.3s;
}

.stores_news .cont:nth-of-type(1) {
  margin-top: -20px;
}

.stores_news .cont:hover {
  background: #e9f5f5;
}

.stores_news .content {
  padding: 20px 30px;
  transition: all 0.3s;
}

.stores_news a .ico_new {
  margin: 0 20px 0 -30px;
  transition: all 0.3s;
}

.stores_news .item {
  position: relative;
}

.stores_news .item:after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 9px;
  position: absolute;
  top: 45%;
  right: 30px;
  background-image: url(/common/img/ico_arrow_right_01.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.txt_close p {
  font-size: 21px;
  text-align: center;
  margin-top: 40px;
}

.txt_close p.before {
  font-size: 19px;
  color: #666;
}

.contents-store-info {
  margin: 60px auto 0;
  width: 100%;
}

.contents-store-info .ttl-cmn-01 {
  font-size: 21px;
  margin-bottom: 30px;
  color: #89807e;
}

.ttl-stores-info {
  font-size: 33px;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.4;
  font-weight: 300;
  color: #000;
}

.stores_info {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 30px;
}

.stores_info h2 {
  font-size: 26px;
  text-align: center;
}

.stores_info .annotation {
  font-size: 80%;
}

.store_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}

.store_link li {
  width: 48%;
  border: 1px solid #AAA;
  background: #CBE7E0;
}

.store_link li img {
  -webkit-backface-visibility: hidden;
  transition: all 0.3s;
}

.store_link li img:hover {
  opacity: 0.7;
}

@media all and (max-width: 767px) {
  h1 {
    padding: 0;
  }
  .contents-stores {
    padding: 20px 0 50px;
  }

  .stores_news {
    margin: 0 auto 40px;
  }

  .stores_news .cont {
    font-size: 12px;
  }

  .stores_news .cont:nth-of-type(1) {
    margin-top: -10px;
  }

  .stores_news a .ico_new {
    margin: 0 10px 5px 0px;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    font-size: 10px;
    padding: 7px 22px 4px;
  }

  .stores_news .item:after {
    right: 15px;
  }

  .stores_news .content {
    padding: 27px 30px 20px 20px;
  }

  .ico_new {
    margin-right: 10px !important;
    font-size: 80%;
  }

  .txt_close p {
    font-size: 15px;
    text-align: center;
    margin-top: 30px;
  }

  .txt_close p.sp_close {
    margin-top: 10px;
    font-feature-settings: "palt";
  }

  .stores_borter_b {
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
  }

  .txt_close p.before {
    font-size: 15px;
    font-feature-settings: "palt";
  }

  .contents-store-info {
    padding: 0 0 30px;
    margin-top: 40px;
  }

  .contents-store-info .ttl-cmn-01 {
    font-size: 14px;
  }

  .ttl-stores-info {
    font-size: 22px;
  }
}

@media all and (max-width: 414px) {
  .store_link li {
    width: 100%;
    margin-bottom: 20px;
  }

  .store_link li img {
    width: 100%;
  }
}

/* ==========================================================
 sec-stores-01
========================================================== */
.sec-stores-01 {
  border-top: 1px solid #e3e3e3;
}

.sec-stores-01-wrap {
  padding-bottom: 140px;
}

@media all and (max-width: 767px) {
  .sec-stores-01-wrap {
    padding-bottom: 0;
  }
}

@media all and (max-width: 767px) {
  .sec-stores-01 {
    border-top: 1px solid #000;
  }
}

.sec-stores-01-in {
  margin: 0 auto;
  padding-top: 68px;
  width: 100%;
  max-width: 1000px;
  min-width: 768px;
}

@media all and (max-width: 767px) {
  .sec-stores-01-in {
    padding-top: 21px;
    max-width: none;
    min-width: 0;
  }
}

.sec-stores-01-in .slick-slider {
  margin-top: 62px;
}

@media all and (max-width: 767px) {
  .sec-stores-01-in .slick-slider {
    margin-top: 30px;
  }
}

.sec-stores-01-in .slick-slider .slick-arrow {
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.sec-stores-01-in .slick-slider:hover .slick-arrow {
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media all and (max-width: 767px) {
  .sec-stores-01:last-of-type .info {
    padding-bottom: 48px;
  }
}

.sec-stores-01 .title {
  font-size: 33px;
  line-height: 2.5;
  text-align: center;
}

@media all and (max-width: 767px) {
  .sec-stores-01 .title {
    font-size: 21px;
    line-height: 1.5;
    padding: 10px 0;
  }
}

.sec-stores-01 .info {
  padding: 60px 50px 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media all and (max-width: 767px) {
  .sec-stores-01 .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 33px 25px 58px;
  }
}

.sec-stores-01 .info .detail {
  width: 49%;
}

@media all and (max-width: 767px) {
  .sec-stores-01 .info .detail {
    width: 100%;
  }
}

.sec-stores-01 .info .detail .deal {
  font-size: 15px;
  line-height: 3.3;
  text-align: center;
  background-color: #f5f5f5;
}

@media all and (max-width: 767px) {
  .sec-stores-01 .info .detail .deal {
    font-size: 14px;
    line-height: 3;
  }
}

.sec-stores-01 .info .detail>.list {
  margin-top: 15px;
}

@media all and (max-width: 767px) {
  .sec-stores-01 .info .detail>.list {
    margin-top: 8px;
  }
}

.sec-stores-01 .info .detail>.list>.listitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 18px 0;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 1px;
}

@media all and (max-width: 767px) {
  .sec-stores-01 .info .detail>.list>.listitem {
    line-height: 1.82;
    padding: 14px 0;
  }
}

.sec-stores-01 .info .detail>.list>.listitem>.infotitle {
  width: 20%;
}

.sec-stores-01 .info .detail>.list>.listitem>.infotext {
  width: 78%;
}

.sec-stores-01 .info .detail>.list>.listitem>.infotext .floormap {
  height: 28px;
  line-height: 28px;
}

.sec-stores-01 .info .detail>.list>.listitem>.infotext .link {
  display: block;
  font-size: 13px;
  text-decoration: underline;
  color: #929292;
  background-color: none;
}

.sec-stores-01 .info .detail>.list>.listitem>.infotext .note {
  letter-spacing: 0.2px;
  font-size: 13px;
  display: block;
  line-height: 160%;
}

@media all and (max-width: 767px) {
  .sec-stores-01 .info .detail>.list>.listitem>.infotext .note {
    font-size: 10px;
  }
}

.sec-stores-01 .info .detail>.list .listitem+.listitem {
  border-top: 1px solid #e3e3e3;
}

.sec-stores-01 .info .map {
  position: relative;
  width: 45.5%;
  height: 41%;
  padding-bottom: 41%;
}

@media all and (max-width: 767px) {
  .sec-stores-01 .info .map {
    margin-top: 15px;
    width: 100%;
    padding-bottom: 66.9%;
  }
}

.sec-stores-01 .info .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ==========================================================
 list-tag-01
========================================================== */
.list-tag-01 {
  display: table;
  margin: 0 auto;
  font-size: 0;
  overflow: hidden;
}

.list-tag-01 .item {
  font-size: 12.2px;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media all and (max-width: 767px) {
  .list-tag-01 .item {
    font-size: 10px;
  }
}

.list-tag-01 .item p {
  display: block;
  width: 118px;
  line-height: 22px;
  text-align: center;
  background-color: #000;
  color: #fff;
}

@media all and (max-width: 767px) {
  .list-tag-01 .item p {
    width: 99px;
    line-height: 19px;
  }
}

.list-tag-01 .item+.item {
  margin-left: 8px;
}

@media all and (max-width: 767px) {
  .list-tag-01 .item+.item {
    margin-left: 7px;
  }
}

/* ==========================================================
 ttl-stores
========================================================== */
.ttl-stores {
  margin: 0 auto 85px;
  font-size: 33px;
  line-height: 2.1;
  text-align: center;
  font-weight: 400;
}

@media all and (max-width: 767px) {
  .ttl-stores {
    margin-bottom: 32px;
    font-size: 22px;
  }
}

/* ==========================================================
 display utility
========================================================== */
.only-pc {
  display: block !important;
}

@media all and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}

.only-sp {
  display: none !important;
}

@media all and (max-width: 767px) {
  .only-sp {
    display: block !important;
  }
}

/* ==========================================================
 slick slider
========================================================== */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-slider {
  position: relative;
  display: block;
  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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

.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;
}

.prev-arrow,
.next-arrow {
  position: absolute;
  width: 44px;
  height: 43px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.prev-arrow {
  left: 0;
}

.next-arrow {
  right: 0;
}

/* ==========================================================
 ico_new
========================================================== */
.ico_new {
  padding: 11px 8px 6px 10px;
  background: #000;
  color: #FFF;
  display: inline-block;
  line-height: 100%;
  margin-right: 20px;
}

_:lang(x)+_:-webkit-full-screen-document,
.ico_new {
  padding: 8px 8px 8px 10px;
}


/*----- stores yoyaku -----*/
.web-yoyaku a {
    text-decoration: underline;
    color:rgb(52, 52, 172);
}

.web-yoyaku a:hover {
    color:rgb(60, 60, 245);
}
