@charset "UTF-8";
/******************
メインtop[共通]
******************/

#wrapperTop{

}

#main-slide-waku{
  opacity:0;
}

#main-slide .sp-mask{
    -webkit-transition: none!important;
       -moz-transition: none!important;
         -o-transition: none!important;
            transition: none!important;
}

#topAnimeArea{
	width:100%;
	position:relative;
	overflow:hidden;
	cursor:pointer;
}
#loader-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999;
	background-color:white;
}

#loaderBg{
	width:100%;
	height:100%;
	overflow-y:scroll;
}
#loader {
	position: fixed;
	top:40%;
	left: 45%;
	width: 160px;
	height: 160px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	z-index: 2;
}

#topAnimeBox{
	width:100%;
	height:100vh;
	position:relative;
	background:url('images/top/wt-bg.png') no-repeat left top;
	background-size:cover;
	overflow-y:scroll;
}

#topAnimeBg{
	width:100%;
}

#bg{
	width:100%;
		height:100%;
	
}
.topMain {
  width:750px;
  height:500px;
  margin: 50px auto;
  position:relative;
}
.parts1,.parts2{
  opacity:0;
  position:absolute;
}
.parts1{
	width:100%;
top: 70%;
left: 50%;
-ms-transform: translate(-50%,-70%);
-webkit-transform: translate(-50%,-70%);
transform: translate(-50%,-70%);
}
.parts2 {
	width:600px;	
top: 60%;
left: 49%;
-ms-transform: translate(-50.3%,-31.1%);
-webkit-transform: translate(-50.3%,-31.1%);
transform: translate(-50.3%,-31.1%);
}
.animated {
  opacity: 1;
}
.parts1,.parts2 {
	transition: all 0.8s ease;
}
#stopTopJS{
	margin: 0 auto;
	text-align:center;
	width:86px;
	position: absolute;
		top: 96%;
left: 50%;
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}


#wrapper-top{
	display:none;
	position:relative;
}

#top-main{
	clear:both;
}
@media only screen and (max-width:1200px) {
#loader {
	left:0;
	right:0;
}
.parts1{
	width:88%;
}
	#stopTopJS{
	width:55px;
}
}
@media only screen and (max-width:580px) {
.topMain {
  width:90%;
  height:40vh;
}
.parts1{
	width:100%;
top: 65%;
}
.parts2 {
	width:86%;	
top: 50%;
}
#stopTopJS{
	top: 85%;
}
}


/******************
TOP[共通]
******************/
.slideBg{
	background:url('images/top/slidebg.jpg') no-repeat left top;
	background-size:cover;
	overflow:hidden;
	position:relative;
	height:400px;
}
/*トップスライド*/
#main-slide-waku{
	margin:-420px auto 0 auto; 
}
.sp-slide img{
	filter: alpha(opacity=20);
    -moz-opacity: 0.2;
	-webkit-opacity: 0.2;
    opacity: 0.2;
}
.sp-selected img{
	opacity:1;
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
			outline:none;
	
}
.slider-pro a img:hover{
	opacity:1!important;
}


.topMidashi{
	margin:0 auto 5px auto;
	width:150px;
	clear:both;	
	overflow:hidden;
}
.topSubTxt{
	font-size:90%;
	font-weight:bold;
	text-align:center;
	margin-bottom:40px;
}
.menuBtn{
	width:100%;
	overflow:hidden;
	margin-bottom:60px;
}
.menuBtnOne1{
	float:left;
	width:22%;
	margin:0 4% 2% 0;
	height:220px;
}
.menuBtnOne1 a{
	width:94%;
	background-color:rgba(0,0,0,.05);
	padding:10% 3%;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	color:#1e1e1e;
	background:rgba(0,0,0,.05) url('images/top/room.png') no-repeat;
	background-size:140px 155px;
	background-position:center 50%;
	height:150px;
	display:block;
}
.menuBtnOne1 a:hover{
	background:rgba(245,18,18,.9) url('images/top/room-on.png') no-repeat;
	background-size:140px 155px;
	background-position:center 50%;
}
.menuBtnOne2{
	float:left;
	width:22%;
	margin:0 4% 2% 0;
	height:220px;
}
.menuBtnOne2 a{
	width:94%;
	background-color:rgba(0,0,0,.05);
	padding:10% 3%;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	color:#1e1e1e;
	background:rgba(0,0,0,.05) url('images/top/pay.png') no-repeat;
	background-size:140px 155px;
	background-position:center 50%;
	height:150px;
	display:block;
}
.menuBtnOne2 a:hover{
	background:rgba(245,18,18,.9) url('images/top/pay-on.png') no-repeat;
	background-size:140px 155px;
	background-position:center 50%;
}
.menuBtnOne3{
	float:left;
	width:22%;
	margin:0 4% 2% 0;
	height:220px;
}
.menuBtnOne3 a{
	width:94%;
	background-color:rgba(0,0,0,.05);
	padding:10% 3%;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	color:#1e1e1e;
	background:rgba(0,0,0,.05) url('images/top/food.png') no-repeat;
	background-size:140px 155px;
	background-position:center 50%;
	height:150px;
	display:block;
}
.menuBtnOne3 a:hover{
	background:rgba(245,18,18,.9) url('images/top/food-on.png') no-repeat;
	background-size:140px 155px;
	background-position:center 50%;
}
.menuBtnOne4{
	float:right;
	width:22%;
	margin:0 0 2% 0;
	height:220px;
}
.menuBtnOne4 a{
	width:94%;
	background-color:rgba(0,0,0,.05);
	padding:10% 3%;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	color:#1e1e1e;
	background:rgba(0,0,0,.05) url('images/top/setsubi.png') no-repeat;
	background-size:140px 155px;
	background-position:center 50%;
	height:150px;
	display:block;
}
.menuBtnOne4 a:hover{
	background:rgba(245,18,18,.9) url('images/top/setsubi-on.png') no-repeat;
	background-size:140px 155px;
	background-position:center 50%;
}
.stfBosyu{
	clear:both;
	width:600px;
	margin:0 auto 60px auto;
	overflow:hidden;
}
.top-info{
	width:90%;
	padding:0 5% 80px 5%;
	overflow:hidden;
	clear:both;
}
.top-info ul li{
	border-bottom:1px dashed #ccc;
	overflow:hidden;
	clear:both;
	padding:18px 0;
}
.top-info ul li:first-child{
	padding:5px 0 18px 0;
}
.cardBg{
	background:rgba(0,0,0,.05);
	padding:3%;
	width:94%;
	overflow:hidden;
}
.cardTtl{
	background-color:#646464;
	color:#fff;
	text-align:center;
	padding:3px 0;
	font-size:90%;
	font-weight:bold;
	margin-bottom:20px;
}
.ableCard{
	overflow:hidden;
	width:100%;
}
.ableCard ul li{
	background:url('images/common/icon1.png') no-repeat left 8px;
	padding:0 0 15px 20px;
	float:left;
	width:22%;
}
.cardIlla{
	clear:both;
}
.cardIlla p{
	float:left;
	width:48%;
	margin:1% 1% 0 1%;
}
.cardIlla img{
	max-width:100%;
	display:block;
	margin:0 auto;
}
.topAccess{
	clear:both;
	overflow:hidden;
	margin-top:80px;
}
.topL{
	float:left;
	width:400px;
	margin-top:15px;
}
.topR{
	float:right;
	width:654px;
}
.topTel{
	margin-bottom:40px;
}
.topTel a:hover{
	opacity:1!important;
	cursor:default;
}
.topMail a{
	display:block;
	background-color:#f51212;
	padding:10px 0 18px 0;
	width:100%;
	text-align:center;
}
.topMail img{
	width:55%;
	margin:0 auto;
}
.topMail a:hover{
	background-color:#ef5959;
}
.topGm{
	border:1px solid #ccc;
	width:650px;
	height:320px;
}
@media screen and (max-width: 1200px){
.topGm{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	border:1px solid #cccccc;
	width:auto;
}
.topGm iframe,
.topGm object,
.topGm embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
}
@media screen and (min-width: 851px) and (max-width: 1160px){
#main-slide-waku{
	margin:-20px auto 0 auto; 
}
}
@media screen and (min-width: 751px) and (max-width: 1160px){
.slideBg{
	display:none;
}
.top-info{
	width:90%;
}
.top-info ul li{
	padding:2% 0;
}
.topAccess{
	margin:60px auto 20px auto;
}
.topL{
	width:40%;
	margin-top:15px;
}
.topR{
	width:55%;
}
}
@media screen and (max-width: 1120px){
.sp-thumbnails-container{
	display:none;
}
}
@media screen and (max-width: 850px){
#main-slide-waku{
	margin: 0 auto; 
}
}
@media screen and (max-width: 750px){
.slideBg{
	display:none;
}
#main-slide-waku{
	margin:0 auto; 
}
.topMidashi{
	width:100px;
}
.topSubTxt{
	margin-bottom:25px;
}
.menuBtn{
	width:100%;
	overflow:hidden;
	margin-bottom:30px;
}
.menuBtnOne1{
	float:left;
	width:48%;
	margin:0 0 4% 0;
	height:auto;
}
.menuBtnOne1 a{
	background-size:110px 122px;
}
.menuBtnOne1 a:hover{
	background-size:110px 122px;
}
.menuBtnOne2{
	float:right;
	width:48%;
	margin:0 0 4% 0;
	height:auto;
}
.menuBtnOne2 a{
	background-size:110px 122px;
}
.menuBtnOne2 a:hover{
	background-size:110px 122px;
}
.menuBtnOne3{
	float:left;
	width:48%;
	margin:0;
	height:auto;
}
.menuBtnOne3 a{
	background-size:110px 122px;
}
.menuBtnOne3 a:hover{
	background-size:110px 122px;
}
.menuBtnOne4{
	float:right;
	width:48%;
	margin:0;
	height:auto;
}
.menuBtnOne4 a{
	background-size:110px 122px;
}
.menuBtnOne4 a:hover{
	background-size:110px 122px;
}
.stfBosyu{
	width:100%;
	margin:0 auto 35px auto;
}
.stfBosyu img{
	max-width:100%;
	margin:0 auto;
	display:block;
	height:auto;
}
.top-info{
	width:90%;
	padding: 0 5% 30px 5%;
}
.top-info ul li{
	padding:3% 0;
}
.top-info ul li:first-child{
	padding:3% 0;
}
.cardBg{
	padding:5% 3%;
}
.cardTtl{
	margin-bottom:10px;
}
.ableCard ul li{
	background:url('images/common/icon1-sp.png') no-repeat left 7px;
	background-size:10px 10px;
	padding:0 0 5px 17px;
	float:left;
	width:42%;
	font-size:85%;
}
.cardIlla p{
	float:none;
	width:98%;
	margin:1% 1% 0 1%;
}
.topAccess{
	margin-top:50px;
}
.topL{
	float:none;
	width:90%;
	margin:0 auto 50px auto;
}
.topR{
	float:none;
	width:100%;
}
.topTel{
	margin-bottom:15px;
}
.topMail img{
	width:65%;
}
}
.news-date{	
	font-size:85%;
	font-weight:bold;
	width:12%;
	padding:0 2%;
	float:left;
}
.news-ttl{
	width:80%;
	padding:0 2%;
	float:right;
	font-size:105%;
}
@media screen and (max-width: 1140px){
.news-date{	
	display:block;
	font-size:90%;
	width:100%;
	padding:0;
	float:none;
}
.news-ttl{
	display:block;
	font-size:90%;
	width:100%;
	padding:0;
	float:none;
	font-size:105%;
}
}




/******************
トップページコンテンツ(下部)[タブレット]
******************/

/******************
トップページコンテンツ(下部)[スマートフォン]
******************/

@media screen and (max-width: 768px) {

#mainLowerBox{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	margin-top:0;
}

#mainLowerLeft{
	width:100%;
	float:none;
}

.infotitle{
	width:94%;
}

#mainLowerRight{
	width:100%;
	float:none;
	margin-top:40px;
}

.topSupportBox a{
	padding-top:2%;
	padding-bottom:4%;
	line-height:1.8em;
}

span .topSupportTitle{
	font-size:160%;
}

span .topSupportTxt{
	font-size:120%;
}
}