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

}

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

a:hover {
    color: #5a4520;
}

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

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

.hr2-dotline {
  border-top: 5px dotted #000; /* 点線 */
  
}

.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;
		
}

.grid {
  display: grid;
  gap: 200px;
  grid-template-columns: 1fr 1fr 1fr;
	text-align: center;
}

.box {
  display:flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.text {
  width: 100%;
  text-align: center;
}

h3 {
  font-size: 21px;
  margin: 0;
}

.pict {
  width: 100%;
  text-align: center;
  min-height: 0%;
}

.pict img {
  max-width: 300px;
  height:auto;
}


.box:nth-child(even) {
  flex-direction: row-reverse;
}
.box:nth-child(even) .text {
  text-align: right;
}
.box:nth-child(even) .pict {
  margin-left: 0;
  margin-right: 3%;
}


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

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

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


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

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

.container_two {
  width: 90%;
  margin: 0 auto;
  display: flex; //横並びするために
  align-items: center; //横並び後に上下中央に
}
.column_two {
  display: flex;
  justify-content: center;
  flex: 1;
  padding: 35px;
  max-width: 90%;
  width: 50%;
}

.column_two img {
  width: 100%;
  height: auto;
}

/* ヘッダー内での要素を指定しています */
.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: 49%;
	font-size: 1.5rem;
	font-weight: 600;


}

.column-2text{
	font-size: 1.3rem;
	font-weight: 500;
	left: 50%;

}

.column-2text3{
	font-size: 1.6rem;
	font-weight: 500;
}

.pic2 img {
  border-radius: 20px;
}

.concept-img{
	background-image: url("../img/w_umeshu300.jpg") ; width: 340px;
	background-position: bottom 0px left 10px;
	background-size: cover;
	height: 450px;
	border-radius: 10px;
	
}



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

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

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

.column-texts-title{
	font-weight: 550;
	font-size: 1.3rem;
	color:#0E6227;

}

.column-texts-p{
	font-weight: 300;
	font-size: 1.2rem;

		
}

.column-texts-oem-p{
	font-weight: 200;
	font-size: 1.1rem;

		
}




/* コンテンツセクションの要素を個別に取り出して指定しやすくしています */
.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;
}

.question{
	text-align:center; 
	overflow: hidden;
    overflow-x: hidden; /* 横スクロールを無くす */
}


.table-item01 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}
.table-item01 th {
  width: 22%;
  background: #fff27d;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
}
.table-item01 td {
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: top;
  text-align: left;
}

/* フッターエリアの要素を指定しています */
.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;
}

.map-box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #eee;/*文字色*/
    
    border: solid 3px #7A7A7A;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.map-box2 p {
    margin: 0; 
    padding: 0;
}


/* --- レスポンシブ対応 --- */
@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%;
    }

  .box {
    flex-direction: row;
    justify-content: space-between;
  }
  .box:nth-child(even) {
    flex-direction: row-reverse;
  }
  
  .text {
    text-align: left;
  }
  .box:nth-child(even) .text {
    text-align: right;
  }
  .pict {
    width: 30%;
  }
  .pict img {
    width: 100%;
    height:auto;
  }
  .box:nth-child(even) .pict {
    margin-left: 0;
    margin-right: 3%;
  }
  .container_two {
    flex-direction: column;
  }

  .column_two {
    max-width: 100%;
    width: 100%;
    padding: 16px　0;
  }
	

	
}


