@charset "utf-8";

html{
	scroll-behavior: smooth;
}

body {
  font-family: 'Zen Maru Gothic', sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.8;
  background-image: url("background.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  position: relative;
  z-index: 0;
}

header {
  background: linear-gradient(to right, #dbeeff, #f0f8ff);
  padding: 1em;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

header h1 {
  font-size: 2em;
  margin: 0.2em 0;
  color: #345;
}

header p {
  font-size: 1.1em;
  color: #566;
  margin: 0.5em 0;
}

header img {
	border-radius: 50%;
}

section {
  max-width: 800px;
  margin: 3em auto;
  padding: 0 1em;
  background-color: transparent;
}

section h2 {
  position: relativ;
  text-align: center;
  padding: 0.5em 1em;
  font-size: 1.2em;
  color: #355;
  background: #e5f3fb;
  border-radius: 1.5em;
  margin: 3em auto 2em;
  box-shadow: 0 4px 10px rgba(173, 216, 230, 0.2);
}

section h2::before,
section h2::after {
  content: "";
  display: block;
  height: 1px;
  width: 80%;
  border-top: 2px dotted #aad4e5;
  margin: 0.6em auto;
}

section p {
  font-size: 1em;
  color: #444;
  text-align: justify;
}

header a, section a{
	color: inherit;
	text-decoration: none;
	display: block;
  width: fit-content;
  margin: 0 auto;
}
a:hover {
  opacity: 0.7;
}

ul, ol{
	margin-left: 2em;
	list-style-type: disc;
}

footer {
  text-align: center;
  font-size: 0.9em;
  color: #888;
  margin-top: 5em;
  padding: 0.5em 1em;
  background-color: #f7f7f7;
  border-top: 1px solid #ddd;
}
footer a{
	color: inherit;
}

.instaGram {
	align-items: center;
	gap: 1em;
}
.instaGram img{
 height: 20px;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 1em;
}

.header-text {
  flex: 1;
  min-width: 250px;
}

.inline-logo{
	height: 3em;
	vertical-align: middle;
  margin-left: 1em;
}

.bold_large {
	font-size: 1.4em;
}

.contactForm{
	text-align: center;
}

.privacy h3{
	margin-top: 1em;
}

.otoiawase{
	line-height: 1.0;
	margin-bottom: 2em;
}
textarea {
  width: 70%;
  max-width: 100%;
  font-size: 1em;
  padding: 0.5em;
  border-radius: 10px;
  border: 1px solid #ccc;
  text-align: left;
}


#name, #email {
  width: 70%;
  max-width: 100%;
  font-size: 1em;
	padding: 0.5em;
	border-radius: 10px;
	border: 1px solid #ccc;
	text-align: left;
}

#small{
	font-size: 0.9em;
}


@media screen and (max-width: 600px) {
  header h1 {
    font-size: 1.4em;
  }
  section h2 {
    font-size: 1.1em;
  padding: 0.2em 1em;
  
}
.bold_large {
	font-size: 1.2em;
	}
}
.subtitle{
	font-size: 0.9em;
}
