@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@media only screen and (max-width: 767px) {
  .for-pc {
    display: none !important;
  }
}

.for-sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .for-sp {
    display: block !important;
  }
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

body {
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  color: #3d290c;
  font-size: 16px;
  line-height: 2.0em;
  min-width: 1000px;
}

.font-marugo {
  font-family: "ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
}

a {
  text-decoration: underline;
  outline: none;
  color: #358ab6;
}
a:hover {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:focus {
  outline: none;
}

img {
  vertical-align: bottom;
}

a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

p {
  display: block;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

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

/*input要素背景リセット（iPhone）*/
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/*input要素系のクリック時青い線リセット*/
input[type="text"],
input[type="password"],
input[type="submit"],
input[type="reset"],
input[type="button"],
textarea,
select {
  outline: none;
}

/*立体削除*/
button, input {
  border: 0px outset #fff;
}

header {
  width: 100%;
  min-width: 1000px;
}
header .l-header {
  width: 1000px;
  margin: 0 auto;
}
header h1 {
  float: left;
  width: 219px;
  margin: 10px 15px 0 0;
}
header .reception {
  float: left;
  font-size: 14px;
  margin: 16px 0 21px 0;
  line-height: 1.3em;
}
header .reception p + p {
  margin-top: 3px;
}
header .reception p.reception-time {
  line-height: 1em;
  width: 300px;
}
header .reception p.reception-time span.week {
  width: 7.5em;
  display: inline-block;
}
header .reception p.reception-time span.time {
  display: inline-block;
  color: #ee87b4;
  font-weight: bold;
  font-family: "ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
}
header .l-extra-navi {
  float: right;
  font-size: 14px;
  width: 470px;
}
header .l-extra-navi a.btn-access {
  text-decoration: none;
  float: right;
  background-color: #ee87b4;
  color: #FFF;
  width: 160px;
  text-align: center;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin: 0 0 5px 16px;
}
header .l-extra-navi a.btn-access:hover {
  background-color: #de5997;
}
header .l-extra-navi a.btn-contact {
  text-decoration: none;
  float: right;
  background-color: #686868;
  color: #FFF;
  width: 160px;
  text-align: center;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin: 0 0 5px 21px;
}
header .l-extra-navi a.btn-contact:hover {
  background-color: #4a4a4a;
}
header .l-extra-navi p.tel {
  font-size: 20px;
  font-weight: bold;
  color: #3d290c;
  font-family: "ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
  text-align: right;
  margin: 40px 5px 0 5px;
  clear: both;
}
header .l-extra-navi p.tel a {
  color: #3d290c;
  text-decoration: none;
}
.add_tel_header h1 { margin-top: 10px; }
.add_tel_header .reception { margin: 18px 0; }

header nav {
  clear: both;
  padding: 5px 0 0 0;
  -ms-interpolation-mode: nearest-neighbor;
  width: 100%;
  min-width: 1000px;
  height: 55px;
  background-color: #3d290c;
}
header nav ul {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
header nav ul li {
  width: 250px;
  float: left;
  font-size: 18px;
  text-align: center;
  font-family: "ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
  margin: 0;
  padding: 0;
}
header nav ul li a {
  color: #fff;
  text-decoration: none;
}
header nav ul li a:hover {
  color: #c2862e;
}
header nav ul li a:hover:after {
  color: #c2862e;
}
header nav ul li a:after {
  content: attr(data-text);
  display: block;
  color: #fff;
  font-size: 14px;
  font-family: 'Ubuntu', sans-serif;
  margin-top: -10px;
}

.l-footer {
  width: 100%;
  min-width: 1000px;
  background-color: #3d290c;
}
.l-footer .inner-footer {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.l-footer .inner-footer ul {
  padding: 26px 0;
  list-style: none;
}
.l-footer .inner-footer ul li {
  display: inline-block;
  font-size: 14px;
  margin-right: 3em;
}
.l-footer .inner-footer ul li:last-child {
  margin-right: 0;
}
.l-footer .inner-footer ul li a {
  color: #FFF;
  text-decoration: none;
}
.l-footer .inner-footer ul li a:hover {
  text-decoration: underline;
}

.l-copy {
  width: 1000px;
  margin: 0 auto;
  font-size: 12px;
  padding: 20px 0 30px 0;
  height: 20px;
}
.l-copy ul {
  float: left;
  padding: 0;
  list-style: none;
}
.l-copy ul li {
  display: inline-block;
  font-size: 12px;
  margin-left: 1em;
}
.l-copy ul li + li:before {
  content: "|";
  margin-right: 1em;
}
.l-copy ul li a {
  text-decoration: none;
  color: #3d290c;
}
.l-copy ul li a:hover {
  text-decoration: underline;
}
.l-copy p.copy {
  color: #3d290c;
  display: inline-block;
  float: right;
}

p.pagetop {
  clear: both;
  position: fixed;
  right: 40px;
  bottom: 10px;
}

.slide_selector {
  height: 320px;
  width: 100%;
  min-width: 1000px;
}
.slide_selector img {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: 0 auto;
  padding: 0;
}
.slide_selector p {
  font-size: 37px;
  line-height: 1.35em;
  font-weight: bold;
  color: #FFF;
  width: 980px;
  height: 215px;
  margin: 0 auto;
  padding: 105px 0 0 20px;
}
.slide_selector .bg-slide-1 {
  background: url(../../media/index/bg-slide-1.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.slide_selector .bg-slide-2 {
  background: url(../../media/index/bg-slide-2.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.slide_selector .bg-slide-3 {
  background: url(http://placehold.jp/99accc/335899/2000x320.png);
  background-position: center;
  background-size: cover;
}
.slide_selector:after {
  display: block;
  content: '';
  width: 100%;
  height: 26%;
  background: rgba(255, 255, 255, 0);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), white);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  position: absolute;
  bottom: 0px;
}

#arrows {
  height: 40px;
  position: relative;
  top: -180px;
}

.l-entrance {
  width: 1000px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.6);
  position: relative;
  top: -76px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.l-entrance ul {
  padding: 38px 76px 0 76px;
  list-style: none;
}
.l-entrance ul li {
  float: left;
}
.l-entrance ul li a {
  text-decoration: none;
  display: block;
  color: #FFF;
  font-family: "ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
  font-size: 22px;
  text-align: center;
  padding-top: 62px;
  background: url("../../media/index/top-entrance-01.jpg");
  width: 403px;
  height: 78px;
  -webkit-transition: .3s;
}
.l-entrance ul li a:hover {
  opacity: .7;
}
.l-entrance ul li a:before {
  content: "";
  background: url("../../common/images/icon-next.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 0.5em;
}
.l-entrance ul li + li {
  float: right;
}
.l-entrance ul li + li a {
  background: url("../../media/index/top-entrance-02.jpg");
}

.top-banner {
  margin-bottom: 0;
}
.top-banner li:nth-child(3) {
  width: 848px;
  margin: 30px auto 0 auto;
  clear: both;
}
.top-banner li:nth-child(3) a {
  width: 848px;
  height: 78px;
  background: url("../../media/index/top-entrance-03.jpg");
}

.top-about .wrap-col figure.col-3 {
  margin-bottom: 0;
}

.l-main {
  width: 848px;
  margin: 0 auto;
  padding: 0 0 100px 0;
}
.l-main section + section {
  padding-top: 100px;
}
.l-main section div.info {
	padding-bottom:	3em;
}

.wrap-col {
  margin: 0 -40px 0 0;
  overflow: hidden;
}

.wrap_col_flex {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.wrap-col figure.col-3 {
  float: left;
  width: 256px;
  position: relative;
  overflow: hidden;
  margin: 0 40px 40px 0;
}
.wrap-col figure.col-3 a figcaption {
  position: absolute;
  bottom: 0px;
  z-index: 2;
  width: 100%;
  height: 52px;
  background: rgba(61, 41, 12, 0.64);
  -webkit-transition: .3s;
  transition: .3s;
  padding-top: 23px;
}
.wrap-col figure.col-3 a figcaption h4 {
  color: #fff;
  font-size: 18px;
  font-family: "ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
  text-align: center;
}
.wrap-col figure.col-3 a:hover figcaption {
  background: rgba(238, 135, 180, 0.64);
}

.flex_col {
	float:	none !important
}

ul.news-list {
  padding: 0;
  list-style: none;
}
ul.news-list li {
  margin-bottom: 0.6em;
}
ul.news-list li p {
  display: table-cell;
  vertical-align: middle;
  line-height: 1em;
}
ul.news-list li p.day {
  padding-right: 1em;
}
ul.news-list li p.icon-info {
  font-size: 14px;
  background-color: #4392bb;
  width: 150px;
  text-align: center;
  color: #fff;
  padding: 3px 0;
}
ul.news-list li p.icon-everyday {
  font-size: 14px;
  background-color: #448d74;
  width: 150px;
  text-align: center;
  color: #fff;
  padding: 3px 0;
}
ul.news-list li p.icon-president {
  font-size: 14px;
  background-color: #c09409;
  width: 150px;
  text-align: center;
  color: #fff;
  padding: 3px 0;
}
ul.news-list li p.ttl {
  padding-left: 1em;
}
ul.news-list li p.ttl a {
  color: #3d290c;
  text-decoration: none;
}
ul.news-list li p.ttl a:hover {
  text-decoration: underline;
}

table.attending-physician {
  width: 100%;
  border-top: 1px dotted #c2862e;
  line-height: 1.5em;
}
table.attending-physician tr th {
  background-color: #fff2db;
  font-family: "ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
  font-weight: bold;
  text-align: center;
  border-bottom: none;
  width: 14.28%;
}
table.attending-physician tr th.dotted-right {
  border-right: 1px dotted #c2862e;
  height: 37px;
}
table.attending-physician tr th.dotted-bottom {
  border-bottom: 1px dotted #c2862e;
}
table.attending-physician tr th.color-cross {
  background-color: #ffe6bc;
}
table.attending-physician tr th.anomalous {
  border-right: 1px dotted #c2862e;
  font-weight: normal;
  padding: 5px 0;
}
table.attending-physician tr td {
  text-align: center;
  border-bottom: 1px dotted #c2862e;
  border-right: 1px dotted #c2862e;
  padding: 0;
  height: 110px;
}
table.attending-physician tr td.anomalous {
  border-right: none;
  border-left: none;
}
table.attending-physician tr td div.anomalous01 {
  position: relative;
  top: -14px;
  padding: 5px 0;
  background-color: #fff2db;
  font-family: "ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
}
table.attending-physician tr td div.anomalous02 {
  position: relative;
  top: -2px;
  padding: 5px 0;
  background-color: #fff2db;
  font-family: "ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
}
table.attending-physician tr td span.font_small {
	font-size:	small;
}
.medical_checkup table.attending-physician tr th:first-child {
  text-align: left;
  border-left: 1px dotted #c2862e;
  padding: 15px;
  white-space: nowrap;
}
.medical_checkup table.attending-physician tr td:first-child {
  border-left: 1px dotted #c2862e;
}
.medical_checkup .medical_checkup_att1, 
.medical_checkup .medical_checkup_att2 {
  text-align: left;
}
.medical_checkup .medical_checkup_att1 {
  margin-bottom: 15px;
}
.medical_checkup .medical_checkup_att2 {
  margin-bottom: 100px;
}

.wrap-col {
  margin-top: 20px;
}
.wrap-col figure.col-5 {
  float: left;
  width: 150px;
}
.wrap-col figure.col-5 + figure.col-5 {
  margin-left: 24px;
}
.wrap-col figure.col-5 a {
  text-decoration: none;
}
.wrap-col figure.col-5 a img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.wrap-col figure.col-5 a figcaption h3 {
  color: #3d290c;
  font-size: 14px;
}
.wrap-col figure.col-5 a:hover h3 {
  color: #ee87b4;
}
.top-medical-courses {
  width: 550px;
  margin: 20px auto 0 auto;
}
.top-medical-courses figure.col-5 + figure.col-5 {
  margin-left: 50px;
}
.top-medical-courses figure.col-5:nth-child(4) {
  margin-left: 0 !important;
}
.top-medical-courses figure.col-5:nth-child(4),
.top-medical-courses figure.col-5:nth-child(5),
.top-medical-courses figure.col-5:nth-child(6) {
  margin-top: 30px;
}
.top-medical-courses figure.col-5 span {
  text-decoration: none;
}
.top-medical-courses figure.col-5 span img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.top-medical-courses figure.col-5 span figcaption h3 {
  color: #3d290c;
  font-size: 14px;
}
.top-medical-courses figure.col-5 span:hover h3 {
  color: #ee87b4;
}



.box-visiting {
  width: 846px;
  height: 116px;
  background-color: #3d290c;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  opacity: 0.9;
}
.box-visiting i {
  display: inline-block;
  padding: 10px 30px 0 40px;
}
.box-visiting p {
  display: inline-block;
  line-height: 1.8em;
  padding-top: 2.5em;
  color: #fff;
}

.wrap-access {
  width: 100%;
  min-width: 1000px;
  background-color: #f2f2f2;
  padding: 57px 0 90px 0;
}
.wrap-access .l-map {
  width: 620px;
  margin: 0 auto;
}
.wrap-access p.access_root_text {
  width: 90%;
  max-width: 869px;
  line-height: 1.4;
  margin: 0 auto 30px auto;
  display: block;
}
.wrap-access p.access_root_text:first-of-type {
  margin-bottom: 60px;
}

.wrap-access #map_image,
.map-access #map_image {
  width: 869px;
  margin: 0 auto 15px auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
.wrap-access #map_image li,
.map-access #map_image li {
  width: 869px;
  margin: 30px auto 0 auto;
  padding: 0;
  list-style-type: none;
}
.wrap-access #map_image li:first-of-type,
.map-access #map_image li:first-of-type {
  margin-bottom: 50px;
}

.wrap-access .l-map p {
  margin-bottom: 0px;
  font-size: 14px;
}
.wrap-access .l-map p + p, .wrap-access .l-map p + h3 {
  margin-top: 0;
}
.wrap-access .l-map h3 {
  font-family: "ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
  text-align: left;
  display: inline-block;
  padding-right: .5em;
}
.wrap-access .l-map h3:before {
  content: url("../../media/index/icon_map.png");
  margin: 0 16px 0 11px;
  position: relative;
  top: 10px;
}
.wrap-access .l-map p.adress {
  display: inline-block;
  font-weight: bold;
}

h2 + ul.news-list {
  /*margin: 30px 0 20px 0;*/
  margin: 30px 0 5px 0;
}
h2 + ul.news-list p.day {
  padding-left: 1em;
}

ul.l-news-navi {
  text-align: center;
  border-top: 1px solid #e0c296;
  border-bottom: 1px solid #e0c296;
  padding: 10px 0;
  margin-bottom: 65px;
  line-height: 1em;
  font-size: 14px;
}
ul.l-news-navi li {
  font-family: "ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
  list-style: none;
  display: inline-block;
  margin-right: 1em;
}
ul.l-news-navi li + li:before {
  margin-right: .5em;
}
ul.l-news-navi li a {
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  color: #c2862e;
  text-decoration: none;
  width: 150px;
  display: block;
  text-align: center;
  padding: 3px 0;
}
ul.l-news-navi li a.icon-all:hover, ul.l-news-navi li a.icon-all.active {
  color: #FFF;
  background-color: #f387b7;
}
ul.l-news-navi li a.icon-info:hover, ul.l-news-navi li a.icon-info.active {
  color: #FFF;
  background-color: #4392bb;
}
ul.l-news-navi li a.icon-everyday:hover, ul.l-news-navi li a.icon-everyday.active {
  color: #FFF;
  background-color: #448d74;
}
ul.l-news-navi li a.icon-president:hover, ul.l-news-navi li a.icon-president.active {
  color: #FFF;
  background-color: #c09409;
}
ul.l-news-navi li a:hover {
  text-decoration: none;
}

ul.l-pagination {
  margin: 50px 0 0 0;
  padding: 10px 10px 5px;
  text-align: center;
}
ul.l-pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
}
ul.l-pagination li span.active {
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 13px;
  color: #c2862e;
  background: #fff;
  text-decoration: none;
  vertical-align: middle;
}
ul.l-pagination li a {
  display: inline-block;
  margin-bottom: 5px;
  padding: 10px;
  background: #c79956;
  text-decoration: none;
  vertical-align: middle;
  color: #FFF;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid #c79956;
}
ul.l-pagination li a:hover {
  color: #c2862e;
  background: #fff;
}
ul.l-pagination li a.paging {
  background: #FFF;
  color: #c2862e;
  border: none;
  margin: 0 1em;
}

dl.mailform {
  background-color: #fff7eb;
  overflow: hidden;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-top: 30px;
  padding: 20px;
}
dl.mailform dt {
  clear: both;
  width: 200px;
  float: left;
  font-family: "ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
  padding: 10px;
  font-weight: bold;
  text-align: right;
}
dl.mailform dt span {
  font-weight: normal;
  margin-left: 0.2em;
}
dl.mailform dd {
  float: left;
  padding: 10px 0;
}
dl.mailform dd input {
  height: 1.6em;
  border: 1px solid #dab57f;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #fff;
  padding: 0 5px;
}
dl.mailform dd textarea {
  height: 7em;
  border: 1px solid #dab57f;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #fff;
  width: 100%;
  padding: 5px;
}
dl.mailform p.att {
  font-size: 14px;
  color: #ff0018;
}

input.btn-pink {
  background-color: #ee87b4;
  box-shadow: 0 4px 0 #de5997;
  -webkit-box-shadow: 0 4px 0 #de5997;
  -moz-box-shadow: 0 4px 0 #de5997;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  color: #FFF;
  font-size: 16px;
  height: 50px;
}
input.btn-pink:before {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 26px;
  color: #fff;
  margin-right: .5em;
}
input.btn-pink + input {
  margin-left: 1em;
}
input.btn-pink:hover {
  background-color: #ee87b4;
  position: relative;
  top: 4px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none;
}

input.btn-blue {
  background-color: #4169e1;
  box-shadow: 0 4px 0 #0b2a85;
  -webkit-box-shadow: 0 4px 0 #0b2a85;
  -moz-box-shadow: 0 4px 0 #0b2a85;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  color: #FFF;
  font-size: 16px;
  height: 50px;
}
input.btn-blue:before {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 26px;
  color: #fff;
  margin-right: .5em;
}
input.btn-blue + input {
  margin-left: 1em;
}
input.btn-blue:hover {
  background-color: #4169e1;
  position: relative;
  top: 4px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none;
}

input.btn-gray {
  background-color: #888;
  box-shadow: 0 4px 0 #555555;
  -webkit-box-shadow: 0 4px 0 #555555;
  -moz-box-shadow: 0 4px 0 #555555;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  color: #FFF;
  font-size: 16px;
  height: 50px;
}
input.btn-gray:before {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 26px;
  color: #fff;
  margin-right: .5em;
}
input.btn-gray + input {
  margin-left: 1em;
}
input.btn-gray:hover {
  position: relative;
  top: 4px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.l-bread-navi {
  width: 100%;
  min-width: 1000px;
  background-color: #f8f5f0;
  clear: both;
  line-height: 1em;
  margin-bottom: 30px;
}
.l-bread-navi ul {
  width: 1000px;
  margin: 0 auto;
  padding: 16px 0;
}
.l-bread-navi ul li {
  display: inline-block;
  font-size: 14px;
  margin-right: 1em;
}
.l-bread-navi ul li + li:before {
  content: ">";
  margin-right: 1em;
}
.l-bread-navi ul li a {
  color: #3d290c;
  text-decoration: none;
}
.l-bread-navi ul li a:hover {
  text-decoration: underline;
}

.l-hero {
  width: 1000px;
  margin: 0 auto;
  height: 131px;
}
.l-hero img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.l-hero h1 {
  position: relative;
  top: -128px;
  font-size: 28px;
  font-weight: bold;
  color: #FFF;
  padding: 50px;
}
.l-hero h1:before {
  content: url("../../common/images/icon-h1.png");
  margin-right: 0.5em;
}

.l-main > ul.l-utility-navi, .l-main > ul.l-news-navi {
  margin-top: 35px;
}
.l-main > section {
  margin-top: 65px;
}

ul.l-utility-navi {
  text-align: center;
  border-top: 1px solid #e0c296;
  border-bottom: 1px solid #e0c296;
  padding: 5px 0;
  margin-bottom: 65px;
}
ul.l-utility-navi li {
  list-style: none;
  display: inline-block;
  margin-right: 1em;
  color: #c2862e;
}
ul.l-utility-navi li + li:before {
  content: "|";
  margin-right: 1em;
  color: #c2862e;
}
ul.l-utility-navi li a {
  color: #c2862e;
  text-decoration: none;
}
ul.l-utility-navi li a:hover {
  text-decoration: underline;
}

h2 {
  text-align: center;
  font-size: 26px;
  font-family: "ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
  font-weight: bold;
  margin-bottom: 10px;
}
h2 span {
  font-size: 18px;
  font-family: 'Ubuntu', sans-serif;
  color: #c2862e;
  font-weight: normal;
  display: block;
  margin-top: -5px;
}

h3 {
  text-align: center;
  font-size: 21px;
  font-family: "ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
  font-weight: bold;
  color: #ee87b4;
  margin-bottom: 10px;
}

h4 {
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  color: #ee87b4;
  margin-bottom: 10px;
}

h5 {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}

h6 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

p + p, p + img {
  margin-top: 10px;
}
p + h2, p + h3, p + h4, p + h5, p + h6, p + ul, p + ol, p + table {
  margin-top: 30px;
}

ul + ul, ul + ol, ol + ul, ol + ol {
  margin-top: 20px;
}
ul + h2, ul + h3, ul + h4, ul + h5, ul + h6, ul + ul, ul + ol, ul + table, ol + h2, ol + h3, ol + h4, ol + h5, ol + h6, ol + ul, ol + ol, ol + table {
  margin-top: 30px;
}

h2 + ul {
  margin-top: 20px;
}

.wrap-btn + h2, .wrap-btn + h3, .wrap-btn + h4, .wrap-btn + h5, .wrap-btn + h6, .wrap-btn + ul, .wrap-btn + ol, .wrap-btn + table {
  margin-top: 50px;
}

.bold {
  font-weight: bold;
}

.font-red {
  color: #ff0018;
}

.fz14 {
  font-size: 14px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

ul {
  display: block;
  list-style-type: disc;
  padding: 0 0 0 2em;
}
ul li {
  display: list-item;
}

ol {
  display: block;
  list-style-type: decimal;
  padding: 0 0 0 2em;
}
ol li {
  display: list-item;
}

ul.asterisk-list {
  padding: 0;
  list-style: none;
  padding: 0 0 0 .5em;
}
ul.asterisk-list li {
  padding-left: 1.5em;
  position: relative;
}
ul.asterisk-list li:before {
  position: absolute;
  left: 0;
  content: "※";
}

table {
  width: 100%;
  border-top: 1px dotted #c2862e;
  line-height: 1.5em;
  margin-bottom: 10px;
}
table tr th {
  background-color: #fff2db;
  font-family: "ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
  font-weight: bold;
  text-align: center;
  border-bottom: 1px dotted #c2862e;
}
table tr td {
  border-bottom: 1px dotted #c2862e;
  padding: 10px 40px;
}

hr {
  border: none;
  border-top: #968b77 1px solid;
  margin: 40px 0;
}

a.blank:after {
  position: relative;
  content: '';
  display: inline-block;
  margin: 0 5px;
  width: 14px;
  height: 14px;
  background: url(../../common/images/icon-blank.svg) no-repeat 0 0;
  background-size: auto 14px;
}

mark {
  background-color: #fbd4e5;
}

p em {
  font-style: italic;
}
p strong {
  font-weight: bold;
}
p small {
  font-size: smaller;
}
p sub {
  vertical-align: sub;
  font-size: smaller;
}
p sup {
  vertical-align: super;
  font-size: smaller;
}
p span.text-stroke {
  border: 1px solid #font_color;
}

.wrap-col:after, .wrap-col:before {
  content: "";
  clear: both;
  display: block;
}

.btn-pink {
  line-height: 1em;
  vertical-align: bottom;
}
.btn-pink a {
  text-decoration: none;
  display: block;
  background-color: #ee87b4;
  color: #FFF;
  font-size: 22px;
  text-align: center;
  height: 34px;
  padding-top: 16px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  box-shadow: 0 4px 0 #de5997;
  -webkit-box-shadow: 0 4px 0 #de5997;
  -moz-box-shadow: 0 4px 0 #de5997;
}
.btn-pink a:hover {
  background-color: #ee87b4;
  position: relative;
  top: 4px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.btn-pink a:before {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 26px;
  color: #fff;
  margin-right: .5em;
}

.btn-blue {
  line-height: 1em;
  vertical-align: bottom;
}
.btn-blue a {
  text-decoration: none;
  display: block;
  background-color: #4169e1;
  color: #FFF;
  font-size: 22px;
  text-align: center;
  height: 34px;
  padding-top: 16px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  box-shadow: 0 4px 0 #0b2a85;
  -webkit-box-shadow: 0 4px 0 #0b2a85;
  -moz-box-shadow: 0 4px 0 #0b2a85;
}
.btn-blue a:hover {
  background-color: #4169e1;
  position: relative;
  top: 4px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.btn-blue a:before {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 26px;
  color: #fff;
  margin-right: .5em;
}

.btn-gray {
  line-height: 1em;
  vertical-align: bottom;
}
.btn-gray a {
  text-decoration: none;
  display: block;
  background-color: #888;
  color: #FFF;
  font-size: 22px;
  text-align: center;
  height: 34px;
  padding-top: 16px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  box-shadow: 0 4px 0 #555555;
  -webkit-box-shadow: 0 4px 0 #555555;
  -moz-box-shadow: 0 4px 0 #555555;
}
.btn-gray a:hover {
  position: relative;
  top: 4px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.btn-gray a:before {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 26px;
  color: #fff;
  margin-right: .5em;
}

.btn-brown {
  line-height: 1em;
  vertical-align: bottom;
}
.btn-brown a {
  text-decoration: none;
  display: block;
  background-color: #3d290c;
  color: #FFF;
  font-size: 22px;
  text-align: center;
  height: 34px;
  padding-top: 16px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  box-shadow: 0 4px 0 #2d1c04;
  -webkit-box-shadow: 0 4px 0 #2d1c04;
  -moz-box-shadow: 0 4px 0 #2d1c04;
}
.btn-brown a:hover {
  position: relative;
  top: 4px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.btn-brown a:before {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 26px;
  color: #fff;
  margin-right: .5em;
}

.btn-msize {
  width: 340px;
  margin: 40px auto 0 auto;
}

.btn-msize_top {
  width: 340px;
  margin: 20px auto 20px auto;
}

.btn-ssize-01 {
  width: 250px;
  display: inline-block;
}
.btn-ssize-01 a {
  font-size: 16px;
  height: 34px;
  padding-top: 16px;
}
.btn-ssize-01 + p.btn-ssize-01, .btn-ssize-01 + p.btn-ssize-02 {
  margin-left: 1em;
  margin-top: 0;
}

.btn-ssize-02 {
  width: 250px;
  display: inline-block;
}
.btn-ssize-02 a {
  font-size: 16px;
  height: 42px;
  padding-top: 8px;
}
.btn-ssize-02 a:before {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 26px;
  color: #fff;
  margin-right: .5em;
  position: relative;
  top: 8px;
}
.btn-ssize-02 + p.btn-ssize-01, .btn-ssize-02 + p.btn-ssize-02 {
  margin-left: 1em;
  margin-top: 0;
}

.wrap-btn {
  text-align: center;
  margin: 40px 0 0 0;
  clear: both;
}

.bg-frame {
  background-color: #fff5d8;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 20px;
  line-height: 1.5em;
  margin: 10px 0 30px 0;
}

.col-2 {
  width: 403px;
  float: left;
  margin: 0 40px 40px 0;
}

.col-3 {
  width: 256px;
  float: left;
  margin: 0 40px 40px 0;
}

.col-33 {
  width: 552px;
  float: left;
  margin: 0 40px 40px 0;
}

.w-col1 {
  width: 8.333333%;
}
.w-col1 img {
  width: 100%;
}

.w-col2 {
  width: 16.666666%;
}
.w-col2 img {
  width: 100%;
}

.w-col3 {
  width: 25%;
}
.w-col3 img {
  width: 100%;
}

.w-col4 {
  width: 33.333333%;
}
.w-col4 img {
  width: 100%;
}

.w-col5 {
  width: 41.666666%;
}
.w-col5 img {
  width: 100%;
}

.card {
  text-decoration: none !important;
}
.card h3 {
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
}
.card p {
  font-size: 14px;
  line-height: 1.5em;
  color: #3d290c;
}
.card p + h3 {
  margin-top: 5px;
}

.w-col6 {
  width: 50%;
}
.w-col6 img {
  width: 100%;
}

.w-col7 {
  width: 58.333333%;
}
.w-col7 img {
  width: 100%;
}

.w-col8 {
  width: 66.666666%;
}
.w-col8 img {
  width: 100%;
}

.w-col9 {
  width: 75%;
}
.w-col9 img {
  width: 100%;
}

.w-col10 {
  width: 83.333333%;
}
.w-col10 img {
  width: 100%;
}

.w-col11 {
  width: 91.666666%;
}
.w-col11 img {
  width: 100%;
}

.w-col12 {
  width: 100%;
}
.w-col12 img {
  width: 100%;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mmt10 {
  margin-top: -10px !important;
}

.mmt20 {
  margin-top: -20px !important;
}

.mmt30 {
  margin-top: -30px !important;
}

.mmt40 {
  margin-top: -40px !important;
}

.mmt50 {
  margin-top: -50px !important;
}

.mmb10 {
  margin-bottom: -10px !important;
}

.mmb20 {
  margin-bottom: -20px !important;
}

.mmb30 {
  margin-bottom: -30px !important;
}

.mmb40 {
  margin-bottom: -40px !important;
}

.mmb50 {
  margin-bottom: -50px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

h2.sst {
  color: #fff;
  background-color: #3d290c;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin: 0 0 15px 0;
  clear: both;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10x;
  border-radius: 10px;
}

hr {
  border: none;
  border-top: #000 1px dotted;
  margin: 40px 0;
}

pre {
  width: 808px;
  background-color: #f2f2f2;
  border: 1px #ccc solid;
  overflow-x: scroll;
  padding: 20px;
  color: #222;
}
pre + h3 {
  margin-top: 20px;
}


#vaccination {
  text-align: center;
  margin-top: -100px;
}
.inner {
  width: 848px;
  margin: 0 auto;
}
#vaccination h2 {
  font-size: 30px;
  margin-bottom: 30px;
  position: relative;
}
#vaccination h2::after {
  width: 250px;
  height: 0px;
  margin-left: -125px;
  content: "";
  vertical-align: middle;
  background: #ee87b4;
  position: absolute;
  left: 50%;
  bottom: 0;
}
#vaccination h2.border-margin::after {
  bottom: -10px;
}

#vaccination #block1, #vaccination #block2 {
  padding: 50px 0;
}
#vaccination #block2 {
  padding-bottom: 100px;
}
#vaccination #block2 {
  background-color: #f4f0ec;
}
#vaccination #block3 {
  padding-top: 0;
}


#vaccination .doctor {
  width: 848px;
  text-align: left;
  margin: 0 auto 50px auto;
}

#vaccination .doctor_data {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;	
}
#vaccination .doctor .name_area:first-of-type {
	margin-top:	10px;
	border:	none;
}
#vaccination .doctor .name_area {
	margin-top:	50px;
	border-top:	dotted 1px #c2862e;
}
#vaccination .doctor .name {
	padding-top:	10px;
  text-align: center;
  font-size: 26px;
  line-height: 1.4;
  font-family: "ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
  font-weight: bold;
}
#vaccination .doctor .bsr {
	position:	relative;
}
#vaccination .doctor .span_specialty {
	font-size:	small;
	width:	50rem;
	text-align:	left;
	position:	absolute;
	bottom:	0.4rem;
	right:	-50.5rem;
}
#vaccination .doctor .work_type {
	font-size:	small;
	width:	50rem;
	text-align:	left;
	position:	absolute;
	bottom:	0.4rem;
	right:	-50.5rem;
}
#vaccination .doctor .kana {
  font-size: 12px;
  line-height: 1.2;
  font-family: 'Ubuntu', sans-serif;
  text-align: center;
  color: #c2862e;
  font-weight: normal;
  margin-bottom: 20px;
  display: block;
}
#vaccination .doctor .doctor_image {
	width:	30%;
}
#vaccination .doctor .doctor_image img {
	margin:	10px;
	max-width:	200px;
	height:	auto;
}

#vaccination .doctor .specialty {
	width: fit-content;
	margin:	auto;
	padding:	0 !important;
	display:	flex;
	list-style-type:	none;
}
#vaccination .doctor .specialty li {
	margin-left:	1rem;
	margin-right:	1rem;
}

#vaccination .doctor .career {
  margin-top: 20px;
}
#vaccination .doctor .title {
	text-align:	center;
	font-weight:	bold;
	font-size:	larger;
}
#vaccination .doctor .career_row {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
#vaccination .doctor .career_row .career_date {
	width:	50px;
	margin-right:	3em;
}
#vaccination #block1 .top_text {

}
#vaccination #block1 .inner > ul,
#vaccination #block3 .inner > ul {
  width: 540px;
  margin: 30px auto 0 auto;
  padding: 0;
  overflow: hidden;
}
#vaccination #block1 .inner > ul li,
#vaccination #block3 .inner > ul li {
  width: 180px;
  text-align: left;
  margin-bottom: 15px;
  padding-left: 15px;
  list-style-type: none;
  box-sizing: border-box;
  position: relative;
  float: left;
}

#vaccination #block1 .inner > ul li:nth-child(3n+1),
#vaccination #block3 .inner > ul li:nth-child(3n+1) {
	width: 170px;
}
#vaccination #block1 .inner > ul li:nth-child(3n+2),
#vaccination #block3 .inner > ul li:nth-child(3n+2) {
	width: 170px;
}

#vaccination #block1 .inner > ul li:nth-child(3n+3),
#vaccination #block3 .inner > ul li:nth-child(3n+3) {
	width: 200px;
}
#vaccination #block1 .inner > ul li:nth-child(12),
#vaccination #block3 .inner > ul li:nth-child(12) {
	width: 170px;
}

#vaccination #block1 .inner > ul li:nth-child(4),
#vaccination #block1 .inner > ul li:nth-child(7),
#vaccination #block1 .inner > ul li:nth-child(10),
#vaccination #block1 .inner > ul li:nth-child(12),
#vaccination #block1 .inner > ul li:nth-child(14),
#vaccination #block3 .inner > ul li:nth-child(4),
#vaccination #block3 .inner > ul li:nth-child(7),
#vaccination #block3 .inner > ul li:nth-child(10),
#vaccination #block3 .inner > ul li:nth-child(12),
#vaccination #block3 .inner > ul li:nth-child(14) 
{
  clear: both;
}
#vaccination #block1 .inner > ul li::before,
#vaccination #block3 .inner > ul li::before {
  width: 8px;
  height: 8px;
  content: "";
  vertical-align: middle;
  background: #ee87b4;
  border-radius: 50px;
  position: absolute;
  top: 12px;
  left: 0;
}
.schedule {
  margin-top: 76px;
}
#vaccination #block1 .inner .schedule {
  margin-top: 0;
  margin-bottom: 100px;
}
.schedule li {
  text-align: left;
}

.schedule .asterisk-list {
  margin-bottom: 30px;
}

.schedule table {
  margin-bottom: 30px;
}
.schedule table tr td {
  font-size: 30px;
}
.blue {
  color: #4169e1;
}
.yellow {
  color: #ffa500;
}

.att-text {
  text-align: left;
}
.att-text .title {
  font-weight: bold;
  line-height: 35px;
  -webkit-text-size-adjust: 200%;
  text-size-adjust: 200%;
  position: relative;
}
.att-text .title span {
  font-size: 30px;
  line-height: 32px;
  margin-right: 5px;
  -webkit-text-size-adjust: 200%;
  text-size-adjust: 200%;
  float: left;
}

.att-text .text {
  margin-top: 10px;
  margin-bottom: 30px;
}
.att-text .text dl {
  margin-top: 15px;
}

#vaccination #block1 .inner .tel, .top-schedule .schedule .tel, .patient-schedule .tel, .top_schedule .tel {
  width: 700px;
  font-size: 35px;
  border: 3px solid #000;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}
#vaccination #block1 .inner .tel span, .top-schedule .schedule .tel span, .patient-schedule .tel span {
  color: #db7093;
  margin-right: 10px;
}

.only_tel {
  margin-top: 76px;
}
.only_tel .reserve_title {
  font-weight: bold;
  line-height: 35px;
  -webkit-text-size-adjust: 200%;
  text-size-adjust: 200%;
  position: relative;
}
.only_tel .reserve_title span {
  font-size: 30px;
  line-height: 32px;
  margin-right: 5px;
  -webkit-text-size-adjust: 200%;
  text-size-adjust: 200%;
  float: left;
}
.only_tel .tel {
  color: #ff0018;
}
.only_tel .day_of_the_week {
  font-size: 22px;
  font-weight: bold;
  color: #ff0018;
  text-align: center;
  margin: 15px auto 0 auto;
}
.top-schedule .schedule .only_tel .tel,
.only_tel .tel {
  margin-top: 15px;
}

.only_tel .reserve_title a {
  color: #fff;
  background-color: #ee87b4;
  margin-left: 15px;
  padding: 0 25px;
  text-decoration: none;
  position: relative;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  display: inline-block;
}
.only_tel .reserve_title a:before {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 100%;
  color: #fff;
  margin-right: 0.5em;
}

#vaccination #block2 .yobo-block {
  padding: 25px 0;
  border-bottom: dotted 1px #ccc;
}
#vaccination #block2 .yobo-block h3 {
  font-size: 18px;
  color: #fff;
  background: #ee87b4;
  margin-bottom: 15px;
}
#vaccination #block2 .yobo-block table {
  width: 848px;
  border-collapse: collapse;
}
#vaccination #block2 .yobo-block table tr th,
#vaccination #block2 .yobo-block table tr td {
  min-width: 95px;
  background-color: #fff;
  vertical-align: top;
  line-height: 1.4;
  padding: 10px;
  border: none;
  border-right: dotted 1px rgba(0,0,0,0.4);
  border-bottom: dotted 1px rgba(0,0,0,0.4);
}
#vaccination #block2 .yobo-block table tr th {
  font-weight: bold;
}
#vaccination #block2 .yobo-block table tr td {
  text-align: left;
}
#vaccination #block2 #yobo1 table tr td:nth-child(1) { width: 200px; }
#vaccination #block2 #yobo1 table tr td:nth-child(2) { width: 190px; }
#vaccination #block2 #yobo1 table tr td:nth-child(3) { width: 150px; }
#vaccination #block2 #yobo1 table tr td:nth-child(4) { /*width: 600px;*/width: 308px; }

#vaccination #block2 .belongings {
  margin-top: 50px;
}
#vaccination #block2 .belongings ul {
}
#vaccination #block2 .belongings ul li {
  text-align: left;
}
#vaccination #block2 .belongings .att1,
#vaccination #block2 .belongings .att2 {
  text-align: left;
  margin-left: 15px;
}
#vaccination #block2 .belongings .att1 {
  margin-bottom: 15px;
}
#vaccination #block2 .belongings .att2 {
  margin-top: 15px;
}

#vaccination #block2 .schedule_link {
  font-size: 22px;
  margin-top: 50px;
}
#vaccination #block2 .schedule_link .btn-msize {
  margin-top: 10px;
}

#schedule2 {
  margin-top: 76px;
}
.commingsoon {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 100px 0;
  display: block;
}

.l-main section.top-schedule,
.l-main section.top_schedule,
.l-main section.top-medical-courses,
.l-main section.top-visiting {
  margin-top: 0;
  padding-top: 76px;
}

.l-main section.top_banner {
  margin-top: 0;
  padding-top: 10px;
	padding-bottom:	50px;
	display:	flex;
	flex-flow:	wrap;
}

.l-main section.top-medical-courses figure a figcaption h3 {
  margin-bottom: 0;
}

.time_att {
  font-size: 0.8rem;
  color: #f00;
}
