@charset "utf-8";
@media screen and (max-width: 834px) { 

        /* E L E M E N T */
        body{width: 100%; min-width: 100%;} 
        h1{text-align: left;}
        h2{font-size: 20px;}
        h3{font-size: 19px;}
		
		/* フッターエリア */
		footer {padding:10px 10px 80px 10px; text-align:center;}

        /* リスト */
        #home-list li{padding: 0 10px;}

        /* カラム */
        .w1200{width: 100%;}
		.w600{width: 100%;}
        .box3{width: 50%;}
        .box4{width: 33.33%;}
        .pc{display:none;}
	
		.width30{width: 100%;}
		.width70{width: 100%;}
		.width20{width: 100%;}
		.width80{width: 100%;}
	
		.fbox-c-50 {gap: 30px;}/* PCではgap50px */
		.box2-even {width: 100%;}
		.box3-even {width: 100%;}
		.box4-even {width: calc((100% - 10px) / 2);}
		.box4-even-gap50 {width: calc((100% - 30px) / 2);}/* PCではgap50px */

        /* ロゴの位置 */
        #logo {margin-left: 15px; padding-top: 15px; width: 276px;}
	
		/* 下部固定メニュー */
		#fixed-menu {position: fixed; width: 100%;}

		/* HMメニューのデザイン*/
		.drawer-content {width: 100%; margin-left: 0%; padding: 60px 0px 0px 15px;}
	
		/* パンくずフォントの大きさ*/
		#pankuzu li{font-size: 10px;}
	
		#lower-topimg{height: 120px;}
		#lower-topimg h1{font-size: 20px;}
	
		/* プロフィールのイラスト調整 */
		.profileimg {width:40%; padding-top: 10px;}		
}


@media screen and (max-width: 600px) {
	
        /* カラム */
        .box3{width: 100%;}
        .box4{width: 50%;}
        .width50{width: 100%;}
        .sp{display:inherit;}
	
		.box4-even {width: 100%;}

         /* その他ID */
        #time{font-size: 14px; width: 100%;}
        #gmap{width: 100%; height: 300px;}
		#map{width: 100%; height: 100%;}


        /* COLOR - TEXT */
        .txt-cl{text-align:left;}/* PCではcenter */
		
		/* 追加 */
		.pc {display: none !important;}
		.sp {display: block !important;}
	
		/* 携帯ではテキスト改行 */
		.spbr {display: block;}
	
		/* 携帯では左揃え */
		.sptl {text-align: left;}
	
		/* TOPページクリニック画像 */
		.fbox-clinicimg {width: 100%;}
	
		/* 価格表 */
		.table-p {font-size: 14px;}
	
		/* プロフィールのイラスト調整 */
		.profileimg {width:50%; padding-top: 10px;}		
}
