@charset "UTF-8";
/*---------------------------------タブレット用----------------------------------*/
/*-----------------------------------------------------------------------------*/
@media screen and (max-width:900px) {
    span.br:before { content: "\A" ; white-space: pre;}
    /*--------------------------------------------------------------------------------
    　▼ mobile_header nav　
    --------------------------------------------------------------------------------*/
    #m_header {
        display: block;
        padding: 20px 0 0;
    }
    #m_header .logo { text-align: right;}
    #m_header .inner_box { position: relative;}
    #m_header #toggle_btn {
        position: absolute;
        top: 15px;
        left: 15px;
        font-size: 0;
    }
    #m_header #toggle_btn img { width: 45px !important;}
    /*--------------------------------------------------------------------------------
    　▼ 共通　
    --------------------------------------------------------------------------------*/
    .box { padding: 20px 10px;}
    .inner_box { width: 90%; padding: 10px 10px 0;}
    .anchor-point { top: -10px;}
		
		.pc-block { display: none;}
		.tab-block { display: block;}
		.sp-block { display: none;}
    
    /*--------------------------------------------------------------------------------
    　▼ header　
    --------------------------------------------------------------------------------*/
    #header,
    #fixedBox { display: none;}
    .main { padding: 30px 0 0;}
  
    /*--------------------------------------------------------------------------------
    　▼ INFORMATION TICKET
    --------------------------------------------------------------------------------*/
  .qr {
    float: none;
    text-align: center;
  }
  
  .qr img {
    padding-top: 20px;
  }
    
    /*--------------------------------------------------------------------------------
    　▼ footer
    --------------------------------------------------------------------------------*/
    #footer { padding: 20px 0;}
}
/*---------------------------------スマホ用----------------------------------*/
/*-----------------------------------------------------------------------------*/
@media screen and (max-width:640px) {
    #mobile-bar .inner img { width: auto !important; height: 100px !important;}
    #m_header .main { padding: 30px 0 0;}
    .box_title.pt30 { padding-top: 0 !important;}
    .in_box { padding: 20px 0 0;}
    table,
    table tbody,
    table tr { display: block; width: 100%;}
    table tr th {
        display: block;
        width: 100%;
        padding: 10px 0 0;
        border-bottom: none;
        font-weight: bold;
    }
    table tr td {
        display: block;
        padding: 5px 0 10px;
        width: 100%;
    }
    table tr td a { display: block; word-break:break-all;}
		
		.pc-block { display: none;}
		.tab-block { display: none;}
		.sp-block { display: block;}

    
		
    ul.ul03 li {
        display: block;
        width: 100%;
        padding-bottom: 25px;
    }

    ul.ul03 li:nth-child(odd),
    ul.ul03 li:nth-child(even) { padding: 0;}
    .name span.blue { position: static;}
  
    #program { padding: 30px 0;}

    #program .fl,
    #program .fr {
        float: none;
        width: 100%;
        padding: 30px;
        display: block;
    }
    #program .fr { margin-top: 20px;}
    #program .fl img,
    #program .fr img { width: 100%;}
    .photo { width: 80%; margin: 0 auto;}

    .event_info {
      width: 100%;
      margin: 0 auto 60px;
    }

    /*--------------------------------------------------------------------------------
    　▼ フォーム
    --------------------------------------------------------------------------------*/
    form {
        margin: 0 auto;
        width: 300px;
        padding: 1em;
        text-align: center;
    }

    form table tr {
    }

    form table tr th,td {
      width:100%;
      display:block;
    }

    input, textarea {
      width:100%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #999;
    }

    textarea {
        vertical-align: top;
        resize: vertical;
    }

    .button button {
        margin-left: 0px;
        font-size: 16px;
        width: 200px;
        height: 40px;
        background-color: #FF9900;
        color: #fff;
        border-radius: 0.5em;
        text-align: center;
    }
  
    /*--------------------------------------------------------------------------------
    　▼ GOODS
    --------------------------------------------------------------------------------*/
    ul.ul01 { padding: 40px 0 0;}
    ul.ul01 li {
        display: block;
        width: 100%;
        margin: 0 0 30px;
    }
    ul.ul01 li .img_box img { width: 100%;}
    ul.ul01 li .img_box { width: 80%; margin: 0 auto; padding-top: 80%;}
    ul.ul01 li:nth-child(3n - 1) { margin: 0 0 30px;}
  
  
  
    .qr-l {
      float: none;
      width: 100%;
      padding-right: 0;
      padding-bottom: 40px;
    }
    .qr-r{
      float: none;
      width: 100%;
      text-align: center;
    }
  
  
  
  
}
