/* --------------------start_地図から探す-------------------- */

#Map {
  height: 580px;
  background-image: url(../../common/senmon/images/map_i/hawaii_pc.svg);
}

.Map__item--kauai {
  left: 0px;
  top: 152px;
}

.Map__item--oahu {
  left: 194px;
  top: 202px;
}

.Map__item--maui {
  left: 373px;
  top: 269px;
}

.Map__item--bigisland {
  left: 433px;
  top: 412px;
}

/* --------------------end_地図から探す-------------------- */

/* --------------------start_他の都道府県-------------------- */
.SenmonLink__link-homen[href="/hawaii/"] {
  color: var(--corporate-color);
  pointer-events: none;
}
/* --------------------end_他の都道府県-------------------- */

.price_column_wapper {
  display: flex;
  justify-content: center;
}

.price_column {
  font-size: 1.6rem;
  font-weight: 400;
  display: block;
  position: relative;
  width: 320px;
  padding: 20px;
  background: white;
  border-radius: 6px;
  box-shadow: 0px 0px 0px 1px #c3c3c3 inset,
    0 2.5rem 2rem -2rem rgb(0 0 0 / 10%);
  transition: box-shadow 0.3s;
}

.price_column h3 {
    color: var(--corporate-color);
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}

.price_column:not(:last-child) {
  margin-right: 32px;
}

.price_column dl dd, .price_column dl dt span  {
    font-size: 1.2rem;
    font-weight: 400;
    color: #333;
    letter-spacing: 0;
}

.price_column dl dt {
    font-size: 1.6rem;
    color: #ff0000;
    margin-bottom: 10px;
}

.price_column dl dt span  {
    padding-right: 5px;
}

.price_column .Common21__line-btn {
    width: 100%;
    text-align: center;
    line-height: 1.3;
    padding: 10px 45px 10px 10px;
}

.model__link {
    width: 700px;
    text-align: center;
    margin: 20px auto 0;
}

#model {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 60px;
}

.model__link a {
    display: flex;
    align-items: center;
}

.model__link a figure {
    width: 120px;
    margin-right: 3%;
}