@charset "UTF-8";

/*/// ////////////////////////////////


kids
///////////////////////////////////*/
.pageTtl{
	background:url(../img/kids/kids_space.jpg) bottom  no-repeat #fff;

	background-size:cover;
}

.secondTtl{
	padding:0!important;
	background:url(../img/common/bk_272222_45.png) top left scroll repeat;
}
/*/// ////////////////////////////////
header ------ sp
///////////////////////////////////*/
@media screen and (max-width: 1000px){
.pageTtl h2 span{
	width:100%;
}
.pageTtl h2 small{
	width:100%;
}
.pageTtl{
	background-attachment:scroll;
	background-position:center;
}
}
@media screen and (max-width:640px){
.pageTtl h2{
	width:100%;
}
}
#kids{
    background-color: #fff;
    background-image: none;
}
#kidsWrap{
    background: none !important;
    background-image: none !important;
}
#kidsWrap .location{
    padding: 4em;
    display: flex;
    max-width: 1100px;
    margin: 4em auto;
    background-color: #efebe4;
}
.location_txt{
    margin: 4em 3em 4em 5em;
    align-content: center;
}
.location h2{
    font-weight: 100;
    font-size: 2.5em;
    line-height: 27px;
    letter-spacing: 0.2em;
    padding-bottom: .8em;
    text-align: center;
    /* padding-top: 3.5em; */
}
.location h2 span{
    font-size: 10px;
}
.location p{
    font-size: 1.1em;
    line-height: 28px; 
    text-align: justify;
}
.kids_facilities{
    margin-top: 2em;
    text-align: left;
}
.kids_facilities h3{
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 1em;
    text-align: center;
    color: #333;
}
.facilities_list{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
    justify-content: center;
}
.facilities_list li{
    background-color: #f8f8f8;
    padding: 0.5em;
    font-size: 0.95em;
    line-height: 1.4;
    white-space: nowrap;
    flex-shrink: 0;
}
.shop_img {
    width: 60%;
    z-index: 0;
    margin: 2em auto;
}
.slider img{
    width: 100%;
    height: auto;
}

.chui{
    padding: 2em;
    border: 1px solid #333;
    max-width: 600px;
    margin: 5em auto;
    text-align: center;
    background-color: #fefefe;
}
.chui p span{
    display: inline-block;
    font-size: 1.6em;
    font-weight: 800;
    text-align: center;
    margin-bottom: 1em;
    
}
.chui p{
    font-size: 1.1em;
    line-height: 25px;
    letter-spacing: 0.3px;
}
.btnUi a {
    width: 35%;
}
/*/// ////////////////////////////////
------ iPad ------
///////////////////////////////////*/
@media screen and (max-width:1000px){
    .location h2 {
    padding-top: 0;
}
   
}
/*/// ////////////////////////////////
------ sp ------
///////////////////////////////////*/
@media screen and (max-width:640px){
    .roof{
        overflow: hidden;
    }
    
    #kidsWrap .location {
    padding: 2em 2em 4em;
    display: block;
    margin: 4em auto;
}
    .shop_img {
    width: 100%;
}
    .location h2 {
    padding-top: 1em;
}
    .location_txt {
    margin: 1em;
}
    .facilities_list {
    flex-direction: column;
    align-items: center;
    gap: 0.75em;
}
    .facilities_list li {
    padding: 0.8em;
    font-size: 1em;
    width: 100%;
    max-width: 75%;
    text-align: center;
}
   
    .chui {
    margin: 1em;
        padding: 1em;
}
    .btnUi a {
    width: 65%;
}
}
