.modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

.modal__bg {
	background: rgba(0, 0, 0, 0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
}

.modal__content {
	background: #fff;
	left: 50%;
	padding: 40px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
}

/** メインビジュアル **/
#mainvisual {
	position: relative;
	width: 100%;
	margin-bottom: 0 !important;
	margin-top: 0px;
}

#mainvisual .ttl-main {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#mainvisual .ttl-main .ttl-main_inner {
	width: 45%;
	display: flex;
	text-align: center;
	justify-items: center;
	flex-direction: column;
	margin: 0 auto;
	justify-content: center;
}

.evt-date {
	background: #8db22a;
	color: #FFF;
	padding: 0.9% 0 1.6%;
	margin: 0 auto;
	border-radius: 100px;
	font-size: 1.5vw;
	font-weight: bold;
	width: 95%;
	margin: 0 auto;
}

.main-vis .sld01 {
	background-image: url(../../images/event/alohaisai/main_visual.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 0;
	padding-top: 40%;
}

.main-vis img {
	width: 100%;
}

.entry__deadline {
	color: #333;
	text-align: center;
	padding: 8% 30px;
	background-image: url(../../images/event/alohaisai/bg.jpg);
	background-repeat: repeat;
	background-position: center center;
}

.entry__deadline .inner {
	max-width: 1024px;
	margin: 0 auto;
}

.entry__deadline .txt-entry {
	font-size: 22px;
	margin-bottom: 40px;
	line-height: 1.8;
	font-size: 20px;
	font-weight: bold;
}

.entry__deadline .txt-entry span {
	display: block;
	font-size: 18px;
}

.entry__deadline .ttl-boshu {
	margin-bottom: 30px !important;
	max-width: 450px;
	margin: 0 auto;
}

.entry__deadline .btn-common.btn01 {
	margin-top: 30px !important;
}

.entry__deadline .btn-common.btn01 a {
	background: #FFF;
	color: #000;
}

.entry__deadline .news {
	max-width: 1024px;
	margin: 0 auto 0;
}

.entry__deadline .news dl.post_list {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #CCC;
}

.entry__deadline .news dl.post_list:last-of-type {
	margin-bottom: 0;
}

.entry__deadline .news dl.post_list dt {
	width: 200px;
	color: #000;
	margin-right: 10px;
}

.entry__deadline .news dl.post_list dt span {
	text-transform: uppercase;
	width: 90px;
	background: #63c8d8;
	padding: 0 5px;
	margin-left: 10px;
	color: #FFF;
	display: block;
	float: right;
	text-align: center;
	font-size: 12px;
}

.entry__deadline .news dl.post_list dd {
	flex: 1;
	text-align: left;
}

.entry__deadline .news dl.post_list dd a {
	color: inherit;
	width: 100%;
	display: block;
}

.btn-common.btn01 a:after {
	color: #000;
}

@media screen and (max-width: 820px) {
	#mainvisual {
		margin-top: 60px;
	}
}

@media screen and (max-width: 568px) {
	#mainvisual {
		margin-top: 60px;
	}

	#mainvisual .ttl-main .ttl-main_inner {
		width: 70%;
	}

	#mainvisual .ttl-main .ttl-main_inner p {
		margin-bottom: 2%;
	}

	.entry__deadline .news {
		margin-bottom: 10%;
	}

	.entry__deadline .news dl.post_list {
		display: table;
	}

	.entry__deadline .news dl.post_list dt {
		display: flex;
	}

	.entry__deadline .news dl.post_list dt span {
		float: none;
	}

	.entry__deadline .news dl.post_list dd {
		width: 100%;
	}

	.evt-date {
		font-size: 3.2vw;
	}
}


/* =========================================
contents
======================================================== */
#boshu {
	background-image: url(../../images/event/alohaisai/bg_asa.jpg);
	background-repeat: repeat;
	position: relative;
	overflow: hidden;
}

#boshu:after {
	position: absolute;
	content: "";
	background-image: url(../../images/event/alohaisai/pln_flower_r.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	display: block;
	width: 27%;
	height: 0;
	right: -6%;
	top: -6%;
	padding-top: 33%;
}

#boshu:before {
	position: absolute;
	content: "";
	transform: rotate(90deg);
	background-image: url(../../images/event/alohaisai/pln_flower_l.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	display: block;
	width: 38%;
	height: 0;
	left: -8%;
	top: 0%;
	padding-top: 33%;
}


.content1 {
	background-attachment: fixed;
	padding: 10% 6%;
	background-image: url(../../images/event/alohaisai/bg-schedule.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (max-width: 820px) {
	.content1 {
		background-image: none;
	}
}

section#boshu .boshu-inner {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	padding: 8% 6%;
	box-sizing: content-box;
	width: 85%;
}

section .ttlwrap {
	max-width: 1180px;
	margin: 0 auto 4%;
}

section .sec-inner {
	max-width: 1140px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 1);
	padding: 3%;
	/*    box-shadow: 0px 0px 8px #CCC;*/
}

section .sec-inner:nth-of-type(4) {
	margin-bottom: 10%;
}

section .ttlwrap h2 {
	width: fit-content;
	margin: 0 auto 0;
}

.h201 span {
	font-size: 15px;
	color: #000;
	margin-top: 10px;
}

.h301 {
	font-weight: bold;
	text-align: center;
	background-image: linear-gradient(-270deg, #00ced1 -5%, #1e90ff 100%);
	padding: 15px 10px;
	margin-bottom: 50px;
	color: #FFF;
}

/* table type01 */
.tbl-type01 {
	font-size: 0.9rem;
	width: 100%;
	margin: 0 auto 2rem;
	text-align: left;
}

.tbl-type01 caption {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 18px
}

.tbl-type01 th {
	padding: 0.5rem 20px;
	background-color: #53cfd7;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	border-bottom: 1px solid #FFF;
	width: 160px;
}

.tbl-type01 td {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 0.5rem 1rem;
	vertical-align: middle;
	border-bottom: 1px solid #EEE;
}

.tbl-type01 th.last {
	border-bottom: none;
}

.tbl-type01 td.last {
	border-bottom: none;
}

.content2 {
	background-attachment: fixed;
	padding: 8% 6%;
	background-color: #d0e9f6;
	background-image: url(../../images/event/alohaisai/bg-contents2_l.png), url(../../images/event/alohaisai/bg-contents2_r.png);
	background-position: left bottom, right bottom;
	background-repeat: no-repeat, no-repeat;
	background-size: contain, contain;
}

.content2 .inner {
	margin: 0 auto 3%;
	background: rgba(255, 255, 255, 0.8);
	padding: 6%;
}

#entry {
	margin-bottom: 0;
}

.content2 h3 {
	color: #333;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.1rem;
	margin: 0 0 2rem;
	/*    background-image: url(../../images/event/alohaisai/ttl-bar-bg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;	*/
}

#workshop {
	background-image: url(../../images/event/alohaisai/bg_blue.png);
	background-size: cover;
	background-repeat: repeat;
	background-position: left top;
	position: relative;
	overflow: hidden;
	padding: 8% 6%;
}

#workshop .inner {
	position: relative;
	z-index: 1;
	max-width: 1180px;
	/*
	background-image: url(../../images/event/alohaisai/bg_asa.jpg);
    background-repeat: repeat;
	border-radius: 30px;
    background-position: left top;
	*/
	padding: 0;
}

.ws_yoyaku .txt-yoyaku{
	font-size: 18px;
	font-weight: bold;
	color: #65a4dd;
	text-align: center;
}

.ws_yoyaku .yoyaku_inner{
	display: flex;
	align-items: center;
}

.ws_yoyaku figure {
	max-width: 200px;
	margin: 0 auto;
}

#workshop:before{
	position: absolute;
	content: "";
    transform: rotate(35deg);
    background-image: url(../../images/event/alohaisai/bg_flower01.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    display: block;
    width: 530px;
    height: 0;
    left: -80px;
    top: -230px;
    padding-top: 820px;
}
#workshop:after{
	position: absolute;
	content: "";
    transform: rotate(339deg);
    background-image: url(../../images/event/alohaisai/bg_flower02.png);
background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    display: block;
    width: 430px;
    height: 0;
    right: -140px;
    top: -180px;
    padding-top: 820px;
}

.ws_wrap {
	background-color: #FFF;
	padding: 5%;
	margin-bottom: 6%;
	position: relative;
}



.ws_wrap:last-of-type {
	margin-bottom: 0;
}

.ws_wrap .ws_name {
	margin-bottom: 3%;
	padding-right: 125px;
	position: relative;
}

.ws_wrap .ws_name h3 {
	width: 100%;
	color: #65a4dd;
	font-weight: bold;
	line-height: 1.6;
	font-size: 28px;
	position: relative;
}

.ws_wrap .ws_name figure {
	position: absolute;
	right: 0;
	top: 0;
	width: 130px;
}

.ws_wrap_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ws_wrap_inner .ws_pic {
	width: 45%;
}

.ws_wrap_inner .ws_pic img {
	margin-bottom: 6%;
}

.insta {
	display: flex;
	align-items: center;
}

.insta {
	display: flex;
	align-items: center;
}

.insta .inst_qr {
	width: 200px;
}

.insta .inst_dt {
	padding: 20px;
}

.ws_wrap_inner .ws_det {
	flex: 1;
	padding-left: 5%;
}

.ws_yoyaku .txt-yoyaku span{
	color: #d34c6c;
}

.ws_wrap_inner .ws_det dl {
	display: flex;
	font-size: 13px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #65a4dd;
}

.ws_wrap_inner .ws_det dl dt {
	width: 100px;
	color: #FFF;
	padding: 10px 0 10px;
	margin-bottom: 0;
	background: #65a4dd;
	text-align: center;
}

.ws_wrap_inner .ws_det dl dd {
	padding: 10px 10px 10px 15px;
	flex: 1;
}

.ws_wrap_inner .ws_det dl dd img.insta_qr {
	max-width: 100px;
	margin: 10px auto;
	text-align: center;
	border: 1px solid #CCC;
}

@media screen and (max-width: 980px) {
	.ws_wrap_inner .ws_pic {
		width: 100%;
	}

	.ws_wrap_inner .ws_det {
		padding-left: 0;
		width: 100%;
	}
}

@media screen and (max-width: 568px) {
.txt-entry{
	font-size: 15px;
}
	.main-vis .sld01 {
		padding-top: 70%;
	}

.ws_wrap {
	margin-bottom: 14%;
}
.ws_yoyaku .txt-yoyaku {
    font-size: 14px;
}
.ws_wrap .ws_name {
    padding-right: 0;
}
.ws_wrap .ws_name h3 {
    font-size: 16px;
}
.ws_wrap .ws_name figure {
	display: none;
    right: -10px;
    top: -40px;
    width: 75px;
}

#workshop:before{
width: 200px;
    left: -70px;
    top: -70px;
    padding-top: 320px;
}
#workshop:after{
width: 200px;
    right: -80px;
    top: -80px;
    padding-top: 320px;
}

.ws_wrap_inner .ws_det dl{
	flex-wrap: wrap;
	margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;	
}

.ws_wrap_inner .ws_det dl dt{
	width: 100%;
}

.ws_yoyaku .yoyaku_inner {
	flex-wrap: wrap;
}



}




/* table type02 */
.tbl-type02 {
	font-size: 0.9rem;
	width: 100%;
	margin: 0 auto 2rem;
	text-align: left;
	background: #fff;
}

.tbl-type02 caption {
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 10px
}

.tbl-type02 th {
	padding: 0.5rem 2rem;
	background-color: #6ab4cc;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	border-bottom: 1px solid #FFF;
	width: 160px;
}

.tbl-type02 td {
	padding: 0.5rem 2rem;
	vertical-align: middle;
	border-bottom: 1px solid #F1F1F1;
}

@media screen and (max-width: 568px) {
	.tbl-type01 th {
		width: 100%;
		display: block;
	}

	.tbl-type01 td {
		width: 100%;
		display: block;
	}

	.tbl-type02 th {
		width: 100%;
		display: block;
	}

	.tbl-type02 td {
		width: 100%;
		display: block;
	}
}


dl {
	margin-bottom: 20px;
}

dl dt {
	margin-bottom: 6px;
}

.note01 {
	color: #FF0000;
}

.btn-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 84%;
	margin: 0 auto;
}

.btn-wrap p {
	width: 48%;
}

.btn-pdf {
	margin-right: 1rem;
}

.btn-pdf a {
	background: #e67529;
	width: 100%;
	color: #FFF;
	display: block;
	position: relative;
}

.btn-pdf a:before {
	font-family: FontAwesome;
	content: "\f1c1";
	margin-right: 5px;
}

.btn-pdf a:after {
	font-family: FontAwesome;
	position: absolute;
	color: #FFF;
	content: "\f105";
	right: 6%;
	top: 50%;
	font-size: 16px;
	transform: translate(0, -50%);
	transition: all 0.3s ease-in-out;
}

.btn-pdf a:hover:after {
	transform: translate(0, -50%);
	right: 4%;
}

.btn-form {
	margin-right: 1rem;
}

.btn-form a {
	width: 100%;
	color: #FFF;
	display: block;
	position: relative;
	background: linear-gradient(270deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%);
	background-position: 1% 50%;
	background-size: 200% auto;

}

.btn-form a:before {
	font-family: FontAwesome;
	content: "\f08e";
	margin-right: 5px;
}

.btn-form a:after {
	font-family: FontAwesome;
	position: absolute;
	color: #FFF;
	content: "\f105";
	right: 6%;
	top: 50%;
	font-size: 16px;
	transform: translate(0, -50%);
	transition: all 0.3s ease-in-out;
}

.btn-form a:hover {
	background-position: 99% 50%;
}

.btn-form a:hover:after {
	border: 2px solid #1e90ff;
	transform: translate(0, -50%);
	right: 4%;
}


.btn-appl {
	margin-right: 1rem;
}

.btn-appl a {
	width: 100%;
	color: #FFF;
	display: block;
	position: relative;
	background: linear-gradient(270deg, #FF6600 0%, #e7853e 25%, #E6C825 51%, #26c07d 100%);
	background-position: 1% 50%;
	background-size: 200% auto;
}

.btn-appl a:before {
	font-family: FontAwesome;
	content: "\f1c6";
	margin-right: 5px;
}

.btn-appl a:after {
	font-family: FontAwesome;
	position: absolute;
	color: #FFF;
	content: "\f105";
	right: 6%;
	top: 50%;
	font-size: 16px;
	transform: translate(0, -50%);
	transition: all 0.3s ease-in-out;
}

.btn-appl a:hover {
	background-position: 99% 50%;
}

.btn-appl a:hover:after {
	transform: translate(0, -50%);
	right: 4%;
}

.deadline {
	margin: 20px 0 30px;
}

.contact_address {
	margin-bottom: 40px;
	padding: 2rem;
	background: #FFF;
}

.contact_address>ul.teishutu {
	margin-bottom: 20px;
}

.contact_address p {
	margin-bottom: 0;
	font-size: 0.9rem;
}

.contact_address--photo {
	font-size: 1.1rem;
}

.contact_address--contact {
	margin-top: 1rem;
}

@media screen and (max-width: 568px) {
	.icon-pdf {
		width: 80%;
		margin: 0 auto;
	}
}


.pnk {
	color: #d34c6c;
}

/* 出演ミュージシャン */
.musician {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1280px;
	margin: 0 auto 0;
}

.musician>p {
	width: 100%;
	text-align: center;
}

.musician .h301 {
	width: 100%;
}

.ms_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 4%;
	padding-bottom: 4%;
	border-bottom: 1px dotted #CCC;
}

.ms_box:nth-of-type(3) {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.ms_box .pic_musician {
	width: 460px;
	margin-right: 30px;
}

.ms_box .musician_det {
	flex: 1;
}

.ms_card {
	width: 100%;
	padding: 20px;
	background: #FFF;
	display: flex;
	justify-content: ;
}

.ms_card h4 {
	font-weight: bold;
	color: #FF6600;
	padding-bottom: 8px;
	border-bottom: 1px #FF6600 solid;
}

.ms_card p,
.ms_card dd {
	font-size: 0.9rem;
}

.ms_card img {
	width: 100%;
}

@media screen and (max-width: 980px) {
	.ms_box .pic_musician {
		width: 30%;
	}

	.ms_box .musician_det {
		width: 70%;
	}
}

@media screen and (max-width: 768px) {
	.ms_box .pic_musician {
		width: 100%;
		margin-right: 0;
	}

	.ms_box .musician_det {
		width: 100%;
	}

	.ms_card {
		width: 48%;
		margin-bottom: 20px;
	}

	.btn-wrap p {
		width: 100%;
	}

	.btn-wrap p:nth-child(1) {
		margin-bottom: 10px !important;
	}
}

@media screen and (max-width: 568px) {
	.ms_card {
		width: 100%;
	}
}

/* プラン */
#plan {
	background-image: url(../../images/event/alohaisai/bg_plan.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 8% 6%;
}

#plan .inner {
	max-width: none;
	width: 100%;
	padding: 0;
	background-color: #FFF;
	margin: 0 auto;
	padding: 5%;
}

#plan.content3 .h201 {
	max-width: 640px;
	margin: 0 auto 60px;
}

.planlist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.planlist .card {
	width: 31%;
	border: 1px solid #CCC;
	background-color: #FFF;
	position: relative;
	padding-bottom: 30px;
	display: flex;
	flex-direction: column;
}

.planlist .card a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.planlist .card .badge {
	background-color: #95b145;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	width: 4.2vw;
	height: 4.2vw;
	font-size: 1vw;
	border-radius: 100px;
	position: absolute;
	top: -1vw;
	left: -1vw;
	z-index: 1;
}

.planlist .card .card-inner {
	margin-top: 26px;
	text-align: center;
	padding: 0px 20px 0 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.planlist .card .card-inner h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 10px;
}

.planlist .card .card-inner .plan-det {
	font-size: 14px;
}

.planlist .card img {
	transition: all ease 0.3s;
}

.planlist .card .shousai {
	padding: 5px 10px;
	border: 1px solid #c03a5e;
	color: #c03a5e;
	width: 70%;
	margin: auto auto 0;
	font-size: 14px;
	transition: all ease 0.3s;
	text-align: center;
}

.planlist .card:hover img {
	opacity: 0.7;
	transition: all ease 0.3s;
}

.planlist .card:hover .shousai {
	background-color: #c03a5e;
	color: #FFF;
}

.plan-note {
	padding: 20px;
	color: #000;
	background-color: #FFF;
	max-width: 1280px;
	width: 100%;
	margin: 40px auto 0;
}

.plan-note li {
	text-align: center;
	font-weight: bold;
}

.plan-note li span {
	margin-left: 15px;
}

/* プラン */
.related-events {
	background-color: #FFF;
	padding: 40px 30px 30px;
	margin-top: 100px;
	max-width: 1280px;
	margin: 0 auto;
}

.related-events .rel-card {
	display: flex;
	justify-content: flex-start;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #CCC;
}

.related-events h3 {
	font-weight: bold;
	text-align: center;
	background-image: linear-gradient(-270deg, #00ced1 -5%, #1e90ff 100%);
	padding: 10px;
	margin-bottom: 50px;
	color: #FFF;
}

.related-events .rel-card .rel-pic {
	width: 280px;
	margin-right: 20px;
}

.rel-card .rel-det {
	flex: 1;
	align-items: center;
}

.rel-card .rel-det h4 {
	font-weight: bold;
}

.rel-card .rel-det dl {
	display: flex;
	margin-bottom: 2px;
	font-size: 15px;
}

.rel-card .rel-det dl dt {
	margin-bottom: 0;
	background-color: #F1F1F1;
	text-align: center;
	width: 100px;
	padding: 5px 10px;
}

.rel-card .rel-det dl dd {
	margin-bottom: 0;
	padding: 0 10px;
	flex: 1;
}

.rel-card .rel-det dl dd a {
	color: #1e90ff;
	text-decoration: underline;
}

@media screen and (max-width: 980px) {
	.related-events .rel-card .rel-pic {
		width: 200px;
	}
}

@media screen and (max-width: 568px) {
	.related-events .rel-card {
		display: block;
	}

	.related-events .rel-card .rel-pic,
	.related-events .rel-card .rel-det {
		width: 100%;
	}

	.related-events h3 {
		margin-bottom: 8%;
	}
}


@media screen and (max-width: 820px) {
	.plan-note li span {
		margin-right: 0;
		display: block;
	}

	.planlist .card {
		width: 47%;
		margin-bottom: 30px;
	}

	.planlist .card .badge {
		width: 8vw;
		height: 8vw;
		font-size: 2vw;
		top: -2vw;
		left: -2vw;
	}
}

@media screen and (max-width: 568px) {
	.planlist .card {
		width: 100%;
		margin-bottom: 30px;
	}

	.planlist .card .badge {
		width: 8vw;
		height: 8vw;
		font-size: 2vw;
		top: -2vw;
		left: -2vw;
	}
}


/* アクセス */
#access {
	background: #FFF;
	padding: 8% 6%;
	margin-bottom: 0;
}

.gmap {
	margin-bottom: 80px;
}

.gmap.last {
	margin-bottom: 0;
}


.ft-bnr_cont {
	padding: 100px 6%;
}

.ft-bnr_cont .inner {
	text-align: center;
}

.ft-bnr_cont .inner a:hover {
	opacity: 0.8;
}


.note {
	margin-top: 30px;
}

.cont_wrap {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
	padding: 0 30px 120px;
}

.cont_wrap .inner {
	background-color: #FFF;
	max-width: 880px;
	margin: 8% auto 0;
	padding: 50px 50px 80px;
	box-shadow: #f1f1f1 1px 0 10px;
}

.cont_wrap .inner h2 {
	margin: 0;
}

form .formtype_wrap {
	height: 130px;
	margin-bottom: 30px;
}

form .formtype_wrap p {
	font-weight: bold;
}

.cont_wrap .inner h4 {
	margin: 0 0 30px;
	text-align: left;
	text-align: center;
	font-weight: bold;
}

form table {
	width: 100%;
	margin-bottom: 40px;
	margin-top: 20px;
	font-size: 15px;
}

form table caption {
	text-align: left;
	font-weight: bold;
}

form table th {
	box-sizing: border-box;
	line-height: 1.6;
	background: #00ced1;
	color: #FFF;
	width: 25%;
	padding: 10px;
	border-bottom: 1px #FFF solid;
	text-align: center;
	vertical-align: middle;
}

form table td {
	padding: 10px;
	text-align: left;
	box-sizing: border-box;
}

form table td.stage {
	display: flex;
	flex-direction: column;
}

form table td.stage span {
	margin-left: 0 !important;
}


textarea,
input[type="text"],
input[type="email"],
input[type="tel"] {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px;
	margin-right: 10px;
	background: #fff;
}

table.tbl_form.select_formtype th {
	height: 122px;
}

table.tbl_form.select_formtype td {
	vertical-align: top;
}


.tbl_form td.td_start,
.tbl_form td.td_backmusic {
	vertical-align: text-bottom;
}

.tbl_form td.td_start span.error,
.tbl_form td.td_backmusic span.error {
	display: block;
	margin-top: 22px;
}

.tbl_form input.f1_grp_name,
.tbl_form input.f1_grp_kana,
.tbl_form input.f2_grp_name,
.tbl_form input.f2_grp_kana,
.tbl_form input.f3_halau_name,
.tbl_form input.f3_halau_kana,
.tbl_form input.f4_shop_name,
.tbl_form input.f4_name,
.tbl_form input.f4_kana {
	width: 80%;
}

.tbl_form input.f1_name,
.tbl_form input.f1_kana,
.tbl_form input.f2_name,
.tbl_form input.f2_kana,
.tbl_form input.f3_name,
.tbl_form input.f3_kana,
.tbl_form input.f1_tel,
.tbl_form input.f2_tel,
.tbl_form input.f3_tel,
.tbl_form input.f4_tel,
.tbl_form input.f4_sp_tel {
	width: 50%;
}

.tbl_form input.f3_dob,
.tbl_form input.f3_dp {
	width: 30%;
}

.tbl_form input.f1_play_time,
.tbl_form input.f1_play_time_1,
.tbl_form input.f1_play_time_1_sec,
.tbl_form input.f2_play_time_1,
.tbl_form input.f2_play_time_1_sec,
.tbl_form input.f2_play_time_2,
.tbl_form input.f2_play_time_2_sec,
.tbl_form input.f3_play_time_1,
.tbl_form input.f3_play_time_1_sec,
.tbl_form input.f3_play_time_2,
.tbl_form input.f3_play_time_2_sec,
.tbl_form input.f1_performer_qty,
.tbl_form input.f2_performer_qty,
.tbl_form input.f2_performer_qty_1,
.tbl_form input.f2_performer_qty_2,
.tbl_form input.f3_performer_qty,
.tbl_form input.f3_performer_qty_1,
.tbl_form input.f3_performer_qty_2 {
	width: 80px;
}

.tbl_form li {
	margin-left: 1.4em;
	text-indent: -1.4em;
}


.open-area1,
.open-area2,
.open-area3,
.open-area4 {
	background: #FAFAFA;
	padding: 5% 5%;
	margin-bottom: 5%;
}

.mw_wp_form.mw_wp_form_confirm .frame-wapper,
.mw_wp_form.mw_wp_form_confirm .check_mark {
	display: none;
}

.frame-wapper {
	border: 1px solid #CCC;
	position: relative;
	padding-bottom: 50%;
	margin-bottom: 40px;
	width: 100%;
	height: 0;
	overflow: auto;
}

.frame-wapper .frame_inner h5 {
	font-weight: bold;
	margin-bottom: 6px;
}

.frame-wapper .frame_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 3% 3% 6%;
	box-sizing: border-box;
}

.frame-wapper .frame_inner ul {
	margin-bottom: 5%;
}

.frame-wapper .frame_inner p {
	margin-bottom: 30px !important;
}

.frame-wapper .frame_inner p a {
	text-decoration: underline;
}

.mw_wp_form .check_mark {
	text-align: center;
	padding: 30px 0 10px;
}

.mw_wp_form .btn_cont {
	text-align: center;
	display: flex;
	max-width: 500px;
	margin: 0 auto;
}

.btnLink form button,
.mw_wp_form .btn_cont button.form_back,
input[type="submit"] {
	outline: none;
	cursor: pointer;
	margin: 0 auto;
	display: block;
	border-radius: 20px;
	color: #212423;
	background: #FFF;
	border: 1px solid #212423;
	width: 49%;
	height: 40px;
	transition: all 0.3s ease-in-out;
}

.btnLink form button:hover,
.mw_wp_form .btn_cont button.form_back:hover,
input[type="submit"]:hover {
	color: #FFF;
	background: #00bbd9;
	border: 1px solid #00bbd9;
}

.mwform-radio-field label {
	display: block;
	height: 0;
}

.siteFooter {
	color: #fff;
	padding: 50px 10px 20px;
	background-image: linear-gradient(-270deg, #00ced1 -5%, #1e90ff 100%);
}

.siteFooter .f-logo {
	max-width: 170px;
	margin: 0 auto;
}

.copyright {
	text-align: center;
}

@media screen and (max-width: 767px) {
	.cont_wrap {
		width: 100%;
		padding: 0;
	}

	.cont_wrap .inner {
		padding: 10% 5%;
	}

	form table th,
	form table td {
		width: 100%;
		display: block;
	}
}

/** Contact Form7 **/
table.buffet_det {
	border-collapse: collapse;
	font-size: 15px;
}

table.buffet_det th,
table.buffet_det td {
	color: #333;
}

table.buffet_det th {
	background-color: #F1F1F1;
}

.totalcost label.totalfee {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
}

.totalcost label.totalfee span {
	font-size: 16px;
	font-weight: bold;
}

.wpcf7-form-control-wrap input#number_itm01,
.wpcf7-form-control-wrap input#number_itm02 {
	font-weight: bold;
	font-size: 18px;
	padding: 5px;
	border: 1px solid #CCC;
	width: 60px;
}

.wpcf7-form-control-wrap #totalfee {
	font-weight: bold;
	font-size: 18px;
	padding: 5px 5px 0;
	border: none;
	border-bottom: 1px solid #CCC;
	width: 80px;
	margin: 0;
}

.wpcf7-form-control-wrap .scf_tel {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px;
	background: #fff;
}

.btn_cont input {
	text-align: center;
}

.acceptance_wrap {
	text-align: center;
	margin-bottom: 40px;
}

.acceptance_wrap a {
	text-decoration: underline;
}

.acceptance_wrap .chk_form {
	margin-top: 20px !important;
}