@charset "utf-8";
/* CSS Document */

/* toyamadc.co.jp
-----------------------------------------------------*/
main h1#title {
    background-image: url("image/title_help.svg");
    background-size: 1.4375em auto;
    background-position: left 9px center;
}


.cornerMenu ul {
    max-width: 730px;
    grid-template-columns: repeat(2, calc(calc(100% - 10px)/2));
}
@media screen and (min-width: 521px) {
    .cornerMenu li:first-of-type br {
        display: none;
    }
}

strong.call {
    display: block;
    font-size: 34px;
    font-weight: 900;
    background: no-repeat left center;
    background-size: auto 1.1765em;
}
td strong.call {
    margin: 0.3em 0;
}
strong.call.freedial {
    padding-left: 2.05em;
    background-image: url(image/icn_freedial.png);
}
strong.call.navidial {
    padding-left: 1.9em;
    background-image: url(image/icn_navidial.png);
}
strong.call.phone {
    padding-left: 1.764em;
    background-image: url(image/icn_phone.png);
    background-position: left 10px center;
}
@media screen and (max-width: 780px) {
    strong.call {
        font-size: clamp(1.625rem, 0.732rem + 2.86vw, 2.125rem);
    }
}

.illust {
    position: relative;
    margin: 2em 0 3em;
    padding-left: 200px;
}
.illust::before {
    position: absolute;
    top: 0;
    left: 65px;
    content: "";
    width: 103px;
    height: 126px;
    background: url("image/guide_illust.png") no-repeat center center / contain;
}
.illust .listDot {
    margin-left: -0.5em;
}
@media screen and (max-width: 700px) {
    .illust {
        padding-left: 150px;
    }
    .illust::before {
        left: 30px;
    }
}
@media screen and (max-width: 500px) {
    .illust {
        padding-left: 120px;
    }
    .illust::before {
        left: 15px;
        width: 90px;
    }
}

/* ==============================================
    contact
============================================== */
#membersonly th {
    width: 31%;
    max-width: 370px;
    height: 220px;
}
#membersonly th img {
    margin-top: 20px;
    max-width: 100%;
}
#membersonly .gold th {
    background: #fcfce9;
}
#membersonly .premio th {
    background: #fee;
}
#membersonly .ippan th {
    background: #ecffe9;
}
#membersonly td span {
    white-space: nowrap;
}
#membersonly td p.memo {
    margin-top: 1.5em;
    line-height: 1.4em;
}
#membersonly td strong.call {
    display: inline-block;
}
#membersonly td strong.call.freedial,
#membersonly td strong.call.navidial {
    padding-right: 0.5em;
}
#membersonly + ul a {
    text-decoration: underline;
    color: #038a52;
}
@media screen and (max-width: 1100px) {
    #membersonly td strong.call.phone {
        display: block;
    }
}
@media screen and (max-width: 740px) {
    main th,
    main td {
        padding: 1em !important;
    }
}
@media screen and (max-width: 620px) {
    main th,
    main td {
        font-size: 14px;
    }
    main th {
        padding: 1em 0.5em !important;
    }
}
@media screen and (max-width: 560px) {
    #membersonly th,
    #membersonly td,
    #funshitsu th,
    #funshitsu td {
        width: 100%;
        max-width: 100%;
        display: block;
        margin-top: -1px;
    }
    #membersonly th {
        height: auto;
        padding-bottom: 0 !important;
    }
    #membersonly th img {
        margin-top: 10px;
    }
}

/* ==============================================
    voice
============================================== */
#voice .titBox {
    margin-top: 1.5em;
}
#voice #tel {
    margin-top: 1.5em;
}
#voice #tel strong.call {
    margin: 0.3em 0;
}
#voice #tel p {
    margin-top: 0.3em;
}
