@charset "utf-8";

body{
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;

}

header h1,header nav ul li a,footer h2{
  font-family: 'Noto serif JP', serif;
}

h2,h3.global,th,dt,.visual_img p{
  font-family: 'Noto serif JP', serif;
  }

h1, h2,h3,h4,p{
  font-family: 'Noto serif JP', serif;
}

body{
  margin: 0;
  padding: 0;
}


a{
  text-decoration: none;
  color: #333;
}



.heder{
  padding: 16px 24px;
  background-color: #b8b8b8;
  display: grid;
 grid-template-columns: 1fr auto 1fr;
  align-items: center;
  background-color: #b8b8b8;
  justify-content: center;
}
/* 
.header{
  height: 820px;
  background-image: url(img/img1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: 0 120px;
}  */


.headerlogo{
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin: 30px 0 30px 0;
}

.headerlist{
  display: flex;
  gap: 40px;
  font-size: 16px;
  /* margin: 5px 40px 5px 480px; */
  margin-bottom: 30px;
}

.headernav ul{
  justify-content: center;
}

.search-cart {
	display: flex;
	/* align-items: center; */
}

.search-form {
	display: flex;
	margin-right: 20px;
}

.search-cart img{
  padding-left: 20px;
}

.search-form input {
	padding: 5px;
	border: none;
	border-radius: 3px;
	outline: none;
  background-color: #ececec;
}

.search-form button {
	padding: 5px 10px;
	border: none;
	background-color: #555;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}

.search-form button:hover {
	background-color: #666;
}

.cart-icon img {
	width: 24px;
	height: 24px;
}

.container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
  margin-left: 180px;
	padding: 0 20px;
}

/* 全体のスタイル設定 */
body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    background: #f7f7f7;
    margin: 0;
    padding: 0;
}

.form-container {
    width: 80%;
    max-width: 700px;
    margin: 60px auto;
    padding: 40px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    border: 1px solid #e0e0e0;
}

h1 {
    font-size: 28px;
    color: #333333;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
}

.form-group {
    margin-bottom: 20px;
}

label {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    color: #666666;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid #cccccc;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 16px;
    background-color: #f9f9f9;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
    border-color: #b69a6f;
    box-shadow: 0 0 8px rgba(182, 154, 111, 0.3);
    outline: none;
}

textarea {
    resize: vertical;
    min-height: 120px;
}

button {
    width: 100%;
    padding: 14px;
    background-color: #b69a6f;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

button:hover {
    background-color: #9e8560;
    transform: translateY(-2px);
}

button:active {
    background-color: #8a6d47;
    transform: translateY(0);
}

.modoru{
	margin-left: 600px;
	margin-top: 20px;
}

.che{
	display: flex;
	justify-content: space-around;
}


