@import url(nebura.css);
@import url(sp.css);

body {
    background-color: transparent;  
}
.content-wrapper {
    max-width: 750px;
    margin: 0 auto;
/*    background: #ffffff;*/
    min-height: 100vh;
    position: relative;
}

body img{
    max-width: 100%;
}

div#main{
    background: url(../img/common/red_back.svg) top center repeat-y ;
    background-size: contain;

}

#mainImage{
    position: relative;
}
#chochin{ 
    position: absolute;
    top: 129%;
    width: 100%;
    left: 0;    
}

#mainNavIcon{
    position: relative;
    top:-48px;
    margin: auto ;
    padding: 0 1rem;
    transition: transform 180ms ease-out;

}

#mainNavIcon a.mainNavLink img{     transition: transform 180ms ease-out; }
#mainNavIcon a.mainNavLink {
    /*width: calc(100% / 7);*/
    width: calc(100% / 5);  margin: auto 1rem 1rem;

    padding: 0 3px;
    animation: 80ms fadeup ease-in-out forwards;
    margin-top: auto;
    transition: transform 80ms ease-out;
    filter: drop-shadow(0 3px 5px rgba(0,0,0,0.8));

}

#mainNavIcon a.mainNavLink:hover {
    transform: translateY(-5px);
}
#mainNavIcon a.mainNavLink:nth-child(5),
#mainNavIcon a.mainNavLink:nth-child(6),
#mainNavIcon a.mainNavLink:nth-child(7){
        position: relative;
    left: 12.2%;
    top: -4rem;
}


#footer{
    background: #000;
    color: white;
    text-align: center;
    position: relative;
    min-height: 38vh;
    margin-top: 240px;
    padding-bottom: 4vh;
    padding-top: 200px;
}

#footer #footerInner{
 position: relative;
 z-index: 2;
 margin: auto 2rem;
 padding: auto;
}


#footImage{
    position: absolute;
    top: -240px;
    width: 100%;
    padding: 0;
    margin: 2px auto auto auto;
}

.whiteZigs > div.container{
    background-color: #fff;
    min-height: 20vh;
}

.whiteZigs{
    /*background: #ffffff;*/
}

/*.whiteZigs:before{
    content: "";
    background: url(../img/common/giza_w_top@2x-8.png) top -2rem center no-repeat;
    background-size: contain;
}*/
img.cheadImg{
padding: 0 4rem 0rem 4rem;
    margin: auto auto -2rem auto;
    z-index: 1;
    position: relative;
}
html {
    scroll-behavior: smooth;
}
#goMap,
#gotoTop,
#gotoPlaceMap{
        position: fixed;
    bottom: 2%;
    right: 2%;
    max-width: calc(4rem + 0.5vh + 0.5vw);
      transition-duration: 0.3s;
    filter: drop-shadow(0 3px 5px rgba(0,0,0,0.8));
    z-index: 100;
}

/*#gotoPlaceMap:after{ content: "会場地図"; color: white; }*/
#gotoPlaceMap{
    bottom: 10%;
}

div.defContTx{
    font-size: 1.1rem;
    line-height: 1.75;
    padding-top: 4rem;
    padding-bottom:2rem;
}

img.cheadImg.cheadImgSpc1{
    /*padding-top: 13rem;*/
    padding-top: 5rem;
    padding-bottom: 1rem;
}

.text-red{ color: #ee0000; }

#footMenuList{ margin: auto auto 4rem auto; } 
#footMenuList a:before{ content: "💡 "; }
#footMenuList a{  
    color: white;
    text-decoration: none;
}

#logoRinkai{
    width: 6rem;
    background: white;
    border-radius: 10px;
    padding: 0.25rem 0.5rem;
}

/*=========================================================*/
/*.embla__viewport {
  overflow: hidden;
}

.embla__container {
  display: flex;
  touch-action: pan-y pinch-zoom;
}

.embla__slide {
  flex: 0 0 100%;
  min-width: 0;
}*/
/*=========================================================*/
#innerContWrap{
    min-height: 100vh;
    margin-top: -2rem;
    /*background-color: #fff;*/
}

#mainNavIcon.scrolled{
    position: fixed;
    top: 1rem;
    width: 750px;
    z-index: 111;
}
#mainNavIcon.scrolled a.mainNavLink img{
    padding: 0 14px;
}

#mainNavIcon.scrolled a.mainNavLink:nth-child(5),
#mainNavIcon.scrolled a.mainNavLink:nth-child(6),
#mainNavIcon.scrolled a.mainNavLink:nth-child(7){
        position: relative;
    left: 12.2%;
    top: -7rem;
}
#mainNavIcon {
  pointer-events: none;
}

#mainNavIcon a {
  pointer-events: auto; 
}