﻿/* CSS Document */

/*====================================================
全体
====================================================*/

br {
  font-size: 0;
}

/*カラー共通　ここの色を変えれば全体が変わる*/
:root {
  --main-color: #d9e6ee;
  --sub-color: #e31385;
  --black-color: #000;
  --red-color: #9f0c0c;
}

.pc { display: block !important; }
.sp { display: none !important; }



/*　パンくずの表示くずれ防止　*/
.rootMT ul {
    overflow: hidden;
    width: 940px;
    margin: 0 auto;
}
/* 画面100%表示用↑ここまで */

.coa_common_202211{
	font-size:0;
	margin-bottom: 15px;
}

/* ↓ここからヘッダー画像↓ */

/* ヘッダー画像 */
.coa_common_202211 img {
	text-align: center;
	width: 100%;
}

.head {
  background-color: var(--main-color);
  border-bottom: solid 15px var(--main-color);
}

.coa_common_202211 .head img {
  width: 940px;
  display: block;
  margin: 0 auto;
}


@media only screen and (min-device-width: 768px) {

  .btn a:hover {
    background-color: transparent; /* IE6対応 */
  }
  
  .btn a:hover img {
    opacity: 0;
  }

}

/* ↑ここまでヘッダー画像↑ */


@media only screen and (min-device-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);
}

/* 紐づけ優待全体 */
.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 only screen and (min-device-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 only screen and (max-device-width: 767px) {

  .pc { display: none !important; }
  .sp { display: block !important; width: 100%; }
  
  .coa_common_202211 .head {
    background-size: 25%;
  }

  .coa_common_202211 .head img{
    width: 100%;
    padding: 0;
  }



  #fftop_recomDetail .reBox {
      padding: 0px;
  }
  
  .coa_common_202211{
    font-size:0;
    margin-bottom: 3.947vw;
  }
  
  /* ヘッダー画像 */
  .coa_common_202211 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;
    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;
  }

}
