/*
Theme Name: MONOLITH Child
Template: monolith_tcd042
Author: Design Plus
Author URI: http://design-plus1.com/tcd-w/
Description: WordPressテーマ「MONOLITH」
Version: 1.5.1768876743
Updated: 2026-01-20 11:39:03

*/
.PC{display: block;}
.SP{display: none;}
@media only screen and (max-width: 770px) {
    .PC{
        display: none;
    }
    .SP{
        display: block;
    }
}
/*--------------------------------
オンラインショップバナー
---------------------------------*/
/*ヘッダー*/
.pc div#global_menu {
    float: inherit;
    text-align: center;
    margin-right: 3%;
}
#online_btn{
    position: absolute;
    top: 25%;
    right: 2%;
}
#online_btn a .PC{
    width: 200px;
}

@media only screen and (max-width: 770px) {
	#online_btn{
        position: absolute;
        top: 0;
        right: 13.5%;
        width: 30px;
        height: 30px;
        padding: 13px;
    }
}
/*フッター*/
.online_ft {
    margin-top: 15px;
    background: #ff7900;
    padding: 1.7px 0;
    width: 232px;
    border-radius: 5px;
}