:root {
  --font-color: #222;
  --rev-font-color: white;
  --bg-color: white;
  --rev-bg-color: #545454;
  --acc-color: #ad0a0a;
  --link-color: #7c7c7c;
  --hover-color: darkorange;
  --black: #222;
  --gray: #f4f4f4;
}

body {
  --base-color: #7c7c7c;
}
body.light-mode {
  --font-color: #333;
  --rev-font-color: white;
  --bg-color: white;
  --rev-bg-color: #545454;
  --acc-color: #ad0a0a;
  --link-color: #7c7c7c;
  --hover-color: darkorange;
}
body.dark-mode {
  --font-color: #fff;
  --rev-font-color: #333;
  --bg-color: #222;
  --rev-bg-color: #f5f5f5;
  --acc-color: #ad0a0a;
  --link-color: #fff;
  --hover-color: darkorange;
}

body.theme-sptop header.pc {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0.7) 50%, rgb(0, 0, 0));
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding-left: 1em;
  padding-right: 1em;
}
body.theme-sptop header.pc .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 2em 0;
}
body.theme-sptop header.pc .container .logo-area {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 758px) and (max-width: 1024px) {
  body.theme-sptop header.pc .container .logo-area {
    max-width: 40vw;
  }
}
body.theme-sptop header.pc .container .logo-area .logo a {
  display: flex;
  align-items: center;
}
body.theme-sptop header.pc .container .logo-area .logo a h1,
body.theme-sptop header.pc .container .logo-area .logo a span {
  font-weight: 500;
  margin: 0 0 0 15px;
  color: #fff;
}
@media (max-width: 757px) {
  body.theme-sptop header.pc .container .logo-area .logo a h1,
  body.theme-sptop header.pc .container .logo-area .logo a span {
    font-size: 1.4rem;
  }
}
@media (min-width: 758px) {
  body.theme-sptop header.pc .container .logo-area .logo a h1,
  body.theme-sptop header.pc .container .logo-area .logo a span {
    font-size: 1.4rem;
  }
}
@media (min-width: 1025px) {
  body.theme-sptop header.pc .container .logo-area .logo a h1,
  body.theme-sptop header.pc .container .logo-area .logo a span {
    font-size: 1.6rem;
  }
}
@media (min-width: 1330px) {
  body.theme-sptop header.pc .container .logo-area .logo a h1,
  body.theme-sptop header.pc .container .logo-area .logo a span {
    font-size: 1.6rem;
  }
}
@media (min-width: 1025px) and (max-width: 1329px) {
  body.theme-sptop header.pc .container .logo-area .logo a h1,
  body.theme-sptop header.pc .container .logo-area .logo a span {
    margin: 0;
  }
}
body.theme-sptop header.pc .container .logo-area .logo a img {
  display: inline;
  height: 30px;
  width: auto;
}
body.theme-sptop header.pc .container .menu-area {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
body.theme-sptop header.pc .container .menu-area .tel {
  margin: 0 30px;
  color: #fff;
}
@media (max-width: 757px) {
  body.theme-sptop header.pc .container .menu-area .tel {
    font-size: 1.4rem;
  }
}
@media (min-width: 758px) {
  body.theme-sptop header.pc .container .menu-area .tel {
    font-size: 1.4rem;
  }
}
@media (min-width: 1025px) {
  body.theme-sptop header.pc .container .menu-area .tel {
    font-size: 1.6rem;
  }
}
@media (min-width: 1330px) {
  body.theme-sptop header.pc .container .menu-area .tel {
    font-size: 1.6rem;
  }
}
@media (min-width: 1025px) and (max-width: 1329px) {
  body.theme-sptop header.pc .container .menu-area .tel {
    margin: 0 15px;
  }
}
body.theme-sptop header.pc .container .menu-area .reserv-link {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.theme-sptop header.pc .container .menu-area .reserv-link a {
  color: white;
  background: var(--acc-color);
  padding: 10px 15px;
  font-weight: 500;
  border-radius: 20px;
  margin-right: 2em;
  line-height: 1;
  letter-spacing: 0;
}
@media (min-width: 1025px) and (max-width: 1329px) {
  body.theme-sptop header.pc .container .menu-area .reserv-link a {
    margin-right: 15px;
  }
}
body.theme-sptop header.pc .container .menu-area .reserv-link a:hover {
  background: var(--hover-color);
  border-color: var(--hover-color);
  color: white;
}
body.theme-sptop header.pc .container #menu ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0;
  list-style: none;
  padding-left: 0;
}
body.theme-sptop header.pc .container #menu ul li {
  position: relative;
}
body.theme-sptop header.pc .container #menu ul li:last-child a {
  padding-right: 0;
  margin-bottom: 20px;
}
body.theme-sptop header.pc .container #menu ul li a {
  display: inline-block;
  padding: 15px 8px 0;
  font-size: 1rem;
  color: white;
  width: 100%;
  line-height: 1;
  transition: all 0.3s ease;
}
@media (max-width: 757px) {
  body.theme-sptop header.pc .container #menu ul li a {
    font-size: 1.225rem;
  }
}
@media (min-width: 758px) {
  body.theme-sptop header.pc .container #menu ul li a {
    font-size: 1.225rem;
  }
}
@media (min-width: 1025px) {
  body.theme-sptop header.pc .container #menu ul li a {
    font-size: 1.4rem;
  }
}
@media (min-width: 1330px) {
  body.theme-sptop header.pc .container #menu ul li a {
    font-size: 1.4rem;
  }
}
body.theme-sptop header.pc .container #menu ul li a:hover {
  color: var(--hover-color);
}
body.theme-sptop header.pc .container #menu ul li.menu-item-has-children:hover .sub-menu {
  display: flex;
  flex-direction: column;
  animation: appear 0.5s ease;
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.theme-sptop header.pc .container #menu ul li.menu-item-has-children > a {
  position: relative;
  padding-left: 20px;
}
body.theme-sptop header.pc .container #menu ul li.menu-item-has-children > a:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 1px white;
  border-right: solid 1px white;
  position: absolute;
  bottom: 5px;
  left: 8px;
  margin-top: -6px;
  transform: rotate(45deg);
}
body.theme-sptop header.pc .container #menu ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 30px;
  padding: 0;
  display: none;
}
body.theme-sptop header.pc .container #menu ul li .sub-menu li {
  white-space: nowrap;
  width: 100%;
}
body.theme-sptop header.pc .container #menu ul li .sub-menu li:last-child a {
  border-bottom: none;
}
body.theme-sptop header.pc .container #menu ul li .sub-menu li a {
  display: block;
  width: 100%;
  padding: 10px;
  background: #999;
  border-bottom: 1px solid #ccc;
}
body.theme-sptop header.pc .container #menu ul li .sub-menu li a:hover {
  color: white;
  background: var(--hover-color);
}
body.theme-sptop.front-page .top-slider {
  margin-top: 200px;
  height: 1000px;
}
body.theme-sptop.front-page #top-link {
  width: 100%;
}
@media (min-width: 1025px) and (max-width: 1329px) {
  body.theme-sptop.front-page #top-link {
    padding: 0;
  }
}
@media (min-width: 758px) and (max-width: 1024px) {
  body.theme-sptop.front-page #top-link {
    padding: 0;
  }
}
@media (min-width: 335px) and (max-width: 757px) {
  body.theme-sptop.front-page #top-link {
    padding: 0;
  }
}
body.theme-sptop.front-page #top-link .link-list {
  width: 100%;
}
body.theme-sptop.front-page #top-link .link-list:nth-child(odd) {
  background: #ccc;
}
body.theme-sptop.front-page #top-link .link-list:nth-child(even) {
  background: white;
}
body.theme-sptop.front-page #top-link .link-list:nth-child(even) .list-container {
  flex-direction: row-reverse;
}
@media (min-width: 335px) and (max-width: 757px) {
  body.theme-sptop.front-page #top-link .link-list:nth-child(even) .list-container {
    flex-direction: column;
  }
}
body.theme-sptop.front-page #top-link .link-list .list-container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 40px 0;
  max-width: 1200px;
}
@media (min-width: 1025px) and (max-width: 1329px) {
  body.theme-sptop.front-page #top-link .link-list .list-container {
    padding: 20px;
  }
}
@media (min-width: 758px) and (max-width: 1024px) {
  body.theme-sptop.front-page #top-link .link-list .list-container {
    padding: 20px;
  }
}
@media (min-width: 335px) and (max-width: 757px) {
  body.theme-sptop.front-page #top-link .link-list .list-container {
    flex-direction: column;
    padding: 20px;
    overflow: hidden;
  }
}
body.theme-sptop.front-page #top-link .link-list .list-container .link-img {
  background-size: cover;
  background-position: center;
  width: 60%;
  height: 300px;
}
@media (min-width: 1025px) and (max-width: 1329px) {
  body.theme-sptop.front-page #top-link .link-list .list-container .link-img {
    width: 37%;
  }
}
@media (min-width: 758px) and (max-width: 1024px) {
  body.theme-sptop.front-page #top-link .link-list .list-container .link-img {
    width: 52%;
  }
}
@media (min-width: 335px) and (max-width: 757px) {
  body.theme-sptop.front-page #top-link .link-list .list-container .link-img {
    width: 100%;
  }
}
body.theme-sptop.front-page #top-link .link-list .list-container .link-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: justify;
  width: 35%;
  height: 300px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 20px;
}
@media (min-width: 1025px) and (max-width: 1329px) {
  body.theme-sptop.front-page #top-link .link-list .list-container .link-txt {
    width: 60%;
  }
}
@media (min-width: 758px) and (max-width: 1024px) {
  body.theme-sptop.front-page #top-link .link-list .list-container .link-txt {
    width: 45%;
  }
}
@media (min-width: 335px) and (max-width: 757px) {
  body.theme-sptop.front-page #top-link .link-list .list-container .link-txt {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  }
}
body.theme-sptop.front-page #top-link .link-list .list-container .link-txt h3 {
  margin: 0 0 25px 0;
  color: var(--black);
  letter-spacing: 0;
  word-wrap: break-word;
}
@media (max-width: 757px) {
  body.theme-sptop.front-page #top-link .link-list .list-container .link-txt h3 {
    font-size: 1.75rem;
  }
}
@media (min-width: 758px) {
  body.theme-sptop.front-page #top-link .link-list .list-container .link-txt h3 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1025px) {
  body.theme-sptop.front-page #top-link .link-list .list-container .link-txt h3 {
    font-size: 2rem;
  }
}
@media (min-width: 1330px) {
  body.theme-sptop.front-page #top-link .link-list .list-container .link-txt h3 {
    font-size: 2rem;
  }
}
body.theme-sptop.front-page #top-link .link-list .list-container .link-txt p {
  margin-bottom: 30px;
  line-height: 1.8;
  color: var(--black);
  text-align: left;
  letter-spacing: 0;
  word-wrap: break-word;
}
@media (min-width: 1025px) and (max-width: 1329px) {
  body.theme-sptop.front-page #top-link .link-list .list-container .link-txt p {
    margin-bottom: 15px;
  }
}
@media (min-width: 758px) and (max-width: 1024px) {
  body.theme-sptop.front-page #top-link .link-list .list-container .link-txt p {
    margin-bottom: 15px;
  }
}
@media (min-width: 335px) and (max-width: 757px) {
  body.theme-sptop.front-page #top-link .link-list .list-container .link-txt p {
    margin-bottom: 20px;
  }
}
body.theme-sptop.front-page #top-link .link-list .list-container .link-txt .readmore a {
  color: var(--acc-color);
  border: 1px solid var(--acc-color);
  padding: 2px 10px;
  display: inline-block;
  position: relative;
}
@media (min-width: 335px) and (max-width: 757px) {
  body.theme-sptop.front-page #newsblog {
    padding: 2em 20px;
  }
}
body.theme-sptop.front-page #newsblog .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
body.theme-sptop.front-page #newsblog .container article h2 {
  text-align: left;
  font-size: 2rem;
  border-bottom: 1px solid var(--font-color);
  margin-top: 0;
  margin-bottom: 10px;
  padding: 10px 0;
}
body.theme-sptop.front-page #newsblog .container article ul {
  margin-bottom: 2em;
  padding: 0;
}
body.theme-sptop.front-page #newsblog .container article ul li {
  display: flex;
  justify-content: flex-start;
}
body.theme-sptop.front-page #newsblog .container article ul li .date {
  padding: 10px 0;
  flex-basis: 25%;
  display: flex;
  justify-content: flex-start;
}
body.theme-sptop.front-page #newsblog .container article ul li .txt {
  padding: 10px 0;
  flex-basis: 75%;
  text-align: left;
}
body.theme-sptop.front-page #newsblog .container article ul li .txt a {
  display: inline-block;
}
body.theme-sptop.front-page #newsblog .container article .readmore a {
  color: var(--font-color);
  border-color: var(--font-color);
}
body.theme-sptop.front-page #newsblog .container article .readmore a:hover {
  background: var(--font-color);
  border-color: var(--font-color);
  color: var(--rev-font-color);
}

body.theme-momo section#top-link {
  width: 100%;
}
@media (min-width: 335px) and (max-width: 757px) {
  body.theme-momo section#top-link {
    padding: 0;
  }
}
body.theme-momo section#top-link .link-list {
  width: 100%;
}
body.theme-momo section#top-link .link-list:nth-child(odd) {
  background: #ccc;
}
body.theme-momo section#top-link .link-list:nth-child(even) {
  background: white;
}
body.theme-momo section#top-link .link-list:nth-child(even) .list-container {
  flex-direction: row-reverse;
}
@media (min-width: 335px) and (max-width: 757px) {
  body.theme-momo section#top-link .link-list:nth-child(even) .list-container {
    flex-direction: column;
  }
}
body.theme-momo section#top-link .link-list .list-container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 40px 0;
  max-width: 1200px;
}
@media (min-width: 335px) and (max-width: 757px) {
  body.theme-momo section#top-link .link-list .list-container {
    flex-direction: column;
    padding: 20px;
    overflow: hidden;
  }
}
body.theme-momo section#top-link .link-list .list-container .link-img {
  background-size: cover;
  background-position: center;
  width: 60%;
  height: 300px;
}
@media (min-width: 335px) and (max-width: 757px) {
  body.theme-momo section#top-link .link-list .list-container .link-img {
    width: 100%;
  }
}
body.theme-momo section#top-link .link-list .list-container .link-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: justify;
  width: 35%;
  height: 300px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 20px;
}
@media (min-width: 335px) and (max-width: 757px) {
  body.theme-momo section#top-link .link-list .list-container .link-txt {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  }
}
body.theme-momo section#top-link .link-list .list-container .link-txt h3 {
  margin: 0 0 25px 0;
  color: var(--black);
}
@media (max-width: 757px) {
  body.theme-momo section#top-link .link-list .list-container .link-txt h3 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 758px) {
  body.theme-momo section#top-link .link-list .list-container .link-txt h3 {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1025px) {
  body.theme-momo section#top-link .link-list .list-container .link-txt h3 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1330px) {
  body.theme-momo section#top-link .link-list .list-container .link-txt h3 {
    font-size: 2.5rem;
  }
}
body.theme-momo section#top-link .link-list .list-container .link-txt p {
  margin-bottom: 30px;
  color: var(--black);
  text-align: left;
}
body.theme-momo section#newsblog {
  padding: 80px 0;
}
@media (min-width: 335px) and (max-width: 757px) {
  body.theme-momo section#newsblog {
    padding: 2em 20px;
  }
}
body.theme-momo section#newsblog .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
body.theme-momo section#newsblog .container article h2 {
  text-align: left;
  font-size: 2rem;
  border-bottom: 1px solid var(--font-color);
  margin-bottom: 10px;
  margin-top: 0;
  padding: 10px 0;
}
body.theme-momo section#newsblog .container article ul {
  margin-bottom: 2em;
  padding: 0;
}
body.theme-momo section#newsblog .container article ul li {
  display: flex;
  justify-content: flex-start;
}
body.theme-momo section#newsblog .container article ul li .date {
  padding: 10px 0;
  flex-basis: 25%;
  display: flex;
  justify-content: flex-start;
}
body.theme-momo section#newsblog .container article ul li .txt {
  padding: 10px 0;
  flex-basis: 75%;
  text-align: left;
}
body.theme-momo section#newsblog .container article ul li .txt a {
  display: inline-block;
}
body.theme-momo section#newsblog .container article .readmore a {
  color: var(--font-color);
  border-color: var(--font-color);
}
body.theme-momo section#newsblog .container article .readmore a:hover {
  background: var(--font-color);
  border-color: var(--font-color);
  color: var(--rev-font-color);
}

/*# sourceMappingURL=styles-sptop.css.map */
