@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  YOLO MEDICAL User画面 TOP画面CSS
* --------------------------------------------------------------------------------------------------*/

.medical-top .content {
    background-color: #FFF;
    border-radius: 25px;
    padding: 40px 20px 20px;
    text-align: center;
    max-width: 75%;
    margin: 0 auto;
}

.medical-top .bg-moccasin {
    background-color: #FFE4B5 !important;
}

/*
* Button
*/
.medical-top .btn-gradient {
    background: linear-gradient(
        45deg
        , #d92933 33%, #ef8224 100%);
    color: #fff;
    border-radius: 8px !important;
    display: block;
    margin: auto;
    padding: 1rem 0;
    text-align: center;
    width: 18rem;
}

.medical-top .btn-gray {
    border-radius: 8px !important;
}

.blue-btn {
    background: #007bff !important;
    color: #fff;
    border-radius: 8px !important;
    display: block;
    margin: auto;
    padding: 1rem 0;
    text-align: center;
    width: 18rem;
}

.pink-btn {
    background: #ff6680 !important;
    color: #fff;
    border-radius: 8px !important;
    display: block;
    margin: auto;
    padding: 1rem 0;
    text-align: center;
    width: 18rem;
}

.medical-top .gray-btn {
    background: #808080 !important;
    color: #fff;
    border-radius: 8px !important;
    display: block;
    margin: auto;
    padding: 1rem 0;
    text-align: center;
    width: 18rem;
}

.medical-top .white-btn {
    background: #FFF !important;
    color: #D92933 !important;
    border-style: solid;
    border-radius: 50rem !important;
    border-color: #D92933;
    border-width: 2px;
    display: block;
    margin: auto;
    padding: 1rem 0;
    text-align: center;
    width: 18rem;
}

.medical-top .btn:disabled {
    background: #CCCCCC !important;
    color: #FFF !important;
}

.medical-top .underline {
    text-decoration: underline;
}

.text-pink {
    color: #EB6F75 !important;
}

.top-description {
    text-align: left;
    max-width: 75%;
    margin: 0 auto;
}

.pill-regular-area {
    position: relative;
}

.pill-regular-area a {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; 
}

.yellow-label {
    background-color: #FFF;
    border-style: solid;
    border-radius: 3px !important;
    border-color: #ffd700;
    border-width: 3px;
    display: block;
    margin: auto;
    padding: 1rem 0;
    text-align: center;
    width: 14rem;
}

#selectPillRegular {
    -ms-transform: scale(2, 2);
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
}

#pillCheck1, #pillCheck2, #pillCheck3 {
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
}

.bg-pink {
    background-color: #EF959A;
}

.pc { display:none; }
.sp { display:block; }

/* スマホ */
section.key-visual .content {
    position: absolute;
    top: 55%;
    left: 5%;
    right: 5%;
}

/* キービジュアル */
section.key-visual {
    /* background: linear-gradient(to left, #FFEDE8, 10%, rgba(0,0,0, 0) 20%, rgba(0,0,0, 0) 80%, #FFEDE8 100%); */
    background-color: #FFEDE8;
}
.webp section.key-visual .wrap {
    background: url(/assets/medical/images/webp/key-visual.webp) 75% 20% /contain no-repeat;
    background-size: auto;
}
.no-webp section.key-visual .wrap {
    background: url(/assets/medical/images/key-visual.jpg) 75% 20% /contain no-repeat;
    background-size: auto;
}
section.key-visual .wrap {
    min-height: 340px;
    position: relative;
    background-size: 750px;
}
section.key-visual .content {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 5%;
    right: 5%;
    font-size: 22px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 3px 8px #2020207A;
    opacity: 1;
}
section.key-visual .content img {
    width: 70%;
    margin: 0 auto;
    max-width: 300px;
    filter: drop-shadow(0 0 0.25rem rgba(0,0,0,0.6));
}

/* アバウト */
.webp section.about {
    background: url(/assets/medical/images/webp/plant-sp.webp) center bottom/contain no-repeat;
}
.no-webp section.about {
    background: url(/assets/medical/images/plant-sp.png) center bottom/contain no-repeat;
}
section.about {
    padding: 0 15px 40px;
    text-align: center;
}
section.about .logo {
    text-align: center;
    margin: 30px auto 0px;
}
section.about .logo img {
    width: 50%;
    max-width: 250px;
}
section.about p {
    position: relative;
    margin-top: 20px;
    line-height: 1.5;
}
section.about h1 {
    color: #E49C92;
    font-size: 1.2rem;
    margin: 30px auto;
}
/* pill処方 */
section.pill {
    /* background: url(/assets/medical/images/webp/pill-prescription.webp) 75% 54% /contain no-repeat; */
    position: relative;
    background-size: auto;
}
.webp section.pill .image-wrap { 
    background: url(/assets/medical/images/webp/pill-prescription.webp) 75% 54% /contain no-repeat;
    background-size: auto;
}
.no-webp section.pill .image-wrap { 
    background: url(/assets/medical/images/pill-prescription.jpg) 75% 54% /contain no-repeat;
    background-size: auto;
}
section.pill .image-wrap {
    height: 200px;
    position: relative;
    background-size: 1000px;
    background-color: #FFEDE8;
}
section.pill .content {
    background-color: rgba(255,255,255,0.8);
    text-align: center;
    padding: 15px;
    margin: 15px;
    position: relative;
    top: -80px;
    min-height: 500px;
}
section.pill .content.pink {
    background-color: rgba(239, 149, 154, 0.93);
}
section.pill .content h2 {
    color: #EB6F75;
    font-size: 1.5rem;
}
section.pill .content p {
    line-height: 1.8;
    text-align: left;
}
section.pill .content .booking-btn {
    background-color: #EB6F75;
    color: #FFF;
    display: block;
    margin: 20px auto;
    padding: 1rem 0;
    text-align: center;
    width: 70%;
    border-radius: 50px;
}
section.pill .content .booking-btn:hover {
    opacity: 0.8;
}

section.pill .regular-plan {
    margin-top: -80px;
}

section.pill .regular-plan .head {
    font-weight: 600;
    margin: 15px 0;
}
section.pill .regular-plan p {
    line-height: 1.8;
}
section.pill .regular-plan .detail-btn {
    background-color: #D92933;
    color: #FFF;
    display: block;
    margin: 20px auto;
    padding: 1rem 0;
    text-align: center;
    width: 70%;
}
section.pill .regular-plan .detail-btn:hover {
    opacity: 0.8;
}

section.faq {
    background-color: #FFEDE8;
    padding: 15px;
    margin: 40px auto;
}
section.faq p {
    background-color: #FFF;
}

section.faq .more-btn {
    background: #808080;
    color: #fff;
    display: block;
    margin: 30px auto;
    padding: 1rem 0;
    text-align: center;
    width: 10rem;
}
section.faq .more-btn:hover {
    opacity: 0.8;
}

/* キャンセルモーダル */
.swal2-title {
    font-size: 1.25rem !important;
    color: #EB6F75 !important;
}

.swal2-styled.swal2-confirm {
    width: 18rem;
    background:#FFFFFF !important;
    color: #6b6b6b !important;
    border-radius: 50rem !important;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color:#FFF;
    padding: 15px 0;
    margin-top: 30px;
    background-color: #6b6b6b !important;
    color: #FFFFFF !important;
}

.swal2-confirm:hover {
    background-color: #7d7d7d !important;
}

/* ピル定期案内 */
.pillSubscriptionPlan-information .big-text {
    font-size: 2rem !important;
    font-weight: bold;
}

#showPillSubscriptionModal:disabled {
    background: #808080 !important;
    color: #fff;
}

.btn.gray-btn:hover {
    opacity: 0.8;
}

/* サービスや料金の詳細について */
section.pill-details-box h3 {
    font-size: 26px;
    margin-bottom: 50px;
}

section.pill-details-box .btn-red {
    border: 2px solid #d92933;
    border-radius: 50px;
    text-align: center;
    padding: 20px 30px;
    display: inline-block;
    clear: both;
    margin: 20px auto 60px auto;
    font-size: 20px;
    font-weight: bold;
    color: #d92933;
    width: 80%;
}

section.pill-details-box .btn-red:hover {
    background-color: #d92933;
    color: #fff;
}

/* スマホ */
/* @media screen and (max-width:768px) {
    .doctor-description h3 {
        margin-top: 3rem !important;
    }
} */


/*pc */
@media(min-width: 768px) {
    .pc { display: block; }
    .sp { display: none; }

    section.key-visual .wrap::after {
        background: linear-gradient(to left, #FFEDE8, 10%, rgba(0,0,0, 0) 20%, rgba(0,0,0, 0) 80%, #FFEDE8 100%);
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .webp section.key-visual .wrap {
        background: url(/assets/medical/images/webp/key-visual.webp) 100% 17% /cover no-repeat;
    }
    .no-webp section.key-visual .wrap {
        background: url(/assets/medical/images/key-visual.jpg) 100% 17% /cover no-repeat;
    }
    section.key-visual .wrap {
        text-align: center;
        position: relative;
        min-height: 380px;
        max-width: 1200px;
        margin: 0 auto;
    }

    section.key-visual .content img {
        width: 30%;
        margin: 0 auto 15px;
    }

    section.key-visual .content {
        text-align: center;
        position: absolute;
        top: 34%;
        left: 5%;
        right: 5%;
    }
    .webp section.about {
        background: url(/assets/medical/images/webp/plant-pc.webp) center bottom/contain no-repeat;
    }
    .no-webp section.about {
        background: url(/assets/medical/images/plant-pc.png) center bottom/contain no-repeat;
    }
    section.about {
        padding-bottom: 50px;
        color: #000;
        text-align: center;
    }
    section.about .logo img {
        width: 20%;
    }
    section.about .logo {
        padding-top: 30px;
    }
    section.about .logo img {
        width: 20%;
    }

    section.about h1 {
        color: #E49C92;
        font-size: 2rem;
        max-width: 70%;
        margin: 50px auto;
    }
    section.pill {
        background: url(/assets/medical/images/webp/pill-prescription.webp) 35% 75% /contain no-repeat;
        position: relative;
        background-size: 150%;
    }
    .webp section.pill .image-wrap {
        background: url(/assets/medical/images/webp/pill-prescription.webp) 25% 65% /contain no-repeat;
        background-size: 140%;
        height: auto;
    }
    .no-webp section.pill .image-wrap {
        background: url(/assets/medical/images/pill-prescription.jpg) 25% 65% /contain no-repeat;
        background-size: 140%;
    }
    section.pill .image-wrap {
        min-height: 600px;
        background-size: 2000px;
        background-color: #FFEDE8;
    }
    section.pill .content {
        background-color: rgba(255,255,255,0.8);
        text-align: center;
        padding: 29px;
        width: 500px;
        top: 0;
        margin: 0 auto;
    }
    section.pill .content.pink {
        width: 100%;
    }
    
    section.pill .content h3 {
        font-size: 1.1rem;
        margin: 15px;
    }

    section.pill .content.pink .card-body {
        max-width: 500px;
        margin: 0 auto;
        border-radius: 5px;
        padding: 30px 15px;
    }
    section.pill .content.pink .card-body h4 {
        margin-bottom: 20px;
    }
    section.pill .content.pink .card-body .attention {
        font-size: 1.1rem;
        color: #dc3545;
    }
    section.pill .regular-plan {
        margin-top: 0;
        background-color: #FFEDE8;
    }

    section.pill .btn-gradient {
        border-radius: 12px!important;
    }
    section.pill .btn-gray {
        border-radius: 12px!important;
    }

    section.pill .regular-plan .detail-btn {
        background-color: #D92933;
        color: #FFF;
        display: block;
        margin: 20px 0;
        padding: 1rem 0;
        text-align: center;
        width: 40%;
    }

    /* ピル定期プラン案内と支払い履歴 */
    .pillSubscriptionPlan-information .card-body, .payment-history .table {
        width: 75% !important;
    }

    /* サービスや料金の詳細について */
    section.pill-details-box h3 {
        font-size: 30px;
        margin: 50px;
    }
    section.pill-details-box .btn-red {
        width: 300px;
    }
}
