/*
Theme Name: NW
Template: twentytwentyfour
*/

/*設定調整*/
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Zen+Old+Mincho&display=swap");
html,body,body * {font-family:"EB Garamond", "Zen Old Mincho", serif !important;}
:where(.wp-site-blocks :focus) {outline-width:inherit !important;outline-style:inherit !important;}
footer p.has-small-font-size {font-size:11px !important;font-family: "游ゴシック体", YuGothic, "YuGothic M", Meiryo, sans-serif;}

#modal-2-content .wp-block-navigation-item .wp-block-navigation-item__content {padding:0.5em 0 !important;}

/*background*/
header .has-base-background-color {background-color:inherit !important;}
.wp-site-blocks {background: linear-gradient(180deg, #f7f7f7 0%, #e2e2e2 30%, #ffe6ee 100%); }

/*contact*/
.wpcf7-form-control {width: calc(100% - 2em);padding: 0.5em 1em;}
.wpcf7-submit {border:solid 1px #000;width:200px;background:#eee;color:#000;margin:0 auto;transition:0.3s;}
.wpcf7-submit:hover {background:#000;color:#fff;}