.ranking{
    margin: 50px 0;
    color: #333333;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.tabs__menu {
  display: flex;
  justify-content: center;
}
.tabs__menu div:first-child{
    margin-right: 3%;
}
.tabs__menu-item {
  flex-grow: 1;
  padding:10px;
  list-style:none;
  text-align:center;
  cursor:pointer;
  border-radius: 10px 10px 0 0;
  background:#D7D7D7;
  font-size: 20px;
  font-weight: bold;
}
.tabs__menu-item.is-active {
    background:#1d8b42;
  color:#FFF;
  transition: all 0.2s ease-out;
}
.tabs__body {
  display: none;
}
.tabs__body.is-active {
    display: block;
}
.tabs__menu{
  display: flex;
  justify-content: center;
}
.panel-group{
  border-top:solid 4px #1d8b42;
}
li.tab.weekly{
    margin-right: 3%;
}
h2.hotel{
    background:url("../img/hotel_icon.png?0") no-repeat left;
    padding-left: 4%;
}
h2.op{
    background:url("../img/op_icon.png?0") no-repeat left;
    padding-left: 4%;
}
h2 span{
    font-weight: normal;
}
.ranking .kuchikomi {
    display: flex;
    align-items: center;
}
.ranking .kuchikomi .star{
    display: flex;
    align-items: center;
}
.ranking .kuchikomi .midashi {
    font-size: 15px;
    font-weight: bold;
    padding-right: 0;
}
.ranking .kuchikomi .evaluation{
    font-weight: bold;
        padding-left: 4px;
}
.ranking .evaluation.ore{
    color: #ff4e00;
}
.ranking .evaluation.yellow{
   color: #ff9900;
}
.ranking .evaluation .comment{
    padding-left: 0;
}
.ranking .kuchikomi .number {
    font-weight: normal;
    color: #000;
    padding: 0;
    margin: 0;
}
.ranking .kuchikomi .number a{
    text-decoration: underline;
    color: #333333;
}
.ranking .kuchikomi .number a:hover{
    text-decoration:none;
}
.ranking .rank .text {
    text-align: center;
    border-radius: 5px;
}
.ranking .rank .top1{
    background: #DAB92E;
    font-weight: bold;
    color: #FFF;
}
.ranking .rank .top2{
    background: #A7A7B3;
    font-weight: bold;
    color: #FFF;
}
.ranking .rank .top3{
    background: #BD6A42;
    font-weight: bold;
    color: #FFF;
}
.ranking .rank .name a{
    color: #333333;
}
.ranking .toparea .rank .name a{
    font-weight: bold;
}
.ranking .box .price {
    text-align: right;
    font-weight: bold;
    color: #f31212;
}
.ranking .box .price span {
    color: #222121;
    margin-right: 15px;
}
.ranking .link {
    margin-top: 5px;
}
.ranking .link a{
    display: block;
    background: #F09D1B;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    position: relative;
    padding: 5px;
}
.ranking .link a::after {
    content: '';
    position: absolute;
    top: 48%;
    right: 20px;
    transform: rotate(45deg) translateY(-50%);
    width: 7px;
    height: 7px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #FFF;
}
.ranking .link a:hover{
    opacity: 0.8;
}
.ranking .toparea .link a{
    font-size: 20px;
}
.ranking .othersarea .link a{
    font-size: 15px;
}
.ranking .name a span{
    overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ranking .box p.comment{
    overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (min-width: 767px),print {
.pc_none{
    display: none !important;
}
.base {
    width: 68%;
    margin: 0 auto;
    padding: 30px 0;
}
.tabs__menu{
    width: 67%;
    margin: 0 auto;
}
h2{
    font-size: 28px;
}
h2 span{
    font-size: 18px;
    padding-left: 20px;
}
.ranking .toparea,.ranking .othersarea{
    display: flex;
    flex-wrap: wrap;
}
.ranking .toparea .box{
    width: 32%;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.ranking .toparea .box:nth-child(3){
    margin-right: 0;
}
.ranking .othersarea .box{
    width: 23.5%;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.ranking .othersarea .box:nth-of-type(4n){
    margin-right: 0;
}
.ranking .toparea .img img{
    object-fit: cover;
    width: 100%;
    height: 205px;
}
.ranking .othersarea .img img{
    object-fit: cover;
    width: 100%;
    height: 155px;
}
.ranking .text{
    padding: 5px;
    font-size: 20px;
}
.ranking .text span{
    font-size: 15px;
}
.ranking .toparea .name a{
    font-size: 18px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    min-height: 50px;
}
.ranking .othersarea .name a{
    font-size: 15px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    min-height: 50px;
}
.ranking .toparea .rank .name a{
    min-height: 63px;
}
.ranking .box .img{
    margin-top: 5px;
}
.ranking .toparea .box p.comment{
    font-size: 14px;
    min-height: 45px;
    margin-top: 5px;
    
}
.ranking .othersarea .box p.comment{
    font-size: 12px;
    min-height: 37px;
    margin-top: 5px;
}
.ranking .toparea .box .price {
    font-size: 20px;
}
.ranking .toparea .box .price span {
    font-size: 14px;
}
.ranking .othersarea .box .price {
    font-size: 18px;
}
.ranking .othersarea .box .price span {
    font-size: 12px;
}
.ranking .toparea .box .kuchikomi .evaluation{
    font-size: 16px;
}
.ranking .toparea .box .evaluation .comment{
    font-size: 16px;
}
.ranking .toparea .box .kuchikomi .number {
    font-size: 14px;
}
.ranking .othersarea .box .kuchikomi .evaluation{
    font-size: 14px;
}
.ranking .othersarea .box .evaluation .comment{
    font-size: 12px;
}
.ranking .othersarea .box .kuchikomi .number {
    font-size: 12px;
}
.ranking .othersarea .text{
    padding: 0;
}
.ranking .kuchikomi{
    min-height: 30px;
}
#contact-tel-img{
    padding-top: 0px;
}
}
@media screen and (min-width: 768px) and (max-width: 1680px) {
.base,.tabs__menu {
    width: 70%;
}
}
@media screen and (min-width: 768px) and (max-width: 1480px) {
.base,.tabs__menu {
    width: 90%;
}
.ranking .toparea .box{
    width: 31%;
}
.ranking .othersarea .box{
    width: 22.5%;
}
.ranking .othersarea .box .price{
    font-size: 15px;
}
.ranking .kuchikomi .star img{
    width: 12px;
}
.ranking .othersarea .box .kuchikomi .evaluation{
    font-size: 12px;
}
.ranking .othersarea .name a{
    font-size: 13px;
}
}
@media (max-width: 767px) {
.sp_none{
    display: none !important;
}
h2{
    margin: 10px 0;
    font-size: 4vw;
    font-weight: bold;
}
h2.hotel{
    padding-left: 10%;
}
h2.op {
    background: url(../img/op_icon.png?0) no-repeat left 31%;
    padding-left: 10%;
    background-size: 26px;
}
h2 span{
    font-size: 3vw;
    display: block;
}
.ranking{
    margin: 20px 0;
}
.tabs__menu-item{
    padding: 2px;
    font-size: 4vw;
    border-radius: 3px 3px 0 0;
}
.base{
    margin: 0 3%;
}
.ranking .box{
    display: flex;
    margin-bottom: 15px;
}
.ranking .box .img{
    width: 40%;
    margin-right: 2%;
}
.ranking .box .img img{
    object-fit: cover;
    height: 100px;
    width: 100%;
}
.ranking .box .right{
    width: 58%;
}
.ranking .box .rank{
    display: flex;
    align-items: flex-start;
}
.ranking .rank .text{
    width: 20%;
    border-radius: 3px;
    font-size: 3vw;
}
.ranking .rank .text span{
    font-size: 2.2vw;
}
.ranking .rank .name{
    margin-left: 2%;
    width: 80%;
    font-size: 3vw;
}
.ranking .kuchikomi img{
    width: 10px;
}
.ranking .kuchikomi .evaluation{
    font-size: 3vw;
}
.ranking .kuchikomi .number a{
    font-size: 2.5vw;
}
.ranking .box .comment {
    font-size: 2.8vw;
    line-height: 110%;
    margin-bottom: 5px;
}
.ranking .box .price{
    font-size: 3.2vw;
}
.ranking .box .price span{
    font-size: 2.5vw;
}
.ranking .toparea .link a,.ranking .othersarea .link a{
    font-size: 3.2vw;
    padding: 2px;
}
.ranking .link a::after{
    width: 5px;
    height: 5px;
    top: 46%;
}

}