@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Lancelot);
@import url(https://fonts.googleapis.com/css?family=Bilbo+Swash+Caps);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Anaheim);
@import 'https://fonts.googleapis.com/css?family=Oswald';
@import 'https://fonts.googleapis.com/css?family=Italiana';
@import 'https://fonts.googleapis.com/css?family=Cinzel:700';
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*!
 * "fontname" is lisenced under the SIL Open Font License 1.1
 * by http://font-foundry.com/fontname/
 */

@font-face {
    font-family: 'fontello';
    src: url('../font/fontello.eot?9498960');
    src: url('../font/fontello.eot?9498960#iefix') format('embedded-opentype'), url('../font/fontello.woff?9498960') format('woff'), url('../font/fontello.ttf?9498960') format('truetype'), url('../font/fontello.svg?9498960#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
/********リセットcss*********/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td ,figure{
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size:1.2em;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}

 table {
    border-collapse: collapse;
    border-spacing: 0;
}
/********リセットcss*********/

/********common style*********/

a {
    color: #000;
    text-decoration: underline;
}
a:link {
    color: #444;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #444;
}
a:hover {
    color: #444;
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
img {
    vertical-align: middle;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    max-width: 100%;
    height: auto;
}
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}
.clearboth {
    clear: both;
}

span{
  font-size:0.5em;
  display:block;
  margin:7px;
  }
  
.font-weight-bold{
  font-weight:bold;
}

#all {
     width:100vw;
     }
/******header**************/  

  
    #header {
    width: 95vw;
    margin:1vw auto 0 auto;
    padding-bottom: 3vw;
    }
    
    #header h1{
    float: left;
    /*font-family: 'Oswald', sans-serif;*/
    /*font-family: 'Italiana', serif;*/
    font-family: 'Cinzel', serif;
    font-size:2.0em;
    }
    
    #header p{
    float: right;
    padding:0  0 1vw 0;
    }

/******nav**************/
    
    
    #nav {
    background-color:#000;
    clear:both;
    padding:10px; 
    }
    
  .table-ul{
      display: table;
      table-layout: fixed;
      text-align: center;
      width: 95vw;
      margin: 0 auto;
      border-collapse: separate;  /* セルの間隔を空ける */
      border-spacing: 10px 0;
      opacity: 1.0;  /* 左右 上下で記述 */
      
    }
  
  .table-ul li {
    margin-right:10px;
    vertical-align: middle;
    display:table-cell;
  }
  
  .table-ul li a{
  color: #fff;
  display: block;
  }

a, a > span {
  color: inherit;
  text-decoration: none;
  position: relative;
  line-height: 24px;
  margin: 0px;
}
a:before, a:after, a > span:before, a > span:after {
  content: '';
  position: absolute;
  transition: transform .5s ease;
}



  .effect-5 {
  display: inline-block;
  overflow: hidden;
}
.effect-5:before, .effect-5:after {
  right: 0;
  bottom: 0;
  background: #0883a4;
}
.effect-5:before {
  width: 100%;
  transform: translateX(-100%);
  height: 2px;
}
.effect-5:after {
  width: 2px;
  height: 100%;
  transform: translateY(100%);
}
.effect-5 > span {
  display: block;
  font-size: 1.0em;
  padding: 20px;
}
.effect-5 > span:before, .effect-5 > span:after {
  left: 0;
  top: 0;
  background: #0883a4;
}
.effect-5 > span:before {
  width: 100%;
  height: 2px;
  transform: translateX(100%);
}
.effect-5 > span:after {
  width: 2px;
  height: 100%;
  transform: translateY(-100%);
}
.effect-5:hover:before, .effect-5:hover:after, .effect-5:hover > span:before, .effect-5:hover > span:after {
  transform: translate(0, 0);
}


/*svg-wrapper {  
}
.shape {
  border-bottom: 5px solid black;
  transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
  stroke-width: 8px;
  fill: transparent;
  stroke: #19f6e8;
  stroke-dashoffset: -474;
  stroke-dasharray: 140 540;
}
.text {
  color: #fff;
}
.svg-wrapper:hover .shape {
  stroke-width: 2px;
  stroke-dashoffset: 0;
  stroke-dasharray: 760;
}
*/
  /*.snip1155 {*/
    /*text-align: center;*/
    /*text-transform: uppercase;*/
  /*}*/
  /*.snip1155 * {*/
    /*-webkit-box-sizing: border-box;*/
  /*  box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  
  }
  .snip1155 li {
    list-style: outside none none;
    margin: 0 0.8em;
    padding: 0;
  }
  .snip1155 a {
    display: inline-block;
    padding: 0.5em 17px;
    position: relative;
    letter-spacing: 1px;
    text-decoration: none;
  }
  .snip1155 a:before {
    left: 20%;
    right: 20%;
    top: 50%;
    content: '';
    border-left: 4px solid #ee5a5a;
    border-right: 4px solid #ee5a5a;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50px;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  .snip1155 a:hover,
  .snip1155 .current a {
    /*color: #ffffff;*/
/*  }
  .snip1155 a:hover:before,
  .snip1155 .current a:before {
    left: 0;
    right: 0;
    opacity: 1.0;
  }*/

  
  
  
/***************************************** #slider*****************************************/
.mask,.mask2,.mask3,.mask4,.mask5{
    width:100%;
    height:650px;
    position:absolute;
    /*background:rgba(0, 0, 0, 0.3);*/
    z-index:100;
}

.mask{
     background:rgba(0, 0, 0, 0.2); 
}


.mask2{
    background: rgba(16, 16, 16, 0.2);
}

.mask3{
    background: rgba(193,31,13,0.3);
}

.mask4{
}

.mask5{
    background: rgba(30, 31, 31, 0.4);
}

/***************************************** #slider*****************************************/



/***************************************** #concept-wrapper********************************/
    #concept-wrapper{
    background-color:#011931;
    color:#fff;
    padding-bottom: 150px;
    }

    #concept-wrapper:after{
    content: "";
    background-repeat: no-repeat;
    display: block;
    height: 150px;
    position: absolute;
    width: 100%;
    background: url("separate1.svg");
    }

  
    .concept-inner {
    width: 95vw;
    margin:0 auto 0 auto;
    padding:100px 0;

    }
    
    .concept-inner h2{
    text-align:center;
    font-size:3rem;
    /*margin-bottom:50px;*/
    color:#fff;
    }
    
    .concept-inner p{
    text-align:center;
     font-size:1.4rem;
     margin-top: 15px;
     line-height: 1.8;
    }

/*#t-pride {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.fadein {
    opacity: 1!important;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    color: #fff;*/
    /* display: none; 
}*/

#path{
   display: none;
}

.path{
    stroke:#fff;
    fill:none;
    stroke-width:1;
    stroke-dasharray: 3000;
    stroke-dashoffset:3000;
    -moz-animation:DASH 2s ease-in-out 01s forwards;
    -webkit-animation:DASH 2s ease-in-out 0.1s forwards;
    -o-animation:DASH 2s ease-in-out 0.1s forwards;
    animation:DASH 2s ease-in-out 0.1s forwards;
    -webkit-transition:all .2.1s ease-in-out;transition:all .2.1s ease-in-out;  
}

@keyframes DASH{
    0%  {stroke-dashoffset:3000;fill:#011931;}
    80% {stroke-dashoffset:2000;fill:#011931;}
    100%{stroke-dashoffset:0;fill:#fff;}
}

@-moz-keyframes DASH{
    0%  {stroke-dashoffset:3000;fill:#011931;}
    80% {stroke-dashoffset:2000;fill:#011931;}
    100%{stroke-dashoffset:0;fill:#fff;}
}

@-webkit-keyframes DASH{
    0%  {stroke-dashoffset:3000;fill:#011931;}
    80% {stroke-dashoffset:2000;fill:#011931;}
    100%{stroke-dashoffset:0;fill:#fff;}
}

@-o-keyframes DASH{
    0%  {stroke-dashoffset:3000;fill:#011931;}
    80% {stroke-dashoffset:2000;fill:#011931;}
    100%{stroke-dashoffset:0;fill:#fff;}
}

@-ms-keyframes DASH{
    0%  {stroke-dashoffset:3000;fill:#011931;}
    80% {stroke-dashoffset:2000;fill:#011931;}
    100%{stroke-dashoffset:0;fill:#fff;}
}
/************************************** #top-servie-and-price-wrapper*******************************/


#top-servie-and-price-wrapper{
    background-color:#5ea395;
    padding-bottom: 150px;
    }

    #top-servie-and-price-wrapper:after{
    content: "";
    background-repeat: no-repeat;
    display: block;
    height: 150px;
    position: absolute;
    width: 100%;
    background: url("separate2.svg");
    }




    .top-servie-and-price-inner {
    width: 95vw;
    margin:0 auto 0 auto;
    padding:100px 0;
    box-sizing: boder-box;
    width: 100%;
    /*max-width: 640px;*/
    height: 100%;
    margin: 0 auto;
    padding: 100px 10px 120px;
    color: #fff;
    text-align: center;
    }
    
    .top-servie-and-price-inner h2{
    text-align:center;
    font-size:3rem;
    margin-bottom:50px;
    }
    
    .top-servie-and-price-inner-menu{
     width:100%;
     max-width: 1000px;
     margin:0 auto;
    }
    
    .top-servie-and-price-inner ul{
    display: flex;
    width: auto !important;
    margin:0 -3.5% 0 -1.5%;
    overflow: hidden;
    }
    
    .top-servie-and-price-inner li{
    width: 30%;
    margin: 0 1.5% 3%;
/*    float: left;*/
    background-color:#fff;
    }

        .top-servie-and-price-inner a{
          display: block;
        }

    .top-servie-and-price-inner h3 {
      text-align: center;
      padding: 15px;
      line-height: 1.3;
    }

      .top-servie-and-price-inner p {
          line-height: 1.3;
      font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      text-align: left;
      font-size: 95%;
          padding: 0px 10px 15px 10px;
}


.top-servie-and-price-inner .bk-blue {
padding:0px0px 0px 0px;
margin:0 auto;
font-size:100%;
width:90%;

}



.top-servie-and-price-inner p.service-detail {
    border: 1px #ccc solid;
    text-align: center;
    padding: 10px 0px 0px 0px;
    width: 90%;
    margin: 10px auto;
    bottom: 0;
}



.esquina_pagina{
  -webkit-transform: translateX(0);
}

.esquina_pagina:before{
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0;
  height: 0;
  background: -webkit-linear-gradient(45deg, white 45%, #aaa 50%, #ccc 60%, white);
  -webkit-transition-duration: 0.3s;
}

.esquina_pagina:hover:before{
  width: 35px;
  height: 35px;
}






/***************************************** #top-flow-and-faq-wrapper****************************************/

#top-flow-and-faq-wrapper{
    background-color:#f5897e;
    color:#fff;
    padding-bottom: 150px;
    }

  #top-flow-and-faq-wrapper:after{
    content: "";
    background-repeat: no-repeat;
    display: block;
    height: 150px;
    position: absolute;
    width: 100%;
    background: url("separate3.svg");;
    }

    
    .top-flow-and-faq-inner {
    width: 95vw;
    margin:0 auto 0 auto;
    padding:0px 0;
    }
    
    .top-flow-and-faq-inner h2{
    text-align:center;
    font-size:3rem;
    margin-bottom:50px;
    color:#fff;
    }
    
    .top-flow-and-faq-inner-menu{
     width:100%;
     max-width: 1000px;
     margin:0 auto;
    }
    
    .top-flow-and-faq-inner ul{
    width: auto !important;
    margin: 0 -3% 0 -1.5%;
    overflow: hidden;
    }
    
    .top-flow-and-faq-inner li{
    width: 47%;
    margin: 0 1.5% 3%;
    float: left;
    /*background-color:#fff;*/
    }


@import url(https://fonts.googleapis.com/css?family=Titillium+Web:200);
@import url(http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
.snip1403 {
  font-family: 'Titillium Web', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
/*  margin: 10px 1%;
  min-width: 230px;
  max-width: 315px;*/
  width: 100%;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  background-color: #0c1116;
  line-height: 1.6em;
  font-weight: 200;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.snip1403 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
.snip1403 *:before,
.snip1403 *:after {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1403 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}
.snip1403 figcaption {
  position: absolute;
  top: 50%;
  margin: 0 40px;
  padding: 10px 15px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.snip1403 figcaption div {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.7;
}
.snip1403 figcaption div:before,
.snip1403 figcaption div:after {
  position: absolute;
  content: '';
  background-color: rgba(255, 255, 255, 0.75);
  left: 50%;
  top: 50%;
}
.snip1403 figcaption div:before {
  width: 1px;
  height: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.snip1403 figcaption div:after {
  height: 1px;
  width: 50px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.snip1403 p {
    opacity: 0;
    letter-spacing: 1px;
    margin: 0;
    font-size: 140%;
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    line-height: 1.3;
}
.snip1403 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.snip1403:hover img,
.snip1403.hover img {
  zoom: 1;
  filter: alpha(opacity=15);
  -webkit-opacity: 0.15;
  opacity: 0.15;
}
.snip1403:hover figcaption p,
.snip1403.hover figcaption p {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  opacity: 1;
}
.snip1403:hover figcaption .plus1,
.snip1403.hover figcaption .plus1,
.snip1403:hover figcaption .plus2,
.snip1403.hover figcaption .plus2 {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.snip1403:hover figcaption .plus1:before,
.snip1403.hover figcaption .plus1:before,
.snip1403:hover figcaption .plus1:after,
.snip1403.hover figcaption .plus1:after {
  top: 0%;
  left: 0%;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.snip1403:hover figcaption .plus2:before,
.snip1403.hover figcaption .plus2:before,
.snip1403:hover figcaption .plus2:after,
.snip1403.hover figcaption .plus2:after {
  top: 100%;
  left: 100%;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}


/***************************************** #top-works-wrapper****************************************/

#top-works-wrapper{
    background-color:#000;
    padding-bottom: 150px;
    }



    #top-works-wrapper:after{
    content: "";
    background-repeat: no-repeat;
    display: block;
    height: 150px;
    position: absolute;
    width: 100%;
    background: url("separate4.svg");;
    }
    
    .top-works-inner {
    width: 95vw;
    margin:0 auto 0 auto;
    padding:100px 0;
    }
    
    .top-works-inner h2{
    text-align:center;
    font-size:3rem;
    margin-bottom:50px;
    color:#fff;
    }
    
    .top-works-inner-menu{
     width:100%;
     /*max-width: 1000px;*/
     margin:0 auto;
    }
    
    .top-works-inner ul{
    width: auto !important;
   /* margin:0 -3.5% 0 -1.5%;*/
    overflow: hidden;
    }
    
    .top-works-inner li{
    width: 30%;
    margin: 0 1.5% 3%;
    float: left;
    /*background-color:#fff;*/
    }

@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,700);
.snip1273 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
 /* float: left;
  margin: 10px 1%;
  min-width: 310px -60px;
  max-width: 310px;
  width: 100%;*/
  color: #ffffff;
  text-align: left;
  background-color: #000000;
  font-size: 16px;
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.snip1273 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.snip1273 img {
  position: relative;
  max-width: 100%;
  vertical-align: top;
}
.snip1273 figcaption {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
    display:  -webkit-flex;
    flex-wrap:  -webkit-wrap;
    justify-content:  -webkit-center;
    align-items:  -webkit-center;
    align-content:  -webkit-center;
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  /*padding: 20px 30px;*/
}
.snip1273 figcaption:before,
.snip1273 figcaption:after {
  width: 1px;
  height: 0;
}
.snip1273 figcaption:before {
  right: 0;
  top: 0;
}
.snip1273 figcaption:after {
  left: 0;
  bottom: 0;
}

.snip1273 h3,
.snip1273 p {
  line-height: 1.5em;
  width:100%;
}
.snip1273 h3 {
/*  margin: 0 0 5px;*/
  font-size: 140%;
  text-transform: uppercase;
      text-align: center;
    /*padding-top: 20%;*/
}
.snip1273 p {
    font-size: 1.2em;
/*    font-weight: 500;
    margin: 0 0 15px;*/
    text-align: center;
}

.snip1273 a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.snip1273:before,
.snip1273:after,
.snip1273 figcaption:before,
.snip1273 figcaption:after {
  position: absolute;
  content: '';
  background-color: #ffffff;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0.8;
}
.snip1273:before,
.snip1273:after {
  height: 1px;
  width: 0%;
}
.snip1273:before {
  top: 0;
  left: 0;
}
.snip1273:after {
  bottom: 0;
  right: 0;
}
.snip1273:hover img,
.snip1273.hover img {
  opacity: 0.4;
}
.snip1273:hover figcaption,
.snip1273.hover figcaption {
  opacity: 1;
}
.snip1273:hover figcaption:before,
.snip1273.hover figcaption:before,
.snip1273:hover figcaption:after,
.snip1273.hover figcaption:after {
  height: 100%;
}
.snip1273:hover:before,
.snip1273.hover:before,
.snip1273:hover:after,
.snip1273.hover:after {
  width: 100%;
}
.snip1273:hover:before,
.snip1273.hover:before,
.snip1273:hover:after,
.snip1273.hover:after,
.snip1273:hover figcaption:before,
.snip1273.hover figcaption:before,
.snip1273:hover figcaption:after,
.snip1273.hover figcaption:after {
  opacity: 0.1;
}


/***************************************** #info-wrapper*****************************************/

#info-wrapper{
    background-color:#eade7e;
    color:#000;
    padding-bottom: 150px;
    }



    #info-wrapper:after{
    content: "";
    background-repeat: no-repeat;
    display: block;
    height: 150px;
    position: absolute;
    width: 100%;
    background: url("separate5.svg");;
    }
    
    .info-inner {
    width: 95vw;
    margin:0 auto 0 auto;
    padding:100px 0;
    }
    
    .info-inner h2{
    text-align:center;
    font-size:3rem;
    margin-bottom:50px;
    }
    
    .info-inner-menu{
     width:100%;
     max-width: 1000px;
     margin:0 auto;
    }
    
    .info-inner ul{
    width: auto !important;
    margin: 0 -3% 0 0;
    overflow: hidden;
    }
    
    .info-inner li{
    width: 22%;
    margin: 0 1.0% 1.0%;
    float: left;
    background-color:#fff;
    position:relative;
    }

    .info-inner li a{
    display: block;
    }
    
    .info-inner .news_continer{
    background: rgba(0,0,0,0.8);
    position: absolute;
    bottom: 0;
    color: #fff;
    font-weight: bold;
    width: 100%;
    }

    .info-inner .news_continer_in{
    padding: 10px;
    }
    
        .info-inner .news_continer h3{
    font-size: 100%;
    margin: 10px 0px;
    line-height: 1.2;
        }

        .info-inner .news_continer time{
          font-size: 110%;
        }



/***************************************** #footer*****************************************/

#footer{
    background-color:#464545;
    color:#fff;
    }

#footer-wrapper{
      padding: 0px 0;

    }
    
  .footer-inner {
    width: 95vw;
    margin:0 auto 0 auto;
    padding:70px 0;
        overflow: hidden;
    }

.footer-about h3{
  font-size: 140%;
}

.footer-about {
    float: left;
    width:50%;
}

.footer-about dl{
  margin-top:20px;
}

.footer-about dt{
    float: left;
    padding-top: 15px;
    width: 15%;
}

.footer-about dd{
    padding-top: 15px;
    padding-left: 15%;
}


.footer-contact{
    float:right;
     width: 45%;
    margin-right: 5%;
}

.footer-contact p{
    display: table-cell;
}

.footer-contact p a:link,.footer-contact p a:visited{
  color: #fff;
}

p.contact-text{
font-size: 120%;
    line-height: 1.4;
    padding: 0px 45px;
}


button{
  background:#ee5a5a;
  color:#fff;
  border:none;
  position:relative;
  height:60px;
  font-size:1.6em;
  padding:0 2em;
  cursor:pointer;
  transition:800ms ease all;
  outline:none;
  margin-top: 30px;
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
button:hover{
  background:#464545;
  color:#ee5a5a;
}
button:before,button:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #ee5a5a;
  transition:400ms ease all;
}
button:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
button:hover:before,button:hover:after{
  width:100%;
  transition:800ms ease all;
}


.copyright {
    background-color: #000;
    padding: 1vw 0;
    clear:both;
}

.copyright p{
   text-align: center;
   color: #fff;
}





.hovicon {
    display: inline-block;
    font-size: 25px;
    /*line-height: 200px;*/
    padding-top:60px;
    cursor: pointer;
    margin: 20px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #fff;
    font-style: normal;
}
.hovicon.small {
    font-size: 20px;
    line-height:45px;
    width:45px;
    height:45px;
    margin:7px;
}
.hovicon.mini {
    font-size: 15px;
    line-height:32px;
    width:30px;
    height:30px;
    margin:7px;
}
.hovicon.auto-width {
    width: auto;
    height: auto;
    padding: 15px;
}
.hovicon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content:'';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.hovicon:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}




/* Effect 8 */
 .hovicon.effect-8 {
    background: rgba(238, 90, 90, 1.0);
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}
.hovicon.effect-8:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(238, 90, 90, 0.7);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.hovicon.effect-8:hover {
    background: rgba(238, 90, 90, 0.7);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}
.hovicon.effect-8:hover i {
    color: #fff;
}
.hovicon.effect-8:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(238, 90, 90, 0.1), 0 0 10px 10px #EE5A5A, 0 0 0 10px rgba(238, 90, 90, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(238, 90, 90, 0.1), 0 0 10px 10px #EE5A5A, 0 0 0 10px rgba(238, 90, 90, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(238, 90, 90, 0.1), 0 0 10px 10px #EE5A5A, 0 0 0 10px rgba(238, 90, 90, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(238, 90, 90, 0.1), 0 0 10px 10px #EE5A5A, 0 0 0 10px rgba(238, 90, 90, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(238, 90, 90, 0.1), 0 0 10px 10px #EE5A5A, 0 0 0 10px rgba(238, 90, 90, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(238, 90, 90, 0.1), 0 0 10px 10px #EE5A5A, 0 0 0 10px rgba(238, 90, 90, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

}
.mail-icon{
    width: 100px;
    display: block;
    margin: 0 auto 20px auto;
}

