@charset "UTF-8";

.main_image{
	width: 100%;
	/*height: calc(100vh - 40px);*/
  height: 100vh;
	margin: 0 auto;
	text-align: center;
	position: relative;
	background-color:#000000;
}
a:hover	img,a:active img {
			opacity: 0.7 ;
}
* {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
}

/****************
黒のボタン
***************/

.blk_l_btn a {
  color: #eaeaea;
  font-size: 4vw;
  font-weight: bold;
  background: #000000;
  width: 70%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: 2px solid #000000;
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  transition: .3s;
  margin: 0 auto;
}
.blk_l_btn a::before,
.blk_l_btn a::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  transition: transform ease .3s;
}
.blk_l_btn a::before {
  right: -0px;
  border-right: -0px solid transparent;

  border-bottom: 50px solid #ffffff;

  color: #000000;
  transform: translateX(-100%);
}
.blk_l_btn a::after {
  left: -0px;
  border-left: 0px solid transparent;

  border-top: 50px solid #ffffff;

  color: #000000;
  transform: translateX(100%);
}
.blk_l_btn a:active {
  color: #000000;
  opacity: 1 ;
}
.blk_l_btn a:hover {
  color: #000000;
  opacity: 1 ;
}
.blk_l_btn a:hover::before {
  transform: translateX(-49%);
}
.blk_l_btn a:hover::after {
  transform: translateX(49%);
}

/****************
緑のボタン
***************/

.grn_l_btn a {
  color: #fff;
  font-size: 4vw;
  font-weight: bold;
  background: #35c538;
  width: 90%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: 2px solid #35c538;
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  transition: .3s;
  margin: 0 auto;
}
.grn_l_btn a::before,
.grn_l_btn a::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  transition: transform ease .3s;
}
.grn_l_btn a::before {
  right: -0px;
  border-right: -0px solid transparent;

  border-bottom: 50px solid #ffffff;

  transform: translateX(-100%);
}
.grn_l_btn a::after {
  left: -0px;
  border-left: 0px solid transparent;

  border-top: 50px solid #ffffff;

  transform: translateX(100%);
}
.grn_l_btn a:hover {
  color: #35c538;
}
.grn_l_btn a:hover::before {
  transform: translateX(-49%);
}
.grn_l_btn a:hover::after {
  transform: translateX(49%);
}

/****************
赤のボタン
***************/

.red_l_btn a {
  color: #fff;
  font-size: 4vw;
  font-weight: bold;
  background: #e60000;

  width: 90%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: 2px solid #e60000;
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  transition: .3s;
  margin: 0 auto;
}
.red_l_btn a::before,
.red_l_btn a::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  transition: transform ease .3s;
}
.red_l_btn a::before {
  right: -0px;
  border-right: -0px solid transparent;

  border-bottom: 50px solid #ffffff;

  transform: translateX(-100%);
}
.red_l_btn a::after {
  left: -0px;
  border-left: 0px solid transparent;

  border-top: 50px solid #ffffff;

  transform: translateX(100%);
}
.red_l_btn a:hover {
  color: #e60000;
}
.red_l_btn a:hover::before {
  transform: translateX(-49%);
}
.red_l_btn a:hover::after {
  transform: translateX(49%);
}


.txt-red{
  color: #e92323;
  font-weight: 800;

}
.txt-pink{
  color: #db7575;
  font-weight: 800;

}

html {
  scroll-padding-top: -9vh;
}
:root {
     --nav-height: 10vh;
     --nav-background: #ccc;
}



nav {
     display: flex;
     padding: 0 20px;
     align-items: center;
     width: 100%;
     height: var(--nav-height);
          background: #000000;
/*     background: #06060647;*/
     color: #ffffff;
     position: fixed;
     z-index: 99999;
}

@media screen and  (max-width: 640px){
.logo{
                            margin: 0 auto;
                            width: 50%;
                            margin-left: 24%;
}
.logo img{
    width: 100%;

}
}

.logo h1 {
     font-size: 20px;
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: 3px;
}



.menu {
     cursor: pointer;
     background: #ffffff00;
     border: none;
     outline: none;
     display: none;
     color: #ffffff;
}

.menu .bar {
     width: 20px;
     height: 2px;
     background: #fff;
     border-radius: 5px;
     opacity: 1;
     visibility: visible;
     transition: 0.5s ease;
     transform-origin: left;
}

.menu .bar1 {
     margin-bottom: 5px;
}

.menu .bar3 {
     margin-top: 5px;
}

.menu.toggle .bar1 {
     transform-origin: left;
     transform: rotate(45deg);
}

.menu.toggle .bar2 {
     opacity: 0;
     visibility: hidden;
}

.menu.toggle .bar3 {
     transform-origin: left;
     transform: rotate(-45deg);
}


/* nav-links */

.nav-links {
     display: flex;
     height: var(--nav-height);
     align-items: center;
     margin-left: auto;
}



/* menu */

     .nav-links {
flex-direction: column;
        position: fixed;
        top: 0%;
        left: 100%;
        width: 300px;
        height: 100%;
        background: #000000;
        margin-top: var(--nav-height);
        transition: 0.5s ease-out;
        padding-top: 20px;
     }
     .nav-links li {
          height: 5.1vh;
          line-height: 5.1vh;
          text-align: center;
          width: 100%;
          display: block;
          list-style: none;
          margin: 0 15px;
          display: inline-block;
     }
.nav-links li a {
     text-decoration: none;
     color: #ffffff;
     position: relative;
		 font-weight:400;
}
#s{border-bottom:solid 1px #d0d1df;width: calc(100% - 80px);}


.nav-links_adress{
	width: calc(100% - 24px);
    text-align: center;
    margin: auto;
    /* line-height: 30px; */
    margin-top: 28px;
    padding: 20px;
    background-color: #ffffff;
    color: #2d2d2d;
    font-size: 3.2vw;
    line-height: 5.4vw;
	}

.kanren{
  font-size: 3.6vw;
  font-weight: bold;


}
.sp_navi li{
width: 50%;
  float: left;
  margin: 0;
  padding: 0;

}

input[type="text"]:focus {
  outline: 0;
}
     .menu {
          display: block;
          margin-left: auto;
     }

     .menu.toggle + .nav-links {
          transform: translateX(-100%);
     }




.neve-main{
    position: relative;
}
.space_80{
	height: 88px;
	width:100%;
	height: var(--nav-height);
	}

.wht{
background-color: #ffffff;
color: #222;
}
.l-gry{
background-color: #d8d4d4;
color:#010010;
}

.d-gry{
background-color: #010010;
color:#ffffff;
}

.clr{
background-color: #ffffff42;
}
/***************
   01.開催
***************/

#kaisai{
	width:100%;
	text-align: center;
	display: table;
	margin: 0 auto;
	overflow: hidden;
}
.kaisai_container{
	display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 40px 8px 60px 8px;

}
.kaisai_container p{
  margin: 0px 14px 20px 14px;
  font-size: 3.2vw;
  line-height: 5vw;
  text-align: left;
}
#kaisai-r{
  width: 100%;
  margin: 50vh 0 0 0;
}
.kaisai-img{
  margin: 24px 0px 60px 0px;
}
.jisseki{
margin-top: -17px;

}
.jisseki li a p {
text-align: center;
        margin: 0px 14px 0px 14px;
        font-size: 3.2vw;
        line-height: 1vw;
        list-style-type: disc;
}

/***************
   02.受付開始
***************/
#uke{
	width:100%;
	text-align: left;
	display: table;
	margin: 0 auto;
	overflow: hidden;
  }
.uke_container{
	display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 40px 8px 60px 8px;
}
.uke_container p{
  margin: 0px 14px 0px 14px;
  font-size: 3.2vw;
  line-height: 5vw;
}
#uke-r{
position: relative;
  margin-top: 56vh;
  width: 100%;
}

.space_80{
	height: 88px;
	width:100%;
	height: var(--nav-height);
	}
.suii{
  text-align: center;
}
/***************
   03.受付開始()
***************/

#uketsuke{
	width:100%;
	text-align: center;
	display: table;
	margin: 0 auto;
	overflow: hidden;
}
.uketsuke_container{
	display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 40px 8px 60px 8px;
}
.uketsuke_container p{
  margin: 0px 14px 0px 14px;
  font-size: 3.2vw;
  line-height: 5vw;
}


#uketsuke-r{
   bottom: 10vh;
   position: relative;
}



/***************
   04.予約
***************/
#yoyaku{
	width:100%;
	text-align: center;
	display: table;
	margin: 0 auto;
	overflow: hidden;
}
.yoyaku_container{
	display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 40px 8px 60px 8px;
}
.yoyaku_container p{
  margin: 0px 14px 0px 14px;
  font-size: 3.2vw;
  line-height: 5vw;
  text-align: left;
}
#yoyaku-r{
   bottom: 10vh;
   position: relative;
}
.yoyaku-img{
  width: 50%;
  margin: 45px 25% 0% 25%;
  text-align: center;
}
.moushikomi,.moushikomi2{
  margin: 43px 0px;
  position: relative;
  height: 30px;
}
.moushikomi li,.moushikomi2 li{
   width: 50%;
   float: left;
}

/***************
   05.スケジュール
***************/

#schedule{
	width:100%;
	text-align: center;
	display: table;
	margin: 0 auto;
	overflow: hidden;
}
.schedule_container{
	display: table-cell;
	vertical-align: middle;
	width: 100vw;
	padding: 40px 0px 60px 0px;
}
.schedule_container p{
  margin: 0px 14px 20px 14px;
  font-size: 3.2vw;
  line-height: 5vw;
  text-align: left;
}

.calender ul li{
  padding: 16px 0px 0px 0px;
}
.calender ul li:nth-child(2){
    margin-bottom: 20px;
}
#schedule-r{
   bottom: 10vh;
   position: relative;
}
span.WBi6vc {
    font-size: 7px;
}

/***************
   06.タイムスケジュール
***************/
#time-s{
	width:100%;
	text-align: center;
	display: table;
	margin: 0 auto;
	overflow: hidden;
}
.time-s_container{
	display: table-cell;
  vertical-align: middle;
  width: 100vw;
  padding: 40px 8px 40px 8px;
}

.time-s_container p{
  margin: 0px 14px 0px 14px;
  font-size: 3.2vw;
  line-height: 5vw;
  text-align: left;
}
.time-s_img{
  margin-bottom: 20px;
}

.time-s_list{
    width: 100%;
}
.time-s_list li{
	width: calc((100% / 2) - 6px);
	float:left;
	margin: 10px 2px 14px 2px;
	margin-bottom: 8px;
	}

.time-s_list li:nth-child(4n){
	padding-right: 0px;
}
.time-s_list li:nth-child(4n-3){
	margin-left: 0px;
}
.time-s_container dl {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  margin: 0px 14px 10px 14px;
}
.time-s_container dl dt {
  width: 30%;
  padding: 4px 0px;
  font-size: 3.2vw;
  line-height: 5vw;
}
.time-s_container dl dd {
  width: 70%;
  padding: 4px 0px;
  font-size: 3.2vw;
  line-height: 5vw;
}
#time-s-r{
    top: -20px;
    position: relative;
}

/***************
   06.料金
***************/
#price{
	width:100%;
	text-align: center;
	display: table;
	margin: 0 auto;
	overflow: hidden;
}
.price_container{
	display: table-cell;
  vertical-align: middle;
  width: 100vw;
  padding: 40px 8px 40px 8px;
}
.pricetable table {
  margin: 0px 28px 12px 28px;
}
.pricetable table {
    table-layout: fixed;
    width: calc(100% - 56px);
    border-color:#303030;;
    border-collapse: collapse;
}
.pricetable table tr {
    border-bottom: solid 1px#303030;;
    padding: 0.5em;
}
.pricetable table td:nth-child(4) {
    border-bottom: none;
}
.pricetable table td {
    border-right: solid 1px#303030;;
    padding: 0.5em;
  }
.pricetable table td:nth-child(2) {
    border-right: none;
}
.price_img{
  margin-bottom: 20px;
}
.price_container p{
  margin: 0px 14px 20px 14px;
  font-size: 3.2vw;
  line-height: 5vw;
  text-align: left;
}
.price_img{
  margin-bottom: 20px;
}
#price-r{
    top: -20px;
    position: relative;
}


/***************
   07.レンタル
***************/
#rental{
	width:100%;
	text-align: center;
	display: table;
	margin: 0 auto;
	overflow: hidden;
}
#rental:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(https://monochrome-world.com/wp-content/themes/cocoon-child-master/img//top_4_sp.jpg)center no-repeat;
  background-size:cover;
  background-position: center center;

}
.rental_container{
	display: table-cell;
  vertical-align: middle;
  width: 100vw;
  padding: 40px 8px 40px 8px;
}

.rental_container p{
  margin: 26px 14px 16px 14px;
  font-size: 3.2vw;
  line-height: 5vw;
  text-align: left;
}
.rental_img{
  margin-bottom: 60px;
}
.pricetable2 table {
  margin: 0px 28px 12px 28px;
}
.pricetable2 table {
    table-layout: fixed;
    width: calc(100% - 56px);
    border-color:#303030;;
    border-collapse: collapse;
}
.pricetable2 table tr {
    border-bottom: solid 1px#303030;;
    padding: 0.5em;
}
.pricetable2 table td:nth-child(4) {
    border-bottom: none;
}
.pricetable2 table td {
    border-right: solid 1px#303030;;
    padding: 0.5em;
  }
.pricetable2 table td:nth-child(2) {
    border-right: none;
}
#rental-r{
   bottom: 10vh;
   position: relative;
}

/***************
   08.販売
***************/
#hanbai{
	width:100%;
	text-align: center;
	display: table;
	margin: 0 auto;
	overflow: hidden;
}
.hanbai_container{
	display: table-cell;
  vertical-align: middle;
  width: 100vw;
  padding: 40px 8px 40px 8px;
}

.hanbai_container p{
  margin: 0px 14px 20px 14px;
  font-size: 3.2vw;
  line-height: 5vw;
  text-align: left;
}
.hanbai_img{
  margin-bottom: 20px;
}

.hanbai_bnr{
  margin: 6px 0px 16px 0px;
}

#hanbai-r{
   bottom: 10vh;
   position: relative;
}

.hanbai_img ul li p{
  text-align: center;
}

.hanbai_img2 ul li{
  width: 50%;
  float:left;
}

/***************
   09.持ち物
***************/
#mochimono{
	width:100%;
	text-align: center;
	display: table;
	margin: 0 auto;
	overflow: hidden;
}
.mochimono_container{
	display: table-cell;
  vertical-align: middle;
  width: 100vw;
  padding: 40px 8px 0px 8px;
}

.mochimono_container p{
  margin: 0px 14px 20px 14px;
  font-size: 3.2vw;
  line-height: 5vw;
  text-align: left;
}
.mochimono-img{
  margin-bottom: 60px;
}
.mochimono-img ul li{
  width: 50%;
  float: left;
  padding-bottom: 60px;
}

.mochimono_list{
    width: 100%;
}
.mochimono_list li{
	width: calc((100% / 2) - 6px);
	float:left;
	margin: 10px 2px 14px 2px;
	margin-bottom: 8px;
	}

.mochimono_list li:nth-child(4n){
	padding-right: 0px;
}
.mochimono_list li:nth-child(4n-3){
	margin-left: 0px;
}
#mochimono-r{
    top: -20px;
    position: relative;
}


/***************
   10.ニュース
***************/

#news{
	width:100%;
	text-align: center;
	display: table;
	margin: 0 auto;
	overflow: hidden;

}
#news:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(https://monochrome-world.com/wp-content/themes/cocoon-child-master/img//top_4_sp.jpg)center no-repeat;
  background-size:cover;
  background-position: center center;

}
.news_container{
	display: table-cell;
	vertical-align: middle;
	width: 100vw;
	padding: 40px 8px 60px 8px;
}
.news_container p{
  padding: 0px 14px 13px 14px;
  font-size: 3.2vw;
  line-height: 5vw;
  text-align: left;
}
#news-r{
   bottom: 10vh;
   position: relative;
}
/*.calender ul li{
  padding: 16px 0px 0px 0px;
}
.calender ul li:nth-child(2){
    margin-bottom: 60px;
}*/

#r_news {
	margin-top: 5px;
	height: 400px;/*スクロールの高さ*/
	width:calc(100% - 36px);
	overflow-y: scroll;
	margin: 0 auto;
	background-color: rgb(255 255 255 / 11%);
	padding: 0px;
  margin-bottom: 60px;
}
.news_frame{
	position: relative;
	top:20px;
	width: calc(100% - 0px);
	padding: 0;
	margin: 0;
	color: #ffffff;
	}
#r_news li{
  margin: 4px 4px 4px 4px;
  background-color: #fff;
  padding-bottom: 0px;

}
.date{
  background-color: #3b3b3b;
  color: #fff;
  padding: 0 1px 0 5px;
  margin-right: 6px;
}

#r_news p{
  color: #3c3c3c;
  padding: 3px 8px 2px 8px;
  font-size: 2.6vw;
}

.news_frame dd{
    margin-bottom: 14px;
    margin-top: 4px;
    font-size: 2.3vw;
    border-bottom: solid 1px #dfdfdf;
    padding-bottom: 8px;
}
.sonotanokiji {
  text-align: center;
  width: 100%;
  height: 50px;
}


/***************
   11.アクセス
***************/

#access{
	width:100%;
	text-align: center;
	display: table;
	margin: 0 auto;
	overflow: hidden;
}
.access_container{
	display: table-cell;
  vertical-align: middle;
  width: 100vw;
  padding: 40px 8px 60px 8px;
}
.access_container p{
  margin: 0px 14px 20px 14px;
  font-size: 3.2vw;
  line-height: 5vw;
  text-align: left;
}
#access-r{
   bottom: 10vh;
   position: relative;
}
.adress{
	width: calc(100% - 24px);
	text-align:center;
	margin:auto;
	line-height:30px;
	margin-top:  6px;
	padding-bottom: 60px;
}
.adress ul li{
  padding: 16px 0px 60px 0px;
  width: 50%;
  float:left
}
.adress  ul li:nth-child(2){
  padding: 16px 0px 60px 0px;
}

/***************
   12.その後
***************/

#sonogo{
	height:40vw;
	text-align: center;
	display: table;
	margin: 0 auto;
	overflow: hidden;
}
.sonogo_container{
          display: table-cell;
        vertical-align: middle;
        width: 100vw;
        padding: 40px 8px 0px 8px;
        background-color: #4e4e4e63;
        color: #ffffff;
}
.sonogo_container p{
  margin: 12px 8px 30px 8px;
  font-size: 3.2vw;
  line-height: 5vw;
  text-align: left;
}
#sonogo-r{
   bottom: 10vh;
   position: relative;
}
.sonogo-img{
  margin: 24px 0px 60px 0px;
}

.section_title{
	text-align:center;
	font-size: 5.9vw;
	line-height: 7.6vh;
	font-weight: bold;
}
.section_subtitle{
	text-align:center;
	font-size: 2.9vw;
	position: relative;
	top: -5px;
	}
  .section_detail{position: relative;overflow: hidden;padding-top: 0px;}


.pc{
  display:none;
}

iframe.youtube-16-9 {
width: 96%;
height: auto;
aspect-ratio: 16 / 9;
}

iframe.calender-4-3 {
width: 100%;
height: auto;
aspect-ratio: 3 / 4;
}

.osusume_container p{
  font-size: 2.3vw;
  height: 14vw;
}
.osusume_title{
	width:100%;
	line-height: 7.6vw;
	font-size: 3.3vw;
}

/*===========
inview
===========*/
 .fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}



#quality{
  background-color: #000000;
  padding: 0px;
  width: 100%;
  padding: 20px 8px 12vh 8px;
  display: inline-block;
}

.quality_detail{
	width:100%;
	height:80vh;
	margin:0 auto;
	position: relative;
	}


.quality_left{
  width:100%;
  float:left;
  position: absolute;
 }
.quality_right{
	position: relative;
	float:right;
	width: 100%;
	height: 70vh;
	}
.quality_txt{
	position: relative;
	/* top: 50%; */
	/* bottom: 50%; */
	/* width: 600px; */
	height: 70vh;
	/* text-align: left; */
	display: table-cell;
	vertical-align: middle;
	/* font-size: 1.0vw; */
	/* line-height: 1.7vw; */
	padding: 24px;
	color: #ffffff;
	text-shadow: 1px 2px 2px #000000;
	font-size: 3.2vw;
	line-height: 5vw;
}


.p2{
   width: 208px;
   position: absolute;
   bottom: 7%;
   right: 19%;
   opacity: 0.5;
}
.p1{
   width: 82%;
   position:absolute;
   left: -5%;
   top: 2%;
   opacity: 0.6;
}
.p3{
   width: 86%;
   position:absolute;
   right: -24%;
   top: 33%;
   opacity: 0.5;
}



.main_image_container{
  /*	display:inline-block;*/
  /*	display: table-cell;*/
  /*  vertical-align: middle;*/
  position: absolute;
  top: 50%;left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 8px);
  max-width: 378px;
}
.main_image_container img{
    width: 100%;
        margin-top: 18px;
        max-width: 136px;
}
.main_image_container h1{
  font-size: 5vw;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 1px 2px 11px #0000005c;
  line-height: 10.3vw;
}
@media screen and (min-width: 520px){
.main_image_container h1{
    font-size: 5.2vw;
}
	}
.main_image_container p{
        font-size: 3.2vw;
        color: #ffffff;
        line-height: 6vw;
        text-shadow: 1px 2px 2px #00000042;
        border-top: solid 1px #ff0000;
        width: 96%;
        margin: auto;
}

.main_image a {
  padding-top: 70px;
  position: absolute;
  bottom: 30px;
  color: #ffffff;
  /* font-weight: bold; */
  font-size: 3.7vw;
  text-align: center;
  left: 0;
  right: 0;
}
.main_image a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}


#company{
	background-color: #ffffff;
	padding: 30px 0px;
	}
.googlemaps iframe,
.googlemaps object,
.googlemaps embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}


.call--red,
a.call--red {
  color: #fff;
  background-color: #bd0000;
  padding: 3px 9px;
}
.call--res:hover,
a.call--red:hover {
  color: #fff;
  background: #010010;
}
a.call--radius {
   border-radius: 1vh;
   position: relative;
   left: 8px;
}

.mail--blue,
a.mail--blue {
  color: #fff;
  background-color: #000424;
  padding: 3px 9px;
}
.mail--res:hover,
a.mail--blue:hover {
  color: #fff;
  background: #010010;
}
a.mail--radius {
   border-radius: 1vh;
   position: relative;
   left: 8px;
}


.footer{
    line-height: 4vw;
    font-size: 2.8vw;
    width: 100%;
    color: #000000;
}
.footer_container{
	width:100%;
	padding: 24px 0px 16px 0px;
	margin: auto;
	height: auto;
	display: table;
	}
.footer_container ul{
  width:100%;
}

.footer_container ul li{
 width: calc(50% - 6px);
 float:left;
 margin: 3px 3px;
}

.footer_container ul li img{
 	width:100%;
}


#page-top {
    position: fixed;
    bottom: 30px;
    right: 15px;
}
#page-top a {
    display: block;
    background-color: #000000;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    padding: 14px 16px;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
#page-top a:hover {
    display: block;
    background-color: #000000;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    padding:14px 16px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.faq{
	position:fixed;
	right:0;
	bottom:-110px;
  display: none;
}