@charset "UTF-8";


/*タイトル文字 for PC*/
.tit {
	font-size: 1.3em;
    font-weight: bold;
    text-align: center;
}
.ly_tit {
    padding: 8px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    background: #2196de;
    width: 88%
}

/*タイトル文字 for SP*/
@media screen and (max-width: 767px) {
 .tit {
	font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}
.ly_tit {
    padding: 7px 3px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 25px;
    background: #2196de;
    width: 95%
}
}


/*チケット料金表 for PC*/
#ticket .table-t {
	table-layout: fixed; 
	border-collapse: collapse;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
	width: 90%;
}

#ticket .ly_td0{
	padding: 12px;
	border-bottom: 1px dotted #a59a7f;
    width: 50%;
}
#ticket .ly_td1{
	padding: 12px;
	border-bottom: 1px dotted #a59a7f;
    width: 25%;
}
#ticket .ly_td2{
	padding: 12px;
	border-bottom: 1px dotted #a59a7f;
    width: 25%;
}

#ticket .txbold {
	font-size:1.3em;
    line-height:1.1em; 
    font-weight: bold;
}

#ticket .ly_price {
	text-align: right;
	white-space:nowrap;
}

.price {
	font-size:1.4em;
    line-height:1.1em; 
    font-weight: bold;
    font-family: "ヒラギノ明朝 Pro W3" ,"MS P明朝" ,平成明朝,serif;
}

#ticket .status{
	font-size:0.9em;
    line-height:1.1em; 
    font-weight: bold;
    text-align: center;
}
#ticket .ly_abit{
	color:red;
    padding: 5px;
    background: #fee192;
	border: 1px solid red;
}
#ticket .ly_tk-end{
	color:#888;
    padding: 5px;
    background: #eee;
	border: 1px solid #888;
}
#ticket .ly_tk-sale{
	color:#2873bf;
    padding: 5px;
    background: #c7dff1;
	border: 1px solid #2873bf;
}

/*チケット料金表 for SP*/
@media screen and (max-width: 767px) {
#ticket .table-t tr,
#ticket .table-t th,
#ticket .table-t td {
		display: block; /*縦積み化*/
		margin-top: 0px; 
	}
    
#ticket .ly_td0{
	padding: 12px 2px 1px 2px;
	border: none;
    width: 100%;
}
#ticket .ly_td1{
	padding: 12px 2px 1px 2px;
	border: none;
    width: 100%;
}
#ticket .ly_td2{
	text-align: right;
	padding: 1px 2px 10px 2px;
    margin-bottom: 10px; 
	border-bottom: 2px dotted #a59a7f;
    width: 100%;

}
#ticket .txbold {
	font-size:20px;
    line-height:1.2em; 
    font-weight: bold;
}
}


/*お弁当セット for PC*/
.set {
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	background: #ffffe0;
	border: 1px solid #0e6b00;
    width: 88%;
}

.set_title {
	font-size: 1.4em;
	color:#0e6b00;
	font-weight: bold;
	text-align: center;
    font-family: "ヒラギノ明朝 Pro W3" ,"MS P明朝" ,平成明朝,serif;
    padding-top: 15px;
    padding-bottom: 5px;
}

.set_price {
	font-size: 1.5em;
	color:#333;
	font-weight: bold;
	text-align: center;
    font-family: "ヒラギノ明朝 Pro W3" ,"MS P明朝" ,平成明朝,serif;
}
.set .limit{
    font-size: 1.0em;
    padding: 5px 15px;
	background:#da0000;
	color: #fff;
}

.inlineb{
    padding: 12px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.set_etc{
	font-size: 1.1em;
    line-height: 1.3em;
	text-align: center;
    padding: 15px;
    border-top: 1px solid #0e6b00;
}
.memo-set {
    font-size: 0.9em;
    line-height: 1.3em;
    font-weight: 400;
    }


/*お弁当 for SP*/
@media screen and (max-width: 767px) {
.set {
	padding-right: 7px;
    padding-left: 7px;
    margin-right: auto;
    margin-left: auto;
	background: #ffffe0;
	border: 1px solid #0e6b00;
    width: 85%;
}
.set_title {
	font-size: 1.1em;
	color:#0e6b00;
	font-weight: bold;
	text-align: center;
    font-family: "ヒラギノ明朝 Pro W3" ,"MS P明朝" ,平成明朝,serif;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-bottom:: 25px; 
}
.inlineb{
    padding: 5px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.set_price {
	font-size: 1.1em;
	color:#333;
	font-weight: bold;
	text-align: center;
    font-family: "ヒラギノ明朝 Pro W3" ,"MS P明朝" ,平成明朝,serif;
}
.set_etc{
	font-size: 1.0em;
    line-height: 1.3em;
	text-align: left;
    padding: 8px;
    border-top: 1px solid #0e6b00;
}

.memo-set {
    font-size: 0.9em;
    line-height: 1.3em;
    font-weight: 400;
    }
}




.bold{font-weight: bold;}

.ptop{
    font-size: 1.0em;
    line-height: 1.2em;
	text-align: right;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 40px;
    text-decoration: none;
}
.ptop2{
    font-size: 1.0em;
    line-height: 1.2em;
	color: #fff;
    text-align: right;
    padding-right: 10px;
    text-decoration: none;
}

/* ---興業内容2 for PC--- */
.schedule{
    padding-right: 40px;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
}

.schedule .table-sdl{
	table-layout: fixed;
    width: 80%;
    border: none;
    margin-top: 20px;
}
.schedule .scdl {
	padding: 10px;
    font-size: 1.2em;
	line-height: 1.4em;
    text-align: left;
}
.schedule .scdt {
    width: 20%;
	padding: 5px 0;
	font-weight: bold;
	text-indent: 1em;
    align-content: flex-start;
    text-align: right;
}
.schedule .ddwrap {
   width: 80%;
}
.schedule .scdl_s {
	padding: 10px;
font-size: 16px;
	line-height: 1.5em;
    text-align: left;
}

.memo{
    font-size: 0.9em;
    line-height: 1.1em;
    font-weight: 400;
    }

.memo-t{
    font-size: 0.9em;
    line-height: 1.1em;
    font-weight: 400;
    }

/* ---興業内容2 for SP--- */
@media screen and (max-width: 767px) {
.schedule{
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 40px;
}

.schedule .table-sdl{
	table-layout: fixed;
    width: 95%;
    border: none;
    margin-top: 20px;
}
.schedule .scdl {
	padding: 10px;
font-size: 1.1em;
	line-height: 130%;
    text-align: left;
}
.schedule .scdl_s {
	padding: 10px;
font-size: 15px;
	line-height: 1.5em;
    text-align: left;
}
.schedule .scdt {
    width: 25%;
	padding: 5px 0;
	font-weight: bold;
	text-indent: 1em;
	line-height: 150%;
    align-content: flex-start;
    text-align: right;
}
.schedule .ddwrap {
   width: 75%;
}
.memo{
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 400;
    }
.memo-t{
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 400;
    }
}