
@charset "UTF-8";
#header { height: 100vh;}#header-nav { position: relative; z-index: 1234;}#mv-img-wrap { position: absolute; top: 0; left: 0; z-index: 123; padding: 0 5vw; width: 100%; height: 100vh;}#mv-img-wrap p { color: #ffffff;	font-weight: 400;	text-shadow: #222 3px 3px 3px;	line-height: 1.5;}#fade01 p { font-size: 250%;	text-shadow: 1px 1px 2px #222;}#fade02 p { font-size: 200%;	text-shadow: 1px 1px 2px #222;}
#fade01 { animation: fadeIn 3s ease 1s forwards normal; opacity: 0;}#fade02 { animation: fadeIn 3s ease 2s forwards normal; opacity: 0;}#fade03 { animation: fadeIn 3s ease 3s forwards normal; opacity: 0;}
@keyframes fadeIn { 0% {opacity: 0} 100% {opacity: 1}}
#g-header-wrap { width: 35vw;}
#top-contents {padding: 5rem 0;	background-color:#f5f9ff;}#top-contents h1 {font-size: 160%;	border-bottom: 2px solid #222;}
#bg-area {background-image: url("../img/map.png"); position: relative; background-repeat: no-repeat; background-position: 80% center;	background-attachment: fixed;}#bg-area .position-relative { z-index: 123;}#bg-area::after { content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(255,255,255,.4);	z-index: 12;}#h1-area { font-size: 155%; border-bottom: solid 1px ; color: ;}
.text-area h2 {color: #239e2e; font-size: 400%; position: relative; top: 1.2vw;	z-index: 5;}}
.text-area h3 { font-size: 250%;}.text-area > div { background-color: rgba(35,158,46,1); border-radius: 5px; color: #ffffff;	position: relative;	z-index: 10;}.text-area p { margin: 7px 0; font-size: 105%;}
#news h1 {font-size: 180%;}
#garden h1 {font-size: 140%;}
#biz a:hover {text-decoration: none;}
#biz-back { height: 40vw; background-size: cover; background-image: url("../img/bg-biz.jpg"); background-size: 60vw; background-position: right center; background-repeat: no-repeat;}
#biz-block{ position: relative; right: -5%; color: ;}
#biz-block dt { border-bottom:1px solid #155724;	padding-bottom: .25rem;	margin-bottom: 1rem;}#biz-block dd { font-size: 80%;}
a.bnr-link { position: relative; overflow: hidden; text-shadow: 1px 1px 2px rgba(0,0,0,.8), -1px 1px 2px rgba(0,0,0,.8), 1px -1px 2px rgba(0,0,0,.8), -1px -1px 2px rgba(0,0,0,.8); color: #ffffff; height: 15vw;	border-radius: 10px;}.bnr-link::after { content: ''; position: absolute; top: 0; left: 0; background: rgba(255,255,255,.2); width: 100%; height: 100%; z-index: 12; opacity: .8; transition: 0.4s ease-out;}a.bnr-link:hover::after { opacity: .6;}.bnr-bg,.bnr-bg2 { transition: transform 0.4s ease-out; position: absolute; top: 50%; left: 50%; transform: scale(1) translate(-50%, -50%); border-radius: 20px;}.bnr-bg { height: 100%;}.bnr-bg2 { width: 100%;}.bnr-link:hover .bnr-bg,.bnr-link:hover .bnr-bg2 { transform: scale(1.02) translate(-50%, -50%);}.h2-banner { position: absolute; top: 45%; left: 0; width: 100%; text-align: center; z-index: 123; font-size: 155%; transition: 0.4s ease-out;}.bnr-link:hover .h2-banner { top: 43%;}.bnr-text { position: absolute; bottom: -15px; width: 70%; left: 15%; opacity: 0; z-index: 123; transition: 0.4s ease-out; font-size: 100%; text-align: center;}.bnr-link:hover .bnr-text { bottom: 10px; opacity: 1;}
.to-list { position: absolute; right: 1vw; top: 3vw; font-size: 90%; border: solid 1px ;}
.list-box li { border-bottom: dotted 1px ; margin-top: .8vw; padding-bottom: .8vw;}a.list-link { text-decoration: underline; color: ;}a.list-link:hover { text-decoration: none;}
@media (min-width: 1300px){ #greeting, #news, #banner { font-size: 1.1rem; }}
@media (max-width: 991px){ .bnr-link::after { opacity: .6; }}
@media (max-width: 767px){ #header, #mv-img-wrap { height: 100vw; } #mv-img-wrap img { margin-top: 15vw; } #bg-greeting { line-height: 5.3vw; } #g-header-wrap { width: 100%; } a.bnr-link { height: 72vw; } .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){ .index-header::after { top: 2.5vw; }
#fade01 p { font-size: 160%;	text-shadow: 1px 1px 2px #222;}#fade02 p { font-size: 120%;	text-shadow: 1px 1px 2px #222;} #greeting { line-height: 6vw; }
#biz-back { height: auto; background-size: cover;	background-position: center center;}#biz-block { position: relative; right: 0; height: auto;}}