
/*---------------------------------*/


body{
	/*background: linear-gradient(-45deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));*/
	/*background: linear-gradient(-45deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7)),url(../Contents/Image/Background.JPG);*/
	/*background-size: cover;*/
	margin: 0px;
	width: 100%;
	height: 80%;
	text-align: center;
	padding-top: 160px;
	box-sizing: border-box;
	border: none;
	z-index: 11;
}

.imgIntro{
	position: absolute;
	top: 10px;
	background-size:cover;
	
	margin: 0 auto;
	z-index: 1000;
}

.categoryTitle{
	width:100%;
	/*height: 440px;*/
	height: 245px;
	margin: 0;
	color: black;
	font-size: 32px;
/*	background-image: url(../Contents/Image/Flow/Flow.jpg);*/
	background-size: cover;
/*		box-shadow:0px 0px 8px 11px rgba(255,255,255,1.0) inset;*/
}

.categoryConcept{
	height: 220px;
	line-height: 220px;
	font-size: 46px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: 400;
	color: black;
}
#imgSub1{
	width:95%;
	height: 340px;
	margin: 0 auto;
	background-image: url(../Contents/Image/Intro/Introduction_Sub2.JPG);
	background-size: cover;
}
#pnlDetail{
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		color:#404040;
		margin-top: 100px;
	font-size: 26px;
}

#imgRoom{
	height:400px;
	width:95%;
	margin: 0 auto;
	background-image: url(../Contents/Image/Intro/Clock.jpg);
	background-size: cover;
}
.menu{
	font-size: 50px;
	color:black;
	font-family:"Courier New", Courier, "monospace";
	/*filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.7));*/
}
.point_Title{
	font-size: 50px;
	margin-bottom: 25px;
	color: #1F1F1F;
}
@media only screen and (orientation:portrait) {
	.point_Detail{
		font-size: 26px;
	}
}
@media only screen and (orientation:landscape) {
	.point_Detail{
		font-size: 18px;
	}
}
.subTitle{

	margin-top: 10px;
	font-size: 34px;
}
.subTitle_English{
	margin-top: 2px;
	font-size: 25px;
	font-family: "josefin-sans";
	color: rgba(94,94,94,1.00);
}
.subBox{
	position: relative;
	margin: 0;
	width: 100%;
	height: 620px;
}
.hrImage{
	width:60%;	
}
.image{
	position: absolute;
	background-size: cover;
	height: 600px;
	width: 75%;
	background-color: rgba(153,153,153,1.00);
	text-align: center;
	line-height: 600px;
	border-radius: 20px;
	box-shadow: 0px 5px 15px #666;
	font-size: 34px;
	color:rgba(255,255,255,1.00);
	top:0;
	right:0;
	left:0;
	bottom:0;
	margin:auto;
}
.lblOR{
	position: absolute;
	height: 30px;
	top:0;
	right:0;
	left:0;
	bottom:0;
	margin:auto;
	color: rgba(0,0,0,1.00);
	font-size: 30px;
}
.space{
	height:130px;
}
.lblContact{
	margin-bottom: 20px;
	font-size: 55px;
	font-family: Georgia, "Times New Roman", Times, "serif";
	color: rgba(255,255,255,1.00);
	 width: 100%; 
	background-color: rgba(40,58,111,1.00);
}