
/* ----------------------------------------------------------------------
	
	JRAカード・ポイントプログラム
	
---------------------------------------------------------------------- */

#point_nav > .sub_header { padding: 0; }

#point_nav > .sub_header > a {
    text-decoration: none;
    color: #fff;
    line-height: 1.4;
    display: block;
    padding: 10px 12px;
}

.no-touch #point_nav > .sub_header > a:hover { color: #fff8e1; }

#point_nav > .sub_header > a i { margin-right: 0.5em; }


.reserve_main .unit { margin-top: 30px; }
.reserve_main .unit + .unit { margin-top: 50px; }
.reserve_main .unit > .content { margin-top: 20px; }



/* ----- JRAカード・ポイントプログラムの流れ ----- */
#point_flow {  }

#point_flow .grid { display: flex; }

#point_flow .grid > .cell {
    width: 33.33%;
    margin: 0 10px;
    position: relative;
}

#point_flow .grid > .cell > .content {
    background-color: #eaeade;
    border-radius: 4px;
    padding: 15px;
    height: 100%;
    padding-bottom: 54px;
}

#point_flow .grid > .cell:first-child {
    margin-left: 0;
    margin-right: 20px;
}

#point_flow .grid > .cell:last-child {
    margin-left: 20px;
    margin-right: 0;
}

#point_flow .grid > .cell h3 {
    font-weight: bold;
    font-size: 1.8rem;
}

#point_flow .grid > .cell h3 .cap {
    color: #fff;
    font-size: 1rem;
    line-height: 1.4;
    border-radius: 2px;
    vertical-align: middle;
    margin-right: 0.5em;
    padding: 5px 6px 3px 6px;
    position: relative;
    top: -1px;
    margin-right: 8px;
    background-color: #6e6e34;
}


#point_flow .grid > .cell .arrow {
    font-size: 3.6rem;
    color: #999;
    position: absolute;
    right: -24px;
    top: 50%;
    transform: translateY(-50%);
}

#point_flow .grid > .cell .inner {
    display: table;
    width: 100%;
    margin-top: 10px;
}

#point_flow .grid > .cell .inner > div {
    display: table-cell;
    vertical-align: top;
}

#point_flow .grid > .cell .inner > div.icon {
    width: 60px;
    text-align: center;
}

#point_flow .grid > .cell .inner > div.icon > p {
    background-color: #fff;
    padding: 10px;
    border-radius: 4px;
}

#point_flow .grid > .cell .inner > div.icon img {
    max-width: 50px;
    vertical-align: top;
}

#point_flow .grid > .cell .inner > div.txt {
    padding-left: 15px;
}


#point_flow .grid > .cell > .content .detail_link {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    padding: 0 10px;
}


#point_flow .grid > .cell .detail {  }

#point_flow .grid > .cell .detail > .content {
    background-color: #fff;
    box-shadow: 0 1px 4px 2px rgba(0,0,0,0.1);
    border-radius: 4px;
    padding: 10px;
}

#point_list table.basic thead > tr > th.point span { font-size: 1.1rem; }
#point_list table.basic tbody > tr > th strong { font-size: 1.4rem; }

#point_list table.basic tbody > tr > td.point strong { font-size: 2rem; }

#point_list table.basic tbody > tr > td.point strong span.unit {
    font-size: 1.2rem;
    margin-left: 0.2em;
    color: #333;
}

#shopping_point > h5.lv6.lv6-sm { font-size: 1.3rem; }

#shopping_point ul.data_line_list.flex > li .data_list_unit { align-items: stretch; }

#shopping_point ul.data_line_list.flex > li .data_list_unit > div.head { line-height: 1.4; }

#shopping_point ul.data_line_list.flex > li .data_list_unit > div.head strong {
    display: block;
    font-size: 1.4rem;
}

#shopping_point ul.data_line_list.flex > li .data_list_unit > div.content {
    align-items: center;
    justify-content: center;
    display: flex;
}

#shopping_point ul.data_line_list.flex > li .data_list_unit > div.content strong { font-size: 2rem; }

#shopping_point ul.data_line_list.flex > li .data_list_unit > div.content strong span.unit {
    font-size: 1.2rem;
    margin-left: 0.2em;
    color: #333;
}


#flow_detail2 .inner {
    display: table;
    width: 100%;
}

#flow_detail2 .inner > .cell {
    display: table-cell;
    vertical-align: top;
}

#flow_detail2 .inner > .cell.img {
    width: 200px;
    padding-right: 20px;
}

#flow_detail2 .inner > .cell.img img {
    max-width: 180px;
}



/* ------------------------------------------------------------

	959px以下

------------------------------------------------------------ */
@media screen and ( max-width : 959px ) {
    
    #point_nav div.nav.pills.flap.div4 > div {
        width: 50%;
    }
    
}

/* ------------------------------------------------------------

	767px以下

------------------------------------------------------------ */
@media screen and ( max-width : 767px ) {
    
    /* --- JRAカード・ポイントプログラムの流れ --- */
    #point_flow .grid {
        display: block;
    }
    
    #point_flow .grid > .cell {
        width: auto;
        margin: 0;
    }
    
    #point_flow .grid > .cell:first-child {
        margin-right: 0;
        margin-bottom: 30px;
    }
    
    #point_flow .grid > .cell:last-child {
        margin-left: 0;
        margin-top: 30px;
    }
    
    #point_flow .grid > .cell .arrow {
        right: inherit;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
        top: inherit;
        bottom: -42px;
    }
    
    #flow_detail1 div.link_list.multi.div2 > div {
        width: 50%;
    }
    
    #flow_detail3 div.link_list.multi.div2 > div {
        width: 50%;
    }
    
    
    #shopping_point ul.data_line_list.flex > li .data_list_unit > div.head strong {
        display: inline;
        margin-left: 0.2em;
    }
}

/* ------------------------------------------------------------

	639px以下

------------------------------------------------------------ */
@media screen and ( max-width : 639px ) {
	
    
    #point_nav div.nav.pills.flap.div4 > div {
        width: 100%;
    }
    
    #point_nav div.nav.pills.flap > div > a {
        text-align: left;
    }
    
    
    #flow_detail2 .inner { display: block; }
    #flow_detail2 .inner > .cell { display: block; }
    #flow_detail2 .inner > .cell.img {
        width: auto;
        padding-right: 0;
        text-align: center;
        margin-bottom: 10px;
    }
    
}

/* ------------------------------------------------------------

	479px以下

------------------------------------------------------------ */
@media screen and ( max-width : 479px ) {
    
    /*#seat_reserve .section >.sub_header { font-size: 1.3rem; }*/
    
    #point_list table.basic.fixed {
        table-layout: auto;
    }
    
    #point_list table.basic thead > tr > th.point span {
        display: block;
        font-size: 1rem;
    }
    
    #point_list table.basic thead > tr > th.time {
        width: 180px;
    }
    
    
}

/* ------------------------------------------------------------

	374px以下

------------------------------------------------------------ */
@media screen and ( max-width : 374px ) {
    
    
    #point_list table.basic.narrow tbody > tr > th {
        padding: 5px;
    }
    
}

/* ------------------------------------------------------------

	359px以下

------------------------------------------------------------ */
@media screen and ( max-width : 359px ) {
    
    #point_list table.basic thead > tr > th {
        font-size: 1.2rem;
        line-height: 1.4;
    }
    
    #point_list table.basic thead > tr > th.time {
        width: 160px;
    }
    
    #point_list table.basic tbody > tr > th strong {
        font-size: 1.3rem;
    }
}



