#newInfo {
  margin-bottom: 50px;
}
.newInfo__inner {
  width: 960px;
  margin: auto;
}

.newInfo__inner h2 {
  text-align: center;
  font-size: 275%;
  font-weight: normal;
  margin-bottom: 20px;
}
.newInfo__list {
  margin-left: 200px;
}

.newInfo__list dt {
  display: inline-block;
  width: 20%;
  margin-bottom: 20px;
  text-align: center;
}

.newInfo__list dd {
  display: inline-block;
  width: 70%;
}
#cp {
  background-color: #fffee3;
  padding: 10px 0 30px;
  margin-bottom: 30px;
}
.cp__inner {
  width: 960px;
  margin: auto;
}
.cp__title {
  text-align: center;
  color: #984807;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 40px;
}
.cp__title .em {
  font-size: 2.2em;
}
.cp__sub-title {
  text-align: center;
  margin-bottom: 30px;
}
.cp__list {
  width: 100%;
  box-sizing: content-box;
  margin-bottom: 30px;
  width: 850px;
  margin: auto;
}

.cp__cnt {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px solid #ddd;
}
.cp__cnt .place {
  width: 300px;
  font-weight: bold;
  font-size: 14px;
}
.cp__cnt .yyyy {
  width: auto;
  margin-right: 15px;
  font-size: 14px;
}
.cp__cnt .mmdd {
  font-size: 14px;
}
.ul-dd {
  border-bottom: 4px dotted #984807;
  margin: 0 10px;
}
.offer li {
  font-size: 14px;
  color: #999;
}
.offer li:before {
  content: "※";
}
.list .spot_list th.spot_list_title {
  height: 1em;
}
.pc-none {
    display: none;
  }
.sp-none {
    display: block;
  }
.cp__cnt>a.place:link, a.place:active, a.place:visited {
  color: #000;
}

@media only screen and (max-width: 760px) {
  .pc-none {
    display: inline-block;
  }
  .sp-none {
    display: none;
  }
  #cp {
    padding: 10px 0;
    margin-bottom: 0;
  }
  .list {
    margin-top: 5%;
  }
  .list .spot_list {
    margin-top: 5%;
  }
  #newInfo {
    margin-bottom: 0;
  }
  .newInfo__inner h2 {
    font-size: 6vw;
    margin-bottom: 0;
  }
  .newInfo__list {
    width: 100%;
    padding:0 5% 5%;
    box-sizing: border-box;
    margin: 0;
  }
  .newInfo__list dt {
    margin-top: 3%;
    width: auto;
    display: block;
    margin-bottom: 0;
    text-align: left;
    font-size: 3.6vw;
  }
  .newInfo__list dd {
    display: block;
    width: 100%;
    text-align: inherit;
    font-size: 3.6vw;
  }
  .newInfo__inner {
    width: 100%;
  }
  .cp__inner {
  width: 100%;
}
  .cp__title {
    font-size: 3.8vw;
    line-height: 1.8;
    margin-bottom: 0;
    font-weight: normal;
  }
  .cp__list {
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
  }
  .cp__title .em {
    font-size: 5.5vw;
    font-weight: bold;
  }
  .cp__sub-title {
    font-size: 4vw;
    margin: 8% 0 0;
  }
  .cp__cnt {
    flex-wrap: wrap;
  }
  .cp__cnt .place {
    width: 100%;
    display: block;
    font-size: 4vw;
  }
  .cp__cnt .yyyy {
    text-align: right;
    display: inline-block;
    width: 27%;
    margin-right: 3%;
    font-size: 3.8vw;
  }
  .cp__cnt .mmdd {
    display: inline-block;
    width: 69%;
    font-size: 3.8vw;
  }
  .offer li {
  font-size: 3.6vw;
  }
  .mmdd__indent {
    text-indent: -1em;
  }
  .spot_list_title {
    height: 1em;
  }
  .ul-dd {
    margin: 0 10px 0 0;
  }
  .list h2 {
    display: block;
    margin: inherit;
    font-size: 6vw;
  }
}

/*20180427  追加*/
.list .spot_list td.name--split1 {
  width: 300px;
}
.list .spot_list td.name--split2 {
  width: 400px;
  border-left: none;
}

@media only screen and (max-width: 760px) {
  .list .spot_list_sp ul li .region {
    float: inherit;
    display: inline-block;
  }
  .list .spot_list_sp ul li .name {
    float: inherit;
    display: inline-block;
    width: 78%;
  }
  .list .spot_list_sp ul li .name--cp {
    border-top: 1px dotted #c9c9c9;
    font-size: 3.5vw;
    width: 100%;
  }
  .list .spot_list_sp ul li .name--cp a::after {
    content: none;
  }
}