@charset "utf-8";
/* CSS Document */
#main-visual{position: relative; margin: 0 0 80px;}
#main-visual #btn-scroll{position: absolute; bottom: 10px; left: 50%; color: #fff; font-size: 10px; font-family: 'Lexend Zetta', sans-serif; text-align: center;}
#main-visual #btn-scroll span{position: relative; width: 20px; height: 36px; border: 2px solid #fff; border-radius: 10px; display: block; margin: 0 auto 4px;}
#main-visual #btn-scroll span:before{position: absolute; top: 4px; left: 50%; content: ''; width: 6px; height: 6px; margin: 0 0 0 -3px; background-color: #fff; border-radius: 100%; display: block;
-webkit-animation: btnScroll 2s infinite; animation: btnScroll 2s infinite;}

@-webkit-keyframes btnScroll {
0%{-webkit-transform: translate(0, 0); opacity: 0;}
40%{opacity: 1;}
80%{-webkit-transform: translate(0, 20px); opacity: 0;}
100% {opacity: 0;}
}

@keyframes btnScroll {
0%{transform: translate(0, 0); opacity: 0;}
40%{opacity: 1;}
80%{transform: translate(0, 20px); opacity: 0;}
100%{opacity: 0;}
}

#topics{margin: 0 0 110px; overflow: hidden;}
#topics .btn{max-width: 320px; line-height: 54px; height: 54px; overflow: hidden; color: #fff; background: rgba(43,144,182,255); text-align: center; border-radius: 54px; display: block; margin: 60px auto 0; position: relative; z-index: 0;}
#topics .btn:before{content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #07afbc; border-radius: 100%; transform: scale(0); transition: all .5s ease-in-out;}
#topics .btn:hover:before{transform: scale(2);}

#topics-slider{color: #554841; line-height: 2;}
#topics-slider a:hover{opacity: .8;}
#topics .date{font-size: 11px; font-family: 'Lexend Zetta', sans-serif; padding: 12px 0 5px; opacity: .5;}

#topics .slick-list{margin:0 -21px; position: relative;}
#topics .slick-list:before,
#topics .slick-list:after{content: ''; position: absolute; top: 0; width: 21px; height: 100%;  z-index: 10;}
#topics .slick-list:before{left: 0;}
#topics .slick-list:after{right: 0;}
#topics .slick-slide{margin:0 21px;}

#info{max-width: 1000px; margin: 0 auto 180px; width: calc(100% - 35px);}
#info h2{font-size: 20px; line-height: 1; font-weight: bold; text-align: center;}
#info h2:after{content: ''; width: 20px; height: 3px; background: rgba(43,144,182,255); margin: 20px auto 10px; display: block;}
/* #info li{border-bottom: 1px solid rgba(43,144,182,255); display: flex; line-height: 2; padding: 20px 0;}
#info li:last-of-type{border-bottom: none;}
#info li p:nth-of-type(1){width: 160px; text-align: center; font-weight: bold; color: rgba(43,144,182,255);}
#info li p:nth-of-type(2){width: calc(100% - 160px); padding: 0 4% 0 0;}
#info li a{text-decoration: underline;}
#info li a:hover{color: #07afbc;} */
#info .accordionBox { margin: 0 0 20px 0; }
#info .accordionBox time { display: block; color: rgba(43,144,182,255); font-size: 14px; font-weight: bold; margin: 0 0 0.5em 0;}
#info .accordionBox h3 { position: relative; padding: 0 2em 10px 0; margin: 0 0 1em 0; font-size: 16px; border-bottom: #e9f3f9 solid 5px; }
#info .accordionBtn { display: none; position: absolute; right:0; top:calc( ( 100% - 10px ) / 2); transform: translateY( -50% ); color: rgba(43,144,182,255); cursor: pointer;}
#info .accordionBtn.active { display: block;}
#info .accordionTarget { display: none; font-size: 16px; line-height: 1.8; border-top: #f1f1f1 dotted 1px; padding: 1em 0 1em 1em;}
#info .accordionTarget.active { display: block; }
#info .accordionBox p { margin: 0 0 0.5em 0;}
#info .accordionBox a { color: rgba(43,144,182,255); text-decoration: underline;}

#info .btn{max-width: 320px; line-height: 54px; height: 54px; overflow: hidden; color: #fff; background: rgba(43,144,182,255); text-align: center; border-radius: 54px; display: block; margin: 60px auto 0; position: relative; z-index: 0;}
#info .btn:before{content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #07afbc; border-radius: 100%; transform: scale(0); transition: all .5s ease-in-out;}
#info .btn:hover:before{transform: scale(2);}



#intro{display: flex; flex-wrap: wrap; align-items: center; margin: 0 0 50px;}
#intro #intro-slider{width: 50%;}
#intro #intro-slider img{width: 100%;}
#intro .slick-list{overflow: hidden; border-radius: 0 20px 20px 0;}

#intro .box-txt{width: 50%; padding: 0 5%;}
#intro .box-txt h2{text-align: left; margin: 0 0 1.5em; font-family: "游ゴシック体", "YuGothic", "游ゴシック Regular", "Yu Gothic Regular", "游ゴシック", "Yu Gothic", sans-serif; position: relative;}
#intro .box-txt h2:before{content: ''; position: absolute; top: -13vw; right: 0; width: 53%; height: 12.2vw; background: url("../../images/common/img_smoke.png") no-repeat bottom left/100% auto;}
#intro .box-txt li{margin: 0 0 1.5em; font-size: 16px; line-height: 1.8; color: #554841;}
#intro .box-txt li:last-of-type{margin: 0;}

#category{max-width: 1500px; width: calc(100% - 30px); margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; position: relative;}
#category .img{position: absolute; top: -223px; right: 6%; z-index: 10; width: 38.7%; line-height: 1;}
#category .item{position: relative; overflow: hidden; border-radius: 20px;}
#category .item1,#category .item2{width: 100%; height: 472px; margin: 0 0 50px;}
#category .item3{width: 48.5%; max-width: 700px; height: 380px; margin: 0 0 100px;}

#category .item1{background: url("../../beppu/images/img_2.jpg") no-repeat center center/cover;}
#category .item2{background: url("../../beppu/images/img_3.jpg") no-repeat center center/cover;}
#category .item3{background: url("../../beppu/images/img_4.jpg") no-repeat center center/cover;}

#category .inner{position: absolute; top: 50%; left: 0; width: 100%; text-align: center; color: #fff; transform: translateY(-50%);}
#category h2{font-size: 28px; color: #fff; margin: 0 0 1em;}
#category h2 span{font-size: 14px;}
#category .txt{line-height: 2; margin: 0 0 2em;}
#category .btn{max-width: 320px; width: 80%; height: 54px; line-height: 54px; display: block; text-align: center; background: rgba(43,144,182,255); border-radius: 54px; margin: 0 auto; position: relative; overflow: hidden; z-index: 0;}
#category .btn:before{content: ''; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #07afbc; border-radius: 100%; transform: scale(0); transition: all .5s ease-in-out;}
#category .btn:hover:before{transform: scale(2);}

#bnr{margin-bottom: 100px; text-align: center;}
#bnr .item{margin: 0 0 40px;}
#bnr .item:last-of-type{margin: 0;}
#bnr a:hover{opacity: .8;}

#access{margin: 0 0 100px;}
#access iframe{filter: grayscale(100%);}

.bnrBox{text-align: center; padding: 10px;  max-width: 1100px; margin:0  auto 80px}
.bnrBox ul{display: flex; flex-wrap: wrap; justify-content: space-between}
.bnrBox  ul li{width: 49%; margin-bottom: 15px;}


.memberBox{text-align: center; padding:0px 10px;}

.modalGoTo{width: 595px; margin: auto; background-color: #fff;}
.modalGoTo .inner{padding: 20px; text-align: left;}
.modalGoTo .inner p{margin-bottom: 15px;}
.modalGoTo .inner b{font-size: 16px; display: block;}
.modalGoTo .inner .red{color:crimson}
.modalGoTo .inner .blue{color:dodgerblue}

.topic_seno{text-align: center; margin-bottom: 40px; padding: 10px;}

.ranking{padding: 30px; text-align: center;}
.q-arcabica{padding: 0 10px 90px 10px; text-align: center; max-width:989px; margin: auto}


/* ============== Media =============== */
@media only screen and (max-width: 1440px){        
    #intro .box-txt li br{display: none;}
    
    #category .img{right: 3%; top: -6.5vw;}
}

@media only screen and (max-width: 1000px){    
    #intro #intro-slider{width: 100%;}
    #intro .slick-list{border-radius: 0;}
    #intro .box-txt{width: 100%; padding: 30px 15px 0;}
    #intro .box-txt h2{text-align: center;}
    #intro .box-txt h2:before{display: none;}
    #intro .box-txt h2 br:nth-of-type(1){display: none;}
    
    #category .img{width: 64%; top: -24vw;}
}

@media only screen and (max-width: 767px){
    #main-visual{margin: 0 0 50px;}  
    #main-visual #btn-scroll{display: none;}
    
    #topics{margin: 0 0 80px;}
    #topics-slider{width: 100%;}    
    #topics-slider figure img{width: 100%;}
    #topics .slick-list:before,
    #topics .slick-list:after{display: none;}
    #topics .btn{display: none;}
  
    #info .tit p:nth-of-type(1){width: 100%;}
    #info .tit p:nth-of-type(2){width: 100%;}

    #info .box-img{width: 100%; order: -1; text-align: center; margin: 10px 0 20px;}
    #info .box-txt{width: 100%; padding: 0;}
    
    #intro{margin: 0 0 34vw;}
    #intro .box-txt{padding: 30px 5% 0;}
    
    #category{width: 100%;}
    #category .item{border-radius: 0;}
    #category .item1{background: url("../../beppu/images/img_2_sp.jpg") no-repeat center center/cover; margin: 0 0 80px;}
    #category .item2, 
    #category .item3{width: 100%; max-width: 767px; margin: 0 0 50px;}
    
    #bnr{margin-bottom: 80px;}
    #bnr .item{margin: 0 0 20px;}
    
    #access{margin: 0 0 80px;}
    #access iframe{height: 73vw;}
    
	.q-arcabica{padding: 50px 10px 50px 10px; border-bottom: 1px solid #ccc; border-top: 1px solid #ccc; margin-bottom: 30px;}
}

@media only screen and (max-width: 480px){
    #topics .slick-list{margin: 0 -10px;}
    #topics .slick-slide{margin: 0 10px;}
    
    #intro h2{font-size: 5vw;}
    
    #category h2{font-size: 20px; margin: 0 0 0.5em;}
    #category .txt{font-size: 3.4vw; margin: 0 0 1em;}
    #category .btn{line-height: 40px; height: 40px; max-width: 260px;}
    #category .item1{height: 75vw;}
    #category .item2, 
    #category .item3{height: 65vw;}
}

#memberBox{text-align: center;max-width: 781px; margin: 0 auto 50px;}

#memberBox .tit{text-align: center; margin-bottom: 10px;}
#memberBox .one-column{margin-bottom: 20px;text-align: center;}

#memberBox .txt{display: flex; justify-content: space-between; flex-wrap: wrap;}
#memberBox .txt .colL,#memberBox .txt .colR{text-align: center;}
#memberBox .txt2{display: flex; justify-content: space-between; flex-wrap: wrap;}
#memberBox .txt2 .colL,#memberBox .txt2 .colR{padding: 40px 0;text-align: center;}


@media only screen and (max-width: 767px){
#memberBox .tit{margin-bottom: 40px;text-align: center;}
#memberBox .txt .colL{margin-bottom: 30px;}
#memberBox .txt .colL,#member .txt .colR{width: 100%;}

    
}