.place-block .place-block__label {
  margin-left: 0.5em;
}

@media (max-width: 767px) {
  .place-block .place-block__label {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
  }

  .place-block .place-block__label:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
  }

}


.place-block .place-block__toggle {
  transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  background-color: #fff;
  color: #FF007B;
  border-radius: 3px;
  border: 1px solid #eee;
  padding: 0.8em 1em;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin: 1em auto;
  display: flex;
  align-items: center;
  letter-spacing: 0;
  position: relative;
  cursor: pointer;
  outline: none;
  /* box-shadow: inset 0 3px 2px rgba(255, 255, 255, 0.1), 0 0px 2px rgba(0, 0, 0, 0.2); */
}

.place-block .place-block__toggle:hover {
  background-color: #ffecf6;
  border: 1px solid #ffecf6;
    /* box-shadow: none; */
}

.place-block .place-block__toggle::before {
  content: "";
  width: 1.1em;
  height: 1.1em;
  display: inline-block;
  background: url(../img/icon/icon-pin_pink.svg) center no-repeat;
  background-size: contain;
  vertical-align: text-bottom;
  margin-right: 0.5em;
}

.place-block .place-block__toggle:after {
  transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  content: "\e920";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: text-bottom;
  font-size: 1.2em;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.place-block .place-block__toggle.place-block__toggle--open:after {
  transform: translateY(-50%) rotateZ(180deg);
}

@media (min-width: 768px) {
  .place-block .place-block__toggle {
    margin: 1em auto;
  }
}


.place-block__body {
  overflow: hidden;
}


.place-block iframe {
  display: block;
}


.place-block .place-block__row {
  padding: 4px 16px;
  border: none;
  border-bottom: 1px solid #ddd;
}

.place-block .place-block__row th,
.place-block .place-block__row td {
  padding: 6px 16px;
  background-color: #f6f6f6;
  border: none;
}

.place-block .place-block__row th {
  width: 10px;
  white-space: nowrap;
  color: #999;
}

.place-block .place-block__row th::before {
  content: "";
  font-size: 1.6em;
  width: 1em;
  height: 1em;
  border: 1px solid transparent;
  display: inline-block;
  background: center no-repeat;
  background-size: contain;
  vertical-align: middle;
  opacity: 0.5;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.place-block .place-block__row--name th::before {
  content: "\e951";
}

.place-block .place-block__row--tel th::before {
  content: "\e942";
}

.place-block .place-block__row--address th::before {
  content: "\e953";
}

.place-block .place-block__row--openHour th::before {
  content: "\e954";
}

.place-block .place-block__row--closed th::before {
  content: "\ea0c";
}

.place-block .place-block__row--access th::before {
  content: "\e952";
}

.place-block .place-block__row--price th::before {
  content: "\e940";
}

.place-block .place-block__row--url th::before {
  content: "\e9cb";
}

.place-block__row--url a:link,
.place-block__row--url a:visited,
.place-block__row--url a:hover,
.place-block__row--url a:active {
  text-decoration: underline;
}


/* --------------------------
.wp-block-button
-------------------------- */
.wp-block-button__link {
  color: #ffffff;
  position: relative;
  display: inline-block;
  padding: 0.4em 1.2em;
  text-decoration: none;
  background: #e60065;
  border-bottom: solid 2px #d5005d;
  border-radius: 30px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 4px rgba(0, 0, 0, 0.20);
  font-weight: bold;
}

.wp-block-button__link:hover {
  background: #ff0070;
  color: #ffffff;
}