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

/*=============================================================================
Reset
==============================================================================*/
/*
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, /*strong,*/ sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-----------------------------------------------------------------------------
Firefoxの右側スクロールバーの表示
Firefox上でコンテンツの高さがウィンドウの高さより短い場合に表示位置がずれる現象を解消
-----------------------------------------------------------------------------*/      
html { overflow-y: scroll; }
/* *{border-style:none;} */

img { border-style:none; vertical-align:top;}

/*-----------------------------------------------------------------------------
フロート操作によるボックスの高さ調整
-----------------------------------------------------------------------------*/
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table;min-height: 1%;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-Mac */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FAFFD6;
	background-image: url("img/bg.gif");
	background-repeat: repeat-x;
	background-position: top center;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic","Osaka",Verdana,Arial,Helvetica,sans-serif;
	font-size: small;
	font-style: normal;
	line-height: 1.8;
	font-weight: normal;
	color:#514B34;
}

img{
	border: 0;
}

a:hover img{
opacity:0.80; /* opera firefox safari */
filter: alpha(opacity=80); /* ie */
}

.left { float: left; }
.right { float: right; }
.clr { clear: both; }


/*リンク*/
a:link{
	text-decoration: underline;
	color:#514B34;
}
a:visited{
	text-decoration: underline;
	color:#514B34;
}
a:hover{
	text-decoration: underline;
	color:#CABD84;
}
a:active{
	text-decoration: underline;
	color:#514B34;
}


/*フォント*/
P {
	margin:0px 0px 15px 0px;
}
span.pink {
	color: #B1003D;
}

h1 {
	margin:0px 0px 25px 0px;
	font-size: 22px;
	font-style: normal;
	line-height: 1.5;
	font-weight: bold;
}

h1.line {
	margin:0px 0px 25px 0px;
	font-style: normal;
	line-height: 1.1;
	font-weight: bold;
}

h2 {
	margin:0px 0px 10px 0px;
	font-size: medium;
	font-style: normal;
	line-height: 1.8;
	font-weight: bold;
}

h2.size_l {
	margin:0px 0px 10px 0px;
	font-size: 20px;
	font-style: normal;
	line-height: 1.8;
	font-weight: bold;
}

h2 .size_s {
	margin:0px 0px 10px 0px;
	font-size: 12px;
	font-style: normal;
	line-height: 1.8;
	font-weight: bold;
}

h2.pink {
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 10px;
	font-size: medium;
	font-style: normal;
	color: #B1003D;
	line-height: 1.8;
	font-weight: bold;
	border-left: 8px solid #FF99CC;
}

h2.red {
	width: 100%;
	margin:0px 0px 10px 0px;
	padding:0px;
	font-size: medium;
	font-style: normal;
	text-align: center;
	color: #B1003D;
	line-height: 1.8;
	font-weight: bold;
}

h2.blue {
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 10px;
	font-size: medium;
	font-style: normal;
	/*color: #B1003D;*/
	line-height: 1.8;
	font-weight: bold;
	border-left: 8px solid #9DD4D4;
}

h3 {
	margin:0px 0px 10px 0px;
	font-size: small;
	font-style: normal;
	line-height: 1.8;
	font-weight: bold;
}

h3.pink {
	margin:0px 0px 10px 0px;
	font-size: small;
	font-style: normal;
	color: #B1003D;
	line-height: 1.8;
	font-weight: bold;
}

.large-red {
	font-size:medium;
	color:#F00;
	font-weight:bold;
}

.large {
	font-size: medium;
	font-weight: bold;
}

.red {
	color:#F00;
}

.white {
	color:#FFF;
}

.s {
	font-size: small;
}

.m {
	font-size: medium;
}

.l {
	font-size: large;
}

.xl {
	font-size: x-large;
}

.small {
	font-size:x-small;
}

/*コンテンツエリア枠*/
#cont {
	width:800px;
	margin:0px auto 0px auto;
	padding: 0px;
}

/*ヘッダ*/
#header {
	width: 800px;
	height: 110px;
	margin: 68px 0px 0px 0px;
	padding: 0px;
	background-color:#FFF;
	background-image:url(../img/header.gif);
	background-repeat:no-repeat;
}

/*ヘッダバナー*/
#header_banner {
	margin: 20px 0px 0px 410px;
	padding: 0px;
}

#header a:hover img{
opacity:0.70; /* opera firefox safari */
filter: alpha(opacity=70); /* ie */
}


/*メニュー*/
#menu {
	width: 800px;
	height: 80px;
	margin: 0px;
	padding: 0px;
	background-color:#C3E8DC;
}



#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
	float: left;
}

#menu ul li {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	list-style: none;
	display: inline;
}

#menu a:link{
	text-decoration: none;
}
#menu a:visited{
	text-decoration: none;
}
#menu a:active{
	text-decoration: none;
}
#menu a:hover{
	text-decoration: none;
}

/*フッターエリア*/
/*#pagetop {
	width: 800px;
	margin: 0px;
	padding: 20px 0px;
	background-color: #FFF;
	text-align:right;
}*/

#pagetop {
	position: fixed;
	bottom: 20px;
	right: 15px;
	z-index:99;
}


#footer {
	width: 800px;
	height: 18px;
	margin: 0px 0px 40px 0px;
	padding: 25px 0px 0px 0px;
	background-image:url(../img/bottom_wood.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	background-color: #FAFFD6;
}

#l {
	width: 400px;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align:left;
}

#r {
	width: 400px;
	margin: 0px;
	padding: 0px;
	float: right;
	text-align:right;
}

/*メインコンテンツエリア*/
#maincont {
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color:#FFF;
	background-image:url(../img/main_bg.gif);
	background-repeat:no-repeat;
	background-position: top left;
}


/*INFORMATIONページ*/
/*左サイドエリア*/
#info_l_side {
	width: 200px;
	margin: 0px;
	padding: 40px 0px 0px 40px;
	float:left;
}

/*右コンテンツエリア*/
#info_r_side {
	width: 480px;
	margin: 0px;
	padding: 40px 40px 0px 0px;
	float:right;
	text-align:left;
}

/*仕切線*/
.line_480 {
	width: 480px;
	height: 3px;
	margin:0px 0px 40px 0px;
	padding: 0px;
	background-color:#FFF;
	background-image:url(../img/line_480.gif);
	background-repeat:no-repeat;
	background-position: top left;
	clear: both;
}

.line_480_top {
	width: 480px;
	height: 3px;
	margin:0px 0px 10px 0px;
	padding: 0px;
	background-color:#FFF;
	background-image:url(../img/line_480.gif);
	background-repeat:no-repeat;
	background-position: top left;
}

/*写真ボトムエリア*/
#photo_bottom {
	width: 800px;
	height:150px;
	margin: 0px;
	padding: 0px 40px;
	text-align: left;
}
ul.list_disc {
	list-style: disc;
	padding-left: 15px;
}
ul.list_disc li {
	margin-bottom: 5px;
}


/*ACCESSページ*/
/*左サイドエリア*/
#access_l_side {
	width: 240px;
	margin: 0px;
	padding: 40px 0px 0px 40px;
	float: left;
	text-align: center;
}

/*右コンテンツエリア*/
#access_r_side {
	width: 440px;
	margin: 0px;
	padding: 40px 40px 0px 0px;
	float: right;
	text-align: left;
}


/*SCHEDULEページ*/
/*左サイドエリア*/
#sche_l_side {
	width: 200px;
	margin: 0px;
	padding: 40px 40px 0px 0px;
	float: right;
	text-align: left;
}


/*右コンテンツエリア*/
#sche_r_side {
	width: 480px;
	margin: 0px;
	padding: 40px 40px 0px 0px;
	float: right;
	text-align: left;
}

P.date {
	margin:0px 0px 10px 0px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: large;
	font-style: normal;
	line-height: 1.8;
	font-weight: normal;
	color:#514B34;
}

P.date_spend {
	margin:0px 0px 10px 0px;
	padding: 0px 0px 0px 50px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: large;
	font-style: normal;
	line-height: 1.8;
	font-weight: normal;
	color:#989898;
	text-decoration: line-through;
	background-image:url(../schedule/img/spend.gif);
	background-repeat:no-repeat;
	background-position: top left;
}

P.date_now {
	margin:0px 0px 10px 0px;
	padding: 0px 0px 0px 50px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: large;
	font-style: normal;
	line-height: 1.8;
	font-weight: normal;
	color:#514B34;
	background-image:url(../schedule/img/now.gif);
	background-repeat:no-repeat;
	background-position: top left;
}

P.date_new {
	margin:0px 0px 10px 0px;
	padding: 0px 0px 0px 50px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: large;
	font-style: normal;
	line-height: 1.8;
	font-weight: normal;
	color:#514B34;
	background-image:url(../schedule/img/new.gif);
	background-repeat:no-repeat;
	background-position: top left;
}

span.place {
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic","Osaka",Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
}

h1.sche {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: 1.8;
	font-weight: normal;
	color:#514B34;
	background-image:url(../schedule/img/sche_dot.gif);
	background-repeat:no-repeat;
	background-position: top left;
}

.title {
	margin:0px 0px 10px 0px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: large;
	font-style: normal;
	line-height: 1.8;
	font-weight: normal;
	color:#514B34;
}

.sns_btn {
	overflow: hidden;
	width: 100%;
	/*margin:10px 0 30px 0;*/
	padding-top: 6px;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
}

.fb-like {
	float: right;
}

.twitter {
	float: right;
	width: 100px;
	padding-top: 3px;
}

.myButton {
	margin: 20px auto 30px auto;
	background-color:#4F4B2C;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	/*border:1px solid #942911;*/
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	text-decoration: none !important;
	/*font-size:17px;*/
	padding:4px 16px;
	text-shadow:0px 1px 0px #854629;
}
.myButton:hover {
	background-color:#bc3315;
}
.myButton:active {
	position:relative;
	top:1px;
}

h2.pattern-order {
	margin-bottom: 5px !important;
	color: #FFF;
	text-align: center;
	background-color: #514B34;
	border-radius: 15px;        /* CSS3草案 */  
    -webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 15px;   /* Firefox用 */
}

ol.pattern-order {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

ol.pattern-order li {
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: solid 2px #514B34;
	list-style: none;
	border-radius: 8px;        /* CSS3草案 */  
    -webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 8px;   /* Firefox用 */ 
}

/*CONTACTページ*/
h2.contact {
	margin:0px 0px -5px 0px;
}

#calendar {
	margin-bottom: 20px;
}

/*LINKページ*/
#link_area {
	overflow: hidden;
	width: 720px;
	margin: 0px;
	padding: 70px 40px 0px 40px;
}

#link_area ul {
	margin:0px 0px 20px 0px;
	padding:0px;
}

#link_area ul li {
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;

}


/*SITE POLICYページ*/
#sitepolicy_area {
	overflow: hidden;
	width: 720px;
	margin: 0px;
	padding: 40px 40px 0px 40px;
}

/*WEB SHOP準備中ページ*/
#web_shop_area {
	overflow: hidden;
	width: 720px;
	margin: 0px;
	padding: 70px 40px 0px 40px;
}


#web_shop {
	margin: 80px auto 130px auto;
	padding: 70px 10px;
	text-align: center;
	font-size: large;
	border: 1px solid #514B34;
}
