@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*! normalize.css v8.0.1 | 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.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

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

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

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

html {
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (min-width: 1080px) {
  html {
    font-size: 16px;
  }
}

h2 {
  line-height: 1.5;
}

h3 {
  line-height: 1.75;
}

.sp-only {
  display: block;
}

@media screen and (min-width: 1080px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}

@media screen and (min-width: 1080px) {
  .pc-only {
    display: block;
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100px;
  width: 100%;
  /*以下はレイアウトのためのCSS*/
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-align: center;
  padding: 10px 20px 0;
  /*HeightMinというクラス名がついたら高さを小さく、上部固定に*/
}

@media screen and (max-width: 1079px) {
  .header {
    position: fixed;
    height: 70px;
    padding: 0 10px 0;
    background-color: #fff;
    z-index: 999;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  }
}

.header.HeightMin {
  position: fixed;
  z-index: 999;
  background-color: #fff;
  /*最前面へ*/
  height: 60px;
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
  padding-top: 0;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 1079px) {
  .header.HeightMin {
    height: 70px;
  }
}

.header.HeightMin .mainhead_logo_img {
  width: 187px;
  height: 44px;
  margin-top: 8px;
}

.header.HeightMin .header_sidearea {
  height: 44px;
  padding-top: 24px;
}

.header.HeightMin .cpa-btn {
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header.HeightMin .register_btn,
.header.HeightMin .reserv_btn {
  max-width: 192px;
  width: 100%;
  height: auto;
}

.header .sec_inner {
  width: 100%;
}

.mainhead_logo {
  margin: 0;
}

@media screen and (max-width: 1079px) {
  .mainhead_logo {
    text-align-last: left;
  }
}

.mainhead_logo_img {
  width: 320px;
  height: auto;
  z-index: 2;
}

@media screen and (max-width: 1079px) {
  .mainhead_logo_img {
    height: 40px;
    width: 170px;
    margin: 15px 0;
  }
}

.header_titlearea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .header_titlearea {
    display: block;
  }
}

.header_sidearea {
  margin: auto 0 10px auto;
}

.cpa-btn {
  text-align: right;
}

@media screen and (max-width: 1079px) {
  .cpa-btn {
    display: none;
  }
}

.cpa-btn .register_btn,
.cpa-btn .reserv_btn {
  max-width: 240px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1079px) {
  .cpa-btn .register_btn,
  .cpa-btn .reserv_btn {
    width: 50%;
    height: auto;
  }
}

.cpa-btn .register_btn {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .cpa-btn .register_btn {
    margin-right: 20px;
  }
}

.sp-btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-btn {
    display: block;
    text-align: center;
    margin: 0 auto 0;
    padding: 40px 1em 0;
    max-width: 260px;
  }
}

.sp-btn .seibug_logo,
.sp-btn .nomura_logo,
.sp-btn .jr_logo {
  margin-bottom: 30px;
}

.sp-btn .seibug_logo {
  max-width: 206px;
}

.sp-btn .nomura_logo {
  max-width: 230px;
}

.sp-btn .jr_logo {
  max-width: 150px;
}

.collabo_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 135px;
  width: 370px;
}

@media screen and (max-width: 767px) {
  .collabo_logo {
    display: none;
  }
}

.collabo_logo .seibug_logo {
  max-width: 112px;
}

.collabo_logo .nomura_logo {
  max-width: 125px;
}

.collabo_logo .jr_logo {
  max-width: 81px;
}

.collabo_logo .seibug_logo,
.collabo_logo .nomura_logo,
.collabo_logo .jr_logo {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-170px);
            transform: translateY(-170px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-170px);
            transform: translateY(-170px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (max-width: 1079px) {
  html.is-fixed,
  html.is-fixed body {
    height: 100%;
    overflow-y: scroll;
  }
}

.wrapper {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .wrapper {
    padding-top: 70px;
  }
}

.mainvisual {
  background-color: #2A4C3E;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1079px) {
  .mainvisual {
    margin-top: 70px;
  }
}

.mainvisual .topimg {
  max-width: 1080px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .mainvisual .topimg {
    display: none;
  }
}

.mainvisual .topimg_sp {
  width: 100%;
  height: auto;
  display: none;
}

@media screen and (max-width: 767px) {
  .mainvisual .topimg_sp {
    display: block;
  }
}

.sec {
  width: 100%;
}

.sec_inner {
  width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 1079px) {
  .sec_inner {
    width: calc(100% - 1.25rem);
  }
}

@media screen and (max-width: 767px) {
  .sec_inner {
    width: calc(100% - 20px);
  }
}

.sec_header {
  position: relative;
  width: 100%;
  font-weight: normal;
  line-height: 1;
}

.sec_header .catch {
  font-size: 1.125rem;
}

.sec_header .main {
  font-size: 2.25rem;
  display: inline-block;
}

.sec_header:after {
  content: '';
  position: absolute;
  border-bottom: 2px solid #000;
  width: 335px;
  bottom: -15px;
  left: 0;
}

@media screen and (max-width: 1079px) {
  .sec_header:after {
    max-width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .sec_header:after {
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}

.sec_paragraph {
  font-size: 0.875rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

.sec_paragraph .span {
  display: block;
}

.reservation_wrapper {
  background-color: #EFF2EF;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 80px 0;
}

.reservation .sec_inner {
  max-width: 1120px;
}

.reservation .reserv_sepa {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #1B3E30;
}

@media screen and (max-width: 767px) {
  .reservation .reserv_sepa {
    font-size: 1.2rem;
    margin-bottom: 1em;
  }
}

.reservation .reserv_sepa a {
  color: #1B3E30;
  display: inline-block;
}

.reservation .reserv_sepa a:link {
  color: #1B3E30;
}

.reservation .reserv_sepa a:visited {
  color: #1B3E30;
}

.reservation .reserv_new_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .reservation .reserv_new_list {
    display: block;
    margin: 0 auto 40px;
  }
}

.reservation .reserv_new_item {
  width: 50%;
  max-width: 520px;
  border: 1px solid #537C6E;
  background-color: #fff;
  padding: 40px 20px;
}

.reservation .reserv_new_item:first-child {
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .reservation .reserv_new_item {
    width: 100%;
    padding: 20px;
    margin: 0 auto 40px;
  }
  .reservation .reserv_new_item:first-child {
    margin: 0 auto 40px;
  }
}

.reservation .reserv_new_number {
  font-size: 0.875rem;
  line-height: 1.7;
  margin: 10px auto;
  max-width: 420px;
  width: 100%;
}

.reservation .reserv_new_number span {
  display: block;
}

.reservation .reserv_new_number .bold {
  font-weight: bold;
}

.reservation .reserv_new_number .code {
  font-size: 1.125rem;
  border: 1px solid #333;
  font-weight: bold;
  text-align: center;
  margin: 1em 0;
}

.reservation .reserv_new_linkarea {
  text-align: center;
  max-width: 360px;
  margin: 0 auto 20px;
}

.reservation .reserv_new_link {
  display: inline-block;
}

.reservation .reserv_new_btn {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .reservation .reserv_new_btn {
    display: none;
  }
}

.reservation .reserv_new_btn_sp {
  width: 80%;
  display: none;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .reservation .reserv_new_btn_sp {
    display: block;
  }
}

.copyright {
  background-color: #072216;
  color: #ffffff;
  height: 56px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: relative;
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  .copyright {
    padding: 20px 33px;
    height: auto;
  }
}

.copyright .sec_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .copyright .sec_inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    position: initial;
    top: 0;
    left: 0;
    -webkit-transform: initial;
            transform: initial;
  }
}

.copyright_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.copyright_link a {
  text-decoration: none;
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .copyright_link {
    margin-bottom: 20px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.copyright_link_item:first-of-type {
  margin-right: 60px;
}

@media screen and (max-width: 767px) {
  .copyright_link_item:first-of-type {
    margin-right: 0;
  }
}
/*# sourceMappingURL=style_spc.css.map */