.header {
  width: 960px;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  /*background: #ccc;*/
}

.header-job {
  font-size: 25px;
  font-weight: bold;
  color: brown;
}
.header-log {
  width: 100px;
}
.header-right {
  /*padding: auto;*/
  text-align: right;
}
.header-TEL {
  font-size: 25px;
  color: blue;
}
.adoress {
  font-size: 25px;
  color: black;
}

.header-TEL {
  padding-top: 4%;
  font-size: 25px;
  color: blue;
}
.adoress {
  font-size: 25px;
  color: black;
}

.container {
  margin-top: 30px;
  position: sticky;
  top: 0;
  background-color: #b6eef0;
  box-sizing: border-box;
  width: 100%;
  border: solid #0eda7b 1px;
}
.nav-kou {
  display: flex;
  justify-content: center;
}
.nav li {
  width: 220px;
}

.nav a {
  padding: 5px;
  font-size: 25px;
  font-weight: bold;
  color: #7a19e9;
  display: block;
  text-align: center;
}
.siro {
  margin: auto;
  margin-top: 10px;
}
.siro-imabari {
  background-color: #dee6f7;
  text-align: right 100px;
  font-size: 15px;
  margin-top: -0.2cm;
}
.toi {
  background-color: #dee6f7;
}
.toiw {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.sei {
  width: 500px;
  margin-top: 20px;
  text-align: justify;
  background: #c7b0e0;
}
.tyu {
  font-size: 50px;
  color: #886810;
  font-weight: bold;
}
/*.Inquiry p {
  background-color: aquamarine;
  width: 320px;
  font-size: 40px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
}
.if {
  background-color: #8f8686;
  width: 640px;
  height: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.contact-wrap {
  width: 96%;
  max-width: 500px;
  margin: 10px auto;
}
.contact-wrap .item-section-title {
  margin-bottom: 15px;
}
.form-style {
  margin-top: 25px;
}
.form-list {
  margin-bottom: 30px;
}
.form-list p {
  font-weight: bold;
  margin-bottom: 5px;
}
.form-style input[type="text"],
.form-style input[type="email"] {
  font-size: 18px;
  width: 100%;
  padding: 5px;
}
.form-style select[name="lists"] {
  font-size: 20px;
  padding: 8px;
}
.form-style textarea {
  width: 100%;
  border: 2px solid #8f8686;
}
.form-style input[type="submit"] {
  font-size: 20px;
  font-weight: bold;
  display: block;
  width: 240px;
  margin: 0 auto;
  padding: 15px;
  transition: all 0.5s;
  text-align: center;
  border: none;
  border-radius: 5px;
  background: #ffe372;
}
.item-wrap {
  margin: 80px auto;
}
.item-section-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
  color: #009944;
}
.item-section-title span {
  font-size: 18px;
  display: block;
  text-align: center;
  color: #6f5008;
}
.tc {
  text-align: center;
}
.item-list {
  width: 32%;
  max-width: 300px;
}
.item-list-title {
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0;
  text-align: center;
}*/
