<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.shopinfo_section {
  background-color: #17191d;
  padding-bottom: 86px;
}
.shopinfo_section .btn_share a {
  border-radius: 40px;
  display: block;
  background-color: #9f7333;
  border: 1px solid #9f7333;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  letter-spacing: 0.025em;
  text-decoration: none;
  transition: all ease 0.3s;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 8px;
  color: #fff;
}
.shopinfo_section .btn_share a:hover {
  opacity: 0.8;
}
.shopinfo_section .btn_share a:before {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  border: 1px solid #fff;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  margin-top: -6px;
}
.shopinfo_section .btn_share a span {
  background-image: url(../img/shared/icon_share.png);
  background-repeat: no-repeat;
  background-position: center left;
  display: inline-block;
  padding-left: 35px;
}
.shopinfo_section .breadcrumb-page {
  margin-bottom: 37px;
}
.shopinfo_section .box_title {
  padding-bottom: 13px;
  border-bottom: 1px solid #404040;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.shopinfo_section .box_title &gt; div {
  width: 50%;
}
.shopinfo_section .box_title .name {
  font-size: 26px;
  padding-left: 28px;
  position: relative;
  background-image: url(../img/shared/icon_circle.png);
  background-position: center left;
  background-repeat: no-repeat;
  margin-bottom: 9px;
}
.shopinfo_section .box_title .sub_name {
  font-weight: 500;
}
.shopinfo_section .box_title .box_btn {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 1;
  width: 340px;
}
.shopinfo_section .box_title .btn_tel a {
  border-radius: 40px;
  display: block;
  width: 200px;
  border: 2px solid #fff;
  text-align: center;
  line-height: 24px;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-family: 'Arial';
  font-weight: bold;
  box-sizing: border-box;
  padding: 6px 0;
  color: #fff;
}
.shopinfo_section .box_title .btn_tel a span {
  background-image: url(../img/shared/icon_tel.png);
  background-repeat: no-repeat;
  background-position: center left;
  display: inline-block;
  padding-left: 26px;
}
.shopinfo_section .box_title .btn_share {
  margin-left: 10px;
  width: 130px;
}
.shopinfo_section .box_title .btn_share a {
  padding: 8px;
}
.shopinfo_section .box_title .btn_share a:before {
  display: none;
}
.shopinfo_section .box_title .hover_share:hover .box_balloon {
  display: block;
}
.shopinfo_section .box_balloon {
  display: none;
  padding-top: 8px;
  position: absolute;
  top: 100%;
  left: 0;
}
.shopinfo_section .box_balloon.show {
  display: block;
}
.shopinfo_section .box_balloon &gt; div {
  position: relative;
  border-radius: 5px;
  padding: 24px 30px 30px;
  line-height: 25px;
  width: 340px;
  box-sizing: border-box;
  background-color: #fff;
  color: #000;
}
.shopinfo_section .box_balloon &gt; div:before {
  content: '';
  border-left: 7px solid #fff;
  border-top: 7px solid #fff;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  right: 58px;
  top: -6px;
  transform: rotate(45deg);
}
.shopinfo_section .box_balloon a {
  text-decoration: none;
}
.shopinfo_section .box_balloon .tit {
  font-weight: bold;
}
.shopinfo_section .box_balloon .link {
  word-break: break-all;
  color: #000000;
}
.shopinfo_section .box_balloon .tel a {
  color: #000000;
}
.shopinfo_section .box_balloon ul {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.shopinfo_section .box_balloon ul li + li {
  margin-left: 20px;
}

/**********.box_style01***********/
.box_style01 .box_content {
  padding: 16px 0 0;
  justify-content: space-between;
}
.box_style01 .box_content .col-left {
  padding-top: 16px;
  width: 46%;
}
.box_style01 .box_content .col .pimg {
  position: relative;
}
.box_style01 .box_content .col .pimg img {
  width: 460px;
  height: 360px;
  object-fit: cover;
}
.box_style01 .box_content .col .pimg span {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-bottom: 18px;
  text-align: center;
  font-size: 18px;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.box_style01 .box_content .col-right {
  width: 50%;
}
.box_style01 .box_content .box_border {
  margin-top: 32px;
  border-radius: 6px;
  padding: 20px 24px 30px;
  border: 1px solid #fff;
}
.box_style01 .box_content .box_border h4 {
  margin-bottom: 10px;
  font-size: 16px;
}
.box_style01 .box_content .box_dl dl {
  border-bottom: 1px solid #404040;
  padding: 15px 0 16px;
  display: flex;
}
.box_style01 .box_content .box_dl dt {
  width: 110px;
}
.box_style01 .box_content .box_dl dd {
  width: calc(100% - 110px);
}
.box_style01 .box_content .box_dl dd span {
  background-color: #212122;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  padding: 1px 14px;
  border-radius: 28px;
}

/**********.box_style02***********/
.box_style02 .box_content {
  padding: 30px 0 0;
  justify-content: space-between;
}
.box_style02 .box_content .col-left {
  padding-top: 8px;
  width: 46%;
}
.box_style02 .box_content .col-right {
  width: 50%;
}
.box_style02 .box_content .txt {
  margin-top: 44px;
}

/**********.box_style03***********/
.box_style03 .box_content {
  padding: 30px 0 0;
  justify-content: space-between;
}
.box_style03 .row-comment {
  border: 1px solid #fff;
  padding: 19px 19px 19px 42px;
  border-radius: 7px;
}
.box_style03 .row-comment p {
  padding: 12px 0;
}
.box_style03 .row-comment .tit {
  border-right: 1px solid #bdbdbd;
  padding-right: 28px;
  font-size: 16px;
}
.box_style03 .row-comment .tit span {
  background-image: url(../img/shared/icon_cmt.png);
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 34px;
  display: inline-block;
}
.box_style03 .row-comment .txt {
  margin-left: 32px;
}
.box_style03 .row-comment .time {
  background-image: url(../img/shared/icon_time.png);
  background-repeat: no-repeat;
  background-position: center left;
  margin-left: auto;
  padding-left: 19px;
  font-family: Arial;
  color: #bdbdbd;
}
.box_style03 .row-slider {
  background-color: #212122;
  border-radius: 8px;
  margin-top: 30px;
  padding: 40px 125px;
  position: relative;
  display: flex;
}
.box_style03 .slider_pager {
  width: 600px;
  height: 420px;
}
.box_style03 .slider_thumbnails {
  width: 130px;
  height: 420px;
  margin-left: 20px;
}
.box_style03 .slider_thumbnails .slick-slide {
  width: 100% !important;
  position: relative;
  cursor: pointer;
}
.box_style03 .slider_thumbnails .slick-slide:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #9f7333;
  z-index: 1;
  opacity: 0;
}
.box_style03 .slider_thumbnails .slick-slide.slick-current:after {
  opacity: 1;
}
.box_style03 .slider_thumbnails .slick-slide + .slick-slide {
  margin-top: 5px;
}
.box_style03 .row-text {
  margin-top: 20px;
}
.box_style03 .row-text h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.box_style03 ul.list_icon {
  margin-top: 35px;
}
.box_style03 ul.list_icon li {
  display: flex;
  align-items: center;
  background-color: #212122;
  box-sizing: border-box;
  margin-left: 5px;
  padding: 11px 25px;
  line-height: 24px;
  width: 33%;
}
.box_style03 ul.list_icon li:first-child {
  margin-left: 0;
}
ul.list_icon li {
  line-height: 35px;
}
ul.list_icon li span {
  background-image: url(../img/shared/icon_y.png);
  background-repeat: no-repeat;
  background-position: center left;
  display: inline-block;
  padding-left: 34px;
}
ul.list_icon li:nth-child(2) span {
  background-image: url(../img/shared/icon_l.png);
}
ul.list_icon li:nth-child(3) span {
  background-image: url(../img/shared/icon_tag.png);
}

/**********.box_style_info***********/
.box_style_info {
  background-color: #212122;
  box-shadow: 0px 0px 14.25px 0.75px rgba(0, 0, 0, 0.35);
  margin-top: 40px;
}
.box_style_info h3 {
  border-bottom: 1px solid #404040;
  font-size: 20px;
  line-height: 2;
  padding: 20px 28px 10px;
}
.box_style_info h3 span {
  font-size: 15px;
}
.box_style_info &gt; div {
  padding: 20px 100px 0;
}
.box_style_info .viewmore {
  margin-top: 30px;
}
.box_style_info .viewmore a {
  display: block;
  background-color: #17191d;
  text-align: center;
  padding: 17px 0;
  text-decoration: none;
  color: inherit;
}
.box_style_info .viewmore a span {
  padding-left: 75px;
  display: inline-block;
  background-image: url(../img/shared/icon_plus.png);
  background-position: center left;
  background-repeat: no-repeat;
}
.box_style_info .box_staff {
  /*display: flex;
	justify-content: space-between;
	align-items: flex-start;*/
  padding: 34px 70px 32px;
}
.box_style_info .box_staff .item {
  text-align: center;
}
.box_style_info .box_staff .item .avatar {
  width: 140px;
  min-width: 140px;
  height: 140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.box_style_info .box_menu {
  padding-top: 33px;
  padding-bottom: 60px;
}
.box_style_info .box_menu .menu_slider {
  width: 400px;
  margin: auto;
}
.box_style_info .box_menu .pimg {
  position: relative;
  text-align: center;
}
.box_style_info .box_menu .pimg span {
  display: block;
  width: 90%;
  position: absolute;
  left: 5%;
  bottom: 18px;
  text-align: center;
}
.box_style_info .box_menu .tabs-switch {
  margin-top: 48px;
}
.box_style_info .box_menu .tab-link {
  position: relative;
  display: flex;
  justify-content: center;
}
.box_style_info .box_menu .tab-link:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #404040;
}
.box_style_info .box_menu .tab-link li {
  color: #838383;
  background-color: #212122;
  border: 1px solid #838383;
  width: 138px;
  line-height: 38px;
  text-align: center;
  position: relative;
}
.box_style_info .box_menu .tab-link li:before {
  content: '';
  border-top: 10px solid #ac8348;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  opacity: 0;
}
.box_style_info .box_menu .tab-link li.active {
  color: #000;
  border: 1px solid #ac8348;
  background-color: #ac8348;
}
.box_style_info .box_menu .tab-link li.active:before {
  opacity: 1;
}
.box_style_info .box_menu .tab-content {
  padding-top: 30px;
  min-height: inherit !important;
}
.box_style_info .box_menu h4 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
  color: #9f7333;
}
.box_style_info .box_menu h4:nth-child(n + 2) {
  padding: 30px 0 0 0;
}
.box_style_info .box_menu dl {
  position: relative;
  border-bottom: 1px solid #404040;
  padding: 12px 0;
}
.box_style_info .box_menu dl:after {
  content: '.' !important;
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
}
.box_style_info .box_menu dl dt {
  float: left;
}

.box_style_info .box_menu dl dd {
  float: right;
}

.box_style_info .box_review .item {
  border-bottom: 1px solid #404040;
  line-height: 25px;
  padding: 27px 0 32px;
  display: flex;
}

.box_style_info .box_review .item:last-of-type {
  border-bottom: none;
}

.box_style_info .wp-pagenavi {
  margin-top: unset;
  padding-bottom: 20px;
}

.box_style_info .box_review .item dl {
  margin-left: 22px;
}
.box_style_info .box_review .item dl dt {
  font-size: 18px;
}
.box_style_info .box_review .item dl dt a {
  color: inherit;
}
.box_style_info .box_review .item dl dd.star {
  margin: 5px 0;
  color: #767676;
}
.box_style_info .box_review .item dl dd.star {
}
.box_style_info .box_review .item .avatar {
  width: 80px;
  min-width: 80px;
  height: 80px;
}
.box_style_info .avatar {
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.box_style_info .avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box_style_info .box_shopdata {
  padding-bottom: 60px;
}
.box_style_info .box_shopdata dl {
  position: relative;
  border-bottom: 1px solid #404040;
  line-height: 25px;
  padding: 12px 0;
  display: flex;
}
.box_style_info .box_shopdata dl dt {
  width: 118px;
  min-width: 118px;
}
.box_style_info .box_shopdata dl dd .tel_info {
  font-size: 20px;
  text-decoration: none;
  color: inherit;
}
.box_style_info .btn_map {
  font-size: 14px;
  line-height: 30px;
  border: 1px solid #fff;
  border-radius: 32px;
  display: block;
  color: inherit;
  width: 95px;
  text-align: center;
  position: absolute;
  top: 9px;
  right: 0;
}
.box_style_info .btn_map span {
  padding-left: 30px;
  display: inline-block;
  background-image: url(../img/shared/icon_map.png);
  background-position: center left;
  background-repeat: no-repeat;
}

/**********.box_for_restaurant***********/
.box_for_restaurant {
  margin-top: 60px;
  border: 1px solid #ac8348;
  padding: 26px 28px 30px;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box_for_restaurant h3 {
  font-size: 18px;
  padding-left: 40px;
  font-weight: bold;
  background-image: url(../img/shared/icon_shop.png);
  background-position: center left;
  background-repeat: no-repeat;
  margin-bottom: 5px;
}
.box_for_restaurant .btn_share {
  width: 280px;
}
.shopinfo_section .btn_center {
  margin: 35px auto 0;
  width: 280px;
}
.shopinfo_section .btn_center a {
  border: 1px solid #404040;
  background: transparent;
}
.shopinfo_section .btn_center a span {
  background-image: url(../img/shared/icon_pen.png);
  padding-left: 32px;
}

@media screen and (min-width: 769px) {
  .box_style_info .staff_slider {
    width: 860px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .box_style_info .box_staff .item {
    width: 16.5%;
  }
}
@media screen and (max-width: 768px) {
  ul.list_icon li {
    line-height: 25px;
    padding: 5px 0;
  }
  .shopinfo_section .breadcrumb-page {
    margin-bottom: 10px;
  }
  .shopinfo_section {
    padding-bottom: 60px;
  }
  .shopinfo_section .box_title {
    flex-wrap: wrap;
  }
  .shopinfo_section .box_title &gt; div {
    width: 100%;
  }
  .shopinfo_section .box_title .box_btn {
    justify-content: center;
    background-color: #17191d;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    max-width: inherit;
    margin-top: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
  }
  .shopinfo_section .box_balloon {
    top: auto;
    left: 4%;
    bottom: 53px;
    width: 92%;
    padding-bottom: 15px;
  }
  .shopinfo_section .box_balloon &gt; div {
    width: 100%;
  }
  .shopinfo_section .box_balloon &gt; div:before {
    transform: rotate(225deg);
    bottom: -6px;
    top: auto;
  }

  .box_style01 .box_content .col-left {
    padding-top: 0;
    width: 100%;
  }
  .box_style01 .box_content .col-right {
    margin-top: 20px;
    width: 100%;
  }
  .box_style01 .box_content .box_border {
    margin-top: 25px;
    padding: 20px 20px 20px;
  }

  .box_style02 .box_content .col-left {
    padding-top: 0;
    width: 100%;
  }
  .box_style02 .box_content .col-right {
    margin-top: 20px;
    width: 100%;
  }
  .box_style02 .box_content .txt {
    margin-top: 20px;
  }

  .box_style03 .row-comment {
    padding: 19px 20px 19px 20px;
  }
  .box_style03 .row-comment p {
    width: 100%;
    padding: 12px 0;
  }
  .box_style03 .row-comment .tit {
    border-bottom: 1px solid #bdbdbd;
    border-right: none;
    padding-right: 0;
  }
  .box_style03 .row-comment .txt {
    margin-left: 0;
  }
  .box_style03 .row-slider {
    padding: 20px 20px;
    flex-wrap: wrap;
  }
  .box_style03 .slider_pager {
    width: 100%;
    height: auto;
  }
  .box_style03 .slider_thumbnails {
    width: 100%;
    height: auto;
    margin-top: 15px;
    margin-left: 0;
  }
  .box_style03 .slider_thumbnails .slick-slide {
    width: 19% !important;
  }
  .box_style03 .slider_thumbnails .slick-slide + .slick-slide {
    margin-left: 1.2%;
    margin-top: 0;
  }
  .box_style03 ul.list_icon {
    margin-top: 20px;
  }
  .box_style03 ul.list_icon li {
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
  }
  .box_style_info &gt; div {
    padding: 20px 20px 40px !important;
  }
  .box_style_info .box_staff {
    flex-wrap: wrap;
    padding: 25px 20px 25px;
  }
  .box_style_info .box_staff .item {
    width: 48%;
    margin-bottom: 20px;
  }
  .box_style_info .box_menu .menu_slider {
    width: 100%;
    margin: auto;
  }
  .box_style_info .box_menu .tabs-switch {
    margin-top: 30px;
  }
  .box_style_info .box_review .item {
    padding: 15px 0 25px;
  }
  .box_style_info .btn_map {
    position: relative;
    margin-top: 8px;
    top: 0;
  }
  .box_for_restaurant {
    flex-wrap: wrap;
  }
  .box_for_restaurant .btn_share {
    margin: 20px auto 0;
  }
  .box_style_info .viewmore a span {
    padding-left: 40px;
  }

  #navFix {
    display: none;
  }
  #pagetop {
    bottom: 70px;
  }
  .box_shopdata dd .btn_map {
    display: none;
  }
}

@media screen and (max-width: 370px) {
  .shopinfo_section .box_title .btn_tel a {
    width: 152px;
    font-size: 16px;
  }
  .shopinfo_section .box_title .btn_tel a span {
    background-size: 14px;
    padding-left: 20px;
  }
  .box_style_info .box_staff .item .avatar {
    width: 120px;
    min-width: 120px;
    height: 120px;
  }
  .box_style_info .viewmore a {
    font-size: 14px;
  }
  .box_style_info .viewmore a span {
    padding-left: 32px;
    background-size: 22px;
  }
}
</pre></body></html>