@charset "utf-8";
/* CSS Document */


/* --- Base Settings --- */
:root {
    --deep-green: #3a4d39;
    --light-gray: #f7f7f5;
    --gold: #b29a73;
    --text-black: #1a1a1a;
    --inner-width: 1300px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.container {
    max-width: var(--inner-width);
    margin: 0 auto;
    padding: 0 5%;
}

/* --- Header --- */
.main-header {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 20px 0;
    z-index: 10;
}

.logo-container {
    padding: 0 5%;
}


/* --- Hero Section --- */
.hero {
    position: relative;
    height: 100vh;
    min-height: 500px;
    background-image: url('../img/order/top1.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    color: #fff;
}

.hero-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.1);
}

.hero-text {
    position: relative;
    padding-left: 5%;
    z-index: 2;
    max-width: 900px;
}

.eng-sub {
    font-size: clamp(1rem, 2vw, 0.9rem);
    border-bottom: 1px solid var(--gold);
    display: inline-block;
    padding-bottom: 3px;
    margin-bottom: 10px;
}

.hero h2 {
    font-size: clamp(1.8rem, 6vw, 3.5rem);
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 20px;
}

.lead-text {
    font-size: clamp(0.9rem, 2.5vw, 1.1rem);
}

/* --- Philosophy --- */
.philosophy {
    padding: clamp(30px, 10vw, 120px) 0;
    text-align: center;
    background-color: var(--light-gray);
}

.section-title h2 {
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: 600;
    margin-bottom: 30px;
    color: var(--deep-green);
	text-align: center;
}

.eng-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: var(--gold);
    display: block;
    margin-bottom: 10px;
	text-align: center;
}

.desc {
    max-width: 800px;
    margin: 0 auto;
}

/* --- Feature Grid --- */


.feature-grid {
    padding: clamp(60px, 10vw, 100px) 0;
}

.feature-item,
.feature-item-f{
    display: flex;
    align-items: top;
    flex-wrap: wrap;
    margin-bottom: clamp(60px, 8vw, 120px);
    gap: 40px 80px;
	background-color: var(--light-gray);
}

.feature-item.reverse {
    flex-direction: row-reverse;
}

.feature-img {
    flex: 1;
	min-width: 300px;
/* 	height: clamp(300px, 40vw, 450px);*/

    position: relative;
    background-size: cover;
    background-position: center;
}


.num {
    position: absolute;
    top: -40px;
    left: -20px;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    color: var(--gold);
    opacity: 0.5;
    background: #fff;
    line-height: 1;
    padding: 10px;
}

.feature-content {
    flex: 1;
    min-width: 300px;
	margin-top:2rem;
	padding: 1rem;
}

.feature-content h3 {
    font-size: clamp(1.4rem, 3vw, 1.8rem);
    margin-bottom: 20px;
    color: var(--deep-green);
    line-height: 1.4;
}

/* --- Comparison Luxury --- */
.comparison-luxury {
	background-color: var(--deep-green);
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	padding: 2rem 1rem;
}

.comp-box {
    border: 1px solid #ddd;
    padding: clamp(30px, 6vw, 60px);
    text-align: center;
}

.comp-header {
    font-size: 1rem;
    color: #888;
    margin-bottom: 20px;
}

.comp-body {
    font-size: 0.95rem;
    color: #555;
}

/* 箇条書き部分のスタイル */
.sub-features {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    border-top: 1px solid #eee; /* 上部に繊細な区切り線 */
}

.sub-features li {
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid #eee; /* 各項目の区切り線 */
}

.sub-num {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    color: var(--gold);
    font-weight: 600;
    margin-right: 20px;
    padding-top: 2px;
}

.sub-text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #444;
}

.sub-text2 {
    font-size: 1.5rem;
    color: var(--deep-green);
	font-weight: bold;
}

.chumon{
 	padding: 1rem;
}

.chumon-text{
 	color: #fff;
    font-size: 1.2rem;
	background: var(--deep-green);
	padding: 0.2rem 0.5rem;
	display: inline-block;
	margin-bottom: 0.5rem;
}


 .sub-text-joken {
    display: block;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    color: #666;
  }


 .sub-text-joken-w {
    display: block;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    color: #fff;
  }



@media (min-width: 1024px) {
	
.feature-fx {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 5rem;

}
	
    .feature-item,
	.feature-item-f{
     width: 45%;
    }
	
	
	
.feature-top{
		margin-top: 4.7rem;
    }
	
.feature-top2{
		margin-top: 3rem;
    }
	
.chumon-text{

    font-size: 1rem;

}
	
.comparison-luxury {

	padding: 4rem 1rem;

}
	

}


/* --- Responsive Adjustments --- */
@media (max-width: 767px) {
    .feature-item {
        margin-bottom: 80px;

    }
	
	.feature-item-f {
        margin-bottom: 20px;

    }
    
    .feature-img {
/*        height: 250px;*/
    }

    .hero-text {
        padding-right: 5%;
    }
    
    .comp-box {
        padding: 40px 20px;
    }
	
/*
	.feature-content {
	margin-top:2rem;
}
	
*/
	
   .sub-features {
        margin-top: 20px;
    }
    .sub-text {
        font-size: 0.9rem;
    }	
	
	.num {

    top: -30px;

}
	
.feature-top3{
		margin-top: 3rem;
    }

}


