@charset "UTF-8";

/*! Shitaji.CSS v5.0.0 CC0-1.0 by Qrac */

*,
::before,
::after {
  margin: 0;
  background-repeat: no-repeat;
  box-sizing: border-box;
  font-size: 1em;
  font-family: inherit;
  font-weight: inherit;
}

::before,
::after {
  vertical-align: inherit;
  text-decoration: inherit;
}

html {
  font-family: sans-serif;
  /* word-break: break-word; */
  overflow-y: scroll;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header,
footer,
main,
section,
article,
aside,
nav,
details,
menu,
figure,
figcaption {
  display: block;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

canvas,
audio,
video {
  display: inline-block;
}

img,
svg,
iframe,
canvas,
audio,
video {
  vertical-align: middle;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

input {
  border-radius: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

[type="checkbox"],
[type="radio"] {
  padding: 0;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

address {
  font-style: normal;
}

textarea {
  overflow: auto;
  resize: vertical;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

summary {
  display: list-item;
}

table {
  border-collapse: collapse;
}

hr {
  height: 0;
  overflow: visible;
}

template {
  display: none;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

[hidden] {
  display: none;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*===========================================================
common
============================================================*/
html {
  scroll-behavior: smooth;
}

.img{
  text-align: center;
}
img {
  max-width: 100%;
}

body {
  background: #fff;
  color: #584236;
  width: 100%;
  height: 100%;
  min-width: 1020px;
  font-family: "YakuHanJPs", Roboto, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, sans-serif;
  font-size: 16px;
}
.inner{
  max-width: 1020px;
  width: 100%;
  margin: auto;
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  opacity: 0.8;
}

a[href^="tel:"] {
  cursor: default;
  color: #000;
  text-decoration: none;
}

.ttl-wrap{
  margin-bottom: 50px;
}
.ttl-sec{
  text-align: center;
}
.al-l {text-align: left;}
.al-r {text-align: right;}
.al-c {text-align: center;}

.font-bold {font-weight: bold;}
.font-large {font-size: 18px;}
.text-read {font-size: 16px;}
.font-small {font-size: 12px;}

.font-white {
  color: #fff;
}
.font-gray {
  color: #808080;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
    height: auto;font-size: 14px;
  }
  .font-large {font-size: 16px;}
  .text-read {font-size: 14px;}
  .inner {
    width: 100%;
    max-width: 640px;
    padding: 0 10px;
  }
  .ttl-wrap {
    margin-bottom: 25px;
  }
  .ttl-sec img{
    height: 30px;
  }
}

/*************************************
pc,smp display
**************************************/
@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

/*************************************
grid
**************************************/
.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid.is-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.grid.is-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.grid.is-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/*************************************
grid col
**************************************/
.grid.col-2>.box {
  width: calc((100% - 25px) / 2);
}
.grid.col-3>.box {
  width: calc((100% - 50px) / 3);
}

@supports (-ms-ime-align: auto) {
  .grid.col-3>.box {
    width: calc(-16.6px + 33.3%);
  }
}

.grid.col-4>.box {
  width: calc((100% - 75px) / 4);
}
.grid.col-2>.box:nth-child(2n+1),
.grid.col-3>.box:not(:nth-child(3n)),
.grid.col-4>.box:not(:nth-child(4n)) {
  margin-right: 25px;
}
.grid.col-2>.box:not(:nth-child(-n+2)),
.grid.col-3>.box:not(:nth-child(-n+3)),
.grid.col-4>.box:not(:nth-child(-n+4)) {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .grid.col-2:not(.grid-sp)>.box,
  .grid.col-3:not(.grid-sp)>.box,
  .grid.col-4:not(.grid-sp)>.box {
    width: 100%;
  }
  .grid.col-2:not(.grid-sp)>.box:nth-child(2n+1),
  .grid.col-3:not(.grid-sp)>.box:not(:nth-child(3n)),
  .grid.col-4:not(.grid-sp)>.box:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .grid.col-2:not(.grid-sp)>.box+.box,
  .grid.col-3:not(.grid-sp)>.box+.box,
  .grid.col-4:not(.grid-sp)>.box+.box {
    margin-top: 20px;
  }

  .grid-sp.col-2>.box {
    width: calc((100% - 20px) / 2);
  }
  .grid-sp.col-3>.box {
    width: calc((100% - 40px) / 3);
  }
  .grid-sp.col-2>.box:nth-child(2n+1),
  .grid-sp.col-3>.box:not(:nth-child(3n)) {
    margin-right: 20px;
  }
  .grid-sp.col-2>.box:not(:nth-child(-n+2)),
  .grid-sp.col-3>.box:not(:nth-child(-n+3)) {
    margin-top: 20px;
  }
}
