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

File Name:		clinic.scss
Note:			CLINIC ページ用 scssファイル


New Creation:	2014/06/10 19:59:32.
Last Change:	2014/11/21 13:10:41.


Created By		Yoshiaki Murakami

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

1.	共通使用変数定義
2.	ブラウザデフォルトスタイルリセット
3.	HTMLタグ
4.	container
5.	共通部分
6.	header
7.	content
8.	main
9.	sub
10.	footer
11.	ページ別個別設定

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
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-size: 10px;
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

* html body {
  font-size: 62.5%;
}

* + html body {
  font-size: 62.5%;
}

/* start \*/
html:\66irst-child body {
  font-size: 62.5%;
}

/* end */
body:first-of-type {
  font-size: 62.5%;
}

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: 0px;
  font-size: inherit;
  font: 100%;
}

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 {
  font-weight: normal;
  text-align: left;
}

th, td {
  padding: 0px;
}

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

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

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

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

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  background: url(../img/bg.jpg) top center no-repeat fixed #000;
  color: #000;
}

a, a:before, a:after {
  transition: background-image 0.05s linear;
}
a > * {
  transition: opacity 0.05s linear;
}
a:hover {
  text-decoration: underline;
}
a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/*----------------------------------------------------------------------
3.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}
* html #container {
  height: 100%;
}
body > #container {
  height: auto;
}

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

#topicpath {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 4;
}
#topicpath ol {
  *zoom: 1;
}
#topicpath ol:after {
  content: "";
  display: table;
  clear: both;
}
#topicpath li {
  float: left;
  margin-right: 8px;
  padding-right: 15px;
  background: url(../img/topicpath_bg.png) right center no-repeat;
  color: #dc006e;
}
#topicpath li:last-child {
  margin: 0;
  padding: 0;
  background: none;
}
#topicpath a {
  text-decoration: underline;
  color: #c5c6c6;
}

.bgimg {
  transition: opacity 0.5s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.bgimg.is-show {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

/*----------------------------------------------------------------------
5.	#header
----------------------------------------------------------------------*/
#header {
  transform: translate3d(0, 0, 0);
  position: relative;
  z-index: 3;
}
#header > * {
  position: relative;
}
#header.is-fixed {
  transition: top 0.35s linear;
  position: fixed;
  top: -170px;
  min-width: 1020px;
  width: 100%;
}
#header.is-fixed #logo {
  padding: 4px 15px 5px 18px;
}
#header.is-fixed .h-search {
  display: none;
}
#header.is-float {
  top: 0;
}

.header-inner {
  *zoom: 1;
  margin: 0 auto;
  width: 920px;
}
.header-inner:after {
  content: "";
  display: table;
  clear: both;
}

#logo {
  position: relative;
  z-index: 3;
  float: left;
  margin-bottom: -40px;
  padding: 22px 19px 24px 16px;
  background: #000;
}

.h-search {
  float: right;
  margin-top: 16px;
  background: url(../img/header_search_bg.png);
}
.h-search legend {
  display: none;
  padding: 0;
}
.h-search fieldset {
  width: 100%;
}
.h-search .input {
  float: left;
}
.h-search .input input {
  padding: 6px 0 6px 10px;
  width: 186px;
  border: none;
  background: none;
  line-height: 21px;
  font-size: 1.4em;
  color: #c5c6c6;
}
.h-search .button {
  float: left;
}
.h-search .button input {
  padding: 6px 6px 5px 6px;
}

.nav {
  height: 40px;
  background: url(../img/nav_bg.png) top center repeat-x;
}

.nav-list {
  *zoom: 1;
  margin: 0 auto;
  padding-left: 220px;
  width: 735px;
}
.nav-list:after {
  content: "";
  display: table;
  clear: both;
}

.nav-item {
  float: left;
}
.nav-item a {
  display: block;
  padding: 12px 19px 14px;
}
.nav-item.is-active a {
  background: url(../img/nav_bg_a.png) left center no-repeat;
}

/*----------------------------------------------------------------------
6.	#content
----------------------------------------------------------------------*/
#content {
  clear: both;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 920px;
}
#content .mask {
  transition: height 0.35s linear, opacity 0.35s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  min-width: 1020px;
  width: 100%;
  height: 0;
  background: url(../img/header_bg_f.png) center bottom no-repeat;
}
#content .mask .bg {
  width: 100%;
  height: 149px;
}
#content.is-float .mask {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  height: 129px;
}
#content.is-float .bg {
  height: 89px;
}

/*----------------------------------------------------------------------
7.	#main
----------------------------------------------------------------------*/
#main {
  margin-bottom: 30px;
}
#main > * {
  position: relative;
  z-index: 1;
}
#main .m-title {
  position: relative;
  z-index: 3;
}
#main .m-menu.top {
  transform: translate3d(0, 0, 0);
  position: relative;
  z-index: 3;
}
#main .m-menu.top > * {
  position: relative;
}
#main .m-menu.is-fixed {
  transition: top 0.35s linear;
  position: fixed;
  top: -70px;
  min-width: 920px;
  width: 100%;
}
#main .m-menu.is-float {
  top: 40px;
}

.m-menu {
  margin-top: 4px;
  clear: both;
}
.m-menu .list {
  *zoom: 1;
}
.m-menu .list:after {
  content: "";
  display: table;
  clear: both;
}
.m-menu .item {
  float: left;
  margin-right: 4px;
}
.m-menu .item:last-child {
  margin: 0;
}
.m-menu.top {
  margin-top: 4px;
}

.m-title {
  position: relative;
}
.m-title:before {
  content: '';
  position: absolute;
  left: -170px;
  bottom: -74px;
  width: 279px;
  height: 131px;
  background: url(../img/clinic_title_bg.png) left top no-repeat;
}

#index .intro {
  *zoom: 1;
  padding-top: 12px;
  margin-bottom: 70px;
}
#index .intro:after {
  content: "";
  display: table;
  clear: both;
}
#index .intro > .title {
  margin-bottom: 40px;
}
#index .intro .clinic-item {
  text-align: right;
  float: left;
  margin: 0 141px 30px 110px;
  width: 278px;
  text-align: center;
}
#index .intro .clinic-item a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  padding: 5px 30px 5px 0;
}
#index .intro .clinic-item a:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  background: url(../img/arrow.gif) left top no-repeat;
}
#index .intro .clinic-item a:hover:after {
  background-image: url(../img/arrow_h.gif);
}
#index .intro .clinic-item:nth-child(odd) {
  margin-right: 110px;
  margin-left: 0;
}
#index .intro .clinic-item a {
  padding: 0;
}
#index .intro .clinic-item a:hover {
  text-decoration: none;
}
#index .intro .pic {
  display: table-cell;
  padding-bottom: 8px;
  width: 278px;
  height: 184px;
  vertical-align: bottom;
  text-align: center;
}
* html #index .intro .pic {
  display: inline;
  zoom: 1;
}
* + html #index .intro .pic {
  display: inline;
  zoom: 1;
}
#index .intro .address {
  margin-bottom: 25px;
}
#index .intro .thumb-list {
  *zoom: 1;
  margin-bottom: 10px;
}
#index .intro .thumb-list:after {
  content: "";
  display: table;
  clear: both;
}
#index .intro .thumb-item {
  float: left;
  margin: 0 2px 2px 0;
  background: #e6e6e7;
}
#index .intro .thumb-item:nth-child(4n) {
  margin-right: 0;
}
#index .intro .thumb-item img {
  background: #e6e6e7;
}
#index .intro .address {
  line-height: 1.2857142857;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 1.4em;
  color: #c5c6c6;
}
#index .intro .link {
  padding: 5px 30px 5px 0;
  text-align: right;
}
#index .intro .nagoya .thumb-item {
  background: none;
}
#index .intro .nagoya .thumb-item img {
  background: none;
}

#details .pagetitle {
  padding: 56px 0 8px 32px;
}
#details .section > .title {
  margin-bottom: 35px;
}
#details .details {
  margin-bottom: 100px;
}
#details .details-item {
  margin-bottom: 20px;
}
#details .details-item > .title {
  float: left;
  width: 70px;
}
#details .details-item .text {
  overflow: hidden;
  color: #c5c6c6;
}
#details .details-item.address {
  margin-bottom: 16px;
}
#details .details-item.address .text {
  line-height: 1.6666666667;
  font-size: 1.2em;
}
#details .details-item.bhour .text {
  font-size: 1.2em;
}
#details .details-item.bhour span {
  font-size: 0.8333333333em;
}
#details .details-item.doctor {
  margin-bottom: 16px;
}
#details .details-item .doctor-item {
  clear: both;
}
#details .details-item .doctor-item .position {
  float: left;
  margin-right: 10px;
  width: 65px;
  line-height: 2;
}
#details .details-item .doctor-item .name {
  overflow: hidden;
  line-height: 1.6666666667;
  font-size: 1.2em;
}
#details .m-info .form {
  margin-bottom: 20px;
}
#details .m-info .title {
  margin-bottom: 10px;
}
#details .m-info .form-item {
  margin-bottom: 10px;
}
#details .m-info .tel .tel-item {
  padding: 22px 0 5px;
  width: 278px;
  border-top: 2px solid #e2006d;
  background-position: 11px 9px;
  background-repeat: no-repeat;
  background-color: #2c2c31;
  text-align: center;
  line-height: 1.4;
  color: #c5c6c6;
}
#details .m-info .tel .tel-item img {
  margin-bottom: 7px;
}
#details #slide {
  position: absolute;
  top: 118px;
  right: 0;
  overflow: hidden;
  padding-right: 65px;
  width: 535px;
  height: 372px;
}
#details .slidesjs-pagination {
  position: absolute;
  top: 0;
  right: 0;
}
#details .slidesjs-pagination-item {
  width: 61px;
  margin-bottom: 4px;
}
#details .slidesjs-pagination-item img {
  width: 100%;
}
#details .access {
  *zoom: 1;
  position: relative;
  margin-bottom: 150px;
}
#details .access:after {
  content: "";
  display: table;
  clear: both;
}
#details .access .access-inner {
  float: right;
  width: 278px;
}
#details .access .route {
  margin-bottom: 20px;
}
#details .access .route .title {
  margin-bottom: 6px;
  padding-left: 22px;
  background: url(../img/clinic_access_route_title_bg.png) 6px center no-repeat #2c2b31;
  line-height: 22px;
  font-size: 1.2em;
  font-weight: bold;
  color: #c5c6c6;
}
#details .access .route-item {
  clear: both;
  margin-bottom: 3px;
  padding-bottom: 16px;
  min-height: 80px;
  background: url(../img/clinic_access_route_bg.png) 70px bottom no-repeat;
}
#details .access .route-item:last-child {
  margin: 0;
  padding: 0;
  background: none;
}
#details .access .route-item .pic {
  float: right;
  margin-left: 10px;
}
#details .access .route-item .text {
  text-align: justify;
  line-height: 1.4;
  color: #c5c6c6;
}
#details .access .mobile .title {
  margin-bottom: 12px;
}
#details .access .mobile-inner {
  margin-bottom: 20px;
  padding: 10px 0 12px;
  background: #2c2b31;
  text-align: center;
  color: #c5c6c6;
}
#details .access .mobile-inner .text {
  margin-bottom: 8px;
  line-height: 1.4;
}
#details .access .mobile-inner .pic {
  font-size: 2em;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
#details .access .mobile-inner .pic img {
  margin-top: 10px;
}
#details .access .map-wrapper {
  width: 600px;
}
#details .access .map-wrapper #map {
  margin-bottom: 15px;
}
#details .access .transportation {
  *zoom: 1;
}
#details .access .transportation:after {
  content: "";
  display: table;
  clear: both;
}
#details .access .transportation-item {
  float: left;
  margin-bottom: 8px;
  padding-left: 23px;
  width: 277px;
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 1.2em;
  color: #c5c6c6;
}
#details .access .transportation-item.hibiya {
  background-image: url(../img/clinic_details_route_hibiya.png);
}
#details .access .transportation-item.oedo {
  background-image: url(../img/clinic_details_route_oedo.png);
}
#details .access .transportation-item.jr {
  background-image: url(../img/clinic_details_route_jr.png);
}
#details .access .transportation-item.tenjin {
  background-image: url(../img/clinic_details_route_tenjin.png);
}
#details .access .transportation-item.nishitetsu {
  background-image: url(../img/clinic_details_route_nishitetsu.png);
}
#details .access .transportation-item.sakuradori {
  background-image: url(../img/clinic_details_route_sakuradori.png);
}
#details .access .transportation-item.oedo {
  background-image: url(../img/clinic_details_route_hibiya.png);
}
#details .access .transportation-item .station,
#details .access .transportation-item .duration {
  display: inline;
  line-height: 18px;
}
#details .access .transportation-item .station {
  margin-right: .5em;
  font-weight: bold;
}
#details.tokyo .tel-item {
  background-image: url(../img/clinic_tokyo_details_tel_bg.gif);
}
#details.nagoya .tel-item {
  background-image: url(../img/clinic_nagoya_details_tel_bg.gif);
}
#details.osaka .tel-item {
  background-image: url(../img/clinic_osaka_details_tel_bg.gif);
}
#details.hiroshima .tel-item {
  background-image: url(../img/clinic_hiroshima_details_tel_bg.gif);
}
#details.fukuoka .tel-item {
  background-image: url(../img/clinic_fukuoka_details_tel_bg.gif);
}

/*----------------------------------------------------------------------
8.	#sub
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
9.	#footer
----------------------------------------------------------------------*/
#footer {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
}

.f-contents {
  margin-right: auto;
  margin-left: auto;
  width: 920px;
}
.f-contents.menu {
  margin-bottom: -10px;
  padding-left: 286px;
  width: 634px;
}
.f-contents.menu .menu-item {
  display: inline;
  margin-right: 30px;
}
.f-contents.menu a {
  color: #c5c6c6;
}

.f-info {
  margin-bottom: 20px;
  background: url(../img/footer_clinic_bg.png);
}
.f-info .form {
  *zoom: 1;
  padding: 32px 0 32px 36px;
  border-bottom: 1px solid #eeeadf;
}
.f-info .form:after {
  content: "";
  display: table;
  clear: both;
}
.f-info .form .lead {
  float: left;
  margin: 0 21px 0 0;
  padding: 37px 0 32px 140px;
  background: url(../img/footer_info_form_bg.jpg) left center no-repeat;
}
.f-info .form-list {
  overflow: hidden;
  margin-top: 13px;
}
.f-info .form-item {
  float: left;
  margin-right: 13px;
  width: auto;
}
.f-info .form-item:last-child {
  margin-right: 0;
}
.f-info .form-item img {
  display: block;
  margin: 0 auto 15px;
}
.f-info .form-item a {
  display: block;
}
.f-info .form-item a img {
  margin: 0;
}
.f-info .clinic {
  position: relative;
  padding: 26px 0 0 36px;
  background: url(../img/footer_info_clinic_bg.png) 613px 4px no-repeat;
}
.f-info .clinic-list {
  margin-bottom: 26px;
}
.f-info .clinic-item {
  margin-bottom: 19px;
}
.f-info .clinic-item:last-child {
  margin: 0;
}
.f-info .clinic-item .title {
  position: relative;
  float: left;
  margin-right: 10px;
  width: 112px;
  height: 28px;
}
.f-info .clinic-item .title img {
  position: absolute;
  bottom: 0;
}
.f-info .clinic-item .tel {
  overflow: hidden;
  height: 28px;
  line-height: 28px;
  font-size: 1.4em;
  color: #c5c6c6;
}
.f-info .clinic-item .tel img {
  margin: 3px 7px 2px 0;
}
.f-info .clinic-item .tel span {
  font-size: 0.8571428571em;
}
.f-info .link {
  text-align: right;
  padding: 0 16px 16px 0;
  text-align: right;
}
.f-info .link a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  padding: 5px 30px 5px 0;
}
.f-info .link a:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  background: url(../img/arrow.gif) left top no-repeat;
}
.f-info .link a:hover:after {
  background-image: url(../img/arrow_h.gif);
}
.f-info .link a {
  padding-top: 3px;
  padding-bottom: 3px;
}

#copyright {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  width: 920px;
  background: url(../img/footer_copyright_bg.png) right center no-repeat;
  line-height: 11px;
  color: #c5c6c6;
}

.banner {
  position: fixed;
  z-index: 100;
  bottom: 37px;
  width: 100%;
  height: 140px;
  background: rgba(0, 0, 0, 0.5);
}

.banner-list {
  @pie-clearfix;
  position: relative;
  width: 820px;
  height: 140px;
  margin: 0 auto;
  padding: 10px 0;
}

.banner-item {
  background: #000;
}

.tummy-tuck-banner {
  float: left;
}

.owo-banner {
  float: right;
}

.close {
  transition: opacity 0.05s linear;
  border-radius: 15px;
  position: absolute;
  z-index: 1000;
  top: 10px;
  right: -42px;
  width: 25px;
  height: 25px;
  color: #FFF;
  font-size: 2em;
  text-align: center;
  line-height: 1.1;
  border: 1px solid #fff;
  cursor: pointer;
}
.close:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.sd-form {
  transition: opacity 0.35s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transform: translateZ(0);
  position: fixed;
  right: 0;
  top: 50px;
  z-index: -1;
}
.sd-form.is-active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  z-index: 10;
}
.sd-form .form-item {
  margin-bottom: 10px;
}

.assist {
  display: none;
}

/*----------------------------------------------------------------------
11.	ページ別個別設定
----------------------------------------------------------------------*/
