/*
Theme Name:  株式会社桐電
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

/*body{
	font-family: 'ＭＳ 明朝', 'MS Mincho','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
}*/

/*メニュー説明の設定*/
.wp-block-navigation .wp-block-navigation-item__description {
    display: block;
    text-align: center;
    font-size: 0.6em;
	font-weight:lighter;
}
@media screen and (max-width: 600px){
	.wp-block-navigation .wp-block-navigation-item__description {
		text-align:left;
	}
}

.footer-nav-list li a {
        text-align: center;
}
.site-footer-content{
 padding-top:15px;	
}

/*スライドショー拡大*/
@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

.swiper-slide-active picture img,
.swiper-slide-duplicate-active picture img,
.swiper-slide-prev picture img {
  animation: zoom-in 10s linear 0s 1 normal both;
}

/*上に戻るボタンカスタマイズ*/
.page_top_btn {
	width: 60px;
	height: 58px;
	border: solid #fff;
	background:#000;
	border:2px solid red;
	border-radius: 50%;
 	background-image: url("https://xs274261.xsrv.jp/kiriden/wp-content/uploads/pege-top.png");
	background-size:50%;
	background-repeat: no-repeat;
	background-position: center;
	 box-shadow: none;
}