@charset "utf-8";
.pc_none {
    display: none;
}

.sp_none {
    display: block;
}
body img {
    height:auto;
}
.kids_ttl05{
    font-weight: bold;
}

#breadcrumb li:not(:first-of-type)::before{
    content: ">";
    margin: 0 5px;
}

#breadcrumb li:nth-of-type(n+2) a{
    text-decoration: none;
}

#breadcrumb li:last-of-type a{
    pointer-events: none;
}

.map iframe{
    width: 100%;
}

.room_bg02{
    padding: 15px 20px;
}
.baby_r .kids_ico img{
  width: auto;
}
#access_info .info_ct{
  margin-bottom:50px;
}
#access{
  max-width: 814px;
  margin: 0 auto;
}
#access .box_babycar{
  margin-bottom:30px;
}
#access .ttl_babycar{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 28px;
  color: #09533F;
  margin-bottom: 30px;
  gap:10px;
}
#access .babycar_route{
  color: #09533F;
  font-size:24px;
  font-weight: bold;
  margin-bottom:10px;
}
#access .babycar_route span{
  font-size:20px;
}
#access li{
  font-size:16px;
}
#access .text_cap{
  font-size:14px;
}

@media screen and (max-width: 425px) {
    #breadcrumb ul li{
        font-size: 10px;
    }
}

@media screen and (max-width: 750px) {

    .pc_none {
        display: block;
    }
    .sp_none {
        display: none;
    }

    .logo {
      margin-top: 5px;
    }
    #breadcrumb ul{
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        height: 100%;
    }
    #breadcrumb ul li{
        line-height: 1.5;
        font-size: clamp(10px, 2vw, 15px);
    }
    .kids_ttl01_sub{
        font-size: 18px;
    }
    #celebration{
        margin-top: 45px;
    }
    .kids_ttl08::before{
        top: 60px;
    }
    .kids_ttl08.row2::before{
        top: 30px;
    }
    #access_info .info_ct {
      margin-bottom: 20px;
    }
    #access_info .kids_btn01.btn_sp {
        margin-top: 20px;
        margin-bottom:40px;
    }
    #access .ttl_babycar {
      font-size: 20px;
      flex-wrap: nowrap;
    }
    #access .ttl_babycar img{
      width:12%;
    }
    #access .info_ct {
      margin-bottom: 0px;
    }

    #access .babycar_route{
      font-size:17px;
    }
    #access .babycar_route span{
      font-size:14px;
    }
    .kids_ttl08.plan_b03::before{
      top: 87px;
    }
}

@media screen and (min-width: 751px) {
    .header_box{
        height: 85px;
    }
    .logo {
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }
    .logo img{
        width: 200px;
        height: auto;
    }
    .kids_ttl01{
        line-height: 1.5;
    }
    .kids_ttl05_sub{
        width: 100%;
    }
    .map{
        height: 100%;
    }
    .map iframe{
        height: inherit;
    }
}
