@charset "UTF-8";

html {

    font-size: 62.5%;
}

body {

}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a {
    outline: none;
}

#main {
  
    position: relative;
    width: 100%;
    margin-top: 0;
}

#main * {
        font-family: "M PLUS 1p", sans-serif;     

}

p {
    margin: 0;
    padding: 0;
}

.center {
    text-align: center;
}

/*radiko*/
.radiko {
    font-size: 12px;
    height: 24px;
    width: 230px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    background-image: url(/images/radiko_icon.gif);
    background-repeat: no-repeat;
    padding-left: 100px;
    background-position: left;
    line-height: 2;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    margin-top: 5px;
    background-color: #fff;
}

.radiko a:link {
    color: #F3F;
    text-decoration: none;
    color: #ff0000;
}

.radiko a:visited {
    color: #ff0000;
    text-decoration: none;
}

.radiko a:hover {
    text-decoration: underline;
}

.radiko a:active {
    text-decoration: none;
}

.radiko_narrow {
    display: none;
}

/*clearfix*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
}

/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */
a:hover img.btn_alfa {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

#global_header {
    display: block;
}

#nav_sp {
    display: none;
}

.foot_c {
    position: relative;
    width: 100%;

}

.footer_sp {
    display: none;
}
.big{
  display:block;
}
.sml{
  display:none;
}
#header{
    position:relative;
    width:100%;

}
#header img{
    width:100%;
    position:relative;
    display:block;
}
#menu{
    position:relative;
    width:100%;
    height:100px;
    background-image:url(../images/bg_menu.jpg);
    background-repeat:repeat;
}
ul.menu_inner{
    position:relative;
    width:900px;
    margin-left:auto;
    margin-right:auto;
    display:flex;
    justify-content: space-between;
}
.contents{
    position:relative;
    width:100%;
    background-image:url(../images/bg_body.jpg);
    background-repeat:repeat;
    padding:5rem 0;
}

.contents_inner{
    position:relative;
    width:1000px;
    margin-left:auto;
    margin-right:auto;
    font-size:1.8rem;
    line-height:1.5;
    font-weight:400;
    display: grid; 
    grid-auto-flow: column; 
    /* grid-template-columns: 1.5fr 0.5fr; 
    grid-template-rows: 1fr;  */

    grid:"mainContent subContent" 1fr
         /1.5fr         0.5fr;

    gap: 1% 1%; 
    /* grid-template-areas: 
      "mainContent subContent";  */
    justify-content: space-evenly; 
}

  

  
.mainContent{
    position:relative;
    /* width:70%; */
    grid-area: mainContent;
}
.subContent{
    position:relative;
    /* width:29%; */
    grid-area: subContent;
}
ul.corner_ttl{
    font-size:3rem;
    vertical-align:middle;
    position:relative;
    display:flex;
    font-weight:bold;
    color:#513d22;
    text-align:center;
}
.ttl_icon{
    width: 4.4rem;
    padding-right:.5rem;
}
.schedule{
    position:relative;
    margin:2rem 0;
    margin-top:1rem;
    border:solid #f2e331 6px;

    background-color:#ffe100 ;

    color:#333333;
}
.schedule_inner{
    position:relative;
    display:flex;
    justify-content: space-between;
    background-color:rgba(255,255,255,.8);
    line-height:1.4;
    border-top:1px solid #755d68;
}
.schedule_inner:first-of-type{
    border-top:none;
}
.schedule_inner:nth-last-of-type(){
    border-bottom:none;
}
.yobi_inner{
    color:#5f6368;
    border-top:1px dotted #ccc;

}
.schedule_inner li {
    width:24%;
    padding:1rem 0;

}
.schedule_inner li.date{
    text-align:center;
    background-color:
    #231815 ;
    color:#fff;
    display: flex;
    align-items: center;
}
.schedule_inner li.yobi{
    background-color:#d4d1c2;
    color:#5f6368;
}
.schedule_inner li.date div{
    display: table-cell;
    vertical-align: middle;
}
.schedule_inner li:nth-last-of-type(2){
    text-align:center;
    width:30%;

}
.schedule_inner li:last-of-type{
    width:40%;
    font-size:1.4rem;
    text-align:center;
    border-left: dotted #ccc 1px;

}
.schedule_inner li ul.date_inner{
    position:relative;
    margin-left:auto;
    margin-right:auto;
}
.schedule_inner li ul.date_inner li{
    width:100%;
    padding:0;
    text-align:center;
    border-left:none;
}

ul.schedule_shosai{
    position:relative;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left:auto;
    margin-right:auto;
    font-size:1.4rem;
    width:90%;

}
ul.schedule_shosai li{
    background-color:rgba(255,255,255,0);
    padding:0;
    border-bottom:none;
    border-right:none;
}
ul.schedule_shosai li:nth-of-type(odd){
    width:40%;
    text-align:left;
    font-weight:bold;
    font-size:1.2rem;
    line-height:1.8;
}
ul.schedule_shosai li:nth-of-type(even){
    width:58%;
    text-align:left;

}
ul.schedule_shosai li:last-of-type{
    border-left:none;
}
.schedule_inner li.bangai{
    width:95%;
    text-align:center;
}
span.bangaihen {
    display: block;
    position: relative;
    padding-top: 2%;
}
.yobi_inner span.bangaihen{
    display: block;
    position: relative;
    padding-top: 0;
    padding-bottom: 1%;
}
span.yobi{
    font-size:12px;
    text-align:center;
}
.ft_date,.ft_vs,.bangaihen{
    font-size:1.8rem;
    font-weight:bold;
}
.ft_time{
    font-size:1.6rem;
}
.ft_place{
    font-size:1.4rem;
}
.ft13{
    font-size:1.3rem;
    padding-left:.2rem;
}
/* 予備 */
li.yobi + li.bangai{
    padding-top:3%;
}
/*ベース*/

/* SNS */
.twitterx{
    width:100%;
    position:relative;
    padding-bottom:1rem;

}
.twitterx p img,.youtube p img{
    width:100%;
    position:relative;
}
.twitterx:first-of-type{
    padding-top: 6.2rem;
}
.youtube{
    margin-top:3rem;
}
.sns_menu{
    display:none;
}
/* トップへ戻るボタン */
/*リンクの形状*/
#page-top a{
    display: flex;
    justify-content:center;
    align-items:center;
    background:rgba(19,160,212,.8);
    border-radius: 5px;
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    text-transform: uppercase; 
    text-decoration: none;
    font-size:2rem;
    transition:all 0.3s;
  }
  
  #page-top a:hover{
    background: rgba(14,115,187,.8);
  }
  #page-top img{
    position:relative;
    width:60%;
  }
  
  /*リンクを右下に固定*/
  #page-top {
    position: fixed;
    right: 10px;
    bottom:10px;
    z-index: 10000;
      /*はじめは非表示*/
    opacity: 0;
    transform: translateX(100px);
    
  }
  
  /*　左の動き　*/
  
  #page-top.LeftMove{
    animation: LeftAnime 0.5s forwards;
  }
  
  @keyframes LeftAnime{
    from {
      opacity: 0;
    transform: translateX(100px);
    }
    to {
      opacity: 1;
    transform: translateX(0);
    }
  }
  
  /*　右の動き　*/
  
  #page-top.RightMove{
    animation: RightAnime 0.5s forwards;
  }
  @keyframes RightAnime{
    from {
      opacity: 1;
    transform: translateX(0);
    }
    to {
      opacity: 1;
    transform: translateX(100px);
    }
  }
/*===============================================
●style.css 画面の横幅が1000pxまで
===============================================*/

@media screen and (max-width: 1000px) {
    #global_footer {
        display: none;
    }

    .footer_sp {
        display: block;
        margin-top: -30px;
    }

    #nav_sp {
        display: block;
    }

    #global_header {
        display: none;
    }

    .radiko {
        display: none;
    }

    #main {
        margin-top: 10px;
    }

    .radiko_narrow {
        display: block;
        width: 100%;
        position: relative;
    }

    .radiko_narrow a img {
        position: relative;
        width: 100%;
        height: auto;
    }

}

/*===============================================
●style.css 画面の横幅が960pxまで　タブレット
===============================================*/

@media screen and (max-width: 960px) {}

/*===============================================
●style.css 画面の横幅が520pxまで　スマホ
===============================================*/

@media screen and (max-width: 520px) {

    input,
    button,
    select,
    textarea {
        -webkit-appearance: none;
    }

    .wimg {
        width: 100%;
    }

    /* twitter埋め込みあり */
    .twitter-widget-wrapper iframe {
        width: 740px !important;
    }
    .big{
      display:none;
    }
    .sml{
      display:block;
    }
    #menu{
        height:auto;
    }
    ul.menu_inner{
        position:relative;
        width:98%;
    }
    ul.menu_inner li{
        text-align:center;
    }
    ul.menu_inner li img{
        width:90%;
    }
    .contents_inner{
        position:relative;
        width:98%;
        display:block;
        font-size:1.4rem;
    }

    .mainContent{
        position:relative;
        width:100%;
    }
    .subContent{
        positionre:relative;
        width:90%;
        margin-right:auto;
        margin-left:auto;
        margin-bottom:10rem;
    }
    .ttl_icon{
        width:2rem;
    }
    .contents_inner ul.corner_ttl{
        font-size:2rem;
    }
    .ft_date, .ft_vs, .bangaihen,.ft_time{
        font-size:1.1rem;
    }
    .ft13{
        font-size:1.1rem;
    }
    
    ul.schedule_shosai li:nth-of-type(even){
        width:33%;
    }
    ul.schedule_shosai{
        font-size:1.1rem;
        width:98%;
    }
    ul.schedule_shosai li:nth-of-type(odd){
        font-size:.8rem;
    }
    .schedule_inner li:last-of-type{
        font-size:1.1rem;
    }
    ul.schedule_shosai li:nth-of-type(odd){
        width:50%;
    }
    ul.schedule_shosai li:nth-of-type(even){
        width:50%;
    }
    .ft_place{
        font-size:1.2rem;
    }
    span.bangaihen{
        padding-top:4%;
    }
    .youtube iframe{
        height:250px;
    }
    .sns_menu{
        display:block;
    }
    .sns_menu{
        position:relative;
        display:flex;
        justify-content: space-between;
    }
}