@charset "UTF-8";
html {
   overflow-y:scroll;
}

  body,div,dl,dt,dd,ul,h1,h2,h3,h4,h5,h6,p,
  pre,form,fieldset,input,textarea,table,th,td,img {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
  }


a{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
del{
	text-decoration:line-through
}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

body {
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
   color:#666;
   width:100%;
}

a {
   color:#999;
   text-decoration:none;
}
a:hover {
	opacity:0.5;
}

img {
   vertical-align:middle;
   border:0;
}

.wrapbox {
 overflow: hidden;
}

/*******************************************************/
#headbar {
	/* 上部に固定するCSS */
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height:100px;

	/* バーの装飾 */
	background-color: #8ec31e;
	opacity:0.9;
	color: white;
	box-shadow: 3px 3px 3px #666;
	z-index:99999;
}
/* ------------------------------------------ */
/* ▼メニューバー部分の装飾(必須ではない装飾) */
/* ------------------------------------------ */

	/* ▽メニューバー内の余計な余白を消す */
	#headbar h2,
	#headbar ul,
	#headbar p {
		margin: 0;
		padding: 0;
	}


	/* ▽メニューバーの各項目 (※横幅を固定して左寄せ) */
#headbar table{
	margin:0 auto;
}

#headbar table tr{
	vertical-align:middle;
}

#headbar table td{
	padding:0;
}

#headbar table th{
	text-align:left;
	padding:0;
}
	
#headbar ul{
	height:30px;
	line-height:30px;
	padding:0px 0 0 0;
	border-top:1px solid #fff;
	width:600px;
	margin:0 auto;
}

	#headbar img{
		margin:0;
		padding:0;
}
	
	#headbar ul li {
		margin:0;
		float: left;
		list-style-type: none;
	}
	/* ▽メニューバーの各項目のリンク( ※クリック可能領域を項目全体に広げて、文字を白色に) */
	#headbar ul li a {
		font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size:13px;
		color: #fff;
		font-weight:bold;
		text-align: center;
	}
	/* ▽メニューバーの各項目のリンクにマウスが載ったときの装飾 (※配色を変える) */
	#headbar ul li a:hover {
		color: darkred;
	}
	
	#headbar ul li.menulist {
		padding:0 20px 0 0;
}
	
	/* ▽メニューバー内の「トップへ戻る」リンクの装飾 (※文字サイズを小さくして右寄せ／ついでにメニュー項目の回り込みを解除する) */
	#headbar p#fortop {
		clear: left;
		font-size: 75%;
		text-align: right;
	}
	/* ▽「トップへ戻る」リンクの配色 */
	#headbar p#fortop a {
		color: white;
	}
	/* ▽「トップへ戻る」リンクにマウスが載ったときの配色 */
	#headbar p#fortop a:hover {
		color: yellow;
	}
	
h1{
	text-align:right;
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:10px;
	margin:0 auto;
	padding:0 0px;
	color:#fff;
	font-weight:normal;
	width:1100px;
}

.nav{
	padding:0;
	margin:0;
	/*
	background-color:#fff;
	*/
	background-color:#fff;
	height:40px;
	padding:5px 0;
}

.headerwrap{
	background-color:#0251db;
	/*
	background-image:url(../img/sbg.png);
	*/
}
/*******************************************************/	
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
/* ========MENU CUSTOMIZE======== */
.mainnav{
}

.menuwrap{
	width:100%;
	/*background-color:#f7f7f7;*/
}

#menu{
	border-collapse: collapse;
	border: none;
	padding:0;	
	width:800px;
	margin:0px auto;
position: absolute;
right: 0;
top: 10px;
}


#menu td{
	margin:0;
	text-align:center;
	padding:0 15px;
	text-decoration:none;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	color:#fff;
}

#menu td.last{
	border:none;
}
#menu tr{
	padding:0;	
	margin:0;
}

#menu td a{
	margin: 0px;
	padding:0;
	color:#fff;
}

#menu td:hover{
}


#menu td a p,#menu td p{
	line-height:5px;
	padding:0;
	margin:0;
	font-weight:normal;
	font-size:12px;
	line-height:10px;
	color:#fff;
}

#gnavi_wrap{
	position:relative;
}

#gnavi_wrap ul{
	position:absolute;
	top:30px;
	background-image:url(../img/bghw.png);
	border:5px solid #1C2C52;
	background-color:#fff;
	width:175px;
	z-index:1000;
	margin:0;
	padding:0;
	display:none;
	padding:0px;
	overflow:hidden;
}
#gnavi_wrap li{
	text-align:center;
	text-align:left;
	padding:10px 0 10px 0;
	border-bottom:1px solid #1C2C52;
}
#gnavi_wrap li a{
	text-decoration:none;
	display: block;
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	text-shadow:none;
	color:#1C2C52;
	padding:0 0 0 5px;
}
#gnavi_wrap li a:hover{
	text-decoration:underline;
}


/* ========HEADLINE CONTENTS CUSTOMIZE======== */
/*******************************************************/
.header03{
	width:100%;
	background-color:#0251db;
}
#header{
	margin:0 auto;
	width:1100px;
	text-align: center;
	position: relative;
	height: 90px;
}

.logo {
position: absolute;
left: 0;
top: 0;
}

/* ========HEADER CUSTOMIZE======== */

.top{
	height:100px;
}



/* ========HEADER CUSTOMIZE======== */
.boxwrap{
	background-color:#ffe1e3;
	border-bottom:5px solid #ccc;
}
.boxwrap01{
	background-color:#ffe1e3;
	border-bottom:5px solid #ccc;
}
.box{
	margin:0 auto;
	padding:0px 0;
	text-align:center;
}

/*--------------------------------------------------------- */
.sbg{
padding: 0 0;
	background-image:url(../img/back.png);
}

.box01{
margin:0 auto;
	padding:0px 0 0 0;
	width:1100px;
	text-align:center;
	height:400px;
	background-image:url(../img/backimg.jpg);
}


#headImage {
	width:1100px;
   	height:400px;
   	overflow:hidden;
   	position:relative;
   	list-style:none;
	margin: 0px auto;

}

#headImage ul {
	margin: 0px auto;	
   list-style:none;
   padding:0;
	height:400px;
	
}

#headImage li {
   	position:absolute;
}
/* ========HEADER CUSTOMIZE======== */

.slider{
padding: 130px 0;
}

a.button{
	font-weight:normal;
	text-align:center;
	margin:5px auto;
	display:block;
	background-color:#666;
	font-weight:bold;
	color:#fff;
	padding:2px 5px;
	width:55%;
	font-size:14px;
}

a.button02{
	font-weight:normal;
	text-align:center;
	margin:5px 20px;
	display:block;
	background-color:#666;
	width:20%;
	float:right;
	font-weight:bold;
	color:#fff;
	padding:2px 5px;
	font-size:14px;
}


.title{
	text-align:center;
	padding:5px 0;
	font-size:18px;
	color:#fff;
	background-color:#e4007f;
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0;
	color:#333;
	margin:0 auto 0px;
	text-align:center;
	font-size:40px;
	padding:25px 0 0 0;
	line-height:25px;
	font-weight:bold;
	/*
	border-radius:20px 20px 0 0;
	background-image:url(../img/h2bg03_02.png);
	background-repeat:repeat-x;
	background-position:center;
	*/
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h2 span{
}

h2 span span{
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	background: #0251db;
	color: #fff;
	padding: 2px 30px;
	border-radius: 10px;
}

.wrap01 h2 span{
}

h2 span.small{
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
}


h2.qah2{
	width:680px;
	height:65px;
	margin:0 auto 10px;
	font-size:25px;
	border-radius:0;
	color:#fff;
	padding:0 0 0 20px;
	line-height:48px;
	background-image:url(../img/h2bg.png);
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-shadow:1px 1px 1px #333;
}


h3.other{
	font-weight:bold;
	margin:0 auto 30px;
	text-align:center;
	color:#1C2C52;
	font-size:25px;
}

h3.other span{
	border-bottom:5px solid #1C2C52;
}




h3 span.small{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}
h3.memberh3{
	font-size:22px;
	color:#ad9f5e;
	width:520px;
	margin:0;
}
h3.memberh3_01{
	font-size:22px;
	color:#ad9f5e;
	width:520px;
	float:right;
	margin:10px 0 10px 0;
}



span.size{}

span.blue{
	color:#ad9f5e;
	font-weight:bold;

}
span.size01{
	font-size:12px;
	color:#ad9f5e;
	font-weight:bold;
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}
p{
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
	font-size:17px;
}

.main p b{
	color:#333;
	font-weight:bold;
	font-size:18px;
}
.main{
	margin:0 auto;
	padding:60px 0;
	width:1100px;
	font-size:16px;
}
.main02{
	margin:0 auto;
	padding:60px 0 0 0;
	width:1100px;
	font-size:16px;
}

.main03{
	margin:0 auto;
	padding:60px 0 0 0;
	width:1100px;
	font-size:16px;
}

/******************************************/
.wrapgallery{
	background:url(../img/gallerymenubg.png)center;
	height: 571px;
}

.wrapgallery table{
	margin:0 auto;
	width:1100px;
}
.wrapgallery table tr{
vertical-align: middle;
}
.wrapgallery table td{
width: 50%;
padding: 40px;
padding-top: 0px;
padding-bottom: 0px;
}
.wrapgallery table th{
padding: 40px;
padding-top: 250px;
}
.wrapgallery table div{
color: #fff;
text-align: center;
padding: 20px;
background: url("../img/black.png");
}
.wrapgallery table div h3{
	padding:0;
	color:#fff;
	margin:0 auto 0px;
	text-align:center;
	font-size:30px;
	padding:25px 0;
	line-height:25px;
	font-weight:bold;
	background-image:url(../img/h2bg03_02.png);
	background-repeat:repeat-x;
	background-position:center;
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-shadow: 1px 1px #000;
text-align: center;
}
.wrapgallery table div h3 span{
	font-size:16px;
}
.wrapgallery table div p{
font-size: 16px;
}
.wrapgallery table div a{
display: block;
border: 1px solid #fff;
font-size: 16px;
	color:#fff;
	padding: 10px;
	margin: 20px auto 0;
	width: 50%;
}

/******************************************/
.greeting{
	background:url(../img/greeting.jpg)center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0 auto 60px;
}

.greeting table{
	margin:0 auto;
	width:1100px;
}
.greeting table th{
width: 60%;
}

.greeting table td{
	padding:0px 0px;
}

.greeting table td div{
	margin:0;
	padding:30px;
	background: #000;
	float: right;
}


.greeting table td p{
	font-size:14px;
	margin:10px 0 0 0;
	color:#fff;
}

.greeting table td h3{
	color:#fff;
	font-size: 30px;
	text-align: center;
}

.greeting table td img{
	margin:0 10px 0 0;
}


/******************************************/

table.choosy{
	margin:60px auto;
	width:100%;
}
table.choosy td{
	padding:60px 30px;
}

table.choosy td div{
	width:440px;
	margin:0;
	padding:0 0;
}

table.choosy02 td div,table.choosy04 td div{
float: right;
	width:440px;
}

table.choosy td p{
	margin:10px 0 0 0;
	color:#333;
}

table.choosy td h3{
	color:#0251db;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}

table.choosy td img{
	margin:0 10px 0 0;
}
table.choosy th{
	width:60%;
/*
	background:url(../img/choosy01.jpg)center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
}

.boxchiiki{
height: 255px;
}

.boxchiiki02{
height: 255px;
}

.boxchiiki03{
height: 255px;
}
/*
table.choosy02 th{
	width:60%;
	background:url(../img/choosy02.jpg)center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
*/

table.choosy03 th{
	width:60%;
	background:url(../img/choosy03.jpg)center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
table.choosy04 th{
	width:60%;
	background:url(../img/choosy04.jpg)center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}





/*********************************************/
table.pricetable{
	text-align:center;
	width:100%;
	margin:10px auto 0px;
	color: #fff;
	border-collapse: collapse;
}
table.pricetable tr{
	vertical-align:middle;
}
table.pricetable td{
border-bottom: 1px solid #ccc;
	padding:10px 0;
	text-align: right;
font-size: 16px;
}
table.pricetable th{
font-size: 16px;
text-align: left;
border-bottom: 1px solid #ccc;
	padding:10px 0;
}
table.pricetable caption{
background: #333;
color: #fff;
padding: 5px 0;
}
table.pricetable p{
	margin:0 0 0 0;
	padding:0 0;
font-size: 14px;
}

/*********************************************/

a.link{
	margin-top:-100px;
  padding-top:100px;
}
#access{
	margin-top:-100px;
  padding-top:100px;
}

#access:hover{
	opacity:1;
}

/***************************/
table.business{
	width:550px;
	text-align:center;
}
table.business tr{
	vertical-align:top;
}
table.business img{
	height:110px;
}
/***************************/
.wrap01{
	width:100%;
	padding:0 0;
	background-color:#fff2f2;
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0 auto 0px;
	background-color:#000;
}

.wrap01 p{
	color:#fff;
}

.bg{
	height:30px;
	background-image:url(../img/bg.png);
}
.bg02{
	height:30px;
	background-image:url(../img/bg02.png);
}

.wrap02{
	width:100%;
	padding:0 0;
	background: url(../img/wrap02.jpg) center center fixed;
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0 auto 0px;
}
.wrap02_01{
	width:100%;
	padding:0 0;
	background: url(../img/wrap02_01.jpg) center center fixed;
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0 auto 0px;
}
.wrap03{
	width:100%;
	padding:0 0;
	background: url(../img/wrap03.jpg) center center fixed;
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0 auto 0px;
}

.wrap04{
	width:100%;
	padding:0 0;
	background: url(../images/wrap04.jpg) center center fixed;
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0 auto 0px;
}


.wrapdrink .main,.wrapfood .main{
	padding:30px 10px;
	background-image:url(../img/bghw02.png);
}
.wrapdrink{
	width:100%;
	padding:0 0;
	background: url(../img/wrapdrink.png) center center fixed;
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0 auto 0px;
}
.wrapfood{
	width:100%;
	padding:0 0;
	background: url(../img/wrapfood.png) center center fixed;
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0 auto 0px;
}

.wrap02 p{
	padding:10px;
	color:#fff;
}
.wrap02_01 p{
	padding:10px;
	color:#fff;
}


.wrap02_01 h2 span.small{
/*	padding:0 10px;
	background-image:none;
	background-color:inherit;
	*/
}

.wrap01 h2{
	color:#fff;
	text-shadow:none;
	/*
	background-image:url(../img/h2bg03_02.png);
	*/
}
.wrap01 h2 span{
}


.wrap02 h2{
color: #fff;
/*
	background-image:url(../img/h2bg03_02.png);
	*/
}
.wrap02 h2 span{
}



span.big{
	font-weight:bold;
	font-size:20px;
	color:#ea5414;
}

span.red{
	color:#ff0000;
}


.box02{
	margin:0 auto 0;
	width:100%;
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	overflow-x:hidden;
	height:250px;
	opacity:0.8;
	background-color:#000;
	overflow-y:scroll;
	
	
}

p.right{
	margin:10px auto 0;
	text-align:right;
}

.footerbg{
	height:300px;
	background-image:url(../img/footerbg.png);
}

.banner{
	margin:10px auto;
	text-align:center;
}


.banner02{
	margin:40px auto;
	text-align:center;
}
/*******************************************/
ol.topol {
	margin:0 0 0 20px;
    counter-reset:li; /* Initiate a counter */
    padding:0; /* Remove the default left padding */
    list-style:none; /* Disable the normal item numbering */
}
ol.topol li {
    position:relative; /* Create a positioning context */
    margin:0 0 10px 20px; /* Give each list item a left margin to make room for the numbers */
    padding:4px 10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:25px;
	color:#fff;
	font-weight:bold;
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*
	border-bottom:1px solid #22ac38;
	*/
}


ol.topol li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    top:-2px;
    left:-2em;
    width:2em;
    padding:4px 0;
    color:#000;
    background:#fff;
    font-weight:bold;
    text-align:center;
	background-position:center;
	border-radius:300px;
	font-size:20px;
}

ol.topol li p{
	color:#fff;
	font-size:13px;
	font-weight:normal;
	margin:0 auto 10px;
}

/*--------------------------------------------------------- */
.floatleft{
	width:100px;
	height:100px;
	float:left;
	border-radius:100px;
	border:5px solid #ad9f5e;
	margin:0px 10px 20px 0;
}
.floatright{
	width:100px;
	height:100px;
	float:right;
	border-radius:100px;
	border:5px solid #ad9f5e;
}

/*::::::::::::::::::::::::::::::::::*/
table.activity{
	text-align:center;
	width:1100px;
	margin:0 auto;
	border-collapse: separate;
	border-spacing: 20px;
}
table.activity tr{
	vertical-align:top;
}
table.activity td{
	width:50%;
	padding:10px;
	background-color:#0251db;
}

table.activity td div{
	padding:10px;
	background-image:url(../img/list.png);
	background-position:center right;
	background-repeat:no-repeat;
}

table.activity td div a{
	font-size:22px;
	color:#fff;
	font-weight:bold;
	display:block;
}

table.activity td div a p{
text-align: left;
	font-size:15px;
	color:#fff;
	margin:0 auto;
	width: 90%;
	padding:0;
}
/*--------------------------------------------------------- */

 .bord02{
	background-color:#fff;
	border-radius:5px;
	padding:10px;
	margin:10px auto 20px;
	border:1px solid #ccc;
	border-radius:10px;
}

.bord02 h3{
	background-image:url(../img/qa002.png);
	background-position:left;
	background-repeat:no-repeat;
	padding:5px 0 5px 40px;
	margin:0 auto;
	color:#ff0000;
	font-size:25px;
	border-left:none;
	border-bottom:1px solid #ccc;
}

.bord02 p{
	margin:10px auto 0;
	background-image:url(../img/qa003.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding:0 0 20px 40px;
}
/*--------------------------------------------------------- */
.imgcircleright{
	margin:0 0 0 20px;
	float:right;
	width:300px;
	border-radius:300px;
}
.imgcircleleft{
	margin:0 20px 40px 0;
	float:left;
	width:300px;
	border-radius:300px;
}
/* ========MAIN CONTENTS CUSTOMIZE======== */


table.menuwrap02{
	width:100%;
}
table.menuwrap02 td{
	padding:10px;
}
table.menuwrap02 tr{
	vertical-align:top;
}

h3.menuh3{
	background-color:#FF83A4;
	color:#fff;
	background-image:url(../img/b01.png);
	height:53px;
	line-height:53px;
	text-align:center;
}

table.menuprice{
	text-align:left;
	width:100%;
	font-size:15px;
	margin:0 auto 20px;
	background-image:url(../img/bghw.png);
	background-position:center;
}

table.menuprice td,table.menuprice th{
	text-align:left;
	border-bottom:1px dashed #ccc;
}

table.menuprice td{
	padding:5px;
	text-align:right;
	border-bottom:1px dashed #ccc;
}
table.menuprice th{
	font-size:15px;
	font-weight:bold;
	padding:5px;
	text-align:left;
	color:#40210F;
}

table.menuprice th p{
	margin:0 auto;
	font-size:13px;
}

table.menuprice02 tr{
	vertical-align:top;
}

/*--------------------------------------------------------- */
table.strengs{
	width:100%;
}
table.strengs td img{
	width:100%;
}
table.strengs tr{
	vertical-align:top;
}

table.strengs td{
	padding:10px;
	width:25%;
}

table.strengs td h3{
	font-size:16px;
	text-align:center;
	margin:10px auto;
	color:#e489bc;
}

table.strengs td p{
	margin:10px auto;
}
table.strengs td p b{
	font-size:13px;
}
/*--------------------------------------------------------- */
table.gallery02{
	width:100%;
}
table.gallery02 td img{
	width:100%;
}
table.gallery02 tr{
	vertical-align:top;
}

table.gallery02 td{
	padding:10px;
	width:25%;
}
/*--------------------------------------------------------- */
table.gallery03{
	width:100%;
}
table.gallery03 td img{
	height:315px;
}
table.gallery03 tr{
	vertical-align:top;
}

table.gallery03 td{
	padding:10px;
}
/*--------------------------------------------------------- */
table.flow{
	margin:0 auto;
	width:100%;
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-spacing:10px;
	border-collapse: separate;
}

table.flow tr{
	vertical-align:top;
}
table.flow td img{
	width:100%;
	border-radius:10px;
}
table.flow td{
	background-color:#000;
	padding:15px;
	width:25%;
    word-break: break-all;
}
table.flow span{
	font-size:20px;
}

table.flow td h3{
	font-size:16px;
	text-align:center;
	margin:10px auto;
	color:#fff;
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
}

table.flow td p{
	width:100%;
	margin:0 auto;
	font-size:13px;
	text-align:center;
	word-wrap:break-word;
	color:#fff;
}

/*--------------------------------------------------------- */
table.flow02{
	margin:0 auto;
	width:606px;
}
table.flow02 td img{
	width:100%;
}
table.flow02 td{
	padding:15px;
	width:263px;
}
table.flow02 span{
	font-size:20px;
}

table.flow02 td h3{
	font-size:18px;
	text-align:center;
	margin:10px auto;
	color:#ad9f5e;
}

table.flow02 td p{
	margin:0 auto;
	font-size:13px;
	text-align:center;
}

/*--------------------------------------------------------- */

#photos {
   /* Prevent vertical gaps */
   line-height: 0;
 
   -webkit-column-count: 4;
   -webkit-column-gap:   0px;
   -moz-column-count:    4;
   -moz-column-gap:      0px;
   column-count:         4;
   column-gap:           0px;
   margin-bottom: 40px;
 
}
#photos img {
  /* Just in case there are inline attributes */
  width: 95% !important;
  margin-bottom:5%;
  height: auto !important;
  border:0px solid #fff;
}
/* ======== CUSTOMIZE======== */

/*--------------------------------------------------------- */
table.galley{
	text-align:center;
}

table.galley tr{
	vertical-align:top;
}
table.galley td{
	width:25%;
	padding:10px;
}

table.galley img{
	width:100%;
	margin:0 10px 0 0;
}

/*--------------------------------------------------------- */
table#menuwrap {
	width:100%;
	margin:10px auto 40px;
}
table#menuwrap td{
	padding:10px;
}
/*--------------------------------------------------------- */

table.price{
	width:100%;
	border-collapse:collapse;
	color:#333;
	margin:10px auto 50px;
}

table.leftprice{
}

table.price h3{
	color:#fff;
	background-color:#000;
	padding:0 10px;
	margin:0 auto 10px;
}


table.price th{
	padding:5px;
}
table.price th.img{
	width:250px;
	display:none;
}
table.price th.img img{
	width:100%;
}

table.price td{
	padding:5px;
}

table.price td p{}

table.price th.left{
	text-align:left;
	color:#1C2C52;
	border-top:1px dashed #ccc;
	border-bottom:1px dashed #ccc;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
}
table.price td.right{
	text-align:right;
	border-top:1px dashed #ccc;
	border-bottom:1px dashed #ccc;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
}

/*--------------------------------------------------------- */

table.price02{
	width:100%;
	border-collapse:collapse;
	color:#333;
	margin:10px auto 50px;
}

table.price02 h3{
	color:#fff;
	background-color:#000;
	padding:0 10px;
	margin:0 auto 10px;
}


table.price02 th{
	padding:5px;
}
table.price02 th.img{
	width:150px;
}
table.price02 th.img img{
	width:100%;
}

table.price02 td{
	padding:5px;
}

table.price02 td p{}

table.price02 th.left{
	text-align:left;
	color:#1C2C52;
	border-top:1px dashed #ccc;
	border-bottom:1px dashed #ccc;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
}
table.price02 td.right{
	text-align:right;
	border-top:1px dashed #ccc;
	border-bottom:1px dashed #ccc;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
}
/*--------------------------------------------------------- */

table.formTable{
	width:100%;
	margin:0 auto;
	text-align:left;
	border-collapse:collapse;
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;

}
table.formTable td{
	border-bottom:1px solid #ccc;
	padding:20px 15px;
	color:#333;
	
}

table.formTable th{
	font-weight:bold;
	color:#333;
	text-align:left;
	padding:20px 15px;
	border-bottom:1px solid #ccc;
	width:170px;
}
table.formTable th span{
	color:#ff0000;
}

select{
	font-size:16px;
	padding:0 10px;
	border-radius:5px;
}

.input{
	width:95%;
	padding:10px;
	border-radius:10px;
}

.input02{
	width:75%;
	padding:10px;
	border-radius:10px;
	margin: 5px 0;
}
.submit{
	padding:5px 40px;
	border-radius:10px;
	background-color:#000;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*--------------------------------------------------------- */
a.anc{
text-align: center;
margin: 10px auto;
display: block;
width: 50%;
	padding:10px 0px;
	border-radius:10px;
	background-color:#000;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*--------------------------------------------------------- */
table.expensive{
	width:100%;
}
table.expensive td img{
	width:100%;
}
table.expensive td{
	padding:15px;
	width:25%;
}
table.expensive span{
	font-size:20px;
}

table.expensive td h3{
	font-size:16px;
	text-align:center;
	margin:10px auto;
	color:#ad9f5e;
}

table.expensive td p{
	margin:0 auto;
	font-size:13px;
	text-align:center;
}
/*--------------------------------------------------------- */
/* ========HEADER CUSTOMIZE======== */
ul.example{
	padding:0;
	margin:5px 0;	
}

ul.example li{
	height:30px;
	line-height:30px;
	float:left;
	width:470px;
	background-color:#fff;
	color:#fff;
	margin:5px 5px 2px 0;
	padding:5px;
	list-style-image:url(../img/list.png);
	list-style-position:inside;
	list-style-type:none;
	background-color:#ad9f5e;
	background-image:url(../img/menubg.png);
	border-radius:10px;
	
}

ul.example li a{
	color:#fff;
	float:right;
	font-size:13px;
	font-weight:bold;
}

ul.example li a:hover{
	opacity:0.5;
}
/*--------------------------------------------------------- */

.pagetop a{
	display:block;
	background-color:#666;
	color:#fff;
	text-align:center;
	font-size:16px;
	padding:20px 0;
}
	

	
	
.contact01{
	position:absolute;
	right:400px;
	bottom:30px;
}	
	
.contact02{
	position:absolute;
	right:100px;
	bottom:30px;
}

/* ========MAIN CONTENTS CUSTOMIZE======== */


.clear{
	clear:both;
}
/* ========FOOTER CUSTOMIZE======== */	
table.strength{
	width:100%;
	text-align:center;
	margin:0 auto 0px;
	border-collapse:separate;
	border-spacing:20px 10px;
}
table.strength tr{
	vertical-align:top;
}

table.strength td{
	padding:20px 20px 20px 20px;
	width:50%;
	background-image:url(../img/bodybg.png);
	
}
table.strength td h3{
	width:100%;
	font-size:13px;
	border-radius:10px 10px 0 0;
	padding:0;
	border:none;
	color:#fff;
}

table.strength td div{
	background-color:#fff;
	margin:0 auto 20px;
	border-radius:10px;
	padding:0 0 0 0 ;
	
}



table.strength td .left h3{
	background-image:url(../img/h3left.png);
}
table.strength td .right h3{
	background-image:url(../img/h3left.png);
}

table.strength td div.last{
	margin:0 auto;
}


table.strength td p{
	font-size:14px;
	padding:0 5px 10px 5px;
	text-align:center;
	
}

/*::::::::::::::::::::::::::::::::::*/
table.contentmenu{
	text-align:center;
	width:100%;
	margin:0px auto;
	border-collapse: separate;
	border-spacing: 20px;
}
table.contentmenu tr{
	vertical-align:top;
}
table.contentmenu td{
	width:33%;
}

table.contentmenuother td{
display: block;
	width:100%;
	border-bottom: 10px solid #fff;
}

table.contentmenu0002{
	width:75%;
}

table.contentmenu0002 td{
	width:33%;
}
table.contentmenu td div{
padding:30px 20px;
	background-image:url(../img/bg_black.png);
}

table.contentmenu td div a{
	font-size:25px;
	color:#fff;
	font-weight:bold;
	display: block;
}
table.contentmenuother td div {
	font-size:25px;
	color:#fff;
	font-weight:bold;
	display: block;
	text-align: left;
}

table.contentmenu td div p{
	line-height:10px;
	color:#fff;
	font-size:13px;
	text-align: center;
}
table.contentmenuother td div p{
	line-height:10px;
	color:#fff;
	font-size:13px;
	text-align: left;
}
table.contentmenu td div p.text{
	line-height:15px;
	color:#fff;
	font-size:14px;
	margin: 10px auto 0;
	padding-bottom: 0;
	text-align: left;
}

table.contentmenu td div a p.text span{
width: 50%;
display: block;
background: #0251db;
margin: 10px auto 0;
padding: 5px 0;
color: #fff;
border-right: 5px solid #fff;
	font-size:16px;
	font-weight: bold;
	text-align: center;
}

table.contentmenu td.contentmenu01{
	background:url(../img/contentmenu01.jpg)center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

table.contentmenu td.contentmenu02{
	background:url(../img/contentmenu02.jpg)center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


table.contentmenu td.contentmenu03{
	background:url(../img/contentmenu03.jpg)center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


table.contentmenu td.contentmenu04{
	background:url(../img/contentmenu04.jpg)center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


table.contentmenu td.contentmenu05{
	background:url(../img/contentmenu05.jpg)center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


table.contentmenu td.contentmenu06{
	background:url(../img/contentmenu06.jpg)center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


table.contentmenu td.contentmenu07{
	background:url(../img/contentmenu07.jpg)center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
table.contentmenu td.contentmenu08{
	background:url(../img/contentmenu08.jpg)center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


table.contentmenu td.contentmenu09{
	background:url(../img/contentmenu09.jpg)center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/*****************************************************/

.footer02{
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*
	background-color:#3e3a39;
	background-image:url(../img/bg_black.png);
	opacity:0.8;
	*/
	background-color:#0251db;
	padding:0px 0;
	z-index:9999;
	width:100%;
	text-align:right;
	position:fixed;
	bottom:0px;
	margin:0;
}
.footertel{
	width:1100px;
	margin:0 auto;
	color:#fff;
	font-weight:bold;
	font-size:20px;
	text-align:center;
}
.footer02 a{
	color:#fff;
	font-weight:bold;
	font-size:18px;
}
span.leftspan{
	float:left;
}
span.yellow02{
	float:right;
}

span.contact{
	height:31px;
	float:right;
	display:block;
	margin:0 0 0 0px;
	padding:5px 10px 0 10px;
	border-radius: 10px 0 0 0;
}

span.contact a{
	background-image:url(../img/contact.png);
	background-position:left;
	background-repeat:no-repeat;
	padding:0 0 0 30px;
	color:#fff;
	font-weight:bold;
}
span.tel{
	height:31px;
	float:right;
	display:block;
	margin:0 0 0 0px;
	padding:5px 10px 0 10px;
}
	
span.tel a{
/*
	background-image:url(../img/tel.png);
	background-position:left;
	background-repeat:no-repeat;
	padding:0 0 0 30px;
	*/
	color:#fff;
	font-weight:bold;
}

span.tel a:hover{
	opacity:1;
}

span.line{
	height:31px;
	float:right;
	display:block;
	margin:0 0 0 0px;
	padding:5px 10px 0 10px;
	display: none;
}

span.line a{
	background-image:url(../img/line.png);
	background-position:left;
	background-repeat:no-repeat;
	padding:0 0 0 30px;
	color:#fff;
	font-weight:bold;
}

/****************************************************/
.frame{
border: 30px solid #0251db;
padding: 20px;
}
.frame p b{
font-size: 21px;
background: url(../img/button02.png);
color: #fff;
padding: 10px;
}
div.imgframe{
border-style: solid;
border-width: 27px;
-moz-border-image: url(../img/frame03.png) 27 round stretch;
-webkit-border-image: url(../img/frame03.png) 27 round stretch;
-o-border-image: url(../img/frame03.png) 27 round stretch;
border-image: url(../img/frame03.png) 27 fill round stretch;
	margin:0px auto;
	position:relative;
float: left;
width: 15%;
margin-right: 20px;
}

div.imgframe02{
border-style: solid;
border-width: 27px;
-moz-border-image: url(../img/frame03.png) 27 round stretch;
-webkit-border-image: url(../img/frame03.png) 27 round stretch;
-o-border-image: url(../img/frame03.png) 27 round stretch;
border-image: url(../img/frame03.png) 27 fill round stretch;
	margin:0px auto;
	position:relative;
float: left;
width: 30%;
margin-right: 20px;
}

div.imgframe img,div.imgframe02 img{
width: 100%;
}

/* ========FOOTER CUSTOMIZE======== */
#footer {
	text-align:center;
	width:100%;
	margin:0px 0;
	padding:20px 0 30px 0;
	background-color:#000;
	color:#fff;
}

#footer ul{
	display:none;
	width:1100px;	
	font-size: 12px;
	margin:0px auto;
	padding:20px 0;
}


#footer li {
	text-align:center;
	margin:0px 0px;
	padding:0 45px;
    float:left;
    text-align:center;
	display:block;
}
.copyright a{
	color:#fff;
}



#footer li a {
	color:#000;
	text-decoration:none;
	font-size: 13px;
	font-weight:bold;
}

#footer li a:hover {
	color:#CCC;
	text-shadow:1px 1px 1px #666;
}


table.footertable{
width: 1100px;
margin: 0 auto;
}
table.footertable tr{
vertical-align: middle;
}
table.footertable th{
width: 15%;
}
table.footertable th img{
width: 90%;
}
table.footertable td{
text-align: left;
}

.copyright {
	margin:0px auto;
    padding:10px 0;
    font-style:normal;
    font-size:15px;
    color:#fff;
    text-align:center;
}