@charset "UTF-8";

.map {
	border: 1px solid #ddd;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.googlemap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:779px) {
    body {
        box-sizing: border-box;
        width:100%;
        padding:0 10px;
    }

    header h1 {
        margin-bottom:0;
    }

    .tel {
        position:relative;
        text-align:right;
    }

    #main {
        float:none;
        width:100%;
    }

    #sub {
        float:none;
        width:100%;
    }

    .catalog {
        margin-right:-2%;
    }
    .catalog li {
        float:left;
        width:23%;
        margin:0 2% 2% 0;
    }

    .catalog li img {
        width:100%;
    }

    .bnr {
        overflow:hidden;
        margin-right:-2%;
    }

    .bnr li {
        float:left;
        width:48%;
        margin:0 2% 2% 0;
    }

    .bnr li img {
        width:100%;
    }

   .totop {
    display:none !important;
    }

    /* 下層サブメニュー */
    #subnav {
        display:block;
        position:relative;
    }
    #subnav h3 {
        cursor:pointer;
        background:#85d1c6;
    }
    #subnav h3:after {
        position:absolute;
        content:"\0025bc";
        top:3px;
        right:5px;
    }
    #subnav h3.menuOpen:after {
        position:absolute;
        content:"\0025b2";
        top:3px;
        right:5px;
    }
    #subnav li {
        margin:0;
        padding:0;
        list-style:none;
    }
    #subnav li a:before {
        content:"\0025a0";
        color:#5b4111;
    }
    #subnav li a {
        display:block;
        padding:5px 2px;
        border-bottom:1px dotted #ddd;
        text-decoration:none;
    }
    #subnav li a:hover {
        background:#f7d0cb;
    }
	div.clinic1 {
	display: block;
}

div.clinic1 div.clinic11 {
	display: block;
	width: 100%;
}

div.clinic1 div.clinic12 {
	display: block;
	width: 20%;
}
	
}
