@charset "utf-8";

.invisible {
  display: none!important;
}

.tbl {
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
  border-top: 1px solid #d8dadc;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

.tbl th, .tbl td {
  background-color: #ececec;
  vertical-align: middle;
  font-family: "Hiragino Sans W3","ヒラギノ角ゴ ProN W3","WinGothic W3",sans-serif !important;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #ffffff;
  border-left: none;
  font-size: 16px;
  line-height: 1.42857;
}
.tbl tbody tr:last-child th, .tbl tbody tr:last-child td{
  border-bottom: none;
}
.tbl td {
  border-bottom: 1px solid #ececec;
}
.tbl thead th {
  background-color: #e0e0e0;
  border-bottom: none;
}
.fw .tbl td {
  border-left: none;
  padding: 10px 15px;
}
.service-list li{
  padding: 15px 0;
  border-bottom: #ececec 1px solid;
}
#peripheral{
  background-color: #f8f8f8;
}
#service-list li{
  background-color: #0e0e0e;
}

.fw .tbl th {
  padding: 10px 15px;
}

.w-15 {
  width: 15%;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.shop_map {
  height: 360px;
  position: relative;
  overflow: hidden;
}

.shop_map_area {
  position: absolute;
  width: 100%;
  height: 360px;
}

.shop_map_area>img {
  position: absolute;
  width: 256px;
  height: 256px;
}

.shop_map .no-support {
  padding: 0 20px;
  position: absolute;
  top: 38%;
}

.top0 { top: 128px; }
.top-128 { top: -128px; }
.left740 { left: 740px; }
.left484 { left: 484px; }
.left228 { left: 228px; }
.left-28 { left: -28px; }

.map_marker {
  position: absolute;
  width: 66px;
  height: 39px;
  left: 256px;
  top: 256px;
  z-index: 1;
  cursor: pointer;
}

.yjm-copyright {
  position: absolute;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: left;
  left: 1px;
  bottom: 1px;
  line-height: 100%;
}

.yolp-logo {
  z-index: 10;
  position: absolute;
  right: 3px;
  bottom: 3px;
}

.scalebar {
  width: 206px;
  height: 10px;
  bottom: 8px;
  right: 80px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-stretch: normal;
  font-size: 9px;
  line-height: normal;
  font-family: verdana;
  position: absolute;
}

.scalebar_item {
  overflow: hidden;
  width: 103.065px;
  height: 4px;
  position: absolute;
  top: 3px;
  right: 36px;
}

.scalebar_item>img {
  position: absolute;
  top: -44px;
  width: 100px;
  height: 48px;
}

.scalebar>span {
  position: absolute;
  top: 1px;
  right: 0px;
}

.yourLocation img {
  width:11px
}

.floatR {
  float: right;
}

.floatL {
  float: left;
}

.fw .shopListTitle {
  padding: 0;
}

.access {
  background-color: #cfd0d1;
  padding: 10px;
  font-size: 18px;
}

.fw .shopListTitle .shopDistance {
  color: #000;
  font-size: 16px;
}

.fw .shopListTitle .shopDistance::before {
  background-size: 13px 19px;
  top: .4em;
  width: 14px;
  height: 19px;
}

.mapConfirmation {
  font-size: 16px;
}

.onlineBooking {
  font-size: 20px;
}

.accessBoxWh {
  font-size: 14px !important;
  padding: 10px;
}

.section .headlineNormal {
  margin-bottom: 30px;
}

.fw .sectionTop {
  padding-top: 40px;
}

.fw .noticeTop {
  margin-top: 10px;
}

.fw .headlineSmall {
  margin-bottom: 20px;
}

.fontText {
  font-size: 16px;
}
.bgShopInfo{
  background: #f8f8f8;
}

@media only screen and (max-width: 600px) {
  .fw .shopListTitle .shopDistance {
    color: #000;
    font-size: 14px;
  }

  .fw .shopListTitle .shopDistance::before {
    background-size: 11px 16px;
    top: .2em;
    width: 14px;
    height: 19px;
  }

  .mapConfirmation {
    font-size: 14px;
  }

  .onlineBooking {
    font-size: 14px;
  }

  .access {
    margin-top: 10px;
    padding: 15px;
    font-size: 14px;
  }

  .accessBoxWh {
    padding: 20px 15px;
  }

  .section .headlineNormal {
    margin-bottom: 20px;
  }

  .fw .sectionTop {
    padding-top: 60px;
  }

  .fw .noticeTop {
    margin-top: 15px;
  }

  .tbl {
    margin: 0 0 20px;
  }

  .fw .tbl th, .fw .tbl td {
    font-size: 100%;
    padding: 15px;
  }

  .fw .headlineSmall {
    margin-bottom: 15px;
  }

  .fontText {
    font-size: 14px;
  }
}
.modalOpen span{
  display: inline-block;
  cursor: pointer;
}
.modalOpen span:after{
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url('/shop/set/data/search/lib/img/shared/icn_question.svg');
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  background-size: cover;
  margin-left: 5px;
}

.boxItemDetails {
  color:#fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  width: 314px;
  padding: 45px;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: 10;
  background: rgba(52,57,51,1);
  border: 4px solid #34393d;
}
.boxItemDetails * {
  box-sizing: border-box;
  letter-spacing: 0.04em;
  word-break: break-all;
  line-height: 166%;
}
.boxItemDetails .arrow {
  margin-left: -12px;
  background: rgba(52,57,51,1);
  border-top: 0 solid #34393d;
  border-left: 0 solid #34393d;
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -11px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  -webkit-transition: .2s;
  transition: .2s;
}

.boxItemDetails a {
  display: inline-block;
}
.boxItemDetails .boxItemDetailsClose {
  background: #dfdfdf;
  height: 40px;
  width: 40px;
  position: absolute;
  right: -4px;
  top: -4px;
  cursor: pointer;
}
.boxItemDetails .boxItemDetailsClose:before, .boxItemDetails .boxItemDetailsClose:after {
  content: '';
  height: 2px;
  width: 50%;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  top: 18px;
  left: 50%;
  margin-left: -25%;
  display: block;
  background: #fff;
  position: absolute;
}
.boxItemDetails .boxItemDetailsClose:before, .boxItemDetails .boxItemDetailsClose:after {
  top: 19px;
  left: 20px;
  background: #000;
  width: 45%;
}
.boxItemDetails .boxItemDetailsClose:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.boxItemDetails .boxItemDetailsClose:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.boxItemDetails .boxItemDetailsClose:hover {
  opacity: .8;
}

.boxItemDetails .name {
  font-size: 18px;
  font-family: "Hiragino Sans W3", "ヒラギノ角ゴ ProN W3", "WinGothic W3", sans-serif;
  font-weight: bold;
}

.boxItemDetails .disc {
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 18px;
  font-family: "Hiragino Sans W3", "ヒラギノ角ゴ ProN W3", "WinGothic W3", sans-serif;
  font-weight: normal;
}

.boxItemDetails .link.linkGra[class*="linkArrow"]::before {
    border-color: #34393d;
}
.boxItemDetails .link.linkArrowR::before {
    margin-top: 2px;
    transform: rotate(45deg);
}
.boxItemDetails.link[class*="linkArrow"]::before {
    backface-visibility: hidden;
}
.boxItemDetails .link[class*="linkArrow"]::before {
    transform: translate(0px, -50%) rotate(45deg);
}
.boxItemDetails .link[class*="linkArrow"]::before {
    right: 0;
}
.boxItemDetails .link[class*="linkArrow"]::before {
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    top: 50%;
    vertical-align: middle;
    width: 6px;
}
.boxItemDetails .linkGra {
    font-size: 14px;
}
.boxItemDetails a {
    display: inline-block;
}
.boxItemDetails .link.linkGra {
    color: #0b5bce;
}
.boxItemDetails .link.linkArrowR {
    padding-right: 20px;
}
.boxItemDetails .link[class*="linkArrow"] {
    position: relative;
}
.boxItemDetails .link {
    font-family: "Hiragino Sans W3","ヒラギノ角ゴ ProN W3","WinGothic W3",sans-serif;
    font-weight: bold;
    transition: all 0.3s ease 0s;
}
.boxItemDetails a {
    outline: medium none;
}
.boxItemDetails a {
    cursor: pointer;
    text-decoration: none;
}
@media only screen and (max-width: 600px) {

  .boxItemDetails {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    width: auto;
    padding: 20px;
    border: 0 solid #dfdfdf;
  }
  .boxItemDetails .arrow {
    margin-left: 0;
    top: -4px;
  left: 0;
    width: 8px;
    height: 8px;
    border-width: 2px;
  }

  .boxItemDetails .boxItemDetailsClose {
    height: 21px;
    width: 21px;
    right: -2px;
    top: -2px;
  }
  .boxItemDetails .boxItemDetailsClose:before, .boxItemDetails .boxItemDetailsClose:after {
    content: '';
    height: 1px;
    width: 50%;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    top: 9.5px;
    left: 50%;
    margin-left: -25%;
    display: block;
    background: #fff;
    position: absolute;
  }
  .boxItemDetails .name {
    font-size: 12px;
  }
  .boxItemDetails .disc {
    padding-top: 8px;
    font-size: 14px;
    padding-bottom: 5px;
  }
  .boxItemDetails .link.linkArrowR::before {
      margin-top: 0;
  }
  .boxItemDetails .link[class*="linkArrow"]::before {
      height: 4px;
      width: 4px;
    border-width: 1px;
  }
  .boxItemDetails .linkGra {
      font-size: 12px;
  }
}

/* modal */
#overRay {
  position:fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  padding: 0 0;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: auto; 
  -webkit-overflow-scrolling: touch;
  z-index: 2000;
}
#modalContain {
    width: 100%;
    height: 100%;
}

#modalInner {
    /*max-width: 980px;*/
    width: 870px;
    margin: auto;
    display: table;
    height: 50%;
    top: 25%;
    position: relative;
    background-color: #FFFFFF;
    vertical-align: top;
  }

/* #modalInner:after {
  content:'';
  background: url('/shop/set/data/search/lib/img/shared/icon_close.png');
  width: 60px;
  height: 60px;
  position: absolute;
  top: -60px;
  right: -30px;
  cursor: pointer;
} */

#modalFrame {
    max-width: 980px;
      width: 100%;
      height: 100%;
}

#modalInner .fw {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 870px !important;
  min-width: 870px !important;
  padding: 20px 40px;
}

.modal-type01-01_button {
  margin:0;
  padding:0;
  border:none;
  outline:none;
  position:absolute;
  right:0;
  top:-49px;
  width:29px;
  height:29px;
  box-sizing:border-box;
  display:block;
  text-indent:-9999px;
  background:transparent;
  cursor:pointer;
  text-decoration:none;
  -webkit-transition:opacity 0.4s;
  transition:opacity 0.4s;
}

.modal-type01-01_button::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 34px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
}

.modal-type01-01_button::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 34px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: auto;
}
.sb-appshell-v1-header-breadcrumbs-utility_button-reserve{
    padding: 8px 20px 7px;
    border: 1px solid rgba(255, 255, 255, 0.5);;
    border-radius: 15px;
    box-sizing: border-box;
    text-align: center;
    font-size: 92.85714%;
    line-height: 1;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    will-change: opacity;
    background: -webkit-gradient(linear, left bottom, left top, from(#0f82b8), to(#0b5bce));
    background: -webkit-linear-gradient(bottom, #0f82b8 0%, #0b5bce 100%);
    background: linear-gradient(0deg, #0f82b8 0%, #0b5bce 100%);
    color: #fff
}
.sb-appshell-v1-header-breadcrumbs-utility_button-reserve:hover {
    opacity: 0.6;
}
.sb-appshell-v1-header-breadcrumbs-utility_button-reserve:link,
.sb-appshell-v1-header-breadcrumbs-utility_button-reserve:visited,
.sb-appshell-v1-header-breadcrumbs-utility_button-reserve:active,
.sb-appshell-v1-header-breadcrumbs-utility_button-reserve:focus,
.sb-appshell-v1-header-breadcrumbs-utility_button-reserve:hover {
    color: #fff;
    text-decoration: none
}

@media only screen and (max-width: 600px) {
  #shopmaparea{
    margin-bottom: 30px;
    padding-bottom: 0;
  }
  #reserve{
    padding-top: 45px;
    padding-bottom: 45px;
  }

  #reserve .inner{
    padding-left: 0;
    padding-right: 0;
  }
  #reserve img {
      width: 60px;
  }

  #reserve .tel_reservation .tel_icon {
      width: 25px;
  }  
}

.fw #reserve .tel_reservation .txt {
  font-size: 14px;
}

.fw .listGrid.listGridSp2row>*:before{
  display: none;
}
#reserve .flex.tel_reservation {
  justify-content: center;
  align-items: center;
}
.fw .flex.tel_reservation a{
  color:#FFFFFF;
}
.fw .bgGra .flex>* {
  margin: 0;
}

.fw .flex.tel_reservation .tell_icon_number .tel_icon {
  margin-right: 15px;
}

@media only screen and (min-width: 600px) {
  .fw .listGrid.listGridSp2row>*
  {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .fw .listGrid.listGridSp2row>*:after {
    height: 100%;
  }
  .fw .flex.tel_reservation .tel_number{
    font-size: 26px;
  }
  .fw .flex.tel_reservation .tell_icon_number {
    justify-content: center;
    margin-left: -50px;
  }
}

@media only screen and (max-width: 600px) {
  .fw #reserve .tel_reservation .txt {
    font-size: 12px;
  }
  .fw .flex.tel_reservation .tell_icon_number {
    margin-left: -25px;
  }
  .fw .flex.tel_reservation .tel_number{
    font-size: 22px;
  }
  .fw .flex.tel_reservation .tell_icon_number .tel_icon {
    margin-right: 10px;
  }
  .fw .flex.tel_reservation .tell_icon_number {
    justify-content: center;
  }
}

@media print{
  #reserve,#keyword{
    display: none;
  }
}

.pointerNone {
  pointer-events: none;
}

.marker {
  background-size: cover;
  width: 52px;
  height: 60px;
  cursor: pointer;
}
#map_large_btn {
  position: absolute;
  top: 12%;
  left: 50%;
  transform:translate(-50%, -50%);
  z-index: 1000;
  border-style: none;
}