@charset "utf-8";

@import url(http://fonts.googleapis.com/css?family=EB+Garamond);
/*
font-family: 'EB Garamond', serif;
*/

/* .c1Area */
.c1Area{
	position: relative;
	background-image: url(../img/img8.jpg)!important;
	background-size: 100% 100%;
	overflow: hidden;
}
.c1Area > .content1{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 11;
	background-image: url(../img/img8.jpg);
}
.c1Area > .content1:before{
	content: '';
	display: block;
	background-image: url(../img/img8.jpg)!important;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	-webkit-transition: 6s linear;
	-moz-transition: 6s linear;
	-ms-transition: 6s linear;
	-o-transition: 6s linear;
	transition: 6s linear;
}
.c1Area > .content1.anim:before{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.c1Area > .content1:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.5+0,1+100 */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,1) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	-webkit-transition: opacity 3s;
	-moz-transition: opacity 3s;
	-ms-transition: opacity 3s;
	-o-transition: opacity 3s;
	transition: opacity 3s;
	opacity: 0;
}
.c1Area > .content1.blackout:after{
	opacity: 0.75;
}
.c1Area > .content1 svg{
	position: absolute;
	left: 43%;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.c1Area > .content1 svg path{
	fill:#FFFFFF;
}
.c1Area > .content2{
	position: relative;
/*	background-image: url(../img/img1.jpg);
*/	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
body.desktopDevice .c1Area > .content2{
	background-attachment: fixed;
}
.c1Area > .content2 > .img{
	padding-top: 56.33%;
}
.c1Area > .content2 > .title > img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;

	-webkit-transition: 2s;
	-moz-transition: 2s;
	-ms-transition: 2s;
	-o-transition: 2s;
	transition: 2s;
}
.c1Area > .scroll{
	position: absolute;
	z-index: 10;
	bottom: 50px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.c1Area > .scroll > a:before{
	content: '';
	display: block;
	height: 0;
	border-left: 1px dashed #FFF;
	position: absolute;
	left: 0;
	right: 0;
	top: 125%;
	margin: auto;
	width: 0;

	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
body.desktopDevice .c1Area > .scroll > a:hover:before{
	top: 325%;
	height: 0;
}
.c1Area > .scroll.anim > a:before{
	height: 76px;
}
.c1Area > .scroll > a{
	position: relative;
	text-align: center;
	font-family: 'EB Garamond', serif;
	font-size: 12px;
	font-size: 1.2rem;
	color: #555;
	padding-bottom: 20px;
	opacity: 0;
	top: -10px;

	-webkit-transition: 1s ease 0.0s;
	-moz-transition: 1s ease 0.0s;
	-ms-transition: 1s ease 0.0s;
	-o-transition: 1s ease 0.0s;
	transition: 1s ease 0.0s;
}
.c1Area > .scroll.anim > a{
	opacity: 1;
	top: 0;
}
.c1Area > .scroll > a:after{
	content: '';
	width: 11px;
	height: 11px;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);

	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
body.desktopDevice .c1Area > .scroll > a:hover:after{
	bottom: -230%;
}
@media screen and (max-width:640px) {
	body {
		overflow-x: hidden;
	}

	.c1Area > .content1{
		display: none;
		background: none!important;
	}
	.c1Area > .content2{
		background-image: url(../img/img1_smart.jpg);
		padding-top: 107.8125%;
	}
	.c1Area > .content2 > .title > img{
		width: 80%;
	}
}

/* .c2Area */
.c2Area{
	position: relative;
	background-image: url(../img/concept.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	padding: 140px 0;
	text-align: center;
}
body.desktopDevice .c2Area{
	background-attachment: fixed;
}
.c2Area > .txtwrap{
	display: inline-block;
	vertical-align: top;
	margin-right: 90px;
}
.c2Area > .txtwrap > .title{
	margin-bottom: 65px;
	text-align: left;
	font-size: 0;
}
.c2Area > .txtwrap > .title > img{
	display: inline-block;
}
.c2Area > .txtwrap > .caption span{
	display: none;
}
.c2Area > .fbPagePlugin{
	display: inline-block;
	vertical-align: top;
	width: 380px;
}
@media screen and (max-width:1000px) {
	.c2Area > .fbPagePlugin{
		margin-top: 50px;
	}
}
@media screen and (max-width:640px) {
	.c2Area{
		background-image: url(../img/bg1.jpg);
		-webkit-background-size: auto;
		background-size: auto;
		background-repeat: repeat-y;
		padding: 35px 3%;
	}
	.c2Area > .txtwrap {
		padding: 0;
		margin: 0;
	}
	.c2Area > .txtwrap > .title {
		margin-bottom: 35px;
		text-align: center;
	}
	.c2Area > .txtwrap > .title > img {
		width: calc(100% - 75px);
		height: 30px;
		object-fit: contain;
		display: block;
		padding: 0 0 0 75px;
	}
	.c2Area > .txtwrap > .title > img + img{
		margin-top: 15px;
	}
	.c2Area > .txtwrap > .caption{
		display: block;
		margin-bottom: 30px;
	}
	.c2Area > .txtwrap > .caption > img {
		display: none;
	}
	.c2Area > .txtwrap > .caption span{
		display: block;
		text-align: center;
		font-size: 1.3rem;
		color: #555;
		line-height: 2;
	}
	.c2Area > .fbPagePlugin{
		width: 100%;
		margin-top: 0;
	}
}

/* .c3Area */
.c3Area{
	padding: 70px 0;
	position: relative;
	background-image: url(../img/bg1.jpg);
	background-position: center;
	overflow: hidden;
}
.c3Area > .kazari1 > .txt{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -150px;
	text-align: center;
	margin-left: -560px;
}
.c3Area > .kazari1 > .txt > span{
	font-family: 'EB Garamond', serif;
	font-size: 20px;
	font-size: 2.0rem;
	color: #847C78;
	display: block;
	margin-bottom: 100px;
}
.c3Area > .kazari1 > .txt:before,
.c3Area > .kazari1 > .txt:after{
	content: '';
	border-left: 1px dashed #665E5A;
	height: 360px;
	display: block;
	position: relative;
	left: 50%;
}
.c3Area > .kazari1 > .txt:before{
	display: none;
}
.c3Area > .kazari2 > .txt{
	position: absolute;
	left: 50%;
	margin-top: -150px;
	margin-left: 420px;
	padding: 20px 0px;
	top: 57.5%;
	width: 190px;
}
.c3Area > .kazari2 > .txt:before,
.c3Area > .kazari2 > .txt:after{
	content: '';
	border-left: 1px dashed #665E5A;
	height: 80px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: 28px;
}
.c3Area > .kazari2 > .txt:before{
	bottom: 100%;
}
.c3Area > .kazari2 > .txt > span{
	font-family: 'EB Garamond', serif;
	font-size: 13px;
	font-size: 1.3rem;
	color: #847C78;
	display: block;
	text-align: right;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.c3Area > .kazari2 > .txt:after{
	top: 100%;
}
.c3Area > .intro{
	margin-left: auto;
	margin-right: auto;
	padding-right: 3%;
	padding-left: 3%;
	max-width: 950px;
	width: 94%;
	position: relative;
}
.c3Area > .intro > section{
	width: 37%;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	position: relative;
}
.c3Area > .intro:after{
	content: '';
	display: inline-block;
	vertical-align: middle;
}
.c3Area > .intro.style1:after{
	height: 430px;
}
.c3Area > .intro.style2:after{
	height: 360px;
}
.c3Area > .intro.style3:after{
	height: 300px;
}
.c3Area > .intro.style4:after{
	height: 430px;
}
.c3Area > .intro.style1 > section,
.c3Area > .intro.style3 > section{
	text-align: left;
}
.c3Area > .intro.style2 > section,
.c3Area > .intro.style4 > section{
	text-align: right;
}
.c3Area > .intro.style1 > section{
	left: 63.15%;
}
.c3Area > .intro.style2 > section{
	left: 20.5%;
}
.c3Area > .intro.style3 > section{
	left: 50.52%;
}
.c3Area > .intro.style4 > section{
	left: 8.473%;
}
.c3Area > .intro > section > .title{
	position: relative;
	padding-bottom: 24px;
	margin-bottom: 22px;
}
.c3Area > .intro > section > .title:after{
	content: '';
	display: block;
	width: 26px;
	height: 2px;
	background-color: #C08E64;
	position: absolute;
	bottom: 0;
	-webkit-transition: 1.0s;
	-moz-transition: 1.0s;
	-ms-transition: 1.0s;
	-o-transition: 1.0s;
	transition: 1.0s;
}
.c3Area > .intro.anim > section > .title:after{
	width: 0;
}
.c3Area > .intro.style1 > section > .title:after,
.c3Area > .intro.style3 > section > .title:after{
	left: 0;
}
.c3Area > .intro.style2 > section > .title:after,
.c3Area > .intro.style4 > section > .title:after{
	right: 0;
}
.c3Area > .intro > section > .caption{
	font-size: 12px;
	font-size: 1.2rem;
	color: #555;
	line-height: 2.1;
	text-align: left;
}
.c3Area > .intro > .img{
	position: absolute;
	top: 50%;
}
.c3Area > .intro.style1 > .img{
	left: 0;
	width: 55.78%;
	margin-top: -18%;
}
.c3Area > .intro.style1 > .img:before{
	content: '';
	display: block;
	position: absolute;
	top: -16px;
	left: -16px;
	right: -16px;
	bottom: -16px;
/*	background-color: #201E1C;*/
}
.c3Area > .intro.style1 > .img > img{
	position: relative;
}
.c3Area > .intro.style2 > .img{
	left: 63.15%;
	width: 31.57%;
	margin-top: -16%;
}
.c3Area > .intro.style2 > .img:before{
	content: '';
	display: block;
	position: absolute;
	top: -33px;
	right: -33px;
	width: 180px;
	height: 180px;
	background-color: #201E1C;
	border: 2px solid #46413F;
}
.c3Area > .intro.style2 > .img > img{
	position: relative;
	z-index: 10;
}
.c3Area > .intro.style2 > .img:after{
	content: '';
	display: block;
	position: absolute;
	top: -48px;
	right: -48px;
	width: 90px;
	height: 90px;
	background-position: top right;
	background-repeat: no-repeat;
}
.c3Area > .intro.style3 > .img{
	left: 9.47%;
	width: 34.73%;
	margin-top: -17%;
}
.c3Area > .intro.style3 > .img:before{
	content: '';
	display: block;
	position: absolute;
	bottom: -33px;
	left: -33px;
	width: 100px;
	height: 100px;
	background-color: #201E1C;
	border: 2px solid #46413F;
}
.c3Area > .intro.style3 > .img > img{
	position: relative;
	z-index: 10;
}
.c3Area > .intro.style3 > .img:after{
	content: '';
	display: block;
	position: absolute;
	left: 22px;
	bottom: 22px;
	width: 90px;
	height: 90px;
	background-position: top right;
	background-repeat: no-repeat;

	-webkit-transform: scale(0.75) rotate(180deg);
	-moz-transform: scale(0.75) rotate(180deg);
	-ms-transform: scale(0.75) rotate(180deg);
	-o-transform: scale(0.75) rotate(180deg);
	transform: scale(0.75) rotate(180deg);
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	-o-transform-origin: bottom left;
	transform-origin: bottom left;
}
.c3Area > .intro.style4 > .img{
	left: 52%;
	width: 40.73%;
	margin-top: -21%;
}
.c3Area > .intro.style4 > .img:before{
	content: '';
	display: block;
	position: absolute;
	top: -16px;
	left: -16px;
	right: -16px;
	bottom: -16px;
/*	background-color: #201E1C;*/
}
.c3Area > .intro.style4 > .img > img{
	position: relative;
}
.c3Area > .intro > .img > img{
	width: 100%;
	height: auto;
}

.img.koukuu img {
	width: 80% !important;
	object-fit: cover;
	float: right;
	margin-top: 15%;
	height: 95% !important;
	border: 3px solid #777;
}

.img.koukuu::after {
	position: absolute;
	content: '';
	background: #000;
	width: 80%;
	height: 80%;
	top: 10%;
	left: 5%;
	z-index: -1;
}

.img.implant img {
	width: 80% !important;
	object-fit: cover;
	float: right;
	height: 95% !important;
	border: 3px solid #777;
}

.img.implant::after {
	position: absolute;
	content: '';
	background: #000;
	width: 80%;
	height: 100%;
	top: -10%;
	left: 5%;
	z-index: -1;
}

.img.kyosei img {
	width: 60% !important;
	margin-top: 25%;
	border: 3px solid #999;
}

.img.kyosei::after {
	position: absolute;
	content: '';
	background: #000;
	width: 60%;
	height: 60%;
	top: 10%;
	left: 40%;
	z-index: -1;
}

@media screen and (max-width:850px) {
	.c3Area > .intro > section > .title > img{
		width: auto;
		object-fit: contain;
	}

	.c3Area>.intro.style2:after {
		height: 30px;
	}
}
@media screen and (max-width:640px) {
	.c3Area{
		font-size: 0;
		padding: 0px;
	}
	.c3Area > .intro {
		padding-right: 0;
		padding-left: 0;
		width: 100%;
		margin-top: 5%;
		margin-bottom: 5%;
	}
	.c3Area > .intro:after {
		display: none;
	}
	.c3Area > .intro > section {
    	left: 0!important;
		text-align: left!important;
		margin-bottom: 7%;

		padding-right: 3%;
		padding-left: 3%;
		width: 94%;
	}
	.c3Area > .intro > section > .title:after{
		left: 0;
	}
	.c3Area > .intro > .img {
		position: static;
		width: 100%!important;
		margin-top: 0!important;
	}

	.c3Area>.intro>section>.title>img {
		width: 100%;
	}

	.c3Area > .intro > .img:after,
	.c3Area > .intro > .img:before {
		display: none!important;
	}
	.c3Area > .intro.style1 > .img{
		margin-bottom: 30px;
	}
	.c3Area > .intro.style1 > section > .title{
		text-align: center;
	}
	.c3Area > .intro.style1 > section >.title:after{
		left: 0px;
		right: 0px;
		margin: auto;
	}
	.c3Area > .kazari1 {
		display: inline-block;
		width: 0%;
	}
	.c3Area > .kazari1 > .txt {
		position: static;
		display: inline-block;
		vertical-align: top;
		margin-top: 80px;
		margin-left: 0;
		margin-right: 0;
	}
	.c3Area > .kazari1 > .txt > span {
		font-size: 1rem;
		margin-bottom: 50px;
	}
	.c3Area > .intro.style2 ,
	.c3Area > .intro.style4 {
		margin: auto;
		vertical-align: top;
		width: 85%;
	}

	.c3Area>.intro.style2 h2 {
		font-size: 2rem;
	}

	.c3Area > .intro.style2 > section > .title ,
	.c3Area > .intro.style4 > section > .title {
		margin-top: 20px;
		text-align: right;
	}
	.c3Area > .intro.style2 > section > .title:after ,
	.c3Area > .intro.style4 > section > .title:after {
		left: auto;
	}
	.c3Area > .kazari1.style2 ,
	.c3Area > .kazari1.style4 {
		margin-left: 6%;
		margin-right: 13%;
	}
	.c3Area > .intro.style3{
		margin-left: 3%;
		display: inline-block;
		vertical-align: top;
		width: 75%;
	}
	.c3Area > .intro.style3 > section > .title{
		margin-top: 20px;
		text-align: left;
	}
	.c3Area > .intro.style3 > section > .title:after{
		right: auto;
	}
	.c3Area > .kazari1.style3{
		margin-left: 13%;
		margin-right: 6%;
	}
	.c3Area > .kazari1 > .txt::after {
		height: 200px;
	}
	.c3Area > .kazari1.style3 > .txt:before,
	.c3Area > .kazari1.style4 > .txt:before{
		display: block;
		margin-bottom: 50px;
		height: 200px;
	}
	.c3Area > .kazari1.style3 > .txt:after,
	.c3Area > .kazari1.style4 > .txt:after{
		display: none;
	}

	.c3Area .img.koukuu::after {
		display: block !important;
		height: 190px;
	}

	.img.koukuu img {
		margin-top: 5%;
		margin-right: 2%;
		margin-bottom: 40px;
	}

	.c3Area .img.implant::after {
		display: block !important;
		height: 280px;
	}

	.img.implant img {
		margin-top: 5%;
		margin-right: 2%;
		margin-bottom: 40px;
	}

	.c3Area .img.kyosei::after {
		display: block !important;
		top: -10%;
	}

	.img.kyosei img {
		margin-top: 5%;
	}
}

/* .c4Area */
.c4Area{
	background-image: url(../img/img9.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	padding-bottom: 70px;
	position: relative;
}
body.desktopDevice .c4Area{
	background-attachment: fixed;
}
.c4Area .disc{
	padding: 100px 0 0;
	text-align: center;
}
.c4Area .disc .bg{
	width: 440px;
	height: 440px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	left: 0;
	top: -700px;
	right: 0;
	bottom: 0;
	margin: auto;
}
.c4Area .disc .bg .bgimage{
	background-image: url(../img/bg1.jpg);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.c4Area .disc .bg .waku{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 1px solid #847C78;
}
.c4Area .disc .bg .futi1,
.c4Area .disc .bg .futi2{
	width: 17px;
	height: 17px;
	position: absolute;
}
.c4Area .disc .bg .futi1{
	top: -2px;
	left: -2px;
	border-top: 5px solid #C08E64;
	border-left: 5px solid #C08E64;
}
.c4Area .disc .bg .futi2{
	bottom: -4px;
	right: -4px;
	border-right: 5px solid #C08E64;
	border-bottom: 5px solid #C08E64;
}
.c4Area .disc .title{
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
}
.c4Area .disc .title:before{
	content: '';
	width: 0;
	height: 80px;
	border-left: 1px dashed #9F9F9F;
	position: absolute;
	bottom: 140%;
	left: 50%;
}
.c4Area .disc .title:after{
	content: '';
	width: 26px;
	height: 2px;
	background-color: #C08E64;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;

	-webkit-transition: width 1.0s;
	-moz-transition: width 1.0s;
	-ms-transition: width 1.0s;
	-o-transition: width 1.0s;
	transition: width 1.0s;
}
.c4Area .disc.anim .title:after{
	width: 0;
}
.c4Area .disc .caption{
	color: #555;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2.2;
	position: relative;
}
.c4Area .photoarea{
	position: relative;
	margin-bottom: 50px;
}
.c4Area .photoarea .photos{
	font-size: 0;
	text-align: center;
}
.c4Area .photoarea .photos > li{
	display: inline-block;
	vertical-align: top;
}
.c4Area .photoarea .photos > li + li{
	margin-left: 50px;
}
.c4Area .photoarea .photos > li:nth-child(2){
	padding-top: 63px;
}
.c4Area .photoarea .photos > li > p{
	font-size: 12px;
	font-size: 1.2rem;
	color: #555;
	text-align: left;
	padding-top: 10px;
}
.c4Area .photoarea .pager{
	display: none;
}
.c4Area .menus{
	width: 460px;
	margin: 0 auto;
}
.c4Area .menus > .menu + .menu{
	margin-top: 20px;
}
.c4Area .menus > .menu > dt{
	overflow: hidden;
	border-bottom: 1px solid #847C78;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.c4Area .menus > .menu > dt .title{
	float: left;
	font-size: 21px;
	font-size: 2.1rem;
	color: #C8965A;
}
.c4Area .menus > .menu > dt .title > span{
	font-size: 12px;
	font-size: 1.2rem;
	display: inline-block;
	vertical-align: bottom;
}
.c4Area .menus > .menu > dt .price{
	float: right;
}
.c4Area .menus > .menu > dt .price > span{
	color: #C8965A;
	vertical-align: bottom;
	display: inline-block;
}
.c4Area .menus > .menu > dt .price > span:nth-child(1){
	font-size: 21px;
	font-size: 2.1rem;
}
.c4Area .menus > .menu > dt .price > span:nth-child(2){
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 5px;
	margin-left: 4px;
}
.c4Area .menus > .menu > dd{
	font-size: 13px;
	font-size: 1.3rem;
	text-align: left;
	color: #555;
}
@media screen and (max-width:1000px) {
	.c4Area .photoarea .photos > li > img{
		width: 220px;
		height: auto;
	}
}
@media screen and (max-width:800px) {
	.c4Area .photoarea .photos > li > img{
		width: 150px;
		height: auto;
	}
}

@media screen and (max-width: 768px) {
	.c2Area>.txtwrap>.title.pc {
		margin-left: 30px;
	}

	.c3Areafirst {
		padding-top: 120px !important;
	}
}

@media screen and (max-width:640px) {
	.c4Area{
		background-image: url(../img/bg1.jpg);
		-webkit-background-size: auto;
		background-size: auto;
		background-position: center;
		padding-bottom: 0;
	}
	.c4Area .disc .bg{
		width: 60%;
		top: -10px;
		padding-top: 60%;
		height: 0px;
		bottom: auto;
	}
	.c4Area .disc .bg .futi1,
	.c4Area .disc .bg .futi2{
		width: 9px;
		height: 9px;
	}
	.c4Area .disc .bg .futi1{
		top: -1px;
		left: -1px;
		border-top: 2px solid #C08E64;
		border-left: 2px solid #C08E64;
	}
	.c4Area .disc .bg .futi2{
		bottom: -2px;
		right: -2px;
		border-right: 2px solid #C08E64;
		border-bottom: 2px solid #C08E64;
	}
	.c4Area .disc {
		padding: 50px 0px 40px;
	}
	.c4Area .disc .title {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.c4Area .disc .title > img{
		width: auto;
		height: 22px;
	}
	.c4Area .disc .title::after {
		height: 1px;
	}
	.c4Area .disc .caption {
		font-size: 1.0rem;
		line-height: 2;
		letter-spacing: 2px;
	}
	.c4Area .photoarea {
		position: relative;
	}
	.c4Area .photoarea .photos {
		width: 70%;
		margin: 0 auto;
	}
	.c4Area .photoarea .photos > li {
		display: block;
	}
	.c4Area .photoarea .photos > li + li {
		margin-left: 0;
		display: none;
	}
	.c4Area .photoarea .photos > li:nth-child(2) {
		padding-top: 0;
	}
	.c4Area .photoarea .photos > li > img {
		width: 100%;
	}
	.c4Area .photoarea .photos > li > p {
		margin-top: 10px;
		text-align: center;
	}
	.c4Area .photoarea .prev ,
	.c4Area .photoarea .next {
		position: absolute;
		top: 35%;
		width: 25px;
		height: 25px;
		border-top: 1px solid #D2A56D;
		border-right: 1px solid #D2A56D;
	}
	.c4Area .photoarea .prev{
		left: 3%;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	.c4Area .photoarea .next{
		right: 3%;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.c4Area .photoarea .pager{
		display: block;
		text-align: center;
		margin-top: 20px;
	}
	.c4Area .photoarea .pager > li{
		display: inline-block;
		width: 7px;
		height: 7px;
		background-color: #555;
		-webkit-transition: 0.2s;
		-moz-transition: 0.2s;
		-ms-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}
	.c4Area .photoarea .pager > li + li{
		margin-left: 15px;
	}
	.c4Area .photoarea .pager > li.active{
		background-color: #D2A56D;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.c4Area .menus{
		background-image: url(../img/img9.jpg);
		-webkit-background-size: cover;
		background-size: cover;
		background-position: center;
		padding: 11% 5%;
		width: auto;
	}
	.c4Area .menus > .menu > dt .title {
		font-size: 1.4rem;
	}
	.c4Area .menus > .menu > dt .title > span {
		font-size: 1.0rem;
	}
	.c4Area .menus > .menu > dt .price > span:nth-child(1) {
		font-size: 1.4rem;
	}
	.c4Area .menus > .menu > dt .price > span:nth-child(2) {
		font-size: 1.0rem;
		margin-bottom: 1px;
	}
	.c4Area .menus > .menu > dd {
		font-size: 1.0rem;
	}
}

/* .c5Area */
.c5Area{
	background-image: url(../img/bg1.jpg);
	padding: 80px 0 90px;
	font-size: 0;
	height: 1000px;
}
.c5Area .maintitle{
	text-align: center;
	padding-bottom: 25px;
	margin-bottom: 70px;
	position: relative;
}
.c5Area .maintitle:after{
	content: '';
	width: 26px;
	height: 2px;
	background-color: #C08E64;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;

	-webkit-transition: width 1.0s;
	-moz-transition: width 1.0s;
	-ms-transition: width 1.0s;
	-o-transition: width 1.0s;
	transition: width 1.0s;
}
.c5Area .maintitle.anim:after{
	width: 0;
}
.c5Area .menuarea{
	max-width: 950px;
	width: 100%;
	margin: 0 auto 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.c5Area .menuarea .menus{
	display: inline-block;
	vertical-align: top;
	width: 46%;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 25px;
	text-align: left;
}
.c5Area .menuarea .menus + .menus{
	margin-left: 8%;
}
.c5Area .menuarea .menus.left{
	padding-bottom: 30%;
}
.c5Area .menuarea .menus.left:after,
.c5Area .menuarea .menus.left:before{
	content: '';
	display: block;
	width: 50%;
	padding-top: 49%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	bottom: 0;
}
.top_recruit {
	height: auto;
}
.top_recruit p {
	margin-top: 30px;
	font-size: 1.2rem;
	text-align: left;
}
.c5Area .menuarea .menus.left:after{
	background-image: url(../img/img13.jpg);
	left: 0;
}
.c5Area .menuarea .menus.left:before{
	background-image: url(../img/img14.jpg);
	left: 50%;
}
.c5Area .menuarea .menus.right{
	padding-top:8%;
}

.c5Area.staff .menuarea .menus.right{
	padding-top:30%;
}

.c5Area .menuarea .menus.right:after,
.c5Area .menuarea .menus.right:before{
	content: '';
	display: block;
	width: 50%;
	padding-top: 49%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	top: 0;
}
.c5Area .menuarea .menus.right:after{
	left: 0;
}
.c5Area .menuarea .menus.right:before{
	left: 50%;
}
.c5Area .menuarea .menus .menu + .menu{
	margin-top: 60px;
}
.c5Area .menuarea .menus .menu > dt{
	margin-bottom: 20px;
}
.c5Area .menuarea .menus .menu > dd > ul > li{
	margin-bottom: 10px;
	color: #555;
	position: relative;
}
.c5Area .menuarea .menus .menu > dd > ul > li:after{
	content: '';
	clear: both;
	display: block;
}
.c5Area .menuarea .menus .menu > dd > ul > li .title{
	float: left;
	font-size: 12px;
	font-size: 1.2rem;
}
.c5Area .menuarea .menus .menu > dd > ul > li .price{
	float: right;
	font-size: 12px;
	font-size: 1.2rem;
}
.c5Area .menuarea .menus .menu > dd > ul > li .price > span{
	position: absolute;
	left: 101%;
}
.c5Area .profile{
	width: 950px;
	margin: 0 auto;
	position: relative;
	display: table;
	background-color: rgba(255,255,255,0.15);

	-webkit-transition: 1.6s;
	-moz-transition: 1.6s;
	-ms-transition: 1.6s;
	-o-transition: 1.6s;
	transition: 1.6s;
}
.c5Area .profile.anim{
	background-color: rgba(255,255,255,0.0);
	width: 0;
}
.c5Area .profile:before{
	content: '';
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	background-image: url(../img/img17.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	height: 310px;

	-webkit-transition: 1.6s;
	-moz-transition: 1.6s;
	-ms-transition: 1.6s;
	-o-transition: 1.6s;
	transition: 1.6s;
}
.c5Area .profile.anim:before{
	opacity: 0;
}
.c5Area .profile:after{
	content: 'MASAHARU KANAZAWA';
	font-family: 'EB Garamond', serif;
	position: absolute;
	left: 25px;
	bottom: 20px;
	font-size: 15px;
	font-size: 1.5rem;
	color: #C8965A;
	letter-spacing: 2px;

	-webkit-transition: 1.0s ease 1.0s;
	-moz-transition: 1.0s ease 1.0s;
	-ms-transition: 1.0s ease 1.0s;
	-o-transition: 1.0s ease 1.0s;
	transition: 1.0s ease 1.0s;
}
.c5Area .profile.anim:after{
	opacity: 0;
}
.c5Area .profile > dl{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 50%;

	-webkit-transition: 1.6s;
	-moz-transition: 1.6s;
	-ms-transition: 1.6s;
	-o-transition: 1.6s;
	transition: 1.6s;
}
.c5Area .profile.anim > dl{
	opacity: 0;
}
.c5Area .profile > dl:before,
.c5Area .profile > dl:after{
	content: '';
	display: block;
	width: 90px;
	height: 90px;
	position: absolute;
	-webkit-background-size: contain;
	background-size: contain;
}
.c5Area .profile > dl:before{
	top: -20px;
	right: -20px;
}
.c5Area .profile > dl:after{
	bottom: -20px;
	left: -20px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.c5Area .profile > dl > dt{
	margin-bottom: 30px;

	-webkit-transition: 1.0s ease 1.0s;
	-moz-transition: 1.0s ease 1.0s;
	-ms-transition: 1.0s ease 1.0s;
	-o-transition: 1.0s ease 1.0s;
	transition: 1.0s ease 1.0s;
}
.c5Area .profile.anim > dl > dt{
	opacity: 0;
}
.c5Area .profile > dl > dd{
	font-size: 12px;
	font-size: 1.2rem;
	color: #555;
	width: 360px;
	margin: 0 auto;
	line-height: 2;
	text-align: left;

	-webkit-transition: 1.0s ease 1.0s;
	-moz-transition: 1.0s ease 1.0s;
	-ms-transition: 1.0s ease 1.0s;
	-o-transition: 1.0s ease 1.0s;
	transition: 1.0s ease 1.0s;
}
.c5Area .profile.anim > dl > dd{
	opacity: 0;
}
@media screen and (max-width:1000px) {
	.c5Area .profile {
		width: 100%;
	}
	.c5Area .profile > dl:before,
	.c5Area .profile > dl:after{
		display: none;
	}
	.c5Area .menuarea{
		padding: 0px 5%;
	}
}
@media screen and (max-width:800px) {
	.c5Area {
		padding-bottom: 0;
	}
	.c5Area .menuarea .menus{
		width: 100%;
		padding-left: 0;
	}
	.c5Area .menuarea .menus.left {
		padding-bottom: 58%;
		margin-bottom: 10%;
	}
	.c5Area .menuarea .menus.right {
		padding-top: 0;
		padding-bottom: 58%;
	}
    .c5Area.staff .menuarea .menus.right {
        padding-top: 0%;
    }
	.c5Area .menuarea .menus + .menus {
		margin-left: 0;
	}
	.c5Area .menuarea .menus.right:after,
	.c5Area .menuarea .menus.right:before {
		top: auto;
		bottom: 0;
	}
	.c5Area .profile {
		display: block;
	}
	.c5Area .profile:before {
		display: block;
		width: 100%;
		height: 0;
		padding-top: 65%;
	}
	.c5Area .profile:after {
		left: 5%;
		bottom: auto;
		top: 0px;
		width: auto;
		padding-top: 44%;
	}
	.c5Area .profile > dl {
		display: block;
		width: 100%;
		padding: 10% 10%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		background-image: none;
		height: auto;
	}
	.c5Area .profile > dl:after {
		content: "";
		display: block;
		width: auto;
		position: absolute;
		left: 5%;
		right: 5%;
		top: 10%;
		bottom: 10%;
		background-color: rgba(237, 219, 196, 0.15);
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		background-image: none;
		margin: auto;
		height: 80%;
	}
	.c5Area .profile > dl > dt{
		padding-top: 10%;
	}
	.c5Area .profile > dl > dt > img {
		width: auto;
		height: 70px;
	}
	.c5Area .profile > dl > dd {
		width: 100%;
		padding-bottom: 10%;
	}
}
@media screen and (max-width:640px) {
	.c5Area{
		padding-top: 40px;
	}
	.c5Area .maintitle {
		margin-bottom: 35px;
	}
	.c5Area .menuarea {
		margin-bottom: 50px;
	}
	.c5Area .menuarea .menus{
		padding-bottom: 0!important;
	}
	.c5Area .menuarea .menus:after,
	.c5Area .menuarea .menus:before {
		display: none!important;
	}
	.c5Area .menuarea .menus .menu > dd .detail{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #BFBFBF;
		position: relative;
		text-align: center;
		width: 100%;
		margin-bottom: 20px;

		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-ms-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
	}
	.c5Area .menuarea .menus .menu > dd .detail.active{
		background-color: #555;
	}
	.c5Area .menuarea .menus .menu > dd .detail:before{
		content: '';
		height: 50px;
		display: inline-block;
		vertical-align: middle;
	}
	.c5Area .menuarea .menus .menu > dd .detail > span{
		font-size: 13px;
		font-size: 1.3rem;
		color: #555;
		vertical-align: middle;
		display: inline-block;

		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-ms-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
	}
	.c5Area .menuarea .menus .menu > dd .detail.active > span{
		color: #000;
	}
	.c5Area .menuarea .menus .menu > dd .detail:after{
		content: '';
		display: block;
		width: 6px;
		height: 6px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		border-top: 1px solid #9F9F9F;
		border-right: 1px solid #9F9F9F;
		position: absolute;
		right: 20px;
		top: 0;
		bottom: 0;
		margin: auto;

		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-ms-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
	}
	.c5Area .menuarea .menus .menu > dd .detail.active:after{
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
		border-top: 1px solid #000;
		border-right: 1px solid #000;
	}
	.c5Area .menuarea .menus .menu > dd > ul > li .price{
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.c5Area .menuarea .menus .menu + .menu {
		margin-top: 30px;
	}
	.c5Area .menuarea .menus .menu > dd > ul{
		overflow: hidden;
		-webkit-transition: height 0.5s;
		-moz-transition: height 0.5s;
		-ms-transition: height 0.5s;
		-o-transition: height 0.5s;
		transition: height 0.5s;
	}
	.c5Area .photoarea {
		margin-top: 60px;
		position: relative;
		padding-bottom: 20%;
		display: none;
	}
	.c5Area .photoarea .photos {
		width: 70%;
		margin: 0 auto;
	}
	.c5Area .profile:after {
		font-size: 1.0rem;
	}
	.c5Area .photoarea .photos > li {
		display: block;
	}
	.c5Area .photoarea .photos > li + li {
		margin-left: 0;
		display: none;
	}
	.c5Area .photoarea .photos > li > img {
		width: 100%;
	}
	.c5Area .photoarea .photos > li > p {
		margin-top: 10px;
		text-align: center;
		font-size: 1.2rem;
		color: #555;
	}
	.c5Area .photoarea .prev ,
	.c5Area .photoarea .next {
		position: absolute;
		top: 35%;
		width: 25px;
		height: 25px;
		border-top: 1px solid #D2A56D;
		border-right: 1px solid #D2A56D;
	}
	.c5Area .photoarea .prev{
		left: 3%;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	.c5Area .photoarea .next{
		right: 3%;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.c5Area .photoarea .pager{
		display: block;
		text-align: center;
		margin-top: 20px;
	}
	.c5Area .photoarea .pager > li{
		display: inline-block;
		width: 7px;
		height: 7px;
		background-color: #555;
		-webkit-transition: 0.2s;
		-moz-transition: 0.2s;
		-ms-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}
	.c5Area .photoarea .pager > li + li{
		margin-left: 15px;
	}
	.c5Area .photoarea .pager > li.active{
		background-color: #D2A56D;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}

/* .c6Area */
.c6Area{
	font-size: 0;
	height: 500px;
	position: relative;
	overflow: hidden;
}
.c6Area > video{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -540px 0 0 -960px;
}
body.touchDevice .c6Area{
	height: 0;
	padding-top: 56.25%;
}
body.touchDevice .c6Area > iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width:640px) {
	.c6Area{
		height: auto;
	}
	.c6Area > video{
		position: static;
		width: 100%;
		height: auto;
		margin: 0;
		-webkit-transform: none!important;
		-moz-transform: none!important;
		-ms-transform: none!important;
		-o-transform: none!important;
		transform: none!important;
	}
}

/* .c8Area */
.c8Area{
	position: relative;
	overflow: hidden;
	background-color: #181818;
}
.c8Area > .bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
}
body.desktopDevice .c8Area > .bg{
	background-attachment: fixed;
}
.c8Area > .in{
	margin-left: auto;
	margin-right: auto;
	padding-top: 180px;
	padding-right: 3%;
	padding-left: 3%;
	max-width: 950px;
	width: 94%;
	position: relative;
	padding-top: 80px;
	padding-bottom: 60px;
	font-size: 0;
}
.c8Area > .in > .title{
	text-align: center;
	position: relative;
	padding-bottom: 26px;
	margin-bottom: 53px;
}
.c8Area > .in > .title:before{
	content: '';
	display: block;
	width: 26px;
	height: 2px;
	background-color: #C08E64;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;

	-webkit-transition: width 1.0s;
	-moz-transition: width 1.0s;
	-ms-transition: width 1.0s;
	-o-transition: width 1.0s;
	transition: width 1.0s;
}
.c8Area.anim > .in > .title:before{
	width: 0;
}
.c8Area > .in > .title > img{
	font-size: 43px;
	color: #C8965A;
}
.c8Area > .in > .left{
	display: inline-block;
	vertical-align: middle;
	width: 45%;
	color: #555;
}
.c8Area > .in > .left > .txt1{
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 12px;
}
.c8Area > .in > .left > .txt2{
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 18px;
}
.c8Area > .in > .left > .txt3{
	margin-bottom: 30px;
}
.c8Area > .in > .left > .txt3 > li{
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 9px;
}
.c8Area > .in > .left > .txt3 > li:before{
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	vertical-align: middle;
/*	background-color: #555;*/
}
.c8Area > .in > .left > .txt4{
	padding-left: 10px;
	border-left: 2px solid #C08E64;
	font-family: 'EB Garamond', serif;
	color: #555;
}
.c8Area > .in > .left > .txt4 > .disc1{
	margin-bottom: 20px;
}
.c8Area > .in > .left > .txt4 > .disc1 > dt{
	display: inline-block;
	margin-bottom: 5px;
}
.c8Area > .in > .left > .txt4 > .disc1 > dt > img{
	font-size: 24px;
	font-size: 2.4rem;
}
.c8Area > .in > .left > .txt4 > .disc1 > dd{
	display: inline-block;
	margin-bottom: 5px;
}
.c8Area > .in > .left > .txt4 > .disc1 > dd > a > img{
	color: #555;
	font-size: 35px;
	font-size: 3.5rem;
}
.c8Area > .in > .left > .txt4 > .disc2 + .disc2{
	margin-top: 10px;
}
.c8Area > .in > .left > .txt4 > .disc2 img{
	font-size: 14px;
}
.c8Area > .in > .left > .txt4 > .disc2 > dt{
	display: inline-block;
	vertical-align: top;
	margin-right: 3px;
}
.c8Area > .in > .left > .txt4 > .disc2 > dd{
	display: inline-block;
	vertical-align: top;
}
.c8Area > .in > .right{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	height: 380px;
	overflow: visible!important;
}
.c8Area > .in > .right:before{
	content: '';
/*	background-color: #847C78;
	background-color: rgba(81,81,81,0.72);*/
	display: block;
	position: absolute;
	top: -6px;
	bottom: -6px;
	left: -6px;
	right: -6px;
}
@media screen and (max-width:900px) {
	.c8Area > .in > .left,
	.c8Area > .in > .right{
		width: 100%;
	}
	.c8Area > .in > .left{
		margin-bottom: 50px;
	}
	.c8Area > .in > .left > .txt3 > li {
		font-size: 1.3rem;
	}
}

/* .c9Area */
.c9Area{
	position: relative;
	background-image: url(../img/bg1.jpg);
	background-position: center;
}
.c9Area:after{
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
html.no-backgroundsize .c9Area:after{
	content: url(../img/txt1.png);
}
html.backgroundsize .c9Area:after{
	content: '';
	width: 100%;
	height: 10px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.c9Area > small{
	display: block;
	text-align: center;
/*	padding-top: 230px;
*/	padding-bottom: 10px;
	font-size: 10px;
	font-size: 1.0rem;
	color: #847C78;
}
.c9Area > a{
	position: absolute;
	bottom: 10px;
	right: 20px;
	width: 90px;
	padding-top: 110px;
	display: block;
	text-align: center;
	cursor: pointer;
	height: 20px;
}
.c9Area > a:before{
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 5px;
	border-left: 2px dotted #FFF;
	height: 76px;
	opacity: 0.5;

	-webkit-transition: all 0.4s ease 0.0s;
	-moz-transition: all 0.4s ease 0.0s;
	-ms-transition: all 0.4s ease 0.0s;
	-o-transition: all 0.4s ease 0.0s;
	transition: all 0.4s ease 0.0s;
}
html.no-touch .c9Area > a:hover:before{
	height: 0;
}
.c9Area > a:after{
	content: '';
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	left: 50%;
	bottom: 25px;
	margin-left: -5px;
	border-left: 2px solid #FFF;
	border-top: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);

	-webkit-transition: all 0.4s ease 0.0s;
	-moz-transition: all 0.4s ease 0.0s;
	-ms-transition: all 0.4s ease 0.0s;
	-o-transition: all 0.4s ease 0.0s;
	transition: all 0.4s ease 0.0s;
}
html.no-touch .c9Area > a:hover:after{
	bottom: 110px;
}

@media screen and (max-width: 768px) {
	body {
		overflow-x: hidden;
	}

	.c1Area>.content2 {
		padding-top: 0px;
	}

	.c1Area>.content2 {
		background-image: none;
		padding-top: 0;
	}

	.c1Area > .content2.pc {
		height: 630px !important;
	}

	.c3Area .maintitle {
		margin-bottom: 30px;
		padding-top: 100px;
	}

	.c3Area #naiyou.maintitle {
		padding-top: 0;
	}

	.c5Area {
		height: auto;
	}

	.c5Area #clinic.maintitle {
		padding-top: 0;
	}

	.c5Area #recruit.maintitle {
		padding-top: 0;
	}

	.footerArea .col-3 {
		margin-bottom: 30px;
		width: 100%;
		text-align: center;
	}

	.fmenu {
		padding: 50px 0 20px;
		width: 100%;
	}

	.fmenu li {
		margin: 0 3px 10px;
	}

	.fnav {
		margin: 0;
	}

	.c9Area {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:640px) {
	.logo {
		padding: 5px;
		height: 46px;
		object-fit: contain;
	}

	.c9Area > a{
		display: none;
	}
	.c9Area > small{
		padding-top: 40px;
	}
	.c8Area > .in {
		padding: 40px 3% 30px;
	}
	.c8Area > .in > .left > .txt4 {
		padding-left: 0;
		border-left: none;
	}
	.c8Area > .in > .title {
		padding-bottom: 26px;
		margin-bottom: 26px;
	}
	.c8Area > .in > .left > .txt4 > .disc1 {
		padding: 15px 5%;
		position: relative;
		background-color: #444;
	}
	.c8Area > .in > .left > .txt4 > .disc1 > dt {
		width: 20%;
	}
	.c8Area > .in > .left > .txt4 > .disc1 > dt > img {
		width: 100%;
	}
	.c8Area > .in > .left > .txt4 > .disc1 > dd {
		width: 80%;
	}
	.c8Area > .in > .left > .txt4 > .disc1 > dd > a > img {
		width: 100%;
	}
	.c8Area > .in > .left > .txt4 > .disc1 > dd > a:after{
		content: '';
		display: block;
		z-index: 1;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
.maintitle {
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 70px;
    position: relative;
    padding-top: 170px;
   }
   .maintitle:after {
    content: '';
    width: 26px;
    height: 2px;
    background-color: #C08E64;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: width 1.0s;
    -moz-transition: width 1.0s;
    -ms-transition: width 1.0s;
    -o-transition: width 1.0s;
    transition: width 1.0s;
}



.staff .menuarea .menus.right:before {
    background-image: url(../img/img16b2.jpg);
    left: 50%;
}

.staff .menuarea .menus.right:after {
    background-image: url(../img/img16b.jpg);
    left: 0;
}



.staff .menuarea .menus.left:before {
    background-image: url(../img/info-right.jpg);
    left: 50%;
		border: 1px solid #555;
		border-left: none;
}
.staff .menuarea .menus.left:after {
    background-image: url(../img/info-left.jpg);
    left: 0;
		border: 1px solid #555;
		border-right: none;
}

@media(min-width: 641px){
	.sp{
		display: none!important;
	}
	.spi{
		display: none!important;
	}
	.pc{
		display: block!important;
	}

	.topmenu li:last-child {
		display: none;
	}
}
@media(max-width: 640px){
	.sp{
		display: block!important;
	}
	.pc{
		display: none!important;
	}
	.spi{
		display: inline!important;
	}
.c5Area {
    background-image: url(../img/bg1.jpg);
    padding: 80px 0 20px;
    font-size: 0;
    height: auto;
}
.maintitle {
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 70px;
    position: relative;
    padding-top: 30px;
}
.shoukai{
text-align: center!important;
    font-weight: bold;
    font-size: 20px;
    width: 80%!important;
    margin: auto!important;
    font-size: 15px!important;
}
.c3Area {
    font-size: 0;
    padding: 0px;
    padding-top: 30px!important;
}
.can{
    margin-right: 3%;
    display: inline-block;
    vertical-align: top;
    width: 100%!important;
}

    .topmenu {
        width: 173px;
    }

		.staff .menuarea .menus.right li img {
			border: 2px solid #555;
		}

}
.linkc{
	text-align: center;
}

@media screen and (max-width: 1024px) {
	.infowrap {
		width: 100%;
		overflow: hidden;
		margin: auto;
		text-align: center;
	}

	.topmenu {
		display: flex;
		margin: auto;
		width: 100%;
	}

	.topmenu li {
		width: auto;
		padding: 2px 0;
	}

	.topmenu li img {
		width: 100%;
	}

	.viewer {
		margin-top: 144px;
	}
}

@media(max-width: 770px){
	img.img1 {
    width: 100%;
}
img.logoimg{
	width: 30%;
	display: block;
	margin: auto;
}

.topmenu {
	width: 626px;
	margin: auto;
}

header .menuarea {
	background-color: rgba(165, 42, 42, 0.8);
	width: 100% !important;
	height: 100% !important;
	padding: 10px 0;
}

.viewer {
	margin-top: 0;
	top: 192px;
}

.topmenu li {
	width: 120px;
	float: left;
	padding: 2px 0;
}

.topmenu li img {
	width: 100%;
}
}
@media(max-width: 640px){
	header .menuarea {
		padding: 100px 0;
	}

.viewer {
	top: 0;
}

.topmenu {
	display: block;
	position: relative;
	width: 173px;
	height: 60px;
	margin: auto;
}

.topmenu li {
	width: 150px;
}

.menuarea .topmenu li:last-child {
	width: 100%;
	position: absolute;
	margin: auto;
	right: 5px;
	text-align: center;
	top: 350px;
	font-size: 2rem;
}

.menuarea .topmenu li:last-child a {
	color: #fff;
	font-size: 2rem;
}
}

@media screen and (max-width: 350px) {
	.c3Area .img.implant::after {
		height: 240px;
	}
}
