@charset "utf-8";
/* CSS Document */


/* メイン背景カラー */
section {
	background: #fbf9f4;
}



/*ここから PCサイズ
-------------------------*/
@media screen and (min-width: 768px) {
	/*ナビ*/
	body.blog #gnav .inner ul li.nav08 a .off{
		display: block;
	}
	body.blog #gnav .inner ul li.nav08 a .on{
		display: none;
	}
	
	
	/*ブログ記事*/
	article {
		clear: both;
		padding-bottom: 60px;
		margin: 0 !important;
	}
	/*ブログ記事タイトル(個別記事)*/
	h2.entry-title {
		padding-bottom: 10px;
		font-size: 22px;
		margin-bottom: 20px;
		color: #333333;
		border-radius: 0;
		font-weight: normal;
		border-left: 0;
		border-bottom: 1px solid #c0b291;
	}
	h2.entry-title a {
		text-decoration: none;
		display: block;
		text-align: left;
		font-size: 2rem;
		color: #333;
	}
	.top_cont article {
		padding-bottom: 0;
	}
	/*ブログ記事タイトル(トップページ)*/
	.top_cont article h2.entry-title {}
	.top_cont article h2.entry-title a {}
	.top_cont article h2.entry-title a span.txt {
		display: inline-block;
		width: 780px;
		color: #4f2d1a;
		font-size: 22px;
	}
	/*ブログ記事タイトル(「記事を読む」ボタン)*/
	.top_cont article h2.entry-title a span.link {
		float: right;
		display: block;
		font-size: 15px;
		color: #fff;
		background: #6a3906;
		border-radius: 5px;
		padding: 2px 20px 3px;
	}
	.top_cont article h2.entry-title a span.link:hover {
		opacity: 0.7;
	}
	/*ブログ記事(トップページ)*/
	.top_cont .post-content {
		margin-bottom: 40px;
	}
	/*ブログ記事リンクボタン(トップページ)*/
	.top_cont .post-text {
		text-align: center;
	}
	.top_cont .post-link {
		display: inline-block;
		padding: 2px 20px 3px;
		background: #6a3906;
		border-radius: 5px;
		font-size: 15px;
		text-decoration: none;
		color: #fff;
	}
	.top_cont .post-link:hover {
	opacity: 0.7;
	}
	nav.post-navigation {
		width: 100%;
		margin: 0 auto;
	}
	#secondary.widget-area {
		width: 100%;
		margin: 60px auto 0;
	}
	/*投稿日時(トップページ)
	.top_cont .entry-header .entry-meta {}
	/*投稿日時*/
	.entry-header .entry-meta {
		text-align: left;
	}
	.entry-header .posted-on {
		display: inline-block;
		margin-bottom: 5px;
	}
	.entry-header .posted-on a {
		text-decoration: none;
		color: #333;
		padding-left: 15px;
		font-size: 14px;
	}
	.entry-header .byline {
		display: none;
	}
	/*ブログ記事本文*/
	.entry-content {
		padding: 0 15px 10px;
		margin: 0;
	}
	.entry-content .entry-title02 {
		margin-bottom: 20px;
		padding: 4px 20px;
		background: #eadfba;
		border-left: 6px solid #c0b291;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.7;
		color: #a49153;
	}
	.entry-content p {
		/*margin-bottom: 20px;*/
		line-height: 1.7;
	}
	.entry-content p:empty {
		display: none;
	}
	/* ブログ記事内のh1～h3タイトル*/
	.entry-content h1 {
		position: static;
		width: auto;
		margin-bottom: 20px;
		padding-bottom: 10px;
		border-bottom: 1px solid #c0b291;
		border-left: 0;
		border-radius: 0;
		font-size: 22px;
		font-weight: normal;
		text-align: left;
		line-height: 1.7;
		color: #333333;
	}
	.entry-content h2 {
		font-size: 20px;
		font-weight: bold;
		text-align: left;
		margin-bottom: 20px;
		color: #804f21;
		line-height: 1.7;
	}
	.entry-content h3 {
		font-size: 16px;
		font-weight: bold;
		text-align: left;
		margin-bottom: 10px;
		color: #ec9c05;
		line-height: 1.7;
	}
	/*症例紹介*/
	.case-content {}
	.case_pic_group {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 20px;
	}
	.case_pic_item {
		width: calc(100%/2 - (20px*2 + 20px)/2);
	}
	.case_pic_arrow {
		width: 20px;
		height: 60px;
		background: #ea7f00;
		clip-path: polygon(0 0,100% 50%,0 100%);
	}
	.case_pic_title {
		font-weight: bold;
		text-align: center;
	}
	/*case_table01*/
	.case_table01 {
		width: 100%;
	}
	.case_table01_th {
		width: 25%;
		padding: 20px 20px;
		background: #f9f4ef;
		border: 1px solid #804f21;
		font-size: 17px;
		font-weight: bold;
		text-align: center;
		color: #804f21;
		vertical-align: middle;
	}
	.case_table01_td {
		padding: 20px 20px;
		background: #fff;
		border: 1px solid #804f21;
		font-size: 14px;
		text-align: left;
		vertical-align: middle;
	}
	/*case_table02*/
	.case_table02 {
		width: 100%;
	}
	.case_table02_th {
		width: 25%;
		padding: 12px 20px;
		background: #f9f4ef;
		border: 1px solid #804f21;
		font-size: 17px;
		font-weight: bold;
		text-align: center;
		color: #804f21;
		vertical-align: middle;
	}
	.case_table02_td {
		width: 25%;
		padding: 12px 20px;
		background: #fff;
		border: 1px solid #804f21;
		font-size: 14px;
		text-align: center;
		vertical-align: middle;
	}
	/*罫線*/
	.entry-content hr {
		clear: both;
		margin: 30px 0;
	}
	/*投稿画像*/
	.entry-content .alignleft,
	.entry-content .alignright {
		margin-bottom: 30px;
	}
	/*治療方法・治療経過*/
	.case_flow {
		text-align: left;
	}
	/*ブログ記事カテゴリ*/
	.entry-footer {
		clear: both;
		margin-top: 30px;
		margin-bottom: 0;
		background: #fff;
		padding: 15px;
		text-align: left;
	}
	.entry-footer .cat-links a {
		color: #333;
	}
	.entry-footer .cat-links,
	.entry-footer .tags-links {
		margin-right: 20px;
	}
	.entry-footer .comments-link {
		display: none;
	}
	/*前の投稿*/
	.post-navigation .nav-previous {
		text-align: left;
	}
	/*次の投稿*/
	.post-navigation .nav-next {}
	/*ウィジェット*/
	.widget-title {
		color: #4f2d1a;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 3px;
		border-left: 8px solid #6a3906;
		line-height: 17px;
		margin-bottom: 25px;
		background: none;
		border-radius: 0;
		padding-top: 0;
		padding-bottom: 0;
		padding-right: 0;
		padding-left: 15px;
		position: relative;
	}
	.widget-title::after {
		position: absolute;
		content: "";
		height: 1px;
		width: 100%;
		border-bottom: 1px dashed #c0b291;
		left: -5px;
		bottom: -15px;
	}
	.widget {
		text-align: left;
		background: none;
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 30px;
	}
	.widget a {
		color: #333;
	}
	.widget a:hover {
		text-decoration: underline;
	}
	.widget ul li {
		font-size: 13px;
		margin-bottom: 10px;
	}
	.widget_archive ul li,
	.widget_categories ul li {
		float: left;
		padding-right: 20px;
	}
	/*ウィジェット・検索ボックス*/
	#secondary.widget-area .widget_search label {
		display: block;
	}
	.widget_search {
		width: 46%;
		float: left;
		padding-bottom: 30px;
	}
	#secondary.widget-area .search-field {
		width: 80%;
		float: left;
	}
	#secondary.widget-area .search-submit {
		width: 17%;
		float: right;
		font-weight: bold;
		color: #333;
		background: #efe3c5;
		font-size: 14px;
		border-radius: 4px;
		border: none;
		cursor: pointer;
	}
	#secondary.widget-area .search-submit:hover {
		opacity: 0.7;
	}
	/*ウィジェット・最近の投稿*/
	.widget_recent_entries {
		width: 46%;
		float: right;
	}
	/*ウィジェット・カテゴリー*/
	.widget_categories {}
	/*ウィジェット・アーカイブ*/
	.widget_archive {}
	.widget_archive #archives-dropdown-2 {
		float: left;
	}
	.widget_tag_cloud .tagcloud {
		text-align: left;
	}
	/*ウィジェット・タグ*/
	.widget_tag_cloud .tagcloud a {
		font-size: 13px !important;
		padding-right: 20px;
	}
	.widget_meta {
		width: 46%;
		float: right;
		padding-bottom: 30px;
	}
	.site-footer {
		clear: both;
	}
}
/*ここまで PCサイズ
-------------------------*/




/*ここから SPサイズ
-------------------------*/
@media screen and (max-width: 767px) {
	/*ブログ記事*/
	article {
		clear: both;
		margin-bottom: 30px !important;
	}
	/*ブログ記事タイトル(個別記事)*/
	h2.entry-title {
		padding-bottom: 10px;
		font-size: 22px;
		margin-bottom: 20px;
		color: #333333;
		border-radius: 0;
		font-weight: normal;
		border-left: 0;
		border-bottom: 1px solid #c0b291;
	}
	h2.entry-title a {
		text-decoration: none;
		display: block;
		text-align: left;
		font-size: 2rem;
		color: #333;
	}
	.top_cont article {
		padding-bottom: 0;
	}
	/*ブログ記事タイトル(トップページ)*/
	.top_cont article h2.entry-title a {
		/* padding: 12px 20px 30px; */
		font-size: 2rem;
		/* margin-bottom: 5px; */
	}
	.top_cont article h2.entry-title a span.txt {
		/* display: block; */
		font-size: 22px;
	}
	/*ブログ記事タイトル(「記事を読む」ボタン)*/
	.top_cont article h2.entry-title {
		background: none;
		padding: 0;
		padding-bottom: 10px;
	}
	.top_cont article h2.entry-title a span.link {
		float: right;
		display: block;
		font-size: 15px;
		color: #fff;
		background: #6a3906;
		border-radius: 5px;
		padding: 2px 20px 3px;
	}
	/*ブログ記事(トップページ)*/
	.top_cont .post-content {}
	/*ブログ記事リンクボタン(トップページ)*/
	.top_cont .post-text {
		text-align: center;
	}
	.top_cont .post-link {
		display: inline-block;
		font-size: 15px;
		text-decoration: none;
		color: #fff;
		background: #6a3906;
		border-radius: 5px;
		padding: 2px 20px 3px;
	}
	nav.post-navigation {
		width: 100%;
		margin: 0 auto !important;
	}
	#secondary.widget-area {
		width: 100%;
		margin: 60px auto 0;
	}
	/*投稿日時(トップページ)*/
	.top_cont .entry-header .entry-meta {}
	/*投稿日時*/
	.entry-header .entry-meta {
		text-align: left;
	}
	.entry-header .posted-on {
		display: inline-block;
	}
	.entry-header .posted-on a {
		text-decoration: none;
		color: #333;
		padding-left: 15px;
		font-size: 14px;
	}
	.entry-header .byline {
		display: none;
	}
	/*ブログ記事本文*/
	.entry-content {
		clear: both;
		margin: 0;
		padding: 10px 2%;
	}
	.entry-content .entry-title02 {
		margin-bottom: 20px;
		padding: 4px 10px;
		background: #eadfba;
		border-left: 6px solid #c0b291;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.7;
		color: #a49153;
	}
	.entry-content p {
		font-size: 15px;
		line-height: 1.6;
	}
	/* ブログ記事内のh1～h3タイトル*/
	.entry-content h1 {
		display: block;
		position: static;
		width: auto;
		margin-bottom: 20px;
		padding-bottom: 10px;
		border-bottom: 1px solid #c0b291;
		border-left: 0;
		border-radius: 0;
		font-size: 22px;
		font-weight: normal;
		text-align: left;
		line-height: 1.7;
		color: #333333;
	}
	.entry-content h2 {
		font-size: 20px;
		font-weight: bold;
		text-align: left;
		margin-bottom: 20px;
		color: #804f21;
		line-height: 1.7;
	}
	.entry-content h3 {
		font-size: 16px;
		font-weight: bold;
		text-align: left;
		margin-bottom: 10px;
		color: #ec9c05;
		line-height: 1.7;
	}
	/*症例紹介*/
	.case-content {}
	.case_pic_group {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		gap: 20px;
	}
	.case_pic_item {}
	.case_pic_arrow {
		width: 60px;
		height: 20px;
		background: #ea7f00;
		clip-path: polygon(0 0,100% 0,50% 100%);
	}
	.case_pic_title {
		font-weight: bold;
		text-align: center;
	}
	/*case_table01*/
	.case_table01 {
		width: 100%;
		border-bottom: 1px solid #804f21;
	}
	.case_table01_th {
		display: block;
		width: 100%;
		padding: 10px 10px;
		background: #f9f4ef;
		border: 1px solid #804f21;
		font-size: 15px;
		font-weight: bold;
		text-align: center;
		color: #804f21;
		vertical-align: middle;
	}
	.case_table01_td {
		display: block;
		width: 100%;
		padding: 10px 10px;
		background: #fff;
		border-left: 1px solid #804f21;
		border-right: 1px solid #804f21;
		font-size: 14px;
		text-align: left;
		vertical-align: middle;
	}
	/*case_table02*/
	.case_table02 {
		width: 100%;
	}
	.case_table02_th {
		width: 25%;
		padding: 10px 10px;
		background: #f9f4ef;
		border: 1px solid #804f21;
		font-size: 15px;
		font-weight: bold;
		text-align: center;
		color: #804f21;
		vertical-align: middle;
	}
	.case_table02_td {
		width: 25%;
		padding: 10px 10px;
		background: #fff;
		border: 1px solid #804f21;
		font-size: 14px;
		text-align: center;
		vertical-align: middle;
	}
	/*罫線*/
	.entry-content hr {
		clear: both;
		margin: 30px 0;
	}
	/*投稿画像*/
	.entry-content .alignleft,
	.entry-content .alignright {
		float: none;
		display: block;
		margin: 0 auto 30px;
	}
	/*治療方法・治療経過*/
	.case_flow {
		text-align: left;
	}
	/*ブログ記事カテゴリ*/
	.entry-footer {
		clear: both;
		margin-top: 30px;
		margin-bottom: 0;
		background: #fff;
		padding: 15px;
		text-align: left;
	}
	.entry-footer .cat-links a {}
	.entry-footer .cat-links,
	.entry-footer .tags-links {
		margin-right: 20px;
		font-size: 14px;
		display: block;
	}
	.entry-footer .comments-link {
		display: none;
	}
	/*前の投稿*/
	.post-navigation .nav-previous {
		text-align: left;
	}
	/*次の投稿*/
	.post-navigation .nav-next {}
	/*ウィジェット*/
	.widget-title {
		color: #4f2d1a;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 3px;
		border-left: 8px solid #6a3906;
		line-height: 17px;
		margin-bottom: 25px;
		background: none;
		border-radius: 0;
		padding-top: 0;
		padding-bottom: 0;
		padding-right: 0;
		padding-left: 15px;
		position: relative;
	}
	.widget-title::after {
		position: absolute;
		content: "";
		height: 1px;
		width: 100%;
		border-bottom: 1px dashed #c0b291;
		left: -5px;
		bottom: -15px;
	}
	.widget {
		text-align: left;
		background: none;
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 30px;
	}
	.widget a {
		color: #333;
	}
	.widget ul li {
		font-size: 13px;
		margin-bottom: 5px;
	}
	/*ウィジェット・検索ボックス*/
	#secondary.widget-area .widget_search label {
		display: block;
	}
	.widget_search {}
	.widget_search .search-form {
		text-align: left;
	}
	.widget_search .search-field {
		width: 100%;
		margin-bottom: 10px;
	}
	.widget_search .search-submit {
		width: 100%;
		font-weight: bold;
		color: #333;
		background: #efe3c5;
		font-size: 14px;
		border-radius: 4px;
		border: none;
	}
	/*ウィジェット・最近の投稿*/
	.widget_recent_entries {}
	/*ウィジェット・カテゴリー*/
	.widget_categories {}
	/*ウィジェット・アーカイブ*/
	.widget_archive {}
	.widget_archive #archives-dropdown-2 {
		text-align: left;
		width: 100%;
	}
	.widget_tag_cloud .tagcloud {
		text-align: left;
	}
	/*ウィジェット・タグ*/
	.widget_tag_cloud .tagcloud a {
		font-size: 13px !important;
	}
	.widget_meta {
		width: 46%;
		float: right;
		padding-bottom: 30px;
	}
	.site-footer {
		clear: both;
	}
}
/*ここまで SPサイズ
-------------------------*/





