@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;800&display=swap');

html{ height: 100%; }
body{ font-family: 'Noto Sans JP', sans-serif; font-weight: 400;   background: #ebebeb; min-height: 100vh; box-sizing: border-box; }

.btn01{ font-family: 'Noto Sans JP', sans-serif;font-weight: 700; }
.btn01::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8%;
  width: 11px;
  height: 11px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(45deg);
}

.btn02{ font-family: 'Noto Sans JP', sans-serif; font-weight: 700; color: #999;}
.btn02::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8%;
  width: 11px;
  height: 11px;
  border-top: 3px solid #999;
  border-right: 3px solid #999;
  transform: rotate(225deg);
}

.btn03{ font-family: 'Noto Sans JP', sans-serif;font-weight: 700; color: #999; }
.btn03::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8%;
  width: 11px;
  height: 11px;
  border-top: 3px solid #999;
  border-right: 3px solid #999;
  transform: rotate(45deg);
}

.btn04{ font-family: 'Noto Sans JP', sans-serif;font-weight: 700; }
.btn04::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8%;
  width: 11px;
  height: 11px;
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  transform: rotate(45deg);
}

.btn05{ font-family: 'Noto Sans JP', sans-serif;font-weight: 700; background: #999 !important; color: #fff; }

/* header */
header{
  font-size: 0;
  line-height: 0;
  padding:13px 4% 0;
  border-bottom: 1px solid #c9c9c9;
  background: #FFF;
}
.logo{
  width: 50%;
  max-width: 180px;
  height: auto;
}
@media screen and (min-width: 1024px){
.navbar {
    display: block;
}
}
/* XEBIO */
.xebio header{
  padding: 8px 4% 0;
}
.xebio header .logo{
  width: 33%;
  max-width: 120px;
  height: auto;
}
/* Victoria GOLF */
.vg header{
  padding: 8px 4% 0;
}
.vg header .logo{
  width: 33%;
  max-width: 120px;
  height: auto;
}
/* PGA */
.pga header{
  padding: 9px 4% 0;
}
.pga header .logo{
  width: 38%;
  max-width: 138px;
  height: auto;
}
/* Double Eagle */
.de header{
  padding: 9px 4% 0;
}
.de header .logo{
  width: 37%;
  max-width: 133px;
  height: auto;
}
/* festival golf */
.fg header{
  padding: 9px 4% 0;
}
.fg header .logo{
  width: 44%;
  max-width: 158px;
  height: auto;
}
/* nexgen */
.nexgen header{
  padding:15px 4% 0;
}
.nexgen header .logo{
  width: 44%;
  max-width: 158px;
  height: auto;
}
/* sports point */
.sportspoint header{
  padding:6px 4% 0;
}
.sportspoint header .logo{
  width: 39%;
  max-width: 140px;
  height: auto;
}



/* main */
main{
  padding: 30px 4%;
}
main h2{
  margin-bottom: 20px !important;
}
main .leadtxt{
  margin-bottom: 20px !important;
}

.btnbox01{ padding:20px 0 0 0; margin: 0 0 10px 0; }
.btnbox02{ padding:0 0 0 0; margin: 0 0 0 0; }
.btnbox03{ padding:0 0 0 0; margin: 0 0 10px 0; }

.list{ margin-bottom: 5px !important; }
.list .list-item.finish{ background: #DDD; position: relative; border-bottom: 1px solid #bbb; }
.list .list-item.finish a{ opacity: 0.5; }
.list .list-item.finish::before{ 
  content: '';
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0;
  right: 0%;
  width: 100%;
  height: 100%;
  background: url(../images/list_used.png) no-repeat center center;
  background-size: auto 50px;
  z-index: 5000;
}


.listtxt01{ margin-bottom: 5px !important; padding:4px 0 0 0; line-height: 1.3;}
.listtxt02{ padding:0 0 4px 0; color: #999; }
.listtxt02 + span{ margin:0 0 7px 0; }
.couponinfo{ margin-bottom: 18px !important; padding:0 0 0 0; line-height: 1.4;}

.cbox01{ font-size: 0; line-height: 0; margin: 0 0 20px 0; background: #FFF; }
.cbox01 img{ width: 100%; }
.cbox01.finish{ position: relative; }
.cbox01.finish img{ opacity: 0.2; }
.cbox01.finish::before{ 
  content: '';
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0;
  right: 0%;
  width: 100%;
  height: 100%;
  background: url(../images/cover_used.png) no-repeat center center;
  background-size: 80% auto;
}

.modal-content {
  width: 92%;
}
.modal-content h3{
  width: 100%;
  line-height: 1.5;
}
.modal-close {
  background: 0 0;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}


/* footer */
footer{
  background: #FFF;
  padding: 1rem 1.5rem 1rem;
  font-size: 10px;
}



/* 20240726 追加 */
#contents_header{
  padding: 30px 4% 30px;
}
#contents_header h2{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px !important;
}
#contents_header p{
  margin-top: 15px !important;
}
#contents_header + h3{
  padding: 10px 4% 10px;
  background: #0c4191;
  color: #FFF;
}
h4.num_midashi{
  display: table;
  width: 100%;
  margin:0 0 15px 0; 
}
h4.num_midashi p{
  display: table-cell;
  vertical-align: top;
  padding:2px 0 0 0; 
}
h4.num_midashi p span{
  display: inline-block;
  background: #0c4191;
  color: #FFF;
  width: 27px;
  height: 27px;
  line-height: 25px;
  text-align: center;
}
h4.num_midashi div{
  display: table-cell;
  font-weight: bold;
  font-size: 16px;
  color: #0c4191;
  padding: 0 0 0 10px; 
} 
.confirm_img01{
  font-size: 0;
  line-height: 0;
  margin: 0 auto 40px;
  text-align: center;
  width: 94%;
}
.confirm_img01 img{
  width:100%;
}



