/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
body {
	background-image:url(../grape/images/bg.gif);
	background-repeat:repeat-x;
	background-color: #FFFFCC;
	font-size: 16px;
	font-family: Verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
}

a:link {
	color:#216C0E;
}

a:visited {
	color:#216C0E;
}

a:hover {
	color:#216C0E;
}

a:active {
}

#header{
	overflow: hidden;
	position: fixed;
  width: 100%;
  top:0;
  background: #F3EBD6;
  z-index: 999999;
  left: 0;
  border-bottom: 5px solid #532a13;
}
#header #top_logo{
	float: left;
	padding: 4% 2%;
	width: 60%;
}
#header #top_logo img{
	width: 100%;
}
#header #btn_menu{
	float: right;
	padding: 2% 2%;
	width: 11%;
}
#header #btn_menu img{
	width: 100%;
}


#gnav {
    position: fixed;
    z-index: 100;
    top: 0;
    padding: 10px 0;
    width: 100%;
    background: #fff;
    border-bottom: solid #ccc 1px;
    font-size: 30%;
}
#gnav ul {
	overflow: hidden;
}
#gnav ul li {
	float: left;
	margin: 0 0 10px;
	width: 100%;
	border-bottom: 1px dotted #ccc;
}
#gnav ul li a {
	display: block;
	padding: .7em 1em;
	text-decoration: none;
	font-size: 225%;
}
#gnav ul li a i {
	padding: 0 .2em;
}
#gnav .btn_close {
	margin: 0 auto;
	width: 98%;
	background: #000;
}
#gnav .btn_close a {
	display: block;
	padding: .5em 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 200%;
}

#gnav li a .fa-desktop{
	padding-left: 25px;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	width: 800px;
	margin:auto;

}

#contents .pagetop {
	clear: both;
	text-align: right;
}

#contents #page_title {
	overflow:hidden;
	width:800px;
	}
#contents #page_title #tel {
	padding-top: 19px;
	width:200px;
	float:right;
	}
#contents #page_name{
	clear:both;
	padding-top: 19px;
	float:left;
	}
/*----------------------------------------------------
	#page_comment
----------------------------------------------------*/
#page_comment {
	clear:both;
	margin-top:20px;
	width:800px;
	height:125px;
	background-color: #F2D585;

	}
#page_comment li {
	float:left;
	}
#comment {
	width:450px;
	width:450px;
	padding-top:15px;
	padding-left:5px;
}

#hukidashi {
	margin-top:-33px;
	}
#budou {
	margin-top:-15px;
	margin-left:31px;
	}
/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */

/* #time
----------------------------------------------------------- */

#time{
	padding: 10px 0 0 30px;
	}

#time p{
	margin: 0;
	}






/* clearfix */
#hoge:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {

	margin:auto;
	text-align: left;
}
/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer {
	overflow:hidden;
	clear: both;
	background-color:#683A21;
	width:100%;
	text-align: center;
	color:#fff;
	font-size: 80%;
}
#footer h2{
	padding: 3% 0;
}
#footer .address{
	font-size: 110%;
}
#footer .address a{
	color:#fff;
	text-decoration: none;
}

#footer .pc_lnk{}

#footer .pc_lnk a{
	color:#fff;	
}

#footer .pc_lnk .fa{
	padding-right: 25px;
}

#footer #copyright{
	font-size: 70%;
}


/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}#pagecontents_name #page #header h1 {
	float: left;
	width:320px;
}
	


/*----------------------------------------------------
	table font size
----------------------------------------------------*/
/*/ table class="data"のデザインは下記で変更可能です/*/
table.data { /*テーブルのデザイン*/
	width: ; /*幅*/
	height: ; /*高さ*/
	border-collapse: collapse; /*ボーダー同士の隣接間隔*/
	border: 0px solid #000; /*ボーダー（線幅・線の種類・色）*/
	margin: 15px; /*マージン*/
}
table.data th { /*見出しのデザイン*/
	color: #fff;
	width: 200px; /*幅*/
	height: ; /*高さ*/
	text-align: ; /*横位置*/
	vertical-align: ; /*縦位置*/
	background-color: #666; /*背景色*/
	padding: 5px; /*パディング*/
	border: 1px solid #000; /*ボーダー*/
}
table.data td { /*セルのデザイン*/
	width: 300px; /*幅*/
	height: ; /*高さ*/
	text-align: ; /*横位置*/
	vertical-align: ; /*縦位置*/
	background-color: ; /*背景色*/
	padding: 5px; /*パディング*/
	border: 1px solid #000; /*ボーダー*/
}

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

/*/ img /*/
img {
	border: none;
	max-width: 100%;
}
/*--------------------*/

/*/ form /*/
form {
	margin: 0;
}
/*--------------------*/

/*/ p /*/
p {
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	margin-bottom: 1em;
}
/*--------------------*/


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

/*/ fontsize-midium /*/
.midium {
	font-size: 14px;
	line-height: 1.3em;
}
.midium_nomargin {
	font-size: 14px;
	line-height: 1.3em;
	margin-bottom: 0;
}
.midium_h {
	font-size: 14px;
	line-height: 1.5em;
	padding-top:5px;
	padding-bottom:5px;
}
.midium_h_nomargin {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 0;
}
/*--------------------*/

/*/ fontsize-small /*/
.small {
	padding-top:5px;
	padding-bottom:5px;
	font-size: 14px;
	line-height: 1.3em;
	letter-spacing: 1px;
}
.small_nomargin {
	font-size: 12px;
	line-height: 1.3em;
	letter-spacing: 1px;
	margin-bottom: 0;
}
.small_h {
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 1px;
}
.small_h_nomargin {
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 1px;
	margin-bottom: 0;
}
/*--------------------*/

/*/ fontsize-xtra_small /*/
.small_x {
	font-size: 10px;
	line-height: 1.3em;
}
.small_x_nomargin {
	font-size: 10px;
	line-height: 1.3em;
	margin-bottom: 0;
}
.small_x_h {
	font-size: 10px;
	line-height: 1.5em;
	letter-spacing: 1px;
}
.small_x_h_nomargin {
	font-size: 10px;
	line-height: 1.5em;
	letter-spacing: 1px;
}
/*--------------------*/

/*/ fontsize_for_img_caption /*/
.caption_l {
	font-size: 12px;
	margin-top: 5px;
	letter-spacing: 1px;
	line-height: 1em;
}
.caption_s {
	font-size: 10px;
	margin-top: 5px;
	line-height: 1em;
	letter-spacing: 1px;
}
/*--------------------*/

/*/ fontsize_for_img_caption_center /*/
.caption_l_center {
	font-size: 12px;
	margin-top: 5px;
	letter-spacing: 1px;
	line-height: 1em;
	text-align: center;
}
.caption_s_center {
	font-size: 10px;
	margin-top: 5px;
	line-height: 1em;
	letter-spacing: 1px;
	text-align: center;
}
/*--------------------*/

/*/ fontsize_for_img_caption_right /*/
.caption_l_right {
	font-size: 12px;
	margin-top: 5px;
	letter-spacing: 1px;
	line-height: 1em;
	text-align: right;
}

.caption_s_right {
	font-size: 10px;
	margin-top: 5px;
	line-height: 1em;
	letter-spacing: 1px;
	text-align: right;
}
/*--------------------*/

#navi {
	float:right;
	}

.btn_ptop {
    text-align: center;
    margin-top: 10%;
    margin-bottom: 0;
}

.btn_ptop a {
    display: inline-block;
    color: #fff;
    text-decoration: none !important;
    padding: 1em 4em;
    background: #422515;
}
.btn_ptop a i {
	padding-right: 0.5em;
}
