.bg1-top {
	background-position: top center, bottom center;	
	background-size: 100% var(--bg1-height);		
	background-repeat: no-repeat;		
	padding-top: 1%;		
	padding-bottom: var(--bg1-height);	
	background-image: url('../images/bg1_top.png'), url('../images/bg1_bottom.png');	
}


.top-title{
    margin: 0px;
    padding: 5%;
    color: var(--primary-text-color);
    background-color: var(--primary-color);
}

.color1{
	color: var(--primary-color);
	margin-top: 0%;
}

.color2{
	color: var(--secondary-color);
	margin-top: 0%;
}


.top-italicfont{
    font-family: var(--heading-font);
}


main h2.type1-top {
	margin: 0; padding: 0; border: none;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
main h2.type1-top span {
	display: block;
	font-size: 1rem;
	text-align: right;	
}

	
	@media screen and (min-width:700px) {

	
	main h2.type1-top {
		flex: 0 0 auto;
		line-height: 1;
		transform: rotate(0deg);	
		margin-right: 2rem;			
		font-size: 2.5rem;			
	}
	main h2.type1-top span {
		margin-top: 2rem;	
	}

	}


	@media screen and (min-width:700px) {

	
	.list-side-title-top {
		display: flex;	
		justify-content: center;	
		align-items: flex-start;	
		gap: 3%;					
	}

	}


	
	@media screen and (min-width:500px) {

	
	.list-side-title-top .list-menu-top {
		display: grid;
		grid-template-columns: repeat(3, 1fr);	
		gap: 2rem;	
		grid-template-rows: auto 1fr auto;
	}

	}



.list-top * {
	margin: 0;
}


.list-top {
	position: relative;
    display: flex;
	flex-direction: column;
	padding: 1rem;			
	background: #fff;		
	box-shadow: 5px 5px 20px rgba(0,0,0,0.1);	
	margin-bottom: 3%;
}

	
	@media screen and (min-width:700px) {

	
	.list-top {
		margin-bottom: 0;
	}

	}


.list-top h4 {
	color: #555;	
}


.list-top h4 .price {
	background: var(--primary-color);	
	color: var(--primary-text-color);	
	border-radius: 100px;	
	padding: 0.3rem 1rem;	
	margin-left: 0rem;		
	font-size: 0.8rem;		
}


.list-top p {
	margin: 0;padding: 0;
	font-size: 0.85rem;	
	line-height: 1.8;	
}


.list-top .newicon {
	position: absolute;
	left: -5px;	
	top: -10px;	
	background: var(--secondary-color);	
	color: var(--secondary-text-color);	
	font-size: 0.7rem;	
	width: 5em;			
	line-height: 5em;	
	border-radius: 50%;	
	text-align: center;	
}


.list-top figure img {
	margin-bottom: 0.5rem;	
}


.list-top .btn1 {
	margin-top: auto;
}
.list-top .btn1 a  {
	display: block;
	text-decoration: none;
	font-size: 1rem;
	text-align: center;
	background: var(--secondary-color);
	color: var(--primary-text-color);
	padding: 0.5rem !important;
}

.event_intro {
	text-align: center;
}

.intro1{
	text-align: center;
	margin: 0%;
}

.intro2{
	text-align: center;
	margin: 0%;
}

.event_intro_back{
	background-color: #fff;
}

.top_box{
	border: var(--primary-color) 1px solid; 
	border-radius: 100px;
	padding:1rem;
	margin: 1rem;
	margin-left: 2rem;
	margin-right: 2rem;
}

#logo{
	width: 20vw;

}

.list-free {
	display: flex;
    flex-direction: column;
	margin-bottom: 10vw;
	gap: 5vw;
}
.bg1 .list-free:last-of-type,
.bg2 .list-free:last-of-type {
	margin-bottom: 0;
}
.list-free .text {
    align-self: flex-start;
	flex: 1;
}
.list-free h3 {
	margin-top: 0;
	letter-spacing: 0.1em;
	font-size: 1.5rem;
	color: var(--primary-color);
	position: relative;
}
.bg1 .list-free h3 {
	color: var(--primary-inverse-color);
}
.list-free .vertical-text {margin: auto;}
.list-free .vertical-text::before,
.list-free .vertical-text::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 50px;
	border: 1px solid var(--primary-color);
}
.bg1 .list-free .vertical-text::before,
.bg1 .list-free .vertical-text::after {
	border-color: var(--primary-inverse-color);
}

.list-free .vertical-text::before {
	top: -15px;
	left: -15px;
	border-right: none;
	border-bottom: none;
}

.list-free .vertical-text::after {
	bottom: -15px;
	right: -15px;
	border-left: none;
	border-top: none;
}
.list-free .image {
	position: relative;
}
.list-free .image img {
	box-shadow: 0px 10px 40px rgba(0,0,0,0.1);
	margin-bottom: 1rem;
}
.iframe-box {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	position: relative;
}
.iframe-box iframe {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.list-free .image.order3 .point {
	position: absolute;
	left: -20px;
	top: -20px;
}
.list-free .image.order1 .point {
	position: absolute;
	right: -20px;
	top: -20px;
}
.list-free .image > div {
	font-size: 0.7rem;
	padding: 1rem 2rem;
}
	@media screen and (min-width:600px) {
	.list-free {
		flex-direction: row;
		align-items: flex-start;
	}
	
	.list-free .vertical-text {
		writing-mode: vertical-rl;
		text-orientation: upright;
		padding: 1rem 0.5rem;
	}
	.list-free .image.order3 {
		margin-right: calc(-1 * var(--global-space));
	}
	.list-free .image.order3 img {
		border-radius: 30px 30px 30px 30px;
	}
	.list-free .image.order1 {
		margin-left: calc(-1 * var(--global-space));
	}
	.list-free .image.order1 img {
		border-radius: 30px 30px 30px 30px;
	}
	.list-free .w1 {width: 30%;}
	.list-free .w2 {width: 50%;}
	.list-free .order1 {order: 1;}
	.list-free .order2 {order: 2;}
	.list-free .order3 {order: 3;}
	.list-free .align-self-start {align-self: flex-start;}
	.list-free .align-self-center {align-self: center;}
	.list-free .align-self-end {align-self: flex-end;}
	.list-free .price{background: var(--primary-color);	
		color: var(--primary-text-color);
		border-radius: 100px;
		padding: 0.3rem 1rem;	
		margin-left: 1rem;		
		font-size: 0.8rem;		
	}
	.list-free .btn1 a{
		margin-top: auto;
		display: block;
		text-decoration: none;
		font-size: 1rem;
		text-align: center;
		background: var(--secondary-color);
		color: var(--primary-text-color);
		padding: 0.5rem !important;
	}

	}

