@charset "utf-8";
/*PC用*/
@media screen and (min-width:641px) {
    #top {
        width: 100%;
        margin: auto;
        background-color: #FFEEDE;
        color: #5A5A5A;
        font-family: "BIZ UDGothic";
    }
    /*SPメニュー 未実装*/
    .sp {
        display: none;
    }
    .sponly {
        display: none;
    }
    /* Header */
    #top header {
        width: 90%;
        margin: auto;
    }
    /* H Block */
    #top .h_block {
        background: rgba();
        padding: 0px;
        font-family: 'Zen Old Mincho', serif;
        position: relative;
    }
    #top .top_txt, #top .end_txt {
        background-color: #F46E26;
    }
    #top .top_ptxt {
        font-size: 1.2vw;
        color: #fff;
        font-weight: normal;
    }
    /*ナビゲーションバー*/
    nav {
        text-align: center;
    }
    nav ul {
        margin: 5px 0 5px;
        padding: 0;
        font-size: 1.6vw;
    }
    nav li {
        list-style: none;
        display: inline-block;
        width: 15%;
        min-width: 90px;
    }
    nav li:not(:last-child) {
        border-right: 2px solid #ddd;
    }
    nav a {
        text-decoration: none;
        color: #8B4513;
        font-weight: bold;
    }
    nav a.current {
        color: #00B0F0;
        border-bottom: 2px solid #00B0F0;
    }
    nav a:hover {
        color: #F7CB4D;
        border-bottom: 2px solid #F7CB4D;
    }
    #top .container {
        width: 90%;
        margin: auto;
        padding-top: 20px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    /*ヘッダー4分割*/
    /*    #top .hl_box, #top .hc_box, #top .hr_box, #top .hr2_box {}
    #top .hl_box {
        padding: 15px 5px 15px 30px;
        width: 25%;
    }
    #top .hc_box {
        width: 20%;
    }
    #top .hr_box {
        width: 20%;
    }
    #top .hr2_box {
        width: 20%;
    }
    #top .r01_box_img {
        width: 50%;
    }
    #top .r01_box_txt {
        font-size: 20px;
        font-weight: bold;
    }*/
    #top .m_txt {
        margin: 2em 0 0;
    }
    #top .main_txt {
        font-family: serif;
        color: #8B4513;
        text-align: center;
        font-size: 3vw;
        font-weight: 900;
        margin: 15px 0;
        line-height: 2;
        text-shadow: #deb887 2px 2px;
    }
    #top .main_txt2 {
        font-family: serif;
        color: #8B4513;
        text-align: center;
        font-size: 2.5vw;
        font-weight: 900;
        margin: 15px 0;
        line-height: 2;
        text-shadow: #deb887 2px 2px;
    }
    /*コンテナ*/
    #top .lmu_box {
        width: 45%;
        margin: auto;
        padding: 10px;
    }
    #top .rmu_box {
        width: 45%;
        margin: auto;
        padding: 10px;
    }
    #top .lmu_box1 {
        width: 53%;
        margin: auto;
        padding: 10px;
    }
    #top .rmu_box1 {
        width: 42%;
        margin: auto;
        padding: 10px;
    }
    #top .lmu_box2 {
        width: 29%;
        margin: auto;
        padding: 10px 0 10px 100px;
    }
    #top .rmu_box2 {
        width: 60%;
        margin: auto;
        padding: 10px 0;
    }
    #top .lmu_box3 {
        width: 45%;
        margin: auto;
        padding: 10px;
    }
    #top .rmu_box3 {
        width: 45%;
        margin: auto;
        padding: 10px;
    }
    #top .c_box_txt {
        margin: auto;
        font-size: 1.4vw;
    }
    #top .main_block {
        width: 100%;
        height: auto;
        margin: auto;
    }
    /*受付時間*/
    #top .time_block {
        margin-top: 20px;
        position: flex;
        background: #ffefef;
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
        padding: 18px 34px;
    }
    #top .time_block table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 10px;
    }
    #top .time_block th {
        background: #8B4513;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
        color: #fff;
    }
    #top .time_block th, #top .time_block td {
        border-bottom: 2px solid #56C0A8;
        padding: 8px;
        text-align: left;
    }
    #top .time_block th {
        text-align: center;
        font-size: 1.3vw;
        font-weight: 600;
    }
    #top .time_block td {
        text-align: center;
        font-size: 1.3vw;
        font-weight: 600;
    }
    #top .time_block .first {
        text-align: left;
        font-size: 1.3vw;
        font-weight: 600;
    }
    #top .time_block_txt {
        font-size: 1.15vw;
        margin-top: 10px;
        font-weight: bold;
    }
    #top .weekoff {
        /*text-shadow:
            1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;*/
        text-shadow: 0.05vw 0.05vw 0 #fff;
    }
    /*小バナー*/
    #top .r_box_img01 {
        width: 100%;
        margin: auto;
        padding: 2vw 0 0;
    }
    #top .r_box_img02 {
        width: 100%;
        padding: 20px 0;
    }
    /*body*/
    #main {
        width: 85%;
        margin: auto;
    }
    #top .f_img {
        width: 90%;
        height: auto;
        margin: auto;
    }
    #top .en_ttl {
        color: rgba(188, 143, 143, 0.60);
        text-align: center;
        letter-spacing: -px;
        -webkit-text-stroke-width: 0.5px;
        -webkit-text-stroke-color: #fff;
        font-family: 'Roboto';
        font-size: 2.5vw;
        font-style: normal;
        font-weight: 900;
        margin: 3vw 0 0;
        padding: 20px 0 0;
    }
    #top .jp_ttl {
        color: #696969;
        text-align: center;
        font-family: "Gothic A1";
        font-size: 3.7vw;
        font-style: normal;
        font-weight: 600;
        padding: 0 0 20px;
    }
    #top .sub_ttl {
        color: #696969;
        text-align: center;
        font-family: serif;
        font-size: 1.7vw;
        font-style: normal;
        font-weight: 600;
        margin: 0 0 20px;
    }
    #top .sub_ttl2 {
        color: #696969;
        text-align: left;
        font-family: serif;
        font-size: 1.7vw;
        font-style: normal;
        font-weight: 600;
        margin: 0 20px 20px;
    }
    #top .history {
        width: 90%;
        margin: 20px auto;
    }
    .box5 {
        padding: 0.5em 1em;
        margin: 2em 0 0;
        border: double 5px #000000;
        background: #fff;
    }
    .box5 p {
        margin: 0;
        padding: 0;
    }
    #top .txt_history {
        color: #696969;
        text-align: left;
        font-size: 1.6vw;
        font-style: bold;
        font-weight: 600;
        margin: 0 0 20px;
        line-height: 1.3;
    }
    /*矢印テキスト*/
    #top .moreLinkText {
        font-size: 1.8vw;
        margin: auto 20px;
        padding: 40px 0px;
        font-weight: 550;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    /*ホバーしたときに下線矢印も同時に色を変える*/
    .moreLinkText:hover .lineArrow {
        border-bottom: 4px solid #41A849;
        border-right: 4px solid #41A849;
    }
    .moreLinkText:hover {
        color: #41A849;
    }
    .lineArrow {
        width: 100%;
        height: 15px;
        border-bottom: 5px solid #000;
        border-right: 5px solid #000;
        /*傾きを調節*/
        transform: skew(45deg);
        /*下線矢印をテキストに合わせてうまい具合にはめる*/
        margin: -10px 0 0 -25px;
    }
    #top .device {
        width: 90%;
        margin: 20px auto;
    }
    #top .devicepic {
        width: 60%;
        margin: auto;
    }
    #top .facility {
        width: 90%;
        margin: 20px auto;
    }
    #top .symptoms {
        width: 90%;
        margin: 20px auto;
    }
    /*症状メニュー*/
    .case {
        /* margin-bottom: 40px; */
        padding: 21px 0 61px;
    }
    .case_lit {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        padding: 0 0 0;
        width: 90%;
        margin: 0 auto;
    }
    .case_lit li {
        margin: 2px 0;
        width: 33.3%;
        text-align: center;
    }
    .case_lit li a {
        text-decoration: none;
        /* color: #007BFF; */
        font-size: 1.6vw;
        font-weight: 500;
        color: #fff;
        text-shadow: 1px 1px 5px #696969, -1px 1px 5px #696969, 1px -1px 5px #696969, -1px -1px 5px #696969;
        ;
        width: 100%;
        display: block;
        border: solid 2px #fff;
        margin: 5px 0;
        padding: 27px 0;
        box-shadow: 1px 1px 1px #ff8c00, -1px -1px 1px #ff8c00;
        border-radius: 300px 30px;
        transition-duration: 0.2s;
        background: #8B4513;
    }
    #footer .bnr {
        padding: 0 0px 89px;
        width: 70vw;
        margin: 5px auto;
    }
    #footer .home {
        width: 193px;
        margin: 0 auto 30px;
    }
    html {
        scroll-behavior: smooth;
    }
    .pagetop {
        height: 50px;
        width: 50px;
        position: fixed;
        right: 30px;
        bottom: 30px;
        background: #fff;
        border: solid 2px #000;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
    }
    .pagetop__arrow {
        height: 10px;
        width: 10px;
        border-top: 3px solid #000;
        border-right: 3px solid #000;
        transform: translateY(20%) rotate(-45deg);
    }
    @media (hover: hover) and (pointer: fine) {
        .pagetop:hover, .pagetop:hover .pagetop__arrow {
            border-color: #F46E26;
        }
    }
}