@charset "shift_jis";

#restcp-body {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 1.5;
  color: #222;
  width: 830px;
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, Verdana, "ＭＳ Ｐゴシック", sans-serif !important;
}

#restcp-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#restcp-body img-box {
  display: inline-block;
  margin: 10px auto;
}

.ft_14 {
  font-size: 14px;
}

.rest_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#restcp-body .btn_area {
  margin: 20px auto 40px;
  text-align: center;
}

.contents_h2 {
  background: #911F56;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  margin: 60px 0px 20px;
  padding: 8px 15px 5px;
  text-align: center;
  letter-spacing: 2px;
}

.entry_disp {
  display: none;
  margin: 10px -10px 20px;
  text-align: center;
  flex-wrap: wrap;
}

.entry_guest {
  display: none;
  margin: 10px -10px 20px;
  text-align: center;
  flex-wrap: wrap;
}

.entry_guest a {
  color: #911f56;
}

.entry-combtn {
  width: 47%;
  color: #911f56;
  font-size: 20px;
  font-weight: bold;
  background-color: #FAEAF2;
  border: 2px solid #911f56;
  border-radius: 5px;
  padding: 10px 0;
  display: inline-block;
  text-decoration: none;
  line-height: 1.3;
  letter-spacing: 1px;
  margin: 8px;
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

.entry_btn_txt {
  font-size: 16px;
}

#restcp-body .entry_btn {
  cursor: pointer;
}

#restcp-body .entry_btn:hover {
  opacity: 0.5;
}

.entry_inactive_btn {
  color: #ddd;
  border: none;
  background-color: #aaa;
  margin: 8px;
}

.area_flex {
  display: flex;
  flex-wrap: wrap;
}

.entry_done_btn {
  background-color: #e9e9e9;
  color: #911f56;
  border: 2px solid #911f56;
}

.rest_wrapper {
  padding: 0 15px;
}

.rest_flex {
  display: flex;
  flex-wrap: wrap;
}

.kome_indent {
  position: relative;
  padding-left: 18px
}

.kome_indent::before {
  content: "※";
  position: absolute;
  left: 0;
}

.dot_indent {
  position: relative;
  padding-left: 18px
}

.dot_indent::before {
  content: "・";
  position: absolute;
  left: 0;
}

.before_rest {
  position: relative;
  font-weight: bold;
  padding: 0 0 0 22px;
}

.before_rest::before {
  content: "";
  background-image: url("../images/google_worning.svg");
  display: inline-block;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% auto;
  position: absolute;
  left: 0;
}

.restlist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 8px 0px 30px;
}

.restlist_box {
  width: 32%;
  height: auto;
  margin: 0 0 15px;
}

.restlist li {
  list-style: none;
}
.rest_linkbtn:hover,
.restlist li a:hover,
.fzn_img:hover {
  opacity: 0.7;
}
.rest_linkbtn {
  padding: 15px 50px;
  font-weight: bold;
  font-size: 20px;
  color: #911f56;
  text-decoration: none;
  border-radius: 5px;
  background-color: #FAEAF2;
  display: inline-block;
}
.copy_slash::before,
.copy_slash::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #222;
  vertical-align: middle;
  margin: 0 10px;
}

.copy_slash::before {
  transform: rotate(-30deg);
  margin-right: 10px;
}
.copy_slash::after {
  transform: rotate(30deg);
  margin-left: 10px;
}
.rest_arrow {
	padding-left: 5px;
	font-size: 16px;
}
