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

layout CSS File

File Name		layout.css
Note			共通レイアウト用スタイルシート


New Creation
Update


Created By		Yoshiaki Murakami

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

1.	htmlタグ
2.	container
3.	共通部分
4.	header
5.	content
	5-1.	main
	5-2.	sub
6.	footer

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	htmlタグ
----------------------------------------------------------------------*/
html {
  height: 100%;
}

body {
  height: 100%;
  background: #eae5d8;
}

* + html body img.assist {
  display: none;
}

#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;
  font-size: 1em;
  color: #59514e;
}

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

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

* html #container {
  height: 100%;
}

body > #container {
  height: auto;
}

#container #smartphone {
  text-align: center;
}

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

/*----------------------------------------------------------------------
3.	共通部分
----------------------------------------------------------------------*/
.nav {
  margin: 0 auto;
  width: 860px;
  height: 58px;
  text-align: center;
}

.nav ul {
  overflow: hidden;
  *zoom: 1;
  margin-left: 220px;
  background: url(../img/nav_bg.gif) left top no-repeat;
}

* + html .nav ul {
  zoom: 1;
}

.nav ul li {
  display: inline;
  float: left;
}

.nav ul li a {
  display: block;
  position: relative;
  height: 58px;
}

.nav ul li ul {
  display: none;
}

.notice-tax {
  margin: 20px 34px 10px;
  padding: 12px 0;
  border: 1px solid #C9C9CA;
  background-color: #f6f7f7;
  text-align: center;
  line-height: 1.2;
  font-size: 1em;
  color: #e85554;
}

/*----------------------------------------------------------------------
4.	header
----------------------------------------------------------------------*/
#header {
  position: relative;
  z-index: 100;
  padding-bottom: 11px;
  background: url(../img/header_bg.png) left top repeat-x;
}

#header .wrapper {
  background: url(../img/h1_bg.gif) center top no-repeat;
}

#header .wrapper .wrapper {
  position: relative;
  margin: 0 auto;
  width: 860px;
}

#header .wrapper .wrapper h1,
#header .wrapper .wrapper .h-text {
  margin: 0 auto;
  padding: 0 0 3px;
  width: 860px;
  text-align: right;
  line-height: 23px;
  color: #bfae83;
}

#header .wrapper .wrapper #logo {
  position: absolute;
  top: 0;
  left: -6px;
  z-index: 999;
}

#header .wrapper .wrapper #gnavi {
  margin-top: 82px;
  padding: 7px 0 1px;
}

* + html #header .wrapper .wrapper #gnavi {
  margin-top: 0;
  padding-top: 88px;
}

#header .wrapper .wrapper .info {
  position: absolute;
  top: 29px;
  right: -3px;
}

#header .wrapper .wrapper .info .title {
  float: left;
  margin: 24px 18px 0 0;
}

#header .wrapper .wrapper .info .tel {
  float: left;
  margin: 6px 7px 0 0;
}

#header .wrapper .wrapper .info .tab-list {
  *zoom: 1;
}

#header .wrapper .wrapper .info .tab-list:after {
  content: "";
  display: table;
  clear: both;
}

#header .wrapper .wrapper .info .tab-item {
  float: left;
  margin: 0;
  padding: 5px 0 4px;
  width: 49px;
  height: 13px;
  border-bottom: 1px solid #c2c3c3;
  border-left: 1px solid #c2c3c3;
  text-align: center;
}

#header .wrapper .wrapper .info .tab-item.hover, #header .wrapper .wrapper .info .tab-item.is-active {
  padding: 4px 0 5px;
  border-top: 1px solid #c2c3c3;
  border-bottom: none;
  background: url(../img/header_info_tel_tab_bg.gif) left top repeat-x;
}

#header .wrapper .wrapper .info .tab-item.hover a img {
  width: auto !important;
  height: auto !important;
}

#header .wrapper .wrapper .info .tab-item:last-child {
  border-right: 1px solid #c2c3c3;
}

#header .wrapper .wrapper .info .tel-list {
  padding: 7px 0 0;
}

#header .wrapper .wrapper .info .tel-item {
  display: none;
  text-align: center;
  color: #474645;
}

#header .wrapper .wrapper .info .tel-item img {
  margin-bottom: 3px;
}

#header .wrapper .wrapper .info .tel-item.is-active {
  display: block;
}

#header .wrapper .wrapper .info .form {
  float: left;
}

#header .wrapper .wrapper .info .form li {
  background: url(../img/header_info_form_bg.gif) left top no-repeat;
}

#header .wrapper .wrapper .info .form .mail {
  margin-bottom: -1px;
}

#header .wrapper .wrapper .info .form .counseling {
  background-position: left bottom;
}

#header .wrapper .wrapper .info .form li a {
  width: 185px;
  height: 39px;
}

/*----------------------------------------------------------------------
5.	content
----------------------------------------------------------------------*/
#content {
  margin-top: -5px;
  padding-bottom: 356px;
}

#content .wrapper {
  margin: 27px auto 0;
  width: 860px;
}

#topicpath {
  position: relative;
  z-index: 80;
  border-bottom: 1px solid #8d7d6d;
  background: #dad2bc;
}

#topicpath ol {
  overflow: hidden;
  *zoom: 1;
  margin: 0 auto;
  padding-left: 220px;
  width: 640px;
}

#topicpath ol li {
  float: left;
  margin-right: 4px;
  padding: 8px 16px 6px 0;
  background: url(../img/topicpath_bg.gif) right top no-repeat;
  color: #483a31;
}

#topicpath ol li a {
  color: #483a31;
}

#topicpath ol li a:hover {
  text-decoration: underline;
}

#topicpath ol .last {
  margin: 0;
  padding-right: 0;
  background: none;
}

/*
5-1.	main
----------------------------------------------------------------------*/
#main {
  float: right;
  margin-right: -8px;
  width: 656px;
}

#main .title {
  position: relative;
  z-index: 100;
  padding: 13px 13px 48px;
  background: url(../img/main_title_bg.gif) left top no-repeat;
}

#main .wrapper {
  margin: -20px 13px 0;
  padding: 0 1px;
  width: auto;
  background: url(../img/main_bg.gif) top center repeat-y;
}

#main .wrapper .section {
  margin-bottom: 35px;
  padding-bottom: 33px;
  background: url(../img/main_section_bg.gif) left bottom repeat-x;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#main .wrapper div.last {
  margin-bottom: 0;
}

#main .wrapper .section * {
  margin: 0 34px;
}

#main .wrapper .section * * {
  margin: 0;
  font-size: 1em;
}

#main .wrapper .section .title {
  margin: 0 0 13px;
  padding: 12px 0 0 35px;
  height: 35px;
  background: url(../img/main_section_title_bg.gif) left top no-repeat;
}

#main .wrapper .section p {
  margin-top: -0.4285714286em;
  margin-bottom: -0.4285714286em;
  line-height: 1.8571428571;
  font-size: 1.4em;
  color: #535252;
}

#main .wrapper .section p.pic {
  margin: 0;
}

#main .wrapper .section div {
  margin-bottom: 30px;
  padding-bottom: 1px;
  background: url(../img/main_section_paragraph_bg.gif) left bottom repeat-x;
}

#main .wrapper .section .last {
  padding: 0;
  background: none;
}

#main .wrapper .section div .title {
  margin: 0;
  padding: 0;
  height: auto;
  background: none;
}

#main .aside {
  margin: 0 5px;
}

#main .wrapper .aside {
  margin: 0 34px;
}

#main .wrapper .aside .m-form {
  *zoom: 1;
  position: relative;
  margin-bottom: 30px;
  padding-top: 4px;
  border: 1px solid #baafa6;
  background: url(../img/main_info_bg.gif) left top repeat-x;
}

#main .wrapper .aside .m-form:after {
  content: "";
  display: table;
  clear: both;
}

* + html #main .wrapper .aside .m-form {
  height: 1%;
}

#main .wrapper .aside .m-form .title {
  float: left;
  padding: 11px 21px 0 28px;
  background: none;
}

#main .wrapper .aside .m-form .form-list {
  *zoom: 1;
}

#main .wrapper .aside .m-form .form-list:after {
  content: "";
  display: table;
  clear: both;
}

#main .wrapper .aside .m-form .form-item {
  float: left;
  padding: 7px 0;
  background: url(../img/main_aside_info_form_bg.gif) left 7px no-repeat;
}

#main .wrapper .aside .m-form .form-item.mail {
  margin-right: 4px;
}

#main .wrapper .aside .m-form .form-item.counseling {
  background-position: right 7px;
}

#main .wrapper .aside .m-form .form-item a {
  display: block;
  width: 185px;
  height: 41px;
}

#main .m-info {
  margin-bottom: 30px;
}

#main .m-info > .title {
  z-index: 1;
  margin-bottom: -83px;
  padding: 13px 13px 83px;
  background: url(../img/main_info_bg_header.gif) left top no-repeat;
}

#main .m-info .form {
  position: relative;
  z-index: 2;
  margin: 0 13px;
  padding: 24px 0 25px 40px;
  background: url(../img/main_info_form_bg.gif) left bottom no-repeat;
}

#main .m-info .form .lead {
  padding: 0 38px 75px 139px;
  background: url(../img/main_info_form_bg2.jpg) left center no-repeat;
  text-align: center;
}

#main .m-info .form-list {
  position: absolute;
  bottom: 20px;
  left: 181px;
}

#main .m-info .form-item {
  float: left;
  margin-right: 3px;
  text-align: center;
}

#main .m-info .form-item:last-child {
  margin: 0;
}

#main .m-info .form-item img {
  display: block;
  margin: 5px auto 0;
}

#main .m-info .form-item a {
  display: block;
}

#main .m-info .form-item a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

#main .m-info .form-item a img {
  margin: 0;
}

#main .m-info .form-item.mail a {
  background: url(../img/main_info_form_mail_h.gif) left bottom no-repeat;
}

#main .m-info .form-item.counseling a {
  background: url(../img/main_info_form_counseling_h.gif) left bottom no-repeat;
}

#main .m-info .clinic {
  *zoom: 1;
  margin: 0 13px;
  padding: 21px 0 0 40px;
  border: 1px solid #c7bcb5;
  border-top: 0;
  background: #fff;
}

#main .m-info .clinic:after {
  content: "";
  display: table;
  clear: both;
}

#main .m-info .clinic-item {
  margin-bottom: 5px;
  font-size: 1.2em;
}

#main .m-info .clinic-item img {
  vertical-align: bottom;
}

#main .m-info .clinic-item .title {
  position: static;
  float: left;
  margin-right: 13px;
  padding: 0;
  background: none;
}

#main .m-info .clinic-item .tel {
  overflow: hidden;
  vertical-align: bottom;
  line-height: 24px;
  font-size: 1em;
  color: #7d7d7d;
}

#main .m-info .clinic-item .tel img {
  margin: 7px 4px 1px 0;
}

#main .m-info .clinic-item .tel span {
  font-size: 0.8333333333em;
}

#main .m-info .link {
  float: right;
  padding: 13px 8px 11px 0;
}

#main .m-info .link a {
  display: block;
  background: url(../img/main_info_clinic_link_h.gif) right top no-repeat;
}

#main .m-info .link a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/*
5-2.	sub
----------------------------------------------------------------------*/
#sub {
  margin-left: 5px;
  padding-top: 8px;
  width: 180px;
}

#sub #menu {
  margin-bottom: 25px;
}

#sub #menu ul {
  border-bottom: 1px solid #fff;
}

#sub #menu ul li {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #baafa6;
}

#sub #menu ul .hover a {
  display: block;
  width: 180px;
  height: 41px;
}

#sub #menu ul .hover a:hover {
  background: none;
}

#sub #menu ul .hover a:hover img {
  width: 0 !important;
  height: 0 !important;
  vertical-align: top;
}

#sub #menu ul li ul .hover a,
#sub #menu ul .hover ul li a {
  display: block;
  height: 25px;
}

#sub #menu ul li ul .hover a:hover,
#sub #menu ul .hover ul li a:hover {
  background: none;
}

#sub #menu ul li ul .hover a:hover img,
#sub #menu ul .hover ul li a:hover img {
  width: 0 !important;
  height: 0 !important;
  vertical-align: top;
}

#sub #menu ul .first {
  border-top: none;
}

#sub #menu ul li img,
#sub #menu ul li a {
  display: block;
  padding-left: 17px;
  height: 13px;
  background: url(../img/link_bg.gif) left top no-repeat;
  line-height: 13px;
  color: #62544d;
  padding: 0;
  height: auto;
  background: none;
  line-height: auto;
}

#sub #menu ul .active a img,
#sub #menu ul .active a:hover img,
#sub #menu ul li ul .active a img,
#sub #menu ul li ul .active a:hover img {
  width: auto !important;
  height: auto !important;
  background: none;
}

#sub #menu ul li a img {
  padding: 0;
  background: none;
}

* + html #sub #menu ul li a img {
  vertical-align: top;
}

#sub #menu ul li ul,
#sub #menu ul li ul li {
  border: none;
}

#sub #menu ul li ul {
  margin-bottom: 16px;
}

.s-info {
  margin-bottom: 25px;
  border: 1px solid #baafa6;
  background: #fff;
}

.s-info .title {
  border-bottom: 1px solid #baafa6;
}

.s-info .tel {
  margin: 12px 8px 0 7px;
}

.s-info .tel li {
  margin-bottom: 6px;
}

.s-info .tel-item {
  text-align: center;
  color: #6a6a6a;
}

.s-info .tel-item:last-child {
  margin-bottom: 4px;
}

.s-info .tel-item img {
  margin-bottom: 3px;
}

.s-info .form {
  margin: 0 4px 5px;
  background: url(../img/sub_info_form_bg.gif) left top no-repeat;
}

.s-info .form a {
  width: 170px;
  height: 38px;
}

.s-info .form .counseling a {
  height: 37px;
}

#sub .banner {
  margin-bottom: 25px;
  padding-bottom: 7px;
  background: url(../img/sub_banner_bg_footer.gif) left bottom repeat-x #dcd5c0;
}

#sub .banner ul {
  padding-top: 12px;
  background: url(../img/sub_banner_bg_header.gif) left top repeat-x;
}

#sub .banner ul li {
  margin-bottom: 6px;
  text-align: center;
}

#sub .campaign,
#sub .campaign ul {
  margin: 0;
  padding: 0;
  background: none;
}

#sub .campaign ul li {
  margin-bottom: 20px;
}

#sub .campaign ul li img {
  border: 1px solid #baafa6;
}

#sub .campaign ul .adjustment {
  margin: -4px 0 20px -4px;
}

#sub .campaign ul .adjustment img {
  border: none;
}

#sub .open {
  margin: 0 15px 20px;
}

#sub .regenerative > * {
  margin-bottom: 15px;
  text-align: center;
}

#sub .regenerative a {
  transition: all .3s linear;
}

#sub .regenerative a:hover {
  opacity: .5;
}

/*----------------------------------------------------------------------
6.	footer
----------------------------------------------------------------------*/
#footer {
  position: absolute;
  bottom: 0;
  z-index: 90;
  padding-top: 12px;
  width: 100%;
  background: url(../img/footer_bg2.gif) left top 6px repeat-x, url(../img/footer_bg.png) left top repeat-x;
}

#footer #fnavi {
  position: relative;
  margin: 0 auto;
  padding: 3px 0 12px;
  background: url(../img/fnavi_bg.gif) 194px 3px no-repeat;
}

#footer #fnavi .logo {
  position: absolute;
  top: 3px;
  left: 0;
}

#footer .wrapper {
  padding: 10px 0 0;
  background: url(../img/footer_wrapper_bg.gif) left bottom repeat-x #a3968a;
}

#footer .wrapper #cnavi {
  margin-top: 17px;
  padding-bottom: 20px;
  width: auto;
  height: auto;
}

#footer .wrapper #cnavi ul {
  overflow: hidden;
  *zoom: 1;
  display: block;
  margin: 0 auto;
  width: 858px;
  border-right: 1px solid #bfb5ad;
  border-left: 1px solid #62544d;
  background: none;
}

#footer .wrapper #cnavi ul li {
  padding: 0 10px;
  width: 121px;
  border-right: 1px solid #62544d;
  border-left: 1px solid #bfb5ad;
  text-align: left;
  font-size: 1.2em;
  color: #fff;
}

#footer .wrapper #cnavi ul li a {
  display: block;
  padding-left: 19px;
  width: auto;
  height: auto;
  background: url(../img/footer_cnavi_bg1.gif) left top no-repeat;
  line-height: 1.25;
  color: #fff;
}

#footer .wrapper #cnavi ul li a:hover {
  text-decoration: underline;
}

#footer .wrapper #cnavi ul li ul {
  margin: 9px 6px 0;
  width: auto;
  border: none;
}

#footer .wrapper #cnavi ul li ul li {
  display: list-item;
  float: none;
  margin: -1px 0;
  padding: 4px 0;
  width: auto;
  border: none;
  line-height: 1.2;
  font-size: 0.8333333333em;
}

#footer .wrapper #cnavi ul li ul li a {
  padding-left: 11px;
  background: url(../img/footer_cnavi_bg2.gif) left 1px no-repeat;
  line-height: 1;
  color: inherit;
}

#footer .wrapper .text,
#footer .wrapper .f-lead,
#footer .wrapper .f-text,
#footer .wrapper h2,
#footer .wrapper h3 {
  margin: 10px auto;
  width: 860px;
  text-align: center;
  line-height: 1.4;
  color: #fff;
}

#footer .wrapper .text a,
#footer .wrapper .f-lead a,
#footer .wrapper .f-text a,
#footer .wrapper h2 a,
#footer .wrapper h3 a {
  color: #fff;
}

#footer .wrapper h2,
#footer .wrapper .f-lead {
  margin-top: -2px;
}

#footer .wrapper h3,
#footer .wrapper .f-text {
  margin-top: 0;
  padding-top: 12px;
  width: auto;
  background: url(../img/footer_cnavi_bg3.gif) left top repeat-x;
}

#footer .wrapper #copyright {
  padding-top: 3px;
  background: url(../img/copyright_bg.gif) top center no-repeat;
  text-align: center;
  line-height: 24px;
  color: #bfae83;
}

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