/*
Theme Name: arkhe-child
Template: arkhe
*/

body {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	color: #1c1c1c;
}

.page-id-15 {
	background-image: url('/wp-content/uploads/2025/02/vineyard.png');
	background-size: cover;
	background-position: 30%;
	background-color: rgba(255,255,255,0.7);
	background-blend-mode: lighten;
}

#header {
	display: none;
}

#top_title_area {
	display: none;
}

.top-title {
	text-align: center;
	padding-top: 25%;
	font-size: 3.0rem;
}

.top-sub-title {
	text-align: center;
	font-size: 1.2rem;
}

.goal-page-title {
	margin-left: -20%;
	text-align: left;
	font-size: 1.1rem;
	font-weight: bolder;
}

.goal-sub-title {
	float: right;
	padding-top: 55%;
	margin-right: -20%;
	font-size: 1.5rem;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
	font-weight: bolder;
	text-shadow: 1px 3px 3px rgba(0, 0, 0, 0.4);
}

.menu-item {
	width: 33%;
	text-align: center;
}

.menu-item a {
	font-size: 20px;
	text-decoration: none;
}

.menu-item a:hover {
	font-size: 20px;
	text-decoration: none;
	color: #ff99cc;
}

.contact-body {
	width: 600px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.top-title {
		text-align: center;
		padding-top: 45%;
		font-size: 1.5rem;
	}

	.top-sub-title {
		text-align: center;
		font-size: 0.8rem;
	}

	.goal-page-title {
		text-align: center;
		text-shadow: 1px 1px 2px black;
		font-size: 0.9rem;	
	    margin-left: 0px;
	}

	.goal-sub-title {
		text-align: center;
		text-shadow: 1px 1px 2px black;
		padding-top: 60%;
		font-size: 1.1rem;	
	    margin-right: 0px;
	}

	.menu-item {
		width: 33%;
		text-align: center;
	}

	.menu-item a {
		font-size: 13px;
		text-decoration: none;
	}

	.menu-item a:hover {
		font-size: 13px;
		text-decoration: none;
		color: #ff99cc;
	}

	.contact-body {
		width: 100%;
		margin: 0 auto;
	}

}