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

File Name:		clinic.scss
Note:			THE CLINIC紹介用scssファイル


New Creation:	2014/08/12 20:38:00.
Last Change:	2014/10/03 15:32:43.


Created By		Yoshiaki Murakami

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

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

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

textarea {
  vertical-align: top;
}

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

html {
  min-width: 980px;
  background: #000;
}

body {
  -webkit-text-size-adjust: 100%;
}

a, a:before, a:after {
  -moz-transition: background-color 0.15s linear, background-image 0.15s linear;
  -o-transition: background-color 0.15s linear, background-image 0.15s linear;
  -webkit-transition: background-color 0.15s linear, background-image 0.15s linear;
  transition: background-color 0.15s linear, background-image 0.15s linear;
}
a > * {
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
a img {
  background: #fff;
}
a:hover {
  text-decoration: underline;
}
a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  text-decoration: none;
}

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

/*----------------------------------------------------------------------
4.	共通部分
----------------------------------------------------------------------*/
.bg {
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 800px;
}
.bg.is-show {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.bg1 {
  top: 0;
  background: url(../img/bg1.gif) center top no-repeat;
}

.bg2 {
  top: 800px;
  background: url(../img/bg2.gif) center top no-repeat;
}

/*----------------------------------------------------------------------
5.	#header
----------------------------------------------------------------------*/
#header {
  margin-bottom: 44px;
  background: url(../img/header_bg.gif) center top repeat-x;
}

.h-inner {
  *zoom: 1;
  position: relative;
  margin: 0 auto;
  width: 980px;
}
.h-inner:after {
  content: "";
  display: table;
  clear: both;
}

#logo {
  float: left;
  margin: 48px 54px 0 0;
}
#logo img {
  background: none;
}
#logo a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.h-nav {
  margin-left: 194px;
  padding-top: 88px;
}
.h-nav .nav-list {
  *zoom: 1;
  padding: 0 0 0 1px;
  background: url("img/nav_bg.gif") left top no-repeat;
}
.h-nav .nav-list:after {
  content: "";
  display: table;
  clear: both;
}
.h-nav .nav-item {
  float: left;
  margin-left: 52px;
  height: 28px;
}
.h-nav .nav-item.is-active img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.h-nav .nav-item:first-child {
  margin-left: 0;
}
.h-nav .nav-item.machine, .h-nav .nav-item.machine a {
  width: 102px;
}
.h-nav .nav-item.essence, .h-nav .nav-item.essence a {
  width: 100px;
}
.h-nav .nav-item.clinic, .h-nav .nav-item.clinic a {
  width: 132px;
}
.h-nav .nav-item.purchase, .h-nav .nav-item.purchase a {
  width: 92px;
}
.h-nav .nav-item.qa, .h-nav .nav-item.qa a {
  width: 88px;
}
.h-nav .nav-item.inquiry, .h-nav .nav-item.inquiry a {
  width: 84px;
}
.h-nav .nav-item.machine p {
  background-image: url(../img/nav_machine.png);
}
.h-nav .nav-item.machine p:hover {
  background-image: url(../img/nav_machine_a.png);
}
.h-nav .nav-item .nav-list-sub {
  margin-top: -25px;
  position: relative;
  display: block;
  opacity: 0;
  top: 0;
  visibility: hidden;
  transition: .5s;
  width: 374px;
}
.h-nav .nav-item:hover .nav-list-sub {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
.h-nav .nav-item .nav-item-sub {
  width: 167px;
  display: inline-block;
}
.h-nav .nav-item .nav-item-sub a {
  width: 167px;
  height: 102px;
}
.h-nav a,
.h-nav p {
  position: relative;
  display: block;
  height: 28px;
}
.h-nav img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
}
.h-nav img.is-show {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.sns {
  position: absolute;
  top: 40px;
  right: 77px;
}

.sns-list {
  *zoom: 1;
}
.sns-list:after {
  content: "";
  display: table;
  clear: both;
}

.sns-item {
  float: left;
}
.sns-item a {
  display: block;
  padding: 10px;
  background-position: center center;
  background-repeat: no-repeat;
}
.sns-item img {
  background: none;
}
.sns-item.twitter a {
  background-image: url(../img/header_sns_twitter.png);
}
.sns-item.twitter a:hover {
  background-image: url(../img/header_sns_twitter_h.png);
}
.sns-item.facebook a {
  background-image: url(../img/header_sns_facebook.png);
}
.sns-item.facebook a:hover {
  background-image: url(../img/header_sns_facebook_h.png);
}
.sns-item.google-plus a {
  background-image: url(../img/header_sns_google-plus.png);
}
.sns-item.google-plus a:hover {
  background-image: url(../img/header_sns_google-plus_h.png);
}
.sns-item.youtube a {
  background-image: url(../img/header_sns_youtube.png);
}
.sns-item.youtube a:hover {
  background-image: url(../img/header_sns_youtube_h.png);
}

.shopping {
  position: absolute;
  top: 40px;
  right: -10px;
}
.shopping a {
  display: block;
  padding: 10px;
  width: 67px;
  background: url(../img/button_shopping_bg.png) center center no-repeat;
  text-align: right;
}
.shopping a:hover {
  background-image: url(../img/button_shopping_bg_h.png);
}
.shopping img {
  background: none;
}

.missarrivo-link {
  display: none;
}

.machine-link {
  display: none;
}

.pagetop {
  display: none;
}

.is-float#header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  background-position: center bottom;
  background-color: #000;
}
.is-float#header .h-inner {
  padding-bottom: 10px;
}
.is-float#header #logo {
  margin: 10px 84px 0 0;
}
.is-float#header .h-nav {
  padding-top: 35px;
}
.is-float#header aside > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.is-float#header .sns {
  position: fixed;
  top: auto;
  right: 30px;
  bottom: 50%;
  margin-bottom: -52px;
  padding: 0 5px;
}
.is-float#header .sns-item {
  float: none;
}
.is-float#header .missarrivo-link {
  display: block;
  position: fixed;
  right: 0;
  bottom: 50%;
  margin-bottom: -35px;
}
.is-float#header .missarrivo-link a {
  display: block;
  background-image: url(../img/button_missarrivo_link.gif);
}
.is-float#header .missarrivo-link a:hover {
  background-image: url(../img/button_missarrivo_link_h.gif);
}
.is-float#header .machine-link {
  display: block;
  position: fixed;
  right: 0;
  bottom: 50%;
  margin-bottom: -35px;
}
.is-float#header .machine-link a {
  display: block;
  background-image: url(../img/button_machine_link.gif);
}
.is-float#header .machine-link a:hover {
  background-image: url(../img/button_machine_link_h.gif);
}
.is-float#header .shopping {
  position: fixed;
  top: auto;
  right: 30px;
  bottom: 50%;
  margin-bottom: -85px;
  padding: 0 5px;
}
.is-float#header .shopping a {
  width: auto;
  background-image: url(../img/button_shopping_f.png);
}
.is-float#header .shopping a:hover {
  background-image: url(../img/button_shopping_f_h.png);
}
.is-float#header .pagetop {
  display: block;
  position: fixed;
  right: 30px;
  bottom: 50%;
  margin-bottom: -130px;
}
.is-float#header .pagetop a {
  display: block;
  padding: 7px 8px;
  background: url(../img/button_pagetop.png) 8px 7px no-repeat;
}
.is-float#header .pagetop a:hover {
  background-image: url(../img/button_pagetop_h.png);
}
.is-float#header .pagetop a img {
  background: none;
}

/*----------------------------------------------------------------------
6.	#content
----------------------------------------------------------------------*/
#content {
  margin: 0 auto;
  width: 980px;
}

/*----------------------------------------------------------------------
7.	#main
----------------------------------------------------------------------*/
.m-title {
  margin-bottom: 23px;
}

.box {
  margin: 0 80px;
}

.lead {
  margin-bottom: -4px;
}
.lead .title {
  margin-bottom: 17px;
}

.operation {
  position: relative;
  margin-bottom: 100px;
}
.operation .title {
  margin-bottom: 20px;
}
.operation .pic {
  position: absolute;
  top: -13px;
  right: 0;
}
.operation .pic.text {
  position: static;
  margin: 0 0 19px;
  text-indent: 0;
}
.operation .text {
  margin-left: 1em;
  line-height: 1.5;
  text-indent: -1em;
  font-size: 1.2em;
  color: #595757;
}
.operation .text a {
  text-decoration: underline;
  color: #acabab;
}
.operation .text a:hover {
  text-decoration: none;
  color: #c25143;
}

.location {
  *zoom: 1;
  margin-bottom: 50px;
}
.location:after {
  content: "";
  display: table;
  clear: both;
}
.location > .title {
  float: left;
  margin-right: 10px;
}

.clinic-list {
  overflow: hidden;
}

.clinic-item {
  position: relative;
  border-bottom: 1px solid #353535;
  height: 126px;
}
.clinic-item:last-child {
  border: none;
}
.clinic-item > * {
  margin-left: 145px;
}
.clinic-item .title {
  margin-bottom: 10px;
  padding-top: 40px;
}
.clinic-item .pic {
  position: absolute;
  left: 30px;
  margin: 0;
}
.clinic-item .address {
  line-height: 1.3333333333;
  font-size: 1.2em;
  color: #595757;
}
.clinic-item .url {
  position: absolute;
  top: 41px;
  left: 332px;
}
.clinic-item .url a {
  display: block;
  padding: 20px;
}
.clinic-item .url a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.clinic-item .url img {
  background: none;
}
.clinic-item.tokyo .pic {
  top: 25px;
}
.clinic-item.yokohama .pic {
  top: 22px;
}
.clinic-item.nagoya .pic {
  top: 10px;
}
.clinic-item.osaka .pic {
  top: 12px;
}
.clinic-item.fukuoka .pic {
  top: 19px;
}

.doctor {
  position: relative;
  margin-bottom: 80.5px;
}
.doctor .title {
  margin-bottom: 25.5px;
  padding-top: 92px;
}
.doctor .pic {
  position: absolute;
  top: 0;
  right: -80px;
}
.doctor .text {
  position: relative;
  z-index: 1;
  width: 558px;
  text-align: justify;
  line-height: 1.75;
  font-size: 1.2em;
  color: #acabab;
}

/*----------------------------------------------------------------------
8.	#sub
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
9.	#footer
----------------------------------------------------------------------*/
#footer {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -490px;
  width: 980px;
}

#copyright {
  margin-bottom: 22px;
  color: #696969;
}

/*# sourceMappingURL=clinic.css.map */
