
/*top title*/
.coupon_cpn_head {
  padding: 0 !important;
}
.coupon_cpn_head:after {
  background: none !important;
  height: 100% !important;
}
.coupon_cpn_top {
  width: 100%;
  height: 450px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  background-image: url(https://www.img-ikyu.com/contents/dg/special/2026/coupon_cpn/image/topbg.jpg?auto=compress,format&lossless=0&fit=crop&w=2000&h=600&q=75&fp-y=0.5);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  text-align: center;
}
.coupon_cpn_top .mainttl{
      width: 780px;
    height: 80%;
    text-indent: -9999px;
    background: url(https://www.img-ikyu.com/contents/dg/special/2026/coupon_cpn/image/top02.png?auto=compress,format&lossless=0&q=90) no-repeat;
    background-size: 100% auto;
}

/*main*/
.catch {
  width: 100%;
  margin: 0 0 30px;
  padding: 30px 0;
  background: #faf9f7;
}

.catch p {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
  color: #333;
}

.catch p span {
  color: #ff6600;
}

/* クーポン */
.coupon_block {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  margin: 60px auto;
}
.coupon_block .coupon_list{
width: calc(100% / 4 - 1%);
}

ul.coupon_list li{
	list-style:none;
position: relative;
    padding: 7% 5%;
    background: #fff;
    border: solid 1px #957c14;
}

ul.coupon_list li a{
	display:block;
	text-decoration:none;
color: #958219;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.05rem;
}

ul.coupon_list li a .ft_b{
display: inline-block;
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0;
}


ul.coupon_list li a span{
display: block;
    font-size: 14px;
    margin-bottom: 10px;
}

ul.coupon_list li a span.coupon_button{
    background-image: linear-gradient(45deg, #907600, #a89300);
 padding: 10px 0px;
    color: #faf7de;
    border-radius: 3px;
    font-size: 16px;
    width: 100%;
    margin: 0 auto;
}

ul.coupon_list li a:hover{
	opacity: 0.8 ;
}



ul.coupon_list li.coupon_kanbai::after {
    margin: 0 auto;
    content: "";
    position: absolute;
   top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
}

ul.coupon_list li.coupon_kanbai .sold{
  color: #fff;
    position: absolute;
    z-index: 1;
    top: 40%;
    right: 0;
    left: 0;
    font-size: 17px;
    letter-spacing: 0.1rem;
}
.catch {
  width: 100%;
  margin: 0 0 30px;
  padding: 30px 0;
  background: #faf9f7;
}

.catch p {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
  color: #333;
}

.catch p span {
  color: #ff6600;
}

.period {
  display: inline-block;
  margin: 10px auto 0;
  padding: 5px 20px;
  border: 1px solid #1a4473;
  font-size: 12px;
}

.middle_block{
  margin:50px 0 0;
}

.campaign_detail_box {
  
  width: 1000px;
  margin: 0 auto;
  padding: 30px 90px;
  box-sizing: border-box;
}

.campaign_detail_text {
  text-align: left;
      list-style: disc;
}
.campaign_detail_text b {
  font-size: 18px;
  font-weight: bold;
}
.campaign_detail_text b span,
.point_date span{
  font-size: 18px;
  font-weight: bold;
  color: #FF4D4D;
}
.campaign_detail_text li {
  font-size: 16px;
  line-height: 2.0;
}

.campaign_detail_text.regist
{font-size: 16px;
  text-align: center;
}

 .campaign_detail_text.regist b{
  text-align: center!important;
   margin: 0 auto;
    font-size: 20px;
    font-weight: 600;
  line-height: 2.0;
}

.campaign_detail_text a{
  color: #008dde;
  text-decoration: underline;
}

.detail_info{
  border: solid 1px #f2f2f2;
  padding:15px;
  box-sizing: border-box;
  font-size:12px;
  text-align: left;
  margin:0 auto;
  line-height:25px;
}

.detail_info b{
  font-size: 14px;
  font-weight: bold;
  margin:5px 0;
  text-align: center;
}

.detail_info span.detail_info_table{
  display: block;
  font-size: 13px;
  font-weight: bold;
}

.point_graph {
  width: 1000px;
  margin: 20px auto;
}

.point_graph_title {
  text-align:center;
  padding: 0 20px;
  font-size:20px;
  font-weight:600;
  margin-top:-20px;
}

.point_graph_text {
  text-align:left;
  padding: 10px;
  margin-bottom: 50px;
}

.point_graph_text_sample{
  border:solid #f2f2f2 1px;
  padding:15px;
}

.graph_pc {
  display: block;
  margin-bottom: 30px;
}


.midashi_title {
  display: block;
  position: relative;
  width: 1000px;
  padding: 1.5rem 1rem;
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 28px;
  margin:0 auto 20px;
}
.midashi_title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #ccc, #ccc 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #ccc, #ccc 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.howtouse{
width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
  box-sizing: border-box;
}
.howtouse ul{
display: flex;
justify-content: space-between;
}

.howtouse ul li{
display: flex;
flex-direction: column;
width: calc(100% / 3 - 3%);
background: #eee;
padding: 3% 5%;
}
.howtouse ul li img{
width: 100%;
height: auto;
object-fit: cover;
margin-bottom: 5%;
}
.howtouse ul li .step{
width: 100%;
text-align: center;
font-weight: 500;
font-size: 24px;
margin-bottom: 15px;

}
.howtouse ul li .h_img{
width: 100%;
height: 80px;
}

.howtouse ul li .h_img img{
width: auto;
height: 100%;
margin: 0 auto;
object-fit: cover;
}

.howtouse ul li .h_txt{
width: 100%;
text-align: center;
    font-weight: 500;
    font-size: 17px;
    margin-top: 10px;
}


.sale_title a{
  text-decoration: underline;
  color: #008dde;
}


.point_date{ 
  background: #F2F2F2;
  padding: 15px;
  font-size: 14px;
  margin:30px 0 20px;
  border-radius: 7px;
}

.howto {
  width: 1000px;
  margin: 0 auto 100px;
}


.howto_box {
  display: flex;
  justify-content: space-between;
  width: 1000px;
}

.howto_box_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 480px;
  margin: 50px auto 0;
  padding: 60px 20px 20px;
  border: 1px solid #dedede;
  border-radius: 5px;
  box-sizing: border-box;
}
.howto_box_inner b {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom:20px;
}
.howto_box_inner p {
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
}
.howto_box_inner p span{
  display: block;
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.7;
  text-align: left;
}
.circle {
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  background-color: #008dde;
  border-radius: 120px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 12px;
  margin: -50px auto 30px;
  padding: 20px 0 0;
  color: #fff;
}
.number {
  font-size: 42px;
  font-weight: bold;
}
.info {
  width: 1000px;
  margin: 30px auto 60px;
  text-align: left;
  color: #484848;
}

.info dt {
  font-size: 15px;
  margin: 20px 0 5px;
}

.info dd {
  margin: 0 0 2px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 13px;
  line-height: 1.8;
}

.info dd span {
  display: block;
  font-size: 15px;
}

.info ul {
  margin: 10px 0 0 1em;
}

.info li.info_list {
  margin-left: 1em;
}

.blue_info {
  text-align: left;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #008dde;
  margin: 20px 0;
  padding: 20px 30px;
  font-size: 14px;
  color: #008dde;
}


a.search_btn {
  display: inline-block;
  width: 70%;
  margin: 30px auto;
  padding: 20px 0;
  background: linear-gradient(45deg, #006198 0, #0085d1 100%);
  border-radius: 10px;
  color: #fff;
  font-size: 22px;
}
a.search_btn.orange {
  display: inline-block;
  width: 70%;
  margin: 30px auto;
  padding: 20px 0;
  background: #00b900;
  border-radius: 10px;
  color: #fff;
  font-size: 22px;
}


a:link.search_btn {
  color: #fff;
}

a.search_btn_bottom {
  display: inline-block;
  width: 420px;
  margin: 10px auto;
  padding: 14px 0;
  background: linear-gradient(45deg, #006198 0, #0085d1 100%);
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
}

.search_btn_off {
  display: inline-block;
  width: 420px;
  margin: 10px auto;
  padding: 14px 0;
  background: linear-gradient(45deg, #787374 0, #a3a3a3 100%);
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
}

.sale_title{
  font-size:20px;
  margin:20px auto;
}

/* table */
.tableContent{
    width: 1000px;
    box-sizing: border-box;
}

.tableContent_td{
  border:solid 1px #e0e0e0;
  padding:15px;
  font-size:16px;
}

.tableContent_td_month{
  width:260px;
  font-weight: bold;
  font-size:18px;
}

.tableContent_td_border{
  border:none;
}

.small{
  font-size:13px;
}

.highlight{
  background:#008dde;
  color:#fff;
}

.point_highlight{
  font-weight: bold;
  font-size:17px;
  color:#FF4D4D;
}

.hotelListBlock {
  width: 990px;
  margin: 40px auto;
}

.hotelList {
  margin: 0 auto 40px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.hotelListBlock p {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.hotelList_item {
  line-height: 1.5;
  margin: 10px;
  width: calc(26% - 80px);
  height: 170px;
}

.hotelList_item img {
  height: 120px;
  max-width: 100%;
  object-fit: cover;
}

.hotelList_item_link {
  display: block;
  font-weight: bold;
  margin: 6px 0;
  font-size: 0.9rem;
  flex: 1;
  position: relative;
}

.bottom_link{
  width: 1000px;
  margin:0 auto;
  padding:0;
  text-align: center;
}
.linkSection {
    width: 1000px;
    padding: 40px 40px 50px;
    text-align: center;
    margin: 60px auto 40px;
  
}

.linkSection p{
font-size: 20px;
    text-align: center;
    margin: 0 auto 20px;
}