@charset "UTF-8";
main {
  line-height: 1.5;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
main p {
}
main a:link {
  color: #3b92c8;
  text-decoration: none;
}
main a:visited {
  color: #802680;
}
main a:hover,main a:active {
  text-decoration: underline;
}
.pc {
  display: none;
}
.sp {
  display: block;
}
.inner {
  padding: 0 10px;
}
/*共通パーツ*/
.p-main-heading {
  background-color: #ACC656;
}
.p-main-heading__title {
  color: #fff;
}

h1 {
  color: #666;
}
h2,.pointflow h3 {
  color: #463731;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 25px;
}
h2 span {
  line-height: 1.8;
  width: fit-content;
  position: relative;
  z-index: 1;
}
.bold {
  font-weight: bold;
}
.tx_red {
  color: #D0111B;
}
/*list style*/
.list_asterisk li {
  line-height: 1.5;
  text-indent: -1em;
  padding: 0 0 0 1.3em;
}
.list_asterisk li::before {
  content: "※";
}
.list01::before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 0.4em;
  border-radius: 50%;
  background-color: #333;
}
/*date*/
.date {
  padding: 15px;
  background-color: #FDF7C3;
  text-align: center;
  font-size: 10px;
  color: #333;
}
.date p + p {
  margin-top: 5px;
}
/*還元されるポイントについて*/
section.aboutpoint {
  background-color: #FCF6EC;
  padding: 25px 15px;
}
.aboutpoint h2 {
  margin-bottom: 10px;
}
.aboutpoint p {
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;

}
.aboutpoint .inner {
  padding: 0;
}
.aboutWrap {
  margin-bottom: 20px;
  text-align: center;
}
.aboutWrap dl div {
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
}
.aboutWrap dl div + div {
  margin-top: 10px;
}
.aboutWrap dt {
  padding: 10px;
  background-color: #7DBE29;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom: 1px solid #ccc;
}
.aboutWrap dt img {
  width: 75%;
  max-width: 300px;
}
.aboutWrap dd {
  padding: 10px;
  color: #777;
  margin: auto;
}
.aboutWrap dd img {
  width: 85%;
  max-width: 400px;
  margin-bottom: 10px;
}
/*entry*/
.entry {
  margin: 30px auto;
}
#step1 > .entry {
  margin: 30px auto 0;
}
.bg-question > .entry {
  margin: 30px auto 0;
}
.entry .list_asterisk {
  margin-top: 10px;
  font-size: 10px;
  text-align: center;
}
.entryBtn {
  width: 100%;
  height: 70px;
    display: block;
    margin: 0 auto;
    padding: 10px 10px 15px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    background: url(/doc/campaign/point_202402/assetsPoint_202402/images/ic_white.png) no-repeat top 50% right 10px/12px 20px;
    background-color: #E33F6D;
}
a.entryBtn:link,
a.entryBtn:visited,
a.entryBtn:hover,
a.entryBtn:active,
a.entryBtn:focus {
  color: #fff;
  text-decoration: none;
}
.entry a.entryBtn:hover {
  background-color: #E56287;
}
.entry .entryBtn span {
  font-size: 10px;
}
/*エントリー押下後*/
.entryBtn.entryCompleted {
  background: none #999;
  padding: 24px 10px 0;
}
/*エントリー履歴*/
.entry-history {
  margin: 10px auto 0;
  padding: 0 10px;
  text-align: center;
}
.entry-history a:link,.entry-history a:hover,.entry-history a:visited,.entry-history a:active {
  color: #333;
  background-color: #fff;
  text-decoration: none;
}
.entry-history a {
  padding: 10px 22px;
  display: block;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: relative;
  padding-right: 30px;
  margin: 0 auto;
}
.entry-history a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #bbb;
  border-right: 2px solid #bbb;
  transform: rotate(45deg);
  margin-top: -5px;
}
main .entry-history p {
  font-size: 14px;
  text-align: center;
  color: #333;
}
main .entry-history p + p {
  margin-top: 8px;
  font-size: 11px;
}
/*お知らせ枠*/
.info {
  margin: 20px 10px 30px;
  padding: 12px;
  border-radius: 8px;
  background-color: #E6E6E6;
}
.info_description {
  font-size: 10px;
}
.info li {
  margin-bottom: 4px;
  text-indent: -0.5em;
  padding: 0 0 0 0.7em;
}
.info p + p {
  margin-top: 5px;
}
.info p, .p-info li {
  font-size: 0.9rem;
  line-height: 1.5;
}
#step2 .info {
  width: auto;
  margin: 20px 0 0;
}
/*キャンペーン参加の流れ*/
.flow-anker {
  max-width: 300px;
  margin: 0 auto 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  }
.anker-wrap {
  width: 62px;
  text-align: center;
  margin: 0 auto;
}
.anker-wrap img {
  width: 50px;
  margin-bottom: 5px;
}
.anker-wrap a {
  display: block;
}
.anker-wrap a:link,
.anker-wrap a:visited,
.anker-wrap a:hover,
.anker-wrap a:active,
.anker-wrap a:focus {
  color: #333;
  text-decoration: none;
}
.anker-wrap p {
  font-weight: bold;
}
.arrow_right {
  width: 20px;
  margin-top: -10px;
}
.flow-wrap {
  margin-bottom: 35px;
  padding: 25px 0 40px;
  background-color: #FCF6EC;
}
.flow > section {
  margin: 0 10px;
  padding: 25px 10px;
  border-radius: 10px;
  background-color: #fff;
}
.step_h {
  text-align: center;
}
img.step_img {
    width: 65px;
    margin: 0 auto 10px;
}
.flow h3 {
  color: #463731;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 25px;
}
.flow .arrow_bottom {
  width: 30px;
  margin: 15px auto;
}
/* 予約&来店 ポイントget*/
.flow-wrap {
  padding: 30px 0 40px;
  background-color: #FCF6EC;
}
.pointflow > li > section {
  margin: 0 10px;
  padding: 30px 10px;
  border-radius: 10px;
  background-color: #fff;
}
.pointflow_arrow {
  width: 30px;
  margin: 15px auto;
}
.step_h {
  text-align: center;
}
img.step_img {
  width: 65px;
  margin: 0 auto 5px;
}
.label_mark {
  margin: 20px auto 5px;
    text-align: center;
    color: #f03628;
    font-size: 14px;
    font-weight: bold;
    position: relative;
}
.label_mark::before {
    content: "";
    padding-left: 18px;
    width: 14px;
    height: 16px;
    background: url(/doc/campaign/point_202402/assetsPoint_202402/images/effect_left.png) no-repeat left bottom/14px 16px;
}
.label_mark::after {
    content: "";
    padding-left: 15px;
    width: 14px;
    height: 16px;
    background: url(/doc/campaign/point_202402/assetsPoint_202402/images/effect_right.png) no-repeat left bottom/14px 16px;
}
.labelWrap {
  margin-bottom: 15px;
}
.question .labelWrap {
  margin: 5px 0 0 0;
}
.labelWrap figure + figure {
  margin-top: 8px;
}
.question .labelbnrWrap img + img{
  margin: 5px 0 0 0;
}
.labelbnrWrap img {
  max-width: 335px;
}
#step2 .labelbnrWrap img {
  margin: 8px auto 0;
}
.label img {
  height: 20px;
  width: auto;
}
#step2 .label img {
  margin: auto;
}
.label_sample,.course_sample {
  margin: 10px 0;
}
.label_sample img,.course_sample img {
  margin-top: 5px;
  border: 1px solid #ccc;
}
.point_flow .label {
  margin: 0 auto;
  text-align: center;
}
.label li{
  display: inline-block;
  list-style: none;
  margin-right: 20px;
}
.label li:last-child{
  margin-right: 0;
}
.question .label {
  margin: 5px 0;
}
.search_sec li{
  margin-top: 25px;
}
.search_h {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 0 30px;
}
.search_h::before, .search_h::after{
  content: '';
  position: absolute;
  flex-grow: 1;
  top: 50%;
  width: 30px;
  height: 1px;
  background-color: #ccc;
}
.search_h::before {
  left: 0;
}
.search_h::after {
  right: 0;
}
.search_h span {
  margin-right: -15px;
  position: relative;
}
.search_h span::before {
  content: "";
  background: url(/doc/campaign/point_202402/assetsPoint_202402/images/ic_search.png) no-repeat left bottom/16px 20px;
  width: 16px;
  height: 20px;
  position: absolute;
  left: -24px;
  top: calc(50% - 10px);
}
.point_sec {
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 20px 10px;
  position: relative;
}
.point_sec p {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: #463731;
  margin: auto 0;
  position: absolute;
  left: 0;
  right: 0;
  top: -11px;
  z-index: 2;
}
.point_sec p span {
  padding: 0 10px;
  background-color: #fff;
}
.point_sec ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.point_sec ul li + li {
  margin-left: 8px;
}
/*sample*/
.sample {
  padding: 25px 10px;
  background-color: #eee;
  text-align: center;
  font-size: 15px;
}

.sample + .sample {
  margin-top: 25px;
}
.getpointWrap {
  padding: 20px 0;
}
.sampleWrap {
  margin-top: 30px;
}
.sample_h {
  margin-bottom: 5px;
}
.sample_h .ex_h_01 {
  width: 175px;
  margin-bottom: 10px;
}
.sample_h .ex_h_02, .ex_h_03{
  width: 250px;
}
.sample_h .ex_h_1050,.sample_h .ex_h_450 {
  max-height: 25px;
  width: auto;
  margin-bottom: 10px;
}
.sample_h img {
  width: 280px;
}
.sample_list {
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  font-size: 15px;
  line-height: 1.3;
}
.sample_list dt {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background-color: #8a8a8a;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  padding: 10px;
}
.sample_list dd {
  display: block;
  color: #444;
  padding: 15px 10px;
}
.sample .point_bold {
  font-size: 50px;
}
.point_list .point_gray {
  color: #5e5e5e;
  font-size: 14px;
}
.point_total {
  border: 1px solid #ccc;
  border-radius: 4px;
  display: block;
  background-color: #fff;
  font-weight: bold;
  color: #E33F6D;
  padding: 15px 10px;
  line-height: 1.3;
}
.sample .plus, .sample .total {
  margin: 12px 0;
}
.sample .plus img {
  width: 20px;
}
.sample .total img {
  width: 45px;
}
/*美味しく安全に外食を楽しむために*/
.bg-safety {
  background-color: #ccb7ae;
  margin-top: 25px;
  padding: 30px 0 40px;
}
.safety_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
}
.safety_list li {
  width: 31%;
}
/*FAQ*/
.bg-question {
  background-color: #F5F1E9;
  padding: 30px 0 40px;
}
.bg-question .info {
  background: #fff;
  border: 1px solid #ccc;
  margin: 20px 10px 0;
  border-radius: 4px;
}
.question {
  font-size: 11px;
}
.question h2 {
  color: #333;
}
.question ul {
  margin: 0 auto;
}
.question li {
  border-radius: 8px;
  background-color: #fff;
}
.question li + li {
  margin-top: 15px;
}
.question dt {
  padding: 15px 32px;
  position: relative;
}
.question dt::before {
  content: "";
  background: url(/doc/campaign/point_202402/assetsPoint_202402/images/ic_q.png) no-repeat top left/16px 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 8px;
  top: calc(50% - 8px);
}
.question dt span::before {
    content: "";
    width: 2px;
    height: 14px;
    background-color: #D0111B;
    position: absolute;
    right: 20px;
    top: calc(50% - 1px);
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.question dt span::after {
    content: "";
    width: 14px;
    height: 2px;
    background-color: #D0111B;
    position: absolute;
    right: 14px;
    top: calc(50% - 1px);
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.question dt.open span::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  opacity: 0;
}
.question dd {
  padding: 12px 32px 15px;
  position: relative;
  display: none;
}
.question dd span::before {
    content: "";
    background: url(/doc/campaign/point_202402/assetsPoint_202402/images/ic_a.png) no-repeat top left/16px 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 8px;
    top: calc(50% - 10px);
    z-index: 10;
}
.question dd span::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 90%;
    background-color: #ccc;
    left: 5%;
    top: 0;
}
/*特典規約*/
.overflow {
  margin: 35px 0 30px;
  font-size: 11px;
}
.overflow h2 {
  margin-bottom: 25px;
  color: #333;
}
.overflow h3 {
  margin: 12px 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2px;
  font-size: 13px;
  font-weight: bold;
}
.overflow li {
  margin-bottom: 4px;
  text-indent: -0.5em;
  padding: 0 0 0 0.7em;
}
.overflow li:before {
  content: '・';
  display: inline-block;
  vertical-align: 0;
  width: auto;
  height: auto;
  margin-right: 0;
  border-radius: 0;
  background: 0 0;
}
.overflow p.list01 {
  margin: 10px 0 4px;
}
.overflow .list02 {
  margin-top: 10px;
}
.overflow .list02 li {
  margin-left: 0.4em;
  text-indent: -0.6em;
}
.overflow .list02>li::before {
  content: '※';
  display: inline-block;
  vertical-align: -1px;
  margin-right: 0.2em;
  color: #333;
}
.overflow .list02.tx_red>li::before {
  color: #d0111b;
}
.overflow_point_wrap {
  margin-bottom: 10px;
}
.overflow_point {
  border: 1px solid #ccc;
}
.overflow_point_h {
  padding: 10px;
  background-color: #969696;
  color: #fff;
  text-align: center;
}
.overflow_point_content {
  padding: 10px;
  text-align: center;
}
.table01 {
  margin: 5px 0 10px;
  border: 1px solid #ccc;
  border-bottom: none;
  width: 100%;
}
.table01 dd {
  border-bottom: 1px solid #ccc;
}
.table01 dt {
  padding: 6px 4px;
  border-bottom: 1px solid #ccc;
  background-color: #969696;
  color: #fff;
  text-align: center;
}
.table01 dd {
  padding: 6px 4px;
  text-align: center;
}
.table01-wrap {
  flex-wrap: wrap;
}
.table02 {
  margin: 5px 0 10px;
  width: 100%;
}
.table02 th.col01 {
  background-color: #eee;
  width: 40%;
}
.table02 th.col01.table02_h {
  background-color: #969696;
  color: #fff;
}
.table02 th.col01 {
    background-color: #eee;
    width: 40%;
}
.table02 th, .table02 td {
    border: 1px solid #ccc;
    padding: 8px 5px;
    vertical-align: middle;
}
.table02 td.col02 {
    width: 60%;
    padding: 8px 10px;
}

/*都道府県検索 sp*/
.searchContainer {
  margin: 15px 0 0;
}
.prefSelect_disp_sp {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 12px;
}
.searchSelect {
  width: 100%;
  height: 60px;
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 12px;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 0 10px 0;
}
.searchSelect::after {
    content: "";
    background: url(/doc/campaign/point_202402/assetsPoint_202402/images/ic_down.png) no-repeat top left/18px 10px;
    width: 19px;
    height: 10px;
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
}
.searchBtn a {
    width: 100%;
    height: 60px;
    padding: 10px 15px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    background-color: #E33F6D;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.searchBtn a:link, .searchBtn a:visited, .searchBtn a:hover, .searchBtn a:active {
    color: #fff;
    text-decoration: none;
}
.prefSelect_disp_sp {
color: #000;
}
.prefSelect_disp_sp option {
color: #000;
}
.prefSelect_disp_sp{
  width: 100%;
  height: 60px;
  padding: 10px 15px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/*pagetop*/
.l-pagetop img {
  width: 50px;
}
/*終了対応*/
.endText {
    background-color: #888;
    color: #fff;
    padding: 24px 18px;
    font-size: 14px;
}
.endText a:link,.endText a:hover,.endText a:visited,.endText a:active {
	color: #fff;
	text-decoration: underline;
}
.entrybtn {
  width: 100%;
  height: 70px;
  display: block;
  margin: 0 auto;
  padding: 10px 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  background: url(/doc/campaign/point_202402/assetsPoint_202402/images/ic_white.png) no-repeat top left/12px 20px;
  background-color: #999;
  background-position: top 47% right 20px;
  background-size: 12px 20px;
}
.entry .entrybtn span {
  font-size: 10px;
}
.end_searchinner {
  margin-top: 40px;
  padding: 20px;
  position: relative;
}
.search_sec li:first-child {
  margin-top: 0;
}
.fadeLayer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #111;
  border-radius: 8px;
  opacity: 0.4;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  /*PC*/
  img {
  max-width: inherit;
  height: auto;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  p,li {
  font-size: 14px;
  line-height: 1.5;
}
  .inner {
    width: 950px;
    margin: 0 auto;
    padding: 0;
}
  h2,.pointflow h3 {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .h_small {
    font-size: 26px;
    line-height: 1.8;
}
  /*kv*/
  .keyvisual {
    background-color: #fff5e6;
    position: relative;
    overflow: hidden;
}
  .keyvisual img {
    margin: 0 auto;
    position: relative;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    height: auto;
    left: 50%;
    width: 2000px;
    margin-left: -1000px;
}
  /*date*/
  .date p {
    font-size: 12px;
  }
  /*info*/
  .info li {
    font-size: 1.4rem;
    padding-left: 24px;
  }
  .info_description {
    font-size: 14px;
  }
  /*還元されるポイントについて*/
  section.aboutpoint {
    padding: 40px 0 60px;
  }
  .aboutpoint h2 {
  margin-bottom: 20px;
  }
  .aboutpoint p {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .aboutWrap {
    margin: 0 auto 20px;
    width: 950px;
  }
  .aboutWrap dl {
    margin: 0 auto;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .aboutWrap dl div + div {
    margin: 0 0 0 20px;
  }
  .aboutWrap dt {
    padding: 15px 10px;
  }
  .aboutWrap dt img {
    height: 21px;
    width: auto;
  }
  .aboutWrap dd {
    padding: 20px 10px;
    font-size: 11px;
    width: 360px;
  }
  .aboutWrap dd img {
    margin-bottom: 20px;
    height: 60px;
    width: auto;
  }
  /*entry*/
  .entry {
    margin: 40px auto 60px;
  }
  #step1 > .entry {
    margin: 40px auto 0;
  }
  .bg-question > .entry {
    margin: 40px auto 0;
  }
  .entryWrap {
    width: 600px;
    margin: 0 auto;
  }
  .entryBtn {
    font-size: 30px;
    padding: 5px 10px 18px;
    height: 100px;
    background: url(/doc/campaign/point_202402/assetsPoint_202402/images/ic_white.png) no-repeat top 50% right 20px/12px 20px,#E33F6D;
    z-index: 1;
}
.entryBtn.entryCompleted {
  padding: 32px 10px 10px;
}
  .entry .entryBtn span {
    font-size: 16px;
  }
  .entry .list_asterisk {
    width: 600px;
    margin: 0 auto;
    padding-top: 15px;
    text-align: center;
  }
  .entry .list_asterisk li {
    font-size: 12px;
  }
  #step2 .list_asterisk {
    padding: 0 20px;
  }
  /*エントリー履歴*/
  .entry-history {
    width: 400px;
    margin: 0 auto;
  }
  .entry-history a:hover {
		background-color: #E6E6E6;
	}
  main .entry-history p + p {
    font-size: 12px;
  }
  /*info*/
  .info {
    margin: 20px auto 35px;
    padding: 20px;
  }
  .info div::before {
    width: 18px;
    height: 18px;
    top: 1px;
    background: url(/doc/campaign/point_202402/assetsPoint_202402/images/ic_info.png) no-repeat top left/18px 18px;
  }
  /*キャンペーン参加の流れ*/
  .flow-wrap {
    padding: 60px 0;
    margin-bottom: 60px;
  }
  .flow-anker {
    margin-bottom: 40px;
    max-width: 420px;
  }
  .anker-wrap {
    width: 120px;
  }
  .anker-wrap a:hover {
    opacity: 0.9;
  }
  .anker-wrap img {
  width: 80px;
  }
  .anker-wrap p {
    font-size: 18px;
  }
  .arrow_right {
    width: 35px;
    margin-top: -25px;
  }
  .flow {
    margin: 0 auto;
    width: 950px;
  }
  .flow > section {
    margin: 0 auto;
    width: 950px;
    padding: 60px 20px;
  }
  .flow .arrow_bottom {
    margin: 20px auto;
    width: 40px;
  }
  .flow h3 {
    margin-right: -100px;
    margin-bottom: 50px;
}
  .flow h3 span {
    font-size: 20px;
    position: relative;
  }
  .flow h3 span::before {
    content: "";
    background: url(/doc/campaign/point_202402/assetsPoint_202402/images/im_step1.png) no-repeat left bottom/80px 80px;
    width: 80px;
    height: 80px;
    position: absolute;
    left: -100px;
    top: calc(50% - 40px);
  }
  .flow h3.step2 span::before {
    background: url(/doc/campaign/point_202402/assetsPoint_202402/images/im_step2.png) no-repeat left bottom/80px 80px;
  }
  .flow h3.step3 span::before {
    background: url(/doc/campaign/point_202402/assetsPoint_202402/images/im_step3.png) no-repeat left bottom/80px 80px;
  }
  .label-mark {
    font-size: 16px;
  }
  /*予約&来店 ポイントget*/
  .pointflow {
    padding: 0 0 60px 0;
  }
  .pointflow > li > section {
    margin: 0 auto;
    width: 950px;
    padding: 40px 20px;
  }
  .pointflow_arrow {
    margin: 20px auto;
    width: 40px;
  }
  .pointflow h3 {
    margin-right: -100px;
  }
  .pointflow h3 span {
    position: relative;
  }
  .pointflow h3 span::before {
    content: "";
    background: url(/doc/campaign/point_202402/assetsPoint_202402/images/im_step1.png) no-repeat left bottom/80px 80px;
    width: 80px;
    height: 80px;
    position: absolute;
    left: -100px;
    top: calc(50% - 40px);
  }
  h3.step2 span::before {
    background: url(/doc/campaign/point_202402/assetsPoint_202402/images/im_step2.png) no-repeat left bottom/80px 80px;
  }
  h3.step3 span::before {
    background: url(/doc/campaign/point_202402/assetsPoint_202402/images/im_step3.png) no-repeat left bottom/80px 80px;
  }
  img.step_img {
    margin-bottom: 0;
    margin-right: 10px;
    width: 80px;
  }
  .pointflow .entry {
    margin: 0;
  }
  .label_mark {
    margin: 30px auto 10px;
    font-size: 16px;
  }
  .labelWrap {
    margin: 0 auto 30px;
    width: 780px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .label img {
    height: 30px;
  }
  .labelWrap figure + figure {
    margin: 0 0 0 20px;
  }
  .search_h {
    font-size: 22px;
    position: relative;
    display: block;
    padding: 0 200px;
  }
  .search_h::before, .search_h::after{
    content: '';
    position: absolute;
    flex-grow: 1;
    top: 50%;
    width: 200px;
    height: 1px;
    background-color: #ccc;
  }
  .search_h::before {
    left: 0;
  }
  .search_h::after {
    right: 0;
  }
  .search_h span::before {
    background: url(/doc/campaign/point_202402/assetsPoint_202402/images/ic_search.png) no-repeat left bottom/27px 34px;
    width: 27px;
    height: 34px;
    left: -40px;
    top: calc(50% - 17px);
  }
  .pointgetWwrap {
    margin-top: 60px;
  }
  .point_sec {
    padding: 40px 20px 30px;
  }
  .point_sec p {
    font-size: 22px;
    top: -17px;
  }
  .point_sec ul {
    margin: 0 auto;
    max-width: 520px;
    justify-content: space-between;
  }
  .point_sec li {
    max-width:250px;
  }
  .pointsec_pc {
    margin-top: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
  .pointsec_pc .point_sec {
    width: 450px;
  }
  /*都道府県検索*/
  .search_sec li {
    margin-top: 40px;
  }
  .searchContainer {
    position: relative;
    padding: 0 30px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
  }
  .searchSelect {
    padding: 0.6em 2em;
    width: 690px;
    height: 70px;
    margin-bottom: 0;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 12px;
    margin-right: 10px;
  }
  .searchSelect::after {
    content: "";
    background: url(/doc/campaign/point_202402/assetsPoint_202402/images/ic_down.png) no-repeat top left/18px 10px;
    width: 19px;
    height: 10px;
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
}
  .searchBtn a {
    width: 150px;
    height: 70px;
}
  .searchBtn a:hover {
    background-color: #E56287;
  }
  .store-search a:link, .store-search a:visited {
    color: #fff;
    text-decoration: none;
}
  /*pagetop*/
    .pagetop {
    width: 60px;
    height: 60px;
  }
  .pagetop img {
    width: 60px;
    height: 60px;
  }
  .pagetop img:hover {
  opacity: 0.6;
}
  .l-pagetop img {
    width: 60px;
  }
  /*sample*/
  .sampleWrap {
    margin-top: 60px;
  }
  .sample {
    margin: 0;
    padding: 25px 15px;
    width: 450px;
  }
  .sample + .sample {
    margin: 0;
  }
  .sample_h .ex_h_01 {
    width: 230px;
  }
  .sample_h .ex_h_1050, .sample_h .ex_h_450{
    max-height: 30px;
  }
  .sample_h .ex_h_02, .ex_h_03{
    width: 300px;
  }
  .ex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
  .sample .plus, .sample .total {
    margin: 12px 0;
}
  /*美味しく安全に外食を楽しむために*/
  .bg-safety {
    margin-top: 60px;
    padding: 60px 0;
  }
  .safety_list {
    width: 720px;
  }
  .safety_list li {
    width: 220px;
    padding: 0;
  }
  .safety_list li:nth-of-type(2n) {
    margin: 0;
  }
  .safety_list li:nth-of-type(n+3) {
    margin: 0;
  }
  /*FAQ*/
  .bg-question {
    padding: 60px 0;
  }
  .question {
    margin: 0 auto;
    width: 800px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .question .labelWrap {
    width: 680px;
    height: 30px;
    display: block;
  }
  .question .labelbnrWrap img + img{
    margin: 8px 0 0 6px;
  }
  .question .label {
    margin: 0 8px 0 0;
    float: left;
  }
  .question li {
    cursor: pointer;
  }
  .question dt, .question dd {
    padding: 20px 60px;
}
  .question dt::before {
    background: url(/doc/campaign/point_202402/assetsPoint_202402/images/ic_q.png) no-repeat top left/24px 24px;
    width: 24px;
    height: 24px;
    left: 20px;
    top: calc(50% - 12px);
  }
  .question dt span::before {
    width: 2px;
    height: 18px;
    right: 28px;
    top: calc(50% - 1px);
  }
  .question dt span::after {
    width: 18px;
    height: 2px;
    right: 20px;
    top: calc(50% - 1px);
  }
  .question dd span::before {
    background: url(/doc/campaign/point_202402/assetsPoint_202402/images/ic_a.png) no-repeat top left/24px 24px;
    width: 24px;
    height: 24px;
    left: 20px;
    top: calc(50% - 10px);
}
  .bg-question .info {
    margin : 30px auto 0;
    width: 800px;
  }
  .bnr_sample_img {
    max-width: 375px;
    margin: 0 auto;
  }
  /*特典規約*/
  .overflow.inner {
    margin: 60px auto;
    font-size: 14px;
  }
  .overflow h3 {
    margin: 20px 0 12px;
    font-size: 18px;
  }
  .overflow_point_wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
  .overflow_point {
    width: 470px;
  }
  .overflow_point_wrap > div.overflow_point + div {
    margin-top: 0;
}
  .overflow_point_h {
    width: 100%;
  }
  .overflow_point_content {
    width: 100%;
    height: 210px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .table01-wrap {
    display: flex;
    justify-content: space-between;
  }
  .table01,.table02 {
    width: 470px;
  }
  .list-table {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
  /*終了対応*/
	.endText p {
	text-align: center;
}
  .fadeWrap {
  margin: 0;
  padding: 10px 0;
}
	.searchStyle {
	padding: 0.6em 2em;
	width: 700px;
	height: 70px;
	border: 1px solid #aaa;
}
  .searchStyle::after {
	right: 30px;
}
  .entrybtn {
    width: 600px;
    font-size: 3.0rem;
    padding: 5px 10px 18px;
    height: 100px;
}
  .entry .entrybtn span {
    font-size: 16px;
}

}
/* 対象のお店を探すフォーム箇所 */
.prefSelect_disp_pc_areaName{
  justify-content: center;
  width: 120px;
  padding-top: 14px;
  font-size: 14px;
  font-weight: 400;
  border-right: 1px solid rgba(0,0,0,.08);
}
.prefSelect_disp_pc_label {
  align-items: center;
  width: 104px;
  height: 48px;
  padding-left: 20px;
  font-size: 14px;
  cursor: pointer;
}
.prefSelect_disp_pc_label:hover{
  background-color: #f5f5f5;
}
.prefSelect_disp_pc_label,
.prefSelect_disp_pc_list,
.prefSelect_disp_pc_areaName,
.prefSelect_disp_pc_row{
  display: flex;
}
.prefSelect_disp_pc_list {
  flex-wrap: wrap;
  width: calc(100% - 96px);
}
.prefSelect_disp_pc {
  width: 870px;
  box-shadow: 0 8px 40px 0 rgba(0,0,0,.25);
  padding: 12px 0;
  top: 80px;
  transition: all .2s ease-out;
  position: absolute;
  z-index: 999;
  background-color: #fff;
  left: 0;
  right: 0;
  margin: auto;
}
.prefSelect_disp_pc_input{
  margin-top: 0;
}
.disabled_form{
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  border-top: none;
  padding: 0;
}
@media screen and (min-width: 768px){
  .searchContainer {
    position: relative;
  }
  .search.inner {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 870px){
  .searchContainer {
    width: 96%;
    position: relative;
  }
  .prefSelect_disp_pc {
    width: 98%;
  }
}
@media screen and (max-width: 769px){
  .searchContainer {
    width: 100%;
  }
  .prefSelect_disp_pc {
    top: 70px;
  }
}