<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

div#sb-site {
    padding: 100px 0 0;
}

/*
----------------------------------------------
top-about
----------------------------------------------
*/

@media screen and (min-width:641px){
	#top-about h1 img{
		height: 40px;
	}
}

@media screen and (max-width:640px){
    #top-about {
        padding: 0 2.5%;
    }
	#top-about h1 img{
		height: 30px;
	}
}

/*-------------------------------------
collection_menu
--------------------------------------*/
@media screen and (max-width:640px){
    #collection_menu {
        margin: 0 2.5%;
    }
}

/*-------------------------------------
plan_menu
--------------------------------------*/
section#plan_menu {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
section#plan_menu ul.plan-menu_list {
    max-width: 1000px;
}
section#plan_menu ul.plan-menu_list li {
    width: 31%;
}
#plan_menu .plan_menu-text03 {
    bottom: 0%;
    width: 100%;
    height: 30%;
    position: absolute;
}
#plan_menu .plan_menu-text03 h3 {
    font-size: 2.7em;
    margin-top: 5px;
    border-bottom: none;
    font-weight: normal;
    line-height: 1;
}
#plan_menu .plan_menu-text03 h3,
#plan_menu .plan_menu-text03 span {
    color: rgb(217 27 64);
}
@media screen and (max-width:640px){
    div.plan-menu {
        margin-bottom: 0;
    }
    section#plan_menu ul.plan-menu_list li {
        width: 45%;
        padding: 0 1% 20px;
    }
    #plan_menu .plan_menu-text03 h3 {
        font-size: 15px;
        border-bottom: 1px solid;
        padding-bottom: 1px;
        margin-bottom: 3px;
        margin-top: 2px;
    }
}</pre></body></html>