@charset "UTF-8";
/* CSS Document */

/* ページ全体の設定 */
body {
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    margin: 0;
    background-color: #FFE102;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}


/* ヘッダー */
header {
    background-color: #fff;
    margin:0;
    padding: 0;
    text-align:center;
}
.headerlogo {
    width :250px;
    height:auto;
}

/* メインコンテンツ　ブロック設定　*/
div {
    padding: 20px 15px;
}

article {
    background-color: #fff;
    padding: 20px 20px;
}

h2 {
    margin-top: -70px;
    padding: 20px 20px 20px 20px;
    font-size: 16px;
    color: #fff;
}

h3.gala {
    background-color: #EB75A8;
    margin: -20px;
    padding: 20px;
    font-size: 16px;
    color: #fff;
}
h3.organ {
    background-color: #48A2DB;
    margin: -20px;
    padding: 20px;
    font-size: 16px;
    color: #fff;
}
h3.gallery {
    background-color: #45B035;
    margin: -20px;
    padding: 20px;
    font-size: 16px;
    color: #fff;
}
h3.event {
    background-color: #EC6825;
    margin: -20px;
    padding: 20px;
    font-size: 16px;
    color: #fff;
}
.subtitle{
    font-size: 14px;
}
h4 {
    margin: 20px 0px 20px 0px;
    padding: 20px 0px 20px 0px;
    font-size:16px;
}
span.eh4 {
    font-size:12px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}
.servicesh6{
    font-size: 16px;
}

p {
    line-height: 2;
    font-size: 13px;
}

.date {
    font-size:12px;
    font-weight: normal;
}
.time {
    font-size:12px;
    font-weight: normal; 
}
.place {
    font-size:12px;
    font-weight: normal;
}
.seat{
    font-size:12px;
    font-weight: normal;  
}
.contacts{
    font-size: 11px;
}

/* covid-19 Alert */
.notice{
    margin: 0;
    padding: 0 20px 20px 20px;
    background-color: #fff;
}
div.covid19alert{
    margin: 20 20 20 20px;
    padding: 20px 20px 20px 20px;
    border-style: solid;
    border-color: #f00;
    border-width:6px;
    border-radius: 20px;
    background-color:#fdeef1;
}

h1.covid19alerth1{
    text-align: center;
    color:#f00;
}

h3.covid19alerth3{
    padding-top: 24px;
    text-align: left;
}
.covid19alerta{
    color:#172a88;
}

/* テーブル */
table {
    width: 100%;
    font-size:12px;
    
}
th, td{
    border: solid 1px #ccc;
    padding: 10px;
}
td.text-right{
    text-align:right;
}

/* ラベル */
ul.label{
    list-style-type: none;
    padding:0;
    display:flex;
    font-size: 10.5px;
    font-weight:bold;
    color:#fff;
}
.age0{
    margin: 0px 10px 0px 10px;
    padding: 2px 4px 2px 4px;
    border-radius: 4px;
    background-color: #EB75A8;
    font-weight:bold;
    color: #fff;
}
.age {
    margin: 0px 10px 0px 10px;
    padding: 2px 4px 2px 4px;
    border-radius: 4px;
    background-color: #E87206;
    font-weight:bold;
    color:#fff;
}
.charge {
    margin: 0px 10px 0px 10px;
    padding: 2px 4px 2px 4px;
    border-radius: 4px;
    background-color: #E52470;
    color: #fff;
}
.reservation {
    margin: 0px 10px 0px 10px;
    padding: 2px 4px 2px 4px;
    border-radius: 4px;
    background-color: #f00;
    color: #fff;
    font-size: 11px;
    font-weight:bold;
}
.apply{
    margin: 0px 10px 0px 10px;
    padding: 2px 4px 2px 4px;
    border-radius: 4px;
    background-color: #009E00;
    color: #fff;
    font-size: 9px;
    font-weight:bold;
}
.free{
    margin: 0px 10px 0px 10px;
    padding: 2px 4px 2px 4px;
    border-radius: 4px;
    background-color: #227713;
    color: #fff;
    font-size: 9px;
    font-weight:bold;
}.reception{
    margin: 0px 10px 0px 10px;
    padding: 2px 4px 2px 4px;
    border-radius: 4px;
    background-color: #5D2C6E;
    color: #fff;
    font-size: 9px;
    font-weight:bold;
}
/* 画像　*/
img {
    width: 100%;
    height :auto;
}
img.pc-size{
    display: none;
}

figure {
    margin: 0px;
}
div.cast-img-text{
    align-items: center;
    text-align: center;
}
.role{
    font-size: 12px;
}
.neme{
    font-size:14px;
    font-weight:bold;
}
/*　リンク　*/
a {
    color:inherit;
    text-decoration: none;
}
a:hover {
    opacity: 0.7;
}

/* ナビゲーションメニュー */
ul.navi {
    list-style-type: none;
    padding: 0 0 0 12px;
    margin-top: 0;
    color: #666;
    font-size:11px;
    display:flex;
    justify-content: center;
}

ul.navi li:not(:last-child){
    margin-right: 20px;
}

/* 目次ボタン */
section.tableofcontents{
    padding: 0px 15px 0px 15px;
    
}
.tableofcontents ul{
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    
}
.tableofcontents ul li.gala-btn{
    margin-bottom: 6px;
    padding: 4px;
    background-color:#EB75A8;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-weight:bold;
    font-size: 12px;
}
.tableofcontents ul li.organ-btn{
    margin-bottom: 6px;
    padding: 4px;
    background-color:#48A2DB;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-weight:bold;
    font-size: 12px;
}
.tableofcontents ul li.gallery-btn{
    margin-bottom: 6px;
    padding: 4px;
    background-color:#45B035;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-weight:bold;
    font-size: 12px;
}
.tableofcontents ul li.event-btn{
    margin-bottom: 4px;
    padding: 4px;
    background-color:#EC6825;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-weight:bold;
    font-size: 12px;
}


/* div 囲み記事 */
div.well {
    margin: 20px 0px 20px 0px;
    padding:4px 15px 4px 15px;
    background-color: #eee;
    border-radius: 10px;
    font-size: 12px;
}
div.well p{
    font-size: 11px;
}
ul.eventwell{
    
}

/* ヘッダー余白調整 */
header div.container{
    margin: 0 0 0 0;
    padding: 4px;
    width: 100%;
}


/* フッター　*/
footer{
    background-color: #FFF096;
}
footer div.container{
    margin: 0px 15px 0px 15px; 
}
footer p{
    font-size: 12px;
}
img.magculmark{
    width:30%;
}


/* ==== PC版 ==== */
@media (min-width: 600px) {

/* PC版：コンテナ */
.container{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* PC版：ナビゲーションメニュー */
ul.navi{
    padding: 10px;
    font-size:14px;
    }    
/* PC版：目次ボタン */
section.tableofcontents{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    } 
.tableofcontents ul{
    flex-direction: row;
    justify-content: space-between;
    }
.tableofcontents ul li.gala-btn{
    padding: 6px;
    font-size: 14px;
    }    
.tableofcontents ul li.organ-btn{
    padding: 6px;
    font-size: 14px;
    }
.tableofcontents ul li.gallery-btn{
    padding: 6px;
    font-size: 14px;
    }
.tableofcontents ul li.event-btn{
    padding: 6px;
    font-size: 14px;
    }    
/* PC版：記事 */
   
h1{
    font-size: 40px;
    }
h2{
    font-size: 36px;
    text-align:center;
    }
h3.gala{
     font-size: 24px;   
    }
h3.organ{
     font-size: 24px;   
    }
h3.gallery{
    font-size: 24px;
    }
h3.event{
    font-size: 24px;
    }
h4{
    font-size: 20px;    
    }
h5{
     font-size: 18px;   
    }
h6{
     font-size: 16px;   
    }    
p{
    font-size: 18px;    
    }
p.date{
     font-size: 16px;   
    }
p.time{
     font-size: 16px;   
    }
p.place{
    font-size: 16px;    
    }
p.seat{
     font-size: 16px;   
    }    
div.cast{
    display: flex;    
    }    
/* PC版：画像 */
img.mobile-size{
       display: none; 
    }    
img.pc-size{
        display:block;
    }
img.servicesmark{
      width:250px;  
    }    
/* PC版：ヘッダー ブロック内コンテンツ */
header .container {
    display:flex;
    justify-content: space-between;
    }    
}

/* PC版：フッター */
img.magculmark {
    width:75px;
}

/* ==== PC版の設定　ここまで ==== */


/* ==== PC版大 ==== */
@media (min-width: 1025px){
    
    /* PC版大：コンテナ */
    .container {
        max-width: 1602px;
    }
    /* PC版大：ヘッダー ブロック内コンテンツ */
    section.top-post {
        display: flex;
    }
}


/* ==== PC版大の設定　ここまで ==== */