@charset "UTF-8";

/* =========================================================
   Reset CSS
   Rosemariness Care
========================================================= */

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
figure,
blockquote,
pre {
  margin: 0;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

img,
picture {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 0;
  text-align: left;
  vertical-align: top;
}

button,
input,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  border-radius: 0;
}

button {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

input,
select,
textarea {
  border: 1px solid transparent;
  background: transparent;
}

textarea {
  resize: vertical;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

iframe {
  border: 0;
}

hr {
  margin: 0;
  border: 0;
  border-top: 1px solid currentColor;
  opacity: 0.2;
}

em,
i {
  font-style: italic;
}

strong,
b {
  font-weight: 700;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.2em;
}

sup {
  top: -0.4em;
}

svg {
  display: block;
  fill: currentColor;
}

[hidden] {
  display: none !important;
}

/* focus */
:focus:not(:focus-visible) {
  outline: none;
}

:focus-visible {
  outline: 2px solid rgba(236, 99, 43, 0.7);
  outline-offset: 2px;
}

/* form appearance reset */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
input[type="password"],
textarea,
select {
  -webkit-appearance: none;
  appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  accent-color: #b38726;
}

/* utility-safe defaults */
body {
  min-width: 320px;
  line-height: 1.6;
  word-break: break-word;
  overflow-wrap: break-word;
}

body,
button,
input,
select,
textarea {
  font-family:
    "Hiragino Sans",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    "YuGothic",
    "Meiryo",
    sans-serif;
}

main {
  display: block;
}