/*
Theme Name: ultra-child
Template: ultra
Tags: child-nakahara
*/

.page-id-1865 .entry-thumbnail {
	display: none;
}
.hero-header {
    position: relative;
    background-size: cover !important;      /* 画像を全面に広げる */
    background-position: center; /* 中央配置 */
    background-repeat: no-repeat !important;/* 繰り返しを止める */
	min-height: 30vh; 
    display: flex;
    align-items: center;   /* ← 上下中央だけ */
    justify-content: flex-start; /* ← 左寄せ */
	overflow-x: hidden;
}

.hero-header .container {
    position: static;
}
.entry-header.hero-header .entry-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 1.6em;
}
.hero-header .entry-title-en {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -10px); 
    width: 100%;
    text-align: center;
    font-size: calc(3em + 1.6vw);
    font-weight: 600;
    color: #fff;
    opacity: 0.5;
	line-height: 0.9;
}
