.city .container-in{
	background:#2B6E43A8;
}
/*SPとタブレット*/
@media screen and (max-width:1279px){
.city .container-in{
	background-color:#2B6E43A8;
}
}


.city .container-in .c-ttl-head-01{
	color:#FFF;
}

.c-list-03{
	display:none;
}

.city .container-in .font_pink {
  color: #FF894F;
}


/* 点線囲み帯 */
.city .container-in h2.c-ttl-cmn-02 {
  background: #6dd0d6;
  color: #FFF;
  box-shadow: 0px 0px 0px 5px #6dd0d6;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
}



.city .container-in .contents-main{
	background-color:#faf5f3;
}

/*吹き出し*/
.fukidashi{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.fukidashi::before {
  content: "";
  width: 30px;
  height: 2px;
  transform: rotate(60deg);
  box-sizing: border-box;
  background-color: #333333;
}
.fukidashi::after {
  content: "";
  width: 30px;
  height: 2px;
  transform: rotate(-60deg);
  box-sizing: border-box;
  background-color: #333333;
}

.stamp_ttl::before {
  content: url(/summer/pawpatrol/img/icon1.png);
  position: relative;
  top: 10px;
  margin-right: 10px;
}


.footer{
    z-index: 2;
    position: relative;
}