
@charset "UTF-8";
/*
 2020.10.15
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  background: #fff;
  line-height: 1.5; }

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: .3s ease-in-out all;
  -o-transition: .3s ease-in-out all;
  transition: .3s ease-in-out all; }
  a:hover {
    opacity: .8; }

img {
  max-width: 100%; }

.container {
  max-width: 1050px;
  width: 94%;
  margin: 0 auto; }

.left {
  float: left; }

.right {
  float: right; }

.clearfix:after {
  content: "";
  clear: both;
  display: block; }

.center {
  text-align: center; }

.textRight {
  text-align: right; }

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

@media print, screen and (min-width: 768px) {
  .spOnly {
    display: none; } }

@media print, screen and (min-width: 769px) {
  .allLink:not(.allLinkNone) {
    cursor: pointer;
    -webkit-transition: .3s ease-in-out all;
    -o-transition: .3s ease-in-out all;
    transition: .3s ease-in-out all; }
    .allLink:not(.allLinkNone):hover {
      opacity: .8; }
    .allLink:not(.allLinkNone) a:hover {
      opacity: 1; } }

.displayNone {
  display: none; }

.textLink01 {
  color: #c00;
  text-decoration: underline; }

.breadcrumb {
  font-size: 13px;
  margin-bottom: 50px; }
  @media all and (-ms-high-contrast: none) {
    .breadcrumb li:not(:first-child) a {
      line-height: 1; } }
  .breadcrumb li:not(:last-child) {
    margin-right: 10px;
    padding-right: 15px;
    position: relative; }
    .breadcrumb li:not(:last-child):after {
      content: "";
      width: 6px;
      height: 6px;
      margin: auto 0;
      border-top: 1px solid #333;
      border-right: 1px solid #333;
      border-radius: 1px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0; }

input[type="submit"] {
  font-family: "Noto Sans JP", sans-serif;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: .3s ease-in-out all;
  -o-transition: .3s ease-in-out all;
  transition: .3s ease-in-out all; }
  input[type="submit"]:hover {
    opacity: .8; }

input[type="text"], input[type="email"], input[type="tel"] {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

textarea {
  font-size: 16px;
  width: 100%;
  height: 220px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none; }

.checkbox {
  padding: 0 0 1px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative; }
  .checkbox:before, .checkbox:after {
    content: '';
    position: absolute; }
  .checkbox:before {
    width: 20px;
    height: 20px;
    border: 1px solid #c8c9ca;
    z-index: 3;
    top: 0;
    left: 0; }
  .checkbox:after {
    width: 8px;
    height: 14px;
    border-right: 2px solid #c00;
    border-bottom: 2px solid #c00;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
    /*display: block;*/
    top: 0;
    left: 6px; }
  .checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 41px 0px #fff;
    box-shadow: 41px 0px #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 2;
    /*display: block;*/
    position: absolute;
    left: -40px; }
    .checkbox input[type="checkbox"]:checked {
      -webkit-box-shadow: none;
      box-shadow: none; }
  .checkbox:not(:last-child) {
    margin-right: 25px; }

.radio {
  padding: 0 0 1px 30px;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative; }
  .radio:before, .radio:after {
    content: '';
    position: absolute; }
  .radio:before {
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 50%;
    z-index: 3;
    top: 0;
    left: 0; }
  .radio:after {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #c00;
    z-index: 1;
    top: 4px;
    left: 4px; }
  .radio input[type="radio"] {
    width: 22px;
    height: 22px;
    margin: 0;
    -webkit-box-shadow: 20px -1px #fff;
    box-shadow: 20px -1px #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 2;
    position: absolute;
    top: 3;
    left: -23px; }
    .radio input[type="radio"]:checked {
      -webkit-box-shadow: none;
      box-shadow: none; }
    .radio input[type="radio"]:focus {
      opacity: 0.2;
      -webkit-box-shadow: 20px -1px #fff;
      box-shadow: 20px -1px #fff; }
  .radio:not(:last-child) {
    margin-right: 25px; }





.selectBox01 {
  width: 100%;
  margin-top: 5px;
  border: 1px solid #ccc;
  display: block;
  position: relative; }

  .selectBox01:after {
    content: "";
    width: 4px;
    height: 4px;
    margin: auto 0;
    border: 4px solid transparent;
    border-top: 4px solid #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 18px;
    right: 15px;
    z-index: 1;
    }

  .selectBox01 select {
    font-family: "Noto Sans JP", sans-serif;
    width: 100%;
    height: 40px;
    background: none;
    padding-left: 15px;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    outline: none;
    position: relative;
    z-index: 2;
    }

    @media all and (-ms-high-contrast: none) {
      .selectBox01 select {
        width: 100% !important; } }

    .selectBox01 select::-ms-expand {
      display: none; }






    
      .selectBox02 {
        width: 100%;
        margin-top: 5px;
        border: 1px solid #ccc;
        display: block;
        position: relative; }
      
        .selectBox02:after {
          content: "";
          width: 4px;
          height: 4px;
          margin: auto 0;
          border: 4px solid transparent;
          border-top: 4px solid #333;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          position: absolute;
          top: 18px;
          right: 15px;
          z-index: 1;
          }
      
        .selectBox02 select {
          font-family: "Noto Sans JP", sans-serif;
          width: 100%;
          height: 40px;
          background: none;
          padding-left: 15px;
          border: none;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          border-radius: 0;
          outline: none;
          position: relative;
          z-index: 2;
          }
      
          @media all and (-ms-high-contrast: none) {
            .selectBox02 select {
              width: 100% !important; } }
      
          .selectBox02 select::-ms-expand {
            display: none; }
      

.headerTop {
  margin-top: -86px;
  padding-top: 86px; }

.btn01 a {
  padding: 3px 0;
  border: 1px solid #000;
  display: block; }

.btn01 input {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: 50px;
  background: #8e1c2e;
	border: none;
}
.btn01 input:hover { cursor: pointer; opacity: .7; }


  @media screen and (max-width: 767px) {
    .btn01 input {
      height: 40px; } }

.formArea01 {
  margin-bottom: 50px; }
  .formArea01 h3,
  .formArea01 h4 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 25px;
    padding: 10px;
    background: #000; }
    @media screen and (max-width: 767px) {
      .formArea01 h3,
      .formArea01 h4 {
        margin-bottom: 20px; } }
  .formArea01 .formCopy01 {
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .formArea01 .formCopy01 {
        text-align: left;
 } }
    .formArea01 .formCopy01 p:not(:last-child) {
      margin-bottom: 20px; }
  .formArea01 table {
    width: 100%; }
  .formArea01 th,
  .formArea01 td {
    padding: 10px 0; }
    @media screen and (max-width: 767px) {
      .formArea01 th,
      .formArea01 td {
        width: 100%;
        display: block; } }
  .formArea01 th {
    font-weight: bold;
    text-align: left;
    width: 400px; }
    @media screen and (max-width: 767px) {
      .formArea01 th {
        width: 100%;
        padding-bottom: 0; } }
  .formArea01 .btn01 {
    width: 350px;
    margin: 30px auto 0; }
    @media screen and (max-width: 767px) {
      .formArea01 .btn01 {
        width: 250px;
        margin-top: 15px; } }
    .formArea01 .btn01 a {
      font-size: 16px;
      padding: 12px 0; }

.formArea01 .required {
  font-size: 12px;
  color: #fff;
  margin-left: 10px;
  padding: 0 5px 1px;
  background: #c00;
}


.scrollArea01 {
  overflow-y: auto;
  scrollbar-color: #ddd #f4f4f4;
  scrollbar-width: thin;
  scrollbar-base-color: #ddd;
  scrollbar-track-color: #f4f4f4;
  scrollbar-arrow-color: #f4f4f4;
  scrollbar-shadow-color: #ddd; }
  .scrollArea01::-webkit-scrollbar {
    width: 10px; }
  .scrollArea01::-webkit-scrollbar-track {
    background: #f4f4f4; }
  .scrollArea01::-webkit-scrollbar-thumb {
    background: #ddd; }

.modalOpen,
.modalClose {
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all; }
  .modalOpen:hover,
  .modalClose:hover {
    opacity: .8; }

.modalOverlay {
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  z-index: 4;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.modalClose {
  position: absolute;
  top: -35px;
  right: 0; }

.modalArea01 {
  margin: auto;
  z-index: 7;
  position: fixed;
  top: 0;
  left: 0; }
  @media screen and (max-width: 768px) {
    .modalArea01 {
      width: 80%; } }
  .modalArea01 img {
    max-width: 710px;
    max-height: 600px;
    margin: auto; }
    @media screen and (max-width: 768px) {
      .modalArea01 img {
        max-width: 100%;
        max-height: 340px; } }

.verticalTop {
  vertical-align: top; }

.fadeinUnder {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 1000ms;
  -o-transition: all 1000ms;
  transition: all 1000ms; }

.fadeinRight {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
  -ms-transform: translate(50px, 0);
  transform: translate(50px, 0);
  -webkit-transition: all 1000ms;
  -o-transition: all 1000ms;
  transition: all 1000ms; }

.fadeinLeft {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
  -webkit-transition: all 1000ms;
  -o-transition: all 1000ms;
  transition: all 1000ms; }

.fadeinUnder.scrollin,
.fadeinRight.scrollin,
.fadeinLeft.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.happyArea01 {
  max-width: 1050px;
  width: 100%;
  padding: 45px 0 60px;
  background: #f0f0f0; }
  @media screen and (max-width: 640px) {
    .happyArea01 {
      padding: 25px 0 30px; } }
  .happyArea01 h2 {
    font-size: 27px;
    margin-bottom: 30px; }
    @media screen and (max-width: 640px) {
      .happyArea01 h2 {
        font-size: 20px;
        margin-bottom: 20px;
        padding: 0 15px; } }
  .happyArea01 .happyDetailArea01 {
    max-width: 800px;
    width: 94%;
    margin: 0 auto; }
  .happyArea01 .happyImage01 {
    width: 48%; }
    @media screen and (max-width: 767px) {
      .happyArea01 .happyImage01 {
        text-align: center;
        width: 100%;
        float: none; } }
  .happyArea01 .happyDetail01 {
    font-size: 16px;
    font-weight: 400;
    width: 55%;
    margin: 65px 0 0 -25px;
    line-height: 1.8; }
    @media screen and (max-width: 900px) {
      .happyArea01 .happyDetail01 {
        font-size: 14px;
        margin-top: 40px; } }
    @media screen and (max-width: 767px) {
      .happyArea01 .happyDetail01 {
        width: 100%;
        margin: 0 auto 10px;
        float: none; } }
    @media screen and (max-width: 767px) {
      .happyArea01 .happyDetail01 p {
        text-align: left; } }
  .happyArea01 h3 {
    margin-bottom: 35px; }
    @media screen and (max-width: 900px) {
      .happyArea01 h3 {
        margin-bottom: 15px; } }
    @media screen and (max-width: 767px) {
      .happyArea01 h3 {
        margin-bottom: 0; } }
    @media screen and (max-width: 640px) {
      .happyArea01 h3 {
        width: 175px;
        margin: 0 auto; } }
  .happyArea01 ul {
    font-weight: 400;
    font-size: 12px;
    max-width: 910px;
    width: 94%;
    margin: 0 auto; }
  .happyArea01 li {
    width: 48%;
    margin-top: 35px; }
    @media screen and (max-width: 767px) {
      .happyArea01 li {
        width: 100%;
        margin-top: 25px;
        float: none; } }
    @media print, screen and (min-width: 768px) {
      .happyArea01 li:nth-child(2n+1) {
        clear: both; } }
    @media print, screen and (min-width: 768px) {
      .happyArea01 li:not(:nth-child(2n)) {
        margin-right: 4%; } }
    @media screen and (max-width: 767px) {
      .happyArea01 li:first-child {
        margin-top: 15px; } }
  .happyArea01 h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px; }
  .happyArea01 .happyListImage01 {
    width: 39%; }
    @media screen and (max-width: 767px) {
      .happyArea01 .happyListImage01 {
        text-align: center;
        width: 100%;
        float: none; } }
  .happyArea01 .happyListText01 {
    width: 58%; }
    @media screen and (max-width: 767px) {
      .happyArea01 .happyListText01 {
        width: 100%;
        margin-top: 10px;
        float: none; } }

.err-sec { color: #c00; }

.header { padding: 14px 0; }
.header .container { width: 96%; }

.bgBlack {
  background-color: #000;
  color: #fff; }

.footer { padding: 50px 0; }
.copyRight { text-align: center; }

@media (max-width: 767px) {
	.footer { padding: 30px 0; }
}





.mvArea01 {
  line-height: 0;
  position: relative; }
  @media screen and (max-width: 767px) {
    .mvArea01.container {
      width: 100%; } }

.countArea01 {
  font-size: 27px;
  color: #c30e18;
  height: 10px;
  margin: auto;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  @media screen and (max-width: 767px) {
    .countArea01 {
      font-size: 20px;
      height: 40px; } }
  .countArea01 .day01 {
    font-size: 19px;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .countArea01 .day01 {
        font-size: 14px; } }
  .countArea01 .day02 {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 42px;
    font-weight: 700;
    margin: 0 5px 0 10px;
    vertical-align: sub; }
    @media screen and (max-width: 767px) {
      .countArea01 .day02 {
        font-size: 32px; } }
  .countArea01 .day03 {
    margin-top: 2px;
    vertical-align: middle;
    display: inline-block; }
    @media all and (-ms-high-contrast: none) {
      .countArea01 .day03 {
        margin-top: 12px; } }

.ditherArea01 {
  padding: 45px 0 35px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .ditherArea01 {
      padding: 10px 0 35px; } }

.accessArea01 {
  background: #dcdcdc; }
  .accessArea01 .container {
    max-width: 925px;
    padding: 55px 0 35px; }
    @media screen and (max-width: 767px) {
      .accessArea01 .container {
        padding: 20px 0; } }
  .accessArea01 h2 {
    padding: 15px 0 7px;
    background: #000; }
  @media print, screen and (min-width: 768px) {
    .accessArea01 .accessDetail01 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .accessArea01 .map01 {
    width: 560px;
    height: 345px; }
    @media screen and (max-width: 1050px) {
      .accessArea01 .map01 {
        width: 450px; } }
    @media screen and (max-width: 767px) {
      .accessArea01 .map01 {
        width: 100%; } }
    .accessArea01 .map01 iframe {
      width: 100%;
      height: 100%; }
  .accessArea01 .venueArea01 {
    font-size: 18px;
    position: relative; }
    @media screen and (max-width: 1050px) and (min-width: 768px) {
      .accessArea01 .venueArea01 {
        width: 360px;
        margin-left: 15px; } }
    @media screen and (max-width: 767px) {
      .accessArea01 .venueArea01 {
        font-size: 16px;
        margin-top: 20px; } }
  .accessArea01 h3 {
    margin-bottom: 10px; }
  .accessArea01 .venueDetail01 {
    padding: 0 15px; }
  .accessArea01 h4 {
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 5px; }
    @media screen and (max-width: 767px) {
      .accessArea01 h4 {
        font-size: 22px; } }
  .accessArea01 .btn01 {
    width: 282px;
    margin-top: 15px; }
    @media print, screen and (min-width: 768px) {
      .accessArea01 .btn01 {
        position: absolute;
        bottom: 0;
        left: 0; } }
    @media screen and (max-width: 400px) {
      .accessArea01 .btn01 {
        width: 100%; } }
  .accessArea01 .attention01 {
    font-size: 15px;
    color: #3c3c3c;
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .accessArea01 .attention01 {
        font-size: 13px; } }

.qrImage01 {
  width: 200px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .qrImage01 {
      margin-top: 20px; } }

.thanksArea01 {
  margin-bottom: 70px; }
  .thanksArea01 .formCopy01 {
    text-align: center;
    margin: 50px 0; }

.newsArea02 {
  width: 810px;
  height: 12f5px;
  margin: 0 auto;
  padding: 30px 25px 35px;
  margin-bottom: 30px;
  border: solid 1px #3c3c3c;
  position: relative; }
  @media screen and (max-width: 900px) {
    .newsArea02 {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .newsArea02 {
      padding: 20px 10px 25px;
      margin-bottom: 20px; } }
  .newsArea02 p {
    font-size: 20px;
    padding: 0 20px;
    line-height: 1;
    background: #FFF;
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -60px; }
    @media screen and (max-width: 767px) {
      .newsArea02 p {
        font-size: 18px;
        top: -9px;
        margin-left: -56px; } }
  .newsArea02 ul {
    height: 75px;
    overflow-y: scroll; }
    .newsArea02 ul li {
      color: #848484;
      font-size: 15px; }
      @media screen and (max-width: 767px) {
        .newsArea02 ul li {
          font-size: 14px; } }
      .newsArea02 ul li:not(:last-child) {
        margin-bottom: 10px; }
    .newsArea02 ul .newsDay {
      margin-right: 20px; }
      @media screen and (max-width: 767px) {
        .newsArea02 ul .newsDay {
          float: none;
          margin-right: 0;
          margin-bottom: 5px;
          display: block; } }
    @media screen and (max-width: 767px) {
      .newsArea02 ul .newsText01 {
        float: none;
        display: block; } }

.searchbox {
  padding: 0;
  margin-bottom: 80px;
  background-color: transparent;
  border-top: none;
  position: relative; }
  @media screen and (max-width: 767px) {
    .searchbox {
      margin-bottom: 55px; } }
  .searchbox:after {
    content: '';
    width: 338px;
    height: 242px;
    background: url("../images/bg03.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: -135px;
    right: 15px; }
    @media screen and (max-width: 1100px) {
      .searchbox:after {
        width: 25%;
        top: -2%; } }
    @media screen and (max-width: 767px) {
      .searchbox:after {
        width: 23%;
        top: -0.5%; } }
    @media screen and (max-width: 400px) {
      .searchbox:after {
        width: 28%;
        top: 0.5%;
        right: 3%; } }
  .searchbox h2 {
    width: 332px;
    margin: 0 auto 40px; }
    @media screen and (max-width: 767px) {
      .searchbox h2 {
        width: 212px;
        margin-bottom: 25px; } }
    @media screen and (max-width: 400px) {
      .searchbox h2 {
        width: 100%;
        margin-bottom: 30px; } }
  .searchbox .list {
    background-color: #e6e6e6;
    padding: 50px 0 65px; }
    @media screen and (max-width: 767px) {
      .searchbox .list {
        padding: 30px 10px 40px; } }
    .searchbox .list ul {
      width: 940px;
      margin: 0 auto 45px; }
      @media screen and (max-width: 1100px) {
        .searchbox .list ul {
          width: 92%; } }
      @media screen and (max-width: 767px) {
        .searchbox .list ul {
          width: 100%;
          margin-bottom: 25px; } }
    @media screen and (max-width: 767px) {
      .searchbox .list li {
        width: 100%;
        float: none;
        margin: auto; } }
    .searchbox .list li:not(:last-child) {
      margin-bottom: 2%; }
      @media screen and (max-width: 767px) {
        .searchbox .list li:not(:last-child) {
          margin-bottom: 4%; } }
    .searchbox .list .attentionText01 {
      color: #3c3c3c;
      font-size: 14px;
      padding: 0 4%;
      margin-bottom: 65px; }
      @media screen and (max-width: 900px) {
        .searchbox .list .attentionText01 {
          font-size: 13px; } }
      @media screen and (max-width: 767px) {
        .searchbox .list .attentionText01 {
          padding: 0;
          margin-bottom: 40px;
          text-align: left;
          text-indent: -1em;
          padding-left: 1em; } }
    .searchbox .list .applicationContent01 {
      width: 945px;
      margin: 0 auto 60px;
      padding: 100px 0 25px;
      background-color: #fff;
      position: relative; }
      @media screen and (max-width: 1200px) {
        .searchbox .list .applicationContent01 {
          width: 90%; } }
      @media screen and (max-width: 767px) {
        .searchbox .list .applicationContent01 {
          padding: 80px 0 25px; } }
      @media screen and (max-width: 500px) {
        .searchbox .list .applicationContent01 {
          padding: 50px 15px 25px; } }
      @media screen and (max-width: 400px) {
        .searchbox .list .applicationContent01 {
          width: 100%;
          margin-bottom: 35px;
          padding: 45px 15px 25px; } }
      .searchbox .list .applicationContent01 h3 {
        width: 888px;
        position: absolute;
        top: -30px;
        left: 0;
        right: 0;
        margin: auto; }
        @media screen and (max-width: 1200px) {
          .searchbox .list .applicationContent01 h3 {
            width: 94%;
            top: -9%; } }
        @media screen and (max-width: 767px) {
          .searchbox .list .applicationContent01 h3 {
            top: -3%;
            width: 85%; } }
      .searchbox .list .applicationContent01 h4 {
        width: 90%;
        margin: 0 auto 35px; }
        @media screen and (max-width: 400px) {
          .searchbox .list .applicationContent01 h4 {
            margin-bottom: 25px; } }
      .searchbox .list .applicationContent01 .images01 {
        margin-bottom: 40px; }
        @media screen and (max-width: 1200px) {
          .searchbox .list .applicationContent01 .images01 {
            width: 86%;
            margin: 0 auto 40px; } }
        @media screen and (max-width: 767px) {
          .searchbox .list .applicationContent01 .images01 {
            width: 60%;
            margin-bottom: 30px; } }
      .searchbox .list .applicationContent01 .attentionText02 {
        color: #c30e18;
        font-size: 18px; }
        @media screen and (max-width: 1200px) {
          .searchbox .list .applicationContent01 .attentionText02 {
            font-size: 16px; } }
        @media screen and (max-width: 767px) {
          .searchbox .list .applicationContent01 .attentionText02 {
            font-size: 13px;
            text-indent: -1em;
            text-align: left;
            padding-left: 1em; } }
    .searchbox .list .reserveArea {
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        .searchbox .list .reserveArea p {
          font-size: 13px; } }
      @media screen and (max-width: 360px) {
        .searchbox .list .reserveArea p {
          font-size: 12px;
          text-align: left;
          text-indent: -1em;
          padding-left: 1em; } }

.item03 {
  margin-bottom: 110px; }
  @media screen and (max-width: 767px) {
    .item03 {
      margin-bottom: 55px; } }
  @media screen and (max-width: 1050px) {
    .item03 {
      width: 100%; } }
  .item03 h2 {
    width: 332px;
    margin: 0 auto 60px; }
    @media screen and (max-width: 767px) {
      .item03 h2 {
        width: 212px;
        margin-bottom: 30px; } }
    @media screen and (max-width: 400px) {
      .item03 h2 {
        width: 100%; } }
    .item03 h2 img {
      width: 100%; }
  .item03 .boxWrap01 {
    width: 950px;
    padding: 0 0 50px;
    margin: 0 auto 55px;
    border-top: none;
    border-bottom: 1px solid #c8c8c8; }
    @media screen and (max-width: 1050px) {
      .item03 .boxWrap01 {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .item03 .boxWrap01 {
        padding-bottom: 35px;
        margin-bottom: 40px; } }
  .item03 h3 {
    color: #f07d7c;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .item03 h3 {
        font-size: 20px;
        margin-bottom: 15px; } }
  .item03 .box01 {
    width: 870px;
    padding: 0;
    margin: 0 auto; }
    @media screen and (max-width: 1000px) {
      .item03 .box01 {
        width: 100%; } }
    .item03 .box01:not(:last-child) {
      margin-bottom: 45px; }
      @media screen and (max-width: 767px) {
        .item03 .box01:not(:last-child) {
          margin-bottom: 35px; } }
  .item03 h4 {
    margin-bottom: 25px; }
    @media screen and (max-width: 767px) {
      .item03 h4 {
        margin-bottom: 17px; } }
  .item03 ul {
    padding: 0 10px; }
    @media screen and (max-width: 1000px) {
      .item03 ul {
        padding: 0 1%; } }
    @media screen and (max-width: 767px) {
      .item03 ul {
        padding: 0; } }
  .item03 .lectureTitle {
    margin-right: 40px; }
    @media screen and (max-width: 1000px) {
      .item03 .lectureTitle {
        margin-right: 4%; } }
    @media screen and (max-width: 767px) {
      .item03 .lectureTitle {
        margin-right: 0%; } }
    .item03 .lectureTitle h5 {
      width: 540px; }
      @media screen and (max-width: 767px) {
        .item03 .lectureTitle h5 {
          margin-bottom: 10px; } }
  .item03 .photo p {
    width: 200px; }
    @media screen and (max-width: 767px) {
      .item03 .photo p {
        width: 100%; } }
  .item03 .photo img {
    width: 100%; }
  .item03 .box01_1 .lectureTitle {
    margin-top: 30px; }
    @media screen and (max-width: 1000px) {
      .item03 .box01_1 .lectureTitle {
        width: 60%; } }
    @media screen and (max-width: 767px) {
      .item03 .box01_1 .lectureTitle {
        width: 100%;
        margin-top: 0; } }
    @media screen and (max-width: 1000px) {
      .item03 .box01_1 .lectureTitle h5 {
        width: 100%; } }
  @media screen and (max-width: 767px) {
    .item03 .box01_1 .photo {
      width: 100%; } }
  .item03 .box01_2 .lectureTitle {
    margin-top: 20px; }
    @media screen and (max-width: 1000px) {
      .item03 .box01_2 .lectureTitle {
        width: 54%; } }
    @media screen and (max-width: 767px) {
      .item03 .box01_2 .lectureTitle {
        width: 100%;
        margin-top: 0; } }
    .item03 .box01_2 .lectureTitle h5 {
      width: 484px; }
      @media screen and (max-width: 1000px) {
        .item03 .box01_2 .lectureTitle h5 {
          width: 100%; } }
  .item03 .box01_2 .photo {
    font-size: 0; }
    @media screen and (max-width: 1000px) {
      .item03 .box01_2 .photo {
        width: 42%; } }
    @media screen and (max-width: 767px) {
      .item03 .box01_2 .photo {
        width: 100%; } }
    .item03 .box01_2 .photo p {
      width: 160px;
      display: inline-block; }
      @media screen and (max-width: 1000px) {
        .item03 .box01_2 .photo p {
          width: 47%; } }
      @media screen and (max-width: 1000px) {
        .item03 .box01_2 .photo p {
          width: 48%; } }
      .item03 .box01_2 .photo p:not(:last-child) {
        margin-right: 5px; }
        @media screen and (max-width: 1000px) {
          .item03 .box01_2 .photo p:not(:last-child) {
            margin-right: 3%; } }
  .item03 .wrap02 {
    margin-bottom: 20px; }
    .item03 .wrap02 h3 {
      color: #4e9d29; }
  .item03 .box01_3 .liveTitle {
    width: 535px;
    margin: 25px 50px 0 0; }
    @media screen and (max-width: 1000px) {
      .item03 .box01_3 .liveTitle {
        width: 60%; } }
    @media screen and (max-width: 767px) {
      .item03 .box01_3 .liveTitle {
        width: 100%;
        margin: 0 0 10px; } }
    .item03 .box01_3 .liveTitle h5 {
      width: 278px;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .item03 .box01_3 .liveTitle h5 {
          width: 55%;
          margin-bottom: 15px; } }
    .item03 .box01_3 .liveTitle p {
      font-size: 18px; }
      @media screen and (max-width: 1000px) {
        .item03 .box01_3 .liveTitle p {
          font-size: 16px; } }
      @media screen and (max-width: 767px) {
        .item03 .box01_3 .liveTitle p {
          font-size: 14px; } }
  @media screen and (max-width: 1000px) {
    .item03 .box01_3 .photo {
      width: 21%; } }
  @media screen and (max-width: 767px) {
    .item03 .box01_3 .photo {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .item03 .captionText01 {
      text-align: left;
      text-indent: -1em;
      padding-left: 1em; } }

.accessArea01 {
  margin-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .accessArea01 {
      margin-bottom: 40px; } }

.mainError01 {
  padding: 80px 0 100px; }

.linkNavi {
  max-width: 1050px;
  width: 94%;
  margin: 0 auto;
  padding: 15px 0 12px;
  background-color: #dcdcdc; }
  @media screen and (max-width: 767px) {
    .linkNavi {
      width: 100%; } }
  .linkNavi .naviList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .linkNavi .naviList {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .linkNavi .naviList li {
      font-size: 17px;
      padding: 0 25px; }
      @media screen and (max-width: 767px) {
        .linkNavi .naviList li {
          font-size: 16px; } }
      @media screen and (max-width: 500px) {
        .linkNavi .naviList li {
          font-size: 14px;
          padding: 0 15px; } }
      .linkNavi .naviList li:not(:last-child) {
        border-right: 1px solid #000; }
        @media screen and (max-width: 635px) {
          .linkNavi .naviList li:not(:last-child) {
            margin-bottom: 10px; } }
      @media screen and (max-width: 635px) {
        .linkNavi .naviList li:nth-child(3) {
          border-right: none; } }
    .linkNavi .naviList a {
      display: block; }

.slideArea {
  margin-bottom: 60px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .slideArea {
      margin-bottom: 45px; } }
  .slideArea:after {
    content: '';
    width: 255px;
    height: 112px;
    background: url("../images/bg02.png") no-repeat;
    position: absolute;
    bottom: -20px;
    left: 62px; }
    @media screen and (max-width: 1100px) {
      .slideArea:after {
        width: 21%;
        background-size: contain;
        bottom: -7%;
        left: 5%; } }
    @media screen and (max-width: 767px) {
      .slideArea:after {
        bottom: -6%;
        left: 2%; } }
    @media screen and (max-width: 360px) {
      .slideArea:after {
        bottom: -10%; } }
  .slideArea h2 {
    width: 540px;
    margin: 0 auto 15px; }
    @media screen and (max-width: 767px) {
      .slideArea h2 {
        width: 100%; } }
  .slideArea .slide01 {
    margin-bottom: 25px; }
    @media screen and (max-width: 767px) {
      .slideArea .slide01 {
        margin-bottom: 35px; } }
    .slideArea .slide01 .item01 {
      padding: 0 5px; }
      @media screen and (max-width: 1000px) {
        .slideArea .slide01 .item01 {
          padding: 0 3px; } }
      @media screen and (max-width: 767px) {
        .slideArea .slide01 .item01 {
          width: 300px;
          padding: 0 1%; }
          .slideArea .slide01 .item01 img {
            width: 100%; } }
  .slideArea .grayBtn a {
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    width: 300px;
    padding: 13px 0 13px;
    background-color: #787878;
    display: inline-block;
    position: relative; }
    @media screen and (max-width: 767px) {
      .slideArea .grayBtn a {
        font-size: 18px;
        width: 260px;
        padding: 11px 0 11px; } }
    .slideArea .grayBtn a:after {
      content: '';
      width: 6px;
      height: 6px;
      border: 0px;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(135deg);
      position: absolute;
      bottom: 7px;
      left: 50%;
      margin-left: -4px; }

.reserveArea {
  margin-bottom: 65px; }
  @media screen and (max-width: 767px) {
    .reserveArea {
      margin-bottom: 45px; } }
  .reserveArea .redBtn a {
    color: #fff;
    font-size: 40px;
    width: 550px;
    padding: 23px 0;
    margin-bottom: 20px;
    background-color: #c30e18;
    display: inline-block;
    position: relative; }
    @media screen and (max-width: 1000px) {
      .reserveArea .redBtn a {
        font-size: 34px;
        width: 440px;
        padding: 18px 0; } }
    @media screen and (max-width: 767px) {
      .reserveArea .redBtn a {
        font-size: 26px;
        max-width: 350px;
        width: 94%;
        padding: 18px 0; } }
    @media screen and (max-width: 767px) {
      .reserveArea .redBtn a {
        font-size: 18px;
        padding: 15px 0; } }
    .reserveArea .redBtn a:after {
      content: '';
      width: 43px;
      height: 43px;
      background: url("../images/ico_03.png") no-repeat;
      background-size: contain;
      position: absolute;
      top: 50%;
      left: 88%;
      margin-top: -24px; }
      @media screen and (max-width: 1000px) {
        .reserveArea .redBtn a:after {
          width: 38px;
          margin-top: -22px; } }
      @media screen and (max-width: 767px) {
        .reserveArea .redBtn a:after {
          width: 28px;
          margin-top: -15px; } }
      @media screen and (max-width: 767px) {
        .reserveArea .redBtn a:after {
          width: 24px;
          left: 84%;
          margin-top: -13px; } }
  .reserveArea p {
    font-size: 17px; }
    @media screen and (max-width: 767px) {
      .reserveArea p {
        font-size: 14px; } }
    @media screen and (max-width: 360px) {
      .reserveArea p {
        font-size: 12px; } }

.headerTop {
  margin-top: -60px;
  padding-top: 60px; }
  @media screen and (max-width: 767px) {
    .headerTop {
      margin-top: -30px;
      padding-top: 30px; } }


.valierr{
  color: #c30e18;
}



 h2.titlebb {
  background: #000;
  color: #fff;
  padding: 20px 0;
  margin-bottom: 40px;
  font-size: 18px;
  text-align: center;
  }



/* 高さ調整 */
    .wrapper {
    min-height: 100vh;
    position: relative;
    padding-bottom: 120px;
    box-sizing: border-box;
    }

  .ffix {
    width: 100%;
    position: absolute;
    bottom: 0;
    }

    @media screen and (max-width: 800px) {
    .wrapper { padding-bottom: 80px; }
    }

.black {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999; }
  .black p {
    text-align: center;
    color: #fff;
    white-space: pre;
    font-size: 46px;
    height: 144px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    margin: auto; }
    @media screen and (max-width: 1000px) {
      .black p {
        font-size: 30px; } }
    @media screen and (max-width: 767px) {
      .black p {
        font-size: 24px;
        height: 76px; } }
    @media screen and (max-width: 640px) {
      .black p {
        height: 150px; } }
    @media screen and (max-width: 350px) {
      .black p {
        font-size: 18px;
        height: 112px; } }



