html {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #000000;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  vertical-align: bottom;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }
  @media screen and (min-width: 951px) and (max-width: 1300px) {
    html {
      font-size: 16px; } }
  @media screen and (max-width: 950px) {
    html {
      font-size: 15px; } }

body::after {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  z-index: 100;
  pointer-events: none;
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms; }
  .wf-active body::after {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }

body,
body *,
body *:before,
body *:after {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  box-sizing: inherit;
  vertical-align: inherit;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
  -webkit-font-feature-settings: inherit;
  font-feature-settings: inherit;
  outline: none; }

a,
a img,
button {
  outline: none;
  border: none;
  cursor: pointer; }

button {
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none; }

input,
textarea {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none; }

input[type="text"]:focus,
textarea:focus {
  outline: 0; }

sup {
  vertical-align: super;
  font-size: smaller; }

sub {
  vertical-align: baseline;
  font-size: 0.7em; }

img,
video,
svg {
  vertical-align: bottom;
  height: auto;
  width: 100%; }

a,
button {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

a:hover,
button:hover {
  outline: none; }

a:disabled,
button:disabled,
input:disabled {
  pointer-events: none; }

table {
  width: 100%;
  border-collapse: collapse; }

main {
  overflow: hidden;
  display: block;
  position: relative; }

section {
  position: relative; }

small {
  font-size: 0.8em; }

strong, b {
  font-weight: 900; }

.text {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2;
  vertical-align: baseline; }

.lead {
  font-size: 20px;
  text-align: center;
  line-height: 2;
  vertical-align: baseline;
  margin-bottom: 50px; }
  @media screen and (max-width: 950px) {
    .lead {
      font-size: 14px;
      text-align: justify;
      text-justify: inter-ideograph; } }

.m1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 55px;
  margin-bottom: 50px;
  background: url("../img/bg1.png") no-repeat center;
  background-size: 180px auto;
  height: 180px; }
  .m1.ex {
    background: url("../img/bg2.png") no-repeat center;
    background-size: 180px auto; }
  @media screen and (max-width: 950px) {
    .m1 {
      font-size: 30px;
      margin-bottom: 30px;
      background-size: 100px auto;
      height: 100px; }
      .m1.ex {
        background-size: 100px auto; } }

.m2 {
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.1em;
  margin-bottom: 40px; }
  @media screen and (max-width: 950px) {
    .m2 {
      font-size: 25px;
      margin-bottom: 20px; } }

.btn1 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  text-align: left;
  width: 500px;
  padding: 20px;
  line-height: 1.5;
  background-color: #662d91;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0.1em;
  cursor: pointer;
  background: url("../img/arrow1.png") #662d91 no-repeat right 20px center;
  background-size: 40px; }
  @media screen and (max-width: 950px) {
    .btn1 {
      width: 100%;
      font-size: 14px;
      background: url("../img/arrow1.png") #662d91 no-repeat right 10px center;
      background-size: 20px;
      padding: 20px 10px; } }
  @media print, screen and (min-width: 951px) {
    .btn1:hover {
      opacity: 1;
      background-color: rgba(102, 45, 145, 0.7); } }

.btn2 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 420px;
  height: 80px;
  border: 2px solid #9e005d;
  color: #9e005d;
  border-radius: 40px;
  font-size: 20px;
  letter-spacing: 0.1em;
  cursor: pointer; }
  @media screen and (max-width: 950px) {
    .btn2 {
      width: 300px;
      height: 55px;
      font-size: 16px; } }
  @media print, screen and (min-width: 951px) {
    .btn2:hover {
      opacity: 1;
      background-color: rgba(158, 0, 93, 0.2); } }

.picbtn {
  display: block;
  position: relative; }
  .picbtn figure {
    overflow: hidden; }
    .picbtn figure img {
      -webkit-transition: 0.5s;
      transition: 0.5s; }
  @media print, screen and (min-width: 951px) {
    .picbtn:hover {
      opacity: 1; }
      .picbtn:hover figure img {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15); } }

ol {
  padding-top: 10px;
  padding-left: 1.7em;
  line-height: 1.5;
  counter-reset: 0; }
  ol > li {
    list-style-type: decimal;
    padding-bottom: 10px;
    padding-left: 0.5em; }
  ol.ex1 > li {
    list-style-type: upper-roman; }
  ol.ex2 {
    padding-left: 2em; }
    ol.ex2 > li {
      list-style-type: katakana-iroha; }

.list1 {
  line-height: 1.5; }
  .list1 > li {
    padding-bottom: 5px;
    padding-left: 15px;
    position: relative; }
    .list1 > li::before {
      position: absolute;
      top: 11px;
      left: 2px;
      content: '';
      width: 7px;
      height: 7px;
      background-color: #999;
      border-radius: 20px; }
      @media screen and (max-width: 950px) {
        .list1 > li::before {
          top: 8px; } }

@-webkit-keyframes first {
  from {
    left: 0%; }
  to {
    left: -100%; } }

@keyframes first {
  from {
    left: 0%; }
  to {
    left: -100%; } }

@-webkit-keyframes second {
  from {
    left: 100%; }
  to {
    left: 0%; } }

@keyframes second {
  from {
    left: 100%; }
  to {
    left: 0%; } }

@-webkit-keyframes MoveLeft {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes MoveLeft {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes MoveLeft2 {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%); } }

@keyframes MoveLeft2 {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%); } }

@-webkit-keyframes MoveLine {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top; }
  50% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top; }
  51% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top; }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top; } }

@keyframes MoveLine {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top; }
  50% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top; }
  51% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top; }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top; } }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
  font-weight: 900; }
  @media screen and (max-width: 950px) {
    header {
      padding: 0;
      height: 60px; } }
  header .in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media print, screen and (min-width: 951px) {
      header .in {
        max-width: 1000px;
        margin: auto;
        height: 100px; }
        header .in .logo {
          width: 180px; } }
    @media screen and (max-width: 950px) {
      header .in {
        padding-left: 10px; }
        header .in .logo img {
          width: auto;
          height: 35px; } }
    header .in .sec {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }

.hbtn {
  width: 140px; }
  @media screen and (max-width: 950px) {
    .hbtn {
      width: 100px; } }
  .hbtn a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 50px;
    background-color: #9e005d;
    color: #fff; }
    @media screen and (max-width: 950px) {
      .hbtn a {
        height: 40px;
        font-size: 13px; } }

@media print, screen and (min-width: 951px) {
  header {
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    pointer-events: none; }
    header.on {
      opacity: 1;
      pointer-events: auto; } }

footer {
  margin-bottom: 20px; }
  footer ul {
    width: 160px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 950px) {
      footer ul {
        width: 120px; } }
    footer ul li {
      width: 70px; }
      @media screen and (max-width: 950px) {
        footer ul li {
          width: 50px; } }
  footer .copyright {
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
    line-height: 1.5; }
    @media screen and (max-width: 950px) {
      footer .copyright {
        font-size: 10px; } }

#pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  cursor: pointer; }
  #pagetop img {
    width: 70px; }
    @media screen and (max-width: 950px) {
      #pagetop img {
        width: 50px; } }

@media print, screen and (min-width: 951px) {
  #toppage #zone_kv .in {
    max-width: 1000px;
    margin: auto;
    position: relative;
    height: 132px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 900; }
    #toppage #zone_kv .in .logo {
      width: 73px;
      margin-top: 10px;
      position: relative; }
      #toppage #zone_kv .in .logo a {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        z-index: 1; }
    #toppage #zone_kv .in .sec {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 60px; } }


.font_test {
    font-size: 15px;    /* 文字サイズ指定 */
    color: #F44336;     /* 文字色指定 */
}

.font_red {
　　 font-size: 16px;    /* 文字サイズ指定 */
    color: #F44336;     /* 文字色指定 */
}


#toppage #zone_kv .swiper-custom-parent {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden; }
  @media screen and (max-width: 950px) {
    #toppage #zone_kv .swiper-custom-parent {
      height: 450px; } }
  #toppage #zone_kv .swiper-custom-parent .topmain {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1; }
    #toppage #zone_kv .swiper-custom-parent .topmain .slide-img {
      width: 100%;
      height: 100%; }
    #toppage #zone_kv .swiper-custom-parent .topmain .s1 {
      background: url("../img/kv1.jpg") no-repeat center center;
      background-size: cover; }
      @media screen and (max-width: 950px) {
        #toppage #zone_kv .swiper-custom-parent .topmain .s1 {
          background: url("../img/kv1_sp.jpg") no-repeat center center;
          background-size: cover; } }
    #toppage #zone_kv .swiper-custom-parent .topmain .s2 {
      background: url("../img/kv2.jpg") no-repeat center center;
      background-size: cover; }
      @media screen and (max-width: 950px) {
        #toppage #zone_kv .swiper-custom-parent .topmain .s2 {
          background: url("../img/kv2_sp.jpg") no-repeat center center;
          background-size: cover; } }
    #toppage #zone_kv .swiper-custom-parent .topmain .s3 {
      background: url("../img/kv3.jpg") no-repeat center center;
      background-size: cover; }
      @media screen and (max-width: 950px) {
        #toppage #zone_kv .swiper-custom-parent .topmain .s3 {
          background: url("../img/kv3_sp.jpg") no-repeat center center;
          background-size: cover; } }
    #toppage #zone_kv .swiper-custom-parent .topmain .s4 {
      background: url("../img/kv4.jpg") no-repeat center center;
      background-size: cover; }
      @media screen and (max-width: 950px) {
        #toppage #zone_kv .swiper-custom-parent .topmain .s4 {
          background: url("../img/kv4_sp.jpg") no-repeat center center;
          background-size: cover; } }

#toppage #zone_news {
  background-color: #f2f2f2;
  padding: 40px 20px; }
  @media screen and (max-width: 950px) {
    #toppage #zone_news {
      padding: 30px 20px; } }
  #toppage #zone_news .sec {
    max-width: 900px;
    margin: auto; }
    #toppage #zone_news .sec h2 {
      font-weight: 900;
      font-size: 22px;
      margin-bottom: 15px; }
      #toppage #zone_news .sec h2 i {
        display: inline-block;
        padding-bottom: 5px;
        border-bottom: 2px solid #000; }
#toppage #zone_news a {	
text-decoration: underline;	
color: #9e005d; }	


#toppage .pic {
  max-width: 700px;
  margin: auto;
  margin-bottom: 30px; }
  @media screen and (max-width: 950px) {
    #toppage .pic img {
      object-fit: cover;
      height: 200px; } }

#toppage .tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  #toppage .tabs li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background-color: #f2f2f2;
    cursor: pointer;
    font-weight: 900;
    font-size: 22px;
    height: 70px;
    text-align: center; }
    @media screen and (max-width: 950px) {
      #toppage .tabs li {
        width: calc(50% - 5px);
        margin-bottom: 10px;
        height: 50px;
        font-size: 16px; } }

#toppage .tab-content {
  display: none; }
  #toppage .tab-content.active {
    display: block; }
  #toppage .tab-content .in {
    max-width: 800px;
    margin: auto;
    padding-top: 50px; }
    @media screen and (max-width: 950px) {
      #toppage .tab-content .in {
        padding-top: 20px; } }

#toppage #zone_about {
  padding: 80px 20px; }
  @media screen and (max-width: 950px) {
    #toppage #zone_about {
      padding: 50px 20px; } }
  #toppage #zone_about .m1 {
    color: #9e005d; }
  #toppage #zone_about .tab-container {
    max-width: 1000px;
    margin: auto; }
    @media print, screen and (min-width: 951px) {
      #toppage #zone_about .tab-container .tabs {
        border-bottom: 5px solid #9e005d; } }
    #toppage #zone_about .tab-container .tabs li {
      color: #9e005d; }
      @media print, screen and (min-width: 951px) {
        #toppage #zone_about .tab-container .tabs li {
          width: calc(25% - 5px);
          border-bottom: 5px solid #fff;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
          #toppage #zone_about .tab-container .tabs li:hover {
            background-color: rgba(158, 0, 93, 0.2); } }
      #toppage #zone_about .tab-container .tabs li.active {
        background-color: #9e005d;
        color: #fff; }
        @media print, screen and (min-width: 951px) {
          #toppage #zone_about .tab-container .tabs li.active {
            border-bottom: 5px solid #9e005d; } }
    #toppage #zone_about .tab-container .tab-content .m2 {
      color: #9e005d; }
    #toppage #zone_about .tab-container .tab-content .map {
      max-width: 500px;
      margin: auto;
      margin-bottom: 30px; }
    #toppage #zone_about .tab-container .tab-content .table {
      border: 2px solid #9e005d; }
      #toppage #zone_about .tab-container .tab-content .table table {
        border-top: 1px solid #e9d2df;
        border-left: 1px solid #e9d2df; }
        #toppage #zone_about .tab-container .tab-content .table table th, #toppage #zone_about .tab-container .tab-content .table table td {
          border-bottom: 1px solid #e9d2df;
          border-right: 1px solid #e9d2df;
          font-size: 20px;
          padding: 10px;
          vertical-align: middle;
          line-height: 1.5; }
          @media screen and (max-width: 950px) {
            #toppage #zone_about .tab-container .tab-content .table table th, #toppage #zone_about .tab-container .tab-content .table table td {
              font-size: 14px;
              padding: 5px; } }
    #toppage #zone_about .tab-container .tab-content.content1 .table {
      border: 2px solid #9e005d; }
      #toppage #zone_about .tab-container .tab-content.content1 .table table .c1 {
        letter-spacing: 0.3em;
        white-space: nowrap;
        text-align: center;
        width: 5em; }
    #toppage #zone_about .tab-container .tab-content.content3 .in {
      max-width: 1000px; }
    #toppage #zone_about .tab-container .tab-content.content3 .set {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 80px; }
      @media screen and (max-width: 950px) {
        #toppage #zone_about .tab-container .tab-content.content3 .set {
          margin-top: 50px; } }
      #toppage #zone_about .tab-container .tab-content.content3 .set.ex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
      #toppage #zone_about .tab-container .tab-content.content3 .set .pos {
        width: 47%; }
        @media screen and (max-width: 950px) {
          #toppage #zone_about .tab-container .tab-content.content3 .set .pos {
            width: 100%; } }
      #toppage #zone_about .tab-container .tab-content.content3 .set figure {
        width: 47%; }
        @media screen and (max-width: 950px) {
          #toppage #zone_about .tab-container .tab-content.content3 .set figure {
            width: 100%;
            margin-top: 20px; } }
    #toppage #zone_about .tab-container .tab-content.content3 h4 {
      color: #9e005d;
      font-weight: 900;
      font-size: 30px;
      margin-bottom: 10px; }
      @media screen and (max-width: 950px) {
        #toppage #zone_about .tab-container .tab-content.content3 h4 {
          font-size: 18px; } }
    #toppage #zone_about .tab-container .tab-content.content4 h4 {
      text-align: center;
      font-weight: 900;
      font-size: 22px;
      margin-top: 50px;
      margin-bottom: 20px; }
      @media screen and (max-width: 950px) {
        #toppage #zone_about .tab-container .tab-content.content4 h4 {
          font-size: 18px;
          margin-top: 30px;
          margin-bottom: 10px; } }
    #toppage #zone_about .tab-container .tab-content.content4 .table {
      border: 2px solid #000000; }
      #toppage #zone_about .tab-container .tab-content.content4 .table table {
        border-top: 1px solid #b3b3b3;
        border-left: 1px solid #b3b3b3; }
        #toppage #zone_about .tab-container .tab-content.content4 .table table td {
          border-bottom: 1px solid #b3b3b3;
          border-right: 1px solid #b3b3b3; }
        #toppage #zone_about .tab-container .tab-content.content4 .table table th {
          border-bottom: 2px solid #000000; }
        @media print, screen and (min-width: 951px) {
          #toppage #zone_about .tab-container .tab-content.content4 .table table .c1 {
            width: 8em; }
          #toppage #zone_about .tab-container .tab-content.content4 .table table .c2 {
            width: 13em; } }
        @media screen and (max-width: 950px) {
          #toppage #zone_about .tab-container .tab-content.content4 .table table .c1 {
            white-space: nowrap; } }

#toppage #zone_event {
  padding: 80px 20px;
  background-color: rgba(102, 45, 145, 0.05); }
  @media screen and (max-width: 950px) {
    #toppage #zone_event {
      padding: 50px 20px; } }
  #toppage #zone_event .m1 {
    color: #662d91; }
  #toppage #zone_event .tab-container {
    max-width: 1000px;
    margin: auto; }
    @media print, screen and (min-width: 951px) {
      #toppage #zone_event .tab-container .tabs {
        border-bottom: 5px solid #662d91; } }
    #toppage #zone_event .tab-container .tabs li {
      color: #662d91;
      background-color: #fff; }
      @media print, screen and (min-width: 951px) {
        #toppage #zone_event .tab-container .tabs li {
          width: calc(20% - 5px);
          border-bottom: 5px solid #f7f4f9;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
          #toppage #zone_event .tab-container .tabs li:hover {
            background-color: rgba(102, 45, 145, 0.2); } }
      #toppage #zone_event .tab-container .tabs li.active {
        background-color: #662d91;
        color: #fff; }
        @media print, screen and (min-width: 951px) {
          #toppage #zone_event .tab-container .tabs li.active {
            border-bottom: 5px solid #662d91; } }
    #toppage #zone_event .tab-container .tab-content .m2 {
      color: #662d91; }
    #toppage #zone_event .tab-container .tab-content .text {
      text-align: center;
      font-size: 20px;
      margin-bottom: 50px; }
      @media screen and (max-width: 950px) {
        #toppage #zone_event .tab-container .tab-content .text {
          font-size: 16px;
          text-align: left; } }
    #toppage #zone_event .tab-container .tab-content .btn {
      margin-top: 50px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center; }
      @media screen and (max-width: 950px) {
        #toppage #zone_event .tab-container .tab-content .btn {
          margin-top: 30px; } }
    #toppage #zone_event .tab-container .tab-content .box {
      background-color: #fff;
      margin-top: 50px;
      padding: 50px; }
      @media screen and (max-width: 950px) {
        #toppage #zone_event .tab-container .tab-content .box {
          margin-top: 30px;
          padding: 20px; } }
      #toppage #zone_event .tab-container .tab-content .box h4 {
        color: #662d91;
        font-weight: 900;
        font-size: 30px;
        margin-bottom: 10px;
        line-height: 1.2; }
        #toppage #zone_event .tab-container .tab-content .box h4 i {
          color: #f00;
          font-size: 18px;
          display: block;
          margin-bottom: 5px; }
          @media screen and (max-width: 950px) {
            #toppage #zone_event .tab-container .tab-content .box h4 i {
              font-size: 12px; } }
        @media screen and (max-width: 950px) {
          #toppage #zone_event .tab-container .tab-content .box h4 {
            font-size: 18px; } }
      #toppage #zone_event .tab-container .tab-content .box .text {
        text-align: left;
        margin-bottom: 0;
        margin-top: 1em;
        font-size: 18px; }
        @media screen and (max-width: 950px) {
          #toppage #zone_event .tab-container .tab-content .box .text {
            font-size: 14px; } }
      #toppage #zone_event .tab-container .tab-content .box dl {
        line-height: 1.5;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        #toppage #zone_event .tab-container .tab-content .box dl dt {
          width: 130px;
          margin-top: 1em; }
          @media screen and (max-width: 950px) {
            #toppage #zone_event .tab-container .tab-content .box dl dt {
              width: 100%; } }
        #toppage #zone_event .tab-container .tab-content .box dl dd {
          width: calc(100% - 130px);
          margin-top: 1em; }
          @media screen and (max-width: 950px) {
            #toppage #zone_event .tab-container .tab-content .box dl dd {
              width: 100%;
              margin-top: 0.5em; } }
          #toppage #zone_event .tab-container .tab-content .box dl dd table {
            display: inline-block;
            vertical-align: top; }
            #toppage #zone_event .tab-container .tab-content .box dl dd table td {
              padding-bottom: 5px; }
            #toppage #zone_event .tab-container .tab-content .box dl dd table .c1 {
              white-space: nowrap;
              padding-right: 1em; }
      #toppage #zone_event .tab-container .tab-content .box a {
        text-decoration: underline; }

#toppage #zone_kuyo {
  padding: 80px 20px; }
  @media screen and (max-width: 950px) {
    #toppage #zone_kuyo {
      padding: 50px 20px; } }
  #toppage #zone_kuyo .m1 {
    color: #37895b; }
  #toppage #zone_kuyo .sec {
    max-width: 700px;
    margin: auto;
    text-align: center; }
    #toppage #zone_kuyo .sec .text {
      text-align: center;
      font-size: 20px;
      margin-bottom: 50px; }
      @media screen and (max-width: 950px) {
        #toppage #zone_kuyo .sec .text {
          font-size: 16px; } }
  #toppage #zone_kuyo .tab-container {
    max-width: 1000px;
    margin: auto; }
    @media print, screen and (min-width: 951px) {
      #toppage #zone_kuyo .tab-container .tabs {
        border-bottom: 5px solid #37895b; } }
    #toppage #zone_kuyo .tab-container .tabs li {
      color: #37895b; }
      @media print, screen and (min-width: 951px) {
        #toppage #zone_kuyo .tab-container .tabs li {
          width: calc(50% - 5px);
          border-bottom: 5px solid #fff;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
          #toppage #zone_kuyo .tab-container .tabs li:hover {
            background-color: rgba(55, 137, 91, 0.2); } }
      #toppage #zone_kuyo .tab-container .tabs li.active {
        background-color: #37895b;
        color: #fff; }
        @media print, screen and (min-width: 951px) {
          #toppage #zone_kuyo .tab-container .tabs li.active {
            border-bottom: 5px solid #37895b; } }
    #toppage #zone_kuyo .tab-container .tab-content .pic {
      margin-bottom: 50px; }
      @media screen and (max-width: 950px) {
        #toppage #zone_kuyo .tab-container .tab-content .pic {
          margin-bottom: 30px; } }
    #toppage #zone_kuyo .tab-container .tab-content .t1 {
      color: #37895b;
      font-size: 22px;
      margin-bottom: 20px;
      line-height: 1.5;
      padding-left: 1em;
      text-indent: -1em; }
      @media screen and (max-width: 950px) {
        #toppage #zone_kuyo .tab-container .tab-content .t1 {
          font-size: 16px; } }
    #toppage #zone_kuyo .tab-container .tab-content .text {
      padding-left: 22px;
      margin-top: -10px;
      margin-bottom: 20px; }
      @media screen and (max-width: 950px) {
        #toppage #zone_kuyo .tab-container .tab-content .text {
          padding-left: 16px; } }

#toppage #zone_reien {
  padding: 80px 20px;
  background-color: rgba(15, 0, 131, 0.05); }
  @media screen and (max-width: 950px) {
    #toppage #zone_reien {
      padding: 50px 20px; } }
  #toppage #zone_reien .m1 {
    color: #0f0083; }
  #toppage #zone_reien .sec {
    max-width: 700px;
    margin: auto;
    text-align: center; }
    #toppage #zone_reien .sec .text {
      text-align: center;
      font-size: 20px;
      margin-bottom: 50px; }
      @media screen and (max-width: 950px) {
        #toppage #zone_reien .sec .text {
          font-size: 16px; } }
    #toppage #zone_reien .sec h3 {
      font-size: 26px;
      color: #0f0083;
      font-weight: 900;
      margin-bottom: 15px; }
      @media screen and (max-width: 950px) {
        #toppage #zone_reien .sec h3 {
          font-size: 20px; } }
    #toppage #zone_reien .sec .t1 {
      font-size: 20px;
      margin-bottom: 30px; }
      @media screen and (max-width: 950px) {
        #toppage #zone_reien .sec .t1 {
          font-size: 16px; } }
    #toppage #zone_reien .sec .t2 {
      line-height: 1.5;
      margin-bottom: 30px; }

#toppage #zone_access {
  padding: 80px 20px; }
  @media screen and (max-width: 950px) {
    #toppage #zone_access {
      padding: 50px 20px; } }
  #toppage #zone_access .m1 {
    color: #4d4d4d; }
  #toppage #zone_access .sec {
    max-width: 1000px;
    margin: auto;
    line-height: 1.5; }
    #toppage #zone_access .sec .map {
      margin-bottom: 30px; }
      #toppage #zone_access .sec .map iframe {
        width: 100%;
        height: 450px; }
        @media screen and (max-width: 950px) {
          #toppage #zone_access .sec .map iframe {
            height: 300px; } }
    #toppage #zone_access .sec .t1 {
      text-align: center;
      font-size: 30px;
      font-weight: 900;
      margin-bottom: 15px; }
      @media screen and (max-width: 950px) {
        #toppage #zone_access .sec .t1 {
          font-size: 22px; } }
    #toppage #zone_access .sec .t2 {
      text-align: center;
      font-size: 20px;
      margin-bottom: 15px; }
      @media screen and (max-width: 950px) {
        #toppage #zone_access .sec .t2 {
          font-size: 16px; } }
    #toppage #zone_access .sec .t3 {
      text-align: center;
      margin-bottom: 40px; }
      @media screen and (max-width: 950px) {
        #toppage #zone_access .sec .t3 {
          margin-bottom: 30px; } }
    #toppage #zone_access .sec ul {
      max-width: 800px;
      margin: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 950px) {
        #toppage #zone_access .sec ul {
          max-width: 320px; } }
      #toppage #zone_access .sec ul li {
        width: calc(50% - 15px);
        background-color: #f2f2f2;
        padding: 1em; }
        @media screen and (max-width: 950px) {
          #toppage #zone_access .sec ul li {
            width: 100%;
            margin-bottom: 20px; } }
        #toppage #zone_access .sec ul li b {
          display: block;
          margin-bottom: 10px;
          font-size: 26px; }
          @media screen and (max-width: 950px) {
            #toppage #zone_access .sec ul li b {
              font-size: 20px; } }

@media screen and (max-width: 950px) {
  .none, .pc {
    display: none; }
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #000000; }
  .hm_button * {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    font: inherit;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    -webkit-appearance: none;
    appearance: none;
    text-align: left;
    text-decoration: none;
    list-style: none; }
  .hm_button {
    display: block;
    padding: 0;
    width: 20px;
    height: 15px;
    position: relative;
    background: none;
    border: none;
    text-align: center;
    cursor: pointer;
    outline: none; }
  .hm_button .hm_bar {
    display: block;
    width: 20px;
    height: 3px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0; }
  .hm_button .hm_bar1 {
    top: 0; }
  .hm_button .hm_bar3 {
    top: 100%; }
  .hm_button.active .hm_bar {
    width: 21.21px;
    left: 2.5px; }
  .hm_button.active .hm_bar1 {
    -webkit-transform: rotate(0.7854rad) translateY(-50%);
    -ms-transform: rotate(0.7854rad) translateY(-50%);
    transform: rotate(0.7854rad) translateY(-50%);
    top: 0px; }
  .hm_button.active .hm_bar2 {
    opacity: 0; }
  .hm_button.active .hm_bar3 {
    -webkit-transform: rotate(-0.7854rad) translateY(-50%);
    -ms-transform: rotate(-0.7854rad) translateY(-50%);
    transform: rotate(-0.7854rad) translateY(-50%);
    top: calc(100% - 0px); }
  .hm_text.active {
    opacity: 0; }
  .hm_button .hm_bar {
    background-color: #ffffff; }
  #menubtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 60px;
    height: 60px;
    cursor: pointer; }
    #menubtn .waku {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      width: 40px;
      height: 40px;
      background-color: #000; }
  #menu {
    position: fixed;
    width: 100%;
    top: 60px;
    left: 0px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    z-index: 0;
    line-height: 1;
    pointer-events: none;
    font-weight: 900;
    text-align: center; }
    #menu.active {
      opacity: 1;
      pointer-events: auto;
      z-index: 99; }
    #menu .nav > li {
      border-bottom: 1px solid #cccccc; }
      #menu .nav > li a {
        display: block;
        padding: 1.5em 5px;
        font-size: 20px;
        background-color: #f2f2f2; }
    #menu #closebtn {
      background-color: #000;
      padding: 1.5em;
      color: #fff;
      font-size: 16px; } }

@media print, screen and (min-width: 951px) {
  .none, .sp {
    display: none; }
  a[href^="tel:"] {
    cursor: default;
    color: #000000;
    text-decoration: none; }
    a[href^="tel:"]:hover {
      opacity: 1; }
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #000000; }
    a:hover {
      opacity: 0.7; }
  .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 550px;
    margin-right: 40px; }
    .nav a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      height: 50px;
      position: relative; }
      .nav a::after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 5px; }
      .nav a:hover {
        opacity: 1; }
        .nav a:hover::after {
          -webkit-animation: MoveLine 0.8s forwards;
          animation: MoveLine 0.8s forwards; }
    .nav li:nth-of-type(1) a::after {
      background-color: #9e005d; }
    .nav li:nth-of-type(2) a::after {
      background-color: #662d91; }
    .nav li:nth-of-type(3) a::after {
      background-color: #37895b; }
    .nav li:nth-of-type(4) a::after {
      background-color: #0f0083; }
    .nav li:nth-of-type(5) a::after {
      background-color: #4d4d4d; } }

/*# sourceMappingURL=style.css.map */
