@charset "UTF-8";
/*
Theme Name: HAKUTO JINJA
Theme URI: http://rosacandida.heteml.jp/
Description: This is our original theme.
Author: ytk.
Author URI: http://rosacandida.heteml.jp/
Version:1.0
Tags: green, white, one-column, two-columns, left-sidebar, right-sidebar, flexible-width, theme-options

License:
License URI:
*/
html {
  box-sizing: border-box;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html, body {
  height: 100%;
}

html {
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #333;
  font-family: "Garamond", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.66;
  cursor: auto;
}

@media screen and (min-width: 48em) {
  body {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.66;
  }
}
@media screen and (min-width: 62em) {
  body {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.66;
  }
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

img {
  width: auto\9;
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

figure {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-family: "Garamond", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-style: normal;
  font-weight: bold;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
}
h1 small, h1 span, h2 small, h2 span, h3 small, h3 span, h4 small, h4 span, h5 small, h5 span, h6 small, h6 span {
  display: block;
  margin-top: 4px;
  color: #777;
  font-weight: normal;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: inherit;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h2 {
  padding: 0 0 10px;
  border-bottom: 1px solid #491d76;
}

h1 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.2;
}

h2 {
  margin-top: 48px;
  margin-bottom: 42px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #491d76;
}

h3 {
  margin-top: 47px;
  margin-bottom: 24px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
}

h4 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
}

h5 {
  margin-top: 24px;
  margin-bottom: 8px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
}

h6 {
  margin-top: 24px;
  margin-bottom: 8px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2;
}

@media screen and (min-width: 48em) {
  h1 {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.2;
  }

  h2 {
    margin-top: 48px;
    margin-bottom: 42px;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.2;
    color: #491d76;
  }

  h3 {
    margin-top: 47px;
    margin-bottom: 24px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
  }

  h4 {
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2;
  }

  h5 {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2;
  }

  h6 {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.2;
  }
}
a {
  color: #491d76;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0;
}
a:hover, a:focus {
  color: #6f2cb3;
  text-decoration: underline;
}

hr {
  position: relative;
  z-index: 11;
  clear: both;
  box-sizing: content-box;
  margin: 0 auto 16px;
  height: 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 1px;
}

p {
  margin-bottom: 16px;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ul, ol {
  list-style-position: outside;
  margin-bottom: 12px;
  margin-left: 1.6em;
}

li {
  margin-bottom: 4px;
}

ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
ul ul li, ul ol li, ol ul li, ol ol li {
  margin-top: 4px;
  margin-bottom: 0;
}

dl {
  margin-bottom: 16px;
}

dt {
  margin-bottom: 8px;
  font-weight: bold;
}

dd {
  margin-bottom: 16px;
}

blockquote, q {
  quotes: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

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

blockquote {
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 24px;
  background: #fff;
  border-style: solid;
  border-color: #ccc;
  border-width: 1px;
}
@media screen and (min-width: 48em) {
  blockquote {
    padding: 60px;
  }
}
blockquote cite {
  color: #555;
  font-size: 16px;
  font-size: 1rem;
}

pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.serif {
  font-family: "Garamond", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
}

.font-bold {
  font-weight: bold !important;
}

ul.disc, ul.circle, ul.square {
  list-style-position: outside;
}

ul.disc {
  list-style: disc;
}
ul.disc ul {
  list-style: disc;
}

ul.circle {
  list-style: circle;
}
ul.circle ul {
  list-style: circle;
}

ul.square {
  list-style: square;
}
ul.square ul {
  list-style: square;
}

hr.shadow {
  border: 0;
}
hr.shadow:after {
  display: block;
  margin-top: 10px;
  width: 100%;
  height: 6px;
  background: -webkit-radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.5) 0px, rgba(255, 255, 255, 0) 80%);
  background: -moz-radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.5) 0px, rgba(255, 255, 255, 0) 80%);
  background: -o-radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.5) 0px, rgba(255, 255, 255, 0) 80%);
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.5) 0px, rgba(255, 255, 255, 0) 80%);
  content: '';
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

@media screen and (min-width: 34em) {
  .text-left-sm {
    text-align: left;
  }

  .text-right-sm {
    text-align: right;
  }

  .text-center-sm {
    text-align: center;
  }

  .text-justify-sm {
    text-align: justify;
  }
}
@media screen and (min-width: 48em) {
  .text-left-md {
    text-align: left;
  }

  .text-right-md {
    text-align: right;
  }

  .text-center-md {
    text-align: center;
  }

  .text-justify-md {
    text-align: justify;
  }
}
@media screen and (min-width: 62em) {
  .text-left-lg {
    text-align: left;
  }

  .text-right-lg {
    text-align: right;
  }

  .text-center-lg {
    text-align: center;
  }

  .text-justify-lg {
    text-align: justify;
  }
}
.text-12 {
  font-size: 12px !important;
  font-size: 0.75rem !important;
}

.text-18 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}

.text-24 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
}

.text-30 {
  font-size: 30px !important;
  font-size: 1.875rem !important;
}

@media screen and (min-width: 34em) and (max-width: 47.9375em) {
  .text-sm-12 {
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }

  .text-sm-18 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }

  .text-sm-24 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }

  .text-sm-30 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media screen and (min-width: 48em) and (max-width: 61.9375em) {
  .text-md-12 {
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }

  .text-md-18 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }

  .text-md-24 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }

  .text-md-30 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media screen and (min-width: 62em) and (max-width: 74.9375em) {
  .text-lg-12 {
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }

  .text-lg-18 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }

  .text-lg-24 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }

  .text-lg-30 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
table {
  margin-bottom: 24px;
  padding: 0;
  border: 1px solid #ccc;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 100%;
  background: #fff;
}

th, td {
  padding: 8px 10px 10px;
  border: 1px solid #ccc;
  word-wrap: break-word;
}

th {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

thead {
  background: #b3aadd;
}
thead th, thead td {
  background: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: bold;
  text-align: center;
}

tfoot th, tfoot td {
  background: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: bold;
}

caption {
  margin: 0 0 8px;
  background: transparent;
  color: inherit;
  font-size: inherit;
  font-weight: bold;
  text-align: left;
}

.table-borderless {
  border: none;
}
.table-borderless th, .table-borderless td {
  border: none;
}

.table-striped tr:nth-child(even) th,
.table-striped tr:nth-child(even) td {
  background: #cccccc;
}

fieldset {
  margin: 24px 0;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
fieldset legend {
  margin: 0;
  padding: .5em;
  background: transparent;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 16px;
  padding: 8px;
  border-style: solid;
  border-color: #ccc;
  border-width: 1px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  font-size: 1rem;
  transition: all 0.3s 0s;
  -webkit-appearance: none;
  -moz-appearance: none;
}
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  box-shadow: 0 0 5px #b3b3b3;
  border-style: solid;
  border-color: #ccc;
  border-width: 1px;
  background: #fafafa;
  outline: none;
  transition: all 0.3s 0s;
}
[type='text']:disabled, [type='password']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='month']:disabled, [type='week']:disabled, [type='email']:disabled, [type='number']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='time']:disabled, [type='url']:disabled, [type='color']:disabled,
textarea:disabled {
  background-color: #af7fe0;
  cursor: not-allowed;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input[disabled], input[readonly], fieldset[disabled] input,
textarea[disabled],
textarea[readonly], fieldset[disabled]
textarea {
  background-color: #af7fe0;
  cursor: not-allowed;
}

[type='submit'],
[type='button'] {
  border-radius: #af7fe0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type='number'] {
  -moz-appearance: textfield;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  width: 100%;
  margin: 0 0 16px 0;
  padding: 8px;
  background-color: #cccccc;
  border-style: solid;
  border-color: #ccc;
  border-width: 1px;
  border-radius: 4px;
  color: #ccc;
  font-family: inherit;
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}
select:hover {
  border-color: #ccc;
  background-color: #c6c6c6;
}
select:disabled {
  background-color: #af7fe0;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}

[type="file"],
[type="checkbox"],
[type="radio"] {
  margin: 0 0 16px;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 8px;
  margin-left: 16px;
  margin-bottom: 0;
  vertical-align: baseline;
}

label > [type='checkbox'],
label > [type='label'] {
  margin-right: 8px;
}

[type="file"] {
  width: 100%;
}

label {
  display: block;
  margin-bottom: 8px;
  color: #444;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.66;
  cursor: pointer;
}

.form-group dl {
  margin: 24px 0 0;
}
.form-group dl:first-child {
  margin: 0;
}
.form-group dt {
  line-height: 1;
}
.form-group .submit {
  margin-top: 24px;
  margin-bottom: 10px;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

@media screen and (min-width: 34em) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 48em) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 62em) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 75em) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.row {
  margin-left: -16px;
  margin-right: -16px;
}

@media screen and (min-width: 34em) {
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media screen and (min-width: 48em) {
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media screen and (min-width: 62em) {
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media screen and (min-width: 75em) {
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.gutter {
  padding-left: 16px;
  padding-right: 16px;
}

@media screen and (min-width: 34em) {
  .gutter {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 48em) {
  .gutter {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 62em) {
  .gutter {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 75em) {
  .gutter {
    padding-left: 16px;
    padding-right: 16px;
  }
}
[class*="col-"] {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.33333% !important;
}

.col-xs-offset-2 {
  margin-left: 16.66667% !important;
}

.col-xs-offset-3 {
  margin-left: 25% !important;
}

.col-xs-offset-4 {
  margin-left: 33.33333% !important;
}

.col-xs-offset-5 {
  margin-left: 41.66667% !important;
}

.col-xs-offset-6 {
  margin-left: 50% !important;
}

.col-xs-offset-7 {
  margin-left: 58.33333% !important;
}

.col-xs-offset-8 {
  margin-left: 66.66667% !important;
}

.col-xs-offset-9 {
  margin-left: 75% !important;
}

.col-xs-offset-10 {
  margin-left: 83.33333% !important;
}

.col-xs-offset-11 {
  margin-left: 91.66667% !important;
}

@media screen and (min-width: 34em) {
  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333% !important;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667% !important;
  }

  .col-sm-offset-3 {
    margin-left: 25% !important;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333% !important;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667% !important;
  }

  .col-sm-offset-6 {
    margin-left: 50% !important;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333% !important;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667% !important;
  }

  .col-sm-offset-9 {
    margin-left: 75% !important;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333% !important;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667% !important;
  }
}
@media screen and (min-width: 48em) {
  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333% !important;
  }

  .col-md-offset-2 {
    margin-left: 16.66667% !important;
  }

  .col-md-offset-3 {
    margin-left: 25% !important;
  }

  .col-md-offset-4 {
    margin-left: 33.33333% !important;
  }

  .col-md-offset-5 {
    margin-left: 41.66667% !important;
  }

  .col-md-offset-6 {
    margin-left: 50% !important;
  }

  .col-md-offset-7 {
    margin-left: 58.33333% !important;
  }

  .col-md-offset-8 {
    margin-left: 66.66667% !important;
  }

  .col-md-offset-9 {
    margin-left: 75% !important;
  }

  .col-md-offset-10 {
    margin-left: 83.33333% !important;
  }

  .col-md-offset-11 {
    margin-left: 91.66667% !important;
  }
}
@media screen and (min-width: 62em) {
  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333% !important;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667% !important;
  }

  .col-lg-offset-3 {
    margin-left: 25% !important;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333% !important;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667% !important;
  }

  .col-lg-offset-6 {
    margin-left: 50% !important;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333% !important;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667% !important;
  }

  .col-lg-offset-9 {
    margin-left: 75% !important;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333% !important;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667% !important;
  }
}
@media screen and (min-width: 75em) {
  .col-xl-1 {
    width: 8.33333%;
  }

  .col-xl-2 {
    width: 16.66667%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-4 {
    width: 33.33333%;
  }

  .col-xl-5 {
    width: 41.66667%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-7 {
    width: 58.33333%;
  }

  .col-xl-8 {
    width: 66.66667%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-10 {
    width: 83.33333%;
  }

  .col-xl-11 {
    width: 91.66667%;
  }

  .col-xl-12 {
    width: 100%;
  }

  .col-xl-offset-1 {
    margin-left: 8.33333% !important;
  }

  .col-xl-offset-2 {
    margin-left: 16.66667% !important;
  }

  .col-xl-offset-3 {
    margin-left: 25% !important;
  }

  .col-xl-offset-4 {
    margin-left: 33.33333% !important;
  }

  .col-xl-offset-5 {
    margin-left: 41.66667% !important;
  }

  .col-xl-offset-6 {
    margin-left: 50% !important;
  }

  .col-xl-offset-7 {
    margin-left: 58.33333% !important;
  }

  .col-xl-offset-8 {
    margin-left: 66.66667% !important;
  }

  .col-xl-offset-9 {
    margin-left: 75% !important;
  }

  .col-xl-offset-10 {
    margin-left: 83.33333% !important;
  }

  .col-xl-offset-11 {
    margin-left: 91.66667% !important;
  }
}
[class*="block-grid-"] > * {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
}

.block-grid-xs-1 > * {
  width: 100%;
}
.block-grid-xs-1 > *:nth-of-type(1n) {
  clear: none;
}
.block-grid-xs-1 > *:nth-of-type(1n + 1) {
  clear: both;
}

.block-grid-xs-2 > * {
  width: 50%;
}
.block-grid-xs-2 > *:nth-of-type(1n) {
  clear: none;
}
.block-grid-xs-2 > *:nth-of-type(2n + 1) {
  clear: both;
}

.block-grid-xs-3 > * {
  width: 33.33333%;
}
.block-grid-xs-3 > *:nth-of-type(1n) {
  clear: none;
}
.block-grid-xs-3 > *:nth-of-type(3n + 1) {
  clear: both;
}

.block-grid-xs-4 > * {
  width: 25%;
}
.block-grid-xs-4 > *:nth-of-type(1n) {
  clear: none;
}
.block-grid-xs-4 > *:nth-of-type(4n + 1) {
  clear: both;
}

.block-grid-xs-5 > * {
  width: 20%;
}
.block-grid-xs-5 > *:nth-of-type(1n) {
  clear: none;
}
.block-grid-xs-5 > *:nth-of-type(5n + 1) {
  clear: both;
}

@media screen and (min-width: 34em) {
  .block-grid-sm-1 > * {
    width: 100%;
  }
  .block-grid-sm-1 > *:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-sm-1 > *:nth-of-type(1n + 1) {
    clear: both;
  }

  .block-grid-sm-2 > * {
    width: 50%;
  }
  .block-grid-sm-2 > *:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-sm-2 > *:nth-of-type(2n + 1) {
    clear: both;
  }

  .block-grid-sm-3 > * {
    width: 33.33333%;
  }
  .block-grid-sm-3 > *:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-sm-3 > *:nth-of-type(3n + 1) {
    clear: both;
  }

  .block-grid-sm-4 > * {
    width: 25%;
  }
  .block-grid-sm-4 > *:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-sm-4 > *:nth-of-type(4n + 1) {
    clear: both;
  }

  .block-grid-sm-5 > * {
    width: 20%;
  }
  .block-grid-sm-5 > *:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-sm-5 > *:nth-of-type(5n + 1) {
    clear: both;
  }
}
@media screen and (min-width: 48em) {
  .block-grid-md-1 > * {
    width: 100%;
  }
  .block-grid-md-1 > *:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-md-1 > *:nth-of-type(1n + 1) {
    clear: both;
  }

  .block-grid-md-2 > * {
    width: 50%;
  }
  .block-grid-md-2 > *:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-md-2 > *:nth-of-type(2n + 1) {
    clear: both;
  }

  .block-grid-md-3 > * {
    width: 33.33333%;
  }
  .block-grid-md-3 > *:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-md-3 > *:nth-of-type(3n + 1) {
    clear: both;
  }

  .block-grid-md-4 > * {
    width: 25%;
  }
  .block-grid-md-4 > *:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-md-4 > *:nth-of-type(4n + 1) {
    clear: both;
  }

  .block-grid-md-5 > * {
    width: 20%;
  }
  .block-grid-md-5 > *:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-md-5 > *:nth-of-type(5n + 1) {
    clear: both;
  }
}
@media screen and (min-width: 62em) {
  .block-grid-lg-1 > * {
    width: 100%;
  }
  .block-grid-lg-1 > *:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-lg-1 > *:nth-of-type(1n + 1) {
    clear: both;
  }

  .block-grid-lg-2 > * {
    width: 50%;
  }
  .block-grid-lg-2 > *:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-lg-2 > *:nth-of-type(2n + 1) {
    clear: both;
  }

  .block-grid-lg-3 > * {
    width: 33.33333%;
  }
  .block-grid-lg-3 > *:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-lg-3 > *:nth-of-type(3n + 1) {
    clear: both;
  }

  .block-grid-lg-4 > * {
    width: 25%;
  }
  .block-grid-lg-4 > *:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-lg-4 > *:nth-of-type(4n + 1) {
    clear: both;
  }

  .block-grid-lg-5 > * {
    width: 20%;
  }
  .block-grid-lg-5 > *:nth-of-type(1n) {
    clear: none;
  }
  .block-grid-lg-5 > *:nth-of-type(5n + 1) {
    clear: both;
  }
}
.clearfix:before, .container:before, [class*="col-"]:before, [class*="block-grid-"]:before, .row:before, .menu-list:before, .topbar-menu ul:before, .pagination ul:before, .faq-question:before, .posts article:before, .flex-course-item-table:before, .clearfix:after, .container:after, [class*="col-"]:after, [class*="block-grid-"]:after, .row:after, .menu-list:after, .topbar-menu ul:after, .pagination ul:after, .faq-question:after, .posts article:after, .flex-course-item-table:after {
  content: " ";
  display: table;
}
.clearfix:after, .container:after, [class*="col-"]:after, [class*="block-grid-"]:after, .row:after, .menu-list:after, .topbar-menu ul:after, .pagination ul:after, .faq-question:after, .posts article:after, .flex-course-item-table:after {
  clear: both;
}

.margin-top-6 {
  margin-top: 6px !important;
}

.margin-bottom-6 {
  margin-bottom: 6px !important;
}

.margin-top-12 {
  margin-top: 12px !important;
}

.margin-bottom-12 {
  margin-bottom: 12px !important;
}

.margin-top-18 {
  margin-top: 18px !important;
}

.margin-bottom-18 {
  margin-bottom: 18px !important;
}

.margin-top-24 {
  margin-top: 24px !important;
}

.margin-bottom-24 {
  margin-bottom: 24px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-top-36 {
  margin-top: 36px !important;
}

.margin-bottom-36 {
  margin-bottom: 36px !important;
}

.margin-top-42 {
  margin-top: 42px !important;
}

.margin-bottom-42 {
  margin-bottom: 42px !important;
}

@media screen and (min-width: 34em) and (max-width: 47.9375em) {
  .margin-sm-top-6 {
    margin-top: 6px !important;
  }

  .margin-sm-bottom-6 {
    margin-bottom: 6px !important;
  }

  .margin-sm-top-12 {
    margin-top: 12px !important;
  }

  .margin-sm-bottom-12 {
    margin-bottom: 12px !important;
  }

  .margin-sm-top-18 {
    margin-top: 18px !important;
  }

  .margin-sm-bottom-18 {
    margin-bottom: 18px !important;
  }

  .margin-sm-top-24 {
    margin-top: 24px !important;
  }

  .margin-sm-bottom-24 {
    margin-bottom: 24px !important;
  }

  .margin-sm-top-30 {
    margin-top: 30px !important;
  }

  .margin-sm-bottom-30 {
    margin-bottom: 30px !important;
  }

  .margin-sm-top-36 {
    margin-top: 36px !important;
  }

  .margin-sm-bottom-36 {
    margin-bottom: 36px !important;
  }

  .margin-sm-top-42 {
    margin-top: 42px !important;
  }

  .margin-sm-bottom-42 {
    margin-bottom: 42px !important;
  }
}
@media screen and (min-width: 48em) and (max-width: 61.9375em) {
  .margin-md-top-6 {
    margin-top: 6px !important;
  }

  .margin-md-bottom-6 {
    margin-bottom: 6px !important;
  }

  .margin-md-top-12 {
    margin-top: 12px !important;
  }

  .margin-md-bottom-12 {
    margin-bottom: 12px !important;
  }

  .margin-md-top-18 {
    margin-top: 18px !important;
  }

  .margin-md-bottom-18 {
    margin-bottom: 18px !important;
  }

  .margin-md-top-24 {
    margin-top: 24px !important;
  }

  .margin-md-bottom-24 {
    margin-bottom: 24px !important;
  }

  .margin-md-top-30 {
    margin-top: 30px !important;
  }

  .margin-md-bottom-30 {
    margin-bottom: 30px !important;
  }

  .margin-md-top-36 {
    margin-top: 36px !important;
  }

  .margin-md-bottom-36 {
    margin-bottom: 36px !important;
  }

  .margin-md-top-42 {
    margin-top: 42px !important;
  }

  .margin-md-bottom-42 {
    margin-bottom: 42px !important;
  }
}
@media screen and (min-width: 62em) and (max-width: 74.9375em) {
  .margin-lg-top-6 {
    margin-top: 6px !important;
  }

  .margin-lg-bottom-6 {
    margin-bottom: 6px !important;
  }

  .margin-lg-top-12 {
    margin-top: 12px !important;
  }

  .margin-lg-bottom-12 {
    margin-bottom: 12px !important;
  }

  .margin-lg-top-18 {
    margin-top: 18px !important;
  }

  .margin-lg-bottom-18 {
    margin-bottom: 18px !important;
  }

  .margin-lg-top-24 {
    margin-top: 24px !important;
  }

  .margin-lg-bottom-24 {
    margin-bottom: 24px !important;
  }

  .margin-lg-top-30 {
    margin-top: 30px !important;
  }

  .margin-lg-bottom-30 {
    margin-bottom: 30px !important;
  }

  .margin-lg-top-36 {
    margin-top: 36px !important;
  }

  .margin-lg-bottom-36 {
    margin-bottom: 36px !important;
  }

  .margin-lg-top-42 {
    margin-top: 42px !important;
  }

  .margin-lg-bottom-42 {
    margin-bottom: 42px !important;
  }
}
.hidden {
  display: none !important;
}

@media screen and (min-width: 34em) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media screen and (max-width: 47.9375em) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media screen and (min-width: 48em) {
  .hidden-md-up {
    display: none !important;
  }
}
@media screen and (max-width: 61.9375em) {
  .hidden-md-down {
    display: none !important;
  }
}
@media screen and (min-width: 62em) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media screen and (max-width: 74.9375em) {
  .hidden-lg-down {
    display: none !important;
  }
}
.img-thumbnail {
  display: inline-block;
  padding: 4px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 4px;
  border-radius: 4px;
}

.img-rounded,
.img-rounded img {
  border-radius: 4px;
}

.img-circle,
.img-circle img {
  border-radius: 50%;
}

.image-brightness {
  background: inherit;
  opacity: 1;
  transition: all 0.3s 0s;
}
.image-brightness:hover {
  opacity: .8;
  transition: all 0.3s 0s;
}

.image-zoom-in {
  overflow: hidden;
}
.image-zoom-in img {
  display: block;
  width: 100%;
  transition: all 0.3s 0s;
}
.image-zoom-in img:hover {
  transition: all 0.3s 0s;
  -moz-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  -o-transform: scale(1.25);
  -ms-transform: scale(1.25);
}

.image-zoom-out {
  overflow: hidden;
}
.image-zoom-out img {
  display: block;
  width: 100%;
  transition: all 0.3s 0s;
  -moz-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  -o-transform: scale(1.25);
  -ms-transform: scale(1.25);
}
.image-zoom-out img:hover {
  transition: all 0.3s 0s;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}

.flex-video {
  overflow: hidden;
  position: relative;
  height: 0;
  margin-bottom: 16px;
  padding-top: 30px;
  padding-bottom: 67.5%;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card {
  position: relative;
  margin-bottom: 16px;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  color: inherit;
}
.card .card-image {
  padding: 0;
}
.card .card-content {
  padding: 16px;
}
.card .card-content p {
  margin: 0;
  color: inherit;
}
.card .card-title {
  margin: 0 0 16px;
  padding: 0;
  color: #491d76;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
}
.card .card-action {
  margin: 0;
  padding: 0 16px 16px;
  text-align: left;
}

a.btn,
input.btn,
button.btn {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  padding: 0.5em 1.2em;
  border: none;
  line-height: normal;
  background: #491d76;
  color: #fff;
  font-family: inherit;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  transition: background 0.4s 0s, color 0.4s 0s;
}
a.btn:hover,
input.btn:hover,
button.btn:hover {
  background: #30134d;
  color: #fff;
  text-decoration: none;
  transition: background 0.4s 0s, color 0.4s 0s;
}
a.btn.btn-rounded,
input.btn.btn-rounded,
button.btn.btn-rounded {
  border-radius: 4px;
}
a.btn.btn-xsmall,
input.btn.btn-xsmall,
button.btn.btn-xsmall {
  padding: 0.5em 1.2em;
  font-size: 12px;
  font-size: 0.75rem;
}
a.btn.btn-small,
input.btn.btn-small,
button.btn.btn-small {
  padding: 0.5em 1.2em;
  font-size: 14px;
  font-size: 0.875rem;
}
a.btn.btn-medium,
input.btn.btn-medium,
button.btn.btn-medium {
  padding: 0.5em 1.2em;
  font-size: 16px;
  font-size: 1rem;
}
a.btn.btn-large,
input.btn.btn-large,
button.btn.btn-large {
  padding: 0.5em 1.2em;
  font-size: 18px;
  font-size: 1.125rem;
}
a.btn.btn-xlarge,
input.btn.btn-xlarge,
button.btn.btn-xlarge {
  padding: 0.5em 1.2em;
  font-size: 20px;
  font-size: 1.25rem;
}
a.btn.btn-expanded,
input.btn.btn-expanded,
button.btn.btn-expanded {
  width: 100%;
}
a.btn.btn-secondary,
input.btn.btn-secondary,
button.btn.btn-secondary {
  background: #FFC107;
  color: #fff;
}
a.btn.btn-secondary:hover,
input.btn.btn-secondary:hover,
button.btn.btn-secondary:hover {
  background: #d39e00;
  color: #fff;
}
a.btn.btn-success,
input.btn.btn-success,
button.btn.btn-success {
  background: #3adb76;
  color: #fff;
}
a.btn.btn-success:hover,
input.btn.btn-success:hover,
button.btn.btn-success:hover {
  background: #23bf5d;
  color: #fff;
}
a.btn.btn-error,
input.btn.btn-error,
button.btn.btn-error {
  background: #ec5840;
  color: #fff;
}
a.btn.btn-error:hover,
input.btn.btn-error:hover,
button.btn.btn-error:hover {
  background: #e23317;
  color: #fff;
}
a.btn.btn-warning,
input.btn.btn-warning,
button.btn.btn-warning {
  background: #ffae00;
  color: #fff;
}
a.btn.btn-warning:hover,
input.btn.btn-warning:hover,
button.btn.btn-warning:hover {
  background: #cc8b00;
  color: #fff;
}
a.btn.btn-disabled,
input.btn.btn-disabled,
button.btn.btn-disabled {
  color: #fff;
  opacity: 0.25;
  cursor: not-allowed;
  pointer-events: none;
}
a.btn.btn-ghost,
input.btn.btn-ghost,
button.btn.btn-ghost {
  background: transparent;
  color: #491d76;
  border: #491d76 solid 1px;
}
a.btn.btn-ghost:hover,
input.btn.btn-ghost:hover,
button.btn.btn-ghost:hover {
  background: #491d76;
  color: #fff;
}
a.btn.btn-ghost-secondary,
input.btn.btn-ghost-secondary,
button.btn.btn-ghost-secondary {
  background: transparent;
  color: #FFC107;
  border: #FFC107 solid 1px;
}
a.btn.btn-ghost-secondary:hover,
input.btn.btn-ghost-secondary:hover,
button.btn.btn-ghost-secondary:hover {
  background: #FFC107;
  color: #fff;
}
a.btn.btn-ghost-success,
input.btn.btn-ghost-success,
button.btn.btn-ghost-success {
  background: transparent;
  color: #3adb76;
  border: #3adb76 solid 1px;
}
a.btn.btn-ghost-success:hover,
input.btn.btn-ghost-success:hover,
button.btn.btn-ghost-success:hover {
  background: #3adb76;
  color: #fff;
}
a.btn.btn-ghost-error,
input.btn.btn-ghost-error,
button.btn.btn-ghost-error {
  background: transparent;
  color: #ec5840;
  border: #ec5840 solid 1px;
}
a.btn.btn-ghost-error:hover,
input.btn.btn-ghost-error:hover,
button.btn.btn-ghost-error:hover {
  background: #ec5840;
  color: #fff;
}
a.btn.btn-ghost-warning,
input.btn.btn-ghost-warning,
button.btn.btn-ghost-warning {
  background: transparent;
  color: #ffae00;
  border: #ffae00 solid 1px;
}
a.btn.btn-ghost-warning:hover,
input.btn.btn-ghost-warning:hover,
button.btn.btn-ghost-warning:hover {
  background: #ffae00;
  color: #fff;
}

.menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-list li {
  position: relative;
  margin: 0;
}
.menu-list a {
  display: block;
  text-decoration: none;
  white-space: normal;
}
.menu-list a:hover {
  text-decoration: none;
}

.menu-vertical li {
  text-align: left;
}
.menu-vertical a {
  padding: 8px 16px;
}
.menu-vertical .sub-menu a {
  padding-left: 24px;
}

.menu-horizontal .menu-list > li {
  float: left;
  text-align: center;
}
.menu-horizontal .menu-list > li > a {
  padding: 16px 16px;
}
.menu-horizontal .sub-menu {
  visibility: hidden;
  opacity: 0;
  overflow: visible;
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  z-index: 100;
  transform: translateY(30px);
  min-width: 100%;
  width: auto;
  height: auto;
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  transition: all 0.3s 0s;
}
.menu-horizontal .sub-menu li {
  width: 100%;
  text-align: left;
}
.menu-horizontal .sub-menu a {
  padding: 8px 16px;
  text-decoration: none;
  white-space: nowrap;
}
.menu-horizontal li:last-child .sub-menu {
  right: 0;
  left: auto;
}
.menu-horizontal li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s 0s;
}

.mobile-menu-btn {
  border: none;
  background: none;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1;
  text-align: center;
}

.collapse {
  position: relative;
}

.mobile-menu-dropdown {
  visibility: hidden;
  opacity: 0;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  z-index: 100;
  clear: both;
  transform: translateY(30px);
  width: 100%;
  height: auto;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  transition: all 0.3s 0s;
}
@media screen and (min-width: 48em) {
  .mobile-menu-dropdown {
    width: 400px;
  }
}
.mobile-menu-dropdown.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s 0s;
}
.mobile-menu-dropdown .menu-list {
  position: static;
  background: #fff;
}
.mobile-menu-dropdown a {
  padding: .5em 1em;
}
.mobile-menu-dropdown .sub-menu a {
  padding: .5em 1em .5em 2em;
}

.mobile-menu-overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  clear: both;
  width: 100%;
  height: 100%;
  padding: 0;
  background: rgba(1, 1, 1, 0.9);
  transition: all 0.3s 0s;
}
.mobile-menu-overlay .menu-list {
  position: static;
  clear: both;
  padding: 80px 0;
  width: 100%;
  height: 100%;
}
.mobile-menu-overlay .menu-list li {
  line-height: 1.5;
  text-align: center;
}
.mobile-menu-overlay .menu-list a {
  display: block;
  padding: 8px 16px;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
}
.mobile-menu-overlay .menu-list a:hover {
  color: #fff;
}
.mobile-menu-overlay.active {
  visibility: visible;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  opacity: 1;
  transition: all 0.3s 0s;
}
.mobile-menu-overlay.active .menu-list {
  overflow: auto;
}

.mobile-menu-close-btn {
  position: fixed;
  top: 12px;
  right: 14px;
  margin: auto;
  padding: .8em 1em;
  border: none;
  border-radius: 50%;
  background: #491d76;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
}

.widget {
  margin-top: 45px;
}
.widget:first-child {
  margin-top: 0;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget li {
  position: relative;
  margin: 0;
}
.widget a {
  display: block;
  position: relative;
  text-decoration: none;
}
.widget a:hover {
  text-decoration: none;
}

.widget-title {
  margin: 0 0 12px;
  padding: 0;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: inherit;
}

.widget_archive label,
.widget_categories label,
.widget_meta label,
.widget_nav_menu label,
.widget_pages label {
  display: none;
}
.widget_archive a,
.widget_categories a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a {
  padding: 10px 10px 10px 1.2em;
  border-style: solid;
  border-color: #ccc;
  border-width: 0 0 1px;
}
.widget_archive a:before,
.widget_categories a:before,
.widget_meta a:before,
.widget_nav_menu a:before,
.widget_pages a:before {
  content: '\f0da';
  position: absolute;
  margin-top: -7px;
  top: 50%;
  left: .5em;
  line-height: 1;
  font-family: FontAwesome;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}
.widget_archive a span,
.widget_categories a span,
.widget_meta a span,
.widget_nav_menu a span,
.widget_pages a span {
  margin-left: .5em;
}
.widget_archive .children a,
.widget_categories .children a,
.widget_meta .children a,
.widget_nav_menu .children a,
.widget_pages .children a {
  padding: 10px 10px 10px 2.2em;
}
.widget_archive .children a:before,
.widget_categories .children a:before,
.widget_meta .children a:before,
.widget_nav_menu .children a:before,
.widget_pages .children a:before {
  left: 1.5em;
}

.widget_calendar table {
  width: 100%;
}
.widget_calendar th, .widget_calendar td {
  padding: 4px 0;
  text-align: center;
  color: #444444;
}
.widget_calendar thead th {
  background: #fff;
}
.widget_calendar caption {
  margin: 0 0 8px;
}

.widget_recent_comments li {
  padding: 8px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0 0 1px;
}

.widget_recent_entries li {
  padding: 10px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0 0 1px;
}
.widget_recent_entries li:first-child {
  padding: 0 0 10px;
}
.widget_recent_entries .post-date {
  text-align: left;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
}

.widget_search > div {
  display: table;
  width: 100%;
}
.widget_search .search-field,
.widget_search .search-button {
  display: table-cell;
  vertical-align: top;
}
.widget_search .search-field {
  width: 100%;
}
.widget_search .search-submit {
  padding: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 0 4px 4px 0;
  background: #491d76;
  color: #fff;
}
.widget_search input {
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 40px;
  border-radius: 4px 0 0 4px;
}

.widget_tag_cloud .tagcloud {
  overflow: hidden;
  vertical-align: bottom;
}
.widget_tag_cloud a {
  display: inline-block;
  text-decoration: none;
}
.widget_tag_cloud a:hover {
  text-decoration: none;
}

body {
  background: #f3ecdb;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.site-main {
  padding-top: 0;
  padding-bottom: 0;
}

#contents {
  width: 100%;
  margin-bottom: 45px;
}

.sidebar {
  width: 100%;
  margin-bottom: 45px;
}

@media screen and (min-width: 62em) {
  #contents {
    width: 100%;
  }

  .sidebar-left #contents,
  .sidebar-right #contents {
    width: 71%;
  }

  .sidebar-left #contents {
    float: right;
  }

  .sidebar-right #contents {
    float: left;
  }

  .sidebar {
    float: left;
    width: 23%;
  }

  .sidebar-left .sidebar {
    float: left;
  }

  .sidebar-right #sidebar {
    float: right;
  }
}
.post-title, .archive-title {
  display: none;
}

.heading-1 {
  margin-left: -5000px;
  margin-right: -5000px;
  padding: 20px 5000px;
  background: #491d76;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .heading-1 {
    padding-top: 24px;
    padding-bottom: 16px;
    font-size: 26px;
    font-size: 1.625rem;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 62em) {
  .heading-1 {
    font-size: 30px;
    font-size: 1.875rem;
    letter-spacing: 1px;
  }
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
@media screen and (min-width: 48em) {
  .site-header {
    background: rgba(0, 0, 0, 0.8);
  }
}

.header-main {
  position: relative;
  background: transparent;
  color: #444444;
}
.header-main a {
  color: #491d76;
}
.header-main a:hover {
  color: #6f2cb3;
}

@media screen and (min-width: 48em) {
  .header-right {
    float: right;
  }
}
.site-logo {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin: 0;
  width: 80px;
  line-height: 1;
}
@media screen and (min-width: 48em) {
  .site-logo {
    width: 150px;
  }
}
@media screen and (min-width: 62em) {
  .site-logo {
    width: 180px;
  }
}
.site-logo a {
  display: block;
}

.main-menu {
  display: none;
  padding: 5px;
  background: #caa33e;
  box-shadow: 0 5px 4px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 48em) {
  .main-menu {
    display: block;
  }
}
.main-menu .menu-list {
  border: 1px solid #fff;
}
.main-menu .menu-list > li {
  width: 14.2857%;
}
.main-menu .menu-list > li:before {
  content: '';
  display: block;
  position: absolute;
  top: 24px;
  width: 1px;
  height: 30px;
  background: #fff;
}
.main-menu .menu-list > li:first-child:before {
  background: none;
}
.main-menu .menu-list > li > a {
  padding: 0 16px;
  line-height: 80px;
  color: #fff;
}

.main-menu-bar {
  position: relative;
  top: -40px;
  display: none;
  text-align: center;
}
@media screen and (min-width: 62em) {
  .main-menu-bar {
    display: block;
  }
}

.mobile-menu-btn {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  padding: 10px !important;
  background: #491d76;
  color: #fff;
  text-align: center;
}
.mobile-menu-btn .icon-bar {
  display: block;
  width: 26px;
  height: 2px;
  margin-top: 4px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  line-height: 1;
}
.mobile-menu-btn .icon-bar:first-child {
  margin-top: 0;
}
.mobile-menu-btn .mobile-menu-btn-name {
  display: block;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'メイリオ', Meiryo, serif;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
}

@media screen and (min-width: 48em) {
  .mobile-menu-btn {
    padding: 16px !important;
  }
  .mobile-menu-btn .mobile-menu-btn-name {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.mobile-menu-dropdown a {
  border-top: 1px solid #ccc;
}

.mobile-utilitybar {
  display: block;
}
@media screen and (min-width: 48em) {
  .mobile-utilitybar {
    display: none;
  }
}
.mobile-utilitybar ul {
  display: table;
  table-layout: fixed;
  list-style: none;
  margin: 0;
  width: 100%;
  color: #fff;
  background: #491d76;
  border-top: 1px solid #fff;
}
.mobile-utilitybar li {
  display: table-cell;
  text-align: center;
  border-left: 1px solid #fff;
  line-height: 55px;
}
.mobile-utilitybar li:first-child {
  border-left: 0;
}
.mobile-utilitybar a {
  color: #fff;
}
.mobile-utilitybar a:hover {
  color: #fff;
}
.mobile-utilitybar .mobile-menu-btn {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: none;
  text-align: center;
}
.mobile-utilitybar i {
  font-size: 24px;
  font-size: 1.5rem;
}

.topbar {
  padding: 16px 0;
  background: #491d76;
  color: #fff;
  line-height: 1;
}
.topbar p {
  margin: 0;
}
.topbar a {
  color: #fff;
}
.topbar a:hover {
  color: #fff;
}

.site-description {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1;
}

.topbar-menu {
  float: right;
  margin-right: 70px;
}
@media screen and (max-width: 61.9375em) {
  .topbar-menu {
    display: none;
  }
}
.topbar-menu li {
  float: left;
}
.topbar-menu a {
  padding: 25px 16px;
  line-height: 1;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 62em) {
  .topbar-menu a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.topbar-menu a:hover {
  color: #fff;
}

.breadcrumbs-wrap {
  margin-bottom: 52px;
  background: #f9f9f9;
  border-bottom: 1px solid #d2d3d4;
  padding-top: 16px;
  padding-bottom: 16px;
}

.breadcrumbs {
  list-style: none;
  line-height: 1.2;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: none;
}

.bcn-nav-xt span {
  margin: 0 .2em;
}

.bcn-nav-xt {
  color: #9a9a9a;
}
.bcn-nav-xt > span {
  margin: 0 .2em;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #444444;
}
.bcn-nav-xt a {
  color: #444444;
}
.bcn-nav-xt a:hover {
  color: #491d76;
}

.sidebar-widget-column {
  margin-top: 45px;
}
.sidebar-widget-column:first-child {
  margin-top: 0;
}

.site-footer {
  padding-top: 30px;
}

.site-footer-label {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

.footer-contents-area {
  padding: 0 0 40px;
  background: #f1eae4;
}

.footer-access-map {
  margin-bottom: 24px;
}

.footer-access-body {
  margin-bottom: 24px;
}

.footer-widget-area {
  padding: 40px 0;
  background: #491d76;
  color: #fff;
}
.footer-widget-area a {
  color: #fff;
}
.footer-widget-area a:hover {
  color: #fff;
}

.footer-logo img {
  width: 200px;
}

.footer-tel {
  font-weight: 600;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'メイリオ', Meiryo, serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-style: italic;
  letter-spacing: 1px;
}

.footer-nav ul {
  margin-bottom: 16px;
}

.footer-nav {
  float: left;
  width: 50%;
}
.footer-nav ul {
  margin-bottom: 20px;
}
.footer-nav li a {
  line-height: 2;
}

.footer-copyright {
  padding: 18px 0 19px;
  background: #38085c;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.footer-copyright a {
  color: #fff;
}
.footer-copyright a:hover {
  color: #fff;
}

@media screen and (max-width: 47.9375em) {
  .footer-widget-column {
    margin-top: 45px;
  }
  .footer-widget-column:first-child {
    margin-top: 0;
  }
}
.page-title-bar {
  margin: 0;
  padding: 20px 0;
  background: #491d76;
  color: #fff;
  text-align: center;
}
.page-title-bar .container {
  height: 100%;
}
.page-title-bar .page-title-wrapper {
  width: 100%;
  height: 100%;
}
.page-title-bar .page-title-caption {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font-weight: normal;
  line-height: 1;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 48em) {
  .page-title-bar .page-title-caption {
    font-size: 26px;
    font-size: 1.625rem;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 62em) {
  .page-title-bar .page-title-caption {
    font-size: 30px;
    font-size: 1.875rem;
    letter-spacing: 1px;
  }
}

.pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  text-align: center;
}
.pagetop a {
  display: block;
  padding: 10px 16px 12px;
  background: #491d76;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}
.pagetop a:hover {
  background: #30134d;
  text-decoration: none;
}
.pagetop i {
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
}

.img-full-width img {
  width: 100%;
  height: auto;
}

.btn {
  position: relative;
  padding: 12px 24px;
  min-width: 272px;
}
.btn i {
  position: absolute;
  right: 24px;
}

.page-header-image img {
  width: 100%;
}

.pager {
  margin: 24px 24px;
}
.pager ul {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
  line-height: 1;
}
.pager li {
  display: inline-block;
  margin: 0;
}
.pager a {
  display: inline-block;
  padding: 10px 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-decoration: none;
  color: #491d76;
}
.pager a:hover {
  border-color: #491d76;
  background: #491d76;
  color: #fff;
}

.pagination {
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: center;
}
.pagination ul {
  list-style: none;
  display: inline-block;
  margin: 0;
}
.pagination li {
  float: left;
  margin: 0 2px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}
.pagination li a {
  display: block;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  color: #491d76;
  text-decoration: none;
}
.pagination li a:hover {
  border-color: #491d76;
  background: #491d76;
  color: #fff;
}
.pagination li.current {
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #491d76;
  color: #fff;
  font-weight: bold;
}
.pagination li.page-numbers {
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #666666;
  text-decoration: none;
}
.pagination li.first a, .pagination li.previous a, .pagination li.next a, .pagination li.last a {
  border: 1px solid #ccc;
  border-radius: 4px;
}

.apartments-facility {
  padding: 20px;
  background: #eaf3f0;
}

.apartments-facility-list {
  margin: 0 -10px;
  list-style: none;
}
.apartments-facility-list:before, .apartments-facility-list:after {
  content: " ";
  display: table;
}
.apartments-facility-list:after {
  clear: both;
}
.apartments-facility-list li {
  float: left;
  width: 25%;
  padding: 10px;
}
.apartments-facility-list li span {
  display: block;
  padding: 4px 8px;
  background: #fff;
}

.faq-item {
  margin-bottom: 48px;
}

.faq-question {
  margin: 0 0 20px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
.faq-question .faq-mark {
  top: 0;
  left: 0.5px;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1;
}

.faq-answer .faq-mark {
  top: 0;
  left: 5px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
}

.faq-question, .faq-answer {
  position: relative;
}
.faq-question span, .faq-answer span {
  display: block;
}
.faq-question .faq-mark, .faq-answer .faq-mark {
  position: absolute;
  margin: 0;
  padding: 0 0 0 0;
  color: #b69222;
}
.faq-question .faq-body, .faq-answer .faq-body {
  padding-left: 40px;
}

.apartments-appeal-section {
  padding-bottom: 30px;
}

.posts article {
  position: relative;
  margin-bottom: 15px;
}
@media screen and (min-width: 48em) {
  .posts article {
    margin-bottom: 60px;
  }
}
.posts article:last-child {
  margin: 0;
}
.posts .post-thumbnail {
  margin: 0 0 25px;
}
.posts .post-thumbnail a {
  display: block;
}
.posts .post-thumbnail img {
  width: 100%;
}
.posts .entry-title {
  margin: 5px 0 10px;
  font-size: 16px;
  font-size: 1rem;
}
.posts .entry-title a {
  text-decoration: none;
}
.posts .entry-title a:hover {
  text-decoration: none;
}
@media screen and (min-width: 48em) {
  .posts .entry-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.posts .meta-info {
  margin: 0 0 10px;
  font-size: 13px;
  font-size: 0.8125rem;
}
.posts .entry-summary {
  margin: 0 0 10px;
}
.posts .entry-summary p {
  margin: 0;
}
.posts .more-link {
  text-align: right;
  line-height: 1;
}

@media screen and (min-width: 48em) {
  .archive-grid-2 article, .archive-grid-3 article, .archive-grid-4 article {
    float: left;
  }

  .archive-grid-2 article {
    width: 50%;
  }

  .archive-grid-3 article {
    width: 33.3333%;
  }

  .archive-grid-4 article {
    width: 25%;
  }
}
.archive-list .post-thumbnail {
  float: left;
  width: 30%;
  margin-bottom: 0;
  margin-right: 24px;
}
.archive-list .post-content {
  overflow: hidden;
}
.archive-list .entry-summary {
  display: none;
}
.archive-list .more-link {
  display: none;
}
.archive-list .meta-info {
  margin: 0;
}

@media screen and (min-width: 48em) {
  .archive-list .entry-summary {
    display: block;
  }
  .archive-list .more-link {
    display: block;
  }
  .archive-list .meta-info {
    margin: 0 0 10px;
  }
}
.archive-masonry article {
  float: none;
}
.archive-masonry.archive-grid-2 .grid-sizer,
.archive-masonry.archive-grid-2 .grid-item, .archive-masonry.archive-grid-3 .grid-sizer,
.archive-masonry.archive-grid-3 .grid-item, .archive-masonry.archive-grid-4 .grid-sizer,
.archive-masonry.archive-grid-4 .grid-item {
  width: 100%;
}
.archive-masonry.archive-grid-2 .grid-sizer .entry-title,
.archive-masonry.archive-grid-2 .grid-item .entry-title, .archive-masonry.archive-grid-3 .grid-sizer .entry-title,
.archive-masonry.archive-grid-3 .grid-item .entry-title, .archive-masonry.archive-grid-4 .grid-sizer .entry-title,
.archive-masonry.archive-grid-4 .grid-item .entry-title {
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (min-width: 34em) {
  .archive-masonry.archive-grid-2 .grid-sizer,
  .archive-masonry.archive-grid-2 .grid-item, .archive-masonry.archive-grid-3 .grid-sizer,
  .archive-masonry.archive-grid-3 .grid-item, .archive-masonry.archive-grid-4 .grid-sizer,
  .archive-masonry.archive-grid-4 .grid-item {
    width: 50%;
  }
}
@media screen and (min-width: 62em) {
  .archive-masonry.archive-grid-2 .grid-sizer,
  .archive-masonry.archive-grid-2 .grid-item {
    width: 50%;
  }
  .archive-masonry.archive-grid-3 .grid-sizer,
  .archive-masonry.archive-grid-3 .grid-item {
    width: 33.3333%;
  }
  .archive-masonry.archive-grid-4 .grid-sizer,
  .archive-masonry.archive-grid-4 .grid-item {
    width: 25%;
  }
}
@media screen and (max-width: 47.9375em) {
  .home #contents {
    margin-bottom: 0;
  }
}
.section {
  padding: 15px 0;
}
.section:first-child {
  padding: 0 0 15px;
}

@media screen and (min-width: 48em) {
  .section {
    padding: 40px 0;
  }
  .section:first-child {
    padding: 0 0 40px;
  }
}
.slider {
  position: relative;
}

.layer {
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.6);
}

#introduction h3, #worship h3, #mythology h3 {
  font-size: 16px;
  font-size: 1rem;
  margin: 22px 0 14px;
}
#introduction .box, #worship .box, #mythology .box {
  margin-bottom: 32px;
}
@media screen and (min-width: 48em) {
  #introduction .box, #worship .box, #mythology .box {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 62em) {
  #introduction h3, #worship h3, #mythology h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 47.9375em) {
  #introduction {
    margin-bottom: 16px;
  }
  #introduction .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  #introduction .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  #introduction .box {
    margin-bottom: 16px;
  }
  #introduction .gutter {
    padding-left: 5px;
    padding-right: 5px;
  }
  #introduction h3 {
    margin: 8px 0 4px;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
  }
  #introduction p {
    display: none;
    margin-left: 3px;
    margin-right: 3px;
  }
}

.recommend-item {
  margin-bottom: 36px;
}

.recommend-img {
  margin-bottom: 16px;
}
.recommend-img img {
  width: 100%;
  height: auto;
}

.recommend-meta {
  margin: 0 0 16px;
  font-size: 13px;
  font-size: 0.8125rem;
}

.recommend-area {
  display: inline-block;
  margin: 0 .5em 0 0;
  padding: 0 .5em;
  background: #491d76;
  color: #fff;
  line-height: 2;
}

.recommend-title {
  margin: 0 0 16px;
}

#recommend .btn i {
  margin-top: 4px;
}

.front-page-posts article {
  margin-bottom: 24px;
}
.front-page-posts .post-thumbnail {
  float: left;
  width: 100px;
  border: 1px solid #999999;
  margin: 0 24px 0 0;
}
@media screen and (min-width: 48em) {
  .front-page-posts .post-thumbnail {
    width: 140px;
  }
}
.front-page-posts .entry-title {
  margin: 0 0 16px;
  padding: 0;
  border: none;
  font-size: 18px;
  font-size: 1.125rem;
}

.diy-body {
  padding: 60px;
}

.diy-title {
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: normal;
  line-height: 1.8;
}

.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em;
}

.left-block {
  float: left;
}

.right-block {
  float: right;
}

@media screen and (min-width: 34em) {
  img.alignleft,
  img.alignright {
    max-width: 50%;
  }
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

blockquote.alignleft {
  margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
  margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
  margin-bottom: 1.473684211em;
}

.wp-caption {
  margin-bottom: 1.75em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}

.wp-caption .wp-caption-text {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}

.gallery {
  margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.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-icon img {
  margin: 0 auto;
}

.gallery-caption {
  color: #686868;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.site .avatar {
  border-radius: 50%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.sg-section {
  margin: 0 0 40px;
  padding: 0 0 40px;
  border-bottom: 1px solid #ccc;
}
.sg-section:last-child {
  border: none;
}

.sg-page-title {
  font-size: 3rem;
}
.sg-page-title span {
  margin-left: 1em;
}

.sg-section-heading {
  font-size: 2.4rem;
}
.sg-section-heading span {
  margin-left: 1.2em;
  font-size: 1.3rem;
}

.inline-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.inline-list li {
  display: inline-block;
}

.hljs {
  padding: 0 24px;
  border: 1px solid #ccc;
  background: #f9f9f9;
}

.hljs-tag {
  color: #2f6f9f;
}

.hljs-name {
  color: #2f6f9f;
}

.hljs-attr {
  color: #4f9fcf;
}

.hljs-string {
  color: #d44950;
}

.visibility-table {
  table-layout: fixed;
}
.visibility-table th code {
  color: #ec5840;
}
.visibility-table thead th {
  font-size: 18px;
  line-height: 1.4;
  vertical-align: middle;
}
.visibility-table thead th small {
  display: block;
  font-size: 13px;
}
.visibility-table thead th:first-child {
  width: 110px;
}
.visibility-table tbody td {
  text-align: center;
}
.visibility-table .is-visible {
  background: rgba(73, 29, 118, 0.2);
  color: #491d76;
}
.visibility-table .is-hidden {
  color: #b3b3b3;
}

.flex-column {
  margin-bottom: 20px;
}
.flex-column.right {
  float: right;
}
.flex-column:last-child {
  margin-bottom: 0;
}

.flex-item-image {
  margin-bottom: 8px;
  text-align: center;
}

.flex-course-item {
  position: relative;
  margin: 0 0 40px;
}

.flex-course-item-image {
  margin: 0 0 10px;
}
.flex-course-item-image .flex-direction-nav a:before {
  font-size: 30px;
}

.flex-course-item-table dt {
  float: left;
  width: 6em;
  margin: 0 0 12px;
}
.flex-course-item-table dd {
  margin: 0 0 12px;
  padding-left: 6em;
}

.open-time {
  padding: 15px 15px 0;
  text-align: right;
  font-family: Helvetica, Arial, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 1px;
}
.open-time span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (min-width: 48em) {
  .open-time {
    padding: 30px 30px 0;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.flex-menu-section {
  margin: 0 0 40px;
}

.flex-menu-heading {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}
.flex-menu-heading:first-child {
  margin: 0 0 12px;
}
.flex-menu-heading span {
  display: block;
  margin: 5px 0 0;
}

.flex-menu-textarea {
  margin-bottom: 16px;
}

.flex-menu-item-contents {
  position: relative;
}

.flex-menu-item-image {
  margin: 0 0 12px;
  text-align: center;
}

.flex-menu-item-name {
  position: relative;
  margin: 0 0 12px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

.flex-menu-item-name-sub {
  display: block;
  margin: 6px 0 0;
  color: #491d76;
}

.flex-menu-item-price {
  margin: 0 0 12px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
}
.flex-menu-item-price .price-tax {
  margin-left: .3em;
  font-size: 12px;
  font-size: 0.75rem;
}

.flex-menu-item-set {
  margin: 0 0 12px;
  font-size: 14px;
  font-size: 0.875rem;
}

.flex-menu-item-option {
  list-style: none;
  margin: 0 0 16px;
}
.flex-menu-item-option li {
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.flex-menu-item-option li:first-child {
  margin: 0;
}

.flex-menu-entry-content {
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.flex-menu-list-group {
  margin: 16px 0 0;
}

.flex-menu-list ul {
  margin: 0;
  list-style: none;
}

.flex-menu-list-item {
  position: relative;
}

.flex-menu-list-title {
  margin: 0 0 12px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

.flex-menu-list-item {
  margin: 10px 0 0;
}
.flex-menu-list-item:first-child {
  margin: 0;
}

.flex-menu-list-item-name {
  margin: 0 4em 10px 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}
.flex-menu-list-item-name span {
  display: block;
  margin: 5px 0 0;
}

.flex-menu-list-item-price {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  margin: 0 0 10px;
}

.flex-menu-list-item-desc {
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.flex-menu-list-item-desc p {
  margin: 10px 0 0;
}
.flex-menu-list-item-desc p:first-child {
  margin: 0;
}

.menu-simple .flex-menu-item {
  margin-bottom: 24px;
}
.menu-simple .flex-menu-item-name {
  margin-right: 4em;
}
.menu-simple .flex-menu-item-price {
  position: absolute;
  top: 2px;
  right: 0;
  margin: 0;
  font-weight: bold;
}

.menu-default .flex-menu-item {
  margin-bottom: 32px;
}

@media screen and (min-width: 48em) {
  .menu-item-image-left .flex-menu-item-image,
  .menu-item-image-right .flex-menu-item-image {
    width: 50%;
    text-align: center;
  }
  .menu-item-image-left .flex-menu-item-contents,
  .menu-item-image-right .flex-menu-item-contents {
    float: left;
    width: 50%;
  }

  .menu-item-image-left .flex-menu-item-image {
    float: left;
    padding: 0 16px 0 0;
  }

  .menu-item-image-right .flex-menu-item-image {
    float: right;
    padding: 0 0 0 16px;
  }
}
