@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Josefin+Slab:400i|Noto+Sans+JP|Noto+Serif+JP');
body{
    font-family: "Noto Sans JP","Noto Sans Japanese","メイリオ",sans-serif;
    scroll-behavior: smooth;
    margin: 0;
}
section,footer{
    max-width: 568px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.bg_pink{
    background: #E3007F;
}
.bg_white{
    background: #ffffff;
}
.bg_yellow{
    background: #FDF52A;
}
.bg_side{
    background: #EA3F9F;
}

h1,h2,h3,h4{
    text-align: center;
    margin: 0;
    z-index: 5;
}
h2{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}
h3{
    font-size: 25px;
    font-weight: bold;
}
h4{
    font-size: 25px;
}
p{
    font-size: 16px;
}
.bg_pink h2{
    color: #fff;
}
.bg_white h2{
    color: #E30A7F;
}
.bg_white h3{
    color: #000;
}
.bg_white h3 span{
    background:linear-gradient(transparent 60%, #FFF500 60%);
}
.bg_pink h4{
    color: #fff;
}
.bg_pink p{
    color: #fff;
    font-weight: 300;
    padding: 15px 20px 35px;
    font-size: 11px;
    margin: 0 auto;
    display: block;
    justify-content: center;
}
.bottom_circle{
    padding-bottom: 80px;
}
.bottom_circle::after{
    content: "";
    position: absolute;
    bottom: -50px;
    left: 50%;
    width:120%;
    height:100px;
    border-radius:50% 50% 0 0/100% 100% 0 0;
    transform: translate(-50%,0%);
    z-index: 0;
}
.bg_pink.bottom_circle::after{
    background:#FDF52A;
}
.bg_yellow.bottom_circle::after{
    background:#fff;
}
.bg_white.bottom_circle::after{
    background:#E3007F;
}


.logo{
    max-width: 118px;
    height: auto;
    margin: 0 auto;
    display: block;
    padding: 22px 0 5px;
}
#chirashi{
    max-width: 335px;
    margin: 0 auto;
    padding: 0 10px 30px;
}

.about{
    max-width: 300px;
    margin: 0 auto;
    padding: 30px;
}
hr{
    content: "";
    width: 85%;
    max-width: 310px;
    /* height: 5px; */
    border-bottom: 1px solid #F7008A;
}
.about img{margin: 0 auto;display: block;}
.about p{text-align: center;}
#a_01{width: 126px;}
#a_02{width: 176px;}
#a_03{width: 270px;}
#a_04{width: 120px;}

.map{
    max-width: 335px;
    margin: 10px auto;
    padding: 0 15px 50px;
    color: #fff;
}
a.btn{
    position: relative;
    color: #000;
    font-size: 22px;
    font-weight: bold;
    background: #FFF500;
    border-radius: 19px;
    width: 100%;
    margin: 15px auto;
    text-align: center;
    padding-bottom: 5px;
}
a.btn::after{
    font-family: 'Font Awesome 5 Free';
    font-size: 1rem;
    line-height: 1.5;
    position: absolute;
    top: calc(50% - .8rem);
    right: 1rem;
    margin: 0;
    padding: 0;
    content: '\f054';
}
.margincenter{
    width: 100%;
    margin: 20px auto 5px;
    /* padding: 15px 0; */
    display: block;
}
.margincenter iframe{
    margin: 0px 0;
}

/* appli */
.appli{
    padding: 0px 0;
}
#cosmosapp{
    max-width: 335px;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.appli .flex{
    margin: 0 auto;
    justify-content: center;
}
.dlbtn + .dlbtn{
    padding-left: 10px;
}
.app{
    width: auto;
    height: 45px;
    padding: 10px;
}
.gp{
    width: auto;
    height: 66px;
}

/* footer */
footer{
    background: #fff;
    margin: 0px auto;
    padding: 12px 0 12px;
}
footer small{
    display: block;
    text-align: center;
    font-weight: 300;
    font-size: 10px;
    color: #000;
}

.wrap{
    display: flex;
    align-items: center;
    /* height: 340px; */
    overflow: hidden;
    margin: 5px 0 30px;
}
.slideanim{
    width: 100%;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 0px;
    animation: loop-slide 20s infinite linear 1s both;
}
.slideanim.count21{
    width: 280%;
    animation: loop-slide 21s infinite linear 1s both;
    margin: 5px 0;
}
.slideanim.count20{
    width: 360%;
    animation: loop-slide 20s infinite linear 3s both;
    margin: 20px 0;
}
.content {
    width: 200px;
    /* height: 300px; */
    margin: 0 10px;
}
.content img{
    width: 100vw;
    height: auto;
}
@keyframes loop-slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
}
