@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
/*	font: inherit;*/
/*	font-size: 100%;*/
/*	vertical-align: baseline;*/
}

html {
	scroll-behavior: smooth;
}

@media (max-width: 769px) {
	.pc {
		display: none;
	}
}
@media (min-width: 770px) {
	.sp {
		display: none;
	}
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0px;
	padding: 0px;
	height: 100vh;
	font-size: 16px;
	line-height: 1.42857;
	color: #333;
	font-weight: normal;
	background-color: #fff;
	@media (max-width: 769px) {
		font-size: 3.73vw;
		height: 100%;
		color: #424242;
	}
}

#formarea ul,#formarea li,#formarea dl,#formarea dt,#formarea dd,#formarea button {
	list-style: none;
	padding: 0;
}
a {
	text-decoration: none;
}
*:before, *:after {
	box-sizing: border-box;
}


/*フォーム*/
article.informarea {
	width: 900px;
	margin: 0 auto 100px;
	padding: 50px 10px 70px;
	@media (max-width: 769px) {
		width: 100%;
		margin:0 auto 26.66vw;
		padding: 6.66vw 0 13.33vw;
	}
}
article.informarea.gmesse {/*Gメッセ専用*/
	width: 950px;/*幅が違う*/
	margin: 0 auto 100px;
	padding: 50px 10px 70px;
	@media (max-width: 769px) {
		width: 100%;
		margin:0 auto 26.66vw;
		padding: 6.66vw 0 13.33vw;
	}
}
article.informarea.toujitu {/*当日フォームのみ用*/
	margin-top: 71px;
	@media (max-width: 769px) {

	}
}
#inform {
	margin-top: -70px;
	padding-top: 70px;
	@media (max-width: 769px) {
		margin-top: -60px;
		padding-top: 60px;
	}
}
.heder_t > div > img {
	display: none;
}
.than_p {
	margin: 0 auto 50px;
	font-size: 25px;
	font-weight: 500;
	border-bottom: 1px solid #755B2F;
	color: #755B2F;
	text-align: center;
	@media (max-width: 769px) {
		font-size: 5.33vw;
		font-weight: 500;
		margin: 0 auto 5.33vw;
		width: 88%;
	border-bottom: 0.26vw solid #755B2F;
	}
}
.than_p p {
	text-align: center;
}
.than_text {
	font-size: 17px;
	text-align: center;
	margin: 50px 0;
	padding: 0 70px;
	@media (max-width: 769px) {
		font-size: 4vw;
		margin: 0;
		padding: 0;
	}
}
.than_text p {
	font-size: 17px;
	text-align: center;
	margin: 50px 0;
	@media (max-width: 769px) {
		font-size: 3.73vw;
		text-align: justify;
		margin: 0;
		padding: 0 3.2vw 3.2vw;
	}
}
.recep {
	margin-bottom: 50px;
	@media (max-width: 769px) {
		margin-bottom: 4.8vw;
	}
}
.recep .ttl {
	background: #EBF5E4;
	padding: 10px 0 10px 50px;
	margin-bottom: 10px;
	@media (max-width: 769px) {
		display: grid;
		align-items: center;
		font-weight: bold;
		margin-bottom: 0;
		padding: 2.66vw 0 2.66vw 2.66vw;
	}
}
.recep p:last-of-type {
	padding: 0 0 0 50px;
	font-weight: 400;
	@media (max-width: 769px) {
		padding: 3.2vw 3.2vw 0;
		font-size: 3.73vw;
	}
}
#formarea {
	position: relative;
	margin: 0 auto;
	@media (max-width: 769px) {
		margin: 0 3% 0 3%;
	}
}
#formarea .mfp_rows {
	display: flex;
	margin-bottom: 3px;
	@media (max-width: 769px) {
		display: block;
		margin-bottom: 0;
	}
}
#formarea input[type="text"], #formarea input[type="tel"], #formarea input[type="email"] {
	height: 28px;
	font-size: 100%;
	width: 100%!important;
	@media (max-width: 769px) {
		height: 8.53vw;
		font-size: 4.26vw;
		border-radius: 0.53vw;
		box-sizing: border-box;
		border: 0.26vw solid #999;
		padding:0 1.06vw;
	}
}
#mailformpro p, #mailformpro ul, #mailformpro li, #mailformpro dl, #mailformpro dt, #mailformpro dd {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	box-sizing: border-box;
	@media (max-width: 769px) {
		font-size: 4.26vw;
	}
}
#formarea select {
	height: 28px;
	font-size: 100%;
	@media (max-width: 769px) {
		height: 8.53vw;
		font-size: 4.26vw;
		-webkit-appearance: none;
		width: 100%;
		color: #333333;
		font-weight: 700;
		padding: 0.26vw 0 0.26vw 2.13vw;
		border-radius: 0.53vw;
	}
}
#formarea dl {
	@media (max-width: 769px) {
		padding: 9% 0 0;
	}
}
#formarea dt {
	font-size: 100%;
	line-height: 1.3;
	padding: 12px 0 12px 12px;
	font-weight: bold;
	width: 30% !important;
	/*background: #DFEED5;*/
	background: #f4f4f4;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	@media (max-width: 769px) {
		/*font-size: 4.26vw;*/
		font-size: 3.73vw;
		font-weight: normal;
		line-height: 1.3;
		padding: 3.2vw 0 3.2vw 3.2vw;
		width: 100% !important;
		margin-bottom: 2.66vw;
	}
}
#formarea dd {
	width: 70%;
	line-height: 1.3;
	padding: 12px 0 12px 12px;
	font-size: 100% !important;
	text-align: justify;
	@media (max-width: 769px) {
		width: 100%;
		padding: 0 !important;
	}
}
#formarea dl.onamae dd {
	display: flex;
	line-height: 1.3;
	font-weight: bold;
	font-size: 100% !important;
	text-align: justify;
	@media (max-width: 769px) {
		padding: 3.2vw 0 3.2vw 3.2vw;
	}
}   
#formarea dl.onamae ul li:first-child {
	margin-right: 10px;
	@media (max-width: 769px) {
		margin-right: 2.66vw;
	}
}
#formarea dl.onamae ul:last-child li:first-child {
	@media (max-width: 769px) {
		margin-right: 0;
	}
}
#formarea .mailadd dd {
	display: flex;
	align-items: center;
	/*width: 500px;*/
	@media (max-width: 769px) {
		width: 100%;
	}
}
#formarea .mailadd dd ul {
	width: 100%;
}
#formarea .mailadd dd li:nth-last-child(-n+2) {
	margin-bottom: 0 !important;
}
#formarea .s-date dt p {
	font-size: 74%;
	margin-top: 6px;
	@media (max-width: 769px) {
/*		margin-top: 1.6vw;
		font-size: 4.26vw;*/
	}
}
#formarea .s-date dd {
	display: flex;
	align-items: center;
	@media (max-width: 769px) {
		display: block;
	}
}
#formarea .s-date p.sp {
	font-size: 0.8rem;
	line-height: 1.7;
	margin-top: 2%;
	color: red;
	font-weight: normal;
	@media (max-width: 769px) {
		font-size: 3.2vw;
		margin-top: 0.8vw;
	}
}
#formarea .s-date p.sp span {
	border-bottom: 1px red solid;
	@media (max-width: 769px) {
		border-bottom: 0.26vw red solid;
	}
}
#formarea .add dd > p.sp, #formarea .denwa p.sp {
	color: red;
	font-size: 0.8rem;
	font-weight: normal;
	margin-bottom: 1%;
	@media (max-width: 769px) {
		font-size: 3.2vw;
		margin-bottom: 0.8vw;
	}
}
#formarea dl.add dd > div > ul {
	display: flex;
	align-items: center;
	margin-bottom: 10px !important;
	margin-bottom: 0 !important;
	@media (max-width: 769px) {
		width: 60%;
		margin-right: 4%;
	}
}
#formarea dl.add dd > div:first-of-type {
	@media (max-width: 769px) {
		display: flex;
	}
}
#formarea dl.add dd > div:first-of-type li:nth-child(n+2) {
	margin-right: 0;
}
#formarea dl.add dd > div:nth-of-type(-n+2) ul {
	margin-bottom: 8px !important;
	@media (max-width: 769px) {
		margin-bottom: 2.13vw!important;
	}
}
#formarea dl.add dd > div:nth-of-type(-n+2) ul:last-of-type {/*都道府県*/
	margin-right: 0;
}
#formarea dl.add dd ul li {
	margin-right: 10px;
	@media (max-width: 769px) {
		margin-right: 2.66vw;
	}
}
#formarea dl.add dd ul li:last-child {
	margin-bottom: 0 !important;
	@media (max-width: 769px) {
		margin-right: 0;
		width: 100%;
	}
}
#formarea dl.add dd > div > ul:first-of-type li:nth-child(2) .sss {
	@media (max-width: 769px) {
		width: 100%!important;
	}
}
#formarea dl.add dd p, #formarea dl.denwa dd p {
	font-size: 88%;
	margin-left: 5px;
	font-weight: bold;
	@media (max-width: 769px) {
		font-size: 3.2vw;
		font-weight: normal;
		margin-left: 0;
		margin-bottom: 1.33vw;
	}
}
#formarea dl.add dd ul li p {
	margin-bottom: 3px;
	font-weight: bold;
	@media (max-width: 769px) {
		font-weight: normal;
		margin-bottom: 1%;
	}
}
#formarea dl.add dd > ul {
	margin-bottom: 0;
	@media (max-width: 769px) {

	}
}
#formarea dl.add dd > ul li:first-child {
	margin-bottom: 8px;
	@media (max-width: 769px) {
		margin-bottom: 2.13vw
	}
}
#formarea dl.add dd > ul li {
	margin-right: 0;
}
#formarea .add dd .yubin {
	@media (max-width: 769px) {
		margin-right: 2%;
		font-size: 4vw;
	}
}
#formarea .prpo p {
	line-height: 1.6;
	text-align: justify;
	font-size: 90%;
	font-weight: 400;
	@media (max-width: 769px) {
		font-size: 3.2vw;
		line-height: 1.7;
	}
}
#formarea .prpo p a {
	text-decoration: underline;
	color: blue;
	@media (max-width: 769px) {
		text-decoration: none;
	}
}
#formarea .reservation_btn {/*送信ボタン*/
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 55px;
	@media (max-width: 769px) {
		margin-top: 6.4vw;
	}
}
#formarea .reservation_btn button {
	margin: 13px auto;
	background: linear-gradient(270deg, rgba(2, 215, 156, 1) 0%, rgba(0, 181, 67, 1) 100%);
	box-shadow: 0 4px #2e8b57;
	border-radius: 40px;
	padding: 20px 0;
	border: none;
	width: 250px;
	cursor: pointer;
	position: relative;
	@media (max-width: 769px) {
		width: 66.66vw;
		margin: 3.465vw auto;
		border-radius: 10.66vw;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		box-shadow: 0 1.06vw #2e8b57;
		padding: 0;
	}
}
#formarea .reservation_btn button > p {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	/*line-height: 1;*/
	padding: 0;
	@media (max-width: 769px) {
		font-size: 5.33vw;
		padding: 5.33vw 0;
		width: 70%;
		border-radius: 10.66vw;
	}
}
#formarea .reservation_btn p:before {
	content: '';
	display: inline-block;
	border-style: solid;
	border-width: 12px 0 12px 19px;
	border-color: transparent transparent transparent #fff;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	@media (max-width: 769px) {
		content: '';
		display: inline-block;
		border-style: solid;
		border-width: 3.2vw 0 3.2vw 5vw;
		border-color: transparent transparent transparent #fff;
		display: inline-block;
		width: 0;
		height: 0;
		position: absolute;
		top: 50%;
		left: 5.33vw;
		transform: translateY(-50%);
	}
}
.must-b, .any-b {
	font-size: 12px;
	font-weight: bold;
	padding: 2px 2px;
	color: #FFF;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #ccc;
	background-size: 100% 100%;
	width: 36px;
	height: 20px;
	line-height: 1;
	align-content: center;
	text-align: center;
	@media (max-width: 769px) {
		display: inline-block;
		border: none;
		font-size: 2.66vw;
		margin: 0px 1.33vw;
		padding: 0.26vw 0;
		border-radius: 0.53vw;
		width: 8vw;
		height: 4.5vw;
	}
}
.must-b {/*必須*/
	display: inline-block;
	background-color: #C00;
	border: solid 2px #C00;
	text-shadow: 0 1px 2px #933;
	@media (max-width: 769px) {
	}
}
.any-b {/*任意*/
	display: inline-block;
	background-color: #E48901;
	border: solid 2px #E48901;
	text-shadow: 0 1px 2px #995933;
	@media (max-width: 769px) {
	}
}

div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 0;
	padding: 3px 0 0 17px;
	color: #F00;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	/*background-image: url(../form/mailformpro/mfp.statics/_images/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;*/
	background: url(https://www.seneso.jp/event/common_img/_images/mfp_error.gif) 0 6px / 13px 13px no-repeat ;
	@media (max-width: 769px) {
		clear: both;
		display: none;
		text-align: left;
		margin: 1.33vw 0 0 0;
		padding: 0.8vw 0 1.33vw 4.53vw;
		color: #F00;
		font-size: 3.2vw;
		line-height: normal;
		/*background-image: url(../form/mailformpro/mfp.statics/_images/mfp_error.gif);
		background-repeat: no-repeat;
		background-position: 0px 1.6vw;*/
		background: url(https://www.seneso.jp/event/common_img/_images/mfp_error.gif) top 1.6vw left / 3.465vw 3.465vw no-repeat ;
	}
}
@media (max-width: 769px) {/*SPのみ*/
	div#mfp_error {
		background-color: #FEE;
		/*border: solid 1px #F00;*/
		padding: 2.66vw;
		display: none;
	}
	div#mfp_warning {
		background-color: #FEE;
		/*border: solid 1px #F00;*/
		padding: 2.66vw;
		display: none;
		border-radius: 1.33vw;
	}
}
@media (min-width: 770px) {/*PCのみ*/
	#formarea .s-date div.mfp_err {
		margin-left: 5px;
	}
}