﻿@charset "utf-8";

@media screen and (max-width: 1000px) {
    .nopc2 {
        display: inline;
    }
}
@media screen and (max-width: 768px) {
    .originalButton {

    }
    .specialties-sectionBrown {
        gap: 30px;
    }
    .map-placeholder {
        margin: auto;
    }
    .access-info {
        width: 300px;
        margin: auto;
    }
    .access-links {
        margin: auto;
        margin-bottom: 80px;
    }
    .specialties-list
    {
        padding: 0px 0px;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }
    .section-moji {
        float: none;
        width: auto;
        margin-top: 18px;
        font-size: 12px;
        margin-bottom: 30px;
    }
    .layout_centering, .section-container {
        width: auto;
    }
    .doctor-list {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        justify-items: center; /* ← この一行を追加 */
        padding: 0px;
    }
    .doctor-list2 {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        justify-items: center; /* ← この一行を追加 */
        width: auto;
        margin: 0px;
        margin-top: 30px;
    }
    .treatment-list {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        justify-items: center; /* ← この一行を追加 */
    }
    .treatment-item img {
        
    }
    .features-list {
        display: grid;
        gap: 0px;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
    .feature-item {
        margin: 40px auto;
    }
    .utopi2 {
        float: none !important;
        display: block;
        margin: -80px auto 20px auto !important;
    }
}

@media screen and (max-width: 560px) {
    .specialties-sectionBrown {
        gap: 20px;
    }
    .originalButton {
        width: 100%;
    }
}
@media screen and (max-width: 425px) {
    

}

@media screen and (max-width: 400px) {
}

@media screen and (max-width: 375px) {
    .treatment-list {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        justify-items: center;
    }
    .access-info {
        margin-left: 0px;
    }
    .map-placeholder {
        margin: auto;
        width: auto;
    }
}

@media screen and (max-width: 320px) {
}