@charset "shift_jis";
/* CSS Document */



#system_container {
	text-align: center;
	position: relative;
    margin-top: 50px;
}


.event_box {
	margin-bottom: 10px;
	text-align: center;
}
#magazine_event {
	height: 30px;
	width: 500px;
	padding-top: 410px;
	text-align: left;
	padding-left: 220px;
}
#opening {
	background-image: url(../img/event/opening_new.jpg);
    background-size: cover;
	height: 455px;
}

.address_event {
	width: 200px;
}



#movie_container {
	text-align: center;
	padding-top: 10px;
    background-color: #000;
}

#movie_container video{
	padding: 50px;
	background-color: #000;
}


/*=============================
   selfpayment
=============================*/
#selfpayment_box {
    position: relative;
}
#selfpayment_box #selfpayment{
	position: absolute;
    top: 22px;
    right: 22px;
}
#second_tab01 #selfpayment {
	
}


.button {
  display       : inline-block;
  font-size     : 12pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 13px 15px!important;   /* 余白       */
  background    : #328438;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
    border: 2px solid #328438;
    border-radius: 10px;
}
.button:hover {
  background    : ;     /* 文字色     */
}


/*=============================
   タブ切り替え
=============================*/


.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_tab img {
	margin-bottom: 10px;
}
.cp_tab > input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        appearance: none;
	display: none;
}
.cp_tab #tab_contents {
	margin-top: 20px;
}
.cp_tab .cp_tabpanel {
	display: none;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
	display: block;
}
.cp_tab > label {
	font-family: serif;
	position: relative;
	display: inline-block;
	padding: 15px 30px;
	cursor: pointer;
	border: 1px solid #ccc;
	color: #fff;
	font-size: 18px;
    background-color: #000;
}
.cp_tab > label:hover,
.cp_tab > input:focus + label {
	color: #ccc;
}
.cp_tab > input:checked + label {
	color: #000;
	background-color: #fff;
	font-size: 18px;
	font-weight: bold;
}







