﻿.wordpress-ifame{ overflow: hidden; overflow:auto !important; -webkit-overflow-scrolling:touch !important; } .price-box{ display: flex; justify-content: center; align-items: center; background-color: #29b6f6; height: 100px; width: 50%; margin-left: 25%; border-radius: 20px; /* 角を丸くする */ } .product-box { padding:0 0rem !important; margin-left: 0; margin-right: 0; background-size: contain; background-image:url("../images/waku_fan03.gif");
   background-repeat: repeat;
}

.footer-box{
	width:54%;
	margin:  20px 5px 20px 27%;	
	padding: 0px 5px;
}

.haikei3 {
   position:relative;
	width: 100%;
	height: auto;
	min-height: 600px;
}

.lh{
  line-height: 2em;
}

/* animated background */
.parent2{
	text-align: center;
	max-height: 500px;
	top:0;
	position: relative;
}


.gradient{
	width: 100%;
	max-height: 500px;
	height: 500px;
	padding: 0px;
	margin: 0px;
}

/*//.fax-number a{
//    color:#ffffff;
//    text-decoration:none;
//    }
*/
.service-box{
	padding-top: 50px;
	height: 100vh;
  	padding: 0 0rem !important;
}

.about-height{
	height: 200px;
}

.about-height2{
	 top: 50%;
	position: absolute;
}

.white-text2 {
  	color: #FFFFFF !important;
	font-weight:800;
}

.white-text1 {
	color: #FFFFFF !important;
	font-size: 1.1rem;
}

.box-satuei{
	
}
.price-back{
	width: 100%;
	height: 100%;
	z-index: -100;
}

.price-back1{
	background-image: url(../images/price/price-1.JPG);
	background-repeat:  no-repeat;
	background-blend-mode: screen;
	background-position: center center;
    background-size: cover;
	position: relative;

  -webkit-animation: bg-color 15s infinite;
  animation: bg-color 15s infinite;
}
@-webkit-keyframes bg-color {
  0% { background-color: #e74c3c; }
  20% { background-color: #f1c40f; }
  40% { background-color: #1abc9c; }
  60% { background-color: #3498db; }
  80% { background-color: #9b59b6; }
  100% { background-color: #e74c3c; }
}
@keyframes bg-color {
  0% { background-color: #e74c3c; }
  20% { background-color: #f1c40f; }
  40% { background-color: #1abc9c; }
  60% { background-color: #3498db; }
  80% { background-color: #9b59b6; }
  100% { background-color: #e74c3c; }
}

.movie-box{
	min-height: 800!important;
	height: 800!important;
}

.movie-box2{
}

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


/*/ movie.htmlのid 属性 /*/


#particles-js {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: block;
z-index: -2;
}


.moviebox_3 {
  position: absolute; /**/
  top:0 ;
  width:100%;
  z-index:0;
}


.ura {
  height:200px;
  z-index: -9!important;
}


.ura2 {
  z-index: 0;
}

.movie{
	font-size: 14px;
}


.link-box{
	position: relative;
	min-height: 400px;
}


.link-box1{
	position: relative;
	top:200px;
}

.link-box2{
	position: relative;
	top:100px;
}

.link-box3{
	position: relative;
	top:200px;
}

.link-br100{
	padding-bottom: 100px;
}

.index-video{
	position: relative;
	z-index: -6;
	padding: 0 !important;
}

.index-videotxt{
	width:100%;
	font-size:1.4em;
	text-align:center;
}

.slickb .slick-slide a {
    display: block;
    margin: 20px 5px;
}

.slickb{
    margin: 0px auto;
    width: 80%;
}
.slickb img{
    height: auto;
    width: 100%;
	padding-right: 10px;
}

/* ボタン */
.btn-shine {
  color: #F373DA;
  background-color: #0FECB2;/*背景色の変更*/
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  line-height: normal;
  text-decoration: none;
  border: 2px solid transparent;
  padding: 14px 14px;
  font-size: 20px;
  /*margin: 1em 0;*/
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
	width:100%;
	

	
}
.btn-shine:hover{
  color: #fff;
}
 
/* ボタンを光らせる */
.btn-shine:before {
  /*光るアニメーション用*/
  animation: shine 3s ease-in-out infinite;/*数字を変更することで光る間隔が変更*/
  background-color: #fff;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;

  top: -180px;
  transform: rotate(45deg);
  width: 30px;
}
 
@keyframes shine {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}


.enllax-box0{
	position: absolute;
	top:900px;
	left:60px;
}

.enllax-box1{
	position: absolute;
	top:-30px;
	left:200px;
}

.enllax-box2{
	position: absolute;
	top:1500px;
	left:600px;
}

.enllax-box3{
	position: absolute;
	top:900px;
	left:600px;
}

.br-res :before{
 }



#topinfo dl {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

#topinfo dt {
    display: block;
}

#topinfo dd, dt {
    border-left-color: #e5e5e5;
    padding-left: 10px;
    border-left-width: 2px;
    border-left-style: solid;
    margin-bottom: 10px;
}

            /*メディアクエリー*/
/*----------------------------------------------------*/

@media only screen and (max-width : 992px) {
	
.link-br100{
	padding-bottom: 0px;
}	
	
.link-box2{
	position: relative;
	top:200px;
}	

/* animated background */
.parent2{
	text-align: center;
	max-height: 600px;
	top:0;
	position: relative;
}


.gradient{
	width: 100%;
	min-height: 600px;
	height: 600px;
	padding: 0px;
	margin: 0px;
}

/*-- ドローン スクロール */

.enllax-box0{
	position: absolute;
	top:900px;
	left:100px;
}

.enllax-box1{
	position: absolute;
	top: 1000px;
	left:200px;
}

.enllax-box2{
	position: absolute;
	top:900px;
	left:400px;
/*	overflow: hidden;
*/}

.enllax-box3{
	position: absolute;
	top:1000px;
	left:450px;
}
	
.footer-box{
	width:60%;
	margin:  20px 5px 20px 20%;	
	padding: 0px 5px;
}
	
	
	
	
	
}

            /*メディアクエリー*/
/*----------------------------------------------------*/

@media only screen and (max-width : 831px) {
.footer-box{
	width:75%;
	margin:  20px 5px 20px 12.5%;	
	padding: 0px 5px;
}

}

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

.movie{
	font-size: 10px;
	padding: 0px 15px;
}
	
.br-res:before{
	content: "A"; white-space: pre-line; } .enllax-box0{ position: absolute; top:900px; left:100px; } .enllax-box1{ position: absolute; top:900px; left:70px; } .enllax-box2{ position: absolute; top:900px; left:200px; /*overflow: hidden;*/ } .enllax-box3{ position: absolute; top:500px; left:60px; } .price-box{ display: flex; justify-content: center; align-items: center; background-color: #29b6f6; height: 100px; width: 100%; margin-left: 0%; border-radius: 20px; /* 角を丸くする */ } .footer-box{ width:90%; margin: 20px 5px 20px 5%; padding: 0px 0px; } } /* movie.html */ @media only screen and (max-width : 497px) { .moviebox_2{ min-height: 770px; } .belt2 iframe { height: 550px; min-height: 0px; } /* photo.html */ .belt1 iframe { height: 650px; min-height: 0px; } }