@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: "Zen Maru Gothic", serif;
  font-family: "Aoboshi One", serif;
  font-weight: 400;
  font-style: normal;
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

.taimesi {
  background: #FFFFE0;
}
.taimesi .main-head h1 {
  padding-top: 24px;
  color: blue;
  text-shadow: 1px 1px 0 red, -1px -1px 0 red, -1px 1px 0 red, 1px -1px 0 red, 1px 0 0 red, -1px 0 0 red, 0 1px 0 red, 0 -1px 0 red;
  font-size: 48px;
  text-align: center;
  letter-spacing: 2px;
}
.taimesi .main-head p {
  margin-top: 18px;
  font-size: 32px;
  font-weight: bolder;
  text-align: center;
  letter-spacing: 3px;
  color: #000;
  text-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, 3px 0 0 #fff, -3px 0 0 #fff, 0 3px 0 #fff, 0 -3px 0 #fff;
}
.taimesi h2 {
  margin-top: 80px;
  font-size: 40px;
  letter-spacing: 3px;
  color: red;
  text-shadow: 1px 1px 0 yellow, -1px -1px 0 yellow, -1px 1px 0 yellow, 1px -1px 0 yellow, 1px 0 0 yellow, -1px 0 0 yellow, 0 1px 0 yellow, 0 -1px 0 yellow;
  text-align: center;
}
.taimesi .price-color {
  color: yellow;
  -webkit-text-stroke: 1px red;
}
.taimesi .main-container {
  display: flex;
  flex-direction: row-reverse;
  margin: 48px auto 0;
  padding: 0 24px;
}
.taimesi .main-container .main-flex01 {
  width: 40%;
  padding: 0 12px;
}
.taimesi .main-container .main-flex01 p {
  margin: 32px 0 0 0;
  font-size: 28px;
  font-weight: bolder;
  color: yellow;
  text-shadow: 1px 1px 0 red, -1px -1px 0 red, -1px 1px 0 red, 1px -1px 0 red, 1px 0 0 red, -1px 0 0 red, 0 1px 0 red, 0 -1px 0 red;
  text-align: center;
}
.taimesi .main-container .main-flex01 .ballon {
  margin: 32px 0 0 32px;
  position: relative;
  width: 260px;
  height: 100px;
  background: #bae8e8;
  padding: 20px;
  text-align: left;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  list-style: none;
}
.taimesi .main-container .main-flex01 .ballon:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(90, 230, 40, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 30px;
  border-right-width: 30px;
  margin-top: -10px;
  border-right-color: #bae8e8;
  right: 100%;
  top: 50%;
}
.taimesi .main-container .main-flex01 .ballon li {
  font-size: 18px;
  line-height: 1.9;
  position: relative;
  margin: 0 0 0 32px;
  letter-spacing: 2px;
}
.taimesi .main-container .main-flex01 .ballon li::before {
  content: "○";
  position: absolute;
  left: -28px;
}
.taimesi .main-container .main-flex02 {
  width: 60%;
}
.taimesi .main-container .main-flex02 img {
  width: 100%;
  vertical-align: bottom;
}
.taimesi .main-container .main-flex02 p {
  font-size: 24px;
  font-weight: bolder;
  text-align: center;
  color: yellow;
  text-shadow: 1px 1px 0 red, -1px -1px 0 red, -1px 1px 0 red, 1px -1px 0 red, 1px 0 0 red, -1px 0 0 red, 0 1px 0 red, 0 -1px 0 red;
  letter-spacing: 3px;
}
.taimesi .menu-price {
  margin: 64px auto 0;
}
.taimesi .menu-price ul {
  list-style: none;
  margin: 80px auto 0;
  padding: 64px 32px;
  width: 700px;
  border: 3px solid green;
  border-radius: 10px;
}
.taimesi .menu-price ul li {
  color: red;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000;
  font-size: 24px;
  margin: 24px 0px 0 80px;
  position: relative;
}
.taimesi .menu-price ul li::before {
  content: "◆";
  position: absolute;
  left: -48px;
}
.taimesi .menu-price ul li span {
  position: absolute;
  right: 0;
  display: inline-block;
  color: rgb(235, 235, 16);
  text-shadow: 1px 1px 0 red, -1px -1px 0 red, -1px 1px 0 red, 1px -1px 0 red, 1px 0 0 red, -1px 0 0 red, 0 1px 0 red, 0 -1px 0 red;
  letter-spacing: 2px;
  font-size: 24px;
}
.taimesi .menu-price ul li:first-of-type {
  margin-top: 0;
}
.taimesi .menu-price p {
  text-align: center;
  margin: 32px 0 0 0;
  padding: 0 0 24px 0;
  color: red;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000;
  font-size: 22px;
  font-weight: bold;
}
/*# sourceMappingURL=stylish.css.map */