@charset "utf-8";

/*********************************************************************************************************************
/* PC用 min-width:1200px  
*********************************************************************************************************************/
@media only screen and (max-width:1200px){



/*****************************************************************
header
*****************************************************************/
#header{
	width:1200px;/*94%*/
	margin:0 auto;
	padding:0;
	background:#FFF;
	text-align:center;
    position: relative; 
}
#header .inner {
	width:100%;/*94%*/
	margin:0 auto;
	padding:0;
}

#header h1{
	margin:0 auto;
	padding:0;
	font-weight:normal;
	text-align:center;
}

#header a{
	color:#333;
}



/*.logo */
#header .logo{
	margin:0;
	padding:0 auto ;
	text-align:center;
	border:0;
}

#header .logo img{
    max-width:100%;
	height:auto;
}







/*****************************************************************
#header #subNav
*****************************************************************/
#header #subNav{
	width:25%;
	position: absolute;  top: 0px;  right:0px; 
	}
#header #subNav ul{
    margin:1% 0 0 0;
	padding:0;
	}

#header #subNav ul li{
	width:44%;/*追加 */
	height:auto;
	margin: 4% 2% 0 0;
	padding: 2%;
	font-size:100%;
	float:left;
	color:#fff;
	text-align:center;
    font-weight:bold;
	background-color:#1F9DF2;
    border-radius: 3px;		
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
	}

#header #subNav ul li:last-child{
	margin: 3% 1 0% 0;
	}
	
#header #subNav .lang{
	float:left;
	margin:6% 5% 0 0;
	padding:0 0 0 4%;
	background:url(../images/common/arrow.png) no-repeat;
	}
#header #subNav .icon{
	float:left;
	height:20px;
	margin:5% 2% 0 0;
	padding:0 ;
	}
#header #subNav .icon img{
width:100%;
height:auto;
	}
	

/*****************************************************************
#sub ul
*****************************************************************/
#sub ul{
	padding:10px;
	}

#sub li{
margin-bottom:10px;
padding-bottom:10px;
border-bottom:1px dashed #ebebeb;
}

#sub li:last-child{
border:0;
margin-bottom:0;
}

#sub li a{display:block;}

#sub ul.list{padding-bottom:7px;}

#sub ul.list li{
clear:both;
margin-bottom:6px;
padding:5px 0;
overflow:hidden;
}

* html #sub ul.list li{height:1%;}

#sub ul.list li img{
float:left;
margin:0 10px 0 0;
}

#sub ul.list li{
font-size:12px;
line-height:1.35;
}




/*****************************************************************
mainBanner
*****************************************************************/
#mainBanner{	
	margin:0 auto 20px;
	padding:0;
	width:1200px;/*100%*/
	line-height:0;
	background:#fff;
	text-align:center;

}

#mainBanner .inner{
	/*position:relative;*/
	width:100%;
	margin:0 auto;
	text-align:center;
	}

#mainBanner img{
	margin:0 auto;
	text-align:center;
	max-width:100%;
	height:auto;
}


/*****************************************************************
wrapper
*****************************************************************/
#wrapper{
　　margin:0 auto;
　　padding:0;/*0 1%*/
　　width:100%;/*98%*/
}

.inner{
　　margin:0 auto;
	width:100%;
}

/****************************************************************
gridWrapper
*****************************************************************/
.gridWrapper{
    width:1200px;
	margin:0 auto;
	padding:20px 0;
	overflow: hidden;
	/*text-align:center;*/
}
* html .gridWrapper{height:1%;}
	
.gridWrapper .inner{
	 width:100%;/*94%*/
	margin:0 atuo;
	text-align:center;	
	}

.bg_col{
	margin:20px 0;
	background:#FAF4ED;
}

.gridWrapper .inner P{
text-align:left;
	}


.gridWrapper .inner .link_btn{
	width:45%;
	margin: 1% auto  1%;
	padding:0.5%;
	font-size:120%;
	color:#1F9DF2;
	text-align:center;
	border:#1F9DF2 1px solid;
    border-radius: 3px;		
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
	}


.gridWrapper .inner  a .link_btn{ 
	text-decoration: none;
}


.gridWrapper .inner  a:hover .link_btn{ 
	width:45%;
	margin: 1% auto  1%;
	padding:0.5%;
	font-size:120%;
	color:#1F9DF2;
	text-align:center;
	border:#1F9DF2 1px solid;
    border-radius: 3px;		
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
	background-color:#DBEFFD;
	text-decoration:none;
}


.gridWrapper .inner .link_btn  a:-webkit-any-link {
	text-decoration: none;
}

.gridWrapper .inner .link_btn a:link{
	color:#fff;
	text-align:center;
	background-color:#1F9DF2;
	border:#1F9DF2 1px solid;
    border-radius: 3px;		
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
	}

.gridWrapper .inner img{
    width: 100%;
    height: auto;
	}
	
	
.gridWrapper .inner .link_btn03{
	width:30%;/*追加 */
	float:left;
	margin: 2% 1% 2% 0;
	padding:1%;
	font-size:120%;
	color:#1F9DF2;
	text-align:center;
	border:#1F9DF2 1px solid;
    border-radius: 3px;		
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
	}
	
.gridWrapper .inner  a .link_btn03{ 
	text-decoration: none;
}


.gridWrapper .inner  a:hover .link_btn03{ 
	width:30%;/*追加 */
	float:left;
	margin: 2% 1% 2% 0;
	padding:1%;
	font-size:120%;
	color:#1F9DF2;
	text-align:center;
	border:#1F9DF2 1px solid;
    border-radius: 3px;		
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
	background-color:#DBEFFD;
}


.gridWrapper .inner .link_btn03  a:-webkit-any-link {
	text-decoration: none;
}
	
	
	
.gridWrapper .inner .link_btn03 .t_eng{
		font-size:90%;
	}


/*link_btn05-------------------------------- */	
.gridWrapper .inner .link_btn05{
	width:16%;/*追加 */
	float:left;
	margin: 2% 1% 2% 0;
	padding:1%;
	font-size:120%;
	color:#1F9DF2;
	text-align:center;
	border:#1F9DF2 1px solid;
    border-radius: 3px;		
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
	}
	
.gridWrapper .inner  a .link_btn05{ 
	text-decoration: none;
}
.gridWrapper .inner  a:hover .link_btn05{ 
	width:16%;/*追加 */
	float:left;
	margin: 2% 1% 2% 0;
	padding:1%;
	font-size:120%;
	color:#1F9DF2;
	text-align:center;
	border:#1F9DF2 1px solid;
    border-radius: 3px;		
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
	background-color:#DBEFFD;
}
.gridWrapper .inner .link_btn05  a:-webkit-any-link {
	text-decoration: none;
}
.gridWrapper .inner .link_btn05 .t_eng{
		font-size:90%;
	}	

/*****************************************************************
h2　h3
*****************************************************************/
	
h2{
	width:96%;
	margin:0.5% 0;
	padding:1% 2% ;
	font-size:190%;
	font-weight:bold;
	color:#fff; 
	}
	
.bk_b{
	width:1200px;/*100%*/
	margin:3% 0;
	padding:10px 0 20px;
	font-size:190%;
	font-weight:bold;
	color:#000;
	text-align: center;
	background:#FAF4ED;
	}
	
.balloon{
	position: relative;
	display: inline-block;
	width:90%;/*1200px;*/
	padding:0 5%;
	color: #F6F6F6;
	line-height:40px;/*40px;*/
	text-align: center;
	background:#1F9DF2;
	z-index: 0;
}
.balloon:after {
	content: "";
	position: absolute;
	bottom: -10px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color:#1F9DF2 transparent transparent transparent;
	}	
.tit_eng{
	font-size:130%;
	text-align: center;
	margin:-3% auto 3%;
	color:#1F9DF2;
	font-weight:nomal;
	}	
	
.en{
	font-size:60%;
	text-align: center;
	margin:0 auto;
	line-height:100%;
	color:#fff;
	font-weight:nomal;
	}
	
h3{
	width:100%;
	margin:20px 0;
	padding:10px 0 20px;
	font-size:190%;
	font-weight:bold;
	}
		

/*****************************************************************
#instafeed
*****************************************************************/
#instafeed  {
	/*width:360px;*/
	margin:5px auto;
	padding:0;
	background:#0C0;
}
#instafeed li {
	width:100px;
	margin:0 3px 0 0;
	padding:0;
	vertical-align:baseline;
    list-style: none;
	float:left;
}
#instafeed li img{
    width:100%;
 }


/*****************************************************************
content
****************************************************************
section.content{
padding:0 10px 10px;
margin-bottom:20px;
overflow:hidden;
font-size:14px;
background:#fff;
box-shadow:0 0 3px #ddd;
}

* html section.content{height:1%;}

section.content p{margin-bottom:5epx;}

h3.heading{
padding:5px 10px;
margin:0 -10px 20px;
font-size:16px;
color:#fff;
background:#415ca2;
}

section.content img{
max-width:90%;
height:auto;
}

img.frame,#gallery img{
padding:3px;
box-shadow:0 0 3px #ddd;
}

#gallery .grid{
margin-bottom:10px;
box-shadow:none;
}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
}

.alignright{
float:right;
clear:right;
margin:3px 0 10px 10px;
}
*/


/*****************************************************************
table
****************************************************************
table.table{
border-collapse:collapse;
width:100%;
margin:10px auto;
}

table.table th,table.table td{
padding:5px;
border:1px solid #415ca2;
}

table.table th{
text-align:right;
font-weight:bold;
letter-spacing:1px;
white-space:nowrap;
color:#fff;
background:#244487;
border-left:#415ca2 5px solid
}

a{color:#415ca2;text-decoration:none;}
a:hover{color:#244487;}

table.table td{border-left:#415ca2 3px double}


*/
/*****************************************************************
top
*****************************************************************/

/*1カラム----------------------*/
.grid01_camera  .txt{
	width:100%;
	font-size:100%;
	line-height:1.4;
	margin:0 0 0;
	text-align:left;
		}

.grid01_camera  .pht{
	width: 100%;
	margin:0  0 0;
		}
			
.grid0_camera1  .pht{
	max-width:100%;
		}



/*****************************************************************
#camera
*****************************************************************/
table.camera{
  border-collapse: separate;
  border-spacing: 0px 5px;
  margin: 0 auto;
  width:100%;	
}
table.camera td,th{
  padding: 10px;
  font-size:100%;
}
table.camera th{
  width:22%;	
  color: #1F9DF2;
  text-align:center;
  background: #DBEFFD;
  letter-spacing:5px;
}
table.camera td{
  width:78%;	
  background:#EFF8FE;
}

#camera  h3{
	font-size:130%;
	font-weight:bold;
	text-align:center;
	margin: 5% 0 2%;
	padding:1%;
	color:#1F9DF2;
	text-align:center;
	background:#E9F5FE;
	border-top:#1F9DF2 1px solid;
	border-bottom:#1F9DF2 1px solid;
}
#camera h4{
	font-size:120%;
	font-weight:bold;
	text-align:center;
	margin: 1% 0 1%;
	padding:0.5% 0;
	color:#1F9DF2;
	text-align:center;
	border-bottom:#1F9DF2 1px solid;
}


#camera .grid_photo{
	width:100%;	
	margin: 0 auto 2%;
	padding:0;
}

#camera .grid_photo .photo_02{
	width:49%;	
	margin: 0 2% 0 0;
	padding:0;
	float:left;
}

#camera .grid_photo .photo_02:last-child{
	margin: 0 
}

#camera .grid_photo .photo_02 img{
	max-width:100%;
	height:auto;
	border-radius:5px;
}

/*****************************************************************
#about
*****************************************************************/
#about{
    width:1200px;
	margin:0 auto;
	 text-align:left;
}

#about  h3{
	font-size:180%;
	font-weight:bold;
	text-align:center;
	margin: 5% 0 2%;
	padding:1%;
	color:#1F9DF2;
	text-align:center;
	background:#E9F5FE;
	border-top:#1F9DF2 1px solid;
	border-bottom:#1F9DF2 1px solid;
}
#about  h4{
     font-size:180%;
	 font-weight:bold;
	margin: 5% 0 5%;
	 text-align:center;
}


#about .link_btn03{
	width:30%;/*追加 */
	float:left;
	margin: 2% 1% 2% 0;
	padding:1%;
	font-size:120%;
	color:#1F9DF2;
	text-align:center;
	border:#1F9DF2 1px solid;
    border-radius: 3px;		
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
	}
#about  a .link_btn03{ 
	text-decoration: none;
}


#about a:hover .link_btn03{ 
	width:30%;/*追加 */
	float:left;
	margin: 2% 1% 2% 0;
	padding:1%;
	font-size:120%;
	color:#1F9DF2;
	text-align:center;
	border:#1F9DF2 1px solid;
    border-radius: 3px;		
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
	background-color:#DBEFFD;
}


#about .link_btn03  a:-webkit-any-link {
	text-decoration: none;
}


#about .grid01{
	width: 100%;
	margin:1% 0;
	padding:1% 0;
	/*border-bottom:#CCC 1px solid;*/
		}

#about .grid01  .txt{
	float:left;
	width: 68%;
	font-size:140%;
	line-height:1.8;
	margin:0 2% 0 0;
	text-align:left
		}
		
#about .grid01  .txt .tit{
	font-size:120%;
	font-weight:bold;
	color:#1F9DF2;
		}
#about .grid01  .pht{
	float:left;
	width: 28%;
	margin:0 2% 0 0;
		}
			
#about .grid01  .pht{
	max-width:100%;

		}

/*6:4------------------*/
#about .grid01  .txt_60{
	width: 98%;
	margin:0 1%;
	text-align:left
		}

#about .grid01  .txt .tit{
	font-size:120%;
	font-weight:bold;
	color:#1F9DF2;
		}
#about .grid01  .pht_40{
	width:98%;
	margin:0 1%;
	position:relative;
		}
#about .grid01  .pht_40 .txt_w {
	position:absolute;
	bottom:10px; left:10px;
	color:#ffffff;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	z-index:1;
		}


#about .grid01  .pht_40{
	max-width:100%;
		}

		
#about   .img_icon img{
	max-width:70%;
	padding:0 3%;
		}
#about .tit_blue{
	font-size:120%;
	font-weight:bold;
	color:#1F9DF2;	
		}
#about ol {
	font-size:110%;
	margin:0  0 4% 3%;
	padding:0   3%;
		}
	
#about ol li{
	font-size:95%;
	line-height:1.6;
    list-style-type: decimal;
	margin:0  0 0 3%;
		}
/*****************************************************************
#free
*****************************************************************/
#free{
    width:1200px;
	margin:0 auto;
	 text-align:left;
}

#free  h3{
	font-size:180%;
	font-weight:bold;
	text-align:center;
	margin: 5% 0 2%;
	padding:1%;
	color:#1F9DF2;
	text-align:center;
	background:#E9F5FE;
	border-top:#1F9DF2 1px solid;
	border-bottom:#1F9DF2 1px solid;
}
#free  h4{
     font-size:180%;
	 font-weight:bold;
	margin: 5% 0 5%;
	 text-align:center;
}


/*3カラム枠あり----------------------*/
#free .grid03_ph{
	float:left;
	width:33%;/*270px*/	
	padding:0; 
	margin-right:0; 
	text-align:center;
	}
	.grid03:last-child{
	margin-right:0px;
	}
	

#free .grid03_ph h4{
    margin: 0 auto;
	padding:1% 0;
	font-size:150%;
	font-weight:bold;
	text-align:center;
	color:#1F9DF2;
	}


#free .grid03_ph img{
    width: 100%;
    height: auto;
	padding:0;
	text-align:center;
	}
	


	
/*2カラム----------------------*/
#free .grid02{
	float:left;
	width:48%;
	margin-right:1%;
	background:#fff;
	}

#free .grid02 h4{
	margin:0;
	padding:1% 0;
	font-size:130%;
	font-weight:bold;
	color:#fff;
	background:#1F9DF2;
	text-align:center;
	}

#free .grid02 p{
	padding:5px 10px;
	}


#free .grid02 img{
	padding:1% auto;
	text-align:center;
	}


/*****************************************************************
#ship 
*****************************************************************/
#ship{
     width:100%;
	margin:0 auto;
	 text-align:left;
}

#ship h3{
    font-size:180%;
	font-weight:bold;
	text-align:center;
	margin: 5% 0 2%;
	padding:1%;
	color:#1F9DF2;
	text-align:center;
	background:#E9F5FE;
	border-top:#1F9DF2 1px solid;
	border-bottom:#1F9DF2 1px solid;
}
#ship h4{
     font-size:150%;
	 font-weight:bold;
	margin: 2% 0 2%;
	 text-align:center;
}




/*****************************************************************
#tour
*****************************************************************/
#tour {
    width:1200px;
	margin:0 auto;
	 text-align:left;
}

#tour  h3{
	font-size:180%;
	font-weight:bold;
	text-align:center;
	margin: 2% 0 2%;
	padding:1%;
	color:#1F9DF2;
	text-align:center;
	background:#E9F5FE;
	border-top:#1F9DF2 1px solid;
	border-bottom:#1F9DF2 1px solid;
}
#tour  h4{
     font-size:150%;
	 font-weight:bold;
	margin: 2% 0 2%;
	 text-align:center;
}


#tour .link_btn03{
	width:30%;/*追加 */
	float:left;
	margin: 2% 1% 2% 0;
	padding:1%;
	font-size:120%;
	color:#1F9DF2;
	text-align:center;
	border:#1F9DF2 1px solid;
    border-radius: 3px;		
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
	}
#tour  a .link_btn03{ 
	text-decoration: none;
}


#tour a:hover .link_btn03{ 
	width:30%;/*追加 */
	float:left;
	margin: 2% 1% 2% 0;
	padding:1%;
	font-size:120%;
	color:#1F9DF2;
	text-align:center;
	border:#1F9DF2 1px solid;
    border-radius: 3px;		
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
	background-color:#DBEFFD;
}


#tour .link_btn03  a:-webkit-any-link {
	text-decoration: none;
}


	
/*3カラム枠あり----------------------*/
#tour .grid03_line{
	float:left;
	width:30%;/*270px*/	
	padding:1%; 
	margin-right:0.8%; 
	background:#fff;
	border:#CCC 1px solid;
	text-align:center;
	}
	.grid03_line:last-child{
	margin-right:0px;
	}
	

#tour .grid03_line h4{
    margin: 0 auto;
	padding:1% 0;
	font-size:150%;
	font-weight:bold;
	text-align:center;
	color:#1F9DF2;
	border-bottom:#CCC 1px solid;
	}


#tour .grid03_line img{
    width: 100%;
    height: auto;
	padding:0.5% auto;
	text-align:center;
	}
	

#tour .grid03_line .price{
	padding:1% 0;
	text-align:center;
	font-size:180%;
	font-weight:bold;
	color:#F36;
	border-bottom:#CCC 1px solid;
	}

#tour .grid03_line .btn{
	width:94%;
	margin: 7% auto  2%;
	padding:2%;
	font-size:140%;
	color:#fff;
	text-align:center;
	background-color:#1F9DF2;
    border-radius: 3px;		
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
		}
		
#tour .grid03_line a .btn{ 
	text-decoration: none;
}


#tour .grid03_line a:hover .btn{ 
	width:94%;
	margin: 7% auto  2%;
	padding:2%;
	font-size:140%;
	color:#fff;
	text-align:center;
	background-color:#85CAF8;
    border-radius: 3px;		
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
}


#tour .grid03_line  a:-webkit-any-link {
	text-decoration: none;
}
		
		
#tour .grid03_line .btn02_grid{
	clear:all;
	width:100%;
		}		

#tour .grid03_line  .btn02{
	float:left;
	width:48%;
	margin: 1% 1% 3% 0;
	padding:2% 0;
	font-size:100%;
	color:#1F9DF2;
	text-align:center;
	background-color:#fff;
    border:#1F9DF2 1px solid;
    border-radius: 3px;		
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
		}
#tour .grid03_line a .btn02{ 
	text-decoration: none;
}


#tour .grid03_line a:hover .btn02{ 
	float:left;
	width:48%;
	margin: 1% 1% 3% 0;
	padding:2% 0;
	font-size:100%;
	color:#1F9DF2;
	text-align:center;
	background-color:#85CAF8;
    border:#1F9DF2 1px solid;
    border-radius: 3px;		
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
}


#tour .grid03_line  a:-webkit-any-link {
	text-decoration: none;
}
		

#tour .grid03_line  .btn02_grid .btn02:last-child{
	margin: 1% 0 3% 0;
		}


#tour .grid01{
	width: 100%;
	margin:1% 0;
	padding:1% 0;
	border-bottom:#CCC 1px solid;
		}

/*1カラム----------------------*/
#tour .grid01  .txt{
	float:left;
	width: 68%;
	font-size:140%;
	line-height:1.8;
	margin:0 2% 0 0;
	text-align:left
		}

#tour .grid01  .pht{
	float:left;
	width: 28%;
	margin:0 2% 0 0;
		}
			
#tour .grid01  .pht{
	max-width:100%;
		}



/*tab-------------------------------*/
#tour ul li {
    float: left;
    list-style-type: none;
    width: 25%;
}
 
#tour ul li a {
    font-size: 140%;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    display: block;
    padding: 6% 0;
    text-align: center;
    width: 100%;
    background: #9CD5FA;
    border: 1px solid #1F9DF2;
    border-bottom: none;
}
#tour ul li a:hover{
    background:#80C8F9;
    color:#FFF;
}
 
#tour ul li a.current {
    background: white;
    color: #1F9DF2;
}
 
#tour #tabcontents{
    clear:both;
}
 
#tour #tabcontents  div {
    padding: 1% 0 5% 0 ;
    background: white;
    text-align: center;
   /* border: 1px solid #c15757;*/
    border-top: none;
}
 
#tour #tabcontents  div img {
    width: 100%;
    height: auto;
	}
 
#tour #tabcontents  p{
    margin-top:20px;
    line-height:2em;
}
 
#tour #tabcontents strong {
    font-size: 120%;
    font-weight: bold;
    color: #1F9DF2;
}


/*table-----------------------*/
#tour table.type01 {
	width:100%;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
}
#tour table.type01 th {
	width: 25%;
	padding: 2%;
    font-size: 120%;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	background: #eee;
}
#tour table.type01 td {
	width: 75%;
	padding: 2%;
    font-size: 120%;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}



/*-予約　問い合わせ---------------------*/
#tour #btn_reserveall{
	width:100%;
	margin:0 atuo;
	padding:0;
	}
	
	

#tour .btn_reserve {
	width:40%;
	font-size:140%;
	float:left;
	color:#FFF;
	font-weight:bold;
	display:block;
	margin:3% 0 4% 8%;
	padding:2% 0;
	background:#FF8533;
	text-decoration:none;
	border-radius: 5px;
	text-align:center;
	}
	
#tour a .btn_reserve{ 
	text-decoration: none;
}


#tour a:hover .btn_reserve{ 
	width:40%;
	font-size:140%;
	float:left;
	color:#FFF;
	font-weight:bold;
	display:block;
	margin:3% 0 4% 8%;
	padding:2% 0;
	background:#FF8533;
	text-decoration:none;
	border-radius: 5px;
	text-align:center;
	background-color:#FFA66A;
}


#tour .btn_reserve  a:-webkit-any-link {
	text-decoration: none;
}
	
	
#tour .btn_contact {
	width:40%;
	font-size:140%;
	float:right;
	color:#FFF;
	font-weight:bold;
	display:block;
	margin:3% 8% 4% 0;
	padding:2% 0;
	background:#FF8533;
	text-decoration:none;
	border-radius: 5px;
	text-align:center;
	}


#tour a .btn_contact{ 
	text-decoration: none;
}


#tour a:hover .btn_contact{ 
	width:40%;
	font-size:140%;
	float:right;
	color:#FFF;
	font-weight:bold;
	display:block;
	margin:3% 8% 4% 0;
	padding:2% 0;
	background:#FF8533;
	text-decoration:none;
	border-radius: 5px;
	text-align:center;
}


#tour .btn_contact  a:-webkit-any-link {
	text-decoration: none;
}


/*****************************************************************
#qa 　 (min-width:1200px)
*****************************************************************/
#qa{
     width:100%;
	margin:0 auto;
	 text-align:left;
}

#qa h3{
    font-size:180%;
	font-weight:bold;
	text-align:center;
	margin: 5% 0 2%;
	padding:1%;
	color:#1F9DF2;
	text-align:center;
	background:#E9F5FE;
	border-top:#1F9DF2 1px solid;
	border-bottom:#1F9DF2 1px solid;
}
#qa h4{
     font-size:150%;
	 font-weight:bold;
	margin: 2% 0 2%;
	 text-align:center;
}




#qa .accordion {
	width: 100%;
	margin: 0 auto;
	padding: 10px;
}
#qa .accordion .ac-content {
	margin: 0 10px;
	font-size:120%;
}
#qa .accordion label:first-letter{
     font-size: 120%;
     font-weight: bold;
	 color:#1F9DF2;
	 margin-right:0.1%;
     padding:0.3%;
}

#qa .accordion input {
	display: none;
}
#qa .accordion label {
	font-size:120%;
	display: block;
	background: #E9F5FE;
	/*color:#1F9DF2;*/
	cursor: pointer;
	padding: 10px;
	border-bottom: 1px solid #fff;
}
#qa .accordion label:hover {
	background: #eee;
}
#qa .accordion .ac-cont {
	transition: 0.2s;
	height: 0;
	overflow: hidden;
	background: #fff;
	padding: 0 10px;
}
#qa .accordion .ac-cont:first-letter{
     font-size: 120%;
     font-weight: bold;
	 color:#F4421C;
	 margin-right:0.1%;
     padding:0.3%;
}

#qa .accordion input:checked + .ac-cont {
	height: auto;
	padding: 10px;
}

#qa .link_btn04{
	width:21%;/*追加 */
	float:left;
	margin: 2% 1% 2% 0;
	padding:1%;
	font-size:120%;
	color:#1F9DF2;
	text-align:center;
	border:#1F9DF2 1px solid;
    border-radius: 3px;		
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
	}
#qa a .link_btn04{ 
	text-decoration: none;
}


#qa a:hover .link_btn04{ 
	width:21%;/*追加 */
	float:left;
	margin: 2% 1% 2% 0;
	padding:1%;
	font-size:120%;
	color:#1F9DF2;
	text-align:center;
	border:#1F9DF2 1px solid;
    border-radius: 3px;		
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
	background-color:#DBEFFD;
}


#qa .link_btn04  a:-webkit-any-link {
	text-decoration: none;
}


/*****************************************************************
#school
*****************************************************************/
#school {
     width:100%;
	margin:0 auto;
	 text-align:left;
}

#school  h3{
    font-size:180%;
	font-weight:bold;
	text-align:center;
	margin: 5% 0 2%;
	padding:1%;
	color:#1F9DF2;
	text-align:center;
	background:#E9F5FE;
	border-top:#1F9DF2 1px solid;
	border-bottom:#1F9DF2 1px solid;
}
#school  h4{
    font-size:150%;
	font-weight:bold;
	margin: 4% 0 2%;
	padding:0 3%;
	color:#1F9DF2;
	text-align:center;
    text-decoration: underline;
}

#school .link_btn04{
	width:21%;/*追加 */
	float:left;
	margin: 1% 1% 0 0;
	padding:1%;
	font-size:120%;
	color:#1F9DF2;
	text-align:center;
	border:#1F9DF2 1px solid;
    border-radius: 3px;		
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
	}
#school a .link_btn04{ 
	text-decoration: none;
}


#school a:hover .link_btn04{ 
	width:21%;/*追加 */
	float:left;
	margin: 1% 1% 0 0;
	padding:1%;
	font-size:120%;
	color:#1F9DF2;
	text-align:center;
	border:#1F9DF2 1px solid;
    border-radius: 3px;		
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
	background-color:#DBEFFD;
}


#school .link_btn04  a:-webkit-any-link {
	text-decoration: none;
}


/*table-----------------------*/
#school table.type01 {
	width:100%;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border: 1px solid #ccc;
}
#school table.type01 th {
	width: 20%;
	padding: 2%;
    font-size: 120%;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #eee;
}
#school table.type01 td {
	width: 20%;
	padding: 2%;
    font-size: 120%;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}


/*tab-------------------------------*/
#school ul li {
    float: left;
    list-style-type: none;
    width: 50%;
}
 
#school ul li a {
    font-size: 140%;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    display: block;
    padding: 3% 0;
    text-align: center;
    width: 100%;
    background: #9CD5FA;
    border: 1px solid #1F9DF2;
    border-bottom: none;
}
#school ul li a:hover{
    background:#80C8F9;
    color:#FFF;
}
 
#school ul li a.current {
    background: white;
    color: #1F9DF2;
}
 
#school #tabcontents{
    clear:both;
}
 
#school #tabcontents  div {
    padding: 1% 0 5% 0 ;
    background: white;
    text-align: center;
   /* border: 1px solid #c15757;*/
    border-top: none;
}
 
#school #tabcontents  div img {
    width: 100%;
    height: auto;
	}
 
#school #tabcontents  p{
    margin-top:20px;
    line-height:2em;
}
 
#school #tabcontents strong {
    font-size: 120%;
    font-weight: bold;
    color: #1F9DF2;
}

/*3カラム枠あり----------------------*/
#school .grid03_line{
	float:left;
	width:30%;/*270px*/	
	padding:1%; 
	margin-right:0.8%; 
	background:#fff;
	border:#CCC 1px solid;
	text-align:center;
	}
	.grid03_line:last-child{
	margin-right:0px;
	}
	

#school .grid03_line h4{
    margin: 0 auto;
	padding:1% 0;
	font-size:150%;
	font-weight:bold;
	text-align:center;
	color:#1F9DF2;
    text-decoration:none;
	}


#school .grid03_line img{
    width: 100%;
    height: auto;
	padding:0.5% auto;
	text-align:center;
	}
	

#school .grid03_line .time{
	padding:1% 0;
	text-align:center;
	font-size:110%;
	border-bottom:#CCC 1px solid;
	}
	
		

#tour .grid03_line  .btn02_grid .btn02:last-child{
	margin: 1% 0 3% 0;
		}
	
#school .grid03_line .btn{
	width:94%;
	margin: 2% auto  2%;
	padding:2%;
	font-size:140%;
	color:#1F9DF2;
	text-align:center;
	background-color:#fff;
    border-radius: 3px;		
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
	background-color:#DBEFFD;
	text-decoration:none;
		}
		
	
		
		
/*3カラム枠なしボタン----------------------*/
#school .grid03 .btn{
	width:94%;
	margin: 2% auto  2%;
	padding:2%;
	font-size:140%;
	color:#1F9DF2;
	text-align:center;
	background-color:#fff;
    border: #1F9DF2 1px solid;
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
		}
		
#school .grid03 a .btn{ 
	text-decoration: none;
}


#school .grid03 a:hover .btn{ 
	width:94%;
	margin: 2% auto  2%;
	padding:2%;
	font-size:140%;
	color:#fff;
	text-align:center;
	background-color:#85CAF8;
    border-radius: 3px;		
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
}


#school .grid03  a:-webkit-any-link {
	text-decoration: none;
}
		
	

/*****************************************************************
#company
*****************************************************************/
#company {
     width:100%;
	margin:0 auto;
	 text-align:left;
}

#company  h3{
    font-size:180%;
	font-weight:bold;
	text-align:center;
	margin: 5% 0 2%;
	padding:1%;
	color:#1F9DF2;
	text-align:center;
	background:#E9F5FE;
	border-top:#1F9DF2 1px solid;
	border-bottom:#1F9DF2 1px solid;
}
#company  h4{
     font-size:160%;
	 font-weight:bold;
	margin: 2% 0 2%;
	padding:0 0 0 10px;
		color:#1F9DF2;
 text-align:left;
	border-left:#1F9DF2 5px solid;
}

#company  .link_btn04{
	width:21%;/*追加 */
	float:left;
	margin: 2% 1% 2% 0;
	padding:1%;
	font-size:120%;
	color:#1F9DF2;
	text-align:center;
	border:#1F9DF2 1px solid;
    border-radius: 3px;		
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
	}
#company  a .link_btn04{ 
	text-decoration: none;
}


#company  a:hover .link_btn04{ 
	width:21%;/*追加 */
	float:left;
	margin: 2% 1% 2% 0;
	padding:1%;
	font-size:120%;
	color:#1F9DF2;
	text-align:center;
	border:#1F9DF2 1px solid;
    border-radius: 3px;		
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
	background-color:#DBEFFD;
}


#company  .link_btn04  a:-webkit-any-link {
	text-decoration: none;
}
/*table-----------------------*/
#company table.type01 {
	width:100%;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
}
#company table.type01 th {
	width: 25%;
	padding: 2%;
    font-size: 120%;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	background: #eee;
}
#company table.type01 td {
	width: 75%;
	padding: 2%;
    font-size: 120%;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}




/*****************************************************************
#access
*****************************************************************/
#access{
     width:100%;
	margin:0 auto;
	 text-align:left;
}

#access h3{
    font-size:180%;
	font-weight:bold;
	text-align:center;
	margin: 5% 0 2%;
	padding:1%;
	color:#1F9DF2;
	text-align:center;
	background:#E9F5FE;
	border-top:#1F9DF2 1px solid;
	border-bottom:#1F9DF2 1px solid;
}
#access h4{
     font-size:150%;
	 font-weight:bold;
	margin: 2% 0 2%;
	padding:0 1%;
	text-align:left;
	border-bottom:#1F9DF2 1px dotted;
	color:#1F9DF2;
}

#access .google-maps {
position: relative;
padding-bottom: 50%; // これが縦横比
height: 0;
overflow: hidden;
}
#access .google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height:1000% !important;
}




/*****************************************************************
table.reserve
*****************************************************************/

/*table-----------------------*/
table.reserve {
	width:100%;
	margin:0 0 0 25%;
	padding:0;
	text-align: left;
	line-height: 1.1;
}
table.reserve th {
	width: 25%;
	margin:0;
	padding: 2% 2%;
    font-size: 100%;
	font-weight: bold;
	vertical-align: top;
	background:#F0F0F0;
}
table.reserve td {
	width: 75%;
	margin:0;
	padding: 0.5%;
    font-size: 100%;
	vertical-align: top;
}

/*table-----------------------*/
table.mini {
	width: 100%;
	margin:0;
	padding:5% 0 2% 0;
	border-bottom:#CCC 2px dotted;
}
table.mini th {
	padding: 3px;
	color:#333;
	font-size: 12px;
	text-align: center;
}

table.mini td {
	width: 100%;
	padding: 3px;
	color:#333;
	font-size: 12px;
	text-align: center;
}

table.mini td  .red2{
	float:left;
}

/*****************************************************************
#footer
*****************************************************************/
#footer{
clear:both;
padding:0.5% 0;
overflow:hidden;
background:#333;
text-align:center;
font-size:95%;
}

* html #footer{height:1%;}

.tel strong{
font-size:120%;
font-weight:bold;
}

#footer a{color:#fff;}
#footer a:hover{color:#244487;}

#footer .copyright{font-size:11px;}



/* フッター内のグリッド(3カラム) */
#footer .grid{
color:#fff;
border:0;
background:transparent;
box-shadow:none;
text-align:center;
}

#footer .grid p{padding:0;}




/*****************************************************************
#english
*****************************************************************/
#english {
    width:100%;
	margin:0 auto;
	padding:0;
	text-align:center;
}



/*3カラム枠あり----------------------*/


#english   h3{
	font-size:150%;
	font-weight:bold;
	text-align:center;
	margin:0% 0 1%;
	padding:1%;
	color:#1F9DF2;
	text-align:center;
	background:#E9F5FE;
	border-top:#1F9DF2 1px solid;
	border-bottom:#1F9DF2 1px solid;
} 

#english  h4{
    margin: 0 auto;
	padding:1% 0;
	font-size:140%;
	font-weight:bold;
	text-align:center;
	color:#1F9DF2;
	}


#english .link_btn04{
	width:21.5%;/*追加 */
	float:left;
	margin: 1% 1% 0% 0;
	padding:1%;
	font-size:120%;
	color:#1F9DF2;
	text-align:center;
	border:#1F9DF2 1px solid;
    border-radius: 3px;		
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
	}
	
#english  a .link_btn03{ 
	text-decoration: none;
}


#english  a:hover .link_btn04{ 
	width:21.5%;/*追加 */
	float:left;
	margin: 1% 1% 0% 0;
	padding:1%;
	font-size:120%;
	color:#1F9DF2;
	text-align:center;
	border:#1F9DF2 1px solid;
    border-radius: 3px;		
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
	background-color:#DBEFFD;
}


#english .link_btn04  a:-webkit-any-link {
	text-decoration: none;
}
	
	
	
#english .link_btn04 .t_eng{
		font-size:90%;
	}
	
	
/*3カラム枠あり----------------------*/
#english ul.gridall_e{
	margin:10px 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#english li.g03_line_e{
	width:94%;
	padding:1%; 
	margin:1% 2%; 
	background:#fff;
	border:#CCC 1px solid;
	text-align:center;
	}
#english li.g03_line_e:last-child{
	margin-right:0px;
	}
	

#english li.g03_line_e h4{
	padding:1% 0;
	font-size:130%;
	font-weight:bold;
	color:#1F9DF2;
	border-bottom:#CCC 1px solid;
	}
	
#english .dpt{
	padding:2% 0;
	margin:1% 0%; 
	font-size:105%;
	font-weight:bold;
	color:#FF8040;
	background-color:#FFF2CC;
	text-align:center;
	border-radius:5px;		
	-webkit-border-radius: 5px;	
	-moz-border-radius: 5px;
	}
	
	

#english li.g03_line_e p{
	padding:0.3% 0;
	font-size:110%;
	text-align:left;
	}
#english .price{
	font-size:110%;
	font-weight:bold;
	color:#F80707;
	}
	
#english .rate{
	font-size:110%;
	font-weight:bold;
	color:#4AB847;
	}
	
	

#english li.g03_line_e img{
    max-width: 100%;
    height: auto;
	padding:0.5% auto;
	text-align:center;
	}
	

#english li.g03_line_e .e_btn02_all {
    width: 100%;
    margin:1% 1%;
    padding:0;
}

#english li.g03_line_e .e_btn02_con {
    float: left;
    width: 48%;
    margin: 1% 2% 3% 0;
    padding:2%;
    font-size: 110%;
	font-weight:bold;
    color: #fff;
    text-align: center;
    background-color:#79BCFF;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#english li.g03_line_e a:hover .e_btn02_con {
    background-color:#44A2FF;
}
	

#english li.g03_line_e .e_btn02_book{
    float: left;
    width: 48%;
    margin: 1% 0% 3% 0;
    padding:2%;
    font-size: 110%;
	font-weight:bold;
    color: #fff;
    text-align: center;
    background-color:#ED9612;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#english li.g03_line_e a:hover .e_btn02_book {
    background-color:#E97A16;
}


/*table-----------------------*/
#english table.keiko {
	width:100%;
	margin:1% 0 0 0; 
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	overflow:auto;
}
#english table.keiko  th {
	width:1%;
	padding:0.5%;
	font-size:120%;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #efefef;
}
#english table.keiko  td {
	width:2%;
	padding: 0;
	text-align:center;
	vertical-align:middle;
	border-bottom: 1px solid #ccc;
}

#english table.keiko  td .blue{
	margin:1% 0; 
	padding:0.5%; 
	vertical-align:central;
	color:#FFF;
	background:#3CC;
}
#english table.keiko  td .wet{
	margin:1% 0; 
	padding:0.5%; 
	vertical-align:central;
	color:#FFF;
	background:#81D67C;
}


#english   table.keiko .tx_g{
	color:#208282;
}

#english   table.keiko .tx_wet{
	color:#39A734;
}

.mt10{
	margin-top:10px; 
}

#english .tit_e{
	margin:3% 0 1%;
	padding:1% 0;
	font-size:120%;
	font-weight:bold;
	color:#1F9DF2;
	border-top:#1F9DF2 1px solid;
	border-bottom:#1F9DF2 1px solid;
	}















}

/******************************************************************************
/* ipad  cell phone max-width:768px
************************************* ****************************************/
  
@media only screen and (max-width:480px){

/*****************************************************************
#wrapper　 (max-width:1100px)
*****************************************************************/

#wrapper{
	width:100%;/*100%*/
	margin:0 auto;
	padding:0;
    position:relative;o
	}
	
	
#wrapper .inner{
	width:94%;
	margin:0 auto;
	padding:0;
    position:relative;
	}


	*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
	
	#header{
	 width:100%;
	margin:0 ;
	padding:1% 0 0%;
    height: auto;
		}


	
	#header .logo,#footer .logo{
	float:left;
	text-align:left;
	padding:1% 0;
	}
	
	
/*	 #header  h1{
	 text-align:left;
 	}

 #header h1  img{
    max-width:25%;
    height: auto;
}*/


#header .logo img{
    max-width:100%;
	height:auto;
}




h2{
	width:70%;
	margin:0.5% 0 0 0;
	padding:0 10px 2% 10px;
	font-size:120%;/*140%*/
	line-height:1.1;
	font-weight:bold;
	color:#fff;
	background:#1F9DF2;
	}
	
.en{
	font-size:60%;
	text-align: center;
	margin:2% auto;
	padding:0;
	line-height:100%;
	color:#fff;
	font-weight:nomal;
	}
.bk_w {
    width: 100%;
    margin:10px 0 ;
    padding:0 ;
	font-size:120%;
	color: #000;
    text-align: center;
    background: #fff;
}	
h3{
	width:100%;
	margin:0;
	padding:0 0 0;
	font-size:130%;
	font-weight:bold;
	}
.balloon{
	position: relative;
	display: inline-block;
	width: auto;
	min-width:100%;
	color: #F6F6F6;
	line-height:1.4;
	text-align: center;
	background:#1F9DF2;
	z-index: 0;
	padding:10px 0;
}
.balloon:after {
	content: "";
	position: absolute;
	bottom: -10px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color:#1F9DF2 transparent transparent transparent;
	}	


.tit_eng{
	font-size:90%;
	text-align: center;
	margin:-3% auto 3%;
	color:#1F9DF2;
	font-weight:nomal;
	}	
	
.en{
	font-size:60%;
	text-align: center;
	margin:0 auto;
	line-height:100%;
	color:#fff;
	font-weight:nomal;
	}
	
h3{
	width:100%;
	margin:20px 0;
	padding:10px 0 20px;
	font-size:190%;
	font-weight:bold;
	}
	

p{
	margin:5px 0;
	padding:0;
	font-size:110%;
	line-height:1.4;
}
	
/*****************************************************************
#menu-btn
*****************************************************************/
/*******トグルメニュ*********/
/*#menu-inner{
    width: 100%;
    height: auto;
}
#btn-content{text-align: right;}
#menu-btn{
    display: inline-block;
    padding: 6px 20px;
    margin:0 5px 1px 5px;
    cursor: pointer;
    background: #1F9DF2;
    color: #fff;
    font-size: 120%;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	float:left;
}
#menu-content{
    display: none;
    width: 100%;
	
}
#menu-content > li{
    width: 100%;
    height: 40px;
    float: none;
}
#menu-content > li > a{
    width: 100%;
    line-height: 40px;
    padding: 0;
    text-decoration: none;
	color:#FFF;
	background:#6CF;
	border-bottom:#FFF 1px dashed;
}
*/






#menu-inner{
    width: 100%;
    height: auto;
	margin:0;
	padding:0;
}
#btn-content{
	text-align: right;
	height:0;
}
#menu-btn{
    display: inline-block;
    padding: 5px 20px;
    margin:0px 5px 0px 5px;
    cursor: pointer;
    background: #1F9DF2;
    color: #fff;
    font-size: 120%;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	position: relative;top: -10px;right: 0px;

}
#menu-content{
    display: none;
    width: 100%;
	position: relative;top: 30px;right: 0px;
}
#menu-content > li{
    width: 100%;
    height: 40px;
    float: none;
}
#menu-content > li > a{
    width: 100%;
    line-height: 40px;
    padding: 0;
    text-decoration: none;
	color:#FFF;
	background:#6CF;
	border-bottom:#FFF 1px dashed;
}
#menu-content > li:hover > ul.second-content{display: none;}
#menu-content > li > a > .blogicon-chevron-down{display: none;}
	




/*****************************************************************
#mainNav　 (max-width:768px)
*****************************************************************/
	nav#mainNav{
	/*clear:both;*/
	width:100%;
	margin:0 auto 0;
	padding:0;
	background:#1F9DF2;
	}

	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	font-weight: bold;
	text-align:left;
	color:#fff;
	}

	nav#mainNav a#menu span{padding-left:10px;}
	nav#mainNav a.menu span:before{content: "→ ";}
	nav#mainNav a.menuOpen span:before{content: "↓ ";}

	nav#mainNav a#menu:hover{cursor:pointer;}

	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #fff;
	color:#fff;
	background:#4FB3F4;
	}
	
	nav#mainNav ul li a span{padding-left:10px;}
	

	nav#mainNav ul li:first-child a{border-top:1px dashed #fff;}
	
	nav#mainNav ul li:last-child a{border:0;}
	
	nav#mainNav ul li.active a,nav#mainNav ul li a:hover{background:#244487;}

	nav div.panel{float:none;}
	
.accordion {
	width: 100%;
	margin: 0 auto;
	padding: 10px;
}
.accordion .ac-content {
	margin: 0 10px;
	font-size:120%;
}
.accordion label:first-letter{
     font-size: 120%;
     font-weight: bold;
	 color:#1F9DF2;
	 margin-right:0.1%;
     padding:0.3%;
}

.accordion input {
	display: none;
}
.accordion label {
	font-size:120%;
	display: block;
	background: #E9F5FE;
	/*color:#1F9DF2;*/
	cursor: pointer;
	padding: 10px;
	border-bottom: 1px solid #fff;
}
.accordion label:hover {
	background: #eee;
}
.accordion .ac-cont {
	transition: 0.2s;
	height: 0;
	overflow: hidden;
	background: #fff;
	padding: 0 10px;
}
.accordion .ac-cont:first-letter{
     font-size: 120%;
     font-weight: bold;
	 color:#F4421C;
	 margin-right:0.1%;
     padding:0.3%;
}

.accordion input:checked + .ac-cont {
	height: auto;
	padding: 10px;
}


/*****************************************************************
#sub ul
*****************************************************************/
#sub ul{
	margin:0 0 0 0;
	padding:0px 0 0 0;
	}

#sub li{
margin-bottom:10px;
padding-bottom:0px;
border-bottom:1px dashed #ebebeb;
}

#sub li:last-child{
border:0;
margin-bottom:0;
}

#sub li a{display:block;}

#sub ul.list{padding-bottom:7px;}

#sub ul.list li{
clear:both;
margin-bottom:6px;
padding:5px 0;
overflow:hidden;
}

* html #sub ul.list li{height:1%;}

#sub ul.list li img{
float:left;
margin:0 10px 0 0;
}

#sub ul.list li{
font-size:12px;
line-height:1.35;
}

/*****************************************************************
#header #subNav
*****************************************************************/
#header #subNav{
	width:100%;
	float:left;
    margin:70px 0 0 0;
	padding:0;
	}

/*#header #subNav{
	width:100%;
	float:left;
	}*/
#header #subNav ul{
    margin:0;
	padding:0;
	/*overflow:hidden;*/
	}

#header #subNav ul li{
	width:48%/*追加44% */;
	margin:0px 1%  3%;
	padding: 1% 0;
	font-size:100%;
	float:left;
	color:#1F9DF2;
	text-align:center;
    font-weight:bold;
	background-color:#fff;
	border:1px solid #1F9DF2;
    border-radius: 3px;		
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
	}

#header #subNav ul li:last-child{
	margin: 0% 1 0% 0;
	}
	
#header #subNav .lang{
	float:left;
	margin:5% 0 0 2%;
	padding:0 0 0 10px;
	background:url(../images/common/arrow.png) no-repeat;
	}
#header #subNav .icon{
	float:left;
	margin:3% 0 0 5px;
	padding:0;
	}
#header #subNav .icon img{
width:100%;
height:auto;
	}
	
	
/*****************************************************************
mainBanner
*****************************************************************/
#mainBanner{	
	margin:70px auto 10px;
	padding:0;
	width:100%;
	line-height:0;
	background:#fff;
	text-align:center;
}

#mainBanner .inner{
	position:relative;
	}

#mainBanner img{
	max-width:100%;
	height:auto;
}


/*****************************************************************
wrapper
*****************************************************************/
#wrapper{
　　margin:0 auto;
　　padding:0;/*0 1%*/
　　width:100%;/*98%*/
}

.inner{
　　margin:0 auto;
	width:100%;
}



/****************************************************************
gridWrapper
*****************************************************************/
.gridWrapper{
    width:100%;
	margin:0 auto;
	padding:10px 0;
	overflow: hidden;
	/*text-align:center;*/
}
* html .gridWrapper{height:1%;}
	
.gridWrapper .inner{
	 width:100%;/*94%*/
	margin:0 atuo;
	text-align:center;	
	}

.bg_col{
	margin:20px 0;
	background:#FAF4ED;
}

.gridWrapper .inner P{
text-align:left;
	}


.gridWrapper .inner .link_btn{
	width:45%;
	margin: 1% auto  1%;
	padding:0.5%;
	font-size:120%;
	color:#1F9DF2;
	text-align:center;
	border:#1F9DF2 1px solid;
    border-radius: 3px;		
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
	}


.gridWrapper .inner  a .link_btn{ 
	text-decoration: none;
}


.gridWrapper .inner  a:hover .link_btn{ 
	width:45%;
	margin: 1% auto  1%;
	padding:0.5%;
	font-size:120%;
	color:#1F9DF2;
	text-align:center;
	border:#1F9DF2 1px solid;
    border-radius: 3px;		
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
	background-color:#DBEFFD;
	text-decoration:none;
}


.gridWrapper .inner .link_btn  a:-webkit-any-link {
	text-decoration: none;
}

.gridWrapper .inner .link_btn a:link{
	color:#fff;
	text-align:center;
	background-color:#1F9DF2;
	border:#1F9DF2 1px solid;
    border-radius: 3px;		
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
	}

.gridWrapper .inner img{
    width: 100%;
    height: auto;
	}
	
	
.gridWrapper .inner .link_btn03{
	width:32%;/*追加 */
	float:left;
	margin: 0 1% 0 0;
	padding:1%;
	font-size:100%;
	color:#1F9DF2;
	text-align:center;
	border:#1F9DF2 1px solid;
    border-radius: 3px;		
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
	}
	
.gridWrapper .inner  a .link_btn03{ 
	text-decoration: none;
}


.gridWrapper .inner  a:hover .link_btn03{ 
	width:32%;/*追加 */
	float:left;
	margin: 0 1% 0 0;
	padding:1%;
	font-size:120%;
	color:#1F9DF2;
	text-align:center;
	border:#1F9DF2 1px solid;
    border-radius: 3px;		
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
	background-color:#DBEFFD;
}


.gridWrapper .inner .link_btn03  a:-webkit-any-link {
	text-decoration: none;
}
	
	
	
.gridWrapper .inner .link_btn03 .t_eng{
		font-size:80%;
	}
	


/*****************************************************************
#instafeed
*****************************************************************/
#instafeed  {
	width:100%;
	margin:5px auto;
	padding:0;
	background:#0C0;
}
#instafeed li {
	width:32%;
	margin:0 1% 0 0;
	padding:0;
	vertical-align:baseline;
    list-style: none;
	float:left;
}
#instafeed li img{
    width:100%;
 }

	
/*****************************************************************
grid　 (max-width:1100px)
*****************************************************************/
/*5カラム*/
	.grid05{
	width:49%;
	margin:2% 1% 0 0;
	float:left;
	}

	.grid05 P{
	font-size:90%;
    overflow:hidden;
    height:3em;	
	}

/*4カラム枠あり----------------------*/
ul.gridall{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
li.grid04_line{
	float:left;
	width:49%;/*270px*/	
	padding:1%; 
	margin:1% 1% 0 0; 
	background:#fff;
	border:#CCC 1px solid;
	text-align:center;
	}
	.grid04_line:last-child{
	margin-right:0px;
	}
	

li.grid04_line h4{
	padding:1% 0;
	font-size:120%;
	font-weight:bold;
	color:#1F9DF2;
	border-bottom:#CCC 1px solid;
	}

li.grid04_line p{
	padding:0.3% 0;
	text-align:left;
	}


li.grid04_line img{
    max-width: 100%;
    height: auto;
	padding:0.5% auto;
	text-align:center;
	}
	
	
/*4カラム*/
	.grid04{
	float:left;
	width:100%;
	margin:5% 0;
	}
	.grid04:last-child{
	margin-right:0px;
	}
	
	
	
/*3カラム_sns*/
	.grid03_sns{
	float:left;
	width:100%;/*390px32.5%*/
	margin-right:0;/*15px*/
	padding:0;
	text-align:left;
	}
	.grid03:last-child{
	margin-right:0px;
	}
/*3カラム*/
	.grid03{
	float:left;
	width:100%;/*390px32.5%*/
	margin:1% auto;/*15px*/
	padding:2%;
	text-align:center;
	}
	.grid03:last-child{
	margin-right:0px;
	}

/*2カラム*/
	.grid02{
	float:left;
	width:100%;
	margin-right:0;
	}
	.grid02:last-child{
	margin-right:0px;
	}
	
/*1カラム*/
	.grid01{
	margin:0;
	}	
	
	
	.grid01 img{
	max-width:100%;
	height:auto;
	}	
	
	
	
/*3カラム----------------------*/
.grid03{
	width:100%;
	margin:0 1% 1% 0;
	padding:1% 1%;
	float:left;
	background:#1F9DF2;
	text-align:center;
	}

.grid03 h4{
	padding:5% 0 1% 0;/*30px 0 2px 0*/
	font-size:150%;
	font-weight:bold;
	color:#fff;
	background:#1F9DF2;
	text-align:center;
}
.grid03  p.jp{
	margin:0;/*0 auto 5px;*/
	padding:0;
	font-size:90%;
	color:#fff;
	text-align:center;
}
.grid03 p{
	padding:0;/*5px 10px*/
	color:#fff;
	text-align:left;
	}


.grid03 img{
    max-width: 100%;
    height: auto;
	}
		
	
/*3カラム枠あり----------------------*/
#tour{
	width:100%;
	}

#tour .grid03_line{
	float:left;
	width:100%;/*270px*/	
	padding:1%; 
	margin-right:0.8%; 
	background:#fff;
	border:#CCC 1px solid;
	text-align:center;
	}
	.grid03_line:last-child{
	margin-right:0px;
	}
	

#tour .grid03_line h4{
    margin: 0 auto;
	padding:1% 0;
	font-size:120%;
	font-weight:bold;
	text-align:center;
	color:#1F9DF2;
	border-bottom:#CCC 1px solid;
	}


#tour .grid03_line img{
    width: 100%;
    height: auto;
	padding:0.5% auto;
	text-align:center;
	}
	

#tour .grid03_line .price{
	padding:1% 0;
	text-align:center;
	font-size:120%;
	font-weight:bold;
	color:#F36;
	border-bottom:#CCC 1px solid;
	}

#tour .grid03_line .btn{
	width:94%;
	margin: 3% auto  2%;
	padding:1%;
	font-size:110%;
	color:#fff;
	text-align:center;
	background-color:#1F9DF2;
    border-radius: 3px;		
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
		}




#tour .grid03_line .btn02{
	float:left;
	width:49%;
	height:3em;
	margin: 1% 1% 3% 0;
	padding:2%;
	font-size:95%;
	color:#1F9DF2;
	text-align:center;
	background-color:#fff;
    border:#1F9DF2 1px solid;
    border-radius: 3px;		
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
		}

#tour .grid03_line .btn02:last-child{
	margin: 1% 0 3% 0;
		}
	
	
/*1カラム----------------------*/
#tour .grid01  .txt{
	float:left;
	width: 68%;
	font-size:140%;
	line-height:1.8;
	margin:0 2% 0 0;
	text-align:left
		}

#tour .grid01  .pht{
	float:left;
	width: 28%;
	margin:0 2% 0 0;
		}
			
#tour .grid01  .pht{
	max-width:100%;
		}



/*tab-------------------------------*/
#tour ul li {
    float: left;
    list-style-type: none;
    width: 25%;
}
 
#tour ul li a {
    font-size: 140%;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    display: block;
    padding: 6% 0;
    text-align: center;
    width: 100%;
    background: #9CD5FA;
    border: 1px solid #1F9DF2;
    border-bottom: none;
}
#tour ul li a:hover{
    background:#80C8F9;
    color:#FFF;
}
 
#tour ul li a.current {
    background: white;
    color: #1F9DF2;
}
 
#tour #tabcontents{
    clear:both;
}
 
#tour #tabcontents  div {
    padding: 1% 0 5% 0 ;
    background: white;
    text-align: center;
   /* border: 1px solid #c15757;*/
    border-top: none;
}
 
#tour #tabcontents  div img {
    width: 100%;
    height: auto;
	}
 
#tour #tabcontents  p{
    margin-top:20px;
    line-height:2em;
}
 
#tour #tabcontents strong {
    font-size: 120%;
    font-weight: bold;
    color: #1F9DF2;
}


/*table-----------------------*/
#tour table.type01 {
	width:100%;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
}
#tour table.type01 th {
	width: 25%;
	padding: 2%;
    font-size: 120%;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	background: #eee;
}
#tour table.type01 td {
	width: 75%;
	padding: 2%;
    font-size: 120%;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}

	
	
	
	
	
/*****************************************************************
#tour (max-width:1100px)
*****************************************************************/
#tour h3{
    font-size:120%;
	font-weight:bold;
	text-align:center;
	margin: 5% 0 2%;
	padding:1%;
	color:#1F9DF2;
	text-align:center;
	background:#E9F5FE;
	border-top:#1F9DF2 1px solid;
	border-bottom:#1F9DF2 1px solid;
}
#tour h4{
     font-size:100%;
	 font-weight:bold;
	margin: 2% 0 2%;
	 text-align:center;
}

#tour P{
     font-size:100%;
}
/*tab-------------------------------*/
#tour ul li {
    float: left;
    list-style-type: none;
    width: 49%;
	margin:0.5%;
}
 
#tour ul li a {
    font-size: 90%;
    font-weight: bold;
	height:2.5em;
    color: #FFF;
    text-decoration: none;
    display: block;
    padding: 3% 0;
    text-align: center;
    width: 100%;
    background: #9CD5FA;
    border: 1px solid #1F9DF2;
}
#tour ul li a:hover{
    background:#80C8F9;
    color:#FFF;
}
 
#tour ul li a.current {
    background: white;
    color: #1F9DF2;
}
 
#tour #tabcontents{
    clear:both;
}
 
#tour #tabcontents  div {
    padding: 1% 0 5% 0 ;
    background: white;
    text-align: center;
   /* border: 1px solid #c15757;*/
    border-top: none;
}
 
#tour #tabcontents  div img {
    width: 100%;
    height: auto;
	}
 
#tour #tabcontents  p{
    margin-top:20px;
    line-height:2em;
}
 
#tour #tabcontents strong {
    font-size: 120%;
    font-weight: bold;
    color: #1F9DF2;
}


/*-予約　問い合わせ---------------------*/
#tour #btn_reserveall{
	width:100%;
	margin:0 atuo;
	padding:0;
	}
	
	

#tour .btn_reserve {
	width:40%;
	font-size:120%;
	float:left;
	color:#FFF;
	font-weight:bold;
	display:block;
	margin:3% 0 4% 8%;
	padding:2% 0;
	background:#FF8533;
	text-decoration:none;
	border-radius: 5px;
	text-align:center;
	}
	
#tour a .btn_reserve{ 
	text-decoration: none;
}


#tour a:hover .btn_reserve{ 
	width:40%;
	font-size:120%;
	float:left;
	color:#FFF;
	font-weight:bold;
	display:block;
	margin:3% 0 4% 8%;
	padding:2% 0;
	background:#FF8533;
	text-decoration:none;
	border-radius: 5px;
	text-align:center;
	background-color:#FFA66A;
}


#tour .btn_reserve  a:-webkit-any-link {
	text-decoration: none;
}
	
	
#tour .btn_contact {
	width:40%;
	font-size:120%;
	float:right;
	color:#FFF;
	font-weight:bold;
	display:block;
	margin:3% 8% 4% 0;
	padding:2% 0;
	background:#FF8533;
	text-decoration:none;
	border-radius: 5px;
	text-align:center;
	}


#tour a .btn_contact{ 
	text-decoration: none;
}


#tour a:hover .btn_contact{ 
	width:40%;
	font-size:120%;
	float:right;
	color:#FFF;
	font-weight:bold;
	display:block;
	margin:3% 8% 4% 0;
	padding:2% 0;
	background:#FF8533;
	text-decoration:none;
	border-radius: 5px;
	text-align:center;
}


#tour .btn_contact  a:-webkit-any-link {
	text-decoration: none;
}
	
/*****************************************************************
#about
*****************************************************************/
#about{
    width:96%;
	margin:0 auto;
	 text-align:left;
}

#about  h3{
	font-size:120%;
	font-weight:bold;
	text-align:center;
	margin: 5% 0 2%;
	padding:1%;
	color:#1F9DF2;
	text-align:center;
	background:#E9F5FE;
	border-top:#1F9DF2 1px solid;
	border-bottom:#1F9DF2 1px solid;
}
#about  h4{
     font-size:120%;
	 font-weight:bold;
	margin: 5% 0 5%;
	 text-align:center;
}


#about .link_btn03{
	width:30%;/*追加 */
	float:left;
	margin: 2% 1% 2% 0;
	padding:1%;
	font-size:120%;
	color:#1F9DF2;
	text-align:center;
	border:#1F9DF2 1px solid;
    border-radius: 3px;		
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
	}
#about  a .link_btn03{ 
	text-decoration: none;
}


#about a:hover .link_btn03{ 
	width:30%;/*追加 */
	float:left;
	margin: 1% 1% 1% 0;
	padding:1%;
	font-size:120%;
	color:#1F9DF2;
	text-align:center;
	border:#1F9DF2 1px solid;
    border-radius: 3px;		
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
	background-color:#DBEFFD;
}


#about .link_btn03  a:-webkit-any-link {
	text-decoration: none;
}


#about .grid01{
	width: 100%;
	margin:1% 0;
	padding:1% 0;
	border-bottom:#CCC 1px solid;
		}

#about .grid01  .txt{
	width: 100%;
	font-size:120%;
	line-height:1.4;
	margin:0 2% 0 0;
	text-align:left
		}
		
#about .grid01  .txt .tit{
	font-size:100%;
	font-weight:bold;
	color:#1F9DF2;
		}
#about .grid01  .pht{
	width: 100%;
	margin:0 2% 0 0;
		}
			
#about .grid01  .pht{
	max-width:100%;

		}
	
/*****************************************************************
#free (max-width:1100px)
*****************************************************************/
#free{
	width:100%;
	}


#free h3{
    font-size:120%;
	font-weight:bold;
	text-align:center;
	margin: 5% 0 2%;
	padding:1%;
	color:#1F9DF2;
	text-align:center;
	background:#E9F5FE;
	border-top:#1F9DF2 1px solid;
	border-bottom:#1F9DF2 1px solid;
}
#free h4{
	color:#1F9DF2;
     font-size:100%;
	 font-weight:bold;
	margin: 2% 0 2%;
	 text-align:center;
}
	
#free .grid02{
	float:left;
	width:48%;
	margin-right:1%;
	background:#fff;
	}

#free .grid02 h4{
	margin:0;
	padding:1% 0;
	font-size:130%;
	font-weight:bold;
	color:#fff;
	background:#1F9DF2;
	text-align:center;
	}
/*****************************************************************
#qa 　 (min-width:1200px)
*****************************************************************/
#qa{
     width:100%;
	margin:0 auto;
	 text-align:left;
}

#qa h3{
    font-size:120%;
	font-weight:bold;
	text-align:center;
	margin: 5% 0 2%;
	padding:1%;
	color:#1F9DF2;
	text-align:center;
	background:#E9F5FE;
	border-top:#1F9DF2 1px solid;
	border-bottom:#1F9DF2 1px solid;
}
#qa h4{
     font-size:120%;
	 font-weight:bold;
	margin: 2% 0 2%;
	 text-align:center;
}




#qa .accordion {
	width: 100%;
	margin: 0 auto;
	padding: 10px;
}
#qa .accordion .ac-content {
	margin: 0 0px;
	font-size:100%;
}
#qa .accordion label:first-letter{
     font-size: 100%;
     font-weight: bold;
	 color:#1F9DF2;
	 margin-right:0.1%;
     padding:0.3%;
}

#qa .accordion input {
	display: none;
}
#qa .accordion label {
	font-size:100%;
	display: block;
	background: #E9F5FE;
	/*color:#1F9DF2;*/
	cursor: pointer;
	padding: 10px;
	border-bottom: 1px solid #fff;
}
#qa .accordion label:hover {
	background: #eee;
}
#qa .accordion .ac-cont {
	transition: 0.2s;
	height: 0;
	overflow: hidden;
	background: #fff;
	padding: 0 10px;
}
#qa .accordion .ac-cont:first-letter{
     font-size: 100%;
     font-weight: bold;
	 color:#F4421C;
	 margin-right:0.1%;
     padding:0.3%;
}

#qa .accordion input:checked + .ac-cont {
	height: auto;
	padding: 10px;
}

#qa .link_btn04{
	width:21%;/*追加 */
	float:left;
	margin: 2% 1% 2% 0;
	padding:1%;
	font-size:120%;
	color:#1F9DF2;
	text-align:center;
	border:#1F9DF2 1px solid;
    border-radius: 3px;		
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
	}
#qa a .link_btn04{ 
	text-decoration: none;
}


#qa a:hover .link_btn04{ 
	width:21%;/*追加 */
	float:left;
	margin: 2% 1% 2% 0;
	padding:1%;
	font-size:120%;
	color:#1F9DF2;
	text-align:center;
	border:#1F9DF2 1px solid;
    border-radius: 3px;		
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
	background-color:#DBEFFD;
}


#qa .link_btn04  a:-webkit-any-link {
	text-decoration: none;
}



/*****************************************************************
#school
*****************************************************************/
#school {
     width:100%;
	margin:0 auto;
	 text-align:left;
}

#school  h3{
    font-size:120%;
	font-weight:bold;
	text-align:center;
	margin: 5% 0 2%;
	padding:1%;
	color:#1F9DF2;
	text-align:center;
	background:#E9F5FE;
	border-top:#1F9DF2 1px solid;
	border-bottom:#1F9DF2 1px solid;
}
#school  h4{
    font-size:120%;
	font-weight:bold;
	margin: 4% 0 2%;
	padding:0 3%;
	color:#1F9DF2;
	text-align:center;
    text-decoration: underline;
}

#school .link_btn04{
	width:21%;/*追加 */
	float:left;
	margin: 1% 1% 0 0;
	padding:1%;
	font-size:120%;
	color:#1F9DF2;
	text-align:center;
	border:#1F9DF2 1px solid;
    border-radius: 3px;		
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
	}
#school a .link_btn04{ 
	text-decoration: none;
}


#school a:hover .link_btn04{ 
	width:21%;/*追加 */
	float:left;
	margin: 1% 1% 0 0;
	padding:1%;
	font-size:120%;
	color:#1F9DF2;
	text-align:center;
	border:#1F9DF2 1px solid;
    border-radius: 3px;		
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
	background-color:#DBEFFD;
}


#school .link_btn04  a:-webkit-any-link {
	text-decoration: none;
}





/*tab-------------------------------*/
#school ul li {
    float: left;
    list-style-type: none;
    width: 50%;
}
 
#school ul li a {
    font-size: 100%;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    display: block;
    padding: 3% 0;
    text-align: center;
    width: 100%;
    background: #9CD5FA;
    border: 1px solid #1F9DF2;
    border-bottom: none;
}
#school ul li a:hover{
    background:#80C8F9;
    color:#FFF;
}
 
#school ul li a.current {
    background: white;
    color: #1F9DF2;
}
 
#school #tabcontents{
    clear:both;
}
 
#school #tabcontents  div {
    padding: 1% 0 5% 0 ;
    background: white;
    text-align: center;
   /* border: 1px solid #c15757;*/
    border-top: none;
}
 
#school #tabcontents  div img {
    width: 100%;
    height: auto;
	}
 
#school #tabcontents  p{
    margin-top:20px;
    line-height:2em;
}
 
#school #tabcontents strong {
    font-size: 120%;
    font-weight: bold;
    color: #1F9DF2;
}

/*3カラム枠あり----------------------*/
#school .grid03_line{
	float:left;
	width:32%;/*270px*/	
	padding:1%; 
	margin-right:0.8%; 
	background:#fff;
	border:#CCC 1px solid;
	text-align:center;
	}
	.grid03_line:last-child{
	margin-right:0px;
	}
	

#school .grid03_line h4{
    margin: 0 auto;
	padding:1% 0;
	font-size:100%;
	font-weight:bold;
	text-align:center;
	color:#1F9DF2;
    text-decoration:none;
	}


#school .grid03_line img{
    width: 100%;
    height: auto;
	padding:0.5% auto;
	text-align:center;
	}
	

#school .grid03_line .time{
	padding:1% 0;
	text-align:center;
	font-size:110%;
	border-bottom:#CCC 1px solid;
	}
	
		

/*table-----------------------*/
#school table.type01 {
	width:100%;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border: 1px solid #ccc;
}
#school table.type01 th {
	width: 20%;
	padding: 2%;
    font-size: 120%;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #eee;
}
#school table.type01 td {
	width: 20%;
	padding: 2%;
    font-size: 120%;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}


#school .link_btn04{
	width:49%;/*追加 */
	height:2.6em;
	float:left;
	margin: 1% 1% 0 0;
	padding:1%;
	font-size:95%;
	color:#1F9DF2;
	text-align:center;
	border:#1F9DF2 1px solid;
    border-radius: 3px;		
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
	}
#school a .link_btn04{ 
	text-decoration: none;
}


#school a:hover .link_btn04{ 
	width:49%;/*追加 */
	float:left;
	margin: 1% 1% 0 0;
	padding:1%;
	font-size:95%;
	color:#1F9DF2;
	text-align:center;
	border:#1F9DF2 1px solid;
    border-radius: 3px;		
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
	background-color:#DBEFFD;
}


#school .link_btn04  a:-webkit-any-link {
	text-decoration: none;
}

/*****************************************************************
table.reserve
*****************************************************************/

/*table-----------------------*/
table.reserve {
	width:100%;
	margin:0 0 0 0;
	padding:0;
	text-align: left;
	line-height: 1.1;
}
table.reserve th {
	width: 25%;
	margin:0;
	padding: 2% 2%;
    font-size: 100%;
	font-weight: bold;
	vertical-align: top;
	background:#F0F0F0;
}
table.reserve td {
	width: 75%;
	margin:0;
	padding: 0.5%;
    font-size: 100%;
	vertical-align: top;
}
	
/*table-----------------------*/
table.mini {
	width: 100%;
	margin:0;
	padding:5% 0 2% 0;
	border-bottom:#CCC 2px dotted;
}
table.mini th {
	padding: 3px;
	color:#333;
	font-size: 12px;
	text-align: center;
}

table.mini td {
	width: 100%;
	padding: 3px;
	color:#333;
	font-size: 12px;
	text-align: center;
}

table.mini td  .red2{
	float:left;
}	
	
	
	
/*****************************************************************
#footer　 (max-width:1100px)
*****************************************************************/
#footer{
　padding:0.2% 0;
  color:#fff;
  background:#333;
　text-align:center;
　font-size:95%;
　}

* html #footer{height:1%;}
	
	#footer .grid, #footer .grid p{
	float:none;
	width:100%;
	text-align:center;
	border:0;
	}
	
	#footer .grid:last-child{padding-top:1%;}
	
.spNone {
	display:none;
	}
.tel strong{
font-size:95%;
}
	


ul.corona{
	font-size:100%;
	text-align:left;
		}

ul.corona li{ 
	margin:0 0 0 15px;
	padding:0 0 0 8px;
	list-style:decimal;
	font-size:90%;
}
.ar_corona{ 
   text-align:right;
   font-size:100%;
}
.al_corona{ 
   text-align:left;
   font-size:100%;
}

.corona_tit{ 
    margin:20px 0 5px 0;
	padding:10px;
	font-size:130%;
	font-weight:bold;
	text-align:left;
	color: #1F9DF2;
	letter-spacing:0px;
}
.corona_b{ 
	font-size:105%;
	font-weight:bold;
}

.line_corona{
	margin-bottom:10px;
	border:#999 1px dotted;
	}


ul.corona01{
	font-size:120%;
	text-align:left;
		}

ul.corona01 li{ 
	margin:0 0 5px 35px;
	padding:0 0 0 0px;
	list-style:decimal;
	font-size:100%;
	line-height:1.3;
}


ul.corona02{
	font-size:100%;
	text-align:left;
		}

ul.corona02 li{ 
	margin:0 0 0px 15px;
	padding:0 0 0 6px;
	list-style:none;
	line-height:1.3;
}

ul.corona03{
	font-size:100%;
	text-align:left;
		}

ul.corona03 li{ 
	margin:0 0 0px 35px;
	padding:0 0 0 0px;
	list-style:disc;
	line-height:1.3;
}


/* goto-----------*/
.goto_link{ 
    margin:10px 0 10px 0;
	padding:0;
	font-size:100%;
	font-weight:bold;
	text-align:left;
	color: #1F9DF2;
	letter-spacing:3px;
}
.goto_grid_all{
	width:100%;
	margin:0;
	padding:0;
}
.goto_grid02{
	width:48%;
	margin:0 1% 0 0;
	padding:0;
	float:left;
	font-size:1.2em;
}
.goto_grid02 img{
	max-width:100%;
	height:auto;
}


}







/* Clear fix -----------------------------------------------------*/
.clfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	}
*:first-child+html .clfix {mainimgbox
	display: inline-block;
	min-height: 1%;
	}
/* Hides from IE6/IE Mac \*/
* html .clfix {
	height: 1%;
	}
.clfix {
	display: block;
	}
/* End hide from IE6/IE Mac */


.clearLeft { 
clear: left; 
}

.spimg img{
	max-width:100%;
	height:auto;

}








