@charset "UTF-8";
/*!
Theme Name: lab-dominic
Author: Labrid
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lab-bizkit
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

lab-bizkit is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Link
# Header
# Footer
# Navigation
	## Menu common
	## Offcanvas Menu
	## Global Menu
	## Pagetop Button
# Accessibility
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# News
# Childpage list
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html, body {
  color: #333;
  font-size: 18px;
  font-weight: 500; }
  @media (max-width: 639px) {
    html, body {
      font-size: 16px; } }

*:focus, *:active {
  outline: none !important; }

@media (min-width: 640px) {
  body {
    min-width: 1100px; } }

h1, .uk-h1 {
  font-size: 300%; }

h2, .uk-h2 {
  font-size: 250%; }

h3, .uk-h3 {
  font-size: 211%; }

h4, .uk-h4 {
  font-size: 178%; }

h5, .uk-h5 {
  font-size: 150%; }

h6, .uk-h6 {
  font-size: 125%; }

@media (max-width: 639px) {
  h1, .uk-h1 {
    font-size: 200%; }

  h2, .uk-h2 {
    font-size: 166.6%; }

  h3, .uk-h3 {
    font-size: 137.5%; } }
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none; }

h1 small, h2 small, h3 small {
  font-size: 70%; }

.site-main h2, .site-main h3, .site-main h4, .site-main h5, .site-main h6, .site-main .uk-h1, .site-main .uk-h2, .site-main .uk-h3, .site-main .uk-h4, .site-main .uk-h5, .site-main .uk-h6 {
  margin: 2.2em 0 .8em; }
  .site-main h2:first-child, .site-main h3:first-child, .site-main h4:first-child, .site-main h5:first-child, .site-main h6:first-child, .site-main .uk-h1:first-child, .site-main .uk-h2:first-child, .site-main .uk-h3:first-child, .site-main .uk-h4:first-child, .site-main .uk-h5:first-child, .site-main .uk-h6:first-child {
    margin-top: 0; }
.site-main h2 + h3, .site-main h3 + h4, .site-main h4 + h5 {
  margin-top: 0; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

p, ul, ol, dl {
  line-height: 2; }

li > ul, li > ol,
dd > ul, dd > ol,
td > ol, td > ul {
  margin-bottom: 0; }

dl dt, th {
  font-weight: 400; }

hr {
  margin: 1.75rem 0; }

@media (min-width: 640px) {
  br.spbr {
    display: none; } }
@media (max-width: 639px) {
  br.pcbr {
    display: none; } }
/*--------------------------------------------------------------
# Link
--------------------------------------------------------------*/
a {
  transition: all, .2s; }

/*--------------------------------------------------------------
# UK hack
--------------------------------------------------------------*/
.uk-offcanvas-bar {
  background: #fff; }
  .uk-offcanvas-bar a, .uk-offcanvas-bar .uk-close {
    color: #333; }
    .uk-offcanvas-bar a:hover, .uk-offcanvas-bar .uk-close:hover {
      color: #666; }

/* table text */
.uk-table tbody th {
  vertical-align: top; }

@media (max-width: 639px) {
  .uk-overflow-auto .uk-table th, .uk-overflow-auto .uk-table td {
    white-space: nowrap; }

  .uk-text-lead {
    font-size: 1.142857rem; } }
/* button */
.uk-button {
  font-size: 1rem;
  line-height: 1.3;
  text-transform: none;
  padding: 1.2em 3em; }

.uk-button-small {
  padding: .75em 1.75em; }

.uk-button-xsmall {
  padding: .35em 1em; }

.uk-button-green {
  background-color: #9dc888;
  color: #fff; }
  .uk-button-green:hover {
    background-color: #80b865;
    color: #fff; }

.uk-button-blue {
  background-color: #739dd6;
  color: #fff; }
  .uk-button-blue:hover {
    background-color: #4c81ca;
    color: #fff; }

/* subnav */
.uk-subnav > * > :first-child {
  color: #333;
  font-size: 1rem; }

.uk-subnav-divider > * > :first-child {
  color: #333;
  font-size: inherit; }
@media (min-width: 640px) {
  .uk-subnav-divider {
    margin-left: -81px; }
    .uk-subnav-divider > * {
      padding-left: 40px; }
      .uk-subnav-divider > *::before {
        margin-right: 40px; }
      .uk-subnav-divider > *:nth-child(n+2):not(.uk-first-column)::before {
        height: 1.0em;
        border-left-color: #333; } }

/* card */
.uk-card-default {
  background: #fff;
  color: inherit;
  border: solid 1px #dcdcdc;
  box-shadow: none; }
  .uk-card-default .uk-card-title {
    color: #333; }

.uk-card-body > :last-child,
.uk-card-footer > :last-child,
.uk-card-header > :last-child {
  margin-bottom: 0 !important; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#wrap {
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }

#headmain {
  border-style: solid;
  border-width: 3px 3px 0 3px; }
  @media (min-width: 640px) {
    #headmain {
      border-width: 5px 5px 0 5px; } }

.site-header {
  height: 95px;
  padding-left: 50px;
  background-color: #fff;
  position: relative;
  z-index: 1002;
  display: flex;
  justify-content: space-between; }
  .site-header .site-logo {
    align-self: center;
    display: flex;
    align-items: center; }
    .site-header .site-logo a {
      display: block;
      width: 260px;
      height: 30px;
      overflow: hidden;
      text-indent: -999em;
      background: url("assets/images/logo.svg") 0 50% no-repeat;
      background-size: contain; }
  .site-header .head-rightnav {
    align-self: flex-start;
    display: flex;
    justify-content: flex-end; }
    .site-header .head-rightnav .head-rm-part {
      width: 80px;
      height: 70px;
      margin-right: 1px; }
    .site-header .head-rightnav .head-rn-part {
      width: 70px;
      height: 70px; }
    .site-header .head-rightnav > * > a {
      display: block;
      overflow: hidden;
      text-indent: -999em;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain; }
  @media (max-width: 639px) {
    .site-header {
      height: 60px;
      padding-left: 17px; }
      .site-header .head-rightnav .head-rm-part {
        width: 57px;
        height: 60px; }
      .site-header .head-rightnav .head-rn-part {
        width: 50px;
        height: 60px; } }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  padding: 3.6rem 0 2.6rem;
  color: #fff; }
  .site-footer .foot-logo {
    margin: 0 0 1.9rem; }
    .site-footer .foot-logo img {
      width: auto;
      height: 50px; }
  .site-footer .foot-address {
    font-size: 14px;
    line-height: 2;
    margin: 0 0 2em;
    letter-spacing: 1px; }
  .site-footer .footer-nav {
    margin: 3.5rem 0 0; }
  .site-footer .copyright {
    font: italic 11px/1 'Playfair Display', serif;
    letter-spacing: 1px;
    margin: 1.6em 0 0; }
  @media (max-width: 639px) {
    .site-footer {
      padding: 30px 0; }
      .site-footer .foot-logo {
        margin-bottom: 1.2rem; }
        .site-footer .foot-logo img {
          height: 30px; }
      .site-footer .foot-address {
        font-size: 13px;
        line-height: 1.8; }
      .site-footer .footer-nav {
        margin: 2.6rem 0 0; } }

.bottom-logo {
  padding: 30px;
  text-align: center;
  background: #4d4d4d; }
  .bottom-logo img {
    width: auto;
    height: 40px; }
  @media (max-width: 639px) {
    .bottom-logo {
      padding: 25px 20px; }
      .bottom-logo img {
        height: 30px; } }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/* offcanvas */
.offcanvas-wrap {
  opacity: 0;
  position: fixed;
  z-index: 1001;
  background: #fff;
  border-style: solid;
  border-width: 3px;
  padding-top: 60px;
  box-sizing: border-box;
  top: -100vh;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: top, .3s;
  overflow-y: auto; }
  @media (min-width: 640px) {
    .offcanvas-wrap {
      padding-top: 95px;
      border-width: 5px;
      left: 50%;
      max-width: 1400px;
      transform: translate(-50%, 0); } }

.headic-shiryo {
  background-image: url("assets/images/hd-shiryo.svg"); }

.headic-toi {
  background-image: url("assets/images/hd-toi.svg"); }

.offcanvas-toggle {
  background-image: url("assets/images/hd-menu.svg"); }

#wrap.ofc-active .offcanvas-toggle {
  background-image: url("assets/images/hd-menu-c.svg"); }
#wrap.ofc-active > .offcanvas-wrap {
  opacity: 1;
  top: 0; }
  @media (min-width: 640px) {
    #wrap.ofc-active > .offcanvas-wrap {
      height: auto; }
      #wrap.ofc-active > .offcanvas-wrap .ofc-sitemapmenu {
        min-height: 400px; } }
#wrap.ofc-active #content, #wrap.ofc-active .school-link, #wrap.ofc-active .site-footer, #wrap.ofc-active .bottom-logo {
  opacity: 0.5; }

/* footer nav */
.uk-nav.footer-submenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: .875rem;
  line-height: 1; }
  .uk-nav.footer-submenu > li {
    letter-spacing: 1px;
    padding: 0 20px;
    margin-bottom: 8px; }
    .uk-nav.footer-submenu > li:not(:first-child) {
      border-left: solid 1px #fff; }
    .uk-nav.footer-submenu > li > a {
      padding: 0;
      color: #fff; }
      .uk-nav.footer-submenu > li > a:hover {
        color: rgba(255, 255, 255, 0.5); }

/******* ofc 法人以外共通 *******/
.offcanvas-wrap .ofc-sitemapmenu a {
  color: #333; }
@media (min-width: 640px) {
  .offcanvas-wrap .ofc-sitemapmenu {
    padding: 40px 0; }
    .offcanvas-wrap .ofc-sitemapmenu .uk-nav {
      margin: 0 -10px;
      display: flex;
      flex-wrap: wrap; }
      .offcanvas-wrap .ofc-sitemapmenu .uk-nav > li {
        padding: 0 10px 40px 10px; }
        .offcanvas-wrap .ofc-sitemapmenu .uk-nav > li.page_item_has_children > button {
          display: none; }
        .offcanvas-wrap .ofc-sitemapmenu .uk-nav > li.page_item_has_children > a, .offcanvas-wrap .ofc-sitemapmenu .uk-nav > li.page_item_has_children > .sitemap-label {
          display: block;
          font-size: 1.125rem;
          letter-spacing: .2em;
          line-height: 1.5;
          font-weight: bold;
          padding: 0 0 .5em;
          border-style: solid;
          border-width: 0 0 1px;
          margin: 0 0 .6em; }
        .offcanvas-wrap .ofc-sitemapmenu .uk-nav > li.page_item_has_children > ul.uk-nav-sub {
          padding-left: 0; } }
@media (max-width: 639px) {
  .offcanvas-wrap {
    display: flex;
    flex-flow: column;
    justify-content: space-between; }
    .offcanvas-wrap .ofc-sitemapmenu {
      flex: 1 100%;
      padding: 20px 0; }
      .offcanvas-wrap .ofc-sitemapmenu .uk-nav {
        border-style: solid;
        border-width: 1px 0 0; }
        .offcanvas-wrap .ofc-sitemapmenu .uk-nav > li {
          border-style: solid;
          border-width: 0 0 1px; }
        .offcanvas-wrap .ofc-sitemapmenu .uk-nav > li.page_item_has_children {
          position: relative; }
          .offcanvas-wrap .ofc-sitemapmenu .uk-nav > li.page_item_has_children > .uk-nav-sub {
            height: 0;
            overflow: hidden;
            transition: all, .3s;
            padding: 0 20px; }
            .offcanvas-wrap .ofc-sitemapmenu .uk-nav > li.page_item_has_children > .uk-nav-sub > li > a {
              padding: 7px 0;
              letter-spacing: 1px; }
          .offcanvas-wrap .ofc-sitemapmenu .uk-nav > li.page_item_has_children > a, .offcanvas-wrap .ofc-sitemapmenu .uk-nav > li.page_item_has_children > .sitemap-label {
            position: absolute;
            margin: 0;
            font-size: 18px;
            line-height: 20px;
            z-index: 2; }
          .offcanvas-wrap .ofc-sitemapmenu .uk-nav > li.page_item_has_children > a {
            box-sizing: border-box;
            top: 0;
            left: 0;
            right: 45px;
            height: 60px;
            padding: 20px 0 20px 20px; }
          .offcanvas-wrap .ofc-sitemapmenu .uk-nav > li.page_item_has_children > .sitemap-label {
            top: 20px;
            height: 20px;
            left: 20px; }
          .offcanvas-wrap .ofc-sitemapmenu .uk-nav > li.page_item_has_children > button {
            box-sizing: border-box;
            display: block;
            position: relative;
            z-index: 1;
            border: none;
            padding: 0;
            top: 0;
            left: 0;
            height: 60px;
            width: 100%;
            font-size: 18px;
            padding: 20px 45px 20px 20px;
            line-height: 20px;
            transition: all, .3s;
            background: none; }
            .offcanvas-wrap .ofc-sitemapmenu .uk-nav > li.page_item_has_children > button:before, .offcanvas-wrap .ofc-sitemapmenu .uk-nav > li.page_item_has_children > button:after {
              position: absolute;
              content: '';
              width: 10px;
              height: 1px;
              top: 30px;
              right: 18px; }
            .offcanvas-wrap .ofc-sitemapmenu .uk-nav > li.page_item_has_children > button:after {
              transform: rotate(90deg); }
            .offcanvas-wrap .ofc-sitemapmenu .uk-nav > li.page_item_has_children > button.chil-active {
              color: #fff; }
              .offcanvas-wrap .ofc-sitemapmenu .uk-nav > li.page_item_has_children > button.chil-active:before {
                background: #fff; }
              .offcanvas-wrap .ofc-sitemapmenu .uk-nav > li.page_item_has_children > button.chil-active:after {
                display: none; }
              .offcanvas-wrap .ofc-sitemapmenu .uk-nav > li.page_item_has_children > button.chil-active ~ .uk-nav-sub {
                height: auto;
                padding: 8px 20px; } }
.offcanvas-wrap .ofc-footer {
  flex: 1 auto;
  display: flex;
  flex-flow: column;
  justify-content: flex-end; }

.ofc-footmenu {
  padding: 2.5rem 1rem 1.5rem; }
  @media (min-width: 640px) {
    .ofc-footmenu .uk-nav.footer-submenu {
      margin-bottom: .5rem; } }
  @media (max-width: 639px) {
    .ofc-footmenu .uk-nav.footer-submenu {
      font-size: 11px;
      justify-content: flex-start; }
      .ofc-footmenu .uk-nav.footer-submenu > li {
        width: 50%;
        padding: 0;
        margin-bottom: 1.2em; }
        .ofc-footmenu .uk-nav.footer-submenu > li:not(:first-child) {
          border-left: none; } }

.ofc-footsns {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 15px 10px 12px;
  color: #fff; }
  .ofc-footsns > h4 {
    font-weight: 400;
    font-size: .875rem;
    letter-spacing: .1em;
    margin: 0; }
  @media (min-width: 640px) {
    .ofc-footsns {
      padding: 18px 15px 13px; } }

.sns-iconav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1;
  display: flex; }
  .sns-iconav > li {
    margin-left: 30px;
    font-size: 1.3rem; }
    .sns-iconav > li > a:hover {
      text-decoration: none; }
    @media (min-width: 640px) {
      .sns-iconav > li {
        margin-left: 40px; } }

/* school link */
ul.uk-nav.school-link > li {
  margin-bottom: 1px; }
  ul.uk-nav.school-link > li > a {
    padding: 0;
    background-color: #f2f2f2;
    border-style: solid;
    border-width: 0 0 0 10px; }
    ul.uk-nav.school-link > li > a.sc-high {
      border-color: #a688bd; }
      ul.uk-nav.school-link > li > a.sc-high:hover {
        background-color: #f0eaf4; }
    ul.uk-nav.school-link > li > a.sc-jh {
      border-color: #739dd6; }
      ul.uk-nav.school-link > li > a.sc-jh:hover {
        background-color: #e9f0f9; }
    ul.uk-nav.school-link > li > a.sc-elem {
      border-color: #9dc888; }
      ul.uk-nav.school-link > li > a.sc-elem:hover {
        background-color: #f3f8f1; }
    ul.uk-nav.school-link > li > a.sc-tkind {
      border-color: #f9ba5e; }
      ul.uk-nav.school-link > li > a.sc-tkind:hover {
        background-color: #fef9f2; }
    ul.uk-nav.school-link > li > a.sc-kkind {
      border-color: #df828c; }
      ul.uk-nav.school-link > li > a.sc-kkind:hover {
        background-color: #fcf4f5; }
    ul.uk-nav.school-link > li > a img {
      width: 100%; }
@media (min-width: 640px) {
  ul.uk-nav.school-link {
    display: flex;
    margin-left: -2px; }
    ul.uk-nav.school-link > li {
      width: 20%;
      box-sizing: border-box;
      padding-left: 2px; }
      ul.uk-nav.school-link > li > a {
        border-width: 2px 0 0; }
        ul.uk-nav.school-link > li > a img {
          max-height: 78px; } }

/* breadcrumb */
#breadcrumb {
  padding: 10px 20px;
  background: #eee; }
  #breadcrumb .uk-breadcrumb {
    margin-bottom: 0; }

/* pagetop link */
.pagetop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 30px; }
  .pagetop a {
    display: inline-block;
    font-size: 40px;
    line-height: 1;
    text-align: center;
    color: #222;
    opacity: 0.5; }
    .pagetop a:hover {
      opacity: 0.8; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  table-layout: fixed; }
.clearfix:after {
  clear: both; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-main {
  padding-bottom: 50px;
  min-height: 445px; }
  @media (max-width: 639px) {
    .site-main {
      padding-bottom: 30px;
      min-height: 320px; } }
  .site-main section {
    padding: 0 50px 20px; }
    .site-main section h2, .site-main section h3, .site-main section h4, .site-main section h5 {
      line-height: 1.6; }
    @media (max-width: 639px) {
      .site-main section {
        padding: 0 18px 2px; }
        .site-main section > .uk-card, .site-main section > .spfull {
          margin-left: -18px;
          margin-right: -18px; }
        .site-main section > .uk-table.spfull {
          width: auto; } }

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

.updated:not(.published) {
  display: none; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.nav-links {
  margin: 1.5rem 0; }
  .nav-links .nav-previous a, .nav-links .nav-next a,
  .nav-links a.prev, .nav-links a.next {
    display: inline-block;
    position: relative; }
    .nav-links .nav-previous a:before, .nav-links .nav-previous a:after, .nav-links .nav-next a:before, .nav-links .nav-next a:after,
    .nav-links a.prev:before,
    .nav-links a.prev:after, .nav-links a.next:before, .nav-links a.next:after {
      content: '';
      position: absolute;
      width: 7px;
      height: 1px;
      background: #666;
      top: 49%;
      transform-origin: left center; }
    .nav-links .nav-previous a:before, .nav-links .nav-next a:before,
    .nav-links a.prev:before, .nav-links a.next:before {
      transform: rotate(-45deg); }
    .nav-links .nav-previous a::after, .nav-links .nav-next a::after,
    .nav-links a.prev::after, .nav-links a.next::after {
      transform: rotate(45deg); }
  .nav-links .nav-next a:before, .nav-links .nav-next a:after, .nav-links a.next:before, .nav-links a.next:after {
    transform-origin: right center !important; }
  @media (min-width: 640px) {
    .nav-links {
      margin: 3rem 0; } }

.post-navigation .nav-links:after {
  display: table;
  clear: both;
  content: ''; }
.post-navigation .nav-links a {
  padding: 15px 30px;
  background: #e0e0e0;
  color: #666;
  border-radius: 5px;
  font-size: 85%;
  letter-spacing: .1em; }
  .post-navigation .nav-links a:hover {
    background: #888;
    color: #fff;
    text-decoration: none; }
.post-navigation .nav-links > div {
  margin-bottom: .5em; }
.post-navigation .nav-links .nav-previous {
  float: left; }
  .post-navigation .nav-links .nav-previous a {
    padding-left: 36px; }
    .post-navigation .nav-links .nav-previous a:before, .post-navigation .nav-links .nav-previous a:after {
      left: 16px; }
.post-navigation .nav-links .nav-next {
  float: right; }
  .post-navigation .nav-links .nav-next a {
    padding-right: 36px; }
    .post-navigation .nav-links .nav-next a:before, .post-navigation .nav-links .nav-next a:after {
      right: 16px; }

.pagination .nav-links {
  display: flex;
  justify-content: center; }
  .pagination .nav-links .page-numbers {
    margin: 0 .5em;
    padding: 5px 0;
    width: 3em;
    text-align: center;
    border: solid 1px #e0e0e0;
    border-radius: 5px; }
    .pagination .nav-links .page-numbers:hover {
      border-color: #103e94;
      color: #103e94; }
    .pagination .nav-links .page-numbers.current {
      border-color: #103e94;
      background-color: #103e94;
      color: #fff; }
  .pagination .nav-links a {
    color: #444;
    text-decoration: none; }
    .pagination .nav-links a.next, .pagination .nav-links a.prev {
      width: auto;
      padding: 5px 12px; }
    .pagination .nav-links a.next {
      padding-right: 24px; }
      .pagination .nav-links a.next:before, .pagination .nav-links a.next:after {
        right: 10px; }
    .pagination .nav-links a.prev {
      padding-left: 24px; }
      .pagination .nav-links a.prev:before, .pagination .nav-links a.prev:after {
        left: 10px; }

.archive .entry-header {
  margin-bottom: 1.2rem; }

.single .entry-header {
  margin-bottom: 2.5rem; }

.entry-meta {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex; }
  .entry-meta > span {
    padding-right: 1.5em;
    margin-bottom: .3em; }
  .entry-meta .uk-icon {
    color: #333;
    margin-right: .4em;
    position: relative;
    top: -2px; }
  .entry-meta a {
    color: #333; }
    .entry-meta a:hover {
      text-decoration: none;
      color: #0818a3; }
  @media (max-width: 40em) {
    .entry-meta {
      flex-wrap: wrap; } }

.archive-post {
  padding-bottom: 1.2rem;
  border-bottom: solid 1px #ccc; }

.has-post-thumbnail:after {
  clear: both;
  content: '';
  display: table; }

.archive-thumb {
  float: right;
  margin: 0 0 .8rem 1.5rem; }
  @media (max-width: 384px) {
    .archive-thumb {
      display: none; } }

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

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

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

/*--------------------------------------------------------------
# News Index
--------------------------------------------------------------*/
.archive-wrap {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 20px 0;
  letter-spacing: .15em; }
  @media (min-width: 640px) {
    .archive-wrap {
      margin: -100px 0 0;
      padding: 70px 0; } }

.news-thumb-grid .news-thumb .thumb-text .news-th-meta {
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .news-thumb-grid .news-thumb .thumb-text .news-th-meta .news-date {
    margin-right: .8em; }
@media (max-width: 639px) {
  .news-thumb-grid .news-thumb {
    display: flex;
    margin-bottom: 1rem; }
    .news-thumb-grid .news-thumb .thumb-image {
      flex: 0 0 100px;
      margin-right: 1rem; }
    .news-thumb-grid .news-thumb .thumb-text {
      margin-top: 0; } }
@media (min-width: 640px) {
  .news-thumb-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -30px; }
    .news-thumb-grid .news-thumb {
      flex: 0 1 266px;
      margin: 0 30px 30px; }
      .news-thumb-grid .news-thumb .thumb-text {
        margin-top: 14px; }
        .news-thumb-grid .news-thumb .thumb-text .news-th-meta {
          margin-bottom: 10px; } }

.archive-wrap .news-thumb-grid .thumb-image {
  border: solid 1px #ddd; }

/* TEXT LIST */
.newslist {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .newslist > li {
    padding: 5px 0; }
    .newslist > li:not(:first-child) {
      border-top: dotted 1px #ccc; }
    .newslist > li > a {
      color: #333;
      display: flex;
      flex-flow: column-reverse; }
      .newslist > li > a:hover {
        color: #cf0000;
        text-decoration: none; }
      .newslist > li > a .news-date {
        margin-bottom: 3px; }
    @media (min-width: 640px) {
      .newslist > li {
        padding: 10px 0; }
        .newslist > li > a {
          flex-flow: row-reverse; }
          .newslist > li > a .news-date {
            width: 8em;
            margin-right: 10px; }
          .newslist > li > a .news-title {
            flex: 1; } }

/*** 重要なお知らせ ***/
#notices {
  margin-bottom: 20px; }
  #notices h2 {
    margin: 0;
    text-align: center;
    background-color: #cf0000;
    color: #fff;
    font-size: 110%;
    font-weight: 400;
    padding: 8px 5px 6px; }
  #notices ul {
    padding: 5px 16px;
    border: solid 2px #cf0000; }
    #notices ul > li > a {
      display: inline; }
      #notices ul > li > a .news-date:before {
        content: '（'; }
      #notices ul > li > a .news-date:after {
        content: '）'; }
  @media (min-width: 640px) {
    #notices {
      margin-bottom: 50px;
      display: flex; }
      #notices h2 {
        flex: 0 0 12em;
        padding: 5px 3px 5px 6px;
        font-size: 120%;
        display: flex;
        justify-content: center;
        align-items: center; }
      #notices ul {
        flex: 1;
        border-width: 3px;
        padding: 5px 26px; } }

/*--------------------------------------------------------------
# Second Page
--------------------------------------------------------------*/
.second-tobira {
  position: relative;
  margin: 7px; }
  .second-tobira > .uk-cover-container {
    height: 200px; }
  .second-tobira > .uk-container {
    position: relative;
    margin-top: -130px;
    z-index: 3; }
  .second-tobira .second-title {
    height: 130px; }
  .second-tobira .second-list {
    margin: 5px; }
    .second-tobira .second-list .uk-nav {
      font-size: 1.33rem;
      font-weight: bold;
      text-align: center; }
      .second-tobira .second-list .uk-nav > li {
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #ddd; }
        .second-tobira .second-list .uk-nav > li:last-child {
          border-bottom: none; }
        .second-tobira .second-list .uk-nav > li > a {
          padding-top: 1em;
          padding-bottom: 1em;
          color: #333; }
          .second-tobira .second-list .uk-nav > li > a > hover {
            text-decoration: none; }
  @media (min-width: 640px) {
    .second-tobira {
      height: 750px;
      margin: 0 50px; }
      .second-tobira > .uk-cover-container {
        height: 100%; }
      .second-tobira > .uk-container {
        margin-top: -700px;
        height: 650px; }
      .second-tobira .second-index {
        width: 400px;
        height: 100%;
        margin: 0 0 0 auto;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center; }
      .second-tobira .second-title {
        height: auto;
        margin-bottom: 45px; }
      .second-tobira .second-list {
        box-sizing: border-box;
        width: 100%;
        padding: 3px 30px; }
        .second-tobira .second-list .uk-nav {
          font-size: 1.25rem; }
          .second-tobira .second-list .uk-nav > li {
            letter-spacing: .1em;
            border-bottom-color: rgba(255, 255, 255, 0.6); } }

.second-title {
  text-align: center;
  color: #fff;
  letter-spacing: .15em; }
  .second-title h1 {
    margin: 0;
    font-size: 30px;
    line-height: 1.1; }
  .second-title p {
    margin: .7em 0 0;
    font-size: 16px; }
  @media (min-width: 640px) {
    .second-title h1 {
      font-size: 50px; }
    .second-title p {
      font-size: 20px; } }

/*--------------------------------------------------------------
# Third Page
--------------------------------------------------------------*/
.page-header {
  position: relative;
  height: 200px;
  margin: 7px; }
  .page-header > .uk-cover-container {
    height: 100%; }
  .page-header .second-title {
    position: absolute;
    z-index: 3;
    top: 70px;
    left: 5%;
    width: 90%;
    height: 130px; }
  @media (min-width: 640px) {
    .page-header {
      margin: 0 50px;
      height: 560px; }
      .page-header > .uk-container {
        position: relative;
        margin-top: -380px;
        margin-bottom: 190px;
        z-index: 3; }
      .page-header .second-title {
        top: 180px; } }

.title-header {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 20px 0;
  letter-spacing: .15em; }
  .title-header h2 {
    margin: 0; }
  .title-header p {
    margin: 1em 0 0; }
  @media (min-width: 640px) {
    .title-header {
      margin: -100px 100px 0;
      padding: 70px 0; }
      .title-header p {
        font-size: 20px; } }

@media (min-width: 640px) {
  .page-content {
    padding: 0 50px;
    margin: 0 50px; } }

/*--------------------------------------------------------------
# Childpage List
--------------------------------------------------------------*/
.childpage-grid .thumb-box {
  margin-bottom: 1.6rem; }
  .childpage-grid .thumb-box a {
    display: block;
    position: relative; }
    .childpage-grid .thumb-box a .thumb-tex {
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      width: 100%;
      padding: .3em;
      text-align: center;
      background: rgba(0, 0, 0, 0.2);
      color: #fff; }
    .childpage-grid .thumb-box a:hover .thumb-tex {
      background: rgba(0, 0, 0, 0.4); }

/*--------------------------------------------------------------
# Single Post
--------------------------------------------------------------*/

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