@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 .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;
}.wpp-no-data {
} .wpp-list {
} .wpp-list li {
overflow: hidden;
float: none;
clear: both;
margin-bottom: 1rem;
}
.wpp-list li:last-of-type {
margin-bottom: 0;
} .wpp-list li.current {
} .wpp-thumbnail {
display: inline;
float: left;
margin: 0 1rem 0 0;
border: none;
} .wpp-post-title {
} .wpp-excerpt {
}
.wpp-excerpt:empty {
display: none;
} .wpp-meta, .post-stats {
display: block;
font-size: 0.8em;
}
.wpp-meta:empty, .post-stats:empty {
display: none;
} .wpp-comments {
} .wpp-views {
} .wpp-author {
} .wpp-date {
} .wpp-category {
} .wpp-rating {
}
     html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active {
outline: 0;
}
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}    html {
font-size: 62.5%;
}
body {
font-size: 1.6rem;
line-height: 1.5;
font-weight: 400;
font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
color: #222;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a {
color: #222;
text-decoration: none;
}
a:hover {
color: #151515;
text-decoration: underline;
}
hr {
margin-top: 3rem;
margin-bottom: 3.5rem;
border-width: 0;
border-top: 1px solid #e1e1e1;
}
img {
max-width: 100%;
height: auto;
} .u-full-width {
width: 100%;
box-sizing: border-box;
}
.u-max-full-width {
max-width: 100%;
box-sizing: border-box;
}
.u-pull-right {
float: right;
}
.u-pull-left {
float: left;
}
.clearfix:after {
content: " ";
display: block;
clear: both;
}
.center {
text-align: center;
} h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 0;
margin-bottom: 2rem;
font-weight: 500;
}
h1 {
font-size: 2.8rem;
line-height: 1.2;
letter-spacing: -.1rem;
}
h2 {
font-size: 2.4rem;
line-height: 1.25;
letter-spacing: -.1rem;
}
h3 {
font-size: 1.9rem;
line-height: 1.3;
letter-spacing: -.1rem;
}
h4 {
font-size: 1.6rem;
line-height: 1.35;
letter-spacing: -.08rem;
}
h5 {
font-size: 1.5rem;
line-height: 1.5;
letter-spacing: -.05rem;
}
h6 {
font-size: 1.5rem;
line-height: 1.2;
letter-spacing: 0;
} p {
margin-top: 0;
}
.title-two-color {
margin-bottom: 1rem;
border-bottom: solid 3px #009943;
position: relative;
}
.title-two-color a:hover {
text-decoration: none;
}
.title-two-color:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #f18d00;
bottom: -3px;
width: 30%;
}
.title-yellow {
padding: .5rem 1.6rem;
font-size: 1.9rem;
color: #fff;
background-color: #f18d00;
margin-bottom: 1rem;
border-radius: 3px;
}
.title-one-color {
margin-bottom: 2rem;
border-bottom: solid 4px #1EAEDB;
position: relative;
}  .container {
position: relative;
box-sizing: border-box;
width: 100%;
max-width: 960px;
margin: 0 auto;
padding: 0 20px;
} .button,
button {
display: inline-block;
height: 38px;
padding: 0 1rem;
text-align: center;
font-size: 11px;
font-weight: 600;
line-height: 38px;
letter-spacing: .1rem;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
background-color: transparent;
border-radius: 4px;
border: 1px solid #bbb;
cursor: pointer;
box-sizing: border-box;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
display: inline-block;
height: 38px;
padding: 0 30px;
text-align: center;
font-size: 11px;
font-weight: 600;
line-height: 38px;
letter-spacing: .1rem;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
background-color: transparent;
border-radius: 4px;
border: 1px solid #bbb;
cursor: pointer;
box-sizing: border-box;
}
.button:hover,
button:hover {
color: #333;
border-color: #888888;
outline: 0;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
color: #333;
border-color: #888888;
outline: 0;
}
.button:focus,
button:focus {
color: #333;
border-color: #888888;
outline: 0;
}
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
color: #333;
border-color: #888888;
outline: 0;
}
.button.button-primary,
button.button-primary {
color: #fff;
background-color: #f18d00;
border-color: #f18d00;
}
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
color: #fff;
background-color: #f18d00;
border-color: #f18d00;
}
.button.button-primary:hover,
button.button-primary:hover {
color: #fff;
background-color: #222;
border-color: #222;
}
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover {
color: #fff;
background-color: #222;
border-color: #222;
}
.button.button-primary:focus,
button.button-primary:focus {
color: #fff;
background-color: #222;
border-color: #222;
}
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
color: #fff;
background-color: #222;
border-color: #222;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"] {
height: 38px;
padding: 6px 10px;
background-color: #fff;
border: 1px solid #d1d1d1;
border-radius: 4px;
box-shadow: none;
box-sizing: border-box;
}
button {
padding: 0 1rem;
}
.button.button-primary:hover,
button.button-primary:hover {
color: #fff;
background-color: #ff9e16;
border-color: #ff9e16;
text-decoration: none;
} textarea,
select {
height: 38px;
padding: 6px 10px;
background-color: #fff;
border: 1px solid #d1d1d1;
border-radius: 4px;
box-shadow: none;
box-sizing: border-box;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
min-height: 65px;
padding-top: 6px;
padding-bottom: 6px;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus {
border: 1px solid #f18d00;
outline: 0;
}
textarea:focus,
select:focus {
border: 1px solid #f18d00;
outline: 0;
}
label,
legend {
display: block;
margin-bottom: .5rem;
font-weight: 600;
}
fieldset {
padding: 0;
border-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
display: inline;
}
label>.label-body {
display: inline-block;
margin-left: .5rem;
font-weight: normal;
}
.form-width {
max-width: 100%;
} ul {
list-style: circle inside;
}
ol {
list-style: decimal inside;
padding-left: 0;
margin-top: 0;
}
ul {
padding-left: 0;
margin-top: 0;
}
ul ul,
ul ol {
margin: 1.5rem 0 1.5rem 3rem;
font-size: 90%;
}
ol ol,
ol ul {
margin: 1.5rem 0 1.5rem 3rem;
font-size: 90%;
}
li {
margin-bottom: 1rem;
}
.list-triangle ul {
list-style: none;
overflow: hidden;
padding: 0;
margin-top: 20px;
}
.list-triangle li {
margin-bottom: 0;
}
.list-triangle ul li a {
display: block;
position: relative;
z-index: 10;
height: 30px;
margin: 0;
padding: 0px 10px 0px 25px;
}
.list-triangle li a:before {
display: block;
content: "";
position: absolute;
top: 0;
left: 8px;
width: 0;
height: 0;
margin-top: 5px;
border: 5px solid transparent;
border-left: 5px solid #ac6500;
}
.list-triangle li a:hover {
text-decoration: none;
}
.list-triangle li a:hover:before {
left: 10px;
} code {
padding: .2rem .5rem;
margin: 0 .2rem;
font-size: 90%;
white-space: nowrap;
background: #f1f1f1;
border: 1px solid #e1e1e1;
border-radius: 4px;
}
pre>code {
display: block;
padding: 1rem 1.5rem;
white-space: pre;
} table {
white-space: nowrap;
}
th,
td {
padding: 12px 15px 6px;
text-align: left;
border-bottom: 1px solid #e1e1e1;
}
th:first-child,
td:first-child {
padding-left: 0;
}
th:last-child,
td:last-child {
padding-right: 0;
} button,
.button {
margin-bottom: 1rem;
}
input,
textarea,
select,
fieldset {
margin-bottom: 1.5rem;
}
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
margin-bottom: 2.5rem;
} .main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
clear: both;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 1.5em;
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 {
left: 100%;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
left: height :auto;
}
.main-navigation li {
text-align: center;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
.menu-toggle {
margin-top: 50px;
}
@media screen and (min-width: 750px) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: -ms-flexbox;
display: flex;
}
}
.nav-menu li {
border-top: 1px solid #e1e1e1;
}
.nav-menu a {
padding: 19px 12px 9px;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.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;
color: #21759b;
display: block;
font-size: 14rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .widget {
margin: 0 0 1.5em; }
.widget select {
max-width: 100%;
}
.widget ul {
list-style: none;
}
.popular-posts h2 {
padding: .5rem 1.6rem;
font-size: 1.9rem;
color: #fff;
background-color: #009943;
margin-bottom: 1rem;
border-radius: 3px;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .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;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}
.eyecatch {
margin-top: 3rem;
} .demo-box {
background-color: #333;
}
.demo-comment {
font-size: 1.6rem;
padding: 1.6rem 0;
color: #fff;
}
.site-header nav {
border-bottom: 1px solid #e1e1e1;
margin-bottom: 1.6rem;
}
.contact-address {
position: absolute;
top: 26px;
right: 20px;
display: none;
list-style: none;
margin: 0;
font-size: 1.2rem;
}
.contact-address li {
margin: 0;
}
.header-inner-box {
height: 120px;
clear: both;
}
.b-box {
display: -ms-flexbox;
display: flex;
}
.title {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-align: baseline;
align-items: baseline;
padding-top: 2rem;
}
.site-title {
font-size: 2.8rem;
line-height: 1.2;
letter-spacing: -.1rem;
font-weight: 500;
}
.site-description {
margin: -2.5rem 0 0 1rem;
}
.title-border-left {
padding: 0.25em 0.5em; background: transparent; border-left: solid 1rem #009943; }
.title-border-bottom {
margin-top: 4rem;
border-bottom: solid 3px #bbb; }
.jichikai-address {
list-style: none;
margin: 0;
}
.jichikai-address li {
margin: 0;
} .tel-link {
color: #06F;
font-weight: bold;
}
.nav-menu li:nth-child(6) a {
font-weight: 600;
} .infomation p,
.infomation h3,
.diary p,
.diary h3,
.supporter p,
.supporter h3,
.about p,
.about h3,
.archive-list p,
.archive-list h3 {
margin-bottom: .5rem;
}
.infomation ul,
.infomation ol,
.diary ul,
.diary ol,
.supporter ul,
.supporter ol,
.about ul,
.about ol,
.archive-list ul,
.archive-list ol {
list-style: none;
}
.infomation .post-title,
.infomation .blog-post,
.diary .post-title,
.diary .blog-post,
.supporter .post-title,
.supporter .blog-post,
.about .post-title,
.about .blog-post,
.archive-list .post-title,
.archive-list .blog-post {
border-bottom: 1px dotted #e1e1e1;
}
.full-screen {
margin-right: -2rem;
margin-left: -2rem;
}
.main-img {
position: relative;
margin-bottom: 3rem;
}
.message {
font-size: 1.9rem;
line-height: 1.3;
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 200px;
height: 60px;
color: #fff;
}
.supporter {
border-bottom: 1px dotted #e1e1e1;
}
.supporter h3 {
margin-top: 2rem;
}
article {
margin-bottom: 2rem;
max-width: 640px;
}
article h3 {
margin-bottom: 2rem;
font-weight: 600;
}
article p {
margin-top: 0.5rem;
max-width: 600px;
}
article .post-title {
margin-top: 3rem;
}
article .post-title p {
margin-bottom: 0;
}
article a {
color: #1eaedb;
text-decoration: none;
font-weight: 500;
}
article a:hover {
color: #1eaedb;
text-decoration: underline;
}
p.result-number {
margin-bottom: 4rem;
border-bottom: 1px solid #e1e1e1;
}
.result .entry-header {
margin-top: 2rem;
}
.result .entry-header h2 {
margin-bottom: .5rem;
}
.result .entry-meta,
.result .entry-footer {
font-size: 1.4rem;
}
.result article {
border-bottom: 1px dotted #e1e1e1;
}
.site-exp h2 {
margin-top: 3rem;
font-weight: 300;
}
.site-exp h3 {
margin-top: 2rem;
margin-bottom: 0.5rem;
font-weight: normal;
color: black;
}
.site-exp p:first-child {
margin-top: 3rem;
}
.site-exp p {
margin-bottom: 1rem;
}
.site-exp li {
margin-bottom: 0;
}
.site-exp h2.title-border-left {
margin-top: 4rem;
padding: 0 0.5em; background: transparent; border-left: solid 1rem #009943; }
.site-exp h3 {
position: relative;
}
.site-exp h3:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #f18d00;
bottom: -3px;
width: 30%;
}
a.to-contact {
width: 210px;
padding: 1rem 3rem;
font-size: 1.8rem;
background-color: #248;
color: #fff;
border-style: none;
font-weight: normal;
margin: 6rem auto;
border-radius: 4px;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
}
a.to-contact svg {
margin-right: 1rem;
}
a.to-contact br {
display: none;
}
a.to-contact:hover {
text-decoration: none;
background-color: #24d;
}
.diary-post-title h3 {
font-weight: 600;
}
.access-box {
margin-top: 2rem;
}
.service {
margin-top: 3rem;
}
.service-svg {
text-align: center;
margin-bottom: 1rem;
}
.time {
margin-top: -1.5rem;
text-align: right;
} aside {
display: block;
margin: 2rem 0;
}
aside h2,
aside h3 {
margin-bottom: 1rem;
}
.sidebar-post {
margin-top: 1rem;
margin-bottom: 4rem;
} .pagenation {
margin: 4em 0;
}
.pagenation:after,
.pagenation ul:after {
display: block;
visibility: hidden;
clear: both;
height: 0;
content: ".";
}
.pagenation ul {
margin: 0;
}
.pagenation li {
float: left;
margin-left: 3px;
list-style: none outside none;
}
.pagenation li:first-child {
margin-left: 0;
}
.pagenation li.active {
padding: 10px 20px;
background-color: #00662d;
color: #FFFFFF;
cursor: not-allowed;
border: 1px solid #00662d;
}
.pagenation li a {
display: block;
padding: 10px 20px;
background: none repeat scroll 0 0;
text-decoration: none;
border: 1px solid #009943;
}
.pagenation li a:hover {
background-color: #009943;
color: #FFFFFF;
opacity: 0.8;
transition-timing-function: ease;
transition-duration: 500ms;
transition-property: all;
border: 1px solid secondary-color;
}
.nav-links {
display: -ms-flexbox;
display: flex;
margin: 4rem 0 6rem;
}
.nav-previous a,
.nav-next a {
margin-right: 2rem;
display: block;
padding: 10px 20px;
background: none repeat scroll 0 0;
text-decoration: none;
border: 1px solid #009943;
}
.nav-previous a:hover,
.nav-next a:hover {
background-color: #009943;
color: #FFFFFF;
opacity: 0.8;
transition-timing-function: ease;
transition-duration: 500ms;
transition-property: all;
border: 1px solid #009943;
} .site-footer {
margin-top: 3rem;
}
.site-footer p {
margin-bottom: 0;
}
.web-info {
margin-bottom: 0;
font-size: 1rem;
list-style: none;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: end;
justify-content: flex-end;
}
.web-info li {
padding: 1rem 0 0 2rem;
}
.site-footer {
background-color: #009943;
font-size: 1.4rem;
}
.footer-title {
height: 122px;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
font-size: 2.54rem;
font-weight: 600;
}
.footer-title a {
color: #00662d;
}
.footer-title a:hover {
text-decoration: none;
}
.site-info {
background-color: #00662d;
text-align: center;
color: #e1e1e1;
}
.site-info p {
margin: 0;
}
.site-info a {
color: #fff;
} .celebration,
.recruitment,
.communication,
.opening,
.event {
margin-left: .5rem;
padding: 0.1rem 1rem;
font-size: 75%;
color: #fff;
background-color: #C85E87;
vertical-align: text-top;
border-radius: 2px;
}
.day,
.introduce,
.begin {
margin-left: .5rem;
padding: 0.1rem 1rem;
font-size: 80%;
color: #fff;
background-color: #2e8b57;
vertical-align: text-top;
border-radius: 2px;
}
.product,
.web,
.design {
margin-left: .5rem;
padding: 0.1rem 1rem;
font-size: 80%;
color: #fff;
background-color: #248;
vertical-align: text-top;
border-radius: 2px;
} .wrapper a,
.wrapper a:visited,
.wrapper a:hover,
.wrapper a:active {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
position: relative;
text-decoration: none;
}
.wrapper a.before:before,
.wrapper a.after:after {
content: "";
transition: 0.5s all ease;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
position: absolute;
}
.wrapper a.before:before {
top: -0.25em;
}
.wrapper a.after:after {
bottom: -0.25em;
}
.wrapper a.before:before,
.wrapper a.after:after {
height: 5px;
height: 0.35rem;
width: 0;
background: #1EAEDB;
}
.wrapper a.first:after {
left: 0;
}
.wrapper .main-navigation a.before:hover:before,
.wrapper .main-navigation a.after:hover:after {
width: 50%;
}
.wrapper a.before:hover:before,
.wrapper a.after:hover:after {
width: 100%;
}
.wrapper a.third:after,
.wrapper a.sixth:before,
.wrapper a.sixth:after {
left: 50%;
transform: translateX(-50%);
} .sidebar-icon {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.sidebar-icon svg {
margin-right: 3px;
}
.nav-icon {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
}
.nav-icon svg {
margin-right: 1rem;
}
.button-icon {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
}
.button-icon svg {
margin-right: 1rem;
}
.chevron-right {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}  .search-box {
margin-top: 20px;
padding-top: 30px;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
}
.search-box form {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 0;
}
.search-box form input {
margin: 0;
}
.searchform #s {
height: 32px;
width: 80%;
border: solid 1px #23282d;
border-right: 0;
border-radius: 5px 0 0 5px;
}
.searchform .searchsubmit {
display: block;
overflow: hidden;
width: 20%;
height: 32px;
border: 0 none;
border-radius: 0 5px 5px 0;
background: url(//fpluslabo.com/WP/wp-content/themes/_flabo/img/icon_search.png) #23282d no-repeat center center;
text-indent: -9999px;
font-size: 0;
cursor: pointer;
} .page-top {
display: none;
}
.page-top a {
position: fixed;
right: 20px;
bottom: 65px;
z-index: 1;
width: 50px;
height: 50px;
border: 3px solid #fff;
border-radius: 50%;
background: #009943;
color: #fff;
text-align: center;
text-decoration: none;
font-size: 20px;
line-height: 50px;
}
.page-top a:hover {
background: #f18d00;
color: #FFF;
transition: all 0.3s;
} input.wpcf7-submit {
font-size: 1.4rem;
background-color: #248;
color: #fff;
border-style: none;
font-weight: normal;
}
input[type="submit"].wpcf7-submit:hover {
color: #fff;
}
input[type="submit"].wpcf7-submit:hover:enabled {
background-color: #24d;
color: #fff;
}
.wpcf7-form {
margin-top: 5rem;
}
.wpcf7-form label {
font-weight: normal;
}
.wpcf7-form label .acceptance-139 {
margin-left: 1rem;
}
.wpcf7-form-control.wpcf7-submit {
display: block;
margin: 0 auto;
} .breadcrumbs {
font-size: 1.4rem;
margin-bottom: 2rem;
} .rss-icons {
margin-left: 1rem;
}
.rss-icons a {
color: #fff;
padding: .7rem;
border-radius: 2px;
}
.rss-icons .feedly {
background-color: #6cc655;
}
.rss-icons .rss {
font-size: 1.4rem;
padding-right: 2.5rem;
background-color: #f26522;
}
.rss-icons a:hover {
opacity: 0.8;
text-decoration: none;
} @media screen and (min-width: 300px) {
.is-flex-wrap {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: justify;
justify-content: space-between;
}
.supporter-info {
width: 48%;
} .blog-post .blog-img {
aspect-ratio: 16 / 9; overflow: hidden; } .blog-post .blog-img img {
width: 100%;
height: 100%;
object-fit: cover;
}
}
@media screen and (min-width: 550px) {
.flabo {
text-align: right;
padding-right: 20px;
}
.message {
font-size: 2.4rem;
line-height: 1.25;
width: 340px;
}
.blog-post {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
-ms-flex-align: start;
align-items: flex-start;
}
.blog-img {
-ms-flex: .618;
flex: .618;
height: auto;
-ms-flex-align: start;
align-items: flex-start;
}
.blog-excerpt {
-ms-flex: 1;
flex: 1;
padding: 0 10px 0 20px;
}
}
@media screen and (min-width: 750px) {
.contact-address {
display: block;
}
.nav-icon {
padding: 0 2rem 0 .5rem;
border-right: 1px solid #e1e1e1;
}
.nav-icon svg {
margin-right: 1rem;
}
.diary-post-title {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 2rem 1rem 0.5rem;
text-align: left;
}
.tel-link {
color: inherit;
font-weight: normal;
}
.service {
display: -ms-flexbox;
display: flex;
}
.service div {
-ms-flex: 1;
flex: 1;
margin-right: 2rem;
}
.access {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.access-box {
-ms-flex: 1;
flex: 1;
margin-right: 2rem;
}
}
@media screen and (min-width: 1000px) {
.is-flex {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
}
main {
-ms-flex: 1.616;
flex: 1.616;
margin-right: 2rem;
}
main .diary-post-title h3 {
width: 490px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
main .diary-post-title h3 a.before:before,
main .diary-post-title h3 a.after:after {
height: 6px;
width: 0;
background: #1EAEDB;
}
aside {
flex: .616;
margin-left: 2rem;
}
aside .widget {
margin-top: 1rem;
width: auto;
}
.message {
height: 100px;
}
}.addtoany_content{clear:both;margin:16px auto}.addtoany_header{margin:0 0 16px}.addtoany_list{display:inline;line-height:16px}.a2a_kit a:empty,.a2a_kit a[class^="a2a_button_"]:has(.a2a_s_undefined){display:none}.addtoany_list a,.widget .addtoany_list a{border:0;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle}.addtoany_list a img{border:0;display:inline-block;opacity:1;overflow:hidden;vertical-align:baseline}.addtoany_list a span{display:inline-block;float:none}.addtoany_list.a2a_kit_size_32 a{font-size:32px}.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span{height:32px;line-height:32px;width:32px}.addtoany_list a:not(.addtoany_special_service)>span{border-radius:4px;display:inline-block;opacity:1}.addtoany_list a .a2a_count{position:relative;vertical-align:top}.site .a2a_kit.addtoany_list a:focus,.addtoany_list a:hover,.widget .addtoany_list a:hover{background:none;border:0;box-shadow:none}.addtoany_list a:hover img,.addtoany_list a:hover span{opacity:.7}.addtoany_list a.addtoany_special_service:hover img,.addtoany_list a.addtoany_special_service:hover span{opacity:1}.addtoany_special_service{display:inline-block;vertical-align:middle}.addtoany_special_service a,.addtoany_special_service div,.addtoany_special_service div.fb_iframe_widget,.addtoany_special_service iframe,.addtoany_special_service span{margin:0;vertical-align:baseline!important}.addtoany_special_service iframe{display:inline;max-width:none}a.addtoany_share.addtoany_no_icon span.a2a_img_text{display:none}a.addtoany_share img{border:0;width:auto;height:auto}