@charset "utf-8";
/*
Theme Name: wp_Suzusada
Author: Suzusada Unyu
Version: 1.0
*/

/* reset設定
--------------------------------------------------------------------------*/
* {width: auto; height: auto; margin: 0; padding: 0; border: 0; color: #333; font-size: 16px; font-family: 'Noto Sans JP', sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; text-decoration: none; vertical-align: baseline; line-height: 1; list-style-type: none; box-sizing: border-box; word-wrap: break-word; overflow-wrap: break-word;}
strong, span, small, time, address, b {color: inherit; font-family: inherit; font-size: inherit; font-weight: inherit; line-height: inherit;}
del {text-decoration: line-through;}
small {font-size: 80%;}
a img {width: inherit; height: inherit;}
input:focus, button:focus-visible, select:focus-visible {outline: none;}
@media (max-width: 1229px) {
  * {font-size: 14px;}
}

/* #header設定
--------------------------------------------------------------------------*/
#header #hamburger {display: none;}
@media (min-width: 1230px) {
  #header label.menu_button {display: none;}
}