
/*-------------------------------------------------------------------------
							/ページ共通/
-------------------------------------------------------------------------*/
.page__inner {
	margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
.page__inner {
	margin-bottom: 40px;
}
	
}


/*-------------------------------------------------------------------------
							/eventschedule/
-------------------------------------------------------------------------*/
.schedule-date {
	position: relative;
    border: 2px solid #1B97D8;
    border-radius: 50%;
    width: 150px;
    height: 150px;
	margin: 0 auto;

}

.schedule-date div{
	position: absolute;
    top: 16%;
    left: 0;
    right: 0;

}

.schedule-date p{
	text-align: center;
	color: #1B97D8;
    font-size: 20px;
    margin-bottom: 0;
	line-height: 33px;
}

.schedule-date p:nth-of-type(2){
	font-size: 32px;
}

.schedule-category{
    justify-content: center;
    text-align: center;
    color: #1B97D8;
    border-bottom: dashed 1px #1B97D8;
	padding-bottom: 10px;
}

.schedule-list{
    justify-content: center;
    text-align: center;
	margin-top: 25px;
	align-items: center;
}

.schedule-category div,.schedule-list div {
	width: 30%;
	font-weight: 600;
}

.schedule-table {
	margin: 30px auto 0;
    width: 80%;
}

.place {
	font-weight: 500;
	display: block;
	margin: 0 auto;
   width: 110px;
    color: #fff;
    border-radius: 8px;
}

.place_booth {
	background: #CC5454;
}

.place_stage {
	background: #4775CB;
}

.place_special_1 {
	background: #B19625;
}

.place_special_2 {
	background: #81B125;
}

.place_special_3 {
	background: #25B166;
}

.place_other {
	background: #95938D;
}



@media screen and (max-width: 768px) {
	
.schedule-table {
	margin: 30px auto 0;
    width: 100%;
}
	
.schedule-category div,.schedule-list div {
	width: 34%;
}
	
.schedule-list div{
    font-size: 15px;
}

.place {
   width: 100px;
	font-size: 14px;
}
	





}

/*-------------------------------------------------------------------------
							/sponsorship/
-------------------------------------------------------------------------*/
/*
.sponsorship-content_3 p{
	width: 18%;
	margin-bottom: 18px;
}
*/

.sponsorship-content_3 p{
	font-size: 14px;
	word-break: keep-all;
	text-align: center;
}


@media screen and (max-width: 768px) {
	
}

/*-------------------------------------------------------------------------
							/contact/
-------------------------------------------------------------------------*/
input[type='submit'] {
-webkit-appearance: none; /*iphoneでCSSが無効になるのを防ぐ*/
}

.contact-border {
	border: solid 2px #A70015;
    background: #fff;
    padding: 50px;
}

/*
.contact{
	margin: 0px 0 1.5rem;
    width: 100%;
}
*/

.contact tr{
	vertical-align: baseline;
}

.textarea-674 textarea{
	width: 100%;
    padding: 1rem;
    border: 1.5px solid #9e9f9f;
	margin: 0 0 1.5rem 0;
}

.name-margin {
	margin-left: -1.5rem;
}


.hissu{
	padding: 4px 7px;
    margin: 0 0 0 1rem;
    background: #e50012;
    color: #fff;
    font-size: 13px;
}

.contact tr th{
	font-size: 14px;
    width: 280px;
    text-align: left;
}

th.non-hissu {
	padding-right: 6.4rem!important;
}

.contact-midashi {
	font-size: 19px;
}


.contact tr td input{
    padding: 10px 0 10px 10px;
	margin: 0 0 1.5rem 0;
	border: 1.5px solid #9e9f9f ;
}

.contact tr td:nth-of-type(2) input{
	margin-left:1.5rem;
}

.wpcf7cp-btns {
	display: flex;
    justify-content: center;
}

.wpcf7-form-control{
	display: grid;
}

.wpcf7-submit {
	padding: 9px 20px 5px;
    border: none;
    background: rgba(255,255,255,0.3);
    color: #fff;
	transition: 0.3s;
}

.wpcf7-submit:hover{
	opacity: 0.75;
	transition: 0.3s;
}

.wpcf7cp-cfm-edit-btn {
	padding: 10px 15px;
    background: rgba(255,255,255,0.3);
    color: #FFF;
    border: none;
}

.contact-wid100 span input{
	width: 100%;
}

::placeholder {
  color: #c8c9c9;
}
/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #c8c9c9;
}
/* IE対応 */
:-ms-input-placeholder {
  color: #c8c9c9;
}

/* テーブル */
#wpcf7cpcnf table {
    border: none;
	margin: 0 auto;
}
#wpcf7cpcnf table th {
    border: 1px solid #ccc;
    color: #fff;
    text-align: center;
    padding: 10px;
}

#wpcf7cpcnf table th p , #wpcf7cpcnf table td p{
    margin-bottom: 0;
}
#wpcf7cpcnf table td {
   border: 1px solid #ccc;
    padding: 0 1rem 0;
    color: #0d9ea0;
    background: #fff;
}

@media screen and (max-width: 768px) {
	
.contact-sp-width span input{
	width: 100%;
}
	
.contact-border {
   padding: 0 20px;
}
	
.name-margin {
	margin-left: 0;
}

	
.contact tr th{
	width: auto;
    padding-right: 2rem;
    text-align: left;	
}

.contact tr td input{
   padding: 10px 1rem;
	margin: 0;
}

.contact tr td:nth-of-type(2) input{
	margin-left:0;
}
.textarea-674 textarea{
	margin: 0;
}


	
}



/*-------------------------------------------------------------------------
						category
-------------------------------------------------------------------------*/

h2.category-post-title {
	font-size: 21px;
	margin-bottom: 5px;
}

.single-button a{
	border: solid 1px #000;
    width: 100px;
    padding: 10px 20px;
}

@media screen and (max-width: 768px) {
	
}

/*-------------------------------------------------------------------------
						thanks
-------------------------------------------------------------------------*/

.thanks-btn{
	background: #fff;
    display: block;
    margin: 1rem auto 0;
    width: 60%;
    padding: 14px;
}

@media screen and (max-width: 768px) {
	
}

/*-------------------------------------------------------------------------
						お問い合わせ　FORM
-------------------------------------------------------------------------*/

/*　ContactForm7のテーブル化レスポンシブ調整　*/

/*テーブルを親要素の幅いっぱいに伸ばす*/
.table-res-form {
    width:100%;
	margin: 0;
}
/*一行ごとに下ボーダー*/
.table-res-form tr {
	border-bottom: 1px solid #c8c9c9;
}
/*一番上の行だけボーダーなし*/
.table-res-form tr:first-child {
    border-top: none;
}
/*奇数行だけ*/
.table-res-form tr:nth-child(2n+1) {
}
/*thとtd内の余白指定*/
.table-res-form th, .table-res-form td {
	padding: 1.5rem 0 0;
}

.table-res-form tr:nth-of-type(4) td {
	align-items:center; 
	display: flex;
}

.wpcf7-list-item-label {
	padding: 0 15px 0 0 ;
}

/*th（項目欄）は30%幅、テキストを左寄せ*/
.table-res-form th {
	text-align: right;
    width: 30%;
}
/*「必須」部分のスタイリング*/
.table-res-form .requied {
    font-size: 0.8em;
    color: #FFF;
    display: inline-block;
    padding: 0.3em 0.3em 0.2em;
				margin-left:20px;
    background:#246445;
}



/*ここから768px以下の指定*/

@media only screen and (max-width: 768px) {
.table-res-form {
    width:100%;
	margin: 0;
}
	
	.table-res-form tr {
		border-bottom:none;
}


    .table-res-form th, .table-res-form td {
        width: auto;
        display: block;
    }
    .table-res-form th {
        padding-bottom: 0;
        text-align: left;
    }
    .table-res-form .empty {
        display: none;
    }
        .table-res-form tr:last-child {
            border-top: none;
}
        .table-res-form input[type="submit"]{
            margin-top:-1em;
}

.contact-body1 h3 {
font-size: 15px;
}

.contact-body1 h3 span{
font-size: 45px;
}
	
.contact-body1 p{
font-size: 15px;
}

}

/*ここまで768px以下の指定---終わり*/

/*-------------------------------------------------------------------------
							/dance-contest/
-------------------------------------------------------------------------*/

/*メインビジュアル*/

.dance__main {
	position: relative;
	height: 1080px;
	top: 60px;
	clip-path: inset(0 0 4.9% 0);
}

.dance__main_2 {
	position: relative;
	top: 60px;
}

img.main__back {
	width: 2019px;
    top: -750px;
    left: -700px;
	
}

img.dance__1 {
	width: 992px;
	top: 0;
	right: 0;
	z-index: 2;
}

img.dance__2 {
	width: 1000px;
    bottom: 31px;
    right: 0;
    z-index: 4;
	
}

img.dance__main__text {
    width: 1452px;
    top: 0;
    bottom: 85px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
}

.white__gradaition{
	bottom: 45px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 1) 90%);
    height: 250px;
    width: 100%;
    z-index: 5;
}

@media only screen and (max-width: 1280px) {
img.dance__main__text {
    width: 1100px;
    bottom: 85px;
}
}

@media screen and (max-width: 821px) {
.dance__main {
	height: 1045px;
	top: 0;
}
	
.dance__main_2 {
	position: relative;
	top: 0;
}
	
img.main__back {
	top: -895px;
	
}
	
img.dance__1 {
    width: 800px;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}
	
img.dance__main__text {
    width: 800px;
	bottom: 222px;
}	
	
img.dance__2 {
    width: 800px;
    bottom: 90px;
}

.white__gradaition {
    bottom: 68px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 43%, rgba(255, 255, 255, 1) 94%, rgba(255, 255, 255, 0.8) 100%);
    height: 340px;
}
}

@media only screen and (max-width: 768px) {
.dance__main {
    height: 667px;
	top: 0;
    clip-path:none;
}
	
img.main__back {
    width: 925px;
    top: -450px;
    left: -281px;
}
	
img.dance__1 {
    width: 352px;
    top: 286px;
    right: 0;
    left: 0;
    margin: auto;
}
	
img.dance__2 {
    width: 361px;
    bottom: 11px;
    right: 0;
    left: 0;
    margin: auto;
}
	
img.dance__main__text {
    width: 358px;
    bottom: 121px;
}
	
.white__gradaition{
    bottom: 0;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 53%, rgba(255, 255, 255, 1) 90%);
    height: 121px;
}
	
}

/*本文*/

.sdgs__dance__contest {
	left: 73px;
}

img.sdgs__dance__contest__1 {
	width: 167px;
}

img.sdgs__dance__contest__2 {
	width: 43px;
	margin: 0 50px ;
}

img.sdgs__dance__contest__3 {
	width: 323px;
}

.dance__about__th {
	margin-right: 50px;
}

img.mc_person {
	width: 800px;
	margin: auto;
}

img.judge_person {
	height: 426px;
}

.judge__content {
	width: 800px;
	margin: auto;
}

.entry__btn a {
	display: block;
    margin: auto;
    width: 390px;
    height: 90px;
	background: url("../img/page/dance/main_left.webp");
	background-size: 190%;
	background-position: center;
	box-shadow: none;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.24);
}

.entry__btn a img{
	width: 261px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}



@media screen and (max-width: 821px) {
.sdgs__dance__contest {
	left: 0;
}
	
}

@media only screen and (max-width: 768px) {

.sdgs__dance__contest {
	left: 0;
}
	
img.sdgs__dance__contest__1 {
	width: 89px;
}

img.sdgs__dance__contest__2 {
	width: 35px;
	margin:0 20px;
}

img.sdgs__dance__contest__3 {
	width: 175px;
}
	
.dance__about__th {
	margin-right: 0;
}
	
img.mc_person {
	width: 100%;
}

img.judge_person {
	width: 100%;
	height: auto;
}

.judge__content {
	width: 100%;
}

.entry__btn a {
    width: 250px;
    height: 75px;
}
	
.entry__btn a img {
    width: 200px;
}

}
