@charset "utf-8";

@media screen and (max-width: 767.499px) {
	body {
		font-size: 12px;
		font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	}
	.pc_view {
		display: none;
	}
	#head {
		padding: 20px 0 0;
		width: 100%;
		height: 80px;
		text-align: center;
	}
	#head h1 {
		position: relative;
		top: 0;
		left: 0;
		text-align: center;
	}
	#head img#logo {
		position: relative;
		top: 0;
		left: 0;
		max-width: 100%;
	}
	#base {
		width: 100%;
		overflow-x: hidden;
	}
	#content {
		overflow-x: hidden;
	}
	#content img {
		max-width: 100%;
	}
	#content p {
		font-size: 13px;
	}
	#content h3 {
		line-height: 1.4;
	}
	#content h4 {
		margin: 30px 0 10px;
		font-size: 14px;
	}
	#content .box_in {
		padding: 10px 0;
	}
	#content .box_out {
		border: none;
	}
	.table_menu {
		width: 90%;
	}
	.table_menu th,
	.table_menu td {
		width: 100%;
		display: block;
		padding: 10px 0 !important;
		border: 1px solid #E5E5E5 !important;
		text-align: center;
	}

	.clinic-info {
		width: 100%;
	}

	.clinic-info__inchou {
		font-size: 14px;
	}

	.clinic-info__history {
		width: calc(100% - 40px);
	}
	
	.history__item {
		font-size: 12px;
	}

	.map {
		height: 200px;
	}

	.kamoku {
		display: block;
		margin: 10px 0 5px;
	}

	.tel-contact {
		width: calc(100% - 20px);
	}
	
	/* contact
	------------------------------------------------------------ */
	.table-contact th {
		width: 100% !important;
	}
	
	.table-contact td {
		padding: 20px 0 !important;
	}

	input[type="text"] {
		width: 80% !important;
	}
	
	input.old {
		width: 40px !important;
	}

	input.day1,
	input.day2,
	input.day3 {
		width: 100px !important;
	}

	.submit {
		margin: 20px 0 0;
		text-align: center;
	}

	.btn {
		padding: 20px 0;
		width: 90%;
		border: none;
		font-weight: bold;
		text-align: center;
		-webkit-appearance: none;
	}

	.btn-default {
		margin: 0 0 10px 0;
	}

	.alert {
		margin: 0 auto 20px;
		width: calc(90% - 20px);
	}
	
	.alert__ttl {
		font-size: 14px !important;
	}

	.table-contact .comment {
		width: calc(100% - 40px);
		padding: 20px !important;
		text-align: left !important;
	}

	.thanks {
		margin: 20px 0 0 !important;
		font-size: 16px !important;
	}

	.thanks-text {
		padding: 10px;
		border: none;
	}

	/* 画像回り込みカラム
	------------------------------------------------------------ */
	.float p {
		margin: 0 !important;
	}
	.float--left .float__item {
		float: left;
		margin: 0 15px 10px 0;
		max-width: 50%;
		border: 1px solid #ff69b4;
	}
	.float--right .float__item {
		float: right;
		margin: 0 0 15px 10px;
		max-width: 50%;
		border: 1px solid #ff69b4;
	}

}
