<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(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css?family=EB+Garamond");
* {
  box-sizing: border-box; }

html, body {
  -webkit-text-size-adjust: 100%; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 180%;
  color: #ffffff; }
  @media all and (max-width: 768px) {
    body {
      font-weight: normal; } }

img {
  border: 0;
  display: block; }

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

.inner {
  width: 1100px;
  margin: 0 auto; }
  @media all and (max-width: 1100px) {
    .inner {
      float: none;
      width: 100%;
      padding: 0 10px; } }

html {
  height: 100%; }

body {
  height: 100%;
  border-top: 5px solid #402815;
  background: url(../images/bg.jpg) center center no-repeat fixed;
  background-size: cover;
  font-weight: 300; }
  @media all and (max-width: 1100px) {
    body {
      float: none;
      background: url(../images/bg-sp.jpg) top center repeat fixed; } }

ul#hdLink {
  padding: 10px 0 20px;
  list-style: none; }
  ul#hdLink li a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
    transition: .5s; }
    ul#hdLink li a::after {
      content: "＞"; }
    ul#hdLink li a:hover {
      color: #F1C626;
      border-bottom: 1px solid #F1C626; }

#title {
  text-align: center; }
  @media all and (max-width: 1100px) {
    #title {
      float: none;
      background: none; } }
  #title img {
    margin: 0 auto; }
    @media all and (max-width: 1100px) {
      #title img {
        float: none;
        width: 80vw; } }

#menu {
  margin: 80px 0; }
  @media all and (max-width: 1100px) {
    #menu {
      float: none;
      margin: 20px 0 80px; } }
  #menu ul {
    list-style: none;
    letter-spacing: -0.4em;
    padding: 0;
    margin: 0; }
    #menu ul li {
      position: relative;
      display: inline-block;
      letter-spacing: normal;
      width: 530px;
      height: 245px;
      margin-right: 40px;
      background-size: cover !important;
      transition: 0.35s;
      /*&amp;.menu-03 {
      	background: url(../images/menu-03.jpg) no-repeat center center;
      }
      &amp;.menu-04 {
      	background: url(../images/menu-04.jpg) no-repeat center center;
      	margin-right: 0;
      }*/ }
      @media all and (max-width: 1100px) {
        #menu ul li {
          float: none;
          width: 100%;
          height: auto;
          margin-right: 0;
          background-size: cover !important; } }
      #menu ul li:hover {
        background-size: cover !important; }
        @media all and (max-width: 1100px) {
          #menu ul li:hover {
            float: none;
            background-size: cover  !important; } }
      #menu ul li.menu-01 {
        background: url(../images/menu-01.jpg) no-repeat center center; }
      #menu ul li.menu-02 {
        background: url(../images/menu-02.jpg) no-repeat center center;
        margin-right: 0; }
      #menu ul li a {
        display: block;
        color: #fff;
        text-decoration: none;
        height: 530px; }
        @media all and (max-width: 1100px) {
          #menu ul li a {
            float: none;
            height: 240px; } }
        #menu ul li a p {
          position: absolute;
          bottom: 0;
          width: 100%;
          background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
          padding: 10px;
          text-align: justify; }
          @media all and (max-width: 1100px) {
            #menu ul li a p {
              float: none;
              width: 100%; } }
          #menu ul li a p span {
            display: block;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.65); }
            #menu ul li a p span.menu-title {
              font-size: 20px;
              font-weight: 500;
              line-height: 120%;
              margin-bottom: 10px; }
            #menu ul li a p span.menu-desc {
              font-size: 14px;
              font-weight: 200;
              line-height: 150%; }

#orei {
  margin: 150px auto 30px; }
  @media all and (max-width: 1100px) {
    #orei {
      float: none;
      margin-top: 80px; } }
  #orei section {
    padding-bottom: 0 !important; }
    #orei section h2 {
      margin-bottom: 50px !important; }
    #orei section div {
      width: 800px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 50px; }
      @media all and (max-width: 1100px) {
        #orei section div {
          float: none;
          font-size: 13px;
          width: 100%; } }
      #orei section div p {
        text-indent: 1em;
        text-align: justify;
        font-size: 18px;
        line-height: 170%; }
    #orei section img {
      display: block;
      margin: 0 auto 50px; }
      @media all and (max-width: 1100px) {
        #orei section img {
          float: none;
          width: 100%; } }

.photos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 50px; }
  .photos li {
    width: 23%;
    margin-bottom: 30px;
    padding: 5px;
    background: #fff; }
    @media all and (max-width: 1100px) {
      .photos li {
        float: none;
        width: 49%;
        margin-bottom: 10px; } }
    .photos li img {
      width: 100%; }
    .photos li.blank {
      background: none; }

#content section,
#orei section,
#menu section {
  padding-bottom: 80px; }
  @media all and (max-width: 1100px) {
    #content section,
    #orei section,
    #menu section {
      float: none;
      padding-bottom: 40px; } }
  #content section h2,
  #orei section h2,
  #menu section h2 {
    text-align: center;
    font-size: 28px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.65);
    letter-spacing: 3px;
    margin-bottom: 50px; }
    @media all and (max-width: 1100px) {
      #content section h2,
      #orei section h2,
      #menu section h2 {
        float: none;
        font-size: 20px; } }
    #content section h2 br,
    #orei section h2 br,
    #menu section h2 br {
      display: none; }
      @media all and (max-width: 1100px) {
        #content section h2 br,
        #orei section h2 br,
        #menu section h2 br {
          float: none;
          display: block; } }
  #content section table#info,
  #orei section table#info,
  #menu section table#info {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 18px;
    width: 600px;
    margin: 0 auto 40px; }
    @media all and (max-width: 1100px) {
      #content section table#info,
      #orei section table#info,
      #menu section table#info {
        float: none;
        width: 100%;
        font-size: 14px; } }
    #content section table#info tr,
    #orei section table#info tr,
    #menu section table#info tr {
      border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
      #content section table#info tr th, #content section table#info tr td,
      #orei section table#info tr th,
      #orei section table#info tr td,
      #menu section table#info tr th,
      #menu section table#info tr td {
        padding: 10px; }
      #content section table#info tr th,
      #orei section table#info tr th,
      #menu section table#info tr th {
        color: #F1C626;
        text-align: left; }
        @media all and (max-width: 1100px) {
          #content section table#info tr th,
          #orei section table#info tr th,
          #menu section table#info tr th {
            float: none;
            white-space: nowrap; } }
        #content section table#info tr th.justify,
        #orei section table#info tr th.justify,
        #menu section table#info tr th.justify {
          letter-spacing: 1em; }
      #content section table#info tr td a,
      #orei section table#info tr td a,
      #menu section table#info tr td a {
        text-decoration: none;
        border-bottom: 1px solid #F1C626;
        color: #F1C626;
        font-size: 90%;
        margin-left: 1em; }
  #content section ul#nijikai,
  #orei section ul#nijikai,
  #menu section ul#nijikai {
    list-style: none;
    width: 1140px;
    margin-right: -40px; }
    #content section ul#nijikai:after,
    #orei section ul#nijikai:after,
    #menu section ul#nijikai:after {
      content: " ";
      display: block;
      clear: both; }
    @media all and (max-width: 1100px) {
      #content section ul#nijikai,
      #orei section ul#nijikai,
      #menu section ul#nijikai {
        float: none;
        width: 100%;
        margin-right: 0; } }
    #content section ul#nijikai li,
    #orei section ul#nijikai li,
    #menu section ul#nijikai li {
      float: left;
      width: 340px;
      padding: 15px 20px;
      border: 3px double #ffffff;
      margin: 0 40px 40px 0; }
      @media all and (max-width: 1100px) {
        #content section ul#nijikai li,
        #orei section ul#nijikai li,
        #menu section ul#nijikai li {
          float: none;
          float: none;
          width: 100%;
          margin: 0 0 10px; } }
      #content section ul#nijikai li p,
      #orei section ul#nijikai li p,
      #menu section ul#nijikai li p {
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.65); }
        #content section ul#nijikai li p.kaisei,
        #orei section ul#nijikai li p.kaisei,
        #menu section ul#nijikai li p.kaisei {
          font-size: 20px;
          font-weight: 600;
          margin-bottom: 10px;
          text-align: center; }
          @media all and (max-width: 1100px) {
            #content section ul#nijikai li p.kaisei,
            #orei section ul#nijikai li p.kaisei,
            #menu section ul#nijikai li p.kaisei {
              float: none;
              text-align: left; } }
        #content section ul#nijikai li p.place::before,
        #orei section ul#nijikai li p.place::before,
        #menu section ul#nijikai li p.place::before {
          content: "会場：";
          color: #F1C626;
          font-weight: 500;
          display: inline-block;
          width: 5em;
          text-align: right; }
        #content section ul#nijikai li p.datetime::before,
        #orei section ul#nijikai li p.datetime::before,
        #menu section ul#nijikai li p.datetime::before {
          content: "開始時刻：";
          color: #F1C626;
          font-weight: 500;
          display: inline-block;
          width: 5em;
          text-align: right; }
        #content section ul#nijikai li p.fee::before,
        #orei section ul#nijikai li p.fee::before,
        #menu section ul#nijikai li p.fee::before {
          content: "参加費：";
          color: #F1C626;
          font-weight: 500;
          display: inline-block;
          width: 5em;
          text-align: right; }
  #content section iframe#map,
  #orei section iframe#map,
  #menu section iframe#map {
    width: 1100px;
    height: 450px; }
    @media all and (max-width: 1100px) {
      #content section iframe#map,
      #orei section iframe#map,
      #menu section iframe#map {
        float: none;
        width: 100%;
        height: 50vh; } }
  #content section .fb-page.fb_iframe_widget,
  #orei section .fb-page.fb_iframe_widget,
  #menu section .fb-page.fb_iframe_widget {
    display: block;
    width: 500px;
    height: 500px;
    margin: 0 auto; }
    @media all and (max-width: 1100px) {
      #content section .fb-page.fb_iframe_widget,
      #orei section .fb-page.fb_iframe_widget,
      #menu section .fb-page.fb_iframe_widget {
        float: none;
        width: 100%; } }
  #content section#omoi img,
  #orei section#omoi img,
  #menu section#omoi img {
    margin: 0 auto 40px; }
    @media all and (max-width: 1100px) {
      #content section#omoi img,
      #orei section#omoi img,
      #menu section#omoi img {
        float: none;
        width: 100%; } }
  #content section#omoi p.desc,
  #orei section#omoi p.desc,
  #menu section#omoi p.desc {
    text-align: center;
    margin: 0 auto 2em;
    font-size: 14px; }
    @media all and (max-width: 1100px) {
      #content section#omoi p.desc,
      #orei section#omoi p.desc,
      #menu section#omoi p.desc {
        float: none;
        text-align: justify; }
        #content section#omoi p.desc br,
        #orei section#omoi p.desc br,
        #menu section#omoi p.desc br {
          display: none; } }
  #content section#omoi p.ichido,
  #orei section#omoi p.ichido,
  #menu section#omoi p.ichido {
    margin-bottom: 0;
    font-size: 16px;
    text-align: center; }
    @media all and (max-width: 1100px) {
      #content section#omoi p.ichido,
      #orei section#omoi p.ichido,
      #menu section#omoi p.ichido {
        float: none;
        text-align: right; } }
    #content section#omoi p.ichido span,
    #orei section#omoi p.ichido span,
    #menu section#omoi p.ichido span {
      display: none; }
      @media all and (max-width: 1100px) {
        #content section#omoi p.ichido span,
        #orei section#omoi p.ichido span,
        #menu section#omoi p.ichido span {
          float: none;
          display: block; } }
  #content section strong,
  #orei section strong,
  #menu section strong {
    color: #F1C626; }

#copyright {
  height: 50px;
  line-height: 50px;
  background: #402815;
  text-align: center;
  font-size: 12px; }
</pre></body></html>