body{
    background-color:#FAF7F5;
    font-family: "M PLUS Rounded 1c";
    overflow-x: hidden;
}

.top-wrap {
    text-align: center;
}


.top-wrap img{
    object-fit: cover;
}

/*スライドショー*/


.Slide{
    display: flex;
    width: 600px;
    margin: 0 auto;
    margin-bottom: 80px;
    justify-content: center;
    align-items: center;
    position: relative;
}

.slide-window {
    position:absolute;
    text-align: center;
    margin-top: -40px;
    width: 700px;
    height: 520px;
    z-index: 100;
}

.slide-left{
    position: absolute;
    top: 0;
    left: -24%;
    width: 100px;
}
.Slide p{
    writing-mode: vertical-rl;
    font-size: 20px;
    justify-content: flex-end;
    margin-top: 20px;
    z-index: 100000;
    position: absolute;
    right: 0;
}

.slide-right{
    position: absolute;
    right: -16%;
    bottom: 30px;
    width: 80px;
    z-index: 100000;
}

.slick01{
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.slick01 img {
    width: 1000px;
    height: 500px;
    object-fit: cover;
    animation-duration: 1s;
}

.slick-dots li button:before{
	font-size:30px!important;
}

.copy p{
    display: none;
    z-index: 10000;
}


/* .Slide{
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center; 
    width: 500px;
    margin: 0 auto ;
    background-color:rgba(0, 0, 0, 0);
} */



/* .Slide img{
    width: 500px;
} */
.wrap h2{
    background-color: #E5D7CD;
    padding: 20px 40px;
    text-align: center;
    margin: 0 auto ;
    border-radius: 15px;
    width: 150px;
    margin-top: -40px;
    font-size: 25px;
    margin-bottom: -20px;
}



/*トップ*/
.top{
    background-color: #E5D7CD;
    display: none;
    display: inline-block;
    width: 100vw;
    position: relative;
    text-align: center;
}

.walk{
    position: absolute;
    top: -100px;
    left: 20%;
    width: 120px;
}

.news h2{
    background-color:#E5D7CD;
    display: inline-block;
    padding: 20px 40px;
    text-align: center;
    margin: auto ;
    border-radius: 15px;
    width: 150px;
    display: block;
    position: absolute;
    top: -60px;
    right: 0;
    left: 0;
    margin-top: 20px;
    font-size: 25px;
}

.top-button {
    margin-top: 70px;
    position: relative;
    z-index: 30;   
}
.top-button a{
    display: block;
    padding:  20px 40px;
    background-color:#FAF7F5 ;
    display: block;
    border: solid 2px #707070;
    text-decoration: none;
    color:#47362E;
    max-width: 150px;
    text-align: center;
    border: solid 1px #47362E;/*線*/
    border-radius: 25px;
    margin: 50px auto;
}
.top-button a:hover{
    background-color: #EB953F;
    color: white;
}

.background{
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 630px;
}

/*各サイト*/
.site{
    margin-top: 100px;
}

.site-title{
    text-align: center;

}

.site-title p{
    font-size: 20px;
    margin-top: 10px;
    font-weight: bold;
    

}

/*cafe*/
.cafe, .studio {
    display: flex;   
    justify-content: center;
    align-items: center; 
}

.cafe a{
    text-decoration: none;
    color:#47362E;
}
.cafe-pic{
    max-width: 300px;
    margin:50px;
    text-decoration: none;
    color: #4e4d4c;
}
.cafe-pic:hover, .studio-pic:hover{
    transform:scale(1.2)
}
.cafe img {
    margin-bottom: 50px;
}


.link-cafe p{
    display: inline-block;
    height: 30px;
    
}


.stickarrow-left {
    height: 8px;
    width: 200px;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    transform: skew(-45deg);
  }

  .line{
    align-content: center;
}


/*studio*/
.studio{
    margin-bottom: 100px;
}

.studio a{
    text-decoration: none;
    color:#47362E;
}

.link-studio{
    margin: 50px;
    text-decoration: none;
    color: #4e4d4c;
}

.link-cafe p{
    display: inline-block;
    height: 30px;
}

.stickarrow-right {
    height: 8px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transform: skew(45deg);
    margin-top: -50px;
  }

  .studio-pic {
      max-width: 300px;
      margin:50px;
  }

/*
.slide ul li{
    display:flex;
    justify-content: center;
}

.slide ul li :nth-child(odd){
    flex-direction: row-reverse;
}
*/




/*ニュース*/
.news{
    display: inline-block;
    position: relative;
}

.news h2{
    background-color: #FAF7F5;
    padding: 20px 40px;
    text-align: center;
    margin: auto ;
    margin-bottom: -60px;
    border-radius: 15px;
    width: 150px;
    position: absolute;
    margin-top: 20px;
   

}

.news-info{
    background-color: #FAF7F5;
    text-align: center;
    padding: 0.5em 1em 0 1em;
    margin: 2em 0;
    background: #FFF;
    border: solid 2px #47362E;/*線*/
    border-radius: 30px;/*角の丸み*/
    max-width: 550px;
    margin:0 auto;
    margin-top: 70px;
    display: inline-block;
    padding: 30px;
}


.more{
    text-decoration: none;
    color: white;
    background-color: #EB953F;
    padding: 10px 20px;
    border-radius: 30px;
    margin: 40px auto 0;
    display:block;
    width: 120px;
    margin-bottom: 30px;
    position: relative;
    visibility:hidden
}

.news-info a:hover{
    transform:scale(1.1)
}

.news-left{
    position: absolute;
    top: 100px;
    margin-left:-500px;
    width: 200px;
}

.news-right{
    position: absolute;
    top: 400px;
    right: -50%;
    width: 200px;
}

.news-info p{
    color:#EB953F ;
    text-align: center;
    display:inline-block;
    font-weight: bold;
}

.news-box {
    display: flex;
    width: 500px;
    margin: 0 auto ;
    align-items: center;
}
.news-box p{
    font-size: 15px;
    min-width: 70px;
}

.news-day{
    color: #47362E;
    margin:0 30px;
    width: 70px;
}

.news-contents{
    border-left: solid #47362E;
    list-style-type: none;
    padding: 20px;
}

.news-contents a{
    color: #47362E;
    text-align: left
}

.news-contents a:hover{
    transform:scale(1.1)
}

.news-contents li{
    text-align: left;
}

.wrap a{
    text-decoration: none;
}
.news-page{
background-color:#EB953F;
border-radius: 30px;/*角の丸み*/
color:white ;
width: 200px;
padding: 20px;
margin: 0 auto;
margin-top:20px;
display: block;
}

.news-page a{
color: white;
}


.news2 {
    margin-top: 30px;
}
.news-box2 {
    display: flex;
    width: 800px;
    margin: 0 auto ;
    align-items: center;
}
.news-box2 p{
    font-size: 15px;
    min-width: 70px;
}

.news-day2{
    color: #47362E;
    margin:0 30px;
    width: 70px;
}

.news-contents2{
    border-left: solid #47362E;
    list-style-type: none;
    padding: 20px;
}

.news-contents2 a{
    color: #47362E;
    text-align: left
}

.news-contents2 a:hover{
    transform:scale(1.1)
}


@media screen and (max-width:1200px){
    .news-box {
        width: 100%;
    }

    .walk{
        left: 10%;
    }
    .slide-left{
        position: absolute;
        top: 0;
        left: -8%;
        width: 100px;
        z-index: 130;
        display: none;
    }
    .slide-right{
        position: absolute;
        right: -10%;
        bottom: 30px;
        width: 80px;
        z-index: 130;
        display: none;
    }    
    .slide p{
        margin-top: 20px;
        margin-left: 20%;   
        display: none; 
    }
    .news-left{
        top: 100px;
        margin-left:-52%;
        width: 180px;    
    }
    .news-right{
        top: 400px;
        right:-30px ;
        width: 150px;
    }    
    .news-img{
        display: none;
    }
}    


@media screen and (max-width:800px){
    .copy p{
        display: block;
        position:absolute;
        z-index: 100;
        margin-top: -100px;
        right: 0;
        left: 0;
       text-align: center;
    }
    .walk{
        display: none;
    }
    .slide-left{
        display: none;
    }
    .slide-right{
        display: none;
    }
    .Slide p{
        display: none;
    }
    .news-img{
        display: none;
    }
    .Slide{
        width: 100%;
        /*max-width: 600px;*/
        padding: 0;
    }    
    .slide-window {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .slick01 img{
        width: 100%;
        height: auto;
        object-fit: cover;
        position: relative;
        top: 20px;
    }
    .background{
        display: none;
    }

    .cafe , .studio{
        display: block;
    }
    .stickarrow-left , .stickarrow-right{
        display: none;
    }
    .stickarrow-right p{
        margin: 0 auto;
    }
    .news-info{
        width: 80%;
    }
    .news-contents{
        width: 100%;
    }
    .cafe-pic {
        display: none;
    }
    .studio-pic {
        display: none;
    }
    .cafe-studio{
        margin-top: 50px;
    }
    .cafe-studio p {
        display: inline-block;
        background-color: #FAF7F5;
        padding: 20px 60px;
        max-width: 130px;
        border: solid 1px #47362E;/*線*/
        border-radius: 25px;/*角の丸み*/
    }
    .cafe a :hover{
        background-color: #EB953F;
        color: white;
    }    
    .studio p:hover{
        background-color:#EB953F;
        color: white;
    }

    .news-contents{
        text-align: left;
    }
    
    .news-box2{
        width: 100%;
        margin-right:10% ;
    }
}
@media screen and (max-width:500px){
    .news-info{
        width: 80%;
    }
    
    .news-box2{
        margin-right:2% ;
    }
}
@media screen and (max-width:450px){
    .news-info{
        width: 80%;
    }
    .news-contents p {
        margin: 25px 0;
    }
   
}

