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

File Name:		product.scss
Note:			商品紹介用scssファイル


New Creation:	2014/08/11 18:50:30.
Last Change:	2014/10/03 13:01:17.


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

.essence-info {
  position: relative;
  margin-top: -23px;
  margin-left: -93px;
}
.essence-info-text {
  position: absolute;
  top: 268px;
  left: 629px;
  width: 450px;
  color: #acabab;
}
.essence-info-text p {
  margin-top: 1.4em;
  line-height: 1.4;
  text-align: justify;
  font-size: 1em;
}
.essence-info-text small {
  display: block;
  text-align: right;
  font-size: .85em;
}
.essence-info .price-list {
  top: 423px;
  left: 932px;
}

.price-list {
  position: absolute;
  top: 160px;
  left: 197px;
}

.price-item {
  width: 14em;
  line-height: 1.1666666667;
  font-size: 1.2em;
  color: #acabab;
}
.price-item .amount {
  float: left;
  width: 4em;
  line-height: 1.1666666667;
}
.price-item .price {
  overflow: hidden;
  line-height: 1.1666666667;
}

.wish {
  padding-top: 30px;
}
.wish-title {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #353535;
}

.wish1 .wish-box-title {
  padding-left: 40px;
}
.wish1 .wish-box-pic {
  margin-top: -65px;
  padding-left: 20px;
}

.wish2 .wish-box {
  margin-top: -70px;
}
.wish2 .wish-box-title {
  padding-left: 165px;
}
.wish2 .wish-box-pic {
  margin-top: 10px;
  padding-left: 240px;
}

.wish3 {
  margin-top: 50px;
}
.wish3 .wish-box-title {
  padding-left: 290px;
}
.wish3 .wish-box-pic {
  margin-top: 10px;
  padding-left: 355px;
}

.ingredients {
  margin-top: 30px;
  padding-left: 100px;
}
.ingredients-title {
  margin-bottom: 10px;
}

.prescription {
  position: relative;
  margin-top: 80px;
  padding-left: 100px;
}
.prescription > * {
  z-index: 2;
}
.prescription .bg-prescription {
  position: absolute;
  top: 31px;
  left: 297px;
  z-index: 1;
  width: 512px;
  height: 252px;
  background: url(../img/essence_prescription_bg.png) left top no-repeat;
}
.prescription-title {
  margin-bottom: 10px;
  margin-left: -5px;
}
.prescription-list {
  *zoom: 1;
}
.prescription-list:after {
  content: "";
  display: table;
  clear: both;
}
.prescription-item {
  float: left;
  margin-top: 20px;
  margin-left: 7px;
}
.prescription-item:first-child {
  margin-left: 0;
}
.prescription-item:nth-child(6) {
  margin-left: 50px;
}

.clinic-employment {
  position: relative;
  margin-top: 75px;
  padding-left: 100px;
  width: 780px;
}
.clinic-employment-title {
  margin-bottom: 10px;
}
.clinic-employment-pic {
  position: absolute;
  top: 0;
  right: 0;
}
.clinic-employment-button {
  padding-top: 30px;
  padding-left: 145px;
}
.clinic-employment-button a {
  display: block;
  background: url(../img/clinic-employment_button_h.gif) left top no-repeat;
}

.essence-other {
  *zoom: 1;
  margin-top: 100px;
  margin-bottom: 100px;
}
.essence-other:after {
  content: "";
  display: table;
  clear: both;
}
.essence-other > .title {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #353535;
}

.essence-item {
  position: relative;
  float: left;
  margin-left: 80px;
  width: 378px;
  height: 334px;
}
.essence-item .title {
  text-align: center;
}
.essence-item .text {
  position: absolute;
  top: 208px;
  left: 0;
  text-align: justify;
  line-height: 1.4;
  color: #595757;
}
.essence-item.body .price-list {
  left: 192px;
}
.essence-item.body .amount,
.essence-item.body .price {
  line-height: 29px;
}

.summary {
  margin: 0 80px 85px;
}
.summary .title {
  float: left;
  margin-right: 28px;
}
.summary .text {
  overflow: hidden;
  padding-top: 12px;
  text-align: justify;
  line-height: 1.4;
  color: #535151;
}

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

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

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