
@charset "UTF-8";
#top-h1 { height:auto; transition: .6s ease-out; transform: translateX(0); opacity: 0;	right:30%;	/*animation: puyon 3.0s linear 0s 1;*/}#top-h1.delighter.started {position: absolute;	top: -60px;	right:0;	opacity: 1;	width:100%;	height:100%;}#top-bottom-text { height: auto; transition: .6s ease-out; opacity: 0;	left:20%;	/*animation: puyon 3.0s linear 0s 1;*/}#top-bottom-text.delighter.started {position: absolute;	top:10px;	left: 0;	opacity: 1;	width:100%;	height:100%;}.text { display: inline-block; transform-origin: 50% 85%; animation-name: loadingScale, loadingMove; animation-duration: 4s; animation-timing-function: var(--easeInOutQuint), var(--easeOutCubic); animation-delay: calc(0.4s * var(--index)); animation-iteration-count: infinite; animation-fill-mode: forwards;}
@keyframes loadingMove { 0% { translate: 0 0; } 5% { translate: 0 0; } 10% { translate: 0 -60%; } 15% { translate: 0 0; } 100% { translate: 0 0; }}
@keyframes loadingScale { 0% { scale: 1 1; } 5% { scale: 1.15 0.85; } 10% { scale: 0.9 1.2; } 17% { scale: 1.15 0.85; } 25% { scale: 1 1; } 100% { scale: 1 1; }}/*
@keyframes puyon { 0% { transform: scale(1.0, 1.0) translate(0%, 0%); } 40% { transform: scale(0.95, 1.2) translate(0%, -10%); } 50% { transform: scale(1.1, 0.9) translate(0%, 5%); } 60% { transform: scale(0.95, 1.05) translate(0%, -3%); } 70% { transform: scale(1.05, 0.95) translate(0%, 3%); } 80% { transform: scale(1.0, 1.0) translate(0%, 0%); } 100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}*/
@media (min-width: 768px){}
#top-header-wrap { position: absolute; width: 100%; /*height: 106vh;*/ margin: 53vh 0; top: 0; left: 0; text-shadow: 2px 2px 3px rgba(255,255,255,.8), -2px 2px 3px rgba(255,255,255,.8), 2px -2px 3px rgba(255,255,255,.8), -2px -2px 3px rgba(255,255,255,.8); z-index: 100}#top-h1 { font-size: 350%; /*border-bottom: solid .35vw #9bcc9b;*/}
#greeting { /*height: 43vw;*/}#bg-greeting { position: absolute; top: 0; left: 0; background-repeat: no-repeat; background-position: center center; background-size: cover; height: 100%; width: 100%;	z-index: 12;}#bg-greeting::before {content: "";	width: 100%;	height: 100%;	background-color: rgba(189,184,113 ,.7);	position: absolute;	top: 0;	left: 0;	z-index: 123;}#text-greeting { height: 100%; transition: .6s ease-out; transform: translateY(40px); opacity: 0;	position: relative;	z-index: 1234;}#text-greeting.delighter.started { transform: translateY(0); opacity: 1;}#text-g-inner h2 { /*border-bottom: solid 1px #000000;*/}
#news {}
#news-wrap {background-color: rgba(0,0,0,.8);	color: #ffffff;}a.to-list { position: absolute; right: 1vw; top: 0; font-size: 80%;	color: #ffffff;}.list-box { min-height: 12vw; overflow: auto;}.list-box li { border-bottom: dotted 1px ; margin-top: .8vw; padding-bottom: .8vw;}a.list-link { text-decoration: underline; color: #ffffff;}a.list-link:hover { text-decoration: none;}.date-box { background-color: #ffffff; padding-top: .3vw; color: #000000;}
.cont-photo { background-repeat: no-repeat; background-size: cover; background-position: center center; height: 35vw;}.cont-text-area {background-color: #bdb871;}
#top-contents h2 { color: #9bcc9b;}#top-contents h2::after { content: ""; display: block; height: 1px; width: 25%; background-color: #000000; margin-top: 1rem;}.h2-en { font-size: 50%;}.text-cont { transition: .6s ease-out; transform: translateY(40px); opacity: 0;}.text-cont.delighter.started { transform: translateY(0); opacity: 1;}
.bnr-link {height: 21.8vw;}.bnr-bg,.h2-banner {width: 90%;	height: 18vw;}.bnr-link .bnr-bg {background-position: center;	background-size: cover;	background-repeat: no-repeat;	position: absolute;	top: 1.5vw;	left: 1.5vw;	z-index: 123;	opacity: .6;	transition: .6s ease-out;	border-radius: 10px;}.bnr-link .h2-banner {position: absolute;	bottom: 1.5vw;	right: 1.5vw;	background-color: #000000;	color: #ffffff;	opacity: 0;	transition: .5s ease-out;	border-radius: 10px;}.bnr-link.delighter.started .bnr-bg {top: 0;	left: 0;	opacity: 1;}.bnr-link.delighter.started .h2-banner {bottom: 0;	right: 0;	opacity: 1;}#bnr2 .bnr-link .bnr-bg,#bnr2 .bnr-link .h2-banner {transition-delay: .3s;}#bnr3 .bnr-link .bnr-bg,#bnr3 .bnr-link .h2-banner {transition-delay: .6s;}.bnr-link .h2-banner span {padding: 0 .7vw .7vw 0;}.kadomaru{border-radius: 10px;}#service {background-color: #9bcc9b;	border-radius: 10px;}.area p{background-color: #fff;	border-radius: 10px;	padding: 10px; margin: 5px;}.border-y{border-top:2px solid white;	border-bottom:2px solid white;}
@media (min-width: 1200px){ #top-header-wrap, #greeting, .list-box { font-size: 1.1rem; } .cont-photo { height: 555px; } #top-contents { font-size: 1rem; }}
@media (max-width: 991px){ #top-header-wrap{ /*height:80vw;*/ margin:40% 0; } #top-h1 { } #top-h1.delighter.started { top: -6vw; } #top-bottom-text { } #top-bottom-text.delighter.started { /*top: -6vw;*/ } .bnr-link::after { opacity: .6; }}
@media (max-width: 767px){#top-h1 { font-size: 290%;} #top-h1.delighter.started { top: -22vw; } #top-bottom-text {font-size: 165%; } #top-bottom-text.delighter.started { top: -6vw; }	#news {margin-top: 0;} #top-header-wrap { /*height: 120vw;*/ margin:60vw 0; z-index: 123457; } #greeting { line-height: 5.3vw; height: auto; } #g-header-wrap { width: 100%; } #text-greeting { transform: translateY(0); opacity: 1; }	#top-contents h2 {color: ;}	.cont-photo {height: 55vw;} .bnr-link {height: 65vw;}	.bnr-bg,	.h2-banner {width: 90%;	height: 54vw;}	#bnr2 .bnr-link .bnr-bg,	#bnr2 .bnr-link .h2-banner {transition-delay: 0s;}	#bnr3 .bnr-link .bnr-bg,	#bnr3 .bnr-link .h2-banner {transition-delay: 0s;} .index-header::after { top: 2vw; } .to-list { top: 5.5vw; } .list-box { min-height: 30vw; } .list-box li { margin-top: 4vw; padding-bottom: 4vw; }}@media (max-width: 575px){ /*#top-h1.delighter.started { top: -18vw; }*/ #top-bottom-text.delighter.started { top: -6vw; } #greeting { line-height: 6vw; }
}