@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: YakuHanJP, "ヒラギノ角ゴ 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;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

figure {
  margin: 0;
}

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

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

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

a img {
  opacity: 1;
  transition: opacity 0.1s linear;
}
a:hover img {
  opacity: 0.5;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
a[href^="tel:"]:hover {
  cursor: default;
}

body {
  font-feature-settings: "palt" 1;
  font-weight: 100;
}

/*----------------------------------------------------------------------
3.	container
----------------------------------------------------------------------*/
#container {
  min-height: 100vh;
  background: url(../img/container_bg.png) top center repeat-y;
}
#container .wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  background: url(../img/container_bg2.png) top center no-repeat, url(../img/bg2.gif) top center repeat-x;
}
body > #container .wrapper {
  height: auto;
}
#container > .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
#container > .wrapper #content {
  flex: 1;
}
#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 {
  *zoom: 1;
}
#topicpath ol::after {
  content: "";
  display: table;
  clear: both;
}
#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;
  white-space: nowrap;
  color: #6d9dd0;
}

.pagetop {
  margin: 23px 10px;
  text-align: right;
}
.pagetop a {
  padding-left: 15px;
  background: url(../img/arrow/arrow3.png) left top no-repeat;
  color: #7f7875;
}
.pagetop a:hover {
  background-image: url(../img/arrow/arrow3_h.png);
}

.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/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;
}

#link_box {
  position: fixed;
  right: calc(50% - 494px - 39px - 5px);
  bottom: calc(50% - 202px);
  z-index: 100;
  width: 39px;
}
#link_box .link_inquiry,
#link_box .link_counseling {
  margin-bottom: 7px;
  background-position: right top;
  background-repeat: no-repeat;
  box-shadow: 3px 3px 6px #777;
  text-align: right;
}
#link_box .link_inquiry {
  background-image: url(../img/link_mail_h.png?v=2);
}
#link_box .link_counseling {
  background-image: url(../img/link_counseling_h.png);
}
#link_box .pagetop {
  margin: 0;
}
#link_box .pagetop a {
  padding: 0;
  background: none;
}

sup.copyright {
  font-weight: lighter;
}

/*----------------------------------------------------------------------
5.	#header
----------------------------------------------------------------------*/
#header {
  position: relative;
  margin: 0 auto;
  width: 988px;
  background: url(../img/header_bg.gif) left 24px no-repeat;
}
#header h1 {
  background: url(../img/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: 27px 0 31px 26px;
}
#header aside {
  display: flex;
  position: absolute;
  top: 37px;
  right: 30px;
}
#header .h-tel {
  margin-right: 15px;
  width: 186px;
}
#header .h-tel .h-tab-list {
  *zoom: 1;
  margin-bottom: 9px;
  width: 186px;
}
#header .h-tel .h-tab-list::after {
  content: "";
  display: table;
  clear: both;
}
#header .h-tel .h-tab-item {
  float: left;
  padding: 4px 0 3px;
  width: 35px;
  border-bottom: 1px solid #56514c;
  border-left: 1px solid #56514c;
  background-color: rgba(0,0,0,.15);
  cursor: pointer;
  text-align: center;
}
#header .h-tel .h-tab-item.nagoya {
  width: 39px;
}
#header .h-tel .h-tab-item:last-child {
  border-right: 1px solid #56514c;
}
#header .h-tel .h-tab-item.is-active {
  padding: 3px 0 4px;
  border-top: 1px solid #56514c;
  border-bottom: 0;
  background-color: transparent;
}
#header .h-tel .h-tab-content {
  position: relative;
}
#header .h-tel .h-tab-content-item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.15s linear;
}
#header .h-tel .h-tab-content-item.is-active {
  opacity: 1;
}
#header .info {
  display: flex;
  top: 0;
  flex-direction: column;
  flex-wrap: wrap;
  width: 439px;
  height: 66px;
}
#header .info-inner {
  width: 336px;
}
#header .info li {
  border: 2px solid #29211b;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#header .info li.mail {
  margin-bottom: 0;
  background-image: url(../img/header_info_mail_h.png?v=2);
}
#header .info li.counseling {
  margin-bottom: 0;
  background-image: url(../img/header_info_counseling_h.png?v=2);
}
#header .info a:hover img {
  opacity: 0;
}
#header .info .line {
  margin-left: 4px;
  border: 2px solid #29211b;
}
#header .info .line a {
  display: block;
  width: 95px;
  height: 62px;
  background: url(../img/header_cv_line_h.png) left top no-repeat;
}
#header .info .line a:hover img {
  display: none;
}
#header .info-list {
  display: flex;
  margin-bottom: 2px;
  height: 32px;
}
#header .info-list .info-item + .info-item {
  margin-left: 2px;
}
#header .h-search {
  position: static;
  border: 2px solid #332a27;
}
#header .h-search__form {
  display: flex;
  width: 332px;
}
#header .h-search__form__input {
  display: block;
  padding: 10px;
  width: 259px;
  height: 28px;
  border: 0;
  border-right: 2px solid #332a27;
  font-size: 1.4em;
  box-sizing: border-box;
}
#header .h-search__form__button {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}

#gnavi, #footer #fnavi {
  padding: 1px 0 5px;
  background: url(../img/nav_bg_l.gif) left top repeat-x;
}
#gnavi > ul, #footer #fnavi > ul {
  *zoom: 1;
  position: relative;
  padding: 0 29px;
}
#gnavi > ul::after, #footer #fnavi > ul::after {
  content: "";
  display: table;
  clear: both;
}
#gnavi > ul > li, #footer #fnavi > ul > li {
  float: left;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#gnavi > ul > li.about, #footer #fnavi > ul > li.about {
  background-image: url(../img/nav_about_a.png?v=4);
}
#gnavi > ul > li.trouble, #footer #fnavi > ul > li.trouble {
  background-image: url(../img/nav_trouble_a.png?v=4);
}
#gnavi > ul > li.contents, #footer #fnavi > ul > li.contents {
  background-image: url(../img/nav_contents_a.png?v=4);
}
#gnavi > ul > li.case, #footer #fnavi > ul > li.case {
  background-image: url(../img/nav_case_a.png?v=4);
}
#gnavi > ul > li.price, #footer #fnavi > ul > li.price {
  background-image: url(../img/nav_price_a.png?v=4);
}
#gnavi > ul > li.campaign, #footer #fnavi > ul > li.campaign {
  background-image: url(../img/nav_campaign_a.png?v=4);
}
#gnavi > ul > li.doctor, #footer #fnavi > ul > li.doctor {
  background-image: url(../img/nav_doctor_a.png?v=4);
}
#gnavi > ul > li.access, #footer #fnavi > ul > li.access {
  background-image: url(../img/nav_access_a.png?v=4);
}
#gnavi > ul > li.qa, #footer #fnavi > ul > li.qa {
  background-image: url(../img/nav_qa_a.png?v=4);
}
#gnavi > ul > li .new, #footer #fnavi > ul > li .new {
  position: absolute;
  top: -11px;
  right: 0;
  z-index: 100;
}
#gnavi > ul > li > a, #footer #fnavi > ul > li > a {
  display: block;
  position: relative;
}
#gnavi > ul > li > a:hover > *, #footer #fnavi > ul > li > a:hover > * {
  opacity: 0;
}
#gnavi > ul > li > a img, #footer #fnavi > ul > li > a img {
  transition: opacity 0.15s linear;
}
#gnavi .h-gnavi-contents-submenu, #footer #fnavi .h-gnavi-contents-submenu {
  position: absolute;
  z-index: 10;
  padding-top: 5px;
  opacity: 0;
  transition: all 0.15s linear;
  pointer-events: none;
}
#gnavi .h-gnavi-contents-submenu.is-active, #footer #fnavi .h-gnavi-contents-submenu.is-active {
  opacity: 1;
  pointer-events: all;
}
#gnavi .h-gnavi-contents-submenu-list, #footer #fnavi .h-gnavi-contents-submenu-list {
  display: flex;
  border: 1px solid #c5bbb3;
}
#gnavi .h-gnavi-contents-submenu-item, #footer #fnavi .h-gnavi-contents-submenu-item {
  position: relative;
}
#gnavi .h-gnavi-contents-submenu-item a, #footer #fnavi .h-gnavi-contents-submenu-item a {
  display: block;
}
#gnavi .h-gnavi-contents-submenu-item a::after, #footer #fnavi .h-gnavi-contents-submenu-item a::after {
  transition: all 0.15s linear;
  content: "";
  position: absolute;
  right: 12px;
  bottom: 5px;
  width: 10px;
  height: 10px;
  background: url(../img/arrow/arrow2.png) 0 0 no-repeat;
}
#gnavi .h-gnavi-contents-submenu-item a:hover img, #footer #fnavi .h-gnavi-contents-submenu-item a:hover img {
  opacity: 1;
}
#gnavi .h-gnavi-contents-submenu-item a:hover::after, #footer #fnavi .h-gnavi-contents-submenu-item a:hover::after {
  background-image: url(../img/arrow/arrow2_h.png);
}

.ad #gnavi > ul > li.about, .ad #footer #fnavi > ul > li.about, #footer .ad #fnavi > ul > li.about {
  background-image: url(../img/ad_nav_about_a.png?v=4);
}
.ad #gnavi > ul > li.trouble, .ad #footer #fnavi > ul > li.trouble, #footer .ad #fnavi > ul > li.trouble {
  background-image: url(../img/ad_nav_trouble_a.png?v=4);
}
.ad #gnavi > ul > li.contents, .ad #footer #fnavi > ul > li.contents, #footer .ad #fnavi > ul > li.contents {
  background-image: url(../img/ad_nav_contents_a.png?v=4);
}
.ad #gnavi > ul > li.case, .ad #footer #fnavi > ul > li.case, #footer .ad #fnavi > ul > li.case {
  background-image: url(../img/ad_nav_case_a.png?v=4);
}
.ad #gnavi > ul > li.price, .ad #footer #fnavi > ul > li.price, #footer .ad #fnavi > ul > li.price {
  background-image: url(../img/ad_nav_price_a.png?v=4);
}
.ad #gnavi > ul > li.campaign, .ad #footer #fnavi > ul > li.campaign, #footer .ad #fnavi > ul > li.campaign {
  background-image: url(../img/ad_nav_campaign_a.png?v=4);
}
.ad #gnavi > ul > li.doctor, .ad #footer #fnavi > ul > li.doctor, #footer .ad #fnavi > ul > li.doctor {
  background-image: url(../img/ad_nav_doctor_a.png?v=4);
}
.ad #gnavi > ul > li.access, .ad #footer #fnavi > ul > li.access, #footer .ad #fnavi > ul > li.access {
  background-image: url(../img/ad_nav_access_a.png?v=4);
}
.ad #gnavi > ul > li.qa, .ad #footer #fnavi > ul > li.qa, #footer .ad #fnavi > ul > li.qa {
  background-image: url(../img/ad_nav_qa_a.png?v=4);
}

#header {
  background: url(../img/h1_bg.gif) left top repeat-x, url(../img/header_bg.gif) left 24px no-repeat, #524840;
}
#header::before {
  content: "";
  display: block;
  width: 100%;
  height: 24px;
}
#header h1 {
  background: none;
  text-align: left;
}

/*----------------------------------------------------------------------
6.	#content
----------------------------------------------------------------------*/
#content {
  *zoom: 1;
  margin: 0 auto;
  padding: 0 30px 0;
  width: 928px;
}
#content::after {
  content: "";
  display: table;
  clear: both;
}

.area-link {
  position: relative;
  transition: opacity 0.1s linear;
}
.area-link:hover {
  opacity: 0.5;
}
.area-link a {
  display: block;
}
.area-link a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.area-link a:hover img {
  opacity: 1;
}

#container {
  position: relative;
}

#content {
  padding-right: 0;
  padding-left: 0;
  width: 988px;
}

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

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

#main {
  float: none;
  margin: 0;
  width: auto;
}

.m-contents > .title {
  font-weight: 100;
}

.js-slide {
  overflow: hidden;
}
.js-slide .slick-track {
  display: flex;
}
.js-slide.slick-dotted.slick-slider {
  margin: 0;
}
.js-slide .slick-next,
.js-slide .slick-prev,
.js-slide .slick-next::before,
.js-slide .slick-prev::before {
  width: 38px;
  height: 38px;
}
.js-slide .slick-next,
.js-slide .slick-prev {
  z-index: 1;
}
.js-slide .slick-next::before,
.js-slide .slick-prev::before {
  content: "";
  display: block;
  background: url(../img/index_mainimg_arrow.png) center no-repeat;
  opacity: 1;
}
.js-slide .slick-prev {
  left: 10px;
}
.js-slide .slick-next {
  right: 10px;
}
.js-slide .slick-next::before {
  transform: rotate(180deg);
}

.mainimg {
  border-bottom: 1px solid #d6cec6;
  background: #eeeae6;
}
.mainimg__main {
  display: flex;
}
.mainimg__main__pic {
  position: relative;
}
.mainimg__main__pic a span {
  transition: opacity 0.1s linear;
}
.mainimg__main__pic a:hover img,
.mainimg__main__pic a:hover span {
  opacity: 0.7;
}
.mainimg__main__pic span {
  position: absolute;
  color: #59504d;
}
.mainimg__main__pic .txt-date {
  top: 242px;
  left: 432px;
  font-size: 16px;
}
.mainimg__main__pic .txt-people {
  bottom: 160px;
  left: 340px;
  font-size: 34px;
}
.mainimg__main .slick-next::before,
.mainimg__main .slick-prev::before {
  background: url(../img/index_mainimg_arrow2.png) center no-repeat;
  background-size: 100%;
}
.mainimg__sub {
  display: flex;
  justify-content: center;
  padding: 5px 0;
}
.mainimg__sub__pic {
  position: relative;
  width: 142px !important;
  height: 64px;
  border: 2px solid #eeeae6;
  opacity: 0.3;
  cursor: pointer;
  transition: opacity 0.3s linear;
}
.mainimg__sub__pic img {
  width: 100%;
  height: 100%;
}
.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: 10px;
  color: #fff;
}
.mainimg__sub__pic + .mainimg__sub__pic {
  margin-left: 2px;
}
.mainimg__sub .slick-track {
  transform: unset !important;
}
.mainimg__sub .slick-current {
  border: 2px solid #c8bdb5;
}
.mainimg .slick-current {
  opacity: 1;
}

.p-banner {
  margin: 18px 0 38px;
  text-align: center;
}
.p-banner__pic + .p-banner__pic {
  margin-top: 10px;
}

.p-regions {
  display: flex;
}

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

.m-search {
  padding: 30px 15px 5px;
  background: #dfd8d3;
}
.m-search__form {
  display: flex;
  margin: 0 auto;
  width: 623px;
}
.m-search__form__input {
  display: block;
  padding: 10px;
  width: 511px;
  height: 40px;
  border: 1px solid #7f7875;
  font-size: 1.4em;
  box-sizing: border-box;
}
.m-search__form__button {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}

.m-keywords li {
  display: inline-block;
}
.m-keywords a {
  display: block;
  margin-bottom: 4px;
  padding: 4px;
  border: 1px solid #d0c8c1;
  border-radius: 4px;
  background: linear-gradient(#ddd7d1, #f6f4f2);
  font-size: 1.2em;
  font-weight: bold;
  color: #7f7875;
}
.m-keywords__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 10px auto 0;
  width: 623px;
}
.m-keywords__item {
  margin: 5px 5px 0 0;
}
.m-keywords__item a {
  margin: 0;
  white-space: nowrap;
}

.m-about {
  padding: 30px 65px 50px;
}
.m-about__title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  margin: 0 auto 33px;
  padding-left: 52px;
  width: 224px;
  height: 78px;
  background: url(../img/index_about_title_bg.png) left top no-repeat;
  font-size: 1.4em;
  box-sizing: border-box;
}
.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-about .link {
  margin-top: 20px;
  text-align: right;
}
.m-about .link a {
  padding-right: 77px;
  background: url(../img/contents_link.png) right bottom 4px no-repeat;
  font-size: 1.2em;
  color: #58504c;
}
.m-about .link a:hover {
  background-image: url(../img/contents_link_h.png);
}

.m-concept {
  padding: 50px 0 50px 91px;
  height: 399px;
  background: url(../img/index_concept_bg1.png) left center no-repeat, url(../img/index_concept_bg2.jpg) right center no-repeat;
  color: #383635;
}
.m-concept .title {
  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/index_concept_title_bg.png?v=1) left top no-repeat;
  font-size: 1.4em;
  box-sizing: border-box;
}
.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;
}

.m-menu {
  padding: 50px 40px;
  background-color: #645a59;
  color: #dfd8d3;
}
.m-menu#particle-menu {
  position: relative;
}
.m-menu#particle-menu > * {
  position: relative;
  z-index: 1;
}
.m-menu#particle-menu > canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.m-menu > .title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  margin: 0 auto 33px;
  padding-left: 100px;
  width: 256px;
  height: 79px;
  background: url(../img/index_menu_title_bg.png) left top no-repeat;
  font-size: 1.4em;
  box-sizing: border-box;
}
.m-menu .lead {
  margin-bottom: 16.5px;
  text-align: center;
}
.m-menu .lead::after {
  content: "";
  display: block;
  margin: 12px auto 0;
  width: 100px;
  border-bottom: 3px solid #c7bcb5;
}
.m-menu > .text {
  margin-bottom: 19.5px;
  text-align: center;
  line-height: 1.5833333333;
  font-size: 1.2em;
}
.m-menu .menu-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin: 0 25px;
}
.m-menu .menu-item {
  padding: 45px 0 33px;
  background-position: center top;
  background-repeat: no-repeat;
}
.m-menu .menu-item a {
  display: block;
  color: #fff;
}
.m-menu .menu-item a > * {
  transition: opacity 0.1s linear;
}
.m-menu .menu-item a:hover {
  color: #fff !important;
}
.m-menu .menu-item a:hover > * {
  opacity: 0.7;
}
.m-menu .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;
}
.m-menu .menu-item .text {
  padding: 6px 0 6px 15px;
  line-height: 1.3636363636;
  font-size: 1.1em;
}
.m-menu .menu-item .link {
  position: absolute;
  right: 5px;
  bottom: -33px;
  padding-right: 77px;
  background: url(../img/index_contents_link_bg.png) right bottom 4px no-repeat;
  font-size: 1.2em;
  color: #dfd8d3;
}
.m-menu .menu-contents {
  padding: 167px 7px 7px;
  background-position: left top;
  background-repeat: no-repeat;
  box-sizing: border-box;
  transition: background 0.15s linear;
}
.m-menu .menu-contents:hover {
  opacity: 1;
}
.m-menu .liposuction {
  background-image: url(../img/index_menu_liposuction_bg1.png);
}
.m-menu .liposuction .menu-contents {
  width: 285px;
  height: 265px;
  background-image: url(../img/index_menu_liposuction_bg2.jpg);
}
.m-menu .liposuction .menu-contents:hover {
  background-image: url(../img/index_menu_liposuction_bg2_h.jpg);
}
.m-menu .breast-hip {
  background-image: url(../img/index_menu_breast-hip_bg1.png);
}
.m-menu .breast-hip .menu-contents {
  width: 286px;
  height: 265px;
  background-image: url(../img/index_menu_breast-hip_bg2.jpg);
}
.m-menu .breast-hip .menu-contents:hover {
  background-image: url(../img/index_menu_breast-hip_bg2_h.jpg);
}
.m-menu .antiaging {
  background-image: url(../img/index_menu_antiaging_bg1.png);
}
.m-menu .antiaging .menu-contents {
  width: 285px;
  height: 265px;
  background-image: url(../img/index_menu_antiaging_bg2.jpg);
}
.m-menu .antiaging .menu-contents:hover {
  background-image: url(../img/index_menu_antiaging_bg2_h.jpg);
}
.m-menu .others {
  margin: 25px 25px 0;
  padding: 4px 5px;
  background: #c7bcb5;
}
.m-menu .others .p-others {
  padding: 1px;
  background: #8f8277;
}
.m-menu .others .p-others-title {
  margin-bottom: 1px;
}
.m-menu .others .p-others-list {
  display: flex;
  justify-content: space-between;
}
.m-menu .others .p-others-item {
  background: #fff;
}
.m-menu .others .p-others-item a:hover img {
  opacity: 0.3;
}
.m-menu .others .p-others .activities {
  position: relative;
  width: 211px;
  height: 121px;
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.m-menu .others .p-others .activities .text {
  position: absolute;
  color: #fff;
}
.m-menu .others .p-others .activities .total {
  font-weight: bold;
}
.m-menu .others .p-others .activities a {
  transition: opacity 0.1s linear;
  box-sizing: border-box;
  display: block;
  padding: 27px 0 0 55px;
  width: 100%;
  height: 100%;
  background: url(../img/index_pickup_activities.png?v=4) left top no-repeat;
}
.m-menu .others .p-others .activities a:hover {
  opacity: 0.5;
}
.m-menu .others .p-others .activities a:hover img {
  opacity: 1;
}
.m-menu .others .p-others .activities .js-slide {
  overflow: hidden;
  height: 150px;
}
.m-menu .others .p-others .activities .current {
  right: 132px;
  bottom: 3px;
  font-size: 1.2em;
}
.m-menu .others .p-others .activities .total {
  right: 20px;
  bottom: 2px;
  font-size: 1.8em;
  letter-spacing: 6px;
}

.m-update {
  overflow: hidden;
  padding: 50px 65px;
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "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/arrow/arrow2.png) left top no-repeat;
  transform: translateY(-50%);
}
.m-update .inner-title a:hover::after {
  background: url(../img/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/arrow/arrow4.png) left top no-repeat;
  transform: translateY(-50%);
}
.m-update .load-more a:hover::after {
  background: url(../img/arrow/arrow4_h.png) left top no-repeat;
}

.m-published-plan {
  display: flex;
  justify-content: space-between;
  padding: 25px 65px;
  background: #f8f7f6;
}
.m-published-plan__wrapper {
  width: 667px;
}
.m-published-plan .title {
  margin-bottom: 13px;
  padding-top: 5px;
  padding-bottom: 13px;
  border-bottom: 1px solid #a39489;
  text-align: center;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6em;
  white-space: nowrap;
  color: #595656;
}
.m-published-plan .text {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 1.1em;
  letter-spacing: 0.02em;
  color: #7f7875;
}
.m-published-plan .link {
  text-align: right;
  font-size: 1.2em;
}
.m-published-plan .link a svg {
  width: 1em;
  height: 1em;
}
.m-published-plan .link a path {
  transition: fill 0.1s linear;
  fill: #6d9dd0;
}
.m-published-plan .link a:hover path {
  transition: fill 0.1s linear;
  fill: #ec7c78;
}

.m-pickup {
  position: relative;
  padding: 45px 0 50px;
  background: #dfd8d3;
  color: #383635;
}
.m-pickup > * {
  position: relative;
  z-index: 2;
}
.m-pickup > .title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  align-items: flex-end;
  float: left;
  margin: 156px 30px 0 23px;
  padding-left: 62px;
  width: 187px;
  height: 78px;
  background: url(../img/index_pickup_title_bg.png) left top no-repeat;
  font-size: 1.4em;
  box-sizing: border-box;
}
.m-pickup::before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  bottom: 30px;
  left: 0;
  z-index: 1;
  width: 640px;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-color: #fff;
}
.m-pickup .pickup-list {
  overflow: hidden;
  width: 733px;
}
.m-pickup .pickup-item {
  background: #fff;
}
.m-pickup .pickup-item + .pickup-item {
  float: left;
  margin-top: 5px;
}
.m-pickup .recommendation.pickup-item {
  background: none;
}
.m-pickup .recommendation ul {
  display: flex;
  justify-content: space-between;
}
.m-pickup .recommendation-item {
  display: block;
  position: relative;
  flex-basis: 177px;
  border: 1px solid #bfb6b0;
  background: #fff;
  box-sizing: border-box;
}
.m-pickup .recommendation-item:hover dl {
  opacity: 0.6;
}
.m-pickup .recommendation-item:last-child {
  margin-right: 0;
}
.m-pickup .recommendation-item dl {
  transition: opacity 0.1s linear;
}
.m-pickup .recommendation-item dl .pic {
  display: block;
}
.m-pickup .recommendation-item dl .pic a:hover img {
  opacity: 1;
}
.m-pickup .recommendation-item dl .pic a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.m-pickup .recommendation-item dl .text {
  padding: 7px 10px;
  line-height: 1.5;
  font-size: 1.2em;
  color: #918b88;
}
.m-pickup .campaign {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 15px 15px 15px 26px;
  width: 733px;
  height: 180px;
  background-position: left top;
  background-repeat: no-repeat;
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  box-sizing: border-box;
}
.m-pickup .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-pickup .campaign .campaign-category-item {
  position: relative;
  background: #fff;
}
.m-pickup .campaign .campaign-category-item a {
  display: block;
}
.m-pickup .campaign .campaign-category-item a img {
  border: 1px solid #827871;
}
.m-pickup .campaign .campaign-category-item a:hover .count {
  opacity: 0.5;
}
.m-pickup .campaign .campaign-category-item .count {
  position: absolute;
  right: 37.5%;
  bottom: 6px;
  padding: 0 5px;
  border-radius: 4px;
  background: #e55764;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  transition: opacity 0.1s linear;
}
.m-pickup .campaign .limit {
  order: 1;
  margin-right: 26px;
  width: 192px;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0,0,0,.5);
  line-height: 2.0769230769;
  font-size: 1.3em;
  color: #fff;
}
.m-pickup .column .column-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.m-pickup .column .column-item {
  width: 240px;
  border: 1px solid #dfd8d3;
  background: #fff;
}
.m-pickup .column .column-item a {
  display: block;
}
.m-pickup .column .column-item a > * {
  transition: opacity 0.1s linear;
}
.m-pickup .column .column-item a:hover > * {
  opacity: 0.5;
}
.m-pickup .column .column-item a:hover img {
  opacity: 1;
}
.m-pickup .column .column-item .title {
  position: relative;
  padding: 8px 10px;
  line-height: 1.3636363636;
  font-size: 1.1em;
  color: #7f7875;
}
.m-pickup .column .column-item .title::after {
  content: "コラム";
  position: absolute;
  right: 5px;
  bottom: 5px;
  padding: 0 5px;
  border-radius: 3px;
  background: #9ac4cd;
  line-height: 1.4;
  font-size: 1em;
  color: #fff;
}
.m-pickup .operations {
  margin-bottom: 5px;
}
.m-pickup .operations .operation-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #dfd8d3;
  border-left: 1px solid #dfd8d3;
}
.m-pickup .operations .operation-item {
  width: 25%;
  border-top: 1px solid #dfd8d3;
  border-right: 1px solid #dfd8d3;
  background: linear-gradient(#fff, #e3ded9);
  box-sizing: border-box;
}
.m-pickup .operations .operation-item a {
  display: block;
}
.m-pickup .operations .operation-item a > * {
  transition: opacity 0.1s linear;
}
.m-pickup .operations .operation-item a:hover > * {
  opacity: 0.5;
}
.m-pickup .operations .operation-item a:hover img {
  opacity: 1;
}
.m-pickup .operations .item-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 10px;
}
.m-pickup .operations .pic {
  margin-right: 10px;
  border: 1px solid #c0b7af;
}
.m-pickup .operations .text {
  flex: 1;
  line-height: 1.3333333333;
  font-size: 1.2em;
}
.m-pickup .operations .text a {
  color: #7f7875;
}
.m-pickup.month01::before {
  background-image: url(../img/index_pickup_bg1.png);
}
.m-pickup.month01 .campaign {
  background-image: url(../img/index_pickup_campaign_bg1_new.jpg);
}
.m-pickup.month02::before {
  background-image: url(../img/index_pickup_bg2.png);
}
.m-pickup.month02 .campaign {
  background-image: url(../img/index_pickup_campaign_bg2_new.jpg);
}
.m-pickup.month03::before {
  background-image: url(../img/index_pickup_bg3.png);
}
.m-pickup.month03 .campaign {
  background-image: url(../img/index_pickup_campaign_bg3_new.jpg);
}
.m-pickup.month04::before {
  background-image: url(../img/index_pickup_bg4.png);
}
.m-pickup.month04 .campaign {
  background-image: url(../img/index_pickup_campaign_bg4_new.jpg);
}
.m-pickup.month05::before {
  background-image: url(../img/index_pickup_bg5.png);
}
.m-pickup.month05 .campaign {
  background-image: url(../img/index_pickup_campaign_bg5_new.jpg);
}
.m-pickup.month06::before {
  background-image: url(../img/index_pickup_bg6.png);
}
.m-pickup.month06 .campaign {
  background-image: url(../img/index_pickup_campaign_bg6_new.jpg);
}
.m-pickup.month07::before {
  background-image: url(../img/index_pickup_bg7.png);
}
.m-pickup.month07 .campaign {
  background-image: url(../img/index_pickup_campaign_bg7_new.jpg);
}
.m-pickup.month08::before {
  background-image: url(../img/index_pickup_bg8.png);
}
.m-pickup.month08 .campaign {
  background-image: url(../img/index_pickup_campaign_bg8_new.jpg);
}
.m-pickup.month09::before {
  background-image: url(../img/index_pickup_bg9.png);
}
.m-pickup.month09 .campaign {
  background-image: url(../img/index_pickup_campaign_bg9_new.jpg);
}
.m-pickup.month10::before {
  background-image: url(../img/index_pickup_bg10.png);
}
.m-pickup.month10 .campaign {
  background-image: url(../img/index_pickup_campaign_bg10_new.jpg);
}
.m-pickup.month11::before {
  background-image: url(../img/index_pickup_bg11.png);
}
.m-pickup.month11 .campaign {
  background-image: url(../img/index_pickup_campaign_bg11_new.jpg);
}
.m-pickup.month12::before {
  background-image: url(../img/index_pickup_bg12.png);
}
.m-pickup.month12 .campaign {
  background-image: url(../img/index_pickup_campaign_bg12_new.jpg);
}

.m-policy {
  padding: 65px 0;
  height: 632px;
  background: url(../img/index_policy_contents_bg.png) center no-repeat #dfd8d3;
}
.m-policy .title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 49px 0 46px;
  height: 90px;
  background: url(../img/index_policy_title_bg.png) center top no-repeat;
  font-size: 1.4em;
  color: #dfd8d3;
}
.m-policy .policy-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin: 0 15px;
}
.m-policy .link {
  margin: 78px 60px 0;
  text-align: right;
}
.m-policy .link a {
  padding-right: 77px;
  background: url(../img/contents_link.png) right bottom 4px no-repeat;
  font-size: 1.2em;
  color: #58504c;
}
.m-policy .link a:hover {
  background-image: url(../img/contents_link_h.png);
}

.m-troubles {
  padding: 70px 65px 65px;
  background: url(../img/index_troubles_bg.jpg) left top no-repeat;
  color: #383635;
}
.m-troubles .title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 45px;
  padding-left: 17px;
  height: 82px;
  background: url(../img/index_troubles_title_bg.png) center no-repeat;
  font-size: 1.4em;
}
.m-troubles .troubles-tab {
  margin-bottom: 12px;
}
.m-troubles .tab-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  border: 1px solid #d9d2cc;
  background: #d9d2cc;
}
.m-troubles .tab-item {
  background-position: 0 0;
  background-repeat: no-repeat;
}
.m-troubles .tab-item a:hover img, .m-troubles .tab-item.is-active img {
  opacity: 0;
}
.m-troubles .tab-item img {
  transition: opacity 0.1s linear;
}
.m-troubles .tab-item.liposuction {
  background-image: url(../img/index_troubles_tab_liposuction_bg.png);
}
.m-troubles .tab-item.breast-hip {
  background-image: url(../img/index_troubles_tab_breast-hip_bg.png);
}
.m-troubles .tab-item.antiaging {
  background-image: url(../img/index_troubles_tab_antiaging_bg.png);
}
.m-troubles .trouble-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -1px;
}
.m-troubles .trouble-item {
  position: relative;
  margin: 1px 0 1px 1px;
  background: #fff;
}
.m-troubles .trouble-item.large {
  margin: 1px;
}
.m-troubles .trouble-item a > * {
  transition: opacity 0.1s linear;
}
.m-troubles .trouble-item a:hover > * {
  opacity: 0.5;
}
.m-troubles .trouble-item a:hover > * img {
  opacity: 1;
}
.m-troubles .trouble-item img {
  border: 1px solid #d9d2cc;
}
.m-troubles .trouble-item .text {
  position: absolute;
  bottom: 10px;
  left: 20px;
  width: 125px;
  line-height: 1.4;
  font-size: 1em;
  color: #383635;
}
.m-troubles .js-tab-contents-wrapper {
  position: relative;
}
.m-troubles .js-tab-contents {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.1s linear;
}
.m-troubles .js-tab-contents.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.m-case {
  padding: 70px 15px 50px;
  background: url(../img/index_case_bg.jpg) left top no-repeat;
  background-size: cover;
}
.m-case > .title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 60px;
  height: 82px;
  background: url(../img/index_case_title_bg.png) center no-repeat;
  font-size: 1.4em;
  color: #383635;
}
.m-case-contents {
  float: left;
  width: 318px;
}
.m-case-contents + .m-case-contents {
  margin-left: 2px;
}
.m-case .slide-item {
  background: #fff;
}
.m-case .slide-item a > * {
  transition: opacity 0.1s linear;
}
.m-case .slide-item a:hover > * {
  opacity: 0.5;
}
.m-case .slide-item a:hover > * img {
  opacity: 1;
}
.m-case .before-after {
  position: relative;
  overflow: hidden;
}
.m-case .before-after::before {
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 16px;
  height: 14px;
  background: url(../img/arrow/arrow19.png) center no-repeat;
}
.m-case .before-after-item {
  float: left;
}
.m-case .js-slide {
  height: 159px;
}
.m-case .slick-next,
.m-case .slick-prev {
  top: 50%;
}
.m-case .note {
  clear: both;
  padding: 15px 12px;
  background: rgba(255,255,255,.5);
  line-height: 1.4;
  font-size: 1em;
  color: #727171;
}

.m-news {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 40px 65px;
  background: url(../img/index_news_bg.jpg?v=2) left top no-repeat;
  background-size: cover;
}
.m-news-contents {
  width: 414px;
}
.m-news-contents > .title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 14px;
  background-position: 0 bottom;
  background-repeat: no-repeat;
  font-size: 1.4em;
  color: #fff;
  box-sizing: border-box;
}
.m-news .list-wrapper {
  overflow-y: scroll;
  height: 290px;
  border: 1px solid #c7bcb5;
}
.m-news .news-list {
  background: rgba(239,238,237,.9);
}
.m-news .news-item a {
  transition: background 0.1s linear;
  display: block;
}
.m-news .news-item a > * {
  transition: opacity 0.1s linear;
}
.m-news .news-item a:hover > * {
  opacity: 0.5;
}
.m-news .news-item a:hover img {
  opacity: 1;
}
.m-news .news-item + .news-item {
  border-top: 1px dotted #a39e9b;
}
.m-news .news-item .item-inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 9px 15px 9px 9px;
  height: 72px;
  transition: all 0.1s linear;
}
.m-news .news-item .item-inner:hover {
  background: rgba(255,255,255,.5);
}
.m-news .news-item .pic {
  margin-right: 9px;
  width: 70px;
  border: 1px solid #c7bcb5;
}
.m-news .news-item .pic img {
  width: 100%;
  height: auto;
}
.m-news .news-item .date,
.m-news .news-item .text {
  overflow: hidden;
  width: 292px;
}
.m-news .news-item .date {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 6px;
  height: 20px;
  color: #a3948a;
}
.m-news .news-item .text {
  flex: 1;
  line-height: 1.4285714286;
  font-size: 1.4em;
}
.m-news .news-item .text a {
  color: #584f4c;
}
.m-news .news-item.is-new .date::before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  width: 25px;
  height: 10px;
  background: url(../img/icon_new.gif) center no-repeat;
}
.m-news .topics > .title {
  padding-left: 10px;
  height: 72px;
  background-image: url(../img/index_news_topics_title_bg.png?v=2);
}
.m-news .topics .item-inner {
  position: relative;
}
.m-news .topics .item-inner::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 91px;
  width: 130px;
  height: 20px;
  background-position: left top;
  background-repeat: no-repeat;
}
.m-news .topics .seminar .item-inner::before {
  background-image: url(../img/sprite/topics/seminar.png);
}
.m-news .topics .practitioner .item-inner::before {
  background-image: url(../img/sprite/topics/practitioner.png);
}
.m-news .topics .announcement .item-inner::before {
  background-image: url(../img/sprite/topics/announcement.png);
}
.m-news .topics .others .item-inner::before {
  background-image: url(../img/sprite/topics/others.png);
}
.m-news .topics .media .item-inner::before {
  background-image: url(../img/topics/media.png);
}
.m-news .blog > .title {
  margin-top: 3px;
  height: 69px;
  background-image: url(../img/index_news_blog_title_bg.png?v=2);
}

.p-sns__contents {
  height: 414px;
}
.p-sns__contents__wrapper {
  padding-bottom: 30px;
}
.p-sns-link {
  padding: 30px 0 28px;
  background: #c7bcb5;
}
.p-sns-link__title {
  margin-bottom: 15px;
  text-align: center;
}
.p-sns-link__list {
  display: flex;
  justify-content: center;
  column-gap: 32px;
}
.p-sns-link__item {
  position: relative;
  width: 36px;
  height: 36px;
}
.p-sns-link__item img {
  width: 100%;
  height: auto;
}
.p-sns-link__item .text {
  position: absolute;
  bottom: -16px;
  color: #fff;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}

.m-column {
  *zoom: 1;
  padding: 65px 65px 50px;
  background: #dfd8d3;
}
.m-column::after {
  content: "";
  display: table;
  clear: both;
}
.m-column .title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 50px;
  padding-left: 13px;
  height: 82px;
  background: url(../img/index_column_title_bg.png) center no-repeat;
  font-size: 1.4em;
  color: #383635;
}
.m-column .feature-list {
  float: left;
}
.m-column .feature-item {
  margin-right: 20px;
  background: #fff;
}
.m-column .feature-item img {
  border: 3px solid #fff;
}
.m-column .feature-item + .feature-item {
  margin-top: 13px;
}
.m-column .latest-list {
  overflow: hidden;
}
.m-column .latest-item {
  background: #fff;
}
.m-column .latest-item + .latest-item {
  margin-top: 13px;
}
.m-column .latest-item a > * {
  transition: opacity 0.1s linear;
}
.m-column .latest-item a:hover > * {
  opacity: 0.5;
}
.m-column .latest-item a:hover img {
  opacity: 1;
}
.m-column .latest-item .item-inner {
  *zoom: 1;
  position: relative;
}
.m-column .latest-item .item-inner::after {
  content: "";
  display: table;
  clear: both;
}
.m-column .latest-item .pic {
  float: left;
}
.m-column .latest-item .text {
  overflow: hidden;
  padding: 43px 15px 0;
  background-position: 15px 15px;
  background-repeat: no-repeat;
  line-height: 1.4285714286;
  font-size: 1.4em;
  font-weight: bold;
  color: #4b4948;
}
.m-column .latest-item.is-new .item-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 25px;
  height: 10px;
  background: url(../img/icon_new.gif) center no-repeat;
}
.m-column .latest-item.liposuction .text {
  background-image: url(../img/index_column_latest_liposuction_bg.png);
}
.m-column .latest-item.breast-hip .text {
  background-image: url(../img/index_column_latest_breast-hip_bg.png);
}
.m-column .latest-item.antiaging .text {
  background-image: url(../img/index_column_latest_antiaging_bg.png);
}
.m-column .link {
  margin-top: 27px;
  text-align: right;
}

.p-instagram {
  padding: 40px 0 0;
  background: #e5dfdb;
}
.p-instagram__title {
  margin-bottom: 25px;
  text-align: center;
}
.p-instagram__lead {
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.5384615385;
  font-size: 1.3em;
  color: #7f7875;
}
.p-instagram__list {
  display: flex;
  padding-bottom: 60px;
  height: 249px;
}
.p-instagram__item {
  margin: 0 10px;
  box-sizing: border-box;
  width: 189px;
  height: 189px;
  transition: opacity 0.15s linear;
  opacity: 1;
}
.p-instagram__item a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 28px;
  background: linear-gradient(#b0b1b1, #b0b1b1 60%, #7a7a7a 60%, #7a7a7a 100%);
}
.p-instagram__item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 28px;
  right: 28px;
  bottom: 28px;
  left: 28px;
  background: rgba(0,0,0,.4);
  opacity: 0;
  font-size: 1.2em;
  transition: opacity 0.15s linear;
}
.p-instagram__item a:hover img {
  opacity: 1;
}
.p-instagram__item a:hover::before {
  opacity: 1;
}
.p-instagram__item img {
  width: 129px;
  border: 2px solid #fff;
}
.p-instagram__item .attr {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  line-height: 28px;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.2em;
  color: #fff;
}
.p-instagram__item .attr.cat {
  top: 0;
}
.p-instagram__item .attr.part {
  bottom: 0;
}
.p-instagram .slick-arrow {
  top: auto;
  bottom: 11px;
  transform: none;
}
.p-instagram .slick-prev {
  left: 11px;
}
.p-instagram .slick-next {
  right: 11px;
}
.p-instagram .slick-dots {
  display: flex;
  bottom: 11px;
  overflow: hidden;
  justify-content: space-between;
  padding: 13px 250px;
  height: 38px;
  box-sizing: border-box;
}
.p-instagram .slick-dots li {
  margin: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #a39489;
  border-radius: 100%;
}
.p-instagram .slick-dots li button {
  padding: 0;
  width: 12px;
  height: 12px;
}
.p-instagram .slick-dots li button::before {
  content: initial;
}
.p-instagram .slick-dots .slick-active {
  background-color: #a39489;
}
.p-instagram .slick-slider .slick-arrow {
  z-index: 1;
}
.p-instagram .slick-slider .slick-prev::before,
.p-instagram .slick-slider .slick-next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-instagram .slick-slider .slick-prev,
.p-instagram .slick-slider .slick-next {
  width: 38px;
  height: 38px;
}
.p-instagram .slick-slider .slick-prev::before,
.p-instagram .slick-slider .slick-next::before {
  background-image: url(../img/index_sns_instagram_slide_arrow.png);
  opacity: 1;
}

.m-doctor {
  padding: 70px 0 45px;
  background: url(../img/index_doctor_bg.jpg) left top no-repeat;
  background-size: cover;
}
.m-doctor .title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 65px;
  padding-left: 28px;
  height: 78px;
  background: url(../img/index_doctor_title_bg.png) center no-repeat;
  font-size: 1.4em;
  color: #383635;
}
.m-doctor .doctor-list {
  overflow: hidden;
  height: 223px;
}
.m-doctor .doctor-item {
  margin-right: 15px;
  width: 160px;
}
.m-doctor .doctor-item:hover {
  opacity: 1;
}
.m-doctor .doctor-item:hover .pic img {
  opacity: 0.7;
}
.m-doctor .doctor-item .pic {
  overflow: hidden;
  margin-bottom: 10px;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  background: #fff;
}
.m-doctor .doctor-item .pic img {
  transition: opacity 0.1s linear;
}
.m-doctor .doctor-item .text {
  text-align: center;
}
.m-doctor .doctor-item .text a {
  color: #fff;
}
.m-doctor .doctor-item .text a:hover {
  color: #fff !important;
}
.m-doctor .doctor-item .position {
  display: block;
  margin-bottom: 7px;
  font-size: 1em;
}
.m-doctor .doctor-item .name {
  display: block;
  padding-bottom: 15px;
  background-position: center bottom;
  background-repeat: no-repeat;
  font-family: YakuHanMP, "リュウミン L-KL JIS2004", "Ryumin Light KL JIS2004", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 2em;
}
.m-doctor .doctor-item.ohashi .name {
  background-image: url(../img/index_doctor_ohashi_name_bg.png);
}
.m-doctor .doctor-item.shida .name {
  background-image: url(../img/index_doctor_shida_name_bg.png);
}
.m-doctor .doctor-item.kimura .name {
  background-image: url(../img/index_doctor_kimura_name_bg.png);
}
.m-doctor .doctor-item.murata .name {
  background-image: url(../img/index_doctor_murata_name_bg.png);
}
.m-doctor .doctor-item.abe .name {
  background-image: url(../img/index_doctor_abe_name_bg.png);
}
.m-doctor .doctor-item.imanishi .name {
  background-image: url(../img/index_doctor_imanishi_name_bg.png);
}
.m-doctor .doctor-item.obikane .name {
  background-image: url(../img/index_doctor_obikane_name_bg.png);
}
.m-doctor .doctor-item.mitsuka .name {
  background-image: url(../img/index_doctor_mitsuka_name_bg.png);
}
.m-doctor .doctor-item.kato_ka .name {
  background-image: url(../img/index_doctor_kato_ka_name_bg.png);
  background-size: 65.5px auto;
}
.m-doctor .doctor-item.yoshida .name {
  background-image: url(../img/index_doctor_yoshida_name_bg.png);
  background-size: 71.5px auto;
}
.m-doctor .doctor-item.kurosawa .name {
  background-image: url(../img/index_doctor_kurosawa_name_bg.png);
  background-size: 100.5px auto;
}
.m-doctor .doctor-item.nishimura .name {
  background-image: url(../img/index_doctor_nishimura_name_bg.png);
  background-size: 82.5px auto;
}
.m-doctor .slick-next,
.m-doctor .slick-prev {
  top: 80px;
}
.m-doctor .js-slide .slick-next::before,
.m-doctor .js-slide .slick-prev::before {
  background-image: url(../img/index_doctor_arrow.png);
}

.m-clinic .title {
  padding-top: 118px;
  height: 182px;
  background: url(../img/index_clinic_title_bg.png) left top no-repeat;
  text-align: center;
  font-size: 1.4em;
  color: #fff;
  box-sizing: border-box;
}
.m-clinic .clinic-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.m-info {
  margin-bottom: 2px;
  padding-bottom: 30px;
  background: url(../img/index_info_bg.png) right 70px top 130px no-repeat #f5f2f0;
}
.m-info > .title {
  margin-bottom: 35px;
  padding: 18px 0 17px;
  background: #58504d;
  text-align: center;
}
.m-info-contents {
  margin-left: 65px;
}
.m-info .cv {
  margin-bottom: 18px;
  padding-bottom: 15px;
  width: 585px;
  border-bottom: 1px solid #fff;
  box-shadow: inset 0 -1px 0 0 #a39489;
}
.m-info .cv .lead {
  margin-bottom: 16px;
  background: #fff;
  text-align: center;
  line-height: 2.6428571429;
  font-size: 1.4em;
  color: #584f4c;
}
.m-info .cv-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.m-info .button a {
  display: inline-block;
  width: 279px;
  border: 2px solid #554c48;
  background: linear-gradient(#91847b, #443b34);
  color: #f5f2f0;
  transition: opacity 0.1s linear;
}
.m-info .button a:hover {
  opacity: 0.6;
  color: #f5f2f0 !important;
}
.m-info .button a .inner-text {
  display: inline-block;
  padding: 0 38px;
  width: 100%;
  background: url(../img/arrow/arrow16.png) right 10px center no-repeat;
  text-align: center;
  line-height: 2.375;
  font-size: 1.6em;
  box-sizing: border-box;
}
.m-info .button a::after {
  display: block;
  border-top: 1px solid #474038;
  opacity: 0.7;
  text-align: center;
  line-height: 1.7;
  font-size: 1em;
}
.m-info .button.consultation a::after {
  content: "あなたのお悩みに24時間以内に返答します。";
}
.m-info .button.counseling a::after {
  content: "ドクターとのカウンセリングです";
}
.m-info .tel {
  position: relative;
}
.m-info .tel > * {
  width: 585px;
}
.m-info .tel .text {
  margin-bottom: 18px;
  text-align: center;
  font-size: 1.4em;
  color: #777676;
}
.m-info .tel .text .emphasis {
  font-weight: bold;
}
.m-info .tel .text .small {
  font-size: 0.7142857143em;
}
.m-info .tel .link {
  position: absolute;
  right: 65px;
  bottom: 4px;
  width: 237px;
}
.m-info .tel .link a {
  display: block;
  padding-left: 18px;
  background: url(../img/index_info_tel_link_bg.png);
  line-height: 2.1666666667;
  font-size: 1.2em;
  color: #58504d;
}
.m-info .tel-item .item-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
.m-info .tel-item .title {
  position: relative;
  margin-right: 17px;
  width: 125px;
  height: 26px;
}
.m-info .tel-item .title img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.m-info .tel-item .free {
  margin-right: 15px;
}
.m-info .tel-item .international {
  font-size: 1.1em;
  color: #58504d;
}
.m-info .tel-item .international a {
  font-size: 1.2727272727em;
  color: #58504d;
}

.m-message {
  position: relative;
  margin: 65px;
  border: 1px solid #ddd6d1;
}
.m-message .title {
  margin-bottom: 32px;
  padding: 1px 1px 0;
}
.m-message .text,
.m-message .doctor {
  margin: 0 26px 0 auto;
  width: 546px;
}
.m-message .text {
  margin-bottom: 22px;
  width: 546px;
  line-height: 2.1428571429;
  font-family: YakuHanMP, "リュウミン L-KL JIS2004", "Ryumin Light KL JIS2004", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 1.4em;
  color: #7f7875;
}
.m-message .pic {
  position: absolute;
  top: 107px;
  left: 50px;
}
.m-message .doctor-contents {
  margin-bottom: 30px;
}
.m-message .doctor-contents > .title {
  margin-bottom: 20px;
  padding: 0 0 1px 12px;
  height: 31px;
  border: 0;
  background: url(../img/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 {
  *zoom: 1;
  margin-bottom: 10px;
  border-top: 1px solid #baafa6;
  border-bottom: 1px solid #baafa6;
}
.m-message .doctor-contents.license ul::after {
  content: "";
  display: table;
  clear: both;
}
.m-message .doctor-contents.license li {
  float: left;
  padding-left: 34px;
  width: 50%;
  border-bottom: 1px dotted #baafa6;
  background: url(../img/arrow/arrow.png) 18px 10px no-repeat;
  line-height: 30px;
  font-size: 1.1em;
  color: #7f7875;
  box-sizing: border-box;
}
.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;
}

.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;
}

/*----------------------------------------------------------------------
8.	#sub
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
9.	#footer
----------------------------------------------------------------------*/
#footer .wrapper {
  margin: 0 auto;
  width: 988px;
}
#footer .wrapper .wrapper {
  width: auto;
  border-bottom: 1px solid #baafa6;
  background: #f2efed;
}
#footer .f-clinic-list {
  display: flex;
  padding: 9px 0;
  background: #efece9;
}
#footer .f-clinic-item {
  position: relative;
  flex-basis: 20%;
  border-right: 1px solid #c7bcb5;
  border-left: 1px solid #fff;
}
#footer .f-clinic-item:first-child {
  border-left: 0;
}
#footer .f-clinic-item:last-child {
  border-right: 0;
}
#footer .f-clinic-item a::before {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  right: 0;
  bottom: -9px;
  left: 0;
  transition: all 0.15s linear;
}
#footer .f-clinic-item a::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 10px;
  height: 10px;
  background: url(../img/arrow/arrow2.png) 0 0 no-repeat;
}
#footer .f-clinic-item a:hover img {
  opacity: 1;
}
#footer .f-clinic-item a:hover::before {
  background-color: rgba(255,255,255,.5);
}
#footer .f-clinic-item a:hover::after {
  background-image: url(../img/arrow/arrow2_h.png);
}
#footer .f-clinic-item img {
  border-bottom: 1px solid #c7bcb5;
}
#footer .f-clinic-item .pic {
  margin-bottom: 7px;
  text-align: center;
}
#footer .f-clinic-item .address {
  text-align: center;
  line-height: 1.2;
  font-size: 1em;
  color: #7f7875;
}
#footer .f-sitemap {
  display: flex;
  padding: 36px 55px 18px;
}
#footer .f-sitemap-contents {
  flex-basis: 24%;
}
#footer .f-sitemap-contents > .title {
  margin-bottom: 12px;
  font-size: 1.4em;
  color: #595350;
}
#footer .f-sitemap-contents.others {
  flex: 1;
  flex-basis: 52%;
}
#footer .f-sitemap-contents.others .f-sitemap-page-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 240px;
}
#footer .f-sitemap-contents.others .f-sitemap-page-item a {
  font-size: 1.4em;
  color: #595350;
}
#footer .f-sitemap-page-item {
  margin-bottom: 12px;
}
#footer .f-sitemap-page-item a {
  padding-left: 18px;
  background: url(../img/arrow/arrow2.png) 0 center no-repeat;
  text-decoration: none;
  font-size: 1.2em;
  color: #7f7875;
}
#footer .f-sitemap-page-item.subitem a {
  margin-left: 20px;
}
#footer .sitemap {
  *zoom: 1;
  float: left;
  margin: 36px 0 0 60px;
  padding-bottom: 30px;
  width: 614px;
}
#footer .sitemap::after {
  content: "";
  display: table;
  clear: both;
}
#footer .sitemap ul {
  *zoom: 1;
  clear: both;
  background: url(../img/footer_sitemap_bg.gif) left top repeat-x, url(../img/footer_sitemap_bg.gif) left 42px repeat-x, url(../img/footer_sitemap_bg.gif) left 84px repeat-x, url(../img/footer_sitemap_bg.gif) left bottom repeat-x;
}
#footer .sitemap ul::after {
  content: "";
  display: table;
  clear: both;
}
#footer .sitemap ul li {
  float: left;
  margin-right: 12px;
  padding-bottom: 2px;
}
#footer .sitemap ul li a {
  padding-left: 18px;
  background: url(../img/arrow/arrow2.png) 0 2px no-repeat;
  text-decoration: none;
  line-height: 40px;
  font-size: 1.2em;
  font-weight: bold;
  color: #595350;
}
#footer .sitemap ul li a:hover {
  background-image: url(../img/arrow/arrow2_h.png);
}
#footer .sitemap section {
  float: left;
  margin-bottom: 30px;
  margin-left: 30px;
  width: 130px;
}
#footer .sitemap section:first-child {
  margin: 0;
}
#footer .sitemap section .title {
  margin-bottom: 8px;
  font-size: 1.2em;
  font-weight: bold;
  color: #595350;
}
#footer .sitemap section ul {
  padding: 0;
  background: none;
}
#footer .sitemap section ul li {
  float: none;
  margin: 0;
  line-height: 1;
}
#footer .sitemap section ul li a {
  display: block;
  background-position: 0 4px;
  line-height: 1.8;
  font-size: 1em;
  font-weight: normal;
  color: #7f7875;
}
#footer .clinic, #footer .kuchikomi {
  float: right;
  margin: 36px 60px 0 0;
  padding-bottom: 26px;
  width: 239px;
}
#footer .clinic-item {
  margin-bottom: 4px;
}
#footer .clinic-item a:hover > * {
  opacity: 0.5;
}
#footer .clinic-item img {
  border: 1px solid #baafa6;
}
#footer .clinic-item .item-inner {
  position: relative;
}
#footer .clinic-item .text {
  position: absolute;
  right: 11px;
  bottom: 5px;
  padding: 0;
  width: 164px;
  border: 0;
  background: none;
  text-align: center;
  line-height: 1.25;
  font-size: 0.8em;
  color: #7f7875;
}
#footer .text {
  clear: both;
  padding: 15px 0;
  border-top: 1px solid #fff;
  background: #f2efed;
  text-align: center;
  line-height: 1.6;
  color: #7f7875;
}
#footer #fnavi {
  border-top: 1px solid #ccc3ba;
}
#footer #copyright {
  padding-top: 45px;
  width: 100%;
  height: 25px;
  background: url(../img/copyright_bg.gif) left top no-repeat;
  text-align: center;
  color: #f5f3f1;
}
#footer .kuchikomi {
  margin-top: 0;
  text-align: right;
}
#footer .kuchikomi img {
  border: 0;
}

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