@charset "UTF-8";

/* CSS Document */

/*====================================

	#fv

====================================*/

#fv {
	width: 100%;
	height: 100vh;
	height: 100dvh;
}
#fv .inner {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#fv .inner img {
	width: 80%;
}

/*====================================

	section

====================================*/

main section {
	scroll-margin-top: 80px;
	padding: 60px 20px;
	background: rgba(0, 0, 0, 0);
}
main section .inner {
	width: 100%;
}
main section .inner .sec_ttl {
	margin-bottom: 30px;
}
main section .inner .sec_ttl h2 {
	color: #CDBC63;
	margin: 0 auto 40px;
	width: 100%;
	text-align: center;
}
main section .inner .sec_ttl h2 span {
	color: #fff;
}
main section .inner .sec_content {
}
main section .inner .sec_content ul {
}

/*====================================

    #wp_news

====================================*/

#wp_news {
	display: none;
}
#wp_news .inner {
}
#wp_news .inner .sec_content {
}
#wp_news .inner .sec_content dl {
}
#wp_news .inner .sec_content dl dt {
}
#wp_news .inner .sec_content dl dd {
}
#wp_news .inner .sec_content dl dd h3 {
	color: var(--main-color);
	font-size: 130%;
	margin-bottom: 20px;
}
#wp_news .inner .sec_content dl dd p {
	font-size: 90%;
}
#wp_news .inner .sec_content dl dd p span {
	font-size: 90%;
	display: block;
}

/*====================================

    #wp_schedule

====================================*/

#wp_schedule {
	background: rgba(0, 0, 0, .3);
}
#wp_schedule .inner {
}
#wp_schedule .inner .sec_content {
}
#wp_schedule .inner .sec_content .nichiji {
	width: 100%;
	margin-bottom: 60px;
}
#wp_schedule .inner .sec_content .nichiji li {
	margin-bottom: 40px;
}
#wp_schedule .inner .sec_content .nichiji li:last-child {
	margin-bottom: 0px;
}
#wp_schedule .inner .sec_content .nichiji li h3 {
	margin-bottom: 10px;
	font-size: 120%;
	line-height: 1em;
	text-align: center;
}
#wp_schedule .inner .sec_content .nichiji li h3 span {
	font-size: 130%;
	padding: 0 .2em;
}
#wp_schedule .inner .sec_content .bashotojikan {
}
#wp_schedule .inner .sec_content .bashotojikan dl {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
#wp_schedule .inner .sec_content .bashotojikan dl dt {
	color: var(--main-color);
	text-align: center;
}
#wp_schedule .inner .sec_content .bashotojikan dl dd {
	text-align: center;
}
#wp_schedule .inner .sec_content .bashotojikan dl dd span {
	font-size: 80%;
	display: block;
}
#wp_schedule .inner .sec_content .otoiawase {
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .3);
	padding: 30px;
	margin: 40px 0 0 0;
}

/*====================================

    #wp_ticket

====================================*/

#wp_ticket {
}
#wp_ticket .inner {
}
#wp_ticket .inner .sec_content {
}
#wp_ticket .inner .sec_content .list_ttl {
	font-size: 120%;
	margin-bottom: 10px;
}
#wp_ticket .inner .sec_content .list {
	border: 1px solid rgba(255, 255, 255, .2);
	background: rgba(0, 0, 0, .2);
	padding: 0px 20px;
}
#wp_ticket .inner .sec_content .list dl {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#wp_ticket .inner .sec_content .list dl:last-child {
	border-bottom: none;
}
#wp_ticket .inner .sec_content .list dl dt {
	font-size: 90%;
	line-height: 1em;
}
#wp_ticket .inner .sec_content .list dl dt span {
	font-size: 60%;
	display: block;
}
#wp_ticket .inner .sec_content .list dl dd {
	text-align: right;
	font-size: 80%;
	line-height: 1em;
}
#wp_ticket .inner .sec_content .list dl dd span {
	font-size: 200%;
	line-height: 1em;
}
#wp_ticket .inner .sec_content .attention {
	margin-bottom: 40px;
	padding: 20px 0 0 0;
}
#wp_ticket .inner .sec_content .attention p {
	font-size: 70%;
	line-height: 1.85em;
}
#wp_ticket .inner .sec_content .advance {
	margin-bottom: 100px;
}
#wp_ticket .inner .sec_content .advance .cell {
	padding: 0;
	margin-bottom: 80px;
}
#wp_ticket .inner .sec_content .advance .cell .cell_ttl {
	border-left: 2px solid var(--main-color);
	font-size: 110%;
	color: var(--main-color);
	padding: 4px 0 4px .7em;
	margin-bottom: 20px;
}
#wp_ticket .inner .sec_content .advance .cell .cell_conts {
}
#wp_ticket .inner .sec_content .advance .cell .cell_conts dl {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	padding: 10px 0;
}
#wp_ticket .inner .sec_content .advance .cell .cell_conts dl dt {
	color: var(--main-color);
	font-size: 80%;
}
#wp_ticket .inner .sec_content .advance .cell .cell_conts dl dd {
	flex: 1;
}
#wp_ticket .inner .sec_content .advance .cell .cell_conts dl dd span {
	font-size: 140%;
}
#wp_ticket .inner .sec_content .advance .cell .cell_conts .btn {
	margin-top: 40px;
}
#wp_ticket .inner .sec_content .advance .fin {
	width: 100%;
	text-align: center;
	margin-top: 40px;
}
#wp_ticket .inner .sec_content .advance .fin p {
    background: rgba(0, 0, 0, .2);
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
    line-height: 1em;
    display: block;
    padding: 1.2em 0;
    border-radius: 4px;
    text-decoration: none;
}
#wp_ticket .inner .sec_content .precautions {
	margin-top: 40px;
}
#wp_ticket .inner .sec_content .precautions h4 {
	color: var(--main-color);
	margin-top: 30px;
}
#wp_ticket .inner .sec_content .precautions p {
	font-size: 80%;
}
#wp_ticket .inner .sec_content .precautions p a {
	color: #fff;
	text-decoration: underline;
	font-size: 100%;
}
#wp_ticket .inner .sec_content .precautions p a:hover {
	text-decoration: none;
}

/*====================================

    #wp_access

====================================*/

#wp_access {
	background: rgba(0, 0, 0, .3);
}
#wp_access .inner {
}
#wp_access .inner .sec_content {
}
#wp_access .inner .sec_content .text_ph {
}
#wp_access .inner .sec_content .text_ph .ph {
	margin-bottom: 40px;
}
#wp_access .inner .sec_content .text_ph .ph iframe {
	width: 100%;
	height: 300px;
}
#wp_access .inner .sec_content .text_ph .text {
}
#wp_access .inner .sec_content .text_ph .text h4 {
	font-size: 140%;
	margin-bottom: 40px;
}
#wp_access .inner .sec_content .text_ph .text h4 span {
	display: block;
	font-size: 60%;
}
#wp_access .inner .sec_content .text_ph .text p {
	border-top: 1px solid rgba(255, 255, 255, .3);
	padding: 20px 0;
	font-size: 90%;
}
#wp_access .inner .sec_content .text_ph .text p:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, .3);
}

/*====================================

    #wp_profile

====================================*/

#wp_profile {
}
#wp_profile .inner {
}
#wp_profile .inner .sec_content {
}
#wp_profile .inner .sec_content .text_ph {
	width: 100%;
}
#wp_profile .inner .sec_content .text_ph .ph {
	width: 100%;
	margin-bottom: 40px;
	padding: 0 40px;
}
#wp_profile .inner .sec_content .text_ph .text {
}
#wp_profile .inner .sec_content .text_ph .text h4 {
	font-size: 150%;
	margin-bottom: 20px;
}
#wp_profile .inner .sec_content .text_ph .text p {
	font-size: 90%;
}

/*====================================

    #wp_goods

====================================*/

#wp_goods {
	display: none;
}
#wp_goods .inner {
}

/*====================================

    #wp_faq

====================================*/

#wp_faq {
	background: rgba(0, 0, 0, .3);
}
#wp_faq .inner {
}
#wp_faq .inner h5 {
	color: var(--main-color);
	border-bottom: 1px solid var(--main-color);
	font-size: 100%;
	margin: 30px 0 20px 0;
}

/*====================================

    .ft_logo

====================================*/

.ft_logo {
	padding: 40px 40px;
}
.ft_logo ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}
.ft_logo ul li {
	width: 48%;
	border-radius: 4px;
	overflow: hidden;
}
.ft_logo ul li a {
	display: block;
}

/*====================================

    .wp_last

====================================*/

.wp_last {
	padding: 20px 0;
}
.wp_last p {
	width: 100%;
	text-align: center;
}
.wp_last p span {
	color: var(--main-color);
	font-size: 80%;
	margin-right: .5em;
}

/*====================================

    #bg

====================================*/

#bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: url(/images/bg.webp);
    background-size: cover;
    z-index: -10;
    opacity: .4;
}

/*====================================

    .scroll1

====================================*/

.loopSlider {
	height: 200px;
	overflow: hidden;
	position: relative;
}
.loopSlider .loopslider_wrap {
	height: 200px;
	display: -webkit-flex;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
}
.loopSlider .loopslider_wrap ul {
	display: -webkit-flex;
	display: flex;
}
.loopSlider .loopslider_wrap ul li{
	width: 260px;
}


.wp_accodion {
}
.wp_accodion .item {
    width: 100%;
    margin-bottom: 10px;
}
.wp_accodion .item .ac_ttl {
    position: relative;
    background: none;
    text-align: left;
    padding: 0;
    width: 100%;
    cursor: pointer;
    font-size: 90%;
    font-family: "Sawarabi Mincho", serif;
    padding: 0 4em 0 0;
    line-height: 1.5em;
}
.wp_accodion .item .ac_ttl::before,
.wp_accodion .item .ac_ttl::after {
    content: "";
    background: #fff;
    margin: auto;
    transition: .6s ease;
}
.wp_accodion .item .ac_ttl::before {
    width: 1px;
    height: 16px;
    position: absolute;
    right: 18px;
    top: 0;
    bottom: 0;
}
.wp_accodion .item .ac_ttl::after {
    width: 16px;
    height: 1px;
    position: absolute;
    right: 11px;
    top: 0;
    bottom: 0;
}
.wp_accodion .item .ac_ttl.is-accordion--open::before{
    transform: rotate(90deg);
    background: #000;
}
.wp_accodion .item .ac_ttl.is-accordion--open::after{
    transform: rotate(-180deg);
    background: #000;
}
.wp_accodion .item .ac_ttl.is-accordion--open + .ac_content{
    height: auto;
    opacity: 1;
}.wp_accodion .item .ac_ttl--close {
    display: none;
}
.wp_accodion .item .ac_content {
    height: 0;
    overflow: hidden;
    transition: .4s ease;
}
.wp_accodion .item .ac_content p {
	font-size: 80%;
}
.wp_accodion .item .ac_content a {
	color: #000;
	text-decoration: underline;
}
.wp_accodion .item {
    width: 100%;
    background-color: transparent;
    transition: background-color 0.4s ease;
}
.wp_accodion .item.active {
    /*background-color: rgba(0, 0, 0, .7);*/
    background: var(--main-color);
    color: #000;
}








