@charset "UTF-8";
/*ベースフォント設定*/
/*Font Awesome5*/
@media screen and (min-width: 1025px ) { /*PC*/ }
@media screen and (max-width: 599px ) { /*SP*/ }
@media screen and (max-width: 1024px ) and (min-width: 600px ) { /*TB*/ }
@-webkit-keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@-webkit-keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.fade {
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.fade.effect {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.slidein {
  opacity: 0;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.slidein.effect {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fade-list > * {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  position: relative;
}
.fade-list.effect > *:nth-child(1) {
  -webkit-animation: fadeUp 0.7s 0.1s 1 ease normal forwards;
          animation: fadeUp 0.7s 0.1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(2) {
  -webkit-animation: fadeUp 0.7s 0.2s 1 ease normal forwards;
          animation: fadeUp 0.7s 0.2s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(3) {
  -webkit-animation: fadeUp 0.7s 0.3s 1 ease normal forwards;
          animation: fadeUp 0.7s 0.3s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(4) {
  -webkit-animation: fadeUp 0.7s 0.4s 1 ease normal forwards;
          animation: fadeUp 0.7s 0.4s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(5) {
  -webkit-animation: fadeUp 0.7s 0.5s 1 ease normal forwards;
          animation: fadeUp 0.7s 0.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(6) {
  -webkit-animation: fadeUp 0.7s 0.6s 1 ease normal forwards;
          animation: fadeUp 0.7s 0.6s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(7) {
  -webkit-animation: fadeUp 0.7s 0.7s 1 ease normal forwards;
          animation: fadeUp 0.7s 0.7s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(8) {
  -webkit-animation: fadeUp 0.7s 0.8s 1 ease normal forwards;
          animation: fadeUp 0.7s 0.8s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(9) {
  -webkit-animation: fadeUp 0.7s 0.9s 1 ease normal forwards;
          animation: fadeUp 0.7s 0.9s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(10) {
  -webkit-animation: fadeUp 0.7s 1s 1 ease normal forwards;
          animation: fadeUp 0.7s 1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(11) {
  -webkit-animation: fadeUp 0.7s 1.1s 1 ease normal forwards;
          animation: fadeUp 0.7s 1.1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(12) {
  -webkit-animation: fadeUp 0.7s 1.2s 1 ease normal forwards;
          animation: fadeUp 0.7s 1.2s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.move-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.move-img:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  z-index: 1;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}
.move-img img {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0;
  left: -100%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.move-img.effect img {
  opacity: 1;
  left: 0;
}
.move-img.effect:before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  width: 100%;
}

.blur {
  -ms-filter: blur(6px);
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.blur.effect {
  -webkit-transform: scale(1);
  transform: scale(1);
  -ms-filter: blur(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}
/*共通------------------------------------------*/
/*=============================================================================*/
/*ページ内コンテンツ===============================================================*/
/*=============================================================================*/
.p_head {
  background: url("../img/page-head.jpg") no-repeat center center;
  background-size: cover;
  padding: 10em 10%;
  text-align: center;
}
.p_head h1 {
  font-size: 200%;
  letter-spacing: 3px;
}
.p_head .slug {
  color: #704e3b;
  font-family: "teko", serif;
  font-size: 170%;
}

.breadcrumbs {
  background: #392b23;
  padding: 10px 5%;
}
.breadcrumbs, .breadcrumbs a {
  color: #fff;
}

.p_body:nth-last-of-type(1) {
  padding-bottom: 5em;
}
.p_body a {
  text-decoration: underline;
}
.p_body a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.p_body img {
  max-width: 100%;
  height: auto;
}
.p_body > p:not([class]), .p_body > ul:not([class]), .p_body > ol:not([class]) {
  max-width: 1080px;
  margin: 0 auto auto;
  padding: 0 3%;
}
.p_body p:not([class]) {
  margin-bottom: 2em;
}
.p_body ul:not([class]), .p_body ol:not([class]) {
  margin-bottom: 3em;
}
.p_body h2 {
  padding: 2em 3% 2.5em;
  text-align: center;
  font-size: 200%;
  letter-spacing: 1px;
  background-image: url("../img/h2-left.jpg"), url("../img/h2-right.jpg");
  background-repeat: no-repeat;
  background-position: left center, right center;
  background-size: auto 50%;
}
.p_body h2 .sup {
  display: block;
  font-size: 60%;
  color: #c1b6a3;
  line-height: 1;
}
.p_body h2 .sup.teko {
  font-weight: normal;
  font-size: 80%;
}
.p_body h3 {
  max-width: 1280px;
  font-size: 150%;
  padding: 1em 1.5em;
  margin: 0 auto 1em;
  background: url("../img/h3-bg.jpg") no-repeat left center;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.p_body h3 .acc {
  font-size: 130%;
  letter-spacing: 2px;
  padding: 0 0.5em;
  color: #fff;
  text-shadow: -1px -1px 1px #000, 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000;
}
.p_body h3 .sup {
  display: block;
  font-size: 75%;
}
.p_body h3:after {
  display: inline-block;
  content: "";
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #000;
  margin-left: 1em;
}
@media screen and (max-width: 599px ) {
  .p_body h3 { /*SP*/ }
  .p_body h3 .acc {
    font-size: 100%;
  }
  .p_body h3:after {
    width: 100%;
    display: block;
    margin-top: 1em;
    margin-left: 0;
  }
}
.p_body > h3 {
  margin: 1.5em auto;
}
.p_body h4 {
  max-width: 1080px;
  margin: 2em auto 1em;
  font-size: 120%;
  padding-left: 2em;
  position: relative;
}
.p_body h4:before {
  width: 1.2em;
  height: 0.2em;
  content: "";
  background: #000;
  position: absolute;
  top: 0.75em;
  left: 0;
}
.p_body ul:not([class]) {
  font-size: 110%;
}
.p_body ul:not([class]) li {
  padding: 10px 1em;
  padding-left: 1.5em;
  position: relative;
  border-bottom: 1px solid #000;
}
.p_body ul:not([class]) li:before {
  display: inline-block;
  content: "";
  width: 0.2em;
  height: 0.2em;
  border-radius: 1em;
  background: none;
  border: 1px solid #000;
  position: absolute;
  top: 1.25em;
  left: 0.5em;
}
.p_body table {
  width: 100%;
  max-width: 1280px;
  table-layout: fixed;
  margin: 0 auto 3em;
}
.p_body table th, .p_body table td {
  padding: 1em;
  vertical-align: middle;
  border-top: 1px solid #000;
}
.p_body table th {
  font-weight: bold;
  letter-spacing: 2px;
}
.p_body table tr th:not(:first-child), .p_body table tr td:not(:first-child) {
  border-left: 1px dotted #000;
}
.p_body table tr:first-child th, .p_body table tr:first-child td {
  border-top: 3px solid #000;
}
.p_body table tr:last-child th, .p_body table tr:last-child td {
  border-bottom: 3px solid #000;
}

.note {
  max-width: 720px;
  padding: 2.5em 5%;
  margin: 2em auto;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.note > p:last-child {
  margin-bottom: 0;
}

.lead {
  line-height: 3;
  font-size: 105%;
  color: #896e55;
  font-weight: 600;
  padding: 0 10% 3em;
  margin-bottom: 3em;
  position: relative;
  z-index: 3;
}
.lead > p {
  max-width: 620px;
  margin: 0 auto 2em;
}
.lead:before, .lead:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.lead:before {
  width: 20%;
  height: 300px;
  background-image: url("../img/lead_bg-left.png");
  left: 2%;
}
.lead:after {
  width: 25%;
  height: 300px;
  background-image: url("../img/lead_bg-right.png");
  right: 2%;
}
.lead + .full-width {
  margin-top: -5em;
  z-index: 1;
}

.full-width {
  background: #d9cdbf;
  position: relative;
  width: 100% !important;
  margin-bottom: 5em;
}
.full-width > img {
  max-width: 100%;
}
.full-width:before, .full-width:after {
  display: block;
  width: 30%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  z-index: 2;
}
.full-width:before {
  left: 0;
  background: #d9cdbf;
  background: -webkit-gradient(linear, left top, right top, from(#d9cdbf), color-stop(#d9cdbf), to(rgba(217, 205, 191, 0)));
  background: linear-gradient(to right, #d9cdbf, #d9cdbf, rgba(217, 205, 191, 0));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=quote($statCol), endColorstr=quote($endCol),GradientType=1 );
}
.full-width:after {
  right: 0;
  background: rgba(217, 205, 191, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgba(217, 205, 191, 0)), color-stop(#d9cdbf), to(#d9cdbf));
  background: linear-gradient(to right, rgba(217, 205, 191, 0), #d9cdbf, #d9cdbf);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=quote($statCol), endColorstr=quote($endCol),GradientType=1 );
}

.flow-el {
  -webkit-filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.2));
  -moz-filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.2));
  -ms-filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.2));
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
@media all and (-ms-high-contrast: none) {
  .flow-el {
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  }
}
.flow-el:hover {
  -webkit-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  -moz-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  -ms-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}
@media all and (-ms-high-contrast: none) {
  .flow-el:hover {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.ank_list {
  counter-reset: numlist;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  max-width: 1080px;
  margin: 0 auto 2em;
  padding: 1em 2em 2em;
  background: #f3f9f7;
}
.ank_list:before {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-family: "Teko", sans-serif;
  content: "- CONTENTS -";
  color: #aec9c0;
  letter-spacing: 1px;
  text-align: center;
}
.ank_list li {
  width: 50%;
  padding: 0 8px;
}
@media screen and (max-width: 599px ) {
  .ank_list li {
    width: 100%;
  }
}
.ank_list li a {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 1em 2em;
  border-bottom: 1px solid #c1c1c1;
}
.ank_list li a:before {
  color: #48A044;
  font-family: "Teko", sans-serif;
  counter-increment: numlist;
  content: "0" counter(numlist);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  left: 10px;
}
.ank_list li a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f0d7";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  color: #48A044;
  right: 10px;
}
.ank_list li a:hover {
  border-color: #48A044;
  opacity: 1;
  background: #fff;
}

.post-data {
  text-align: right;
  padding: 10px 0;
  border-bottom: 1px dashed #c1c1c1;
}

#archive-cardview {
  margin-bottom: 3em;
}
#archive-cardview dl {
  font-size: 115%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  border-bottom: 1px dashed #c1c1c1;
  padding: 1.5em 1em;
}
#archive-cardview dl dt {
  width: 12em;
}
#archive-cardview dl dt .new {
  display: inline-block;
  font-size: 80%;
  padding: 3px 1.5em;
  margin-left: 1.5em;
  background: #D63636;
  color: #fff;
}
@media screen and (max-width: 599px ) {
  #archive-cardview dl dd {
    width: 100%;
    padding-top: 0.5em;
    font-size: 120%;
  }
}
#archive-cardview dl dd a {
  display: inline-block;
  font-weight: bold;
}
#archive-cardview dl dd a:hover {
  text-decoration: none;
  color: #878787;
}

.wp-pagenavi span, .wp-pagenavi a {
  display: inline-block;
  line-height: 1;
  padding: 10px 1em !important;
  border-radius: 5px;
  margin: 0 5px 5px !important;
}
.wp-pagenavi span {
  border-color: #c1c1c1 !important;
  color: #666 !important;
  font-weight: normal !important;
}
.wp-pagenavi span.current {
  background: #eaeaea;
}
.wp-pagenavi a {
  border-color: #005ac0 !important;
  color: #005ac0 !important;
}
.wp-pagenavi a:hover {
  background: #005ac0;
  color: #fff !important;
}

#calendar_info {
  margin-bottom: 3em;
}
#calendar_info h2 {
  background: none !important;
  padding: 0 !important;
}

.tooltip_info img {
  max-width: 100%;
  height: auto;
}
.tooltip_info .free dt, .tooltip_info .free dd, .tooltip_info .free2 dt, .tooltip_info .free2 dd {
  max-width: inherit;
  max-width: initial;
  width: 100%;
}

.event_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  margin-bottom: 3em;
}
.event_list .cal_list_a {
  display: block;
  width: 33.3%;
  padding: 15px;
}
@media screen and (max-width: 1024px ) and (min-width: 600px ) {
  .event_list .cal_list_a {
    width: 50%;
  }
}
@media screen and (max-width: 599px ) {
  .event_list .cal_list_a {
    width: 100%;
  }
}
.event_list a {
  display: block;
  height: 100%;
  padding-bottom: 3em;
  position: relative;
  text-decoration: none;
}
.event_list a dl dt {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 65%;
  position: relative;
  margin-bottom: 1em;
  position: relative;
  overflow: hidden;
  -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  -moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  background: #fff;
}
@media all and (-ms-high-contrast: none) {
  .event_list a dl dt {
    -webkit-box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.1);
  }
}
.event_list a dl dt img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  width: 100%;
}
.event_list a dl dd {
  text-align: center;
  padding: 1em;
}
.event_list a dl dd .title {
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 0;
}
.event_list a dl dd .excerpt {
  font-size: 85%;
}
.event_list a .now_open {
  display: block;
  width: 100%;
  padding: 3px 10px;
  background: #F65A5A;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
}
.event_list a:hover {
  background: #F6F6F6;
}
.event_list a:hover dt {
  -webkit-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  -moz-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  -ms-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}
@media all and (-ms-high-contrast: none) {
  .event_list a:hover dt {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.event_list a:hover img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}

.event_main {
  max-width: 1080px;
  margin: 0 auto;
}

.event_summary {
  background: #F0EAE5;
  max-width: 1080px;
  margin: 0 auto 3em;
  padding: 2em;
}
.event_summary table {
  margin-bottom: 0;
}
.event_summary table th, .event_summary table td {
  border: none !important;
  padding: 5px 15px;
  font-size: 90%;
}
.event_summary table th {
  text-align: right;
}
.event_summary table th:after {
  display: inline-block;
  content: "―";
  font-size: 120%;
  margin-left: 10px;
}
@media screen and (max-width: 599px ) {
  .event_summary table th, .event_summary table td {
    display: block;
    width: 100%;
  }
  .event_summary table th {
    text-align: left;
  }
  .event_summary table td {
    padding-left: 3em;
  }
}

span.icon-required, span.icon-optional {
  display: inline-block;
  font-size: 85%;
  line-height: 1;
  padding: 5px 10px;
  margin: 0 10px;
  border: 1px solid;
  min-width: 5em;
}

span.icon-required {
  border-color: #EF4C4C;
  color: #EF4C4C;
}

span.icon-optional {
  border-color: #c1c1c1;
}

.form-area {
  padding: 3em 0;
}
.form-area table th {
  text-align: right;
}
.form-area table th, .form-area table td {
  vertical-align: top;
  border: none !important;
}
@media screen and (max-width: 599px ) {
  .form-area table { /*SP*/ }
  .form-area table th, .form-area table td {
    display: block;
    width: 100%;
    text-align: left;
  }
}
.form-area span.required {
  text-align: center;
  margin: 0 auto;
}

#thanks-area {
  display: none;
  padding: 3em 10%;
  background: #eaeaea;
  text-align: center;
  margin: 3em 0;
}
#thanks-area p {
  margin-bottom: 1em;
}
#thanks-area .thanks-title {
  font-size: 140%;
  letter-spacing: 2px;
  font-weight: bold;
}

.sent .form-input {
  display: none;
}
.sent #thanks-area {
  display: block;
}

input[type=text], input[type=email], input[type=tel], input[type=date], textarea {
  border-radius: 5px;
  padding: 10px;
  max-width: 100%;
  min-height: 1.5rem;
  background: #F0F0F0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

input[type=email], textarea {
  width: 100%;
}

label {
  cursor: pointer;
}
label input[type=checkbox], label input[type=radio], label input[type=hidden] {
  display: none;
}
label input[type=checkbox] + span.wpcf7-list-item-label, label input[type=radio] + span.wpcf7-list-item-label, label input[type=hidden] + span.wpcf7-list-item-label {
  display: inline-block;
  padding: 5px 15px;
  margin: 3px;
  background: #eaeaea;
  border-radius: 5px;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
label input[type=checkbox] + span.wpcf7-list-item-label:before, label input[type=radio] + span.wpcf7-list-item-label:before, label input[type=hidden] + span.wpcf7-list-item-label:before {
  display: inline-block;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  color: #fff;
}
label input[type=checkbox]:checked + span.wpcf7-list-item-label, label input[type=radio]:checked + span.wpcf7-list-item-label, label input[type=hidden] + span.wpcf7-list-item-label {
  background: #ffc65d;
}
label input[type=checkbox] + span.wpcf7-list-item-label:before {
  content: "\f0c8";
}
label input[type=checkbox]:checked + span.wpcf7-list-item-label:before {
  content: "\f14a";
}
label input[type=radio] + span.wpcf7-list-item-label:before {
  content: "\f111";
}
label input[type=radio]:checked + span.wpcf7-list-item-label:before {
  content: "\f192";
}

.acceptance-btn {
  padding-bottom: 1.5em;
}
.acceptance-btn span {
  display: block;
}
.acceptance-btn label input[type=checkbox] + span.wpcf7-list-item-label {
  background: #dbeeff;
}
.acceptance-btn label input[type=checkbox]:checked + span.wpcf7-list-item-label, .acceptance-btn label input[type=checkbox]:hover + span.wpcf7-list-item-label {
  background: #BBC6EA;
}
.acceptance-btn .wpcf7-list-item-label {
  width: 80%;
  padding: 1em 2em !important;
}

.comfirm_btn {
  overflow: visible !important;
  position: relative;
  padding-bottom: 4em;
}
.comfirm_btn input[type=submit], .comfirm_btn input[type=button] {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 100%;
  display: inline-block;
  width: 30%;
  min-width: 10em;
  padding: 1rem 3%;
  border-radius: 5px;
  border: 1px solid #dedede;
  letter-spacing: 2px;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.comfirm_btn input[type=submit].wpcf7c-btn-confirm, .comfirm_btn input[type=button].wpcf7c-btn-confirm {
  border-color: #ff5959;
  color: #ff5959;
}
.comfirm_btn input[type=submit].wpcf7c-btn-confirm:hover, .comfirm_btn input[type=button].wpcf7c-btn-confirm:hover {
  background: #fff2f2;
}
.comfirm_btn input[type=submit].wpcf7-back, .comfirm_btn input[type=button].wpcf7-back {
  border-color: #7372bd;
  color: #7372bd;
}
.comfirm_btn input[type=submit].wpcf7-back:hover, .comfirm_btn input[type=button].wpcf7-back:hover {
  background: #e8e8ff;
}
.comfirm_btn input[type=submit].wpcf7-submit, .comfirm_btn input[type=button].wpcf7-submit {
  background: #f37474;
  color: #fff;
}
.comfirm_btn input[type=submit].wpcf7-submit:hover, .comfirm_btn input[type=button].wpcf7-submit:hover {
  background: #bb3030;
}
.comfirm_btn input[type=submit]:disabled, .comfirm_btn input[type=button]:disabled {
  border-color: #c1c1c1;
  background: #ececec;
  color: #969696;
  cursor: not-allowed;
  position: relative;
}
.comfirm_btn input[type=submit]:disabled:hover, .comfirm_btn input[type=button]:disabled:hover {
  background: #ececec !important;
}

.access_flow {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  margin-bottom: 3em;
}
.access_flow > * {
  width: 32%;
  margin-right: 2%;
}
@media screen and (max-width: 599px ) {
  .access_flow > * {
    width: 80%;
    margin: 0 auto 2em;
  }
}
.access_flow > *:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 599px ) {
  .access_flow > *:nth-of-type(3n) {
    margin-right: auto;
  }
}