@charset "UTF-8";
/* reset
============================================== */
@import url("./reset.css");
/* @mixin
============================================== */
/* $variable
============================================== */
/* layout
============================================== */
html {
  font-size: 62.5%;
  /* 1rem=10px, 1.1rem=11px ...*/
  height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #f4f7fc;
	text-align: left;
	font: 1.6rem/1.6 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	color: #000000;
}

.wrapper {
  margin: 0 auto;
  width: 100%;
}

.inner {
  margin: 0 auto;
  width: 1000px;
  box-sizing: border-box;
}

header {
  width: auto;
  height: 180px;
}

#main_content {
  margin: 0 auto 0;
  padding: 60px 0;
  background-color: #FFFFFF;
  width: 1000px;
}
#main_content {
  *zoom: 1;
}
#main_content:before, #main_content:after {
  content: "";
  display: table;
}
#main_content:after {
  clear: both;
}
#main_content #side {
  width: 300px;
  float: left;
}
#main_content #main {
  margin-right: 40px;
  width: 660px;
  float: right;
}

footer {
  width: 100%;
  text-align: center;
}

/* page style
============================================== */
a {
  outline: 0;
  text-decoration: underline;
}
a:link {
	color: #E2017E;
}
a:visited {
  color: #c7307c;
}
a:active {
  color: #e2017e;
  text-decoration: none;
}
a:hover {
  color: #e2017e;
  text-decoration: none;
}

em {
  font-weight: bold;
  color: #e2017e;
}

strong {
	font: bold 2.0rem "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #e2017e;
	letter-spacing: 10%;
}

#fixed {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

/* clear fix */
.cf {
  *zoom: 1;
}
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

/* header style
============================================== */
header {
  background-color: #30469a;
  border-bottom: 1px solid #FFFFFF;
  position: relative;
}
header .inner {
  height: 180px;
  position: relative;
}
header #header_logo {
	position: absolute;
	top: 50%;
	left: 18px;
	margin-top: -52.5px;
}
header #header_logo a {
  background: transparent url('../image/logo.png') no-repeat 0 0;
  width: 479px;
  height: 105px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
header #header_tel {
	background: transparent url('../image/tel.png') no-repeat 0 0;
	width: 318px;
	height: 62px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: 50%;
	right: 24px;
	margin-top: -31px;
}

/* #main_nav style
============================================== */
#main_nav {
  height: 50px;
  line-height: 50px;
}
#main_nav ul {
  border-right: 1px solid #c98eaa;
}
#main_nav ul {
  *zoom: 1;
}
#main_nav ul:before, #main_nav ul:after {
  content: "";
  display: table;
}
#main_nav ul:after {
  clear: both;
}
#main_nav ul li {
  height: 50px;
  border-left: 1px solid #c98eaa;
  width: 199px;
  text-align: center;
  font-size: 20px;
  float: left;
}
#main_nav ul li:first-child {
  width: 198px;
}
#main_nav ul li a {
  background: #ffeaf3 url("../image/main_nav_bg.png") repeat-x 0 0;
  height: 50px;
  letter-spacing: 3px;
  display: block;
}
#main_nav ul li a.active {
  background: #FFFFFF none no-repeat 0 0;
  font-weight: bold;
}
#main_nav ul li a.active:link, #main_nav ul li a.active:visited {
  color: #e2017e;
}
#main_nav ul li a:link, #main_nav ul li a:visited {
  text-decoration: none;
  color: #b61f6b;
}
#main_nav ul li a:active, #main_nav ul li a:hover {
  text-decoration: none;
  line-height: 47px;
  color: #e2017e;
}

/* #slider style
============================================== */
#slider .bx-viewport {
  border: none;
  box-shadow: none;
  left: 0;
}

/* #side style
============================================== */
#side {
  text-align: center;
}
#side #side_nav {
  margin: 0 auto 40px;
  width: 220px;
  text-align: left;
}
#side #side_nav div {
  background: #c7307c url("../image/sprite.png") no-repeat 20px 18px;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#side #side_nav ul {
  border-left: 1px solid #c7307c;
  border-right: 1px solid #c7307c;
  border-bottom: 1px solid #c7307c;
}
#side #side_nav ul li + li {
  border-top: 1px dotted #c7307c;
}
#side #side_nav ul li a {
	padding: 12px 0;
	font-size: 1.8rem;
	letter-spacing: 2px;
	position: relative;
	display: block;
}
#side #side_nav ul li a:before {
  margin: 0 12px 0 19px;
  background: transparent url("../image/sprite.png") no-repeat 0 -50px;
  content: "";
  width: 13px;
  height: 13px;
  display: inline-block;
  position: relative;
  top: 1px;
}
#side #side_nav ul li a:link, #side #side_nav ul li a:visited {
	text-decoration: none;
	color: #333333;
}
#side #side_nav ul li a:active, #side #side_nav ul li a:hover {
	text-decoration: none;
	color: #c7307c;
	font-size: 1.8rem;
}

/* #main style
============================================== */
#main section + section {
  margin-top: 3em;
}
#main h1 {
  margin-bottom: 20px;
  background: transparent url("../image/headline.png") no-repeat 0 0;
  border-bottom: 1px solid #30469a;
  width: 100%;
  height: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#main h1#h1_home {
  background-position: 0 0;
}
#main h1#h1_clinic {
  background-position: 0 -40px;
}
#main h1#h1_services {
  background-position: 0 -80px;
}
#main h1#h1_access {
  background-position: 0 -120px;
}
#main h1#h1_director {
  background-position: 0 -160px;
}
#main h2 {
  margin-bottom: 1em;
  background: transparent url("../image/h2_bg.png") repeat-x 0 0;
  height: 31px;
  line-height: 31px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 2.0rem;
  color: #1a53a6;
}
#main h2 {
  *zoom: 1;
}
#main h2:before, #main h2:after {
  content: "";
  display: table;
}
#main h2:after {
  clear: both;
}
#main h2:before {
  content: "";
  margin-left: 10px;
  margin-right: 7px;
  background: transparent url("../image/sprite.png") no-repeat 0 -65px;
  width: 17px;
  height: 31px;
  display: block;
  float: left;
}
#main h3 {
	font: bold 2.0rem "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #e2017e;
	letter-spacing: 10%;
}
#main p {
  margin-bottom: 1em;
}
#main p + p {
  margin: 1em 0;
}
#main .page_header_img {
  margin-bottom: 40px;
}
#main #news {
	padding: 15px 10px;
	background-color: #eef5fb;
	width: 660px;
	height: 320px;
}
#main #news h2 {
  margin-bottom: 0.5em;
  background-image: none;
  border-bottom: 1px solid #30469a;
  width: 100%;
}
#main #news h2:before {
  content: "";
  margin-left: 10px;
  margin-right: 7px;
  background: transparent url("../image/sprite.png") no-repeat 0 -65px;
  width: 17px;
  height: 31px;
  display: block;
  float: left;
}
#main #news_frame{
	margin-top: 40px;
	width: 660px;
	height: 300px;
}
#main #news ul {
  margin-left: 30px;
  list-style-position: outside;
}
#main #news ul li {
  font-size: 1.6rem;
  color: #c7307c;
}
#main .services_text {
  padding-left: 145px;
}
#main .services_text + .services_text {
  margin: 1em 0;
}
#main .services_text {
  *zoom: 1;
}
#main .services_text:before, #main .services_text:after {
  content: "";
  display: table;
}
#main .services_text:after {
  clear: both;
}
#main .services_icon {
  margin-left: -145px;
  padding: 0 15px 15px 0;
  float: left;
}
#main .clinic_text {
  padding-left: 275px;
}
#main .clinic_text + .services_text {
  margin: 1em 0;
}
#main .clinic_text {
  *zoom: 1;
}
#main .clinic_text:before, #main .clinic_text:after {
  content: "";
  display: table;
}
#main .clinic_text:after {
  clear: both;
}
#main .clinic_img {
  margin-left: -275px;
  padding: 0 15px 15px 0;
  float: left;
}
#main .director_img {
  padding: 0 15px 15px 0;
  float: left;
}
#main #history_table {
	font-size: 1.6rem;
}
#main #history_table th {
	padding-right: 18px;
	font-weight: normal;
}
#main .access_text {
  padding-left: 275px;
}
#main .access_text + .services_text {
  margin: 1em 0;
}
#main .access_text {
  *zoom: 1;
}
#main .access_text:before, #main .access_text:after {
  content: "";
  display: table;
}
#main .access_text:after {
  clear: both;
}
#main .access_img {
  margin-left: -275px;
  padding: 0 15px 15px 0;
  float: left;
}

/* footer style
============================================== */
footer #footer_info {
  padding: 40px;
  background-color: #ffeaf3;
  text-align: left;
  overflow: hidden;
}
footer #footer_info .footer_box_2row {
  width: 460px;
  box-sizing: border-box;
  float: left;
}
footer #footer_info .footer_box_2row:first-child {
  padding-right: 40px;
}
footer #footer_info p + p {
  margin: 1em 0;
}
footer #footer_info #open_table {
  border: 1px solid #999999;
  width: 100%;
  font-size: 11px;
  vertical-align: middle;
}
footer #footer_info #open_table tr + tr > th, footer #footer_info #open_table tr + tr > td {
  border-top: 1px solid #CCCCCC;
}
footer #footer_info #open_table tr > * + * {
  border-left: 1px solid #CCCCCC;
}
footer #footer_info #open_table th, footer #footer_info #open_table td {
  padding: 5px 0;
}
footer #footer_info #open_table th {
  background-color: #edf0f1;
  font-weight: normal;
  text-align: right;
}
footer #footer_info #open_table th.open_time {
  padding-right: 5px;
}
footer #footer_info #open_table td {
	background-color: #FFFFFF;
	font-size: 1.4rem;
	font-weight: normal;
	color: #30469a;
}
footer #footer_info #open_table .week {
	width: 40px;
	text-align: center;
}
footer #footer_info iframe {
  border: 1px solid #999999 !important;
}
footer #copy_right {
  background-color: #1a53a6;
  height: 55px;
  line-height: 55px;
  color: #FFFFFF;
  clear: both;
}
footer #copy_right a:link, footer #copy_right a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
