@charset "UTF-8";
/*
Theme Name: nishiyamadenki
Theme URI:
Description:
Author:
Author URI:
Version: 1.0
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, main, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

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

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  line-height: 1.8;
  font-family: Helvetica, Arial, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #444444;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  color: #2c5067;
  background: transparent;
  -webkit-tap-highlight-color: rgba(44, 80, 103, 0.6);
}

a:focus {
  outline: none;
}

a:hover, a:active {
  text-decoration: none;
  color: #3b6c8b;
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

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

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #b2b2b2;
}

::selection {
  color: #FFFFFF;
  background: #345e79;
}

input::selection,
textarea::selection {
  color: #444444;
}

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 {
  padding: 5px;
  vertical-align: middle;
  font-size: 100%;
  border: 1px solid #7f7f7f;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
}

textarea {
  resize: vertical;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  position: relative;
  border: none;
  overflow: visible;
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
}

:placeholder-shown {
  color: rgba(68, 68, 68, 0.4);
}

::-webkit-input-placeholder {
  color: rgba(68, 68, 68, 0.4);
}

:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color: rgba(68, 68, 68, 0.4);
}

::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color: rgba(68, 68, 68, 0.4);
}

:-ms-input-placeholder {
  color: rgba(68, 68, 68, 0.4);
}

.l-container {
  position: relative;
  width: 100%;
}

.l-header {
  width: 100%;
  margin: auto;
}

.l-content {
  position: relative;
  width: 100%;
  padding-bottom: 100px;
}

.home .l-content {
  padding-bottom: 0;
}

.l-content img {
  max-width: 100%;
  height: auto;
}

.l-main {
  position: relative;
  width: 90%;
  max-width: 760px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
}

.page .l-main {
  margin-bottom: 0;
}

.c-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 1040px;
  margin: auto;
}

.c-row--left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-row--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-row--between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-row--around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.c-inline > img {
  display: inline !important;
  margin-bottom: 0 !important;
}

.c-btn {
  margin-right: auto;
  margin-left: auto;
}

.c-btn a {
  display: block;
  margin: auto;
  text-align: center;
  text-decoration: none;
}

.c-btn--primary a {
  position: relative;
  overflow: hidden;
  height: 56px;
  width: 280px;
  line-height: 56px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #444444;
  background: #00abe7 url("images/bg-white.png") repeat;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.c-btn--primary a:hover {
  color: #FFFFFF;
  background-color: #2c5067;
}

.c-btn--secondary a {
  position: relative;
  overflow: hidden;
  height: 56px;
  width: 280px;
  line-height: 56px;
  letter-spacing: .1em;
  font-family: 'Amatic SC', cursive;
  font-size: 28px;
  font-size: 2.8rem;
  color: #444444;
  background: #00abe7 url("images/bg-white.png") repeat;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.c-btn--secondary a:hover {
  color: #FFFFFF;
  background-color: #2c5067;
}

.c-breadcrumb {
  width: 90%;
  max-width: 1040px;
  margin: auto;
  padding-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

.c-breadcrumb i {
  padding: 0 .5em;
}

.c-breadcrumb a {
  text-decoration: none;
  color: #aaaaaa;
}

.c-breadcrumb a:hover {
  text-decoration: underline;
  color: #444444;
}

.pagetop {
  position: fixed;
  right: 6px;
  bottom: 0;
  z-index: 2;
  width: 80px;
}

.pagetop img {
  width: 100%;
  height: auto;
}

.pagetop a {
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (min-width: 1200px) {
  .pagetop {
    right: 20px;
    width: auto;
  }
}

.wpcf7-form dl,
.mw_wp_form dl {
  margin-bottom: 30px;
}

.wpcf7-form dl dt,
.mw_wp_form dl dt {
  margin-bottom: 10px;
  font-weight: bold;
}

.wpcf7-form dl dd,
.mw_wp_form dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form textarea,
.mw_wp_form input[type="text"],
.mw_wp_form input[type="email"],
.mw_wp_form input[type="url"],
.mw_wp_form input[type="tel"],
.mw_wp_form input[type="number"],
.mw_wp_form textarea {
  width: 100%;
  padding: 10px;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
  background: #f2f2f2;
  border: 1px solid #b2b2b2;
  border-radius: 4px;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="url"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form input[type="number"]:focus,
.wpcf7-form textarea:focus,
.mw_wp_form input[type="text"]:focus,
.mw_wp_form input[type="email"]:focus,
.mw_wp_form input[type="url"]:focus,
.mw_wp_form input[type="tel"]:focus,
.mw_wp_form input[type="number"]:focus,
.mw_wp_form textarea:focus {
  background: #FFFFFF;
  border-color: #4b88ae;
}

.wpcf7-form input[type="text"]:focus:placeholder-shown,
.wpcf7-form input[type="email"]:focus:placeholder-shown,
.wpcf7-form input[type="url"]:focus:placeholder-shown,
.wpcf7-form input[type="tel"]:focus:placeholder-shown,
.wpcf7-form input[type="number"]:focus:placeholder-shown,
.wpcf7-form textarea:focus:placeholder-shown,
.mw_wp_form input[type="text"]:focus:placeholder-shown,
.mw_wp_form input[type="email"]:focus:placeholder-shown,
.mw_wp_form input[type="url"]:focus:placeholder-shown,
.mw_wp_form input[type="tel"]:focus:placeholder-shown,
.mw_wp_form input[type="number"]:focus:placeholder-shown,
.mw_wp_form textarea:focus:placeholder-shown {
  color: transparent;
}

.wpcf7-form input[type="text"]:focus::-webkit-input-placeholder,
.wpcf7-form input[type="email"]:focus::-webkit-input-placeholder,
.wpcf7-form input[type="url"]:focus::-webkit-input-placeholder,
.wpcf7-form input[type="tel"]:focus::-webkit-input-placeholder,
.wpcf7-form input[type="number"]:focus::-webkit-input-placeholder,
.wpcf7-form textarea:focus::-webkit-input-placeholder,
.mw_wp_form input[type="text"]:focus::-webkit-input-placeholder,
.mw_wp_form input[type="email"]:focus::-webkit-input-placeholder,
.mw_wp_form input[type="url"]:focus::-webkit-input-placeholder,
.mw_wp_form input[type="tel"]:focus::-webkit-input-placeholder,
.mw_wp_form input[type="number"]:focus::-webkit-input-placeholder,
.mw_wp_form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.wpcf7-form input[type="text"]:focus:-moz-placeholder,
.wpcf7-form input[type="email"]:focus:-moz-placeholder,
.wpcf7-form input[type="url"]:focus:-moz-placeholder,
.wpcf7-form input[type="tel"]:focus:-moz-placeholder,
.wpcf7-form input[type="number"]:focus:-moz-placeholder,
.wpcf7-form textarea:focus:-moz-placeholder,
.mw_wp_form input[type="text"]:focus:-moz-placeholder,
.mw_wp_form input[type="email"]:focus:-moz-placeholder,
.mw_wp_form input[type="url"]:focus:-moz-placeholder,
.mw_wp_form input[type="tel"]:focus:-moz-placeholder,
.mw_wp_form input[type="number"]:focus:-moz-placeholder,
.mw_wp_form textarea:focus:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color: transparent;
}

.wpcf7-form input[type="text"]:focus::-moz-placeholder,
.wpcf7-form input[type="email"]:focus::-moz-placeholder,
.wpcf7-form input[type="url"]:focus::-moz-placeholder,
.wpcf7-form input[type="tel"]:focus::-moz-placeholder,
.wpcf7-form input[type="number"]:focus::-moz-placeholder,
.wpcf7-form textarea:focus::-moz-placeholder,
.mw_wp_form input[type="text"]:focus::-moz-placeholder,
.mw_wp_form input[type="email"]:focus::-moz-placeholder,
.mw_wp_form input[type="url"]:focus::-moz-placeholder,
.mw_wp_form input[type="tel"]:focus::-moz-placeholder,
.mw_wp_form input[type="number"]:focus::-moz-placeholder,
.mw_wp_form textarea:focus::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color: transparent;
}

.wpcf7-form input[type="text"]:focus:-ms-input-placeholder,
.wpcf7-form input[type="email"]:focus:-ms-input-placeholder,
.wpcf7-form input[type="url"]:focus:-ms-input-placeholder,
.wpcf7-form input[type="tel"]:focus:-ms-input-placeholder,
.wpcf7-form input[type="number"]:focus:-ms-input-placeholder,
.wpcf7-form textarea:focus:-ms-input-placeholder,
.mw_wp_form input[type="text"]:focus:-ms-input-placeholder,
.mw_wp_form input[type="email"]:focus:-ms-input-placeholder,
.mw_wp_form input[type="url"]:focus:-ms-input-placeholder,
.mw_wp_form input[type="tel"]:focus:-ms-input-placeholder,
.mw_wp_form input[type="number"]:focus:-ms-input-placeholder,
.mw_wp_form textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.wpcf7-form input[type="number"],
.mw_wp_form input[type="number"] {
  width: 100px;
}

@media only screen and (min-width: 768px) {
  .wpcf7-form input.wpcf7-date,
  .mw_wp_form input.wpcf7-date {
    width: 260px;
  }
}

.wpcf7-form label,
.mw_wp_form label {
  cursor: pointer;
}

@media only screen and (min-width: 1200px) {
  .wpcf7-form textarea,
  .mw_wp_form textarea {
    height: 145px;
  }
}

span.wpcf7-list-item {
  margin: 0 1em 0 0;
  cursor: pointer;
}

.form-accept {
  margin-bottom: 20px;
  text-align: center;
}

.form-accept label {
  display: block;
  padding: 10px;
  cursor: pointer;
  background: rgba(178, 178, 178, 0.4);
}

.form-accept label:hover {
  background: rgba(144, 183, 207, 0.4);
}

@media only screen and (min-width: 1200px) {
  .form-accept {
    margin-bottom: 40px;
  }
  .form-accept label {
    display: inline-block;
    padding: 0;
    line-height: 1.2;
    background: none;
    border-bottom: 1px dotted transparent;
  }
  .form-accept label:hover {
    background: none;
    border-color: #2c5067;
  }
}

.form-send {
  margin: 20px auto 0;
  text-align: center;
}

.form-send input[type="submit"] {
  width: 100%;
  height: 56px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFFFFF;
  background: #2c5067;
  border-radius: 4px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-appearance: none;
}

.form-send input[type="submit"]:hover {
  color: #FFFFFF;
  background-color: #4b88ae;
}

@media only screen and (min-width: 768px) {
  .form-send input[type="submit"] {
    width: 280px;
  }
}

.form-required, .form-optional {
  margin-left: .2em;
  font-weight: normal;
  color: #0d1820;
}

.form-optional {
  color: #666666;
}

.post-wrap {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 1200px) {
  .post-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 1040px;
  }
}

.post {
  position: relative;
}

.post__header {
  margin-bottom: 40px;
  text-align: center;
}

.post__title {
  margin-bottom: 10px;
  line-height: 1.4;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
}

@media only screen and (min-width: 768px) {
  .post__title {
    font-size: 2.8rem;
  }
}

.post__cat {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #2c5067;
}

.post__date {
  font-weight: bold;
}

.post__date--modified {
  margin-left: 1em;
  font-weight: bold;
}

.post__content {
  margin-bottom: 60px;
}

.post__content h2 {
  margin-bottom: 1.5em;
  padding: 8px 12px;
  line-height: 1.4;
  font-size: 26px;
  font-size: 2.6rem;
  background: #b2b2b2;
  border-radius: 4px;
}

.post__content h3 {
  margin-bottom: 2em;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 14px;
  line-height: 1.4;
  font-size: 20px;
  font-size: 2rem;
  border-left: 2px solid #2c5067;
}

.post__content h4 {
  font-size: 16px;
  font-size: 1.6rem;
}

.post__content p,
.post__content ul,
.post__content ol,
.post__content blockquote,
.post__content table,
.post__content figure,
.post__content pre {
  margin-bottom: 3em;
  font-size: 15px;
  font-size: 1.5rem;
}

.post__content p:last-child,
.post__content ul:last-child,
.post__content ol:last-child,
.post__content blockquote:last-child,
.post__content table:last-child,
.post__content figure:last-child,
.post__content pre:last-child {
  margin-bottom: 0;
}

.post__content ul,
.post__content ol {
  margin-left: 2em;
}

.post__content ul ul,
.post__content ul ol,
.post__content ol ul,
.post__content ol ol {
  margin-top: 10px;
}

.post__content li {
  padding-bottom: 10px;
  color: #2c5067;
}

.post__content li:last-child {
  padding-bottom: 0;
}

.post__content li span {
  color: #444444;
}

.post__content a {
  color: #2c5067;
  text-decoration: underline;
  word-wrap: break-word;
}

.post__content a:hover {
  text-decoration: none;
}

.post__content strong {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(44, 80, 103, 0.3)));
  background-image: -webkit-linear-gradient(transparent 60%, rgba(44, 80, 103, 0.3) 60%);
  background-image: linear-gradient(transparent 60%, rgba(44, 80, 103, 0.3) 60%);
}

.post__content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 3em;
}

.post__content figure {
  position: relative;
}

.post__content figure img {
  width: 100%;
  margin-bottom: 0;
}

.post__content figcaption {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 1% 2%;
  font-size: 13px;
  font-size: 1.3rem;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.5);
}

.post__content blockquote {
  position: relative;
  padding: 1.5em;
  font-style: italic;
  background: rgba(237, 237, 237, 0.6);
  z-index: 1;
}

.post__content blockquote:before {
  position: absolute;
  top: 5px;
  left: 10px;
  display: inline;
  padding-right: .5em;
  line-height: 1;
  color: #FFFFFF;
  font-size: 50px;
  font-size: 5.0rem;
  font-family: "FontAwesome";
  content: "\f10d";
  z-index: -1;
}

.post__content blockquote p {
  margin-bottom: 0;
  z-index: 1;
}

.post__content cite {
  display: block;
  text-align: right;
}

.post__content pre {
  padding: 0 1em;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
  border-radius: 3px;
}

.post__content pre code {
  font-family: 'Source Code Pro', sans-serif;
}

.post__content table {
  width: 100%;
  border-bottom: 1px solid #e0e0ca;
}

.post__content table th,
.post__content table td {
  display: block;
  text-align: left;
  vertical-align: top;
}

.post__content table th {
  padding: 10px;
  white-space: nowrap;
  background: #f3f3ea;
  border-top: 1px solid #e0e0ca;
}

.post__content table td {
  padding: 10px 10px 20px;
  border-top: 1px solid #e0e0ca;
}

@media only screen and (min-width: 1200px) {
  .post__content table {
    display: table;
  }
  .post__content table th,
  .post__content table td {
    display: table-cell;
    padding: 16px;
    vertical-align: top;
    border-top: 1px solid #e0e0ca;
  }
  .post__content table th {
    width: 25%;
    text-align: left;
    font-weight: normal;
  }
  .post__content table td {
    border-left: 1px solid #e0e0ca;
  }
}

.post__share {
  bottom: 0;
  z-index: 1;
}

.post__share dt {
  letter-spacing: .15em;
  font-family: 'Amatic SC', cursive;
  font-size: 28px;
  font-size: 2.8rem;
}

.list-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 40px;
  list-style: none;
}

.list-share li {
  margin-right: 5px;
  margin-left: 5px;
  text-align: center;
}

.list-share li:first-child {
  margin-left: 0;
}

.list-share li:last-child {
  margin-right: 0;
}

.list-share li a {
  display: block;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-decoration: none;
  color: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.list-share li a:hover {
  background: #FFFFFF;
}

.list-share li span:before {
  vertical-align: middle;
  font-size: 24px;
  font-size: 2.4rem;
}

.list-share__title {
  letter-spacing: .1em;
  font-family: 'Amatic SC', cursive;
  font-size: 28px;
  font-size: 2.8rem;
}

.list-share__twitter a {
  background: #55ACEE;
}

.list-share__twitter a:hover {
  color: #55ACEE;
  border-color: #55ACEE;
}

.list-share__facebook a {
  background: #315096;
}

.list-share__facebook a:hover {
  color: #315096;
  border-color: #315096;
}

.list-share__line a {
  background: #00C300;
}

.list-share__line a:hover {
  color: #00C300;
  border-color: #00C300;
}

.widget {
  margin-bottom: 40px;
}

.widget .screen-reader-text {
  display: none;
}

.widget a {
  text-decoration: none;
}

.widget a:hover {
  color: #444444;
}

.widget__posts {
  list-style: none;
}

.widget__posts li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #b2b2b2;
}

.widget__posts li:last-child {
  margin-bottom: 0;
}

.widget__posts a {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.widget__title {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.widget__title:before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 12px;
  margin-right: 10px;
  vertical-align: middle;
  background: #2c5067;
}

.widget__content ul {
  margin-left: 22px;
  list-style: none;
}

.widget--categories li a {
  position: relative;
  padding: 5px 0;
}

.wp-embedded-content {
  width: 100%;
}

.wp-pagenavi {
  width: 100%;
  text-align: center;
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block;
  height: 44px;
  margin: 8px 4px 0;
  padding: 0 18px;
  line-height: 44px;
  vertical-align: bottom;
  text-align: center;
  text-decoration: none;
  color: #444444;
  background: #b2b2b2 url("images/bg-white.png");
  border-radius: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.wp-pagenavi a:hover {
  color: #FFFFFF;
  background-color: #2c5067;
}

.wp-pagenavi .current {
  font-weight: bold;
  color: #FFFFFF;
  background: #00abe7 url("images/bg-white.png");
}

.split-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.split-nav span,
.split-nav a {
  display: block;
}

.split-nav span {
  height: 32px;
  margin: 0 4px;
  padding: 0 12px;
  line-height: 32px;
  font-weight: bold;
  color: #FFFFFF;
  background: #444444;
}

.split-nav a {
  text-decoration: none;
}

.split-nav a span {
  font-weight: normal;
  color: #444444;
  background: #f3f3ea;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.split-nav a:hover span {
  color: #FFFFFF;
  background: #444444;
}

.header {
  position: relative;
  width: 100%;
  max-width: 1400px;
  padding: 20px 0;
}

.header__logo {
  width: 200px;
  margin-left: 20px;
}

.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 1200px) {
  .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 60px 0;
  }
  .header__logo {
    width: 284px;
  }
}

.global-nav {
  display: none;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (min-width: 1200px) {
  .global-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 30px;
    margin-left: auto;
    margin-right: 20px;
    z-index: 99;
  }
  .global-nav.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    width: 100%;
  }
}

.global-nav__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.global-nav__menu li {
  margin: 0 14px;
  text-align: center;
}

.global-nav__menu li a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #444444;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.global-nav__menu li a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  margin: auto;
  background: #00abe7;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.global-nav__menu li a:hover {
  color: #00abe7;
}

.global-nav__menu li a:hover:after {
  width: 100%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.clone-nav {
  position: fixed;
  top: -10px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 30px 0 20px;
  background: #FFFFFF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 1200px) {
  .clone-nav {
    display: block;
  }
}

.is-show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.main-visual__pic {
  width: 100%;
}

.main-visual__text {
  padding: 20px;
  color: #FFFFFF;
  background: #2c5067;
}

.main-visual__text .large {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

@media only screen and (min-width: 1200px) {
  .main-visual {
    position: relative;
    margin-bottom: 160px;
  }
  .main-visual:after {
    content: "";
    display: block;
    position: absolute;
    top: 220px;
    z-index: -1;
    width: 100%;
    height: -webkit-calc(360px + 20%);
    height: calc(360px + 20%);
    max-height: 800px;
    background: #f3f3ea;
  }
  .main-visual__pic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 80%;
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px);
    max-height: 800px;
    overflow: hidden;
    margin-right: 0;
    margin-left: auto;
  }
  .main-visual__pic img {
    width: 100%;
    height: auto;
  }
  .main-visual__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 140px;
    left: 100px;
    height: 170px;
    width: 460px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.4);
  }
  .main-visual__text .small {
    margin-bottom: 5px;
    font-size: 1.8rem;
  }
  .main-visual__text .large {
    font-size: 2.2rem;
    font-weight: bold;
  }
}

.page__title {
  text-align: center;
  font-weight: normal;
}

.page__title span {
  display: block;
  line-height: 1.4;
}

.page__title .en {
  letter-spacing: .1em;
  font-family: 'Amatic SC', cursive;
  font-size: 46px;
  font-size: 4.6rem;
}

.page__title .en:after {
  content: "";
  display: block;
  height: 2px;
  width: 60px;
  margin: 0 auto 15px;
  background: #00abe7;
}

.error404 .page__title .en {
  font-size: 46px;
  font-size: 4.6rem;
}

@media only screen and (min-width: 1200px) {
  .page__title .en {
    font-size: 6.8rem;
  }
}

.section__title {
  margin-bottom: 40px;
  text-align: center;
}

.section__title:after {
  content: "";
  display: block;
  height: 1px;
  width: 80px;
  margin: 10px auto 0;
  background: #2c5067;
}

.section__title span {
  display: block;
}

.section__title .en {
  padding-left: .2em;
  letter-spacing: .2em;
  color: #00abe7;
}

.section__title .ja {
  font-size: 24px;
  font-size: 2.4rem;
  color: #2c5067;
}

@media only screen and (min-width: 768px) {
  .section__title .ja {
    font-size: 2.8rem;
  }
}

.section__inner {
  position: relative;
  width: 90%;
  max-width: 1040px;
  margin: auto;
}

.section--about {
  position: relative;
}

.section--about__title {
  margin-bottom: 40px;
  text-align: center;
}

.section--about__title:after {
  content: "";
  display: block;
  height: 1px;
  width: 80px;
  margin: 10px auto 0;
  background: #FFFFFF;
}

.section--about__title span {
  display: block;
}

.section--about__title .en {
  padding-left: .2em;
  letter-spacing: .2em;
  color: #00abe7;
}

.section--about__title .ja {
  font-size: 24px;
  font-size: 2.4rem;
}

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

.section--about__text {
  padding: 40px 20px;
  color: #FFFFFF;
  background: #2c5067;
}

@media only screen and (min-width: 1200px) {
  .section--about {
    margin: 0 auto 200px;
  }
  .section--about:after {
    content: "";
    display: block;
    position: absolute;
    top: 180px;
    z-index: -1;
    width: 100%;
    min-height: 500px;
    background: #f3f3ea;
  }
  .section--about__pic {
    width: 50%;
    max-height: 580px;
    overflow: hidden;
  }
  .section--about__inner {
    position: absolute;
    top: 0px;
    right: 50%;
    left: 50%;
    width: 90%;
    max-width: 1040px;
    margin: auto;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
  }
  .section--about__title {
    text-align: left;
  }
  .section--about__title:after {
    margin-right: 0;
    margin-left: 0;
  }
  .section--about__title .en {
    font-size: 1.6rem;
  }
  .section--about__title .ja {
    font-size: 2.8rem;
  }
  .section--about__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 90px;
    right: 0;
    height: auto;
    width: 560px;
    padding: 80px 60px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.4);
  }
  .section--about__text p {
    line-height: 2;
  }
}

.section--denki {
  position: relative;
  margin-bottom: 60px;
  padding-top: 40px;
}

@media only screen and (min-width: 1200px) {
  .section--denki {
    margin-bottom: 80px;
    padding-top: 20px;
  }
  .section--denki:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    z-index: -1;
    height: 600px;
    width: 100%;
    margin-top: -200px;
    background: #f3f3ea;
  }
}

@media only screen and (min-width: 1200px) {
  .section--denki__inner {
    padding: 60px 90px;
    background: #FFFFFF;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.4);
  }
}

.section--denki__box > p {
  margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) {
  .section--denki__box {
    width: 860px;
  }
}

.section--denki__gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  list-style: none;
}

.section--denki__gallery li {
  width: 48%;
  margin-top: nulll;
  margin-right: 4%;
  margin-bottom: 4%;
  text-align: center;
}

.section--denki__gallery li:nth-child(2n) {
  margin-right: 0;
}

@media only screen and (min-width: 768px) {
  .section--denki__gallery li {
    width: 30%;
  }
  .section--denki__gallery li:nth-child(2n) {
    margin-right: 4%;
  }
  .section--denki__gallery li:nth-child(3n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .section--denki__gallery li {
    width: 260px;
    margin-right: 40px;
  }
  .section--denki__gallery li:nth-child(2n) {
    margin-right: 40px;
  }
  .section--denki__gallery li:nth-child(3n) {
    margin-right: 0;
  }
}

.section--denki__gallery li a {
  display: block;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.section--denki__gallery li a .thumb {
  position: relative;
}

.section--denki__gallery li a .thumb img {
  height: auto;
  width: 100%;
}

.section--denki__gallery li a .thumb span {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  background: #2c5067;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.section--denki__gallery li a:hover .thumb span {
  background: #4b88ae;
}

.section--kutyo {
  margin-bottom: 40px;
  padding-top: 40px;
}

@media only screen and (min-width: 1200px) {
  .section--kutyo {
    padding-top: 80px;
  }
}

.section--kutyo__text {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .section--kutyo__text {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .section--kutyo__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.section--kutyo__item {
  margin-bottom: 40px;
}

.section--kutyo__item img {
  display: block;
  height: auto;
  width: 100%;
  margin-bottom: 20px;
}

.section--kutyo__item dt {
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .section--kutyo__item {
    width: 48%;
  }
  .section--kutyo__item dt {
    font-size: 2.4rem;
  }
}

@media only screen and (min-width: 1200px) {
  .section--kutyo__item {
    width: 480px;
  }
}

.section--flow {
  padding: 80px 0;
  background: #f3f3ea;
}

.section--flow__inner dl {
  margin-bottom: 40px;
}

.section--flow__inner dt {
  margin-bottom: 10px;
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFFFFF;
  background: #2c5067;
}

@media only screen and (min-width: 1200px) {
  .section--flow__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section--flow__inner dl {
    width: 480px;
  }
  .section--flow__inner dt {
    margin-bottom: 20px;
    padding: 10px 20px;
  }
}

.section--outline {
  padding: 80px 0;
}

.section--outline__content {
  margin-bottom: 40px;
}

.section--outline__content h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 2.4rem;
}

.section--outline__content table {
  width: 100%;
}

.section--outline__content table th,
.section--outline__content table td {
  display: block;
}

.section--outline__content table th {
  padding-top: 10px;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
}

.section--outline__content table td {
  padding-bottom: 10px;
  border-bottom: 1px solid #b2b2b2;
}

.section--outline__business h4 {
  display: inline-block;
  margin-bottom: 20px;
  padding: 2px 14px;
  color: #FFFFFF;
  background: #2c5067;
}

.section--outline__business dt {
  font-weight: bold;
}

.section--outline__business .homes,
.section--outline__business .facility {
  margin-bottom: 40px;
}

.section--outline__business .homes ul,
.section--outline__business .facility ul {
  margin-bottom: 30px;
  margin-left: 30px;
}

.section--outline__business .homes ul li,
.section--outline__business .facility ul li {
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .section--outline__business {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section--outline__business .homes,
  .section--outline__business .facility {
    width: 50%;
  }
}

@media only screen and (min-width: 1200px) {
  .section--outline__business .homes,
  .section--outline__business .facility {
    width: auto;
  }
}

.section--outline__map iframe {
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .section--outline__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
  .section--outline__content {
    width: 480px;
  }
  .section--outline__content table th,
  .section--outline__content table td {
    display: table-cell;
    padding: 10px;
    font-size: 1.4rem;
    border-bottom: 1px solid #b2b2b2;
  }
}

.section--contact {
  margin-bottom: 40px;
  padding: 40px 0 60px;
  background: #2c5067;
  background: -webkit-linear-gradient(290deg, #41799C 0, #2c5067 100%);
  background: linear-gradient(160deg, #41799C 0, #2c5067 100%);
}

.section--contact h2 + p {
  text-align: center;
}

.section--contact__inner {
  padding: 40px 20px;
  background: #FFFFFF;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.4);
}

@media only screen and (min-width: 1200px) {
  .section--contact__inner {
    padding: 40px 90px;
  }
}

.section--contact__text {
  margin-bottom: 40px;
}

@media only screen and (min-width: 1200px) {
  .section--contact__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section--contact__form .left,
  .section--contact__form .right {
    width: 400px;
  }
}

.map-canvas {
  width: 100%;
  height: 360px;
  background: #000000;
}

.map-canvas img {
  max-width: none;
}

@media only screen and (min-width: 1200px) {
  .map-canvas {
    width: 50%;
    height: 480px;
  }
}

.footer__inner {
  width: 100%;
  margin: auto;
  text-align: center;
}

.footer__logo {
  margin-bottom: 20px;
}

.copyright {
  margin-top: 20px;
  padding: 20px 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #FFFFFF;
  background: #2c5067;
}

.cf:after {
  content: ' ';
  display: block;
  clear: both;
}

.row {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.row:after {
  content: ' ';
  display: block;
  clear: both;
}

@media only screen and (min-width: 1140px) {
  .row {
    width: 1040px;
  }
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.sp-none {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .sp-none {
    display: block;
  }
}

@media only screen and (min-width: 1200px) {
  .pc-none {
    display: none;
  }
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

@media only screen and (min-width: 600px) {
  .alignleft {
    float: left;
    margin-right: 20px !important;
    margin-bottom: 1em !important;
  }
}

@media only screen and (min-width: 600px) {
  .alignright {
    float: right;
    margin-left: 20px !important;
    margin-bottom: 1em !important;
  }
}

.aligncenter {
  margin-right: auto;
  margin-left: auto;
}

.image-wrap {
  overflow: hidden;
}

.z2 {
  position: static;
  z-index: 2;
}

.tel-link a {
  text-decoration: none;
  color: #444444;
}

@font-face {
  font-family: 'icon';
  src: url("fonts/icon.eot?sfuvny");
  src: url("fonts/icon.eot?sfuvny#iefix") format("embedded-opentype"), url("fonts/icon.ttf?sfuvny") format("truetype"), url("fonts/icon.woff?sfuvny") format("woff"), url("fonts/icon.svg?sfuvny#icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-line:before {
  content: "\e903";
}

.icon-instagram:before {
  content: "\e900";
}

.icon-facebook:before {
  content: "\e901";
}

.icon-twitter:before {
  content: "\e902";
}

.slick-container {
  position: relative;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .slick-container {
    width: 720px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  position: relative;
  float: left;
  height: 100%;
  min-height: 1px;
  background: #FFFFFF;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.slick-slide a:hover img {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.slick-slide .num {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  height: 58px;
  width: 58px;
  line-height: 60px;
  letter-spacing: -.05em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
}

.slick-slide figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 20px 20px 10px;
  color: #FFFFFF;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(68, 68, 68, 0.6)));
  background-image: -webkit-linear-gradient(top, transparent, rgba(68, 68, 68, 0.6));
  background-image: linear-gradient(to bottom, transparent, rgba(68, 68, 68, 0.6));
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  position: absolute;
  top: 40%;
  height: 28px;
  width: 20px;
  margin-top: -40px;
  font-size: 48px;
  font-size: 4.8rem;
  border: none;
  color: #444444;
  background: none;
  outline: none;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (min-width: 768px) {
  .slick-arrow {
    top: 45%;
  }
}

@media only screen and (min-width: 1200px) {
  .slick-arrow {
    top: 45%;
  }
}

.slick-prev {
  left: 10px;
}

@media only screen and (min-width: 768px) {
  .slick-prev {
    left: -40px;
  }
}

.slick-next {
  right: 10px;
}

@media only screen and (min-width: 768px) {
  .slick-next {
    right: -40px;
  }
}

.slick-dots {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.slick-dots li {
  display: inline;
  margin: 0 5px;
}

.slick-dots button {
  height: 12px;
  width: 12px;
  padding: 0;
  text-indent: -9999px;
  background: #d4d4d4;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slick-dots button:hover {
  background: #000000;
}

.slick-dots button:focus {
  outline: none;
}

.slick-dots .slick-active button {
  background: #000000;
}

.hamburger {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9999;
  padding: 10px 0 0 0;
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.hamburger.active {
  background: none;
}

@media only screen and (min-width: 1200px) {
  .hamburger {
    display: none;
  }
}

.hamburger__icon {
  position: relative;
  margin-top: 16px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.hamburger__icon:before, .hamburger__icon:after {
  position: absolute;
  content: "";
}

.hamburger__icon:before {
  top: -10px;
}

.hamburger__icon:after {
  top: 10px;
}

.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
  display: block;
  width: 30px;
  height: 1px;
  background-color: #444444;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.hamburger.active .hamburger__icon {
  background-color: transparent;
}

.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
  background-color: #FFFFFF;
}

.hamburger.active .hamburger__icon:before {
  -webkit-transform: translateY(10px) rotate(45deg);
      -ms-transform: translateY(10px) rotate(45deg);
          transform: translateY(10px) rotate(45deg);
}

.hamburger.active .hamburger__icon:after {
  -webkit-transform: translateY(-10px) rotate(-45deg);
      -ms-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg);
}

.fat-nav {
  top: 0;
  left: 0;
  z-index: 9996;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(44, 80, 103, 0.98);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.fat-nav.active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.fat-nav ul {
  margin-bottom: 20px;
  text-align: center;
}

.fat-nav ul a {
  display: block;
  padding: 10px;
}

.fat-nav li,
.fat-nav a {
  color: #FFFFFF;
}

.fat-nav li {
  letter-spacing: .2em;
  list-style-type: none;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}

.fat-nav li:nth-child(2n) {
  border-right: none;
}

.fat-nav li:nth-child(8n) {
  background: #00abe7 url("images/bg-white.png");
}

.fat-nav li a {
  display: block;
  padding: 10px 5px;
  text-decoration: none;
}

.fat-nav .inner {
  width: 100%;
  margin: auto;
}

.fat-nav__tel {
  text-align: center;
  color: #FFFFFF;
}

.fat-nav__tel dt {
  font-size: 32px;
  font-size: 3.2rem;
}

.fat-nav__tel dt a {
  display: block;
  text-decoration: none;
}

.fat-nav__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  margin: auto;
}
