﻿/* CSS Document */

/*====================================================
全体
====================================================*/

br {
  font-size: 0;
}

/*カラー共通　ここの色を変えれば全体が変わる*/
:root {
  --main-color: #d7dde1;
  /* --main-color: linear-gradient(#45CCE2, #B0F4FF); */
  --sub-color: #3e4e56;
  --black-color: #3e4e56;
  --red-color: #ff1f3d;
}



.pc {
  display: block !important;
}

.sp {
  display: none !important;
}



/*　パンくずの表示くずれ防止　*/
.rootMT ul {
  overflow: hidden;
  width: 940px;
  margin: 0 auto;
}



/* ここから */


#sanpo2025 {
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-feature-settings: "palt";
  /* margin-bottom: 15px; */
  line-height: 1.7;
  letter-spacing: 0.08em;
  background-color: var(--yutai_all_back);
  /* color: var(--font-color); */
  color: var(--sub-color) !important;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}

/* ↓ここからヘッダー画像↓ */

.wrapper {
  width: 100%;
  max-width: 940px;
  padding: 16px 0;
}

#sanpo2025 .fv {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
}


/* ヘッダー画像 */
#sanpo2025 img {
  width: 100%;
  /* max-width: 940px; */
  text-align: center;
}

#sanpo2025 a {
  text-decoration: none;
  box-sizing: border-box;
  font-size: 16px;
  color: #999;
  transition: background-image 0.3s ease;
}

.guide {
  text-align: center;
  /* padding-bottom: 8px; */
  line-height: 1.7;
}

.guideText-nomal {
  font-size: clamp(14px, 1vw + 0.5rem, 16px);
}

.guideText-bold {
  /* margin-top: 24px; */
  font-size: clamp(17px, 2vw + 0.5rem, 18px);
  font-weight: bold;
}


/* ナビゲーション*/

.genre__nav {
  padding: 0 16px;
  display: flex;
  max-width: 400px;
  margin: 40px auto 16px;
  justify-content: space-between;
  /* gap: 0px; */
}


.nuvBtn {
  width: 100%;
  max-width: 102px;
  background-size: cover;
  background-position: center;
  display: block;

}

.nuvBtn a {
  display: inline-block;
  /* transformの動作を安定させるため */
  transition: transform 2s ease-in-out;
  transform-origin: center center;
}

@media (hover: hover) {
  #sanpo2025 .nuvBtn>a:hover {
    transform: rotate(360deg);
    transition: transform 5s ease-in-out;
  }
}



/* 吹き出し
---------------------------------------- */
.fukidashi {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(15px, 1vw + 0.5rem, 16px);
  position: relative;
  width: fit-content;
  padding: 24px 16px 8px;
  border-bottom: 1px solid var(--sub-color);
  background-color: #E5EBEE;
}


.fukidashi::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 58%;
  width: 20px;
  height: 45px;
  box-sizing: border-box;
  background-color: #E5EBEE;
  /* 背景色と同じ色を指定 */
  rotate: 135deg;
  translate: -50%;
}

.fukidashi::after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: calc(50% - 14px);
  z-index: 1;
  width: 30px;
  height: 1px;
  transform: rotate(120deg);
  box-sizing: border-box;
  background-color: var(--sub-color);
  box-shadow: 0 2px 0 #E5EBEE, 0 -2px 0 #E5EBEE;
  /* 背景色と同じ色を指定 */
}







/* ここまで */





@media screen and (min-width: 768px) {
  .wrapper {
    padding: 32px 0 24px;
  }

  .genre__nav {
    display: flex;
    max-width: 680px;
    margin: 40px auto 16px;
    justify-content: center;
    gap: 3%;
  }

  /* 吹き出し
---------------------------------------- */
  .fukidashi {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(14px, 1vw + 0.5rem, 15px);
    position: relative;
    width: fit-content;
    padding: 24px 16px 8px;
    border-bottom: 1px solid var(--sub-color);
    background-color: #E5EBEE;
  }

  .fukidashi::before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 54%;
    width: 20px;
    height: 45px;
    box-sizing: border-box;
    background-color: #E5EBEE;
    /* 背景色と同じ色を指定 */
    rotate: 135deg;
    translate: -50%;
  }

}

/* ↑ここまでヘッダー画像↑ */

@media screen and (min-width: 768px) {

  /* 表示行数の位置調整 */
  .leisureLayoutMT .layer02MT {
    width: 940px;
    margin: 0 auto;
  }

  .layer02MT {
    height: 0px;
  }

  /* 表示行数 */
  .displayMT {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    margin-right: 20px;
    font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: bold;
  }

}

/* 表示行数 */
.displayMT dl dt {
  color: var(--black-color);
}

/* 1・2・・・次・最後 */
.pagingMT {
  margin-left: 30px;
}

/* 1・2・・・次・最後 */
.pagingMT li a {
  color: var(--black-color);
}

/* 1・2・・・次・最後 */
.pagingMT li.active {
  color: var(--black-color);
}

/* 表示行数下の水色線の削除 */
.punctuationMT {
  background: none;
  margin-bottom: 40px;
}

/* ページ全体背景 */
.leisureLayoutMT {
  /* background-color: var(--main-color); */
  background-image: url(../img/head_back.jpg);
  background-repeat: repeat;
  background-position: center;
  background-attachment: fixed;
}

/* 紐づけ優待全体 */
.leisureBox01MT {
  color: var(--black-color);
  background-color: #fff;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-feature-settings: "palt";
  border: none;
  width: 850px;
  box-sizing: border-box;
  margin: 40px auto 0px;
  padding: 20px;
}

.leisureLayoutMT h3.txtB {
  font-size: 12px;
}

/* 優待メニュータイトル */
.leisureBox01MT a {
  color: var(--black-color);
  font-size: 16px;
}

/* 特典内容欄 */
.leisureLayoutMT .leisureBox01MT .privilegeMT {
  border: none;
}

/* 特典内容欄　枠線 */
.leisureLayoutMT .leisureBox01MT .privilegeMT dl {
  background-color: var(--sub-color);
  border: 1px solid var(--sub-color);
}

/* 特典内容欄　長さ */
.leisureLayoutMT .leisureBox01MT .privilegeMT dd {
  width: 741px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 13px;
}

/* 特典1、2などのテキスト */
.leisureLayoutMT .leisureBox01MT .privilegeMT dt {
  font-weight: 700;
}

/* 特典内容欄　強調 */
.leisureLayoutMT dd .txtRed {
  color: var(--red-color);
  font-weight: bold;
  font-size: 15px;
}

/* 優待紹介テキスト　位置調整 */
.leisureBox01MT .innerMT {
  display: flex;
}

/* 優待紹介テキスト　位置調整 */
.leisureBox01MT .txtBoxMT {
  width: 547px;
  float: none;
}

/* 優待紹介テキスト */
.leisureBox01MT .txtBoxMT p.mb10 {
  font-size: 13px;
  line-height: 1.7;
  text-align: justify;
  max-height: 8rem;
  margin: 0 !important;
  position: relative;
}

@media screen and (min-width: 768px) {

  /* 優待紹介テキスト　グラデ背景 */
  p.mb10::before {
    content: "";
    width: 100%;
    height: 8rem;
    display: block;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255) 80%);
    position: absolute;
    top: 0;
  }

  .leisureBox01MT .txtBoxMT p.txt14b.mb10::before {
    display: none;
  }

  /*特典内容はログイン後に表示　テキスト*/
  .leisureLayoutMT .leisureBox01MT .privilegeMT p a::before {
    content: "※特典内容はログイン後に表示されます";
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    font-weight: 700;
    font-size: 15px;
    padding: 10px;
    border: solid 2px var(--main-color);
    box-sizing: border-box;
  }

  /*ログイン後に特典表示の画像削除*/
  .privilegeMT p a img {
    display: none;
  }

}

/*↓ ここからスマホ ↓*/

@media screen and (max-width: 767px) {

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
    width: 100%;
  }

  .coa_common_202408 .head {
    background-size: 25%;
  }

  .coa_common_202408 .head img {
    width: 100%;
    padding: 0;
  }



  #fftop_recomDetail .reBox {
    padding: 0px;
  }

  .coa_common_202408 {
    font-size: 0;
    margin-bottom: 3.947vw;
  }

  /* ヘッダー画像 */
  .coa_common_202408 img {
    text-align: center;
    width: 100%;
  }


  /*　全体背景　*/
  .leisureLayoutMT {
    background-color: var(--main-color);
  }

  /* 全体フォント */
  section.leisureBox02MT.mb20 {
    font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: var(--black-color);
  }

  /* 全体フォント */
  article p {
    color: var(--black-color);
  }

  /* 表示行数 */
  #fftop_recomDetail .displayMT {
    margin: 0;
  }

  /* 表示行数 */
  #fftop_recomDetail .displayMT dl dt {
    display: table-cell;
    width: 5em;
    font-size: 3.947vw;
    padding-left: 10px;
    color: var(--black-color);
    font-weight: bold;
    font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }

  /* 表示行数 */
  #fftop_recomDetail .displayMT dl dd {
    font-weight: bold;
    font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }

  /* 1 2 3 次 最後　ボタン */
  #fftop_recomDetail .pagingMT {
    margin: 20px auto 10px;
  }

  /* 1 2 3 次 最後　ボタン */
  #fftop_recomDetail .pagingMT li {
    background-color: #fff;
    border: none;
    color: var(--black-color);
    font-size: 3.947vw;
    font-weight: bold;
    font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }

  /* 1 2 3 次 最後　ボタン */
  .recmPager .pagingMT li a {
    color: var(--sub-color);
  }

  /* 全体枠 */
  #fftop_recomDetail .leisureBox02MT .BlocMT {
    background: #fff !important;
    margin: 3.947vw auto;
    padding: 6vw 4vw;
    border: none;
    width: 95vw;
  }

  /* カテゴリ名 */
  .leisureLayoutMT h3.txtB {
    background: none;
    padding: 0;
    color: inherit;
    font-size: 3.2vw;
    margin: 0 auto 0.25rem;
  }

  /* 写真・優待内容レイアウト */
  #fftop_recomDetail .leisureBox02MT .BlocMT .innerMT {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  /* 写真 pタグ */
  #fftop_recomDetail .leisureBox02MT .innerMT .ImgBoxMT {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 0.5rem;
  }

  /* 写真　imgタグ*/
  #fftop_recomDetail .leisureBox02MT .innerMT .ImgBoxMT img {
    display: block;
    width: 100%;
    height: auto;
    border: none;
    box-sizing: border-box;
  }

  /*　おすすめ画像　*/
  ul.NumMT li img {
    width: 16vw;
    height: auto;
  }

  /*　申込番号　*/
  #fftop_recomDetail .leisureBox02MT .innerMT .txtBoxMT .NumMT li {
    display: none;
    font-size: 3.2vw;
    color: var(--black-color);
  }

  /* 優待名 */
  #fftop_recomDetail .leisureBox02MT .innerMT .txtBoxMT h4 {
    color: var(--black-color);
    font-size: 4.5vw;
    margin: 12px 0;
    text-align: justify;
  }

  /* 優待説明 */
  #fftop_recomDetail .leisureBox02MT .innerMT .txtBoxMT p {
    font-size: 3.5vw;
  }


  /* 会員特典 */
  #fftop_recomDetail .leisureBox02MT p.privilegeHeading {
    font-size: 4.2vw;
    font-weight: 600;
    color: #fff;
    background-color: var(--sub-color);
    padding: 0.25rem 0.5rem;
    margin-top: 0.5rem;
  }

  /* 会員特典の枠 */
  #fftop_recomDetail .leisureBox02MT .privilegeMT {
    background: #fff;
    border: 0.1em solid var(--sub-color);
    padding: 0.8em;
  }


  #fftop_recomDetail .leisureBox02MT .privilegeMT dl {
    padding: 0 0 1vw 0;
  }


  /* 会員特典欄内のテキスト */
  #fftop_recomDetail .leisureBox02MT .privilegeMT dl dd {
    font-size: 3.8vw;
    text-align: justify;
    word-break: break-all;
    color: var(--black-color);
    padding: 0;
    line-height: 1.5;
  }

  /* 会員特典欄内のテキスト　強調 */
  .leisureLayoutMT dd .txtRed {
    font-size: 4.3vw;
  }

  /*ログイン後に特典表示の画像削除*/
  #fftop_recomDetail .leisureBox02MT .privilegeMT p img {
    display: none;
  }

  /*ログイン後に特典表示のテキスト*/
  #fftop_recomDetail .leisureBox02MT .privilegeMT p::before {
    content: "※特典内容はログイン後に表示されます";
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    font-weight: 700;
    font-size: 3.947vw;
  }

}