@charset "utf-8";
/*
Theme Name: tlight2020
Theme URI: https://tlight.jp/
Author: tlight
Description: tlight original theme
version： 20250207
Author URI: https://www.tlight.jp/
*/


/*
------ index ------
01 common
02 header
    -drawer nav
		-accordion menu
03 main
04 top-page
		-swiper
		-news
05 sub-page
		-contents
		-Photo Gallery
		-info mail form
06 footer
		-accordion menu

07 min-width: 768px
08 min-width: 992px
09 min-width: 1200px
*/


/* ---------------------------------------
				common 
---------------------------------------- */
body{
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	/*background: #fff;*/
	background: #113;
	margin: 0;
}

footer {
    background: #fff;
    padding-top: 5px;
}

a:hover img {
	opacity: 0.7;
}

main{
	margin-bottom: 30px;
}

/* --help-- */
.img-fluid{
	max-width: 100%;
	height: auto;
}

.m-5{margin: 5px}.mt-5{ margin-top: 5px}.mr-5{ margin-right: 5px}.mb-5{ margin-bottom: 5px}.ml-5{ margin-left: 5px}
.m-10{margin: 10px}.mt-10{ margin-top: 10px}.mr-10{ margin-right: 10px}.mb-10{ margin-bottom: 10px}.ml-10{ margin-left: 10px}
.m-20{margin: 20px}.mt-20{ margin-top: 20px}.mr-20{ margin-right: 20px}.mb-20{ margin-bottom: 20px}.ml-20{ margin-left: 20px}
.m-30{margin: 30px}.mt-30{ margin-top: 30px}.mr-30{ margin-right: 30px}.mb-30{ margin-bottom: 30px}.ml-30{ margin-left: 30px}

/* --color-- */
.main-red{ color: #b7282d}
.high-red{ color: #ec4747}

.main-gray{ color: #75808e}
.high-gray{ color: #7d8fa4}


/* --responsive-- */
@media (max-width: 767px) {
  .hidden-xs {display: none !important}
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {display: none !important}
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {display: none !important}
}
@media (min-width: 1200px) {
  .hidden-lg {display: none !important}
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {display: block !important}
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {display: block !important}
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {display: block !important}
}
@media (min-width: 1200px) {
  .visible-lg {display: block !important}
}

/* ---------------------------------------
				header 
---------------------------------------- */
.header{
	position: sticky;
	position: -webkit-sticky;/*for Safari*/
	height: 110px;
	background: rgba(255,255,255,0.95);
	box-shadow: 0 3px 6px rgba(0,0,0,0.2);
	top: 0;
	padding-top: 2px;
	z-index: 2;
}

/* .main-title {
	font-size: 10px;
	font-weight: normal;
	color: #aaa;
	text-align: center;
} */

.head-logo {
	width: 70%;
	margin: 5px 10px;
	max-width: 300px;
}

.head-phone {
	background: #b7282d;
	color: #fff;
	font-size: 12px;
	line-height: 1.0;
	padding: 6px 0;
	width: 100%;
	text-align: center;
}

.head-phone:hover {
	background: #ec4747;
}

.head-phone p{
	margin: 0;
}

.head-phone a{
	color: #fff;
	font-size: 28px;
	text-decoration: none;
}

.head-phone i{
	font-size: 20px;
	display: table-cell;
	vertical-align: middle;
}

/* ----- drawer nav ----- */
#nav-drawer {
    position: absolute;
    top: 15px;
    right: 10px;
}

.nav-unshown {
  display:none;
}

#nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
}

/* --3 line icon-- */
#nav-open span,
#nav-open span:before,
#nav-open span:after {
    position: absolute;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
}

#nav-open span:before {
    bottom: -8px;
}

#nav-open span:after {
    bottom: -16px;
}

/* --bg black cover-- */
#nav-close {
    display: none;/*first hidden*/
    position: fixed;
    z-index: 5;
    top: 0;/*spread overall*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}

/* --inner-- */
#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 85%;
    max-width: 360px;
    height: 100%;
    background: #fff;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);/*hidden left side*/
}

/* --checked after visible-- */
#nav-input:checked ~ #nav-close {
    display: block;/*show cover*/
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*show inner*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

/* -----accordion menu----- */
.global-nav-list-xs{
	padding: 0;
	margin: 30px 20px;
	font-size: 16px;
	line-height: 2;	
}

.global-nav-list-xs ul{
	list-style-type: none;
	padding-left: 35px;
	margin: 0;
}

.global-nav-list-xs a{
	text-decoration: none;
	color: #333;
	border-bottom: #ddd 1px solid;
	padding-left: 5px;
}

.global-nav-list-xs a:before{
    content: '\f054';
		/* content: '\f107'; */
    font-family: 'Font Awesome 5 Free';
		font-weight: 900;
    padding-right: 8px;
		font-size: 0.5em;
	}

/* --label-- */
.xs-nav label {
    display: block;
    margin: 0;
    padding-left: 20px;
    cursor :pointer;
    transition: all 0.4s;
}

.xs-nav label:before{
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
		font-weight: 900;
    padding-right: 8px;
		color: #b7282d;
}

.xs-nav input{
	display: none;
}

/* --hidden inner-- */
.xs-nav .xs-nav-show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.3s;
		margin: 0;
}

/* --click for show-- */
.xs-nav-box:checked + label + .xs-nav-show {
    height: auto;
    padding: 2px 10px;
    opacity: 1;
}

.xs-nav .xs-nav-show li {
  margin: 0 0 8px 20px;
	padding: 0 0 0 5px;
	line-height: 1.2;
}

.xs-nav .xs-nav-show a{
	border-bottom: #e2b1b3 1px solid;
}

.xs-nav .xs-nav-show a:before{
    color: #b7282d;
	}

/* --change icon-- */
.xs-nav-box:checked + label:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f078';
	font-weight: 900;
	color: #777;
}

.xs-nav-box:checked + label{
	color: #b7282d;
}

/* ---------------------------------------
				main 
---------------------------------------- */
/* --download-- */
#dl000,#dl001,#dl002,#dl003,#dl004,#dl005,#dl006,#dl007,#dl008,#dl009,
#dl010,#dl011,#dl012,#dl013,#dl014,#dl015,#dl016,#dl017,#dl018,#dl019,
#dl020,#dl021,#dl022,#dl023,#dl024,
#dl100,#dl101,#dl102,#dl103,#dl104,#dl105,#dl106,#dl107,#dl108,#dl109,
#dl200,#dl201,#dl202,#dl203{
	padding-top: 80px;
	margin-top: -80px;
}

/* --works-- */
#string,
#tube,
#am-viewmo,
#hg,
#std,
#tape,
#sighnboard,
#viewch,
#floodlight,
#wall,
#viewmo,
#viewdi,
#seamless,
#power,
#other,
#direct,/* --products-- */
#indirect,
#controller,
#lighting,
#aboutus,/* --company-- */
#business,
#flow,
#access{
	padding-top: 70px;
	margin-top: -70px;
}

/* ---------------------------------------
				top-page 
---------------------------------------- */
/* ---------- swiper ---------- */
.slider{
  margin-bottom: 0;
	background: #000;
}

.swiper-pagination-bullet {
  width: 16px;
  height: 6px;
  border-radius: 3;
  background: #fff;
  z-index:1;
  bottom:10%;
}

.fp-slide .swiper-button-prev,
.fp-slide .swiper-button-next {
  top: 50%;
  color: #fff;
  z-index:1;
}

.fp-slide .swiper-button-prev{
	background-image:  url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23ffffff'/%3E%3C/svg%3E");
}

.fp-slide .swiper-button-next{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23ffffff'/%3E%3C/svg%3E");
}

.swiper-container-fade .swiper-slide{
	height: 375px;
}

.s-fade-wrap {
  position: relative;
  height:375px;
}

.s-fade-text {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  height: 50px;
  text-align: center;
  color: white;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
  background: rgba(0,0,0,0.2);
  box-shadow: 2px 2px 15px rgba(0,0,0,0.3);
}

a.s-fade-button{
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 230px;
  height: 28px;
  text-align: center;
  color: white;
  font-size: 20px;
  border: 3px solid #fff;
  border-radius: 30px;
  background: rgba(0,0,0,0.7);
  box-shadow: 0 0 12px #fff;
  padding: 8px;
  text-decoration: none;
}

a.s-fade-button:hover{
  background: #dfc15e;	
}

.swiper-slide-active .s-fade-text {
  /* animation: slideTextFade 1.75s ease 0s 1 normal; */
  animation: slideFromRight 2s ease 0s 1 normal;
}

/* @keyframes slideTextFade {
  0%, 25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
} */

@keyframes slideFromRight {
  0%, 30% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

.swiper-slide-active .s-fade-wrap,
.swiper-slide-duplicate-active .s-fade-wrap,
.swiper-slide-prev .s-fade-wrap{/*
  animation: zoomUp 14s linear 0s 1 normal both;  */
}

.s-fade-wrap img{
  display: block;
  width: 100%;
  min-height: 380px;
  object-fit: cover;
  /* object-position: 25% 0; */
}

.topslide-link :hover{
	filter: brightness(1.2);
}


/* ---------- news ---------- */
.top-news{
	margin-top: 0;
	background: #000;
}

.top-news-box{
	color: #fff;
	max-width: 1024px;
	margin: 0 auto;
	font-size: 14px;
}

.top-news-box a{
	color: #fff;
	text-decoration: none;
}

.top-news-box a:hover{
	color: #dfc15e;
}

.top-news-title{
	display: inline-block;
	padding-right: 20px;
	padding-left:10px;
	margin: 5px;
}

/* ---------------------------------------
				sub-page 
---------------------------------------- */
/* --- contents --- */
.pageTitle{
  margin: 40px auto 0 auto;
  border-bottom: #eee 1px solid;
	font-size: 22px;
	text-align: center;
}


/* --- Photo Gallery --- */
.pg-title{
	text-align: center;
	font-size: 15px;
}

.pg-title-s{
	text-align: center;
	font-size: 12px;
	color: #999;
}

.bwg-title2{
	color: #eee !important;
}


/* --- info mail form --- */
button, input, select, textarea {
font-family : inherit;
font-size : 100%;
}

#formWrap {
	width: 95%;
	max-width:800px;
	margin:0 auto;
	color:#555;
	line-height:120%;
}

#formWrap form{
overflow: auto;
}
  
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}

table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding: 6px 6px 6px 10px;
  line-height: 1.5;
}

table.formTable th{
	white-space: nowrap;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}

table.formTable textarea{
	width: 96%;
}

.formTable ::placeholder {
  color: #ccc;
}

.form-ctrl{
 border: 1px solid #ccc;
 padding: 8px;
 border-radius: 5px;
}

.form-ctrl:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

input[type=checkbox]{
  transform: scale(1.1);
}

/* input error */
input[type=text]:required,
input[type=email]:required,
input[type=tel]:required,
input[type=email]:invalid,
select:required,
textarea:required {
	border-color: #e8ced3;
  background-color: #fff2ee;
}

/* input success */
input[type=text]:valid,
input[type=email]:valid,
input[type=tel]:valid,
select:valid,
textarea:valid {
	border-color: #ccc;
	background: #fff;
}

.scroll-box{
 margin: 10px;
 border: solid #ccc 1px;
 padding: 10px;
 font-size: 13px;
 overflow-y: scroll;
 height: 200px;
}

.send{
    background-color: transparent;
    border: none;
    cursor: pointer;
      outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 40px;
    background: #b7282d;
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: block;
    margin: auto;
}

.send:hover{ 
  /* buttonタグのリセットCSS */
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  background: #ec4747;
}

.send[disabled]{ 
  background: #ccc;
  cursor: not-allowed;
}

/* ---------------------------------------
				footer
---------------------------------------- */
.footer p{
	text-align: center;
}

.foot-nav{
	background: #eee;
	border-top: #b7282d solid 4px;
	border-bottom: #fff solid 4px;
	margin-bottom: 30px;
	padding: 30px 0;
	font-size: 15px;
}

.foot-nav-group{
	width: 310px;
	margin: 0 auto;
}

/* -----accordion menu----- */
.foot-nav ul{
	list-style: none;
}

.foot-nav ul a{
	text-decoration: none;
	color: #333;
}

.foot-nav label {
    display: block;
    margin: 0 10px;
    padding : 3px 12px;
    cursor :pointer;
    transition: all 0.4s;
}

.foot-nav label:hover{
	color: #b7282d;
}

.foot-nav label:before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    padding-right: 8px;
}

.foot-nav input{
	display: none;
}

/*hidden inner*/
.foot-nav .foot-show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.3s;
	margin: 0;
}

/*click for show*/
.foot-nav-box:checked + label + .foot-show {
    height: auto;
    padding: 2px 10px;
    opacity: 1;
}

.foot-nav .foot-show li {
    margin: 0 0 8px 30px;
	border-left: #b7282d solid 3px;
	padding: 0 0 0 5px;
	line-height: 1.2;
}

/*change icon*/
.foot-nav-box:checked + label:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f078';
	font-weight: 900;
}

.foot-nav-list li{
	border-left: #b7282d solid 3px;
	padding: 0 0 0 5px;
	margin-bottom: 8px;
	line-height: 1.2;
}


.foot-mail,
.foot-phone{
	color: #fff;
	font-size: 18px;
	line-height: 1.0;
	width: 86%;
	height: 100px;
	text-align: center;
	padding-top: 10px;
	margin: 0 auto;
}

.foot-mail p,
.foot-phone p{
	margin: 5px;
}

.foot-mail a,
.foot-phone a{
	color: #fff;
	font-size: 32px;
	text-decoration: none;
}

.foot-mail{
	background: #75808e;
	margin-bottom: 10px;
}

.foot-mail i{
	font-size: 50px;
}

.foot-phone{
	background: #b7282d;
	margin-bottom: 30px;
}

.foot-phone i{
	font-size: 20px;
	display: table-cell;
	vertical-align: middle;
}

.foot-mail:hover{
	background: #7d8fa4;
}

.foot-phone:hover{
	background: #ec4747;
}

.foot-logo{
	background: #fff;
	text-align: center;
	margin: 20px auto;
	line-height: 1;
	width: 80%;
	max-width: 320px;
}

.foot-text{
	font-size: 12px;
	color: #aaa;
	line-height: 1.2;
}

.foot-copy {
	background: #000;
	padding: 5px;
	margin-bottom: 30px;
	text-align: center;
	color: #fff;
}

.page_top {
	position:fixed;
	bottom:10px;
	right:10px;
	padding:10px 20px;
	color:#fff;
	font-size:20px;
	text-decoration:none;
	background:#b7282d;
}
.page_top:hover {
	background:#ec4747;
}


@media (min-width: 768px){

/* ---------------------------------------
				header 
---------------------------------------- */
.header{
	height: 100px;
}

.main-title {
	font-size: 11px;
}

.head-logo {
	padding-left: 20px;
	width: 260px;
	height: auto;
	position: absolute;
	top: 4px;
	left: 0;
	margin: 0;
}

.head-phone {
	width: 260px;
	position: absolute;
  padding-left: 8px;
	top: 4px;
	right: 0;
}

/* --- nav --- */
.global-nav {
	font-size: 14px;
  font-weight: bold;
	width: 760px;
	margin: 0 auto;
	margin-top: 68px;
	position: relative;
	z-index: 10;
}

.global-nav ul{
	list-style: none;
	padding: 0;
}

.global-nav-list {
	display: flex;
	justify-content: flex-start;
	text-align: center;
}

.global-nav-list > li{
	border-right: #ccc solid 1px;
}

.global-nav-list > li:last-child{
	border: none;
	/* padding-right: 0; */	
}

.global-nav-list li{
	position: relative;
	padding: 0 16px;
	/* min-width: 108px; */
	z-index: 1;
}

.global-nav-list a{
	display: block;
	text-decoration: none;
	color: #000;
}

.global-nav-list a:before{
	content: "";
	position: absolute;
	left: 11%;
	bottom: -2px;
	width: 78%;
	height: 3px;
	background: #b7282d;
	transform: scale(0, 1);
	transition: 0.4s;
}

.global-nav-list a:hover:before {
	transform: scale(1);
}

/*---child---*/
.global-nav-list ul li a{
	background-color: rgba(255,255,255,0.9);
	padding: 7px 0 6px 0;
}

.global-nav-list li ul{
	position: absolute;
	top: 24px;
	left: -11px;
	width: 160px;
	margin: 0;
	padding: 0;
}

.global-nav-list li ul li{
	visibility: hidden;
	overflow: hidden;
	height: 0;
	transition: 0.5s;
}

.global-nav-list li:hover > ul > li{
	visibility: visible;
	overflow: visible;
	height: 33px;
}

.global-nav-list li ul li a:before{
	bottom: 3px;
	left: 18%;
	width: 64%;
}

/* ---------------------------------------
				main 
---------------------------------------- */
/* ---------- swiper ---------- */

.s-fade-wrap,
.swiper-container-fade .swiper-slide{
	height: 370px;
}

.s-fade-text {
  font-size: 36px;
}

/* ---------------------------------------
				sub-page 
---------------------------------------- */
/* --- contents --- */
.pageTitle{
	font-size: 28px;
}



/* ---------------------------------------
				footer
---------------------------------------- */
.foot-nav{
	padding: 30px 0 30px 240px;
}

.foot-mail,
.foot-phone{
	width: 50%;
	margin: 0 0 30px 0;
	float: left;
}

.foot-logo{
	clear: both;
}

.foot-text{
	font-size: 15px;
}


}/* min-width: 768px ---end */






@media (min-width: 992px){

/* ---------------------------------------
				main 
---------------------------------------- */

	
/* --- Photo Gallery --- */
.bwg-standard-thumbnails{
	justify-content: left !important;
}	


/* ---------------------------------------
				sub-page 
---------------------------------------- */
/* --- contents --- */
.pageTitle{
	font-size: 32px;
}


/* ---------------------------------------
				footer
---------------------------------------- */
.foot-nav{
	margin-bottom: 0;
	padding: 30px 0;
	height: 430px;
}

.foot-nav-group{
	width: 930px;
}

.foot-nav-group:after{
	clear: both;
}

.foot-nav ul{
	padding: 20px 0 0 30px;
}

.foot-nav label {
	color: #b7282d;
}

.foot-nav label:before {
	font-family: 'Font Awesome 5 Free';
    content: '\f078';
	font-weight: 900;
}

/*show inner*/
.foot-nav .foot-show {
    height: auto;
    opacity: 1;
	margin: 0 0 20px 0;
}

/*click for show*/
.foot-nav-box:checked + label + .foot-show {
    padding: 0;
}

.foot-nav-list{
	width: 300px;
	float: left;
}

.foot-mail,
.foot-phone{
	width: 50%;
	margin: 0 0 30px 0;
	float: left;
}

.foot-logo{
	clear: both;
}

.foot-text{
	font-size: 15px;
}



}/* min-width: 992px ---end */


@media (min-width: 1200px){

/* ---------------------------------------
				header 
---------------------------------------- */
.header{
	height: 64px;
}

.head-logo {
	padding-left: 15px;
	width: 190px;
	top: 14px;
}

.head-phone {
	line-height: 1.2;
	width: 200px;
  top: 8px;
}

.head-phone a{
	font-size: 21px;
}

.head-phone i{
	font-size: 19px;
}

/* --- nav --- */
.global-nav {
	/* font-size: 12px; */
	margin-top: 22px;
}

/*---child---*/
/* .global-nav-list ul li a{
	padding: 4px 0 4px 0;
}

.global-nav-list li ul{
	top: 24px;
}

.global-nav-list li ul li a:before{
	bottom: 3px;
} */


/* ---------------------------------------
				main 
---------------------------------------- */
/* ---------- swiper ---------- */
.s-fade-wrap,
.swiper-container-fade .swiper-slide{
	height: 430px;
}

.s-fade-wrap img{
	min-height: 430px;
}

.s-fade-text {
  font-size: 40px;
}


/* ---------------------------------------
				sub-page 
---------------------------------------- */
/* --- contents --- */
.pageTitle{
	font-size: 36px;
}

}/* min-width: 1200px ---end */


@media (min-width: 1400px){
.s-fade-wrap,
.swiper-container-fade .swiper-slide{
	height: 500px;
}

.s-fade-wrap img{
	min-height: 500px;
}
}

@media (min-width: 1700px){
.s-fade-wrap,
.swiper-container-fade .swiper-slide{
	height: 600px;
}

.s-fade-wrap img{
	min-height: 600px;
}
}

.area_map_ttl{
	display:none;
}
.area_map_detail{
	display:none;	
}
.ticket_area{
	display:none;		
}
.eng_link a{
}
footer {
    background: #111133;
    padding-top: 5px;
    color: #fff;
}
.elementor-element.elementor-element-5591e94.elementor-widget__width-initial.elementor-absolute.elementor-widget.elementor-widget-heading {
    display: none;
}
.elementor-element.elementor-element-5591e94.elementor-widget__width-auto.elementor-absolute.elementor-widget.elementor-widget-heading {
    display: none;
}
.elementor-element.elementor-element-bddb4fe.elementor-mobile-align-center.elementor-align-center.elementor-widget.elementor-widget-button {
    display: none;
}
.elementor-element.elementor-element-291988f.elementor-mobile-align-center.elementor-align-center.elementor-widget.elementor-widget-button {
    display: none;
}
.elementor-element.elementor-element-f7af5e1.elementor-mobile-align-center.elementor-align-center.elementor-widget.elementor-widget-button {
    display: none;
}
.elementor-element.elementor-element-a3dd5f6.elementor-widget.elementor-widget-heading {
    display: none;
}
.bus_rinji{
    display: none;
	}