@charset "UTF-8";


/* -----------------------------------------------------------
/* Form
 * -------------------------------------------------------- */

/* Reset
 ---------------------------------------------- */
input,textarea {
  -webkit-appearance: none;
 appearance: none;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* Table
 ---------------------------------------------- */

.p-event-form {
	position: relative;
	padding: 3.0rem 2.0rem;
}

@media (min-width: 1001px) {
	.p-event-form {
		width: 86.0rem;
		margin: 0 auto;
		padding: 4.0rem 0;
	}
}

.p-event-form > dl {
	padding: 1.0rem 0;
}

@media (min-width: 768px) {
	.p-event-form > dl {
		display: flex;
		align-items: center;
		margin: 0;
		padding: 2.5rem 0;
		border-bottom: solid 1px #efefef;
	}
}

@media (min-width: 768px) {
	.p-event-form > dl.item-align-top {
		align-items: flex-start;
		border: none;
	}
}


@media (min-width: 768px) {
	.p-event-form > dl > dt {
		width: 22.0rem;
	}
}

@media (min-width: 768px) {
	.p-event-form > dl.item-align-top > dt {
		padding-top: 3.5rem;
	}
}





.p-event-form dt {
	margin-bottom: 0.5em;
	font-weight: 900;
}

@media (min-width: 768px) {
	.p-event-form dt {
		margin-bottom: 0;
	}
}

.p-event-form dt,
.p-event-form dd {
	font-size: 1.4rem;
	line-height: 1.6;
}

@media (min-width: 768px) {
	.p-event-form dt,
	.p-event-form dd {
		font-size: 1.6rem;
	}
}



.p-event-form > dl > dt .requred,
.p-event-article__head .requred {
	display: inline-block;
	margin-left: 0.5em;
	padding: 0 0.5em;
	background-color: #c60f28;
	color: #ffffff;
	font-size: 1.0rem;
	font-weight: 500;
	white-space: nowrap;
	border-radius: 0.4rem;
	vertical-align: middle;
}

@media (min-width: 768px) {
	.p-event-form > dl > dt .requred,
	.p-event-article__head .requred {
		font-size: 1.1rem;
	}
}

.p-event-form > dl > dt .note,
.p-event-form > dl > dd .note {
	font-size: 0.8em;
}

.p-event-form > dl > dd p.note {
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 0.5em;
}

.p-event-form > dl > dd p.note::before {
	content: "※";

}

.p-event-form > dl > dd .note a {
	text-decoration: underline;
}

.p-event-form > dl > dd .note a:hover {
	text-decoration: none;
}


@media (min-width: 768px) {
	.p-event-form > dl > dt .note {
		display: block;
	}
}

.p-event-form > dl > dd .photo_note {
	display: inline-block;
	font-weight: bold;
	color: #c60f28;
	border: 1px solid #c60f28;
	padding: 0.5em;
	margin: 0.5em 0;
}

.p-event-form > dl > dd .photo_note2 {
	font-size: 0.9em;
	margin: 0 0 0.5em;
}

.p-event-form > dl > dd .photo_note a,
.p-event-form > dl > dd .photo_note2 a,
.p-event-form .form-checkbox.agree a {
	text-decoration: underline;
}

.p-event-form > dl > dd .photo_note a:hover,
.p-event-form > dl > dd .photo_note2 a:hover,
.p-event-form .form-checkbox.agree a:hover {
	text-decoration: none;
}


.p-event-form > dl > dd {
	margin: 0;
}

@media (min-width: 768px) {
	.p-event-form > dl > dd {
		width: calc(100% - 22.0rem);
	}
}





/* Child table
 ---------------------------------------------- */


.p-event-form > dl > dd > dl {
	margin-bottom: 0.5em;
}

@media (min-width: 768px) {
	.p-event-form > dl > dd > dl {
		display: flex;
		align-items: center;
		margin: 0;
		padding: 2.0rem 0;
	}
}

.p-event-form > dl > dd > dl > dt {
	font-size: 1.4rem;
	font-weight: 900;
	line-height: 1.6;
	white-space: nowrap;
}


@media (min-width: 768px) {
	.p-event-form > dl > dd > dl > dt {
		width: 16.0rem;
		font-size: 1.6rem;
	}
}

.p-event-form > dl > dd > dl > dd {
	margin: 0;
}

@media (min-width: 768px) {
	.p-event-form > dl > dd > dl > dd {
		width: calc(100% - 16.0rem);
	}
}







/* Input width
 ---------------------------------------------- */

.length30 {
	width: 40%;
}

.length15 {
	width: 20%;
}

@media (min-width: 768px) {
	.length50 {
		width: 50%;
	}

	.length30 {
		width: 20%;
	}

	.length15 {
		width: 10%;
	}

}

.length100 {
	width: 100%;
}


/* Input Text
 ---------------------------------------------- */


.p-event-form input[type="text"],
.p-event-form input[type="tel"],
.p-event-form input[type="email"],
.p-event-form textarea {
	padding: 1.0rem;
	font-size: 1.4rem;
	border: solid 1px #cccccc;
	/*border-radius: 0.8rem;*/
}

@media (min-width: 768px) {
	.p-event-form input[type="text"],
	.p-event-form input[type="tel"],
	.p-event-form input[type="email"],
	.p-event-form textarea {
		padding: 1.5rem;
		font-size: 1.6rem;
	}
}


/* Input Select
 ---------------------------------------------- */


.p-event-form .form-select {
	position: relative;
	border: 1px solid #cccccc;
	/*border-radius: 0.8rem;*/
}

.p-event-form .form-select::after {
	display: block;
	content: '';
	position: absolute;
	right: 1.5rem;
	top: 1.5rem;
	width: 1.0rem;
	height: 1.0rem;
	border-right: solid  0.3rem #999;
	border-bottom: solid  0.3rem #999;
	transform: rotate(45deg);
	pointer-events: none;
	z-index: 1;
}

@media (min-width: 768px) {
	.p-event-form .form-select::after {
		top: 2.0rem;
		width: 1.2rem;
		height: 1.2rem;
	}
}

.p-event-form .form-select select {
	display: inline-block;
	background: none;
	max-width: 100%;
	width: 100%;
	padding: 0 0 0 1em;
	vertical-align: middle;
	font-size: 1.6rem;
	line-height: 4.4rem;
	border: 0;
	outline: none;
	appearance: button;
	appearance: none;
}


@media (min-width: 768px) {
	.p-event-form .form-select select {
		line-height: 5.6rem;
	}
}

.p-event-form .form-select select:focus {
	outline: none;
	border: none;
}








/* Input Checkbox
 ---------------------------------------------- */


.p-event-form .form-checkbox label {
	display: inline-block;
	margin-bottom: 0.5em;
	cursor: pointer;
}

.p-event-form .form-checkbox label input[type="checkbox"] {
	width: 1px;
	height: 1px;
	opacity: 0;
}

.p-event-form .form-checkbox label span {
	position: relative;
}

.p-event-form .form-checkbox label span:before {
	position: relative;
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url("../../common/images/event/check-off.svg");
	background-position: center;
	background-size: contain;
	margin-right: 14px;
}

.p-event-form .form-checkbox input[type="checkbox"]:checked + span:before {
	background-image: url("../../common/images/event/check-on.svg");
}
/*
.p-event-form .form-checkbox label span:before {
	position: relative;
	content: "\f0c8";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	margin-right: 7px;
	color: #333333;
}

.p-event-form .form-checkbox input[type="checkbox"]:checked + span {
	color: #0075ba;
}

.p-event-form .form-checkbox input[type="checkbox"]:checked + span:before {
	content: "\f14a";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #0075ba;
}

.p-event-form .form-checkbox label {
	width: 100%;
}
*/
.p-event-form .zip-button {
	display: inline-block;
	margin-top: 1.0rem;
}

@media (min-width: 768px) {
	.p-event-form .zip-button {
		height: 5.6rem;
		margin: 0 0 0 1.0rem;
	}
}

.p-event-form .zip-button button {
	width: auto;
	height: 4.4rem;
	padding: 0 1.0rem;
	font-size: 1.4rem;
	border: 1px solid #cccccc;
	/*border-radius: 0.8rem;*/
}

@media (min-width: 768px) {
	.p-event-form .zip-button button {
		height: 5.6rem;
	}
}


/* -----------------------------------------------------------
 * Agree checkbox
----------------------------------------------------------- */

.p-event-form .form-checkbox.agree {
	margin-top: 3.0rem;
	text-align: center;
}

.p-event-form .form-checkbox.agree label {
	font-size: 1.4rem;
	line-height: 1.6;
}

@media (min-width: 768px) {
	.p-event-form .form-checkbox.agree label {
		font-size: 1.6rem;
	}
}

.p-event-form .form-checkbox.agree label span {
	display: flex;
	align-items: center;
}


/* -----------------------------------------------------------
 * Submit button
----------------------------------------------------------- */

.p-event-form__button.submit {
	display: flex;
	justify-content: center;
	position: relative;
	margin-top: 3.0rem;
}

.p-event-form__button.submit input {
	display: block;
	position: relative;
	padding: 1.0em 2.0em;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	border: 0;
	cursor: pointer;
}

.p-event-form__button.submit.return input {
	background-color: #666;
	margin-top: -3em;
}

@media (min-width: 768px) {
	.p-event-form__button.submit input {
		min-width: 40.0rem;
		font-size: 1.6rem;
	}
}


/* Error message
 ---------------------------------------------- */

 .errorMsg {
	display: none;
	margin-top: 0.5em;
	color: #e5001e;
	font-size: 1.4rem;
	line-height: 1.6;
}

div.error + div.error {
	margin-top: 1em;
}

div.error {
	background-color: #fee8eb;
	width: calc(100% - 10vw);
	max-width: 700px;
	padding: 5vw;
	margin: 10px auto;
	font-size: 1.4rem;
}

div.error ul {
	margin: 15px 0 0;
}

div.error li::before {
	content:"・";
}

div.error li + li {
	margin-top: 0.25em;
}


.zip-error {
	margin-top: 0.5em;
	color: #e5001e;
	font-size: 1.4rem;
	line-height: 1.6;
}

@media (min-width: 768px) {
	div.error {
		padding: 30px;
		margin: 20px auto 0;
		font-size: 1.4rem;
	}
}


/* ----------------------------------------------
 * Processing
 ---------------------------------------------- */

body.is-fix {
	position: fixed;
	width: 100%;
}

.processing {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.80);
	opacity: 1;
	z-index: 1000;
}

.processing p.text {
	position: absolute;
	bottom: 50%;
	left: 50%;
	text-align: center;
	font-size: 14px;
	transform: translate(-50%, -50%);
}

.processing p.image {
	position: absolute;
	bottom: 45%;
	left: 50%;
	width: 24px;
	height: 24px;
	transform: translate(-50%, -50%);
}

.processing p.image span {
	display: block;
	width: 24px;
	height: 24px;
	-webkit-animation-name: spinner;
	animation-name: spinner;
	-webkit-animation-duration: .9s;
	animation-duration: .9s;
	-webkit-animation-timing-function: steps(12);
	animation-timing-function: steps(12);
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.processing p.image span img {
	display: block;
}

textarea.count-error {
	color: #E01B2A!important;
}



/* Grandchild table
 ---------------------------------------------- */

.p-event-form > dl > dd > dl.recipt-item {
	border-bottom: solid 1px #efefef;
}

.p-event-form > dl > dd > dl.recipt-item:last-of-type {
	border-bottom: none;
}

@media (min-width: 768px) {
	.p-event-form dl.recipt-item {
		align-items: flex-start;
	}
}

.p-event-form dl.recipt-item > dt {
	
}

@media (min-width: 768px) {
	.p-event-form dl.recipt-item > dt {
		width: 10.0rem;
		padding: 3.5rem 0;
	}
}

@media (min-width: 768px) {
	.p-event-form dl.recipt-item > dd {
		width: calc(100% - 10.0rem);
	}
}

.p-event-form dl.recipt-item > dd > dl {
	margin-bottom: 0.5em;
}

@media (min-width: 768px) {
	.p-event-form dl.recipt-item > dd > dl {
		display: flex;
		align-items: center;
		margin: 0;
		padding: 2.0rem 0;
	}
}

.p-event-form dl.recipt-item > dd > dl > dt {
	
}

@media (min-width: 768px) {
	.p-event-form dl.recipt-item > dd > dl > dt {
		width: 16.0rem;
	}
}


.p-event-form dl.recipt-item > dd > dl > dd {
	margin: 0;
}

@media (min-width: 768px) {
	.p-event-form dl.recipt-item > dd > dl > dd {
		width: calc(100% - 16.0rem);
	}
}

.p-event-form dl.recipt-item > dd > dl > dd.recipt-item-select {
	
}

@media (min-width: 768px) {
	.p-event-form dl.recipt-item > dd > dl > dd.recipt-item-select {
		display: flex;
		gap: 1.0rem;
	}
}

@media (min-width: 768px) {
	.p-event-form dl.recipt-item > dd > dl > dd.recipt-item-select div {
		width: calc((100% - 1.0rem) / 2);
	}
}

.ui-widget {
	font-size: 1.6em;
}


dt.error, p.error {
	color: #c60f28;
}

.p-event-form dd.error input[type="text"],
.p-event-form dd.error input[type="tel"],
.p-event-form dd.error input[type="email"],
.p-event-form dd.error textarea {
	border-color: #c60f28;
}

.recipt-photo {
	margin: 1em 0;
	padding: 1.0rem;
	background-color: #fff0f0;
	color: #c60f28;
}

.recipt-photo a {
	text-decoration: underline;
}

@media (min-width: 768px) {
	.recipt-photo {
		margin: 0;
		padding: 2.0rem 4rem;
	}
}
.recipt-photo a {
	transition: color .25s ease 0s;
}

@media (min-width: 960px) {
	.recipt-photo a:hover {
		text-decoration: none;
	}
}

.recipt-photo a::before {
	display: none;
	content: '';
	width: 1.0rem;
	height: 1.0rem;
	margin-right: 0.5em;
	border-right: solid  0.2rem #000000;
	border-bottom: solid  0.2rem #000000;
	transform: rotate(-45deg);
	transition: color .25s ease 0s;
}


@media (min-width: 960px) {
	.recipt-photo a:hover::before {
		border-color: #b50080;
	}
}





.modaal-wrapper .modaal-close {
	position: absolute;
	right: -25px;
	top: -25px;
	background: #ffffff;
}

.modaal-close::before, .modaal-close::after {
	background: #b93d0c;
}




/* Questionnaire
 ---------------------------------------------- */

.p-event-form dl.questionnaire {
	width: 100%;
	max-width: 74.0rem;
	margin: 0 auto;
	padding-top: 3.5rem;
	border-top: solid 1px #000;
}

.p-event-form dl.questionnaire  h3 {
	margin-bottom: 0.5em;
	text-align: center;
	font-size: 1.8rem;
}

@media (min-width: 768px) {
	.p-event-form dl.questionnaire  h3 {
		font-size: 2.2rem;
	}
}



.p-event-form dl.questionnaire > dt {
	display: none;
}

.p-event-form dl.questionnaire > dd {
	width: 100%;
}

.p-event-form dl.questionnaire dd dl.questionnaire__inner {
	display: block;
	padding: 1.0rem 0;
	border-top: solid 1px #efefef;
}

@media (min-width: 768px) {
	.p-event-form dl.questionnaire dd dl.questionnaire__inner {
		padding: 2.0rem 0;
	}
}

.p-event-form dl.questionnaire dd dl.questionnaire__inner:first-of-type {
	border-top: none;
}


.p-event-form dl.questionnaire dd dl.questionnaire__inner dt {
	margin-bottom: 0.8em;
	font-size: 16px;
}

@media (min-width: 768px) {
	.p-event-form dl.questionnaire dd dl.questionnaire__inner dt {
		font-size: 1.8rem;
	}
}


br.sp-inline {
	display: inline-block !important;
}
@media screen and (min-width: 480px) {
	br.sp-inline {
		display: none !important;
	}
}

/* Input Radio button
 ---------------------------------------------- */

.p-event-form .questionnaire .form-radio,
.p-event-form .questionnaire .form-checkbox {
	display: flex;
	flex-wrap: wrap;
}

.p-event-form .form-radio label {
	display: inline-block;
	margin-bottom: 5px;
	cursor: pointer;
}

.p-event-form .form-radio label input[type="radio"] {
	width: 1px;
	height: 1px;
	opacity: 0;
}

.p-event-form .form-radio label span {
	/*display: inline-flex;*/
	align-items: center;
	margin-right: 15px;
}

.p-event-form .form-radio label span:before {
	content: "";
	display: inline-block;
	flex-basis: 2.0rem;
	width:  2.0rem;
	height:  2.0rem;
	background-image: url("../../common/images/event/radio-off.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 5px;
	vertical-align: middle;
}

.p-event-form .form-radio input[type="radio"]:checked + span:before {
	background-image: url("../../common/images/event/radio-on.svg");
}

.p-event-form .questionnaire .form-checkbox label {
	margin-bottom: 5px;
}

.p-event-form .questionnaire .form-checkbox label span {
	display: inline-flex;
	align-items: center;
	margin-right: 15px;
}

.p-event-form .questionnaire .form-checkbox label span:before {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}



.p-event-form dl.questionnaire .form-radio input[type="text"] {
	vertical-align: middle;
}


.p-event-form dl.questionnaire textarea {
	width: 100%;
	padding: 1.5rem;
	font-size: 1.6rem;
	border: solid 1px #cccccc;
}

.p-event-form .questionnaire dt .requred {
	display: inline-block;
	margin-left: 0.5em;
	padding: 0 0.5em;
	background-color: #c60f28;
	color: #ffffff;
	font-size: 1.0rem;
	font-weight: 500;
	white-space: nowrap;
	border-radius: 0.4rem;
	vertical-align: middle;
}

@media (min-width: 768px) {
	.p-event-form .questionnaire dt .requred {
		font-size: 1.1rem;
	}
}



.p-event-form input.count-error {
	color: #c60f28 !important;
}

