@charset "utf-8";

.head_info h1 {
  position: relative;
}
.head_info h1::before {
  content: 'ロケーション｜川崎市宮前区の新築分譲マンション「パレステージ宮崎台Ⅲ」公式HP。東急田園都市線「宮崎台」駅徒歩6分。';
  display: inline-block;
  font-size: 12px;
  color: #fff;
}
/* subhead  */
.sub_head {
  background: url(../img/location/subhead.webp) no-repeat;
  background-position: center;
  background-size: cover;
}

/* ===============================
   page tab
================================ */

.page_tab {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 60px;
  padding: 0 20px;
}

.tab_btn {
  width: 240px;
  text-align: center;
  padding: 18px 0;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #333;
  background: #f7f7f7;
  border: 1px solid #ccc;
  border-bottom: none;
  transition: 0.3s;
}

.tab_btn + .tab_btn {
  margin-left: -1px; /* 枠線重なり対策 */
}

.tab_btn:hover {
  background: #fff;
}

.tab_btn.is_active {
  background: #fff;
  font-weight: 600;
  position: relative;
  top: 1px;
}
.bottom_tab {
  border-top:1px solid #ccc;
  border-bottom:none;
  padding-bottom: 80px;
}
.bottom_tab .tab_btn {
  border: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: none;
}
.bottom_tab .tab_btn.is_active {
  border-top: none;
    top: -1px;
}
/* ===============================
   border_deco
================================ */
.border_deco {
  position: relative;
  border-bottom: 10px solid #ccc;
  margin: 60px 0;
}

.border_deco::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #ccc;
}
.shopping .border_deco {
  border-bottom: 10px solid #da8d97;
}
.shopping .border_deco::after {
  border-top: 20px solid #da8d97;
}

.shopping .section_ttl p:nth-of-type(1) {
  color: #da8d97;
}

.park .border_deco {
  border-bottom: 10px solid #93a768;
}
.park .border_deco::after {
  border-top: 20px solid #93a768;
}

.park .section_ttl p:nth-of-type(1) {
  color: #93a768;
}

.public .border_deco {
  border-bottom: 10px solid #6689a5;
}
.public .border_deco::after {
  border-top: 20px solid #6689a5;
}

.public .section_ttl p:nth-of-type(1) {
  color: #6689a5;
}

.education .border_deco {
  border-bottom: 10px solid #f18e2c;
}
.education .border_deco::after {
  border-top: 20px solid #f18e2c;
}

.education .section_ttl p:nth-of-type(1) {
  color: #f18e2c;
}

.lifeinfo .border_deco {
  border-bottom: 10px solid #5c583e;
}
.lifeinfo .border_deco::after {
  border-top: 20px solid #5c583e;
}

.lifeinfo .section_ttl p:nth-of-type(1) {
  color: #5c583e;
}

{
  background: linear-gradient(to right, #b9b697 0%, #5c583e 100%);
}

/**/
.section_ttl {
  display: flex;
  justify-content: space-between;

  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 40px;
}
/* Trajan Pro 3 Semibold */
.section_ttl p:nth-of-type(1) {
  font-family: 'trajan-pro-3', serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.06em;
  font-size: 18px;
}

.section_ttl p:nth-of-type(2) {
  letter-spacing: 0.14em;
  font-size: 20px;
  margin: 20px auto 0;
}


@media (max-width: 1024px) {
  .section_ttl {
    display: block;
}
  .section_ttl p:nth-of-type(2) {
    font-size: 16px;
}
} 

/**/ /**/
.grid_box {
}

.location-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
}

/* =========================
   基本：4列
========================= */
.location-item {
  width: calc(25% - 22.5px);
}

/* =========================
   1段目：2列（1・2）
========================= */
.location-item:nth-child(-n + 2) {
  width: calc(50% - 15px);
}

/* =========================
   3段目：3列（7〜9）
========================= */
.location-item:nth-child(n + 7):nth-child(-n + 9) {
  width: calc(33.333% - 20px);
}

/* =========================
   テキスト
========================= */
.location-name {
  margin: 10px 0 5px 0;
  font-size: 16px;
  font-weight: 600;
}

.location-info {
  font-size: 12px;
}

/* =========================
   Gourmet用上書き
========================= */

/* PCは4列固定 */
.gourmet_box .location-item {
  width: calc(25% - 22.5px);
}

/* Location側のnth-child指定を無効化 */
.gourmet_box .location-item:nth-child(-n + 2),
.gourmet_box .location-item:nth-child(n + 7):nth-child(-n + 9) {
  width: calc(25% - 22.5px);
}

/* カテゴリ */
.gourmet_box {
  padding: 20px;
  background-color: #f3f2ec;
  border: 1px solid #c9c7ad;
  margin: 30px auto 0;
}
.gourmet-cat {
  color: #5c583e;
  font-size: 14px;
  border-bottom: 3px solid #c9c7ad;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.public .location-grid {
  justify-content: center;
}
.public .location-item:nth-child(n + 3) {
  width: calc(33.333% - 20px);
}


.education .location-item{
  width: calc(33.333% - 20px);
}
/* =========================
   レスポンシブ（1023px以下）
========================= */
@media (max-width: 1023px) {
  .location-grid {
    gap: 20px 10px;
    justify-content: space-between;
}
  .location-item {
    width: 48%;
  }

  .location-item:nth-child(-n + 2) {
    width: 100%;
  }

  .location-item:nth-child(n + 7):nth-child(-n + 9) {
    width: 48%;
  }

  .gourmet_box .location-item {
    width: 48%;
  }

  .shopping .location-item:nth-of-type(9){
    margin: 0 auto;
  }

  .location-name {
    font-size: 14px;
}
/* =========================
   3段目：3列（7〜9）
========================= */
.location-item:nth-child(n + 7):nth-child(-n + 9) {
  width: 100%;
}

.gourmet_box {
    padding: 15px;
}
.gourmet_box .location-item:nth-child(-n + 2), .gourmet_box .location-item:nth-child(n + 7):nth-child(-n + 9) {
    width: 48%;
}

.public .location-grid {
    justify-content: space-between;
}
.public .location-item:nth-child(n + 3) {
    width: 48%;
}
  .public .location-item:nth-of-type(7){
    margin: 0 auto;
  }


  .education .location-item {
    width: 48%;
}

}


.event{
  padding: 20px;
  border-top:  10px solid #b9b697;
  background-color: #4e7479;
  margin: 30px auto;
}
.event_header{
  text-align: center;
  color: #fff;
  margin: 0 auto 30px;
}
.event_ttl{
font-family: 'trajan-pro-3', serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.06em;
    font-size: 18px;
    color: #b9b697;
}
.event_lead{
    letter-spacing: 0.14em;
    font-size: 20px;
    margin: 20px auto;
}
.event_txt{

}

.season-grid {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
}
.season-item{
  padding: 20px 20px 20px 0;
  display: flex;
  width: 48%;
  justify-content: space-between;
}
.season_txt{
  width: 75%;
}
.season_img{
  width: 32%;
}
.season_ttl{
  margin: 0 auto 10px;
}
.season_cate{
  font-size: 12px;
  padding-left: 10px;
}
.season-item .season_cate span{
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  padding: 3px 10px;
  margin-right: .5em;
}
.season_cate+.season_cate{
  margin-top: 10px;
}
.season-item.spring{
background-color:#fdeeed ;
}
.season-item.spring .season_txt span{
background-color:#e2a2a1 ;
}

.season-item.summer{
background-color:#eaeff9 ;
}
.season-item.summer .season_txt span{
background-color:#96b7da;
}

.season-item.autumn{
background-color:#f7efe3;
}
.season-item.autumn .season_txt span{
background-color:#ba9264;
}

.season-item.winter{
background-color:#f8f7f0;
}
.season-item.winter .season_txt span{
background-color:#949279;
}

@media(max-width:1024px) {
.event_header {
    text-align: left;
}
.event_lead {
    font-size: 18px;
}
.event_txt {
    font-size: 14px;
}
.season-item {
    padding: 20px 0;
    width: 100%;
    flex-direction: column;
}
.season_txt {
    width: 100%;
}
.season_img {
    margin: 10px auto 0;
    width: calc(100% - 20px);
}
}

.Lifeinfo {
	margin: 5px auto 25px auto;
	overflow: hidden;
}

.Lifeinfo div {
	width: 48%;
}

.Lifeinfo div.l {
	float: left;
}

.Lifeinfo div.r {
	float: right;
}

.Lifeinfo div ul {
	margin-bottom: 30px;
}

.Lifeinfo div ul li {
	margin: 8px auto;
	border-bottom: dotted 1px #333;
	font-size: 12px;
	overflow: hidden;
}

.Lifeinfo div ul li span {
	float: right;
}

@media(max-width:1024px) {


	.Lifeinfo div {
		float: none !important;
	}
.Lifeinfo div {
	width: 100%;
}
}