@charset "UTF-8";
/*!
Theme Name: nacos
Theme URI: https://nacos-online.sakura.ne.jp/
Author: nacos-online
Author URI: https://nacos-online.sakura.ne.jp/
Description: nacos-online Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nacos-online
Tags: site
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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;
  -webkit-text-decoration: underline dotted;
          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;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #222;
  font-family: "YakuHanJPs", "Noto Sans Japanese", "游ゴシック体", Arial, Meiryo, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.3;
}

p {
  margin-bottom: 1.5em;
}

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 #555;
  cursor: help;
}

mark,
ins {
  background: #eee;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

main {
  display: block;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 40px 0;
}

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 0 0.5em;
}

embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

figure {
  margin: 0 0 0.5em;
}

figcaption {
  font-size: 0.875em;
  margin: 0 0 0.5em;
  text-align: center;
}

table {
  border-collapse: collapse;
  margin: 0;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #eee;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=submit] {
  border: 1px solid;
  border-color: #14cc60;
  border-radius: 3px;
  background: #14cc60;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  padding: 0.6em 1em;
}
input[type=submit]:hover {
  border-color: #5bdb90;
}
input[type=submit]:active, input[type=submit]:focus {
  border-color: #14cc60;
}

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: #555;
  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: #222;
}

select {
  border: 1px solid #ccc;
  width: 100%;
}

textarea {
  width: 100%;
}

.site-header {
  border-bottom: solid 1px #14cc60;
  position: relative;
}
.site-header__inner {
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  width: 100%;
}

.site-branding {
  margin: 0;
  padding: 0;
  width: 80%;
}
@media screen and (min-width: 901px) {
  .site-branding {
    width: 58%;
  }
}

.l_footer {
  color: #fff;
  text-align: center;
  background: #999;
  line-height: 2;
}

.site-main {
  display: flex;
  flex-wrap: wrap;
  margin: 2em auto;
  max-width: 1200px;
  position: relative;
  width: 95%;
}

.content_main {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 901px) {
  .content_main {
    margin: 0;
    padding: 0 30px;
    width: calc(100% - (220px + 190px));
  }
}

.content_navigation {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 50;
}

@media screen and (min-width: 901px) {
  .content_navigation {
    width: 190px;
    height: auto;
  }
}
.content_search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

@media screen and (min-width: 901px) {
  .content_search {
    display: block;
    position: relative;
    width: 220px;
  }
}
.two_column .content_main {
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 901px) {
  .two_column .content_main {
    margin: 0;
    width: calc(100% - 220px);
  }
}
.two_column .content_navigation {
  display: block;
}
@media screen and (min-width: 901px) {
  .two_column .content_navigation {
    display: none;
  }
}

.one_column .content_main {
  margin: 0 auto;
  width: 100%;
}

.page-timetable {
  margin: 0 auto;
  position: relative;
  width: 95%;
}
@media screen and (min-width: 901px) {
  .page-timetable .content_navigation,
.page-timetable .content_search {
    display: none;
  }
}

.content_timetable {
  height: 100%;
  margin: 32px 0 0 0;
  padding: 0;
  width: 100%;
}

/* Navigation
--------------------------------------------- */
.hamburger {
  position: fixed;
  right: 35px;
  top: 3px;
  width: 35px;
  height: 40px;
  cursor: pointer;
  z-index: 300;
}

@media screen and (min-width: 901px) {
  .hamburger {
    display: none;
  }
}
.hamburger_line {
  position: absolute;
  left: 10px;
  width: 18px;
  height: 2px;
  background-color: #14cc60;
  transition: all 0.6s;
}

.hamburger_line-1 {
  top: 11px;
}

.hamburger_line-2 {
  top: 17px;
}

.hamburger_line-3 {
  top: 23px;
}

.nav-open .hamburger_line-1 {
  transform: rotate(405deg);
  top: 15px;
}

.nav-open .hamburger_line-2 {
  left: 50%;
  width: 0;
}

.nav-open .hamburger_line-3 {
  transform: rotate(-405deg);
  top: 15px;
}

.black-bg {
  cursor: pointer;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
}

@media screen and (min-width: 901px) {
  .black-bg {
    display: none;
  }
}
.global-nav {
  background-color: #fff;
  position: fixed;
  top: 0;
  right: -320px;
  height: 100vh;
  width: 300px;
  padding-top: 35px;
  overflow-y: auto;
  transition: all 0.6s;
  z-index: 200;
}

@media screen and (min-width: 901px) {
  .global-nav {
    position: relative;
    top: 0;
    right: 0;
    height: auto;
    width: 100%;
    padding-top: 0;
    transition: none;
    z-index: 1;
  }
}
.global-nav_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.global-nav_item {
  text-align: center;
  padding: 0 14px;
}

.global-nav_item a {
  display: block;
  padding: 8px 0;
  border-bottom: 2px solid #14cc60;
  text-decoration: none;
  color: #000;
}

nav ul {
  margin: 0;
  padding: 0;
}

nav ul li {
  border-top: 1px solid #14cc60;
  list-style: none;
}

nav ul li a {
  display: block;
  padding: 0.5em;
/*  font-size: 1.2em;*/
  background: url(./img/nav_deco_1.svg) 97% no-repeat;
  background-size:5px;
  color: #000;
  text-decoration: none;
}

nav ul li.current_page_item a,
nav ul li.current-menu-item a {
  background: #14cc60 url(./img/nav_deco_2.svg) 97% center no-repeat;
  background-size:5px;
  color: #fff;
  font-weight: bold;
}

@media screen and (min-width: 901px) {
  nav ul li a:hover {
    background: #5bdb90 url(./img/nav_deco_2.svg) 97% center no-repeat;
    background-size:5px;
    color: #fff;
    font-weight: bold;
  }
}
.ad_block {
  border-top: 1px solid #14cc60;
  padding-top: 1.5em;
}

.ad_block + .ad_block {
  margin-top: 1.5em;
}

.ad {
  padding: 0.5em 0;
  text-align: center;
}

.nav-open .global-nav {
  right: 0;
}

.nav-open .black-bg {
  opacity: 0.8;
  visibility: visible;
}

.search_bt {
  cursor: pointer;
  position: fixed;
  top: 4px;
  right: 4px;
  width: 30px;
  height: 30px;
  z-index: 400;
}
.search_bt .st0 {
  fill: none;
}
.search_bt .st1 {
  fill: #14cc60;
}
.search_bt .st2 {
  fill: #fff;
}

@media screen and (min-width: 901px) {
  .search_bt {
    display: none;
  }

  .js-modal-open {
    pointer-events: none;
  }

  .js-modal-close {
    pointer-events: none;
  }
}
.modal {
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 901px) {
  .modal {
    display: block;
    position: relative;
  }
}
.modal_bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  position: fixed;
  width: 100%;
}

.search_win {
  background: #e5e5e5;
  position: absolute;
  top: 40px;
  left: 50%;
  margin: 0;
  padding: 5%;
  transform: translate(-50%, 0);
  width: 90%;
  z-index: 350;
}

@media screen and (min-width: 901px) {
  .search_win {
    position: relative;
    top: 0;
    left: 0;
    padding: 12px;
    transform: translate(0, 0);
    width: 100%;
    z-index: 1;
  }
}
.search_win .widgettitle {
  margin: 0;
  padding: 8px 0 16px;
}

.search_win input[type=text] {
  width: 98%;
  line-height: 1.5;
  margin-bottom: 0.8em;
}

.search_win select {
  width: 98%;
  margin-bottom: 0.8em;
}

.feas-submit-button {
  display: block;
  margin: 16px auto 8px;
}

.js-modal-close {
  font-size: 0.8em;
}

@media screen and (min-width: 901px) {
  .wright p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .js-modal-close {
    display: none;
  }
}
.feas_module {
  font-size: 90%;
}

.feas_0_1_wrap,
.feas_0_2_wrap,
.feas_0_3_wrap,
.feas_0_4_wrap,
.feas_0_5_wrap,
.feas_0_6_wrap,
.feas_0_7_wrap {
  display: none;
}

.field_select__list {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
}

.field_select__item {
  font-size: 90%;
  margin: 5px 0;
}

.field_select__name {
  margin-left: 5px;
}

.field_active {
  display: block;
}

.field_inactive {
  display: none;
}

.field_note-txt {
  display: block;
  font-size: 0.8em;
  letter-spacing: -0.05em;
  margin: -10px 0 1.5em;
}

.day_list {
  display: flex;
  flex-wrap: wrap;
  margin: 2em 0 1.5em;
  padding: 0;
}

.day_list li {
  border: none;
  list-style: none;
  margin: 0;
}

.day_list li a {
  background: #e6e6e6;
  color: #000;
  display: block;
  font-size: 0.9em;
  font-weight: bold;
  margin-right: 0.5em;
  padding: 0.4em;
  text-align: center;
  text-decoration: none;
}

.day_list li a:hover {
  background-color: #5bdb90;
  background-image: none;
}

.day_list li a.current {
  color: #fff;
  background: #14cc60;
}

.timetable_nav-link {
  margin: 1em 0;
}
.timetable_nav-link a {
  background: #e6e6e6;
  border-radius: 24px;
  color: #000;
  display: inline-block;
  padding: 0.3em 1.5em;
}
.timetable_nav-link a:hover {
  background-color: #5bdb90;
}

#page_top {
  width: 36px;
  height: 36px;
  position: fixed;
  right: 20px;
  bottom: 30px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  z-index: 300;
}
@media screen and (min-width: 901px) {
  #page_top {
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 50px;
  }
}

#page_top a {
  position: relative;
  display: block;
  line-height: 1;
  width: 36px;
  height: 36px;
  text-decoration: none;
}
@media screen and (min-width: 901px) {
  #page_top a {
    width: 50px;
    height: 50px;
  }
}

#page_top a::before {
  content: "";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 901px) {
  #page_top a::before {
    font-size: 25px;
    width: 25px;
    height: 25px;
    top: -5px;
  }
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  padding: 1em 0;
}
@media screen and (min-width: 901px) {
  .wp-pagenavi {
    padding: 2em 0;
  }
}
.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  margin: 0 0.5em;
  padding: 0 0.5em;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
}
.wp-pagenavi .current {
  background: #14cc60;
  border: 1px solid #14cc60;
  color: #fff;
}
.wp-pagenavi .page {
  color: #222;
}
.wp-pagenavi .page:hover, .wp-pagenavi .page:focus, .wp-pagenavi .page:active {
  background: #5bdb90;
  color: #fff;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  color: #222;
}
.wp-pagenavi .nextpostslink:hover, .wp-pagenavi .nextpostslink:focus, .wp-pagenavi .nextpostslink:active,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .previouspostslink:focus,
.wp-pagenavi .previouspostslink:active {
  background: #5bdb90;
  color: #fff;
}

.nav-links {
  position: relative;
  margin: 2em 0 0.5em;
  padding-top: 30px;
}
@media screen and (min-width: 901px) {
  .nav-links {
    margin: 3em 0 1em;
  }
}

.nav-previous,
.nav-next {
  position: absolute;
  top: 0;
  width: 50%;
}

.nav-previous {
  left: 0;
}

.nav-next {
  right: 0;
  text-align: right;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.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;
}

.entry-header .entry-title,
.entry-header .page-title,
.page-header .entry-title,
.page-header .page-title {
  background: #14cc60;
  color: #004600;
  border-top: 1px solid #14cc60;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 3px solid #004600;
  font-size: 1.5em;
  margin: 0;
  padding: 0.3em 0.5em;
}

.entry-meta {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 16px 0 0 -16px;
  padding: 0;
}

.entry-meta__item {
  padding-left: 16px;
}

.post_thumbnail {
  margin: 1em 0;
}

#wpmem_login,
#wpmem_reg {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 481px) {
  #wpmem_login,
#wpmem_reg {
    width: 80%;
  }
}
@media screen and (min-width: 901px) {
  #wpmem_login,
#wpmem_reg {
    width: 70%;
  }
}
#wpmem_login .div_text,
#wpmem_reg .div_text {
  width: 100% !important;
}
#wpmem_login .div_text input[type=text],
#wpmem_reg .div_text input[type=text] {
  width: 100%;
}
#wpmem_login .button_div,
#wpmem_login .link-text,
#wpmem_reg .button_div,
#wpmem_reg .link-text {
  text-align: left !important;
  width: 100% !important;
}
#wpmem_login .buttons,
#wpmem_reg .buttons {
  display: block;
  margin: 1.5em auto;
  padding: 1em;
  max-width: 320px;
  width: 100%;
}
#wpmem_login .link-text-forgot a,
#wpmem_login .link-text-register a,
#wpmem_login .link-text-username a,
#wpmem_reg .link-text-forgot a,
#wpmem_reg .link-text-register a,
#wpmem_reg .link-text-username a {
  display: block;
  padding: 0.5em 0 0;
}
@media screen and (min-width: 481px) {
  #wpmem_login .link-text-forgot a,
#wpmem_login .link-text-register a,
#wpmem_login .link-text-username a,
#wpmem_reg .link-text-forgot a,
#wpmem_reg .link-text-register a,
#wpmem_reg .link-text-username a {
    display: inline;
    padding: 0 0 0 1.5em;
  }
}

.entry-content .wpmem_msg {
  width: 100%;
}

.wp-block-timetable {
  height: 400px;
  overflow: auto;
  padding-bottom: 40px;
  width: 100%;
}
@media screen and (min-width: 901px) {
  .wp-block-timetable {
    height: 600px;
  }
}
.wp-block-timetable table {
  border-collapse: separate;
  border-spacing: 0;
  word-wrap: break-word;
  width: 2800px;
}
@media screen and (min-width: 481px) {
  .wp-block-timetable table {
    width: 3000px;
  }
}
.wp-block-timetable th, .wp-block-timetable td {
  font-size: 10px;
}
@media screen and (min-width: 901px) {
  .wp-block-timetable th, .wp-block-timetable td {
    font-size: 14px;
  }
}

.mptt-shortcode-wrapper .mptt-shortcode-table tbody th,
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td {
  border: 1px solid #fff;
  padding: 6px;
}

.mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th {
  background: #333;
  color: #fff;
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
  left: 0;
  z-index: 3;
}

.mptt-shortcode-wrapper .mptt-shortcode-table tbody td.mptt-shortcode-hours {
  background: #777;
  color: #fff;
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
  left: 0;
  z-index: 2;
}

.mptt-shortcode-wrapper .mptt-shortcode-table.mptt-theme-mode tbody td.event {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.mptt-shortcode-wrapper .mptt-shortcode-table.mptt-theme-mode tbody td.event:hover {
  overflow: visible;
  z-index: 901;
}

.mptt-shortcode-wrapper .mptt-shortcode-table.mptt-theme-mode tbody td.event:hover .mptt-inner-event-content {
  border-bottom: solid 2px #ccc;
  box-shadow: 0px 7px 6px -3px rgba(0, 0, 0, 0.2);
}

.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .timeslot,
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-subtitle,
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-user,
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-description {
  font-size: 13px;
  letter-spacing: -0.05em;
}

.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-subtitle {
  background: #222;
  color: #fff;
  margin: 0.25rem 0;
  padding: 0 0.25rem;
}

.mptt-inner-event-content {
  display: flex;
  flex-direction: column;
}
.mptt-inner-event-content .timeslot {
  order: 1;
}
.mptt-inner-event-content .event-subtitle {
  order: 2;
}
.mptt-inner-event-content .event-title {
  order: 3;
}
.mptt-inner-event-content .event-description {
  order: 4;
}

@media screen and (min-width: 320px) {
  .mptt-shortcode-wrapper .mptt-shortcode-list {
    display: none;
  }
}

@media screen and (min-width: 320px) {
  .mptt-shortcode-wrapper .mptt-menu.mptt-navigation-select + .mptt-shortcode-table {
    display: block !important;
  }
}

/* タイムテーブル上のセレクトボックス */
.mptt-shortcode-wrapper .mptt-menu.mptt-navigation-select {
	display: none;
}
.front-page_menu {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .front-page_menu__items {
    background: #fff;
    border-right: 1px solid #14cc60;
    padding: 3%;
    width: 50%;
    margin-bottom: 16px;
  }
  .front-page_menu__items:nth-of-type(odd) {
    border-left: 1px solid #14cc60;
  }
}

@media screen and (min-width: 1001px) {
  .front-page_menu__items {
    background: #fff;
    border-right: 1px solid #14cc60;
    padding: 24px;
    width: 25%;
    margin-bottom: 16px;
  }
  .front-page_menu__items:nth-of-type(4n+1) {
    border-left: 1px solid #14cc60;
  }
}

.front-page_menu__items a {
  color: #000;
  display: block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  word-wrap: break-word;
  word-break: break-all;
}

/* What' NEW
--------------------------------------------- */
.info_wrap {
  width: auto;
}
.info_wrap h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 0 0;
}
.info_wrap ul {
  width: auto;
  max-height: 400px;
  overflow-y: scroll;
  padding: 14px 20px;
  border: solid 1px #14cc60;
  margin: 12px 0 0 0;
}
.info_wrap ul li {
  list-style: none;
}
.info_wrap .info_date {
  color: #aaa;
  font-weight: 700;
}
.info_wrap .info_title {
  font-size: 1.125rem;
}
.info_wrap .info_content {
  border-bottom: solid 2px #aaa;
  margin-bottom: 14px;
}

.icon {
  margin-bottom: 5%;
  width: 35%;
}

.st0 {
  fill: none;
}

.st1 {
  fill: #14cc60;
}

.st2 {
  fill: #fff;
}

.log_info {
  background: #eee;
  margin: 1em auto;
  padding: 0.5em 1em 1em 1em;
  width: 100%;
}
@media screen and (min-width: 901px) {
  .log_info {
    margin: 4em auto 3em;
    padding: 0.5em 2em;
    width: 70%;
  }
}

.log_info__title {
  font-size: 1em;
  margin: 0.9em 0 0 0;
}
@media screen and (min-width: 901px) {
  .log_info__title {
    font-size: 1.1em;
    margin: 0.9em 0 0 0;
  }
}

.log_info p {
  font-size: 0.8em;
  margin: 0;
}
@media screen and (min-width: 901px) {
  .log_info p {
    font-size: 1.1em;
    margin: 0 0 1em 0;
  }
}

.browser_list {
  margin: 0.5em 0 1em 0;
}

.browser_list__item {
  line-height: 1.5em;
  margin-left: 1.5em;
}

.profile-editing ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 24px auto 32px;
  padding: 0;
}
.profile-editing li {
  padding: 0 5px;
  width: 50%;
}
.profile-editing li a {
  background: #e6e6e6;
  color: #000;
  display: block;
  font-size: 0.9em;
  font-weight: bold;
  padding: 0.4em;
  text-align: center;
  text-decoration: none;
}
.profile-editing li a:hover {
  color: #fff;
  background-color: #5bdb90;
}
.profile-editing #wpmem_login #register,
.profile-editing #wpmem_login #pwdchange,
.profile-editing #wpmem_login #pwdreset,
.profile-editing #wpmem_login #getusername,
.profile-editing #wpmem_reg #register,
.profile-editing #wpmem_reg #pwdchange,
.profile-editing #wpmem_reg #pwdreset,
.profile-editing #wpmem_reg #getusername {
  display: none;
}

.myprof-title_user,
.myprof-title_favorite,
.myprof-title_comment {
  font-size: 1.2em;
  margin: 1em 0 0.5em 0;
}
@media screen and (min-width: 901px) {
  .myprof-title_user,
.myprof-title_favorite,
.myprof-title_comment {
    font-size: 1.4em;
    margin: 1.3em 0 0.5em 0;
  }
}
.myprof-title_user::before,
.myprof-title_favorite::before,
.myprof-title_comment::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 0.3em;
}

.myprof-title_user::before {
  content: "";
  color: #14cc60;
}

.myprof-title_favorite::before {
  content: "";
  color: #ffb410;
}

.myprof-title_comment::before {
  content: "";
  color: #14cc60;
}

.myprof {
  background: #e3f26d;
  border-top: 1px solid #14cc60;
  border-bottom: 1px solid #14cc60;
  width: 100%;
  padding: 0.5em 0;
}

.myprof_contents {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8em;
  margin: 0;
}
@media screen and (min-width: 481px) {
  .myprof_contents {
    font-size: 1em;
  }
}

.myprof_contents__title {
  padding: 0 0.7em;
  width: 15%;
}
@media screen and (min-width: 901px) {
  .myprof_contents__title {
    width: 10%;
  }
}

.myprof_contents__detail {
  padding: 0 0.5em;
  width: 85%;
}
@media screen and (min-width: 901px) {
  .myprof_contents__detail {
    width: 90%;
  }
}

.logout_block {
  border-top: 1px solid #eee;
  margin: 40px 0 0;
  padding: 16px 0;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 901px) {
  .logout_block {
    margin: 64px 0 0;
    padding: 32px 0;
  }
}

.logout_link {
  border: 1px solid #aaa;
  border-radius: 4px;
  color: #222;
  display: inline-block;
  padding: 10px 48px;
}

.logout_link:hover {
  background: #eee;
}

.company_table {
  border-bottom: 1px solid #14cc60;
}
.company_table th,
.company_table td {
  padding: 0.5em;
}
.company_table th {
  background: #14cc60;
  color: #fff;
}
.company_table tbody tr:nth-child(2n) {
  background: #e3f26d;
}

.programs-link_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.programs-link_list__item {
  border-bottom: 1px solid #14cc60;
}

.programs-link_list__link {
  display: block;
  padding: 0.4em 0.5em;
  font-size: 1.3em;
  color: #222;
  text-decoration: none;
}

.programs-link_list__link.current,
.programs-link_list__link:hover {
  background: #14cc60;
  color: #fff;
  font-weight: bold;
}

.programs-link_list__link:hover {
  background: #5bdb90;
}

.session_table,
.presentation_table {
  border-bottom: 1px solid #14cc60;
  line-height: 1.5;
  margin-top: 1em;
  width: 100%;
}
.session_table th,
.presentation_table th {
  background: #14cc60;
}

.session_info1 {
  display: flex;
  justify-content: space-between;
  padding: 0.3em 0;
  width: 100%;
}

.type {
  color: #fff;
  font-weight: bold;
  font-size: 0.8em;
  margin: 0 0.5em;
  text-align: left;
}
@media screen and (min-width: 901px) {
  .type {
    font-size: 1em;
  }
}

.session_date-venue {
  color: #fff;
  font-weight: bold;
  text-align: right;
  font-size: 0.8em;
  margin: 0 0.5em;
}
@media screen and (min-width: 901px) {
  .session_date-venue {
    font-size: 0.9em;
  }
}

.session_info2 {
  width: 80%;
  padding: 0.3em;
  background: #e3f26d;
}
@media screen and (min-width: 901px) {
  .session_info2 {
    width: 85%;
    padding: 0.3em 0.5em;
  }
}

.session_title {
  font-weight: bold;
}
@media screen and (min-width: 901px) {
  .session_title {
    font-size: 1.2em;
    margin-bottom: 0.3em;
  }
}

.session_organizer {
  font-size: 0.8em;
}
@media screen and (min-width: 901px) {
  .session_organizer {
    font-size: 0.9em;
  }
}

.session_deliverymethod,
.session_favorite {
  width: 20%;
  padding: 1em 0;
  text-align: center;
  background: #e3f26d;
}
@media screen and (min-width: 901px) {
  .session_deliverymethod,
.session_favorite {
    width: 15%;
  }
}

.session_deliverymethod {
  padding: 0.3em 0.3em 0 0;
}
@media screen and (min-width: 901px) {
  .session_deliverymethod {
    padding: 1em 1em 1em 0;
  }
}

.session_summary {
  width: 100%;
  background: #e3f26d;
  padding: 0 0.8em 1em;
}
@media screen and (min-width: 901px) {
  .session_summary {
    padding: 0 1em 1em;
  }
}

.session_summary-title {
  font-size: 0.8em;
  font-weight: bold;
  color: #14cc60;
  cursor: pointer;
}
@media screen and (min-width: 901px) {
  .session_summary-title {
    font-size: 0.9em;
  }
}

.session_summary-title:hover {
  color: #5bdb90;
}

.session_summary-title::before,
.session_summary-title.open::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #14cc60;
  padding-right: 0.3em;
}

.session_summary-title::before {
  content: "";
}

.session_summary-title.open::before {
  content: "";
}

.session_summary-p {
  font-size: 0.8em;
  background: #FFF;
  margin-top: 0.5em;
  padding: 1em;
  border-radius: 0.2em;
}
@media screen and (min-width: 901px) {
  .session_summary-p {
    font-size: 0.9em;
    border-radius: 0.3em;
  }
}

.session_movie__iocon {
  padding: 0 0 0.5em;
  line-height: 1;
}
@media screen and (min-width: 901px) {
  .session_movie__iocon {
    padding: 0.2em 0;
  }
}

.presentation_date {
  color: #fff;
  font-size: 0.8em;
  font-weight: bold;
  text-align: left;
  padding: 0.3em 0.5em;
}
@media screen and (min-width: 901px) {
  .presentation_date {
    font-size: 1em;
  }
}

.presentation_info {
  padding: 0.3em;
}
@media screen and (min-width: 901px) {
  .presentation_info {
    padding: 0.5em;
  }
}

.presentation_number {
  font-weight: bold;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 901px) {
  .presentation_number {
    font-size: 1.2em;
    margin-bottom: 0.3em;
  }
}

.presentation_title-J,
.presentation_title-E {
  font-weight: bold;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 901px) {
  .presentation_title-J,
.presentation_title-E {
    font-size: 1.2em;
    margin-bottom: 0.3em;
  }
}

.presentation_authors-affs-J,
.presentation_authors-affs-E {
  display: block;
}

.presentation_author-J,
.presentation_author-E {
  display: inline;
  font-size: 0.8em;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 901px) {
  .presentation_author-J,
.presentation_author-E {
    font-size: 0.9em;
    margin-bottom: 0.3em;
  }
}

.presentation_aff-J,
.presentation_aff-E {
  display: inline;
  font-size: 0.8em;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 901px) {
  .presentation_aff-J,
.presentation_aff-E {
    font-size: 0.9em;
    margin-bottom: 0.3em;
  }
}

.presentation_deliverymethod,
.presentation_favorite {
  width: 20%;
  padding: 1em 0;
  text-align: center;
}
@media screen and (min-width: 901px) {
  .presentation_deliverymethod,
.presentation_favorite {
    width: 13%;
  }
}

.presentation_handout__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  margin: 1em 0;
  padding: 0;
}
@media screen and (min-width: 901px) {
  .presentation_handout__list {
    justify-content: flex-end;
  }
}

.presentation_handout__item {
  width: 25%;
  text-align: center;
  line-height: 0;
  padding: 0 0.5em;
}
@media screen and (min-width: 901px) {
  .presentation_handout__item {
    width: 15%;
  }
}

.presentation_abstract-title {
  font-size: 0.8em;
  font-weight: bold;
  color: #14cc60;
  margin-bottom: 0.3em;
}
@media screen and (min-width: 901px) {
  .presentation_abstract-title {
    font-size: 0.9em;
  }
}

.presentation_abstract-J {
  font-size: 0.8em;
  margin: 1em 0;
  padding: 0 0.3em 1em;
  border-bottom: 1px solid #14cc60;
}
@media screen and (min-width: 901px) {
  .presentation_abstract-J {
    font-size: 0.9em;
    padding: 0 0.5em 1em;
  }
}

.presentation_abstract-E {
  font-size: 0.8em;
  margin: 1em 0 2em;
  padding: 0 0.3em;
}
@media screen and (min-width: 901px) {
  .presentation_abstract-E {
    font-size: 0.9em;
    padding: 0 0.5em;
  }
}

.presentation_abstract-image {
  margin: 1em 0;
  width: 100%;
}
@media screen and (min-width: 901px) {
  .presentation_abstract-image {
    margin: 2em 0;
  }
}

.presentation_abstract-image__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.presentation_abstract-image__item {
  padding: 1em 0;
}

.comments_count {
  font-size: 0.875rem;
  background-color: #efefef;
  padding: 6px;
  border-radius: 6px;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-area {
  font-size: 0.8em;
  margin: 4em 0.3em;
}
@media screen and (min-width: 901px) {
  .comments-area {
    font-size: 0.9em;
    margin: 4em 0.5em;
  }
}

.comment-reply-title {
  background: #14cc60;
  border-radius: 2px;
  color: #fff;
  margin-bottom: 1em;
  padding: 0.3em 0.5em;
}

.comment-reply-title::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  color: #FFF;
  padding-right: 0.3em;
}

.comment-form-author > label,
.comment-form-email > label {
  display: block;
}
.comment-form-author > label .required,
.comment-form-email > label .required {
  color: #b20000;
}

.form-submit {
  text-align: center;
}

.comment-list {
  list-style: none;
  margin: 3em 0 0;
  padding: 0;
}
.comment-list .children {
  list-style: none;
  margin-left: 0;
}

.comment-body {
  border-top: 1px solid #14cc60;
  padding: 1em 0;
}

#cancel-comment-reply-link {
  background: #fff;
  border-radius: 14px;
  display: inline-block;
  padding: 0 0.5em;
  margin: 0 0 0 1.5em;
}
@media screen and (min-width: 901px) {
  #cancel-comment-reply-link {
    display: inline;
  }
}

.comment-meta__wrap {
  color: #727171;
  display: flex;
  flex-wrap: wrap;
}

.comment-author,
.comment-meta,
.reply {
  padding: 0 0.5em;
}

.comment-content {
  padding: 0.5em;
}

.comment-reply-link {
  background: #727171;
  color: #fff;
  padding: 0.1em 0.5em;
  text-align: center;
}
.comment-reply-link:hover {
  background: #aaa;
  color: #fff;
}

.comment-list .children .children {
  padding: 0;
}

/* Archives
--------------------------------------------- */
.search_meta__block {
  background: #e5e5e5;
  border-radius: 4px;
  list-style: none;
  margin: 1em 0 1.5em;
  padding: 10px;
}

.search_meta__title {
  display: inline-block;
  font-weight: bold;
}

.search_count {
  border-top: 1px solid #ccc;
  margin-top: 8px;
  padding-top: 8px;
}

.archive_module {
  border-bottom: 1px solid #ccc;
  margin: 16px 0;
  padding: 24px 0;
}

.archive_module__title {
  background: transparent;
  border: none;
  border-radius: 0;
  color: #222;
  font-size: 1.5em;
  margin: 0;
  padding: 0;
}

/* Widgets
--------------------------------------------- */
.widget {
  list-style: none;
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.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;
}

/* Galleries
--------------------------------------------- */
.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;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          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;
  -webkit-clip-path: none;
          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;
}
/* User name
--------------------------------------------- */
.username_only {
  font-size: 1.125rem;
  line-height: 1.5em;
  display: none;
}

.getusername.username_only {
  display: block !important;
}




/*# sourceMappingURL=style.css.map */