@charset "UTF-8";
/* CSS Document */

/*===================================================
	エリアマップ　AREA MAP
====================================================*/
.sep {
width: 100%;
height: auto;
float: left;
margin-bottom: 0px;
}

.sep img {
width: 100%;
height: auto;
}

.areamap_catch {
width: 100%;
height: auto;
float: left;
font-size: 18px;
font-weight: bold;
line-height: 160%;
padding: 30px 20px 30px 20px;
text-align: center;
}

.areamap {
width: 100%;
height: auto;
float: left;
margin-bottom: 20px;
text-align: center;
padding: 0 30px;
}

.areamap img {
width: 100%;
height: auto;
}


ul.area_btn_box {
width: 100%;
float: left;
clear: left;
margin-bottom: 50px;
}

ul.area_btn_box li {
width: 20%;
height: auto;
float: left;
}

ul.area_btn_box li:hover {
opacity: 0.8;
}

.zonename p {
position: relative;
font-size: 40px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 900;
line-height: 120%;
}

.zonename span {
font-size: 22px;
font-weight: bold;
line-height: 120%;
}

#baby {
width: 100%;
height: auto;
float: left;
margin-bottom: 30px;
text-align: center;
padding: 40px;
border-radius: 20px;
background-color: #5ab546;
}

#baby .zonename {
width: 100%;
height: auto;
float: left;
margin-bottom: 20px;
text-align: center;
padding: 10px;
border-radius: 10px;
background-color: #fff;
color: #5ab546;
}

#entrance {
width: 100%;
height: auto;
float: left;
margin-bottom: 30px;
text-align: center;
padding: 40px;
border-radius: 20px;
background-color: #ee527e;
}

#entrance .zonename {
width: 100%;
height: auto;
float: left;
margin-bottom: 20px;
text-align: center;
padding: 10px;
border-radius: 10px;
background-color: #fff;
color: #ee527e;
}

#active {
width: 100%;
height: auto;
float: left;
margin-bottom: 30px;
text-align: center;
padding: 40px;
border-radius: 20px;
background-color: #fa7b22;
}

#active .zonename {
width: 100%;
height: auto;
float: left;
margin-bottom: 20px;
text-align: center;
padding: 10px;
border-radius: 10px;
background-color: #fff;
color: #fa7b22;
}

#challenge {
width: 100%;
height: auto;
float: left;
margin-bottom: 30px;
text-align: center;
padding: 40px;
border-radius: 20px;
background-color: #0068b6;
}

#challenge .zonename {
width: 100%;
height: auto;
float: left;
margin-bottom: 20px;
text-align: center;
padding: 10px;
border-radius: 10px;
background-color: #fff;
color: #0068b6;
}

#outdoor {
width: 100%;
height: auto;
float: left;
margin-bottom: 30px;
text-align: center;
padding: 40px;
border-radius: 20px;
background-color: #737373;
}

#outdoor .zonename {
width: 100%;
height: auto;
float: left;
margin-bottom: 20px;
text-align: center;
padding: 10px;
border-radius: 10px;
background-color: #fff;
color: #737373;
}

.zoneimage {
width: 100%;
height: auto;
float: left;
text-align: center;
margin-bottom: 20px;
}

.zoneimage img {
width: 100%;
height: auto;
}

.zone_text{
width: 100%;
height: auto;
float: left;
text-align: left;
font-size: 18px;
font-weight: bold;
color: #fff;
}


.zone_box {
width: 100%;
height: auto;
float: left;
text-align: center;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.zone_box .playset {
width: 48%;
height: auto;
float: left;
margin-top: 30px;
}

.zone_box .playset .photo {
width: 100%;
height: auto;
float: left;
margin-bottom: 10px;
}

.zone_box .playset .photo img {
width: 100%;
height: auto;
}


.zone_box .playset .name_baby {
width: 100%;
height: auto;
float: left;
border-radius: 30px;
background-color: #fff;
padding: 5px 20px;
color: #5ab546;
font-size: 22px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 900;
margin-bottom: 10px;
}

.zone_box .playset .name_entrance {
width: 100%;
height: auto;
float: left;
border-radius: 30px;
background-color: #fff;
padding: 5px 20px;
color: #ee527e;
font-size: 22px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 900;
margin-bottom: 10px;
}

.zone_box .playset .name_active {
width: 100%;
height: auto;
float: left;
border-radius: 30px;
background-color: #fff;
padding: 5px 20px;
color: #fa7b22;
font-size: 22px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 900;
margin-bottom: 10px;
}

.zone_box .playset .name_challenge {
width: 100%;
height: auto;
float: left;
border-radius: 30px;
background-color: #fff;
padding: 5px 20px;
color: #0068b6;
font-size: 22px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 900;
margin-bottom: 10px;
}

.zone_box .playset .name_outdoor {
width: 100%;
height: auto;
float: left;
border-radius: 30px;
background-color: #fff;
padding: 5px 20px;
color: #737373;
font-size: 22px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 900;
margin-bottom: 10px;
}

.zone_box .playset .age {
width: 100%;
height: auto;
float: left;
color: #fff;
font-size: 18px;
font-weight: bold;
text-align: left;
}

.zone_box .playset .text {
width: 100%;
height: auto;
float: left;
color: #fff;
font-size: 16px;
text-align: left;
padding: 10px;
}

.map_view iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}


/*--PC用　1000px以上　のスタイル END--*/
/* ================================================================================================== */
/* Tablet用　1000px以下　専用のスタイル */
/* ================================================================================================== */
@media only screen and (max-width: 1000px) {



}/*--Tablet用　1000px以下　専用のスタイル END--*/

/* ================================================================================================== */
/* SP用　768px以下　専用のスタイル */
/* ================================================================================================== */
@media only screen and (max-width: 768px) {

.areamap_catch {
width: 100%;
height: auto;
float: left;
font-size: 14px;
font-weight: bold;
line-height: 160%;
padding: 20px 0px 20px 0px;
text-align: left;
}

.areamap {
width: 100%;
height: auto;
float: left;
margin-bottom: 20px;
text-align: center;
padding: 0 0px;
}

.areamap img {
width: 100%;
height: auto;
}


ul.area_btn_box {
width: 100%;
float: left;
clear: left;
margin-bottom: 20px;
}

ul.area_btn_box li {
width: 20%;
height: auto;
float: left;
}

ul.area_btn_box li:hover {
opacity: 0.8;
}

.zonename p {
position: relative;
font-size: 24px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 900;
line-height: 120%;
}

.zonename span {
font-size: 16px;
font-weight: bold;
line-height: 120%;
}

#baby {
width: 100%;
height: auto;
float: left;
margin-bottom: 30px;
text-align: center;
padding: 20px;
border-radius: 10px;
background-color: #5ab546;
}

#baby .zonename {
width: 100%;
height: auto;
float: left;
margin-bottom: 20px;
text-align: center;
padding: 10px;
border-radius: 10px;
background-color: #fff;
color: #5ab546;
}

#entrance {
width: 100%;
height: auto;
float: left;
margin-bottom: 30px;
text-align: center;
padding: 20px;
border-radius: 20px;
background-color: #ee527e;
}

#entrance .zonename {
width: 100%;
height: auto;
float: left;
margin-bottom: 20px;
text-align: center;
padding: 10px;
border-radius: 10px;
background-color: #fff;
color: #ee527e;
}

#active {
width: 100%;
height: auto;
float: left;
margin-bottom: 30px;
text-align: center;
padding: 20px;
border-radius: 10px;
background-color: #fa7b22;
}

#active .zonename {
width: 100%;
height: auto;
float: left;
margin-bottom: 20px;
text-align: center;
padding: 10px;
border-radius: 10px;
background-color: #fff;
color: #fa7b22;
}

#challenge {
width: 100%;
height: auto;
float: left;
margin-bottom: 30px;
text-align: center;
padding: 20px;
border-radius: 10px;
background-color: #0068b6;
}

#challenge .zonename {
width: 100%;
height: auto;
float: left;
margin-bottom: 20px;
text-align: center;
padding: 10px;
border-radius: 10px;
background-color: #fff;
color: #0068b6;
}

#outdoor {
width: 100%;
height: auto;
float: left;
margin-bottom: 30px;
text-align: center;
padding: 20px;
border-radius: 10px;
background-color: #737373;
}

#outdoor .zonename {
width: 100%;
height: auto;
float: left;
margin-bottom: 20px;
text-align: center;
padding: 10px;
border-radius: 10px;
background-color: #fff;
color: #737373;
}

.zoneimage {
width: 100%;
height: auto;
float: left;
text-align: center;
margin-bottom: 20px;
}

.zoneimage img {
width: 100%;
height: auto;
}

.zone_text{
width: 100%;
height: auto;
float: left;
text-align: left;
font-size: 14px;
font-weight: bold;
color: #fff;
}


.zone_box {
width: 100%;
height: auto;
float: left;
text-align: center;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.zone_box .playset {
width: 100%;
height: auto;
float: left;
margin-top: 30px;
}

.zone_box .playset .photo {
width: 100%;
height: auto;
float: left;
margin-bottom: 10px;
}

.zone_box .playset .photo img {
width: 100%;
height: auto;
}


.zone_box .playset .name_baby {
width: 100%;
height: auto;
float: left;
border-radius: 30px;
background-color: #fff;
padding: 5px 20px;
color: #5ab546;
font-size: 18px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 900;
margin-bottom: 10px;
}

.zone_box .playset .name_entrance {
width: 100%;
height: auto;
float: left;
border-radius: 30px;
background-color: #fff;
padding: 5px 20px;
color: #ee527e;
font-size: 18px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 900;
margin-bottom: 10px;
}

.zone_box .playset .name_active {
width: 100%;
height: auto;
float: left;
border-radius: 30px;
background-color: #fff;
padding: 5px 20px;
color: #fa7b22;
font-size: 18px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 900;
margin-bottom: 10px;
}

.zone_box .playset .name_challenge {
width: 100%;
height: auto;
float: left;
border-radius: 30px;
background-color: #fff;
padding: 5px 20px;
color: #0068b6;
font-size: 18px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 900;
margin-bottom: 10px;
}

.zone_box .playset .name_outdoor {
width: 100%;
height: auto;
float: left;
border-radius: 30px;
background-color: #fff;
padding: 5px 20px;
color: #737373;
font-size: 18px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 900;
margin-bottom: 10px;
}

.zone_box .playset .age {
width: 100%;
height: auto;
float: left;
color: #fff;
font-size: 16px;
font-weight: bold;
text-align: left;
}

.zone_box .playset .text {
width: 100%;
height: auto;
float: left;
color: #fff;
font-size: 14px;
text-align: left;
padding: 10px;
}



}/*--SP用　768px以下　専用のスタイル END--*/

/* ================================================================================================== */
/* SP用　640px以下　専用のスタイル */
/* ================================================================================================== */
@media only screen and (max-width: 640px) {


}/*--SP用　640px以下　専用のスタイル END--*/
