@charset "utf-8";
/*==========================================
 ブログ
===========================================*/
#blog #contents {
	min-width: 1100px;
	background: #fcf4f7;
}
.blog-area {
	width: 100%;
	padding: 40px 0 20px;
}
.blog-inner {
	position: relative;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
.blog-container {
	overflow: hidden;
	letter-spacing: 1px;
}
.blog-main {
	float: left;
	width: 760px;
}
@media screen and (min-width: 0px) and (max-width:768px) {
#blog #contents {
	min-width: 100%;
}
.blog-area {
	padding: 30px 0;
}
.blog-inner {
	width: 95%;
	max-width: 100%;
	margin: 0 auto;
}
.blog-main {
	float: none;
	width: 100%;
	margin: 0 auto;
}
}

/*ブログ用見出し
----------------------------------------------------------*/
/*===h1===*/
#blog h1 {
	color: #fff;
}

/*===h2===*/
#blog h2 {
	background:#b7a490;
	margin: 0;
}
#blog .blog_h2txt {
	display: block;
	width:1100px;
	color:#fff;
	font-size:12px;
	text-align: left;
	background:#b7a490;
	padding: 3px 0;
	margin:0 auto;
}
@media screen and (min-width: 0px) and (max-width:768px) {
#blog h1{
	margin: 0 0 0 2%;
}
#blog .blog_h2txt {
	width: 100%;
  font-size: 10px;
	padding-left: 2%;
}
}

/*===h3===*/
#blog h3{
	margin-bottom:0;
}
#blog h3::after{
	content:none;
}

/*===h4===*/
#blog h4{
	/* border:none; */
}
/*===h5===*/
#blog h5{
	/*color:#b7a490;
    font-weight: bold;*/
    margin: 0 0 5px 0;
    line-height: 1.3;
    padding: 0.2em 0.5em;
    background: transparent;
    border-left: solid 3px #d0beb1;
}

.blog_title04{
	/*color:#b7a490;
    font-weight: bold;*/
    margin: 0 0 5px 0;
    line-height: 1.3;
    padding: 0.2em 0.5em;
    background: transparent;
    border-left: solid 3px #d0beb1;
}





/*===add===*/
/*#case_wrap p {
	padding:0 0 20px 0;
}.*/

/*ブログ用ヘッダー
----------------------------------------------------------*/
#blog header {
	background:
	url(../img/blog/blog_header_pattern.png) repeat center top,
	url(../img/blog/blog_header_bg.jpg) no-repeat center top;
	background-size:2px 2px,cover;
}
#blog header .inner {
	position: relative;
	width: 1100px;
	min-width:1100px;
	height:300px;
	margin: 0 auto;
}
.blog-title a {
	position: absolute;
	top:100px;
	left:0;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	line-height: 1.4;
}
@media screen and (min-width: 0px) and (max-width:768px) {
#blog .wrap{
	margin:0;
}
#blog header{
	display: block !important;
	min-width:100%;
}
#blog header .inner{
	width:100%;
	min-width:100%;
	height: auto;
	padding-bottom: 30%;
}
.blog-title a {
	top:20%;
	left:2%;
	font-size: 18px;
}
}

/*記事エリア
----------------------------------------------------------*/
.entry-area {
	background: #fff;
	border: 1px solid #b7a490;
	padding: 40px;
	margin-bottom: 40px;
	overflow:hidden;
}
.entry-area a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
/*タイトル*/
.entry-title,
.entry-title a {
	display: block;
	color: #333;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	border: none;
	padding: 0;
}
/*日付*/
.entry-date {
	display: inline-block;
	color: #666;
	font-size: 13px;
	text-align: left;
	margin: 10px 20px 0 0;
}
.entry-date i{
	color:#666;
	font-size: 14px;
	margin-right: 3px;
}
/*カテゴリ*/
.entry-category,
.entry-category a {
	display: inline-block;
	color: #666;
	font-size: 13px;
	padding-top: 5px;
}
.entry-category i{
	color:#666;
	font-size: 14px;
	margin-right: 2px;
}
/*本文*/
.entry-text {
	color: #333;
	font-size: 16px;
	border-top: 1px solid #e8e8e8;
	margin-top: 20px;
}
.entry-text a {
	color: #333;
	text-decoration: underline;
}
.entry-title p,
.entry-date p {
	margin-bottom: 0 !important;
}
/*ボタン*/
.entry-btn {
	display: inline-block;
    font-size: 16px;
    margin-top: 20px;
    font-size: 14px;
    width: 100%;
    max-width: 180px;
    text-align: center;
    padding: 8px 0;
    transition: all 0.3s;
    border-radius: 4px;
    color: #fff;
    background: #b7a490;
	float: right;
}
.entry-btn a {
	color: #fff;
}
.entry-btn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.entry-btn i {
    margin-left: .5em;
	margin-right: .5em;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.entry-area {
	padding: 8% 4%;
	margin-bottom: 30px;
}
.entry-title,
.entry-title a {
	font-size: 18px;
}
/*日付*/
.entry-date {
	font-size: 12px;
	margin: 20px 2% 0 0;
}
.entry-date i{
	font-size: 12px;
}
/*カテゴリ*/
.entry-category,
.entry-category a,
.entry-category i {
	font-size: 12px;
}
/*ボタン*/
.entry-btn {
	float:unset;
}
}

/*サイドバー
----------------------------------------------------------*/
.side_blog {
	float: right;
	width: 280px;
	font-size: 13px;
	margin: 0 15px 0 0;
}
.side_blog a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
@media screen and (min-width: 0px) and (max-width:768px) {
.side_blog {
	float: none;
	width: 100%;
	padding: 40px 1% 1% 1%;
}
}

/*===ウィジェット===*/
.widget{
	margin-bottom: 40px;
}
.widget li {
	border-bottom: 1px dotted #bbb;
	padding: 10px 10px 10px 0;
	overflow: hidden;
}
.widget li,
.widget li a {
	display: block;
	font-size: 13px;
	line-height: 1.4;
	text-decoration: none;
}
.widget li a:before {
	font-family:"fontAwesome";
	content:"\f0da";
	margin: 0 5px 0 15px;
}
.widgettitle {
	position: relative;
	width:100%;
	color: #333;
	font-size:14px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 12px 0;
}
.widgettitle::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 1px;
	border-top: 1px solid #b7a490;
	border-bottom: 2px solid #b7a490;
}

/*===最新記事===*/
.widget_recent_entries li {
	position: relative;
}
.widget_recent_entries li .post-date {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	color: #000;
	font-size: 12px;
	line-height: 1.6;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.widget_recent_entries {
	padding: 2%;
}
}

/*===月別アーカイブ===*/
label.screen-reader-text{
	display: none;
	border: 1px solid #e8e8e8;
}
.widget_archive select {
	width: 100%;
	padding: 5px;
	font-size: 16px;
	border: 1px solid #e8e8e8;
}

/*===プロフィール===*/
@media screen and (min-width: 0px) and (max-width:768px) {
.profile_img{
	display:block;
	width:50%;
	margin:0 auto 10px;
}
}

/*ページ遷移ボタン
----------------------------------------------------------*/
.wp-pagenavi {
	text-align: center;
	padding: 10px 10px 5px;
	margin: 70px 0 0 0;
}
.page-nav li {
	display: inline;
	font-size:14px;
	margin: 0 2px;
	padding: 0;
}
.wp-pagenavi .page {
	display: inline-block;
	color:#333;
	font-size:14px;
	border: 1px solid #9a9a9a;
	text-decoration: none;
	vertical-align: middle;
	background: #fff;
	padding: 1px 10px;
	margin: 0 2px;
}
.wp-pagenavi .current {
	display: inline-block;
	color:#fff;
	font-size:14px;
	border: 1px solid #9a9a9a;
	text-decoration: none;
	vertical-align: middle;
	background: #b7a490;
	padding: 1px 10px;
	margin: 0 2px;
}
.wp-pagenavi a:hover {
	color:#fff;
	background: #b7a490;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	color: #b7a490;
	font-size: 16px;
	text-decoration: none;
}
.wp-pagenavi .nextpostslink {
	margin-left: 10px;
}
.wp-pagenavi .previouspostslink {
	margin-right: 10px;
}
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover {
	color: #999;
	background: none;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.wp-pagenavi {
	text-align: center;
	padding: 10px 10px 5px;
	margin: 0;
}
}

/*===前後記事へ遷移ボタン===*/
#prev_next{
	display: table;
	width:100%;
	padding:0;
	margin: 36px 0 24px;
}
#prev_next #prev,
#prev_next #next{
	display: table-cell;
	position:relative;
	width: 50%;
	border-top:#b7a490 1px solid;
	border-bottom:#b7a490 1px solid;
	background: #fff;
	padding:30px 10px 10px;
}
#prev_next #prev{
	border-left:#b7a490 1px solid;
	border-right:#b7a490 1px solid;
}
#prev_next #next{
	border-right:#b7a490 1px solid;
}
/*テキスト*/
#prev_next #prev_title,
#prev_next #next_title{
	position:absolute; 
	top:-1em;
	color:#fff;
	font-size:14px;
	text-align: center;
	background:#b7a490; 
	padding:3px 10px;
	border-radius: 4px;
}
#prev_next #next_title{
	right:10px;
}
#prev_next #prev p,
#prev_next #next p{
	color:#999;
	font-size: 15px;
	line-height:1.5;
}
/*サムネイル*/
#prev_next #prev img,
#prev_next #next img{
	margin:0 auto;
}
#prev_next #prev img{
	float:left;
	margin-right:10px
}
#prev_next #next img{
	float:right;
	margin-left: 10px;
}
/*リンク*/
#prev_next a p{
	color:#666 !important;
	font-weight:bold;
}
#prev_next a:hover p{
	text-decoration: underline;
}
@media screen and (min-width: 0px) and (max-width:768px) {
#prev_next{
	display: block;
	margin: 36px 0 24px;
}
#prev_next #prev,
#prev_next #next{
	display: block;
	width: 100%;
	overflow:hidden;
	padding-top:40px;
}
#prev_next #prev{
	border-bottom:none;
}
#prev_next #next{
	border-left:#ccc 1px solid;
	/*padding-right:0;*/
}
/*テキスト*/
#prev_next #prev_title,
#prev_next #next_title{
	top:0;
}
#prev_next #prev_title{
	left:0;
}
#prev_next #next_title{
	right:0;
}
#prev_next #prev p,
#prev_next #next p{
	font-size: 15px;
	line-height:1.5;
}
}

/*ブログ用フッター
----------------------------------------------------------*/
/*#blog footer,
#blog .footer_copy {
	background: #222;
}*/

/*=== スマホ用フッター固定ボタン===*/
#blog .sp-bottom-menu {
	display: none;
}
@media screen and (min-width: 0px) and (max-width:768px) {
#blog .sp-bottom-menu {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: #b7a490;
	z-index: 999;
}
#blog .sp-bottom-menu li {
	float: left;
	width: 33%;
	text-align: center;
}
#blog .sp-bottom-menu li i {
	color: #fff;
}
#blog .sp-bottom-menu li a {
	display: block;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
#blog .sp-bottom-menu li span {
	display: block;
	line-height:1.4;
}
/*ボタン（左）*/
#blog .sp-bottom-menu li:nth-child(1) {
	height: 40px;
	margin: 8px 0 0 0;
}
#blog .sp-bottom-menu li:nth-child(1) i {
	font-size: 20px;
}
#blog .sp-bottom-menu li:nth-child(1) span {
	margin: 6px 0 0 0;
}
/*ボタン（中央）*/
#blog .sp-bottom-menu li:nth-child(2) {
	height: 40px;
	margin: 8px 0 0 0;
}
#blog .sp-bottom-menu li:nth-child(2) i {
	font-size: 20px;
}
#blog .sp-bottom-menu li:nth-child(2) span {
	margin: 6px 0 0 0;
}
/*ボタン（右）*/
#blog .sp-bottom-menu li:nth-child(3) {
	height: 40px;
	margin: 8px 0 0 0;
}
#blog .sp-bottom-menu li:nth-child(3) i {
	font-size: 20px;
}
#blog .sp-bottom-menu li:nth-child(3) span {
	margin: 6px 0 0 0;
}
}

/*ページトップへ戻るボタン
----------------------------------------------------------*/
#blog #btn_pagetop {
	position: fixed;
	bottom: 25px;
	right: 20px;
}
#blog #btn_pagetop a {
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 1.3;
	text-decoration: none;
	background: #b7a490;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
	transition: all .4s;
}
#blog #btn_pagetop a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#blog #btn_pagetop a i{
	margin-right: 0;
}
@media screen and (min-width: 0px) and (max-width:768px) {
#blog #btn_pagetop {
	display: none;
}
}
.b_summary {
	width:100%;
	padding:15px 0 0;
}
.b_summary dt {
	width:30%;
	float:right;
	text-align:right;
}
.b_summary dt img {
	width:100%;
	max-width:180px;
}
.b_summary dd {
	width:70%;
	float:left;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.b_summary dt {
	width:100%;
	float:none;
	text-align:center;
}
.b_summary dt img {
	max-width:100%;
	margin-bottom:20px;
}
.b_summary dd {
	width:100%;
}
}
/*症例写真
----------------------------------------------*/
.case_ttl {
	color: #fff;
    background: #b7a490;
	max-width: 230px;
    min-width: 130px;
    text-align: center;
    padding: 8px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 4px;
	font-size:13px;
	font-weight:700;
	margin-bottom:20px;
}
.case_img {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
	padding:20px 0;
}
.case_img li {
	width:33.33%;
	text-align:center;
}
.case_img li img {
    max-width:210px;
	margin-bottom:15px;
}
.case_img2 {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
	padding:20px 0;
}
.case_img2 li {
	width:33.33%;
	text-align:center;
}
.case_img2 li img {
    max-width:210px;
	margin-bottom:15px;
}
.case_img3 {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
	padding:20px 0;
}
.case_img3 li {
	width:33.33%;
	text-align:center;
}
.case_img3 li img {
    max-width:210px;
	margin-bottom:15px;
}
.case_img3 li:nth-of-type(1) {
	width:100%;
}
.case_img3 li:nth-of-type(5) {
	width:100%;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.case_ttl {
    width: 100%;
	max-width:500px;
}
.case_img {
	width:100%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.case_img li {
	width:48%;
}
.case_img li img {
    width:100%;
	margin-bottom:15px;
}
.case_img li:nth-of-type(2) {
	width:100%;
    -webkit-order: -1;
    order: -1;
}
.case_img li.c_img01 {
	width:100%;
}　
.case_img li.c_img02 {
	width:100%;
}
.case_img2 {
	width:100%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.case_img2 li {
	width:48%;
}
.case_img2 li img {
    width:100%;
	margin-bottom:15px;
}
.case_img3 {
	width:100%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.case_img3 li {
	width:48%;
}
.case_img3 li:nth-of-type(1) {
	width:48%;
    -webkit-order: 1;
    order: 1;
}
.case_img3 li:nth-of-type(5) {
	width:48%;
}
.case_img3 li img {
    width:100%;
	margin-bottom:15px;
}
.case_img3 li:nth-of-type(3) {
	width:100%;
    -webkit-order: -1;
    order: -1;
}
}
.floating-banner {
  position: fixed;
  z-index: 99999;
  bottom: 100px;
  right: 0;
  width: 180px;
}
.floating-banner img {
  max-width: 180px;
  width: 100%;
  margin:0;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.floating-banner {
  display:none;
}
}
a.btn_contact {
	display: block;
	font-size: 16px;
	width: 100%;
	max-width: 300px;
	text-align: center;
	padding: 8px 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 4px;
	color:#fff;
	background: #7f572c;
	text-decoration:none;
	margin:20px auto 0;
}
.btn_contact i {
	margin-left: .5em;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.btn_contact {
	max-width: 60%;
}
}