/*--------------------------------------------------------------
	Common
--------------------------------------------------------------*/
html {
    overflow-y: scroll;
    -ms-overflow-style: scrollbar;
  }
   
  a {
      cursor : pointer!important;
  }
  
  body {
    background: #fff;
    font: 400 12px/1.8 "Open Sans", sans-serif;
    color: #666;
    -webkit-font-smoothing: antialiased;
    overflow-x:hidden;
    overflow-y: scroll;
  }




  .float-button__wrap {
    width: 80px;
    height: 45px;
    position: fixed;
    bottom: 50%;
    right: 0px;
    z-index: 10;
}
.float-button__wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background-color: #0069b3 ;
    color: #fff;
}



  
  img {
    max-width: 100%;
    height: auto;
  }
  
  iframe {
    border: 0;
  }
  
  .align-center {
    text-align: center;
  }
  
  .align-left {
    text-align: left !important;
  }
  
  .position-relative {
    position: relative;
  }
  
  .leftauto {
    right: 0 !important;
    left: auto !important;
  }
  
  /* Transition elsements */
  a,
  .btn {
    transition: all 0.125s ease-in-out 0s;
  
  }
  
  #team {
    margin-bottom: 50px;
  }
  
  .client-logo,
  .gallery-caption,
  .gallery-image:after,
  .gallery-image img,
  .price-table,
  .team-detail,
  .team-image:after,
  .work-caption,
  .work-image > img,
  .work-image:after,
  .post-thumbnail,
  .post-video,
  .post-images-slider {
    transition: all 0.3s ease-in-out 0s;
  }







  
  /* Reset box-shadow */
  .btn,
  .well,
  .panel,
  .progress,
  .form-control,
  .form-control:hover,
  .form-control:focus,
  .navbar-custom .dropdown-menu {
    box-shadow: none;
  }
  
  /* Reset border-radius */
  .well,
  .label,
  .alert,
  .progress,
  .form-control,
  .modal-content,
  .panel-heading,
  .panel-group .panel,
  .nav-tabs > li > a,
  .nav-pills > li > a {
    border-radius: 2px;
  }
  
  .pr-remove {
    /*vertical-align: middle !important;*/
    text-align: center;
  }
  
  .examples {
    border-radius: 2px;
    padding: 7px 5px;
    margin: 0 0 40px;
  }
  
  .examples.bg-dark {
    background: #333;
    border: 0;
  }
  
  .et-icons .box1 {
    border: 1px solid #e5e5e5;
    display: block;
    width: 25%;
    float: left;
    padding: 0;
    font-size: 13px;
    margin: -1px 0 0 -1px;
  }
  
  .et-icons .box1 > span {
    display: inline-block;
    border-right: 1px solid #e5e5e5;
    min-width: 60px;
    min-height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 28px;
    margin-right: 5px;
  }
  
  .fa-icons > div {
    padding: 0;
    border: 1px solid #e5e5e5;
    margin: -1px 0 0 -1px;
    font-size: 13px;
  }
  
  .fa-icons > div > i {
    display: inline-block;
    margin-right: 5px;
    min-width: 40px;
    min-height: 40px;
    border-right: 1px solid #f1f1f1;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
  }
  
  .help-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  /* Sections */
  .navbar-custom + .main {
    margin-top: 50px;
  }
  
  .main {
    position: relative;
    background-color: #fff;
    z-index: 1;
  }
  
  .module,
  .module-small {
    position: relative;
    padding: 140px 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  
  }

  .small-font {
    font-size: 13px;
    color:#676767;
  }
  
  /* Module header */
  .module-small {
    padding: 70px 20px;
  }
  
  .module-extra-small {
    padding: 25px 0px;
  }
  
  .module-medium {
    padding: 75px 0px;
  }
  
  .holder-w {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 1px;
    width: 50%;
  }
  
  .holder-w:before {
    border-top: 1px solid #eaeaea;
    position: relative;
    display: block;
    content: "";
    top: 1px;
    height: 1px;
    width: 100%;
  }
  
  /* Sections dividers */
  .divider-w {
    border-top: 1px solid #eaeaea;
    margin: 0;
  }
  
  .divider-d {
    border-top: 1px solid #202020;
    margin: 0;
  }
  
  /* Half-image */
  .side-image {
    position: absolute;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  
  .side-image-text {
    background: #fff;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 140px 60px 140px;
  }
  
  /* Dark background */
  .bg-dark,
  .bg-dark-30,
  .bg-dark-60,
  .bg-dark-90,
  .bg-dark .module-title,
  .bg-dark-30 .module-title,
  .bg-dark-60 .module-title,
  .bg-dark-90 .module-title,
  .bg-dark .module-subtitle,
  .bg-dark-30 .module-subtitle,
  .bg-dark-60 .module-subtitle,
  .bg-dark-90 .module-subtitle,
  .bg-dark .alt-module-subtitle h5,
  .bg-dark-30 .alt-module-subtitle h5,
  .bg-dark-60 .alt-module-subtitle h5,
  .bg-dark-90 .alt-module-subtitle h5 {
    color: #fff;
  }
  
  .module-subtitle a {
    color: hsl(199, 57%, 50%);
    font-weight: 300;
  }
  
  .general_link {
    color: hsl(199, 57%, 50%);
    font-weight: 300;
  }
  
  .bg-dark {
    background: #111;
  }
  
  .bg-dark-30:before {
    position: absolute;
    background: rgba(130, 130, 130, 0.1);
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }
  
  .bg-dark-60:before {
    position: absolute;
    background: rgba(34, 34, 34, 0.8);
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }
  
  .bg-dark-90:before {
    position: absolute;
    background: rgba(101, 38, 38, 0.08);
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }
  
  .bg-gradient:before {
    position: absolute;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(212, 212, 212, 0.104) 25%, rgba(63, 63, 63, 0.726) 75%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
    /* IE6-8 */
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }
  
  .bg-light {
    background: #f6f6f6;
  }

  .bg-wh {
    background: #fff;
    color: #212121;
  }
  
  .parallax-bg {
    background-attachment: fixed!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
  }
  
  /* Vertical margin, padding */
  .p-0 {
    padding: 0 !important;
  }
  
  .pt-0 {
    padding-top: 0 !important;
  }
  
  
  .pt-140 {
    padding-top: 140px !important;
  }
  
  .pb-0 {
    padding-bottom: 0 !important;
  }
  
  .pb-140 {
    padding-bottom: 140px !important;
  }
  
  .m-0 {
    margin: 0 !important;
  }
  
  .mt-0 {
    margin-top: 0 !important;
  }
  
  .mt-10 {
    margin-top: 10px !important;
  }
  
  .mb-0 {
    margin-bottom: 0 !important;
  }
  
  
  .mb-20 {
    margin-bottom: 20px !important;
  }
  
  
  
  /* Scroll to top */
  .scroll-up {
    position: fixed;
    display: none;
    bottom: 7px;
    right: 7px;
    z-index: 999;
  }
  
  .scroll-up a {
    background: #9696967d;
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #000;
    opacity: 0.6;
    border-radius: 2px;
  }
  
  .scroll-up a:hover,
  .scroll-up a:active {
    opacity: 1;
    color: #000;
  }
  
  
  
  
  
  .contact-fix {
    position: fixed;
    display: none;
    bottom: 7px;
    left: 7px;
    z-index: 999;
  }
  
  .contact-fix a {
    background: #9696967d;
    display: block;
    width: fit-content;
    text-align: center;
    font-size: 15px;
    color: #000;
    opacity: 0.6;
    border-radius: 2px;
    padding: 0px 20px ;
  }
  
  .contact-fix a:hover,
  .contact-fix a:active {
    opacity: 1;
    color: #000;
  }


  /* Tabs */
.tab-content .tab-pane {
  padding: 20px 0;
}



input {

  margin-bottom: 12px;
}

label span {
  display: block;
}

.p-locality , .p-street-address , .p-extended-address {
  width: 300px;
}
  
  
  /*--------------------------------------------------------------
      Buttons
  --------------------------------------------------------------*/
  .btn {
    border-radius: 0;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    padding: 8px 40px;
  }
  
  .btn.active.focus,
  .btn.active:focus,
  .btn.focus,
  .btn:active.focus,
  .btn:active:focus,
  .btn:focus {
    outline: 0;
  }
  
  .btn.btn-round {
    border-radius: 2px;
  }
  
  .btn.btn-circle {
    border-radius: 30px;
  }
  
  .btn.btn-w {
    background: rgba(255, 255, 255, 0.8);
    color: #111;
  }
  
  .btn.btn-w:hover,
  .btn.btn-w:focus {
    background: white;
    color: #111;
  }
  
  .btn.btn-g {
    background: #ffffff;
    color: #111;
  }
  
  .btn.btn-g:hover,
  .btn.btn-g:focus {
    background: #d8d8d8;
    color: #111;
  }
  
  .btn.btn-border-w {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.75);
    color: #fff;
  }
  
  .btn.btn-border-w:hover,
  .btn.btn-border-w:focus {
    background: #fff;
    border-color: transparent;
    color: #111;
  }
  
  .btn.btn-d {
    background: rgba(44, 44, 44, 0.8);
    color: #fff;
  }

  .btn.btn-line {
    background: #00B900;
    color: #fff;
    width: fit-content;
    margin: 0 auto;
  }

  .btn.btn-line:hover,
  .btn.btn-line:focus {
    background: #71ea71;
  }


  
  .btn.btn-d:hover,
  .btn.btn-d:focus {
    background: #111111;
  }
  
  .btn.btn-b {
    background: #111111;
    color: #fff;
  }
  
  .btn.btn-b:hover,
  .btn.btn-b:focus {
    background: rgba(17, 17, 17, 0.8);
  }
  
  .btn-border-d {
    background: transparent;
    border: 1px solid #111111;
    color: #111;
  }
  
  .btn.btn-border-d:hover,
  .btn.btn-border-d:focus {
    background: #111111;
    color: #fff;
  }
  
  .btn.btn-font-w {
    background: rgba(255, 255, 255, 0.8);
    color: #fff;
  }
  
  .btn.btn-font-w:hover {
    background: #fff;
    color: #111;
  }
  
  /* Buttons size */
  .btn.btn-lg {
    padding: 12px 45px;
    font-size: 13px;
  }
  
  .btn.btn-sm {
    padding: 6px 25px;
    font-size: 10px;
    letter-spacing: 1px;
  }
  
  .btn.btn-xs {
    padding: 4px 19px;
    font-size: 10px;
    letter-spacing: 0;
  }
  
  .btn-list .btn {
    margin: 5px 0;
  }
  
  
  
  /*--------------------------------------------------------------
      Forms
  --------------------------------------------------------------*/
  /* Selection */
  ::-moz-selection {
    background: #000;
    color: #fff;
  }
  
  ::-webkit-selection {
    background: #000;
    color: #fff;
  }
  
  ::selection {
    background: #000;
    color: #fff;
  }
  
  /* Forms common style */
  .form-control {
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 2px;
    font-size: 11px;
    height: 33px;
    border: 1px solid #EAEAEA;
    border-radius: 2px;
    transition: all 0.4s ease-in-out 0s;
  }
  
  .form-control:focus {
    border-color: #CACACA;
  }
  
  /* Forms size */
  .input-lg,
  .form-horizontal .form-group-lg .form-control {
    height: 43px;
    font-size: 13px;
  }
  
  .input-sm, .form-horizontal .form-group-sm .form-control {
    height: 29px;
    font-size: 10px;
  }
  
  .rqst-form {
    margin-top: 27px;
  }
  
  .rqst-form .btn {
    margin-top: 5px;
  }
  
  .input-group-addon {
    border: 1px solid #e4e4e4 !important;
  }
  
  /*--------------------------------------------------------------
      Typography
  --------------------------------------------------------------*/
  a {
    color: #111;
  }
  
  a:hover, a:focus {
    text-decoration: none;
    color: #aaa;
    outline: 0;
  }
  
  .bg-dark a {
    color: #aaa;
  }
  
  .bg-dark a:hover, .bg-dark a:focus {
    color: #fff;
  }
  
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
    font-weight: 400;
  }
  
  h2 {
    font-family: 'Times New Roman', Times, serif!important;
    letter-spacing: 1px!important;
  }
  
  h5 {
    font-family: 'Times New Roman', Times, serif!important;
    font-size: 18px!important;
    font-weight: 500!important;
    margin-top: 30px!important;
  }
  
  p, ol, ul, blockquote {
    margin: 0 0 20px;
  }
  
  blockquote {
    border: 0;
    font-style: italic;
    font-size: 15px;
    padding: 0;
  }
  
  .font-alt {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  
  .font-serif {
    
  }
  
  .large-text {
    font-size: 24px !important;
  }
  
  .rotate {
    text-shadow: none !important;
  }
  
  .module-title {
    position: relative;
    letter-spacing: 4px;
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    color: #111;
    margin: 0 0 50px 0;
  }
  
  .module-subtitle {
    text-align: center;
    font-size: 15px;
    color: #111;
    margin-bottom: 50px;
  }
  
  .module-title-contact {
    position: relative;
    letter-spacing: 4px;
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    color: #111;
    margin: 0 0 50px 0;
  }
  
  .module-icon {
    text-align: center;
    font-size: 32px;
    margin-bottom: 20px;
  }
  
  .module-title + .module-subtitle {
    margin-top: -35px;
  }
  
  /* Restaurant module header */
  .alt-module-subtitle {
    display: table;
  }
  
  .alt-module-subtitle h5 {
    display: table-cell;
    white-space: pre;
    padding: 0 8px;
    color: #111;
  }
  
  /* Finance case study header */
  .finance-image-content {
    border: 1px solid #e5e5e5;
    padding: 60px 0px;
  }
  
  .finance-image-content .module-title {
    margin-bottom: 20px;
  }
  
  .finance-image-content .alt-features-item {
    margin-top: 40px;
  }
  
  
  /* -------------------------------------------------------------------
  General Styles - FlexSlider
  ------------------------------------------------------------------- */
  .flex-direction-nav a,
  .flex-control-nav > li > a {
    transition: all 0.3s ease-in-out 0s;
  }
  
  .flex-direction-nav a {
    position: absolute;
    display: block;
    height: 100%;
    width: 50%;
    top: 0;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    margin: 0;
  }
  
  .flex-control-nav {
    position: absolute;
    width: auto;
    left: 50%;
    bottom: 20px;
    z-index: 11;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  
  .flex-control-nav > li {
    display: inline-block;
    margin: 5px 3px;
  }
  
  .flex-control-nav > li > a {
    background: transparent;
    border: 1px solid #fff;
    display: block;
    height: 6px;
    width: 6px;
    border-radius: 6px;
  }
  
  .flex-control-nav > li > a:hover,
  .flex-control-nav > li > a.flex-active {
    background: #fff;
  }
  
  
  /* Caption */
  .titan-caption {
    position: relative;
    display: table;
    height: 100%;
    width: 70%;
    margin: 0 auto;
  }
  
  .titan-caption {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
    margin: 0 auto;
  }
  
  .caption-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  
  .caption-content img {
    max-width: 300px;
    padding-bottom: 80px;
  }
  
  
  
  /*--------------------------------------------------------------
      Preloader
  --------------------------------------------------------------*/
  .page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .loader {
    width: 50px;
    height: 50px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #333;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    position: relative;
  }

  .loader:before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border: 3px solid transparent;
    border-top: 3px solid #333;
    border-radius: 50%;
    animation: spin 2s linear infinite;
  }

  .loader,
  .loader:before {
    animation: spin 1s linear infinite;
  }

  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  /* ローディング画面の非表示状態 */
  .page-loader.hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
  
  /*--------------------------------------------------------------
      Navbar
  --------------------------------------------------------------*/
  .navbar-custom {
    background-color: rgba(10, 10, 10, 0.9);
    border: 0;
    border-radius: 0;
    z-index: 1000;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 11px;
    transition: background, padding 0.4s ease-in-out 0s;
  }
  
  .navbar a {
    transition: color 0.125s ease-in-out 0s;
  }
  
  .navbar-custom .dropdown-menu {
    background: rgba(26, 26, 26, 0.9);
    border-radius: 0;
    border: 0;
    padding: 0;
    box-shadow: none;
  }
  
  .navbar-custom .navbar-brand {
    letter-spacing: 4px;
    font-weight: 400;
    font-size: 22px;
    color: #fff;
  }
  
  .navbar-custom .nav li > a {
    position: relative;
    color: rgba(255, 255, 255, 0.7);
  }
  
  .navbar-custom .dropdown-menu > li > a {
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
    padding: 11px 15px;
    letter-spacing: 2px;
    color: #999;
  }
  
  .navbar-custom .dropdown-menu .dropdown-menu {
    border-left: 1px solid rgba(73, 71, 71, 0.15);
    left: 100%;
    right: auto;
    top: 0;
    margin-top: 0;
  }
  
  .navbar-custom .dropdown-menu.left-side .dropdown-menu {
    border: 0;
    border-right: 1px solid rgba(73, 71, 71, 0.15);
    right: 100%;
    left: auto;
  }
  
  .navbar-custom .nav > li > a:focus,
  .navbar-custom .nav > li > a:hover,
  .navbar-custom .nav .open > a,
  .navbar-custom .nav .open > a:focus,
  .navbar-custom .nav .open > a:hover,
  .navbar-custom .dropdown-menu > li > a:focus,
  .navbar-custom .dropdown-menu > li > a:hover {
    background: none;
    color: #fff;
  }
  
  .navbar-custom .dropdown-menu > li > a:hover {
    background: rgba(255, 255, 255, 0.1) !important;
  }
  
  .navbar-custom .dropdown-toggle:after {
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    margin-top: -6px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 9px;
    content: "\f107";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .navbar-custom .navbar-toggle .icon-bar {
    background: #fff;
  }
  
  .dropdown-menu {
    min-width: 180px;
    font-size: 11px;
  }
  
  /* Navbar search
  
  .dropdown-search {
      position: relative;
      padding: 5px;
  }
  
  .dropdown-search .form-control {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 11px;
  }
  
  .search-btn {
      position: absolute;
      background: transparent;
      border: none;
      overflow: hidden;
      top: 50%;
      right: 1px;
      width: 42px;
      height: 40px;
      line-height: 38px;
      font-size: 14px;
      outline: none;
      color: #999;
      margin-top: -20px;
  }*/
  /*--------------------------------------------------------------
      Header
  --------------------------------------------------------------*/
  .home-section {
    position: relative;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    z-index: 0;
    background-size: cover;
  }
  .titan-title-size-1 {
    letter-spacing: 4px;
    font-size: 15px;
  }
  
  .titan-title-size-2 {
    line-height: 1.3;
    letter-spacing: 3px;
    font-size: 18px;
    opacity: .8;
  }
  
  .titan-title-size-3 {
    letter-spacing: 16px;
    font-size: 46px;
    font-family: 'Times New Roman', Times, serif!important;

  }
  
  .titan-title-size-4 {
    letter-spacing: 24px;
    font-weight: 400;
    font-size: 48px;
  }
  
  
  /* Agency Page Header */
  .agency-page-header:before {
    background: transparent;
  }
  
  /* About us Page Header */
  .about-page-header:before {
    background: rgba(2, 2, 2, 0.2);
  }
  
  /* Service Page Header */
  .service-page-header:before {
    background: rgba(2, 2, 2, 0.1);
  }
  
  /* Pricing Page Header */
  .pricing-page-header {
    background-position: 40% 14%;
    background-repeat: no-repeat;
  }
  
  .pricing-page-header:before {
    background: rgba(2, 2, 2, 0.6);
  }
  
  /* Gallery Page Header */
  .gallery-page-header {
    background-position: 50% 0%;
    background-repeat: no-repeat;
  }
  
  .gallery-page-header:before {
    background: rgba(2, 2, 2, 0.2);
  }



  /* -------------------------------------------------------------------
Hero Slider
------------------------------------------------------------------- */
.hero-slider {
    margin: 0 !important;
  }
  
  .hero-slider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
  }
  
  .hero-slider,
  .hero-slider .flex-viewport {
    height: 100% !important;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  
  .hero-slider .slides {
    height: 100% !important;
    transition-delay:  1s;
  }
  
  .hero-slider .flex-direction-nav a {
    width: 15%;
  }
  
  .hero-slider .slides li {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100% !important;
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  }
  
  /* Caption */
  .titan-caption {
    position: relative;
    display: table;
    height: 100%;
    width: 70%;
    margin: 0 auto;
  }
  
  .titan-caption {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
    margin: 0 auto;
  }
  
  .caption-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  
  /*
  Photography Page Slider
  */
  .photography-page .image-caption {
    bottom: 20px;
    position: absolute;
    width: 35%;
  }
  
  .photography-page .image-caption .caption-text {
    font-size: 24px;
    text-transform: capitalize;
    letter-spacing: 1px;
  }
  
  .photography-page .flex-control-nav {
    left: 80%;
    bottom: 20px;
    z-index: 11;
  }
  
  
  
  /*--------------------------------------------------------------
      Footer
  --------------------------------------------------------------*/
  .footer {
    padding: 10px 0;
  }
  
  .footer .copyright {
    margin: 0;
  }
  
  .footer .footer-social-links {
    text-align: left;
  }
  
  .footer-social-links a {
    display: inline-block;
    margin: 0px 10px;
    font-size: 18px;
    margin-bottom: 30px;
  }
  
  .footer-social-links a:first-child {
    margin-left: 0;
  }
  
  .logo_footer {
    width: 300px;
    margin-bottom: 20px;
  }
  
  .logo_footer_other {
    text-align: center;
  }
  
  .logo_footer_other img {
    max-width: 200px;
    margin-right: 50px;
    margin-top: 30px;
  }
  
  .footer_h2 {
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 15px;
  }
  
  
  
  #kurima {
    margin-bottom: 150px;
  }
  
  /* -------------------------------------------------------------
  Google map
  ------------------------------------------------------------- */
  #map-section {
    position: relative;
    height: 450px;
    width: 100%;
  }
  
  #map {
    height: 100%;
    width: 100%;
  }
  
  #map img {
    max-width: none;
  }
  
  
  
  /*--------------------------------------------------------------
      Services & Features
  --------------------------------------------------------------*/
  .features-item {
    margin: 20px 0;
    text-align: center;
  }
  
  .features-icon,
  .alt-features-icon {
    line-height: 1.2;
    font-size: 42px;
    color: #111;
  }
  
  .features-title,
  .alt-features-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 14px;
    color: #111;
    margin: 16px 0 15px;
  }
  
  .alt-features-item {
    position: relative;
    padding-left: 55px;
    margin: 65px 0 0 0;
  }
  
  .alt-features-icon {
    position: absolute;
    height: 40px;
    width: 40px;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 40px;
    font-size: 28px;
  }
  
  .alt-features-title {
    font-size: 13px;
    margin: 0 0 10px;
  }
  
  /* Content box */
  .content-box {
    margin: 20px 0;
    text-align: center;
  }
  
  .content-box-title {
    font-weight: 400;
    font-size: 18px;
    color: #111;
    margin: 16px 0 15px;
  }
  
  
  /*--------------------------------------------------------------
      Portfolio
  --------------------------------------------------------------*/
  /* Portfolio filter */
  
  #works {
    margin-bottom: 150px;
    text-align: center;
  }
  
  .floor-image {
    margin-bottom: 50px;
    max-width: 550px!important;
  }
  
  
  .filter {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0 0 70px;
  }
  
  .filter > li {
    display: inline-block;
    padding: 0 0 10px;
    margin: 0 25px;
  }
  
  /* Portfolio grid */
  .works-grid {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .works-grid.works-grid-gut {
    margin: 0 0 0 -10px;
  }
  
  .works-grid.works-grid-gut .work-item {
    padding: 0 0 10px 10px;
  }
  
  .work-item {
    width: 50%;
    float: left;
    margin: 0;
  }
  
  .works-grid-3 .work-item {
    width: 33.3333%;
  }
  
  .container .works-grid-3 .work-item {
    width: 33.2%;
  }
  
  .works-grid-4 .work-item {
    width: 25%;
  }
  
  .works-grid-5 .work-item {
    width: 20%;
  }
  
  
  
  
  .work-item > a {
    position: relative;
    display: block;
    overflow: hidden;
  }
  
  .work-image {
    position: relative;
    overflow: hidden;
  }
  
  .work-image img {
    display: block;
    overflow: hidden;
    width: 100%;
  }
  
  .work-image:after {
    position: absolute;
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  
  .work-caption {
    width: 100%;
    padding: 0 20px;
    opacity: 0;
    position: absolute;
    bottom: 100%;
    left: 0;
    text-align: center;
    overflow: hidden;
  }
  
  .work-title {
    font-size: 14px;
    color: #fff;
    margin: 0 0 6px;
  }
  
  .work-descr {
    color: #aaa;
  }
  
  
  
  
  /* Work item gradien background*/
  .works-grid.works-hover-g .work-image:after {
    opacity: 0;
  }
  
  .works-grid.works-hover-g .work-descr {
    color: #fff;
  }
  
  .works-grid.works-hover-g .work-item:hover .work-image:after {
    background: #6fe29e;
    background: linear-gradient(135deg, rgba(111, 226, 158, 0.8) 0%, rgba(91, 218, 209, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fe29e', endColorstr='#5bdad1',GradientType=1 );
    opacity: 1;
  }
  
  .sliding-portfolio .work-item {
    width: 100%;
  }
  
  /*--------------------------------------------------------------
      Single Portfolio
  --------------------------------------------------------------*/
  .work-details {
    margin: 0 0 5px;
  }
  
  .work-details-title {
    color: #111;
    margin: 0 0 5px;
    font-size: 18px;
  }
  
  .work-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .work-details ul > li {
    border-bottom: 1px dotted #c2c2c2;
    padding: 0 0 5px;
    margin: 0 0 5px;
  }
  
  
  /*--------------------------------------------------------------
      Testimonial
  --------------------------------------------------------------*/
  .testimonial:before {
    background: rgba(2, 2, 2, 0.4);
  }
  
  .testimonials-slider {
    position: relative;
  }
  
  .testimonial-text {
    text-align: center;
    font-style: normal;
    font-size: 18px;
  }
  
  .testimonial-caption {
    text-align: center;
    padding: 10px 0 0;
  }
  
  .testimonial-title {
    font-size: 14px;
  }
  
  .testimonial-descr {
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
  }


  
  
  /*--------------------------------------------------------------
      Blog Post
  --------------------------------------------------------------*/
  .post {
    margin: 0 0 80px;
  }
  
  .post-title {
    line-height: 1.4;
    font-size: 22px;
    color: #111;
    margin: 0;
  }
  
  .post-header {
    margin: 0 0 15px;
  }
  
  .post-meta {
    font-size: 11px;
    color: #aaa;
  }
  
  .post-entry {
    border-top: 1px dotted #c2c2c2;
    padding-top: 20px;
    margin-top: 10px;
  }
  
  .post-images-slider {
    position: relative;
  }
  
  .post-images-slider .flex-control-nav {
    bottom: 0;
  }
  
  .post-thumbnail,
  .post-images-slider,
  .post-video {
    margin: 0 0 20px;
  }
  
  .post-quote {
    background: #f5f5f5;
    text-align: center;
    padding: 20px;
  }
  
  /* Post columns */
  .post-columns .post {
    margin: 0 0 60px;
  }
  
  .post-columns .post-header {
    margin: 0 0 10px;
  }
  
  .post-columns .post-title {
    line-height: 1.8;
    font-size: 14px;
  }
  
  .post-columns .post-entry {
    padding: 10px 0 0;
    margin: 0 0 10px;
  }
  
  .post-columns.wo-border .post-entry {
    border: 0;
    padding: 0;
  }
  
  .post-columns .post-entry p:last-child {
    margin: 0;
  }
  
  .more-link:after {
    content: "\00BB";
    color: #666666;
    padding-left: 5px;
  }
  
  .pagination a {
    border: 1px solid #eaeaea;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    color: #999;
    padding: 4px 12px;
  }
  
  .pagination a.active {
    border-color: #CACACA;
  }
  
  
  /* Tables */
  .table-border > tbody > tr > td,
  .table-border > tbody > tr > th,
  .table-border > tfoot > tr > td,
  .table-border > tfoot > tr > th,
  .table-border > thead > tr > td,
  .table-border > thead > tr > th {
    border-color: #e5e5e5;
  }
  
  .ds-table > tbody > tr > td,
  .ds-table > tbody > tr > th,
  .ds-table > tfoot > tr > td,
  .ds-table > tfoot > tr > th,
  .ds-table > thead > tr > td,
  .ds-table > thead > tr > th {
    border-top: 0;
  }
  
  .checkout-table {
    border: 1px solid #e5e5e5;
  }
  
  .checkout-table > tbody > tr > td,
  .checkout-table > tbody > tr > th,
  .checkout-table > tfoot > tr > td,
  .checkout-table > tfoot > tr > th,
  .checkout-table > thead > tr > td,
  .checkout-table > thead > tr > th {
    padding: 12px;
  }
  
  .checkout-table tr td,
  .checkout-table tr th {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
  }
  
  .checkout-table tbody tr td:first-child,
  .checkout-table tbody tr th:first-child {
    max-width: 36px;
  }
  
  /* Sidebar / Widget common*/
  .sidebar .widget {
    margin-bottom: 60px;
  }
  
  .sidebar .widget-title {
    color: #111;
  }
  
  .widget .widget-title {
    border-bottom: 1px dotted #c2c2c2;
    font-size: 14px;
    padding: 0 0 10px;
    margin: 0 0 15px;
  }
  
  .widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  /* Icon List */
  .widget .icon-list li {
    padding: 5px 0;
  }
  
  .widget .icon-list li a:before {
    content: "\00BB";
    color: #666666;
    padding-right: 5px;
  }
  
  /* Posts */
  .widget-posts li {
    margin: 0 0 15px;
  }
  
  .widget-posts li:last-child {
    margin: 0;
  }
  
  .widget-posts-image {
    float: left;
    width: 64px;
  }
  
  .widget-posts-body {
    margin-left: 74px;
  }
  
  /* Search */
  .search-box {
    position: relative;
  }
  
  /* Tags */
  .tags a {
    background: #111;
    display: inline-block;
    font-size: 10px;
    color: #fff;
    padding: 4px 10px 4px 12px;
    margin: 0 1px 4px;
    border-radius: 2px;
  }
  
  .tags a:hover {
    background: rgba(17, 17, 17, 0.8);
  }

  .br_hidden {
    display: none;
  }





  
  
  .check-box {
    margin-bottom: 20px;
  }
  
  .check {
    display: none;
  }
  
  .check + span {
    cursor: pointer;
    display: inline-block;
    margin: 0 0.2em 0;
    padding: 0 0 0 2em;
    position: relative;
  }
  
  .check + span::before {
    -webkit-transform: translateY(-50%);
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.8);
    border-radius: 2px;
    content: "";
    display: block;
    height: 1.3em;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.3em;
  }
  
  .check + span::after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    border-bottom: 3px solid rgba(0, 0, 0, 0.8);
    border-left: 3px solid rgba(0, 0, 0, 0.8);
    content: "";
    display: block;
    height: 0.6em;
    left: 1%;
    margin-top: -0.2em;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    transition: all 0.3s ease 0s;
    width: 1em;
  }
  
  .check:checked + span::after {
    opacity: 1;
  }
  
 
  .align-left {
    text-align: left;
  }

  .text-width {
    max-width: 500px;
    margin: 0 auto;
  }
  .text-width p {
    font-size: 13px;
  }
  .text-justify {
    text-align: justify;
  }





  /*ニュース1行の周りの余白*/
.slider a{
  display: block;
  background:#fff;
  padding:20px;
  z-index: 100;
  
}

/*日付*/
.slider span {
  display:inline-block;
  font-size:0.8rem;
  margin-right:10px;
  color:#777;
}


#tab-recruit {
  display: block;
}

#accordion-recruit {
  display: none;
}



/*--------------------------------------------------------------
	Price Table
--------------------------------------------------------------*/
.price-table {
  background: #fff;
  border: 1px solid #eaeaea;
  padding: 25px 20px;
  margin: 15px 0 30px;
  border-radius: 2px;
  text-align: center;
}

.price-table:hover {
  border-color: #CACACA;
}

.price-table.best {
  margin: 0 0 30px;
}

.price-table .small {
  margin: 0;
}

.borderline {
  position: relative;
  background: #eaeaea;
  display: block;
  height: 1px;
  width: 100%;
  margin: 20px 0 15px;
}

.borderline:before {
  position: absolute;
  background: #eaeaea;
  content: "";
  bottom: -7px;
  left: 50%;
  height: 14px;
  width: 14px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  margin-left: -7px;
}

.borderline:after {
  position: absolute;
  background: #fff;
  content: "";
  bottom: -5px;
  left: 50%;
  height: 16px;
  width: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  margin-left: -8px;
}

.price-table h4 {
  color: #111;
  margin: 0;
}

.price-table p.price {
  font-size: 60px;
  color: #111;
  padding: 0;
  margin: 0 0 0 -10px;
}

.price-table p.price span {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  padding-top: 25px;
}

.price-details {
  list-style: none;
  padding: 0;
  margin: 0 0 23px;
}

.price-details li {
  padding: 7px 0;
}

.price-details li > span {
  text-decoration: line-through;
  color: #aaa;
}





/*--------------------------------------------------------------
	Application Form
--------------------------------------------------------------*/

/*主な共通部分は省略*/

.btn.btn-line2 {
  background: #000;
  color: #fff;
  width: fit-content;
  margin: 0 auto;
  border: #000 1px solid;
}

.btn.btn-line2:hover,
.btn.btn-line2:focus {
  background: #fff;
  color: #000;
}







  
  
  
  /*--------------------------------------------------------------
      Responsive Styles - Media Queries
  --------------------------------------------------------------*/
  @media (min-width: 768px) {
    .navbar-transparent {
      background: transparent;
      padding-bottom: 15px;
      padding-top: 15px;
    }
    .navbar-custom .dropdown-menu {
      position: absolute;
      display: block;
      visibility: hidden;
      opacity: 0;
    }
    .navbar-custom .open > .dropdown-menu {
      visibility: visible;
      opacity: 1;
    }
    .navbar-custom .dropdown-menu .dropdown-toggle:after {
      position: absolute;
      display: block;
      right: 9px;
      top: 50%;
      margin-top: -6px;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: 9px;
      content: "\f105";
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
    .navbar-right .dropdown-menu {
      right: auto;
      left: 0;
    }
    /* Comments */
    .comment .comment {
      margin-left: 75px;
    }


    .gallery-image img {
      height: 400px;
      width: 400px;
      object-fit: cover;
    }
  }
  
  @media (max-width: 1200px) {
    /* Features */
    .alt-features-item {
      margin: 20px 0 0;
    }
  }
  
  @media (max-width: 1050px) {
    /* Navbar */
    .navbar-custom {
      letter-spacing: 1px;
    }
  }
  
  @media (max-width: 991px) {
    /* Navbar */
    .navbar-custom {
      letter-spacing: 0;
    }
    /* Headers */
    .titan-title-size-3 {
      letter-spacing: 8px;
      font-size: 36px;
    }
    .titan-title-size-4 {
      letter-spacing: 12px;
      font-size: 38px;
    }
    .work-item,
    .works-grid-3 .work-item,
    .container .works-grid-3 .work-item,
    .works-grid-4 .work-item,
    .works-grid-5 .work-item {
      width: 50%;
    }
    /* Half-image */
    .side-image {
      position: relative;
      height: 300px;
    }
  
  }
  
  @media (max-width: 767px) {
    /* Navbar */
    .navbar-custom .navbar-nav {
      letter-spacing: 3px;
      margin-top: 1px;
      margin-bottom: 0;
    }
    .navbar-custom li > a:hover {
      background: rgba(255, 255, 255, 0.1) !important;
    }
    .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
      padding: 10px 25px;
    }
    .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-header,
    .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
      padding: 10px 35px;
    }
    .navbar-custom li a,
    .navbar-custom .dropdown-search {
      border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
    }
    .navbar-custom .dropdown-toggle:after,
    .navbar-custom .dropdown-menu .dropdown-toggle:after {
      right: 7px;
      content: "\f107";
    }
    .navbar-custom .nav > .open > .dropdown-toggle:after,
    .navbar-custom .dropdown-menu .dropdown.open .dropdown-toggle:after {
      right: 7px;
      content: "\f106";
    }

    /* Headers */
    .titan-title-size-1 {
      letter-spacing: 2px;
      font-size: 14px;
    }
    .titan-title-size-2 {
      line-height: 1.3;
      letter-spacing: 2px;
      font-size: 16px;
      opacity: .8;
    }
    .titan-title-size-3 {
      letter-spacing: 4px;
      font-size: 26px;
    }
    .titan-title-size-4 {
      letter-spacing: 6px;
      font-size: 28px;
    }
    /* Features */
    .features-item {
      margin: 0 0 30px;
    }
    .alt-features-item {
      padding-left: 0;
      margin: 0 0 30px;
      text-align: center;
    }
    .alt-features-icon {
      position: static;
      width: auto;
      margin: 0 auto 8px;
    }
    /* Sidebar */
    .sidebar {
      margin-top: 50px;
    }
    .widget {
      margin-bottom: 60px;
    }
    .post.mb-0 {
      margin-bottom: 40px !important;
    }
    .footer {
      text-align: center;
    }
    .copyright {
      text-align: center;
      margin: 10px 0;
    }
    .footer-social-links {
      font-size: 20px;
      margin: 0 15px;
    }
  
    .footer-social-links a:first-child {
      margin-left: 0!important;
    }
    /* Hal
    f-image */
    .side-image-text {
      padding-left: 15px;
      padding-right: 15px;
    }
    /* Restaurant menu */
    .menu-title,
    .menu-detail,
    .menu-price-detail {
      text-align: center;
    }
    .align-center-sm {
      text-align: center;
    }
    .align-left-sm {
      text-align: left;
    }
    .alt-services-image {
      margin-bottom: 50px;
    }
  
    .floor-each {
      margin-bottom: 100px;
    }
    .article_post_title {
      line-height: 1.4;
      font-size: 15px!important;
      color: #111;
      margin: 0;
    }
  
  }
  
  @media only screen and (max-width: 480px) {
    .floor-image {
      margin-bottom: 50px;
      width: 80vw;
    }
  
    .bg-gradient:before {
      background: linear-gradient(to bottom, rgba(212, 212, 212, 0.1) 25%, rgba(63, 63, 63, 0.4) 75%);
    }
    .work-item,
    .works-grid-3 .work-item,
    .works-grid-4 .work-item,
    .works-grid-5 .work-item {
      width: 100%;
    }
  
    .logo_footer_other img {
      width: 200px;
      margin-top: 30px;
      margin-right: 0;
    }
    
    .logo_footer img {
      width: 130px;
      margin-top: 30px;
      margin-right: 0;
    }
  
  .module-subtitle {
    text-align: center;
    font-size: 13px;
    color: #111;
    margin-bottom: 50px;
  }
  
  .testimonial-text {
    font-size: 13px;
  }
  
  .caption-content img {
    max-width: 250px;
    margin-top: 80px;
  }
  
  .br_hidden {
    display: block;
  }
  .module-title {
    letter-spacing: 3px;
    font-weight: 400;
    font-size: 18px;
  }


  #tab-recruit {
    display: none;
  }
  #accordion-recruit {
    display: block;
  }
  
  
  }
  
  #weather {
    text-align: center;
  }
  
  
  
  
  .to-color {
    margin: 50px 0!important;
    padding-left: 0!important;
  }
  
  
  
  th {
    background: #212121;
    border: solid 1px #ccc;
    color: #fff;
    padding: 10px;
  }
  td {
    border: solid 1px #ccc;
    padding: 10px;
  }
  
  .tbl-r05 {
      margin: 0 auto;
      width: 70%;
  }
  
  .tbl-r05 td {
      text-align: center;
    }
    .tdtitle {
      text-align: center;
    }
  
  
  .tbl-r05 td:first-child {
      background: #b8b8b86d;
    }

  
    @media screen and (max-width: 640px) {
      .tbl-r05 {
        width: 100%;
      }
      .tbl-r05 .thead {
        display: none;
      }
      .tbl-r05 tr {
        width: 100%;
      }
      .tbl-r05 td {
        display: block;
        text-align: right;
        width: 100%;
      }
      .tbl-r05 td:first-child {
        background: #212121;
        color: #fff;
        font-weight: bold;
        text-align: center;
      }
      .tbl-r05 td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        margin-right: 10px;
      }
    }
  
  
  
    /*=== 9-1-2 丸が動いてスクロールを促す ====*/
  
  /*スクロールダウン全体の場所*/
  .scrolldown2{
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  bottom:20px;
  left:50%;
  }
  
  /*Scrollテキストの描写*/
  .scrolldown2 span{
    /*描画位置*/
  position: absolute;
  left:10px;
  bottom:10px;
    /*テキストの形状*/
  color: #eee;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
  
  /* 丸の描写 */
  .scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
  width:10px;
  height:10px;
  border-radius: 50%;
  background:#eee;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
  }
  
  /*下からの距離が変化して丸の全体が上から下に動く*/
  @keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
  }
  
  /*上から下にかけて丸が透過→不透明→透過する*/
  @keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
  100%{opacity:0;}
  }
  
  /* 線の描写 */
  .scrolldown2:after{
  content:"";
    /*描画位置*/
  position: absolute;
  bottom:0;
  left:0;
    /*線の形状*/
  width:2px;
  height: 50px;
  background:#eee;
  }
  
  
  #line {
    text-align: center;
    margin: 30px 0;
  }
  
  #line button {
    padding-left: 30px;
    padding-right: 30px;
  }
  



  .img-center img{
    height: auto!important;
    max-width: 90vw!important;
  }
  
  .img-text-center {
    width: 80%;
  }
  
  .mg-center {
    margin: 0 auto;
    width: 65%;
  }
  
  .bottom-mg {
    margin-bottom: 100px!important;
  }
  
  .top-mg {
    margin-top: 100px!important;
  }
  
  .back-gray {
    background-color: #f1f1f1;
  }
  
  .img-right {
    float: right;
  }
  
  .clearfix::after {
    content: " ";
    display: block;
    clear: both;
  }
  
  .navbar-brand img {
    height: 20px;
  }

  a .ja{
    display: none;
  }
  a:hover .en{
    display: none;
  }
  a:hover .ja{
    display: inline;
  }

  

  .fadeIn_up {
		opacity: 0;
		transform: translate(0, 30%);
		transition: 1.7s
	}
	.fadeIn_up.is-show {
		transform: translate(0, 0);
		opacity: 1;
	}

  .align-right {
    text-align: right;
  }
  
  .eachTextAnime span{opacity: 0;}
  .eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
  @keyframes text_anime_on {
    0% {opacity:0;}
    100% {opacity:1;}
  }


