@charset "utf-8";
@import "https://fonts.googleapis.com/css?family=Noto+Sans+JP";
@import "https://fonts.googleapis.com/css2?family=Jost";

body {
	font-family: "Noto Sans JP", "Meiryo UI", Meiryo, Arial, sans-serif;
	vertical-align: baseline;
	color: #444;
}
input, textarea, select {
	font-family: "Meiryo UI", Meiryo, Arial, sans-serif;
}
img {
	vertical-align: middle;
	max-width: 100%;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
ul,ol {
	margin: 0;
	padding: 0;	
	list-style-type: none;
}
dl,dt,dd {
	margin: 0;
	padding: 0;	
}
/* Typography
-----------------------------------------------*/
body {
	font-size: 16px;
}
h1, h2, h3, h4, h5 ,h6 {
	font-weight: normal;
}
h1 {
	margin: 0;
}
h2 {
	margin: 80px 0 80px;
	font-size: 38px;
	color: #004473;
	text-align: center;
	line-height: 1em;
}
h2 small {
	font-family: Jost;
	font-size: 12px;
	color: #FFE00C;
	background-color: #004473;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}
h3 {
	margin: 20px 0 20px;
	font-size: 28px;
	text-align: center;
}
h4 {
	font-size: 32px;
	color: #EEE;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 80px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 13px;
}
h5 {
	margin: 0 0 20px;
	font-size: 15px;
}
p {
	margin: 0 0 1.5em;
	line-height: 1.5;
}
small {
	font-size: 70%;
}
big {
	font-size: 130%;
}
b {
	font-size: 200%;
	font-weight: bold;	
}
hr {
	width: 100%;
	height: 0;
	padding: 0;
	margin: 0;
	margin: 70px 0;
	border: none;
	border-bottom: 1px solid #666;
}

/* Layout
-----------------------------------------------*/
.wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	line-height: 1.8em;
}
.container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 1060px;
	margin: 0 auto;
	overflow: hidden;
}
.row {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.row-no-offset {
	margin-left: -10px;
	margin-right: -10px;
}
.row:last-child {
	margin-bottom: 0;
}
.row.last-child {
	margin-bottom: 0;
}
/*.row:last-child {
	margin-bottom: 0;
}*/
.row [class*=col-lg-] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	overflow: hidden;
	float: left;
}
.col-lg-1 {
	width: 8.3333333333%;
}
.col-lg-2 {
	width: 16.6666666667%;
}
.col-lg-3 {
	width: 25%;
}
.col-lg-4 {
	width: 33.3333333333%;
}
.col-lg-5 {
	width: 41.6666666667%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-7 {
	width: 58.3333333333%;
}
.col-lg-8 {
	width: 66.6666666667%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-10 {
	width: 83.3333333333%;
}
.col-lg-11 {
	width: 91.6666666667%;
}
.col-lg-12 {
	width: 100%;
}
.col-lg-b20 {
	width: 20%;
}
.col-lg-b40 {
	width: 40%;
}
.col-lg-offset-1 {
	margin-left: 8.3333333333%;
}
.col-lg-offset-2 {
	margin-left: 16.6666666667%;
}
.col-lg-offset-3 {
	margin-left: 25%;
}
.col-lg-offset-4 {
	margin-left: 33.3333333333%;
}
.col-lg-offset-5 {
	margin-left: 41.6666666667%;
}

.col-lg-1 *:last-child,
.col-lg-2 *:last-child,
.col-lg-3 *:last-child,
.col-lg-4 *:last-child,
.col-lg-5 *:last-child,
.col-lg-6 *:last-child,
.col-lg-7 *:last-child,
.col-lg-8 *:last-child,
.col-lg-9 *:last-child,
.col-lg-10 *:last-child,
.col-lg-11 *:last-child,
.col-lg-12 *:last-child {
	margin-bottom: 0;
}
.row-nopadding>[class*=col-] {
	padding: 0;
}
.row-nomargin,
.container>.row-nomargin,
.container>.row-nomargin:last-child {
	margin: 0;
}
/* mt mb pt pb
-----------------------------------------------*/
.mb-10 {
	margin-bottom: 10px;	
}
.mb-20 {
	margin-bottom: 20px;	
}
.mb-30 {
	margin-bottom: 30px;	
}
.mb-40 {
	margin-bottom: 40px;	
}
/* Align
-----------------------------------------------*/
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.center-middle {
	display: table;
	width: 100%;
	height: 100%;
}
.center-middle>.inner {
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

/* Text
-----------------------------------------------*/
.text-color-white {
	color: #FFF;
}
.text-color-brown {
	color: #6F4020;	
}
.text-color-blue {
	color: #2677B5;	
}
.text-color-yellow {
	color: #EEBD2B;	
}
.text-color-green {
	color: #769B20;	
}

/* Buttons
-------------------------------------------- */
.btn {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	max-width: 100%;
	line-height: 1;
	cursor: pointer;
	text-decoration: none;
	border: none;
	max-width: 100%;
	text-align: center;
}
.btn-lg {
	width: 232px;
	padding: 15px;
	font-size: 14px;
	border: 2px solid #004575;
	font-weight: bold;
	background-color: rgba( 255, 255, 255, 0.3 );
	margin-bottom: 15px;
}
.btn-lg a {
	color: #004575;
}
.btn-lg:hover {
	background-color: rgba( 255, 226, 40, 0.3 );
}
.btn-black {
	color: #FFF;
	background-color: #000;
}
.btn-blue {
	color: #004575;
}

/*Visible
-----------------------------------------------*/
.visible-sm,
.visible-md {
	display: none !important;
}
/* Id
-----------------------------------------------*/
#nav {
	width: 100%;
	height: 80px;
	text-align: center;
	background-color: #004575;
	position: fixed;
	z-index: 100;
	top: 0px;
}
#nav .logo{
	float: left;
	padding: 15px;
	height: 50px;
	width: 147px;
}
#nav .phone{
	float: right;
	margin-right: 30px;
}
#nav .phone .contact {
	font-family: "Jost";
	font-size: 36px;
	color: #EEE;
	text-align: center;
	line-height: 18px;
	padding-top: 22px;
	padding-bottom: 18px;
}
#nav .phone .contact span{
	font-size: 10px;
	font-weight: bold;
}
#nav .phone .contact small{
	font-family: "Meiryo UI", Meiryo, Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
}

.lantern {
	position: relative;
	width: 100%;
	height: 90vh;
	z-index: 0;
}
.lantern ::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
	background:rgba(0,0,0,0.3);
}
.lantern-slide {
	position: absolute;
	width: 100%;
	height: 90vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
	animation-timing-function: cubic-bezier(0, 0, 1, 1);
}
.lantern-slide.active-phase-1 {
	z-index: 99 !important;
	-webkit-animation-name: lanternZoomIn;
	animation-name: lanternZoomIn;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
}
.lantern-slide.active-phase-2 {
	z-index: 100 !important;
	-webkit-animation-name: lanternZoomInFadeOut;
	animation-name: lanternZoomInFadeOut;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
}
#lantern-slide-1 {
	background-image: url(../images/index/slide_1.jpg);
}
#lantern-slide-2 {
	background-image: url(../images/index/slide_2.jpg);
}
#lantern-slide-3 {
	background-image: url(../images/index/slide_3.jpg);
}
#lantern-slide-4 {
	background-image: url(../images/index/slide_4.jpg);
}
#lantern-slide-5 {
	background-image: url(../images/index/slide_5.jpg);
}
#top-image {
	height: 90vh;
	width: 100%;
	position: relative;
}
#top-image h1 {
	position: absolute;
	top: 300px;
	left: 50%;
	transform: translateX(-50%);
	width: 280px;
	z-index: 99;
	background-color: rgba( 255, 255, 255, 0.7 );
	padding: 30px;
}
#top-image .logo_text {
	position: absolute;
	top: 500px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 111;
}
#aboutus {
	background-size: cover;
	padding-bottom: 80px;
	background-repeat: no-repeat;
	filter: brightness(100%);
	background-color: #F0F0E1;
	z-index: 1;
}
#aboutus p {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
#aboutus::before {
	content: '';
	position: absolute;
	top: -12px;
	bottom: -12px;
	left: -12px;
	right: -12px;
	background: inherit;
	filter: blur(6px) brightness(100%);
	z-index: -1;
}
#feature {
	background-size: cover;
}
#feature .barrier-free {
	padding: 80px;
	position: relative;
	background-image: url(../images/feature_1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	filter: brightness(100%);
	background-color: #F0F0E1;
	z-index: 0;
	overflow: hidden;
}
#feature .barrier-free::before {
	content: '';
	background-clip: content-box;
	position: absolute;
	top: -12px;
	bottom: -12px;
	left: -12px;
	right: -12px;
	background: inherit;
	overflow: hidden;
	-ms-filter: blur(3px);
	-webkit-filter: blur(3px);
	filter: blur(3px) brightness(70%);
	z-index: -1;
	width: calc(100% + 20px); 
}
#feature .barrier-free .borderBox {
	background-color: rgba( 255, 255, 255, 0.8 );
	padding: 20px;
	float: right;
	z-index: 1;
}
#feature .barrier-free p {
	text-align: left;
}
#feature .anesthesia {
	position: relative;
	background-color: #EEE;
	padding: 80px;
	background-image: url(../images/feature_2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	filter: brightness(100%);
	background-color: #F0F0E1;
	z-index: 0;
}
#feature .anesthesia::before {
	content: '';
	position: absolute;
	top: -12px;
	bottom: -12px;
	left: -12px;
	right: -12px;
	background: inherit;
	-ms-filter: blur(3px);
	-webkit-filter: blur(3px);
	filter: blur(3px) brightness(70%);
	z-index: -1;
}
#feature .anesthesia .borderBox {
	background-color: rgba( 255, 255, 255, 0.8 );
	padding: 20px;
	z-index: 1;
}
#feature .anesthesia p {
	text-align: left;
}
#treatment {
	padding-top: 0px;
	padding-bottom: 80px;
	padding-right: 80px;
	padding-left: 80px;
	background-color: #F0F0E1;
}
#treatment h2 {
	margin-bottom: 80px;
}
#treatment .col-lg-2 {
	width: 20%;
	padding: 10px;
	margin: 0px;
	position: relative;
}
#treatment dl {
	width: 100%;
	text-align: center;
	background-color: rgba( 0, 68, 116, 0.7 );
	height: 200px;
}
#treatment dl dt {
	color: #EEE;
	font-size: 24px;
	position: relative;
	top: 75px;
}
#treatment dl dd {
	color: #EEE;
	overflow: hidden;
	font-size: 13px;
	position: relative;
	top: 75px;
}
#doctor .doctor-photo {
	position: relative;
	text-align: right;
	padding-top: 80px;
	padding-right: 80px;
	padding-left: 80px;
	background-image: url(../images/bg_doctor.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	filter: opacity(100%);
	background-color: #F0F0E1;
	z-index: 0;
}
#doctor .doctor-photo::before {
	content: '';
	position: absolute;
	top: -5px;
	bottom: -5px;
	left: -5px;
	right: -5px;
	background: inherit;
	filter: blur(2px);
	z-index: -1;
}
#doctor .doctor-photo h2 {
	text-align: center;
}
#doctor .doctor-info {
	background-color: #EBE1C7;
	padding: 80px;
	text-align: left;
	line-height: 180%;
	height: 410px;
}

#clinic {
	background-color: #F2EFDD;
}
#clinic .schedule {
	background-color: #004473;
	padding: 80px;
	text-align: left;
	color: #EEE;
	height: 490px;
}
#clinic .schedule p {
	font-size: 13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#clinic .schedule .timetable {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	margin-bottom: 20px;
	color: #EEE;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #005B99;
	border-bottom-color: #005B99;
}
#clinic .schedule .timetable th {
	text-align: center;
	font-size: 13px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #005B99;
	border-left-color: #005B99;
}
#clinic .schedule .timetable td {
	text-align: center;
	font-size: 16px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #005B99;
	border-left-color: #005B99;
	padding-top: 10px;
	padding-bottom: 10px;
}
#clinic .schedule .timetable thead th {
	background-color: rgba( 255, 255, 255, 0.15 );
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
#clinic .schedule .timetable thead th:first-child {
	width: 23%;
	text-align: center;
	letter-spacing: 0.15em;
	color: #FFE228;
}
#clinic .schedule .timetable tbody th {
	word-break: keep-all;
	white-space: nowrap;
	letter-spacing: 0.1em;
}

#clinic .address-info {
	position: relative;
	background-color: #EBE1C7;
	padding: 80px;
	text-align: left;
	background-image: url(../images/bg_address.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	filter: opacity(100%);
	background-color: #000;
	z-index: 0;
	height: 490px;
}
#clinic .address-info::before {
	content: '';
	position: absolute;
	top: -6px;
	bottom: -6px;
	left: -6px;
	right: -6px;
	background: inherit;
	-ms-filter: blur(6px);
	filter: blur(6px) brightness(95%);
	z-index: -1;
}
#clinic .address-info p {
	font-size: 15px;
	line-height: 20px;
	font-weight: bolder;
	padding-top: 15px;
	padding-bottom: 5px;
}
#clinic .address-info .contact {
	font-family: "Jost";
	font-size: 31px;
	color: #004575;
	text-align: center;
	width: 228px;
	line-height: 18px;
	padding-top: 24px;
	padding-bottom: 5px;
	border: 2px solid #004575;
	background-color: rgba( 255, 255, 255, 0.3 );
}
#clinic .address-info .contact p{
	font-size: 9px;
	font-family: "Meiryo UI", Meiryo, Arial, sans-serif;
	font-weight: bold;
	line-height: 16px;
}

#googlemap {
	margin: 0px;
	padding: 0px;
	height: 380px;
}
#googlemap iframe {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 380px;
}
#gallery {	
}
#gallery .col-lg-3, #gallery .col-sm-6 {
	margin-bottom: 0px;
}
#copyright {
	background-color: #004473;
	text-align: center;
}
#copyright p {
	margin: 0;
	padding: 15px 0;
	line-height: 1;
	color: #EEE;
	font-size: 11px;
}
@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}