html,body {
 width: 100%;
 height: 100%;
 margin: 0;
 padding: 0;

}
body{
	background:#000;
}
#wrapper {
		width: 100%;
		height:100%;
}	

/* header
------------------------------------------*/
header {
	position:fixed;
	width: 100%;
	height: 100%;
	/*background:#fff url(../images/backimg.jpg) center center no-repeat;*/
	background-size:cover;
	background-attachment:fixed;         
	filter: blur(0px);
	z-index:-1;
}

#header {
		width: 1150px;
		height:500px;
		margin:0 auto;
		
		z-index:10;
}	
#head_title{
	
	
	margin-top:50px;
	
}
#head_title_sp{
	display:none;
	color:#fff;
	font-size:20px;
	text-align:center;
	line-height:60px;
	margin-top:100px;
		letter-spacing:0.1em;

		font-family: 'Ubuntu', sans-serif;

}
.rowen{
	height:25px;
	margin-bottom:50px;
}
.row{
	opacity: 0; 
	  text-shadow: 0px 3px 0px rgba(0,0,0,0.7);
}
.row p{
	font-family: 'Ubuntu', sans-serif;
}
.row:nth-child(1) {
  -webkit-animation: fadein 1s ease 1s 1 forwards;
  animation: fadein 1s ease 1s 1 forwards;
}
.row:nth-child(2) {
  -webkit-animation: fadein 1s ease 1s 1 forwards;
  animation: fadein 1s ease 1s 1 forwards;
}
.row:nth-child(3) {
  -webkit-animation: fadein 1s ease 2.5s 1 forwards;
  animation: fadein 1s ease 2.5s 1 forwards;
}
.row:nth-child(4) {
  -webkit-animation: fadein 1s ease 2.5s 1 forwards;
  animation: fadein 1s ease 2.5s 1 forwards;
}
.row:nth-child(5) {
  -webkit-animation: fadein 1s ease 4s 1 forwards;
  animation: fadein 1s ease 4s 1 forwards;
}
.row:nth-child(6) {
  -webkit-animation: fadein 1s ease 4s 1 forwards;
  animation: fadein 1s ease 4s 1 forwards;
}

@-moz-keyframes fadein {
	0% {opacity: 0} 
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
	0% {opacity: 0} 
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
	0% {opacity: 0} 
  100% {
    opacity: 1;
  }
}
#head_logo{
	text-align: left;
	width: 1150px;
	margin: 0 auto;
}

@media screen and (max-width: 1150px) {
	#header {
		width: 940px;
	}
	#head_logo{
		width: 940px;
	}
	#head_title{
	font-size:20px;
}

}
@media screen and (max-width: 975px) {
	#header {
		width: 620px;
	}
	#head_logo{
		width: 620px;
	}
		#head_title{
	font-size:18px;
}

}
@media screen and (max-width: 655px) {
	#header {
		width: 100%;
	}
	#head_logo{
		width: 300px;
	}
	#head_logo img{
		margin:0 50px;
	}
			#head_title{
	display:none;
}
			#head_title_sp{
	display: block;
    /* margin-top: 0px; */
    width: 300px;
    margin: 0 auto;
    padding-top: 30px;
	
}
}
/* main
------------------------------------------*/
	#main {
		width: 100%;
		max-width:1150px;
		
		margin:0 auto;
	
		box-sizing:border-box;
		z-index:10;
		position:relative;
}	
@media screen and (max-width: 1150px) {
	#main {width: 960px;}
}
@media screen and (max-width: 975px) {
	#main {width: 640px;}
}
@media screen and (max-width: 655px) {
		#main {width: 320px;}
	}
	
/* info
------------------------------------------*/
	#info{
		width:100%;
		top:0px;
		overflow: hidden;
				
	}
.title{
	    width: 160px;
    height: 160px;
    box-sizing: border-box;
    border: 3px solid #fff;
    font-size: 20px;
    float: left;
    color: #fff;
    text-align: left;
    position: absolute;
    margin-right: 50px;
    top: 0px;
	
}
.title h2{ 
	
	
	margin:0px 10px;
	height:77px;
	box-sizing:border-box;
	padding-top:10px;
}

.img_frame{
	float: left;
    margin-left: 210px;
}

.img300{
	float:left;
	overflow: hidden;
	position:relative;
	height:300px;
	width:300px;
	margin-right:20px;
	margin-bottom:20px;
	display:inline;
	
}
.img150{
	float:left;
	overflow: hidden;
	position:relative;
	height:150px;
	width:300px;
	margin-right:20px;
	margin-bottom:20px;
	display:inline;
	
}
.img150 .img_hover img,
.img300 .img_hover img
{
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
		object-fit:contain;
				
}
.img150:hover .img_hover img,
.img300:hover .img_hover img
{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);

}
.img150:hover .span2,
.img300:hover .span2
{
	display:block;
}
.img150:hover .span1,
.img300:hover .span1
{
	display:none;
}
.img_hover2 img {
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
		object-fit:contain;
				
}
.img_hover2:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);

}


#lodging_over{
		width:300px;
	height:255px;
	background: url(../images/icon_lodging.png) center center no-repeat;
	background-size:120px 120px;
	position:absolute;
	top:0px;
	right:0px;
}
#hot_spring_over{
		width:300px;
	height:255px;
	background: url(../images/icon_onsen.png) center center no-repeat;
	background-size:120px 120px;
	position:absolute;
	top:0px;
	right:0px;
}
#food_over{
		width:300px;
	height:255px;
	background: url(../images/icon_food.png) center center no-repeat;
	background-size:120px 120px;
	position:absolute;
	top:0px;
	right:0px;
}
#experiences_over{
		width:300px;
	height:255px;
	background: url(../images/icon_nature.png) center center no-repeat;
	background-size:120px 120px;
	position:absolute;
	top:0px;
	right:0px;
}
#access_over{
		width:300px;
	height:255px;
	background: url(../images/icon_room.png) center center no-repeat;
	background-size:120px 120px;
	position:absolute;
	top:0px;
	right:0px;
}

.text_wrap{
	position:absolute;
	bottom:0px;
	width:300px;
	background:#fff;
	color:#fff;
	height:40px;
	
	
}

.text_wrap h2{
	text-align:left;
	font-size:16px;
	height:40px;
	padding:0px 10px;
	box-sizing:border-box;
	font-weight:normal;
	line-height:40px;
}
.text_wrap .span2{
	display:none;
}

.color1{
	background:#575d19;
	color:#ffffff;
}
.color2{
	background:#145074;
	color:#ffffff;
}
.color3{
	background:#a03124;
	color:#ffffff;
}
.color4{
	background:#833f7e;
	color:#ffffff;
}
.color5{
	background:#57a092;
	color:#ffffff;
}
.color6{
	background:#333236;
	color:#ffffff;
}
.color7{
	background:#563f14;
	color:#ffffff;
}
.color8{
	background:#ffffff;
	color:#000000;
}

#qa_img{
	width:140px;
	height:140px;
	background:url(../images/icon_qa.jpg) center center no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
	
}
#qa_img p{
	width:140px;
	height:140px;
	
	
	color:#000;
	font-size:20px;
	text-align:left;
	padding-left:10px;
	padding-top:10px;
	box-sizing:border-box;
	font-weight:bold;
	
}
#qa_img:hover .border1{
	bottom:0px;
	
}
.border1{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 50px 50px;
	border-color: transparent transparent #ffff80 transparent;
	position:absolute;
	bottom:-50px;
	right:0px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.border2{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 50px 50px;
	border-color: transparent transparent #2615c8 transparent;
	position:absolute;
	bottom:-50px;
	right:0px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#plan_fammly_img{
	width:300px;
	height:140px;
	/*background: url(../images/top_04_1.jpg) center center no-repeat;*/
	position:relative;
	overflow:hidden;
}

#plan_sizen_img{
	width:300px;
	height:140px;
	margin-top:20px;
	/*background: url(../images/top_04_2.jpg) center center no-repeat;*/
	position:relative;
	overflow:hidden;
}

#gallery_img{
	width:300px;
	height:140px;
	/*background: url(../images/gallery.jpg) center center no-repeat;*/
	position:relative;
	overflow:hidden;
	
}

#en_img{
	width:300px;
	height:140px;
	margin-top:20px;
	/*background: url(../images/english.jpg) center center no-repeat;*/
	position:relative;
	overflow:hidden;
	
}
#gallery_img:hover{
	
}
#en_img:hover{
	
}

#fb_img{
		width:140px;
	height:140px;
	background: url(../images/icon_fb.jpg) center center no-repeat;
position:absolute;
	top:0px;
	right:0px;
	overflow:hidden;

}
#fb_img p{
	width:140px;
	height:140px;
	
	color:#fff;
	font-size:20px;
	text-align:left;
	padding-left:10px;
	padding-top:10px;
	box-sizing:border-box;
	font-weight:bold;
	
}
#fb_img:hover .border2{
	bottom:0px;
	
}
#contact_img{
		width:140px;
	height:140px;
	background: url(../images/icon_contact.jpg) center center no-repeat;
position:absolute;
	bottom:0px;
	left:0px;
	overflow:hidden;

}
#contact_img p{
	width:140px;
	height:140px;
	
	
	font-size:20px;
	text-align:left;
	padding-left:10px;
	padding-top:10px;
	box-sizing:border-box;
	font-weight:bold;
	
}
#contact_img:hover .border2{
	bottom:0px;
	
}
#eng_img{
		width:140px;
	height:140px;
	background: url(../images/icon_eng.jpg) center center no-repeat;
position:absolute;
	bottom:0px;
	right:0px;
	overflow:hidden;

}     	
#eng_img p{
	width:140px;
	height:140px;
	
	
	font-size:20px;
	text-align:left;
	padding-left:10px;
	padding-top:10px;
	box-sizing:border-box;
	font-weight:bold;
	
}
#eng_img:hover .border1{
	bottom:0px;
	
}
@media screen and (max-width: 1150px) {
	.title{
	  width: 940px;
    position: relative;
    margin: 0px 10px;
    box-sizing: border-box;
		height:90px;
		text-align:center;
}
.img_frame{
	float: left;
  margin: 10px;
}

}
@media screen and (max-width: 975px) {
	.title{
	  width: 620px;
    
}


}
@media screen and (max-width: 655px) {
	.title{
	  width: 300px;
    
}
}
/* topic
------------------------------------------*/


/* title_pad
------------------------------------------*/
.title_pad{
		    width: 160px;
    height: 160px;
    box-sizing: border-box;
    border: 3px solid #fff;
    font-size: 20px;
    float: left;
    color: #fff;
    text-align: left;
    position: absolute;
    margin-right: 50px;
    top: 200px;
			-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.title_pad h2{ 
	
	
	margin:0px 10px;
	height:77px;
	box-sizing:border-box;
	padding-top:10px;
}


.attention {
    width: 960px;
    color: #fff;
    text-align: left;
    background: rgba(0,0,0,0.4);
    padding: 20px;
    box-sizing: border-box;
        margin: 0 auto 50px;
}
.attention-header {
    font-size: 20px;
    font-weight: 700;
}
.attention-body {
    padding: 30px 0 0;
}
.attention-body strong {
    font-size: 16px;
}
.attention-body p {
    margin-bottom: 1.5em;
}
.attention-body p:last-of-type {
    margin-bottom: 0;
}
.attention-footer {
    text-align: right;
}
.attention a {
    text-decoration: underline;
}

@media screen and (max-width: 975px) {
    .attention {
        width: calc(100% - 30px);
        margin: 0 15px 50px;
    }
}

@media screen and (max-width: 1150px) {
	.title_pad{
	  width: 940px;
    position: relative;
    margin: 0px 10px;
    box-sizing: border-box;
		height:90px;
		text-align:center;
    top: 0px;
}
}
@media screen and (max-width: 975px) {
	.title_pad{
	  width: 620px;
	}
}
@media screen and (max-width: 655px) {
	.title_pad{
	  width: 300px;
	}
}
/* lodging
------------------------------------------*/
#lodging{
		width:100%;
		top:0px;
		overflow:hidden;
		position: relative;
		padding-top:200px;
	}


.text_wp1{
	position:absolute;
	bottom:0px;
	width:300px;
	background:#beedff;
	color:#000;
	height:100px;
	
	
}
.text_wp1 h2{
	text-align:left;
	font-size:16px;
	height:70px;
	padding:5px 10px;
	box-sizing:border-box;
	font-weight:normal;
	
	
}
.text_wp1 .text_det{
	text-align:left;
	font-size:10px;
	background:#00b3e3;
	height:30px;
	font-weight:bold;
	line-height:30px;
}

.text_wp2{
	position:absolute;
	bottom:0px;
	width:300px;
	background:#fff2d6;
	color:#000;
	height:100px;
	
	
}
.text_wp2 h2{
	text-align:left;
	font-size:16px;
	height:70px;
	padding:5px 10px;
	box-sizing:border-box;
	font-weight:normal;
	
	
}
.text_wp2 .text_det{
	text-align:left;
	font-size:10px;
	background:#ff9a21;
	height:30px;
	font-weight:bold;
	line-height:30px;
}

.text_wp3{
	position:absolute;
	bottom:0px;
	width:300px;
	background:#d6ffda;
	color:#000;
	height:100px;
	
	
}
.text_wp3 h2{
	text-align:left;
	font-size:16px;
	height:70px;
	padding:5px 10px;
	box-sizing:border-box;
	font-weight:normal;
	
	
}
.text_wp3 .text_det{
	text-align:left;
	font-size:10px;
	background:#1e8e00;
	height:30px;
	font-weight:bold;
	line-height:30px;
}

.text_wp4{
	position:absolute;
	bottom:0px;
	width:300px;
	background:#ffe5eb;
	color:#000;
	height:100px;
	
	
}
.text_wp4 h2{
	text-align:left;
	font-size:16px;
	height:70px;
	padding:5px 10px;
	box-sizing:border-box;
	font-weight:normal;
	
	
}
.text_wp4 .text_det{
	text-align:left;
	font-size:10px;
	background:#ff9d91;
	height:30px;
	font-weight:bold;
	line-height:30px;
}

.text_wp5{
	position:absolute;
	bottom:0px;
	width:300px;
	background:#dcd7e9;
	color:#000;
	height:100px;
	
	
}
.text_wp5 h2{
	text-align:left;
	font-size:16px;
	height:70px;
	padding:5px 10px;
	box-sizing:border-box;
	font-weight:normal;
	
	
}
.text_wp5 .text_det{
	text-align:left;
	font-size:10px;
	background:#a32aff;
	height:30px;
	font-weight:bold;
	line-height:30px;
}

.text_wp6{
	position:absolute;
	bottom:0px;
	width:300px;
	background:#eeeeee;
	color:#000;
	height:100px;
	
	
}
.text_wp6 h2{
	text-align:left;
	font-size:16px;
	height:70px;
	padding:5px 10px;
	box-sizing:border-box;
	font-weight:normal;
	
	
}
.text_wp6 .text_det{
	text-align:left;
	font-size:10px;
	background:#777777;
	height:30px;
	font-weight:bold;
	line-height:30px;
}

.text_date{
	float:left;
	padding:0px 10px;
	box-sizing:border-box;
}
.text_cotegory{
	float:left;
	padding:0px 10px;
	box-sizing:border-box;
}
#instafeed img{
	height:300px;
	width:300px;
	
}
.jp_siretoko_pdf{
	/*
	border:1px solid #fff;*/
	height:140px;
	box-sizing:border-box;
	color:#fff;
	font-size: 26px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
		line-height:140px;
			overflow:hidden;

}
.jp_siretoko_pdf img{
	-webkit-transition: all .3s;
	transition: all .3s;
}
.jp_siretoko_pdf:hover img{
	    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);

}
.jp_siretoko_pdf_over{
	background: url(../images/kihu_banner01-1.webp) center center no-repeat;
		height:140px;
  width:300px;
	position:absolute;
	top:0px;
	left:0px;

}
.en_siretoko_pdf{
	margin-top:20px;
	/*
	border:1px solid #fff;*/
	height:140px;
	box-sizing:border-box;
	color:#fff;
	font-size: 26px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	line-height:140px;
			overflow:hidden;
}
.en_siretoko_pdf img{
	-webkit-transition: all .3s;
	transition: all .3s;
}
.en_siretoko_pdf:hover img{
	    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);

}
.en_siretoko_pdf_over{
		background: url(../images/kihu_banner02-1.webp) center center no-repeat;
		height:140px;
  width:300px;
	position:absolute;
	bottom:0px;
	left:0px;

}



.jp_siretoko_link{
	/*
	border:1px solid #fff;*/
	height:140px;
	box-sizing:border-box;
	color:#fff;
	font-size: 26px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
		line-height:140px;
			background: url(../images/kihu_banner03-1.png) center center no-repeat;
			overflow:hidden;
}
.jp_siretoko_link img{
	-webkit-transition: all .3s;
	transition: all .3s;
}
.jp_siretoko_link:hover img{
	    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);

}
.jp_siretoko_link_over{
		background: url(../images/kihu_banner03-1.png) center center no-repeat;
		height:140px;
  width:300px;
	position:absolute;
	top:0px;
	left:0px;

}


.en_siretoko_link{
	margin-top:20px;
	/*
	border:1px solid #fff;*/
	height:140px;
	box-sizing:border-box;
	color:#fff;
	font-size: 26px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	line-height:140px;
		background: url(../images/kihu_banner04-1.png) center center no-repeat;
			overflow:hidden;
}
.en_siretoko_link img{
	-webkit-transition: all .3s;
	transition: all .3s;
}
.en_siretoko_link:hover img{
	    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);

}
.en_siretoko_link_over{
		background: url(../images/kihu_banner04-1.png) center center no-repeat;
		height:140px;
  width:300px;
	position:absolute;
	bottom:0px;
	left:0px;

}


#insta_over{
		width:300px;
	height:300px;
	background: url(../images/footer_insta.png) center center no-repeat;
	background-size:80px 80px;
	position:absolute;
	top:0px;
	right:0px;
opacity:0.55;
}
#fb_over{
		width:300px;
	height:300px;
	background: url(../images/footer_fb.png) center center no-repeat;
	background-size:80px 80px;
	position:absolute;
	top:0px;
	right:0px;
	opacity:0.55;
}
#wechat_over{
		width:300px;
	height:300px;
	background: url(../images/wechat.png) center center no-repeat;
	background-size:80px 80px;
	position:absolute;
	top:0px;
	right:0px;
	opacity:0.55;
	
}
#lake5_over{
	width:300px;
	height:300px;
	position:absolute;
	top:0px;
	right:0px;
	color:#fff;
	font-size:26px;
	line-height:300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	
}
#lake5_over:hover{
	letter-spacing: 5px;
}
#bas_over{
		width:300px;
	height:300px;
	background: url(../images/bas.png) center center no-repeat;
	background-size:120px 120px;
	position:absolute;
	top:0px;
	right:0px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#bas_over:hover{
	letter-spacing: 5px;
}
#bas_over p{
	color:#fff;
	font-size:22px;
	line-height: 390px;
}

.bus_wrap{
	width:300px;
	height:300px;
	position:absolute;
	top:0px;
	left:0px;
	background: #feda00;
}
.bus_title{
	color:#000;
	width:300px;
	height:60px;
	position:absolute;
	top:0px;
	left:0px;
	font-size:32px;
	line-height:60px;
	font-weight:bold;
}
.jr_siretoko{
	width:260px;
	height:60px;
	box-sizing:border-box;
	
	position:absolute;
	top:60px;
	left:0px;
	
	background:#fff;
	margin:0 20px;
}
.jr_siretoko:hover{
	
	background:#555;
}
.jr_siretoko:hover p{
	color:#fff;
	
}

.jr_siretoko:hover div{
	color:#fff;
	
}
.air_siretoko{
	width:260px;
	height:60px;
	box-sizing:border-box;
	
	
		position:absolute;
	top:140px;
	left:0px;
	background:#fff;
	margin:0 20px;

}
.air_siretoko:hover{
	
	background:#555;
}
.air_siretoko:hover p{
	color:#fff;
	
}



.bus_siretoko{
	width:260px;
	height:60px;
	box-sizing:border-box;
	
	
	position:absolute;
	top:220px;
	left:0px;
	background:#fff;
	margin:0 20px;
}

.bus_siretoko:hover{
	
	background:#555;
}
.bus_siretoko:hover p{
	color:#fff;
	
}

.bus_det_title{
	position:absolute;
	top:0px;
	left:0px;
	height:30px;
	width:260px;
	font-size:18px;
	color:#555;
	line-height:30px;
	margin-top:5px;
}
.bus_det_title p{
	line-height:30px;
		height:30px;
	width:72px;
	float:left;
	text-align:right;
}
.bus_det_title_sub{
	font-size:12px;
	line-height:30px;
		height:30px;
	width:180px;
	text-align:left;
	float:left;

}
.bus_det{
	position:absolute;
	bottom:0px;
	left:0px;
	height:30px;
	width:260px;
	font-size:12px;
	color:#555;
	line-height:30px;
}



/* map
------------------------------------------*/
#map{
		width:100%;
		top:0px;
		overflow:hidden;
		position: relative;
		padding-top:200px;
	
	}
	
	#map p{
		text-align:left;
		color:#fff;
		
		
	}
	#access_wrap{
		float:left;
		margin-left:210px;
		font-size:14px;
		background:rgba(0,0,0,0.3);
		margin-top:20px;
		padding:20px;
		line-height:1.8;
		box-sizing:border-box;
		width: 100%;
	}
#map .title_pad{
	position:relative;
	top:0px;
}

	.ggmap {
    float: left;
    
		width:928px;
		height:400px;
		position: relative;
		overflow:hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {


width: 100%;

}

@media screen and (max-width: 1150px) {
	.ggmap {
		margin:10px;
		width:940px;
	}
	#map p{
		padding:10px;
	  font-size: 12px;
	}
		#access_wrap{
		margin-left:0px;
	
	}
}

@media screen and (max-width: 975px) {
	.ggmap {
		width:620px;
	}
		#access_wrap{
		margin-left:0px;
	
	}
	#access_wrap p{
		font-size: 14px;
	}
}
@media screen and (max-width: 655px) {
	.ggmap {
		width:300px;
	}
	#map p{
	  font-size: 12px;
	}
	#access_wrap p{
		font-size:14px;
}
}

/* freewifi
------------------------------------------*/
#freewifi{
		width:100%;
		top:0px;
		overflow:hidden;
		position: relative;
		padding-top:200px;
		margin-bottom: 250px;
}

#freewifi p{
	width:940px;
	color:#fff;
	text-align:left;
	float:left;
	margin-left:210px;
	font-size:14px;
	background:rgba(0,0,0,0.3);
	
	padding:20px;
	line-height:1.8;
	box-sizing:border-box;
}
@media screen and (max-width: 1150px) {
	#freewifi{
		margin-bottom: 200px;
}

	#freewifi p{
		margin-top:20px;
		margin-left:10px;
	}
}

@media screen and (max-width: 975px) {
	#freewifi{
		margin-bottom: 150px;
}

	#freewifi p{
		width:620px;
		font-size:14px;
	}
}
@media screen and (max-width: 655px) {
	#freewifi{
		margin-bottom: 100px;
    }

	#freewifi p{
		width:300px;
		font-size:14px;
	}
}




#contact {
    width: 100%;
    top: 0px;
    overflow: hidden;
    position: relative;
	margin-bottom: 250px;
}
#contact .title_pad
{
    top: 0px;
}
/*
#contact p{
	width:940px;
	color:#fff;
	text-align:left;
	float:left;
	margin-left:210px;
	font-size:14px;
	background:rgba(0,0,0,0.2);
	
	padding:20px;
	line-height:1.8;
	box-sizing:border-box;
}
*/

.home-content-bg
{
	width:940px;
	color:#fff;
	text-align:left;
	float:left;
	margin-left:210px;
	font-size:14px;
	background:rgba(0,0,0,0.3);
	
	padding:20px;
	line-height:1.8;
	box-sizing:border-box;
}
@media screen and (max-width: 1150px) {
	#contact
    {
		margin-bottom: 200px;
    }
/*
	#contact p{
		margin-top:20px;
		margin-left:10px;
	}
*/
    .home-content-bg
    {
		margin-top:20px;
		margin-left:10px;
	}
}

@media screen and (max-width: 975px) {
	#contact
    {
		margin-bottom: 150px;
    }

/*
	#contact p{
		width:620px;
		font-size:14px;
	}
*/
    .home-content-bg
    {
		width:620px;
		font-size:14px;	}
}
@media screen and (max-width: 655px) {
	#contact
    {
		margin-bottom: 100px;
    }
/*
	#contact p{
		width:300px;
		font-size:10px;
	}
*/
    .home-content-bg
    {
		width:300px;
		font-size:14px;
	}
}


/* footer
------------------------------------------*/
#footer{
		width:100%;
		top:0px;
		overflow:hidden;
		position: relative;
		margin-top:200px;
		height: 450px;
		/*background:#000;*/
		background:#3f2a00;
		
		
	}
	#footer_bk_img{
		width:100%;
		height: 450px;
		position:absolute;
		top:0px;
		left:0px;
		background: #3f2a00 url(../images/footer_bk.png) center center no-repeat;
	}
#footer_frame{
	width:1150px;
	margin:0 auto;
	height:100%;
	color:#fff;
	overflow: hidden;
}

#accsess_wrap{
	width:300px;
	height:300px;
	float:left;
  position: relative;
	z-index:10;
}

#footer_logo{
	background: url(../images/top_logo.png) left center no-repeat;
	background-size:contain;
	height:80px;
	margin-top:30px;
}

#accsess_det{
	font-size:12px;
	text-align:left;
	position:absolute;
	bottom:30px;
	line-height:25px;
}

#menu_wrap{
	width:300px;
	height:300px;
	float:left;
	margin-left:30px;
  position: relative;
	z-index:10;
}

.footer_title{
	margin-top:30px;
	font-size:20px;
	font-weight:bold;
	color:#ffda00;
	text-align:left;
}

#site_menu_det{
	margin-top:30px;
	font-size:12px;
	text-align:left;
	position:absolute;
	/*bottom:0px;*/
	line-height:25px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;

}

#follow_us_wrap{
	width:300px;
	height:300px;
	float:left;
	margin-left:0px;
	z-index:10;
position: relative;
}

#follow_us_det{
	margin-top:30px;
		z-index:10;

}

#footer_fb{
	width:90px;
	height:90px;
	float:left;
	overflow:hidden;
	background: url(../images/footer_fb.png) center center no-repeat;
	box-sizing:border-box;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin:5px;
		z-index:10;

}
#footer_fb:hover{
	box-shadow: 0 0 0 4px rgba(255,255,255,1);
	border-radius:50%;
}

#footer_freewifi{
	width:90px;
	height:90px;
	float:left;
	overflow:hidden;
	background: url(../images/freewifi.png) center center no-repeat;
	background-size:contain;
	margin:5px;
}

#footer_insta{
	width:90px;
	height:90px;
	float:left;
	overflow:hidden;
	background: url(../images/footer_insta.png) center center no-repeat;
-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin:5px;
}
#footer_insta:hover{
	box-shadow: 0 0 0 4px rgba(255,255,255,1);
	border-radius:50%;
}


@media screen and (max-width: 1150px) {
	
	#footer_frame{
		width:960px;
		
	}
	
	#menu_wrap{
		
		margin-left:30px;
	  margin-bottom:30px;
	}
	#follow_us_wrap{
		margin-left:30px;
		margin-bottom:30px;
	}
}

@media screen and (max-width: 975px) {
	#footer{
		height:800px;
		
	}
		#footer_bk_img{
		width:100%;
		height:250px;
			background-size:640px 250px;
		bottom:0px;
		top:inherit;
		left:0px;
		
	}
.footer_title{
	margin-top:0px;
	
}

	#footer_frame{
		width:640px;
			}
	#accsess_wrap{
		width:555px;
		
	}
	#menu_wrap{
		
		margin-left:0px;
	
	}
	#follow_us_wrap{
		margin-left:0px;
		
	}
}
@media screen and (max-width: 655px) {
	#footer{
		height:800px;
		
	}
	#footer_bk_img{
		width:100%;
		height:125px;
		background-size:100% auto;
		bottom:0px;
		top:inherit;
		left:0px;
		
	}
	#footer_frame{
		    width: 320px;
    margin: 0 auto;
			}
	#accsess_wrap{
		width:300px;
	
	}
		#menu_wrap{
		
		height:230px;
	}

	#follow_us_wrap{
		width:300px;
		height:200px;
	}
	#menu_wrap{
		width:300px;
		
		
	}
	#footer_insta{
	width:60px;
	height:60px;
	}
#footer_freewifi{
	width:60px;
	height:60px;

}
#footer_fb{
	width:60px;
	height:60px;

}

}
/* copy_right
------------------------------------------*/
#copy_right{
		width:100%;
		position: relative;
	
		height: 60px;
		background:#222;
		color:#fff;
		line-height:60px;
		font-size:16px;
	}
	@media screen and (max-width: 655px) {
#copy_right{
		font-size:10px;
	}

	}
	
	
	#gmap_link{
		
		border:2px solid #fff;
		padding:20px;
	}

.plan_banner{
		overflow: hidden;
	position:relative;
	margin-left: 210px;
}

.plan_banner img {
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
		object-fit:contain;
				
}
.plan_banner:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);

}

.pc_view{
	display: inline;
}

.sp_view{
	display: none;
}

@media screen and (max-width: 655px) {
    .pc_view{
        display: none;
    }

    .sp_view{
        display: inline;
    }

}


.underline-blue
{
    background: linear-gradient(transparent 70%, cornflowerblue 70%);
}
.fs-18
{
    font-size: 18px;
}