/*

Template 2098 Health

http://www.tooplate.com/view/2098-health

*/


  body {
    background: #ffffff;
    font-family: 'Noto Sans JP', sans-serif;
    overflow-x: hidden;
  }

  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: 400;
    line-height: inherit;
  }

  h3,h4 {
    letter-spacing: -1px;
  }

  h5 {
    font-weight: 500;
  }

  h1 {
    font-weight: 300;
    color: #252525;
    font-size: 4em;
    letter-spacing: 0.5em;
  }


  .caption h2 {
    font-weight: 300 ;
    color: #fff;
    font-size: 4em;
    letter-spacing: 0.5em;
  }


  h3 {
    font-size: 1.8em;
    line-height: 1.2em;
    margin-bottom: 0;
  }

  h4 {
    color: #454545;
    font-size: 1.8em;
    padding-bottom: 2px;
  }

  h6 {
    letter-spacing: 0;
    font-weight: normal;
  }

  p {
    color: #757575;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
  }


  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a:hover, a:active, a:focus {
    color: #a5c422;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }

  .section-title {
    padding-bottom: 20px;
  }

  .section-title h2 {
    margin-top: 0;
  }

  .section-btn {
    background: #a5c422;
    border: 0;
    border-radius: 3px;
    color: #ffffff;
    font-size: inherit;
    font-weight: 500;
    padding: 14px 20px;
    transition: transform 0.1s ease-in;
    transform: translateX(0);
  }

  .section-btn:hover {
    transform: translateY(-5px);
  }

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

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

  .border-top {
    border-top: 1px solid #f2f2f2;
    margin-top: 4em;
    padding-top: 2.5em;
  }

  .btn-gray {
    background: #adff2f;
  }

  .btn-blue {
    background: #4267b2;
  }

  .news-thumb {
    background: #ffffff;
    border-radius: 10px;
  }
  .news-thumb img {
    border-radius: 10px 10px 0 0;
  }

  .news-info {
    padding: 30px;
    text-align: left;
  }
  .news-info span {
    display: block;
    letter-spacing: 0.5px;
  }
  .news-info h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .author {
    border-top: 1px solid #f0f0f0;
    padding-top: 1.5em;
    margin-top: 2em;
  }
  .author img,
  .author .author-info {
    display: inline-block;
    vertical-align: top;
  }
  .author-info h5 {
    margin-bottom: 0;
  }
  .author img {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }


  #about, #team, #news,
  #news-detail {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  #news, #service {
    text-align: center;
  }

  #google-map {
    line-height: 0;
    margin: 0;
    padding: 0;
  }
 

  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/


  .navbar-default {
    background: #00913a;
    box-shadow: 0 2px 8px rgba(0,0,0,.075);
    border: none;
    margin-bottom: 0;
    padding: 10px;
    height: 115px;
  }

  .navbar-default .navbar-brand {
    width: 300px;
  }

  .navbar-default .navbar-brand {
    color: #adff2f;
    font-weight: 500;
  }

  .navbar-default .navbar-brand .fa {
    color: #a5c422;
  }

  .navbar-default .navbar-nav li.appointment-btn {
    margin: 3px 0 0 20px;
  }

  .navbar-default .navbar-nav li a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    padding-top: 35px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }

  .navbar-default .navbar-nav > li a:hover {
    color: #adff2f !important;
  }

  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #32cd32;
    background-color: transparent;
  }

  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #adff2f;
    background-color: transparent;
  }

  .navbar-default .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background: #adff2f;
    border-color: transparent;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus { 
    background-color: transparent;
  }



  /*---------------------------------------
      HOME              
  -----------------------------------------*/

  #home h1 {
    font-weight: lighter ;
    color: #ffffff;
    padding-bottom: 10px;
    margin-top: 0;
  }

  #home h3 {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: inherit;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0;
  }

  .slider .container {
    width: 100%;
  }

  .slider .owl-dots {
      position: absolute;
      top: 650px;
      width: 100%;
      justify-content: center;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    border: 2px solid #d9d9d9;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 3000ms ease;
    border-radius: 30px;
  }

  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffffff;
    border-color: transparent;
  }

  .slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 100%;
    color: #fff;
    cursor: e-resize;
    padding-top: 20px;
    line-height: 8em;
  }

  .slider .item {
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 700px;
  width: 100%;
  }

  .slider .item-first {
    background-image: url(../images/slider01.svg);
      display: block;
  width: 100%;
  }

  .slider .item-second {
    background-image: url(../images/slider02.svg);
      display: block;
  width: 100%;
  }
  
  .slider .item-third {
    background-image: url(../images/slider03.svg);
      display: block;
  width: 100%;
  }

  .slider .item-fourth {
    background-image: url(../images/slider04.svg);
      display: block;
  width: 100%;
  }

  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  footer h4 {
    padding-bottom: 5px;
  }

  footer a {
    color: #757575;
  }

  footer a:hover {
    color: #4267b2;
  }

  .contact-info {
    padding-top: 10px;
  }

  .contact-info .fa {
    background: #adff2f;
    border-radius: 100%;
    color: #ffffff;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 2px;
  }

  .latest-stories {
    margin-bottom: 20px;
  }

  .stories-image,
  .stories-info {
    display: inline-block;
    vertical-align: top;
  }

  .stories-image img {
    border-radius: 100%;
    width: 65px;
    height: 65px;
  }

  .stories-info {
    margin-left: 15px;
  }

  .stories-info h5 {
    margin-bottom: 2px;
  }

  .stories-info span {
    color: #858585;
    font-size: 12px;
  }

  .opening-hours p {
    line-height: 18px;
  }

  .opening-hours span {
    font-weight: 500;
    display: inline-block;
    padding-left: 10px;
  }

  .copyright-text p,
  .footer-link a {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
  }

  .footer-link a {
    font-size: 12px;
    display: inline-block;
    padding: 0 10px;
    margin-top: 4px;
  }

  .angle-up-btn {
    position: relative;
    bottom: 4em;
    display: block;
  }

  .angle-up-btn a {
    background: #ffffff;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    font-size: 20px;
    color: #adff2f;
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 38px;
    transition: transform 0.1s ease-in;
    transform: translateX(0);
  }

  .angle-up-btn a:hover {
    background: #4267b2;
    color: #ffffff;
    transform: translateY(-5px);
  }


  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
  }

  .social-icon li a {
    border-radius: 100px;
    color: #464646;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
  }

  .social-icon li a:hover {
    background: #4267b2;
    color: #ffffff;
  }

  /*---------------------------------------
     info topix              
  -----------------------------------------*/

  .infotitle p {
    display:table-cell;
    vertical-align:middle;
    height: 230px;
    font-size: 2em;
    font-weight: 500;
    color: #000000;
    margin-right: 50px;
    text-align: left;
  }
  
  .infoline {
    margin-top: 30px;
    margin-bottom: 30px;
    border-left: thin solid black;
    padding-left: 50px;
    padding-right: 0;
    margin-left: 0px;
    }

  .infotext {
    line-height: 1em;
    }
  
  .infotext ul {
    font-size: 15px;
}

  .infotext ul {
   margin:0;
   padding-left:20px;
   padding-right:20px;
   list-style:none;
}

  .infotext li {
    list-style:none;
   padding:15px 0 15px 7em;
   text-indent: -7em;
}

  .infotext li span {
   display:inline-block;
   width:7em;
   text-indent:0;
}

  .infotext li a {
   text-decoration:none;
   color:#000;
}

  .infotext li a:hover {
   text-decoration:underline;
   color:#AB0404;
}
  .infotext a {
   text-decoration:none;
   color:#000;
}

  .infotext a:hover {
   text-decoration:underline;
   color:#AB0404;
}
  
  /*---------------------------------------
     snapphoto              
  -----------------------------------------*/

  .snap {
    padding-left: 0;
    padding-right: 0;
  }

  /*---------------------------------------
      philosophy             
  -----------------------------------------*/

  #philosophy {
    background: #fff0df;
  }
  
    #philosophy img {
    padding-left:100px;
    padding-right:100px;
  }


  /*---------------------------------------
      support             
  -----------------------------------------*/

  #support {
    background: #ffffff;
  }
  
  #support .titletop {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  
    #support .subtitletop {
    margin-bottom: 50px;
  }

    #support .subtitletop2 {
    margin-top: -50px;
    margin-bottom: 0px;
  }

    #support .subtitletop3 {
     margin-bottom: 170px;
  }

  
    #support h4 {
    color: #000000;
    font-size: 1.3em;
    margin-bottom: 50px;
    line-height: 1.75em;
  }

    #support span {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 50px;
    line-height: 2.5em;
  }

    #support .lineheight {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    padding-top: 0px;
    line-height: 1em;
  }

    #support .lineheightbr {
    margin-bottom: 10px;
  }

    #support .lineheightbr2 {
    margin-bottom: 80px;
  }

    #support p {
    color: #000000;
    margin-top: -30px;
    font-size: 1.2em;
    line-height: 1.75em;
  }

    #support .illustration {
        width: 85%;
        margin: -80px 0 0 auto;
        vertical-align: right;
        padding-top: 80px;
        padding-bottom: 80px;
  }

     #support .kanban {
        width: 85%;
        margin: 70px 20px 0 auto;
        vertical-align: right;
  }

     #support .kanban2 {
        width: 85%;
        margin: 30px 0 0 auto;
        vertical-align: right;
  }

     #support .supportphoto {
        margin: 60px 0 130px 0;
  }

  /*---------------------------------------
      information             
  -----------------------------------------*/

  #information {
    background: #fff0df;
  }
  
  #information .titletop {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  
    #information .titletop2 {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  
    #information h4 {
    color: #000000;
    font-size: 1.3em;
    margin-bottom: 50px;
    line-height: 1.75em;
  }

    #information span {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 50px;
    line-height: 2.5em;
  }

    #information .lineheight {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    padding-top: 0px;
    line-height: 1em;
  }

    #information .lineheightbr {
    margin-bottom: 10px;
  }

    #information .lineheightbr2 {
    margin-bottom: 80px;
  }

    #information p {
    color: #000000;
    margin-top: -30px;
    font-size: 1.2em;
    line-height: 1.75em;
  }

    #information .illustration {
        margin: -80px 0 0 auto;
        vertical-align: right;
        padding-top: 80px;
        padding-bottom: 80px;
  }

    #information .illustration2 {
        margin: -140px 0 0 auto;
        vertical-align: right;
        padding-top: 80px;
        padding-bottom: 80px;
  }


     #information .kanban {
        width: 85%;
        margin: 70px 20px 0 auto;
        vertical-align: right;
  }

     #information .kanban2 {
        width: 85%;
        margin: 30px 0 0 auto;
        vertical-align: right;
  }

     #information .supportphoto {
        margin: 60px 0 0 0;
  }

     #information .credit {
        margin: -40px 0 0 0;
  }
  
#information p .housyuu01{
font-weight:700;
font-size:1.5em;
}

#information p .housyuu02{
font-weight:700;
font-size:2.5em;
color:#00913a;
}

#information p .housyuu03{
font-weight:700;
font-size:1.5em;
color:#00913a;
}

#information p .housyuu04{
font-weight:700;
font-size:1.5em;
color:#00913a;
line-height:1.5em;
}


#information .housyuu-height01{
margin-top:-1.5em;
}

#information .housyuu-height02{
margin-top:-2em;
}



  /*---------------------------------------
      request             
  -----------------------------------------*/

  #request {
    background: #ffffff;
  }
  
  #request .titletop {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  
    #request h4 {
    color: #000000;
    font-size: 1.3em;
    margin-bottom: 50px;
    line-height: 1.75em;
  }

    #request span {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 50px;
    line-height: 2.5em;
  }

    #request .lineheight {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    padding-top: 0px;
    line-height: 1em;
  }

    #request .lineheightbr {
    margin-bottom: 10px;
  }

    #request .lineheightbr2 {
    margin-bottom: 80px;
  }

    #request p {
    color: #000000;
    margin-top: -30px;
    font-size: 1.2em;
    line-height: 1.75em;
  }

    #request .illustration {
        margin: -80px 0 0 auto;
        vertical-align: right;
        padding-top: 80px;
        padding-bottom: 80px;
  }

    #request .illustration2 {
        margin: -140px 0 0 auto;
        vertical-align: right;
        padding-top: 80px;
        padding-bottom: 80px;
  }


     #request .kanban {
        width: 85%;
        margin: 70px 20px 0 auto;
        vertical-align: right;
  }

     #request .kanban2 {
        width: 85%;
        margin: 30px 0 0 auto;
        vertical-align: right;
  }

     #request .supportphoto {
        margin: 60px 0 0 0;
  }

     #request .credit {
        margin: -40px 0 0 0;
  }


  /*---------------------------------------
      profile tenpo
  -----------------------------------------*/

  #profile {
    background: #fff0df;
  }
  
  #profile .titletop {
    margin-top: 100px;
    margin-bottom: 50px;
  }
  
    #profile h4 {
    color: #000000;
    font-size: 1.3em;
    margin-bottom: 40px;
  }

    #profile h3 {
    color: #000000;
    font-size: 1.3em;
    margin-bottom: -30px;
  }

    #profile span {
    color: #000000;
    font-size: 50px;
    font-weight: 500;
    margin-top: -100px;
    margin-bottom: 50px;
    line-height: 1.5em;
  }


    #profile .lineheightbr2 {
    margin-bottom: 80px;
  }

    #profile p {
    color: #000000;
    margin-top: -30px;
    font-size: 1.1em;
    line-height: 1.75em;
  }

    #profile .illustration {
        margin: -100px 0 0 auto;
        vertical-align: right;
  }

     #profile .tencho {
        margin: 20px 0 0 0;
  }



  /*---------------------------------------
     fnavi              
  -----------------------------------------*/
#fnavitext {
    background: #ffffff;
    height: 150px;
    font-size:14px;
    padding-top: 80px;
}

#fnavi3 {
text-align:center;
margin-bottom: 40px;
}
#fnavi3 li {
display:inline;
padding-left:20px;
padding-right:17px;
border-left:1px solid #000000;
font-size: 1.0em;
}

 
  /*---------------------------------------
     ggmap              
  -----------------------------------------*/

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-bottom: -150px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
}

#goto_top {
    position: fixed;
    right: 5%;
    bottom: 2%;
    z-index: 9999;
}

#goto_top a {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    font-size: 30px;
    background: #00913a;
    display: block;
    color: #fff;
    text-align: center;
    padding-top: 17px;
    line-height: 20px;
    text-decoration: none;
    font-weight: bold;
}       

    .pc { display: block !important; }
    .sm { display: none !important; }
    .sp { display: none !important; }
    
    #profile .greeting {
        font-size:17px;
        margin-bottom:80px;
        text-align:justify;
    }

    #profile .greeting h5 {
        font-size:20px;
    }


#profile .pfile01  {
margin-top:80px;
font-weight: 700;
font-size: 2.0em;
color:#7f4f21;
}

#profile .pfile02  {
font-weight: 700;
font-size: 1.5em;
}

    #profile .lineheight {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    padding-top: 0px;
    margin-bottom: -30px;
    line-height: 1em;
  }
  
    .owl-stage-outer {
      width:100%;
  }

    .sns {
      margin-top:-100px;
      margin-bottom:50px;
      padding:20px;
  }
  
      .sns h2 {
      font-size:24px;
      font-weight:600;
  }

      #request h3 {
      margin-top:-30px;
      margin-bottom:50px;
      font-size:20px;
      font-weight:500;
  }



@media only screen and (max-width: 992px) {
  /*---------------------------------------
      philosophy             
  -----------------------------------------*/

  #philosophy {
    background: #fff0df;
  }
  
    #philosophy img {
    padding-left:30px;
    padding-right:30px;
  }
  
/*---------------------------------------
      philosophyここまで 
-----------------------------------------*/


  #support .titletop {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  
    #support .subtitletop {
    margin-bottom: 50px;
  }

    #support .subtitletop2 {
    margin-top: -20px;
  }
  
      #support .subtitletop3 {
    margin-bottom: 200px;
  }


    .sns {
      margin-top:-100px;
      margin-bottom:50px;
      padding:20px;
  }
  
      .sns h2 {
      font-size:22px;
      font-weight:600;
  }

      #request h3 {
      margin-top:-40px;
      margin-bottom:30px;
      font-size:20px;
      font-weight:500;
  }


  .copyright-text p,
  .footer-link a {
    color: #000000;
    font-size: 11px;
    font-weight: 400;
  }


  /*---------------------------------------
     fnavi              
  -----------------------------------------*/
#fnavitext {
    background: #ffffff;
    height: 100px;
    font-size:14px;
    padding-top: 40px;
    margin-top: 40px;
    width:100%;
}

#fnavi3 {
text-align:center;
margin-bottom: 40px;
}
#fnavi3 li {
display:inline;
padding-left:10px;
padding-right:17px;
border-left:1px solid #000000;
font-size: 0.9em;
}



#profile p  {
font-size: 1.0em;
}


#profile .pfile02  {
font-weight: 700;
font-size: 1.2em;
}

#profile .lineheight {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    padding-top: 0px;
    margin-bottom: -30px;
    line-height: 1em;
  }

#profile h4 {
    margin-top: 0px;
  }


#profile .pfile01  {
margin-top:50px;
font-weight: 700;
font-size: 2.0em;
color:#7f4f21;
}


.navbar-default{
height:90px;
}

  .navbar-header img {
    width: 70%;
    margin-left: 0px;
  }
  .navbar-default .navbar-nav li a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    margin-top: -25px;
    padding-top: 0px;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }
  
  .slider .item {
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 400px;
  width: 70%;
  }

  .slider .item-first {
    background-image: url(../images/slider01.svg);
      display: block;
  width: 100%;
  }

  .slider .item-second {
    background-image: url(../images/slider02.svg);
      display: block;
  width: 100%;
  }
  
  .slider .item-third {
    background-image: url(../images/slider03.svg);
      display: block;
  width: 100%;
  }
  
  .slider .item-fourth {
    background-image: url(../images/slider04.svg);
      display: block;
  width: 100%;
  }
      
  .slider .owl-dots {
      position: absolute;
      top: 350px;
      width: 100%;
      justify-content: center;
  }
    .pc { display: none !important; }
    .sm { display: block !important; }
    .sp { display: none !important; }
    
    #profile .greeting {
        font-size:17px;
        margin-bottom:80px;
        text-align:justify;
    }

    #profile .greeting h5 {
        font-size:18px;
    }

    
      .owl-stage-outer {
      width:100%;
      margin-top:30px;
  }
  
  #information p .housyuu01{
font-weight:700;
font-size:1.2em;
}

#information p .housyuu02{
font-weight:700;
font-size:2.0em;
color:#00913a;
}

#information p .housyuu03{
font-weight:700;
font-size:1.2em;
color:#00913a;
}

#information p .housyuu04{
font-weight:700;
font-size:1.2em;
color:#00913a;
line-height:1.5em;
}


#information .housyuu-height01{
margin-top:-1.5em;
}

#information .housyuu-height02{
margin-top:-2em;
font-size:1.0em;

}

 /*---------------------------------------
     ggmap              
  -----------------------------------------*/

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

#goto_top {
    position: fixed;
    right: 5%;
    bottom: 2%;
    z-index: 9999;
}

#goto_top a {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    font-size: 30px;
    background: #00913a;
    display: block;
    color: #fff;
    text-align: center;
    padding-top: 17px;
    line-height: 20px;
    text-decoration: none;
    font-weight: bold;
}       

    #request p {
    color: #000000;
    margin-top: -30px;
    font-size: 1.2em;
    line-height: 1.75em;
  }



}


@media only screen and (max-width: 767px) {

    .sns {
      margin-top:-70px;
      margin-bottom:0px;
  }
  
      .sns h2 {
      font-size:20px;
      font-weight:600;
      margin-top:10px;
  }
  
        .sns img {
      margin-top:-30px;
  }

      #request h3 {
      margin-top:-40px;
      margin-bottom:10px;
      font-size:17px;
      font-weight:500;
  }


  .copyright-text p,
  .footer-link a {
    color: #000000;
    font-size: 10px;
    font-weight: 400;
  }


#profile .pfile02  {
font-weight: 700;
font-size: 1.0em;
}

#profile .lineheight {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    padding-top: 0px;
    margin-bottom: -30px;
    line-height: 1em;
  }

#profile p  {
font-size: 0.9em;
}


#profile .pfile01  {
margin-top:30px;
margin-bottom:-30px;
font-weight: 700;
font-size: 1.5em;
color:#7f4f21;
}


    .pc { display: none !important; }
    .sm { display: none !important; }
    .sp { display: block !important;
    margin-top:-30px;
    margin-bottom:70px;
     }

     #profile .greeting {
        font-size:16px;
        margin-top:20px;
        margin-bottom:40px;
        text-align:justify;
    }

    #profile .greeting h5 {
        font-size:16px;
    }
    
  .navbar-header img {
    width: 100%;
    margin-left: 0px;
  }
    
  /*---------------------------------------
     fnavi              
  -----------------------------------------*/
#fnavitext {
    background: #ffffff;
    height: 100px;
    font-size:13px;
    padding-top: 10px;
    margin-top: 40px;
}

#fnavi3 {
text-align:center;
margin-left: -50px;
}
#fnavi3 li {
display:inline;
padding-left:3px;
padding-right:1px;
border-left:1px solid #000000;
font-size: 0.9em;
}


  /*---------------------------------------
      support             
  -----------------------------------------*/

  #support {
    background: #ffffff;
  }
  
  #support .titletop {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  
  #support .subtitletop {
    margin-top: 50px;
    margin-bottom: 70px;
  }

    #support .subtitletop2 {
    margin-bottom: 30px;
  }

    #support .subtitletop3 {
    margin-bottom: 80px;
  }

  
  #support .tenpo {
    margin-bottom: 10px;
  }

  #support .supportvariation {
    margin-top: -50px;
  }

  
    #support h4 {
    color: #000000;
    font-size: 1.0em;
    margin-left: -20px;
    margin-bottom: 40px;
    line-height: 1.75em;
  }

    #support span {
    color: #000000;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 50px;
    line-height: 1.5em;
  }

    #support .lineheight {
    color: #000000;
    font-size: 17px;
    font-weight: 600;
    padding-top: 0px;
    line-height: 1em;
  }

    #support .lineheightbr {
    margin-bottom: 10px;
  }

    #support .lineheightbr2 {
    margin-bottom: 80px;
  }

    #support p {
    color: #000000;
    margin-left: -20px;
    margin-top: -30px;
    font-size: 0.9em;
    line-height: 1.75em;
  }

    #support .illustration {
        width: 85%;
        margin: -80px 0 0 auto;
        vertical-align: right;
        padding-top: 80px;
        padding-bottom: 80px;
  }

     #support .kanban {
        width: 100%;
        margin: 0 0 0 auto;
        vertical-align: right;
  }

     #support .kanban2 {
        width: 100%;
        margin: 0 0 0 auto;
        vertical-align: right;
  }

     #support .supportphoto {
        margin: 20px 0 0 0;
  }

     #support .supportphoto2 {
        margin: 0 0 20px 0;
  }


  /*---------------------------------------
      information             
  -----------------------------------------*/

  #information {
    background: #fff0df;
  }
  
  #information .titletop {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
    #information .titletop2 {
    margin-top: 30px;
    margin-bottom: -20px;
  }
  
    #information h4 {
    color: #000000;
    font-size: 1.0em;
    margin-bottom: 40px;
    line-height: 1.75em;
  }

    #information span {
    color: #000000;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 50px;
    line-height: 1.5em;
  }

    #information .lineheight {
    color: #000000;
    font-size: 17px;
    font-weight: 600;
    padding-top: 0px;
    line-height: 1em;
  }

    #information .lineheightbr {
    margin-bottom: 10px;
  }

    #information .lineheightbr2 {
    margin-bottom: 80px;
  }

    #information p {
    color: #000000;
    margin-top: -30px;
    font-size: 0.9em;
    line-height: 1.75em;
  }

    #information .illustration {
        margin: -80px 0 0 auto;
        vertical-align: right;
        padding-top: 80px;
        padding-bottom: 80px;
  }

    #information .illustration2 {
        margin: -140px 0 0 auto;
        vertical-align: right;
        padding-top: 60px;
        padding-bottom: 20px;
  }


     #information .kanban {
        width: 85%;
        margin: 70px 20px 0 auto;
        vertical-align: right;
  }

     #information .kanban2 {
        width: 85%;
        margin: 30px 0 0 auto;
        vertical-align: right;
  }

     #information .supportphoto {
        margin: 60px 0 0 0;
  }

     #information .credit {
        margin: -30px 0 20px 0;
  }
  
  #information p .housyuu01{
font-weight:700;
font-size:20px;
margin-bottom:20px;
}

#information p .housyuu02{
font-weight:700;
font-size:2.5em;
color:#00913a;
}

#information p .housyuu03{
font-weight:700;
font-size:1.5em;
color:#00913a;
}

#information p .housyuu04{
font-weight:700;
font-size:1.5em;
color:#00913a;
line-height:1.5em;
}


#information .housyuu-height01{
margin-top:0em;
}

#information .housyuu-height02{
margin-top:0.8em;
}

  

  /*---------------------------------------
      request             
  -----------------------------------------*/

  #request {
    background: #ffffff;
  }
  
  #request .titletop {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
    #request p .mousikomititle {
    color: #000000;
    font-weight: 700;
    font-size: 5.0em;
    margin-bottom: 40px;
    line-height: 1.75em;
  }
  
      #request h2 {
    color: #000000;
    font-weight: 600;
    margin-bottom: 40px;
    line-height: 1.75em;
  }


    #request h4 {
    color: #000000;
    font-size: 1.0em;
    margin-bottom: 40px;
    line-height: 1.75em;
  }

    #request span {
    color: #000000;
    font-size: 17px;
    font-weight: 600;
    margin-top:-50px;
    margin-bottom: 50px;
    line-height: 2.5em;
  }

    #request .lineheight {
    color: #000000;
    font-size: 17px;
    font-weight: 600;
    padding-top: 0px;
    line-height: 1em;
  }

    #request .lineheightbr {
    margin-bottom: 10px;
  }

    #request .lineheightbr2 {
    margin-bottom: 80px;
  }

    #request p {
    color: #000000;
    margin-top: -30px;
    font-size: 0.9em;
    line-height: 1.75em;
  }

    #request .illustration {
        margin: -80px 0 0 auto;
        vertical-align: right;
        padding-top: 80px;
        padding-bottom: 80px;
  }

    #request .illustration2 {
        margin: -140px 0 0 auto;
        vertical-align: right;
        padding-top: 60px;
        padding-bottom: 20px;
  }


     #request .kanban {
        width: 85%;
        margin: 70px 20px 0 auto;
        vertical-align: right;
  }

     #request .kanban2 {
        width: 85%;
        margin: 30px 0 0 auto;
        vertical-align: right;
  }

     #request .supportphoto {
        margin: 60px 0 0 0;
  }

     #request .credit {
        margin: -30px 0 20px 0;
  }


  /*---------------------------------------
      info             
  -----------------------------------------*/

  #info {
    background: #ffffff;
  }
  
  #info .titletop {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  
    #info h4 {
    color: #000000;
    font-size: 1.3em;
    margin-bottom: 40px;
  }

    #info h3 {
    color: #000000;
    font-size: 1.3em;
    margin-bottom: -30px;
  }

    #info span {
    color: #000000;
    font-size: 43px;
    font-weight: 500;
    margin-top: -100px;
    margin-bottom: 50px;
    line-height: 1.5em;
  }

    #info .lineheight {
    color: #000000;
    font-size: 17px;
    font-weight: 600;
    padding-top: 0px;
    margin-bottom: -30px;
    line-height: 1em;
  }

    #info .lineheightbr2 {
    margin-bottom: 80px;
  }

    #info p {
    color: #000000;
    margin-top: -30px;
    font-size: 0.9em;
    line-height: 1.75em;
  }

    #info .illustration {
        margin: -100px 0 -200px auto;
        vertical-align: right;
  }

     #info .tencho {
        margin: 0 auto;
  }


  /*---------------------------------------
      philosophy             
  -----------------------------------------*/

  #philosophy {
    background: #fff0df;
  }
  
    #philosophy img {
    margin-top:20px;
    margin-bottom:20px;
    padding-left:0px;
    padding-right:0px;
  }



 /*---------------------------------------
     info topix             
  -----------------------------------------*/

  .infotitle p {
    display:table-cell;
    vertical-align:middle;
    height: 100px;
    font-size: 2em;
    font-weight: 500;
    color: #000000;
    margin-right: 50px;
    padding-left: 10px;
    text-align: left;
    padding-bottom: 0;
  }

  .infoline {
    margin-bottom: 30px;
    border-left: thin solid black;
    padding-left: 30px;
    padding-right: 0;
    margin-left: 20px;
    }

  .infotext {
    line-height: 1em;
    }
  
  .infotext ul {
    font-size: 12px;
}

  .infotext ul {
   margin:0;
   padding-left:20px;
   padding-right:20px;
   list-style:none;
}

  .infotext li {
    list-style:none;
    margin-left: -30px;
   padding:15px 0 15px 7em;
   text-indent: -7em;
}

  .infotext li span {
   display:inline-block;
   width:7em;
   text-indent:0;
}

  .infotext li a {
   text-decoration:none;
   color:#000;
}

  .infotext li a:hover {
   text-decoration:underline;
   color:#AB0404;
}
  .infotext a {
   text-decoration:none;
   color:#000;
}

  .infotext a:hover {
   text-decoration:underline;
   color:#AB0404;
}

    
  /*---------------------------------------
      MENU              
  -----------------------------------------*/
.navcolor{
    background: #00913a;
    margin-top: 0px;
    padding-bottom: 30px;
}

.navcolor li {
    padding-bottom: 0px;
}

  .navbar-default {
    background: #00913a;
    box-shadow: 0 2px 8px rgba(0,0,0,.075);
    border: none;
    margin-bottom: 0;
    padding: 10px;
    height: 75px;
  }

  .navbar-default .navbar-brand {
    width: 200px;
    margin-left: 10px;
    margin-top: -5px;
  }

  .navbar-default .navbar-brand {
    color: #adff2f;
    font-weight: 500;
  }

  .navbar-default .navbar-brand .fa {
    color: #a5c422;
  }

  .navbar-default .navbar-nav li.appointment-btn {
    margin: 3px 0 0 10px;
  }

  .navbar-default .navbar-nav li a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    margin-top: 5px;
    padding-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }

  .navbar-default .navbar-nav > li a:hover {
    color: #adff2f !important;
  }

  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #32cd32;
    background-color: transparent;
  }

  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #adff2f;
    background-color: transparent;
  }

  .navbar-default .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background: #ffffff;
    border-color: transparent;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus { 
    background-color: transparent;
  }



  /*---------------------------------------
      HOME              
  -----------------------------------------*/

  #home h1 {
    font-weight: lighter ;
    color: #ffffff;
    padding-bottom: 10px;
    margin-top: 0;
  }
  
  #home h3 {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: inherit;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0;
  }

  .slider .container {
    width: 100%;
    margin-top: -20px;
  }

  .slider .owl-dots {
      position: absolute;
      top: 180px;
      width: 100%;
      justify-content: center;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    border: 2px solid #d9d9d9;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
  }

  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffffff;
    border-color: transparent;
  }

  .slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 100%;
    color: #fff;
    cursor: e-resize;
    padding-top: 0px;
    line-height: 8em;
    font-size: 0.35em;
  }

  .slider .item {
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 210px;
    width: 80%;
    margin-top:0px;
    padding-right:30px;
    margin-left:-10px;
  }

  .slider .item-first {
    background-image: url(../images/slider01-2.svg);
      display: block;
  width: 100%;
  }

  .slider .item-second {
    background-image: url(../images/slider02-2.svg);
      display: block;
  width: 100%;
  }
  
   .slider .item-third {
    background-image: url(../images/slider03-2.svg);
      display: block;
  width: 110%;
  }
  
  .slider .item-fourth {
    background-image: url(../images/slider04-2.svg);
      display: block;
  width: 100%;
  }
  
 /*---------------------------------------
     ggmap              
  -----------------------------------------*/

.ggmap {
position: relative;
padding-bottom: 90%;
padding-top: 60px;
height: 0;
margin-bottom:-120px;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height:250px;
}

#goto_top {
    position: fixed;
    right: 5%;
    bottom: 2%;
    z-index: 9999;
}

#goto_top a {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    font-size: 30px;
    background: #00913a;
    display: block;
    color: #fff;
    text-align: center;
    padding-top: 17px;
    line-height: 20px;
    text-decoration: none;
    font-weight: bold;
}       

    
    h1 {
      font-size: 3em;
      line-height: 1.2em;
    }
    h2 {
      font-size: 2.1em;
    }
    h4 {
      font-size: 1.4em;
    }

    #home h3 {
      font-size: 11px;
      letter-spacing: 1px;
    }

  }

