@charset "UTF-8";
/* CSS Document */
.spotList .markerIconBox {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

/*****列表*****/
.travelList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 961px) {
    .travelList {
      margin: 0 -15px; } }
  @media (min-width: 1181px) {
    .travelList li {
      padding: 0 15px 50px; } }
  @media (min-width: 961px) and (max-width: 1180px) {
    .travelList li {
      padding: 30px 15px 20px; } }
  @media (max-width: 960px) {
    .travelList li {
      padding: 20px 0;
      margin-top: 20px; } }
  @media (max-width: 500px) {
    .travelList li:first-of-type {
      margin-top: 0; } }
  .travelList .Img {
    position: relative; }
    .travelList .Img img {
      display: block;
      width: 100%;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
  .travelList .Txt {
    position: relative;
    padding-top: 20px; }
  .travelList .classTitle {
    color: #959595; }
    @media (max-width: 500px) {
      .travelList .classTitle {
        text-align: center; } }
  .travelList h3 {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 400; }
    @media (max-width: 1180px) {
      .travelList h3 {
        border-bottom-color: #1dcad3; } }
    @media (max-width: 500px) {
      .travelList h3 {
        text-align: center; } }
    .travelList h3 a {
      display: block;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
  .travelList .txtExp {
    max-height: 50px;
    margin-top: 15px; }

/*****內頁*****/
footer {
  position: relative;
  z-index: 11; }

.side_share {
  z-index: 12; }

@media (min-width: 1181px) {
  .mapBox {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: calc(50% - 150px);
    height: calc(100vh - 60px); } }

@media (max-width: 1180px) {
  .mapBox {
    width: 100%; } }

@media (min-width: 961px) and (max-width: 1180px) {
  .mapBox {
    height: 500px; } }

@media (max-width: 960px) {
  .mapBox {
    height: 300px; } }

.mapBox .map {
  height: 100%; }

.mapBox .label {
  display: block;
  font-family: "Roboto", Arial, "Noto Sans JP", "微軟正黑體", Helvetica, Heiti TC, "メイリオ", sans-serif;
  font-weight: 300;
  color: #1dcad3;
  background-color: transparent; }

.travelContentBox {
  position: relative;
  z-index: 10;
  clear: both; }
  @media (min-width: 1301px) {
    .travelContentBox {
      padding-left: 520px; } }
  @media (min-width: 1181px) and (max-width: 1300px) {
    .travelContentBox {
      padding-left: calc(50% - 150px + 50px); } }
  @media (max-width: 1180px) {
    .travelContentBox {
      text-align: center; }
      .travelContentBox .spotList {
        text-align: left; } }
  .travelContentBox .bread {
    float: right; }
  .travelContentBox .classTitle {
    display: inline-block;
    padding: 3px 10px;
    margin-bottom: 30px;
    font-size: 12px;
    color: #fff;
    background-color: #1dcad3; }
    @media (max-width: 500px) {
      .travelContentBox .classTitle {
        margin-bottom: 10px; } }
  .travelContentBox .txtExp {
    padding-bottom: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5; }
  .travelContentBox .txtTime,
  .travelContentBox .txtPeople {
    display: inline-block; }
    .travelContentBox .txtTime::before,
    .travelContentBox .txtPeople::before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      margin: 8px;
      width: 14px;
      height: 14px; }
  .travelContentBox .txtTime::before {
    background: url(../images/icon/icon_travel_clock.png) no-repeat center; }
  .travelContentBox .txtTime + .txtPeople {
    position: relative;
    margin-left: 12px;
    padding-left: 8px; }
    .travelContentBox .txtTime + .txtPeople::after {
      content: '';
      position: absolute;
      top: calc(50% - 7px);
      left: 0;
      width: 1px;
      height: 14px;
      background-color: #e5e5e5; }
  .travelContentBox .txtPeople::before {
    background: url(../images/icon/icon_travel_people.png) no-repeat center; }

.spotList {
  position: relative;
  margin-top: 50px; }
  @media (min-width: 1301px) {
    .spotList {
      padding-bottom: 100px; } }
  @media (min-width: 501px) and (max-width: 1300px) {
    .spotList {
      padding-bottom: 50px; } }
  @media (max-width: 500px) {
    .spotList {
      max-height: 500px;
      padding-right: 15px;
      margin-bottom: 50px;
      overflow-y: auto; } }
  @media (min-width: 501px) {
    .spotList::before {
      content: '';
      position: absolute;
      top: 0;
      left: 22px;
      width: 2px;
      height: 100%;
      background: url(../images/dotted.png) repeat-y center top; } }
  .spotList li {
    position: relative;
    padding: 10px 0 50px 80px;
    cursor: pointer; }
    @media (max-width: 500px) {
      .spotList li {
        padding: 3px 0 40px 50px; } }
    @media (max-width: 500px) {
      .spotList li::before {
        content: '';
        position: absolute;
        top: 0;
        left: 15px;
        width: 2px;
        height: 100%;
        background: url(../images/dotted.png) repeat-y center top; } }
  .spotList .Img {
    max-width: 215px;
    margin-bottom: 10px; }
    .spotList .Img img {
      display: block;
      width: 100%;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
  .spotList .spotTime {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #1dcad3; }
  .spotList h3 {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #1dcad3; }
  .spotList p {
    display: block;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    color: #808080; }
  .spotList .spotTitle {
    font-size: 13px;
    color: #191919; }
    .spotList .spotTitle span {
      color: #959595; }
  .spotList .markerIconBox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background-color: #cecece; }
    @media (max-width: 500px) {
      .spotList .markerIconBox {
        width: 30px;
        height: 30px; } }
    .spotList .markerIconBox::before {
      content: '';
      position: absolute;
      top: 4px;
      left: 4px;
      width: calc(100% - 8px);
      height: calc(100% - 8px);
      border: 1px solid rgba(255, 255, 255, 0.4); }
    .spotList .markerIconBox svg {
      width: 18px;
      height: 18px;
      fill: #fff; }
      @media (max-width: 500px) {
        .spotList .markerIconBox svg {
          width: 12px;
          height: 12px; } }
  .spotList li.red .markerIconBox,
  .spotList li:hover .markerIconBox {
    background-color: #1dcad3; }

.side_news {
  position: relative; }
  @media (min-width: 1181px) {
    .side_news {
      margin-top: 0;
      padding-left: 80px;
      border-top: 0; } }
  @media (min-width: 1301px) {
    .side_news {
      margin-left: 520px; } }
  @media (min-width: 1181px) and (max-width: 1300px) {
    .side_news {
      margin-left: calc(50% - 150px + 50px); } }
  @media (min-width: 1181px) {
    .side_news::before {
      content: '';
      position: absolute;
      top: 0;
      left: 22px;
      width: 2px;
      height: calc(100% + 80px);
      background: url(../images/dotted.png) repeat-y center top; } }
  @media (min-width: 1181px) {
    .side_news::after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: calc(100% - 80px);
      height: 1px;
      background-color: #e5e5e5; } }
  @media (min-width: 1181px) {
    .side_news .txtExp {
      max-height: 100px; } }
