@charset "utf-8";
/*  */
/* 基本 */
.menu-title{
    height: 3.5rem;
    margin: 0;
    padding: 1.5rem 0;
    cursor: default;
    font-size: 1rem;
    text-align: center;
}
@media screen and (min-width: 800px){
    .menu-title h2{
        font-size: 1.6rem;
    }
}
h2 .title-decorate{
    width: 3rem;
    height: 3rem;
    padding: 0.5rem 0.7rem;
    border-radius: 50%;
    text-align: center;
    margin: -0.2rem;
}
.title1{
    background-color: #d7d9df;
}
.title2{
    background-color: #f6b687;
}
.title3{
    background-color: #f2f1ed;
}
h4{
    font-size: 1rem;
    text-align: center;
    text-decoration: underline;
    margin: 0;
}
h5{
    background-color: white;
    width: 90vw;
    border-radius: 5px;
    text-align: center;
    padding: 0.5rem 0.5rem;
    font-weight: normal;
    z-index: 1;
    margin-bottom: 1rem;
}
h5::before{
    content: "☑";
    margin-right: 0.4rem;
    font-size: 0.9rem;
}
.plan1{
    background-color: #f9d2c5;
}
.plan2{
    background-color: #fef4e1;
}
.plan3{
    background-color: #cedde8;
}
.menu-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.menu-subtitle{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 5px solid #aaa;
    width: 85vw;
    padding: 1rem;
    margin-top: 2.5rem;
}
.center-align{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.menu-main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 0.5rem;
}
.menu-main td{
    line-height: 1rem;
}
.menu-main tr :first-child{
    padding: 0.2rem 0.7rem 0.2rem 0;
}
.illust{
    border-radius: 50%;
    border: 1px solid #aaa;
    margin-top: 10px;
}
.font-large{
    font-size: larger;
    color: #888;
    margin: 0 0.3rem;
}
.menu-main p{
    text-align: center;
    margin: 0;
}
table{
    margin: 0.8rem 0.4rem;
    max-width: 95vw;
}
list{
    list-style-type: none;
}
list li::before{
    content: "■";
    margin-right: 0.5rem;
}
.subbox{
    position: relative;
    width: 90vw;
    margin-top: -1.5rem;
    font-size: 0.9rem;
}
.popup{
    position: absolute;
    width: 4rem;
    height: 4rem;
    right: 0rem;
    top: -0.7rem;
    color: white;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 0.7rem;
}
.popupcolor1{
    background-color: #c4ad94;
}
.popupcolor2{
    background-color: #dccae5;
}
.popupcolor3{
    background-color: #ccae91;
}
.color2{
    color: #dccae5;
}
.color3{
    color: #ccae91;
}
.popup .showlower{
    transform: translate(0, 0.25rem);
}
.foot-note{
    margin-top: 1.5rem;
    font-size: smaller;
    max-width: 80vw;
}
.foot-note::before, .mid-note::before{
    content: "※";
}
.down-arrow{
    width: 2.5rem;
    height: 2.5rem;
    background-color: white;
    transform: translate(0, -2.8rem) rotate(45deg);
    z-index: 0;
    margin-bottom: -0.5rem;
}
.img-box{
    max-width: 95vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: white;
    margin: 1.5rem 0 0.5rem 0;
    padding: 1rem 2rem;
    border: 1px solid;
    border-radius: 2rem;
}
.linktomain{
    padding: 1rem 1rem;
    margin: 1.5rem 0 2.5rem 0;
    border-radius: 1rem;
}
.linkcolor2{
    background-color: #f6b687;
    color: white;
}
.linkcolor3{
    background-color: #f2f1ed;
    color: #cdae91;
}
.menu-content .wide-margin{
    margin-top: 2.5rem;
}
.subbox p{
    transform: translate(-1rem, 0);
}