@import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,700);

/* ADDITIONAL START ===== */

.CE {
	text-align: center;
}

.RI {
	text-align: right;
}

.LE {
	text-align: left;
}

.font_small{
	font-size: 0.8em;
}

.font_vsmall{
	font-size: 0.7em;
}

.font_large{
	font-size: 1.2em;
	line-height: 1.5em;
}

.features_img{
	width: 100%;
	border: solid 5px rgba(255, 255, 255, 0.5);
	border-radius: 10px;
}

.titleBar{
	font-size: 2em;
	font-weight: bold;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	padding: 5px;

	background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 190, 113, 1)), to(rgba(248, 156, 34, 1)));
	background: -moz-linear-gradient(rgba(250, 190, 113, 1), rgba(248, 156, 34, 1));
	background: linear-gradient(rgba(250, 190, 113, 1), rgba(248, 156, 34, 1));

	border: 5px solid #fff;
	color: #FFF;

	border-radius: 4px;

	-webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.8);
}


.frame-overlay {
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  
  background-image: url(../../images/top_frame_bg.png);
  background-position: left 50% bottom 0px;
  background-repeat: no-repeat;
  background-size: cover !important;
}

.top_area{
}

@media (max-width: 768px) {
 .top_area{
 	margin-top: 15%;
 }
}

.top_time_area{
	float: right;
	margin-top: 20%;
//	background-image: url(../../images/top_time_bg.png);
//	background-repeat: no-repeat;
}

@media (max-width: 768px) {
 .top_time_area{
 	margin-top: 20px;
 }
}

.table_area{
	font-size: 1.4em;
}

.table_area dl dt,
.table_area dl dd{
	float: left;
	text-align: center;
	padding: 5px;
	border: 2px solid rgba(255, 255, 255, 0.6);
}

.table_area dl dt{
	background-color: rgba(250, 190, 113, 0.7);
}

.table_area dl dd{
	background-color: rgba(255, 255, 255, 0.6);
}

.table_area dl dt:after,
.table_area dl dd:after{
	clear: both;
}

.table_list{
	font-size: 1em;
}

.table_list dl{
	margin: 0px;
}

.table_list dl dt,
.table_list dl dd{
	float: left;
	text-align: center;
	padding: 5px;
	border: 2px solid rgba(255, 255, 255, 0.6);
}

.table_list dl dt{
	width: 30%;
	background-color: rgba(250, 190, 113, 0.7);
}

.table_list dl dd{
	width: 65%;
	background-color: rgba(255, 255, 255, 0.6);
	padding-left: 1em;
	text-align: left;
}

.table_list dl dt:after,
.table_list dl dd:after{
	clear: both;
}

.table_list dl dd{
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.board_solid_back{
	background: rgba(250, 190, 113, 1);
	padding: 20px;
	border-radius: 20px;
	border: 3px solid rgba(255, 255, 255, 0.4);
}

.board_black_back{
	background: rgba(0, 0, 0, 0.6);
	padding: 20px;
	border-radius: 10px;
	border: 3px solid rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 2px rgba(79, 76, 77, 0.4);
}

.board_white_back{
	background: rgba(255, 255, 240, 0.9);
	padding: 10px;
	border-radius: 10px;
	border: 3px solid rgba(79, 76, 77, 0.4);
	box-shadow: 0px 0px 2px rgba(79, 76, 77, 0.4);
}

.board_shadow{
	box-shadow: 10px 15px 10px rgba(79, 76, 77, 0.6);
}

.back_gradient01{
	background-color: rgb(255, 127, 80);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 240, 1)), to(rgba(250, 190, 113, 1)));
	background: linear-gradient(rgba(255, 255, 240, 1), rgba(250, 190, 113, 1));
	background: -moz-linear-gradient(rgba(255, 255, 240, 1), rgba(250, 190, 113, 1));
}

@media (max-width: 768px) {
 .back_gradient01{
 	background: rgb(250, 190, 113);
 }
}

.top_greeting_bg{
	background-image: url(../../images/greeting_bg.png);
	background-position: left 50% bottom 50%;
	background-repeat: no-repeat;
	background-size: contain !important;
}

.top_greeting_message_bg{
	background: rgba(255, 255, 255, 0.8);
	border: dotted 5px rgba(79, 76, 77, 0.4);
	border-radius: 20px;
}

.menu_icon_bg{
	background: rgba(250, 190, 113, 1);
	border-radius: 100px;
	border: solid 3px rgba(255, 255, 255, 0.4);
}

@media (max-width: 767px) {
  .menu_icon_bg{
	background: none;
	border-radius: 0px;
	border: none;
  }
}

/* ADDITIONAL END ===== */

#header1-40 .btn {
  font-size: 20px;
  font-family: 'Meiryo', 'Oxygen', sans-serif;
}
#header1-40 H1 {
  font-family: 'Meiryo', 'Oxygen', sans-serif;
}
#header1-40 P {
  font-family: 'Meiryo', 'Oxygen', sans-serif;
}
#menu-41 .mbr-brand__name {
  font-size: 16px;
}
#menu-41.mbr-navbar--stuck .mbr-navbar__section {
  background: #395259;
}
#menu-41 .mbr-brand__name a {
  font-size: 24px;
  font-family: 'Meiryo', 'Oxygen', sans-serif;
}
#menu-41 .mbr-navbar__items a {
  font-family: 'Meiryo', 'Oxygen', sans-serif;
}
#features1-42 P {
  text-align: center;
}
#features1-44 P {
  text-align: center;
  color: #ffffff;
}
#features1-44 H3 {
  color: #ffffff;
}
#msg-box5-46 .mbr-header__text {
  color: #ffffff;
}
#msg-box5-46 .mbr-header__subtext {
  color: #ffffff;
}
#msg-box5-46 .mbr-article {
  color: #ffffff;
}
#features1-47 P {
  color: #4c6972;
  text-align: center;
}
#msg-box3-48 .mbr-header .mbr-header__text {
  text-align: center;
}
#msg-box3-48 .mbr-header .mbr-header__subtext {
  text-align: center;
}
#msg-box2-50 h2 {
  color: #252525;
}
#msg-box2-50 p {
  color: #252525;
}




#content5-77 .caption h3 {
  color: #fff;
  font-size: 46px;
  font-family: 'Meiryo', 'Oxygen', sans-serif;
}
#content5-77 P {
  color: #fff;
  text-align: center;
  font-size: 21px;
  font-family: 'Meiryo', 'Oxygen', sans-serif;
}
#menu-59 .mbr-brand__name {
  font-size: 16px;
}
#menu-59.mbr-navbar--stuck .mbr-navbar__section {
  background: #395259;
}
#menu-59 .mbr-brand__name a {
  font-size: 24px;
  font-family: 'Meiryo', 'Oxygen', sans-serif;
}
#menu-59 .mbr-navbar__items a {
  font-family: 'Meiryo', 'Oxygen', sans-serif;
}
#image2-83 SMALL {
  font-size: 17px;
}
#slider2-88 H1 {
  color: #ffffff;
}





#header1-73 .btn {
  font-size: 20px;
  font-family: 'Meiryo', 'Oxygen', sans-serif;
}
#header1-73 H1 {
  font-family: 'Meiryo', 'Oxygen', sans-serif;
}
#header1-73 P {
  font-family: 'Meiryo', 'Oxygen', sans-serif;
}
#menu-74 .mbr-brand__name {
  font-size: 16px;
}
#menu-74.mbr-navbar--stuck .mbr-navbar__section {
  background: rgba(255, 255, 240, 0.9);
}
#menu-74 .mbr-brand__name a {
  font-size: 24px;
}
#menu-74 .mbr-navbar__items a {
  font-family: 'Meiryo', 'Oxygen', sans-serif;
}
#features1-75 P {
  text-align: center;
}
#features1-77 P {
  text-align: center;
  color: #292929;
}
#features1-77 H3 {
  color: #292929;
  text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.9);
}
#msg-box5-79 .mbr-header__text {
  color: #ffffff;
}
#msg-box5-79 .mbr-header__subtext {
  color: #ffffff;
}
#msg-box5-79 .mbr-article {
  color: #ffffff;
}
#features1-80 P {
  color: #4c6972;
  text-align: center;
}
#msg-box3-81 .mbr-header .mbr-header__text {
  text-align: center;
}
#msg-box3-81 .mbr-header .mbr-header__subtext {
  text-align: center;
}
#msg-box2-83 h2 {
  color: #252525;
}
#msg-box2-83 p {
  color: #252525;
}


#menu-20 .mbr-brand__name {
  font-size: 16px;
}
#menu-20.mbr-navbar--stuck .mbr-navbar__section {
  background: #395259;
}
#menu-20 .mbr-brand__name a {
  font-size: 24px;
  font-family: 'Meiryo', 'Oxygen', sans-serif;
}
#menu-20 .mbr-navbar__items a {
  font-family: 'Meiryo', 'Oxygen', sans-serif;
}
#features1-21 P {
  text-align: center;
}
#features1-23 P {
  text-align: center;
  color: #ffffff;
}
#features1-23 H3 {
  color: #ffffff;
}
#msg-box5-25 .mbr-header__text {
  color: #ffffff;
}
#msg-box5-25 .mbr-header__subtext {
  color: #ffffff;
}
#msg-box5-25 .mbr-article {
  color: #ffffff;
}
#features1-26 P {
  color: #4c6972;
  text-align: center;
}
#msg-box3-27 .mbr-header .mbr-header__text {
  text-align: center;
}
#msg-box3-27 .mbr-header .mbr-header__subtext {
  text-align: center;
}
#msg-box2-29 h2 {
  color: #252525;
}
#msg-box2-29 p {
  color: #252525;
}




#content5-92 .caption h3 {
  color: #fff;
  font-size: 46px;
  font-family: 'Meiryo', 'Oxygen', sans-serif;
}
#content5-92 P {
  color: #fff;
  text-align: center;
  font-size: 21px;
  font-family: 'Meiryo', 'Oxygen', sans-serif;
}
#menu-93 .mbr-brand__name {
  font-size: 16px;
}
#menu-93.mbr-navbar--stuck .mbr-navbar__section {
  background: #395259;
}
#menu-93 .mbr-brand__name a {
  font-size: 24px;
  font-family: 'Meiryo', 'Oxygen', sans-serif;
}
#menu-93 .mbr-navbar__items a {
  font-family: 'Meiryo', 'Oxygen', sans-serif;
}
#features1-108 .thumbnail .image img {
  max-width: 100%;
}
#image2-97 SMALL {
  font-size: 17px;
}
#image2-111 SMALL {
  font-size: 20px;
}
#image2-113 SMALL {
  font-size: 20px;
}
#image2-114 SMALL {
  font-size: 20px;
}
#msg-box3-117 .mbr-header .mbr-header__text {
  text-align: center;
}
#msg-box3-117 .mbr-header .mbr-header__subtext {
  text-align: center;
}
#msg-box3-117 .mbr-article P {
  text-align: left;
}

/* �S�� */
h3{
	color: #f89f29;
}

.font-highlight{
	color: #f89f29;
}

/* �ݔ��Љ�p */
.facilities,
.clinic_info,
.medi_info{
	margin-bottom: 20px;
}

.facilities .img_title,
.clinic_info .img_title,
.medi_info .img_title{
	text-align: center;
	margin: 0px 0px 0px 10px;
	background: rgba(250, 190, 113, 1);
	border-radius: 0px 5px 0px 5px;
}

.facilities img,
.clinic_info img,
.medi_info img{
	margin: 5px;
	border-radius: 5px;
}

.youtube{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.lnkbanner{
	margin: 20px 0px 20px 20px;
	border-radius: 4px;
	width: 45%;
}