@charset "UTF-8";

* {
	text-rendering: optimizelegibility;
	font-family:    'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','ＭＳ Ｐゴシック',sans-serif;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
	max-width: 1078px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
}

.crowded_info_wrapper {
	text-align:center;
}
@media only screen and (min-width: 769px) {
	.crowded_info_wrapper .crowded_info {
		max-width: 640px;
	}
}
@media only screen and (max-width: 768px) {
	.crowded_info_wrapper .crowded_info {
		max-width: 480px;
		width: 100%;
	}
}

#clinic_info {
	position: absolute;
	right: 4px;
	top: 10px;
}

#nav-mobile {
	margin-right: 12px;
}

.clinic_header_name {
	position: relative;
}

.button-collapse {
	padding-right: 40px;
	margin-left: -10px;
}

.director_img_root {
	height: 192px !important;
}

.modal {
	top:10px !important;
	margin-left: 10px !important;
	max-width: 90%;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.fxrow {
	display: table;
	width: 100%;
	border-bottom: solid 1px #ddd;
}
.fxcolTitle {
	display: table-cell;
	width: 25%;
}
.fxcolTitle p, .fxcolTitleLong1 p, .fxcolBody p {
	font-size: 14px;
}

.fxcolTitleLong1 {
	display: table-cell;
	width: 40%;
}
.fxcolBody {
	display: table-cell;
	/*width: 75%;*/
}

.clinic_outline .card img {
	position: static !important;
}

.img-wrapper img{
	z-index: 0 !important;
	width: 100% !important;
	margin-top: 0 !important;
}
.img-wrapper .no-img {
	position: absolute;
	margin-top: 4px;
	margin-left: 4px;
}
.card .staff_name {
	bottom: 0;
	position: absolute;
	top: inherit;
	width: 100%;
	height: 24px;
}

.staff_list .card-content {
	padding: 0 4px 0 4px;
}
.staff_list .card-content p{
	font-size: 12px;
}
.director_img_root {
	padding-bottom: 0 !important;
}
.director_message p, .vita_philosophy p, .staff_list p{
	font-size: 18px;
	margin-top: 4px;
	margin-bottom: 2px;
}
.director_message p.mtvt1, .vita_philosophy p.mtvt1{
	margin-top: 12px !important;
}
.director_message p.mtvt2, .vita_philosophy p.mtvt2{
	margin-top: 16px !important;
}
.director_message p.mtvt3, .vita_philosophy p.mtvt3{
	margin-top: 24px !important;
}
@media only screen and (max-width: 470px) {
	.staff_name {
		padding-top: 2px !important;
		padding-bottom: 2px !important;
	}
	.staff_list .card .card-content:first-child {
		height: 172px !important;
	}
}
@media only screen and (max-width: 480px) {
	/* 日本語フォント用のh1-h6のフォントサイズ設定*/
	h1 {
		font-size: 2.67rem;
		line-height: 3.51rem;
		margin: .25rem 0 .7rem 0;
		letter-spacing: -0.1rem;
	}

	h2 {
		font-size: 2.2rem;
		line-height: 2.4rem;
		margin: .25rem 0 .7rem 0;
	}

	h3 {
		font-size: 1.9rem;
		line-height: 2.1rem;
		margin: .25rem 0 .7rem 0;
	}

	h4 {
		font-size: 1.6rem;
		line-height: 1.8rem;
		margin: .2rem 0 .6rem 0;
		letter-spacing: .04rem;
	}

	h5 {
		font-size: 1.28rem;
		line-height: 1.40rem;
		margin: .2rem 0 .6rem 0;
		letter-spacing: .04rem;
	}

	h6 {
		font-size: 1rem;
		line-height: 1.1rem;
		margin: .25rem 0 .7rem 0;
		letter-spacing: .03rem;
	}

	p {
		font-size: 16px;
	}
	.director_message p, .vita_philosophy p, .staff_list p{
		font-size: 16px !important;
	}
	.card p {
		font-size: 1rem;
	}
	.card .card-content img {
		margin-top: -15%;
	}
	.img-wrapper .no-img {
		font-size: 12px !important;
	}
	#vita_map {
		width: 320px;
		height: 240px;
	}
	#vita_title {
		text-align: center;
	}

	.side-nav li {
		height: 48px;

	}
	.side-nav i.fa {
		color: #F78300;
	}

	.biz_data, .biz_hour {
		display: none;
	}
}


@media only screen and (min-width: 768px) {
	p {
		font-size: 18px;
	}

	.clinic_header_name {
		position: relative;
		text-align: center;
	}
	.director_img_root {
		height: 256px !important;
	}
	.container {
		width: 90%;
	}
	.card .card-content img {
		margin-top: -6%;
	}
	.card p {
		font-size: 1rem;
	}
	.staff_list .card .card-content:first-child {
		height: 248px !important;
	}
	#vita_map {
		width: 640px;
		height: 480px;
	}
	#vita_title {
		text-align: right;
	}

	.side-nav li {
		height: 48px;
	}

	.side-nav i.fa {
		display: none;
		font-size: 1em;
		margin-right: 4px;
		color: #F78300;
	}

	#nav-mobile a {
		padding: 0px 6px;
		font-size: 0.89em;
	}

	.tel_info {
		display:  inline-block;
		margin-left: 32px;
	}
	.address_info {
		display:  inline-block;
		margin-left: 32px;
	}

	.biz_hour {
		display: none;
	}

	#director_img {
		margin-top: 0px !important;
	}
}

@media only screen and (min-width: 880px) {
	#nav-mobile a {
		padding: 0px 10px;
	}
}

@media only screen and (min-width: 1024px) {
	p {
		font-size: 18px;
	}
	nav ul a {
		padding: 0px 16px;
	}
	#nav-mobile a {
		font-size: 1.0em;
	}
	.clinic_header_name {
		position: relative;
		text-align: left;
	}
	.director_img_root {
		height: 320px !important;
	}

	.card .card-content img {
		margin-top: -20%;
	}

	.staff_list .card .card-content:first-child {
		height: 300px !important;
	}

	#vita_map {
		width: 760px;
		height: 576px;
	}
	#vita_title {
		text-align: right;
	}
	#nav-mobile a {
		font-size: 0.9em;
	}

	.tel_info {
		display:  block;
		position: absolute;
		right: 10px;
		top: -20px;
	}
	.address_info {
		display:  block;
		position: absolute;
		right: 10px;
		top: 2px;
	}
	.biz_hour {
		display:  block;
		position: absolute;
		right: 10px;
		top: 20px;
	}
	.biz_hour .bh_body {
		color:#fff;
		font-size: 12px;
		line-height: 16px;
	}
	#director_img {
		margin-top: 0px !important;
	}
}


@media only screen and (min-width: 481px) and (max-width: 768px) {
	.biz_data, .biz_hour {
		display: none !important;
		color: #fff;
	}
	.staff_list .card .card-content:first-child {
		height: 156px !important;
	}
}
@media only screen and (min-width: 769px) and (max-width: 859px) {
	#nav-mobile li:first-child {
		display: none !important;
	}
}


.deco_line {
		background-image:url(../images_vita/ornamental.png);
		background-size:contain;
		background-repeat:no-repeat;
		height:32px;
		margin-top:8px;
		position:relative
}
.deco_line_small {
		background-image:url(../images_vita/ornamental-sm.png);
		background-size:contain;
		background-repeat:no-repeat;
		height:28px;
		position:relative
}


.bg-image-header {
		background-image: url("../images_vita/animals/_bg_header_1.jpg");
		background-size: contain;
		background-repeat: repeat;

}

.section .row {
	 padding-top: 0;
	 padding-bottom: 0;
}

.promo img {
	width: 100%;
	margin-bottom: 8px;
}


.bgtr-blck5 {
		background-color: rgba(0,0,0, 0.5);
}
.bgtr-blck4 {
		background-color: rgba(0,0,0, 0.4);
}
.bgtr-blck3 {
		background-color: rgba(0,0,0, 0.3);
}
.bgtr-blck2 {
		background-color: rgba(0,0,0, 0.2);
}

.opac-0{
	opacity: 0;
}


.fxhd1 {
	color: #fff;
	font-size: 20px;
	margin-top: 0px;
	padding: 16px 8px 16px 8px;
	position: absolute;
	top: 0;
	left: 0;
	width: 75%;
}
.fxhd2 {
	color: #fff;
	font-size: 18px;
	margin-top: 0px;
	padding: 10px 4px 10px 4px;
	position: absolute;
	top: 0;
	left: 0;
	width: 75%;
}

.width-fit {
	width: 100%;
}

.clr-orange {
	color:#F78300;
}
.clr-vita-blue {
	color: #2e9cf4;;
}
.clr-vita-pink {
	color:rgb(255, 175, 189);
}

/* --------------------------------- */
.btn, .btn-large, .btn-flat {
	display: inline-block;
	height: 36px;
	margin-bottom: 15px;
	padding: 0 2rem;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-clip: padding-box;
	line-height: 36px;
	text-transform: uppercase;
	border: none;
}

.btn.disabled, .disabled.btn-large, .btn-floating.disabled, .btn-large.disabled, .btn:disabled, .btn-large:disabled, .btn-large:disabled, .btn-floating:disabled {
	background-color: #DFDFDF;
	box-shadow: none;
	color: #9F9F9F;
}
.btn.disabled:hover, .disabled.btn-large:hover, .btn-floating.disabled:hover, .btn-large.disabled:hover, .btn:disabled:hover, .btn-large:disabled:hover, .btn-large:disabled:hover, .btn-floating:disabled:hover {
	background-color: #DFDFDF;
	color: #9F9F9F;
}

.btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i {
	font-size: 1.3rem;
	float: left;
	line-height: inherit;
	margin-right: 15px;
}
.btn i.right, .btn-large i.right, .btn-floating i.right, .btn-large i.right, .btn-flat i.right {
	float: right;
	margin-right: 0;
	margin-left: 15px;
}

.btn, .btn-large {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #1690f3;
	text-align: center;
	letter-spacing: .8px;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}
.btn:hover, .btn-large:hover {
	background-color: #2e9cf4;
}

.btn-floating {
	display: inline-block;
	position: relative;
	z-index: 1;
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	background-color: #1690f3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: padding-box;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.btn-floating i {
	width: inherit;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	line-height: 40px;
}

.btn-flat {
	box-shadow: none;
	background-color: transparent;
	color: #343434;
}
.btn-flat.disabled {
	color: #b3b3b3;
}

.btn-large {
	height: 54px;
	line-height: 56px;
}

.btn-vita-cyan {
	width: 75%;
	line-height: 60px;
	height: 60px;
	background-color: #00bcd4;
	border-radius: 8px;
}
.btn-vita-teal {
	width: 75%;
	line-height: 60px;
	height: 60px;
	background-color: #1de9b6 ;
	border-radius: 8px;
}
.btn-vita-orange {
	width: 75%;
	line-height: 60px;
	height: 60px;
	background-color: #F5A323 ;
	border-radius: 8px;
}
.vita-btn-icon {
	margin-top: 0 !important;
	font-size: 42px !important;
	color: #fff !important;
}

.card .vita-btn-icon {
	margin-top: 0px !important;
	font-size: 20px !important;
	color: #fff !important;
	clear: both;
	float: none !important;
	margin-right: -10px !important;
}

.z-depth-1, nav, .card, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, ul.collapsible {
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.z-depth-1-half, .btn:hover, .btn-large:hover, .btn-floating:hover {
	-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.z-depth-2 {
	-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-3 {
	-webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-4 {
	-webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
	-moz-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
	box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.z-depth-5 {
	-webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
	box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

.ml32f {
	margin-left: 32px !important;
}
.mr32f {
	margin-right: 32px !important;
}
.ml16f {
	margin-left: 16px !important;
}
.mr16f {
	margin-right: 16px !important;
}
.mlr16f {
	margin-left: 16px !important;
	margin-right: 16px !important;
}
.mlrf {
	margin-left: 16px !important;
	margin-right: 16px !important;
}

@media only screen and (max-width: 1023px){
	.bizTimeTop {
		border: dashed 1px #00bcd4;
		border-radius: 12px;
	}
	.bizTimeTop > .caption {
		font-size: 16px;
		font-weight: bold;
	}
	.bizTimeTop > .col {
		color: #ff9800;
		padding-left: 16px !important;
	}
	.bizTimeTop .note {
		font-size: 10px;
	  color: #888;
	}
}


@media only screen and (min-width: 769px){
	.bizTimeTop {
		display: none;
	}
}


@media only screen and (max-width: 768px){
	.is_only_pc {
		display: none;
	}
}
@media only screen and (min-width: 769px){
	.is_only_sp {
		display: none;
	}
}

@media (max-width : 768px) {
  .is_only_pc {
    display: none !important;
  }
}

@media (min-width : 769px) {
  .is_only_sp {
    display: none !important;
  }
}
