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


body {
	font:80%/1.5"メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background-color: #333333;
}

/*ヘッダのスタイル*/
div#header {
	top: 0;
	z-index: 1;
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#000000));
	background: -webkit-linear-gradient(top, #555555, #000000);
	background: -moz-linear-gradient(top, #555555, #000000);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#555555, endColorstr=#000000, GradientType=0);
	background-color: #000000;
	position: fixed;
	height: 60px;
}
div#subheader {
	top: 0;
	z-index: 1;
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#000000));
	background: -webkit-linear-gradient(top, #555555, #000000);
	background: -moz-linear-gradient(top, #555555, #000000);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#555555, endColorstr=#000000, GradientType=0);
	background-color: #000000;
	position: fixed;
	height: 60px;
}
h1 {
	padding: 10px;
	color: #fff;
	font-size: 24px;
	-webkit-text-shadow: -1px -1px 0 rgba(0,0,0, 1);
	-moz-text-shadow: -1px -1px 0 rgba(0,0,0, 1);
	text-shadow: -1px -1px 0 rgba(0,0,0, 1);
}
/*セクション内容共通スタイル*/
.content h2 {
}
.content p {
	line-height: 1.8;
	padding: 10px;
	background-color:rgba(255,255,255,0.7);
	}
.content6 p {
	line-height: 1.8;
	padding: 10px;
	background-color:rgba(255,255,255,0.5);
	}
.imgbox   {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.imgbox li {
	float: left;
	padding-right: 5px;
	padding-bottom: 7px;
}
.post   {
	float: left;
}
.post   {
	float: left;
}
.postnb   {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}
.post table{
	width: 100%;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	border-spacing:0;
	margin-top: 10px;
}
.post table th{
	font-weight:bold;
	color:#333;
	background:#f8f8f8;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.post table td{
	background:#fff;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.postnb table th{
	font-weight:bold;
	color:#333;
	background:#f8f8f8;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.postnb table td{
	background:#fff;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#credit {
	padding: 10px;
	color: #999;
	font-size: 85%;
}
/*追加*/
a:hover   img      {
filter: alpha(opacity=85);
  -moz-opacity:0.85;  opacity:0.85;
  }
#rightbox .post ol li {
	list-style-type: decimal;
	list-style-position: inside;
	padding-left: 10px;
}
#subcontent #leftbox #info {
	background-color: #333333;
	color: #FFFFFF;
}












/* メインメニュー　PC用

------------------------------------------------------------
@media only screen and (min-width:600px){*/
.subtop01 {
	height: 120px;
	width: 100%;
	color: #FFFFFF;
	padding-top: 100px;
	text-indent: 30px;
	background-attachment: fixed;
	background-image: url(../images/bg_course.jpg);
	background-repeat: no-repeat;
}
.subtop01 h2 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 40px;
	line-height: 1.5em;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 2px 2px 1px #000000;
	letter-spacing: 2px;
}
.subtop02 {
	height: 120px;
	width: 100%;
	background: url(../images/bg_menu.jpg) no-repeat fixed;
	color: #FFFFFF;
	padding-top: 100px;
	text-indent: 30px;
}
.subtop02 h2 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 40px;
	line-height: 1.5em;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 2px 2px 1px #000000;
	letter-spacing: 2px;
}
.subtop03 {
	height: 120px;
	width: 100%;
	color: #FFFFFF;
	padding-top: 100px;
	text-indent: 30px;
	background-attachment: fixed;
	background-image: url(../images/bg_drink.jpg);
	background-repeat: no-repeat;
}
.subtop03 h2 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 40px;
	line-height: 1.5em;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 2px 2px 1px #000000;
	letter-spacing: 2px;
}
.subtop04 {
	height: 120px;
	width: 100%;
	color: #FFFFFF;
	padding-top: 100px;
	text-indent: 30px;
	background-attachment: fixed;
	background-image: url(../images/bg_shop.jpg);
	background-repeat: no-repeat;
}
.subtop04 h2 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 40px;
	line-height: 1.5em;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 2px 2px 1px #000000;
	letter-spacing: 2px;
}
.content h3 {
	margin-bottom: 1em;
	font-size: 150%;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.5em;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	padding: 10px;
	text-shadow: 2px 2px 1px #000000;
	letter-spacing: 2px;
}
.content h4 {
	font-size: 130%;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	color: #FFFFFF;
	padding-bottom: 5px;
	padding-top: 20px;
	text-shadow: 2px 2px 1px #000000;
}
/*セクション自体のスタイル*/
.section {
	position: relative;
    height: 1000px;
	background-size: cover;
}



/*差し込み背景レイヤーのスタイル*/
.section .bgLayer {
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 1000px;
}
.content {
	width: 600px;
	position: relative;
}
.post   {
	width: 600px;
}
/*フッタ*/
div#footer {
	width: 100%;
	background: #333;
	position: fixed;
	z-index: 10;
	bottom: 20px;
	height: 80px;
	padding: 10px;
}
#footer li {
	float: left;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#copyright {
	width: 100%;
	background: #333;
	position: fixed;
	z-index: 1;
	bottom: 0px;
	color: #CCCCCC;
	text-align: center;
	height: 20px;
	font-size: 10px;
}
#subcopyright {
	width: 100%;
	background: #333;
	color: #CCCCCC;
	text-align: center;
	height: 20px;
	font-size: 10px;
	float: left;
}
ul#glovalNav {
	position: absolute;
	top: 12px;
	right: 15px;
}
ul#glovalNav li {
	display: inline;
	height: 35px;
	width: 100px;
	float: left;
	padding-left: 5px;
}
ul#glovalNav li a {
	padding-left: 5px;
	text-decoration: none;
}
ul#glovalNav li a:hover {
	color: #fff;
}
/*セクション個別スタイル（1）*/
#c01 {
	background: url(../images/bg01.jpg) no-repeat fixed;
	background-size: cover;
}
#c01 .bgLayer {
	background-attachment: fixed;
	background-image: url(../images/bgb01.png);
	background-repeat: repeat-y;
}
#c01 .content {
	padding-top: 160px;
	padding-right: 0;
	padding-left: 50px;
}
/*セクション個別スタイル（2）*/
#c02 {
	background: url(../images/bg04.jpg) no-repeat fixed;
	background-size: cover;
}
#c02 .bgLayer {
	background-attachment: fixed;
	background-image: url(../images/bgb02.png);
	background-repeat: no-repeat;
}
#c02 .content {
	padding-top: 100px;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 50px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 20px;
}
/*セクション個別スタイル（3）*/
#c03 {
	background: url(../images/bg02.jpg) no-repeat fixed;
	background-size: cover;
}
#c03 .bgLayer {
	background-attachment: fixed;
	background-image: url(../images/bgb03.png);
	background-repeat: no-repeat;
}
#c03 .content {
	padding-top: 100px;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 50px;
}
/*セクション個別スタイル（3）*/
#c031 {
	background-color: #FFFFFF;
}
#c031 .bgLayer {display:none;}
#c031 .content {
	padding-top: 100px;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 10px;
}
/*セクション個別スタイル（4）*/
#c04 {
	background: url(../images/bg03.jpg) no-repeat fixed;
	background-size: cover;
}
#c04 .bgLayer {
	background-attachment: fixed;
	background-image: url(../images/bgb04.png);
	background-repeat: no-repeat;
}
#c04 .content {
	padding-top: 100px;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 50px;
}
/*セクション個別スタイル（5）*/
#c05 {
	background: url(../images/bg05.jpg) no-repeat fixed;
	background-size: cover;
}
#c05 .bgLayer {
	background-attachment: fixed;
	background-image: url(../images/bgb05.png);
	background-repeat: no-repeat;
}
#c05 .content {
	padding-top: 100px;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 50px;
}
/*セクション個別スタイル（6）*/
#c06 {
	background: url(../images/bg062.jpg) no-repeat fixed;
	background-size: cover;
}
#c06 .bgLayer {
	background-attachment: fixed;
	background-image: url(../images/bgb06.png);
	background-repeat: no-repeat;
}
#c06 .content {
	padding-top: 100px;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 50px;
}
.facebook {
	height: 100px;
	width: 100px;
	float: left;
}
#footer #info {
	float: right;
	width: 300px;
	padding-right: 20px;
	color: #FFFFFF;
	line-height: 20px;
	font-size: 16px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
#main {
	top: 80px;
	width: 100%;
	float: left;
}
#subcontent  {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	clear: both;
}
#subcontent .post {
	padding: 20px;
	float: left;
	width: 610px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	font-size: 14px;
	line-height: 20px;
}
#subcontent .map {
	padding: 20px;
	float: left;
	width: 610px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	font-size: 14px;
	line-height: 20px;
}
#subcontent  #leftbox  h3 a {
	text-align: left;
	width: 280px;
	padding-top: 15px;
	padding-bottom: 10px;
	display: block;
	background-color: #FF6600;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-indent: 20px;
}
#subcontent  #leftbox  h4 a {
	text-align: left;
	width: 280px;
	padding-top: 15px;
	padding-bottom: 10px;
	display: block;
	background-color: #FFFFFF;
	color: #CC0000;
	text-decoration: none;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-indent: 20px;
}
#subcontent #leftbox {
	float: left;
	width: 280px;
}
#subcontent #leftbox #info {
	width: 240px;
	padding: 20px;
	margin-top: 20px;
}
#subcontent #leftbox #info h3 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}
#subcontent #rightbox {
	float: right;
	width: 650px;
}
#subcontent #rightbox h3 {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 16px;
	text-indent: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFAE06;
	background-color: #FFFFFF;
	font-weight: bold;
	color: #333333;
	letter-spacing: 3px;
	float: left;
}
#subcontent #rightbox h4 {
	font-weight: bold;
	line-height: 30px;
	color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9999;
	width: 100%;
	height: 20px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	padding-left: 5px;
}
#subcontent #rightbox .post .imgbox {
	float: right;
	width: 189px;
	padding: 0px;
}
#subcontent #rightbox .post .imgbox img {
	margin-bottom: 10px;
}
#subcontent #rightbox .post .txtbox {
	float: left;
	width: 400px;
}
/*------------------*/

.pagetop   {
	position: fixed;
	bottom: 10px;
	display: none;
	right: 20px;
}
.post dt{
	float: left;
	width: 280px;
}
.post dd{
	padding-bottom:10px;
	float: left;
	width: 100px;
	text-align: right;
}

#mobban {display:none;}

}



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

















































/* スマホ

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

@media only screen and (max-width:600px){
body {
	background: #F4DBBE;
}
.post   {
	padding-left: 5px;
}

.subtop01 {
	height: 60px;
	width: 100%;
	background-size: cover;
	color: #FFFFFF;
	padding-top: 10px;
	text-indent: 30px;
	background-attachment: fixed;
	background-image: url(../images/bg_course.jpg);
	background-repeat: no-repeat;
}
.subtop01 h2 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 40px;
	line-height: 1.5em;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 2px 2px 1px #000000;
	letter-spacing: 2px;
}
.subtop02 {
	height: 60px;
	width: 100%;
	background: url(../images/bg_menu.jpg) no-repeat fixed;
	background-size: cover;
	color: #FFFFFF;
	padding-top: 10px;
	text-indent: 30px;
}
.subtop02 h2 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 40px;
	line-height: 1.5em;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 2px 2px 1px #000000;
	letter-spacing: 2px;
}
.subtop03 {
	height: 60px;
	width: 100%;
	background-size: cover;
	color: #FFFFFF;
	padding-top: 10px;
	text-indent: 30px;
	background-attachment: fixed;
	background-image: url(../images/bg_drink.jpg);
	background-repeat: no-repeat;
}
.subtop03 h2 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 40px;
	line-height: 1.5em;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 2px 2px 1px #000000;
	letter-spacing: 2px;
}
.subtop04 {
	height: 60px;
	width: 100%;
	background-size: cover;
	color: #FFFFFF;
	padding-top: 10px;
	text-indent: 30px;
	background-attachment: fixed;
	background-image: url(../images/bg_shop.jpg);
	background-repeat: no-repeat;
}
.subtop04 h2 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 40px;
	line-height: 1.5em;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 2px 2px 1px #000000;
	letter-spacing: 2px;
}
.content h2 img {
    width: 50%;
    height: auto;
	padding-left: 10px;
}
.content h3 {
	font-size: 130%;
	font-weight: bold;
	color: #000000;
	line-height: 1.5em;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	padding: 10px;
}
.content h4 {
	font-size: 120%;
	font-weight: bold;
	color: #FF0000;
	padding-bottom: 5px;
	padding-top: 20px;
	padding-left: 10px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
/*セクション自体のスタイル*/

/*差し込み背景レイヤーのスタイル*/
.section .bgLayer {
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: auto;
}
.content {
    width: 100%;
    position: relative;
}
.post img {
	width: 100%;
	height: auto;
}
.post2   {
	width: 100%;
}
/*フッタ*/
div#footer {
	width: 100%;
	height: 100%;
	background: #333;
	padding: 10px;
}
div#footer img {
	width: 100%;
	height: auto;
}
#footer #info {
	float: right;
	width: 100%;
	padding-left: 20px;
	color: #FFFFFF;
}
#footer li {
	float: left;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#copyright {
	display:none;
}
ul#glovalNav {
	position: absolute;
	top: 60px;
	background-color: #000000;
	width: 100%;
	padding-bottom: 5px;
}
ul#glovalNav li {
	display: inline;
	height: 31px;
	width: 100px;
	padding-bottom: 7px;
	padding-left: 5px;
	float: left;
}
ul#glovalNav li a {
	text-decoration: none;
}
ul#glovalNav li a:hover {
	color: #fff;}
/*セクション個別スタイル（1）*/
#c01 {
}
#c01 .bgLayer {display:none;}
#c01 .content {
	width: 95%;
	padding-top: 150px;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 10px;
}
/*セクション個別スタイル（2）*/
#c02 {
}
#c02 .bgLayer {display:none;}
#c02 .content {
	width: 95%;
	padding-top: 150px;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 10px;
}
/*セクション個別スタイル（3）*/
#c03 {
}
#c03 .bgLayer {display:none;}
#c03 .content {
	width: 95%;
	padding-top: 150px;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 10px;
}
/*セクション個別スタイル（31）*/
#c031 {
}
#c031 .bgLayer {display:none;}
#c031 .content {
	width: 95%;
	padding-top: 150px;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 10px;
}
/*セクション個別スタイル（4）*/
#c04 {
}
#c04 .bgLayer {display:none;}
#c04 .content {
	width: 95%;
	padding-top: 150px;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 10px;
}
/*セクション個別スタイル（5）*/
#c05 {
}
#c05 .bgLayer {display:none;}
#c05 .content {
	width: 95%;
	padding-top: 150px;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 10px;
}
/*セクション個別スタイル（6）*/
#c06 {
}
#c06 .bgLayer {display:none;}
#c06 .content {
	width: 95%;
	padding-top: 150px;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 10px;
}
.facebook {
	height: 100px;
	width: 200px;
	float: left;
}
#main {
	top: 140px;
	position: relative;
}
#subcontent  {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	clear: both;
}
#subcontent .post {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}
#subcontent .map {
	padding: 20px;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	height: 100px;
}
#subcontent  #leftbox  h3 a {
	text-align: center;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 10px;
	display: block;
	background-color: #FF6600;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#subcontent  #leftbox  h4 a {
	text-align: center;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 10px;
	display: block;
	background-color: #FFFFFF;
	color: #666666;
	text-decoration: none;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#subcontent #leftbox {
	float: left;
	width: 100%;
}
#subcontent #leftbox #info {
	width: 100%;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
#subcontent #leftbox #info h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#subcontent #rightbox {
	float: right;
	width: 100%;
}
#subcontent #rightbox h3 {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 16px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFAE06;
	background-color: #FFFFFF;
	font-weight: bold;
	color: #333333;
	float: left;
}
#subcontent #rightbox h4 {
	line-height: 30px;
	color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9999;
	width: 100%;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	padding-left: 5px;
}
#subcontent #rightbox .post .imgbox {
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#subcontent #rightbox .post .imgbox img {
	margin-bottom: 10px;
}
#subcontent #rightbox .post .txtbox {
	float: left;
	width: 100%;
}
.post dt{
	float: left;
	width: 70%;
}
.post dd{
	padding-bottom:10px;
	width: 25%;
	float: left;
}
.pagetop  {display:none;}

#mobban {
	width: 100%;
	padding-bottom:20px;
}
#mobban img {
	width: 100%;
	height: auto;
}
}





































@media print{

ul#glovalNav {display:none;}
.pagetop  {display:none;}
div#header {display:none;}







.subtop01 {
	height: 120px;
	width: 100%;
	color: #FFFFFF;
	padding-top: 100px;
	text-indent: 30px;
	background-attachment: fixed;
	background-image: url(../images/bg_course.jpg);
	background-repeat: no-repeat;
}
.subtop01 h2 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 40px;
	line-height: 1.5em;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 2px 2px 1px #000000;
	letter-spacing: 2px;
}
.subtop02 {
	height: 120px;
	width: 100%;
	background: url(../images/bg_menu.jpg) no-repeat fixed;
	color: #FFFFFF;
	padding-top: 100px;
	text-indent: 30px;
}
.subtop02 h2 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 40px;
	line-height: 1.5em;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 2px 2px 1px #000000;
	letter-spacing: 2px;
}
.subtop03 {
	height: 120px;
	width: 100%;
	color: #FFFFFF;
	padding-top: 100px;
	text-indent: 30px;
	background-attachment: fixed;
	background-image: url(../images/bg_drink.jpg);
	background-repeat: no-repeat;
}
.subtop03 h2 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 40px;
	line-height: 1.5em;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 2px 2px 1px #000000;
	letter-spacing: 2px;
}
.subtop04 {
	height: 120px;
	width: 100%;
	color: #FFFFFF;
	padding-top: 100px;
	text-indent: 30px;
	background-attachment: fixed;
	background-image: url(../images/bg_shop.jpg);
	background-repeat: no-repeat;
}
.subtop04 h2 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 40px;
	line-height: 1.5em;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 2px 2px 1px #000000;
	letter-spacing: 2px;
}
.content h3 {
	margin-bottom: 1em;
	font-size: 150%;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.5em;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	padding: 10px;
	text-shadow: 2px 2px 1px #000000;
	letter-spacing: 2px;
}
.content h4 {
	font-size: 130%;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	color: #FFFFFF;
	padding-bottom: 5px;
	padding-top: 20px;
	text-shadow: 2px 2px 1px #000000;
}
/*セクション自体のスタイル*/
.section {
	position: relative;
    height: 1000px;
	background-size: cover;
}



/*差し込み背景レイヤーのスタイル*/
.section .bgLayer {
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 1000px;
}
.content {
    width: 600px;
    position: relative;
}
.post   {
	width: 600px;
}
/*フッタ*/
div#footer {
	width: 100%;
	background: #333;
	position: fixed;
	z-index: 10;
	bottom: 20px;
	height: 60px;
	padding: 10px;
}
#footer li {
	float: left;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#copyright {
	width: 100%;
	background: #333;
	position: fixed;
	z-index: 1;
	bottom: 0px;
	color: #CCCCCC;
	text-align: center;
	height: 20px;
	font-size: 10px;
}
#subcopyright {
	width: 100%;
	background: #333;
	color: #CCCCCC;
	text-align: center;
	height: 20px;
	font-size: 10px;
	float: left;
}
ul#glovalNav {
	position: absolute;
	top: 12px;
	right: 15px;
}
ul#glovalNav li {
	display: inline;
	height: 35px;
	width: 100px;
	float: left;
	padding-left: 5px;
}
ul#glovalNav li a {
	padding-left: 5px;
	text-decoration: none;
}
ul#glovalNav li a:hover {
	color: #fff;
}
/*セクション個別スタイル（1）*/
#c01 {
	background: url(../images/bg01.jpg) no-repeat fixed;
	background-size: cover;
}
#c01 .bgLayer {
	background-attachment: fixed;
	background-image: url(../images/bgb01.png);
	background-repeat: repeat-y;
}
#c01 .content {
	padding-top: 160px;
	padding-right: 0;
	padding-left: 50px;
}
/*セクション個別スタイル（2）*/
#c02 {
	background: url(../images/bg04.jpg) no-repeat fixed;
	background-size: cover;
}
#c02 .bgLayer {
	background-attachment: fixed;
	background-image: url(../images/bgb02.png);
	background-repeat: no-repeat;
}
#c02 .content {
	padding-top: 100px;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 50px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 20px;
}
/*セクション個別スタイル（3）*/
#c03 {
	background: url(../images/bg02.jpg) no-repeat fixed;
	background-size: cover;
}
#c03 .bgLayer {
	background-attachment: fixed;
	background-image: url(../images/bgb03.png);
	background-repeat: no-repeat;
}
#c03 .content {
	padding-top: 100px;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 50px;
}
/*セクション個別スタイル（3）*/
#c031 {
	background-color: #FFFFFF;
}
#c031 .bgLayer {display:none;}
#c031 .content {
	padding-top: 100px;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 10px;
}
/*セクション個別スタイル（4）*/
#c04 {
	background: url(../images/bg03.jpg) no-repeat fixed;
	background-size: cover;
}
#c04 .bgLayer {
	background-attachment: fixed;
	background-image: url(../images/bgb04.png);
	background-repeat: no-repeat;
}
#c04 .content {
	padding-top: 100px;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 50px;
}
/*セクション個別スタイル（5）*/
#c05 {
	background: url(../images/bg05.jpg) no-repeat fixed;
	background-size: cover;
}
#c05 .bgLayer {
	background-attachment: fixed;
	background-image: url(../images/bgb05.png);
	background-repeat: no-repeat;
}
#c05 .content {
	padding-top: 100px;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 50px;
}
/*セクション個別スタイル（6）*/
#c06 {
	background: url(../images/bg062.jpg) no-repeat fixed;
	background-size: cover;
}
#c06 .bgLayer {
	background-attachment: fixed;
	background-image: url(../images/bgb06.png);
	background-repeat: no-repeat;
}
#c06 .content {
	padding-top: 100px;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 50px;
}
.facebook {
	height: 100px;
	width: 100px;
	float: left;
}
#footer #info {
	float: right;
	width: 300px;
	padding-right: 20px;
	color: #FFFFFF;
	line-height: 20px;
	font-size: 16px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
#main {
	top: 80px;
	width: 100%;
	float: left;
}
#subcontent  {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	clear: both;
}
#subcontent .post {
	padding: 20px;
	float: left;
	width: 610px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	font-size: 14px;
	line-height: 20px;
}
#subcontent .map {
	padding: 20px;
	float: left;
	width: 610px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	font-size: 14px;
	line-height: 20px;
}
#subcontent  #leftbox  h3 a {
	text-align: left;
	width: 280px;
	padding-top: 15px;
	padding-bottom: 10px;
	display: block;
	background-color: #FF6600;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-indent: 20px;
}
#subcontent  #leftbox  h4 a {
	text-align: left;
	width: 280px;
	padding-top: 15px;
	padding-bottom: 10px;
	display: block;
	background-color: #FFFFFF;
	color: #CC0000;
	text-decoration: none;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-indent: 20px;
}
#subcontent #leftbox {
	float: left;
	width: 280px;
}
#subcontent #leftbox #info {
	width: 240px;
	padding: 20px;
	margin-top: 20px;
}
#subcontent #leftbox #info h3 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}
#subcontent #rightbox {
	float: right;
	width: 650px;
}
#subcontent #rightbox h3 {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 16px;
	text-indent: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFAE06;
	background-color: #FFFFFF;
	font-weight: bold;
	color: #333333;
	letter-spacing: 3px;
	float: left;
}
#subcontent #rightbox h4 {
	font-weight: bold;
	line-height: 30px;
	color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9999;
	width: 100%;
	height: 20px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	padding-left: 5px;
}
#subcontent #rightbox .post .imgbox {
	float: right;
	width: 189px;
	padding: 0px;
}
#subcontent #rightbox .post .imgbox img {

	margin-bottom: 10px;
}
#subcontent #rightbox .post .txtbox {
	float: left;
	width: 400px;
}
/*------------------*/

.pagetop   {
	position: fixed;
	bottom: 10px;
	display: none;
	right: 20px;
}
.post dt{
	float: left;
	width: 280px;
}
.post dd{
	padding-bottom:10px;
	float: left;
	width: 100px;
	text-align: right;
}

#mobban {display:none;}
}
#contents{
	min-width: 960px;
}
.pc{
	display: inline;
}
.sp{
	display: none;
}
@media only screen and (max-width:600px){
#contents{
	min-width: 120%;
}
.content {
	width: 90%;
	position: relative;
}
.section {
    height: 1200px;
}

#c01 .content {
	padding-left: 20px;
	padding-bottom: 20px;
}
#c02 .content {
	padding-left: 20px;
}
#c03 .content {
	padding-left: 20px;
}
#c04 .content {
	padding-left: 20px;
}
.pc{
	display: none;
}
.sp{
	display: inline;
}
}


