
@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 img { margin-top: 5vw;}
#top-contents { padding: 7vw 0;}
#top-h1 { font-size: 350%; animation: fadeIn 3s ease 1s forwards normal; opacity: 0; text-shadow: 1px 1px 2px rgba(255,255,255,.5), -1px 1px 2px rgba(255,255,255,.5), 1px -1px 2px rgba(255,255,255,.5), -1px -1px 2px rgba(255,255,255,.5);}#top-bottom-text { font-size: 130%; animation: fadeIn 3s ease 2s forwards normal; opacity: 0;}
@keyframes fadeIn { 0% {opacity: 0} 100% {opacity: 1}}
#bg-greeting { line-height: 2.2vw; padding: 4vw 0; min-height: 35vw; background-repeat: no-repeat; background-position: center 0px; background-size: cover;}#g-header-wrap { width: 35vw;}#h1-greeting { font-size: 155%; border-bottom: solid 1px ; color: ;}
#text-greeting { height: 100%; transition: .6s ease-out; transform: translateY(40px); opacity: 0;}#text-greeting.delighter.started { transform: translateY(0); opacity: 1;}
#greeting-img { height: 100%; transition: .6s ease-out; transform: translateX(-40px); opacity: 0;}#greeting-img.delighter.started { transform: translateX(0); opacity: 1;}
#text-greeting h1 { border-bottom: solid 1px #ffffff;}#text-greeting h2 { font-size: 150%; border-bottom: solid 1px #ffffff; margin-bottom: 1.5rem;}#text-greeting h3 { font-size: 120%;}#text-greeting > div { background-color: rgba(34,34,34,.6); color: #ffffff; text-shadow: 1px 1px 1px rgba(34,34,34,.9);}#text-greeting p { margin: 7px 0; font-size: 105%;}
#content-bg01 { height: 100%; transition: .6s ease-out; transform: translateX(50%); opacity: 0;}#content-bg02 { height: 100%; transition: .6s ease-out; transform: translateX(-50%); opacity: 0;}#content-bg01.delighter.started,
#content-bg02.delighter.started { transform: translateY(0); opacity: 1;}
#content-bg h2 {position: relative;	display: inline-block;	padding: 0 35%;	text-align: center; color:; font-weight:600;}#content-bg h2:before,
#content-bg h2:after {content: '';	position: absolute;	top: 50%;	display: inline-block;	width: 30%;	height: 2px;}#content-bg h2:before {left:0;	background: linear-gradient(-45deg, transparent, #ffffff 10%, #808080 30%, transparent);}#content-bg h2:after { right: 0; background: linear-gradient(-45deg, transparent, #ffffff 70%, #808080 90%, transparent);}
.bnr { height: 100%; transition: .6s ease-out; transform: translateY(40px); opacity: 0;}.bnr.delighter.started { transform: translateY(0); opacity: 1;}
#bnr2 { margin-top: 60px;}#bnr3 { margin-top: 120px;}
a.bnr-link { position: relative; overflow: hidden; text-shadow: 1px 1px 2px rgba(0,0,0,.5), -1px 1px 2px rgba(0,0,0,.5), 1px -1px 2px rgba(0,0,0,.5), -1px -1px 2px rgba(0,0,0,.5); color: #ffffff; height: 24vw;}.bnr-link::after { content: ''; position: absolute; top: 0; left: 0; background: linear-gradient(to bottom, rgba(0,0,0,.2) 0%, rgba(0,0,0,1)100%); 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%);}.bnr-bg { height: 80%;}.bnr-bg2 { width: 80%;}.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 (min-width: 768px){ #content-bg { background-image: url("../img/bg-cont.jpg"); background-size: cover; background-position: center center; background-repeat: no-repeat; background-attachment: fixed; padding: 5vw 0; } .map { width: 50%; }}
@media (max-width: 767px){ #header, #mv-img-wrap { height: 100vw; } #mv-img-wrap img { margin-top: 15vw; } #bg-greeting { line-height: 5.3vw; min-height: 60vw; } #g-header-wrap { width: 100%; } #content-bg { padding: 5vw 0; } #content-bg01 { height: 100%; transition: .6s ease-out; transform: translateY(40%); opacity: 0; } #content-bg02 { height: 100%; transition: .6s ease-out; transform: translateY(40%); opacity: 0; } .map { 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; } #top-h1 { font-size: 250%; } #top-bottom-text { font-size: 120%; } #greeting { line-height: 6vw; } #bnr2 { margin-top: 30px; } #bnr3 { margin-top: 30px;}}