/*==================================================
	タブレットのみ適応
==================================================*/
@media only screen and (max-width: 768px) and (min-width: 641px){
	.dsp_smt { display: none; }
	#footer .contact .txt span {
		display: inline-block;
		margin-left: 10px;
	}
	#footer .box dl dd p br {
		display: none;
	}

}
/*==================================================
	タブレット・スマホに適応
==================================================*/
@media only screen and (max-width: 768px) {
	.dsp_hp { display: none; }

	#rwdMenuWrap ul li a {
		background-image: url("../img/menu/home.png");
		background-size: 30px auto;
		background-position: top 5px left 5px;
		background-repeat: no-repeat;
		padding-left: 45px;
	}
	#rwdMenuWrap ul li:nth-of-type(2) a {
		background-image: url("../img/menu/about.png");
	}
	#rwdMenuWrap ul li:nth-of-type(3) a {
		background-image: url("../img/menu/price.png");
		background-size: 25px auto;
		background-position: top 8px left 8px;
	}
	#rwdMenuWrap ul li:nth-of-type(4) a {
		background-image: url("../img/menu/faq.png");
		background-position: top 13px left 7px;
	}
	#rwdMenuWrap ul li:nth-of-type(5) a {
		background-image: url("../img/menu/access.png");
		background-size: 25px auto;
		background-position: top 8px left 9px;
	}
	/* ヘッダ */
	#header {
		overflow: hidden;
		height: auto;
		padding: 0;
		background-size: 70%;
	}
	#header h1 {
		width: 100%;
		color: #999;
		font-size: 10px;
		line-height: 1;
	}
	#header p.title {
		float: left;
		height: 50px;
		padding-left: 5px;
	}
	#header p.title img {
		width: auto;
		max-height: 44px;
	}
	#sticky {
		position: relative;
		z-index: 9997;
	}
	#sticky.sticky {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #EBE2BA url(../img/gara.png);
		box-shadow: 0 0 5px rgba(0,0,0,0.2);
	}
	/* お問い合わせ */
	#header .contact {
		position: relative;
	}
	#header .contact .tel,
	#header .contact .txt2 {
		position: absolute;
		top: 0;
		right: 50px;
		display: block;
		width: 24px;
		height: 50px;
		padding: 0 11px;
		/* 縦方向中央揃え */
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
		align-items: center; /* 縦方向中央揃え */
		-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
		justify-content: center; /* 横方向中央揃え */
	}
	#header .contact .txt2 {
		width: auto;
		right: 90px;
		background-position: top 15px left 5px;
		padding: 0 0 0 15px;
	}
	#header .contact .txt,
	#header .contact .tel span {
		display: none;
	}
	/* コンテナ */
	#container h3.sub {
		margin-bottom: 20px;
		font-size: 20px;
	}
	.main {
		padding-left: 15px;
		padding-right: 15px;
	}
	#main, #navi {
		clear: both;
		padding-bottom: 30px;
	}
	/* フッター */
	#footer .contact .txt,
	#footer .contact .tel {
		text-align: center;
	}
	#footer .contact .tel {
		margin-bottom: 5px;
	}
	#footer .contact .tel a {
		font-size: 26px;
	}
	#footer .contact a img {
		width: 30px;
	}
	#footer .contact .txt2 {
		margin: 5px auto;
	}
	#footer .box {
		padding: 30px 0;
	}
	#footer .box dl dt{
		margin-bottom: 20px;
		text-align: center;
	}
	#footer .box dl dt img {
		max-width: 210px;
	}
	#footer .box dl dd p {
		text-align: center;
		line-height: 2em;
	}
	/* スケジュール */
	#footer table {
		margin: 15px auto 0;
	}
	#copyright {
		height: 30px;
		line-height: 30px;
	}
	#page_title .sub {
		padding: 30px 40px;
	}
	/* パンくずリスト */
	#page_navi {
		margin-bottom: 20px;
		padding-top: 15px;
		font-size: 11px;
	}
	/* 枠のマージン・パディング */
	.mb { margin-bottom: 40px; }
	.pt { padding-top: 40px; }
	.pb { padding-bottom: 40px; }
	/* アンカーリンク用上部スペース */
	.pad_anchor {
		margin-top: -50px;
		padding-top: 50px;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	/* お知らせ */
	#top_info {
		margin: 0 auto 40px;
		padding: 20px 20px 10px;
	}
	#top_info h3.sub {
		position: static;
	}
	#top_info h3.sub span {
		font-size: 15px;
	}
	/* トップメッセージ */
	#top_msg {
		text-align: center;
	}
	#top_msg .note {
		font-size : 20px;
		padding: 10px 30px;
		margin-bottom: 20px;
	}
	#top_msg .note::before {
		content: "";
		width: 50px;
		height: 16px;
		position: absolute;
		bottom: -16px;
		left: 50px;
		background-size: 50px;
	}
	#top_msg h3.sub {
		font-size: 20px;
		text-align: center;
	}
	#top_msg h3.sub span {
		font-size: 23px;
		margin-top: 0;
	}
	#top_msg h4 {
		position: static;
		margin-right: 26%;
		text-align: left;
		padding-left: 10px;
		left: -10px;
		background-size: 20px;
		background-position: top 3px left;
	}
	#top_msg .txt {
		margin-right: 26%;
		text-align: left;
		padding-left: 10px;
	}
	#top_msg .img {
		width: 25%;
	}
	/* トップコンテンツ */
	#top_content .box:first-of-type h3.sub {
		font-size: 20px;
		padding: 13px 0;
	}
	#top_content .box ul {
		padding: 20px;
	}
	#top_content .box ul li {
		font-size: 15px;
		width: 340px;
	}
	#top_content .box:first-of-type::before {
		width: 100px;
		height: 38px;
		position: absolute;
		bottom: -38px;
		left: calc(50% - 50px);
		background-size: 100px;
	}
	#top_content .box:last-of-type .note,
	#top_content .box:last-of-type h3.sub {
		font-size: 20px;
	}
	#top_content .box:last-of-type h3.sub {
		padding: 15px 0;
	}
	#top_content .box:last-of-type .note {
		margin-bottom: 5px;
		padding: 0 38px;
	}
	#top_content .box:last-of-type h3.sub span {
		font-size: 23px;
		background-size: 50px;
	}
	/* メニューコンテンツ */
	#top_menu::before {
		background-position: center;
	}
	#top_menu .in a {
		width: 170px;
		height: 170px;
	}
	#top_menu .in p+p {
		margin-left: 15px;
	}
	#top_menu .in p a span {
		font-size: 14px;
		background-size: 45px;
		padding-top: 55px;
	}
	#top_menu .in p:nth-of-type(2) a span {
		background-size: 35px;
	}
	#top_menu .in p:nth-of-type(3) a span {
		background-size: 64px;
	}
	#top_menu .in p:last-of-type a span {
		background-size: 32px;
	}
	#top_reason h3 {
		font-size: 20px;
		margin-bottom: 80px;
	}
	#top_reason h3 span {
		font-size: 25px;
	}
	#top_reason .box {
		width: 49%;
		padding: 10px;
	}
	#top_reason .box .img {
		margin-bottom: 20px;
	}
	#top_reason .box .line span {
		font-size: 15px;
		border-bottom: 10px solid #f2f249;
	}
	#top_reason .box .txt {
		line-height: 1.8;
	}
	#top_reason .wrap .box:last-of-type, #top_reason .wrap .box:nth-last-of-type(2) {
		margin-bottom: 0;
	}
	#top_about .box h3 {
		font-size: 20px;
		line-height: 2;
	}
	#top_about .wrap {
		padding: 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
	}
	#top_about .box ul {
		width: 50%;
	}
	#top_about .box ul:first-of-type {
		margin-right: 100px;
	}
	#top_about .box ul li {
		margin-bottom: 10px;
	}

	/*--------------------------------------------------
		院長紹介
	--------------------------------------------------*/
	#about .img_lft {
		float: none;
		margin-right: 0;
		text-align: center;
		margin-bottom: 15px;
	}
	#about .fr {
		width: 100%;
	}
	#about h3.director {
		padding-bottom: 10px;
	}
	#about .txt {
		line-height: 1.8;
	}
	#about .box {
		padding: 15px;
	}
	#about .box h3 {
		font-size: 25px;
		background-position: left top 5px;
	}
	/*--------------------------------------------------
		施術料金
	--------------------------------------------------*/
	#price .box {
		padding: 15px;
	}
	#price .box .sec {
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	#price .box .sec .fl {
		margin-bottom: 20px;
	}
	#price .box .sec .fr .in {
		max-width: 100%;
		padding: 15px;
	}
	#price .support {
		margin-top: 20px;
	}
	#price .support .label {
		margin-bottom: 15px;
	}
	#price .support .txt {
		margin-bottom: 30px;
	}
	/*--------------------------------------------------
		よくある質問
	--------------------------------------------------*/
	#faq .box .bg {
		padding: 15px;
	}
	#access .msg {
		line-height: 1.8;
	}
	#access iframe {
		margin: 30px 0;
	}
	/*--------------------------------------------------
		アクセス
	--------------------------------------------------*/
	#access h3 {
		font-size: 30px;
		margin-bottom: 50px;
	}

	/*--------------------------------------------------
		お問い合せ
	--------------------------------------------------*/
	#mailform .tbl {
		border-bottom: 1px solid #BBB;
	}
	#mailform .tbl th,
	#mailform .tbl td {
		display: block;
		width: auto;
		border-bottom: none;
	}
	#mailform .tbl input[type="text"],
	#mailform .tbl textarea {
		font-size: 120%;
	}
	#mailform .btn input {
		width: 120px;
	}

/*------------------------------------------------*/
}