@charset "utf-8";

.gallery-item-plan p {
    padding: 10px 0px;
    background-color: #1E6965;
    color: #ffffff;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 10px auto 20px;
}


.box-season-topbox-container {
	max-width: 1100px;
	padding: 0px;
	margin: 50px auto 0;
	background-image: url("../wp-content/themes/hitotoki/assets/img/background2.jpg");
}
.box-mail {
	width: 100%;
	margin: 0 auto;
	align-items: center;
	text-align:center;
}
.rounded-button {
	display: inline-block;
	padding: 15px 40px;
	background-color: #1E6965;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	border: none;
	border-radius: 30px;
	cursor: pointer;
	transition: background-color 0.3s ease;
	margin: 0 auto;
	width: auto;
}	

#topmain h1 {
	font-size: 250%;
	color: #fff;
	line-height: 1.6;
	z-index: 1000;
	position: absolute;
	top: 480px;
	left: 30px;
    }



/* pc */
@media screen and (min-width: 768px) {
	
.slider {
	position: relative;
	height: 100vh;
	overflow: hidden;
}
#topmain {
	justify-content: left;
	align-items: center;
	height: 100%;
	padding: 52px 0 0 0;
    }
#topmain h1 {
	font-size: 300%;
	color: #fff;
	line-height: 1.6;
	z-index: 1000;
	position: absolute;
	top: 300px;
	left: 50px;
    }
.gallery-item-plan p {
	padding: 10px 0px;
	background-color: #1E6965;
	color: #ffffff;
	border-radius: 30px;
	cursor: pointer;
	transition: background-color 0.3s ease;
	margin: 10px auto;
	}

}
