@charset "UTF-8";
/* CSS Document */

html,
html * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

/*ホームページ全体のデザイン*/
body{
    margin-left: auto;
    margin-right: auto;
    min-width: 350px;
    background-color: #d3d3d3;
}

/*ヘッダー*/
.header{
    padding-top: 5px;
    color: #d3dede;
}

/*画像*/
img{
    width: 100%;
}

/*ロゴスタイル*/
.col-head{
    margin: auto;
    padding-top: 10px;
    width: 70px;
    height: 100px;
}
    
.style_nav ul li a{
    font-size: 8px;
    text-decoration: none;
    color: #6c272b;
    text-align: center;
    display: block;
    padding: 10px 3px;
}
    
ul{
    list-style: none;
    display: flex;
    justify-content: space-between;
}

li{
    width: calc(100%/5);
    border-top: 1px solid #6c272d;
    border-bottom: 1px solid #6c272d;
}

hr{
    height: 1px;
    background-color: #6c272d;
    border: none;
}

.style_nav img{
    width: 30px;
}

.menu-box{
    border-left: 1.5px dashed #27272719;
    font-size: 8px;
    text-decoration: none;
    color: #6c272d;
    text-align: center;
    display: block;
    padding: 10px 3px;
    cursor: pointer;
    overflow: auto;
    background-color: #27272719;
}
/*8*/
#btn-u:hover{
    background-color:#27272719;
    border-radius: 10px;
}
/*9*/
#btn-u2:hover{
    background-color:#6c272d4e;
    border-radius: 10px;
}
/*10*/
#open:hover{
    background-color:#6c272d4e;
}

#overlay {
    /* viewpointを相対位置にし、全画面表示にする */
    width: 100%;
    height: 120%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);  /* 背景を半透明にする */
    display: none;  /* HTML要素を非表示にする */
    z-index: 1;  /* 「メインのHTML要素」よりもスタックレベルを高くする */
    overflow: auto;
   }
  
  /*12，13，14*/
  #modalWindow {
        width: 350px;
        height: 90%;
        position: fixed; 
        border: 1px solid #d3d3d3;
      border-radius: 10px;
        background-color:  #d3d3d3;
        display: none; 
        color: #6c272d;
      overflow: scroll;
        z-index: 2;
  }

#modal-btn img {
    width: 30px;
    margin: 0px 10px 0px 10px;
    vertical-align: middle;
}

/*モーダルウィンドウ内のボタン*/
#modal-btn{
    display: block;
    border:1px #6c272d solid;
    background-color:#d3d3d3;
    width: 90%;
    padding: 10px 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    border-radius: 10px;
    color: #6c272d;
    vertical-align: middle;
    cursor: pointer;
}
/*18*/
#modal-btn:hover{
    background-color: #6c272d4e;
}
/*19?*/
.modal-a{
    font-size: 14px;
    text-decoration: none;
    color: #e8520d;
}


#modal-ticket img {
    width: 30px;
    margin: 0px 10px 0px 10px;
    vertical-align: middle;
}

/*モーダルウィンドウ内のボタン*/
/*20,21,22*/
#modal-ticket{
    display: block;
    border: 1px #6c272d solid;
    background-color: #d3d3d3;
    width: 90%;
    padding: 10px 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    border-radius: 10px;
    color: #6c272d;
    vertical-align: middle;
    cursor: pointer;
}
/*23*/
#modal-ticket:hover{
    background-color:#6c272d4e;
}
/*24*/
#modal-ticket a{
    font-size: 14px;
    text-decoration: none;
    color: #e3621c;
    line-height: 50px;
}

/*モーダルウィンドウ内のボタン*/
#close-btn{
    display: block;
    border: 1.5px #6c272d solid;
    background-color: #d3d3d3;
    width: 90%;
    padding: 10px 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    border-radius: 10px;
    color: #6c272d;
    vertical-align: middle;
    font-size: 14px;
    text-decoration: none;
}
/*28*/
#close-btn:hover{
    background-color: #6c272d4e;
}

.modal-head p{
    font-size: 10px;
}

.modal-head{
    margin-left: 30px;
}

.modal-head h2{
    text-align: left;
}

.btn-close{
    border: 1px #6c272d solid;
    background-color: #d3d3d3;
    padding: 2px 8px;
    margin: 5px 5px;
    text-align: center;
    border-radius: 15px;
    color: #6c272d;
    text-decoration: none;
    float: right;
}

.btn-close:hover{
    background-color:#6c272d4e;
}


h2{
    font-size: 20px;
    text-align: center;
}

.section-head p{
    font-size: 10px;
    text-align: center;
}

/*news*/
.news{
    padding: 20px;
    color: #6c272d;
    font-size: 10px;
}

.news img{
    width: 96px;
    height: 54px;
    float: left;
    border-radius: 10px;
}

.news a{
    text-decoration: none;
    color: #6c272d;
}

.btn-news:hover{
    color: #6c272d;
}

.col{
    width: 100%;
    padding: 10px;
}

.col-news-text{
    height: 54px;
    padding-left: 120px;
}

.date{
    color: #6c272d;
}

/*introduction*/
.introduction{
    color: #6c272d;
    padding: 20px;
}

.intro-text{
    font-size: 15px;
    text-align: center;
}

/*program*/
.program{
    color: #6c272d;
    padding: 20px;
}

.program-text{
    font-size: 12px;
    text-align: center;
}

/*caststaff*/
.caststaff{
    color: #1330bd;
    padding: 20px;
}

.caststaff-text{
    font-size: 12px;
    text-align: center;
}

/*movie*/
.movie{
    color: #aa0707;
    padding: 20px;
}

.movie-text{
    font-size: 15px;
    text-align: center;
}

/*フッター*/
.footer_text{
    padding: 20px;
    background-color:  #6c272d4e;
    color: #6c272d;
    font-size: 11px;
    text-align: center;
}

.col-foot{
    width: 100%;
    clear: both;
}

.col-intro{
    background-color:#27272719;
    border: 1.8px#27272719 solid;
    border-radius: 10px;
    margin: 30px;
    padding: 20px;
    font-size: 12px;
    margin-right: auto;
    margin-left: auto;
}

h3{
    font-size: 16px;
}

.row{
    width: 100%;
}

.imgBira{
    width: 100%;
    margin: auto;
}

.introduction a{
    color: #6c272d;
}

.button{
    border: 1.5px #6c272d solid;
    background-color:#27272719;
    margin-left: 20px;
    padding: 8px 50px;
    border-radius: 10px;
    color: #6c272d;
    text-decoration: none;
}

.button:hover{
    background-color: #6c272d4e;
}

iframe{
    width: 100%;
}

.pamphlet-image{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.pamphlet-image a:hover{
    text-decoration: none;
}

/*タブレット用*/
@media (min-width: 768px){
    
    .col-head{
        float: left;
        margin: 10px 50px;
    }
    
    li{
        width: 200px;
        float: right;
        border-top: none;
        border-bottom: none;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .menu-box{
        border-left: none;
    }
    
    .modal-head{
        float: left;
        margin-bottom: 25px;
    }
    
    h3{
        text-align: center;
        font-size: 18px;
    }
    
    .target_title{
        text-align: center;
    }
    
    .col-md-news{
        width: 33%;
        padding: 30px;
        float: left;
    }
    
    .col-md-news img{
        width: 100%;
        height: 100%;
        padding: 10px;
    }
    
    .col-news-text{
        height: auto;
        padding-left: 0px;
        font-size: 16px;
    }
    
    .date{
        margin-top: 30px;
        font-size: 12px;
    }
    
    .section-head{
        text-align: center;
    }
    
    .program-text{
        font-size: 15px;
    }
    
    .caststaff-text{
        font-size: 15px;
        padding-left: 0px;
        text-align: center;
    }
    
    .imgBira{
        width: 40%;
    }
    
    .col-intro{
        font-size: 16px;
        padding: 20px 60px;
    }
    
    .pamphlet-image{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    }
}

.border{
    border: solid 1.5px #6c272d;
}

/*デスクトップ用*/
@media (min-width: 1024px){
    
    .style_nav ul li a{
        padding: 10px 30px;
        font-size: 16px;
    }
    
    ul{
        width: 800px;
        float: right;
    }
    section{
        margin-top: 140px;
    }
    
    .menu-box{
        padding: 10px 30px;
        font-size: 16px;
    }
    
    .pamphlet-image{
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    }
    
}
