/*
Theme Name:simple_theme_kon
*/

@charset "utf-8";
@import url(option.css);
@import url('https://fonts.googleapis.com/css?family=Ramabhadra&display=swap');

/* --------------------------------------
ブラウザスタイル初期化
--------------------------------------*/
* {
    margin: 0;
    padding: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

html,
body {
    /* 	overflow-x: hidden; */
    width: 100%;
    -webkit-text-size-adjust: 100%;
}




/*end*/