
/** ADD YOUR AWESOME CODES HERE **/

.mt50 {
	margin-top:50px;
}

.mt75 {
	margin-top:75px;
}

/* -- gallery --*/
.why-text h5 a.btn-square-pop {
	position: relative;
	display: inline-block;
	padding: 0;
	text-decoration: none;
	color: #FFF;
	background: #fd9535;/*背景色*/
	border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
	border-radius: 4px;/*角の丸み*/
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	font-weight: bold;
	font-size:14px;
}

.why-text h5 a.btn-square-pop:active {
	border-bottom: solid 2px #fd9535;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

@media (min-width: 320px) and ( max-width:768px) {
	.why-text {
		
		z-index:999999;
		position: absolute;
		left: 0;
		bottom: -80%;
		right: 0;
		height: 80%;
		background-color:rgba(67,53,53,0.7);
		padding: 12px 12px;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	
	.why-text h4{
		color: #ffffff;
		font-size: 16px;
		font-weight: 600;
		font-family: 'Arbutus Slab', serif;
	}
	.why-text p{
		color: #ffffff;
		font-size: 15px;
		border-bottom: 1px dashed #010101;
		margin: 0px;
		padding-bottom: 5px;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.why-text h5{
		font-size: 14px;
		font-weight: 500;
		color: #ffffff;
	}


.why-text h5 a.btn-square-pop {
	position: relative;
	display: inline-block;
	padding: 0;
	text-decoration: none;
	color: #FFF;
	background: #fd9535;/*背景色*/
	border-bottom: solid 1px #d27d00;/*少し濃い目の色に*/
	border-radius: 4px;/*角の丸み*/
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 1px rgba(0, 0, 0, 0.19);
	font-weight: bold;
	font-size:8px;
}

.why-text h5 a.btn-square-pop:active {
	border-bottom: solid 1px #fd9535;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
}


/*----
画像ダウンロード禁止
----*/


/*------------------------------------------------------------------
	Slider
	-------------------------------------------------------------------*/

.logo-t{position:absolute;top:70%;left:51%;-webkit-transform:translate(-70%,-51%);transform:translate(-70%,-51%);z-index:3}
.logo-t img{max-height:80px}

		
		@media (min-width: 375px) and ( max-width:768px) {
			.logo-t{position:absolute;top:80%;left:65%;-webkit-transform:translate(-80%,-65%);transform:translate(-80%,-65%);z-index:3}
			.logo-t img{max-height:80px}
				}

				
				
/*---------
動画埋め込み
---------*/
				.video{
					width:100%;
					padding-bottom: 56.25%;
					height:0px;
					position: relative;
				}
				.video iframe{
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
				}

