@charset "UTF-8";
@import "reset.css";

/* layout
------------------------------------------------------ */
a {color: #de0000;}
a:hover {
	opacity: 0.8;
	text-decoration: none;
}

div.pcHead,div.pcFoot,div.pcGnav{display:block;}
div.spHead,div.spFoot,div.spGnav{display:none;}
.pc{display: block;}
.sp{display: none;}


.bold {
  font-weight: bold;
}
.txtRed {
	color: #dd0000;
}
.mt15 {
	margin-top: 15px;
}

.clearfix:after  {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}


.wrap {
	width: 100%;
	margin:30px auto 50px;
	font-family: Helvetica,Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.4;
}

/* select　装飾リセット*/
/*
select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

select::-ms-expand {
  display: none;
}



/* coupon
------------------------------------------------------ */

.coupon_kv{
    width: 100%;
    display: block;
    margin: 0px auto;
    text-align: center;
}

    .coupon_kv img{
        width: 100%;
        height: auto;
        display: block;
        margin: 0px auto;
    }

.coupon_block{
    width: 90%;
    display: block;
    margin: 0px auto;
    padding: 30px 0px;
}

    .coupon_block img{
        width: 100%;
        height: auto;
    }

.coupon_tit{
    display: block;
    margin: 0px auto;
    padding: 0px 0px 20px;
}

.coupon_subtit_top{
    display: block;
    margin: 0px auto;
    padding: 0px 0px 15px;
}



.coupon_subtit{
    display: block;
    margin: 0px auto;
    padding: 0px 0px 15px;
}

/*
.coupon_select{
    width: 100%;
    display: block;
    margin: 0px auto;
    padding: 10px 0px;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    position: relative;
    border: 2px solid #D80A1E;
    border-radius: 10px;
    background: url("../img/cp/coupon_select.png") no-repeat center right #FFF;
    cursor: pointer;
        
}

.coupon_select_txt {
  position: absolute;
  text-align: center;
  padding: 10px 0px;
  width: 100%;
  z-index: 1;
}

/*
select.coupon_select_menu {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  cursor: pointer;
  width: 100%;
  border: none;
  padding: 10px 0px;
  opacity: 0;
  position: relative;
  z-index: 2;
}


select.coupon_select_menu::-ms-expand {
  display: none; 
}


select.coupon_select_menu:focus {
  z-index: -1;
  opacity: 1;
}
*/




.coupon_arrow{
    width: 116px;
    display: block;
    margin: 0px auto;
    padding: 30px 0px;
}

.coupon_choice_box{
    display: block;
    margin: 0px auto 30px;
    padding: 10px;
    border: 2px solid #D80A1E;
    border-radius: 10px;
}

.coupon_choice_tit{
    font-size: 24px;
    text-align: center;
    display: block;
    margin: 0px auto;
/*
    background: url("../img/cp/coupon_open.png") no-repeat center right #FFF;
*/
}

    .coupon_choice_tit.open{
        background: url("../img/cp/coupon_close.png") no-repeat center right #FFF;
    }

    .choice_prefecture .coupon_choice_tit .show{
        background: url("../img/cp/coupon_open.png") no-repeat center right #FFF;
    }
    .choice_prefecture .coupon_choice_tit .hide{
        background: url("../img/cp/coupon_close.png") no-repeat center right #FFF;
    }

.chain_choice_inner{
    max-height: 0;
    padding: 0 10px;
    overflow: hidden;
    transition: max-height 0.5s linear;
}

.chain_choice_inner.open{
    max-height: 3600px;
}

.coupon_choice_txt{
    display: block;
    margin: 0px auto;
    padding: 10px 0px;
}

.coupon_choice_shop{
    display: block;
    padding-top: 20px;
}

.coupon_choice_shop li{
    width: 32%;
    display: inline-block;
    vertical-align: top;
    margin-right:2%;
    font-size:12px;
    text-align: center;
    padding-bottom: 10px;
}

    .coupon_choice_shop li:nth-child(3n){
        margin-right:0;
    }



.coupon_choice_img{
    display: block;
    padding-bottom: 5px;
    position: relative;
}

    .coupon_choice_img img{
        border: 1px solid #333;
        border-radius: 15px;
    }

    .coupon_choice_img::after{
        content: "";
        width: 30px;
        height: 30px;
        display: block;
        background: url("../img/cp/coupon_off.png") no-repeat 0 0;
        background-size: cover;
        left: -5px;
        top: -5px;
        position: absolute;
    }
    .coupon_choice_img.select::after{
        background: url("../img/cp/coupon_on.png") no-repeat 0 0;
        background-size: cover;
    }


.coupon_btn_txt{
    display: block;
    margin: 0px auto;
    padding: 15px 0px;
}









.coupon_caution{
    width: 90%;
    display: block;
    margin: 0px auto;
    text-align: center;
    background: #FFF;
    border-radius: 10px;
    padding: 10px;
}

    .coupon_caution_tit{
        width: auto;
        display: table;
        margin: 0px auto;
        text-align: center;
        color: #C8161E;
        background: url("../img/sp/coupon_icon.png") no-repeat left center;
        height: 45px;
        line-height: 45px;
        padding-left: 55px;
        font-size: 20px;
    }

    .coupon_caution_txt{
        display: block;
        margin: 0px auto;
        padding: 10px 0px;
    }

    .coupon_caution_btn{
        display: block;
        margin: 0px auto;
    }

        .coupon_caution_btn img{
            width: 100%;
            height: auto;
            display: block;
        }

        .coupon_caution_btn ul{
            width: 100%;
            display: table;
        }

        .coupon_caution_btn li{
            width: 50%;
            display: table-cell;
            vertical-align: middle;
            padding-right: 1%;
        }

        .coupon_caution_btn li:last-child{
            padding-right: 0%;
            padding-left: 1%;
        }



.coupon_after_btn{
    display: block;
    margin: 0px auto;
    padding: 0px 0px 20px;
}

#idLoading {
	display: table;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: 0.8;
	z-index: 5;
}

#idLoading .loadingMsg {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-top: 140px;
	background: url("../img/cp/loading.gif") center center no-repeat;
	z-index: 5;
}

.select_chain_warning {
	display: block;
	margin: 0px auto;
	font-size: 15px;
	color: #BA0017;
	padding: 0px 0px 20px;
}
