@charset "UTF-8";
/*----------------------------------------------------------------------
round
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
shadow
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
color
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
gradation
----------------------------------------------------------------------*/
@keyframes fadeIn {
  0% {
    height: 0;
  }
  100% {
    height: 200px;
  }
}

@keyframes fadeOut {
  0% {
    height: 200px;
  }
  100% {
    height: 0;
  }
}

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

File Name: clinic.scss
Note: クリニック用 SCSS ファイル

Created By		Kosuke Inoue

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

1.	共通使用変数定義
2.	ブラウザデフォルトスタイル
3.	elements
4.	parts
5.	ページ別個別設定

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイル
----------------------------------------------------------------------*/
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;
}

html {
  font-family: "Arial", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 62.5%;
  color: #c0bfbf;
}

body {
  background: url(../img/body_bg.gif) left top 166px repeat-x #000;
}

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

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: none;
}

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: none;
  vertical-align: bottom;
}

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

th,
td {
  padding: 0;
}

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

textarea {
  vertical-align: top;
}

iframe {
  border: none;
}

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

input[type='search'] {
  box-sizing: content-box;
  -webkit-appearance: none;
}

input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

html {
  font-size: 10px;
}

/*----------------------------------------------------------------------
3.	elements
----------------------------------------------------------------------*/
.content-inner {
  *zoom: 1;
  position: relative;
  margin: 0 auto;
  width: 1000px;
  background-color: #2e2c2a;
}

.content-inner:after {
  content: "";
  display: table;
  clear: both;
}

.content-inner > * {
  position: relative;
  z-index: 1;
}

.content-inner::before {
  content: '';
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 0;
  width: 1000px;
  height: 100%;
  background-repeat: no-repeat;
  background-color: #2e2c2a;
}

.main {
  position: relative;
  float: left;
  padding-top: 160px;
  padding-bottom: 100px;
  padding-left: 40px;
  width: 664px;
}

.sub {
  float: right;
  margin-top: 160px;
  margin-right: 40px;
  margin-bottom: 50px;
  width: 221px;
}

.header {
  background: url(../img/dot_bg.gif) left top repeat;
}

.header-text {
  *zoom: 1;
  position: relative;
  margin: 0 auto;
  padding: 5px 0 0;
  width: 1000px;
  text-align: center;
}

.header-text:after {
  content: "";
  display: table;
  clear: both;
}

.header-inner {
  *zoom: 1;
  position: relative;
  margin: 0 auto;
  padding: 16px 0;
  width: 1000px;
}

.header-inner:after {
  content: "";
  display: table;
  clear: both;
}

.header .logo {
  float: left;
  margin: 25px 0;
  width: 270px;
}

.header-contact {
  float: right;
}

.header-contact-item {
  overflow: hidden;
  margin-top: 3px;
  width: 254px;
}

.header-contact-item:first-child {
  margin-top: 0;
}

.header-contact-item > a {
  border-radius: 20px;
  box-sizing: border-box;
  transition: all 0.3s linear;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 13px 30px 13px 25px;
  width: 100%;
  background-color: #e7f45f;
  font-size: 14px;
  color: #2e2c2a;
}

.header-contact-item > a:hover {
  color: #e7f45f;
}

.header-contact-item > a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 17px;
  width: 10px;
  height: 100%;
  background-image: url(../img/link_arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.header-contact-item:first-child {
  margin-top: 0;
}

.header-contact-item.mail > a::before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: .5em;
  width: 18px;
  height: 14px;
  background-image: url(../img/icon_mail.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  vertical-align: sub;
}

.header-contact-item.counseling > a::before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: .5em;
  width: 18px;
  height: 14px;
  background-image: url(../img/icon_mail.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  vertical-align: sub;
}

.header-contact-item.counseling > a::before {
  display: inline-block;
  width: 19px;
  height: 15px;
  background-image: url(../img/icon_counseling.svg);
}

.header-contact-item a {
  transition: all 0.3s linear;
  padding: 10px 30px 10px 20px;
  font-weight: bold;
}

.header-contact-item a:hover {
  background-color: #f4f9a9;
  color: #676948;
}

.footer {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 1000px;
  background: url(../img/dot_bg.gif) left top repeat #393735;
}

.footer-inner {
  position: relative;
  height: 330px;
  background: url(../img/footer_bg.png) right bottom no-repeat;
}

.footer-inner::after {
  content: '';
  display: block;
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 216px;
  height: 20px;
  background: url(../img/footer_logo.png) left top no-repeat;
}

.footer-link {
  position: absolute;
  top: 40px;
  left: 40px;
}

.footer-link-list {
  *zoom: 1;
}

.footer-link-list:after {
  content: "";
  display: table;
  clear: both;
}

.footer-link-item {
  float: left;
}

.footer-link-item-title {
  position: relative;
  padding-bottom: 10px;
  padding-left: 10px;
  background-position: left 10px bottom;
  background-repeat: no-repeat;
}

.footer-link-item-title a {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.footer-link-item-title a:hover {
  color: #e7f45f;
}

.footer-link-item-title::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 5px;
  width: 7px;
  height: 2px;
  background-color: #e7f45f;
}

.footer-link-item-detail {
  padding-left: 7px;
}

.footer-link-item-detail-list {
  margin-top: 12px;
}

.footer-link-item-detail-item {
  margin-top: 7px;
  text-indent: -.4em;
}

.footer-link-item-detail-item a {
  font-size: 12px;
  color: #c0bfbf;
}

.footer-link-item-detail-item a:hover {
  text-decoration: underline;
}

.footer-link-item-detail-item a::before {
  content: '・';
}

.footer-link-item-detail-item:first-child {
  margin-top: 0;
}

.footer-link-item.contents {
  width: 124px;
}

.footer-link-item.contents .footer-link-item-title {
  background-image: url(../img/footer_link_title_bg_contents.png);
}

.footer-link-item.blog {
  width: 114px;
}

.footer-link-item.blog .footer-link-item-title {
  background-image: url(../img/footer_link_title_bg_blog.png);
}

.footer-link-item.case {
  width: 96px;
}

.footer-link-item.case .footer-link-item-title {
  background-image: url(../img/footer_link_title_bg_case.png);
}

.footer-link-item.voice {
  margin-top: 60px;
  margin-left: -96px;
  width: 96px;
}

.footer-link-item.voice .footer-link-item-title {
  background-image: url(../img/footer_link_title_bg_voice.png);
}

.footer-link-item.doctor {
  width: 114px;
}

.footer-link-item.doctor .footer-link-item-title {
  background-image: url(../img/footer_link_title_bg_doctor.png);
}

.footer-link-item.clinic {
  width: 124px;
}

.footer-link-item.clinic .footer-link-item-title {
  background-image: url(../img/footer_link_title_bg_clinic.png);
}

.footer-link-item.price {
  margin-top: 140px;
  margin-left: -124px;
  width: 124px;
}

.footer-link-item.price .footer-link-item-title {
  background-image: url(../img/footer_link_title_bg_price.png);
}

.footer-link-item.qa {
  width: 90px;
}

.footer-link-item.qa .footer-link-item-title {
  background-image: url(../img/footer_link_title_bg_qa.png);
}

.footer-link-item.monitor {
  margin-top: 60px;
  margin-left: -90px;
  width: 90px;
  background-image: url(../img/footer_link_title_bg_monitor.png);
}

.footer-text {
  padding: 15px 0;
  background-color: #000;
  text-align: center;
  line-height: 1.6;
  font-size: 12px;
  color: #e1dedc;
}

.footer-provider {
  padding: 0 0 10px;
  font-size: 10px;
}

.footer-copyright {
  padding-bottom: 15px;
  background-color: #000;
  text-align: center;
  font-size: 10px;
  color: #e1dedc;
}

.g-navi.headroom--not-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}

.navi {
  border-bottom: 1px solid #090909;
  background-color: #090909;
}

.navi-list {
  *zoom: 1;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 1000px;
  background: url(../img/navi_bg.gif) center center no-repeat;
}

.navi-list:after {
  content: "";
  display: table;
  clear: both;
}

.navi-item {
  float: left;
}

.navi-item a img {
  transition: all 0.3s linear;
}

.navi-item a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.navi-item:hover .navi-detail {
  overflow: hidden;
  height: 200px;
}

.navi-item .navi-link-list {
  *zoom: 1;
  margin: 0 auto;
}

.navi-item .navi-link-list:after {
  content: "";
  display: table;
  clear: both;
}

.navi-item .navi-link-item {
  float: left;
  border-right: 1px solid #2e2c2a;
  background-position: left top;
  background-repeat: no-repeat;
}

.navi-item .navi-link-item:first-child {
  border-left: 1px solid #2e2c2a;
}

.navi-item .navi-link-item a {
  transition: all 0.3s linear;
}

.navi-item .navi-link-item a > * {
  transition: all 0.3s linear;
}

.navi-item .navi-link-item a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.navi-item .navi-link-item a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  color: #e7f45f;
}

.navi-item .navi-link-item.ohashi {
  background-image: url(../img/navi_doctor_ohashi_h.jpg);
}

.navi-item .navi-link-item.chiba {
  background-image: url(../img/navi_doctor_chiba_h.jpg);
}

.navi-item .navi-link-item.nakai {
  background-image: url(../img/navi_doctor_nakai_h.jpg);
}

.navi-item .navi-link-item.fukuda {
  background-image: url(../img/navi_doctor_fukuda_h.jpg);
}

.navi-item .navi-link-item.higuchi {
  background-image: url(../img/navi_doctor_higuchi_h.jpg);
}

.navi-item .navi-link-item.kato {
  background-image: url(../img/navi_doctor_kato_h.jpg);
}

.navi-item .navi-link-item.shida {
  background-image: url(../img/navi_doctor_shida_h.jpg);
}

.navi-item .navi-link-item.fukabori {
  background-image: url(../img/navi_doctor_fukabori_h.jpg);
}

.navi-item .navi-link-item.tokyo {
  background-image: url(../img/navi_clinic_tokyo_h.jpg);
}

.navi-item .navi-link-item.yokohama {
  background-image: url(../img/navi_clinic_yokohama_h.jpg);
}

.navi-item .navi-link-item.nagoya {
  background-image: url(../img/navi_clinic_nagoya_h.jpg);
}

.navi-item .navi-link-item.osaka {
  background-image: url(../img/navi_clinic_osaka_h.jpg);
}

.navi-item .navi-link-item.hiroshima {
  background-image: url(../img/navi_clinic_hiroshima_h.jpg);
}

.navi-item .navi-link-item.fukuoka {
  background-image: url(../img/navi_clinic_fukuoka_h.jpg);
}

.navi-item.contents .navi-link-list {
  margin-top: 2px;
  padding: 10px 42.5px 32px;
  background-color: #090909;
}

.navi-item.contents .navi-link-item {
  float: left;
  margin-top: 10px;
  margin-right: 20px;
  width: 290px;
  border-bottom: 1px solid #6d6c6a;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin-top: 20px;
  margin-right: 20px;
  width: 135px;
  border-right: 0;
  border-left: 0;
}

.navi-item.contents .navi-link-item:nth-child(1), .navi-item.contents .navi-link-item:nth-child(2), .navi-item.contents .navi-link-item:nth-child(3) {
  margin-top: 0;
}

.navi-item.contents .navi-link-item:nth-child(3n+3) {
  margin-right: 0;
}

.navi-item.contents .navi-link-item-inner {
  display: table;
  width: 100%;
  table-layout: fixed;
  color: #fff;
}

.navi-item.contents .navi-link-item-inner::after {
  content: '';
  display: table-cell;
  padding-top: 58px;
  width: 11px;
  background: url(../img/link_arrow3.png) center center no-repeat;
}

.navi-item.contents .navi-link-item-text {
  transition: all 0.3s linear;
  box-sizing: border-box;
  display: table-cell;
  padding-right: 10px;
  vertical-align: middle;
  text-align: right;
  font-size: 16px;
}

.navi-item.contents .navi-link-item-cap {
  display: block;
  padding: 20px 10px 10px 90px;
  line-height: 1.4545454545;
  font-size: 11px;
  color: #c0bfbf;
}

.navi-item.contents .navi-link-item-count {
  margin-left: 4px;
  vertical-align: middle;
  font-size: 12px;
  color: #c0bfbf;
}

.navi-item.contents .navi-link-item a {
  transition: all 0.3s linear;
}

.navi-item.contents .navi-link-item a:hover .m-genre-item-text {
  color: #e7f45f;
}

.navi-item.contents .navi-link-item.face a {
  background: url(../img/genre_bg_face.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item.face a:hover {
  background: url(../img/genre_bg_face_h.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item.upperarm a {
  background: url(../img/genre_bg_upperarm.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item.upperarm a:hover {
  background: url(../img/genre_bg_upperarm_h.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item.chest a {
  background: url(../img/genre_bg_chest.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item.chest a:hover {
  background: url(../img/genre_bg_chest_h.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item.back a {
  background: url(../img/genre_bg_back.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item.back a:hover {
  background: url(../img/genre_bg_back_h.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item.abdomen a {
  background: url(../img/genre_bg_abdomen.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item.abdomen a:hover {
  background: url(../img/genre_bg_abdomen_h.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item.waist a {
  background: url(../img/genre_bg_waist.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item.waist a:hover {
  background: url(../img/genre_bg_waist_h.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item.hip a {
  background: url(../img/genre_bg_hip.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item.hip a:hover {
  background: url(../img/genre_bg_hip_h.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item.thigh a {
  background: url(../img/genre_bg_thigh.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item.thigh a:hover {
  background: url(../img/genre_bg_thigh_h.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item.gynecomastia a {
  background: url(../img/genre_bg_gynecomastia.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item.gynecomastia a:hover {
  background: url(../img/genre_bg_gynecomastia_h.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item.funnel_chest a {
  background: url(../img/genre_bg_funnel_chest.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item.funnel_chest a:hover {
  background: url(../img/genre_bg_funnel_chest_h.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item.nipple_reduction a {
  background: url(../img/genre_bg_nipple_reduction.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item.nipple_reduction a:hover {
  background: url(../img/genre_bg_nipple_reduction_h.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item.modification a {
  background: url(../img/genre_bg_modification.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item.modification a:hover {
  background: url(../img/genre_bg_modification_h.png) left bottom no-repeat;
}

.navi-item.contents .navi-link-item:nth-child(1), .navi-item.contents .navi-link-item:nth-child(2), .navi-item.contents .navi-link-item:nth-child(3) {
  margin-top: 20px;
}

.navi-item.contents .navi-link-item:nth-child(3n+3) {
  margin-right: 20px;
}

.navi-item.contents .navi-link-item:nth-child(6n+6) {
  float: right;
  margin-right: 0;
}

.navi-item.contents .navi-link-item a > * {
  font-size: 13px;
}

.navi-item.doctor .navi-link-list, .navi-item.clinic .navi-link-list {
  padding-top: 20px;
  width: 914px;
}

.navi-link-list {
  *zoom: 1;
  margin: 0 auto;
}

.navi-link-list:after {
  content: "";
  display: table;
  clear: both;
}

.navi-link-item {
  float: left;
  border-right: 1px solid #2e2c2a;
}

.navi-link-item:first-child {
  border-left: 1px solid #2e2c2a;
}

.navi-link-item a {
  transition: all 0.3s linear;
}

.navi-link-item a > * {
  transition: all 0.3s linear;
}

.navi-link-item a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.navi-link-item a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  color: #e7f45f;
}

.navi-detail {
  transition: height .25s ease;
  display: block;
  position: absolute;
  top: 63px;
  left: 0;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  height: 0;
  background-color: #090909;
}

.sub-menu {
  padding: 3px;
  background: url(../img/sub_dot_bg.png) left top repeat;
}

.sub-menu-title {
  border-bottom: 1px solid #000;
}

.sub-menu-title a {
  transition: all 0.3s linear;
  display: block;
  padding: 30px 20px;
  background-position: right 5px bottom 5px;
  background-repeat: no-repeat;
  font-size: 14px;
  font-weight: bold;
  color: #e9e7e5;
}

.sub-menu-title a:hover {
  color: #e7f45f;
}

.sub-menu-list {
  *zoom: 1;
}

.sub-menu-list:after {
  content: "";
  display: table;
  clear: both;
}

.sub-menu-item {
  margin-top: 1px;
  padding: 16px 20px;
  background-color: #000;
}

.sub-menu-item:first-child {
  margin-top: 2px;
}

.sub-menu-item a {
  transition: all 0.3s linear;
  display: block;
  font-size: 14px;
  color: #e9e7e5;
}

.sub-menu-item a:hover {
  color: #e7f45f;
}

.sub-menu-item a:hover .sub-trouble-item-count,
.sub-menu-item a:hover .sub-menu-item-count {
  color: #e7f45f;
}

.sub-menu-item.active a {
  color: #e7f45f;
}

.sub-menu-item-count {
  transition: all 0.3s linear;
  padding-left: 3px;
  vertical-align: middle;
  font-size: 10px;
  letter-spacing: 0;
  color: #c0bfbf;
}

.sub-box-title {
  padding: 16px 0 16px 20px;
  background-position: right 5px bottom 5px;
  background-repeat: no-repeat;
  font-size: 14px;
  font-weight: bold;
  color: #e9e7e5;
}

.sub-navi-item a {
  font-weight: bold;
}

.sub-service-title {
  background-image: url(../img/sub_title_service_bg.png);
}

.sub-service-item {
  background-position: right center;
  background-repeat: no-repeat;
}

.sub-service-item.guarantee {
  background-image: url(../img/sub_service_guarantee_bg.png);
}

.sub-service-item.transportation {
  background-image: url(../img/sub_service_transportation_bg.png);
}

.sub-service-item.oneday {
  background-image: url(../img/sub_service_oneday_bg.png);
}

.sub-trouble-title {
  background-image: url(../img/sub_title_trouble_bg.png);
}

.sub-trouble-list {
  position: relative;
}

.sub-trouble-item a {
  padding: 0;
}

.sub-trouble-item-inner {
  display: table;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.sub-trouble-item-text {
  display: table-cell;
  padding-right: 5px;
  vertical-align: middle;
  letter-spacing: -.05em;
}

.sub-trouble-item-count {
  transition: all 0.3s linear;
  padding-left: 3px;
  vertical-align: middle;
  font-size: 10px;
  letter-spacing: 0;
  color: #c0bfbf;
}

.sub-other-title {
  background-image: url(../img/sub_title_other_bg.png);
}

.sub-concierge {
  position: relative;
  margin-top: 30px;
}

.sub-concierge::before {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  right: 0;
  width: 84px;
  height: 104px;
  background: url(../img/sub_concierge_bg.png) left top no-repeat;
}

.sub-concierge-title {
  padding: 0 3px;
}

.sub-concierge-lead {
  padding: 13px 3px;
  font-size: 12px;
  letter-spacing: -.08em;
  color: #c0bfbf;
}

.sub-concierge-tab-list {
  *zoom: 1;
  position: relative;
  z-index: 1;
}

.sub-concierge-tab-list:after {
  content: "";
  display: table;
  clear: both;
}

.sub-concierge-tab-item {
  float: left;
  background-position: left bottom;
  background-repeat: no-repeat;
}

.sub-concierge-tab-item img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.sub-concierge-tab-item a {
  display: block;
}

.sub-concierge-tab-item a > * {
  transition: all 0.3s linear;
}

.sub-concierge-tab-item:last-child {
  float: right;
}

.sub-concierge-tab-item.mail a {
  transition: all 0.3s linear;
  background-image: url(../img/sub_concierge_tab_mail_bg.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
}

.sub-concierge-tab-item.mail a:hover {
  background-image: url(../img/sub_concierge_tab_mail_bg_h.gif);
}

.sub-concierge-tab-item.tel a {
  transition: all 0.3s linear;
  background-image: url(../img/sub_concierge_tab_tel_bg.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
}

.sub-concierge-tab-item.tel a:hover {
  background-image: url(../img/sub_concierge_tab_tel_bg_h.gif);
}

.sub-concierge-tab-item.is-active img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.sub-concierge-contents {
  position: relative;
  overflow: hidden;
}

.sub-concierge-contents-item {
  transition: all 0.3s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.sub-concierge-contents-item.is-active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  position: static;
}

.sub-concierge-mail {
  padding: 10px 20px 12px;
  background: url(../img/dot_bg.png) left top repeat;
}

.sub-concierge-mail .lead {
  margin-bottom: 10px;
  font-size: 12px;
  color: #e7f45f;
}

.sub-concierge-mail-form-item {
  margin-bottom: 8px;
}

.sub-concierge-mail-form .label {
  margin-bottom: 3px;
  font-size: 12px;
  color: #c0bfbf;
}

.sub-concierge-mail-form .input input,
.sub-concierge-mail-form .input textarea {
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
  height: 28px;
  border: 1px solid #6d6c6a;
  border-radius: 4px;
  font-size: 12px;
}

.sub-concierge-mail-form .input textarea {
  padding: 10px;
  height: 84px;
  resize: vertical;
}

.sub-concierge-mail-form-button {
  overflow: hidden;
  margin: 0 auto;
  width: 150px;
  border-radius: 5px;
}

.sub-concierge-mail-form-button .button-inner input {
  border-radius: 20px;
  box-sizing: border-box;
  transition: all 0.3s linear;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 13px 30px 13px 20px;
  width: 100%;
  border: 1px solid #e7f45f;
  background-color: #e7f45f;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #2e2c2a;
}

.sub-concierge-mail-form-button .button-inner input::before, .sub-concierge-mail-form-button .button-inner input::after {
  transition: opacity 0.3s linear;
}

.sub-concierge-mail-form-button .button-inner input:hover {
  background-color: #f4f9a9;
  color: #676948;
}

.sub-concierge-mail-form-button .button-inner input:hover::before, .sub-concierge-mail-form-button .button-inner input:hover::after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.sub-concierge-mail-form-button .button-inner::after {
  content: '';
  display: block;
  position: absolute;
  top: 254px;
  right: 54px;
  margin-right: 17px;
  width: 10px;
  height: 15px;
  background-image: url(../img/link_arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.sub-concierge-mail-send .text {
  margin-bottom: 7px;
  line-height: 1.5;
  font-size: 12px;
  color: #c0bfbf;
}

.sub-concierge-mail-send .s-sendto {
  margin-bottom: 5px;
}

.sub-concierge-mail-send .s-sendto .title {
  padding-bottom: 3px;
  border-bottom: 1px solid #b2b2b2;
}

.sub-concierge-mail-send .s-sendto .email {
  padding: 8px 0 6px;
  border-bottom: 1px solid #b2b2b2;
  font-size: 14px;
  font-weight: bold;
  color: #e7f45f;
}

.sub-concierge-mail-send .s-sendto .s-attention {
  margin-bottom: 17px;
}

.sub-concierge-mail-send .s-sendto .s-attention .text {
  line-height: 1.6;
  font-size: 10px;
  color: #c0bfbf;
}

.sub-concierge-mail-send .s-sendto .s-attention .attention-item {
  margin-left: 1em;
  list-style-position: inside;
  list-style-type: disc;
  text-indent: -1em;
  line-height: 1.6;
  font-size: 10px;
  color: #c0bfbf;
}

.sub-concierge-mail-send .s-sendto .back {
  overflow: hidden;
  margin: 0 auto;
  width: 150px;
  cursor: pointer;
}

.sub-concierge-tel {
  padding: 14px 10px 15px;
  background: url(../img/dot_bg.png) left top repeat;
}

.sub-concierge-tel-item {
  margin-bottom: 18px;
}

.sub-concierge-tel-item:last-child {
  margin-bottom: 21px;
}

.sub-concierge-tel-item .title {
  float: left;
  padding: 8px 0  11px;
  width: 55px;
  height: 13px;
  border-left: 1px solid #e7f45f;
  text-align: center;
  font-size: 14px;
}

.sub-concierge-tel-item .title img {
  vertical-align: middle;
}

.sub-concierge-tel-item .item-contents {
  overflow: hidden;
}

.sub-concierge-tel-item .free {
  margin-bottom: 4px;
}

.sub-concierge-tel-item .international {
  line-height: 1.2;
  font-size: 10px;
  color: #c0bfbf;
}

.sub-concierge-tel-reception-hours {
  margin-left: 8px;
}

.sub-concierge-tel-reception-hours .sales {
  border-radius: 8px;
  display: inline-block;
  margin-left: 10px;
  padding: .25em 1em;
  vertical-align: text-bottom;
  line-height: 1;
  font-size: 11px;
  color: #fff;
}

.sub-concierge-tel-reception-hours .open {
  background-color: #ee7773;
}

.sub-concierge-tel-reception-hours .close {
  background-color: #c0bfbf;
}

.sub-concierge-tel-reception-hours > * {
  display: inline-block;
  line-height: 1.4166666667;
  font-size: 1.2em;
}

.sub-doctor {
  position: relative;
  margin-top: 30px;
}

.sub-doctor::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 95px;
  height: 110px;
  background: url(../img/sub_doctor_bg.png) left top no-repeat;
}

.sub-doctor-title {
  padding: 0 3px;
}

.sub-doctor-lead {
  padding: 13px 0 9px 5px;
  line-height: 1.3333333333;
  font-size: 12px;
  letter-spacing: -.05em;
  color: #c0bfbf;
}

.sub-doctor-form-list {
  position: relative;
}

.sub-doctor-form-item {
  overflow: hidden;
  margin-top: 3px;
  margin-right: auto;
  margin-left: auto;
  width: 221px;
}

.sub-doctor-form-item:first-child {
  margin-top: 0;
}

.sub-doctor-form-item > a {
  border-radius: 20px;
  box-sizing: border-box;
  transition: all 0.3s linear;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 13px 30px 13px 25px;
  width: 100%;
  background-color: #e7f45f;
  font-size: 14px;
  color: #2e2c2a;
}

.sub-doctor-form-item > a:hover {
  color: #e7f45f;
}

.sub-doctor-form-item > a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 17px;
  width: 10px;
  height: 100%;
  background-image: url(../img/link_arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.sub-doctor-form-item:first-child {
  margin-top: 0;
}

.sub-doctor-form-item.mail > a::before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: .5em;
  width: 18px;
  height: 14px;
  background-image: url(../img/icon_mail.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  vertical-align: sub;
}

.sub-doctor-form-item.counseling > a::before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: .5em;
  width: 18px;
  height: 14px;
  background-image: url(../img/icon_mail.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  vertical-align: sub;
}

.sub-doctor-form-item.counseling > a::before {
  display: inline-block;
  width: 19px;
  height: 15px;
  background-image: url(../img/icon_counseling.svg);
}

.sub-doctor-form-item.line > a::before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: .5em;
  width: 18px;
  height: 14px;
  background-image: url(../img/icon_mail.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  vertical-align: sub;
}

.sub-doctor-form-item.line > a::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/icon_line.png);
  margin-top: -2px;
  margin-bottom: -3px;
}

.sub-doctor-form-item a {
  font-weight: bold;
}

.sub-doctor-form-item a::before, .sub-doctor-form-item a::after {
  transition: opacity 0.3s linear;
}

.sub-doctor-form-item a:hover {
  background-color: #f4f9a9;
  color: #676948;
}

.sub-doctor-form-item a:hover::before, .sub-doctor-form-item a:hover::after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.sub-banner-list {
  margin-top: 30px;
}

.sub-banner-item {
  margin-top: 10px;
  text-align: center;
}

.sub-banner-item:first-child {
  margin-top: 0;
}

.sub-banner-item a {
  transition: opacity 0.3s linear;
  display: block;
}

.sub-banner-item a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.s-fix-contents.is-fixed {
  position: fixed;
  top: 100px;
  margin-top: -40px;
  width: 221px;
}

.s-fix-contents.is-bottom {
  position: absolute;
  bottom: 0;
}

.formErrorMsg {
  position: relative;
  padding: 6px 10px;
  width: 180px;
  border-radius: 3px;
  background: #d1000f;
  box-shadow: 0 0 6px #888;
  font-family: 'Lucida Sans Unicode','Lucida Grande',Arial,Helvetica,'ヒラギノ丸ゴ Pro W4',HiraMaruPro-W4,'ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,Osaka,sans-serif;
  font-size: 11px;
  color: #fff;
}

.formErrorMsg .errMsg {
  display: block;
  margin-left: 1em;
  padding-bottom: 1px;
  text-indent: -.9em;
  line-height: 1.4;
}

.formErrorClose {
  display: block;
  position: absolute;
  top: -4px;
  right: -4px;
  width: 16px;
  height: 16px;
  border: solid #d1000f 2px;
  border-radius: 9px;
  background: #b8000c;
  box-shadow: 1px -1px 3px #888;
  cursor: pointer;
  text-align: center;
  line-height: middle;
  font-weight: bold;
  color: #efefef;
}

.topicpath {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 10px 15px;
  width: 970px;
  word-break: break-all;
}

.topicpath-item {
  display: inline-block;
  position: relative;
  font-size: 10px;
  color: #e7f45f;
}

.topicpath-item::after {
  content: '＞';
  display: inline-block;
  margin-right: .3em;
  margin-left: .5em;
  color: rgba(255, 255, 255, 0.5);
}

.topicpath-item a {
  display: inline-block;
  text-decoration: underline;
  font-size: 10px;
  color: #c0bfbf;
}

.topicpath-item a:hover {
  text-decoration: none;
}

.topicpath-item:last-child a {
  text-decoration: none;
}

.topicpath-item:last-child a span {
  color: #e7f45f;
}

.topicpath-item:last-child::after {
  display: none;
}

.r-pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
  margin-right: 2%;
  margin-bottom: 2%;
  width: 60px;
}

.content-inner::before {
  min-height: 1156px;
  background-image: url(../img/contents_bg_clinic.jpg);
  background-position: left top;
}

/*----------------------------------------------------------------------
4.	parts
----------------------------------------------------------------------*/
.m-title {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 25px;
  padding-bottom: 20px;
  width: 1000px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #e7f45f;
  background: url(../img/title_bg.png) left top repeat;
  text-align: center;
}

.m-title-sub {
  display: block;
  padding-top: 10px;
  text-align: center;
  color: #c0bfbf;
}

.m-title-s {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 25px;
  padding-bottom: 20px;
  width: 1000px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #e7f45f;
  background: url(../img/title_bg.png) left top repeat;
  text-align: center;
}

.m-title-s-sub {
  display: block;
  padding-top: 10px;
  text-align: center;
  color: #c0bfbf;
}

.m-contents {
  margin-top: 60px;
}

.m-contents-inner {
  *zoom: 1;
  padding: 0 20px;
}

.m-contents-inner:after {
  content: "";
  display: table;
  clear: both;
}

.m-contents-title {
  position: relative;
  margin-bottom: 30px;
  padding: 24px 20px 23px 37px;
  background: url(../img/dot_bg.gif) left top repeat;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.m-contents-title::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  margin-top: 10px;
  padding-top: 45px;
  width: 2px;
  background-color: #e7f45f;
}

#yearend {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  overflow: hidden;
  padding-top: 3px;
  width: 99.85%;
  height: 32px;
  border: 1px solid #888;
  background: url(https://www.theclinic-system.com/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;
}

/*----------------------------------------------------------------------
5.	ページ別個別設定
----------------------------------------------------------------------*/
.index .m-summary {
  margin-bottom: 26px;
}

.index .m-summary__title {
  margin-bottom: 50px;
}

.index .m-summary__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.index .m-summary__item {
  margin-bottom: 24px;
}

.index .m-location {
  margin-top: 45px;
}

.index .m-location__title {
  margin-bottom: 30px;
}

.index .m-location__text {
  margin: 0 0 40px 20px;
  font-size: 1.6em;
}

.index .m-location-list {
  *zoom: 1;
  position: relative;
  margin: 0 auto;
  padding-top: 27px;
  width: 611px;
  height: 451px;
  background: url(../img/clinic_front_bg.png?v=4) left top 27px no-repeat;
}

.index .m-location-list:after {
  content: "";
  display: table;
  clear: both;
}

.index .m-location-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 191px;
}

.index .m-location-item a {
  transition: all 0.3s linear;
  display: block;
  text-align: right;
}

.index .m-location-item a:hover {
  opacity: .5;
}

.index .m-location-item-inner {
  position: relative;
}

.index .m-location-item.nagoya {
  margin-top: 92px;
}

.index .m-location-item.osaka {
  margin-top: 173px;
}

.index .m-location-item.hiroshima {
  margin-top: 261px;
}

.index .m-location-item.fukuoka {
  margin-top: 350px;
}

.clinic-title {
  margin-bottom: 50px;
  text-align: center;
}

.m-slide {
  float: right;
  width: 397px;
}

.m-slide > .pic img {
  width: 100%;
  height: auto;
}

.m-slide-list {
  overflow: hidden;
  margin-bottom: 5px;
  height: 255px;
}

.m-slide-item {
  overflow: hidden;
}

.m-slide-item img {
  width: 100%;
  height: auto;
}

.m-slide .slick-arrow {
  z-index: 2;
  padding-top: 8.7719298246%;
  width: 8.7719298246%;
  height: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.m-slide .slick-arrow::before {
  display: none;
}

.m-slide .slick-next {
  right: 0;
  margin-right: 1.7543859649%;
  background-image: url(../img/clinic_slide_arrow_right.png);
}

.m-slide .slick-prev {
  left: 0;
  margin-left: 1.7543859649%;
  background-image: url(../img/clinic_slide_arrow_left.png);
}

.m-slide-nav {
  margin-bottom: 0;
}

.m-slide-nav-item {
  position: relative;
  margin-right: .285%;
  margin-left: .285%;
  width: 12% !important;
}

.m-slide-nav-item img {
  width: 100%;
  height: auto;
}

.m-slide-nav-item:first-child {
  margin-left: 0;
}

.m-slide-nav-item:last-child {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0;
}

.m-slide-nav-item::before {
  transition: opacity 0.3s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.m-slide-nav-item.slick-current::before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.m-data {
  float: left;
  width: 250px;
}

.m-data-item {
  margin-top: 30px;
}

.m-data-item:first-child {
  margin-top: 0;
}

.m-data-inner {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.m-data-inner > * {
  display: table-cell;
  vertical-align: top;
}

.m-data-title {
  padding-right: 10px;
  width: 45px;
  border-right: 1px solid #ebf36a;
  text-align: right;
  line-height: 1.5454545455;
  font-size: 11px;
}

.m-data-detail {
  padding-left: 10px;
}

.m-data-detail .sales {
  border-radius: 8px;
  display: inline-block;
  margin-left: 10px;
  padding: .25em 1em;
  vertical-align: text-bottom;
  line-height: 1;
  font-size: 11px;
  color: #fff;
}

.m-data-detail .open {
  background-color: #ee7773;
}

.m-data-detail .close {
  background-color: #c0bfbf;
}

.m-data-detail-text {
  line-height: 1.5;
  font-size: 12px;
}

.m-data-detail .notice {
  margin-top: 7px;
}

.m-contact {
  clear: both;
  margin-top: 0;
  padding-top: 60px;
}

.m-contact-title {
  margin-bottom: 30px;
}

.m-contact-contents {
  *zoom: 1;
  float: left;
  width: 305px;
}

.m-contact-contents:after {
  content: "";
  display: table;
  clear: both;
}

.m-contact-contents-title {
  padding: 17px 16px;
  background: url(../img/title3_bg.png) left top no-repeat;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding-top: 14px;
  padding-right: 10px;
  padding-bottom: 14px;
  background: url(../img/title3_bg_s.png) left top no-repeat;
  font-size: 14px;
  font-weight: normal;
}

.m-contact-contents-item {
  margin-top: 30px;
}

.m-tel {
  margin-right: 14px;
}

.m-tel-title-sub {
  padding-left: .4em;
  font-size: 10px;
}

.m-tel-link {
  overflow: hidden;
}

.m-tel-link:first-child {
  margin-top: 0;
}

.m-tel-link > a {
  border-radius: 20px;
  box-sizing: border-box;
  transition: all 0.3s linear;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 13px 30px 13px 25px;
  width: 100%;
  background-color: #e7f45f;
  font-size: 14px;
  color: #2e2c2a;
}

.m-tel-link > a:hover {
  color: #e7f45f;
}

.m-tel-link > a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 17px;
  width: 10px;
  height: 100%;
  background-image: url(../img/link_arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.m-tel-link-lead {
  margin-bottom: 10px;
  text-align: center;
  font-size: 14px;
}

.m-tel-link > a::before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: .5em;
  width: 18px;
  height: 14px;
  background-image: url(../img/icon_mail.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  vertical-align: sub;
}

.m-tel-link > a {
  border: 2px solid #e7f45f;
  background: none;
  font-size: 1.6rem;
  color: #e7f45f;
}

.m-tel-link > a::before {
  background-image: url(../img/icon_tel.svg);
}

.m-tel-link > a::after {
  display: none;
}

.m-tel-link-overseas {
  margin-top: .8em;
  text-align: center;
  font-size: 1.2rem;
}

.m-tel-link-overseas-sub {
  display: block;
  margin-top: .6em;
  font-size: .9rem;
}

.m-tel-link-overseas a {
  text-decoration: underline;
  color: #c0bfbf;
}

.m-tel-link a {
  border-radius: 0;
  padding: 0;
  width: 100%;
  border: 0;
  line-height: 1;
  font-size: 1rem;
}

.m-tel-link a::before {
  display: none;
}

.m-tel-link-overseas a {
  font-size: 12px;
}

.m-net-item {
  overflow: hidden;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  width: 246px;
}

.m-net-item:first-child {
  margin-top: 0;
}

.m-net-item > a {
  border-radius: 20px;
  box-sizing: border-box;
  transition: all 0.3s linear;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 13px 30px 13px 25px;
  width: 100%;
  background-color: #e7f45f;
  font-size: 14px;
  color: #2e2c2a;
}

.m-net-item > a:hover {
  color: #e7f45f;
}

.m-net-item > a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 17px;
  width: 10px;
  height: 100%;
  background-image: url(../img/link_arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.m-net-item-lead {
  margin-bottom: 10px;
  text-align: center;
  font-size: 14px;
}

.m-net-item a {
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
}

.m-net-item a:hover {
  background-color: #f4f9a9;
  color: #676948;
}

.m-net-item:first-child {
  margin-top: 0;
}

.m-net-item.mail > a::before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: .5em;
  width: 18px;
  height: 14px;
  background-image: url(../img/icon_mail.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  vertical-align: sub;
}

.m-net-item.counseling > a::before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: .5em;
  width: 18px;
  height: 14px;
  background-image: url(../img/icon_mail.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  vertical-align: sub;
}

.m-net-item.counseling > a::before {
  display: inline-block;
  width: 19px;
  height: 15px;
  background-image: url(../img/icon_counseling.svg);
}

.m-access-map {
  background-color: #ccc;
}

.m-access-map iframe {
  width: 100%;
  height: 426px;
}

.m-access-route {
  margin-top: 5px;
}

.m-access-route-item {
  display: inline-block;
  margin-top: 5px;
  margin-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 25px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  font-size: 10px;
}

.m-access-route-item:first-child {
  margin-top: 0;
}

.m-access-route-item.hibiya, .m-access-route-item.oedo {
  padding-left: 20px;
}

.m-access-route-item.jr {
  background-position: left top 2px;
  background-size: 20px;
}

.m-access-route-item.sakuradori {
  background-size: 19px;
}

.m-access-route-item.tenjin {
  background-position: left top 1px;
  background-size: 20px;
}

.m-access-route-item.nishitetsu {
  padding-left: 20px;
  background-position: left top;
  background-size: 17px;
}

.m-access-route-item.hibiya {
  background-image: url(../img/clinic_route_icon_hibiya.png);
}

.m-access-route-item.oedo {
  background-image: url(../img/clinic_route_icon_oedo.png);
}

.m-access-route-item.jr {
  background-image: url(../img/clinic_route_icon_jr.png);
}

.m-access-route-item.sakuradori {
  background-image: url(../img/clinic_route_icon_sakuradori.png);
}

.m-access-route-item.tenjin {
  background-image: url(../img/clinic_route_icon_tenjin.png);
}

.m-access-route-item.nishitetsu {
  background-image: url(../img/clinic_route_icon_nishitetsu.png);
}

.m-access-route-item.hiroden1, .m-access-route-item.hiroden2, .m-access-route-item.hiroden3 {
  background-image: url(../img/logo_hiroden.svg);
}

.m-access-route-item.ast {
  background-image: url(../img/logo_astramline.svg);
}

.m-routes {
  *zoom: 1;
  margin-top: 25px;
}

.m-routes:after {
  content: "";
  display: table;
  clear: both;
}

.m-routes-contents {
  float: left;
  width: 305px;
}

.m-routes-contents-title {
  padding: 5px 5px 5px 8px;
  background-color: #000;
  font-size: 12px;
}

.m-routes-contents:first-child .m-course-item:nth-child(1) {
  background-image: url(../img/clinic_access_route_num1.png);
}

.m-routes-contents:first-child .m-course-item:nth-child(2) {
  background-image: url(../img/clinic_access_route_num2.png);
}

.m-routes-contents:last-child {
  margin-left: 14px;
}

.m-routes-contents:last-child .m-course-item:nth-child(1) {
  background-image: url(../img/clinic_access_route_num3.png);
}

.m-routes-contents:last-child .m-course-item:nth-child(2) {
  background-image: url(../img/clinic_access_route_num4.png);
}

.m-routes.yokohama .m-routes-contents .m-course-item:nth-child(1) {
  background-image: url(../img/clinic_access_route_num1.png);
}

.m-routes.yokohama .m-routes-contents .m-course-item:nth-child(2) {
  background-image: url(../img/clinic_access_route_num2.png);
}

.m-routes.nagoya .m-routes-contents:last-child .m-course-item:nth-child(1) {
  background-image: url(../img/clinic_access_route_num2.png);
}

.m-routes.osaka .m-routes-contents .m-course-item:nth-child(1) {
  background-image: url(../img/clinic_access_route_num1.png);
}

.m-routes.osaka .m-routes-contents .m-course-item:nth-child(2) {
  background-image: url(../img/clinic_access_route_num2.png);
}

.m-routes.osaka .m-routes-contents .m-course-item:nth-child(3) {
  background-image: url(../img/clinic_access_route_num3.png);
}

.m-course-list {
  margin-top: 10px;
}

.m-course-item {
  *zoom: 1;
  position: relative;
  margin-top: 10px;
  background-position: left top;
  background-repeat: no-repeat;
}

.m-course-item:after {
  content: "";
  display: table;
  clear: both;
}

.m-course-item:first-child {
  margin-top: 0;
}

.m-course-item:last-child::before {
  display: none;
}

.m-course-item-text {
  float: left;
  padding-left: 33px;
  width: 157px;
  line-height: 1.55;
  font-size: 10px;
}

.m-course-item-pic {
  float: right;
  margin-left: 10px;
  width: 105px;
}

.m-map {
  margin-top: 30px;
}

.m-map-list {
  *zoom: 1;
}

.m-map-list:after {
  content: "";
  display: table;
  clear: both;
}

.m-map-item {
  position: relative;
  float: left;
  width: 303px;
  height: 81px;
  border: 1px solid #6d6c6a;
}

.m-map-item:last-child {
  float: right;
}

.m-map-item-inner {
  display: table;
  margin-right: 81px;
  width: 223px;
  height: 81px;
}

.m-map-item-title {
  display: table-cell;
  height: 81px;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}

.m-map-item-contents-item {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background-color: #fff;
}

.m-map-item-url {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 0 14px;
  width: 223px;
  background-color: #c0bfbf;
  text-align: center;
}

.m-map-item-url a {
  font-size: 12px;
  color: #000;
}

.m-map-item.googlemap .m-map-item-title {
  padding-bottom: 41px;
  height: 40px;
}

.m-map-item.no-pdf {
  width: 624px;
}

.m-map-item.no-pdf .m-map-item-inner {
  width: 544px;
}

.m-map-item.no-pdf .m-map-item-url {
  width: 544px;
}

.m-doctor-title {
  margin-bottom: 20px;
}

.m-doctor-item {
  float: left;
  margin-top: 10px;
  margin-right: 18px;
  width: 187px;
}

.m-doctor-item:nth-child(3n+3) {
  margin-right: 0;
}

.m-doctor-item a {
  display: block;
}

.m-doctor-item a {
  transition: all 0.3s linear;
}

.m-doctor-item a span {
  transition: all 0.3s linear;
  position: relative;
  top: -57px;
  left: 78px;
  font-size: 16px;
  color: #fff;
}

.m-doctor-item a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.m-doctor-item a:hover span {
  color: #e7f45f;
}

.details .m-clinic-list {
  *zoom: 1;
}

.details .m-clinic-list:after {
  content: "";
  display: table;
  clear: both;
}

.details .m-clinic-item {
  float: left;
  margin-top: 25px;
  margin-right: 22px;
  margin-left: 22px;
}

.details .m-clinic-item.tokyo a {
  display: block;
  position: relative;
  width: 100%;
  height: 14px;
  background-image: url(../img/clinic_clinic_link_tokyo.png);
  background-position: left top;
  background-repeat: no-repeat;
}

.details .m-clinic-item.tokyo a img {
  display: none;
}

.details .m-clinic-item.tokyo a:hover {
  background-image: url(../img/clinic_clinic_link_tokyo_h.png);
}

.details .m-clinic-item.tokyo a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  width: 10px;
  height: 100%;
  background-image: url(../img/link_arrow3.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #fff;
}

.details .m-clinic-item.yokohama a {
  display: block;
  position: relative;
  width: 100%;
  height: 14px;
  background-image: url(../img/clinic_clinic_link_yokohama.png);
  background-position: left top;
  background-repeat: no-repeat;
}

.details .m-clinic-item.yokohama a img {
  display: none;
}

.details .m-clinic-item.yokohama a:hover {
  background-image: url(../img/clinic_clinic_link_yokohama_h.png);
}

.details .m-clinic-item.yokohama a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  width: 10px;
  height: 100%;
  background-image: url(../img/link_arrow3.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #fff;
}

.details .m-clinic-item.nagoya a {
  display: block;
  position: relative;
  width: 100%;
  height: 14px;
  background-image: url(../img/clinic_clinic_link_nagoya.png);
  background-position: left top;
  background-repeat: no-repeat;
}

.details .m-clinic-item.nagoya a img {
  display: none;
}

.details .m-clinic-item.nagoya a:hover {
  background-image: url(../img/clinic_clinic_link_nagoya_h.png);
}

.details .m-clinic-item.nagoya a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  width: 10px;
  height: 100%;
  background-image: url(../img/link_arrow3.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #fff;
}

.details .m-clinic-item.osaka a {
  display: block;
  position: relative;
  width: 100%;
  height: 14px;
  background-image: url(../img/clinic_clinic_link_osaka.png);
  background-position: left top;
  background-repeat: no-repeat;
}

.details .m-clinic-item.osaka a img {
  display: none;
}

.details .m-clinic-item.osaka a:hover {
  background-image: url(../img/clinic_clinic_link_osaka_h.png);
}

.details .m-clinic-item.osaka a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  width: 10px;
  height: 100%;
  background-image: url(../img/link_arrow3.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #fff;
}

.details .m-clinic-item.hiroshima a {
  display: block;
  position: relative;
  width: 100%;
  height: 15px;
  background-image: url(../img/clinic_clinic_link_hiroshima.png);
  background-position: left top;
  background-repeat: no-repeat;
}

.details .m-clinic-item.hiroshima a img {
  display: none;
}

.details .m-clinic-item.hiroshima a:hover {
  background-image: url(../img/clinic_clinic_link_hiroshima_h.png);
}

.details .m-clinic-item.hiroshima a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  width: 10px;
  height: 100%;
  background-image: url(../img/link_arrow3.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #fff;
}

.details .m-clinic-item.fukuoka a {
  display: block;
  position: relative;
  width: 100%;
  height: 14px;
  background-image: url(../img/clinic_clinic_link_fukuoka.png);
  background-position: left top;
  background-repeat: no-repeat;
}

.details .m-clinic-item.fukuoka a img {
  display: none;
}

.details .m-clinic-item.fukuoka a:hover {
  background-image: url(../img/clinic_clinic_link_fukuoka_h.png);
}

.details .m-clinic-item.fukuoka a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  width: 10px;
  height: 100%;
  background-image: url(../img/link_arrow3.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #fff;
}

.details .m-clinic-title {
  margin-bottom: 5px;
}

.details .m-clinic-list {
  display: flex;
}

.details .m-clinic-item {
  flex-basis: 25%;
  float: none;
}

.details .m-clinic-item.nagoya a::after {
  right: 0;
}

.details.hiroshima .m-slide-nav-list .slick-track {
  width: 100% !important;
}

.details.hiroshima .m-slide-nav-list .slick-track .m-slide-nav-item:last-child {
  position: inherit;
}

.sub-menu-title.clinic a {
  background-image: url(../img/sub_title_clinic_bg.png);
}
