.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 .hidden-fields-container {
display: none;
}
.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;
}html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
scroll-behavior: smooth;
}  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: "Noto Sans JP", sans-serif;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-top: 0;
margin-bottom: 1.5em;
line-height: 1.75em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 0.25em;
line-height: 1.75em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a {
color: #da2346;
}
a:visited {
color: #da2346;
}
a:hover,
a:focus,
a:active {
color: #da2346;
opacity: .8;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] { border: none;
border-radius: 2em;
background: #da2346;
color: #fff;
line-height: 1em;
padding: 15px 30px;
min-width: 215px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover { cursor: pointer;
opacity: .8;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}   .main-navigation {
display: block;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 1100px) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: flex;
}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .sticky {
display: block;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
} .container {
max-width: 1130px;
margin: 0 auto;
padding: 0 15px;
overflow: hidden;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.mt-0 {
margin-top: 0;
}
.mb-0 {
margin-bottom: 0;
}
.p-0 {
padding: 0;
}
.d-flex {
display: flex;
}
.justify-content-center {
justify-content: center;
}
.justify-content-between {
justify-content: space-between;
}
.justify-content-around {
justify-content: space-around;
}
.align-items-center {
align-items: center;
}
.btn, .btn:visited {
color: #fff !important;
text-decoration: none;
background-color: #da2346;
padding: 15px 30px;
min-width: 215px;
text-align: center;
border-radius: 2em;
display: inline-block;
position: relative;
}
.btn:hover {
color: #fff;
opacity: .8;
}
tr:nth-child(even) {
background-color: #eee;
}
th,td {
padding: 10px;
}
th {
background: #536493;
color: #fff;
}
.gap-5 {
gap: 5px;
}
@media  screen and (min-width: 768px) {
.d-md-flex {
display: flex;
}
.text-md-center {
text-align: center;
}
.gap-md-15 {
gap: 15px;
}
}
main {
padding-top: 104px;
}
@media  screen and (max-width: 1099px) {
main {
padding-top: 70px;
}
} header#masthead {
background-color: #536493;
color: #fff;
position: relative;
position: fixed;
box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
width: 100%;
z-index: 100;
}
header#masthead .container {
padding-top: 5px;
}
.site-logo img {
width: 60px;
}
header#masthead a {
color: #fff;
text-decoration: none;
}
ul#primary-menu {
justify-content: space-around;
}
ul#primary-menu a {
padding: 0 10px 5px;
}
li#menu-item-3358, li#menu-item-3411 {
margin: 10px 0;
width: 49%;
}
li#menu-item-3358 a, li#menu-item-3411 a {
background: #E91E63;
border-radius: 2em;
padding: 10px 15px;
text-align: center;
width: 100%;
}
.top-links a {
padding: 10px;
}
button.menu-toggle {
position: absolute;
top: 15px;
right: 15px;
padding: 10px;
font-size: 1.5em;
background: #fff;
color: #536493;
min-width: inherit;
border-radius: 0;
}
button.menu-toggle[aria-expanded="false"] i.bi.bi-x, button.menu-toggle[aria-expanded="true"] i.bi.bi-list {
display: none;
}
.pc-none {
display: none;
}
@media  screen and (max-width: 1099px) {
.pc-none {
display: block;
}
.top-links {
display: none;
}
ul#primary-menu {
padding: 50px 0;
}
li#menu-item-3358, li#menu-item-3411 {
display: inline-flex;
}
} footer {
background: #536493;
color: #fff;
}
footer > .container {
padding-top: 50px;
padding-bottom: 10px;
}
footer a, footer a:visited {
text-decoration: none;
color: #fff;
}
footer a:hover {
color: #fff;
opacity: .8;
}
footer ul {
margin: 0;
padding-left: 40px;
}
.copyright {
text-align: center;
margin: 30px 0 0;
font-size: 14px;
}
.side-btn {
position: fixed;
right: 0;
bottom: 20%;
background: #da2346;
border-radius: 10px 0 0 10px;
}
.side-btn:hover {
opacity: .8;
}
.side-btn a {
writing-mode: vertical-rl;
color: #fff;
text-decoration: none;
padding: 15px;
} .breadcrumb {
margin: 0;
padding: 20px 0;
list-style: none;
display: flex;
flex-wrap: wrap;
}
.breadcrumb li {
position: relative;
padding-right: 1.25em;
margin-bottom: 5px;
}
.breadcrumb > li a {
color: #da2346;
text-decoration: none;
}
.breadcrumb > li:not(:last-child):after {
content: "\F285";
font-family: "bootstrap-icons";
position: absolute;
display: inline-block;
top: 50%;
right: 0.15em;
transform: translateY(-50%);
} .home section {
padding: 100px 0;
} .top-tagline {
padding: 0 !important;
margin-top: -6em;
}
.top-tagline-img {
animation: float 2s ease-in-out infinite;
max-width: 1300px;
margin: 0 auto;
}
@keyframes float {
0% {
transform: translateY(0px);
}
50% {
transform: translateY(-20px); }
100% {
transform: translateY(0px);
}
}
@media  screen and (min-width: 425px) {
.top-tagline {
margin-top: -15em;
}
} .top-event {
padding-bottom: 0 !important;
padding-top: 30px !important;
}
.event-box {
background: repeating-linear-gradient(-45deg, #FFF1DB, #FFF1DB 15px, #F9E9D4 15px, #F9E9D4 25px);
padding: 30px 30px 20px;
border-radius: 10px;
position: relative;
}
.event-list {
display: flex;
overflow-x: auto;
gap: 20px;
padding-bottom: 10px;
}
.event-item {
width: 80%;
height: auto;
flex-shrink: 0;
position: relative;
}
.event-item a {
display: flex;
background-color: #000;
}
.event-item img {
aspect-ratio: 4 / 3;
object-fit: cover;
opacity: .8;
}
.event-item .text-overlay {
position: absolute;
top: 40%;
left: 50%;
transform: translate(-50%, -40%);
color: #fff;
text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
width: 95%;
text-align: center;
text-decoration: underline;
font-size: 1.75em;
}
.event-item .event-text {
display: block;
padding: 5px;
font-size: 1.25em;
font-weight: bold;
color: #844000;
} @media  screen and (min-width: 768px)  {
.event-item {
width: 32%;
} } .top-about {
position: relative;
padding-bottom: 150px !important;
}
.top-about-bg {
position: absolute;
bottom: 0;
z-index: -1;
}
.lc-img {
max-width: 400px;
text-align: center;
margin: 0 auto;
}
.lc-img img {
width: 80%;
}
.miyagilc-img {
max-width: 700px;
margin: 0 auto 50px;
}
@media  screen and (min-width: 768px) {
.lc-img {
min-width: 350px;
}
}
@media  screen and (max-width: 767px) {
.top-about {
padding-top: 50px !important;
}
} .top-activities {
background: #FFF1DB;
padding-top: 50px !important;
}
#activities {
padding-top: 100px;
margin-top: -100px;
}
.activity-list {
display: grid;
gap: 0 30px;
}
.activity-list {
grid-template-columns: 1fr; } @media (min-width: 768px) {
.activity-list {
grid-template-columns: repeat(2, 1fr); }
} @media (min-width: 1024px) {
.activity-list {
grid-template-columns: repeat(3, 1fr); }
}
.activity-list-box {
position: relative;
background-color: #fff;
padding: 75px 10px 40px;
box-sizing: border-box;
border-radius: 20px;
margin: 100px 0 30px ;
}
.activity-list-box-image {
position: absolute;
top: -100px;
left: 50%;
transform: translateX(-50%);
width: 90%;
height: 250px;
}
.activity-list-box-image img {
width: 100%;
height: 100%;
object-fit: contain;
}
.activity-list-box-text {
margin-top: 90px;
}
.activity-list-box-text ul {
margin: 0;
text-align: left;
}
.activity-movie h3 {
margin-bottom: .5em;
}
.activity-movie h3::before {
content: "" !important;
background-image: url(//332-c.com/wp-content/themes/lc332c/img/movie_icon.png);
background-size: contain;
background-repeat: no-repeat;
width: 58px;
height: 40px;
display: inline-block;
margin-right: 10px;
}
.activity-movie .activity-movie-item {
background-color: #fff;
padding: 5px 5px 0;
border-radius: 20px;
}
video {
width: 100%;
border-radius: 20px;
}
@media (min-width: 768px) {
.activity-movie .activity-movie-item {
padding: 20px 20px 15px;
}
} .top-service {
position: relative;
overflow: hidden;
}
.top-service-box {
margin-bottom: 50px;
}
.top-service-bg-top {
position: absolute;
top: 0;
z-index: -1;
width: 52%;
max-width: 400px;
}
.top-service-bg-right {
right: 0;
}
.top-service-bg-bottom {
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: auto;
height: 120px;
object-fit: cover;
object-position: center;
z-index: -1;
}
.top-service-text .btn {
width: 100%;
}
@media (min-width: 768px) {
.top-service-img {
width: 40%;
padding-right: 50px;
}
.top-service-text {
width: 60%;
}
} .top-schedule {
padding-top: 100px !important;
margin-top: -100px;
position: relative;
}
.top-schedule-titlebg {
background: linear-gradient(-45deg, #FFF1DB 0%, #FFF1DB 60%, #D4BDAC 0, #D4BDAC 100%);
width: 100%;
height: 250px;
}
.top-schedule-titlebg > .container {
height: 100%;
}
.top-schedule-titlebg > .container >h2 {
text-align: left;
padding-top: 50px;
}
.top-schedule-titlebg > .container >h2::after {
left: 0;
transform: inherit;
}
.top-schedule-list {
margin-top: -115px;
}
.top-schedule-image {
max-width: 350px;
}
.top-schedule-list-card {
background: white;
border-radius: 50px;
padding: 20px 30px;
max-width: 800px;
margin: 0 auto 50px;
box-shadow: 2px 2px 5px #ddd;
position: relative;
}
.top-schedule-list-card::before {
content: '';
width: 10px;
height: 10px;
border: 0;
border-top: solid 1px #000;
border-right: solid 1px #000;
transform: rotate(45deg);
position: absolute;
top: 0;
bottom: 0;
margin: auto;
right: 25px;
}
.top-schedule-list-none::before {
content: none;
}
.top-schedule-list-card a {
color: #000;
text-decoration: none;
}
.top-schedule-img {
margin: 0 0 15px;
}
.top-schedule-img img {
max-width: 80px;
}
.top-schedule-title {
font-size: 1.5em;
font-weight: bold;
margin-top: 20px;
}
.top-schedule-title-none {
text-align: center;
font-size: 1.5em;
font-weight: bold;
margin: 20px 0;
}
.top-schedule-bg {
position: absolute;
bottom: -0.5em;
max-width: 300px;
width: 40%;
}
.top-schedule-bg-right {
right: 0;
}
@media  screen and (min-width: 768px) {
.top-schedule-list-card {
border-radius: 80px;
}
.top-schedule-img {
margin: 0 40px 0 15px;
}
} .top-report {
padding-top: 100px !important;
margin-top: -100px;
}
.top-report-list {
margin-top: -50px;
}
.top-report-list-card {
background: #fff;
box-shadow: 2px 2px 5px #ddd;
margin-bottom: 50px;
border-radius: 10px;
padding: 15px;
width: 90%;
position: relative;
}
.top-report-list-card::before {
content: '';
width: 10px;
height: 10px;
border: 0;
border-top: solid 1px #000;
border-right: solid 1px #000;
transform: rotate(45deg);
position: absolute;
top: 0;
bottom: 0;
margin: auto;
right: 15px;
}
.top-report-list-card:nth-child(even) {
margin-left: auto;
}
.top-report-list-card a {
color: #000;
text-decoration: none;
}
.top-report-thumbnail {
aspect-ratio: 16 / 9;
max-width: 300px;
}
.top-report-thumbnail img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 10px;
margin-top: -20px;
margin-left: -20px;
}
.top-report-date {
margin: 20px 0 5px 0;
}
.top-report-title {
font-size: 1.1em;
font-weight: 500;
}
.top-report-titlebg {
background: linear-gradient(45deg, #FFF1DB 0%, #FFF1DB 60%, #D4BDAC 0, #D4BDAC 100%);
width: 100%;
height: 250px;
}
.top-report-titlebg > .container {
height: 100%;
}
.top-report-titlebg > .container >h2 {
text-align: right;
padding-top: 50px;
}
.top-report-titlebg > .container >h2::after {
right: 0;
left: inherit;
transform: inherit;
}
@media  screen and (min-width: 768px) {
.top-report-list-card {
padding: 15px 30px 0 30px;
}
.top-report-thumbnail img {
margin-top: -25px;
margin-left: -35px;
}
} .top-info {
background: repeating-linear-gradient(
-45deg,
#FFF1DB,
#FFF1DB 15px,
#F9E9D4 15px,
#F9E9D4 25px
);;
position: relative;
}
.top-info::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 10px;
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 110 10' width='100%'%3E%3Cpath d='M 0 5 Q 6.88 5 13.75 7.5 Q 27.5 12.5 41.25 7.5 Q 48.13 5 55 5 Q 61.88 5 68.75 7.5 Q 82.5 12.5 96.25 7.5 Q 103.13 5 110 5 L 110 0 L 0 0 Z' fill='white'%3E%3C/path%3E%3C/svg%3E") repeat-x;
background-size: 110px 10px;
}
.top-info::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 10px;
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 110 10' width='100%'%3E%3Cpath d='M 0 5 Q 6.88 5 13.75 7.5 Q 27.5 12.5 41.25 7.5 Q 48.13 5 55 5 Q 61.88 5 68.75 7.5 Q 82.5 12.5 96.25 7.5 Q 103.13 5 110 5 L 110 10 L 0 10 Z' fill='white'%3E%3C/path%3E%3C/svg%3E") repeat-x;
background-size: 110px 10px;
}
.top-info-wrap {
max-width: 650px;
margin: 0 auto 50px;
}
.info-item {
border-bottom: 1px solid #767676;
}
.info-item a {
text-decoration: none;
color: #000;
padding: 20px 0;
}
.info-item a:hover {
opacity: .5;
}
.info-date {
width: 150px;
} .admission-img {
max-width: 650px;
margin: 50px auto;
}
.voice-item {
display: flex;
flex-wrap: wrap;
background: #FFF1DB;
border-radius: 20px;
padding: 15px;
gap: 40px;
margin-bottom: 2em;
}
.voice-item:last-child {
margin-bottom: 4em;
}
.voice-item.scroll_up {
opacity: 0;
transform: translate(0, 100px);
transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.voice-item.scroll_up:nth-child(odd) {
transform: translate(-100px, 100px);
}
.voice-item.scroll_up:nth-child(even) {
transform: translate(100px, 100px);
}
.voice-item.scroll_up.on {
opacity: 1;
transform: translate(0, 0); }
.voice-img {
text-align: center;
}
.voice-txt {
background-color: #fff;
padding: 15px;
position: relative;
}
.voice-item .voice-txt h4 {
font-size: 1.5em;
color: #536493;
border-bottom: 1px solid #536493;
margin-top: 0;
padding-bottom: .25em;
}
.voice-item p {
margin-bottom: 0;
}
.voice-txt::after {
content: "";
position: absolute;
top: -35px;
left: 50%;
transform: translateX(-50%);
border-width: 20px;
border-style: solid;
border-color: transparent transparent #fff transparent;
}
@media (min-width: 768px) {
.voice-item {
flex-wrap: nowrap;
padding: 30px;
}
.voice-img {
width: 25%;
}
.voice-item:nth-child(even) .voice-img {
order: 1;
}
.voice-txt {
width: 75%;
padding: 15px 30px;
}
.voice-item:nth-child(odd) .voice-txt::after {
border-color: transparent #fff transparent transparent;
top: 50%;
left: -35px;
transform: translateY(-50%);
}
.voice-item:nth-child(even) .voice-txt::after {
border-color: transparent transparent transparent #fff;
top: 50%;
left: auto;
right: -35px;
transform: translateY(-50%);
}
}
.top-admission-map {
max-width: 650px;
margin: 0 auto;
}
.top-admission-map .popup {
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
justify-content: center;
align-items: center;
}
.top-admission-map .popup-content {
position: relative;
margin: 15% auto;
padding: 20px;
width: 90%;
max-width: 350px;
background-color: #fff;
border-radius: 8px;
color: #844000;
max-height: 80vh;
overflow-y: auto;
}
.top-admission-map .close-btn {
position: absolute;
top: 10px;
right: 15px;
font-size: 20px;
cursor: pointer;
padding: 0 5px;
color: #fff;
background-color: #844000;
}
.top-admission-map .popup-content.map5r {
background-color: #BBB3D8;
}
.top-admission-map .popup-content.map2r {
background-color: #F9C270;
}
.top-admission-map .popup-content.map1r {
background-color: #9FD9F6;
}
.top-admission-map .popup-content.map3r {
background-color: #C2DA69;
}
.top-admission-map .popup-content.map4r {
background-color: #BEDFC2;
}
.top-admission-map .popup-content ul {
margin: 0;
}
.top-flow {
max-width: 850px;
margin: 0 auto 50px;
position: relative;
}
.top-flow .top-flow-box::before {
content: '';
position: absolute;
left: 50%;
transform: translateX(-50%);
width: 50px;
height: 100%;
background: #da2346;
z-index: -1;
}
.top-flow .top-flow-box .top-flow-item {
background: #fff;
box-shadow: 2px 2px 5px #bbb;
border-radius: 10px;
padding: 150px 10px 10px;
position: relative;
margin-bottom: 25px;
}
.top-flow .top-flow-box .top-flow-item p {
margin-bottom: 0;
}
.top-flow-item::before {
content: "";
width: 100%;
height: 90px;
display: inline-block;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 35px;
}
.top-flow-item.step1::before {
background-image: url(//332-c.com/wp-content/themes/lc332c/img/flow-step1.png);
}
.top-flow-item.step2::before {
background-image: url(//332-c.com/wp-content/themes/lc332c/img/flow-step2.png);
}
.top-flow-item.step3::before {
background-image: url(//332-c.com/wp-content/themes/lc332c/img/flow-step3.png);
}
@media (min-width: 768px) {
.top-flow .top-flow-box::before {
top: 50%;
transform: translateY(-50%);
left: 0;
width: 100%;
height: 50px;
}
.top-flow .top-flow-box .top-flow-item {
width: 30%;
margin-bottom: 0;
}
} .top-link {
background-color: #FFF1DB;
}
.top-link-box {
margin-bottom: 50px;
}
.top-link-box:last-child {
margin-bottom: 0;
}
.top-link-img img {
width: 100%;
}
@media (min-width: 768px) {
.top-link-img {
width: 40%;
padding-right: 50px;
}
.top-link-text {
width: 60%;
}
} .home h2 {
position: relative;
color: #844000;
text-align: center;
padding-bottom: 15px;
font-size: 1.95em;
margin: 0 0 1.5em;
}
.home h2::after {
content: '';
position: absolute;
bottom: -10px;
left: 50%;
transform: translateX(-50%);
width: 200px;
height: 10px;
background: linear-gradient(to right, 
#536493 0%, 
#536493 33.33%, 
#FED400 33.33%, 
#FED400 66.66%, 
#da2346 66.66%, 
#da2346 100%
);
}
.home h3 {
color: #844000;
font-size: 1.75em;
}
.home h3::before {
content: "\F231";
font-family: bootstrap-icons;
font-size: 1em;
vertical-align: top;
color: #536493;
}
@media  screen and (min-width: 768px) {
.home h2 {
font-size: 2.5em;
}
.home h3 {
font-size: 2em;
}
} article > .container {
padding-bottom: 100px;
}
.entry-header {
background: repeating-linear-gradient(  -45deg,  #FFF1DB,  #FFF1DB 15px,  #F9E9D4 15px,  #F9E9D4 25px   );
height: 180px;
display: flex;
align-items: center;
}
.entry-header h1 {
margin: 0;
color: #844000;
}
h2:not(.home h2) {
font-size: 2em;
border-bottom: 1px solid #536493;
color: #536493;
border-left: 10px solid #536493;
padding-left: 10px;
margin: 2em 0 1.25em;
}
h3:not(.home h3) {
font-size: 1.75em;
border-bottom: 2px solid #536493;
}
h4:not(.home h4) {
font-size: 1.5em;
color: #536493;
}
@media  screen and (max-width: 768px) {
.scroll {
overflow-x: scroll;
}
.scroll table {
width: 750px;
}
} .pagination {
text-align: center;
margin-top: 50px;
}
.page-numbers {
padding: 5px 15px;
background: #eee;
border-radius: 5px;
text-decoration: none;
color: #000;
}
.page-numbers.current {
background: #da2346;
color: #fff;
} .news-thumbnail img {
aspect-ratio: 4 / 3;
object-fit: cover;
}
.news-date {
margin: 20px 0 5px 0;
}
.news-title {
font-size: 1.2em;
font-weight: bold;
margin-bottom: 10px;
}
.news-item {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #eee;
}
.cate_title {
font-size: 1.5em;
margin-bottom: 0;
font-weight: bold;
color: #536493;
}
.cate_list {
display: flex;
flex-wrap: wrap;
padding: 0;
margin: 10px 0 40px;
}
.cate_list li {
list-style: none;
margin: 5px 0;
}
.cate_list li a {
text-decoration: none;
color: #fff;
}
.category {
padding: 5px 8px;
background-color: #536493;
border-radius: 5px;
color: #fff;
font-size: .8em;
margin-right: 10px;
margin-bottom: 2px;
display: inline-block;
}
.category.cabinet {
background-color: #00338d;
}
.category.glt {
background-color: #00a0e9;
}
.category.gmt {
background-color: #22ac38;
}
.category.fwt {
background-color: #adab27;
}
.category.spclub_fwt {
background-color: #91009b;
}
.category.gst_3b {
background-color: #e60012;
}
.category.gst_yce_leo {
background-color: #f39800;
}
.category.lcif {
background-color: #920783;
}
.category.mc_miyagi_it {
background-color: #009e96;
}
.category.quest {
background-color: #e5004f;
}
.category.alert {
background-color: #f1c600;
}
.category.ca {
background-color: #cc0c55;
}
.category.schedule {
background-color: #2a5b12;
}
.category.general {
background-color: #FED400;
color: #000;
}
@media  screen and (min-width: 768px) {
.news-thumbnail {
width: 30%;
}
.news-text {
width: 65%;
}
} ul.about-332c-number {
padding: 20px 0 0;
}
ul.about-332c-number li {
list-style: none;
text-align: center;
color: #536493;
font-size: 1em;
line-height: 2em;
margin-bottom: 20px;
}
ul.about-332c-number li span {
font-size: 1.75em;
font-weight: bold;
}
@media  screen and (min-width: 768px) {
ul.about-332c-number{
display: flex;
justify-content: space-evenly;
}
ul.about-332c-number li {
font-size: 1.5em;
}
} .slogan {
font-size: 2em;
font-weight: bold;
color: #da2346;
} .cabinet-list {
display: grid;
gap: 20px;
grid-template-columns: repeat(1, 1fr);
padding: 0;
}
.cabinet-list li {
list-style: none;
}
.cabinet-list .thumb {
width: 30%;
float: left;
margin-right: 5%;
}
.cabinet-list .name {
font-size: 1.5em;
line-height: 1.2em;
margin-bottom: .5em;
}
.cabinet-list .name span {
display: block;
font-size: .6em;
color: #999;
}
.cabinet-list > li > ul {
padding-left: 35%;
margin-left: 0;
}
@media (min-width: 768px){
.cabinet-list {
grid-template-columns: repeat(2, 1fr);
}
} ul.member-activity-list {
padding: 0;
display: grid;
gap: 20px;
grid-template-columns: repeat(2, 1fr);
}
li.member-activity-item {
list-style: none;
margin-bottom: 20px;
}
.member-activity-thumbnail img {
width: 100%;
height: 120px;
object-fit: cover;
}
ul.member-link-list {
display: grid;
gap: 20px;
grid-template-columns: repeat(2, 1fr);
padding: 0;
}
ul.member-link-list li {
list-style: none;
}
ul.member-link-list li a {
display: block;
padding: 3em 15px;
text-decoration: none;
font-size: 1.25em;
border: 1px solid;
text-align: center;
height: 100%;
}
@media (min-width: 768px) {
ul.member-activity-list{
grid-template-columns: repeat(3, 1fr);
}
ul.member-link-list{
grid-template-columns: repeat(3, 1fr);
}
.member-activity-thumbnail img {
height: 200px;
}
.member-link-list {
gap: 20px;
}
.member-link-item {
width: 33%;
}
}
@media (min-width: 1024px) {
ul.member-link-list{
grid-template-columns: repeat(4, 1fr);
}
} .tel, .mail {
font-size: 1.5em;
font-weight: bold;
} .project-list {
list-style: none;
margin-bottom: 30px;
}
.project-list li {
display: inline-block;
margin: 0 1.25em .5em 0 !important;
width: auto;
font-size: 1.15em;
border: none !important;
}
.sponsor-list {
display: flex;
flex-wrap: wrap;
margin-bottom: 10px;
}
.sponsor-list.list-1 > div {
width: calc(100%/2);
}
.sponsor-list.list-2 > div {
width: calc(100%/4);
}
.sponsor-list.list-3 > div {
width: calc(100%/6);
}
.sponsor-list a:hover {
opacity: .8;
}
@media screen and (max-width: 767px) {
.sponsor-list.list-1 > div {
width: 100%;
}
.sponsor-list.list-2 > div {
width: calc(100%/2);
}
.sponsor-list.list-3 > div {
width: calc(100%/3);
}
} #mailform {
max-width: 800px;
margin: 0 auto;
}
#mailform dl dt span {
font-size: .8em;
font-weight: normal;
background: #da2346;
padding: 0 5px;
border-radius: 5px;
color: #fff;
}
#mailform dl dd {
margin-left: 0;
margin-right: 0;
}
#mailform input:not([type="submit"]) {
width: 100%;
}
#mailform #submit {
text-align: center;
} .download-link ul {
padding: 0;
}
.download-link ul li {
list-style: none;
}
.download-link ul#anchor {
text-align: center;
}
.download-link ul#anchor li {
display: inline-block;
margin: 0 10px 10px;
}
.download-link section {
padding-top: 100px;
margin-top: -100px;
}
.download-link ul:not(#anchor) {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}
.download-link ul:not(#anchor) li {
text-align: center;
}
.download-link ul:not(#anchor) li a {
display: block;
text-decoration: none;
width: 100%;
background: #fff;
color: #da2346;
border: 1px solid #da2346;
border-radius: 2em;
padding: 15px 30px;
}
@media screen and (min-width: 768px) {
.download-link ul:not(#anchor) {		
grid-template-columns: repeat(3, 1fr);
}
}