@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
 
body {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 100%;
    margin: 0;
    font-size: 13px;
    color: rgba(255,255,255,1.00);
    letter-spacing: 0.5em;
    background-color: rgba(28,13,0,1.00);
}
a{
  transition:.2s;
}
a:hover{
  opacity:1;
}
a.rivers:hover{
  background:#000 !important;
  color:#fff !important;
}
a:link{
text-decoration: none;
  color: rgba(19,60,118,1.00);
}
a:visited{
  color: rgba(19,60,118,1.00);
}
a:hover{

}
ul{
  list-style-type: none;
  padding:0;
}
p{
  margin:0;
}
.clear_after::after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

h1{
    margin: 0;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

/*--ヘッダー----------------------------------------------------------------*/
header a:hover{
  opacity:0.6;
}
#fixed {
    position: fixed;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    background-color: rgba(23,13,0,0.80);
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    z-index: 1003;
}
#fixed .sp_menu{
margin: 10px 0;
}
#fixed .logo{
    padding-top: 0px;
}

#fixed .reservation{
  position:absolute;
  right:31px;
  top:81px;
}
#fixed .reservation:hover{
  opacity:0.6;
}
#fixed .reservation img{
  width:118px;
}

#sns{
  position:absolute;
  top: 28px;
  right:69px;
}
#sns a{
    padding: 0 5px;
}
#sns a img{
  height:15px;
}
#sns a.tel img{
  height:14px;
  padding-top:1px;
}
#hamburger{
  position: absolute;
  right: 22px;
  top: 24px;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 29px;
  height: 20px;
  cursor: pointer;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.menu-trigger::before{
  content: "";
  transition: all .4s;
  position: absolute;
  font-size: 10px !important;
  letter-spacing: 3px;
  top: -15px;
  left: -5px;
  -webkit-transform:scale(0.8);
  -moz-transform:scale(0.8);
  -ms-transform:scale(0.8);
  -o-transform:scale(0.8);
  transform:scale(0.8);
}
.menu-trigger.active::before{
  content: "";
  letter-spacing: 1px;
  top: -17px;
  left: -5px;

}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}
#blind_menu{
    width: 100%;
    position: absolute;
    height: calc(100vh - 67px);
    top: 67px;
    right: -100%;
    background-color: rgba(15,58,93,0.81);
    overflow: hidden;
    transition: .4s;
}

#blind_menu.open_menu{
  right:0px;
}
#menu_list_sp{
  position:absolute;
  width:100%;
  height:420px;
  top:calc( 45% - 210px);

}
.menu_item{
    font-size: 18px;
    font-weight: bold;
    line-height: 48px;
    text-align: center;
    z-index: 10000;
}


.menu_item a{
  display:inline-block;
  letter-spacing:12px;
  color:#fff;

}
.menu_item a:hover{
  letter-spacing:14px;
}

#fixed .social{
  position:absolute;
  right:2%;
  top:60px;
}
/*---サイドメニュー---------------------------------------------------------*/
#side_menu{
  position:fixed;
  top:calc(50% - 179px);
  left:30px;
  border-left:1px solid #000;
  z-index:1001;
}
#side_menu a{
  display:block;
  position:relative;
  margin:32px 0 32px 11px;
  font-size:10px;
  font-weight:bold;
  letter-spacing:0.1em;
}
#side_menu a::before{
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  border: 1px solid #000;
  left: -15px;
  top: 4px;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  box-sizing:border-box;
  transition:.2s;
}
#side_menu a:hover{
    letter-spacing: 0.2em;
}
#side_menu a:hover::before{
  border: 3.5px solid #000;
}
#side_menu a:first-child{
  margin:27px 0 27px 11px;
}
#side_menu a:last-child{
  margin:27px 0 27px 11px;  
}

/*---コンテンツ-------------------------------------------------------------*/

#section_top{
  height:100vh;
}
#top_image{
  height: 100%;
  width: 100%;
  margin: auto;
  position: relative;
  background-image: url(../img/top_image.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#top_image > a{
  position:absolute;
  display:block;
  width:56px;
  height:29px;
  bottom:60px;
  left:calc(50% - 28px);
}

#top_image a p img{
  width:100%;
}
#top_image a p:nth-child(2){
  height: 14px;
  overflow: hidden;
  position:relative;
}
#top_image a p:nth-child(2) img{
  position:absolute;
  bottom:0;
  transition:0s;
}
#top_image a:hover p:nth-child(2) img{
  position:absolute;
  bottom:-19px;
  transition:0.5s;


}
#top_image > p{ display:none;}
#top_image > p > img{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 780px;
  height: auto;
}

#contact_area{
    width: 50%;
    float: right;
    display: table;
    background-image: url(../img/top/contact.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}

.text_area{
    width: 80%;
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 180px;
}

#pizza_area{
    width: 50%;
    float: left;
    display: table;
    background-image: url(../img/top/pizza.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}

#fz_area{
    height: 600px;
    display: table;
    width: 100%;
    background-image: url("../img/fz-bg.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
	background-size:cover;
    color: #FFFFFF;
}

#construction_text{
    width: 90%;
    display: table;
    margin-top: 120px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 640px;
}

#construction_area{
    height: 900px;
    display: table;
    width: 100%;
    background-image: url(../img/construction.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
	background-size:cover;
    color: #FFFFFF;
}

.onsen_area{
    display: table;
    padding-top: 120px;
    padding-bottom: 120px;
    width: 100%;
    text-align: center;
}

#top-about_left{
    width: 50%;
    float: left;
    display: table;
    margin-top: 5%;
    margin-bottom: 30px;	
}

#top-about_left2{
    margin: auto;
    width: 50%;
    height: auto;
    float: left;
}

h2{
    letter-spacing: 0.5em;
    font-size: 20px;
    font-family: "MS Serif", "New York", serif;
}

h3{
    letter-spacing: 0.5em;
    padding-bottom: 40px;
    padding-top: 80px;
    font-size: 22px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

#top-about_lefttext{
    width: 80%;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#top-about_lefttext p{
    text-align: left;
    margin-top: 30px;
}

#top-about_right{
    margin: auto;
    width: 50%;
    height: auto;
    float: right;
}

#top-about_area{
    height: auto;
    display: table;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    color: rgba(255,0,4,1.00);
}

#top-about_area2{
    height: auto;
    background-color: #3B9FD3;
    display: table;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

#top-about_area3{
    height: auto;
    background-color: #1f78a7;
    display: table;
    padding-top: 120px;
    padding-bottom: 120px;
    width: 100%;
    text-align: center;
    color: rgba(255,255,255,1.00);
}

.top-fz_area{
    height: auto;
    background-color: #161616;
    display: table;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

#top-fzmain_area{
    height: auto;
    display: table;
    padding-top: 120px;
    padding-bottom: 80px;
    width: 100%;
    text-align: center;
    color: rgba(255,255,255,1.00);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

#top-fzmaintext_area{
    height: auto;
    display: table;
    padding-top: 30px;
    width: 92%;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#fz_brand{
    width: 100%;
    background-color: rgba(0,0,0,1.00);
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
    color: rgba(255,255,255,1.00);
}

.text_area90{
    margin-left: auto;
    margin-right: auto;
    max-width: 680px;
    width: 90%;
    text-align: left;
}

.btn-wline{
    text-align: center;
    color: #FFF;
    border: 2px solid #FFF;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 480px;
    width: 84%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
	letter-spacing: 0.5em;
}

.btn-bline{
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
    padding-top: 6px;
    padding-bottom: 6px;
    max-width: 480px;
    width: 81%;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.5em;
    font-size: 88%;
}

.btn-bline-s{
    text-align: center;
    color: rgba(19,60,118,1.00);
    border: 1px solid rgba(19,60,118,1.00);
    padding-top: 4px;
    padding-bottom: 4px;
    max-width: 270px;
    width: 64%;
    margin-top: 9px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.5em;
    font-size: 72%;
    margin-bottom: 18px;
}

#circle {
  width:696px;
  height:696px;
  position:absolute;
  top:calc( 50% - 348px );
  left:calc( 50% - 348px );
  -webkit-border-radius: 348px;/* width,heightの半分 */
  -moz-border-radius: 348px;
  border-radius: 348px;
  background-color:rgba(255,255,255,0.8);

}
#circle p:nth-child(1){
  margin-top:130px;
  text-align:center;
}
#circle p:nth-child(1) img{
  width:231px;
}
#circle p:nth-child(2){
  margin:17px auto 0;
  width:214px;
  background: #000;
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 30px;
  vertical-align: baseline;
  color: #fff;
  text-align: center;
}
#circle p:nth-child(3){
  margin-top:30px;
  text-align:center;
}
#circle p:nth-child(3) img{
  width:398px;
}
#circle p:nth-child(4){
  width:546px;
  margin:30px auto 0;
  font-size:12px;
  letter-spacing:0.2em;
  line-height:20px;
}
#circle a{
  display: block;
  background:#fff;
  margin-left:47px;
  line-height: 28px;
  text-align: center;
  width:468px;
  margin:50px auto 0;
  border: 1px solid #000;
  font-size: 12px;
  letter-spacing: 0.2em;
}



footer{
    padding: 80px 0 90px;
    text-align: center;
    font-size: 10px;
    color: rgba(255,255,255,1.00);    
}

#concept_area{
	margin-top: 180px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;	
}

.concept_img{
	width: 24%;
	max-width: 400px;
}

.concept_cat{
	width: 88%;
	max-width: 718px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;	
}

.concept_text{
	margin-top: 40px;
	color: #FE75AF;
	font-size: 24px;
	letter-spacing: 0.3em;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	background-color: rgba(255,255,255,0.88);
}

.concept_text2{
	margin-top: 30px;
	color: #FE75AF;
	font-size: 14px;
	letter-spacing: 0.3em;
	width: 90%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.concept_btn{
	margin-top: 60px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.3em;
	width: 96%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FE75AF;
	padding-top: 9px;
	padding-bottom: 9px;
}

.system_btn{
	margin-top: 60px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.3em;
	width: 96%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #33efee;
	padding-top: 9px;
	padding-bottom: 9px;
}

#section_mainarea{
  height:100vh;
}
#main_image{
  height: 100%;
  width: 100%;
  margin: auto;
  position: relative;
  background-image: url(../img/system/system_back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#main_catimg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 50%;
  max-width: 570px;
  height: auto;
}

#news_area{
    display: table;
    width: 100%;
    color: rgba(1,86,130,1.00);
    min-height: 600px;
}

.news_list{
    width: 92%;
    color: rgba(1,86,130,1.00);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 80px;
}



/* --- 全体のBOX定義 ---------------------------------------- */
.box {
  position   : relative;
  max-width  : 100%;
  height     : 100%;
  margin     : auto;
  overflow   : hidden;
}

/* --- 背景の指定 ------------------------------------------- */
.box .bgImg {
  position   : absolute;
  top        : 0;
  left       : 0;
  bottom     : 0;
  right      : 0;
  opacity    : 0;
  animation  : bgAnime 24s infinite;   /* 4画像 × 各6s = 24s */
}

/* --- 段差で背景画像のアニメーションを実行 ----------------- */
.box .src1 {
  background-image : url(../img/top_image.jpg);   /* 背景の画像を指定 */
	  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.box .src2 {
  background-image : url(../img/top_image2.jpg);   /* 背景の画像を指定 */
	  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  animation-delay  : 6s;
}
.box .src3 {
  background-image : url(../img/top_image3.jpg);   /* 背景の画像を指定 */
	  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  animation-delay  : 12s;
}
.box .src4 {
  background-image : url(../img/top_image4.jpg);   /* 背景の画像を指定 */
	  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  animation-delay  : 18s;
}

@keyframes bgAnime {
   0% { opacity: 0; }
   8% { opacity: 1; }
  25% { opacity: 1; }
  33% { opacity: 0; }
 100% { opacity: 0; }
}

/* --- 前面の文字定義（サンプルのため変更してください） ----- */
.box .boxString{
  position   : absolute;
  display    : inline-block;
  padding    : 20px;
  background : rgba(0, 127, 255, 0.7);          /* 半透明の青 */
  color      : #fff;
  top        : 50%;                               /* 中央寄せ */
  left       : 50%;
  transform  : translate(-50%,-50%);
  z-index    : 11;
}


/*--スマホサイズ時の設定------------------------------------------------------*/

.pc_content{}
.sp_content{
  display:none !important;
}
@media screen and (max-width: 640px){
	

#top-about_area{
    height: auto;
    display: table;
    padding-top: 10px;
    padding-bottom: 80px;
    width: 100%;
}	
	
h2{
    letter-spacing: 0.15em;
}
	
#top-about_left{
    width: 100%;
    display: table;
    margin-top: 2px;
}
	
#top-about_left2{
    width: 100%;
    display: table;
    margin-bottom: 18px;
}
	
#top-about_lefttext{
    width: 92%;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#top-about_right{
    margin: auto;
    width: 100%;
    height: auto;
}
	

	
.pc_content{
  display:none !important;
}
.sp_content{
  display:block !important;
}
.op2{
  max-width:96vw;
}
#fixed .reservation {
    position: absolute;
    right: 8px;
}
#fixed .reservation img{
  width:78px;
}

#hamburger{
  position: absolute;
  right: 10px;
  top: 24px;
}
  #section_top {
    height: initial;
  }
  #top_image{
    background-image: url(../img/top_image_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height:100vh;
  }
#top_image > p {
    display: none;
}
#top_image > p > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 84%;
  height: auto;
}
#section_1st {
    padding: 0;
    margin:0;
    position: relative;
}
  .first_sp{
    padding-bottom: 100px;
  }
  .first_sp .top_image{
    background-image:url(../img/sec1_img1_sp.jpg);
    height:122vw;
    background-size:cover;
    position:relative;
  }
  .first_sp .top_image span{
    position:absolute;
    display:block;
    top:16vw;
    left:0;
    background: #000;
    font-size: 12px;
    letter-spacing: 0.2em;
    line-height: 30px;
    vertical-align: baseline;
    color: #fff;
    text-align: right;
    padding: 0px 30px;
  }
  .first_sp .text{
    margin-top:10vw;
    text-align:center;
  }
  .first_sp .text img{
    width:87%;
  }
  .first_sp .dec_text{
    width:90%;
    margin: 5vw auto 0;
    letter-spacing: 0.2em;
  }
  .first_sp .about_link{
    display:block;
    position:relative;
    width:90%;
    margin:6vw auto 0;
    border:1px solid #000;
    text-align:center;
    line-height:33px;
  }

  .first_sp .about_link::before{
  content:"";
  position:absolute;
  border-top:1px solid #aaa;
  width: 200px;
  transform-origin: 0 0;
  mtransform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 18px;
    left: -6px;
}
  .first_sp .about_link::after{
  content: "";
  position: absolute;
  border-top: 1px solid #aaa;
  width: 70px;
  transform-origin: 70px 0;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  bottom: 18px;
  right: -6px;
}

#concept_area{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;	
}

.concept_text{
	margin-top: 40px;
	color: #FE75AF;
	font-size: 24px;
	letter-spacing: 0.3em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: rgba(255,255,255,0.88);
	margin-left: auto;
	margin-right: auto;
	width: 96%;
}

.concept_text2{
	margin-top: 30px;
	color: #FE75AF;
	font-size: 14px;
	letter-spacing: 0.3em;
	width: 98%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.concept_btn{
	margin-top: 60px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.3em;
	width: 98%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FE75AF;
	padding-top: 9px;
	padding-bottom: 9px;
}

#system_textarea2{
	font-size: 14px;
	letter-spacing: 0.3em;
	padding-top: 30px;
	color: #33EFEE;
	text-align: left;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}
	
#pizza_area{
    width: 100%;
    display: table;
    background-image: url(../img/top/pizza.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    text-align: left;
}
	
#contact_area{
    width: 100%;
    display: table;
    background-image: url(../img/top/contact.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}

footer {
    padding: 60px 0 85px;
}
	
#construction_area{
    height: 1080px;
    display: table;
    width: 100%;
    background-image: url(../img/construction-sp.jpg);
    background-size: 100% auto;
	background-position:center;
    background-repeat: no-repeat;
	background-size:cover;
    color: #FFFFFF;
}
	
#fz_area{
    height: 600px;
    display: table;
    width: 100%;
    background-image: url("../img/fz-bg.jpg");
    background-size: 100% auto;
	background-position:center;
    background-repeat: no-repeat;
	background-size:cover;
    color: #FFFFFF;
}
	
	#top-fzmain_area{
    height: auto;
    display: table;
    padding-top: 60px;
    padding-bottom: 80px;
    width: 100%;
    text-align: center;
    color: rgba(255,255,255,1.00);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* --- 段差で背景画像のアニメーションを実行 ----------------- */
.box .src1 {
  background-image : url(../img/top_image_sp.jpg);   /* 背景の画像を指定 */
	  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.box .src2 {
  background-image : url(../img/top_image_sp2.jpg);   /* 背景の画像を指定 */
	  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  animation-delay  : 6s;
}
.box .src3 {
  background-image : url(../img/top_image_sp3.jpg);   /* 背景の画像を指定 */
	  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  animation-delay  : 12s;
}
.box .src4 {
  background-image : url(../img/top_image_sp4.jpg);   /* 背景の画像を指定 */
	  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  animation-delay  : 18s;
}
	
}
/*--コンテンツロード----------------------------------------------------------*/
#load_content{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #220C01;
    z-index: 2000;
    top: 0;
    left: 0;
}
#load_content .op_image{
  position:absolute;
  top:0; left:0;
  width:100vw;
  height:100vh;
  background-size:cover;
  transition: 0.5s;
}
#load_content .op_image.active{
  opacity:1;
}
#load_content .op_image img.op1{
  position:absolute;
  width:90px;
  max-width:90%;
  height:auto;
  top:0;left:0;right:0;bottom:0;
  margin:auto;
  opacity:0;
  transition: 0.6s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  -ms-transition-delay: 1s;
}

#load_content .op_image img.active{
  opacity:1;
}
.loader_logo{
  text-align:center;
}
.loader_logo img{
  width:27px;
}
.loader {
  margin: calc(50vh - 50px) auto 0;
  font-size: 4px !important;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes load5 {
  0%,
  100% {
  box-shadow: 0em -2.6em 0em 0em #000, 1.8em -1.8em 0 0em rgba( 0, 0, 0, 0.2), 2.5em 0em 0 0em rgba( 0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba( 0, 0, 0, 0.2), 0em 2.5em 0 0em rgba( 0, 0, 0,y 0.2), -1.8em 1.8em 0 0em rgba( 0, 0, 0, 0.2), -2.6em 0em 0 0em rgba( 0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba( 0, 0, 0, 0.7);
  }
  12.5% {
  box-shadow: 0em -2.6em 0em 0em rgba( 0, 0, 0, 0.7), 1.8em -1.8em 0 0em #fff, 2.5em 0em 0 0em rgba( 0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba( 0, 0, 0, 0.2), 0em 2.5em 0 0em rgba( 0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba( 0, 0, 0, 0.2), -2.6em 0em 0 0em rgba( 0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba( 0, 0, 0, 0.5);
  }
  25% {
  box-shadow: 0em -2.6em 0em 0em rgba( 0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba( 0, 0, 0, 0.7), 2.5em 0em 0 0em #fff, 1.75em 1.75em 0 0em rgba( 0, 0, 0, 0.2), 0em 2.5em 0 0em rgba( 0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba( 0, 0, 0, 0.2), -2.6em 0em 0 0em rgba( 0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba( 0, 0, 0, 0.2);
  }
  37.5% {
  box-shadow: 0em -2.6em 0em 0em rgba( 0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba( 0, 0, 0, 0.5), 2.5em 0em 0 0em rgba( 0, 0, 0, 0.7), 1.75em 1.75em 0 0em #fff, 0em 2.5em 0 0em rgba( 0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba( 0, 0, 0, 0.2), -2.6em 0em 0 0em rgba( 0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba( 0, 0, 0, 0.2);
  }
  50% {
  box-shadow: 0em -2.6em 0em 0em rgba( 0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba( 0, 0, 0, 0.2), 2.5em 0em 0 0em rgba( 0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba( 0, 0, 0, 0.7), 0em 2.5em 0 0em #fff, -1.8em 1.8em 0 0em rgba( 0, 0, 0, 0.2), -2.6em 0em 0 0em rgba( 0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba( 0, 0, 0, 0.2);
  }
  62.5% {
  box-shadow: 0em -2.6em 0em 0em rgba( 0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba( 0, 0, 0, 0.2), 2.5em 0em 0 0em rgba( 0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba( 0, 0, 0, 0.5), 0em 2.5em 0 0em rgba( 0, 0, 0, 0.7), -1.8em 1.8em 0 0em #fff, -2.6em 0em 0 0em rgba( 0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba( 0, 0, 0, 0.2);
  }
  75% {
  box-shadow: 0em -2.6em 0em 0em rgba( 0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba( 0, 0, 0, 0.2), 2.5em 0em 0 0em rgba( 0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba( 0, 0, 0, 0.2), 0em 2.5em 0 0em rgba( 0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba( 0, 0, 0, 0.7), -2.6em 0em 0 0em #fff, -1.8em -1.8em 0 0em rgba( 0, 0, 0, 0.2);
  }
  87.5% {
  box-shadow: 0em -2.6em 0em 0em rgba( 0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba( 0, 0, 0, 0.2), 2.5em 0em 0 0em rgba( 0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba( 0, 0, 0, 0.2), 0em 2.5em 0 0em rgba( 0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba( 0, 0, 0, 0.5), -2.6em 0em 0 0em rgba( 0, 0, 0, 0.7), -1.8em -1.8em 0 0em #fff;
  }
}
@keyframes load5 {
  0%,
  100% {
  box-shadow: 0em -2.6em 0em 0em #fff, 1.8em -1.8em 0 0em rgba( 0, 0, 0, 0.2), 2.5em 0em 0 0em rgba( 0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba( 0, 0, 0, 0.2), 0em 2.5em 0 0em rgba( 0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba( 0, 0, 0, 0.2), -2.6em 0em 0 0em rgba( 0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba( 0, 0, 0, 0.7);
  }
  12.5% {
  box-shadow: 0em -2.6em 0em 0em rgba( 0, 0, 0, 0.7), 1.8em -1.8em 0 0em #fff, 2.5em 0em 0 0em rgba( 0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba( 0, 0, 0, 0.2), 0em 2.5em 0 0em rgba( 0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba( 0, 0, 0, 0.2), -2.6em 0em 0 0em rgba( 0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba( 0, 0, 0, 0.5);
  }
  25% {
  box-shadow: 0em -2.6em 0em 0em rgba( 0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba( 0, 0, 0, 0.7), 2.5em 0em 0 0em #fff, 1.75em 1.75em 0 0em rgba( 0, 0, 0, 0.2), 0em 2.5em 0 0em rgba( 0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba( 0, 0, 0, 0.2), -2.6em 0em 0 0em rgba( 0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba( 0, 0, 0, 0.2);
  }
  37.5% {
  box-shadow: 0em -2.6em 0em 0em rgba( 0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba( 0, 0, 0, 0.5), 2.5em 0em 0 0em rgba( 0, 0, 0, 0.7), 1.75em 1.75em 0 0em #fff, 0em 2.5em 0 0em rgba( 0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba( 0, 0, 0, 0.2), -2.6em 0em 0 0em rgba( 0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba( 0, 0, 0, 0.2);
  }
  50% {
  box-shadow: 0em -2.6em 0em 0em rgba( 0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba( 0, 0, 0, 0.2), 2.5em 0em 0 0em rgba( 0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba( 0, 0, 0, 0.7), 0em 2.5em 0 0em #fff, -1.8em 1.8em 0 0em rgba( 0, 0, 0, 0.2), -2.6em 0em 0 0em rgba( 0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba( 0, 0, 0, 0.2);
  }
  62.5% {
  box-shadow: 0em -2.6em 0em 0em rgba( 0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba( 0, 0, 0, 0.2), 2.5em 0em 0 0em rgba( 0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba( 0, 0, 0, 0.5), 0em 2.5em 0 0em rgba( 0, 0, 0, 0.7), -1.8em 1.8em 0 0em #fff, -2.6em 0em 0 0em rgba( 0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba( 0, 0, 0, 0.2);
  }
  75% {
  box-shadow: 0em -2.6em 0em 0em rgba( 0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba( 0, 0, 0, 0.2), 2.5em 0em 0 0em rgba( 0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba( 0, 0, 0, 0.2), 0em 2.5em 0 0em rgba( 0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba( 0, 0, 0, 0.7), -2.6em 0em 0 0em #fff, -1.8em -1.8em 0 0em rgba( 0, 0, 0, 0.2);
  }
  87.5% {
  box-shadow: 0em -2.6em 0em 0em rgba( 0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba( 0, 0, 0, 0.2), 2.5em 0em 0 0em rgba( 0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba( 0, 0, 0, 0.2), 0em 2.5em 0 0em rgba( 0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba( 0, 0, 0, 0.5), -2.6em 0em 0 0em rgba( 0, 0, 0, 0.7), -1.8em -1.8em 0 0em #fff;
  }
}
@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}

@media screen and (max-width: 640px){
  #load_content .op_image img.op1{
    top:0;left:0;right:0;bottom:0;
    margin:80% auto auto;
  }
}
