@charset "UTF-8";
/*----------------------------------------------------------------------
round
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
shadow
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
color
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
gradation
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name: breasts.scss
Note: 全ページ用 SCSS ファイル

Created By		Kosuke Inoue

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	ブラウザデフォルトスタイル
3.	elements
4.	parts
5.	ページ別個別設定

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイル
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
3.	elements
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
4.	parts
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
5.	ページ別個別設定
----------------------------------------------------------------------*/
/*======================================================================
　共通
======================================================================*/
body {
  background: #f0ece9;
  font-family: 'Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
  color: #59504d;
}

#header {
  padding: 0;
  border-top: 3px solid #3d2f29;
  border-bottom: 0;
  background: url(../../themes/img/header_bg.jpg) left bottom 5px repeat-x;
}
#header .wrap {
  position: relative;
  width: 1160px;
  height: 98px;
}
#header .wrap #logo a {
  display: block;
  text-decoration: none;
}
#header .wrap #logo a img {
  transition: opacity .15s linear;
}
#header .wrap #logo a:hover img {
  opacity: .7;
}
#header .wrap .header-contents {
  position: absolute;
  right: 0;
  bottom: 30px;
}
#header .wrap .header-contents form,
#header .wrap .header-contents .addtoany_shortcode,
#header .wrap .header-contents .logo-sub {
  display: inline-block;
}
#header .wrap .header-contents form {
  position: relative;
  top: 11px;
  margin-right: 20px;
}
#header .wrap .header-contents .addtoany_shortcode {
  margin-top: 10px;
  margin-right: 20px;
}
#header .wrap .header-contents .logo-sub {
  position: relative;
  top: -3px;
}
#header .wrap #nav-toggle {
  display: none;
  position: absolute;
  top: 22px;
  right: 17px;
  z-index: 101;
  width: 25px;
  height: 36px;
  cursor: pointer;
}
#header .wrap #nav-toggle div {
  position: relative;
}
#header .wrap #nav-toggle span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #3d2f29;
  transition: .35s ease-in-out;
}
#header .wrap #nav-toggle span:nth-child(1) {
  top: 0;
}
#header .wrap #nav-toggle span:nth-child(2) {
  top: 7px;
}
#header .wrap #nav-toggle span:nth-child(3) {
  top: 14px;
}
#header #gnav {
  border-top: 1px solid #6e625c;
  border-bottom: 1px solid #6e625c;
  background: url(../../themes/img/nav_bg.jpg) left top repeat-x;
  font-size: 15px;
  font-weight: bold;
  color: #cdc3bb;
}
#header #gnav .nav-list {
  overflow: hidden;
  margin: 0 auto;
  max-width: 1160px;
}
#header #gnav .nav-list.pc {
  display: inherit;
}
#header #gnav .nav-list.sp {
  display: none;
}
#header #gnav .nav-item {
  padding: 0;
  width: 14.285%;
  height: 81px;
  border-right: 1px solid rgba(205, 195, 187, 0.7);
  text-align: center;
  transition: opacity .15s linear;
}
#header #gnav .nav-item:first-child {
  border-left: 1px solid rgba(205, 195, 187, 0.7);
}
#header #gnav .nav-item a {
  margin: 0;
  padding: 50px 0 0;
  border-top: 0;
  line-height: 2;
  font-weight: normal;
  color: #cdc3bb;
}
#header #gnav .nav-item a:hover {
  display: block;
  color: #ed7b74;
}
#header #gnav .nav-item.nav-fat-breast a {
  background: url(../../themes/img/nav_fat-breast.png) center top 15px no-repeat;
}
#header #gnav .nav-item.nav-fat-breast a:hover {
  background: url(../../themes/img/nav_fat-breast_h.png) center top 15px no-repeat;
}
#header #gnav .nav-item.nav-hyaluronicacid a {
  background: url(../../themes/img/nav_hyaluronicacid.png) center top 15px no-repeat;
}
#header #gnav .nav-item.nav-hyaluronicacid a:hover {
  background: url(../../themes/img/nav_hyaluronicacid_h.png) center top 15px no-repeat;
}
#header #gnav .nav-item.nav-aquafilling a {
  background: url(../../themes/img/nav_aquafilling.png) center top 15px no-repeat;
}
#header #gnav .nav-item.nav-aquafilling a:hover {
  background: url(../../themes/img/nav_aquafilling_h.png) center top 15px no-repeat;
}
#header #gnav .nav-item.nav-silicon-bag a {
  background: url(../../themes/img/nav_silicon-bag.png) center top 15px no-repeat;
}
#header #gnav .nav-item.nav-silicon-bag a:hover {
  background: url(../../themes/img/nav_silicon-bag_h.png) center top 15px no-repeat;
}
#header #gnav .nav-item.nav-repair-breast a {
  background: url(../../themes/img/nav_repair-breast.png) center top 15px no-repeat;
}
#header #gnav .nav-item.nav-repair-breast a:hover {
  background: url(../../themes/img/nav_repair-breast_h.png) center top 15px no-repeat;
}
#header #gnav .nav-item.nav-breast-reconstruction a {
  background: url(../../themes/img/nav_breast-reconstruction.png) center top 15px no-repeat;
}
#header #gnav .nav-item.nav-breast-reconstruction a:hover {
  background: url(../../themes/img/nav_breast-reconstruction_h.png) center top 15px no-repeat;
}
#header #gnav .nav-item.nav-nipple-areola a {
  background: url(../../themes/img/nav_nipple-areola.png) center top 15px no-repeat;
}
#header #gnav .nav-item.nav-nipple-areola a:hover {
  background: url(../../themes/img/nav_nipple-areola_h.png) center top 15px no-repeat;
}
#header #gnav .sidebar-category {
  display: none;
}
#header #gnav form,
#header #gnav .addtoany_shortcode {
  display: none;
}

#breadcrumb {
  padding: 20px 0;
  background: url(../../themes/img/content_bg.gif) top center;
}
#breadcrumb .breadcrumb {
  margin: 0 auto;
  max-width: 1160px;
  line-height: 1;
  font-size: 11px;
  color: #59504d;
}
#breadcrumb .breadcrumb li a {
  color: #ed7b74;
}
#breadcrumb .breadcrumb li:first-child {
  margin-left: 0;
}
#breadcrumb .breadcrumb li:last-child a {
  color: #59504d;
}

#searchform button {
  font-size: 18px;
  color: #b4afad;
}

#content {
  padding-top: 0;
  padding-bottom: 100px;
  background: url(../../themes/img/content_bg.gif) top center;
}
#content .wrap {
  width: 1160px;
}
#content .cat-header .post-title {
  font-size: 30px;
}
#content .cat-content {
  margin-bottom: 40px;
  padding: 0;
  border: 1px solid #ddd5cf;
}
#content .cat-header {
  padding: 40px;
  border-top: 4px solid #59504d;
}
#content .post-item {
  overflow: hidden;
  position: relative;
  height: 266px;
  padding: 40px 25px;
  margin-bottom: 0;
  border-bottom: 1px solid #e7e1dc;
  background: #fff;
}
#content .post-item:last-child {
  border-bottom: 0;
}
#content .post-item:nth-child(10) {
  border-bottom: 0;
}
#content .post-item-header {
  margin-left: 280px;
}
#content .post-item-header a {
  text-decoration: none;
  color: #58504c;
  transition: all .3s linear;
}
#content .post-item-header a:hover {
  color: #ed7b74;
}
#content .post-item-title {
  line-height: 1.4545454545;
  font-size: 22px;
  margin-bottom: 4px;
  font-weight: bold;
}
#content .post-item-thumbnail {
  position: absolute;
  top: 40px;
  overflow: hidden;
  width: 246px;
  height: 185px;
  transition: all .3s linear;
}
#content .post-item-thumbnail-pic {
  margin: 0;
}
#content .post-item-thumbnail:hover {
  opacity: .7;
}
#content .post-item-detail, #content .post-item-category {
  margin-left: 280px;
}
#content .post-item-text {
  line-height: 1.4666666667;
  font-size: 15px;
  margin-bottom: 2px;
}
#content .post-item-sub {
  line-height: 2;
  font-size: 12px;
  color: #918b88;
  margin-bottom: 7px;
}
#content .post-item-continuation {
  float: right;
  color: #ed7b74;
}
#content .post-item-category {
  margin-bottom: 0;
  padding: 0;
  width: 530px;
}
#content .post-item-category-item {
  display: inline-block;
  margin: 0;
  border: 1px solid #918b88;
  border-radius: 3px;
  transition: all .3s linear;
}
#content .post-item-category-item a {
  display: table;
  padding: 0 8px;
  vertical-align: middle;
  font-size: 10px;
  color: #918b88;
  transition: all .3s linear;
}
#content .post-item-category-item a:hover {
  text-decoration: none;
  color: #ed7b74;
}
#content .post-item-category-item:hover {
  border-color: #ed7b74;
}
#content .post-header {
  padding: 0;
}
#content .post-loop-wrap .post-content {
  padding: 0;
}
#content .nodisp {
  display: none;
}
#content .pagination {
  overflow: hidden;
  margin: 60px 0 0;
  padding: 8px;
  background: #e1dad5;
}
#content .pagination .current,
#content .pagination a {
  margin: 0 5px 0 0;
  padding: 6px 14px;
  border-radius: 50%;
}
#content .pagination .current {
  background: #59504d;
  color: #fff;
}
#content .pagination a {
  background: #fff;
  color: #59504d;
  transition: all .15s linear;
}
#content .pagination a:hover {
  color: #ed7b74;
}
#content #side {
  margin-left: -280px;
  width: 280px;
}
#content #side .sidebar-category {
  padding-bottom: 0;
}
#content #side .sidebar-category .cat-list {
  margin-bottom: 20px;
  border: 1px solid #ccc;
}
#content #side .sidebar-category .cat-list .cat-item {
  position: relative;
  padding: 0;
  border-bottom: 1px solid #bdbdbd;
  background: #fcfaf9;
  font-size: 14px;
  font-weight: bold;
}
#content #side .sidebar-category .cat-list .cat-item a {
  margin-top: 0;
  display: block;
  padding: 15px 45px 15px 30px;
  text-decoration: none;
  color: #59504d;
}
#content #side .sidebar-category .cat-list .cat-item a:hover {
  color: #ed7b74;
}
#content #side .sidebar-category .cat-list .cat-item.cat-latest::after {
  background: none;
}
#content #side .sidebar-category .cat-list .cat-item:last-child {
  border-bottom: 0;
}
#content #side .sidebar-category .cat-list .cat-item .children .cat-item {
  border-bottom: 1px dotted #ccc;
  background: #f0ece9;
  font-size: 12px;
  font-weight: normal;
}
#content #side .sidebar-category .cat-list .cat-item .children .cat-item:first-child {
  border-top: 1px dotted #ccc;
}
#content #side .sidebar-category .cat-list .cat-item .children .cat-item:last-child {
  border-bottom: 0;
}
#content #side .sidebar-category .cat-list .cat-item .children .cat-item::after {
  background: none;
}
#content #side .sidebar-category .cat-list .cat-item .children .cat-item .count {
  display: inherit;
  position: absolute;
  top: 12px;
  right: 10px;
  margin: 0;
  width: 25px;
  background: #cdc3bb;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
  color: #fff;
}
#content #side .sidebar-category .cat-list .cat-item .children .cat-item a {
  padding-left: 55px;
  background: url(../../themes/img/arrow1.png) left 30px center no-repeat;
}
#content #side .sidebar-category .cat-list .cat-item .children .cat-item .children .cat-item a {
  padding-left: 80px;
  background-position: left 55px center;
}
#content #side .sidebar-category .cat-list > .cat-item > a:hover {
  text-decoration: underline;
  color: #59504d;
}
#content #side .sidebar-category .cat-list > .cat-item > .count {
  display: block;
  position: absolute;
  top: 12px;
  right: 10px;
  overflow: hidden;
  width: 25px;
  height: 25px;
  background: #ed7b74;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
}
#content #side .sidebar-category .cat-list > .cat-item > .count:last-child {
  display: none;
}
#content #side .sidebar-category .cat-list > .cat-item > .count::before {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: 7px;
  width: 10px;
  border: 1px solid #f8efec;
}
#content #side .sidebar-category .cat-list > .cat-item > .count::after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 12px;
  height: 8px;
  border: 1px solid #f8efec;
}
#content #side .sidebar-category .cat-list > .cat-item > .count.is-open::before {
  animation: spin-row-open .6s;
  transform: rotate(180deg);
}
#content #side .sidebar-category .cat-list > .cat-item > .count.is-open::after {
  animation: spin-col-open 1s;
  transform: rotate(90deg);
}
#content #side .sidebar-category .cat-list > .cat-item > .count.is-close::before {
  animation: spin-row-close .6s;
  transform: rotate(0deg);
}
#content #side .sidebar-category .cat-list > .cat-item > .count.is-close::after {
  animation: spin-col-close 1s;
  transform: rotate(0deg);
}
#content #side .sidebar-category .cat-list .current-cat a {
  color: #59504d;
}
#content #side .sidebar-category .cat-list .current-cat ul li {
  background: #fff;
}
#content #side .sidebar-category .cat-list .current-cat ul li a {
  color: #59504d;
}
#content #side .sidebar-category .cat-list > .cat-item > .count.is-open::before {
  animation: spin-row-open .6s;
  transform: rotate(180deg);
}
#content #side .sidebar-category .cat-list > .cat-item > .count.is-open::after {
  animation: spin-col-open 1s;
  transform: rotate(90deg);
}
#content #side .widget_recent_entries a,
#content #side .widget_categories a {
  background: url(../../themes/img/icont_arw_lit.png) left center no-repeat;
}
#content #side .sidebar-clinic {
  margin-bottom: 30px;
}
#content #side .sidebar-clinic .s-clinic {
  -moz-box-shadow: 0 0 4px 0 rgba(91, 24, 16, 0.2);
  -webkit-box-shadow: 0 0 4px 0 rgba(91, 24, 16, 0.2);
  box-shadow: 0 0 4px 0 rgba(91, 24, 16, 0.2);
  margin-bottom: 6px;
  background: #faf9f8;
}
#content #side .sidebar-clinic .s-clinic-title {
  background: #b2a49a;
  text-align: center;
  line-height: 1.7692307692;
  font-size: 13px;
  color: #fff;
}
#content #side .sidebar-clinic .s-clinic-item-inner-pic {
  margin-top: -25px;
}
#content #side .sidebar-clinic .s-clinic a {
  display: block;
  position: relative;
}
#content #side .sidebar-clinic .s-clinic a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  text-decoration: none;
}
#content #side .sidebar-clinic .s-clinic a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#content #side .sidebar-pdf {
  position: relative;
  margin-bottom: 35px;
}
#content #side .sidebar-pdf a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  text-decoration: none;
}
#content #side .sidebar-pdf img {
  position: relative;
  left: -5px;
  max-width: none;
}
#content #side .sidebar-title {
  margin-bottom: 25px;
  padding: 15px 0 15px 10px;
  border-left: 5px solid #ed7b74;
  background: #e1dad5;
  font-size: 16px;
}
#content #side .sidebar-list-item {
  padding: 25px 0;
  border-bottom: 1px solid #c8c2bd;
}
#content #side .sidebar-list-item:first-child {
  padding-top: 0;
}
#content #side .sidebar-list-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
#content #side .sidebar-list-item-detail {
  overflow: hidden;
}
#content #side .sidebar-list-item-pic {
  float: left;
  margin-right: 16px;
}
#content #side .sidebar-list-item-title {
  font-size: 14px;
  color: #59504d;
}
#content #side .sidebar-list-item a {
  display: block;
  text-decoration: none;
  transition: all .15s linear;
}
#content #side .sidebar-list-item a img {
  transition: opacity .15s linear;
}
#content #side .sidebar-list-item a:hover img {
  opacity: .7;
}
#content #side .sidebar-list-item a:hover .sidebar-list-item-title {
  color: #ed7b74;
}
#content #side .sidebar-list-item-pic {
  width: 90px;
  height: 70px;
}
#content #side .sidebar-popular {
  margin-bottom: 60px;
}
#content #side .sidebar-recommend {
  margin-bottom: 45px;
}
#content #side .sidebar-search {
  margin-bottom: 45px;
}
#content #side .sidebar-category {
  margin-bottom: 60px;
}
#content #side .sidebar-sns {
  margin-bottom: 60px;
}
#content #side .sidebar-sns .share {
  text-align: center;
}

.pagetop.show {
  z-index: 10;
  opacity: .6;
  transition: opacity .15s linear;
}
.pagetop:hover {
  opacity: .5;
}
.pagetop span {
  background: #ed7b74;
  line-height: 45px;
}

.sub-clinic-banner {
  display: none;
}
.sub-clinic-banner-inner {
  border: 1px solid #dcd4cf;
}
.sub-clinic-banner-title {
  background: #b2a49a;
  text-align: center;
  line-height: 1.7692307692;
  font-size: 13px;
  color: #fff;
}
.sub-clinic-banner-pic img {
  width: 100%;
}

.contact {
  display: none;
}

#footer {
  -moz-box-shadow: 0 0 6px 1px rgba(91, 24, 16, 0.1);
  -webkit-box-shadow: 0 0 6px 1px rgba(91, 24, 16, 0.1);
  box-shadow: 0 0 6px 1px rgba(91, 24, 16, 0.1);
  bottom: 0;
  width: 100%;
  color: #59504d;
}
#footer .footer-02 {
  background: #f6f3f0;
}
#footer .footer-inner {
  *zoom: 1;
  margin: 0 auto;
  padding: 40px 0 55px;
  width: 1160px;
}
#footer .footer-inner:after {
  content: "";
  display: table;
  clear: both;
}
#footer .f-contents {
  float: left;
  margin-bottom: 35px;
}
#footer .f-title {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #a49489;
  font-size: 16px;
  font-weight: bold;
}
#footer .f-category {
  margin-right: 30px;
}
#footer .f-category-item::before {
  content: '＞';
  font-size: 13px;
}
#footer .f-category-item a {
  margin-left: 5px;
  line-height: 2;
  font-size: 13px;
  color: #59504d;
}
#footer .f-category-item a:hover {
  text-decoration: none;
  color: #ed7b74;
}
#footer .f-category-item a:hover .f-category-item::before {
  color: #ed7b74;
}
#footer .f-clinic {
  position: relative;
}
#footer .f-clinic-list {
  overflow: hidden;
}
#footer .f-clinic-item {
  float: left;
}
#footer .f-clinic .clinic-link {
  margin-right: 9px;
}
#footer .f-clinic .clinic-link a {
  display: block;
  position: relative;
}
#footer .f-clinic .clinic-link a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  text-decoration: none;
}
#footer .f-clinic .clinic-link a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#footer .f-clinic #f-slide {
  -moz-box-shadow: 0 0 10px 0 rgba(157, 90, 71, 0.3);
  -webkit-box-shadow: 0 0 10px 0 rgba(157, 90, 71, 0.3);
  box-shadow: 0 0 10px 0 rgba(157, 90, 71, 0.3);
  position: relative;
  margin-right: 20px;
  width: 318px;
  height: 222px;
  background: #000;
}
#footer .f-clinic #f-slide::before {
  content: '\f110';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  font-family: FontAwesome;
  font-size: 90px;
  color: #ddd;
  animation: fa-spin 1s infinite steps(8);
}
#footer .f-clinic #f-slide.is-active {
  background: none;
}
#footer .f-clinic #f-slide.is-active::before {
  content: initial;
}
#footer .f-clinic .f-slide {
  display: none;
}
#footer .f-clinic .f-text {
  width: 302px;
}
#footer .f-clinic .f-text .title {
  margin-bottom: 12px;
}
#footer .f-clinic .f-text .text {
  text-align: justify;
  line-height: 1.5;
  font-size: 12px;
  color: #727171;
}
#footer .f-access {
  overflow: hidden;
  clear: both;
  line-height: 1.5;
  font-size: 12px;
}
#footer .f-access-list {
  float: left;
}
#footer .f-access-list.east {
  width: 550px;
}
#footer .f-access-list.west {
  width: 610px;
}
#footer .f-access-item {
  margin-bottom: 4px;
}
#footer .f-access-item-title, #footer .f-access-item-details {
  display: table-cell;
  vertical-align: middle;
}
#footer .f-access-item-title {
  width: 54px;
  background: #c7bcb4;
  text-align: center;
  line-height: 1.8333333333;
  color: #fff;
}
#footer .f-access-item-details {
  padding-left: 10px;
  color: #727171;
}
#footer .copyright {
  background: #3e302b;
  text-align: center;
  line-height: 40px;
  font-size: 10px;
  color: #f4a39b;
}

/*======================================================================
　トップ
======================================================================*/
.home #content {
  padding-top: 0 !important;
}
.home #content .header-contents {
  position: relative;
}
.home #content .main-visual {
  background: url(../../themes/img/index_header_bg.jpg) left top repeat-x;
  text-align: center;
}
.home #content .main-lead {
  position: absolute;
  top: 37%;
  margin-left: 22%;
  line-height: 2.5714285714;
  font-size: 14px;
  color: #59504d;
}
.home #content .wrap {
  padding-top: 40px;
}

/*======================================================================
　カテゴリー
======================================================================*/
.category #content .cat-header {
  padding: 50px;
  border-bottom: 1px solid #ddd5cf;
  text-align: center;
  color: #59504d;
}
.category #content .cat-detail {
  padding: 60px 40px;
}
.category #content .cat-detail-meta {
  margin-bottom: 45px;
}
.category #content .cat-detail-pic {
  float: right;
  margin-bottom: 60px;
  margin-left: 30px;
}
.category #content .cat-detail-text {
  line-height: 2;
  font-size: 15px;
}
.category #content .cat-detail-text p {
  margin-bottom: 32px;
}
.category #content .cat-detail-text p:last-child {
  margin-bottom: 0;
}

/*======================================================================
　タグ
======================================================================*/
.tag #content .post-header {
  padding: 0;
}
.tag #content .post-loop-wrap .post-content {
  padding: 0;
}

/*======================================================================
　検索結果
======================================================================*/
.search #content .post-header {
  padding: 0;
}
.search #content .post-loop-wrap .post-content {
  padding: 0;
}

/*======================================================================
　詳細
　固定
======================================================================*/
.single .publisher,
.page .publisher {
  display: none;
}
.single .author,
.page .author {
  display: none;
}
.single .post,
.single .page,
.page .post,
.page .page {
  margin-bottom: 0;
  padding: 45px 45px 40px;
  border: 0;
  background: #fff;
}
.single .post-header,
.single .page-header,
.page .post-header,
.page .page-header {
  padding: 0;
}
.single .post-header-meta .bzb-sns-btn,
.single .page-header-meta .bzb-sns-btn,
.page .post-header-meta .bzb-sns-btn,
.page .page-header-meta .bzb-sns-btn {
  float: left;
}
.single .post-header-meta .author-pic,
.single .post-header-meta .author-name-pc,
.single .page-header-meta .author-pic,
.single .page-header-meta .author-name-pc,
.page .post-header-meta .author-pic,
.page .post-header-meta .author-name-pc,
.page .page-header-meta .author-pic,
.page .page-header-meta .author-name-pc {
  float: right;
}
.single .post-header-meta .author-pic,
.single .page-header-meta .author-pic,
.page .post-header-meta .author-pic,
.page .page-header-meta .author-pic {
  margin-left: 10px;
}
.single .post-header-meta .author-pic img,
.single .page-header-meta .author-pic img,
.page .post-header-meta .author-pic img,
.page .page-header-meta .author-pic img {
  border-radius: 50%;
}
.single .post-header-meta .author-name-pc,
.single .page-header-meta .author-name-pc,
.page .post-header-meta .author-name-pc,
.page .page-header-meta .author-name-pc {
  margin-top: 3px;
  cursor: pointer;
  text-decoration: underline;
  font-size: 14px;
}
.single .post-header-meta .author-name-sp,
.single .page-header-meta .author-name-sp,
.page .post-header-meta .author-name-sp,
.page .page-header-meta .author-name-sp {
  display: none;
}
.single .post-header-item,
.single .page-header-item,
.page .post-header-item,
.page .page-header-item {
  display: inline-block;
}
.single .post-header-item.cat,
.single .page-header-item.cat,
.page .post-header-item.cat,
.page .page-header-item.cat {
  padding: 8px;
  background: #ed7b74;
  font-size: 14px;
  color: #f5f5f5;
}
.single .post-header-item.cat a,
.single .page-header-item.cat a,
.page .post-header-item.cat a,
.page .page-header-item.cat a {
  color: #f5f5f5;
}
.single .post-header-item.date,
.single .page-header-item.date,
.page .post-header-item.date,
.page .page-header-item.date {
  line-height: 2;
  font-size: 12px;
  color: #918b88;
  float: right;
  padding: 6px 0;
}
.single .post .author-info,
.single .page .author-info,
.page .post .author-info,
.page .page .author-info {
  display: none;
}
.single .post-title,
.single .page-title,
.page .post-title,
.page .page-title {
  margin: 40px 0 35px;
  line-height: 1.5;
  font-size: 32px;
}
.single .post-content,
.single .page-content,
.page .post-content,
.page .page-content {
  margin-top: 20px;
  margin-bottom: 80px;
  padding: 0;
}
.single .post-content div,
.single .post-content p,
.single .post-content span,
.single .page-content div,
.single .page-content p,
.single .page-content span,
.page .post-content div,
.page .post-content p,
.page .post-content span,
.page .page-content div,
.page .page-content p,
.page .page-content span {
  line-height: 2;
  font-size: 15px;
  margin-bottom: 32px;
}
.single .post-content div img,
.single .post-content p img,
.single .post-content span img,
.single .page-content div img,
.single .page-content p img,
.single .page-content span img,
.page .post-content div img,
.page .post-content p img,
.page .post-content span img,
.page .page-content div img,
.page .page-content p img,
.page .page-content span img {
  margin-bottom: 10px;
}
.single .post-content h2,
.single .page-content h2,
.page .post-content h2,
.page .page-content h2 {
  margin: 50px 0 25px;
  padding: 25px 0 25px 35px;
  background: #f0ece9;
  border-bottom: 0;
  border-left: 6px solid #ed7b74;
  line-height: 1.3076923077;
  font-size: 26px;
}
.single .post-content h2 span,
.single .page-content h2 span,
.page .post-content h2 span,
.page .page-content h2 span {
  line-height: 1.3076923077;
  font-size: 26px;
}
.single .post-content h3,
.single .page-content h3,
.page .post-content h3,
.page .page-content h3 {
  padding: 0 0 18px;
  margin: 50px 0 40px;
  border-bottom: 2px solid #ed7b74;
  border-left: 0;
  line-height: 1.4545454545;
  font-size: 22px;
}
.single .post-content h3 span,
.single .page-content h3 span,
.page .post-content h3 span,
.page .page-content h3 span {
  line-height: 1.4545454545;
  font-size: 22px;
}
.single .post-content h4,
.single .page-content h4,
.page .post-content h4,
.page .page-content h4 {
  padding-left: 15px;
  margin: 30px 0 10px;
  border-left: 4px solid #ed7b74;
  line-height: 1.6666666667;
  font-size: 18px;
}
.single .post-content h4 span,
.single .page-content h4 span,
.page .post-content h4 span,
.page .page-content h4 span {
  line-height: 1.6666666667;
  font-size: 18px;
}
.single .post-thumbnail,
.single .page-thumbnail,
.page .post-thumbnail,
.page .page-thumbnail {
  margin-bottom: 30px;
  margin-left: 30px;
  width: 246px;
  height: 185px;
}
.single .post-footer,
.single .page-footer,
.page .post-footer,
.page .page-footer {
  margin-bottom: 80px;
  padding: 0;
}
.single .post-footer .bzb-sns-btn,
.single .page-footer .bzb-sns-btn,
.page .post-footer .bzb-sns-btn,
.page .page-footer .bzb-sns-btn {
  margin-bottom: 15px;
  padding: 0;
}
.single .post-footer-list,
.single .page-footer-list,
.page .post-footer-list,
.page .page-footer-list {
  margin-bottom: 0;
}
.single .post-footer-list a,
.single .page-footer-list a,
.page .post-footer-list a,
.page .page-footer-list a {
  color: #6d9dd0;
}
.single .post-footer-recommend,
.single .page-footer-recommend,
.page .post-footer-recommend,
.page .page-footer-recommend {
  margin-top: 80px;
}
.single .post-footer-recommend-title,
.single .page-footer-recommend-title,
.page .post-footer-recommend-title,
.page .page-footer-recommend-title {
  padding: 0 0 18px;
  margin: 50px 0 40px;
  border-bottom: 2px solid #ed7b74;
  border-left: 0;
  line-height: 1.4545454545;
  font-size: 22px;
  margin-bottom: 30px;
}
.single .post-footer-recommend-title span,
.single .page-footer-recommend-title span,
.page .post-footer-recommend-title span,
.page .page-footer-recommend-title span {
  line-height: 1.4545454545;
  font-size: 22px;
}
.single .post-footer-recommend-list,
.single .page-footer-recommend-list,
.page .post-footer-recommend-list,
.page .page-footer-recommend-list {
  position: relative;
  overflow: hidden;
}
.single .post-footer-recommend-list::before,
.single .page-footer-recommend-list::before,
.page .post-footer-recommend-list::before,
.page .page-footer-recommend-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  border-right: 1px dashed #ccc;
}
.single .post-footer-recommend-item,
.single .page-footer-recommend-item,
.page .post-footer-recommend-item,
.page .page-footer-recommend-item {
  float: left;
  margin-bottom: 10px;
  padding: 0 15px;
  width: 50%;
}
.single .post-footer-recommend-item .item-inner,
.single .page-footer-recommend-item .item-inner,
.page .post-footer-recommend-item .item-inner,
.page .page-footer-recommend-item .item-inner {
  overflow: hidden;
}
.single .post-footer-recommend-item:nth-child(odd),
.single .page-footer-recommend-item:nth-child(odd),
.page .post-footer-recommend-item:nth-child(odd),
.page .page-footer-recommend-item:nth-child(odd) {
  clear: both;
}
.single .post-footer-recommend-item-pic,
.single .page-footer-recommend-item-pic,
.page .post-footer-recommend-item-pic,
.page .page-footer-recommend-item-pic {
  float: left;
  margin-right: 15px;
  width: 75px;
  height: 75px;
}
.single .post-footer-recommend-item a,
.single .page-footer-recommend-item a,
.page .post-footer-recommend-item a,
.page .page-footer-recommend-item a {
  display: block;
  line-height: 1.125;
  font-size: 16px;
  color: #59504d;
}
.single .post-footer-recommend-item a img,
.single .page-footer-recommend-item a img,
.page .post-footer-recommend-item a img,
.page .page-footer-recommend-item a img {
  transition: opacity .15s linear;
}
.single .post-footer-recommend-item a:hover,
.single .page-footer-recommend-item a:hover,
.page .post-footer-recommend-item a:hover,
.page .page-footer-recommend-item a:hover {
  text-decoration: none;
  color: #ed7b74;
}
.single .post-footer-recommend-item a:hover img,
.single .page-footer-recommend-item a:hover img,
.page .post-footer-recommend-item a:hover img,
.page .page-footer-recommend-item a:hover img {
  opacity: .7;
}
.single .post-share-title,
.single .page-share-title,
.page .post-share-title,
.page .page-share-title {
  background: #59504d;
}
.single .post-sns,
.single .page-sns,
.page .post-sns,
.page .page-sns {
  border-top: 0;
  border-right: 1px solid #e7e1dc;
  border-bottom: 1px solid #e7e1dc;
  border-left: 1px solid #e7e1dc;
  background: #fff;
}
.single .post-sns ul,
.single .page-sns ul,
.page .post-sns ul,
.page .page-sns ul {
  border-top: 1px solid #e7e1dc;
}
.single .post-sns .post-sns-twitter,
.single .page-sns .post-sns-twitter,
.page .post-sns .post-sns-twitter,
.page .page-sns .post-sns-twitter {
  border-right: 1px solid #e7e1dc;
}
.single .post-sns .post-sns-twitter a:hover,
.single .page-sns .post-sns-twitter a:hover,
.page .post-sns .post-sns-twitter a:hover,
.page .page-sns .post-sns-twitter a:hover {
  background: #fff;
  color: #00aced;
}
.single .post-sns .post-sns-feedly a:hover,
.single .page-sns .post-sns-feedly a:hover,
.page .post-sns .post-sns-feedly a:hover,
.page .page-sns .post-sns-feedly a:hover {
  background: #fff;
  color: #5acf5f;
}
.single .bzb-sns-btn li,
.page .bzb-sns-btn li {
  margin: 0 4px 0 0;
}
.single #toc_container,
.page #toc_container {
  margin-top: 45px;
  margin-bottom: 85px;
  padding: 15px;
  border: 1px solid #ddd5cf;
}
.single #toc_container .toc_title a,
.single #toc_container .toc_list a,
.page #toc_container .toc_title a,
.page #toc_container .toc_list a {
  color: inherit;
}
.single #toc_container .toc_list,
.page #toc_container .toc_list {
  margin-top: 25px;
}
.single #toc_container .toc_list a,
.page #toc_container .toc_list a {
  color: #6d9dd0;
}
.single #comments,
.page #comments {
  padding: 60px 0 0;
}
.single #comments .comment-reply-title,
.page #comments .comment-reply-title {
  padding: 0 0 18px;
  margin: 50px 0 40px;
  border-bottom: 2px solid #ed7b74;
  border-left: 0;
  line-height: 1.4545454545;
  font-size: 22px;
  margin-bottom: 45px;
}
.single #comments .comment-reply-title span,
.page #comments .comment-reply-title span {
  line-height: 1.4545454545;
  font-size: 22px;
}
.single #comments .comment-form-comment textarea,
.page #comments .comment-form-comment textarea {
  margin: 0 0 25px;
  width: 100%;
}
.single #comments .comment-form-author, .single #comments .comment-form-email,
.page #comments .comment-form-author,
.page #comments .comment-form-email {
  width: 47%;
}
.single #comments .comment-form-author input, .single #comments .comment-form-email input,
.page #comments .comment-form-author input,
.page #comments .comment-form-email input {
  width: 100%;
}
.single #comments .form-submit #submit,
.page #comments .form-submit #submit {
  margin-top: 10px;
  background: #ed7b74;
}
.single #comments .form-submit #submit:hover,
.page #comments .form-submit #submit:hover {
  opacity: .7;
}

/*======================================================================
　固定
======================================================================*/
.page .page {
  padding: 0;
}
.page .page .post-title {
  margin-top: 0;
  padding: 50px;
  border-top: 4px solid #59504d;
  border-bottom: 1px solid #c8c2bd;
  text-align: center;
  color: #59504d;
}
.page .page .post-content {
  margin-top: 0;
  padding: 40px 45px;
}
.page .page .pp-contact {
  padding: 0 20px;
}
.page .page .pp-contact-title {
  margin-bottom: 8px;
  font-size: 15px;
  color: #3d2f29;
}
.page .page .pp-contact-title::before {
  content: '●';
  position: relative;
  top: 2px;
  line-height: 1;
  font-size: 25px;
  color: #3d2f29;
}
.page .page .pp-contact-inner {
  display: table;
  margin-bottom: 40px;
  border: 1px solid #c7bcb4;
}
.page .page .pp-contact-inner-title, .page .page .pp-contact-inner-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.page .page .pp-contact-inner-title {
  margin-bottom: 0;
  width: 300px;
  background: #c7bcb4;
  line-height: 4;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
}
.page .page .pp-contact-inner-text {
  margin: 0;
  padding: 0;
  width: 400px;
  border: 0;
  line-height: 1.6666666667;
  font-size: 18px;
  color: #3d2f29;
}

/*======================================================================
　404
======================================================================*/
.error404 .content-none {
  padding: 85px 0 80px;
}
.error404 .inner-box {
  padding: 0 60px 60px;
}
.error404 .post-header {
  position: relative;
  z-index: 5;
  border-bottom: 1px solid #cdc3bb;
}
.error404 .post-header::before, .error404 .post-header::after {
  display: block;
  position: absolute;
  right: 130px;
  width: 0;
  border: 30px solid transparent;
  border-bottom-width: 0;
}
.error404 .post-header::before {
  content: '';
  bottom: -30px;
  z-index: 1;
  border-top-color: #fff;
}
.error404 .post-header::after {
  content: '';
  bottom: -31px;
  border-top-color: #cdc3bb;
}
.error404 .post-title {
  margin: 0 0 85px;
  text-align: center;
  line-height: 2.1463414634;
  font-size: 41px;
  font-weight: normal;
}
.error404 .post-title::before {
  content: '';
  padding: 46px;
  background: url(../../themes/img/404_title_bg.png) left center no-repeat;
}
.error404 .post-title-sub {
  overflow: hidden;
  margin-bottom: 10px;
}
.error404 .post-title-sub-left {
  float: left;
  width: 255px;
}
.error404 .post-title-sub-left img {
  max-width: none;
}
.error404 .post-title-sub-right {
  float: right;
  width: 405px;
}
.error404 .post-title-sub-right .right-inner-title {
  margin-bottom: 30px;
  line-height: 1.5384615385;
  font-size: 26px;
}
.error404 .post-title-sub-right .right-inner-text {
  line-height: 2;
  font-size: 15px;
}
.error404 .post-content {
  padding: 0;
}
.error404 .post-content p {
  margin-bottom: 0;
}
.error404 .content-box-404 {
  position: relative;
  padding-top: 60px;
  border-bottom: 1px solid #cdc3bb;
}
.error404 .content-box-404::before, .error404 .content-box-404::after {
  display: block;
  position: absolute;
  right: 130px;
  width: 0;
  border: 30px solid transparent;
  border-bottom-width: 0;
}
.error404 .content-box-404::before {
  content: '';
  bottom: -30px;
  z-index: 1;
  border-top-color: #fff;
}
.error404 .content-box-404::after {
  content: '';
  bottom: -31px;
  border-top-color: #cdc3bb;
}
.error404 .content-box-404.box1 {
  z-index: 4;
}
.error404 .content-box-404.box2 {
  z-index: 3;
}
.error404 .content-box-404.box3 {
  z-index: 2;
}
.error404 .content-box-404.box4 {
  z-index: 1;
  border: 0;
}
.error404 .content-box-404.box4 .inner-box {
  padding: 0 60px;
}
.error404 .content-box-404.box4::before, .error404 .content-box-404.box4::after {
  border: 0;
}
.error404 .content-title-404 {
  margin: 0 0 35px;
  padding: 0;
  border: 0;
}
.error404 .content-title-404.title1::before {
  content: '';
  padding: 10px 30px;
  background: url(../../themes/img/404_content_title_bg1.png) left center no-repeat;
}
.error404 .content-title-404.title2::before {
  content: '';
  padding: 10px 30px;
  background: url(../../themes/img/404_content_title_bg2.png) left center no-repeat;
}
.error404 .content-title-404.title3::before {
  content: '';
  padding: 10px 30px;
  background: url(../../themes/img/404_content_title_bg3.png) left center no-repeat;
}
.error404 .content-title-404.title4::before {
  content: '';
  padding: 10px 30px;
  background: url(../../themes/img/404_content_title_bg4.png) left center no-repeat;
}

/*======================================================================
　画面サイズ 1800
======================================================================*/
@media screen and (max-width: 1800px) {
  /*======================================================================
  　トップ
  ======================================================================*/
  .home #content .main-lead {
    margin-left: 20%;
  }
}
/*======================================================================
　画面サイズ 1700
======================================================================*/
@media screen and (max-width: 1700px) {
  /*======================================================================
  　トップ
  ======================================================================*/
  .home #content .main-lead {
    margin-left: 18%;
  }
}
/*======================================================================
　画面サイズ 1550
======================================================================*/
@media screen and (max-width: 1550px) {
  /*======================================================================
  　トップ
  ======================================================================*/
  .home #content .main-lead {
    margin-left: 15%;
  }
}
/*======================================================================
　画面サイズ 1481
======================================================================*/
@media screen and (max-width: 1481px) {
  /*======================================================================
  　トップ
  ======================================================================*/
  .home #content .main-visual {
    background: none;
  }
}
/*======================================================================
　画面サイズ 1200
======================================================================*/
@media screen and (max-width: 1200px) {
  /*======================================================================
  　共通
  ======================================================================*/
  #header .wrap {
    margin-right: 30px;
    margin-left: 30px;
    width: auto;
  }

  #breadcrumb .breadcrumb li:first-child {
    margin-left: 30px;
  }

  #content .wrap {
    width: auto;
  }
  #content .post-item-detail {
    width: inherit;
  }

  #footer .footer-inner {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  #footer .f-contents,
  #footer .f-access {
    float: none;
    margin: 7.03125% 5.46875% 0;
    color: #59504d;
  }
  #footer .f-title {
    margin-bottom: 3.4375%;
  }
  #footer .f-category-item::before {
    content: '●';
    font-size: 15px;
  }
  #footer .f-category-item a {
    font-size: 15px;
  }
  #footer .f-clinic-item {
    float: none;
  }
  #footer .f-clinic .clinic-link {
    margin-right: 0;
  }
  #footer .f-access {
    margin-bottom: 10.9375%;
  }
  #footer .f-access-list.east, #footer .f-access-list.west {
    width: 100%;
  }
  #footer .pc {
    display: none;
  }

  /*======================================================================
  　トップ
  ======================================================================*/
  .home #content .main-lead {
    font-size: 12px;
  }
}
/*======================================================================
　画面サイズ 1199
======================================================================*/
@media screen and (max-width: 1199px) {
  /*======================================================================
  　共通
  ======================================================================*/
  #content .post-item {
    height: 288px;
  }

  /*======================================================================
  　404
  ======================================================================*/
  .error404 .content-none {
    padding: 6.25% 0 7.8125%;
  }
  .error404 .inner-box {
    padding: 0 3.90625% 7.8125%;
  }
  .error404 .post-title {
    position: relative;
    margin: 0 0 5.46875%;
    padding-left: 27.34375%;
    background-size: 20%;
    text-align: left;
    line-height: 1.2666666667;
    font-size: 28px;
  }
  .error404 .post-title::before {
    content: '';
    position: absolute;
    top: -65%;
    left: 7%;
    padding: 8%;
    background: url(../../themes/img/mobile/404_title_bg.png) left center no-repeat;
    background-size: 95%;
  }
  .error404 .post-title-sub {
    overflow: hidden;
    margin-bottom: 10px;
  }
  .error404 .post-title-sub-left, .error404 .post-title-sub-right {
    float: none;
    width: auto;
  }
  .error404 .post-title-sub-left {
    margin-bottom: 5.46875%;
    text-align: center;
  }
  .error404 .post-title-sub-right .right-inner-title {
    margin-bottom: 4.6875%;
    line-height: 1.4545454545;
    font-size: 22px;
  }
  .error404 .post-content {
    padding: 0 !important;
  }
  .error404 .post-content p {
    margin-bottom: 0;
  }
  .error404 .content-box-404 {
    padding-top: 7.8125%;
  }
  .error404 .content-box-404.box4 .inner-box {
    padding: 0 3.90625% 7.8125%;
  }
  .error404 .content-title-404 {
    margin: 0 0 5.46875%;
  }
  .error404 .content-title-404.title1::before {
    content: '';
    padding: 10px 20px;
    background: url(../../themes/img/mobile/404_content_title_bg1.png) left center no-repeat;
    background-size: 80%;
  }
  .error404 .content-title-404.title2::before {
    content: '';
    padding: 10px 20px;
    background: url(../../themes/img/mobile/404_content_title_bg2.png) left center no-repeat;
    background-size: 80%;
  }
  .error404 .content-title-404.title3::before {
    content: '';
    padding: 10px 20px;
    background: url(../../themes/img/mobile/404_content_title_bg3.png) left center no-repeat;
    background-size: 80%;
  }
  .error404 .content-title-404.title4::before {
    content: '';
    padding: 10px 20px;
    background: url(../../themes/img/mobile/404_content_title_bg4.png) left center no-repeat;
    background-size: 80%;
  }
}
/*======================================================================
　画面サイズ 1094
======================================================================*/
@media screen and (max-width: 1094px) {
  /*======================================================================
  　共通
  ======================================================================*/
  #content .post-item {
    height: 320px;
  }
}
/*======================================================================
　画面サイズ 1059
======================================================================*/
@media screen and (max-width: 1059px) {
  /*======================================================================
  　共通
  ======================================================================*/
  #content .post-item {
    height: 342px;
  }
}
/*======================================================================
　画面サイズ 1019
======================================================================*/
@media screen and (max-width: 1019px) {
  /*======================================================================
  　共通
  ======================================================================*/
  #content .post-item {
    height: 364px;
  }
}
/*======================================================================
　画面サイズ 991
======================================================================*/
@media screen and (max-width: 991px) {
  /*======================================================================
  　共通
  ======================================================================*/
  .hidden {
    overflow: hidden;
    overflow-x: hidden;
    width: 100%;
  }
  .hidden .pagetop.show {
    visibility: collapse;
  }

  #header {
    position: fixed;
    top: 0;
    z-index: 10;
    padding: 0 !important;
    width: 100%;
    height: 62px;
    background: url(../../themes/img/mobile/header_bg.jpg) left bottom repeat-x;
    /* #gnav スライドアニメーション */
  }
  #header .wrap {
    z-index: 1000;
    margin: 0;
    padding: 0 !important;
    height: 62px;
  }
  #header .wrap #logo {
    position: relative;
    left: 17px;
    margin-top: 0;
    width: 210px;
    height: 100%;
  }
  #header .wrap #logo a {
    height: 100%;
  }
  #header .wrap .header-contents {
    display: none;
  }
  #header .wrap #nav-toggle {
    display: block;
  }
  #header.open .wrap #nav-toggle span:nth-child(1) {
    top: 11px;
    transform: rotate(315deg);
  }
  #header.open .wrap #nav-toggle span:nth-child(2) {
    left: 50%;
    width: 0;
  }
  #header.open .wrap #nav-toggle span:nth-child(3) {
    top: 11px;
    transform: rotate(-315deg);
  }
  #header.open #gnav {
    display: inherit;
    width: 100%;
  }
  #header #gnav {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 300;
    overflow-y: scroll;
    margin: 6% 0 0;
    padding: 0;
    padding-bottom: 6.25%;
    width: 100%;
    border: 0;
    background: #f0ece9;
    text-align: center;
  }
  #header #gnav .sidebar-category {
    padding-bottom: 0;
  }
  #header #gnav .sidebar-category .cat-list {
    margin-bottom: 20px;
    border: 1px solid #ccc;
  }
  #header #gnav .sidebar-category .cat-list .cat-item {
    position: relative;
    padding: 0;
    border-bottom: 1px solid #bdbdbd;
    background: #fcfaf9;
    font-size: 14px;
    font-weight: bold;
  }
  #header #gnav .sidebar-category .cat-list .cat-item a {
    margin-top: 0;
    display: block;
    padding: 15px 45px 15px 30px;
    text-decoration: none;
    color: #59504d;
  }
  #header #gnav .sidebar-category .cat-list .cat-item a:hover {
    color: #ed7b74;
  }
  #header #gnav .sidebar-category .cat-list .cat-item.cat-latest::after {
    background: none;
  }
  #header #gnav .sidebar-category .cat-list .cat-item:last-child {
    border-bottom: 0;
  }
  #header #gnav .sidebar-category .cat-list .cat-item .children .cat-item {
    border-bottom: 1px dotted #ccc;
    background: #f0ece9;
    font-size: 12px;
    font-weight: normal;
  }
  #header #gnav .sidebar-category .cat-list .cat-item .children .cat-item:first-child {
    border-top: 1px dotted #ccc;
  }
  #header #gnav .sidebar-category .cat-list .cat-item .children .cat-item:last-child {
    border-bottom: 0;
  }
  #header #gnav .sidebar-category .cat-list .cat-item .children .cat-item::after {
    background: none;
  }
  #header #gnav .sidebar-category .cat-list .cat-item .children .cat-item .count {
    display: inherit;
    position: absolute;
    top: 12px;
    right: 10px;
    margin: 0;
    width: 25px;
    background: #cdc3bb;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    color: #fff;
  }
  #header #gnav .sidebar-category .cat-list .cat-item .children .cat-item a {
    padding-left: 55px;
    background: url(../../themes/img/arrow1.png) left 30px center no-repeat;
  }
  #header #gnav .sidebar-category .cat-list .cat-item .children .cat-item .children .cat-item a {
    padding-left: 80px;
    background-position: left 55px center;
  }
  #header #gnav .sidebar-category .cat-list > .cat-item > a:hover {
    text-decoration: underline;
    color: #59504d;
  }
  #header #gnav .sidebar-category .cat-list > .cat-item > .count {
    display: block;
    position: absolute;
    top: 12px;
    right: 10px;
    overflow: hidden;
    width: 25px;
    height: 25px;
    background: #ed7b74;
    cursor: pointer;
    text-indent: 100%;
    white-space: nowrap;
  }
  #header #gnav .sidebar-category .cat-list > .cat-item > .count:last-child {
    display: none;
  }
  #header #gnav .sidebar-category .cat-list > .cat-item > .count::before {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: 7px;
    width: 10px;
    border: 1px solid #f8efec;
  }
  #header #gnav .sidebar-category .cat-list > .cat-item > .count::after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 12px;
    height: 8px;
    border: 1px solid #f8efec;
  }
  #header #gnav .sidebar-category .cat-list > .cat-item > .count.is-open::before {
    animation: spin-row-open .6s;
    transform: rotate(180deg);
  }
  #header #gnav .sidebar-category .cat-list > .cat-item > .count.is-open::after {
    animation: spin-col-open 1s;
    transform: rotate(90deg);
  }
  #header #gnav .sidebar-category .cat-list > .cat-item > .count.is-close::before {
    animation: spin-row-close .6s;
    transform: rotate(0deg);
  }
  #header #gnav .sidebar-category .cat-list > .cat-item > .count.is-close::after {
    animation: spin-col-close 1s;
    transform: rotate(0deg);
  }
  #header #gnav .sidebar-category .cat-list .current-cat a {
    color: #59504d;
  }
  #header #gnav .sidebar-category .cat-list .current-cat ul li {
    background: #fff;
  }
  #header #gnav .sidebar-category .cat-list .current-cat ul li a {
    color: #59504d;
  }
  #header #gnav .sidebar-category .cat-list > .cat-item > .count.is-open::before {
    animation: spin-row-open .6s;
    transform: rotate(180deg);
  }
  #header #gnav .sidebar-category .cat-list > .cat-item > .count.is-open::after {
    animation: spin-col-open 1s;
    transform: rotate(90deg);
  }
  #header #gnav .widget_recent_entries a,
  #header #gnav .widget_categories a {
    background: url(../../themes/img/icont_arw_lit.png) left center no-repeat;
  }
  #header #gnav nav {
    display: none;
  }
  #header #gnav .sidebar-title {
    display: none;
  }
  #header #gnav ul li {
    float: none;
  }
  #header #gnav .sidebar-category {
    display: inherit;
    margin-bottom: 4.6875%;
  }
  #header #gnav .sidebar-category .cat-list .cat-item a {
    width: 85%;
    border: 0;
    background: #fcfaf9;
    text-align: left;
  }
  #header #gnav .sidebar-category .cat-list .cat-item.fat-breast a {
    padding-left: 55px;
    background: url(../../themes/img/mobile/nav_fat-breast.png) left 14px center no-repeat;
    background-size: 28px;
  }
  #header #gnav .sidebar-category .cat-list .cat-item.hyaluronicacid a {
    padding-left: 55px;
    background: url(../../themes/img/mobile/nav_hyaluronicacid.png) left 14px center no-repeat;
    background-size: 28px;
  }
  #header #gnav .sidebar-category .cat-list .cat-item.aquafilling a {
    padding-left: 55px;
    background: url(../../themes/img/mobile/nav_aquafilling.png) left 14px center no-repeat;
    background-size: 28px;
  }
  #header #gnav .sidebar-category .cat-list .cat-item.silicon-bag a {
    padding-left: 55px;
    background: url(../../themes/img/mobile/nav_silicon-bag.png) left 14px center no-repeat;
    background-size: 28px;
  }
  #header #gnav .sidebar-category .cat-list .cat-item.repair-breast a {
    padding-left: 55px;
    background: url(../../themes/img/mobile/nav_repair-breast.png) left 14px center no-repeat;
    background-size: 28px;
  }
  #header #gnav .sidebar-category .cat-list .cat-item.breast-reconstruction a {
    padding-left: 55px;
    background: url(../../themes/img/mobile/nav_breast-reconstruction.png) left 14px center no-repeat;
    background-size: 28px;
  }
  #header #gnav .sidebar-category .cat-list .cat-item.nipple-areola a {
    padding-left: 55px;
    background: url(../../themes/img/mobile/nav_nipple-areola.png) left 14px center no-repeat;
    background-size: 28px;
  }
  #header #gnav .sub-clinic-banner {
    margin: 0 1.5% 4.6875%;
    width: 97%;
  }
  #header #gnav form,
  #header #gnav .addtoany_shortcode {
    display: inherit;
  }
  #header #gnav form {
    margin: 0 1.5% 3.125%;
    width: 97%;
  }

  #breadcrumb {
    margin-top: 60px;
    padding: 0 0 3.90625%;
  }
  #breadcrumb .breadcrumb {
    padding: 3.125% 2.34375% 3.125% 0;
    background: #3d2f29;
    color: #fff;
  }
  #breadcrumb .breadcrumb li {
    line-height: 1.5;
  }
  #breadcrumb .breadcrumb li a {
    color: #ed7b74;
  }
  #breadcrumb .breadcrumb li:first-child {
    margin-left: 10px;
  }
  #breadcrumb .breadcrumb li:last-child a {
    color: #fff;
  }

  #content .main-inner {
    margin-right: 0;
  }
  #content .post-item {
    height: 266px;
  }
  #content #side {
    margin-left: 0;
    width: 100%;
  }
  #content #side .sidebar-clinic, #content #side .sidebar-pdf {
    margin: 0 auto 35px;
    width: 280px;
  }

  .sub-clinic-banner {
    display: inherit;
  }

  /*======================================================================
  　トップ
  ======================================================================*/
  .home #header .wrap {
    height: 62px;
  }
  .home #header .wrap #logo {
    margin-top: 0;
  }
  .home #content {
    padding-top: 60px !important;
  }
  .home #content .main-lead {
    font-size: 10px;
  }

  /*======================================================================
  　詳細
  ======================================================================*/
  .single .post {
    border: 1px solid #dcd4cf;
    border-top: 0;
  }
  .single .post-content .alignright {
    float: right !important;
    margin-left: 15px !important;
  }
  .single .post-thumbnail {
    float: right;
  }
}
/*======================================================================
　画面サイズ 849
======================================================================*/
@media screen and (max-width: 849px) {
  /*======================================================================
  　共通
  ======================================================================*/
  #header #gnav {
    margin: 7.3% 0 0;
  }

  #content .post-item {
    height: 288px;
  }
}
/*======================================================================
　画面サイズ 760
======================================================================*/
@media screen and (max-width: 760px) {
  /*======================================================================
  　共通
  ======================================================================*/
  #header #gnav {
    margin-top: 16.5%;
  }

  #content {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 7.03125%;
  }
  #content .wrap {
    margin-top: 0;
  }
  #content .post-item {
    height: auto;
    margin-bottom: 0;
    padding: 7.03125% 2.8125% 7.8125%;
  }
  #content .post-item-header {
    margin-left: 0;
  }
  #content .post-item-title {
    margin-bottom: 3.125%;
    color: #59504d;
  }
  #content .post-item-content {
    padding: 0 !important;
  }
  #content .post-item-thumbnail {
    position: relative;
    top: 0;
    margin: 0 0 3.125%;
    width: 100%;
    height: auto;
  }
  #content .post-item-thumbnail-pic img {
    width: 100%;
  }
  #content .post-item-detail, #content .post-item-category {
    margin-left: 0;
  }
  #content .post-item-text {
    margin-bottom: 1.09375%;
    color: #59504d;
  }
  #content .post-item-sub {
    margin-bottom: 3.28125%;
  }
  #content .cat-content {
    margin-bottom: 3.90625%;
  }
  #content .cat-header {
    padding: 3.90625%;
  }
  #content .cat-header .post-title {
    line-height: 1.5;
    font-size: 1.6rem;
  }
  #content .cat-item a {
    width: 85%;
  }
  #content #side {
    margin-left: 0;
    padding-top: 42px;
    width: 100%;
  }
  #content #side .sidebar-title {
    margin-bottom: 7.03125%;
  }
  #content #side .sidebar-clinic, #content #side .sidebar-pdf {
    margin: 0;
    width: 100%;
  }
  #content #side .sidebar-clinic {
    margin-bottom: 7.8125%;
  }
  #content #side .sidebar-clinic .s-clinic-item-inner-pic {
    margin-top: -7.5%;
  }
  #content #side .sidebar-clinic .s-clinic img {
    width: 100%;
  }
  #content #side .sidebar-pdf {
    margin-bottom: 8.59375%;
  }
  #content #side .sidebar-pdf img {
    left: 0;
    max-width: 100%;
  }
  #content #side .sidebar-popular {
    margin-bottom: 12.5%;
  }
  #content #side .sidebar-recommend, #content #side .sidebar-search, #content #side .sidebar-category {
    margin-bottom: 10.15625%;
  }
  #content #side .sidebar-sns {
    margin-bottom: 0;
  }

  #footer .f-clinic img {
    width: 100%;
  }
  #footer .f-clinic-item-inner-pic {
    margin-top: -5%;
  }

  /*======================================================================
  　トップ
  ======================================================================*/
  .home #content .main-lead {
    position: inherit;
    top: 0;
    left: 0;
    margin: 0 10px;
    font-size: 14px;
  }

  /*======================================================================
  　カテゴリー
  ======================================================================*/
  .category #content .cat-header {
    padding: 5.46875%;
  }
  .category #content .cat-detail {
    padding: 10.46875% 3.125% 6.25%;
  }
  .category #content .cat-detail-meta {
    margin-bottom: 3.28125%;
  }
  .category #content .cat-detail-pic {
    float: none;
    margin-bottom: 10.9375%;
    margin-left: 0;
    text-align: center;
  }
  .category #content .cat-detail-pic img {
    width: 100%;
  }

  /*======================================================================
  　詳細
  　固定ページ
  ======================================================================*/
  .single .post,
  .single .page,
  .page .post,
  .page .page {
    padding: 5.46875% 3.125%;
  }
  .single .post-header,
  .single .page-header,
  .page .post-header,
  .page .page-header {
    margin-bottom: 7.8125%;
    padding: 0;
  }
  .single .post-header-meta .bzb-sns-btn,
  .single .page-header-meta .bzb-sns-btn,
  .page .post-header-meta .bzb-sns-btn,
  .page .page-header-meta .bzb-sns-btn {
    float: none;
    margin-bottom: 3.90625%;
  }
  .single .post-header-list,
  .single .page-header-list,
  .page .post-header-list,
  .page .page-header-list {
    overflow: hidden;
  }
  .single .post-title,
  .single .page-title,
  .page .post-title,
  .page .page-title {
    margin: 7.03125% 0;
    line-height: 1.5;
    font-size: 1.8rem;
  }
  .single .post-content,
  .single .page-content,
  .page .post-content,
  .page .page-content {
    margin-top: 6.25%;
    margin-bottom: 12.5%;
    padding: 0 !important;
  }
  .single .post-content div,
  .single .post-content p,
  .single .post-content span,
  .single .page-content div,
  .single .page-content p,
  .single .page-content span,
  .page .post-content div,
  .page .post-content p,
  .page .post-content span,
  .page .page-content div,
  .page .page-content p,
  .page .page-content span {
    line-height: 2;
    font-size: 1rem;
    margin-bottom: 5%;
  }
  .single .post-content div img,
  .single .post-content p img,
  .single .post-content span img,
  .single .page-content div img,
  .single .page-content p img,
  .single .page-content span img,
  .page .post-content div img,
  .page .post-content p img,
  .page .post-content span img,
  .page .page-content div img,
  .page .page-content p img,
  .page .page-content span img {
    margin-bottom: 7.5%;
    width: 100%;
  }
  .single .post-content h2,
  .single .page-content h2,
  .page .post-content h2,
  .page .page-content h2 {
    padding: 7.03125% 0;
    padding-left: 3.90625%;
    padding-right: 3.125%;
    margin: 15.625% 0 8.59375%;
    background: #f0ece9;
    border-bottom: 0;
    border-left: 6px solid #ed7b74;
    line-height: 1.3076923077;
    font-size: 1.4rem;
  }
  .single .post-content h2 span,
  .single .page-content h2 span,
  .page .post-content h2 span,
  .page .page-content h2 span {
    line-height: 1.3076923077;
    font-size: 1.4rem;
  }
  .single .post-content h3,
  .single .page-content h3,
  .page .post-content h3,
  .page .page-content h3 {
    padding: 0 0 2.8125%;
    margin: 10.9375% 0 6.25%;
    border-bottom: 2px solid #ed7b74;
    border-left: 0;
    line-height: 1.4545454545;
    font-size: 1.3rem;
  }
  .single .post-content h3 span,
  .single .page-content h3 span,
  .page .post-content h3 span,
  .page .page-content h3 span {
    line-height: 1.4545454545;
    font-size: 1.3rem;
  }
  .single .post-content h4,
  .single .page-content h4,
  .page .post-content h4,
  .page .page-content h4 {
    padding-left: 2.34375%;
    margin: 7.8125% 0 2.34375%;
    border-left: 4px solid #ed7b74;
    line-height: 1.6666666667;
    font-size: 1.2rem;
  }
  .single .post-content h4 span,
  .single .page-content h4 span,
  .page .post-content h4 span,
  .page .page-content h4 span {
    line-height: 1.6666666667;
    font-size: 1.2rem;
  }
  .single .post-content iframe,
  .single .page-content iframe,
  .page .post-content iframe,
  .page .page-content iframe {
    width: 100%;
  }
  .single .post-content .alignright,
  .single .page-content .alignright,
  .page .post-content .alignright,
  .page .page-content .alignright {
    float: none;
  }
  .single .post-thumbnail,
  .single .page-thumbnail,
  .page .post-thumbnail,
  .page .page-thumbnail {
    float: none;
    margin-bottom: 7.5%;
    margin-left: 0;
    width: 100%;
    height: auto;
    text-align: center;
  }
  .single .post-thumbnail img,
  .single .page-thumbnail img,
  .page .post-thumbnail img,
  .page .page-thumbnail img {
    width: 100%;
  }
  .single .post-footer,
  .single .page-footer,
  .page .post-footer,
  .page .page-footer {
    margin-bottom: 9.375%;
    padding: 0 !important;
  }
  .single .post-footer .bzb-sns-btn,
  .single .page-footer .bzb-sns-btn,
  .page .post-footer .bzb-sns-btn,
  .page .page-footer .bzb-sns-btn {
    margin-bottom: 2.34375%;
  }
  .single .post-footer-list,
  .single .page-footer-list,
  .page .post-footer-list,
  .page .page-footer-list {
    margin-bottom: 0;
  }
  .single .post-footer-recommend,
  .single .page-footer-recommend,
  .page .post-footer-recommend,
  .page .page-footer-recommend {
    margin-top: 12.5%;
  }
  .single .post-footer-recommend-title,
  .single .page-footer-recommend-title,
  .page .post-footer-recommend-title,
  .page .page-footer-recommend-title {
    padding: 0 0 2.8125%;
    margin: 10.9375% 0 6.25%;
    border-bottom: 2px solid #ed7b74;
    border-left: 0;
    line-height: 1.4545454545;
    font-size: 1.3rem;
    margin-bottom: 4.6875%;
  }
  .single .post-footer-recommend-title span,
  .single .page-footer-recommend-title span,
  .page .post-footer-recommend-title span,
  .page .page-footer-recommend-title span {
    line-height: 1.4545454545;
    font-size: 1.3rem;
  }
  .single .post-footer-recommend-list,
  .single .page-footer-recommend-list,
  .page .post-footer-recommend-list,
  .page .page-footer-recommend-list {
    position: inherit;
    overflow: hidden;
  }
  .single .post-footer-recommend-list::before,
  .single .page-footer-recommend-list::before,
  .page .post-footer-recommend-list::before,
  .page .page-footer-recommend-list::before {
    border-right: 0;
  }
  .single .post-footer-recommend-item,
  .single .page-footer-recommend-item,
  .page .post-footer-recommend-item,
  .page .page-footer-recommend-item {
    float: none;
    margin-bottom: 1.5625%;
    padding: 0 2.34375%;
    width: 100%;
  }
  .single .post-footer-recommend-item .item-inner,
  .single .page-footer-recommend-item .item-inner,
  .page .post-footer-recommend-item .item-inner,
  .page .page-footer-recommend-item .item-inner {
    overflow: hidden;
  }
  .single .post-footer-recommend-item:nth-child(odd),
  .single .page-footer-recommend-item:nth-child(odd),
  .page .post-footer-recommend-item:nth-child(odd),
  .page .page-footer-recommend-item:nth-child(odd) {
    clear: both;
  }
  .single .post-footer-recommend-item-pic,
  .single .page-footer-recommend-item-pic,
  .page .post-footer-recommend-item-pic,
  .page .page-footer-recommend-item-pic {
    float: left;
    margin-right: 2.34375%;
    width: 90px;
    height: 70px;
  }
  .single .post-footer-recommend-item a,
  .single .page-footer-recommend-item a,
  .page .post-footer-recommend-item a,
  .page .page-footer-recommend-item a {
    font-size: 1rem;
    color: #59504d;
  }
  .single .post-share,
  .single .page-share,
  .page .post-share,
  .page .page-share {
    margin-bottom: 7.8125%;
    padding: 0 20px !important;
  }
  .single #toc_container,
  .page #toc_container {
    margin-top: 7.03125%;
    margin-bottom: 13.28125%;
    padding: 2.34375%;
  }
  .single #toc_container .toc_list,
  .page #toc_container .toc_list {
    margin-top: 3.90625%;
  }
  .single #comments,
  .page #comments {
    padding: 20px 0;
  }
  .single #comments .comment-reply-title,
  .page #comments .comment-reply-title {
    padding: 0 0 2.8125%;
    margin: 10.9375% 0 6.25%;
    border-bottom: 2px solid #ed7b74;
    border-left: 0;
    line-height: 1.4545454545;
    font-size: 1.3rem;
    margin-bottom: 7.03125%;
  }
  .single #comments .comment-reply-title span,
  .page #comments .comment-reply-title span {
    line-height: 1.4545454545;
    font-size: 1.3rem;
  }
  .single #comments .comment-form-comment textarea,
  .page #comments .comment-form-comment textarea {
    margin: 0 0 3.90625%;
    width: 100%;
  }
  .single #comments .comment-form-author,
  .page #comments .comment-form-author {
    margin-bottom: 3.90625%;
  }
  .single #comments .comment-form-author, .single #comments .comment-form-email,
  .page #comments .comment-form-author,
  .page #comments .comment-form-email {
    width: auto;
  }
  .single #comments .comment-form-author input, .single #comments .comment-form-email input,
  .page #comments .comment-form-author input,
  .page #comments .comment-form-email input {
    margin: 2% 0 0;
    width: 100%;
  }
  .single #comments .form-submit,
  .page #comments .form-submit {
    text-align: center;
  }
  .single #comments .form-submit #submit,
  .page #comments .form-submit #submit {
    margin-top: 7.8125%;
  }

  /*======================================================================
  　固定ページ
  ======================================================================*/
  .page .page {
    padding: 0;
  }
  .page .page .post-header {
    padding: 0 !important;
  }
  .page .page .post-title {
    padding: 5.46875%;
    line-height: 1.5;
    font-size: 1.6rem;
  }
  .page .page .post-content {
    padding: 3.90625% 3.90625% !important;
  }
  .page .page .pp-contact {
    padding: 0 20px;
  }
  .page .page .pp-contact-title {
    margin-bottom: 8px;
    font-size: 15px;
    color: #3d2f29;
  }
  .page .page .pp-contact-title::before {
    content: '●';
    position: relative;
    top: 2px;
    line-height: 1;
    font-size: 25px;
    color: #3d2f29;
  }
  .page .page .pp-contact-inner {
    display: inherit;
  }
  .page .page .pp-contact-inner-title, .page .page .pp-contact-inner-text {
    display: inherit;
    width: auto;
  }
  .page .page .pp-contact-inner-title {
    line-height: 2.5;
  }
  .page .page .pp-contact-inner-text {
    line-height: 3;
  }

  /*======================================================================
  　404
  ======================================================================*/
  .error404 .post-header::before, .error404 .post-header::after {
    display: block;
    position: absolute;
    right: 15%;
    width: 0;
    border: 15px solid transparent;
    border-bottom-width: 0;
  }
  .error404 .post-header::before {
    content: '';
    bottom: -15px;
    z-index: 1;
    border-top-color: #fff;
  }
  .error404 .post-header::after {
    content: '';
    bottom: -16px;
    border-top-color: #cdc3bb;
  }
  .error404 .post-title::before {
    top: -5%;
    left: 2%;
    padding: 12%;
  }
  .error404 .content-box-404::before, .error404 .content-box-404::after {
    display: block;
    position: absolute;
    right: 15%;
    width: 0;
    border: 15px solid transparent;
    border-bottom-width: 0;
  }
  .error404 .content-box-404::before {
    content: '';
    bottom: -15px;
    z-index: 1;
    border-top-color: #fff;
  }
  .error404 .content-box-404::after {
    content: '';
    bottom: -16px;
    border-top-color: #cdc3bb;
  }
}

/*# sourceMappingURL=breasts.css.map */
