@charset "UTF-8";
* {
  box-sizing: border-box;
}

html, body {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, p, ul, li {
  padding: 0;
  margin: 0;
}

ul {
  list-style-type: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

html, body {
  color: #221811;
  height: 100%;
  width: 100%;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, YuGothic, "Yu Gothic", "Helvetica Neue", sans-serif;
}

body {
  display: flex;
  flex-direction: column;
}

footer {
  margin-top: auto;
}

input {
  border: 1px solid #BBBBBB;
  border-radius: 2px;
  padding: 16px;
  color: #221811;
  font-size: 16px;
}

input.error {
  border: 1px solid red;
}

select {
  border: 1px solid #BBBBBB;
  border-radius: 2px;
  padding: 16px;
  color: #221811;
  font-size: 16px;
}

select.error {
  border: 1px solid red;
}

a {
  text-decoration: none;
}

.title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.title.primary {
  color: #966544;
}

.background.primary {
  background-color: #966544;
}

.bespo_text {
  font-size: 12px;
  line-height: 1;
}

.bespo_attention {
  color: #B21231;
}

.main_visual {
  background: url(../img/tr_web_top.jpg) no-repeat center -280px;
  height: 300px;
  width: 100%;
  position: relative;
  padding-top: 85px;
}

.main_logo {
  background: url(../img/text_logo_white.svg) no-repeat center;
  width: 100%;
  height: 80px;
  margin: auto;
}

.main_message {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 1;
  margin-top: 20px;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.content_area.recently {
  padding: 24px 50px;
  position: relative;
}
.content_area.recently::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 48px);
  height: 1px;
  background: #966544;
  margin: 0 24px;
}
.content_area .shop_box {
  flex-basis: 20%;
  padding: 4px;
}
.content_area .shop_box .shop_box_label {
  font-size: 16px;
  font-weight: normal;
}
.content_area .shop_box .shop_box_image {
  background: #ddd;
  height: 150px;
  margin-bottom: 8px;
  position: relative;
}
.content_area .shop_box .shop_box_image img {
  width: 100%;
  height: 100%;
  /* object-fit: contain; */
  object-fit: cover;
}
.content_area .shop_box .shop_box_text {
  font-size: 12px;
}
.content_area .shop_box .shop_box_label {
  display: inline-block;
  padding: 2px;
  background: #966544;
  color: #FFFFFF;
  font-size: 10px;
  margin-right: 4px;
}

.mb_small {
  margin-bottom: 8px;
}

.mb_medium {
  margin-bottom: 16px;
}

.mb_large {
  margin-bottom: 24px;
}

.mb_xlarge {
  margin-bottom: 32px;
}

.mb_xxlarge {
  margin-bottom: 40px;
}

.sp_visible {
  display: none;
}

@media screen and (max-width: 480px) {
  .sp_visible {
    display: block;
  }
  img {
    font-size: 12px;
  }

  .title {
    font-size: 16px;
  }

  .main_visual {
    background: url(../img/tr_web_top.jpg) no-repeat center -45px/cover;
    height: 100px;
    padding-top: 16px;
  }

  .main_logo {
    background-size: contain;
    width: 100%;
    height: 40px;
    margin: auto;
    position: relative;
  }

  .main_message {
    color: #FFFFFF;
    font-size: 12px;
    margin-top: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  }

  .content_area.recently {
    padding: 24px;
  }
  .content_area.recently .shop_box {
    flex-basis: 50%;
  }
  .content_area.recently .shop_box .shop_box_label {
    font-size: 12px;
    font-weight: normal;
  }
  .content_area.recently .shop_box .shop_box_text {
    font-size: 12px;
  }
}
.flex {
  display: flex;
}
.flex.alignCenter {
  align-items: center;
}
.flex.justCenter {
  justify-content: center;
}
.flex.between {
  justify-content: space-between;
}
.flex.wrap {
  flex-wrap: wrap;
}
.flex.full_height {
  height: 100%;
}
.flex .half {
  flex-basis: 50%;
}

.main_content {
  height: 100%;
  width: 100%;
  overflow-y: auto;
}

.container {
  width: 100%;
  padding: 50px;
  position: relative;
}
.container.top {
  padding: 0;
}

header {
  background: #FFFFFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 24px;
  z-index: 10;
}
header .header_container {
  max-width: 960px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
header .logo {
  display: inline-block;
  background: url(../images/table_request_logo.svg) no-repeat center;
  width: 240px;
  height: 24px;
}

.pc_menu {
  display: inline-flex;
}
.pc_menu ul {
  display: flex;
  font-size: 12px;
}
.pc_menu ul li a {
  text-decoration: none;
  color: #966544;
  padding: 24px 8px;
}
.pc_menu ul li a.active {
  font-weight: bold;
}

.sp_menu_icon {
  display: none;
}

.sp_menu {
  display: none;
}

@media screen and (max-width: 900px) {
  header {
    padding: 16px;
  }

  .pc_menu {
    display: none;
  }

  .sp_menu {
    display: inline-block;
    font-size: 20px;
  }
  .sp_menu .sp_menu_check {
    display: none;
  }
  .sp_menu .sp_menu_check:checked + .sp_menu_check_icon {
    transition: 0.3s all ease;
    background: #FFFFFF;
    z-index: 3;
    top: 24px;
    transform: rotate(-45deg);
  }
  .sp_menu .sp_menu_check:checked + .sp_menu_check_icon::before {
    opacity: 0;
    pointer-events: none;
  }
  .sp_menu .sp_menu_check:checked + .sp_menu_check_icon::after {
    content: "";
    position: absolute;
    background: #FFFFFF;
    width: 16px;
    height: 2px;
    top: 0;
    transform: rotate(90deg);
  }
  .sp_menu .sp_menu_check:checked ~ .sp_menu_bg {
    opacity: 1;
    pointer-events: auto;
    position: fixed;
    background: rgba(150, 101, 68, 0.9);
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
  }
  .sp_menu .sp_menu_check:checked ~ .sp_menu_content {
    opacity: 1;
    pointer-events: auto;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  .sp_menu .sp_menu_check:checked ~ .sp_menu_content ul li a {
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    padding: 24px;
    text-decoration: none;
    white-space: nowrap;
  }
  .sp_menu .sp_menu_check_icon {
    background: #966544;
    display: inline-block;
    width: 16px;
    height: 2px;
    position: absolute;
    right: 16px;
    top: 20px;
    opacity: 1;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .sp_menu .sp_menu_check_icon::before {
    content: "";
    position: absolute;
    background: #966544;
    width: 16px;
    height: 2px;
    top: 6px;
  }
  .sp_menu .sp_menu_check_icon::after {
    content: "";
    position: absolute;
    background: #966544;
    width: 16px;
    height: 2px;
    top: 12px;
  }
  .sp_menu .sp_menu_bg {
    opacity: 0;
    pointer-events: none;
    z-index: 1;
  }
  .sp_menu .sp_menu_content {
    position: fixed;
    opacity: 0;
    pointer-events: none;
  }
}
.btn {
  border-radius: 2px;
  display: inline-block;
  padding: 16px 24px;
  line-height: 1;
  text-decoration: none;
  font-weight: bold;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.btn.primary {
  background: #966544;
  border: 2px solid transparent;
  color: #FFFFFF;
}
.btn.primary_border {
  background: #FFFFFF;
  border: 2px solid #966544;
  color: #966544;
}
.btn.secondary {
  background: #036926;
  border: 2px solid transparent;
  color: #FFFFFF;
}
.btn.secondary_border {
  background: #FFFFFF;
  border: 2px solid #036926;
  color: #036926;
}
.btn.disabled {
  background: #b5b5b5;
  color: #828282;
}

.btn_area {
  background: #FFFFFF;
  display: flex;
  width: 100%;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
}
.btn_area.shadow {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.btn_area .btn {
  flex-basis: 30%;
  max-width: 400px;
}
.btn_area.pd_none {
  padding: 0;
}

.position_bottom {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.position_bottom.ab {
  position: absolute;
}

@media screen and (max-width: 480px) {
  .btn {
    font-size: 12px;
    padding: 16px;
  }

  .btn_area .btn {
    flex-basis: 100%;
  }
}
.tr_form {
  padding: 16px 0 0 0;
}

.form_row {
  display: flex;
  align-items: center;
}
.form_row.start {
  align-items: flex-start;
}

.form_row .form_parts {
  flex-basis: 24%;
  margin-right: 16px;
}
.form_row .form_parts:last-child {
  margin-right: 0;
}
.form_row .form_parts input {
  width: 100%;
}

label {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1;
  position: relative;
}
label.require::after {
  content: "";
  position: absolute;
  top: 0;
  right: -16px;
  height: 8px;
  width: 8px;
  background: url(../img/require.svg) no-repeat center;
}

.formCheckMessage {
  font-size: 12px;
  color: #966544;
}

.formErrorMessage {
  font-size: 12px;
  color: red;
}

input{
  width: 100%;
}

.checkbox {
  display: none;
}
.checkbox:checked + .checkbox_label::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  width: 6px;
  height: 10px;
  border-top: 2px solid #966544;
  border-left: 2px solid #966544;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform: translateX(-50%) rotate(-135deg);
}

.checkbox_label {
  display: inline-block;
  border: 2px solid #966544;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  margin: 0;
  position: relative;
}

.checkbox_text {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  padding-left: 8px;
  margin: 0;
}

.radio {
  display: none;
}
.radio:checked + .radio_label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #966544;
  border-radius: 100%;
  transform: translate(-50%, -50%);
}

.radio_label {
  display: inline-block;
  border: 2px solid #966544;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  margin: 0;
  position: relative;
}

.input_wrapper {
  width: 100%;
  position: relative;
}

.input_wrapper.arrow_down::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  background: url(../img/arrow_down.svg) no-repeat center;
  width: 10px;
  height: 10px;
}

.input_wrapper .calenderIcon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.input_wrapper .calenderArea{
  position: absolute;
  bottom:52px;
  left: 0px;
  background-color: #fff;
  z-index: 2;
}

.input_wrapper input {
  padding-right: 24px;
}

.input_wrapper input[type=time] {
  padding: 12.5px;
}

.mapSearch_wrapper {
  display: flex;
}

.mapSearch_wrapper > div {
  flex-basis: 24%;
}

.mapSearch_wrapper .input_wrapper {
  margin-right: 16px;
}

.select_wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.select_wrapper.arrow_down::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  background: url(../img/arrow_down.svg) no-repeat center;
  width: 10px;
  height: 10px;
}

.select_wrapper select {
  width: 100%;
  padding-right: 32px;
  line-height: 1;
  min-height: 33px;
  cursor: pointer;
}

.areaPop {
  position: absolute;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow:0px 0px 5px #BBBBBB;
  padding: 15px 15px 0px;
  color: #221811;
  font-size: 16px;
  z-index: 2;
}

.areaPop .btn_area{
  flex-wrap: wrap;
}

.areaPop .btn_area .btn{
  flex-basis:unset;
  max-width: 100px;
  margin:5px 10px;
}

.areaPop .btn_area .btn[type="clear"]{
  background-color: #FFFFFF;
  border:1px solid #966544;
  color: #966544;
}


.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0 0 0;
}
.pagination.top {
  padding: 0 0 24px 0;
}
.pagination .page {
  padding: 12px;
  font-size: 12px;
  text-align: center;
  border: 1px solid #966544;
  color: #966544;
  margin-right: 8px;
  line-height: 1;
  width: 38px;
  text-decoration: none;
}
.pagination .page.current {
  background: #966544;
  color: #FFFFFF;
}
.pagination .page_prev, .pagination .page_next {
  width: 60px;
  margin-right: 16px;
}
.pagination .page_next {
  margin-left: 8px;
  margin-right: 0;
}

@media screen and (max-width: 480px) {
  .form_row {
    flex-wrap: wrap;
  }
  .form_row .form_parts {
    flex-basis: 100%;
    margin-bottom: 16px;
    margin-right: 0;
  }
  .form_row .form_parts:last-child {
    margin-bottom: 0;
  }

  .mapSearch_wrapper {
    display: block;
  }

  .mapSearch_wrapper .input_wrapper {
    margin-bottom: 16px;
    margin-right: 0px;
  }

  label {
    font-size: 12px;
  }

  .formCheckMessage {
    font-size: 8px;
  }

  .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 0 0 0;
  }
  .pagination .page {
    padding: 4px;
    margin-right: 4px;
    width: 24px;
  }
  .pagination .page_prev, .pagination .page_next {
    width: 50px;
    margin-right: 8px;
  }
  .pagination .page_next {
    margin-left: 4px;
  }
}
.table {
  border: 1px solid #E5D7CD;
  border-collapse: collapse;
  table-layout: fixed;
  text-align: left;
  width: 100%;
}
.table thead {
  background: #E5D7CD;
}
.table thead th {
  font-size: 12px;
  padding: 8px 16px;
}
.table tbody tr {
  border: 1px solid #E5D7CD;
}
.table tbody td {
  font-size: 12px;
  padding: 8px 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.info_table {
  border: 1px solid #E5D7CD;
  border-radius: 5px;
}
.info_table .info_box {
  display: flex;
  border-bottom: 1px solid #E5D7CD;
}
.info_table .info_box:first-child .info_label {
  border-radius: 4px 0 0 0;
}
.info_table .info_box:last-child {
  border-bottom: 0;
}
.info_table .info_box:last-child .info_label {
  border-radius: 0 0 0 4px;
}
.info_table .info_box .info_label {
  background: #966544;
  color: #FFFFFF;
  font-weight: bold;
  padding: 16px;
  flex-basis: 150px;
}
.info_table .info_box .info_text {
  padding: 16px;
  flex: 1;
  word-break: break-all;
}
.info_table a {
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .info_table .info_box .info_label {
    flex-basis: 95px;
  }
}
.tab_wrapper {
  padding: 50px 50px 0 50px;
  border-bottom: 4px solid #966544;
}

.tab_area {
  display: flex;
  width: 100%;
  overflow-x: auto;
}
.tab_area .tab {
  background: #F4EFEC;
  border-radius: 5px 5px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  min-width: 290px;
  font-size: 20px;
  color: #966544;
  line-height: 1;
  position: relative;
  margin-right: 10px;
}
.tab_area .tab:last-child {
  margin-right: 0;
}
.tab_area .tab.active {
  background: #966544;
  color: #FFFFFF;
  font-weight: bold;
}
.tab_area .tab.active .icon.reserve {
  background: url(../img/icon_reserve_active.svg) no-repeat center/contain;
}
.tab_area .tab.active .icon.restaurant {
  background: url(../img/icon_restaurant_active.svg) no-repeat center/contain;
}
.tab_area .tab.active .icon.map {
  background: url(../img/icon_map_active.svg) no-repeat center/contain;
}
.tab_area .tab .icon {
  pointer-events: none;
  margin-right: 8px;
}

.tab_content {
  padding: 24px 50px 100px 50px;
}

@media screen and (max-width: 780px) {
  .tab_wrapper {
    padding: 16px 0 0 16px;
    border-bottom: 4px solid #966544;
  }

  .tab_area .tab {
    min-width: 200px;
    padding: 12px 8px;
    font-size: 16px;
  }

  .tab_content {
    padding: 24px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 480px) {
  .tab_wrapper {
    padding: 16px 0 0 16px;
    border-bottom: 4px solid #966544;
  }
  .tab_area .tab {
    min-width: 125px;
    font-size: 12px;
    margin-right: 4px;
  }
  .tab_area .tab .icon {
    display: none;
  }
}

.reserve_list {
  display: none;
}
.reserve_list.active {
  display: block;
}

.history_list {
  display: none;
}
.history_list.active {
  display: block;
}

.list_box {
  border: 1px solid #DDDDDD;
  width: 100%;
  position: relative;
  min-height: 280px;
  margin-bottom: 16px;
}
.list_box:last-child {
  margin-bottom: 0;
}
.list_box .list_box_title {
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  padding: 16px 48px 16px 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 1px solid #DDDDDD;
}
.list_box .list_box_image {
  width: 250px;
  height: 250px;
  position: relative;
}
.list_box .list_box_image.reccomend::after {
  content: "JCBコンシェルジュからのオススメ";
  background: rgba(3, 105, 38, 0.8);
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  padding: 16px 0;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.list_box .list_box_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.list_box .list_box_info {
  flex: 1;
  padding: 16px 24px 16px 16px;
  position: relative;
}
.list_box .list_btn_area {
  border-top: 1px solid #DDDDDD;
  display: flex;
  justify-content: center;
  padding: 16px 24px;
}
.list_box .list_btn_area .btn {
  font-size: 12px;
  padding: 12px 24px;
  margin-right: 8px;
  max-width: 240px;
}
.list_box .list_btn_area .btn:last-child {
  margin-right: 0;
}

.favorite_icon {
  position: absolute;
  top: 16px;
  right: 24px;
  width: 20px;
  height: 20px;
  background: url(../images/icon_favorite.svg) no-repeat center;
}
.favorite_icon.detail {
  width: 24px;
  height: 22px;
  background-size: cover;
}
.favorite_icon.detail:hover::before {
  content: "";
  visibility: hidden;
}
.favorite_icon.detail:hover::after {
  content: "";
  visibility: hidden;
}
.favorite_icon.detail.active {
  background: url(../images/icon_favorite_active.svg) no-repeat center/cover;
}
.favorite_icon.active {
  background: url(../images/icon_favorite_active.svg) no-repeat center;
}
.favorite_icon:hover::before {
  content: "お気に入りを登録する";
  background: #966544;
  border-radius: 1px;
  color: #FFFFFF;
  font-size: 12px;
  position: absolute;
  top: -40px;
  left: -90px;
  padding: 8px;
  width: 120px;
}
.favorite_icon:hover::after {
  content: "";
  background: #966544;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  position: absolute;
  bottom: 22px;
  left: 5px;
}

.discription {
  line-height: 1.2;
  font-size: 12px;
}
.discription .label_title {
  font-weight: bold;
  width: 70px;
}
.discription .label_discription {
  width: calc(100% - 80px);
}
.discription.over_clamp {
  position: relative;
  height: 60px;
  overflow: hidden;
  line-height: 20px;
}
.discription.over_clamp::before, .discription.over_clamp::after {
  position: absolute;
  background: #ffffff;
}
.discription.over_clamp::before {
  content: "...";
  bottom: 0;
  right: 0;
  width: 15px;
}
.discription.over_clamp::after {
  content: "";
  width: 100%;
  height: 100%;
}

.label {
  border-radius: 100px;
  display: inline-block;
  line-height: 1;
  padding: 8px 16px;
  position: relative;
}
.label.small {
  padding: 6px 8px;
  font-size: 12px;
}
.label.small.category::before {
  height: 6px;
  width: 6px;
}
.label.category {
  background: #036926;
  color: #FFFFFF;
  padding-left: 32px;
}
.label.category::before {
  content: "";
  background: #FFFFFF;
  border-radius: 100px;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
  width: 10px;
}
.label.michelin {
  background: #8E0000;
  color: #FFFFFF;
}

.michelin_star {
  background: url(../images/star.png) no-repeat center/cover;
  width: 24px;
  height: 24px;
  margin-left: 8px;
}
.michelin_star.small {
  width: 20px;
  height: 20px;
}
.michelin_star:first-child {
  margin-left: 24px;
}

.label_items {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 840px) {
  .list_box {
    padding-left: 0;
    margin-bottom: 8px;
  }
  .list_box:last-child {
    margin-bottom: 0;
  }
  .list_box .list_box_title {
    line-height: 1;
    font-size: 16px;
    padding: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 90%;
  }
  .list_box .list_box_image {
    width: 100%;
    height: 200px;
  }
  .list_box .list_box_info {
    padding: 16px;
  }
  .list_box .list_btn_area {
    padding: 16px;
  }
  .list_box .list_btn_area .btn {
    font-size: 12px;
    padding: 12px 24px;
    margin-right: 8px;
  }
  .list_box .list_btn_area .btn:last-child {
    margin-right: 0;
  }

  .favorite_icon {
    top: 16px;
    right: 16px;
  }
  .favorite_icon.detail {
    width: 16px;
    height: 16px;
    background-size: auto;
    top: 0;
    right: 0;
  }
  .favorite_icon.detail.active {
    background: url(../images/icon_favorite_active.svg) no-repeat center;
  }
  .favorite_icon:hover::before {
    content: "";
    visibility: hidden;
    pointer-events: none;
  }
  .favorite_icon:hover::after {
    content: "";
    visibility: hidden;
    pointer-events: none;
  }

  .label_items {
    margin-top: 8px;
    flex-basis: 100%;
  }
}
.side_menu {
  display: block;
  border: 2px solid #DDDDDD;
  padding: 16px;
  height: 100%;
  width: 230px;
}
.side_menu label {
  font-size: 12px;
}

.side_menu_icon {
  display: none;
}

.sp_side_menu {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}

.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.icon.reserve {
  background: url(../img/icon_reserve.svg) no-repeat center/contain;
}
.icon.restaurant {
  background: url(../img/icon_restaurant.svg) no-repeat center/contain;
}
.icon.map {
  background: url(../img/icon_map.svg) no-repeat center/contain;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #f4efec;
  padding: 16px 24px;
  color: #966544;
}

.footer .logo {
  background: url(../img/bespo_logo_brown.svg) no-repeat left/contain;
  display: inline-block;
  height: 24px;
  width: 120px;
}

.copy-right {
  font-size: 16px;
  margin-top: 8px;
}
.footer a {
  font-size: 16px;
  padding: 0 8px;
  color: #966544;
  border-left: 1px solid #966544;
}

.gm-style-iw-t * {
  max-width: 230px !important;
  background: #036926 !important;
  color: white !important;
  overflow: hidden !important;
}

.gm-style-iw-t .gm-ui-hover-effect {
  display: none !important;
}

.gm-style-iw-t::after {
  background: #036926 !important;
}

.gm-style-iw-d {
  padding: 0px 10px 10px 10px;
}

.view-link {
  padding-right: 8px;
}

.pac-item > span:last-child {
  display: none;
}

@media screen and (max-width: 840px) {
  .footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #f4efec;
    padding: 16px 24px;
    color: #966544;
  }

  .footer .logo {
    background: url(../img/bespo_logo_brown.svg) no-repeat left/contain;
    display: inline-block;
    height: 24px;
    width: 100px;
  }

  .copy-right {
    font-size: 12px;
    margin-top: 8px;
  }
  .footer a {
    font-size: 12px;
    padding: 0 8px;
    color: #966544;
    border-left: 1px solid #966544;
  }
  .side_menu {
    display: none;
  }

  .side_menu_icon {
    display: block;
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #036926;
  }
  .side_menu_icon.detail {
    bottom: 108px;
  }
  .side_menu_icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background: url(../images/icon_search.svg) no-repeat center/cover;
  }

  .sp_side_menu.open {
    opacity: 1;
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    padding: 24px;
    pointer-events: auto;
    transition: opacity 0.3s ease;
  }
  .sp_side_menu.open .icon {
    display: inline-block;
    width: 16px;
    height: 16px;
  }
  .sp_side_menu.open .icon.close {
    background: url(../images/icon_close.svg) no-repeat center;
  }
  .sp_side_menu.open .icon.pos_sp_menu {
    position: absolute;
    top: 24px;
    right: 24px;
  }

  .main_area {
    width: 100%;
    padding: 0;
  }
}

.vc-day-content.is-disabled {
  pointer-events: none;
}

.velmld-spinner div {
  font-weight: bold !important;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.velmld-full-screen.velmld-overlay {
  background-color: rgba(255, 255, 255, 0.7);
  position: fixed;
  z-index: 10002;
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.velmld-spinner {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  position: absolute;
  text-align: center;
}

.velmld-spinner .loading-image {
  border: 10px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  border-top: 10px solid #966544;
  width: 150px;
  height: 150px;
  -webkit-animation: spin 5s linear infinite; /* Safari */
  animation: spin 0.7s linear infinite;
  margin-bottom: 15px;
  margin-left: 30px;
}


.velmld-spinner div {
  font-weight: bold !important;
  font-size: 24px !important;
  color: #966544;
}

@media screen and (max-width:480px) {
  .velmld-spinner div {
    font-size: 16px !important;
  }

  .velmld-spinner .loading-image {
    width: 100px;
    height: 100px;
    background-size: cover;
  }
}
