@charset "utf-8";

#hokusai {
	background: #a7a7a7;
	background-size: 12px 12px, 100% 100%;
	line-height: 1.7;
}
#hokusai .clrTxt {
	text-indent:-10000px;
	text-decoration:none;
	overflow:hidden;
    position:absolute;
}
#hokusai .sp{
	display: none;
}
#hokusai #wrap {
	background-color: #000000;
	position:
	relative;
	width: 98%;
	max-width: 1280px;
	margin: 0 auto;
	/* padding-bottom: 30px; */
}

#hokusai #wrap_inner {
	width: 100%;
	padding: 106% 0 6% 0;
	margin: 0 auto;
	background: url("../images/pc_main.jpg?2507041115") no-repeat;
	background-size: cover;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	position: relative;
	/* background-color: #c0153f; */
}
.ytCont {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    order: 1;
}
.ytCont iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

#hokusai .wrap_inner{
	/* background-color:#c0153f; */
	padding:0 0 20px;
}
#hokusai #wrap_inner>a{
	display:block;
	margin: 0 auto;
	width: 55%;
	text-align:center;
	border: solid 2px #ffffff;
	color: #fff;
	background: #343055;
	font-size: 2.5rem;
	font-weight:bold;
	padding: 10px 8px;
	line-height: 1.5;
	border-radius: 10px;
}
#hokusai #wrap_inner>a:hover{
	color: #343055;
	background: #ffffff;
	transition: all 0.4s;
}
#hokusai .guide_wrap{
	width: 100%;
	padding: 2% 2%;
	line-height: 1.7;
	font-size: 16px;
	background-color:#ffffff;
}
#hokusai .guide_wrap>p{
	text-align:center;
	margin-bottom: 6px;
}
#hokusai .guide_wrap>p>img{
	width:9%;
	vertical-align: middle;
	margin: 0 8px 4px 0;
}
#hokusai .guide_wrap h3{
	background: #e70012;
	font-size: 22px;
	text-align: center;
	color: #fff;
	letter-spacing: 5px;
	margin-bottom: 30px;
}

#hokusai .guide_flex{
	display: flex;
	justify-content: space-between;
}
#hokusai table{
	width: 49%;
}

#hokusai table th{
	background-color: #eeeeee;
    border: 1px solid #cccccc;
    padding: 5px;
    text-align: center;
    width: 8em;
}

#hokusai table th p{
	color: red;
    margin: 5px 0 0 0;
    font-size: 10px;
    line-height: 1.2;
}
#hokusai table td{
	border: 1px solid #cccccc;
	padding: 5px 1em;
}
#hokusai table .pre_list li{
	padding: 0px 0 6%;
}
#hokusai .soldout{
	background:#ff0000;
	color: #ffffff;
	font-weight:bold;
	padding:0 5px;
}
#hokusai .price{
	text-decoration:line-through;
	margin-right:5px;
}
#hokusai .caution{
	font-size:13px;
}
#hokusai .caution>.red{
	color: #ff0000;
}
#hokusai .ticket{
	font-weight:bold;
	color: #ff0000;
}
#hokusai .senkou_wrap{
	margin-bottom: 12%;
}
#hokusai .type{
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	background: #343055;
	text-align: center;
	margin: 1% 0;
}
#hokusai .buy{
	font-weight:bold;
	color: #e76400;
	border-bottom: 2px solid #e76400;
	/* background: #e76400; */
	padding: 0 0 0 0.3em;
	margin: 3% 0 2%;
}
#hokusai a.btn_contact{
	width: 220px;
	display: inline-block;
	padding: 5px 10px;
	margin: 5px 0 3px 10px;
	text-decoration: none;
	color: #fff;
	/* border: 1px solid #441818; */
	border-radius: 5px;
	box-sizing: border-box;
	background: #e76400;
	transition: .3s;
	vertical-align: bottom;
	text-align: center;
}
#hokusai a.btn_contact.sp{
	display: none;
}
#hokusai a.btn_contact:hover{
	opacity: 0.7;
	transition: .3s;
}

#hokusai a.btn_ticket{
	display: block;
	padding: 15px 5px;
	text-align: center;
	text-decoration: none;
	color: #444;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-sizing: border-box;
	background: rgb(254,254,254);
	background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(222,223,223,1) 100%);
	background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%,rgba(222,223,223,1) 100%);
	background: linear-gradient(to bottom, rgba(254,254,254,1) 0%,rgba(222,223,223,1) 100%);
	transition: .3s;
}
#hokusai table ul.ca_list{
	padding-left: 1.0em;
	text-indent: -1.0em;
}
#hokusai table .ca_list span.indent{
	padding-right: 0px;
}
/*0724追記*/
#hokusai #info{
	background:#343055;
	padding:2%;
}
#hokusai #info .info_inner{
	background:#fff;
	margin:0 auto;
	font-size:1.6rem;
	font-weight:bold;
	padding:2%;
}
#hokusai #info .info_title{
	color:#fff;
	background:#e70012;
	padding:0.2% 0.5%;
	margin-bottom:1%;
	font-weight:bold;
	font-size:2.2rem;
}
#hokusai #info .info_text>span{
	background:yellow;
}
#hokusai .buy_0725{
	font-weight:bold;
	color: #e76400;
	/* background: #e76400; */
	padding: 0 0 0 0.3em;
	margin: 3% 0 2%;
}
#hokusai a.btn_contact_0725{
	display:block;
	padding: 2%;
	text-decoration: none;
	color: #fff;
	/* border: 1px solid #441818; */
	border-radius: 5px;
	box-sizing: border-box;
	background: #e76400;
	transition: .3s;
	vertical-align: bottom;
	text-align: center;
}
#hokusai a.btn_contact_0725:hover{
	opacity: 0.7;
	transition: .3s;
}
#hokusai a.gray{
	background: #aaa;
}
#hokusai a.gray:hover{
	opacity: 1;
	transition: none;
}
#footer {
	margin:0 !important;
}

