@charset "UTF-8";

/* top
---------------------------------------------------------------------------*/
body#top header {
	margin-bottom: 35px;
}


/* .top-main
---------------------------------------------------------------------------*/
.top-main {
	position: relative;
	background: url(../img/top/img-main.jpg) no-repeat center bottom;
	background-size: cover;
	width: 100%;
	min-width: 1200px;
	height: 100vh;
	min-height: 700px;
	opacity: 0;
}


/* .top-nav
---------------------------------------------------------------------------*/
.top-nav {
	position: absolute;
	top: 5.5%;
	left: 4.5%;
	box-sizing: border-box;
	background-color: #FFFFFF;
	width: 180px;
	height: 89%;
	max-height: 770px;
	padding-top: 35px;
	white-space: nowrap;
	opacity: 0;
}

.top-nav:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.top-nav .logo,
.top-nav h2 {
	position: relative;
	z-index: 3;
}

.top-nav .logo img,
.top-nav h2 img {
	width: 100%;
	height: auto;
}

.top-nav .logo {
	float: left;
	width: 36%;
	margin-left: 30%;
}

.top-nav h2 {
	float: right;
	width: 6%;
	min-width: 11px;
	margin: 1% 8% 0 0;
}

.top-nav .gnav {
	position: absolute;
	bottom: 4%;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 0 32px;
	z-index: 4;
}

.top-nav .gnav li {
	position: static;
	float: none;
	text-align: left;
}

.top-nav .gnav li.narrow {
	display: none;
}

.top-nav .gnav li:after {
	display: none;
}

.top-nav .gnav li > a {
	display: block;
	padding: 10px 0;
}

.top-nav .gnav li > a em {
	margin-bottom: 6.5%;
	letter-spacing: 0.15em;
}

.top-nav .gnav li > a strong {
	font-size: 16px;
}

.top-nav .gnav .mnav a {
	font-size: 14px;
}

/* .top-nav .mnav-wrap
------------------------------------*/
.top-nav .mnav-wrap {
	top: inherit;
	bottom: 0;
	left: 148px;
	height: 100%;
	padding: 0 0 0 220px;
	transform: translateX(0) !important;
}

body:not(.tablet) .top-main .btn-mnav:hover .mnav-wrap {
	padding-left: 230px;
}

.top-nav .mnav-wrap .mnav {
	position: absolute;
	bottom: 90px;
	right: 0;
	width: 160px;
}

.top-nav .mnav-tora,
.top-nav .mnav-wrap .mnav-tora-hand {
	display: none;
}

.top-nav .gnav li:nth-of-type(4) .mnav a {
	padding-top: 18px;
	padding-bottom: 18px;
}


/* .top-nav-tora
------------------------------------*/
.top-nav-tora {
	position: absolute;
	bottom: 40px;
	right: -75px;
	width: 102px;
	height: 97px;
	transform-origin: left bottom;
	z-index: 1;
	opacity: 0;
}

.top-nav-tora .eye,
.top-nav-tora img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.top-nav-tora .img1 {
	position: relative;
	display: block;
	opacity: 0;
	z-index: 2;
	animation: top-nav-tora 3s linear infinite;
}

@keyframes top-nav-tora {
	0% { opacity: 0; }
	94% { opacity: 0; }
	97% { opacity: 1; }
	100% { opacity: 0; }
}

.top-nav-tora .eye {
	z-index: 1;
}

.top-nav-tora .img2 {
	z-index: 1;
}

.top-nav-tora .img3 {
	z-index: 2;
	opacity: 0;
}

.top-nav-tora-hand {
	position: absolute;
	bottom: 15px;
	right: -15px;
	transform-origin: right bottom;
	z-index: 3;
	opacity: 0;
}

.top-nav-tora-hand img {
	transform: rotate(-10deg);
}


/* .top-copy
---------------------------------------------------------------------------*/
.top-copy {
	position: absolute;
	top: 6.5%;
	right: 4.5%;
	width: 35%;
	min-width: 490px;
	max-width: 580px;
}

.top-copy img {
	width: 100%;
	height: auto;
}

.top-copy h3 {
	float: right;
	width: 28.5%;
	margin-left: 8%;
	opacity: 0;
}

.top-copy h3 span {
	float: right;
	display: inline-block;
	background-color: #C5AB85;
}

.top-copy h3 span:nth-of-type(1) {
	width: 33.8%;
	margin-left: 11.6%;
}

.top-copy h3 span:nth-of-type(2) {
	width: 33.8%;
	margin-left: 10%;
}

.top-copy h3 span:nth-of-type(3) {
	width: 10.8%;
}

.top-copy p {
	float: right;
	width: 53.5%;
	margin: 9% 0 0;
	opacity: 0;
}

.top-copy .btn-scroll {
	width: 9%;
	margin: 0 0 0 -2.5%;
	opacity: 0;
}

.top-copy .btn-scroll a {
	display: block;
	padding: 101% 31%;
}


/* media query
------------------------------------*/
@media (max-height: 1000px){
	.top-copy {
		max-width: 520px;
	}
}

@media (max-height: 800px){
	.top-nav .logo {
		max-width: 62px;
	}
	.top-nav .gnav li.wide {
		display: none;
	}
	.top-nav .gnav li.narrow {
		display: block;
	}
	.top-nav .gnav li > a {
		padding: 9px 0;
	}
	.top-nav .gnav li > a em {
		margin-bottom: 6px;
		font-size: 10px;
	}
	.top-copy {
		max-width: 480px;
	}
}




/* .sec-top
---------------------------------------------------------------------------*/
.sec-top {
	position: relative;
	width: 100%;
	max-width: 1380px;
	margin: 0 auto 100px;
}

/* .sec-top .organ img, */
.sec-top .cloud-tail img,
.sec-top .img1,
.sec-top .img2,
.sec-top .img3,
.news-top .tora1,
.news-top .tora2 {
	width: 100%;
	height: auto;
}

/*
.sec-top .organ {
	position: absolute;
	top: 38%;
	left: 22%;
	width: 9.2%;
	z-index: 2;
}
*/

.sec-top .cloud-tail {
	position: absolute;
	bottom: -7.4%;
	left: 3.9%;
/* 	width: 13%; */
	z-index: 2;
}

.sec-top .img2 {
	display: block;
	position: absolute;
	top: 7%;
	left: 12.2%;
	width: 15.6%;
	z-index: 1;
}

.sec-top .img3 {
	display: block;
	position: absolute;
	bottom: 0;
	left: 2.8%;
	width: 26.5%;
	z-index: 1;
}

.sec-top .inner {
	float: right;
	box-sizing: border-box;
	width: 67%;
	padding-right: 60px;
}

.sec-top .inner figure {
	margin-bottom: 55px;
}

/* .news-top
------------------------------------*/
.news-top {
	position: relative;
	float: right;
	width: calc(100% - 15px - 220px);
	margin-right: 15px;
}

.news-top .rose1 {
	display: block;
	position: absolute;
	top: -82px;
	right: 7.2%;
	width: 75px;
}

.news-top .rose2 {
	display: block;
	position: absolute;
	top: -42px;
	right: calc(7.2% + 76px);
	width: 42px;
}

.news-top .rose1 img,
.news-top .rose2 img {
	width: 100%;
	height: auto;
}

.news-top .rose2 img {
	transform: scaleX(-1);
}

.news-top .tora {
	position: absolute;
	bottom: 0;
	right: calc(100% - 15px - 280px + 330px);
	width: 188px;
	height: 184px;
}

.news-top .tora1 {
	position: absolute;
	bottom: 4px;
	left: 0;
	width: 125px;
}

.news-top .tora2 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 70px;
}

.news-top h2 {
	margin: 0 0 14px 12px;
	font-size: 15px;
	letter-spacing: 0.25em;
}

.news-top .board {
	width: calc(100% - 140px);
	padding: 16px 16px 8px;
	box-shadow: none;
}

.news-top .board:before {
	left: 2%;
	width: 96%;
	height: 2px;
}

.news-top .board article {
	display: none;
}

.news-top .board article:nth-of-type(1),
.news-top .board article:nth-of-type(2),
.news-top .board article:nth-of-type(3) {
	display: block;
}

.news-top .board article a {
	display: block;
	overflow: hidden;
	padding: 7px;
}

.news-top .board time {
	display: block;
	float: left;
	width: 80px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.15em;
	transform: translateY(1px);
}

.news-top .board h3 {
	float: left;
	width: calc(100% - 95px);
	font-size: 13px;
	letter-spacing: 0.18em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-top .board h3 span {
	display: inline-block;
	border-bottom: 1px solid #CDC4AF;
	padding-bottom: 1px;
}

.news-top .btn-news {
	position: absolute;
	top: 28px;
	right: -10px;
}

.news-top h2.not-post {
	margin-top: 14px;
}

.news-top .board.not-post {
	margin-top: 15px;
	padding: 32px 0 30px;
	text-align: center;
}


/* .sec-service
---------------------------------------------------------------------------*/
.sec-service {
	margin-bottom: 105px;
}


/* .img-clinic
---------------------------------------------------------------------------*/
.img-clinic {
	position: relative;
	width: 1150px;
	margin: 0 auto 145px;
}

.img-clinic > img {
	display: block;
	float: left;
}

.img-clinic > img:first-of-type {
	margin-right: 34px;
}

.img-clinic > img:last-of-type {
	float: right;
}

/* .img-clinic .rose-img
------------------------------------*/
.img-clinic .rose-img {
	position: absolute;
	width: 80px;
	height: 47px;
	z-index: 2;
}

.img-clinic .rose-img1 {
	top: -15px;
	right: 390px;
}

.img-clinic .rose-img2 {
	bottom: -50px;
	left: 100px;
	transform: scale(1.6);
}

.img-clinic .rose-img span,
.sec-access .rose-txt span {
	display: block;
	position: absolute;
	opacity: 0;
}

.img-clinic .rose-img span img,
.sec-access .rose-txt span img {
	width: 100%;
	height: auto;
}

.img-clinic .rose-img .rose1 {
	top: 0;
	left: 20px;
	width: 25px;
}

.img-clinic .rose-img .rose1 img {
	transform: scale(-1,-1);
}

.img-clinic .rose-img .rose2 {
	top: 18px;
	right: 0;
	width: 25px;
}

.img-clinic .rose-img .rose2 img {
	transform: scaleY(-1) rotate(10deg);
}

.img-clinic .rose-img .rose3 {
	bottom: 2px;
	left: 2px;
	width: 35px;
}


/* .sec-access
---------------------------------------------------------------------------*/
.sec-access {
	margin-bottom: 190px;
}

.sec-access .illust-car {
	position: absolute;
	bottom: -54px;
	left: 29px;
	z-index: 2;
}

.sec-access #gMap {
	float: left;
	width: 490px;
	height: 400px;
	margin-bottom: 0;
}

.sec-access .info {
	float: right;
	box-sizing: border-box;
	width: 510px;
	margin-top: 10px;
	padding-left: 145px;
}

.sec-access .info .tora {
	position: absolute;
	bottom: -5px;
	left: -10px;
	width: 130px;
}

.sec-access .info .tora .txt {
	width: 43px;
	margin: 0 auto 12px;
	opacity: 0;
}

.sec-access .info .tora img {
	width: 100%;
	height: auto;
}

.sec-access .info .tora .tora-body {
	transform-origin: center bottom;
}

.sec-access .info p {
	font-size: 12px;
}

/* .sec-access .rose-map
------------------------------------*/
.sec-access .rose-map {
	position: absolute;
	top: 125px;
	left: 65px;
	z-index: 2;
}

.sec-access .rose-map {
	position: absolute;
	top: 125px;
	left: -70px;
	width: 80px;
	height: 47px;
	z-index: 2;
}

.sec-access .rose-map span,
.sec-access .rose-txt span {
	display: block;
	position: absolute;
	opacity: 0;
}

.sec-access .rose-map span img,
.sec-access .rose-txt span img {
	width: 100%;
	height: auto;
}

.sec-access .rose-map .rose1 {
	top: 0;
	left: 20px;
	width: 25px;
}

.sec-access .rose-map .rose1 img {
	transform: scale(-1,-1);
}

.sec-access .rose-map .rose2 {
	top: 20px;
	right: 0;
	width: 25px;
}

.sec-access .rose-map .rose2 img {
	transform: scaleY(-1) rotate(30deg);
}

.sec-access .rose-map .rose3 {
	bottom: 0;
	left: 0;
	width: 35px;
}

/* .sec-access .rose-txt
------------------------------------*/
.sec-access .rose-txt {
	position: absolute;
	top: -96px;
	right: -20px;
	width: 174px;
	height: 101px;
	z-index: 2;
}

.sec-access .rose-txt .rose1 {
	top: 24px;
	left: -2px;
	width: 56px;
}

.sec-access .rose-txt .rose2 {
	top: -20px;
	left: 56px;
	width: 40px;
}

.sec-access .rose-txt .rose2 img {
	transform: scaleX(-1) rotate(-45deg);
}

.sec-access .rose-txt .rose3 {
	bottom: -4px;
	right: 16px;
	width: 67px;
}

.sec-access .rose-txt .rose3 img {
	transform: scale(-1,-1) rotate(-83deg);
}

/* .schedule
------------------------------------*/
.schedule {
	bottom: 0;
	right: 0;
	width: 510px;
}


/* .sec-news
---------------------------------------------------------------------------*/
.sec-news.btm {
	margin-top: -120px;
	padding-top: 120px;
}

.sec-news.btm h2 {
	margin: 0 0 35px;
}

.illust-miru {
	top: -7px;
	right: 110px;
	transform: scale(0.8);
}