/* category choose */
.shop-nav-wrapper {
  background: #F4F5EB;
  text-align: center;
}
.shop-nav-wrapper .shop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1100px;
  padding-top: 27px;
  margin: 0 auto;
}
.shop-nav-wrapper .shop-nav li {
  width: 33%;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}
.shop-nav-wrapper .shop-nav li a {
  color: #999;
  display: block;
  padding: 23px 0;
}
.shop-nav-wrapper .shop-nav li .l-txt {
  font-size: 20px;
}
.shop-nav-wrapper .shop-nav li.current,
.shop-nav-wrapper .shop-nav li a:hover {
  background: #E6E8D4;
  border-radius: 5px 5px 0 0;
}
.shop-nav-wrapper .shop-nav li.current:before,
.shop-nav-wrapper .shop-nav li a:hover:before {
  content: "";
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 7px solid #693;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  margin: auto;
}
.shop-nav-wrapper .shop-nav li.current .l-txt,
.shop-nav-wrapper .shop-nav li a:hover .l-txt {
  color: #693;
}
.shop-nav-wrapper .shop-nav li .icon-search {
  position: relative;
  top: 6px;
}
.shop-nav-wrapper .shop-nav li .search-line {
  fill: #999;
}
.shop-nav-wrapper .shop-nav li .icon-search01 {
  stroke: #999;
  fill: none;
}
.shop-nav-wrapper .shop-nav li .icon-search02 {
  fill: #999;
}
.shop-nav-wrapper .shop-nav li a:hover .icon-search-inner {
  opacity: 1;
}
.shop-nav-wrapper .shop-nav li a:hover .icon-search01 {
  stroke: #693;
  opacity: 1;
}
.shop-nav-wrapper .shop-nav li a:hover .icon-search02 {
  fill: #693;
  opacity: 1;
}

.shop-floor .category-nav-wrapper {
  margin-bottom: 0;
}

.select-floor .category-nav {
  justify-content: center;
}
.select-floor .category-nav li a {
  width: 220px;
  font-size: 24px;
}
.select-floor .category-nav li .floor-num {
  font-size: 30px;
}

.floor-map {
  margin-bottom: 90px;
  position: relative;
  text-align: center;
  background: #f4f5eb;
  padding: 58px 0 50px;
}
.floor-map .floor-name {
  position: absolute;
  top: 30px;
  left: 15%;
  font-size: 42px;
  color: #6DA61F;
  font-weight: bold;
  border-bottom: 3px solid #6DA61F;
}
.floor-map .floor-name .floor-num {
  font-size: 60px;
}

.category-nav-wrapper {
  background: #E6E8D4;
}

/* keyword search */
.keyword-nav-wrapper {
  background: #E6E8D4;
  padding: 23px 10px;
  margin-bottom: 90px;
}
.keyword-nav-wrapper .keyword-nav-inner {
  width: 1100px;
  margin: 0 auto;
}
.keyword-nav-wrapper .keyword-nav-inner input, .keyword-nav-wrapper .keyword-nav-inner button, .keyword-nav-wrapper .keyword-nav-inner textarea, .keyword-nav-wrapper .keyword-nav-inner select {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.keyword-nav-wrapper .keyword-ttl {
  margin-right: 18px;
}
.keyword-nav-wrapper .keyword-ttl .l-txt {
  font-size: 20px;
  color: #693;
}
.keyword-nav-wrapper form {
  display: flex;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.keyword-nav-wrapper form input[type="text"] {
  margin-right: 12px;
  border: 1px solid #ddd;
  color: #666;
  font-size: 18px;
  width: 500px;
  height: 50px;
  padding: 2px 15px 2px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 3px;
}
.keyword-nav-wrapper form input[type="text"]::placeholder {
  color: #ddd;
}
.keyword-nav-wrapper form input[type="submit"] {
  display: block;
  width: 85px;
  height: 50px;
  padding: 0;
  background: #6da61f url(../images/common/common_icon_search.svg) no-repeat 17px center;
  -webkit-background-size: 15px;
  -o-background-size: 15px;
  background-size: 15px;
  border: none;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  outline: none;
  padding-left: 15px;
  text-decoration: none;
  transition: all  0.2s ease;
}
.keyword-nav-wrapper form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.shoplist-box .shoplist-list {
  display: flex;
  flex-wrap: wrap;
}
.shoplist-box .shoplist-list li {
  margin-right: 20px;
  width: 280px;
  margin-bottom: 74px;
}
.shoplist-box .shoplist-list li:nth-child(4n) {
  margin-right: 0;
}
.shoplist-box .shoplist-img {
  margin-bottom: 23px;
}
.shoplist-box .shoplist-img img {
  width: 280px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
}
.shoplist-box .shoplist-txt {
  font-size: 12px;
}
.shoplist-box .floor {
  margin-bottom: 3px;
}
.shoplist-box .shopname {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
}

.category.c01 {
  color: #5bc262;
}
.category.c02 {
  color: #FF8F5E;
}
.category.c03 {
  color: #ff7ba0;
}
.category.c04 {
  color: #52baff;
}
.category.c05 {
  color: #ffb584;
}

.shopdetail-box .box-inner {
  border-top: 3px solid #6da61f;
}

/* shop detail */
.shop-info-wrapper {
  display: flex;
  padding: 50px 0;
}
.shop-info-wrapper .shop-logo {
  margin-right: 40px;
  line-height: 0;
}
.shop-info-wrapper .shop-logo img {
  border: 1px solid #ddd;
}
.shop-info-wrapper .shop-txt {
  word-break: break-all;
}
.shop-info-wrapper .shop-txt .floor {
  margin-bottom: 14px;
}
.shop-info-wrapper .shop-txt .shopname {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 16px;
}
.shop-info-wrapper .shop-txt .category {
  margin-bottom: 35px;
}
.shop-info-wrapper .shop-detailtxt {
  margin-bottom: 30px;
  line-height: 2;
}
.shop-info-wrapper .shop-info-tbl th {
  font-weight: bold;
}
.shop-info-wrapper .shop-info-tbl {
  width: 100%;
  line-height: 1.7;
}
.shop-info-wrapper .shop-info-tbl th, .shop-info-wrapper .shop-info-tbl td {
  padding: 10px;
}
.shop-info-wrapper .shop-info-tbl th {
  width: 80px;
  font-weight: bold;
}
.shop-info-wrapper .shop-info-tbl tr:nth-child(odd) {
  background: #F4F5EB;
}
.shop-info-wrapper .shop-info-tbl a {
  text-decoration: underline;
  color: #693;
}
.shop-info-wrapper .shop-info-tbl .link-icon {
  margin-left: 4px;
  position: relative;
}
.shop-info-wrapper .shop-info-tbl .link-icon:before {
  content: "";
  width: 14px;
  height: 12px;
  background: url(../images/common/common_icon_link.png) no-repeat;
  position: absolute;
  top: 1px;
}

.shop-slide-box {
  padding: 50px 0;
  background: url(../images/common/common_bg_01.png);
}
.shop-slide-box .shop-slide {
  width: 600px;
  margin: 0 auto;
  border-radius: 10px;
}
.shop-slide-box .shop-slide .shopimg {
  border-radius: 10px;
}
.shop-slide-box .shop-slide .shopimg img {
  border-radius: 10px;
}

.news-box {
  background: #F4F5EB;
  padding: 45px 10px;
}
.news-box .box-mainttl {
  margin-bottom: 60px;
}
.news-box .news-list li {
  display: flex;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ddd;
}
.news-box .news-list li a {
  text-decoration: underline;
  color: #693;
}
.news-box .news-img {
  margin-right: 65px;
  position: relative;
  width: 400px;
}
.news-box .news-img img {
  border-radius: 10px;
  width: 100%;
  /* aspect-ratio: 1/1; */
  /* object-fit: contain; */
}
.news-box .icon-new {
  position: absolute;
  left: 0;
  top: -15px;
}
.news-box .icon-new img {
  border-radius: 0;
}
.news-box .news-txt {
  word-break: break-all;
  width: 635px;
}
.news-box .news-txt .news-date {
  font-size: 12px;
  margin-bottom: 17px;
}
.news-box .news-txt .news-floor {
  font-size: 12px;
  margin-bottom: 7px;
}
.news-box .news-txt .news-shopname {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}
.news-box .news-txt .news-category {
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: bold;
}
.news-box .news-txt .news-category.c01 {
  color: #5bc262;
}
.news-box .news-txt .news-category.c02 {
  color: #FF8F5E;
}
.news-box .news-txt .news-category.c03 {
  color: #ff7ba0;
}
.news-box .news-txt .news-category.c04 {
  color: #52baff;
}
.news-box .news-txt .news-category.c05 {
  color: #ffb584;
}
.news-box .news-txt .news-ttl {
  color: #693;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 22px;
}
.news-box .news-txt .news-maintxt {
  line-height: 1.8;
  margin-bottom: 30px;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 12px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  width: 9px;
  height: 9px;
  background: #ccc;
  border-radius: 50%;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  text-align: center;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active {
  background: #6ea52c;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/*  For Pre-open
------------------------------------------------------------*/
.shop-nav .cs {
  position: relative;
}
.shop-nav .cs:hover {
  background: #F4F5EB;
}
.shop-nav .cs:hover:before {
  width: 0;
}

.shop-nav-wrapper .shop-nav .cs {
  position: relative;
}
.shop-nav-wrapper .shop-nav .cs a {
  opacity: 0.2;
  cursor: default;
}
.shop-nav-wrapper .shop-nav .cs a:hover {
  background: #F4F5EB;
}
.shop-nav-wrapper .shop-nav .cs a:hover:before {
  border: none;
}
.shop-nav-wrapper .shop-nav .cs a:hover .l-txt {
  color: #999;
}
.shop-nav-wrapper .shop-nav .cs .cs-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  height: 17px;
  font-weight: bold;
  font-size: 20px;
  color: #999;
}

.hide {
  display: none;
}

.shoplist-box.pre .box-inner-l {
  width: 1200px;
}
.shoplist-box.pre .shoplist-list li {
  margin-right: 20px;
  width: 280px;
  margin-bottom: 74px;
}
.shoplist-box.pre .shoplist-list li:nth-child(4n) {
  margin-right: 20px;
}

.kukaku-num {
  background: #6da61f;
  color: #fff;
  font-size: 13px;
  padding: 3px;
  box-sizing: border-box;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
}
