html {
  font: normal 16px / 24px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.od-navbar {
  padding: 15px 0;
  border: none;
  border-bottom: 1px solid #a22a40;
  background: #FFF;
}

.od-navbar .uk-navbar-content,
.od-navbar .uk-navbar-brand,
.od-navbar .uk-navbar-toggle {
  height: 40px;
  margin-top: 0;
  text-shadow: none;
}

.od-navbar .uk-navbar-nav > li > a {
  height: 40px;
  margin: 0;
  border: none;
  border-radius: 3px !important;
  text-shadow: none;
  font-size: 15px;
}

.od-navbar .uk-navbar-nav > li {
  margin-left: 16px;
}


/* Hover */

.od-navbar .uk-navbar-nav > li:hover > a,
.od-navbar .uk-navbar-nav > li > a:focus,
.od-navbar .uk-navbar-nav > li.uk-open > a {
  background-color: #F8F8F8;
  border: none;
  color: #a22a40;
}


/* Active */

.od-navbar .uk-navbar-nav > li.uk-active > a {
  background-color: #a22a40;
  color: #FFF;
}


/* OnClick */

.od-navbar .uk-navbar-nav > li > a:active {
  background-color: transparent;
}

.od-nav > li > a {
  color: #777;
}


/* Hover */

.od-nav > li > a:hover,
.od-nav > li > a:focus,
.od-nav > li.uk-active > a {
  background: #a22a40;
  color: #FFF;
}


/* ==== スマホ用メニュー ==== */

#od-small-navi li {
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  line-height: 16px;
}

#od-small-navi li:hover,
#od-small-navi li:focus {
  background: #ebf7fd;
}

#od-small-navi > li > a:hover {
  text-decoration: none;
}

#od-small-navi > li.od-active >a {
  color: #a22a40;
}

#od-small-navi a {
  font-size: 13px;
}


/* === 丸囲みアイコン ==== */

.od-box-icon {
  display: block;
  margin: 0 5px 5px 0;
  padding: 0;
}

.od-box-icon {
  width: 24px;
  height: 24px;
  margin: 0;
  color: #ffffff;
  background: #000;
  line-height: 24px;
  text-align: center;
}

.od-box-icon-large {
  width: 80px;
  height: 80px;
  margin: 0 0 0 0;
  color: #ffffff;
  background: #a22a40;
  line-height: 80px;
  text-align: center;
}


/* ====引用関連==== */

blockquote {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-style: normal;
  margin: 0;
  padding-left: 0px;
  border: 0px;
}

blockquote {
  margin: 0;
  padding: 0;
}

blockquote p {
  margin-bottom: 0;
}

blockquote footer {
  margin-top: .5em;
  font-style: normal;
  text-align: right;
}

blockquote::before {
  content: "\f10d";
  color: #a22a40;
  display: block;
  font: normal normal normal 20px/1 FontAwesome;
  margin-bottom: 10px;
}

blockquote::after {
  content: "\f10e";
  color: #a22a40;
  display: block;
  font: normal normal normal 20px/1 FontAwesome;
  text-align: right;
  margin-top: 10px;
}

blockquote cite:before {
  content: "\2014";
}

cite {
  font-style: normal;
}


/* ==== GoogleMap表示調整用 ==== */

.gm-style img {
  max-width: none;
}
.gm-style label {
  width: auto;
  display: inline;
}

#od-hero {
  border-bottom: 1px solid #ddd;
}

#od-contents {
  line-height: 1.5em;
}

#od-monthly-onikidon,
#od-seijijyuku,
#od-monthly-words,
#od-other-works,
.od-works {
  padding-top: 50px;
  padding-bottom: 50px;
}

#od-main-info,
.od-info,
.od-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

#od-profile {
  padding: 50px 0px;
}

.od-stripe {
  background-color: aliceblue;
}

.od-textsize-adjust {
  font-size: 80%;
}

.od-text-primary {
  color: #a22a40;
}

.od-text-secondary {
  color: #28496b;
}

.od-text-facebook {
  color: #3B5998;
}

.od-alert-annotation {
  background: #f6eaec;
  color: #a22a40;
  border-color: rgba(162, 42, 64, 0.3);
}

table.od-event-detales {
  border-spacing: 0 8px;
  border-collapse: separate;
}

.od-event-detales th {
  color: #FFF;
  padding: 8px;
  background-color: #a22a40;
  border-radius: 4px 0 0 4px;
  overflow: visible;
  position: relative;
}

.od-event-detales th:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #a22a40;
  border-width: 10px;
  margin-top: -10px;
}

.od-event-detales td {
  padding: 8px 8px 8px 24px;
  border-radius: 0 4px 4px 0;
  border: 1px solid #a22a40;
}


/* スクロールスパイ関連 */

.uk-nav-side > li.uk-parent.uk-active > a:focus {}

.od-bgcolor-k4 {
  background-color: #F8F8F8;
}


/* fbPageプラグイン再描画用 */

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important;
}


/* トグルスイッチ付属テキスト関連 */

.od-navbar-toggle:before {
  content: "\f0c9";
  font-family: FontAwesome;
  /* 1 */
  vertical-align: middle;
}

.od-navbar-toggle:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.od-navbar-toggle {
  box-sizing: border-box;
  display: block;
  height: 41px;
  padding: 0 15px;
  float: left;
  margin-top: -1px;
  text-shadow: 0 1px 0 #fff;
}

.od-navbar-toggle {
  font-size: 18px;
  color: #444;
  text-decoration: none;
}

.od-navbar-toggle:hover,
.od-navbar-toggle:focus {
  color: #444;
  text-decoration: none;
  /* 2 */
  outline: none;
}

#od-footer {
  background-color: #EFEFEF;
  padding: 25px 0 15px 0;
  color: #757575;
  border-top: 1px solid #ddd;
}

.od-address {
  text-align: center;
}

.uk-navbar-nav-subtitle {
  text-align: center;
}

.od-section .uk-accordion-title {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 5px 15px;
  color: #FFF;
  background: #b55566;
  font-size: 18px;
  line-height: 24px;
  cursor: default;
  border: 1px solid #a22a40;
  border-radius: 4px;
}

.od-heading-divider {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  font-weight: bold;
}

.uk-heading-large {
  font-size: 32px;
  line-height: 38px;
}


/* ==== スマホ用見出寸調整 ==== */

@media (max-width: 479px) {
  .uk-heading-large {
    font-size: 15px;
    line-height: 18px;
  }
  .od-contents-header-description {
    font-size: 80%;
    line-height: 1.2em;
    margin-top: 4px;
  }
  h1,
  .uk-h1 {
    font-size: 20px;
    line-height: 42px;
    margin-bottom: 0px;
  }
  h2,
  .uk-h2 {
    font-size: 18px;
    line-height: 30px;
  }
  h3,
  .uk-h3 {
    font-size: 16px;
    line-height: 24px;
  }
  h4,
  .uk-h4 {
    font-size: 14px;
    line-height: 22px;
  }
  h5,
  .uk-h5 {
    font-size: 14px;
    line-height: 20px;
  }
  h6,
  .uk-h6 {
    font-size: 12px;
    line-height: 18px;
  }
}

@media (min-width: 769px) {
  .uk-heading-large {
    font-size: 48px;
    line-height: 58px;
  }
}

@media (min-width: 980px) {
  .uk-heading-large {
    font-size: 52px;
    line-height: 64px;
  }
}

/* ==== 768px-979px用（タブレット用）の記述 ==== */
@media screen and (min-width: 768px) and (max-width: 979px) {
  .od-hidden-tablet {
    display: none;
  }
  .od-contents-header-description {
    font-size: 16px;
  }
}

/* ==== 1024px以上の記述 ==== */
@media screen and (min-width:1024px) {
   .od-contents-header-description {
    font-size: 18px;
}

@media print {
  body {
    font-size: 10.5pt;
  }
  .od-navbar,
  .od-mailmagazine,
  .od-mailform-link,
  .od-photolists,
  .od-fb-pageplugin {
    display: none !important;
  }
  .uk-invisible {
  visibility: visible !important;
  }
  .od-hr {
    visibility: hidden !important;
  }
  .od-photolists {
    display: none !important;
  }
  #od-main-info,
  .od-info,
  .od-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}