@charset "UTF-8";
/*!
Theme Name: iku
Theme URI: http://underscores.me/
Author: studioNoiR
Author URI: http://studio-noir.jp
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: japanese-chado-lesson-iku
Tags:

/* Dart Sass に移行しました
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*! import scss */
/* Compass Reset を Dart Sass用に置き換え */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Compass CSS3 Mixins を Dart Sass用に置き換え */
/*!
# 変数
--------------------------------------------------------------------- */
/*
# mixin
--------------------------------------------------------------------- */
/*!
** common style
--------------------------------------------------------------------- */
* {
  box-sizing: border-box;
  -webkit-appearance: none;
}

html {
  height: 100%;
  width: 100%;
}

body {
  background-color: #fff;
  color: #505050;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 12px;
  height: 100%;
  line-height: 1.714;
}

.defs {
  display: none;
}

svg {
  vertical-align: bottom;
}

img {
  vertical-align: top;
  max-width: 100%;
}

p {
  margin-bottom: 1.714em;
}

a {
  color: #4478b1;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

input[type=text], input[type=email], input[type=tel], textarea {
  border: solid 1px #ccc;
  font-size: 14px;
}

input[type=submit] {
  border: none;
  cursor: pointer;
}

input[type=submit]:hover {
  opacity: 0.8;
}

input[type=radio i] {
  background-color: initial;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  margin: 3px 3px 0px 5px;
  padding: initial;
  border: initial;
}

#wrapper {
  background-color: #fff;
  max-width: 1440px;
  height: 100%;
}

/*!
** header
--------------------------------------------------------------------- */
.inner-header {
  margin: 0 auto;
  width: 100%;
}
.inner-header h1 {
  margin: 0 auto;
  text-align: center;
}
.inner-header h1 a {
  background-image: url("images/logo190912.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 94px;
  margin: 0 auto;
  text-indent: -9999px;
  width: 80px;
}
.inner-header h1 svg {
  height: 51px;
  width: 140px;
}

#top-head {
  bottom: 0;
  position: fixed;
  margin-top: 0;
  width: 100%;
  z-index: 999;
}

/* Fixed reset */
#top-head.fixed {
  padding-top: 0;
  background: transparent;
}

#mobile-head {
  background-color: #fef4f4;
  height: 139px;
  padding: 10px 12px;
  width: 100%;
  z-index: 999 !important;
  position: relative;
}
#mobile-head a {
  display: block;
  margin: 0 auto;
}
#mobile-head .copyright {
  color: #909090;
  font-size: 10px;
  text-align: center;
  margin: 8px 0 0;
}

#global-nav {
  position: absolute;
  /* 開いていない時は画面外に配置 */
  bottom: -500px;
  background: rgba(254, 244, 244, 0.9);
  width: 100%;
  text-align: center;
  transition: 0.5s ease-in-out;
}
#global-nav .main-navigation {
  text-align: left;
}
#global-nav .main-navigation ul {
  list-style: none;
  position: static;
  right: 0;
  bottom: 0;
  font-size: 14px;
  margin-bottom: 24px;
  padding-left: 13.7931034483%;
}
#global-nav .main-navigation ul li {
  float: none;
  letter-spacing: 0.1em;
  position: static;
}
#global-nav .lang ul {
  font-size: 0;
  list-style: none;
  margin-bottom: 24px;
}
#global-nav .lang ul li {
  display: inline-block;
  height: 10px;
  line-height: 1;
}
#global-nav .lang ul li a {
  color: #505050;
  display: block;
  font-size: 10px;
  letter-spacing: 0.2em;
  padding: 0 15px;
}
#global-nav .lang ul li:nth-child(1) {
  border-right: solid 1px #505050;
}
#global-nav .sns ul {
  font-size: 0;
  list-style: none;
}
#global-nav .sns ul li {
  display: inline-block;
}
#global-nav .sns ul li a {
  padding: 4px;
}
#global-nav .sns ul li a svg {
  height: 24px;
  width: 24px;
}

#top-head #global-nav, #top-head.fixed #global-nav {
  padding: 48px 0;
}
#top-head #global-nav .main-navigation ul li, #top-head.fixed #global-nav .main-navigation ul li {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#top-head #global-nav .main-navigation ul li a, #top-head.fixed #global-nav .main-navigation ul li a {
  width: 100%;
  display: block;
  color: #505050;
  padding: 12px 0;
}

/* #nav-toggle 切り替えアニメーション */
#nav-toggle {
  display: block;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  z-index: 101;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  transition: 0.35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 8px;
}
#nav-toggle span:nth-child(3) {
  top: 16px;
}

.open #nav-toggle span:nth-child(1) {
  top: 11px;
  transform: rotate(135deg);
}
.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 11px;
  transform: rotate(-135deg);
}

/* #global-nav スライドアニメーション */
.open #global-nav {
  transform: translateY(-639px);
}

/*!
** footer
--------------------------------------------------------------------- */
.site-footer {
  background-color: #333;
  color: #fff;
  display: none;
  font-size: 12px;
}
.site-footer p {
  margin: 0.5em 0;
}
.site-footer .upper-footer {
  background-color: #e8e8e8;
  padding: 16px 0;
}
.site-footer .upper-footer a {
  background-image: url("images/logoFooter190912.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 79px;
  text-indent: -9999px;
  width: 209px;
}
.site-footer .upper-footer svg {
  height: 77px;
  width: 208px;
}
.site-footer {
  position: relative;
  z-index: 1;
}

#content {
  height: 100%;
}

/*!
** sidebar
--------------------------------------------------------------------- */
#secondary {
  padding: 0 1.875% 136px;
}

/*!
** ページネーション
--------------------------------------------------------------------- */
.pager {
  font-size: 10px;
  margin: 3.428em 0 0.714em;
  padding: 8px;
  text-align: center;
}

a.page-numbers,
.pager .current, .dots {
  border: solid 1px #909090;
  background: #909090;
  color: #fff;
  display: inline-block;
  padding: 2px 0;
  margin: 0 0 4px;
  min-width: 24px;
  text-decoration: none;
  border-radius: 2px;
}

a.page-numbers:hover {
  background: transparent;
  color: #909090;
}

.pager .current {
  background: transparent;
  color: #909090;
}

/*!
** main visual
===================================================================== */
.main-vis {
  height: 100%;
}

.cb-slideshow, .cb-slideshow:after {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.cb-slideshow:after {
  content: "";
  background: transparent url("images/index/pattern.png") repeat top left;
}
.cb-slideshow li > span {
  background-position: 45% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
  top: 0px;
  left: 0px;
  animation: imageAnimation 20.2s linear infinite 0s;
}
.cb-slideshow li:nth-child(1) > span {
  background-image: url("images/index/main-vis170407-001.jpg");
}
.cb-slideshow li:nth-child(2) > span {
  background-image: url("images/index/main-vis170407-003.jpg");
  animation-delay: 10s;
}
.cb-slideshow li div {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 24%;
  left: 0;
  z-index: 2;
  width: auto;
}
.cb-slideshow li div a {
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding-top: 70px;
}
.cb-slideshow li div a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: solid 2px #fff;
  border-bottom: solid 2px #fff;
  transform: rotate(-45deg);
  animation: sdg 1.5s infinite;
}

@keyframes sdg {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes imageAnimation {
  0% {
    opacity: 0;
    transform: scale(1) translateY(0);
    animation-timing-function: ease-in;
  }
  4% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  24% {
    opacity: 1;
  }
  40% {
    opacity: 1;
    filter: blur(0);
  }
  55% {
    opacity: 0;
  }
  70% {
    opacity: 0;
    filter: blur(5px);
    transform: scale(1.2) translateY(0%);
  }
  99% {
    opacity: 0;
  }
}
.no-cssanimations .cb-slideshow li span {
  opacity: 1;
}

.cont-head {
  background-image: url("images/contents/contents-header.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40.404040404%;
  position: relative;
}
.cont-head h1 {
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 26px;
  padding-left: 1.875%;
  position: absolute;
  bottom: 8px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

/*!
** search-form 
===================================================================== */
.search-form {
  max-width: 306px;
  position: relative;
}
.search-form label {
  display: block;
  width: 100%;
}
.search-form label span {
  display: none;
}

.search-field {
  background-color: #f0f0f0;
  border: solid 1px #aaa;
  font-size: 14px;
  height: 32px;
  margin: 0 auto;
  padding: 5px;
  width: 100%;
  border-radius: 4px;
}

.search-submit {
  background: url("images/search.png") no-repeat;
  background-size: cover;
  background-color: transparent;
  border: none;
  cursor: pointer;
  height: 20px;
  text-indent: -9999px;
  width: 20px;
  position: absolute;
  top: 20%;
  right: 10px;
}

/*!
** contents-area 
===================================================================== */
.home .contents-area {
  padding-top: 0;
}
.home .contents-area .h2-block {
  max-width: 1150px;
  padding-bottom: 80px;
}

#primary {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

#secondary section {
  padding-bottom: 2.571em;
}
#secondary section h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
}

.contents-area {
  padding-top: 64px;
}
.contents-area .h2-block {
  max-width: 812px;
  padding-bottom: 64px;
  padding-left: 1.875%;
  padding-right: 1.875%;
}
.contents-area .page-header {
  padding: 0 1.875% 0.714em;
}
.contents-area h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  margin-bottom: 8px;
}
.contents-area h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.topics-block {
  background-image: url("images/index/bg-topics.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 64px !important;
  width: 100%;
}
.topics-block dl {
  padding-bottom: 24px;
}
.topics-block dd {
  margin-bottom: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}
.topics-block dd a {
  color: #fff;
}
.topics-block .btn-topics {
  border: solid 1px #fff;
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 3px;
  text-align: center;
  border-radius: 2px;
}
.topics-block .btn-topics:hover {
  background-color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

.ul-menu li {
  height: auto;
  letter-spacing: 0.15em;
  position: relative;
  width: 100%;
}
.ul-menu li a {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}
.ul-menu li::before {
  content: "";
  display: block;
  padding-top: 37.5%;
}
.ul-menu .arrow {
  background-positon: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  padding: 13.125% 0 0 8.75%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.ul-menu .arrow span.sub {
  font-size: 12px;
  letter-spacing: 0.1em;
}
.ul-menu .arrow span.icon-arrow {
  background-color: rgba(0, 0, 0, 0.6);
  color: #000;
  display: block;
  font-size: 15px;
  padding-top: 16.25%;
  position: absolute;
  right: 0;
  bottom: 0;
  text-decoration: none;
  vertical-align: bottom;
  width: 16.25%;
}
.ul-menu .arrow span.icon-arrow::before, .ul-menu .arrow span.icon-arrow::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.ul-menu .arrow:hover {
  text-decoration: none;
}
.ul-menu .menubox-1 {
  background-image: url("images/index/btn-menu01.jpg");
}
.ul-menu .menubox-2 {
  background-image: url("images/index/btn-menu02.jpg");
}
.ul-menu .menubox-3 {
  background-image: url("images/index/btn-menu03.jpg");
}
.ul-menu .menu span::before {
  left: 3px;
  width: 12px;
  height: 12px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
}

.profile {
  padding-top: 64px !important;
}
.profile dl {
  margin: -0.714em 0 1em;
  overflow: hidden;
}
.profile dt {
  float: left;
  width: 48px;
}
.profile dd {
  margin: 0 0 0.714em 48px;
}
.profile img {
  display: block;
  margin: 0 auto;
  width: 224px;
}

.map_wrapper {
  margin: 0 -1.875%;
  width: 103.8961038961%;
}

.access {
  padding-top: 0 !important;
}
.access dl {
  overflow: hidden;
}
.access dt {
  float: left;
  width: 40px;
}
.access dd {
  margin-left: 40px;
}

.access-en {
  padding-top: 0 !important;
}
.access-en dl {
  overflow: hidden;
}
.access-en dt {
  float: left;
  width: 6em;
}
.access-en dd {
  margin-left: 6em;
}

.googlemap {
  position: relative;
  padding-bottom: 62.5%;
  height: 0;
  margin-bottom: 0.714em;
  overflow: hidden;
}
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.schedule {
  margin-bottom: 0.714em;
}
.schedule dt {
  float: left;
  width: 5em;
}

.price {
  margin-bottom: 0.714em;
}
.price dt {
  float: left;
  width: 5em;
}

.btn-contact a {
  border: solid 1px #82ae46;
  color: #82ae46;
  display: block;
  font-size: 18px;
  margin-bottom: 0.714em;
  padding: 3px;
  text-align: center;
  border-radius: 2px;
}
.btn-contact a:hover {
  background-color: rgba(130, 174, 70, 0.4);
  text-decoration: none;
}

.single .entry-content {
  overflow: hidden;
}
.single .entry-content .tax-contents {
  padding-top: 6.856em;
}
.single .entry-content ol, .single .entry-content ul {
  margin: 0 0 1.714em 1.5em;
}
.single .entry-content ol {
  list-style: decimal;
}
.single .entry-content ul {
  list-style: disc;
}
.single .entry-content h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0.857em 0;
}
.single .entry-content h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0.5713333333em 0;
}
.single .entry-content h5 {
  font-size: 15px;
  font-weight: bold;
  margin: 0.5713333333em 0;
}
.single .entry-content h6 {
  font-size: 14px;
  font-weight: bold;
  margin: 0.4285em 0;
}

.page .entry-content {
  padding-bottom: 5.142em;
}

.entry-content .excerpt {
  display: inline-block;
  width: 62.962962963%;
}
.entry-content .attachment-post-thumbnail {
  background-color: #ddd;
  display: inline-block;
  font-size: 0;
  margin-left: 3.7037037037%;
  width: 29.6296296296%;
}

.readmore {
  background-color: #ddd;
  border: solid 1px #707070;
  color: #707070;
  display: block;
  font-size: 14px;
  margin: 0.714em auto 0.714em;
  max-width: 306px;
  padding: 3px;
  text-align: center;
  border-radius: 2px;
}
.readmore:hover {
  background-color: #fff;
  text-decoration: none;
}

.post-categories, .post-tags, .news_category {
  margin: 0 !important;
  list-style: none !important;
  font-size: 12px;
}
.post-categories li, .post-tags li, .news_category li {
  border-left: solid 1px #909090;
  display: inline;
  padding: 0 4px;
}
.post-categories li:first-child, .post-tags li:first-child, .news_category li:first-child {
  border-left: none;
}

.cat-ja .post-categories::before, .cat-ja .news_category::before {
  content: "カテゴリー：";
}
.cat-ja .post-tags::before {
  content: "タグ：";
}

.cat-en .post-categories::before, .cat-en .news_category::before {
  content: "Categories: ";
}
.cat-en .post-tags::before {
  content: "Tags: ";
}

/**
 * 8.0 Alignments
 */
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 1.5em 0;
  padding: 0.5em 2.5597269625%;
  quotes: "“" "”";
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.5em;
}

/*!
** contact form
=================================================================== */
.mailform dt span {
  color: red;
}
.mailform dd {
  margin-bottom: 1.714em;
}
.mailform input[type=text], .mailform input[type=email], .mailform input[type=tel] {
  width: 100%;
  padding: 0.8%;
  border-radius: 2px;
}
.mailform textarea {
  height: 16em;
  padding: 0.8%;
  width: 100%;
  border-radius: 2px;
}

.btn-mail input[type=submit] {
  background-color: transparent;
  border: solid 1px #82ae46;
  color: #82ae46;
  display: block;
  font-size: 18px;
  margin: 0 auto 0.714em;
  max-width: 306px;
  padding: 3px;
  text-align: center;
  width: 100%;
  border-radius: 2px;
}
.btn-mail input[type=submit]:hover {
  background-color: rgba(130, 174, 70, 0.4);
  text-decoration: none;
}

/*!
** lightbox
=================================================================== */
#imagelightbox {
  position: fixed;
  z-index: 9999;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
}

#imagelightbox-overlay {
  background-color: #fff;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#imagelightbox-loading, #imagelightbox-overlay {
  -webkit-animation: fade-in 0.25s linear;
  animation: fade-in 0.25s linear;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*!
** min-width 568px
===================================================================== */
@media screen and (min-width: 568px) {
  .cb-slideshow li div {
    bottom: 15%;
  }
  .cont-head {
    padding-top: 24.2424242424%;
  }
  /** Alignment */
  .alignleft {
    display: inline;
    float: left;
  }
  .alignright {
    display: inline;
    float: right;
  }
  img.alignleft, img.alignright {
    max-width: 50%;
  }
}
/*!
** min-width 601px
===================================================================== */
@media screen and (min-width: 601px) {
  .blog #wrapper, .archive #wrapper, .single #wrapper, .search #wrapper, .error404 #wrapper {
    font-size: 0;
  }
  .blog #wrapper #primary, .archive #wrapper #primary, .single #wrapper #primary, .search #wrapper #primary, .error404 #wrapper #primary {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    width: 73.9583333333%;
  }
  .blog #wrapper #secondary, .archive #wrapper #secondary, .single #wrapper #secondary, .search #wrapper #secondary, .error404 #wrapper #secondary {
    display: inline-block;
    font-size: 12px;
    padding-top: 64px;
    padding-left: 14px;
    padding-right: 14px;
    width: 26.0416666667%;
  }
  .blog #wrapper .site-footer, .archive #wrapper .site-footer, .single #wrapper .site-footer, .search #wrapper .site-footer, .error404 #wrapper .site-footer {
    font-size: 12px;
  }
  .cont-head h1 {
    padding-left: 14px;
  }
  .contents-area .h2-block, .contents-area .page-header {
    padding-left: 14px;
    padding-right: 14px;
  }
  .col-2 {
    font-size: 0;
  }
  .topics-block {
    display: inline-block;
    font-size: 12px;
    padding-top: 56.25% !important;
    padding-bottom: 0 !important;
    vertical-align: top;
    width: 50%;
    position: relative;
  }
  .topics-block section {
    height: 30.8em;
    margin: auto;
    padding: 0 14px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
  }
  .menu-block {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    width: 50%;
  }
  .profile {
    font-size: 0;
  }
  .profile .txt-profile {
    font-size: 14px;
    display: inline-block;
    width: 68.9655172414%;
  }
  .profile img {
    display: inline-block;
    margin-left: 3.4482758621%;
    max-width: 224px;
    width: 27.5862068966%;
  }
  .map_wrapper {
    margin: 0 -14px;
    width: auto;
  }
  .googlemap {
    padding-bottom: 40%;
  }
}
/*!
** min-width 980px
===================================================================== */
@media screen and (min-width: 980px) {
  body {
    font-size: 14px;
  }
  .blog #wrapper #primary, .blog #wrapper #secondary, .archive #wrapper #primary, .archive #wrapper #secondary, .single #wrapper #primary, .single #wrapper #secondary, .search #wrapper #primary, .search #wrapper #secondary, .error404 #wrapper #primary, .error404 #wrapper #secondary {
    font-size: 14px;
  }
  .blog #wrapper #primary, .archive #wrapper #primary, .single #wrapper #primary, .search #wrapper #primary, .error404 #wrapper #primary {
    width: 56.875%;
  }
  .blog #wrapper #secondary, .archive #wrapper #secondary, .single #wrapper #secondary, .search #wrapper #secondary, .error404 #wrapper #secondary {
    width: 17.5%;
  }
  #top-head {
    position: fixed;
    top: 0;
    height: 100%;
    left: 0 !important;
    width: 290px;
  }
  #top-head .inner-header {
    background-color: #fef4f4;
    height: 100%;
  }
  #top-head .inner-header h1 a {
    height: 134px;
    margin: 0 0 0 11.6%;
    width: 116px;
  }
  #top-head .inner-header h1 svg {
    height: 77px;
    width: 208px;
  }
  #top-head #mobile-head {
    background-color: transparent;
    height: auto;
    padding-top: 128px;
  }
  #top-head #mobile-head .copyright {
    display: none;
  }
  #top-head #global-nav {
    background-color: transparent;
    position: static;
  }
  #top-head #nav-toggle {
    display: none;
  }
  #top-head #nav-toggle div {
    position: relative;
  }
  .site-footer {
    display: block;
    text-align: left;
    padding: 0 28px 1px;
  }
  .site-footer .upper-footer {
    margin: 0 -28px;
    padding: 16px 28px;
  }
  .main-vis {
    max-width: 1150px;
  }
  .main-vis, .cont-head, .contents-area, .site-footer {
    margin-left: 290px;
  }
  .cb-slideshow li div {
    bottom: 10%;
  }
  .cont-head {
    padding-top: 17.7777777778%;
  }
  .cont-head h1 {
    padding-left: 28px;
  }
  .contents-area .h2-block, .contents-area .page-header {
    padding-left: 28px;
    padding-right: 28px;
  }
  .topics-block {
    font-size: 14px;
  }
  .topics-block section {
    padding: 0 28px;
  }
  .access dt {
    float: left;
    width: 60px;
  }
  .access dd {
    margin-left: 60px;
  }
  .map_wrapper {
    margin: 0 -28px;
  }
  .target::before, .target::after {
    content: none;
  }
  .btn-map {
    margin: 0 auto;
    max-width: 240px;
  }
  .btn-contact {
    margin: 0 auto;
    max-width: 308px;
  }
}
/*!
** orientation portrait
===================================================================== */
@media screen and (orientation: portrait) {
  .cb-slideshow li > span {
    height: 93.125%;
  }
  .cb-slideshow li:nth-child(1) > span {
    background-size: auto 100%;
  }
  .cb-slideshow li:nth-child(2) > span {
    background-size: auto 100%;
    background-position: 73.5% 50%;
  }
}

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