body {
  background-repeat: no-repeat, no-repeat, repeat, repeat;
  background-size: 30vw auto, contain, cover, auto;
  background-position: center 130px, center 60px, top center, top center;
  background-image: url('./yoghourt.png'), url('./breads.png'), linear-gradient(90deg, #e60012 0%, #e60012 10px, rgba(0, 0, 0, 0) 10px, rgba(0, 0, 0, 0) calc(100% - 10px), #e60012 calc(100% - 10px), #e60012 100%), url('./bg.jpg');
  padding-top: 4.5em;
  color: rgb(85 34 21);
}

.navbar .navbar-brand img {
  max-width: 200px;
}

.title-container {
  text-align: center;
  padding-top: 1.5em;
  padding-bottom: 3em;
}

.title-container .read {
  font-size: 80%;
  padding: 0.5em 2.5em;
  margin: 0 4em;
}

.title-container img {
  width: 80%;
  max-width: 800px;
}

.bs-docs-section {
  margin: 0 1.5em 3em;
}

.news p:last-of-type {
  margin: 0;
}

.anchor {
  position: relative;
  top: -80px;
}

.row.dashed-border {
  border: dashed 2px rgb(85 34 21);
  position: relative;
  top: -17px;
  padding: 40px 0 5px;
  margin-bottom: -15px;
  border-radius: 5px;
}

.row.dashed-border .item-name {
  min-height: 3em;
}

.section-title {
  background: transparent url('./title_bg.png') no-repeat center center;
  background-size: contain;
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 50px;
  font-size: 1em;
  color: rgb(85 34 21);
  text-align: center;
  margin-bottom: 2em;
}

.copy {
  margin: 0 auto 1.5em;
  max-width: 1000px;
  display: flex;
}

.copy .text {
  font-size: 1.3em;
	width: 100%;
}

.copy .image {
  width: 15%;
  position: relative;
  display: none;
}

.copy .image img {
  width: 100%;
  position: absolute;
}

.copy .image.left img {
  transform: rotate(-15deg);
  top: -1em;
}

.copy .image.right img {
  transform: rotate(12deg);
  bottom: -1em;
}

.r1-list {
  max-width: 800px;
  margin: 0 auto;
}

.bs-component {
  background-color: #fefff6;
  border-radius: 10px;
  padding: 1em;
  box-shadow: 0 0 2px 1px rgb(85 34 21);
  margin-top: 1.5em;
}

.strong {
  font-weight: bold;
  color: #e60012;
}

.period .h5 {
  font-size: 1.2em !important;
  display: inline-block;
}

.period .h4 {
  font-size: 1.3em !important;
  margin: 0 0.25em;
  display: inline-block;
}

.period .h3 {
  font-size: 1.5em !important;
  display: inline-block;
}

ul.shops {
  padding-left: 0;
}

ul.shops li {
  list-style-type: none;
}

ul.shops li:before {
  content: '◎';
  font-size: 10px;
  vertical-align: middle;
  margin-right: 5px;
}

.card.message {
  background-color: #fefff6;
  box-shadow: 0 0 2px 1px rgb(85 34 21);
}

.card-body .photo {
  display: block;
  float: left;
  margin: 0 1em 1em 0;
}

.card-body .photo img {
  height: auto;
  min-width: 130px;
  max-width: 150px;
  border-radius: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
}

.card-body .photo .text {
  font-size: 0.9em;
}

.shop-thumbnail {
  max-width: 300px;
  display: inline-block;
}

.shop-thumbnail.basel {
  width: 400px;
  max-width: 110%;
  margin: 0 -10%;
  float: none;
}

.shop-name {
  background: transparent url('./title_ribbon2.png') no-repeat center bottom;
  background-size: contain;
  aspect-ratio: 1930 / 440;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item-name {
  margin-top: 0.25em;
  margin-bottom: 0.75em;
  font-weight: bold;
}

.item-name span {
  display: inline-block;
}

.item-image {
  position: relative;
  display: inline-block;
}

.item-image img {
  max-width: 800px;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.offcanvas {
  background: transparent url('./bg.jpg') repeat;
  color: rgb(85 34 21);
}

.offcanvas.offcanvas-start {
  max-width: 1024px;
}

.offcanvas-header {
  background-color: #e60012;
  color: #fff;
  height: 80px;
}

.offcanvas-header img {
  max-width: 200px;
}

.offcanvas-body {
  padding-bottom: 100px;
}

.offcanvas-body > .row {
  max-width: 700px;
  margin: 0 auto;
}

.offcanvas .shop-name {
  max-width: 500px;
  font-size: 1em;
  margin: 0 auto;
  aspect-ratio: 1930 / 440;
  opacity: 0;
}

.offcanvas .shop-name.circle {
  opacity: 1;
}

.offcanvas .item-name {
  font-size: 1.8em;
  margin: 1em 0 1em;
}

.offcanvas .item-price {
  font-size: 2em;
  margin-top: 1.5em;
  font-weight: bold;
  margin-top: 0.5em;
}

.offcanvas .item-price:first-of-type {
  font-size: 2em;
}

.offcanvas .item-price .small {
  font-size: 70%;
}

.offcanvas .item-price .target {
  font-size: 50%;
  position: relative;
  top: 0.5em;
  margin-top: 0em;
}

.offcanvas .item-price-ex {
  font-size: 1.25em;
  margin-top: 1.5em;
}

.offcanvas .item-name .r1 {
  font-size: 0.5em;
  font-weight: normal;
}

.offcanvas .item-image img {
  margin-bottom: 0;
}

.offcanvas .item-image .r1 {
  width: 25%;
  max-width: 200px;
  height: auto;
  border-radius: 50%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
  position: absolute;
  bottom: 10px;
  left: 10px;
  aspect-ratio: 1 / 1;
  display: flex;
  border: 2px solid #e60012;
}

.offcanvas-title {
  font-size: 1.1em;
  margin-top: 2em;
  margin-bottom: 1em;
  display: inline-block;
  padding: 0.5em 1em;
  border: solid 2px rgba(85, 34, 21, 0.5);
  background: repeating-linear-gradient(-45deg, rgba(85, 34, 21, 0.1), rgba(85, 34, 21, 0.1) 3px,rgba(85, 34, 21, 0.05) 3px, rgba(85, 34, 21, 0.05) 7px), #fefff6;
  width: 100%;
  max-width: 25em;
  z-index: 2;
  position: relative;
}

.remark {
  font-size: 0.8em;
  margin-top: 0.75em;
  text-align: left;
}

.description {
  border: dashed 2px rgb(85 34 21);
  position: relative;
  top: -2.5em;
  padding: 40px 1em 20px;
  z-index: 1;
  background-color: #fefff6;
}

.shop-info {
  text-align: left;
  margin-top: 1em;
}

.shop-info dd {
  font-size: 0.9em;
  margin-bottom: 2em;
}

iframe.map {
  width: 100%;
  height: auto;
  max-height: 300px;
  aspect-ratio: 10 / 6;
  display: flex;
  margin: 0 auto;
}

#footer {
  margin: 3em 0;
}

#footer p {
  margin-left: 1.5em;
  font-size: 1.1em;
}

#footer p.small {
  font-size: 1em;
}

@media screen and (min-width: 768px) {
  body {
    background-image: url('./yoghourt.png'), url('./breads.png'), linear-gradient(90deg, #e60012 0%, #e60012 20px, rgba(0, 0, 0, 0) 20px, rgba(0, 0, 0, 0) calc(100% - 20px), #e60012 calc(100% - 20px), #e60012 100%), url('./bg.jpg');
  }
  .title-container {
    padding-top: 6em;
    padding-bottom: 4em;
  }

  .title-container .read {
    font-size: 120%;
  }

  .bs-docs-section {
    margin: 0 2.5em 4em;
  }

  ul.shops {
    text-align: center;
  }

  ul.shops li {
    margin: 0 1.5em 0 1em;
    display: inline-block;
  }

  .copy .text {
    width: 74%;
    display: block;
    padding: 0 1em;
  }

  .copy .image {
    width: 13%;
    display: block;
  }

  iframe.map {
    aspect-ratio: 10 / 4;
  }
}

@media screen and (min-width: 992px) {
  .copy .text {
    width: 70%;
  }

  .copy .image {
    width: 15%;
  }
}

@media screen and (min-width: 500px) {
  .offcanvas .shop-name {
    font-size: 1.25em;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .row.ex .row.dashed-border {
    min-height: 88.8%;
  }
}