@charset "utf-8";
/* CSS Document */
#swiffycontainer{
	width:520px;
	height:240px;
	float:left;
}

#page_title{
	margin: 30px 0 0 0;
	color: #444;
}

	#swf {
		width: 520px;
		height: 240px;
		float: left;
	}
	
	
	
	#page_title > .cap {
		width: 360px;
		height: auto;
		overflow: hidden;
		float: right;
		text-align: left;

	}
	
		#page_title > .cap > p {

			margin: 10px 0 0 0;
			font-size: 12px;
			line-height: 1.5;
		}
		
		#page_title > .cap > p.note {
			font-size:11px;
			line-height:1.2;
		}
		
		
		#tbl1,
		#tbl2 {
			width: 100%;
			margin: 5px 0 0 0;
			border: solid 1px #FFF;
			border-collapse: collapse;
			background: #FFC;
			text-align: center;
		}
		
			#tbl1 th,
			#tbl2 th{
				border: solid 1px #FFF;
				padding: 6px;
				font-size: 10px;
				font-weight: bold;
			}
			#tbl1 td,
			#tbl2 td {
				border: solid 1px #FFF;
				padding: 6px;
			}
			
#service {
	width: 100%;
	margin: 30px 0 0 0;	
	
}

	#service > .box {
		width: 440px;
		float: left;
		margin: 0 10px 20px 0;
	}
	
		#service > .box > .left {
			float: left;
		}
		
		#service > .box > .right {
			width: 250px;
			float: right;
		}
		
			#service > .box > .right > h4 {
				margin: 5px 0;
				padding: 0;
			}
			
			#service > .box > .right > p {
				margin: 0;
				padding: 0;
			}

.slide_box{
	position:relative;
}

.slide_box h2{
	position:absolute;
	top:5%;
	left:2%;
}

.bxslider{
	height:240px;
	overflow:hidden;
	position: relative;
}


.bxslider li{
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bx-wrapper .bx-viewport{
	height:auto !important;
}

.bnr_box{
	display:flex;
	justify-content:space-between;
	margin-top:30px;
}

.bnr_box .bnr{
	width:49%;
}

.bnr_box .bnr img{
	width:100%;
	max-width:100%;
}

.text_box4 {
	width:100%;
	margin-bottom:10px;
	padding-left:1em;
	box-sizing:border-box;
}

.text_box4:last-child{
	border-top:1px solid #393737;
	padding-top:10px;
}

.text_box4 strong{
	margin-bottom:5px;
	display:block;
	text-indent:-1em;
}

.flex{
	display:flex;
	justify-content:space-between;
}

.flex .right_box {
	width:45%;
	margin-right:30px;
}

.flex .right_box table{
	border:1px solid #393737;
	border-collapse:collapse;
	margin-top:10px;
}

.flex .right_box table caption{
	font-weight:bold;
}

.flex .right_box table th, .flex .right_box table td{
	border:1px solid #393737;
}

.flex .right_box table th{
	width:15%;
}

.flex .right_box table td{
	width:10%;
	text-align:center;
}

.flex .right_box table tr:first-child td{
	font-weight:bold;
}

@media (max-width: 930px) {
	#swf{
		width: 58%;
		overflow: hidden;
	}
	#page_title > .cap{
		width: 39%;
	}
	#service > .box{
		width: 49%;
		margin: 0 0 20px 0;
	}
	#service > .box > .left{
		width: 41%;
	}
	#service > .box > .right{
		width: 57%;
	}
	#service > .box:nth-child(odd){
		float: left;
	}
	#service > .box:nth-child(even){
		float: right;
	}
	#service img{
		max-width: 100%;
		height: 100%;
	}
	
	.slide_box {
    width: 58% !important;
	}
	
}

@media (max-width: 480px) {
	#accommodations{
		padding:0 2%;
		box-sizing:border-box;

	}
	
	#page_title{
		margin-top: 0;
	}
	#swf,
	#page_title > .cap,
	#service > .box,
	#page_title > .cap > img{
		width: 100%;
	}
	#page_title > .cap{
		margin-top:15px;
		height: auto;
	}
	li {
		float: none;
		text-align: center;
		margin-right: 0;
	}
	
	#swiffycontainer{
	max-width:100%;
	float:left;
}

	.slide_box {
    width: 100% !important;
	}

	.bnr_box{
		flex-wrap:wrap;
	}
	
	.bnr_box .bnr{
		width:100%;
	}
	
#tbl1 th, #tbl2 th{
	font-size:0.9rem;
}
	
#tbl1, #tbl2 {
    width: 100% !important;
}
	
	.text_box4 {
	width:100%;
	margin-bottom:10px;
	padding-left:0;
	box-sizing:border-box;
}

#accommodations .annai ul li{
	float:none;
	margin-right:0;
}

#accommodations .annai ul li img{
	width:80%;
	height:auto;
}

#text_box3{
	padding:5%;
	box-sizing:border-box;
}

.text_box4:last-child{
	border-top:1px solid #393737;
	padding-top:10px;
}

.text_box4 strong{
	margin-bottom:5px;
	display:block;
	text-indent:0;
}

.flex{
	display:block;
}

.flex .right_box {
	width:100%;
	margin-right:0;
}

.flex .right_box table{
	border:1px solid #393737;
	border-collapse:collapse;
	margin-top:10px;
}

.flex .right_box table caption{
	font-weight:bold;
}

.flex .right_box table th, .flex .right_box table td{
	border:1px solid #393737;
}

.flex .right_box table th{
	width:15%;
}

.flex .right_box table td{
	width:10%;
	text-align:center;
}


}
	
	