/* style3.css */
/* Reset */
* { margin: 0; box-sizing: border-box; }

@import url("https://use.typekit.net/abd6qun.css");
html, 
body { 
  width: 100%; 
}

body { 
  font-family: "noto-sans-cjk-jp", "helvetica-neue-lt-pro", "Arial", sans-serif; 
  padding-top:40px; 
}
.container { 
  max-width:1280px; 
  margin:0 auto; 
  padding:0 20px; 
}
.content { 
  flex:1; 
  padding:40px; 
}

/* Header */
.site-header { 
  position:fixed; 
  top:0; 
  left:0; 
  width:100%; 
  padding:20px; 
  background:#fff; 
  border-bottom:1px solid #e0e0e0; 
  z-index:1000; 
  background-color: rgba(255,255,255,0.9);
}
.site-header .container { 
  display:flex; 
  align-items:center; 
  justify-content:space-between; 
}
.site-header h1 a { 
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size:32px; 
  font-weight:bold; 
  letter-spacing: 0.1em;
  color:#000; 
  text-decoration:none; 
}

/* Global Navi */
.global-nav { 
  position:relative; 
}
.global-nav ul { 
  display:flex; 
  gap:50px; 
  list-style:none; 
}
.global-nav a { 
  font-family: "helvetica-neue-lt-pro", sans-serif;
  color:#333; 
  text-decoration:none; 
  font-size:16px; 
  font-weight:bold; 
  letter-spacing: 0.05em;
}
.global-nav a:hover { 
  color: #20b2aa
}
.menu-jp {
font-size:10px; 
font-weight:normal; 
}

/* Hamburger */
.hamburger { 
  display:none; 
  flex-direction:column; 
  gap:4px; 
  cursor:pointer; 
}
.hamburger span { 
  width:24px; 
  height:3px; 
  background:#333; 
  transition:0.05s; 
}
.hamburger.active span:nth-child(1) { 
  transform: translateY(7px) rotate(45deg); 
  background: #20b2aa;
}
.hamburger.active span:nth-child(2) { 
  opacity:0; 
}
.hamburger.active span:nth-child(3) { 
  transform: translateY(-7px) rotate(-45deg); 
  background: #20b2aa;
}

/* style.css (追加部分) */
/* Contact Page */
.form-top {
  text-align:center;
  padding:40px 0; 
}
.form-top h2 { 
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size:28px; 
  margin-top: 60px;
  margin-bottom:16px; 
  letter-spacing: 0.1em;
}
.form-top p { 
  font-size:16px; 
  font-weight: bold;
  line-height:1.6; 
  color:#333; 
  letter-spacing: 0.2em;
}

.form-container {
  padding: 40px 0;
}
.form-title {
  font-size: 32px;
  text-align: center;
  margin-bottom: 8px;
}
.form-subtitle {
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
  color: #555;
}
.contact-form {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.form-group {
  display: flex;
  flex-direction: column;
}
.form-group label {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 16px;
  font-weight: bold;
}
.label-ja {
  color: #333;
}
.label-en {
  color: #555;
  font-weight: normal;
}
.form-group input,
.form-group textarea {
  margin-top: 8px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size: 14px;
  color: #333;
}
::placeholder {
  color: #c0c0c0;
}
.btn-submit {
  margin: 0 auto;
  display: flex;
  padding: 15px 80px;
  background-color: #20b2aa;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 0.1em;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
  margin-bottom: 20px;
  transition: background-color 0.3s ease;
}
.btn-submit .btn-en {
  font-size: 14px;
}
.btn-submit:hover {
  background-color: #40e0d0;
}
.form-container p {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #333;
  margin-bottom: 120px;
}


/* Thanks Page */
.thanks-container {
  text-align: center;
}
.sp-point {
  width: 40px;
  height: 40px;
  margin-bottom:40px;
}
.thanks p {
  font-size: 16px;
  line-height:2; 
  color:#333;
  margin-bottom: 100px; 
}
.thanks-btn {
  background-color: #20b2aa;
  color: white;
  padding: 15px 30px;
  font-size: 16px;
  border-radius: 4px; 
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.thanks-btn:hover {
  background-color: #40e0d0;
}


/* Footer */
.site-footer { 
  position: fixed; bottom:0;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  background-color: #dcdcdc; 
}
.footer-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: #555;
  line-height: 1.6;
  text-align: center;
}
.social-icon {
  position: absolute;
  top: 17px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px; 
}
.social-icon img {
  display: block;
}
.social-icon a :hover {
 opacity: 0.5;
}
.site-footer .to-top {
  position: absolute;   /* フッターを基準に配置 */
  right: 20px;          /* 右端から20px */
  top: 16px;             /* 高さ中央に置く */
  display: block;
}

/* Responsive */
@media (max-width: 768px) {
  .content { 
    flex:1; 
    padding:20px; 
  }
  .site-header .container { 
    justify-content: space-between; 
  }
  .global-nav ul { 
    display: none; 
    position: absolute; 
    top: 60px; 
    right: 0; 
    flex-direction: column; 
    padding: 60px;
    background: #fff; 
    border: 1px solid #e0e0e0; 
  }
  .global-nav ul.open { 
    display: flex; 
  }
  .hamburger { 
    display: flex; 
  }
  .contact-form {
    padding: 0 20px;
  }
  .footer-container { 
    justify-content: space-between; 
  }
}
