
@charset "UTF-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


/* --------------------------------------------

FileName    :    style.css

-------------------------------------------- */


abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

*:after, *:before, a, abbr, address, article, aside, audio, b, blockquote, body, button, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, input, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, textarea, tfoot, th, thead, time, tr, ul, var, video {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight:300;
  -webkit-text-size-adjust: 100%;
  line-height: 1.6;
  color: #222;
}

@media screen and (min-width: 1025px) {
  body {
    font-size: 1.6rem;
  }
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #221815;
  outline: 0;
  cursor:pointer
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

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 #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}


h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

li {
  list-style-type: none;
}

img {
  border: 0;
  max-width: 100%;
}


em, i {
  font-style: normal;
}

option {
  outline: 0;
}

sup {
  position: relative;
  top: -.7em;
  font-size: 70%;
}

a[href^="tel:"].tel_disable {
  pointer-events: none;
  text-decoration: none;
}

a img:hover{
	opacity: .6;
}

.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* フェードインさせる要素 */
.fadeon {
  opacity: 0; /* 最初は非表示にしておく */
  transition: all 1.1s; /* 動きを滑らかに */
  transform: translateY(120px);
}
/* フェードイン用のクラス */
.fadeIn {
  opacity: 1;
  transform: translateY(0);
}


.-color01 {
  color: #fff;
}


/* ===================================

    header

=================================== */

#scc  {
  overflow: visible;
}


.header_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  width: 100%;
  background: #fff;
}


.header_inr {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 20px;
  padding:0 20px 0;
  display: flex;
  justify-content:space-between;
  align-items:center;
  border-bottom: #00376e solid 1px;
}

@media all and (max-width: 768px) {
  .header_inr {
    margin: 6px 0;
      padding:0;
      max-height: 40px;
      border: none;
  }
}


.header_tl {
  margin: 5px 0 0 0;
  padding: 10px;
  width: 154px;
  max-width: 154px;
  display: inline-block;
  vertical-align: middle;
}

.header_tl img {
  display: block;
  margin: 0 auto;
  text-align: center;
  width:100%;
  max-width: 100%;
}

@media all and (max-width: 768px) {
  .header_tl {
    width: 140px;
    max-width: 100%;
    margin: 4px 0 0 6px; 
    padding: 0 0 0 2%;
    text-align: right;
    }
  .header_tl img {
    margin: 0 0 0 36px;
    padding: 0;
    text-align: left;
    width: 100px;
    max-width: 100px;
  }
}

.gNav {
  display:inline-block;
  width: 800px;
  max-width: 100%;
  margin: auto;
  padding: 0 5%;
}

@media all and (max-width: 768px) {
  .gNav {
      position: absolute;
      z-index: 1000;
      bottom: 0;
      left: 0;
      width: 100%;
      height:0;
  }
}


.gNav_inr {
  margin: 0 0 0 4%;
}

@media all and (max-width: 768px) {
  .gNav_inr {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0;
      text-align: center;
      background: #fff;
      width:100%;
  }
}

.gNav_ul {
  vertical-align: bottom;
  display: flex;
  flex-wrap: nowrap;
  padding-top: 2%;
}

@media all and (max-width: 768px) {
  .gNav_ul {
      display: block;
      padding:10vw 0 16vw;
  }
}


.gNav_li {
  vertical-align: middle;
  font-size: 1.40rem;
  font-weight: bold;
  white-space: nowrap;
  letter-spacing: .02rem;
  line-height:1.4;
}

li.gNav_li {
  padding: 5px 20px;
}


@media all and (max-width: 768px) {
  .gNav_li {
      display: block;
      font-size: 19px;
      font-size:1.9rem;
  }
}

.gNav_li_a {
  position: relative;
  display: inline-block;
}

@media all and (max-width: 768px) {
  .gNav_li_a {
      position: relative;
      display: block;
      padding:5.3333333333vw 0;
  }
}


@media all and (max-width: 768px) {
  .gNav_li + li {
      margin-left:0;
  }
}

.gNav_li_a:hover {
color: #0078AA;
}

.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  padding: 4px 0px 0 10px;
  }
@media all and (max-width: 768px) {
  .sns {
    float: right;
    padding: 16px 4px 0 16px;
    }
  }

.header_ico-ig {
    width: 48px;
    display: block;
    margin-left: 0%;
    padding: 2px 4px;
  }
@media all and (max-width: 768px) {
    .header_ico-ig {
        width: 32px;
        margin-left: 0%;
        padding:0px 4px 6px;
    }
  }
      

.header_ico-fb {
    width: 48px;
    display: block;
    margin-left: 6%;
    padding: 2px 4px;
  }
@media all and (max-width: 768px) {
    .header_ico-fb {
        width: 32px;
        margin-left: 0%;
        padding:0px 4px 6px;
    }
  }

.header_ico-yt {
    width: 48px;
    display: block;
    margin-left: 6%;
    padding: 2px 4px;
    }
@media all and (max-width: 768px) {
      .header_ico-yt {
          width: 32px;
          margin-left: 1%;
          padding:0px 4px 6px;
      }
    }

.header_ico-tw {
    width: 48px;
    display: block;
    margin-left: 6%;
    padding: 2px 4px;
    }
@media all and (max-width: 768px) {
      .header_ico-tw {
          width: 32px;
          margin-left: 1%;
          padding:0px 4px 6px;
      }
    }
 
  
    

/*======================

sub nav

=======================*/

.hamburger-menu {
  width: 56px;
  height: 56px;
  position: relative;
  border: none;
  background: transparent;
  appearance: none;
  padding: 0;
  cursor: pointer;
}
.hamburger-menu__bar {
  display: inline-block;
  width: 44%;
  height: 2px;
  background: #242424;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
}
.hamburger-menu__bar:first-child {
  top: 20px;
}
.hamburger-menu__bar:nth-child(2) {
  top: 28px;
}
.hamburger-menu__bar:last-child {
  top: 36px;
}
.hamburger-menu--open .hamburger-menu__bar {
  top: 50%;
}
.hamburger-menu--open .hamburger-menu__bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.hamburger-menu--open .hamburger-menu__bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  display: none;
}
.navigation {
  display: none;
  background: #fff;
  position: absolute;
  top: 46px;
  width: 100%;
  z-index: 9999;
}
.navigation__list {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.navigation__list-item {
  border-bottom: solid 1px #999;
}
.navigation__list-item:first-child {
  border-top: solid 1px #999;
}
.navigation__link {
  color: #222;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding: 20px 0;
  transition: .5s;
}
a.navigation__link:hover {
    background:#0078AA;
    color: #fff;
  }



/*======================

  main

=======================*/

main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
  margin-top: 84px;
}

@media screen and (max-width: 768px) {
  main {
    margin-top: 64px;
  }
}

#mv {
  width: 100%;
  max-width: 100%;
  margin: 30px auto 0;
  padding: 0 30px 86px;
  border-bottom: #00AAD2 solid 16px;
}
@media screen and (max-width: 768px) {
  #mv {
    width: 100%;
    max-width: 100%;
    margin: 30px auto 0;
    padding: 0 0 40px;
    border-bottom: #00AAD2 solid 12px;
  }
}

/* side-column */

aside {
  width: 22%;
  max-width: 260px;
  height: auto;
  margin: 50px auto 0;
  padding: 0;
  background: #fff;
}

aside .inner {
  width: 100%;
  margin: auto;
  padding: 10px 10px 30px;
}

aside h2 {
  margin-left: 15px;
  }

aside h3 {
  display: block;
  margin: 10px 0 20px;
  padding: .2em 0;
  border: 1px solid #222333;
  border-width: 0 0 1px;
  font-weight: 600;
  font-size: 0.8em;
  letter-spacing: 0.05em;
  color: #222333;
  cursor: pointer;
  transform: scaleX(0.9);
  }

aside ul li img {
   width: 240px;
   max-width: 100%;
 }

aside .side-banner1 {
  display: block;
  width: 80%;
  margin: 0 auto 30px;
  padding: 0;
}

aside .side-banner2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 30px;
  padding: 0;
}

aside .side-banner2 li {
  width: 200px;
  max-width: 60%;
  margin: 0 auto;
  text-align: center;
}

aside .side-banner3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 30px;
  padding: 0;
}

aside .side-banner3 li {
  width: 124px;
  max-width: 50%;
  margin: 0 auto;
  text-align: center;
}

aside .side-banner4 li {
  width: 200px;
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}


aside .backed {
  margin: auto;
  padding-left: 5%;
  padding-bottom: 1.0em;
  font-size: 0.9em;
  text-align: center;
}

aside .backed li a {
  font-size: 0.8vw;
}

aside .backed a:hover {
   color: #0078AA;
}

aside .banner {
  width: 80%;
  margin: 0 auto;
  padding: 0 2%;
}

aside p {
  font-size: 0.8em;
  padding-bottom: 1.0em;
}


@media screen and (max-width: 768px) {
  aside {
   display: none;
  }
}





/* main-column */

.main-column {
  width: 78%;
  max-width: 100%;
  height: 100%;
  border-left: #ccc 1px solid ;
}

.main-column .title_inr {
  width: 800px;
  max-width: 100%;
  margin: 0;
  padding: 10px 20px 10px 50px;
}


.main-column .main-inner {
  width: 920px;
  max-width: 100%;
  margin: 0;
  padding: 40px 0 0 60px;
}


.main-column h2 {
  font-weight: 600;
  font-size: 1.8em;
  padding: 2em 0 1em;
  text-align: left;
}

.main-column h3 {
  font-weight: 600;
  font-size: 1.6em;
  padding: 2em 0 1em;
}

.paral01 {
  position: relative;
  z-index: 1;
  width: 200px;
  text-align: center;
  margin: 0 auto;
  }
  .paral01::before {
  position: absolute;
  z-index: -1;
  top: 0; bottom: 0; left: 0; right: 0;
  transform: skewX(-30deg);
  content: "";
  background-color:#00AAD2;
  
  }

  @media screen and (max-width: 768px) {
    .main-column {
      width: 100%;
      max-width: 100%;
      height: auto;
      border: none;
    }
    .main-column .title_inr {
      width: 100%;
      max-width: 100%;
      margin: 0;
      padding: 3% 4% 1%;
    }
    
    .main-column .main-inner {
      width: 100%;
      max-width: 100%;
      margin: 0;
      padding: 4%;
    }
  }
  

/*------------------
/* renshu */

#renshu {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 40px;
  text-align: center;
  background-color: #fff;
}

#renshu ul {
  display: flex;
}
#renshu ul li {
  width: 94%;
  margin: 3%;
  padding: 0;
  border: #00AAD2 1px solid;
}
@media screen and (max-width: 768px) {
	#renshu ul {
    display: flex;
    flex-wrap: wrap;
  }

  }



/*------------------
/* stores */

#stores {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 0 40px;
  text-align: center;
  background-color: #fff;
}

#stores img {
  width: 740px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
	#stores {
		padding: 30px 0 30px;
		text-align: center;
	  }

	#stores img {
		padding: 0 10px;
	  }
  }


/*------------------
/* topics */

#topics {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 80px;
  background-image: url("../img/sjc_nagoya74.jpg");
  background-size: cover;
  background-position: center;
}

#topics .topics-box {
  width: 1006px;
  max-width: 100%;
  min-height: 140px;
  background-color: #fff;
  margin: 0 auto;
  padding: 1.8em 2em;
}

#topics dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#topics dl dt {
  width: 30%;
  padding-bottom: 14px;
  margin-bottom: 10px;
  border-bottom: #999 1px solid ;
}

#topics dl dd {
  width: 70%;
  padding-bottom: 14px;
  margin-bottom: 10px;
  border-bottom: #999 1px solid ;
}

#topics a {
  text-decoration: underline;
}


@media screen and (max-width: 768px) {
  #topics {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 5%;
    background-position: top;
  }

  #topics .topics-box {
    min-height: 4em;
  }
  
  #topics dl {
    width: 100%;
  }
  #topics dl dt {
    width: 40%;
    padding-bottom: 2%;
    margin-bottom: 10px;
    border-bottom: #999 1px solid ;
  }
  #topics dl dd {
    width: 60%;
    padding-bottom: 2%;
    margin-bottom: 10px;
    border-bottom: #999 1px solid ;
  }
}

/*------------------
/* program */

#program {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 80px 20px 20px;
}

#program .bnr_program {
  margin: 10px auto;
  text-align: center;
  width: 900px;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  #program {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 20px 0 20px;
  }

  #program .bnr_program {
    width: 98%;
  }
}

/*------------------
/* result */

#result {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0 60px;
}

#result h2 {
  font-weight: 600;
  font-size: 1.8em;
  padding: 2em 0 1em;
}

#result .re_category {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 0;
}

#result .re_category li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 2%;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: #00AAD2 solid 1px;
  margin-bottom: -1px;
}


#result .re_category li a {
  color: #00AAD2;
  font-weight: bold;
}


@media screen and (max-width: 768px) {
  #result .re_category {
    width: 90%;
    text-align: left;
  }
}


#result .container {
  margin-top: 20px;
  padding-bottom: 40px;
  max-width: 980px;
  }

#result .inline-list {
  display: inline-block;
  width: 48%;
  margin-left: 10px;
  }

#result .inline-list h4 span {
    font-size: 18px;
    text-align: center;
    }

#result .inline-list h4 {
      content: '';
      width: 65%;
      border-bottom: 2px solid #00AAD2;
      padding-left: 1.2em;
  }


#result .inline-list a:link {
      text-decoration: underline;
      }

#result .inline-list .btn:hover {
      color: #00AAD2;
      }

#result .inline-list .btn {
      margin-top: 5px;
      padding-bottom: 5px;
      transition: all 0.4s ease;
      font-size: 20px;
      }

      #result .inline-list .btn {
        margin-top: 5px;
        padding-bottom: 5px;
        transition: all 0.4s ease;
        font-size: 20px;
    }
    .btn--link {
        position: relative;
        z-index: 10;
    }
    .btn {
        background: #00AAD2;
        border: 1px solid #00AAD2;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 60px;
        width: 320px;
        margin: 40px auto 10px;
        font-size: 38px;
        font-family: prohibition, sans-serif;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 5px;
        transition: all 0.4s ease;
    }



@media screen and (max-width: 768px) {
#result .inline-list {
      display: block;
      padding: 20px 0 0;
      width: 100%;
      margin-left: 0px;
      }

#result .inline-list h4 {
    margin-bottom: 2.1264667536vw;
    padding-top: 4px;
    padding-bottom: 4px;
      content: '';
      width: 100%;
      border-bottom: 2px solid #00AAD2;
  }

  }


#result .result ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 90%;
  margin: 50px auto;
}

#result .result ul li {
  width: 300px;
  text-align: center;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 30px 10px;
}

#result .result ul li img {
  width: 136px;
  padding-bottom: 10px;
}

#result .result ul li a:hover {
  color: #9A0000;
}

@media screen and (max-width: 768px) {
  #result .result ul li {
    width: 50%;
    font-size: 0.6rem;
  }
}



/*------------------
/* movie */

#movie {
  width: 100%;
  max-width: 100%;
  margin: 0 auto -8px;
  padding: 0;
}

#movie h2 {
  padding-left: 80px;
}

iframe.youtube-16-9 {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

@media screen and (max-width: 768px) {
  #movie h2 {
    padding-left: 20px;
  }
}



/*------------------
/* event-info */


#event-info {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 40px;
  background-image: url("../img/sjc_nagoya75.jpg");
  background-size: cover;
  background-position: center;
}

#event-info dl {
  width: 100%;
}

#event-info .info div {
  display:flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  border-bottom: 1px solid #333;
  margin-bottom: 2em;
}

#event-info .info div.paral00 {
  
  border-bottom: none;
  margin-bottom: 0;
}

#event-info dl dt {
  width: 18%;
  height: 40px;
  max-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  color: #fff;
}

#event-info dl dd {
  width: 78%;
  padding-left: 3%;
}

#event-info dl dd p {
  font-size: 1.0em;
}

#event-info dl dd span {
  font-size: 1.2em;
}


#event-info th,#event-info td {
  border: solid 1px;  /* 枠線指定 */
  border-collapse: collapse; /* セルの線を重ねる */
  padding: 10px 20px;      /* 余白指定 */
  text-align: left;
}


#event-info table {
  width: 100%;
  border-collapse: collapse; /* セルの線を重ねる */
  margin-bottom: 4em;
  background: #fff;
}

#event-info table.paral02 th.col01 {
  width: 28%;
}

#event-info table.paral02 td.col02 {
  width: 54%;
}

#event-info table.paral02 td.col03 {
  width: 18%;
  text-align: right;
}

#event-info table.paral03 td {
  padding: 5%;
  font-size: 1.1em;
}

#event-info table ul li {
  text-indent: -1.3em;
  padding-left: 1.0em;
  padding-bottom: 0.6em;
}

#event-info table p {
  font-size: 0.8em;
}

#event-info table ul li span {
  color: #E60013;
}

#event-info p.elite {
  text-align: center;
}


@media screen and (max-width: 768px) {
  #event-info {
    margin-top: 0;
    padding: 0 0 4%;
  }

  #event-info dl dt {
    width: 22%;
    height: 40px;
    max-height: 40px;
  }
  #event-info dl dd {
    width: 70%;
    padding-left: 2%;
  }
  
  #event-info th,#event-info td {
    border: #999 solid 1px;  /* 枠線指定 */
    padding: 1% 2%;      /* 余白指定 */
    text-align: left;
    border-collapse: collapse;
  }
  #event-info table.paral02 th.col01 {
    width: 25%;
  }
  #event-info table.paral02 td.col02 {
    width: 52%;
  }
  #event-info table.paral02 td.col03 {
    width: 23%;
  }
  
  #event-info p.elite {
    text-align: left;
    padding-left: 3em;
  }
}




#event-info .start_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 0;
}

#event-info .start_list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 2% 4%;
  text-align: left;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: #00AAD2 solid 1px;
  margin-bottom: -1px;
}
@media screen and (max-width: 868px) {
  #event-info .start_list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    padding: 2% 4%;
    text-align: left;
    font-size: 2.4vw;
    font-weight: bold;
    border-bottom: #00AAD2 solid 1px;
    margin-bottom: -1px;
  }
}

#event-info .start_list li:nth-child(13) {
  width: 100%;
}


#event-info .start_list li a {
  color: #00AAD2;
}

#event-info .start_list li span {
  font-size: 0.8em;
}



/*---------------------
/* course */

#course {
  width: 100%;
  max-width: 100%;
  background-color: #00AAD2;
  margin: 0 auto;
  padding: 0 0 80px;
}

#course h3>span {
  font-size: 0.6em;
}

@media screen and (max-width: 768px) {
  #course {
    margin-top: 0;
    padding: 20px 0 4%;
  }

  #course h3 {
    margin: 0 auto;
    padding: 3% 0 4%;
    font-size: 2.2em;
    text-align: center;
  }
}

#course table.paral03 td {
  padding: 5%;
  font-size: 1.1em;
  background-color: #fff;
  border: none;
}


/*---------------------
/* map */

#map table.paral03 td {
  padding: 5%;
  font-size: 1.1em;
  background-color: #fff;
  border: none;
}



/*---------------------
/* entry */

#entry {
  width: 100%;
  max-width: 100%;
  margin: auto;
  padding: 0 0 80px;
}


#entry dl {
  width: 100%;
}

#entry .info div {
  display:flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  border-bottom: 1px solid #333;
  margin-bottom: 0;
}

#entry .info div.paral00 {
  border-bottom: none;
  margin-bottom: 0;
}

#entry dl dt {
  width: 18%;
  height: 40px;
  max-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  color: #fff;
}

#entry dl dd {
  width: 78%;
  padding-left: 4%;
}

#entry dl dd p {
  font-size: 1.0em;
}

#entry dl dd span {
  font-size: 1.2em;
}

#entry ul {
  width: 86%;
  display: block;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
}

#entry ul li {
  width: 100%;
  display: block;
  justify-content: center;
  align-items: center;
  margin: auto;
}

#entry ul.main-entry {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  background-color: #00AAD2;
}

#entry ul.main-entry li {
  width: 78%;
  margin: 2% 4%;
  font-size: 0.9em;
  text-align: center;
  color: #fff;;
}


#entry ul.main-entry li img {
  padding: 2% 4%;
  background-color: #fff;
}



#entry p {
  color: #222;
  font-size: 1.2em;
}

#entry ul li.first {
  width: 100%;
  display: block;
  justify-content: center;
  align-items: center;
  margin: auto;
}


@media screen and (max-width: 768px) {
  #entry {
    margin-top: 20px;
    padding: 20px 0 4%;
  }
  
  #entry dl dt {
    width: 24%;
  }
  #entry dl dd {
    width: 68%;
    padding-left: 2%;
  }
  #entry ul {
    width: 100%;
    display: block;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
  }
  #entry ul.main-entry {
    display: block;
    align-items: center;
    margin: auto;
    padding: 4% 2% 2%;
    background-color: #00AAD2;
  }
  #entry ul.main-entry li {
    width: 78%;
    margin: 4% auto;
    text-align: center;
    color: #fff;
    font-size: 1.2em;
  }
  #entry ul.main-entry li:nth-child(1) {
    padding-top: 0em;
  }
}


/*---------------------
/* guest */

#guest {
  width: 100%;
  max-width: 100%;
  padding: 0 0 80px;
}

#guest ul {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1em;
  margin: 0;
  padding: 0;
}

#guest ul li {
  width: 35%;
  padding: 1%;
  text-align: center;
}


#guest ul.guest-sns {
  width: 50%;
  max-width: 100%;
  display: flex;
  justify-content:center;
  text-align: center;
  align-content:flex-start;
  margin-bottom: 1em;
  margin: 3% auto 0;
  padding: 0 4%;
}

#guest ul.guest-sns li {
  margin: auto;
  padding: 0 6%;
  width: 35%;
}

#guest ul.guest-sns2 {
  width: 75%;
  max-width: 100%;
  display: flex;
  justify-content:center;
  text-align: center;
  align-content:flex-start;
  margin-bottom: 1em;
  margin: 3% auto 0;
  padding: 0 4%;
}

#guest ul.guest-sns2 li {
  margin: auto;
  padding: 0 6%;
  width: 35%;
}



#guest p {
  padding-top: 0.6em;
  text-align: left;
  font-size: 0.86em;
}


@media screen and (max-width: 868px) {
  #guest {
  margin-top: 20px;
  padding: 20px 0 4%;
  }

  #guest ul {
    width: 100%;
    max-width: 100%;
    display: block;
    justify-content: space-between;
    margin: 2em auto 2em;
  }
  #guest ul li {
    width: 100%;
    margin: auto;
    padding-bottom: 2%;
    font-size: 1.6em;
    text-align: center;
  }
  #guest ul li img.guest-photo {
    padding: 10px;
  }

  #guest ul.guest-sns li {
    width: 40%;
    margin: auto;
    padding: 0 6%;
  }

  #guest ul.guest-sns2 {
    width: 75%;
    max-width: 100%;
    display: flex;
    justify-content:center;
    text-align: center;
    align-content:flex-start;
    margin-bottom: 1em;
    margin: 3% auto 0;
    padding: 0 4%;
  }
  
  #guest ul.guest-sns2 li {
    margin: auto;
    padding: 0 6%;
    width: 35%;
  }
  

  #guest p {
    text-align: left;
  font-size: 0.86em;
  }

  #guest p span {
    text-align: left;
  font-size: 1.86em;
  }
}



/*---------------------
/* access */

#access {
  width: 100%;
  max-width: 100%;
  padding: 0 0 80px;
  background-color: #00AAD2;
}

#access .main-access {
  display:flex;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
}

#access .main-access ul {
  width: 400px;
  max-width: 100%;
  margin-right: 20px;
  margin-bottom: 20px;
}

#access .main-access ul li.separator {
  padding-left: 1em;
  color: #fff;
  border-left: #fff 3px solid ;
  
}

#access .main-access li ul li {
  font-size: 0.8em;
  padding-bottom: 1em;
  text-indent: -1em;
  padding-left: 1em;
}



@media screen and (max-width: 768px) {
  #access {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    padding: 20px 0 4%;
  }
  
  #access .main-access {
    display:block;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
  }
  
  #access .main-access ul {
    width: 100%;
    max-width: 100%;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 1.2em;
  }
}



/*---------------------
/* sponsors */

#sponsors {
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
   padding-top: 20px;
}

#sponsors .main-sponsors {
  display:flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
}

#sponsors .main-sponsors dl {
  width: 980px;
  max-width: 100%;
  margin: 0;
}

#sponsors .main-sponsors dl h3 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  padding: 0 0 0 1em;
  font-size: 1.2em;
  border-left: #00AAD2 2px solid;
}

#sponsors .main-sponsors dl dd {
  margin-bottom: 1em;
}


#sponsors .main-sponsors dl ul {
  display:flex;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  margin: 0;
}

#sponsors .main-sponsors dl ul li {
  padding-right: 0.5em;
}

#sponsors .main-sponsors dl ul.side-banner1 li {
  width: 280px;
  max-width: 100%;
}

#sponsors .main-sponsors dl ul.side-banner2 li {
  width: 220px;
  max-width: 80%;
}

#sponsors .main-sponsors dl ul.side-banner3 li {
  width: 200px;
  max-width: 100%;
}

#sponsors .main-sponsors dl ul.side-banner4 li {
  width: 180px;
  max-width: 100%;
}


#sponsors .main-sponsors dl ul.backed li {
  margin-left: 16px;
}



#sponsors .main-sponsors dl ul.backed a:hover {
  color: #0078AA;
}

@media screen and (max-width: 768px) {
  #sponsors {
  margin-top: 20px;
  padding: 20px 0 4%;
  }

  #sponsors .main-sponsors dl h3 {
    font-size: 1.0em;
  }

  #sponsors .main-sponsors dl ul {
    display:flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  #sponsors .main-sponsors dl ul.side-banner1 li {
    width: 50%;
    max-width: 100%;
  }

  #sponsors .main-sponsors dl ul.side-banner2 li {
    width: 45%;
    max-width: 100%;
  }
  
  #sponsors .main-sponsors dl ul.side-banner3 li {
    width: 36%;
    max-width: 100%;
  }

  #sponsors .main-sponsors dl ul.side-banner4 li {
    width: 30%;
    max-width: 100%;
  }

  #sponsors .main-sponsors dl ul.backed li {
    display:block;
    width: 280px;
    max-width: 100%;
    font-size: 1.4em;
  }
  
}


/* gallery */

.sec-presentation {
  width: 100%;
  max-width: 1080px;
  margin: 40px auto;
  padding: 40px 0;
  z-index: 10;
}

.sec-presentation h4 {
  margin-bottom: 2.1264667536vw;
  padding-top: 4px;
  padding-bottom: 4px;
    content: '';
    width: 100%;
    text-align: center;
    font-size: 1.6em;
    border-bottom: 2px solid #00AAD2;
}



.sec-presentation ul.gallery-photo {
  margin: 10px auto 20px;
  padding: 10px 0 20px 30px;
  display: block;
  text-align: center;
  clear: both;
  }

  .sec-presentation ul.gallery-photo li {
    width: 180px;
    height: 120px;
      max-height: 120px;
    float: left;
    margin: 0 5px 10px;
    }

    ul.gallery-photo li.half {
      width: 180px;
      height: 120px;
      max-height: 120px;
      overflow: hidden;
      margin: 0 5px 10px;
      }


/*======================

  footer

=======================*/


#ft {
  position: relative;
  z-index: 2;
  padding: 2vw 2vw 1vw;
}

@media screen and (min-width: 1025px) {
  #ft {
    padding: 30px 0 20px;
  }
}

#ft>p {
  text-align: center;
  font-size: 0.76em;
}


#ft>p span {
  display: block;
  font-size: 1.0rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
}

@media screen and (min-width: 1025px) {
  #ft>p span {
    font-size: 1.1rem;
    display: inline;
  }
}

#ft>p:nth-of-type(2) {
  font-size: 1.0rem;
}

@media screen and (min-width: 768px) {
  #ft>p:nth-of-type(2) {
    font-size: 1.1rem;
  }
}

#ft #page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

@media screen and (max-width: 768px) {
  #ft #page-top {
    width: 66px;
  }
}

#ft h3{
  max-width: 250px;
  margin: auto;
  padding: 30px 0;
}

@media screen and (max-width: 768px) {
  #ft h3{
    max-width: 56vw;
    padding: 20px 0;
  }
}





/*-- --*/
.pra-column {
  width: 920px;
  max-width: 100%;
  height: 100%;
  margin: auto;
}

.pra-column .title_inr {
  width: 800px;
  max-width: 100%;
  margin: 0;
  padding: 10px 20px 10px 50px;
}


.pra-column .main-inner {
  width: 920px;
  max-width: 100%;
  margin: 0;
  padding: 40px 10px;
}

.pra-column h2 {
  font-weight: 600;
  font-size: 1.8em;
  padding: 1em 0 1em;
}

.pra-column h3 {
  font-weight: 600;
  font-size: 1.3em;
  padding: 3em 0 0.5em;
}

.pra-column table {
  border-collapse:  collapse;
  margin: 20px 0;
}
.pra-column th,td {
  border: solid 1px;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}
.pra-column th {
  width:  20%;
}

.pra-column p {
  font-size: 110%;
  padding-bottom: 0.5em;
}

.pra-column .bd {
  font-weight: bold;
}

.pra-column a {
  color: #0078AA;
}

.pra-column li {
  padding-bottom: 0.8em;
}


.pra-column .cotion1 {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 90%;
  padding-bottom: 0.2em;
}

.pra-column .cotion2 {
  text-indent: -1em;
  padding-left: 1em;
}

.pra-column .cotion3 {
  font-size: 100%;
  margin: 20px auto 0;
}

.manin p {
  font-size: 0.9em;
  margin: 0 auto;
  text-align: center;
  
}
.manin span {
  font-size: 3.6em;
  color: #E60013;
  margin: 0 auto;
  text-align: center;
  font-weight: 800;
}