@charset "utf-8";

@import url(./template.css);

/* カラー */
:root {
    --theme_color: #ff99ab;
    --white: white;
}

.subtext {
   text-align: center;
}

#contactText {
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    border: solid,medium,var(--theme_color);

    font-size: 1.5rem;
}


@media(max-width: 992px){
    #contactText{
        font-size: 1.2rem;
    }
}

.googleMapFrame{
    aspect-ratio: 4/3;
}
.googleMapTitle{
    font-size: 1.6rem;
    font-weight: bold;
}
.bigChapterTextBottom.noneBorder span::before{
    content: none;
}
.placeInfo img{
    width: 100%;
    max-width: 500px;
    aspect-ratio: 6/4;
}
.highlighter-yellow {
    background: linear-gradient(transparent 60%,  #f8ff26 40%);   
}
#celebration .price .num {
    color: #626ffe;
}

.radiusBig{
    border-radius: 2rem !important;
}