@charset "UTF-8";
/* color */
/* font-size */
/* top */
html {
  font-family: "Noto Sans JP", serif;
}

a {
  transition: 0.5s all;
}

img {
  width: 100%;
}

p {
  line-height: 1.6;
}

.jtoc img {
  width: 300px;
}

.matome {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 4rem 1rem;
  max-width: 768px;
  margin: 0 auto;
}

/* fv */
.fv {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.fv__date {
  color: #00935F;
  font-size: 12px;
}
.fv__title {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.6;
}
.fv__description {
  color: #777;
  line-height: 1.6;
}
.fv__caution {
  line-height: 1.6;
  display: flex;
  gap: 0.25rem;
  color: #777;
  font-size: 10px;
}
.fv__powered {
  color: #777;
  font-size: 12px;
  text-align: right;
}

.index {
  background-color: #F2F2F2;
  border-radius: 0.5rem;
  box-sizing: border-box;
  padding: 1rem;
}
.index__midashi {
  font-weight: 700;
}
.index__list ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 1rem;
  line-height: 1.6;
}
.index__list ol li {
  color: #777;
  padding: 0.5rem 0;
}
.index__list ol li a {
  display: inline-block;
  vertical-align: top;
}
.index__list__wrap {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.index__list__tag {
  flex-shrink: 0;
  margin-top: 0.15rem;
}
.index__list__tag ul {
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
}
.index__list__tag ul li {
  font-size: 10px;
  line-height: 1;
  background-color: #FFF;
  border: 1px solid #CECECE;
  padding: 0.25rem;
  border-radius: 0.25rem;
}
.index #restaurant_tag_paper {
  display: flex;
  align-items: center;
}
.index #restaurant_tag_paper:before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  display: block;
  background-image: url(../images/smoking-area.svg);
  background-size: cover;
  margin-right: 0.25rem;
}
.index #restaurant_tag_heated {
  display: flex;
  align-items: center;
}
.index #restaurant_tag_heated:before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  display: block;
  background-image: url(../images/ploom-aura.png);
  background-size: cover;
  margin-right: 0.25rem;
}

.rt {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.rt__head__midashi {
  position: relative;
  border-bottom: 2px solid #00935F;
  margin-bottom: 1rem;
}
.rt__head__midashi::before {
  top: 100%;
  left: 2rem;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #00935F;
  border-width: 11px;
  margin-left: -11px;
}
.rt__head__midashi::after {
  top: 100%;
  left: 2rem;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #FFF;
  border-width: 8px;
  margin-left: -8px;
}
.rt__head__midashi p {
  color: #00935F;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 0.5rem;
}
.rt__head__title {
  display: flex;
  gap: 0.5rem;
  flex-direction: row;
}
.rt__head__title__num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  background-color: #F2F7F4;
  border: 1px solid #00935F;
  color: #00935F;
}
.rt__head__title__name {
  font-size: 26px;
}
.rt__head__info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.rt__head__info__tag {
  color: #777;
}
.rt__head__info__tag ul {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  font-size: 12px;
}
.rt__head__info__tag #restaurant_tag_paper {
  display: flex;
  align-items: center;
}
.rt__head__info__tag #restaurant_tag_paper:before {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  display: block;
  background-image: url(../images/smoking-area.svg);
  background-size: cover;
  margin-right: 0.25rem;
}
.rt__head__info__tag #restaurant_tag_heated {
  display: flex;
  align-items: center;
}
.rt__head__info__tag #restaurant_tag_heated:before {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  display: block;
  background-image: url(../images/ploom-aura.png);
  background-size: cover;
  margin-right: 0.25rem;
}
.rt__head__info__btn a {
  display: block;
  background-color: #00935F;
  color: #FFF;
  font-size: 12px;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
}
.rt__cont {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.rt__cont__image {
  display: flex;
  flex-direction: row;
  gap: 1px;
  margin: 0 -1rem;
}
.rt__cont__image__one {
  width: 50%;
}
.rt__cont__image__one img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.rt__cont__title {
  font-weight: 700;
  margin-bottom: -0.5rem;
}
.rt__review {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.rt__review__title {
  font-size: 22px;
}
.rt__review__wrap {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.rt__review__one {
  border: 1px solid #CECECE;
  box-sizing: border-box;
  padding: 1rem;
  border-radius: 0.5rem;
}
.rt__info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.rt__info__title {
  font-size: 22px;
}
.rt__info__name p {
  font-size: 18px;
}
.rt__info__name span {
  color: #777;
  font-size: 10px;
}
.rt__info__star {
  margin-top: 0.5rem;
}
.rt__info__star__inner {
  display: flex;
  gap: 0.25rem;
  height: 1rem;
  align-items: baseline;
  line-height: 1;
}
.rt__info__star__txt {
  display: block;
  color: #777;
  font-size: 13px;
}
.rt__info__star__stars {
  display: flex;
  height: 0.75rem;
}
.rt__info__star__stars img {
  width: 0.75rem;
  height: 0.75rem;
}
.rt__info__list__one {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  font-size: 12px;
  padding: 1rem 0;
  border-bottom: 1px solid #CECECE;
}
.rt__info__list__one h5 {
  font-weight: 700;
  line-height: 1.6;
  width: 25%;
  max-width: 6rem;
}
.rt__info__list__one__txt {
  width: 75%;
}
.rt__info__list__one__txt ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.rt__info__list__one__txt ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.rt__info__list #restaurant_lunch::before {
  content: "ランチ：";
}
.rt__info__list #restaurant_dinner::before {
  content: "ディナー：";
}
.rt__map {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: #F2F7F4;
  padding: 2rem 1rem;
  border-radius: 0.5rem;
}
.rt__map__midashi {
  color: #00935F;
  font-weight: 700;
  text-align: center;
}
.rt__map__btn a {
  display: block;
  width: 100%;
  background-color: #00935F;
  color: #FFF;
  text-align: center;
  padding: 1rem;
  border-radius: 0.5rem;
}
.rt__caution {
  line-height: 1.6;
  display: flex;
  gap: 0.25rem;
  color: #777;
  font-size: 12px;
}

.bnr_area a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  border: 0.25rem solid #000;
  padding: 2rem;
  box-sizing: border-box;
}
.bnr_area a img {
  width: 50%;
}
.bnr_area a p {
  text-align: center;
  font-weight: 700;
}
.bnr_area a:hover {
  opacity: 0.5;
}
/*# sourceMappingURL=style.css.map */