.index #main{
	height:570px;
	width:100%;
	z-index: 1;
	position:relative;
	background-color: #000;
}
	.index #main .topslide {
	  width: 100%;
	  height: 100%;
	  margin-left: auto;
	  margin-right: auto;
	  position: relative;
	}
		.index #main .topslide .swiper-wrapper{
			width:1200px;
			height:100%;
			margin: 0 auto;
		}
		.index #main .topslide .swiper-wrapper .swiper-slide{
			width:100%;
			position: relative;
		}
		.index #main .topslide .swiper-wrapper .swiper-slide{
			opacity: 0.4;
		}
		.index #main .topslide .swiper-wrapper .swiper-slide.swiper-slide-active{
			opacity: 1;
		}
		.index #main .topslide .swiper-slide a{
			width: 100%;
			height: 100%;
			display: -webkit-flex;
			display: flex;
			-webkit-align-items: center;
			align-items: center;
			-webkit-justify-content: center;
			justify-content: center;
			position: relative;
		}
		.index #main .topslide .swiper-slide img{
			width: 100%;
		}

@media (max-width: 768px){
	.index #main{
		height:70vw;
	}
	.index #main .topslide {
	  width: 100%;
	  height: 100%;
	  margin-left: auto;
	  margin-right: auto;
	  position: relative;
	}
		.index #main .topslide .swiper-wrapper{
			width:100%;
		}
		.index #main .topslide .swiper-slide .swiper-wrapper{
			max-width:100%;
		}
}



/* *********** 新着情報 *********** */
.index #information{
	padding:0;
	display:table;
	position: relative;
}
	.index #information .title-box{
		top:-20px;
		left:0;
		z-index:100;
		position: absolute;
		width:140px;
		height:100px;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-content: center;
		align-content: center;
		-webkit-justify-content: center;
		justify-content: center;
		background-image: linear-gradient(145deg, rgba(229, 207, 150, 1) 11%, rgba(217, 187, 123, 1) 38%, rgba(197, 156, 96, 1) 72%);
	}
		.index #information .title-box h2{
			font-size: 18px;
			font-weight: normal;
			letter-spacing: 2px;
			line-height: 1rem;
			color:#ffffff;
			padding:0;
			position: relative;
			display: inline-block;
		}
			.index #information .title-box h2::after{
				content:"";
				display: inline-block;
				height:2px;
				width:100%;
				padding:0 1.5em 0 0;
				background-color: #fff;
		}
	.index #informationin{
		width:calc(100% - 180px);
		padding:35px 0;
		float:right;
		text-align: left;
	}
	.index #informationin .box{
		width:100%;
		margin:0 0 20px;
	}
	.index #informationin .box a{
		display: table;
		width:100%;
	}
		.index #informationin .box .time{
			display: table-cell;
			text-align: left;
			vertical-align: middle;
			width:110px;
		}
			.index #informationin .box .time div{
				font-size:12px;
				color:#ffffff;
				width:100%;
				height:22px;
				border-radius: 12px;
				background-color: #aa9465;
				display: flex;
				-webkit-align-items: center;
				align-items: center;
				-webkit-flex-wrap: wrap;
				flex-wrap: wrap;
				-webkit-align-content: center;
				align-content: center;
				-webkit-justify-content: center;
				justify-content: center;
			}
		.index #informationin .box .text{
			display: table-cell;
			text-align: left;
			vertical-align: middle;
			padding-left:15px;
			font-size: 14px;
			line-height: 1.6;
		}

@media (max-width: 768px){
	.index #information{
		padding:0;
		display:table;
		position: relative;
	}
		.index #information .title-box{
			top:-9.2vw;
			left:-5vw;
			width:34vw;
			height:13vw;
		}
			.index #information .title-box h2{
				font-size: 4.6vw;
				line-height: 1.6rem;
				margin-right:4vw;
			}
				.index #information .title-box h2::after{
					content:"";
					display: inline-block;
					height:2px;
					width:100%;
					padding:0 0 0 0;
			}
		.index #informationin{
			width:100%;
			padding:8vw 0;
			float:none;
		}
		.index #informationin .box{
			margin:0 0 5vw;
		}
			.index #informationin .box .time{
				width:20vw;
			}
				.index #informationin .box .time div{
					font-size:2.6vw;
					color:#ffffff;
					width:100%;
					height:5vw;
					border-radius: 2.5vw;
				}
			.index #informationin .box .text{
				padding-left:4vw;
				font-size: 3.4vw;
			}
}


/* *********** キャッチコピー *********** */
.index #catchphrase .comment-box{
	width:100%;
	position: relative;
	padding:30px 0;
	box-shadow: 0px 0px 20px -5px rgba(33, 33, 33, 0.2);
	margin-bottom:110px;
}
	.index #catchphrase .comment-box::before{
		content:"";
		display: inline-block;
		position: absolute;
		height:5px;
		width:800px;
		top:-5px;
		left:50%;
		padding:0;
		margin-left:-400px;
		background-image: linear-gradient(145deg, rgba(229, 207, 150, 1) 11%, rgba(217, 187, 123, 1) 38%, rgba(197, 156, 96, 1) 72%);
	}
	.index #catchphrase .comment-box p{
		font-size: 20px;
		text-align: center;
		line-height: 2;
	}
@media (max-width: 768px){
	.index #catchphrase .comment-box{
		padding:5vw 6vw;
		margin-bottom:15vw;
	}
		.index #catchphrase .comment-box::before{
			height:1.6vw;
			width:72vw;
			top:-1.6vw;
			margin-left:-36vw;
		}
		.index #catchphrase .comment-box p{
			font-size: 3.8vw;
			letter-spacing: -1px;
			text-align: left;
		}
}


/* *********** 診療理念 *********** */
.index #philosophy{
	display: table;
	z-index: 10;
	position: relative;
}
	.index #philosophy .comment-box{
		width:730px;
		position: relative;
		padding:40px 40px;
		float:right;
		background-color: #fff;
	}
		.index #philosophy .comment-box::after{
			content: "";
			display: inline-block;
			position: absolute;
			top: -65px;
			left: -270px;
			z-index: 20;
			width: 280px;
			height: 410px;
			background-image: url(../images/top/philosophy-img.jpg);
			background-size: contain;
			background-repeat: no-repeat;
			background-position: center center;
		}
		.index #philosophy .comment-box::before{
			content:"";
			display: inline-block;
			position: absolute;
			height:5px;
			width:610px;
			top:-5px;
			left:0;
			padding:0;
			background-image: linear-gradient(145deg, rgba(229, 207, 150, 1) 11%, rgba(217, 187, 123, 1) 38%, rgba(197, 156, 96, 1) 72%);
		}
		.index #philosophy .comment-box h2{
			font-size: 32px;
			letter-spacing: 6px;
		}
		.index #philosophy .comment-box h3{
			font-size: 20px;
			font-weight: bold;
			margin:20px 0 25px;
		}
		.index #philosophy .comment-box dt{
			font-weight: bold;
			padding-left:10px;
		}
		.index #philosophy .comment-box dd{
			padding:5px 0 10px 10px;
		}

@media (max-width: 768px){
	.index #philosophy .comment-box{
		width:90vw;
		padding:4.5vw 5vw;
		float:none;
		margin-bottom: 25vw;
	}
		.index #philosophy .comment-box::after{
			top: auto;
			bottom:-17vw;
			left: -6vw;
			width: 40vw;
			height: 56vw;
		}
		.index #philosophy .comment-box::before{
			height:1.4vw;
			width:80vw;
			top:-0.7vw;
		}
		.index #philosophy .comment-box h2{
			font-size: 5.4vw;
		}
		.index #philosophy .comment-box h3{
			font-size: 4vw;
			line-height: 1.6;
			margin:3vw 0 8vw;
		}
		.index #philosophy .comment-box dt{
			font-weight: bold;
			padding-left:3vw;
		}
		.index #philosophy .comment-box dd{
			padding:1vw 0 6vw 3vw;
		}
		.index #philosophy .comment-box p{
			padding:10vw 0 6vw 34vw;
		}
}


/* *********** MENU *********** */
.index #menu{
	margin-top:-45px;
}
	.index #menu h2{
		font-size: 32px;
		letter-spacing: 6px;
		color:#fff;
	}
	.index #menu p{
		color:#fff;
		margin:5px 0 20px;
	}
	.index #menu .menu-column{
		margin:0;
	}
		.index #menu .menu-column .box{
			width:300px;
		}
			.index #menu .menu-column .box img{
				width:100%;
			}
			.index #menu .menu-column .box .button{
				position: relative;
				float:right;
				margin:-20px 10px 0 0;
				font-size: 18px;
				letter-spacing: 3px;
				color: #fff;
		    width: 160px;
		    height: 40px;
		    background-color: #aa9465;
				position: relative;
		    display: flex;
		    -webkit-align-items: center;
		    align-items: center;
		    -webkit-flex-wrap: wrap;
		    flex-wrap: wrap;
		    -webkit-align-content: center;
		    align-content: center;
		    -webkit-justify-content: center;
		    justify-content: center;
			}
			.index #menu .menu-column .box .button::after {
		    content: "";
		    display: inline-block;
		    position: absolute;
		    right: 10px;
		    top: 50%;
		    margin-top: -6px;
		    background-image: url(../images/common/icon-arrow.svg);
		    background-size: contain;
		    background-repeat: no-repeat;
		    background-position: center top;
		    width: 6px;
		    height: 12px;
		    z-index: 10;
		    transition: 0.2s linear;
		    -webkit-transition: all 0.2s linear;
		    -moz-transition: all 0.2s linear;
		    -o-transition: all 0.2s linear;
		    -ms-transition: all 0.2s linear;
		    transition: all 0.2s linear;
			}
			.index #menu .menu-column .box:last-child .button{
				letter-spacing: -1px;
			}
				.index #menu .menu-column .box:hover .button::after {
					right: 5px;
				}
@media (max-width: 768px){
	.index #menu{
		margin-top:0;
	}
		.index #menu h2{
			font-size: 5.4vw;
		}
		.index #menu p{
			margin:5vw 0 8vw;
		}
		.index #menu .menu-column{
			margin:0 auto;
			display: block;
			width:80vw;
		}
			.index #menu .menu-column .box{
				width:100%;
				float:none;
				margin:0 auto 12vw;
				position: relative;
			}
				.index #menu .menu-column .box .button{
					position: absolute;
					z-index: 20;
					bottom:-4vw;
					right:4vw;
					margin:0;
					font-size: 4.2vw;
			    width: 36vw;
			    height: 11vw;
				}
				.index #menu .menu-column .box .button::after {
			    right: 3vw;
			    top: 50%;
			    margin-top: -1.4vw;
			    width: 1.8vw;
			    height: 3.6vw;
				}
					.index #menu .menu-column .box:hover .button::after {
						right: 2vw;
					}
}
