@charset "utf-8";

/*--------------------------------------
CONTENTS
--------------------------------------*/
html {
  box-sizing: border-box;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#btimes_tcpoint_202507 {
  max-width: 704px;
  margin: 0 auto 50px;
  line-height: 1.8em;
  box-sizing: border-box;
}

a img:hover {
  opacity: .7;
}

.pc_none,
.pc_none320 {
  display: none !important;
}

.sp_none {
  display: inline-block !important;
}

.ac_color {
  color: #FF2244;
}

.mainvisual img {
  width: 704px;
  height: auto;
}

/*----------------------------------
共通
----------------------------------*/
.fs_12{
  font-size: 12px !important;
}
.fs_14{
  font-size: 14px !important;
}
.fs_16{
  font-size: 16px !important;
}
.mt20{
  margin-top: 20px !important;
}
.underline{
  background: linear-gradient(transparent 80%, #ffd500 60%);
}

/*----------------------------------
見出し
----------------------------------*/
h2 {
  background-color: #FFF2E5;
  color: #000;
  font-size: 15px;
  padding: 10px 0 10px 20px;
  margin: 30px 0 20px;
  position: relative;
}

h2:before {
  position: absolute;
  content: "";
  top: 0.5em;
  left: 0.5em;
  width: 4px;
  height: calc(100% - 1em);
  background-color: #FF8000;
}

.camp_descr h3 {
  font-size: 15px;
  line-height: 20px;
  padding-left: 10px;
  margin-bottom: 10px;
  border-left: 4px solid #FF8000;
  color: #FF8000;
}

.campDate {
  background: #0072C1;
  color: #fff;
  font-size: 18px;
  display: block;
  line-height: 44px;
  text-align: center;
}


/*----------------------------------
キャンペーン対象店舗
----------------------------------*/
#btimes_tcpoint_202507 .target_stores .accordionArea__title {
  padding: 12px;
  background: #ffe9e0;
  border: 1px solid #ffffff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  color: #FF8000;
}

#btimes_tcpoint_202507 .target_stores .accordionArea__title::before,
#btimes_tcpoint_202507 .target_stores .accordionArea__title::after {
  position: absolute;
  content: '';
  display: block;
  width: 15px;
  height: 3px;
  border-radius: 5px;
  background: #FF8000;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}

#btimes_tcpoint_202507 .target_stores .accordionArea__title::after {
  transform: translateY(-50%) rotate(90deg);
}

#btimes_tcpoint_202507 .target_stores .accordionArea__title.active::after {
  transform: translateY(0%) rotate(0deg);
}

#btimes_tcpoint_202507 .target_stores .accordionArea__content {
  padding: 20px;
  border: 1px solid #CCC;
  display: none;
}

#btimes_tcpoint_202507 .target_stores .accordionArea__content.active {
  display: block;
}

#btimes_tcpoint_202507 .target_stores .accordionArea__content .accordionArea__content-map {
  width: 100%;
}

#btimes_tcpoint_202507 .target_stores .accordionArea__content .accordionArea__content-map p {
  margin-top: 10px;
  padding: 0 0 0 13px;
  background: url(/common/images/common_ic_arrow002.gif) no-repeat left 6px;
}

#btimes_tcpoint_202507 .target_stores .accordionArea__content .accordionArea__content-map iframe {
  width: 100%;
}

#btimes_tcpoint_202507 .target_stores .accordionArea__content .accordionArea__content-cityList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

#btimes_tcpoint_202507 .target_stores .accordionArea__content .accordionArea__content-cityList li {
  padding: 12px 0;
}



/*----------------------------------
キャンペーン対象店舗　店舗エリア
----------------------------------*/

#btimes_tcpoint_202507 .stores {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#btimes_tcpoint_202507 ul.stores::after {
  content: "";
  display: block;
  width: 215px;
}

#btimes_tcpoint_202507 .stores li {
  width: 215px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 32px;
}

#btimes_tcpoint_202507 .stores li .store_wrap {
  border-radius: 7px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, .4);
  text-decoration: none !important;
  color: #333;
  margin-bottom: 5px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

#btimes_tcpoint_202507 .stores li .store_wrap:hover {
  opacity: .7;
}

#btimes_tcpoint_202507 .stores li .store_wrap div {
  padding: 10px 6px;
  box-sizing: border-box;
}

#btimes_tcpoint_202507 .stores li h4 {
  font-size: 15px;
}

#btimes_tcpoint_202507 .stores li .store_wrap p {
  padding-top: 2px;
}

#btimes_tcpoint_202507 iframe {
  width: 100%;
}


/*----------------------------------
キャンペーン概要
----------------------------------*/

.campList01 {
  margin-bottom: 30px;
}

.campList01 h4 {
  margin-top: 12px;
}

.campList01 h4:first-child {
  margin-top: 0px;
}

.campList01 li {
  text-indent: 0 !important;
  margin-left: 0 !important;
}

.campList01 li p {
  text-indent: 0 !important;
  margin-left: 1em;
}

.campList01 li:before {
  display: none !important;
}

/*--------------------------------------
タイムズクラブアプリで支払うには
--------------------------------------*/
#btimes_tcpoint_202507 section.payMethod .payMethod_wrap h3 {
  display: flex;
  align-items: center;
  color: #FF8000;
  font-size: 16px;
  margin-bottom: 10px;
}

#btimes_tcpoint_202507 section.payMethod .payMethod_wrap h3 span {
  background-color: #FF8000;
  color: #fff;
  border-radius: 15px;
  padding: 0 15px;
  box-sizing: border-box;
  margin-right: 10px;
  font-size: 13px;
}

#btimes_tcpoint_202507 section.payMethod .payMethod_wrap .payMethod_step-wrap {
  border: 1px dotted #FF8000;
  box-sizing: border-box;
  padding: 25px;
  display: block;
  justify-content: space-between;
  align-items: center;
}

#btimes_tcpoint_202507 section.payMethod .payMethod_wrap .payMethod_step li {
  margin-bottom: 20px;
}

#btimes_tcpoint_202507 section.payMethod .payMethod_wrap .payMethod_step li:last-child {
  margin-bottom: 30px;
}

#btimes_tcpoint_202507 section.payMethod .payMethod_wrap .payMethod_step-txt {
  display: flex;
  align-items: center;
  height: 72px;
  margin-bottom: 20px;
}

#btimes_tcpoint_202507 section.payMethod .payMethod_wrap .payMethod_step-txt .payMethod_step-txt-imgContent {
  max-width: 100%;
  margin-right: 15px;
}

#btimes_tcpoint_202507 section.payMethod .payMethod_wrap .payMethod_step-txt img {
  height: 72px;
  width: 72px;
  margin-right: 15px;
  margin-top: 0px;
}

#btimes_tcpoint_202507 section.payMethod .payMethod_wrap .payMethod_step-txt .payMethod_step-txt-imgContent img {
  width: 95%;
}

#btimes_tcpoint_202507 section.payMethod .payMethod_wrap .payMethod_step-txt p {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#btimes_tcpoint_202507 section.payMethod .payMethod_wrap .payMethod_step-txt p .tx_bold {
  font-size: 16px;
  line-height: 16px;
}

#btimes_tcpoint_202507 section.payMethod .payMethod_wrap .payMethod_app .payMethod_app-apple,
#btimes_tcpoint_202507 section.payMethod .payMethod_wrap .payMethod_app .payMethod_app-google {
  width: 315px;
}

#btimes_tcpoint_202507 section.payMethod .payMethod_wrap .payMethod_app .payMethod_app-apple p,
#btimes_tcpoint_202507 section.payMethod .payMethod_wrap .payMethod_app .payMethod_app-google p {
  background-color: #333333;
  padding: 3px;
  color: #fff;
  margin-bottom: 12px;
  text-align: center;
}

#btimes_tcpoint_202507 section.payMethod .payMethod_wrap .payMethod_app .payMethod_app-google a img {
  margin-left: -10px;
}

#btimes_tcpoint_202507 section.payMethod .payMethod_wrap .payMethod_app {
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  width: 100%;
}

#btimes_tcpoint_202507 section.payMethod .app_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: center;
}

#btimes_tcpoint_202507 section.payMethod .app_btn img {
  width: 75px;
  height: auto;
}

#btimes_tcpoint_202507 section.payMethod .app_btn a img {
  height: 54px;
  width: auto;
  margin-right: 20px;
}

#loco_tsujido section.payMethod .payMethod_wrap .payMethod_step-txt img {
  height: 72px;
  width: 72px;
  margin-right: 15px;
}

/*===========================================
B検索機能
===========================================*/
.b_Search{
    border: 1px solid #FEDD03;
    padding: 40px;
    margin-top: 30px;
}
.b_Search .new_wrap{
    position: relative;
    display: flex;
    justify-content: center;
}
.b_Search .new_wrap .new_badge{
position: absolute;
    top: -54px;
    text-align: center;
    display: flex;
    justify-content: center;
    border: 1px solid #FF0000;
    padding: 2px 21px;
    border-radius: 20px;
    color: #FF0000;
    font-size: 16px;
    font-weight: bold;
    background-color: #fff;
}

.b_Search p{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.b_Search .step_wrap{
  display: flex;
  justify-content: space-evenly;
}

.b_Search .step_wrap img{
    width: 70%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 10px;
}
.b_Search .step_wrap .triangle{
    width: 0;
    height: 0;
    margin: 116px auto 22px;
    border-style: solid;
    border-width: 20px 14px 0 14px;
    border-color: #888888 transparent transparent transparent;
    transform: rotate(-90deg);
    position: absolute;
}

.b_Search .step_wrap .step_wrap_step1, .b_Search .step_wrap .step_wrap_step2{
  display: grid;
}

.b_Search .app_dl{
    width: 300px;
    margin: 0 auto;
    background-color: #FEDD03;
    text-align: center;
    margin-top: 30px;
    padding: 20px;
    border-radius: 50px;
    position: relative;
}
.b_Search .app_dl a{
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 20px 40px;
}
.b_Search .app_dl::before{
  content: "";
  position: absolute;
    top: 25px;
    right: 22px;
  width: 10px;
  height: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*===========================================
エントリーボタン===========================================*/
.btn_content_double .entry_join_bt{
  margin: 25px 10px 5px;
}
.btn_content_double .entry_join_bt .entry_bt{
  background-color: #FF8000;
    box-shadow: 0 3px 0 #884400;
}
.btn_content_double .entry_join_bt .entry_bt a{
    padding: 18px 13px 16px;
}

/*===========================================
リンク
===========================================*/
#btimes_tcpoint_202507 .text_link{
    background: url(/common/images/common_ic_arrow002.gif) 0 5px no-repeat;
    padding: 0 0 0 13px;
}
#btimes_tcpoint_202507 .anchor_link{
    margin-left: unset;
    margin-top: 5px;
}

/*===========================================
メディアクエリ
===========================================*/
@media screen and (max-width: 768px) {
  .stepWrap {
    padding: 0;
    margin-bottom: 50px;
  }

  .pc_none {
    display: inline-block !important;
  }

  .sp_none {
    display: none !important;
  }

  /*===========================================
メインビジュアル
===========================================*/
  .mainvisual,
  .mainvisual img {
    width: 100%;
  }


  /*----------------------------------
コンテンツ
----------------------------------*/
  #btimes_tcpoint_202507 {
    max-width: 600px;
  }

  .campDate {
    font-size: 1em;
    line-height: 28px;
  }

  .title02 {
    width: auto;
  }

  .step {
    margin: 50px ​0 14px;
  }

  .step span {
    padding: 2px 0;
    display: block;
    width: 88px;
    margin: 0 auto 8px;
  }

  .stepImage {
    width: 50%;
  }


  /* キャンペーン対象店舗　店舗詳細部分 */
  #btimes_tcpoint_202507 .stores li {
    width: 48%;
  }

  #btimes_tcpoint_202507 .stores li .store_wrap {
    width: 100%;
  }

  #btimes_tcpoint_202507 .stores li .store_wrap p span {
    font-size: 1em;
  }

  /*--------------------------------------
  タイムズクラブアプリで支払うには
--------------------------------------*/
  #btimes_tcpoint_202507.payMethod .payMethod_wrap .payMethod_step-txt {
    margin-bottom: 20px;
    align-self: start;
    width: 100%;
    justify-content: center;
  }

  #btimes_tcpoint_202507 section.payMethod .payMethod_wrap .payMethod_step-wrap {
    display: flex;
    flex-direction: column;
    padding: 20px;
  }

  #btimes_tcpoint_202507 section.payMethod .payMethod_wrap .payMethod_app {
    display: flex;
    flex-direction: column;
  }

  #btimes_tcpoint_202507 section.payMethod .payMethod_wrap .payMethod_app .payMethod_app-apple,
  #btimes_tcpoint_202507 section.payMethod .payMethod_wrap .payMethod_app .payMethod_app-google {
    margin-left: 0;
    width: 100%;
    flex-direction: column;
  }

  #btimes_tcpoint_202507 section.payMethod .app_btn,
  #btimes_tcpoint_202507 section.payMethod .app_btn a {
    width: 100%;
  }

  #btimes_tcpoint_202507 section.payMethod .app_btn a {
    text-align: center;
  }

  #btimes_tcpoint_202507 section.payMethod .app_btn a img {
    width: 60%;
    height: auto;
    margin: 0;
  }

  #btimes_tcpoint_202507 section.payMethod .payMethod_wrap .payMethod_app .payMethod_app-apple a img {
    box-sizing: border-box;
  }

  #btimes_tcpoint_202507 section.payMethod .payMethod_wrap .payMethod_app .payMethod_app-apple a img:first-child {
    margin-bottom: 15px;
  }

  #btimes_tcpoint_202507 section.payMethod .payMethod_wrap .payMethod_step li:nth-child(n+2) .payMethod_step-txt {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    text-align: center;
  }

  #btimes_tcpoint_202507 section.payMethod .payMethod_wrap .payMethod_step li:nth-child(n+2) .payMethod_step-txt img {
    margin-right: 0;
    width: 150px;
    height: auto;
  }

  #btimes_tcpoint_202507 section.payMethod .payMethod_wrap .payMethod_app .payMethod_app-google a img {
    margin-left: 0;
  }

  #btimes_tcpoint_202507 section.payMethod .payMethod_wrap .payMethod_step-txt .payMethod_step-txt-imgContent {
    max-width: 100%;
    margin-right: 0px;
    margin-top: 20px;
  }

  #btimes_tcpoint_202507 section.payMethod .bannerArea img {
    width: 100%;
  }



}

@media screen and (max-width: 600px) {

  /*--------------------------------------
    bannerArea
    --------------------------------------*/
  #btimes_tcpoint_202507 section.payMethod .bannerArea {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #btimes_tcpoint_202507 section.payMethod .bannerArea img {
    margin-bottom: 5px;
  }

  /*===========================================
  B検索機能
  ===========================================*/
.b_Search {
    padding: 20px;
    margin-top: 40px;
}
.b_Search .new_wrap .new_badge{
    top: -34px;
}
  .b_Search p{
  padding-top: 10px;
}

.b_Search .step_wrap{
  display: block;
}

.b_Search .step_wrap img{
    width: 80%;
    margin-bottom: 10px;
}
.b_Search .step_wrap .triangle{
    margin: 24px auto 32px;
    border-width: 23px 25px 0 25px;
    transform: rotate(0deg);
    position: relative;
}

.b_Search .step_wrap .step_wrap_step1, .b_Search .step_wrap .step_wrap_step12{
  display: grid;
}

.b_Search .app_dl{
    width: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}
.b_Search .app_dl a{
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 20px 20px;
}
.b_Search .app_dl::before{
  content: "";
  position: absolute;
    top: 25px;
    right: 22px;
  width: 10px;
  height: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

}