@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: 3.73vw;
		height: 100%;
		color: #424242;
	}
}

ul,li,dl,dt,dd,button {
	list-style: none;
	padding: 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: 0.8vw;
	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;
	}
}
.mb20 {
	@media (max-width: 769px) {
		margin-bottom: 5.33vw;
	}
}

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 1.86vw 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 1vw;
	}
}
@media (max-width: 769px) {
	.fm_sp {
		display: flex;
		justify-content: flex-end;
		flex-wrap: nowrap;
		align-items: center;
	}
	.logo_sp {/*PX*/
		width: 140px;
		padding-left: 7px;
	}
	.fm_sp {
		display: flex;
		justify-content: flex-end;
		flex-wrap: nowrap;
		align-items: center;
	}
	.tel_sp, .mail_sp {/*PX*/
		width: 60px;
	}
}
article {
	padding: 2.66vw;
}
#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%;
	}
}
#top {
	@media (max-width: 769px) {
		padding-top: 60px;
		margin-top: -60px;
	}
}
h1 {
	margin: 0;
	padding: 0;
	line-height: 1;
}
.toparea h1.firstview {
	font-size: 12px;
	margin-bottom: 10px;
	@media (max-width: 769px) {
		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);
	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;
}

.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;
	}
}

/*WEB申し込み限定特典*/
/*スマホの新開く閉じる用*/
section.webtokuten {
	margin-top: 70px;
}
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) {
		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: 1.2rem;
		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) {
		color: #fff;
		font-weight: bold;
		font-size: 1.5rem;
		text-align: center;
		background: linear-gradient(to bottom, #BF2726, #E47C7C 50%, #BF2726);
		padding: 8px 0;
	}
}
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) {
		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) {
		box-shadow: none;
		width: calc(100% - 16px);
		display: block;
		padding: 10px 0 25px;
		margin: 8px;
	}
}
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: 32px;
		height: 32px;
		font-size: 24px;
		line-height: 30px;
		top: 10px;
		left: 10px;
		letter-spacing: -0.08em;
		padding-right: 1.5px;
	}
}
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: 1.2rem;
		font-weight: 700;
		color: #BF2726;
		margin: 0 10px 3px 0;
		padding: 2px 0 6px 50px;
		line-height: 1.3;
		text-align: justify;
	}
}
.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 6px;
		background: #F1D9D9;
		padding: 10px;
	}
}
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) {
	.readmore {
		display: none;
	}
}
/*続きを読む（スマホのみ開閉*/
@media (max-width: 769px) {
	.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%;
	}
	.readmore .open {
		display: block;
		position: absolute;
		right: 0;
		left: 0;
		bottom: 20px;
		margin: 0 auto;
		font-size: 1em;
	}
	.readmore.on-click .open {
		display: none;
	}
	.readmore .close {
		display: none;
	}
	.readmore.on-click .close {
		display: block;
		position: absolute;
		right: 0;
		left: 0;
		bottom: 20px;
		margin: 0 auto;
	}
	section.webtokuten .item .readmore .open {
		bottom: 5px;
	}
	section.webtokuten .item .readmore.on-click .close {
		bottom: 5px;
	}
	.item .readmore .open, .item .readmore.on-click .close {
		font-size: 0.8rem;
		font-weight: 400;
	}
}
section.top{
	margin-top: 30px;
	@media (max-width: 769px) {
		margin-top: 0;
	}
}
	section.top img {
	@media (max-width: 769px) {
width: 100%;
height: auto;
}
}
	section.webtokuten img {
	@media (max-width: 769px) {
width: 100%;
height: auto;
}
}

.special {
	margin-top: 50px;
	@media (max-width: 769px) {
		margin-top: 0;
	}
}
.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 {
	margin-bottom: 50px;
	@media (max-width: 769px) {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
.checkpoint img {
	margin: 0 auto;
	display: block;
	@media (max-width: 769px) {
		margin: 0 auto;
		display: block;
		width: 100%;
		height: auto;
	}
}

.overview {
		margin-top: 0;
	@media (max-width: 769px) {
		
	}
}
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 10px;
	font-size: 14px;
	text-align: left;
	@media (max-width: 769px) {
		padding: 2.66vw 0 2.66vw 2.66vw;
		font-size: 3.73vw;
	}
}
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;
	margin-bottom: 10px;
}
.gmap iframe, .gmap-s iframe {
	margin-top: 6px;
}
table.saleInfoBox02 td p:last-of-type {
	margin-bottom: 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 td p {
	@media (max-width: 769px) {
		line-height: 1.6!important;
	}
}
table.saleInfoBox02 tr:last-of-type td {
/*  border-bottom: #ccc 1px solid;*/
}
h2.headline_item {
	background: #F3EFED;
	width: 100%;
	font-size: 16px;
	margin: 0 auto 5px;
	padding: 0.4em 1em;
	@media (max-width: 769px) {
		font-size: 4.26vw;
	}
}
table.saleInfoBox02 td ul li {
	@media (max-width: 769px) {
		margin-bottom: 0.53vw;
	}
}
table.saleInfoBox02 td ul li:before {
	display: inline;
	content: '・';
}
.itemBox {
	font-size: 0.9rem;
	width: 100%;
	margin: 0 auto 5px;
	padding: 4px 16px;
	line-height: 1.6;
	@media (max-width: 769px) {
		font-size: 3.73vw;
		margin: 0 auto 1.33vw;
		padding: 1.06vw 4.26vw;
	}
}
table.saleInfoBox02 td ul {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	@media (max-width: 769px) {
		margin: 0 0 2.66vw 0;
	}
}
table.saleInfoBox02 td ul.payment {
	margin-bottom: 5px;
	@media (max-width: 769px) {
		margin-bottom: 1.33vw;
	}
}
.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;*/
		margin-top: 4vw;
	}
}

#wrap.entryarea {
	padding: 0;
	margin-bottom: 50px;
	@media (max-width: 769px) {
		padding: 0;
		margin-top: 0!important;
		margin-bottom: 55px;
	}
}
#entry.entry {
	width: 100%;
	margin: 0 auto 50px;
	padding: 0;
	@media (max-width: 769px) {
		padding: 0;
		margin: 13.33vw 0;
		/*width: calc(100% - 20px);*/
	}
}
#entry .header {
	display: -moz-flex;
	display: -webkit-box;
	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;
	min-height: 40px;
	@media (max-width: 769px) {
		font-size: 4.53vw;
		margin: 5.33vw 0;
		min-height: 10.66vw;
	}
}
#entry .header-secondary {
	position: relative;
	background-color: #fff;
	margin: 0 0 15px;
	@media (max-width: 769px) {
		margin: 0 0 4vw;
	}
}
#entry .header-secondary .header-text {
	padding: 0 0 5px 5%;
	border-bottom: 2px solid #f8f8f8;
	width: 100%;
	@media (max-width: 769px) {
		padding: 0 0 1.33vw 5%;

	}
}
#entry .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 .entry-event {
	margin: 0 5% 30px;
	width: 90%;
	@media (max-width: 769px) {
		line-height: 1.4;
	}
}
#entry .entry-event-title {
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #424242;
	line-height: 1.2;
	margin-bottom: 6px;
	@media (max-width: 769px) {
		font-size: 4.8vw;
		margin-bottom: 1.6vw;
	}
}
#entry .entry-event-term {
	display: block;
	color: #d0101b;
	font-weight: bold;
	font-size: 16px;
	@media (max-width: 769px) {
		font-size: 4.26vw;
		line-height: 1.3;
	}
}
#entry .entry-event-time {
	display: block;
	color: #d0101b;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
	padding-top: 10px;
	@media (max-width: 769px) {
		font-size: 4.26vw;
		line-height: 1.3;
		padding-top: 1.33vw;
	}
}
#entry .entry-text {
	margin: 0 5%;
	width: 90%;
	@media (max-width: 769px) {
	margin: 0 5%;
	width: 90%;
	}
}
#entry .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;
	}
}
#entry .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;
	}
}
#entry .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) {
	#entry .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のみ*/
	#entry .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;
	}
	#entry .event_flow_step:nth-of-type(3)::after{
		display:none;
	}
}
@media (max-width: 769px) {/*SPのみ*/
	#entry .event_flow .event_flow_step::after {
		content: '▼';
		color: #d0101b;
		font-size: 20px;
		width: calc(100% - 30px);
		text-align: center;
		display: block;
		position: absolute;
	}
}
#entry .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;
	}
}
#entry .event_flow .event_flow_step h3 em {
	font-size: 14px;
	font-style: normal;
	padding-right: 1em;
	@media (max-width: 769px) {
		font-size: 0.9rem;
	}
}
#entry .event_flow .event_flow_step h3 em::after {
	counter-increment: number 1;
	content: counter(number) " ";
}
#entry .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;
	}
}
#entry .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;
	}
}
#entry .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);
	}
}
#entry .event_flow .event_flow_step:nth-of-type(2) dl dt {
	background-image: url(https://www.seneso.jp/event/common_img/event_flow02mail.webp);
}
#entry .event_flow .event_flow_step:nth-of-type(3) dl dt {
	background-image: url(https://www.seneso.jp/event/common_img/event_flow03justgo.webp);
}
#entry .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;
	}
}








@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: 5px 5px;
	}
	.btn_sp {
		border-radius: 50px;
		background: linear-gradient(to right, #00B3BE,#4BD5A6);
		text-align: center;
		padding: 10px 5px;
		margin: 5px 5px 5px 5px;
		box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 50%);
	}
	.btn_sp p {
		font-size: 1.1rem;
		font-weight: bold;
		color: #fff;
		text-shadow: 0 1px 2px rgba(0, 0, 0, 30%);
		margin-bottom: 0;
	}
	.btn_sp span {
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		text-shadow: 0 0 3px rgba(0, 0, 0, 30%);
		margin: 0;
	}
	/*フロート消滅*/
	.floating {/*PX*/
		position: fixed;
		transform: translateY(0);
		transition: all 0.5s ease 0s;
		bottom: 0;
		right: 0;
		height: 84px;
	}
	.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 5px 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;
	}
}