@charset "UTF-8";
/* CSS Document */

h1{
	background-image: url(/attending/guide/okinawa/images/h2-background.png);
}

/* start_block-map */
.group-map {
    background-image: url(/attending/guide/okinawa/images/map-hokubu.jpg);
}

.bt-hokubu1 {
    top: 15px;
    left: 755px;
}
.bt-hokubu2 {
    top: 191px;
    left: 545px;
}
.bt-hokubu3  {
top: 93px;
    left: 399px;
}
.bt-hokubu4 {
    top: 165px;
    left: 225px;
}
.bt-hokubu5 {
    top: 270px;
    left: 515px;
}
.bt-hokubu6 {
    top: 360px;
    left: 305px;
}
.bt-hokubu7  {
	top: 415px;
	left: 210px;
}
.bt-hokubu8 {
    top: 145px;
    left: 755px;
}
p.map-link{
    bottom: 10px;
    right: 10px;
}


/* end_block-map */

/* start_block-ranking */
.block-ranking .caption {
  margin-top: 0;
}
/* end_block-ranking */

/* start_block-spot */
.Spot .caption {
  /* margin: 0 0 10px; */
}
/* end_block-spot */

/* start_block-recommend */
.block-recommend .name {
  padding: 5px 0;
}
/* end_block-recommend */

/* start_block-weather */
#temperature {
    display: flex;
    justify-content: center;
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
    gap: 0 20px;
  }

  #temperature .temperature {
    width: calc(100% / 4);
  }

  .temperature {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 8px 0;
    color: #6b6b6b;
    font-size: 1.8rem;
    font-weight: 600;
    cursor: pointer;
    border-radius: 100px;
    box-shadow: 0px 0px 0px 1px #e5e5e5 inset;
    transition: box-shadow .5s;
  }

  .temperature.current::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    display: block;
    width: 16px;
    height: 16px;
    background-color: gray;
    border: 3px solid gray;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
  }

  .temperature:hover::before {
    transition: background-image 0.5s;
  }

  .temperature.spring {
    background-color: #ebfaff;
  }

  .temperature.spring:hover,
  .temperature.spring.current {
    box-shadow: 0px 0px 0px 3px var(--theme-color04) inset;
  }

  .temperature.spring.current::after {
    background-color: #ebfaff;
    border-color: var(--theme-color04);
  }

  .temperature.summer {
    background-color: #ffe8e8;
  }

  .temperature.summer:hover,
  .temperature.summer.current {
    box-shadow: 0px 0px 0px 3px var(--theme-color01) inset;
  }

  .temperature.summer.current::after {
    background-color: #ffe8e8;
    border-color: var(--theme-color01);
  }

  .temperature.autumn {
    background-color: #F4FBF4;
  }

  .temperature.autumn:hover,
  .temperature.autumn.current {
    box-shadow: 0px 0px 0px 3px var(--theme-color02) inset;
  }

  .temperature.autumn.current::after {
    background-color: #F4FBF4;
    border-color: var(--theme-color02);
  }

  .temperature.winter {
    background-color: #fff9e6;
  }

  .temperature.winter:hover,
  .temperature.winter.current {
    box-shadow: 0px 0px 0px 3px var(--theme-color03) inset;
  }

  .temperature.winter.current::after {
    background-color: #fff9e6;
    border-color: var(--theme-color03);
  }

  /* 気温表 */
  table.temperatureTbl {
	border-collapse: collapse;
	width: 1024px;
	}

    .temperatureTbl caption {
      position: relative;
      margin-bottom: 15px;
      font-size: 22px;
      font-weight: 600;
    }

    .temperatureTbl caption::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      display: block;
      width: calc(100% - 280px);
      height: 1px;
      background-color: #e5e5e5;
    }

    table.temperatureTbl th, table.temperatureTbl td {
        border: solid 1px #fff;
        text-align: center;
        }

    table.temperatureTbl th {
        background-color: #EEEEEE;
        padding: 15px 20px;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.5;
        text-align: left;
        vertical-align: middle;
        text-align: center;
        white-space:  nowrap;
    }

    table.temperatureTbl td {
        font-size: 15px;
        line-height: 1.5;
        color: #333333;
        padding: 15px 10px;
        vertical-align: middle;
    }

    th.month {
        width: 80px;
    }

    th.average {
        width: 140px;
    }

    th.event {
        width: 220px;
    }

    .left {
        text-align: left !important;
    }

    .spring td {
        background-color:  #ebfaff;
    }

    .spring .emphasis {
        background-color: #B6EBFD;
        font-weight: 600;
    }

    .summer td {
        background-color:  #FFF5F5;
    }

    .summer .emphasis {
        background-color: #FDDBDB;
        font-weight: 600;
    }

    .autumn td {
        background-color:  #F4FBF4;
    }

    .autumn .emphasis {
        background-color: #D6F4D9;
        font-weight: 600;
    }

    .winter td {
        background-color:  #FFF9E6;
    }

    .winter .emphasis {
        background-color: #FCEDC0;
        font-weight: 600;
    }
/* end_block-weather */

/* .Spot .label::before{
	content:none;
} */

h1 img{
	width:339px;
	height:69px;
}

.block-spot .sample-atosute h4::after {
  content: none;
}

.sample-atosute .GuideModal-tourBtn-wrap .btn {
  padding: 5px 50px;
}

/*.serchBox.spot__select {
    width: 30%;
}*/

.guide-link {
	margin-right: 2rem;
}

.guide-link_items{
	margin-right: 0rem;
}