/* 基本スタイル内で文字の指定や色の指定などをしています */
body {
    font-family: 'Noto Serif JP', serif;
    line-height: 1.8;
    margin: 0;
    color: #4a4a4a;
    background-color: #fdfcfb;

}

a {
    color: #FFFFFF;
    text-decoration: none;
    transition: color 0.3s;
}

a:hover {
    color: #5a4520;
}

/* pタグ内で文字の調整しています*/

p{
	font-weight: 800;
	font-size: 1.2rem;
	
}

.container {
    width: 90%;
    max-width: 1980px;
    margin: 0 auto;
    padding: 60px 20px;
	
}

/* フレックスタグでカラムの大まかな指定をしています*/

.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
		
}

.container_img {
    width: 90%;
    max-width: 1980px;
    margin: 0 auto;
    padding: 60px 20px;
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.8em;
    text-align: center;
    margin-bottom: 0px;
    color: #333;
    font-weight: 700;
}

.section-title2 {
    font-family: 'Playfair Display', serif;
    font-size: 0.8em;
    text-align: center;
    margin-bottom: 30px;
    color: #333;
    font-weight: 700;
}


/* ヘッダー */
.header {
    background: rgba(5,0,5,0.9);
	padding: 15px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    position: fixed;
    width: 90%;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: background-color 0.3s;
}

.header-logo {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #FFF;
}

.header-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.header-nav li {
    margin-left: 30px;
}

.header-nav a {
    font-weight: 700;
}

/* メインビジュアル */
.hero {
    background-image: url('../img/fuukei001.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    padding: 200px 0px 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.hero-text h2 {
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.hero-text p {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto;
}

/* コンセプト */

.column-2{
	width: 47%;
	font-size: 1.5rem;
	font-weight: 600;

	
}

.column-2text{
	font-siza 1.3rem;
	font-weight: 500;
	
}

.concept-img{
	background-image: url("../img/w_umeshu300.jpg"); width: 300px;
	background-position: center;
	background-size: cover;
	height: 300px;
	border-radius: 30px;
	
}

.quality-img{
		background-image: url("../img/hinsitu001.png"); width: 300px;
	background-position: center;
	background-size: cover;
	height: 300px;
	border-radius: 30px;
}

.Manufacturing {
			background-image: url("../img/seihou001.png"); width: 300px;
	background-position: center;
	background-size: cover;
	height: 300px;
	border-radius: 30px;
}

.material-img{
				background-image: url("../img/genryou001.png"); width: 300px;
	background-position: center;
	background-size: cover;
	height: 300px;
	border-radius: 30px;
}

.column-texts-p{
	font-weight: 300;
	font-size 1.8rem;
	font-weight: 500;
		
}

/* コンテンツセクション */
.content-section {
    background: #fff;
    padding: 60px 0;
}

#about p {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.1rem;
}

.feature-list {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 10px;
}

.feature-item {
    background: #fdfcfb;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 5px;
    flex: 1;
    text-align: center;
}

.feature-item h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5em;
    color: #8a6d3b;
    margin-bottom: 15px;
}

/* 製品紹介 */
.product-item {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 40px;
}

.product-image {
    flex: 1;
    max-width: 45%;
    border-radius: 5px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.product-description {
    flex: 1;
}

.product-description h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5em;
    color: #333;
    margin-bottom: 15px;
}

.table_01 {
    border: 3px solid gray;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}
.th_01 {
    border: 3px solid gray;
    padding: 15px;
    background-color: #f1457d;
    color: aliceblue;
}
.td_01 {
    border: 3px solid gray;
    padding: 20px;
    background-color: whitesmoke;
}
.td_01:hover{
    background-color: #fffeb2;
}

.table_02{
    width: 100%;
    border: 0px solid #2B4C69;
    border-collapse: separate;
    border-spacing: 0px;
    table-layout: fixed;
}

caption{
    color: ghostwhite;
    background-color: #336ba3;
    padding: 20px;
}

.th_02{
    background-color: #cccccc;
    border: 1px solid gray;
    padding: 10px;
    width: 150px;
}

.th_03{
    background-color: #ffffff;
    border: 1px solid gray;
    padding: 20px;
    width: 100px;
}

.td_02{
background-color: #ffffff;
border: 1px solid gray;
padding: 20px;
}

/* フッター */
.footer {
    text-align: center;
    padding: 10px 20px -50px;
    background: #444;
    color: #ccc;
}

.container_footer {
    width: 90%;
    max-width: 1980px;
    margin: 0 auto;
    padding: 5px 10px;
}

.footer p {
    margin: .5px 0;
}

.footer-nav ul {
	position: relative;
	right: -25%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.footer-nav li {
    margin-left: 15px;
}

.footer-nav a {
    font-weight: 700;
}

.border-radius {
  width: 300px;
  height: 100px;
  line-height: 100px;
  background-color: #B9E8E4;
  opacity: 75%;
  border-radius: 20px;
  color: #ffffff;
  text-align: center;
}




/* --- レスポンシブ対応 --- */
@media (max-width: 768px) {
    .header {
        flex-direction: column;
        padding: 10px;
        position: static;
        width: 100%;
    }

    .header-nav ul {
        flex-direction: column;
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }

    .header-nav li {
        margin: 10px 0;
    }

    .hero {
        padding: 120px 20px;
    }

    .hero-text h2 {
        font-size: 2.5em;
    }

    .section-title {
        font-size: 2.2em;
    }

    .feature-list {
        flex-direction: column;
    }

    .product-item {
        flex-direction: column;
        gap: 30px;
    }

    .product-image {
        max-width: 100%;
    }
}
