@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*-----------------------------------------------------------------
base
-----------------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  line-height: 1.5;
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  width: 100%;
  color: #000;
  height: 100%;
  letter-spacing: -0.025em;
}

html,
body {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}

/*-----------------------------------------------------------------
animation
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
font
-----------------------------------------------------------------*/
.font-base {
  font-family: "Noto Sans JP", sans-serif;
}

.font-min {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/*-----------------------------------------------------------------
base
-----------------------------------------------------------------*/
body {
  min-width: 1024px;
  width: 100%;
  position: relative;
  letter-spacing: 0;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333333;
}

#wrapper {
  width: 100%;
}

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sp {
  display: none !important;
}

/*-----------------------------------------------------------------
link
-----------------------------------------------------------------*/
a {
  color: #333;
  transition: all 0.2s ease;
  transition-property: opacity, color, background-color, border-color;
}
a:hover {
  opacity: 0.5;
}

/**
header
*/
header {
  position: relative;
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 0 24px;
}
header .inner .logo h1 {
  display: flex;
  gap: 20px;
}
header .inner .logo a {
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  font-size: 3.6rem;
}
header .inner .logo a img {
  height: 50px;
}
header .inner .site-nav .btn-menu {
  display: none;
}
header .inner .site-nav ul {
  display: flex;
  gap: 24px;
}
header .inner .site-nav ul li a {
  font-weight: bold;
  text-decoration: none;
}

/**
main
*/
#main-image {
  margin: 0 auto 0;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffe000;
}
#main-image h2 {
  position: relative;
  font-size: 4.2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.1em;
  text-align: left;
  color: #333;
}

#breadcrumbs {
  position: relative;
  width: 1000px;
  margin: 24px auto 0;
}
#breadcrumbs ul {
  display: flex;
  align-items: center;
  width: 1080px;
  margin: 0 auto 0;
  padding: 12px 0;
}
#breadcrumbs ul li {
  display: flex;
  align-items: center;
  margin-left: 8px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
}
#breadcrumbs ul li:first-child {
  margin-left: 0;
}
#breadcrumbs ul li:first-child a span {
  padding-left: 0;
}
#breadcrumbs ul li:last-child {
  white-space: nowrap;
  width: 400px;
  padding-right: 0;
  vertical-align: middle;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#breadcrumbs ul li:last-child span {
  margin-left: 8px;
  padding-right: 0;
}
#breadcrumbs ul li a {
  text-decoration: none;
  border-bottom: 1px solid #333333;
  padding: 0 0px 4px;
}
#breadcrumbs ul li a:hover {
  opacity: 0.5;
  transition: none;
}
#breadcrumbs ul li span {
  padding: 0 0px 4px;
}

#sidebar .boxes .box + .box {
  margin-top: 20px;
}
#sidebar .widgettitle,
#sidebar .wp-block-heading {
  padding: 12px 10px;
  background-color: #ebebeb;
  position: relative;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#sidebar .widget + .widget {
  margin-top: 40px;
}
#sidebar .widget .widgettitle + ul,
#sidebar .widget .wp-block-archives,
#sidebar .widget .wp-block-categories-list {
  margin-top: 10px;
  padding-left: 10px;
}
#sidebar .widget .wp-block-search__label {
  display: none;
}
#sidebar .widget ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.81;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#sidebar .widget ul li a::before {
  content: "・";
}
#sidebar .widget ul li .children {
  margin-left: 20px;
}
/**
footer
*/
#pagetop {
  z-index: 1000;
  position: fixed;
  right: 0;
  bottom: 0;
}
#pagetop a {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #ffe000;
  width: 60px;
  height: 60px;
  position: relative;
  text-decoration: none;
}
#pagetop a::before {
  content: "▲";
  color: #333;
  font-size: 1.75rem;
}

#counter {
  position: relative;
  width: 100%;
  background-color: #fff;
  margin-top: 20px;
}
#counter .inner {
  width: 1000px;
  margin: 0 auto;
}

#footer {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 20px;
  margin-top: 60px;
}
#footer .inner {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer .inner .map {
  width: 480px;
}
#footer .inner .map iframe {
  width: 100%;
  height: 240px;
}
#footer .inner .detail {
  width: 480px;
  color: #333;
}
#footer .inner .detail .logo {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 20px;
}
#footer .inner .detail .logo img {
  height: 50px;
}
#footer .inner .detail .logo a {
  text-decoration: none;
}
#footer .inner .detail .info {
  margin-top: 8px;
}
#footer .inner .detail .info .text {
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
  margin-top: 7px;
}
#footer .inner .detail .sitemap {
  width: 480px;
  padding-top: 26px;
  display: flex;
  gap: 38px;
}
#footer .inner .detail .sitemap > ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
#footer .inner .detail .sitemap > ul > li {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
}
#footer .inner .detail .sitemap > ul > li::before {
  content: "";
  display: block;
  background-color: #333;
  width: 5px;
  height: 5px;
  border-radius: 2.5px;
}
#footer .inner .detail .sitemap > ul > li a {
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-decoration: none;
  text-align: left;
  color: #333;
}
#footer .inner .copyright {
  width: 100%;
  margin-top: 50px;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
  text-align: center;
  color: #333333;
}

.grecaptcha-badge {
  bottom: 124px !important;
}
