@charset "UTF-8";
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400&family=Shadows+Into+Light&display=swap");
/* Scss Document */
/* Scss Document */
/* Scss Document */
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box; }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */ }

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0; }

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0; }

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Add the correct display in IE.
 */
main {
  display: block; }

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none; }

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse; }

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0; }

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */ }

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */ }

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible; }

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none; }

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */ }

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0; }

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none; }

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block; }

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content; }

dialog:not([open]) {
  display: none; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */ }

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed; }

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden] {
  display: initial; }

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute; }

:root, html, body {
  background-color: #fff;
  color: #474747;
  width: 100%; }

* {
  box-sizing: border-box; }

li {
  list-style: none; }

a {
  color: #474747; }

a:hover {
  text-decoration: none;
  color: #878378; }

/* layouts scss */
.l-column {
  -ms-flex: 100% 100% 100%;
  -webkit-flex: 100% 100% 100%;
  flex: 100% 100% 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px; }
  @media only screen and (max-width: 640px) {
    .l-column {
      padding: 0 30px;
      width: auto; } }

.l-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1180px;
  margin: 0 auto; }

.l-threeColumn {
  -ms-flex: 0 0 30%;
  -webkit-flex: 0  30%;
  flex: 30% 30% 30%;
  max-width: 380px; }
  @media only screen and (max-width: 640px) {
    .l-threeColumn {
      display: block;
      -ms-flex: 1 1 40%;
      -webkit-flex: 1 1 40%;
      flex: 1 1 40%;
      max-width: none; } }

.l-fourColumn {
  -ms-flex: 0 0 22%;
  -webkit-flex: 0  22%;
  flex: 22%;
  max-width: 285px; }
  @media only screen and (max-width: 640px) {
    .l-fourColumn {
      display: block;
      -ms-flex: 1 1 40%;
      -webkit-flex: 1 1 40%;
      flex: 1 1 40%;
      max-width: none; } }

.l-fitImg {
  max-width: 100%;
  max-height: 100%; }

/* Scss Document */
.button {
  display: inline-block;
  padding: 7px 12px;
  color: #fff;
  background: #252525;
  font-weight: normal;
  font-size: 14px;
  line-height: 1; }

/* labels.scss */
.sectionLabel {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  color: #474747;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1;
  font-family: "Lato";
  font-weight: 300; }
  .sectionLabel::before, .sectionLabel:after {
    display: block;
    -ms-flex: 1 0 10%;
    -webkit-flex: 1 0 10%;
    flex: 1 0 10%;
    height: 0;
    border-bottom: 1px solid #474747;
    content: ""; }
  .sectionLabel::before {
    margin-right: 22px; }
  .sectionLabel::after {
    margin-left: 22px; }

/*
.logo{
    flex: 100%;
    display: flex;
    text-align: center;
    & img{
       max-height: 100%;
        max-width: 100%;
    }
*/
/*
display: inline-block;
padding:0;
color: $color-main-text;
text-transform: uppercase;
font-weight: lighter;
font-size: 26px;
@include logo-font;
*/
/* header scss */
.Header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: auto; }
  .Header__head {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 20% 20% 20%;
    -webkit-flex: 20% 20% 20%;
    flex: 20% 20% 20%;
    text-align: left;
    padding: 0% 2%; }
  .Header__body {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex: 80% 80% 80%;
    -webkit-flex: 80% 80% 80%;
    flex: 80% 80% 80%;
    padding: 0% 2%;
    font-size: 12px; }

.inner {
  width: 100%;
  height: 100px; }
  @media only screen and (max-width: 640px) {
    .inner {
      height: 56px; } }

/* header */
#top-head {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto 0;
  line-height: 1;
  z-index: 999;
  /* Fixed */ }
  #top-head.fixed {
    top: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: fixed;
    height: 100px;
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in; }
  #top-head.logo {
    display: flex; }

#top-head.fixed #global-nav ul li a {
  color: #252525; }

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101; }

#nav-toggle div {
  position: relative; }

#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #666;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out; }

#nav-toggle span:nth-child(1) {
  top: 0; }

#nav-toggle span:nth-child(2) {
  top: 11px; }

#nav-toggle span:nth-child(3) {
  top: 22px; }

/*  スマホ用画面  */
@media only screen and (max-width: 640px) {
  #top-head {
    width: 100%; }
    #top-head.fixed {
      width: 100%;
      height: 56px; }

  /* Fixed reset */
  #mobile-head {
    background: #fff;
    display: flex;
    width: 85vw;
    height: 56px;
    z-index: 999;
    position: relative;
    align-items: center;
    margin: auto 0; }

  #top-head.fixed .logo,
  #top-head .logo {
    position: absolute;
    width: 100%;
    display: flex;
    left: 13px; }

  #yohaku {
    position: absolute;
    border: 0.1vh ridge #333333;
    top: 56px;
    left: -50vw;
    background: #F7F7F7;
    width: 50vw;
    height: 100vh;
    padding: 0 0 56px 0;
    z-index: 997;
    opacity: .5;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out; }

  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    border: 0.3vh ridge #333333;
    top: 56px;
    left: -50vw;
    background: #252525;
    width: 50vw;
    height: 100vh;
    text-align: center;
    padding: 0 0 56px 0;
    z-index: 998;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out; }

  #global-nav ul {
    width: 50vw;
    list-style: none;
    position: static;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: clumn;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    right: 0;
    bottom: 0;
    font-size: 8px; }

  #global-nav ul li {
    line-height: 150%;
    border-bottom: 0.3vh ridge #333333;
    position: static; }

  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 10px 0; }
    #top-head #global-nav ul li a:hover,
    #top-head.fixed #global-nav ul li a:hover {
      color: #ACACAC; }

  #nav-toggle {
    display: block; }

  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg); }

  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%; }

  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg); }

  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /*    #global-nav top + #mobile-head height */
    -moz-transform: translateX(50vw);
    -webkit-transform: translateX(50vw);
    transform: translateX(50vw); }

  .open #yohaku {
    /*    #global-nav top + #mobile-head height */
    -moz-transform: translateX(100vw);
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); } }
/*  breadcrumb Scss */
.breadcrumb {
  flex: 90%;
  list-style: none;
  margin: 2% 5%;
  font-size: 14px; }
  @media only screen and (max-width: 640px) {
    .breadcrumb {
      margin: 5% 0% 0%;
      font-size: 12px; } }

.breadcrumb a {
  color: #252525;
  text-decoration-line: underline; }
  @media only screen and (max-width: 640px) {
    .breadcrumb a {
      color: #000000; } }

.breadcrumb a:hover {
  color: #ACACAC; }

.breadcrumb li {
  display: inline-block; }

.breadcrumb li::after {
  content: ">";
  padding: 0 5px;
  color: #252525; }

.breadcrumb li:last-child::after {
  content: none; }

.breadcrumb li:last-child {
  text-decoration-line: none; }
  @media only screen and (max-width: 640px) {
    .breadcrumb li:last-child {
      color: #ACACAC; } }

/* ページスクロール 戻る　*/
.return__yajirusi {
  flex: 90%;
  margin: 5% 5% 0% 5%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }
  .return__yajirusi__title {
    flex: 40%;
    margin-left: 35%;
    display: flex;
    justify-content: flex-end; }
    @media only screen and (max-width: 640px) {
      .return__yajirusi__title {
        font-size: 12px; } }
  .return__yajirusi__thumb {
    flex: 10%;
    margin: 0% 10% 0% 2%;
    display: flex;
    justify-content: flex-start; }
    .return__yajirusi__thumb img {
      flex: 70%;
      margin-left: 30%; }

/* Scss Document */
.Menu {
  display: flex;
  justify-content: space-around;
  font-family: "Lato";
  font-weight: 300; }
  .Menu__item {
    display: flex;
    font-size: 12px;
    padding: 0px 15px;
    text-decoration: none;
    text-transform: uppercase; }

/*
.Menu__sub .Menu__item{
        font-size: 18px;
        @include mq-sp{
            -ms-flex-direction:column;
            -webkit-flex-direction:column;
            flex-direction: column;
        }
        
        
    }
*/
/* Scss Document */
.Section {
  margin-bottom: 40px; }
  .Section__middle {
    display: flex;
    flex: 90%;
    margin: 2% 5%;
    border-bottom: 1px solid #474747; }
  .Section__light {
    display: flex;
    flex: 80%;
    margin: 5% 10%;
    border-bottom: 0.5px dotted #474747; }

/* footer */
.Footer {
  padding: 1% 0;
  background: #252525; }
  @media only screen and (max-width: 640px) {
    .Footer {
      padding: 3% 0; } }
  .Footer__left {
    flex: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 640px) {
      .Footer__left {
        flex: 40%; } }
    .Footer__left .address {
      font-size: 14px;
      text-align: left; }
      @media only screen and (max-width: 640px) {
        .Footer__left .address {
          font-size: 12px; } }
    .Footer__left .access {
      font-size: 14px; }
      @media only screen and (max-width: 640px) {
        .Footer__left .access {
          font-size: 12px; } }
  .Footer__right {
    flex: 70%;
    display: flex;
    flex-flow: row wrap; }
    @media only screen and (max-width: 640px) {
      .Footer__right {
        flex: 40%; } }
  .Footer__menu {
    flex: 100%;
    margin: 0% 0% 3% 0%;
    line-height: 3.0;
    display: flex;
    flex-wrap: wrap; }
    @media only screen and (max-width: 640px) {
      .Footer__menu {
        display: none; } }
  .Footer li {
    flex: 20%; }
  .Footer__footer {
    flex: 100%;
    display: flex;
    flex-flow: row wrap;
    line-height: 2.0; }
  .Footer__foot {
    flex: 100%;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center; }
  .Footer__foot1 {
    flex: 100%;
    text-align: center; }
    @media only screen and (max-width: 640px) {
      .Footer__foot1 {
        font-size: 12px; } }
  .Footer__foo2 {
    margin: 0% 5%;
    flex: 45%; }
  .Footer__sns {
    flex: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0%; }
  @media only screen and (max-width: 640px) {
    .Footer .Footer__foot .Footer__foot2 {
      font-size: 12px; } }
  .Footer a {
    color: #878378; }
    .Footer a:hover {
      color: #fff; }

/* Scss Document */
.SNS {
  display: flex;
  align-items: center;
  font-size: 22px; }
  @media only screen and (max-width: 640px) {
    .SNS {
      font-size: 18px; } }
  .SNS__text {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    padding: 0px;
    border: 0px;
    overflow: hidden; }
  .SNS__item {
    margin-right: 20px; }

/* event top */
.event {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 2%,auto,2%; }
  .event__img {
    text-align: center; }
    .event__img img {
      width: 100%; }
      @media only screen and (max-width: 640px) {
        .event__img img {
          width: 80%; } }
  .event__contents {
    display: flex;
    flex: 80%;
    flex-flow: wrap;
    margin: 5% 10%;
    padding: 0% 5%;
    flex-direction: row; }
    .event__contents__board {
      display: flex;
      flex: 20%;
      margin-right: 80%;
      height: 3em;
      justify-content: center;
      align-items: center;
      border-radius: 2em;
      background-color: #044D03;
      color: #FFFFFF; }
      @media only screen and (max-width: 640px) {
        .event__contents__board {
          flex: 35%;
          margin-right: 65%; } }
    .event__contents__text {
      display: flex;
      flex: 50%;
      padding-left: 5%;
      flex-direction: column;
      margin-top: 1.5em;
      justify-content: center;
      line-height: 2em; }
      @media only screen and (max-width: 640px) {
        .event__contents__text {
          flex: 100%; } }
    .event__contents__photo {
      display: flex;
      flex: 40%;
      padding-right: 5%;
      align-items: flex-start; }
      .event__contents__photo img {
        width: 80%; }
      @media only screen and (max-width: 640px) {
        .event__contents__photo {
          flex: 100%; } }
  .event__contents1 {
    flex: 64%;
    display: flex;
    flex-direction: column;
    margin: 5% 10%; }
    @media only screen and (max-width: 640px) {
      .event__contents1 {
        flex: 100%;
        margin: 5% 0%; } }
    .event__contents1__main {
      flex: 90%;
      margin: 2% 5%;
      padding: 2% 5%;
      background-color: #74E990; }
    .event__contents1__sub {
      flex: 90%;
      margin: 2% 5%;
      padding: 2% 5%; }
    .event__contents1__foot {
      flex: 90%;
      margin: 2% 5%;
      padding: 2% 5%;
      background-color: #74E990; }
  .event__contents2 {
    flex: 64%;
    display: flex;
    flex-direction: column;
    margin: 5% 10%;
    padding: 2% 0% 0% 0%;
    background-color: #99A5CD; }
    @media only screen and (max-width: 640px) {
      .event__contents2 {
        flex: 90%;
        margin: 5% 5%; } }
    .event__contents2__main {
      flex: 90%;
      margin: 2% 5% 0% 5%;
      padding: 2% 5%;
      background-color: #ABABAB; }
    .event__contents2__photo {
      display: flex;
      flex: 60%;
      margin: 1% 20% 0% 20%; }
      .event__contents2__photo img {
        width: 80%; }
    .event__contents2__foot {
      flex: 30%;
      margin: 0% 35% 5% 35%;
      text-align: center;
      background-color: #ABABAB; }
      @media only screen and (max-width: 640px) {
        .event__contents2__foot {
          flex: 50%;
          margin: 0% 25% 5% 25%; } }
    .event__contents2__foot2 {
      display: flex;
      flex: 100%;
      flex-flow: nowrap;
      padding: 0 auto; }
      @media only screen and (max-width: 640px) {
        .event__contents2__foot2 {
          flex-flow: wrap; } }
      .event__contents2__foot2__photo1 {
        display: inline-flex;
        flex: 50%;
        justify-content: center;
        align-items: center;
        text-align: center; }
      .event__contents2__foot2__photo2 {
        display: inline-flex;
        flex: 50%;
        justify-content: center;
        align-items: center;
        text-align: center; }
      .event__contents2__foot2 img {
        width: 90%; }
    .event__contents2__end {
      margin: 2% 3%;
      font-size: 0.8em; }
      @media only screen and (max-width: 640px) {
        .event__contents2__end {
          font-size: 0.7em; } }

@media (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default; } }
/*　アクセス　*/
.access {
  flex: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .access__main {
    flex: 100%;
    display: flex;
    flex-direction: row; }
    .access__main__panel {
      flex: 90%;
      margin: 0% 5%;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
  .access__sub {
    flex: 90%;
    margin: 2% 5%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .access__sub__address {
      flex: 88%;
      height: 4em;
      margin-left: 12%; }
      @media only screen and (max-width: 640px) {
        .access__sub__address {
          flex: 98%;
          margin-left: 2%; } }
    .access__sub__tel {
      flex: 85%;
      height: 2em;
      margin-left: 15%; }
      @media only screen and (max-width: 640px) {
        .access__sub__tel {
          flex: 95%;
          margin-left: 5%; } }

.map-wrapper {
  flex: 100%;
  margin: 2% 0%;
  display: flex;
  justify-content: center; }
  @media only screen and (max-width: 640px) {
    .map-wrapper {
      margin: 0; } }

#map {
  width: 850px;
  height: 350px; }
  @media only screen and (max-width: 640px) {
    #map {
      width: 70vw;
      height: 40vh; } }

/* Scss Document */
.u-mt60px {
  margin-top: 1%; }

.u-mb100px {
  margin-bottom: 5%; }
