@charset "UTF-8";



@media screen and (min-width: 0px) {
/* 共通用のスタイル記述 */
.none-pc{
    display: none;
}
.none-sp{
    display: block;
}

.select-group
{
    position: relative;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    width: 100px;
    margin-top:-6px;
    margin-left:20px;
    padding: 0px;
    vertical-align: middle;
    border: 1px solid #BE9463;
    border-radius: 2px;
    background-color: #fff;
    background-repeat: no-repeat;
}
.select{
    position: relative;
    z-index: 1;  
    line-height: 1.8;
    display: block;
    width: 120%;
    padding: 2px 0;
    text-indent: 8px;
    color:#BE9463;
    font-size: 13px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.select-group:after{
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    content: '';
    border-top: 4px solid #BE9463;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
ここから下、スマホ用
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */





@media screen and (max-width: 768px) {
/* スマホ用記述 */
.none-pc{
    display: block;
    position: fixed;
    top:18px;
    right:72px;
	right: calc(5% + 50px) ;

}
.none-sp{
    display: none;
}


}
