main {
  padding-top: 180px;
  padding-bottom: 120px;
  background: #EFEDEA;
}
.ht h1,.ht h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
}
.ht h1 span,
.ht h2 span {
  position: relative;
  display: inline-block;
  padding-left: 60px;
  letter-spacing: 3px;
}
.ht h1 span:before,
.ht h2 span:before {
  content:"";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: no-repeat center url(../img/news/ico-cattle.svg);
  background-size: 100%;
  width: 48px;
  height: 33px;
}
.p-head {
  margin-bottom: 100px;
}

.arc-y {
  max-width: 220px;
  border:1px solid #AF8E6E;
}
.arc-y .h-arc-y {
  position: relative;
  display: block;
  color:#fff;
  font-weight: 600;
  font-size: 18px;
  padding:10px 25px;
  background: #AF8E6E;
}
.arc-y .h-arc-y:hover {
  text-decoration: none;
}
.arc-y .h-arc-y:after {
  content:"";
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right: 25px;
  background: no-repeat center url(../img/news/arrow-down-white.svg);
  background-size: 100%;
  width: 19px;
  height: 8px;
}
.arc-y.opening .h-arc-y:after {
  background: no-repeat center url(../img/news/arrow-up-white.svg);
}
.arc-y .y-l {
  display: none;
  background: #fff;
  text-align: center;
  padding:0 15px;
}
.arc-y.opening .y-l {
  display: block;
}
.y-l li {
  border-bottom: 1px solid #C4A587;
}
.y-l li:last-child {
  border-bottom: none;
}
.y-l li a {
  display: inline-block;
  padding:8px 4px;
}
.y-l li a:hover {
  color:#AF8E6E;
  text-decoration: none;
}

.news-list {
  margin-bottom: 60px;
}
.news-item {
  border-top:1px solid #D6D6D6;
  padding:20px 0 20px 30px;
}
.news-item:last-child {
  border-bottom:1px solid #D6D6D6;
}
.news-item .date-tag {
  margin-bottom: 8px;
}
.date-tag>div {
  display: inline-block;
}
.date-tag .new-tag {
  color:#fff;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  padding:2px;
  width: 76px;
  border-radius: 12px;
  background: #AF8E6E;
  margin-right: 16px;
}
.news-item a {
  font-weight: 500;
}
.paginate-row {
  text-align: center;
}
.paginate-row .page-numbers {
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  color:#888;
  margin-right: 28px;
}
.paginate-row .page-numbers:last-child {
  margin-right: 0;
}
.paginate-row .page-numbers.current {
  color:#000;
}
.paginate-row .prev,
.paginate-row .next {
  width: 32px;
  height: 32px;
  border:1px solid #AF8E6E;
  background: #AF8E6E;
  border-radius: 50%;
}
.paginate-row .arr {
  display: inline-block;
  margin-top: -3px;
}
.arr.arr-left .cls-1,
.arr.arr-left .cls-2 {
  fill:none;
}
.arr.arr-left .cls-2,
.arr.arr-right .cls-3 {
  stroke: #fff;
}
.arr.arr-right .cls-1,
.arr.arr-right .cls-3 {
  fill: none;
}
.arr.arr-right .cls-1 {
  stroke: #707070;
}
.arr.arr-right .cls-2 {
  clip-path: url(#clip-path);
}
.arr.arr-right .cls-3 {
  stroke-width: 2px;
}
.paginate-row .prev:hover,
.paginate-row .next:hover {
  background: transparent;
}
.paginate-row .prev:hover .arr.arr-left .cls-2,
.paginate-row .next:hover .arr.arr-right .cls-3 {
  stroke: #AF8E6E;
}

/* rest and shop */
main.fixed-sidebar {
  padding:0;
  overflow: unset;
}
/* restaurant */

main .wrap {
  display: flex;
  align-items: flex-start;
  background: #000;
}
main.page-shop-list .wrap {
  background: #9A011A;
}

.fixed-sidebar .sidebar {
  position: sticky;
  top: 0;
  left: 0;
  width: 40%;
  padding-top: 110px;
  padding-right: 60px;
  color:#fff;
}
.sb-wrap .ht h1 {
  position: relative;
  text-align: right;
  font-size: 35px;
  line-height: 45px;
  padding-bottom: 6px;
  border-bottom: 4px solid #fff;
}
.sb-wrap .ht h1:after {
  content:"";
  position: absolute;
  right: 0;
  bottom: -4px;
  height: 4px;
  width: 224px;
  background: #BE0220;
}
.page-shop-list .sb-wrap .ht h1:after {
  background: #000;
}
.sidebar .ht h1 span {
  display: inline-block;
  position: relative;
  padding-left: 40px;
}
.sidebar .ht h1 span:before {
  content:"";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
}
.page-rest-list .ht h1 span:before {
  background: no-repeat center url(../img/common/ico-tableware.svg);
  background-size: 100%;
}
.page-shop-list .ht h1 span:before {
  background: no-repeat center url(../img/common/ico-bag.svg);
  background-size: 100%;
  left: -4px;
  width: 46px;
  height: 46px;
}
.sb-wrap .sb-cont {
  max-width: 410px;
  margin-left: auto;
  padding-bottom: 80px;
}
.sb-cont .map {
  position: relative;
  padding:22px 15px 15px;
  border-bottom: 1px solid #fff;
}
.map .a-map {
  max-width: 380px;
}
.a-map svg {
  transition: all 0.3s ease;
}
.a-map svg .cls-1 {
  isolation: isolate;
}
.a-map svg .cls-2 {
  fill: #fff;
}
.a-map svg .cls-4 {
  fill: #a1c882;
  transition: all 0.3s ease;
}
.a-map svg .k-a {
  cursor: pointer;
}
.a-map svg .k-a:hover .cls-4,
.a-map svg .k-a.active .cls-4 {
  fill: #84BE56;
}

.sb-cont .map .c-txt {
  position: absolute;
  right: 0;
  bottom:0;
}
.sb-cont .l-tags {
  padding:14px 0 14px 12px;
  border-bottom: 1px solid #fff;
  color:#fff;
}
.sb-cont .l-tags .tag-t {
  font-weight: 600;
  margin-bottom: 8px;
}
.l-tags .tag-t.t-g,
.l-tags .tag-t.t-c {
  margin-top: 6px;
}
.l-tags .t-items>a,
.wrap-cont .sec-brc li span {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 10px;
  border-radius: 18px;
  min-width: 90px;
  background: #AF8E6E;
  padding:0 12px;
  text-align: center;
  color:#fff;
  font-size: 16px;
}
.l-tags .t-items>a:last-child {
  margin-right: 0;
}
.l-tags .t-items>a:hover {
  text-decoration: none;
}


.the-content {
  flex: 1;
  background: #fff;

  /* debug  */
  /*height: 1400px;*/
}

.fixed-sidebar .the-content {
  padding-top: 120px;
  padding-bottom: 100px;
}
.fixed-sidebar .wrap-cont {
  max-width: 800px;
  padding-left: 45px;
  padding-right: 12px;
  margin-right: auto;
  min-height: 800px;
}
.wrap-cont .sec-brc {
  padding-bottom: 25px;
}
.wrap-cont .sec-brc.on-rest-shop {
  padding-bottom: 55px;
}
.wrap-cont .sec-brc li {
  position: relative;

  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.wrap-cont .sec-brc li:after {
  content:"";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url(../img/common/ic-chevron-r.svg);
  top:50%;
  transform: translateY(-50%);
  right: -18px;
  width: 14px;
  height: 14px;
}
.wrap-cont .sec-brc li:last-child:after {
  content:none;
}
.wrap-cont .sec-brc li span {
  margin:0;
}
.wrap-cont .item-list {
  margin-bottom: -45px;
}
.wrap-cont .item-list>div {
  margin-bottom: 45px;
}
.wrap-cont .ilist-btm-l {
  padding-top: 70px;
  text-align: center;
}
.wrap-cont .ilist-btm-l a {
  position: relative;
  display: inline-block;
  width: 190px;
  border-radius: 38px;
  border:1px solid #000;
  padding: 15px;
  padding-left: 40px;
  text-align: center;
}
.wrap-cont .ilist-btm-l a:before {
  content:"";
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left: 12px;
  width: 42px;
  height: 42px;
  background: no-repeat center url(../img/common/ic-arr-left-red-on.svg);
  background-size: 100%;
  border: 1px solid #9a041a;
  border-radius: 50%;
}
.wrap-cont .ilist-btm-l a:hover {
  text-decoration: none;
}
.wrap-cont .ilist-btm-l a:hover:before {
  background: no-repeat center url(../img/common/ic-arr-left-red-off.svg);
  background-size: 100%;
}
.item-box {
  display: block;
  line-height: 24px;
}
.item-box:hover {
  text-decoration: none;
}
.item-box .thumb {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 170px;
  margin-bottom: 6px;
}
.item-box .n {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 4px;
}
.dt .tags>span {
  display: inline-block;
  margin-right: 4px;
  border-radius: 18px;
  border:1px solid #AF8E6E;
  min-width: 56px;
  color:#AF8E6E;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  padding:0 5px;
}
.item-box .tags>span:last-child {
  margin-right: 0;
}

/* single shop & rest */
.row-tt {
  margin-bottom: 50px;
  text-align: center;
}
.row-tt h1 {
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 14px;
}
.row-tt .tags {
  text-align: center;
}
.row-tt .tags>span {
  display: inline-block;
  margin-right: 15px;
  background: #AF8E6E;
  padding:2px 6px;
  border-radius: 18px;
  min-width: 90px;
  color:#fff;
  line-height: 24px;
}
.row-tt .tags>span:last-child {
  margin-right: 0;
}
.post-content {
  line-height: 32px;
}
.p-rest-shop .post-content {
  max-width: 700px;
  margin:auto;
}

.dt-s-wrap {
  position: relative;
  margin-top: 60px;
  padding-bottom: 100px;
}
.dt-s-wrap>.container {
  position: relative;
}
.dt-s-wrap:before {
  content:"";
  position: absolute;
  left:0;
  top:200px;
  width: 100%;
  height: 100%;
  background: #EFEDEA;
}
.the-data {
  background: #fff;
  border:3px solid #AF8E6E;
  border-radius: 25px;
  padding:60px 70px;
  margin-bottom: 60px;
}
.the-data .data-wrap {
  max-width: 700px;
  margin: auto;
}
.data-wrap>.row {
  margin:0 -20px;
}
.data-wrap>.row>div {
  padding:0 20px;
}
.the-data .t {
  font-weight: 600;
  font-size: 25px;
  line-height: 34px;
  padding-bottom: 4px;
  border-bottom: 2px solid #AF8E6E;
  margin-bottom: 20px;
}
.the-data .dt-rc {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}
.dt-items {
}
.data-wrap dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: -10px;
}
.data-wrap dl dt {
  width: 34%;
}
.data-wrap dl dd {
  width: 66%;
  padding-left: 6px;
  margin-bottom: 18px;
}
.data-wrap dl dt span {
  display: inline-block;
  min-width: 86px;
  color: #AF8E6E;
  text-align: center;

  padding:1px 10px;
  border-radius: 12px;
  border:1px solid #AF8E6E;
}
.dt-other-img>.row {
  margin:0 -7px;
}
.dt-other-img>.row>div {
  padding:0 7px;
}

.acc-wrap .t {
  margin-bottom: 30px;
}
.acc-wrap .t span {
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 25px;
  line-height: 34px;
  padding-bottom: 4px;
}
.acc-wrap .t span:after {
  content: "";
  position: absolute;
  left:0;
  right:0;
  margin:auto;
  bottom: -1px;
  height: 2px;
  width: 100%;
  background: #9A011A;
}
.acc-wrap .gmap-view iframe {
  height: 360px;
}
.acc-detail {
  font-size: 15px;
}
.acc-detail .addr {
  position: relative;
  padding-left: 34px;
  margin-bottom: 8px;
}
.acc-detail .addr:before,
.acc-detail .trans .n:before {
  content:"";
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left: 0;
  width: 30px;
  height: 30px;
}
.acc-detail .addr:before {
  background: no-repeat center url(../img/rest-shop/ico-pin.svg);
  background-size: 100%;
}
.acc-detail .trans>span {
  display: inline-block;
}
.acc-detail .trans .n {
  position: relative;
  color:#9A011A;
  margin-right: 4px;
  padding-left: 34px;
  margin-bottom: 8px;
}
.acc-detail .trans.by-car .n:before {
  background: no-repeat center url(../img/rest-shop/ico-car.svg);
  background-size: 100%;
}
.acc-detail .trans.by-train .n:before {
  background: no-repeat center url(../img/rest-shop/ico-train.svg);
  background-size: 100%;

}


@media (max-width: 1199px) {
  .fixed-sidebar .sidebar {
    width: 35%;
    padding-right: 15px;
  }
  .sb-wrap .sb-cont {
    padding-left: 15px;
  }
  .fixed-sidebar .the-content {
    padding-top: 120px;
  }
  .fixed-sidebar .wrap-cont {
    padding-left: 25px;
  }
  .item-box .thumb {
    height: 140px;
  }
}
@media (max-width: 992px) {
  .page-news-list, .page-news {
    padding-top: 130px;
  }
  .page-news-list .p-head,
  .page-news .p-head {
    margin-bottom: 40px;
  }
  .arc-y {
    position: relative;
    margin:auto;
    margin-bottom: 45px;
    border:none;
  }
  .arc-y .y-l {
    position: absolute;
    top:48px;
    left: 0;
    right: 0;
    margin:auto;
    border: 1px solid #AF8E6E;
    padding:0 15px;
  }

  /* rest-shop */
  .sb-wrap .ht h1 {
    font-size: 25px;
    line-height: 34px;
  }
  .sb-wrap .ht h1:after {
    width: 166px;
  }
  .sidebar .ht h1 span {
    padding-left: 30px;
  }
  .sidebar .ht h1 span:before {
    width: 28px;
    height: 30px;
  }
  .sb-cont .map .c-txt {
    max-width: 160px;
  }
  .l-tags .t-items>a,
  .wrap-cont .sec-brc li span {
    font-size: 15px;
    line-height: 25px;
    padding:0 10px;
  }

  .fixed-sidebar .the-content {
    padding-top: 100px;
  }
  .wrap-cont .sec-brc {
    padding-bottom: 20px;
  }
  .wrap-cont .sec-brc.on-rest-shop {
    padding-bottom: 50px;
  }

  .row-tt h1 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 10px;
  }
  .the-data {
    padding:30px;
  }
  .data-wrap>.row {
    margin:0 -12px;
  }
  .data-wrap>.row>div {
    padding:0 12px;
  }
  .data-wrap dl dt span {
    padding:0 6px;
  }
  .data-wrap dl dt {
    width: 38%;
  }
  .data-wrap dl dd {
    width: 62%;
  }
}
@media (max-width: 767px) {
  .page-news-list, .page-news {
    padding-top: 110px;
    padding-bottom: 80px;
  }
  .page-news-list .p-head,
  .page-news .p-head {
    margin-bottom: 24px;
  }
  .ht h1, .ht h2 {
    font-size: 25px;
    line-height: 32px;
  }
  .ht h1 span, .ht h2 span {
    padding-left: 48px;
  }
  .ht h1 span:before, .ht h2 span:before {
    width: 36px;
    height: 25px;
  }
  .arc-y {
    width: 160px;
  }
  .arc-y .h-arc-y {
    font-size: 15px;
    line-height: 24px;
    padding:6px 20px;
  }
  .arc-y .h-arc-y:after {
    width: 15px;
    height: 8px;
    right: 18px;
  }
  .news-list {
    padding:0 20px;
  }
  .news-item {
    padding:16px 0;
  }
  .news-item .date-tag {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 2px;
  }
  .paginate-row .page-numbers {
    font-size: 15px;
    line-height: 20px;
    margin-right: 15px;
  }
  .paginate-row .prev, .paginate-row .next {
    width: 30px;
    height: 30px;
    line-height: 26px;
  }

  /* rest-shop */
  main .wrap {
    display: block;
  }
  .fixed-sidebar .sidebar {
    width: auto;
    position: relative;
    padding-top:94px;
    padding:94px 28px 0;
  }
  .the-content {
    flex:initial;
  }
  .sb-wrap .ht h1 {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    border-bottom: none;
  }
  .sb-wrap .ht h1:after {
    content:none;
  }
  .sidebar .ht h1 span {
    display: inline-block;
    padding-left: 22px;
    letter-spacing: 0;
  }
  .sidebar .ht h1 span:before {
    width: 22px;
    height: 24px;
    left:-2px;
  }
  .sidebar .ht h1 span:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -6px;
    height: 3px;
    width: 100%;
    background: #BE0220;
  }
  .sb-wrap .sb-cont {
    padding-left: 0;
    padding-bottom: 40px;
    margin:auto;
  }
  .sb-cont .map {
    padding:15px;
  }
  .sb-cont .map .c-txt {
    max-width: 100%;
  }
  .l-tags .t-items>a,
  .wrap-cont .sec-brc li span {
    font-size: 14px;
    min-width: 80px;
  }
  .fixed-sidebar .the-content {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .fixed-sidebar .wrap-cont {
    padding:0 15px;
    min-height: unset;
  }
  .wrap-cont .item-list {
    margin:0 -7px;
  }
  .wrap-cont .item-list>div {
    padding:0 7px;
    margin-bottom: 0;
  }
  .item-box .thumb {
    height: 110px;
    margin-bottom: 4px;
  }
  .item-box .n {
    font-size: 15px;
    line-height: 24px;
  }
  .wrap-cont .item-list .item-box {
    margin-bottom: 22px;
  }
  .wrap-cont .ilist-btm-l {
    padding-top: 30px;
  }
  .wrap-cont .sec-brc {
  }
  .wrap-cont .sec-brc.on-rest-shop {
    display: none;
  }

  /* rest-shop detail */
  .row-tt {
    margin-bottom: 35px;
  }
  .row-tt h1 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .dt-s-wrap {
    padding-bottom: 30px;
  }
  .dt-s-wrap:before {
    top: 300px;
  }
  .the-data {
    padding:20px;
  }
  .dt-m-img .t-photo {
    margin-bottom: 16px;
  }
  .dt-other-img {
    margin-bottom: 20px;
  }
  .data-wrap dl dt {
    width: 34%;
  }
  .data-wrap dl dd {
    width: 66%;
  }
  .acc-wrap .t {
    text-align: center;
    margin-bottom: 20px;
  }
  .acc-wrap .t span {
    font-size: 20px;
    line-height: 28px;
  }
  .gmap-view {
    margin:0 -12px 18px;
  }
  .acc-wrap .gmap-view iframe {
    height: 190px;
  }

}

