<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&amp;display=swap');

/* reset */
h1.label {
  display: none;
}
.contents .inner {
  width: 100% !important;
  padding: 0 !important;
}
.layout section,
.editor h1,
.layout h1,
.editor h2,
.layout h2,
.editor ul,
.layout ul,
.editor div,
.layout div {
  margin: 0;
  font-size: inherit;
}
#main_contents &gt; p:first-of-type {
  display: none;
}
.editor &gt; p:first-of-type,
.editor &gt; p:nth-of-type(2) {
  display: none;
}
.label-area {
  display: none;
}
.editor p,
.layout p {
  line-height: inherit;
  letter-spacing: inherit;
  margin: inherit;
}
.layout .inner &gt; * {
  margin: inherit;
}
.logo-contents .inner {
  width: 1040px !important;
}
p:empty {
  display: none;
}

/* common */
.flex {
  display: flex !important;
}
#main_contents a:hover {
  opacity: 0.7;
  transition: opacity 0.2s linear 0s;
}

#main_contents {
  background: url(../img/bg.png);
  display: block;
}
#main_v &gt; h1 br {
  display: none;
}
#main_v &gt; h1 &gt; img {
  width: 100%;
}
#items {
  padding: 91px 0 114px;
}
#items .inner {
  width: 997px !important;
  margin: 0 auto;
  padding: 0;
}
#items h2 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 35px;
  text-align: center;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
#items h2:before, #items h2:after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #a7a7a7;
}
#items h2:before {
  margin-right: 20px;
}
#items h2:after {
  margin-left: 20px;
}
#items h2:nth-of-type(n+2) {
  margin-top: 43px;
}
#items ul {
  flex-wrap: wrap;
  justify-content: flex-start;
}
#items ul li {
  box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.6);
  margin-right: 30.5px;
}
#items ul li:nth-of-type(3n) {
  margin-right: 0;
}
#items ul li:nth-of-type(n+4) {
  margin-top: 43px;
}
#items ul li a {
  position: relative;
  display: block;
}
#items ul li a:hover {
  opacity: 1;
}
#items ul li a:hover::after {
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  border: 3px solid #00661a;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
#items ul li a br {
  display: none;
}
#items ul li a:hover::after {
  border: 3px solid #00661a;
}
#items ul.two-column li {
  margin-right: 0;
}
#items ul.two-column li:nth-of-type(2n) {
  margin-left: 49px;
}
#items ul.two-column li:nth-of-type(n+3) {
  margin-top: 53px;
}


/* banner */
.banner_area {
  background: #fff;
  padding: 66px 0 72px;
}
.banner_area a:hover {
  opacity: 0.7;
  transition: opacity 0.2s linear 0s;
}
.banner_area .inner {
  width: 1000px !important;
  height: auto;
  padding: 0;
  justify-content: space-between;
}
.banner {
  width: 482px;
  flex-direction: column;
  align-items: center;
  height: 199px;
  justify-content: center;
  margin: 0 !important;
}
.banner#addmate {
  border: 1px solid #c71233;
}
.banner#zuttone {
  border: 1px solid #ef8c24;
}
.banner#zuttone .banner_content {
  margin-top: -17px;
}
.banner .banner_content p {
  margin-top: 14px;
}
.banner a {
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 18px;
  font-weight: 700;
  width: 310px;
  height: 49px;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #eee9e2;
}
.banner a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 0;
  height: 0;
  margin-top: -6px;
  border: 6px solid transparent;        /*top right bottom を透明化 */
  border-left: 6px solid #000;
}

@media screen and (max-width:768px) {
  #items {
    padding: 5vw 0;
  }
  #items .inner {
    width: 100% !important;
    padding: 0 5% !important;
  }
  #items h2 {
    margin-bottom: 5vw;
    font-size: 8vw;
  }
  #items h2:nth-of-type(n+2) {
    margin-top: 10vw;
  }
  #items ul {
    display: block !important;
  }
  #items ul li {
    margin-right: 0;
  }
  #items ul li:nth-of-type(n+2) {
    margin-top: 5vw;
  }
  #items ul li a img {
    width: 100%;
  }
  #items ul li a:hover::after {
    display: none;
  }
  #items ul.two-column li:nth-of-type(2n) {
    margin-left: 0;
  }
  #items ul.two-column li:nth-of-type(n+2) {
    margin-top: 5vw;
  }


  /* banner */
  .banner_area {
    padding: 4vw 0;
  }
  .banner_area .inner {
    width: 100% !important;
    padding: 0 5% !important;
    display: block !important;
  }
  .banner_area .banner {
    width: 100%;
    padding: 4% 0;
    height: auto;
  }
  .banner_area .banner:nth-of-type(n+2) {
    margin-top: 4vw !important;
  }
  .banner_area .banner h2 {
    width: 60%;
    margin: 0 auto;
  }
  .banner_area .banner a {
    margin: 4vw auto 0;
    width: 90%;
    height: auto;
    padding: 3vw 0;
    font-size: 4vw;
  }
  .banner_area .banner .banner_content {
    width: 100%;
  }
  .banner_area .banner#zuttone .banner_content {
    margin-top: 0;
  }
}

</pre></body></html>