body {
  margin: 0;
  padding: 0;
}

.header {
  background-image: url(./img/main.jpg);
  min-height: 550px;
  background-size: cover;
  background-position: 10% 45%;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  width: 85%;
  margin: 0 auto;
  align-items: center;
}

.header-menu {
  list-style-type: none;
  }

.header-menu li {
  display: inline;
}

.header-menu li a {
  text-decoration: none;
  color:#333333;
  font-size: 16px;
  padding: 0 15px;
  font-family: "游ゴシック体","Yu Gothic","YuGothic",sans-serif;
}

.header-logo img {
  width: 250px;
  height: auto;
  padding-top: 10px;
}

.key-message-text {
  position: absolute;
  top: 15%;
  left: 8%;
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  font-family: "游明朝体","Yu Mincho","YuMincho",sans-serif;
}

.about-key-message-text {
  font-family: "游明朝体","Yu Mincho","YuMincho",sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  writing-mode: vertical-rl;
  position: absolute;
  top: 28%;
  left: 45%;
}

.about-image {
  width: 50%;
  padding-top: 40px;
  padding-left: 50px;
}

.about-title {
  font-size: 30px;
  font-weight: bold; 
  margin: 10px 0;
  font-family: "游明朝体","Yu Mincho","YuMincho",sans-serif;
}

.about-sub-title {
  font-size: 16px;
  font-weight: bold; 
  margin: 0;
  font-family: "游ゴシック体","Yu Gothic","YuGothic",sans-serif;
}

.about-text {
  width: 50%;
  padding-left: 45px;
  padding-right: 45px;
}

.about-image img {
  max-width: 100%;
}

.all {
  width: 80%;
  margin: 0 auto;
}

.about {
  display: flex;
  align-items: center;
}

.about:nth-child(even) {
  flex-direction: row-reverse;
}

.about-detail {
  color: #707070;
  font-family:"游ゴシック体","Yu Gothic","YuGothic",sans-serif;
  margin-top: 0;
  line-height: 1.7;
}

/*　企業情報 */
.location {
  display: flex;
  gap: 2rem;
  margin-top: 50px;
}

#location-title {
  font-size: 30px;
  font-weight: bold; 
  margin-top: 30px;
  margin-bottom: 0;
  font-family: "游明朝体","Yu Mincho","YuMincho",sans-serif;
  text-align: center;
}

.location-info {
  width: 30%;
}
    
.location-info .info th {
  padding-left: 2rem;
  }

.info th,
.info td {
  border-bottom: 1px solid #c9c2bc;
  font-size: 16px;
  font-family: "游ゴシック体","Yu Gothic","YuGothic",sans-serif;
}

.info th {
  text-align: left;
  font-weight: bold;
  padding: 1rem;
}
.info td {
  padding: 1rem 0;
  font-weight: normal;
}
    
.location-map {
  width: 50%;
}

/* お問い合わせ */
#contact-big {
  font-size: 30px;
  font-weight: bold; 
  margin-top: 30px;
  margin-bottom: 0;
  font-family: "游明朝体","Yu Mincho","YuMincho",sans-serif;
  text-align: center;
}

#contact {
  margin: 80px auto 80px auto;
}

/* 外枠 */
#contact > form > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

/* 左列の見出し */
.contact-heading {
  width: 240px;
  align-self: center;
}

/* 見出しのラベル */
.contact-label {
  font-weight: bold;
  font-family:"游ゴシック体","Yu Gothic","YuGothic",sans-serif;
  font-size: 16px;
  color: #333333;
}

/* 必須 */
.contact-span {
  color: #ce2222;
  margin: 0 0 0 20px;
  font-weight: bold;
}

/* テキストボックス */
.contact-textbox {
  display: flex;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom-width: 1px;
  border-bottom-color: #707070;
  border-style: solid;
  background-color: #fafafa;
  width: 400px;
  height: 56px;
}

/* お問い合わせ内容のテキストエリア */
.contact-textarea {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom-width: 1px;
  border-bottom-color: #707070;
  background-color: #fafafa;
  width: 400px;
  height: 200px
}

/* 星野製茶園について */
.header-about {
  background-image: url(./img/header-about.jpg);
  min-height: 550px;
  background-size: cover;
  background-position: 10% 45%;
  position: relative;
}

.container {
  display: flex;
}

.item {
  width: 50%;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 100px;
}

.item-title {
  font-size: 30px;
  font-weight: bold; 
  margin: 10px 0;
  font-family: "游明朝体","Yu Mincho","YuMincho",sans-serif;
  border-bottom: 1px solid #333333;
}

.item-detail {
  color: #333333;
  font-family:"游ゴシック体","Yu Gothic","YuGothic",sans-serif;
  margin-top: 15px;
  line-height: 1.7;
}

.item-image {
  width: 50%;
  padding-top: 100px;
  padding-left: 50px;
}

/* お茶を愉しむ */
.header-lesson {
  background-image: url(./img/pic4.jpg);
  min-height: 550px;
  background-size: cover;
  background-position: 10% 45%;
  position: relative;
}

.wrapper {
  max-width: 1120px;
  margin: auto;
  padding: 0 1.5rem 
}

.lesson-container {
  display: flex;
  gap: 32px;
  align-items: center;
  margin-top: 64px;
}

.text-title {
  font-size: 30px;
  font-weight: bold; 
  font-family: "游明朝体","Yu Mincho","YuMincho",sans-serif;
  margin-bottom: 15px;
}

.text-detail {
  color: #707070;
  font-family:"游ゴシック体","Yu Gothic","YuGothic",sans-serif;
  text-align: justify;
  margin-top: 0;
  line-height: 1.7;
}

.sub-cover {
  background-color: #F6F3EB;
  margin-top: 58px;
  padding-bottom: 32px;
}

.how-to-title {
  font-size: 30px;
  font-weight: bold; 
  font-family: "游明朝体","Yu Mincho","YuMincho",sans-serif;
  text-align: center;
  margin-bottom: 32px;
  padding-top: 32px;
}

.grid {
  display: grid;
  gap: 16px 24px;
  grid-template-columns: repeat(3,1fr);
  text-align: center;
}

.lesson-item img {
  border-radius: 16px;
}

.lesson-item p {
  font-size: 13px;
  max-width: 300px;
  text-align: justify;
  margin-left: 30px;
}

/* 商品のご案内 */
.header-product {
  background-image: url(./img/pic7.jpg);
  min-height: 550px;
  background-size: cover;
  background-position: 10% 45%;
  position: relative;
}

.pic-image img {
  margin-top: 48px;
}

.product-title {
  font-family:"游ゴシック体","Yu Gothic","YuGothic",sans-serif;
  max-width: 300px;
  font-weight: bold; 
  font-size: 20px;
  text-align: left;
  margin-top: 0;
  margin-left: 25px;
  margin-bottom: 10px;
}

.product-text {
  font-family:"游ゴシック体","Yu Gothic","YuGothic",sans-serif;
  max-width: 300px;
  text-align: justify;
  line-height: 1.7;
  font-size: 18px;
  margin-left: 25px;
  margin-top: 10px;
}

.product-title-sub {
  font-family:"游ゴシック体","Yu Gothic","YuGothic",sans-serif;
  max-width: 300px;
  font-weight: bold; 
  font-size: 20px;
  text-align: left;
  margin-left: 30px;
  margin-top: 0;
  margin-bottom: 10px;
}

.product-text-sub {
  font-family:"游ゴシック体","Yu Gothic","YuGothic",sans-serif;
  max-width: 300px;
  text-align: justify;
  line-height: 1.7;
  font-size: 18px;
  margin-left: 30px;
  margin-top: 10px;
}

/* フッター */
footer {
  background-color: #F6F3EB;
  text-align: center;
  padding: 80px 80px 30px 80px;
}

#footer-logo {
  margin-bottom: 30px;
}

#footer-link {
  margin-bottom: 50px;
}

#footer-link > a {
  text-decoration: none;
  margin: 10px;
  color: #333333;
  font-family:"游ゴシック体","Yu Gothic","YuGothic",sans-serif;
  list-style-type: none;
}

#copyright {
  color: #333333;
  margin: 0;
}


