/*基本設定*/
html,
body {
    height: 100%;
    overscroll-behavior-x: none;
}

body {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

a {
    text-decoration: none!important;
}

p {
  font-size: 0.875rem;
  font-weight: bold;
}


.container {
  max-width: 750px;
  position:relative;
}

.stampcontainer {
  overflow-x:hidden;
  padding: 1rem;
  padding-bottom: 6rem;
}

.stampcontainer p {
  margin-top: 1rem;
}

.stampimg {
  margin-top: 5rem;
}
/*基本設定ー*/

/*ヘッダー*/

.topimg {
  margin-top: -1.5rem;
}

.headerheading {
  font-size: 1.125rem;
  font-weight: bold;
}

.navbar {
  padding: 0.3rem 0;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0rem!important;
}

.menubtn {
  position: fixed;
  top: 8px;
  z-index: 3;
}

/*ヘッダー*/

/*border-*/

.border-bottom {
  margin-top: -18px;
  padding-left: 2rem;
  padding-right: 0;
}

.border-position {
  margin-top: 3.5rem;
  margin-bottom: 3rem;
}

.verticall-color {
  font-weight: bold;
}

/*border-*/

/*ハンバーガーメニュー*/

#drawer {
  display: none!important;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  width: 260px;
  z-index: 999;
}

#drawer.open {
  animation-duration:1s;
  animation-fill-mode: forwards;
  animation-name: draweropen;
  display: block!important;
  right: 0;
}

@keyframes draweropen {
0% {
 opacity: 0;
 transform: translateX(50px);
}
  50%{
    opacity: 1;
    transform: translateX(0);
  }
 100% {
 transform: translateX(-0px);
 }
}

#drawer .drawer_img {
  margin-bottom: 40px;
  max-width: 300px;
  width: 60%;
}

#drawer .nav-link {
  display: block;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 23px;
  margin: 0 auto -1px;
  max-width: 489px;
  padding-left: 45px;
}

#drawer .nav-link a {
  display: block;
  padding: 10px 0;
}

.listimg {
  display: inline-block;
  text-align: center!important;
  width: 27%;
  padding: 0.5rem;
}

.listimgsize {
  width: 35%;
}

.menutext {
  font-size: 0.750rem;
}

.menucontact {
  font-size: 9px;
}

/*ハンバーガーメニュー*/

/*フォームスクロールバー*/

.logbox::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.logbox::-webkit-scrollbar-thumb {
  width: 75%;
  height: 35%;
}

.logbox::-webkit-scrollbar-track {
  margin-left: 3rem;
  width: 88%;
}

/*フォームスクロールバー*/

/*トップページモーダル*/

.modal-header {
  border: none;
}

.modalheader-color {
  text-align: center;
  padding: 0;
}

.modalheader-color span {
  font-size: 1.7rem;
  font-weight: bold;
}

.modal-footer {
  border: none;
}

.warning-color {
  color: #D60505;
}

.textflame {
  border-radius: 20px;
  padding-bottom: 2rem;
  padding-top: 1.5rem;
}

.textparagraph {
  padding: 0;
  text-align: center;
  list-style: none;
}

.textparagraph li {
   padding-bottom: 0.5rem;
   font-size: 0.875rem;
   text-align: left;
}

/*トップページモーダル*/

/*フッター*/

.footerFloatingMenu {
  bottom: 0px;
  display: block;
  margin: 0 auto;
  max-width: 750px;
  margin-left: 0;
  padding-top: 10px;
  position: fixed;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 5;
  left: 50%;
  transform: translate(-50%, 0%);
}

.footerFloatingMenu ul {
  display: table;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
}

.footerFloatingMenu  ul li:first-child {
  border-left: none;
}

.footerFloatingMenu ul li {
  display: inline-block;
  table-layout: fixed;
}

.footerFloatingMenu ul li a {
  display: block;
  text-align: center;
}

.footerFloatingMenu img {
  margin: auto;
  text-align: center;
}

/*フッター*/

/* 見出し*/

.border-head {
  font-size: 1.125rem;
  padding-bottom: 0.5rem;
}

/* 見出し*/

/*フォーム見出し*/

.formhead h5 {
  font-size: 1rem;
}

.pr-formhead h4 {
  font-size: 1.125rem;
}

.pr-formhead h5 {
  font-size: 1rem;
}

.pr-formhead h6 {
  font-size: 1.125rem;
}

/*フォーム見出し*/

/*フォームborder-*/

.formhead h5 {
  font-weight: bold;
}

.pr-formhead h6 {
  font-weight: bold;
}

/*フォーム*/

.form-select {
  border-radius: 10px;
}

/*トップページ*/

.eventdate {
  font-size: 1.25rem;
  font-weight: bold;
}

.eventday {
  font-size: 1.5rem;
  font-weight: bold;
}

.linkbtn a {
  display: block;
  font-weight: bold;
  padding: 1em;
  text-decoration: none;
  position: relative;
  border-radius: 50px;
}

.linkbtn a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 11px;
  height: 11px;
  transform: rotate(45deg);
}

/*トップページ*/

/*マイページ*/

.applicationbtn a {
  border-radius: 50px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1;
  padding: 2rem;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

 .logoutbtn a {
  border-radius: 50px;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  margin: 0.5em;
  margin-top: 1rem;
  padding: 1.4rem 0rem;
  text-align: center;
  text-decoration: none;
  width: 98%;
 }

 .listitembtnbox {
   margin-top: 3rem;
 }

 .mypage_inner {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.mypagebtn {
  border-radius: 37px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-top: 1rem;
  padding: 16px;
  text-align: center;
  width: 47%;
  margin-left: 0.23rem;
  margin-right: 0.23rem;
}

.namefont {
  font-weight: bold;
  font-size: 1.125rem;
}

.namesmallfont {
  font-size: 0.875rem;
}

.pointcolor {
 font-size: 0.875rem;
 font-weight: bold;
 padding: 1.55rem;
}

.pointcolor span {
  font-size: 1.25rem;
}


.pointnumber {
  font-weight: bold;
  font-size: 3rem;
}

.pointtext {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 1.5rem;
}

/*マイページ*/

/*FAQ調整*/

.qaContainer dt {
  font-weight: bold;
}

.qaContainer dt,.qaContainer dd {
  font-size: 0.875rem;
  padding-left: 48px;
  padding-top: 11px;
  position: relative;
}

.qaContainer dd {
  padding-top: 0;
}

.qaContainer dt::before, .qaContainer dd::before {
  left: 0.5rem;
  position: absolute;
  top: 0.5rem;
}

.qaContainer dt:before {
  border-radius: 50%;
  content: "Q";
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  height: 29px;
  line-height: 30px;
  margin-right: 0px;
  text-align: center;
  width: 29px;
}

.qaContainer dd {
  margin: 20px 6px 25px 0px;
  padding-bottom: 1.5rem;
}

.qaContainer dd:before {
  border-radius: 50%;
  content: "A";
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  height: 29px;
  line-height: 30px;
  margin-right: 0px;
  text-align: center;
  width: 29px;
}

/*FAQ調整*/


/*プレゼントページ*/

.transitionbtn a {
  border-radius: 40px;
  display: block;
  font-weight: bold;
  padding: 1em;
  text-decoration: none;
  position: relative;
}

.transitionbtn a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}

.transitionbtn > .disabled::before {
  display: none;
}

.transitionbtn button {
  border-radius: 40px;
  display: block;
  font-weight: bold;
  padding: 1em;
  text-decoration: none;
  position: relative;
}

.transitionbtn button::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}

.lotteryimg {
  width: 77%;
}

.presentcontainer {
  overflow-x:hidden;
  padding: 1rem;
}

.presentlist {
  position: relative;
}

.presentlist img {
  margin-top: 2rem;
  padding-bottom: 9rem;
}

.presentlist>div{
  left: 36%;
  position: absolute;
  right: -4%;
  transform: translate(-29%,-133%);
}

.present_title {
  align-items: center;
  display: flex;
  font-weight: bold;
  justify-content: center;
}

.present_title:before,
.present_title:after {
  content: '';
  flex-grow: 0.4;
  height: 3px;
}

.present_title:before {
  margin-right: 20px;
}

.present_title:after {
  margin-left: 20px;
}

.presentimg {
  position: relative;
}

.warninglist {
  margin-top: 1rem;
}

.warninglist li {
  list-style: disc;
}

.warningfont {
  align-items: center;
  display: flex;
  font-weight: bold;
  justify-content: center;
}

.warningfont:before,
.warningfont:after {
  content: '';
  flex-grow: 1.4;;
  height: 3px;
}

.warningfont:before {
  margin-right: 20px;
}

.warningfont:after {
  margin-left: 20px;
}

.warningtext {
  padding-bottom: 42px;
}

.presentimgitems{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 1rem;
  padding-top: 5rem;
}

.presentimgitem{
  height: 100px;
}

.presentbox {
  margin: 2em 0;
  padding: 0.5em 1em;
}

.primg-le {
  margin-left: -1.7rem;
}

.primg-ri {
  margin-right: -2.5rem;
  margin-top: -4rem;
}

.primg-lefirst {
  margin-left: -3.7rem;
}

.primg-rifirst {
  margin-right: -1.7rem;
  margin-top: -4rem;
}

/*プレゼントページ*/

/*プレゼント応募フォーム*/

.badge-danger {
  margin-left: 0.5rem;
}

.overviewtext h2 {
  font-size: 1.125rem;
}

.overviewtext h3 {
  font-size: 1rem;
}

.overviewfont p {
  font-weight: normal;
}

.overviewline {
  font-weight: 700;
  margin: 0 0 16px;
  padding: 0 0 4px;
}

.logbox {
  height: 115px;
  overflow: auto;
  padding: 0.5em;
}

.form-group {
  margin-bottom: 1.6rem;
}

.form-group h6 {
  font-size: 1rem;
  font-weight: bold;
}

.form-control {
  border-radius: 10px;
}

.custom-select {
  border-radius: 10px;
}


#contact_form {
  margin-top: 3rem;
}

.formbtn {
  margin: auto;
  padding: 1em 7em;
}

.formborder h5 {
  padding-bottom: 3rem;
  padding-top: 0.5rem;
}

/*プレゼント応募フォーム*/

/*エントリー*/

.entryaccordion label {
  color: #333;
  padding: 10px;
  padding-left: 0;
  padding-bottom: 0;
  display: block;
  margin: 0;
  border-bottom: 1px solid #D60505;
  display: inline-block;
  margin-bottom: 0.5rem;
}


.entryaccordion input[type="checkbox"].on-off{
    display: none;
}

.entryaccordion ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}

.entryaccordion li {
    padding: 5px;
    font-size: 0.875rem;
}

.entryaccordion input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

.entryaccordion input[type="checkbox"].on-off:checked + ul{
    height: auto;
    background-color: #e5e7e9;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

.entryaccordionicon {
  font-size: 1.3rem;
}
/*エントリー*/

/*スタンプラリー概要*/

.abouttextlist {
  padding-left:25px;
  margin-top: 1.5rem;
}

.abouttextlist li {
  list-style-type: decimal;
  padding-bottom: 0.5rem;
}

.fontnormal p {
  font-weight: normal;
}

.linkzipbtn {
  border-radius: 37px;
  border-radius: 37px;
  font-size: 14px;
  font-weight: bold;
  padding: 7px;
  text-align: center;
  margin-left: 0.23rem;
  margin-right: 0.23rem;
  white-space: nowrap;
  width: 100%;
}

.pointflex {
  align-items: center;
  display: flex;
}

.pointflex img {
  width: 20%;
}

.pointflexinner {
  display: inline-block;
  margin: 0 10px;
  padding: 5px;
}

.presentlistborder {
  font-size: 1rem;
  font-weight: bold;
}

.formborder {
  font-size: 1.125rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
}

.yellowborder,.blueborder,.pinkborder,.goldborder {
  font-size: 1rem;
  font-weight: bold;
  width: 100%;
}

/*スタンプラリー概要*/

/*ポイントゲット カメラ*/

.dark-pinkcolor {
  font-weight: bold;
  font-size: 1rem;
}

.pointgettext {
  font-size: 1.125rem;
  font-weight: bold;
}

#qr-reader {
  background-color: transparent;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

#qr-target {
  background: url(/img/qr-target.svg) no-repeat center center;
  background-size: 140px 140px;
  bottom: 0;
  height: 140px;
  left: 0;
  margin: auto;
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: 0;
  width: 140px;
}

#qr-video {
  height: 100%;
  object-fit: fill;
  width: 100%;
  display: block;
}

.sharetext {
  font-size: 1rem;
}

.yellowflame {
  padding: 1rem;
}

/*ポイントゲット カメラ*/

/*スポット一覧*/

.addresstext {
  font-weight: normal!important;
}

.accessdata {
  margin-bottom: 2.5rem;
  margin-top: 2rem;
  padding-bottom: 0rem;
  padding-top: 1rem;
  position: relative;
}

.accessdata dl dt {
  clear: left;
  float: left;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.accessdata dl dd{
  margin: 4px 8px 6px 88px;
  padding: 0;
  font-size: 0.875rem;
}

.accessdata img {
  position: absolute;
  top: 76%;
  left: 75%;
}

.eatarrow:before {
  left: 51px!important;
}

.listpoint {
  font-size: 0.625rem;
}


.listgenre {
  font-size: 0.625rem;
}

.spimg-le {
  margin-left: -4.5rem;
  margin-top: -1.5rem;
}

.spimg-ri {
  margin-right: -4.4rem;
  margin-top: -4.5rem;
}

#genrecheck,#genreeat,#genrebuy {
  list-style: none;
  padding: 0;
}

#genrecheck li,#genrebuy li,#genreeat li {
  display: inline-block;
}

.eatarrow,.checkarrow {
  padding-right: 1.1rem;
}

.listpoint {
  color: #FFF!important;
  font-weight: bold;
  padding: 2px 11px;
  border: transparent;
  border-radius: 20px;
}

.listgenre {
  font-weight: bold;
  margin-left: 0.5rem;
  padding: 2px 11px;
}


label input {
  display: none;
}

label span {
  font-size: 14px;
  font-weight: bold;
  padding: 5px 4px;
  position: relative;
  margin-left: 3px;
  text-align: center;
}

#gmap {
  height: 440px;
}

.mapflame {
  margin-bottom: 2rem;
}

.mapflame iframe {
  border-radius: 16px;
  height: 500px;
}

.maplongflame iframe {
  height: 650px;
}

.mapimg-le {
  bottom: 0;
  left: 0;
  margin-bottom: -4rem;
  margin-left: 10px;
  position: absolute;
}

.mapimg-ri {
  bottom: -2.5rem;
  position: absolute;
  right: 0;
  width: 60%;
}

.pointspotlist label input:checked + span:before {
  content: '';
  height: 5px;
  left: 40px;
  position: absolute;
  top: 9px;
  transform: rotate(135deg);
  width: 5px;
}

.pointlist label {
  width: 100%;
}

.pointbox p {
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.pointbox {
  border: solid transparent;
  border-radius: 10px;
  margin-top: 2rem;
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
}

.pointlist,.pointspotlist {
  padding: 0;
  margin: auto;
}

.pointlist li,.pointspotlist li {
  display: inline-block;
}

.pointspotlist li {
  display: inline-block;
  padding-bottom: 0.7rem;
}

.pointbox img {
  position: absolute;
  right: -1rem;
  top: -2rem;
}

.pointsize span:nth-child(1n) {
  font-size: 3rem;
}

.listbox {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
}

.listbox p {
  margin-bottom: 0.5rem;
}

.recommendspot {
  padding-left: 2rem;
  text-align: center;
  width: 32%;
}

.relationbottom_border {
  border-bottom: solid 1px #835268;
  padding-bottom: 1rem;
}

.recommendspot img {
  width: 100%;
}

.searchtext {
  font-size: 0.750rem;
  padding-top: 0.4rem;
  padding-bottom: 1.2rem;
  font-weight: normal;
}

#spot-list {
  list-style: none;
  padding: 0;
}

#spot-list img {
  width: 50%;
}

#spot-list span {
  margin-left: 0;
}

.spotslidearrow:before, .eatarrow:before {
  content: '';
  height: 5px;
  left: 40px;
  position: absolute;
  top: 9px;
  transform: rotate(135deg);
  width: 5px;
}

.spotimglist p {
  padding-top: 1rem;
}

.spottext {
 font-size: 0.875rem;
}

.spotimgtable {
  display: flex;
  margin: 0;
  padding-top: 1rem;
  width: 100%;
}

.spotimgtable > div {
  margin: 0% 1.2%;
  width: 100%;
}

.spotimgtable img {
  width: 100%;
}

.spotimgtable span {
  color: #000;
}

.spotimgtable p {
   padding-top: 0.5rem;
}

.spotbox span {
  font-size: 0.625rem!important;
}

.text_content {
  display: inline-block;
}

.spotitem img{
  float: left;
}

.spotitem .title{
  font-weight: bold;
  margin-top: 0.5rem;
}

.spotitem li a:after{
  clear: both;
  content: "";
  display: block;
}

.spotitem .spotlistimg {
  height: auto;
  margin-right: 7px;
  width: 41%;
}

.spotitem .spotlistimg img {
    vertical-align: top;
}

.spotitem ul,ol,li{
  line-height: 1.4;
  margin: 0;
  margin-bottom: 1px;
}

.spotitem li a{
  text-decoration: none;
}

.spotitem li {
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

.spotitem img{
  margin-right: 1rem;
}

.spotdatatext p {
  font-size: 1.125rem!important;
}

.spotborder {
  margin: 1px;
}

.spotitemsize span {
  font-size: 0.875rem!important;
}

.spotfont p {
  font-size: 0.875rem;
  font-weight: normal;
}


/*スポット一覧*/

/*プレゼント応募履歴*/

.pointdata {
  text-align: left;
  width: 100%;
}
.pointdata span {
  font-size: 0.875rem;
}

.pointdata div {
  display:flex;
  justify-content:flex-start;
  justify-content:space-between;
  margin-top: 1rem;
  padding-bottom: 1rem
}

.pointdata div dt dd {
  display: inline-block;
  min-width:9em;
}

.pointdata div dt {
  width: 67%;
}

.pointdata dd {
  font-weight: bold;
  margin:0;
  padding-top: 1.7rem;
  font-size: 1rem;
}

/*プレゼント応募履歴*/

/*ポイントゲット*/

.shareimg {
  display: flex;
  justify-content: center;
}

.shareimg img {
  margin: 0.5rem;
  width: 12%;
}

/*ポイントゲット*/

/*アラートエラー*/

.alerttext {
  font-size: 0.875rem;
  padding: 1rem;
}

/*アラートエラー*/

/*ページネーション*/

.pagination {
  display: block;
}

.pre,.next {
  background-color: transparent!important;
  vertical-align: super;
}

.pager .pagination {
  margin-top: 3rem;
  text-align: center;
}

.pager .pagination li {
  display: inline-block;
  height: 5px;
  margin: 0 1px;
  padding: 25px 0px 7px;
  position: relative;
  text-align: center;
  width: 32px;
}


.pager .pagination li a{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display:table;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 0;
  transition: all  0.3s ease;
  vertical-align: middle;
  width: 100%;
}

.pager .pagination li a span{
  display:table-cell;
  font-size: 0.875rem;
  vertical-align:middle;
}

/*ページネーション*/
