@charset "utf-8";

/* CSS Document */
h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  /*text-align: left;*/
}

h2 p {
  font-size: 16px;
}

@media screen and (max-width: 769px) {
  h2 {
    font-size: 1.65em;
  }
}

/*==============================
　top_img
===============================*/
.topimg {
  background: url("../../img/hawaii/top.jpg") no-repeat;
}

@media screen and (max-width: 769px) {
  .topimg {
    width: 100%;
    height: 200px;
    background-position-x: -25px;
    background-size: cover;
  }
}

/*==============================
　 NEW TOPICS
===============================*/
.top_area {
  background-color: #cee0f0;
  padding: 3% 1em 0;
  position: relative;
}

.topics_area h2 {
  position: absolute;
}

.whats_up_area {
  margin: 5% 0;
}

.whats_up {
  margin-top: 64px;
}

.whats_up_area ul {
  --_column: 3;
  --_gap: 24px;
  display: flex;
  gap: var(--_gap);
  width: 100%;
  margin-inline: auto;
  flex-wrap: wrap;
}

.whats_up_area ul li {
  position: relative;
  max-width: 100%;
  width: 100%;
  flex-basis: calc((100% - var(--_gap) * (var(--_column) - 1)) / var(--_column));

}

.whats_up_area li a {
  display: grid;
  gap: 10px;
  grid-template-columns: auto 1fr;
  align-items: center;
}

.topic_photo {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  vertical-align: middle;
  margin-right: 10px;
}

.topic_new_icon {
  position: absolute;
  top: -10px;
  left: 25px;
  width: 70px;
  display: block;
}

.whats_up_area ul a:hover {
  color: #004091;
}

.t_txt {
  font-size: 1rem;
  display: inline-block;
}

.t_copy {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .whats_up_area {
    margin-bottom: 10%;
  }

  .whats_up_area h2 p {
    font-size: 1rem;
    padding: 5% 0;
  }

  .whats_up_area ul {
    --_column: 1;
    margin-top: 16px;
  }

  .whats_up {
    margin-top: 40px;
    position: relative;
    overflow-y: scroll;
    height: 180px;
  }

  .topic_new_icon {
    left: 0;
  }

  .topic_photo {
    width: 50px;
    height: 50px;
    border-radius: 50px;
  }

  .topic_new_icon {
    width: 50px;
  }

  .t_txt {
    font-size: 1em;
    display: inline-block;
  }

  .whats_up::-webkit-scrollbar {
    width: 5px;
  }

  .whats_up::-webkit-scrollbar-track {
    background: #fff;
    border: none;
    border-radius: 10px;
  }

  .whats_up::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
    box-shadow: none;
  }

  .t_copy {
    font-size: 1.65em;
    padding-bottom: 5%;
  }
}

/*==============================
　MAP
===============================*/
.t_map_area {
  margin: 5% 0 0;
}

/*--　SP --*/
.map_area_sp ul li {
  display: block;
  position: relative;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
  padding: 5% 0;
}

.map_area_sp ul li dl {
  display: flex;
  align-items: center;
}

.map_photo_sp {
  width: 30%;
}

.map_txt_sp {
  width: 60%;
  padding-left: 3%;
  font-size: 1.1rem;
  font-weight: bold;
}

.line_photo {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 1280px;
}

.contents_bnr {
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 5rem 0;
  background-color: #f6f2c2;
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 7px, transparent 0, transparent 14px);
}

@media screen and (max-width: 768px) {
  .contents_bnr {
    padding: 1rem 0;
  }
}

/*================================
	malamahawaii
=================================*/
.malamahawaii_area {
  margin: 5% auto 10%;
}

.malamahawaii_bnr {
  text-align: center;
  display: block;
  margin-bottom: 5%;
}

.malamahawaii_area ul {
  display: flex;
  margin: 5% 0;
}

.malamahawaii_area ul li {
  margin: 0 2%;
  padding: 0 3%;
  width: 46%;
  display: flex;
  flex-direction: column;
}

.day_box_lead {
  flex-grow: 1;
  padding-bottom: 0.8rem
}

.day_box_lead p {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.btn-blue {
  background-color: #004098;
  color: #FFF;
  display: block;
  width: 150px;
  text-align: center;
  justify-content: flex-end;
}

@media screen and (max-width: 480px) {
  .main_pc {
    display: none;
  }

  .ttlLine span {
    font-size: 1.8rem !important;
  }

  .malamahawaii_area ul {
    display: block;
  }

  .malamahawaii_area ul li {
    width: 100%;
    margin: 0 0 5%;
    padding-bottom: 5%;
    border-bottom: 1px dotted #999;
  }
}

@media screen and (min-width: 481px) {
  .main_sp {
    display: none;
  }
}