@charset "utf-8";
/* CSS Document */

@media screen and (min-width:1680px){
.footer-wrap .logo-left img{
   width: 40%;
}

}
@media screen and (max-width:1024px){

.read-area h2 {
    font-size: 4.5rem;
    width: 50%;
}

.read-area p {
    padding: 0 1rem 0 0;
}

.footer-wrap .logo-left img{
    width: 50%;
}

}

@media screen and (max-width:940px){


.day-anchor .prof-nav {
    width: 80%;
    }
.day-anchor .prof-nav li {
    margin-right: 0.75rem;
}
}
@media screen and (max-width:836px){

.read-area{
    display: block;
    padding: 3rem 0;
    
}

.read-area h2{
    font-size: 4rem;
    display: block;
    padding: 0 0rem;
    text-align: center;
    width: 100%;
}

.read-area p{
    width: 100%;
    padding: 0 1rem;
}

.logo-wrap{
    width: 100%;
    top: 5%;
    text-align: center;
}

.sp-wrap{display: none;}


.logo-wrap h1{
    text-align: center;
}

.logo-wrap img{
    width:90%;
    line-height: 0;
    margin:0 auto 1rem;
}

.day-theme {
    justify-content: center;
    text-align: left;
    width: 90%;
    margin: 0 auto;
}


.outline-list{
    width: 96%;
}

}

@media screen and (max-width:768px){

.title-area{
    display: block;
}

.header-left-wrap,
.header-right-wrap{
    width: 94%;
    margin: 0 auto
}

.header-right-wrap{
    width: 100%;
    margin: 0 auto
}


.header-left-wrap .sub-title{
    font-size: 1.5rem;
}

.header-left-wrap .sub-title span{
    font-size: 1rem;
}

.header-right-wrap{
    display: none;
}

.btn-wrap .entry-btn.head-entry{
    margin: 0 auto;
    padding-bottom: 1rem;
}

.header-area-sticky{
    display: block;
}



.infinite-slider li{
    width: 40%;

}


.sperker-name{
    display: block;
    text-align: center;
}

.sperker-name .sperker-inner {
    width: 100%;
    display: block;
    margin-bottom: 1rem;
}

.anchor-nav-whidth{
    display: block;
}

.day-theme{
    width: 100%;
    margin: 0 auto 3px;
}

.day-theme dt,
.day-theme dd{
    padding: 0 0.5rem;
}

.day-anchor{
    display: none;    
}

.sp-nav-wrap{
    display: block;
}
.program-card .program-right .img-discussion{
    display: block;
    width: 30%;
    margin: 0 auto;
}

/*g-nav////////////////////////////////////*/

.sp-nav-wrap{
    display: flex;
    justify-content:flex-end;
}

.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;
}

.logo-left{
    margin: 0;
}
/*========= ボタンのための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%;
}

    .program-card .program-right ul li.mb3rem{
        margin-bottom: 0.5rem;
    }

.sp-only{
    display:block;
    margin: 0 0 1.5rem;
}

.anchor-nav {
    margin: 0 auto 0;
}

}
/*max-width:590px///////////////////////////////////////*/
@media screen and (max-width:590px){

.f-openbtn{
	position:relative;
    z-index: 9999;
	top:0;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
}
.anchor-nav {
    margin: 0 auto;
}


.infinite-slider li p{
    font-size: 1rem;
}

.read-area p{
    font-size:0.823rem;
}

.read-area h2 {
    font-size: 3.5rem;
}

.program-wrap h3{
    width: 98%;
    padding: 2rem 0.5rem
}

.program-card .sperker-label{
    width: 50%;
}

.program-card .sperker-label.long{
    width: 70%;
}

.program-card .program-right{
    display: block;
}

.program-time{
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #ccc;
}

.program-card .program-right ul{
    width: 100%;
}

.program-title{
    font-size: 1.25rem;
}

.program-card .program-right .img-only {
    width: 60%;
    margin: auto;
}


.program-card .program-right .img-discussion .panel{
    width: 50%;

}

.program-card .program-right .img-discussion{
    width: 100%;
}

.outline-list{
    width: 98%;
}

.btn-wrap .btn-conts{
    display: block;
}

.btn-wrap .entry-btn{
    width: 320px;
    margin:  auto;
}

.btn-conts .inquiries-btn{
    margin: 0.25rem auto;
}

.program-anchor li{
    width: min(33%, 600px);
}
.program-anchor li a {
    font-size:1rem;
}


.read-text{
    font-size: 1.25rem;
    
}
.day-info{
    font-size: 1.75rem;
    padding: 0 1rem 0.5rem;
}



}


@media screen and (max-width:416px){
.read-text {
    font-size: 1rem;
}


}



@media screen and (max-width:393px){

.day-info {
    font-size: 1.5rem;
}

.program-anchor li a {
    font-size: 0.825rem;
}

.outline-list {
    width: 90%;
    font-size: 0.825rem;
}

.outline-list dd{
    padding: 0;
}

.logo-left{
    width: 50%;
}

.btn-wrap .entry-btn {
    width: 300px;
}

.program-area h2 {
    font-size: 3rem;
}

.outline-area h2 {
    font-size: 3rem;
    text-align: center;
}

.day-theme dd a span {
    font-size: 0.825rem;
    font-weight: bold;
}

}

@media screen and (max-width:320px){

.read-text {
    font-size: 1rem;
}


.read-area h2 {
    font-size: 3rem;
}

.program-card .sperker-label.long {
    width: 90%;
}

.program-conts {
    width: 98%;
}

}
