<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
main{
  width: 100%;
  padding-top: 1px;
    margin: 0 auto;
}
#breadCrumb {
    padding: 1% 2%;
}
.fadein {
  opacity : 0;
  transform: translateY(0px);
  transition: all 1s;
}
.main {
    position: relative;
    width: 100%;
    animation: fadeIn 2s ease 0s 1 normal;
    z-index: -1;
    min-width: 985px;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.main-img {
    position: fixed;
    overflow:hidden;
    z-index: -1;
    min-width: 985px;
}
.main-img img {
    animation: rotate 1s ease-out 0s 1 reverse forwards ;
    z-index: -1;
    margin-top: -4vw;
}

@keyframes rotate {
    100% {transform: rotate(3deg);}
}
.main-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 14vw auto;
}
main h2 img {
    height: 30px;
}
h2.main-title img {
    height: 95px;
}
main article {
    background-color: #fff;
    margin-top: 38vw;
    padding-top: 2%;
}
footer {
    background-color: #fff;
}
#top-about p {
    line-height: 160%;
    font-size: 15px;
}
/*--------------
reserve
---------------*/
.bnr_reserve {
    width: 985px;
    margin: 30px auto;
}
.bnr_reserve img {
    width: 100%;
}

/*-------------------
sp
-------------------*/
@media screen and (max-width:640px){
.main {
    position: relative;
    width: 100%;
    animation: fadeIn 2s ease 0s 1 normal;
    z-index: -1;
    min-width: 0;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.main-img {
    position: relative;
    overflow:hidden;
    z-index: -1;
    min-width: 0;
}
.main-img img {
    animation: rotate 1s ease-out 0s 1 reverse forwards ;
    z-index: -1;
    margin-top: 0;
}

@keyframes rotate {
    100% {transform: rotate(3deg);}
}
.main-title {
    margin: 28vw auto;
}
main h2 img {
    height: 5vw;
}
h2.main-title img {
    width: auto;
    height: 14vw;
}
p.main-info {
    font-size: 12px;
    margin: 5% auto;
}
main article {
    margin-top: 0;
    width: 95%;
    margin: 0 auto;
}
#top-about p {
    font-size: 12px;
    margin: 10px auto 20px;
}
/*--------------
reserve
---------------*/
    .bnr_reserve {
        width: 95%;
    }

    /* スマホメニューアイコン */
    li.sb-menu_whatsnew {
  	    background: url(../../../common/images/sb-whatsnew.png) 10px 51% no-repeat;
  	    background-size: 7%;
  	    border-bottom: 1px solid #9A9A9A;
  	}
}</pre></body></html>