@charset "UTF-8";
* {
  text-decoration: none;
  margin: 0;
  padding: 0;
}
#breakfast * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#breakfast {
  line-height: 1.8;
  font-size: 20px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
#breakfast a:hover {
  opacity: 0.8;
}
#breakfast .mainimg {
  background-image: url(../img/breakfast/mainimg.jpg);
  height: 40vw;
  background-size: cover;
  background-repeat: no-repeat;
  max-height: 525px;
}
#breakfast .maintitle {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}
#breakfast .maintitle img {
  position: absolute;
  top: 2vw;
  width: 45vw;
  max-width: 596px;
}
#breakfast .read {
  background-image: url(../img/breakfast/read-bg.png);
  background-repeat: repeat-x;
  margin-top: -17px;
}
#breakfast .read p {
  width: 1100px;
  margin: 0 auto;
  padding: 50px 0 35px;
  color: #582f16;
  background-image: url(../img/breakfast/food.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
}
#breakfast .read p span {
  border-bottom: dashed 1px #000;
  line-height: 2;
  padding-bottom: 5px;
}
#breakfast .section {
  width: 1100px;
  margin: 0 auto;
}
#breakfast .hotel-box {
  margin: 50px 0;
  padding: 30px 0;
}
#breakfast .hotel-box.gray {
  background-image: url(../img/breakfast/g-bg.jpg);
  height: 1330px;
  background-repeat: repeat-x;
  padding: 64px 0;
  background-position: center;
}
#breakfast .hotel-box h2 {
  font-weight: bold;
  text-align: center;
  background: url(../img/breakfast/brackets-l.png), url(../img/breakfast/brackets-r.png);
  background-repeat: no-repeat;
  background-position: left 20% top, right 20% top;
  height: 66px;
  line-height: 66px;
  margin-bottom: 25px;
  font-size: 35px;
}
#breakfast .hotel-box .text {
  background-image: url(../img/breakfast/dish.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  letter-spacing: -0.5px;
}
#breakfast .hotel-box .info ul li {
  list-style-type: none;
  font-size: 19px;
}
#breakfast .hotel-box .info ul {
  background-color: #fff;
  border: 1px dashed #000;
  border-radius: 20px;
  padding: 20px 30px;
  margin: 30px 0 50px;
}
#breakfast .hotel-box .info ul li span {
  background-color: #ff9b6e;
  font-weight: bold;
  color: #fff;
  border-radius: 15px;
  padding: 0 5px;
  display: inline-block;
  width: 140px;
  text-align: center;
  line-height: 40px;
  margin: 0 20px 10px 0;
}
#breakfast .hotel-box .hotel-link {
  display: flex;
  justify-content: space-around;
}
/* まとめ */
#breakfast .matome h2 {
  padding-top: 40px;
  text-align: center;
}
#breakfast .matome .text {
  color: #582f16;
  padding-top: 40px;
}
#breakfast .matome .text span {
  border-bottom: dashed 1px #000;
  line-height: 2;
  padding-bottom: 5px;
  font-size: 19px;
}
/* スライダー */
#breakfast .bx-wrapper {
  margin-bottom: 30px;
}
#breakfast .bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 0px #ccc !important;
  -webkit-box-shadow: 0 0 0px #ccc !important;
  box-shadow: 0 0 0px #ccc !important;
  border: none !important;
  left: 0px !important;
  background: none !important;
}
#breakfast .bx-wrapper .bx-pager.bx-default-pager a {
  background: #FFF !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 0px !important;
}
#breakfast .bx-wrapper .bx-pager {
  position: absolute;
  bottom: 20px;
}
#breakfast .bx-wrapper .bx-pager.bx-default-pager a:hover, #breakfast .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: transparent !important;
}
#breakfast .bx-wrapper .bx-pager.bx-default-pager a:hover,#breakfast .slide .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #ff9b6e !important;
}
.slide {
  position: relative;
}
.slide .sleft {
  position: absolute;
  top: 50%;
  left: 55px;
  z-index: 2000;
  width: 40px;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
.slide .sright {
  position: absolute;
  top: 50%;
  right: 55px;
  z-index: 2000;
  width: 40px;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
.slide .sleft:hover, .slide .sright:hover {
  opacity: 0.8;
  cursor: pointer;
}
/* バイセブバイ個別設定 */
#breakfast .hotel-box.bai-hotel h2 {
  background-position: left 33% top, right 33% top;
}

/*ホテル評価*/
#breakfast .data-box {
    display: flex;
    font-size: 14px;
    justify-content: center;
  padding-bottom: 10px;
}
#breakfast .data-box .iconbox p.rank {
    width: auto;
    color: #fff;
    border-radius: 12px;
    padding: 0 10px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
}
#breakfast .data-box .iconbox p.rank.high {
    background: #a48700;
}
#breakfast .data-box .iconbox p.rank.low {
    background: #213264;
}
#breakfast .data-box p.kuchikomi .evaluation {
    font-weight: bold;
    padding-left: 4px;
}
#breakfast .data-box p.kuchikomi {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}
#breakfast .data-box p.kuchikomi .evaluation.ore {
    color: #ff4e00;
}
#breakfast .data-box p.kuchikomi .evaluation.yellow {
    color: #ff9900;
}
#breakfast .data-box p.kuchikomi .evaluation .comment {
    padding-left: 0;
}
#breakfast .data-box p.kuchikomi .number {
    font-weight: normal;
    color: #000;
    padding: 0;
    margin: 0;
}
#breakfast .data-box p.kuchikomi .number a {
    text-decoration: underline;
    display: inline;
}
#breakfast .data-box p.kuchikomi .star {
    display: flex;
}
#breakfast .box-left .data-box, #breakfast .box-right .data-box {
    width: 100%;
}


/* PCレイアウト */
@media (min-width: 640px) {
  /*--------------------------------------------------*
 *   PCでは無効/表示されない
 *--------------------------------------------------*/
  .pc_none {
    display: none !important;
  }
}
/* スマホレイアウト */
@media (max-width: 639px) {
  /*--------------------------------------------------*
 *   SPでは無効/表示されない
 *--------------------------------------------------*/
  .sp_none {
    display: none !important;
  }
  #container {
    padding: 0px;
    width: 100%;
    background: none;
  }
  #container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #panlist_cebu ol li {
    line-height: normal;
  }
  #panlist_cebu li a {
    font-size: 12px;
  }
  #breakfast {
    float: none;
    padding: 0px;
    width: 100%;
    font-size: 4vw;
    line-height: 1.6;
  }
  #breakfast img {
    border: 0px;
    vertical-align: top;
    max-width: 100%;
    height: auto;
    width /***/ : auto;
  }
  #breakfast .mainimg {
    background-image: url(../img/breakfast/mainimg-sp.jpg);
    height: 63vw;
    background-position: top center;
  }
  #breakfast .maintitle {
    width: auto;
  }
  #breakfast .maintitle img {
    width: 70vw;
    max-width: none;
    left: 0;
    right: 0;
    margin: auto;
  }
  #breakfast .read p {
    width: auto;
    padding: 6vw 10px 35px;
    background-size: 35vw;
  }
  #breakfast .read {
    margin-top: -3vw;
    background-size: 190vw;
  }
  #breakfast .hotel-box {
    margin: 30px 0;
    padding: 10px;
  }
  #breakfast .hotel-box.gray {
    padding: 20px 10px;
    background-size: 150vw;
    background: url(../img/breakfast/g-bg-sp-top.jpg), url(../img/breakfast/g-bg-sp-bottom.jpg), url(../img/breakfast/g-bg-sp.jpg);
    background-size: 150vw;
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-position: top, bottom, center;
    height: auto;
  }
  #breakfast .section {
    width: auto;
  }
  #breakfast .hotel-box h2 {
    font-size: 5vw;
    height: 45px;
    line-height: 45px;
    margin-bottom: 10px;
    background-size: contain;
    background-position: left 0 top, right 0 top;
  }
  .slide .sleft {
    left: 1vw;
  }
  .slide .sright {
    right: 1vw;
  }
  #breakfast .bx-wrapper {
    margin-bottom: 10px;
  }
  #breakfast .hotel-box .text {
    background-image: none;
  }
  #breakfast .hotel-box .info ul {
    padding: 10px;
    margin: 15px 0;
    border-radius: 10px;
  }
  #breakfast .hotel-box .info ul li {
    font-size: 3.8vw;
  }
  #breakfast .hotel-box .info ul li span {
    border-radius: 5px;
    padding: 3px 5px;
    display: block;
    width: auto;
    line-height: 40px;
    margin: 5px 0 5px;
    line-height: 1.5;
  }
  #breakfast .hotel-box .hotel-link {
    display: block;
  }
  #breakfast .hotel-box .hotel-link p {
    margin-bottom: 10px;
  }
  #breakfast .bx-wrapper .bx-pager {
    bottom: 10%;
  }
  #breakfast .bx-wrapper .bx-pager.bx-default-pager a {
    margin: 0 7px 0px 7px !important;
  }
  #breakfast .hotel-box .info ul li a {
    word-break: break-all;
  }
  #breakfast .hotel-box.bai-hotel h2 {
    background-position: left 0 top, right 0 top;
  }
  #breakfast .matome h2 {
    padding: 0;
  }
  #breakfast .matome .text {
    padding: 10px 10px 30px;
  }
  #breakfast .matome .text span {
    font-size: 4vw;
    letter-spacing: -0.3px;
  }
  
/*ホテル評価スマホ*/
#breakfast .data-box .iconbox p.rank{
padding: 0 2px;
}
#breakfast .data-box{
font-size: 3vw;
}
#breakfast .data-box p.kuchikomi{
margin-left: 5px;
}
#breakfast .data-box p.kuchikomi .star img{
width: 15px;
}
}