#group-organizer .prologue_note p {
  line-height: 1.8;
}
#group-organizer #footer_area {
  display: none;
}
#group-organizer .c-hero-btn {
  width: clamp(300px, 51vw, 450px);
  max-width: 100%;
  background-color: #1a2a4f;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#group-organizer .c-hero-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 18px 28px;
  text-decoration: none !important;
}
@media only screen and (max-width: 767px) {
  #group-organizer .c-hero-btn a {
    padding: 10px 20px;
  }
}
#group-organizer .c-hero-btn-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4px;
}
#group-organizer .c-hero-btn-sub {
  font-size: 0.75rem;
  font-weight: 400;
  color: #D1D9EB;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#group-organizer .c-hero-btn-main {
  font-size: 1.75rem;
  font-weight: 500;
  color: #fff;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media only screen and (max-width: 767px) {
  #group-organizer .c-hero-btn-main {
    font-size: 1.2rem;
  }
}
#group-organizer .c-hero-btn-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin-left: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#group-organizer .c-hero-btn.border {
  background-color: transparent;
  border: 1px solid #fff;
}
#group-organizer .c-hero-btn:hover {
  background-color: #fff;
}
#group-organizer .c-hero-btn:hover .c-hero-btn-sub, #group-organizer .c-hero-btn:hover .c-hero-btn-main {
  color: #1A2A4F;
}
#group-organizer .c-hero-btn:hover .c-hero-btn-arrow {
  border-top-color: #1A2A4F;
  border-right-color: #1A2A4F;
}
#group-organizer .c-section-title {
  text-align: center;
}
#group-organizer .c-section-title-en {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #B28F4D;
  letter-spacing: 0.3em;
  margin-bottom: 12px;
  text-align: center;
}
#group-organizer .c-section-title-ja {
  font-size: 2rem;
  font-weight: 600;
  color: #1a2a4f;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  #group-organizer .c-section-title-ja {
    font-size: 1.3rem;
  }
}
#group-organizer .c-section-title-line {
  width: 40px;
  height: 2px;
  margin: 16px auto 0;
  background-color: #E5D3AA;
}
#group-organizer .w-control.w-default {
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 1100px) {
  #group-organizer .w-control.w-default {
    margin-right: 36px !important;
    margin-left: 36px !important;
  }
}
@media only screen and (max-width: 767px) {
  #group-organizer .w-control.w-default {
    margin-right: 26px !important;
    margin-left: 26px !important;
  }
}
@media only screen and (max-width: 480px) {
  #group-organizer .w-control.w-default {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
}
#group-organizer {
  /* ============
  hero
  ============ */
}
#group-organizer section#hero {
  margin-top: 145px;
}
@media only screen and (max-width: 1023px) {
  #group-organizer section#hero {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  #group-organizer section#hero {
    margin-top: 60px;
  }
}
#group-organizer section#hero .bg {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  height: 450px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 30, 56, 0.56)), to(rgba(21, 30, 56, 0.56))), url("../media/images/group-organizer/hero-bg.webp");
  background-image: linear-gradient(rgba(21, 30, 56, 0.56), rgba(21, 30, 56, 0.56)), url("../media/images/group-organizer/hero-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1023px) {
  #group-organizer section#hero .bg {
    height: 600px;
  }
}
#group-organizer section#hero .bg .text__area {
  text-align: center;
  padding: 4rem 0 2rem;
}
#group-organizer section#hero .bg .text__area .title {
  margin-bottom: 24px;
}
#group-organizer section#hero .bg .text__area .title__en {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #E5D3AA;
  letter-spacing: 0.2em;
  margin-bottom: 12px;
  text-align: center;
}
#group-organizer section#hero .bg .text__area .title__ja {
  font-size: 2.0625rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #group-organizer section#hero .bg .text__area .title__ja {
    font-size: 1.4rem;
  }
}
#group-organizer section#hero .bg .text__area .desc {
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.8;
  text-align: center;
}
#group-organizer section#hero .bg .c-hero-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1023px) {
  #group-organizer section#hero .bg .c-hero-btn-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#group-organizer.en section#hero {
  margin-top: 70px;
}
@media only screen and (max-width: 1023px) {
  #group-organizer.en section#hero {
    margin-top: 80px;
  }
}
#group-organizer {
  /* ============
  concern
  ============ */
}
#group-organizer section#concern {
  padding: 80px 0;
}
#group-organizer section#concern .contents {
  margin-top: 2.5rem;
  margin-bottom: 5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  #group-organizer section#concern .contents {
    grid-template-columns: 1fr;
  }
}
#group-organizer section#concern .contents p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  background-color: #fff;
  border: 1px solid #1a2a4f;
  border-radius: 999px;
  padding: 16px 24px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #1a2a4f;
  text-align: left;
  letter-spacing: 0;
}
#group-organizer section#concern .contents p .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32px;
  height: 32px;
}
#group-organizer section#concern .text {
  background-color: #1A2A4F;
  padding: 4rem 0;
}
#group-organizer section#concern .text p {
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #group-organizer section#concern .text p {
    font-size: 1rem;
  }
}
#group-organizer {
  /* ============
  reason
  ============ */
}
#group-organizer section#reason .contents {
  margin: 4rem auto 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
}
@media only screen and (max-width: 767px) {
  #group-organizer section#reason .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
#group-organizer section#reason .contents .col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
#group-organizer section#reason .contents .col:last-child {
  margin-top: 7rem;
}
@media only screen and (max-width: 767px) {
  #group-organizer section#reason .contents .col:last-child {
    margin-top: 0;
  }
}
#group-organizer section#reason .contents .item .image img {
  width: 100%;
  height: auto;
  display: block;
}
#group-organizer section#reason .contents .item .text__area {
  margin-top: 1.5rem;
}
#group-organizer section#reason .contents .item .text__area .title__sub {
  color: #E5D3AA;
  background-color: #1A2A4F;
  padding: 0.6rem 1rem;
  font-size: 0.6875rem;
  font-weight: 500;
  display: inline;
  text-align: left;
}
#group-organizer section#reason .contents .item .text__area .title__main {
  color: #1A2A4F;
  font-size: 1.375rem;
  font-weight: 600;
  margin-top: 1rem;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #group-organizer section#reason .contents .item .text__area .title__main {
    font-size: 1.25rem;
    letter-spacing: 0.01em;
  }
}
#group-organizer section#reason .contents .item .text__area .desc {
  font-size: 0.906rem;
  color: #6F6F71;
  line-height: 1.8;
  margin-top: 0.75rem;
  text-align: left;
}
#group-organizer {
  /* ============
  facility
  ============ */
}
#group-organizer section#facility {
  background-color: #1A2A4F;
  color: #fff;
}
#group-organizer section#facility .c-section-title {
  padding: 5rem 0;
}
#group-organizer section#facility .c-section-title-ja {
  color: #fff;
}
#group-organizer section#facility .contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 1rem;
}
@media only screen and (max-width: 767px) {
  #group-organizer section#facility .contents {
    grid-template-columns: 1fr;
  }
}
#group-organizer section#facility .contents .item .image {
  position: relative;
  width: 100%;
}
#group-organizer section#facility .contents .item .image img {
  width: 100%;
}
#group-organizer section#facility .contents .item .image .ttl {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(26, 36, 64, 0.14);
          box-shadow: 0px 4px 14px 0px rgba(26, 36, 64, 0.14);
  padding: 0.8rem;
  text-align: center;
}
#group-organizer section#facility .contents .item .image .ttl__en {
  font-size: 0.6875rem;
  font-weight: 600;
  color: #B28F4D;
  letter-spacing: 0.2em;
  text-align: center;
}
#group-organizer section#facility .contents .item .image .ttl__ja {
  font-size: 1.1875rem;
  font-weight: 600;
  color: #1A2A4F;
  line-height: 1.5;
  text-align: center;
}
#group-organizer section#facility .contents .item ul {
  margin-top: 1rem;
}
#group-organizer section#facility .contents .item ul li {
  list-style-type: disc;
  margin-left: 3rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.2;
}
#group-organizer {
  /* ============
  scene
  ============ */
}
#group-organizer section#scene {
  background-color: #1A2A4F;
  color: #fff;
  padding-bottom: 5rem;
}
#group-organizer section#scene .c-section-title {
  padding: 5rem 0;
}
#group-organizer section#scene .c-section-title-ja {
  color: #fff;
}
#group-organizer section#scene .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
#group-organizer section#scene .contents .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  background-color: #EDEEF3;
  border-radius: 4px;
  padding: 28px;
}
#group-organizer section#scene .contents .item.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  #group-organizer section#scene .contents .item.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media only screen and (max-width: 767px) {
  #group-organizer section#scene .contents .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
#group-organizer section#scene .contents .item .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42%;
          flex: 0 0 42%;
}
#group-organizer section#scene .contents .item .image img {
  width: 100%;
  height: auto;
  display: block;
}
#group-organizer section#scene .contents .item .text__area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
#group-organizer section#scene .contents .item .text__area .ttl {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: left;
}
#group-organizer section#scene .contents .item .text__area .ttl-line {
  width: 32px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 20px;
  background-color: #1A2A4F;
}
#group-organizer section#scene .contents .item .text__area .point {
  border-left: 2px solid #1A2A4F;
  padding-left: 16px;
}
#group-organizer section#scene .contents .item .text__area .point + .point {
  margin-top: 20px;
}
#group-organizer section#scene .contents .item .text__area .point__ttl {
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
}
#group-organizer section#scene .contents .item .text__area .point__desc {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 8px;
  letter-spacing: 0.01em;
  color: #2B2B2B;
  text-align: left;
}
#group-organizer {
  /* ============
  faq
  ============ */
}
#group-organizer section#faq {
  margin: 5rem 0;
}
#group-organizer section#faq .contents {
  margin: 3rem auto 0;
}
#group-organizer section#faq .contents .item {
  border-top: 1px solid #D9D6CC;
  padding: 24px 0;
}
#group-organizer section#faq .contents .item:last-child {
  border-bottom: 1px solid #D9D6CC;
}
#group-organizer section#faq .contents .q, #group-organizer section#faq .contents .a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
#group-organizer section#faq .contents .q {
  margin-bottom: 12px;
}
#group-organizer section#faq .contents .q__mark, #group-organizer section#faq .contents .a__mark {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
}
#group-organizer section#faq .contents .q__mark {
  color: #B28F4D;
}
#group-organizer section#faq .contents .a__mark {
  color: #5F6A84;
}
#group-organizer section#faq .contents .q__text {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #1A2A4F;
  line-height: 1.6;
  text-align: left;
}
#group-organizer section#faq .contents .a__text {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #555;
  line-height: 1.8;
  text-align: left;
}
#group-organizer {
  /* ============
  cta
  ============ */
}
#group-organizer section#cta .bg {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 42, 79, 0.68)), to(rgba(26, 42, 79, 0.68))), url("../media/images/group-organizer/cta-bg.webp");
  background-image: linear-gradient(rgba(26, 42, 79, 0.68), rgba(26, 42, 79, 0.68)), url("../media/images/group-organizer/cta-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#group-organizer section#cta .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media only screen and (max-width: 900px) {
  #group-organizer section#cta .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#group-organizer section#cta .contents.w-control.w-default {
  max-width: 1312px;
  padding: 80px 36px;
}
@media only screen and (max-width: 1023px) {
  #group-organizer section#cta .contents.w-control.w-default {
    padding: 80px 0;
  }
}
#group-organizer section#cta .text__area .ttl__en {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #E5D3AA;
  letter-spacing: 0.3em;
  margin-bottom: 16px;
  text-align: left;
}
#group-organizer section#cta .text__area .ttl__ja {
  font-size: 2.125rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #group-organizer section#cta .text__area .ttl__ja {
    font-size: 1.5rem;
  }
}
#group-organizer section#cta .text__area .desc {
  font-size: 0.90625rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.8;
  margin-top: 16px;
  text-align: left;
}
#group-organizer section#cta .c-hero-btn-list {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  max-width: 100%;
}
#group-organizer section#cta .c-hero-btn-list .c-hero-btn {
  width: clamp(300px, 34vw, 450px);
}
#group-organizer section#cta .c-hero-btn-list .c-hero-btn-main {
  font-size: 1.1875rem;
}
/* ==========================================================================
   画像リビール（和紙カーテン）
   「選ばれる5つの理由」「施設・設備のご案内」の画像のみに適用。
   トップ下層で使われている #hotspring_area / #room_area の .select_photo と
   同じ挙動（和紙が上へ巻き上がり、画像が下から現れる）。
   is-show の付与は inc-js.php の共通スクロール監視（.select_photo を対象）が
   行うため、JS の追加は不要。
   セレクタは #group-organizer 配下に限定しているので他ページには影響しない。
   ========================================================================== */
#group-organizer .image.select_photo {
  position: relative;
}
#group-organizer .image.select_photo::after {
  content: "";
  background-image: url("../media/images/common/bk_washi.jpg");
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition-duration: 0.8s;
}
#group-organizer .image.select_photo.is-show::after {
  height: 0;
}

/* SP: シチュエーション別セクションの見出しサイズを調整 */
@media only screen and (max-width: 767px) {
  #group-organizer section#scene .contents .item .text__area .ttl {
    font-size: 1.2rem;
  }
}
