﻿/* waribiki coupon page*/
/*　Common  */
#all_contents{
    width: 100%;
    padding:0 0 25px 0;
    font-size: 15px;
    line-height: 1.7;
}


h3{
    display: block;
    position: relative;
    margin: 2em 0 1em;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    padding: 5px 0 5px 20px;
}
h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
    width: 6px;
    height: 100%;
    background: #70bfec;
}
h4{
    display: block;
    position: relative;
    margin: 0 0 0.5em;
    padding: 5px 0 5px 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}
p a , li a ,
p a:visited , li a:visited {
    color: #008dde;
}
p a:hover , li a:hover {
    text-decoration: underline;  
}
section{
    margin: 2em 0 4em;
}
.kome{
    display: inline-block;
    font-size: 12px;
    color: #666;
    font-weight: normal;
    vertical-align: top;
}
.kome_text{
    display: inline-block;
    font-size: 12px;
    color: #666;
}
.bm30{
    margin-bottom:30px;
}
.bm50{
    margin-bottom:50px;
}
.tp30{
    margin-top:30px;
}
.red_text {
    color: #ff4d4d;
}
/*　header  */
.wc-head{
    width: 100%;
    padding: 25px 0;
    background-image: url(https://www.img-ikyu.com/contents/help/howto/image/bg_coupon.png?auto=compress,format&lossless=0) ;
    background-repeat: no-repeat;
    background-position-x: 80%;
}
.wc-head .title{
    margin: 0 0 20px 0;
    font-size: 42px;
    font-size: 40px;
    color: #333;
}
.wc-head p.about {
    color: #333;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}
.wc-head a{
    color:#333; 
    text-decoration:underline;
}
.wc-head a:hover{
    opacity: 0.6;
}
.example {
    padding: 0;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    color: #333;
}
/*　contents start*/
.coupon_contents_wrapper{
    width: 1000px;
    margin: 0 auto;
    text-align: left;
}

/* tab */
.tab-list {
    width: 1000px;
    margin: 2em auto 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #008dde;
    text-align: center;
  }
.tab-list li {
    display: inline;
    width: 100%;
    margin-right: 15px;
}
.tab-list li:last-child {
    margin-right: 0;  
}
.tab-list.tab2 li {
    min-width: 49%;
}
.tab-list li a {
    display: inline-block;
    width: 100%;
    padding: 10px;
    border: 1px solid #008dde;
    border-bottom: none;
    color: #008dde;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
}
.tab-list li a:hover {
    background: #008dde;
    color: #fff;
    transition: 0.3s ;
}
.tab-list li a.active {
    background: #008dde;
    color: #fff;
    font-weight: bold;
}
/* tab ends */
.howto_description{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.howto_left{
    width: 70px;
}
.howto_right{
    width: 910px;
    margin: 20px 0 0 20px;
    font-size: 15px;
    text-align: left;
}
.circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    font-size: 38px;
    color: #fff;
    background-color: #008DDE;
    text-align: center;
}
.circle p {
    position: relative;
    top:50%;
    transform: translateY(-50%);
    margin: 0;
}
.red{
    color:#c20404;
}

/* goto */
.goto_headline {
    font-size: 20px;
    font-weight: bold;
    margin: 1em 0 0.5em;
}
.goto_headline2 {
    font-size: 16px;
    font-weight: bold;
    margin: 1em 0 0.5em;
}
.ikyu_icon ,.hotel_icon{
    display: inline-block;
    margin-right: 10px;
    vertical-align: sub;
    fill: #666;
}
.kajougaki{
    display: block;
}
.kajougaki:before{
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 13px;
    margin-right: 5px;
    background-color: #33a2e2;
}
.goto_example_img{
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 100px;
}
.balloon3_wrapper{
    position: absolute;
    top: -127px;
    left: 349px;
}
.balloon3-right-btm {
    position: relative;
    display: inline-block;
    padding: 10px 0;
    width: 261px;
    text-align: center;
    color: #505050;
    font-size: 14px;
    background: #eff7ff;
    box-sizing: border-box;
    border-radius: 10px;
  }
  
  .balloon3-right-btm:before {
    content: "";
    position: absolute;
    bottom: -28px;
    left: -4px;
    margin-top: -15px;
    border: 22px solid transparent;
    border-left: 43px solid #eff7ff;
    z-index: 0;
    -webkit-transform: rotate(122deg);
    transform: rotate(122deg);
  }
.ikyu_section{
    width: 190px;
    height: 244px;
    margin: 0 10px;
    padding: 10px;
    background-color: #EFF7FF;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    text-align: center;
    border: 2px solid #8bc8ea;
}
.hotel_section{
    width: 190px;
    height: 244px;
    margin: 0 10px;
    padding: 10px;
    background-color: #fff2f2;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    text-align: center;
    border: 2px solid #f1b4b4;
}
.ikyu_icon2{
    display: block;
    width: 90px;
    margin: 0 auto 10px;
}
.hotel_icon2{
    display: block;
    width: 30px;
    margin: 0 auto 10px;
}
.shop_icon2{
    display: block;
    width: 40px;
    margin: 0 auto 10px;
}
.goto_where{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 10px;
    margin: 10px auto;
    font-size: 13px;
}
.goto_yajirushi_right{
    display: block;
    width: 31px;
    height: 31px;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}
.goto_yajirushi_bottom{
    display: block;
    font-size: 25px;
    font-weight: bold;
}
.goto_example_money{
    font-size: 17px;
    color: #FF4D4D;
    font-weight: bold;
    line-height: 1.4;
}
.image_graph{
    width: 100%;
    display: flex;
    margin-top: 12px;
}
.yoyakuji{
    position: relative;
    width: 57%;
    margin-left: -33px;
    padding: 5px 5px 5px 42px;
    background: #8bc8ea;
    font-size: 20px;
    color: white;
    text-align: center;
    line-height: 1.3;
    z-index:-1;
}
.yoyakuji:before {
    position: absolute;
    content: '';
    left: -2px;
    top: -2px;
    border: none;
    border-left: solid 40px white;
    border-bottom: solid 79px transparent;
    z-index:-2
}
.shukuhakuji{
    position: relative;
    width: 50%;
    margin-left: -33px;
    padding: 5px 5px 5px 42px;
    background: #f1b4b4;
    font-size: 20px;
    color: white;
    text-align: center;
    line-height: 1.3;
    z-index:-1;
}
.shukuhakuji:after {
    position: absolute;
    content: '';
    right: -3px;
    top: -7px;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 40px transparent;
    border-bottom: solid 79px white;
    z-index: -1;
} 
.underline{
    text-decoration: underline;
    color: #ff4d4d;
    font-weight: bold;
}
.goto_howto_img_box{
    width: 870px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.goto_howto_img_login {
    padding: 10px;
    width: 450px;
    border-radius: 10px;
    border: 2px solid #333;
    display: flex;
    flex-direction: column;
    /* margin: 0 auto; */
    justify-content: center;
    text-align: center;
}
.goto_howto_img{
    margin: 10px 0 0 0;
}
.goto_note{
    font-size: 13px;
    text-align: 1.6;

}
/* goto 注意事項 */
.goto_condition_headline {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 0.5em;
    color: #333333;
    margin-top: 1em;
}
.goto_condition_box{
    margin: 20px 0 0;
}
.goto_condition_title {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 0;
    padding: 0;
}
.goto_condition_title2 {
    font-size: 15px;
    margin: 10px 0 5px;
    padding: 0;
}
.goto_list{
    list-style: circle inside;
    margin-left: 15px;
    margin-bottom: 10px;
    font-size: 14px;
}
.goto_list2{
    list-style: square inside;
    margin-left: 15px;
    font-size: 14px;
}
.goto_list3{
    list-style: disc inside;
    margin-left: 10px;
    font-size: 14px;
}
.goto_list4{
    list-style: circle inside;
    list-style-position: outside;
    margin-left: 40px;
    font-size: 15px;
}
.text_link{
    color: #008DDE !important;
}
/* wc-chui */
.wc-chui_wrapper{
    width: 100%;
    margin-top: 50px;
    padding: 2em 0;
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding-bottom: 40px;
    background: #f6f6f6;
    font-size: 13px;
    line-height: 1.7;
}
.wc-chui_box{
    width: 900px;
    margin: 0 auto;
}
h3.wc-chui_title{
    font-size: 16px;
    margin: 0 0 10px;
    padding: 0;
    font-weight: bold;
}
h3.wc-chui_title:before {
    display: none;
}
.wc-number img{
    display: block;
    width:150px; 
    height:150px;
}

.kiyaku{
    width: 1000px;
    font-size: 12px;
    margin: 50px 0 30px 0;
}

.couponUseLeadText {
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: bold;
}
.couponUse {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 10px 0 30px;
}
.couponUseText {
    width: 440px;
    font-size: 15px;
}
.couponUseText2 {
    font-size: 15px;
}
.couponUseeTextList {
    margin: -10px 0 25px 0;
}
.couponUseeTextList li {
    margin-bottom: 3px;
    padding-left: 1.5em; 
    text-indent: -.8em;
}
.couponUseeTextList li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin-right: 5px;
    background-color: #219be2;
}
.couponUseeTextList li:last-child::before {
    display: none;
}
.couponUseeTextList2 {
    display: block;
    margin-top: 8px;
}
.couponUseStep {
    display: inline-block;
    padding-right: 8px;
    margin-bottom: 15px;;
    background-color: #eff7ff;
    border: 1px solid #008dde;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    color: #008dde;
}
.couponUseStepNumber {
    display: inline-block;
    margin-right: 8px;
    padding: 0 7px;
    background-color: #008dde;
    border-right: 1.5px dotted #eff7ff;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
.couponUseText p, .couponUseText2 p {
    margin: 0 0 20px;
}
.couponUseTextYellow {
    color: #efaf00;
}
.couponUseTextSmall {
    display: block;
    margin-top: 8px;
    font-size: 13px;
}
.couponTiming {
    display: flex;
    flex-wrap: wrap;
    width: 420px;
    margin: 5px 0 0;
    font-size: 12px;
}
.couponTiming dt {
    width: 55%;
    padding: 5px 10px;
    background-color: #70bfec;
    border-bottom: 1px solid #fff;
    color: #fff;
    position: relative;
    box-sizing: border-box;
}
.couponTiming dt:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: calc(50% - 15px);
    right: -10px;
    border-left: 10px solid #70bfec;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
.couponTiming dd {
    width: 45%;
    margin: 0;
    padding: 5px 10px 5px 28px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    font-weight: bold;
}
.couponUseImg {
    width: 540px;
    margin-bottom: 15px;
}
.couponUseImg img {
    width: 100%;;
}
.goto_areacoupon_notice {
    margin: 0 0 5px;
}
.goto_areacoupon_noticeList {
    margin: 0 0 35px 1em;
    font-size: 13px;
}
.goto_areacoupon_noticeList li:last-child {
    color: #ff4d4d;
}
.couponType {
    text-indent: -18px;
    padding: 0 0 0 18px;
}
.couponType strong {
    font-size: 17px;
}
.couponType::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 13px;
    margin-right: 5px;
    background-color: #219be2;
}
.couponTypeSmallText {
    display: block;
    margin: 10px 0 0 18px;
    font-size: 13px;
}
.couponType_date {
    display: inline-block;
    margin: 0 0 15px;
    padding: 20px 40px 20px 30px;
    background-color: #fff2f2;
}
.couponType_date li {
    padding: 5px 0;
}
.couponType_date li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin-right: 5px;
    background-color: #ff4d4d;
}
.couponType_img {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}
.couponType_img li {
    width: 490px;
}
.couponType_img li img {
    width: 100%;
}
.step_title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 6px 20px 4px 15px;
    background-color: #eff7ff;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
}
.step_title::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background: url(https://www.img-ikyu.com/contents/help/howto/image/icon_info.png) no-repeat left bottom;
    background-size: 15px;
}

/* 地域共通クーポン　紙／電子切り替え */
.tabs {
    width: 1000px;
    margin: 25px auto 0;
}
.tab_item {
    width: calc(100%/2);
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    border: 1px solid #008dde;
    font-size: 16px;
    text-align: center;
    color: #333333;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    cursor: pointer;
    box-sizing: border-box;
}
.tab_item:hover {
    background-color: #008dde;
    color: #fff;
}
.tab_item.paper {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.tab_item.denshi {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

input[name="tab_item"] {
    display: none;
}

.tab_content {
    clear: both;
    display: none;
    overflow: hidden;
    padding: 25px 0 0 0;
}
#paper:checked ~ #paper_content,
#denshi:checked ~ #denshi_content {
    display: block;
}
.tabs input:checked + .tab_item {
    background-color: #008dde;
    color: #fff;
    position: relative;
}
.tabs input:checked + .tab_item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #008dde;
  }
.couponUseGoldBtn {
    display: inline-block;
    margin: 0;
    padding: 8px 55px;
    background-color: #efaf00;
    border-radius: 50px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.couponUseGoldBtn span {
    font-size: 12px;
    font-weight: normal;
}
.couponUseGoldBtn:hover {
    opacity: .8;
}
