/*
 Theme Name:   C-SIDE ORIGINAL TOOLS
 Version:      202312
 Description:  ADxMAP＞共通設定＞ショートコード・プラグイン
 Author:       C-SIDE

テーマに関係なく以下の項目に対して設定する
・プラグインカスタマイズ、エラー対応
・オリジナルショートコード
*/


/* Icons
=============================================================================================== */
/* SNS
-------------------------------------------------------------- */
ul.button-snsicon {
	list-style: none;
	display: inline-block;
	margin: 6px 0 0 30px;/* Default Clear */
	padding: 0;/* Default Clear */
	/*text-align: center;*/
}
ul.button-snsicon li {
	display: inline-block;
}
ul.button-snsicon li a {
	display: inline-block;
	margin: 0 8px!important;
	padding: 0!important;
	width: 30px;
	height: 30px;
	-moz-background-size:cover;
	background-size: cover;
	-webkit-transition: all 0.4s linear;
	-moz-transition:    all 0.4s linear;
	-o-transition:      all 0.4s linear;
	transition:         all 0.4s linear;
	-webkit-transform: scale(1.0);
	-moz-transform:    scale(1.0);
	-ms-transform:     scale(1.0);
	-o-transform:      scale(1.0);
	transform:         scale(1.0);
}
ul.button-snsicon li a:hover {
	-webkit-transform: scale(1.1);
	-moz-transform:    scale(1.1);
	-ms-transform:     scale(1.1);
	-o-transform:      scale(1.1);
	transform:         scale(1.1);
}
.i-facebook  { background: url(../adxmap/images/icon_facebook.png)  center center no-repeat; }
.i-twitter   { background: url(../adxmap/images/icon_twitter.png)   center center no-repeat; }
.i-instagram { background: url(../adxmap/images/icon_instagram.png) center center no-repeat; }
.i-youtube   { background: url(../adxmap/images/icon_youtube.png)   center center no-repeat; }
.i-pinterest { background: url(../adxmap/images/icon_pinterest.png) center center no-repeat; }
.i-tiktok    { background: url(../adxmap/images/icon_tiktok.png)    center center no-repeat; }


/* Google Map
=============================================================================================== */
.googlemap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.googlemap iframe,
.googlemap object,
.googlemap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* プラグイン＞SNOW MONKEY BLOCK＞カスタマイズ
=============================================================================================== */
/* SNOW MONKEY BLOCK　＞　エラー対応
-------------------------------------------------------------- */
/* エラー（？）＞吹き出し */
.wp-block-snow-monkey-blocks-balloon {
	margin-bottom: 30px;
}
