@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;700;900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css");
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* ******************************
global
****************************** */
html, body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  word-break: break-all;
  scroll-behavior: smooth;
}

ul,
ul li,
ol,
ol li {
  position: static;
  left: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

img {
  display: block;
  image-rendering: -webkit-optimize-contrast;
}

/* ************************************
separater
************************************ */
.separater::after {
  display: block;
  content: "";
  width: 100%;
  max-width: 100%;
  height: 1rem;
  background-repeat: no-repeat;
  background-size: 62% 62%;
  margin: 5rem 0 6rem;
}
@media screen and (min-width: 481px) {
  .separater::after {
    background-size: 62% 62%;
    height: 2rem;
  }
}
.separater:nth-of-type(odd)::after {
  background-image: url("../images/separater_line1.png");
  background-position: right center;
}
.separater:nth-of-type(even)::after {
  background-image: url("../images/separater_line2.png");
  background-position: left center;
}

/* ******************************
header
****************************** */
header {
  background: rgba(255, 255, 255, 0.75);
  position: sticky;
  top: 0;
  z-index: 9999;
}
header > div {
  padding: 0.5rem;
  position: relative;
  /* :::::: toggle button :::::: */
}
@media screen and (min-width: 481px) {
  header > div {
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 481px) {
  header > div {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
header > div > h1,
header > div > p {
  max-width: 200px;
  margin: 0 auto;
  padding: 0.5rem 0;
}
@media screen and (max-width: 480px) {
  header > div > h1,
header > div > p {
    max-width: 100px;
  }
}
@media screen and (min-width: 481px) {
  header > div > h1,
header > div > p {
    margin: 0;
  }
}
header > div > h1 > a > img,
header > div > p > a > img {
  width: 100%;
}
@media screen and (min-width: 481px) {
  header > div > h1 > a > img,
header > div > p > a > img {
    transition: opacity 0.5s;
  }
  header > div > h1 > a > img:hover,
header > div > p > a > img:hover {
    opacity: 0.5;
  }
}
header > div > input#drawer {
  display: none;
}
header > div > input#drawer:checked ~ nav {
  opacity: 1;
  transform: none;
}
header > div > input#drawer:checked + .open {
  display: none;
}
header > div > input#drawer:checked ~ .close {
  background: rgba(255, 255, 255, 0.75);
  pointer-events: auto;
  position: fixed;
}
header > div > label {
  cursor: pointer;
}
@media screen and (min-width: 481px) {
  header > div > label {
    display: none;
  }
}
header > div > label.open {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
header > div > label.open::before {
  content: "";
  background: url("/assets/images/header_drawer.svg");
  background-size: 100% 100%;
  height: 1.5rem;
  left: -0.5rem;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  width: 1.5rem;
}
@media screen and (max-width: 480px) {
  header > div > label.open::before {
    left: -0.25rem;
  }
}
header > div > label.close {
  inset: 0;
  pointer-events: none;
  transition: background 0.6s;
  z-index: 1;
}
header > div > nav {
  background: rgba(255, 255, 255, 0.6);
  height: 100%;
  opacity: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 481px) {
  header > div > nav {
    background: none;
  }
}
@media screen and (min-width: 481px) {
  header > div > nav {
    opacity: 1;
  }
}
@media screen and (min-width: 481px) {
  header > div > nav {
    position: relative;
  }
}
@media screen and (min-width: 481px) {
  header > div > nav {
    transform: none;
  }
}
@media screen and (min-width: 481px) {
  header > div > nav {
    width: auto;
  }
}
header > div > nav > ul {
  padding: 0.5rem;
}
@media screen and (min-width: 481px) {
  header > div > nav > ul {
    padding: 0;
  }
}
@media screen and (min-width: 481px) {
  header > div > nav > ul {
    display: flex;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 481px) {
  header > div > nav > ul > li:nth-child(2) {
    display: flex;
    align-items: center;
  }
}
header > div > nav > ul > li p {
  background: #FDAF94;
  color: #fff;
  padding: 0.5rem;
}
@media screen and (min-width: 481px) {
  header > div > nav > ul > li p {
    display: none;
  }
}
header > div > nav > ul > li > ul {
  background: #FDAF94;
  padding: 0 0.5rem 0.5rem;
}
@media screen and (min-width: 481px) {
  header > div > nav > ul > li > ul {
    background: none;
  }
}
@media screen and (min-width: 481px) {
  header > div > nav > ul > li > ul {
    padding: 0;
  }
}
@media screen and (min-width: 481px) {
  header > div > nav > ul > li > ul {
    display: flex;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
header > div > nav > ul > li > ul > li > a {
  background: #fff !important;
  color: #FDAF94 !important;
}
@media screen and (min-width: 481px) {
  header > div > nav > ul > li > ul > li > a {
    background: none !important;
  }
}
@media screen and (min-width: 481px) {
  header > div > nav > ul > li > ul > li > a {
    color: #666 !important;
  }
}
@media screen and (min-width: 481px) {
  header > div > nav > ul > li > ul > li > a {
    font-size: 0.8rem;
    line-height: 1.5;
  }
}
header > div > nav > ul > li > ul > li > a::after {
  border-top: 1px solid #FDAF94;
  border-right: 1px solid #FDAF94;
  content: "";
  height: 0.5rem;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: rotate(45deg) translate(-50%, 0);
  width: 0.5rem;
  transition: all 0.5s;
}
@media screen and (min-width: 481px) {
  header > div > nav > ul > li > ul > li > a::after {
    display: none;
  }
}
@media screen and (min-width: 481px) {
  header > div > nav > ul > li > ul > li > a::after {
    display: none;
  }
}
header > div > nav ul li + li {
  margin-top: 0.25rem;
}
@media screen and (min-width: 481px) {
  header > div > nav ul li + li {
    margin-top: 0;
    margin-left: 0.75rem;
  }
}
header > div > nav > ul > li a,
header > div > nav label {
  background: #FDAF94;
  color: #fff;
  display: block;
  padding: 0.5rem;
  position: relative;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 481px) {
  header > div > nav > ul > li a,
header > div > nav label {
    background: none;
  }
}
@media screen and (min-width: 481px) {
  header > div > nav > ul > li a,
header > div > nav label {
    color: #666;
  }
}
@media screen and (min-width: 481px) {
  header > div > nav > ul > li a,
header > div > nav label {
    display: inline;
  }
}
@media screen and (min-width: 481px) {
  header > div > nav > ul > li a,
header > div > nav label {
    padding: 0;
  }
}
@media screen and (min-width: 481px) {
  header > div > nav > ul > li a,
header > div > nav label {
    font-size: 0.8rem;
    line-height: 1.5;
    transition: opacity 0.5s;
  }
  header > div > nav > ul > li a:hover,
header > div > nav label:hover {
    opacity: 0.5;
  }
}
header > div > nav > ul > li a::after,
header > div > nav label::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 0.5rem;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: rotate(45deg) translate(-50%, 0);
  width: 0.5rem;
  transition: all 0.5s;
}
@media screen and (min-width: 481px) {
  header > div > nav > ul > li a::after,
header > div > nav label::after {
    display: none;
  }
}
header > div > nav label {
  background: #fff !important;
  border: 1px solid #FDAF94;
  color: #FDAF94 !important;
  cursor: pointer;
}
@media screen and (min-width: 481px) {
  header > div > nav label {
    display: none;
  }
}
header > div > nav label::after {
  border-top: 1px solid #FDAF94;
  border-right: 1px solid #FDAF94;
}

/* ******************************
footer
****************************** */
footer {
  display: flex;
  justify-content: center;
  padding: 0 0 1rem;
  margin: 3rem 0;
}
footer > div {
  margin: 0 1rem;
  max-width: calc(1000px + 2rem);
  padding: 0 1rem;
  width: 100%;
}
footer > div > p:nth-of-type(1) {
  margin: 0 auto;
  max-width: 376px;
  width: 100%;
}
@media screen and (min-width: 481px) {
  footer > div > p:nth-of-type(1) {
    max-width: initial;
  }
}
footer > div > p:nth-of-type(1) > img {
  height: auto;
  margin-bottom: 2rem;
  width: 100%;
}
footer > div > p:nth-of-type(2) {
  font-size: 0.6rem;
  line-height: 1.5;
  margin: 0 0 1rem;
  text-align: center;
}
footer > div > p:nth-of-type(2) > a {
  color: #666;
  text-decoration: none;
}
footer > div > p:nth-of-type(2) > a:hover {
  text-decoration: underline;
}
footer > div > address {
  font-size: 0.6rem;
  line-height: 1.5;
  color: #666;
  font-style: normal;
  text-align: center;
}

/*# sourceMappingURL=common.css.map */
