@charset "utf-8";
/* リセットCSS */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 1s;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

nav,
main,
footer {
  margin: 0 auto;
  width: min(100%, 1000px);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
  font-family: "Zen Maru Gothic", serif;
  background-color: #f8eedb;
}

img {
  max-width: 100%;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

.margin-left30 {
  margin-left: 30px;
}
/* ここから */
.contact-box-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  margin-bottom: 30px;
}
.contact-box {
  background-color: #fff;
  border-radius: 12px;
  width: 90%;
  margin: 50px auto;
}
@media screen and (max-width: 600px) {
  .contact-box{
    margin-top: 100px;
  }
  .header{
    background-color: #3a5b72;
  }
}

.form-container {
  background: #f9f8f2;
  max-width: 500px;
  margin: auto;
  padding: 2rem;
  border-radius: 12px;
}

h2 {
  text-align: center;
}

label {
  display: block;
  font-weight: bold;
  margin-left: 20px;
}

input[type="text"],
input[type="email"],
textarea {
  width: 90%;
  padding: 0.8rem;
  margin-bottom: 1rem;
  border-radius: 5px;
  background-color: #f9f8f2;
  font-size: 1rem;
  border: none;
  margin: 20px;
}

textarea {
  height: 100px;
  resize: vertical;
}

.checkbox-group {
  margin-bottom: 1rem;
}

.checkbox-group label {
  font-weight: normal;
  display: flex;
  align-items: center;
}

.checkbox-group input {
  margin-right: 0.5rem;
}

.text-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

h4{
  margin-left: 20px;
}
.privacypolicy
,.privacypolicy{
  width: 90%;
  max-width: 600px;
  height: 110px;
  margin: 20px auto;
  padding: 15px;
  border-radius: 8px;
  overflow-y: auto;
  background-color: #f9f8f2;
  line-height: 1.6;
  font-size: 0.8em;
}
