@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body{
  font-family: "Noto Sans Japanese", sans-serif;
  background-color: #fff;
  font-size: 16px;
  color: #000;
}
h2 {
  background-color: #5cd693;
  padding: 1px 1px 1px 1px;
  color: #00461f;
  font-size: 1.5em;
  font-weight: bold;
}
h3 {
  color: #00461f;
  font-size: 1.3em;
  font-weight: bold;
  border-bottom: 1px solid #00461f;
}
h3::before {
  content: "■";
  display: inline-block;
}
.footer {
  background-color: #5cd693;
  padding: 10px 0;
  color: #00461f;
}
.list-unstyle{list-style: none;}

.squarebox {
  position: relative;
}
.squarebox::before {
  display: block;
  content: '';
  padding-top: 100%;
}
.content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.thumb {
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.starbox{
  position: relative;
}
.starbox::before {
  display: block;
  content: '';
  padding-top: 17%;
}
.star {
 height: 100%;
 -webkit-mask-image: url("/img/star_cute_fill.svg");
 -webkit-mask-repeat: space;
}
.star-bar {
  background-color: #ffdd00;
  border-radius: 4px;
  /*box-shadow: inset 0 11px 0 rgba(255, 255, 255, .4);*/
}

.rank-img {
  max-width: 60px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 0;
  float: left;
}

.panel-heading h2 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

.inline-block {display: inline-block;}
.ml-5 {margin-left: 5px;}

.navbar-default {
  /*padding-bottom: 20px;*/
  background-color: #5cd693;
  border: none;
  color: #00461f;
}
.navbar-default .navbar-brand {
  color: #00461f;
}
.panel-default {
  border-width: 2px;
  border-color: #5cd693;
}
.panel-default>.panel-heading {
  background-color: #5cd693;
  border-color: #5cd693;
  border-radius: 0;
  color: #00461f;

}
.panel-default>.panel-heading h2 {
  font-weight: bold;
}
.panel>.img-thumbnail {
  padding-top: 0;
  background-color: #5cd693;
  border: none;
  border-radius: 0;
}

.info {
  margin-bottom: 50px;
}
.info-heading {
  background-color: #5cd693;
  margin-top: 0;
  padding: 10px 20px;
  color: #00461f;
  font-size: 1.5em;
  font-weight: bold;
}
.info-body {
  margin: 0 20px;
}

h2>small{
  color: #00461f;
}

/**/
.main-item-panel .btn {
  width: 100%;
}

/* サイドバー */
.sidebar .panel {
  border: none;
  box-shadow: none;
}
.sidebar .panel-heading {
  padding-top: 15px;
  padding-bottom: 15px;
}
.sidebar .panel-title {
  font-weight: bold;
}

/* リスト */
.list-group-item {
  border: 1px solid #5ed693;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  background-color: hsl(28, 58%, 47%);
  border-color: hsl(28, 58%, 47%);
}

/* ボタン */
.btn-success {
  background: hsl(28, 58%, 57%);
  border-color: hsl(28, 64%, 45%);
}
.btn-success.focus, .btn-success:focus, .btn-success:hover {
  color: #fff;
}
.btn-success:hover, .btn-success:active, .btn-success:focus, .btn-success:active:focus {
  background: hsl(28, 58%, 47%);
  border-color: hsl(28, 64%, 35%);
}
.btn-success.btn-lg {
  font-weight: bold;
}

.btn-search {
  color: #fff;
  background: hsl(28, 58%, 57%);
  border-color: hsl(28, 64%, 45%);
  padding: 6px 25px;
  border-radius: 100px;
}
.btn-search.focus, .btn-search:focus, .btn-search:hover {
  color: #fff;
}
.btn-search:hover {
  background: hsl(28, 58%, 47%);
  border-color: hsl(28, 64%, 35%);
}

/* テーブル */
.table {
  font-size: .8em;
  text-align: center;
}
th {
  text-align: center;
}

.sort th.sort-col {
  cursor: pointer;
}
.sort th.sort-col:after {
  content: "\f0dc";
  font-family: FontAwesome;
  font-size: 12px;
  color: #ccc;
  float: right;
  padding-top: 4px;
  font-weight: normal;
}
.sort th.sort-col.asc:after {
  content: "\f0de";
  font-family: FontAwesome;
  color: #000;

}
.sort th.sort-col.desc:after {
  content: "\f0dd";
  font-family: FontAwesome;
  color: #000;
}

@media (min-width: 992px) {
  .main-item-panel>.panel-heading h2 {
    font-size: 30px;
  }
}