@charset "UTF-8";
.bean {
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #555;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 0.9em;
}

.bean > h2.title {
  font-size: 1.1em;
  padding: 0.5em;
  color: #fff;
  background: #709aa6;
  margin-top: 10px;
  margin-bottom: 10px;
}

.bean > .comment {
  line-height: 2;
  padding-bottom: 1.5em;
}

.bean > .comment > strong {
  font-size: 1.5em;
}

.bean > .comment > p {
  line-height: 1.5;
}

.bean > .info_comment > p {
  color: #fff;
  background: #b22222;
  line-height: normal;
  padding: 10px 20px;
  border-radius: 10px;
}

.bean > table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 0.95em;
}

.bean > table tr {
  border-bottom: solid 2px #fff;
}

.bean > table tr:last-child {
  border-bottom: none;
}

.bean > table th {
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #709aa6;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}

.bean > table th:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid #709aa6;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.bean > table td {
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
}

.bean > .delivery {
  margin: 2em 0;
  background: #fff;
  border: 1px solid #b22222;
}

.bean > .delivery .box-title {
  font-size: 1.2em;
  background: #b22222;
  padding: 10px 20px;
  text-align: left;
  color: #fff;
  font-weight: bolder;
  letter-spacing: 0.05em;
}

.bean > .delivery p {
  color: #b22222;
  padding: 15px 20px;
  margin: 0;
}

.bean_img {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 2em;
  padding: 2px;
  text-align: center;
}

#target #target_roast {
  height: 100%;
  width: 100%;
}

.chart_comment {
  font-size: 0.9em;
  background-color: cAntiWhite;
  padding: 1em;
  letter-spacing: 1.25;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bean_btn {
  width: 100%;
  padding: 10px;
  color: #fff;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: bold;
  background: #eb6100;
  border-radius: 5px;
  border: none;
  margin: 10px 0 10px 0;
}

.bean_btn_red {
  width: 100%;
  padding: 10px;
  color: #fff;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: bold;
  background: #b22222;
  border-radius: 5px;
  border: none;
  margin: 10px 0 10px 0;
}

.roast8 {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.roast8 img {
  width: 22%;
  height: 22%;
}

#raderChart {
  margin-top: 20px;
  margin-bottom: 20px;
}

.namamame {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  margin-top: 20px;
  margin-top: 20px;
}

.namamame img {
  width: 33%;
  height: 33%;
  margin: 10px;
}

#open, #close {
  cursor: pointer;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
  padding: 12px 0;
  margin: 0px auto;
}

#mask {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

#modal {
  background: #fff;
  width: 80%;
  padding: 20px;
  border-radius: 4px;
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  z-index: 9999;
}

#modal > p {
  margin: 0 0 20px;
}

#mask.hidden {
  display: none;
}

#modal.hidden {
  -webkit-transform: translate(0, -600px);
          transform: translate(0, -600px);
}

.scroll-box {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}

.scroll-box div img {
  max-width: 100%;
  min-width: 600px;
  vertical-align: top;
}

.scroll-box::-webkit-scrollbar {
  height: 4px;
}

.scroll-box::-webkit-scrollbar-track {
  background: #eee;
}

.scroll-box::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}

.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #999;
}
/*# sourceMappingURL=coffee_pages.css.map */