@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* virtual grid */
html {
  box-sizing: border-box; }

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

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.65em 1.3em;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #11519a;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover {
      background-color: #1565c0; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.325em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.325em; }

input,
select,
textarea {
  display: block;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1em; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
  appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.65em;
  padding: 0.43333em;
  transition: border-color 150ms ease;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover {
    border-color: #b1b1b1; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus {
    border-color: #1565c0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(18, 89, 169, 0.7);
    outline: none; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #ddd; }
  input[type="color"]::placeholder, input[type="date"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="email"]::placeholder, input[type="month"]::placeholder, input[type="number"]::placeholder, input[type="password"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder, input[type="text"]::placeholder, input[type="time"]::placeholder, input[type="url"]::placeholder, input[type="week"]::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #858585; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.325em; }

[type="file"] {
  margin-bottom: 0.65em;
  width: 100%; }

select {
  margin-bottom: 0.65em;
  width: 100%; }

html {
  box-sizing: border-box; }

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

html,
body {
  height: 100%; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.post ul { list-style:disc outside !important; padding-left:50px; }
.post ol { list-style:decimal outside !important; padding-left:50px; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 0.65em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.65em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.65em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #333;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.2em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.333em;
  line-height: 1.2;
  margin: 0 0 0.65em; }

p {
  margin: 0 0 10px; }

a {
  color: #1565c0;
  text-decoration: none;
  transition: color 150ms ease; }
a:active, a:focus, a:hover {
    color: #104c90; }
	
a {
  color: #000; }
a:link, avisited {
    color: #000; }
	
hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.3em 0; }



.l-header__inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background: #FFF;
  padding: 8px 0 1rem; }
  .l-header__inner::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 480px) {
    .l-header__inner {
      position: fixed;
      z-index: 100;
      width: 100%;
      border-bottom: 0.4em solid #000;
      padding: 8px 0 0 0; } }

.l-header__heading {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0; }
  .l-header__heading:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1199px) {
    .l-header__heading {
      display: none; } }

.l-header__logo {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%; }
  .l-header__logo:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1199px) {
    .l-header__logo {
      text-align: center;
      float: left;
      display: block;
      /*margin-right: 7.42297%;*/
	  margin:0;
      width: 30%; }
    .l-header__menu {
      float: left;
      width: 70%;
	  margin:0;
	  padding:0; }
      .l-header__logo:last-child {
        margin-right: 0; } }

.l-header__btnbox {
  /*margin-left: 53.71149%;*/
  margin-left:50%;
  float: left;
  display: block;
  margin-right: 2.35765%;
  /*width: 23.23176%;*/
  width:30%; }
  .l-header__btnbox:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    .l-header__btnbox {
      margin-left: 0%;
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%; }
      .l-header__btnbox:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 1199px) {
    .l-header__btnbox {
      display: none; } }

.l-header__btn {
  font-size: 13px;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: -0.2252%; }
  .l-header__btn:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    .l-header__btn {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 153.71149%; }
      .l-header__btn:last-child {
        margin-right: 0; } }

.p-border {
  border-bottom: #000 solid 0.61805rem; }

@media screen and (max-width: 480px) {
  .l-hero {
    margin-top: 46px; } }

.bg__middle {
  background: url(../img/top/contents_bg.jpg) center center/cover no-repeat;
  padding: 3rem 0;
  height: 743px; }

.l-hero__middle {
  margin: 3rem 0;
  background: rgba(45, 45, 45, 0.2);
  padding: 13rem 0; }
  @media screen and (max-width: 480px) {
    .l-hero__middle {
      padding: 8em 1rem; } }
  .l-hero__middle--inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    color: #FFF; }
    .l-hero__middle--inner::after {
      clear: both;
      content: "";
      display: block; }

.c-btn--hero {
  margin-top: 1.618rem;
  border: 1px solid #FFF;
  padding: 1rem 1.4rem;
  border-radius: 2rem;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  color: #FFF;
  text-align: center; }
  .c-btn--hero:last-child {
    margin-right: 0; }
  .c-btn--hero a {
    color: #FFF; }
  @media screen and (max-width: 480px) {
    .c-btn--hero {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%; }
      .c-btn--hero:last-child {
        margin-right: 0; } }

.c-btn--top {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  .c-btn--top:last-child {
    margin-right: 0; }

  @media screen and (max-width: 480px) {
.c-btn--top {
  width:auto; }
  }
.l-nav__gnav {
  background: #fff;
  border-bottom: 2px #000 solid; }
  .l-nav__gnav--inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .l-nav__gnav--inner::after {
      clear: both;
      content: "";
      display: block; }
  @media screen and (max-width: 1199px) {
    .l-nav__gnav {
      display: none; } }
  .l-nav__gnav ul {
    justify-content: center;
    align-items: center;
    display: -webkit-box;
    /* Android 2~4 */
    -webkit-box-pack: justify;
    /* Android 2~4 */
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    text-align: center; }
  .l-nav__gnav li {
    width: 180px;
    padding: 2rem 0;
    font-feature-settings: "palt" 1;
    /*font-size: 0.8125rem;*/ }
    .l-nav__gnav li a {
      transition: color .3s;
      padding: 2rem 0; }
    .l-nav__gnav li a:hover {
      color: #c4c4c4;
      background: url(../img/top/icon01.png) no-repeat 50% bottom; }
    .l-nav__gnav li span {
      display: block;
      color: #ccc;
      font-size: 0.8rem; }

.l-nav__gnav li.n01 { width:140px !important; }
.l-nav__gnav li.n02 { width:270px !important; }
.l-nav__gnav li.n03 { width:220px !important; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999; }

.l-news {
  background: #960303;
  text-align: center;
  padding: 1em 0 0.8em; }
  .l-news .c-infoline {
    color: #FFFFFF; }
    .l-news .c-infoline a {
      color: #FFF; }
      .l-news .c-infoline a:link, .l-news .c-infoline avisited {
        color: #FFF; }

#main .l-contents {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 0 56px; }
  #main .l-contents::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 480px) {
    #main .l-contents {
      padding: 1rem; } }
  @media screen and (min-width: 600px) {
    #main .l-contents {
      padding: 1rem; } }
  #main .l-contents .item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-bottom: 2.61792rem; }
    #main .l-contents .item:last-child {
      margin-right: 0; }
    #main .l-contents .item:nth-child(4n) {
      margin-right: 0; }
    #main .l-contents .item:nth-child(4n+1) {
      clear: left; }
    @media screen and (max-width: 480px) {
      #main .l-contents .item {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%; }
        #main .l-contents .item:last-child {
          margin-right: 0; } }
  #main .l-contents--under {
    margin-bottom: 4em;
    line-height: 1.8em; }

.l-item--double {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  .l-item--double:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    .l-item--double {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%;
      margin-bottom: 2.61792rem; }
      .l-item--double:last-child {
        margin-right: 0; } 
  #main .l-contents--under {
    margin-bottom: 0em;
 }
}

.l-form {
  background: #ebebeb;
  padding-bottom: 3em; }
  .l-form__inner {
    padding: 32px 0 56px; }
/*  .l-form form {
    margin-left: 26.85574%;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .l-form form:last-child {
      margin-right: 0; }*/
/*    @media screen and (max-width: 480px) {
      .l-form form {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        margin-left: 0%; }
        .l-form form:last-child {
          margin-right: 0; } }*/
  .l-form input[type="submit"] {
    margin-left: 26.85574%;
    /*float: left;*/
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    height: 50px;
    background: none;
    border: 1px solid #00b7ee;
    background: #00b7ee;
    border-radius: 2rem;
    margin-top: 1rem;
    color: #FFF;
    box-shadow: 2px 2px 1px #ddd; }
    .l-form input[type="submit"]:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .l-form input[type="submit"] {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        margin-left: 0%; }
        .l-form input[type="submit"]:last-child {
          margin-right: 0; } }

.l-article::after {
  clear: both;
  content: "";
  display: block; }

.c-headding__contents-title {
  text-align: center; }

.c-item__desc {
  margin-top: 2.61792rem; }

.item__thumb {
  margin-bottom: 1.4rem; }
  .item__thumb img {
    box-shadow: 0 9px 15px -9px #222;
    border: 1px solid #fff;
    outline: solid 4px #f7efda; }

.c-btn--gmap {
  display: none; }
  @media screen and (max-width: 480px) {
    .c-btn--gmap {
      display: block;
      background: #00b7ee;
      color: #FFF;
      border-radius: 2em;
      padding: 1em;
      text-align: center;
      box-shadow: 1px 1px 1px #ddd; }
      .c-btn--gmap a {
        color: #FFF; }
        .c-btn--gmap a:link, .c-btn--gmap a:visited {
          color: #FFF; } }

.p-contents--bg {
  background: #fdfcf3; }

.l-footer--fixed {
  border-top: 1px solid #000;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  background: #FFF;
  display: none;
  padding: 1em 1em; }
  .l-footer--fixed:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    .l-footer--fixed {
      display: block;
      position: fixed;
      bottom: 0;
	  padding:5px;
      z-index: 100; } }

@media screen and (max-width: 480px) {
  .l-footer--middle {
    display: none; } }

.l-footer--bottom {
  background: #000; }
  @media screen and (max-width: 480px) {
    .l-footer--bottom {
      padding-bottom: 110px; } }

.copyright {
  display: block;
  color: #FFF;
  text-align: center;
  padding: 1rem; }

.c-fixed__footer-btn {
  border: 1px solid #00b7ee;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  padding: 0.5em 1em;
  text-align: center;
  color: #000;
  border-radius: 5px; }
  .c-fixed__footer-btn:last-child {
    margin-right: 0; }

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(../../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s; }
  .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s; }
  .cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1; }
  .cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5; }
  .no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1; }

.c-headding {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 100;
  font-feature-settings: "palt" 1; }
  .c-headding__header {
    font-size: 0.75em;
    padding: 0.2em; }
  .c-headding__contents-title {
    padding: 2.61792rem 0;
    font-size: 2rem; }
    .c-headding__contents-title--bold {
      font-size: 2rem;
      font-weight: bold;
      text-align: center; }
  .c-headding__mainvisual {
    font-size: 2rem;
    line-height: 4.2358rem; }
    .c-headding__mainvisual.white {
      color: #FFF; }
    @media screen and (max-width: 480px) {
		.c-headding__contents-title--bold {
      font-size: 22px;}
      .c-headding__mainvisual {
        margin-top: 1rem;
        /*font-size: 1.618rem;*/
		font-size:1rem;
        line-height: 2.61792rem;
        /*width: 16rem;*/ }
.sp-slide p { font-size:0.8rem; }
.sp-slide { height:300px !important; }		
		}
  .c-headding__fixed-footer {
    font-size: 0.8em;
    text-align: center;
    margin-bottom: 1.3em; }
  .c-headding--m_margin {
    margin: 3em 0 4em; }
  .c-headding--mb {
    margin-bottom: 3em; }
    @media screen and (max-width: 480px) {
      .c-headding--mb {
        margin-bottom: 1em; }
  .c-headding__fixed-footer {
    margin-bottom: 5px; }
 }

.c-logo {
  margin: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url(../img/top/logo.png) no-repeat 50% 50%;
  background-size: 80px;
  height: 50px; }
  @media screen and (max-width: 480px) {
    .c-logo {
      background-size: 60px;
      height: 40px; } }

.white {
  color: #FFF; }

.c_date_form {
  position: relative;
  display: inline-block;
  width: 12.5em;
  height: 2.26em;
  border: 2px solid #ccc;
  background: #FFF;
  border-radius: 15px; }
  .c_date_form::before {
    position: absolute;
    content: "";
    top: 0;
    right: -43px;
    width: 36px;
    height: 36px;
    background-color: #06c;
    background-image: url("../../img/form/calender.png");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    background-size: 73%; }

input[type="date"] {
  position: relative;
  padding: 0 10px;
  width: 17em;
  height: 36px;
  border: 0;
  background: transparent;
  box-sizing: border-box;
  font-size: 14px;
  color: #999; }

input[type="date"]::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input[type="date"]::-webkit-clear-button {
  -webkit-appearance: none; }

.u-iframe__wrap {
  position: relative;
  width: 100%;
  padding: 75% 0 0 0; }
  .u-iframe__wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

img {
  height: auto;
  max-height: 100%; }

.p-hero--middle {
  margin: 0 auto 3em;
  width: 1300px;
  overflow: hidden; }
  @media screen and (max-width: 1199px) {
    .p-hero--middle {
      margin: 60px auto 0;
      width: 100%;
      height: 10hv; } }
  .p-hero--middle img {
    overflow: hidden; }
    @media screen and (max-width: 1199px) {
      .p-hero--middle img {
        height: 249px;
        width: 100%;
        height: auto; } }

.p-blog--thumb {
  margin: -94px auto 0;
  width: 130px; }
  .p-blog--thumb img {
    border: 2px #f4f4f4 solid;
    border-radius: 50%; }
  @media screen and (max-width: 480px) {
    .p-blog--thumb {
      margin: -51px auto 0; } }

.p-blog--name {
  text-align: center;
  padding: 0.5em; }

.p-blog--cat_tab {
  border: 4px solid #000;
  padding: 1em 2em;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  width: 30%;
  margin: 0 auto 3em; }
  @media screen and (max-width: 480px) {
    .p-blog--cat_tab {
      width: 90%;
      margin-bottom: 2em; } }

.p-blog--day {
  text-align: center;
  margin-bottom: 2em; }

.p-blog--name {
  text-align: center;
  padding: 0.5em; }

.post { margin-bottom:50px !important;
  /*margin: 3em 9em;*/ }
  @media screen and (max-width: 480px) {
    .post {
      margin: 2em 0 0 !important; } }

  .post h1 {
    position: relative;
    height: 50px;
    line-height: 50px;
    padding: 0 1em;
    background-color: #840101;
    margin-bottom: 2em;
    text-align: center;
    color: #FFF;
    font-weight: 100; }
  .post h1::before,
  .post h1::after {
    content: '';
    position: absolute; }
  .post h1::before {
    top: 100%;
    left: 0;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: transparent;
    border-right-color: #3e0101; }
  .post h1::after {
    top: 0;
    right: 0;
    z-index: 2;
    border-width: 25px 20px;
    border-style: solid;
    border-color: transparent;
    border-right-color: #fff; }

@media screen and (max-width: 480px) {
  .post h1 {
    position:inherit;
    height:auto;
    line-height:1.6em;
    padding: 0;
    background-color:#FFFFFF;
    margin-bottom: 2em;
    text-align:left;
    color: #840101;
    font-weight: 100;
	font-size:18px;
	border-bottom:1px solid; }
  .post h1::before,
  .post h1::after {
    content: '';
    position:inherit; }
  .post h1::before {
    top:inherit;
    left:inherit;
	border:none; }
  .post h1::after {
    top:inherit;
    right:inherit;
    z-index:inherit;
    border:none; }
	.post h2 { font-size:18px !important; }
	.post h3 { font-size:16px !important; }
}

  .post h2 {
    margin: 0 0 20px;
    padding: 15px 0 10px;
    border-top: 3px double #B92A2C;
    /* 上線：太さ 線の種類 色 */
    border-bottom: 3px double #B92A2C;
    /* 下線：太さ 線の種類 色 */
    font-size: 1.25em;
    /* フォントサイズ */
    font-weight: bold;
    /* フォント太さ */ }

.p-shop__box {
  background: url(../img/page/bg.png);
  padding: 2em 3em;
  margin-bottom: 2em; }
  .p-shop__box::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 480px) {
    .p-shop__box {
      padding: 2em 1em; } }

.p-shop__thumb {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%; }
  .p-shop__thumb:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    .p-shop__thumb {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%;
      margin-bottom: 1.4em; }
      .p-shop__thumb:last-child {
        margin-right: 0; } }
  .p-shop__thumb img {
    box-shadow: 0 9px 15px -9px #222;
    border: 1px solid #f7efda;
    outline: solid 4px #fff; }

.p-shop__textare {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%;
  padding: 1em; }
  .p-shop__textare:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    .p-shop__textare {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%;
      padding: 0; }
      .p-shop__textare:last-child {
        margin-right: 0; } }























.minc { font-family: 'Times New Roman', 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', serif; }

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




.clear { clear:both; height:20px; }
.clear2 { clear:both; height:40px; }

.mgb0 { margin-bottom:0px !important;}
.mgb10 { margin-bottom:10px !important;}
.mgb20 { margin-bottom:20px !important;}
.mgb30 { margin-bottom:30px !important;}
.mgb40 { margin-bottom:40px !important;}
.mgb45 { margin-bottom:45px !important;}
.mgb50 { margin-bottom:50px !important;}

.mgl10 { margin-left:10px !important; }
.mgl20 { margin-left:20px !important; }
.mgl30 { margin-left:30px !important; }
.mgl40 { margin-left:40px !important; }

.mgt10 { margin-top:10px !important; }
.mgt20 { margin-top:20px !important; }
.mgt30 { margin-top:30px !important; }
.mgt40 { margin-top:40px !important; }
.mgt50 { margin-top:50px !important; }

.pd10 { padding:10px; }
.pd20 { padding:20px; }
.pd30 { padding:30px; }
.pd40 { padding:40px; }


/*--------------------------------------------------------------
# font
--------------------------------------------------------------*/


.b {
	font-weight:bold;
}

.f10 {
	font-size:10px;
}

.f12 {
	font-size:12px;
}

.f14 {
	font-size:14px;
}

.f16 {
	font-size:16px;
}

.f18 {
	font-size:18px;
}

.f20 {
	font-size:20px;
}

.f22 {
	font-size:22px;
}

.f24 {
	font-size:24px;
}

.f26 {
	font-size:26px;
}

.f28 {
	font-size:28px;
}

.f30 {
	font-size:30px;
}


.red {
	color:#cf1126;
}


.blue {
	color:#225599;
}


.green {
	color:#70902e;
}


.pink {
	color:#ff88aa;
}


.spink {
    color:#f245ab;
}


.orange {
	color:#f98d00;
}


.yellow {
	color:#ffd800;
}


.purple {
	color:#a80a6e;
}


.gray {
	color:#777777;
}


.lightblue {
	color:#66aadd;
}


.lbrown {
	color:#ceb59f;
}


.brown {
	color:#70372b;
}

.fuchi{
  text-shadow:  2px  2px 8px #555 ,
               -2px  2px 8px #555 ,
                2px -2px 8px #555 ,
               -2px -2px 8px #555;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}


/*** Shortcodes Ultimate - box elements ***/
/*		Common styles
---------------------------------------------------------------*/
.su-clearfix:before,
.su-clearfix:after {
  display: table;
  content: " ";
}

.su-clearfix:after {
  clear: both;
}

/*		Tabs + Tab
---------------------------------------------------------------*/
.su-tabs {
  margin: 0 0 1.5em 0;
  padding: 3px;
  border-radius: 3px;
  background: #eee;
}

.su-tabs-nav span {
  display: inline-block;
  margin-right: 3px;
  padding: 10px 15px;
  font-size: 13px;
  min-height: 40px;
  line-height: 20px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #333;
  cursor: pointer;
  transition: all .2s;
}

.su-tabs-nav span:hover {
  background: #f5f5f5;
}

.su-tabs-nav span.su-tabs-current {
  background: #fff;
  cursor: default;
}

.su-tabs-nav span:focus {
  outline: currentColor thin dotted;
}

.su-tabs-nav span.su-tabs-disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default;
}

.su-tabs-pane {
  padding: 15px;
  font-size: 16px !important;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background: #fff;
  color: #333;
}

.su-tabs-pane:not(.su-tabs-pane-open) {
  height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  min-height: 0 !important;
  border: none !important;
}

.su-tabs-vertical:before,
.su-tabs-vertical:after {
  content: " ";
  display: table;
}

.su-tabs-vertical:after {
  clear: both;
}

.su-tabs-vertical .su-tabs-nav {
  float: left;
  width: 30%;
}

.su-tabs-vertical .su-tabs-nav span {
  display: block;
  margin-right: 0;
  border-radius: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.su-tabs-vertical .su-tabs-panes {
  float: left;
  width: 70%;
}

.su-tabs-vertical .su-tabs-pane {
  border-radius: 0;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.su-tabs-nav,
.su-tabs-nav span,
.su-tabs-panes,
.su-tabs-pane {
  box-sizing: border-box !important;
}

/* Styles for screens that are less than 768px */
@media only screen and (max-width: 768px) {
  .su-tabs-nav span {
    display:inline-block !important;
  }
  .su-tabs-vertical .su-tabs-nav {
    float: none;
    width: auto;
  }
  .su-tabs-vertical .su-tabs-panes {
    float: none;
    width: auto;
  }
}

/*		Spoiler + Accordion
---------------------------------------------------------------*/
.su-spoiler {
  margin-bottom: 1.5em;
}

.su-spoiler .su-spoiler:last-child {
  margin-bottom: 0;
}

.su-accordion {
  margin-bottom: 1.5em;
}

.su-accordion .su-spoiler {
  margin-bottom: 0.5em;
}

.su-spoiler-title {
  position: relative;
  cursor: pointer;
  min-height: 20px;
  line-height: 20px;
  padding: 7px 7px 7px 34px;
  font-weight: bold;
  font-size: 13px;
}

.su-spoiler-title:focus {
  outline: currentColor thin dotted;
}

.su-spoiler-icon {
  position: absolute;
  left: 7px;
  top: 7px;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 21px;
  text-align: center;
  font-size: 14px;
  font-family: ShortcodesUltimateIcons;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}

.su-spoiler-content {
  padding: 14px;
  transition: padding-top .2s;
  -ie-transition: padding-top .2s;
}

.su-spoiler.su-spoiler-closed > .su-spoiler-content {
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: none;
  opacity: 0;
}

.su-spoiler-icon-plus .su-spoiler-icon:before {
  content: "\f068";
}

.su-spoiler-icon-plus.su-spoiler-closed .su-spoiler-icon:before {
  content: "\f067";
}

.su-spoiler-icon-plus-circle .su-spoiler-icon:before {
  content: "\f056";
}

.su-spoiler-icon-plus-circle.su-spoiler-closed .su-spoiler-icon:before {
  content: "\f055";
}

.su-spoiler-icon-plus-square-1 .su-spoiler-icon:before {
  content: "\f146";
}

.su-spoiler-icon-plus-square-1.su-spoiler-closed .su-spoiler-icon:before {
  content: "\f0fe";
}

.su-spoiler-icon-plus-square-2 .su-spoiler-icon:before {
  content: "\f147";
}

.su-spoiler-icon-plus-square-2.su-spoiler-closed .su-spoiler-icon:before {
  content: "\f196";
}

.su-spoiler-icon-arrow .su-spoiler-icon:before {
  content: "\f063";
}

.su-spoiler-icon-arrow.su-spoiler-closed .su-spoiler-icon:before {
  content: "\f061";
}

.su-spoiler-icon-arrow-circle-1 .su-spoiler-icon:before {
  content: "\f0ab";
}

.su-spoiler-icon-arrow-circle-1.su-spoiler-closed .su-spoiler-icon:before {
  content: "\f0a9";
}

.su-spoiler-icon-arrow-circle-2 .su-spoiler-icon:before {
  content: "\f01a";
}

.su-spoiler-icon-arrow-circle-2.su-spoiler-closed .su-spoiler-icon:before {
  content: "\f18e";
}

.su-spoiler-icon-chevron .su-spoiler-icon:before {
  content: "\f078";
}

.su-spoiler-icon-chevron.su-spoiler-closed .su-spoiler-icon:before {
  content: "\f054";
}

.su-spoiler-icon-chevron-circle .su-spoiler-icon:before {
  content: "\f13a";
}

.su-spoiler-icon-chevron-circle.su-spoiler-closed .su-spoiler-icon:before {
  content: "\f138";
}

.su-spoiler-icon-caret .su-spoiler-icon:before {
  content: "\f0d7";
}

.su-spoiler-icon-caret.su-spoiler-closed .su-spoiler-icon:before {
  content: "\f0da";
}

.su-spoiler-icon-caret-square .su-spoiler-icon:before {
  content: "\f150";
}

.su-spoiler-icon-caret-square.su-spoiler-closed .su-spoiler-icon:before {
  content: "\f152";
}

.su-spoiler-icon-folder-1 .su-spoiler-icon:before {
  content: "\f07c";
}

.su-spoiler-icon-folder-1.su-spoiler-closed .su-spoiler-icon:before {
  content: "\f07b";
}

.su-spoiler-icon-folder-2 .su-spoiler-icon:before {
  content: "\f115";
}

.su-spoiler-icon-folder-2.su-spoiler-closed .su-spoiler-icon:before {
  content: "\f114";
}

.su-spoiler-style-default > .su-spoiler-title {
  padding-left: 27px;
  padding-right: 0;
}

.su-spoiler-style-default > .su-spoiler-title > .su-spoiler-icon {
  left: 0;
}

.su-spoiler-style-default > .su-spoiler-content {
  padding: 1em 0 1em 27px;
}

.su-spoiler-style-fancy {
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #fff;
  color: #333;
}

.su-spoiler-style-fancy > .su-spoiler-title {
  border-bottom: 1px solid #ccc;
  border-radius: 10px;
  background: #f0f0f0;
  font-size: 0.9em;
}

.su-spoiler-style-fancy.su-spoiler-closed > .su-spoiler-title {
  border: none;
}

.su-spoiler-style-fancy > .su-spoiler-content {
  border-radius: 10px;
}

.su-spoiler-style-simple {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.su-spoiler-style-simple > .su-spoiler-title {
  padding: 5px 10px;
  background: #f0f0f0;
  color: #333;
  font-size: 0.9em;
}

.su-spoiler-style-simple > .su-spoiler-title > .su-spoiler-icon {
  display: none;
}

.su-spoiler-style-simple > .su-spoiler-content {
  padding: 1em 10px;
  background: #fff;
  color: #333;
}

/*		Quote
---------------------------------------------------------------*/
.su-quote-style-default {
  position: relative;
  margin-bottom: 1.5em;
  padding: 0.5em 3em;
  font-style: italic;
}

/*.su-quote-style-default.su-quote-has-cite { margin-bottom: 3em; }*/
.su-quote-style-default:before,
.su-quote-style-default:after {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../images/quote.png");
  content: '';
}

.su-quote-style-default:before {
  top: 0;
  left: 0;
  background-position: 0 0;
}

.su-quote-style-default:after {
  right: 0;
  bottom: 0;
  background-position: -20px 0;
}

.su-quote-style-default .su-quote-cite {
  display: block;
  text-align: right;
  font-style: normal;
}

.su-quote-style-default .su-quote-cite:before {
  content: "\2014\0000a0";
}

.su-quote-style-default .su-quote-cite a {
  text-decoration: underline;
}

/*		Pullquote
---------------------------------------------------------------*/
.su-pullquote {
  display: block;
  width: 30%;
  padding: 0.5em 1em;
}

.su-pullquote-align-left {
  margin: 0.5em 1.5em 1em 0;
  padding-left: 0;
  float: left;
  border-right: 5px solid #eee;
}

.su-pullquote-align-right {
  margin: 0.5em 0 1em 1.5em;
  padding-right: 0;
  float: right;
  border-left: 5px solid #eee;
}

@media screen and (max-width: 48em) {
  .su-pullquote {
    width: auto;
  }
  .su-pullquote-align-left,
  .su-pullquote-align-right {
    float: none;
    margin: 1.5em 0;
    padding: 0.5em 1em;
  }
}

/*		Row + Column
---------------------------------------------------------------*/
.su-row {
  clear: both;
  zoom: 1;
  margin-bottom: 1.5em;
}

.su-row:before,
.su-row:after {
  display: table;
  content: "";
}

.su-row:after {
  clear: both;
}

.su-column {
  display: block;
  margin: 0 4% 0 0;
  float: left;
  box-sizing: border-box;
}

.su-column-last {
  margin-right: 0;
}

.su-row .su-column {
  margin: 0 0 0 4%;
}

.su-row .su-column.su-column-size-1-1 {
  margin-left: 0;
  margin-right: 0;
}

.su-row .su-column:first-child {
  margin-left: 0;
}

.su-column-centered {
  margin-right: auto !important;
  margin-left: auto !important;
  float: none !important;
}

.su-column img,
.su-column iframe,
.su-column object,
.su-column embed {
  max-width: 100%;
}

@media only screen {
  [class*="su-column"] + [class*="su-column"]:last-child {
    float: right;
  }
}

.su-column-size-1-1 {
  width: 100%;
}

.su-column-size-1-2 {
  width: 48%;
}

.su-column-size-1-3 {
  width: 30.66%;
}

.su-column-size-2-3 {
  width: 65.33%;
}

.su-column-size-1-4 {
  width: 22%;
}

.su-column-size-3-4 {
  width: 74%;
}

.su-column-size-1-5 {
  width: 16.8%;
}

.su-column-size-2-5 {
  width: 37.6%;
}

.su-column-size-3-5 {
  width: 58.4%;
}

.su-column-size-4-5 {
  width: 79.2%;
}

.su-column-size-1-6 {
  width: 13.33%;
}

.su-column-size-5-6 {
  width: 82.66%;
}

/* Styles for screens that are less than 768px */
@media only screen and (max-width: 768px) {
  .su-column {
    width: 100% !important;
    margin: 0 0 1.5em 0 !important;
    float: none !important;
  }
  .su-row .su-column:last-child {
    margin-bottom: 0 !important;
  }
}

/*		Service
---------------------------------------------------------------*/
.su-service {
  position: relative;
  margin: 0 0 1.5em 0;
}

.su-service-title {
  display: block;
  margin-bottom: 0.5em;
  color: #333;
  font-weight: bold;
  font-size: 1.1em;
}

.su-service-title img {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

.su-service-title i {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 1em;
  height: 1em;
  text-align: center;
  line-height: 1em;
}

.su-service-content {
  line-height: 1.4;
}

/*		Box
---------------------------------------------------------------*/
.su-box {
  margin: 0 0 1.5em 0;
  border-width: 2px;
  border-style: solid;
}

.su-box-title {
  display: block;
  padding: 0.5em 1em;
  font-weight: bold;
  font-size: 1.1em;
}

.su-box-content {
  background-color: #fff;
  color: #444;
  padding: 1em;
}

.su-box-style-soft .su-box-title {
  background-image: url("../images/styles/style-soft.png");
  background-position: 0 0;
  background-repeat: repeat-x;
}

.su-box-style-glass .su-box-title {
  background-image: url("../images/styles/style-glass.png");
  background-position: 0 50%;
  background-repeat: repeat-x;
}

.su-box-style-bubbles .su-box-title {
  background-image: url("../images/styles/style-bubbles.png");
  background-position: 0 50%;
  background-repeat: repeat-x;
}

.su-box-style-noise .su-box-title {
  background-image: url("../images/styles/style-noise.png");
  background-position: 0 0;
  background-repeat: repeat-x;
}

.su-box ul { list-style:disc; padding-left:20px; }

/*		Note
---------------------------------------------------------------*/
.su-note {
  margin: 0 0 1.5em 0;
  border-width: 1px;
  border-style: solid;
}

.su-note-inner {
  padding: 1em;
  border-width: 1px;
  border-style: solid;
}

/*		Expand
---------------------------------------------------------------*/
.su-expand {
  margin: 0 0 1.5em 0;
}

.su-expand-content {
  overflow: hidden;
}

.su-expand-link {
  margin-top: 0.5em;
  cursor: pointer;
}

.su-expand-link:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.su-expand-link a,
.su-expand-link a:hover,
.su-expand-link a:active,
.su-expand-link a:visited,
.su-expand-link a:focus {
  display: inline;
  text-decoration: none;
  box-shadow: none;
  background: transparent;
  border: none;
}

.su-expand-link-style-underlined .su-expand-link span {
  text-decoration: underline;
}

.su-expand-link-style-dotted .su-expand-link span {
  border-bottom: 1px dotted #333;
}

.su-expand-link-style-dashed .su-expand-link span {
  border-bottom: 1px dashed #333;
}

.su-expand-link-style-button .su-expand-link a {
  display: inline-block;
  margin-top: 0.2em;
  padding: 0.2em 0.4em;
  border: 2px solid #333;
}

.su-expand-link-more {
  display: none;
}

.su-expand-link-less {
  display: block;
}

.su-expand-collapsed .su-expand-link-more {
  display: block;
}

.su-expand-collapsed .su-expand-link-less {
  display: none;
}

.su-expand-link i {
  display: inline-block;
  margin: 0 0.3em 0 0;
  vertical-align: middle;
  color: inherit;
}

.su-expand-link img {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 0.3em 0 0;
  vertical-align: middle;
}

/*		Lightbox content
---------------------------------------------------------------*/
.su-lightbox-content {
  position: relative;
  margin: 0 auto;
}

.mfp-content .su-lightbox-content,
#su-generator .su-lightbox-content {
  display: block !important;
}

.su-lightbox-content-preview {
  width: 100%;
  min-height: 300px;
  background: #444;
  overflow: hidden;
}

.su-lightbox-content h1,
.su-lightbox-content h2,
.su-lightbox-content h3,
.su-lightbox-content h4,
.su-lightbox-content h5,
.su-lightbox-content h6 {
  color: inherit;
}

/*		Common margin resets for box elements
---------------------------------------------------------------*/
.su-column-inner > *:first-child,
.su-accordion > *:first-child,
.su-spoiler-content > *:first-child,
.su-service-content > *:first-child,
.su-box-content > *:first-child,
.su-note-inner > *:first-child,
.su-expand-content > *:first-child,
.su-lightbox-content > *:first-child {
  margin-top: 0;
}

.su-column-inner > *:last-child,
.su-tabs-pane > *:last-child,
.su-accordion > *:last-child,
.su-spoiler-content > *:last-child,
.su-service-content > *:last-child,
.su-box-content > *:last-child,
.su-note-inner > *:last-child,
.su-expand-content > *:last-child,
.su-lightbox-content > *:last-child {
  margin-bottom: 0;
}

/*** Shortcodes Ultimate - content elements ***/
/*		Heading
---------------------------------------------------------------*/
.su-heading-style-default {
  padding: 2px 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

.su-heading-style-default .su-heading-inner {
  padding: 1em .5em;
  border-top: 4px solid #eee;
  border-bottom: 4px solid #eee;
}

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

.su-heading.su-heading-align-left .su-heading-inner {
  padding-left: .2em;
}

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

.su-heading.su-heading-align-right .su-heading-inner {
  padding-right: .2em;
}

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

/*		Divider
---------------------------------------------------------------*/
.su-divider {
  clear: both;
  border: none;
  text-align: right;
  line-height: 1;
}

.su-divider a {
  display: inline-block;
  font-size: .8em;
  text-decoration: none;
  outline: none;
  padding-bottom: 5px;
}

.su-divider-style-default {
  border-bottom-style: solid;
}

.su-divider-style-dotted {
  border-bottom-style: dotted;
}

.su-divider-style-dashed {
  border-bottom-style: dashed;
}

.su-divider-style-double {
  border-bottom-style: double;
}

/*		Spacer
---------------------------------------------------------------*/
.su-spacer {
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}

.su-spacer-5 {
  height: 5px;
}

.su-spacer-10 {
  height: 10px;
}

.su-spacer-20 {
  height: 20px;
}

.su-spacer-30 {
  height: 30px;
}

.su-spacer-40 {
  height: 40px;
}

/*		Highlight
---------------------------------------------------------------*/
.su-highlight {
  display: inline;
  padding: 1px 0;
}

/*		Label
---------------------------------------------------------------*/
.su-label {
  display: inline;
  margin-right: .3em;
  padding: .1em .3em;
  font-size: .8em;
  height: .8em;
  line-height: .8em;
  color: #fff;
  border-radius: 3px;
}

.su-label-type-default {
  background: #999;
}

.su-label-type-success {
  background: #090;
}

.su-label-type-warning {
  background: #f90;
}

.su-label-type-important {
  background: #f03;
}

.su-label-type-black {
  background: #111;
}

.su-label-type-info {
  background: #09c;
}

/*		Dropcap
---------------------------------------------------------------*/
.su-dropcap {
  float: left;
  display: inline-block;
  width: 2em;
  height: 2em;
  margin: .2em .5em .2em 0;
  line-height: 2em;
  text-align: center;
  overflow: hidden;
  text-transform: uppercase;
}

.su-dropcap-style-default {
  color: #fff;
  background: #45484d;
  background: linear-gradient(to bottom, #45484d 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#000000', GradientType=0);
  text-shadow: -1px -1px 0 #000;
  border-radius: 50%;
}

.su-dropcap-style-flat {
  background: #444;
  color: #fff;
}

.su-dropcap-style-light {
  color: #333;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: white;
  background: linear-gradient(to bottom, white 0%, #eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0);
}

.su-dropcap-style-simple {
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-align: left;
}

/*		Frame
---------------------------------------------------------------*/
.su-frame,
.su-frame-inner {
  display: block;
}

.su-frame-align-left {
  float: left;
  margin: 0 1em 1em 0;
}

.su-frame-align-center {
  float: none;
  margin: 1em auto;
}

.su-frame-align-right {
  float: right;
  margin: 0 0 1em 1em;
}

.su-frame img {
  display: block !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

.su-frame-style-default {
  padding: 2px;
  border: 1px solid #999;
  background: #fff;
  box-shadow: 1px 1px 4px #ccc;
}

.su-frame-style-default .su-frame-inner {
  padding: 2px;
  border: 4px solid #eee;
}

/*		List
---------------------------------------------------------------*/
.su-list {
  margin-bottom: 1.5em;
}

.su-list ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.su-list ul li {
  position: relative;
  display: block !important;
  margin: 0 !important;
  padding: 4px 0 4px 2em !important;
  list-style-type: none !important;
  line-height: 1.3em;
}

.su-list ul li > img {
  position: absolute;
  left: 0;
  top: 4px;
  width: 1.3em;
  height: 1.3em;
  padding: 0;
  margin: 0;
  border: none;
}

.su-list ul li > i {
  position: absolute;
  left: 0;
  top: 4px;
  width: 1.3em;
  height: 1.3em;
  line-height: 1.3em;
  text-align: center;
}

/*		Button
---------------------------------------------------------------*/
.su-button {
  display: inline-block !important;
  text-align: center;
  text-decoration: none !important;
  box-sizing: content-box !important;
  transition: all .2s;
}

.su-button-wide {
  display: block !important;
  margin: 1em 0;
}

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

.su-button span {
  display: block !important;
  text-decoration: none !important;
  box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  transition: all .2s;
}

.su-button img {
  border: none !important;
  vertical-align: middle !important;
  margin: -.2em .4em 0 -.3em !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.su-button i {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 .5em 0 0 !important;
  text-align: center;
  line-height: 1em;
}

.su-button.su-button-float-icon img {
  margin: 0 .5em !important;
}

.su-button small {
  display: block;
  margin: -.2em 0 0;
  color: inherit;
  text-align: center;
  font-style: normal;
  font-size: .8em;
  line-height: 1;
  opacity: .7;
  filter: alpha(opacity=70);
}

@media screen and (max-width: 768px) {
  .su-button span {
    padding-top: .25em !important;
    padding-bottom: .25em !important;
    line-height: 1.2 !important;
  }
  .su-button small {
    margin-top: .2em !important;
  }
}

.su-button-style-default {
  border-width: 1px;
  border-style: solid;
}

.su-button-style-default:hover {
  filter: alpha(opacity=70);
  opacity: .7;
}

.su-button-style-default span {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
}

.su-button-style-flat,
.su-button-style-flat span {
  border: none;
}

.su-button-style-flat span {
  position: relative;
}

.su-button-style-flat:hover span {
  top: 1px;
}

.su-button-style-ghost {
  background: transparent !important;
}

.su-button-style-ghost span {
  border-width: 3px;
  border-style: solid;
}

.su-button-style-ghost:hover span {
  border-color: inherit !important;
}

.su-button-style-soft span {
  background: 0 -20px url("../images/styles/style-soft.png") repeat-x;
}

.su-button-style-soft:hover span {
  background: 0 0 url("../images/styles/style-soft.png") repeat-x;
}

.su-button-style-glass span {
  background: 0 50% url("../images/styles/style-glass.png") repeat-x;
}

.su-button-style-glass:hover span {
  background: 100% 50% url("../images/styles/style-glass.png") repeat-x;
}

.su-button-style-bubbles span {
  background: 0 50% url("../images/styles/style-bubbles.png") no-repeat;
}

.su-button-style-bubbles:hover span {
  background: -710px 50% url("../images/styles/style-bubbles.png") no-repeat;
}

.su-button-style-noise span {
  background: 0 0 url("../images/styles/style-noise.png") repeat-x;
}

.su-button-style-noise:hover span {
  background: 0 0 url("../images/styles/style-noise.png") repeat-x;
}

.su-button-style-stroked span {
  margin: 1px;
  border: 1px dashed #fff !important;
}

.su-button-style-stroked:hover span {
  filter: alpha(opacity=70);
  opacity: .7;
}

.su-button-style-3d {
  border-bottom-style: solid;
  border-bottom-width: 6px;
}

.su-button-style-3d span {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.su-button-style-3d:hover {
  position: relative;
  top: 3px;
  border-bottom-width: 3px;
}

/*		Table
---------------------------------------------------------------*/
.su-table {
  width: 100%;
  margin-bottom: 1.5em;
}

.su-table table {
  min-width: 100% !important;
  margin: 0 !important;
  border-collapse: collapse !important;
  font-size: 1em !important;
  border: 1px solid #ccc !important;
}

.su-table table th {
  text-align: center !important;
  padding: 1em !important;
  font-size: 1em !important;
  font-weight: bold !important;
  color: #333 !important;
  border: 1px solid #ccc !important;
  background: #f0f0f0 !important;
}

.su-table table td {
  padding: .5em 1em !important;
  border: 1px solid #ccc !important;
  background: #fff !important;
}

.su-table-responsive {
  overflow-x: auto;
}

.su-table-responsive table th,
.su-table-responsive table td {
  word-break: initial !important;
}

.su-table-alternate table tr:nth-child(even) td {
  background-color: #f7f7f7 !important;
}

.su-table-fixed table {
  table-layout: fixed !important;
}

/*		QR code
---------------------------------------------------------------*/
.su-qrcode {
  display: inline-block;
}

.su-qrcode-align-left {
  float: left;
  margin: 0 .5em .5em 0;
}

.su-qrcode-align-center {
  display: block;
  clear: both;
  margin: 1em auto;
  text-align: center;
}

.su-qrcode-align-right {
  float: right;
  margin: 0 0 .5em .5em;
}

.su-qrcode a,
.su-qrcode a:hover,
.su-qrcode a:active,
.su-qrcode a:focus {
  background: transparent;
  outline: none;
  display: inline;
  text-decoration: none;
}

.su-qrcode-clickable a:hover {
  opacity: .7;
  filter: alpha(opacity=70);
}

.su-qrcode img {
  max-width: 100%;
}

/*** Shortcodes Ultimate - galleries elements ***/
.su-slider {
  position: relative;
  margin-bottom: 1.5em;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.su-slider-centered {
  margin: 0 auto 1.5em;
}

.su-slider-slides {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0, 0);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: left, top, -webkit-transform;
  transition-property: transform, left, top;
  transition-property: transform, left, top, -webkit-transform;
  transition-duration: 0s;
  transform: translate3d(0, 0, 0);
  transition-timing-function: ease;
}

.swiper-free-mode > .su-slider-slides {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.su-slider-slide {
  position: relative;
  float: left;
}

.su-slider-slide > a,
.su-slider-slide > img,
.su-slider-slide > a > img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.su-slider-responsive-yes .su-slider-slide > a,
.su-slider-responsive-yes .su-slider-slide > img,
.su-slider-responsive-yes .su-slider-slide > a > img {
  height: auto;
}

.su-slider-pages-no .su-slider-pagination {
  display: none;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

.su-slider-slide-title {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: block;
  max-width: 90%;
  padding: 5px 10px;
  color: #fff;
  line-height: 1.3;
  background: black;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: opacity 1s;
  -o-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
}

.su-slider-slide-visible .su-slider-slide-title {
  filter: alpha(opacity=100);
  opacity: 1;
}

.su-slider-prev,
.su-slider-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -20px !important;
  background: black 0 0 url("../images/swiper/default.png") no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all .2s;
}

.su-slider-prev {
  right: 10px;
  margin-right: 30px;
  background-position: -40px 0;
}

.su-slider-next {
  left: 10px;
  margin-left: 30px;
  background-position: 0 0;
}

.su-slider:hover .su-slider-prev,
.su-slider:hover .su-slider-next {
  margin-left: 0;
  margin-right: 0;
  filter: alpha(opacity=70);
  opacity: .7;
}

.su-slider .su-slider-prev:hover,
.su-slider .su-slider-next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.su-slider-pagination {
  position: absolute;
  left: 15%;
  right: 15%;
  top: 50%;
  width: 70%;
  height: 0;
  margin-top: -7px;
  text-align: center;
  cursor: default;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all .2s;
}

.su-slider:hover .su-slider-pagination {
  bottom: 20px;
  filter: alpha(opacity=100);
  opacity: 1;
}

.su-slider-pagination span {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0;
  background: black 0 -999px url("../images/swiper/default.png") no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: all .2s;
}

.su-slider:hover .su-slider-pagination span {
  margin: 0 3px;
}

.su-slider .su-slider-pagination span.swiper-visible-switch {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.5);
}

.su-slider-pagination span:hover,
.su-slider-pagination span.swiper-active-switch {
  background-position: 0 -40px;
}

/*		Carousel
---------------------------------------------------------------*/
.su-carousel {
  position: relative;
  margin-bottom: 1.5em;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.su-carousel-centered {
  margin: 0 auto 1.5em;
}

.su-carousel-slides {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0, 0);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: left, top, -webkit-transform;
  transition-property: transform, left, top;
  transition-property: transform, left, top, -webkit-transform;
  transition-duration: 0s;
  transform: translate3d(0, 0, 0);
  transition-timing-function: ease;
}

.swiper-free-mode > .su-carousel-slides {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.su-carousel-slide {
  position: relative;
  float: left;
}

.su-carousel-slide > a,
.su-carousel-slide > img,
.su-carousel-slide > a > img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.su-carousel-responsive-yes .su-carousel-slide > a,
.su-carousel-responsive-yes .su-carousel-slide > img,
.su-carousel-responsive-yes .su-carousel-slide > a > img {
  height: auto;
}

.su-carousel-pages-no .su-carousel-pagination {
  display: none;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

.su-carousel .su-carousel-slide a {
  padding: 0 5px;
}

.su-carousel .su-carousel-slide img {
  padding: 3px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.su-carousel .su-carousel-slide-title {
  position: absolute;
  left: 9px;
  right: 9px;
  bottom: 4px;
  display: block;
  padding: 2px 3px;
  color: #fff;
  line-height: 1.2;
  font-size: 11px;
  background: black;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: opacity 1s;
  -o-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
}

.su-carousel .su-carousel-prev,
.su-carousel .su-carousel-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: black 0 0 url("../images/swiper/default.png") no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all .2s;
}

.su-carousel .su-carousel-prev {
  right: 20px;
  margin-right: 40px;
  background-position: -40px 0;
}

.su-carousel .su-carousel-next {
  left: 20px;
  margin-left: 40px;
  background-position: 0 0;
}

.su-carousel:hover .su-carousel-prev,
.su-carousel:hover .su-carousel-next {
  margin-left: 0;
  margin-right: 0;
  filter: alpha(opacity=70);
  opacity: .7;
}

.su-carousel .su-carousel-prev:hover,
.su-carousel .su-carousel-next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.su-carousel .su-carousel-pagination {
  position: absolute;
  left: 15%;
  right: 15%;
  top: 50%;
  width: 70%;
  height: 0;
  margin-top: -7px;
  text-align: center;
  cursor: default;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all .2s;
}

.su-carousel:hover .su-carousel-pagination {
  bottom: 20px;
  filter: alpha(opacity=100);
  opacity: 1;
}

.su-carousel .su-carousel-pagination span {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0;
  background: black 0 -999px url("../images/swiper/default.png") no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: all .2s;
}

.su-carousel:hover .su-carousel-pagination span {
  margin: 0 3px;
}

.su-carousel .su-carousel-pagination span.swiper-visible-switch {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.5);
}

.su-carousel .su-carousel-pagination span:hover,
.su-carousel .su-carousel-pagination span.swiper-active-switch {
  background-position: 0 -40px;
}

/*		Custom gallery
---------------------------------------------------------------*/
.su-custom-gallery {
  margin-bottom: 1.5em;
}

.su-custom-gallery:after,
.su-custom-gallery:before {
  content: "";
  display: table;
}

.su-custom-gallery:after {
  clear: both;
}

.su-custom-gallery-slide {
  position: relative;
  float: left;
  margin: 0.5em;
  overflow: hidden;
}

.su-custom-gallery-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.su-custom-gallery-slide img {
  display: block;
  margin: 0;
  padding: 3px;
  border: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  transition: all .2s;
  -o-transition: all .2s;
  -ie-transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
}

.su-custom-gallery-slide:hover img {
  background: #eee;
  border: 1px solid #aaa;
}

.su-custom-gallery-slide span {
  position: absolute;
  left: 4px;
  bottom: 4px;
  right: 4px;
  display: block;
  padding: 2px 4px;
  font-size: 12px;
  color: #fff;
  background: black;
  background: rgba(0, 0, 0, 0.5);
  line-height: 1.3;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all .2s;
  -o-transition: all .2s;
  -ie-transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
}

.su-custom-gallery-slide:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
}

.su-custom-gallery-title-never span {
  display: none;
}

.su-custom-gallery-title-always span {
  opacity: 1;
  filter: alpha(opacity=100);
}

/*** Shortcodes Ultimate - media elements ***/
/* Container for responsive media elements */
.su-responsive-media-yes {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.su-responsive-media-yes .fluid-width-video-wrapper,
.su-responsive-media-yes .video-holder {
  position: static !important;
}

.su-responsive-media-yes iframe,
.su-responsive-media-yes object,
.su-responsive-media-yes embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*		YouTube
---------------------------------------------------------------*/
.su-youtube {
  margin: 0 0 1.5em 0;
}

.su-youtube iframe {
  border: none !important;
}

/*		Vimeo
---------------------------------------------------------------*/
.su-vimeo {
  margin: 0 0 1.5em 0;
}

.su-vimeo iframe {
  border: none !important;
}

/*		Screenr
---------------------------------------------------------------*/
.su-screenr {
  margin: 0 0 1.5em 0;
}

.su-screenr iframe {
  border: none !important;
}

/*		Dailymotion
---------------------------------------------------------------*/
.su-dailymotion {
  margin: 0 0 1.5em 0;
}

.su-dailymotion iframe {
  border: none !important;
}

/*		Document
---------------------------------------------------------------*/
.su-document {
  margin: 0 0 1.5em 0;
}

.su-document iframe {
  border: none !important;
}

/*		Gmap
---------------------------------------------------------------*/
.su-gmap {
  margin: 0 0 1.5em 0;
}

.su-gmap iframe {
  border: none !important;
}

/*** Shortcodes Ultimate - other elements ***/
/*		Tooltip
---------------------------------------------------------------*/
.qtip.su-qtip {
  max-width: 480px !important;
}

.su-tooltip {
  display: inline-block;
}

.su-qtip-size-1 {
  font-size: 0.8em !important;
}

.su-qtip-size-2 {
  font-size: 0.9em !important;
}

.su-qtip-size-3 {
  font-size: 1em !important;
}

.su-qtip-size-4 {
  font-size: 1.1em !important;
}

.su-qtip-size-5 {
  font-size: 1.2em !important;
}

.su-qtip-size-6 {
  font-size: 1.3em !important;
}

.su-tooltip-content {
  display: none;
}

.su-tooltip-content > :last-child {
  margin-bottom: 0;
}

.qtip-content .su-tooltip-content img,
.qtip-content .su-tooltip-content object,
.qtip-content .su-tooltip-content iframe,
.qtip-content .su-tooltip-content embed {
  max-width: 430px;
}

.qtip-content .su-tooltip-content .su-responsive-media-yes {
  width: 430px;
}

/*		Private
---------------------------------------------------------------*/
.su-private {
  margin: 0 0 1.5em 0;
}

/*		Members
---------------------------------------------------------------*/
.su-members {
  margin-bottom: 1.5em;
  padding: 1em;
  border-width: 1px 0;
  border-style: solid;
  text-align: center;
}

.su-members a {
  text-decoration: underline;
  color: inherit;
}

/*		Guests
---------------------------------------------------------------*/
.su-guests {
  margin-bottom: 1.5em;
}

/*		Posts
---------------------------------------------------------------*/
.su-posts-default-loop .su-post {
  margin-bottom: 2.5em;
  line-height: 1.5;
}

.su-posts-default-loop .su-post:after {
  content: '';
  display: table;
  clear: both;
}

.su-posts-default-loop .su-post-thumbnail {
  float: left;
  display: block;
  width: 100px;
  height: 100px;
  margin-right: 1em;
}

.su-posts-default-loop .su-post-thumbnail img {
  max-width: 100px;
  max-height: 100px;
}

.su-posts-default-loop h2.su-post-title {
  clear: none;
  margin: 0 0 0.3em 0;
  font-size: 1.2em;
  font-weight: bold;
}

.su-posts-default-loop .su-post-meta {
  margin-bottom: 0.7em;
  font-size: 0.8em;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.su-posts-default-loop .su-post-excerpt {
  margin-bottom: 0.5em;
}

.su-posts-default-loop .su-post-excerpt p:last-child {
  margin-bottom: 0;
}

.su-posts-default-loop .su-post-comments-link {
  font-size: 0.9em;
}

.su-posts-teaser-loop .su-post {
  margin-bottom: 1.5em;
  line-height: 1.2;
}

.su-posts-teaser-loop .su-post:after {
  content: '';
  display: table;
  clear: both;
}

.su-posts-teaser-loop .su-post-thumbnail {
  float: left;
  display: block;
  width: 56px;
  height: 56px;
  margin: 0 1em 0 0;
}

.su-posts-teaser-loop .su-post-thumbnail img {
  display: block;
  margin: 0;
  padding: 2px;
  border: 1px solid #ccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  max-width: 100%;
  max-height: 100%;
}

.su-posts-teaser-loop h2.su-post-title {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 0.9em;
  font-weight: normal;
  clear: none;
}

.su-posts-single-post .su-post {
  margin-bottom: 2.5em;
  line-height: 1.5;
}

.su-posts-single-post .su-post:after {
  content: '';
  display: table;
  clear: both;
}

.su-posts-single-post h1.su-post-title {
  clear: none;
  margin: 0 0 0.3em 0;
  font-size: 1.2em;
  font-weight: bold;
}

.su-posts-single-post .su-post-meta {
  margin-bottom: 0.7em;
  font-size: 0.8em;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.su-posts-single-post .su-post-content {
  margin-bottom: 0.5em;
}

.su-posts-single-post .su-post-content p:last-child {
  margin-bottom: 0;
}

/*** Shortcodes Ultimate - players elements ***/
/*		Audio
---------------------------------------------------------------*/
.su-audio {
  position: relative;
  width: 100%;
  height: 30px;
  margin-bottom: 1.5em;
  background: #7c8781;
  background: linear-gradient(to bottom, #7c8781 0%, #0a0809 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c8781', endColorstr='#0a0809', GradientType=0);
  border-radius: 3px;
}

.su-audio .jp-play,
.su-audio .jp-pause {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 30px;
  height: 30px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  cursor: pointer;
  border-right: 1px solid #454947;
  background-image: url("../images/player/default.png");
  background-repeat: no-repeat;
}

.su-audio .jp-play {
  background-position: 0 0;
}

.su-audio .jp-pause {
  background-position: -30px 0;
}

.su-audio .jp-current-time,
.su-audio .jp-duration {
  position: absolute;
  top: 0;
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 10px;
  color: #eee;
  text-shadow: 0 -1px 0 #000;
}

.su-audio .jp-current-time {
  left: 45px;
}

.su-audio .jp-duration {
  right: 10px;
}

.su-audio .jp-seek-bar,
.su-audio .jp-play-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  border-radius: 3px;
  cursor: pointer;
}

.su-audio .jp-progress {
  position: absolute;
  top: 10px;
  left: 85px;
  right: 50px;
  height: 10px;
  background: #333;
  box-shadow: 0 0 5px #000 inset;
  border-radius: 3px;
}

.su-audio .jp-seek-bar {
  background: #0b0b0b;
  background: linear-gradient(to bottom, #0b0b0b 0%, #666 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b0b0b', endColorstr='#666666', GradientType=0);
}

.su-audio .jp-play-bar {
  background: #6db3f2;
  background: linear-gradient(to bottom, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6db3f2', endColorstr='#1e69de', GradientType=0);
}

/*		Video
---------------------------------------------------------------*/
.su-video {
  position: relative;
  margin-bottom: 1.5em;
  overflow: hidden;
}

.su-video .jp-title {
  position: absolute;
  top: -100px;

  left: 0;
  width: 100%;
  height: 30px;
  padding: 0 1em;
  line-height: 30px;
  font-size: .9em;
  background: black;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  transition: top .2s;
}

.su-video:hover .jp-title {
  top: 0;
}

.su-video .jp-start {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: .5;
  transition: opacity .2s;
  background: 50% 50% url("../images/player/default-start.png") no-repeat;
}

.su-video:hover .jp-start {
  opacity: .8;
}

.su-video.jp-video-full {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.su-video.jp-video-full .jp-jplayer {
  position: fixed !important;
  left: 0;
  top: 0;
  overflow: hidden;
}

.su-video .jp-gui {
  position: relative;
  height: 30px;
  background: #7c8781;
  background: linear-gradient(to bottom, #7c8781 0%, #0a0809 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c8781', endColorstr='#0a0809', GradientType=0);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.su-video.jp-video-full .jp-gui {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

.su-video-controls-no .jp-gui {
  position: absolute !important;
  bottom: -100px;
  left: 0;
  right: 0;
  transition: bottom .2s;
}

.su-video-controls-no:hover .jp-gui {
  bottom: 0;
}

.su-video img {
  border-radius: 0 !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.su-video .jp-gui .jp-play,
.su-video .jp-gui .jp-pause {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 30px;
  height: 30px;
  border-right: 1px solid #454947;
  cursor: pointer;
}

.su-video .jp-gui .jp-play {
  background: 0 0 url("../images/player/default.png") no-repeat;
}

.su-video .jp-gui .jp-pause {
  background: -30px 0 url("../images/player/default.png") no-repeat;
}

.su-video .jp-full-screen,
.su-video .jp-restore-screen {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
  border-left: 1px solid #454947;
  cursor: pointer;
}

.su-video .jp-full-screen {
  background: 0 -30px url("../images/player/default.png") no-repeat;
}

.su-video .jp-restore-screen {
  background: -30px -30px url("../images/player/default.png") no-repeat;
}

.su-video .jp-progress {
  position: absolute;
  top: 10px;
  left: 90px;
  right: 90px;
  height: 10px;
  background: #333;
  border-radius: 3px;
  box-shadow: 0 0 5px #000 inset;
}

.su-video .jp-seek-bar,
.su-video .jp-play-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
  border-radius: 3px;
}

.su-video .jp-seek-bar {
  background: #0b0b0b;
  background: linear-gradient(to bottom, #0b0b0b 0%, #666 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b0b0b', endColorstr='#666666', GradientType=0);
}

.su-video .jp-play-bar {
  background: #6db3f2;
  background: linear-gradient(to bottom, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6db3f2', endColorstr='#1e69de', GradientType=0);
}

.su-video .jp-current-time,
.su-video .jp-duration {
  position: absolute;
  top: 0;
  display: block;
  height: 30px;
  line-height: 30px;
  color: #f5f5f5;
  font-size: 10px;
}

.su-video .jp-current-time {
  left: 50px;
}

.su-video .jp-duration {
  right: 50px;
}

.su-column img {
    box-shadow: 0 9px 15px -9px #222;
    border: 1px solid #f7efda;
    outline: solid 4px #fff; }
	
	
	
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}


/*--------------------------------------------------------------
 googlecal
--------------------------------------------------------------*/
.cal_wrapper {
max-width: 960px; /* 最大幅 */
min-width: 300px; /* 最小幅 */
margin: 2.0833% auto;
}
.googlecal {
position: relative;
padding-bottom: 100%; /* 縦横比 */
height: 0;
}
.googlecal iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
/* 画面幅が768px以上の場合の縦横比の指定 */
@media only screen and (min-width: 768px) {
.googlecal { padding-bottom: 75%; }
}





/*--------------------------------------------------------------
 glass
--------------------------------------------------------------*/
#GL ul { list-style:none !important; padding-left:0 !important; margin:0 20px; }
.post ul li ul { list-style:none !important; padding-left:0; border-bottom:1px solid #000; margin-bottom:10px; }
.post ul li ul li { display:inline-block; padding-top:10px; padding-bottom:10px; }
.post ul li ul li.g01 { width:35%; }
.post ul li ul li.g02 { width:35%; }
.post ul li ul li.g03 { width:20%; }
.post ul li ul li.g04 { width:68%; }
.post ul li ul li.g05 { width:30%; text-align:right; }

.post ul li ul li.r01 { width:25%; padding-left:2%; padding-right:2%; position:absolute; }
.post ul li ul li.r02 { width:65%; padding-left:2%; padding-right:2%; margin-left:25%; }
.post ul li ul li.r03 { width:15%; padding-left:1%; padding-right:1%; position:absolute; }
.post ul li ul li.r04 { width:80%; padding-left:1%; padding-right:1%; margin-left:15%; }

@media screen and (max-width: 992px) {
#GL ul { margin:0 2px; }
.post ul { padding-left:10px; }
.post ol { padding-left:30px; }
.post ul li ul li { padding-top:2px; padding-bottom:2px; }
.post ul li ul li.g01 { width:100%; }
.post ul li ul li.g02 { width:60%; font-size:0.7em; }
.post ul li ul li.g03 { width:35%; font-size:0.7em; }
.post ul li ul li.g04 { width:100%; }
.post ul li ul li.g05 { width:100%; text-align:right; }

.post ul li ul li.r01 { width:100%; background-color:#dddddd; padding:0 2px; position:inherit; }
.post ul li ul li.r02 { width:100%; padding:0 2px; margin-left:0; }
.post ul li ul li.r03 { width:100%; background-color:#dddddd; padding:0 2px; position:inherit; }
.post ul li ul li.r04 { width:100%; padding:0 2px; margin-left:0; }
}




/*--------------------------------------------------------------
 CF7
--------------------------------------------------------------*/
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #F00 !important;
}

div.wpcf7-validation-errors p {
    margin: 1em 0.5em;
}




.children { margin-left:25px; list-style:disc; font-size:14px; }
.children li { margin-bottom:10px;}