/****************************
common
****************************/
body {
  color: #434343;
  background-color: #f8f8f8;
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
a:hover {
  opacity: .7;
}
h1 {
  font-size: 40px;
  font-weight: bold;
  color: #FFFFFF;
}
h2 {
  font-size: 32px;
  font-weight: bold;
  color: #FFFFFF;
}
h3 {
  font-size: 28px;
  font-weight: bold;
  color: #FFFFFF;
}
p {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}

/****************************
main
****************************/
.main {
  width: 1220px;
}

/****************************
hero
****************************/
.hero-section {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.hero-image-wrapper {
  position: relative;
  line-height: 0;
}
/**** ボタン画像 ****/
.hero-btn-link {
  display: block;
  position: absolute;
  z-index: 10;
  bottom: 5%;
  right: 14%;
  width: 34%;
  transition: opacity 0.3s;
}
.hero-btn-link img {
  width: 100%;
  height: auto;
  display: block;
}
.hero-btn-link:hover {
  opacity: 0.8;
  transform: translateY(2px);
}


/****************************
problem
****************************/
.problem {
  width: 100%;
}

/****************************
comparison
****************************/
.comparison {
  width: 100%;
}

/****************************
reservation
****************************/
.reservation {
  width: 100%;
  position: relative;
  line-height: 0;
}
.reservation picture img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
/**** ボタン画像 ****/
.reservation-btn-link {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32%;
  z-index: 10;
  transition: opacity 0.3s, transform 0.3s;
}
.reservation-btn-link img {
  width: 100%;
  height: auto;
  display: block;
}
.reservation-btn-link:hover {
  opacity: 0.8;
  transform: translate(-50%, -50%) translateY(2px);
}

/****************************
media
****************************/
.media {
  width: 100%;
  position: relative;
}
.media__bg {
  width: 100%;
  height: auto;
  aspect-ratio: 1440 / 687;
  /* aspect-ratio: 1440 / 560; */
}
.media-container {
  max-width: 1440px;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 10;
}
.media-item {
  width: 48%;
  padding: 12px;
  box-sizing: border-box;
  text-align: center;
}
.media-title img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  display: block;
}
.media-wrapper {
  position: relative;
  width: 100%;
}
.base-image {
  width: 100%;
  height: auto;
  display: block;
}
.youtube-overlay {
  position: absolute;
  bottom: 2%;
  left: 0;
  right: 0;
  margin: auto;
  width: 96%;
  height: auto;
  aspect-ratio: 16/9;
  z-index: 10;
}
.youtube-overlay iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media-note {
  position: absolute;
  bottom: -30px;
  right: 10px;
  width: 100px;
  height: auto;
  z-index: 20;
}

/****************************
voice
****************************/
.voice-section {
  background-color: #0b1a40;
  margin-top: -40px;
  width: 100%;
  max-height: 1280px;
  overflow: hidden;
  position: relative;
  z-index: 100;
}
.voice__bg {
  width: 100%;
  height: auto;
  aspect-ratio: 1440 / 1280;
  position: absolute;
  z-index: -1;
}
.voice__container {
  padding: 16% 0 3%;
}
.section-header,
.review-title-wrap {
  text-align: center;
  margin-bottom: 30px;
}
.main-title {
  display: block;
  margin: 0 auto 10px;
  max-width: 90%;
  width: 400px;
}
.sub-title {
  display: block;
  margin: 0 auto;
  max-width: 90%;
  width: 500px;
}
.ba-grid {
  max-width: 1100px;
  width: 95%;
  margin: 0 auto 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 10px;
}
.ba-item {
  width: 23%;
}
.ba-item img {
  width: 100%;
  height: auto;
  display: block;
}
.review-title-wrap img {
  max-width: 300px;
  width: 80%;
  margin-bottom: 20px;
}
/* -----------------------------------------
  SociableKIT 調整用CSS
----------------------------------------- */
.reviews .text {
  color: #666;
}
.sk-ww-google-reviews {
  margin: 0 auto;
  width: 80% !important;
  background-color: transparent !important;
}
body .sk-ww-google-reviews .sk-post {
  height: 300px !important;
  box-sizing: border-box !important;
}
body .sk-ww-google-reviews .sk-masonry-item:nth-child(1),
body .sk-ww-google-reviews .sk-masonry-item:nth-child(n+5),
body .sk-ww-google-reviews .sk-load-more-btn-container {
  display: none !important;
}
body .sk-ww-google-reviews .sk-masonry-item {
  top: auto !important;
}


/****************************
pricing
****************************/
.pricing-section {
  text-align: center;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 100;
}
.pricing__bg {
  width: 100%;
  height: auto;
  aspect-ratio: 1440 / 2260;
  position: absolute;
  z-index: -1;
}
.pricing__container {
  padding: 32px 0;
}
.pricing-title img {
  max-width: 300px;
  margin-bottom: 40px;
}
.pricing-grid {
  max-width: 1100px;
  width: 95%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: start;
  position: relative;
}
.including_tax_display {
  width: 12%;
  height: auto;
  position: absolute;
  top: -40px;
  right: 0;
}
.plan-item {
  width: 100%;
  border: 1px solid #c3a66d;
  background: #0b1a40;
  box-sizing: border-box;
}
.plan-trigger {
  width: 100%;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  position: relative;
  display: block;
  height: 110px;
  display: flex;
  align-items: center;
}
.plan-trigger img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}
/* ＋アイコンをCSSで作る */
.plan-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.plan-icon::before,
.plan-icon::after {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.8s ease;
}
.plan-icon::before { width: 100%; height: 2px; }
.plan-icon::after  { width: 2px; height: 100%; }
.plan-trigger.is-open .plan-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
/* -------------------------------------------
  中身のアニメーション
------------------------------------------- */
.plan-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .8s ease-out;
}
.plan-content-inner {
  overflow: hidden;
}
.plan-content-inner img {
  margin: 0 auto;
  padding: 12px;
  width: 90%;
  height: auto;
  display: block;
}
.plan-content.is-open {
  grid-template-rows: 1fr;
}
/*** 出張費エリア（ここにも枠線を追加） ***/
.plan-item-static {
  grid-column: span 1;
  border: 1px solid #c3a66d;
  box-sizing: border-box;
  height: 110px; /* ←上と同じ数値にする */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px 0;
}
.plan-item-static img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}


/****************************
faq-message-section
****************************/
.faq-message-section {
  width: 100%;
  background: url('../img/bg_faq_message_pc.png') no-repeat center top;
  background-size: cover;
  padding: 80px 0 100px;
  background-color: #0b1a40;
}

/* -------
  FAQエリア
---------- */
.faq-container {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 120px;
}
.faq-title {
  text-align: center;
  margin-bottom: 50px;
}
.faq-title img {
  width: 200px;
}
.faq-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
}
.faq-item {
  width: 46%;
  height: auto;
  aspect-ratio: 455 / 76;
  border-bottom: 1px solid #c3a66d;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

/* 質問ボタン */
.faq-trigger {
  width: 100%;
  padding: 10px 0;
  border: none;
  background: transparent;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
}
.faq-trigger img {
  width: auto;
  height: 40px;
  max-width: 100%;
  display: block;
}

/* 矢印アイコン */
.faq-icon {
  display: block;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transition: transform 0.8s ease;
  margin-right: 10px;
  flex-shrink: 0;
}
.faq-trigger.is-open .faq-icon {
  transform: rotate(225deg);
}

/* 回答エリア */
.faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.8s ease-out;
}
.faq-content-inner {
  overflow: hidden;
}
.faq-content-inner img {
  width: 80%;
  height: auto;
  display: block;
  margin: 20px auto 0;
}
.faq-content.is-open {
  grid-template-rows: 1fr;
}


/* -------------------------------------------
  メッセージエリア
------------------------------------------- */
.message-container {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.message-text {
  width: 50%;
}

.message-text img {
  width: 100%;
  height: auto;
}

