@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap&subset=japanese");
.mincho {
  font-family: "Noto Serif JP"; }

.softly:hover {
  -webkit-box-shadow: 0px 0px 8px 3px #ccc;
          box-shadow: 0px 0px 8px 3px #ccc; }
  .softly:hover a {
    color: #eb46a2; }

.inrWidth {
  width: 1000px;
  margin-right: auto;
  margin-left: auto; }

.outerWidth {
  width: 1100px;
  margin-right: auto;
  margin-left: auto; }

.fullWidth {
  margin-right: auto;
  margin-left: auto; }

@media screen and (min-width: 1200px) {
  .fullWidth {
    width: 1200px; }
  .inrWidth {
    width: 1000px; } }

@media screen and (min-width: 1100px) and (max-width: 1200px) {
  .fullWidth {
    width: 100%; }
  .outerWidth {
    width: 1100px; }
  .inrWidth {
    width: 1000px; } }

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .fullWidth {
    width: 90% !important; } }

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .outerWidth {
    width: 95% !important; } }

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .inrWidth {
    width: 95% !important; } }

@media screen and (max-width: 768px) {
  .inrWidth {
    width: 90%; }
  .outerWidth {
    width: 90% !important; }
  .fullWidth {
    width: 90% !important; } }


#area_slide #slide img {
  width: 100%; }

/* PC */
@media screen and (min-width: 769px) {
  #area_slide {
    position: relative;
    padding: 0; }
  #area_slide .catch {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -205px; }

  #area_slide {
    position: relative; }
    #area_slide .catch {
      position: absolute;
      top: 50%;
      left: 0;
    width: 60.5%;
    margin-top: -14.6vw;
    height: 35.5vw;
    overflow: hidden; }
      #area_slide #slide img {
        width: 100vw; }

  .list .slick-prev,
  .list .slick-next {
    display: none; }
  .sr-only {
    display: none; }
  .drawer-nav {
    display: none; }
  header {
    background: none; }
    header .head--logo {
      background: #fff; }
    header .head__blk--global {
      background: rgba(0, 0, 0, 0.4); }
      header .head__blk--global a {
        color: #fff; }
  main {
    margin-bottom: 90px;
    padding-top: 0;
    font-size: 1.6rem;
    letter-spacing: 0; }
  section {
    padding: 100px 0; }
    section h2 {
      max-width: 1200px;
      margin: 0 auto 45px;
      padding-left: 10px; }
  .bgGY {
    background: #eeeeee; }
  .aboutus p {
    margin-bottom: 20px; }
    .aboutus p strong {
      font-weight: bold; }
      .aboutus__blk--h2 {
        font-size: 4rem;
        text-align: center;
        font-weight: bold;
      }
  #area_news .list li {
    background: #FFF; }
  #area_news .btnBK {
    width: 50%;
    margin: 0 auto; }
  .facts__blk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .facts__blk--box {
      width: 23%;
      margin-bottom: 50px;
      padding: 20px;
      background: #f3f3f3;
      display: block;
      -webkit-transition: .6s;
      transition: .6s; }
      .facts__blk--box:hover {
        background: #FFF;
        -webkit-box-shadow: 0 0 5px 0 #777;
        /* Safari, Chrome用 */
        /* Firefox用 */
        box-shadow: 0 0 5px 0 #777;
        /* CSS3 */ }
      .facts__blk--box h3 {
        font-size: 2.4rem;
        margin-bottom: 20px;
        text-align: center; }
      .facts__blk--box p {
        font-size: 1.4rem;
        line-height: 1.7; }
  .event {
    background: url(../img/top/h2_03bg-pc.png) #eee no-repeat;
    background-size: cover;
    background-position: center bottom; }
  .offer__blk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .offer__blk--box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-line-pack: justify;
          align-content: space-between;
      width: 49%;
      padding: 50px 45px;
      background: #f3f3f3; }
      .offer__blk--box h3 {
        text-align: center;
        font-size: 2.4rem;
        margin-bottom: 45px;
        font-weight: bold; }
      .offer__blk--box p {
        margin-bottom: 30px;
        font-size: 1.4rem; }
      .offer__blk--box iframe {
        width: 100%;
        height: 230px; }
  .let-us a {
    color: #e4007f; }
  .snsWindow__blk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .snsWindow__blk h4 {
      font-size: 3.2rem;
      font-weight: bold; }
    .snsWindow__blk--linke {
      width: 300px; }
  .indentLine {
    padding-left: 55px; }
    .indentLine__ttl {
      font-size: 1.8rem;
      font-weight: bold;
      width: 100%;
      margin: 45px 0 20px;
      position: relative; }
      .indentLine__ttl:before {
        content: "";
        height: 1.6em;
        width: 2em;
        border-bottom:1px solid #e40682;
        position: absolute;
        left: -55px;
        top: 0;} 
  /* EVENT */
  #OIH .evlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  #OIH .evlist.mainev {
    margin-bottom: 100px; }
  #OIH .evlist.mainev h2 {
    font-size: 1.5rem;
    margin-top: -10px; }
  #OIH .evlist.mainev h2 span {
    line-height: 1;
    font-weight: bold;
    color: #fff;
    background: #5d3ca1;
    display: inline-block;
    line-height: 1 !important;
    padding: 12px; }
  #OIH .evlist__blk {
    display: block;
    background: #fff;
    width: 30%;
    height: auto;
    -webkit-box-shadow: 0 0 8px grey;
            box-shadow: 0 0 8px grey;
    border-radius: 0 0 20px 0; }
  #OIH .evlist__blk:hover {
    position: relative;
    top: -5px;
    opacity: 1 !important; }
  #OIH .evlist__blk--data {
    font-size: 1.2rem;
    text-align: center;
    color: #e5007f;
    margin-bottom: 5px;
    line-height: 1; }
  #OIH .evlist__blk--inr {
    font-size: 1.4rem;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  #OIH .evlist__blk--inr h3 {
    line-height: 1.3;
    font-weight: bold; }
  #OIH .evlist__blk--inr .viewmore {
    margin-top: auto;
    text-align: center;
    padding-top: 20px; }
  #OIH .evlist__blk--inr .viewmore span {
    line-height: 1;
    border: 2px solid #000;
    border-radius: 20px;
    padding: 8px 15px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    #OIH .evlist__blk--inr .viewmore span:hover {
      background: #000;
      color: #fff; }
    #OIH .eventreport h2 {
      font-size: 2.8rem;
      font-weight: bold;
      text-align: center;
      margin-bottom: 50px; }
}

/* SP */
@media screen and (max-width: 768px) {
  #area_slide {
    position: relative;
    padding: 0; }
  #area_slide .catch {
    position: absolute;
    top: 10px;
    left: 5px; }
  #area_contents {
    margin-bottom: 20px; }
  .list {
    position: relative; }
  .list .slick-prev,
  .list .slick-next {
    width: 18px;
    height: 31px; }
  .list .slick-prev {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    margin-top: -20px; }
  .list .slick-slide {
    padding: 0 15px; }
  main {
    margin-bottom: 90px;
    padding-top: 70px; }
  section {
    padding: 50px 0; }
    section h2 {
      max-width: 1200px;
      margin: 0 auto 25px;
      padding-left: 10px; }
  .bgGY {
    background: #eeeeee; }
  .aboutus {
    width: 80%; }
    .aboutus p {
      margin-bottom: 20px; }
      .aboutus p strong {
        font-weight: bold; }
      .aboutus__blk--h2 {
        font-size: 2.8rem;
        text-align: center;
        font-weight: bold;
      }
  #area_news .list li {
    background: #FFF; }
  #area_news .btnBK {
    width: 90%;
    text-align: center;
    margin: 0 auto; }
  .facts__blk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .facts__blk--box {
      width: 48%;
      letter-spacing: 0;
      margin-bottom: 50px;
      padding: 15px 0;
      background: #f3f3f3;
      display: block;
      -webkit-transition: .6s;
      transition: .6s; }
      .facts__blk--box:active {
        background: #FFF;
        -webkit-box-shadow: 0 0 5px 0 #777;
        /* Safari, Chrome用 */
        /* Firefox用 */
        box-shadow: 0 0 5px 0 #777;
        /* CSS3 */ }
      .facts__blk--box h3 {
        font-size: 2.7rem;
        padding: 0 5px;
        line-height: 1.4;
        margin-bottom: 10px;
        text-align: center; }
      .facts__blk--box p {
        padding: 0 15px;
        font-size: 1.4rem;
        line-height: 1.7; }
  .event {
    background: url(../img/top/h2_03bg-sp.png) #eee no-repeat;
    background-size: cover;
    background-position: center bottom; }
  .offer__blk--box {
    width: 100%;
    padding: 35px 20px;
    background: #f3f3f3;
    margin-bottom: 30px; }
    .offer__blk--box h3 {
      font-size: 2.0rem;
      text-align: center;
      margin-bottom: 10px;
      font-weight: bold; }
    .offer__blk--box p {
      margin-bottom: 30px;
      font-size: 1.4rem; }
    .offer__blk--box iframe {
      width: 100%;
      height: 230px; }
  .let-us a {
    color: #e4007f; }
  .snsWindow__blk h4 {
    font-size: 3.2rem;
    font-weight: bold; }
  .snsWindow__blk div {
    margin-bottom: 30px; }
  .indentLine {
    padding-left: 40px; }
    .indentLine__ttl {
      font-size: 1.8rem;
      font-weight: bold;
      width: 100%;
      margin: 45px 0 20px;
      position: relative; }
      .indentLine__ttl:before {
        content: "";
        height: 1em;
        width: 30px;
        border-bottom: 1px solid #e40682;
        position: absolute;
        left: -45px;
        top: 0;} 
.snsWindow__blk iframe {
  margin-right: auto;
  margin-left: auto;
  display: block!important;
}
.fb-page.fb_iframe_widget.fb_iframe_widget_fluid {
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 300px;
}
.embedly-card {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
}

      }

/*# sourceMappingURL=maps/index.css.map */
