@charset "utf-8";



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {
	list-style: none;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	font-weight: normal;
	text-align: left;
	}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}




body{
color:#555;
font:12px verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
-webkit-text-size-adjust: none;
    margin: 0 auto;
	text-align:center;

}



p,h1,h2,h3,h4,h5,h6,li,td,dt,dd {
	font-size: 12px;
	font-weight: normal;
	}
h1,h2,h3{
	margin:0;
	padding:0;
	}

p,ul,ol,dl,blockquote,pre {
	margin-bottom: 1.0em;
	}
p{
	font-size:130%;
	line-height:1.7;
    }

hr	{
	clear: both;
	display: none;
	visibility: hidden;
	}
a:link		{
	color: #1F9DF2;
	text-decoration: none;
	}
a:visited	{
	color: #1F9DF2;
	text-decoration: none;
	}
a:hover		{
	color: #1F9DF2;
	text-decoration: none;
	}
a:active		{
	color: #1F9DF2;
	text-decoration: none;
	}
img	{
	border: none;
	}
form {
	margin: 0;
	}

a img:hover {
	opacity: 0.7;
	filter: alpha( opacity=70 );
	-ms-filter: "alpha( opacity=70 )";
	}
	
	

	
/*****************************************************************
#menu グローバルメニュー
*****************************************************************/
#menu{
    width: 100%;
    margin: 10px auto;
    background: #fff
}
#menu-inner{
    width: 1200px;
    height: 40px;
    margin: 0 auto;
    background: #fff;
}
#menu-btn{display: none;}
#menu-content{
    padding-left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    list-style-type: none;
}
#menu-content > li{
	width:16.5%;
	border-left:#CCC 1px solid;
　　font-size:135%;
	position: relative;
    float: left;
    height: 100%;
    text-align: center;
}
#menu-content > li:last-child{
	border-right:#CCC 1px solid;
}
#menu-content > li > a{
    position: relative;
    display: block;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.3;
    background: #fff;
    color: #000;
    font-size: 125%;
    text-decoration: none;
    z-index: 2;
}
#menu-content > li > a:hover{
    background: #1F9DF2;
    color: #fff;
}
#menu-content > li > a > .blogicon-chevron-down{margin-right: 5px;}
/*２階層目*/
#menu-content > li > ul.second-content{
    visibility: hidden;
    position: absolute;
    top: 0;
    margin: 0;
    padding-left: 0;
    list-style-type: none;
    z-index: -1;
}
#menu-content > li:hover > ul.second-content{
    visibility: visible;
    top: 40px;/*2*/
    z-index: 1;
    transition: all .3s;
}
#menu-content > li > ul.second-content > li{
    text-align: center;
    width: 200px;/*４*/
    height: 40px;/*５*/
}
#menu-content > li > ul.second-content > li > a{
    display: block;
    line-height: 40px;/*５*/
    background:#fff;/*13*/
    color: #000;/*14*/
    font-size: 90%;
    text-decoration: none;
	opacity: 0.9;
	text-align:center;
}
#menu-content > li > ul.second-content > li > a:hover{
    background: #1F9DF2;/*15*/
    color: #fff;/*16*/
}



	



/*****************************************************************
h2　h3
*****************************************************************/
	
h2{
	width:100%;
	margin:0.5% 0;
	padding:1% 0 ;
	font-size:190%;
	font-weight:bold;
	color:#fff; 
	}
	
.bk_b{
	width: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:100%;
	color: #F6F6F6;
	line-height: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;
	}
	

.al{
	text-align: left;
}




/*****************************************************************
grid set
*****************************************************************/
/*5カラム----------------------*/

.grid05{
	float:left;
	width:20%;
	margin:0.5% 0;
	background:#fff;
	}

.grid05 h4{
	padding:10px 0;
	font-weight:bold;
	color:#fff;
	text-align:center;
	}

.grid05 p{
	padding:5px;
	line-height:1.2;
	}


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





	
	
/*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:22.3%;/*270px*/	
	padding:1%; 
	margin-right:0.5%; 
	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_line{
	float:left;
	width:22.3%;/*270px*/	
	padding:1%; 
	margin-right:0.5%; 
	background:#fff;
	border:#CCC 1px solid;
	text-align:center;
	}
	.grid04_line:last-child{
	margin-right:0px;
	}
	

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

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

.grid04_line img{
    max-width: 100%;
    height: auto;
	padding:0.5% auto;
	text-align:center;
	}
		
	
	
	
	
/*4カラム----------------------*/

.grid04{
	float:left;
	width:25%;
	margin:1% 0;
	background:#fff;
	}

.grid04 h4{
	padding:10px 0;
	font-weight:bold;
	color:#fff;
	background:#415ca2;
	text-align:center;
	}

.grid04 p{
	padding:5px 10px;
	}


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


/*3カラムSNS----------------------*/
.grid03_sns{
	width:26%;
	margin:1% 1% 1% 0;
	padding:3%;
	float:left;
	text-align:left;
	border:#CCC 1px solid;
	}

.grid03_sns h4{
	padding:5% 0 1% 0;/*30px 0 2px 0*/
	font-size:200%;
	font-weight:bold;
	color:#fff;
	background:#1F9DF2;
	text-align:center;
}	
.grid03_sns img{
    max-width: 100%;
    height: auto;
	}


/*3カラム----------------------*/
.grid03{
	width:30%;
	margin:0 1% 0 0;
	padding:2% 1%;
	float:left;
	background:#1F9DF2;
	text-align:center;
	}

.grid03 h4{
	padding:5% 0 1% 0;/*30px 0 2px 0*/
	font-size:200%;
	font-weight:bold;
	color:#fff;
	background:#1F9DF2;
	text-align:center;
}
.grid03  .jp{
	margin:0 auto;/*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;
	}



/*2カラム----------------------*/
.grid02{
	float:left;
	background:#fff;
	}

.grid02 h4{
	padding:10px 0;
	font-weight:bold;
	color:#fff;
	background:#1F9DF2;
	text-align:center;
	}

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


.grid02 img{
	padding:10px auto;
	text-align:center;
	}
	
	
	


/*1カラム----------------------*/
.grid01{
	margin:0;
	padding:0;
	/*float:left;*/
	}

.grid01 h4{
	padding:10px 0;
	font-weight:bold;
	color:#fff;
	background:#F69;
	text-align:center;
	}

.grid01 p{
	padding:5px 10px;
	}


.grid01 img{
    max-width: 100%;
    height: auto;
	padding:0 auto;
	text-align:center;
	}


P.img{
    max-width: 100%;
    height: auto;
	}
	
/* page-top
------------------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width:40px;
	height:25px;
	padding:3px 0 0 0;
	color:#1F9DF2;
	text-align:center;
	background-color:#FFF;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */  
    border:#1F9DF2 1px solid;
}













/*********************************************************************************************************************
/* PC用 min-width:1200px  
*********************************************************************************************************************/
@media only screen and (min-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: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;
	}
	


/*link_btn03-------------------------------- */	
.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%;
	}	


/*****************************************************************
#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{
	display: inline-block;
    height: 70px; 
	/*width:100%;*/
 }


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

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

.grid01_camera  .pht{
	float:left;
	width: 32%;
	margin:0 2% 0 0;
		}
			
.grid0_camera1  .pht{
	max-width:100%;
		}


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

#camera  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;
}
#camera  h4{
	font-size:160%;
	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;
		}

/*7:3------------------*/
#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{
	float:left;
	width: 58%;
	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_40{
	float:left;
	width:38%;
	margin:0 2% 0 0;
	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:60%;
	padding:0 3%;
		}
		
#about .grid01  .txt_all{
	width:100%;
	font-size:140%;
	line-height:1.8;
		}
		
#about .tit_blue{
	font-size:160%;
	font-weight:bold;
	color:#1F9DF2;	
		}

#about ol {
	font-size:140%;
	margin:0  0 4% 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:1200px;
	margin:0 auto;
	padding:0;
	text-align:center;
}



/*3カラム枠あり----------------------*/
#english   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;
} 

#english  h4{
    margin: 0 auto;
	padding:1% 0;
	font-size:150%;
	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%;
	}

/*
#english .e_grid03_line_all{
	width:100%;	
    margin: 0 auto;
	padding:0; 
	overflow:hidden;
	}

#english .e_grid03_line{
	float:left;
	width:30%;
	padding:1%; ;
	margin:0 1.75% 1% 0  ;
	background:#fff;
	border:#CCC 1px solid;
	text-align:center;
	}
	
#english .e_grid03_line:last-child{
	margin:0px;
	}
	
#english  .e_grid03_line img{
    width: 100%;
    height: auto;
	padding:0.5% auto;
	text-align:center;
	}


#english .e_grid03_line  P{
	font-size:120%;
	line-height:1.4;
	margin: 1% 0 ;
	padding:0;
	text-align:left;
	}
*/

/*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{
	float:left;
	width:30.5%;
	padding:1%; 
	margin-right:0.5%; 
	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 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% 0;
    padding:0;
}

#english li.g03_line_e .e_btn02_con {
    float: left;
    width: 45%;
    margin: 1% 2% 3% 0;
    padding:3% 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: 45%;
    margin: 1% 0% 3% 0;
    padding:3% 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:20px 0 0 0; 
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
}
#english table.keiko  th {
	width:8%;
	padding:10px;
	font-size:120%;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #efefef;
}
#english table.keiko  td {
	width:3%;
	padding: 0;
	text-align:center;
	vertical-align:middle;
	border-bottom: 1px solid #ccc;
}

#english table.keiko  td .blue{
	margin:10px 0; 
	padding:8px 1px; 
	vertical-align:central;
	color:#FFF;
	background:#3CC;
}
#english table.keiko  td .wet{
	margin:10px 0; 
	padding:8px; 
	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; 
}

.mt30{
	margin-top:30px; 
}
.mt40{
	margin-top:40px; 
}



/*2カラム枠あり----------------------*/
#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.g02_line_e{
	float:left;
	width:47%;/*270px*/	
	padding:1%; 
	margin-right:0.5%; 
	background:#fff;
	border:#CCC 1px solid;
	text-align:center;
	}
	.g02_line_e:last-child{
	margin-right:0px;
	}
	
#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.g02_line_e h4{
	padding:1% 0;
	font-size:120%;
	font-weight:bold;
	color:#1F9DF2;
	border-bottom:#CCC 1px solid;
	}
	
#english .ts{
	font-size:80%;
	color:#333;
	}	

#english li.g02_line_e p{
	padding:0.3% 0;
	text-align:left;
	}


#english li.g02_line_e img{
    max-width: 100%;
    height: auto;
	padding:0.5% auto;
	text-align:center;
	}
	
#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;
	}


.pcNone {
	display:none;
	}


/* corona----------*/
ul.corona{
	font-size:150%;
	text-align:left;
		}

ul.corona li{ 
	margin:0 0 10px 65px;
	padding:0 0 0 10px;
	list-style:decimal;
	font-size:90%;
	line-height:1.6;
}
.ar_corona{ 
   text-align:right;
   font-size:150%;
}
.al_corona{ 
   text-align:left;
   font-size:150%;
}

.corona_tit{ 
    margin:50px 0 10px 0;
	padding:0;
	font-size:170%;
	font-weight:bold;
	text-align:left;
	color: #1F9DF2;
	letter-spacing:3px;
}
.corona_b{ 
	font-size:110%;
	font-weight:bold;
}

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


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

ul.corona01 li{ 
	margin:0 0 10px 65px;
	padding:0 0 0 10px;
	list-style:decimal;
	font-size:110%;
	line-height:1.6;
}


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

ul.corona02 li{ 
	margin:0 0 10px 65px;
	padding:0 0 0 10px;
	list-style:none;
	font-size:90%;
	line-height:1.6;
}

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

ul.corona03 li{ 
	margin:0 0 10px 95px;
	padding:0 0 0 10px;
	list-style:disc;
	font-size:90%;
	line-height:1.4;
}



/* goto-----------*/
.goto_link{ 
    margin:10px 0 10px 0;
	padding:0;
	font-size:120%;
	font-weight:bold;
	text-align:left;
	color: #1F9DF2;
	letter-spacing:3px;
}
.goto_grid_all{
	width:100%;
	margin:0;
	padding:0;
}
.goto_grid02{
	width:25%;
	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; 
}



.br-sp { display:none; }




