@import url("https://fonts.googleapis.com/earlyaccess/sawarabigothic.css");
body {
  margin: 0;
  padding: 0;
  background-color: #ea4900;
  text-align: center;
  line-height: 150%;
  font-family: "Sawarabi Gothic";
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 80%;
  }
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 100%;
  }
}

img {
  border: none;
}

figure {
  margin: 0;
  padding: 0;
}

a {
  cursor: pointer;
}

a:link, a:visited, a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .localnav {
    position: fixed;
    top: 0px;
    left: -250px;
    width: 200px;
    z-index: 999;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 5px;
  }
}

@media only screen and (min-width: 768px) {
  .localnav {
    width: 100%;
    background-color: #000000;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }
}

.localnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .localnav ul {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .localnav ul {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .localnav ul li {
    margin-top: 5px;
  }
  .localnav ul li:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .localnav ul li {
    width: calc(100% / 5);
  }
  .localnav ul li:hover {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
}

.localnav ul li img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .localnav .fa-times {
    color: #ffffff;
    font-size: 2rem;
  }
}

@media only screen and (min-width: 768px) {
  .localnav .fa-times {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .localnav .nav-close {
    display: inline-block;
    margin-top: 10px;
    font-size: 0.9rem;
    color: #ffffff;
    cursor: pointer;
  }
}

@media only screen and (min-width: 768px) {
  .localnav .nav-close {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .sp-menu {
    position: absolute;
    z-index: 10;
    top: 40px;
    left: 7px;
    cursor: pointer;
    display: inline;
  }
}

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

@media only screen and (max-width: 767px) {
  .fa-bars {
    font-size: 2rem;
    color: #ffffff;
    cursor: pointer;
  }
}

@media only screen and (max-width: 767px) {
  .bars-text {
    font-size: 0.5rem;
    color: #ffffff;
    margin: 3px 0 0 0;
    line-height: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .wrap {
    width: calc(100% - 10px);
    padding: 10px 5px 0 5px;
    margin: 0 auto;
    position: relative;
  }
}

@media only screen and (min-width: 768px) {
  .wrap {
    width: calc(100% - 20px);
    padding: 0 10px;
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
  }
}

@media only screen and (max-width: 767px) {
  .wrap .twitter {
    position: absolute;
    top: 2%;
    right: 0;
    z-index: 20;
    width: 30%;
  }
}

@media only screen and (min-width: 768px) {
  .wrap .twitter {
    position: absolute;
    top: 1%;
    right: 3%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 20;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .wrap .hero {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .wrap .hero {
    width: 100%;
  }
}

.wrap .hero img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .wrap .logo {
    position: absolute;
    top: 18%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 10;
    width: 80%;
  }
}

@media only screen and (min-width: 768px) {
  .wrap .logo {
    position: absolute;
    top: 18%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 10;
    width: calc(100% - 320px);
    max-width: 770px;
  }
}

.wrap .logo img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .wrap .catch {
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 9;
    width: 70%;
  }
}

@media only screen and (min-width: 768px) {
  .wrap .catch {
    position: absolute;
    top: 46%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 9;
    width: calc(100% - 400px);
    max-width: 660px;
  }
}

.wrap .catch img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .inquiry a {
    color: #ffffff;
  }
}

@media only screen and (min-width: 768px) {
  .inquiry a {
    color: #ffffff;
  }
}

.inquiry a .fa-envelope {
  font-size: 2rem;
}

.slide-in {
  -webkit-animation: slide-in 500ms ease 0s 1 normal forwards;
          animation: slide-in 500ms ease 0s 1 normal forwards;
}

.slide-out {
  -webkit-animation: slide-out 500ms ease 0s 1 normal forwards;
          animation: slide-out 500ms ease 0s 1 normal forwards;
}

@-webkit-keyframes slide-in {
  0% {
    left: -250px;
  }
  100% {
    left: 0;
  }
}

@keyframes slide-in {
  0% {
    left: -250px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes slide-out {
  0% {
    left: 0;
  }
  100% {
    left: -250px;
  }
}

@keyframes slide-out {
  0% {
    left: 0;
  }
  100% {
    left: -250px;
  }
}

.fade-in {
  -webkit-animation: fade-in 500ms ease 0s 1 normal forwards;
          animation: fade-in 500ms ease 0s 1 normal forwards;
}

.fade-out {
  -webkit-animation: fade-out 500ms ease 0s 1 normal forwards;
          animation: fade-out 500ms ease 0s 1 normal forwards;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media only screen and (max-width: 767px) {
  .map {
    width: 100%;
    margin: 30px auto 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .map {
    width: 100%;
    max-width: 1000px;
    margin: 30px auto 0 auto;
  }
}

.map img {
  width: 100%;
}

.circle-list {
  list-style: none;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .circle-list {
    width: calc(100% - 20px);
    max-width: 355px;
    margin: 40px auto 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .circle-list {
    width: 100%;
    max-width: 1000px;
    margin: 40px auto 0 auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .circle-list a {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    width: calc(100% - 4px);
    margin: 0 0 15px 0;
    border: 2px solid #f0e541;
    border-radius: 8px;
  }
}

@media only screen and (min-width: 768px) {
  .circle-list a {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    width: calc(33.33% - 14px);
    margin: 0 5px 15px 5px;
    border: 2px solid #f0e541;
    border-radius: 8px;
  }
  .circle-list a:hover {
    background-color: rgba(240, 229, 65, 0.1);
  }
}

@media only screen and (max-width: 767px) {
  .circle-list li {
    position: relative;
    height: 55px;
  }
}

@media only screen and (min-width: 768px) {
  .circle-list li {
    position: relative;
    height: 55px;
  }
}

.circle-list li .row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.circle-list li .row .num {
  width: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 1.1rem;
}

.circle-list li .row .name {
  width: calc(100% - 45px);
  font-size: 0.9rem;
}

.area-q, .area-a {
  list-style: none;
}

@media only screen and (min-width: 768px) {
  .area-q, .area-a {
    margin: 25px 10px;
  }
}

.area-q .col-en, .area-a .col-en {
  color: #1253A4;
}

.area-q .col-zh, .area-a .col-zh {
  color: #e40011;
}

.area-q li, .area-a li {
  margin-top: 5px;
}

.area-q li:first-child, .area-a li:first-child {
  margin-top: 0;
}

.area-q li span, .area-a li span {
  font-weight: 900;
}

@media only screen and (min-width: 768px) {
  .area-q {
    padding: 0 0 0 0.5em;
  }
}

@media only screen and (min-width: 768px) {
  .area-a {
    padding: 0 0 25px 2em;
    border-bottom: 1px solid #f1c139;
  }
}

/*----- schedule START -----*/
.schedule h2 {
  font-size: 2rem;
  color: #ffffff;
  margin: 30px auto 0 auto;
}

.schedule .comment {
  color: #ffffff;
  margin: 30px 0 0 0;
}

.schedule-list {
  background-color: #f0e541;
  border-radius: 10px;
  margin: 10px auto;
  padding: 30px 20px 1px 20px;
  text-align: left;
  width: calc(100% - 60px);
}

@media only screen and (max-width: 767px) {
  .schedule-list {
    max-width: 335px;
  }
}

@media only screen and (min-width: 768px) {
  .schedule-list {
    max-width: 860px;
  }
}

.schedule-list .time {
  color: #ffffff;
  background-color: #ea4900;
  border-radius: 10px;
  font-size: 1.6rem;
  padding: 10px 0 10px 0.5em;
  margin: 0 0 20px 0;
}

.schedule-list ul {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .schedule-list ul {
    margin: 0 0 25px 2.2em;
  }
}

@media only screen and (min-width: 768px) {
  .schedule-list ul {
    margin: 0 0 35px 2.2em;
  }
}

/*----- schedule END -----*/
/*----- nyujo START -----*/
.nyujo .nyujo-info {
  background-color: #f0e541;
  border-radius: 10px;
  margin: 10px auto;
  padding: 20px 20px 1px 20px;
  text-align: left;
  width: calc(100% - 60px);
  position: relative;
}

@media only screen and (max-width: 767px) {
  .nyujo .nyujo-info {
    max-width: 315px;
  }
}

@media only screen and (min-width: 768px) {
  .nyujo .nyujo-info {
    max-width: 860px;
  }
}

.nyujo .nyujo-info h1 {
  background-color: #ffffff;
  color: #ff0038;
  font-size: 30px;
  margin: 0 -30px 30px -30px;
  padding: 10px 0;
  position: relative;
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  .nyujo .nyujo-info h1 {
    padding-left: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .nyujo .nyujo-info h1 {
    text-align: center;
    font-size: 20px;
  }
}

.nyujo .nyujo-info h1::before, .nyujo .nyujo-info h1::after {
  content: " ";
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}

.nyujo .nyujo-info h1::before {
  left: 0;
  border-width: 0 10px 10px 0;
  border-right-color: #11233D;
}

.nyujo .nyujo-info h1::after {
  right: 0;
  border-width: 10px 10px 0 0;
  border-top-color: #11233D;
}

.nyujo .nyujo-info .time {
  color: #ffffff;
  background-color: #ea4900;
  border-radius: 10px;
  padding: 10px;
}

@media only screen and (max-width: 767px) {
  .nyujo .nyujo-info .time {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .nyujo .nyujo-info .time {
    font-size: 1.6rem;
  }
}

.nyujo .nyujo-info .em {
  font-weight: 400;
  margin-left: 0.5em;
}

@media only screen and (max-width: 767px) {
  .nyujo .nyujo-info .em {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .nyujo .nyujo-info .em {
    font-size: 1.4rem;
  }
}

.nyujo .nyujo-info .seiriken-view {
  text-align: center;
  font-size: 1.4rem;
}

.nyujo .nyujo-info .seiriken-view a {
  border-radius: 8px;
  display: inline-block;
  padding: 10px 20px;
  background-color: #ff0038;
  color: #ffffff;
  margin: 0 auto 30px auto;
}

.nyujo .nyujo-info .seiriken-view a span {
  font-size: 0.9rem;
}

.nyujo .nyujo-info ul {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .nyujo .nyujo-info ul {
    margin: 0 0 30px 1.7em;
  }
}

@media only screen and (min-width: 768px) {
  .nyujo .nyujo-info ul {
    margin: 0 0 35px 2.2em;
  }
}

.nyujo .nyujo-info ul .em-list {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .nyujo .nyujo-info ul .em-list {
    font-size: 0.9rem;
  }
}

@media only screen and (min-width: 768px) {
  .nyujo .nyujo-info ul .em-list {
    font-size: 1.1rem;
  }
}

.nyujo .nyujo-info ul .em-list a {
  color: #ff0038;
}

#inline-popup {
  text-align: center;
}

.mfp-close-btn-in .mfp-close {
  color: #fff !important;
  background: #333;
  border-radius: 22px;
  top: 0;
  right: 0;
}

/*----- nyujo END -----*/
.robo2019 {
  @extends '.robo';
  width: 30%;
}

@media only screen and (min-width: 768px) {
  #sanch_nav_container {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}

#sanch-nav {
  background-color: #000;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #sanch-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
  }
}

#sanch-nav .sanch_nav {
  margin: 0 auto;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #sanch-nav .sanch_nav {
    max-width: 1200px;
  }
}

#sanch-nav .sanch_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  #sanch-nav .sanch_nav li {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  #sanch-nav .sanch_nav li {
    width: calc(100% / 5);
  }
}

#sanch-nav .sanch_nav img {
  vertical-align: bottom;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  #sanch-nav .sanch_nav .sp {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  #sanch-nav .sanch_nav .sp {
    display: none;
  }
}
/*# sourceMappingURL=style_matsuri2018.css.map */