@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

@media only screen and (min-width: 769px) {
  .desktop-nav li a {
    height: 36px;
    margin: 13px 0 0 0;
    padding: 0 15px;
    font-size: 15px;
    line-height: 36px;
    border-radius: 16px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.15);
    background-color: #1212a7;
  }
}
