@charset "UTF-8";
/* 共通======================================== */
.flex_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flex_box {
  width: 50%;
}
/* 店舗概要======================================== */
.info-box {
  padding: 20px;
}

.info-box dl {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.info-box dt {
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 8px;
  letter-spacing: 0.1em;
  border-bottom: 1px dotted #3b535f;
  width: 30%;
  text-align: justify;
}

.info-box dd {
  margin: 0;
  padding-bottom: 8px;
  padding-top: 8px;
  border-bottom: 1px dotted #3b535f;
  width: 70%;
}

.access-button {
  text-align: center;
  margin-top: 24px;
}

.access-button a {
  display: inline-block;
  background-color: #f05532;
  color: white;
  padding: 10px 24px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
}
/* お土産======================================== */
.list-free .img_area {
  display: flex;
  justify-content: start;
}
.list-free .midashi {
  background-color: #ebebd1;
  width: 7em;
  display: inline-block;
  text-align: center;
  padding: 0 0.8em;
  margin-top: 0.5em;
  margin-right: 1em;
  border-radius: 5px;
}
/* 御予約======================================== */
.reservation img {
  max-width: 500px;
  width: 100%;
}
.reservation p {
  text-align: center;
}
