@charset "UTF-8";
/* =========================================================
   高知を味わう。至高のごちそう旅キャンペーン LP
   このファイルは /gochisou-travel/ 専用です。
   共通CSSとの衝突を避けるため、クラス名は gt- で統一しています。
   ブレークポイントは共通CSS（common-sp.css）に合わせて 767px。
   ========================================================= */

/* ---------------------------------------------------------
   変数
   --------------------------------------------------------- */
:root {
  --gt-blue: #caeefb;
  --gt-line: #1a5f7a;
  --gt-text: #000;
}

/* ---------------------------------------------------------
   ベース
   --------------------------------------------------------- */
.main {
  color: var(--gt-text);
  padding-bottom: 80px;
}

.main img,
.kv img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

/* 各ブロックの共通幅 */
.gt-inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

/* 注釈テキスト */
.gt-note {
  font-size: 13px;
  line-height: 1.8;
  margin-top: 4px;
}

/* ---------------------------------------------------------
   KV
   --------------------------------------------------------- */
.kv {
  width: 100%;
}

/* ---------------------------------------------------------
   キャンペーン紹介
   --------------------------------------------------------- */
.gt-intro {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 40px;
  align-items: start;
  padding: 60px 0 50px;
}

.gt-intro__logo img {
  width: 100%;
  height: auto;
}

.gt-intro__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 24px;
}

.gt-intro__lead {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 12px;
}

.gt-intro__text {
  font-size: 16px;
  line-height: 1.9;
}

.gt-intro__text + .gt-intro__text {
  margin-top: 20px;
}

.gt-note + .gt-intro__text {
  margin-top: 28px;
}

/* ---------------------------------------------------------
   景品応募方法
   --------------------------------------------------------- */
.gt-prize {
  background: #404e66;
  padding: 35px 0 45px;
  border-radius: 15px;
}

.gt-prize__title {
  background: #f6dc8f;
  max-width: 280px;
  height: auto;
  border-radius: 25px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  padding: 10px 0;
  margin: 0 auto 24px;
  /* border-bottom: 2px solid var(--gt-line); */
}

.gt-prize__body {
  padding: 0 60px;
}

.gt-prize__text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.9;
  color: #fff;
}

.gt-prize__note {
  font-size: 13px;
  line-height: 1.8;
  margin-top: 4px;
  color: #fff;
}

.gt-prize__content{
  background: #f6dc8f;
  border-radius: 10px;
  max-width: 800px;
  padding: 20px 35px;
  margin: 36px auto 0;
  text-align: center;
}

.gt-prize__subtitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.9;
  /* margin-top: 16px; */
}

.gt-prize__list {
  margin-top: 6px;
  display: inline-block;
  text-align: left;
}

.gt-prize__list li {
  font-size: 17px;
  line-height: 2.1;
  /* 折り返した2行目以降を景品名の位置に揃える */
  padding-left: 4em;
  text-indent: -4em;
}

.gt-prize__bold{
  font-weight: 700;
}

/* ---------------------------------------------------------
   じゃらんnetボタン
   --------------------------------------------------------- */
.gt-btn {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gt-btn img {
  width: 100%;
  max-width: 700px;
  height: auto;
  min-height: 80px;
  padding: 16px 24px;
}

.gt-btn a {
  transition: opacity .3s;
}

.gt-btn a:hover {
  opacity: .7;
}

/* ---------------------------------------------------------
   見出しバー（対象となる宿泊施設はこちら！）
   --------------------------------------------------------- */
.gt-bar {
  margin-top: 40px;
  padding: 16px 24px;
  margin-bottom: 20px;
  background: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.gt-bar__subtext{
  font-size: 14px;
  line-height: 1.5;
}

/* ---------------------------------------------------------
   対象宿泊施設一覧
   --------------------------------------------------------- */
.gt-hotel-list {
  margin-top: 50px;
}

.gt-hotel + .gt-hotel {
  margin-top: 60px;
}

.gt-hotel__labels {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 20px;
}

.gt-hotel__no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
}

.gt-hotel__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  padding: 8px 20px;
  border: 1px solid #000;
  border-radius: 6px;
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.gt-hotel__body {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 30px;
  align-items: start;
}

.gt-hotel__image img {
  width: 100%;
  height: auto;
  /* 施設ごとに縦横比が異なるため、4:3に揃えて表示 */
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

/* 写真が未支給の施設のプレースホルダ */
.gt-hotel__noimage {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 3;
  background: #eee;
  color: #888;
  font-size: 14px;
}

.gt-hotel__name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 10px;
}

.gt-hotel__row {
  font-size: 16px;
  line-height: 1.9;
}

.gt-hotel__key {
  font-weight: 700;
}

.gt-hotel__row a {
  color: var(--gt-text);
  text-decoration: underline;
}

.gt-hotel__row a:hover {
  opacity: .7;
}

/* 予約経路が複数あるとき、リンクが行末で不自然に切れないように */
.gt-hotel__row a {
  display: inline-block;
}

/* ---------------------------------------------------------
   お問合せ先
   --------------------------------------------------------- */
.gt-contact {
  margin-top: 80px;
  background: #f6dc8f;
  padding: 35px 0 45px;
  border-radius: 15px;
  text-align: center;
}

.gt-contact__title{
  border: 1px solid;
  max-width: 150px;
  margin: 0 auto 25px;
}

.gt-contact__content{
  border-top: 1px solid;
  border-bottom: 1px solid;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 0;
}

.gt-contact p {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}

.gt-contact__tel img{
  width: 18px;
  margin-top: 5px;
}

.gt-contact__tel a {
  color: var(--gt-text);
  pointer-events: none;
  padding-left: 8px;
}

/* =========================================================
   タブレット
   ========================================================= */
@media screen and (max-width: 1024px) {
  .gt-intro {
    grid-template-columns: 260px 1fr;
    gap: 30px;
  }

  .gt-hotel__body {
    grid-template-columns: 220px 1fr;
    gap: 24px;
  }
}

/* =========================================================
   スマートフォン
   ========================================================= */
@media screen and (max-width: 767px) {
  .main {
    padding-bottom: 50px;
  }

  .gt-inner {
    width: 90%;
  }

  .gt-note {
    font-size: 12px;
  }

  /* キャンペーン紹介 */
  .gt-intro {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 36px 0 30px;
  }

  .gt-intro__logo:empty {
    display: none;
  }

  .gt-intro__logo img {
    max-width: 320px;
    margin: 0 auto;
    display: block;
  }

  .gt-intro__title {
    font-size: 20px;
    margin-bottom: 18px;
  }

  .gt-intro__lead {
    font-size: 18px;
  }

  .gt-intro__text {
    font-size: 15px;
    line-height: 1.8;
  }

  .gt-intro__text + .gt-intro__text {
    margin-top: 16px;
  }

  .gt-note + .gt-intro__text {
    margin-top: 22px;
  }

  /* 景品応募方法 */
  .gt-prize {
    padding: 20px 0 26px;
    border-radius: 10px;
  }

  .gt-prize__title {
    font-size: 16px;
    margin: 0 auto 18px;
  }

  .gt-prize__body {
    padding: 0 30px;
  }

  .gt-prize__text,
  .gt-prize__subtitle,
  .gt-prize__list li {
    font-size: 15px;
    line-height: 1.8;
  }

  .gt-prize__note {
    font-size: 12px;
  }

  .gt-prize__content{
    padding: 10px 15px 20px;
    margin: 20px auto 0;
  }

 /* //767px以上では改行タグを無効に。 */
  .gt-prize__sp_br {
  display: none;
}
 /* //767px未満で改行タグを有効に。 */
@media screen and (max-width: 767px) {
  .gt-prize__sp_br {
    display: block;
    margin-left: 40px;
  }
}


  /* ボタン */
  .gt-btn {
    margin-top: 28px;
  }

  .gt-btn a {
    min-height: 66px;
    padding: 14px 16px;
    font-size: 16px;
  }

  /* 見出しバー */
  .gt-bar {
    margin-top: 28px;
    margin-bottom: 15px;
    padding: 14px 16px;
    font-size: 16px;
  }

  .gt-bar__subtext{
    font-size: 12px;
    line-height: 1.5;
  }

  /* 施設一覧 */
  .gt-hotel-list {
    margin-top: 32px;
  }

  .gt-hotel + .gt-hotel {
    margin-top: 40px;
  }

  .gt-hotel__labels {
    gap: 10px;
    margin-bottom: 14px;
  }

  .gt-hotel__no {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  .gt-hotel__label {
    min-width: 100px;
    padding: 6px 12px;
    font-size: 14px;
  }

  .gt-hotel__body {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .gt-hotel__image img,
  .gt-hotel__noimage {
    max-width: 420px;
    margin: 0 auto;
  }

  .gt-hotel__image img {
    display: block;
  }

  .gt-hotel__name {
    font-size: 18px;
  }

  .gt-hotel__row {
    font-size: 15px;
    line-height: 1.8;
  }

  /* お問合せ先 */
  .gt-contact {
    margin-top: 50px;
    padding: 25px 16px;
    border-radius: 10px;
  }

  .gt-contact p {
    font-size: 14px;
    line-height: 1.6;
  }

  .gt-contact__name{
    padding-bottom: 10px;
  }

  .gt-contact__tel img{
    width: 18px;
    margin-top: 3px;
  }

  /* SPのみ電話発信を有効化 */
  .gt-contact__tel a {
    pointer-events: auto;
    text-decoration: underline;
  }
}
