@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 836px){
    .logo-left img {
        width: 60%;
    }
    
    h3{
        width: 100%;
    }
    .speaker-wrap .speaker-label{
        width: 30%;
    }

}


@media screen and (max-width: 768px){
.day-anchor .prof-nav li{
    height: auto;
}

.day-anchor{
    display: none;    
}


.outline-area{
    padding-bottom: 15rem;
}

/*g-nav////////////////////////////////////*/

.sp-nav-wrap{
    display: flex;
    justify-content: space-between;
}

.logo-left img {
        width: 80%;
        margin: 0.5rem 0 0;
        height: 80%;
    }


#g-nav{
    position:fixed;
    z-index: 999;
	bottom:-120%;
    left:0;
	width:100%;
    height: 100vh;
	background:#ded7cd;
	transition: all 0.6s;
}

#g-nav.panelactive{
    bottom: 0;
}

#g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav ul {
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: center; 
}

#g-nav li a{
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}

.btn-wrap .entry-btn.head-entry{
    width: 100%;
}

.btn-wrap .btn-conts li{
    width: 90%;
}


/* footer-nav */

#f-nav{
    position:fixed;
    z-index: 999;
	bottom:-120%;
    left:0;
	width:100%;
    height: 100vh;
	background:#ded7cd;
	transition: all 0.6s;
}

#f-nav.f-panelactive{
    bottom: 0;
}

#f-nav.f-panelactive #f-nav-list{
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#f-nav ul {
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#f-nav li{
	list-style: none;
    text-align: center; 
}

#f-nav li a{
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}

.flex-between{
    display: flex;
    justify-content: space-between;    
}

.sp-nav-wrap.bgblack{
    background: #e0cdaa;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
    position: relative;
    z-index: 9999;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #222;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 13px;
    transform: translateY(6px) rotate(-45deg);
    width: 100%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 13px;
    transform: translateY(-6px) rotate(45deg);
    width: 100%;
}

.f-openbtn{
	position:relative;
    z-index: 9999;
	top:15px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
}
	
/*×に変化*/	
.f-openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #222;
  	width: 45%;
  }

.f-openbtn span:nth-of-type(1) {
	top:15px;	
}

.f-openbtn span:nth-of-type(2) {
	top:23px;
}

.f-openbtn span:nth-of-type(3) {
	top:31px;
}

.f-openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 13px;
    transform: translateY(6px) rotate(-45deg);
    width: 100%;
}

.f-openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.f-openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 13px;
    transform: translateY(-6px) rotate(45deg);
    width: 100%;
}

.speaker-wrap .speaker-label{
    width: 25%;
}

.speaker-wrap .speaker-label.long{
    width: 40%;
}

h3{
    width: 28%;
}

}


@media screen and (max-width: 768px){



h3{
    width: 100%;
    margin: 2rem 0 0 0;
}

.speaker-wrap{
    padding: 1.5rem;
}

.speaker-wrap h2 {
    font-size: 1.5rem;
    line-height: 1.4;
}
.speaker-wrap h2 span{
    font-size: 1.25rem;
}

.speaker-wrap .speaker-label{width: 50%;}
.speaker-wrap .speaker-label.long{
    width: 80%;
}

.speaker-info{
    padding: 1rem;
}

.speaker-overview{
    font-size: 0.825rem;
}

.position{
    font-size: 1rem;
}

.info-left{
    width: 100%;
}

.info-right{
    width: 100%;
    margin-top: 1rem;
}


}

@media screen and (max-width: 590px){


.logo-left img {
        width: 80%;
        margin: 0.5rem 0 0;
        height: 80%;
    }


}