@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 {
  padding-top: 16vw;
  width: 100%;
  position: relative;
  letter-spacing: 0;
  font-size: 3.2vw;
  font-weight: 400;
  color: #333333;
}

#wrapper {
  width: 100%;
  overflow-x: hidden;
}

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

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

.pc {
  display: none !important;
}

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

/**
header
*/
header {
  width: 100%;
  height: 16vw;
  position: fixed;
  top: 0;
  z-index: 10;
  background-color: #fff;
}
header .inner {
  width: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .inner .logo {
  padding-left: 2.6666666667vw;
}
header .inner .logo h1 {
  display: flex;
  gap: 2.6666666667vw;
}
header .inner .logo a {
  display: flex;
  align-items: center;
  gap: 2.6666666667vw;
  text-decoration: none;
  font-size: 2.8rem;
}
header .inner .logo a img {
  height: 8vw;
}
header .inner .site-nav {
  position: relative;
}
header .inner .site-nav.active ul {
  display: flex;
}
header .inner .site-nav .btn-menu {
  z-index: 100;
  opacity: 1;
  text-decoration: none;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16vw;
  height: 16vw;
  background-color: #ffe000;
}
header .inner .site-nav ul {
  position: fixed;
  top: 16vw;
  left: 0;
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  width: 100vw;
  height: calc(100vh - 16vw);
  background-color: #fff;
  padding-top: 9.6vw;
}
header .inner .site-nav ul li {
  width: 100%;
}
header .inner .site-nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 13.3333333333vw;
  text-decoration: none;
  font-size: 1.8rem;
}

/**
main
*/
#main-image {
  margin-top: 10.6666666667vw;
  padding: 0 4vw;
}
#main-image h2[data-ruby] {
  position: relative;
  font-size: 6.9333333333vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.1em;
  text-align: left;
  color: #333;
  display: flex;
  align-items: center;
  gap: 2.6666666667vw;
  width: 100%;
  padding-top: 12vw;
}
#main-image h2[data-ruby] span {
  display: block;
  position: absolute;
  top: 0;
}
#main-image h2[data-ruby]::before {
  content: attr(data-ruby);
  white-space: pre;
  font-family: "Sen", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.1em;
  text-align: left;
  color: #333;
}
#main-image h2[data-ruby]::after {
  content: "";
  display: block;
  border-bottom: 0.1333333333vw solid #333;
  width: 8vw;
}

#breadcrumbs {
  display: none;
  position: relative;
}
#breadcrumbs ul {
  display: flex;
  align-items: center;
  width: 144vw;
  margin: 0 auto 0;
  padding: 1.6vw 0;
}
#breadcrumbs ul li {
  display: flex;
  align-items: center;
  font-size: 1.8666666667vw;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
}
#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 {
  border-bottom: 0.1333333333vw solid #333333;
  padding: 0 0.2666666667vw 0.4vw;
  margin-left: 1.0666666667vw;
  padding-right: 0;
}
#breadcrumbs ul li a {
  text-decoration: none;
}
#breadcrumbs ul li a:hover {
  opacity: 0.5;
  transition: none;
}
#breadcrumbs ul li span {
  padding: 0 0.8em;
}

#sidebar {
  width: 92vw;
  margin: 0 auto;
}
#sidebar .boxes .box + .box {
  margin-top: 2.6666666667vw;
}
#sidebar .widgettitle,
#sidebar .wp-block-heading {
  padding: 1.6vw 1.3333333333vw;
  background-color: #ebebeb;
  position: relative;
  font-size: 3.4666666667vw;
  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: 5.3333333333vw;
}
#sidebar .widget .widgettitle + ul,
#sidebar .widget .wp-block-archives,
#sidebar .widget .wp-block-categories-list {
  margin-top: 2.6666666667vw;
  padding-left: 1.3333333333vw;
}
#sidebar .widget ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 3.2vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.65;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#sidebar .widget ul li a::before {
  content: "・";
}
#sidebar .widget ul li .children {
  margin-left: 2.6666666667vw;
}
#sidebar .sns {
  margin-top: 8vw;
}
#sidebar .sns ul {
  display: flex;
  flex-direction: column;
  gap: 4vw;
}
/**
footer
*/
#pagetop {
  z-index: 1000;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
}
#pagetop a {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #ffe000;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  border-radius: 5.3333333333vw;
  position: relative;
  text-decoration: none;
}
#pagetop a::before {
  content: "▲";
  color: #333;
  font-size: 1.75rem;
}

#counter {
  position: relative;
  width: 100%;
  background-color: #fff;
}
#counter .inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 4.8vw;
}

#footer {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding-top: 6.6666666667vw;
  padding-bottom: 5.2vw;
}
#footer .inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 4.8vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer .inner .map {
  width: 100vw;
  margin-left: -4.8vw;
  margin-right: -4.8vw;
}
#footer .inner .map iframe {
  width: 100%;
  height: 53.3333333333vw;
}
#footer .inner .detail {
  width: 100%;
  color: #333;
  margin-top: 2.6666666667vw;
}
#footer .inner .detail .logo {
  font-size: 4.8vw;
  line-height: 1.1111111111;
  font-weight: bold;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 2.6666666667vw;
}
#footer .inner .detail .logo img {
  height: 6.6666666667vw;
}
#footer .inner .detail .logo a {
  text-decoration: none;
}
#footer .inner .detail .info .text {
  font-size: 3.2vw;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 1.6vw;
}
#footer .inner .sitemap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2.6666666667vw 0;
  margin-top: 3.2vw;
}
#footer .inner .sitemap > ul {
  display: flex;
  flex-direction: column;
  gap: 1.6vw;
}
#footer .inner .sitemap > ul > li {
  display: flex;
  align-items: center;
  gap: 1.3333333333vw;
}
#footer .inner .sitemap > ul > li::before {
  content: "";
  display: block;
  background-color: #333;
  width: 0.9333333333vw;
  height: 0.9333333333vw;
  border-radius: 0.4666666667vw;
}
#footer .inner .sitemap > ul > li a {
  font-size: 3.2vw;
  line-height: 2.5;
  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: 6.6666666667vw;
  font-size: 2.4vw;
  line-height: 1.3333333333;
  font-weight: 400;
  text-align: center;
  color: #333333;
}

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