@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
.clearfix::after {
  content: "";
  display: block;
  clear: both; }

html {
  font-size: 62.5%; }

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6em; }

a {
  color: #eb65a2; }
  a:hover {
    color: #eb65a2; }

main .container-lg {
  border: 1px solid; }

body > header {
  background-color: #f8c8de; }
  body > header + nav {
    margin-bottom: 40px;
    background-color: #f8c8de; }
  body > header:before {
    content: "";
    width: 100%;
    height: 70px;
    margin: 0;
    background-image: url(../img/header_line.png);
    background-repeat: repeat-x;
    background-position: left top;
    display: inline-block; }
  body > header .header-group {
    margin-bottom: 30px; }
    body > header .header-group .header-logo a {
      line-height: 1;
      font-size: 6.0rem;
      color: #e4007f;
      text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, -2px 0 #fff;
      text-decoration: none;
      font-weight: bold;
      letter-spacing: 1rem; }
      body > header .header-group .header-logo a small {
        font-size: 3.6rem;
        letter-spacing: normal;
        white-space: nowrap; }
    body > header .header-group .form-search form {
      margin-top: 10px; }
      body > header .header-group .form-search form .form-control {
        font-size: 1.9rem;
        border-top-left-radius: .5rem;
        border-bottom-left-radius: .5rem; }
      body > header .header-group .form-search form .btn {
        font-size: 1.9rem;
        border-top-right-radius: .5rem;
        border-bottom-right-radius: .5rem; }
      body > header .header-group .form-search form .btn-secondary {
        color: #333333;
        background-color: #e2e2e2;
        border-color: #d2d2d2;
        line-height: 1; }

.slider, .schedule {
  height: 410px;
  margin-top: 40px;
  margin-bottom: 10px; }

@media (max-width: 1200px) {
  .slider, .schedule {
    height: 342.078px; } }

@media (max-width: 992px) {
  .slider, .schedule {
    height: 36vw; } }

.slider {
  position: relative; }
  .slider .main-visual {
    width: 100%; }
  .slider .slideshow_button {
    display: none;
    position: absolute;
    left: auto;
    right: 10px;
    top: 50%;
    height: 30px;
    width: 30px;
    margin-top: -15px;
    background-color: #ee64b1;
    border-radius: 15px; }
    .slider .slideshow_button:after {
      position: absolute;
      top: 50%;
      right: 10px;
      display: block;
      content: '';
      width: 14px;
      height: 14px;
      margin-top: -7px;
      border-top: 4px solid #fff;
      border-right: 4px solid #fff;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .slider .slideshow_button.slideshow_previous {
      -webkit-transform: scaleX(-1);
              transform: scaleX(-1);
      left: 10px;
      right: auto; }
    .slider .slideshow_button .hide-text {
      display: none; }

.schedule {
  border: 1px solid #999999;
  padding: 24px 15px 24px;
  overflow: scroll; }
  .schedule h3 {
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    color: #333333; }
  .schedule dl dt {
    font-size: 1.6rem;
    font-weight: bold; }
  .schedule dl dd {
    font-size: 1.6rem;
    margin-bottom: 27px; }
  .schedule .more {
    text-align: center;
    padding: 15px 0 0; }
  .schedule .btn {
    font-weight: bold;
    padding: 0 25px;
    line-height: 4.0rem; }
    .schedule .btn:after {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      border-top: .8rem solid transparent;
      border-bottom: .8rem solid transparent;
      border-left: 0.8rem solid #fff;
      margin-left: 1em;
      margin-bottom: -2px; }

.btn {
  font-size: 1.6rem; }

.btn-more {
  color: #fff;
  background-color: #eb65a2;
  border-color: #eb65a2; }
  .btn-more:hover {
    color: #fff; }

.twitter .card-header {
  background-color: #eb65a2;
  color: #fff;
  font-weight: bold;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem; }

.card {
  border-radius: .5rem; }

.card-header:first-child {
  border-radius: calc(.5rem - 1px) calc(.5rem - 1px) 0 0; }

body > main nav ul {
  list-style: none;
  margin: 0 0 30px;
  padding: 0; }
  body > main nav ul li {
    padding-bottom: 3.0rem; }
    body > main nav ul li a img {
      width: 100%;
      height: auto; }

.message-lead {
  border: 3px solid #f8c8de;
  border-radius: .3rem;
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  padding: 5.0rem 4.5rem;
  margin-top: 5.0rem;
  margin-bottom: 10.0rem; }

section.sns {
  margin-top: 6.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 730px; }
  section.sns h2 {
    border-top: 3px solid #eb65a2;
    border-bottom: 3px solid #eb65a2;
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
    padding: 1.85rem 0; }
    section.sns h2:before {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      border-top: .65rem solid transparent;
      border-bottom: .65rem solid transparent;
      border-left: 1.3rem solid #e4007f;
      margin-right: .5em;
      margin-bottom: .2rem; }
  section.sns ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    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; }
    section.sns ul li {
      width: 222px;
      height: 65px;
      display: table;
      margin-bottom: 20px; }
      section.sns ul li a {
        border: 1px solid #eb65a2;
        background-color: #eb65a2;
        color: #fff;
        display: table-cell;
        vertical-align: middle;
        width: 220px;
        height: 63px;
        font-size: 1.5rem;
        line-height: 1.6rem;
        position: relative;
        padding-left: 70px; }
        section.sns ul li a small {
          font-size: 1.3rem; }
        section.sns ul li a:hover {
          text-decoration: none; }
        section.sns ul li a:before {
          content: '';
          display: block;
          width: 63px;
          height: 63px;
          background-color: #fff;
          position: absolute;
          left: 0;
          top: 0;
          background-repeat: no-repeat;
          background-position: center; }
        section.sns ul li a.twitter:before {
          background-image: url(../img/icon_twitter.png); }
        section.sns ul li a.facebook:before {
          background-image: url(../img/icon_facebook.png); }
        section.sns ul li a.youtube:before {
          background-image: url(../img/icon_youtube.png); }
        section.sns ul li a.instagram:before {
          background-image: url(../img/icon_instagram.png); }
        section.sns ul li a.tiktok:before {
          background-image: url(../img/icon_tiktok.png); }


p {
  margin-bottom: 1.6rem; }

h2 {
  font-size: 2.6rem;
  font-weight: 400;
  color: #000;
  border-top: 2px solid #eb65a2;
  border-bottom: 2px solid #eb65a2;
  padding: .7rem .3rem;
  margin: 30px 0 20px; }
  h2 + .lead {
    font-size: 2.2rem;
    font-weight: 500;
    color: #333333;
    background: #fae3ee;
    padding: 1.8rem 2.6rem 1.8rem 1.8rem;
    position: relative; }
    h2 + .lead:after {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      width: 2.6rem;
      height: 2.6rem;
      border-top: 2.6rem solid #f8c8de;
      border-right: 2.6rem solid #fff; }
  h2.post-title {
    font-size: 4.0rem;
    font-weight: 400;
    color: #fff;
    background-color: #eb65a2;
    padding: 2.6rem 3.0rem;
    margin: 0 0 1.6rem;
    letter-spacing: .3em; }

.lead {
  font-size: 3.6rem;
  font-weight: 600;
  color: inherit;
  background-color: inherit;
  padding: 0;
  position: inherit; }
  .lead:after {
    display: none; }

.callout {
  font-size: 2.2rem;
  font-weight: 500;
  color: #333333;
  background: #fae3ee;
  padding: 1.0rem 2.6rem 1.0rem 1.8rem;
  position: relative; }
  .callout:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 2.6rem;
    height: 2.6rem;
    border-top: 2.6rem solid #f8c8de;
    border-right: 2.6rem solid #fff; }

ul.list-essential {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.list-essential li:before {
    content: '';
    display: inline-block;
    border: 0.6rem solid #eb65a2;
    border-radius: .8rem;
    width: 1.6rem;
    height: 1.6rem;
    margin-right: .5em;
    margin-bottom: -.2rem; }

h4, .h4 {
  margin-top: 3.0rem;
  font-size: 1.6rem; }

aside a {
  color: #000; }

aside h3 {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  background-color: #eb65a2;
  padding: 1.7rem;
  margin: 0;
  text-align: center; }

aside ul.list-recently {
  font-size: 1.4rem;
  list-style: none;
  padding: 1em 0 4.4rem 2rem; }
  aside ul.list-recently li {
    text-indent: -1.8rem;
    margin-bottom: 1em; }
    aside ul.list-recently li:before {
      content: '';
      display: inline-block;
      border: 0.6rem solid #eb65a2;
      border-radius: .6rem;
      width: 1.2rem;
      height: 1.2rem;
      margin-right: .4em;
      margin-bottom: -.1rem; }

aside ul.list-group {
  margin-bottom: 50px;
  border-radius: 0; }
  aside ul.list-group li.list-group-item {
    border-left: none;
    border-right: none;
    border-color: #999999; }
    aside ul.list-group li.list-group-item:first-child {
      border-top: none; }

/*sp under 767px*/
@media screen and (max-width: 767px) {
  body > header .header-group {
    margin-bottom: 0; }
    body > header .header-group .header-logo {
      margin-bottom: 2.0rem; }
      body > header .header-group .header-logo a {
        font-size: 10vw;
        letter-spacing: 1vw; }
        body > header .header-group .header-logo a small {
          font-size: 5vw;
          letter-spacing: .5vw; }
    body > header .header-group .form-search {
      background-color: #fff;
      padding: 2.0rem 1.5rem 1.9rem;
      width: 100%; }
      body > header .header-group .form-search form {
        margin-top: 0;
        margin-left: 0;
        width: 50vw;
        float: left; }
        body > header .header-group .form-search form .form-control {
          height: 9vw; }
        body > header .header-group .form-search form .btn {
          padding-left: 3vw;
          padding-right: 3vw; }
      body > header .header-group .form-search .sns {
        float: right; }
        body > header .header-group .form-search .sns ul {
          list-style: none;
          margin: 0;
          padding: 0;
          font-size: 0; }
          body > header .header-group .form-search .sns ul li {
            display: inline-block;
            font-size: 1.6rem;
            margin-left: 1vw; }
            body > header .header-group .form-search .sns ul li a {
              display: inline-block;
              width: 9vw;
              max-width: 50px; }
              body > header .header-group .form-search .sns ul li a img {
                width: 100%; }
  .slider {
    height: 57vw;
    margin-bottom: 2.8rem; }
  .schedule {
    border: none;
    height: auto;
    overflow: inherit;
    margin: 0 0 2.8rem;
    padding: 0; }
    .schedule h3 {
      border-left: 5px solid #eb65a2;
      background-color: #d2d2d2;
      text-align: left;
      padding: 1.0rem;
      margin-bottom: 2.7rem; }
  body > main nav ul {
    margin: 0; }
    body > main nav ul li {
      padding-bottom: 1.5rem; }
  section.sns {
    margin-top: 0; }
    section.sns h2 {
      font-size: 4vw; }
      section.sns h2:before {
        border-top: 1vw solid transparent;
        border-bottom: 1vw solid transparent;
        border-left: 1.5vw solid #e4007f;
        margin-right: 1vw; }
    section.sns ul {
      max-width: 425px;
      margin-left: auto;
      margin-right: auto; }
      section.sns ul li {
        margin-left: auto;
        margin-right: auto; } }

.flexnav {
  -webkit-transition: none;
  transition: none;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-height: 0;
  padding: 0; }
  .flexnav.opacity {
    opacity: 0; }
  .flexnav.flexnav-show {
    max-height: 2000px;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
  .flexnav li {
    font-size: 100%;
    position: relative;
    overflow: hidden; }
    .flexnav li a {
      position: relative;
      display: block;
      padding: 2.0rem 1.5rem;
      z-index: 2;
      overflow: hidden;
      color: #333333;
      background: #f8c8de;
      border-bottom: 1px solid #fff;
      font-size: 3.0rem; }
  .flexnav.nav-main {
    margin-bottom: 2.8rem; }

.menu-button {
  position: relative;
  display: block;
  padding: .6rem 1.5rem;
  background: #eb65a2;
  color: #fff;
  cursor: pointer;
  font-size: 3.6rem; }
  .menu-button .touch-button {
    background: transparent;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 6.6rem;
    height: 6.6rem;
    display: inline-block;
    text-align: center;
    pointer-events: none; }
    .menu-button .touch-button .navicon {
      font-size: 1.6rem;
      position: relative;
      top: 0;
      color: #fff;
      font-style: normal; }

@media all and (min-width: 768px) {
  .flexnav {
    overflow: auto;
    max-height: inherit;
    list-style: none;
    padding: 0;
    text-align: center;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .flexnav.opacity {
      opacity: 1; }
    .flexnav li {
      display: inline-block;
      margin-bottom: 10px; }
      .flexnav li a {
        font-size: 1.6rem;
        font-weight: 400;
        border: 1px solid #e4007f;
        display: inline-block;
        color: #000;
        background-color: #fff;
        padding: 0 3.0rem .1rem;
        line-height: 2.7rem;
        border-radius: 1.6rem;
        margin-right: 15px;
        margin-left: 15px;
        text-decoration: none !important; }
        .flexnav li a:hover {
          text-decoration: none;
          background-color: #f8c8de;
          color: #000; }
      .flexnav li.active a, .flexnav li a.active {
        color: #fff;
        background-color: #eb65a2; }
    .flexnav.nav-main {
      margin-top: 10px;
      margin-bottom: 10px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .flexnav.nav-main li a {
        font-size: 2.0rem;
        border: 3px solid #e4007f;
        margin-right: 15px;
        margin-left: 15px; }
  .menu-button {
    display: none; } }

body > footer {
  background-color: #f8c8de;
  position: relative;
  padding-bottom: 70px; }
  body > footer:before {
    content: "";
    width: 100%;
    height: 113px;
    margin: 0;
    background-color: #fff;
    background-image: url(../img/header_line.png);
    background-repeat: repeat-x;
    background-position: left top;
    display: inline-block;
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1); }
  body > footer > .container-lg {
    font-size: 1.5rem; }
    body > footer > .container-lg .copyright {
      text-align: center;
      font-size: 1.6rem;
      color: #333333;
      padding-bottom: 4.0rem;
      padding-top: 1.6rem; }
    body > footer > .container-lg h6 {
      font-size: 3.0rem;
      color: #e4007f;
      text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff; }
      body > footer > .container-lg h6 small {
        font-size: 2.0rem;
        white-space: nowrap; }
    body > footer > .container-lg .discripiton a {
      color: #000; }
    body > footer > .container-lg nav {
      padding-bottom: 5.0rem; }
      body > footer > .container-lg nav ul {
        margin: 0;
        padding: 0; }
        body > footer > .container-lg nav ul li {
          list-style: none;
          display: inline-block;
          margin-right: 1.5em;
          margin-bottom: .5em; }
          body > footer > .container-lg nav ul li a {
            color: #e83e97;
            font-size: 1.5rem; }
            body > footer > .container-lg nav ul li a:before {
              content: "";
              display: inline-block;
              width: 0;
              height: 0;
              border-top: .5rem solid transparent;
              border-bottom: .5rem solid transparent;
              border-left: 0.5rem solid #e83e97;
              margin-right: .5em; }
  body > footer .sns {
    color: #fff;
    text-align: center;
    font-size: 0;
    background-color: #eb65a2;
    width: 100%;
    padding: 1.5rem 0;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030; }
    body > footer .sns .container-lg {
      padding-left: auto;
      padding-right: auto;
      display: table; }
      body > footer .sns .container-lg .icons {
        display: table-cell;
        vertical-align: middle;
        text-align: right;
        padding: 0;
        margin: 0 10px 0 0;
        height: 50px; }
        body > footer .sns .container-lg .icons li, body > footer .sns .container-lg .icons a {
          display: inline-block;
          text-align: left; }
        body > footer .sns .container-lg .icons li {
          margin-right: 2.0rem; }
        body > footer .sns .container-lg .icons a {
          width: 50px; }
      body > footer .sns .container-lg > div {
        display: table-cell;
        vertical-align: middle;
        font-size: 2.2rem;
        text-align: left; }

/*sp under 880px*/
@media screen and (max-width: 880px) {
  body > footer .sns .container-lg .icons li {
    margin-right: 1.5rem; }
  body > footer .sns .container-lg > div {
    font-size: 2.0rem; }
    body > footer .sns .container-lg > div .d-md-none {
      display: inline !important; } }

/*sp under 767px*/
@media screen and (max-width: 767px) {
  body > footer > .container-lg .copyright {
    font-size: .9em;
    padding-bottom: 4.0rem; }
  body > footer > .container-lg h6 {
    margin-bottom: 1.0rem;
    letter-spacing: .1em; }
  body > footer > .container-lg nav {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem; }
  body > footer .sns .container-lg .icons li {
    margin-top: 1rem;
    margin-right: .4rem; }
  body > footer .sns .container-lg .icons a {
    width: 10vw;
    max-width: 50px; }
    body > footer .sns .container-lg .icons a img {
      width: 100%; }
  body > footer .sns .container-lg > div {
    font-size: 1.6rem; } }

.index .card {
  margin-bottom: 2.0rem;
  border-radius: 0;
  border-color: #999999; }
  .index .card .wp-post-image {
    width: 94%;
    height: auto;
    margin: 3%; }
  .index .card .card-title {
    font-size: 1.6rem;
    margin-bottom: 1.6rem; }
  .index .card .card-text {
    font-size: 1.4rem; }
    .index .card .card-text .text-muted {
      font-size: 1.2rem;
      color: #999999; }
  .index .card .btn {
    font-size: 1.4rem;
    border-radius: .5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .index .card .btn-primary {
    background-color: #eb65a2;
    border-color: #eb65a2; }

.index nav .pagination {
  padding-top: 4.0rem; }
  .index nav .pagination .page-item .page-link {
    border-radius: 0;
    border-color: #999999;
    color: #000;
    padding: .9rem 1rem 1rem; }
  .index nav .pagination .page-item.active .page-link {
    background-color: #eb65a2;
    color: #fff; }

/*sp under 767px*/
@media screen and (max-width: 767px) {
  .index .card .wp-post-image {
    height: 170px;
    -o-object-fit: cover;
       object-fit: cover; }
  .index nav .pagination {
    padding-top: 2.0rem; } }

.single .wp-block-embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 4.0rem; }
  .single .wp-block-embed-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*sp under 767px*/
@media screen and (max-width: 767px) {
  .single .wp-block-embed-youtube {
    margin-bottom: 2.0rem; } }
/*# sourceMappingURL=style.css.map */
