@charset "UTF-8";

body {
    background-color: #caa8d4;
}

body{ 
    background-color: #caa8d4 ; 
    background-image: radial-gradient(#f3c5ff4a 1%, transparent 20%), radial-gradient(#f3c5ff4a 1%, transparent 20%); 
    background-size: 20px 20px; 
    background-position: 0 0, 10px 10px; }

body {
    font-family: Verdana, Tahoma, sans-serif;
}

.sikaku{
    background-color: #fff;
    width: 400px;
    margin: auto;
    border-radius: 25px;

}

h1 {
    font-size: 26px;
    color: #9667a6;
    padding: 1rem;
        margin: 20px auto;
            width: 200px; 
            text-align: center;
}

ul {
    margin-bottom: 20px;
    display: flex;
}

.link-a {
    color: #ffffff;
    text-align: center;
    border: 3px solid #9667a6;
    background-color: #9667a6;
        border-radius: 20px;
        padding: 6px 0;
        margin: 20px auto;
        width: 200px; 
}

.link-b {
    color: #ffffff;
    text-align: center;
    border: 3px solid #9667a6;
    background-color: #9667a6;
        border-radius: 20px;
        padding: 6px 0;
        margin: 20px auto;
        width: 200px; 
}

.link-c {
    color: #ffffff;
    text-align: center;
    border: 3px solid #9667a6;
    background-color: #9667a6;
        border-radius: 20px;
        padding: 6px 0;
        margin: 20px auto;
        width: 200px; 
}

.icon{
    text-align: center;
    display: flex;
    justify-content:center;
}

.icon img{
    margin-bottom: 20px;
    border-radius: 50%;
    width: 200px;
}

.main {
    color: #9667a6;
    padding: 6px 0;
    margin: 20px auto;
        width: 300px;
        text-align: center;
}

.slide-container {
    width: 100%;
    margin: 50px auto;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.slide-wrapper {
    display: flex;
    animation: slide-flow 20s infinite linear 1s both;
    }
.slide{
    width: 300px;
    object-fit:cover;
    border: 1px solid #ddd;
}
@keyframes slide-flow {
        0% {transform: translateX(0);}
    100% {transform: translateX(-100%);}
}

h2{
    color: #9667a6;
    text-align: center;
}

.balloon2{
    position: relative;
    padding: 20px;
    width: 80px;
    height: 80px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.2em;
    font-size: 14px;
    background-color: #9667a6;
}
.balloon2::before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 2px;
    bottom: 2px;
    border-left: 20px solid #9667a6;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transform: rotate(45deg);
}

.balloon3{
    position: relative;
    padding: 20px;
    width: 80px;
    height: 80px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.2em;
    font-size: 14px;
    background-color: #9667a6;
}
.balloon3::before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 2px;
    bottom: 2px;
    border-right: 20px solid #9667a6;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transform: rotate(-45deg);
}
