@charset "UTF-8";
.c-doctors {
  margin: 0 65px 50px;
}
.c-doctors__title {
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd6d0;
  text-align: center;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, "Times New Roman", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 21px;
}
.c-doctors__text {
  line-height: 1.8461538462;
  font-size: 13px;
}

.c-pagenation {
  display: flex;
  overflow: hidden;
  justify-content: flex-end;
  margin: 10px 0;
}
.c-pagenation .page-numbers {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  float: left;
  margin-right: 4px;
  width: 18px;
  border: 1px solid #baafa6;
  background-image: url(../../img/pc/pagenation_bg.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  line-height: 18px;
  font-size: 1.2em;
  color: #7f7875;
}
.c-pagenation .page-numbers:last-child {
  margin-right: 0;
}
.c-pagenation .page-numbers a {
  color: #7f7875;
}
.c-pagenation .page-numbers a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.c-pagenation .current {
  background-image: url(../../img/pc/pagenation_current.png);
  color: #fff;
}
.c-pagenation .prev,
.c-pagenation .next {
  height: 18px;
}
.c-pagenation .prev::after,
.c-pagenation .next::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-image: url(../../img/pc/arrow8.png);
}
.c-pagenation .prev::after {
  transform: rotate(180deg);
}
.p-clinic-summary {
  margin: 0 65px 80px;
}
.p-clinic-summary .clinic {
  order: 1;
  width: 256px;
  text-align: center;
}
.p-clinic-summary .map {
  order: 3;
}
.p-clinic-summary .slide {
  flex-basis: 265px;
  order: 2;
}
.p-clinic-summary__wrapper {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding: 17px 17px 17px 25px;
  height: 187px;
  background: #f2efed;
  color: #7f7875;
}
.p-clinic-summary__title {
  margin-bottom: 10px;
  padding-bottom: 1px;
  height: auto;
  border: 0;
  border-bottom: 1px solid #fff;
  background: none;
  box-shadow: inset 0 -1px 0 #baafa6;
  text-align: left;
}
.p-clinic-summary__address {
  margin-bottom: 10px;
  line-height: 1.3333333333;
  font-size: 1.2em;
}
.p-clinic-summary-tel__free {
  margin-bottom: 10px;
}
.p-clinic-summary-tel__international {
  margin-bottom: 6px;
}
.p-clinic-summary-tel a {
  color: #7f7875;
}
.p-clinic-summary-bhour > * {
  display: inline;
}
.p-clinic-summary-bhour__title,
.p-clinic-summary-bhour .emphasis {
  font-weight: bold;
}
.p-clinic-summary-bhour .emphasis {
  margin-left: 1em;
}
.p-clinic-summary__cvlink__item {
  background-position: 0 0;
  background-repeat: no-repeat;
}
.p-clinic-summary__cvlink .consultation {
  background-image: url(../../img/pc/footer_cv_consultation_h.png);
}
.p-clinic-summary__cvlink .counseling {
  background-image: url(../../img/pc/footer_cv_counseling_h.png);
}
.p-clinic-summary__cvlink a {
  display: block;
  margin-bottom: 7px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.p-clinic-summary__link {
  margin-top: 32px;
  text-align: right;
}
.p-clinic-summary__link a {
  display: inline-block;
  border: 1px solid #baafa6;
  background: url(../../img/pc/main_clinic_button_access_h.png) 0 0 no-repeat;
}
.p-clinic-summary__slide {
  overflow: hidden;
  width: 265px;
  height: 187px;
}

.p-contents-category__list {
  display: flex;
  justify-content: space-between;
}
.p-contents-category__item {
  position: relative;
  padding: 45px 0 33px;
  background-position: center top;
  background-repeat: no-repeat;
}
.p-contents-category__item a > * {
  transition: all 0.15s linear;
}
.p-contents-category__item a:hover {
  text-decoration: none;
}
.p-contents-category__item a:hover > * {
  opacity: 1;
}
.p-contents-category__item.liposuction {
  background-image: url(../../img/pc/common_menu_liposuction_bg1.png);
}
.p-contents-category__item.liposuction .p-category {
  width: 285px;
  height: 265px;
  background-image: url(../../img/pc/index_menu_liposuction_bg2.jpg);
}
.p-contents-category__item.breasts {
  background-image: url(../../img/pc/common_menu_breasts_bg1.png);
}
.p-contents-category__item.breasts .p-category {
  width: 286px;
  height: 265px;
  background-image: url(../../img/pc/index_menu_breasts_bg2.jpg);
}
.p-contents-category__item.antiaging {
  background-image: url(../../img/pc/common_menu_antiaging_bg1.png);
}
.p-contents-category__item.antiaging .p-category {
  width: 285px;
  height: 265px;
  background-image: url(../../img/pc/index_menu_antiaging_bg2.jpg);
}
.p-contents-category__item .p-category {
  background-position: left top;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.p-contents-category__item .p-category:hover .p-category__title__pic {
  opacity: 0;
}
.p-contents-category__item .p-category__title__pic {
  transition: all 0.15s linear;
  opacity: 1;
}
.p-contents-category__item .p-category__title__text {
  position: absolute;
  bottom: 81px;
  z-index: 1;
  width: 100%;
  text-align: center;
  line-height: 2.6315789474;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, "Times New Roman", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.9em;
  color: #fff;
}
.p-contents-category__item .p-category__text {
  position: absolute;
  bottom: 39px;
  left: 6px;
  padding: 6px 0 6px 15px;
  line-height: 1.3636363636;
  font-size: 1.1em;
}

.m-latest {
  margin-bottom: 30px;
}
.m-latest-list {
  border: 1px solid #baafa6;
}
.m-latest-list .list-item,
.m-latest-list li {
  border-bottom: 1px dotted #baafa6;
}
.m-latest-list .list-item:nth-child(even),
.m-latest-list li:nth-child(even) {
  background: #f2efed;
}
.m-latest-list .list-item:last-child,
.m-latest-list li:last-child {
  border: 0;
}
.m-latest-list a {
  display: block;
}
.m-latest-list .item-inner,
.m-latest-list dl {
  *zoom: 1;
  position: relative;
  padding: 10px;
}
.m-latest-list .item-title,
.m-latest-list .item-contents,
.m-latest-list dt,
.m-latest-list dd {
  margin-left: 80px;
}
.m-latest-list .item-title,
.m-latest-list dt {
  margin-bottom: 11px;
  padding-top: 8px;
  font-size: 1.4em;
}
.m-latest-list .item-title a,
.m-latest-list dt a {
  transition: color 0.1s linear;
  color: #6d9dd0;
}
.m-latest-list .item-title a:hover,
.m-latest-list dt a:hover {
  text-decoration: none;
  color: #ec7c78 !important;
}
.m-latest-list .new {
  float: right;
}
.m-latest-list .new img {
  vertical-align: text-top;
}
.m-latest-list .item-contents,
.m-latest-list dd {
  padding-bottom: 3px;
  line-height: 1.3333333333;
  font-size: 1.3rem;
  color: #7f7875;
}
.m-latest-list .pic {
  position: absolute;
  top: 10px;
  left: 10px;
  margin: 0;
}
.m-latest-list .link {
  transition: color, 0.1s, linear;
  float: right;
  padding-left: 15px;
  background: url(../../img/pc/arrow2.png) left 1px no-repeat;
  text-align: right;
  line-height: 1;
}
.m-latest-list .link:hover {
  color: #ec7c78 !important;
}
* html .m-latest-list {
  height: 1%;
}
* + html .m-latest-list {
  height: 1%;
}
.m-latest-list .pic img {
  width: 70px;
  height: auto;
}
.m-latest-list .category {
  margin-top: 10px;
  text-align: right;
  font-size: 1em;
}
.m-latest-list .category-list, .m-latest-list .category-item,
.m-latest-list .category a {
  display: inline;
}
.m-latest-list .category-list {
  margin-left: -0.25em;
}
.m-latest-list .category-item.category-item {
  margin-right: -0.25em;
  border: none;
  background: none;
  line-height: 1.4;
}
.m-latest-list .category-item.category-item::before {
  content: "/";
  margin: 0 0.25em;
}
.m-latest-list .category-item.category-item:first-child::before {
  content: initial;
}

.pager {
  text-align: right;
  margin: 10px 0;
}
.pager dt,
.pager dd,
.pager p,
.pager ol,
.pager li {
  display: inline;
}
.pager dt,
.pager p,
.pager li {
  font-size: 1.2em;
  color: #7f7875;
}
.pager dt {
  margin-right: 20px;
  padding-top: 2px;
  vertical-align: middle;
}
.pager em {
  margin-right: 0.1em;
  vertical-align: middle;
  font-size: 1.1666666667em;
  font-weight: bold;
  color: #ec7c78;
}
.pager p,
.pager li {
  border: 1px solid #baafa6;
  background-image: sprite-url(sprite-map("sprite/pager/*.png"));
  background-position: sprite-position(sprite-map("sprite/pager/*.png"), bg);
  background-repeat: repeat-x;
  text-align: center;
  line-height: 10px;
  font-size: 1.2em;
}
.pager .first {
  position: relative;
  margin-right: 14px;
}
.pager .first::after {
  content: "…";
  position: absolute;
  top: 0;
  right: -16px;
  line-height: 20px;
}
.pager .last {
  position: relative;
  margin-left: 14px;
}
.pager .last::before {
  content: "…";
  position: absolute;
  top: 0;
  left: -16px;
  line-height: 20px;
}
.pager .current {
  background-image: sprite-url(sprite-map("sprite/pager/*.png"));
  background-position: sprite-position(sprite-map("sprite/pager/*.png"), current);
  background-repeat: repeat-x;
  color: #fff;
}
.pager img {
  vertical-align: middle;
}
.pager span,
.pager a {
  display: block;
  padding: 0 4px;
  min-width: 10px;
  height: 18px;
  text-decoration: none;
  line-height: 18px;
}
.pager a {
  color: #7f7875;
}

/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:		index.scss
Note:			新着一覧SCSSファイル

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

0.	共通使用変数定義
1.	ブラウザデフォルトスタイルリセット
2.	共通部分
3.	original

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
0.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	共通部分
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
3.	original
----------------------------------------------------------------------*/
.m-latest {
  margin: 0 10px;
}
.m-latest > .title {
  margin-bottom: 10px;
  padding: 0 0 1px 12px;
  height: 31px;
  border: 0;
  border-top: 3px solid #f0ae00;
  border-bottom: 1px solid #baafa6;
  background: url(../../img/pc/subtitle_bg.gif) left top repeat-x;
  line-height: 31px;
  font-size: 1.4em;
  color: #7f7875;
}
/*# sourceMappingURL=category.css.map */
