@charset "UTF-8";
/* # =================================================================
#	normalize
# ================================================================= */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese);
* {
  padding: 0;
  margin: 0;
  font-size: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

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

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

/* # =================================================================
#	ベース
# ================================================================= */
html {
  font-size: 62.5%;
}

body {
  /*-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	font-smoothing:antialiased;*/
  letter-spacing: normal;
  line-height: 1.8em;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: #ffffff;
  color: #000000;
}

_:-ms-lang(x), body {
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
}

body, table, th, td, h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
}

@media only screen and (min-width: 641px) {
  body, table, th, td, h1, h2, h3, h4, h5, h6 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 640px) {
  body, table, th, td, h1, h2, h3, h4, h5, h6 {
    font-size: 3.75vw;
  }
}

@media only screen and (min-width: 641px) {
  .pc-none {
    display: none !important;
  }
}

@media only screen and (max-width: 640px) {
  .sp-none {
    display: none !important;
  }
}

.small {
  line-height: 1.8em;
}

@media only screen and (min-width: 641px) {
  .small {
    font-size: 12px;
  }
}

@media only screen and (max-width: 640px) {
  .small {
    font-size: 0.8571em;
  }
}

a,
button {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

ul {
  list-style-type: none;
}

/* clerfix ----- */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
  content: " ";
  line-height: 0;
}

/* ----- clerfix */
.clear {
  clear: both;
}

.txXXL {
  font-size: 160%;
  line-height: 145%;
}

.txXL {
  font-size: 140%;
  line-height: 145%;
}

.txL {
  font-size: 116%;
  line-height: 145%;
}

.txM {
  font-size: 100%;
  line-height: 160%;
}

.txS {
  font-size: 84%;
  line-height: 135%;
}

.txXS {
  font-size: 70%;
  line-height: 135%;
}

.txXXS {
  font-size: 60%;
  line-height: 135%;
}

.txRed {
  color: #ff0000;
}

.txOrange {
  color: #ff6600;
}

.txBold {
  font-weight: 500;
}

.txNormal {
  font-weight: 400;
}

.strong {
  font-weight: 600;
}

.error {
  color: #ff0000;
}

.nowrap {
  white-space: nowrap !important;
}

.alnC {
  text-align: center !important;
}

.alnL {
  text-align: left !important;
}

.alnR {
  text-align: right !important;
}

.underline {
  border-bottom: 1px solid #22537d;
}

.indent01 {
  margin-left: 1.0em;
}

.list01 {
  list-style-type: none;
  margin: 0px 0px 0px 1.0em;
  padding: 0px;
}

.list01 li {
  margin: 0px;
  padding: 0px;
  text-indent: -1.0em;
}

.list01 li:before {
  content: "・";
}

/* # =================================================================
#	レイアウト
# ================================================================= */
/* # =================================================================
#	見出し
# ================================================================= */
/* # =================================================================
#	ボタン
# ================================================================= */
.button01 {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  display: inline-block;
  text-align: center;
  background: #e8682f;
  color: #ffffff;
  position: relative;
  left: 0px;
  top: 0px;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.25em;
  border-radius: 8px;
}

@media only screen and (min-width: 641px) {
  .button01 {
    min-width: 300px;
    padding: 16px 32px 16px 32px;
  }
}

@media only screen and (max-width: 640px) {
  .button01 {
    min-width: 46.875vw;
    padding: 1.875vw 3.75vw;
  }
}

.button01:link, .button01:visited {
  color: #ffffff;
  text-decoration: none;
  opacity: 1.0;
}

.button01:hover, .button01:active {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.7;
}

.button01.dim {
  pointer-events: none;
  opacity: 0.3;
}

.button02 {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  display: inline-block;
  text-align: center;
  background: #cccccc;
  color: #000000;
  position: relative;
  left: 0px;
  top: 0px;
  font-weight: bold;
  font-size: 1.0em;
  line-height: 1.25em;
  border-radius: 6px;
}

@media only screen and (min-width: 641px) {
  .button02 {
    min-width: 200px;
    padding: 8px 16px 8px 16px;
  }
}

@media only screen and (max-width: 640px) {
  .button02 {
    min-width: 31.25vw;
    padding: 1.25vw 2.5vw;
  }
}

.button02:after {
  display: block;
  content: "＞";
  width: 1.0em;
  height: 1.0em;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto 0px;
}

@media only screen and (min-width: 641px) {
  .button02:after {
    right: 14px;
  }
}

@media only screen and (max-width: 640px) {
  .button02:after {
    right: 2.1875vw;
  }
}

.button02:link, .button02:visited {
  color: #000000;
  text-decoration: none;
  opacity: 1.0;
}

.button02:hover, .button02:active {
  color: #000000;
  text-decoration: none;
  opacity: 0.7;
}

/* # =================================================================
#	リンク
# ================================================================= */
/* # =================================================================
#	アイコン
# ================================================================= */
/* # =================================================================
#	パンくず
# ================================================================= */
/* # =================================================================
#	ヘッダー
# ================================================================= */
/* # =================================================================
#	グローバルナビゲーション
# ================================================================= */
/* # =================================================================
#	メイン
# ================================================================= */
* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
}

html {
  height: 100%;
}

body {
  height: 100%;
}

@media only screen and (max-width: 640px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  table,
  tbody,
  tr,
  th,
  td,
  div,
  span {
    background-image: url(../img/spacer.gif);
    background-color: transparent;
    max-height: 999999px;
  }
}

a:link,
a:visited {
  color: #e8682f;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #e8682f;
  text-decoration: underline;
}

.loader {
  display: block;
  font-size: 10px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  text-align: left;
  overflow: hidden;
  text-indent: -9000px;
  border-top: 0.5em solid rgba(0, 0, 0, 0.2);
  border-right: 0.5em solid rgba(0, 0, 0, 0.2);
  border-bottom: 0.5em solid rgba(0, 0, 0, 0.2);
  border-left: 0.5em solid #000000;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loading 1.1s infinite linear;
  animation: loading 1.1s infinite linear;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader,
.loader:after {
  border-radius: 50%;
}

@media only screen and (min-width: 641px) {
  .loader,
  .loader:after {
    width: 50px;
    height: 50px;
  }
}

@media only screen and (max-width: 640px) {
  .loader,
  .loader:after {
    width: 3.125vw;
    height: 3.125vw;
  }
}

.owl-carousel {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto;
  touch-action: auto;
}

/* basic style ------------------------------ */
.hover {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
}

@media only screen and (min-width: 641px) {
  a.hover:link,
  a.hover:visited {
    opacity: 1.0;
  }
  a.hover:hover,
  a.hover:active {
    opacity: 0.6;
  }
}

@media only screen and (max-width: 640px) {
  a.hover:link,
  a.hover:visited,
  a.hover:hover {
    opacity: 1.0;
  }
  a.hover:active {
    opacity: 1.0;
  }
}

@media only screen and (min-width: 641px) {
  .anchor {
    padding-top: 80px !important;
    margin-top: -80px !important;
  }
}

@media only screen and (max-width: 640px) {
  .anchor {
    padding-top: 7.03125vw !important;
    margin-top: -7.03125vw !important;
  }
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

@media only screen and (max-width: 640px) {
  .mb4 {
    margin-bottom: 0.625vw !important;
  }
}

.mb8 {
  margin-bottom: 8px !important;
}

@media only screen and (max-width: 640px) {
  .mb8 {
    margin-bottom: 1.25vw !important;
  }
}

/* wrapper ------------------------------ */
#wrapper {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
  background-color: #fbfbf2;
}

/* keyvisual ------------------------------ */
#keyvisual {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
  background-color: #e8382f;
  background-image: url(../img/home_kv_bg.jpg);
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 50% auto;
  border-bottom: 5px solid #000000;
}

#keyvisual #siteTitle {
  max-width: 800px;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  #keyvisual {
    border-bottom-width: 0.78125vw;
  }
  #keyvisual #siteTitle {
    margin-left: -7.8125vw;
    margin-right: -7.8125vw;
  }
}

/* container ------------------------------ */
#container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #ffffff;
  zoom: 1;
}

#container:after {
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
  content: " ";
  line-height: 0;
}

.sec-type1 {
  position: relative;
  background-color: #fbfbf2;
}

.sec-type1 > .sec-inner {
  position: relative;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 800px;
  padding: 100px 20px;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .sec-type1 > .sec-inner {
    padding: 15.625vw 4.6875vw;
  }
}

.sec-type1.event {
  background-image: url(../img/event_bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  color: #ffffff;
}

.sec-type1.event:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.sec-type1.event .hdg-type1 {
  color: #ffffff;
}

@media only screen and (max-width: 640px) {
  .sec-type1.event {
    background-position: 50% 100%;
    background-size: 375% auto;
  }
}

.sec-type1.details > .sec-inner {
  max-width: 1100px;
}

.sec-type1.report {
  background-image: url(../img/report_bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  color: #ffffff;
  padding: 100px 20px;
}

.sec-type1.report:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}

.sec-type1.report .hdg-type1 {
  color: #ffffff;
}

@media only screen and (max-width: 640px) {
  .sec-type1.report {
    padding: 15.625vw 4.6875vw;
  }
}

.sec-type2 {
  position: relative;
  background-color: #fce4d9;
}

.sec-type2 > .sec-inner {
  position: relative;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 800px;
  padding: 100px 20px;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .sec-type2 > .sec-inner {
    padding: 15.625vw 4.6875vw;
  }
}

.sec-type2.photogallery > .sec-inner {
  max-width: 1100px;
}

.sec-type2.photogallery .gallery {
  margin-top: 40px;
}

.sec-type2.photogallery .gallery .thumbs > div {
  width: 80px;
  height: 80px;
}

.sec-type2.photogallery .gallery .thumbs > div.active {
  border-color: #e8682f;
}

.sec-type2.photogallery .gallery .thumbs > div.active:before {
  border-bottom-color: #e8682f;
}

.sec-type2.photogallery .gallery .images > span.left {
  left: 20px;
  right: auto;
  margin: 0;
  padding: 0;
}

.sec-type2.photogallery .gallery .images > span.left:before {
  left: 0;
  right: auto;
}

.sec-type2.photogallery .gallery .images > span.right {
  left: auto;
  right: 20px;
  margin: 0;
  padding: 0;
}

.sec-type2.photogallery .gallery .images > span.right:before {
  left: auto;
  right: 0;
}

@media only screen and (max-width: 640px) {
  .sec-type2 > .sec-inner .gallery .thumbs > div {
    width: 10.9375vw;
    height: 10.9375vw;
  }
}

.hdg-type1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  line-height: 1.25em;
  margin-bottom: 40px;
}

.hdg-type1:before {
  content: attr(data-eng);
  font-size: 66px;
  line-height: 1.25em;
  font-weight: bold;
  color: #e8382f;
  text-transform: uppercase;
  margin-bottom: 0.1em;
}

@media only screen and (max-width: 640px) {
  .hdg-type1 {
    font-size: 4.375vw;
    margin-bottom: 6.25vw;
  }
  .hdg-type1:before {
    font-size: 14.0625vw;
  }
}

.hdg-type2 {
  display: block;
  text-align: center;
  font-size: 32px;
  line-height: 1.25em;
  font-weight: bold;
  margin-top: 80px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .hdg-type2 {
    font-size: 5vw;
    margin-top: 12.5vw;
    margin-bottom: 3.125vw;
  }
}

.event-box {
  display: block;
  max-width: 80%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.85);
  color: #000000;
  text-align: center;
  padding: 40px;
  border-radius: 30px;
}

@media only screen and (max-width: 640px) {
  .event-box {
    max-width: none;
    padding: 6.25vw 3.125vw;
    border-radius: 4.6875vw;
  }
}

.event-close {
  text-align: center;
  padding-top: 0.5em;
  margin-bottom: 2.5em;
}

.event-close p {
  font-size: 1.25em;
  line-height: 1.75em;
  color: #e8382f;
  font-weight: bold;
}

.event-title {
  font-size: 40px;
  line-height: 1.25em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.0em;
}

.event-title img {
  max-width: 60vw;
  width: 440px;
  height: auto;
}

@media only screen and (max-width: 640px) {
  .event-title {
    font-size: 6.875vw;
  }
}

.event-txt1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.4em;
  background: -webkit-gradient(linear, left bottom, left top, from(#00d4e3), color-stop(40%, #7fb574), color-stop(80%, #009bdd));
  background: -webkit-linear-gradient(bottom, #00d4e3 0%, #7fb574 40%, #009bdd 80%);
  background: linear-gradient(0deg, #00d4e3 0%, #7fb574 40%, #009bdd 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 640px) {
  .event-txt1 {
    font-size: 3.75vw;
  }
}

.event-txt2 {
  font-size: 40px;
  line-height: 1.25em;
  font-weight: bold;
  margin-bottom: 1.0em;
  background: -webkit-gradient(linear, left bottom, left top, from(#dfb801), color-stop(40%, #e88301), color-stop(80%, #fc1421));
  background: -webkit-linear-gradient(bottom, #dfb801 0%, #e88301 40%, #fc1421 80%);
  background: linear-gradient(0deg, #dfb801 0%, #e88301 40%, #fc1421 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 640px) {
  .event-txt2 {
    font-size: 6.875vw;
  }
}

.event-txt3 {
  font-size: 24px;
  line-height: 1.25em;
  font-weight: bold;
  margin-bottom: 1.0em;
}

.event-txt3 > span {
  background-color: #fff100;
  color: #000000;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .event-txt3 {
    font-size: 5vw;
  }
}

.event-txt4 {
  margin-bottom: 1.0em;
}

.event-txt4 > span {
  font-weight: bold;
}

.sns-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.sns-links > li {
  margin: 0 10px;
  padding: 0;
  width: calc(33% - 20px);
}

.sns-links > li a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.6em 1.0em;
  width: 100%;
  background-color: #666666;
  color: #ffffff;
  border-radius: 10px;
  text-decoration: none;
}

.sns-links > li a:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  margin-right: 10px;
}

.sns-links > li a > span {
  font-size: 20px;
  line-height: 1.0em;
  font-weight: bold;
}

.sns-links > li a > span > span {
  font-size: 14px;
}

.sns-links > li.instagram a {
  background-color: #fe3c72;
}

.sns-links > li.instagram a:before {
  background-image: url(../img/icon_insta.png);
}

.sns-links > li.x a {
  background-color: #454545;
}

.sns-links > li.x a:before {
  background-image: url(../img/icon_x.png);
}

.sns-links > li.facebook a {
  background-color: #3e90fa;
}

.sns-links > li.facebook a:before {
  background-image: url(../img/icon_fb.png);
}

@media only screen and (max-width: 640px) {
  .sns-links {
    margin-top: 6.25vw;
  }
  .sns-links > li a:before {
    width: 9.375vw;
    height: 9.375vw;
    margin-right: 0px;
  }
  .sns-links > li a > span {
    display: none;
  }
}

.detail-floor {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 800px;
  background-color: #a1d8e4;
  border-radius: 30px;
  padding: 40px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 640px) {
  .detail-floor {
    border-radius: 4.6875vw;
    padding: 6.25vw;
    margin-bottom: 6.25vw;
  }
}

.details-images {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  margin: 0 auto;
  max-width: 800px;
  margin: 40px auto;
  margin-bottom: 80px;
}

.details-images > li {
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
}

.details-images > li img {
  max-width: none;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 640px) {
  .details-images {
    margin: 6.25vw auto;
    margin-bottom: 6.25vw;
  }
  .details-images > li {
    margin: 0 0 3.125vw;
  }
}

.details-more {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 640px) {
  .details-more {
    margin-top: 6.25vw;
    margin-bottom: 6.25vw;
  }
}

.report-txt1 {
  margin-bottom: 1.0em;
}

.gmap-box {
  width: 100%;
  height: 400px;
  background-color: #cccccc;
  margin-bottom: 2.0em;
}

.gmap-box > iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 640px) {
  .gmap-box {
    height: 62.5vw;
  }
}

.access-txt1 {
  margin-bottom: 1.0em;
}

.access-txt2 {
  margin-bottom: 1.0em;
}

/* # =================================================================
#	フッター
# ================================================================= */
#foot {
  border-top: 5px solid #000000;
  background-color: #fafafa;
  text-align: center;
  padding: 40px;
  position: relative;
  z-index: 99999;
}

@media only screen and (max-width: 640px) {
  #foot {
    border-top-width: 0.78125vw;
    padding: 6.25vw;
  }
}

#foot-topagetop {
  visibility: hidden;
  position: fixed;
  right: 20px;
  bottom: 100px;
  width: 40px;
  height: 40px;
}

#foot-topagetop > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9000px;
  overflow: hidden;
  text-align: left;
  background-color: #000000;
  border: 1px solid #fefefe;
  border-radius: 30px;
  color: #e8682f;
}

#foot-topagetop > a:before {
  content: "▲";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-indent: 0;
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 640px) {
  #foot-topagetop {
    right: 2.34375vw;
    bottom: 15.625vw;
    width: 10.9375vw;
    height: 10.9375vw;
  }
  #foot-topagetop > a {
    border-radius: 15.625vw;
  }
  #foot-topagetop > a:before {
    font-size: 2.8125vw;
  }
}

#copyright {
  color: #333333;
}

#copyright small {
  font-size: 14px;
  line-height: 1.25em;
  font-weight: normal;
  font-style: normal;
}

@media only screen and (max-width: 640px) {
  #copyright small {
    font-size: 2.5vw;
  }
}

/*# sourceMappingURL=common.css.map */
