/* --------------------start_地図から探す-------------------- */
#Map {
  height: 562px;
  background-image: url(../../../common/senmon/images/map_d/kyoto01_pc.svg);
}

/* start_map01 */
.Map__item--kyotoshinai {
  left: 355px;
  top: 347px;
}

.Map__item--Kumihama {
  left: 135px;
  top: 152px;
}

.Map__item--TangoPeninsulaIne {
  left: 290px;
  top: 152px;
}

.Map__item--Maizuru {
  left: 258px;
  top: 217px;
}

.Map__item--TambaAyabeFukuchiyama {
  left: 85px;
  top: 282px;
}

.Map__item--KameokaYunohanaOnsen {
  left: 340px;
  top: 282px;
}

.Map__item--UjiNagaokakyo {
  left: 346px;
  top: 412px;
}
/* end_map01 */

/* start_map02 */
.Map__item--kyoto {
  left: 0px;
  top: 60px;
}

.Map__item--OtherinKyotocity {
  left: 260px;
  top: 152px;
}

.Map__item--ArashiyamaTaitoKaohsiungandSagano {
  left: 56px;
  top: 217px;
}

.Map__item--KawaramachoKarasumaShijyoOmiya {
  left: 361px;
  top: 227px;
}

.Map__item--GionHigashiyamaFushimiYamashina {
  left: 358px;
  top: 292px;
}

.Map__item--KyotoStationarea {
  left: 170px;
  top: 312px;
}
/* end_map02 */

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

/* --------------------start_他の都道府県-------------------- */
.SenmonLink__link-homen[href="/kinki/kyoto/"] {
  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__tab-items {
  display: flex;
  gap:20px;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  width: 810px;
  margin: 0 auto 20px;
}

.model__tab-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  background-color: #fff;
  color: #007cb5;
  border-radius: 5px;
  padding: 10px 0;
  cursor: pointer;
  border: 1px solid #007cb5;
}

.model__tab-item.current {
  background-color: #007cb5;
  color: #fff;
}

.model__tab-item.current::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  display: block;
  display: inline-block;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #007cb5 transparent transparent transparent;
  transform: translateX(-50%);
}

.model__tab-item figcaption {
    text-align: left;
    margin-left: 15px;
}

.cts_left {
    flex: 1;
}

.cts_left .Info__notice-ttl {
    margin-bottom: 30px;
}

.cts_left p {
    margin-bottom: 25px;
    padding-bottom: 5px;
    border-bottom: 1px solid;
    padding-left:1em;
	text-indent:-1.25em;
}

.cts_left p span {
    margin-right: 0.25em;
}

.cts_left p:last-child {
    margin-bottom: 0;
}

.cts_left p span {
    color: #007cb5;
}

.model__cts--wrap li {
    display: flex;
    gap: 30px;
    border-radius: 6px;
    background-color: #f5f5f5;
    padding: 30px;
}

.model__cts--wrap li figure {
    width: 320px;
}

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