/* line 4, ../sass/style.scss */
html, body {
  height: 100%;
}


/*
Noto Sans
*/

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("../css/fonts/NotoSans/NotoSansCJKjp-Regular.woff") format("opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 600;
  src: url("../css/fonts/NotoSans/NotoSansCJKjp-Medium.woff") format("opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("../css/fonts/NotoSans/NotoSansCJKjp-Bold.woff") format("opentype");
  font-display: swap;
}


/* line 8, ../sass/style.scss */
body {
  font-family: 'Noto Sans Japanese','Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.8em;
  color: #fff;
}

/* line 16, ../sass/style.scss */
h1, h2, h3, h4, h5, h6 {
  color: #fff;
}
h3 {
  font-family: 'Bilbo Swash Caps', cursive;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: .1em;
  margin-bottom: 20px;
}
h4 {
    font-size: 20px;
    font-family: 'Noto Sans Japanese','Open Sans', sans-serif;
    letter-spacing: .1em;
}
h4 span {
  font-family: 'Noto Sans Japanese','Open Sans', sans-serif;
  font-size: 17px;
  letter-spacing: 0;
}
h5 {
    font-size: 22px;
    letter-spacing: .1em;
    margin-bottom: 15px;
}

label {
  font-weight: normal;
}
sup {
  background-color: #d26b6b;
    margin-left: 10px;
    padding: 2px 5px;
    font-size: 10px;
    border-radius: 3px;
}
/* line 22, ../sass/style.scss */
.form-control {
  color: #111;
  font-size: 15px;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 29, ../sass/style.scss */
input[type=checkbox], input[type=radio] {
  margin: 8px 0 0;
}
@media (max-width: 992px) {
  h5 {
    font-size: 18px;
    line-height: 1.5;
  }
}

/* ==================================================
	elements
====================================================*/
/* line 39, ../sass/style.scss */
a {
  color: #f1f1f1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 42, ../sass/style.scss */
a:hover {
  text-decoration: none;
  color: #f1f1f1;
}

/* line 48, ../sass/style.scss */
hr {
  margin: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

/* line 53, ../sass/style.scss */
pre {
  word-wrap: normal;
}

/* line 57, ../sass/style.scss */
blockquote .small, blockquote footer, blockquote small {
  color: #f1f1f1;
}

/* line 61, ../sass/style.scss */
.section {
  position: relative;
  min-height: 100%;
  padding: 80px 0 80px;
}

/* line 67, ../sass/style.scss */
#bg_pattern {
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
/* line 82, ../sass/style.scss */
.circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border-radius: 100%;
}

/* line 86, ../sass/style.scss */
.rounded {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border-radius: 10px;
}

/* line 90, ../sass/style.scss */
.padd-t-10 {
  padding-top: 10px;
}
.padd-t-30 {
  padding-top: 30px;
}

/* line 94, ../sass/style.scss */
.padd-t-100 {
  padding-top: 100px;
}

/* line 98, ../sass/style.scss */
.padd-tb-10 {
  padding: 10px 0;
}

/* line 102, ../sass/style.scss */
.padd-tb-20 {
  padding: 20px 0;
}

/* line 106, ../sass/style.scss */
.nopadd {
  padding: 0;
}

/* line 110, ../sass/style.scss */
.margin-t-100 {
  margin-top: 100px;
}
.margin-b-50 {
  margin-bottom: 50px;
}
.margin-b-20 {
  margin-bottom: 20px;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media (max-width: 992px) {
  .section {
    padding: 40px 0 40px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/* ==================================================
	background-color
====================================================*/
/* line 120, ../sass/style.scss */
.dark-bg {
  background: #000;
}

/* line 121, ../sass/style.scss */
.light-bg {
  background: rgba(246, 246, 246, 0.8);
}

/* line 122, ../sass/style.scss */
.green-bg {
  background: #00A600;
}

/* line 123, ../sass/style.scss */
.blue-bg {
  background: #2E8DEF;
}

/* line 124, ../sass/style.scss */
.orange-bg {
  background: #DC572E;
}

/* line 125, ../sass/style.scss */
.red-bg {
  background: #BF1E4B;
}

/* line 126, ../sass/style.scss */
.purple-bg {
  background: #A700AE;
}

/* line 127, ../sass/style.scss */
.aqua-bg {
  background: #27d7e7;
}

/* line 128, ../sass/style.scss */
.brown-bg {
  background: #9c8061;
}

/* line 129, ../sass/style.scss */
.dark-blue-bg {
  background: #2672EC;
}

/* line 130, ../sass/style.scss */
.light-green-bg {
  background: #79d5b3;
}

/* line 131, ../sass/style.scss */
.dark-red-bg {
  background: #a10f2b;
}

/* line 132, ../sass/style.scss */
.teal-bg {
  background: #00A0B1;
}

/* line 133, ../sass/style.scss */
.dark-purple-bg {
  background: #643EBF;
}
.text-dark {
  color: #333;
}

/* ==================================================
	social
====================================================*/
/* line 140, ../sass/style.scss */
.social {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 144, ../sass/style.scss */
.social li {
  display: inline-block;
}
/* line 146, ../sass/style.scss */
.social li a {
  width: 28px;
  height: 28px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  background: #f1f1f1;
  line-height: 28px;
  margin-right: 5px;
}
/* line 155, ../sass/style.scss */
.social li a i {
  color: #444;
  text-shadow: none;
}
/* line 159, ../sass/style.scss */
.social li a:hover {
  background: rgba(255, 255, 255, 0.5);
}
/* line 161, ../sass/style.scss */
.social li a:hover i {
  color: #f1f1f1;
}

/* ==================================================
	buttons
====================================================*/
/* line 175, ../sass/style.scss */
a.link {
  color: #f1f1f1;
  position: relative;
}
/* line 178, ../sass/style.scss */
a.link:after {
  top: -3px;
  right: -20px;
  font-size: 12px;
  content: "\f18e";
  font-weight: normal;
  display: inline-block;
  font-family: FontAwesome;
  position: absolute;
  color: #f1f1f1;
}
/* line 190, ../sass/style.scss */
a.link:hover:after {
  right: -35px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 197, ../sass/style.scss */
.code {
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  text-align: center;
  line-height: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px;
}
/* line 206, ../sass/style.scss */
.code:hover, .code:active, .code:focus {
  text-decoration: none;
  color: #f1f1f1;
  background: rgba(225, 225, 225, 0.3);
}

@media (max-width: 992px) {
  /* line 214, ../sass/style.scss */
  .code {
    display: none;
  }
}
/* line 219, ../sass/style.scss */
.btn-banner {
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 32px;
  border: 2px solid #f1f1f1;
  display: inline-block;
  text-align: center;
  margin-top: 50px;
  background: rgba(0, 0, 0, 0.05);
}
/* line 229, ../sass/style.scss */
.btn-banner i {
  color: #f1f1f1;
}
/* line 232, ../sass/style.scss */
.btn-banner:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 237, ../sass/style.scss */
.btn-custom {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  border: 1px solid #fff;
  text-transform: uppercase;
  margin: 5px 2px 5px 0;
  background-color: rgba(255, 255, 255, 0.3);
}
/* line 245, ../sass/style.scss */
.btn-custom:hover, .btn-custom:active, .btn-custom:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

/* line 251, ../sass/style.scss */
.btn-dark {
  display: inline-block;
  letter-spacing: .2em;
  background: #222d47;
  font-size: 15px;
  color: #f1f1f1;
  border: 1px solid #f1f1f1;
  text-transform: uppercase;
  margin: 25px 0px 0px 0;
}
/* line 259, ../sass/style.scss */
.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
  color: #f1f1f1;
  background: rgba(0, 0, 0, 0.5);
}

/* ==================================================
	section-heading
====================================================*/
/* line 270, ../sass/style.scss */
.section-heading {
  text-align: center;
  padding: 40px 0 10px;
}
/* line 273, ../sass/style.scss */
.section-heading h2 {
  margin: 0;
  font-size: 45px;
  text-transform: capitalize;
  font-family: 'Bilbo Swash Caps', cursive;
  letter-spacing: .1em;
  line-height: 0.8;
}
.section-heading h2 span {
  font-size: 14px;
    font-weight: normal;
    font-family: 'Noto Sans Japanese','Open Sans', sans-serif;
}
/* line 279, ../sass/style.scss */
.section-heading .separator {
  width: 30px;
  height: 3px;
  background: #fff;
  text-align: center;
  display: inline-block;
}
.section-heading .separator.dark {
  background: #333;
}
@media (max-width: 992px) {
  .section-heading h2 {
    font-size: 40px;
  }
}

/* ==================================================
	static-background
====================================================*/
/* line 293, ../sass/style.scss */
.static-background {
  background: url(../img/bg5.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* ==================================================
	navbar
====================================================*/
.navbar-brand {
  font-size: 35px;
  font-family: 'Bilbo Swash Caps', cursive;
}
/* line 312, ../sass/style.scss */
.navbar-inverse {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: rgba(19, 34, 62, 0.8);
  border-bottom: none;
}
.navbar-inverse .navbar-brand {
  color: #fff;
  letter-spacing: .1em;
  padding: 0;
  line-height: 0.9;
  position: relative;
  margin-left: 40px!important;
}
/* ロゴパターン */
.navbar-inverse .navbar-brand.black::before {
  position: absolute;
  content: url(../img/logo-black__small.png);
  top: 0;
  left: -60%;
}
.navbar-inverse .navbar-brand.color {
  margin-left: 15px!important;
}
.navbar-inverse .navbar-brand.color::before {
  position: absolute;
  content: url(../img/logo-color__small.png);
  top: 0;
  right: -60%;
}
.navbar-inverse .navbar-brand.white::before {
  position: absolute;
  content: url(../img/logo-white__small.png);
  top: 0;
  left: -60%;
}
.navbar-inverse .navbar-brand.gray::before {
  position: absolute;
  content: url(../img/logo-gray__small.png);
  top: 0;
  left: -60%;
}
.navbar-inverse .navbar-brand.logo::before {
  position: absolute;
  content: url(../img/logo__small.png);
  top: 5px;
  left: 5px;
}

.navbar-inverse .navbar-brand span {
  font-size: 11px;
  font-family: 'Noto Sans Japanese','Open Sans', sans-serif;
}
.navbar-inverse .navbar-nav li span {
  font-size: 11px;
  font-family: 'Noto Sans Japanese','Open Sans', sans-serif;
}
/* line 317, ../sass/style.scss */
.navbar-inverse .navbar-nav li a {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .1em;
}
/* line 319, ../sass/style.scss */
.navbar-inverse .navbar-nav li a:hover, .navbar-inverse .navbar-nav li a.active {
  font-weight: bold;
  color: #7a96cc;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-inverse .navbar-toggle {
  border-color: transparent;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: transparent!important;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: rgba(255, 255, 255, 0.3);
  max-height: 450px;
}

@media (min-width: 1200px) {
  /* line 332, ../sass/style.scss */
  .navbar-inverse {
    border: none;
    padding: 20px 0;
    background: transparent;
  }
  /* line 338, ../sass/style.scss */
  .navbar-inverse .navbar-nav li a {
    color: #f1f1f1;
  }
  /* line 340, ../sass/style.scss */
  .navbar-inverse .navbar-nav li a:hover {
    font-weight: bold;
    background: transparent;
  }

  /* line 348, ../sass/style.scss */
  .navbar-scroll {
    padding: 5px 0;
    background: rgba(19, 34, 62, 0.8);
  }
}
/* ==================================================
	navbar-collapse
====================================================*/
@media (max-width: 991px) {
  .navbar-brand {
    font-size: 26px;
  }
  /* line 362, ../sass/style.scss */
  .navbar-header {
    float: none;
  }

  /* line 365, ../sass/style.scss */
  .navbar-toggle {
    display: block;
  }
  .navbar-inverse .navbar-brand {
    padding-left: 45px;
  }
  .navbar-inverse .navbar-brand.color {
    padding-left: 0;
  }
  .navbar-inverse .navbar-brand.color::before {
    right: -57%;
    zoom: 0.7;
  }
  .navbar-inverse .navbar-brand.black::before,
  .navbar-inverse .navbar-brand.white::before,
  .navbar-inverse .navbar-brand.gray::before {
    left: -17%;
    zoom: 0.7;
  }
  /* ロゴパターン */
  .navbar-inverse .navbar-brand.logo {
    padding-left: 20px;
    margin-left: 0!important;
  }
  .navbar-inverse .navbar-brand.logo::before {
    left: 21%;
    top: 8px;
  }
  
  .navbar-inverse {
    background: rgba(19, 34, 62, 0.95);
    padding: 5px 0;
  }

  /* line 368, ../sass/style.scss */
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  /* line 372, ../sass/style.scss */
  .navbar-collapse.collapse {
    display: none!important;
  }

  /* line 375, ../sass/style.scss */
  .navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
  }

  /* line 379, ../sass/style.scss */
  .navbar-nav > li {
    float: none;
    padding: 5px 0;
    text-align: center;
  }

  /* line 382, ../sass/style.scss */
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /* line 386, ../sass/style.scss */
  .navbar-text {
    float: none;
    margin: 15px 0;
  }

  /* since 3.1.0 */
  /* line 391, ../sass/style.scss */
  .navbar-collapse.collapse.in {
    display: block!important;
    text-align: center;
  }

  /* line 394, ../sass/style.scss */
  .collapsing {
    overflow: hidden!important;
  }
}
/* ==================================================
	sidebar
====================================================*/
/* line 406, ../sass/style.scss */
.sidebar {
  width: 200px;
  position: fixed;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
/* line 412, ../sass/style.scss */
.sidebar .logo {
  padding: 30px 20px;
  display: block;
}

/* line 418, ../sass/style.scss */
.menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 422, ../sass/style.scss */
.menu li {
  padding: 5px 20px;
}
/* line 424, ../sass/style.scss */
.menu li a {
  color: #f1f1f1;
}
/* line 426, ../sass/style.scss */
.menu li a:hover, .menu li a.active {
  font-weight: bold;
  text-decoration: none;
}
/* line 430, ../sass/style.scss */
.menu li a:focus {
  text-decoration: none;
}

/* line 437, ../sass/style.scss */
.menu-toggle {
  display: none;
  text-align: center;
  color: #f1f1f1;
  padding: 0 0 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 443, ../sass/style.scss */
.menu-toggle:hover {
  font-size: 20px;
  color: #f1f1f1;
}
/* line 447, ../sass/style.scss */
.menu-toggle:focus {
  color: #f1f1f1;
}

@media (max-width: 768px) {
  /* line 455, ../sass/style.scss */
  .logo {
    text-align: center;
  }

  /* line 458, ../sass/style.scss */
  .sidebar {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
  }
  /* line 463, ../sass/style.scss */
  .sidebar .menu {
    text-align: center;
    display: none;
  }
  /* line 467, ../sass/style.scss */
  .sidebar .logo {
    padding: 20px 0 10px;
  }

  /* line 472, ../sass/style.scss */
  .menu-toggle {
    display: block;
  }

  /* line 476, ../sass/style.scss */
  .right-content {
    margin-left: 0 !important;
  }
}
/* line 483, ../sass/style.scss */
.right-content {
  margin-left: 200px;
  margin-top: -60px;
}
/* line 486, ../sass/style.scss */
.right-content .section {
  padding: 100px 0 200px;
}

@media (max-width: 768px) {
  /* line 492, ../sass/style.scss */
  .right-content {
    margin-top: 0px;
  }
}
/* ==================================================
	video-bg
====================================================*/
/* line 503, ../sass/style.scss */
.video-bg {
  position: fixed;
  left: 0px;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

/* ==================================================
	static-banner
====================================================*/
/* line 517, ../sass/style.scss */
#static-banner {
  position: relative;
  width: 100%;
  min-height: 100%;
  display: table;
}
/* line 522, ../sass/style.scss */
#static-banner .banner-content {
  display: table-cell;
  vertical-align: middle;
}
/* line 525, ../sass/style.scss */
#static-banner .banner-content h1 {
  font-size: 65px;
  color: #f1f1f1;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
/* line 531, ../sass/style.scss */
#static-banner .banner-content p {
  font-size: 24px;
  color: #f1f1f1;
  line-height: 31px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
/* line 537, ../sass/style.scss */
#static-banner .banner-content .banner-icon {
  font-size: 90px;
}

@media (max-width: 480px) {
  /* line 547, ../sass/style.scss */
  #static-banner .banner-content h1 {
    font-size: 42px;
  }
  /* line 550, ../sass/style.scss */
  #static-banner .banner-content p {
    font-size: 21px;
  }
}
/* ==================================================
	typed-banner
====================================================*/
/* line 563, ../sass/style.scss */
#typed-banner {
  position: relative;
  width: 100%;
  min-height: 100%;
  display: table;
}
/* line 568, ../sass/style.scss */
#typed-banner .banner-content {
  display: table-cell;
  vertical-align: middle;
}
/* line 571, ../sass/style.scss */
#typed-banner .banner-content h1 {
  font-size: 65px;
  color: #f1f1f1;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
/* line 576, ../sass/style.scss */
#typed-banner .banner-content h1 span {
  color: #f26522;
}
/* line 580, ../sass/style.scss */
#typed-banner .banner-content p {
  font-size: 16px;
  color: #f1f1f1;
  line-height: 31px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  /* line 595, ../sass/style.scss */
  #typed-banner .banner-content h1 span {
    display: block;
  }
}
/* ==================================================
	landing-banner
====================================================*/
/* line 607, ../sass/style.scss */
#landing-banner {
  position: relative;
  width: 100%;
  min-height: 100%;
  display: table;
}
/* line 612, ../sass/style.scss */
#landing-banner .banner-content {
  display: table-cell;
  vertical-align: middle;
}
/* line 615, ../sass/style.scss */
#landing-banner .banner-content h1 {
  font-size: 50px;
  color: #f1f1f1;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  margin: 0 0 10px;
}
/* line 621, ../sass/style.scss */
#landing-banner .banner-content h1 span {
  color: red;
}
/* line 625, ../sass/style.scss */
#landing-banner .banner-content p {
  font-size: 16px;
  color: #f1f1f1;
  line-height: 24px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
/* line 631, ../sass/style.scss */
#landing-banner .banner-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 635, ../sass/style.scss */
#landing-banner .banner-content ul li {
  margin: 14px 0;
}
/* line 637, ../sass/style.scss */
#landing-banner .banner-content ul li i {
  margin-right: 8px;
}
/* line 643, ../sass/style.scss */
#landing-banner .banner-content .landing-image img {
  margin: 0 auto;
}

@media (max-width: 768px) {
  /* line 656, ../sass/style.scss */
  #landing-banner .banner-content h1 span {
    display: block;
  }
}
/* ==================================================
	app-banner
====================================================*/
/* line 669, ../sass/style.scss */
#app-banner {
  position: relative;
  width: 100%;
  min-height: 100%;
  display: table;
}
/* line 674, ../sass/style.scss */
#app-banner .banner-content {
  display: table-cell;
  vertical-align: middle;
}
/* line 677, ../sass/style.scss */
#app-banner .banner-content h1 {
  font-size: 50px;
  color: #f1f1f1;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
/* line 682, ../sass/style.scss */
#app-banner .banner-content h1 span {
  color: red;
}
/* line 686, ../sass/style.scss */
#app-banner .banner-content p {
  font-size: 16px;
  color: #f1f1f1;
  line-height: 24px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
/* line 692, ../sass/style.scss */
#app-banner .banner-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 696, ../sass/style.scss */
#app-banner .banner-content ul li {
  margin: 14px 0;
}
/* line 698, ../sass/style.scss */
#app-banner .banner-content ul li i {
  margin-right: 8px;
}
/* line 704, ../sass/style.scss */
#app-banner .banner-content .app-image img {
  margin: 0 auto;
}

@media (max-width: 768px) {
  /* line 717, ../sass/style.scss */
  #typed-banner .banner-content h1 span {
    display: block;
  }
}
/* ==================================================
	slider-banner
====================================================*/
/* line 731, ../sass/style.scss */
#slider-banner {
  min-height: 100%;
  height: 100vh;
  width: 100%;
  text-align: center;
  padding: 300px 0;
}
/* line 737, ../sass/style.scss */
#slider-banner i {
  font-size: 130px;
}
/* line 740, ../sass/style.scss */
#slider-banner h2 {
  font-size: 90px;
  margin-bottom: 15px;
  font-family: 'Bilbo Swash Caps', cursive;
  letter-spacing: .05em;
}
/* line 746, ../sass/style.scss */
#slider-banner p {
  margin-bottom: 30px;
  padding: 0 100px;
}

@media (max-width: 991px) {
  /* line 762, ../sass/style.scss */
  #slider-banner {
    padding: 150px 0;
  }
}
@media (max-width: 667px) {
  /* line 769, ../sass/style.scss */
  #slider-banner p {
    padding: 0 30px;
  }
}
@media (max-width: 480px) {
  /* line 776, ../sass/style.scss */
  #slider-banner {
    padding: 150px 0;
  }
  /* line 778, ../sass/style.scss */
  #slider-banner i {
    font-size: 90px;
  }
  /* line 781, ../sass/style.scss */
  #slider-banner h2 {
    font-size: 50px;
  }
}
/* ==================================================
	owl settings
====================================================*/
/* line 793, ../sass/style.scss */
.owl-theme .owl-controls .owl-page span {
  background: #1f3765;
}


/* ==================================================
	services
====================================================*/
/* line 809, ../sass/style.scss */
.services.style1 {
  padding: 40px 20px;
  text-align: center;
}
/* line 812, ../sass/style.scss */
.services.style1 img {
  margin: 0 auto;
  margin-bottom: 20px;
}
/* line 816, ../sass/style.scss */
.services.style1 i {
  font-size: 60px;
}
/* line 820, ../sass/style.scss */
.services.style1:hover i {
  color: #f1f1f1;
}
/* line 826, ../sass/style.scss */
.services.style2 {
  text-align: center;
  padding: 40px 20px;
}
/* line 829, ../sass/style.scss */
.services.style2 img {
  margin-left: 5px;
}
/* line 833, ../sass/style.scss */
.services.style2 i {
  min-width: 80px;
  font-size: 36px;
  padding: 20px;
  margin-bottom: 10px;
  border: 2px solid #f1f1f1;
  background: rgba(225, 225, 225, 0.2);
  display: inline-block;
  text-align: center;
}
/* line 844, ../sass/style.scss */
/*.services.style2:hover i {
  background: rgba(221, 173, 184, 0.8);
}*/
/* line 850, ../sass/style.scss */
.services.style3 {
  padding: 40px 20px;
}
/* line 852, ../sass/style.scss */
.services.style3 i {
  min-width: 80px;
  margin-top: 14px;
  float: left;
  font-size: 36px;
  padding: 20px;
  margin-bottom: 10px;
  border: 2px solid #f1f1f1;
  background: rgba(225, 225, 225, 0.2);
  display: inline-block;
  text-align: center;
}
/* line 864, ../sass/style.scss */
.services.style3 .content {
  margin-left: 100px;
}
/* line 866, ../sass/style.scss */
.services.style3 .content ul {
  list-style: none;
  padding: 0 20px;
}
/* line 869, ../sass/style.scss */
.services.style3 .content ul li:before {
  font-family: 'FontAwesome';
  content: '\f00c';
  margin: 0 5px 0 -15px;
  color: #f1f1f1;
}
/* line 878, ../sass/style.scss */
.services.style3:hover i {
  background: rgba(0, 0, 0, 0.5);
}
/* line 885, ../sass/style.scss */
.services.style4 {
  padding: 40px 20px;
}
/* line 887, ../sass/style.scss */
.services.style4 i {
  float: left;
  font-size: 31px;
  margin-top: 10px;
}
/* line 892, ../sass/style.scss */
.services.style4 .content {
  margin-left: 50px;
}
/* line 895, ../sass/style.scss */
.services.style4 a {
  color: #f1f1f1;
  text-transform: capitalize;
  padding-left: 18px;
}
/* line 899, ../sass/style.scss */
.services.style4 a:before {
  font-family: 'FontAwesome';
  content: '\f18e';
  margin: 0 5px 0 -15px;
  color: #f1f1f1;
}
/* line 905, ../sass/style.scss */
.services.style4 a:hover {
  text-decoration: none;
}
/* line 912, ../sass/style.scss */
.services i {
  color: #f1f1f1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* line 917, ../sass/style.scss */
.services h4 {
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
}
.services h4 span {
  font-size: 13px;
}
@media (max-width: 992px) {
  /* line 926, ../sass/style.scss */
  .services.style1, .services.style2, .services.style3, .services.style4 {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  /* line 935, ../sass/style.scss */
  .services.style1, .services.style2 {
    padding: 20px 40px;
  }
}
/* ==================================================
	gallery
====================================================*/
/* line 948, ../sass/style.scss */
.image-box {
  border: 2px solid #f1f1f1;
  background: #f1f1f1;
  margin: 15px 0;
}
/* line 952, ../sass/style.scss */
.image-box img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* line 956, ../sass/style.scss */
.image-box figure {
  overflow: hidden;
}
/* line 959, ../sass/style.scss */
.image-box figure:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 966, ../sass/style.scss */
.image-box .caption {
  text-align: center;
  padding: 10px 0;
}
/* line 969, ../sass/style.scss */
.image-box .caption h4 {
  margin: 0;
  color: #222;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  font-size: 15px;
}
/* line 977, ../sass/style.scss */
.image-box .caption p {
  color: #555;
  margin: 0;
  text-transform: capitalize;
  font-size: 13px;
}
/* line 985, ../sass/style.scss */
.image-box a {
  text-decoration: none;
}
/* line 987, ../sass/style.scss */
.image-box a:hover h4 {
  color: #555;
}

/* line 997, ../sass/style.scss */
.gallery {
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  margin: 15px 0;
  border: 2px solid #f1f1f1;
}
/* line 1004, ../sass/style.scss */
.gallery .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* line 1015, ../sass/style.scss */
.gallery img {
  display: block;
  position: relative;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
/* line 1022, ../sass/style.scss */
.gallery h2 {
  text-transform: uppercase;
  color: #f1f1f1;
  text-align: center;
  position: absolute;
  font-size: 15px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translatey(100px);
  -ms-transform: translatey(100px);
  transform: translatey(100px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 10px;
  bottom: 0;
}
/* line 1037, ../sass/style.scss */
.gallery a.info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #f1f1f1;
  border: 2px solid #f1f1f1;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 7px 14px;
  position: relative;
  margin: 30% 0%;
}
/* line 1050, ../sass/style.scss */
.gallery a.info:hover {
  background: rgba(255, 255, 255, 0.3);
}
/* line 1056, ../sass/style.scss */
.gallery:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 1060, ../sass/style.scss */
.gallery:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
/* line 1065, ../sass/style.scss */
.gallery:hover h2, .gallery:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0);
}
/* line 1072, ../sass/style.scss */
.gallery:hover a.info {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 1077, ../sass/style.scss */
.gallery.style2 {
  border: none;
  margin: 0;
}
/* line 1080, ../sass/style.scss */
.gallery.style2 img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-radius: 0px;
}


/* ==================================================
  about
====================================================*/
#about .mission .col-md-4 {
  margin-bottom: 30px;
}
#about .mission .mission_num {
  text-transform: capitalize;
  font-family: 'Bilbo Swash Caps', cursive;
  letter-spacing: .1em;
  line-height: 1.1;
  text-align: center;
  font-size: 30px;
}
#about .mission .mission_ttl {
  text-align: center;
  font-weight: bold;
}
#about .mission .mission_txt {
  font-size: 13px;
  line-height: 1.8;
}


/* ==================================================
  event
====================================================*/
#event .calendar iframe {
  height: 400px;
}
#event .caption {
  margin-top: 20px;
}

/* トピックス埋め込み*/
#event .info iframe {
  height: 200px;
  width: 700px;
  margin: 0 auto 80px;
}

@media only screen and (max-width: 767px) {
  #event .calendar iframe {
    height: 300px;
  }
  #event .info iframe {
    width: 100%;
  }
}




/* ==================================================
  topics
====================================================*/
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    overflow: scroll;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 250vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: rgba(255,255,255);
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 5%;
    transform: translate(-50%);
    width: 80%;
    color: #333;
}
.modal__content .ttl {
  color: #c34b4b;
}
.modal__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.modal__content ul li {
  width: 33%;
  padding: 10px 30px;
  list-style: none;
}
.modal__content ul li p {
  font-size: 12px;
  line-height: 1.2;
  margin-top: 10px;
}
.modal__content iframe {
  width: 100%;
  height: 600px;
}
.js-modal-close i {
  font-size: 23px;
  color: #c34b4b;
}
@media only screen and (max-width: 767px) {
  .modal {
    top: 50px;
  }
  .modal__bg {
    height: 200vh;
  }
  .modal__content {
    padding: 20px 10px;
    width: 90%;
  }
  .modal__content p {
    font-size: 12px;
  }
  .modal__content ul li {
    width: 50%;
    padding: 5px;
  }
}


/* ==================================================
	filter
====================================================*/
/* line 1095, ../sass/style.scss */
ul#filter {
  margin: 0;
  padding: 0;
}

/* line 1099, ../sass/style.scss */
ul#filter li {
  display: inline-block;
}

/* line 1103, ../sass/style.scss */
ul#filter li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

/* line 1104, ../sass/style.scss */
ul#filter a {
  text-decoration: none;
  padding: 2px 10px;
  color: #f1f1f1;
  margin: 5px 2px;
  display: block;
  font-size: 14px;
}

/* line 1113, ../sass/style.scss */
ul#filter li.current a, ul#filter a:hover {
  color: #f1f1f1;
  font-weight: bold;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* line 1121, ../sass/style.scss */
ul#filter li.current a {
  text-decoration: none;
  color: #f1f1f1;
}

/* line 1126, ../sass/style.scss */
ul#portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}

/* line 1137, ../sass/style.scss */
ul#portfolio-filter a:hover {
  text-decoration: none;
}

/*
ul#portfolio-filter img { margin:15px 0; }

ul#portfolio-filter h4 {
	margin-bottom:0px;	
}


ul#portfolio-filter .item-wrapper {
	    position: relative;
		text-align: center;
}



ul#portfolio-filter .item-wrapper .overlay{
	position: absolute;
    text-align: center;
    width: 100%;
    padding: 20px;
    background-color: rgba(0,0,0,0.7);
	color:$body-text-color;
	@include transition-all(all .3s ease-in-out);
	bottom:0;
	  background: url(../img/trans-dot.png) repeat top left;
	 h4 {
		color:$body-text-color;
	 } 
}




ul#portfolio-filter .item-wrapper:hover .overlay {
	@include transition-all(all .3s ease-in-out);
	background: url(../img/trans-dot.png) repeat top left;
	
}


ul#portfolio-filter .info {
	text-align:center;
}


ul#portfolio-filter .no-padd img { 
	margin:0;	
}

*/
/* ==================================================
	team
====================================================*/
/* line 1202, ../sass/style.scss */
.team-box1 {
  margin: 40px 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* line 1205, ../sass/style.scss */
.team-box1 h4 {
  margin: 20px 0 0;
  font-size: 18px;
    font-family: 'Noto Sans Japanese','Open Sans', sans-serif;
}
/* line 1211, ../sass/style.scss */
.team-box1 img {
  border-radius: 10px;
}

/* line 1236, ../sass/style.scss */
.team-box4 {
  margin: 40px 0;
  text-align: center;
  padding: 20px;
}
/* line 1240, ../sass/style.scss */
.team-box4 h4 {
  margin: 20px 0 0;
}
/* line 1243, ../sass/style.scss */
.team-box4 span {
  font-size: 13px;
}
/* line 1247, ../sass/style.scss */
.team-box4 img {
  border-radius: 100%;
  border: 2px solid #f1f1f1;
  -webkit-filter: grayscale(0);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(0);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(0);
  -o-transition: .5s ease-in-out;
}
/* line 1259, ../sass/style.scss */
.team-box4:hover img {
  margin: 0;
  -webkit-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
}
/* line 1269, ../sass/style.scss */
.team-box4 .social {
  margin-top: 10px;
}
/* line 1272, ../sass/style.scss */
.team-box4 .social li a {
  background: transparent;
}
/* line 1274, ../sass/style.scss */
.team-box4 .social li a i {
  color: #f1f1f1;
}

/* line 1285, ../sass/style.scss */
.team-box3 {
  margin: 15px 0;
  position: relative;
  overflow: hidden;
  border: 2px solid #f1f1f1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* line 1291, ../sass/style.scss */
.team-box3 .team-hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
}
/* line 1303, ../sass/style.scss */
.team-box3:hover {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* line 1305, ../sass/style.scss */
.team-box3:hover .team-hover {
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* line 1318, ../sass/style.scss */
.team-box2 {
  margin: 40px 0;
  background: rgba(0, 0, 0, 0.3);
  padding: 15px;
}
/* line 1322, ../sass/style.scss */
.team-box2 h4 {
  margin: 20px 0 0;
}
/* line 1325, ../sass/style.scss */
.team-box2 span {
  font-size: 13px;
}
/* line 1328, ../sass/style.scss */
.team-box2 img {
  -webkit-filter: grayscale(0);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(0);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(0);
  -o-transition: .5s ease-in-out;
}
/* line 1338, ../sass/style.scss */
.team-box2:hover img {
  margin: 0;
  -webkit-filter: grayscale(100%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(100%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(100%);
  -o-transition: .5s ease-in-out;
}


/* ==================================================
  question
====================================================*/
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cp_qa {
    
}
.cp_qa .cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 0 1em 0;
}
.cp_qa .cp_actab input {
  position: absolute;
  opacity: 0;
}

.cp_qa .cp_actab label {
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 1em 2em 1em 2.5em;
  cursor: pointer;
  text-indent: 1em;
  font-weight: normal;
  font-size: 15px;
}
.cp_qa .cp_actab label::before {
  font-size: 1.5em;
  margin-left: -2em;
  padding-right: 0.5em;
  content: 'Q';
}
.cp_qa .cp_actab label:hover {
  transition: all 0.3s;
  color:#555;
}

.cp_qa .cp_actab label::after {
  font-size: 2.0em;
  line-height: 2em;
  position: absolute;
  top: 0;
  right: 0;
  content: '+';
  display: inline-block;
  width: 2em;
  height: 2em;
  -webkit-transition: transform 0.4s;
          transition: transform 0.4s;
}

.cp_qa .cp_actab .cp_actab-content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0 0 0 1.8em;
  -webkit-transition: max-height 0.2s;
          transition: max-height 0.2s;
  border-radius: 0 0 0.5em 0.5em;
}
.cp_qa .cp_actab .cp_actab-content::before {
  font-size: 1.5em;
  position: absolute;
  margin: 0.6em 1em 0px -.5em;
  padding: 0;
  content: 'A';
}
.cp_qa .cp_actab .cp_actab-content p {
  margin: 1em 1.8em 1em 0.7em;
}

.cp_qa .cp_actab input:checked ~ .cp_actab-content {
  max-height: 40em;
}

.cp_qa .cp_actab input:checked ~ label {
  color: #555;
}

.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.cp_actab-content a{
  color: #555;
}
.cp_actab-content a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .cp_qa .cp_actab {
    margin: 0;
  }
 .cp_qa .cp_actab label {
    padding: 1em 4em 1em 2.5em;
  }
  .cp_qa .cp_actab .cp_actab-content p {
    margin: 1em 0.7em 1em 0.7em;
  }
  .summary{
    display: none!important;
  }
}




/* ==================================================
	testimonials
====================================================*/
/* line 1360, ../sass/style.scss */
.testimonial-box1 {
  margin: 40px 0;
}
/* line 1362, ../sass/style.scss */
.testimonial-box1 .content {
  border: 2px solid #f1f1f1;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
}
/* line 1366, ../sass/style.scss */
.testimonial-box1 .content i {
  margin: 0 5px;
}
/* line 1370, ../sass/style.scss */
.testimonial-box1 .author {
  display: inline-block;
  padding: 10px;
}
/* line 1373, ../sass/style.scss */
.testimonial-box1 .author img {
  width: 62px;
  height: 62px;
  border: 2px solid #f1f1f1;
  margin: 10px 0;
  float: left;
}
/* line 1380, ../sass/style.scss */
.testimonial-box1 .author p {
  margin-left: 80px;
  padding-top: 10px;
}
/* line 1383, ../sass/style.scss */
.testimonial-box1 .author p span {
  display: block;
  font-weight: bold;
}

/* line 1392, ../sass/style.scss */
.testimonial-box2 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin: 40px 0;
}
/* line 1395, ../sass/style.scss */
.testimonial-box2 .author {
  float: left;
}
/* line 1397, ../sass/style.scss */
.testimonial-box2 .author img {
  width: 62px;
  height: 62px;
  margin: 10px 0;
  border: 2px solid #f1f1f1;
}
/* line 1404, ../sass/style.scss */
.testimonial-box2 .content {
  position: relative;
  margin-left: 90px;
  background: rgba(255, 255, 255, 0.1);
  color: #f1f1f1;
  padding: 20px;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
}
/* line 1412, ../sass/style.scss */
.testimonial-box2 .content span {
  font-weight: bold;
  display: block;
}
/* line 1416, ../sass/style.scss */
.testimonial-box2 .content i {
  margin: 0 5px;
}
/* line 1419, ../sass/style.scss */
.testimonial-box2 .content .arrow-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 29px;
  left: -10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* line 1432, ../sass/style.scss */
.testimonial-box2:hover .content {
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* line 1436, ../sass/style.scss */
.testimonial-box2:hover .arrow-left {
  border-right: 10px solid rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* line 1446, ../sass/style.scss */
.testimonial-box3 {
  text-align: center;
  margin: 50px auto 0;
  max-width: 800px;
}
.testimonial-box3 strong {
  font-size: 21px;
  color: #442418;
}
/* line 1449, ../sass/style.scss */
.testimonial-box3 img {
  width: 120px;
  height: 120px;
  border: 2px solid #f1f1f1;
  margin: 30px auto 15px;
}
/* line 1455, ../sass/style.scss */
.testimonial-box3 i {
  font-size: 21px;
  margin: 0 10px;
}
/* line 1459, ../sass/style.scss */
.testimonial-box3 span {
  font-weight: bold;
}

@media (max-width: 768px) {
  /* line 1467, ../sass/style.scss */
  .testimonial-box3 {
    text-align: center;
    margin: 50px 20px 0 20px;
  }
  .testimonial-box3 strong {
    font-size: 17px;
  }
}
/* ==================================================
	Pricing Tables
====================================================*/
/* line 1482, ../sass/style.scss */
.price-box1 {
  margin: 40px 0;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border: 2px solid #f1f1f1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* line 1488, ../sass/style.scss */
.price-box1 .price {
  color: #f1f1f1;
  font-size: 36px;
  margin: 31px 0;
  letter-spacing: -1px;
}
/* line 1494, ../sass/style.scss */
.price-box1 ul {
  padding: 20px;
  min-height: 210px;
}
/* line 1498, ../sass/style.scss */
.price-box1:hover {
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
} 

.accordion {
  margin: 40px 0;
  text-align: center;
}
.accordion p {
  margin-bottom: 0;
  position: relative;
  color: #333;
  font-weight: bold;
}
/* line 1504, ../sass/style.scss */
.price-box2 {
  display: none;
  margin-top: 20px;
  background-color: rgba(19, 34, 62, 0.8);
  padding: 20px 30px;
  border-radius: 5px;
}
.price-box2 h2 {
  font-size: 18px;
}
/* line 1512, ../sass/style.scss */
.price-box2 .price {
  font-size: 25px;
  margin-bottom: 50px;
  font-family: 'Montserrat', sans-serif;
  margin-top: 10px;
}
/* line 1517, ../sass/style.scss */
.price-box2 .price span {
  font-size: 16px;
  vertical-align: middle;
}
/* line 1522, ../sass/style.scss */
.price-box2 .month {
  display: block;
  font-size: 16px;
  margin: 20px 0 0;
}
/* line 1527, ../sass/style.scss */
.price-box2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
.price-box2 .separator {
  width: 20%;
  height: 1px;
  color: #f1f1f1;
  background: #f1f1f1;
  margin: 10px auto;
}
.price-box2 dl {
  display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    margin-bottom: 0;
    text-align: left;
    margin-bottom: 10px;
}
.price-box2 dl dt {
    width: 65%;
    font-weight: normal;
}
.price-box2 dl dd {
    width: 25%;
}
.price-box2 p {
  color: #fff;
  font-weight: normal;
  text-align: right;
}

/* 料金表 */
.price-box2 .guide {
 text-align-last: left;
 margin-bottom: 15px;
 color: #d26b6b;
}

.price-box2 .guide span {
  font-size: 13px;
}

.price-box2 table {
  width: 100%;
}
.price-box2 table.price01{
  margin-bottom: 50px;
}
.price-box2 table , td, th {
	border: 1px solid rgba(255,255,255,0.4);
	border-collapse: collapse;
  font-size: 13px;
}
.price-box2 td, th {
	padding: 3px;
	height: 25px;
}
.price-box2 th {
	text-align: center;
    font-weight: normal;
    padding: 5px 10px;
}
.price-box2 .price02-caption {
  text-align: left;
  margin: 10px 0 20px;
  font-size: 12px;
}

.price02 .price02_guide {
  width: 32%;
}

.price03 .price_th01 {
  width: 32%;
}
.price03 .price_th02 {
  width: 15%;
}

.price03 .price_th02 {
  width: 15%;
}

.price03 .price_th {
  width: 120px;
}

.price03 .ph_hid {
  display: none;
}

@media (max-width: 768px) {
  .price-box2 .guide {
    font-size: 13px;
    text-align: left;
  }
  .price-box2 .guide span {
    font-size: 11px;
  }
  .price-box2 {
    padding: 20px 10px;
  }
  .price-box2 th {
    padding: 5px;
    font-size: 12px;
    width: 20%;
  }
  .price-box2 td {
    font-size: 12px;
  }

  .price02 .price02_guide {
    width: 20%;
  }

  .price03 .price_th01 {
    width: 13%;
  }
  .price03 .price_th02 {
    width: 7%;
  }

  .price-box2 .price02-caption {
   margin: 10px 0 0px 5px;
   font-size: 12px;
  }

  .price-box2 small {
    font-size: 11px;
  }

  .price03 .ph_hid {
   display: block;
  }

}

/* line 1547, ../sass/style.scss */
.price-box3 {
  margin: 40px 0;
    text-align: center;
    background: rgba(246, 246, 246, 0.8);
    padding: 20px;
    border: 2px solid #f1f1f1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
/* line 1552, ../sass/style.scss */
.price-box3.active {
  margin: 20px 0;
}
/* line 1555, ../sass/style.scss */
.price-box3 h2 {
  text-align: center;
  text-shadow: none;
  font-family: 'Bilbo Swash Caps', cursive;
  letter-spacing: .1em;
  color: #333;
  font-size: 33px;
}
.price-box3 h2 span {
  font-size: 15px;
  font-family: 'Noto Sans Japanese','Open Sans', sans-serif;
}
.price-box3 .icn i {
  color: #333;
  font-size: 25px;
}
/* line 1560, ../sass/style.scss */
.price-box3 .detail {
  text-align: center;
  color: #333;
}
.price-box3 .detail a {
  color: #4b85b3;
}
/* line 1563, ../sass/style.scss */
.price-box3 .price {
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  margin: 40px 0;
}
/* line 1568, ../sass/style.scss */
.price-box3 .price span {
  font-size: 26px;
}
/* line 1571, ../sass/style.scss */
.price-box3 .price .month {
  display: block;
  font-size: 19px;
  margin: 10px 0 15px;
}
.separator {
    width: 20%;
    height: 1px;
    background: #333;
    margin: 20px auto 30px;
}
@media (max-width: 768px) {
  .price-box3 {
    padding: 20px 10px;
  }
  .price-box3 .detail {
    text-align: left;
  }
}

/* ==================================================
	blog section
====================================================*/
/* line 1586, ../sass/style.scss */
.blog-box1 {
  margin: 40px 15px;
}
/* line 1588, ../sass/style.scss */
.blog-box1 img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* line 1591, ../sass/style.scss */
.blog-box1 figure {
  overflow: hidden;
  border: 2px solid #f1f1f1;
}
/* line 1595, ../sass/style.scss */
.blog-box1 figure:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 1602, ../sass/style.scss */
.blog-box1 h4 {
  margin: 20px 0 10px;
}
/* line 1605, ../sass/style.scss */
.blog-box1 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 1609, ../sass/style.scss */
.blog-box1 ul li {
  float: left;
  padding-right: 10px;
}
/* line 1612, ../sass/style.scss */
.blog-box1 ul li i {
  padding-right: 5px;
}

/* line 1621, ../sass/style.scss */
.blog-box2 {
  margin: 40px 15px;
}
/* line 1623, ../sass/style.scss */
.blog-box2 img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* line 1626, ../sass/style.scss */
.blog-box2 figure {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
/* line 1632, ../sass/style.scss */
.blog-box2 h4 {
  margin: 20px 0 10px;
}
/* line 1635, ../sass/style.scss */
.blog-box2 ul {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  margin: 0;
  list-style: none;
  padding: 2px 10px;
  text-align: center;
}
/* line 1644, ../sass/style.scss */
.blog-box2 ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
}
/* line 1648, ../sass/style.scss */
.blog-box2 ul li i {
  margin-right: 5px;
}
/* line 1654, ../sass/style.scss */
.blog-box2:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 1662, ../sass/style.scss */
.blog-box3 {
  margin: 40px 0;
}
/* line 1664, ../sass/style.scss */
.blog-box3 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 1668, ../sass/style.scss */
.blog-box3 ul li {
  display: inline-block;
  margin-right: 10px;
}
/* line 1671, ../sass/style.scss */
.blog-box3 ul li i {
  margin-right: 5px;
}
/* line 1676, ../sass/style.scss */
.blog-box3 figure {
  border: 2px solid #f1f1f1;
  float: left;
}
/* line 1679, ../sass/style.scss */
.blog-box3 figure img {
  width: 210px;
  height: 150px;
}
/* line 1684, ../sass/style.scss */
.blog-box3 .content {
  margin-left: 230px;
}

/* ==================================================
	blog single
====================================================*/
/* line 1696, ../sass/style.scss */
#blog-single {
  margin: 60px 0;
}
/* line 1698, ../sass/style.scss */
#blog-single figure {
  border: 2px solid #f1f1f1;
}
/* line 1701, ../sass/style.scss */
#blog-single h2 {
  margin: 10px 0;
}
/* line 1704, ../sass/style.scss */
#blog-single ul.posted-info {
  margin: 20px 0;
  padding: 0;
}
/* line 1708, ../sass/style.scss */
#blog-single ul.posted-info li a {
  color: #f1f1f1;
  font-style: italic;
}
/* line 1711, ../sass/style.scss */
#blog-single ul.posted-info li a:hover {
  text-decoration: underline;
}

/* line 1720, ../sass/style.scss */
.blog-author {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
  color: #f1f1f1;
  padding: 10px;
  margin: 25px 0;
}
/* line 1726, ../sass/style.scss */
.blog-author img {
  float: left;
  width: 82px;
  height: 82px;
}
/* line 1731, ../sass/style.scss */
.blog-author h4 {
  color: #f1f1f1;
  text-shadow: none;
}
/* line 1735, ../sass/style.scss */
.blog-author .blog-author-desc {
  margin-left: 100px;
}
/* line 1741, ../sass/style.scss */
.blog-author ul li a i {
  color: #f1f1f1;
}

/* line 1749, ../sass/style.scss */
.media {
  margin-top: 30px;
}
/* line 1751, ../sass/style.scss */
.media .date {
  display: block;
}
/* line 1754, ../sass/style.scss */
.media .media-body {
  font-size: 13px;
}

/* line 1759, ../sass/style.scss */
.reply {
  float: right;
}

/* line 1764, ../sass/style.scss */
.widget {
  margin-bottom: 40px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.3);
}
/* line 1768, ../sass/style.scss */
.widget h4 {
  margin-bottom: 20px;
}

/* line 1773, ../sass/style.scss */
.cat {
  padding: 0;
  list-style: none;
}
/* line 1778, ../sass/style.scss */
.cat li a:hover {
  text-decoration: underline;
}

/* line 1785, ../sass/style.scss */
.recent-post {
  list-style: none;
  padding: 0;
}
/* line 1791, ../sass/style.scss */
.recent-post li a:hover {
  text-decoration: underline;
}
/* line 1795, ../sass/style.scss */
.recent-post li span {
  display: block;
  font-size: 10px;
  font-style: italic;
}

/* line 1803, ../sass/style.scss */
.tags {
  padding: 0;
  list-style: none;
}
/* line 1806, ../sass/style.scss */
.tags li {
  display: inline-block;
}
/* line 1808, ../sass/style.scss */
.tags li a {
  color: #f1f1f1;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
}

/* ==================================================
	contactForm
====================================================*/
/* line 1826, ../sass/style.scss */
#contactForm {
  margin: 70px 0;
}
/* line 1828, ../sass/style.scss */
#contactForm .help-block {
  color: #f1f1f1;
}
/* line 1869, ../sass/style.scss */
.contact-info {
  text-align: center;
  margin-top: 40px;
}
/* line 1871, ../sass/style.scss */
.contact-info i {
  display: block;
  width: 36px;
  height: 36px;
  text-align: center;
  margin: 0 auto;
  background: rgba(19, 34, 62, 0.8);
  line-height: 36px;
  border-radius: 100%;
}
#contact .line {
  background-color: #07B53B;
    margin: 50px auto 0;
    text-align: center;
    padding: 20px 30px 10px 30px;
    border-radius: 10px;
    max-width: 370px;
}
#contact .line img{
  margin: 0 auto;
}
#contact .line .ttl {
  font-family: 'Bilbo Swash Caps', cursive;
  font-size: 31px;
  letter-spacing: .1em;
}
@media (max-width: 992px) {
  .contact-info i {
    display: inline-block;
    margin: 0 10px;
  }
  #contact .line {
    margin: 30px 20px 0;
    padding: 10px 20px 4px 30px;
  }
  #contact .line img {
    width: 70%;
  }
  #contact .line .ttl {
    font-size: 23px;
    margin-bottom: 5px;
  }
}

/* ==================================================
	footer
====================================================*/
/* line 1888, ../sass/style.scss */
#footer {
  text-align: center;
  padding: 20px 0;
}
#footer .list-inline {
  margin-bottom: 30px;
}
#footer i {
  font-size: 19px;
  background: rgba(19, 34, 62, 0.8);
  border-radius: 50%;
  padding:20px;
  border: 1px solid #a2a2a2;
  width: 60px;
    height: 60px;
}
#footer .copyright {
  font-family: 'Montserrat', sans-serif;
}

/*===================================================
	countdown
====================================================*/
/* line 1898, ../sass/style.scss */
#coming-soon {
  text-align: center;
  padding: 150px 0 0;
}
/* line 1901, ../sass/style.scss */
#coming-soon h1 {
  font-size: 60px;
}

/* line 1906, ../sass/style.scss */
#countdown.style1 {
  text-align: center;
  margin: 50px 0;
}
/* line 1909, ../sass/style.scss */
#countdown.style1 .box {
  background: rgba(0, 0, 0, 0.3);
  color: #fff !important;
  display: inline-block;
  padding: 40px;
  margin: 10px;
  text-align: center;
}
/* line 1917, ../sass/style.scss */
#countdown.style1 span {
  font-size: 80px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

/* ==================================================
	modal-theme
====================================================*/
/* line 1929, ../sass/style.scss */
.modal-theme {
  background: rgba(0, 0, 0, 0.7);
}
/* line 1931, ../sass/style.scss */
.modal-theme .modal-content {
  background: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
}
/* line 1934, ../sass/style.scss */
.modal-theme .modal-content .modal-header {
  border-bottom: 1px solid #333;
}
/* line 1936, ../sass/style.scss */
.modal-theme .modal-content .modal-header .close {
  opacity: 1;
  font-size: 40px;
  text-shadow: none;
  color: #f1f1f1;
}
/* line 1943, ../sass/style.scss */
.modal-theme .modal-content .modal-footer {
  border-top: 1px solid #333;
}

/* ==================================================
	accordion
====================================================*/
/* line 1956, ../sass/style.scss */
.panel-group {
  margin: 40px 0;
}
/* line 1958, ../sass/style.scss */
.panel-group .panel {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
  background: transparent;
  border: 2px solid #f1f1f1;
}
/* line 1963, ../sass/style.scss */
.panel-group .panel-heading {
  position: relative;
  padding: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-radius: 0px;
  color: #f1f1f1;
  background: rgba(255, 255, 255, 0.1);
  border-color: #e6e6e6;
}
/* line 1970, ../sass/style.scss */
.panel-group .panel-heading a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: inherit;
  text-decoration: none;
}
/* line 1976, ../sass/style.scss */
.panel-group .panel-heading a:after {
  position: absolute;
  right: 10px;
  top: 15px;
  height: 20px;
  width: 20px;
  content: "\f068";
  text-align: center;
  line-height: 20px;
  font-family: FontAwesome;
  color: #f1f1f1;
  font-size: 18px;
}
/* line 1990, ../sass/style.scss */
.panel-group .panel-heading .collapsed:after {
  font-family: 'fontawesome';
  content: "\f067" !important;
}

/* ==================================================
	tabs
====================================================*/
/* line 2003, ../sass/style.scss */
.nav-tabs {
  margin: 40px 0;
  border-bottom: 2px solid #f1f1f1;
  margin-bottom: 15px;
}
/* line 2007, ../sass/style.scss */
.nav-tabs li {
  margin-bottom: 0;
}
/* line 2009, ../sass/style.scss */
.nav-tabs li a {
  border: 2px solid transparent;
  border-bottom: 0;
  color: #f1f1f1;
}
/* line 2013, ../sass/style.scss */
.nav-tabs li a:hover {
  border-color: #e6e6e6;
  color: #f1f1f1;
  background: rgba(255, 255, 255, 0.3);
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 2026, ../sass/style.scss */
.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border: 2px solid #f1f1f1;
  border-bottom: 0;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* ==================================================
	preloader
====================================================*/
/* line 2050, ../sass/style.scss */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1040;
}

/* line 2060, ../sass/style.scss */
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../img/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

/* ==================================================
	scrollToTop
==================================================== */
/* line 2077, ../sass/style.scss */
.scrollToTop {
  width: 42px;
  height: 42px;
  padding: 8px 10px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
  cursor: pointer;
  border: none;
  background-color: rgba(19, 34, 62, 0.8);
  z-index: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border-radius: 50px;
}
/* line 2099, ../sass/style.scss */
.scrollToTop:hover, .scrollToTop:visited, .scrollToTop:focus {
  text-decoration: none;
  opacity: .7;
}
/* line 2104, ../sass/style.scss */
.scrollToTop i {
  line-height: 24px;
}

/* ==================================================
	this is for selection pages
==================================================== */
/* line 2115, ../sass/style.scss */
.top-section {
  background: url(../img/bg2.jpg) no-repeat top left;
  padding: 100px;
  text-align: center;
}
/* line 2120, ../sass/style.scss */
.top-section h1 {
  margin: 0;
  font-size: 60px;
}
/* line 2124, ../sass/style.scss */
.top-section h4 {
  margin-top: 30px;
  font-weight: normal;
}
/* line 2127, ../sass/style.scss */
.top-section h4 span {
  font-weight: bold;
  text-decoration: underline;
}

/* line 2134, ../sass/style.scss */
.selection {
  padding: 40px 0;
  background: #f1f1f1;
}
/* line 2137, ../sass/style.scss */
.selection .item {
  text-align: center;
  margin: 15px 0;
}
/* line 2141, ../sass/style.scss */
.selection a {
  margin: 20px;
}
/* line 2144, ../sass/style.scss */
.selection p {
  color: #888;
  font-size: 12px;
}

/* line 2150, ../sass/style.scss */
.selection-heading {
  text-align: center;
  margin: 60px 0 40px;
}
/* line 2153, ../sass/style.scss */
.selection-heading h2 {
  display: inline-block;
  color: #444;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 19px;
}
/* line 2160, ../sass/style.scss */
.selection-heading h5 {
  color: #444;
}

/* ==================================================
	Toggle Nav Menu
==================================================== */
/* line 2172, ../sass/style.scss */
.toggle-nav {
  font-size: 24px;
  padding-top: 14px;
  pointer: cursor;
}
/* line 2176, ../sass/style.scss */
.toggle-nav:hover {
  font-size: 26px;
}

/* line 2183, ../sass/style.scss */
.menu-block {
  position: fixed;
  background: rgba(0, 0, 0, 0.96);
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
}
/* line 2191, ../sass/style.scss */
.menu-block .menu {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
/* line 2195, ../sass/style.scss */
.menu-block .menu li {
  padding: 10px 0;
}
/* line 2197, ../sass/style.scss */
.menu-block .menu li a {
  color: #f1f1f1;
  font-size: 18px;
  font-weight: bold;
}
/* line 2201, ../sass/style.scss */
.menu-block .menu li a:hover {
  font-size: 20px;
}

/* line 2213, ../sass/style.scss */
#toggle-close {
  position: absolute;
  top: 28px;
  right: 57px;
  font-size: 36px;
}
