<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --------------- mv --------------- */

.sub_mv {
	background-image: url(../img/bg_mv_event.jpg);
}


/* --------------- about --------------- */

.eabout {
	width: 100%;
	padding: 90px 0;
	background: url(../img/bg_event_about.jpg) no-repeat left top;
	background-size: cover;
	text-align: center;
}

.event_tit {
	width: 100%;
	text-align: center;
	font-size: 4rem;
	font-weight: bold;
	color: #614838;
}

.eabout_txt01 {
	color: #000000;
	font-size: 2.4rem;
	letter-spacing: 1px;
}

.eabout_part {
	width: 100%;
	padding: 55px 70px;
	margin-top: 40px;
	background: #FFFFFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.eabout_list {
	width: 100%;
}

.eabout_list li {
	width: 100%;
	background: url(../img/bg_line.png) repeat-x left bottom;
	padding-bottom: 25px;
	margin-bottom: 30px;
}

.eabout_list li:last-of-type {
	background: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.eabout_tit {
	margin-bottom: 10px;
}

.span_tit {
	display: inline-block;
	color: #FFFFFF;
	padding: 3px 35px;
	padding: 6px 35px 0 35px\0;
	font-size: 2rem;
	font-weight: bold;
	background: #F1787B;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}

.eabout_txt02 {
	color: #363636;
	font-size: 1.6rem;
	line-height: 2.8;
	letter-spacing: 1px;
}


/* --------------- eprice --------------- */

.eprice {
	width: 100%;
	padding: 70px 0;
}

.eprice_list {
	width: 100%;
	margin: 30px auto;
}

.eprice_list li {
	width: 47%;
	float: left;
	padding: 22px 50px;
	margin-right: 6%;
	border: 5px solid #fce4db;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.eprice_list li:last-of-type {
	margin-right: 0;
}

.eprice_inner {
	width: 100%;
	display: table;
}

.eprice_img {
	width: 92px;
	display: table-cell;
	vertical-align: middle;
}

.eprice_img img {
	display: block;
}

.eprice_content {
	width: auto;
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
	font-size: 2.2rem;
}

.eprice_txt01 span {
	color: #f1787b;
	font-size: 4rem;
	line-height: 1;
}

.eprice_txt02 span {
	font-size: 2.8rem;
}

.eprice_txt03 {
	font-size: 2rem;
	text-align: center;
}


/* --------------- contact --------------- */

.econtact {
	width: 100%;
	padding: 70px 0;
	background: url(../img/bg_block02.jpg) repeat left top;
	text-align: center;
}

.econtact_tel {
	font-size: 4.4rem;
	line-height: 1;
	font-weight: bold;
	color: #aa8f87;
	margin: 20px auto 10px auto;
}

.econtact_tel a {
	color: #aa8f87;
	font-size: 6.6rem;
	letter-spacing: 6px;
}

.econtact_txt01 {
	color: #282828;
	font-size: 1.8rem;
}

.econtact_txt02 {
	color: #282828;
	font-size: 2.2rem;
	font-weight: bold;
	margin: 20px auto 30px auto;
}

.e_btn {
	display: block;
	width: 290px;
	margin: 0 auto;
	padding: 12px 0;
	padding: 14px 0 10px 0\0;
	color: #FFFFFF;
	font-size: 2.4rem;
	text-align: center;
	background: #f1787b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.e_btn::after {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: "";
	background-color: #ff8f9d;
	-ms-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.e_btn:hover::after {
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}


/* --------------- event --------------- */

.event {
	width: 100%;
	padding-top: 100px;
}

.event_part {
	width: 100%;
	margin-bottom: 70px;
}

.event_part:first-of-type {
	margin-top: 30px;
}

.event_part_tit {
	text-align: center;
	position: relative;
}

.event_part_tit::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 1px;
	background: url(../img/bg_line.png) repeat-x left top;
	z-index: -1;
}

.event_part_tit span.span_tit {
	padding: 3px 30px;
	padding: 6px 30px 0 30px\0;
}

.event_img_list {
	width: 100%;
	margin-top: 30px;
}

.event_img_list li {
	width: 31.5%;
	float: left;
	margin-right: 2.75%;
}

.event_img_list li:last-of-type {
	margin-right: 0;
}

.event_img_list li img {
	display: block;
	width: 345px;
	margin: 0 auto;
}

.event_content {
	width: 100%;
	margin-bottom: 50px;
}

.event_content_tit {
	width: 100%;
	border: 3px solid #f1787b;
	padding: 20px;
	padding: 22px 20px 18px 20px\0;
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	position: relative;
	color: 282828;
}
.event_br{
	display: none;
}

.panel-btn02 {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 24px;
	margin: auto;
	width: 42px;
	height: 42px;
	cursor: pointer;
	overflow: hidden;
}

.panel-btn-icon02 {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 42px;
	height: 4px;
	background: #F1787B;
	transition: .2s;
}

.panel-btn-icon02:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 4px;
	height: 42px;
	background: #F1787B;
	transition: .3s;
}

.panel-btn02 .close:before {
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.about_link {
	display: none;
	width: 100%;
	background: #fef1ef;
	padding: 50px 75px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	margin-top: 6px;
}

.link_tit {
	font-size: 2rem;
	color: #282828;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #f1787b;
	margin-bottom: 15px;
}

.link_list {
	width: 100%;
	padding-left: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	margin-bottom: 40px;
}

.link_list:last-of-type {
	margin-bottom: 0;
}

.link_list li {
	width: 100%;
	padding: 6px 0 6px 10px;
	font-size: 1.4rem;
	position: relative;
	padding-left: 10px;
	color: #282828;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.link_list li::before {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	background: #F1787B;
	left: 0;
	top: 14px;
}

.e_btn02 {
	display: block;
	width: 500px;
	margin: 80px auto;
	padding: 15px 10px;
	padding: 18px 10px 12px 10px\0;
	color: #FFFFFF;
	font-size: 2rem;
	text-align: center;
	background: #bb0511;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.e_btn02::after {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: "";
	background-color: #ff8f9d;
	-ms-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.e_btn02:hover::after {
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

@media only screen and (max-width: 1200px) {
	/* --------------- eprice --------------- */
	.eprice_list li {
		width: 48%;
		padding: 22px 30px;
		margin-right: 4%;
	}
	.e_btn:hover::after {
		-ms-transform: translate3d(-100%, 0, 0);
		-moz-transform: translate3d(-100%, 0, 0);
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	/* --------------- event --------------- */
	
	.event_img_list li {
		width: 32%;
		margin-right: 2%;
	}
	.e_btn02:hover::after {
		-ms-transform: translate3d(-100%, 0, 0);
		-moz-transform: translate3d(-100%, 0, 0);
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@media only screen and (max-width:1023px) {
	/* --------------- about --------------- */
	.eabout {
		padding: 70px 0;
	}
	.event_tit {
		font-size: 3.6rem;
	}
	.eabout_txt01 {
		font-size: 2.2rem;
	}
	.eabout_part {
		padding: 50px 40px;
		margin-top: 30px;
	}
	.span_tit {
		font-size: 1.8rem;
	}
	/* --------------- eprice --------------- */
	.eprice_list li {
		padding: 20px;
	}
	.eprice_inner {
		width: 100%;
		display: block;
	}
	.eprice_img {
		width: 100%;
		display: block;
	}
	.eprice_img img {
		margin: 0 auto;
	}
	.eprice_content {
		width: 100%;
		display: block;
		padding-left: 0;
		font-size: 2rem;
		text-align: center;
		margin-top: 20px;
	}
	.eprice_txt01 span {
		font-size: 3.6rem;
	}
	.eprice_txt02 span {
		font-size: 2.4rem;
	}
	.eprice_txt03 {
		font-size: 1.8rem;
	}
	/* --------------- contact --------------- */
	.econtact_tel {
		font-size: 4rem;
	}
	.econtact_tel a {
		font-size: 6rem;
	}
	.econtact_txt02 {
		font-size: 2rem;
	}
	.e_btn {
		font-size: 2.2rem;
	}
	/* --------------- event --------------- */
	.event {
		padding-top: 70px;
	}
	.event_part {
		margin-bottom: 50px;
	}
	.event_content_tit {
		font-size: 2rem;
		letter-spacing: 5px;
	}
	.panel-btn02 {
		right: 20px;
		width: 36px;
		height: 36px;
	}
	.panel-btn-icon02 {
		width: 36px;
		height: 2px;
	}
	.panel-btn-icon02:before {
		width: 2px;
		height: 36px;
	}
	.panel-btn02 .close:before {
		opacity: 0;
	}
	.about_link {
		padding: 50px 40px;
	}
	.link_tit {
		font-size: 1.8rem;
	}
	.e_btn02 {
		font-size: 1.8rem;
	}
}

@media only screen and (max-width:767px) {
	/* --------------- about --------------- */
	.event_tit {
		font-size: 3.2rem;
	}
	.eabout_txt01 {
		font-size: 2rem;
	}
	.eabout_part {
		padding: 40px 20px;
	}
	.eabout_list li {
		padding-bottom: 15px;
		margin-bottom: 25px;
	}
	.eabout_txt02 {
		line-height: 2;
	}
	/* --------------- eprice --------------- */
	.eprice_list li {
		width: 100%;
		float: none;
		margin-right: 0;
		padding: 20px 50px;
		border-width: 3px;
	}
	.eprice_list li:last-of-type {
		margin-top: 30px;
	}
	.eprice_inner {
		display: table;
	}
	.eprice_img {
		width: 92px;
		display: table-cell;
	}
	.eprice_content {
		width: auto;
		display: table-cell;
		padding-left: 30px;
		text-align: left;
	}
	.eprice_txt01 span {
		font-size: 3.2rem;
	}
	.eprice_txt02 span {
		font-size: 2.2rem;
	}
	/* --------------- contact --------------- */
	.econtact_tel {
		font-size: 3.8rem;
	}
	.econtact_tel a {
		font-size: 5rem;
	}
	/* --------------- event --------------- */
	.event_img_list {
		width: 100%;
		margin-top: 30px;
	}
	.event_img_list li {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.event_img_list li:last-of-type {
		margin-right: 0;
		margin-bottom: 0;
	}
	.event_content_tit {
		border-width: 2px;
		letter-spacing: 3px;
	}
	.event_br{
		display: block;
	}
	.panel-btn02 {
		width: 30px;
		height: 30px;
		right: 10px;
	}
	.panel-btn-icon02 {
		width: 30px;
	}
	.panel-btn-icon02:before {
		height: 30px;
	}
	.about_link {
		padding: 40px 20px;
	}
	.e_btn02{
		max-width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}
}

@media only screen and (max-width:480px) {
	/* --------------- about --------------- */
	.eabout {
		padding: 60px 0;
	}
	.event_tit {
		font-size: 2.4rem;
	}
	.eabout_txt01 {
		font-size: 1.6rem;
		margin-top: 10px;
	}
	.eabout_tit {
		margin-bottom: 10px;
	}
	.span_tit {
		font-size: 1.6rem;
	}
	.eabout_txt02 {
		font-size: 1.4rem;
	}
	/* --------------- eprice --------------- */
	.eprice {
		padding: 60px 0;
	}
	.eprice_list li {
		padding: 20px;
	}
	.eprice_list li:last-of-type {
		margin-right: 0;
	}
	.eprice_img {
		width: 80px;
	}
	.eprice_content {
		width: auto;
		display: table-cell;
		vertical-align: middle;
		padding-left: 20px;
		font-size: 1.8rem;
	}
	.eprice_txt01 span {
		font-size: 3rem;
		line-height: 1.5;
	}
	.eprice_txt02 span {
		font-size: 2.8rem;
	}
	.eprice_txt03 {
		font-size: 1.6rem;
	}
	/* --------------- contact --------------- */
	.econtact {
		padding: 60px 0;
	}
	.econtact_tel {
		font-size: 3rem;
		line-height: 1.2;
		margin: 20px auto 10px auto;
	}
	.econtact_tel a {
		display: block;
		font-size: 4.4rem;
		letter-spacing: 2px;
	}
	.econtact_txt01 {
		font-size: 1.6rem;
	}
	.econtact_txt02 {
		font-size: 1.8rem;
		margin: 20px auto 30px auto;
	}
	.e_btn {
		max-width: 100%;
		font-size: 2rem;
	}
	/* --------------- event --------------- */
	.event {
		padding-top: 60px;
	}
	.event_part {
		margin-bottom: 40px;
	}
	.event_img_list {
		width: 100%;
		margin-top: 30px;
	}
	.event_content {
		width: 100%;
		margin-bottom: 30px;
	}
	.event_content_tit {
		font-size: 1.7rem;
		letter-spacing: 0;
		padding: 15px 10px;
	}
	.about_link {
		padding: 40px 20px;
	}
	.link_tit {
		font-size: 1.6rem;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	.link_list {
		margin-bottom: 30px;
	}
	.e_btn02 {
		font-size: 1.8rem;
		margin: 60px auto;
	}
}</pre></body></html>