@charset "utf-8";
/* CSS Document */

.cubre-o-content{
	max-width:1200px;
	margin: auto;
    padding-left:20px;
	padding-right:20px;
	text-align: justify;
	}
.wrapper{
	width:100%;
	font-size:16px;
	line-height:28px;
}
.theme {
	font-size: 18px;
	line-stacking: 27px;
	font-weight:700;
	margin-top:30px;
	}
.event-title{
	font-size: 18px;
	line-stacking: 27px;
	color:#8ebf56;
	font-weight:700;
	margin: 20px 0px 10px 0;
	}
.box-table{
	empty-cells:hide;
	}
table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom:20p;
}

td, th {
  border: 1px solid #000;
  text-align: center;
  padding: 8px;
}

h3{
	font-size: 16px;
	line-stacking: 24px;
	font-weight:700;
	margin: 20px 0px 10px 0;
	}
.precautions{
	margin-top:10px;
	}
.exchange {
	width:100px;
	margin:10px auto;
	border:1px solid #000000;
	padding: 3px;
	text-align: center;
	display:block;
	border-radius: 30px;
	text-decoration:none;
	}	
.rightdot-item {
	position: fixed;
	right:16px;
	top:50%;
	/*z-index:999;*/	
	}
.dot {
	display:block;
	width:16px;
	height:16px;
	margin-bottom:10px;
	border-radius:50%;
	border:3px solid #8ebf56;
	}
.dot:hover {
	background-color:#8ebf56;
	}
.dot:visited {
	background-color: #8ebf56;
	}
.decimal{
	list-style-type: decimal;
	}
.disc{
	list-style-type: disc;
	}

.cubre-m-kv {
	display: flex;
	align-items: center;
	width: 100%;
	background-image: url("../images/treepoint1920x500-2026-2.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.cubre-m-kv .wrap-text {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	color: #231815;
	text-align: left;
}
.cubre-m-kv .wrap-text .head {
	font-size: 3.5em;
	font-weight: bold;
	line-height: 1.2;
}
.cubre-m-kv .wrap-text .head + .text {
	margin-top: 1em;
	font-size: 1.75em;
	font-weight: bold;
}
	
@media screen and (max-width:767px) { 
  .cubre-o-content{
		width:90%;
		margin: auto;
	}
	.cubre-m-kv__bg {
		position: relative;
		right: 0;
	}
	.cubre-m-kv__bg img {
		width: 100%;
	}
	.cubre-m-kv {
		height: auto;
	}
}
@media screen and (min-width:991px) { 
  	.cubre-o-content {
		width:90%;
		margin: auto;
	}
	.cubre-m-kv {
    height: 580px;
	}
}
@media (max-width: 1200px) {
	
	.cubre-m-kv .wrap-text {
		padding: 0 20px;
	}
}
@media (max-width: 991px) {
	.cubre-m-kv {
		align-items: flex-start;
		height: 500px;
		background-image: url(../images/treepoint-ipad-768x500-2026.png);
	}
	.cubre-m-kv .wrap-text {
		margin: 30px 0;
		padding: 0 50px;
	}
	.cubre-m-kv .wrap-text .head {
		font-size: 7vw;
	}
}
@media (max-width: 500px) {
	.cubre-m-kv {
		height: 640px;
		background-image: url(../images/treepoint-360x640-2026.png);
	}
	.cubre-m-kv .wrap-text {
		padding: 50px;
		text-align: center;
	}
	.cubre-m-kv .wrap-text > div {
		width: 100%;
	}
	.cubre-m-kv .wrap-text .head {
		font-size: 10vw;
	}
	.cubre-m-kv .wrap-text .head span {
		display: block;
	}
}
