@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:
Note:


New Creation:	2013/02/07 17:43:03.
Last Change:	2015/03/31 21:33:45.


Created By		Yoshiaki Murakami

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

1.	ブラウザデフォルトスタイルリセット
2.	HTMLタグ
3.	container
4.	共通部分
5.	header
6.	content
7.	main
8.	sub
9.	footer

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
}

fieldset {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font: 100%;
  font-size: inherit;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: 0;
  vertical-align: bottom;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

th,
td {
  padding: 0;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

header,
footer,
article,
section,
aside,
nav,
figure,
figcaption {
  display: block;
}

figure {
  margin: 0;
}

/*----------------------------------------------------------------------
2.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  min-width: 1034px;
  height: 100%;
}

body {
  background: url(../../img/pc/container_bg.png) top center repeat-y, url(../../img/pc/bg.gif) top center;
  -webkit-text-size-adjust: 100%;
}

a {
  transform: transition(color 0.1s linear);
  color: #6d9dd0;
}
a:hover {
  color: #ec7c78 !important;
}

a[href^=http] img {
  opacity: 1;
  transform: transition(opacity 0.1s linear);
}
a[href^=http]:hover img {
  opacity: 0.5;
}

a[href^=tel] {
  cursor: default;
}
a[href^=tel]:hover {
  cursor: default;
}

/*----------------------------------------------------------------------
3.	container
----------------------------------------------------------------------*/
#container {
  height: 100%;
  min-height: 100%;
  background: url(../../img/pc/container_bg.png) top center repeat-y;
}
#container .wrapper {
  background: url(../../img/pc/container_bg2.png) top center no-repeat, url(../../img/pc/bg2.gif) top center repeat-x;
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 100%;
}
body > #container .wrapper {
  height: auto;
}
#container * .wrapper {
  position: static;
  height: auto;
  min-height: auto;
  background: none;
}
body > #container * .wrapper {
  height: auto;
}

/*----------------------------------------------------------------------
4.	共通部分
----------------------------------------------------------------------*/
.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

#topicpath ol {
  display: flow-root;
}
#topicpath ol li {
  float: left;
  margin-right: 0.5em;
  line-height: 30px;
  color: #7f7875;
}
#topicpath ol li::before {
  content: " > ";
  display: inline-block;
}
#topicpath ol li:first-child::before {
  content: "";
}
#topicpath ol li:last-child a {
  color: #7f7875;
}
#topicpath ol li a {
  display: inline-block;
  color: #6d9dd0;
}

.pagetop {
  margin: 23px 10px;
  text-align: right;
}
.pagetop a {
  padding-left: 15px;
  background-image: url(../../img/pc/sprite/arrow.png);
  background-position: 0 -968px;
  background-repeat: no-repeat;
  color: #7f7875;
}
.pagetop a:hover {
  background-image: url(../../img/pc/sprite/hover/arrow.png);
  background-position: 0 -50px;
  background-repeat: no-repeat;
}

.assist {
  display: none;
}

#yearend {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  overflow: hidden;
  padding-top: 3px;
  width: 99.85%;
  height: 32px;
  border: 1px solid #888;
  background: url(../../img/pc/yearend_bg.gif) left 3px repeat-x #c40038;
  line-height: 1.2em;
}
#yearend h2,
#yearend p {
  display: table-cell;
}
#yearend p {
  padding: 5px 91px 0 2em;
  vertical-align: middle;
  text-indent: -1em;
  line-height: 1.2;
  font-size: 1em;
  color: #59514e;
}
#yearend .pic {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
}

.notice-tax {
  margin: 20px 10px;
  padding: 12px 0;
  border: #c9c9ca 1px solid;
  background-color: #f6f7f7;
  text-align: center;
  line-height: 1.4;
  font-size: 1em;
  color: #e85554;
}

.area-link:focus {
  outline: 0;
}
.area-link:focus::before {
  outline: -webkit-focus-ring-color auto 5px;
}
.area-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.p-fixed-banner {
  display: block;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  margin: 0 auto;
  width: 988px;
  background: #fff;
  opacity: 1;
  transition: 0.3s;
}
.p-fixed-banner.is-hide {
  z-index: -1000;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
.p-fixed-banner.is-delete {
  display: none !important;
}
.p-fixed-banner__inner {
  display: flex;
  position: relative;
}
.p-fixed-banner__title {
  overflow: hidden;
  height: 27px;
  background-color: #7e7875;
  text-align: center;
  line-height: 2.4;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #e9e5e3;
}
.p-fixed-banner__pic img {
  width: 100%;
  height: auto;
}
.p-fixed-banner__pic a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.p-fixed-banner__pic a:hover * {
  opacity: 1;
}
.p-fixed-banner__section {
  position: relative;
  flex: 1;
  transition: opacity 0.15s linear;
}
.p-fixed-banner__section:hover {
  opacity: 0.6;
}
.p-fixed-banner__section:nth-child(2) .p-fixed-banner__title {
  background-color: #e9e5e3;
  color: #7e7875;
}
.p-fixed-banner__close-button {
  position: absolute;
  top: -20px;
  right: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.f-imp {
  margin: 0 auto;
  padding: 40px 0 100px;
  width: 858px;
}
.f-imp__title {
  margin-bottom: 20px;
  text-align: center;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 18px;
  color: #595656;
}
.f-imp__text {
  text-align: justify;
  line-height: 1.4285714286;
  font-size: 12px;
  color: #7f7875;
}
.f-imp-doctor {
  margin-bottom: 60px;
}
.f-imp-doctor__box__title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #7f7875;
}
.f-imp-doctor__box + .f-imp-doctor__box {
  margin-top: 40px;
}

/*----------------------------------------------------------------------
5.	#header
----------------------------------------------------------------------*/
#header {
  position: relative;
  margin: 0 auto;
  width: 988px;
  background: url(../../img/pc/header_bg.gif) left 24px no-repeat;
}
#header h1,
#header .p-header__text {
  background: url(../../img/pc/h1_bg.gif) left top repeat-x #524840;
  text-align: center;
  line-height: 24px;
  font-size: 1em;
  white-space: nowrap;
  color: #b3a79c;
}
#header #logo {
  padding: 25px 0 25px 25px;
}
#header aside {
  position: absolute;
  top: 37px;
  right: 30px;
}
#header aside div {
  position: absolute;
  right: 0;
}
#header .p-header__tel {
  position: absolute;
  top: 1px;
  right: 404px;
}
#header .info {
  display: flex;
  top: 0;
  width: 376px;
}
#header .info li {
  border: 2px solid #29211b;
}
#header .info li:first-child {
  margin-bottom: 2px;
}
#header .info li.mail {
  background-image: url(../../img/pc/header_info_mail_h.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
#header .info li.counseling {
  background-image: url(../../img/pc/header_info_counseling_h.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
#header .info a:hover img {
  opacity: 0;
}
#header .info .line {
  margin-left: 5px;
  border: 2px solid #29211b;
}
#header .info .line a {
  display: block;
  width: 120px;
  height: 62px;
  background: url(../../img/pc/header_cv_line_h.png) left top no-repeat;
}
#header .info .line a:hover img {
  display: none;
}
#header .search {
  top: 0;
  margin: 0;
}
#header .search .ui-datepicker {
  z-index: 2000 !important;
}
#header .search #ui-datepicker-div .ui-datepicker-today {
  opacity: 0.8;
}
#header .search #ui-datepicker-div .ui-datepicker-today span {
  background: #f9e5e0;
}
#header .search legend {
  display: none;
}
#header .search #message {
  margin-bottom: 30px;
  margin-left: 224px;
  padding: 18px 0;
  border: 2px solid #ec7c78;
}
#header .search #message p {
  margin: 0 auto !important;
  padding: 0 50px;
  width: 360px;
  background: url(../../img/pc/form_message_bg.gif) left center no-repeat;
  line-height: 1.5;
  font-size: 1.2em;
  font-weight: bold;
  color: #ec7c78;
}
#header .search #message p span {
  font-size: 0.8333333333em;
  color: #7f7875;
}
#header .search dl {
  display: flow-root;
  width: 268px;
  border: 1px solid #29211b;
  background: #29211b;
}
#header .search dt {
  float: left;
  padding-right: 1px;
}
#header .search dt input {
  padding: 0 6px;
  width: 194px;
  height: 22px;
  border: 0;
  background: #ebe7e4;
  box-shadow: 0 5px 5px -5px rgba(0,0,0,.5) inset;
  font-size: 1.2em;
  color: #7f7875;
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}
#header .search dt input:focus {
  outline-offset: -2px;
}
#header .search dt input::-webkit-search-decoration {
  display: none;
}
#header .search dd {
  height: 22px;
}
#header .search dd input {
  transition: opacity 0.1s linear;
}
#header .search dd input:hover {
  opacity: 0.5;
}
#header .link {
  top: 1px;
  right: 265px;
}
#header .link li:first-child {
  margin-right: 14px;
}
#header .link li.sitemap {
  background-position: 0 -67px;
}
#header .link li.inquiry {
  background-position: 0 -56px;
}
#header .link li.sitemap {
  background-image: url(../../img/pc/sprite/hover/header.png);
  background-repeat: no-repeat;
}
#header .link li.inquiry {
  background-image: url(../../img/pc/sprite/hover/header.png);
  background-repeat: no-repeat;
}
#header .link a:hover img {
  opacity: 0;
}

#gnavi, #footer #fnavi {
  padding-bottom: 4px;
  background: url(../../img/pc/nav_bg.gif) left top repeat-x;
}
#gnavi ul, #footer #fnavi ul {
  display: flow-root;
  margin: 0 29px;
  background-image: url(../../img/pc/sprite/hover/header.png);
  background-position: 0 -86px;
  background-repeat: no-repeat;
}
#gnavi ul li, #footer #fnavi ul li {
  position: relative;
  float: left;
}
#gnavi ul li .new, #footer #fnavi ul li .new {
  position: absolute;
  top: -11px;
  right: 0;
  z-index: 100;
}
#gnavi ul a:hover img, #footer #fnavi ul a:hover img {
  opacity: 0;
}

.sp #header #logo {
  margin-bottom: 160px;
  padding: 53px 0 48px 51px;
  background-image: url(../../img/pc/sp_header_bg.gif);
}
.sp #header #logo a:hover img {
  opacity: 1;
}
.sp #header aside {
  top: 0;
  right: 0;
  width: 100%;
}
.sp #header .info {
  top: 214px;
}
.sp #header .info li:nth-child(n) {
  float: left;
  margin: 0;
  border: 0;
}
.sp #header .info a:hover img {
  opacity: 1;
}
.sp #header .link {
  top: 49px;
  right: 25px;
}
.sp #header .link a:hover img {
  opacity: 1;
}

/*----------------------------------------------------------------------
6.	#content
----------------------------------------------------------------------*/
#content {
  display: flow-root;
  margin: 0 auto;
  padding: 0 30px 200px;
  width: 928px;
}
.ie8 #content {
  padding-left: 31px;
}

#content {
  padding: 0;
  width: 988px;
}
#content .js-slide {
  overflow: hidden;
  height: 450px;
}
#content .js-slide.slick-dotted.slick-slider {
  margin: 0;
}
#content .js-slide .slick-next,
#content .js-slide .slick-prev,
#content .js-slide .slick-next::before,
#content .js-slide .slick-prev::before {
  width: 38px;
  height: 38px;
}
#content .js-slide .slick-next,
#content .js-slide .slick-prev {
  z-index: 1;
}
#content .js-slide .slick-next::before,
#content .js-slide .slick-prev::before {
  content: "";
  display: block;
  background: url(../../img/pc/index_mainimg_arrow.png) center no-repeat;
  opacity: 1;
}
#content .js-slide .slick-prev {
  left: 10px;
}
#content .js-slide .slick-next {
  right: 10px;
}
#content .js-slide .slick-next::before {
  transform: rotate(180deg);
}
#content .mainimg {
  border-bottom: 1px solid #d6cec6;
  background: #eeeae6;
}
#content .mainimg__main__pic {
  position: relative;
}
#content .mainimg__main__pic a span {
  transition: opacity 0.1s linear;
}
#content .mainimg__main__pic a:hover img,
#content .mainimg__main__pic a:hover span {
  opacity: 0.7;
}
#content .mainimg__main__pic span {
  position: absolute;
  color: #59504d;
}
#content .mainimg__main__pic .txt-date {
  top: 242px;
  left: 432px;
  font-size: 16px;
}
#content .mainimg__main__pic .txt-people {
  bottom: 160px;
  left: 340px;
  font-size: 34px;
}
#content .mainimg__main .slick-next::before,
#content .mainimg__main .slick-prev::before {
  background: url(../../img/pc/index_mainimg_arrow2.png) center no-repeat;
  background-size: 100%;
}
#content .mainimg__sub {
  display: flex;
  justify-content: center;
  padding: 5px 0;
}
#content .mainimg__sub__pic {
  position: relative;
  width: 140px !important;
  border: 2px solid #eeeae6;
  opacity: 0.3;
  cursor: pointer;
  transition: opacity 0.3s linear;
}
#content .mainimg__sub__pic img {
  width: 100%;
  height: auto;
}
#content .mainimg__sub__pic span {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  height: 22px;
  background: rgba(89,80,77,.9);
  font-size: 9px;
  color: #fff;
}
#content .mainimg__sub__pic + .mainimg__sub__pic {
  margin-left: 4px;
}
#content .mainimg__sub .slick-track {
  transform: unset !important;
}
#content .mainimg__sub .slick-current {
  border: 2px solid #c8bdb5;
}
#content .mainimg .slick-current {
  opacity: 1;
}

.p-yearend {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 5px 0;
  width: 100%;
  background: #eeeeef;
  color: #595757;
}
.p-yearend .sp {
  display: none;
}
.p-yearend__title {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #b1b0b0;
  line-height: 30px;
  font-size: 15px;
  font-weight: bold;
}
.p-yearend__duration {
  margin-right: 10px;
  line-height: 30px;
  font-size: 22px;
}
.p-yearend__duration .small {
  font-size: 15px;
}
.p-yearend__notice {
  align-self: flex-end;
  margin-bottom: 7px;
}

/*----------------------------------------------------------------------
7.	#main
----------------------------------------------------------------------*/
article > aside {
  padding-top: 45px;
  border-top: 1px dotted #baafa6;
}

#main {
  float: right;
  margin-bottom: 80px;
  width: 704px;
}

article > aside {
  padding: 0;
  border: 0;
}
article aside {
  position: relative;
  margin: 0;
  padding: 15px;
  background: #f2efed;
  margin-bottom: 80px;
}
article aside > * {
  margin: 0;
  padding: 0;
  width: 245px;
  text-align: center;
}
article aside .title {
  margin-bottom: 0;
  padding: 2px 0 0;
  height: auto;
  border: 0;
  border-bottom: 1px solid #baafa6;
  background: none;
  text-align: left;
}
article aside .address {
  margin-bottom: 11px;
  padding-top: 8px;
  border-top: 1px solid #fff;
  line-height: 1.3333333333;
  font-size: 1.2em;
  color: #7f7875;
}
article aside .tel {
  color: #7f7875;
}
article aside .tel img {
  margin-bottom: 8px;
}
article aside .tel a {
  color: #7f7875;
}
article aside .tel dd {
  margin-top: 6px;
  margin-bottom: 5px;
}
article aside .tel dd dt,
article aside .tel dd dd {
  display: inline;
}
article aside .tel dd dt,
article aside .tel dd em {
  font-weight: bold;
}
article aside .tel dd em {
  margin-left: 1em;
}
article aside .form {
  position: absolute;
  top: 15px;
  right: 15px;
  margin: 0;
  width: auto;
}
article aside .form li {
  margin-bottom: 10px;
  border: 2px solid #433c38;
}
article aside .form li:nth-child(1) {
  background-position: 0 -66px;
}
article aside .form li:nth-child(2) {
  background-position: 0 -26px;
}
* + html article aside .form li {
  height: 1%;
}
article aside .form li:nth-child(1) {
  background-image: url(../../img/pc/main_clinic_button_mail_h.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
article aside .form li:nth-child(2) {
  background-image: url(../../img/pc/main_clinic_button_counseling_h.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
article aside .form a:hover img {
  opacity: 0;
}
article aside .link {
  position: absolute;
  right: 15px;
  bottom: 19px;
  width: 164px;
}
article aside .link a {
  display: block;
  margin: 0 auto;
  width: 162px;
  border: 1px solid #baafa6;
  background-image: url(../../img/pc/sprite/hover/main.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
article aside .link a img {
  border: 0;
}
article aside .link a:hover img {
  opacity: 0;
}
article aside .slide {
  position: absolute;
  top: 15px;
  right: 230px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 200px;
  height: 180px;
  border: 0;
  background: none;
}
article aside .slide div {
  margin: 0;
}

#main {
  margin-right: 30px;
  margin-bottom: 0;
  width: 704px;
}

#president {
  margin-bottom: 15px;
}
#president img {
  border: 1px solid #baafa6;
}

#slide {
  margin-bottom: 6px;
  padding: 6px;
  border: 1px solid #baafa6;
  border-top: 0;
  background: #f2efed;
}
#slide #slideimgs {
  position: relative;
  overflow: hidden;
  padding-right: 130px;
  width: 366px;
  height: 222px;
}
#slide .slidesjs-pagination {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 128px;
  height: 222px;
}
#slide .slidesjs-pagination li {
  position: relative;
}
#slide .slidesjs-pagination a {
  display: block;
  position: relative;
}
#slide .slidesjs-pagination-item {
  position: relative;
  top: 0;
  left: 0;
}
#slide .slidesjs-pagination-item img {
  height: 74px !important;
}

.m-covid-19 {
  margin: 30px 0 20px;
  text-align: center;
}

.p-campaign-banner {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 10px;
  padding: 0 65px;
}
.m-about {
  padding: 50px 65px;
}
.m-about__title {
  margin: 0 auto 33px;
  padding-left: 47px;
  width: 221px;
  height: 78px;
  background: url(../../img/pc/index_about_title_bg.png) left top no-repeat;
}
.m-about__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.m-about__item {
  flex-basis: 424px;
  box-sizing: border-box;
}
.m-about__item:nth-child(1), .m-about__item:nth-child(2) {
  padding-bottom: 10px;
}

.m-concept {
  background: url(url(../../img/pc/index_concept_bg1.png) left center no-repeat)  url(../../img/pc/index_concept_bg2.jpg) right center no-repeat;
  padding: 50px 0 50px 91px;
  height: 399px;
  color: #383635;
}
.m-concept .title {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  margin: 11px 0 18px;
  padding-bottom: 26px;
  padding-left: 237px;
  height: 81px;
  background: url(../../img/pc/index_concept_title_bg.png?v=1) left top no-repeat;
  font-size: 1.4em;
}
.m-concept .lead {
  margin: 0 0 29px 19px;
}
.m-concept .lead .emphasis {
  display: block;
  margin-top: 25px;
  font-size: 1.6em;
  font-weight: 100;
  color: #d65f7a;
}
.m-concept .text {
  margin-left: 90px;
  line-height: 1.8;
  font-size: 15px;
}

.index-box__title {
  display: flex;
  align-items: flex-end;
  font-size: 14px;
  font-weight: 100;
  box-sizing: border-box;
}

@font-face {
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJP/YakuHanJP-Regular.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJP/YakuHanJP-Regular.woff) format("woff"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJP/YakuHanJP-Regular.eot);
  font-family: "YakuHanJP";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJP/YakuHanJP-Bold.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJP/YakuHanJP-Bold.woff) format("woff"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJP/YakuHanJP-Bold.eot);
  font-family: "YakuHanJP";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMP/YakuHanMP-Regular.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMP/YakuHanMP-Regular.woff) format("woff"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMP/YakuHanMP-Regular.eot);
  font-family: "YakuHanMP";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMP/YakuHanMP-Bold.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMP/YakuHanMP-Bold.woff) format("woff"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMP/YakuHanMP-Bold.eot);
  font-family: "YakuHanMP";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.p-menu__list {
  display: flex;
  justify-content: space-between;
}
.p-menu__item {
  position: relative;
  padding: 45px 0 33px;
  background-position: center top;
  background-repeat: no-repeat;
}
.p-menu__item a {
  display: block;
  color: #fff;
}
.p-menu__item a:hover {
  text-decoration: none;
  color: #fff !important;
}
.p-menu__item__inner {
  padding: 167px 7px 7px;
  transition: all 0.15s linear;
  background-position: left top;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.p-menu__item__title {
  text-align: center;
  line-height: 2.6315789474;
  font-family: YakuHanMP, "リュウミン L-KL JIS2004", "Ryumin Light KL JIS2004", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 1.9em;
}
.p-menu__item__text {
  padding: 6px 0 6px 15px;
  line-height: 1.3636363636;
  font-size: 1.1em;
}
.p-menu__item.liposuction {
  background-image: url(../../img/pc/common_menu_liposuction_bg1.png);
}
.p-menu__item.liposuction:hover .p-menu__item__inner {
  background-image: url(../../img/pc/index_menu_liposuction_bg2.jpg);
}
.p-menu__item.liposuction .p-menu__item__inner {
  width: 285px;
  height: 265px;
  background-image: url(../../img/pc/common_menu_liposuction_bg2.jpg);
}
.p-menu__item.breast-hip {
  background-image: url(../../img/pc/common_menu_breast-hip_bg1.png);
}
.p-menu__item.breast-hip:hover .p-menu__item__inner {
  background-image: url(../../img/pc/index_menu_breast-hip_bg2.jpg);
}
.p-menu__item.breast-hip .p-menu__item__inner {
  width: 286px;
  height: 265px;
  background-image: url(../../img/pc/common_menu_breast-hip_bg2.jpg);
}
.p-menu__item.antiaging {
  background-image: url(../../img/pc/common_menu_antiaging_bg1.png);
}
.p-menu__item.antiaging:hover .p-menu__item__inner {
  background-image: url(../../img/pc/index_menu_antiaging_bg2.jpg);
}
.p-menu__item.antiaging .p-menu__item__inner {
  width: 285px;
  height: 265px;
  background-image: url(../../img/pc/common_menu_antiaging_bg2.jpg);
}

.menu-box {
  margin-bottom: 30px;
  padding: 50px 40px;
  background: url(../../img/pc/index_menu_bg.jpg) left top no-repeat;
  background-size: cover;
  color: #dfd8d3;
}
.menu-box__title {
  margin: 0 auto 33px;
  padding-left: 73px;
  width: 256px;
  height: 79px;
  background: url(../../img/pc/index_menu_title_bg.png) left top no-repeat;
}
.menu-box__lead {
  margin-bottom: 16.5px;
  text-align: center;
}
.menu-box__lead::after {
  content: "";
  display: block;
  margin: 12px auto 0;
  width: 100px;
  border-bottom: 3px solid #c7bcb5;
}
.menu-box__text {
  margin-bottom: 19.5px;
  text-align: center;
  line-height: 1.5833333333;
  font-size: 12px;
}
.menu-box .p-menu {
  margin: 0 25px;
}
.menu-box .p-menu__item:hover .p-menu__item__link {
  background-image: url(../../img/pc/index_menu_link_bg_h.png);
  color: #fff;
}
.menu-box .p-menu__item__link {
  position: absolute;
  right: 5px;
  bottom: 0;
  padding-right: 77px;
  background: url(../../img/pc/index_menu_link_bg.png) right bottom 4px no-repeat;
  font-size: 1.2em;
  color: #dfd8d3;
}

.m-update {
  overflow: hidden;
  padding: 20px 65px 50px;
  font-family: "YakuHanJP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.m-update .title {
  margin-bottom: 40px;
  text-align: center;
  font-family: YakuHanMP, "リュウミン L-KL JIS2004", "Ryumin Light KL JIS2004", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 22px;
  letter-spacing: 5px;
  color: #58504c;
}
.m-update__list {
  margin-bottom: 10px;
  border-top: 1px solid #a39388;
  border-bottom: 1px solid #a39388;
}
.m-update__item {
  border-top: 1px dotted #a39388;
}
.m-update__item:first-child {
  border-top: 0;
}
.m-update .inner {
  display: flex;
}
.m-update .inner-date, .m-update .inner-title a {
  padding: 0 18px;
  line-height: 2.4285714286;
  font-size: 14px;
}
.m-update .inner-date {
  width: 117px;
  background: #f5f3f1;
  text-align: center;
  color: #7e7774;
  box-sizing: border-box;
}
.m-update .inner-title a {
  display: block;
  position: relative;
}
.m-update .inner-title a::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-left: 5px;
  width: 10px;
  height: 10px;
  background: url(../../img/pc/arrow/arrow2.png) left top no-repeat;
  transform: translateY(-50%);
}
.m-update .inner-title a:hover::after {
  background: url(../../img/pc/arrow/arrow2_h.png) left top no-repeat;
}
.m-update .load-more {
  float: right;
}
.m-update .load-more a {
  position: relative;
  padding-right: 20px;
  font-size: 12px;
  color: #58504c;
}
.m-update .load-more a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-left: 5px;
  width: 10px;
  height: 10px;
  background: url(../../img/pc/arrow/arrow4.png) left top no-repeat;
  transform: translateY(-50%);
}
.m-update .load-more a:hover::after {
  background: url(../../img/pc/arrow/arrow4_h.png) left top no-repeat;
}

.m-published-plan {
  margin-bottom: 30px;
  padding: 40px 65px;
  background: #f8f7f6;
}
.m-published-plan .title {
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #a39489;
  text-align: center;
  font-family: "YakuHanMP", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 1.8em;
  color: #595656;
}
.m-published-plan .text {
  margin-bottom: 17px;
  line-height: 1.5;
  font-size: 1.2em;
  color: #7f7875;
}
.m-published-plan .link {
  text-align: right;
  font-size: 1.2em;
}
.m-published-plan .link a {
  text-decoration: underline;
}

.m-campaign {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 15px 15px 15px 26px;
  width: 704px;
  height: 180px;
  background-position: left top;
  background-repeat: no-repeat;
  font-family: "YakuHanJP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.m-campaign .campaign-category-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
  justify-content: space-between;
  order: 2;
  height: 100%;
}
.m-campaign .campaign-category-item {
  position: relative;
  background: #fff;
}
.m-campaign .campaign-category-item a {
  display: block;
}
.m-campaign .campaign-category-item a img {
  border: 1px solid #827871;
}
.m-campaign .campaign-category-item a:hover .count {
  opacity: 0.5;
}
.m-campaign .campaign-category-item .count {
  transition: opacity 0.1s linear;
  border-radius: 4px;
  position: absolute;
  right: 37.5%;
  bottom: 6px;
  padding: 0 5px;
  background: #e55764;
  text-align: center;
  line-height: 1.4;
  color: #fff;
}
.m-campaign .limit {
  text-shadow: 1px 1px 0 rgba(0,0,0,.5);
  order: 1;
  margin-right: 26px;
  width: 192px;
  text-align: center;
  line-height: 2.0769230769;
  font-size: 1.3em;
  color: #fff;
}
.m-campaign.month01 {
  background-image: url(../../img/pc/index_pickup_campaign_bg1.jpg);
}
.m-campaign.month02 {
  background-image: url(../../img/pc/index_pickup_campaign_bg2.jpg);
}
.m-campaign.month03 {
  background-image: url(../../img/pc/index_pickup_campaign_bg3.jpg);
}
.m-campaign.month04 {
  background-image: url(../../img/pc/index_pickup_campaign_bg4.jpg);
}
.m-campaign.month05 {
  background-image: url(../../img/pc/index_pickup_campaign_bg5.jpg);
}
.m-campaign.month06 {
  background-image: url(../../img/pc/index_pickup_campaign_bg6.jpg);
}
.m-campaign.month07 {
  background-image: url(../../img/pc/index_pickup_campaign_bg7.jpg);
}
.m-campaign.month08 {
  background-image: url(../../img/pc/index_pickup_campaign_bg8.jpg);
}
.m-campaign.month09 {
  background-image: url(../../img/pc/index_pickup_campaign_bg9.jpg);
}
.m-campaign.month10 {
  background-image: url(../../img/pc/index_pickup_campaign_bg10.jpg);
}
.m-campaign.month11 {
  background-image: url(../../img/pc/index_pickup_campaign_bg11.jpg);
}
.m-campaign.month12 {
  background-image: url(../../img/pc/index_pickup_campaign_bg12.jpg);
}

.p-feature {
  margin-bottom: 50px;
  padding: 20px 35px 34px;
  height: 990px;
  background: url(../../img/pc/index_feature_bg.png) left top no-repeat;
  box-sizing: border-box;
}
.p-feature__title {
  display: flex;
  position: relative;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 29px;
  height: 77px;
  background: url(../../img/pc/index_feature_title_bg.png) center top no-repeat;
  font-size: 1.2em;
  color: #dfd8d3;
}
.p-feature__title::before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  bottom: -29px;
  width: 110px;
  height: 131px;
  background: url(../../img/pc/index_feature_bg2.png?v=3) 0 0 no-repeat;
}
.p-feature-contents {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  padding: 0 25px 0 155px;
  height: 160px;
  background-position: right 23px top 17px;
  background-repeat: no-repeat;
  background-color: #fff;
}
.p-feature-contents::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 130px;
}
.p-feature-contents + .p-feature-contents {
  margin-top: 5px;
}
.p-feature-contents__title {
  margin: 10px 0 21px;
  font-family: "YakuHanMP", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 1.8em;
  font-weight: bold;
  color: #595656;
}
.p-feature-contents__text {
  line-height: 1.5;
  font-size: 1.2em;
  color: #7f7875;
}
.p-feature-contents.no1 {
  background-image: url(../../img/pc/index_feature_contents_bg1.png);
}
.p-feature-contents.no1::before {
  background-image: url(../../img/pc/index_feature_contents_pic1.jpg?v=4);
}
.p-feature-contents.no2 {
  background-image: url(../../img/pc/index_feature_contents_bg2.png);
}
.p-feature-contents.no2::before {
  background-image: url(../../img/pc/index_feature_contents_pic2.jpg?v=4);
}
.p-feature-contents.no3 {
  background-image: url(../../img/pc/index_feature_contents_bg3.png);
}
.p-feature-contents.no3::before {
  background-image: url(../../img/pc/index_feature_contents_pic3.jpg?v=4);
}
.p-feature-contents.no4 {
  background-image: url(../../img/pc/index_feature_contents_bg4.png);
}
.p-feature-contents.no4::before {
  background-image: url(../../img/pc/index_feature_contents_pic4.jpg?v=4);
}
.p-feature-contents.no5 {
  background-image: url(../../img/pc/index_feature_contents_bg5.png);
}
.p-feature-contents.no5::before {
  background-image: url(../../img/pc/index_feature_contents_pic5.jpg?v=4);
}
.p-feature-contents__link {
  margin: 54px -35px 0 0;
  text-align: right;
}
.p-feature-contents__link a {
  display: inline-block;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  padding-right: 72px;
  background: url(../../img/pc/index_feature_link_bg.png) right bottom 4px no-repeat;
  font-size: 1.3em;
  color: #383635;
}
.p-feature-contents__link a:hover {
  background-image: url(../../img/pc/index_feature_link_bg_h.png);
  text-decoration: none;
  color: #ed7b74;
}

.p-case {
  margin-bottom: 30px;
}
.p-case__title {
  margin-bottom: 10px;
}
.p-case__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.p-case-contents {
  margin-bottom: 10px;
  width: 344px;
  border: 1px solid #d4d3d1;
}
.p-case-contents__details {
  margin: 7px;
}
.p-case-contents__details th,
.p-case-contents__details td {
  padding: 5px 7px;
  line-height: 1.3333333333;
  font-size: 1.2em;
}
.p-case-contents__details th {
  width: 84px;
  vertical-align: top;
  font-weight: bold;
  color: #383635;
  text-align-last: justify;
}
.p-case-contents__details td {
  color: #7f7875;
}

#movie {
  margin-bottom: 6px;
}
#movie img {
  border: 1px solid #baafa6;
}

#feature {
  margin-bottom: 30px;
}
#feature ul {
  display: flow-root;
  margin-right: -6px;
}
#feature li {
  float: left;
  margin-right: 6px;
}
#feature img {
  border: 1px solid #baafa6;
}

#pickup {
  display: flow-root;
  margin-bottom: 20px;
}
#pickup > .title {
  margin-bottom: 16px;
}
#pickup section {
  float: left;
  margin-right: 6px;
  width: 166px;
  background: #f2efed;
}
#pickup section:last-child {
  margin-right: 0;
}
#pickup section .title {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}
#pickup ul {
  display: flow-root;
  margin: 0;
  padding: 10px 6px 2px;
}
#pickup li {
  margin: 0 0 10px;
}
#pickup dt {
  margin-bottom: 5px;
}
#pickup dd {
  text-align: center;
  line-height: 1;
}
#pickup .cap {
  margin-top: 2px;
}
#pickup a {
  color: #7f7875;
}

#campaign, #banner {
  margin: 0 30px 30px;
}
#campaign img, #banner img {
  border: 1px solid #baafa6;
}

#banner {
  display: flow-root;
}
#banner li {
  margin-bottom: 15px;
}
#banner .campaign {
  display: flow-root;
}
#banner .campaign .campaign-category-list {
  display: flow-root;
}
#banner .campaign .campaign-category-item {
  position: relative;
  float: left;
  margin-bottom: 0;
  border: 1px solid #baafa6;
  border-top: 0;
}
#banner .campaign .campaign-category-item.liposuction {
  border-right: 0;
  background: url(../../img/pc/index_campaign_banner_liposuction_h.jpg) left top no-repeat;
}
#banner .campaign .campaign-category-item.breast-hip {
  border-right: 0;
  background: url(../../img/pc/index_campaign_banner_breast-hip_h.jpg) left top no-repeat;
}
#banner .campaign .campaign-category-item.antiaging {
  background: url(../../img/pc/index_campaign_banner_antiaging_h.jpg) left top no-repeat;
}
#banner .campaign .campaign-category-item a {
  display: block;
}
#banner .campaign .campaign-category-item a:hover img {
  opacity: 0;
}
#banner .campaign .campaign-category-item img {
  border: 0;
}
#banner .campaign .campaign-category-item span {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 10px;
  color: #999391;
}
#banner .campaign .limit {
  border: 1px solid #baafa6;
  border-top: 0;
  background: #a39388;
  text-align: center;
  line-height: 1.8333333333;
  font-size: 12px;
  color: #fff;
}
#banner .banner-item {
  margin-bottom: 0;
}
#banner .first {
  float: left;
}
#banner .second {
  float: right;
}

#activities {
  margin-bottom: 30px;
}
#activities .slider {
  display: flow-root;
  overflow: hidden;
  padding: 6px;
  width: 496px;
  height: 205px;
  border: 1px solid #c7bcb5;
  border-top: 0;
  background: #f5f2f0;
}
#activities .slider .bx-wrapper {
  float: left;
  width: 324px;
  border: 1px solid #c7bcb5;
}
#activities .slider .bx-wrapper .bx-viewport {
  box-shadow: none;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  padding: 0;
  border: 0;
}
#activities .bx-pager {
  float: left;
  padding-left: 6px;
  width: 164px;
}
#activities .bx-pager li {
  margin-bottom: 3px;
  width: 162px;
  border: 1px solid #c7bcb5;
}
#activities .bx-pager li:last-child {
  margin-bottom: 0;
}
#activities .bx-pager li a {
  display: block;
  position: relative;
}
#activities .bx-pager li a.active canvas {
  display: none !important;
}

#keyword {
  margin-bottom: 30px;
  border: 1px solid #baafa6;
}
#keyword .title {
  border: 0;
}
#keyword div {
  padding: 0 15px;
}
#keyword #search {
  padding-top: 15px;
  padding-bottom: 10px;
}
#keyword #search legend {
  display: none;
}
#keyword #search dl {
  display: flow-root;
}
#keyword #search dt {
  float: left;
}
#keyword #search dt input {
  box-shadow: inset 0 5px 5px -5px rgba(0,0,0,.4);
  padding: 12px;
  height: 14px;
  border: 1px solid #6b6562;
  line-height: normal;
  font-size: 1.4em;
  color: #7f7875;
}
#keyword #search dd {
  height: 40px;
  background: #6b6562;
}
#keyword #search dd input {
  transition: opacity 0.1s linear;
}
#keyword #search dd input:hover {
  opacity: 0.5;
}
#keyword #search dt {
  padding: 0;
  background: none;
}
#keyword #search dt input {
  padding: 10px 10px 9px;
  width: 366px;
}
#keyword #search dd {
  height: 35px;
}
#keyword #keywordlist {
  padding-bottom: 11px;
  border-bottom: 1px solid #cbcac8;
}
#keyword #keywordlist li {
  display: inline-block;
}
#keyword #keywordlist a {
  border-radius: 4px;
  background: linear-gradient(to bottom, #ddd7d1, #f6f4f2);
  display: block;
  margin-bottom: 4px;
  padding: 4px;
  border: 1px solid #d0c8c1;
  font-size: 1.2em;
  font-weight: bold;
  color: #7f7875;
}

#case {
  overflow: hidden;
  margin-bottom: 30px;
  background: #f5f2f0;
}
#case .case-list {
  display: flow-root;
  padding: 0 12px;
}
#case .case-item {
  float: left;
  padding: 10px 6px 0 0;
  width: 230px;
  border-right: 1px dotted #baafa6;
}
#case .case-title {
  padding: 4px 0;
  min-height: 4em;
  line-height: 1.3333333333;
  font-size: 1.2em;
}
#case .case-title .sex-age {
  font-size: 0.833333em;
  color: #7f7875;
}
#case .before-after {
  display: flow-root;
}
#case .before-after > * {
  float: left;
}
#case .before-after > li {
  position: relative;
}
#case .before-after > li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 18px;
  background-position: left top;
  background-repeat: no-repeat;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
#case .before-after .before::after {
  background-image: url(../../img/pc/case_icon_before_s.png);
}
#case .before-after .after::after {
  background-image: url(../../img/pc/case_icon_after_s.png);
}
#case .link {
  padding: 6px 20px 6px 6px;
  border-top: 1px dotted #c5bbb3;
  border-bottom: 1px solid #c5bbb3;
  text-align: right;
}
#case .link a {
  display: inline;
  padding: 1px 0 1px 15px;
  background-image: url(../../img/pc/sprite/arrow.png);
  background-position: 0 -807px;
  background-repeat: no-repeat;
  cursor: pointer;
  color: #7f7875;
}
#case .link a:hover {
  background-image: url(../../img/pc/sprite/hover/arrow.png);
  background-position: 0 1px;
  background-repeat: no-repeat;
}
#case .bx-viewport {
  box-shadow: none;
  left: 0;
  border: 0;
  background: none;
}
#case .bx-prev,
#case .bx-next {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 12px;
  height: 206px;
  background-repeat: no-repeat;
  background-color: #a39489;
}
#case .bx-prev {
  left: -22px;
  border-left: 1px solid #c5bbb3;
  background-image: url(../../img/pc/index_case_arrow_prev.gif);
  background-position: 2px center;
}
#case .bx-next {
  right: -22px;
  border-right: 1px solid #c5bbb3;
  background-image: url(../../img/pc/index_case_arrow_next.gif);
  background-position: 3px center;
}

#contents > .title {
  margin-bottom: 16px;
}

.m-troubles > .title {
  margin-bottom: 10px;
}

#trouble {
  margin-bottom: 20px;
}
#trouble .tab {
  display: flow-root;
  border-bottom: 1px solid #cac9c6;
}
#trouble .tab li {
  float: left;
  margin-right: 1px;
}
#trouble .tab li a img {
  opacity: 1;
  transition: opacity 0.1s linear;
}
#trouble .tab li a:hover img {
  opacity: 0.5;
}
#trouble .tab li:last-child {
  margin: 0;
}
#trouble .tab li.active {
  margin-bottom: -1px;
}
#trouble .tab li.active a:hover img {
  opacity: 1;
}
#trouble div {
  display: none;
}
#trouble div.active {
  display: block;
}
#trouble div .wrapper {
  display: block;
  overflow: hidden;
  float: none;
  margin: 0;
  width: auto;
}
#trouble div ul {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dotted #baafa6;
  box-shadow: inset -1px 0 0 0 #baafa6, inset 1px 0 0 0 #baafa6;
}
#trouble div ul dl {
  display: table;
  vertical-align: middle;
}
#trouble div ul dt,
#trouble div ul dd {
  display: table-cell;
  vertical-align: middle;
}
#trouble div ul dt {
  padding-right: 10px;
  width: 32px;
}
#trouble div ul dt img {
  border: 1px solid #baafa6;
}
#trouble div ul dd {
  line-height: 1.1666666667;
  font-size: 1.2em;
}
#trouble div ul .title {
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
}
#trouble div ul ul {
  display: flow-root;
  border: 1px solid #baafa6;
}
#trouble div ul li {
  float: left;
  border-top: 1px dotted #baafa6;
  border-right: 1px dotted #baafa6;
  border-bottom: 1px dotted #baafa6;
}
#trouble div ul dl {
  position: relative;
  padding: 6px 11px;
  box-sizing: border-box;
  width: 100%;
}
#trouble div ul dl > * {
  transition: opacity 0.1s linear;
}
#trouble div ul dl:hover > * {
  opacity: 0.5;
}
#trouble div ul a {
  display: block;
  text-decoration: none;
  color: #7f7875;
}
#trouble div ul > li {
  flex-basis: 175px;
  float: none;
}
#trouble div .link {
  padding: 6px;
  border: 1px solid #baafa6;
  border-top: 0;
  text-align: right;
}
#trouble div .link a {
  display: inline;
  padding: 0 0 0 15px;
  background-image: url(../../img/pc/sprite/arrow.png);
  background-position: 0 -807px;
  background-repeat: no-repeat;
  cursor: pointer;
  color: #7f7875;
}
#trouble div .link a:hover {
  background-image: url(../../img/pc/sprite/hover/arrow.png);
  background-position: 0 1px;
  background-repeat: no-repeat;
}
#trouble div p.close a {
  background-image: url(../../img/pc/sprite/arrow.png);
  background-position: 0 -967px;
  background-repeat: no-repeat;
}
#trouble div p.close a:hover {
  background-image: url(../../img/pc/sprite/hover/arrow.png);
  background-position: 0 -49px;
  background-repeat: no-repeat;
}

#operation {
  margin-bottom: 20px;
}
#operation .title {
  margin-bottom: 1px;
}
#operation section {
  margin-bottom: 14px;
}
#operation section .title {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}
#operation ul {
  display: flow-root;
  border: 1px solid #cbcac8;
  border-bottom-style: dotted;
}
#operation ul dl {
  display: table;
  vertical-align: middle;
}
#operation ul dt,
#operation ul dd {
  display: table-cell;
  vertical-align: middle;
}
#operation ul dt {
  padding-right: 10px;
  width: 32px;
}
#operation ul dt img {
  border: 1px solid #baafa6;
}
#operation ul dd {
  line-height: 1.1666666667;
  font-size: 1.2em;
}
#operation ul .title {
  margin: 0;
  padding: 0;
  height: auto;
  border: 0;
  background: none;
}
#operation ul ul {
  display: flow-root;
  border: 1px solid #baafa6;
}
#operation ul li {
  float: left;
  border-top: 1px dotted #baafa6;
  border-right: 1px dotted #baafa6;
  border-bottom: 1px dotted #baafa6;
}
#operation ul dl {
  position: relative;
  padding: 6px 11px;
  box-sizing: border-box;
  width: 100%;
}
#operation ul dl > * {
  transition: opacity 0.1s linear;
}
#operation ul dl:hover > * {
  opacity: 0.5;
}
#operation ul a {
  display: block;
  text-decoration: none;
  color: #7f7875;
}
#operation footer {
  padding: 6px;
  border: 1px solid #cbcac8;
  border-top: 0;
  text-align: right;
}
#operation footer a {
  padding-left: 15px;
  background-image: url(../../img/pc/sprite/arrow.png);
  background-position: 0 -807px;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #7f7875;
}
#operation footer a:hover {
  background-image: url(../../img/pc/sprite/hover/arrow.png);
  background-position: 0 1px;
  background-repeat: no-repeat;
}

.m-sns__inner {
  margin-left: -32px;
  width: 768px;
  height: 460px;
}

.p-blog {
  margin: 40px 0 80px;
}
.p-blog__title {
  margin: 40px;
  text-align: center;
  font-size: 24px;
  color: #908175;
}
.p-blog__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c5bcb5;
}
.p-blog__item {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  width: 337px;
  min-height: 110px;
  border-bottom: 1px dotted #c5bcb5;
}
.p-blog__item a {
  color: #7e7774;
}
.p-blog__item a:hover {
  text-decoration: none;
}
.p-blog__item a:hover > * {
  opacity: 0.5;
}
.p-blog__item:last-child, .p-blog__item:nth-last-child(2) {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.p-blog__item__date, .p-blog__item__title, .p-blog__item__text {
  margin-left: 125px;
}
.p-blog__item__date {
  margin-bottom: 10px;
  padding-top: 5px;
}
.p-blog__item__title {
  margin-bottom: 14.5px;
  line-height: 1.2857142857;
  font-size: 14px;
  font-weight: bold;
}
.p-blog__item__text {
  line-height: 1.5833333333;
  font-size: 12px;
}
.p-blog__item__pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
}
.p-blog__item__pic img {
  width: 110px;
  height: 110px;
  object-fit: cover;
}
.p-blog__item__author {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  border-radius: 20px;
  background: #7e7774;
  color: #fff;
}

.m-message {
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #ddd6d1;
}
.m-message .title {
  margin-bottom: 40px;
  padding: 1px 1px 0;
}
.m-message .lead,
.m-message .text,
.m-message .doctor {
  margin: 0 26px;
}
.m-message .lead,
.m-message .text {
  margin-left: auto;
  width: 420px;
  font-family: "YakuHanMP", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  color: #7f7875;
}
.m-message .lead {
  margin-bottom: 22.5px;
  line-height: 1.2;
  font-size: 2em;
}
.m-message .text {
  margin-bottom: 24.5px;
  line-height: 1.8461538462;
  font-size: 1.3em;
}
.m-message .pic {
  position: absolute;
  top: 107px;
  left: 0;
  width: 256px;
  text-align: center;
}
.m-message .link {
  position: absolute;
  top: 480px;
  left: 26px;
}
.m-message .link a {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 204px;
  height: 28px;
  border: 1px solid #c7bcb5;
  background: linear-gradient(#fff 6%, #e3ded9);
  font-size: 1.2em;
  color: #7f7875;
  box-sizing: border-box;
}
.m-message .link a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../../img/pc/arrow/arrow2.png) 0 0 no-repeat;
}
.m-message .doctor-contents {
  margin-bottom: 30px;
  font-family: "YakuHanJP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.m-message .doctor-contents > .title {
  margin-bottom: 20px;
  padding: 0 0 1px 12px;
  height: 31px;
  border: 0;
  background: url(../../img/pc/subtitle_bg.gif) left top repeat-x;
  line-height: 31px;
  font-size: 1.4em;
  color: #7f7875;
  border-top: 3px solid #94bc5a;
  border-bottom: 1px solid #baafa6;
}
.m-message .doctor-contents.history .title {
  margin-bottom: 10px;
  letter-spacing: 0.5em;
}
.m-message .doctor-contents.history ol {
  border-top: 1px solid #baafa6;
  border-bottom: 1px solid #baafa6;
}
.m-message .doctor-contents.history li {
  border-bottom: 1px dotted #baafa6;
}
.m-message .doctor-contents.history li:last-child {
  border: 0;
}
.m-message .doctor-contents.history dl {
  clear: both;
}
.m-message .doctor-contents.history dt,
.m-message .doctor-contents.history dd {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.1em;
  color: #7f7875;
}
.m-message .doctor-contents.history dt {
  width: 69px;
  background: #f2efed;
  text-align: center;
  line-height: 30px;
}
.m-message .doctor-contents.history dd {
  padding: 5.5px 15px;
  line-height: 1.5833333333;
}
.m-message .doctor-contents.license .title {
  margin-bottom: 10px;
  letter-spacing: 0.5em;
}
.m-message .doctor-contents.license ul {
  display: flow-root;
  margin-bottom: 10px;
  border-top: 1px solid #baafa6;
  border-bottom: 1px solid #baafa6;
}
.m-message .doctor-contents.license li {
  box-sizing: border-box;
  float: left;
  padding-left: 34px;
  width: 50%;
  border-bottom: 1px dotted #baafa6;
  background-image: url(../../img/pc/sprite/arrow.png);
  background-position: 18px 11px;
  background-repeat: no-repeat;
  line-height: 30px;
  font-size: 1.1em;
  color: #7f7875;
}
.m-message .doctor-contents.license li:nth-child(odd) {
  border-right: 1px solid #baafa6;
}
.m-message .doctor-contents.license li:nth-child(odd):nth-last-child(2) {
  border-bottom: 0;
}
.m-message .doctor-contents.license li:last-child {
  border-bottom: 0;
}

#clinic {
  position: relative;
  margin: 0;
  padding: 15px;
  background: #f2efed;
}
#clinic > * {
  margin: 0;
  padding: 0;
  width: 245px;
  text-align: center;
}
#clinic .title {
  margin-bottom: 0;
  padding: 2px 0 0;
  height: auto;
  border: 0;
  border-bottom: 1px solid #baafa6;
  background: none;
  text-align: left;
}
#clinic .address {
  margin-bottom: 11px;
  padding-top: 8px;
  border-top: 1px solid #fff;
  line-height: 1.3333333333;
  font-size: 1.2em;
  color: #7f7875;
}
#clinic .tel {
  color: #7f7875;
}
#clinic .tel img {
  margin-bottom: 8px;
}
#clinic .tel a {
  color: #7f7875;
}
#clinic .tel dd {
  margin-top: 6px;
  margin-bottom: 5px;
}
#clinic .tel dd dt,
#clinic .tel dd dd {
  display: inline;
}
#clinic .tel dd dt,
#clinic .tel dd em {
  font-weight: bold;
}
#clinic .tel dd em {
  margin-left: 1em;
}
#clinic .form {
  position: absolute;
  top: 15px;
  right: 15px;
  margin: 0;
  width: auto;
}
#clinic .form li {
  margin-bottom: 10px;
  border: 2px solid #433c38;
}
#clinic .form li:nth-child(1) {
  background-position: 0 -66px;
}
#clinic .form li:nth-child(2) {
  background-position: 0 -26px;
}
* + html #clinic .form li {
  height: 1%;
}
#clinic .form li:nth-child(1) {
  background-image: url(../../img/pc/main_clinic_button_mail_h.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
#clinic .form li:nth-child(2) {
  background-image: url(../../img/pc/main_clinic_button_counseling_h.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
#clinic .form a:hover img {
  opacity: 0;
}
#clinic .link {
  position: absolute;
  right: 15px;
  bottom: 19px;
  width: 164px;
}
#clinic .link a {
  display: block;
  margin: 0 auto;
  width: 162px;
  border: 1px solid #baafa6;
  background-image: url(../../img/pc/sprite/hover/main.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
#clinic .link a img {
  border: 0;
}
#clinic .link a:hover img {
  opacity: 0;
}
#clinic .slide {
  position: absolute;
  top: 15px;
  right: 230px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 200px;
  height: 180px;
  border: 0;
  background: none;
}
#clinic .slide div {
  margin: 0;
}
#clinic .tel {
  margin-bottom: 10px;
}
#clinic .link {
  position: static;
  width: 245px;
}
#clinic .slide {
  right: 15px;
  width: 220px;
  height: 215px;
}

.m-for-customers {
  clear: both;
  margin: 0 auto 50px;
  width: 764px;
}
.m-for-customers .for-customers-contents {
  color: #7f7875;
}
.m-for-customers .for-customers-contents + .for-customers-contents {
  margin: 40px 0 0;
}
.m-for-customers .for-customers-contents > .title {
  padding-bottom: 10px;
  border-bottom: 1px solid #c7bcb5;
  text-align: center;
  font-family: "YakuHanMP", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 1.8em;
  font-weight: bold;
}
.m-for-customers .for-customers-contents .text {
  line-height: 1.6666666667;
  font-size: 1.2em;
}
.m-for-customers .for-customers-contents.provider .doctors {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 0 10px 0 20px;
  background: #f5f2f0;
}
.m-for-customers .for-customers-contents.provider .doctors-contents {
  position: relative;
  padding: 20px 10px 20px 0;
  width: 50%;
}
.m-for-customers .for-customers-contents.provider .doctors-contents > * {
  position: relative;
  z-index: 2;
  margin-left: 140px;
}
.m-for-customers .for-customers-contents.provider .doctors-contents > .title {
  margin-bottom: 17px;
}
.m-for-customers .for-customers-contents.provider .doctors-contents > .title a {
  display: inline-block;
  color: #7f7875;
}
.m-for-customers .for-customers-contents.provider .doctors-contents > .title .position {
  display: block;
  margin-bottom: 6px;
  font-size: 1.4em;
}
.m-for-customers .for-customers-contents.provider .doctors-contents > .title .name {
  font-family: "YakuHanMP", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 2.2em;
  font-weight: bold;
}
.m-for-customers .for-customers-contents.provider .doctors-contents .pic {
  position: absolute;
  top: 33px;
  left: 0;
  z-index: 1;
  margin: 0;
}
.m-for-customers .for-customers-contents.provider .doctors-contents .license {
  font-size: 1.2em;
}
.m-for-customers .for-customers-contents.provider .doctors-contents .license > .title {
  margin-bottom: 4px;
  padding-bottom: 3px;
  border-bottom: 1px solid #c7bcb5;
}
.m-for-customers .for-customers-contents.provider .doctors-contents .license-list {
  margin-left: 2em;
}
.m-for-customers .for-customers-contents.provider .doctors-contents .license-item {
  list-style-type: disc;
  line-height: 1.1666666667;
}
.m-for-customers .for-customers-contents.provider .doctors-contents .license-item + .license-item {
  margin-top: 4px;
}
.m-for-customers .for-customers-contents.lead > .title, .m-for-customers .for-customers-contents.doctors > .title {
  margin-bottom: 6px;
}

.p-clinic-info {
  margin-bottom: 40px;
}
.p-clinic-info__title {
  margin-bottom: 10px;
}
.p-clinic-info__table {
  width: 100%;
  border-top: 1px solid #a39388;
  border-bottom: 1px solid #a39388;
  color: #7f7875;
}
.p-clinic-info__table a {
  color: #7595cc;
}
.p-clinic-info__table tr + tr th,
.p-clinic-info__table tr + tr td {
  border-top: 1px dotted #a39388;
}
.p-clinic-info__table th {
  box-sizing: border-box;
  padding: 15px 0 15px 15px;
  width: 104px;
  background: #f5f2f0;
  font-size: 1.2em;
  font-weight: bold;
}
.p-clinic-info__table td {
  position: relative;
  padding: 12px;
  line-height: 1.5;
  font-size: 1.2em;
}
.p-clinic-info-doctor__item, .p-clinic-info-contents__item, .p-clinic-info-tel__item {
  display: inline-block;
  line-height: 1.5;
}
.p-clinic-info-doctor__item + .p-clinic-info-doctor__item::before, .p-clinic-info-doctor__item + .p-clinic-info-contents__item::before, .p-clinic-info-doctor__item + .p-clinic-info-tel__item::before, .p-clinic-info-contents__item + .p-clinic-info-doctor__item::before, .p-clinic-info-contents__item + .p-clinic-info-contents__item::before, .p-clinic-info-contents__item + .p-clinic-info-tel__item::before, .p-clinic-info-tel__item + .p-clinic-info-doctor__item::before, .p-clinic-info-tel__item + .p-clinic-info-contents__item::before, .p-clinic-info-tel__item + .p-clinic-info-tel__item::before {
  content: " / ";
}
.p-clinic-info-access-item__inner > * {
  display: inline-block;
  line-height: 1.5;
}
.p-clinic-info__link {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.p-clinic-info__link a {
  padding-right: 20px;
  background: url(../../img/pc/arrow/arrow2.png) right center no-repeat;
}
.p-clinic-info-doctor-blog__list {
  margin: -12px;
}
.p-clinic-info-doctor-blog__item a {
  display: inline-block;
  padding: 12px;
}
.p-clinic-info-doctor-blog__item + .p-clinic-info-doctor-blog__item {
  border-top: 1px dotted #a39489;
}

.p-access {
  margin: 0 0 40px;
  padding: 0;
  background: none;
}
.p-access > * {
  width: auto;
  text-align: left;
}
.p-access__title {
  margin-bottom: 10px;
  padding-left: 25px;
  background: url(../../img/pc/index_clinic-info_title_bg.png) left top no-repeat;
  background-size: 100% 100%;
  line-height: 44px;
  font-size: 1.6em;
  color: #fff;
}
.p-access__map {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  align-items: flex-end;
}
.p-access__map iframe {
  order: 1;
}
.p-access__distance {
  order: 2;
  margin: 6px 0 8px;
  width: 100%;
}
.p-access__distance__item {
  display: flex;
}
.p-access__distance__contents {
  margin-right: 30px;
  padding-left: 24px;
  line-height: 18px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  color: #7e7774;
}
.p-access__distance__contents > * {
  display: inline-block;
}
.p-access__distance__contents .station {
  margin-right: 8px;
  font-weight: bold;
}
.p-access__distance__contents.sakura {
  background: url(../../img/pc/about_access_sakura.png) left center no-repeat;
}
.p-access__distance__contents:last-child {
  margin-right: 0;
}

/*----------------------------------------------------------------------
8.	#sub
----------------------------------------------------------------------*/
#sub {
  float: left;
  margin-bottom: 80px;
  width: 194px;
}
#sub .menu {
  margin-bottom: 20px;
  border-bottom: 1px solid #baafa6;
}
#sub .menu .title {
  border: 1px solid #baafa6;
}
#sub .menu li {
  border-right: 1px solid #baafa6;
  border-left: 1px solid #baafa6;
}
#sub .menu a {
  display: block;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.1666666667;
  font-size: 1.2em;
  color: #7f7875;
}
#sub .medical {
  margin-bottom: 20px;
}
#sub .medicallist {
  padding: 2px 4px;
  border: 4px solid #3b4762;
  border-top: 0;
  background: #9693a3;
}
#sub .medicallist-item {
  margin: 2px 0;
  border: 2px solid #454d68;
}
#sub .medicallist-item.drseminar {
  background-image: url(../../img/pc/sprite/hover/sub.png);
  background-repeat: no-repeat;
}
#sub .medicallist-item.introduction {
  background-image: url(../../img/pc/sprite/hover/sub.png);
  background-repeat: no-repeat;
}
#sub .medicallist-item.drseminar {
  background-position: 0 -132px;
}
#sub .medicallist-item.introduction {
  background-position: 0 -182px;
}
#sub .medicallist-item a:hover img {
  opacity: 0;
}
#sub .info {
  margin-bottom: 20px;
  padding: 4px;
  background: url(../../img/pc/sub_info_bg.gif) left top repeat-x;
}
#sub .info ul {
  padding: 4px;
  background: #b7afa8;
}
#sub .info li {
  margin-bottom: 4px;
  border: 2px solid #463f3c;
}
#sub .info li:nth-child(2) {
  background-position: 0 -66px;
}
#sub .info li:nth-child(3) {
  background-position: 0 0;
}
#sub .info li:last-child {
  margin: 0;
}
* + html #sub .info li {
  height: 1%;
}
#sub .info li:nth-child(2) {
  background-image: url(../../img/pc/sub_info_mail_h.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
#sub .info li:nth-child(2) a:hover img {
  opacity: 0;
}
#sub .info li:nth-child(3) {
  background-image: url(../../img/pc/sub_info_counseling_h.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
#sub .info li:nth-child(3) a:hover img {
  opacity: 0;
}
#sub .tv {
  margin-bottom: 20px;
}
#sub .president img {
  border: 1px solid #baafa6;
}
#sub .blog {
  margin-bottom: 20px;
}
#sub .blog li {
  margin-bottom: 5px;
}
#sub .blog li:last-child {
  margin: 0;
}
#sub .lp {
  margin-bottom: 20px;
}
#sub .lp li {
  margin-bottom: 5px;
}
#sub .lp li:last-child {
  margin: 0;
}
#sub .banner {
  margin-bottom: 20px;
}
#sub .banner li {
  margin-bottom: 10px;
}
#sub .banner li:last-child {
  margin-bottom: 0;
}
#sub .banner li a > * {
  display: block;
  border: 1px solid #baafa6;
}
#sub .banner .clinic, #sub .banner #footer .kuchikomi, #footer #sub .banner .kuchikomi {
  margin-bottom: 20px;
}
#sub .banner .clinic li, #sub .banner #footer .kuchikomi li, #footer #sub .banner .kuchikomi li {
  margin-bottom: 5px;
}
#sub .banner .clinic-item {
  background: url(../../img/pc/sub_banner_clinic_bg.gif) left bottom repeat-x #f5f3f1;
}
#sub .banner .clinic-item a:hover > * {
  opacity: 0.5;
}
#sub .banner .clinic-item .pic {
  border-bottom: 1px solid #fff;
}
#sub .banner .clinic-item .text {
  padding: 3px 13px 5px;
  border-top: 1px solid #cbc0b8;
  background-image: url(../../img/pc/sprite/arrow.png);
  background-position: 176px -791px;
  background-repeat: no-repeat;
  line-height: 1.2;
  color: #7f7875;
}
#sub .social {
  margin-bottom: 20px;
}
#sub .social ul {
  margin: 0 auto;
  width: 71px;
  height: 40px;
}
#sub .social li {
  float: left;
  margin-left: 7px;
  height: 40px;
}
#sub .social li:first-child {
  margin: 0;
}
#sub .feature {
  margin-bottom: 20px;
}
#sub .feature li {
  margin-bottom: 10px;
}
#sub .feature img {
  border: 1px solid #baafa6;
}
#sub .feature .feature-item img,
#sub .feature .tummy-tuck img,
#sub .feature .owo img,
#sub .feature .quality img {
  border: 0;
}
#sub .regenerative {
  margin-bottom: 20px;
}
#sub .regenerative p {
  margin-bottom: 10px;
}
#sub .regenerative img {
  border: 1px solid #baafa6;
}
#sub .regenerative .cooperation img {
  border: 0;
}
#sub .matome {
  margin-bottom: 20px;
}
#sub .matome > .title {
  position: relative;
}
#sub .matome > .title::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 1;
  width: 35px;
  height: 35px;
  background: url(../../img/pc/sub_matome_title_bg.png) left top no-repeat;
}
#sub .matome .s-matome-item {
  border-bottom: 1px dotted #baafa6;
}
#sub .matome .s-matome-item a {
  display: block;
  padding: 10px;
}
#sub .matome .s-matome-item .item-inner {
  position: relative;
  min-height: 55px;
}
#sub .matome .s-matome-item .item-inner > * {
  margin-left: 65px;
}
#sub .matome .s-matome-item .item-inner .title {
  line-height: 1.3333333333;
  font-size: 1.2em;
}
#sub .matome .s-matome-item .item-inner .pic {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
#sub .matome .s-matome-wrapper {
  position: relative;
  padding: 12px 0;
  border: 1px solid #baafa6;
  border-top: 0;
  background: #f5f2f0;
}
#sub .matome .s-matome-wrapper .bx-wrapper {
  position: static;
}
#sub .matome .s-matome-wrapper .bx-wrapper .bx-viewport {
  box-shadow: none;
  left: 0;
  height: 227px !important;
  border: 0;
  background: none;
}
#sub .matome .s-matome-wrapper .bx-controls a {
  display: block;
  position: absolute;
  left: 0;
  z-index: 800;
  margin: 0;
  width: 100%;
  height: 12px;
  background-color: #a39489;
}
#sub .matome .s-matome-wrapper .bx-controls .bx-prev {
  top: 0;
  background-image: url(../../img/pc/index_relatedsites_arrow1.gif);
  background-position: center;
}
#sub .matome .s-matome-wrapper .bx-controls .bx-next {
  bottom: 0;
  background-image: url(../../img/pc/index_relatedsites_arrow2.gif);
  background-position: center;
}

#sub {
  margin-left: 30px;
}

#relatedsites, #latestnews, .m-staffblog {
  margin-bottom: 20px;
  border: 1px solid #baafa6;
  background: #f2efed;
}
#relatedsites .title, #latestnews .title, .m-staffblog .title {
  border-bottom: 1px solid #baafa6;
}
#relatedsites li, #latestnews li, .m-staffblog li {
  border-bottom: 1px dotted #baafa6;
}
#relatedsites li:last-child, #latestnews li:last-child, .m-staffblog li:last-child {
  border: 0;
}

.m-staffblog li {
  display: block;
  padding: 6px 9px 5px;
}
.m-staffblog li a {
  text-decoration: none;
}
.m-staffblog li dl {
  position: relative;
  min-height: 55px;
}
.m-staffblog li dt {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #baafa6;
}
.m-staffblog li dd {
  margin-left: 63px;
  line-height: 1.4em;
}
.m-staffblog li dd.date {
  color: #7f7875;
}
.m-staffblog dl {
  position: relative;
}
.m-staffblog dt {
  position: relative;
  overflow: hidden;
  width: 53px;
  height: 53px;
}
.m-staffblog dt img {
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
}
.m-staffblog .date {
  height: 20px;
}
.m-staffblog .new {
  margin-left: 10px;
}
.m-staffblog .new img {
  vertical-align: middle;
}
.m-staffblog .avator {
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 20px;
  height: 20px;
}
.m-staffblog .avator img {
  width: 100%;
  height: 100%;
}

#latestnews li {
  display: block;
  padding: 6px 9px 5px;
}
#latestnews li a {
  text-decoration: none;
}
#latestnews li dl {
  position: relative;
  min-height: 55px;
}
#latestnews li dt {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #baafa6;
}
#latestnews li dd {
  margin-left: 63px;
  line-height: 1.4em;
}
#latestnews li dd.date {
  color: #7f7875;
}
#latestnews li .date {
  position: relative;
}
#latestnews li .date .new {
  position: absolute;
  top: -1px;
  margin-left: 10px;
}
#latestnews footer {
  display: flow-root;
  padding: 4px 9px;
  border-top: 1px dotted #baafa6;
}
#latestnews footer .rss {
  float: left;
}
#latestnews footer .link {
  float: right;
}
#latestnews footer .link a {
  padding-left: 14px;
  background-image: url(../../img/pc/sprite/arrow.png);
  background-position: 0 -807px;
  background-repeat: no-repeat;
  line-height: 14px;
  color: #7f7875;
}
#latestnews footer .link a:hover {
  background-image: url(../../img/pc/sprite/hover/arrow.png);
  background-position: 0 1px;
  background-repeat: no-repeat;
}

#relatedsites .relatedsites-wrapper {
  position: relative;
  padding: 25px 0;
  background: #f5f2f0;
}
#relatedsites .relatedsites-wrapper .bx-wrapper {
  position: static;
  width: 172px;
  max-width: 172px !important;
}
#relatedsites .relatedsites-wrapper .bx-wrapper .bx-viewport {
  box-shadow: none;
  left: 0;
  height: 236px !important;
  border: 0;
  background: none;
}
#relatedsites .relatedsites-wrapper .bx-wrapper .bx-viewport #slider-side {
  margin: 0 auto;
  width: 172px;
}
#relatedsites .relatedsites-wrapper .bx-wrapper .bx-viewport #slider-side li {
  margin: 0 auto 10px;
  border-bottom: 0;
}
#relatedsites .relatedsites-wrapper .bx-wrapper .bx-viewport #slider-side li a {
  padding: 0;
}
#relatedsites .relatedsites-wrapper .bx-controls a {
  display: block;
  position: absolute;
  left: 0;
  z-index: 800;
  margin: 0;
  width: 100%;
  height: 12px;
  background-color: #a39489;
}
#relatedsites .relatedsites-wrapper .bx-controls .bx-prev {
  top: 0;
  background-image: url(../../img/pc/index_relatedsites_arrow1.gif);
  background-position: center;
}
#relatedsites .relatedsites-wrapper .bx-controls .bx-next {
  bottom: 0;
  background-image: url(../../img/pc/index_relatedsites_arrow2.gif);
  background-position: center;
}

.s-sns {
  margin-bottom: 20px;
  border: 1px solid #c7bcb5;
  background: #f5f2f0;
}
.s-sns > .title {
  background: url(linear-gradient(rgba(242, 239, 237, 0.8), rgba(223,216,211,.8) 50%, rgba(199,188,181,.8) 50%, rgba(236,232,229,.8) ));
  border-bottom: 1px solid #c7bcb5;
  text-align: center;
  line-height: 3.2;
  font-size: 1.5em;
  color: #7f7875;
}
.s-sns-item {
  padding: 5px 10px;
}
.s-sns-item + .s-sns-item {
  border-top: 1px dotted #c7bcb5;
}

/*----------------------------------------------------------------------
9.	#footer
----------------------------------------------------------------------*/
.f-clinic-list {
  display: flex;
  padding: 9px 0;
  background: #efece9;
}
.f-clinic-item {
  display: flex;
  position: relative;
  flex-basis: 20%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #c7bcb5;
  border-left: 1px solid #fff;
}
.f-clinic-item:first-child {
  border-left: 0;
}
.f-clinic-item:last-child {
  border-right: 0;
}
.f-clinic-item a::before {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  right: 0;
  bottom: -9px;
  left: 0;
  transition: all 0.15s linear;
}
.f-clinic-item a::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 10px;
  height: 10px;
  background: url(../../img/pc/arrow/arrow2.png) 0 0 no-repeat;
}
.f-clinic-item a:hover > *,
.f-clinic-item a:hover img {
  opacity: 1;
}
.f-clinic-item a:hover::before {
  background-color: rgba(255,255,255,.5);
}
.f-clinic-item a:hover::after {
  background-image: url(../../img/pc/arrow/arrow2_h.png);
}
.f-clinic-item img {
  border-bottom: 1px solid #c7bcb5;
}
.f-clinic-item .pic {
  margin-bottom: 7px;
  text-align: center;
}
.f-clinic-item .address {
  text-align: center;
  line-height: 1.2;
  font-size: 1em;
  color: #7f7875;
}
.f-clinic-item.brand {
  align-items: center;
}
.f-clinic-item.brand .pic img {
  border: 0;
}

#footer {
  position: absolute;
  bottom: 0;
  z-index: 50;
  width: 100%;
}
#footer .wrapper {
  margin: 0 auto;
  width: 988px;
}
* html #footer .wrapper {
  padding-left: 1px;
}
* + html #footer .wrapper {
  padding-left: 1px;
}
.ie8 #footer .wrapper {
  padding-left: 1px;
}
#footer .wrapper .wrapper {
  width: auto;
  border-bottom: 1px solid #baafa6;
  background: #f2efed;
}
#footer .text {
  clear: both;
  padding: 20px 0;
  border-top: 1px solid #fff;
  background: #f2efed;
  text-align: center;
  line-height: 1.5;
  font-size: 1.1em;
  color: #7f7875;
}
#footer #fnavi {
  border-top: 1px solid #ccc3ba;
}
* html #footer #fnavi {
  height: 1%;
}
* + html #footer #fnavi {
  height: 1%;
}
#footer .kuchikomi {
  margin-top: 0;
  text-align: right;
}
#footer .kuchikomi img {
  border: 0;
}

.p-footer-subnav {
  display: flex;
  justify-content: space-between;
  padding: 36px 140px 31px;
  border-bottom: 1px solid #fff;
  box-shadow: inset 0 -1px 0 #c7bcb5;
  font-size: 1.1em;
  color: #7f7875;
}
.p-footer-subnav a {
  color: #7f7875 !important;
}
.p-footer-subnav a:hover {
  text-decoration: underline;
}
.p-footer-subnav__title {
  margin-bottom: 12px;
  font-size: 1.2em;
}
.p-footer-subnav__item + .p-footer-subnav__item {
  margin-top: 8px;
}
.p-footer-subnav__contents:not(.others) .p-footer-subnav__item a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.p-footer-subnav__contents:not(.others) .p-footer-subnav__item a::before, .p-footer-subnav__contents:not(.others) .p-footer-subnav__item a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  transition: opacity 0.1s linear;
}
.p-footer-subnav__contents:not(.others) .p-footer-subnav__item a::before {
  z-index: 1;
  background: url(../../img/pc/arrow/arrow2.png) left center no-repeat;
}
.p-footer-subnav__contents:not(.others) .p-footer-subnav__item a::after {
  background: url(../../img/pc/arrow/arrow2_h.png) left center no-repeat;
}
.p-footer-subnav__contents:not(.others) .p-footer-subnav__item a:hover {
  text-decoration: none;
}
.p-footer-subnav__contents:not(.others) .p-footer-subnav__item a:hover::before {
  opacity: 0;
}
.others .p-footer-subnav__item a {
  font-size: 1.2em;
}
.others .p-footer-subnav__item + .p-footer-subnav__item {
  margin-top: 16px;
}
.p-footer-regions {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
  box-shadow: inset 0 -1px 0 #c7bcb5;
  text-align: center;
  color: #7f7875;
}
.p-footer-regions__title {
  margin-right: 40px;
  font-size: 1.3em;
}
.p-footer-regions__list {
  display: flex;
}
.p-footer-regions__item a {
  text-decoration: underline;
  font-size: 1.2em;
  color: #7595cc;
}
.p-footer-regions__item + .p-footer-regions__item::before {
  content: "|";
  display: inline-block;
  margin: 0 1.2rem;
}
.p-footer__lead {
  display: block;
  justify-content: center;
  padding: 20px 0;
  text-align: center;
  line-height: 1.5;
  font-size: 1.1em;
  color: #7f7875;
}

.f-imp {
  margin: 0 30px 0 254px;
  width: 704px;
}

/*----------------------------------------------------------------------
市島フィールドここから
----------------------------------------------------------------------*/
/*-------------------------------------
2014.07.30 ピックアップメニュー修正
-------------------------------------*/
/*----------------------------------------------------------------------
市島フィールドここまで
----------------------------------------------------------------------*/
/*# sourceMappingURL=index.css.map */
