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

index CSS File

File Name		index.css
Note			インテックス用スタイルシート


New Creation	2012/07/13 18:28
Update


Created By		Yoshiaki Murakami

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次
1.	ブラウザデフォルトスタイルリセット
2.	HTMLタグ
3.	container
4.	共通部分
5.	header
6.	content
	6-1.	main
7.	footer

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
/* start \*/
html:\66irst-child body {
  font-size: 62.5%;
}

body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 10px;
}

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

* + html 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;
}

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

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

/*----------------------------------------------------------------------
2.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
  background: #000;
}

body > img {
  display: block;
  left: 50%;
  margin: 0 auto;
}

div:empty::before {
  line-height: 2;
  font-size: 1.2em;
}

/*----------------------------------------------------------------------
3.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  width: 100%;
  min-width: 920px;
  min-height: 100%;
}

* html #container {
  height: 100%;
}

* + html #container {
  height: 100%;
}

body > #container {
  height: auto;
}

#container > .wrapper {
  margin: 0 auto;
  width: 920px;
}

/*----------------------------------------------------------------------
4.	共通部分
----------------------------------------------------------------------*/
#smartphone {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
}

#smartphone a {
  display: block;
  padding: 30px 0;
  font-size: 3em;
  font-weight: bold;
  color: #fff;
}

#yearend {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  overflow: hidden;
  padding-top: 3px;
  width: 99.85%;
  height: 32px;
  border: 1px solid #888;
  background: url(../img/yearend_bg.gif) left 3px repeat-x #C40038;
  line-height: 1.2em;
}

#yearend h2,
#yearend p {
  display: table-cell;
}

* html #yearend h2, * html
#yearend p {
  display: inline;
  zoom: 1;
}

* + html #yearend h2, * + html
#yearend p {
  display: inline;
  zoom: 1;
}

#yearend p {
  padding: 5px 91px 0 2em;
  vertical-align: middle;
  text-indent: -1em;
  line-height: 1.2;
  color: #59514e;
}

#yearend .pic {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------------------------
5.	#header
----------------------------------------------------------------------*/
#header {
  margin: 0 auto 13px;
  width: 920px;
}

#header .wrapper {
  *zoom: 1;
  position: relative;
}

#header .wrapper::after {
  content: '';
  display: table;
  clear: both;
}

#header .owo-banner {
  float: right;
  padding-top: 15px;
}

#header .owo-banner a {
  opacity: 1;
  transition: opacity .2s linear;
}

#header .owo-banner a:hover {
  opacity: .6;
}

#header #logo {
  float: left;
  margin-left: 0;
  padding: 30px 0 0;
}

#header nav {
  float: right;
  padding-top: 20px;
  width: 659px;
  height: 12px;
}

#header nav ul {
  *zoom: 1;
}

#header nav ul::after {
  content: '';
  display: table;
  clear: both;
}

#header nav ul li {
  float: left;
  margin-right: 33px;
}

#header nav ul li.active {
  margin-right: 32px;
  margin-left: -1px;
}

#header nav ul li:nth-child(5) {
  margin-right: 35px;
}

#header nav ul li:nth-child(5).active:nth-child(5) {
  margin-right: 34px;
}

#header nav ul li:last-child {
  margin-right: 0;
}

#header nav ul li a {
  display: block;
}

#header nav ul li a img {
  display: block;
  position: relative;
}

#header aside .info {
  position: fixed;
  top: 160px;
  right: 0;
  z-index: 1100;
}

#header aside .info ul li {
  margin-bottom: 5px;
}

#header aside .info ul li a {
  display: block;
}

#header aside .info ul li.mail {
  border-bottom: none;
}

#header aside .banner {
  position: absolute;
  top: 25px;
  right: 0;
}

#header aside .banner a {
  opacity: 1;
  transition: opacity .2s linear;
}

#header aside .banner a:hover {
  opacity: .6;
}

#header aside .banner a img {
  border: 1px solid #464147;
}

#header {
  position: static;
  margin-right: auto;
  margin-bottom: 43px;
  margin-left: auto;
}

#header nav {
  padding-top: 75px;
}

/*----------------------------------------------------------------------
6.	#content
----------------------------------------------------------------------*/
#content {
  margin: 0 auto;
  padding-bottom: 237px;
  width: 920px;
}

/*
6-1.	#main
----------------------------------------------------------------------*/
#main > h1 {
  margin-bottom: 10px;
}

#main nav {
  width: 920px;
}

#main nav ul {
  *zoom: 1;
}

#main nav ul::after {
  content: '';
  display: table;
  clear: both;
}

#main nav ul li {
  float: left;
  margin-right: 4px;
}

#main nav ul li:last-child {
  margin: 0;
}

#main nav ul li a {
  display: block;
  padding: 21px 0;
  width: 227px;
  background: rgba(139, 122, 122, 0.35);
  text-align: center;
}

#main nav ul li a:hover,
#main nav ul li.active a {
  background: rgba(37, 34, 43, 0.75);
}

#main nav.header {
  margin: 0 0 10px;
}

#main nav.header ul li a:hover,
#main nav.header ul .active a {
  padding-bottom: 19px;
  border-bottom: 2px solid #ba3921;
}

#main nav.footer {
  margin-bottom: 30px;
}

#main nav.footer ul li a:hover,
#main nav.footer ul .active a {
  padding-top: 19px;
  border-top: 2px solid #ba3921;
}

#main section {
  margin-bottom: 30px;
}

#main section h1 {
  margin-bottom: 4px;
}

#main section div {
  background: rgba(37, 34, 43, 0.75);
}

#main .owo-banner a, #main #about #feature ul li a, #main #about #women dl dd ul li a,
#main #about #men dl dd ul li a, #main #price ul li a {
  opacity: 1;
  transition: opacity .2s linear;
}

#main .owo-banner a:hover, #main #about #feature ul li a:hover, #main #about #women dl dd ul li a:hover,
#main #about #men dl dd ul li a:hover, #main #price ul li a:hover {
  opacity: .6;
}

#main {
  *zoom: 1;
  position: relative;
}

#main::after {
  content: '';
  display: table;
  clear: both;
}

#main > h1 {
  position: static;
  margin: 0 0 10px;
}

#main .movie {
  float: right;
  margin-bottom: 10px;
}

#main .owo-banner {
  float: left;
  margin-bottom: 10px;
}

#main #about {
  *zoom: 1;
  float: left;
  margin-bottom: 10px;
}

#main #about::after {
  content: '';
  display: table;
  clear: both;
}

#main #about h1 {
  margin-bottom: 1px;
}

#main #about #feature ul {
  *zoom: 1;
}

#main #about #feature ul::after {
  content: '';
  display: table;
  clear: both;
}

#main #about #feature ul li {
  float: left;
  margin-right: 1px;
}

#main #about #feature ul li:last-child {
  margin: 0;
}

#main #about div {
  background: none;
}

#main #about #women {
  clear: left;
  float: left;
  margin-right: 10px;
}

#main #about #men {
  float: left;
}

#main #about #women dl dt,
#main #about #men dl dt,
#main #about #women dl dd ul li,
#main #about #men dl dd ul li {
  margin-bottom: 1px;
}

#main #about #women dl dt,
#main #about #men dl dt {
  background: rgba(37, 34, 43, 0.75);
}

#main #about #women dl dt a,
#main #about #men dl dt a {
  display: block;
  position: relative;
}

#main #about #women dl dt a img:last-child,
#main #about #men dl dt a img:last-child {
  position: absolute;
  top: 29px;
  right: 22px;
}

#main #about #women dl dd ul li:last-child,
#main #about #men dl dd ul li:last-child {
  margin: 0;
}

#main #case {
  position: relative;
  float: left;
  margin-right: 10px;
  padding: 0 !important;
  background: rgba(37, 34, 43, 0.75);
}

* + html #main #case {
  width: 513px;
}

#main #case h1 {
  position: absolute;
  top: 30px;
  left: 20px;
  margin: 0;
}

#main #case #slide,
#main #case #slide div {
  display: block;
  /* width:421px; */
  width: 563px;
  /* height:200px; */
  height: 249px;
  background: none;
}

#main #case #slide {
  position: relative;
  float: right;
}

/*
#main #case #slide div {
	width:468px;
}
*/
#main #case #slide .slides_container {
  *zoom: 1;
  margin: 73px auto 0;
  width: 350px;
  height: 187px;
}

#main #case #slide .slides_container::after {
  content: '';
  display: table;
  clear: both;
}

#main #case #slide .slides_container img {
  width: 100%;
  height: 100%;
}

#main #case #slide .prev,
#main #case #slide .next {
  position: absolute;
  bottom: 83px;
  z-index: 900;
}

#main #case #slide .prev {
  left: 85px;
}

#main #case #slide .next {
  right: 90px;
}

#main #case .link {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 200;
}

#main #case .link a img[src*=arrow],
#main #case .link a img[src*=index_about_title],
#main #case .link a img[src*=pagetop] {
  background: #b8b9ba;
  transition: all 1s ease;
}

#main #case .link a:hover img[src*=arrow],
#main #case .link a:hover img[src*=index_about_title],
#main #case .link a:hover img[src*=pagetop] {
  background: #bd995b;
}

#main #price {
  float: left;
}

#main #price ul li {
  margin-bottom: 5px;
  background: rgba(37, 34, 43, 0.75);
}

#main #price ul li:last-child {
  margin: 0;
}

#main .price-info {
  background: none;
}

#main .price-info .info-text {
  line-height: 1.5;
  font-size: 8px;
  color: #b8b9ba;
}

#main .price-info .info-text .title {
  font-weight: bold;
}

#main .price-info .caition {
  margin-top: 3px;
}

#main aside {
  position: absolute;
  top: 644px;
  right: 0;
  width: 176px;
}

#main aside #qa {
  position: relative;
  overflow: hidden;
  height: 552px;
  background: url(../img/index_qa_bg.gif) left top repeat;
}

#main aside #qa h1 {
  position: relative;
  z-index: 100;
  padding: 30px 0 31px 20px;
}

#main aside #qa ol {
  margin: 0 10px;
}

#main aside #qa ol li {
  margin: -2px 0 24px;
}

#main aside #qa ol li dl dt,
#main aside #qa ol li dl dd {
  line-height: 1.4;
}

#main aside #qa ol li dl dt {
  color: #b8b9ba;
}

#main aside #qa ol li dl dd a {
  color: #bd995b;
}

#main aside #qa ol li dl dd a:hover {
  text-decoration: underline;
}

#main aside #qa .link {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px;
  width: 156px;
  background: url(../img/index_qa_link_bg.png) bottom left no-repeat;
  text-align: right;
}

#main aside #qa .link a img[src*=arrow],
#main aside #qa .link a img[src*=index_about_title],
#main aside #qa .link a img[src*=pagetop] {
  background: #b8b9ba;
  transition: all 1s ease;
}

#main aside #qa .link a:hover img[src*=arrow],
#main aside #qa .link a:hover img[src*=index_about_title],
#main aside #qa .link a:hover img[src*=pagetop] {
  background: #bd995b;
}

/*----------------------------------------------------------------------
7.	#footer
----------------------------------------------------------------------*/
#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

#footer > * {
  margin: 0 auto;
  width: 920px;
}

#footer .f-info {
  margin-bottom: 24px;
  background: rgba(37, 34, 43, 0.75);
}

#footer .f-info > .title {
  padding: 20px 0 28px;
  background: url(../img/footer_info_title_bg.gif);
  text-align: center;
}

#footer .f-info .form {
  *zoom: 1;
  padding: 38px 36px 27px;
  border-bottom: 1px solid #47424b;
}

#footer .f-info .form::after {
  content: '';
  display: table;
  clear: both;
}

#footer .f-info .form .lead {
  float: left;
  margin-right: 26px;
  padding: 30px 0 28px 167px;
  background: url(../img/footer_info_form_bg.jpg) left center no-repeat;
}

#footer .f-info .form-list {
  overflow: hidden;
}

#footer .f-info .form-item {
  float: left;
  margin-right: 14px;
}

#footer .f-info .form-item:last-child {
  margin-right: 0;
}

#footer .f-info .form-item img {
  display: block;
  margin: 0 auto 9px;
}

#footer .f-info .form-item a {
  display: block;
  padding: 2px;
  border: 1px solid #bd995b;
  transition: opacity .2s linear;
}

#footer .f-info .form-item a img {
  margin: 0;
  opacity: 1;
  transition: all .2s linear;
}

#footer .f-info .form-item a:hover img {
  opacity: 0;
}

#footer .f-info .form-item.mail a {
  background: url(../img/footer_info_form_mail_h.gif) 2px 2px no-repeat;
}

#footer .f-info .form-item.counseling a {
  background: url(../img/footer_info_form_counseling_h.gif) 2px 2px no-repeat;
}

#footer .f-info .clinic {
  position: relative;
  padding: 27px 0 38px 36px;
  background: url(../img/footer_info_clinic_bg.png) 609px 16px no-repeat;
}

#footer .f-info .clinic-item {
  margin-bottom: 20px;
}

#footer .f-info .clinic-item:last-child {
  margin: 0;
}

#footer .f-info .clinic-item .title {
  position: relative;
  float: left;
  margin-right: 10px;
  width: 142px;
  height: 25px;
}

#footer .f-info .clinic-item .title img {
  position: absolute;
  bottom: 0;
}

#footer .f-info .clinic-item .tel {
  overflow: hidden;
  line-height: 25px;
  font-size: 1.3em;
  color: #c8c8c9;
}

#footer .f-info .clinic-item .tel img {
  margin: 2px 7px 1px 0;
}

#footer .f-info .clinic-item .tel span {
  font-size: 0.8461538462em;
}

#footer .f-info .link {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

#footer .f-info .link a img {
  background: #b8b9ba;
  transition: all 1s ease;
}

#footer .f-info .link a:hover img {
  background: #bd995b;
}

#footer .text {
  margin-bottom: 4px;
  line-height: 1.4;
  color: #8C8C8D;
}

#footer aside ul {
  margin-left: 28em;
}

#footer aside ul li {
  display: inline;
  margin-right: 3em;
  line-height: 34px;
}

#footer aside ul li a {
  color: #b8b9ba;
}

#footer aside #pagetop {
  position: fixed;
  right: 0;
  bottom: 90px;
}

#footer aside #pagetop a img[src*=arrow],
#footer aside #pagetop a img[src*=index_about_title],
#footer aside #pagetop a img[src*=pagetop] {
  background: #b8b9ba;
  transition: all 1s ease;
}

#footer aside #pagetop a:hover img[src*=arrow],
#footer aside #pagetop a:hover img[src*=index_about_title],
#footer aside #pagetop a:hover img[src*=pagetop] {
  background: #bd995b;
}

#footer #copyright {
  margin-top: -34px;
  background: url(../img/footer_copyright_bg.png) right center no-repeat;
  line-height: 34px;
  color: #b8b9ba;
}

/*----------------------------------------------------------------------
市島フィールドここから
----------------------------------------------------------------------*/
#index #main #case {
  margin-bottom: 10px;
  padding-bottom: 24px;
}

#index #container #content #main #drprofile {
  position: relative;
  clear: both;
  padding: 25px 25px 0;
  width: 683px;
  min-height: 224px;
  background: rgba(37, 34, 43, 0.75);
}

#index #container #content #main #drprofile h1 {
  float: left;
}

#index #container #content #main #drprofile h2 {
  float: left;
  padding: 4px 0 0 18px;
}

#index #container #content #main #drprofile p.drprofile_pic {
  clear: both;
  margin-top: 37px;
  margin-left: -25px;
}

#index #container #content #main #drprofile .link {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 200;
}

#index #container #content #main #drprofile .link a img[src*=arrow],
#index #container #content #main #drprofile .link a img[src*=index_about_title],
#index #container #content #main #drprofile .link a img[src*=pagetop] {
  background: #b8b9ba;
  transition: all 1s ease;
}

#index #container #content #main #drprofile .link a img[src*=arrow]:hover,
#index #container #content #main #drprofile .link a img[src*=index_about_title]:hover,
#index #container #content #main #drprofile .link a img[src*=pagetop]:hover {
  background: #bd995b;
}

#index #main aside #qa {
  height: 508px;
}

#index #container #content #main #drprofile {
  background: url(../img/index_drprofile_bg.jpg) left top repeat-x;
}

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