/* F
-----------------------------------------------------------------------------------------------------------*/
body{
    color:#808080;
    letter-spacing: 3px;
}
#pagetop ol li {
        font-size: 8px;
        /* liを横並び＆ブレットを消す */
        display: inline;
        list-style-type: none;
}

#pagetop ol li:before {
        /* liの前に記号追加 *
        content: " > ";
}

#pagetop ol li:first-child:before {
        /* 最初のliだけcontentを消す */
        content:"";
}
.heading02{
    position: relative;
    color: #111;
    font-size: 1.143em;
    font-weight: bold;
    margin: 0 0 1.5em;
    padding: 0.5em 0.5em 0.5em 1.7em;
    border-bottom: 3px solid #B92A2C;
}
 
.heading02:before{
    content: "";
    position: absolute;
    background: #d48789;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
 
.heading02:after{
    content: "";
    position: absolute;
    background:#d26466;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}
.heading03{
	position:relative;
	margin:0 10px;
	padding:0 10px 0 55px;
	font:bold 22px/40px Arial, Helvetica, sans-serif;
	color:#666;
	background:#f3f3f3;
	z-index:1;
}
.heading03:before{
	content:" ";
	position:absolute;
	top:0;
	left:0;
	width:40px;
	height:40px;
	border-right:#fff solid 2px;
	background:#f60;
    background-image: -webkit-gradient(linear, left top, left bottom,
			from(			 rgba(255, 255, 255, 0.0)), 
			color-stop(0.20, rgba(255, 255, 255, 0.0)), 
			color-stop(0.20, rgba(255, 255, 255, 0.1)), 
			color-stop(0.40, rgba(255, 255, 255, 0.1)), 
			color-stop(0.40, rgba(255, 255, 255, 0.3)), 
			color-stop(0.60, rgba(255, 255, 255, 0.3)), 
			color-stop(0.60, rgba(255, 255, 255, 0.5)), 
			color-stop(0.80, rgba(255, 255, 255, 0.5)), 
			color-stop(0.80, rgba(255, 255, 255, 0.6)), 
			to(				 rgba(255, 255, 255, 0.6))
			);
	background-image: -webkit-linear-gradient(top,
			transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
	background-image: -moz-linear-gradient(top,
			transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
	background-image: -o-linear-gradient(top,
			transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
	background-image: linear-gradient(to bottom,
			transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
			z-index:-1;
}
.heading03:after{
	content:" ";
	position:absolute;
	top:0;
	left:0;
	width:40px;
	height:40px;
    background-image: -webkit-gradient(linear, left top, right top,
			from(			 rgba(255, 255, 255, 0.0)), 
			color-stop(0.20, rgba(255, 255, 255, 0.0)), 
			color-stop(0.20, rgba(255, 255, 255, 0.1)), 
			color-stop(0.40, rgba(255, 255, 255, 0.1)), 
			color-stop(0.40, rgba(255, 255, 255, 0.3)), 
			color-stop(0.60, rgba(255, 255, 255, 0.3)), 
			color-stop(0.60, rgba(255, 255, 255, 0.5)), 
			color-stop(0.80, rgba(255, 255, 255, 0.5)), 
			color-stop(0.80, rgba(255, 255, 255, 0.6)), 
			to(				 rgba(255, 255, 255, 0.6))
			);
	background-image: -webkit-linear-gradient(left,
			transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
	background-image: -moz-linear-gradient(left,
			transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
	background-image: -o-linear-gradient(left,
			transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
	background-image: linear-gradient(to right,
			transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
			z-index:-1;
}
.button {
    text-decoration: none;
	background-color: #fff;
	border: 2px solid #ff8000;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #ff8000;
	line-height: 50px;
    width: 100px;
    padding: 13px 20px;
    font-weight: bold;
}
.button:hover {
    text-decoration: none;
	background-color: #ccc;
	border-color: #ff8000;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #ff8000;
	width: 100px;
    padding: 13px 20px;
    font-weight: bold;
}
.button2 {
    text-decoration: none;
	background-color: #fff;
	border: 2px solid #59b1eb;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #59b1eb;
	line-height: 50px;
	width: 100px;
    padding: 13px 20px;
    font-weight: bold;
}
.button2:hover {
    text-decoration: none;
	background-color: #ddd;
	border-color: #59b1eb;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #59b1eb;
	width: 100px;
    padding: 13px 20px;
    font-weight: bold;
}
.title1{
	text-align:center;
}
.title2{
	text-align:center;
}
.main{
	position: relative; top: 10px; left:10%;width: 80%;
}

.top ul{z-index: 1;
	background-color: rgba(255,255,255,0.6); 
	color:#b4b4b4;
	margin : 5px ;
    display:table;
    position:fixed;top:5px; right:0px 
}
.top ul li{
    text-decoration: none;
    display:table-cell;
    text-align: center;
    letter-spacing: 0px;
    width:30px;
    font-size:13px;
    font-weight: bold;
}
#menu {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
}
#menu li{
	display: block;
	float: left;
	width: 12.5%;
	margin: 0;
	padding: 0;
}
#menu li a {
	display: block;
	padding: 20px 0 20px;
	background-color: #2a83a2;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-right:1px solid #4baacb;
}
#menu li:last-child a{
	border: none;
}
#menu li a:hover{
	background: #4baacb;
}
#toggle {
	display: none;
}

/* 画面サイズが768px以下の場合に適用 */
@media only screen and (max-width: 768px) {
	#menu li {
		width: 25%;
		border-bottom: 1px solid #4baacb;
	}
}

/* 画面サイズが480px以下の場合に適用 */
@media only screen and (max-width: 480px) {
	#menu {
		display: none;
	}
	#menu li {
		width: 100%;
	}
	#toggle {
		display: block;
		position: relative;
		width: 100%;
		background: #2a83a2;
	}
	#toggle a{
		display: block;
		position: relative;
		padding: 20px 0 20px;
		border-bottom: 1px solid #4baacb;
		color:#FFF;
		text-align: center;
		text-decoration: none;
	}
	#toggle:before {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 30px;
		height: 30px;
		margin-top: -15px;
		background: #FFF;
	}
	#toggle a:before, #toggle a:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 30px;
		height: 6px;
		background: #2a83a2;
	}
	#toggle a:before {
		margin-top:-9px;
	}
	#toggle a:after {
		margin-top: 3px;
	}
}
#submenu {
	position: relative;top:30px;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}
#submenu li{
	float: left;
	width: 25%;
	margin: 0 auto;
	padding: 0;
}
#submenu li a {
	background: #fff;
	border-top: 5px solid #C00;
	border-left: 5px solid #09C;
	border-right: 5px solid #9C0;
	border-bottom: 5px solid #FC0;
	color:#111;
	margin: 0 auto;
	padding: 10px 20px;
}
#submenu li a:hover{
	background: #4baacb;
}
.day {
	color:#fff;
    padding: 5px 20px;
	position: relative;top:0px;left:20px;
	background: #2a83a2;
}
.price {
	color:#232323;
	position: relative;top:10px;left:20px;
}
.incldbtn {
	text-align: center;
	position: relative;top:30px;
}
.img1{
    position: relative; top: 0px; z-index: 1;
    width:484px;
}
.imgmap{
    float:left;
    margin: 5px 5px;
}
.detailtext{
	position:relative;top:50px;left:10px;
	letter-spacing: 5px;
	line-height: 140%;
}

.sec2 {
	position:relative;top:50px;
    clear: left;
	padding: 30px 30px;
}
.sec2 h2{
	float: left;
    padding: 0;
    margin:0;
}
.sec2 p{
	text-align: center;
}
.detailtext a {
	background: -moz-linear-gradient(top,#FFF 0%,#E6E6E6);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #2a83a2;
	-moz-box-shadow: inset 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: inset 1px 1px 1px rgba(000,000,000,0.3);
	padding: 10px 30px;
	line-height: 100px;
    text-decoration: none;
    font-weight: bold;
}
.schedule {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
}
.schedule li{
	display: block;
	float: left;
	width: 33%;
	height: 320px;
	margin: 0;
	padding: 0;
	border: thin solid #aaa;
}
.kotei{
    clear: left;
	position:relative;top:30px;
}
.kotei h3{
  border-left: 10px solid #2a83a2;
  border-bottom: 1px dashed #2a83a2;
  padding: 7px 30px;
}
.kotei p{
  margin: 10px 30px;
  line-height: 1.5;
}
.kotei table{
  margin: 10px 30px;
  line-height: 1.5;
}

.sec3 {
	position:relative;top:50px;
    clear: left;
	padding: 30px 30px;
	letter-spacing: 5px;
	line-height: 140%;
}
.sec3 h3{
	position:relative;top:30px;
}
.sec3 p{
	position:relative;top:10px;left:10px;
}

table.type09 {
	position:relative;left:50px;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;

}
table.type09 thead th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	color: #369;
	border-bottom: 3px solid #036;
}
table.type09 tbody th {
	width: 200px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #f3f6f7;
}
table.type09 td {
	width: 450px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}


.footer {
	font-size: 12px;
	color: #666666;	
	position:relative;top:20px;
    clear: left;
	padding: 30px 30px;
}
.footer ul{
	color:#b4b4b4;
	margin: 0 auto;
    display:table;
}
.footer ul li{
	color : #446303;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: gray;
	padding-left: 6px;
	padding-right: 4px;
	display: inline;
}
.footer ul li.last {
	border-right-width: 1px;	/*リンク部分の一番右端に表示される線太さ*/
	border-right-style: solid;	/*リンク部分の一番右端に表示される線スタイル*/
	border-right-color: #999999;	/*リンク部分の一番右端に表示される線の色▼*/
	padding-right: 6px;
}
.footer ul li a {
	color: #666666;		/*文字色▼*/
}

.footer ul li a:hover {
	color : #446303;		/*マウスオーバー時の文字色▼*/
}
.copy_r{
	font-size: 11px;
	color: #666666;	
	text-align: center;
}