@charset "UTF-8";
@font-face {
  font-family: DINBek;
  src: url(./font/DINBek-Regular.ttf); }

/* ---------------------

	レイアウト

---------------------*/
body {
  background: #f7f2e6; }

#container {
  position: relative;
  background: #f7f2e6; }

#container .inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

/* ---------------------

	UNIV

---------------------*/
#container a.block {
  display: inline-block;
  text-decoration: none;
  padding: 0.1em 22px 0.1em 10px;
  font-weight: bold;
  background-color: #f7f2e6;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear;
  -o-transition: color 0.2s linear, background-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear; }

#container a.block.blank {
  border: solid 1px #3D0000;
  background: url(./images/icon_brown.png) right 10px center no-repeat #f7f2e6;
  color: #3D0000; }

#container a.block.fill {
  background: url(./images/icon_white.png) right 10px center no-repeat #3D0000;
  color: #fff; }

#container a.block.blue {
  border: solid 1px #002d5a;
  color: #002d5a;
  padding: 0.1em 15px 0.1em 15px; }

#container a.block.blank:hover {
  background-image: url(./images/icon_white.png);
  background-color: #3D0000;
  color: #fff; }

#container a.block.fill:hover {
  background-image: url(./images/icon_brown.png);
  background-color: #fff;
  color: #3D0000; }

#container a.block.blue:hover {
  background: #002d5a;
  color: #fff; }

#container h4 {
  color: #3d0000;
  border-bottom: dashed 1px #3d0000;
  padding-bottom: 0.3em;
  font-size: 13pt;
  margin-bottom: 1em; }

#container table {
  border-collapse: collapse; }

#container table tr th,
#container table tr td {
  border: solid 1px #3d0000;
  text-align: center;
  vertical-align: middle;
  font-weight: bold; }

#container table tr th {
  background: #f0e3dc;
  font-size: 12pt;
  line-height: 1em; }

#container table tr small {
  font-size: 9.5pt; }

#container table tr td img {
  vertical-align: middle; }

#container table tr td.blue {
  background: #b0d2e0; }

#container table tr td.yellow {
  background: #f2e6a2; }

#container table tr td.red {
  background: #f2bba2; }

#container table tr td.green {
  background: #b0d2ae; }

#container table tr td.white {
  background: none; }

#container .extra {
  font-size: 9.5pt;
  line-height: 1.3em; }

#container .attention {
  color: #ce0000;
  font-size: inherit;
  line-height: inherit; }

.shadow {
  margin-top: 5px;
  /* 画像の上の余白*/
  display: inline-block;
  -webkit-box-shadow: 10px 10px 0px 0px #efe6cf;
  box-shadow: 10px 10px 0px 0px #efe6cf;
  /*横方向　下方向　ぼかし　広がり　色 */ }

/* ---------------------

	HEADER

---------------------*/
#container header h1 {
  float: left;
  padding-top: 20px; }

#container header address {
  float: right;
  padding-top: 50px;
  line-height: 1.3em;
  font-size: 8.5pt; }

#container header address a.block {
  background: #3d0000; }

#container address .map {
  margin-left: 5px;
  font-size: 8.5pt; }

#fixednav {
  position: fixed;
  left: 50%;
  left: initial;
  right: calc(50% - 500px);
  top: 10px;
  width: 600px;
  text-align: right;
  z-index: 1000; }

#fixednav img.tel {
  vertical-align: middle;
  margin-right: 10px; }

#fixednav a.line img {
  height: 100%; }

#fixednav a.block {
  margin-left: 5px; }

/* ---------------------

	NAV

---------------------*/
nav {
  padding-top: 20px;
  border-bottom: solid 3px #0a51a1; }

nav > ul > li {
  width: 100%;
  height: 45px;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

nav > ul > li#nav_home {
  width: 30%; }

nav > ul > li > a {
  border-right: solid 1px #999;
  width: 100%;
  height: 30px;
  color: #0a51a1;
  font-weight: bold;
  font-size: 12pt;
  text-decoration: none;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-align-content: center;
  -webkit-justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear; }

nav > ul > li:last-child > a {
  border-right: none; }

nav ul li {
  background-color: #f7f2e6;
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear; }

nav ul li.on,
nav ul li:hover {
  background-color: #0a51a1; }

nav ul li.on > a,
nav ul li:hover > a {
  color: #fff; }

nav ul li .child {
  top: 45px; }

nav ul li .child ul li {
  border-bottom: solid 1px #999; }

nav ul li .child ul li:last-child {
  border-bottom: none; }

nav ul li .child ul li a {
  padding: 0.7em 0;
  text-align: center;
  background-color: #f7f2e6;
  color: #0a51a1;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: background-color linear 0.1s, color linear 0.1s;
  -o-transition: background-color linear 0.1s, color linear 0.1s;
  transition: background-color linear 0.1s, color linear 0.1s; }

nav ul li .child ul li a:hover {
  background-color: #0a51a1;
  color: #fff; }

.nav.horizontal li .child {
  z-index: 10;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }

/*
.nav.horizontal li .child ul li a {
	height:45px;
}
*/
/* ---------------------

	FOOTER

---------------------*/
footer {
  border-top: 2px solid #3d0000;
  margin-top: 56px; }

footer #ft_info {
  padding-top: 18px; }

footer #ft_log {
  width: 190px;
  float: left;
  padding-right: 16px;
  margin-right: 16px;
  border-right: 2px solid #3d0000; }

footer #ft_info1 {
  width: 455px;
  float: left;
  padding-right: 10px; }

#ft_info1_a1 {
  float: left;
  margin-right: 50px;
  margin-bottom: 8px; }

#ft_info1_a2 {
  float: left; }

footer .title_box {
  float: left;
  background: #3d0000;
  padding: 4px 12px 3px 12px; }

footer .title_box.title_box_tel {
  width: 30px;
  margin-bottom: 2px; }

footer .title_box p {
  color: #fff;
  line-height: 1em; }

footer .info_cont {
  float: left;
  margin-left: 15px; }

footer .info_cont p {
  font-size: 9pt;
  font-weight: bold; }

footer .info_cont p span.blue_note {
  color: #0a51a1;
  display: inline;
  font-size: 10pt; }

footer #ft_info2 {
  width: 300px;
  float: left; }

#ft_info2_b p {
  font-size: 7pt;
  font-weight: bold;
  line-height: 1.8em; }

#ft_info2_b p a img {
  margin-left: 8px;
  padding-bottom: 3px; }

footer #copyright {
  padding-top: 30px;
  padding-bottom: 6px; }

footer #copyright p {
  font-size: 7pt;
  text-align: center; }

h3 {
  font-size: 16pt;
  padding: 2px 24px;
  font-weight: bold;
  color: #3d0000; }

/* ---------------------

	TOP

---------------------*/
#container #topimage {
  margin-bottom: 30px;
  position: relative; }

#container #topimage #top_base {
  width: 100%; }

#container #topimage ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }

#container #topimage ul li {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0; }

#container #topimage ul li:first-child {
  display: block; }

#container #topimage ul li img {
  width: 100%; }

#container .top_page section .block {
  float: left;
  margin-right: 30px; }

#container section .block:last-child {
  margin-right: 0; }

#container #top_reserve {
  width: 100%;
  border: solid 1px #3d0000;
  background: #fff;
  position: relative;
  padding-top: 20px;
  margin-bottom: 40px; }
  #container #top_reserve h3 {
    position: absolute;
    left: 50%;
    top: -1em;
    width: 230px;
    margin-left: -165px;
    background: #3d0000;
    color: #fff;
    font-size: 12pt;
    text-align: center; }
  #container #top_reserve ul {
    padding: 40px 30px 30px;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    #container #top_reserve ul li dl dt, #container #top_reserve ul li dl dd {
      display: inline-block;
      vertical-align: middle; }
    #container #top_reserve ul li dl dt img, #container #top_reserve ul li dl dd img {
      vertical-align: middle; }
    #container #top_reserve ul li dl dt {
      padding-right: 50px;
      background: url(./images/arrow.png) right 15px center no-repeat;
      font-size: 11pt;
      font-weight: bold; }
      #container #top_reserve ul li dl dt img {
        margin-right: 10px; }
    #container #top_reserve ul li dl dd a.block.blue {
      font-size: 13pt; }
  @media screen and (max-width: 640px) {
    #container #top_reserve ul {
      display: block;
      padding: 5vw 10vw 0vw; }
      #container #top_reserve ul li {
        margin-bottom: 5vw; } }

#container #top_cal {
  margin-bottom: 50px; }

#container #top_schedule {
  width: 740px; }
  #container #top_schedule figure {
    margin-bottom: 20px; }
    #container #top_schedule figure img {
      max-width: 100%; }
  #container #top_schedule .extra {
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    #container #top_schedule .extra p {
      font-size: 9pt; }
  @media screen and (max-width: 640px) {
    #container #top_schedule .extra {
      display: block; } }

#container #top_schedule table {
  width: 100%;
  margin-bottom: 1em;
  height: 180px; }

#container #top_schedule table .weekday {
  width: 40px; }

#container #top_schedule table .week th {
  padding: 0.8em 0; }

#container #top_schedule table th.time {
  padding-top: 0.5em;
  font-size: 12pt; }

#container #top_calendar {
  width: 220px;
  float: right; }

#container #top_calendar table {
  width: 100%;
  height: 180px; }

#container #top_calendar table th {
  padding: 0.3em 0;
  font-size: 10.5pt; }

#container #top_calendar #month_nav {
  -webkit-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#container #top_calendar #month_nav > div {
  width: 100%;
  font-weight: bold;
  font-size: 9.5pt; }

#container #top_calendar #month_nav > div > a {
  display: block;
  color: #3d0000;
  text-decoration: none;
  font-weight: bold;
  font-size: 9.5pt;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  margin-bottom: 5px; }

#container #top_calendar #month_nav > div > a:hover {
  opacity: 0.5; }

#container #top_calendar #month_nav #month_current {
  background: #3d0000;
  color: #fff;
  text-align: center;
  vertical-align: top;
  height: 1.5em; }

#container #top_calendar #month_nav #month_next {
  text-align: right; }

#container #top_calendar dl {
  line-height: 1.1em; }

#container #top_calendar dl dt,
#container #top_calendar dl dd {
  display: inline-block;
  font-size: 6pt;
  line-height: 1.1em;
  vertical-align: top; }

#container #top_calendar dl dt {
  width: 1em;
  height: 1em;
  margin-right: 5px;
  border: solid 1px #3d0000; }

#container #top_calendar dl dt.blue {
  background: #b0d2e0; }

#container #top_calendar dl dt.yellow {
  background: #f2e6a2; }

#container #top_calendar dl dt.green {
  background: #b0d2ae; }

#container #top_calendar dl dt.red {
  background: #f2bba2; }

.webyoyaku {
  border: solid 1px #3d0000;
  background: #ffffff;
  text-align: center;
  border-radius: 20px;
  padding: 20px 0;
  margin-bottom: 20px; }
  .webyoyaku a {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .webyoyaku a:hover {
      opacity: 0.7; }
  .webyoyaku.sp a img {
    width: 88%; }

.line-side {
  background: #149a48;
  border-radius: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .line-side .line-side-inner {
    width: calc(100% - 6px);
    margin: auto;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px; }
  .line-side h3 {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 0.5em 0; }
  .line-side figure {
    text-align: center;
    display: block;
    margin-bottom: 10px; }
    .line-side figure img {
      width: 70%; }
  .line-side p {
    width: 80%;
    margin: auto;
    line-height: 1.4em;
    font-size: 13px;
    margin-bottom: 0.5em; }
  .line-side span.line-id {
    text-align: center;
    font-weight: bold;
    display: block;
    color: #149a48;
    font-size: 20px;
    margin-bottom: 10px; }
  .line-side iframe {
    margin: auto;
    display: block;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }

.line-sp {
  margin-bottom: 4vw;
  background: #149a48;
  border-radius: 2vw;
  padding-bottom: 2vw; }
  .line-sp h3 {
    color: #fff;
    text-align: center;
    font-size: 5vw; }
  .line-sp .line-sp-inner {
    background: #fff;
    width: calc(100% - 6px);
    margin: auto;
    display: block;
    padding: 3vw 0; }
    .line-sp .line-sp-inner p {
      width: 90%;
      margin: auto;
      font-size: 3.5vw;
      line-height: 1.4em; }
    .line-sp .line-sp-inner span.line-id {
      color: #149a48;
      display: block;
      width: 100%;
      text-align: center;
      font-weight: bold;
      font-size: 5vw; }
      .line-sp .line-sp-inner span.line-id a {
        color: inherit; }
    .line-sp .line-sp-inner iframe {
      margin: auto;
      display: block; }

.top_page .sec2_block {
  width: 48%;
  float: left; }

.top_page #site_links {
  float: right; }

section#sec2 .title_box {
  /* padding:9px 12px 8px; */
  float: left; }

section#sec2 .title_box p {
  letter-spacing: 1px;
  display: inline-block;
  padding: 9px 12px 8px;
  background: #3d0000;
  line-height: 1em;
  color: #fff;
  font-family: DINBek;
  font-weight: bold; }

section#sec2 .title_box p span {
  line-height: 1em;
  color: #fff;
  font-size: 8.5pt; }

.block_cont_wrap .title {
  float: left;
  margin-left: 14px; }

.block_cont_wrap .title p {
  color: #0a51a1;
  font-size: 13pt; }

.block_cont_wrap #close_info {
  border: solid 1px #3D0000;
  padding: 0.5em;
  margin-bottom: 1em; }

.block_cont_wrap #close_info li {
  border-bottom: dashed #3D0000 1px;
  margin-bottom: 0.5em; }

.block_cont_wrap #close_info li:last-child {
  border-bottom: none;
  margin-bottom: 0; }

.block_cont_wrap #close_info li dl dt {
  font-weight: bold; }

.block_cont_wrap #close_info li dl dt,
.block_cont_wrap #close_info li dl dd {
  display: inline-block;
  line-height: 1.1em;
  font-size: 10pt; }

section#sec2 .news_cont {
  padding-top: 8px; }

section#sec2 .news_cont p {
  line-height: 1.6em;
  font-size: 9.5pt; }

section#sec2 .one_news {
  padding-bottom: 28px; }

section#sec2 #site_links .title_box p {
  padding: 9px 12px 8px;
  display: inline-block;
  background: #3d0000; }

#site_links .title_box {
  float: none;
  background: none;
  display: none; }

section#sec2 #site_links .title_box {
  padding: 0;
  float: none; }

#site_links .text {
  padding-bottom: 10px;
  padding-left: 15px;
  background: url(./images/pointer.png) left top 5px no-repeat; }

#site_links .text p {
  font-size: 9.5pt; }

.top_page #sec2 .block_cont_wrap {
  overflow: auto;
  height: 230px; }

.top_page #sec2 #site_links .block_cont_wrap {
  overflow: auto;
  max-height: 158px;
  height: auto; }

.top_page #sec2 #site_links #banner_area {
  margin-top: 10px;
  /* border:1px solid #000; */
  padding: 4px 8px; }

.top_page #sec2 #site_links #banner_area .bnr {
  float: left;
  margin-right: 12px;
  width: 224px; }

.top_page #sec2 #site_links #banner_area .bnr:last-child {
  margin-right: 0; }

/* ---------------------

	404

---------------------*/
#container #page404 {
  padding: 100px 0;
  text-align: center;
  font-size: 14pt;
  font-weight: bold; }

#container #page404 small {
  font-weight: normal; }

/* ---------------------

	examination

---------------------*/
.facilities_page ul li.one_facility {
  width: 490px;
  float: left;
  margin-right: 20px;
  margin-bottom: 30px; }

.facilities_page ul li.one_facility:nth-child(2n) {
  margin-right: 0; }

.facilities_page ul li.one_facility .title {
  padding-bottom: 10px; }

.facilities_page ul li.one_facility .title p {
  font-size: 12pt;
  background: #3d0000;
  color: #fff;
  display: inline;
  padding: 6px 12px 5px; }

.facilities_page ul li.extra .text {
  margin-top: 48px; }

.facilities_page ul li.extra .text p {
  font-size: 12pt;
  font-weight: bold;
  color: #000000;
  line-height: 2em;
  text-align: justify; }

section#breadcrumb {
  border-left: 3px solid #3d0000;
  margin: 32px 0; }

section#breadcrumb p {
  padding: 6px 20px;
  line-height: 1em;
  font-size: 15pt;
  font-weight: bold; }

section#sec_pagetop {
  text-align: center;
  padding-top: 20px; }

.services_page section#secnav {
  padding-bottom: 50px; }

.services_page nav#services_nav {
  border-bottom: 0; }

nav#services_nav ul li.on,
nav#services_nav ul li:hover {
  background-color: #f7f2e6; }

nav#services_nav ul li {
  position: relative; }

nav#services_nav ul li img {
  position: absolute;
  bottom: 6px;
  left: 50%; }

nav#services_nav ul li.on > a,
nav#services_nav ul li:hover > a {
  color: #0a51a1;
  opacity: 0.5; }

a.anchor {
  display: block;
  margin-top: -30px;
  padding-top: 30px; }

.services_page p {
  color: #000; }

.services_page .section_title {
  background: #eee6d1;
  margin-bottom: 40px; }

.services_page .section_title p {
  font-size: 18pt;
  padding: 2px 24px;
  color: #3d0000; }

/*
.services_page .block_half_title {
	border-bottom:1px dashed #3d0000;
	margin-bottom:18px;
}
*/
.services_page .block_half_title p {
  color: #3d0000;
  font-size: 16pt; }

.services_page .block_half_big {
  float: left;
  width: 570px; }

.services_page .block_half_small {
  float: right;
  width: 390px; }

.services_page .mid_img {
  margin-top: 50px;
  margin-bottom: 90px;
  text-align: center;
  background: url(./examination/images/examination_pic_bg.gif) top center repeat-x;
  width: 100%;
  height: 460px; }

.services_page #sec3 {
  padding-bottom: 70px; }

.services_page .block {
  margin-bottom: 40px; }

.services_page .block_full_title {
  border-bottom: 1px dashed #3d0000;
  margin-bottom: 18px; }

.services_page .block_full_title p {
  color: #3d0000;
  /* font-size:16pt; */
  font-size: 13pt;
  font-weight: bold; }

.services_page .block3 .vaccination_table table {
  /* background:red; */
  width: 100%;
  border-collapse: collapse; }

#container .services_page .block3 .vaccination_table table tr td {
  width: 25%;
  border: 0;
  background: #eee6d1;
  padding: 24px 10px;
  border-right: 2px solid #f7f2e6;
  color: #000; }

#container .services_page .block3 .vaccination_table table tr:nth-child(2n) td {
  background: #e6dabf; }

.services_page .block3 .vaccination_table table tr td:last-child {
  border-right: 0; }

/* ---------------------

	about

---------------------*/
.doctor_page p {
  color: #000; }

.doctor_page .portrait_wrap {
  width: 175px;
  float: left;
  text-align: right; }

.doctor_page .portrait_wrap .portrait {
  width: 100%; }

.doctor_page .portrait_wrap img {
  max-width: 100%;
  height: auto; }

.doctor_page .doctor {
  padding-bottom: 70px; }

.doctor_page .profile_wrap {
  width: 770px;
  float: right; }

.doctor_page .clinic p {
  font-size: 13pt;
  line-height: 1.4em; }

.doctor_page .position p {
  font-size: 13pt;
  line-height: 1.6em; }

.doctor_page .name {
  padding-top: 14px;
  padding-bottom: 12px; }

.doctor_page .name p {
  font-size: 23pt; }

.doctor_page .message {
  padding-bottom: 46px; }

.doctor_page .message p {
  font-size: 12pt;
  text-align: justify; }

/*
.doctor_page .career_title {
	border-bottom:1px dashed #3d0000;
	padding-bottom:5px;
	margin-bottom:20px;
}
*/
.doctor_page .career_title p {
  font-size: 14.5pt;
  color: #3d0000;
  line-height: 1em; }

.doctor_page .career_txt p {
  font-size: 12pt; }

.clinic_page p {
  color: #000; }

.clinic_page #clinic_logo {
  width: 660px;
  margin: 0 auto;
  text-align: center;
  padding-top: 54px;
  padding-bottom: 54px; }

.clinic_page #clinic_message {
  width: 660px;
  margin: 0 auto;
  padding-bottom: 20px; }

.clinic_page #clinic_message p {
  font-size: 13pt;
  font-weight: bold;
  color: #4F1100;
  line-height: 2em; }

.clinic_page .section_title {
  background: #eee6d1;
  margin-bottom: 46px; }

.clinic_page .section_title p {
  font-size: 18pt;
  padding: 2px 24px; }

.clinic_page #gallery_comment {
  padding-bottom: 46px; }

.clinic_page #gallery_comment p {
  font-size: 12.5pt; }

#container .clinic_page section .block {
  margin-right: 0;
  width: 100%; }

.clinic_page #block1 {
  padding-bottom: 60px; }

.clinic_page #block1 .block_half {
  float: left;
  width: 478px; }

.clinic_page #block1 #block_half2 {
  float: right; }

.clinic_page #block2 #block2_pic ul li {
  float: left;
  margin-right: 30px; }

.clinic_page #block2 #block2_pic ul li:last-child {
  float: left;
  margin-right: 0px; }

.clinic_page section {
  padding-bottom: 60px; }

.clinic_page p {
  font-size: 11pt; }

.clinic_page .pic {
  padding-bottom: 24px; }

.clinic_page #note1 {
  padding-top: 30px; }

/*
.clinic_page #note1 #note1_title {
	border-bottom:1px dashed #3d0000;
	margin-bottom:18px;
}
*/
.clinic_page #note1 #note1_title p {
  font-size: 16pt;
  color: #3d0000; }

.clinic_page #block2_pic ul li {
  padding-bottom: 24px; }

.clinic_page #surrounding .block_left {
  width: 478px;
  float: left; }

.clinic_page #surrounding .block_right {
  width: 478px;
  float: right; }

.clinic_page #surrounding .one_pic {
  padding-bottom: 74px; }

.clinic_page #surrounding .block_right .one_pic {
  padding-top: 120px; }

/* ---------------------

	monowasure

---------------------*/
.monowasure_page p {
  color: #000; }

.monowasure_page section#info {
  padding-bottom: 86px; }

.monowasure_page section#info #info_txt p {
  font-size: 12pt; }

.monowasure_page section#info #info_txt p span.highlight {
  font-size: 12pt; }

#monowasure_page #container section.inner {
  width: 580px; }

#container .monowasure_page section.inner {
  width: 580px; }

/*
#container section#breadcrumb.inner {
	width:580px;
}
*/
.monowasure_page section#info table {
  width: 100%;
  border-collapse: collapse; }

.monowasure_page section#info #info_txt {
  padding-bottom: 40px; }

.monowasure_page section#info table tr th {
  border: 2px solid #f7f2e6;
  background: #e6dabf;
  padding: 22px 40px;
  font-size: 11.5pt;
  color: #000; }

.monowasure_page section#info table tr td {
  border: 2px solid #f7f2e6;
  background: #eee6d1;
  padding: 22px 20px;
  font-size: 11.5pt;
  color: #000; }

.monowasure_page section#history .activity {
  border: 1px solid #888;
  margin-bottom: 30px; }

.monowasure_page section#history .activity .activity_inner {
  padding: 14px 20px; }

.monowasure_page #history_title {
  background: #eee6d1;
  /* padding:2px 24px; */
  margin-bottom: 30px; }

.monowasure_page #history_title p {
  font-size: 18pt;
  color: #3d0000; }

.monowasure_page .activity p {
  font-size: 12pt; }

.monowasure_page .activity .date {
  border-bottom: 2px solid #0a51a1;
  margin-bottom: 10px; }

.monowasure_page .activity .date p {
  font-size: 15pt;
  color: #0a51a1; }

.monowasure_page .activity .activity_txt h3 {
  font-size: 16pt;
  border-bottom: 1px dashed #3d0000;
  font-weight: normal;
  margin-bottom: 20px; }

#container .monowasure_page .activity .activity_txt h4 {
  font-size: 12pt;
  font-weight: normal;
  padding-top: 2em;
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0; }

.monowasure_page a {
  color: #0a51a1; }

/* ---------------------

	access

---------------------*/
.access_page p {
  color: black; }

.access_page #note {
  padding-bottom: 20px; }

.access_page #note p {
  font-size: 14.5pt; }

.access_page #note img {
  vertical-align: top;
  padding: 5px 4px 0 5px; }

.access_page #gmap p.gmap_link {
  text-align: right;
  font-size: 9pt;
  line-height: 1em; }

.access_page #gmap #gmap_inner {
  width: 1000px;
  height: 400px; }

.access_page #direction {
  padding-top: 30px; }

.access_page #direction ul li {
  width: 490px;
  float: left;
  margin-right: 14px;
  margin-bottom: 16px; }

.access_page #direction ul li:nth-child(2n) {
  margin-right: 0px; }

.access_page #direction ul li .pin_mark {
  float: left;
  width: 40px; }

.access_page #direction ul li .pin_comment {
  float: left;
  padding-top: 0.8em;
  padding-left: 1em;
  width: 420px; }

.access_page .pin_comment p {
  font-size: 11pt; }

.access_page .pin_comment p span {
  font-size: 12pt;
  color: #db1a00; }

/* ---------------------

ENGLISH

---------------------*/
#container .english_page h4 {
  text-align: center;
  color: #3d0000;
  font-size: 20pt;
  position: relative;
  border: none;
  margin-bottom: 40px;
  padding-top: 30px; }
  #container .english_page h4:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100px;
    height: 3px;
    display: block;
    margin-left: -50px;
    background: #3d0000; }

#container .english_page #english_title {
  background: url(./images/english_title_bg.jpg) center center/cover no-repeat;
  height: 184px;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px; }
  #container .english_page #english_title span {
    display: block;
    background: rgba(0, 0, 0, 0.4);
    padding: 1em 3em;
    font-size: 14pt;
    color: #fff;
    border-bottom: solid 3px #0a51a1;
    line-height: 1em;
    font-weight: bold;
    letter-spacing: 0.5em; }

#container .english_page article {
  width: 650px;
  margin: auto; }
  #container .english_page article h5 {
    margin-bottom: 0.5em;
    font-size: 13pt; }
  #container .english_page article p {
    margin-bottom: 1em; }
  #container .english_page article u {
    font-weight: bold;
    font-size: 12pt;
    text-decoration: none;
    color: #0a51a1;
    background: url(./images/bgline.png) bottom left repeat-x; }
  #container .english_page article table th, #container .english_page article table td {
    padding: 0.5em 1em;
    text-align: left;
    font-size: 9.5pt; }

#container .english_page .access_page {
  padding-top: 100px; }
