@charset "utf-8";
/* CSS Document */

body{
background: #192350;	
overflow:scroll;
font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	}



.clear hr { display:none; } 
.clear{
	clear: both;
	}
.center{
	text-align: center;
	}
.m_20{
	margin: 20px;
	}
.red{
	color: #C00;	
	}
.footer{
	width: 960px;
	}
.wrapper{
	width: 850px;
	margin: 40px auto 20px auto;
	position: relative;
	padding: 0;
	}
.wrapper img{
	vertical-align: text-bottom;
	}
.topImage{
float: left;
	}
.ptSmall{
	width: 100px;
	}
.ptSmall img {
	}
.header,
.gnav,
.photo{
	width: 100%;
	}
.header{
	text-align: center;
	border-top: 10px solid #000;
	}
h1 img{
	width: 500px;
	}
.gnav{
    overflow: hidden;
    position: relative;	
	color: #fff;
	font-size: 1.4em;
	line-height: 2;
	text-align: center;
	}
.gnav ul{
	list-style: none outside none;
	float: left;
	margin: 20px 0;
	position: relative;
	left: 50%;
	}
.gnav ul li{
	float: left;
	padding: 0 5px;
	border-right: 2px solid #999;
	position: relative;
	left: -50%;
	width:150px;
	font-size: 1em;	
	}
.gnav ul li:last-child{
    border-right: none;
	}
.gnav ul li a{
    white-space: nowrap;
    display: block;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(71,80,23,0.3);
    color: #fff;
    padding: 5px 8px;
    margin: 2px;
    background: rgba(255,255,255,0.2);
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	text-decoration: none;
	}
.gnav ul:hover li a{
    text-shadow: 0px 0px 10px #fff;
    color: transparent;
}
.gnav ul li a:hover{
    background: transparent;
    text-shadow: 1px 1px 10px rgba(71,80,23,0.6);
    color: #c4d85a;
}

.content{
	background: #F3ECDF;
	padding: 30px;
	}
.wrapperPage{
	width: 800px;
	margin: auto;
	padding: 20px;
	}
.content h2 {
	margin: 0 auto 30px auto;
	color: #FFF;
	font-size: 1.4em;
	width: 800px;
	font-weight: bold;
	background-color: #192350;
	padding: 10px;
	border-left:5px solid ;
	border-left: 6px solid #CACA66;
	}
.content h3{
	margin: 20px 0;
	font-weight: bold;
	}
.btn{
	background: #7cbc0a; /* Old browsers */
	background: -moz-linear-gradient(top,  #7cbc0a 0%, #329900 48%, #35860f 50%, #35860f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7cbc0a), color-stop(48%,#329900), color-stop(50%,#35860f), color-stop(100%,#35860f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7cbc0a 0%,#329900 48%,#35860f 50%,#35860f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7cbc0a 0%,#329900 48%,#35860f 50%,#35860f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7cbc0a 0%,#329900 48%,#35860f 50%,#35860f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7cbc0a 0%,#329900 48%,#35860f 50%,#35860f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cbc0a', endColorstr='#35860f',GradientType=0 ); /* IE6-9 */
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */  
	color: #fff;
	padding: 30px 0;
	text-align: center;	
	font-size: 1.8em;
	margin: 20px 0;
	box-shadow:rgba(0, 0, 0, 0.65) 0px 2px 6px -4px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.65) 0px 2px 6px -4px;
	-moz-box-shadow:rgba(0, 0, 0, 0.65) 0px 2px 6px -4px;
	font-weight: bold;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.1);	
	}
	.btn a{
	color: #fff;		
	text-decoration: none;	
		}
.btn:hover{		
	 filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
}
.calender{
	text-align: center;
	}
.content iframe{
	margin: auto;
	width: 800px;
	}
.wrapperrule{
	background: #F3ECDF;
	padding: 30px;
	text-align: left;
	}
.txtWhite{
	color: #666;
	font-size: 1.2em;
	margin: auto;
	}
.txtSmall{
	color: #666;
	font-size: 0.9em;
	width: 800px;
	margin: 20px auto;
	}
.photoWrapperBorder{
	background: #acab91; /* Old browsers */
	background: -moz-linear-gradient(top,  #acab91 0%, #d5d4b7 9%, #7c7b66 22%, #797863 76%, #d6d5b8 89%, #878673 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#acab91), color-stop(9%,#d5d4b7), color-stop(22%,#7c7b66), color-stop(76%,#797863), color-stop(89%,#d6d5b8), color-stop(100%,#878673)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #acab91 0%,#d5d4b7 9%,#7c7b66 22%,#797863 76%,#d6d5b8 89%,#878673 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #acab91 0%,#d5d4b7 9%,#7c7b66 22%,#797863 76%,#d6d5b8 89%,#878673 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #acab91 0%,#d5d4b7 9%,#7c7b66 22%,#797863 76%,#d6d5b8 89%,#878673 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #acab91 0%,#d5d4b7 9%,#7c7b66 22%,#797863 76%,#d6d5b8 89%,#878673 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acab91', endColorstr='#878673',GradientType=0 ); /* IE6-9 */
	overflow: hidden;
	padding: 10px 0;
	width: 100%;
	}
.photoWrapper{
	margin: auto;
	overflow: hidden;
	background: #000;
	background: url('../images/bk_img.jpg') repeat-x;
	width: 100%;
	
	}
.photoWrapper
{
  position: relative;
}
.photoWrapper:before, .photoWrapper:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.photoWrapper:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}


.photo{
	width: 960px;
	margin: auto;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	box-shadow:rgba(0, 0, 0, 0.65) 0px 0px 27px -19px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.65) 0px 0px 27px -19px;
	-moz-box-shadow:rgba(0, 0, 0, 0.65) 0px 0px 27px -19px;
	text-align: center;
	overflow: hidden;

	}
	
.photo img{
	width: 960px;
     max-width: 100%;
     height: auto;	
	}



.address{
	float: left;
	font-size: 1.3em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	height: 100px;
	vertical-align: bottom;
	}

.footerNavi{
	float: right;
	font-size: 16px;
	}
.footerNavi ul li{
	line-height: 1.4;
	font-size: 0.9em;
	
	}
.footerNavi a{
	color: #fff;
	font-size: 16px;
	}
	
.footerWrapper{
	background: #000;
	padding: 40px 0;
	color: #fff;
	overflow: hidden;
	width: 100%;

	}
.footer{
	margin: auto;
	vertical-align: bottom;
	
	}
/*登録フォーム*/
#formWrap {
	width:700px;
	margin: 30px auto;
	line-height:120%;
	font-size:90%;
}


table.formTable{
	width:800px;
	margin: 30px auto;
	border-collapse:collapse;
	background: #fff;
	color: #333;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
	vertical-align: middle!important;
}

table.formTable td{
	text-align:left;
	
	}


table.formTable td input,
table.formTable td textarea{
	border: 1px solid #eee;
	padding: 10px;	
	
	}

.confirm{
	width: 300px;
	font-size: 1.2em;
	color: #666;
	padding: 30px;
	
	}

.reset{
	width: 300px;	
	font-size: 1.2em;
		color: #666;
	padding: 30px;
	}
	
.confirm:hover,
.reset:hover{
	filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
	
	}

.toptxt{
	width: 960px;
	margin: 90px auto 50px auto;
	text-align: left;	
	}

.cost{
	position: absolute;
	top: 20px;
	right: -20px;
	
	}

	
/*オプションページ*/
.price{
	width: 80%;
	margin: 10px auto;
	background: #fff;
	}
.price th{
	text-align: left;
	width: 25%;
	border: 1px solid #666;
	padding: 10px;
	
	}
	
.price td{
	border: 1px solid #000;	
	padding: 10px;	
	}

/*アクセス*/
.map{
	width: 600px;
	display: block;
	padding: 0;
	margin: 0;
	}
}

/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
	
body{
background: #192350;	
overflow:scroll;
	
	}

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

.clear hr { display:none; } 
.clear{
	clear: both;
	
	}

.center{
	text-align: center;
	
	}

.m_20{
	
	margin: 20px;
	
	}
	
.red{
	color: #C00;	
	
	}
.footer{
	width: 95%;
	
	}

.wrapper{
	width: 100%;
	margin: 40px auto 20px auto;
	position: relative;
	padding: 0;
	
	}

.wrapper img{
 vertical-align: text-bottom;
 width: 60%!important;
	}


	
.topImage{
float: left;	
	
	}

.ptSmall{
	width: 100px;
	
	}


.header,
.gnav,
.photo{
	width: 100%;

	}
.header{
	text-align: center;
	border-top: 10px solid #000;
	
	}



.gnav{
    overflow: hidden;
    position: relative;	
	color: #fff;
	font-size: 1.4em;
	line-height: 2;
	text-align: center;

	}
	
.gnav ul{
    list-style: none outside none;
    float: left;
    margin: 20px 0;
    position: relative;
    left: 50%;

	}

.gnav ul li{
    float: left;
	padding: 0 5px;
    border-right: 2px solid #999;
    position: relative;
    left: -50%;
	font-size: 1em;	
	}
.gnav ul li:last-child{
    border-right: none;
	
	}

.gnav ul li a{
    white-space: nowrap;
    display: block;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(71,80,23,0.3);
    color: #fff;
    padding: 5px 8px;
    margin: 2px;
    background: rgba(255,255,255,0.2);
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	text-decoration: none;
	

	}


	
.gnav ul:hover li a{
    text-shadow: 0px 0px 10px #fff;
    color: transparent;
}
.gnav ul li a:hover{
    background: transparent;
    text-shadow: 1px 1px 10px rgba(71,80,23,0.6);
    color: #c4d85a;
}

.content{
	background: #F3ECDF;
	padding: 30px;
	
	}

.wrapperPage{
	margin: auto;
	padding: 20px;
	
	}

.content h2{
	margin: 0 auto 10px auto;
	color: #192350;	
	font-size: 1.4em;
	font-weight: bold;
	}
.content h3{
	margin: 20px 0;
	font-weight: bold;
	
	}
.btn{
	background: #7cbc0a; /* Old browsers */
	background: -moz-linear-gradient(top,  #7cbc0a 0%, #329900 48%, #35860f 50%, #35860f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7cbc0a), color-stop(48%,#329900), color-stop(50%,#35860f), color-stop(100%,#35860f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7cbc0a 0%,#329900 48%,#35860f 50%,#35860f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7cbc0a 0%,#329900 48%,#35860f 50%,#35860f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7cbc0a 0%,#329900 48%,#35860f 50%,#35860f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7cbc0a 0%,#329900 48%,#35860f 50%,#35860f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cbc0a', endColorstr='#35860f',GradientType=0 ); /* IE6-9 */
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
	color: #fff;
	padding: 30px 0;
	text-align: center;	
	font-size: 1.8em;
	margin: 20px 0;
	box-shadow:rgba(0, 0, 0, 0.65) 0px 2px 6px -4px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.65) 0px 2px 6px -4px;
	-moz-box-shadow:rgba(0, 0, 0, 0.65) 0px 2px 6px -4px;
	font-weight: bold;
  text-shadow: 2px 2px 1px rgba(0,0,0,0.1);	
	}
	.btn a{
	color: #fff;		
	text-decoration: none;	
		}
.btn:hover{		
	 filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
}
.calender{
	text-align: center;
	
	}

.content iframe{
	margin: auto;
	width: 80%;
	
	}

.wrapperrule{
	background: #F3ECDF;
	padding: 30px;
	text-align: left;

	}

.txtWhite{
	color: #666;
	font-size: 1.2em;
	margin: auto;
	}
	
.txtSmall{
	color: #666;
	font-size: 0.9em;
	width: 80%;
	margin: 20px auto;		
	}
.photoWrapperBorder{
	background: #acab91; /* Old browsers */
	background: -moz-linear-gradient(top,  #acab91 0%, #d5d4b7 9%, #7c7b66 22%, #797863 76%, #d6d5b8 89%, #878673 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#acab91), color-stop(9%,#d5d4b7), color-stop(22%,#7c7b66), color-stop(76%,#797863), color-stop(89%,#d6d5b8), color-stop(100%,#878673)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #acab91 0%,#d5d4b7 9%,#7c7b66 22%,#797863 76%,#d6d5b8 89%,#878673 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #acab91 0%,#d5d4b7 9%,#7c7b66 22%,#797863 76%,#d6d5b8 89%,#878673 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #acab91 0%,#d5d4b7 9%,#7c7b66 22%,#797863 76%,#d6d5b8 89%,#878673 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #acab91 0%,#d5d4b7 9%,#7c7b66 22%,#797863 76%,#d6d5b8 89%,#878673 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acab91', endColorstr='#878673',GradientType=0 ); /* IE6-9 */
	overflow: hidden;
	padding: 10px 0;
	width: 100%;	
	
	}
.photoWrapper{
	margin: auto;
	overflow: hidden;
	background: #000;
	background: url(../images/bk_img.jpg) repeat-x;
	width: 100%;
	
	}
	

.photoWrapper
{
  position: relative;
}
.photoWrapper:before, .photoWrapper:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;

}
.photoWrapper:after
{
  left: auto;
}


.photo{
	margin: auto;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	box-shadow:rgba(0, 0, 0, 0.65) 0px 0px 27px -19px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.65) 0px 0px 27px -19px;
	-moz-box-shadow:rgba(0, 0, 0, 0.65) 0px 0px 27px -19px;
	text-align: center;
	overflow: hidden;

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



.address{
	float: left;
	font-size: 1.3em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	height: 100px;
	vertical-align: bottom;
	}

.footerNavi{

	}
.footerNavi ul li{
	line-height: 1.4;
	font-size: 0.9em;
	
	}
.footerNavi a{
	color: #fff;
	
	}
	
.footerWrapper{
	background: #000;
	padding: 40px;
	color: #fff;
	overflow: hidden;
	width: 100%;

	}
.footer{
	margin: auto;
	vertical-align: bottom;
	
	}
/*登録フォーム*/
#formWrap {
	width:700px;
	margin: 30px auto;
	line-height:120%;
	font-size:90%;
}


table.formTable{
	width:800px;
	margin: 30px auto;
	border-collapse:collapse;
	background: #fff;
	color: #333;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
	vertical-align: middle!important;
}

table.formTable td{
	text-align:left;
	
	}


table.formTable td input,
table.formTable td textarea{
	border: 1px solid #eee;
	padding: 10px;	
	
	}

.confirm{
	width: 300px;
	font-size: 1.2em;
	color: #666;
	padding: 30px;
	
	}

.reset{
	width: 300px;	
	font-size: 1.2em;
		color: #666;
	padding: 30px;
	}
	
.confirm:hover,
.reset:hover{
	filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
	
	}

.toptxt{
	width: 960px;
	margin: 90px auto 50px auto;
	text-align: left;	
	}

.cost{
	position: absolute;
	top: 20px;
	right: -20px;
	
	}

	
/*オプションページ*/
.price{
	width: 80%;
	margin: 10px auto;
	background: #fff;
	}
.price th{
	text-align: left;
	width: 25%;
	border: 1px solid #666;
	padding: 10px;
	
	}
	
.price td{
	border: 1px solid #000;	
	padding: 10px;	
	}

/*アクセス*/
.map{
	width: 600px;
	display: block;
	padding: 0;
	margin: 0;
	
}
