@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;
}
  :root { --text-color: #000;
--text-color-white: #fff;
--text-link_hover: #0768E8;
--border-color: #d6d6d6;  --font-size--big: 42px;
--font-size-large: 18px;
--font-size-normal: 14px;
--font-size-small: 10px;
--font-size-smaller: 8px; --font-medium: 500;
--font-semi-bold: 600;
} .clearfix:after { content: ""; display: block; clear: both; } 
.clearfix:before { content: ""; display: block; clear: both; } 
.clearfix { display: block; }
* {
box-sizing: border-box;
font-family: sans-serif;
margin: 0;
padding: 0;
font-size: var(--font-size-normal);
line-height: 1.6;
}
html {
height: 100%;
}
body {
width: 100%;
height: 100%;
color: #000;
}
h1 { font-size: 24pt; }
h2 { font-size: 20pt; }
h3 { font-size: 16pt; }
h4 { font-size: 14pt; }
ul, ol, dl {
list-style: none;
}
a:link, a:visited {
color: #000;
text-decoration: none;
transition: .3s;
}
a:hover {
color: var(--text-link_hover);
text-decoration: none;
}
img { max-width: 100%; }
hr {
border: none;
border-bottom: 1px solid var(--border-color);
margin: 60px 0 40px 0;
} .header {
width: 100%;
height: 95px;
background-color: #fff;
position: relative;
z-index: 2;
}
.site_title {
width: 140px;
position: absolute;
top: 15px;
left: 100px;
transition: .3s;
}
.site_title:hover {
opacity: .8;
}
.custom-logo {
width: 100%;
max-width: 85px;
height: auto;
} .navToggle {
display: none;
}
.global_nav {
position: absolute;
top: 45px;
right: 30px;
z-index: 3;
}
.global_nav a,
.global_nav a:visited {
font-family: 'Nunito', sans-serif;
height: 100%;
font-weight: bold;
display: block;
transition: .5s;
}
.global_nav a:hover {
transition: .5s;
color: var(--text-color);
}
.global_nav ul {
width: auto;
font-size: 11pt;
}
.global_nav ul li {
width: auto;
display: inline-block;
margin: 0 15px;
padding: 0;
text-align: center;
position: relative;
}
.global_nav li a:after {
position: absolute;
bottom: -12px;
left: 50%;
margin-left: -15%;
content: '';
width: 30%;
height: 3px;
background: #4b4b4b;
transform: scale(0, 1);
transition: transform .3s;
}
.global_nav li a:hover:after {
transform: scale(1, 1);
}  .slide-fermi {
margin-bottom: 80px;
} .wrap_title-home {
text-align: center;
}
.wrap_title-home p {
font-size: 14pt;
font-weight: bold;
margin-bottom: -40px;
} .contents_title-home {
width: 100%;
text-align: center;
position: relative;
display: block;
margin: 50px auto 25px auto;
font-size: var(--font-size--big);
font-weight: normal;
}
.contents_title-home:before {
content: '';
position: absolute;
bottom: -15px;
display: inline-block;
width: 30px;
height: 5px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-color: var(--border-color);
border-radius: 2px;
} .entry_container {
width: 960px;
margin: 0 auto;
padding: 20px 0;
}
.entry_header {
width: 85%;
height: auto;
color: #000;
padding: 20px 40px;
margin: 0 auto 20px auto;
display: flex;
border-bottom: 1px solid #000;
font-weight: bold;
}
.entry_header h2 a {
display: block;
height: 100%;
font-size: 12pt;
}
.entry_meta {
display: flex;
}
.entry_meta-date {
padding: 0;
margin: 0 20px;
padding-top: 3px;
}
.entry_meta-cate {
background: #f3f3f3;
width: 100px;
text-align: center;
border-radius: 20px;
padding: 3px 20px 0 20px;
margin-right: 30px;
} .wp-block-image figure img {
border: 10px solid #e9e9e9;
margin-bottom: 40px;
}
.img-owner {
margin-bottom: 40px;
}
.img-owner figure img {
display: block;
margin: 0 auto;
} .wrap-about {
width: 85%;
margin: 40px auto;
}
.wrap-about-inner {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
margin-top: 60px;
}
.wrap-about-inner_box {
width: 40%;
margin: 20px 0;
}
.wrap-about-inner_box h2 {
margin-bottom: 60px;
font-size: 220%;
border-bottom: 1px solid #000;
}
.wrap-about-inner_box h3 {
margin-bottom: 40px;
}
.wrap-about-inner_box p {
margin: 0;
}
.wrap-about-inner_thumbnail {
width: 40%;
margin: 20px 0;
}
.wrap-about-inner_thumbnail img {
border: 10px solid #e9e9e9;
box-shadow: 10px 10px 20px -12px rgba(163, 163, 163, 0.8);
}
.btn-about {
margin: 40px 0;
display: block;
width: 160px;
border: none;
border-radius: 5px;
background: #000;
}
.btn-about a {
color: #fff;
width: 100%;
height: 100%;
padding: 15px 0;
display: block;
}
.btn-about a:hover {
text-decoration: underline;
} .wrap-access-inner {
width: 460px;
margin: 50px auto 30px auto;
text-align: center;
}
.wrap-access-inner img {
display: block;
margin: 0 auto 20px auto;
}
.google-map {
border: none;
margin: 0;
}
.google-map iframe {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all  0.7s ease;
}
.google-map iframe:hover {
-webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
-ms-filter: grayscale(0);
-o-filter: grayscale(0);
filter: grayscale(0);
}  .contents_title-page {
width: 100%;
text-align: center;
position: relative;
display: block;
margin: 50px auto 65px auto;
font-size: var(--font-size--big);
font-weight: normal;
}
.contents_title-page:before {
content: '';
position: absolute;
bottom: -15px;
display: inline-block;
width: 30px;
height: 5px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-color: var(--border-color);
border-radius: 2px;
} .contents_title-single {
width: 100%;
text-align: center;
position: relative;
display: block;
margin: 50px auto 70px auto;
font-size: var(--font-size--big);
font-weight: normal;
}
.contents_title-single:before {
content: '';
position: absolute;
bottom: -15px;
display: inline-block;
width: 30px;
height: 5px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-color: var(--border-color);
border-radius: 2px;
}
.post {
width: 960px;
margin: 0 auto 60px auto;
}
.post_inner img {
margin: 20px auto;
}
.post_inner p {
margin: 10px 0 20px 0;
line-height: 32px;
font-size: var(--font-size-large);
}
.post ul {
list-style: circle;
}
.post ul li {
margin-left: 20px;
}
.post ol {
list-style: decimal;
margin-top: 20px;
}
.post ol li {
margin-left: 20px;
}
.post ol li strong {
font-size: var(--font-size-large);
} .breadcrumbs {
width: 960px;
padding: 7px 0;
margin: 20px  auto 5px auto;
}
.breadcrumbs li {
display: inline-block;
font-weight: bold;
}
.breadcrumbs li::after {
content: "＞";
margin: 0 10px;
}
.breadcrumbs li:last-child::after {
content: "";
}
.icon-date:before {
content: url(//fermi-juku.com/wp-content/themes/wp-theme-fermi/images/icon-date.svg);
display: block;
float: left;
width: 14px;
margin-top: 1px;
margin-right: 8px;
}
.icon-home:before {
content: url(//fermi-juku.com/wp-content/themes/wp-theme-fermi/images/icon-home.svg);
display: block;
float: left;
width: 12px;
margin-top: 1px;
margin-right: 8px;
}
.icon-cate:before {
content: url(//fermi-juku.com/wp-content/themes/wp-theme-fermi/images/icon-category.svg);
display: block;
float: left;
width: 12px;
margin-top: 1px;
margin-right: 8px;
}
.icon-post:before {
content: url(//fermi-juku.com/wp-content/themes/wp-theme-fermi/images/icon-post.svg);
display: block;
float: left;
width: 12px;
margin-top: 1px;
margin-right: 8px;
} .wrap-page_title {
border-top: 1px solid var(--border-color);
border-bottom: 1px solid var(--border-color);
background: #f8f8f8;
margin-bottom: 40px;
padding: 30px 0;
text-align: center;
}
.page_title {
font-size: var(--font-size--big);
} .section_title {
border-bottom: solid 3px var(--border-color);
position: relative;
}
.section_title:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #858585;
bottom: -3px;
width: 25%;
} .wrap-contents_title {
margin-bottom: 40px;
}
.post-meta {
display: flex;
justify-content: center;
margin: 5px auto 10px auto;
}
.post-meta p {
margin: 0 10px;
font-weight: bold;
} .div-price {
display: flex;
justify-content: space-around;
}
.div-price div {
width: 45%;
}
.div-price div p {
font-size: 11pt;
}
.div-price ol {
list-style: decimal;
margin: 20px 0 20px 25px;
}
.post_inner ul li,
.post_inner ol li {
line-height: 24px;
margin-bottom: 15px;
font-size: 11pt;
} p.post-topic {
border: 10px solid #ececec;
background: #fdfdfd;
padding: 40px;
text-align: center;
font-size: 11pt;
line-height: 24pt;
} .post-about_thumbnail {
width: 320px;
border: 10px solid #e9e9e9;
float: right;
margin-left: 40px;
} .post .post_inner .wp-block-contact-form-7-contact-form-selector {
width: 640px;
margin: 0 auto;
} input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
width: 100%;
padding: 8px 15px;
margin-right: 10px;
margin-top: 10px;
border: 1px solid #d0d5d8;
border-radius: 3px;
background-color: #eff1f5;
}
textarea.wpcf7-form-control.wpcf7-textarea {
height: 200px;
} input.wpcf7-submit {
display: block;
padding: 15px;
width: 400px;
background: #000;
color: #fff;
font-size: 18px;
font-weight: 700;
border-radius: 2px;
margin: 15px auto 0;
transition: .5s;
}
input.wpcf7-submit:hover {
box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
transform: translateY(-4px);
opacity:0.7;
cursor: pointer;
} .wrap-contact_form {
width: 100%;
margin: 0 auto 20px auto;
padding: 20px 0;
color: #fff;
background: #000;
}
.wrap-contact_form h2 {
font-size: 240%;
}
.wrap-contact_form img {
margin: 20px 0 0 0;
}
.wrap-contact_form_inner {
width: 960px;
margin: 0 auto;
text-align: center;
}
.bt-contact_form {
width: 320px;
border: 1px solid #fff;
border-radius: 50px;
margin: 20px auto;
padding-bottom: 20px;
display: block;
transition: 1s;
}
.bt-contact_form:hover {
background: #fff;
color: #000;
transition: 1s;
}
.bt-contact_form a {
width: 100%;
height: 100%;
display: block;
color: #fff;
transition: 1s;
}
.bt-contact_form a:hover {
filter: invert(100%);
} span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
color: red;
font-weight: 600;
} div.nav-below {
width: 640px;
margin: 0 auto 30px auto;
overflow: auto;
}
div.navigation { overflow: auto; }
div.navigation a { margin-bottom: 10px;  }
.nav-previous a,
.nav-next a,
div.navigation .alignleft a,
div.navigation .alignright a {
width: 100px;
text-align: center;
background: #000;
padding: 10px 0;
color: #fff;
text-decoration: none;
font-weight: bold;
}
.nav-previous a:hover,
.nav-next a:hover,
div.navigation .alignleft a:hover,
div.navigation .alignright a:hover {
color: #999;
}
.nav-previous a, div.navigation .alignleft a {
float: left;
}
.nav-next a, div.navigation .alignright a {
float: right;
} .tbl-timetable {
width: 100%;
margin: 0 auto;
text-align: center;
border-collapse: collapse;
}
.tbl-timetable tr:first-child {
border-top: 1px solid var(--border-color);
}
.tbl-timetable tr {
border-bottom: 1px solid var(--border-color);
}
.tbl-timetable th {
padding: 20px 0;
border-right: 1px solid var(--border-color);
border-left: 1px solid var(--border-color);
font-size: 12pt;
}
.tbl-timetable td {
padding: 20px 5px;
border-right: 1px solid var(--border-color);
font-size: 12pt;
} footer {
margin: 0 auto;
}
.footer_nav-privacy {
width: 100%;
text-align: center;
}
.footer_nav-privacy li {
margin: 5px auto 10px auto; 
}
.footer_nav-privacy li a {
text-decoration: underline;
}
.footer_nav-privacy li a:hover {
text-decoration: none;
}
.copy_right {
width: 100%;
text-align: center;
padding: 10px 0 20px 0;
} .wrap-post-category {
width: 960px;
margin: 40px auto 80px auto;
} #page_top {
padding: 10px;
width: 85px;
height: 85px;
position: fixed;
bottom: 20px;
right: 5px;
background-image: url(//fermi-juku.com/wp-content/themes/wp-theme-fermi/images/icon-page_top.svg);
background-repeat: no-repeat;
background-position: center center;
background-size: 60%;
transition: 1s;
}
#page_top a {
text-decoration: none;
text-align: center;
display: block;
transition: 1s;
}
#page_top:hover {
cursor: pointer;
opacity: 0.8;
transition: 1s;
filter: invert(100%);
} @media screen and (max-width: 1080px) {
.global_nav {
position: fixed;
display: block;
top: 0;
left: 0;
background: rgba(0,0,0,0.9);
opacity: 0;
color: var(--text-color);
transform: translateY(-100%);
transition: all 0.5s;
width: 100%;
height: 100vh;
border: none !important;
padding: 10px 0;
margin: 0;
}
.global_nav.active {
transform: translateY(0);
opacity: 1;
}
.global_nav ul {
width: 100%;
height: auto;
text-align: center;
margin: 0;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
.global_nav ul li {
list-style-type: none;
margin: 40px auto;
width: 50%;
height: 22px;
display: block;
}
.global_nav ul li a {
font-size: 12pt;
color: #fff;
}
.global_nav ul li a:hover {
color: var(--text-link_hover);
}
.global_nav li a:after {
display: none;
} .navToggle {
display: block;
position: absolute; 
right: 22px;
top: 22px;
width: 34px;
height: 35px;
cursor: pointer;
z-index: 10;
text-align: center;
border: none !important;
}
.navToggle span {
display: block;
position: absolute; 
width: 22px;
border-bottom: solid 3px #000;
transition: all 0.5s;
left: 6px;
}
.navToggle span:nth-child(1) {
top: 8px;
}
.navToggle span:nth-child(2) {
top: 16px;
} 
.navToggle span:nth-child(3) {
top: 24px;
}
.navToggle.active span:nth-child(1) {
top: 18px;
left: 6px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
border-bottom: solid 3px #fff;
}
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
top: 18px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
border-bottom: solid 3px #fff;
} .header {
height: 70px;
}
.site_title {
width: 65px;
left: 35px;
} .breadcrumbs {
width: 95%;
margin: 10px auto;
} .entry_container {
width: 100%;
margin: 0 auto;
padding: 20px 0;
}
.entry_header {
width: 100%;
}
.entry_meta-cate {
width: auto;
text-align: left;
display: inline-block;
} .wrap-about {
width: 100%;
margin-bottom: 40px;
}
.wrap-about-inner {
width: 95%;
margin: 60px auto 0 auto;
}
.wrap-about-inner_box {
width: 80%;
}
.btn-about {
margin: 40px auto;
}
.img-owner figure img {
width: 80%;
display: block;
margin: 0 auto 20px auto;
}
.wrap-about-inner_thumbnail {
width: 100%;
margin: 20px auto;
} .wrap-access-inner {
width: 100%;
} .post {
width: 95%;
margin: 0 auto;
}
.entry_container {
width: 100%;
margin: 0 auto;
}
.wrap_inner-about {
display: block;
}
.wrap_inner-about-box {
width: 90%;
margin: 0 auto;
}
.wrap-about-inner_thumbnail {
width: 100%;
margin: 20px auto;
text-align: center;
}
.wrap-post-category {
width: 95%;
}
div.nav-below {
width: 90%;
} .wrap-contact_form_inner {
width: 100%;
} .copy_right {
font-size: var(--font-size-small);
}
} @media screen and (max-width:740px){ .header {
height: 70px;
}
.site_title {
width: 65px;
left: 35px;
} .breadcrumbs {
width: 95%;
margin: 10px auto;
}
.breadcrumbs ul li a {
font-size: var(--font-size-small);
} .entry_container {
width: 100%;
margin: 0 auto;
padding: 20px 0;
}
.entry_header {
width: 100%;
}
.entry_meta-cate {
width: auto;
text-align: left;
display: inline-block;
} .contents_title-page {
font-size: 180%;
}
.page_title {
font-size: 180%;
} .wrap-about {
width: 100%;
margin-bottom: 80px;
}
.wrap-about-inner {
width: 95%;
display: block;
margin: 60px auto 0 auto;
}
.wrap-about-inner_box {
width: 80%;
margin: 20px auto;
}
.wrap-about-inner_box h2 {
font-size: 180%;
}
.btn-about {
margin: 40px auto;
}
.img-owner figure img {
width: 80%;
}
.contents_title-page {
font-size: 200%;
} .wrap-access-inner {
width: 100%;
} .post {
width: 95%;
margin: 0 auto;
}
.entry_container {
width: 100%;
margin: 0 auto;
}
.wrap_inner-about {
display: block;
}
.wrap_inner-about-box {
width: 90%;
margin: 0 auto;
} .post .post_inner .wp-block-contact-form-7-contact-form-selector {
width: 100%;
} .wrap-contact_form_inner {
width: 100%;
}
.wrap-post-category {
width: 95%;
}
.entry_header {
display: block;
}
.entry_meta {
margin: 0 0 15px -20px;
}
.entry_header h2 {
width: 100%;
}
input.wpcf7-submit {
width: 250px;
}
} @media screen and (max-width: 640px) {
.img-owner figure {
width: 100%;
text-align: center;
}
.img-owner figure img {
width: 70%;
float: none;
display: block;
margin: 0 auto 20px auto;
}
} @media screen and (max-width: 375px) {
}