@charset "UTF-8";

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: 14px;
		height: 100%;
		color: #424242;
	}
}

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

/*準備中・終了*//*期間外は下のdisplay: noneをコメントアウトする（フォームを使えなくするため*/
#formarea .pre {
	display: none!important;/*この行をコメントアウトにするとフォームは使えなくなります*/
}
#formarea {
	position: relative;
}
#formarea .pre {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: rgba(35,86,0, 0.6);
	display: flex;
	justify-content: center;
	align-items: flex-start;
	@media (max-width: 769px) {
	height: 103%;
	}
}
#formarea .pre p {
	display: inline-block;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	padding: 2em 0.7em 2em 1.2em;
	font-size: 1.5rem;
	line-height: 1.5;
	margin: 300px 0 0;
	background: rgba(35, 86, 0, 0.8);
	@media (max-width: 769px) {
		padding: 5% 1% 5% 1%;
		font-size: 150%;
		margin: 30% 2% 0;
	}
}

* {
	box-sizing: border-box;
}
p {
	margin: 0 0 10px;
	@media (max-width: 769px) {
		margin: 0;
	}
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #337ab7;
	text-decoration: none;
	background-color: transparent;
}
a:active {
	top: 3px;box-shadow: none;
}

.red {
	color: #cc0000;
}
.text_red {
	color: #ec0101;
}
.bold {
	font-weight: 700;
}
.fsup {
	font-size: 1.2rem!important;
	@media (max-width: 769px) {
		font-size: 140%;
	}
}
.fsup2 {
	font-size: 140%;
	@media (max-width: 769px) {
		font-size: 2rem!important;
	}
}
.indent {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 0.8em;
	@media (max-width: 769px) {
		padding-left: 1em;
		text-indent: -1em;
	}
}
.indent_up {
	padding-left: 1.2em;
	text-indent: -1.2em;
	@media (max-width: 769px) {
		padding-left: 1.3em;
		text-indent: -1.3em;
	}
}

nav {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	padding: 3px 30px;
	background: rgba(255,255,255,100%);
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 20%);
	box-sizing: border-box;
	@media (max-width: 769px) {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 999;
		width: 100%;
		justify-content: space-between;
		background: rgba(255,255,255,70%);
		box-shadow: 0 0 7px 0 rgba(0, 0, 0, 20%);
		padding: 0;
	}
}
@media (min-width: 770px) {
	.fm {
		display: flex;
		justify-content: flex-start;
		flex-wrap: nowrap;
		align-items: center;
		gap: 0 45px;
	}
}
@media (max-width: 769px) {
	.fm_sp {
		display: flex;
		justify-content: flex-end;
		flex-wrap: nowrap;
		align-items: center;
	}
	.logo_sp {
		width: 140px;
		padding-left: 7px;
	}
	.fm_sp {
		display: flex;
		justify-content: flex-end;
		flex-wrap: nowrap;
		align-items: center;
	}
	.tel_sp,.mail_sp {
		width: 60px;
	}
}
article {
	padding: 10px;
}
#wrap {
	margin:auto;
	width: 900px;
	padding: 56px 10px 10px;
	@media (max-width: 769px) {
		width: 100%;
		/*margin-top: 14%;*/
		margin:auto;
		margin-top: 60px;
		padding: 0;
	}
}
#wrap p {
	line-height: 1.4;
}
section {
	max-width: 900px;
	margin: 0 auto;
	@media (max-width: 769px) {
		max-width: 100%;
	}
}
h1 {
	margin: 0;
	padding: 0;
	line-height: 1;
}
.toparea h1.firstview {
	font-size: 12px;
	margin-bottom: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	text-indent: initial;
	@media (max-width: 769px) {
		width: 100%;
		margin: 5px auto;
		border-collapse: collapse;
	}
}
table.saleInfoBox {
	width: 100%;
	margin: 5px auto;
	@media (max-width: 769px) {
		width: 100%;
		margin: 5px auto;
		border-collapse: collapse;
	}
}
table.saleInfoBox .ttl {
	color: #333333;
	font-size: 110%;
	@media (max-width: 769px) {
		color: #333333;
		/* font-size: 120%; */
		font-size: 1.05rem;
	}
}
table.saleInfoBox tr {
	border-bottom: 0.5px dashed #401600;
}
table.saleInfoBox th {
	color: #BF2726;
	font-weight: bold;
	text-align: center;
	width: 123px;
	@media (max-width: 769px) {
		width: 100px;
	}
}
table.saleInfoBox th, table.saleInfoBox td {
	padding: 8px 10px;
	font-size: 15px;
	line-height: 1.4;
}
.first-entry {
	margin: 20px auto 10px;
	padding-top: 10px;
	@media (max-width: 769px) {
		display: none;
	}
}
.first-entry-headline {
	margin: 10px -87px 0 170px;
	font-size: 1.8em;
	font-weight: bold;
	width: 580px;
}
.bic_red {
	color: #fff;
	border-radius: 10px;
	background-color: #BF2726;
	width: 50px;
	margin-right: 10px;
	padding: 0 14px;
}
.btn {
	border-radius: 50px;
/*	background: linear-gradient(to right, #60B5BA,#4BD5A6);*/
	background: linear-gradient(to right, #5286C7,#36CCE9);/*青*/
	text-align: center;
	padding: 10px 20px;
	margin: 5px 90px;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 20%);
}
.btn span {
	color: #fff;
	font-size: 2.2em;
	font-weight: bold;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 30%);
}
.btn:hover {
	opacity: 0.6;
}
.triangle {
	background: #ffffff;
	width: 40px;
/*  clip-path: polygon(50% 0, 100% 100%, 0 100%);*//*上向き*/
	clip-path: polygon(100% 0, 50% 100%, 0 0)/*下向き*/;
	height: 15px;
	margin: auto;
	margin-top: 4px;
}
.first-entry-attention {
	text-align: center;
	padding-bottom: 10px;
	@media (max-width: 769px) {

	}
}

.contBox {
	width: 100%;
	margin: 0 auto 10px;
	overflow: hidden;
	position: relative;
	zoom: 1;
}
h2.headline_feature {
	background-color: #401600;
	color: #fff;
	font-weight: bold;
	padding: 15px;
	@media (max-width: 769px) {
		display: none;
		/*border-top: none;
		border-bottom: none;
		font-size: 23px;
		padding: 15px 8px;
		text-shadow: none;
		width: 100%;
		margin: 40px auto 10px;
		position: relative;*/
	}
}
.cont_sp {

	@media (max-width: 769px) {
		font-size: 0.8rem;
	}
}
.cb_1 {
	display: flex;
	gap: 0 10px;
	margin-top: 50px;
	@media (max-width: 769px) {
		display: inline-block;
		width: 100%;
		margin: 0 auto 10px;
		overflow: hidden;
		position: relative;
		zoom: 1;
	}
}
.contBox .photo01 img {

	@media (max-width: 769px) {
		width: 100%;
		height: auto;
	}
}
.contBox .text01 {
	width: 520px;
	float: right;
	word-break: break-all;
	line-height: 1.37;
	font-size: 14px;
	@media (max-width: 769px) {
		width: 100%;
		padding: 10px;
	}
}
.contBox .text01 h3 {
	font-size: 19px;
	font-weight: bold;
	color: #cc0000;
	margin-top: 0;
	@media (max-width: 769px) {
		font-size: 1.5rem;
		font-weight: bold;
		color: #cc0000;
		padding-top: 6px;
		padding-bottom: 6px;
	}
}
.text02 strong {
	font-size: 16px;
	@media (max-width: 769px) {
		font-size: 1.1rem;
	}
}
.tokuten em, .contBox em {
	color: #ec0101;
	font-style: normal;
}
.tokuten mark, .contBox mark {
	padding: 0;
	background: linear-gradient(transparent 60%, #ffff9a 60%);
}
.text02 strong span {
	color: #BF2726;
	font-size: 20px;
	@media (max-width: 769px) {
		color: #BF2726;
		/*font-size: 20px;*/
		font-size: 1.5rem;
	}
}



section.top{
	margin-top: 0;
}
.special {
	margin-top: 50px;
	@media (max-width: 769px) {
		/*margin-top: 100px;*/
		margin-top: 0;
	}
}
.curtain {

	@media (max-width: 769px) {
		margin-top: 10%;
	}
}
.head_ora {
	font-size: 25px;
	font-weight: bold;
	background-color: #F6EDE0;
	border-left: 8px solid #ECA71F;
	padding: 15px;
	margin-bottom: 40px;
	@media (max-width: 769px) {
		font-size: 1.2rem;
		background-color: #F6EDE0;
		border-left: 5px solid #ECA71F;
		font-weight: bold;
		padding: 10px;
		margin: 0;
	}
}
.contBox123 {
	display: flex;
	align-items: stretch;
	gap: 0 8px;
	flex-wrap:nowrap;
	@media (max-width: 769px) {
		display: block;
		width: 100%;
	}
}
.box_ss {
	border: 1.5px solid #D5D3CF;
	box-shadow: 0 2px 2px gray;
	width: 33%;
	padding: 10px 10px;
	margin-bottom: 30px;
	@media (max-width: 769px) {
		border: none;
		gap: 0;
		border-bottom: 0.5px dashed; #401600;
		padding: 20px 20px;
		margin: 10px 10px 30px;
		box-shadow: none;
		width: calc(100% - 20px);
	}
}
.special .box_ss img {
	@media (max-width: 769px) {
		width: 100%;
		height: auto;
	}
}
.box_ss > p:last-of-type {
	margin-bottom: 0;
}
.box_ss > ul:last-of-type {
	margin-bottom: 0;
}
.box_ss ul li {
	margin-bottom: 10px;
	@media (max-width: 769px) {
		margin-bottom: 3%;
	}
}
.box_ss ul li:last-child {
	margin-bottom: 0;
}
.cbox_m {
	font-size: 1.3em;
	font-weight: bold;
	color: #BF2726;
	margin: 15px 0 8px;
	@media (max-width: 769px) {
		font-size: 20px;
		font-weight: bold;
		color: #BF2726;
		margin-top: 2%;
		margin-bottom: 2%;
		text-align: justify;
	}
}
.box_ss .cbox_p {
	font-size : 15px;
	@media (max-width: 769px) {

	}
}
.box_ss .cbox_img {
	margin-top: 10px;
}
	@media (max-width: 769px) {

	}
.box_ss .cbox_img img {
	width: 100%;
	height: auto;
}
@media (max-width: 769px) {
	.red_sp, .tbox_r, .text_red, .price_r {
		color:#BF2726;
		font-size: 1.2rem;
	font-size: ;font-weight: 700;
	}
}
.box_ss .indent, .contBox_ss .indent {
	margin-bottom: 0;
}

.checkpoint {
	@media (max-width: 769px) {
		margin-top: 50px;
		margin-bottom: 20px;
	}
}
.checkpoint img {
	margin: 0 auto;
	display: block;
	@media (max-width: 769px) {
		margin: 0 auto;
		display: block;
		width: 100%;
		height: auto;
	}
}

table.saleInfoBox02 {
	width: 100%;
	margin: 5px auto 20px;
	background: #fff;
	border-collapse: collapse;
	@media (max-width: 769px) {
		width: 94%;
		margin: 1.33vw 3% 0;
		background: #fff;
		border-collapse: collapse;
	}
}
table.saleInfoBox02 th, table.saleInfoBox02 td {
	padding: 8px 0 8px 10px;
	font-size: 14px;
	text-align: left;
	@media (max-width: 769px) {
		padding: 2.13vw;
		font-size: 3.73vw;
		line-height: 1.6;
	}
}
table.saleInfoBox02 th:first-of-type {
	border-top: #ccc 1px solid;
	@media (max-width: 769px) {
		border-top: none;
	}
}
table.saleInfoBox02 th:last-of-type {
	border-bottom: #ccc 1px solid;
	@media (max-width: 769px) {
		border-bottom: none;
	}
}
table.saleInfoBox02 th {
	font-weight: normal;
	width: 25%;
	background: #E9E4DD;
	/* color: #fff; */
	border-bottom: 1px solid #fff;
	vertical-align: text-top;
	@media (max-width: 769px) {
		width: 100%;
		background: #E9E4DD;
		/* color: #fff; */
		border-bottom: 1px solid #fff;
		vertical-align: text-top;
	}
}
@media (max-width: 769px) {
	.saleInfoBox02 table, .saleInfoBox02 tbody, .saleInfoBox02 tr, .saleInfoBox02 th, .saleInfoBox02 td {
		display: block;
		max-width: 100%;
	}
}
.gmap {
	height: 450px;
	margin-top: 4px;
}
.gmap iframe, .gmap-s iframe {
	margin-top: 6px;
}
table.saleInfoBox02 td p {
	@media (max-width: 769px) {
		line-height: 1.6 !important;
	}
}
table.saleInfoBox02 td p:last-of-type {
	margin-bottom: 0;
}
table.saleInfoBox02 td ul {
	margin: 0;
}
table.saleInfoBox02 td:first-of-type {
	border-top: #ccc 1px solid;
	@media (max-width: 769px) {
		border-top: none;
	}
}
table.saleInfoBox02 td {
	border-bottom: #ccc 1px solid;
	@media (max-width: 769px) {
		border-bottom: none;
	}
}
table.saleInfoBox02 tr:last-of-type td {
/*  border-bottom: #ccc 1px solid;*/
}
table.saleInfoBox02 ul.maptenpo li:before {
	display: none;
}
table.saleInfoBox02 ul.maptenpo li {
	background: #F3EFED;
	padding: 3px 8px;
	margin-bottom: 5px;
	@media (max-width: 769px) {
		padding: 2.13vw 3.2vw;
		position: relative;
	}
}
table.saleInfoBox02 ul.maptenpo li span.tgmap {
	@media (max-width: 769px) {
		position: absolute;
		right: 1.6vw;
		bottom: 1.06vw;
	}
}
table.saleInfoBox02 ul.maptenpo li a {
	font-size: 13px;
	@media (max-width: 769px) {
		font-size: 3.73vw;
	}
}
table.saleInfoBox02 li.maptenpo:last-child {
	margin-bottom: 0;
}
table.saleInfoBox02 .maptenponame {
	/*font-weight: 700;*/
	@media (max-width: 769px) {
		color: #674E41;;
		font-weight: 700;
	}
}
table.saleInfoBox02 td.payment > ul {
	margin-bottom: 10px;
}
h2.headline_item {
	background: #F3EFED;
	width: 100%;
	font-size: 16px;
	margin: 0 auto 5px;
	padding: 0.4em 1em;
	@media (max-width: 769px) {
		font-size: 1rem;
	}
}
.saleInfoBox02 li:before {
	display: inline;
	content: '・';
}
.itemBox {
	font-size: 0.9rem;
	width: 100%;
	margin: 0 auto 5px;
	padding: 0.4em 1em;
	line-height: 1.6;
	@media (max-width: 769px) {
		font-size: 0.9rem;
	}
}
.itemBox ul {
	display: block;
	margin: 0;
	padding: 0;
}
.itemBox li {
	display: inline-block;
	margin: 0 0 3px;
	padding: 0 5px 2px;
	background-color: #6B432D;
	color: #fff;
	border-radius: 4px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
	@media (max-width: 769px) {

	}
}

@media (max-width: 769px) {
	#wrap .btn_s, #wrap .btn, #wrap .btnn_s, #wrap .btnn-s, #wrap .btnn, #wrap .salebtn, #wrap .btn_main {
		margin-top: 15px;
	}
}

#wrap.entryarea {
	padding: 0;
	margin-bottom: 50px;
	@media (max-width: 769px) {
		padding: 0;
		margin-bottom: 55px;
	}
}
.entry {
	width: 100%;
	margin: 0 auto 50px;
	padding: 0;
	@media (max-width: 769px) {
		padding: 20px;
		margin: 10px;
		width: calc(100% - 20px);
	}
}
.header {
	display: -moz-flex;
	display: -webkit-box;
	/*display: flex;*/
	background-color: #f4f4f4;
	font-size: 20px;
	-webkit-box-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	justify-content: flex-start;
	width: 100%;
	margin: 20px 0 20px 0;
	min-height: 40px;
	@media (max-width: 769px) {
		font-size: 1.1rem;
	}
}
.header-secondary {
	position: relative;
	background-color: #fff;
	margin: 0 0 15px;
	@media (max-width: 769px) {

	}
}
.header-secondary .header-text {
	padding: 0 0 5px 5%;
	border-bottom: 2px solid #f8f8f8;
	width: 100%;
	@media (max-width: 769px) {

	}
}
.header-secondary .header-text:before {
	position: absolute;
	left: 0;
	display: inline-block;
	content: '　';
	padding: 0 0 5px 0;
	width: 40px;
	border-bottom: 2px solid #d0101b;
	@media (max-width: 769px) {

	}
}
.entry-event {
	margin: 0 5% 30px;
	width: 90%;
	@media (max-width: 769px) {
		line-height: 1.4;
	}
}
.entry-event-title {
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	color: #424242;
	line-height: 1.2;
	margin-bottom: 6px;
	@media (max-width: 769px) {
		font-size: 1.4rem;
	}
}
.entry-event-term {
	display: block;
	color: #d0101b;
	font-weight: bold;
	font-size: 16px;
	@media (max-width: 769px) {
		font-size: 1rem;
		line-height: 1.3;
	}
}
.entry-event-time {
	display: block;
	color: #d0101b;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
	@media (max-width: 769px) {
		font-size: 1rem;
		line-height: 1.3;
	}
}
.entry-text {
	margin: 0 5%;
	width: 90%;
	@media (max-width: 769px) {
	margin: 0 5%;
	width: 90%;
	}
}
.event_flow {
	margin: -20px auto 40px;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	@media (max-width: 769px) {
		display: block;
	}
}
.event_flow h2 {
	background: #d0101b;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	width: 100%;
	margin: 0 0 15px;
	padding: 12px 0;
	text-align: center;
	@media (max-width: 769px) {
		font-size: 1.4rem;
	}
}
.event_flow .event_flow_step {
	width: calc((100% / 3) - 30px);
	margin: 0 auto 15px;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	border: 1px solid #d0101b;
	border-radius: 10px;
	padding: 0 15px;
	position: relative;
}
@media (max-width: 769px) {
	.event_flow .event_flow_step {
		display: block;
		border: 1px solid #d0101b;
		border-radius: 10px;
		width: calc(100% - 30px);
		margin: 0 auto 25px;
		padding: 0 15px;
		position: relative;
	}
}
@media (min-width: 770px) {/*PCのみ*/
	.event_flow .event_flow_step::after {
		content: '▼';
		color: #d0101b;
		font-size: 20px;
		width: calc(100% - 30px);
		text-align: center;
		display: block;
		width: auto;
		text-align: left;
		right: -25px;
		top: 50%;
		-webkit-transform: translateY(-50%) rotate(-90deg);
		transform: translateY(-50%) rotate(-90deg);
		position: absolute;
	}
	.event_flow_step:nth-of-type(3)::after{
		display:none;
	}
}
@media (max-width: 769px) {/*SPのみ*/
	.event_flow .event_flow_step::after {
		content: '▼';
		color: #d0101b;
		font-size: 20px;
		width: calc(100% - 30px);
		text-align: center;
		display: block;
		position: absolute;
	}
}
.event_flow .event_flow_step h3 {
	border-bottom: 1px solid #d0101b;
	color: #d0101b;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 100%;
	@media (max-width: 769px) {
		color: #d0101b;
		font-size: 1.2rem;
	}
}
.event_flow .event_flow_step h3 em {
	font-size: 14px;
	font-style: normal;
	padding-right: 1em;
	@media (max-width: 769px) {
		font-size: 0.9rem;
	}
}
.event_flow .event_flow_step h3 em::after {
	counter-increment: number 1;
	content: counter(number) " ";
}
.event_flow .event_flow_step dl {
	display: -webkit-box;
	/*display: flex;*/
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 15px;
	width: 100%;
	@media (max-width: 769px) {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		margin-bottom: 15px;
	}
}
.event_flow .event_flow_step dl dt {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 64px;
	padding: 0;
	@media (max-width: 769px) {
		background-position: center;
		background-repeat: no-repeat;
		/*background-size: contain;*/
		width: 25%;
		height: 71px;
		padding-left: 15px;
	}
}
.event_flow .event_flow_step:nth-of-type(1) dl dt {
	background-image: url(https://www.seneso.jp/event/common_img/event_flow01pc.webp);
	@media (max-width: 769px) {
		background-image: url(https://www.seneso.jp/event/common_img/event_flow01sp.webp);
	}
}
.event_flow .event_flow_step:nth-of-type(2) dl dt {
	background-image: url(https://www.seneso.jp/event/common_img/event_flow02mail.webp);
}
.event_flow .event_flow_step:nth-of-type(3) dl dt {
	background-image: url(https://www.seneso.jp/event/common_img/event_flow03justgo.webp);
}
.event_flow .event_flow_step dl dd {
	width: 100%;
	padding: 15px 0 0;
	margin: 0;
	font-size: 14px;
	text-align: center;
	@media (max-width: 769px) {
		width: 75%;
		padding: 0 0 0 15px;
		text-align: left;
		font-size: 0.9rem;
	}
}







/*フォーム*/
article.informarea {
	max-width: 950px;
	margin: 0 auto 100px;
	padding-bottom: 70px;
	@media (max-width: 769px) {
		width: 100%;
		margin-bottom: 100px;
		padding-top: 25px;
	}
}
article.informarea.toujitu {/*当日フォームのみ用*/
	margin-top: 71px;
}
#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;
	width: 58%;
	font-size: 25px;
	font-weight: 500;
	border-bottom: 1px solid #755B2F;
	color: #755B2F;
	text-align: center;
	@media (max-width: 769px) {
		margin: 0 auto 5.33vw auto;
		width: 88%;
		font-weight: 500;
	}
}
.than_p p {
	text-align: center;
	@media (max-width: 769px) {
		font-size: 5.33vw;
	}
}
.than_text {
	margin: 50px 0;
	padding: 0 70px;
	font-size: 17px;
	text-align: center;
	@media (max-width: 769px) {
		margin: 0;
		font-size: 0.9rem;
		padding: 0 4% 4%;
		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%;
	@media (max-width: 769px) {
		height: 8.53vw;
		font-size: 4vw;
		border-radius: 0.53vw;
		box-sizing: border-box;
		border: 0.26vw solid #999;
	}
}
#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: 3.2vw;
	}
}
#formarea select {
	height: 28px;
	font-size: 100%;
	@media (max-width: 769px) {
		height: 8.53vw;
		font-size: 4vw;
		-webkit-appearance: none;
		width: 100%;
		color: #333333;
		font-weight: 700;
		padding: 1px 0 1px 8px;
	}
}
#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: 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 {
	line-height: 1.3;
	padding: 12px 0 12px 12px;
	/*font-weight: bold;*/
	font-size: 100% !important;
	text-align: justify;
	width: 70%;
	@media (max-width: 769px) {
		width: 100%;
		padding: 0 !important;
	}
}
#formarea dl.onamae dd {
	display: flex;
	line-height: 1.3;
	padding: 12px 0 12px 12px;
	font-weight: bold;
	font-size: 100% !important;
	text-align: justify;
	@media (max-width: 769px) {

	}
}   
#formarea dl.onamae ul li:first-child {
	margin-right: 10px;
	@media (max-width: 769px) {
		margin-right: 2%;
	}
}
#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;
}
#formarea .s-date dd {
	/*display: flex;
	align-items: center;*/
	@media (max-width: 769px) {
		display: block;
	}
}
#formarea .s-date p.sp {
	@media (max-width: 769px) {
		font-size: 3.2vw;
		line-height: 1.7;
		margin-top: 1.06vw;
		color: red;
		font-weight: normal;
	}
}
#formarea .s-date p.sp span {
	border-bottom: 0.26vw red solid;
}
#formarea .denwa > dd > ul {
	display: flex;
	align-items: center;
}

}
#formarea .add dd > p.sp, #formarea .denwa p.sp {
	color: red;
	font-size: 0.8rem;
	font-weight: normal;
	margin-bottom: 1%;
}
#formarea dl.add dd > div > ul {
	display: flex;
	align-items: center;
	margin-bottom: 10px !important;
	margin-bottom: 0 !important;
	@media (max-width: 769px) {
		display: flex;
		align-items: center;
		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;
}
#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;
}
#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%;
	}
}
#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;
}
#formarea dl.add dd > ul li {
	margin-right: 0;
}
#formarea .add dd .yubin {
	@media (max-width: 769px) {
		margin-right: 2%;
	}
}
#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: 10%;
	}
}
#formarea .reservation_btn button {
	margin: 13px auto;
	/*background: linear-gradient(270deg, rgba(2, 215, 156, 1) 0%, rgba(0, 181, 67, 1) 100%);*/
	background: linear-gradient(270deg, #5286C7 0%, #36CCE9 100%);
	/*box-shadow: 0 4px #2e8b57;*/
	box-shadow: 0 4px #6F8095;
	border-radius: 40px;
	padding: 15px 0;
	border: none;
	width: 250px;
	cursor: pointer;
	position: relative;
	@media (max-width: 769px) {
		margin: 3.2vw auto;
		width: 70%;
		border-radius: 10.66vw;
		padding: 4.8vw 0;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}
}
#formarea .reservation_btn button > p {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	@media (max-width: 769px) {
		font-size: 4.8vw;
		font-weight: 700;
		color: #fff;
		margin: 0;
		line-height: 1;
	}
}
#formarea .reservation_btn p:before {
	content: '';
	display: inline-block;
	border-style: solid;
	border-width: 12px 0 12px 19px;
	border-color: transparent transparent transparent #fff;
	display: inline-block;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
}

@media (max-width: 769px) {
	.btn_down {
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 1000;
		width: 100%;
		background-color: rgba(255, 255, 255, 70%);
		padding: 1.33vw 1.33vw;
	}
	.btn_sp {
		border-radius: 13.33vw;
		/*background: linear-gradient(to right, #00B3BE,#4BD5A6);*/
		background: linear-gradient(to right, #5286C7,#36CCE9);
		text-align: center;
		padding: 2.66vw 1.33vw;
		margin: 1.33vw;
		box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 50%);
	}
	.btn_sp p {
		font-size: 4.8vw;
		font-weight: bold;
		color: #fff;
		text-shadow: 0 1px 2px rgba(0, 0, 0, 30%);
		margin-bottom: 0;
	}
	.btn_sp span {
		color: #fff;
		font-weight: bold;
		text-shadow: 0 0 3px rgba(0, 0, 0, 30%);
		margin: 0;
	}
	/*フロート消滅*/
	.floating {
		position: fixed;
		transform: translateY(0);
		transition: all 0.5s ease 0s;
		bottom: 0;
		right: 0;
		height: 22.4vw;
	}
	.is-in .floating {
		transform: translateY(100%);
	}
	/*トップへ位置調整*/
	.page-top {
		position: fixed;
		z-index: 999;
		bottom: 104px;
		right: 1%;
		width: 12%;
		opacity: 0.6;
		transition: all 0.5s ease 0s;
	}
	.is-move .page-top {
		bottom: 30px;
	}
	img.pcsp {
		width: 100%;
		height: auto;
	}
	.entry-acceptable {
		margin-bottom: 0;
	}
}
div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 0 0px 0px 0px;
	padding: 3px 0px 0 17px;
	color: #F00;
	line-height: normal;
	background: url(https://www.seneso.jp/event/common_img/_images/mfp_error.gif) no-repeat 0px 6px;
	font-weight: 700;
	font-size: 12px;
	@media (max-width: 769px) {
		font-size: 12px;
	}
}

/*202502ボタン*/
section.event-entry2025 {
	text-align: center;
	padding: 100px 0 100px;
	background: url("../webp/calli_top.webp") no-repeat top 30px center/590px 45px,
	url("../webp/calli_btm.webp") no-repeat bottom 30px center/590px 40px;
	background-color: #f0efea;
	@media (max-width: 769px) {
		padding: 17vw 0;
		background: url("../webp/calli_top.webp") no-repeat top 6.4vw center/90%,
		url("../webp/calli_btm.webp") no-repeat bottom 6.4vw center/90%;
		background-color: #efe7e1;
	}
}
section.event-entry2025 > p {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.8!important;
	@media (max-width: 769px) {
		font-size: 4vw;
		margin-bottom: 0;
	line-height: 1.6!important;
	}
}
section.event-entry2025 > p > span {
	color: #c50003;
	font-size: 120%;
}
section.event-entry2025 a.btn2025 {
	color: #ffffff;
	font-weight: 600;
	font-size: 48px;
	display: inline-block;
	background: #62aa24;
	width: 810px;
	margin: 20px auto;
	border-radius: 20px;
	box-shadow: 8px 8px 0 #4b821c;
	padding: 30px 0 30px;
	letter-spacing: 0.05em;
	line-height: 1.6!important;
	@media (max-width: 769px) {
		width: 80%;
		font-size: 5.33vw;
		margin: 3.2vw;
		padding: 3.2vw 0;
		box-shadow: 1.6vw 1.6vw 0 #4b821c;
	}
}
section.event-entry2025 a.btn2025 span {
	font-size: 28px;
	@media (max-width: 769px) {
		font-size: 4.53vw;
	}
}
section.event-entry2025 a.btn2025:hover {
	box-shadow: unset;
	transform: translate(8px,8px);
	@media (max-width: 769px) {
		transform: translate(1.6vw,1.6vw);
	}
}

/*カリモク埼玉北ショールームLP専用*/
.description {
	padding: 35px 15px;
	background: #FFFFF3;
	text-align: center;
	@media (max-width: 769px) {
		padding: 4.8vw 4% 4.8vw;	
	}
}
.description > h2 {
	color: #BF2726;
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 15px;
	@media (max-width: 769px) {
		font-size: 4.8vw;
		margin-bottom: 4vw;
	}
}
.description > p {
	font-size: 16px;
	line-height: 1.9em!important;
	@media (max-width: 769px) {
		font-size: 4vw;
		line-height: 1.6!important;
		text-align: justify;
	}
}
.description > p > span {
	font-size: 88%;
	@media (max-width: 769px) {
		padding-top: 2.13vw;
	}
}

table.overview {
	width: 100%;
	border-collapse: collapse;
	margin: 5px auto;
	@media (max-width: 769px) {
		margin: 0;
	}
}
table.overview tr {
	border-bottom: 0.5px dashed #401600;
	@media (max-width: 769px) {
		border-bottom: 0.13vw dashed #401600;
	}
}
table.overview th, table.overview td {
	font-size: 16px;
	line-height: 1.4;
	padding: 17px 10px;
	@media (max-width: 769px) {
		font-size: 3.465vw;
		padding: 2.66vw 2%;
	}
}
table.overview th {
	color: #BF2726;
	font-weight: bold;
	text-align: center;
	width: 100px;
	@media (max-width: 769px) {
		width: 20%;
	}
}
table.overview .info_map {
	border-radius: 5px;
	margin: 0 10px;
	padding: 0;
	color: #fff;
	font-weight: bold;
	background: #cc0000;
	display: inline-block;
	width: 48px;
	height: 24px;
	line-height: 23px;
	text-align: center;
	@media (max-width: 769px) {
		font-size: 90%;
		width: 9.6vw;
		height: 4.8vw;
		line-height: 4.8vw;
		margin: 0 2.66vw;
	}
}
table.overview .info_day, table.overview .info_time {
	font-size: 88%;
}






/*WEB申し込み限定特典*/
/*スマホの新開く閉じる用*/
section.webtokuten {
	margin-top: 70px;
	@media (max-width: 769px) {
		margin-top: 16vw;
	}
}
section.webtokuten .midashi {
	text-align: center;
}
.fukidashi {
	position: relative;
	display: inline-block;
	margin: 0 0 1.5em;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #F3F55F;
	filter: drop-shadow(0px 2px 1px #ddd);
	border-radius: 16px;
	@media (max-width: 769px) {
		font-size: 4.26vw;
		display: block;
		margin: 0 auto 1.5em;
		width: 98%;
	}
}
.fukidashi:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #F3F55F;
	filter: drop-shadow(0px 1px 1px #ddd);
	@media (max-width: 769px) {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -15px;
		border: 15px solid transparent;
		border-top: 15px solid #F3F55F;
		filter: drop-shadow(0px 1px 1px #ddd);
	}
}
.fukidashi p {
	font-size: 22px;
	margin: 0;
	padding: 0 50px;
	color: #BF2726;
	font-weight: 700;
	@media (max-width: 769px) {
		font-size: 4.8vw;
		margin: 0;
		padding: 0;
		color: #BF2726;
		font-weight: 700;
		text-align: center;
	}
}
section.webtokuten .midashi h2 {
	font-size: 34px;
	color: #fff;
	font-weight: bold;
	background: linear-gradient(to bottom, #BF2726, #E47C7C 50%, #BF2726);
	text-align: center;
	padding: 16px 0 12px;
	margin: 0 auto;
	@media (max-width: 769px) {
		font-size: 6.4vw;
		color: #fff;
		font-weight: bold;
		text-align: center;
		background: linear-gradient(to bottom, #BF2726, #E47C7C 50%, #BF2726);
		padding: 2.13vw 0 2.66vw;
	}
}
section.webtokuten .innerbox {
	border: 3px solid #BF2726;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	justify-content: center;
	padding: 15px 6px;
	gap: 5px 5px;
	@media (max-width: 769px) {
		border: 0.8vw solid #BF2726;
		display:block;
		border: none;
		padding: 0;
		gap: 0;
	}
}
section.webtokuten .item {
	width: 49%;
	border: 1.5px solid #D5D3CF;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 20%);
	padding: 8px 6px 16px 54px;
	position: relative;
	@media (max-width: 769px) {
		border: 0.4vw solid #D5D3CF;
		box-shadow: none;
		width: 96%;
		display: block;
		padding: 2.66vw 0 6.66vw;
		margin: 2.13vw auto 0;
	}
}
section.webtokuten .item .num {
	width: 38px;
	height: 38px;
	font-size: 26px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	line-height: 35px;
	position: absolute;
	top: 8px;
	left: 8px;
	background: #BF2726;
	border-radius: 50%;
	letter-spacing: -0.05em;
	padding-right: 1px;
	@media (max-width: 769px) {
		width: 8.53vw;
		height: 8.53vw;
		font-size: 6.4vw;
		line-height: 8vw;
		top: 2.66vw;
		left: 2.66vw;
		letter-spacing: -0.08em;
		padding-right: 0.4vw;
	}
}
section.webtokuten .item h3 {
	font-size: 22px;
	color: #BF2726;
	margin: 0 0 3px 0;
	padding: 3px 0 0 0;
	line-height: 1.3;
	@media (max-width: 769px) {
		font-size: 4.8vw;
		font-weight: 700;
		color: #BF2726;
		margin: 0.53vw 2% 1.6vw 0;
		padding: 0.53vw 0 0.53vw 13.33vw;
		line-height: 1.3;
		text-align: justify;
	}
}
section.webtokuten {
	@media (max-width: 769px) {
		border-bottom: 1.6vw solid #BF2726;
		margin-bottom: 8vw;
	}
}
section.makerarea .hide-text {/*PCは開きっぱなし*/
	display: block;
	margin-bottom: 0;
	@media (max-width: 769px) {

	}
}
section.webtokuten .item .hide-text {
	margin-top: 6px;
	@media (max-width: 769px) {
		margin:0 0 1.6vw;
		background: #F1D9D9;
		padding: 2.66vw;
	}
}
section.webtokuten .item .hide-text > p {
	@media (max-width: 769px) {
		font-size: 4vw;
	}
}
section.webtokuten .item .hide-text > p:last-of-type {
	margin-bottom: 0;
}
section.webtokuten .item p.indent {
	margin-bottom: 0;
}
/*続きを読む*//*PCでは非表示*/
@media (min-width: 770px) {
	section.webtokuten .readmore {
		display: none;
	}
}
/*続きを読む（スマホのみ開閉*/
@media (max-width: 769px) {
	section.webtokuten .readmore {
		position: absolute;
		right: 0;
		left: 0;
		bottom: 0;
		margin: 0 auto;
		color: #707070;
		border: none;
		outline: 0;
		background: none;
		font-weight: bold;
		color: #999;
		cursor: pointer;
		display: block;
		height: 100%;
	}
	section.webtokuten .readmore .open {
		display: block;
		position: absolute;
		right: 0;
		left: 0;
		bottom: 20px;
		margin: 0 auto;
		font-size: 1em;
	}
	section.webtokuten .readmore.on-click .open {
		display: none;
	}
	section.webtokuten .readmore .close {
		display: none;
	}
	section.webtokuten .readmore.on-click .close {
		display: block;
		position: absolute;
		right: 0;
		left: 0;
		bottom: 20px;
		margin: 0 auto;
	}
	section.webtokuten .item .readmore .open {
		bottom: 1.33vw;
	}
	section.webtokuten .item .readmore.on-click .close {
		bottom: 1.33vw;
	}
	section.webtokuten .item .readmore .open, .webtokuten .item .readmore.on-click .close {
		font-size: 4vw;
		font-weight: 400;
	}
}
section.webtokuten .hide-text {
	@media (min-width: 770px) {/*PCのみ開きっぱなし*/
		display: block!important;
	}
}
section.webtokuten > p {
	font-size: 14px;
	text-align: right;
	@media (max-width: 769px) {
		font-size: 3.465vw;
		text-align: center;
		margin: 1.6vw 0 4vw;	
	}
}
section.makerarea {
	margin: 100px 0 100px;
	@media (max-width: 769px) {
		margin: 16vw 0;
		padding: 0 5%;
	}
}
section.makerarea .maker_rogo {
	text-align: center;
	margin-bottom: 40px;
	@media (max-width: 769px) {
		margin-bottom: 5.86vw
	}
}
section.makerarea .maker_rogo img {
	@media (max-width: 769px) {
		width: 74%;
		height: auto;
	}
}
section.makerarea p {
	margin: 0;
	line-height: 1.8!important;
	text-align: justify;
	@media (max-width: 769px) {
		font-size: 3.73vw;
		line-height: 1.6!important;
	}
}

/*続きを見る（2025）*/
@media (max-width: 769px) {
	.readmore3 {
		position: relative;
		margin: 5.88vw auto 0;
		padding: 0px 0px 13.33vw;
	}
	.readmore-content {
		position: relative;
		height: 21.33vw;
		transition: all .4s;
		overflow: hidden;
	}
	.readmore-content::before {
		position: absolute;
		display: block;
		content: "";
		left: 0;
		bottom: 0;
		width: 100%;
		height: 75px;
		transition: all .4s;
		background: linear-gradient( rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, #fff 100% );
	}
	.readmore-content.is_open:before{
		display: none;
	}
	.readmore3 button {
		position: absolute;
		display: table;
		left: 50%;
		bottom: 0;
		margin: 0 auto;
		width: 45%;
		padding: 1.6vw 0 1.86vw;
		color: #666666;
		font-size: 4vw;
		text-align: center;
		border-radius: 1.33vw;
		background-color: #ECECEC;
		transform: translateX(-50%);
		cursor: pointer;
		z-index: 1;
		transition: all .4s;
		border: none;
	}
}
@media (min-width: 770px) {/*PC*/
	.readmore3 button {
		display: none;
	}
}
/*続きを見る ここまで*/


.floor {
	display: flex;
	flex-wrap: wrap;
	@media (max-width: 769px) {
		display: inline-block;
		padding: 0;
	}
}
.floor dl {
	width: 430px;
	margin: 0 20px 30px 0;
	@media (max-width: 769px) {
		width: 100%;
		/*margin: 0 0 6.4vw;*/
		margin: 0 0 16vw;
	}
}
.floor dl:nth-child(even) {
	margin-right: 0;
}
.floor dl dt {
	margin-top: 10px;
	@media (max-width: 769px) {
		font-size: 4.26vw;
		margin-top: 5.33vw;
	}
}
.floor dl dt span {
	color: #fff;
	font-weight: 800;
	font-size: 20px;
	width: 46px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	display: inline-block;
	background: #33651A;
	padding: 0;
	margin-right: 8px;
	border-radius: 4px;
	@media (max-width: 769px) {
		font-size: 4.26vw;
		width: 10.66vw;
		height: 6.4vw;
		line-height: 6.3vw;
		margin-right: 2.13vw;
	}
}
.floor dl dd p {
	margin: 0;
	text-align: justify;
	@media (max-width: 769px) {
		font-size: 3.73vw;
	}
}
.floor dl dd:last-of-type {
	margin-top: 10px;
	@media (max-width: 769px) {
		margin-top: 1.06vw;
	}
}

section.detail {
	margin-bottom: 100px;
	@media (max-width: 769px) {
		margin-bottom: 8vw;
	}
}


/*フォームの色味を強制的に変更*/
#formarea dt {
/*	background: #BFE2FB!important;*/
}