body{
	background: url(//www.eishinkan.net/assets/img/global/bg-high.png);
}

section{
	border: none;
	padding-bottom: 0;
}

#ju3_tokubetsu{
	max-width: 1190px;
	margin-bottom: 80px;
	margin-top: 20px;
}

#ju3_tokubetsu img{
	width: 100%;
	height: 100%;
	margin-bottom: 30px;
}

#ju3_tokubetsu p{
	background-color: #d50d0d;
	padding: 18px;
	color: #fff;
	font-size: 1.5em;
}

/* --------------------------------
	画像コピーガード
-------------------------------- */

img{
	touch-callout:none;
	user-select:none;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
}

.undraggable {
	/* For Opera and <= IE9, we need to add unselectable="on" attribute onto each element */
	/* Check this site for more details: http://help.dottoro.com/lhwdpnva.php */
	-moz-user-select: none; /* These user-select properties are inheritable, used to prevent text selection */
	-webkit-user-select: none;
	-ms-user-select: none; /* From IE10 only */
	user-select: none; /* Not valid CSS yet, as of July 2012 */
	-webkit-user-drag: none; /* Prevents dragging of images/divs etc */
	user-drag: none;
}


/* --------------------------------
	アイコン
-------------------------------- */

.fa-pagelines{
	margin-right: 10px;
}


/* --------------------------------
	メインタイトル
-------------------------------- */

/*h1{
	color: #579014;
	line-height: 2.5em;
	font-size:4.4em;
	font-family: 'Finger Paint', cursive;
	text-align: center;
	margin-top: 60px;
}

h1 .orenge{color: #ed6f03;
}*/


.alert{
	text-align: center;
	padding: 20px;
	font-size: 2em;
	margin-top: 30px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#ju3_tokubetsu .btn{
	width: 60%;
	margin: 60px 0 10px;
	padding: 20px 0;
	font-size: 2em;
}

.place{
	padding: 0 10px;
	font-size: 1.2em;
	background-color: #fff;
}


/* --------------------------------
	写真
-------------------------------- */

#ju3_tokubetsu .photo{
	margin-bottom: 30px;
}

#ju3_tokubetsu .photo p{

	text-align: center;
	background-color: #195edc;
}

a.thumnail {
	background: #fff;
	padding:8px;
	box-shadow:9px 9px 0px -5px #c4c4c4;
	-moz-box-shadow:9px 9px 0px -5px #c4c4c4;
	-webkit-box-shadow:9px 9px 0px -5px #c4c4c4;
	margin: 20px 0;
}

img {
	height: auto;
	-webkit-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
	width: 100%;
	vertical-align: bottom;
}

figure {
	margin: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
}

figcaption {
	background-color: rgba(100,190,208,0.9);
	color: #FFF;
	opacity: 0;
	font-size: 16px;
	font-size: 1.6rem;
	position: absolute;
	text-align: center;
	-webkit-transition:all 0.25s ease-in-out;
		transition:all 0.25s ease-in-out;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding-top: 30%;
	line-height: 27px;
}

a:hover>figure img {
	transform: scale(1.15,1.15);
	-webkit-transform:scale(1.15,1.15);
	-moz-transform:scale(1.15,1.15);
	-ms-transform:scale(1.15,1.15);
	-o-transform:scale(1.15,1.15);
}

a:hover>figure figcaption {
	opacity: 1;
}



/* --------------------------------
	レスポンシブ スマホ
-------------------------------- */


@media (max-width: 767px) {
	h1{
		margin: 70px 0 0;
	}
	.ju3_tokubetsu{
		margin: 0;
	}


	#ju3_tokubetsu{
		margin-bottom: 40px;
	}

	.alert{
		text-align: center;
		padding: 10px;
		font-size: 1em;
		margin-top: 30px;
		font-weight: bold;
		letter-spacing: 0;
	}
	#ju3_tokubetsu .photo p{
		font-size: 1.2em;
		width: 100%;
		padding: 10px;
}
}

/* --------------------------------
	レスポンシブ PC
-------------------------------- */

/*@media (min-width: 1200px){
	.container {
		width: 1170px;
	}
}*/