@charset "utf-8";
/* CSS Document */

.box01 {
	background-image: linear-gradient(0deg, #fdfbfb 0%, #ebedee 100%);
	overflow: hidden;
}
.box01-inner {
    width: 1920px;
    margin: 0 auto;
    max-width: 100%;
}
.box02 {
	background-image: linear-gradient(0deg, #434343 0%, black 100%);
	color: #fff;
}
.box03 {
	padding: 40px 0;
}
.box04 {
	padding: 50px 0 20px;
	border-bottom: 10px solid #442a0d;
}
.box05 {
	padding: 50px 0;
}
.box06 {
	padding: 50px 0;
}
@media only screen and (max-width: 767px) {
	.box03 {
		padding: 40px 3.75%;
	}
	.box04,
	.box05,
	.box06 {
		padding: 20px 0;
	}
	.box01-inner {
		width: 94%;
		margin: 0 auto;
	}
}
.top-bnr {
	font-size: 16px;
}
.top-bnr01,
.top-bnr02,
.top-bnr003 {
	min-height: 370px;
	position: relative;
}
.top-bnr01 {
	text-align: center;
}

.top-bnr01::before,
.top-bnr02::before,
.top-bnr003::before {
	content: "";
	position: absolute;
	width: 50%;
	width: 50vw;
	top: 0;
	bottom: 0;
	background:50% 50% / cover no-repeat;
	z-index: 10;
}
.top-bnr01::before {
	background-image: url(img/top/alto_sample002.jpg);
}
.top-bnr02::before {
	right: 50%;
	background-image: url(img/top/alto_sample001.jpg);
}
.top-bnr003::before {
	right: 50%;
	background-image: url(img/top/top-box03.jpg);
}
.top-bnr-box {
	position:relative;
}
@media only screen and (min-width: 768px){
	.top-bnr-view.top-bnr01 .top-bnr-box {
		animation: bnr01 1s ease 0s 1 normal;
		animation-fill-mode: forwards;
	}
	.top-bnr-view.top-bnr02 .top-bnr-box,
	.top-bnr-view.top-bnr003 .top-bnr-box {
		animation: bnr02 1s ease 0s 1 normal;
		animation-fill-mode: forwards;
	}
	.top-bnr-view-hidden.top-bnr01 .top-bnr-box {
		right: 130%;
		right: 50vw;
	}
	.top-bnr-view-hidden.top-bnr02 .top-bnr-box,
	.top-bnr-view-hidden.top-bnr003 .top-bnr-box  {
		left: 130%;
		left: 50vw;
	}
}
@keyframes bnr01 {
	0% {
		right: 130%;
		right: 50vw;
	}
	100% { right: 0%;}
}
@keyframes bnr02 {
	0% {
		left: 130%;
		left: 50vw;
	}
	100% { left: 0%;}
}
@media only screen and (max-width: 767px) {
	.top-bnr01, .top-bnr02,.top-bnr003 {
		min-height: auto;
		padding-bottom: 170px;
		text-align: left;
	}
	.top-bnr01::before, .top-bnr02::before, .top-bnr003::before {
		width: 100%;
		top: auto;
		height: 150px;
		bottom: 10px;
		left: 0px;
		right: 0;
	}
}


.top-bnr03 {
	position: relative;
	max-width: 100%;
	padding: 5% 5% 10%;
	margin: auto;
	text-align: center;
}
.top-bnr03 h2 {
	color: #fff;
	font-size: 40px;
	line-height:1.4;
	margin-bottom: 30px;
    letter-spacing: 2px;
}
.top-bnr03 h2 span {
	display: block;
	font-size: 18px;
	color: #ef9095;
	letter-spacing: 3px;
}
.top-bnr-flow {
	max-width: 10400px;
	margin: auto;
}
.top-bnr03 li {
	width: 33.33%;
	float: left;
	padding: 1% 2%;
}
.top-bnr03 li img {
	display: block;
}
@media screen and (max-width: 767px) {
	.top-bnr03 li {
		padding: 1%;
	}
}

.top-bnr .top-bnr-text {
	width: 50%;
	padding: 30px 2% 30px;
}
.top-bnr .top-bnr-img {
	width: 50%;
}
.top-bnr .top-bnr-img img {
	display: block;
}
.top-bnr .top-bnr-left {
	float: left;
}
.top-bnr .top-bnr-right {
	float: right;
	padding-left: 4%;
}
@media only screen and (max-width: 767px) {
	.top-bnr .top-bnr-right,
	.top-bnr .top-bnr-left {
		float: none;
		padding: 0;
	}
	.top-bnr .top-bnr-text,
	.top-bnr .top-bnr-img {
		padding: 10px 0 10px;
		width: 100%;
	}
	.top-bnr .top-bnr-text {
		position: relative;
		z-index: 10;
	}
	.top-bnr02 {
		padding-top: 6%;
	}
	.top-bnr03 {
		padding: 10% 0;
	}
	.top-bnr03 li {
		width: 100%;
		float: none;
		margin-bottom: 3%;
	}
	.top-bnr03 li:nth-child(3) {
		margin-bottom: 0;
	}
}
/***********************

 トップバナー

◆◆◆◆◆◆◆◆◆◆◆*/

.text-bnr04 {
	max-width: 1100px;
	margin: auto;
}
.text-bnr04 li {
	float: left;
	width: 25%;
	padding: 1%;
	font-weight: bold;
    word-break: break-all;
}
.text-bnr04 li:nth-child(4n+1) {
	clear: both;
}
.text-bnr04 a {
	display: block;
	position: relative;
	color: #000;
	text-decoration: none;
}
.text-bnr04 a:hover {	opacity: 1;}
.text-bnr04 a .hover_on {display: none;}
.text-bnr04 a:hover .hover_on { display: block;}
.text-bnr04 a:hover .hover_off { display: none;}
.text-bnr04 .hover_off,
.text-bnr04 .hover_on {
	font-weight: 100;
	position: absolute;
	top: 100%;
	margin-top: 5px;
}
.text-bnr04 a .text-bnr04-img {
	position: relative;
	padding-top: 60.5%;
    margin-bottom: 2em;
	overflow: hidden;
	display: block;
}
.text-bnr04 a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition-duration: 4s;
    -o-transition-duration: 4s;
    transition-duration: 4s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-property: opacity, transform, -webkit-transform;
    -o-transition-property: opacity, transform, -webkit-transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    -o-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
}
.text-bnr04 a:hover img {
    -webkit-transform:translate(-50%, -50%) scale(1.2);
    -ms-transform:translate(-50%, -50%) scale(1.2);
    -o-transform:translate(-50%, -50%) scale(1.2);
    transform:translate(-50%, -50%) scale(1.2);
}
@media only screen and (min-width: 768px) {
	.text-bnr04 li:nth-child(n+9) .text-bnr04-img {
		margin-bottom: 3.2em;
	}
}
@media only screen and (max-width: 767px) {
	.text-bnr04 li {
		width: 50%;
	}
	.text-bnr04 a .text-bnr04-img {
		margin-bottom: 0;
	}
	.text-bnr04 a .hover_off {
		display: block !important;
		position: relative;
		margin: 0;
	}
	.text-bnr04 a .hover_on {
		display: none !important;
	}
}

.h2_02,
.h2_03 {
	position: relative;
	border-bottom: 5px solid #e58a8f;
	color: #e58a8f;
}
.h2_02::before,
.h2_03::before {
	font-family: FontAwesome;
	font-weight: normal;
	padding-right: 8px;	
}
.h2_02::before { content:"\f1ea";}
.h2_03::before { content:"\f14b";}

.google-map-wide,
.google-map-wide iframe {
	width: 100%;
	height: 400px;
	border: 0;
}
.google-map-wide iframe {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.google-map-wide iframe:hover {
	transition: filter 0.8s ease;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.bnr-contact {
	border: 1px solid #000;
	width: 100%;
	display: table;
	font-family: 'Noto Serif JP', serif;
	font-size: 30px;
	text-align: center;
	color: #000;
    background: #fff;
}
.bnr-contact-left,
.bnr-contact-right {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}
.bnr-contact-right a {
	text-decoration: none;
	background: #000;
	width: 100%;
	display: block;
	height: 100%;
	line-height: 1.7;
	vertical-align: middle;
	color: #fff;
	padding: 5px 0 15px;
}
.bnr-contact-tel {
	font-size: 28px;
}
.bnr-contact-tel a {
	position: relative;
	text-decoration: none;
	color: #000;
}
.bnr-contact-tel a span {
	display: inline-block;
	position: relative;
	padding-left: 25px;
}
.bnr-contact-tel a span::before {
	content: "";
	position: absolute;
    top: 50%;
    margin-top: -13px;
	left: 0;
	width: 24px;
	height: 30px;
	background: url(img/common/ico_tel.png) 0 0 no-repeat;
	background-size: 22px auto;
}

.bnr-contact-notice {
	font-size: 16px;
	line-height: 1.2;
}

.bnr-contact-note {
	width: 50%;
	margin-left: auto;
	padding-left: 2em;
	position: relative;
	line-height: 1.4;
	margin-top: 5px;
}
.bnr-contact-note::before {
	content: "\f176";
	font-family: FontAwesome;
	position: absolute;
	top: 0;
	left: 2%;
	font-size: 2em;
	color: #000;
	line-height: 1.2;
}
@media only screen and (max-width: 767px){
	.bnr-contact-note {
		width: 100%;
	}
}

@media only screen and (min-width: 768px) {
	.bnr-contact-tel a {
		pointer-events: none;
	}
}

@media only screen and (max-width: 767px) {
	.bnr-contact {
		display: block;
		width: 100%;
		line-height: 1.2;
	}
	.bnr-contact-left,
	.bnr-contact-right {
		display: block;
		width: 100%;
	}
	.bnr-contact-tel a {
		display: block;
		padding: 20px 10px;
	}
	.bnr-contact-right a {
		line-height: 1.2;
		padding: 15px 10px;
	}
	.bnr-contact-notice {
		padding-top: 10px;
	}
}



/****************************
修正
***********************************/
.mainbox-wrap {
	padding-top: 32.29%;
	overflow: hidden;
	position: relative;
}
.mainbox {
	background: url(img/top/main04.jpg) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
    animation-timing-function: ease-out;
    animation-name: main01;
    animation-duration: 10s;
    transform-origin: 0% 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: scale(1.2);
}
@keyframes main01 {
  0% { transform: scale(1);}
  100% { transform: scale(1.2);}
}

@media only screen and (max-width: 767px) {
	.mainbox-wrap {
		padding-top: 100%;
	}
	.mainbox {
		background: url(img/top/sp_top.jpg) no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
	}
}




/**********************************

当院のコンセプト

***********************************/
.top-box01 {
	padding: 5% 0;
}
.top-box01 h1,
.top-bnr01 h1,
.top-bnr02 h1,
.top-bnr003 h1 {
    font-size: 28px;
	margin-bottom: 15px;
	    font-family: 'Noto Serif JP', serif;
}
@media only screen and (min-width: 1020px) {
	.top-box01 {
		padding: 50px 0;
	}
	.top-box01 {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.top-box01-left {
		width: 48%;
	}
	.top-box01-right {
		width: 50%;
	}
	.top-box01-concept {
		padding-left: 24%;
	}
	.top-box01-concept02 {
		padding-left: 30px;
	}
	.top-box01-concept02 h1 {
		margin-left: -30px;
	    font-family: 'Noto Serif JP', serif;
	}
}
@media only screen and (max-width: 1019px) {
	.top-box01-left,
	.top-box01-right  {
		width: 100%;
	}
	.top-box01-left {
		padding-bottom: 4%;
	}
	.top-bnr01::before {
	}
	.top-box01 h1,
	.top-bnr01 h1,
	.top-bnr02 h1,
	.top-bnr003 h1,
	.top-bnr03 h2,
	.box04 h2 {
		font-size: 20px;
	}
}
@media only screen and (max-width: 1019px) and (min-width: 768px) {
	.top-box01 {
		padding: 50px 3.75%;
	}
	.top-box01-left {
	}
	.top-box01-right  {
		text-align: center;
	}
}


.time-box .time {
	margin-top: 0;
}

.top-view {
	background: #000;
	padding: 100px 30px 150px;
	text-align: center;
	color: #fff;
}
.top-view h2 {
	color: #fff;
}
.top-view .inner {
	padding-top: 50px;
}
.top-view-content {
    padding: 0 20px 0;
	width: 1000px;
	max-width: 100%;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.top-view-content {
		text-align: left;
	}
}
