@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;
}
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;
}
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;
	}
}
.mb20 {
	@media (max-width: 769px) {
		margin-bottom: 20px;
	}
}

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%;
	}
}
#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 {
	@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;
	}
}

table.saleInfoBox02 {
	width: 100%;
	margin: 5px auto 20px;
	background: #fff;
	border-collapse: collapse;
	@media (max-width: 769px) {
		width: 100%;
		margin: 5px auto 0;
		background: #fff;
		border-collapse: collapse;
	}
}
table.saleInfoBox02 th, table.saleInfoBox02 td {
  padding: 8px 10px;
  font-size: 14px;
  text-align: left;
}
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 {
	width: 25%;
	background: #674E41;
	color: #fff;
	border-bottom: 1px solid #fff;
	vertical-align: text-top;
	@media (max-width: 769px) {
		width: 100%;
		background: #674E41;
		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: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;*/
}
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-top: 0!important;
		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;*/
  border-bottom: 2px solid #dddddd;
  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: 10px 0 12px;
  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: 50px;
	@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% auto;
		width: 88%;
		font-size: 120%;
		font-weight: 500;
	}
}
.than_p p {
  text-align: center;
}
.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%;
	}
}
#formarea {
  position: relative;
  margin: 0 auto;
  @media (max-width: 769px) {
  	margin: 0 3% 0 3%;
	}
}
.must-b {/*必須*/
	display: inline-block;
	background-color: #C00;
	border: solid 2px #C00;
	text-shadow: 0 1px 2px #933;
	padding: 2px 2px;
	font-size: 12px;
	font-weight: bold;
	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;
		padding: 2px ;
		font-size: 0.75rem;
		margin: 0px 5px;
		border-radius: 2px;
		width: 36px;
		height: 21px;
	}
}
.any-b {/*任意*/
	display: inline-block;
	background-color: #E48901;
	border: solid 2px #E48901;
	text-shadow: 0 1px 2px #933;
	padding: 2px 2px;
	font-size: 12px;
	font-weight: bold;
	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;
		padding: 2px ;
		font-size: 0.75rem;
		margin: 0px 5px;
		border-radius: 2px;
		width: 36px;
		height: 21px;
	}
}
#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: 32px;
		font-size: 1rem;
		border-radius: 2px;
		box-sizing: border-box;
		border: 1px 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: 0.8rem;
	}
}
#formarea select {
	height: 28px;
	font-size: 100%;
	@media (max-width: 769px) {
		height: 32px;
		font-size: 1rem;
		-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: 110%;
	line-height: 1.3;
	padding: 12px 0 12px 12px;
	font-weight: bold;
	width: 30% !important;
	background: #DFEED5;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	@media (max-width: 769px) {
		font-size: 0.9rem;
		line-height: 1.3;
		padding: 2%;
		width: 100% !important;
		margin-bottom: 2%;
	}
}
#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 dd .mfp_err {
	margin-left: 5px;
	@media (max-width: 769px) {
		margin-left: 0;
	}
}
#formarea .s-date p.sp {
	font-size: 0.8rem;
	line-height: 1.7;
	margin-top: 2%;
	color: red;
	font-weight: normal;
}
#formarea .s-date p.sp span {
  border-bottom: 1px red solid;
}
#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: 0.8rem;
		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: 0.8rem;
		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%);
	box-shadow: 0 4px #2e8b57;
	border-radius: 40px;
	padding: 15px 0;
	border: none;
	width: 250px;
	cursor: pointer;
	position: relative;
	@media (max-width: 769px) {
		margin: 13px auto;
		width: 70%;
		padding: 20px 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: 1.3rem;
		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: 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-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: 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: 30px;
	}
}
div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 0px 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;
}
