@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    archive_sp.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (max-width: 640px) {
    
select::-ms-expand {
  display: none;
}

select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}

/*------------------------------------------------------------------------------------------
*
*
    max-width: 640px;
*
*
------------------------------------------------------------------------------------------ */
#contents_area{
    margin: 0 auto;
    overflow: hidden;
}

/* --------------------------------------------------
*
    .schedule
*
-------------------------------------------------- */
.schedule{
    width: 100%;
}

.schedule .col_l{
    width: 100%;
    height: 100%;
    vertical-align: top;
}

#archive .col_l{ background-image:url(../images/parts_bg_stripe_g.png);}

.schedule .col_l h2{
    margin: 20px 20px 25px 20px;
    font-size: 16px;
    display: inline-block;
    font-weight: bold;
    letter-spacing: .12em;
    line-height: 1.52777em;
    position: relative;
}

.schedule .col_l h2 span{
    display: inherit;
}

.schedule .col_l h2:before{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
    display: block;
    position: absolute;
    left: 0;
    bottom: -6px;
}

.schedule .col_l h2:after{
    content: '';
    width: 23px;
    height: 20px;
    display: block;
    background-image:url(../images/parts_ico_flag.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 23px;
    position: absolute;
    bottom: 2px;
    right: -32px;
}

.schedule .col_l li{
    margin: 0 0 30px 0;
    opacity: 0;
    display: none;
    font-size: 15px;
    letter-spacing: .06em;
    color: #888;
    font-weight: bold;
}

.schedule .col_l li a{
    font-size: 15px;
    letter-spacing: .06em;
    color: #367498;
    font-weight: bold;
    display: block;
    transition: opacity .1s ease 0s;
    position: relative;
    left: -1px;
}

.is_pc .schedule .col_l li a:hover,
.is_sp .schedule .col_l li a.touch{
    opacity: .7;
    transition: opacity .15s ease 0s;
}

.schedule .sp_select_nav{
    padding: 0 15px;
    text-align: center;
}

.schedule .col_l select{
    width: 100%;
    height: 35px;
    font-size: 16px;
    margin: 0 auto;
}

.schedule .col_l select{
    margin: 0 0 20px 0;
    padding: 0 10px;
    font-size: 16px;
    border: 1px solid #809dc1;
    background-color: #fff;
    opacity: 0;
    border-radius: 5px;
    display: inline-block;
    background-image:url(../images/parts_ico_select_arrow.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: calc(100% - 10px) center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    transition: border .1s ease .0s;
    position: relative;
    cursor: pointer;
}

.is_pc .schedule .col_l select:hover,
.is_sp .schedule .col_l select.touch{
    border-color: #10375c;
	transition: border .15s ease .05s;
}

.schedule .col_l select option{
    line-height: 35px;
    padding: 10px !important;
    font-size: 16px !important;
    background-color: #fff !important;
}

.schedule .col_r{
    width: 100%;
    padding: 20px 0 0 0;
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
}

#archive.schedule .col_r{
    padding: 40px 0 60px 0;
    text-align: center;
    vertical-align: middle;
}

.schedule .col_r ul{
    text-align: left;
    margin: 0 0 0 0;
    padding: 0 0 15px 15px;
    letter-spacing: -.40em;
}

.schedule .col_r ul.on{
    height: auto !important;
}

.schedule .col_r li{
    width: calc(50% - 15px);
    margin: 0 15px 25px 0;
    box-sizing: border-box;
    overflow: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    border: 1px solid #d8d8d8;
    position: relative;
}

.schedule .col_r li.under_construction{
    padding: 45px 0;
    border: 0;
    vertical-align: middle;
}

.schedule .col_r li.under_construction p{
    font-size: 15px;
    letter-spacing: .06em;
    vertical-align: middle;
}

.schedule .col_r li a{
    color: #000;
    display: block;
    position: relative;
}

.schedule .col_r li a:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    lefT: 0;
    transition: opacity .1s ease .0s;
}

.is_pc .schedule .col_r li a:hover:after,
.is_sp .schedule .col_r li a.touch:after{
    opacity: 1;
    transition: opacity .15s ease .05s;
}

.schedule .col_r li .pic{
    overflow: hidden;
}

.schedule .col_r li .pic img{
    width: 100%;
}

.schedule .col_r li .pic img.square{
    margin-top: 0 !important;
}

.schedule .col_r li .date{
    width: 100%;
    padding: 5px 0;
    font-size: 13px;
    text-indent: .5em;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
    border-top: 1px solid #d8d8d8;
    background-color: #e4e4e4;
}

.btn_detail_arrow{
    margin: 0 auto 40px auto;
}

} /* ----- max-width: 640px ----- */


@media screen and (max-width: 480px) {

.schedule .col_r li{
    width: calc(100% - 30px);
    margin: 0 0 25px 0;
}

.schedule .col_r ul{
    padding-left: 0;
    text-align: center;
}

}

