@charset "UTF-8";
/* header */
body{
    max-width:1080px;
    margin:0 auto;
    overflow-x: hidden;
}

.header{
    display:flex;
    height:100px;
    padding:0 4%;
    /* background-color: skyblue; */
}
.header .nav-list {
    display:flex;
    /* margin-top:20px; */
}
/* .header .header-left{
    width:20%;
} */
.header .header-right{
    margin:0 auto; 
}
/* .header .header-right .nav-list{
    width:80%;
} */

.header-right a{
    color:#000;
}

.header .header-right .nav-list li{
    /* border: solid 1px black; */
    width:150px;
    display:inline-block;
    padding: 35px 0;
    text-align: center;
}
.header .header-right .nav-list li:hover{
    background-color:#a9a9a9;
}
header .inner{
    display:none;
}




.section-title{
    margin-top:70px;
    margin-bottom:70px;
}


.home-visual{

    text-align: center;
}
.home-visual img{
    max-width:100%;
    object-fit: cover;
}
.mainvisual h2{
    padding-left:20px;
}


.mainvisual span, .section-title span{
    color:#52ce98;
}

/* news */

.section-title  {
	position: relative;
	
	padding: 0 17%;
	text-align: center;
	color:#333;
}
.section-title:before, .section-title:after {
	content: '';
	position: absolute;
	top: 50%;
	
	width: 15%;
	height: 3px;
	border-top: 3px double #333;
}
.section-title:before {
	left:0;
}
.section-title:after {
	right: 0;
}



/* theme */
.theme-content{
    
    margin:0 auto;
}

/* 注意事項 */
.notes h3{
    font-size:20px;
    text-align: center;
    
}
.notes p{
    text-align: center;
}
/* kigyou */
.kigyou {
    text-align: center;
}
a.btn--yellow {
    color: #000;
    background-color:  #34b496;
    border-bottom: 5px solid #298c75;
    width:300px;
    height:120px;
    font-size:30px;
    font:bold;
    margin-bottom:50px;
  }
  
  a.btn--yellow:hover {
    margin-bottom:47px;
    margin-top: 3px;
    color: #000;
    background: #52ce98;
    border-bottom: 2px solid #298c75;
  }

/* newsgroup */
.news-group-list{
    border-bottom: 1px solid  #333;
    
    padding-top:10px;
}
.news-group-list a{
    text-decoration: none;
    color:#ffffff;
    font:bold;
}
.news-group-item-time{
    background-color:#52ce98;
    display:inline-block;
    padding:0 10px;
}
.news-group-item-text p{
    color:#000;
}
.news-group-list{
    
    margin:0 auto;
}
.news-group-list .news-group-item-text .kuwasiku{
    color: #52ce98; 
    text-align: center; 
    font-weight: bold;
}
/* sub-content-width 600 */
.sub-content-width{
    max-width: 600px;
}

/* kenkou */
.kenketu-section{
    margin:0 auto;
}
.kenketu-section .syousai{
    font-size: 20px;
    margin-bottom: 0;
}
.kenketu .syousai-text{
    margin-left: 10px;
}
.kenketu .kenketu-section a{
    display: block;
    text-align: center;
}
.kenketu-img1{
    width: 100px;
}
.kenketu-img2{
    width:180px;
}
.kenketu-imgs{
    display: flex;
    justify-content: space-between;
}
/* /kenkou */

/* guest */
.guest-section{
    margin:0 auto;
}
.guest-section h2{
    font-size:25px;
    padding-top:20px;
    text-align: center;
}
.guest-section p{
    font-size:20px;
}
.guest-span{
    background:linear-gradient(transparent 60%,#52ce98 60%);
    font-size: 25px;
    font-weight: bold;
}
.guest-underline{
    font-weight: bold;
    border-bottom: #FA817D 3px solid;
}
.guest-text{
    font-weight: bold;
}
.guest-section img{
    padding-bottom: 20px;
}

/* bus */
.bus-section{
    margin:0 auto;
}
.bus-section h2{
    font-size: 25px;
    padding-top: 20px;
    text-align: center;
}
.bus-section p{
    font-size:20px;
    text-align: center;
}

/* daisai-radio */
.daisai-radio{
    margin:0 auto;
}
.daisai-radio h2{
    font-size: 25px;
}
/* about */
.about-section h2{
    font-weight: bold;
}
.about-section{
    text-align: center;
}
.about-section .sub-content-width{
    margin:0 auto;
}
.about-button{
    display: inline-block;
    text-decoration: none;
    font-size: 20px;
    width:100px;
    margin:20px 2% 2% 15px;
    padding:15px;
    border: 2px solid black;
    color:white;
    background-color: black;
    border-radius:40px;
    box-shadow:4px 6px 3px 0px rgba(0,0,0,.5)
}
.about-button:hover {
    border: 2px solid #33CC66;
    background-color: #33CC66;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: .5s;
    text-decoration: none;
    color:white;
  }
.about-button:active {
    
    color: #33CC66;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: 0s;
  }
.iinkai-content{
    justify-content: center;
    display: flex;
    margin:0 auto;
}
.iinkai-img {
    height: 300px;
  }
.iinkai-text{
    margin:0 auto;
    
}
.iinkai-member{
    width:50%;
    padding-left: 200px;
}
.iinkai-img-section{
    width:50%;
}

/* footer */
footer{
    padding-top: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left;
    border-top: 2px solid #ccc;
}

@media screen and (max-width:980px){
    .header .header-right .nav-list li{
        width:100px;
        padding:35px 0;
        text-align:center;
    }

    /* .home-visual{
        height:250px;
    } */

    .sub-content-width{
        width:500px;
    }
} 

@media screen and (max-width:700px){
    .header-right .nav-list{
        display:none;
    }
    header .inner{
        display:block;
    }
    
    nav {
        display:block;
        position:fixed;
        background-color: #ffffff   ;
        top:0;
        left:-300px;
        bottom:0;
        transition: all 0.5s;
        z-index:3;
        /* opacity:0; */
    }
    nav .inner{
        padding:25px;
    }
    nav .inner li {
        margin:0;
        padding:0;
    }
    nav .inner ul li{
        margin:0;
        /* border-bottom:1px solid #333; */
        font-size:20px;
        text-align: center;
    }
    nav .inner ul a{
        display:block;
        width:220px;
        color:#333;
        font-size:14px;
        padding:1rem;
        transition-duration: 0.2s;
    }
    nav .inner ul  a:hover{
        background-color: #e4e4e4;
        
    }
    .toggle-btn{
        display:block;
        position:fixed;
        top:30px;
        right:30px;
        width:30px;
        height:30px;
        z-index:3;
        cursor:pointer;
    }
    .toggle-btn span{
        position:absolute;
        display:block;
        left:0;
        width:30px;
        height:2px;
        background-color:#333;
        transition: all 0.5s;
        border-radius: 4px;

    }
    .toggle-btn span:nth-child(1){
        top:4px;
    }
    .toggle-btn span:nth-child(2){
        top:14px;
    }
    .toggle-btn span:nth-child(3){
        bottom:4px;
    }
    .open .toggle-btn span{
        background-color:white;
    }
    .open .toggle-btn span:nth-child(1){
        transform: translateY(10px) rotate(-315deg);
    }
    .open .toggle-btn span:nth-child(2){
        opacity:0;
    }
    .open .toggle-btn span:nth-child(3){
        transform: translateY(-10px) rotate(315deg);
    }
    #mask{
        display:none;
        transition: all 0.5s;
    }
    .open nav{
        left:0;
        opacity:1;
    }
    .open #mask{
        display:block;
        background-color: #000;
        width:100%;
        height:100%;
        top:0;
        left:0;
        position:fixed;
        opacity:0.5;
        cursor:pointer;
    }

    /* homevisual */
    .home-visual{
        /* height:150px; */
        
        text-align: center;
    }
    .sub-content-width{
        width: 400px;
    }
    /* about */
    .iinkai-content{
        display: block;
    }
    .iinkai-member{
        width:100%;
        padding-left: 0px;
        text-align: center;
    }
    .iinkai-img-section{
        width:100%;
        text-align: center;
    }
    .about-section{
        margin:0 auto;
    }
    @media screen and (max-width:400px){
        
        .sub-content-width{
            max-width:300px;
            
        }
    }
}

/*スポンサーページ*/
/*-----------------------------------------------*/
.sponsors{
    display:flex;
    flex-direction: row;
    flex-wrap:wrap;
    text-align: center;
    justify-content:center;
    margin:3vh 0 6vh 15%;
    font-size:0.95em;
    width:70%;
}
.sponsors p{
    margin:15px 20px 15px 20px;
    min-width:150px;
    /**white-space: nowrap;**/
}
.sponsors-name{
    color:#000;
}
.sponsors a:hover{
    color:#52ce98;
    text-decoration:none;
}
.sponsors-name span{
    white-space: nowrap;
}
.sponsors-text{
    width:70%;
    margin-left:15%;
    margin-bottom:8vh;
    text-align:center;
}
.sponsors-text h2{
    font-size:1em;
}
.sponsors-text span{
    white-space:nowrap;
}
.sponsors-subtitle{
    width:70%;
    margin-left:15%;
}
.sponsors-subtitle h2{
    font-size:1.4em;
    padding-left:5%;
}
.sponsors-subtitle hr{
    border-color:#000;
}
/*-----------------------------------------------*/

.sns-icon {
    text-decoration: none;
    width: 50px;
    height: 50px;
    margin-left: 5px;
    margin-right: 5px;
}
