@charset "UTF-8";
/**************************************************************
　tablet & smartphone
**************************************************************/


@media (max-width: 767px) {
    
.pconly{display:none;}
.sponly{display:block;}
    
    body {
        min-width: 320px;
        background-size: 300%
    }
    
    #wrap{
        max-width: 767px;
    }
    
    /* menu */
    .menu-btn{
        top:10px;
        left: 2px;
        width: 60px;
    }
    .menu-btn span:after{
        content: url(../img/btn_menu_sp.png);
    }
    .open .menu-btn span:after {
    content: url(../img/btn_close_sp.png);
}
   
.menu li a::after {
  position: inherit;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height:0;
  background-color: none;
  transition:0;
}
    .menu li a:hover::after {
  width:0;
}
    
    
/* CONTENTS
***************************/
    
    
    .inner{width:98%;
    padding: 0 1%;}
    
    #key_visual {
    padding-top: 40px;
    padding-bottom: 16px;
    }
    
    #key_visual img{
        max-width: 90%;
        height: auto
    }
    
    /* title 関連*/
    h2 img{
        height: 30px;
        width: auto;
    }
    h3{
        font-size:20px;
    }

    h4 {
    line-height: 2.0;
    padding-left: 1%;}
    
    /** NEWS **/
    dl{
        width: 96%;
    }
    
    #news dd{
        width: 100%;
    }
    
    
    /** schedule**/
    .box{
        width: 96%;
        margin: 0 auto;
        float: none;
        background-color: #FFF;
        margin-top: 24px
    }
    .box::after {
	visibility:hidden;
	height:0;
	display:block;
	font-size:0;
	content:" ";
        clear:both;}
    .box h3{}
    .box h3 img{
        width: 95%;
        height: auto;
    }
    .box:first-child{margin-top: 0;}
    .box dl{
        display:inline-block;
        width: 47%;
        padding: 4% 0 1% 3%;
        min-height: 660px;
    }
    .box dt {
        font-size: 11px;}
    .box dd {
        font-size: 16px;
    line-height: 1.8;}
    .box dd span {
    font-size: 12px;
}
    #schedule h4 img{
        width: 96%;
    }
    
    /** ticket **/
    
    .boxL{
        width: 92%;
        margin: 0 auto;
        padding: 7% 2%;
    }
    

    .column {
        margin: 16px auto;
        height: auto;
    min-height: 100px;
    width: 96%;
    display: block;
    float: none;}
    
     .column:first-child {
    margin-right: auto;
}
    .title {
        line-height: 1.5;
        font-size: 13px;
    }
    
    ul.attention {
    list-style-position: outside;
        margin-left: 19px;}
    
    /** POPUP **/
    .popup{
        overflow-y:inherit;
    }
    .popup .inner{
        padding: 2%;
        width: 96%;
            height: 96vh;
    }
    
    .close_btn img{
        width: 28px;
        height: auto;
    }
    
    
    /** Goods **/
    
    .goods_box img{
        max-width:46%;
        height: auto;
    }
    
    .g_tit ul { display: flex;justify-content: center;align-items: stretch; }
    






    /** TOTOP  **/
    #page-top {
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 1;
    cursor: pointer;
    text-decoration: none;
}
    
    /*************************/
    
    footer{
        height: auto;
        padding-bottom: 32px;
    }


}

/* **** 5 SE
********************************************/
@media (max-width: 320px) {
    .box dd {
        font-size: 14px;}
    .box dd span {
    font-size: 10px;
}
      .title {
        font-size: 12px;
    }
    
}