@charset "UTF-8";
* {
  text-decoration: none;
  margin: 0;
  padding: 0;
}
#itpark * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#itpark {
  line-height: 1.8;
  font-size: 20px;
  font-family: 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}
#itpark a:hover {
  opacity: 0.8;
}
#itpark .mainimg {
  background-image: url(../img/itpark/main.jpg);
  height: 50vw;
  background-size: cover;
  background-repeat: repeat-x;
  max-height: 672px;
  background-position: center;
}
#itpark .maintitle {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}
#itpark .maintitle img {
  position: absolute;
  top: 11vw;
  width: 891px;
  right: 0;
  left: 0;
  margin: auto;
}
#itpark .read {
  background-color: #eefbfe;
}
#itpark .read p {
  width: 1100px;
  margin: 0 auto;
  padding: 35px 0;
  color: #000;
}
/* mokuji */
#itpark .mokuji {
  padding: 20px 30px 40px;
  text-align: center;
  border: 4px solid #1ebde2;
  width: 1100px;
  margin: 40px auto;
}
#itpark .mokuji p {
  color: #1ebde2;
  font-size: 35px;
  font-weight: bold;
}
#itpark .mokuji ul li {
  list-style-type: none;
}
#itpark .mokuji ul {
  width: 800px;
  text-align: left;
  margin: 0 auto;
  font-size: 26px;
}
#itpark .mokuji ul li a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
#itpark .mokuji ul li a span {
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 253, 140, 0)), color-stop(0.5, rgba(246, 253, 140, 0)), color-stop(0.6, rgba(246, 253, 140, 1)), color-stop(0.98, rgba(246, 253, 140, 1)), to(rgba(246, 253, 140, 0)));
}
#itpark .section {
  width: 1100px;
  margin: 0 auto;
}
#itpark h2 {
  text-align: center;
}
.section .sub-ttl {
  background-color: #fff;
  padding: 5px 20px;
  font-size: 23px;
  font-weight: bold;
  color: #1fa3e1;
  margin: 40px 0 20px;
}
#itpark h3 {
  font-size: 35px;
  padding: 0;
  font-weight: bold;
  text-align: center;
  color: #f9982d;
  margin-bottom: 10px;
  padding-top: 50px;
}
#itpark h3::before {
  content: "";
  background-image: url(../img/itpark/left.png);
  width: 45px;
  height: 42px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 15px;
}
#itpark h3::after {
  content: "";
  background-image: url(../img/itpark/right.png);
  width: 45px;
  height: 42px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 15px;
}
#itpark .box {
  padding: 20px 50px;
  border: 5px dotted #2eb1f5;
  border-radius: 20px;
}
#itpark .shop-box {
  border-bottom: 5px dotted #2eb1f5;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
#itpark .shop-box h4 {
  border-left: 10px solid #2eb1f5;
  padding: 8px;
  line-height: 1;
  font-weight: bold;
  font-size: 20px;
}
#itpark .shop-box h4 span {
  display: block;
  color: #2eb1f5;
  margin-bottom: 7px;
}
#itpark h4 a {
  display: inline-block;
  border-left: 10px solid #2eb1f5;
  padding: 15px 10px;
  line-height: 1;
  font-weight: bold;
  font-size: 25px;
  color: #000;
  text-decoration: underline;
  margin: 20px 0 0;
}
#itpark .shop-box:last-of-type {
  border-bottom: none;
}
#itpark .shop-box .access ul li {
  list-style: none;
  margin-bottom: 10px;
}
#itpark .shop-box .access ul li span {
  background-color: #2eb1f5;
  color: #fff;
  width: 150px;
  display: inline-block;
  text-align: center;
  font-size: 17px;
  margin-right: 10px;
  line-height: 1;
  padding: 7px 0;
  font-weight: bold;
}
#itpark .shop-box .access ul li a {
  color: #000;
  text-decoration: underline;
}
#itpark .text {
  font-size: 18px;
  padding: 20px 0;
}
#itpark .link a {
  display: block;
  text-align: center;
  padding: 10px;
  font-size: 25px;
  font-weight: bold;
  color: #1ebde2;
  border: 3px solid;
  position: relative;
  text-decoration: none;
}
#itpark .link a::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border: 0;
  border-top: solid 3px #1ebde2;
  border-right: solid 3px #1ebde2;
  top: 38%;
  right: 12%;
  transform: rotate(45deg);
}
#itpark .link a:hover {
  background-color: #1ebde2;
  color: #fff;
}
#itpark .link a:hover::after {
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}
/* まとめ */
#itpark .matome .text {
  width: 1100px;
  margin: 0 auto;
  border: 5px dotted #2eb1f5;
  border-radius: 20px;
  padding: 20px;
}
/*ホテル評価*/
#itpark .data-box {
    display: flex;
    font-size: 14px;
    padding: 10px 10px 10px 15px;
}
#itpark .data-box .iconbox p.rank {
    width: auto;
    color: #fff;
    border-radius: 12px;
    padding: 0 10px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
}
#itpark .data-box .iconbox p.rank.high {
    background: #a48700;
}
#itpark .data-box .iconbox p.rank.low {
    background: #213264;
}
#itpark .data-box p.kuchikomi .evaluation {
    font-weight: bold;
    padding-left: 4px;
}
#itpark .data-box p.kuchikomi {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}
#itpark .data-box p.kuchikomi .evaluation.ore {
    color: #ff4e00;
}
#itpark .data-box p.kuchikomi .evaluation.yellow {
    color: #ff9900;
}
#itpark .data-box p.kuchikomi .evaluation .comment {
    padding-left: 0;
}
#itpark .data-box p.kuchikomi .number {
    font-weight: normal;
    color: #000;
    padding: 0;
    margin: 0;
}
#itpark .data-box p.kuchikomi .number a {
    text-decoration: underline;
    display: inline;
}
#itpark .data-box p.kuchikomi .star {
    display: flex;
}
#itpark .box-left .data-box, #itpark .box-right .data-box {
    width: 100%;
}


/* PCレイアウト */
@media (min-width: 640px) {
  /*--------------------------------------------------*
 *   PCでは無効/表示されない
 *--------------------------------------------------*/
  .pc_none {
    display: none !important;
  }
  /* map */
  #itpark .map iframe {
    width: 1100px;
    height: 460px;
  }
}
/* スマホレイアウト */
@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;
  }
  #itpark {
    float: none;
    padding: 0px;
    width: 100%;
    font-size: 4vw;
    line-height: 1.6;
  }
  #itpark img {
    border: 0px;
    vertical-align: top;
    max-width: 100%;
    height: auto;
    width /***/ : auto;
  }
  #itpark .mainimg {
    height: 37vw;
    background-position: top center;
    background-size: contain;
  }
  #itpark .maintitle {
    width: auto;
  }
  #itpark .maintitle img {
    width: 70vw;
    max-width: none;
    margin: auto;
    top: 6vw;
  }
  #itpark .read p {
    width: auto;
    padding: 6vw 10px 15px;
    background-size: 35vw;
  }
  #itpark img {
    max-width: 100%;
    height: auto;
  }
  #itpark .mokuji {
    padding: 10px 10px 15px;
    width: auto;
    margin: 20px 10px;
  }
  #itpark .mokuji ul {
    width: auto;
    margin: 0 auto;
    padding: 0 10px;
  }
  #itpark .mokuji ul li a span {
    font-size: 4vw;
  }
  #itpark .mokuji ul li {
    line-height: 1;
    margin-bottom: 5px;
  }
  #itpark .mokuji p {
    font-size: 5vw;
  }
  #itpark .matome .text {
    width: auto;
    padding: 10px;
    font-size: 4vw;
    border-width: 2px;
    margin: 10px;
    border-radius: 15px;
  }
  #itpark .section {
    margin: 10px;
    width: auto;
  }
  #itpark .text {
    font-size: 3.8vw;
    padding: 10px 0;
  }
  #itpark h3 span {
    font-size: 3vw;
  }
  #itpark h3 {
    font-size: 4vw;
    margin-top: 20px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #itpark h3::before, #itpark h3::after {
    width: 32px;
    height: 30px;
  }
  #itpark h3 span {
    font-size: 5vw;
  }
  #itpark .link a {
    padding: 6px;
    font-size: 5vw;
  }
  #itpark .link a::after {
    width: 10px;
    height: 10px;
    border-top: solid 2px #1ebde2;
    border-right: solid 2px #1ebde2;
  }
  /* map */
  #itpark .map iframe {
    width: 100%;
    height: auto;
  }
  #itpark .box {
    padding: 10px;
    border: 3px dotted #2eb1f5;
    border-radius: 15px;
  }
  #itpark .shop-box h4 {
    border-left: 8px solid #2eb1f5;
    padding: 5px 0 5px 10px;
    font-size: 4vw;
  }
  #itpark .shop-box .access ul li span {
    display: block;
    width: 100%;
    font-size: 4vw;
    margin: 0 0 6px 0;
  }
  #itpark .shop-box {
    border-bottom: 3px dotted #2eb1f5;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  #itpark .matome h3 {
    font-size: 6vw;
  }
  #itpark h4 a{
  font-size: 5vw;
  margin: 20px 0 10px;
  }
  
/*ホテル評価スマホ*/
#itpark .data-box .iconbox p.rank{
padding: 0 2px;
}
#itpark .data-box{
font-size: 3vw;
padding: 0 15px 10px 20px;
}
#itpark .data-box p.kuchikomi{
margin-left: 5px;
}
#itpark .data-box p.kuchikomi .star img{
width: 15px;
}
}
@media all and (-ms-high-contrast: none) {
  /* IEのみに適用 */
  #itpark .mokuji ul li a span {
    background:linear-gradient( transparent 0%, transparent 50%, #f6fd8c 75%,#f6fd8c 90%, transparent 90%);
  }
}