@charset "utf-8";


/*///////////////////////////////
	フォント
///////////////////////////////*/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');


/*///////////////////////////////
	共通パーツ
///////////////////////////////*/
body {	margin:0px;
	padding:0px;
	background-color: #927850;
	color:#000;
    font-family: 'Noto Sans JP', sans-serif;
    background-image: url("/ocvs/OPCAB/common/img/back_pc.jpg");
    background-size:100% auto;
    background-repeat:no-repeat;
}

.inner { 
    display:block; 
    margin:0 154px;
}

img{
    width: 100%;
    height: auto;
}

a {
    display: block;
    text-decoration: none;
    color: #000;
}

p {
    font-weight: 400;
}

ul{
    list-style-type: none;
}

h3 {
    margin: 0;
}

section{
    margin-top: 7%;
    background-color: rgba(255,255,255,0.9);
    padding: 30px 60px 50px;
    border-radius: 12.5px;
}

section h1{
    color: #907655;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    border-left: #907655 5px solid;
    padding-left: 10px;
}

.spBr{
    display: none;
}


/*///////////////////////////////
	header
///////////////////////////////*/

header .header_logo{
    width: 45%;
    height: auto;
    padding-top: 10px;
    padding-left: 5px;
}




/*///////////////////////////////
	main
///////////////////////////////*/

/*** mv ***/
.mv{
    padding:0 50px;
    margin-top: 12%;
}


/*** nav ***/
nav{
    margin:0 auto;
    max-width:1000px;
    padding:0 194px;
    margin-top: 10%;
}

nav .navIn{
    display: flex;
    padding-left: 0;
    flex-wrap: wrap;
    justify-content: center;
}

nav .navIn div{
    cursor:pointer;
    background-color: #000;
    color: #fff;
    font-size: 120%;
    text-align:  center; 
    width: 25%;
    height: 10%;
    word-break: break-all;
    margin-top: 10px;
    margin-bottom: 10px;
    align-items: center;
}

nav .navIn .longFont{
    flex-basis: 56%;
}

nav a{
    color: #fff;
}

nav .navIn div {
    margin-right: 6%;
}

nav .navIn .rightNav{
    margin-right: 0;
}

nav .navIn div:hover{
    background-color: #fff;
    color: #000;
}

nav .navIn div:hover .navA{
    color: #000;
}

nav .navIn .dummyButtom{
    background-color: #545454;
    color: #BCBCBC;
}

nav .navIn .dummyButtom:hover{
    background-color: #545454;
    color: #BCBCBC;
}

/* 背景が下から出現＋テキスト */

.dummyButtom{
    position:relative;/*テキストの基点となる位置を定義*/
}

.dummyButtom span.mask{
    position:relative;/*背景色の基点となる位置を定義*/
    display: block;
    overflow: hidden;/*拡大してはみ出る要素を隠す*/
}

.dummyButtom span.mask::before{
    content:"";
    position: absolute;
    z-index: 2;
    left:0;
    top:0;
    opacity:0;/*透過0*/
    transition: .3s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
    transform: translateY(100%);
    background:#fff;/*背景色*/
    width:100%;
    height: 100%; 
}

.dummyButtom:hover span.mask::before{/*hoverした時の変化*/
    opacity:1;/*透過なしに変化*/
    transform: translateY(0);
}

.dummyButtom span.cap{/*画像の上のテキスト*/
    position: absolute;
    opacity:0;/*透過0*/
    transition: .5s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
    z-index:3;/*テキストを前面に出す*/
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);/*テキストの位置中央指定*/
    color: #000;/*テキストの色を変えたい場合はここを修正*/
    line-height: 1.5;/*行の高さを1.5にする*/
    width: 100%;
}

.dummyButtom:hover span.cap{/*hoverした時の変化*/
    opacity:1;/*透過なしに変化*/
}


/*** news ***/
#news{ 
    margin-top: 10%;
}

.newsIn {
	margin-top: 5px;
    width: 100%;
    border: #927850 1px solid;
    height: 100px;
}

.scrollBox{
    overflow-y: scroll;
    direction: rtl;
    height: 77px;/*スクロールの高さ*/
    margin-left: 10px;
    margin-top: 10px;
}

.scrollBox::-webkit-scrollbar{
    width: 5px;
    padding-left: 100px;
}

.scrollBox::-webkit-scrollbar-thumb{
    background-color: #927850;
    border-radius: 4px;
}

.scrollBox dl{
    display: flex;
    flex-wrap: wrap;
    direction: ltr;
    margin-left: 20px;
    margin-top: 1px;
    margin-bottom: 12px;
    font-size: 105%;
}

.scrollBox dt{
    letter-spacing: 0.15em;
    width: 15%;
}

.scrollBox dd{
    width:70%;
    margin-inline-start: 0;
    padding-left:40px;
}




/*** salutation ***/
#salutation{
    line-height: 1.5em;
}

#salutation p{
    margin-top: 55px;
    margin-bottom: 4px;
}

.leftSalutation{
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.leftSalutation div{
    width:13%;
}

.leftSalutation p{
    margin: 0;
    padding-right: 37px;
    line-height: 1.7em;
}

.leftSalutation p span{
    font-size: 120%;
    margin-top: 5px;
    line-height: 1.7em;
}


/*** registration ***/
h2{
    font-size: 120%;
    font-weight:500;
}

.border_in{
    border: solid 1px #907655;
    padding:0 20px;
    padding-bottom: 20px;
}

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

.registration_second{
    border-top:solid 1px #907655;
}

.registration_second p{
    margin-bottom: 0;
}

.registration_flex{
    display: flex;
}

.flex_right{
    padding-left: 10px;
}

.flex_right p{
    font-weight: 500;
}

.redfont{
    color: #F15A24;
}


/*** overview ***/

#overview table,
#overview tr,
#overview td{
    border: 1px solid #907655;
    border-collapse: collapse;
}

#overview table{
    width: 100%;
}

#overview tr{
    
}

#overview .tableLeft{
    width: 20%;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
}

#overview .tableRight{
    padding: 20px 0;
    padding-left: 20px;
}

#overview .tableNot{
    display: none;
}


/*** session ***/
#session table,
#session tr,
#session td{
    border: 1px solid #907655;
    border-collapse: collapse;
}

#session table{
    width: 100%;
}

#session tr{
    
}

#session .tableLeft{
    width: 20%;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
}

#session .tableRight{
    padding: 20px 0;
    padding-left: 20px;
}

#session .tableNot{
    display: none;
}

.formButton{
    color: #fff;
    background: #907655;
    text-align: center;
    padding: 10px 20px;
    margin: auto;
    width: 50%;
    font-size: 120%;
    margin-top: 13px;
    margin-bottom: 13px;
}

.formButton a{
    color: #fff;
}

.formButton:hover{
    background-color: #000;
}


.attention{
    font-size: 70%;
}

/*** poster ***/
.poster table {
    border-collapse: collapse;
    border: solid 1px #907655;/*表全体を線で囲う*/
}
.poster table th,.poster table td {
    border: solid 1px #907655;
    padding:5px 20px;
}

.poster table th{
    font-weight: 400;
}

.poster .border_in div div {
    width:60%;
    margin:auto;
    padding-top: 20px;
}

.poster .border_in div {
    margin-top: 40px;
}

.poster .border_in div:first-child {
    margin-top:10px;
}

.border_in p{
    line-height: 2em;
}

.performer .border_in{
    margin: 20px 0;
}

.performer .small_p{
    font-size: 80%;
}

.border_in p{
    margin-bottom: 2px;
    margin-top: 2px;
    margin-left: 1em;
}

.pc_br{
        display:block;
    }
@media (max-width: 820px) {
    .border_in p{
        margin-bottom: 3px;
    }  
    .registration_first {
        margin: 5px;
    }
    
    .registration_second {
        padding-top: 5px;
    }
    
    .border_in {
        border: solid 1px #907655;
        padding: 10px 20px;
    }
    
    .performer h2{
        margin-top: 5px;
    }
    
    .performer .small_p {
        font-size: 60%;
        margin-bottom: 8px;
    }
    
    .poster table {
        font-size: 70%;
        width: 100%;
        text-align: center;
    }
    
    .poster table th, .poster table td {
        border: solid 1px #907655;
        padding: 1px 5px;
    }

    h2{
        font-size: 90%;
    }
    
    .pc_br{
        display: none;
    }

}




/*** overview ***/

.rinkIn{
    font-size: 115%;
    max-width: 490px;
    margin: 0 auto;
    text-align: center;
}

.txt{
    cursor:pointer;
    text-align: left;
}

.txt:hover{
    text-decoration: underline;
}



/*///////////////////////////////
	footer
///////////////////////////////*/
footer{
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 80%;
    margin-top: 6%;
    padding: 20px 0;
    line-height: 1.6em;
}

footer p{
    margin: 0;
}




/* --------------------------------------------
レスポンシブ
--------------------------------------------*/

@media (max-width: 940px) {
    
    nav .navIn .longFont {
        font-size: 90%;
        padding: 4px 0;
    }
    
    .scrollBox dl {
        margin-left: 15px;
    }
    
    
}



@media (max-width: 820px) {
    
    /*///////////////////////////////
	   共通パーツ
    ///////////////////////////////*/
    
    body {
        background-image: url("/ocvs/OPCAB/common/img/back_sp.jpg");
    }

    .inner { 
        display:block; 
        margin:0 12px;
    }
    
    p{
        font-size: 65%;
    }
    
     section{
        padding: 12px 18px 30px;
    }
    
    section h1 {
        font-size: 95%;
    }
    
    .spBr{
        display: block;
    }


    /*///////////////////////////////
	    header
    ///////////////////////////////*/

    header .header_logo {
        height: auto;
        padding-top: 12px;
        text-align: center;
        width: 95%;
    }
    
    header .header_logo img{
        width: 80%;
        display: block;
        margin: auto;
    }
    

    
    /*///////////////////////////////
        main
    ///////////////////////////////*/
    
    /*** nav ***/
    
    .mv {
        padding: 0 15px;
        margin-top: 13%;
    }
    
    /*** nav ***/
    nav{
        margin:0 auto;
        padding: 0;
        margin-top: 20px;
    }

    nav .navIn div{
        font-size: 100%;
        width: 40%;
        height: 12%;
        word-break: break-all;
        border: 1px solid #fff;
    }
    
    nav .navIn div:nth-child(2n) {
      margin-right: 0;
    }
    
    nav .navIn div,
    nav .navIn .rinkBox{
        margin-right: 3% !important;
    }
    
    nav .navIn .longFont{
        padding: 0.5% 8%;
        font-size: 89%;
        margin:10px 0;
        flex-basis: 67.5%;
    }
    
    nav .navIn .rightNav{
        margin-right: 3%;
    }
    
    nav .navIn .dummyBox{
        margin-right: 0;
        border: none;
        background: transparent；
    }
    
    nav .navIn div:hover{
        background-color: #000;
        color: #fff;
    }
    
    .dummyButtom:hover span.mask::before{/*hoverした時の変化*/
        transform: translateY(100%);
    }
    
    nav .navIn .posterFont{
        font-size: 80%;
        height: 23px;
        vertical-align: middle;
    }
    
    /*** news ***/
    
    .newsIn {
        height: 70px;
    }
    
    .scrollBox {
        height: 43px;
    }
    
    .scrollBox dl {
        margin-left: 11px;
        margin-top: 3px;
        margin-bottom: 12px;
        font-size: 65%;
    }
    
    .scrollBox dd {
        padding-left: 10px
    }
    
    .scrollBox dt {
        width: 21%;
    }
    
     /*** salutation ***/
    
    #salutation p {
        margin-top: 18px;
        line-height: 1.6em;
    }
    
    .leftSalutation p {
        padding-right: 17px;
    }
    
    .leftSalutation div {
        width: 19%;
    }

    
    /*** overview ***/
    
    #overview table {
        font-size: 60%;
    }
    
    #overview .tableRight {
        padding: 15px 0;
        padding-left: 5px;
        padding-right: 2px;
    }
    
    .tableLong{
        display: none;
    }
    
    #overview .tableNot{
        display: block;
        text-align: center;
        margin-top: 13px;
    }
    
    .tableNot .tableNotLast{
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .tableNot .tableNotName{
        margin-bottom: 3px;
    }
    
    
    /*** session ***/
    
    #session table {
        font-size: 60%;
    }
    
    #session .tableRight {
        padding: 15px 0;
        padding-left: 5px;
        padding-right: 2px;
    }
    
    .tableLong{
        display: none;
    }
    
    #session .tableNot{
        display: block;
        text-align: center;
        margin-top: 13px;
    }
    
    .tableNot .tableNotLast{
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .tableNot .tableNotName{
        margin-bottom: 3px;
    }
    
    
    /*** vanue ***/
    #vanue{
        padding-bottom: 10px;
    }
    
    .mapFhoto iframe{
        height: 200px;
    }
    
    .mapBun{
        text-align: center;
    }
    


    
    
    /*** rink ***/
    
    .rinkIn{
        text-align: left;
        margin: 0;
    }
    
    .txt{
        display: inline-block;
    }
    
    .txt:hover{
        text-decoration: none;
    }
    
    .underline{
        border-bottom: 1px solid #000;
        padding: 12px 0;
        margin: 0;
    }
    
    
    
    
    /*///////////////////////////////
        footer
    ///////////////////////////////*/
    
    footer p{
        font-size:20%;
        padding: 0 28px;
    }
    
    
}





