@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}
  .recomevent {
margin: 0 auto;
width: 100%;
max-width: 1600px;
padding-top: 2em!important;
}
.recomlists {
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
flex-wrap: wrap;
align-items: stretch;
padding-bottom: 2em!important;
}
.recomlists .recomlist {
margin: 10px;
padding: 10px;
flex-basis: calc( (100% - 60px) / 3 );
background: #FFF;
text-align: center;
box-shadow: var(--swl-box_shadow);
}
.recomlists .recomlist:first-child {
margin-top: 10px!important;
}
.recomlists .recomlist:last-child {
margin-bottom: 10px!important;
}
.recomlist2 {
background: #FFF;
text-align: center;
box-shadow: var(--swl-box_shadow);
}
.recomlists .recomlist h4, .recomlist2 h4 {
margin: 0.5em 0;
font-size: 1em;
}
.recomlists .recomlist img, .recomlist2 img {
width: 100%;
aspect-ratio: 1/1;
object-fit: contain;
max-width: 400px;
padding: 20px;
margin: 0 auto;
display: block;
}
.post_content .recomlists .recomlist-btn, .post_content .recomlist2 .recomlist-btn {
margin-top: 1em!important;
margin-bottom: 1em!important;
}
@media only screen and (max-width: 960px) {
.recomlists .recomlist {
flex-basis: 100%;
}
}
.evcol-table a {
color: #333;
padding-bottom: 3px;
}
@media not all and (min-width: 960px) {
.evcol-date {
padding-bottom: 0!important;
}
}
.evcol-nav {
display: flex;
}
.evcol-nav a {
color: #333;
}
.evcol-nav-before {
text-align: left;
width: 50%;
}
.evcol-nav-next {
text-align: right;
width: 50%;
}
.evpdf {
text-align: center;
} .evhead {
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
flex-wrap: wrap;
align-items: stretch;
padding-bottom: 2em!important;
}
.evimg, .evinfo  {
padding: 10px;
flex-basis: calc( (100%) / 2 );
background: #FFF;
}
.evinfo2  {
padding: 10px;
flex-basis: 100%;
background: #FFF;
}
@media only screen and (max-width: 960px) {
.evimg, .evinfo {
flex-basis: 100%;
}
}
.evimg img {
width: 100%;
aspect-ratio: 1/1;
object-fit: contain;
max-width: 400px;
padding: 20px;
margin: 0 auto;
display: block;
}
.post_content h1.evttl {
margin-top: 1em!important;
margin-bottom: 1em!important;
display: block;
font-size: 1.5em;
text-align: center;
}
.post_content h2.evttl {
margin-bottom: 1em;
font-weight: 400;
}
p.evstatus {
text-align: center;
display: block;
width: 30%;
margin: 1em auto;
padding: 5px;
border: 1px solid #999;
}
p.evdetail {
font-size: 1em;
}
p.evdetail span {
display: block;
font-size: .8em;
padding-bottom: 3px;
border-bottom: 1px solid #999;
margin-bottom: 5px;
}
.post_content .evinfo h1 span.date {
display: block;
background: #8aa628;
color: #FFF;
font-size: .8em;
box-shadow: var(--swl-box_shadow);
}
.post_content .evinfo h1 span.ttl {
display: block;
margin-top: 1em;
}
.must {
background: #FF1A00;
}
.free {
background: #999;
}
.must,
.free {
color: #FFF;
border-radius: 3px;
font-size: 12px;
margin-right: 10px;
padding: 5px 10px;
letter-spacing: 0.2em;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 textarea,
.wpcf7 select {
width: 100%;
padding: 8px 15px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 10px;
border: 1px solid #ddd;
border-radius: 3px;
}
input.sub-btn {
width: 300px;
height: 60px;
background: #F90;
color: #FFF;
font-size: 1.1em;
font-weight: bold;
letter-spacing: 0.2em;
border: 1px solid #ffae13;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-ms-transition: 0.3s;
transition: 0.3s;	
}
input.sub-btn:hover{
background: #FFF;
color: #F90;  
}
.center {
text-align:center;
}