/*
Theme Name: TOHO
Version: 1.0
*/


/* CSSリセット */
html,body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700&display=swap');


body {
	font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    background-color: #fff;
    color: #000;
	margin:0px !important;
}

a {
    text-decoration: none;
    color: #152563;
	transition:0.4s;
}

.zenkaku{
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.barlow{
	font-family: "Barlow", sans-serif;
}

.inter{
	font-family: 'Inter', sans-serif;
}