@charset "utf-8";
/* CSS Document */


/* index_venue_list
   ========================================================================== */
.index_venue_list {
    padding: 0 0 12vw;
}

.index_venue_list .column_box ul {
    margin-top: 5vw;
    font-size: 0;
}

.index_venue_list .column_box ul li {
    margin: 2vw 0 0;
    width: 49%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.index_venue_list .column_box ul li:nth-child(2n+2) {
    margin-left: 2%;
}

.index_venue_list .column_box ul li a {
    padding: 0 0 6vw;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    height: 35vw;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* 沖縄県 */
.index_venue_list .column_box ul li.okinawa_site a {
    background-image: url("https://assets.shusei-id.com/images/venue/webp/main_bg_okinawa.webp");
}

.index_venue_list .column_box ul li.naha_site a {
    background-image: url("https://assets.shusei-id.com/images/venue/webp/main_bg_naha.webp");
}

.index_venue_list .column_box ul li.hiruno_site a {
    background-image: url("https://assets.shusei-id.com/images/venue/webp/main_bg_hiruno.webp");
}

.index_venue_list .column_box ul li.ryukyu_site a {
    background-image: url("https://assets.shusei-id.com/images/venue/webp/main_bg_ryukyu.webp");
}

.index_venue_list .column_box ul li.yanbaru_site a {
    background-image: url("https://assets.shusei-id.com/images/venue/webp/main_bg_yanbaru.webp");
}

.index_venue_list .column_box ul li.chubu_okinawa_site a {
    background-image: url("https://assets.shusei-id.com/images/venue/webp/main_bg_chubu_okinawa.webp");
}

.index_venue_list .column_box ul li.miyazaki_site a {
    background-image: url("https://assets.shusei-id.com/images/venue/webp/main_bg_miyazaki.webp");
}

.index_venue_list .column_box ul li.okinawa_urasoe_site a {
    background-image: url("https://assets.shusei-id.com/images/venue/webp/main_bg_okinawa_urasoe.webp");
}

.index_venue_list .column_box ul li.yoru_tube_okinawa_site a {
    background-image: url("https://assets.shusei-id.com/images/venue/webp/main_bg_yoru_tube_okinawa.webp");
}

/* 宮崎県 */
.index_venue_list .column_box ul li.miyakonojo_site a {
    background-image: url("https://assets.shusei-id.com/images/venue/webp/main_bg_miyakonojo.webp");
}

.index_venue_list .column_box ul li.nobeoka_site a {
    background-image: url("https://assets.shusei-id.com/images/venue/webp/main_bg_nobeoka.webp");
}

.index_venue_list .column_box ul li a .photo {
    height: 100%;
    line-height: 0;
}

.index_venue_list .column_box ul li a .photo img {
    max-height: 100%;
}

.index_venue_list .column_box ul li.okinawa_site a .photo {
    height: 50%;
}

.index_venue_list .column_box ul li.naha_site a .photo {
    height: 50%;
}

.index_venue_list .column_box ul li.hiruno_site a .photo {
    height: 41%;
}

.index_venue_list .column_box ul li.ryukyu_site a .photo {
    height: 55%;
}

.index_venue_list .column_box ul li.yanbaru_site a .photo {
    height: 45%;
}

.index_venue_list .column_box ul li.chubu_okinawa_site a .photo {
    height: 55%;
}

.index_venue_list .column_box ul li a .box {
    padding: 1vw 3vw;
    text-align: center;
    background: rgba(17, 17, 17, 0.8);
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
}

.index_venue_list .column_box ul li a .box .text {
    display: block;
    font-size: 3.3vw;
    line-height: 150%;
    color: #fff;
    font-weight: 700;
}


/* kv
   ================================================================== */
.kv{
	margin: 0 0 0;
	position: relative;
}

.kv .inner{
	position: relative;
    z-index: 2;
    box-sizing: border-box;
	display: flex;
    justify-content: center;
    align-items: center;
}

.kv .inbox{
    padding: 15vw 0 25vw;
}

.kv .main{
    margin: 0 auto;
    width: 80vw;
    line-height: 0;
}

.kv .kv_fade{
	position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.kv .kv_fade:before{
	content: "";
	background: rgba(0,0,0,.20);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
    z-index: 10;
}

.kv_fade .slide-img{
	height: 100%;
}

@keyframes zoomUp {
    0% {
        transform: scale(1.15);
        filter: blur(10px);
    }
    50%{
        filter: blur(0);
    }
    100% {
        transform: scale(1);
    }
}

.kv .kv_fade{
    opacity: 0;
    transition: .3s;
}

.kv .kv_fade.swiper-container-fade{
    opacity: 1;
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoomUp 9s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal both;  
}

.swiper-slide .slide-img{
    min-width: 100vw;
}


/* date_block
   ================================================================== */
.date_block{
	margin: 0 0 0;
    background: #A60608;
	position: relative;
    z-index: 1;
}

.date_block .inner{
	padding-top: 1px;
    padding-bottom: 10vw;
}

.date_block .fight{
	margin: -15vw auto 0;
    width: 65vw;
    line-height: 0;
}

.date_block .date{
	margin: 8vw auto 0;
    width: 80vw;
    line-height: 0;
}

.date_block .txt{
	margin: 8vw auto 0;
    font-size: 4.0vw;
    font-weight: 700;
    color: #fff;
    font-family: 'Noto Serif JP';
    text-align: center;
}


/* notice
   ========================================================================== */
.notice {
    position: relative;
}

.notice .inner {
    padding: 15vw 3vw;
}

.notice .border_box {
    padding: 6vw 3vw;
    border: 5px solid #eee;
    border-radius: 10px;
}

.notice > .border_box {
    margin: 6vw 0 0;
}

.notice > .border_box:first-child {
    margin: 0 0 0;
}

.notice_list > li {
    margin: 6vw 0 0;
}

.notice_list > li:first-child {
    margin: 0 0 0;
}

.notice .border_box h3 {
    margin: 0 0 5vw;
    font-size: 5vw;
    font-weight: 900;
    line-height: 150%;
    font-family: "Noto Serif JP", serif;
    text-align: center;
}

.notice .border_box .googlemap_btn{
    margin: 0 0 0 1vw;
    vertical-align: middle;
}

.notice .border_box .attention{
    margin: 6vw 0 0;
    font-size: 3.3vw;
    color: #BC1B21;
    font-weight: 400;
}

.notice .border_box .btn_list {
    margin: 6vw 0;
}

/* membership_fee */
.membership_fee{
    margin: 0 0 0;
    padding: 0 0 3vw 3vw;
	border-bottom: 1px solid #ddd;
}

.membership_fee ul > li{
    padding: 3vw 0;
    border-bottom: 1px dashed #ddd;
}

.membership_fee .ttl{
    font-size: 3.5vw;
    color: #A60608;
    font-weight: 500;
}

.membership_fee .price{
    margin: 1vw 0 0;
    font-size: 3.7vw;
    font-weight: 700;
}

.membership_fee .note{
    margin: 3vw 0 0;
    font-size: 3.5vw;
    font-weight: 500;
}


/* border_dot_box
   ========================================================================== */
.border_dot_box {
    margin: 8vw 0 0;
    padding: 4vw;
    border: 1px dashed #F1C40F;
}

.border_dot_box > p {
    margin: 0 !important;
    text-align: left !important;
}


/* common_table
   ========================================================================== */
.common_table{
	margin: 0 auto;
	width: 100%;
}

.common_table th,
.common_table td{
	padding: 2vw 3vw;
	border-bottom: 1px solid #ddd;
	font-size: 3.7vw;
	line-height: 170%;
    letter-spacing: 0.10em;
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.common_table td .siz_s{
	font-size: .7em;
}


/* contact
   ================================================================== */
.contact .inner{
	padding-top: 10vw;
	padding-bottom: 25vw;
}

/* form */
.contact form{
	margin-top: -90px;
    padding-top: 90px;
}

.contact .top_text{
	margin: 0 0 2vw;
    text-align: center;
    font-size: 3.1vw;
}

.contact .req{
	color: #E64C3B;
}

.contact table{
    margin: 0 auto 0;
	width: 100%;
	line-height: 150%;
	box-sizing: border-box;
}

.contact th,
.contact td{
	width: 100%;
	display: block;
	font-weight: normal;
	border-bottom: none;
	box-sizing: border-box;
	font-size: 16px;
	letter-spacing: 0.10em;
}

.contact th{
	padding: 20px 0 0;
    font-weight: 500;
}

.contact td{
	padding: 10px 0 0;
    position: relative;
}

.contact input,
.contact select,
.contact textarea{
	margin: 0;
	padding: 15px;
	font-size: 16px;
	box-sizing: border-box;
	width: 100%;
    background: #F8F8F8;
	border: 1px solid #F8F8F8;
	vertical-align: middle;
}

.contact input:focus,
.contact textarea:focus,
.contact select:focus{
	outline: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder{
    color: #ccc;
}

textarea::-moz-placeholder,
input::-moz-placeholder{
    color: #ccc; opacity: 1;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder{
    color: #ccc;
}

.contact textarea{
    height: 50vw;
	line-height: 150%;
}

/* ボタン */
.zas_btn_area{
	margin: auto;
	text-align: center;
	padding: 60px 0 0;
	font-size: 0;
	box-sizing: border-box;
	max-width: 500px;
}

.zas_btn_area button{
	padding: 16px 0;
	border: none;
	font-size: 16px;
	background: #A60608;
	width: 65%;
	max-width: 260px;
    letter-spacing: 0.1em;
	color: #FFF;
	position: relative;
	overflow: hidden;
	text-align: center;
    transition: .3s;
}


/* thanks
   ================================================================== */
.thanks .ttl{
    margin: 0 0 0;
	font-size: 4.2vw;
    text-align: center;
	line-height: 150%;
}

.thanks p{
    margin: 8vw 0 0;
	font-size: 4vw;
	line-height: 150%;
}

.thanks .go_top_btn{
	margin: 8vw 0 0;
	text-align: center;
}


/* go_top_btn
   ================================================================== */	
.go_top_btn{
	text-align: center;
	line-height: 0;
}

.go_top_btn a{
	padding: 4vw 2vw;
	min-width: 60vw;
    border: 1px solid #000;
    background: #000;
	position: relative;
	display: inline-block;
	font-size: 4vw;
    font-weight: 400;
    letter-spacing: 0.10em;
    line-height: 150%;
	color: #fff;
	box-sizing: border-box;
    text-align: center;
}


@media screen and (min-width : 500px){

    
    /* index_venue_list
       ========================================================================== */
    .index_venue_list {
        padding: 0 0 13.6vw;
    }

    .index_venue_list .column_box ul {
        margin: 3.5vw 0 0;
        width: 100%;
        font-size: 0;
    }

    .index_venue_list .column_box ul li {
        margin: 2vw 0 0;
        width: 49%;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }

    .index_venue_list .column_box ul li:nth-child(2n+2) {
        margin-left: 2%;
    }

    .index_venue_list .column_box ul li a {
        padding: 0 0 5vw;
        height: 30.6vw;
    }

    .index_venue_list .column_box ul li a .photo {
        width: auto;
        height: 100%;
    }

    .index_venue_list .column_box ul li.okinawa_site a .photo {
        height: 50%;
    }

    .index_venue_list .column_box ul li.naha_site a .photo {
        height: 50%;
    }

    .index_venue_list .column_box ul li.ryukyu_site a .photo {
        height: 55%;
    }

    .index_venue_list .column_box ul li.yanbaru_site a .photo {
        height: 58%;
    }

    .index_venue_list .column_box ul li.chubu_okinawa_site a .photo {
        height: 58%;
    }

    .index_venue_list .column_box ul li a .box {
        padding: 1vw 3vw;
    }

    .index_venue_list .column_box ul li a .box .text {
        font-size: 2vw;
    }


    /* kv
       ================================================================== */
    .kv{
    	margin: 0 0 0;
    }

    .kv .inbox{
        padding: 7.6vw 0 12.9vw;
    }

    .kv .main{
        width: 57.7vw;
    }
        

    /* date_block
       ================================================================== */
    .date_block{
        margin: 0 0 0;
    }

    .date_block .inner{
        padding-bottom: 6.7vw;
    }

    .date_block .fight{
        margin: -7.6vw auto 0;
        width: 30.0vw;
    }

    .date_block .date{
        margin: 3.5vw auto 0;
        width: 40.0vw;
    }

    .date_block .txt{
        margin: 3.5vw auto 0;
        font-size: 1.8vw;
    }
    
    
    /* notice
	   ========================================================================== */
    .notice {
        position: relative;
    }

    .notice .inner {
        padding: 9.0vw 2.0vw 10.0vw;
    }

    .notice .border_box {
        padding: 4.5vw 3.5vw 6.0vw;
    }

    .notice > .border_box {
        margin: 4.0vw 0 0;
    }

    .notice_list > li {
        margin: 4.0vw 0 0;
    }

    .notice .border_box h3 {
        margin: 0 0 3.0vw;
        font-size: 3.0vw;
    }

    .notice .border_box .googlemap_btn{
        margin: 0 0 0 2.0vw;
    }

    .notice .border_box .attention{
        margin: 2.5vw 0 0 3.5vw;
        font-size: 1.5vw;
    }

    .notice .border_box .btn_list {
        margin: 5.0vw 0 0;
    }

    /* membership_fee */
    .membership_fee{
        margin: 0 0 0;
        padding: 0 0 1.2vw 3.5vw;
    }

    .membership_fee ul > li{
        padding: 1.2vw 0;
    }

    .membership_fee .ttl{
        font-size: 1.5vw;
    }

    .membership_fee .price{
        margin: .5vw 0 0;
        font-size: 1.7vw;
    }

    .membership_fee .note{
        margin: 1.2vw 0 0;
        font-size: 1.5vw;
    }
    

    /* border_dot_box
       ========================================================================== */
    .border_dot_box {
        margin: 2.5vw 0 0;
        padding: 1.6vw 2.5vw;
    }

    .border_dot_box > p {
        font-size: 1.6vw;
        line-height: 2.8vw;
    }


	/* common_table
	   ========================================================================== */
	.common_table{
		margin: 0 auto;
		width: 100%;
	}

	.common_table th,
	.common_table td{
		padding: 1.2vw 3.5vw;
		font-size: 1.7vw;
        line-height: 3.0vw;
		display: table-cell;
	}

	.common_table th{
		white-space: nowrap;
		font-weight: bold;
		width: 20%;
	}

    .common_table td .siz_s{
        font-size: .764em;
    }


    /* contact
       ================================================================== */
    .contact .inner{
        padding-top: 7.0vw;
        padding-bottom: 17.0vw;
    }
    
    /* form */
    .contact .top_text{
    	margin: 0 0 3vw;
        font-size: 1.5vw;
    }
    
    .contact table{
        margin: 0 auto 0;
        width: 70%;
    }
    
    .contact th,
    .contact td{
        width: auto;
    	font-size: 15px;
    }
    
    .contact th{
    	padding: 20px 0 0;
        box-sizing: border-box;
    }
    
    .contact .title_top th{
    	padding-top: 31px;
        vertical-align: top;
    }
    
    .contact td{
    	padding: 18px 0 0;
    }
    
    .contact input,
    .contact select,
    .contact textarea{
    	margin: 0;
    	padding: 15px;
    	font-size: 16px;
    }
	
	.contact select{
		vertical-align: middle;
	}
    
    .contact textarea{
        height: 230px;
    }
    
    /* ボタン */
    .zas_btn_area{
    	margin: auto;
    	text-align: center;
    	padding: 60px 0 0;
    	font-size: 0;
    	box-sizing: border-box;
    }
    
    .zas_btn_area button{
    	padding: 18px 0;
    	font-size: 16px;
    	border: 1px solid #A60608;
        transition: .3s;
        cursor: pointer;
    	width: 50%;
    	max-width: 280px;
    }
    
    .zas_btn_area button:hover{
    	background: #fff;
    	color: #A60608;
    }


    /* thanks
       ================================================================== */
    .thanks .ttl{
        font-size: 3.2vw;
    }

    .thanks p{
        margin: 4.8vw 0 0;
    	font-size: 1.6vw;
        line-height: 3.9vw;
        text-align: center;
    }
    
    .thanks .go_top_btn{
    	margin: 6vw 0 0;
    }


	/* go_top_btn
	   ================================================================== */	
	.go_top_btn a{
		padding: 2.2vw 2.5vw;
		min-width: 30vw;
		font-size: 1.6vw;
		transition: .5s;
	}
	
	.go_top_btn a:hover{
		background: #fff;
		color: #000;
	}
    
    
}
@media screen and (min-width : 1040px){    

    
    /* index_venue_list
       ========================================================================== */
    .index_venue_list {
        padding: 0 0 136px;
    }

    .index_venue_list .column_box ul {
        margin: 35px 0 0;
    }

    .index_venue_list .column_box ul li {
        margin: 20px 0 0;
        width: 49%;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }

    .index_venue_list .column_box ul li a {
        padding: 0 0 45px;
        height: 306px;
    }

    .index_venue_list .column_box ul li a .photo {
        margin: auto;
    }

    .index_venue_list .column_box ul li.okinawa_site a .photo {
        width: 153px;
    }

    .index_venue_list .column_box ul li.naha_site a .photo {
        width: 318px;
    }

    .index_venue_list .column_box ul li.hiruno_site a .photo {
        width: 302px;
    }

    .index_venue_list .column_box ul li.ryukyu_site a .photo {
        height: auto;
        width: 267px;
    }

    .index_venue_list .column_box ul li.yanbaru_site a .photo {
        height: auto;
        width: 448px;
    }

    .index_venue_list .column_box ul li.chubu_okinawa_site a .photo {
        height: auto;
        width: 298px;
    }

    .index_venue_list .column_box ul li a .box {
        padding: 10px 15px;
    }

    .index_venue_list .column_box ul li a .box .text {
        font-size: 16px;
    }


    /* kv
       ================================================================== */
    .kv{
    	margin: 0 0 0;
    }

    .kv .inbox{
        padding: 76px 0 129px;
    }

    .kv .main{
        width: 577px;
    }
    

    /* date_block
       ================================================================== */
    .date_block{
        margin: 0 0 0;
    }

    .date_block .inner{
        padding-bottom: 67px;
    }

    .date_block .fight{
        margin: -76px auto 0;
        width: 300px;
    }

    .date_block .date{
        margin: 35px auto 0;
        width: 400px;
    }

    .date_block .txt{
        margin: 35px auto 0;
        font-size: 18px;
    }
    

    /* notice
	   ========================================================================== */
    .notice {
        position: relative;
    }

    .notice .inner {
        padding: 90px 0 100px;
    }

    .notice .border_box {
        padding: 45px 35px 60px;
    }

    .notice > .border_box {
        margin: 40px 0 0;
    }

    .notice_list > li {
        margin: 40px 0 0;
    }

    .notice .border_box h3 {
        margin: 0 0 30px;
        font-size: 30px;
    }

    .notice .border_box .googlemap_btn{
        margin: 0 0 0 20px;
    }

    .notice .border_box .attention{
        margin: 25px 0 0 35px;
        font-size: 15px;
    }

    .notice .border_box .btn_list {
        margin: 50px 0 0;
    }

    /* membership_fee */
    .membership_fee{
        margin: 0 0 0;
        padding: 0 0 12px 35px;
    }

    .membership_fee ul > li{
        padding: 12px 0;
    }

    .membership_fee .ttl{
        font-size: 15px;
    }

    .membership_fee .price{
        margin: 5px 0 0;
        font-size: 17px;
    }

    .membership_fee .note{
        margin: 12px 0 0;
        font-size: 15px;
    }

    
    /* border_dot_box
       ========================================================================== */
    .border_dot_box {
        margin: 25px 0 0;
        padding: 16px 25px;
    }

    .border_dot_box > p {
        font-size: 16px;
        line-height: 28px;
    }


	/* common_table
	   ========================================================================== */
	.common_table{
		margin: 0 auto;
		width: 100%;
	}

	.common_table th,
	.common_table td{
		padding: 12px 35px;
		font-size: 17px;
        line-height: 30px;
	}

	.common_table th{
		width: 17%;
	}


    /* contact
       ================================================================== */
    .contact .inner{
        padding-top: 70px;
        padding-bottom: 170px;
    }

    /* form */
    .contact .top_text{
        margin: 0 0 30px;
    	font-size: 15px;
    }
    
    .contact table{
        margin: 0 auto 0;
        width: 70%;
    	font-size: 15px;
    }
    
    .contact th{
    	padding: 20px 0 0;
    }
    
    .contact td{
    	padding: 18px 0 0;
    }
    
    .contact input,
    .contact select,
    .contact textarea{
    	font-size: 16px;
    	padding: 22px 20px;
    }
    
    .contact textarea{
        height: 275px;
    }
    
    /* ボタン */
    .zas_btn_area{
    	padding: 90px 0 0;
    }
    
    .zas_btn_area button{
    	padding: 17px 0;
    	font-size: 16px;
        width: 280px;
    }


    /* thanks
       ================================================================== */
    .thanks .ttl{
        font-size: 32px;
    }

    .thanks p{
        margin: 48px 0 0;
    	font-size: 16px;
        line-height: 39px;
    }
    
    .thanks .go_top_btn{
    	margin: 60px 0 0;
    }


	/* go_top_btn
	   ================================================================== */
	.go_top_btn a{
		padding: 0 25px;
		min-width: 280px;
		position: relative;
        transition: .5s;
        box-sizing: border-box;
		height: 60px;
		z-index: 1;
		line-height: 56px;
		overflow: hidden;
		font-size: 16px;
	}
    

}
