/* Add here all your css styles (customizations) */
/* ==================================================
  iframe埋込　padding %　H設定　4：3＝75％　16：9＝59％
================================================== */
.iframe-content {
    position: relative;
    width: 100%;
    padding: 59% 0 0 0;/*高さ*/
}
.iframe-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.iframe-map {
    position: relative;
    width: 100%;
    padding: 100% 0 0 0;/*高さ*/
}
.iframe-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.iframe-map2 {
    position: relative;
    width: 100%;
    padding: 80% 0 0 0;/*高さ*/
}
.iframe-map2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.iframe-map3 {
    position: relative;
    width: 100%;
    padding: 50% 0 0 0;/*高さ*/
}
.iframe-map3 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Cube Portfolio*/
.cbp-l-project-img {
	margin-bottom:20px;
}

.cbp-l-inline-view {
	margin-top:10px;
	margin-bottom:20px;
}

.cbp-item-wrapper{
	margin-bottom:20px;
}
