@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.02em;
  color: #000;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  -webkit-text-size-adjust: 100%;
  background-image: url(../img/back-2.png), url(../img/back.jpg);
  background-size: 100% auto, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: top 300px left 250px, center;
  background-attachment: fixed, fixed;
}

body#front-page {
  background-position: top 650px left 250px, center;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important;
}

nav {
  margin-top: 0;
}

a,
a:visited,
a:active {
  color: #E85382;
}

a:hover {
  color: #E85382;
  text-decoration: none;
}

a.btn {
  display: inline-block;
  padding: 12px 22px;
  text-decoration: none;
  border: 2px solid #E85382;
  background-color: #E85382;
  font-weight: bold;
  line-height: 1em;
  margin-top: 10px;
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}

a.btn i {
  font-size: 22px;
  padding-right: 5px;
  vertical-align: -1px;
}

a.btn:hover {
  background-color: #fff;
  color: #E85382;
}

a.big-btn {
  font-size: 22px;
  padding: 14px 30px;
}

a.disabled {
  background-color: #ccc;
  cursor: not-allowed;
  border: none;
  pointer-events: none;
}

a.small-btn {
  font-size: 12px;
}

a.btn-white {
  display: inline-block;
  padding: 4px 22px;
  text-decoration: none;
  border: 1px solid #fff;
  color: #fff;
  font-weight: bold;
}

a.btn-white:hover {
  background-color: #fff;
  color: #000;
}

a.btn-viewer {
  display: block;
  padding: 20px 30px;
  margin-bottom: 20px;
  background-color: #E85382;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  -webkit-animation: bggradient 5s ease infinite;
          animation: bggradient 5s ease infinite;
}

@-webkit-keyframes bggradient {
  0% {
    background-color: #E87499;
  }
  50% {
    background-color: #E81759;
  }
  100% {
    background-color: #E87499;
  }
}

@keyframes bggradient {
  0% {
    background-color: #E87499;
  }
  50% {
    background-color: #E81759;
  }
  100% {
    background-color: #E87499;
  }
}

a.btn-viewer:hover {
  opacity: 0.8;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.red {
  color: #D0021B;
}

.underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(70%, #F99CA8));
  background: linear-gradient(transparent 80%, #F99CA8 70%);
  font-weight: bold;
}

.tb-only,
.sp-only {
  display: none;
}

.caption {
  font-size: 13px !important;
  margin-bottom: 20px;
}

.wrap {
  width: 960px;
}

.small-wrap {
  width: 640px;
  margin: 0 auto;
}

.under-construction {
  text-align: center;
  font-size: 28px;
  padding-top: 197px;
  min-height: 400px;
}

.attention {
  padding: 20px;
  border: 3px solid #E85382;
  margin-bottom: 20px;
}

.attention span {
  font-size: 130%;
  font-weight: bold;
}

.attention-red {
  border: 3px solid #D0021B;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 200px;
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
  z-index: 100;
}

header h1 {
  display: block;
}

header h1 img {
  max-width: 1366px;
  width: 100%;
}

.main-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

#toggle {
  display: none;
  cursor: pointer;
  text-align: center;
  color: #E85382;
}

nav {
  background-color: #F7E3E5;
  width: 250px;
  z-index: 1;
  -webkit-transition: .3s;
  transition: .3s;
}

nav ul {
  width: 250px;
}

nav ul li {
  list-style: none;
  border-bottom: 1px solid #fff;
  font-weight: bold;
}

nav ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 12px 30px;
  white-space: nowrap;
  color: #000;
}

nav ul li.viewer a {
  padding: 20px 30px;
  background-color: #E85382;
  color: #fff;
  border: solid 6px #fff;
  font-size: 20px;
  -webkit-animation: bggradient 5s ease infinite;
          animation: bggradient 5s ease infinite;
}

@keyframes bggradient {
  0% {
    background-color: #E87499;
  }
  50% {
    background-color: #E81759;
  }
  100% {
    background-color: #E87499;
  }
}

.webabstract img, .webaapp img {
  width: 100%;
  max-width: 100%;
  padding: 12px 30px;
}

.host {
  font-size: 12px;
  padding: 12px 30px;
  line-height: 1.4;
}

.bnrs img {
  max-width: 180px;
}

.leaflet {
  padding: 12px 30px;
}

.leaflet img {
  width: 100%;
}

.main-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.main-area.toggle {
  margin-left: 0;
  max-width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
}

.hero {
  max-width: 960px;
  margin: 0 auto;
  padding: 90px 4% 30px;
}

.hero img {
  width: 100%;
}

.info .info-row-1 {
  margin-bottom: 30px;
}

.content-wrap {
  margin: 0 auto;
  background-color: #fff;
  margin-top: 50px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  max-width: 960px;
  width: 92%;
  font-size: 16px;
  line-height: 2em;
  margin-bottom: 30px;
  padding: 40px;
}

.content-wrap .index {
  font-weight: bold;
}

.content-wrap .index li {
  font-size: 20px;
}

.content-wrap .index a {
  color: #000;
}

.content-wrap h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 25px;
}

.content-wrap h3 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
  background-color: #ededed;
  padding: 10px 20px;
  border-radius: 8px;
}

.content-wrap h4 {
  font-size: 20px;
  font-weight: bold;
  padding: 5px 0 5px 10px;
  margin-bottom: 15px;
  border-left: 3px solid #E85382;
}

.content-wrap h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 2;
}

.content-wrap h5 span {
  display: inline-block;
  background-color: #E6E6E6;
  border-radius: 50px;
  padding: 3px 15px;
  margin-right: 10px;
  font-size: 15px;
}

.content-wrap p {
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 30px;
  word-wrap: break-word;
}

.content-wrap img {
  max-width: 100%;
  margin-bottom: 15px;
}

.content-wrap ol,
.content-wrap ul {
  font-size: 16px;
  margin-bottom: 20px;
}

.content-wrap ol ol, .content-wrap ol ul,
.content-wrap ul ol,
.content-wrap ul ul {
  margin-bottom: 0;
}

.content-wrap ol li,
.content-wrap ul li {
  margin-bottom: 10px;
  list-style-position: outside;
  margin-left: 25px;
  line-height: 1.6em;
}

.content-wrap ol.type05 {
  margin: 1em 0;
  padding-left: 1em;
  list-style: none;
  counter-reset: rparen;
}

.content-wrap ol.type05 li {
  position: relative;
}

.content-wrap ol.type05 li:before {
  position: absolute;
  left: -2em;
  counter-increment: rparen;
  content: counter(rparen) "）";
}

.content-wrap hr {
  width: 70px;
  border: none;
  border-top: 3px solid #E85382;
  display: inline-block;
  padding-bottom: 20px;
}

.content-wrap .table {
  margin-bottom: 30px;
}

.content-wrap .table tr,
.content-wrap .table th,
.content-wrap .table td {
  border: 1px solid #ddd;
  padding: 15px 30px;
}

.content-wrap .table th {
  background-color: #EDF8FA;
  padding: 20px 30px;
}

.content-wrap .table tr {
  border-bottom: 1px solid #ddd;
}

.content-wrap .table tr.head {
  background-color: #E6F3F4;
}

.content-wrap .table tr.sub-head {
  font-weight: bold;
  border-bottom: 3px solid #888888;
  text-align: center;
  font-size: 18px;
}

.content-wrap .time-table {
  font-size: 14px;
}

.content-wrap .time-table td {
  padding: 15px 10px;
}

.content-wrap .time-table .time {
  white-space: nowrap;
}

.content-wrap .time-table .name {
  white-space: nowrap;
}

.content-wrap .time-table .day {
  font-size: 18px;
  font-weight: bold;
  background-color: #EAF6FF;
}

.content-wrap .time-table .break {
  background-color: #F5F5F5;
}

.content-wrap .fee-table td {
  text-align: center;
}

.content-wrap iframe {
  width: 100%;
  border: none;
}

.info {
  margin-bottom: 30px;
}

.info img {
  max-width: 100%;
}

.news-wrap {
  margin-bottom: 50px;
  font-size: 15px;
}

.news-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  border-bottom: 1px solid #DDDDDD;
  padding: 20px 0;
  line-height: 1.5em;
}

.news-wrap dl:first-child {
  padding-top: 0;
}

.news-wrap dt {
  font-weight: bold;
  width: 20%;
}

.news-wrap dd {
  float: left;
  margin-left: 0px;
  width: 80%;
}

.news-wrap .grid9 {
  padding-right: 30px;
}

.movie-caption {
  text-align: center;
}

.movie-caption .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}

.newsletters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.newsletters a {
  display: inline-block;
  width: 50%;
  text-align: center;
  margin-bottom: 40px;
}

.newsletters a img {
  max-width: 300px;
  margin-bottom: 0;
}

#greeting .chairman {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

#greeting .chairman img {
  margin-left: 20px;
}

#greeting .chairman .name {
  font-size: 20px;
  font-weight: bold;
}

#greeting p {
  text-indent: 1em;
}

footer {
  width: 100%;
  font-size: 14px;
  text-align: center;
  padding-top: calc(100vw*0.63);
  padding-bottom: 20px;
  background-size: cover;
  background-image: url(../img/footer-img.png);
  background-repeat: no-repeat;
  background-position: center top;
}

.guide {
  margin-bottom: 40px;
}

.guide dl {
  overflow: hidden;
  margin-bottom: 20px;
  line-height: 1.6em;
}

.guide dt {
  float: left;
  width: 100px;
}

.guide dd {
  float: left;
  margin-left: 0px;
}

.contact {
  font-size: 18px;
}

.tab-day {
  text-align: center;
  margin-bottom: 30px;
}

.tab-day .grid4 {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.tab-day div:last-child {
  border-right: none;
}

.tab-day a {
  font-size: 22px;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.tab-day a:hover {
  background-color: #E85382;
  color: #fff;
}

.preparation {
  text-align: center;
  padding: 50px 0;
  font-size: 20px;
}

@media screen and (max-width: 600px) {
  .pc-only {
    display: none;
  }
  body {
    min-width: auto;
    font-size: 17px;
    padding-top: 80px;
  }
  #toggle {
    display: block;
  }
  .overflow-wrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .sp-only {
    display: block;
  }
  header {
    position: fixed;
    top: 0;
    height: 60px;
  }
  header h1 {
    padding-left: 20px;
  }
  nav {
    position: fixed;
    top: 60px;
    width: 0;
    height: 100vh;
    z-index: 1;
    overflow: scroll;
    -webkit-transition: .3s;
    transition: .3s;
  }
  nav ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 12px 30px;
    white-space: nowrap;
  }
  nav.toggle {
    width: 250px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .hero {
    padding: 10px 4% 0px;
  }
  .main-area {
    margin-left: 0;
    max-width: 100%;
  }
  .main-area.toggle {
    margin-left: 0;
    max-width: 100%;
  }
  footer .thnaks {
    text-align: center;
    padding: 10px 10px;
    margin-bottom: 20px;
    border: 2px solid #009EDD;
    display: inline-block;
    line-height: 1.6em;
  }
  .content-wrap {
    width: 92%;
    padding: 30px 4%;
    margin-top: 30px;
    font-size: 15px;
    line-height: 2em;
  }
  .content-wrap h2 {
    font-size: 24px;
  }
  .content-wrap h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 8px 10px;
  }
  .content-wrap h4 {
    font-size: 16px;
  }
  .content-wrap h5 {
    font-size: 15px;
  }
  .content-wrap p {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .content-wrap ul li {
    font-size: 14px;
  }
  .content-wrap .table {
    width: 640px;
  }
  .content-wrap .table tr,
  .content-wrap .table th,
  .content-wrap .table td {
    border: none;
    padding: 10px 10px;
  }
  .content-wrap .table th {
    padding: 10px 10px;
    width: 150px;
  }
  .content-wrap .table td {
    font-size: 14px;
  }
  .content-wrap .table tr {
    border-bottom: 1px solid #ddd;
  }
  .content-wrap .time-table {
    width: 860px;
  }
  .content-wrap iframe {
    height: auto;
  }
  .news-wrap {
    margin-bottom: 50px;
    font-size: 15px;
  }
  .news-wrap dl dt {
    width: 200px;
  }
  #greeting .chairman {
    font-size: 13px;
    line-height: 1.6;
  }
  #greeting .chairman img {
    width: 100px;
  }
  .newsletters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newsletters a {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .top_menu {
    display: block !important;
  }
}
/*# sourceMappingURL=style.css.map */