
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic New";
}

/* ===== ヘッダー全体 ===== */
.site-header {
  background: #fff;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 999;
}

.site-header__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 16px;
  display: flex;
  align-items: center;
}

.brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-right: auto;
}

.brand img {
  height: 36px;
  width: auto;
  display: block;
}

.site-header__inner ul {
  list-style: none;
  display: flex;
  gap: 12px;
  margin: 0;
  padding: 0;
  margin-left: auto;
}

.site-header__inner ul a {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
  transition: .2s;
  font-size: 16px;
  color: #fff;
}

.btn1 {
  background: #139E6A;
}
.btn1:hover {
  background: #0e8356;
  transform: translateY(-2px);
}

.btn2 {
  background: #FB6822;
}
.btn2:hover {
  background: #e65c1e;
  transform: translateY(-2px);
}

@media (max-width: 767px) {
  .site-header__inner {
    padding: 8px 12px;
  }
  .brand {
    font-size: 18px;
  }
  .site-header__inner ul a {
    padding: 8px 12px;
    font-size: 13px;
  }
}

h1.register {
    margin-top: 30px;
    margin-bottom: 45px;
    padding-bottom: 15px;
    padding-left: 0;
    border-top: none;
    border-bottom: 3px solid #CCCCCC;
    color: #333;
	padding: 8px;
        font-size: 32px;
        font-weight: bold;
}
	 .grouptrip {
	color: #000;
	margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1080px;
	 }
@media (max-width: 767px){
h1.register {
	font-size: 20px;
	margin: 20px auto 10px;
	border-bottom: none;
	text-align: center;
}
.grouptrip {
	width: 100%;
}
}

/* grouptrip-hero
---------------------------- */
  .grouptrip-hero {
	position: relative;
	background: url(img/grouptrip_hero_bg.jpg) center top / contain no-repeat;
  }
  .grouptrip-hero__pic {
	  position: absolute;
	  right: 80px;
	  bottom: -40px;
	  z-index: 998;
  }
  .grouptrip-hero__pic img {
	  width: 260px;
	  height: auto;
  }

  .grouptrip-hero__title {
	color: #139E6A;
	font-size: 46px;
	text-align: center;
	padding-top: 220px;
	font-weight: bold;
  }

  .grouptrip-hero__lead {
	font-size: 18px;
	text-align: center;
	padding: 20px 0px 30px;
  }

  .grouptrip-contact {
	color: #222;
	border-radius: 15px;
	border: 2px solid #FB6822;
	padding: 20px;
	margin: 0px auto;
	width: 520px;
	box-shadow: 5px 5px 0px 1px rgba(0, 0, 0, 0.2);
  }

  .grouptrip-contact__head {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
  }

  .grouptrip-contact__body {
    text-align: center;
    margin-bottom: 14px;
  }
  .grouptrip-contact__body a {
	font-size: 28px;
	color: #FA6721;
	font-weight: bold;
	text-decoration: none;
	transition: 0.2s;
	display: inline-block;
  }
  .grouptrip-contact__body a:hover {
	  color: #d85819;
	  transform: scale(1.08);
  }
  .grouptrip-contact__btn {
	text-align: center;
  }
  
  .grouptrip-contact__btn a {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	background: #FB6822;
	padding: 20px;
	border-radius: 15px;
	display: block;
	width: 85%;
	margin: 0px auto;
	text-decoration: none;
	transition: 0.2s;
	display: inline-block;
  }
  .grouptrip-contact__btn a:hover {
	  background: #e65c1e;
	  transform: scale(1.08);
  }

@media (max-width: 767px){
.grouptrip-hero {
	padding: 0 10px;
}
.grouptrip-hero__pic {
	  position: absolute;
	  right: 10px;
	  bottom: -45px;
  }
.grouptrip-hero__pic img {
	width: 140px;
	height: auto;
}
.grouptrip-hero__title {
	font-size: 34px;
	padding-top: 100px;
}
.grouptrip-hero__lead {
	font-size: 16px;
}
.grouptrip-contact {
	border: 2px solid #FB6822;
	width: 95%;
	box-shadow: 3px 3px 0px 1px rgba(0, 0, 0, 0.2);
}
}

	  .grouptrip-reason h2, .grouptrip-case h2, .grouptrip-voice h2, .grouptrip-faq h2, .grouptrip-form h2 {
	border-left: 9px solid #FB6822;
	padding: 5px 0px 5px 10px;
	font-size: 20px;
	font-weight: bold;
	margin: 100px 0px 40px;
	  }

@media (max-width: 767px){
.grouptrip-reason h2, .grouptrip-case h2, .grouptrip-voice h2, .grouptrip-faq h2, .grouptrip-form h2 {
	margin: 50px 0px 20px;
}
}

/* grouptrip-reason
---------------------------- */
.reason-wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  /*flex-wrap: wrap;*/
}

.reason-box {
	width: 30%;
	text-align: center;
	border: 2px solid #CCCCCC;
	border-radius: 30px;
	padding: 20px;
}
.reason-box img {
	width: 250px;
	height: auto;
}
.reason-box h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
}
.reason-box p {
	text-align: center;
	padding-top: 5px;
}

@media (max-width: 767px){
.grouptrip-reason {
	width: 90%;
	margin: 0 auto;
}
.reason-wrap {
  flex-wrap: wrap;
}
.reason-box {
	width: 100%;
}
.reason-box img {
	width: 250px;
	height: auto;
}
}

/* grouptrip-voice
---------------------------- */
.grouptrip-voice__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.voice-card {
  border: 2px solid #ccc;
  border-radius: 30px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform .18s ease, box-shadow .18s ease;
}
.voice-card:hover {
  transform: translateY(-3px);
}

.voice-card__figure {
  margin: 0 auto;
  text-align: center;
}
.voice-card__avatar {
  width: 120px; height: 120px; border-radius: 50%;
  display: block; object-fit: cover; background: #f2f2f2;
}

.voice-card__meta {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 12px;
}
.voice-card__name { font-weight: 700; }
.voice-card__attr { color: #666; font-size: 14px; }

.voice-card__copy {
  margin: 4px 0 0;
  font-weight: 700; line-height: 1.5;
  border-left: 3px solid #FB6822;
  padding-left: 8px;
}

.voice-card__rating { display: inline-flex; align-items: center; gap: 6px; }
.voice-card__rating-label { font-size: 13px; color: #666; }

.voice-card__stars {
  font-size: 16px; letter-spacing: .1em;
  color: #ddd;
  position: relative; display: inline-block;
}

.voice-card__stars::before {
  content: "★★★★★";
  position: absolute; inset: 0;
  color: #FFC21A;
  width: 100%;
  overflow: hidden; white-space: nowrap;
}
.voice-card__stars.is-5::before { width: 100%; }
.voice-card__stars.is-4::before { width: 80%; }
.voice-card__stars.is-3::before { width: 60%; }
.voice-card__stars.is-2::before { width: 40%; }
.voice-card__stars.is-1::before { width: 20%; }
.voice-card__stars.is-0::before { width: 0%;  }

.voice-card__text {
  margin: 4px 0 0;
  line-height: 1.8; color: #333; font-size: 15px;
}

@media (max-width: 767px) {
	.grouptrip-voice {
	width: 90%;
	margin: 0 auto;
}
	.grouptrip-voice__inner { grid-template-columns: 1fr; padding: 0; }
  .grouptrip-voice { padding: 32px 0; }
  .grouptrip-voice h2 { font-size: 22px; }
  .voice-card__avatar { width: 120px; height: 120px; }
}

/* grouptrip-case
---------------------------- */
.case-wrap {
	padding: 0px 70px;
}
.case-row {
  display: flex;
  align-items: stretch;
  gap: 10px;
  margin-bottom: 10px;
}
.case-row h3,
.case-row p {
  margin: 0;
  display: flex;
  align-items: center;
  padding: 30px;
}
.case-row h3 {
	font-size: 18px;
	font-weight: bold;
	width: 150px;
	margin: 0;
	background: #FBD448;
	border-radius: 20px 0 0 20px;
	padding-left: 70px;
}
.case-row:nth-of-type(1) h3 {
  background: #FBD448 url(img/grouptrip_case_pic1.png) no-repeat 20px center;
}
.case-row:nth-of-type(2) h3 {
  background: #FBD448 url(img/grouptrip_case_pic2.png) no-repeat 20px center;
}
.case-row:nth-of-type(3) h3 {
  background: #FBD448 url(img/grouptrip_case_pic3.png) no-repeat 20px center;
}
.case-row p {
	background: #F5F5F5;
	flex: 1;
	border-radius: 0 20px 20px 0;
}
.case-note {
	text-align: center;
	padding-top: 20px;
}

@media (max-width: 767px){
.grouptrip-case {
	width: 90%;
	margin: 0 auto;
}
.case-wrap {
	padding: 0px;
}
.case-row {
    flex-direction: column;
    gap: 0;
	border: 2px solid #ccc;
	border-radius: 20px;
}

.case-row h3 {
    width: auto;
    border-radius: 20px 20px 0 0;
    padding-left: 60px;
    padding-top: 24px;
    padding-bottom: 24px;
}
.case-row p {
    width: auto;
    border-radius: 0 0 20px 20px;
    padding: 20px;
	background: #FFF;
}
}

/* grouptrip-faq
---------------------------- */
.faq-wrap {
	padding: 0px 70px;
}
.faq-item {
  border: 2px solid #ccc;
  border-radius: 20px;
  padding: 30px 16px;
  margin: 12px 0;
}

.faq-q {
	position: relative;
	padding-left: 50px;
	padding-right: 32px;
	cursor: pointer;
	font-weight: bold;
	font-size: 18px;
	margin: 0px;
}

.faq-q::before {
  content: "Q";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #FBD448;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
}

.faq-q::after {
  content: "+";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #666;
}

.faq-q.open::after {
  content: "−";
}

.faq-a {
  display: none;
  margin-top: 8px;
  padding-left: 40px;
  line-height: 1.7;
}

.faq-a.open {
  display: block;
}

@media (max-width: 767px){
.grouptrip-faq {
	width: 90%;
	margin: 0 auto;
}
.faq-wrap {
	padding: 0px;
}
}

/* grouptrip-form
---------------------------- */
.contact-form {
  max-width: 760px;
  margin: 0 auto;
}

.notice-box {
  background: #FFF8E8;
  border: 1px solid #F5D47A;
  border-radius: 8px;
  padding: 15px 18px;
  margin: 16px 0 24px;
}

.notice-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.notice-box li {
  position: relative;
  padding-left: 1.4em;
  line-height: 1.7;
  margin-bottom: 6px;
}

.notice-box li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0.0em;
}

.form-field {
  margin: 15px 0;
}

.form-field label {
  display: inline-block;
  font-weight: 700;
  margin: 8px 0 8px;
}

.req {
  display: inline-block;
  margin-left: .4em;
  padding: 4px 6px;
  font-size: 12px;
  background: #d23b3b;
  color: #fff;
  border-radius: 4px;
  line-height: 1;
}

.form-field input {
  width: 100%;
  border: 2px solid #ddd;
  border-radius: 6px;
  padding: 12px;
  font-size: 16px;
  background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.form-field input:focus {
  outline: none;
  border-color: #2b7cff;
  box-shadow: 0 0 0 3px rgba(43,124,255,0.25);
}

.form-field input:required:invalid {
  border-color: #ccc;
}

.form-field input:required:valid {
  border-color: #1a7f37;
}

.form-actions {
	margin-top: 20px;
	text-align: center;
}

.btn-primary {
	font-size: 20px;
  border: none;
  background: #FB6822;
  color: #fff;
  font-weight: bold;
  padding: 25px 50px;
  border-radius: 20px;
  cursor: pointer;
  transition: filter .2s, transform .05s;
}

.field-row {
  display: flex;
  align-items: center;
  gap: 20px;
}
.range-sep {
  display: inline-block;
  min-width: 1.5em;
  text-align: center;
}

.field-inline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.field-inline__unit  { white-space: nowrap; }

.radios {
	display: flex;
  gap: 30px;
}
.radio {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
}

textarea#otherRequests {
  width: 100%;
  border: 2px solid #ddd;
  border-radius: 6px;
  padding: 12px;
  font-size: 16px;
  background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease;
  resize: vertical;
}
textarea#otherRequests:focus {
  outline: none;
  border-color: #2b7cff;
  box-shadow: 0 0 0 3px rgba(43,124,255,0.25);
}

.form-field.is-error input,
.form-field.is-error textarea,
.form-field.is-error select {
  border-color: #d23b3b !important;
  box-shadow: 0 0 0 3px rgba(210,59,59,.15) !important;
}
.form-field .error-msg {
  margin-top: 6px;
  color: #b61f1f;
  font-size: 13px;
}

@media (max-width: 767px){
.grouptrip-form {
	width: 90%;
	margin: 0 auto;
}
.contact-form {
  max-width: 100%;
}
.field-row {
  flex-wrap: wrap;
}
}

/* ===== フッター ===== */
.site-footer {
  background: #EEE;
  color: #333;
  padding: 40px 0 20px;
  font-size: 14px;
  margin-top: 100px;
}

.site-footer__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
}

.site-footer address {
  font-style: normal;
  line-height: 1.7;
  margin: 0;
}

.site-footer address a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
}

.site-footer address a:hover {
  text-decoration: underline;
}

.site-footer__copy {
  text-align: center;
  margin-top: 24px;
  padding-top: 12px;
  border-top: 1px solid #CCC;
}

.site-footer__copy p {
  margin: 0;
  font-size: 12px;
  text-align: center;
}

@media (max-width: 767px) {
  .site-footer {
    padding: 30px 0 16px;
  }
  .site-footer address {
    font-size: 13px;
  }
  .site-footer__copy p {
    font-size: 11px;
  }
}