@charset "UTF-8";
/*
Theme Name: kissora (blankslate child)
Template: blankslate
*/
@import url('../blankslate/style.css');


/* 2023/04/06追加 */
.gt_switcher_wrapper{
    bottom: auto!important;
    left: auto !important;
    top: 30px !important;
    right: 20% !important;
}

@media (max-width: 768px){
   
   
   
      .gt_switcher_wrapper{
          left: 25% !important;
          right: auto!important;
      }
     
     .gt_switcher{
   width: 130px!important;
  }
      
      .gt_switcher .gt_selected a {
        font-size: 10pt!important;
    }
    
   
}