@charset "UTF-8";

/* ★″
 * Module.css
 * 
 * よく使う要素をモジュール化
 */



/* =========================================================
	外部サービスやプラグインとの連携
========================================================= */

/* ---------------------------------------------------------
	.googleMAP
--------------------------------------------------------- */
	
	.googleMAP{
		
	}
		.googleMAP iframe{
			width: 100%;
			height: 300px;
		}

@media screen and (min-width: 768px) {

	.googleMAP{
		
	}
		.googleMAP iframe{
			height: 480px;
		}


}


/* ---------------------------------------------------------
	Youtube
--------------------------------------------------------- */

.player {
    position: relative;
    padding-bottom: 56.25%;
    /* padding-top: 30px; */
    height: 0;
    overflow: hidden;
}
 
	.player iframe {
	    position: absolute;
	    top: 0;
	    left: 0;
	    margin: 0 auto;
	    width: 100%;
	    height: 100%;
	}
	



/* =========================================================
	よく使う要素
========================================================= */

