@charset "UTF-8";
/*!
  CSS編集不可
*/
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

[type="button"],
[type="reset"],
[type="submit"],
a,
a img,
button {
  transition: 0.5s;
}

/*==================================================================================================
	サイト基礎
==================================================================================================*/
body {
  color: #000;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.75;
  font-feature-settings: 'palt';
  overflow-x: hidden;
  position: relative;
  width: 100%;
}
body .wrap {
  overflow-x: hidden;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 1.4rem;
  }
}
body a {
  transition: 0.5s;
  color: #000;
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
  opacity: 0.8;
}
body picture {
  width: 100%;
}
body img,
body source {
  max-width: 100%;
}
body ul {
  list-style: none;
}
body .telLink {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
body .telLink _:-ms-fullscreen,
body .telLink :root .selector {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  body .telLink {
    pointer-events: auto;
  }
}
@media screen and (max-width: 767px) {
  body .spNone {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  body .pcNone {
    display: none;
  }
}

/*==================================================================================================
	ヘッダー
==================================================================================================*/
header {
  background: #ccc;
}
header .inner {
  font-size: 1rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 767px) {
  header .inner .headList {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
header .inner .headList__item {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  header .inner .headList__item {
    width: 33%;
  }
}
header .inner .headList__item a {
  background: #36ae45;
  padding: 0.75em 1em;
  border-radius: 0.5em;
  display: block;
  margin: 0.5em 0.25em;
  min-width: 9em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  header .inner .headList__item a {
    min-width: auto;
    padding: 0.75em;
    font-size: 0.8em;
  }
}
header .inner .headList__item:nth-child(even) a {
  background: #000;
  color: #36ae45;
}

/*==================================================================================================
	フッター
==================================================================================================*/
footer {
  background: #000;
  padding-bottom: 3em;
}
footer .l-fixedMember {
  position: fixed;
  left: 0;
  bottom: 20px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  footer .l-fixedMember {
    left: 4vw;
    bottom: 20px;
    width: 92vw;
    text-align: center;
  }
}
footer .l-fixedMember i {
  padding-right: 0.25em;
}
footer .l-fixedMember a {
  display: block;
  color: #3d4c04;
  position: relative;
  padding: 15px 4vw;
  background: #fff000;
  font-size: 20px;
  font-weight: bold;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  footer .l-fixedMember a {
    width: 100%;
    font-size: 1rem;
  }
}
footer .l-footerTop {
  font-size: 1rem;
}
footer .l-footerTop .l-innerWrap {
  max-width: 1200px;
  width: auto;
  margin: auto;
}
footer .l-footerTop .l-innerWrap:first-child {
  padding: 80px 0 30px;
  letter-spacing: -.4em;
}
@media screen and (max-width: 767px) {
  footer .l-footerTop .l-innerWrap:first-child {
    padding: 40px 0;
  }
}
footer .l-footerTop .l-footerLogo {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  width: 180px;
  margin-right: 85px;
}
@media screen and (max-width: 767px) {
  footer .l-footerTop .l-footerLogo {
    width: 140px;
    margin-right: 0;
    display: block;
    margin: 0 auto;
  }
}
@media screen\0  {
  footer .l-footerTop .l-footerLogo img {
    height: 0%;
  }
}
footer .l-footerTop .l-footerNav {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  footer .l-footerTop .l-footerNav {
    text-align: center;
    padding-left: 20px;
    margin-top: 20px;
  }
}
footer .l-footerTop .l-footerNav .l-footerNav_item {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  footer .l-footerTop .l-footerNav .l-footerNav_item {
    margin-top: 5px;
  }
}
footer .l-footerTop .l-footerNav .l-footerNav_item a {
  color: #36ae45;
  font-weight: bold;
  transition: .3s;
}
footer .l-footerTop .l-footerNav .l-footerNav_item a:hover {
  opacity: .8;
}
footer .l-footerTop .copyright {
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767px) {
  footer .l-footerTop .copyright {
    padding: 20px 20px 40px;
  }
}

/*# sourceMappingURL=base.css.map */
